New Bitcoin Core subsite

This commit contains a large number of contributions from Saïvann
Carignan.
This commit is contained in:
David A. Harding 2015-09-01 21:21:51 -04:00
parent c4517a951e
commit 706c791e92
No known key found for this signature in database
GPG key ID: 4B29C30FF29EC4B7
85 changed files with 17420 additions and 88 deletions

View file

@ -56,7 +56,8 @@ pre-build-tests-fast: check-for-non-ascii-urls check-for-wrong-filename-assignme
check-for-missing-rpc-summaries \ check-for-missing-rpc-summaries \
check-for-missing-copyright-licenses \ check-for-missing-copyright-licenses \
check-bundle \ check-bundle \
check-for-english-in-en-dir check-for-english-in-en-dir \
check-for-consistent-bitcoin-core-titles
## Post-build tests which, aggregated together, take less than 10 seconds to run on a typical PC ## Post-build tests which, aggregated together, take less than 10 seconds to run on a typical PC
post-build-tests-fast: check-for-build-errors ensure-each-svg-has-a-png check-for-liquid-errors \ post-build-tests-fast: check-for-build-errors ensure-each-svg-has-a-png check-for-liquid-errors \
@ -151,7 +152,7 @@ check-for-non-ascii-urls:
## characters or spaces. ## characters or spaces.
$S find _translations -name '*.yml' -type f | while read file \ $S find _translations -name '*.yml' -type f | while read file \
; do grep -H . $$file | sed -n -e '/url:/,$$p' \ ; do grep -H . $$file | sed -n -e '/url:/,$$p' \
| grep -P ': +[a-z0-9\-]+: +.*([^\x00-\x7f]|[^a-z0-9\-"]).*$$' \ | grep -P ': +[a-z0-9\-]+: +.*([^\x00-\x7f]|[^a-z0-9\/\-"]).*$$' \
; done | eval $(ERROR_ON_OUTPUT) ; done | eval $(ERROR_ON_OUTPUT)
check-for-broken-kramdown-tables: check-for-broken-kramdown-tables:
@ -278,3 +279,8 @@ check-for-javascript-in-svgs:
check-for-english-in-en-dir: check-for-english-in-en-dir:
## All pages must have page.lang set to work properly with the site templates ## All pages must have page.lang set to work properly with the site templates
$S grep -rl -- '---' en/ | xargs grep -L '^ *lang: *en' | eval $(ERROR_ON_OUTPUT) $S grep -rl -- '---' en/ | xargs grep -L '^ *lang: *en' | eval $(ERROR_ON_OUTPUT)
check-for-consistent-bitcoin-core-titles:
## Ensure all page titles in the en/bitcoin-core/ hierarchy mention
## Bitcoin Core
$S grep -r -L '^title:.*Bitcoin Core' en/bitcoin-core/ | eval $(ERROR_ON_OUTPUT)

View file

@ -208,6 +208,23 @@ kramdown:
coderay_bold_every: 10 coderay_bold_every: 10
coderay_css: style coderay_css: style
text:
## Values last updated 2015-08-26
## All variable names must indicate unit type for easy translation of adjacent text,
## such as: subsidy_in_decimal_bitcoins or
## bitcoin_org_docs_maintainer_email_link
subsidy_in_decimal_bitcoins: 25
chain_gb: 50
bitcoin_datadir_gb: 60
bitcoin_datadir_gb_pruned: 3
total_tx_count_in_millions: 40
typical_ibd_time_in_hours: 4
typical_144_block_catchup_time_in_minutes: 5
bitcoin_org_docs_maintainer_email_link: '<a href="mailto:dave@dtrt.org">Dave Harding</a>'
## Before updating this, verify all assertions are still correct: git grep site.text.assertion_month
## Use ISO-8601 format, but feel free to round to the nearest month
assertion_month: 2015-09-01
## Items in devsearches will appear in the search box in the order they ## Items in devsearches will appear in the search box in the order they
## are listed below. For the top-level ("Glossary", "RPCs", etc...) this ## are listed below. For the top-level ("Glossary", "RPCs", etc...) this

View file

@ -0,0 +1,27 @@
{% comment %}
This file is licensed under the MIT License (MIT) available on
http://opensource.org/licenses/MIT.
{% endcomment %}
- **Legal:** Bitcoin use is [prohibited or restricted in some
areas.](https://en.wikipedia.org/wiki/Legality_of_bitcoin_by_country)
- **Bandwidth limits**: Some Internet plans will charge an additional
amount for any excess upload bandwidth used that isn't included in
the plan. Worse, some providers may terminate your connection without
warning because of overuse. We advise that you check whether your
Internet connection is subjected to such limitations and monitor your
bandwidth use so that you can stop Bitcoin Core before you reach your
upload limit.
- **Anti-virus:** Several people have placed parts of known computer
viruses in the Bitcoin block chain. This block chain data can't infect
your computer, but some anti-virus programs quarantine the data
anyway, making it more difficult to run Bitcoin Core. This problem mostly
affects computers running Windows.
- **Attack target:** Bitcoin Core powers the Bitcoin peer-to-peer
network, so people who want to disrupt the network may
attack Bitcoin Core users in ways that will affect other things
you do with your computer, such as an attack that limits your
available download bandwidth.

View file

@ -0,0 +1,12 @@
{% comment %}
This file is licensed under the MIT License (MIT) available on
http://opensource.org/licenses/MIT.
{% endcomment %}
<div class="listtable coredevtable">
<div><div>Wladimir J. van der Laan</div><div><a href="mailto:laanwj@gmail.com">laanwj@gmail.com</a></div><div><a href="/laanwj.asc">PGP</a></div></div>
<div><div>Gavin Andresen</div><div><a href="mailto:gavinandresen@gmail.com">gavinandresen@gmail.com</a></div><div><a href="/gavinandresen.asc">PGP</a></div></div>
<div><div>Jeff Garzik</div><div><a href="mailto:jgarzik@bitpay.com">jgarzik@bitpay.com</a></div><div><a href="/jgarzik-bitpay.asc">PGP</a></div></div>
<div><div>Gregory Maxwell</div><div><a href="mailto:greg@xiph.org">greg@xiph.org</a></div><div><a href="/gmaxwell.asc">PGP</a></div></div>
<div><div>Pieter Wuille</div><div><a href="mailto:pieter.wuille@gmail.com">pieter.wuille@gmail.com</a></div><div><a href="/pieterwuille.asc">PGP</a></div></div>
</div>

View file

@ -0,0 +1,12 @@
{% comment %}
This file is licensed under the MIT License (MIT) available on
http://opensource.org/licenses/MIT.
{% endcomment %}
<div class="callout">
<p><a href="/{{page.lang}}/{% translate download url %}">{% translate download-bitcoin-core bitcoin-core-overview %}</a>
<img src="/img/os/windows.png" alt="Windows">
<img src="/img/os/mac.png" alt="Mac">
<img src="/img/os/linux.png" alt="Linux">
</p>
</div>

View file

@ -0,0 +1,10 @@
{% comment %}
This file is licensed under the MIT License (MIT) available on
http://opensource.org/licenses/MIT.
{% endcomment %}
<div id="content" class="content">
<div {% if page.columns == 1 and page.lang == 'en' %}class="one-column"{% endif %}>
{{ content }}
</div>
</div>

View file

@ -0,0 +1,9 @@
{% comment %}
This file is licensed under the MIT License (MIT) available on
http://opensource.org/licenses/MIT.
{% endcomment %}
{% comment %}<!-- Try to minimize the amount of JS on the download page -->{% endcomment %}
{% if page.id != 'download' %}
<script src="/js/bitcoin-core.js"></script>
{% endif %}

View file

@ -0,0 +1,6 @@
{% comment %}
This file is licensed under the MIT License (MIT) available on
http://opensource.org/licenses/MIT.
{% endcomment %}
<a class="logo" href="/{{page.lang}}/{% translate bitcoin-core-overview url %}"><img src="/img/bitcoin-core/bitcoin-core.svg" alt="Bitcoin"></a>

View file

@ -0,0 +1,29 @@
{% comment %}
This file is licensed under the MIT License (MIT) available on
http://opensource.org/licenses/MIT.
{% endcomment %}
<ul id="menusimple" class="menusimple menucore" onclick="mobileMenuHover(event);" ontouchstart="mobileMenuHover(event);">
<li><a>{% translate menu-bcc-features layout %}</a>
<ul>
<li{% if page.id == 'bitcoin-core-feature-overview' %} class="active"{% endif %}><a href="/{{page.lang}}/{% translate bitcoin-core-features url %}">{% translate menu-bcc-features-overview layout %}</a></li>
<li{% if page.id == 'bitcoin-core-validation' %} class="active"{% endif %}><a href="/{{page.lang}}/{% translate bitcoin-core-validation url %}">{% translate menu-bcc-validation layout %}</a></li>
<li{% if page.id == 'bitcoin-core-privacy' %} class="active"{% endif %}><a href="/{{page.lang}}/{% translate bitcoin-core-privacy url %}">{% translate menu-bcc-privacy layout %}</a></li>
<li{% if page.id == 'bitcoin-core-requirements' %} class="active"{% endif %}><a href="/{{page.lang}}/{% translate bitcoin-core-requirements url %}">{% translate menu-bcc-requirements layout %}</a></li>
<li{% if page.id == 'bitcoin-core-user-interface' %} class="active"{% endif %}><a href="/{{page.lang}}/{% translate bitcoin-core-user-interface url %}">{% translate menu-bcc-user-interface layout %}</a></li>
<li{% if page.id == 'bitcoin-core-donate-bandwidth' %} class="active"{% endif %}><a href="/{{page.lang}}/{% translate bitcoin-core-network-support url %}">{% translate menu-bcc-network-support layout %}</a></li>
</ul>
</li>
<li{% if page.id == 'bitcoin-core-help' %} class="active"{% endif %}><a href="/{{page.lang}}/{% translate bitcoin-core-help url %}">{% translate menu-bcc-help layout %}</a></li>
<li{% if page.id == 'bitcoin-core-contribute' %} class="active"{% endif %}><a>{% translate menu-bcc-contribute layout %}</a>
<ul>
<li{% if page.id == 'bitcoin-core-contribute-issues' %} class="active"{% endif %}><a href="/{{page.lang}}/{% translate bitcoin-core-contribute-issues url %}">{% translate menu-bcc-contribute-issues layout %}</a></li>
<li{% if page.id == 'development' %} class="active"{% endif %}><a href="/{{page.lang}}/{% translate development url %}">{% translate menu-bcc-contribute-code layout %}</a></li>
<li{% if page.id == 'bitcoin-core-contribute-documentation' %} class="active"{% endif %}><a href="/{{page.lang}}/{% translate bitcoin-core-contribute-documentation url %}">{% translate menu-bcc-contribute-documentation layout %}</a></li>
<li{% if page.id == 'bitcoin-core-contribute-translations' %} class="active"{% endif %}><a href="/{{page.lang}}/{% translate bitcoin-core-contribute-translations url %}">{% translate menu-bcc-contribute-translations layout %}</a></li>
<li{% if page.id == 'bitcoin-core-contribute-tech-support' %} class="active"{% endif %}><a href="/{{page.lang}}/{% translate bitcoin-core-contribute-tech-support url %}">{% translate menu-bcc-contribute-tech-support layout %}</a></li>
</ul>
</li>
<li{% if page.id == 'version-history' %} class="active"{% endif %}><a href="/en/version-history">{% translate menu-bcc-news layout %}</a></li>
<li{% if page.id == 'download' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate download url %}">{% translate menu-bcc-download layout %}</a></li>
</ul>

View file

@ -0,0 +1,10 @@
{% comment %}
This file is licensed under the MIT License (MIT) available on
http://opensource.org/licenses/MIT.
{% endcomment %}
{% comment %}<!-- try to minimize the amount of JS on the Download page -->{% endcomment %}
{% if page.id != 'download' %}
<script src="/js/jquery/jquery-1.11.2.min.js"></script>
<script src="/js/jquery/jquery-ui.min.js"></script>
{% endif %}

View file

@ -0,0 +1,9 @@
{% comment %}
This file is licensed under the MIT License (MIT) available on
http://opensource.org/licenses/MIT.
<!-- this must come before the main style sheet so that our
definitions override the defaults -->
{% endcomment %}
<link rel="stylesheet" href="/css/jquery-ui.min.css">

View file

@ -12,11 +12,20 @@ http://opensource.org/licenses/MIT.
{% for synonym in page.required.synonyms_shown_in_glossary_capitalize_first_letter %} {% for synonym in page.required.synonyms_shown_in_glossary_capitalize_first_letter %}
{% if forloop.first %}{{synonym}}{% endif %} {% if forloop.first %}{{synonym}}{% endif %}
{% endfor %} {% endfor %}
{% when "RELEASE" %}
{% comment %}<!-- for Bitcoin Core releases, show the version number -->{% endcomment %}
{{page.required_version}}
{% else %}{{crumb}} {% else %}{{crumb}}
{% endcase %} {% endcase %}
{% else %} {% else %}
{% case crumb %} {% case crumb %}
{% comment %}/// Alphabetical order by crumb \\\{% endcomment %} {% comment %}/// Alphabetical order by crumb \\\{% endcomment %}
{% when "bcc" %}<a href="/en/bitcoin-core/">Core</a>
{% when "bcc contribute" %}<a href="/en/bitcoin-core/contribute/">Contribute</a>
{% when "bcc documentation" %}<a href="/en/bitcoin-core/help#documentation">Documentation</a>
{% when "bcc features" %}<a href="/en/bitcoin-core/features/">Features</a>
{% when "bcc help" %}<a href="/en/bitcoin-core/help">Help</a>
{% when "bcc news" %}<a href="/en/version-history">News</a>
{% when "bitcoin" %}<a href="/{{page.lang}}/">{% translate bitcoin vocabulary %}</a> {% when "bitcoin" %}<a href="/{{page.lang}}/">{% translate bitcoin vocabulary %}</a>
{% when "dev docs" %}<a href="/en/developer-documentation">Dev Docs</a> {% when "dev docs" %}<a href="/en/developer-documentation">Dev Docs</a>
{% when "glossary" %}<a href="/en/developer-glossary">Glossary</a> {% when "glossary" %}<a href="/en/developer-glossary">Glossary</a>

View file

@ -3,7 +3,7 @@ This file is licensed under the MIT License (MIT) available on
http://opensource.org/licenses/MIT. http://opensource.org/licenses/MIT.
{% endcomment %} {% endcomment %}
<ul id="menusimple" class="menusimple" onclick="mobileMenuHover(event);" ontouchstart="mobileMenuHover(event);"> <ul id="menusimple" class="menusimple menumain" onclick="mobileMenuHover(event);" ontouchstart="mobileMenuHover(event);">
<li><a>{% translate menu-intro layout %}</a> <li><a>{% translate menu-intro layout %}</a>
<ul> <ul>
<li{% if page.id == 'bitcoin-for-individuals' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate bitcoin-for-individuals url %}">{% translate menu-bitcoin-for-individuals layout %}</a></li> <li{% if page.id == 'bitcoin-for-individuals' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate bitcoin-for-individuals url %}">{% translate menu-bitcoin-for-individuals layout %}</a></li>
@ -21,6 +21,12 @@ http://opensource.org/licenses/MIT.
{% if page.lang == 'en' %}<li{% if page.id == 'developer-documentation' %} class="active"{% endif %}><a href="/en/developer-documentation">Documentation</a></li>{% endif %} {% if page.lang == 'en' %}<li{% if page.id == 'developer-documentation' %} class="active"{% endif %}><a href="/en/developer-documentation">Documentation</a></li>{% endif %}
<li{% if page.id == 'vocabulary' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate vocabulary url %}">{% translate menu-vocabulary layout %}</a></li> <li{% if page.id == 'vocabulary' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate vocabulary url %}">{% translate menu-vocabulary layout %}</a></li>
<li{% if page.id == 'events' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate events url %}">{% translate menu-events layout %}</a></li> <li{% if page.id == 'events' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate events url %}">{% translate menu-events layout %}</a></li>
{% case page.lang %}
{% when 'id' or 'da' or 'de' or 'es' or 'fr' or 'it' or 'hu' or 'nl' or 'pl' or 'pt_BR' or 'ro' or 'sl' or 'sv' or 'tr' or 'el' or 'bg' or 'ru' or 'uk' or 'ar' or 'fa' or 'hi' or 'ko' or 'ja' or 'zh_CN' or 'zh_TW' %}
<li{% if page.id == 'download' %} class="active"{% endif %}><a href="/{{page.lang}}/{% translate download url %}">{% translate bitcoin-core layout %}</a></li>
{% else %}
<li><a href="/{{page.lang}}/{% translate bitcoin-core-overview url %}">{% translate bitcoin-core layout %}</a></li>
{% endcase %}
</ul> </ul>
</li> </li>
<li{% if page.id == 'innovation' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate innovation url %}">{% translate menu-innovation layout %}</a></li> <li{% if page.id == 'innovation' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate innovation url %}">{% translate menu-innovation layout %}</a></li>

View file

@ -178,7 +178,35 @@ http://opensource.org/licenses/MIT.
[tx message]: /en/developer-reference#tx "A P2P protocol message which sends a single serialized transaction" [tx message]: /en/developer-reference#tx "A P2P protocol message which sends a single serialized transaction"
[verack message]: /en/developer-reference#verack "A P2P network message sent in reply to a version message to confirm a connection has been established" [verack message]: /en/developer-reference#verack "A P2P network message sent in reply to a version message to confirm a connection has been established"
[version message]: /en/developer-reference#version "A P2P network message sent at the begining of a connection to allow protocol version negotiation" [version message]: /en/developer-reference#version "A P2P network message sent at the begining of a connection to allow protocol version negotiation"
{% comment %}<!-- Other internal site links; alphabetical order -->{% endcomment %} {% comment %}<!-- Other internal site links; alphabetical order -->{% endcomment %}
[bandwidth sharing guide]: /en/full-node
[bcc contribute]: /{{page.lang}}/{% translate bitcoin-core-contribute url %}
[bcc contribute code]: /{{page.lang}}/{% translate development url %}
[bcc contribute documentation]: /{{page.lang}}/{% translate bitcoin-core-contribute-documentation url %}
[bcc contribute issues]: /{{page.lang}}/{% translate bitcoin-core-contribute-issues url %}
[bcc contribute support]: /{{page.lang}}/{% translate bitcoin-core-contribute-tech-support url %}
[bcc contribute translations]: /{{page.lang}}/{% translate bitcoin-core-contribute-translations url %}
[bcc decentralized peer discovery]: /{{page.lang}}/{% translate bitcoin-core-privacy url %}#decentralized-peer-discovery
[bcc documentation]: /{{page.lang}}/{% translate bitcoin-core-help url %}#documentation
[bcc download]: /{{page.lang}}/{% translate download url %}
[bcc features]: /{{page.lang}}/{% translate bitcoin-core-features url %}
[bcc forums]: /{{page.lang}}/{% translate bitcoin-core-help url %}#forums
[bcc help]: /{{page.lang}}/{% translate bitcoin-core-help url %}
[bcc live help]: /{{page.lang}}/{% translate bitcoin-core-help url %}#live
[bcc main]: /{{page.lang}}/{% translate bitcoin-core-overview url %}
[bcc network support]: /{{page.lang}}/{% translate bitcoin-core-network-support url %}
[bcc privacy]: /{{page.lang}}/{% translate bitcoin-core-privacy url %}
[bcc privacy data leaking]: /{{page.lang}}/{% translate bitcoin-core-privacy url %}#perfect-privacy-for-received-transactions
[bcc requirements]: /{{page.lang}}/{% translate bitcoin-core-requirements url %}
[bcc user interface]: /{{page.lang}}/{% translate bitcoin-core-user-interface url %}
[bcc user interface lightweight]: /{{page.lang}}/{% translate bitcoin-core-user-interface url %}#lightweight
[bcc validation]: /{{page.lang}}/{% translate bitcoin-core-validation url %}
[bcc validation decentralization]: /{{page.lang}}/{% translate bitcoin-core-validation url %}#help-protect-decentralization
[bcc validation do you validate]: /{{page.lang}}/{% translate bitcoin-core-validation url %}#do-you-validate
[bcc validation protection]: /{{page.lang}}/{% translate bitcoin-core-validation url %}#how-validation-protects-your-bitcoins
[bcc version history]: /en/version-history
[Bitcoin Core 0.6.0]: /en/release/v0.6.0 [Bitcoin Core 0.6.0]: /en/release/v0.6.0
[Bitcoin Core 0.6.1]: /en/release/v0.6.1 [Bitcoin Core 0.6.1]: /en/release/v0.6.1
[Bitcoin Core 0.7.0]: /en/release/v0.7.0 [Bitcoin Core 0.7.0]: /en/release/v0.7.0
@ -192,8 +220,11 @@ http://opensource.org/licenses/MIT.
[bitcoin URI subsection]: /en/developer-guide#bitcoin-uri [bitcoin URI subsection]: /en/developer-guide#bitcoin-uri
[bitcoind initial setup]: /en/developer-examples [bitcoind initial setup]: /en/developer-examples
[bitcoinpdf]: https://bitcoin.org/en/bitcoin-paper [bitcoinpdf]: https://bitcoin.org/en/bitcoin-paper
[choose your wallet]: /en/choose-your-wallet
[communities]: /en/community
[core executable]: /en/download [core executable]: /en/download
[dev communities]: /en/development#devcommunities [dev communities]: /en/development#devcommunities
[developer documentation]: /en/developer-documentation
[devex complex raw transaction]: /en/developer-examples#complex-raw-transaction [devex complex raw transaction]: /en/developer-examples#complex-raw-transaction
[devex payment protocol]: /en/developer-examples#payment-protocol [devex payment protocol]: /en/developer-examples#payment-protocol
[devexamples]: /en/developer-examples [devexamples]: /en/developer-examples
@ -202,12 +233,14 @@ http://opensource.org/licenses/MIT.
[devguide hardened keys]: /en/developer-guide#hardened-keys [devguide hardened keys]: /en/developer-guide#hardened-keys
[devguide payment processing]: /en/developer-guide#payment-processing [devguide payment processing]: /en/developer-guide#payment-processing
[devguide wallets]: /en/developer-guide#wallets [devguide wallets]: /en/developer-guide#wallets
[devref]: /en/developer-reference
[devref wallets]: /en/developer-reference#wallets [devref wallets]: /en/developer-reference#wallets
[locktime parsing rules]: /en/developer-guide#locktime_parsing_rules [locktime parsing rules]: /en/developer-guide#locktime_parsing_rules
[Merge Avoidance subsection]: /en/developer-guide#merge-avoidance [Merge Avoidance subsection]: /en/developer-guide#merge-avoidance
[micropayment channel]: /en/developer-guide#term-micropayment-channel [micropayment channel]: /en/developer-guide#term-micropayment-channel
[not a specification]: /en/developer-reference#not-a-specification [not a specification]: /en/developer-reference#not-a-specification
[raw transaction format]: /en/developer-reference#raw-transaction-format [raw transaction format]: /en/developer-reference#raw-transaction-format
[REST]: /en/developer-reference#http-rest
[RPC]: /en/developer-reference#remote-procedure-calls-rpcs [RPC]: /en/developer-reference#remote-procedure-calls-rpcs
[RPCs]: /en/developer-reference#remote-procedure-calls-rpcs [RPCs]: /en/developer-reference#remote-procedure-calls-rpcs
[section block chain]: /en/developer-guide#block-chain [section block chain]: /en/developer-guide#block-chain
@ -227,6 +260,7 @@ http://opensource.org/licenses/MIT.
[section serialized blocks]: /en/developer-reference#serialized-blocks [section serialized blocks]: /en/developer-reference#serialized-blocks
[section simple raw transaction]: /en/developer-examples#simple-raw-transaction [section simple raw transaction]: /en/developer-examples#simple-raw-transaction
[section verifying payment]: /en/developer-guide#verifying-payment [section verifying payment]: /en/developer-guide#verifying-payment
[secure your wallet]: /en/secure-your-wallet
[signature script modification warning]: /en/developer-reference#signature_script_modification_warning [signature script modification warning]: /en/developer-reference#signature_script_modification_warning
[v0.8 chain fork]: /en/alert/2013-03-11-chain-fork [v0.8 chain fork]: /en/alert/2013-03-11-chain-fork
[Verification subsection]: /en/developer-guide#verifying-payment [Verification subsection]: /en/developer-guide#verifying-payment
@ -258,20 +292,42 @@ http://opensource.org/licenses/MIT.
[secp256k1]: http://www.secg.org/sec2-v2.pdf [secp256k1]: http://www.secg.org/sec2-v2.pdf
{% comment %}<!-- Other external site links; alphabetical order -->{% endcomment %} {% comment %}<!-- Other external site links; alphabetical order -->{% endcomment %}
[#bitcoin]: https://webchat.freenode.net/?channels=bitcoin&uio=d4
[#bitcoin-dev]: https://webchat.freenode.net/?channels=bitcoin-dev&uio=d4
[#bitcoin-mining]: https://webchat.freenode.net/?channels=bitcoin-mining&uio=d4
[#bitcoin-wiki]: https://webchat.freenode.net/?channels=bitcoin-wiki&uio=d4
[0bin]: http://0bin.net/
[bcc automated testing]: https://github.com/bitcoin/bitcoin/blob/master/README.md#automated-testing
[bcc configuration]: https://en.bitcoin.it/wiki/Running_bitcoin
[bcc data directory]: https://en.bitcoin.it/wiki/Data_directory
[bcc issues]: https://github.com/bitcoin/bitcoin/issues
[bcc new issue]: https://github.com/bitcoin/bitcoin/issues/new
[bcc pulls]: https://github.com/bitcoin/bitcoin/pulls
[bcc tor]: https://en.bitcoin.it/wiki/Tor
[bcc tor hs]: https://en.bitcoin.it/wiki/Tor#Hidden_services
[BFGMiner]: https://github.com/luke-jr/bfgminer [BFGMiner]: https://github.com/luke-jr/bfgminer
[Bitcoin beginners]: http://www.reddit.com/r/bitcoinbeginners
[Bitcoin Core]: https://bitcoin.org/en/download [Bitcoin Core]: https://bitcoin.org/en/download
[Bitcoin Core 0.1.6]: https://github.com/bitcoin/bitcoin/commit/cc0b4c3b62367a2aebe5fc1f4d0ed4b97e9c2ac9 [Bitcoin Core 0.1.6]: https://github.com/bitcoin/bitcoin/commit/cc0b4c3b62367a2aebe5fc1f4d0ed4b97e9c2ac9
[Bitcoin Core 0.2.9]: https://github.com/bitcoin/bitcoin/commit/42605ce8bcc9bd01b86491c74fee14de77960868 [Bitcoin Core 0.2.9]: https://github.com/bitcoin/bitcoin/commit/42605ce8bcc9bd01b86491c74fee14de77960868
[Bitcoin Core 0.3.11]: https://github.com/bitcoin/bitcoin/commit/343328c6b8db85e58a1feea85f0d10e62967fa19 [Bitcoin Core 0.3.11]: https://github.com/bitcoin/bitcoin/commit/343328c6b8db85e58a1feea85f0d10e62967fa19
[Bitcoin Core 0.3.15]: https://github.com/bitcoin/bitcoin/commit/c891967b6fcab2e8dc4ce0c787312b36c07efa4d [Bitcoin Core 0.3.15]: https://github.com/bitcoin/bitcoin/commit/c891967b6fcab2e8dc4ce0c787312b36c07efa4d
[Bitcoin Core 0.3.18]: https://github.com/bitcoin/bitcoin/commit/82201801336f64ee77851b9eaab9383ee4e442f0 [Bitcoin Core 0.3.18]: https://github.com/bitcoin/bitcoin/commit/82201801336f64ee77851b9eaab9383ee4e442f0
[Bitcoin Core build unix]: https://github.com/bitcoin/bitcoin/blob/master/doc/build-unix.md
[Bitcoin Core docs directory]: https://github.com/bitcoin/bitcoin/tree/master/doc
[bitcoin core fee drop commit]: https://github.com/bitcoin/bitcoin/commit/6a4c196dd64da2fd33dc7ae77a8cdd3e4cf0eff1 [bitcoin core fee drop commit]: https://github.com/bitcoin/bitcoin/commit/6a4c196dd64da2fd33dc7ae77a8cdd3e4cf0eff1
[Bitcoin Core issue #2381]: https://github.com/bitcoin/bitcoin/issues/2381 [Bitcoin Core issue #2381]: https://github.com/bitcoin/bitcoin/issues/2381
[Bitcoin Core master]: https://github.com/bitcoin/bitcoin [Bitcoin Core master]: https://github.com/bitcoin/bitcoin
[Bitcoin Core pull #4468]: https://github.com/bitcoin/bitcoin/pull/4468 [Bitcoin Core pull #4468]: https://github.com/bitcoin/bitcoin/pull/4468
[Bitcoin core transifex]: https://www.transifex.com/projects/p/bitcoin/
[Bitcoin reddit]: http://www.reddit.com/r/Bitcoin
[Bitcoin reddit new]: http://www.reddit.com/r/Bitcoin/new
[Bitcoin Seeder]: https://github.com/sipa/bitcoin-seeder [Bitcoin Seeder]: https://github.com/sipa/bitcoin-seeder
[Bitcoin stackexchange]: http://bitcoin.stackexchange.com
[Bitcoin stackexchange tag bitcoin-qt]: http://bitcoin.stackexchange.com/questions/tagged/bitcoin-qt
[bitcoin-documentation mailing list]: https://groups.google.com/forum/#!forum/bitcoin-documentation [bitcoin-documentation mailing list]: https://groups.google.com/forum/#!forum/bitcoin-documentation
[BitcoinJ]: http://bitcoinj.github.io [BitcoinJ]: http://bitcoinj.github.io
[BitcoinJ documentation about pending transaction safety]: https://bitcoinj.github.io/security-model#pending-transactions
[bitcoinj micropayment tutorial]: https://bitcoinj.github.io/working-with-micropayments [bitcoinj micropayment tutorial]: https://bitcoinj.github.io/working-with-micropayments
[block170]: https://www.biteasy.com/block/00000000d1145790a8694403d4063f323d499e655c83426834d4ce2f8dd4a2ee [block170]: https://www.biteasy.com/block/00000000d1145790a8694403d4063f323d499e655c83426834d4ce2f8dd4a2ee
[casascius address utility]: https://github.com/casascius/Bitcoin-Address-Utility [casascius address utility]: https://github.com/casascius/Bitcoin-Address-Utility
@ -288,41 +344,63 @@ http://opensource.org/licenses/MIT.
[DNS Seed Policy]: https://github.com/bitcoin/bitcoin/blob/master/doc/dnsseed-policy.md [DNS Seed Policy]: https://github.com/bitcoin/bitcoin/blob/master/doc/dnsseed-policy.md
[docs issue]: https://github.com/bitcoin-dot-org/bitcoin.org/issues [docs issue]: https://github.com/bitcoin-dot-org/bitcoin.org/issues
[ECDSA]: https://en.wikipedia.org/wiki/Elliptic_Curve_DSA [ECDSA]: https://en.wikipedia.org/wiki/Elliptic_Curve_DSA
[edit bandwidth sharing guide]: https://github.com/bitcoin-dot-org/bitcoin.org/edit/master/en/full-node.md
[Electrum server]: https://github.com/spesmilo/electrum-server [Electrum server]: https://github.com/spesmilo/electrum-server
[Eloipool]: https://github.com/luke-jr/eloipool [Eloipool]: https://github.com/luke-jr/eloipool
[errors in docs]: https://github.com/bitcoin-dot-org/bitcoin.org/issues?q=is%3Aissue+label%3A%22Dev+Docs%22 [errors in docs]: https://github.com/bitcoin-dot-org/bitcoin.org/issues?q=is%3Aissue+label%3A%22Dev+Docs%22
[fake satoshi transaction]: https://www.reddit.com/r/Bitcoin/comments/3fv42j/blockchaininfo_spoofed_transactions_problem_aug_4/
[forum tech support]: https://bitcointalk.org/index.php?board=4.0 [forum tech support]: https://bitcointalk.org/index.php?board=4.0
[ghash betcoin double spend]: https://bitcointalk.org/index.php?topic=321630.msg3445371
[gitian sigs]: https://github.com/bitcoin/gitian.sigs
[high-speed block relay network]: https://www.mail-archive.com/bitcoin-development@lists.sourceforge.net/msg03189.html [high-speed block relay network]: https://www.mail-archive.com/bitcoin-development@lists.sourceforge.net/msg03189.html
[HMAC-SHA512]: https://en.wikipedia.org/wiki/HMAC [HMAC-SHA512]: https://en.wikipedia.org/wiki/HMAC
[HTTP basic authentication]: https://en.wikipedia.org/wiki/Basic_access_authentication [HTTP basic authentication]: https://en.wikipedia.org/wiki/Basic_access_authentication
[HTTP longpoll]: https://en.wikipedia.org/wiki/Push_technology#Long_polling [HTTP longpoll]: https://en.wikipedia.org/wiki/Push_technology#Long_polling
[information theoretic security]: https://en.wikipedia.org/wiki/Information_theoretic_security
[inherit bitcoins]: http://bitcoin.stackexchange.com/q/38692/21052
[IP-to-IP payment protocol]: https://en.bitcoin.it/wiki/IP_Transactions [IP-to-IP payment protocol]: https://en.bitcoin.it/wiki/IP_Transactions
[IPv4-mapped IPv6 addresses]: http://en.wikipedia.org/wiki/IPv6#IPv4-mapped_IPv6_addresses [IPv4-mapped IPv6 addresses]: http://en.wikipedia.org/wiki/IPv6#IPv4-mapped_IPv6_addresses
[irc channels]: https://en.bitcoin.it/wiki/IRC_channels [irc channels]: https://en.bitcoin.it/wiki/IRC_channels
[JSON-RPC version 1.0]: http://json-rpc.org/wiki/specification [JSON-RPC version 1.0]: http://json-rpc.org/wiki/specification
[JSON-RPC request batching]: http://www.jsonrpc.org/specification#batch [JSON-RPC request batching]: http://www.jsonrpc.org/specification#batch
[july 2015 chain forks]: https://en.bitcoin.it/wiki/July_2015_chain_forks
[libblkmaker]: https://github.com/bitcoin/libblkmaker [libblkmaker]: https://github.com/bitcoin/libblkmaker
[localhost]: https://en.wikipedia.org/wiki/Localhost [localhost]: https://en.wikipedia.org/wiki/Localhost
[lying consistently is hard]: https://groups.google.com/forum/#!msg/bitcoinj/Ys13qkTwcNg/9qxnhwnkeoIJ
[makeseeds script]: https://github.com/bitcoin/bitcoin/tree/master/contrib/seeds [makeseeds script]: https://github.com/bitcoin/bitcoin/tree/master/contrib/seeds
[mozilla's bug reporting documentation]: https://developer.mozilla.org/en-US/docs/Mozilla/QA/Bug_writing_guidelines#Writing_precise_steps_to_reproduce
[murmur3]: https://en.wikipedia.org/wiki/MurmurHash [murmur3]: https://en.wikipedia.org/wiki/MurmurHash
[man-in-the-middle]: https://en.wikipedia.org/wiki/Man-in-the-middle_attack [man-in-the-middle]: https://en.wikipedia.org/wiki/Man-in-the-middle_attack
[MIME]: https://en.wikipedia.org/wiki/Internet_media_type [MIME]: https://en.wikipedia.org/wiki/Internet_media_type
[MIT license]: http://opensource.org/licenses/MIT
[mozrootstore]: https://www.mozilla.org/en-US/about/governance/policies/security-group/certs/ [mozrootstore]: https://www.mozilla.org/en-US/about/governance/policies/security-group/certs/
[native irc client]: https://en.wikipedia.org/wiki/List_of_IRC_clients
[netcat]: https://en.wikipedia.org/wiki/Netcat [netcat]: https://en.wikipedia.org/wiki/Netcat
[nop op codes]: https://en.bitcoin.it/wiki/Script#Reserved_words [nop op codes]: https://en.bitcoin.it/wiki/Script#Reserved_words
[offline transactions]: http://bitcoin.stackexchange.com/a/34122/21052
[open a pull request]: https://github.com/bitcoin-dot-org/bitcoin.org#working-with-github
[open an issue]: https://github.com/bitcoin-dot-org/bitcoin.org/issues/new
[Payment Request Generator]: http://bitcoincore.org/~gavin/createpaymentrequest.php [Payment Request Generator]: http://bitcoincore.org/~gavin/createpaymentrequest.php
[Piotr Piasecki's testnet faucet]: https://tpfaucet.appspot.com/ [Piotr Piasecki's testnet faucet]: https://tpfaucet.appspot.com/
[prime symbol]: https://en.wikipedia.org/wiki/Prime_%28symbol%29 [prime symbol]: https://en.wikipedia.org/wiki/Prime_%28symbol%29
[protobuf]: https://developers.google.com/protocol-buffers/ [protobuf]: https://developers.google.com/protocol-buffers/
[python-bitcoinlib]: https://github.com/petertodd/python-bitcoinlib [python-bitcoinlib]: https://github.com/petertodd/python-bitcoinlib
[python-blkmaker]: https://gitorious.org/bitcoin/python-blkmaker [python-blkmaker]: https://gitorious.org/bitcoin/python-blkmaker
[setup tor]: https://www.torproject.org/
[SHA256]: https://en.wikipedia.org/wiki/SHA-2 [SHA256]: https://en.wikipedia.org/wiki/SHA-2
[Stratum mining protocol]: http://mining.bitcoin.cz/stratum-mining [Stratum mining protocol]: http://mining.bitcoin.cz/stratum-mining
[study of SPV privacy over tor]: http://arxiv.org/abs/1410.6079
[Tor]: https://en.wikipedia.org/wiki/Tor_%28anonymity_network%29 [Tor]: https://en.wikipedia.org/wiki/Tor_%28anonymity_network%29
[transifex]: https://www.transifex.com/projects/p/bitcoinorg/
[unix epoch time]: https://en.wikipedia.org/wiki/Unix_time [unix epoch time]: https://en.wikipedia.org/wiki/Unix_time
[URI encoded]: https://tools.ietf.org/html/rfc3986 [URI encoded]: https://tools.ietf.org/html/rfc3986
[wiki bitcoin core compatible devices arm]: https://en.bitcoin.it/wiki/Bitcoin_Core_compatible_devices#ARM-based_Chipsets
[wiki bitcoin core documentation]: https://en.bitcoin.it/wiki/Category:Bitcoin_Core_documentation
[wiki create account]: https://en.bitcoin.it/w/index.php?title=Special:UserLogin&type=signup
[wiki enable editing]: https://en.bitcoin.it/wiki/Bitcoin_Wiki:Editing_privileges
[wiki getblocktemplate]: https://en.bitcoin.it/wiki/Getblocktemplate [wiki getblocktemplate]: https://en.bitcoin.it/wiki/Getblocktemplate
[wiki proper money handling]: https://en.bitcoin.it/wiki/Proper_Money_Handling_%28JSON-RPC%29 [wiki proper money handling]: https://en.bitcoin.it/wiki/Proper_Money_Handling_%28JSON-RPC%29
[wiki template bitcoin core documentation]: https://en.bitcoin.it/wiki/Template:Bitcoin_Core_documentation
[wiki script]: https://en.bitcoin.it/wiki/Script [wiki script]: https://en.bitcoin.it/wiki/Script
[x509]: https://en.wikipedia.org/wiki/X.509 [x509]: https://en.wikipedia.org/wiki/X.509

53
_layouts/base-core.html Normal file
View file

@ -0,0 +1,53 @@
---
# This file is licensed under the MIT License (MIT) available on
# http://opensource.org/licenses/MIT.
---
<!DOCTYPE HTML>
<html lang="{{ page.lang }}">
{% comment %}
<!-- on non-translated pages (e.g. Download page), use conditionals to
use the base template -->
{% endcomment %}
<head>
{% include layout/base-core/html-head-jquery-css.html %}
{% include layout/base/html-head.html %}
{% include layout/base-core/html-head-extra.html %}
</head>
<body>
{% include layout/base/pagetop-detect-mobile.html %}
{% include layout/base/pagetop-alert.html %}
<div class="head"><div>
{% include layout/base/head-language-dropdown.html %}
{% include layout/base/head-mobile-menu.html %}
{% if page.lang == 'en' %}
{% include layout/base-core/head-logo.html %}
{% include layout/base/head-language-select.html %}
{% include layout/base-core/head-menu.html %}
{% else %}
{% include layout/base/head-logo.html %}
{% include layout/base/head-language-select.html %}
{% include layout/base/head-menu.html %}
{% endif %}
</div></div>
<div class="body">
{% if page.lang == 'en' %}
{% include layout/base/breadcrumbs.html %}
{% endif %}
{% include layout/base-core/content.html %}
<div class="footer">
{% include layout/base/footer-menu.html %}
{% include layout/base/footer-sponsor.html %}
{% include layout/base/footer-license.html %}
</div>
</div>
{% include layout/base-core/footer-js-extra.html %}
{% include layout/base/footer-js.html %}
</body>
</html>

View file

@ -2,8 +2,14 @@
# This file is licensed under the MIT License (MIT) available on # This file is licensed under the MIT License (MIT) available on
# http://opensource.org/licenses/MIT. # http://opensource.org/licenses/MIT.
layout: base layout: base-core
lang: en lang: en
breadcrumbs:
- bitcoin
- bcc
- bcc news
- RELEASE
--- ---
<link rel="alternate" type="application/rss+xml" href="/en/rss/releases.rss" title="Bitcoin Core releases"> <link rel="alternate" type="application/rss+xml" href="/en/rss/releases.rss" title="Bitcoin Core releases">
<div class="versiontext"> <div class="versiontext">

View file

@ -57,6 +57,7 @@ blockquote{
margin-left:0; margin-left:0;
border-left:5px solid #eee; border-left:5px solid #eee;
padding-left:15px; padding-left:15px;
font-size: 120%;
} }
pre{ pre{
background-color:#f5f5f5; background-color:#f5f5f5;
@ -308,16 +309,6 @@ table td,table th{
-moz-border-radius:5px; -moz-border-radius:5px;
border-radius:5px; border-radius:5px;
} }
.menusimple>li:first-child,
.menusimple>li:first-child+li,
.menusimple>li:first-child+li+li+li{
-webkit-border-bottom-left-radius:0;
-webkit-border-bottom-right-radius:0;
-moz-border-radius-bottomleft:0;
-moz-border-radius-bottomright:0;
border-bottom-left-radius:0;
border-bottom-right-radius:0;
}
.menusimple>li a, .menusimple>li a,
.menusimple>li a:active, .menusimple>li a:active,
.menusimple>li a:visited, .menusimple>li a:visited,
@ -369,6 +360,22 @@ table td,table th{
display:block; display:block;
} }
.menusimple.menumain>li:first-child,
.menusimple.menumain>li:first-child+li,
.menusimple.menumain>li:first-child+li+li+li,
.menusimple.menucore>li:first-child,
.menusimple.menucore>li:first-child+li+li{
-webkit-border-bottom-left-radius:0;
-webkit-border-bottom-right-radius:0;
-moz-border-radius-bottomleft:0;
-moz-border-radius-bottomright:0;
border-bottom-left-radius:0;
border-bottom-right-radius:0;
}
.menusimple.menucore>li:first-child+li+li+li+li a{
font-weight: 700;
}
.breadcrumbs { .breadcrumbs {
font-size: 75%; font-size: 75%;
padding-left: 10px; padding-left: 10px;
@ -391,6 +398,10 @@ table td,table th{
line-height:1.5em; line-height:1.5em;
} }
h1 span.fa, h2 span.fa, h3 span.fa, h4 span.fa, h5 span.fa, h6 span.fa {
margin-right: 10px;
}
.footer{ .footer{
text-align:center; text-align:center;
width:940px; width:940px;
@ -862,7 +873,7 @@ table td,table th{
.toccontent a.term:visited code{ .toccontent a.term:visited code{
color:#646464; color:#646464;
} }
.toccontent .multicode{ .multicode{
background-color:#f5f5f5; background-color:#f5f5f5;
overflow-y:auto; overflow-y:auto;
padding:17px; padding:17px;
@ -871,7 +882,7 @@ table td,table th{
-moz-border-radius:3px; -moz-border-radius:3px;
border-radius:3px; border-radius:3px;
} }
.toccontent .multicode pre{ .multicode pre{
border:0px none; border:0px none;
padding:0; padding:0;
margin:0; margin:0;
@ -903,6 +914,9 @@ table td,table th{
.anchorAf:hover a:first-child{ .anchorAf:hover a:first-child{
display:block; display:block;
} }
.ui-dialog .anchorAf:hover a:first-child{
display:none;
}
.develdocdisclaimer{ .develdocdisclaimer{
padding:30px 0; padding:30px 0;
@ -981,6 +995,28 @@ br.clear {
height: 12px; height: 12px;
} }
div.one-column {
max-width: 600px;
margin-right: auto;
margin-left: auto;
}
.one-column h2 {
margin-top: 60px;
}
.one-column h2.no_gap {
margin-top: 75px;
}
.one-column img {
max-width: 100%;
}
.one-column th {
text-align: center;
}
div.post { div.post {
max-width: 40em; max-width: 40em;
margin-right: auto; margin-right: auto;
@ -997,6 +1033,185 @@ div.post {
padding-top: 20px; padding-top: 20px;
} }
table.privacy-comparison td,table.privacy-comparison th{
padding:3px;
}
table.privacy-comparison td {
max-width: 34%;
}
table.privacy-comparison tr.empty {
height: 1em;
}
table.privacy-comparison td:nth-child(1n+2) {
width: 120px;
}
table.validation { width: 100%; }
table.validation tr.details td {
background-color: #F5F5F5;
padding: 10px;
}
table.validation .ui-icon {
display: inline-block;
}
table.validation tr:nth-child(even)>td {
cursor:pointer;
}
table.validation tr:nth-child(even)>td:hover {
color:#000;
}
.received_transactions td {
width: 50%;
}
#system-requirements-accordion div {
padding: 0;
}
button.js.showcolumn {
border:0;
margin: 15px;
}
.not-displayed {
display: none;
}
br.big {
margin-bottom: 50px;
}
.font2x {
font-size: 200%;
}
/********** SLIDER **********/
.sliderbox {
max-width: 940px;
margin: 0px auto 30px auto;
}
.slide-viewer {
position: relative; /* needed for IE7 */
overflow: hidden;
height: 200px;
padding-bottom: 12px;
}
.slide-group {
width: 100%;
height: 100%;
position: relative;
}
.slide {
width: 100%;
height: 100%;
display: none;
position: absolute;
}
.slide:first-child {
display: block;
}
.slide-buttons {
text-align: center;
}
.slide-buttons button {
background: transparent;
border: 0;
font-size: 150%;
-webkit-border-radius: 4px;
border-radius: 4px;
}
.slide-buttons button.active {
background-color: #2c6fad;
color: #fff;
}
.two-column-list ul {
margin-left: 4em;
}
.two-column-list li {
list-style: none;
float: left;
width: 14em;
text-align: left;
margin-bottom: 20px;
}
.two-column-list .fa-li {
top: 0.75em;
}
.two-column-list li:nth-child(2n+1) {
margin-right: 75px;
clear: both;
}
button.js {
background: transparent;
border: 0;
padding: 0;
border-bottom: 1px dotted #2c6fad;
color: #2c6fad;
font-weight: inherit;
}
button.js:hover {
color: #63a4e1;
}
button.active {
text-decoration: underline;
}
.prevnext {
line-height: 1.5em;
}
.prevnext span:first-child {
float: left;
}
.prevnext span:last-child {
float: right;
}
.callout {
text-align: center;
border-top: thin solid #C0C0C0;
border-bottom: thin solid #C0C0C0;
}
.wallet_accordion img {
float: left;
padding-right: 30px;
padding-bottom: 10px;
}
.wallet_accordion {
text-align: left;
}
.right-hanger {
max-width: 300px;
text-align: right;
margin-left: auto;
font-weight: 700;
}
.left-float {
float: left;
}
.highlight { background: transparent; } .highlight { background: transparent; }
.highlight .c { color: #999988; font-style: italic } /* Comment */ .highlight .c { color: #999988; font-style: italic } /* Comment */
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */ .highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
@ -1058,6 +1273,30 @@ div.post {
.highlight .vi { color: #008080 } /* Name.Variable.Instance */ .highlight .vi { color: #008080 } /* Name.Variable.Instance */
.highlight .il { color: #009999 } /* Literal.Number.Integer.Long */ .highlight .il { color: #009999 } /* Literal.Number.Integer.Long */
.bggreen {
background-color: #006400;
}
.bgred {
background-color: #8B0000;
}
.bgyellow {
background-color: #B8860B;
}
.fggreen {
color: #006400;
}
.fgred {
color: #8B0000;
}
.fgyellow {
color: #B8860B;
}
.box{ .box{
border:2px dashed #4892b2; border:2px dashed #4892b2;
padding:0 20px 0 20px; padding:0 20px 0 20px;

View file

@ -48,6 +48,10 @@ module Jekyll
dst = locs[lang]['url'][id] dst = locs[lang]['url'][id]
next if dst.nil? or dst == '' next if dst.nil? or dst == ''
src = file src = file
## For files ending in a slash, such as path/to/dir/, give them
## the index.html file name
dst.gsub!(/\/$/, '/index')
dst = dst+'.html' dst = dst+'.html'
site.pages << TranslatePage.new(site, site.source, lang, '_templates', src, lang, dst) site.pages << TranslatePage.new(site, site.source, lang, '_templates', src, lang, dst)
end end

View file

@ -0,0 +1,115 @@
---
# This file is licensed under the MIT License (MIT) available on
# http://opensource.org/licenses/MIT.
layout: base-core
id: bitcoin-core-overview
columns: 1
breadcrumbs:
- bitcoin
- Bitcoin Core
---
<link rel="alternate" type="application/rss+xml" href="/en/rss/releases.rss" title="Bitcoin Core releases">
<h1 id="bitcoin-core" class="not-displayed">{% translate bitcoin-core %}</h1>
{% capture slogan %}{% translate bitcoin-core-slogan %}{% endcapture %}
<p><img src="/img/bitcoin-core/{{page.lang}}-big-logo.svg" alt="{{slogan | strip_html }}"></p>
<br class="clear">
{% include bitcoin-core/download-bitcoin-core.html %}
<br class="clear">
<div class="show_less_more">
<div class="show_less">
<p>{% translate about1 %}</p>
</div>
<div class="show_more">
<p>{% translate about2 %}</p>
<p>{% translate about3 %}</p>
<p>{% translate about4 %}</p>
{% comment %}
<!-- If English, use text with links; else use plain text
until linked pages have been translated -->
{% endcomment %}
{% if page.lang == "en" %}
<p>In addition to improving Bitcoin's decentralization, Bitcoin Core users get
<a href="/{{page.lang}}/{% translate bitcoin-core-validation url %}">better security</a>
for their bitcoins,
<a href="/{{page.lang}}/{% translate bitcoin-core-privacy url %}">privacy features</a>
not available in other wallets, a choice of
<a href="/{{page.lang}}/{% translate bitcoin-core-user-interface url %}">user interfaces</a>,
and several other powerful features.</p>
{% else %}
<p>{% translate about5 %}</p>
{% endif %}
</div>
<p class="center"><button class="toggle_show_more_less js not-displayed"><span class="fa fa-caret-down"></span> {% translate read-more %}</button></p>
</div>
<br>
{% comment %}
<!-- If English, use list of links; else link only to the download page -->
{% endcomment %}
{% if page.lang == "en" %}
<div class="two-column-list">
<ul class="fa-ul">
<li><span class="fa-li fa fa-download fa-2x"></span>
<b><a href="/{{page.lang}}/{% translate download url %}">Download</a></b><br
>Download Bitcoin Core&nbsp;{{ site.DOWNLOAD_VERSION }}
<li><span class="fa-li fa fa-rocket fa-2x"></span>
<b><a href="/{{page.lang}}/{% translate bitcoin-core-features url %}">Features</a></b><br
>Discover what Bitcoin Core offers
<li><span class="fa-li fa fa-question fa-2x"></span>
<b><a href="/{{page.lang}}/{% translate bitcoin-core-help url %}">Get help</a></b><br
>Documentation, forums, chat rooms
<li><span class="fa-li fa fa-code-fork fa-2x"></span>
<b><a href="/{{page.lang}}/{% translate bitcoin-core-contribute url %}">Contribute</a></b><br
>Code, translations, and more
</ul>
</div>
{% else %}
<p class="center font2x"><span class="fa fa-download fa-2x"></span>
<b><a href="/{{page.lang}}/{% translate download url %}">{% translate download-bitcoin-core %}</a></b></p>
{% endif %}
<br class="clear">
<h3 id="news">{% translate news %}</h3>
{% comment %}<!-- Capture all the releases into a string and convert it to an array -->{% endcomment %}
{% capture text_releases %}
{% filter_for p in site.pages reversed sort_by:versionint category:release %}
{% if p.optional_date %}{{ p.optional_date | date:"%Y-%m-%d" }} - {% endif %}<a href="{{ p.url | replace:'.html','' }}">{{ p.title }}</a>::
{% endfilter_for %}
{% endcapture %}
{% assign array_releases = text_releases | strip_newlines | split: '::' %}
{% comment %}<!-- show the latest three releases -->{% endcomment %}
<ul>
{% for release in array_releases %}
{% if forloop.index <= 3 %}
<li>{{ release }}</li>
{% endif %}
{% endfor %}
</ul>
<p>{% translate more-news-and-rss %}</p>
<br class="clear">
<script>
if ( $( window ).width() > 400 && $( window ).height() > 600 ) {
$(".show_more").removeClass("show_more");
$(".toggle_show_more_less").removeClass("toggle_show_more_less");
}
</script>

View file

@ -2,62 +2,83 @@
# This file is licensed under the MIT License (MIT) available on # This file is licensed under the MIT License (MIT) available on
# http://opensource.org/licenses/MIT. # http://opensource.org/licenses/MIT.
layout: base layout: base-core
id: development id: development
columns: 1
breadcrumbs:
- bitcoin
- bcc
- bcc contribute
- Code
--- ---
<!-- Note: this file is built non-deterministically --> <!-- Note: this file is built non-deterministically -->
<h1>{% translate pagetitle %}</h1> <h1>{% translate pagetitle %}</h1>
<p class="summary">{% translate summary %}</p> {% if page.lang != 'en' %}<p class="summary">{% translate summary %}</p>{% endif %}
<p>{% translate involvetxt1 development %}</p>
<p>{% translate involvetxt2 development %}</p>
<div id="chatbox" class="chatbox"></div>
{% capture markdown %}
<span class="fa fa-exclamation-triangle"></span> *To report an issue,
please see the [bug reporting][bcc contribute issues] page.*
## Code Review
Bitcoin Core is security software that helps protect assets worth
billions of dollars, so every code change needs to be reviewed by
experienced developers.
It can take a long time for other developers to review your pull
requests. Remember that all reviewers are taking time away from their
own projects to review your pull requests, so be patient and respectful
of their time.
Please also consider helping to review other people's pull requests. You
don't need to be an expert in Bitcoin, the Bitcoin Core codebase, or C++
(although all these things help). There are almost always [open pull
requests][bcc pulls] that any programmer can review.
## Starter Projects
Do you want to begin coding for Bitcoin Core but don't have a specific
improvement in mind? Here are a few ideas:
- **Fix existing issues:** the [issue tracker][bcc issues] is the
best place to find a useful way to contribute to Bitcoin Core.
Before starting to write any patches for issues you find, you may
want to comment on the issue to make sure nobody else is already
working on it.
- **Write tests:** Bitcoin Core is covered by many tests, but patches
that improve test coverage are always welcome and are a great way to
build familiarity with the codebase. See the documentation about
[automated testing][bcc automated testing].
{% include references.md %}
{% endcapture %}
{% if page.lang == 'en' %}
{{ markdown | markdownify }}
{% endif %}
<h2 id="spec">{% translate spec %}</h2> <h2 id="spec">{% translate spec %}</h2>
<p>{% translate spectxt %}</p> <p>{% translate spectxt %}</p>
<h2 id="coredev">{% translate coredev %}</h2> {% if page.lang == 'en' %}
<input id="glossary_term" class="glossary_term" placeholder="Search the glossary, RPCs, and more">
{% else %}
<h2 id="coredev">{% translate coredev %}</h2>
<p>{% translate inventor %}</p> <p>{% translate inventor %}</p>
<div class="listtable coredevtable"> {% include bitcoin-core/core-committers.html %}
<div><div>Wladimir J. van der Laan</div><div><a href="mailto:laanwj@gmail.com">laanwj@gmail.com</a></div><div><a href="/laanwj.asc">PGP</a></div></div>
<div><div>Gavin Andresen</div><div><a href="mailto:gavinandresen@gmail.com">gavinandresen@gmail.com</a></div><div><a href="/gavinandresen.asc">PGP</a></div></div>
<div><div>Jeff Garzik</div><div><a href="mailto:jgarzik@bitpay.com">jgarzik@bitpay.com</a></div><div><a href="/jgarzik-bitpay.asc">PGP</a></div></div>
<div><div>Gregory Maxwell</div><div><a href="mailto:greg@xiph.org">greg@xiph.org</a></div><div><a href="/gmaxwell.asc">PGP</a></div></div>
<div><div>Pieter Wuille</div><div><a href="mailto:pieter.wuille@gmail.com">pieter.wuille@gmail.com</a></div><div><a href="/pieterwuille.asc">PGP</a></div></div>
</div>
<h2 id="disclosure">{% translate disclosure %}</h2> <h2 id="disclosure">{% translate disclosure %}</h2>
<p><a href="mailto:bitcoin-security@lists.sourceforge.net">bitcoin-security@lists.sourceforge.net</a></p> <p><a href="mailto:bitcoin-security@lists.sourceforge.net">bitcoin-security@lists.sourceforge.net</a></p>
<p>{% translate disclosuretxt %}</p> <p>{% translate disclosuretxt %}</p>
{% endif %}
<h2 id="involve">{% translate involve %}</h2>
<p>{% translate involvetxt1 %}</p>
<p>{% translate involvetxt2 %}</p>
<div id="chatbox" class="chatbox"></div>
<h2 id="more">{% translate more %}</h2>
<p>{% translate morechoose %}</p>
<ul class="devprojectlist">
<li><a href="https://github.com/etotheipi/BitcoinArmory">Armory</a> - A wallet with enhanced security features.</li>
<li><a href="http://bfgminer.com">BFGMiner</a> - A modular miner.</li>
<li><a href="https://en.bitcoin.it/wiki/Bitcoin_Explorer">Bitcoin Explorer</a> - A command line tool, built on libbitcoin.</li>
<li><a href="https://en.bitcoin.it/wiki/Bitcoin_Server">Bitcoin Server</a> - A full node and query server, built on libbitcoin.</li>
<li><a href="https://github.com/schildbach/bitcoin-wallet">Bitcoin Wallet</a> - A SPV wallet for Android and Blackberry.</li>
<li><a href="https://bitcoinj.github.io">bitcoinj</a> - A library for SPV wallets, written in Java.</li>
<li><a href="https://github.com/btcsuite/btcd">btcd</a> - A full node, written in Go.</li>
<li><a href="https://github.com/btcsuite/btcwallet">btcwallet</a> - A hierarchical deterministic wallet daemon, written in Go.</li>
<li><a href="https://electrum.org">Electrum</a> - A fast server-trusting wallet.</li>
<li><a href="https://github.com/luke-jr/eloipool">Eloipool</a> - A fast mining pool server application, written in Python.</li>
<li><a href="https://github.com/hivewallet">Hive</a> - A fast user-friendly SPV wallet.</li>
<li><a href="https://en.bitcoin.it/wiki/Libbitcoin">Libbitcoin</a> - A cross-platform development toolkit, written in C++.</li>
<li><a href="https://gitlab.com/bitcoin/libblkmaker">Libblkmaker</a> - A client library for the getblocktemplate mining protocol, written in C.</li>
<li><a href="https://multibit.org">MultiBit HD</a> - An international SPV wallet for desktops.</li>
<li><a href="https://github.com/NicolasDorier/NBitcoin">NBitcoin</a> - A cross-platform library, written in C#.</li>
<li><a href="https://github.com/jgarzik/picocoin">picocoin</a> - A tiny library with lightweight client and utilities, written in C.</li>
<li><a href="https://github.com/petertodd/python-bitcoinlib">python-bitcoinlib</a> - A library for structures and protocols, written in Python.</li>
<li><a href="https://gitlab.com/bitcoin/python-blkmaker">Python Blkmaker</a> - A client library for the getblocktemplate mining protocol, written in Python.</li>
<li class="more"><a onclick="librariesShow(event)" ontouchstart="librariesShow(event);" class="link-js">{% translate moremore %}</a></li>
</ul>
<section id="devcommunities"> <section id="devcommunities">
<h2 id="dev-communities">{% translate devcommunities %}</h2> <h2 id="dev-communities">{% translate devcommunities %}</h2>
@ -83,3 +104,39 @@ id: development
{% endfor %} {% endfor %}
</div> </div>
</section> </section>
<h2 id="more">{% translate more %}</h2>
<p>
{% case page.lang %}
{% when 'id' or 'da' or 'de' or 'es' or 'fr' or 'it' or 'hu' or 'nl' or 'pl' or 'pt_BR' or 'ro' or 'sl' or 'sv' or 'tr' or 'el' or 'bg' or 'ru' or 'uk' or 'ar' or 'fa' or 'hi' or 'ko' or 'ja' or 'zh_CN' or 'zh_TW' %}
{% else %}
Want to contribute to a different project?
{% endcase %}
{% translate morechoose %}</p>
<ul class="devprojectlist">
<li><a href="https://github.com/etotheipi/BitcoinArmory">Armory</a> - A wallet with enhanced security features.</li>
<li><a href="http://bfgminer.com">BFGMiner</a> - A modular miner.</li>
<li><a href="https://en.bitcoin.it/wiki/Bitcoin_Explorer">Bitcoin Explorer</a> - A command line tool, built on libbitcoin.</li>
<li><a href="https://en.bitcoin.it/wiki/Bitcoin_Server">Bitcoin Server</a> - A full node and query server, built on libbitcoin.</li>
<li><a href="https://github.com/schildbach/bitcoin-wallet">Bitcoin Wallet</a> - A SPV wallet for Android and Blackberry.</li>
<li><a href="https://bitcoinj.github.io">bitcoinj</a> - A library for SPV wallets, written in Java.</li>
<li><a href="https://github.com/btcsuite/btcd">btcd</a> - A full node, written in Go.</li>
<li><a href="https://github.com/btcsuite/btcwallet">btcwallet</a> - A hierarchical deterministic wallet daemon, written in Go.</li>
<li><a href="https://electrum.org">Electrum</a> - A fast server-trusting wallet.</li>
<li><a href="https://github.com/luke-jr/eloipool">Eloipool</a> - A fast mining pool server application, written in Python.</li>
<li><a href="https://github.com/hivewallet">Hive</a> - A fast user-friendly SPV wallet.</li>
<li><a href="https://en.bitcoin.it/wiki/Libbitcoin">Libbitcoin</a> - A cross-platform development toolkit, written in C++.</li>
<li><a href="https://gitlab.com/bitcoin/libblkmaker">Libblkmaker</a> - A client library for the getblocktemplate mining protocol, written in C.</li>
<li><a href="https://multibit.org">MultiBit HD</a> - An international SPV wallet for desktops.</li>
<li><a href="https://github.com/NicolasDorier/NBitcoin">NBitcoin</a> - A cross-platform library, written in C#.</li>
<li><a href="https://github.com/jgarzik/picocoin">picocoin</a> - A tiny library with lightweight client and utilities, written in C.</li>
<li><a href="https://github.com/petertodd/python-bitcoinlib">python-bitcoinlib</a> - A library for structures and protocols, written in Python.</li>
<li><a href="https://gitlab.com/bitcoin/python-blkmaker">Python Blkmaker</a> - A client library for the getblocktemplate mining protocol, written in Python.</li>
<li class="more"><a onclick="librariesShow(event)" ontouchstart="librariesShow(event);" class="link-js"><span class="fa fa-caret-down"></span> {% translate moremore %}</a></li>
</ul>
{% if page.lang == 'en' %}
<script src="/js/devsearch.js"></script>
{% endif %}

View file

@ -2,9 +2,14 @@
# This file is licensed under the MIT License (MIT) available on # This file is licensed under the MIT License (MIT) available on
# http://opensource.org/licenses/MIT. # http://opensource.org/licenses/MIT.
layout: base layout: base-core
id: download id: download
breadcrumbs:
- bitcoin
- bcc
- Download
win32zip: "win32.zip" win32zip: "win32.zip"
win64zip: "win64.zip" win64zip: "win64.zip"
win32exe: "win32-setup.exe" win32exe: "win32-setup.exe"

View file

@ -28,6 +28,50 @@ en:
owners: "Domain Owners" owners: "Domain Owners"
partial_list: "Partial List" partial_list: "Partial List"
github: "Contributors on GitHub" github: "Contributors on GitHub"
bitcoin-core-overview:
title: "Bitcoin Core"
bitcoin-core: "Bitcoin Core"
bitcoin-core-slogan: "Helping <b>you</b> keep Bitcoin decentralized"
download-bitcoin-core: "Download Bitcoin Core"
about1: >
Bitcoin Core is programmed to decide which block chain contains
valid transactions. The users of Bitcoin Core only accept
transactions for that block chain, making it the Bitcoin block
chain that everyone else wants to use.
about2: >
It is these users who <b>keep Bitcoin decentralized.</b> They
individually run their own Bitcoin Core full nodes, and each of
those full nodes separately follows the exact same rules to decide
which block chain is valid.
about3: >
There's no voting or other corruptible process involved: there's
just individual software following identical rules—"math"—to
evaluate identical blocks and coming to identical conclusions
about which block chain is valid.
about4: >
This shared agreement (called consensus) allows people like you to
only accept valid bitcoins, <b>enforcing Bitcoin's rules</b> against
even the most powerful miners.
about5: >
In addition to improving Bitcoin's decentralization, Bitcoin Core
users get better security for their bitcoins, privacy features not
available in other wallets, a choice of user interfaces, and
several other powerful features.
read-more: "Read more"
news: "News"
more-news-and-rss: >
For more news, see the complete list of <a
href="/en/version-history">Bitcoin Core releases</a>. For
notifications of new releases, <a type="application/rss+xml"
href="/en/rss/releases.rss">subscribe to the RSS feed</a>.
bitcoin-for-businesses: bitcoin-for-businesses:
title: "Bitcoin for Businesses - Bitcoin" title: "Bitcoin for Businesses - Bitcoin"
pagetitle: "Bitcoin for Businesses" pagetitle: "Bitcoin for Businesses"
@ -285,6 +329,7 @@ en:
involvetxt1: "Bitcoin is free software and any developer can contribute to the project. Everything you need is in the <a href=\"https://github.com/bitcoin/bitcoin\">GitHub repository</a>. Please make sure to read and follow the development process described in the README, as well as to provide good quality code and respect all guidelines." involvetxt1: "Bitcoin is free software and any developer can contribute to the project. Everything you need is in the <a href=\"https://github.com/bitcoin/bitcoin\">GitHub repository</a>. Please make sure to read and follow the development process described in the README, as well as to provide good quality code and respect all guidelines."
involvetxt2: "Development discussion takes place on GitHub and the <a href=\"https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev\">bitcoin-dev</a> mailing list. Less formal development discussion happens on irc.freenode.net #bitcoin-dev (<a href=\"#\" onclick=\"freenodeShow(event);\">web interface</a>, <a href=\"http://bitcoinstats.com\">logs</a>)." involvetxt2: "Development discussion takes place on GitHub and the <a href=\"https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev\">bitcoin-dev</a> mailing list. Less formal development discussion happens on irc.freenode.net #bitcoin-dev (<a href=\"#\" onclick=\"freenodeShow(event);\">web interface</a>, <a href=\"http://bitcoinstats.com\">logs</a>)."
more: "More free software projects" more: "More free software projects"
morewant: "Want to contribute to a different project?"
morechoose: "You can choose a project to contribute to by answering a few <a href=\"http://whatcanidoforbitcoin.xyz/\">questions about your skills</a>." morechoose: "You can choose a project to contribute to by answering a few <a href=\"http://whatcanidoforbitcoin.xyz/\">questions about your skills</a>."
moremore: "Show more..." moremore: "Show more..."
contributors: "Bitcoin Core contributors" contributors: "Bitcoin Core contributors"
@ -831,8 +876,37 @@ en:
sponsor: "A community website sponsored by" sponsor: "A community website sponsored by"
getstarted: "Get started with Bitcoin" getstarted: "Get started with Bitcoin"
bitcoin-core: "Bitcoin Core" bitcoin-core: "Bitcoin Core"
menu-bcc-features: "Features"
menu-bcc-features-overview: "Overview"
menu-bcc-help: "Get Help"
menu-bcc-contribute: "Contribute"
menu-bcc-news: "News"
menu-bcc-download: "Download"
menu-bcc-validation: "Validation"
menu-bcc-privacy: "Privacy"
menu-bcc-requirements: "Requirements"
menu-bcc-user-interface: "User Interface"
menu-bcc-network-support: "Network Support"
menu-bcc-contribute-issues: "Bug reports"
menu-bcc-contribute-code: "Code"
menu-bcc-contribute-documentation: "Documentation"
menu-bcc-contribute-translations: "Translations"
menu-bcc-contribute-tech-support: "Tech Support"
url: url:
about-us: about-us about-us: about-us
bitcoin-core-contribute: bitcoin-core/contribute/
bitcoin-core-contribute-documentation: bitcoin-core/contribute/documentation
bitcoin-core-contribute-issues: bitcoin-core/contribute/issues
bitcoin-core-contribute-translations: bitcoin-core/contribute/translations
bitcoin-core-contribute-tech-support: bitcoin-core/contribute/support
bitcoin-core-features: bitcoin-core/features/
bitcoin-core-help: bitcoin-core/help
bitcoin-core-network-support: bitcoin-core/features/network-support
bitcoin-core-overview: bitcoin-core/
bitcoin-core-privacy: bitcoin-core/features/privacy
bitcoin-core-requirements: bitcoin-core/features/requirements
bitcoin-core-user-interface: bitcoin-core/features/user-interface
bitcoin-core-validation: bitcoin-core/features/validation
bitcoin-for-developers: bitcoin-for-developers bitcoin-for-developers: bitcoin-for-developers
bitcoin-for-individuals: bitcoin-for-individuals bitcoin-for-individuals: bitcoin-for-individuals
bitcoin-for-businesses: bitcoin-for-businesses bitcoin-for-businesses: bitcoin-for-businesses

View file

@ -0,0 +1,119 @@
---
# This file is licensed under the MIT License (MIT) available on
# http://opensource.org/licenses/MIT.
id: bitcoin-core-contribute-documentation
lang: en
layout: base-core
columns: 1
title: Documentation - Contribute to Bitcoin Core
breadcrumbs:
- bitcoin
- bcc
- bcc contribute
- Documentation
---
# Writing Bitcoin Core Documentation
Bitcoin Core documentation is spread across three projects: Bitcoin
Core, the Bitcoin Wiki, and Bitcoin.org---and is further subdivided into
different parts. The sections below briefly describe what documentation
is available and how you can contribute.
## Bitcoin Core Docs Directory
The [docs directory][bitcoin core docs directory]
contains various files describing aspects of Bitcoin Core. Almost all of
the files are meant for developers and testers rather than users, although
some (such as the build instructions) may be used by power users.
The files are all written in Markdown, which can be easily edited in
GitHub's web interface:
1. Create a GitHub account, or if you already have one, log in.
2. Find the file you want to edit. For example, [build-unix.md][bitcoin
core build unix]
3. Click the Edit icon (a pencil).
4. Make your change and click the Preview button to preview it. Revise
and edit until you're happy with it.
5. At the bottom of the page, fill out the Propose File Change form and
submit it.
*Need help getting started? Stop by the [#bitcoin-dev][] IRC chatroom
and tell us what documentation you want to write.*
## Bitcoin.org Bandwidth Sharing Guide
The [Bitcoin.org bandwidth sharing guide][bandwidth sharing guide]
currently provides instructions for how to install Bitcoin Core on
multiple operating systems, configure it to automatically start at boot,
and manually open port 8333 so it accepts incoming connections.
To contribute, you can [edit the guide][edit bandwidth sharing
guide] using the same GitHub web interface as described in the
previous section.
*Need help getting started? You can [open an issue][] or email Bitcoin.org
documentation maintainer {{site.text.bitcoin_org_docs_maintainer_email_link}}.*
## Bitcoin Wiki
The Bitcoin Wiki uses the popular MediaWiki software, so you may already
know how to edit it and create new pages. To reduce spam, you need to
[create an account][wiki create account] and then follow the
[instructions to enable editing][wiki enable editing].
Current documentation can be found in the [Bitcoin Core documentation
category][wiki bitcoin core documentation]. If you create a new page,
be sure to add it to the [Bitcoin Core documentation template][wiki
template bitcoin core documentation] and then add the following code to
the very bottom of the page:
{% raw %}{{Bitcoin Core documentation}}{% endraw %}
Adding the line above to a page will also add that page to the Bitcoin
Core documentation category.
*Need help getting started? Stop by the [#bitcoin-wiki][] IRC chatroom and
tell us what documentation you want to write.*
## Bitcoin.org RPC/REST API Reference
The [Bitcoin.org developer reference][devref] contains over 100 printed
pages worth of documentation for the Bitcoin Core RPC and REST
interfaces, which are mainly used by Bitcoin Core command line users and
developers of apps depending on Bitcoin Core.
To contribute RPC edits, the easiest way is to:
1. Go to the [Bitcoin.org developer documentation main page][developer documentation].
2. Search for the RPC you want to edit.
3. Under the subheading for the RPC, click the Edit link.
To create new RPC/REST documentation or edit the REST documentation:
1. Follow [these instructions][open a pull request] to clone the Bitcoin.org repository.
2. RPC files are in the `_includes/ref/bitcoin-core/rpcs` directory.
REST files are in the `_includes/ref/bitcoin-core/rest` directory.
New files need to be added to the list in `en/developer-reference.md`
*Need help getting started? You can [open an issue][] or email
Bitcoin.org documentation maintainer {{site.text.bitcoin_org_docs_maintainer_email_link}}.*
<br class="clear big">
<div class="prevnext">
<span markdown="1">**Previous**<br>[Code][bcc contribute code]</span>
<span markdown="1">**Next**<br>[Translations][bcc contribute translations]</span>
</div>
<br class="clear">
{% include references.md %}

View file

@ -0,0 +1,40 @@
---
# This file is licensed under the MIT License (MIT) available on
# http://opensource.org/licenses/MIT.
layout: base-core
lang: en
id: bitcoin-core-contribute
columns: 1
title: Contribute to Bitcoin Core
breadcrumbs:
- bitcoin
- bcc
- Contribute
---
# Contributing To Bitcoin Core
Thank you for considering contributing to Bitcoin Core! We have
instructions below to help you get started contributing in several different
ways.
If want to contribute in another way, please visit the [#bitcoin-dev][]
IRC chatroom and discuss your plan with a developer.
<div markdown="block" class="two-column-list">
{:.fa-ul}
- <span class="fa fa-li fa-bug fa-2x"></span> **[Bug reports][bcc contribute issues]**<br>Report bugs, including security issues
- <span class="fa fa-li fa-code fa-2x"></span> **[Code][bcc contribute code]**<br>Write & review code
- <span class="fa fa-li fa-book fa-2x"></span> **[Documentation][bcc contribute documentation]**<br>Write documentation for users and developers
- <span class="fa fa-li fa-language fa-2x"></span> **[Translations][bcc contribute translations]**<br>Translate the user interface
- <span class="fa fa-li fa-question fa-2x"></span> **[Tech support][bcc contribute support]**<br>Support other users
</div>
<br class="clear"><br class="big">
{% include references.md %}

View file

@ -0,0 +1,69 @@
---
# This file is licensed under the MIT License (MIT) available on
# http://opensource.org/licenses/MIT.
layout: base-core
id: bitcoin-core-contribute-issues
columns: 1
lang: en
title: Issues - Contribute to Bitcoin Core
breadcrumbs:
- bitcoin
- bcc
- bcc contribute
- Issues
---
# Contribute Bug Reports
If you discover a bug or other problem with Bitcoin Core, please report
it. The are two different processes, [responsible disclosure](#disclosure) for
security bugs and [public issue tracking](#public-issue-tracking) for all other bugs.
<span class="fa fa-exclamation-triangle"></span> **Please don't open an
issue to ask for support.** See the [Get Help][bcc help] page instead.
<h2 id="disclosure">{% translate disclosure development %}</h2>
<p><a href="mailto:bitcoin-security@lists.sourceforge.net">bitcoin-security@lists.sourceforge.net</a></p>
<p>{% translate disclosuretxt development %}</p>
{% include bitcoin-core/core-committers.html %}
## Public Issue Tracking
For non-security problems with Bitcoin Core, please [search for similar
issues][bcc issues] and, if you don't find any, [open a new issue][bcc
new issue] providing the information listed below.
1. A clear description of the problem. If possible, please describe how
to reproduce the problem. (For general guidelines on writing steps
to reproduce, see [Mozilla's bug reporting documentation][].)
2. What version of Bitcoin Core you use (if you downloaded from
Bitcoin.org) or what commit you built using (`git log -1`) plus any
extra patches you applied.
3. Any relevant entries from your `debug.log` file. Note, this file can
contain private information, so review it before posting or ask in
the issue to email it directly to a developer rather than posting
publicly. You can publicly post logs on a [0bin service][0bin]. By
default, the `debug.log` can be found at the following locations:
- Windows: `%APPDATA%\Bitcoin\debug.log`
- OS X: `$HOME/Library/Application Support/Bitcoin/debug.log`
- Linux: `$HOME/.bitcoin/debug.log`
The best strategy to get your issue fixed quickly is to make it as easy
as possible for the development team to track down the problem and
write a fix. Providing more information and organizing it well helps
significantly.
<br class="clear big">
<div class="prevnext">
<span markdown="1">**Previous**<br>[Contribute overview][bcc contribute]</span>
<span markdown="1">**Next**<br>[Code][bcc contribute code]</span>
</div>
<br class="clear">
{% include references.md %}

View file

@ -0,0 +1,76 @@
---
# This file is licensed under the MIT License (MIT) available on
# http://opensource.org/licenses/MIT.
id: bitcoin-core-contribute-tech-support
lang: en
layout: base-core
columns: 1
title: Support - Contribute to Bitcoin Core
breadcrumbs:
- bitcoin
- bcc
- bcc contribute
- Support
---
# Supporting Bitcoin Core Users
This site tells Bitcoin Core users where they can [go to find help][bcc
help]---but that help is provided by volunteers like you. Many questions
are asked by complete newbies, so nearly everyone with any experience
using Bitcoin Core can provide help.
Before you start providing support, you may want to familiarize yourself
with the available [documentation][bcc documentation].
## Forums
The following forums are where we believe most users ask their Bitcoin
Core questions.
- [Bitcoin StackExchange][] is a community dedicated entirely to
answering questions about Bitcoin and related technology. Many
questions about Bitcoin Core can be found under the [Bitcoin-Qt
tag][bitcoin stackexchange tag bitcoin-qt]
- [BitcoinTalk Technical Support][forum tech support] is a
sub-forum dedicated to providing help for Bitcoin Core and other
Bitcoin programs.
- [/r/Bitcoin][bitcoin reddit] is a Reddit community that occasionally
features questions about Bitcoin Core. Currently, very few questions
receive enough upvotes to be featured on the front page, but you can
always check the [new queue][bitcoin reddit new] or answer questions
on the popular Mentor Monday thread (usually posted around noon UTC
on Monday).
- [/r/BitcoinBeginners][bitcoin beginners] is a Reddit community that
prominently features questions from inexperienced Bitcoin users.
## Live
Internet Relay Chat (IRC) is the most popular way to get live online
help with Bitcoin Core. When providing links to documentation, most
chatrooms require you post full links (not links shortened using
services like TinyURL or Bit.ly).
The links below will get you started using an IRC web interface. Many
serious IRC users use a [native IRC client][].
- [#bitcoin][] is where most users should ask general questions about
Bitcoin Core.
- [#bitcoin-mining][] hosts discussion about Bitcoin mining, including
decentralized mining using Bitcoin Core as part of the system.
- For more channels, please see the [comprehensive
listing][irc channels] on the Bitcoin Wiki.
<br class="clear big">
<div class="prevnext">
<span markdown="1">**Previous**<br>[Translations][bcc contribute translations]</span>
<span markdown="1">**Next**<br>[Contribute overview][bcc contribute]</span>
</div>
<br class="clear">
{% include references.md %}

View file

@ -0,0 +1,59 @@
---
# This file is licensed under the MIT License (MIT) available on
# http://opensource.org/licenses/MIT.
id: bitcoin-core-contribute-translations
layout: base-core
lang: en
columns: 1
title: Translations - Contribute to Bitcoin Core
breadcrumbs:
- bitcoin
- bcc
- bcc contribute
- Translations
---
# Translating Bitcoin Core
Bitcoin Core has been fully translated into over two dozen languages,
with dozens more languages partially translated---but more help is
always needed.
To contribute a translation, create a [Transifex][transifex] account and
then go to the [Bitcoin Core translation page][bitcoin core transifex].
From there you can click the Join Team button near the top of the page.
![Help translate Bitcoin](/img/bitcoin-core/transifex-1.png)
After you've joined the team, find the language you want to help
translate. Click on it and choose what Bitcoin Core release you want to
contribute to.
![Choose a language](/img/bitcoin-core/transifex-2.png)
From the page listing a specific release, you can click the Translate
button.
![Translate](/img/bitcoin-core/transifex-3.png)
On the Translation screen, click the Untranslated tab. On the left pane
will appear the English versions of text that needs translating. On the
right pane, you can enter your proposed translation.
![Choose untranslated](/img/bitcoin-core/transifex-4.png)
After saving your translation, it will be reviewed and (if accepted)
included in the next release of that version of Bitcoin Core.
*If you have any questions, please contact the translation maintainers
listed on Transifex or ask (in English) in the [#bitcoin-dev][] IRC
chatroom.*
<br class="clear big">
<div class="prevnext">
<span markdown="1">**Previous**<br>[Documentation][bcc contribute documentation]</span>
<span markdown="1">**Next**<br>[Tech support][bcc contribute support]</span>
</div>
<br class="clear">
{% include references.md %}

View file

@ -0,0 +1,113 @@
---
# This file is licensed under the MIT License (MIT) available on
# http://opensource.org/licenses/MIT.
layout: base-core
lang: en
id: bitcoin-core-feature-overview
columns: 1
title: Features - Bitcoin Core
breadcrumbs:
- bitcoin
- bcc
- Features
end_of_page: |
<script>
start_slideshow($('#slidebox'));
</script>
---
# Bitcoin Core
{:.not-displayed}
<div id="slidebox">
<div class="slide-viewer">
<div class="slide-group">
<div class="slide slide-1">
<a href="#validation"><img src="/img/bitcoin-core/slider-validation.svg" alt="Full Validation: the best possible decentralized security" /></a>
</div>
<div class="slide slide-2">
<a href="#privacy"><img src="/img/bitcoin-core/slider-privacy.svg" alt="Strong privacy" /></a>
</div>
<div class="slide slide-3">
<a href="#requirements"><img src="/img/bitcoin-core/slider-warning.svg" alt="Requirements and warnings" /></a>
</div>
<div class="slide slide-4">
<a href="#user-interface"><img src="/img/bitcoin-core/slider-ui.svg" alt="User interface" /></a>
</div>
<div class="slide slide-5">
<a href="#network-support"><img src="/img/bitcoin-core/slider-network.svg" alt="Support the network" /></a>
</div>
</div>
</div>
<div class="slide-buttons"
><button type="image" class="slide-btn button-1" markdown="1"
><span class="fa fa-check-square-o"></span></button>
<button type="button" class="slide-btn button-2" markdown="1"
><span class="fa fa-shield"></span></button>
<button type="button" class="slide-btn button-3" markdown="1"
><span class="fa fa-bar-chart"></span></button>
<button type="button" class="slide-btn button-4" markdown="1"
><span class="fa fa-sign-in"></span></button>
<button type="button" class="slide-btn button-5" markdown="1"
><span class="fa fa-globe"></span></button
></div>
</div>
<br class="clear">
{% include bitcoin-core/download-bitcoin-core.html %}
## <span class="fa fa-check-square-o fa-lg"></span> Full Validation {#validation}
{:.no_gap}
Bitcoin Core ensures every block and transaction it accepts is valid,
increasing not only your security but also **helping prevent miners and
banks from taking control of Bitcoin.**
{:.right-hanger}
[Learn about full validation][bcc validation]
## <span class="fa fa-shield fa-lg"></span> Better Privacy {#privacy}
Bitcoin Core provides **exclusive privacy features** that can make it
hard for anyone to link you to your transactions.
{:.right-hanger}
[Discover the privacy advantages][bcc privacy]
## <span class="fa fa-bar-chart fa-lg"></span> Warning: Better Security Has Costs {#requirements}
Bitcoin Core uses more resources than other wallets, but it's still
convenient to run on most computers and Internet connections.
{:.right-hanger}
[System requirements & warnings][bcc requirements]
## <span class="fa fa-sign-in fa-lg"></span> A Better User Interface {#user-interface}
Bitcoin Core wallet has **features most other wallets don't have.** But
if you don't need them, you can use several other wallets on top of
Bitcoin Core without losing Bitcoin Core's [security][bcc validation] and
[privacy][bcc privacy] benefits.
{:.right-hanger}
[Tour the user interface][bcc user interface]
## <span class="fa fa-globe fa-lg"></span> Support The Network {#network-support}
Bitcoin Core helps support other peers. This isn't as useful as [helping
to keep Bitcoin decentralized](#validation), but it's **an easy way for
broadband users to contribute** to less well-connected users.
{:.right-hanger}
[Begin donating bandwidth][bcc network support]
<br>
{% include references.md %}

View file

@ -0,0 +1,59 @@
---
# This file is licensed under the MIT License (MIT) available on
# http://opensource.org/licenses/MIT.
id: bitcoin-core-donate-bandwidth
layout: base-core
lang: en
columns: 1
title: Support The Network - Bitcoin Core Features
breadcrumbs:
- bitcoin
- bcc
- bcc features
- Network Support
---
# Donate Bandwidth Using Bitcoin Core
{:.not-displayed}
![Support the network](/img/bitcoin-core/slider-network.svg)
{% include bitcoin-core/download-bitcoin-core.html %}
The Bitcoin peer-to-peer network serves both Bitcoin Core and many other
Bitcoin programs (mostly lightweight wallets). By contributing some of
your bandwidth---typically about 100 GB upload a month---you can help
support Bitcoin.
The [bandwidth sharing guide][] provides all of the details you need
to begin donating bandwidth.
## Don't Forget About Decentralization
The Bitcoin network needs more than bandwidth---it also needs people who
[actively secure][bcc validation do you validate] their bitcoins using Bitcoin Core. By
securing your bitcoins with a full node like Bitcoin Core, you [help
protect Bitcoin's decentralization][bcc validation decentralization] for
yourself and other Bitcoin users.
You can help protect decentralization instead of donating bandwidth by
simply using Bitcoin Core as your main wallet. Or, even better, you can
both donate bandwidth and protect decentralization at the same time by
using Bitcoin Core as your main wallet while also following the
instructions in the [bandwidth sharing guide][].
## Thank You
Whether you choose to donate bandwidth, protect decentralization, or
both, please know that your fellow Bitcoin users thank you. Without
volunteers like you, Bitcoin would never have come as far as it has.
<br class="clear big">
<div class="prevnext">
<span markdown="1">**Previous Feature**<br>[User interface][bcc user interface]</span>
<span markdown="1">**Next feature**<br>[Feature overview][bcc features]</span>
</div>
<br class="clear">
{% include references.md %}

View file

@ -0,0 +1,465 @@
---
# This file is licensed under the MIT License (MIT) available on
# http://opensource.org/licenses/MIT.
id: bitcoin-core-privacy
layout: base-core
lang: en
columns: 1
title: Privacy - Bitcoin Core Features
breadcrumbs:
- bitcoin
- bcc
- bcc features
- Privacy
third_party_privacy:
## Alphabetical order
- name: "Bitcoin Core"
css_class: bitcoin_core
group: default-show
tracks_real_names: "no"
knows_your_bitcoin_balance: "no"
susceptible_to_taint_analysis: "yes"
tracks_payments: "no"
tracks_amounts: "no"
tracks_ip_addresses: "no"
- name: "BitGo"
css_class: bitcoin_go
group: not-displayed
tracks_real_names: "no"
knows_your_bitcoin_balance: "yes"
susceptible_to_taint_analysis: "yes"
tracks_payments: "yes"
tracks_amounts: "yes"
tracks_ip_addresses: "yes"
- name: BitPay
css_class: bitpay
group: not-displayed
tracks_real_names: "yes"
knows_your_bitcoin_balance: "yes"
susceptible_to_taint_analysis: "no"
tracks_payments: "yes"
tracks_amounts: "yes"
tracks_ip_addresses: "yes"
- name: Blockchain.info
css_class: blockchain_info
group: not-displayed
tracks_real_names: "no"
knows_your_bitcoin_balance: "yes"
susceptible_to_taint_analysis: "yes"
tracks_payments: "yes"
tracks_amounts: "yes"
tracks_ip_addresses: "yes"
- name: Coinbase
css_class: coinbase
group: default-show
tracks_real_names: "yes"
knows_your_bitcoin_balance: "yes"
susceptible_to_taint_analysis: "no"
tracks_payments: "yes"
tracks_amounts: "yes"
tracks_ip_addresses: "yes"
- name: GreenAddress
css_class: greenaddress
group: not-displayed
tracks_real_names: "no"
knows_your_bitcoin_balance: "yes"
susceptible_to_taint_analysis: "yes"
tracks_payments: "yes"
tracks_amounts: "yes"
tracks_ip_addresses: "yes"
- name: Ninki
css_class: ninki
group: not-displayed
tracks_real_names: "no"
knows_your_bitcoin_balance: "yes"
susceptible_to_taint_analysis: "yes"
tracks_payments: "yes"
tracks_amounts: "yes"
tracks_ip_addresses: "yes"
---
# Bitcoin Core's Excellent Privacy
{:.not-displayed}
![Excellent privacy](/img/bitcoin-core/slider-privacy.svg)
{% include bitcoin-core/download-bitcoin-core.html %}
> What if every time you spent or received cash, all the transaction
> details were published to your Twitter or Facebook feed for all your
> friends to see? You probably wouldn't want to use cash any more.
Every confirmed Bitcoin transaction is published to the block chain
where anyone can see it. So **why do people still use Bitcoin?** And why
do many of them believe that Bitcoin is a private way of sending money?
One reason is that Bitcoin Core and some other Bitcoin software tries to
avoid associating your real-world identity with the transactions you
make. The difference looks like this:
![Privacy difference: pseudonymous transactions](/img/bitcoin-core/privacy-difference.svg)
The second type of transaction (a pseudonymous transaction) only provides
practical privacy if nobody can figure out that "5a35b" is really Alice.
It's up to your wallet to prevent anyone from making that connection.
See below for how Bitcoin Core's privacy compares to other wallets.
## No Sign-Up Required
Third-party Bitcoin services can both increase and decrease your
privacy. They can increase it by mixing your transactions with those of
other users; they can decrease it by tracking your activity and directly
associating it with your real name or other identifying information.
<p class="center">
Click an entry below to show it:<br>
{% for service in page.third_party_privacy %}
{% if service.name != 'Bitcoin Core' %}
<button
{% if service.group == "default-show" %}
class="js showcolumn active"
{% else %}
class="js showcolumn"
{% endif %}
id="{{service.css_class}}"
>{{service.name}}</button>
{% endif %}
{% endfor %}
</p>
<table class="privacy-comparison">
{% comment %}
<!-- Don't overdo it! Limit table to a total of seven content rows, with a
maximum of five content rows in each category. -->
{% endcomment %}
<tr>
<th markdown="span" colspan="99">Who knows your information? **Just you**{:.fggreen} or also a **service provider?**{:.fgred}</th>
</tr>
<tr>
<th></th>
{% for service in page.third_party_privacy %}
{% if service.name %}
<th class="{{service.css_class}} {{service.group}}">{{service.name}}</th>
{% else %}
{% die "Some service doesn't have a name" %}
{% endif %}
{% endfor %}
</tr>
<tr>
<td>Your real name</td>
{% for service in page.third_party_privacy %}
{% case service.tracks_real_names %}
{% when "yes" %}
<td class="bgred {{service.css_class}} {{service.group}}"></td>
{% when "no" %}
<td class="bggreen {{service.css_class}} {{service.group}}"></td>
{% when "maybe" %}
<td class="bgyellow {{service.css_class}} {{service.group}}"></td>
{% else %}
{% die "missing service information" %}
{% endcase %}
{% endfor %}
</tr>
<tr>
<td>Your bitcoin balance</td>
{% for service in page.third_party_privacy %}
{% case service.knows_your_bitcoin_balance %}
{% when "yes" %}
<td class="bgred {{service.css_class}} {{service.group}}"></td>
{% when "no" %}
<td class="bggreen {{service.css_class}} {{service.group}}"></td>
{% when "maybe" %}
<td class="bgyellow {{service.css_class}} {{service.group}}"></td>
{% else %}
{% die "missing service information" %}
{% endcase %}
{% endfor %}
</tr>
<tr>
<td>Who you pay, and/or who pays you (in some cases)</td>
{% for service in page.third_party_privacy %}
{% case service.tracks_payments %}
{% when "yes" %}
<td class="bgred {{service.css_class}} {{service.group}}"></td>
{% when "no" %}
<td class="bggreen {{service.css_class}} {{service.group}}"></td>
{% when "maybe" %}
<td class="bgyellow {{service.css_class}} {{service.group}}"></td>
{% else %}
{% die "missing service information" %}
{% endcase %}
{% endfor %}
</tr>
<tr>
<td>How much you spend and/or receive</td>
{% for service in page.third_party_privacy %}
{% case service.tracks_amounts %}
{% when "yes" %}
<td class="bgred {{service.css_class}} {{service.group}}"></td>
{% when "no" %}
<td class="bggreen {{service.css_class}} {{service.group}}"></td>
{% when "maybe" %}
<td class="bgyellow {{service.css_class}} {{service.group}}"></td>
{% else %}
{% die "missing service information" %}
{% endcase %}
{% endfor %}
</tr>
<tr>
<td>The IP address your connection came from</td>
{% for service in page.third_party_privacy %}
{% case service.tracks_ip_addresses %}
{% when "yes" %}
<td class="bgred {{service.css_class}} {{service.group}}"></td>
{% when "no" %}
<td class="bggreen {{service.css_class}} {{service.group}}"></td>
{% when "maybe" %}
<td class="bgyellow {{service.css_class}} {{service.group}}"></td>
{% else %}
{% die "missing service information" %}
{% endcase %}
{% endfor %}
</tr>
<tr class="empty"></tr>
<tr>
<th markdown="span" colspan="99">Who can guess your information? **Just you**{:.fggreen} or also **people
you trade with?**{:.fgred}</th>
</tr>
<tr>
<th></th>
{% for service in page.third_party_privacy %}
{% if service.name %}
<th class="{{service.css_class}} {{service.group}}">{{service.name}}</th>
{% else %}
{% die "Some service doesn't have a name" %}
{% endif %}
{% endfor %}
</tr>
<tr>
<td>Other transactions you made or received</td>
{% for service in page.third_party_privacy %}
{% case service.susceptible_to_taint_analysis %}
{% when "yes" %}
<td class="bgred {{service.css_class}} {{service.group}}"></td>
{% when "no" %}
<td class="bggreen {{service.css_class}} {{service.group}}"></td>
{% when "maybe" %}
<td class="bgyellow {{service.css_class}} {{service.group}}"></td>
{% else %}
{% die "missing service information" %}
{% endcase %}
{% endfor %}
</tr>
</table>
## Perfect Privacy for Received Transactions
There are {{site.text.total_tx_count_in_millions}} million transactions on the Bitcoin block
chain. How do you find which ones pay you? Here are some common
options:
<table class="received_transactions">
<tr>
<td class="center" markdown="span">**Ask bankers**{:.fgred}<br
>They'll monitor your every transaction<br><br
><button class="popup js" data-container="bitcoin_bank_receiving">Bitcoin banks</button></td>
<td class="center" markdown="span">**Ask random nodes**{:.fgred}<br
>Some of which sell your data<br><br
><button class="popup js" data-container="bloom_filter_receiving">P2P lightweight wallets</button></td>
</tr>
<tr>
<td class="center" markdown="span">**Ask a free service**{:.fgred}<br
>(Actually, some do care about privacy)<br><br
><button class="popup js" data-container="electrum_style_receiving">Client lightweight wallets</button></td>
<td class="center" markdown="span">**Get all {{site.text.total_tx_count_in_millions}} million transactions**{:.fggreen}<br
>For **perfect** receiving privacy<br><br
>**Bitcoin Core**</td>
</tr>
</table>
Bitcoin Core downloads all {{site.text.total_tx_count_in_millions}} million transactions on the Bitcoin block
chain and processes them to find which transactions pay you.
This currently takes about {{site.text.typical_ibd_time_in_hours}} hours the first time
you start Bitcoin Core and about {{site.text.typical_144_block_catchup_time_in_minutes}}
minutes a day to keep updated, but it gives you what scientists call
**<button class="popup js" data-container="information_theoretic_privacy">information-theoretic (perfect) privacy</button>**
against eavesdroppers for received transactions.
## Strong Privacy for Sent Transactions
To put a transaction on the block chain, you must send it publicly---but
how you send it can make a big difference.
![Sending privacy](/img/bitcoin-core/sending-privacy.svg)
**Can you guess who made which transactions?** Nearly all peer-to-peer
lightweight clients today make no attempt to obscure their sent
transactions. They simply send them to some or all of their peers.
Bitcoin Core does much better. By default, it relays transactions for
all of its peers---thousands of separate transactions a day under common
conditions---which allows it both [support the peer-to-peer network][bcc
network support] and confuse anti-privacy organizations that try to
track your transactions.
## Tor Compatible
The Tor anonymity network helps disassociate your online activity from
your IP address (which is often closely associated with your real name).
This significantly increases your ability to confound anti-privacy
organizations.
Once you [setup Tor][], using it with Bitcoin Core is [easy][bcc
tor]. If you also [setup a Tor hidden service][bcc tor hs], you will
be able to [connect mobile clients][bcc user interface lightweight]
to your Bitcoin Core full node for increased security and privacy
wherever you go.
{:.right-hanger}
[Start using Tor today <span class="fa fa-external-link-square"></span>][setup tor]
## Decentralized Peer Discovery
The first time any Bitcoin program connects to the peer-to-peer network,
it has to ask a centralized authority for a list of recommended peers.
Once the program gets on the network, it can ask its peers for more
recommendations in a fully decentralized way---but
<button class="popup js" data-container="spv_decentralized_peer">most</button>
lightweight wallets don't bother.
<table class="center_header">
<tr>
<th class="fgred">P2P Lightweight Wallets</th>
<th class="fggreen">Bitcoin Core</th>
</tr>
<tr>
<td>Asks the same centralized services every time program is
restarted. This can be faster.</td>
<td>Uses the peer-to-peer network to independently discover new
peers. Uses found peers on restart.</td>
</tr>
</table>
This allows the centralized authority to connect lightweight wallets to
dishonest peers that can **completely destroy lightweight transaction
privacy.** Those dishonest peers can work with dishonest miners to
**weaken lightweight security too.**
Bitcoin Core prefers decentralized peer discovery, so after the first
time it starts, it no longer has to trust the centralized authority.
Isn't that worth occasionally starting up a few seconds slower?
<br class="clear big">
<div class="prevnext">
<span markdown="1">**Previous Feature**<br>[Validation][bcc validation]</span>
<span markdown="1">**Next feature**<br>[Requirements][bcc requirements]</span>
</div>
<br class="clear">
<div class="not-displayed">
<div id="bitcoin_bank_receiving" title="Bitcoin Bank Receiving Privacy" markdown="block">
![Bitcoin Core receiving privacy features](/img/bitcoin-core/bank-receiving-privacy.svg)
When you receive bitcoins to a Bitcoin bank, the money is sent to one of
the bank's addresses---not your own---which can give you excellent
privacy against random strangers.
However, the bank knows you received the transaction and they can likely
also see any information you associate with the transaction, such as the
sender's name or another note you attach to the transaction.
The bank may also be required by law to disclose information about your
account. They can also sell your information or have a hacker steal your
information.
</div>
<div id="bloom_filter_receiving" title="Bloom Filter Privacy" markdown="block">
![Receiving privacy](/img/bitcoin-core/receiving-privacy.svg)
By only asking for payments related to your wallet, plus maybe a few
others as bloom filter camouflage, lightweight wallets may reveal who you
paid, who paid you, and what your current bitcoin balance is.
> A [2014 study of lightweight clients][study of SPV privacy over tor]
> said, "Our results show that bloom filters incur serious privacy
> leakage in existing SPV client implementations [...] such an
> information leakage might severely harm the privacy of users" **Nearly
> all lightweight clients are still vulnerable today.**
**Learn more:** ["Lying consistently is hard"][lying consistently is hard]
</div>
<div id="electrum_style_receiving" title="Client Lightweight Wallet Receiving Privacy" markdown="block">
![Electrum-style receiving privacy](/img/bitcoin-core/electrum-receiving-privacy.svg)
Some lightweight wallets don't connect to the Bitcoin peer-to-peer (P2P)
network. Instead, they make a (usually secure) connection to a single
server that provides block chain data.
The wallet tells the server all of its addresses, and the server replies
with all of the transactions that belong to the wallet. This explicitly
reveals all of your addresses, which is bad for your privacy---but it
only gives that information to one server, as long as you don't change
servers later.
The server can, of course, give away your information and further
reduce your privacy. However, as of
{{site.text.assertion_month | date: "%B %Y"}}, most of these types of
servers are run by volunteers who likely want to help protect your
privacy, so this model can be more private than bank wallets or P2P
lightweight wallets.
</div>
<div id="spv_decentralized_peer" title="P2P Decentralized Peer Discovery" markdown="block">
The following P2P lightweight wallets use decentralized peer discovery
by default.
- BreadWallet
If you know of another compliant lightweight wallet, please [tell us
about it][docs issue].
</div>
<div id="information_theoretic_privacy" title="Information-Theoretic Privacy" markdown="block">
Information-theoretic privacy means that the privacy can't be broken even
if an attacker has unlimited computing resources.
**Learn more:** [Information theoretic security][] (Wikipedia)
</div>
</div>
{% include references.md %}

View file

@ -0,0 +1,229 @@
---
# This file is licensed under the MIT License (MIT) available on
# http://opensource.org/licenses/MIT.
layout: base-core
lang: en
columns: 1
id: bitcoin-core-requirements
title: Requirements And Warnings - Bitcoin Core
breadcrumbs:
- bitcoin
- bcc
- bcc features
- Requirements
---
# Bitcoin Core Requirements And Warnings
{:.not-displayed}
![Bitcoin Core requirements and warnings](/img/bitcoin-core/slider-warning.svg)
{% include bitcoin-core/download-bitcoin-core.html %}
Bitcoin Core gives you increased [security][bcc validation] and
[privacy][bcc privacy] at a cost. You need to [take
responsibility](#wallet-responsibility-checklist) for the security of
your bitcoins, meet higher [minimum system
requirements](#system-requirements), and beware of some [possible
problems](#possible-problems).
![Warning icon](/img/icons/icon_warning.svg)
**No matter what Bitcoin software you use,** you should never
buy more bitcoins than you can afford to lose. Bitcoin is still an
experimental system and bitcoins remain a risky investment.
## Wallet Responsibility Checklist
Bitcoin Core puts you in charge of your wallet, which means your
bitcoins are at risk unless you complete certain tasks:
{% comment %}
<!-- Note: the short pop-ups below are a temporary measure. I (@harding) plan
to write a Bitcoin Core user guide for the site that will provide more
detailed instructions for at least some of these things. -->
{% endcomment %}
- <button class="popup js" data-container="backup_your_keys">Backup your keys</button>
- Make sure your <button class="popup js" data-container="secure_your_wallet">wallet is secure</button>
- Setup an <button class="popup js" data-container="offline_wallet">offline wallet</button>
(cold storage) for significant amounts of bitcoins
- Watch for [security notifications](/en/alerts)
- Allow your heirs to <button class="popup js" data-container="bitcoin_inheritance">receive your bitcoins</button>
if you die or become incapacitated
If you need help with any step, please ask for assistance in any of
Bitcoin's [friendly forums][bcc forums] or [live chatrooms][bcc live
help].
## System Requirements
{% assign DISK='<span class="fa fa-li fa-hdd-o fa-2x"></span> **Disk space**<br>' %}
{% assign DOWNLOAD='<span class="fa fa-li fa-download fa-2x"></span> **Download**<br>' %}
{% assign UPLOAD='<span class="fa fa-li fa-upload fa-2x"></span> **Upload**<br>' %}
{% assign MEMORY='<span class="fa fa-li fa-database fa-2x"></span> **Memory (RAM)**<br>' %}
{% assign SYSTEM='<span class="fa fa-li fa-desktop fa-2x"></span> **System**<br>' %}
{% assign OS='<span class="fa fa-li fa-windows fa-2x"></span> **Operating system**<br>' %}
{% assign FOOTNOTE='<b>*</b>' %}
{% capture INITIAL_DOWNLOAD %}<b>*</b> Plus a one-time {{site.text.chain_gb}} GB download the first time you start Bitcoin Core.{% endcapture %}
<div markdown="block" class="two-column-list" id="system-requirements-accordion">
### Bare Minimum (With Default Settings)
<div markdown="block">
{:.fa-ul}
- {{DISK}} {{site.text.bitcoin_datadir_gb}} GB
- {{DOWNLOAD}} 250 MB/day (8 GB/month){{FOOTNOTE}}
- {{UPLOAD}} 5 GB/day (150 GB/month)
- {{MEMORY}} 512 MB
- {{SYSTEM}} Desktop<br
>Laptop<br
>[Some ARM chipsets][wiki bitcoin core compatible devices arm] >1 GHz
- {{OS}} Windows 7/8.x<br
>Mac OS X<br
>Linux<br
>Some BSDs
<br class="clear">
{{INITIAL_DOWNLOAD}}
</div>
### Bare Minimum (With Custom Settings)
<div markdown="block">
{:.fa-ul}
- {{DISK}} {{site.text.bitcoin_datadir_gb_pruned}} GB
- {{DOWNLOAD}} 150 MB/day (5 GB/month){{FOOTNOTE}}
- {{UPLOAD}} 10 MB/day (300 MB/month)
- {{MEMORY}} 256 MB
- {{SYSTEM}} Desktop<br
>Laptop<br
>[Most ARM chipsets][wiki bitcoin core compatible devices arm]
- {{OS}} Windows 7/8.x<br
>Mac OS X<br
>Linux<br
>Some BSDs
<br class="clear">
{{INITIAL_DOWNLOAD}}
**Learn more:** [Bitcoin Core configuration options][bcc configuration]
</div>
### Minimum Recommended
<div markdown="block">
{:.fa-ul}
- {{DISK}} {{site.text.bitcoin_datadir_gb}} GB
- {{DOWNLOAD}} 500 MB/day (15 GB/month){{FOOTNOTE}}
- {{UPLOAD}} 5 GB/day (150 GB/month)
- {{MEMORY}} 1 GB
- {{SYSTEM}} Desktop<br
>Laptop<br
>[Some ARM chipsets][wiki bitcoin core compatible devices arm] >1 GHz
- {{OS}} Windows 7/8.x<br
>Mac OS X<br
>Linux
<br class="clear">
{{INITIAL_DOWNLOAD}}
</div>
</div>
## Possible Problems
{% include bitcoin-core/bitcoin-core-possible-problems.md %}
<div class="not-displayed">
<div id="backup_your_keys" title="Backup Your Keys" markdown="block">
By default, you need to backup Bitcoin Core after every 100
transactions. This includes both transactions you send as well as
payments you request (whether or not you actually received the payment).
For example, you need to backup after sending 33 payments and requesting
67 payments (even though you only received 60 payments).
Bitcoin Core can be configured to allow you to go more transactions
between backups. See the [`-keypool` setting][bcc configuration].
</div>
<div id="secure_your_wallet" title="Secure Your Wallet" markdown="block">
Anyone who gets access to your wallet can steal your bitcoins. The
first line of defense against this is encrypting your wallet, an option
from the File menu in the graphical interface.
However, encrypting may not be enough if your computer becomes infected
by malware. Learn about <button class="popup js" data-container="offline_wallet">offline wallets</button>
for security against this type of attack.
In addition to securing your wallet, you also need to keep your backups
secure. Anyone who gets access to them can also steal your bitcoins.
**Learn more:** [secure your wallet][]
</div>
<div id="offline_wallet" title="Offline Wallet" markdown="block">
Computers that connect to the Internet are frequently hacked or infected
with bitcoin-stealing malware. Computers that never connect to the
Internet are a much more secure location for your bitcoins.
Bitcoin Core can be run on an always-offline computer, creating an
offline wallet (also called a cold wallet). The offline wallet will
securely store the private keys, while a separate online Bitcoin Core
wallet will send and receive transactions.
**Learn more:** [Creating and signing offline transactions][offline transactions]
</div>
<div id="bitcoin_inheritance" title="Bitcoin Inheritance" markdown="block">
Your Bitcoin wallet isn't like a bank account---it won't automatically
go to your heirs if you die or become disabled.
You have to plan ahead and make sure there is a way for your heirs
to access your wallet backups when you're no longer available.
**Learn more:** [Estate planning: how can I ensure my bitcoins are inheritable?][inherit bitcoins]
</div>
</div>
<br class="clear big">
<div class="prevnext">
<span markdown="1">**Previous Feature**<br>[Privacy][bcc privacy]</span>
<span markdown="1">**Next feature**<br>[User interface][bcc user interface]</span>
</div>
<br class="clear">
{% include references.md %}

View file

@ -0,0 +1,367 @@
---
# This file is licensed under the MIT License (MIT) available on
# http://opensource.org/licenses/MIT.
id: bitcoin-core-user-interface
layout: base-core
lang: en
columns: 1
title: User Interface - Bitcoin Core Features
breadcrumbs:
- bitcoin
- bcc
- bcc features
- Interface
---
# Bitcoin Core's User Interface
{:.not-displayed}
![Bitcoin Core User Interface](/img/bitcoin-core/slider-ui.svg)
{% include bitcoin-core/download-bitcoin-core.html %}
Bitcoin Core has a built in wallet with [graphical](#graphical) and
[command line/API](#cli) modes. It can also simultaneously support multiple
lightweight wallets with similar [security][bcc validation] and
[privacy][bcc privacy] to its built-in wallet.
![Multiple wallet support](/img/bitcoin-core/multi-wallet-support.svg)
**Warning:** you only get the security and privacy benefits in supported
lightweight wallets if they make a secure and private connection to your
Bitcoin Core *every* time you use them. This usually requires special
configuration.
## Bitcoin Core Wallet GUI (Graphical) {#graphical}
{% comment %}<!-- Limit to a maximum of 10 features to avoid overwhelming the reader -->{% endcomment %}
<div markdown="block" class="two-column-list">
{:.fa-ul}
- <span class="fa fa-li fa-desktop fa-2x"></span> **<button class="popup js" data-container="gui_overview">Clear overview</button>**<br
>See your current balance and recent transactions
- <span class="fa fa-li fa-toggle-on fa-2x"></span> **<button class="popup js" data-container="gui_fee_slider">Fee slider</button>**<br
>Easily choose between low fees and fast confirmation
- <span class="fa fa-li fa-btc fa-2x"></span> **<button class="popup js" data-container="gui_coin_control">Coin control</button>**<br
>Enhance privacy or save money by choosing your inputs
- <span class="fa fa-li fa-qrcode fa-2x"></span> **<button class="popup js" data-container="gui_qr_codes">QR codes</button>**<br
>Generate QR codes to receive payment
- <span class="fa fa-li fa-file-text-o fa-2x"></span> **<button class="popup js" data-container="gui_unique_invoices">Unique invoices</button>**<br
>Easily track who paid you
- <span class="fa fa-li fa-shield fa-2x"></span> **<button class="popup js" data-container="gui_proxy_configuration">Proxy configuration</button>**<br
>Use Tor or a proxy for privacy
- <span class="fa fa-li fa-bar-chart fa-2x"></span> **<button class="popup js" data-container="gui_network_monitoring">Network monitoring</button>**<br
>Track how much bandwidth you use
- <span class="fa fa-li fa-power-off fa-2x"></span> **<button class="popup js" data-container="gui_watch_only">Watch-only support</button>**<br
>Track bitcoins stored safely offline
</div>
<br class="clear">
## Bitcoin Core Wallet RPC/REST (CLI) {#cli}
{% comment %}<!-- Limit to a maximum of 10 features to avoid overwhelming the reader -->{% endcomment %}
<div markdown="block" class="two-column-list">
{:.fa-ul}
- <span class="fa fa-li fa-plus-square-o fa-2x"></span> **<button class="popup js" data-container="rpc_getnewaddress">GetNewAddress</button>**<br
>Get a new address for receiving payment
- <span class="fa fa-li fa-area-chart fa-2x"></span> **<button class="popup js" data-container="rpc_getbalance">GetBalance</button>**<br
>Instantly see your available Bitcoin balance
- <span class="fa fa-li fa-arrows fa-2x"></span> **<button class="popup js" data-container="rpc_sendmany">SendMany</button>**<br
>Send a single payment to multiple addresses
- <span class="fa fa-li fa-list fa-2x"></span> **<button class="popup js" data-container="rpc_listunspent">ListUnspent</button>**<br
>See what received transactions you can spend
- <span class="fa fa-li fa-share-square-o fa-2x"></span> **<button class="popup js" data-container="rpc_rawtx">Create/Sign/Send</button>**<br
>Create and send raw transactions
- <span class="fa fa-li fa-bell-o fa-2x"></span> **<button class="popup js" data-container="notification">Notification</button>**<br
>Be notified of new blocks and transactions
</div>
<br class="clear">
**Learn more:** documentation for the [RPC][rpc] and [REST][rest] interfaces
## Lightweight Wallets Using Bitcoin Core {#lightweight}
Lightweight wallets usually connect to several random full nodes (like
Bitcoin Core) to send and receive all of their data. In the process they
[leak private data][bcc privacy data leaking] and make themselves more
[vulnerable to attacks][bcc validation protection].
![Non-private connection](/img/bitcoin-core/connection-types-p2p-spv.svg)
But it's also possible to connect certain lightweight wallets solely to
your own Bitcoin Core full node, called a trusted peer. If you do this
with a secure and private connection every time you use that
lightweight wallet, you'll get most of the security and privacy
benefits of a full node as well as [help protect decentralization][bcc
validation decentralization].
![Secure and private connection](/img/bitcoin-core/connection-types-trusted-peer.svg)
<br>
### Trusted Peer Support {#trusted-peer}
The following wallets can securely connect to a trusted peer.
<div markdown="block" class="wallet_accordion">
{% comment %}<!-- Put wallets in alphabetical order -->{% endcomment %}
### Armory
<div markdown="block">
![Armory screenshot](/img/screenshots/armory.png)
{% translate walletarmory choose-your-wallet %}
**No configuration necessary:** Armory uses a local Bitcoin Core full
node by default.
{% comment %}
<!-- TODO/Someday: move wallet yaml into _data directory so we can pull
URLs and other info from it -->
{% endcomment %}
{:.right-hanger}
[Get Armory <span class="fa fa-external-link-square"></span>](https://bitcoinarmory.com/)
</div>
### GreenBits
<div markdown="block">
![GreenBits screenshot](/img/screenshots/greenbits.png)
GreenBits is a fast and easy to use wallet. Enjoy improved security with
a minimal/zero trust approach, optional hardware wallets support,
multisignature based 2FA and spending limits functionality.
**Requires you setup a [Tor .onion address][bcc tor hs].**
1. Open the GreenBits app
2. Go to the configuration screen
3. Choose to *Enable SPV* (default) and tap *Only connect to a
trusted peer*.
4. Enter your .onion address in the *trusted peer* field.
5. Restart the app.
Note that GreenAddress will still be able to see your payments; however,
you'll have enhanced security as well as privacy from random peers on
the Bitcoin network.
{:.right-hanger}
[Get GreenBits <span class="fa fa-external-link-square"></span>](https://play.google.com/store/apps/details?id=com.greenaddress.greenbits_android_wallet)
</div>
### mSigna
<div markdown="block">
![mSigma screenshot](/img/screenshots/msigna.png)
{% translate walletmsigna choose-your-wallet %}
**No configuration necessary:** just install Bitcoin Core on the same
computer you plan to use mSigna, wait for Bitcoin Core to sync the block
chain, and then start mSigna---it will automatically connect to your
Bitcoin Core full node.
{:.right-hanger}
[Get mSigna <span class="fa fa-external-link-square"></span>](https://ciphrex.com/redirect/?referer=bitcoin.org)
</div>
</div>
<div class="not-displayed">
<div id="gui_overview" title="Wallet Overview" markdown="block">
![Clear overview](/img/bitcoin-core/clear-overview.png)
</div>
<div id="gui_fee_slider" title="Fee Slider" markdown="block">
![Fee slider](/img/bitcoin-core/fee-slider.png)
</div>
<div id="gui_coin_control" title="Coin Control" markdown="block">
![Coin control](/img/bitcoin-core/coin-control.png)
</div>
<div id="gui_qr_codes" title="QR Codes" markdown="block">
![QR codes](/img/bitcoin-core/qr-codes.png)
</div>
<div id="gui_unique_invoices" title="Unique Invoices" markdown="block">
![Unique invoice](/img/bitcoin-core/unique-invoice.png)
</div>
<div id="gui_proxy_configuration" title="Proxy Configuration" markdown="block">
![Proxy configuration](/img/bitcoin-core/proxy-configuration.png)
</div>
<div id="gui_network_monitoring" title="Network monitoring" markdown="block">
![Network monitoring](/img/bitcoin-core/network-monitoring.png)
</div>
<div id="gui_watch_only" title="Watching-only Wallets" markdown="block">
![Fee slider](/img/bitcoin-core/watching-only.png)
</div>
<div id="rpc_getnewaddress" title="GetNewAddress" markdown="block">
<div class="multicode" markdown="block">
{% highlight bash %}
bitcoin-cli -testnet getnewaddress "doc test"
{% endhighlight %}
{% highlight text %}
mft61jjkmiEJwJ7Zw3r1h344D6aL1xwhma
{% endhighlight %}
</div>
</div>
<div id="rpc_getbalance" title="GetBalance" markdown="block">
<div class="multicode" markdown="block">
{% highlight bash %}
bitcoin-cli -testnet getbalance
{% endhighlight %}
{% highlight json %}
1.99900000
{% endhighlight %}
</div>
</div>
<div id="rpc_sendmany" title="SendMany" markdown="block">
<div class="multicode" markdown="block">
{% highlight bash %}
bitcoin-cli -testnet sendmany \
"test1" \
'''
{
"mjSk1Ny9spzU2fouzYgLqGUD8U41iR35QN": 0.1,
"mgnucj8nYqdrPFh2JfZSB1NmUThUGnmsqe": 0.2
} ''' \
6 \
"Example Transaction"
{% endhighlight %}
{% highlight text %}
ec259ab74ddff199e61caa67a26e29b13b5688dc60f509ce0df4d044e8f4d63d
{% endhighlight %}
</div>
</div>
<div id="rpc_listunspent" title="ListUnspent" markdown="block">
<div class="multicode" markdown="block">
{% highlight bash %}
bitcoin-cli -testnet listunspent 6 99999999 '''
[
"mgnucj8nYqdrPFh2JfZSB1NmUThUGnmsqe"
]
'''
{% endhighlight %}
{% highlight json %}
[
{
"txid" : "d54994ece1d11b19785c7248868696250ab195605b469632b7bd68130e880c9a",
"vout" : 1,
"address" : "mgnucj8nYqdrPFh2JfZSB1NmUThUGnmsqe",
"account" : "test label",
"scriptPubKey" : "76a9140dfc8bafc8419853b34d5e072ad37d1a5159f58488ac",
"amount" : 0.00010000,
"confirmations" : 6210,
"spendable" : true
}
]
{% endhighlight %}
</div>
</div>
<div id="rpc_rawtx" title="Create/Sign/Spent Raw Transactions" markdown="block">
Create a raw transaction:
<div class="multicode" markdown="block">
{% highlight bash %}
bitcoin-cli -testnet createrawtransaction '''
[
{
"txid": "1eb590cd06127f78bf38ab4140c4cdce56ad9eb8886999eb898ddf4d3b28a91d",
"vout" : 0
}
]''' '{ "mgnucj8nYqdrPFh2JfZSB1NmUThUGnmsqe": 0.13 }'
{% endhighlight %}
{% highlight text %}
01000000011da9283b4ddf8d89eb996988b89ead56cecdc44041ab38bf787f1206cd90b51e0000000000ffffffff01405dc600000000001976a9140dfc8bafc8419853b34d5e072ad37d1a5159f58488ac00000000
{% endhighlight %}
</div>
Sign the above raw transaction:
<div class="multicode" markdown="block">
{% highlight bash %}
bitcoin-cli -testnet signrawtransaction 01000000011da9283b4ddf8d\
89eb996988b89ead56cecdc44041ab38bf787f1206cd90b51e0000000000ffff\
ffff01405dc600000000001976a9140dfc8bafc8419853b34d5e072ad37d1a51\
59f58488ac00000000
{% endhighlight %}
{% highlight json %}
{
"hex" : "01000000011da9283b4ddf8d89eb996988b89ead56cecdc44041ab38bf787f1206cd90b51e000000006a47304402200ebea9f630f3ee35fa467ffc234592c79538ecd6eb1c9199eb23c4a16a0485a20220172ecaf6975902584987d295b8dddf8f46ec32ca19122510e22405ba52d1f13201210256d16d76a49e6c8e2edc1c265d600ec1a64a45153d45c29a2fd0228c24c3a524ffffffff01405dc600000000001976a9140dfc8bafc8419853b34d5e072ad37d1a5159f58488ac00000000",
"complete" : true
}
{% endhighlight %}
</div>
Send the above signed raw transaction:
<div class="multicode" markdown="block">
{% highlight bash %}
bitcoin-cli -testnet sendrawtransaction 01000000011da9283b4ddf8d\
89eb996988b89ead56cecdc44041ab38bf787f1206cd90b51e000000006a4730\
4402200ebea9f630f3ee35fa467ffc234592c79538ecd6eb1c9199eb23c4a16a\
0485a20220172ecaf6975902584987d295b8dddf8f46ec32ca19122510e22405\
ba52d1f13201210256d16d76a49e6c8e2edc1c265d600ec1a64a45153d45c29a\
2fd0228c24c3a524ffffffff01405dc600000000001976a9140dfc8bafc84198\
53b34d5e072ad37d1a5159f58488ac00000000
{% endhighlight %}
{% highlight text %}
f5a5ce5988cc72b9b90e8d1d6c910cda53c88d2175177357cc2f2cf0899fbaad
{% endhighlight %}
</div>
The returned value is the transaction's identifier (TXID).
</div>
<div id="notification" title="Programmable Notification" markdown="block">
<div class="multicode" markdown="block">
{% highlight bash %}
bitcoind -daemon -walletnotify=your_notification_command
{% endhighlight %}
</div>
</div>
</div>
<br class="clear big">
<div class="prevnext">
<span markdown="1">**Previous Feature**<br>[Requirements][bcc requirements]</span>
<span markdown="1">**Next feature**<br>[Network Support][bcc network support]</span>
</div>
<br class="clear">
{% include references.md %}

View file

@ -0,0 +1,477 @@
---
# This file is licensed under the MIT License (MIT) available on
# http://opensource.org/licenses/MIT.
layout: base-core
lang: en
columns: 1
id: bitcoin-core-validation
title: Validation - Bitcoin Core Features
breadcrumbs:
- bitcoin
- bcc
- bcc features
- Validation
---
# Bitcoin Core Validation
{:.not-displayed}
![Full validation](/img/bitcoin-core/slider-validation.svg)
{% include bitcoin-core/download-bitcoin-core.html %}
> Imagine a scientist reading about an experimental result and then
> repeating the experiment for herself. Doing so allows her to **trust
> the result without having to trust the original scientists.**
Bitcoin Core checks each block of transactions it receives to ensure
that everything in that block is fully valid---allowing it to trust the
block without trusting the miner who created it.
This prevents miners from tricking Bitcoin Core users into accepting
blocks that violate the 21 million bitcoin limit or which break other
important rules.
Users of other wallets don't get this level of security, so miners can
trick them into accepting fabricated transactions or hijacked block chains.
Why take that risk if you don't have to? Bitcoin Core provides
the **best possible security against dishonest miners** along
with additional security against other easier attacks (see below
for details).
## How Validation Protects Your Bitcoins
<button class="popup js" data-container="bitcoin_banks">Bitcoin banks</button>
and
<button class="popup js" data-container="spv_wallets">lightweight (SPV) wallets</button>
put your bitcoins at
increased risk of being stolen. That risk may be acceptable for small
values of bitcoin on mobile wallets, but is it what you want for your
real wallet?
*Click any row below for more details about that attack*
{:.center}
<table class="validation">
<tr>
<th>Attack</th>
<th markdown="span">Bank Wallet</th>
<th markdown="span">SPV Wallet</th>
<th>Bitcoin Core</th>
</tr>
<tr class="brief">
<td><span class="ui-button-icon-primary ui-icon ui-icon-triangle-1-e"></span>Direct theft</td>
<td class="bgred"></td>
<td class="bggreen"></td>
<td class="bggreen"></td>
</tr>
<tr class="details">
<td colspan="4" markdown="block">
> Alice deposits 100 bitcoins to Bank.Example.com. The next day, the
> owners of the site disappear with Alice's money.
- **Bitcoin bank**{:.fgred} users are vulnerable to direct theft because
they don't control their own private keys.
- **Lightweight (SPV) wallet**{:.fggreen} users and **Bitcoin
Core**{:.fggreen} users are not vulnerable because they control their
own private keys.
<div class="callout" markdown="block">
Direct theft is likely the leading cause of stolen bitcoins so far.
</div>
### Real Example
Bitcoin exchange Mt Gox reportedly had 650,000 bitcoins (worth $347
million USD) stolen from their customer deposits and their own operating
funds. They declared bankruptcy on 28 February 2014.
Even when the bankruptcy proceeding is complete, customers are unlikely to
recover more than a small fraction of the bitcoins they had on deposit.
**Learn More:** [Collapse of Mt
Gox](https://en.bitcoin.it/wiki/Collapse_of_Mt._Gox)
</td>
</tr>
<tr class="brief">
<td><span class="ui-button-icon-primary ui-icon ui-icon-triangle-1-e"></span>Bait and switch</td>
<td class="bgred"></td>
<td class="bgyellow"></td>
<td class="bggreen"></td>
</tr>
<tr class="details">
<td colspan="4" markdown="block">
> Alice installs Example Wallet, whose open source code has been
> audited. The next day, the authors of Example Wallet push new code to
> Alice's device and steal all her bitcoins.
- **Bitcoin bank**{:.fgred} users are vulnerable because they can only
spend their bitcoins when they use the bank's approved software.
- **Lightweight (SPV) wallet**{:.fgyellow} users are vulnerable with
most software because auditors can't easily verify the software you
run (the executable) is the same as the program source code, called a
deterministic build. However, some lightweight wallets are moving to
deterministic builds.
- **Bitcoin Core**{:.fggreen} is built deterministically. Cryptographic
signatures from build auditors---many of whom are well known to the
community---are [released publicly][gitian sigs].
<div class="callout" markdown="block">
Bitcoin.org's [Choose Your Wallet][] page tells you whether or not
wallet builds are audited in the *Transparency* score for each wallet.
</div>
### Real Example
In April 2013, the OzCoin mining pool was hacked. The thief stole 923
bitcoins (worth $135,000 USD), but online wallet StrongCoin modified
their wallet code to 'steal back' 569 of those bitcoins ($83,000)
from one their users who was suspected of the theft.
Although this attack was done with good intentions, it illustrated
that the operators of StrongCoin could steal bitcoins from their users
at any time even though the users supposedly controlled their own
private keys.
**Learn More:** [OzCoin Hacked, Stolen Funds Seized and Returned by StrongCoin](https://bitcoinmagazine.com/4273/ozcoin-hacked-stolen-funds-seized-and-returned-by-strongcoin/)
</td>
</tr>
<tr class="brief">
<td><span class="ui-button-icon-primary ui-icon ui-icon-triangle-1-e"></span>Fabricated transactions</td>
<td class="bgred"></td>
<td class="bgred"></td>
<td class="bggreen"></td>
</tr>
<tr class="details">
<td colspan="4" markdown="block">
> Mallory creates a transaction giving Alice 1,000 bitcoins, so Alice
> gives Mallory some cash. Later Alice discovers the transaction Mallory
> created was fake.
- **Bitcoin bank**{:.fgred} users depend on the information reported by the
bank, so they can easily be fooled into accepting fabricated
transactions.
- **Lightweight (SPV) wallet**{:.fgred} users depend on full nodes and
miners to validate transactions for them. It costs nothing for
dishonest full nodes to send unconfirmed fabricated transactions to an
SPV wallet. Getting one or more confirmations of those fabricated
transactions is also possible with help from a dishonest miner.
- **Bitcoin Core**{:.fggreen} users don't have to worry about fabricated
transactions because Bitcoin Core validates every transaction before
displaying it.
<div class="callout" markdown="block">
Currently the best defense against fabricated transactions, besides
using Bitcoin Core, is to wait for as many confirmations as possible.
</div>
### Real Example
On 4 August 2015, web wallet BlockChain.info began indicating that a
transaction had spent the earliest mined 250 bitcoins, coins that some
people believed were owned by Bitcoin creator Satoshi Nakamoto.
It was soon discovered that the transaction was invalid. BlockChain.info
was not validating transactions with Bitcoin Core and that transaction
had been [created by a security researcher][fake satoshi transaction].
**Learn more:** [BitcoinJ documentation about pending transaction
safety][]
</td>
</tr>
<tr class="brief">
<td><span class="ui-button-icon-primary ui-icon ui-icon-triangle-1-e"></span>Chain hijacking</td>
<td class="bgred"></td>
<td class="bgred"></td>
<td class="bggreen"></td>
</tr>
<tr class="details">
<td colspan="4" markdown="block">
> Alice believes that there should never be more than 21 million
> bitcoins---but one day she's tricked into buying "bitcoins" that
> are only valid on a block chain with permanent 10% inflation.
- **Bitcoin bank**{:.fgred} users have to use whatever block chain the
bank uses. Banks can even profit from switching their users to a new
chain and selling their users' bitcoins from the old chain.
- **Lightweight (SPV) wallet**{:.fgred} users accept the block chain
they know about with the most proof of work. This lets the hash rate
majority of miners force SPV wallet users off of Bitcoin.
- **Bitcoin Core**{:.fggreen} users don't have to worry about chain
hijacking because Bitcoin Core validates every block using *all* of
Bitcoin's consensus rules.
<div class="callout" markdown="block">
Preventing chain hijacking is one of Bitcoin Core's most important jobs.
The alternative is to allow miners to do whatever they want.
</div>
### Real Example
In July 2015, several large Bitcoin miners accidentally produced an
invalid block chain several blocks longer than the correct block chain.
Some bank wallets and many SPV wallets accepted this longer chain,
putting their users' bitcoins at risk.
Recent versions of Bitcoin Core never accepted any of the blocks from
the invalid chain and never put any bitcoins at risk.
It is believed that the miners at fault controlled more than 50% of the
network hash rate, so they could have continued to fool SPV wallets
indefinitely. It was only their desire to remain compatible with
Bitcoin Core users that forced them to abandon over $37,500 USD worth of
mining income.
**Learn more:** [July 2015 chain forks][]
</td>
</tr>
<tr class="brief">
<td><span class="ui-button-icon-primary ui-icon ui-icon-triangle-1-e"></span>Transaction withholding</td>
<td class="bgred"></td>
<td class="bgred"></td>
<td class="bggreen"></td>
</tr>
<tr class="details">
<td colspan="4" markdown="block">
> Mallory shows Alice $1,000 USD that he will pay her if she sends him some
> bitcoins. Alice sends the bitcoins but the transaction never seems to
> confirm. After waiting a long time, Alice returns Mallory's cash. It
> turns out the transaction did confirm, so Alice gave away her bitcoins
> for nothing.
- **Bitcoin bank**{:.fgred} users only see the transactions the bank
choose to show them.
- **Lightweight (SPV) wallets**{:.fgred} users only see the
transactions their full node peers choose to send them, even if those
transactions were included in a block the SPV wallet knows about.
- **Bitcoin Core**{:.fggreen} users see all transactions included in
received blocks. If Bitcoin Core hasn't received a block for too long,
it displays a catching-up progress bar in the graphical [user
interface][bcc user interface] or a warning message in the CLI/API user
interface.
<div class="callout" markdown="block">
Unless you use Bitcoin Core, you can never be sure that your bitcoin balance
is correct according to the block chain.
</div>
### Real Example
In March 2015, spy nodes run by the company Chainalysis accidentally
prevented some users of the lightweight BreadWallet from connecting to
honest nodes. Since the spy nodes didn't relay transactions, BreadWallet
users stopped receiving notification of new transactions.
**Learn more:** [Chainalysis CEO Denies 'Sybil Attack' on Bitcoin's Network](http://www.coindesk.com/chainalysis-ceo-denies-launching-sybil-attack-on-bitcoin-network/)
</td>
</tr>
<tr class="brief">
<td><span class="ui-button-icon-primary ui-icon ui-icon-triangle-1-e"></span>Chain rewrites</td>
<td class="bgred"></td>
<td class="bgred"></td>
<td class="bgred"></td>
</tr>
<tr class="details">
<td colspan="4" markdown="block">
> Mallory gives Alice 1,000 bitcoins. When Alice's wallet says the
> transaction is confirmed, Alice gives Mallory some cash. Later Alice
> discovers that Mallory has managed to steal back the bitcoins.
This attack applies to **all Bitcoin wallets.**{:.fgred}
The attack works because powerful miners have the ability to rewrite the
block chain and replace their own transactions, allowing them to take
back previous payments.
The cost of this attack depends on the percentage of total network hash
rate the attacking miner controls. The more centralized mining becomes,
the less expensive the attack for a powerful miner.
![The cost of a chain rewrite](/img/bitcoin-core/en-confirmed-double-spend-cost.svg)
### Real Example
In September 2013, someone used centralized mining pool GHash.io to
steal an estimated 1,000 bitcoins (worth $124,000 USD) from the gambling
site BetCoin.
The attacker would spend bitcoins to make a bet. If he won, he would
confirm the transaction. If he lost, he would create a transaction
returning the bitcoins to himself and confirm that, invalidating the
transaction that lost the bet.
By doing so, he gained bitcoins from his winning bets without losing
bitcoins on his losing bets.
Although this attack was performed on unconfirmed transactions, the
attacker had enough hash rate (about 30%) to have profited from
attacking transactions with one, two, or even more confirmations.
**Learn more:** [GHash.IO and double-spending against BetCoin
Dice][ghash betcoin double spend]
</td>
</tr>
</table>
Note that although all programs---including Bitcoin Core---are
vulnerable to chain rewrites, Bitcoin provides a defense mechanism: the
more confirmations your transactions have, the safer you are. *There is
no known decentralized defense better than that.*
## Help Protect Decentralization
{% comment %}<!-- 1231006505 is the time in block 0; 31558149 is the average number of seconds in a year -->{% endcomment %}
{% capture bitcoin_age %}{{ site.time | date: "%s" | minus: "1231006505" | divided_by: "31558149" }}{% endcapture %}
The bitcoin currency only works when people accept bitcoins in exchange
for other valuable things. That means it's the people accepting
bitcoins who give it value and who get to decide how Bitcoin should work.
When you accept bitcoins, you have the power to enforce Bitcoin's rules,
such as preventing confiscation of any person's bitcoins without access
to that person's private keys.
Unfortunately, **many users outsource their enforcement power**. This
leaves Bitcoin's decentralization in a weakened state where a handful of
miners can collude with a handful of banks and free services to change
Bitcoin's rules for all those non-verifying users who outsourced their power.
<table class="received_transactions center">
<tr>
<td class="center" markdown="span">*Users of Bitcoin banks*<br
>**Trust bankers**{:.fgred}</td>
<td class="center" markdown="span">*Users of P2P lightweight wallets*<br
>**Trust miners**{:.fgred}</td>
</tr>
<tr>
<td class="center" markdown="span">*Users of client lightweight wallets*<br
> **Trust "free" services**{:.fgred}</td>
<td class="center" markdown="span">*Users of Bitcoin Core*<br
>**Enforce the rules**{:.fggreen}</td>
</tr>
</table>
Unlike other wallets, **Bitcoin Core *does* enforce the rules**---so
if the miners and banks change the rules for their non-verifying
users, those users will be unable to pay full validation Bitcoin Core
users like you.
As long as there are many non-verifying users who want to be able to
pay Bitcoin Core users, miners and others know they can't effectively
change Bitcoin's rules.
But what if not enough non-verifying users care about paying Bitcoin
Core users? Then it becomes easy for miners and banks to take control of
Bitcoin, likely bringing to an end this {{bitcoin_age}} year experiment
in decentralized currency.
![History of Bitcoin](/img/bitcoin-core/history-of-bitcoin.svg)
If you think **Bitcoin should remain decentralized,** the best thing you
can do is [validate every payment you receive](#do-you-validate) using your own personal
full node such as Bitcoin Core.
We don't know how many full validation users and business are needed,
but it's possible that for each person or business who validates their
own transactions, Bitcoin can remain decentralized even if there are ten
or a hundred other non-verifying users. If this is the case, **your
small contribution can have a large impact** towards keeping Bitcoin
decentralized.
## Do You Validate Your Transactions? {#do-you-validate}
Some people confuse [supporting the network][bcc network support] with
helping to [protect Bitcoin's decentralization][bcc validation
decentralization].
To [improve your security][bcc validation protection] and help
protect decentralization, you must use a wallet that fully validates
received transactions. There are three ways to do that with Bitcoin
Core right now:
1. **Use the built-in wallet's graphical mode.** If you request payment
using the following screen in Bitcoin Core, your received
transactions will be fully validated.
![Bitcoin Core request payment](/img/bitcoin-core/unique-invoice.png)
2. **Use Bitcoin Core as a trusted peer for certain lightweight
wallets.** Learn more on the [user interface][bcc user interface
lightweight] page. If you use a secure connection to your personal
trusted peer *every time* you use the wallet, your received
transactions will be fully validated.
3. **Use the built-in wallet's CLI/API interface.** This is meant for
power users, businesses, and programmers. The [user interface][bcc
user interface] page provides an overview, the [installation
instructions][bandwidth sharing guide] can help you get started, and
the [RPC][]/[REST][] documentation can help you find specific
commands. If you're using [`getnewaddress`][rpc getnewaddress] to
create receiving addresses, your received transactions will be fully
validated.
If you have any questions, please ask on the [forums][bcc forums] or
[chatrooms][bcc live help].
<br class="clear big">
<div class="prevnext">
<span markdown="1">**Previous Feature**<br>[Feature Overview][bcc main]</span>
<span markdown="1">**Next feature**<br>[Privacy][bcc privacy]</span>
</div>
<br class="clear">
<div class="not-displayed">
<div id="bitcoin_banks" title="Bitcoin Banks" markdown="block">
**Bitcoin banks and exchanges** are organizations that control your
bitcoins on your behalf similar to the way traditional banks control
your fiat deposits on your behalf.
</div>
<div id="spv_wallets" title="SPV Wallets" markdown="block">
**Simplified Payment Verification (SPV)** wallets are lightweight
wallets that can verify whether or not a transaction is part of a block
without downloading the {{site.text.chain_gb}} GB block chain. However,
they cannot verify whether or not the transaction is actually valid.
(Only full validation nodes like Bitcoin Core can do that.)
Honest miners who only create blocks with valid transactions currently
receive a {{site.text.subsidy_in_decimal_bitcoins}} bitcoin subsidy.
Dishonest miners who create blocks with invalid transactions don't
receive that subsidy, but they might still attempt to trick SPV
wallets if they can steal more bitcoins than they would make honestly (or
steal any amount of bitcoins from people they don't like).
</div>
</div>
{% include references.md %}

85
en/bitcoin-core/help.md Normal file
View file

@ -0,0 +1,85 @@
---
# This file is licensed under the MIT License (MIT) available on
# http://opensource.org/licenses/MIT.
layout: base-core
lang: en
id: bitcoin-core-help
columns: 1
title: Get Help - Bitcoin Core
breadcrumbs:
- bitcoin
- bcc
- Help
end_of_page: |
<script src="/js/devsearch.js"></script>
---
# Getting Help For Bitcoin Core
There are many ways to get help for Bitcoin Core, including
[documentation](#documentation), [forums](#forums), and [live chatrooms](#live).
<span class="fa fa-exclamation-triangle"></span> *To report an issue,
please see the [bug reporting][bcc contribute issues] page.*
## Documentation
Bitcoin Core currently doesn't have any cohesive or complete
documentation---but we hope to improve that situation soon. For now, you
can use the following resources:
- Bitcoin Wiki pages: [running Bitcoin][bcc configuration], [data
directory][bcc data directory], and other articles in the [Bitcoin
Core documentation category][wiki bitcoin core documentation].
<form id="searchform" action="https://en.bitcoin.it/w/index.php">
<input id="searchInput" class="glossary_term" type="search" placeholder="Search the Bitcoin Wiki" name="search"></input>
</form>
- The [developer reference][RPCs] provides complete documentation of the
RPCs that can be used with `bitcoin-cli` or in third-party programs.
The [REST][rest] interface is also fully documented. Both can be searched
using the box below:
<input id="glossary_term" class="glossary_term" placeholder="Search the RPCs and more">
- The [bandwidth sharing guide][] describes installing Bitcoin Core in
detail as well as opening port 8333 to allow other Bitcoin programs to
download blocks and transactions from you.
## Forums
Bitcoin was a wide range of [communities][communities], but the following places
are the best place to ask for help using Bitcoin Core:
- [Bitcoin StackExchange][] is a community dedicated entirely to
answering questions about Bitcoin and related technology. Many
questions about Bitcoin Core can be found under the [Bitcoin-Qt
tag](http://bitcoin.stackexchange.com/questions/tagged/bitcoin-qt)
- [BitcoinTalk Technical Support][forum tech support] is a
sub-forum dedicated to providing help for Bitcoin Core and other
Bitcoin programs.
- [/r/BitcoinBeginners][bitcoin beginners] is a Reddit community for
users who have questions about anything Bitcoin-related, including
Bitcoin Core.
## Live
Internet Relay Chat (IRC) is the most popular way to get live online
help with Bitcoin Core. When you join an IRC chatroom, you must read
the topic (which is usually automatically displayed) to learn the rules
for that chatroom.
- [#bitcoin][] is the best place to ask general questions about
Bitcoin Core.
- [#bitcoin-mining][] hosts discussion about Bitcoin mining, including
decentralized mining using Bitcoin Core as part of the system.
- For more channels, please see the [comprehensive listing][irc channels]
on the Bitcoin Wiki.
{% include references.md %}

View file

@ -2,10 +2,15 @@
# This file is licensed under the MIT License (MIT) available on # This file is licensed under the MIT License (MIT) available on
# http://opensource.org/licenses/MIT. # http://opensource.org/licenses/MIT.
layout: base layout: base-core
lang: en lang: en
id: full-node id: full-node
title: "Running A Full Node - Bitcoin" title: "Running A Full Node - Bitcoin"
breadcrumbs:
- bitcoin
- bcc
- bcc documentation
- Bandwidth sharing
--- ---
<!-- Variable assignment <!-- Variable assignment
@ -186,29 +191,7 @@ have an easy-to-use node.
### Possible Problems ### Possible Problems
* **Legal:** Bitcoin use is [prohibited or restricted in some {% include bitcoin-core/bitcoin-core-possible-problems.md %}
areas.](https://en.wikipedia.org/wiki/Legality_of_bitcoin_by_country)
* **Bandwidth limits**: Some Internet plans will charge an additional
amount for any excess upload bandwidth used that isn't included in
the plan. Worse, some providers may terminate your connection without
warning because of overuse. We advise that you check whether your
Internet connection is subjected to such limitations and monitor your
bandwidth use so that you can stop Bitcoin Core before you reach your
upload limit.
* **Anti-virus:** Several people have placed parts of known computer
viruses in the Bitcoin block chain. This block chain data can't infect
your computer, but some anti-virus programs quarantine the data
anyway, making it more difficult to run a full node. This problem mostly
affects computers running Windows.
* **Attack target:** People who want to disrupt the Bitcoin network may
attack full nodes in ways that will affect other things you do with
your computer, such as an attack that limits your available download
bandwidth or an attack that prevents you from using your full node's
wallet for sending transactions.
## Linux Instructions ## Linux Instructions

View file

@ -2,10 +2,14 @@
# This file is licensed under the MIT License (MIT) available on # This file is licensed under the MIT License (MIT) available on
# http://opensource.org/licenses/MIT. # http://opensource.org/licenses/MIT.
layout: base layout: base-core
lang: en lang: en
id: version-history id: version-history
title: Bitcoin Core version history title: Version History - Bitcoin Core
breadcrumbs:
- bitcoin
- bcc
- News
--- ---
<link rel="alternate" type="application/rss+xml" href="/en/rss/releases.rss" title="Bitcoin Core releases"> <link rel="alternate" type="application/rss+xml" href="/en/rss/releases.rss" title="Bitcoin Core releases">
<div class="versiontext"> <div class="versiontext">

11
img/bitcoin-core/COPYING Normal file
View file

@ -0,0 +1,11 @@
With the following exceptions, the files in this folder are licensed
under the MIT License (MIT) available on
http://opensource.org/licenses/MIT.
- slider-ui.* contains two images from Font Awesome, licensed under SIL
OFL 1.1. The remainder of the image is MIT licensed.
- slider-privacy.* uses the Tor logo in compliance with the Tor
project's trademark terms at
https://www.torproject.org/docs/trademark-faq.html.en#onionlogo
(retrieved 2015-08-26)

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

View file

@ -0,0 +1,443 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="600"
height="100"
id="svg2"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="bank-receiving-privacy_orig.svg">
<defs
id="defs4">
<marker
inkscape:stockid="Arrow2Lend"
orient="auto"
refY="0"
refX="0"
id="Arrow2Lend"
style="overflow:visible">
<path
id="path3976"
style="fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"
d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
transform="matrix(-1.1,0,0,-1.1,-1.1,0)"
inkscape:connector-curvature="0" />
</marker>
<marker
inkscape:stockid="Arrow2Mend"
orient="auto"
refY="0"
refX="0"
id="Arrow2Mend"
style="overflow:visible">
<path
id="path3982"
style="fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"
d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
transform="scale(-0.6,-0.6)"
inkscape:connector-curvature="0" />
</marker>
<inkscape:path-effect
effect="spiro"
id="path-effect3001"
is_visible="true" />
<marker
inkscape:stockid="Arrow2Lend"
orient="auto"
refY="0"
refX="0"
id="Arrow2Lend-6"
style="overflow:visible">
<path
inkscape:connector-curvature="0"
id="path3976-9"
style="fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"
d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
transform="matrix(-1.1,0,0,-1.1,-1.1,0)" />
</marker>
<inkscape:path-effect
effect="spiro"
id="path-effect3001-7"
is_visible="true" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1"
inkscape:cx="307.85714"
inkscape:cy="138.26386"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1278"
inkscape:window-height="762"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="0" />
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-952.36218)">
<g
id="g4732">
<g
style="font-size:24px;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
id="text2985">
<path
d="m 218.03098,987.95398 0,6.41016 3.79687,0 c 1.27343,0 2.21483,-0.26172 2.82422,-0.78516 0.61717,-0.53125 0.92577,-1.33984 0.92578,-2.42578 -1e-5,-1.09375 -0.30861,-1.89843 -0.92578,-2.41406 -0.60939,-0.52343 -1.55079,-0.78515 -2.82422,-0.78516 l -3.79687,0 m 0,-7.19531 0,5.27343 3.5039,0 c 1.15624,10e-6 2.01562,-0.21483 2.57813,-0.64453 0.5703,-0.43749 0.85545,-1.10155 0.85547,-1.99218 -2e-5,-0.8828 -0.28517,-1.54296 -0.85547,-1.98047 -0.56251,-0.43749 -1.42189,-0.65624 -2.57813,-0.65625 l -3.5039,0 m -2.36719,-1.94532 6.04687,0 c 1.80468,2e-5 3.1953,0.37502 4.17188,1.125 0.97655,0.75002 1.46483,1.81643 1.46484,3.19922 -10e-6,1.07033 -0.25001,1.92189 -0.75,2.55469 -0.50001,0.63282 -1.23439,1.02735 -2.20312,1.18359 1.16405,0.25001 2.06639,0.77345 2.70703,1.57032 0.64842,0.78907 0.97264,1.77735 0.97265,2.96484 -1e-5,1.5625 -0.53126,2.76953 -1.59375,3.62109 -1.06251,0.85157 -2.57423,1.27735 -4.53515,1.27735 l -6.28125,0 0,-17.4961"
style=""
id="path4757" />
<path
d="m 232.02316,983.18445 2.15625,0 0,13.125 -2.15625,0 0,-13.125 m 0,-5.10938 2.15625,0 0,2.73047 -2.15625,0 0,-2.73047"
style=""
id="path4759" />
<path
d="m 240.81223,979.45789 0,3.72656 4.4414,0 0,1.67578 -4.4414,0 0,7.125 c -1e-5,1.07032 0.14452,1.75781 0.43359,2.0625 0.29687,0.30469 0.89452,0.45703 1.79297,0.45703 l 2.21484,0 0,1.80469 -2.21484,0 c -1.66407,0 -2.81251,-0.3086 -3.44531,-0.92578 -0.63282,-0.625 -0.94923,-1.75781 -0.94922,-3.39844 l 0,-7.125 -1.58203,0 0,-1.67578 1.58203,0 0,-3.72656 2.16797,0"
style=""
id="path4761" />
<path
d="m 257.5466,983.68835 0,2.01563 c -0.60939,-0.33593 -1.22267,-0.58593 -1.83984,-0.75 -0.60939,-0.17186 -1.22657,-0.2578 -1.85157,-0.25781 -1.39844,10e-6 -2.48438,0.44532 -3.25781,1.33593 -0.77344,0.88283 -1.16016,2.12501 -1.16015,3.72657 -1e-5,1.60156 0.38671,2.84766 1.16015,3.73828 0.77343,0.88281 1.85937,1.32422 3.25781,1.32422 0.625,0 1.24218,-0.082 1.85157,-0.2461 0.61717,-0.17187 1.23045,-0.42578 1.83984,-0.76172 l 0,1.99219 c -0.60157,0.28125 -1.22657,0.49219 -1.875,0.63281 -0.64063,0.14063 -1.32423,0.21094 -2.05078,0.21094 -1.97657,0 -3.54688,-0.62109 -4.71094,-1.86328 -1.16406,-1.24218 -1.74609,-2.91796 -1.74609,-5.02734 0,-2.14062 0.58593,-3.82421 1.75781,-5.05078 1.17968,-1.22655 2.79296,-1.83983 4.83984,-1.83985 0.66406,2e-5 1.31249,0.0703 1.94532,0.21094 0.6328,0.13283 1.24608,0.33595 1.83984,0.60937"
style=""
id="path4763" />
<path
d="m 266.3591,984.69617 c -1.15626,10e-6 -2.07032,0.45313 -2.74219,1.35937 -0.67188,0.89845 -1.00781,2.13282 -1.00781,3.70313 0,1.57031 0.33203,2.80859 0.99609,3.71484 0.67187,0.89844 1.58984,1.34766 2.75391,1.34766 1.14843,0 2.05858,-0.45313 2.73047,-1.35938 0.67186,-0.90624 1.0078,-2.14062 1.00781,-3.70312 -10e-6,-1.55468 -0.33595,-2.78515 -1.00781,-3.69141 -0.67189,-0.91405 -1.58204,-1.37108 -2.73047,-1.37109 m 0,-1.82813 c 1.87499,2e-5 3.34765,0.60939 4.41797,1.82813 1.0703,1.21876 1.60545,2.90626 1.60547,5.0625 -2e-5,2.14844 -0.53517,3.83594 -1.60547,5.0625 -1.07032,1.21875 -2.54298,1.82812 -4.41797,1.82812 -1.88282,0 -3.35938,-0.60937 -4.42969,-1.82812 -1.0625,-1.22656 -1.59375,-2.91406 -1.59375,-5.0625 0,-2.15624 0.53125,-3.84374 1.59375,-5.0625 1.07031,-1.21874 2.54687,-1.82811 4.42969,-1.82813"
style=""
id="path4765" />
<path
d="m 275.94504,983.18445 2.15625,0 0,13.125 -2.15625,0 0,-13.125 m 0,-5.10938 2.15625,0 0,2.73047 -2.15625,0 0,-2.73047"
style=""
id="path4767" />
<path
d="m 293.51144,988.38757 0,7.92188 -2.15625,0 0,-7.85156 c -10e-6,-1.24218 -0.24219,-2.17187 -0.72656,-2.78907 -0.48438,-0.61717 -1.21094,-0.92577 -2.17969,-0.92578 -1.16407,1e-5 -2.08203,0.37111 -2.7539,1.11328 -0.67188,0.7422 -1.00782,1.75392 -1.00781,3.03516 l 0,7.41797 -2.16797,0 0,-13.125 2.16797,0 0,2.03906 c 0.51562,-0.78905 1.12108,-1.37889 1.8164,-1.76953 0.70312,-0.39061 1.51171,-0.58592 2.42578,-0.58594 1.50781,2e-5 2.64843,0.46876 3.42188,1.40625 0.77342,0.9297 1.16014,2.30079 1.16015,4.11328"
style=""
id="path4769" />
<path
d="m 236.57004,1019.7587 c -1e-5,-1.586 -0.32814,-2.8281 -0.98438,-3.7266 -0.64844,-0.9062 -1.54298,-1.3594 -2.68359,-1.3594 -1.14063,0 -2.03907,0.4532 -2.69531,1.3594 -0.64845,0.8985 -0.97266,2.1406 -0.97266,3.7266 0,1.5859 0.32421,2.832 0.97266,3.7382 0.65624,0.8985 1.55468,1.3477 2.69531,1.3477 1.14061,0 2.03515,-0.4492 2.68359,-1.3477 0.65624,-0.9062 0.98437,-2.1523 0.98438,-3.7382 m -7.33594,-4.5821 c 0.45312,-0.7812 1.02343,-1.3593 1.71094,-1.7343 0.6953,-0.3828 1.52343,-0.5742 2.48437,-0.5743 1.59374,10e-5 2.88671,0.6329 3.87891,1.8985 0.99999,1.2656 1.49999,2.9297 1.5,4.9922 -1e-5,2.0625 -0.50001,3.7265 -1.5,4.9922 -0.9922,1.2656 -2.28517,1.8984 -3.87891,1.8984 -0.96094,0 -1.78907,-0.1875 -2.48437,-0.5625 -0.68751,-0.3828 -1.25782,-0.9649 -1.71094,-1.7461 l 0,1.9687 -2.16797,0 0,-18.2343 2.16797,0 0,7.1015"
style=""
id="path4771" />
<path
d="m 248.34738,1019.7118 c -1.74219,0 -2.94922,0.1992 -3.62109,0.5976 -0.67188,0.3985 -1.00782,1.0782 -1.00781,2.0391 -1e-5,0.7656 0.24999,1.375 0.75,1.8281 0.5078,0.4453 1.1953,0.668 2.0625,0.668 1.1953,0 2.15233,-0.4219 2.87109,-1.2656 0.72655,-0.8516 1.08983,-1.9805 1.08984,-3.3867 l 0,-0.4805 -2.14453,0 m 4.30078,-0.8906 0,7.4882 -2.15625,0 0,-1.9921 c -0.49219,0.7968 -1.10548,1.3867 -1.83984,1.7695 -0.73438,0.375 -1.63282,0.5625 -2.69531,0.5625 -1.34376,0 -2.41407,-0.375 -3.21094,-1.125 -0.78907,-0.7578 -1.1836,-1.7695 -1.18359,-3.0352 -1e-5,-1.4765 0.49218,-2.5898 1.47656,-3.3398 0.99218,-0.75 2.46874,-1.125 4.42969,-1.125 l 3.02343,0 0,-0.2109 c -1e-5,-0.9922 -0.32813,-1.7578 -0.98437,-2.2969 -0.64845,-0.5469 -1.56251,-0.8203 -2.74219,-0.8203 -0.75001,0 -1.48047,0.09 -2.19141,0.2695 -0.71094,0.1797 -1.39453,0.4492 -2.05078,0.8086 l 0,-1.9922 c 0.78906,-0.3047 1.55469,-0.5312 2.29688,-0.6797 0.74218,-0.1562 1.46484,-0.2343 2.16797,-0.2344 1.89843,10e-5 3.31639,0.4922 4.2539,1.4766 0.93749,0.9844 1.40624,2.4766 1.40625,4.4766"
style=""
id="path4773" />
<path
d="m 268.05832,1018.3876 0,7.9218 -2.15625,0 0,-7.8515 c -10e-6,-1.2422 -0.2422,-2.1719 -0.72656,-2.7891 -0.48439,-0.6172 -1.21095,-0.9257 -2.17969,-0.9258 -1.16407,10e-5 -2.08204,0.3711 -2.75391,1.1133 -0.67188,0.7422 -1.00781,1.7539 -1.00781,3.0352 l 0,7.4179 -2.16797,0 0,-13.125 2.16797,0 0,2.0391 c 0.51562,-0.789 1.12109,-1.3789 1.81641,-1.7695 0.70311,-0.3906 1.51171,-0.5859 2.42578,-0.586 1.5078,10e-5 2.64842,0.4688 3.42187,1.4063 0.77343,0.9297 1.16015,2.3008 1.16016,4.1133"
style=""
id="path4775" />
<path
d="m 272.30051,1008.0751 2.16797,0 0,10.7695 6.43359,-5.6602 2.75391,0 -6.96094,6.1407 7.2539,6.9843 -2.8125,0 -6.66796,-6.4101 0,6.4101 -2.16797,0 0,-18.2343"
style=""
id="path4777" />
</g>
<g
style="font-size:24px;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
id="text2991">
<path
d="m 521.02344,963.44421 2.54297,0 4.85156,7.19532 4.8164,-7.19532 2.54297,0 -6.1875,9.16407 0,8.33203 -2.3789,0 0,-8.33203 -6.1875,-9.16407"
style=""
id="path4780" />
<path
d="m 539.90234,969.32703 c -1.15625,10e-6 -2.07031,0.45313 -2.74218,1.35937 -0.67188,0.89845 -1.00782,2.13282 -1.00782,3.70313 0,1.57031 0.33203,2.80859 0.9961,3.71484 0.67187,0.89844 1.58984,1.34766 2.7539,1.34766 1.14843,0 2.05859,-0.45313 2.73047,-1.35938 0.67187,-0.90624 1.0078,-2.14062 1.00781,-3.70312 -10e-6,-1.55468 -0.33594,-2.78515 -1.00781,-3.69141 -0.67188,-0.91405 -1.58204,-1.37108 -2.73047,-1.37109 m 0,-1.82813 c 1.87499,10e-6 3.34765,0.60939 4.41797,1.82813 1.0703,1.21876 1.60546,2.90626 1.60547,5.0625 -10e-6,2.14844 -0.53517,3.83594 -1.60547,5.0625 -1.07032,1.21875 -2.54298,1.82812 -4.41797,1.82812 -1.88281,0 -3.35938,-0.60937 -4.42968,-1.82812 -1.06251,-1.22656 -1.59376,-2.91406 -1.59375,-5.0625 -10e-6,-2.15624 0.53124,-3.84374 1.59375,-5.0625 1.0703,-1.21874 2.54687,-1.82812 4.42968,-1.82813"
style=""
id="path4782" />
<path
d="m 549.26562,975.76062 0,-7.94531 2.15625,0 0,7.86328 c 0,1.24219 0.24219,2.17578 0.72657,2.80078 0.48437,0.61719 1.21093,0.92578 2.17968,0.92578 1.16406,0 2.08203,-0.37109 2.75391,-1.11328 0.67968,-0.74218 1.01952,-1.7539 1.01953,-3.03516 l 0,-7.4414 2.15625,0 0,13.125 -2.15625,0 0,-2.01563 c -0.52345,0.79688 -1.13282,1.39063 -1.82812,1.78125 -0.68751,0.38281 -1.48829,0.57422 -2.40235,0.57422 -1.50781,0 -2.65234,-0.46875 -3.43359,-1.40625 -0.78125,-0.9375 -1.17188,-2.30859 -1.17188,-4.11328 m 5.42579,-8.26172 0,0"
style=""
id="path4784" />
<path
d="m 572.32812,969.83093 c -0.24219,-0.14061 -0.50782,-0.24217 -0.79687,-0.30468 -0.28126,-0.0703 -0.59376,-0.10546 -0.9375,-0.10547 -1.21876,10e-6 -2.15626,0.39844 -2.8125,1.19531 -0.64844,0.78907 -0.97266,1.92579 -0.97266,3.41016 l 0,6.91406 -2.16797,0 0,-13.125 2.16797,0 0,2.03906 c 0.45312,-0.79686 1.04297,-1.38671 1.76953,-1.76953 0.72656,-0.39061 1.60937,-0.58593 2.64844,-0.58594 0.14843,10e-6 0.31249,0.0117 0.49219,0.0352 0.17968,0.0156 0.3789,0.043 0.59766,0.082 l 0.0117,2.21484"
style=""
id="path4786" />
<path
d="m 528.83984,1004.3895 c -10e-6,-1.5859 -0.32813,-2.8281 -0.98437,-3.7265 -0.64845,-0.90627 -1.54298,-1.3594 -2.6836,-1.35941 -1.14063,10e-6 -2.03906,0.45314 -2.69531,1.35941 -0.64844,0.8984 -0.97266,2.1406 -0.97265,3.7265 -10e-6,1.586 0.32421,2.8321 0.97265,3.7383 0.65625,0.8984 1.55468,1.3477 2.69531,1.3477 1.14062,0 2.03515,-0.4493 2.6836,-1.3477 0.65624,-0.9062 0.98436,-2.1523 0.98437,-3.7383 m -7.33593,-4.582 c 0.45312,-0.78124 1.02343,-1.35937 1.71093,-1.73438 0.69531,-0.3828 1.52343,-0.57421 2.48438,-0.57422 1.59374,10e-6 2.88671,0.63283 3.8789,1.89844 0.99999,1.26566 1.49999,2.92966 1.5,4.99216 -10e-6,2.0625 -0.50001,3.7266 -1.5,4.9922 -0.99219,1.2656 -2.28516,1.8985 -3.8789,1.8985 -0.96095,0 -1.78907,-0.1875 -2.48438,-0.5625 -0.6875,-0.3829 -1.25781,-0.9649 -1.71093,-1.7461 l 0,1.9687 -2.16797,0 0,-18.23437 2.16797,0 0,7.10157"
style=""
id="path4788" />
<path
d="m 540.61719,1004.3427 c -1.7422,0 -2.94923,0.1992 -3.6211,0.5976 -0.67188,0.3985 -1.00781,1.0781 -1.00781,2.0391 0,0.7656 0.25,1.375 0.75,1.8281 0.50781,0.4453 1.19531,0.668 2.0625,0.668 1.19531,0 2.15234,-0.4219 2.87109,-1.2657 0.72656,-0.8515 1.08984,-1.9804 1.08985,-3.3867 l 0,-0.4804 -2.14453,0 m 4.30078,-0.8907 0,7.4883 -2.15625,0 0,-1.9922 c -0.4922,0.7969 -1.10548,1.3867 -1.83985,1.7696 -0.73438,0.375 -1.63281,0.5625 -2.69531,0.5625 -1.34375,0 -2.41406,-0.375 -3.21094,-1.125 -0.78906,-0.7579 -1.18359,-1.7696 -1.18359,-3.0352 0,-1.4766 0.49219,-2.5898 1.47656,-3.3398 0.99219,-0.75 2.46875,-1.125 4.42969,-1.125 l 3.02344,0 0,-0.211 c -10e-6,-0.9922 -0.32814,-1.7578 -0.98438,-2.2969 -0.64844,-0.54682 -1.5625,-0.82026 -2.74218,-0.82027 -0.75001,10e-6 -1.48048,0.0898 -2.19141,0.26953 -0.71094,0.1797 -1.39453,0.44924 -2.05078,0.80864 l 0,-1.99224 c 0.78906,-0.30467 1.55468,-0.53123 2.29687,-0.67968 0.74219,-0.15624 1.46484,-0.23437 2.16797,-0.23438 1.89843,10e-6 3.3164,0.4922 4.25391,1.47656 0.93749,0.98439 1.40624,2.47654 1.40625,4.47654"
style=""
id="path4790" />
<path
d="m 560.32812,1003.0184 0,7.9219 -2.15625,0 0,-7.8516 c -10e-6,-1.2421 -0.24219,-2.1718 -0.72656,-2.789 -0.48438,-0.61719 -1.21094,-0.92579 -2.17969,-0.9258 -1.16406,10e-6 -2.08203,0.37111 -2.7539,1.1133 -0.67188,0.7422 -1.00782,1.7539 -1.00781,3.0351 l 0,7.418 -2.16797,0 0,-13.12499 2.16797,0 0,2.03906 c 0.51562,-0.78905 1.12108,-1.37889 1.8164,-1.76953 0.70312,-0.39061 1.51171,-0.58593 2.42578,-0.58594 1.50781,10e-6 2.64843,0.46876 3.42188,1.40625 0.77342,0.9297 1.16014,2.30075 1.16015,4.11325"
style=""
id="path4792" />
<path
d="m 564.57031,992.70593 2.16797,0 0,10.76957 6.43359,-5.66019 2.75391,0 -6.96094,6.14059 7.25391,6.9844 -2.8125,0 -6.66797,-6.4101 0,6.4101 -2.16797,0 0,-18.23437"
style=""
id="path4794" />
<path
d="m 507.10156,1034.3427 c -1.74219,0 -2.94922,0.1992 -3.62109,0.5976 -0.67188,0.3985 -1.00782,1.0781 -1.00781,2.0391 -1e-5,0.7656 0.24999,1.375 0.75,1.8281 0.5078,0.4453 1.1953,0.668 2.0625,0.668 1.1953,0 2.15233,-0.4219 2.87109,-1.2657 0.72655,-0.8515 1.08983,-1.9804 1.08984,-3.3867 l 0,-0.4804 -2.14453,0 m 4.30078,-0.8907 0,7.4883 -2.15625,0 0,-1.9922 c -0.49219,0.7969 -1.10547,1.3867 -1.83984,1.7696 -0.73438,0.375 -1.63282,0.5625 -2.69531,0.5625 -1.34376,0 -2.41407,-0.375 -3.21094,-1.125 -0.78906,-0.7579 -1.1836,-1.7696 -1.18359,-3.0352 -1e-5,-1.4766 0.49218,-2.5898 1.47656,-3.3398 0.99218,-0.75 2.46874,-1.125 4.42969,-1.125 l 3.02343,0 0,-0.211 c -10e-6,-0.9922 -0.32813,-1.7578 -0.98437,-2.2969 -0.64845,-0.5468 -1.56251,-0.8203 -2.74219,-0.8203 -0.75,0 -1.48047,0.09 -2.19141,0.2696 -0.71094,0.1797 -1.39453,0.4492 -2.05078,0.8086 l 0,-1.9922 c 0.78906,-0.3047 1.55469,-0.5313 2.29688,-0.6797 0.74218,-0.1563 1.46484,-0.2344 2.16797,-0.2344 1.89843,0 3.31639,0.4922 4.2539,1.4766 0.93749,0.9843 1.40624,2.4765 1.40625,4.4765"
style=""
id="path4796" />
<path
d="m 525.34766,1028.3192 0,2.0156 c -0.60939,-0.3359 -1.22267,-0.5859 -1.83985,-0.75 -0.60938,-0.1718 -1.22657,-0.2578 -1.85156,-0.2578 -1.39844,0 -2.48438,0.4454 -3.25781,1.336 -0.77344,0.8828 -1.16016,2.125 -1.16016,3.7265 0,1.6016 0.38672,2.8477 1.16016,3.7383 0.77343,0.8828 1.85937,1.3242 3.25781,1.3242 0.62499,0 1.24218,-0.082 1.85156,-0.2461 0.61718,-0.1718 1.23046,-0.4257 1.83985,-0.7617 l 0,1.9922 c -0.60158,0.2813 -1.22658,0.4922 -1.875,0.6328 -0.64064,0.1406 -1.32423,0.211 -2.05079,0.211 -1.97656,0 -3.54687,-0.6211 -4.71093,-1.8633 -1.16407,-1.2422 -1.7461,-2.918 -1.7461,-5.0274 0,-2.1406 0.58594,-3.8242 1.75782,-5.0508 1.17968,-1.2265 2.79296,-1.8398 4.83984,-1.8398 0.66405,0 1.31249,0.07 1.94531,0.2109 0.6328,0.1329 1.24609,0.336 1.83985,0.6094"
style=""
id="path4798" />
<path
d="m 538.51953,1028.3192 0,2.0156 c -0.60938,-0.3359 -1.22267,-0.5859 -1.83984,-0.75 -0.60939,-0.1718 -1.22657,-0.2578 -1.85157,-0.2578 -1.39844,0 -2.48438,0.4454 -3.25781,1.336 -0.77344,0.8828 -1.16016,2.125 -1.16015,3.7265 -10e-6,1.6016 0.38671,2.8477 1.16015,3.7383 0.77343,0.8828 1.85937,1.3242 3.25781,1.3242 0.625,0 1.24218,-0.082 1.85157,-0.2461 0.61717,-0.1718 1.23046,-0.4257 1.83984,-0.7617 l 0,1.9922 c -0.60157,0.2813 -1.22657,0.4922 -1.875,0.6328 -0.64063,0.1406 -1.32423,0.211 -2.05078,0.211 -1.97657,0 -3.54688,-0.6211 -4.71094,-1.8633 -1.16406,-1.2422 -1.74609,-2.918 -1.74609,-5.0274 0,-2.1406 0.58593,-3.8242 1.75781,-5.0508 1.17968,-1.2265 2.79296,-1.8398 4.83984,-1.8398 0.66406,0 1.3125,0.07 1.94532,0.2109 0.6328,0.1329 1.24608,0.336 1.83984,0.6094"
style=""
id="path4800" />
<path
d="m 547.33203,1029.327 c -1.15625,0 -2.07032,0.4532 -2.74219,1.3594 -0.67188,0.8984 -1.00781,2.1328 -1.00781,3.7031 0,1.5703 0.33203,2.8086 0.99609,3.7149 0.67187,0.8984 1.58984,1.3476 2.75391,1.3476 1.14843,0 2.05859,-0.4531 2.73047,-1.3593 0.67186,-0.9063 1.0078,-2.1407 1.00781,-3.7032 -10e-6,-1.5547 -0.33595,-2.7851 -1.00781,-3.6914 -0.67188,-0.914 -1.58204,-1.3711 -2.73047,-1.3711 m 0,-1.8281 c 1.87499,0 3.34765,0.6094 4.41797,1.8281 1.0703,1.2188 1.60546,2.9063 1.60547,5.0625 -10e-6,2.1485 -0.53517,3.836 -1.60547,5.0625 -1.07032,1.2188 -2.54298,1.8282 -4.41797,1.8282 -1.88282,0 -3.35938,-0.6094 -4.42969,-1.8282 -1.0625,-1.2265 -1.59375,-2.914 -1.59375,-5.0625 0,-2.1562 0.53125,-3.8437 1.59375,-5.0625 1.07031,-1.2187 2.54687,-1.8281 4.42969,-1.8281"
style=""
id="path4802" />
<path
d="m 556.69531,1035.7606 0,-7.9453 2.15625,0 0,7.8633 c 0,1.2422 0.24219,2.1758 0.72656,2.8008 0.48437,0.6172 1.21094,0.9258 2.17969,0.9258 1.16406,0 2.08202,-0.3711 2.75391,-1.1133 0.67968,-0.7422 1.01952,-1.7539 1.01953,-3.0352 l 0,-7.4414 2.15625,0 0,13.125 -2.15625,0 0,-2.0156 c -0.52345,0.7969 -1.13282,1.3906 -1.82813,1.7812 -0.6875,0.3828 -1.48828,0.5743 -2.40234,0.5743 -1.50782,0 -2.65235,-0.4688 -3.43359,-1.4063 -0.78125,-0.9375 -1.17188,-2.3086 -1.17188,-4.1133 m 5.42578,-8.2617 0,0"
style=""
id="path4804" />
<path
d="m 583.0625,1033.0184 0,7.9219 -2.15625,0 0,-7.8516 c -10e-6,-1.2421 -0.2422,-2.1718 -0.72656,-2.789 -0.48439,-0.6172 -1.21095,-0.9258 -2.17969,-0.9258 -1.16407,0 -2.08204,0.3711 -2.75391,1.1133 -0.67188,0.7422 -1.00781,1.7539 -1.00781,3.0351 l 0,7.418 -2.16797,0 0,-13.125 2.16797,0 0,2.0391 c 0.51562,-0.7891 1.12109,-1.3789 1.81641,-1.7696 0.70312,-0.3906 1.51171,-0.5859 2.42578,-0.5859 1.5078,0 2.64843,0.4688 3.42187,1.4063 0.77343,0.9296 1.16015,2.3007 1.16016,4.1132"
style=""
id="path4806" />
<path
d="m 589.51953,1024.0887 0,3.7266 4.44141,0 0,1.6758 -4.44141,0 0,7.125 c 0,1.0703 0.14453,1.7578 0.43359,2.0625 0.29687,0.3047 0.89453,0.457 1.79297,0.457 l 2.21485,0 0,1.8047 -2.21485,0 c -1.66406,0 -2.8125,-0.3086 -3.44531,-0.9258 -0.63281,-0.625 -0.94922,-1.7578 -0.94922,-3.3984 l 0,-7.125 -1.58203,0 0,-1.6758 1.58203,0 0,-3.7266 2.16797,0"
style=""
id="path4808" />
</g>
<g
transform="translate(-0.2857143,57.483548)"
id="g4694">
<path
style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;marker-start:none;marker-end:url(#Arrow2Lend)"
d="m 2.857143,944.50504 191.825287,0"
id="path2999" />
<g
style="font-size:16px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
id="text4581">
<path
d="m 60.309711,937.46259 2.578125,0 0,-8.89844 -2.804687,0.5625 0,-1.4375 2.789062,-0.5625 1.578125,0 0,10.33594 2.578125,0 0,1.32812 -6.71875,0 0,-1.32812"
style=""
id="path4812" />
<path
d="m 73.598774,928.16571 c -0.812504,10e-6 -1.424483,0.40105 -1.835938,1.20313 -0.406252,0.79688 -0.609377,1.9974 -0.609375,3.60156 -2e-6,1.59896 0.203123,2.79948 0.609375,3.60156 0.411455,0.79688 1.023434,1.19531 1.835938,1.19531 0.817702,0 1.429681,-0.39843 1.835937,-1.19531 0.411451,-0.80208 0.61718,-2.0026 0.617188,-3.60156 -8e-6,-1.60416 -0.205737,-2.80468 -0.617188,-3.60156 -0.406256,-0.80208 -1.018235,-1.20312 -1.835937,-1.20313 m 0,-1.25 c 1.307285,10e-6 2.30468,0.51824 2.992187,1.55469 0.6927,1.03126 1.039054,2.53126 1.039063,4.5 -9e-6,1.96354 -0.346363,3.46354 -1.039063,4.5 -0.687507,1.03125 -1.684902,1.54687 -2.992187,1.54687 -1.307295,0 -2.307294,-0.51562 -3,-1.54687 -0.687501,-1.03646 -1.031251,-2.53646 -1.03125,-4.5 -1e-6,-1.96874 0.343749,-3.46874 1.03125,-4.5 0.692706,-1.03645 1.692705,-1.55468 3,-1.55469"
style=""
id="path4814" />
<path
d="m 83.786274,928.16571 c -0.812504,10e-6 -1.424483,0.40105 -1.835938,1.20313 -0.406252,0.79688 -0.609377,1.9974 -0.609375,3.60156 -2e-6,1.59896 0.203123,2.79948 0.609375,3.60156 0.411455,0.79688 1.023434,1.19531 1.835938,1.19531 0.817702,0 1.429681,-0.39843 1.835937,-1.19531 0.411451,-0.80208 0.61718,-2.0026 0.617188,-3.60156 -8e-6,-1.60416 -0.205737,-2.80468 -0.617188,-3.60156 -0.406256,-0.80208 -1.018235,-1.20312 -1.835937,-1.20313 m 0,-1.25 c 1.307285,10e-6 2.30468,0.51824 2.992187,1.55469 0.6927,1.03126 1.039054,2.53126 1.039063,4.5 -9e-6,1.96354 -0.346363,3.46354 -1.039063,4.5 -0.687507,1.03125 -1.684902,1.54687 -2.992187,1.54687 -1.307295,0 -2.307294,-0.51562 -3,-1.54687 -0.687501,-1.03646 -1.031251,-2.53646 -1.03125,-4.5 -1e-6,-1.96874 0.343749,-3.46874 1.03125,-4.5 0.692706,-1.03645 1.692705,-1.55468 3,-1.55469"
style=""
id="path4816" />
<path
d="m 97.130024,933.2204 0,4.27344 2.53125,0 c 0.848956,0 1.476556,-0.17448 1.882816,-0.52344 0.41145,-0.35417 0.61718,-0.89323 0.61718,-1.61719 0,-0.72916 -0.20573,-1.26562 -0.61718,-1.60937 -0.40626,-0.34896 -1.03386,-0.52344 -1.882816,-0.52344 l -2.53125,0 m 0,-4.79688 0,3.51563 2.335937,0 c 0.770829,0 1.343739,-0.14322 1.718749,-0.42969 0.3802,-0.29166 0.57031,-0.73437 0.57031,-1.32812 0,-0.58854 -0.19011,-1.02864 -0.57031,-1.32032 -0.37501,-0.29165 -0.94792,-0.43749 -1.718749,-0.4375 l -2.335937,0 m -1.578125,-1.29687 4.03125,0 c 1.203121,10e-6 2.130201,0.25001 2.781251,0.75 0.65103,0.50001 0.97655,1.21095 0.97656,2.13281 -10e-6,0.71355 -0.16667,1.28126 -0.5,1.70313 -0.33334,0.42188 -0.82292,0.6849 -1.46875,0.78906 0.77603,0.16667 1.3776,0.51563 1.80469,1.04687 0.43228,0.52605 0.64843,1.1849 0.64844,1.97657 -1e-5,1.04166 -0.35418,1.84635 -1.0625,2.41406 -0.70834,0.56771 -1.71616,0.85156 -3.023441,0.85156 l -4.1875,0 0,-11.66406"
style=""
id="path4818" />
<path
d="m 104.90346,927.12665 9.86719,0 0,1.32812 -4.14063,0 0,10.33594 -1.58593,0 0,-10.33594 -4.14063,0 0,-1.32812"
style=""
id="path4820" />
<path
d="m 124.13002,928.02509 0,1.66406 c -0.53126,-0.49478 -1.09896,-0.86458 -1.70312,-1.10938 -0.59897,-0.24478 -1.23699,-0.36717 -1.91406,-0.36718 -1.33334,10e-6 -2.35417,0.40886 -3.0625,1.22656 -0.70834,0.81251 -1.06251,1.98959 -1.0625,3.53125 -1e-5,1.53646 0.35416,2.71354 1.0625,3.53125 0.70833,0.8125 1.72916,1.21875 3.0625,1.21875 0.67707,0 1.31509,-0.1224 1.91406,-0.36719 0.60416,-0.24479 1.17186,-0.61458 1.70312,-1.10937 l 0,1.64843 c -0.55209,0.375 -1.13803,0.65625 -1.75781,0.84375 -0.61459,0.1875 -1.26563,0.28125 -1.95312,0.28125 -1.76563,0 -3.15626,-0.53906 -4.17188,-1.61718 -1.01562,-1.08334 -1.52344,-2.5599 -1.52344,-4.42969 0,-1.87499 0.50782,-3.35156 1.52344,-4.42969 1.01562,-1.08332 2.40625,-1.62499 4.17188,-1.625 0.69791,10e-6 1.35416,0.0938 1.96875,0.28125 0.61978,0.1823 1.20051,0.45834 1.74218,0.82813"
style=""
id="path4822" />
</g>
<g
style="font-size:16px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
id="text4581-79">
<path
d="m 19.938616,957.04468 0,4.27344 2.53125,0 c 0.848952,0 1.476555,-0.17448 1.882812,-0.52344 0.411451,-0.35417 0.61718,-0.89323 0.617188,-1.61719 -8e-6,-0.72916 -0.205737,-1.26562 -0.617188,-1.60937 -0.406257,-0.34896 -1.03386,-0.52344 -1.882812,-0.52344 l -2.53125,0 m 0,-4.79688 0,3.51563 2.335937,0 c 0.770827,0 1.343743,-0.14322 1.71875,-0.42969 0.380201,-0.29166 0.570305,-0.73437 0.570313,-1.32812 -8e-6,-0.58854 -0.190112,-1.02864 -0.570313,-1.32032 -0.375007,-0.29165 -0.947923,-0.43749 -1.71875,-0.4375 l -2.335937,0 m -1.578125,-1.29687 4.03125,0 c 1.203118,10e-6 2.1302,0.25001 2.78125,0.75 0.651032,0.50001 0.976553,1.21094 0.976562,2.13281 -9e-6,0.71355 -0.166676,1.28126 -0.5,1.70313 -0.333342,0.42188 -0.822924,0.6849 -1.46875,0.78906 0.776034,0.16667 1.377596,0.51563 1.804688,1.04687 0.432282,0.52605 0.648427,1.1849 0.648437,1.97657 -10e-6,1.04166 -0.354176,1.84635 -1.0625,2.41406 -0.708341,0.56771 -1.716153,0.85156 -3.023437,0.85156 l -4.1875,0 0,-11.66406"
style=""
id="path4825" />
<path
d="m 29.266741,953.86499 1.4375,0 0,8.75 -1.4375,0 0,-8.75 m 0,-3.40625 1.4375,0 0,1.82031 -1.4375,0 0,-1.82031"
style=""
id="path4827" />
<path
d="m 35.126116,951.38062 0,2.48437 2.960937,0 0,1.11719 -2.960937,0 0,4.75 c -3e-6,0.71354 0.09635,1.17187 0.289062,1.375 0.197914,0.20312 0.596351,0.30469 1.195313,0.30469 l 1.476562,0 0,1.20312 -1.476562,0 c -1.109379,0 -1.875003,-0.20573 -2.296875,-0.61719 -0.421877,-0.41666 -0.632814,-1.17187 -0.632813,-2.26562 l 0,-4.75 -1.054687,0 0,-1.11719 1.054687,0 0,-2.48437 1.445313,0"
style=""
id="path4829" />
<path
d="m 46.282366,954.20093 0,1.34375 c -0.406258,-0.22395 -0.815111,-0.39062 -1.226563,-0.5 -0.406256,-0.11458 -0.817714,-0.17187 -1.234375,-0.17188 -0.932296,10e-6 -1.656253,0.29689 -2.171875,0.89063 -0.515627,0.58855 -0.77344,1.41667 -0.773437,2.48437 -3e-6,1.06771 0.25781,1.89844 0.773437,2.49219 0.515622,0.58854 1.239579,0.88281 2.171875,0.88281 0.416661,0 0.828119,-0.0547 1.234375,-0.16406 0.411452,-0.11458 0.820305,-0.28385 1.226563,-0.50781 l 0,1.32812 c -0.401049,0.1875 -0.817716,0.32813 -1.25,0.42188 -0.42709,0.0937 -0.882818,0.14062 -1.367188,0.14062 -1.317712,0 -2.364586,-0.41406 -3.140625,-1.24218 -0.776043,-0.82813 -1.164063,-1.94531 -1.164062,-3.35157 -1e-6,-1.42707 0.390624,-2.54947 1.171875,-3.36718 0.786455,-0.8177 1.861975,-1.22656 3.226562,-1.22657 0.442703,10e-6 0.874994,0.0469 1.296875,0.14063 0.421868,0.0886 0.830722,0.22396 1.226563,0.40625"
style=""
id="path4831" />
<path
d="m 52.157366,954.8728 c -0.770838,10e-6 -1.380212,0.30209 -1.828125,0.90625 -0.447919,0.59897 -0.671878,1.42188 -0.671875,2.46875 -3e-6,1.04688 0.221351,1.8724 0.664062,2.47657 0.447913,0.59895 1.059892,0.89843 1.835938,0.89843 0.765619,0 1.372389,-0.30208 1.820312,-0.90625 0.44791,-0.60416 0.671868,-1.42708 0.671875,-2.46875 -7e-6,-1.03645 -0.223965,-1.85676 -0.671875,-2.46093 -0.447923,-0.60937 -1.054693,-0.91406 -1.820312,-0.91407 m 0,-1.21875 c 1.249994,10e-6 2.231764,0.40626 2.945312,1.21875 0.713533,0.81251 1.070304,1.93751 1.070313,3.375 -9e-6,1.4323 -0.35678,2.5573 -1.070313,3.375 -0.713548,0.8125 -1.695318,1.21875 -2.945312,1.21875 -1.255212,0 -2.239586,-0.40625 -2.953125,-1.21875 -0.708335,-0.8177 -1.062501,-1.9427 -1.0625,-3.375 -1e-6,-1.43749 0.354165,-2.56249 1.0625,-3.375 0.713539,-0.81249 1.697913,-1.21874 2.953125,-1.21875"
style=""
id="path4833" />
<path
d="m 58.547991,953.86499 1.4375,0 0,8.75 -1.4375,0 0,-8.75 m 0,-3.40625 1.4375,0 0,1.82031 -1.4375,0 0,-1.82031"
style=""
id="path4835" />
<path
d="m 70.258928,957.33374 0,5.28125 -1.4375,0 0,-5.23437 c -7e-6,-0.82812 -0.161465,-1.44791 -0.484375,-1.85938 -0.322923,-0.41145 -0.807297,-0.61718 -1.453125,-0.61719 -0.776046,10e-6 -1.388025,0.24741 -1.835937,0.74219 -0.44792,0.4948 -0.671878,1.16928 -0.671875,2.02344 l 0,4.94531 -1.445313,0 0,-8.75 1.445313,0 0,1.35938 c 0.343747,-0.52604 0.747392,-0.91927 1.210937,-1.17969 0.468746,-0.26041 1.007808,-0.39062 1.617188,-0.39063 1.005201,10e-6 1.765617,0.31251 2.28125,0.9375 0.515616,0.6198 0.773429,1.53386 0.773437,2.74219"
style=""
id="path4837" />
<path
d="m 79.657366,951.38062 0,2.48437 2.960937,0 0,1.11719 -2.960937,0 0,4.75 c -3e-6,0.71354 0.09635,1.17187 0.289062,1.375 0.197914,0.20312 0.596351,0.30469 1.195313,0.30469 l 1.476562,0 0,1.20312 -1.476562,0 c -1.109379,0 -1.875003,-0.20573 -2.296875,-0.61719 -0.421877,-0.41666 -0.632814,-1.17187 -0.632813,-2.26562 l 0,-4.75 -1.054687,0 0,-1.11719 1.054687,0 0,-2.48437 1.445313,0"
style=""
id="path4839" />
<path
d="m 89.587053,955.20874 c -0.161464,-0.0937 -0.338548,-0.16145 -0.53125,-0.20312 -0.187506,-0.0469 -0.395839,-0.0703 -0.625,-0.0703 -0.812504,10e-6 -1.437504,0.26564 -1.875,0.79688 -0.432294,0.52605 -0.64844,1.28386 -0.648437,2.27344 l 0,4.60937 -1.445313,0 0,-8.75 1.445313,0 0,1.35938 c 0.30208,-0.53125 0.695309,-0.92448 1.179687,-1.17969 0.484371,-0.26041 1.072912,-0.39062 1.765625,-0.39063 0.09895,10e-6 0.208328,0.008 0.328125,0.0234 0.119786,0.0104 0.252598,0.0286 0.398438,0.0547 l 0.0078,1.47656"
style=""
id="path4841" />
<path
d="m 95.087053,958.21655 c -1.161462,10e-6 -1.966149,0.13282 -2.414062,0.39844 -0.447919,0.26563 -0.671878,0.71875 -0.671875,1.35938 -3e-6,0.51041 0.166664,0.91666 0.5,1.21875 0.338538,0.29687 0.796871,0.44531 1.375,0.44531 0.79687,0 1.43489,-0.28125 1.914062,-0.84375 0.484369,-0.56771 0.726556,-1.32031 0.726563,-2.25781 l 0,-0.32032 -1.429688,0 m 2.867188,-0.59375 0,4.99219 -1.4375,0 0,-1.32812 c -0.328132,0.53125 -0.736986,0.92447 -1.226563,1.17968 -0.489588,0.25 -1.088546,0.375 -1.796875,0.375 -0.895836,0 -1.609377,-0.25 -2.140625,-0.75 -0.526043,-0.5052 -0.789063,-1.17968 -0.789062,-2.02343 -10e-7,-0.98438 0.328124,-1.72656 0.984375,-2.22657 0.661456,-0.49999 1.64583,-0.74999 2.953125,-0.75 l 2.015625,0 0,-0.14062 c -7e-6,-0.66145 -0.218757,-1.17187 -0.65625,-1.53125 -0.432298,-0.36458 -1.041672,-0.54687 -1.828125,-0.54688 -0.500004,10e-6 -0.986983,0.0599 -1.460938,0.17969 -0.473961,0.1198 -0.929689,0.29949 -1.367187,0.53906 l 0,-1.32812 c 0.526039,-0.20312 1.036455,-0.35416 1.53125,-0.45313 0.494788,-0.10416 0.976558,-0.15624 1.445312,-0.15625 1.265619,10e-6 2.210931,0.32814 2.835938,0.98438 0.624992,0.65626 0.937491,1.65105 0.9375,2.98437"
style=""
id="path4843" />
<path
d="m 108.22768,957.33374 0,5.28125 -1.4375,0 0,-5.23437 c -1e-5,-0.82812 -0.16147,-1.44791 -0.48438,-1.85938 -0.32292,-0.41145 -0.80729,-0.61718 -1.45312,-0.61719 -0.77605,10e-6 -1.38803,0.24741 -1.83594,0.74219 -0.44792,0.4948 -0.67188,1.16928 -0.67187,2.02344 l 0,4.94531 -1.44532,0 0,-8.75 1.44532,0 0,1.35938 c 0.34374,-0.52604 0.74739,-0.91927 1.21093,-1.17969 0.46875,-0.26041 1.00781,-0.39062 1.61719,-0.39063 1.0052,10e-6 1.76562,0.31251 2.28125,0.9375 0.51562,0.6198 0.77343,1.53386 0.77344,2.74219"
style=""
id="path4845" />
<path
d="m 116.68862,954.1228 0,1.35938 c -0.40626,-0.20833 -0.82814,-0.36458 -1.26563,-0.46875 -0.4375,-0.10416 -0.89063,-0.15624 -1.35937,-0.15625 -0.71355,10e-6 -1.25001,0.10938 -1.60938,0.32812 -0.35417,0.21876 -0.53125,0.54688 -0.53125,0.98438 0,0.33334 0.1276,0.59636 0.38281,0.78906 0.25521,0.18751 0.76823,0.36719 1.53907,0.53906 l 0.49218,0.10938 c 1.02083,0.21875 1.74479,0.52865 2.17188,0.92969 0.43228,0.39583 0.64843,0.95052 0.64844,1.66406 -1e-5,0.8125 -0.32293,1.45573 -0.96875,1.92969 -0.64064,0.47395 -1.52345,0.71093 -2.64844,0.71093 -0.46876,0 -0.95834,-0.0469 -1.46875,-0.14062 -0.50521,-0.0885 -1.03907,-0.22396 -1.60156,-0.40625 l 0,-1.48438 c 0.53124,0.27605 1.05468,0.48438 1.57031,0.625 0.51562,0.13542 1.02604,0.20313 1.53125,0.20313 0.67708,0 1.19791,-0.11458 1.5625,-0.34375 0.36458,-0.23438 0.54687,-0.5625 0.54687,-0.98438 0,-0.39062 -0.13282,-0.6901 -0.39843,-0.89843 -0.26043,-0.20833 -0.83595,-0.40886 -1.72657,-0.60157 l -0.5,-0.11718 c -0.89062,-0.1875 -1.53385,-0.47396 -1.92968,-0.85938 -0.39584,-0.39062 -0.59376,-0.92447 -0.59375,-1.60156 -1e-5,-0.82291 0.29166,-1.45833 0.875,-1.90625 0.58333,-0.44791 1.41145,-0.67187 2.48437,-0.67188 0.53125,10e-6 1.03125,0.0391 1.5,0.11719 0.46874,0.0781 0.90104,0.19532 1.29688,0.35156"
style=""
id="path4847" />
<path
d="m 123.4308,958.21655 c -1.16146,10e-6 -1.96615,0.13282 -2.41406,0.39844 -0.44792,0.26563 -0.67188,0.71875 -0.67187,1.35938 -1e-5,0.51041 0.16666,0.91666 0.5,1.21875 0.33853,0.29687 0.79687,0.44531 1.375,0.44531 0.79687,0 1.43489,-0.28125 1.91406,-0.84375 0.48437,-0.56771 0.72655,-1.32031 0.72656,-2.25781 l 0,-0.32032 -1.42969,0 m 2.86719,-0.59375 0,4.99219 -1.4375,0 0,-1.32812 c -0.32813,0.53125 -0.73698,0.92447 -1.22656,1.17968 -0.48959,0.25 -1.08855,0.375 -1.79688,0.375 -0.89583,0 -1.60937,-0.25 -2.14062,-0.75 -0.52604,-0.5052 -0.78907,-1.17968 -0.78906,-2.02343 -1e-5,-0.98438 0.32812,-1.72656 0.98437,-2.22657 0.66146,-0.49999 1.64583,-0.74999 2.95313,-0.75 l 2.01562,0 0,-0.14062 c -1e-5,-0.66145 -0.21876,-1.17187 -0.65625,-1.53125 -0.4323,-0.36458 -1.04167,-0.54687 -1.82812,-0.54688 -0.50001,10e-6 -0.98699,0.0599 -1.46094,0.17969 -0.47396,0.1198 -0.92969,0.29949 -1.36719,0.53906 l 0,-1.32812 c 0.52604,-0.20312 1.03646,-0.35416 1.53125,-0.45313 0.49479,-0.10416 0.97656,-0.15624 1.44531,-0.15625 1.26562,10e-6 2.21093,0.32814 2.83594,0.98438 0.62499,0.65626 0.93749,1.65105 0.9375,2.98437"
style=""
id="path4849" />
<path
d="m 135.59487,954.20093 0,1.34375 c -0.40626,-0.22395 -0.81512,-0.39062 -1.22657,-0.5 -0.40625,-0.11458 -0.81771,-0.17187 -1.23437,-0.17188 -0.9323,10e-6 -1.65626,0.29689 -2.17188,0.89063 -0.51562,0.58855 -0.77344,1.41667 -0.77343,2.48437 -10e-6,1.06771 0.25781,1.89844 0.77343,2.49219 0.51562,0.58854 1.23958,0.88281 2.17188,0.88281 0.41666,0 0.82812,-0.0547 1.23437,-0.16406 0.41145,-0.11458 0.82031,-0.28385 1.22657,-0.50781 l 0,1.32812 c -0.40105,0.1875 -0.81772,0.32813 -1.25,0.42188 -0.42709,0.0937 -0.88282,0.14062 -1.36719,0.14062 -1.31771,0 -2.36459,-0.41406 -3.14063,-1.24218 -0.77604,-0.82813 -1.16406,-1.94531 -1.16406,-3.35157 0,-1.42707 0.39062,-2.54947 1.17188,-3.36718 0.78645,-0.8177 1.86197,-1.22656 3.22656,-1.22657 0.4427,10e-6 0.87499,0.0469 1.29687,0.14063 0.42187,0.0886 0.83073,0.22396 1.22657,0.40625"
style=""
id="path4851" />
<path
d="m 139.50112,951.38062 0,2.48437 2.96093,0 0,1.11719 -2.96093,0 0,4.75 c -10e-6,0.71354 0.0964,1.17187 0.28906,1.375 0.19791,0.20312 0.59635,0.30469 1.19531,0.30469 l 1.47656,0 0,1.20312 -1.47656,0 c -1.10938,0 -1.875,-0.20573 -2.29687,-0.61719 -0.42188,-0.41666 -0.63282,-1.17187 -0.63282,-2.26562 l 0,-4.75 -1.05468,0 0,-1.11719 1.05468,0 0,-2.48437 1.44532,0"
style=""
id="path4853" />
<path
d="m 144.36049,953.86499 1.4375,0 0,8.75 -1.4375,0 0,-8.75 m 0,-3.40625 1.4375,0 0,1.82031 -1.4375,0 0,-1.82031"
style=""
id="path4855" />
<path
d="m 152.18862,954.8728 c -0.77084,10e-6 -1.38022,0.30209 -1.82813,0.90625 -0.44792,0.59897 -0.67188,1.42188 -0.67187,2.46875 -10e-6,1.04688 0.22135,1.8724 0.66406,2.47657 0.44791,0.59895 1.05989,0.89843 1.83594,0.89843 0.76562,0 1.37239,-0.30208 1.82031,-0.90625 0.44791,-0.60416 0.67187,-1.42708 0.67187,-2.46875 0,-1.03645 -0.22396,-1.85676 -0.67187,-2.46093 -0.44792,-0.60937 -1.05469,-0.91406 -1.82031,-0.91407 m 0,-1.21875 c 1.24999,10e-6 2.23176,0.40626 2.94531,1.21875 0.71353,0.81251 1.0703,1.93751 1.07031,3.375 -1e-5,1.4323 -0.35678,2.5573 -1.07031,3.375 -0.71355,0.8125 -1.69532,1.21875 -2.94531,1.21875 -1.25522,0 -2.23959,-0.40625 -2.95313,-1.21875 -0.70833,-0.8177 -1.0625,-1.9427 -1.0625,-3.375 0,-1.43749 0.35417,-2.56249 1.0625,-3.375 0.71354,-0.81249 1.69791,-1.21874 2.95313,-1.21875"
style=""
id="path4857" />
<path
d="m 165.85268,957.33374 0,5.28125 -1.4375,0 0,-5.23437 c -1e-5,-0.82812 -0.16147,-1.44791 -0.48438,-1.85938 -0.32292,-0.41145 -0.80729,-0.61718 -1.45312,-0.61719 -0.77605,10e-6 -1.38803,0.24741 -1.83594,0.74219 -0.44792,0.4948 -0.67188,1.16928 -0.67187,2.02344 l 0,4.94531 -1.44532,0 0,-8.75 1.44532,0 0,1.35938 c 0.34374,-0.52604 0.74739,-0.91927 1.21093,-1.17969 0.46875,-0.26041 1.00781,-0.39062 1.61719,-0.39063 1.0052,10e-6 1.76562,0.31251 2.28125,0.9375 0.51562,0.6198 0.77343,1.53386 0.77344,2.74219"
style=""
id="path4859" />
</g>
</g>
<g
transform="translate(-8.164629,61.950345)"
id="g4701">
<g
id="g4682">
<path
style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:2, 2;stroke-dashoffset:0;stroke-opacity:1;marker-start:none;marker-end:url(#Arrow2Lend)"
d="m 327.12816,940.96884 168.14319,0"
id="path2999-3" />
<g
style="font-size:16px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
id="text4581-7">
<path
d="m 371.51617,931.14398 2.57813,0 0,-8.89844 -2.80469,0.5625 0,-1.4375 2.78906,-0.5625 1.57813,0 0,10.33594 2.57812,0 0,1.32813 -6.71875,0 0,-1.32813"
style=""
id="path4863" />
<path
d="m 384.80524,921.84711 c -0.81251,10e-6 -1.42449,0.40105 -1.83594,1.20312 -0.40625,0.79689 -0.60938,1.99741 -0.60938,3.60156 0,1.59897 0.20313,2.79949 0.60938,3.60157 0.41145,0.79687 1.02343,1.19531 1.83594,1.19531 0.8177,0 1.42968,-0.39844 1.83593,-1.19531 0.41146,-0.80208 0.61718,-2.0026 0.61719,-3.60157 -10e-6,-1.60415 -0.20573,-2.80467 -0.61719,-3.60156 -0.40625,-0.80207 -1.01823,-1.20311 -1.83593,-1.20312 m 0,-1.25 c 1.30728,10e-6 2.30468,0.51824 2.99218,1.55468 0.6927,1.03126 1.03906,2.53126 1.03907,4.5 -1e-5,1.96355 -0.34637,3.46355 -1.03907,4.5 -0.6875,1.03125 -1.6849,1.54688 -2.99218,1.54688 -1.3073,0 -2.3073,-0.51563 -3,-1.54688 -0.6875,-1.03645 -1.03125,-2.53645 -1.03125,-4.5 0,-1.96874 0.34375,-3.46874 1.03125,-4.5 0.6927,-1.03644 1.6927,-1.55467 3,-1.55468"
style=""
id="path4865" />
<path
d="m 394.99274,921.84711 c -0.81251,10e-6 -1.42449,0.40105 -1.83594,1.20312 -0.40625,0.79689 -0.60938,1.99741 -0.60938,3.60156 0,1.59897 0.20313,2.79949 0.60938,3.60157 0.41145,0.79687 1.02343,1.19531 1.83594,1.19531 0.8177,0 1.42968,-0.39844 1.83593,-1.19531 0.41146,-0.80208 0.61718,-2.0026 0.61719,-3.60157 -10e-6,-1.60415 -0.20573,-2.80467 -0.61719,-3.60156 -0.40625,-0.80207 -1.01823,-1.20311 -1.83593,-1.20312 m 0,-1.25 c 1.30728,10e-6 2.30468,0.51824 2.99218,1.55468 0.6927,1.03126 1.03906,2.53126 1.03907,4.5 -1e-5,1.96355 -0.34637,3.46355 -1.03907,4.5 -0.6875,1.03125 -1.6849,1.54688 -2.99218,1.54688 -1.3073,0 -2.3073,-0.51563 -3,-1.54688 -0.6875,-1.03645 -1.03125,-2.53645 -1.03125,-4.5 0,-1.96874 0.34375,-3.46874 1.03125,-4.5 0.6927,-1.03644 1.6927,-1.55467 3,-1.55468"
style=""
id="path4867" />
<path
d="m 408.33649,926.90179 0,4.27344 2.53125,0 c 0.84895,0 1.47655,-0.17448 1.88281,-0.52344 0.41145,-0.35416 0.61718,-0.89322 0.61719,-1.61718 -1e-5,-0.72917 -0.20574,-1.26562 -0.61719,-1.60938 -0.40626,-0.34895 -1.03386,-0.52343 -1.88281,-0.52344 l -2.53125,0 m 0,-4.79687 0,3.51562 2.33593,0 c 0.77083,10e-6 1.34375,-0.14322 1.71875,-0.42968 0.38021,-0.29166 0.57031,-0.73437 0.57032,-1.32813 -1e-5,-0.58853 -0.19011,-1.02863 -0.57032,-1.32031 -0.375,-0.29166 -0.94792,-0.43749 -1.71875,-0.4375 l -2.33593,0 m -1.57813,-1.29688 4.03125,0 c 1.20312,2e-5 2.1302,0.25002 2.78125,0.75 0.65103,0.50001 0.97655,1.21095 0.97656,2.13282 -10e-6,0.71355 -0.16667,1.28125 -0.5,1.70312 -0.33334,0.42188 -0.82292,0.6849 -1.46875,0.78906 0.77604,0.16668 1.3776,0.51564 1.80469,1.04688 0.43228,0.52605 0.64843,1.1849 0.64844,1.97656 -10e-6,1.04167 -0.35418,1.84636 -1.0625,2.41406 -0.70834,0.56771 -1.71615,0.85157 -3.02344,0.85157 l -4.1875,0 0,-11.66407"
style=""
id="path4869" />
<path
d="m 416.10992,920.80804 9.86719,0 0,1.32813 -4.14062,0 0,10.33594 -1.58594,0 0,-10.33594 -4.14063,0 0,-1.32813"
style=""
id="path4871" />
<path
d="m 435.33649,921.70648 0,1.66406 c -0.53126,-0.49478 -1.09897,-0.86457 -1.70313,-1.10937 -0.59896,-0.24478 -1.23698,-0.36718 -1.91406,-0.36719 -1.33334,10e-6 -2.35417,0.40887 -3.0625,1.22656 -0.70834,0.81251 -1.0625,1.9896 -1.0625,3.53125 0,1.53647 0.35416,2.71355 1.0625,3.53125 0.70833,0.81251 1.72916,1.21876 3.0625,1.21875 0.67708,10e-6 1.3151,-0.12239 1.91406,-0.36718 0.60416,-0.24479 1.17187,-0.61458 1.70313,-1.10938 l 0,1.64844 c -0.5521,0.375 -1.13803,0.65625 -1.75782,0.84375 -0.61459,0.1875 -1.26563,0.28125 -1.95312,0.28125 -1.76563,0 -3.15625,-0.53906 -4.17188,-1.61719 -1.01562,-1.08333 -1.52343,-2.55989 -1.52343,-4.42969 0,-1.87499 0.50781,-3.35155 1.52343,-4.42968 1.01563,-1.08333 2.40625,-1.62499 4.17188,-1.625 0.69791,10e-6 1.35416,0.0938 1.96875,0.28125 0.61978,0.1823 1.20051,0.45834 1.74219,0.82812"
style=""
id="path4873" />
</g>
<g
style="font-size:16px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
id="text4581-79-4">
<path
d="m 337.11774,946.53125 0,9.07031 1.90625,0 c 1.60937,0 2.78645,-0.36458 3.53125,-1.09375 0.74999,-0.72916 1.12499,-1.8802 1.125,-3.45312 -1e-5,-1.5625 -0.37501,-2.70572 -1.125,-3.42969 -0.7448,-0.72916 -1.92188,-1.09374 -3.53125,-1.09375 l -1.90625,0 m -1.57813,-1.29688 3.24219,0 c 2.26041,2e-5 3.91926,0.47137 4.97656,1.41407 1.05728,0.93751 1.58593,2.40626 1.58594,4.40625 -10e-6,2.01042 -0.53126,3.48698 -1.59375,4.42968 -1.06251,0.94271 -2.71876,1.41407 -4.96875,1.41407 l -3.24219,0 0,-11.66407"
style=""
id="path4876" />
<path
d="m 351.76617,952.5 c -1.16146,0 -1.96615,0.13282 -2.41406,0.39844 -0.44792,0.26563 -0.67188,0.71875 -0.67187,1.35937 -1e-5,0.51042 0.16666,0.91667 0.5,1.21875 0.33854,0.29688 0.79687,0.44532 1.375,0.44531 0.79687,10e-6 1.43489,-0.28124 1.91406,-0.84375 0.48437,-0.5677 0.72655,-1.3203 0.72656,-2.25781 l 0,-0.32031 -1.42969,0 m 2.86719,-0.59375 0,4.99219 -1.4375,0 0,-1.32813 c -0.32813,0.53125 -0.73698,0.92448 -1.22656,1.17969 -0.48959,0.25 -1.08855,0.375 -1.79688,0.375 -0.89583,0 -1.60937,-0.25 -2.14062,-0.75 -0.52604,-0.50521 -0.78906,-1.17969 -0.78906,-2.02344 0,-0.98437 0.32812,-1.72656 0.98437,-2.22656 0.66146,-0.49999 1.64583,-0.74999 2.95313,-0.75 l 2.01562,0 0,-0.14063 c -10e-6,-0.66145 -0.21875,-1.17186 -0.65625,-1.53125 -0.4323,-0.36457 -1.04167,-0.54686 -1.82812,-0.54687 -0.50001,10e-6 -0.98699,0.0599 -1.46094,0.17969 -0.47396,0.1198 -0.92969,0.29948 -1.36719,0.53906 l 0,-1.32813 c 0.52604,-0.20311 1.03646,-0.35415 1.53125,-0.45312 0.49479,-0.10416 0.97656,-0.15624 1.44531,-0.15625 1.26562,10e-6 2.21094,0.32813 2.83594,0.98437 0.62499,0.65626 0.93749,1.65105 0.9375,2.98438"
style=""
id="path4878" />
<path
d="m 359.05524,945.66406 0,2.48438 2.96093,0 0,1.11718 -2.96093,0 0,4.75 c -1e-5,0.71355 0.0963,1.17188 0.28906,1.375 0.19791,0.20313 0.59635,0.30469 1.19531,0.30469 l 1.47656,0 0,1.20313 -1.47656,0 c -1.10938,0 -1.875,-0.20573 -2.29687,-0.61719 -0.42188,-0.41667 -0.63282,-1.17187 -0.63282,-2.26563 l 0,-4.75 -1.05468,0 0,-1.11718 1.05468,0 0,-2.48438 1.44532,0"
style=""
id="path4880" />
<path
d="m 367.89117,952.5 c -1.16146,0 -1.96615,0.13282 -2.41406,0.39844 -0.44792,0.26563 -0.67188,0.71875 -0.67187,1.35937 -1e-5,0.51042 0.16666,0.91667 0.5,1.21875 0.33854,0.29688 0.79687,0.44532 1.375,0.44531 0.79687,10e-6 1.43489,-0.28124 1.91406,-0.84375 0.48437,-0.5677 0.72655,-1.3203 0.72656,-2.25781 l 0,-0.32031 -1.42969,0 m 2.86719,-0.59375 0,4.99219 -1.4375,0 0,-1.32813 c -0.32813,0.53125 -0.73698,0.92448 -1.22656,1.17969 -0.48959,0.25 -1.08855,0.375 -1.79688,0.375 -0.89583,0 -1.60937,-0.25 -2.14062,-0.75 -0.52604,-0.50521 -0.78906,-1.17969 -0.78906,-2.02344 0,-0.98437 0.32812,-1.72656 0.98437,-2.22656 0.66146,-0.49999 1.64583,-0.74999 2.95313,-0.75 l 2.01562,0 0,-0.14063 c -10e-6,-0.66145 -0.21875,-1.17186 -0.65625,-1.53125 -0.4323,-0.36457 -1.04167,-0.54686 -1.82812,-0.54687 -0.50001,10e-6 -0.98699,0.0599 -1.46094,0.17969 -0.47396,0.1198 -0.92969,0.29948 -1.36719,0.53906 l 0,-1.32813 c 0.52604,-0.20311 1.03646,-0.35415 1.53125,-0.45312 0.49479,-0.10416 0.97656,-0.15624 1.44531,-0.15625 1.26562,10e-6 2.21094,0.32813 2.83594,0.98437 0.62499,0.65626 0.93749,1.65105 0.9375,2.98438"
style=""
id="path4882" />
<path
d="m 380.03961,952.53125 c -10e-6,-1.05729 -0.21876,-1.88541 -0.65625,-2.48438 -0.4323,-0.60415 -1.02865,-0.90624 -1.78906,-0.90625 -0.76042,10e-6 -1.35938,0.3021 -1.79688,0.90625 -0.43229,0.59897 -0.64844,1.42709 -0.64843,2.48438 -1e-5,1.05729 0.21614,1.88802 0.64843,2.49219 0.4375,0.59896 1.03646,0.89844 1.79688,0.89843 0.76041,10e-6 1.35676,-0.29947 1.78906,-0.89843 0.43749,-0.60417 0.65624,-1.4349 0.65625,-2.49219 m -4.89062,-3.05469 c 0.30208,-0.52082 0.68228,-0.90624 1.14062,-1.15625 0.46354,-0.2552 1.01562,-0.3828 1.65625,-0.38281 1.0625,10e-6 1.92447,0.42188 2.58594,1.26562 0.66666,0.84376 0.99999,1.95314 1,3.32813 -10e-6,1.375 -0.33334,2.48438 -1,3.32812 -0.66147,0.84376 -1.52344,1.26563 -2.58594,1.26563 -0.64063,0 -1.19271,-0.125 -1.65625,-0.375 -0.45834,-0.25521 -0.83854,-0.64323 -1.14062,-1.16406 l 0,1.3125 -1.44532,0 0,-12.15625 1.44532,0 0,4.73437"
style=""
id="path4884" />
<path
d="m 387.89117,952.5 c -1.16146,0 -1.96615,0.13282 -2.41406,0.39844 -0.44792,0.26563 -0.67188,0.71875 -0.67187,1.35937 -1e-5,0.51042 0.16666,0.91667 0.5,1.21875 0.33854,0.29688 0.79687,0.44532 1.375,0.44531 0.79687,10e-6 1.43489,-0.28124 1.91406,-0.84375 0.48437,-0.5677 0.72655,-1.3203 0.72656,-2.25781 l 0,-0.32031 -1.42969,0 m 2.86719,-0.59375 0,4.99219 -1.4375,0 0,-1.32813 c -0.32813,0.53125 -0.73698,0.92448 -1.22656,1.17969 -0.48959,0.25 -1.08855,0.375 -1.79688,0.375 -0.89583,0 -1.60937,-0.25 -2.14062,-0.75 -0.52604,-0.50521 -0.78906,-1.17969 -0.78906,-2.02344 0,-0.98437 0.32812,-1.72656 0.98437,-2.22656 0.66146,-0.49999 1.64583,-0.74999 2.95313,-0.75 l 2.01562,0 0,-0.14063 c -10e-6,-0.66145 -0.21875,-1.17186 -0.65625,-1.53125 -0.4323,-0.36457 -1.04167,-0.54686 -1.82812,-0.54687 -0.50001,10e-6 -0.98699,0.0599 -1.46094,0.17969 -0.47396,0.1198 -0.92969,0.29948 -1.36719,0.53906 l 0,-1.32813 c 0.52604,-0.20311 1.03646,-0.35415 1.53125,-0.45312 0.49479,-0.10416 0.97656,-0.15624 1.44531,-0.15625 1.26562,10e-6 2.21094,0.32813 2.83594,0.98437 0.62499,0.65626 0.93749,1.65105 0.9375,2.98438"
style=""
id="path4886" />
<path
d="m 399.33649,948.40625 0,1.35937 c -0.40626,-0.20832 -0.82813,-0.36457 -1.26563,-0.46875 -0.4375,-0.10415 -0.89063,-0.15624 -1.35937,-0.15625 -0.71355,10e-6 -1.25001,0.10939 -1.60938,0.32813 -0.35417,0.21876 -0.53125,0.54688 -0.53125,0.98437 0,0.33334 0.1276,0.59637 0.38281,0.78907 0.25521,0.1875 0.76823,0.36719 1.53907,0.53906 l 0.49218,0.10937 c 1.02083,0.21876 1.74479,0.52866 2.17188,0.92969 0.43228,0.39584 0.64843,0.95053 0.64844,1.66406 -1e-5,0.81251 -0.32293,1.45574 -0.96875,1.92969 -0.64063,0.47396 -1.52345,0.71094 -2.64844,0.71094 -0.46875,0 -0.95834,-0.0469 -1.46875,-0.14063 -0.50521,-0.0885 -1.03906,-0.22395 -1.60156,-0.40625 l 0,-1.48437 c 0.53125,0.27604 1.05468,0.48438 1.57031,0.625 0.51562,0.13542 1.02604,0.20313 1.53125,0.20312 0.67708,10e-6 1.19791,-0.11458 1.5625,-0.34375 0.36458,-0.23437 0.54687,-0.56249 0.54687,-0.98437 0,-0.39062 -0.13281,-0.6901 -0.39843,-0.89844 -0.26043,-0.20833 -0.83595,-0.40885 -1.72657,-0.60156 l -0.5,-0.11719 c -0.89062,-0.18749 -1.53385,-0.47395 -1.92968,-0.85937 -0.39584,-0.39062 -0.59375,-0.92448 -0.59375,-1.60157 0,-0.8229 0.29166,-1.45832 0.875,-1.90625 0.58333,-0.4479 1.41145,-0.67186 2.48437,-0.67187 0.53125,10e-6 1.03125,0.0391 1.5,0.11719 0.46875,0.0781 0.90104,0.19532 1.29688,0.35156"
style=""
id="path4888" />
<path
d="m 409.58649,952.16406 0,0.70313 -6.60938,0 c 0.0625,0.98958 0.35937,1.74479 0.89063,2.26562 0.53645,0.51563 1.28124,0.77344 2.23437,0.77344 0.55208,0 1.08593,-0.0677 1.60156,-0.20313 0.52083,-0.13541 1.03645,-0.33854 1.54688,-0.60937 l 0,1.35937 c -0.51563,0.21876 -1.04428,0.38542 -1.58594,0.5 -0.54167,0.11459 -1.09115,0.17188 -1.64844,0.17188 -1.39583,0 -2.5026,-0.40625 -3.32031,-1.21875 -0.8125,-0.8125 -1.21875,-1.91146 -1.21875,-3.29688 0,-1.43228 0.38542,-2.5677 1.15625,-3.40625 0.77604,-0.84374 1.82031,-1.26561 3.13281,-1.26562 1.17708,10e-6 2.10677,0.38022 2.78907,1.14062 0.68749,0.75522 1.03124,1.78387 1.03125,3.08594 m -1.4375,-0.42187 c -0.0104,-0.78645 -0.23178,-1.41406 -0.66407,-1.88282 -0.42709,-0.46874 -0.99479,-0.70311 -1.70312,-0.70312 -0.80209,10e-6 -1.44532,0.22657 -1.92969,0.67969 -0.47917,0.45313 -0.75521,1.09115 -0.82812,1.91406 l 5.125,-0.008"
style=""
id="path4890" />
<path
d="m 416.85992,953.44531 0,-5.29687 1.4375,0 0,5.24218 c 0,0.82813 0.16146,1.45053 0.48438,1.86719 0.32291,0.41146 0.80729,0.61719 1.45312,0.61719 0.77604,0 1.38802,-0.24739 1.83594,-0.74219 0.45312,-0.49479 0.67968,-1.16927 0.67969,-2.02344 l 0,-4.96093 1.4375,0 0,8.75 -1.4375,0 0,-1.34375 c -0.34897,0.53125 -0.75522,0.92708 -1.21875,1.1875 -0.45834,0.25521 -0.99219,0.38281 -1.60156,0.38281 -1.00521,0 -1.76824,-0.3125 -2.28907,-0.9375 -0.52083,-0.625 -0.78125,-1.53906 -0.78125,-2.74219 m 3.61719,-5.50781 0,0"
style=""
id="path4892" />
<path
d="m 428.55524,955.58594 0,4.64062 -1.44532,0 0,-12.07812 1.44532,0 0,1.32812 c 0.30208,-0.52082 0.68228,-0.90624 1.14062,-1.15625 0.46354,-0.2552 1.01562,-0.3828 1.65625,-0.38281 1.0625,10e-6 1.92447,0.42188 2.58594,1.26562 0.66666,0.84376 0.99999,1.95314 1,3.32813 -10e-6,1.375 -0.33334,2.48438 -1,3.32812 -0.66147,0.84376 -1.52344,1.26563 -2.58594,1.26563 -0.64063,0 -1.19271,-0.125 -1.65625,-0.375 -0.45834,-0.25521 -0.83854,-0.64323 -1.14062,-1.16406 m 4.89062,-3.05469 c -10e-6,-1.05729 -0.21876,-1.88541 -0.65625,-2.48438 -0.4323,-0.60415 -1.02865,-0.90624 -1.78906,-0.90625 -0.76042,10e-6 -1.35938,0.3021 -1.79688,0.90625 -0.43229,0.59897 -0.64844,1.42709 -0.64843,2.48438 -1e-5,1.05729 0.21614,1.88802 0.64843,2.49219 0.4375,0.59896 1.03646,0.89844 1.79688,0.89843 0.76041,10e-6 1.35676,-0.29947 1.78906,-0.89843 0.43749,-0.60417 0.65624,-1.4349 0.65625,-2.49219"
style=""
id="path4894" />
<path
d="m 443.07867,949.47656 0,-4.73437 1.4375,0 0,12.15625 -1.4375,0 0,-1.3125 c -0.30209,0.52083 -0.6849,0.90885 -1.14843,1.16406 -0.45834,0.25 -1.01042,0.375 -1.65625,0.375 -1.0573,0 -1.91928,-0.42187 -2.58594,-1.26563 -0.66146,-0.84374 -0.99219,-1.95312 -0.99219,-3.32812 0,-1.37499 0.33073,-2.48437 0.99219,-3.32813 0.66666,-0.84374 1.52864,-1.26561 2.58594,-1.26562 0.64583,10e-6 1.19791,0.12761 1.65625,0.38281 0.46353,0.25001 0.84634,0.63543 1.14843,1.15625 m -4.89843,3.05469 c -1e-5,1.05729 0.21614,1.88802 0.64843,2.49219 0.4375,0.59896 1.03646,0.89844 1.79688,0.89843 0.76041,10e-6 1.35937,-0.29947 1.79687,-0.89843 0.4375,-0.60417 0.65625,-1.4349 0.65625,-2.49219 0,-1.05729 -0.21875,-1.88541 -0.65625,-2.48438 -0.4375,-0.60415 -1.03646,-0.90624 -1.79687,-0.90625 -0.76042,10e-6 -1.35938,0.3021 -1.79688,0.90625 -0.43229,0.59897 -0.64844,1.42709 -0.64843,2.48438"
style=""
id="path4896" />
<path
d="m 451.45367,952.5 c -1.16146,0 -1.96615,0.13282 -2.41406,0.39844 -0.44792,0.26563 -0.67188,0.71875 -0.67187,1.35937 -1e-5,0.51042 0.16666,0.91667 0.5,1.21875 0.33854,0.29688 0.79687,0.44532 1.375,0.44531 0.79687,10e-6 1.43489,-0.28124 1.91406,-0.84375 0.48437,-0.5677 0.72655,-1.3203 0.72656,-2.25781 l 0,-0.32031 -1.42969,0 m 2.86719,-0.59375 0,4.99219 -1.4375,0 0,-1.32813 c -0.32813,0.53125 -0.73698,0.92448 -1.22656,1.17969 -0.48959,0.25 -1.08855,0.375 -1.79688,0.375 -0.89583,0 -1.60937,-0.25 -2.14062,-0.75 -0.52604,-0.50521 -0.78906,-1.17969 -0.78906,-2.02344 0,-0.98437 0.32812,-1.72656 0.98437,-2.22656 0.66146,-0.49999 1.64583,-0.74999 2.95313,-0.75 l 2.01562,0 0,-0.14063 c -10e-6,-0.66145 -0.21875,-1.17186 -0.65625,-1.53125 -0.4323,-0.36457 -1.04167,-0.54686 -1.82812,-0.54687 -0.50001,10e-6 -0.98699,0.0599 -1.46094,0.17969 -0.47396,0.1198 -0.92969,0.29948 -1.36719,0.53906 l 0,-1.32813 c 0.52604,-0.20311 1.03646,-0.35415 1.53125,-0.45312 0.49479,-0.10416 0.97656,-0.15624 1.44531,-0.15625 1.26562,10e-6 2.21094,0.32813 2.83594,0.98437 0.62499,0.65626 0.93749,1.65105 0.9375,2.98438"
style=""
id="path4898" />
<path
d="m 458.74274,945.66406 0,2.48438 2.96093,0 0,1.11718 -2.96093,0 0,4.75 c -1e-5,0.71355 0.0963,1.17188 0.28906,1.375 0.19791,0.20313 0.59635,0.30469 1.19531,0.30469 l 1.47656,0 0,1.20313 -1.47656,0 c -1.10938,0 -1.875,-0.20573 -2.29687,-0.61719 -0.42188,-0.41667 -0.63282,-1.17187 -0.63282,-2.26563 l 0,-4.75 -1.05468,0 0,-1.11718 1.05468,0 0,-2.48438 1.44532,0"
style=""
id="path4900" />
<path
d="m 471.08649,952.16406 0,0.70313 -6.60938,0 c 0.0625,0.98958 0.35937,1.74479 0.89063,2.26562 0.53645,0.51563 1.28124,0.77344 2.23437,0.77344 0.55208,0 1.08593,-0.0677 1.60156,-0.20313 0.52083,-0.13541 1.03645,-0.33854 1.54688,-0.60937 l 0,1.35937 c -0.51563,0.21876 -1.04428,0.38542 -1.58594,0.5 -0.54167,0.11459 -1.09115,0.17188 -1.64844,0.17188 -1.39583,0 -2.5026,-0.40625 -3.32031,-1.21875 -0.8125,-0.8125 -1.21875,-1.91146 -1.21875,-3.29688 0,-1.43228 0.38542,-2.5677 1.15625,-3.40625 0.77604,-0.84374 1.82031,-1.26561 3.13281,-1.26562 1.17708,10e-6 2.10677,0.38022 2.78907,1.14062 0.68749,0.75522 1.03124,1.78387 1.03125,3.08594 m -1.4375,-0.42187 c -0.0104,-0.78645 -0.23178,-1.41406 -0.66407,-1.88282 -0.42709,-0.46874 -0.99479,-0.70311 -1.70312,-0.70312 -0.80209,10e-6 -1.44532,0.22657 -1.92969,0.67969 -0.47917,0.45313 -0.75521,1.09115 -0.82812,1.91406 l 5.125,-0.008"
style=""
id="path4902" />
</g>
</g>
</g>
<path
transform="translate(0,952.36218)"
style="fill:none;stroke:#000000;stroke-width:2;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1"
d="m 203,12 104,0 0,76 -104,0 z"
id="rect4709" />
<path
transform="translate(0,952.36218)"
style="fill:none;stroke:#000000;stroke-width:2;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1"
d="m 493,5 105,0 0,91 -105,0 z"
id="rect4711" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

View file

@ -0,0 +1,137 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
width="190"
height="40"
viewBox="0 0 0.37109375 0.078125"
preserveAspectRatio="xMidYMid"
id="svg2"
inkscape:version="0.48.5 r10040"
sodipodi:docname="bitcoin-core.svg">
<metadata
id="metadata22">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1918"
inkscape:window-height="1042"
id="namedview20"
showgrid="false"
inkscape:zoom="2.8284271"
inkscape:cx="65.257586"
inkscape:cy="-18.25383"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="0"
inkscape:current-layer="svg2" />
<!-- Android launcher icons: viewBox="-0.045 -0.045 1.09 1.09" -->
<defs
id="defs4">
<filter
id="_drop-shadow"
color-interpolation-filters="sRGB">
<feGaussianBlur
in="SourceAlpha"
result="blur-out"
stdDeviation="1"
id="feGaussianBlur7" />
<feBlend
in="SourceGraphic"
in2="blur-out"
mode="normal"
id="feBlend9" />
</filter>
<linearGradient
id="coin-gradient"
x1="0"
y1="0"
x2="0"
y2="1">
<stop
offset="0%"
style="stop-color:#f9aa4b"
id="stop12" />
<stop
offset="100%"
style="stop-color:#f7931a"
id="stop14" />
</linearGradient>
</defs>
<g
style="font-size:0.06686545px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#b3b3b3;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
id="text3882"
transform="matrix(0.98806579,0,0,0.98806579,-2.368709e-4,4.6618182e-4)">
<path
d="m 0.00800291,0.04071128 0,0.01785909 0.01057832,0 c 0.0035478,0 0.0061707,-7.2916e-4 0.0078684,-0.0021875 0.0017195,-0.0014801 0.0025793,-0.0037329 0.0025793,-0.0067584 -3e-8,-0.0030472 -8.5979e-4,-0.0052891 -0.0025793,-0.0067257 -0.0016978,-0.0014583 -0.0043206,-0.0021875 -0.0078684,-0.0021875 l -0.01057832,0 m 0,-0.02004657 0,0.01469211 0.0097621,0 c 0.0032213,3e-8 0.0056156,-5.9854e-4 0.0071828,-0.0017957 0.0015889,-0.0012189 0.0023833,-0.003069 0.0023834,-0.0055504 -4e-8,-0.0024595 -7.945e-4,-0.0042988 -0.0023834,-0.0055177 -0.0015672,-0.0012189 -0.0039615,-0.0018283 -0.0071828,-0.0018283 l -0.0097621,0 m -0.00659513,-0.0054198 0.01684696,0 c 0.0050279,5e-8 0.0089023,0.0010448 0.0116231,0.0031343 0.0027207,0.0020896 0.0040811,0.0050607 0.0040811,0.0089132 -4e-8,0.002982 -6.9655e-4,0.0053545 -0.0020895,0.0071175 -0.0013931,0.0017631 -0.0034391,0.0028623 -0.006138,0.0032976 0.0032431,6.9654e-4 0.0057571,0.0021549 0.0075419,0.004375 0.0018065,0.0021984 0.0027098,0.0049518 0.0027099,0.0082602 -4e-8,0.0043532 -0.0014801,0.0077161 -0.0044403,0.01008859 C 0.02858274,0.0628038 0.02437094,0.06399 0.01890772,0.06399 l -0.01749995,0 0,-0.04874517"
id="path4260"
inkscape:connector-curvature="0" />
<path
d="m 0.04698599,0.02742308 0.0060075,0 0,0.03656704 -0.0060075,0 0,-0.03656704 m 0,-0.01423503 0.0060075,0 0,0.0076072 -0.0060075,0 0,-0.0076072"
id="path4262"
inkscape:connector-curvature="0" />
<path
d="m 0.07147285,0.01704065 0,0.01038243 0.01237403,0 0,0.0046688 -0.01237403,0 0,0.01985068 c -1e-8,0.002982 4.0266e-4,0.0048974 0.001208,0.0057463 8.271e-4,8.4888e-4 0.0024922,0.0012733 0.0049953,0.0012733 l 0.0061707,0 0,0.005028 -0.0061707,0 c -0.0046362,0 -0.0078358,-8.5976e-4 -0.0095989,-0.0025793 -0.0017631,-0.0017413 -0.0026446,-0.0048974 -0.0026446,-0.0094683 l 0,-0.01985068 -0.0044076,0 0,-0.0046688 0.0044076,0 0,-0.01038243 0.0060401,0"
id="path4264"
inkscape:connector-curvature="0" />
<path
d="m 0.11809584,0.02882699 0,0.0056157 c -0.001698,-9.3592e-4 -0.003406,-0.0016324 -0.005126,-0.0020895 -0.001698,-4.7882e-4 -0.003417,-7.1825e-4 -0.005159,-7.1828e-4 -0.003896,3e-8 -0.006922,0.0012407 -0.0090765,0.003722 -0.0021549,0.0024596 -0.0032323,0.0059204 -0.0032323,0.01038243 -10e-9,0.0044621 0.0010774,0.0079337 0.0032323,0.01041508 0.0021548,0.0024596 0.0051803,0.0036894 0.0090765,0.0036894 0.001741,1e-8 0.003461,-2.2854e-4 0.005159,-6.8563e-4 0.001719,-4.7885e-4 0.003428,-0.0011862 0.005126,-0.0021222 l 0,0.0055504 c -0.001676,7.8358e-4 -0.003417,0.0013713 -0.005224,0.0017631 -0.001785,3.9179e-4 -0.003689,5.8769e-4 -0.005714,5.8769e-4 -0.005507,0 -0.0098818,-0.0017304 -0.01312496,-0.0051912 -0.0032432,-0.0034608 -0.0048647,-0.0081296 -0.0048647,-0.01400648 0,-0.0059639 0.0016325,-0.01065448 0.0048974,-0.01407178 0.0032867,-0.0034172 0.0077814,-0.0051259 0.0134841,-0.0051259 0.00185,4e-8 0.003657,1.9593e-4 0.00542,5.8769e-4 0.001763,3.7006e-4 0.003472,9.3598e-4 0.005126,0.0016978"
id="path4266"
inkscape:connector-curvature="0" />
<path
d="m 0.14264799,0.03163482 c -0.003221,3e-8 -0.005768,0.0012625 -0.00764,0.0037873 -0.001872,0.0025031 -0.002808,0.0059422 -0.002808,0.01031713 -10e-9,0.004375 9.2505e-4,0.0078249 0.002775,0.01034978 0.001872,0.0025031 0.004429,0.0037547 0.007673,0.0037547 0.0032,1e-8 0.005735,-0.0012624 0.007607,-0.0037873 0.001872,-0.0025249 0.002808,-0.0059639 0.002808,-0.01031713 -3e-8,-0.0043314 -9.3597e-4,-0.0077596 -0.002808,-0.01028448 -0.001872,-0.0025466 -0.004408,-0.0038199 -0.007607,-0.0038199 m 0,-0.0050933 c 0.005224,4e-8 0.009327,0.0016978 0.0123087,0.0050933 0.002982,0.0033955 0.004473,0.008097 0.004473,0.01410443 -4e-8,0.0059857 -0.001491,0.01068716 -0.004473,0.01410443 -0.002982,0.0033955 -0.007085,0.0050933 -0.0123087,0.0050933 -0.005246,0 -0.009359,-0.0016978 -0.0123414,-0.0050933 -0.00296,-0.0034173 -0.00444,-0.0081187 -0.00444,-0.01410443 0,-0.0060074 0.00148,-0.01070889 0.00444,-0.01410443 0.002982,-0.0033955 0.007096,-0.0050932 0.0123414,-0.0050933"
id="path4268"
inkscape:connector-curvature="0" />
<path
d="m 0.169355,0.02742308 0.006007,0 0,0.03656704 -0.006007,0 0,-0.03656704 m 0,-0.01423503 0.006007,0 0,0.0076072 -0.006007,0 0,-0.0076072"
id="path4270"
inkscape:connector-curvature="0" />
<path
d="m 0.21829607,0.0419193 0,0.02207082 -0.006007,0 0,-0.02187492 c -3e-8,-0.0034608 -6.7478e-4,-0.006051 -0.002024,-0.0077705 -0.00135,-0.0017195 -0.003374,-0.0025792 -0.006073,-0.0025793 -0.003243,3e-8 -0.005801,0.0010339 -0.007673,0.0031017 -0.001872,0.0020678 -0.002808,0.0048865 -0.002808,0.0084561 l 0,0.02066691 -0.00604,0 0,-0.03656704 0.00604,0 0,0.005681 c 0.001437,-0.0021983 0.003123,-0.0038417 0.005061,-0.00493 0.001959,-0.0010883 0.004212,-0.0016324 0.006758,-0.0016325 0.004201,4e-8 0.007379,0.001306 0.009534,0.0039179 0.002155,0.0025902 0.003232,0.0064101 0.003232,0.01145985"
id="path4272"
inkscape:connector-curvature="0" />
</g>
<g
style="font-size:0.06686545px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#666666;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
id="text3886"
transform="matrix(0.98806579,0,0,0.98806579,0.00362277,4.6618182e-4)">
<path
d="m 0.26247592,0.01841191 0,0.0069543 c -0.00222,-0.0020677 -0.004593,-0.0036131 -0.007118,-0.0046362 -0.002503,-0.001023 -0.005169,-0.0015345 -0.007999,-0.0015345 -0.005572,5e-8 -0.009838,0.0017087 -0.0127985,0.0051259 -0.00296,0.0033955 -0.00444,0.0083147 -0.00444,0.01475741 -10e-9,0.006421 0.00148,0.01134015 0.00444,0.01475742 0.00296,0.0033955 0.007226,0.0050933 0.0127985,0.0050933 0.00283,10e-9 0.005496,-5.1149e-4 0.007999,-0.0015345 0.002525,-0.001023 0.004897,-0.0025684 0.007118,-0.0046362 l 0,0.006889 c -0.002307,0.0015672 -0.004756,0.0027425 -0.007346,0.0035261 -0.002568,7.8358e-4 -0.005289,0.0011754 -0.008162,0.0011754 -0.007379,0 -0.0131903,-0.0022528 -0.0174346,-0.0067584 -0.004244,-0.0045273 -0.006367,-0.01069802 -0.006367,-0.01851207 0,-0.0078358 0.002122,-0.01400644 0.006367,-0.01851206 0.004244,-0.0045273 0.0100559,-0.006791 0.0174346,-0.006791 0.002917,5e-8 0.005659,3.9184e-4 0.008228,0.0011754 0.00259,7.6186e-4 0.005017,0.0019155 0.007281,0.0034608"
id="path4251"
inkscape:connector-curvature="0" />
<path
d="m 0.28663629,0.03104713 c -0.003221,4e-8 -0.005768,0.0012625 -0.00764,0.0037873 -0.001872,0.0025031 -0.002808,0.0059422 -0.002808,0.01031713 -10e-9,0.004375 9.2504e-4,0.0078249 0.002775,0.01034978 0.001872,0.0025031 0.004429,0.0037547 0.007673,0.0037547 0.0032,0 0.005735,-0.0012624 0.007607,-0.0037873 0.001872,-0.0025249 0.002808,-0.0059639 0.002808,-0.01031713 -3e-8,-0.0043314 -9.3597e-4,-0.0077596 -0.002808,-0.01028448 -0.001872,-0.0025466 -0.004408,-0.0038199 -0.007607,-0.00382 m 0,-0.0050933 c 0.005224,3e-8 0.009327,0.0016978 0.0123087,0.0050933 0.002982,0.0033955 0.004473,0.008097 0.004473,0.01410443 -3e-8,0.0059857 -0.001491,0.01068717 -0.004473,0.01410444 -0.002982,0.0033955 -0.007085,0.0050933 -0.0123087,0.0050933 -0.005246,0 -0.009359,-0.0016978 -0.0123414,-0.0050933 -0.00296,-0.0034173 -0.00444,-0.0081188 -0.00444,-0.01410444 0,-0.0060074 0.00148,-0.01070889 0.00444,-0.01410443 0.002982,-0.0033955 0.007096,-0.0050932 0.0123414,-0.0050933"
id="path4253"
inkscape:connector-curvature="0" />
<path
d="m 0.33453259,0.03245105 c -6.7477e-4,-3.9176e-4 -0.001415,-6.7472e-4 -0.00222,-8.4888e-4 -7.836e-4,-1.9586e-4 -0.001654,-2.9381e-4 -0.002612,-2.9384e-4 -0.003396,3e-8 -0.006007,0.0011101 -0.007836,0.0033302 -0.001807,0.0021984 -0.00271,0.0053654 -0.00271,0.0095009 l 0,0.019263 -0.00604,0 0,-0.03656705 0.00604,0 0,0.0056809 c 0.001262,-0.0022201 0.002906,-0.0038634 0.00493,-0.00493 0.002024,-0.0010883 0.004484,-0.0016324 0.007379,-0.0016325 4.1353e-4,3e-8 8.7062e-4,3.268e-5 0.001371,9.794e-5 5.0059e-4,4.357e-5 0.001056,1.1975e-4 0.001665,2.2855e-4 l 3.265e-5,0.0061707"
id="path4255"
inkscape:connector-curvature="0" />
<path
d="m 0.37074049,0.04361705 0,0.0029384 -0.0276212,0 c 2.6119e-4,0.0041356 0.001502,0.0072916 0.003722,0.0094682 0.002242,0.0021549 0.005354,0.0032323 0.009338,0.0032323 0.002307,0 0.004538,-2.8296e-4 0.006693,-8.4888e-4 0.002177,-5.6592e-4 0.004331,-0.0014148 0.006465,-0.0025466 l 0,0.005681 c -0.002155,9.1417e-4 -0.004364,0.0016107 -0.006628,0.0020895 -0.002264,4.7885e-4 -0.00456,7.1828e-4 -0.006889,7.1828e-4 -0.005833,0 -0.0104586,-0.0016978 -0.0138759,-0.0050933 -0.003396,-0.0033955 -0.005093,-0.0079882 -0.005093,-0.01377794 -10e-9,-0.0059857 0.001611,-0.01073066 0.004832,-0.01423503 0.003243,-0.0035261 0.007607,-0.0052891 0.0130923,-0.0052892 0.004919,3e-8 0.008804,0.001589 0.0116557,0.0047668 0.002873,0.0031561 0.00431,0.0074549 0.00431,0.01289641 m -0.006007,-0.001763 c -4.356e-5,-0.0032867 -9.6862e-4,-0.0059095 -0.002775,-0.0078684 -0.001785,-0.0019589 -0.004157,-0.0029384 -0.007118,-0.0029384 -0.003352,4e-8 -0.00604,9.4686e-4 -0.008064,0.0028405 -0.002002,0.0018937 -0.003156,0.00456 -0.003461,0.007999 l 0.0214178,-3.265e-5"
id="path4257"
inkscape:connector-curvature="0" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB

View file

@ -0,0 +1,383 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="600"
height="90"
id="svg4666"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="connection-types-p2p-spv.svg"
inkscape:export-filename="/home/harding/dev/bitcoin.org/img/bitcoin-core/connection-types-p2p-spv.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90">
<defs
id="defs4668">
<inkscape:path-effect
effect="spiro"
id="path-effect12077"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect11746"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect11742"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect11738"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect11224"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect5356"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect5352"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect4719"
is_visible="true" />
<linearGradient
id="linearGradient4075">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop4077" />
<stop
id="stop4087"
offset="0.5"
style="stop-color:#000000;stop-opacity:0.75838351;" />
<stop
id="stop4085"
offset="1"
style="stop-color:#000000;stop-opacity:0.56491834;" />
</linearGradient>
<inkscape:path-effect
effect="spiro"
id="path-effect5352-0"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect4719-3"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect4719-7"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect11746-9"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect11746-9-4"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect11742-6"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect11746-9-4-7"
is_visible="true" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1.4142136"
inkscape:cx="209.27244"
inkscape:cy="-46.967865"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1918"
inkscape:window-height="1042"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="0" />
<metadata
id="metadata4671">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-962.36218)">
<path
id="path11744-7-9-3"
style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:4, 4;stroke-dashoffset:0"
inkscape:path-effect="#path-effect11746-9-4-7"
inkscape:original-d="m 548.14338,1045.4007 -36.17329,0 m 36.04503,-76.80113 -36.1733,0 m -1.30963,-0.57129 -48.73589,38.41852 49.51261,40.2493 m -48.11932,-40.2425 50.27106,0 m -502.98362,0.5465 450.38813,0"
d="m 548.14338,1045.4007 -36.17329,0 m 36.04503,-76.80113 -36.1733,0 m -1.30963,-0.57129 -48.73589,38.41852 49.51261,40.2493 m -48.11932,-40.2425 50.27106,0 m -502.98362,0.5465 450.38813,0"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccccc" />
<path
inkscape:connector-curvature="0"
id="path4715"
d="m 16.67857,1007.3622 c 0,3.8462 -3.11802,6.9643 -6.96429,6.9643 -3.84626,0 -6.96428,-3.1181 -6.96428,-6.9643 0,-3.8463 3.11802,-6.9643 6.96428,-6.9643 3.84627,0 6.96429,3.118 6.96429,6.9643 z"
style="fill:#800000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.5;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0" />
<path
inkscape:connector-curvature="0"
id="path11740"
style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.19607843000000000;stroke-dasharray:4,2;stroke-dashoffset:0"
inkscape:path-effect="#path-effect11742"
inkscape:original-d="m 513.12197,1007.5485 80.28302,0 m -41.53694,-38.29288 0,77.11388"
d="m 513.12197,1007.5485 80.28302,0 m -41.53694,-38.29288 0,77.11388" />
<rect
style="fill:none;stroke:#000000;stroke-width:2;stroke-miterlimit:4;stroke-opacity:0.19607843000000000;stroke-dasharray:4.00000001,2;stroke-dashoffset:0"
id="rect11226"
width="57.571377"
height="57.571377"
x="-351.00049"
y="1073.8884"
transform="matrix(0.70710678,-0.70710678,0.70710678,0.70710678,0,0)" />
<path
inkscape:connector-curvature="0"
id="rect4674-30"
d="m 505.89833,1000.8793 13.33852,0 0,13.3386 -13.33852,0 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#c6c6c6;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;stroke-dasharray:none" />
<path
inkscape:connector-curvature="0"
id="rect4674-30-2"
d="m 583.91454,1000.8793 13.3385,0 0,13.3386 -13.3385,0 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#c6c6c6;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;stroke-dasharray:none" />
<path
inkscape:connector-curvature="0"
id="rect4674-30-2-4"
d="m 545.19879,963.29174 13.33851,0 0,13.33854 -13.33851,0 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#c6c6c6;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;stroke-dasharray:none" />
<path
inkscape:connector-curvature="0"
id="rect4674-30-2-7"
d="m 545.19879,1038.0941 13.33851,0 0,13.3385 -13.33851,0 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#c6c6c6;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;stroke-dasharray:none" />
<g
style="font-size:20px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
id="text11170-7-7">
<path
d="m 124.25751,981.81281 2.65625,0 6.46484,12.19726 0,-12.19726 1.91406,0 0,14.58007 -2.65625,0 -6.46484,-12.19726 0,12.19726 -1.91406,0 0,-14.58007"
style=""
id="path13009" />
<path
d="m 143.3786,986.71515 c -0.96355,10e-6 -1.72526,0.37761 -2.28516,1.13281 -0.55989,0.74871 -0.83984,1.77735 -0.83984,3.08594 0,1.3086 0.27669,2.3405 0.83008,3.0957 0.55989,0.7487 1.32486,1.12305 2.29492,1.12305 0.95703,0 1.71549,-0.3776 2.27539,-1.13281 0.55989,-0.75521 0.83984,-1.78385 0.83985,-3.08594 -1e-5,-1.29557 -0.27996,-2.32096 -0.83985,-3.07617 -0.5599,-0.76171 -1.31836,-1.14257 -2.27539,-1.14258 m 0,-1.52344 c 1.56249,1e-5 2.78971,0.50782 3.68164,1.52344 0.89192,1.01563 1.33788,2.42188 1.33789,4.21875 -1e-5,1.79037 -0.44597,3.19662 -1.33789,4.21875 -0.89193,1.01562 -2.11915,1.52344 -3.68164,1.52344 -1.56901,0 -2.79948,-0.50782 -3.69141,-1.52344 -0.88541,-1.02213 -1.32812,-2.42838 -1.32812,-4.21875 0,-1.79687 0.44271,-3.20312 1.32812,-4.21875 0.89193,-1.01562 2.1224,-1.52343 3.69141,-1.52344"
style=""
id="path13011" />
<path
d="m 160.45868,989.79132 0,6.60156 -1.79688,0 0,-6.54297 c 0,-1.03514 -0.20183,-1.80988 -0.60546,-2.32421 -0.40366,-0.51432 -1.00913,-0.77148 -1.81641,-0.77149 -0.97006,1e-5 -1.73503,0.30926 -2.29492,0.92774 -0.5599,0.61849 -0.83985,1.46159 -0.83985,2.52929 l 0,6.18164 -1.80664,0 0,-10.9375 1.80664,0 0,1.69922 c 0.42969,-0.65754 0.93424,-1.14908 1.51368,-1.47461 0.58593,-0.32551 1.25975,-0.48827 2.02148,-0.48828 1.2565,1e-5 2.20702,0.39064 2.85156,1.17188 0.64452,0.77475 0.96679,1.91732 0.9668,3.42773"
style=""
id="path13013" />
<path
d="m 163.15399,990.11359 5.26367,0 0,1.60156 -5.26367,0 0,-1.60156"
style=""
id="path13015" />
<path
d="m 173.02704,994.75226 0,5.80074 -1.80664,0 0,-15.09762 1.80664,0 0,1.66016 c 0.3776,-0.65103 0.85286,-1.1328 1.42578,-1.44531 0.57942,-0.319 1.26952,-0.47851 2.07031,-0.47852 1.32812,1e-5 2.40559,0.52736 3.23242,1.58203 0.83333,1.0547 1.24999,2.44142 1.25,4.16016 -1e-5,1.71875 -0.41667,3.10547 -1.25,4.16016 -0.82683,1.05468 -1.9043,1.58203 -3.23242,1.58203 -0.80079,0 -1.49089,-0.15625 -2.07031,-0.46875 -0.57292,-0.31901 -1.04818,-0.80404 -1.42578,-1.45508 m 6.11328,-3.81836 c -1e-5,-1.32161 -0.27345,-2.35676 -0.82031,-3.10547 -0.54038,-0.7552 -1.28582,-1.1328 -2.23633,-1.13281 -0.95053,1e-5 -1.69922,0.37761 -2.24609,1.13281 -0.54037,0.74871 -0.81056,1.78386 -0.81055,3.10547 -1e-5,1.32162 0.27018,2.36003 0.81055,3.11523 0.54687,0.7487 1.29556,1.12305 2.24609,1.12305 0.95051,0 1.69595,-0.37435 2.23633,-1.12305 0.54686,-0.7552 0.8203,-1.79361 0.82031,-3.11523"
style=""
id="path13017" />
<path
d="m 190.32196,987.13507 c -0.20183,-0.11718 -0.42318,-0.20181 -0.66406,-0.25391 -0.23438,-0.0586 -0.4948,-0.0879 -0.78125,-0.0879 -1.01563,10e-6 -1.79688,0.33204 -2.34375,0.9961 -0.54037,0.65756 -0.81055,1.60482 -0.81055,2.84179 l 0,5.76172 -1.80664,0 0,-10.9375 1.80664,0 0,1.69922 c 0.3776,-0.66405 0.86914,-1.15559 1.47461,-1.47461 0.60546,-0.32551 1.34114,-0.48827 2.20703,-0.48828 0.12369,1e-5 0.26041,0.01 0.41016,0.0293 0.14973,0.013 0.31575,0.0358 0.49804,0.0684 l 0.01,1.8457"
style=""
id="path13019" />
<path
d="m 192.22626,985.45538 1.79687,0 0,10.9375 -1.79687,0 0,-10.9375 m 0,-4.25781 1.79687,0 0,2.27539 -1.79687,0 0,-2.27539"
style=""
id="path13021" />
<path
d="m 196.48407,985.45538 1.9043,0 3.41797,9.17969 3.41796,-9.17969 1.9043,0 -4.10156,10.9375 -2.44141,0 -4.10156,-10.9375"
style=""
id="path13023" />
<path
d="m 214.57977,990.89484 c -1.45183,0 -2.45768,0.16602 -3.01758,0.49804 -0.55989,0.33204 -0.83984,0.89844 -0.83984,1.69922 0,0.63803 0.20833,1.14584 0.625,1.52344 0.42317,0.37109 0.99609,0.55664 1.71875,0.55664 0.99609,0 1.79361,-0.35156 2.39258,-1.05469 0.60546,-0.70963 0.90819,-1.65038 0.9082,-2.82226 l 0,-0.40039 -1.78711,0 m 3.58399,-0.74219 0,6.24023 -1.79688,0 0,-1.66015 c -0.41016,0.66406 -0.92123,1.1556 -1.5332,1.47461 -0.61199,0.3125 -1.36068,0.46875 -2.24609,0.46875 -1.1198,0 -2.01173,-0.3125 -2.67579,-0.9375 -0.65755,-0.63151 -0.98633,-1.47461 -0.98632,-2.5293 -1e-5,-1.23046 0.41015,-2.1582 1.23046,-2.7832 0.82682,-0.625 2.05729,-0.9375 3.69141,-0.9375 l 2.51953,0 0,-0.17578 c -1e-5,-0.82682 -0.27344,-1.46484 -0.82031,-1.91407 -0.54037,-0.45572 -1.30209,-0.68358 -2.28516,-0.68359 -0.625,10e-6 -1.23372,0.0749 -1.82617,0.22461 -0.59245,0.14975 -1.16211,0.37436 -1.70898,0.67383 l 0,-1.66016 c 0.65755,-0.2539 1.29557,-0.4427 1.91406,-0.56641 0.61848,-0.13019 1.2207,-0.1953 1.80664,-0.19531 1.58202,1e-5 2.76366,0.41017 3.54492,1.23047 0.78124,0.82032 1.17187,2.06381 1.17188,3.73047"
style=""
id="path13025" />
<path
d="m 223.6911,982.34991 0,3.10547 3.70117,0 0,1.39649 -3.70117,0 0,5.9375 c 0,0.89193 0.12044,1.46484 0.36133,1.71875 0.24739,0.25391 0.74544,0.38086 1.49414,0.38086 l 1.8457,0 0,1.5039 -1.8457,0 c -1.38672,0 -2.34375,-0.25716 -2.87109,-0.77148 -0.52735,-0.52083 -0.79102,-1.46484 -0.79102,-2.83203 l 0,-5.9375 -1.31836,0 0,-1.39649 1.31836,0 0,-3.10547 1.80664,0"
style=""
id="path13027" />
<path
d="m 239.12079,990.47491 0,0.87891 -8.26172,0 c 0.0781,1.23698 0.44922,2.18099 1.11328,2.83203 0.67057,0.64453 1.60156,0.9668 2.79297,0.9668 0.6901,0 1.35741,-0.0846 2.00195,-0.25391 0.65104,-0.16927 1.29557,-0.42317 1.9336,-0.76172 l 0,1.69922 c -0.64454,0.27344 -1.30535,0.48177 -1.98243,0.625 -0.67709,0.14323 -1.36393,0.21485 -2.06054,0.21485 -1.7448,0 -3.12826,-0.50782 -4.15039,-1.52344 -1.01563,-1.01562 -1.52344,-2.38932 -1.52344,-4.12109 0,-1.79036 0.48177,-3.20963 1.44531,-4.25782 0.97005,-1.05467 2.27539,-1.58202 3.91602,-1.58203 1.47134,1e-5 2.63345,0.47527 3.48633,1.42578 0.85936,0.94402 1.28905,2.22983 1.28906,3.85742 m -1.79688,-0.52734 c -0.013,-0.98306 -0.28972,-1.76757 -0.83007,-2.35351 -0.53387,-0.58593 -1.2435,-0.8789 -2.12891,-0.87891 -1.00261,10e-6 -1.80665,0.28321 -2.41211,0.84961 -0.59896,0.56641 -0.94401,1.36394 -1.03516,2.39258 l 6.40625,-0.01"
style=""
id="path13029" />
<path
d="m 256.26923,985.87531 0,1.67968 c -0.50783,-0.27994 -1.01889,-0.48827 -1.53321,-0.625 -0.50782,-0.14322 -1.02214,-0.21483 -1.54297,-0.21484 -1.16537,10e-6 -2.07031,0.3711 -2.71484,1.11328 -0.64453,0.73569 -0.9668,1.77084 -0.9668,3.10547 0,1.33464 0.32227,2.37305 0.9668,3.11523 0.64453,0.73568 1.54947,1.10352 2.71484,1.10352 0.52083,0 1.03515,-0.0684 1.54297,-0.20508 0.51432,-0.14323 1.02538,-0.35482 1.53321,-0.63476 l 0,1.66015 c -0.50132,0.23438 -1.02215,0.41016 -1.5625,0.52735 -0.53387,0.11718 -1.10353,0.17578 -1.70899,0.17578 -1.64714,0 -2.95573,-0.51758 -3.92578,-1.55274 -0.97005,-1.03515 -1.45508,-2.43163 -1.45508,-4.18945 0,-1.78385 0.48828,-3.18684 1.46485,-4.20899 0.98307,-1.02212 2.32747,-1.53319 4.0332,-1.5332 0.55338,1e-5 1.09374,0.0586 1.62109,0.17578 0.52734,0.11069 1.03841,0.27996 1.53321,0.50782"
style=""
id="path13031" />
<path
d="m 263.61298,986.71515 c -0.96355,10e-6 -1.72527,0.37761 -2.28516,1.13281 -0.5599,0.74871 -0.83985,1.77735 -0.83984,3.08594 -10e-6,1.3086 0.27669,2.3405 0.83007,3.0957 0.5599,0.7487 1.32487,1.12305 2.29493,1.12305 0.95702,0 1.71548,-0.3776 2.27539,-1.13281 0.55988,-0.75521 0.83983,-1.78385 0.83984,-3.08594 -10e-6,-1.29557 -0.27996,-2.32096 -0.83984,-3.07617 -0.55991,-0.76171 -1.31837,-1.14257 -2.27539,-1.14258 m 0,-1.52344 c 1.56249,1e-5 2.7897,0.50782 3.68164,1.52344 0.89191,1.01563 1.33788,2.42188 1.33789,4.21875 -1e-5,1.79037 -0.44598,3.19662 -1.33789,4.21875 -0.89194,1.01562 -2.11915,1.52344 -3.68164,1.52344 -1.56902,0 -2.79949,-0.50782 -3.69141,-1.52344 -0.88542,-1.02213 -1.32813,-2.42838 -1.32813,-4.21875 0,-1.79687 0.44271,-3.20312 1.32813,-4.21875 0.89192,-1.01562 2.12239,-1.52343 3.69141,-1.52344"
style=""
id="path13033" />
<path
d="m 280.69305,989.79132 0,6.60156 -1.79687,0 0,-6.54297 c -1e-5,-1.03514 -0.20183,-1.80988 -0.60547,-2.32421 -0.40365,-0.51432 -1.00912,-0.77148 -1.81641,-0.77149 -0.97005,1e-5 -1.73503,0.30926 -2.29492,0.92774 -0.5599,0.61849 -0.83985,1.46159 -0.83984,2.52929 l 0,6.18164 -1.80664,0 0,-10.9375 1.80664,0 0,1.69922 c 0.42968,-0.65754 0.93424,-1.14908 1.51367,-1.47461 0.58593,-0.32551 1.25976,-0.48827 2.02148,-0.48828 1.25651,1e-5 2.20703,0.39064 2.85157,1.17188 0.64452,0.77475 0.96678,1.91732 0.96679,3.42773"
style=""
id="path13035" />
<path
d="m 293.38837,989.79132 0,6.60156 -1.79688,0 0,-6.54297 c -1e-5,-1.03514 -0.20183,-1.80988 -0.60547,-2.32421 -0.40365,-0.51432 -1.00912,-0.77148 -1.8164,-0.77149 -0.97006,1e-5 -1.73503,0.30926 -2.29493,0.92774 -0.55989,0.61849 -0.83984,1.46159 -0.83984,2.52929 l 0,6.18164 -1.80664,0 0,-10.9375 1.80664,0 0,1.69922 c 0.42968,-0.65754 0.93424,-1.14908 1.51367,-1.47461 0.58593,-0.32551 1.25976,-0.48827 2.02149,-0.48828 1.2565,1e-5 2.20702,0.39064 2.85156,1.17188 0.64452,0.77475 0.96679,1.91732 0.9668,3.42773"
style=""
id="path13037" />
<path
d="m 306.34735,990.47491 0,0.87891 -8.26172,0 c 0.0781,1.23698 0.44922,2.18099 1.11328,2.83203 0.67057,0.64453 1.60156,0.9668 2.79297,0.9668 0.6901,0 1.35742,-0.0846 2.00196,-0.25391 0.65103,-0.16927 1.29556,-0.42317 1.93359,-0.76172 l 0,1.69922 c -0.64454,0.27344 -1.30535,0.48177 -1.98242,0.625 -0.67709,0.14323 -1.36394,0.21485 -2.06055,0.21485 -1.7448,0 -3.12826,-0.50782 -4.15039,-1.52344 -1.01563,-1.01562 -1.52344,-2.38932 -1.52344,-4.12109 0,-1.79036 0.48177,-3.20963 1.44531,-4.25782 0.97005,-1.05467 2.27539,-1.58202 3.91602,-1.58203 1.47135,1e-5 2.63345,0.47527 3.48633,1.42578 0.85936,0.94402 1.28905,2.22983 1.28906,3.85742 m -1.79687,-0.52734 c -0.013,-0.98306 -0.28973,-1.76757 -0.83008,-2.35351 -0.53386,-0.58593 -1.2435,-0.8789 -2.12891,-0.87891 -1.00261,10e-6 -1.80664,0.28321 -2.41211,0.84961 -0.59896,0.56641 -0.94401,1.36394 -1.03515,2.39258 l 6.40625,-0.01"
style=""
id="path13039" />
<path
d="m 317.1286,985.87531 0,1.67968 c -0.50782,-0.27994 -1.01889,-0.48827 -1.5332,-0.625 -0.50782,-0.14322 -1.02214,-0.21483 -1.54297,-0.21484 -1.16537,10e-6 -2.07032,0.3711 -2.71484,1.11328 -0.64454,0.73569 -0.9668,1.77084 -0.9668,3.10547 0,1.33464 0.32226,2.37305 0.9668,3.11523 0.64452,0.73568 1.54947,1.10352 2.71484,1.10352 0.52083,0 1.03515,-0.0684 1.54297,-0.20508 0.51431,-0.14323 1.02538,-0.35482 1.5332,-0.63476 l 0,1.66015 c -0.50131,0.23438 -1.02214,0.41016 -1.5625,0.52735 -0.53386,0.11718 -1.10352,0.17578 -1.70898,0.17578 -1.64714,0 -2.95574,-0.51758 -3.92578,-1.55274 -0.97006,-1.03515 -1.45508,-2.43163 -1.45508,-4.18945 0,-1.78385 0.48828,-3.18684 1.46484,-4.20899 0.98307,-1.02212 2.32747,-1.53319 4.0332,-1.5332 0.55338,1e-5 1.09375,0.0586 1.6211,0.17578 0.52733,0.11069 1.0384,0.27996 1.5332,0.50782"
style=""
id="path13041" />
<path
d="m 322.01141,982.34991 0,3.10547 3.70118,0 0,1.39649 -3.70118,0 0,5.9375 c 0,0.89193 0.12044,1.46484 0.36133,1.71875 0.24739,0.25391 0.74544,0.38086 1.49414,0.38086 l 1.84571,0 0,1.5039 -1.84571,0 c -1.38672,0 -2.34375,-0.25716 -2.87109,-0.77148 -0.52735,-0.52083 -0.79102,-1.46484 -0.79102,-2.83203 l 0,-5.9375 -1.31836,0 0,-1.39649 1.31836,0 0,-3.10547 1.80664,0"
style=""
id="path13043" />
<path
d="m 328.08563,985.45538 1.79688,0 0,10.9375 -1.79688,0 0,-10.9375 m 0,-4.25781 1.79688,0 0,2.27539 -1.79688,0 0,-2.27539"
style=""
id="path13045" />
<path
d="m 337.87079,986.71515 c -0.96355,10e-6 -1.72527,0.37761 -2.28516,1.13281 -0.5599,0.74871 -0.83984,1.77735 -0.83984,3.08594 0,1.3086 0.27669,2.3405 0.83008,3.0957 0.55989,0.7487 1.32486,1.12305 2.29492,1.12305 0.95702,0 1.71549,-0.3776 2.27539,-1.13281 0.55989,-0.75521 0.83983,-1.78385 0.83984,-3.08594 -10e-6,-1.29557 -0.27995,-2.32096 -0.83984,-3.07617 -0.5599,-0.76171 -1.31837,-1.14257 -2.27539,-1.14258 m 0,-1.52344 c 1.56249,1e-5 2.7897,0.50782 3.68164,1.52344 0.89192,1.01563 1.33788,2.42188 1.33789,4.21875 -10e-6,1.79037 -0.44597,3.19662 -1.33789,4.21875 -0.89194,1.01562 -2.11915,1.52344 -3.68164,1.52344 -1.56902,0 -2.79948,-0.50782 -3.69141,-1.52344 -0.88542,-1.02213 -1.32812,-2.42838 -1.32812,-4.21875 0,-1.79687 0.4427,-3.20312 1.32812,-4.21875 0.89193,-1.01562 2.12239,-1.52343 3.69141,-1.52344"
style=""
id="path13047" />
<path
d="m 354.95087,989.79132 0,6.60156 -1.79688,0 0,-6.54297 c -1e-5,-1.03514 -0.20183,-1.80988 -0.60547,-2.32421 -0.40365,-0.51432 -1.00912,-0.77148 -1.8164,-0.77149 -0.97006,1e-5 -1.73503,0.30926 -2.29493,0.92774 -0.55989,0.61849 -0.83984,1.46159 -0.83984,2.52929 l 0,6.18164 -1.80664,0 0,-10.9375 1.80664,0 0,1.69922 c 0.42968,-0.65754 0.93424,-1.14908 1.51367,-1.47461 0.58593,-0.32551 1.25976,-0.48827 2.02149,-0.48828 1.2565,1e-5 2.20702,0.39064 2.85156,1.17188 0.64452,0.77475 0.96679,1.91732 0.9668,3.42773"
style=""
id="path13049" />
<path
d="m 366.69891,982.34991 0,3.10547 3.70118,0 0,1.39649 -3.70118,0 0,5.9375 c 0,0.89193 0.12044,1.46484 0.36133,1.71875 0.24739,0.25391 0.74544,0.38086 1.49414,0.38086 l 1.84571,0 0,1.5039 -1.84571,0 c -1.38672,0 -2.34375,-0.25716 -2.87109,-0.77148 -0.52735,-0.52083 -0.79102,-1.46484 -0.79102,-2.83203 l 0,-5.9375 -1.31836,0 0,-1.39649 1.31836,0 0,-3.10547 1.80664,0"
style=""
id="path13051" />
<path
d="m 377.01141,986.71515 c -0.96354,10e-6 -1.72526,0.37761 -2.28515,1.13281 -0.5599,0.74871 -0.83985,1.77735 -0.83985,3.08594 0,1.3086 0.27669,2.3405 0.83008,3.0957 0.55989,0.7487 1.32487,1.12305 2.29492,1.12305 0.95703,0 1.71549,-0.3776 2.27539,-1.13281 0.55989,-0.75521 0.83984,-1.78385 0.83985,-3.08594 -10e-6,-1.29557 -0.27996,-2.32096 -0.83985,-3.07617 -0.5599,-0.76171 -1.31836,-1.14257 -2.27539,-1.14258 m 0,-1.52344 c 1.5625,1e-5 2.78971,0.50782 3.68164,1.52344 0.89192,1.01563 1.33788,2.42188 1.33789,4.21875 -10e-6,1.79037 -0.44597,3.19662 -1.33789,4.21875 -0.89193,1.01562 -2.11914,1.52344 -3.68164,1.52344 -1.56901,0 -2.79948,-0.50782 -3.6914,-1.52344 -0.88542,-1.02213 -1.32813,-2.42838 -1.32813,-4.21875 0,-1.79687 0.44271,-3.20312 1.32813,-4.21875 0.89192,-1.01562 2.12239,-1.52343 3.6914,-1.52344"
style=""
id="path13053" />
</g>
<g
style="font-size:20px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
id="text11174-2-2">
<path
d="m 112.76825,1020.1088 c -0.20183,-0.1172 -0.42319,-0.2018 -0.66406,-0.2539 -0.23439,-0.059 -0.4948,-0.088 -0.78125,-0.088 -1.01563,0 -1.79688,0.332 -2.34375,0.9961 -0.54037,0.6575 -0.81055,1.6048 -0.81055,2.8418 l 0,5.7617 -1.80664,0 0,-10.9375 1.80664,0 0,1.6992 c 0.3776,-0.6641 0.86914,-1.1556 1.47461,-1.4746 0.60546,-0.3255 1.34114,-0.4883 2.20703,-0.4883 0.12369,0 0.26041,0.01 0.41016,0.029 0.14973,0.013 0.31574,0.036 0.49804,0.068 l 0.01,1.8457"
style=""
id="path12958" />
<path
d="m 119.64325,1023.8685 c -1.45183,0 -2.45769,0.1661 -3.01758,0.4981 -0.5599,0.332 -0.83985,0.8984 -0.83984,1.6992 -1e-5,0.638 0.20833,1.1458 0.625,1.5234 0.42317,0.3711 0.99609,0.5567 1.71875,0.5567 0.99609,0 1.79361,-0.3516 2.39258,-1.0547 0.60546,-0.7096 0.90819,-1.6504 0.9082,-2.8223 l 0,-0.4004 -1.78711,0 m 3.58398,-0.7422 0,6.2403 -1.79687,0 0,-1.6602 c -0.41017,0.6641 -0.92123,1.1556 -1.5332,1.4746 -0.61199,0.3125 -1.36069,0.4688 -2.2461,0.4688 -1.11979,0 -2.01172,-0.3125 -2.67578,-0.9375 -0.65755,-0.6315 -0.98633,-1.4746 -0.98633,-2.5293 0,-1.2305 0.41016,-2.1582 1.23047,-2.7832 0.82682,-0.625 2.05729,-0.9375 3.69141,-0.9375 l 2.51953,0 0,-0.1758 c -10e-6,-0.8268 -0.27345,-1.4648 -0.82031,-1.9141 -0.54038,-0.4557 -1.30209,-0.6835 -2.28516,-0.6836 -0.625,10e-5 -1.23373,0.075 -1.82617,0.2247 -0.59245,0.1497 -1.16211,0.3743 -1.70899,0.6738 l 0,-1.6602 c 0.65755,-0.2539 1.29557,-0.4427 1.91407,-0.5664 0.61848,-0.1302 1.22069,-0.1953 1.80664,-0.1953 1.58202,0 2.76366,0.4102 3.54492,1.2305 0.78124,0.8203 1.17186,2.0638 1.17187,3.7304"
style=""
id="path12960" />
<path
d="m 136.06903,1022.765 0,6.6016 -1.79687,0 0,-6.543 c -1e-5,-1.0351 -0.20184,-1.8099 -0.60547,-2.3242 -0.40366,-0.5143 -1.00913,-0.7715 -1.81641,-0.7715 -0.97006,0 -1.73503,0.3093 -2.29492,0.9277 -0.5599,0.6185 -0.83985,1.4616 -0.83984,2.5293 l 0,6.1817 -1.80665,0 0,-10.9375 1.80665,0 0,1.6992 c 0.42968,-0.6575 0.93424,-1.1491 1.51367,-1.4746 0.58593,-0.3255 1.25976,-0.4883 2.02148,-0.4883 1.2565,0 2.20702,0.3906 2.85156,1.1719 0.64452,0.7747 0.96679,1.9173 0.9668,3.4277"
style=""
id="path12962" />
<path
d="m 146.86981,1020.0892 0,-5.9179 1.79688,0 0,15.1953 -1.79688,0 0,-1.6406 c -0.37761,0.651 -0.85613,1.136 -1.43554,1.455 -0.57293,0.3125 -1.26303,0.4688 -2.07032,0.4688 -1.32162,0 -2.39909,-0.5274 -3.23242,-1.5821 -0.82682,-1.0546 -1.24023,-2.4414 -1.24023,-4.1601 0,-1.7188 0.41341,-3.1055 1.24023,-4.1602 0.83333,-1.0546 1.9108,-1.582 3.23242,-1.582 0.80729,0 1.49739,0.1595 2.07032,0.4785 0.57941,0.3125 1.05793,0.7943 1.43554,1.4453 m -6.12304,3.8184 c -1e-5,1.3216 0.27017,2.36 0.81054,3.1152 0.54687,0.7487 1.29557,1.1231 2.2461,1.1231 0.95051,0 1.69921,-0.3744 2.24609,-1.1231 0.54687,-0.7552 0.8203,-1.7936 0.82031,-3.1152 -1e-5,-1.3216 -0.27344,-2.3568 -0.82031,-3.1055 -0.54688,-0.7552 -1.29558,-1.1328 -2.24609,-1.1328 -0.95053,0 -1.69923,0.3776 -2.2461,1.1328 -0.54037,0.7487 -0.81055,1.7839 -0.81054,3.1055"
style=""
id="path12964" />
<path
d="m 156.60614,1019.6888 c -0.96355,10e-5 -1.72526,0.3777 -2.28516,1.1329 -0.5599,0.7487 -0.83984,1.7773 -0.83984,3.0859 0,1.3086 0.27669,2.3405 0.83008,3.0957 0.55989,0.7487 1.32486,1.123 2.29492,1.123 0.95702,0 1.71549,-0.3776 2.27539,-1.1328 0.55989,-0.7552 0.83984,-1.7838 0.83984,-3.0859 0,-1.2956 -0.27995,-2.321 -0.83984,-3.0762 -0.5599,-0.7617 -1.31837,-1.1425 -2.27539,-1.1426 m 0,-1.5234 c 1.56249,0 2.7897,0.5078 3.68164,1.5234 0.89192,1.0157 1.33788,2.4219 1.33789,4.2188 -1e-5,1.7904 -0.44597,3.1966 -1.33789,4.2187 -0.89194,1.0157 -2.11915,1.5235 -3.68164,1.5235 -1.56901,0 -2.79948,-0.5078 -3.69141,-1.5235 -0.88541,-1.0221 -1.32812,-2.4283 -1.32812,-4.2187 0,-1.7969 0.44271,-3.2031 1.32812,-4.2188 0.89193,-1.0156 2.1224,-1.5234 3.69141,-1.5234"
style=""
id="path12966" />
<path
d="m 173.11005,1020.5287 c 0.4492,-0.8073 0.98631,-1.403 1.61132,-1.7871 0.62499,-0.3841 1.36067,-0.5762 2.20704,-0.5762 1.1393,0 2.01821,0.4004 2.63671,1.2012 0.61848,0.7943 0.92772,1.9271 0.92774,3.3984 l 0,6.6016 -1.80664,0 0,-6.543 c -2e-5,-1.0482 -0.18556,-1.8262 -0.55664,-2.334 -0.37111,-0.5078 -0.93752,-0.7617 -1.69922,-0.7617 -0.931,0 -1.66668,0.3093 -2.20703,0.9277 -0.54038,0.6185 -0.81056,1.4616 -0.81055,2.5293 l 0,6.1817 -1.80664,0 0,-6.543 c -1e-5,-1.0547 -0.18556,-1.8327 -0.55664,-2.334 -0.3711,-0.5078 -0.94402,-0.7617 -1.71875,-0.7617 -0.91797,0 -1.64714,0.3125 -2.1875,0.9375 -0.54037,0.6185 -0.81055,1.4583 -0.81055,2.5195 l 0,6.1817 -1.80664,0 0,-10.9375 1.80664,0 0,1.6992 c 0.41015,-0.6706 0.90169,-1.1654 1.47461,-1.4844 0.57291,-0.319 1.25325,-0.4785 2.04102,-0.4785 0.79426,0 1.46809,0.2018 2.02148,0.6055 0.55989,0.4036 0.9733,0.9896 1.24024,1.7578"
style=""
id="path12968" />
<path
d="m 192.46552,1022.4037 0,5.3418 3.16406,0 c 1.06119,0 1.84569,-0.2181 2.35351,-0.6543 0.51432,-0.4427 0.77148,-1.1165 0.77149,-2.0215 -1e-5,-0.9115 -0.25717,-1.582 -0.77149,-2.0117 -0.50782,-0.4362 -1.29232,-0.6543 -2.35351,-0.6543 l -3.16406,0 m 0,-5.9961 0,4.3945 2.91992,0 c 0.96353,0 1.67968,-0.179 2.14843,-0.5371 0.47526,-0.3646 0.71289,-0.9179 0.7129,-1.6601 -1e-5,-0.7357 -0.23764,-1.2858 -0.7129,-1.6504 -0.46875,-0.3646 -1.1849,-0.5469 -2.14843,-0.5469 l -2.91992,0 m -1.97266,-1.6211 5.03906,0 c 1.5039,0 2.66275,0.3125 3.47656,0.9375 0.81379,0.625 1.2207,1.5137 1.22071,2.666 -10e-6,0.892 -0.20835,1.6016 -0.625,2.1289 -0.41668,0.5274 -1.02866,0.8561 -1.83594,0.9863 0.97004,0.2084 1.72199,0.6446 2.25586,1.3086 0.54035,0.6576 0.81053,1.4812 0.81055,2.4707 -2e-5,1.3021 -0.44272,2.308 -1.32813,3.0176 -0.88543,0.7097 -2.14519,1.0645 -3.7793,1.0645 l -5.23437,0 0,-14.5801"
style=""
id="path12970" />
<path
d="m 204.12567,1018.4291 1.79688,0 0,10.9375 -1.79688,0 0,-10.9375 m 0,-4.2578 1.79688,0 0,2.2754 -1.79688,0 0,-2.2754"
style=""
id="path12972" />
<path
d="m 211.44989,1015.3236 0,3.1055 3.70117,0 0,1.3965 -3.70117,0 0,5.9375 c 0,0.8919 0.12044,1.4648 0.36133,1.7187 0.24739,0.2539 0.74544,0.3809 1.49414,0.3809 l 1.8457,0 0,1.5039 -1.8457,0 c -1.38672,0 -2.34375,-0.2572 -2.87109,-0.7715 -0.52735,-0.5208 -0.79102,-1.4648 -0.79102,-2.832 l 0,-5.9375 -1.31836,0 0,-1.3965 1.31836,0 0,-3.1055 1.80664,0"
style=""
id="path12974" />
<path
d="m 225.3952,1018.849 0,1.6797 c -0.50782,-0.28 -1.01889,-0.4883 -1.5332,-0.625 -0.50782,-0.1432 -1.02214,-0.2148 -1.54297,-0.2149 -1.16537,10e-5 -2.07032,0.3711 -2.71484,1.1133 -0.64454,0.7357 -0.9668,1.7709 -0.9668,3.1055 0,1.3346 0.32226,2.373 0.9668,3.1152 0.64452,0.7357 1.54947,1.1035 2.71484,1.1035 0.52083,0 1.03515,-0.068 1.54297,-0.205 0.51431,-0.1433 1.02538,-0.3549 1.5332,-0.6348 l 0,1.6602 c -0.50131,0.2343 -1.02214,0.4101 -1.5625,0.5273 -0.53386,0.1172 -1.10352,0.1758 -1.70898,0.1758 -1.64714,0 -2.95573,-0.5176 -3.92578,-1.5528 -0.97006,-1.0351 -1.45508,-2.4316 -1.45508,-4.1894 0,-1.7839 0.48828,-3.1868 1.46484,-4.209 0.98307,-1.0221 2.32747,-1.5332 4.03321,-1.5332 0.55337,0 1.09374,0.059 1.62109,0.1758 0.52733,0.1107 1.0384,0.2799 1.5332,0.5078"
style=""
id="path12976" />
<path
d="m 232.73895,1019.6888 c -0.96354,10e-5 -1.72526,0.3777 -2.28515,1.1329 -0.5599,0.7487 -0.83985,1.7773 -0.83985,3.0859 0,1.3086 0.27669,2.3405 0.83008,3.0957 0.55989,0.7487 1.32487,1.123 2.29492,1.123 0.95703,0 1.71549,-0.3776 2.27539,-1.1328 0.55989,-0.7552 0.83984,-1.7838 0.83985,-3.0859 -10e-6,-1.2956 -0.27996,-2.321 -0.83985,-3.0762 -0.5599,-0.7617 -1.31836,-1.1425 -2.27539,-1.1426 m 0,-1.5234 c 1.56249,0 2.78971,0.5078 3.68164,1.5234 0.89192,1.0157 1.33788,2.4219 1.33789,4.2188 -1e-5,1.7904 -0.44597,3.1966 -1.33789,4.2187 -0.89193,1.0157 -2.11915,1.5235 -3.68164,1.5235 -1.56901,0 -2.79948,-0.5078 -3.6914,-1.5235 -0.88542,-1.0221 -1.32813,-2.4283 -1.32813,-4.2187 0,-1.7969 0.44271,-3.2031 1.32813,-4.2188 0.89192,-1.0156 2.12239,-1.5234 3.6914,-1.5234"
style=""
id="path12978" />
<path
d="m 240.72723,1018.4291 1.79688,0 0,10.9375 -1.79688,0 0,-10.9375 m 0,-4.2578 1.79688,0 0,2.2754 -1.79688,0 0,-2.2754"
style=""
id="path12980" />
<path
d="m 255.36591,1022.765 0,6.6016 -1.79688,0 0,-6.543 c -1e-5,-1.0351 -0.20183,-1.8099 -0.60547,-2.3242 -0.40365,-0.5143 -1.00912,-0.7715 -1.8164,-0.7715 -0.97006,0 -1.73504,0.3093 -2.29493,0.9277 -0.5599,0.6185 -0.83984,1.4616 -0.83984,2.5293 l 0,6.1817 -1.80664,0 0,-10.9375 1.80664,0 0,1.6992 c 0.42968,-0.6575 0.93424,-1.1491 1.51367,-1.4746 0.58593,-0.3255 1.25976,-0.4883 2.02149,-0.4883 1.2565,0 2.20702,0.3906 2.85156,1.1719 0.64452,0.7747 0.96678,1.9173 0.9668,3.4277"
style=""
id="path12982" />
<path
d="m 274.42841,1022.765 0,6.6016 -1.79688,0 0,-6.543 c -10e-6,-1.0351 -0.20183,-1.8099 -0.60547,-2.3242 -0.40365,-0.5143 -1.00912,-0.7715 -1.8164,-0.7715 -0.97006,0 -1.73504,0.3093 -2.29493,0.9277 -0.5599,0.6185 -0.83984,1.4616 -0.83984,2.5293 l 0,6.1817 -1.80664,0 0,-10.9375 1.80664,0 0,1.6992 c 0.42968,-0.6575 0.93424,-1.1491 1.51367,-1.4746 0.58593,-0.3255 1.25976,-0.4883 2.02149,-0.4883 1.2565,0 2.20702,0.3906 2.85156,1.1719 0.64452,0.7747 0.96678,1.9173 0.9668,3.4277"
style=""
id="path12984" />
<path
d="m 282.2702,1019.6888 c -0.96354,10e-5 -1.72526,0.3777 -2.28515,1.1329 -0.5599,0.7487 -0.83985,1.7773 -0.83985,3.0859 0,1.3086 0.27669,2.3405 0.83008,3.0957 0.55989,0.7487 1.32487,1.123 2.29492,1.123 0.95703,0 1.71549,-0.3776 2.27539,-1.1328 0.55989,-0.7552 0.83984,-1.7838 0.83985,-3.0859 -1e-5,-1.2956 -0.27996,-2.321 -0.83985,-3.0762 -0.5599,-0.7617 -1.31836,-1.1425 -2.27539,-1.1426 m 0,-1.5234 c 1.56249,0 2.78971,0.5078 3.68164,1.5234 0.89192,1.0157 1.33788,2.4219 1.33789,4.2188 -1e-5,1.7904 -0.44597,3.1966 -1.33789,4.2187 -0.89193,1.0157 -2.11915,1.5235 -3.68164,1.5235 -1.56901,0 -2.79948,-0.5078 -3.6914,-1.5235 -0.88542,-1.0221 -1.32813,-2.4283 -1.32813,-4.2187 0,-1.7969 0.44271,-3.2031 1.32813,-4.2188 0.89192,-1.0156 2.12239,-1.5234 3.6914,-1.5234"
style=""
id="path12986" />
<path
d="m 297.45575,1020.0892 0,-5.9179 1.79687,0 0,15.1953 -1.79687,0 0,-1.6406 c -0.37761,0.651 -0.85613,1.136 -1.43555,1.455 -0.57292,0.3125 -1.26302,0.4688 -2.07031,0.4688 -1.32162,0 -2.39909,-0.5274 -3.23242,-1.5821 -0.82683,-1.0546 -1.24024,-2.4414 -1.24024,-4.1601 0,-1.7188 0.41341,-3.1055 1.24024,-4.1602 0.83333,-1.0546 1.9108,-1.582 3.23242,-1.582 0.80729,0 1.49739,0.1595 2.07031,0.4785 0.57942,0.3125 1.05794,0.7943 1.43555,1.4453 m -6.12305,3.8184 c 0,1.3216 0.27018,2.36 0.81055,3.1152 0.54687,0.7487 1.29557,1.1231 2.24609,1.1231 0.95052,0 1.69921,-0.3744 2.2461,-1.1231 0.54686,-0.7552 0.8203,-1.7936 0.82031,-3.1152 -1e-5,-1.3216 -0.27345,-2.3568 -0.82031,-3.1055 -0.54689,-0.7552 -1.29558,-1.1328 -2.2461,-1.1328 -0.95052,0 -1.69922,0.3776 -2.24609,1.1328 -0.54037,0.7487 -0.81055,1.7839 -0.81055,3.1055"
style=""
id="path12988" />
<path
d="m 312.30927,1023.4486 0,0.8789 -8.26172,0 c 0.0781,1.237 0.44921,2.181 1.11328,2.832 0.67057,0.6446 1.60155,0.9668 2.79297,0.9668 0.69009,0 1.35741,-0.085 2.00195,-0.2539 0.65103,-0.1692 1.29556,-0.4231 1.93359,-0.7617 l 0,1.6992 c -0.64454,0.2735 -1.30534,0.4818 -1.98242,0.625 -0.67709,0.1433 -1.36394,0.2149 -2.06055,0.2149 -1.74479,0 -3.12825,-0.5078 -4.15039,-1.5235 -1.01562,-1.0156 -1.52343,-2.3893 -1.52343,-4.1211 0,-1.7903 0.48177,-3.2096 1.44531,-4.2578 0.97005,-1.0546 2.27538,-1.582 3.91601,-1.582 1.47135,0 2.63346,0.4753 3.48633,1.4258 0.85937,0.944 1.28905,2.2298 1.28907,3.8574 m -1.79688,-0.5273 c -0.013,-0.9831 -0.28972,-1.7676 -0.83008,-2.3536 -0.53386,-0.5859 -1.24349,-0.8788 -2.1289,-0.8789 -1.00261,10e-5 -1.80665,0.2833 -2.41211,0.8497 -0.59897,0.5664 -0.94402,1.3639 -1.03516,2.3925 l 6.40625,-0.01"
style=""
id="path12990" />
<path
d="m 322.19208,1018.7513 0,1.6993 c -0.50782,-0.2604 -1.03517,-0.4558 -1.58203,-0.586 -0.54689,-0.1302 -1.11329,-0.1953 -1.69922,-0.1953 -0.89193,0 -1.56251,0.1367 -2.01172,0.4102 -0.44271,0.2734 -0.66407,0.6836 -0.66406,1.2304 -10e-6,0.4167 0.1595,0.7455 0.47851,0.9864 0.31901,0.2343 0.96028,0.459 1.92383,0.6738 l 0.61523,0.1367 c 1.27604,0.2735 2.18099,0.6608 2.71485,1.1621 0.54035,0.4948 0.81054,1.1882 0.81055,2.0801 -1e-5,1.0156 -0.40366,1.8197 -1.21094,2.4121 -0.80079,0.5925 -1.90431,0.8887 -3.31055,0.8887 -0.58594,0 -1.19792,-0.059 -1.83594,-0.1758 -0.63151,-0.1107 -1.29883,-0.2799 -2.00195,-0.5078 l 0,-1.8555 c 0.66406,0.3451 1.31836,0.6055 1.96289,0.7813 0.64453,0.1692 1.28255,0.2539 1.91406,0.2539 0.84635,0 1.49739,-0.1433 1.95313,-0.4297 0.45572,-0.293 0.68358,-0.7031 0.68359,-1.2305 -10e-6,-0.4883 -0.16602,-0.8626 -0.49804,-1.123 -0.32553,-0.2604 -1.04493,-0.5111 -2.15821,-0.752 l -0.625,-0.1465 c -1.11328,-0.2343 -1.91732,-0.5924 -2.41211,-1.0742 -0.49479,-0.4883 -0.74219,-1.1556 -0.74218,-2.0019 -1e-5,-1.0287 0.36458,-1.8229 1.09375,-2.3829 0.72916,-0.5598 1.76431,-0.8398 3.10546,-0.8398 0.66406,0 1.28906,0.049 1.875,0.1465 0.58593,0.098 1.1263,0.2441 1.6211,0.4394"
style=""
id="path12992" />
<path
d="m 336.3327,1014.1908 c -0.8724,1.4974 -1.52018,2.9785 -1.94336,4.4434 -0.42318,1.4648 -0.63477,2.9492 -0.63476,4.4531 -10e-6,1.5039 0.21158,2.9948 0.63476,4.4726 0.42969,1.4714 1.07747,2.9525 1.94336,4.4434 l -1.5625,0 c -0.97656,-1.53 -1.70898,-3.0339 -2.19726,-4.5117 -0.48178,-1.4779 -0.72266,-2.946 -0.72266,-4.4043 0,-1.4518 0.24088,-2.9134 0.72266,-4.3848 0.48176,-1.4713 1.21419,-2.9752 2.19726,-4.5117 l 1.5625,0"
style=""
id="path12994" />
<path
d="m 341.56708,1027.726 0,5.8007 -1.80664,0 0,-15.0976 1.80664,0 0,1.6601 c 0.3776,-0.651 0.85286,-1.1328 1.42578,-1.4453 0.57942,-0.319 1.26952,-0.4785 2.07031,-0.4785 1.32812,0 2.40559,0.5274 3.23242,1.582 0.83333,1.0547 1.24999,2.4414 1.25,4.1602 -1e-5,1.7187 -0.41667,3.1055 -1.25,4.1601 -0.82683,1.0547 -1.9043,1.5821 -3.23242,1.5821 -0.80079,0 -1.49089,-0.1563 -2.07031,-0.4688 -0.57292,-0.319 -1.04818,-0.804 -1.42578,-1.455 m 6.11328,-3.8184 c -1e-5,-1.3216 -0.27345,-2.3568 -0.82031,-3.1055 -0.54038,-0.7552 -1.28582,-1.1328 -2.23633,-1.1328 -0.95053,0 -1.69923,0.3776 -2.2461,1.1328 -0.54036,0.7487 -0.81055,1.7839 -0.81054,3.1055 -10e-6,1.3216 0.27018,2.36 0.81054,3.1152 0.54687,0.7487 1.29557,1.1231 2.2461,1.1231 0.95051,0 1.69595,-0.3744 2.23633,-1.1231 0.54686,-0.7552 0.8203,-1.7936 0.82031,-3.1152"
style=""
id="path12996" />
<path
d="m 361.87958,1023.4486 0,0.8789 -8.26172,0 c 0.0781,1.237 0.44921,2.181 1.11328,2.832 0.67057,0.6446 1.60156,0.9668 2.79297,0.9668 0.6901,0 1.35741,-0.085 2.00195,-0.2539 0.65103,-0.1692 1.29556,-0.4231 1.9336,-0.7617 l 0,1.6992 c -0.64455,0.2735 -1.30535,0.4818 -1.98243,0.625 -0.67709,0.1433 -1.36394,0.2149 -2.06054,0.2149 -1.7448,0 -3.12826,-0.5078 -4.15039,-1.5235 -1.01563,-1.0156 -1.52344,-2.3893 -1.52344,-4.1211 0,-1.7903 0.48177,-3.2096 1.44531,-4.2578 0.97005,-1.0546 2.27539,-1.582 3.91602,-1.582 1.47134,0 2.63345,0.4753 3.48633,1.4258 0.85936,0.944 1.28905,2.2298 1.28906,3.8574 m -1.79688,-0.5273 c -0.013,-0.9831 -0.28972,-1.7676 -0.83008,-2.3536 -0.53386,-0.5859 -1.24349,-0.8788 -2.1289,-0.8789 -1.00261,10e-5 -1.80665,0.2833 -2.41211,0.8497 -0.59896,0.5664 -0.94401,1.3639 -1.03516,2.3925 l 6.40625,-0.01"
style=""
id="path12998" />
<path
d="m 374.1452,1023.4486 0,0.8789 -8.26172,0 c 0.0781,1.237 0.44922,2.181 1.11329,2.832 0.67056,0.6446 1.60155,0.9668 2.79296,0.9668 0.6901,0 1.35742,-0.085 2.00196,-0.2539 0.65103,-0.1692 1.29556,-0.4231 1.93359,-0.7617 l 0,1.6992 c -0.64454,0.2735 -1.30535,0.4818 -1.98242,0.625 -0.67709,0.1433 -1.36394,0.2149 -2.06055,0.2149 -1.74479,0 -3.12826,-0.5078 -4.15039,-1.5235 -1.01563,-1.0156 -1.52344,-2.3893 -1.52344,-4.1211 0,-1.7903 0.48177,-3.2096 1.44532,-4.2578 0.97004,-1.0546 2.27538,-1.582 3.91601,-1.582 1.47135,0 2.63346,0.4753 3.48633,1.4258 0.85936,0.944 1.28905,2.2298 1.28906,3.8574 m -1.79687,-0.5273 c -0.013,-0.9831 -0.28973,-1.7676 -0.83008,-2.3536 -0.53386,-0.5859 -1.2435,-0.8788 -2.12891,-0.8789 -1.00261,10e-5 -1.80664,0.2833 -2.41211,0.8497 -0.59896,0.5664 -0.94401,1.3639 -1.03515,2.3925 l 6.40625,-0.01"
style=""
id="path13000" />
<path
d="m 383.39325,1020.1088 c -0.20183,-0.1172 -0.42319,-0.2018 -0.66406,-0.2539 -0.23439,-0.059 -0.4948,-0.088 -0.78125,-0.088 -1.01563,0 -1.79688,0.332 -2.34375,0.9961 -0.54037,0.6575 -0.81055,1.6048 -0.81055,2.8418 l 0,5.7617 -1.80664,0 0,-10.9375 1.80664,0 0,1.6992 c 0.3776,-0.6641 0.86914,-1.1556 1.47461,-1.4746 0.60546,-0.3255 1.34114,-0.4883 2.20703,-0.4883 0.12369,0 0.26041,0.01 0.41016,0.029 0.14973,0.013 0.31574,0.036 0.49804,0.068 l 0.01,1.8457"
style=""
id="path13002" />
<path
d="m 392.2702,1018.7513 0,1.6993 c -0.50782,-0.2604 -1.03516,-0.4558 -1.58203,-0.586 -0.54688,-0.1302 -1.11329,-0.1953 -1.69922,-0.1953 -0.89193,0 -1.5625,0.1367 -2.01172,0.4102 -0.44271,0.2734 -0.66406,0.6836 -0.66406,1.2304 0,0.4167 0.1595,0.7455 0.47852,0.9864 0.319,0.2343 0.96028,0.459 1.92383,0.6738 l 0.61523,0.1367 c 1.27603,0.2735 2.18098,0.6608 2.71484,1.1621 0.54036,0.4948 0.81054,1.1882 0.81055,2.0801 -10e-6,1.0156 -0.40365,1.8197 -1.21094,2.4121 -0.80079,0.5925 -1.9043,0.8887 -3.31054,0.8887 -0.58595,0 -1.19792,-0.059 -1.83594,-0.1758 -0.63151,-0.1107 -1.29883,-0.2799 -2.00195,-0.5078 l 0,-1.8555 c 0.66406,0.3451 1.31835,0.6055 1.96289,0.7813 0.64452,0.1692 1.28254,0.2539 1.91406,0.2539 0.84635,0 1.49739,-0.1433 1.95312,-0.4297 0.45573,-0.293 0.68359,-0.7031 0.6836,-1.2305 -1e-5,-0.4883 -0.16603,-0.8626 -0.49805,-1.123 -0.32553,-0.2604 -1.04493,-0.5111 -2.1582,-0.752 l -0.625,-0.1465 c -1.11329,-0.2343 -1.91732,-0.5924 -2.41211,-1.0742 -0.4948,-0.4883 -0.74219,-1.1556 -0.74219,-2.0019 0,-1.0287 0.36458,-1.8229 1.09375,-2.3829 0.72916,-0.5598 1.76432,-0.8398 3.10547,-0.8398 0.66406,0 1.28905,0.049 1.875,0.1465 0.58593,0.098 1.12629,0.2441 1.62109,0.4394"
style=""
id="path13004" />
<path
d="m 395.44403,1014.1908 1.5625,0 c 0.97656,1.5365 1.70573,3.0404 2.1875,4.5117 0.48828,1.4714 0.73242,2.933 0.73242,4.3848 0,1.4583 -0.24414,2.9264 -0.73242,4.4043 -0.48177,1.4778 -1.21094,2.9817 -2.1875,4.5117 l -1.5625,0 c 0.86588,-1.4909 1.51041,-2.972 1.93359,-4.4434 0.42969,-1.4778 0.64453,-2.9687 0.64454,-4.4726 -10e-6,-1.5039 -0.21485,-2.9883 -0.64454,-4.4531 -0.42318,-1.4649 -1.06771,-2.946 -1.93359,-4.4434"
style=""
id="path13006" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

View file

@ -0,0 +1,404 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="600"
height="90"
id="svg4666"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="connection-types-trusted-peer.svg"
inkscape:export-filename="/home/harding/dev/bitcoin.org/img/bitcoin-core/connection-types-trusted-peer.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90">
<defs
id="defs4668">
<inkscape:path-effect
effect="spiro"
id="path-effect11746"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect11742"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect11738"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect11224"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect5356"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect5352"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect4719"
is_visible="true" />
<linearGradient
id="linearGradient4075">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop4077" />
<stop
id="stop4087"
offset="0.5"
style="stop-color:#000000;stop-opacity:0.75838351;" />
<stop
id="stop4085"
offset="1"
style="stop-color:#000000;stop-opacity:0.56491834;" />
</linearGradient>
<inkscape:path-effect
effect="spiro"
id="path-effect5352-0"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect4719-3"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect4719-7"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect11746-9"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect11746-9-4"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect11742-6"
is_visible="true" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.7071068"
inkscape:cx="-108.57467"
inkscape:cy="-36.535674"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1918"
inkscape:window-height="1042"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="0" />
<metadata
id="metadata4671">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-962.36218)">
<path
inkscape:connector-curvature="0"
id="path4717-29"
d="m 13.101107,1007.3622 493.411643,0"
style="fill:none;stroke:#000000;stroke-width:2.04586291;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
<path
inkscape:connector-curvature="0"
id="path4715-5"
d="m 16.678565,1007.3622 c 0,3.8463 -3.118012,6.9643 -6.9642824,6.9643 -3.8462701,0 -6.9642826,-3.118 -6.9642826,-6.9643 0,-3.8463 3.1180125,-6.9643 6.9642826,-6.9643 3.8462704,0 6.9642824,3.118 6.9642824,6.9643 z"
style="fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.5;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0" />
<path
inkscape:connector-curvature="0"
id="path11740"
style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.19607843000000000;stroke-dasharray:4,2;stroke-dashoffset:0"
inkscape:path-effect="#path-effect11742"
inkscape:original-d="m 513.12197,1007.5485 80.28302,0 m -41.53694,-38.29288 0,77.11388"
d="m 513.12197,1007.5485 80.28302,0 m -41.53694,-38.29288 0,77.11388" />
<rect
style="fill:none;stroke:#000000;stroke-width:2;stroke-miterlimit:4;stroke-opacity:0.19607843000000000;stroke-dasharray:4.00000001,2;stroke-dashoffset:0"
id="rect11226"
width="57.571377"
height="57.571377"
x="-351.00049"
y="1073.8884"
transform="matrix(0.70710678,-0.70710678,0.70710678,0.70710678,0,0)" />
<path
inkscape:connector-curvature="0"
id="rect4674-30"
d="m 505.89833,1000.8793 13.33852,0 0,13.3386 -13.33852,0 z"
style="fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;stroke-dasharray:none" />
<path
inkscape:connector-curvature="0"
id="rect4674-30-2"
d="m 583.91454,1000.8793 13.3385,0 0,13.3386 -13.3385,0 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#c6c6c6;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;stroke-dasharray:none" />
<path
inkscape:connector-curvature="0"
id="rect4674-30-2-4"
d="m 545.19879,963.29174 13.33851,0 0,13.33854 -13.33851,0 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#c6c6c6;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;stroke-dasharray:none" />
<path
inkscape:connector-curvature="0"
id="rect4674-30-2-7"
d="m 545.19879,1038.0941 13.33851,0 0,13.3385 -13.33851,0 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#c6c6c6;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;stroke-dasharray:none" />
<g
style="font-size:20px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
id="text11202">
<path
d="m 105.69121,983.27783 0,1.92383 c -0.74871,-0.35806 -1.45509,-0.62499 -2.11914,-0.80078 -0.66407,-0.17577 -1.30535,-0.26366 -1.92383,-0.26367 -1.07423,10e-6 -1.904302,0.20834 -2.490235,0.625 -0.579431,0.41668 -0.869144,1.00912 -0.869141,1.77734 -3e-6,0.64454 0.192054,1.13282 0.576172,1.46484 0.390621,0.32553 1.126297,0.58921 2.207034,0.79102 l 1.1914,0.24414 c 1.47135,0.27996 2.55533,0.77475 3.25196,1.48438 0.70311,0.70313 1.05467,1.64714 1.05468,2.83203 -1e-5,1.41276 -0.47527,2.48372 -1.42578,3.21289 -0.94402,0.72916 -2.33073,1.09375 -4.16015,1.09375 -0.69011,0 -1.425789,-0.0781 -2.207035,-0.23438 -0.774742,-0.15625 -1.578778,-0.38737 -2.412109,-0.69336 l 0,-2.03125 c 0.800779,0.44922 1.585284,0.78777 2.353516,1.01563 0.768224,0.22786 1.523428,0.3418 2.265628,0.3418 1.12629,0 1.99543,-0.22136 2.60742,-0.66407 0.61197,-0.4427 0.91796,-1.07421 0.91797,-1.89453 -1e-5,-0.71614 -0.22137,-1.27604 -0.66407,-1.67969 -0.4362,-0.40364 -1.1556,-0.70637 -2.1582,-0.9082 l -1.20117,-0.23437 c -1.471358,-0.29297 -2.53581,-0.75195 -3.19336,-1.37696 -0.657553,-0.62499 -0.986329,-1.49413 -0.986328,-2.60742 -10e-7,-1.28905 0.452472,-2.30467 1.357422,-3.04687 0.911455,-0.74218 2.164709,-1.11327 3.759766,-1.11329 0.68359,2e-5 1.3802,0.0619 2.08984,0.18555 0.70963,0.12371 1.43554,0.30926 2.17774,0.55664"
style=""
id="path13117" />
<path
d="m 118.96269,991.46143 0,0.8789 -8.26172,0 c 0.0781,1.23698 0.44922,2.18099 1.11328,2.83203 0.67057,0.64454 1.60156,0.9668 2.79297,0.9668 0.6901,0 1.35742,-0.0846 2.00196,-0.25391 0.65103,-0.16927 1.29556,-0.42317 1.93359,-0.76171 l 0,1.69921 c -0.64454,0.27344 -1.30535,0.48177 -1.98242,0.625 -0.67709,0.14323 -1.36394,0.21485 -2.06055,0.21485 -1.7448,0 -3.12826,-0.50781 -4.15039,-1.52344 -1.01563,-1.01562 -1.52344,-2.38932 -1.52344,-4.12109 0,-1.79036 0.48177,-3.20963 1.44532,-4.25782 0.97004,-1.05467 2.27538,-1.58202 3.91601,-1.58203 1.47135,10e-6 2.63346,0.47527 3.48633,1.42578 0.85936,0.94402 1.28905,2.22983 1.28906,3.85743 m -1.79687,-0.52735 c -0.013,-0.98306 -0.28973,-1.76757 -0.83008,-2.35351 -0.53386,-0.58593 -1.2435,-0.8789 -2.12891,-0.87891 -1.00261,1e-5 -1.80664,0.28321 -2.41211,0.84961 -0.59896,0.56641 -0.94401,1.36394 -1.03515,2.39258 l 6.40625,-0.01"
style=""
id="path13119" />
<path
d="m 129.74394,986.86182 0,1.67968 c -0.50782,-0.27993 -1.01889,-0.48827 -1.5332,-0.625 -0.50782,-0.14322 -1.02214,-0.21483 -1.54297,-0.21484 -1.16537,1e-5 -2.07032,0.3711 -2.71484,1.11328 -0.64454,0.73569 -0.9668,1.77084 -0.9668,3.10547 0,1.33464 0.32226,2.37305 0.9668,3.11523 0.64452,0.73568 1.54947,1.10352 2.71484,1.10352 0.52083,0 1.03515,-0.0684 1.54297,-0.20508 0.51431,-0.14323 1.02538,-0.35481 1.5332,-0.63476 l 0,1.66015 c -0.50131,0.23438 -1.02214,0.41016 -1.5625,0.52735 -0.53386,0.11718 -1.10352,0.17578 -1.70898,0.17578 -1.64714,0 -2.95573,-0.51758 -3.92578,-1.55274 -0.97006,-1.03515 -1.45508,-2.43163 -1.45508,-4.18945 0,-1.78385 0.48828,-3.18684 1.46484,-4.20898 0.98307,-1.02213 2.32747,-1.5332 4.03321,-1.53321 0.55337,10e-6 1.09374,0.0586 1.62109,0.17578 0.52733,0.11069 1.0384,0.27996 1.5332,0.50782"
style=""
id="path13121" />
<path
d="m 132.66386,993.06299 0,-6.6211 1.79688,0 0,6.55274 c 0,1.03516 0.20182,1.81315 0.60547,2.33398 0.40364,0.51433 1.00911,0.77149 1.8164,0.77149 0.97005,0 1.73502,-0.30925 2.29493,-0.92774 0.56639,-0.61848 0.8496,-1.46158 0.84961,-2.52929 l 0,-6.20118 1.79687,0 0,10.9375 -1.79687,0 0,-1.67968 c -0.43621,0.66406 -0.94402,1.15885 -1.52344,1.48437 -0.57293,0.31901 -1.24024,0.47852 -2.00196,0.47852 -1.25651,0 -2.21029,-0.39063 -2.86132,-1.17188 -0.65105,-0.78125 -0.97657,-1.92382 -0.97657,-3.42773 m 4.52149,-6.88477 0,0"
style=""
id="path13123" />
<path
d="m 151.88261,988.12158 c -0.20183,-0.11718 -0.42318,-0.20181 -0.66406,-0.2539 -0.23438,-0.0586 -0.4948,-0.0879 -0.78125,-0.0879 -1.01563,0 -1.79688,0.33204 -2.34375,0.99609 -0.54037,0.65756 -0.81055,1.60482 -0.81055,2.8418 l 0,5.76171 -1.80664,0 0,-10.9375 1.80664,0 0,1.69922 c 0.3776,-0.66405 0.86914,-1.15559 1.47461,-1.47461 0.60547,-0.32551 1.34114,-0.48827 2.20704,-0.48828 0.12369,10e-6 0.2604,0.01 0.41015,0.0293 0.14973,0.013 0.31575,0.0358 0.49805,0.0684 l 0.01,1.8457"
style=""
id="path13125" />
<path
d="m 162.71269,991.46143 0,0.8789 -8.26172,0 c 0.0781,1.23698 0.44922,2.18099 1.11328,2.83203 0.67057,0.64454 1.60156,0.9668 2.79297,0.9668 0.6901,0 1.35742,-0.0846 2.00196,-0.25391 0.65103,-0.16927 1.29556,-0.42317 1.93359,-0.76171 l 0,1.69921 c -0.64454,0.27344 -1.30535,0.48177 -1.98242,0.625 -0.67709,0.14323 -1.36394,0.21485 -2.06055,0.21485 -1.7448,0 -3.12826,-0.50781 -4.15039,-1.52344 -1.01563,-1.01562 -1.52344,-2.38932 -1.52344,-4.12109 0,-1.79036 0.48177,-3.20963 1.44532,-4.25782 0.97004,-1.05467 2.27538,-1.58202 3.91601,-1.58203 1.47135,10e-6 2.63346,0.47527 3.48633,1.42578 0.85936,0.94402 1.28905,2.22983 1.28906,3.85743 m -1.79687,-0.52735 c -0.013,-0.98306 -0.28973,-1.76757 -0.83008,-2.35351 -0.53386,-0.58593 -1.2435,-0.8789 -2.12891,-0.87891 -1.00261,1e-5 -1.80664,0.28321 -2.41211,0.84961 -0.59896,0.56641 -0.94401,1.36394 -1.03515,2.39258 l 6.40625,-0.01"
style=""
id="path13127" />
<path
d="m 176.96074,991.88135 c -1.45183,0 -2.45769,0.16602 -3.01758,0.49804 -0.5599,0.33204 -0.83985,0.89845 -0.83984,1.69922 -1e-5,0.63803 0.20833,1.14584 0.625,1.52344 0.42317,0.3711 0.99609,0.55664 1.71875,0.55664 0.99608,0 1.79361,-0.35156 2.39258,-1.05469 0.60546,-0.70963 0.90819,-1.65038 0.9082,-2.82226 l 0,-0.40039 -1.78711,0 m 3.58398,-0.74219 0,6.24023 -1.79687,0 0,-1.66015 c -0.41017,0.66406 -0.92123,1.1556 -1.5332,1.47461 -0.61199,0.3125 -1.36069,0.46875 -2.2461,0.46875 -1.11979,0 -2.01172,-0.3125 -2.67578,-0.9375 -0.65755,-0.63151 -0.98633,-1.47461 -0.98633,-2.5293 0,-1.23046 0.41016,-2.1582 1.23047,-2.7832 0.82682,-0.625 2.05729,-0.9375 3.69141,-0.9375 l 2.51953,0 0,-0.17578 c -1e-5,-0.82682 -0.27345,-1.46484 -0.82031,-1.91407 -0.54038,-0.45572 -1.30209,-0.68358 -2.28516,-0.68359 -0.62501,1e-5 -1.23373,0.0749 -1.82617,0.22461 -0.59245,0.14975 -1.16211,0.37436 -1.70899,0.67383 l 0,-1.66016 c 0.65755,-0.25389 1.29557,-0.4427 1.91407,-0.5664 0.61848,-0.1302 1.22069,-0.19531 1.80664,-0.19532 1.58202,10e-6 2.76366,0.41017 3.54492,1.23047 0.78124,0.82032 1.17186,2.06381 1.17187,3.73047"
style=""
id="path13129" />
<path
d="m 193.38652,990.77783 0,6.60156 -1.79687,0 0,-6.54296 c -1e-5,-1.03515 -0.20184,-1.80989 -0.60547,-2.32422 -0.40366,-0.51432 -1.00913,-0.77148 -1.81641,-0.77149 -0.97006,10e-6 -1.73503,0.30926 -2.29492,0.92774 -0.5599,0.61849 -0.83985,1.46159 -0.83985,2.52929 l 0,6.18164 -1.80664,0 0,-10.9375 1.80664,0 0,1.69922 c 0.42969,-0.65754 0.93424,-1.14907 1.51368,-1.47461 0.58593,-0.32551 1.25976,-0.48827 2.02148,-0.48828 1.2565,10e-6 2.20702,0.39064 2.85156,1.17188 0.64452,0.77475 0.96679,1.91732 0.9668,3.42773"
style=""
id="path13131" />
<path
d="m 204.1873,988.10205 0,-5.91797 1.79688,0 0,15.19531 -1.79688,0 0,-1.64062 c -0.37761,0.65104 -0.85613,1.13607 -1.43555,1.45508 -0.57292,0.3125 -1.26302,0.46875 -2.07031,0.46875 -1.32162,0 -2.39909,-0.52735 -3.23242,-1.58203 -0.82682,-1.05469 -1.24024,-2.44141 -1.24023,-4.16016 -1e-5,-1.71874 0.41341,-3.10546 1.24023,-4.16016 0.83333,-1.05467 1.9108,-1.58202 3.23242,-1.58203 0.80729,10e-6 1.49739,0.15952 2.07031,0.47852 0.57942,0.31251 1.05794,0.79428 1.43555,1.44531 m -6.12305,3.81836 c 0,1.32162 0.27018,2.36003 0.81055,3.11523 0.54687,0.7487 1.29557,1.12305 2.2461,1.12305 0.95051,0 1.69921,-0.37435 2.24609,-1.12305 0.54687,-0.7552 0.8203,-1.79361 0.82031,-3.11523 -1e-5,-1.32161 -0.27344,-2.35676 -0.82031,-3.10547 -0.54688,-0.7552 -1.29558,-1.1328 -2.24609,-1.13281 -0.95053,10e-6 -1.69923,0.37761 -2.2461,1.13281 -0.54037,0.74871 -0.81055,1.78386 -0.81055,3.10547"
style=""
id="path13133" />
<path
d="m 217.79082,995.73877 0,5.80083 -1.80664,0 0,-15.09771 1.80664,0 0,1.66016 c 0.3776,-0.65103 0.85286,-1.1328 1.42578,-1.44531 0.57942,-0.319 1.26952,-0.47851 2.07031,-0.47852 1.32812,10e-6 2.40559,0.52736 3.23242,1.58203 0.83333,1.0547 1.24999,2.44142 1.25,4.16016 -1e-5,1.71875 -0.41667,3.10547 -1.25,4.16016 -0.82683,1.05468 -1.9043,1.58203 -3.23242,1.58203 -0.80079,0 -1.49089,-0.15625 -2.07031,-0.46875 -0.57292,-0.31901 -1.04818,-0.80404 -1.42578,-1.45508 m 6.11328,-3.81836 c -1e-5,-1.32161 -0.27345,-2.35676 -0.82031,-3.10547 -0.54038,-0.7552 -1.28582,-1.1328 -2.23633,-1.13281 -0.95053,10e-6 -1.69923,0.37761 -2.2461,1.13281 -0.54036,0.74871 -0.81055,1.78386 -0.81054,3.10547 -1e-5,1.32162 0.27018,2.36003 0.81054,3.11523 0.54687,0.7487 1.29557,1.12305 2.2461,1.12305 0.95051,0 1.69595,-0.37435 2.23633,-1.12305 0.54686,-0.7552 0.8203,-1.79361 0.82031,-3.11523"
style=""
id="path13135" />
<path
d="m 235.08574,988.12158 c -0.20183,-0.11718 -0.42319,-0.20181 -0.66406,-0.2539 -0.23439,-0.0586 -0.4948,-0.0879 -0.78125,-0.0879 -1.01563,0 -1.79688,0.33204 -2.34375,0.99609 -0.54037,0.65756 -0.81055,1.60482 -0.81055,2.8418 l 0,5.76171 -1.80664,0 0,-10.9375 1.80664,0 0,1.69922 c 0.3776,-0.66405 0.86914,-1.15559 1.47461,-1.47461 0.60546,-0.32551 1.34114,-0.48827 2.20703,-0.48828 0.12369,10e-6 0.26041,0.01 0.41016,0.0293 0.14973,0.013 0.31574,0.0358 0.49804,0.0684 l 0.01,1.8457"
style=""
id="path13137" />
<path
d="m 236.99004,986.44189 1.79687,0 0,10.9375 -1.79687,0 0,-10.9375 m 0,-4.25781 1.79687,0 0,2.27539 -1.79687,0 0,-2.27539"
style=""
id="path13139" />
<path
d="m 241.24785,986.44189 1.9043,0 3.41796,9.17969 3.41797,-9.17969 1.9043,0 -4.10156,10.9375 -2.44141,0 -4.10156,-10.9375"
style=""
id="path13141" />
<path
d="m 259.34355,991.88135 c -1.45183,0 -2.45769,0.16602 -3.01758,0.49804 -0.5599,0.33204 -0.83984,0.89845 -0.83984,1.69922 0,0.63803 0.20833,1.14584 0.625,1.52344 0.42317,0.3711 0.99609,0.55664 1.71875,0.55664 0.99609,0 1.79361,-0.35156 2.39258,-1.05469 0.60546,-0.70963 0.90819,-1.65038 0.9082,-2.82226 l 0,-0.40039 -1.78711,0 m 3.58399,-0.74219 0,6.24023 -1.79688,0 0,-1.66015 c -0.41016,0.66406 -0.92123,1.1556 -1.5332,1.47461 -0.61199,0.3125 -1.36068,0.46875 -2.2461,0.46875 -1.11979,0 -2.01172,-0.3125 -2.67578,-0.9375 -0.65755,-0.63151 -0.98633,-1.47461 -0.98633,-2.5293 0,-1.23046 0.41016,-2.1582 1.23047,-2.7832 0.82682,-0.625 2.05729,-0.9375 3.69141,-0.9375 l 2.51953,0 0,-0.17578 c -10e-6,-0.82682 -0.27344,-1.46484 -0.82031,-1.91407 -0.54037,-0.45572 -1.30209,-0.68358 -2.28516,-0.68359 -0.625,1e-5 -1.23373,0.0749 -1.82617,0.22461 -0.59245,0.14975 -1.16211,0.37436 -1.70898,0.67383 l 0,-1.66016 c 0.65755,-0.25389 1.29557,-0.4427 1.91406,-0.5664 0.61848,-0.1302 1.2207,-0.19531 1.80664,-0.19532 1.58202,10e-6 2.76366,0.41017 3.54492,1.23047 0.78124,0.82032 1.17187,2.06381 1.17188,3.73047"
style=""
id="path13143" />
<path
d="m 268.45488,983.33643 0,3.10546 3.70117,0 0,1.39649 -3.70117,0 0,5.9375 c 0,0.89193 0.12044,1.46484 0.36133,1.71875 0.24739,0.25391 0.74544,0.38086 1.49414,0.38086 l 1.8457,0 0,1.5039 -1.8457,0 c -1.38672,0 -2.34375,-0.25716 -2.8711,-0.77148 -0.52734,-0.52083 -0.79101,-1.46484 -0.79101,-2.83203 l 0,-5.9375 -1.31836,0 0,-1.39649 1.31836,0 0,-3.10546 1.80664,0"
style=""
id="path13145" />
<path
d="m 283.88457,991.46143 0,0.8789 -8.26172,0 c 0.0781,1.23698 0.44921,2.18099 1.11328,2.83203 0.67057,0.64454 1.60156,0.9668 2.79297,0.9668 0.6901,0 1.35741,-0.0846 2.00195,-0.25391 0.65103,-0.16927 1.29556,-0.42317 1.9336,-0.76171 l 0,1.69921 c -0.64455,0.27344 -1.30535,0.48177 -1.98243,0.625 -0.67709,0.14323 -1.36394,0.21485 -2.06054,0.21485 -1.7448,0 -3.12826,-0.50781 -4.15039,-1.52344 -1.01563,-1.01562 -1.52344,-2.38932 -1.52344,-4.12109 0,-1.79036 0.48177,-3.20963 1.44531,-4.25782 0.97005,-1.05467 2.27539,-1.58202 3.91602,-1.58203 1.47134,10e-6 2.63345,0.47527 3.48632,1.42578 0.85937,0.94402 1.28906,2.22983 1.28907,3.85743 m -1.79688,-0.52735 c -0.013,-0.98306 -0.28972,-1.76757 -0.83008,-2.35351 -0.53386,-0.58593 -1.24349,-0.8789 -2.1289,-0.87891 -1.00261,1e-5 -1.80665,0.28321 -2.41211,0.84961 -0.59896,0.56641 -0.94402,1.36394 -1.03516,2.39258 l 6.40625,-0.01"
style=""
id="path13147" />
<path
d="m 301.033,986.86182 0,1.67968 c -0.50782,-0.27993 -1.01888,-0.48827 -1.5332,-0.625 -0.50782,-0.14322 -1.02214,-0.21483 -1.54297,-0.21484 -1.16537,1e-5 -2.07031,0.3711 -2.71484,1.11328 -0.64454,0.73569 -0.9668,1.77084 -0.9668,3.10547 0,1.33464 0.32226,2.37305 0.9668,3.11523 0.64453,0.73568 1.54947,1.10352 2.71484,1.10352 0.52083,0 1.03515,-0.0684 1.54297,-0.20508 0.51432,-0.14323 1.02538,-0.35481 1.5332,-0.63476 l 0,1.66015 c -0.50131,0.23438 -1.02214,0.41016 -1.5625,0.52735 -0.53386,0.11718 -1.10352,0.17578 -1.70898,0.17578 -1.64714,0 -2.95573,-0.51758 -3.92578,-1.55274 -0.97005,-1.03515 -1.45508,-2.43163 -1.45508,-4.18945 0,-1.78385 0.48828,-3.18684 1.46484,-4.20898 0.98307,-1.02213 2.32747,-1.5332 4.03321,-1.53321 0.55338,10e-6 1.09374,0.0586 1.62109,0.17578 0.52734,0.11069 1.0384,0.27996 1.5332,0.50782"
style=""
id="path13149" />
<path
d="m 308.37675,987.70166 c -0.96354,1e-5 -1.72526,0.37761 -2.28515,1.13281 -0.5599,0.74871 -0.83985,1.77735 -0.83985,3.08594 0,1.3086 0.27669,2.3405 0.83008,3.0957 0.55989,0.7487 1.32487,1.12305 2.29492,1.12305 0.95703,0 1.71549,-0.3776 2.2754,-1.13281 0.55988,-0.75521 0.83983,-1.78385 0.83984,-3.08594 -10e-6,-1.29557 -0.27996,-2.32096 -0.83984,-3.07617 -0.55991,-0.76171 -1.31837,-1.14257 -2.2754,-1.14258 m 0,-1.52344 c 1.5625,10e-6 2.78971,0.50783 3.68165,1.52344 0.89191,1.01563 1.33787,2.42188 1.33789,4.21875 -2e-5,1.79037 -0.44598,3.19662 -1.33789,4.21875 -0.89194,1.01563 -2.11915,1.52344 -3.68165,1.52344 -1.56901,0 -2.79948,-0.50781 -3.6914,-1.52344 -0.88542,-1.02213 -1.32813,-2.42838 -1.32813,-4.21875 0,-1.79687 0.44271,-3.20312 1.32813,-4.21875 0.89192,-1.01561 2.12239,-1.52343 3.6914,-1.52344"
style=""
id="path13151" />
<path
d="m 325.45683,990.77783 0,6.60156 -1.79687,0 0,-6.54296 c -1e-5,-1.03515 -0.20183,-1.80989 -0.60547,-2.32422 -0.40365,-0.51432 -1.00912,-0.77148 -1.81641,-0.77149 -0.97005,10e-6 -1.73503,0.30926 -2.29492,0.92774 -0.5599,0.61849 -0.83985,1.46159 -0.83984,2.52929 l 0,6.18164 -1.80664,0 0,-10.9375 1.80664,0 0,1.69922 c 0.42968,-0.65754 0.93424,-1.14907 1.51367,-1.47461 0.58593,-0.32551 1.25976,-0.48827 2.02148,-0.48828 1.25651,10e-6 2.20703,0.39064 2.85157,1.17188 0.64452,0.77475 0.96678,1.91732 0.96679,3.42773"
style=""
id="path13153" />
<path
d="m 338.15215,990.77783 0,6.60156 -1.79688,0 0,-6.54296 c -1e-5,-1.03515 -0.20183,-1.80989 -0.60547,-2.32422 -0.40365,-0.51432 -1.00912,-0.77148 -1.8164,-0.77149 -0.97006,10e-6 -1.73504,0.30926 -2.29493,0.92774 -0.5599,0.61849 -0.83984,1.46159 -0.83984,2.52929 l 0,6.18164 -1.80664,0 0,-10.9375 1.80664,0 0,1.69922 c 0.42968,-0.65754 0.93424,-1.14907 1.51367,-1.47461 0.58593,-0.32551 1.25976,-0.48827 2.02149,-0.48828 1.2565,10e-6 2.20702,0.39064 2.85156,1.17188 0.64452,0.77475 0.96678,1.91732 0.9668,3.42773"
style=""
id="path13155" />
<path
d="m 351.11113,991.46143 0,0.8789 -8.26172,0 c 0.0781,1.23698 0.44922,2.18099 1.11328,2.83203 0.67057,0.64454 1.60156,0.9668 2.79297,0.9668 0.6901,0 1.35741,-0.0846 2.00195,-0.25391 0.65104,-0.16927 1.29557,-0.42317 1.9336,-0.76171 l 0,1.69921 c -0.64454,0.27344 -1.30535,0.48177 -1.98242,0.625 -0.6771,0.14323 -1.36394,0.21485 -2.06055,0.21485 -1.7448,0 -3.12826,-0.50781 -4.15039,-1.52344 -1.01563,-1.01562 -1.52344,-2.38932 -1.52344,-4.12109 0,-1.79036 0.48177,-3.20963 1.44531,-4.25782 0.97005,-1.05467 2.27539,-1.58202 3.91602,-1.58203 1.47135,10e-6 2.63345,0.47527 3.48633,1.42578 0.85936,0.94402 1.28905,2.22983 1.28906,3.85743 m -1.79688,-0.52735 c -0.013,-0.98306 -0.28972,-1.76757 -0.83007,-2.35351 -0.53387,-0.58593 -1.2435,-0.8789 -2.12891,-0.87891 -1.00261,1e-5 -1.80664,0.28321 -2.41211,0.84961 -0.59896,0.56641 -0.94401,1.36394 -1.03516,2.39258 l 6.40625,-0.01"
style=""
id="path13157" />
<path
d="m 361.89238,986.86182 0,1.67968 c -0.50782,-0.27993 -1.01889,-0.48827 -1.5332,-0.625 -0.50782,-0.14322 -1.02215,-0.21483 -1.54297,-0.21484 -1.16537,1e-5 -2.07032,0.3711 -2.71485,1.11328 -0.64453,0.73569 -0.9668,1.77084 -0.96679,3.10547 -10e-6,1.33464 0.32226,2.37305 0.96679,3.11523 0.64453,0.73568 1.54948,1.10352 2.71485,1.10352 0.52082,0 1.03515,-0.0684 1.54297,-0.20508 0.51431,-0.14323 1.02538,-0.35481 1.5332,-0.63476 l 0,1.66015 c -0.50131,0.23438 -1.02214,0.41016 -1.5625,0.52735 -0.53386,0.11718 -1.10352,0.17578 -1.70898,0.17578 -1.64714,0 -2.95574,-0.51758 -3.92579,-1.55274 -0.97005,-1.03515 -1.45508,-2.43163 -1.45507,-4.18945 -1e-5,-1.78385 0.48828,-3.18684 1.46484,-4.20898 0.98307,-1.02213 2.32747,-1.5332 4.0332,-1.53321 0.55338,10e-6 1.09375,0.0586 1.6211,0.17578 0.52733,0.11069 1.0384,0.27996 1.5332,0.50782"
style=""
id="path13159" />
<path
d="m 366.77519,983.33643 0,3.10546 3.70117,0 0,1.39649 -3.70117,0 0,5.9375 c 0,0.89193 0.12044,1.46484 0.36133,1.71875 0.24739,0.25391 0.74544,0.38086 1.49414,0.38086 l 1.8457,0 0,1.5039 -1.8457,0 c -1.38672,0 -2.34375,-0.25716 -2.87109,-0.77148 -0.52735,-0.52083 -0.79102,-1.46484 -0.79102,-2.83203 l 0,-5.9375 -1.31836,0 0,-1.39649 1.31836,0 0,-3.10546 1.80664,0"
style=""
id="path13161" />
<path
d="m 372.84941,986.44189 1.79688,0 0,10.9375 -1.79688,0 0,-10.9375 m 0,-4.25781 1.79688,0 0,2.27539 -1.79688,0 0,-2.27539"
style=""
id="path13163" />
<path
d="m 382.63457,987.70166 c -0.96355,1e-5 -1.72527,0.37761 -2.28516,1.13281 -0.5599,0.74871 -0.83985,1.77735 -0.83984,3.08594 -10e-6,1.3086 0.27669,2.3405 0.83008,3.0957 0.55989,0.7487 1.32486,1.12305 2.29492,1.12305 0.95702,0 1.71548,-0.3776 2.27539,-1.13281 0.55988,-0.75521 0.83983,-1.78385 0.83984,-3.08594 -10e-6,-1.29557 -0.27996,-2.32096 -0.83984,-3.07617 -0.55991,-0.76171 -1.31837,-1.14257 -2.27539,-1.14258 m 0,-1.52344 c 1.56249,10e-6 2.7897,0.50783 3.68164,1.52344 0.89191,1.01563 1.33788,2.42188 1.33789,4.21875 -1e-5,1.79037 -0.44598,3.19662 -1.33789,4.21875 -0.89194,1.01563 -2.11915,1.52344 -3.68164,1.52344 -1.56902,0 -2.79949,-0.50781 -3.69141,-1.52344 -0.88542,-1.02213 -1.32813,-2.42838 -1.32812,-4.21875 -1e-5,-1.79687 0.4427,-3.20312 1.32812,-4.21875 0.89192,-1.01561 2.12239,-1.52343 3.69141,-1.52344"
style=""
id="path13165" />
<path
d="m 399.71465,990.77783 0,6.60156 -1.79688,0 0,-6.54296 c -1e-5,-1.03515 -0.20183,-1.80989 -0.60547,-2.32422 -0.40365,-0.51432 -1.00912,-0.77148 -1.8164,-0.77149 -0.97006,10e-6 -1.73504,0.30926 -2.29493,0.92774 -0.5599,0.61849 -0.83984,1.46159 -0.83984,2.52929 l 0,6.18164 -1.80664,0 0,-10.9375 1.80664,0 0,1.69922 c 0.42968,-0.65754 0.93424,-1.14907 1.51367,-1.47461 0.58593,-0.32551 1.25976,-0.48827 2.02149,-0.48828 1.2565,10e-6 2.20702,0.39064 2.85156,1.17188 0.64452,0.77475 0.96678,1.91732 0.9668,3.42773"
style=""
id="path13167" />
</g>
<g
style="font-size:20px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
id="text11206">
<path
d="m 80.686325,1015.4907 0,3.1055 3.701172,0 0,1.3965 -3.701172,0 0,5.9375 c -4e-6,0.8919 0.120439,1.4648 0.361328,1.7187 0.247392,0.2539 0.745438,0.3809 1.494141,0.3809 l 1.845703,0 0,1.5039 -1.845703,0 c -1.386723,0 -2.343753,-0.2572 -2.871094,-0.7715 -0.527346,-0.5208 -0.791017,-1.4648 -0.791016,-2.832 l 0,-5.9375 -1.318359,0 0,-1.3965 1.318359,0 0,-3.1055 1.806641,0"
style=""
id="path13056" />
<path
d="m 90.998825,1019.856 c -0.963547,0 -1.725265,0.3776 -2.285156,1.1328 -0.559899,0.7487 -0.839847,1.7773 -0.839844,3.0859 -3e-6,1.3086 0.27669,2.3405 0.830078,3.0957 0.559892,0.7487 1.324865,1.1231 2.294922,1.1231 0.957024,0 1.715487,-0.3776 2.275391,-1.1329 0.559887,-0.7552 0.839834,-1.7838 0.839843,-3.0859 -9e-6,-1.2956 -0.279956,-2.3209 -0.839843,-3.0762 -0.559904,-0.7617 -1.318367,-1.1425 -2.275391,-1.1425 m 0,-1.5235 c 1.562492,0 2.789705,0.5078 3.681641,1.5235 0.891916,1.0156 1.337879,2.4218 1.33789,4.2187 -1.1e-5,1.7904 -0.445974,3.1966 -1.33789,4.2188 -0.891936,1.0156 -2.119149,1.5234 -3.681641,1.5234 -1.569015,0 -2.799482,-0.5078 -3.691406,-1.5234 -0.885418,-1.0222 -1.328126,-2.4284 -1.328125,-4.2188 -10e-7,-1.7969 0.442707,-3.2031 1.328125,-4.2187 0.891924,-1.0157 2.122391,-1.5235 3.691406,-1.5235"
style=""
id="path13058" />
<path
d="m 109.90508,1030.5493 c -0.50782,1.3021 -1.00261,2.1517 -1.48438,2.5488 -0.48178,0.3972 -1.12631,0.5957 -1.93359,0.5957 l -1.43555,0 0,-1.5039 1.05469,0 c 0.49479,0 0.8789,-0.1171 1.15234,-0.3515 0.27343,-0.2344 0.57617,-0.7878 0.9082,-1.6602 l 0.32227,-0.8203 -4.42383,-10.7617 1.9043,0 3.41797,8.5547 3.41797,-8.5547 1.90429,0 -4.80468,11.9531"
style=""
id="path13060" />
<path
d="m 121.42851,1019.856 c -0.96354,0 -1.72526,0.3776 -2.28515,1.1328 -0.5599,0.7487 -0.83985,1.7773 -0.83985,3.0859 0,1.3086 0.27669,2.3405 0.83008,3.0957 0.55989,0.7487 1.32487,1.1231 2.29492,1.1231 0.95703,0 1.71549,-0.3776 2.27539,-1.1329 0.55989,-0.7552 0.83984,-1.7838 0.83985,-3.0859 -1e-5,-1.2956 -0.27996,-2.3209 -0.83985,-3.0762 -0.5599,-0.7617 -1.31836,-1.1425 -2.27539,-1.1425 m 0,-1.5235 c 1.56249,0 2.78971,0.5078 3.68164,1.5235 0.89192,1.0156 1.33788,2.4218 1.33789,4.2187 -1e-5,1.7904 -0.44597,3.1966 -1.33789,4.2188 -0.89193,1.0156 -2.11915,1.5234 -3.68164,1.5234 -1.56901,0 -2.79948,-0.5078 -3.6914,-1.5234 -0.88542,-1.0222 -1.32813,-2.4284 -1.32813,-4.2188 0,-1.7969 0.44271,-3.2031 1.32813,-4.2187 0.89192,-1.0157 2.12239,-1.5235 3.6914,-1.5235"
style=""
id="path13062" />
<path
d="m 129.23125,1025.2173 0,-6.6211 1.79687,0 0,6.5527 c 0,1.0352 0.20182,1.8132 0.60547,2.334 0.40364,0.5143 1.00911,0.7715 1.81641,0.7715 0.97004,0 1.73502,-0.3092 2.29492,-0.9277 0.5664,-0.6185 0.8496,-1.4616 0.84961,-2.5293 l 0,-6.2012 1.79687,0 0,10.9375 -1.79687,0 0,-1.6797 c -0.43621,0.6641 -0.94402,1.1589 -1.52344,1.4844 -0.57292,0.319 -1.24024,0.4785 -2.00195,0.4785 -1.25652,0 -2.21029,-0.3906 -2.86133,-1.1719 -0.65104,-0.7812 -0.97656,-1.9238 -0.97656,-3.4277 m 4.52148,-6.8848 0,0"
style=""
id="path13064" />
<path
d="m 148.45,1020.2759 c -0.20183,-0.1172 -0.42319,-0.2018 -0.66407,-0.2539 -0.23438,-0.059 -0.49479,-0.088 -0.78125,-0.088 -1.01563,0 -1.79688,0.332 -2.34375,0.9961 -0.54036,0.6575 -0.81055,1.6048 -0.81054,2.8418 l 0,5.7617 -1.80664,0 0,-10.9375 1.80664,0 0,1.6992 c 0.3776,-0.664 0.86913,-1.1556 1.47461,-1.4746 0.60546,-0.3255 1.34114,-0.4883 2.20703,-0.4883 0.12369,0 0.26041,0.01 0.41015,0.029 0.14974,0.013 0.31575,0.036 0.49805,0.068 l 0.01,1.8457"
style=""
id="path13066" />
<path
d="m 158.77226,1022.5708 0,5.3418 3.16407,0 c 1.06118,0 1.84569,-0.2181 2.35351,-0.6543 0.51431,-0.4427 0.77147,-1.1165 0.77149,-2.0215 -2e-5,-0.9114 -0.25718,-1.582 -0.77149,-2.0117 -0.50782,-0.4362 -1.29233,-0.6543 -2.35351,-0.6543 l -3.16407,0 m 0,-5.9961 0,4.3945 2.91992,0 c 0.96354,0 1.67968,-0.179 2.14844,-0.5371 0.47525,-0.3645 0.71288,-0.9179 0.71289,-1.6601 -10e-6,-0.7357 -0.23764,-1.2858 -0.71289,-1.6504 -0.46876,-0.3646 -1.1849,-0.5469 -2.14844,-0.5469 l -2.91992,0 m -1.97265,-1.6211 5.03906,0 c 1.5039,0 2.66275,0.3125 3.47656,0.9375 0.81379,0.625 1.22069,1.5137 1.2207,2.666 -1e-5,0.892 -0.20834,1.6016 -0.625,2.1289 -0.41667,0.5274 -1.02865,0.8562 -1.83593,0.9864 0.97004,0.2083 1.72199,0.6445 2.25586,1.3086 0.54035,0.6575 0.81053,1.4811 0.81054,2.4707 -1e-5,1.302 -0.44272,2.3079 -1.32812,3.0175 -0.88543,0.7097 -2.14519,1.0645 -3.7793,1.0645 l -5.23437,0 0,-14.5801"
style=""
id="path13068" />
<path
d="m 170.43242,1018.5962 1.79687,0 0,10.9375 -1.79687,0 0,-10.9375 m 0,-4.2578 1.79687,0 0,2.2754 -1.79687,0 0,-2.2754"
style=""
id="path13070" />
<path
d="m 177.75664,1015.4907 0,3.1055 3.70117,0 0,1.3965 -3.70117,0 0,5.9375 c -1e-5,0.8919 0.12044,1.4648 0.36133,1.7187 0.24739,0.2539 0.74543,0.3809 1.49414,0.3809 l 1.8457,0 0,1.5039 -1.8457,0 c -1.38673,0 -2.34376,-0.2572 -2.8711,-0.7715 -0.52734,-0.5208 -0.79101,-1.4648 -0.79101,-2.832 l 0,-5.9375 -1.31836,0 0,-1.3965 1.31836,0 0,-3.1055 1.80664,0"
style=""
id="path13072" />
<path
d="m 191.70195,1019.0161 0,1.6797 c -0.50782,-0.2799 -1.01889,-0.4883 -1.5332,-0.625 -0.50782,-0.1432 -1.02215,-0.2148 -1.54297,-0.2148 -1.16537,0 -2.07032,0.3711 -2.71485,1.1132 -0.64453,0.7357 -0.9668,1.7709 -0.96679,3.1055 -1e-5,1.3346 0.32226,2.3731 0.96679,3.1152 0.64453,0.7357 1.54948,1.1036 2.71485,1.1036 0.52082,0 1.03515,-0.068 1.54297,-0.2051 0.51431,-0.1432 1.02538,-0.3548 1.5332,-0.6348 l 0,1.6602 c -0.50131,0.2343 -1.02214,0.4101 -1.5625,0.5273 -0.53386,0.1172 -1.10352,0.1758 -1.70898,0.1758 -1.64714,0 -2.95574,-0.5176 -3.92579,-1.5527 -0.97005,-1.0352 -1.45507,-2.4317 -1.45507,-4.1895 0,-1.7838 0.48828,-3.1868 1.46484,-4.209 0.98307,-1.0221 2.32747,-1.5332 4.0332,-1.5332 0.55338,0 1.09375,0.059 1.6211,0.1758 0.52733,0.1107 1.0384,0.28 1.5332,0.5078"
style=""
id="path13074" />
<path
d="m 199.0457,1019.856 c -0.96355,0 -1.72526,0.3776 -2.28516,1.1328 -0.5599,0.7487 -0.83984,1.7773 -0.83984,3.0859 0,1.3086 0.27669,2.3405 0.83008,3.0957 0.55989,0.7487 1.32486,1.1231 2.29492,1.1231 0.95702,0 1.71549,-0.3776 2.27539,-1.1329 0.55989,-0.7552 0.83984,-1.7838 0.83984,-3.0859 0,-1.2956 -0.27995,-2.3209 -0.83984,-3.0762 -0.5599,-0.7617 -1.31837,-1.1425 -2.27539,-1.1425 m 0,-1.5235 c 1.56249,0 2.7897,0.5078 3.68164,1.5235 0.89192,1.0156 1.33788,2.4218 1.33789,4.2187 -1e-5,1.7904 -0.44597,3.1966 -1.33789,4.2188 -0.89194,1.0156 -2.11915,1.5234 -3.68164,1.5234 -1.56901,0 -2.79948,-0.5078 -3.69141,-1.5234 -0.88541,-1.0222 -1.32812,-2.4284 -1.32812,-4.2188 0,-1.7969 0.44271,-3.2031 1.32812,-4.2187 0.89193,-1.0157 2.1224,-1.5235 3.69141,-1.5235"
style=""
id="path13076" />
<path
d="m 207.03398,1018.5962 1.79688,0 0,10.9375 -1.79688,0 0,-10.9375 m 0,-4.2578 1.79688,0 0,2.2754 -1.79688,0 0,-2.2754"
style=""
id="path13078" />
<path
d="m 221.67265,1022.9321 0,6.6016 -1.79687,0 0,-6.543 c -1e-5,-1.0351 -0.20183,-1.8099 -0.60547,-2.3242 -0.40365,-0.5143 -1.00912,-0.7715 -1.81641,-0.7715 -0.97005,0 -1.73503,0.3093 -2.29492,0.9278 -0.5599,0.6185 -0.83985,1.4615 -0.83984,2.5293 l 0,6.1816 -1.80664,0 0,-10.9375 1.80664,0 0,1.6992 c 0.42968,-0.6575 0.93424,-1.1491 1.51367,-1.4746 0.58593,-0.3255 1.25976,-0.4883 2.02148,-0.4883 1.25651,0 2.20703,0.3907 2.85157,1.1719 0.64452,0.7747 0.96678,1.9173 0.96679,3.4277"
style=""
id="path13080" />
<path
d="m 242.63945,1016.0767 0,2.08 c -0.66407,-0.6184 -1.37371,-1.0807 -2.12891,-1.3867 -0.7487,-0.306 -1.54623,-0.459 -2.39257,-0.459 -1.66668,0 -2.94272,0.5111 -3.82813,1.5332 -0.88542,1.0157 -1.32813,2.487 -1.32812,4.4141 -1e-5,1.9206 0.4427,3.3919 1.32812,4.4141 0.88541,1.0156 2.16145,1.5234 3.82813,1.5234 0.84634,0 1.64387,-0.153 2.39257,-0.459 0.7552,-0.306 1.46484,-0.7682 2.12891,-1.3867 l 0,2.0605 c -0.69012,0.4688 -1.42254,0.8204 -2.19727,1.0547 -0.76823,0.2344 -1.58204,0.3516 -2.4414,0.3516 -2.20704,0 -3.94532,-0.6738 -5.21485,-2.0215 -1.26953,-1.3542 -1.90429,-3.1999 -1.90429,-5.5371 0,-2.3437 0.63476,-4.1894 1.90429,-5.5371 1.26953,-1.3542 3.00781,-2.0312 5.21485,-2.0313 0.87238,1e-4 1.6927,0.1172 2.46094,0.3516 0.77472,0.2279 1.50063,0.5729 2.17773,1.0352"
style=""
id="path13082" />
<path
d="m 249.86601,1019.856 c -0.96354,0 -1.72526,0.3776 -2.28515,1.1328 -0.5599,0.7487 -0.83985,1.7773 -0.83985,3.0859 0,1.3086 0.27669,2.3405 0.83008,3.0957 0.55989,0.7487 1.32487,1.1231 2.29492,1.1231 0.95703,0 1.71549,-0.3776 2.27539,-1.1329 0.55989,-0.7552 0.83984,-1.7838 0.83985,-3.0859 -10e-6,-1.2956 -0.27996,-2.3209 -0.83985,-3.0762 -0.5599,-0.7617 -1.31836,-1.1425 -2.27539,-1.1425 m 0,-1.5235 c 1.56249,0 2.78971,0.5078 3.68164,1.5235 0.89192,1.0156 1.33788,2.4218 1.33789,4.2187 -1e-5,1.7904 -0.44597,3.1966 -1.33789,4.2188 -0.89193,1.0156 -2.11915,1.5234 -3.68164,1.5234 -1.56901,0 -2.79948,-0.5078 -3.6914,-1.5234 -0.88542,-1.0222 -1.32813,-2.4284 -1.32813,-4.2188 0,-1.7969 0.44271,-3.2031 1.32813,-4.2187 0.89192,-1.0157 2.12239,-1.5235 3.6914,-1.5235"
style=""
id="path13084" />
<path
d="m 264.19218,1020.2759 c -0.20183,-0.1172 -0.42318,-0.2018 -0.66406,-0.2539 -0.23438,-0.059 -0.4948,-0.088 -0.78125,-0.088 -1.01563,0 -1.79688,0.332 -2.34375,0.9961 -0.54037,0.6575 -0.81055,1.6048 -0.81054,2.8418 l 0,5.7617 -1.80665,0 0,-10.9375 1.80665,0 0,1.6992 c 0.3776,-0.664 0.86913,-1.1556 1.4746,-1.4746 0.60547,-0.3255 1.34114,-0.4883 2.20704,-0.4883 0.12369,0 0.2604,0.01 0.41015,0.029 0.14973,0.013 0.31575,0.036 0.49805,0.068 l 0.01,1.8457"
style=""
id="path13086" />
<path
d="m 275.02226,1023.6157 0,0.8789 -8.26172,0 c 0.0781,1.237 0.44922,2.181 1.11329,2.8321 0.67056,0.6445 1.60155,0.9668 2.79296,0.9668 0.6901,0 1.35742,-0.085 2.00196,-0.2539 0.65103,-0.1693 1.29556,-0.4232 1.93359,-0.7618 l 0,1.6993 c -0.64454,0.2734 -1.30535,0.4817 -1.98242,0.625 -0.67709,0.1432 -1.36394,0.2148 -2.06055,0.2148 -1.74479,0 -3.12826,-0.5078 -4.15039,-1.5234 -1.01563,-1.0157 -1.52344,-2.3894 -1.52344,-4.1211 0,-1.7904 0.48177,-3.2097 1.44532,-4.2578 0.97004,-1.0547 2.27538,-1.5821 3.91601,-1.5821 1.47135,0 2.63346,0.4753 3.48633,1.4258 0.85936,0.944 1.28905,2.2298 1.28906,3.8574 m -1.79687,-0.5273 c -0.013,-0.9831 -0.28973,-1.7676 -0.83008,-2.3535 -0.53386,-0.586 -1.2435,-0.8789 -2.12891,-0.8789 -1.00261,0 -1.80664,0.2832 -2.41211,0.8496 -0.59896,0.5664 -0.94401,1.3639 -1.03515,2.3925 l 6.40625,-0.01"
style=""
id="path13088" />
<path
d="m 288.61601,1014.3579 c -0.8724,1.4974 -1.52018,2.9785 -1.94336,4.4434 -0.42318,1.4648 -0.63477,2.9492 -0.63476,4.4531 -1e-5,1.5039 0.21158,2.9948 0.63476,4.4727 0.42969,1.4713 1.07747,2.9524 1.94336,4.4433 l -1.5625,0 c -0.97656,-1.5299 -1.70898,-3.0338 -2.19726,-4.5117 -0.48178,-1.4779 -0.72266,-2.946 -0.72266,-4.4043 0,-1.4518 0.24088,-2.9134 0.72266,-4.3848 0.48176,-1.4713 1.21419,-2.9752 2.19726,-4.5117 l 1.5625,0"
style=""
id="path13090" />
<path
d="m 293.88945,1015.4907 0,3.1055 3.70117,0 0,1.3965 -3.70117,0 0,5.9375 c 0,0.8919 0.12044,1.4648 0.36133,1.7187 0.24739,0.2539 0.74544,0.3809 1.49414,0.3809 l 1.8457,0 0,1.5039 -1.8457,0 c -1.38672,0 -2.34375,-0.2572 -2.87109,-0.7715 -0.52735,-0.5208 -0.79102,-1.4648 -0.79102,-2.832 l 0,-5.9375 -1.31836,0 0,-1.3965 1.31836,0 0,-3.1055 1.80664,0"
style=""
id="path13092" />
<path
d="m 306.30156,1020.2759 c -0.20183,-0.1172 -0.42319,-0.2018 -0.66406,-0.2539 -0.23439,-0.059 -0.4948,-0.088 -0.78125,-0.088 -1.01563,0 -1.79688,0.332 -2.34375,0.9961 -0.54037,0.6575 -0.81055,1.6048 -0.81055,2.8418 l 0,5.7617 -1.80664,0 0,-10.9375 1.80664,0 0,1.6992 c 0.3776,-0.664 0.86914,-1.1556 1.47461,-1.4746 0.60546,-0.3255 1.34114,-0.4883 2.20703,-0.4883 0.12369,0 0.26041,0.01 0.41016,0.029 0.14973,0.013 0.31574,0.036 0.49804,0.068 l 0.01,1.8457"
style=""
id="path13094" />
<path
d="m 308.02031,1025.2173 0,-6.6211 1.79687,0 0,6.5527 c 0,1.0352 0.20182,1.8132 0.60547,2.334 0.40364,0.5143 1.00911,0.7715 1.81641,0.7715 0.97004,0 1.73502,-0.3092 2.29492,-0.9277 0.5664,-0.6185 0.8496,-1.4616 0.84961,-2.5293 l 0,-6.2012 1.79688,0 0,10.9375 -1.79688,0 0,-1.6797 c -0.43621,0.6641 -0.94402,1.1589 -1.52344,1.4844 -0.57292,0.319 -1.24024,0.4785 -2.00195,0.4785 -1.25651,0 -2.21029,-0.3906 -2.86133,-1.1719 -0.65104,-0.7812 -0.97656,-1.9238 -0.97656,-3.4277 m 4.52148,-6.8848 0,0"
style=""
id="path13096" />
<path
d="m 327.87383,1018.9185 0,1.6992 c -0.50783,-0.2604 -1.03517,-0.4557 -1.58204,-0.586 -0.54688,-0.1302 -1.11328,-0.1953 -1.69921,-0.1953 -0.89194,0 -1.56251,0.1368 -2.01172,0.4102 -0.44272,0.2734 -0.66407,0.6836 -0.66407,1.2305 0,0.4166 0.15951,0.7454 0.47852,0.9863 0.31901,0.2344 0.96028,0.459 1.92383,0.6738 l 0.61523,0.1367 c 1.27604,0.2735 2.18098,0.6608 2.71485,1.1621 0.54035,0.4948 0.81053,1.1882 0.81054,2.0801 -1e-5,1.0156 -0.40365,1.8197 -1.21093,2.4121 -0.80079,0.5925 -1.90431,0.8887 -3.31055,0.8887 -0.58594,0 -1.19792,-0.059 -1.83594,-0.1758 -0.63151,-0.1107 -1.29883,-0.2799 -2.00195,-0.5078 l 0,-1.8555 c 0.66406,0.3451 1.31835,0.6055 1.96289,0.7813 0.64453,0.1693 1.28255,0.2539 1.91406,0.2539 0.84635,0 1.49739,-0.1432 1.95313,-0.4297 0.45572,-0.293 0.68358,-0.7031 0.68359,-1.2305 -10e-6,-0.4882 -0.16602,-0.8626 -0.49805,-1.123 -0.32553,-0.2604 -1.04493,-0.5111 -2.1582,-0.752 l -0.625,-0.1465 c -1.11329,-0.2343 -1.91732,-0.5924 -2.41211,-1.0742 -0.49479,-0.4882 -0.74219,-1.1556 -0.74219,-2.0019 0,-1.0287 0.36458,-1.8229 1.09375,-2.3828 0.72917,-0.5599 1.76432,-0.8399 3.10547,-0.8399 0.66406,0 1.28906,0.049 1.875,0.1465 0.58593,0.098 1.1263,0.2442 1.6211,0.4395"
style=""
id="path13098" />
<path
d="m 333.1082,1015.4907 0,3.1055 3.70117,0 0,1.3965 -3.70117,0 0,5.9375 c 0,0.8919 0.12044,1.4648 0.36133,1.7187 0.24739,0.2539 0.74544,0.3809 1.49414,0.3809 l 1.8457,0 0,1.5039 -1.8457,0 c -1.38672,0 -2.34375,-0.2572 -2.87109,-0.7715 -0.52735,-0.5208 -0.79102,-1.4648 -0.79102,-2.832 l 0,-5.9375 -1.31836,0 0,-1.3965 1.31836,0 0,-3.1055 1.80664,0"
style=""
id="path13100" />
<path
d="m 348.53789,1023.6157 0,0.8789 -8.26172,0 c 0.0781,1.237 0.44921,2.181 1.11328,2.8321 0.67057,0.6445 1.60156,0.9668 2.79297,0.9668 0.6901,0 1.35741,-0.085 2.00195,-0.2539 0.65103,-0.1693 1.29556,-0.4232 1.9336,-0.7618 l 0,1.6993 c -0.64455,0.2734 -1.30535,0.4817 -1.98243,0.625 -0.67709,0.1432 -1.36394,0.2148 -2.06054,0.2148 -1.7448,0 -3.12826,-0.5078 -4.15039,-1.5234 -1.01563,-1.0157 -1.52344,-2.3894 -1.52344,-4.1211 0,-1.7904 0.48177,-3.2097 1.44531,-4.2578 0.97005,-1.0547 2.27539,-1.5821 3.91602,-1.5821 1.47134,0 2.63345,0.4753 3.48633,1.4258 0.85936,0.944 1.28905,2.2298 1.28906,3.8574 m -1.79688,-0.5273 c -0.013,-0.9831 -0.28972,-1.7676 -0.83008,-2.3535 -0.53386,-0.586 -1.24349,-0.8789 -2.1289,-0.8789 -1.00261,0 -1.80665,0.2832 -2.41211,0.8496 -0.59896,0.5664 -0.94401,1.3639 -1.03516,2.3925 l 6.40625,-0.01"
style=""
id="path13102" />
<path
d="m 358.64531,1020.2563 0,-5.9179 1.79687,0 0,15.1953 -1.79687,0 0,-1.6406 c -0.37761,0.651 -0.85613,1.136 -1.43555,1.455 -0.57292,0.3125 -1.26302,0.4688 -2.07031,0.4688 -1.32162,0 -2.39909,-0.5273 -3.23242,-1.582 -0.82683,-1.0547 -1.24024,-2.4414 -1.24024,-4.1602 0,-1.7187 0.41341,-3.1055 1.24024,-4.1601 0.83333,-1.0547 1.9108,-1.5821 3.23242,-1.5821 0.80729,0 1.49739,0.1595 2.07031,0.4785 0.57942,0.3125 1.05794,0.7943 1.43555,1.4453 m -6.12305,3.8184 c 0,1.3216 0.27018,2.36 0.81055,3.1152 0.54687,0.7487 1.29557,1.1231 2.24609,1.1231 0.95052,0 1.69921,-0.3744 2.2461,-1.1231 0.54686,-0.7552 0.8203,-1.7936 0.82031,-3.1152 -10e-6,-1.3216 -0.27345,-2.3568 -0.82031,-3.1055 -0.54689,-0.7552 -1.29558,-1.1328 -2.2461,-1.1328 -0.95052,0 -1.69922,0.3776 -2.24609,1.1328 -0.54037,0.7487 -0.81055,1.7839 -0.81055,3.1055"
style=""
id="path13104" />
<path
d="m 372.24883,1027.8931 0,5.8007 -1.80665,0 0,-15.0976 1.80665,0 0,1.6601 c 0.3776,-0.651 0.85286,-1.1328 1.42578,-1.4453 0.57942,-0.319 1.26952,-0.4785 2.07031,-0.4785 1.32812,0 2.40559,0.5274 3.23242,1.5821 0.83332,1.0546 1.24999,2.4414 1.25,4.1601 -1e-5,1.7188 -0.41668,3.1055 -1.25,4.1602 -0.82683,1.0547 -1.9043,1.582 -3.23242,1.582 -0.80079,0 -1.49089,-0.1563 -2.07031,-0.4688 -0.57292,-0.319 -1.04818,-0.804 -1.42578,-1.455 m 6.11328,-3.8184 c -10e-6,-1.3216 -0.27345,-2.3568 -0.82032,-3.1055 -0.54037,-0.7552 -1.28581,-1.1328 -2.23632,-1.1328 -0.95053,0 -1.69923,0.3776 -2.2461,1.1328 -0.54037,0.7487 -0.81055,1.7839 -0.81054,3.1055 -10e-6,1.3216 0.27017,2.36 0.81054,3.1152 0.54687,0.7487 1.29557,1.1231 2.2461,1.1231 0.95051,0 1.69595,-0.3744 2.23632,-1.1231 0.54687,-0.7552 0.82031,-1.7936 0.82032,-3.1152"
style=""
id="path13106" />
<path
d="m 392.56133,1023.6157 0,0.8789 -8.26172,0 c 0.0781,1.237 0.44921,2.181 1.11328,2.8321 0.67057,0.6445 1.60155,0.9668 2.79297,0.9668 0.69009,0 1.35741,-0.085 2.00195,-0.2539 0.65103,-0.1693 1.29556,-0.4232 1.93359,-0.7618 l 0,1.6993 c -0.64454,0.2734 -1.30534,0.4817 -1.98242,0.625 -0.67709,0.1432 -1.36394,0.2148 -2.06055,0.2148 -1.74479,0 -3.12825,-0.5078 -4.15039,-1.5234 -1.01562,-1.0157 -1.52343,-2.3894 -1.52343,-4.1211 0,-1.7904 0.48177,-3.2097 1.44531,-4.2578 0.97005,-1.0547 2.27538,-1.5821 3.91601,-1.5821 1.47135,0 2.63346,0.4753 3.48633,1.4258 0.85937,0.944 1.28905,2.2298 1.28907,3.8574 m -1.79688,-0.5273 c -0.013,-0.9831 -0.28972,-1.7676 -0.83008,-2.3535 -0.53386,-0.586 -1.2435,-0.8789 -2.1289,-0.8789 -1.00261,0 -1.80665,0.2832 -2.41211,0.8496 -0.59897,0.5664 -0.94402,1.3639 -1.03516,2.3925 l 6.40625,-0.01"
style=""
id="path13108" />
<path
d="m 404.82695,1023.6157 0,0.8789 -8.26172,0 c 0.0781,1.237 0.44922,2.181 1.11328,2.8321 0.67057,0.6445 1.60156,0.9668 2.79297,0.9668 0.6901,0 1.35741,-0.085 2.00195,-0.2539 0.65104,-0.1693 1.29557,-0.4232 1.9336,-0.7618 l 0,1.6993 c -0.64454,0.2734 -1.30535,0.4817 -1.98242,0.625 -0.6771,0.1432 -1.36394,0.2148 -2.06055,0.2148 -1.7448,0 -3.12826,-0.5078 -4.15039,-1.5234 -1.01563,-1.0157 -1.52344,-2.3894 -1.52344,-4.1211 0,-1.7904 0.48177,-3.2097 1.44531,-4.2578 0.97005,-1.0547 2.27539,-1.5821 3.91602,-1.5821 1.47135,0 2.63345,0.4753 3.48633,1.4258 0.85936,0.944 1.28905,2.2298 1.28906,3.8574 m -1.79687,-0.5273 c -0.013,-0.9831 -0.28973,-1.7676 -0.83008,-2.3535 -0.53387,-0.586 -1.2435,-0.8789 -2.12891,-0.8789 -1.00261,0 -1.80664,0.2832 -2.41211,0.8496 -0.59896,0.5664 -0.94401,1.3639 -1.03515,2.3925 l 6.40625,-0.01"
style=""
id="path13110" />
<path
d="m 414.075,1020.2759 c -0.20183,-0.1172 -0.42319,-0.2018 -0.66407,-0.2539 -0.23438,-0.059 -0.49479,-0.088 -0.78125,-0.088 -1.01563,0 -1.79688,0.332 -2.34375,0.9961 -0.54036,0.6575 -0.81055,1.6048 -0.81054,2.8418 l 0,5.7617 -1.80664,0 0,-10.9375 1.80664,0 0,1.6992 c 0.3776,-0.664 0.86913,-1.1556 1.47461,-1.4746 0.60546,-0.3255 1.34114,-0.4883 2.20703,-0.4883 0.12369,0 0.26041,0.01 0.41015,0.029 0.14974,0.013 0.31575,0.036 0.49805,0.068 l 0.01,1.8457"
style=""
id="path13112" />
<path
d="m 415.69609,1014.3579 1.5625,0 c 0.97656,1.5365 1.70572,3.0404 2.1875,4.5117 0.48828,1.4714 0.73242,2.933 0.73242,4.3848 0,1.4583 -0.24414,2.9264 -0.73242,4.4043 -0.48178,1.4779 -1.21094,2.9818 -2.1875,4.5117 l -1.5625,0 c 0.86588,-1.4909 1.51041,-2.972 1.93359,-4.4433 0.42969,-1.4779 0.64453,-2.9688 0.64454,-4.4727 -1e-5,-1.5039 -0.21485,-2.9883 -0.64454,-4.4531 -0.42318,-1.4649 -1.06771,-2.946 -1.93359,-4.4434"
style=""
id="path13114" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

View file

@ -0,0 +1,384 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="600"
height="125"
id="svg2"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="electrum-receiving-privacy_orig.svg">
<defs
id="defs4">
<marker
inkscape:stockid="Arrow2Lstart"
orient="auto"
refY="0.0"
refX="0.0"
id="Arrow2Lstart"
style="overflow:visible">
<path
id="path4065"
style="fill-rule:evenodd;stroke-width:0.62500000;stroke-linejoin:round"
d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z "
transform="scale(1.1) translate(1,0)" />
</marker>
<marker
inkscape:stockid="Arrow1Mstart"
orient="auto"
refY="0.0"
refX="0.0"
id="Arrow1Mstart"
style="overflow:visible">
<path
id="path4053"
d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z "
style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt"
transform="scale(0.4) translate(10,0)" />
</marker>
<inkscape:path-effect
effect="spiro"
id="path-effect3835"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect3831"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect3823"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect3835-5"
is_visible="true" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.98994949"
inkscape:cx="351.13567"
inkscape:cy="62.997404"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1278"
inkscape:window-height="762"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="0" />
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-927.36218)">
<path
transform="matrix(-1,0,0,1,620.71433,888.43361)"
style="fill:none;stroke:#000000;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1"
d="m 58.57143,101.42857 c 0,9.86223 -7.994915,17.85715 -17.857143,17.85715 -9.862228,0 -17.857144,-7.99492 -17.857144,-17.85715 0,-9.862224 7.994916,-17.85714 17.857144,-17.85714 9.862228,0 17.857143,7.994916 17.857143,17.85714 z"
id="path2985" />
<path
transform="scale(-1,1)"
style="fill:none;stroke:#000000;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1"
d="m -300.48157,972.7193 34.28572,0 0,34.2857 -34.28572,0 z"
id="rect2987" />
<path
transform="scale(-1,1)"
style="fill:none;stroke:#000000;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1"
d="m -38.338703,1016.6479 34.285713,0 0,34.2857 -34.285713,0 z"
id="rect2987-72" />
<path
transform="scale(-1,1)"
style="fill:none;stroke:#000000;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1"
d="m -38.338642,972.7193 34.2857131,0 0,34.2857 -34.2857131,0 z"
id="rect2987-3" />
<path
transform="scale(-1,1)"
style="fill:none;stroke:#000000;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1"
d="m -38.338703,930.93365 34.285713,0 0,34.28572 -34.285713,0 z"
id="rect2987-720" />
<path
style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;marker-start:url(#Arrow2Lstart)"
d="m 560.50194,989.86218 -260.0204,0"
id="path3821" />
<path
style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:2, 2;stroke-dashoffset:0;stroke-opacity:1;marker-start:none;marker-end:none"
d="m 39.543174,1029.8876 84.285716,-40.00004 m -0.40727,-0.004 -84.285716,-40 m 227.059916,39.62119 -226.428566,0.71428"
id="path3833-8" />
<g
style="font-size:16px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
id="text5039">
<path
d="m 148.78741,968.89539 0,4.38281 1.98438,0 c 0.73437,0 1.30208,-0.1901 1.70312,-0.57031 0.40104,-0.38021 0.60156,-0.92187 0.60157,-1.625 -1e-5,-0.69791 -0.20053,-1.23697 -0.60157,-1.61719 -0.40104,-0.3802 -0.96875,-0.5703 -1.70312,-0.57031 l -1.98438,0 m -1.57812,-1.29688 3.5625,0 c 1.30728,10e-6 2.29426,0.29689 2.96094,0.89063 0.67186,0.58855 1.0078,1.45313 1.00781,2.59375 -1e-5,1.15104 -0.33595,2.02084 -1.00781,2.60937 -0.66668,0.58855 -1.65366,0.88282 -2.96094,0.88281 l -1.98438,0 0,4.6875 -1.57812,0 0,-11.66406"
style=""
id="path5360" />
<path
d="m 163.72491,974.5282 0,0.70312 -6.60937,0 c 0.0625,0.98959 0.35937,1.7448 0.89062,2.26563 0.53646,0.51562 1.28125,0.77344 2.23438,0.77344 0.55208,0 1.08593,-0.0677 1.60156,-0.20313 0.52083,-0.13541 1.03645,-0.33854 1.54688,-0.60937 l 0,1.35937 c -0.51564,0.21875 -1.04428,0.38542 -1.58594,0.5 -0.54167,0.11458 -1.09115,0.17188 -1.64844,0.17188 -1.39584,0 -2.50261,-0.40625 -3.32031,-1.21875 -0.8125,-0.8125 -1.21875,-1.91146 -1.21875,-3.29688 0,-1.43229 0.38541,-2.5677 1.15625,-3.40625 0.77604,-0.84374 1.82031,-1.26562 3.13281,-1.26562 1.17708,0 2.10677,0.38021 2.78906,1.14062 0.6875,0.75522 1.03125,1.78386 1.03125,3.08594 m -1.4375,-0.42188 c -0.0104,-0.78645 -0.23177,-1.41405 -0.66406,-1.88281 -0.42709,-0.46874 -0.9948,-0.70312 -1.70312,-0.70312 -0.80209,0 -1.44532,0.22657 -1.92969,0.67968 -0.47917,0.45313 -0.75521,1.09116 -0.82813,1.91407 l 5.125,-0.008"
style=""
id="path5362" />
<path
d="m 173.53741,974.5282 0,0.70312 -6.60937,0 c 0.0625,0.98959 0.35937,1.7448 0.89062,2.26563 0.53646,0.51562 1.28125,0.77344 2.23438,0.77344 0.55208,0 1.08593,-0.0677 1.60156,-0.20313 0.52083,-0.13541 1.03645,-0.33854 1.54688,-0.60937 l 0,1.35937 c -0.51564,0.21875 -1.04428,0.38542 -1.58594,0.5 -0.54167,0.11458 -1.09115,0.17188 -1.64844,0.17188 -1.39584,0 -2.50261,-0.40625 -3.32031,-1.21875 -0.8125,-0.8125 -1.21875,-1.91146 -1.21875,-3.29688 0,-1.43229 0.38541,-2.5677 1.15625,-3.40625 0.77604,-0.84374 1.82031,-1.26562 3.13281,-1.26562 1.17708,0 2.10677,0.38021 2.78906,1.14062 0.6875,0.75522 1.03125,1.78386 1.03125,3.08594 m -1.4375,-0.42188 c -0.0104,-0.78645 -0.23177,-1.41405 -0.66406,-1.88281 -0.42709,-0.46874 -0.9948,-0.70312 -1.70312,-0.70312 -0.80209,0 -1.44532,0.22657 -1.92969,0.67968 -0.47917,0.45313 -0.75521,1.09116 -0.82813,1.91407 l 5.125,-0.008"
style=""
id="path5364" />
<path
d="m 180.93585,971.85632 c -0.16146,-0.0937 -0.33855,-0.16145 -0.53125,-0.20312 -0.1875,-0.0469 -0.39584,-0.0703 -0.625,-0.0703 -0.8125,0 -1.4375,0.26563 -1.875,0.79687 -0.43229,0.52605 -0.64844,1.28386 -0.64844,2.27344 l 0,4.60937 -1.44531,0 0,-8.75 1.44531,0 0,1.35938 c 0.30208,-0.53124 0.69531,-0.92447 1.17969,-1.17969 0.48437,-0.26041 1.07291,-0.39062 1.76563,-0.39062 0.099,0 0.20832,0.008 0.32812,0.0234 0.11979,0.0104 0.2526,0.0287 0.39844,0.0547 l 0.008,1.47656"
style=""
id="path5366" />
<path
d="m 180.70148,974.23914 4.21093,0 0,1.28125 -4.21093,0 0,-1.28125"
style=""
id="path5368" />
<path
d="m 188.63116,968.0282 0,2.48437 2.96094,0 0,1.11719 -2.96094,0 0,4.75 c 0,0.71354 0.0964,1.17188 0.28907,1.375 0.19791,0.20313 0.59635,0.30469 1.19531,0.30469 l 1.47656,0 0,1.20312 -1.47656,0 c -1.10938,0 -1.875,-0.20573 -2.29688,-0.61718 -0.42187,-0.41667 -0.63281,-1.17188 -0.63281,-2.26563 l 0,-4.75 -1.05469,0 0,-1.11719 1.05469,0 0,-2.48437 1.44531,0"
style=""
id="path5370" />
<path
d="m 196.88116,971.52039 c -0.77083,0 -1.38021,0.30209 -1.82812,0.90625 -0.44792,0.59896 -0.67188,1.42188 -0.67188,2.46875 0,1.04687 0.22136,1.87239 0.66407,2.47656 0.44791,0.59896 1.05989,0.89844 1.83593,0.89844 0.76562,0 1.37239,-0.30209 1.82032,-0.90625 0.44791,-0.60417 0.67186,-1.42708 0.67187,-2.46875 -10e-6,-1.03646 -0.22396,-1.85677 -0.67187,-2.46094 -0.44793,-0.60937 -1.0547,-0.91406 -1.82032,-0.91406 m 0,-1.21875 c 1.25,0 2.23177,0.40625 2.94532,1.21875 0.71353,0.8125 1.0703,1.9375 1.07031,3.375 -1e-5,1.43229 -0.35678,2.55729 -1.07031,3.375 -0.71355,0.8125 -1.69532,1.21875 -2.94532,1.21875 -1.25521,0 -2.23958,-0.40625 -2.95312,-1.21875 -0.70834,-0.81771 -1.0625,-1.94271 -1.0625,-3.375 0,-1.4375 0.35416,-2.5625 1.0625,-3.375 0.71354,-0.8125 1.69791,-1.21875 2.95312,-1.21875"
style=""
id="path5372" />
<path
d="m 202.85773,974.23914 4.21093,0 0,1.28125 -4.21093,0 0,-1.28125"
style=""
id="path5374" />
<path
d="m 210.75616,977.95007 0,4.64063 -1.44531,0 0,-12.07813 1.44531,0 0,1.32813 c 0.30208,-0.52083 0.68229,-0.90624 1.14063,-1.15625 0.46354,-0.2552 1.01562,-0.38281 1.65625,-0.38281 1.06249,0 1.92447,0.42188 2.58594,1.26562 0.66665,0.84376 0.99999,1.95313 1,3.32813 -1e-5,1.375 -0.33335,2.48437 -1,3.32812 -0.66147,0.84375 -1.52345,1.26563 -2.58594,1.26563 -0.64063,0 -1.19271,-0.125 -1.65625,-0.375 -0.45834,-0.25521 -0.83855,-0.64323 -1.14063,-1.16407 m 4.89063,-3.05468 c -1e-5,-1.05729 -0.21876,-1.88541 -0.65625,-2.48438 -0.4323,-0.60416 -1.02865,-0.90624 -1.78906,-0.90625 -0.76042,10e-6 -1.35938,0.30209 -1.79688,0.90625 -0.43229,0.59897 -0.64844,1.42709 -0.64844,2.48438 0,1.05729 0.21615,1.88802 0.64844,2.49218 0.4375,0.59896 1.03646,0.89844 1.79688,0.89844 0.76041,0 1.35676,-0.29948 1.78906,-0.89844 0.43749,-0.60416 0.65624,-1.43489 0.65625,-2.49218"
style=""
id="path5376" />
<path
d="m 227.00616,974.5282 0,0.70312 -6.60937,0 c 0.0625,0.98959 0.35937,1.7448 0.89062,2.26563 0.53646,0.51562 1.28125,0.77344 2.23438,0.77344 0.55208,0 1.08593,-0.0677 1.60156,-0.20313 0.52083,-0.13541 1.03645,-0.33854 1.54688,-0.60937 l 0,1.35937 c -0.51564,0.21875 -1.04428,0.38542 -1.58594,0.5 -0.54167,0.11458 -1.09115,0.17188 -1.64844,0.17188 -1.39584,0 -2.50261,-0.40625 -3.32031,-1.21875 -0.8125,-0.8125 -1.21875,-1.91146 -1.21875,-3.29688 0,-1.43229 0.38541,-2.5677 1.15625,-3.40625 0.77604,-0.84374 1.82031,-1.26562 3.13281,-1.26562 1.17708,0 2.10677,0.38021 2.78906,1.14062 0.6875,0.75522 1.03125,1.78386 1.03125,3.08594 m -1.4375,-0.42188 c -0.0104,-0.78645 -0.23177,-1.41405 -0.66406,-1.88281 -0.42709,-0.46874 -0.9948,-0.70312 -1.70312,-0.70312 -0.80209,0 -1.44532,0.22657 -1.92969,0.67968 -0.47917,0.45313 -0.75521,1.09116 -0.82813,1.91407 l 5.125,-0.008"
style=""
id="path5378" />
<path
d="m 236.81866,974.5282 0,0.70312 -6.60937,0 c 0.0625,0.98959 0.35937,1.7448 0.89062,2.26563 0.53646,0.51562 1.28125,0.77344 2.23438,0.77344 0.55208,0 1.08593,-0.0677 1.60156,-0.20313 0.52083,-0.13541 1.03645,-0.33854 1.54688,-0.60937 l 0,1.35937 c -0.51564,0.21875 -1.04428,0.38542 -1.58594,0.5 -0.54167,0.11458 -1.09115,0.17188 -1.64844,0.17188 -1.39584,0 -2.50261,-0.40625 -3.32031,-1.21875 -0.8125,-0.8125 -1.21875,-1.91146 -1.21875,-3.29688 0,-1.43229 0.38541,-2.5677 1.15625,-3.40625 0.77604,-0.84374 1.82031,-1.26562 3.13281,-1.26562 1.17708,0 2.10677,0.38021 2.78906,1.14062 0.6875,0.75522 1.03125,1.78386 1.03125,3.08594 m -1.4375,-0.42188 c -0.0104,-0.78645 -0.23177,-1.41405 -0.66406,-1.88281 -0.42709,-0.46874 -0.9948,-0.70312 -1.70312,-0.70312 -0.80209,0 -1.44532,0.22657 -1.92969,0.67968 -0.47917,0.45313 -0.75521,1.09116 -0.82813,1.91407 l 5.125,-0.008"
style=""
id="path5380" />
<path
d="m 244.2171,971.85632 c -0.16146,-0.0937 -0.33855,-0.16145 -0.53125,-0.20312 -0.1875,-0.0469 -0.39584,-0.0703 -0.625,-0.0703 -0.8125,0 -1.4375,0.26563 -1.875,0.79687 -0.43229,0.52605 -0.64844,1.28386 -0.64844,2.27344 l 0,4.60937 -1.44531,0 0,-8.75 1.44531,0 0,1.35938 c 0.30208,-0.53124 0.69531,-0.92447 1.17969,-1.17969 0.48437,-0.26041 1.07291,-0.39062 1.76563,-0.39062 0.099,0 0.20832,0.008 0.32812,0.0234 0.11979,0.0104 0.2526,0.0287 0.39844,0.0547 l 0.008,1.47656"
style=""
id="path5382" />
</g>
<g
style="font-size:16px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
id="text5043">
<path
d="m 328.19928,968.22742 0,1.53906 c -0.59897,-0.28645 -1.16407,-0.49999 -1.69531,-0.64063 -0.53126,-0.14061 -1.04428,-0.21092 -1.53907,-0.21093 -0.85937,10e-6 -1.52344,0.16667 -1.99218,0.5 -0.46355,0.33334 -0.69532,0.8073 -0.69532,1.42187 0,0.51564 0.15365,0.90626 0.46094,1.17188 0.3125,0.26042 0.90104,0.47136 1.76563,0.63281 l 0.95312,0.19531 c 1.17708,0.22397 2.04427,0.6198 2.60156,1.1875 0.5625,0.56251 0.84375,1.31771 0.84375,2.26563 0,1.13021 -0.38021,1.98698 -1.14062,2.57031 -0.75522,0.58333 -1.86459,0.875 -3.32813,0.875 -0.55208,0 -1.14062,-0.0625 -1.76562,-0.1875 -0.61979,-0.125 -1.26302,-0.3099 -1.92969,-0.55469 l 0,-1.625 c 0.64063,0.35938 1.26823,0.63021 1.88281,0.8125 0.61458,0.18229 1.21875,0.27344 1.8125,0.27344 0.90104,0 1.59635,-0.17708 2.08594,-0.53125 0.48958,-0.35417 0.73437,-0.85937 0.73438,-1.51563 -10e-6,-0.57291 -0.17709,-1.02082 -0.53125,-1.34375 -0.34897,-0.32291 -0.92449,-0.56509 -1.72657,-0.72656 l -0.96093,-0.1875 c -1.17709,-0.23437 -2.02865,-0.60155 -2.55469,-1.10156 -0.52604,-0.49999 -0.78906,-1.19531 -0.78906,-2.08594 0,-1.03124 0.36198,-1.84374 1.08593,-2.4375 0.72917,-0.59374 1.73177,-0.89061 3.00782,-0.89062 0.54687,10e-6 1.10416,0.0495 1.67187,0.14843 0.5677,0.099 1.14843,0.24741 1.74219,0.44532"
style=""
id="path5313" />
<path
d="m 338.81647,974.77429 0,0.70313 -6.60938,0 c 0.0625,0.98958 0.35937,1.74479 0.89063,2.26562 0.53645,0.51563 1.28124,0.77344 2.23437,0.77344 0.55208,0 1.08593,-0.0677 1.60156,-0.20313 0.52083,-0.13541 1.03645,-0.33854 1.54688,-0.60937 l 0,1.35937 c -0.51563,0.21875 -1.04428,0.38542 -1.58594,0.5 -0.54167,0.11459 -1.09115,0.17188 -1.64844,0.17188 -1.39583,0 -2.5026,-0.40625 -3.32031,-1.21875 -0.8125,-0.8125 -1.21875,-1.91146 -1.21875,-3.29688 0,-1.43228 0.38542,-2.5677 1.15625,-3.40625 0.77604,-0.84374 1.82031,-1.26561 3.13281,-1.26562 1.17708,10e-6 2.10677,0.38022 2.78907,1.14062 0.68749,0.75522 1.03124,1.78386 1.03125,3.08594 m -1.4375,-0.42187 c -0.0104,-0.78646 -0.23178,-1.41406 -0.66407,-1.88282 -0.42709,-0.46874 -0.99479,-0.70311 -1.70312,-0.70312 -0.80209,10e-6 -1.44532,0.22657 -1.92969,0.67969 -0.47917,0.45313 -0.75521,1.09115 -0.82812,1.91406 l 5.125,-0.008"
style=""
id="path5315" />
<path
d="m 347.44147,971.0946 0,1.34375 c -0.40626,-0.22395 -0.81511,-0.39061 -1.22657,-0.5 -0.40625,-0.11457 -0.81771,-0.17186 -1.23437,-0.17187 -0.9323,10e-6 -1.65625,0.29688 -2.17188,0.89062 -0.51562,0.58855 -0.77344,1.41668 -0.77343,2.48438 -10e-6,1.06771 0.25781,1.89844 0.77343,2.49219 0.51563,0.58854 1.23958,0.88281 2.17188,0.88281 0.41666,0 0.82812,-0.0547 1.23437,-0.16406 0.41146,-0.11459 0.82031,-0.28386 1.22657,-0.50782 l 0,1.32813 c -0.40105,0.1875 -0.81772,0.32812 -1.25,0.42187 -0.42709,0.0937 -0.88282,0.14063 -1.36719,0.14063 -1.31771,0 -2.36459,-0.41406 -3.14063,-1.24219 -0.77604,-0.82812 -1.16406,-1.94531 -1.16406,-3.35156 0,-1.42708 0.39063,-2.54947 1.17188,-3.36719 0.78645,-0.8177 1.86197,-1.22655 3.22656,-1.22656 0.4427,10e-6 0.87499,0.0469 1.29687,0.14062 0.42187,0.0885 0.83073,0.22397 1.22657,0.40625"
style=""
id="path5317" />
<path
d="m 349.7774,976.05554 0,-5.29687 1.4375,0 0,5.24218 c 0,0.82813 0.16146,1.45053 0.48438,1.86719 0.32291,0.41146 0.80729,0.61719 1.45312,0.61719 0.77604,0 1.38802,-0.2474 1.83594,-0.74219 0.45312,-0.49479 0.67968,-1.16927 0.67969,-2.02344 l 0,-4.96093 1.4375,0 0,8.75 -1.4375,0 0,-1.34375 c -0.34897,0.53125 -0.75522,0.92708 -1.21875,1.1875 -0.45834,0.25521 -0.99219,0.38281 -1.60156,0.38281 -1.00521,0 -1.76823,-0.3125 -2.28907,-0.9375 -0.52083,-0.625 -0.78125,-1.53906 -0.78125,-2.74219 m 3.61719,-5.50781 0,0"
style=""
id="path5319" />
<path
d="m 365.1524,972.10242 c -0.16146,-0.0937 -0.33854,-0.16145 -0.53125,-0.20313 -0.1875,-0.0469 -0.39583,-0.0703 -0.625,-0.0703 -0.8125,10e-6 -1.4375,0.26563 -1.875,0.79687 -0.43229,0.52605 -0.64844,1.28386 -0.64843,2.27344 l 0,4.60938 -1.44532,0 0,-8.75 1.44532,0 0,1.35937 c 0.30208,-0.53124 0.69531,-0.92447 1.17968,-1.17969 0.48438,-0.2604 1.07292,-0.39061 1.76563,-0.39062 0.099,10e-6 0.20833,0.008 0.32812,0.0234 0.11979,0.0104 0.2526,0.0286 0.39844,0.0547 l 0.008,1.47657"
style=""
id="path5321" />
<path
d="m 373.81647,974.77429 0,0.70313 -6.60938,0 c 0.0625,0.98958 0.35937,1.74479 0.89063,2.26562 0.53645,0.51563 1.28124,0.77344 2.23437,0.77344 0.55208,0 1.08593,-0.0677 1.60156,-0.20313 0.52083,-0.13541 1.03645,-0.33854 1.54688,-0.60937 l 0,1.35937 c -0.51563,0.21875 -1.04428,0.38542 -1.58594,0.5 -0.54167,0.11459 -1.09115,0.17188 -1.64844,0.17188 -1.39583,0 -2.5026,-0.40625 -3.32031,-1.21875 -0.8125,-0.8125 -1.21875,-1.91146 -1.21875,-3.29688 0,-1.43228 0.38542,-2.5677 1.15625,-3.40625 0.77604,-0.84374 1.82031,-1.26561 3.13281,-1.26562 1.17708,10e-6 2.10677,0.38022 2.78907,1.14062 0.68749,0.75522 1.03124,1.78386 1.03125,3.08594 m -1.4375,-0.42187 c -0.0104,-0.78646 -0.23178,-1.41406 -0.66407,-1.88282 -0.42709,-0.46874 -0.99479,-0.70311 -1.70312,-0.70312 -0.80209,10e-6 -1.44532,0.22657 -1.92969,0.67969 -0.47917,0.45313 -0.75521,1.09115 -0.82812,1.91406 l 5.125,-0.008"
style=""
id="path5323" />
<path
d="m 382.62897,978.19617 0,4.64062 -1.44532,0 0,-12.07812 1.44532,0 0,1.32812 c 0.30208,-0.52082 0.68229,-0.90624 1.14062,-1.15625 0.46354,-0.2552 1.01562,-0.3828 1.65625,-0.38281 1.0625,10e-6 1.92447,0.42188 2.58594,1.26562 0.66666,0.84376 0.99999,1.95314 1,3.32813 -10e-6,1.375 -0.33334,2.48438 -1,3.32812 -0.66147,0.84375 -1.52344,1.26563 -2.58594,1.26563 -0.64063,0 -1.19271,-0.125 -1.65625,-0.375 -0.45833,-0.25521 -0.83854,-0.64323 -1.14062,-1.16406 m 4.89062,-3.05469 c -10e-6,-1.05729 -0.21876,-1.88541 -0.65625,-2.48438 -0.4323,-0.60415 -1.02865,-0.90624 -1.78906,-0.90625 -0.76042,10e-6 -1.35938,0.3021 -1.79688,0.90625 -0.43229,0.59897 -0.64844,1.42709 -0.64843,2.48438 -10e-6,1.05729 0.21614,1.88802 0.64843,2.49219 0.4375,0.59896 1.03646,0.89844 1.79688,0.89843 0.76041,10e-6 1.35676,-0.29947 1.78906,-0.89843 0.43749,-0.60417 0.65624,-1.4349 0.65625,-2.49219"
style=""
id="path5325" />
<path
d="m 396.4649,972.10242 c -0.16146,-0.0937 -0.33854,-0.16145 -0.53125,-0.20313 -0.1875,-0.0469 -0.39583,-0.0703 -0.625,-0.0703 -0.8125,10e-6 -1.4375,0.26563 -1.875,0.79687 -0.43229,0.52605 -0.64844,1.28386 -0.64843,2.27344 l 0,4.60938 -1.44532,0 0,-8.75 1.44532,0 0,1.35937 c 0.30208,-0.53124 0.69531,-0.92447 1.17968,-1.17969 0.48438,-0.2604 1.07292,-0.39061 1.76563,-0.39062 0.099,10e-6 0.20833,0.008 0.32812,0.0234 0.11979,0.0104 0.2526,0.0286 0.39844,0.0547 l 0.008,1.47657"
style=""
id="path5327" />
<path
d="m 397.98834,970.75867 1.4375,0 0,8.75 -1.4375,0 0,-8.75 m 0,-3.40625 1.4375,0 0,1.82031 -1.4375,0 0,-1.82031"
style=""
id="path5329" />
<path
d="m 401.39459,970.75867 1.52344,0 2.73437,7.34375 2.73438,-7.34375 1.52344,0 -3.28125,8.75 -1.95313,0 -3.28125,-8.75"
style=""
id="path5331" />
<path
d="m 415.87115,975.11023 c -1.16146,0 -1.96614,0.13282 -2.41406,0.39844 -0.44792,0.26563 -0.67188,0.71875 -0.67187,1.35937 -10e-6,0.51042 0.16666,0.91667 0.5,1.21875 0.33854,0.29688 0.79687,0.44532 1.375,0.44531 0.79687,10e-6 1.43489,-0.28124 1.91406,-0.84375 0.48437,-0.5677 0.72656,-1.3203 0.72656,-2.25781 l 0,-0.32031 -1.42969,0 m 2.86719,-0.59375 0,4.99219 -1.4375,0 0,-1.32813 c -0.32813,0.53125 -0.73698,0.92448 -1.22656,1.17969 -0.48959,0.25 -1.08855,0.375 -1.79688,0.375 -0.89583,0 -1.60937,-0.25 -2.14062,-0.75 -0.52604,-0.50521 -0.78906,-1.17969 -0.78906,-2.02344 0,-0.98437 0.32812,-1.72656 0.98437,-2.22656 0.66146,-0.5 1.64583,-0.74999 2.95313,-0.75 l 2.01562,0 0,-0.14063 c 0,-0.66145 -0.21875,-1.17186 -0.65625,-1.53125 -0.4323,-0.36457 -1.04167,-0.54686 -1.82812,-0.54687 -0.50001,10e-6 -0.98699,0.0599 -1.46094,0.17969 -0.47396,0.1198 -0.92969,0.29948 -1.36719,0.53906 l 0,-1.32813 c 0.52604,-0.20311 1.03646,-0.35415 1.53125,-0.45312 0.49479,-0.10416 0.97656,-0.15624 1.44531,-0.15625 1.26562,10e-6 2.21094,0.32813 2.83594,0.98437 0.62499,0.65626 0.93749,1.65105 0.9375,2.98438"
style=""
id="path5333" />
<path
d="m 423.16022,968.27429 0,2.48438 2.96093,0 0,1.11718 -2.96093,0 0,4.75 c -10e-6,0.71355 0.0964,1.17188 0.28906,1.375 0.19791,0.20313 0.59635,0.30469 1.19531,0.30469 l 1.47656,0 0,1.20313 -1.47656,0 c -1.10938,0 -1.875,-0.20573 -2.29687,-0.61719 -0.42188,-0.41667 -0.63282,-1.17187 -0.63282,-2.26563 l 0,-4.75 -1.05468,0 0,-1.11718 1.05468,0 0,-2.48438 1.44532,0"
style=""
id="path5335" />
<path
d="m 435.50397,974.77429 0,0.70313 -6.60938,0 c 0.0625,0.98958 0.35937,1.74479 0.89063,2.26562 0.53645,0.51563 1.28124,0.77344 2.23437,0.77344 0.55208,0 1.08593,-0.0677 1.60156,-0.20313 0.52083,-0.13541 1.03645,-0.33854 1.54688,-0.60937 l 0,1.35937 c -0.51563,0.21875 -1.04428,0.38542 -1.58594,0.5 -0.54167,0.11459 -1.09115,0.17188 -1.64844,0.17188 -1.39583,0 -2.5026,-0.40625 -3.32031,-1.21875 -0.8125,-0.8125 -1.21875,-1.91146 -1.21875,-3.29688 0,-1.43228 0.38542,-2.5677 1.15625,-3.40625 0.77604,-0.84374 1.82031,-1.26561 3.13281,-1.26562 1.17708,10e-6 2.10677,0.38022 2.78907,1.14062 0.68749,0.75522 1.03124,1.78386 1.03125,3.08594 m -1.4375,-0.42187 c -0.0104,-0.78646 -0.23178,-1.41406 -0.66407,-1.88282 -0.42709,-0.46874 -0.99479,-0.70311 -1.70312,-0.70312 -0.80209,10e-6 -1.44532,0.22657 -1.92969,0.67969 -0.47917,0.45313 -0.75521,1.09115 -0.82812,1.91406 l 5.125,-0.008"
style=""
id="path5337" />
<path
d="m 449.22272,971.0946 0,1.34375 c -0.40626,-0.22395 -0.81511,-0.39061 -1.22657,-0.5 -0.40625,-0.11457 -0.81771,-0.17186 -1.23437,-0.17187 -0.9323,10e-6 -1.65625,0.29688 -2.17188,0.89062 -0.51562,0.58855 -0.77344,1.41668 -0.77343,2.48438 -10e-6,1.06771 0.25781,1.89844 0.77343,2.49219 0.51563,0.58854 1.23958,0.88281 2.17188,0.88281 0.41666,0 0.82812,-0.0547 1.23437,-0.16406 0.41146,-0.11459 0.82031,-0.28386 1.22657,-0.50782 l 0,1.32813 c -0.40105,0.1875 -0.81772,0.32812 -1.25,0.42187 -0.42709,0.0937 -0.88282,0.14063 -1.36719,0.14063 -1.31771,0 -2.36459,-0.41406 -3.14063,-1.24219 -0.77604,-0.82812 -1.16406,-1.94531 -1.16406,-3.35156 0,-1.42708 0.39063,-2.54947 1.17188,-3.36719 0.78645,-0.8177 1.86197,-1.22655 3.22656,-1.22656 0.4427,10e-6 0.87499,0.0469 1.29687,0.14062 0.42187,0.0885 0.83073,0.22397 1.22657,0.40625"
style=""
id="path5339" />
<path
d="m 455.09772,971.76648 c -0.77084,10e-6 -1.38021,0.30209 -1.82813,0.90625 -0.44792,0.59896 -0.67188,1.42188 -0.67187,2.46875 -10e-6,1.04688 0.22135,1.8724 0.66406,2.47656 0.44791,0.59896 1.05989,0.89844 1.83594,0.89844 0.76562,0 1.37239,-0.30208 1.82031,-0.90625 0.44791,-0.60416 0.67187,-1.42708 0.67187,-2.46875 0,-1.03645 -0.22396,-1.85677 -0.67187,-2.46094 -0.44792,-0.60937 -1.05469,-0.91405 -1.82031,-0.91406 m 0,-1.21875 c 1.24999,10e-6 2.23176,0.40626 2.94531,1.21875 0.71353,0.81251 1.0703,1.93751 1.07031,3.375 -10e-6,1.43229 -0.35678,2.55729 -1.07031,3.375 -0.71355,0.8125 -1.69532,1.21875 -2.94531,1.21875 -1.25521,0 -2.23959,-0.40625 -2.95313,-1.21875 -0.70833,-0.81771 -1.0625,-1.94271 -1.0625,-3.375 0,-1.43749 0.35417,-2.56249 1.0625,-3.375 0.71354,-0.81249 1.69792,-1.21874 2.95313,-1.21875"
style=""
id="path5341" />
<path
d="m 468.76178,974.22742 0,5.28125 -1.4375,0 0,-5.23438 c -10e-6,-0.82812 -0.16147,-1.44791 -0.48438,-1.85937 -0.32292,-0.41145 -0.80729,-0.61718 -1.45312,-0.61719 -0.77605,10e-6 -1.38803,0.2474 -1.83594,0.74219 -0.44792,0.4948 -0.67188,1.16927 -0.67187,2.02343 l 0,4.94532 -1.44532,0 0,-8.75 1.44532,0 0,1.35937 c 0.34374,-0.52603 0.74739,-0.91926 1.21093,-1.17969 0.46875,-0.2604 1.00781,-0.39061 1.61719,-0.39062 1.0052,10e-6 1.76562,0.31251 2.28125,0.9375 0.51562,0.6198 0.77343,1.53386 0.77344,2.74219"
style=""
id="path5343" />
<path
d="m 478.91803,974.22742 0,5.28125 -1.4375,0 0,-5.23438 c -10e-6,-0.82812 -0.16147,-1.44791 -0.48438,-1.85937 -0.32292,-0.41145 -0.80729,-0.61718 -1.45312,-0.61719 -0.77605,10e-6 -1.38803,0.2474 -1.83594,0.74219 -0.44792,0.4948 -0.67188,1.16927 -0.67187,2.02343 l 0,4.94532 -1.44532,0 0,-8.75 1.44532,0 0,1.35937 c 0.34374,-0.52603 0.74739,-0.91926 1.21093,-1.17969 0.46875,-0.2604 1.00781,-0.39061 1.61719,-0.39062 1.0052,10e-6 1.76562,0.31251 2.28125,0.9375 0.51562,0.6198 0.77343,1.53386 0.77344,2.74219"
style=""
id="path5345" />
<path
d="m 489.28522,974.77429 0,0.70313 -6.60938,0 c 0.0625,0.98958 0.35937,1.74479 0.89063,2.26562 0.53645,0.51563 1.28124,0.77344 2.23437,0.77344 0.55208,0 1.08593,-0.0677 1.60156,-0.20313 0.52083,-0.13541 1.03645,-0.33854 1.54688,-0.60937 l 0,1.35937 c -0.51563,0.21875 -1.04428,0.38542 -1.58594,0.5 -0.54167,0.11459 -1.09115,0.17188 -1.64844,0.17188 -1.39583,0 -2.5026,-0.40625 -3.32031,-1.21875 -0.8125,-0.8125 -1.21875,-1.91146 -1.21875,-3.29688 0,-1.43228 0.38542,-2.5677 1.15625,-3.40625 0.77604,-0.84374 1.82031,-1.26561 3.13281,-1.26562 1.17708,10e-6 2.10677,0.38022 2.78907,1.14062 0.68749,0.75522 1.03124,1.78386 1.03125,3.08594 m -1.4375,-0.42187 c -0.0104,-0.78646 -0.23178,-1.41406 -0.66407,-1.88282 -0.42709,-0.46874 -0.99479,-0.70311 -1.70312,-0.70312 -0.80209,10e-6 -1.44532,0.22657 -1.92969,0.67969 -0.47917,0.45313 -0.75521,1.09115 -0.82812,1.91406 l 5.125,-0.008"
style=""
id="path5347" />
<path
d="m 497.91022,971.0946 0,1.34375 c -0.40626,-0.22395 -0.81511,-0.39061 -1.22657,-0.5 -0.40625,-0.11457 -0.81771,-0.17186 -1.23437,-0.17187 -0.9323,10e-6 -1.65625,0.29688 -2.17188,0.89062 -0.51562,0.58855 -0.77344,1.41668 -0.77343,2.48438 -10e-6,1.06771 0.25781,1.89844 0.77343,2.49219 0.51563,0.58854 1.23958,0.88281 2.17188,0.88281 0.41666,0 0.82812,-0.0547 1.23437,-0.16406 0.41146,-0.11459 0.82031,-0.28386 1.22657,-0.50782 l 0,1.32813 c -0.40105,0.1875 -0.81772,0.32812 -1.25,0.42187 -0.42709,0.0937 -0.88282,0.14063 -1.36719,0.14063 -1.31771,0 -2.36459,-0.41406 -3.14063,-1.24219 -0.77604,-0.82812 -1.16406,-1.94531 -1.16406,-3.35156 0,-1.42708 0.39063,-2.54947 1.17188,-3.36719 0.78645,-0.8177 1.86197,-1.22655 3.22656,-1.22656 0.4427,10e-6 0.87499,0.0469 1.29687,0.14062 0.42187,0.0885 0.83073,0.22397 1.22657,0.40625"
style=""
id="path5349" />
<path
d="m 501.81647,968.27429 0,2.48438 2.96093,0 0,1.11718 -2.96093,0 0,4.75 c -10e-6,0.71355 0.0964,1.17188 0.28906,1.375 0.19791,0.20313 0.59635,0.30469 1.19531,0.30469 l 1.47656,0 0,1.20313 -1.47656,0 c -1.10938,0 -1.875,-0.20573 -2.29687,-0.61719 -0.42188,-0.41667 -0.63282,-1.17187 -0.63282,-2.26563 l 0,-4.75 -1.05468,0 0,-1.11718 1.05468,0 0,-2.48438 1.44532,0"
style=""
id="path5351" />
<path
d="m 506.67584,970.75867 1.4375,0 0,8.75 -1.4375,0 0,-8.75 m 0,-3.40625 1.4375,0 0,1.82031 -1.4375,0 0,-1.82031"
style=""
id="path5353" />
<path
d="m 514.50397,971.76648 c -0.77084,10e-6 -1.38021,0.30209 -1.82813,0.90625 -0.44792,0.59896 -0.67188,1.42188 -0.67187,2.46875 -10e-6,1.04688 0.22135,1.8724 0.66406,2.47656 0.44791,0.59896 1.05989,0.89844 1.83594,0.89844 0.76562,0 1.37239,-0.30208 1.82031,-0.90625 0.44791,-0.60416 0.67187,-1.42708 0.67187,-2.46875 0,-1.03645 -0.22396,-1.85677 -0.67187,-2.46094 -0.44792,-0.60937 -1.05469,-0.91405 -1.82031,-0.91406 m 0,-1.21875 c 1.24999,10e-6 2.23176,0.40626 2.94531,1.21875 0.71353,0.81251 1.0703,1.93751 1.07031,3.375 -10e-6,1.43229 -0.35678,2.55729 -1.07031,3.375 -0.71355,0.8125 -1.69532,1.21875 -2.94531,1.21875 -1.25521,0 -2.23959,-0.40625 -2.95313,-1.21875 -0.70833,-0.81771 -1.0625,-1.94271 -1.0625,-3.375 0,-1.43749 0.35417,-2.56249 1.0625,-3.375 0.71354,-0.81249 1.69792,-1.21874 2.95313,-1.21875"
style=""
id="path5355" />
<path
d="m 528.16803,974.22742 0,5.28125 -1.4375,0 0,-5.23438 c -1e-5,-0.82812 -0.16147,-1.44791 -0.48438,-1.85937 -0.32292,-0.41145 -0.80729,-0.61718 -1.45312,-0.61719 -0.77605,10e-6 -1.38803,0.2474 -1.83594,0.74219 -0.44792,0.4948 -0.67188,1.16927 -0.67187,2.02343 l 0,4.94532 -1.44532,0 0,-8.75 1.44532,0 0,1.35937 c 0.34374,-0.52603 0.74739,-0.91926 1.21093,-1.17969 0.46875,-0.2604 1.00781,-0.39061 1.61719,-0.39062 1.0052,10e-6 1.76562,0.31251 2.28125,0.9375 0.51562,0.6198 0.77343,1.53386 0.77344,2.74219"
style=""
id="path5357" />
</g>
<g
style="font-size:16px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
id="text5047">
<path
d="m 142.97101,1000.2921 2.125,0 5.17187,9.7578 0,-9.7578 1.53125,0 0,11.664 -2.125,0 -5.17187,-9.7578 0,9.7578 -1.53125,0 0,-11.664"
style=""
id="path5292" />
<path
d="m 158.26788,1004.2139 c -0.77083,0 -1.38021,0.3021 -1.82812,0.9063 -0.44792,0.5989 -0.67188,1.4219 -0.67188,2.4687 0,1.0469 0.22135,1.8724 0.66407,2.4766 0.44791,0.599 1.05989,0.8984 1.83593,0.8984 0.76562,0 1.37239,-0.3021 1.82032,-0.9062 0.44791,-0.6042 0.67186,-1.4271 0.67187,-2.4688 -1e-5,-1.0364 -0.22396,-1.8567 -0.67187,-2.4609 -0.44793,-0.6094 -1.0547,-0.9141 -1.82032,-0.9141 m 0,-1.2187 c 1.25,0 2.23177,0.4062 2.94532,1.2187 0.71353,0.8125 1.0703,1.9375 1.07031,3.375 -1e-5,1.4323 -0.35678,2.5573 -1.07031,3.375 -0.71355,0.8125 -1.69532,1.2188 -2.94532,1.2188 -1.25521,0 -2.23958,-0.4063 -2.95312,-1.2188 -0.70834,-0.8177 -1.0625,-1.9427 -1.0625,-3.375 0,-1.4375 0.35416,-2.5625 1.0625,-3.375 0.71354,-0.8125 1.69791,-1.2187 2.95312,-1.2187"
style=""
id="path5294" />
<path
d="m 170.41632,1004.5342 0,-4.73433 1.4375,0 0,12.15623 -1.4375,0 0,-1.3125 c -0.30209,0.5208 -0.6849,0.9089 -1.14844,1.1641 -0.45834,0.25 -1.01042,0.375 -1.65625,0.375 -1.05729,0 -1.91927,-0.4219 -2.58593,-1.2656 -0.66146,-0.8438 -0.99219,-1.9532 -0.99219,-3.3282 0,-1.375 0.33073,-2.4843 0.99219,-3.3281 0.66666,-0.8437 1.52864,-1.2656 2.58593,-1.2656 0.64583,0 1.19791,0.1276 1.65625,0.3828 0.46354,0.25 0.84635,0.6354 1.14844,1.1562 m -4.89844,3.0547 c 0,1.0573 0.21615,1.8881 0.64844,2.4922 0.4375,0.599 1.03646,0.8985 1.79688,0.8985 0.76041,0 1.35936,-0.2995 1.79687,-0.8985 0.43749,-0.6041 0.65624,-1.4349 0.65625,-2.4922 -1e-5,-1.0573 -0.21876,-1.8854 -0.65625,-2.4843 -0.43751,-0.6042 -1.03646,-0.9063 -1.79687,-0.9063 -0.76042,0 -1.35938,0.3021 -1.79688,0.9063 -0.43229,0.5989 -0.64844,1.427 -0.64844,2.4843"
style=""
id="path5296" />
<path
d="m 182.29913,1007.2217 0,0.7032 -6.60937,0 c 0.0625,0.9896 0.35937,1.7448 0.89062,2.2656 0.53646,0.5156 1.28125,0.7734 2.23438,0.7734 0.55208,0 1.08593,-0.068 1.60156,-0.2031 0.52083,-0.1354 1.03645,-0.3385 1.54688,-0.6094 l 0,1.3594 c -0.51564,0.2188 -1.04428,0.3854 -1.58594,0.5 -0.54167,0.1146 -1.09115,0.1719 -1.64844,0.1719 -1.39584,0 -2.50261,-0.4063 -3.32031,-1.2188 -0.8125,-0.8125 -1.21875,-1.9114 -1.21875,-3.2968 0,-1.4323 0.38541,-2.5677 1.15625,-3.4063 0.77604,-0.8437 1.82031,-1.2656 3.13281,-1.2656 1.17708,0 2.10676,0.3802 2.78906,1.1406 0.68749,0.7552 1.03124,1.7839 1.03125,3.0859 m -1.4375,-0.4218 c -0.0104,-0.7865 -0.23177,-1.4141 -0.66406,-1.8828 -0.42709,-0.4688 -0.9948,-0.7032 -1.70312,-0.7032 -0.80209,0 -1.44532,0.2266 -1.92969,0.6797 -0.47917,0.4531 -0.75521,1.0912 -0.82813,1.9141 l 5.125,-0.01"
style=""
id="path5298" />
<path
d="m 191.14288,1000.7217 0,2.4844 2.96094,0 0,1.1172 -2.96094,0 0,4.75 c 0,0.7135 0.0964,1.1719 0.28907,1.375 0.19791,0.2031 0.59635,0.3047 1.19531,0.3047 l 1.47656,0 0,1.2031 -1.47656,0 c -1.10938,0 -1.875,-0.2057 -2.29688,-0.6172 -0.42187,-0.4166 -0.63281,-1.1718 -0.63281,-2.2656 l 0,-4.75 -1.05469,0 0,-1.1172 1.05469,0 0,-2.4844 1.44531,0"
style=""
id="path5300" />
<path
d="m 199.39288,1004.2139 c -0.77083,0 -1.38021,0.3021 -1.82812,0.9063 -0.44792,0.5989 -0.67188,1.4219 -0.67188,2.4687 0,1.0469 0.22135,1.8724 0.66407,2.4766 0.44791,0.599 1.05989,0.8984 1.83593,0.8984 0.76562,0 1.37239,-0.3021 1.82032,-0.9062 0.44791,-0.6042 0.67186,-1.4271 0.67187,-2.4688 -1e-5,-1.0364 -0.22396,-1.8567 -0.67187,-2.4609 -0.44793,-0.6094 -1.0547,-0.9141 -1.82032,-0.9141 m 0,-1.2187 c 1.25,0 2.23177,0.4062 2.94532,1.2187 0.71353,0.8125 1.0703,1.9375 1.07031,3.375 -1e-5,1.4323 -0.35678,2.5573 -1.07031,3.375 -0.71355,0.8125 -1.69532,1.2188 -2.94532,1.2188 -1.25521,0 -2.23958,-0.4063 -2.95312,-1.2188 -0.70834,-0.8177 -1.0625,-1.9427 -1.0625,-3.375 0,-1.4375 0.35416,-2.5625 1.0625,-3.375 0.71354,-0.8125 1.69791,-1.2187 2.95312,-1.2187"
style=""
id="path5302" />
<path
d="m 218.1507,1006.6749 0,5.2812 -1.4375,0 0,-5.2344 c -1e-5,-0.8281 -0.16147,-1.4479 -0.48438,-1.8593 -0.32292,-0.4115 -0.8073,-0.6172 -1.45312,-0.6172 -0.77605,0 -1.38803,0.2474 -1.83594,0.7422 -0.44792,0.4948 -0.67188,1.1692 -0.67188,2.0234 l 0,4.9453 -1.44531,0 0,-8.75 1.44531,0 0,1.3594 c 0.34375,-0.526 0.7474,-0.9193 1.21094,-1.1797 0.46875,-0.2604 1.00781,-0.3906 1.61719,-0.3906 1.0052,0 1.76562,0.3125 2.28125,0.9375 0.51561,0.6198 0.77343,1.5338 0.77344,2.7422"
style=""
id="path5304" />
<path
d="m 224.42413,1004.2139 c -0.77083,0 -1.38021,0.3021 -1.82812,0.9063 -0.44792,0.5989 -0.67188,1.4219 -0.67188,2.4687 0,1.0469 0.22135,1.8724 0.66407,2.4766 0.44791,0.599 1.05989,0.8984 1.83593,0.8984 0.76562,0 1.37239,-0.3021 1.82032,-0.9062 0.44791,-0.6042 0.67186,-1.4271 0.67187,-2.4688 -1e-5,-1.0364 -0.22396,-1.8567 -0.67187,-2.4609 -0.44793,-0.6094 -1.0547,-0.9141 -1.82032,-0.9141 m 0,-1.2187 c 1.25,0 2.23177,0.4062 2.94532,1.2187 0.71353,0.8125 1.0703,1.9375 1.07031,3.375 -1e-5,1.4323 -0.35678,2.5573 -1.07031,3.375 -0.71355,0.8125 -1.69532,1.2188 -2.94532,1.2188 -1.25521,0 -2.23958,-0.4063 -2.95312,-1.2188 -0.70834,-0.8177 -1.0625,-1.9427 -1.0625,-3.375 0,-1.4375 0.35416,-2.5625 1.0625,-3.375 0.71354,-0.8125 1.69791,-1.2187 2.95312,-1.2187"
style=""
id="path5306" />
<path
d="m 236.57257,1004.5342 0,-4.73433 1.4375,0 0,12.15623 -1.4375,0 0,-1.3125 c -0.30209,0.5208 -0.6849,0.9089 -1.14844,1.1641 -0.45834,0.25 -1.01042,0.375 -1.65625,0.375 -1.05729,0 -1.91927,-0.4219 -2.58593,-1.2656 -0.66146,-0.8438 -0.99219,-1.9532 -0.99219,-3.3282 0,-1.375 0.33073,-2.4843 0.99219,-3.3281 0.66666,-0.8437 1.52864,-1.2656 2.58593,-1.2656 0.64583,0 1.19791,0.1276 1.65625,0.3828 0.46354,0.25 0.84635,0.6354 1.14844,1.1562 m -4.89844,3.0547 c 0,1.0573 0.21615,1.8881 0.64844,2.4922 0.4375,0.599 1.03646,0.8985 1.79688,0.8985 0.76041,0 1.35936,-0.2995 1.79687,-0.8985 0.43749,-0.6041 0.65624,-1.4349 0.65625,-2.4922 -1e-5,-1.0573 -0.21876,-1.8854 -0.65625,-2.4843 -0.43751,-0.6042 -1.03646,-0.9063 -1.79687,-0.9063 -0.76042,0 -1.35938,0.3021 -1.79688,0.9063 -0.43229,0.5989 -0.64844,1.427 -0.64844,2.4843"
style=""
id="path5308" />
<path
d="m 248.45538,1007.2217 0,0.7032 -6.60937,0 c 0.0625,0.9896 0.35937,1.7448 0.89062,2.2656 0.53646,0.5156 1.28125,0.7734 2.23438,0.7734 0.55208,0 1.08593,-0.068 1.60156,-0.2031 0.52083,-0.1354 1.03645,-0.3385 1.54688,-0.6094 l 0,1.3594 c -0.51564,0.2188 -1.04428,0.3854 -1.58594,0.5 -0.54167,0.1146 -1.09115,0.1719 -1.64844,0.1719 -1.39584,0 -2.50261,-0.4063 -3.32031,-1.2188 -0.8125,-0.8125 -1.21875,-1.9114 -1.21875,-3.2968 0,-1.4323 0.38541,-2.5677 1.15625,-3.4063 0.77604,-0.8437 1.82031,-1.2656 3.13281,-1.2656 1.17708,0 2.10676,0.3802 2.78906,1.1406 0.68749,0.7552 1.03124,1.7839 1.03125,3.0859 m -1.4375,-0.4218 c -0.0104,-0.7865 -0.23177,-1.4141 -0.66406,-1.8828 -0.42709,-0.4688 -0.9948,-0.7032 -1.70312,-0.7032 -0.80209,0 -1.44532,0.2266 -1.92969,0.6797 -0.47917,0.4531 -0.75521,1.0912 -0.82813,1.9141 l 5.125,-0.01"
style=""
id="path5310" />
</g>
<g
style="font-size:16px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
id="text5051">
<path
d="m 371.34772,1000.6749 0,1.539 c -0.59897,-0.2864 -1.16407,-0.5 -1.69532,-0.6406 -0.53125,-0.1406 -1.04427,-0.2109 -1.53906,-0.2109 -0.85938,0 -1.52344,0.1666 -1.99219,0.5 -0.46354,0.3333 -0.69531,0.8073 -0.69531,1.4218 0,0.5157 0.15365,0.9063 0.46094,1.1719 0.3125,0.2604 0.90104,0.4714 1.76562,0.6328 l 0.95313,0.1953 c 1.17708,0.224 2.04426,0.6198 2.60156,1.1875 0.56249,0.5625 0.84374,1.3178 0.84375,2.2657 -10e-6,1.1302 -0.38021,1.9869 -1.14062,2.5703 -0.75522,0.5833 -1.86459,0.875 -3.32813,0.875 -0.55209,0 -1.14063,-0.062 -1.76562,-0.1875 -0.6198,-0.125 -1.26303,-0.3099 -1.92969,-0.5547 l 0,-1.625 c 0.64062,0.3594 1.26823,0.6302 1.88281,0.8125 0.61458,0.1823 1.21875,0.2734 1.8125,0.2734 0.90104,0 1.59635,-0.1771 2.08594,-0.5312 0.48958,-0.3542 0.73437,-0.8594 0.73437,-1.5156 0,-0.573 -0.17709,-1.0209 -0.53125,-1.3438 -0.34896,-0.3229 -0.92448,-0.5651 -1.72656,-0.7266 l -0.96094,-0.1875 c -1.17708,-0.2343 -2.02864,-0.6015 -2.55468,-1.1015 -0.52605,-0.5 -0.78907,-1.1953 -0.78907,-2.086 0,-1.0312 0.36198,-1.8437 1.08594,-2.4375 0.72917,-0.5937 1.73177,-0.8906 3.00781,-0.8906 0.54687,0 1.10417,0.049 1.67188,0.1485 0.5677,0.099 1.14843,0.2474 1.74219,0.4453"
style=""
id="path5263" />
<path
d="m 381.9649,1007.2217 0,0.7032 -6.60937,0 c 0.0625,0.9896 0.35937,1.7448 0.89062,2.2656 0.53646,0.5156 1.28125,0.7734 2.23438,0.7734 0.55208,0 1.08593,-0.068 1.60156,-0.2031 0.52083,-0.1354 1.03645,-0.3385 1.54688,-0.6094 l 0,1.3594 c -0.51564,0.2188 -1.04428,0.3854 -1.58594,0.5 -0.54167,0.1146 -1.09115,0.1719 -1.64844,0.1719 -1.39584,0 -2.5026,-0.4063 -3.32031,-1.2188 -0.8125,-0.8125 -1.21875,-1.9114 -1.21875,-3.2968 0,-1.4323 0.38542,-2.5677 1.15625,-3.4063 0.77604,-0.8437 1.82031,-1.2656 3.13281,-1.2656 1.17708,0 2.10677,0.3802 2.78906,1.1406 0.6875,0.7552 1.03125,1.7839 1.03125,3.0859 m -1.4375,-0.4218 c -0.0104,-0.7865 -0.23177,-1.4141 -0.66406,-1.8828 -0.42709,-0.4688 -0.9948,-0.7032 -1.70312,-0.7032 -0.80209,0 -1.44532,0.2266 -1.92969,0.6797 -0.47917,0.4531 -0.75521,1.0912 -0.82813,1.9141 l 5.125,-0.01"
style=""
id="path5265" />
<path
d="m 389.36334,1004.5499 c -0.16146,-0.094 -0.33855,-0.1615 -0.53125,-0.2032 -0.1875,-0.047 -0.39584,-0.07 -0.625,-0.07 -0.8125,0 -1.4375,0.2657 -1.875,0.7969 -0.43229,0.5261 -0.64844,1.2839 -0.64844,2.2734 l 0,4.6094 -1.44531,0 0,-8.75 1.44531,0 0,1.3594 c 0.30208,-0.5313 0.69531,-0.9245 1.17969,-1.1797 0.48437,-0.2604 1.07291,-0.3906 1.76563,-0.3906 0.099,0 0.20832,0.01 0.32812,0.023 0.11979,0.01 0.2526,0.029 0.39844,0.055 l 0.008,1.4766"
style=""
id="path5267" />
<path
d="m 389.85553,1003.2061 1.52344,0 2.73437,7.3438 2.73438,-7.3438 1.52343,0 -3.28125,8.75 -1.95312,0 -3.28125,-8.75"
style=""
id="path5269" />
<path
d="m 407.8399,1007.2217 0,0.7032 -6.60937,0 c 0.0625,0.9896 0.35937,1.7448 0.89062,2.2656 0.53646,0.5156 1.28125,0.7734 2.23438,0.7734 0.55208,0 1.08593,-0.068 1.60156,-0.2031 0.52083,-0.1354 1.03645,-0.3385 1.54688,-0.6094 l 0,1.3594 c -0.51564,0.2188 -1.04428,0.3854 -1.58594,0.5 -0.54167,0.1146 -1.09115,0.1719 -1.64844,0.1719 -1.39584,0 -2.5026,-0.4063 -3.32031,-1.2188 -0.8125,-0.8125 -1.21875,-1.9114 -1.21875,-3.2968 0,-1.4323 0.38542,-2.5677 1.15625,-3.4063 0.77604,-0.8437 1.82031,-1.2656 3.13281,-1.2656 1.17708,0 2.10677,0.3802 2.78906,1.1406 0.6875,0.7552 1.03125,1.7839 1.03125,3.0859 m -1.4375,-0.4218 c -0.0104,-0.7865 -0.23177,-1.4141 -0.66406,-1.8828 -0.42709,-0.4688 -0.9948,-0.7032 -1.70312,-0.7032 -0.80209,0 -1.44532,0.2266 -1.92969,0.6797 -0.47917,0.4531 -0.75521,1.0912 -0.82813,1.9141 l 5.125,-0.01"
style=""
id="path5271" />
<path
d="m 415.23834,1004.5499 c -0.16146,-0.094 -0.33855,-0.1615 -0.53125,-0.2032 -0.1875,-0.047 -0.39584,-0.07 -0.625,-0.07 -0.8125,0 -1.4375,0.2657 -1.875,0.7969 -0.43229,0.5261 -0.64844,1.2839 -0.64844,2.2734 l 0,4.6094 -1.44531,0 0,-8.75 1.44531,0 0,1.3594 c 0.30208,-0.5313 0.69531,-0.9245 1.17969,-1.1797 0.48437,-0.2604 1.07291,-0.3906 1.76563,-0.3906 0.099,0 0.20832,0.01 0.32812,0.023 0.11979,0.01 0.2526,0.029 0.39844,0.055 l 0.008,1.4766"
style=""
id="path5273" />
<path
d="m 423.2774,1000.7217 0,2.4844 2.96094,0 0,1.1172 -2.96094,0 0,4.75 c 0,0.7135 0.0964,1.1719 0.28907,1.375 0.19791,0.2031 0.59635,0.3047 1.19531,0.3047 l 1.47656,0 0,1.2031 -1.47656,0 c -1.10938,0 -1.875,-0.2057 -2.29688,-0.6172 -0.42187,-0.4166 -0.63281,-1.1718 -0.63281,-2.2656 l 0,-4.75 -1.05469,0 0,-1.1172 1.05469,0 0,-2.4844 1.44531,0"
style=""
id="path5275" />
<path
d="m 431.5274,1004.2139 c -0.77083,0 -1.38021,0.3021 -1.82812,0.9063 -0.44792,0.5989 -0.67188,1.4219 -0.67188,2.4687 0,1.0469 0.22136,1.8724 0.66407,2.4766 0.44791,0.599 1.05989,0.8984 1.83593,0.8984 0.76562,0 1.37239,-0.3021 1.82032,-0.9062 0.44791,-0.6042 0.67186,-1.4271 0.67187,-2.4688 -10e-6,-1.0364 -0.22396,-1.8567 -0.67187,-2.4609 -0.44793,-0.6094 -1.0547,-0.9141 -1.82032,-0.9141 m 0,-1.2187 c 1.25,0 2.23177,0.4062 2.94532,1.2187 0.71353,0.8125 1.0703,1.9375 1.07031,3.375 -10e-6,1.4323 -0.35678,2.5573 -1.07031,3.375 -0.71355,0.8125 -1.69532,1.2188 -2.94532,1.2188 -1.25521,0 -2.23958,-0.4063 -2.95312,-1.2188 -0.70833,-0.8177 -1.0625,-1.9427 -1.0625,-3.375 0,-1.4375 0.35417,-2.5625 1.0625,-3.375 0.71354,-0.8125 1.69791,-1.2187 2.95312,-1.2187"
style=""
id="path5277" />
<path
d="m 449.30865,1003.5421 0,1.3437 c -0.40625,-0.2239 -0.81511,-0.3906 -1.22656,-0.5 -0.40625,-0.1146 -0.81771,-0.1719 -1.23437,-0.1719 -0.9323,0 -1.65626,0.2969 -2.17188,0.8907 -0.51563,0.5885 -0.77344,1.4166 -0.77344,2.4843 0,1.0677 0.25781,1.8985 0.77344,2.4922 0.51562,0.5886 1.23958,0.8828 2.17188,0.8828 0.41666,0 0.82812,-0.055 1.23437,-0.164 0.41145,-0.1146 0.82031,-0.2839 1.22656,-0.5078 l 0,1.3281 c -0.40104,0.1875 -0.81771,0.3281 -1.25,0.4219 -0.42708,0.094 -0.88281,0.1406 -1.36718,0.1406 -1.31771,0 -2.36459,-0.4141 -3.14063,-1.2422 -0.77604,-0.8281 -1.16406,-1.9453 -1.16406,-3.3516 0,-1.427 0.39062,-2.5494 1.17187,-3.3672 0.78646,-0.8177 1.86198,-1.2265 3.22657,-1.2265 0.4427,0 0.87499,0.047 1.29687,0.1406 0.42187,0.089 0.83072,0.224 1.22656,0.4063"
style=""
id="path5279" />
<path
d="m 451.79303,999.79987 1.4375,0 0,12.15623 -1.4375,0 0,-12.15623"
style=""
id="path5281" />
<path
d="m 456.23053,1003.2061 1.4375,0 0,8.75 -1.4375,0 0,-8.75 m 0,-3.40623 1.4375,0 0,1.82033 -1.4375,0 0,-1.82033"
style=""
id="path5283" />
<path
d="m 468.1524,1007.2217 0,0.7032 -6.60937,0 c 0.0625,0.9896 0.35937,1.7448 0.89062,2.2656 0.53646,0.5156 1.28125,0.7734 2.23438,0.7734 0.55208,0 1.08593,-0.068 1.60156,-0.2031 0.52083,-0.1354 1.03645,-0.3385 1.54688,-0.6094 l 0,1.3594 c -0.51564,0.2188 -1.04428,0.3854 -1.58594,0.5 -0.54167,0.1146 -1.09115,0.1719 -1.64844,0.1719 -1.39584,0 -2.5026,-0.4063 -3.32031,-1.2188 -0.8125,-0.8125 -1.21875,-1.9114 -1.21875,-3.2968 0,-1.4323 0.38542,-2.5677 1.15625,-3.4063 0.77604,-0.8437 1.82031,-1.2656 3.13281,-1.2656 1.17708,0 2.10677,0.3802 2.78906,1.1406 0.6875,0.7552 1.03125,1.7839 1.03125,3.0859 m -1.4375,-0.4218 c -0.0104,-0.7865 -0.23177,-1.4141 -0.66406,-1.8828 -0.42709,-0.4688 -0.9948,-0.7032 -1.70312,-0.7032 -0.80209,0 -1.44532,0.2266 -1.92969,0.6797 -0.47917,0.4531 -0.75521,1.0912 -0.82813,1.9141 l 5.125,-0.01"
style=""
id="path5285" />
<path
d="m 477.75397,1006.6749 0,5.2812 -1.4375,0 0,-5.2344 c -10e-6,-0.8281 -0.16147,-1.4479 -0.48438,-1.8593 -0.32292,-0.4115 -0.8073,-0.6172 -1.45312,-0.6172 -0.77605,0 -1.38803,0.2474 -1.83594,0.7422 -0.44792,0.4948 -0.67188,1.1692 -0.67188,2.0234 l 0,4.9453 -1.44531,0 0,-8.75 1.44531,0 0,1.3594 c 0.34375,-0.526 0.7474,-0.9193 1.21094,-1.1797 0.46875,-0.2604 1.00781,-0.3906 1.61719,-0.3906 1.0052,0 1.76562,0.3125 2.28125,0.9375 0.51562,0.6198 0.77343,1.5338 0.77344,2.7422"
style=""
id="path5287" />
<path
d="m 482.05865,1000.7217 0,2.4844 2.96094,0 0,1.1172 -2.96094,0 0,4.75 c 0,0.7135 0.0964,1.1719 0.28907,1.375 0.19791,0.2031 0.59635,0.3047 1.19531,0.3047 l 1.47656,0 0,1.2031 -1.47656,0 c -1.10938,0 -1.875,-0.2057 -2.29688,-0.6172 -0.42187,-0.4166 -0.63281,-1.1718 -0.63281,-2.2656 l 0,-4.75 -1.05469,0 0,-1.1172 1.05469,0 0,-2.4844 1.44531,0"
style=""
id="path5289" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View file

@ -0,0 +1,274 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="600"
height="110"
id="svg2"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="en-big-logo.svg">
<defs
id="defs4">
<inkscape:perspective
sodipodi:type="inkscape:persp3d"
inkscape:vp_x="0 : 60 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_z="992 : 306 : 1"
inkscape:persp3d-origin="300 : 40 : 1"
id="perspective3061" />
<inkscape:path-effect
effect="spiro"
id="path-effect2995"
is_visible="true" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1"
inkscape:cx="146.52381"
inkscape:cy="118.5"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1918"
inkscape:window-height="1042"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="0" />
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-942.3622)">
<g
style="font-size:31.26710128999999938px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#4d4d4d;fill-opacity:1;stroke:none;font-family:Sans"
id="text5008">
<path
d="m 0.90493577,1023.0644 3.08396213,0 0,9.3435 11.2060801,0 0,-9.3435 3.083962,0 0,22.7939 -3.083962,0 0,-10.855 -11.2060801,0 0,10.855 -3.08396213,0 0,-22.7939"
style="fill:#4d4d4d"
id="path5831" />
<path
d="m 38.920113,1036.6064 0,1.374 -12.916,0 c 0.122132,1.9339 0.702283,3.4097 1.740454,4.4275 1.048336,1.0076 2.503802,1.5115 4.366401,1.5114 1.078866,10e-5 2.12212,-0.1323 3.129764,-0.3969 1.017794,-0.2646 2.025425,-0.6616 3.022894,-1.1908 l 0,2.6564 c -1.007647,0.4275 -2.040723,0.7532 -3.09923,0.9771 -1.058534,0.224 -2.132322,0.3359 -3.221366,0.3359 -2.727737,0 -4.890579,-0.7939 -6.488534,-2.3817 -1.587785,-1.5877 -2.381676,-3.7353 -2.381674,-6.4427 -2e-6,-2.7989 0.753176,-5.0178 2.259537,-6.6565 1.51653,-1.6488 3.557236,-2.4732 6.122122,-2.4732 2.300237,0 4.117025,0.743 5.450369,2.229 1.343492,1.4758 2.015245,3.486 2.015263,6.0305 m -2.809154,-0.8244 c -0.02037,-1.5369 -0.452939,-2.7634 -1.297707,-3.6794 -0.834616,-0.916 -1.944027,-1.374 -3.328236,-1.3741 -1.567435,10e-5 -2.824428,0.4428 -3.770984,1.3283 -0.93639,0.8855 -1.475828,2.1323 -1.618316,3.7404 l 10.015243,-0.015"
style="fill:#4d4d4d"
id="path5833" />
<path
d="m 43.469719,1022.1026 2.809153,0 0,23.7557 -2.809153,0 0,-23.7557"
style="fill:#4d4d4d"
id="path5835" />
<path
d="m 54.859007,1043.2934 0,9.0687 -2.82442,0 0,-23.603 2.82442,0 0,2.5954 c 0.590323,-1.0178 1.333323,-1.771 2.229003,-2.2595 0.905841,-0.4988 1.984718,-0.7481 3.236633,-0.7481 2.076318,0 3.760791,0.8244 5.053423,2.4732 1.302779,1.6489 1.954176,3.8168 1.954194,6.5038 -1.8e-5,2.6871 -0.651415,4.855 -1.954194,6.5038 -1.292632,1.6489 -2.977105,2.4733 -5.053423,2.4733 -1.251915,0 -2.330792,-0.2443 -3.236633,-0.7328 -0.89568,-0.4987 -1.63868,-1.257 -2.229003,-2.2748 m 9.557229,-5.9695 c -1.5e-5,-2.0661 -0.427494,-3.6844 -1.282439,-4.8549 -0.844795,-1.1806 -2.010185,-1.771 -3.496175,-1.771 -1.486011,0 -2.65649,0.5904 -3.511442,1.771 -0.844788,1.1705 -1.267178,2.7888 -1.267173,4.8549 -5e-6,2.0662 0.422385,3.6896 1.267173,4.8703 0.854952,1.1704 2.025431,1.7557 3.511442,1.7557 1.48599,0 2.65138,-0.5853 3.496175,-1.7557 0.854945,-1.1807 1.282424,-2.8041 1.282439,-4.8703"
style="fill:#4d4d4d"
id="path5837" />
<path
d="m 71.988739,1028.7591 2.809154,0 0,17.0992 -2.809154,0 0,-17.0992 m 0,-6.6565 2.809154,0 0,3.5573 -2.809154,0 0,-3.5573"
style="fill:#4d4d4d"
id="path5839" />
<path
d="m 94.874176,1035.5377 0,10.3206 -2.809154,0 0,-10.229 c -1.4e-5,-1.6183 -0.315535,-2.8295 -0.946563,-3.6336 -0.631054,-0.804 -1.577616,-1.2061 -2.839688,-1.2061 -1.516544,0 -2.712469,0.4835 -3.587777,1.4504 -0.875322,0.9669 -1.31298,2.285 -1.312974,3.9542 l 0,9.6641 -2.824421,0 0,-17.0992 2.824421,0 0,2.6565 c 0.671748,-1.028 1.460549,-1.7965 2.366406,-2.3054 0.91602,-0.5089 1.969451,-0.7633 3.160298,-0.7633 1.964359,0 3.450359,0.6107 4.458005,1.832 1.007614,1.2112 1.511429,2.9975 1.511447,5.3588"
style="fill:#4d4d4d"
id="path5841" />
<path
d="m 111.75963,1037.1102 c -1e-5,-2.0356 -0.4224,-3.6132 -1.26717,-4.7328 -0.83462,-1.1196 -2.01018,-1.6794 -3.52671,-1.6794 -1.50636,0 -2.68193,0.5598 -3.52671,1.6794 -0.83461,1.1196 -1.25191,2.6972 -1.2519,4.7328 -1e-5,2.0255 0.41729,3.598 1.2519,4.7176 0.84478,1.1195 2.02035,1.6793 3.52671,1.6793 1.51653,0 2.69209,-0.5598 3.52671,-1.6793 0.84477,-1.1196 1.26716,-2.6921 1.26717,-4.7176 m 2.80916,6.6259 c -2e-5,2.911 -0.64633,5.0738 -1.93893,6.4886 -1.29263,1.4249 -3.27227,2.1374 -5.93892,2.1374 -0.98728,0 -1.91857,-0.076 -2.79388,-0.229 -0.87533,-0.1425 -1.7252,-0.3664 -2.54962,-0.6718 l 0,-2.7328 c 0.82442,0.4478 1.63867,0.7786 2.44275,0.9924 0.80406,0.2137 1.62339,0.3206 2.45801,0.3206 1.84222,0 3.22135,-0.4835 4.13739,-1.4504 0.91602,-0.9567 1.37403,-2.4071 1.37404,-4.3511 l 0,-1.3894 c -0.58016,1.0077 -1.32316,1.7609 -2.229,2.2596 -0.90586,0.4987 -1.98983,0.7481 -3.2519,0.7481 -2.09669,0 -3.78626,-0.799 -5.06869,-2.397 -1.282442,-1.5979 -1.923662,-3.715 -1.92366,-6.3511 -2e-6,-2.6463 0.641218,-4.7684 1.92366,-6.3664 1.28243,-1.5979 2.972,-2.3969 5.06869,-2.3969 1.26207,0 2.34604,0.2493 3.2519,0.7481 0.90584,0.4987 1.64884,1.2519 2.229,2.2595 l 0,-2.5954 2.80916,0 0,14.977"
style="fill:#4d4d4d"
id="path5843" />
</g>
<g
style="font-size:32.64481734999999674px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#333333;fill-opacity:1;stroke:#000000;stroke-width:0.50000000000000000;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:0.43137255;font-family:Sans;-inkscape-font-specification:Sans"
id="text5012">
<path
d="m 132.42319,1047.2295 c -0.82889,2.1253 -1.6365,3.5121 -2.42286,4.1603 -0.78638,0.6482 -1.8384,0.9723 -3.15609,0.9724 l -2.34316,0 0,-2.4548 1.7215,0 c 0.80762,0 1.43458,-0.1913 1.88091,-0.5738 0.44631,-0.3826 0.94044,-1.2858 1.4824,-2.7098 l 0.52602,-1.3389 -7.22076,-17.5658 3.10828,0 5.57894,13.9634 5.57895,-13.9634 3.10827,0 -7.8424,19.5104"
style="fill:#333333;stroke:#000000;stroke-opacity:0.43137255"
id="path5824" />
<path
d="m 151.23221,1029.7754 c -1.57274,0 -2.81605,0.6163 -3.72992,1.849 -0.91389,1.2221 -1.37084,2.9011 -1.37083,5.037 -1e-5,2.1359 0.45162,3.8203 1.35489,5.0529 0.91387,1.2221 2.16249,1.8331 3.74586,1.8331 1.5621,0 2.80009,-0.6163 3.71399,-1.849 0.91387,-1.2327 1.37081,-2.9117 1.37082,-5.037 -1e-5,-2.1147 -0.45695,-3.7884 -1.37082,-5.0211 -0.9139,-1.2432 -2.15189,-1.8649 -3.71399,-1.8649 m 0,-2.4866 c 2.55037,0 4.55347,0.8289 6.00933,2.4866 1.45582,1.6577 2.18374,3.9531 2.18376,6.886 -2e-5,2.9223 -0.72794,5.2176 -2.18376,6.886 -1.45586,1.6578 -3.45896,2.4866 -6.00933,2.4866 -2.56101,0 -4.56943,-0.8288 -6.02526,-2.4866 -1.44522,-1.6684 -2.16782,-3.9637 -2.16782,-6.886 0,-2.9329 0.7226,-5.2283 2.16782,-6.886 1.45583,-1.6577 3.46425,-2.4866 6.02526,-2.4866"
style="fill:#333333;stroke:#000000;stroke-opacity:0.43137255"
id="path5826" />
<path
d="m 163.96815,1038.5264 0,-10.8073 2.93294,0 0,10.6957 c -1e-5,1.6896 0.32941,2.9595 0.98827,3.8096 0.65884,0.8395 1.64711,1.2593 2.96481,1.2593 1.58335,0 2.83197,-0.5048 3.74586,-1.5143 0.9245,-1.0095 1.38676,-2.3857 1.38677,-4.1285 l 0,-10.1218 2.93293,0 0,17.8527 -2.93293,0 0,-2.7417 c -0.71199,1.0839 -1.54086,1.8916 -2.48662,2.4229 -0.93515,0.5207 -2.02437,0.781 -3.26767,0.781 -2.05093,0 -3.60772,-0.6376 -4.67037,-1.9127 -1.06266,-1.2752 -1.59399,-3.1402 -1.59399,-5.5949 m 7.38015,-11.2376 0,0"
style="fill:#333333;stroke:#000000;stroke-opacity:0.43137255"
id="path5828" />
</g>
<g
style="font-size:31.26710128999999938px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#4d4d4d;fill-opacity:1;stroke:none;font-family:Sans"
id="text5016">
<path
d="m 190.11894,1022.1026 2.82442,0 0,14.0305 8.38166,-7.374 3.58778,0 -9.06868,8 9.45036,9.0992 -3.66412,0 -8.687,-8.3511 0,8.3511 -2.82442,0 0,-23.7557"
style="fill:#4d4d4d"
id="path5775" />
<path
d="m 221.82879,1036.6064 0,1.374 -12.916,0 c 0.12213,1.9339 0.70228,3.4097 1.74045,4.4275 1.04834,1.0076 2.5038,1.5115 4.3664,1.5114 1.07887,10e-5 2.12212,-0.1323 3.12977,-0.3969 1.01779,-0.2646 2.02542,-0.6616 3.02289,-1.1908 l 0,2.6564 c -1.00765,0.4275 -2.04072,0.7532 -3.09923,0.9771 -1.05853,0.224 -2.13232,0.3359 -3.22137,0.3359 -2.72773,0 -4.89058,-0.7939 -6.48853,-2.3817 -1.58779,-1.5877 -2.38168,-3.7353 -2.38167,-6.4427 -1e-5,-2.7989 0.75317,-5.0178 2.25953,-6.6565 1.51653,-1.6488 3.55724,-2.4732 6.12213,-2.4732 2.30023,0 4.11702,0.743 5.45036,2.229 1.3435,1.4758 2.01525,3.486 2.01527,6.0305 m -2.80916,-0.8244 c -0.0204,-1.5369 -0.45294,-2.7634 -1.2977,-3.6794 -0.83462,-0.916 -1.94403,-1.374 -3.32824,-1.3741 -1.56743,10e-5 -2.82443,0.4428 -3.77098,1.3283 -0.93639,0.8855 -1.47583,2.1323 -1.61832,3.7404 l 10.01524,-0.015"
style="fill:#4d4d4d"
id="path5777" />
<path
d="m 241.00432,1036.6064 0,1.374 -12.916,0 c 0.12213,1.9339 0.70228,3.4097 1.74045,4.4275 1.04834,1.0076 2.5038,1.5115 4.3664,1.5114 1.07887,10e-5 2.12212,-0.1323 3.12977,-0.3969 1.01779,-0.2646 2.02542,-0.6616 3.02289,-1.1908 l 0,2.6564 c -1.00765,0.4275 -2.04072,0.7532 -3.09923,0.9771 -1.05853,0.224 -2.13232,0.3359 -3.22137,0.3359 -2.72773,0 -4.89058,-0.7939 -6.48853,-2.3817 -1.58779,-1.5877 -2.38168,-3.7353 -2.38167,-6.4427 -1e-5,-2.7989 0.75317,-5.0178 2.25953,-6.6565 1.51653,-1.6488 3.55724,-2.4732 6.12213,-2.4732 2.30023,0 4.11702,0.743 5.45036,2.229 1.3435,1.4758 2.01525,3.486 2.01527,6.0305 m -2.80916,-0.8244 c -0.0204,-1.5369 -0.45294,-2.7634 -1.2977,-3.6794 -0.83462,-0.916 -1.94403,-1.374 -3.32824,-1.3741 -1.56744,10e-5 -2.82443,0.4428 -3.77098,1.3283 -0.93639,0.8855 -1.47583,2.1323 -1.61832,3.7404 l 10.01524,-0.015"
style="fill:#4d4d4d"
id="path5779" />
<path
d="m 248.27147,1043.2934 0,9.0687 -2.82442,0 0,-23.603 2.82442,0 0,2.5954 c 0.59033,-1.0178 1.33333,-1.771 2.22901,-2.2595 0.90584,-0.4988 1.98471,-0.7481 3.23663,-0.7481 2.07632,0 3.76079,0.8244 5.05342,2.4732 1.30278,1.6489 1.95418,3.8168 1.9542,6.5038 -2e-5,2.6871 -0.65142,4.855 -1.9542,6.5038 -1.29263,1.6489 -2.9771,2.4733 -5.05342,2.4733 -1.25192,0 -2.33079,-0.2443 -3.23663,-0.7328 -0.89568,-0.4987 -1.63868,-1.257 -2.22901,-2.2748 m 9.55723,-5.9695 c -1e-5,-2.0661 -0.42749,-3.6844 -1.28244,-4.8549 -0.84479,-1.1806 -2.01018,-1.771 -3.49617,-1.771 -1.48601,0 -2.65649,0.5904 -3.51144,1.771 -0.84479,1.1705 -1.26718,2.7888 -1.26718,4.8549 0,2.0662 0.42239,3.6896 1.26718,4.8703 0.85495,1.1704 2.02543,1.7557 3.51144,1.7557 1.48599,0 2.65138,-0.5853 3.49617,-1.7557 0.85495,-1.1807 1.28243,-2.8041 1.28244,-4.8703"
style="fill:#4d4d4d"
id="path5781" />
<path
d="m 278.56148,1034.9728 0,8.3511 4.94655,0 c 1.65902,0 2.88548,-0.3409 3.67938,-1.0229 0.80406,-0.6921 1.20609,-1.7455 1.20611,-3.1603 -2e-5,-1.4249 -0.40205,-2.4732 -1.20611,-3.145 -0.7939,-0.6819 -2.02036,-1.0229 -3.67938,-1.0229 l -4.94655,0 m 0,-9.374 0,6.8702 4.56487,0 c 1.50635,0 2.62594,-0.2799 3.35877,-0.8397 0.74299,-0.57 1.11449,-1.4351 1.1145,-2.5954 -1e-5,-1.1501 -0.37151,-2.0102 -1.1145,-2.5802 -0.73283,-0.5699 -1.85242,-0.8549 -3.35877,-0.8549 l -4.56487,0 m -3.08396,-2.5344 7.87784,0 c 2.35113,10e-5 4.16282,0.4886 5.4351,1.4657 1.27225,0.9771 1.90838,2.3664 1.90839,4.1679 -10e-6,1.3944 -0.32571,2.5038 -0.97709,3.3282 -0.65142,0.8245 -1.60816,1.3385 -2.87023,1.542 1.51652,0.3257 2.69209,1.0077 3.52671,2.0458 0.84477,1.028 1.26716,2.3155 1.26718,3.8626 -2e-5,2.0356 -0.69213,3.6081 -2.07633,4.7176 -1.38424,1.1094 -3.3537,1.6641 -5.90839,1.6641 l -8.18318,0 0,-22.7939"
style="fill:#4d4d4d"
id="path5783" />
<path
d="m 296.79045,1028.7591 2.80915,0 0,17.0992 -2.80915,0 0,-17.0992 m 0,-6.6565 2.80915,0 0,3.5573 -2.80915,0 0,-3.5573"
style="fill:#4d4d4d"
id="path5785" />
<path
d="m 308.24079,1023.9041 0,4.855 5.78625,0 0,2.1832 -5.78625,0 0,9.2824 c 0,1.3944 0.18829,2.2901 0.56489,2.687 0.38676,0.397 1.16538,0.5954 2.33587,0.5954 l 2.88549,0 0,2.3512 -2.88549,0 c -2.16794,0 -3.66412,-0.4021 -4.48854,-1.2061 -0.82443,-0.8143 -1.23664,-2.2901 -1.23664,-4.4275 l 0,-9.2824 -2.06106,0 0,-2.1832 2.06106,0 0,-4.855 2.82442,0"
style="fill:#4d4d4d"
id="path5787" />
<path
d="m 330.04227,1029.4156 0,2.6259 c -0.79391,-0.4376 -1.59289,-0.7633 -2.39694,-0.9771 -0.7939,-0.2239 -1.59797,-0.3358 -2.41221,-0.3359 -1.82189,10e-5 -3.23664,0.5802 -4.24426,1.7405 -1.00764,1.1501 -1.51146,2.7684 -1.51145,4.8549 -1e-5,2.0866 0.50381,3.71 1.51145,4.8703 1.00762,1.1501 2.42237,1.7252 4.24426,1.7251 0.81424,10e-5 1.61831,-0.1068 2.41221,-0.3206 0.80405,-0.2239 1.60303,-0.5547 2.39694,-0.9923 l 0,2.5954 c -0.78373,0.3664 -1.59797,0.6412 -2.44274,0.8244 -0.83462,0.1832 -1.7252,0.2748 -2.67175,0.2748 -2.57507,0 -4.62086,-0.8091 -6.13739,-2.4275 -1.51654,-1.6183 -2.27481,-3.8015 -2.27481,-6.5496 0,-2.7887 0.76336,-4.9821 2.29008,-6.5801 1.53688,-1.5979 3.63866,-2.3969 6.30532,-2.3969 0.86513,0 1.70991,0.092 2.53435,0.2748 0.82441,0.173 1.62339,0.4377 2.39694,0.7939"
style="fill:#4d4d4d"
id="path5789" />
<path
d="m 341.52316,1030.7285 c -1.50636,10e-5 -2.6972,0.5904 -3.57251,1.771 -0.87532,1.1705 -1.31297,2.7787 -1.31297,4.8244 0,2.0458 0.43256,3.6591 1.29771,4.8397 0.87531,1.1705 2.07123,1.7558 3.58777,1.7557 1.49617,10e-5 2.68192,-0.5903 3.55725,-1.7709 0.8753,-1.1807 1.31296,-2.7888 1.31297,-4.8245 -10e-6,-2.0254 -0.43767,-3.6284 -1.31297,-4.8091 -0.87533,-1.1908 -2.06108,-1.7862 -3.55725,-1.7863 m 0,-2.3816 c 2.44273,0 4.3613,0.7939 5.75572,2.3816 1.39438,1.5878 2.09158,3.7863 2.09159,6.5954 -1e-5,2.799 -0.69721,4.9975 -2.09159,6.5954 -1.39442,1.5878 -3.31299,2.3817 -5.75572,2.3817 -2.45292,0 -4.37658,-0.7939 -5.77097,-2.3817 -1.38423,-1.5979 -2.07634,-3.7964 -2.07633,-6.5954 -10e-6,-2.8091 0.6921,-5.0076 2.07633,-6.5954 1.39439,-1.5877 3.31805,-2.3816 5.77097,-2.3816"
style="fill:#4d4d4d"
id="path5791" />
<path
d="m 354.01168,1028.7591 2.80916,0 0,17.0992 -2.80916,0 0,-17.0992 m 0,-6.6565 2.80916,0 0,3.5573 -2.80916,0 0,-3.5573"
style="fill:#4d4d4d"
id="path5793" />
<path
d="m 376.89713,1035.5377 0,10.3206 -2.80916,0 0,-10.229 c -10e-6,-1.6183 -0.31553,-2.8295 -0.94656,-3.6336 -0.63105,-0.804 -1.57762,-1.2061 -2.83969,-1.2061 -1.51654,0 -2.71247,0.4835 -3.58778,1.4504 -0.87532,0.9669 -1.31297,2.285 -1.31297,3.9542 l 0,9.6641 -2.82442,0 0,-17.0992 2.82442,0 0,2.6565 c 0.67175,-1.028 1.46055,-1.7965 2.36641,-2.3054 0.91602,-0.5089 1.96945,-0.7633 3.1603,-0.7633 1.96435,0 3.45035,0.6107 4.458,1.832 1.00761,1.2112 1.51143,2.9975 1.51145,5.3588"
style="fill:#4d4d4d"
id="path5795" />
<path
d="m 403.73675,1031.3545 0,-9.2519 2.80916,0 0,23.7557 -2.80916,0 0,-2.5649 c -0.59034,1.0178 -1.33843,1.7761 -2.24427,2.2748 -0.89568,0.4885 -1.97456,0.7328 -3.23663,0.7328 -2.06616,0 -3.75063,-0.8244 -5.05342,-2.4733 -1.29262,-1.6488 -1.93893,-3.8167 -1.93893,-6.5038 0,-2.687 0.64631,-4.8549 1.93893,-6.5038 1.30279,-1.6488 2.98726,-2.4732 5.05342,-2.4732 1.26207,0 2.34095,0.2493 3.23663,0.7481 0.90584,0.4885 1.65393,1.2417 2.24427,2.2595 m -9.57249,5.9694 c -1e-5,2.0662 0.42238,3.6896 1.26717,4.8703 0.85495,1.1704 2.02543,1.7557 3.51144,1.7557 1.48599,0 2.65647,-0.5853 3.51144,-1.7557 0.85495,-1.1807 1.28243,-2.8041 1.28244,-4.8703 -10e-6,-2.0661 -0.42749,-3.6844 -1.28244,-4.8549 -0.85497,-1.1806 -2.02545,-1.771 -3.51144,-1.771 -1.48601,0 -2.65649,0.5904 -3.51144,1.771 -0.84479,1.1705 -1.26718,2.7888 -1.26717,4.8549"
style="fill:#4d4d4d"
id="path5797" />
<path
d="m 426.95807,1036.6064 0,1.374 -12.916,0 c 0.12213,1.9339 0.70228,3.4097 1.74045,4.4275 1.04834,1.0076 2.5038,1.5115 4.3664,1.5114 1.07887,10e-5 2.12212,-0.1323 3.12977,-0.3969 1.01779,-0.2646 2.02542,-0.6616 3.02289,-1.1908 l 0,2.6564 c -1.00765,0.4275 -2.04072,0.7532 -3.09923,0.9771 -1.05853,0.224 -2.13232,0.3359 -3.22137,0.3359 -2.72773,0 -4.89058,-0.7939 -6.48853,-2.3817 -1.58778,-1.5877 -2.38168,-3.7353 -2.38167,-6.4427 -10e-6,-2.7989 0.75317,-5.0178 2.25953,-6.6565 1.51653,-1.6488 3.55724,-2.4732 6.12213,-2.4732 2.30023,0 4.11702,0.743 5.45036,2.229 1.3435,1.4758 2.01525,3.486 2.01527,6.0305 m -2.80916,-0.8244 c -0.0204,-1.5369 -0.45294,-2.7634 -1.2977,-3.6794 -0.83462,-0.916 -1.94403,-1.374 -3.32824,-1.3741 -1.56743,10e-5 -2.82443,0.4428 -3.77098,1.3283 -0.93639,0.8855 -1.47583,2.1323 -1.61832,3.7404 l 10.01524,-0.015"
style="fill:#4d4d4d"
id="path5799" />
<path
d="m 443.813,1029.4156 0,2.6259 c -0.79391,-0.4376 -1.59289,-0.7633 -2.39694,-0.9771 -0.79391,-0.2239 -1.59797,-0.3358 -2.41221,-0.3359 -1.82189,10e-5 -3.23664,0.5802 -4.24426,1.7405 -1.00764,1.1501 -1.51146,2.7684 -1.51145,4.8549 -10e-6,2.0866 0.50381,3.71 1.51145,4.8703 1.00762,1.1501 2.42237,1.7252 4.24426,1.7251 0.81424,10e-5 1.6183,-0.1068 2.41221,-0.3206 0.80405,-0.2239 1.60303,-0.5547 2.39694,-0.9923 l 0,2.5954 c -0.78373,0.3664 -1.59798,0.6412 -2.44274,0.8244 -0.83462,0.1832 -1.7252,0.2748 -2.67175,0.2748 -2.57507,0 -4.62086,-0.8091 -6.13739,-2.4275 -1.51654,-1.6183 -2.27481,-3.8015 -2.27481,-6.5496 0,-2.7887 0.76336,-4.9821 2.29007,-6.5801 1.53689,-1.5979 3.63866,-2.3969 6.30533,-2.3969 0.86513,0 1.70991,0.092 2.53435,0.2748 0.82441,0.173 1.62339,0.4377 2.39694,0.7939"
style="fill:#4d4d4d"
id="path5801" />
<path
d="m 463.29387,1036.6064 0,1.374 -12.916,0 c 0.12213,1.9339 0.70228,3.4097 1.74045,4.4275 1.04834,1.0076 2.5038,1.5115 4.3664,1.5114 1.07887,10e-5 2.12212,-0.1323 3.12977,-0.3969 1.01779,-0.2646 2.02542,-0.6616 3.02289,-1.1908 l 0,2.6564 c -1.00765,0.4275 -2.04072,0.7532 -3.09923,0.9771 -1.05853,0.224 -2.13232,0.3359 -3.22137,0.3359 -2.72773,0 -4.89057,-0.7939 -6.48853,-2.3817 -1.58778,-1.5877 -2.38168,-3.7353 -2.38167,-6.4427 -10e-6,-2.7989 0.75317,-5.0178 2.25953,-6.6565 1.51653,-1.6488 3.55724,-2.4732 6.12213,-2.4732 2.30023,0 4.11702,0.743 5.45036,2.229 1.3435,1.4758 2.01525,3.486 2.01527,6.0305 m -2.80916,-0.8244 c -0.0204,-1.5369 -0.45294,-2.7634 -1.2977,-3.6794 -0.83462,-0.916 -1.94403,-1.374 -3.32824,-1.3741 -1.56743,10e-5 -2.82443,0.4428 -3.77098,1.3283 -0.93639,0.8855 -1.47583,2.1323 -1.61832,3.7404 l 10.01524,-0.015"
style="fill:#4d4d4d"
id="path5803" />
<path
d="m 482.05719,1035.5377 0,10.3206 -2.80915,0 0,-10.229 c -2e-5,-1.6183 -0.31554,-2.8295 -0.94656,-3.6336 -0.63106,-0.804 -1.57762,-1.2061 -2.83969,-1.2061 -1.51655,0 -2.71247,0.4835 -3.58778,1.4504 -0.87532,0.9669 -1.31298,2.285 -1.31297,3.9542 l 0,9.6641 -2.82443,0 0,-17.0992 2.82443,0 0,2.6565 c 0.67174,-1.028 1.46054,-1.7965 2.3664,-2.3054 0.91602,-0.5089 1.96945,-0.7633 3.1603,-0.7633 1.96436,0 3.45036,0.6107 4.458,1.832 1.00762,1.2112 1.51143,2.9975 1.51145,5.3588"
style="fill:#4d4d4d"
id="path5805" />
<path
d="m 490.46936,1023.9041 0,4.855 5.78625,0 0,2.1832 -5.78625,0 0,9.2824 c 0,1.3944 0.18829,2.2901 0.56489,2.687 0.38676,0.397 1.16538,0.5954 2.33587,0.5954 l 2.88549,0 0,2.3512 -2.88549,0 c -2.16794,0 -3.66412,-0.4021 -4.48854,-1.2061 -0.82443,-0.8143 -1.23664,-2.2901 -1.23664,-4.4275 l 0,-9.2824 -2.06106,0 0,-2.1832 2.06106,0 0,-4.855 2.82442,0"
style="fill:#4d4d4d"
id="path5807" />
<path
d="m 509.8739,1031.385 c -0.31554,-0.1832 -0.66159,-0.3155 -1.03817,-0.3969 -0.36642,-0.092 -0.77354,-0.1374 -1.22137,-0.1374 -1.58779,0 -2.80916,0.5191 -3.66411,1.5572 -0.84479,1.028 -1.26718,2.5089 -1.26717,4.4428 l 0,9.0076 -2.82443,0 0,-17.0992 2.82443,0 0,2.6565 c 0.59032,-1.0382 1.35876,-1.8066 2.30533,-2.3054 0.94656,-0.5089 2.09668,-0.7633 3.45038,-0.7633 0.19337,0 0.40711,0.015 0.64122,0.046 0.23408,0.02 0.49362,0.056 0.77862,0.1068 l 0.0153,2.8855"
style="fill:#4d4d4d"
id="path5809" />
<path
d="m 520.62197,1037.2629 c -2.26973,0 -3.84224,0.2595 -4.71755,0.7786 -0.87532,0.5191 -1.31298,1.4046 -1.31297,2.6565 -10e-6,0.9974 0.32569,1.7913 0.97709,2.3817 0.66157,0.5801 1.55724,0.8702 2.68702,0.8702 1.55724,0 2.80405,-0.5496 3.74045,-1.6489 0.94655,-1.1094 1.41983,-2.5801 1.41984,-4.4122 l 0,-0.6259 -2.79388,0 m 5.60304,-1.1603 0,9.7557 -2.80916,0 0,-2.5954 c -0.64123,1.0381 -1.44021,1.8066 -2.39694,2.3053 -0.95675,0.4885 -2.12723,0.7328 -3.51144,0.7328 -1.75064,0 -3.14504,-0.4885 -4.1832,-1.4656 -1.02799,-0.9873 -1.54198,-2.3054 -1.54198,-3.9542 0,-1.9237 0.64122,-3.374 1.92366,-4.3511 1.29261,-0.9771 3.21627,-1.4657 5.77098,-1.4657 l 3.93892,0 0,-0.2748 c -10e-6,-1.2926 -0.42749,-2.2901 -1.28244,-2.9924 -0.84479,-0.7124 -2.03563,-1.0686 -3.57251,-1.0687 -0.9771,10e-5 -1.92875,0.1171 -2.85495,0.3512 -0.92621,0.2341 -1.8168,0.5852 -2.67175,1.0534 l 0,-2.5954 c 1.02798,-0.3969 2.02543,-0.6921 2.99236,-0.8855 0.96691,-0.2035 1.90838,-0.3053 2.82442,-0.3053 2.47326,0 4.32058,0.6412 5.54197,1.9236 1.22135,1.2825 1.83204,3.2265 1.83206,5.8321"
style="fill:#4d4d4d"
id="path5811" />
<path
d="m 532.08759,1022.1026 2.80916,0 0,23.7557 -2.80916,0 0,-23.7557"
style="fill:#4d4d4d"
id="path5813" />
<path
d="m 540.75932,1028.7591 2.80915,0 0,17.0992 -2.80915,0 0,-17.0992 m 0,-6.6565 2.80915,0 0,3.5573 -2.80915,0 0,-3.5573"
style="fill:#4d4d4d"
id="path5815" />
<path
d="m 548.2097,1028.7591 13.34348,0 0,2.5649 -10.56486,12.29 10.56486,0 0,2.2443 -13.72516,0 0,-2.5649 10.56486,-12.2901 -10.18318,0 0,-2.2442"
style="fill:#4d4d4d"
id="path5817" />
<path
d="m 580.48442,1036.6064 0,1.374 -12.916,0 c 0.12213,1.9339 0.70228,3.4097 1.74045,4.4275 1.04834,1.0076 2.5038,1.5115 4.3664,1.5114 1.07887,10e-5 2.12212,-0.1323 3.12977,-0.3969 1.01779,-0.2646 2.02542,-0.6616 3.02289,-1.1908 l 0,2.6564 c -1.00765,0.4275 -2.04072,0.7532 -3.09923,0.9771 -1.05853,0.224 -2.13232,0.3359 -3.22136,0.3359 -2.72774,0 -4.89058,-0.7939 -6.48854,-2.3817 -1.58778,-1.5877 -2.38167,-3.7353 -2.38167,-6.4427 0,-2.7989 0.75317,-5.0178 2.25953,-6.6565 1.51654,-1.6488 3.55724,-2.4732 6.12213,-2.4732 2.30023,0 4.11702,0.743 5.45037,2.229 1.34349,1.4758 2.01524,3.486 2.01526,6.0305 m -2.80915,-0.8244 c -0.0204,-1.5369 -0.45294,-2.7634 -1.29771,-3.6794 -0.83462,-0.916 -1.94403,-1.374 -3.32824,-1.3741 -1.56743,10e-5 -2.82443,0.4428 -3.77098,1.3283 -0.93639,0.8855 -1.47583,2.1323 -1.61832,3.7404 l 10.01525,-0.015"
style="fill:#4d4d4d"
id="path5819" />
<path
d="m 596.28592,1031.3545 0,-9.2519 2.80915,0 0,23.7557 -2.80915,0 0,-2.5649 c -0.59034,1.0178 -1.33843,1.7761 -2.24427,2.2748 -0.89568,0.4885 -1.97456,0.7328 -3.23663,0.7328 -2.06616,0 -3.75064,-0.8244 -5.05343,-2.4733 -1.29262,-1.6488 -1.93893,-3.8167 -1.93892,-6.5038 -10e-6,-2.687 0.6463,-4.8549 1.93892,-6.5038 1.30279,-1.6488 2.98727,-2.4732 5.05343,-2.4732 1.26207,0 2.34095,0.2493 3.23663,0.7481 0.90584,0.4885 1.65393,1.2417 2.24427,2.2595 m -9.5725,5.9694 c 0,2.0662 0.42239,3.6896 1.26717,4.8703 0.85496,1.1704 2.02544,1.7557 3.51145,1.7557 1.48599,0 2.65647,-0.5853 3.51144,-1.7557 0.85494,-1.1807 1.28242,-2.8041 1.28244,-4.8703 -2e-5,-2.0661 -0.4275,-3.6844 -1.28244,-4.8549 -0.85497,-1.1806 -2.02545,-1.771 -3.51144,-1.771 -1.48601,0 -2.65649,0.5904 -3.51145,1.771 -0.84478,1.1705 -1.26717,2.7888 -1.26717,4.8549"
style="fill:#4d4d4d"
id="path5821" />
</g>
<g
id="g13515"
transform="translate(0.50000392,84.089674)">
<g
transform="matrix(1049.7758,0,0,1049.7758,102.11305,846.42803)"
id="text3882-9"
style="font-size:0.06686545px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#b3b3b3;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans">
<path
inkscape:connector-curvature="0"
id="path4260-6"
d="m 0.00800291,0.04071128 0,0.01785909 0.01057832,0 c 0.0035478,0 0.0061707,-7.2916e-4 0.0078684,-0.0021875 0.0017195,-0.0014801 0.0025793,-0.0037329 0.0025793,-0.0067584 -3e-8,-0.0030472 -8.5979e-4,-0.0052891 -0.0025793,-0.0067257 -0.0016978,-0.0014583 -0.0043206,-0.0021875 -0.0078684,-0.0021875 l -0.01057832,0 m 0,-0.02004657 0,0.01469211 0.0097621,0 c 0.0032213,3e-8 0.0056156,-5.9854e-4 0.0071828,-0.0017957 0.0015889,-0.0012189 0.0023833,-0.003069 0.0023834,-0.0055504 -4e-8,-0.0024595 -7.945e-4,-0.0042988 -0.0023834,-0.0055177 -0.0015672,-0.0012189 -0.0039615,-0.0018283 -0.0071828,-0.0018283 l -0.0097621,0 m -0.00659513,-0.0054198 0.01684696,0 c 0.0050279,5e-8 0.0089023,0.0010448 0.0116231,0.0031343 0.0027207,0.0020896 0.0040811,0.0050607 0.0040811,0.0089132 -4e-8,0.002982 -6.9655e-4,0.0053545 -0.0020895,0.0071175 -0.0013931,0.0017631 -0.0034391,0.0028623 -0.006138,0.0032976 0.0032431,6.9654e-4 0.0057571,0.0021549 0.0075419,0.004375 0.0018065,0.0021984 0.0027098,0.0049518 0.0027099,0.0082602 -4e-8,0.0043532 -0.0014801,0.0077161 -0.0044403,0.01008859 C 0.02858274,0.0628038 0.02437094,0.06399 0.01890772,0.06399 l -0.01749995,0 0,-0.04874517" />
<path
inkscape:connector-curvature="0"
id="path4262-3"
d="m 0.04698599,0.02742308 0.0060075,0 0,0.03656704 -0.0060075,0 0,-0.03656704 m 0,-0.01423503 0.0060075,0 0,0.0076072 -0.0060075,0 0,-0.0076072" />
<path
inkscape:connector-curvature="0"
id="path4264-5"
d="m 0.07147285,0.01704065 0,0.01038243 0.01237403,0 0,0.0046688 -0.01237403,0 0,0.01985068 c -1e-8,0.002982 4.0266e-4,0.0048974 0.001208,0.0057463 8.271e-4,8.4888e-4 0.0024922,0.0012733 0.0049953,0.0012733 l 0.0061707,0 0,0.005028 -0.0061707,0 c -0.0046362,0 -0.0078358,-8.5976e-4 -0.0095989,-0.0025793 -0.0017631,-0.0017413 -0.0026446,-0.0048974 -0.0026446,-0.0094683 l 0,-0.01985068 -0.0044076,0 0,-0.0046688 0.0044076,0 0,-0.01038243 0.0060401,0" />
<path
inkscape:connector-curvature="0"
id="path4266-6"
d="m 0.11809584,0.02882699 0,0.0056157 c -0.001698,-9.3592e-4 -0.003406,-0.0016324 -0.005126,-0.0020895 -0.001698,-4.7882e-4 -0.003417,-7.1825e-4 -0.005159,-7.1828e-4 -0.003896,3e-8 -0.006922,0.0012407 -0.0090765,0.003722 -0.0021549,0.0024596 -0.0032323,0.0059204 -0.0032323,0.01038243 -10e-9,0.0044621 0.0010774,0.0079337 0.0032323,0.01041508 0.0021548,0.0024596 0.0051803,0.0036894 0.0090765,0.0036894 0.001741,1e-8 0.003461,-2.2854e-4 0.005159,-6.8563e-4 0.001719,-4.7885e-4 0.003428,-0.0011862 0.005126,-0.0021222 l 0,0.0055504 c -0.001676,7.8358e-4 -0.003417,0.0013713 -0.005224,0.0017631 -0.001785,3.9179e-4 -0.003689,5.8769e-4 -0.005714,5.8769e-4 -0.005507,0 -0.0098818,-0.0017304 -0.01312496,-0.0051912 -0.0032432,-0.0034608 -0.0048647,-0.0081296 -0.0048647,-0.01400648 0,-0.0059639 0.0016325,-0.01065448 0.0048974,-0.01407178 0.0032867,-0.0034172 0.0077814,-0.0051259 0.0134841,-0.0051259 0.00185,4e-8 0.003657,1.9593e-4 0.00542,5.8769e-4 0.001763,3.7006e-4 0.003472,9.3598e-4 0.005126,0.0016978" />
<path
inkscape:connector-curvature="0"
id="path4268-7"
d="m 0.14264799,0.03163482 c -0.003221,3e-8 -0.005768,0.0012625 -0.00764,0.0037873 -0.001872,0.0025031 -0.002808,0.0059422 -0.002808,0.01031713 -10e-9,0.004375 9.2505e-4,0.0078249 0.002775,0.01034978 0.001872,0.0025031 0.004429,0.0037547 0.007673,0.0037547 0.0032,1e-8 0.005735,-0.0012624 0.007607,-0.0037873 0.001872,-0.0025249 0.002808,-0.0059639 0.002808,-0.01031713 -3e-8,-0.0043314 -9.3597e-4,-0.0077596 -0.002808,-0.01028448 -0.001872,-0.0025466 -0.004408,-0.0038199 -0.007607,-0.0038199 m 0,-0.0050933 c 0.005224,4e-8 0.009327,0.0016978 0.0123087,0.0050933 0.002982,0.0033955 0.004473,0.008097 0.004473,0.01410443 -4e-8,0.0059857 -0.001491,0.01068716 -0.004473,0.01410443 -0.002982,0.0033955 -0.007085,0.0050933 -0.0123087,0.0050933 -0.005246,0 -0.009359,-0.0016978 -0.0123414,-0.0050933 -0.00296,-0.0034173 -0.00444,-0.0081187 -0.00444,-0.01410443 0,-0.0060074 0.00148,-0.01070889 0.00444,-0.01410443 0.002982,-0.0033955 0.007096,-0.0050932 0.0123414,-0.0050933" />
<path
inkscape:connector-curvature="0"
id="path4270-9"
d="m 0.169355,0.02742308 0.006007,0 0,0.03656704 -0.006007,0 0,-0.03656704 m 0,-0.01423503 0.006007,0 0,0.0076072 -0.006007,0 0,-0.0076072" />
<path
inkscape:connector-curvature="0"
id="path4272-5"
d="m 0.21829607,0.0419193 0,0.02207082 -0.006007,0 0,-0.02187492 c -3e-8,-0.0034608 -6.7478e-4,-0.006051 -0.002024,-0.0077705 -0.00135,-0.0017195 -0.003374,-0.0025792 -0.006073,-0.0025793 -0.003243,3e-8 -0.005801,0.0010339 -0.007673,0.0031017 -0.001872,0.0020678 -0.002808,0.0048865 -0.002808,0.0084561 l 0,0.02066691 -0.00604,0 0,-0.03656704 0.00604,0 0,0.005681 c 0.001437,-0.0021983 0.003123,-0.0038417 0.005061,-0.00493 0.001959,-0.0010883 0.004212,-0.0016324 0.006758,-0.0016325 0.004201,4e-8 0.007379,0.001306 0.009534,0.0039179 0.002155,0.0025902 0.003232,0.0064101 0.003232,0.01145985" />
</g>
<g
transform="matrix(1049.7758,0,0,1049.7758,106.21376,846.42803)"
id="text3886-4"
style="font-size:0.06686545px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#666666;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans">
<path
inkscape:connector-curvature="0"
id="path4251-2"
d="m 0.26247592,0.01841191 0,0.0069543 c -0.00222,-0.0020677 -0.004593,-0.0036131 -0.007118,-0.0046362 -0.002503,-0.001023 -0.005169,-0.0015345 -0.007999,-0.0015345 -0.005572,5e-8 -0.009838,0.0017087 -0.0127985,0.0051259 -0.00296,0.0033955 -0.00444,0.0083147 -0.00444,0.01475741 -10e-9,0.006421 0.00148,0.01134015 0.00444,0.01475742 0.00296,0.0033955 0.007226,0.0050933 0.0127985,0.0050933 0.00283,10e-9 0.005496,-5.1149e-4 0.007999,-0.0015345 0.002525,-0.001023 0.004897,-0.0025684 0.007118,-0.0046362 l 0,0.006889 c -0.002307,0.0015672 -0.004756,0.0027425 -0.007346,0.0035261 -0.002568,7.8358e-4 -0.005289,0.0011754 -0.008162,0.0011754 -0.007379,0 -0.0131903,-0.0022528 -0.0174346,-0.0067584 -0.004244,-0.0045273 -0.006367,-0.01069802 -0.006367,-0.01851207 0,-0.0078358 0.002122,-0.01400644 0.006367,-0.01851206 0.004244,-0.0045273 0.0100559,-0.006791 0.0174346,-0.006791 0.002917,5e-8 0.005659,3.9184e-4 0.008228,0.0011754 0.00259,7.6186e-4 0.005017,0.0019155 0.007281,0.0034608" />
<path
inkscape:connector-curvature="0"
id="path4253-7"
d="m 0.28663629,0.03104713 c -0.003221,4e-8 -0.005768,0.0012625 -0.00764,0.0037873 -0.001872,0.0025031 -0.002808,0.0059422 -0.002808,0.01031713 -10e-9,0.004375 9.2504e-4,0.0078249 0.002775,0.01034978 0.001872,0.0025031 0.004429,0.0037547 0.007673,0.0037547 0.0032,0 0.005735,-0.0012624 0.007607,-0.0037873 0.001872,-0.0025249 0.002808,-0.0059639 0.002808,-0.01031713 -3e-8,-0.0043314 -9.3597e-4,-0.0077596 -0.002808,-0.01028448 -0.001872,-0.0025466 -0.004408,-0.0038199 -0.007607,-0.00382 m 0,-0.0050933 c 0.005224,3e-8 0.009327,0.0016978 0.0123087,0.0050933 0.002982,0.0033955 0.004473,0.008097 0.004473,0.01410443 -3e-8,0.0059857 -0.001491,0.01068717 -0.004473,0.01410444 -0.002982,0.0033955 -0.007085,0.0050933 -0.0123087,0.0050933 -0.005246,0 -0.009359,-0.0016978 -0.0123414,-0.0050933 -0.00296,-0.0034173 -0.00444,-0.0081188 -0.00444,-0.01410444 0,-0.0060074 0.00148,-0.01070889 0.00444,-0.01410443 0.002982,-0.0033955 0.007096,-0.0050932 0.0123414,-0.0050933" />
<path
inkscape:connector-curvature="0"
id="path4255-2"
d="m 0.33453259,0.03245105 c -6.7477e-4,-3.9176e-4 -0.001415,-6.7472e-4 -0.00222,-8.4888e-4 -7.836e-4,-1.9586e-4 -0.001654,-2.9381e-4 -0.002612,-2.9384e-4 -0.003396,3e-8 -0.006007,0.0011101 -0.007836,0.0033302 -0.001807,0.0021984 -0.00271,0.0053654 -0.00271,0.0095009 l 0,0.019263 -0.00604,0 0,-0.03656705 0.00604,0 0,0.0056809 c 0.001262,-0.0022201 0.002906,-0.0038634 0.00493,-0.00493 0.002024,-0.0010883 0.004484,-0.0016324 0.007379,-0.0016325 4.1353e-4,3e-8 8.7062e-4,3.268e-5 0.001371,9.794e-5 5.0059e-4,4.357e-5 0.001056,1.1975e-4 0.001665,2.2855e-4 l 3.265e-5,0.0061707" />
<path
inkscape:connector-curvature="0"
id="path4257-1"
d="m 0.37074049,0.04361705 0,0.0029384 -0.0276212,0 c 2.6119e-4,0.0041356 0.001502,0.0072916 0.003722,0.0094682 0.002242,0.0021549 0.005354,0.0032323 0.009338,0.0032323 0.002307,0 0.004538,-2.8296e-4 0.006693,-8.4888e-4 0.002177,-5.6592e-4 0.004331,-0.0014148 0.006465,-0.0025466 l 0,0.005681 c -0.002155,9.1417e-4 -0.004364,0.0016107 -0.006628,0.0020895 -0.002264,4.7885e-4 -0.00456,7.1828e-4 -0.006889,7.1828e-4 -0.005833,0 -0.0104586,-0.0016978 -0.0138759,-0.0050933 -0.003396,-0.0033955 -0.005093,-0.0079882 -0.005093,-0.01377794 -10e-9,-0.0059857 0.001611,-0.01073066 0.004832,-0.01423503 0.003243,-0.0035261 0.007607,-0.0052891 0.0130923,-0.0052892 0.004919,3e-8 0.008804,0.001589 0.0116557,0.0047668 0.002873,0.0031561 0.00431,0.0074549 0.00431,0.01289641 m -0.006007,-0.001763 c -4.356e-5,-0.0032867 -9.6862e-4,-0.0059095 -0.002775,-0.0078684 -0.001785,-0.0019589 -0.004157,-0.0029384 -0.007118,-0.0029384 -0.003352,4e-8 -0.00604,9.4686e-4 -0.008064,0.0028405 -0.002002,0.0018937 -0.003156,0.00456 -0.003461,0.007999 l 0.0214178,-3.265e-5" />
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

View file

@ -0,0 +1,697 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg
width="600" height="220"
viewBox="0 0 600 220"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
>
<title>Gnuplot</title>
<desc>Produced by GNUPLOT 4.6 patchlevel 0 </desc>
<g id="gnuplot_canvas">
<rect x="0" y="0" width="600" height="220" fill="none"/>
<defs>
<circle id='gpDot' r='0.5' stroke-width='0.5'/>
<path id='gpPt0' stroke-width='0.222' stroke='currentColor' d='M-1,0 h2 M0,-1 v2'/>
<path id='gpPt1' stroke-width='0.222' stroke='currentColor' d='M-1,-1 L1,1 M1,-1 L-1,1'/>
<path id='gpPt2' stroke-width='0.222' stroke='currentColor' d='M-1,0 L1,0 M0,-1 L0,1 M-1,-1 L1,1 M-1,1 L1,-1'/>
<rect id='gpPt3' stroke-width='0.222' stroke='currentColor' x='-1' y='-1' width='2' height='2'/>
<rect id='gpPt4' stroke-width='0.222' stroke='currentColor' fill='currentColor' x='-1' y='-1' width='2' height='2'/>
<circle id='gpPt5' stroke-width='0.222' stroke='currentColor' cx='0' cy='0' r='1'/>
<use xlink:href='#gpPt5' id='gpPt6' fill='currentColor' stroke='none'/>
<path id='gpPt7' stroke-width='0.222' stroke='currentColor' d='M0,-1.33 L-1.33,0.67 L1.33,0.67 z'/>
<use xlink:href='#gpPt7' id='gpPt8' fill='currentColor' stroke='none'/>
<use xlink:href='#gpPt7' id='gpPt9' stroke='currentColor' transform='rotate(180)'/>
<use xlink:href='#gpPt9' id='gpPt10' fill='currentColor' stroke='none'/>
<use xlink:href='#gpPt3' id='gpPt11' stroke='currentColor' transform='rotate(45)'/>
<use xlink:href='#gpPt11' id='gpPt12' fill='currentColor' stroke='none'/>
</defs>
<g style="fill:none; color:white; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
</g>
<g style="fill:none; color:white; stroke:currentColor; stroke-width:0.00; stroke-linecap:butt; stroke-linejoin:miter">
</g>
<g style="fill:none; color:black; stroke:currentColor; stroke-width:0.00; stroke-linecap:butt; stroke-linejoin:miter">
<g style = 'stroke:none; shape-rendering:crispEdges'>
<polygon fill = 'rgb(255, 255, 255)' points = '0.0,220.0 599.9,220.0 599.9,0.1 0.0,0.1 '/>
</g>
<path stroke='black' d='M0.0,220.0 L0.0,0.1 L599.9,0.1 L599.9,220.0 L0.0,220.0 h0.01'/></g>
<g style="fill:none; color:black; stroke:black; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
</g>
<g style="fill:none; color:red; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
</g>
<g style="fill:none; color:gray; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
<path stroke='rgb(224, 224, 224)' class="gridline" d='M131.4,162.4 L575.0,162.4 h0.01'/></g>
<g style="fill:none; color:red; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
<path stroke='rgb(128, 128, 128)' d='M131.4,162.4 L140.4,162.4 h0.01'/> <g transform="translate(123.1,166.9)" style="stroke:none; fill:rgb(128,128,128); font-family:Sans; font-size:12.00pt; text-anchor:end">
<text>0 BTC</text>
</g>
</g>
<g style="fill:none; color:gray; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
<path stroke='rgb(224, 224, 224)' class="gridline" d='M131.4,113.8 L575.0,113.8 h0.01'/></g>
<g style="fill:none; color:red; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
<path stroke='rgb(128, 128, 128)' d='M131.4,113.8 L140.4,113.8 h0.01'/> <g transform="translate(123.1,118.3)" style="stroke:none; fill:rgb(128,128,128); font-family:Sans; font-size:12.00pt; text-anchor:end">
<text>1,000 BTC</text>
</g>
</g>
<g style="fill:none; color:gray; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
<path stroke='rgb(224, 224, 224)' class="gridline" d='M131.4,65.3 L575.0,65.3 h0.01'/></g>
<g style="fill:none; color:red; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
<path stroke='rgb(128, 128, 128)' d='M131.4,65.3 L140.4,65.3 h0.01'/> <g transform="translate(123.1,69.8)" style="stroke:none; fill:rgb(128,128,128); font-family:Sans; font-size:12.00pt; text-anchor:end">
<text>2,000 BTC</text>
</g>
</g>
<g style="fill:none; color:gray; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
<path stroke='rgb(224, 224, 224)' class="gridline" d='M131.4,16.7 L575.0,16.7 h0.01'/></g>
<g style="fill:none; color:red; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
<path stroke='rgb(128, 128, 128)' d='M131.4,16.7 L140.4,16.7 h0.01'/> <g transform="translate(123.1,21.2)" style="stroke:none; fill:rgb(128,128,128); font-family:Sans; font-size:12.00pt; text-anchor:end">
<text>3,000 BTC</text>
</g>
</g>
<g style="fill:none; color:gray; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
<path stroke='rgb(224, 224, 224)' class="gridline" d='M131.4,162.4 L131.4,16.7 h0.01'/></g>
<g style="fill:none; color:red; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
<path stroke='rgb(128, 128, 128)' d='M131.4,162.4 L131.4,153.4 h0.01'/> <g transform="translate(131.4,184.9)" style="stroke:none; fill:rgb(128,128,128); font-family:Sans; font-size:12.00pt; text-anchor:middle">
<text>0%</text>
</g>
</g>
<g style="fill:none; color:gray; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
<path stroke='rgb(224, 224, 224)' class="gridline" d='M186.9,162.4 L186.9,16.7 h0.01'/></g>
<g style="fill:none; color:red; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
<path stroke='rgb(128, 128, 128)' d='M186.9,162.4 L186.9,153.4 h0.01'/> <g transform="translate(186.9,184.9)" style="stroke:none; fill:rgb(128,128,128); font-family:Sans; font-size:12.00pt; text-anchor:middle">
<text>5%</text>
</g>
</g>
<g style="fill:none; color:gray; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
<path stroke='rgb(224, 224, 224)' class="gridline" d='M242.3,162.4 L242.3,16.7 h0.01'/></g>
<g style="fill:none; color:red; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
<path stroke='rgb(128, 128, 128)' d='M242.3,162.4 L242.3,153.4 h0.01'/> <g transform="translate(242.3,184.9)" style="stroke:none; fill:rgb(128,128,128); font-family:Sans; font-size:12.00pt; text-anchor:middle">
<text>10%</text>
</g>
</g>
<g style="fill:none; color:gray; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
<path stroke='rgb(224, 224, 224)' class="gridline" d='M297.8,162.4 L297.8,16.7 h0.01'/></g>
<g style="fill:none; color:red; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
<path stroke='rgb(128, 128, 128)' d='M297.8,162.4 L297.8,153.4 h0.01'/> <g transform="translate(297.8,184.9)" style="stroke:none; fill:rgb(128,128,128); font-family:Sans; font-size:12.00pt; text-anchor:middle">
<text>15%</text>
</g>
</g>
<g style="fill:none; color:gray; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
<path stroke='rgb(224, 224, 224)' class="gridline" d='M353.2,162.4 L353.2,16.7 h0.01'/></g>
<g style="fill:none; color:red; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
<path stroke='rgb(128, 128, 128)' d='M353.2,162.4 L353.2,153.4 h0.01'/> <g transform="translate(353.2,184.9)" style="stroke:none; fill:rgb(128,128,128); font-family:Sans; font-size:12.00pt; text-anchor:middle">
<text>20%</text>
</g>
</g>
<g style="fill:none; color:gray; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
<path stroke='rgb(224, 224, 224)' class="gridline" d='M408.7,162.4 L408.7,16.7 h0.01'/></g>
<g style="fill:none; color:red; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
<path stroke='rgb(128, 128, 128)' d='M408.7,162.4 L408.7,153.4 h0.01'/> <g transform="translate(408.7,184.9)" style="stroke:none; fill:rgb(128,128,128); font-family:Sans; font-size:12.00pt; text-anchor:middle">
<text>25%</text>
</g>
</g>
<g style="fill:none; color:gray; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
<path stroke='rgb(224, 224, 224)' class="gridline" d='M464.1,162.4 L464.1,16.7 h0.01'/></g>
<g style="fill:none; color:red; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
<path stroke='rgb(128, 128, 128)' d='M464.1,162.4 L464.1,153.4 h0.01'/> <g transform="translate(464.1,184.9)" style="stroke:none; fill:rgb(128,128,128); font-family:Sans; font-size:12.00pt; text-anchor:middle">
<text>30%</text>
</g>
</g>
<g style="fill:none; color:gray; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
<path stroke='rgb(224, 224, 224)' class="gridline" d='M519.6,162.4 L519.6,16.7 h0.01'/></g>
<g style="fill:none; color:red; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
<path stroke='rgb(128, 128, 128)' d='M519.6,162.4 L519.6,153.4 h0.01'/> <g transform="translate(519.6,184.9)" style="stroke:none; fill:rgb(128,128,128); font-family:Sans; font-size:12.00pt; text-anchor:middle">
<text>35%</text>
</g>
</g>
<g style="fill:none; color:gray; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
<path stroke='rgb(224, 224, 224)' class="gridline" d='M575.0,162.4 L575.0,16.7 h0.01'/></g>
<g style="fill:none; color:red; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
<path stroke='rgb(128, 128, 128)' d='M575.0,162.4 L575.0,153.4 h0.01'/> <g transform="translate(575.0,184.9)" style="stroke:none; fill:rgb(128,128,128); font-family:Sans; font-size:12.00pt; text-anchor:middle">
<text>40%</text>
</g>
<path stroke='rgb(128, 128, 128)' d='M131.4,16.7 L131.4,162.4 L575.0,162.4 M575.0,16.7 M131.4,16.7 h0.01'/> <g transform="translate(17.6,89.6) rotate(270)" style="stroke:none; fill:black; font-family:Sans; font-size:12.00pt; text-anchor:middle">
<text>Cost Of Attack</text>
</g>
<g transform="translate(35.6,89.6) rotate(270)" style="stroke:none; fill:black; font-family:Sans; font-size:12.00pt; text-anchor:middle">
<text>In Sacrificed Income</text>
</g>
</g>
<g style="fill:none; color:black; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
<g transform="translate(353.2,211.9)" style="stroke:none; fill:black; font-family:Sans; font-size:12.00pt; text-anchor:middle">
<text>Attacker's Percent Of Network Hash Rate</text>
</g>
<g transform="translate(142.5,30.9)" style="stroke:none; fill:rgb(139,26,14); font-family:Sans; font-size:12.00pt; text-anchor:start">
<text>1 Confirmation</text>
</g>
<g transform="translate(142.5,48.9)" style="stroke:none; fill:rgb(139,26,14); font-family:Sans; font-size:12.00pt; text-anchor:start">
<text>Security</text>
</g>
<g transform="translate(386.5,30.9)" style="stroke:none; fill:rgb(94,156,54); font-family:Sans; font-size:12.00pt; text-anchor:start">
<text>6 Confirmation</text>
</g>
<g transform="translate(386.5,48.9)" style="stroke:none; fill:rgb(94,156,54); font-family:Sans; font-size:12.00pt; text-anchor:start">
<text>Security</text>
</g>
</g>
<g style="fill:none; color:red; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
</g>
<g id="gnuplot_plot_1" ><title>gnuplot_plot_1</title>
<g style="fill:none; color:white; stroke:rgb(128, 128, 128); stroke-width:2.00; stroke-linecap:butt; stroke-linejoin:miter">
</g>
<g style="fill:none; color:red; stroke:currentColor; stroke-width:2.00; stroke-linecap:butt; stroke-linejoin:miter">
<path stroke='rgb(139, 26, 14)' d='M135.1,16.7 L135.2,21.3 L135.3,24.3 L135.4,29.1 L135.5,33.4 L135.6,35.5 L135.7,39.0 L135.8,42.2
L135.9,45.1 L136.1,47.7 L136.2,51.3 L136.3,53.5 L136.4,55.4 L136.5,58.2 L136.6,60.8 L136.7,62.3
L136.8,64.5 L136.9,66.5 L137.1,68.3 L137.2,70.1 L137.3,72.3 L137.4,73.8 L137.5,75.2 L137.6,77.0
L137.7,78.7 L137.8,79.8 L137.9,81.3 L138.1,82.7 L138.2,84.0 L138.3,85.6 L138.4,86.7 L138.5,87.8
L138.6,89.2 L138.7,90.1 L138.8,91.3 L138.9,92.4 L139.1,93.2 L139.2,94.2 L139.3,95.5 L139.4,96.4
L139.5,97.2 L139.6,98.0 L139.7,99.0 L139.8,99.8 L139.9,100.7 L140.1,101.5 L140.2,102.3 L140.3,103.1
L140.4,103.8 L140.5,104.5 L140.6,105.2 L140.7,106.0 L140.8,106.6 L140.9,107.3 L141.0,107.9 L141.2,108.5
L141.3,109.2 L141.4,109.8 L141.5,110.4 L141.6,110.9 L141.7,111.5 L141.8,112.1 L141.9,112.6 L142.0,113.2
L142.2,113.7 L142.3,114.1 L142.4,114.7 L142.5,115.1 L142.6,115.6 L142.7,116.2 L142.8,116.6 L142.9,117.0
L143.0,117.5 L143.2,117.9 L143.3,118.3 L143.4,118.8 L143.5,119.2 L143.6,119.6 L143.7,120.0 L143.8,120.4
L143.9,120.7 L144.0,121.2 L144.2,121.5 L144.3,121.9 L144.4,122.3 L144.5,122.6 L144.6,122.9 L144.7,123.3
L144.8,123.6 L144.9,124.0 L145.0,124.3 L145.2,124.6 L145.3,124.9 L145.4,125.2 L145.5,125.5 L145.6,125.8
L145.7,126.1 L145.8,126.4 L145.9,126.7 L146.0,126.9 L146.1,127.2 L146.3,127.5 L146.4,127.7 L146.5,128.0
L146.6,128.3 L146.7,128.6 L146.8,128.8 L146.9,129.1 L147.0,129.3 L147.1,129.5 L147.3,129.8 L147.4,130.0
L147.5,130.2 L147.6,130.5 L147.7,130.7 L147.8,130.9 L147.9,131.1 L148.0,131.4 L148.1,131.6 L148.3,131.8
L148.4,132.0 L148.5,132.2 L148.6,132.4 L148.7,132.6 L148.8,132.8 L148.9,133.0 L149.0,133.2 L149.1,133.4
L149.3,133.6 L149.4,133.8 L149.5,133.9 L149.6,134.1 L149.7,134.3 L149.8,134.5 L149.9,134.6 L150.0,134.8
L150.1,135.0 L150.3,135.2 L150.4,135.3 L150.5,135.5 L150.6,135.7 L150.7,135.8 L150.8,136.0 L150.9,136.1
L151.0,136.3 L151.1,136.4 L151.3,136.6 L151.4,136.7 L151.5,136.9 L151.6,137.1 L151.7,137.2 L151.8,137.3
L151.9,137.5 L152.0,137.6 L152.1,137.8 L152.2,137.9 L152.4,138.0 L152.5,138.2 L152.6,138.3 L152.7,138.4
L152.8,138.6 L152.9,138.7 L153.0,138.8 L153.1,139.0 L153.2,139.1 L153.4,139.2 L153.5,139.3 L153.6,139.5
L153.7,139.6 L153.8,139.7 L153.9,139.8 L154.0,139.9 L154.1,140.0 L154.2,140.2 L154.4,140.3 L154.5,140.4
L154.6,140.5 L154.7,140.6 L154.8,140.7 L154.9,140.8 L155.0,140.9 L155.1,141.0 L155.2,141.1 L155.4,141.3
L155.5,141.4 L155.6,141.5 L155.7,141.6 L155.8,141.7 L155.9,141.8 L156.0,141.9 L156.1,142.0 L156.2,142.1
L156.4,142.2 L156.5,142.2 L156.6,142.3 L156.7,142.4 L156.8,142.5 L156.9,142.6 L157.0,142.7 L157.1,142.8
L157.2,142.9 L157.4,143.0 L157.5,143.1 L157.6,143.2 L157.7,143.2 L157.8,143.3 L157.9,143.4 L158.0,143.5
L158.1,143.6 L158.2,143.7 L158.3,143.7 L158.5,143.8 L158.6,143.9 L158.7,144.0 L158.8,144.1 L158.9,144.1
L159.0,144.2 L159.1,144.3 L159.2,144.4 L159.3,144.5 L159.5,144.5 L159.6,144.6 L159.7,144.7 L159.8,144.8
L159.9,144.8 L160.0,144.9 L160.1,145.0 L160.2,145.1 L160.3,145.1 L160.5,145.2 L160.6,145.3 L160.7,145.3
L160.8,145.4 L160.9,145.5 L161.0,145.5 L161.1,145.6 L161.2,145.7 L161.3,145.7 L161.5,145.8 L161.6,145.9
L161.7,145.9 L161.8,146.0 L161.9,146.1 L162.0,146.1 L162.1,146.2 L162.2,146.3 L162.3,146.3 L162.5,146.4
L162.6,146.5 L162.7,146.5 L162.8,146.6 L162.9,146.6 L163.0,146.7 L163.1,146.8 L163.2,146.8 L163.3,146.9
L163.5,146.9 L163.6,147.0 L163.7,147.0 L163.8,147.1 L163.9,147.2 L164.0,147.2 L164.1,147.3 L164.2,147.3
L164.3,147.4 L164.4,147.4 L164.6,147.5 L164.7,147.5 L164.8,147.6 L164.9,147.7 L165.0,147.7 L165.1,147.8
L165.2,147.8 L165.3,147.9 L165.4,147.9 L165.6,148.0 L165.7,148.0 L165.8,148.1 L165.9,148.1 L166.0,148.2
L166.1,148.2 L166.2,148.3 L166.3,148.3 L166.4,148.4 L166.6,148.4 L166.7,148.5 L166.8,148.5 L166.9,148.6
L167.0,148.6 L167.1,148.6 L167.2,148.7 L167.3,148.7 L167.4,148.8 L167.6,148.8 L167.7,148.9 L167.8,148.9
L167.9,149.0 L168.0,149.0 L168.1,149.1 L168.2,149.1 L168.3,149.1 L168.4,149.2 L168.6,149.2 L168.7,149.3
L168.8,149.3 L168.9,149.4 L169.0,149.4 L169.1,149.4 L169.2,149.5 L169.3,149.5 L169.4,149.6 L169.5,149.6
L169.7,149.7 L169.8,149.7 L169.9,149.7 L170.0,149.8 L170.1,149.8 L170.2,149.9 L170.3,149.9 L170.4,149.9
L170.5,150.0 L170.7,150.0 L170.8,150.1 L170.9,150.1 L171.0,150.1 L171.1,150.2 L171.2,150.2 L171.3,150.2
L171.4,150.3 L171.5,150.3 L171.7,150.4 L171.8,150.4 L171.9,150.4 L172.0,150.5 L172.1,150.5 L172.2,150.5
L172.3,150.6 L172.4,150.6 L172.5,150.6 L172.7,150.7 L172.8,150.7 L172.9,150.7 L173.0,150.8 L173.1,150.8
L173.2,150.8 L173.3,150.9 L173.4,150.9 L173.5,150.9 L173.7,151.0 L173.8,151.0 L173.9,151.0 L174.0,151.1
L174.1,151.1 L174.2,151.1 L174.3,151.2 L174.4,151.2 L174.5,151.2 L174.7,151.3 L174.8,151.3 L174.9,151.3
L175.0,151.4 L175.1,151.4 L175.2,151.4 L175.3,151.5 L175.4,151.5 L175.5,151.5 L175.6,151.6 L175.8,151.6
L175.9,151.6 L176.0,151.6 L176.1,151.7 L176.2,151.7 L176.3,151.7 L176.4,151.8 L176.5,151.8 L176.6,151.8
L176.8,151.9 L176.9,151.9 L177.0,151.9 L177.1,151.9 L177.2,152.0 L177.3,152.0 L177.4,152.0 L177.5,152.1
L177.6,152.1 L177.8,152.1 L177.9,152.1 L178.0,152.2 L178.1,152.2 L178.2,152.2 L178.3,152.2 L178.4,152.3
L178.5,152.3 L178.6,152.3 L178.8,152.4 L178.9,152.4 L179.0,152.4 L179.1,152.4 L179.2,152.5 L179.3,152.5
L179.4,152.5 L179.5,152.5 L179.6,152.6 L179.8,152.6 L179.9,152.6 L180.0,152.6 L180.1,152.7 L180.2,152.7
L180.3,152.7 L180.4,152.7 L180.5,152.8 L180.6,152.8 L180.8,152.8 L180.9,152.8 L181.0,152.9 L181.1,152.9
L181.2,152.9 L181.3,152.9 L181.4,153.0 L181.5,153.0 L181.6,153.0 L181.7,153.0 L181.9,153.1 L182.0,153.1
L182.1,153.1 L182.2,153.1 L182.3,153.1 L182.4,153.2 L182.5,153.2 L182.6,153.2 L182.7,153.2 L182.9,153.3
L183.0,153.3 L183.1,153.3 L183.2,153.3 L183.3,153.3 L183.4,153.4 L183.5,153.4 L183.6,153.4 L183.7,153.4
L183.9,153.5 L184.0,153.5 L184.1,153.5 L184.2,153.5 L184.3,153.5 L184.4,153.6 L184.5,153.6 L184.6,153.6
L184.7,153.6 L184.9,153.7 L185.0,153.7 L185.1,153.7 L185.2,153.7 L185.3,153.7 L185.4,153.8 L185.5,153.8
L185.6,153.8 L185.7,153.8 L185.9,153.8 L186.0,153.9 L186.1,153.9 L186.2,153.9 L186.3,153.9 L186.4,153.9
L186.5,154.0 L186.6,154.0 L186.7,154.0 L186.9,154.0 L187.0,154.0 L187.1,154.1 L187.2,154.1 L187.3,154.1
L187.4,154.1 L187.5,154.1 L187.6,154.1 L187.7,154.2 L187.8,154.2 L188.0,154.2 L188.1,154.2 L188.2,154.2
L188.3,154.3 L188.4,154.3 L188.5,154.3 L188.6,154.3 L188.7,154.3 L188.8,154.4 L189.0,154.4 L189.1,154.4
L189.2,154.4 L189.3,154.4 L189.4,154.4 L189.5,154.5 L189.6,154.5 L189.7,154.5 L189.8,154.5 L190.0,154.5
L190.1,154.5 L190.2,154.6 L190.3,154.6 L190.4,154.6 L190.5,154.6 L190.6,154.6 L190.7,154.6 L190.8,154.7
L191.0,154.7 L191.1,154.7 L191.2,154.7 L191.3,154.7 L191.4,154.7 L191.5,154.8 L191.6,154.8 L191.7,154.8
L191.8,154.8 L192.0,154.8 L192.1,154.8 L192.2,154.9 L192.3,154.9 L192.4,154.9 L192.5,154.9 L192.6,154.9
L192.7,154.9 L192.8,155.0 L192.9,155.0 L193.1,155.0 L193.2,155.0 L193.3,155.0 L193.4,155.0 L193.5,155.1
L193.6,155.1 L193.7,155.1 L193.8,155.1 L193.9,155.1 L194.1,155.1 L194.2,155.1 L194.3,155.2 L194.4,155.2
L194.5,155.2 L194.6,155.2 L194.7,155.2 L194.8,155.2 L194.9,155.2 L195.1,155.3 L195.2,155.3 L195.3,155.3
L195.4,155.3 L195.5,155.3 L195.6,155.3 L195.7,155.4 L195.8,155.4 L195.9,155.4 L196.1,155.4 L196.2,155.4
L196.3,155.4 L196.4,155.4 L196.5,155.4 L196.6,155.5 L196.7,155.5 L196.8,155.5 L196.9,155.5 L197.1,155.5
L197.2,155.5 L197.3,155.5 L197.4,155.6 L197.5,155.6 L197.6,155.6 L197.7,155.6 L197.8,155.6 L197.9,155.6
L198.1,155.6 L198.2,155.7 L198.3,155.7 L198.4,155.7 L198.5,155.7 L198.6,155.7 L198.7,155.7 L198.8,155.7
L198.9,155.7 L199.0,155.8 L199.2,155.8 L199.3,155.8 L199.4,155.8 L199.5,155.8 L199.6,155.8 L199.7,155.8
L199.8,155.9 L199.9,155.9 L200.0,155.9 L200.2,155.9 L200.3,155.9 L200.4,155.9 L200.5,155.9 L200.6,155.9
L200.7,156.0 L200.8,156.0 L200.9,156.0 L201.0,156.0 L201.2,156.0 L201.3,156.0 L201.4,156.0 L201.5,156.0
L201.6,156.0 L201.7,156.1 L201.8,156.1 L201.9,156.1 L202.0,156.1 L202.2,156.1 L202.3,156.1 L202.4,156.1
L202.5,156.1 L202.6,156.2 L202.7,156.2 L202.8,156.2 L202.9,156.2 L203.0,156.2 L203.2,156.2 L203.3,156.2
L203.4,156.2 L203.5,156.2 L203.6,156.3 L203.7,156.3 L203.8,156.3 L203.9,156.3 L204.0,156.3 L204.2,156.3
L204.3,156.3 L204.4,156.3 L204.5,156.4 L204.6,156.4 L204.7,156.4 L204.8,156.4 L204.9,156.4 L205.0,156.4
L205.1,156.4 L205.3,156.4 L205.4,156.4 L205.5,156.4 L205.6,156.5 L205.7,156.5 L205.8,156.5 L205.9,156.5
L206.0,156.5 L206.1,156.5 L206.3,156.5 L206.4,156.5 L206.5,156.5 L206.6,156.6 L206.7,156.6 L206.8,156.6
L206.9,156.6 L207.0,156.6 L207.1,156.6 L207.3,156.6 L207.4,156.6 L207.5,156.6 L207.6,156.7 L207.7,156.7
L207.8,156.7 L207.9,156.7 L208.0,156.7 L208.1,156.7 L208.3,156.7 L208.4,156.7 L208.5,156.7 L208.6,156.7
L208.7,156.8 L208.8,156.8 L208.9,156.8 L209.0,156.8 L209.1,156.8 L209.3,156.8 L209.4,156.8 L209.5,156.8
L209.6,156.8 L209.7,156.8 L209.8,156.8 L209.9,156.9 L210.0,156.9 L210.1,156.9 L210.2,156.9 L210.4,156.9
L210.5,156.9 L210.6,156.9 L210.7,156.9 L210.8,156.9 L210.9,156.9 L211.0,157.0 L211.1,157.0 L211.2,157.0
L211.4,157.0 L211.5,157.0 L211.6,157.0 L211.7,157.0 L211.8,157.0 L211.9,157.0 L212.0,157.0 L212.1,157.0
L212.2,157.1 L212.4,157.1 L212.5,157.1 L212.6,157.1 L212.7,157.1 L212.8,157.1 L212.9,157.1 L213.0,157.1
L213.1,157.1 L213.2,157.1 L213.4,157.1 L213.5,157.2 L213.6,157.2 L213.7,157.2 L213.8,157.2 L213.9,157.2
L214.0,157.2 L214.1,157.2 L214.2,157.2 L214.4,157.2 L214.5,157.2 L214.6,157.2 L214.7,157.3 L214.8,157.3
L214.9,157.3 L215.0,157.3 L215.1,157.3 L215.2,157.3 L215.4,157.3 L215.5,157.3 L215.6,157.3 L215.7,157.3
L215.8,157.3 L215.9,157.3 L216.0,157.4 L216.1,157.4 L216.2,157.4 L216.3,157.4 L216.5,157.4 L216.6,157.4
L216.7,157.4 L216.8,157.4 L216.9,157.4 L217.0,157.4 L217.1,157.4 L217.2,157.4 L217.3,157.4 L217.5,157.5
L217.6,157.5 L217.7,157.5 L217.8,157.5 L217.9,157.5 L218.0,157.5 L218.1,157.5 L218.2,157.5 L218.3,157.5
L218.5,157.5 L218.6,157.5 L218.7,157.5 L218.8,157.6 L218.9,157.6 L219.0,157.6 L219.1,157.6 L219.2,157.6
L219.3,157.6 L219.5,157.6 L219.6,157.6 L219.7,157.6 L219.8,157.6 L219.9,157.6 L220.0,157.6 L220.1,157.6
L220.2,157.7 L220.3,157.7 L220.5,157.7 L220.6,157.7 L220.7,157.7 L220.8,157.7 L220.9,157.7 L221.0,157.7
L221.1,157.7 L221.2,157.7 L221.3,157.7 L221.5,157.7 L221.6,157.7 L221.7,157.7 L221.8,157.8 L221.9,157.8
L222.0,157.8 L222.1,157.8 L222.2,157.8 L222.3,157.8 L222.4,157.8 L222.6,157.8 L222.7,157.8 L222.8,157.8
L222.9,157.8 L223.0,157.8 L223.1,157.8 L223.2,157.8 L223.3,157.9 L223.4,157.9 L223.6,157.9 L223.7,157.9
L223.8,157.9 L223.9,157.9 L224.0,157.9 L224.1,157.9 L224.2,157.9 L224.3,157.9 L224.4,157.9 L224.6,157.9
L224.7,157.9 L224.8,157.9 L224.9,158.0 L225.0,158.0 L225.1,158.0 L225.2,158.0 L225.3,158.0 L225.4,158.0
L225.6,158.0 L225.7,158.0 L225.8,158.0 L225.9,158.0 L226.0,158.0 L226.1,158.0 L226.2,158.0 L226.3,158.0
L226.4,158.0 L226.6,158.1 L226.7,158.1 L226.8,158.1 L226.9,158.1 L227.0,158.1 L227.1,158.1 L227.2,158.1
L227.3,158.1 L227.4,158.1 L227.6,158.1 L227.7,158.1 L227.8,158.1 L227.9,158.1 L228.0,158.1 L228.1,158.1
L228.2,158.1 L228.3,158.2 L228.4,158.2 L228.5,158.2 L228.7,158.2 L228.8,158.2 L228.9,158.2 L229.0,158.2
L229.1,158.2 L229.2,158.2 L229.3,158.2 L229.4,158.2 L229.5,158.2 L229.7,158.2 L229.8,158.2 L229.9,158.2
L230.0,158.2 L230.1,158.3 L230.2,158.3 L230.3,158.3 L230.4,158.3 L230.5,158.3 L230.7,158.3 L230.8,158.3
L230.9,158.3 L231.0,158.3 L231.1,158.3 L231.2,158.3 L231.3,158.3 L231.4,158.3 L231.5,158.3 L231.7,158.3
L231.8,158.3 L231.9,158.4 L232.0,158.4 L232.1,158.4 L232.2,158.4 L232.3,158.4 L232.4,158.4 L232.5,158.4
L232.7,158.4 L232.8,158.4 L232.9,158.4 L233.0,158.4 L233.1,158.4 L233.2,158.4 L233.3,158.4 L233.4,158.4
L233.5,158.4 L233.6,158.4 L233.8,158.4 L233.9,158.5 L234.0,158.5 L234.1,158.5 L234.2,158.5 L234.3,158.5
L234.4,158.5 L234.5,158.5 L234.6,158.5 L234.8,158.5 L234.9,158.5 L235.0,158.5 L235.1,158.5 L235.2,158.5
L235.3,158.5 L235.4,158.5 L235.5,158.5 L235.6,158.5 L235.8,158.5 L235.9,158.6 L236.0,158.6 L236.1,158.6
L236.2,158.6 L236.3,158.6 L236.4,158.6 L236.5,158.6 L236.6,158.6 L236.8,158.6 L236.9,158.6 L237.0,158.6
L237.1,158.6 L237.2,158.6 L237.3,158.6 L237.4,158.6 L237.5,158.6 L237.6,158.6 L237.8,158.6 L237.9,158.6
L238.0,158.7 L238.1,158.7 L238.2,158.7 L238.3,158.7 L238.4,158.7 L238.5,158.7 L238.6,158.7 L238.8,158.7
L238.9,158.7 L239.0,158.7 L239.1,158.7 L239.2,158.7 L239.3,158.7 L239.4,158.7 L239.5,158.7 L239.6,158.7
L239.7,158.7 L239.9,158.7 L240.0,158.7 L240.1,158.8 L240.2,158.8 L240.3,158.8 L240.4,158.8 L240.5,158.8
L240.6,158.8 L240.7,158.8 L240.9,158.8 L241.0,158.8 L241.1,158.8 L241.2,158.8 L241.3,158.8 L241.4,158.8
L241.5,158.8 L241.6,158.8 L241.7,158.8 L241.9,158.8 L242.0,158.8 L242.1,158.8 L242.2,158.8 L242.3,158.9
L242.4,158.9 L242.5,158.9 L242.6,158.9 L242.7,158.9 L242.9,158.9 L243.0,158.9 L243.1,158.9 L243.2,158.9
L243.3,158.9 L243.4,158.9 L243.5,158.9 L243.6,158.9 L243.7,158.9 L243.9,158.9 L244.0,158.9 L244.1,158.9
L244.2,158.9 L244.3,158.9 L244.4,158.9 L244.5,158.9 L244.6,158.9 L244.7,159.0 L244.9,159.0 L245.0,159.0
L245.1,159.0 L245.2,159.0 L245.3,159.0 L245.4,159.0 L245.5,159.0 L245.6,159.0 L245.7,159.0 L245.8,159.0
L246.0,159.0 L246.1,159.0 L246.2,159.0 L246.3,159.0 L246.4,159.0 L246.5,159.0 L246.6,159.0 L246.7,159.0
L246.8,159.0 L247.0,159.0 L247.1,159.0 L247.2,159.1 L247.3,159.1 L247.4,159.1 L247.5,159.1 L247.6,159.1
L247.7,159.1 L247.8,159.1 L248.0,159.1 L248.1,159.1 L248.2,159.1 L248.3,159.1 L248.4,159.1 L248.5,159.1
L248.6,159.1 L248.7,159.1 L248.8,159.1 L249.0,159.1 L249.1,159.1 L249.2,159.1 L249.3,159.1 L249.4,159.1
L249.5,159.1 L249.6,159.1 L249.7,159.2 L249.8,159.2 L250.0,159.2 L250.1,159.2 L250.2,159.2 L250.3,159.2
L250.4,159.2 L250.5,159.2 L250.6,159.2 L250.7,159.2 L250.8,159.2 L251.0,159.2 L251.1,159.2 L251.2,159.2
L251.3,159.2 L251.4,159.2 L251.5,159.2 L251.6,159.2 L251.7,159.2 L251.8,159.2 L251.9,159.2 L252.1,159.2
L252.2,159.2 L252.3,159.2 L252.4,159.3 L252.5,159.3 L252.6,159.3 L252.7,159.3 L252.8,159.3 L252.9,159.3
L253.1,159.3 L253.2,159.3 L253.3,159.3 L253.4,159.3 L253.5,159.3 L253.6,159.3 L253.7,159.3 L253.8,159.3
L253.9,159.3 L254.1,159.3 L254.2,159.3 L254.3,159.3 L254.4,159.3 L254.5,159.3 L254.6,159.3 L254.7,159.3
L254.8,159.3 L254.9,159.3 L255.1,159.3 L255.2,159.4 L255.3,159.4 L255.4,159.4 L255.5,159.4 L255.6,159.4
L255.7,159.4 L255.8,159.4 L255.9,159.4 L256.1,159.4 L256.2,159.4 L256.3,159.4 L256.4,159.4 L256.5,159.4
L256.6,159.4 L256.7,159.4 L256.8,159.4 L256.9,159.4 L257.0,159.4 L257.2,159.4 L257.3,159.4 L257.4,159.4
L257.5,159.4 L257.6,159.4 L257.7,159.4 L257.8,159.4 L257.9,159.4 L258.0,159.4 L258.2,159.5 L258.3,159.5
L258.4,159.5 L258.5,159.5 L258.6,159.5 L258.7,159.5 L258.8,159.5 L258.9,159.5 L259.0,159.5 L259.2,159.5
L259.3,159.5 L259.4,159.5 L259.5,159.5 L259.6,159.5 L259.7,159.5 L259.8,159.5 L259.9,159.5 L260.0,159.5
L260.2,159.5 L260.3,159.5 L260.4,159.5 L260.5,159.5 L260.6,159.5 L260.7,159.5 L260.8,159.5 L260.9,159.5
L261.0,159.5 L261.2,159.5 L261.3,159.6 L261.4,159.6 L261.5,159.6 L261.6,159.6 L261.7,159.6 L261.8,159.6
L261.9,159.6 L262.0,159.6 L262.2,159.6 L262.3,159.6 L262.4,159.6 L262.5,159.6 L262.6,159.6 L262.7,159.6
L262.8,159.6 L262.9,159.6 L263.0,159.6 L263.1,159.6 L263.3,159.6 L263.4,159.6 L263.5,159.6 L263.6,159.6
L263.7,159.6 L263.8,159.6 L263.9,159.6 L264.0,159.6 L264.1,159.6 L264.3,159.6 L264.4,159.6 L264.5,159.7
L264.6,159.7 L264.7,159.7 L264.8,159.7 L264.9,159.7 L265.0,159.7 L265.1,159.7 L265.3,159.7 L265.4,159.7
L265.5,159.7 L265.6,159.7 L265.7,159.7 L265.8,159.7 L265.9,159.7 L266.0,159.7 L266.1,159.7 L266.3,159.7
L266.4,159.7 L266.5,159.7 L266.6,159.7 L266.7,159.7 L266.8,159.7 L266.9,159.7 L267.0,159.7 L267.1,159.7
L267.3,159.7 L267.4,159.7 L267.5,159.7 L267.6,159.7 L267.7,159.7 L267.8,159.7 L267.9,159.8 L268.0,159.8
L268.1,159.8 L268.3,159.8 L268.4,159.8 L268.5,159.8 L268.6,159.8 L268.7,159.8 L268.8,159.8 L268.9,159.8
L269.0,159.8 L269.1,159.8 L269.2,159.8 L269.4,159.8 L269.5,159.8 L269.6,159.8 L269.7,159.8 L269.8,159.8
L269.9,159.8 L270.0,159.8 L270.1,159.8 L270.2,159.8 L270.4,159.8 L270.5,159.8 L270.6,159.8 L270.7,159.8
L270.8,159.8 L270.9,159.8 L271.0,159.8 L271.1,159.8 L271.2,159.8 L271.4,159.8 L271.5,159.9 L271.6,159.9
L271.7,159.9 L271.8,159.9 L271.9,159.9 L272.0,159.9 L272.1,159.9 L272.2,159.9 L272.4,159.9 L272.5,159.9
L272.6,159.9 L272.7,159.9 L272.8,159.9 L272.9,159.9 L273.0,159.9 L273.1,159.9 L273.2,159.9 L273.4,159.9
L273.5,159.9 L273.6,159.9 L273.7,159.9 L273.8,159.9 L273.9,159.9 L274.0,159.9 L274.1,159.9 L274.2,159.9
L274.4,159.9 L274.5,159.9 L274.6,159.9 L274.7,159.9 L274.8,159.9 L274.9,159.9 L275.0,159.9 L275.1,159.9
L275.2,160.0 L275.3,160.0 L275.5,160.0 L275.6,160.0 L275.7,160.0 L275.8,160.0 L275.9,160.0 L276.0,160.0
L276.1,160.0 L276.2,160.0 L276.3,160.0 L276.5,160.0 L276.6,160.0 L276.7,160.0 L276.8,160.0 L276.9,160.0
L277.0,160.0 L277.1,160.0 L277.2,160.0 L277.3,160.0 L277.5,160.0 L277.6,160.0 L277.7,160.0 L277.8,160.0
L277.9,160.0 L278.0,160.0 L278.1,160.0 L278.2,160.0 L278.3,160.0 L278.5,160.0 L278.6,160.0 L278.7,160.0
L278.8,160.0 L278.9,160.0 L279.0,160.0 L279.1,160.0 L279.2,160.0 L279.3,160.1 L279.5,160.1 L279.6,160.1
L279.7,160.1 L279.8,160.1 L279.9,160.1 L280.0,160.1 L280.1,160.1 L280.2,160.1 L280.3,160.1 L280.4,160.1
L280.6,160.1 L280.7,160.1 L280.8,160.1 L280.9,160.1 L281.0,160.1 L281.1,160.1 L281.2,160.1 L281.3,160.1
L281.4,160.1 L281.6,160.1 L281.7,160.1 L281.8,160.1 L281.9,160.1 L282.0,160.1 L282.1,160.1 L282.2,160.1
L282.3,160.1 L282.4,160.1 L282.6,160.1 L282.7,160.1 L282.8,160.1 L282.9,160.1 L283.0,160.1 L283.1,160.1
L283.2,160.1 L283.3,160.1 L283.4,160.1 L283.6,160.2 L283.7,160.2 L283.8,160.2 L283.9,160.2 L284.0,160.2
L284.1,160.2 L284.2,160.2 L284.3,160.2 L284.4,160.2 L284.6,160.2 L284.7,160.2 L284.8,160.2 L284.9,160.2
L285.0,160.2 L285.1,160.2 L285.2,160.2 L285.3,160.2 L285.4,160.2 L285.6,160.2 L285.7,160.2 L285.8,160.2
L285.9,160.2 L286.0,160.2 L286.1,160.2 L286.2,160.2 L286.3,160.2 L286.4,160.2 L286.5,160.2 L286.7,160.2
L286.8,160.2 L286.9,160.2 L287.0,160.2 L287.1,160.2 L287.2,160.2 L287.3,160.2 L287.4,160.2 L287.5,160.2
L287.7,160.2 L287.8,160.2 L287.9,160.2 L288.0,160.3 L288.1,160.3 L288.2,160.3 L288.3,160.3 L288.4,160.3
L288.5,160.3 L288.7,160.3 L288.8,160.3 L288.9,160.3 L289.0,160.3 L289.1,160.3 L289.2,160.3 L289.3,160.3
L289.4,160.3 L289.5,160.3 L289.7,160.3 L289.8,160.3 L289.9,160.3 L290.0,160.3 L290.1,160.3 L290.2,160.3
L290.3,160.3 L290.4,160.3 L290.5,160.3 L290.7,160.3 L290.8,160.3 L290.9,160.3 L291.0,160.3 L291.1,160.3
L291.2,160.3 L291.3,160.3 L291.4,160.3 L291.5,160.3 L291.7,160.3 L291.8,160.3 L291.9,160.3 L292.0,160.3
L292.1,160.3 L292.2,160.3 L292.3,160.3 L292.4,160.3 L292.5,160.3 L292.6,160.3 L292.8,160.3 L292.9,160.4
L293.0,160.4 L293.1,160.4 L293.2,160.4 L293.3,160.4 L293.4,160.4 L293.5,160.4 L293.6,160.4 L293.8,160.4
L293.9,160.4 L294.0,160.4 L294.1,160.4 L294.2,160.4 L294.3,160.4 L294.4,160.4 L294.5,160.4 L294.6,160.4
L294.8,160.4 L294.9,160.4 L295.0,160.4 L295.1,160.4 L295.2,160.4 L295.3,160.4 L295.4,160.4 L295.5,160.4
L295.6,160.4 L295.8,160.4 L295.9,160.4 L296.0,160.4 L296.1,160.4 L296.2,160.4 L296.3,160.4 L296.4,160.4
L296.5,160.4 L296.6,160.4 L296.8,160.4 L296.9,160.4 L297.0,160.4 L297.1,160.4 L297.2,160.4 L297.3,160.4
L297.4,160.4 L297.5,160.4 L297.6,160.4 L297.8,160.4 L297.9,160.5 L298.0,160.5 L298.1,160.5 L298.2,160.5
L298.3,160.5 L298.4,160.5 L298.5,160.5 L298.6,160.5 L298.7,160.5 L298.9,160.5 L299.0,160.5 L299.1,160.5
L299.2,160.5 L299.3,160.5 L299.4,160.5 L299.5,160.5 L299.6,160.5 L299.7,160.5 L299.9,160.5 L300.0,160.5
L300.1,160.5 L300.2,160.5 L300.3,160.5 L300.4,160.5 L300.5,160.5 L300.6,160.5 L300.7,160.5 L300.9,160.5
L301.0,160.5 L301.1,160.5 L301.2,160.5 L301.3,160.5 L301.4,160.5 L301.5,160.5 L301.6,160.5 L301.7,160.5
L301.9,160.5 L302.0,160.5 L302.1,160.5 L302.2,160.5 L302.3,160.5 L302.4,160.5 L302.5,160.5 L302.6,160.5
L302.7,160.5 L302.9,160.5 L303.0,160.5 L303.1,160.5 L303.2,160.5 L303.3,160.6 L303.4,160.6 L303.5,160.6
L303.6,160.6 L303.7,160.6 L303.8,160.6 L304.0,160.6 L304.1,160.6 L304.2,160.6 L304.3,160.6 L304.4,160.6
L304.5,160.6 L304.6,160.6 L304.7,160.6 L304.8,160.6 L305.0,160.6 L305.1,160.6 L305.2,160.6 L305.3,160.6
L305.4,160.6 L305.5,160.6 L305.6,160.6 L305.7,160.6 L305.8,160.6 L306.0,160.6 L306.1,160.6 L306.2,160.6
L306.3,160.6 L306.4,160.6 L306.5,160.6 L306.6,160.6 L306.7,160.6 L306.8,160.6 L307.0,160.6 L307.1,160.6
L307.2,160.6 L307.3,160.6 L307.4,160.6 L307.5,160.6 L307.6,160.6 L307.7,160.6 L307.8,160.6 L308.0,160.6
L308.1,160.6 L308.2,160.6 L308.3,160.6 L308.4,160.6 L308.5,160.6 L308.6,160.6 L308.7,160.6 L308.8,160.6
L309.0,160.6 L309.1,160.6 L309.2,160.7 L309.3,160.7 L309.4,160.7 L309.5,160.7 L309.6,160.7 L309.7,160.7
L309.8,160.7 L309.9,160.7 L310.1,160.7 L310.2,160.7 L310.3,160.7 L310.4,160.7 L310.5,160.7 L310.6,160.7
L310.7,160.7 L310.8,160.7 L310.9,160.7 L311.1,160.7 L311.2,160.7 L311.3,160.7 L311.4,160.7 L311.5,160.7
L311.6,160.7 L311.7,160.7 L311.8,160.7 L311.9,160.7 L312.1,160.7 L312.2,160.7 L312.3,160.7 L312.4,160.7
L312.5,160.7 L312.6,160.7 L312.7,160.7 L312.8,160.7 L312.9,160.7 L313.1,160.7 L313.2,160.7 L313.3,160.7
L313.4,160.7 L313.5,160.7 L313.6,160.7 L313.7,160.7 L313.8,160.7 L313.9,160.7 L314.1,160.7 L314.2,160.7
L314.3,160.7 L314.4,160.7 L314.5,160.7 L314.6,160.7 L314.7,160.7 L314.8,160.7 L314.9,160.7 L315.1,160.7
L315.2,160.7 L315.3,160.7 L315.4,160.8 L315.5,160.8 L315.6,160.8 L315.7,160.8 L315.8,160.8 L315.9,160.8
L316.0,160.8 L316.2,160.8 L316.3,160.8 L316.4,160.8 L316.5,160.8 L316.6,160.8 L316.7,160.8 L316.8,160.8
L316.9,160.8 L317.0,160.8 L317.2,160.8 L317.3,160.8 L317.4,160.8 L317.5,160.8 L317.6,160.8 L317.7,160.8
L317.8,160.8 L317.9,160.8 L318.0,160.8 L318.2,160.8 L318.3,160.8 L318.4,160.8 L318.5,160.8 L318.6,160.8
L318.7,160.8 L318.8,160.8 L318.9,160.8 L319.0,160.8 L319.2,160.8 L319.3,160.8 L319.4,160.8 L319.5,160.8
L319.6,160.8 L319.7,160.8 L319.8,160.8 L319.9,160.8 L320.0,160.8 L320.2,160.8 L320.3,160.8 L320.4,160.8
L320.5,160.8 L320.6,160.8 L320.7,160.8 L320.8,160.8 L320.9,160.8 L321.0,160.8 L321.1,160.8 L321.3,160.8
L321.4,160.8 L321.5,160.8 L321.6,160.8 L321.7,160.8 L321.8,160.8 L321.9,160.8 L322.0,160.8 L322.1,160.9
L322.3,160.9 L322.4,160.9 L322.5,160.9 L322.6,160.9 L322.7,160.9 L322.8,160.9 L322.9,160.9 L323.0,160.9
L323.1,160.9 L323.3,160.9 L323.4,160.9 L323.5,160.9 L323.6,160.9 L323.7,160.9 L323.8,160.9 L323.9,160.9
L324.0,160.9 L324.1,160.9 L324.3,160.9 L324.4,160.9 L324.5,160.9 L324.6,160.9 L324.7,160.9 L324.8,160.9
L324.9,160.9 L325.0,160.9 L325.1,160.9 L325.3,160.9 L325.4,160.9 L325.5,160.9 L325.6,160.9 L325.7,160.9
L325.8,160.9 L325.9,160.9 L326.0,160.9 L326.1,160.9 L326.3,160.9 L326.4,160.9 L326.5,160.9 L326.6,160.9
L326.7,160.9 L326.8,160.9 L326.9,160.9 L327.0,160.9 L327.1,160.9 L327.2,160.9 L327.4,160.9 L327.5,160.9
L327.6,160.9 L327.7,160.9 L327.8,160.9 L327.9,160.9 L328.0,160.9 L328.1,160.9 L328.2,160.9 L328.4,160.9
L328.5,160.9 L328.6,160.9 L328.7,160.9 L328.8,160.9 L328.9,160.9 L329.0,160.9 L329.1,160.9 L329.2,160.9
L329.4,161.0 L329.5,161.0 L329.6,161.0 L329.7,161.0 L329.8,161.0 L329.9,161.0 L330.0,161.0 L330.1,161.0
L330.2,161.0 L330.4,161.0 L330.5,161.0 L330.6,161.0 L330.7,161.0 L330.8,161.0 L330.9,161.0 L331.0,161.0
L331.1,161.0 L331.2,161.0 L331.4,161.0 L331.5,161.0 L331.6,161.0 L331.7,161.0 L331.8,161.0 L331.9,161.0
L332.0,161.0 L332.1,161.0 L332.2,161.0 L332.4,161.0 L332.5,161.0 L332.6,161.0 L332.7,161.0 L332.8,161.0
L332.9,161.0 L333.0,161.0 L333.1,161.0 L333.2,161.0 L333.3,161.0 L333.5,161.0 L333.6,161.0 L333.7,161.0
L333.8,161.0 L333.9,161.0 L334.0,161.0 L334.1,161.0 L334.2,161.0 L334.3,161.0 L334.5,161.0 L334.6,161.0
L334.7,161.0 L334.8,161.0 L334.9,161.0 L335.0,161.0 L335.1,161.0 L335.2,161.0 L335.3,161.0 L335.5,161.0
L335.6,161.0 L335.7,161.0 L335.8,161.0 L335.9,161.0 L336.0,161.0 L336.1,161.0 L336.2,161.0 L336.3,161.0
L336.5,161.0 L336.6,161.0 L336.7,161.0 L336.8,161.0 L336.9,161.0 L337.0,161.0 L337.1,161.1 L337.2,161.1
L337.3,161.1 L337.5,161.1 L337.6,161.1 L337.7,161.1 L337.8,161.1 L337.9,161.1 L338.0,161.1 L338.1,161.1
L338.2,161.1 L338.3,161.1 L338.5,161.1 L338.6,161.1 L338.7,161.1 L338.8,161.1 L338.9,161.1 L339.0,161.1
L339.1,161.1 L339.2,161.1 L339.3,161.1 L339.4,161.1 L339.6,161.1 L339.7,161.1 L339.8,161.1 L339.9,161.1
L340.0,161.1 L340.1,161.1 L340.2,161.1 L340.3,161.1 L340.4,161.1 L340.6,161.1 L340.7,161.1 L340.8,161.1
L340.9,161.1 L341.0,161.1 L341.1,161.1 L341.2,161.1 L341.3,161.1 L341.4,161.1 L341.6,161.1 L341.7,161.1
L341.8,161.1 L341.9,161.1 L342.0,161.1 L342.1,161.1 L342.2,161.1 L342.3,161.1 L342.4,161.1 L342.6,161.1
L342.7,161.1 L342.8,161.1 L342.9,161.1 L343.0,161.1 L343.1,161.1 L343.2,161.1 L343.3,161.1 L343.4,161.1
L343.6,161.1 L343.7,161.1 L343.8,161.1 L343.9,161.1 L344.0,161.1 L344.1,161.1 L344.2,161.1 L344.3,161.1
L344.4,161.1 L344.5,161.1 L344.7,161.1 L344.8,161.1 L344.9,161.1 L345.0,161.1 L345.1,161.1 L345.2,161.1
L345.3,161.1 L345.4,161.1 L345.5,161.1 L345.7,161.2 L345.8,161.2 L345.9,161.2 L346.0,161.2 L346.1,161.2
L346.2,161.2 L346.3,161.2 L346.4,161.2 L346.5,161.2 L346.7,161.2 L346.8,161.2 L346.9,161.2 L347.0,161.2
L347.1,161.2 L347.2,161.2 L347.3,161.2 L347.4,161.2 L347.5,161.2 L347.7,161.2 L347.8,161.2 L347.9,161.2
L348.0,161.2 L348.1,161.2 L348.2,161.2 L348.3,161.2 L348.4,161.2 L348.5,161.2 L348.7,161.2 L348.8,161.2
L348.9,161.2 L349.0,161.2 L349.1,161.2 L349.2,161.2 L349.3,161.2 L349.4,161.2 L349.5,161.2 L349.7,161.2
L349.8,161.2 L349.9,161.2 L350.0,161.2 L350.1,161.2 L350.2,161.2 L350.3,161.2 L350.4,161.2 L350.5,161.2
L350.6,161.2 L350.8,161.2 L350.9,161.2 L351.0,161.2 L351.1,161.2 L351.2,161.2 L351.3,161.2 L351.4,161.2
L351.5,161.2 L351.6,161.2 L351.8,161.2 L351.9,161.2 L352.0,161.2 L352.1,161.2 L352.2,161.2 L352.3,161.2
L352.4,161.2 L352.5,161.2 L352.6,161.2 L352.8,161.2 L352.9,161.2 L353.0,161.2 L353.1,161.2 L353.2,161.2
L353.3,161.2 L353.4,161.2 L353.5,161.2 L353.6,161.2 L353.8,161.2 L353.9,161.2 L354.0,161.2 L354.1,161.2
L354.2,161.2 L354.3,161.2 L354.4,161.2 L354.5,161.2 L354.6,161.2 L354.8,161.2 L354.9,161.2 L355.0,161.3
L355.1,161.3 L355.2,161.3 L355.3,161.3 L355.4,161.3 L355.5,161.3 L355.6,161.3 L355.8,161.3 L355.9,161.3
L356.0,161.3 L356.1,161.3 L356.2,161.3 L356.3,161.3 L356.4,161.3 L356.5,161.3 L356.6,161.3 L356.7,161.3
L356.9,161.3 L357.0,161.3 L357.1,161.3 L357.2,161.3 L357.3,161.3 L357.4,161.3 L357.5,161.3 L357.6,161.3
L357.7,161.3 L357.9,161.3 L358.0,161.3 L358.1,161.3 L358.2,161.3 L358.3,161.3 L358.4,161.3 L358.5,161.3
L358.6,161.3 L358.7,161.3 L358.9,161.3 L359.0,161.3 L359.1,161.3 L359.2,161.3 L359.3,161.3 L359.4,161.3
L359.5,161.3 L359.6,161.3 L359.7,161.3 L359.9,161.3 L360.0,161.3 L360.1,161.3 L360.2,161.3 L360.3,161.3
L360.4,161.3 L360.5,161.3 L360.6,161.3 L360.7,161.3 L360.9,161.3 L361.0,161.3 L361.1,161.3 L361.2,161.3
L361.3,161.3 L361.4,161.3 L361.5,161.3 L361.6,161.3 L361.7,161.3 L361.9,161.3 L362.0,161.3 L362.1,161.3
L362.2,161.3 L362.3,161.3 L362.4,161.3 L362.5,161.3 L362.6,161.3 L362.7,161.3 L362.8,161.3 L363.0,161.3
L363.1,161.3 L363.2,161.3 L363.3,161.3 L363.4,161.3 L363.5,161.3 L363.6,161.3 L363.7,161.3 L363.8,161.3
L364.0,161.3 L364.1,161.3 L364.2,161.3 L364.3,161.3 L364.4,161.3 L364.5,161.3 L364.6,161.3 L364.7,161.3
L364.8,161.3 L365.0,161.3 L365.1,161.4 L365.2,161.4 L365.3,161.4 L365.4,161.4 L365.5,161.4 L365.6,161.4
L365.7,161.4 L365.8,161.4 L366.0,161.4 L366.1,161.4 L366.2,161.4 L366.3,161.4 L366.4,161.4 L366.5,161.4
L366.6,161.4 L366.7,161.4 L366.8,161.4 L367.0,161.4 L367.1,161.4 L367.2,161.4 L367.3,161.4 L367.4,161.4
L367.5,161.4 L367.6,161.4 L367.7,161.4 L367.8,161.4 L367.9,161.4 L368.1,161.4 L368.2,161.4 L368.3,161.4
L368.4,161.4 L368.5,161.4 L368.6,161.4 L368.7,161.4 L368.8,161.4 L368.9,161.4 L369.1,161.4 L369.2,161.4
L369.3,161.4 L369.4,161.4 L369.5,161.4 L369.6,161.4 L369.7,161.4 L369.8,161.4 L369.9,161.4 L370.1,161.4
L370.2,161.4 L370.3,161.4 L370.4,161.4 L370.5,161.4 L370.6,161.4 L370.7,161.4 L370.8,161.4 L370.9,161.4
L371.1,161.4 L371.2,161.4 L371.3,161.4 L371.4,161.4 L371.5,161.4 L371.6,161.4 L371.7,161.4 L371.8,161.4
L371.9,161.4 L372.1,161.4 L372.2,161.4 L372.3,161.4 L372.4,161.4 L372.5,161.4 L372.6,161.4 L372.7,161.4
L372.8,161.4 L372.9,161.4 L373.1,161.4 L373.2,161.4 L373.3,161.4 L373.4,161.4 L373.5,161.4 L373.6,161.4
L373.7,161.4 L373.8,161.4 L373.9,161.4 L374.0,161.4 L374.2,161.4 L374.3,161.4 L374.4,161.4 L374.5,161.4
L374.6,161.4 L374.7,161.4 L374.8,161.4 L374.9,161.4 L375.0,161.4 L375.2,161.4 L375.3,161.4 L375.4,161.4
L375.5,161.4 L375.6,161.4 L375.7,161.4 L375.8,161.4 L375.9,161.4 L376.0,161.4 L376.2,161.4 L376.3,161.4
L376.4,161.5 L376.5,161.5 L376.6,161.5 L376.7,161.5 L376.8,161.5 L376.9,161.5 L377.0,161.5 L377.2,161.5
L377.3,161.5 L377.4,161.5 L377.5,161.5 L377.6,161.5 L377.7,161.5 L377.8,161.5 L377.9,161.5 L378.0,161.5
L378.2,161.5 L378.3,161.5 L378.4,161.5 L378.5,161.5 L378.6,161.5 L378.7,161.5 L378.8,161.5 L378.9,161.5
L379.0,161.5 L379.2,161.5 L379.3,161.5 L379.4,161.5 L379.5,161.5 L379.6,161.5 L379.7,161.5 L379.8,161.5
L379.9,161.5 L380.0,161.5 L380.1,161.5 L380.3,161.5 L380.4,161.5 L380.5,161.5 L380.6,161.5 L380.7,161.5
L380.8,161.5 L380.9,161.5 L381.0,161.5 L381.1,161.5 L381.3,161.5 L381.4,161.5 L381.5,161.5 L381.6,161.5
L381.7,161.5 L381.8,161.5 L381.9,161.5 L382.0,161.5 L382.1,161.5 L382.3,161.5 L382.4,161.5 L382.5,161.5
L382.6,161.5 L382.7,161.5 L382.8,161.5 L382.9,161.5 L383.0,161.5 L383.1,161.5 L383.3,161.5 L383.4,161.5
L383.5,161.5 L383.6,161.5 L383.7,161.5 L383.8,161.5 L383.9,161.5 L384.0,161.5 L384.1,161.5 L384.3,161.5
L384.4,161.5 L384.5,161.5 L384.6,161.5 L384.7,161.5 L384.8,161.5 L384.9,161.5 L385.0,161.5 L385.1,161.5
L385.3,161.5 L385.4,161.5 L385.5,161.5 L385.6,161.5 L385.7,161.5 L385.8,161.5 L385.9,161.5 L386.0,161.5
L386.1,161.5 L386.2,161.5 L386.4,161.5 L386.5,161.5 L386.6,161.5 L386.7,161.5 L386.8,161.5 L386.9,161.5
L387.0,161.5 L387.1,161.5 L387.2,161.5 L387.4,161.5 L387.5,161.5 L387.6,161.5 L387.7,161.5 L387.8,161.5
L387.9,161.5 L388.0,161.5 L388.1,161.5 L388.2,161.5 L388.4,161.5 L388.5,161.5 L388.6,161.5 L388.7,161.5
L388.8,161.6 L388.9,161.6 L389.0,161.6 L389.1,161.6 L389.2,161.6 L389.4,161.6 L389.5,161.6 L389.6,161.6
L389.7,161.6 L389.8,161.6 L389.9,161.6 L390.0,161.6 L390.1,161.6 L390.2,161.6 L390.4,161.6 L390.5,161.6
L390.6,161.6 L390.7,161.6 L390.8,161.6 L390.9,161.6 L391.0,161.6 L391.1,161.6 L391.2,161.6 L391.3,161.6
L391.5,161.6 L391.6,161.6 L391.7,161.6 L391.8,161.6 L391.9,161.6 L392.0,161.6 L392.1,161.6 L392.2,161.6
L392.3,161.6 L392.5,161.6 L392.6,161.6 L392.7,161.6 L392.8,161.6 L392.9,161.6 L393.0,161.6 L393.1,161.6
L393.2,161.6 L393.3,161.6 L393.5,161.6 L393.6,161.6 L393.7,161.6 L393.8,161.6 L393.9,161.6 L394.0,161.6
L394.1,161.6 L394.2,161.6 L394.3,161.6 L394.5,161.6 L394.6,161.6 L394.7,161.6 L394.8,161.6 L394.9,161.6
L395.0,161.6 L395.1,161.6 L395.2,161.6 L395.3,161.6 L395.5,161.6 L395.6,161.6 L395.7,161.6 L395.8,161.6
L395.9,161.6 L396.0,161.6 L396.1,161.6 L396.2,161.6 L396.3,161.6 L396.5,161.6 L396.6,161.6 L396.7,161.6
L396.8,161.6 L396.9,161.6 L397.0,161.6 L397.1,161.6 L397.2,161.6 L397.3,161.6 L397.4,161.6 L397.6,161.6
L397.7,161.6 L397.8,161.6 L397.9,161.6 L398.0,161.6 L398.1,161.6 L398.2,161.6 L398.3,161.6 L398.4,161.6
L398.6,161.6 L398.7,161.6 L398.8,161.6 L398.9,161.6 L399.0,161.6 L399.1,161.6 L399.2,161.6 L399.3,161.6
L399.4,161.6 L399.6,161.6 L399.7,161.6 L399.8,161.6 L399.9,161.6 L400.0,161.6 L400.1,161.6 L400.2,161.6
L400.3,161.6 L400.4,161.6 L400.6,161.6 L400.7,161.6 L400.8,161.6 L400.9,161.6 L401.0,161.6 L401.1,161.6
L401.2,161.6 L401.3,161.6 L401.4,161.6 L401.6,161.6 L401.7,161.6 L401.8,161.6 L401.9,161.6 L402.0,161.6
L402.1,161.6 L402.2,161.6 L402.3,161.6 L402.4,161.6 L402.6,161.6 L402.7,161.7 L402.8,161.7 L402.9,161.7
L403.0,161.7 L403.1,161.7 L403.2,161.7 L403.3,161.7 L403.4,161.7 L403.5,161.7 L403.7,161.7 L403.8,161.7
L403.9,161.7 L404.0,161.7 L404.1,161.7 L404.2,161.7 L404.3,161.7 L404.4,161.7 L404.5,161.7 L404.7,161.7
L404.8,161.7 L404.9,161.7 L405.0,161.7 L405.1,161.7 L405.2,161.7 L405.3,161.7 L405.4,161.7 L405.5,161.7
L405.7,161.7 L405.8,161.7 L405.9,161.7 L406.0,161.7 L406.1,161.7 L406.2,161.7 L406.3,161.7 L406.4,161.7
L406.5,161.7 L406.7,161.7 L406.8,161.7 L406.9,161.7 L407.0,161.7 L407.1,161.7 L407.2,161.7 L407.3,161.7
L407.4,161.7 L407.5,161.7 L407.7,161.7 L407.8,161.7 L407.9,161.7 L408.0,161.7 L408.1,161.7 L408.2,161.7
L408.3,161.7 L408.4,161.7 L408.5,161.7 L408.7,161.7 L408.8,161.7 L408.9,161.7 L409.0,161.7 L409.1,161.7
L409.2,161.7 L409.3,161.7 L409.4,161.7 L409.5,161.7 L409.6,161.7 L409.8,161.7 L409.9,161.7 L410.0,161.7
L410.1,161.7 L410.2,161.7 L410.3,161.7 L410.4,161.7 L410.5,161.7 L410.6,161.7 L410.8,161.7 L410.9,161.7
L411.0,161.7 L411.1,161.7 L411.2,161.7 L411.3,161.7 L411.4,161.7 L411.5,161.7 L411.6,161.7 L411.8,161.7
L411.9,161.7 L412.0,161.7 L412.1,161.7 L412.2,161.7 L412.3,161.7 L412.4,161.7 L412.5,161.7 L412.6,161.7
L412.8,161.7 L412.9,161.7 L413.0,161.7 L413.1,161.7 L413.2,161.7 L413.3,161.7 L413.4,161.7 L413.5,161.7
L413.6,161.7 L413.8,161.7 L413.9,161.7 L414.0,161.7 L414.1,161.7 L414.2,161.7 L414.3,161.7 L414.4,161.7
L414.5,161.7 L414.6,161.7 L414.7,161.7 L414.9,161.7 L415.0,161.7 L415.1,161.7 L415.2,161.7 L415.3,161.7
L415.4,161.7 L415.5,161.7 L415.6,161.7 L415.7,161.7 L415.9,161.7 L416.0,161.7 L416.1,161.7 L416.2,161.7
L416.3,161.7 L416.4,161.7 L416.5,161.7 L416.6,161.7 L416.7,161.7 L416.9,161.7 L417.0,161.7 L417.1,161.7
L417.2,161.7 L417.3,161.7 L417.4,161.7 L417.5,161.7 L417.6,161.7 L417.7,161.7 L417.9,161.7 L418.0,161.7
L418.1,161.7 L418.2,161.7 L418.3,161.7 L418.4,161.8 L418.5,161.8 L418.6,161.8 L418.7,161.8 L418.9,161.8
L419.0,161.8 L419.1,161.8 L419.2,161.8 L419.3,161.8 L419.4,161.8 L419.5,161.8 L419.6,161.8 L419.7,161.8
L419.9,161.8 L420.0,161.8 L420.1,161.8 L420.2,161.8 L420.3,161.8 L420.4,161.8 L420.5,161.8 L420.6,161.8
L420.7,161.8 L420.8,161.8 L421.0,161.8 L421.1,161.8 L421.2,161.8 L421.3,161.8 L421.4,161.8 L421.5,161.8
L421.6,161.8 L421.7,161.8 L421.8,161.8 L422.0,161.8 L422.1,161.8 L422.2,161.8 L422.3,161.8 L422.4,161.8
L422.5,161.8 L422.6,161.8 L422.7,161.8 L422.8,161.8 L423.0,161.8 L423.1,161.8 L423.2,161.8 L423.3,161.8
L423.4,161.8 L423.5,161.8 L423.6,161.8 L423.7,161.8 L423.8,161.8 L424.0,161.8 L424.1,161.8 L424.2,161.8
L424.3,161.8 L424.4,161.8 L424.5,161.8 L424.6,161.8 L424.7,161.8 L424.8,161.8 L425.0,161.8 L425.1,161.8
L425.2,161.8 L425.3,161.8 L425.4,161.8 L425.5,161.8 L425.6,161.8 L425.7,161.8 L425.8,161.8 L426.0,161.8
L426.1,161.8 L426.2,161.8 L426.3,161.8 L426.4,161.8 L426.5,161.8 L426.6,161.8 L426.7,161.8 L426.8,161.8
L426.9,161.8 L427.1,161.8 L427.2,161.8 L427.3,161.8 L427.4,161.8 L427.5,161.8 L427.6,161.8 L427.7,161.8
L427.8,161.8 L427.9,161.8 L428.1,161.8 L428.2,161.8 L428.3,161.8 L428.4,161.8 L428.5,161.8 L428.6,161.8
L428.7,161.8 L428.8,161.8 L428.9,161.8 L429.1,161.8 L429.2,161.8 L429.3,161.8 L429.4,161.8 L429.5,161.8
L429.6,161.8 L429.7,161.8 L429.8,161.8 L429.9,161.8 L430.1,161.8 L430.2,161.8 L430.3,161.8 L430.4,161.8
L430.5,161.8 L430.6,161.8 L430.7,161.8 L430.8,161.8 L430.9,161.8 L431.1,161.8 L431.2,161.8 L431.3,161.8
L431.4,161.8 L431.5,161.8 L431.6,161.8 L431.7,161.8 L431.8,161.8 L431.9,161.8 L432.0,161.8 L432.2,161.8
L432.3,161.8 L432.4,161.8 L432.5,161.8 L432.6,161.8 L432.7,161.8 L432.8,161.8 L432.9,161.8 L433.0,161.8
L433.2,161.8 L433.3,161.8 L433.4,161.8 L433.5,161.8 L433.6,161.8 L433.7,161.8 L433.8,161.8 L433.9,161.8
L434.0,161.8 L434.2,161.8 L434.3,161.8 L434.4,161.8 L434.5,161.8 L434.6,161.8 L434.7,161.8 L434.8,161.8
L434.9,161.8 L435.0,161.8 L435.2,161.8 L435.3,161.8 L435.4,161.8 L435.5,161.8 L435.6,161.8 L435.7,161.8
L435.8,161.8 L435.9,161.8 L436.0,161.8 L436.2,161.8 L436.3,161.8 L436.4,161.9 L436.5,161.9 L436.6,161.9
L436.7,161.9 L436.8,161.9 L436.9,161.9 L437.0,161.9 L437.2,161.9 L437.3,161.9 L437.4,161.9 L437.5,161.9
L437.6,161.9 L437.7,161.9 L437.8,161.9 L437.9,161.9 L438.0,161.9 L438.1,161.9 L438.3,161.9 L438.4,161.9
L438.5,161.9 L438.6,161.9 L438.7,161.9 L438.8,161.9 L438.9,161.9 L439.0,161.9 L439.1,161.9 L439.3,161.9
L439.4,161.9 L439.5,161.9 L439.6,161.9 L439.7,161.9 L439.8,161.9 L439.9,161.9 L440.0,161.9 L440.1,161.9
L440.3,161.9 L440.4,161.9 L440.5,161.9 L440.6,161.9 L440.7,161.9 L440.8,161.9 L440.9,161.9 L441.0,161.9
L441.1,161.9 L441.3,161.9 L441.4,161.9 L441.5,161.9 L441.6,161.9 L441.7,161.9 L441.8,161.9 L441.9,161.9
L442.0,161.9 L442.1,161.9 L442.3,161.9 L442.4,161.9 L442.5,161.9 L442.6,161.9 L442.7,161.9 L442.8,161.9
L442.9,161.9 L443.0,161.9 L443.1,161.9 L443.3,161.9 L443.4,161.9 L443.5,161.9 L443.6,161.9 L443.7,161.9
L443.8,161.9 L443.9,161.9 L444.0,161.9 L444.1,161.9 L444.2,161.9 L444.4,161.9 L444.5,161.9 L444.6,161.9
L444.7,161.9 L444.8,161.9 L444.9,161.9 L445.0,161.9 L445.1,161.9 L445.2,161.9 L445.4,161.9 L445.5,161.9
L445.6,161.9 L445.7,161.9 L445.8,161.9 L445.9,161.9 L446.0,161.9 L446.1,161.9 L446.2,161.9 L446.4,161.9
L446.5,161.9 L446.6,161.9 L446.7,161.9 L446.8,161.9 L446.9,161.9 L447.0,161.9 L447.1,161.9 L447.2,161.9
L447.4,161.9 L447.5,161.9 L447.6,161.9 L447.7,161.9 L447.8,161.9 L447.9,161.9 L448.0,161.9 L448.1,161.9
L448.2,161.9 L448.4,161.9 L448.5,161.9 L448.6,161.9 L448.7,161.9 L448.8,161.9 L448.9,161.9 L449.0,161.9
L449.1,161.9 L449.2,161.9 L449.4,161.9 L449.5,161.9 L449.6,161.9 L449.7,161.9 L449.8,161.9 L449.9,161.9
L450.0,161.9 L450.1,161.9 L450.2,161.9 L450.3,161.9 L450.5,161.9 L450.6,161.9 L450.7,161.9 L450.8,161.9
L450.9,161.9 L451.0,161.9 L451.1,161.9 L451.2,161.9 L451.3,161.9 L451.5,161.9 L451.6,161.9 L451.7,161.9
L451.8,161.9 L451.9,161.9 L452.0,161.9 L452.1,161.9 L452.2,161.9 L452.3,161.9 L452.5,161.9 L452.6,161.9
L452.7,161.9 L452.8,161.9 L452.9,161.9 L453.0,161.9 L453.1,161.9 L453.2,161.9 L453.3,161.9 L453.5,161.9
L453.6,161.9 L453.7,161.9 L453.8,161.9 L453.9,161.9 L454.0,161.9 L454.1,161.9 L454.2,161.9 L454.3,161.9
L454.5,161.9 L454.6,161.9 L454.7,161.9 L454.8,161.9 L454.9,161.9 L455.0,161.9 L455.1,161.9 L455.2,161.9
L455.3,161.9 L455.4,161.9 L455.6,161.9 L455.7,161.9 L455.8,161.9 L455.9,161.9 L456.0,161.9 L456.1,161.9
L456.2,161.9 L456.3,161.9 L456.4,161.9 L456.6,161.9 L456.7,161.9 L456.8,161.9 L456.9,161.9 L457.0,161.9
L457.1,161.9 L457.2,162.0 L457.3,162.0 L457.4,162.0 L457.6,162.0 L457.7,162.0 L457.8,162.0 L457.9,162.0
L458.0,162.0 L458.1,162.0 L458.2,162.0 L458.3,162.0 L458.4,162.0 L458.6,162.0 L458.7,162.0 L458.8,162.0
L458.9,162.0 L459.0,162.0 L459.1,162.0 L459.2,162.0 L459.3,162.0 L459.4,162.0 L459.6,162.0 L459.7,162.0
L459.8,162.0 L459.9,162.0 L460.0,162.0 L460.1,162.0 L460.2,162.0 L460.3,162.0 L460.4,162.0 L460.6,162.0
L460.7,162.0 L460.8,162.0 L460.9,162.0 L461.0,162.0 L461.1,162.0 L461.2,162.0 L461.3,162.0 L461.4,162.0
L461.5,162.0 L461.7,162.0 L461.8,162.0 L461.9,162.0 L462.0,162.0 L462.1,162.0 L462.2,162.0 L462.3,162.0
L462.4,162.0 L462.5,162.0 L462.7,162.0 L462.8,162.0 L462.9,162.0 L463.0,162.0 L463.1,162.0 L463.2,162.0
L463.3,162.0 L463.4,162.0 L463.5,162.0 L463.7,162.0 L463.8,162.0 L463.9,162.0 L464.0,162.0 L464.1,162.0
L464.2,162.0 L464.3,162.0 L464.4,162.0 L464.5,162.0 L464.7,162.0 L464.8,162.0 L464.9,162.0 L465.0,162.0
L465.1,162.0 L465.2,162.0 L465.3,162.0 L465.4,162.0 L465.5,162.0 L465.7,162.0 L465.8,162.0 L465.9,162.0
L466.0,162.0 L466.1,162.0 L466.2,162.0 L466.3,162.0 L466.4,162.0 L466.5,162.0 L466.7,162.0 L466.8,162.0
L466.9,162.0 L467.0,162.0 L467.1,162.0 L467.2,162.0 L467.3,162.0 L467.4,162.0 L467.5,162.0 L467.6,162.0
L467.8,162.0 L467.9,162.0 L468.0,162.0 L468.1,162.0 L468.2,162.0 L468.3,162.0 L468.4,162.0 L468.5,162.0
L468.6,162.0 L468.8,162.0 L468.9,162.0 L469.0,162.0 L469.1,162.0 L469.2,162.0 L469.3,162.0 L469.4,162.0
L469.5,162.0 L469.6,162.0 L469.8,162.0 L469.9,162.0 L470.0,162.0 L470.1,162.0 L470.2,162.0 L470.3,162.0
L470.4,162.0 L470.5,162.0 L470.6,162.0 L470.8,162.0 L470.9,162.0 L471.0,162.0 L471.1,162.0 L471.2,162.0
L471.3,162.0 L471.4,162.0 L471.5,162.0 L471.6,162.0 L471.8,162.0 L471.9,162.0 L472.0,162.0 L472.1,162.0
L472.2,162.0 L472.3,162.0 L472.4,162.0 L472.5,162.0 L472.6,162.0 L472.8,162.0 L472.9,162.0 L473.0,162.0
L473.1,162.0 L473.2,162.0 L473.3,162.0 L473.4,162.0 L473.5,162.0 L473.6,162.0 L473.7,162.0 L473.9,162.0
L474.0,162.0 L474.1,162.0 L474.2,162.0 L474.3,162.0 L474.4,162.0 L474.5,162.0 L474.6,162.0 L474.7,162.0
L474.9,162.0 L475.0,162.0 L475.1,162.0 L475.2,162.0 L475.3,162.0 L475.4,162.0 L475.5,162.0 L475.6,162.0
L475.7,162.0 L475.9,162.0 L476.0,162.0 L476.1,162.0 L476.2,162.0 L476.3,162.0 L476.4,162.0 L476.5,162.0
L476.6,162.0 L476.7,162.0 L476.9,162.0 L477.0,162.0 L477.1,162.0 L477.2,162.0 L477.3,162.0 L477.4,162.0
L477.5,162.0 L477.6,162.0 L477.7,162.0 L477.9,162.0 L478.0,162.0 L478.1,162.0 L478.2,162.0 L478.3,162.0
L478.4,162.0 L478.5,162.0 L478.6,162.0 L478.7,162.0 L478.8,162.0 L479.0,162.0 L479.1,162.0 L479.2,162.0
L479.3,162.0 L479.4,162.0 L479.5,162.0 L479.6,162.0 L479.7,162.0 L479.8,162.0 L480.0,162.0 L480.1,162.0
L480.2,162.0 L480.3,162.0 L480.4,162.0 L480.5,162.0 L480.6,162.0 L480.7,162.0 L480.8,162.0 L481.0,162.0
L481.1,162.0 L481.2,162.0 L481.3,162.0 L481.4,162.0 L481.5,162.0 L481.6,162.0 L481.7,162.0 L481.8,162.0
L482.0,162.1 L482.1,162.1 L482.2,162.1 L482.3,162.1 L482.4,162.1 L482.5,162.1 L482.6,162.1 L482.7,162.1
L482.8,162.1 L483.0,162.1 L483.1,162.1 L483.2,162.1 L483.3,162.1 L483.4,162.1 L483.5,162.1 L483.6,162.1
L483.7,162.1 L483.8,162.1 L484.0,162.1 L484.1,162.1 L484.2,162.1 L484.3,162.1 L484.4,162.1 L484.5,162.1
L484.6,162.1 L484.7,162.1 L484.8,162.1 L484.9,162.1 L485.1,162.1 L485.2,162.1 L485.3,162.1 L485.4,162.1
L485.5,162.1 L485.6,162.1 L485.7,162.1 L485.8,162.1 L485.9,162.1 L486.1,162.1 L486.2,162.1 L486.3,162.1
L486.4,162.1 L486.5,162.1 L486.6,162.1 L486.7,162.1 L486.8,162.1 L486.9,162.1 L487.1,162.1 L487.2,162.1
L487.3,162.1 L487.4,162.1 L487.5,162.1 L487.6,162.1 L487.7,162.1 L487.8,162.1 L487.9,162.1 L488.1,162.1
L488.2,162.1 L488.3,162.1 L488.4,162.1 L488.5,162.1 L488.6,162.1 L488.7,162.1 L488.8,162.1 L488.9,162.1
L489.1,162.1 L489.2,162.1 L489.3,162.1 L489.4,162.1 L489.5,162.1 L489.6,162.1 L489.7,162.1 L489.8,162.1
L489.9,162.1 L490.1,162.1 L490.2,162.1 L490.3,162.1 L490.4,162.1 L490.5,162.1 L490.6,162.1 L490.7,162.1
L490.8,162.1 L490.9,162.1 L491.0,162.1 L491.2,162.1 L491.3,162.1 L491.4,162.1 L491.5,162.1 L491.6,162.1
L491.7,162.1 L491.8,162.1 L491.9,162.1 L492.0,162.1 L492.2,162.1 L492.3,162.1 L492.4,162.1 L492.5,162.1
L492.6,162.1 L492.7,162.1 L492.8,162.1 L492.9,162.1 L493.0,162.1 L493.2,162.1 L493.3,162.1 L493.4,162.1
L493.5,162.1 L493.6,162.1 L493.7,162.1 L493.8,162.1 L493.9,162.1 L494.0,162.1 L494.2,162.1 L494.3,162.1
L494.4,162.1 L494.5,162.1 L494.6,162.1 L494.7,162.1 L494.8,162.1 L494.9,162.1 L495.0,162.1 L495.2,162.1
L495.3,162.1 L495.4,162.1 L495.5,162.1 L495.6,162.1 L495.7,162.1 L495.8,162.1 L495.9,162.1 L496.0,162.1
L496.2,162.1 L496.3,162.1 L496.4,162.1 L496.5,162.1 L496.6,162.1 L496.7,162.1 L496.8,162.1 L496.9,162.1
L497.0,162.1 L497.1,162.1 L497.3,162.1 L497.4,162.1 L497.5,162.1 L497.6,162.1 L497.7,162.1 L497.8,162.1
L497.9,162.1 L498.0,162.1 L498.1,162.1 L498.3,162.1 L498.4,162.1 L498.5,162.1 L498.6,162.1 L498.7,162.1
L498.8,162.1 L498.9,162.1 L499.0,162.1 L499.1,162.1 L499.3,162.1 L499.4,162.1 L499.5,162.1 L499.6,162.1
L499.7,162.1 L499.8,162.1 L499.9,162.1 L500.0,162.1 L500.1,162.1 L500.3,162.1 L500.4,162.1 L500.5,162.1
L500.6,162.1 L500.7,162.1 L500.8,162.1 L500.9,162.1 L501.0,162.1 L501.1,162.1 L501.3,162.1 L501.4,162.1
L501.5,162.1 L501.6,162.1 L501.7,162.1 L501.8,162.1 L501.9,162.1 L502.0,162.1 L502.1,162.1 L502.2,162.1
L502.4,162.1 L502.5,162.1 L502.6,162.1 L502.7,162.1 L502.8,162.1 L502.9,162.1 L503.0,162.1 L503.1,162.1
L503.2,162.1 L503.4,162.1 L503.5,162.1 L503.6,162.1 L503.7,162.1 L503.8,162.1 L503.9,162.1 L504.0,162.1
L504.1,162.1 L504.2,162.1 L504.4,162.1 L504.5,162.1 L504.6,162.1 L504.7,162.1 L504.8,162.1 L504.9,162.1
L505.0,162.1 L505.1,162.1 L505.2,162.1 L505.4,162.1 L505.5,162.1 L505.6,162.1 L505.7,162.1 L505.8,162.1
L505.9,162.1 L506.0,162.1 L506.1,162.1 L506.2,162.1 L506.4,162.1 L506.5,162.1 L506.6,162.1 L506.7,162.1
L506.8,162.1 L506.9,162.1 L507.0,162.1 L507.1,162.1 L507.2,162.1 L507.4,162.1 L507.5,162.1 L507.6,162.1
L507.7,162.1 L507.8,162.1 L507.9,162.1 L508.0,162.1 L508.1,162.1 L508.2,162.1 L508.3,162.1 L508.5,162.1
L508.6,162.1 L508.7,162.1 L508.8,162.1 L508.9,162.1 L509.0,162.1 L509.1,162.1 L509.2,162.1 L509.3,162.1
L509.5,162.1 L509.6,162.1 L509.7,162.1 L509.8,162.1 L509.9,162.1 L510.0,162.1 L510.1,162.1 L510.2,162.1
L510.3,162.1 L510.5,162.1 L510.6,162.1 L510.7,162.1 L510.8,162.1 L510.9,162.1 L511.0,162.1 L511.1,162.1
L511.2,162.1 L511.3,162.1 L511.5,162.1 L511.6,162.1 L511.7,162.1 L511.8,162.1 L511.9,162.1 L512.0,162.1
L512.1,162.1 L512.2,162.1 L512.3,162.2 L512.5,162.2 L512.6,162.2 L512.7,162.2 L512.8,162.2 L512.9,162.2
L513.0,162.2 L513.1,162.2 L513.2,162.2 L513.3,162.2 L513.5,162.2 L513.6,162.2 L513.7,162.2 L513.8,162.2
L513.9,162.2 L514.0,162.2 L514.1,162.2 L514.2,162.2 L514.3,162.2 L514.4,162.2 L514.6,162.2 L514.7,162.2
L514.8,162.2 L514.9,162.2 L515.0,162.2 L515.1,162.2 L515.2,162.2 L515.3,162.2 L515.4,162.2 L515.6,162.2
L515.7,162.2 L515.8,162.2 L515.9,162.2 L516.0,162.2 L516.1,162.2 L516.2,162.2 L516.3,162.2 L516.4,162.2
L516.6,162.2 L516.7,162.2 L516.8,162.2 L516.9,162.2 L517.0,162.2 L517.1,162.2 L517.2,162.2 L517.3,162.2
L517.4,162.2 L517.6,162.2 L517.7,162.2 L517.8,162.2 L517.9,162.2 L518.0,162.2 L518.1,162.2 L518.2,162.2
L518.3,162.2 L518.4,162.2 L518.6,162.2 L518.7,162.2 L518.8,162.2 L518.9,162.2 L519.0,162.2 L519.1,162.2
L519.2,162.2 L519.3,162.2 L519.4,162.2 L519.6,162.2 L519.7,162.2 L519.8,162.2 L519.9,162.2 L520.0,162.2
L520.1,162.2 L520.2,162.2 L520.3,162.2 L520.4,162.2 L520.5,162.2 L520.7,162.2 L520.8,162.2 L520.9,162.2
L521.0,162.2 L521.1,162.2 L521.2,162.2 L521.3,162.2 L521.4,162.2 L521.5,162.2 L521.7,162.2 L521.8,162.2
L521.9,162.2 L522.0,162.2 L522.1,162.2 L522.2,162.2 L522.3,162.2 L522.4,162.2 L522.5,162.2 L522.7,162.2
L522.8,162.2 L522.9,162.2 L523.0,162.2 L523.1,162.2 L523.2,162.2 L523.3,162.2 L523.4,162.2 L523.5,162.2
L523.7,162.2 L523.8,162.2 L523.9,162.2 L524.0,162.2 L524.1,162.2 L524.2,162.2 L524.3,162.2 L524.4,162.2
L524.5,162.2 L524.7,162.2 L524.8,162.2 L524.9,162.2 L525.0,162.2 L525.1,162.2 L525.2,162.2 L525.3,162.2
L525.4,162.2 L525.5,162.2 L525.6,162.2 L525.8,162.2 L525.9,162.2 L526.0,162.2 L526.1,162.2 L526.2,162.2
L526.3,162.2 L526.4,162.2 L526.5,162.2 L526.6,162.2 L526.8,162.2 L526.9,162.2 L527.0,162.2 L527.1,162.2
L527.2,162.2 L527.3,162.2 L527.4,162.2 L527.5,162.2 L527.6,162.2 L527.8,162.2 L527.9,162.2 L528.0,162.2
L528.1,162.2 L528.2,162.2 L528.3,162.2 L528.4,162.2 L528.5,162.2 L528.6,162.2 L528.8,162.2 L528.9,162.2
L529.0,162.2 L529.1,162.2 L529.2,162.2 L529.3,162.2 L529.4,162.2 L529.5,162.2 L529.6,162.2 L529.8,162.2
L529.9,162.2 L530.0,162.2 L530.1,162.2 L530.2,162.2 L530.3,162.2 L530.4,162.2 L530.5,162.2 L530.6,162.2
L530.8,162.2 L530.9,162.2 L531.0,162.2 L531.1,162.2 L531.2,162.2 L531.3,162.2 L531.4,162.2 L531.5,162.2
L531.6,162.2 L531.7,162.2 L531.9,162.2 L532.0,162.2 L532.1,162.2 L532.2,162.2 L532.3,162.2 L532.4,162.2
L532.5,162.2 L532.6,162.2 L532.7,162.2 L532.9,162.2 L533.0,162.2 L533.1,162.2 L533.2,162.2 L533.3,162.2
L533.4,162.2 L533.5,162.2 L533.6,162.2 L533.7,162.2 L533.9,162.2 L534.0,162.2 L534.1,162.2 L534.2,162.2
L534.3,162.2 L534.4,162.2 L534.5,162.2 L534.6,162.2 L534.7,162.2 L534.9,162.2 L535.0,162.2 L535.1,162.2
L535.2,162.2 L535.3,162.2 L535.4,162.2 L535.5,162.2 L535.6,162.2 L535.7,162.2 L535.9,162.2 L536.0,162.2
L536.1,162.2 L536.2,162.2 L536.3,162.2 L536.4,162.2 L536.5,162.2 L536.6,162.2 L536.7,162.2 L536.9,162.2
L537.0,162.2 L537.1,162.2 L537.2,162.2 L537.3,162.2 L537.4,162.2 L537.5,162.2 L537.6,162.2 L537.7,162.2
L537.8,162.2 L538.0,162.2 L538.1,162.2 L538.2,162.2 L538.3,162.2 L538.4,162.2 L538.5,162.2 L538.6,162.2
L538.7,162.2 L538.8,162.2 L539.0,162.2 L539.1,162.2 L539.2,162.2 L539.3,162.2 L539.4,162.2 L539.5,162.2
L539.6,162.2 L539.7,162.2 L539.8,162.2 L540.0,162.2 L540.1,162.2 L540.2,162.2 L540.3,162.2 L540.4,162.2
L540.5,162.2 L540.6,162.2 L540.7,162.2 L540.8,162.2 L541.0,162.2 L541.1,162.2 L541.2,162.2 L541.3,162.2
L541.4,162.2 L541.5,162.2 L541.6,162.2 L541.7,162.2 L541.8,162.2 L542.0,162.2 L542.1,162.2 L542.2,162.2
L542.3,162.2 L542.4,162.2 L542.5,162.2 L542.6,162.2 L542.7,162.2 L542.8,162.2 L542.9,162.2 L543.1,162.2
L543.2,162.2 L543.3,162.2 L543.4,162.2 L543.5,162.2 L543.6,162.2 L543.7,162.2 L543.8,162.2 L543.9,162.2
L544.1,162.2 L544.2,162.2 L544.3,162.2 L544.4,162.2 L544.5,162.2 L544.6,162.2 L544.7,162.2 L544.8,162.2
L544.9,162.2 L545.1,162.2 L545.2,162.2 L545.3,162.2 L545.4,162.2 L545.5,162.2 L545.6,162.2 L545.7,162.2
L545.8,162.2 L545.9,162.2 L546.1,162.2 L546.2,162.2 L546.3,162.2 L546.4,162.2 L546.5,162.2 L546.6,162.2
L546.7,162.2 L546.8,162.2 L546.9,162.2 L547.1,162.2 L547.2,162.2 L547.3,162.2 L547.4,162.2 L547.5,162.2
L547.6,162.2 L547.7,162.2 L547.8,162.2 L547.9,162.2 L548.1,162.2 L548.2,162.2 L548.3,162.2 L548.4,162.2
L548.5,162.2 L548.6,162.2 L548.7,162.2 L548.8,162.2 L548.9,162.2 L549.0,162.2 L549.2,162.2 L549.3,162.2
L549.4,162.2 L549.5,162.2 L549.6,162.2 L549.7,162.2 L549.8,162.2 L549.9,162.2 L550.0,162.2 L550.2,162.2
L550.3,162.2 L550.4,162.2 L550.5,162.2 L550.6,162.2 L550.7,162.2 L550.8,162.2 L550.9,162.2 L551.0,162.2
L551.2,162.2 L551.3,162.2 L551.4,162.2 L551.5,162.2 L551.6,162.2 L551.7,162.2 L551.8,162.2 L551.9,162.3
L552.0,162.3 L552.2,162.3 L552.3,162.3 L552.4,162.3 L552.5,162.3 L552.6,162.3 L552.7,162.3 L552.8,162.3
L552.9,162.3 L553.0,162.3 L553.2,162.3 L553.3,162.3 L553.4,162.3 L553.5,162.3 L553.6,162.3 L553.7,162.3
L553.8,162.3 L553.9,162.3 L554.0,162.3 L554.2,162.3 L554.3,162.3 L554.4,162.3 L554.5,162.3 L554.6,162.3
L554.7,162.3 L554.8,162.3 L554.9,162.3 L555.0,162.3 L555.1,162.3 L555.3,162.3 L555.4,162.3 L555.5,162.3
L555.6,162.3 L555.7,162.3 L555.8,162.3 L555.9,162.3 L556.0,162.3 L556.1,162.3 L556.3,162.3 L556.4,162.3
L556.5,162.3 L556.6,162.3 L556.7,162.3 L556.8,162.3 L556.9,162.3 L557.0,162.3 L557.1,162.3 L557.3,162.3
L557.4,162.3 L557.5,162.3 L557.6,162.3 L557.7,162.3 L557.8,162.3 L557.9,162.3 L558.0,162.3 L558.1,162.3
L558.3,162.3 L558.4,162.3 L558.5,162.3 L558.6,162.3 L558.7,162.3 L558.8,162.3 L558.9,162.3 L559.0,162.3
L559.1,162.3 L559.3,162.3 L559.4,162.3 L559.5,162.3 L559.6,162.3 L559.7,162.3 L559.8,162.3 L559.9,162.3
L560.0,162.3 L560.1,162.3 L560.3,162.3 L560.4,162.3 L560.5,162.3 L560.6,162.3 L560.7,162.3 L560.8,162.3
L560.9,162.3 L561.0,162.3 L561.1,162.3 L561.2,162.3 L561.4,162.3 L561.5,162.3 L561.6,162.3 L561.7,162.3
L561.8,162.3 L561.9,162.3 L562.0,162.3 L562.1,162.3 L562.2,162.3 L562.4,162.3 L562.5,162.3 L562.6,162.3
L562.7,162.3 L562.8,162.3 L562.9,162.3 L563.0,162.3 L563.1,162.3 L563.2,162.3 L563.4,162.3 L563.5,162.3
L563.6,162.3 L563.7,162.3 L563.8,162.3 L563.9,162.3 L564.0,162.3 L564.1,162.3 L564.2,162.3 L564.4,162.3
L564.5,162.3 L564.6,162.3 L564.7,162.3 L564.8,162.3 L564.9,162.3 L565.0,162.3 L565.1,162.3 L565.2,162.3
L565.4,162.3 L565.5,162.3 L565.6,162.3 L565.7,162.3 L565.8,162.3 L565.9,162.3 L566.0,162.3 L566.1,162.3
L566.2,162.3 L566.3,162.3 L566.5,162.3 L566.6,162.3 L566.7,162.3 L566.8,162.3 L566.9,162.3 L567.0,162.3
L567.1,162.3 L567.2,162.3 L567.3,162.3 L567.5,162.3 L567.6,162.3 L567.7,162.3 L567.8,162.3 L567.9,162.3
L568.0,162.3 L568.1,162.3 L568.2,162.3 L568.3,162.3 L568.5,162.3 L568.6,162.3 L568.7,162.3 L568.8,162.3
L568.9,162.3 L569.0,162.3 L569.1,162.3 L569.2,162.3 L569.3,162.3 L569.5,162.3 L569.6,162.3 L569.7,162.3
L569.8,162.3 L569.9,162.3 L570.0,162.3 L570.1,162.3 L570.2,162.3 L570.3,162.3 L570.5,162.3 L570.6,162.3
L570.7,162.3 L570.8,162.3 L570.9,162.3 L571.0,162.3 L571.1,162.3 L571.2,162.3 L571.3,162.3 L571.5,162.3
L571.6,162.3 L571.7,162.3 L571.8,162.3 L571.9,162.3 L572.0,162.3 L572.1,162.3 L572.2,162.3 L572.3,162.3
L572.4,162.3 L572.6,162.3 L572.7,162.3 L572.8,162.3 L572.9,162.3 L573.0,162.3 L573.1,162.3 L573.2,162.3
L573.3,162.3 L573.4,162.3 L573.6,162.3 L573.7,162.3 L573.8,162.3 L573.9,162.3 L574.0,162.3 L574.1,162.3
L574.2,162.3 L574.3,162.3 L574.4,162.3 L574.6,162.3 L574.7,162.3 L574.8,162.3 L574.9,162.3 L575.0,162.3
h0.01'/></g>
</g>
<g id="gnuplot_plot_2" ><title>gnuplot_plot_2</title>
<g style="fill:none; color:red; stroke:currentColor; stroke-width:2.00; stroke-linecap:butt; stroke-linejoin:miter">
<path stroke='rgb( 94, 156, 54)' d='M369.6,16.7 L369.8,17.4 L370.9,21.3 L372.1,25.1 L373.2,28.7 L374.3,32.3 L375.4,35.7 L376.5,39.0
L377.6,42.3 L378.7,45.4 L379.8,48.5 L380.9,51.4 L382.0,54.3 L383.1,57.1 L384.3,59.8 L385.4,62.4
L386.5,64.9 L387.6,67.4 L388.7,69.8 L389.8,72.1 L390.9,74.4 L392.0,76.6 L393.1,78.7 L394.2,80.8
L395.3,82.8 L396.5,84.8 L397.6,86.7 L398.7,88.6 L399.8,90.4 L400.9,92.1 L402.0,93.8 L403.1,95.5
L404.2,97.1 L405.3,98.7 L406.4,100.2 L407.5,101.7 L408.7,103.2 L409.8,104.6 L410.9,105.9 L412.0,107.3
L413.1,108.6 L414.2,109.9 L415.3,111.1 L416.4,112.3 L417.5,113.5 L418.6,114.6 L419.7,115.7 L420.8,116.8
L422.0,117.9 L423.1,118.9 L424.2,119.9 L425.3,120.9 L426.4,121.9 L427.5,122.8 L428.6,123.7 L429.7,124.6
L430.8,125.5 L431.9,126.3 L433.0,127.1 L434.2,127.9 L435.3,128.7 L436.4,129.5 L437.5,130.2 L438.6,131.0
L439.7,131.7 L440.8,132.4 L441.9,133.1 L443.0,133.7 L444.1,134.4 L445.2,135.0 L446.4,135.6 L447.5,136.2
L448.6,136.8 L449.7,137.4 L450.8,138.0 L451.9,138.5 L453.0,139.1 L454.1,139.6 L455.2,140.1 L456.3,140.6
L457.4,141.1 L458.6,141.6 L459.7,142.1 L460.8,142.5 L461.9,143.0 L463.0,143.4 L464.1,143.9 L465.2,144.3
L466.3,144.7 L467.4,145.1 L468.5,145.5 L469.6,145.9 L470.8,146.3 L471.9,146.6 L473.0,147.0 L474.1,147.3
L475.2,147.7 L476.3,148.0 L477.4,148.4 L478.5,148.7 L479.6,149.0 L480.7,149.3 L481.8,149.6 L483.0,149.9
L484.1,150.2 L485.2,150.5 L486.3,150.8 L487.4,151.1 L488.5,151.4 L489.6,151.6 L490.7,151.9 L491.8,152.1
L492.9,152.4 L494.0,152.6 L495.2,152.9 L496.3,153.1 L497.4,153.3 L498.5,153.6 L499.6,153.8 L500.7,154.0
L501.8,154.2 L502.9,154.4 L504.0,154.6 L505.1,154.8 L506.2,155.0 L507.4,155.2 L508.5,155.4 L509.6,155.6
L510.7,155.8 L511.8,156.0 L512.9,156.2 L514.0,156.3 L515.1,156.5 L516.2,156.7 L517.3,156.8 L518.4,157.0
L519.6,157.2 L520.7,157.3 L521.8,157.5 L522.9,157.6 L524.0,157.8 L525.1,157.9 L526.2,158.0 L527.3,158.2
L528.4,158.3 L529.5,158.5 L530.6,158.6 L531.7,158.7 L532.9,158.8 L534.0,159.0 L535.1,159.1 L536.2,159.2
L537.3,159.3 L538.4,159.4 L539.5,159.6 L540.6,159.7 L541.7,159.8 L542.8,159.9 L543.9,160.0 L545.1,160.1
L546.2,160.2 L547.3,160.3 L548.4,160.4 L549.5,160.5 L550.6,160.6 L551.7,160.7 L552.8,160.8 L553.9,160.9
L555.0,161.0 L556.1,161.0 L557.3,161.1 L558.4,161.2 L559.5,161.3 L560.6,161.4 L561.7,161.5 L562.8,161.5
L563.9,161.6 L565.0,161.7 L566.1,161.8 L567.2,161.8 L568.3,161.9 L569.5,162.0 L570.6,162.1 L571.7,162.1
L572.8,162.2 L573.9,162.3 L575.0,162.3 h0.01'/></g>
</g>
<g style="fill:none; color:white; stroke:rgb( 94, 156, 54); stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
</g>
<g style="fill:none; color:red; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

View file

@ -0,0 +1,321 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="600"
height="100"
id="svg2"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="history-of-bitcoin.svg">
<defs
id="defs4">
<inkscape:path-effect
effect="spiro"
id="path-effect3111"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect3107"
is_visible="true" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="2.8284271"
inkscape:cx="141.4036"
inkscape:cy="57.413579"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1438"
inkscape:window-height="862"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="0" />
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-4,-851.48913)">
<g
id="g4317">
<path
inkscape:connector-curvature="0"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 59.237305,863.42565 c 0,6.35127 -5.148725,11.5 -11.5,11.5 -6.351275,0 -11.5,-5.14873 -11.5,-11.5 0,-6.35127 5.148725,-11.5 11.5,-11.5 6.351275,0 11.5,5.14873 11.5,11.5 z"
id="path2985" />
<g
transform="translate(3,-0.43652787)"
style="font-size:20px;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
id="text2987">
<path
inkscape:connector-curvature="0"
d="m 22.144531,899.54578 6.884766,0 0,1.66015 -9.257813,0 0,-1.66015 c 0.748696,-0.77474 1.767575,-1.81315 3.056641,-3.11524 1.295567,-1.30859 2.109368,-2.15168 2.441406,-2.52929 0.631503,-0.70963 1.070956,-1.30859 1.31836,-1.79688 0.253897,-0.49478 0.38085,-0.97981 0.380859,-1.45508 -9e-6,-0.77473 -0.273446,-1.40624 -0.820313,-1.89453 -0.540371,-0.48827 -1.246751,-0.73241 -2.11914,-0.73242 -0.618495,10e-6 -1.272791,0.10743 -1.962891,0.32226 -0.683597,0.21486 -1.416018,0.54038 -2.197265,0.97657 l 0,-1.99219 c 0.794268,-0.319 1.536455,-0.55988 2.226562,-0.72266 0.6901,-0.16274 1.32161,-0.24412 1.894531,-0.24414 1.51041,2e-5 2.714836,0.37762 3.613282,1.13282 0.898427,0.75522 1.347645,1.76433 1.347656,3.02734 -1.1e-5,0.59897 -0.113943,1.16863 -0.341797,1.70898 -0.221364,0.53387 -0.628265,1.16538 -1.220703,1.89453 -0.162769,0.18881 -0.680347,0.73569 -1.552735,1.64063 -0.872402,0.89844 -2.10287,2.15821 -3.691406,3.7793"
id="path4095" />
<path
inkscape:connector-curvature="0"
d="m 37.398437,887.92468 c -1.01563,2e-5 -1.780603,0.50132 -2.294921,1.50391 -0.507816,0.9961 -0.761722,2.49675 -0.761719,4.50195 -3e-6,1.99871 0.253903,3.49935 0.761719,4.50196 0.514318,0.99609 1.279291,1.49414 2.294921,1.49414 1.022129,0 1.787102,-0.49805 2.294922,-1.49414 0.514314,-1.00261 0.771475,-2.50325 0.771485,-4.50196 -10e-6,-2.0052 -0.257171,-3.50585 -0.771485,-4.50195 -0.50782,-1.00259 -1.272793,-1.50389 -2.294922,-1.50391 m 0,-1.5625 c 1.634107,2e-5 2.880851,0.6478 3.740235,1.94336 0.865874,1.28908 1.298817,3.16407 1.298828,5.625 -1.1e-5,2.45443 -0.432954,4.32943 -1.298828,5.625 -0.859384,1.28906 -2.106128,1.9336 -3.740235,1.9336 -1.634119,0 -2.884118,-0.64454 -3.75,-1.9336 -0.859376,-1.29557 -1.289063,-3.17057 -1.289062,-5.625 -10e-7,-2.46093 0.429686,-4.33592 1.289062,-5.625 0.865882,-1.29556 2.115881,-1.94334 3.75,-1.94336"
id="path4097" />
<path
inkscape:connector-curvature="0"
d="m 50.132812,887.92468 c -1.01563,2e-5 -1.780603,0.50132 -2.294921,1.50391 -0.507816,0.9961 -0.761722,2.49675 -0.761719,4.50195 -3e-6,1.99871 0.253903,3.49935 0.761719,4.50196 0.514318,0.99609 1.279291,1.49414 2.294921,1.49414 1.022129,0 1.787102,-0.49805 2.294922,-1.49414 0.514314,-1.00261 0.771475,-2.50325 0.771485,-4.50196 -10e-6,-2.0052 -0.257171,-3.50585 -0.771485,-4.50195 -0.50782,-1.00259 -1.272793,-1.50389 -2.294922,-1.50391 m 0,-1.5625 c 1.634107,2e-5 2.880851,0.6478 3.740235,1.94336 0.865874,1.28908 1.298817,3.16407 1.298828,5.625 -1.1e-5,2.45443 -0.432954,4.32943 -1.298828,5.625 -0.859384,1.28906 -2.106128,1.9336 -3.740235,1.9336 -1.634119,0 -2.884118,-0.64454 -3.75,-1.9336 -0.859376,-1.29557 -1.289063,-3.17057 -1.289062,-5.625 -10e-7,-2.46093 0.429686,-4.33592 1.289062,-5.625 0.865882,-1.29556 2.115881,-1.94334 3.75,-1.94336"
id="path4099" />
<path
inkscape:connector-curvature="0"
d="m 58.707031,900.9032 0,-1.79688 c 0.494789,0.23438 0.996091,0.41342 1.503906,0.53711 0.507809,0.1237 1.005855,0.18555 1.494141,0.18555 1.302077,0 2.294915,-0.4362 2.978516,-1.30859 0.690095,-0.87891 1.083975,-2.21029 1.18164,-3.99414 -0.377613,0.5599 -0.856128,0.98958 -1.435547,1.28906 -0.579434,0.29948 -1.220709,0.44922 -1.923828,0.44922 -1.458337,0 -2.613935,-0.43945 -3.466797,-1.31836 -0.846355,-0.88541 -1.269532,-2.09309 -1.269531,-3.62305 -10e-7,-1.49738 0.442707,-2.69856 1.328125,-3.60352 0.885413,-0.90493 2.063798,-1.3574 3.535156,-1.35742 1.686191,2e-5 2.971997,0.6478 3.857422,1.94336 0.891917,1.28908 1.33788,3.16407 1.337891,5.625 -1.1e-5,2.29818 -0.546886,4.13412 -1.640625,5.50781 -1.087248,1.36719 -2.55209,2.05079 -4.394531,2.05079 -0.494797,0 -0.996098,-0.0488 -1.503907,-0.14649 -0.507815,-0.0977 -1.035158,-0.24414 -1.582031,-0.43945 m 3.925781,-6.18164 c 0.88541,0 1.585279,-0.30273 2.09961,-0.90821 0.520824,-0.60546 0.781241,-1.43553 0.78125,-2.49023 -9e-6,-1.04817 -0.260426,-1.87499 -0.78125,-2.48047 -0.514331,-0.61196 -1.2142,-0.91795 -2.09961,-0.91797 -0.885421,2e-5 -1.588546,0.30601 -2.109375,0.91797 -0.514326,0.60548 -0.771487,1.4323 -0.771484,2.48047 -3e-6,1.0547 0.257158,1.88477 0.771484,2.49023 0.520829,0.60548 1.223954,0.90821 2.109375,0.90821"
id="path4101" />
<path
inkscape:connector-curvature="0"
d="m 4,911.62585 2.65625,0 6.464844,12.19727 0,-12.19727 1.914062,0 0,14.58008 -2.65625,0 -6.4648435,-12.19726 0,12.19726 -1.9140625,0 0,-14.58008"
id="path4103" />
<path
inkscape:connector-curvature="0"
d="m 28.238281,920.28796 0,0.87891 -8.261719,0 c 0.07812,1.23698 0.449216,2.18099 1.113282,2.83203 0.670568,0.64453 1.601557,0.9668 2.792968,0.9668 0.690097,0 1.357414,-0.0846 2.001954,-0.25391 0.651032,-0.16927 1.295562,-0.42317 1.933593,-0.76172 l 0,1.69922 c -0.644541,0.27344 -1.305348,0.48177 -1.982422,0.625 -0.677091,0.14323 -1.363939,0.21485 -2.060546,0.21485 -1.744797,0 -3.128259,-0.50782 -4.150391,-1.52344 -1.015627,-1.01562 -1.523439,-2.38932 -1.523438,-4.1211 -1e-6,-1.79035 0.48177,-3.20962 1.445313,-4.25781 0.970049,-1.05467 2.275386,-1.58202 3.916016,-1.58203 1.471346,10e-6 2.633454,0.47527 3.486328,1.42578 0.859364,0.94402 1.289051,2.22983 1.289062,3.85742 m -1.796875,-0.52734 c -0.01303,-0.98307 -0.289722,-1.76757 -0.830078,-2.35352 -0.533862,-0.58592 -1.243497,-0.87889 -2.128906,-0.8789 -1.00261,10e-6 -1.806645,0.28321 -2.41211,0.84961 -0.598961,0.56641 -0.944013,1.36394 -1.035156,2.39258 l 6.40625,-0.01"
id="path4105" />
<path
inkscape:connector-curvature="0"
d="m 32.925781,912.16296 0,3.10547 3.701172,0 0,1.39649 -3.701172,0 0,5.9375 c -3e-6,0.89193 0.120439,1.46484 0.361328,1.71875 0.247392,0.2539 0.745438,0.38086 1.494141,0.38086 l 1.845703,0 0,1.5039 -1.845703,0 c -1.386723,0 -2.343753,-0.25716 -2.871094,-0.77148 -0.527346,-0.52083 -0.791017,-1.46484 -0.791015,-2.83203 l 0,-5.9375 -1.31836,0 0,-1.39649 1.31836,0 0,-3.10547 1.80664,0"
id="path4107" />
<path
inkscape:connector-curvature="0"
d="m 37.955078,915.26843 1.796875,0 2.246094,8.53516 2.236328,-8.53516 2.119141,0 2.246093,8.53516 2.236328,-8.53516 1.796875,0 -2.861328,10.9375 -2.11914,0 -2.353516,-8.96484 -2.363281,8.96484 -2.119141,0 -2.861328,-10.9375"
id="path4109" />
<path
inkscape:connector-curvature="0"
d="m 59.605469,916.5282 c -0.963547,10e-6 -1.725265,0.37761 -2.285157,1.13281 -0.559899,0.74871 -0.839846,1.77735 -0.839843,3.08594 -3e-6,1.3086 0.276689,2.3405 0.830078,3.0957 0.559891,0.7487 1.324865,1.12305 2.294922,1.12305 0.957024,0 1.715487,-0.3776 2.27539,-1.13281 0.559887,-0.75521 0.839835,-1.78385 0.839844,-3.08594 -9e-6,-1.29557 -0.279957,-2.32096 -0.839844,-3.07617 -0.559903,-0.76171 -1.318366,-1.14257 -2.27539,-1.14258 m 0,-1.52344 c 1.562492,10e-6 2.789704,0.50782 3.68164,1.52344 0.891917,1.01563 1.33788,2.42188 1.337891,4.21875 -1.1e-5,1.79037 -0.445974,3.19662 -1.337891,4.21875 -0.891936,1.01562 -2.119148,1.52344 -3.68164,1.52344 -1.569015,0 -2.799483,-0.50782 -3.691407,-1.52344 -0.885418,-1.02213 -1.328126,-2.42838 -1.328125,-4.21875 -1e-6,-1.79687 0.442707,-3.20312 1.328125,-4.21875 0.891924,-1.01562 2.122392,-1.52343 3.691407,-1.52344"
id="path4111" />
<path
inkscape:connector-curvature="0"
d="m 73.931641,916.94812 c -0.201831,-0.11718 -0.423185,-0.20181 -0.664063,-0.25391 -0.234382,-0.0586 -0.494799,-0.0879 -0.78125,-0.0879 -1.015631,10e-6 -1.79688,0.33204 -2.34375,0.9961 -0.540368,0.65756 -0.81055,1.60482 -0.810547,2.84179 l 0,5.76172 -1.80664,0 0,-10.9375 1.80664,0 0,1.69922 c 0.3776,-0.66405 0.869136,-1.15559 1.47461,-1.47461 0.605463,-0.32551 1.341139,-0.48827 2.207031,-0.48828 0.12369,1e-5 0.260409,0.01 0.410156,0.0293 0.149732,0.013 0.315747,0.0358 0.498047,0.0684 l 0.0098,1.8457"
id="path4113" />
<path
inkscape:connector-curvature="0"
d="m 75.767578,911.01062 1.806641,0 0,8.97461 5.361328,-4.7168 2.294922,0 -5.800782,5.11719 6.044922,5.82031 -2.34375,0 -5.55664,-5.34179 0,5.34179 -1.806641,0 0,-15.19531"
id="path4115" />
<path
inkscape:connector-curvature="0"
d="m 16.8125,940.5907 0,1.69922 c -0.507821,-0.26041 -1.035164,-0.45572 -1.582031,-0.58594 -0.546882,-0.1302 -1.113288,-0.1953 -1.699219,-0.19531 -0.891932,10e-6 -1.562504,0.13673 -2.011719,0.41015 -0.442711,0.27345 -0.664065,0.68361 -0.664062,1.23047 -3e-6,0.41668 0.159502,0.74545 0.478515,0.98633 0.319007,0.23438 0.960282,0.45899 1.923829,0.67383 l 0.615234,0.13672 c 1.276034,0.27344 2.180981,0.66081 2.714844,1.16211 0.540355,0.49479 0.810537,1.18815 0.810546,2.08007 -9e-6,1.01563 -0.403654,1.81967 -1.210937,2.41211 -0.800789,0.59245 -1.904303,0.88868 -3.310547,0.88868 -0.585942,0 -1.19792,-0.0586 -1.835937,-0.17579 -0.631513,-0.11067 -1.2988303,-0.27994 -2.0019535,-0.50781 l 0,-1.85547 c 0.6640608,0.34506 1.3183565,0.60547 1.9628905,0.78125 0.644528,0.16928 1.282548,0.25391 1.914063,0.25391 0.846348,0 1.497389,-0.14323 1.953125,-0.42969 0.455721,-0.29296 0.683586,-0.70312 0.683593,-1.23047 -7e-6,-0.48827 -0.166023,-0.86262 -0.498046,-1.12304 -0.325528,-0.26042 -1.044928,-0.51107 -2.158204,-0.75196 l -0.625,-0.14648 c -1.113284,-0.23437 -1.91732,-0.59244 -2.412109,-1.07422 -0.4947931,-0.48827 -0.7421887,-1.15559 -0.7421875,-2.00195 -1.2e-6,-1.02864 0.3645818,-1.82291 1.0937505,-2.38282 0.729163,-0.55988 1.764318,-0.83983 3.105468,-0.83984 0.664057,10e-6 1.289056,0.0488 1.875,0.14649 0.58593,0.0977 1.126294,0.24415 1.621094,0.43945"
id="path4117" />
<path
inkscape:connector-curvature="0"
d="m 22.046875,937.16296 0,3.10547 3.701172,0 0,1.39649 -3.701172,0 0,5.9375 c -4e-6,0.89193 0.120439,1.46484 0.361328,1.71875 0.247392,0.2539 0.745438,0.38086 1.494141,0.38086 l 1.845703,0 0,1.5039 -1.845703,0 c -1.386723,0 -2.343753,-0.25716 -2.871094,-0.77148 -0.527346,-0.52083 -0.791017,-1.46484 -0.791016,-2.83203 l 0,-5.9375 -1.318359,0 0,-1.39649 1.318359,0 0,-3.10547 1.806641,0"
id="path4119" />
<path
inkscape:connector-curvature="0"
d="m 33.091797,945.70789 c -1.451828,0 -2.457687,0.16602 -3.017578,0.49804 -0.559899,0.33204 -0.839847,0.89844 -0.839844,1.69922 -3e-6,0.63802 0.20833,1.14584 0.625,1.52344 0.423173,0.37109 0.996089,0.55664 1.71875,0.55664 0.996087,0 1.793613,-0.35156 2.392578,-1.05469 0.605461,-0.70963 0.908195,-1.65038 0.908203,-2.82226 l 0,-0.40039 -1.787109,0 m 3.583984,-0.74219 0,6.24023 -1.796875,0 0,-1.66015 c -0.410164,0.66406 -0.921231,1.1556 -1.533203,1.47461 -0.611986,0.3125 -1.360683,0.46875 -2.246094,0.46875 -1.119795,0 -2.011721,-0.3125 -2.675781,-0.9375 -0.657553,-0.63151 -0.986329,-1.47461 -0.986328,-2.5293 -1e-6,-1.23047 0.410155,-2.1582 1.230469,-2.7832 0.826819,-0.625 2.057287,-0.9375 3.691406,-0.9375 l 2.519531,0 0,-0.17579 c -8e-6,-0.82681 -0.273446,-1.46483 -0.820312,-1.91406 -0.540372,-0.45572 -1.30209,-0.68358 -2.285157,-0.68359 -0.625004,10e-6 -1.233728,0.0749 -1.826171,0.22461 -0.592451,0.14975 -1.162112,0.37436 -1.708985,0.67383 l 0,-1.66016 c 0.65755,-0.2539 1.29557,-0.4427 1.914063,-0.56641 0.618485,-0.13019 1.220698,-0.1953 1.80664,-0.19531 1.582024,10e-6 2.763664,0.41017 3.544922,1.23047 0.78124,0.82032 1.171865,2.06381 1.171875,3.73047"
id="path4121" />
<path
inkscape:connector-curvature="0"
d="m 46.763672,941.94812 c -0.201831,-0.11718 -0.423185,-0.20181 -0.664063,-0.25391 -0.234382,-0.0586 -0.494798,-0.0879 -0.78125,-0.0879 -1.01563,10e-6 -1.79688,0.33204 -2.34375,0.9961 -0.540368,0.65756 -0.81055,1.60482 -0.810547,2.84179 l 0,5.76172 -1.80664,0 0,-10.9375 1.80664,0 0,1.69922 c 0.377601,-0.66405 0.869137,-1.15559 1.47461,-1.47461 0.605463,-0.32551 1.341139,-0.48827 2.207031,-0.48828 0.123691,1e-5 0.260409,0.01 0.410156,0.0293 0.149732,0.013 0.315748,0.0358 0.498047,0.0684 l 0.0098,1.8457"
id="path4123" />
<path
inkscape:connector-curvature="0"
d="m 50.445312,937.16296 0,3.10547 3.701172,0 0,1.39649 -3.701172,0 0,5.9375 c -3e-6,0.89193 0.120439,1.46484 0.361329,1.71875 0.247391,0.2539 0.745438,0.38086 1.49414,0.38086 l 1.845703,0 0,1.5039 -1.845703,0 c -1.386723,0 -2.343753,-0.25716 -2.871094,-0.77148 -0.527345,-0.52083 -0.791017,-1.46484 -0.791015,-2.83203 l 0,-5.9375 -1.31836,0 0,-1.39649 1.31836,0 0,-3.10547 1.80664,0"
id="path4125" />
<path
inkscape:connector-curvature="0"
d="m 65.875,945.28796 0,0.87891 -8.261719,0 c 0.07812,1.23698 0.449216,2.18099 1.113281,2.83203 0.670569,0.64453 1.601557,0.9668 2.792969,0.9668 0.690097,0 1.357414,-0.0846 2.001953,-0.25391 0.651033,-0.16927 1.295563,-0.42317 1.933594,-0.76172 l 0,1.69922 c -0.644541,0.27344 -1.305348,0.48177 -1.982422,0.625 -0.677091,0.14323 -1.36394,0.21485 -2.060547,0.21485 -1.744796,0 -3.128258,-0.50782 -4.15039,-1.52344 -1.015627,-1.01562 -1.523439,-2.38932 -1.523438,-4.1211 -10e-7,-1.79035 0.481769,-3.20962 1.445313,-4.25781 0.970048,-1.05467 2.275386,-1.58202 3.916015,-1.58203 1.471347,10e-6 2.633455,0.47527 3.486328,1.42578 0.859365,0.94402 1.289052,2.22983 1.289063,3.85742 m -1.796875,-0.52734 c -0.01303,-0.98307 -0.289723,-1.76757 -0.830078,-2.35352 -0.533862,-0.58592 -1.243497,-0.87889 -2.128906,-0.8789 -1.00261,10e-6 -1.806646,0.28321 -2.41211,0.84961 -0.598962,0.56641 -0.944013,1.36394 -1.035156,2.39258 l 6.40625,-0.01"
id="path4127" />
<path
inkscape:connector-curvature="0"
d="m 75.982422,941.92859 0,-5.91797 1.796875,0 0,15.19531 -1.796875,0 0,-1.64062 c -0.377613,0.65104 -0.856128,1.13607 -1.435547,1.45508 -0.572924,0.3125 -1.263027,0.46875 -2.070313,0.46875 -1.321618,0 -2.399091,-0.52735 -3.232421,-1.58204 -0.826825,-1.05468 -1.240236,-2.4414 -1.240235,-4.16015 -10e-7,-1.71874 0.41341,-3.10546 1.240235,-4.16016 0.83333,-1.05467 1.910803,-1.58202 3.232421,-1.58203 0.807286,10e-6 1.497389,0.15952 2.070313,0.47852 0.579419,0.31251 1.057934,0.79428 1.435547,1.44531 m -6.123047,3.81836 c -3e-6,1.32162 0.270179,2.36003 0.810547,3.11523 0.546871,0.7487 1.295568,1.12305 2.246094,1.12305 0.950513,0 1.699211,-0.37435 2.246093,-1.12305 0.546867,-0.7552 0.820304,-1.79361 0.820313,-3.11523 -9e-6,-1.32161 -0.273446,-2.35676 -0.820313,-3.10547 -0.546882,-0.7552 -1.29558,-1.1328 -2.246093,-1.13281 -0.950526,10e-6 -1.699223,0.37761 -2.246094,1.13281 -0.540368,0.74871 -0.81055,1.78386 -0.810547,3.10547"
id="path4129" />
</g>
</g>
<g
id="g4289">
<path
inkscape:connector-curvature="0"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 161.5,863.42565 c 0,6.35127 -5.14873,11.5 -11.5,11.5 -6.35127,0 -11.5,-5.14873 -11.5,-11.5 0,-6.35127 5.14873,-11.5 11.5,-11.5 6.35127,0 11.5,5.14873 11.5,11.5 z"
id="path2985-9" />
<g
transform="translate(3,-0.43652787)"
style="font-size:20px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
id="text3059">
<path
inkscape:connector-curvature="0"
d="m 129.83789,899.54578 6.88477,0 0,1.66015 -9.25782,0 0,-1.66015 c 0.7487,-0.77474 1.76758,-1.81315 3.05664,-3.11524 1.29557,-1.30859 2.10937,-2.15168 2.44141,-2.52929 0.6315,-0.70963 1.07096,-1.30859 1.31836,-1.79688 0.2539,-0.49478 0.38085,-0.97981 0.38086,-1.45508 -1e-5,-0.77473 -0.27345,-1.40624 -0.82031,-1.89453 -0.54038,-0.48827 -1.24675,-0.73241 -2.11914,-0.73242 -0.6185,10e-6 -1.27279,0.10743 -1.96289,0.32226 -0.6836,0.21486 -1.41602,0.54038 -2.19727,0.97657 l 0,-1.99219 c 0.79427,-0.319 1.53646,-0.55988 2.22656,-0.72266 0.6901,-0.16274 1.32161,-0.24412 1.89453,-0.24414 1.51041,2e-5 2.71484,0.37762 3.61328,1.13282 0.89843,0.75522 1.34765,1.76433 1.34766,3.02734 -1e-5,0.59897 -0.11394,1.16863 -0.3418,1.70898 -0.22136,0.53387 -0.62826,1.16538 -1.2207,1.89453 -0.16277,0.18881 -0.68035,0.73569 -1.55273,1.64063 -0.87241,0.89844 -2.10287,2.15821 -3.69141,3.7793"
id="path4085" />
<path
inkscape:connector-curvature="0"
d="m 145.0918,887.92468 c -1.01563,2e-5 -1.78061,0.50132 -2.29493,1.50391 -0.50781,0.9961 -0.76172,2.49675 -0.76171,4.50195 -1e-5,1.99871 0.2539,3.49935 0.76171,4.50196 0.51432,0.99609 1.2793,1.49414 2.29493,1.49414 1.02212,0 1.7871,-0.49805 2.29492,-1.49414 0.51431,-1.00261 0.77147,-2.50325 0.77148,-4.50196 -1e-5,-2.0052 -0.25717,-3.50585 -0.77148,-4.50195 -0.50782,-1.00259 -1.2728,-1.50389 -2.29492,-1.50391 m 0,-1.5625 c 1.6341,2e-5 2.88085,0.6478 3.74023,1.94336 0.86588,1.28908 1.29882,3.16407 1.29883,5.625 -1e-5,2.45443 -0.43295,4.32943 -1.29883,5.625 -0.85938,1.28906 -2.10613,1.9336 -3.74023,1.9336 -1.63412,0 -2.88412,-0.64454 -3.75,-1.9336 -0.85938,-1.29557 -1.28907,-3.17057 -1.28907,-5.625 0,-2.46093 0.42969,-4.33592 1.28907,-5.625 0.86588,-1.29556 2.11588,-1.94334 3.75,-1.94336"
id="path4087" />
<path
inkscape:connector-curvature="0"
d="m 153.94922,899.54578 3.22265,0 0,-11.12305 -3.50585,0.70312 0,-1.79687 3.48632,-0.70313 1.97266,0 0,12.91993 3.22266,0 0,1.66015 -8.39844,0 0,-1.66015"
id="path4089" />
<path
inkscape:connector-curvature="0"
d="m 166.68359,899.54578 3.22266,0 0,-11.12305 -3.50586,0.70312 0,-1.79687 3.48633,-0.70313 1.97265,0 0,12.91993 3.22266,0 0,1.66015 -8.39844,0 0,-1.66015"
id="path4091" />
</g>
</g>
<g
id="g4261">
<path
inkscape:connector-curvature="0"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 300.5,863.42565 c 0,6.35127 -5.14873,11.5 -11.5,11.5 -6.35127,0 -11.5,-5.14873 -11.5,-11.5 0,-6.35127 5.14873,-11.5 11.5,-11.5 6.35127,0 11.5,5.14873 11.5,11.5 z"
id="path2985-8" />
<g
transform="translate(3,-0.43652787)"
style="font-size:20px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
id="text3067">
<path
inkscape:connector-curvature="0"
d="m 266.83789,899.54578 6.88477,0 0,1.66015 -9.25782,0 0,-1.66015 c 0.7487,-0.77474 1.76758,-1.81315 3.05664,-3.11524 1.29557,-1.30859 2.10937,-2.15168 2.44141,-2.52929 0.6315,-0.70963 1.07096,-1.30859 1.31836,-1.79688 0.2539,-0.49478 0.38085,-0.97981 0.38086,-1.45508 -10e-6,-0.77473 -0.27345,-1.40624 -0.82031,-1.89453 -0.54038,-0.48827 -1.24675,-0.73241 -2.11914,-0.73242 -0.6185,10e-6 -1.27279,0.10743 -1.96289,0.32226 -0.6836,0.21486 -1.41602,0.54038 -2.19727,0.97657 l 0,-1.99219 c 0.79427,-0.319 1.53646,-0.55988 2.22656,-0.72266 0.6901,-0.16274 1.32161,-0.24412 1.89453,-0.24414 1.51041,2e-5 2.71484,0.37762 3.61328,1.13282 0.89843,0.75522 1.34765,1.76433 1.34766,3.02734 -10e-6,0.59897 -0.11394,1.16863 -0.3418,1.70898 -0.22136,0.53387 -0.62826,1.16538 -1.2207,1.89453 -0.16277,0.18881 -0.68035,0.73569 -1.55273,1.64063 -0.87241,0.89844 -2.10287,2.15821 -3.69141,3.7793"
id="path4075" />
<path
inkscape:connector-curvature="0"
d="m 282.0918,887.92468 c -1.01563,2e-5 -1.78061,0.50132 -2.29493,1.50391 -0.50781,0.9961 -0.76172,2.49675 -0.76171,4.50195 -1e-5,1.99871 0.2539,3.49935 0.76171,4.50196 0.51432,0.99609 1.2793,1.49414 2.29493,1.49414 1.02212,0 1.7871,-0.49805 2.29492,-1.49414 0.51431,-1.00261 0.77147,-2.50325 0.77148,-4.50196 -1e-5,-2.0052 -0.25717,-3.50585 -0.77148,-4.50195 -0.50782,-1.00259 -1.2728,-1.50389 -2.29492,-1.50391 m 0,-1.5625 c 1.6341,2e-5 2.88085,0.6478 3.74023,1.94336 0.86588,1.28908 1.29882,3.16407 1.29883,5.625 -10e-6,2.45443 -0.43295,4.32943 -1.29883,5.625 -0.85938,1.28906 -2.10613,1.9336 -3.74023,1.9336 -1.63412,0 -2.88412,-0.64454 -3.75,-1.9336 -0.85938,-1.29557 -1.28907,-3.17057 -1.28907,-5.625 0,-2.46093 0.42969,-4.33592 1.28907,-5.625 0.86588,-1.29556 2.11588,-1.94334 3.75,-1.94336"
id="path4077" />
<path
inkscape:connector-curvature="0"
d="m 290.94922,899.54578 3.22265,0 0,-11.12305 -3.50585,0.70312 0,-1.79687 3.48632,-0.70313 1.97266,0 0,12.91993 3.22266,0 0,1.66015 -8.39844,0 0,-1.66015"
id="path4079" />
<path
inkscape:connector-curvature="0"
d="m 309.31836,893.3446 c 0.944,0.20184 1.67968,0.62176 2.20703,1.25977 0.53384,0.63803 0.80077,1.42579 0.80078,2.36328 -10e-6,1.43881 -0.4948,2.55209 -1.48437,3.33985 -0.9896,0.78776 -2.39584,1.18164 -4.21875,1.18164 -0.61199,0 -1.2435,-0.0619 -1.89453,-0.18555 -0.64454,-0.11719 -1.31186,-0.29622 -2.00196,-0.53711 l 0,-1.9043 c 0.54688,0.31902 1.14583,0.5599 1.79688,0.72266 0.65104,0.16276 1.33137,0.24414 2.04101,0.24414 1.23698,0 2.17773,-0.24414 2.82227,-0.73242 0.65103,-0.48828 0.97655,-1.19792 0.97656,-2.12891 -10e-6,-0.85937 -0.30274,-1.52994 -0.9082,-2.01172 -0.59897,-0.48827 -1.43556,-0.73241 -2.50977,-0.73242 l -1.69922,0 0,-1.62109 1.77735,0 c 0.97004,10e-6 1.71223,-0.19205 2.22656,-0.57617 0.51431,-0.39062 0.77148,-0.95052 0.77148,-1.67969 0,-0.74869 -0.26693,-1.3216 -0.80078,-1.71875 -0.52735,-0.40364 -1.28581,-0.60546 -2.27539,-0.60547 -0.54037,10e-6 -1.11979,0.0586 -1.73828,0.17578 -0.61849,0.1172 -1.29883,0.29949 -2.04101,0.54688 l 0,-1.75782 c 0.74869,-0.20832 1.44856,-0.36457 2.0996,-0.46875 0.65755,-0.10415 1.27604,-0.15623 1.85547,-0.15625 1.49739,2e-5 2.68229,0.34181 3.55469,1.02539 0.87239,0.6771 1.30858,1.59507 1.30859,2.75391 -1e-5,0.8073 -0.23113,1.49089 -0.69335,2.05078 -0.46225,0.55339 -1.11981,0.93751 -1.97266,1.15234"
id="path4081" />
</g>
</g>
<g
id="g4275">
<path
inkscape:connector-curvature="0"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="m 430.5,863.42565 c 0,6.35127 -5.14873,11.5 -11.5,11.5 -6.35127,0 -11.5,-5.14873 -11.5,-11.5 0,-6.35127 5.14873,-11.5 11.5,-11.5 6.35127,0 11.5,5.14873 11.5,11.5 z"
id="path2985-3" />
<g
transform="translate(3,-0.43652787)"
style="font-size:20px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
id="text3071">
<path
inkscape:connector-curvature="0"
d="m 393.83789,899.54578 6.88477,0 0,1.66015 -9.25782,0 0,-1.66015 c 0.7487,-0.77474 1.76758,-1.81315 3.05664,-3.11524 1.29557,-1.30859 2.10937,-2.15168 2.44141,-2.52929 0.6315,-0.70963 1.07096,-1.30859 1.31836,-1.79688 0.2539,-0.49478 0.38085,-0.97981 0.38086,-1.45508 -10e-6,-0.77473 -0.27345,-1.40624 -0.82031,-1.89453 -0.54038,-0.48827 -1.24675,-0.73241 -2.11914,-0.73242 -0.6185,10e-6 -1.27279,0.10743 -1.96289,0.32226 -0.6836,0.21486 -1.41602,0.54038 -2.19727,0.97657 l 0,-1.99219 c 0.79427,-0.319 1.53646,-0.55988 2.22656,-0.72266 0.6901,-0.16274 1.32161,-0.24412 1.89453,-0.24414 1.51041,2e-5 2.71484,0.37762 3.61328,1.13282 0.89843,0.75522 1.34765,1.76433 1.34766,3.02734 -10e-6,0.59897 -0.11394,1.16863 -0.3418,1.70898 -0.22136,0.53387 -0.62826,1.16538 -1.2207,1.89453 -0.16277,0.18881 -0.68035,0.73569 -1.55273,1.64063 -0.87241,0.89844 -2.10287,2.15821 -3.69141,3.7793"
id="path4065" />
<path
inkscape:connector-curvature="0"
d="m 409.0918,887.92468 c -1.01563,2e-5 -1.78061,0.50132 -2.29493,1.50391 -0.50781,0.9961 -0.76172,2.49675 -0.76171,4.50195 -1e-5,1.99871 0.2539,3.49935 0.76171,4.50196 0.51432,0.99609 1.2793,1.49414 2.29493,1.49414 1.02212,0 1.7871,-0.49805 2.29492,-1.49414 0.51431,-1.00261 0.77147,-2.50325 0.77148,-4.50196 -1e-5,-2.0052 -0.25717,-3.50585 -0.77148,-4.50195 -0.50782,-1.00259 -1.2728,-1.50389 -2.29492,-1.50391 m 0,-1.5625 c 1.6341,2e-5 2.88085,0.6478 3.74023,1.94336 0.86588,1.28908 1.29882,3.16407 1.29883,5.625 -10e-6,2.45443 -0.43295,4.32943 -1.29883,5.625 -0.85938,1.28906 -2.10613,1.9336 -3.74023,1.9336 -1.63412,0 -2.88412,-0.64454 -3.75,-1.9336 -0.85938,-1.29557 -1.28907,-3.17057 -1.28907,-5.625 0,-2.46093 0.42969,-4.33592 1.28907,-5.625 0.86588,-1.29556 2.11588,-1.94334 3.75,-1.94336"
id="path4067" />
<path
inkscape:connector-curvature="0"
d="m 417.94922,899.54578 3.22265,0 0,-11.12305 -3.50585,0.70312 0,-1.79687 3.48632,-0.70313 1.97266,0 0,12.91993 3.22266,0 0,1.66015 -8.39844,0 0,-1.66015"
id="path4069" />
<path
inkscape:connector-curvature="0"
d="m 430.36133,886.62585 7.74414,0 0,1.66016 -5.9375,0 0,3.57422 c 0.28645,-0.0977 0.57291,-0.16926 0.85937,-0.21484 0.28646,-0.0521 0.57292,-0.0781 0.85938,-0.0781 1.6276,1e-5 2.91666,0.44597 3.86719,1.33789 0.95051,0.89194 1.42577,2.09962 1.42578,3.62305 -10e-6,1.56901 -0.48829,2.78971 -1.46485,3.66211 -0.97657,0.86588 -2.35352,1.29883 -4.13086,1.29883 -0.61198,0 -1.23698,-0.0521 -1.875,-0.15625 -0.63151,-0.10417 -1.28581,-0.26042 -1.96289,-0.46875 l 0,-1.98243 c 0.58594,0.31902 1.19141,0.55665 1.81641,0.71289 0.625,0.15626 1.2858,0.23438 1.98242,0.23438 1.1263,0 2.01822,-0.29622 2.67578,-0.88867 0.65755,-0.59245 0.98632,-1.39648 0.98633,-2.41211 -10e-6,-1.01562 -0.32878,-1.81966 -0.98633,-2.41211 -0.65756,-0.59244 -1.54948,-0.88867 -2.67578,-0.88867 -0.52735,0 -1.05469,0.0586 -1.58203,0.17578 -0.52084,0.11719 -1.05469,0.29948 -1.60156,0.54687 l 0,-7.32422"
id="path4071" />
</g>
</g>
<path
inkscape:connector-curvature="0"
style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
d="m 48,862.92565 371,0"
id="path3105" />
<path
inkscape:connector-curvature="0"
style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:8, 8;stroke-dashoffset:0"
d="m 554,862.92565 -135,0"
id="path3109" />
<g
id="g3881"
transform="translate(3,-0.43652787)">
<g
style="font-size:20px;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#800000;fill-opacity:1;stroke:none;font-family:Sans"
id="text3075">
<path
inkscape:connector-curvature="0"
d="m 549.41602,898.72546 1.98242,0 0,2.48047 -1.98242,0 0,-2.48047 m 1.92382,-1.43554 -1.86523,0 0,-1.50391 c 0,-0.65755 0.0911,-1.19791 0.27344,-1.62109 0.18228,-0.42317 0.5664,-0.91471 1.15234,-1.47461 l 0.87891,-0.86914 c 0.37108,-0.34505 0.63801,-0.67057 0.80078,-0.97657 0.16926,-0.30597 0.2539,-0.61847 0.2539,-0.9375 0,-0.57941 -0.21485,-1.04816 -0.64453,-1.40625 -0.42318,-0.35806 -0.98633,-0.53709 -1.68945,-0.5371 -0.51433,10e-6 -1.06446,0.11394 -1.65039,0.34179 -0.57943,0.22788 -1.1849,0.55991 -1.81641,0.9961 l 0,-1.83594 c 0.61198,-0.37108 1.23047,-0.64777 1.85547,-0.83008 0.63151,-0.18228 1.28255,-0.27342 1.95313,-0.27344 1.19791,2e-5 2.15819,0.31577 2.88086,0.94727 0.72915,0.63152 1.09374,1.46485 1.09375,2.5 -10e-6,0.4948 -0.1172,0.96681 -0.35157,1.41601 -0.23438,0.44272 -0.64454,0.94402 -1.23047,1.50391 l -0.85937,0.83984 c -0.306,0.306 -0.52409,0.54689 -0.6543,0.72266 -0.1237,0.16928 -0.21159,0.33529 -0.26367,0.49805 -0.0391,0.13672 -0.0684,0.30274 -0.0879,0.49804 -0.0195,0.19532 -0.0293,0.46225 -0.0293,0.80079 l 0,1.20117"
id="path4032" />
<path
inkscape:connector-curvature="0"
d="m 524.49414,919.24304 0,5.3418 3.16406,0 c 1.06119,0 1.8457,-0.2181 2.35352,-0.6543 0.51431,-0.4427 0.77147,-1.11653 0.77148,-2.02148 -10e-6,-0.91146 -0.25717,-1.58203 -0.77148,-2.01172 -0.50782,-0.43619 -1.29233,-0.65429 -2.35352,-0.6543 l -3.16406,0 m 0,-5.99609 0,4.39453 2.91992,0 c 0.96354,10e-6 1.67968,-0.17903 2.14844,-0.53711 0.47525,-0.36457 0.71288,-0.91796 0.71289,-1.66016 -10e-6,-0.73566 -0.23764,-1.28579 -0.71289,-1.65039 -0.46876,-0.36457 -1.1849,-0.54686 -2.14844,-0.54687 l -2.91992,0 m -1.97266,-1.6211 5.03907,0 c 1.50389,2e-5 2.66275,0.31252 3.47656,0.9375 0.81379,0.62502 1.22069,1.51369 1.2207,2.66602 -10e-6,0.89194 -0.20834,1.60157 -0.625,2.12891 -0.41667,0.52735 -1.02865,0.85612 -1.83594,0.98632 0.97005,0.20835 1.722,0.64454 2.25586,1.3086 0.54036,0.65756 0.81054,1.48112 0.81055,2.4707 -10e-6,1.30209 -0.44272,2.30795 -1.32812,3.01758 -0.88543,0.70964 -2.14519,1.06445 -3.7793,1.06445 l -5.23438,0 0,-14.58008"
id="path4034" />
<path
inkscape:connector-curvature="0"
d="m 541.125,920.70789 c -1.45183,0 -2.45769,0.16602 -3.01758,0.49804 -0.5599,0.33204 -0.83984,0.89844 -0.83984,1.69922 0,0.63802 0.20833,1.14584 0.625,1.52344 0.42317,0.37109 0.99609,0.55664 1.71875,0.55664 0.99609,0 1.79361,-0.35156 2.39258,-1.05469 0.60546,-0.70963 0.90819,-1.65038 0.9082,-2.82226 l 0,-0.40039 -1.78711,0 m 3.58398,-0.74219 0,6.24023 -1.79687,0 0,-1.66015 c -0.41017,0.66406 -0.92123,1.1556 -1.5332,1.47461 -0.61199,0.3125 -1.36069,0.46875 -2.2461,0.46875 -1.11979,0 -2.01172,-0.3125 -2.67578,-0.9375 -0.65755,-0.63151 -0.98633,-1.47461 -0.98633,-2.5293 0,-1.23047 0.41016,-2.1582 1.23047,-2.7832 0.82682,-0.625 2.05729,-0.9375 3.69141,-0.9375 l 2.51953,0 0,-0.17579 c -10e-6,-0.82681 -0.27345,-1.46483 -0.82031,-1.91406 -0.54037,-0.45572 -1.30209,-0.68358 -2.28516,-0.68359 -0.625,10e-6 -1.23373,0.0749 -1.82617,0.22461 -0.59245,0.14975 -1.16211,0.37436 -1.70899,0.67383 l 0,-1.66016 c 0.65755,-0.2539 1.29557,-0.4427 1.91407,-0.56641 0.61848,-0.13019 1.22069,-0.1953 1.80664,-0.19531 1.58202,10e-6 2.76366,0.41017 3.54492,1.23047 0.78124,0.82032 1.17186,2.06381 1.17187,3.73047"
id="path4036" />
<path
inkscape:connector-curvature="0"
d="m 557.55078,919.60437 0,6.60156 -1.79687,0 0,-6.54297 c -10e-6,-1.03514 -0.20184,-1.80988 -0.60547,-2.32421 -0.40366,-0.51432 -1.00912,-0.77148 -1.81641,-0.77149 -0.97006,10e-6 -1.73503,0.30925 -2.29492,0.92774 -0.5599,0.61849 -0.83985,1.46159 -0.83984,2.52929 l 0,6.18164 -1.80665,0 0,-10.9375 1.80665,0 0,1.69922 c 0.42968,-0.65754 0.93424,-1.14908 1.51367,-1.47461 0.58593,-0.32551 1.25976,-0.48827 2.02148,-0.48828 1.2565,10e-6 2.20702,0.39064 2.85156,1.17188 0.64452,0.77474 0.96679,1.91732 0.9668,3.42773"
id="path4038" />
<path
inkscape:connector-curvature="0"
d="m 561.08594,911.01062 1.80664,0 0,8.97461 5.36133,-4.7168 2.29492,0 -5.80078,5.11719 6.04492,5.82031 -2.34375,0 -5.55664,-5.34179 0,5.34179 -1.80664,0 0,-15.19531"
id="path4040" />
<path
inkscape:connector-curvature="0"
d="m 579.68945,915.5907 0,1.69922 c -0.50782,-0.26041 -1.03516,-0.45572 -1.58203,-0.58594 -0.54688,-0.1302 -1.11329,-0.1953 -1.69922,-0.19531 -0.89193,10e-6 -1.5625,0.13673 -2.01172,0.41015 -0.44271,0.27345 -0.66406,0.68361 -0.66406,1.23047 0,0.41668 0.1595,0.74545 0.47852,0.98633 0.319,0.23438 0.96028,0.45899 1.92383,0.67383 l 0.61523,0.13672 c 1.27603,0.27344 2.18098,0.66081 2.71484,1.16211 0.54036,0.49479 0.81054,1.18815 0.81055,2.08007 -10e-6,1.01563 -0.40365,1.81967 -1.21094,2.41211 -0.80079,0.59245 -1.9043,0.88868 -3.31054,0.88868 -0.58595,0 -1.19792,-0.0586 -1.83594,-0.17579 -0.63151,-0.11067 -1.29883,-0.27994 -2.00195,-0.50781 l 0,-1.85547 c 0.66406,0.34506 1.31835,0.60547 1.96289,0.78125 0.64452,0.16928 1.28254,0.25391 1.91406,0.25391 0.84635,0 1.49739,-0.14323 1.95312,-0.42969 0.45573,-0.29296 0.68359,-0.70312 0.6836,-1.23047 -1e-5,-0.48827 -0.16603,-0.86262 -0.49805,-1.12304 -0.32553,-0.26042 -1.04493,-0.51107 -2.1582,-0.75196 l -0.625,-0.14648 c -1.11329,-0.23437 -1.91732,-0.59244 -2.41211,-1.07422 -0.49479,-0.48827 -0.74219,-1.15559 -0.74219,-2.00195 0,-1.02864 0.36458,-1.82291 1.09375,-2.38282 0.72916,-0.55988 1.76432,-0.83983 3.10547,-0.83984 0.66406,10e-6 1.28906,0.0488 1.875,0.14649 0.58593,0.0977 1.12629,0.24415 1.62109,0.43945"
id="path4042" />
<path
inkscape:connector-curvature="0"
d="m 507.46289,937.16296 0,3.10547 3.70117,0 0,1.39649 -3.70117,0 0,5.9375 c 0,0.89193 0.12044,1.46484 0.36133,1.71875 0.24739,0.2539 0.74544,0.38086 1.49414,0.38086 l 1.8457,0 0,1.5039 -1.8457,0 c -1.38672,0 -2.34375,-0.25716 -2.87109,-0.77148 -0.52735,-0.52083 -0.79102,-1.46484 -0.79102,-2.83203 l 0,-5.9375 -1.31836,0 0,-1.39649 1.31836,0 0,-3.10547 1.80664,0"
id="path4044" />
<path
inkscape:connector-curvature="0"
d="m 518.50781,945.70789 c -1.45183,0 -2.45768,0.16602 -3.01758,0.49804 -0.55989,0.33204 -0.83984,0.89844 -0.83984,1.69922 0,0.63802 0.20833,1.14584 0.625,1.52344 0.42317,0.37109 0.99609,0.55664 1.71875,0.55664 0.99609,0 1.79361,-0.35156 2.39258,-1.05469 0.60546,-0.70963 0.90819,-1.65038 0.9082,-2.82226 l 0,-0.40039 -1.78711,0 m 3.58399,-0.74219 0,6.24023 -1.79688,0 0,-1.66015 c -0.41016,0.66406 -0.92123,1.1556 -1.5332,1.47461 -0.61199,0.3125 -1.36068,0.46875 -2.2461,0.46875 -1.11979,0 -2.01172,-0.3125 -2.67578,-0.9375 -0.65755,-0.63151 -0.98633,-1.47461 -0.98632,-2.5293 -10e-6,-1.23047 0.41015,-2.1582 1.23046,-2.7832 0.82682,-0.625 2.05729,-0.9375 3.69141,-0.9375 l 2.51953,0 0,-0.17579 c -1e-5,-0.82681 -0.27344,-1.46483 -0.82031,-1.91406 -0.54037,-0.45572 -1.30209,-0.68358 -2.28516,-0.68359 -0.625,10e-6 -1.23373,0.0749 -1.82617,0.22461 -0.59245,0.14975 -1.16211,0.37436 -1.70898,0.67383 l 0,-1.66016 c 0.65755,-0.2539 1.29557,-0.4427 1.91406,-0.56641 0.61848,-0.13019 1.2207,-0.1953 1.80664,-0.19531 1.58202,10e-6 2.76366,0.41017 3.54492,1.23047 0.78124,0.82032 1.17187,2.06381 1.17188,3.73047"
id="path4046" />
<path
inkscape:connector-curvature="0"
d="m 525.77344,936.01062 1.80664,0 0,8.97461 5.36133,-4.7168 2.29492,0 -5.80078,5.11719 6.04492,5.82031 -2.34375,0 -5.55664,-5.34179 0,5.34179 -1.80664,0 0,-15.19531"
id="path4048" />
<path
inkscape:connector-curvature="0"
d="m 546.05664,945.28796 0,0.87891 -8.26172,0 c 0.0781,1.23698 0.44922,2.18099 1.11328,2.83203 0.67057,0.64453 1.60156,0.9668 2.79297,0.9668 0.6901,0 1.35742,-0.0846 2.00195,-0.25391 0.65104,-0.16927 1.29557,-0.42317 1.9336,-0.76172 l 0,1.69922 c -0.64454,0.27344 -1.30535,0.48177 -1.98242,0.625 -0.67709,0.14323 -1.36394,0.21485 -2.06055,0.21485 -1.7448,0 -3.12826,-0.50782 -4.15039,-1.52344 -1.01563,-1.01562 -1.52344,-2.38932 -1.52344,-4.1211 0,-1.79035 0.48177,-3.20962 1.44531,-4.25781 0.97005,-1.05467 2.27539,-1.58202 3.91602,-1.58203 1.47135,10e-6 2.63345,0.47527 3.48633,1.42578 0.85936,0.94402 1.28905,2.22983 1.28906,3.85742 m -1.79687,-0.52734 c -0.013,-0.98307 -0.28973,-1.76757 -0.83008,-2.35352 -0.53386,-0.58592 -1.2435,-0.87889 -2.12891,-0.8789 -1.00261,10e-6 -1.80664,0.28321 -2.41211,0.84961 -0.59896,0.56641 -0.94401,1.36394 -1.03515,2.39258 l 6.40625,-0.01"
id="path4050" />
<path
inkscape:connector-curvature="0"
d="m 559.57227,941.5282 c -0.96355,10e-6 -1.72527,0.37761 -2.28516,1.13281 -0.5599,0.74871 -0.83985,1.77735 -0.83984,3.08594 -10e-6,1.3086 0.27669,2.3405 0.83007,3.0957 0.5599,0.7487 1.32487,1.12305 2.29493,1.12305 0.95702,0 1.71548,-0.3776 2.27539,-1.13281 0.55988,-0.75521 0.83983,-1.78385 0.83984,-3.08594 -10e-6,-1.29557 -0.27996,-2.32096 -0.83984,-3.07617 -0.55991,-0.76171 -1.31837,-1.14257 -2.27539,-1.14258 m 0,-1.52344 c 1.56249,10e-6 2.7897,0.50782 3.68164,1.52344 0.89191,1.01563 1.33788,2.42188 1.33789,4.21875 -1e-5,1.79037 -0.44598,3.19662 -1.33789,4.21875 -0.89194,1.01562 -2.11915,1.52344 -3.68164,1.52344 -1.56902,0 -2.79949,-0.50782 -3.69141,-1.52344 -0.88542,-1.02213 -1.32813,-2.42838 -1.32813,-4.21875 0,-1.79687 0.44271,-3.20312 1.32813,-4.21875 0.89192,-1.01562 2.12239,-1.52343 3.69141,-1.52344"
id="path4052" />
<path
inkscape:connector-curvature="0"
d="m 566.27148,940.26843 1.9043,0 3.41797,9.17969 3.41797,-9.17969 1.9043,0 -4.10157,10.9375 -2.4414,0 -4.10157,-10.9375"
id="path4054" />
<path
inkscape:connector-curvature="0"
d="m 588.75195,945.28796 0,0.87891 -8.26172,0 c 0.0781,1.23698 0.44922,2.18099 1.11329,2.83203 0.67056,0.64453 1.60155,0.9668 2.79296,0.9668 0.6901,0 1.35742,-0.0846 2.00196,-0.25391 0.65103,-0.16927 1.29556,-0.42317 1.93359,-0.76172 l 0,1.69922 c -0.64454,0.27344 -1.30535,0.48177 -1.98242,0.625 -0.67709,0.14323 -1.36394,0.21485 -2.06055,0.21485 -1.74479,0 -3.12826,-0.50782 -4.15039,-1.52344 -1.01562,-1.01562 -1.52344,-2.38932 -1.52344,-4.1211 0,-1.79035 0.48177,-3.20962 1.44532,-4.25781 0.97005,-1.05467 2.27538,-1.58202 3.91601,-1.58203 1.47135,10e-6 2.63346,0.47527 3.48633,1.42578 0.85936,0.94402 1.28905,2.22983 1.28906,3.85742 m -1.79687,-0.52734 c -0.013,-0.98307 -0.28972,-1.76757 -0.83008,-2.35352 -0.53386,-0.58592 -1.2435,-0.87889 -2.12891,-0.8789 -1.00261,10e-6 -1.80664,0.28321 -2.41211,0.84961 -0.59896,0.56641 -0.94401,1.36394 -1.03515,2.39258 l 6.40625,-0.01"
id="path4056" />
<path
inkscape:connector-curvature="0"
d="m 598,941.94812 c -0.20183,-0.11718 -0.42318,-0.20181 -0.66406,-0.25391 -0.23438,-0.0586 -0.4948,-0.0879 -0.78125,-0.0879 -1.01563,10e-6 -1.79688,0.33204 -2.34375,0.9961 -0.54037,0.65756 -0.81055,1.60482 -0.81055,2.84179 l 0,5.76172 -1.80664,0 0,-10.9375 1.80664,0 0,1.69922 c 0.3776,-0.66405 0.86914,-1.15559 1.47461,-1.47461 0.60546,-0.32551 1.34114,-0.48827 2.20703,-0.48828 0.12369,1e-5 0.26041,0.01 0.41016,0.0293 0.14973,0.013 0.31574,0.0358 0.49804,0.0684 l 0.01,1.8457"
id="path4058" />
</g>
<path
inkscape:connector-curvature="0"
transform="translate(520.66895,793.36218)"
style="fill:#800000;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="M 42,70.5 C 42,76.851275 36.851275,82 30.5,82 24.148725,82 19,76.851275 19,70.5 19,64.148725 24.148725,59 30.5,59 36.851275,59 42,64.148725 42,70.5 z"
id="path2985-55" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View file

@ -0,0 +1,802 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="600"
height="150"
id="svg2"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="multi-wallet-support.svg">
<defs
id="defs4">
<marker
inkscape:stockid="Arrow2Lstart"
orient="auto"
refY="0.0"
refX="0.0"
id="Arrow2Lstart"
style="overflow:visible">
<path
id="path9356"
style="fill-rule:evenodd;stroke-width:0.62500000;stroke-linejoin:round"
d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z "
transform="scale(1.1) translate(1,0)" />
</marker>
<marker
inkscape:stockid="Arrow1Mstart"
orient="auto"
refY="0.0"
refX="0.0"
id="Arrow1Mstart"
style="overflow:visible">
<path
id="path9344"
d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z "
style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt"
transform="scale(0.4) translate(10,0)" />
</marker>
<marker
inkscape:stockid="Arrow1Lstart"
orient="auto"
refY="0.0"
refX="0.0"
id="Arrow1Lstart"
style="overflow:visible">
<path
id="path9338"
d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z "
style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt"
transform="scale(0.8) translate(12.5,0)" />
</marker>
<marker
inkscape:stockid="Arrow1Lend"
orient="auto"
refY="0.0"
refX="0.0"
id="Arrow1Lend"
style="overflow:visible;">
<path
id="path9341"
d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z "
style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;"
transform="scale(0.8) rotate(180) translate(12.5,0)" />
</marker>
<inkscape:path-effect
effect="spiro"
id="path-effect4091"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect4087"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect4083"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect4079"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect4075"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect4071"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect4067"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect4063"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect3805"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect3793"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect3003"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect3805-0"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect3805-5"
is_visible="true" />
<linearGradient
id="linearGradient4075">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop4077" />
<stop
id="stop4087"
offset="0.5"
style="stop-color:#000000;stop-opacity:0.75838351;" />
<stop
id="stop4085"
offset="1"
style="stop-color:#000000;stop-opacity:0.56491834;" />
</linearGradient>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1"
inkscape:cx="255.85181"
inkscape:cy="70.255339"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1918"
inkscape:window-height="1042"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="0" />
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-902.36218)">
<g
style="font-size:16px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
id="text2987">
<path
inkscape:connector-curvature="0"
d="m 32.732555,906.51721 1.695313,0 3.234375,4.79688 3.210937,-4.79688 1.695313,0 -4.125,6.10938 0,5.55468 -1.585938,0 0,-5.55468 -4.125,-6.10938"
id="path4454" />
<path
inkscape:connector-curvature="0"
d="m 45.318493,910.43909 c -0.770838,0 -1.380212,0.30209 -1.828125,0.90625 -0.447919,0.59896 -0.671878,1.42188 -0.671875,2.46875 -3e-6,1.04688 0.221351,1.8724 0.664062,2.47656 0.447914,0.59896 1.059892,0.89844 1.835938,0.89844 0.765619,0 1.372389,-0.30209 1.820312,-0.90625 0.44791,-0.60417 0.671868,-1.42708 0.671875,-2.46875 -7e-6,-1.03646 -0.223965,-1.85677 -0.671875,-2.46094 -0.447923,-0.60937 -1.054693,-0.91406 -1.820312,-0.91406 m 0,-1.21875 c 1.249994,1e-5 2.231764,0.40626 2.945312,1.21875 0.713533,0.8125 1.070304,1.9375 1.070313,3.375 -9e-6,1.43229 -0.35678,2.55729 -1.070313,3.375 -0.713548,0.8125 -1.695318,1.21875 -2.945312,1.21875 -1.255212,0 -2.239586,-0.40625 -2.953125,-1.21875 -0.708335,-0.81771 -1.062501,-1.94271 -1.0625,-3.375 -10e-7,-1.4375 0.354165,-2.5625 1.0625,-3.375 0.713539,-0.81249 1.697913,-1.21874 2.953125,-1.21875"
id="path4456" />
<path
inkscape:connector-curvature="0"
d="m 51.56068,914.72815 0,-5.29688 1.4375,0 0,5.24219 c -2e-6,0.82813 0.161456,1.45052 0.484375,1.86719 0.322913,0.41146 0.807288,0.61719 1.453125,0.61719 0.776037,0 1.388015,-0.2474 1.835938,-0.74219 0.453118,-0.49479 0.67968,-1.16927 0.679687,-2.02344 l 0,-4.96094 1.4375,0 0,8.75 -1.4375,0 0,-1.34375 c -0.348965,0.53126 -0.755214,0.92709 -1.21875,1.1875 -0.458339,0.25521 -0.992192,0.38282 -1.601562,0.38282 -1.005212,0 -1.768232,-0.3125 -2.289063,-0.9375 -0.520835,-0.625 -0.781251,-1.53906 -0.78125,-2.74219 m 3.617188,-5.50781 0,0"
id="path4458" />
<path
inkscape:connector-curvature="0"
d="m 66.93568,910.77502 c -0.161464,-0.0937 -0.338548,-0.16145 -0.53125,-0.20312 -0.187505,-0.0469 -0.395839,-0.0703 -0.625,-0.0703 -0.812504,0 -1.437504,0.26563 -1.875,0.79687 -0.432294,0.52605 -0.64844,1.28386 -0.648437,2.27344 l 0,4.60937 -1.445313,0 0,-8.75 1.445313,0 0,1.35938 c 0.30208,-0.53124 0.695309,-0.92447 1.179687,-1.17969 0.484371,-0.26041 1.072912,-0.39061 1.765625,-0.39062 0.09895,10e-6 0.208328,0.008 0.328125,0.0234 0.119786,0.0104 0.252598,0.0287 0.398438,0.0547 l 0.0078,1.47656"
id="path4460" />
<path
inkscape:connector-curvature="0"
d="m 79.834118,913.81409 c -8e-6,-1.05729 -0.218758,-1.88541 -0.65625,-2.48438 -0.432298,-0.60416 -1.028652,-0.90624 -1.789063,-0.90625 -0.760421,10e-6 -1.359379,0.30209 -1.796875,0.90625 -0.432294,0.59897 -0.64844,1.42709 -0.648437,2.48438 -3e-6,1.05729 0.216143,1.88802 0.648437,2.49218 0.437496,0.59896 1.036454,0.89844 1.796875,0.89844 0.760411,0 1.356765,-0.29948 1.789063,-0.89844 0.437492,-0.60416 0.656242,-1.43489 0.65625,-2.49218 m -4.890625,-3.05469 c 0.30208,-0.52083 0.682288,-0.90624 1.140625,-1.15625 0.463537,-0.2552 1.01562,-0.3828 1.65625,-0.38281 1.062493,1e-5 1.924471,0.42188 2.585937,1.26562 0.666658,0.84376 0.999991,1.95313 1,3.32813 -9e-6,1.375 -0.333342,2.48437 -1,3.32812 -0.661466,0.84375 -1.523444,1.26563 -2.585937,1.26563 -0.64063,0 -1.192713,-0.125 -1.65625,-0.375 -0.458337,-0.25521 -0.838545,-0.64323 -1.140625,-1.16407 l 0,1.3125 -1.445313,0 0,-12.15625 1.445313,0 0,4.73438"
id="path4462" />
<path
inkscape:connector-curvature="0"
d="m 83.56068,914.72815 0,-5.29688 1.4375,0 0,5.24219 c -2e-6,0.82813 0.161456,1.45052 0.484375,1.86719 0.322913,0.41146 0.807288,0.61719 1.453125,0.61719 0.776037,0 1.388015,-0.2474 1.835938,-0.74219 0.453118,-0.49479 0.67968,-1.16927 0.679687,-2.02344 l 0,-4.96094 1.4375,0 0,8.75 -1.4375,0 0,-1.34375 c -0.348965,0.53126 -0.755214,0.92709 -1.21875,1.1875 -0.458339,0.25521 -0.992192,0.38282 -1.601562,0.38282 -1.005212,0 -1.768232,-0.3125 -2.289063,-0.9375 -0.520835,-0.625 -0.781251,-1.53906 -0.78125,-2.74219 m 3.617188,-5.50781 0,0"
id="path4464" />
<path
inkscape:connector-curvature="0"
d="m 93.865368,909.43127 1.4375,0 0,8.75 -1.4375,0 0,-8.75 m 0,-3.40625 1.4375,0 0,1.82032 -1.4375,0 0,-1.82032"
id="path4466" />
<path
inkscape:connector-curvature="0"
d="m 98.302868,906.02502 1.4375,0 0,12.15625 -1.4375,0 0,-12.15625"
id="path4468" />
<path
inkscape:connector-curvature="0"
d="m 104.16224,906.9469 0,2.48437 2.96094,0 0,1.11719 -2.96094,0 0,4.75 c 0,0.71355 0.0964,1.17188 0.28907,1.375 0.19791,0.20313 0.59635,0.30469 1.19531,0.30469 l 1.47656,0 0,1.20312 -1.47656,0 c -1.10938,0 -1.875,-0.20572 -2.29688,-0.61718 -0.42187,-0.41667 -0.63281,-1.17188 -0.63281,-2.26563 l 0,-4.75 -1.05469,0 0,-1.11719 1.05469,0 0,-2.48437 1.44531,0"
id="path4470" />
<path
inkscape:connector-curvature="0"
d="m 108.29506,913.15784 4.21093,0 0,1.28125 -4.21093,0 0,-1.28125"
id="path4472" />
<path
inkscape:connector-curvature="0"
d="m 114.80287,909.43127 1.4375,0 0,8.75 -1.4375,0 0,-8.75 m 0,-3.40625 1.4375,0 0,1.82032 -1.4375,0 0,-1.82032"
id="path4474" />
<path
inkscape:connector-curvature="0"
d="m 126.51381,912.90002 0,5.28125 -1.4375,0 0,-5.23437 c -1e-5,-0.82812 -0.16147,-1.44791 -0.48438,-1.85938 -0.32292,-0.41145 -0.8073,-0.61718 -1.45312,-0.61718 -0.77605,0 -1.38803,0.2474 -1.83594,0.74218 -0.44792,0.4948 -0.67188,1.16928 -0.67188,2.02344 l 0,4.94531 -1.44531,0 0,-8.75 1.44531,0 0,1.35938 c 0.34375,-0.52603 0.7474,-0.91926 1.21094,-1.17969 0.46875,-0.26041 1.00781,-0.39061 1.61719,-0.39062 1.0052,1e-5 1.76562,0.31251 2.28125,0.9375 0.51561,0.6198 0.77343,1.53386 0.77344,2.74218"
id="path4476" />
<path
inkscape:connector-curvature="0"
d="m 133.65443,909.43127 1.4375,0 1.79688,6.82813 1.78906,-6.82813 1.69531,0 1.79688,6.82813 1.78906,-6.82813 1.4375,0 -2.28906,8.75 -1.69532,0 -1.88281,-7.17187 -1.89062,7.17187 -1.69532,0 -2.28906,-8.75"
id="path4478" />
<path
inkscape:connector-curvature="0"
d="m 151.56068,913.78284 c -1.16146,0 -1.96615,0.13281 -2.41406,0.39843 -0.44792,0.26563 -0.67188,0.71876 -0.67188,1.35938 0,0.51042 0.16667,0.91667 0.5,1.21875 0.33854,0.29688 0.79687,0.44531 1.375,0.44531 0.79687,0 1.43489,-0.28125 1.91407,-0.84375 0.48436,-0.5677 0.72655,-1.32031 0.72656,-2.25781 l 0,-0.32031 -1.42969,0 m 2.86719,-0.59375 0,4.99218 -1.4375,0 0,-1.32812 c -0.32813,0.53125 -0.73699,0.92448 -1.22656,1.17969 -0.48959,0.25 -1.08855,0.375 -1.79688,0.375 -0.89584,0 -1.60938,-0.25 -2.14062,-0.75 -0.52605,-0.50521 -0.78907,-1.17969 -0.78907,-2.02344 0,-0.98437 0.32813,-1.72656 0.98438,-2.22656 0.66145,-0.5 1.64583,-0.75 2.95312,-0.75 l 2.01563,0 0,-0.14063 c -1e-5,-0.66145 -0.21876,-1.17187 -0.65625,-1.53125 -0.4323,-0.36457 -1.04167,-0.54687 -1.82813,-0.54687 -0.5,0 -0.98698,0.0599 -1.46093,0.17968 -0.47397,0.1198 -0.92969,0.29949 -1.36719,0.53907 l 0,-1.32813 c 0.52604,-0.20311 1.03645,-0.35416 1.53125,-0.45312 0.49479,-0.10416 0.97656,-0.15624 1.44531,-0.15625 1.26562,1e-5 2.21093,0.32813 2.83594,0.98437 0.62499,0.65626 0.93749,1.65105 0.9375,2.98438"
id="path4480" />
<path
inkscape:connector-curvature="0"
d="m 157.42787,906.02502 1.4375,0 0,12.15625 -1.4375,0 0,-12.15625"
id="path4482" />
<path
inkscape:connector-curvature="0"
d="m 161.86537,906.02502 1.4375,0 0,12.15625 -1.4375,0 0,-12.15625"
id="path4484" />
<path
inkscape:connector-curvature="0"
d="m 173.78724,913.4469 0,0.70312 -6.60937,0 c 0.0625,0.98959 0.35937,1.7448 0.89062,2.26563 0.53646,0.51563 1.28125,0.77344 2.23438,0.77344 0.55208,0 1.08593,-0.0677 1.60156,-0.20313 0.52083,-0.13541 1.03645,-0.33854 1.54688,-0.60937 l 0,1.35937 c -0.51564,0.21875 -1.04428,0.38542 -1.58594,0.5 -0.54168,0.11459 -1.09115,0.17188 -1.64844,0.17188 -1.39584,0 -2.50261,-0.40625 -3.32031,-1.21875 -0.8125,-0.8125 -1.21875,-1.91146 -1.21875,-3.29688 0,-1.43228 0.38541,-2.5677 1.15625,-3.40625 0.77604,-0.84374 1.82031,-1.26561 3.13281,-1.26562 1.17708,1e-5 2.10676,0.38021 2.78906,1.14062 0.68749,0.75522 1.03124,1.78386 1.03125,3.08594 m -1.4375,-0.42188 c -0.0104,-0.78645 -0.23178,-1.41405 -0.66406,-1.88281 -0.42709,-0.46874 -0.9948,-0.70312 -1.70312,-0.70312 -0.80209,0 -1.44532,0.22657 -1.92969,0.67968 -0.47917,0.45314 -0.75521,1.09116 -0.82813,1.91407 l 5.125,-0.008"
id="path4486" />
<path
inkscape:connector-curvature="0"
d="m 177.53724,906.9469 0,2.48437 2.96094,0 0,1.11719 -2.96094,0 0,4.75 c 0,0.71355 0.0964,1.17188 0.28907,1.375 0.19791,0.20313 0.59635,0.30469 1.19531,0.30469 l 1.47656,0 0,1.20312 -1.47656,0 c -1.10938,0 -1.875,-0.20572 -2.29688,-0.61718 -0.42187,-0.41667 -0.63281,-1.17188 -0.63281,-2.26563 l 0,-4.75 -1.05469,0 0,-1.11719 1.05469,0 0,-2.48437 1.44531,0"
id="path4488" />
</g>
<g
style="font-size:16px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
id="text2993"
transform="translate(0,0.43798668)">
<path
inkscape:connector-curvature="0"
d="m 27.236994,947.41736 0,-3.13281 -2.578125,0 0,-1.29688 4.140625,0 0,5.00781 c -0.609386,0.4323 -1.28126,0.76042 -2.015625,0.98438 -0.734384,0.21875 -1.518237,0.32812 -2.351563,0.32812 -1.822921,0 -3.250003,-0.53125 -4.28125,-1.59375 -1.026043,-1.0677 -1.539063,-2.55208 -1.539062,-4.45312 -1e-6,-1.90624 0.513019,-3.39062 1.539062,-4.45313 1.031247,-1.06769 2.458329,-1.60155 4.28125,-1.60156 0.760409,10e-6 1.481763,0.0938 2.164063,0.28125 0.68749,0.18751 1.320302,0.46355 1.898437,0.82813 l 0,1.67968 c -0.583343,-0.49478 -1.203134,-0.86717 -1.859375,-1.11718 -0.656258,-0.24999 -1.346361,-0.37499 -2.070312,-0.375 -1.427089,1e-5 -2.500005,0.39844 -3.21875,1.19531 -0.713545,0.79688 -1.070315,1.98438 -1.070313,3.5625 -2e-6,1.57292 0.356768,2.75781 1.070313,3.55469 0.718745,0.79687 1.791661,1.19531 3.21875,1.19531 0.557284,0 1.054679,-0.0469 1.492187,-0.14063 0.437492,-0.099 0.83072,-0.25 1.179688,-0.45312"
id="path4435" />
<path
inkscape:connector-curvature="0"
d="m 36.697931,941.67517 c -0.161464,-0.0937 -0.338548,-0.16145 -0.53125,-0.20312 -0.187506,-0.0469 -0.395839,-0.0703 -0.625,-0.0703 -0.812504,10e-6 -1.437504,0.26564 -1.875,0.79688 -0.432294,0.52605 -0.64844,1.28386 -0.648437,2.27344 l 0,4.60937 -1.445313,0 0,-8.75 1.445313,0 0,1.35938 c 0.30208,-0.53125 0.695309,-0.92447 1.179687,-1.17969 0.484371,-0.26041 1.072912,-0.39062 1.765625,-0.39063 0.09895,10e-6 0.208328,0.008 0.328125,0.0234 0.119786,0.0104 0.252598,0.0287 0.398438,0.0547 l 0.0078,1.47656"
id="path4437" />
<path
inkscape:connector-curvature="0"
d="m 42.197931,944.68298 c -1.161462,10e-6 -1.966149,0.13282 -2.414062,0.39844 -0.447919,0.26563 -0.671878,0.71875 -0.671875,1.35938 -3e-6,0.51041 0.166664,0.91666 0.5,1.21875 0.338538,0.29687 0.796871,0.44531 1.375,0.44531 0.79687,0 1.43489,-0.28125 1.914062,-0.84375 0.484369,-0.56771 0.726556,-1.32031 0.726563,-2.25781 l 0,-0.32032 -1.429688,0 m 2.867188,-0.59375 0,4.99219 -1.4375,0 0,-1.32812 c -0.328132,0.53125 -0.736986,0.92448 -1.226563,1.17968 -0.489588,0.25 -1.088546,0.375 -1.796875,0.375 -0.895836,0 -1.609377,-0.25 -2.140625,-0.75 -0.526043,-0.5052 -0.789063,-1.17968 -0.789062,-2.02343 -1e-6,-0.98438 0.328124,-1.72656 0.984375,-2.22657 0.661456,-0.49999 1.64583,-0.74999 2.953125,-0.75 l 2.015625,0 0,-0.14062 c -7e-6,-0.66145 -0.218757,-1.17187 -0.65625,-1.53125 -0.432298,-0.36458 -1.041672,-0.54687 -1.828125,-0.54688 -0.500004,10e-6 -0.986983,0.0599 -1.460938,0.17969 -0.473961,0.1198 -0.929689,0.29949 -1.367187,0.53906 l 0,-1.32812 c 0.526039,-0.20312 1.036455,-0.35416 1.53125,-0.45313 0.494788,-0.10415 0.976558,-0.15624 1.445312,-0.15625 1.265619,10e-6 2.210931,0.32814 2.835938,0.98438 0.624992,0.65626 0.937491,1.65105 0.9375,2.98437"
id="path4439" />
<path
inkscape:connector-curvature="0"
d="m 49.455744,947.76892 0,4.64063 -1.445313,0 0,-12.07813 1.445313,0 0,1.32813 c 0.30208,-0.52083 0.682288,-0.90625 1.140625,-1.15625 0.463537,-0.2552 1.01562,-0.38281 1.65625,-0.38282 1.062493,10e-6 1.924471,0.42189 2.585937,1.26563 0.666658,0.84376 0.999991,1.95313 1,3.32812 -9e-6,1.37501 -0.333342,2.48438 -1,3.32813 -0.661466,0.84375 -1.523444,1.26562 -2.585937,1.26562 -0.64063,0 -1.192713,-0.125 -1.65625,-0.375 -0.458337,-0.2552 -0.838545,-0.64322 -1.140625,-1.16406 m 4.890625,-3.05469 c -8e-6,-1.05728 -0.218758,-1.88541 -0.65625,-2.48437 -0.432299,-0.60416 -1.028652,-0.90624 -1.789063,-0.90625 -0.760421,10e-6 -1.359379,0.30209 -1.796875,0.90625 -0.432294,0.59896 -0.64844,1.42709 -0.648437,2.48437 -3e-6,1.0573 0.216143,1.88803 0.648437,2.49219 0.437496,0.59896 1.036454,0.89844 1.796875,0.89844 0.760411,0 1.356764,-0.29948 1.789063,-0.89844 0.437492,-0.60416 0.656242,-1.43489 0.65625,-2.49219"
id="path4441" />
<path
inkscape:connector-curvature="0"
d="m 65.494806,943.80017 0,5.28125 -1.4375,0 0,-5.23437 c -7e-6,-0.82812 -0.161465,-1.44791 -0.484375,-1.85938 -0.322923,-0.41145 -0.807297,-0.61718 -1.453125,-0.61719 -0.776046,10e-6 -1.388025,0.24741 -1.835937,0.74219 -0.44792,0.4948 -0.671878,1.16928 -0.671875,2.02344 l 0,4.94531 -1.445313,0 0,-12.15625 1.445313,0 0,4.76563 c 0.343747,-0.52604 0.747392,-0.91927 1.210937,-1.17969 0.468746,-0.26041 1.007808,-0.39062 1.617188,-0.39063 1.005201,10e-6 1.765617,0.31251 2.28125,0.9375 0.515616,0.6198 0.773429,1.53386 0.773437,2.74219"
id="path4443" />
<path
inkscape:connector-curvature="0"
d="m 68.377619,940.33142 1.4375,0 0,8.75 -1.4375,0 0,-8.75 m 0,-3.40625 1.4375,0 0,1.82031 -1.4375,0 0,-1.82031"
id="path4445" />
<path
inkscape:connector-curvature="0"
d="m 79.111994,940.66736 0,1.34375 c -0.406258,-0.22395 -0.815111,-0.39062 -1.226563,-0.5 -0.406256,-0.11458 -0.817714,-0.17187 -1.234375,-0.17188 -0.932296,10e-6 -1.656253,0.29689 -2.171875,0.89063 -0.515627,0.58855 -0.77344,1.41667 -0.773437,2.48437 -3e-6,1.06772 0.25781,1.89844 0.773437,2.49219 0.515622,0.58854 1.239579,0.88281 2.171875,0.88281 0.416661,0 0.828119,-0.0547 1.234375,-0.16406 0.411452,-0.11458 0.820305,-0.28385 1.226563,-0.50781 l 0,1.32812 c -0.401049,0.1875 -0.817716,0.32813 -1.25,0.42188 -0.42709,0.0937 -0.882818,0.14062 -1.367188,0.14062 -1.317712,0 -2.364586,-0.41406 -3.140625,-1.24218 -0.776043,-0.82813 -1.164063,-1.94531 -1.164062,-3.35157 -10e-7,-1.42707 0.390624,-2.54947 1.171875,-3.36718 0.786455,-0.8177 1.861975,-1.22656 3.226562,-1.22657 0.442703,10e-6 0.874994,0.0469 1.296875,0.14063 0.421868,0.0885 0.830722,0.22397 1.226563,0.40625"
id="path4447" />
<path
inkscape:connector-curvature="0"
d="m 85.572931,944.68298 c -1.161462,10e-6 -1.966149,0.13282 -2.414062,0.39844 -0.447919,0.26563 -0.671878,0.71875 -0.671875,1.35938 -3e-6,0.51041 0.166664,0.91666 0.5,1.21875 0.338538,0.29687 0.796871,0.44531 1.375,0.44531 0.79687,0 1.43489,-0.28125 1.914062,-0.84375 0.484369,-0.56771 0.726556,-1.32031 0.726563,-2.25781 l 0,-0.32032 -1.429688,0 m 2.867188,-0.59375 0,4.99219 -1.4375,0 0,-1.32812 c -0.328132,0.53125 -0.736986,0.92448 -1.226563,1.17968 -0.489588,0.25 -1.088546,0.375 -1.796875,0.375 -0.895836,0 -1.609377,-0.25 -2.140625,-0.75 -0.526043,-0.5052 -0.789063,-1.17968 -0.789062,-2.02343 -10e-7,-0.98438 0.328124,-1.72656 0.984375,-2.22657 0.661456,-0.49999 1.64583,-0.74999 2.953125,-0.75 l 2.015625,0 0,-0.14062 c -7e-6,-0.66145 -0.218757,-1.17187 -0.65625,-1.53125 -0.432298,-0.36458 -1.041672,-0.54687 -1.828125,-0.54688 -0.500004,10e-6 -0.986983,0.0599 -1.460938,0.17969 -0.473961,0.1198 -0.929689,0.29949 -1.367187,0.53906 l 0,-1.32812 c 0.526039,-0.20312 1.036455,-0.35416 1.53125,-0.45313 0.494788,-0.10415 0.976558,-0.15624 1.445312,-0.15625 1.265619,10e-6 2.210931,0.32814 2.835938,0.98438 0.624992,0.65626 0.937491,1.65105 0.9375,2.98437"
id="path4449" />
<path
inkscape:connector-curvature="0"
d="m 91.440119,936.92517 1.4375,0 0,12.15625 -1.4375,0 0,-12.15625"
id="path4451" />
</g>
<g
style="font-size:16px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
id="text2997">
<g
style="font-size:20px;fill:#000000;font-family:Sans"
id="text5265">
<path
d="m 125.31084,938.14246 0,2.08007 c -0.66408,-0.61847 -1.37371,-1.08071 -2.12891,-1.38671 -0.74871,-0.30598 -1.54623,-0.45898 -2.39258,-0.45899 -1.66667,10e-6 -2.94271,0.51108 -3.82812,1.5332 -0.88542,1.01564 -1.32813,2.48699 -1.32813,4.41407 0,1.92057 0.44271,3.39193 1.32813,4.41406 0.88541,1.01563 2.16145,1.52344 3.82812,1.52344 0.84635,0 1.64387,-0.153 2.39258,-0.45899 0.7552,-0.30599 1.46483,-0.76822 2.12891,-1.38672 l 0,2.06055 c -0.69012,0.46875 -1.42254,0.82031 -2.19727,1.05469 -0.76824,0.23437 -1.58204,0.35156 -2.44141,0.35156 -2.20703,0 -3.94531,-0.67383 -5.21484,-2.02148 -1.26953,-1.35417 -1.9043,-3.19987 -1.9043,-5.53711 0,-2.34374 0.63477,-4.18944 1.9043,-5.53711 1.26953,-1.35416 3.00781,-2.03124 5.21484,-2.03125 0.87239,1e-5 1.6927,0.1172 2.46094,0.35156 0.77473,0.22788 1.50064,0.57293 2.17774,1.03516"
style=""
id="path5270" />
<path
d="m 128.37724,937.01941 1.97266,0 0,12.91992 7.09961,0 0,1.66016 -9.07227,0 0,-14.58008"
style=""
id="path5272" />
<path
d="m 139.51006,937.01941 1.97265,0 0,14.58008 -1.97265,0 0,-14.58008"
style=""
id="path5274" />
<path
d="m 148.52373,937.01941 1.66015,0 -5.07812,16.43555 -1.66016,0 5.07813,-16.43555"
style=""
id="path5276" />
<path
d="m 157.03935,938.96277 -2.67578,7.25586 5.36133,0 -2.68555,-7.25586 m -1.11328,-1.94336 2.23633,0 5.55664,14.58008 -2.05078,0 -1.32813,-3.74024 -6.57226,0 -1.32813,3.74024 -2.08008,0 5.56641,-14.58008"
style=""
id="path5278" />
<path
d="m 167.81084,938.6405 0,5.47852 2.48047,0 c 0.91796,10e-6 1.62759,-0.23762 2.1289,-0.71289 0.50129,-0.47525 0.75195,-1.15234 0.75195,-2.03125 0,-0.87239 -0.25066,-1.54621 -0.75195,-2.02149 -0.50131,-0.47524 -1.21094,-0.71287 -2.1289,-0.71289 l -2.48047,0 m -1.97266,-1.62109 4.45313,0 c 1.6341,10e-6 2.86782,0.37111 3.70117,1.11328 0.83983,0.73569 1.25975,1.81642 1.25976,3.24219 -1e-5,1.43881 -0.41993,2.52605 -1.25976,3.26172 -0.83335,0.73568 -2.06707,1.10352 -3.70117,1.10351 l -2.48047,0 0,5.85938 -1.97266,0 0,-14.58008"
style=""
id="path5280" />
<path
d="m 177.90849,937.01941 1.97266,0 0,14.58008 -1.97266,0 0,-14.58008"
style=""
id="path5282" />
</g>
</g>
<path
inkscape:connector-curvature="0"
style="fill:none;stroke:#000000;stroke-width:2.29513216;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
d="m 105.93917,960.70276 0,-33.99272"
id="path3001" />
<g
style="font-size:16px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
id="text3773">
<path
inkscape:connector-curvature="0"
d="m 406.75558,906.92639 1.69532,0 3.23437,4.79688 3.21094,-4.79688 1.69531,0 -4.125,6.10938 0,5.55468 -1.58594,0 0,-5.55468 -4.125,-6.10938"
id="path4372" />
<path
inkscape:connector-curvature="0"
d="m 419.34152,910.84827 c -0.77084,0 -1.38021,0.30209 -1.82812,0.90625 -0.44792,0.59896 -0.67188,1.42188 -0.67188,2.46875 0,1.04687 0.22135,1.87239 0.66406,2.47656 0.44792,0.59896 1.0599,0.89844 1.83594,0.89844 0.76562,0 1.37239,-0.30209 1.82031,-0.90625 0.44791,-0.60417 0.67187,-1.42708 0.67188,-2.46875 -10e-6,-1.03646 -0.22397,-1.85677 -0.67188,-2.46094 -0.44792,-0.60937 -1.05469,-0.91406 -1.82031,-0.91406 m 0,-1.21875 c 1.25,1e-5 2.23177,0.40626 2.94531,1.21875 0.71354,0.8125 1.07031,1.9375 1.07032,3.375 -10e-6,1.43229 -0.35678,2.55729 -1.07032,3.375 -0.71354,0.8125 -1.69531,1.21875 -2.94531,1.21875 -1.25521,0 -2.23958,-0.40625 -2.95312,-1.21875 -0.70834,-0.81771 -1.0625,-1.94271 -1.0625,-3.375 0,-1.4375 0.35416,-2.5625 1.0625,-3.375 0.71354,-0.81249 1.69791,-1.21874 2.95312,-1.21875"
id="path4374" />
<path
inkscape:connector-curvature="0"
d="m 425.58371,915.13733 0,-5.29688 1.4375,0 0,5.24219 c 0,0.82813 0.16146,1.45052 0.48437,1.86719 0.32292,0.41146 0.80729,0.61719 1.45313,0.61719 0.77604,0 1.38801,-0.2474 1.83594,-0.74219 0.45312,-0.49479 0.67968,-1.16927 0.67968,-2.02344 l 0,-4.96094 1.4375,0 0,8.75 -1.4375,0 0,-1.34375 c -0.34896,0.53125 -0.75521,0.92709 -1.21875,1.1875 -0.45833,0.25521 -0.99219,0.38282 -1.60156,0.38282 -1.00521,0 -1.76823,-0.3125 -2.28906,-0.9375 -0.52084,-0.625 -0.78125,-1.53906 -0.78125,-2.74219 m 3.61719,-5.50781 0,0"
id="path4376" />
<path
inkscape:connector-curvature="0"
d="m 440.95871,911.1842 c -0.16147,-0.0937 -0.33855,-0.16145 -0.53125,-0.20312 -0.18751,-0.0469 -0.39584,-0.0703 -0.625,-0.0703 -0.8125,0 -1.4375,0.26563 -1.875,0.79687 -0.4323,0.52605 -0.64844,1.28386 -0.64844,2.27344 l 0,4.60937 -1.44531,0 0,-8.75 1.44531,0 0,1.35938 c 0.30208,-0.53124 0.69531,-0.92447 1.17969,-1.17969 0.48437,-0.26041 1.07291,-0.39061 1.76562,-0.39062 0.099,10e-6 0.20833,0.008 0.32813,0.0234 0.11979,0.0104 0.2526,0.0287 0.39844,0.0547 l 0.008,1.47656"
id="path4378" />
<path
inkscape:connector-curvature="0"
d="m 447.5759,906.4342 1.4375,0 0,12.15625 -1.4375,0 0,-12.15625"
id="path4380" />
<path
inkscape:connector-curvature="0"
d="m 452.0134,909.84045 1.4375,0 0,8.75 -1.4375,0 0,-8.75 m 0,-3.40625 1.4375,0 0,1.82032 -1.4375,0 0,-1.82032"
id="path4382" />
<path
inkscape:connector-curvature="0"
d="m 462.20871,914.11389 c -10e-6,-1.04166 -0.21615,-1.84895 -0.64844,-2.42187 -0.42709,-0.57291 -1.02865,-0.85937 -1.80469,-0.85938 -0.77083,10e-6 -1.37239,0.28647 -1.80468,0.85938 -0.42709,0.57292 -0.64063,1.38021 -0.64063,2.42187 0,1.03646 0.21354,1.84115 0.64063,2.41406 0.43229,0.57292 1.03385,0.85938 1.80468,0.85938 0.77604,0 1.3776,-0.28646 1.80469,-0.85938 0.43229,-0.57291 0.64843,-1.3776 0.64844,-2.41406 m 1.4375,3.39063 c -10e-6,1.48958 -0.33074,2.59635 -0.99219,3.32031 -0.66146,0.72916 -1.67448,1.09375 -3.03906,1.09375 -0.50521,0 -0.98177,-0.0391 -1.42969,-0.11719 -0.44792,-0.0729 -0.88281,-0.1875 -1.30469,-0.34375 l 0,-1.39844 c 0.42188,0.22917 0.83854,0.39844 1.25,0.50782 0.41146,0.10937 0.83073,0.16406 1.25782,0.16406 0.9427,0 1.64843,-0.2474 2.11718,-0.74219 0.46875,-0.48958 0.70312,-1.23177 0.70313,-2.22656 l 0,-0.71094 c -0.29688,0.51563 -0.67709,0.90104 -1.14063,1.15625 -0.46354,0.25521 -1.01823,0.38281 -1.66406,0.38281 -1.07292,0 -1.9375,-0.40885 -2.59375,-1.22656 -0.65625,-0.8177 -0.98437,-1.90104 -0.98437,-3.25 0,-1.35416 0.32812,-2.4401 0.98437,-3.25781 0.65625,-0.8177 1.52083,-1.22655 2.59375,-1.22656 0.64583,1e-5 1.20052,0.12761 1.66406,0.38281 0.46354,0.25522 0.84375,0.64063 1.14063,1.15625 l 0,-1.32813 1.4375,0 0,7.66407"
id="path4384" />
<path
inkscape:connector-curvature="0"
d="m 473.88058,913.3092 0,5.28125 -1.4375,0 0,-5.23437 c 0,-0.82812 -0.16146,-1.44791 -0.48437,-1.85938 -0.32292,-0.41145 -0.8073,-0.61718 -1.45313,-0.61718 -0.77604,0 -1.38802,0.2474 -1.83593,0.74218 -0.44792,0.4948 -0.67188,1.16928 -0.67188,2.02344 l 0,4.94531 -1.44531,0 0,-12.15625 1.44531,0 0,4.76563 c 0.34375,-0.52603 0.74739,-0.91926 1.21094,-1.17969 0.46875,-0.26041 1.00781,-0.39061 1.61719,-0.39062 1.0052,1e-5 1.76561,0.31251 2.28125,0.9375 0.51561,0.6198 0.77343,1.53386 0.77343,2.74218"
id="path4386" />
<path
inkscape:connector-curvature="0"
d="m 478.18527,907.35608 0,2.48437 2.96094,0 0,1.11719 -2.96094,0 0,4.75 c 0,0.71355 0.0963,1.17188 0.28906,1.375 0.19792,0.20313 0.59636,0.30469 1.19532,0.30469 l 1.47656,0 0,1.20312 -1.47656,0 c -1.10938,0 -1.87501,-0.20572 -2.29688,-0.61718 -0.42187,-0.41667 -0.63281,-1.17188 -0.63281,-2.26563 l 0,-4.75 -1.05469,0 0,-1.11719 1.05469,0 0,-2.48437 1.44531,0"
id="path4388" />
<path
inkscape:connector-curvature="0"
d="m 482.20871,909.84045 1.4375,0 1.79687,6.82813 1.78907,-6.82813 1.69531,0 1.79687,6.82813 1.78907,-6.82813 1.4375,0 -2.28907,8.75 -1.69531,0 -1.88281,-7.17187 -1.89063,7.17187 -1.69531,0 -2.28906,-8.75"
id="path4390" />
<path
inkscape:connector-curvature="0"
d="m 503.62277,913.85608 0,0.70312 -6.60937,0 c 0.0625,0.98959 0.35937,1.7448 0.89062,2.26563 0.53646,0.51563 1.28125,0.77344 2.23438,0.77344 0.55207,0 1.08593,-0.0677 1.60156,-0.20313 0.52083,-0.13541 1.03645,-0.33854 1.54687,-0.60937 l 0,1.35937 c -0.51563,0.21875 -1.04427,0.38542 -1.58593,0.5 -0.54168,0.11458 -1.09115,0.17188 -1.64844,0.17188 -1.39584,0 -2.50261,-0.40625 -3.32031,-1.21875 -0.8125,-0.8125 -1.21875,-1.91146 -1.21875,-3.29688 0,-1.43228 0.38541,-2.5677 1.15625,-3.40625 0.77604,-0.84374 1.82031,-1.26561 3.13281,-1.26562 1.17708,1e-5 2.10676,0.38021 2.78906,1.14062 0.68749,0.75522 1.03124,1.78386 1.03125,3.08594 m -1.4375,-0.42188 c -0.0104,-0.78645 -0.23178,-1.41405 -0.66406,-1.88281 -0.42709,-0.46874 -0.9948,-0.70312 -1.70313,-0.70312 -0.80208,0 -1.44531,0.22657 -1.92968,0.67968 -0.47917,0.45314 -0.75521,1.09116 -0.82813,1.91407 l 5.125,-0.008"
id="path4392" />
<path
inkscape:connector-curvature="0"
d="m 505.9509,909.84045 1.4375,0 0,8.75 -1.4375,0 0,-8.75 m 0,-3.40625 1.4375,0 0,1.82032 -1.4375,0 0,-1.82032"
id="path4394" />
<path
inkscape:connector-curvature="0"
d="m 516.14621,914.11389 c -10e-6,-1.04166 -0.21615,-1.84895 -0.64844,-2.42187 -0.42709,-0.57291 -1.02865,-0.85937 -1.80469,-0.85938 -0.77083,10e-6 -1.37239,0.28647 -1.80468,0.85938 -0.42709,0.57292 -0.64063,1.38021 -0.64063,2.42187 0,1.03646 0.21354,1.84115 0.64063,2.41406 0.43229,0.57292 1.03385,0.85938 1.80468,0.85938 0.77604,0 1.3776,-0.28646 1.80469,-0.85938 0.43229,-0.57291 0.64843,-1.3776 0.64844,-2.41406 m 1.4375,3.39063 c -10e-6,1.48958 -0.33074,2.59635 -0.99219,3.32031 -0.66146,0.72916 -1.67448,1.09375 -3.03906,1.09375 -0.50521,0 -0.98177,-0.0391 -1.42969,-0.11719 -0.44792,-0.0729 -0.88281,-0.1875 -1.30469,-0.34375 l 0,-1.39844 c 0.42188,0.22917 0.83854,0.39844 1.25,0.50782 0.41146,0.10937 0.83073,0.16406 1.25782,0.16406 0.9427,0 1.64843,-0.2474 2.11718,-0.74219 0.46875,-0.48958 0.70312,-1.23177 0.70313,-2.22656 l 0,-0.71094 c -0.29688,0.51563 -0.67709,0.90104 -1.14063,1.15625 -0.46354,0.25521 -1.01823,0.38281 -1.66406,0.38281 -1.07292,0 -1.9375,-0.40885 -2.59375,-1.22656 -0.65625,-0.8177 -0.98437,-1.90104 -0.98437,-3.25 0,-1.35416 0.32812,-2.4401 0.98437,-3.25781 0.65625,-0.8177 1.52083,-1.22655 2.59375,-1.22656 0.64583,1e-5 1.20052,0.12761 1.66406,0.38281 0.46354,0.25522 0.84375,0.64063 1.14063,1.15625 l 0,-1.32813 1.4375,0 0,7.66407"
id="path4396" />
<path
inkscape:connector-curvature="0"
d="m 527.81808,913.3092 0,5.28125 -1.4375,0 0,-5.23437 c 0,-0.82812 -0.16146,-1.44791 -0.48437,-1.85938 -0.32292,-0.41145 -0.8073,-0.61718 -1.45313,-0.61718 -0.77604,0 -1.38802,0.2474 -1.83593,0.74218 -0.44792,0.4948 -0.67188,1.16928 -0.67188,2.02344 l 0,4.94531 -1.44531,0 0,-12.15625 1.44531,0 0,4.76563 c 0.34375,-0.52603 0.74739,-0.91926 1.21094,-1.17969 0.46875,-0.26041 1.00781,-0.39061 1.61719,-0.39062 1.0052,1e-5 1.76561,0.31251 2.28125,0.9375 0.51561,0.6198 0.77343,1.53386 0.77343,2.74218"
id="path4398" />
<path
inkscape:connector-curvature="0"
d="m 532.12277,907.35608 0,2.48437 2.96094,0 0,1.11719 -2.96094,0 0,4.75 c 0,0.71355 0.0964,1.17188 0.28906,1.375 0.19792,0.20313 0.59636,0.30469 1.19532,0.30469 l 1.47656,0 0,1.20312 -1.47656,0 c -1.10938,0 -1.87501,-0.20572 -2.29688,-0.61718 -0.42187,-0.41667 -0.63281,-1.17188 -0.63281,-2.26563 l 0,-4.75 -1.05469,0 0,-1.11719 1.05469,0 0,-2.48437 1.44531,0"
id="path4400" />
<path
inkscape:connector-curvature="0"
d="m 541.23996,909.84045 1.4375,0 1.79687,6.82813 1.78907,-6.82813 1.69531,0 1.79687,6.82813 1.78907,-6.82813 1.4375,0 -2.28907,8.75 -1.69531,0 -1.88281,-7.17187 -1.89063,7.17187 -1.69531,0 -2.28906,-8.75"
id="path4402" />
<path
inkscape:connector-curvature="0"
d="m 559.14621,914.19202 c -1.16146,0 -1.96615,0.13281 -2.41406,0.39843 -0.44792,0.26563 -0.67188,0.71876 -0.67188,1.35938 0,0.51042 0.16667,0.91667 0.5,1.21875 0.33854,0.29688 0.79687,0.44531 1.375,0.44531 0.79687,0 1.43489,-0.28125 1.91406,-0.84375 0.48437,-0.5677 0.72656,-1.32031 0.72657,-2.25781 l 0,-0.32031 -1.42969,0 m 2.86719,-0.59375 0,4.99218 -1.4375,0 0,-1.32812 c -0.32813,0.53125 -0.73699,0.92448 -1.22657,1.17969 -0.48958,0.25 -1.08854,0.375 -1.79687,0.375 -0.89584,0 -1.60938,-0.25 -2.14063,-0.75 -0.52604,-0.50521 -0.78906,-1.17969 -0.78906,-2.02344 0,-0.98437 0.32813,-1.72656 0.98438,-2.22656 0.66145,-0.5 1.64583,-0.75 2.95312,-0.75 l 2.01563,0 0,-0.14063 c -1e-5,-0.66145 -0.21876,-1.17187 -0.65625,-1.53125 -0.4323,-0.36457 -1.04167,-0.54687 -1.82813,-0.54687 -0.5,0 -0.98698,0.0599 -1.46094,0.17968 -0.47396,0.1198 -0.92968,0.29949 -1.36718,0.53907 l 0,-1.32813 c 0.52604,-0.20311 1.03645,-0.35416 1.53125,-0.45312 0.49479,-0.10416 0.97656,-0.15624 1.44531,-0.15625 1.26562,1e-5 2.21093,0.32813 2.83594,0.98437 0.62499,0.65626 0.93749,1.65105 0.9375,2.98438"
id="path4404" />
<path
inkscape:connector-curvature="0"
d="m 565.0134,906.4342 1.4375,0 0,12.15625 -1.4375,0 0,-12.15625"
id="path4406" />
<path
inkscape:connector-curvature="0"
d="m 569.4509,906.4342 1.4375,0 0,12.15625 -1.4375,0 0,-12.15625"
id="path4408" />
<path
inkscape:connector-curvature="0"
d="m 581.37277,913.85608 0,0.70312 -6.60937,0 c 0.0625,0.98959 0.35937,1.7448 0.89062,2.26563 0.53646,0.51563 1.28125,0.77344 2.23438,0.77344 0.55207,0 1.08593,-0.0677 1.60156,-0.20313 0.52083,-0.13541 1.03645,-0.33854 1.54687,-0.60937 l 0,1.35937 c -0.51563,0.21875 -1.04427,0.38542 -1.58593,0.5 -0.54168,0.11458 -1.09115,0.17188 -1.64844,0.17188 -1.39584,0 -2.50261,-0.40625 -3.32031,-1.21875 -0.8125,-0.8125 -1.21875,-1.91146 -1.21875,-3.29688 0,-1.43228 0.38541,-2.5677 1.15625,-3.40625 0.77604,-0.84374 1.82031,-1.26561 3.13281,-1.26562 1.17708,1e-5 2.10676,0.38021 2.78906,1.14062 0.68749,0.75522 1.03124,1.78386 1.03125,3.08594 m -1.4375,-0.42188 c -0.0104,-0.78645 -0.23178,-1.41405 -0.66406,-1.88281 -0.42709,-0.46874 -0.9948,-0.70312 -1.70313,-0.70312 -0.80208,0 -1.44531,0.22657 -1.92968,0.67968 -0.47917,0.45314 -0.75521,1.09116 -0.82813,1.91407 l 5.125,-0.008"
id="path4410" />
<path
inkscape:connector-curvature="0"
d="m 585.12277,907.35608 0,2.48437 2.96094,0 0,1.11719 -2.96094,0 0,4.75 c 0,0.71355 0.0964,1.17188 0.28906,1.375 0.19792,0.20313 0.59636,0.30469 1.19532,0.30469 l 1.47656,0 0,1.20312 -1.47656,0 c -1.10938,0 -1.87501,-0.20572 -2.29688,-0.61718 -0.42187,-0.41667 -0.63281,-1.17188 -0.63281,-2.26563 l 0,-4.75 -1.05469,0 0,-1.11719 1.05469,0 0,-2.48437 1.44531,0"
id="path4412" />
<path
inkscape:connector-curvature="0"
d="m 595.56027,910.09827 0,1.35937 c -0.40625,-0.20832 -0.82813,-0.36457 -1.26562,-0.46875 -0.43751,-0.10416 -0.89063,-0.15624 -1.35938,-0.15625 -0.71354,10e-6 -1.25,0.10938 -1.60937,0.32813 -0.35417,0.21875 -0.53126,0.54688 -0.53125,0.98437 -1e-5,0.33334 0.1276,0.59636 0.38281,0.78906 0.25521,0.18751 0.76823,0.3672 1.53906,0.53907 l 0.49219,0.10937 c 1.02083,0.21876 1.74478,0.52865 2.17187,0.92969 0.43229,0.39584 0.64843,0.95052 0.64844,1.66406 -10e-6,0.8125 -0.32292,1.45573 -0.96875,1.92969 -0.64063,0.47396 -1.52344,0.71094 -2.64844,0.71094 -0.46875,0 -0.95833,-0.0469 -1.46875,-0.14063 -0.50521,-0.0885 -1.03906,-0.22396 -1.60156,-0.40625 l 0,-1.48437 c 0.53125,0.27604 1.05469,0.48437 1.57031,0.625 0.51563,0.13541 1.02604,0.20312 1.53125,0.20312 0.67708,0 1.19792,-0.11458 1.5625,-0.34375 0.36458,-0.23437 0.54687,-0.5625 0.54688,-0.98437 -10e-6,-0.39063 -0.13282,-0.6901 -0.39844,-0.89844 -0.26042,-0.20833 -0.83594,-0.40885 -1.72656,-0.60156 l -0.5,-0.11719 c -0.89063,-0.1875 -1.53386,-0.47395 -1.92969,-0.85938 -0.39583,-0.39062 -0.59375,-0.92447 -0.59375,-1.60156 0,-0.82291 0.29167,-1.45832 0.875,-1.90625 0.58333,-0.44791 1.41146,-0.67186 2.48438,-0.67187 0.53124,1e-5 1.03124,0.0391 1.5,0.11718 0.46874,0.0781 0.90103,0.19533 1.29687,0.35157"
id="path4414" />
</g>
<path
inkscape:connector-curvature="0"
style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
d="m 412.14286,963.93361 177.14285,0"
id="path3791" />
<g
style="font-size:16px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
id="text3795">
<path
inkscape:connector-curvature="0"
d="m 439.27676,966.93805 0,1.53906 c -0.59896,-0.28645 -1.16407,-0.49999 -1.69531,-0.64062 -0.53125,-0.14062 -1.04428,-0.21093 -1.53906,-0.21094 -0.85938,10e-6 -1.52344,0.16668 -1.99219,0.5 -0.46354,0.33334 -0.69531,0.8073 -0.69531,1.42187 0,0.51564 0.15364,0.90626 0.46094,1.17188 0.31249,0.26042 0.90103,0.47136 1.76562,0.63281 l 0.95313,0.19531 c 1.17707,0.22397 2.04426,0.6198 2.60156,1.1875 0.56249,0.56251 0.84374,1.31772 0.84375,2.26563 -1e-5,1.13021 -0.38022,1.98698 -1.14063,2.57031 -0.75521,0.58334 -1.86459,0.875 -3.32812,0.875 -0.55209,0 -1.14063,-0.0625 -1.76563,-0.1875 -0.61979,-0.125 -1.26302,-0.30989 -1.92968,-0.55469 l 0,-1.625 c 0.64062,0.35938 1.26822,0.63021 1.88281,0.8125 0.61458,0.1823 1.21874,0.27344 1.8125,0.27344 0.90103,0 1.59635,-0.17708 2.08594,-0.53125 0.48957,-0.35416 0.73436,-0.85937 0.73437,-1.51562 -1e-5,-0.57292 -0.17709,-1.02083 -0.53125,-1.34375 -0.34896,-0.32292 -0.92448,-0.5651 -1.72656,-0.72657 l -0.96094,-0.1875 c -1.17709,-0.23437 -2.02865,-0.60155 -2.55469,-1.10156 -0.52604,-0.49999 -0.78906,-1.1953 -0.78906,-2.08594 0,-1.03124 0.36198,-1.84374 1.08594,-2.4375 0.72916,-0.59373 1.73177,-0.89061 3.00781,-0.89062 0.54687,10e-6 1.10416,0.0495 1.67188,0.14844 0.5677,0.099 1.14843,0.2474 1.74218,0.44531"
id="path4338" />
<path
inkscape:connector-curvature="0"
d="m 449.89395,973.48492 0,0.70313 -6.60937,0 c 0.0625,0.98959 0.35937,1.74479 0.89062,2.26562 0.53646,0.51563 1.28125,0.77344 2.23438,0.77344 0.55207,0 1.08593,-0.0677 1.60156,-0.20312 0.52082,-0.13542 1.03645,-0.33854 1.54687,-0.60938 l 0,1.35938 c -0.51563,0.21875 -1.04427,0.38541 -1.58593,0.5 -0.54168,0.11458 -1.09116,0.17187 -1.64844,0.17187 -1.39584,0 -2.50261,-0.40625 -3.32031,-1.21875 -0.8125,-0.8125 -1.21875,-1.91145 -1.21875,-3.29687 0,-1.43229 0.38541,-2.5677 1.15625,-3.40625 0.77604,-0.84374 1.82031,-1.26562 3.13281,-1.26563 1.17708,10e-6 2.10676,0.38022 2.78906,1.14063 0.68749,0.75521 1.03124,1.78386 1.03125,3.08593 m -1.4375,-0.42187 c -0.0104,-0.78645 -0.23178,-1.41406 -0.66406,-1.88281 -0.42709,-0.46875 -0.9948,-0.70312 -1.70313,-0.70313 -0.80208,10e-6 -1.44531,0.22657 -1.92968,0.67969 -0.47917,0.45313 -0.75521,1.09115 -0.82813,1.91406 l 5.125,-0.008"
id="path4340" />
<path
inkscape:connector-curvature="0"
d="m 458.51895,969.80524 0,1.34375 c -0.40626,-0.22395 -0.81511,-0.39062 -1.22656,-0.5 -0.40626,-0.11458 -0.81772,-0.17187 -1.23438,-0.17188 -0.93229,10e-6 -1.65625,0.29688 -2.17187,0.89063 -0.51563,0.58854 -0.77344,1.41667 -0.77344,2.48437 0,1.06771 0.25781,1.89844 0.77344,2.49219 0.51562,0.58854 1.23958,0.88281 2.17187,0.88281 0.41666,0 0.82812,-0.0547 1.23438,-0.16406 0.41145,-0.11458 0.8203,-0.28385 1.22656,-0.50781 l 0,1.32812 c -0.40105,0.1875 -0.81771,0.32813 -1.25,0.42188 -0.42709,0.0937 -0.88282,0.14062 -1.36719,0.14062 -1.31771,0 -2.36458,-0.41406 -3.14062,-1.24219 -0.77604,-0.82812 -1.16406,-1.94531 -1.16406,-3.35156 0,-1.42708 0.39062,-2.54947 1.17187,-3.36719 0.78646,-0.8177 1.86198,-1.22655 3.22656,-1.22656 0.44271,10e-6 0.875,0.0469 1.29688,0.14063 0.42187,0.0885 0.83072,0.22396 1.22656,0.40625"
id="path4342" />
<path
inkscape:connector-curvature="0"
d="m 460.85489,974.76617 0,-5.29687 1.4375,0 0,5.24219 c 0,0.82812 0.16145,1.45052 0.48437,1.86718 0.32292,0.41146 0.80729,0.61719 1.45313,0.61719 0.77604,0 1.38801,-0.24739 1.83594,-0.74219 0.45311,-0.49479 0.67968,-1.16926 0.67968,-2.02343 l 0,-4.96094 1.4375,0 0,8.75 -1.4375,0 0,-1.34375 c -0.34896,0.53125 -0.75521,0.92708 -1.21875,1.1875 -0.45833,0.25521 -0.99219,0.38281 -1.60156,0.38281 -1.00521,0 -1.76823,-0.3125 -2.28906,-0.9375 -0.52084,-0.625 -0.78125,-1.53906 -0.78125,-2.74219 m 3.61719,-5.50781 0,0"
id="path4344" />
<path
inkscape:connector-curvature="0"
d="m 476.22989,970.81305 c -0.16147,-0.0937 -0.33855,-0.16145 -0.53125,-0.20313 -0.18751,-0.0469 -0.39584,-0.0703 -0.625,-0.0703 -0.81251,10e-6 -1.43751,0.26563 -1.875,0.79688 -0.4323,0.52604 -0.64844,1.28386 -0.64844,2.27343 l 0,4.60938 -1.44531,0 0,-8.75 1.44531,0 0,1.35937 c 0.30208,-0.53124 0.69531,-0.92447 1.17969,-1.17968 0.48437,-0.26041 1.07291,-0.39062 1.76562,-0.39063 0.099,10e-6 0.20833,0.008 0.32813,0.0234 0.11978,0.0104 0.2526,0.0286 0.39844,0.0547 l 0.008,1.47656"
id="path4346" />
<path
inkscape:connector-curvature="0"
d="m 484.89395,973.48492 0,0.70313 -6.60937,0 c 0.0625,0.98959 0.35937,1.74479 0.89062,2.26562 0.53646,0.51563 1.28125,0.77344 2.23438,0.77344 0.55207,0 1.08593,-0.0677 1.60156,-0.20312 0.52082,-0.13542 1.03645,-0.33854 1.54687,-0.60938 l 0,1.35938 c -0.51563,0.21875 -1.04427,0.38541 -1.58593,0.5 -0.54168,0.11458 -1.09116,0.17187 -1.64844,0.17187 -1.39584,0 -2.50261,-0.40625 -3.32031,-1.21875 -0.8125,-0.8125 -1.21875,-1.91145 -1.21875,-3.29687 0,-1.43229 0.38541,-2.5677 1.15625,-3.40625 0.77604,-0.84374 1.82031,-1.26562 3.13281,-1.26563 1.17708,10e-6 2.10676,0.38022 2.78906,1.14063 0.68749,0.75521 1.03124,1.78386 1.03125,3.08593 m -1.4375,-0.42187 c -0.0104,-0.78645 -0.23178,-1.41406 -0.66406,-1.88281 -0.42709,-0.46875 -0.9948,-0.70312 -1.70313,-0.70313 -0.80208,10e-6 -1.44531,0.22657 -1.92968,0.67969 -0.47917,0.45313 -0.75521,1.09115 -0.82813,1.91406 l 5.125,-0.008"
id="path4348" />
<path
inkscape:connector-curvature="0"
d="m 498.6127,969.80524 0,1.34375 c -0.40626,-0.22395 -0.81511,-0.39062 -1.22656,-0.5 -0.40626,-0.11458 -0.81772,-0.17187 -1.23438,-0.17188 -0.93229,10e-6 -1.65625,0.29688 -2.17187,0.89063 -0.51563,0.58854 -0.77344,1.41667 -0.77344,2.48437 0,1.06771 0.25781,1.89844 0.77344,2.49219 0.51562,0.58854 1.23958,0.88281 2.17187,0.88281 0.41666,0 0.82812,-0.0547 1.23438,-0.16406 0.41145,-0.11458 0.8203,-0.28385 1.22656,-0.50781 l 0,1.32812 c -0.40105,0.1875 -0.81771,0.32813 -1.25,0.42188 -0.42709,0.0937 -0.88282,0.14062 -1.36719,0.14062 -1.31771,0 -2.36458,-0.41406 -3.14062,-1.24219 -0.77604,-0.82812 -1.16406,-1.94531 -1.16406,-3.35156 0,-1.42708 0.39062,-2.54947 1.17187,-3.36719 0.78646,-0.8177 1.86198,-1.22655 3.22656,-1.22656 0.44271,10e-6 0.875,0.0469 1.29688,0.14063 0.42187,0.0885 0.83072,0.22396 1.22656,0.40625"
id="path4350" />
<path
inkscape:connector-curvature="0"
d="m 504.4877,970.47711 c -0.77084,10e-6 -1.38021,0.30209 -1.82812,0.90625 -0.44792,0.59897 -0.67188,1.42188 -0.67188,2.46875 0,1.04688 0.22135,1.8724 0.66406,2.47656 0.44792,0.59896 1.0599,0.89844 1.83594,0.89844 0.76562,0 1.37239,-0.30208 1.82031,-0.90625 0.44791,-0.60416 0.67187,-1.42708 0.67188,-2.46875 -1e-5,-1.03645 -0.22397,-1.85676 -0.67188,-2.46094 -0.44792,-0.60936 -1.05469,-0.91405 -1.82031,-0.91406 m 0,-1.21875 c 1.25,10e-6 2.23177,0.40626 2.94531,1.21875 0.71354,0.81251 1.07031,1.93751 1.07032,3.375 -1e-5,1.4323 -0.35678,2.5573 -1.07032,3.375 -0.71354,0.8125 -1.69531,1.21875 -2.94531,1.21875 -1.25521,0 -2.23958,-0.40625 -2.95312,-1.21875 -0.70834,-0.8177 -1.0625,-1.9427 -1.0625,-3.375 0,-1.43749 0.35416,-2.56249 1.0625,-3.375 0.71354,-0.81249 1.69791,-1.21874 2.95312,-1.21875"
id="path4352" />
<path
inkscape:connector-curvature="0"
d="m 518.15176,972.93805 0,5.28125 -1.4375,0 0,-5.23438 c 0,-0.82811 -0.16146,-1.44791 -0.48437,-1.85937 -0.32292,-0.41145 -0.8073,-0.61718 -1.45313,-0.61719 -0.77604,10e-6 -1.38802,0.24741 -1.83593,0.74219 -0.44792,0.4948 -0.67188,1.16928 -0.67188,2.02344 l 0,4.94531 -1.44531,0 0,-8.75 1.44531,0 0,1.35937 c 0.34375,-0.52603 0.74739,-0.91926 1.21094,-1.17968 0.46874,-0.26041 1.00781,-0.39062 1.61719,-0.39063 1.0052,10e-6 1.76561,0.31251 2.28125,0.9375 0.51561,0.6198 0.77343,1.53386 0.77343,2.74219"
id="path4354" />
<path
inkscape:connector-curvature="0"
d="m 528.30801,972.93805 0,5.28125 -1.4375,0 0,-5.23438 c 0,-0.82811 -0.16146,-1.44791 -0.48437,-1.85937 -0.32292,-0.41145 -0.8073,-0.61718 -1.45313,-0.61719 -0.77604,10e-6 -1.38802,0.24741 -1.83593,0.74219 -0.44792,0.4948 -0.67188,1.16928 -0.67188,2.02344 l 0,4.94531 -1.44531,0 0,-8.75 1.44531,0 0,1.35937 c 0.34375,-0.52603 0.74739,-0.91926 1.21094,-1.17968 0.46874,-0.26041 1.00781,-0.39062 1.61719,-0.39063 1.0052,10e-6 1.76561,0.31251 2.28125,0.9375 0.51561,0.6198 0.77343,1.53386 0.77343,2.74219"
id="path4356" />
<path
inkscape:connector-curvature="0"
d="m 538.6752,973.48492 0,0.70313 -6.60937,0 c 0.0625,0.98959 0.35937,1.74479 0.89062,2.26562 0.53646,0.51563 1.28125,0.77344 2.23438,0.77344 0.55207,0 1.08593,-0.0677 1.60156,-0.20312 0.52082,-0.13542 1.03645,-0.33854 1.54687,-0.60938 l 0,1.35938 c -0.51563,0.21875 -1.04427,0.38541 -1.58593,0.5 -0.54168,0.11458 -1.09116,0.17187 -1.64844,0.17187 -1.39584,0 -2.50261,-0.40625 -3.32031,-1.21875 -0.8125,-0.8125 -1.21875,-1.91145 -1.21875,-3.29687 0,-1.43229 0.38541,-2.5677 1.15625,-3.40625 0.77604,-0.84374 1.82031,-1.26562 3.13281,-1.26563 1.17708,10e-6 2.10676,0.38022 2.78906,1.14063 0.68749,0.75521 1.03124,1.78386 1.03125,3.08593 m -1.4375,-0.42187 c -0.0104,-0.78645 -0.23178,-1.41406 -0.66406,-1.88281 -0.42709,-0.46875 -0.9948,-0.70312 -1.70313,-0.70313 -0.80208,10e-6 -1.44531,0.22657 -1.92968,0.67969 -0.47917,0.45313 -0.75521,1.09115 -0.82813,1.91406 l 5.125,-0.008"
id="path4358" />
<path
inkscape:connector-curvature="0"
d="m 547.3002,969.80524 0,1.34375 c -0.40626,-0.22395 -0.81511,-0.39062 -1.22656,-0.5 -0.40626,-0.11458 -0.81772,-0.17187 -1.23438,-0.17188 -0.93229,10e-6 -1.65625,0.29688 -2.17187,0.89063 -0.51563,0.58854 -0.77344,1.41667 -0.77344,2.48437 0,1.06771 0.25781,1.89844 0.77344,2.49219 0.51562,0.58854 1.23958,0.88281 2.17187,0.88281 0.41666,0 0.82812,-0.0547 1.23438,-0.16406 0.41145,-0.11458 0.8203,-0.28385 1.22656,-0.50781 l 0,1.32812 c -0.40105,0.1875 -0.81771,0.32813 -1.25,0.42188 -0.42709,0.0937 -0.88282,0.14062 -1.36719,0.14062 -1.31771,0 -2.36458,-0.41406 -3.14062,-1.24219 -0.77604,-0.82812 -1.16406,-1.94531 -1.16406,-3.35156 0,-1.42708 0.39062,-2.54947 1.17187,-3.36719 0.78646,-0.8177 1.86198,-1.22655 3.22656,-1.22656 0.44271,10e-6 0.875,0.0469 1.29688,0.14063 0.42187,0.0885 0.83072,0.22396 1.22656,0.40625"
id="path4360" />
<path
inkscape:connector-curvature="0"
d="m 551.20645,966.98492 0,2.48438 2.96094,0 0,1.11719 -2.96094,0 0,4.75 c 0,0.71354 0.0964,1.17187 0.28906,1.375 0.19792,0.20312 0.59635,0.30469 1.19532,0.30468 l 1.47656,0 0,1.20313 -1.47656,0 c -1.10938,0 -1.87501,-0.20573 -2.29688,-0.61719 -0.42188,-0.41666 -0.63281,-1.17187 -0.63281,-2.26562 l 0,-4.75 -1.05469,0 0,-1.11719 1.05469,0 0,-2.48438 1.44531,0"
id="path4362" />
<path
inkscape:connector-curvature="0"
d="m 556.06583,969.4693 1.4375,0 0,8.75 -1.4375,0 0,-8.75 m 0,-3.40625 1.4375,0 0,1.82031 -1.4375,0 0,-1.82031"
id="path4364" />
<path
inkscape:connector-curvature="0"
d="m 563.89395,970.47711 c -0.77084,10e-6 -1.38021,0.30209 -1.82812,0.90625 -0.44792,0.59897 -0.67188,1.42188 -0.67188,2.46875 0,1.04688 0.22135,1.8724 0.66406,2.47656 0.44792,0.59896 1.0599,0.89844 1.83594,0.89844 0.76562,0 1.37239,-0.30208 1.82031,-0.90625 0.44791,-0.60416 0.67187,-1.42708 0.67188,-2.46875 -10e-6,-1.03645 -0.22397,-1.85676 -0.67188,-2.46094 -0.44792,-0.60936 -1.05469,-0.91405 -1.82031,-0.91406 m 0,-1.21875 c 1.25,10e-6 2.23177,0.40626 2.94531,1.21875 0.71354,0.81251 1.07031,1.93751 1.07032,3.375 -10e-6,1.4323 -0.35678,2.5573 -1.07032,3.375 -0.71354,0.8125 -1.69531,1.21875 -2.94531,1.21875 -1.25521,0 -2.23958,-0.40625 -2.95312,-1.21875 -0.70834,-0.8177 -1.0625,-1.9427 -1.0625,-3.375 0,-1.43749 0.35416,-2.56249 1.0625,-3.375 0.71354,-0.81249 1.69791,-1.21874 2.95312,-1.21875"
id="path4366" />
<path
inkscape:connector-curvature="0"
d="m 577.55801,972.93805 0,5.28125 -1.4375,0 0,-5.23438 c 0,-0.82811 -0.16146,-1.44791 -0.48437,-1.85937 -0.32292,-0.41145 -0.8073,-0.61718 -1.45313,-0.61719 -0.77604,10e-6 -1.38802,0.24741 -1.83593,0.74219 -0.44792,0.4948 -0.67188,1.16928 -0.67188,2.02344 l 0,4.94531 -1.44531,0 0,-8.75 1.44531,0 0,1.35937 c 0.34375,-0.52603 0.74739,-0.91926 1.21094,-1.17968 0.46874,-0.26041 1.00781,-0.39062 1.61719,-0.39063 1.0052,10e-6 1.76561,0.31251 2.28125,0.9375 0.51561,0.6198 0.77343,1.53386 0.77343,2.74219"
id="path4368" />
</g>
<path
inkscape:connector-curvature="0"
style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
d="m 440.85713,963.21932 0,-25"
id="path3803" />
<path
inkscape:connector-curvature="0"
style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
d="m 511.57143,963.57646 0,-25"
id="path3803-1" />
<path
inkscape:connector-curvature="0"
style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
d="m 588.34276,964.82825 0,-25"
id="path3803-0" />
<path
inkscape:connector-curvature="0"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0"
d="m 588.34273,931.45239 c 3.36357,0 6.07143,2.70786 6.07143,6.07143 0,3.36357 -2.70786,6.07143 -6.07143,6.07143 -3.36357,0 -6.07143,-2.70786 -6.07143,-6.07143 0,-3.36357 2.70786,-6.07143 6.07143,-6.07143 z"
id="rect3837" />
<path
inkscape:connector-curvature="0"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0"
d="m 440.85713,931.45239 c 3.36358,0 6.07143,2.70786 6.07143,6.07143 0,3.36357 -2.70785,6.07143 -6.07143,6.07143 -3.36357,0 -6.07142,-2.70786 -6.07142,-6.07143 0,-3.36357 2.70785,-6.07143 6.07142,-6.07143 z"
id="rect3837-5" />
<path
inkscape:connector-curvature="0"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0"
d="m 511.57143,931.45239 c 3.36357,0 6.07143,2.70786 6.07143,6.07143 0,3.36357 -2.70786,6.07143 -6.07143,6.07143 -3.36357,0 -6.07143,-2.70786 -6.07143,-6.07143 0,-3.36357 2.70786,-6.07143 6.07143,-6.07143 z"
id="rect3837-6" />
<path
inkscape:connector-curvature="0"
style="fill:none;stroke:#000000;stroke-width:1.69399999999999995;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-end:none"
d="M 90.374483,1054.7515 196.58172,996.49474"
id="path4061" />
<path
inkscape:connector-curvature="0"
style="fill:none;stroke:#000000;stroke-width:1.68188345;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
d="m 153.25443,1054.7718 75.47606,-58.28297"
id="path4065" />
<path
inkscape:connector-curvature="0"
style="fill:none;stroke:#000000;stroke-width:1.64779913;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
d="m 213.64119,1054.4353 43.67777,-57.24922"
id="path4069" />
<path
inkscape:connector-curvature="0"
style="fill:none;stroke:#000000;stroke-width:1.72529542;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
d="m 269.48038,1055.1108 16.37126,-57.88597"
id="path4073" />
<path
inkscape:connector-curvature="0"
style="fill:none;stroke:#000000;stroke-width:1.6651212;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
d="m 329.48905,1054.4194 -13.9422,-57.22466"
id="path4077" />
<path
inkscape:connector-curvature="0"
style="fill:none;stroke:#000000;stroke-width:1.76685321;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
d="M 391.60975,1054.347 343.45486,996.53132"
id="path4081" />
<path
inkscape:connector-curvature="0"
style="fill:none;stroke:#000000;stroke-width:1.73886454;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
d="M 449.89906,1054.7218 372.01229,997.9459"
id="path4085" />
<path
inkscape:connector-curvature="0"
style="fill:none;stroke:#000000;stroke-width:1.7071445;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
d="M 507.48311,1054.752 401.99643,996.50146"
id="path4089" />
<path
inkscape:connector-curvature="0"
style="fill:#ffffff;fill-opacity:0.92207791;stroke:none"
d="m 123.71906,1013.1362 357.59354,0 0,23.4471 -357.59354,0 z"
id="rect4093" />
<g
style="font-size:16px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
id="text3864">
<path
inkscape:connector-curvature="0"
d="m 135.73326,1018.7394 0,1.664 c -0.53126,-0.4947 -1.09897,-0.8645 -1.70312,-1.1093 -0.59897,-0.2448 -1.23699,-0.3672 -1.91407,-0.3672 -1.33334,0 -2.35417,0.4088 -3.0625,1.2265 -0.70833,0.8126 -1.0625,1.9896 -1.0625,3.5313 0,1.5365 0.35417,2.7135 1.0625,3.5312 0.70833,0.8125 1.72916,1.2188 3.0625,1.2188 0.67708,0 1.3151,-0.1224 1.91407,-0.3672 0.60415,-0.2448 1.17186,-0.6146 1.70312,-1.1094 l 0,1.6485 c -0.55209,0.375 -1.13803,0.6562 -1.75781,0.8437 -0.61459,0.1875 -1.26563,0.2813 -1.95313,0.2813 -1.76563,0 -3.15625,-0.5391 -4.17187,-1.6172 -1.01563,-1.0834 -1.52344,-2.5599 -1.52344,-4.4297 0,-1.875 0.50781,-3.3516 1.52344,-4.4297 1.01562,-1.0833 2.40624,-1.625 4.17187,-1.625 0.69791,0 1.35416,0.094 1.96875,0.2813 0.61979,0.1823 1.20051,0.4583 1.74219,0.8281"
id="path4244" />
<path
inkscape:connector-curvature="0"
d="m 141.51451,1021.7628 c -0.77084,0 -1.38021,0.3021 -1.82812,0.9063 -0.44792,0.5989 -0.67188,1.4218 -0.67188,2.4687 0,1.0469 0.22135,1.8724 0.66406,2.4766 0.44792,0.5989 1.0599,0.8984 1.83594,0.8984 0.76562,0 1.37239,-0.3021 1.82031,-0.9062 0.44791,-0.6042 0.67187,-1.4271 0.67188,-2.4688 -1e-5,-1.0364 -0.22397,-1.8567 -0.67188,-2.4609 -0.44792,-0.6094 -1.05469,-0.9141 -1.82031,-0.9141 m 0,-1.2187 c 1.24999,0 2.23176,0.4062 2.94531,1.2187 0.71354,0.8125 1.07031,1.9375 1.07032,3.375 -10e-6,1.4323 -0.35678,2.5573 -1.07032,3.375 -0.71355,0.8125 -1.69532,1.2188 -2.94531,1.2188 -1.25521,0 -2.23958,-0.4063 -2.95312,-1.2188 -0.70834,-0.8177 -1.0625,-1.9427 -1.0625,-3.375 0,-1.4375 0.35416,-2.5625 1.0625,-3.375 0.71354,-0.8125 1.69791,-1.2187 2.95312,-1.2187"
id="path4246" />
<path
inkscape:connector-curvature="0"
d="m 155.17857,1024.2238 0,5.2812 -1.4375,0 0,-5.2344 c 0,-0.8281 -0.16146,-1.4479 -0.48437,-1.8593 -0.32292,-0.4115 -0.8073,-0.6172 -1.45313,-0.6172 -0.77604,0 -1.38802,0.2474 -1.83593,0.7422 -0.44792,0.4948 -0.67188,1.1692 -0.67188,2.0234 l 0,4.9453 -1.44531,0 0,-8.75 1.44531,0 0,1.3594 c 0.34375,-0.5261 0.74739,-0.9193 1.21094,-1.1797 0.46874,-0.2604 1.00781,-0.3906 1.61719,-0.3906 1.0052,0 1.76561,0.3125 2.28125,0.9375 0.51561,0.6198 0.77342,1.5338 0.77343,2.7422"
id="path4248" />
<path
inkscape:connector-curvature="0"
d="m 165.33482,1024.2238 0,5.2812 -1.4375,0 0,-5.2344 c 0,-0.8281 -0.16146,-1.4479 -0.48437,-1.8593 -0.32292,-0.4115 -0.8073,-0.6172 -1.45313,-0.6172 -0.77604,0 -1.38802,0.2474 -1.83593,0.7422 -0.44792,0.4948 -0.67188,1.1692 -0.67188,2.0234 l 0,4.9453 -1.44531,0 0,-8.75 1.44531,0 0,1.3594 c 0.34375,-0.5261 0.74739,-0.9193 1.21094,-1.1797 0.46874,-0.2604 1.00781,-0.3906 1.61719,-0.3906 1.0052,0 1.76561,0.3125 2.28125,0.9375 0.51561,0.6198 0.77342,1.5338 0.77343,2.7422"
id="path4250" />
<path
inkscape:connector-curvature="0"
d="m 175.70201,1024.7706 0,0.7032 -6.60937,0 c 0.0625,0.9895 0.35937,1.7447 0.89062,2.2656 0.53646,0.5156 1.28125,0.7734 2.23438,0.7734 0.55207,0 1.08593,-0.068 1.60156,-0.2031 0.52082,-0.1354 1.03645,-0.3385 1.54687,-0.6094 l 0,1.3594 c -0.51563,0.2187 -1.04427,0.3854 -1.58593,0.5 -0.54168,0.1146 -1.09116,0.1719 -1.64844,0.1719 -1.39584,0 -2.50261,-0.4063 -3.32031,-1.2188 -0.81251,-0.8125 -1.21875,-1.9114 -1.21875,-3.2969 0,-1.4322 0.38541,-2.5677 1.15625,-3.4062 0.77603,-0.8437 1.8203,-1.2656 3.13281,-1.2656 1.17708,0 2.10676,0.3802 2.78906,1.1406 0.68749,0.7552 1.03124,1.7839 1.03125,3.0859 m -1.4375,-0.4218 c -0.0104,-0.7865 -0.23178,-1.4141 -0.66406,-1.8829 -0.42709,-0.4687 -0.9948,-0.7031 -1.70313,-0.7031 -0.80208,0 -1.44531,0.2266 -1.92968,0.6797 -0.47917,0.4531 -0.75521,1.0912 -0.82813,1.9141 l 5.125,-0.01"
id="path4252" />
<path
inkscape:connector-curvature="0"
d="m 184.32701,1021.0909 0,1.3438 c -0.40626,-0.224 -0.81511,-0.3906 -1.22656,-0.5 -0.40626,-0.1146 -0.81772,-0.1719 -1.23438,-0.1719 -0.93229,0 -1.65625,0.2969 -2.17187,0.8906 -0.51563,0.5886 -0.77344,1.4167 -0.77344,2.4844 0,1.0677 0.25781,1.8985 0.77344,2.4922 0.51562,0.5885 1.23958,0.8828 2.17187,0.8828 0.41666,0 0.82812,-0.055 1.23438,-0.164 0.41145,-0.1146 0.8203,-0.2839 1.22656,-0.5079 l 0,1.3282 c -0.40105,0.1875 -0.81771,0.3281 -1.25,0.4218 -0.42709,0.094 -0.88282,0.1407 -1.36719,0.1407 -1.31771,0 -2.36458,-0.4141 -3.14062,-1.2422 -0.77604,-0.8281 -1.16406,-1.9453 -1.16406,-3.3516 0,-1.4271 0.39062,-2.5495 1.17187,-3.3672 0.78646,-0.8177 1.86198,-1.2265 3.22656,-1.2265 0.44271,0 0.875,0.047 1.29688,0.1406 0.42187,0.088 0.83072,0.224 1.22656,0.4062"
id="path4254" />
<path
inkscape:connector-curvature="0"
d="m 188.23326,1018.2706 0,2.4844 2.96094,0 0,1.1172 -2.96094,0 0,4.75 c 0,0.7135 0.0964,1.1719 0.28906,1.375 0.19792,0.2031 0.59635,0.3047 1.19532,0.3047 l 1.47656,0 0,1.2031 -1.47656,0 c -1.10938,0 -1.87501,-0.2057 -2.29688,-0.6172 -0.42188,-0.4166 -0.63281,-1.1719 -0.63281,-2.2656 l 0,-4.75 -1.05469,0 0,-1.1172 1.05469,0 0,-2.4844 1.44531,0"
id="path4256" />
<path
inkscape:connector-curvature="0"
d="m 193.09264,1020.755 1.4375,0 0,8.75 -1.4375,0 0,-8.75 m 0,-3.4062 1.4375,0 0,1.8203 -1.4375,0 0,-1.8203"
id="path4258" />
<path
inkscape:connector-curvature="0"
d="m 200.92076,1021.7628 c -0.77084,0 -1.38021,0.3021 -1.82812,0.9063 -0.44792,0.5989 -0.67188,1.4218 -0.67188,2.4687 0,1.0469 0.22135,1.8724 0.66406,2.4766 0.44792,0.5989 1.0599,0.8984 1.83594,0.8984 0.76562,0 1.37239,-0.3021 1.82031,-0.9062 0.44791,-0.6042 0.67187,-1.4271 0.67188,-2.4688 -1e-5,-1.0364 -0.22397,-1.8567 -0.67188,-2.4609 -0.44792,-0.6094 -1.05469,-0.9141 -1.82031,-0.9141 m 0,-1.2187 c 1.24999,0 2.23176,0.4062 2.94531,1.2187 0.71354,0.8125 1.07031,1.9375 1.07032,3.375 -10e-6,1.4323 -0.35678,2.5573 -1.07032,3.375 -0.71355,0.8125 -1.69532,1.2188 -2.94531,1.2188 -1.25521,0 -2.23958,-0.4063 -2.95312,-1.2188 -0.70834,-0.8177 -1.0625,-1.9427 -1.0625,-3.375 0,-1.4375 0.35416,-2.5625 1.0625,-3.375 0.71354,-0.8125 1.69791,-1.2187 2.95312,-1.2187"
id="path4260" />
<path
inkscape:connector-curvature="0"
d="m 214.58482,1024.2238 0,5.2812 -1.4375,0 0,-5.2344 c 0,-0.8281 -0.16146,-1.4479 -0.48437,-1.8593 -0.32292,-0.4115 -0.8073,-0.6172 -1.45313,-0.6172 -0.77604,0 -1.38802,0.2474 -1.83593,0.7422 -0.44792,0.4948 -0.67188,1.1692 -0.67188,2.0234 l 0,4.9453 -1.44531,0 0,-8.75 1.44531,0 0,1.3594 c 0.34375,-0.5261 0.74739,-0.9193 1.21094,-1.1797 0.46874,-0.2604 1.00781,-0.3906 1.61719,-0.3906 1.0052,0 1.76561,0.3125 2.28125,0.9375 0.51561,0.6198 0.77342,1.5338 0.77343,2.7422"
id="path4262" />
<path
inkscape:connector-curvature="0"
d="m 223.04576,1021.0128 0,1.3594 c -0.40626,-0.2083 -0.82813,-0.3646 -1.26562,-0.4688 -0.43751,-0.1041 -0.89063,-0.1562 -1.35938,-0.1562 -0.71354,0 -1.25,0.1094 -1.60937,0.3281 -0.35417,0.2188 -0.53126,0.5469 -0.53125,0.9844 -10e-6,0.3333 0.1276,0.5964 0.38281,0.7891 0.2552,0.1875 0.76822,0.3671 1.53906,0.539 l 0.49219,0.1094 c 1.02083,0.2187 1.74478,0.5286 2.17187,0.9297 0.43229,0.3958 0.64843,0.9505 0.64844,1.664 -1e-5,0.8125 -0.32292,1.4558 -0.96875,1.9297 -0.64063,0.474 -1.52344,0.711 -2.64844,0.711 -0.46875,0 -0.95833,-0.047 -1.46875,-0.1407 -0.50521,-0.088 -1.03906,-0.2239 -1.60156,-0.4062 l 0,-1.4844 c 0.53125,0.2761 1.05469,0.4844 1.57031,0.625 0.51563,0.1354 1.02604,0.2031 1.53125,0.2031 0.67708,0 1.19792,-0.1145 1.5625,-0.3437 0.36458,-0.2344 0.54687,-0.5625 0.54688,-0.9844 -1e-5,-0.3906 -0.13282,-0.6901 -0.39844,-0.8984 -0.26042,-0.2084 -0.83594,-0.4089 -1.72656,-0.6016 l -0.5,-0.1172 c -0.89063,-0.1875 -1.53386,-0.4739 -1.92969,-0.8593 -0.39583,-0.3907 -0.59375,-0.9245 -0.59375,-1.6016 0,-0.8229 0.29167,-1.4583 0.875,-1.9063 0.58333,-0.4479 1.41146,-0.6718 2.48438,-0.6718 0.53124,0 1.03124,0.039 1.5,0.1172 0.46874,0.078 0.90103,0.1953 1.29687,0.3515"
id="path4264" />
<path
inkscape:connector-curvature="0"
d="m 232.32701,1018.2706 0,2.4844 2.96094,0 0,1.1172 -2.96094,0 0,4.75 c 0,0.7135 0.0964,1.1719 0.28906,1.375 0.19792,0.2031 0.59635,0.3047 1.19532,0.3047 l 1.47656,0 0,1.2031 -1.47656,0 c -1.10938,0 -1.87501,-0.2057 -2.29688,-0.6172 -0.42188,-0.4166 -0.63281,-1.1719 -0.63281,-2.2656 l 0,-4.75 -1.05469,0 0,-1.1172 1.05469,0 0,-2.4844 1.44531,0"
id="path4266" />
<path
inkscape:connector-curvature="0"
d="m 240.57701,1021.7628 c -0.77084,0 -1.38021,0.3021 -1.82812,0.9063 -0.44792,0.5989 -0.67188,1.4218 -0.67188,2.4687 0,1.0469 0.22135,1.8724 0.66406,2.4766 0.44792,0.5989 1.0599,0.8984 1.83594,0.8984 0.76562,0 1.37239,-0.3021 1.82031,-0.9062 0.44791,-0.6042 0.67187,-1.4271 0.67188,-2.4688 -1e-5,-1.0364 -0.22397,-1.8567 -0.67188,-2.4609 -0.44792,-0.6094 -1.05469,-0.9141 -1.82031,-0.9141 m 0,-1.2187 c 1.24999,0 2.23176,0.4062 2.94531,1.2187 0.71354,0.8125 1.07031,1.9375 1.07032,3.375 -10e-6,1.4323 -0.35678,2.5573 -1.07032,3.375 -0.71355,0.8125 -1.69532,1.2188 -2.94531,1.2188 -1.25521,0 -2.23958,-0.4063 -2.95312,-1.2188 -0.70834,-0.8177 -1.0625,-1.9427 -1.0625,-3.375 0,-1.4375 0.35416,-2.5625 1.0625,-3.375 0.71354,-0.8125 1.69791,-1.2187 2.95312,-1.2187"
id="path4268" />
<path
inkscape:connector-curvature="0"
d="m 253.70201,1023.9347 0,4.2734 2.53125,0 c 0.84895,0 1.47656,-0.1744 1.88281,-0.5234 0.41145,-0.3542 0.61718,-0.8932 0.61719,-1.6172 -10e-6,-0.7292 -0.20574,-1.2656 -0.61719,-1.6094 -0.40625,-0.3489 -1.03386,-0.5234 -1.88281,-0.5234 l -2.53125,0 m 0,-4.7969 0,3.5156 2.33594,0 c 0.77083,0 1.34374,-0.1432 1.71875,-0.4296 0.3802,-0.2917 0.5703,-0.7344 0.57031,-1.3282 -10e-6,-0.5885 -0.19011,-1.0286 -0.57031,-1.3203 -0.37501,-0.2916 -0.94792,-0.4375 -1.71875,-0.4375 l -2.33594,0 m -1.57812,-1.2969 4.03125,0 c 1.20311,10e-5 2.1302,0.2501 2.78125,0.75 0.65103,0.5001 0.97655,1.211 0.97656,2.1329 -1e-5,0.7135 -0.16668,1.2812 -0.5,1.7031 -0.33334,0.4219 -0.82293,0.6849 -1.46875,0.789 0.77603,0.1667 1.37759,0.5157 1.80469,1.0469 0.43228,0.5261 0.64842,1.1849 0.64843,1.9766 -10e-6,1.0416 -0.35417,1.8463 -1.0625,2.414 -0.70834,0.5678 -1.71615,0.8516 -3.02343,0.8516 l -4.1875,0 0,-11.6641"
id="path4270" />
<path
inkscape:connector-curvature="0"
d="m 263.03014,1020.755 1.4375,0 0,8.75 -1.4375,0 0,-8.75 m 0,-3.4062 1.4375,0 0,1.8203 -1.4375,0 0,-1.8203"
id="path4272" />
<path
inkscape:connector-curvature="0"
d="m 268.88951,1018.2706 0,2.4844 2.96094,0 0,1.1172 -2.96094,0 0,4.75 c 0,0.7135 0.0964,1.1719 0.28906,1.375 0.19792,0.2031 0.59635,0.3047 1.19532,0.3047 l 1.47656,0 0,1.2031 -1.47656,0 c -1.10938,0 -1.87501,-0.2057 -2.29688,-0.6172 -0.42188,-0.4166 -0.63281,-1.1719 -0.63281,-2.2656 l 0,-4.75 -1.05469,0 0,-1.1172 1.05469,0 0,-2.4844 1.44531,0"
id="path4274" />
<path
inkscape:connector-curvature="0"
d="m 280.04576,1021.0909 0,1.3438 c -0.40626,-0.224 -0.81511,-0.3906 -1.22656,-0.5 -0.40626,-0.1146 -0.81772,-0.1719 -1.23438,-0.1719 -0.93229,0 -1.65625,0.2969 -2.17187,0.8906 -0.51563,0.5886 -0.77344,1.4167 -0.77344,2.4844 0,1.0677 0.25781,1.8985 0.77344,2.4922 0.51562,0.5885 1.23958,0.8828 2.17187,0.8828 0.41666,0 0.82812,-0.055 1.23438,-0.164 0.41145,-0.1146 0.8203,-0.2839 1.22656,-0.5079 l 0,1.3282 c -0.40105,0.1875 -0.81771,0.3281 -1.25,0.4218 -0.42709,0.094 -0.88282,0.1407 -1.36719,0.1407 -1.31771,0 -2.36458,-0.4141 -3.14062,-1.2422 -0.77604,-0.8281 -1.16406,-1.9453 -1.16406,-3.3516 0,-1.4271 0.39062,-2.5495 1.17187,-3.3672 0.78646,-0.8177 1.86198,-1.2265 3.22656,-1.2265 0.44271,0 0.875,0.047 1.29688,0.1406 0.42187,0.088 0.83072,0.224 1.22656,0.4062"
id="path4276" />
<path
inkscape:connector-curvature="0"
d="m 285.92076,1021.7628 c -0.77084,0 -1.38021,0.3021 -1.82812,0.9063 -0.44792,0.5989 -0.67188,1.4218 -0.67188,2.4687 0,1.0469 0.22135,1.8724 0.66406,2.4766 0.44792,0.5989 1.0599,0.8984 1.83594,0.8984 0.76562,0 1.37239,-0.3021 1.82031,-0.9062 0.44791,-0.6042 0.67187,-1.4271 0.67188,-2.4688 -1e-5,-1.0364 -0.22397,-1.8567 -0.67188,-2.4609 -0.44792,-0.6094 -1.05469,-0.9141 -1.82031,-0.9141 m 0,-1.2187 c 1.24999,0 2.23176,0.4062 2.94531,1.2187 0.71354,0.8125 1.07031,1.9375 1.07032,3.375 -1e-5,1.4323 -0.35678,2.5573 -1.07032,3.375 -0.71355,0.8125 -1.69532,1.2188 -2.94531,1.2188 -1.25521,0 -2.23958,-0.4063 -2.95312,-1.2188 -0.70834,-0.8177 -1.0625,-1.9427 -1.0625,-3.375 0,-1.4375 0.35416,-2.5625 1.0625,-3.375 0.71354,-0.8125 1.69791,-1.2187 2.95312,-1.2187"
id="path4278" />
<path
inkscape:connector-curvature="0"
d="m 292.31139,1020.755 1.4375,0 0,8.75 -1.4375,0 0,-8.75 m 0,-3.4062 1.4375,0 0,1.8203 -1.4375,0 0,-1.8203"
id="path4280" />
<path
inkscape:connector-curvature="0"
d="m 304.02232,1024.2238 0,5.2812 -1.4375,0 0,-5.2344 c 0,-0.8281 -0.16146,-1.4479 -0.48437,-1.8593 -0.32292,-0.4115 -0.8073,-0.6172 -1.45313,-0.6172 -0.77604,0 -1.38802,0.2474 -1.83593,0.7422 -0.44792,0.4948 -0.67188,1.1692 -0.67188,2.0234 l 0,4.9453 -1.44531,0 0,-8.75 1.44531,0 0,1.3594 c 0.34375,-0.5261 0.74739,-0.9193 1.21094,-1.1797 0.46874,-0.2604 1.00781,-0.3906 1.61719,-0.3906 1.0052,0 1.76561,0.3125 2.28125,0.9375 0.51561,0.6198 0.77342,1.5338 0.77343,2.7422"
id="path4282" />
<path
inkscape:connector-curvature="0"
d="m 313.63951,1019.1378 0,4.3828 1.98438,0 c 0.73437,0 1.30207,-0.1901 1.70312,-0.5703 0.40104,-0.3802 0.60156,-0.9219 0.60156,-1.625 0,-0.6979 -0.20052,-1.237 -0.60156,-1.6172 -0.40105,-0.3802 -0.96875,-0.5703 -1.70312,-0.5703 l -1.98438,0 m -1.57812,-1.2969 3.5625,0 c 1.30728,10e-5 2.29426,0.2969 2.96093,0.8907 0.67187,0.5885 1.00781,1.4531 1.00782,2.5937 -1e-5,1.1511 -0.33595,2.0209 -1.00782,2.6094 -0.66667,0.5885 -1.65365,0.8828 -2.96093,0.8828 l -1.98438,0 0,4.6875 -1.57812,0 0,-11.6641"
id="path4284" />
<path
inkscape:connector-curvature="0"
d="m 328.57701,1024.7706 0,0.7032 -6.60937,0 c 0.0625,0.9895 0.35937,1.7447 0.89062,2.2656 0.53646,0.5156 1.28125,0.7734 2.23438,0.7734 0.55207,0 1.08593,-0.068 1.60156,-0.2031 0.52082,-0.1354 1.03645,-0.3385 1.54687,-0.6094 l 0,1.3594 c -0.51563,0.2187 -1.04427,0.3854 -1.58593,0.5 -0.54168,0.1146 -1.09116,0.1719 -1.64844,0.1719 -1.39584,0 -2.50261,-0.4063 -3.32031,-1.2188 -0.81251,-0.8125 -1.21875,-1.9114 -1.21875,-3.2969 0,-1.4322 0.38541,-2.5677 1.15625,-3.4062 0.77603,-0.8437 1.8203,-1.2656 3.13281,-1.2656 1.17708,0 2.10676,0.3802 2.78906,1.1406 0.68749,0.7552 1.03124,1.7839 1.03125,3.0859 m -1.4375,-0.4218 c -0.0104,-0.7865 -0.23178,-1.4141 -0.66406,-1.8829 -0.42709,-0.4687 -0.9948,-0.7031 -1.70313,-0.7031 -0.80208,0 -1.44531,0.2266 -1.92968,0.6797 -0.47917,0.4531 -0.75521,1.0912 -0.82813,1.9141 l 5.125,-0.01"
id="path4286" />
<path
inkscape:connector-curvature="0"
d="m 338.38951,1024.7706 0,0.7032 -6.60937,0 c 0.0625,0.9895 0.35937,1.7447 0.89062,2.2656 0.53646,0.5156 1.28125,0.7734 2.23438,0.7734 0.55207,0 1.08593,-0.068 1.60156,-0.2031 0.52082,-0.1354 1.03645,-0.3385 1.54687,-0.6094 l 0,1.3594 c -0.51563,0.2187 -1.04427,0.3854 -1.58593,0.5 -0.54168,0.1146 -1.09116,0.1719 -1.64844,0.1719 -1.39584,0 -2.50261,-0.4063 -3.32031,-1.2188 -0.81251,-0.8125 -1.21875,-1.9114 -1.21875,-3.2969 0,-1.4322 0.38541,-2.5677 1.15625,-3.4062 0.77603,-0.8437 1.8203,-1.2656 3.13281,-1.2656 1.17708,0 2.10676,0.3802 2.78906,1.1406 0.68749,0.7552 1.03124,1.7839 1.03125,3.0859 m -1.4375,-0.4218 c -0.0104,-0.7865 -0.23178,-1.4141 -0.66406,-1.8829 -0.42709,-0.4687 -0.9948,-0.7031 -1.70313,-0.7031 -0.80208,0 -1.44531,0.2266 -1.92968,0.6797 -0.47917,0.4531 -0.75521,1.0912 -0.82813,1.9141 l 5.125,-0.01"
id="path4288" />
<path
inkscape:connector-curvature="0"
d="m 345.78795,1022.0988 c -0.16147,-0.094 -0.33855,-0.1615 -0.53125,-0.2032 -0.18751,-0.047 -0.39584,-0.07 -0.625,-0.07 -0.81251,0 -1.43751,0.2656 -1.875,0.7969 -0.4323,0.526 -0.64844,1.2839 -0.64844,2.2734 l 0,4.6094 -1.44531,0 0,-8.75 1.44531,0 0,1.3594 c 0.30208,-0.5313 0.69531,-0.9245 1.17969,-1.1797 0.48437,-0.2604 1.07291,-0.3906 1.76562,-0.3906 0.099,0 0.20833,0.01 0.32813,0.023 0.11978,0.01 0.2526,0.029 0.39844,0.055 l 0.008,1.4766"
id="path4290" />
<path
inkscape:connector-curvature="0"
d="m 345.55357,1024.4816 4.21094,0 0,1.2812 -4.21094,0 0,-1.2812"
id="path4292" />
<path
inkscape:connector-curvature="0"
d="m 353.48326,1018.2706 0,2.4844 2.96094,0 0,1.1172 -2.96094,0 0,4.75 c 0,0.7135 0.0964,1.1719 0.28906,1.375 0.19792,0.2031 0.59635,0.3047 1.19532,0.3047 l 1.47656,0 0,1.2031 -1.47656,0 c -1.10938,0 -1.87501,-0.2057 -2.29688,-0.6172 -0.42188,-0.4166 -0.63281,-1.1719 -0.63281,-2.2656 l 0,-4.75 -1.05469,0 0,-1.1172 1.05469,0 0,-2.4844 1.44531,0"
id="path4294" />
<path
inkscape:connector-curvature="0"
d="m 361.73326,1021.7628 c -0.77084,0 -1.38021,0.3021 -1.82812,0.9063 -0.44792,0.5989 -0.67188,1.4218 -0.67188,2.4687 0,1.0469 0.22135,1.8724 0.66406,2.4766 0.44792,0.5989 1.0599,0.8984 1.83594,0.8984 0.76562,0 1.37239,-0.3021 1.82031,-0.9062 0.44791,-0.6042 0.67187,-1.4271 0.67188,-2.4688 -1e-5,-1.0364 -0.22397,-1.8567 -0.67188,-2.4609 -0.44792,-0.6094 -1.05469,-0.9141 -1.82031,-0.9141 m 0,-1.2187 c 1.24999,0 2.23176,0.4062 2.94531,1.2187 0.71354,0.8125 1.07031,1.9375 1.07032,3.375 -1e-5,1.4323 -0.35678,2.5573 -1.07032,3.375 -0.71355,0.8125 -1.69532,1.2188 -2.94531,1.2188 -1.25521,0 -2.23958,-0.4063 -2.95312,-1.2188 -0.70834,-0.8177 -1.0625,-1.9427 -1.0625,-3.375 0,-1.4375 0.35416,-2.5625 1.0625,-3.375 0.71354,-0.8125 1.69791,-1.2187 2.95312,-1.2187"
id="path4296" />
<path
inkscape:connector-curvature="0"
d="m 367.70982,1024.4816 4.21094,0 0,1.2812 -4.21094,0 0,-1.2812"
id="path4298" />
<path
inkscape:connector-curvature="0"
d="m 375.85826,1019.1378 0,4.3828 1.98438,0 c 0.73437,0 1.30207,-0.1901 1.70312,-0.5703 0.40104,-0.3802 0.60156,-0.9219 0.60156,-1.625 0,-0.6979 -0.20052,-1.237 -0.60156,-1.6172 -0.40105,-0.3802 -0.96875,-0.5703 -1.70312,-0.5703 l -1.98438,0 m -1.57812,-1.2969 3.5625,0 c 1.30728,10e-5 2.29426,0.2969 2.96093,0.8907 0.67187,0.5885 1.00781,1.4531 1.00782,2.5937 -1e-5,1.1511 -0.33595,2.0209 -1.00782,2.6094 -0.66667,0.5885 -1.65365,0.8828 -2.96093,0.8828 l -1.98438,0 0,4.6875 -1.57812,0 0,-11.6641"
id="path4300" />
<path
inkscape:connector-curvature="0"
d="m 390.79576,1024.7706 0,0.7032 -6.60937,0 c 0.0625,0.9895 0.35937,1.7447 0.89062,2.2656 0.53646,0.5156 1.28125,0.7734 2.23438,0.7734 0.55207,0 1.08593,-0.068 1.60156,-0.2031 0.52082,-0.1354 1.03645,-0.3385 1.54687,-0.6094 l 0,1.3594 c -0.51563,0.2187 -1.04427,0.3854 -1.58593,0.5 -0.54168,0.1146 -1.09116,0.1719 -1.64844,0.1719 -1.39584,0 -2.50261,-0.4063 -3.32031,-1.2188 -0.81251,-0.8125 -1.21875,-1.9114 -1.21875,-3.2969 0,-1.4322 0.38541,-2.5677 1.15625,-3.4062 0.77603,-0.8437 1.8203,-1.2656 3.13281,-1.2656 1.17708,0 2.10676,0.3802 2.78906,1.1406 0.68749,0.7552 1.03124,1.7839 1.03125,3.0859 m -1.4375,-0.4218 c -0.0104,-0.7865 -0.23178,-1.4141 -0.66406,-1.8829 -0.42709,-0.4687 -0.9948,-0.7031 -1.70313,-0.7031 -0.80208,0 -1.44531,0.2266 -1.92968,0.6797 -0.47917,0.4531 -0.75521,1.0912 -0.82813,1.9141 l 5.125,-0.01"
id="path4302" />
<path
inkscape:connector-curvature="0"
d="m 400.60826,1024.7706 0,0.7032 -6.60937,0 c 0.0625,0.9895 0.35937,1.7447 0.89062,2.2656 0.53646,0.5156 1.28125,0.7734 2.23438,0.7734 0.55207,0 1.08593,-0.068 1.60156,-0.2031 0.52082,-0.1354 1.03645,-0.3385 1.54687,-0.6094 l 0,1.3594 c -0.51563,0.2187 -1.04427,0.3854 -1.58593,0.5 -0.54168,0.1146 -1.09116,0.1719 -1.64844,0.1719 -1.39584,0 -2.50261,-0.4063 -3.32031,-1.2188 -0.81251,-0.8125 -1.21875,-1.9114 -1.21875,-3.2969 0,-1.4322 0.38541,-2.5677 1.15625,-3.4062 0.77603,-0.8437 1.8203,-1.2656 3.13281,-1.2656 1.17708,0 2.10676,0.3802 2.78906,1.1406 0.68749,0.7552 1.03124,1.7839 1.03125,3.0859 m -1.4375,-0.4218 c -0.0104,-0.7865 -0.23178,-1.4141 -0.66406,-1.8829 -0.42709,-0.4687 -0.9948,-0.7031 -1.70313,-0.7031 -0.80208,0 -1.44531,0.2266 -1.92968,0.6797 -0.47917,0.4531 -0.75521,1.0912 -0.82813,1.9141 l 5.125,-0.01"
id="path4304" />
<path
inkscape:connector-curvature="0"
d="m 408.0067,1022.0988 c -0.16147,-0.094 -0.33855,-0.1615 -0.53125,-0.2032 -0.18751,-0.047 -0.39584,-0.07 -0.625,-0.07 -0.81251,0 -1.43751,0.2656 -1.875,0.7969 -0.4323,0.526 -0.64844,1.2839 -0.64844,2.2734 l 0,4.6094 -1.44531,0 0,-8.75 1.44531,0 0,1.3594 c 0.30208,-0.5313 0.69531,-0.9245 1.17969,-1.1797 0.48437,-0.2604 1.07291,-0.3906 1.76562,-0.3906 0.099,0 0.20833,0.01 0.32813,0.023 0.11978,0.01 0.2526,0.029 0.39844,0.055 l 0.008,1.4766"
id="path4306" />
<path
inkscape:connector-curvature="0"
d="m 414.68639,1017.8409 2.125,0 5.17187,9.7579 0,-9.7579 1.53125,0 0,11.6641 -2.125,0 -5.17187,-9.7578 0,9.7578 -1.53125,0 0,-11.6641"
id="path4308" />
<path
inkscape:connector-curvature="0"
d="m 434.07701,1024.7706 0,0.7032 -6.60937,0 c 0.0625,0.9895 0.35937,1.7447 0.89062,2.2656 0.53646,0.5156 1.28125,0.7734 2.23438,0.7734 0.55207,0 1.08593,-0.068 1.60156,-0.2031 0.52082,-0.1354 1.03645,-0.3385 1.54687,-0.6094 l 0,1.3594 c -0.51563,0.2187 -1.04427,0.3854 -1.58593,0.5 -0.54168,0.1146 -1.09116,0.1719 -1.64844,0.1719 -1.39584,0 -2.50261,-0.4063 -3.32031,-1.2188 -0.81251,-0.8125 -1.21875,-1.9114 -1.21875,-3.2969 0,-1.4322 0.38541,-2.5677 1.15625,-3.4062 0.77603,-0.8437 1.8203,-1.2656 3.13281,-1.2656 1.17708,0 2.10676,0.3802 2.78906,1.1406 0.68749,0.7552 1.03124,1.7839 1.03125,3.0859 m -1.4375,-0.4218 c -0.0104,-0.7865 -0.23178,-1.4141 -0.66406,-1.8829 -0.42709,-0.4687 -0.9948,-0.7031 -1.70313,-0.7031 -0.80208,0 -1.44531,0.2266 -1.92968,0.6797 -0.47917,0.4531 -0.75521,1.0912 -0.82813,1.9141 l 5.125,-0.01"
id="path4310" />
<path
inkscape:connector-curvature="0"
d="m 437.82701,1018.2706 0,2.4844 2.96094,0 0,1.1172 -2.96094,0 0,4.75 c 0,0.7135 0.0964,1.1719 0.28906,1.375 0.19792,0.2031 0.59635,0.3047 1.19532,0.3047 l 1.47656,0 0,1.2031 -1.47656,0 c -1.10938,0 -1.87501,-0.2057 -2.29688,-0.6172 -0.42188,-0.4166 -0.63281,-1.1719 -0.63281,-2.2656 l 0,-4.75 -1.05469,0 0,-1.1172 1.05469,0 0,-2.4844 1.44531,0"
id="path4312" />
<path
inkscape:connector-curvature="0"
d="m 441.85045,1020.755 1.4375,0 1.79687,6.8281 1.78907,-6.8281 1.69531,0 1.79687,6.8281 1.78907,-6.8281 1.4375,0 -2.28907,8.75 -1.69531,0 -1.88281,-7.1719 -1.89063,7.1719 -1.69531,0 -2.28906,-8.75"
id="path4314" />
<path
inkscape:connector-curvature="0"
d="m 459.17076,1021.7628 c -0.77084,0 -1.38021,0.3021 -1.82812,0.9063 -0.44792,0.5989 -0.67188,1.4218 -0.67188,2.4687 0,1.0469 0.22135,1.8724 0.66406,2.4766 0.44792,0.5989 1.0599,0.8984 1.83594,0.8984 0.76562,0 1.37239,-0.3021 1.82031,-0.9062 0.44791,-0.6042 0.67187,-1.4271 0.67188,-2.4688 -1e-5,-1.0364 -0.22397,-1.8567 -0.67188,-2.4609 -0.44792,-0.6094 -1.05469,-0.9141 -1.82031,-0.9141 m 0,-1.2187 c 1.24999,0 2.23176,0.4062 2.94531,1.2187 0.71354,0.8125 1.07031,1.9375 1.07032,3.375 -1e-5,1.4323 -0.35678,2.5573 -1.07032,3.375 -0.71355,0.8125 -1.69532,1.2188 -2.94531,1.2188 -1.25521,0 -2.23958,-0.4063 -2.95312,-1.2188 -0.70834,-0.8177 -1.0625,-1.9427 -1.0625,-3.375 0,-1.4375 0.35416,-2.5625 1.0625,-3.375 0.71354,-0.8125 1.69791,-1.2187 2.95312,-1.2187"
id="path4316" />
<path
inkscape:connector-curvature="0"
d="m 470.6317,1022.0988 c -0.16147,-0.094 -0.33855,-0.1615 -0.53125,-0.2032 -0.18751,-0.047 -0.39584,-0.07 -0.625,-0.07 -0.81251,0 -1.43751,0.2656 -1.875,0.7969 -0.4323,0.526 -0.64844,1.2839 -0.64844,2.2734 l 0,4.6094 -1.44531,0 0,-8.75 1.44531,0 0,1.3594 c 0.30208,-0.5313 0.69531,-0.9245 1.17969,-1.1797 0.48437,-0.2604 1.07291,-0.3906 1.76562,-0.3906 0.099,0 0.20833,0.01 0.32813,0.023 0.11978,0.01 0.2526,0.029 0.39844,0.055 l 0.008,1.4766"
id="path4318" />
<path
inkscape:connector-curvature="0"
d="m 472.10045,1017.3488 1.44531,0 0,7.1796 4.28906,-3.7734 1.83594,0 -4.64062,4.0938 4.83593,4.6562 -1.875,0 -4.44531,-4.2734 0,4.2734 -1.44531,0 0,-12.1562"
id="path4320" />
</g>
<path
inkscape:connector-curvature="0"
style="fill:none;stroke:#000000;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0"
d="m 10.606602,923.40228 210.010708,0 0,42.01844 -210.010708,0 z"
id="rect4095" />
<path
inkscape:connector-curvature="0"
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:2.67700005;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0"
d="m 189.28571,936.36218 221.42857,0 0,60.71429 -221.42857,0 z"
id="rect2985" />
<g
transform="matrix(512,0,0,512,204.25,946.8621)"
id="g14018">
<g
transform="matrix(0.98806579,0,0,0.98806579,-2.368709e-4,4.6618182e-4)"
id="text3882-0"
style="font-size:0.06686545px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#b3b3b3;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans">
<path
inkscape:connector-curvature="0"
id="path4260-2"
d="m 0.00800291,0.04071128 0,0.01785909 0.01057832,0 c 0.0035478,0 0.0061707,-7.2916e-4 0.0078684,-0.0021875 0.0017195,-0.0014801 0.0025793,-0.0037329 0.0025793,-0.0067584 -3e-8,-0.0030472 -8.5979e-4,-0.0052891 -0.0025793,-0.0067257 -0.0016978,-0.0014583 -0.0043206,-0.0021875 -0.0078684,-0.0021875 l -0.01057832,0 m 0,-0.02004657 0,0.01469211 0.0097621,0 c 0.0032213,3e-8 0.0056156,-5.9854e-4 0.0071828,-0.0017957 0.0015889,-0.0012189 0.0023833,-0.003069 0.0023834,-0.0055504 -4e-8,-0.0024595 -7.945e-4,-0.0042988 -0.0023834,-0.0055177 -0.0015672,-0.0012189 -0.0039615,-0.0018283 -0.0071828,-0.0018283 l -0.0097621,0 m -0.00659513,-0.0054198 0.01684696,0 c 0.0050279,5e-8 0.0089023,0.0010448 0.0116231,0.0031343 0.0027207,0.0020896 0.0040811,0.0050607 0.0040811,0.0089132 -4e-8,0.002982 -6.9655e-4,0.0053545 -0.0020895,0.0071175 -0.0013931,0.0017631 -0.0034391,0.0028623 -0.006138,0.0032976 0.0032431,6.9654e-4 0.0057571,0.0021549 0.0075419,0.004375 0.0018065,0.0021984 0.0027098,0.0049518 0.0027099,0.0082602 -4e-8,0.0043532 -0.0014801,0.0077161 -0.0044403,0.01008859 C 0.02858274,0.0628038 0.02437094,0.06399 0.01890772,0.06399 l -0.01749995,0 0,-0.04874517" />
<path
inkscape:connector-curvature="0"
id="path4262-0"
d="m 0.04698599,0.02742308 0.0060075,0 0,0.03656704 -0.0060075,0 0,-0.03656704 m 0,-0.01423503 0.0060075,0 0,0.0076072 -0.0060075,0 0,-0.0076072" />
<path
inkscape:connector-curvature="0"
id="path4264-4"
d="m 0.07147285,0.01704065 0,0.01038243 0.01237403,0 0,0.0046688 -0.01237403,0 0,0.01985068 c -1e-8,0.002982 4.0266e-4,0.0048974 0.001208,0.0057463 8.271e-4,8.4888e-4 0.0024922,0.0012733 0.0049953,0.0012733 l 0.0061707,0 0,0.005028 -0.0061707,0 c -0.0046362,0 -0.0078358,-8.5976e-4 -0.0095989,-0.0025793 -0.0017631,-0.0017413 -0.0026446,-0.0048974 -0.0026446,-0.0094683 l 0,-0.01985068 -0.0044076,0 0,-0.0046688 0.0044076,0 0,-0.01038243 0.0060401,0" />
<path
inkscape:connector-curvature="0"
id="path4266-6"
d="m 0.11809584,0.02882699 0,0.0056157 c -0.001698,-9.3592e-4 -0.003406,-0.0016324 -0.005126,-0.0020895 -0.001698,-4.7882e-4 -0.003417,-7.1825e-4 -0.005159,-7.1828e-4 -0.003896,3e-8 -0.006922,0.0012407 -0.0090765,0.003722 -0.0021549,0.0024596 -0.0032323,0.0059204 -0.0032323,0.01038243 -10e-9,0.0044621 0.0010774,0.0079337 0.0032323,0.01041508 0.0021548,0.0024596 0.0051803,0.0036894 0.0090765,0.0036894 0.001741,1e-8 0.003461,-2.2854e-4 0.005159,-6.8563e-4 0.001719,-4.7885e-4 0.003428,-0.0011862 0.005126,-0.0021222 l 0,0.0055504 c -0.001676,7.8358e-4 -0.003417,0.0013713 -0.005224,0.0017631 -0.001785,3.9179e-4 -0.003689,5.8769e-4 -0.005714,5.8769e-4 -0.005507,0 -0.0098818,-0.0017304 -0.01312496,-0.0051912 -0.0032432,-0.0034608 -0.0048647,-0.0081296 -0.0048647,-0.01400648 0,-0.0059639 0.0016325,-0.01065448 0.0048974,-0.01407178 0.0032867,-0.0034172 0.0077814,-0.0051259 0.0134841,-0.0051259 0.00185,4e-8 0.003657,1.9593e-4 0.00542,5.8769e-4 0.001763,3.7006e-4 0.003472,9.3598e-4 0.005126,0.0016978" />
<path
inkscape:connector-curvature="0"
id="path4268-4"
d="m 0.14264799,0.03163482 c -0.003221,3e-8 -0.005768,0.0012625 -0.00764,0.0037873 -0.001872,0.0025031 -0.002808,0.0059422 -0.002808,0.01031713 -10e-9,0.004375 9.2505e-4,0.0078249 0.002775,0.01034978 0.001872,0.0025031 0.004429,0.0037547 0.007673,0.0037547 0.0032,1e-8 0.005735,-0.0012624 0.007607,-0.0037873 0.001872,-0.0025249 0.002808,-0.0059639 0.002808,-0.01031713 -3e-8,-0.0043314 -9.3597e-4,-0.0077596 -0.002808,-0.01028448 -0.001872,-0.0025466 -0.004408,-0.0038199 -0.007607,-0.0038199 m 0,-0.0050933 c 0.005224,4e-8 0.009327,0.0016978 0.0123087,0.0050933 0.002982,0.0033955 0.004473,0.008097 0.004473,0.01410443 -4e-8,0.0059857 -0.001491,0.01068716 -0.004473,0.01410443 -0.002982,0.0033955 -0.007085,0.0050933 -0.0123087,0.0050933 -0.005246,0 -0.009359,-0.0016978 -0.0123414,-0.0050933 -0.00296,-0.0034173 -0.00444,-0.0081187 -0.00444,-0.01410443 0,-0.0060074 0.00148,-0.01070889 0.00444,-0.01410443 0.002982,-0.0033955 0.007096,-0.0050932 0.0123414,-0.0050933" />
<path
inkscape:connector-curvature="0"
id="path4270-6"
d="m 0.169355,0.02742308 0.006007,0 0,0.03656704 -0.006007,0 0,-0.03656704 m 0,-0.01423503 0.006007,0 0,0.0076072 -0.006007,0 0,-0.0076072" />
<path
inkscape:connector-curvature="0"
id="path4272-2"
d="m 0.21829607,0.0419193 0,0.02207082 -0.006007,0 0,-0.02187492 c -3e-8,-0.0034608 -6.7478e-4,-0.006051 -0.002024,-0.0077705 -0.00135,-0.0017195 -0.003374,-0.0025792 -0.006073,-0.0025793 -0.003243,3e-8 -0.005801,0.0010339 -0.007673,0.0031017 -0.001872,0.0020678 -0.002808,0.0048865 -0.002808,0.0084561 l 0,0.02066691 -0.00604,0 0,-0.03656704 0.00604,0 0,0.005681 c 0.001437,-0.0021983 0.003123,-0.0038417 0.005061,-0.00493 0.001959,-0.0010883 0.004212,-0.0016324 0.006758,-0.0016325 0.004201,4e-8 0.007379,0.001306 0.009534,0.0039179 0.002155,0.0025902 0.003232,0.0064101 0.003232,0.01145985" />
</g>
<g
transform="matrix(0.98806579,0,0,0.98806579,0.00362277,4.6618182e-4)"
id="text3886-4"
style="font-size:0.06686545px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#666666;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans">
<path
inkscape:connector-curvature="0"
id="path4251-6"
d="m 0.26247592,0.01841191 0,0.0069543 c -0.00222,-0.0020677 -0.004593,-0.0036131 -0.007118,-0.0046362 -0.002503,-0.001023 -0.005169,-0.0015345 -0.007999,-0.0015345 -0.005572,5e-8 -0.009838,0.0017087 -0.0127985,0.0051259 -0.00296,0.0033955 -0.00444,0.0083147 -0.00444,0.01475741 -10e-9,0.006421 0.00148,0.01134015 0.00444,0.01475742 0.00296,0.0033955 0.007226,0.0050933 0.0127985,0.0050933 0.00283,10e-9 0.005496,-5.1149e-4 0.007999,-0.0015345 0.002525,-0.001023 0.004897,-0.0025684 0.007118,-0.0046362 l 0,0.006889 c -0.002307,0.0015672 -0.004756,0.0027425 -0.007346,0.0035261 -0.002568,7.8358e-4 -0.005289,0.0011754 -0.008162,0.0011754 -0.007379,0 -0.0131903,-0.0022528 -0.0174346,-0.0067584 -0.004244,-0.0045273 -0.006367,-0.01069802 -0.006367,-0.01851207 0,-0.0078358 0.002122,-0.01400644 0.006367,-0.01851206 0.004244,-0.0045273 0.0100559,-0.006791 0.0174346,-0.006791 0.002917,5e-8 0.005659,3.9184e-4 0.008228,0.0011754 0.00259,7.6186e-4 0.005017,0.0019155 0.007281,0.0034608" />
<path
inkscape:connector-curvature="0"
id="path4253-3"
d="m 0.28663629,0.03104713 c -0.003221,4e-8 -0.005768,0.0012625 -0.00764,0.0037873 -0.001872,0.0025031 -0.002808,0.0059422 -0.002808,0.01031713 -10e-9,0.004375 9.2504e-4,0.0078249 0.002775,0.01034978 0.001872,0.0025031 0.004429,0.0037547 0.007673,0.0037547 0.0032,0 0.005735,-0.0012624 0.007607,-0.0037873 0.001872,-0.0025249 0.002808,-0.0059639 0.002808,-0.01031713 -3e-8,-0.0043314 -9.3597e-4,-0.0077596 -0.002808,-0.01028448 -0.001872,-0.0025466 -0.004408,-0.0038199 -0.007607,-0.00382 m 0,-0.0050933 c 0.005224,3e-8 0.009327,0.0016978 0.0123087,0.0050933 0.002982,0.0033955 0.004473,0.008097 0.004473,0.01410443 -3e-8,0.0059857 -0.001491,0.01068717 -0.004473,0.01410444 -0.002982,0.0033955 -0.007085,0.0050933 -0.0123087,0.0050933 -0.005246,0 -0.009359,-0.0016978 -0.0123414,-0.0050933 -0.00296,-0.0034173 -0.00444,-0.0081188 -0.00444,-0.01410444 0,-0.0060074 0.00148,-0.01070889 0.00444,-0.01410443 0.002982,-0.0033955 0.007096,-0.0050932 0.0123414,-0.0050933" />
<path
inkscape:connector-curvature="0"
id="path4255-3"
d="m 0.33453259,0.03245105 c -6.7477e-4,-3.9176e-4 -0.001415,-6.7472e-4 -0.00222,-8.4888e-4 -7.836e-4,-1.9586e-4 -0.001654,-2.9381e-4 -0.002612,-2.9384e-4 -0.003396,3e-8 -0.006007,0.0011101 -0.007836,0.0033302 -0.001807,0.0021984 -0.00271,0.0053654 -0.00271,0.0095009 l 0,0.019263 -0.00604,0 0,-0.03656705 0.00604,0 0,0.0056809 c 0.001262,-0.0022201 0.002906,-0.0038634 0.00493,-0.00493 0.002024,-0.0010883 0.004484,-0.0016324 0.007379,-0.0016325 4.1353e-4,3e-8 8.7062e-4,3.268e-5 0.001371,9.794e-5 5.0059e-4,4.357e-5 0.001056,1.1975e-4 0.001665,2.2855e-4 l 3.265e-5,0.0061707" />
<path
inkscape:connector-curvature="0"
id="path4257-1"
d="m 0.37074049,0.04361705 0,0.0029384 -0.0276212,0 c 2.6119e-4,0.0041356 0.001502,0.0072916 0.003722,0.0094682 0.002242,0.0021549 0.005354,0.0032323 0.009338,0.0032323 0.002307,0 0.004538,-2.8296e-4 0.006693,-8.4888e-4 0.002177,-5.6592e-4 0.004331,-0.0014148 0.006465,-0.0025466 l 0,0.005681 c -0.002155,9.1417e-4 -0.004364,0.0016107 -0.006628,0.0020895 -0.002264,4.7885e-4 -0.00456,7.1828e-4 -0.006889,7.1828e-4 -0.005833,0 -0.0104586,-0.0016978 -0.0138759,-0.0050933 -0.003396,-0.0033955 -0.005093,-0.0079882 -0.005093,-0.01377794 -10e-9,-0.0059857 0.001611,-0.01073066 0.004832,-0.01423503 0.003243,-0.0035261 0.007607,-0.0052891 0.0130923,-0.0052892 0.004919,3e-8 0.008804,0.001589 0.0116557,0.0047668 0.002873,0.0031561 0.00431,0.0074549 0.00431,0.01289641 m -0.006007,-0.001763 c -4.356e-5,-0.0032867 -9.6862e-4,-0.0059095 -0.002775,-0.0078684 -0.001785,-0.0019589 -0.004157,-0.0029384 -0.007118,-0.0029384 -0.003352,4e-8 -0.00604,9.4686e-4 -0.008064,0.0028405 -0.002002,0.0018937 -0.003156,0.00456 -0.003461,0.007999 l 0.0214178,-3.265e-5" />
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 89 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View file

@ -0,0 +1,607 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
sodipodi:docname="privacy-difference-orig.svg"
inkscape:version="0.48.5 r10040"
version="1.1"
id="svg11709"
height="150"
width="600">
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1"
inkscape:cx="414.70457"
inkscape:cy="44.060587"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1278"
inkscape:window-height="762"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="0" />
<defs
id="defs11711">
<marker
style="overflow:visible"
id="TriangleOutL"
refX="0"
refY="0"
orient="auto"
inkscape:stockid="TriangleOutL">
<path
inkscape:connector-curvature="0"
transform="scale(0.8,0.8)"
style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt"
d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
id="path4332" />
</marker>
<marker
style="overflow:visible"
id="Arrow2Lend"
refX="0"
refY="0"
orient="auto"
inkscape:stockid="Arrow2Lend">
<path
inkscape:connector-curvature="0"
transform="matrix(-1.1,0,0,-1.1,-1.1,0)"
d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
style="fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"
id="path4211" />
</marker>
<inkscape:path-effect
is_visible="true"
id="path-effect3416"
effect="spiro" />
<marker
style="overflow:visible"
id="Arrow2Lend-0"
refX="0"
refY="0"
orient="auto"
inkscape:stockid="Arrow2Lend">
<path
transform="matrix(-1.1,0,0,-1.1,-1.1,0)"
d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
style="fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"
id="path4211-3"
inkscape:connector-curvature="0" />
</marker>
<inkscape:path-effect
is_visible="true"
id="path-effect3416-8"
effect="spiro" />
<marker
style="overflow:visible"
id="Arrow2LendH"
refX="0"
refY="0"
orient="auto"
inkscape:stockid="Arrow2LendH">
<path
inkscape:connector-curvature="0"
transform="matrix(-1.1,0,0,-1.1,-1.1,0)"
d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
style="stroke-linejoin:round;stroke:#8d0000;stroke-width:0.625;fill:#8d0000;fill-rule:evenodd"
id="path3991" />
</marker>
<marker
style="overflow:visible"
id="Arrow2Lendk"
refX="0"
refY="0"
orient="auto"
inkscape:stockid="Arrow2Lendk">
<path
inkscape:connector-curvature="0"
transform="matrix(-1.1,0,0,-1.1,-1.1,0)"
d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
style="stroke-linejoin:round;stroke:#860000;stroke-width:0.625;fill:#860000;fill-rule:evenodd"
id="path4070" />
</marker>
<marker
style="overflow:visible"
id="Arrow2Lendkc"
refX="0"
refY="0"
orient="auto"
inkscape:stockid="Arrow2Lendkc">
<path
inkscape:connector-curvature="0"
transform="matrix(-1.1,0,0,-1.1,-1.1,0)"
d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
style="stroke-linejoin:round;fill-rule:evenodd;stroke:#008000;stroke-width:0.625;fill:#008000"
id="path4147" />
</marker>
</defs>
<metadata
id="metadata11714">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
transform="translate(0,-902.36218)"
id="layer1"
inkscape:groupmode="layer"
inkscape:label="Layer 1">
<g
id="flowRoot12287"
style="font-size:16px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans" />
<g
id="g4210">
<g
style="font-size:16px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#800000;fill-opacity:1;stroke:none;font-family:Sans"
id="text3390">
<path
d="m 177.32812,920.79755 -2.14062,5.80468 4.28906,0 -2.14844,-5.80468 m -0.89062,-1.55469 1.78906,0 4.44531,11.66406 -1.64062,0 -1.0625,-2.99219 -5.25781,0 -1.0625,2.99219 -1.66407,0 4.45313,-11.66406"
style=""
id="path4232" />
<path
d="m 184.30469,918.75067 1.4375,0 0,12.15625 -1.4375,0 0,-12.15625"
style=""
id="path4234" />
<path
d="m 188.74219,922.15692 1.4375,0 0,8.75 -1.4375,0 0,-8.75 m 0,-3.40625 1.4375,0 0,1.82031 -1.4375,0 0,-1.82031"
style=""
id="path4236" />
<path
d="m 199.47656,922.49286 0,1.34375 c -0.40625,-0.22395 -0.81511,-0.39062 -1.22656,-0.5 -0.40626,-0.11458 -0.81771,-0.17187 -1.23438,-0.17188 -0.93229,1e-5 -1.65625,0.29689 -2.17187,0.89063 -0.51563,0.58855 -0.77344,1.41667 -0.77344,2.48437 0,1.06772 0.25781,1.89844 0.77344,2.49219 0.51562,0.58854 1.23958,0.88281 2.17187,0.88281 0.41667,0 0.82812,-0.0547 1.23438,-0.16406 0.41145,-0.11458 0.82031,-0.28385 1.22656,-0.50781 l 0,1.32812 c -0.40105,0.1875 -0.81771,0.32813 -1.25,0.42188 -0.42709,0.0937 -0.88282,0.14062 -1.36719,0.14062 -1.31771,0 -2.36458,-0.41406 -3.14062,-1.24218 -0.77604,-0.82813 -1.16406,-1.94531 -1.16406,-3.35157 0,-1.42707 0.39062,-2.54947 1.17187,-3.36718 0.78646,-0.8177 1.86198,-1.22656 3.22656,-1.22657 0.44271,1e-5 0.875,0.0469 1.29688,0.14063 0.42187,0.0886 0.83072,0.22397 1.22656,0.40625"
style=""
id="path4238" />
<path
d="m 209.44531,926.17255 0,0.70312 -6.60937,0 c 0.0625,0.98959 0.35937,1.7448 0.89062,2.26563 0.53646,0.51562 1.28125,0.77343 2.23438,0.77343 0.55207,0 1.08593,-0.0677 1.60156,-0.20312 0.52083,-0.13542 1.03645,-0.33854 1.54687,-0.60938 l 0,1.35938 c -0.51563,0.21875 -1.04427,0.38542 -1.58593,0.5 -0.54168,0.11458 -1.09115,0.17187 -1.64844,0.17187 -1.39584,0 -2.50261,-0.40625 -3.32031,-1.21875 -0.8125,-0.81249 -1.21875,-1.91145 -1.21875,-3.29687 0,-1.43229 0.38541,-2.5677 1.15625,-3.40625 0.77604,-0.84374 1.82031,-1.26562 3.13281,-1.26563 1.17708,1e-5 2.10676,0.38022 2.78906,1.14063 0.68749,0.75521 1.03124,1.78386 1.03125,3.08594 m -1.4375,-0.42188 c -0.0104,-0.78645 -0.23178,-1.41405 -0.66406,-1.88281 -0.42709,-0.46874 -0.9948,-0.70312 -1.70313,-0.70313 -0.80208,1e-5 -1.44531,0.22657 -1.92968,0.67969 -0.47917,0.45313 -0.75521,1.09115 -0.82813,1.91406 l 5.125,-0.008"
style=""
id="path4240" />
<path
d="m 220.82812,920.79755 -2.14062,5.80468 4.28906,0 -2.14844,-5.80468 m -0.89062,-1.55469 1.78906,0 4.44531,11.66406 -1.64062,0 -1.0625,-2.99219 -5.25781,0 -1.0625,2.99219 -1.66407,0 4.45313,-11.66406"
style=""
id="path4242" />
<path
d="m 227.72656,928.92255 1.64844,0 0,1.98437 -1.64844,0 0,-1.98437"
style=""
id="path4244" />
<path
d="m 241.67187,920.79755 -2.14062,5.80468 4.28906,0 -2.14844,-5.80468 m -0.89062,-1.55469 1.78906,0 4.44531,11.66406 -1.64062,0 -1.0625,-2.99219 -5.25781,0 -1.0625,2.99219 -1.66407,0 4.45313,-11.66406"
style=""
id="path4246" />
<path
d="m 248.64844,918.75067 1.4375,0 0,12.15625 -1.4375,0 0,-12.15625"
style=""
id="path4248" />
<path
d="m 253.08594,918.75067 1.4375,0 0,12.15625 -1.4375,0 0,-12.15625"
style=""
id="path4250" />
<path
d="m 265.00781,926.17255 0,0.70312 -6.60937,0 c 0.0625,0.98959 0.35937,1.7448 0.89062,2.26563 0.53646,0.51562 1.28125,0.77343 2.23438,0.77343 0.55207,0 1.08593,-0.0677 1.60156,-0.20312 0.52083,-0.13542 1.03645,-0.33854 1.54687,-0.60938 l 0,1.35938 c -0.51563,0.21875 -1.04427,0.38542 -1.58593,0.5 -0.54168,0.11458 -1.09115,0.17187 -1.64844,0.17187 -1.39584,0 -2.50261,-0.40625 -3.32031,-1.21875 -0.8125,-0.81249 -1.21875,-1.91145 -1.21875,-3.29687 0,-1.43229 0.38541,-2.5677 1.15625,-3.40625 0.77604,-0.84374 1.82031,-1.26562 3.13281,-1.26563 1.17708,1e-5 2.10676,0.38022 2.78906,1.14063 0.68749,0.75521 1.03124,1.78386 1.03125,3.08594 m -1.4375,-0.42188 c -0.0104,-0.78645 -0.23178,-1.41405 -0.66406,-1.88281 -0.42709,-0.46874 -0.9948,-0.70312 -1.70313,-0.70313 -0.80208,1e-5 -1.44531,0.22657 -1.92968,0.67969 -0.47917,0.45313 -0.75521,1.09115 -0.82813,1.91406 l 5.125,-0.008"
style=""
id="path4252" />
<path
d="m 274.60937,925.62567 0,5.28125 -1.4375,0 0,-5.23437 c 0,-0.82812 -0.16146,-1.44791 -0.48437,-1.85938 -0.32292,-0.41145 -0.8073,-0.61718 -1.45313,-0.61719 -0.77604,1e-5 -1.38802,0.24741 -1.83593,0.74219 -0.44792,0.4948 -0.67188,1.16928 -0.67188,2.02344 l 0,4.94531 -1.44531,0 0,-8.75 1.44531,0 0,1.35938 c 0.34375,-0.52604 0.74739,-0.91927 1.21094,-1.17969 0.46875,-0.26041 1.00781,-0.39062 1.61719,-0.39063 1.0052,1e-5 1.76562,0.31251 2.28125,0.9375 0.51561,0.6198 0.77343,1.53386 0.77343,2.74219"
style=""
id="path4254" />
</g>
<g
style="font-size:16px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#800000;fill-opacity:1;stroke:none;font-family:Sans"
id="text3394">
<path
d="m 473.17578,923.78583 0,4.27344 2.53125,0 c 0.84895,0 1.47656,-0.17448 1.88281,-0.52344 0.41145,-0.35417 0.61718,-0.89323 0.61719,-1.61719 -10e-6,-0.72916 -0.20574,-1.26562 -0.61719,-1.60937 -0.40625,-0.34896 -1.03386,-0.52344 -1.88281,-0.52344 l -2.53125,0 m 0,-4.79688 0,3.51563 2.33594,0 c 0.77083,0 1.34374,-0.14322 1.71875,-0.42969 0.3802,-0.29166 0.5703,-0.73437 0.57031,-1.32812 -10e-6,-0.58854 -0.19011,-1.02864 -0.57031,-1.32032 -0.37501,-0.29165 -0.94792,-0.43749 -1.71875,-0.4375 l -2.33594,0 m -1.57812,-1.29687 4.03125,0 c 1.20311,10e-6 2.1302,0.25001 2.78125,0.75 0.65103,0.50001 0.97655,1.21094 0.97656,2.13281 -1e-5,0.71355 -0.16668,1.28126 -0.5,1.70313 -0.33334,0.42188 -0.82293,0.6849 -1.46875,0.78906 0.77603,0.16667 1.37759,0.51563 1.80469,1.04687 0.43228,0.52605 0.64842,1.1849 0.64843,1.97657 -10e-6,1.04166 -0.35417,1.84635 -1.0625,2.41406 -0.70834,0.56771 -1.71615,0.85156 -3.02343,0.85156 l -4.1875,0 0,-11.66406"
style=""
id="path4257" />
<path
d="m 485.89453,921.61395 c -0.77084,10e-6 -1.38021,0.30209 -1.82812,0.90625 -0.44792,0.59897 -0.67188,1.42188 -0.67188,2.46875 0,1.04688 0.22135,1.8724 0.66406,2.47657 0.44792,0.59895 1.0599,0.89843 1.83594,0.89843 0.76562,0 1.37239,-0.30208 1.82031,-0.90625 0.44791,-0.60416 0.67187,-1.42708 0.67188,-2.46875 -1e-5,-1.03645 -0.22397,-1.85676 -0.67188,-2.46093 -0.44792,-0.60937 -1.05469,-0.91406 -1.82031,-0.91407 m 0,-1.21875 c 1.25,10e-6 2.23176,0.40626 2.94531,1.21875 0.71354,0.81251 1.07031,1.93751 1.07032,3.375 -1e-5,1.4323 -0.35678,2.5573 -1.07032,3.375 -0.71355,0.8125 -1.69531,1.21875 -2.94531,1.21875 -1.25521,0 -2.23958,-0.40625 -2.95312,-1.21875 -0.70834,-0.8177 -1.0625,-1.9427 -1.0625,-3.375 0,-1.43749 0.35416,-2.56249 1.0625,-3.375 0.71354,-0.81249 1.69791,-1.21874 2.95312,-1.21875"
style=""
id="path4259" />
<path
d="m 498.56641,924.98895 c -1e-5,-1.05728 -0.21876,-1.88541 -0.65625,-2.48437 -0.4323,-0.60416 -1.02866,-0.90624 -1.78907,-0.90625 -0.76042,10e-6 -1.35938,0.30209 -1.79687,0.90625 -0.4323,0.59896 -0.64844,1.42709 -0.64844,2.48437 0,1.0573 0.21614,1.88803 0.64844,2.49219 0.43749,0.59896 1.03645,0.89844 1.79687,0.89844 0.76041,0 1.35677,-0.29948 1.78907,-0.89844 0.43749,-0.60416 0.65624,-1.43489 0.65625,-2.49219 m -4.89063,-3.05468 c 0.30208,-0.52083 0.68229,-0.90625 1.14063,-1.15625 0.46353,-0.2552 1.01562,-0.38281 1.65625,-0.38282 1.06249,10e-6 1.92447,0.42189 2.58593,1.26563 0.66666,0.84375 0.99999,1.95313 1,3.32812 -10e-6,1.37501 -0.33334,2.48438 -1,3.32813 -0.66146,0.84375 -1.52344,1.26562 -2.58593,1.26562 -0.64063,0 -1.19272,-0.125 -1.65625,-0.375 -0.45834,-0.25521 -0.83855,-0.64323 -1.14063,-1.16406 l 0,1.3125 -1.44531,0 0,-12.15625 1.44531,0 0,4.73438"
style=""
id="path4261" />
<path
d="m 509.17578,923.78583 0,4.27344 2.53125,0 c 0.84895,0 1.47656,-0.17448 1.88281,-0.52344 0.41145,-0.35417 0.61718,-0.89323 0.61719,-1.61719 -10e-6,-0.72916 -0.20574,-1.26562 -0.61719,-1.60937 -0.40625,-0.34896 -1.03386,-0.52344 -1.88281,-0.52344 l -2.53125,0 m 0,-4.79688 0,3.51563 2.33594,0 c 0.77083,0 1.34374,-0.14322 1.71875,-0.42969 0.3802,-0.29166 0.5703,-0.73437 0.57031,-1.32812 -10e-6,-0.58854 -0.19011,-1.02864 -0.57031,-1.32032 -0.37501,-0.29165 -0.94792,-0.43749 -1.71875,-0.4375 l -2.33594,0 m -1.57812,-1.29687 4.03125,0 c 1.20311,10e-6 2.1302,0.25001 2.78125,0.75 0.65103,0.50001 0.97655,1.21094 0.97656,2.13281 -10e-6,0.71355 -0.16668,1.28126 -0.5,1.70313 -0.33334,0.42188 -0.82293,0.6849 -1.46875,0.78906 0.77603,0.16667 1.37759,0.51563 1.80469,1.04687 0.43228,0.52605 0.64842,1.1849 0.64843,1.97657 -10e-6,1.04166 -0.35417,1.84635 -1.0625,2.41406 -0.70834,0.56771 -1.71615,0.85156 -3.02343,0.85156 l -4.1875,0 0,-11.66406"
style=""
id="path4263" />
<path
d="m 518.70703,927.37177 1.64844,0 0,1.98437 -1.64844,0 0,-1.98437"
style=""
id="path4265" />
<path
d="m 530.33203,923.78583 0,4.27344 2.53125,0 c 0.84895,0 1.47656,-0.17448 1.88281,-0.52344 0.41145,-0.35417 0.61718,-0.89323 0.61719,-1.61719 -10e-6,-0.72916 -0.20574,-1.26562 -0.61719,-1.60937 -0.40625,-0.34896 -1.03386,-0.52344 -1.88281,-0.52344 l -2.53125,0 m 0,-4.79688 0,3.51563 2.33594,0 c 0.77083,0 1.34374,-0.14322 1.71875,-0.42969 0.3802,-0.29166 0.5703,-0.73437 0.57031,-1.32812 -10e-6,-0.58854 -0.19011,-1.02864 -0.57031,-1.32032 -0.37501,-0.29165 -0.94792,-0.43749 -1.71875,-0.4375 l -2.33594,0 m -1.57812,-1.29687 4.03125,0 c 1.20311,10e-6 2.1302,0.25001 2.78125,0.75 0.65103,0.50001 0.97655,1.21094 0.97656,2.13281 -10e-6,0.71355 -0.16668,1.28126 -0.5,1.70313 -0.33334,0.42188 -0.82293,0.6849 -1.46875,0.78906 0.77603,0.16667 1.37759,0.51563 1.80469,1.04687 0.43228,0.52605 0.64842,1.1849 0.64843,1.97657 -10e-6,1.04166 -0.35417,1.84635 -1.0625,2.41406 -0.70834,0.56771 -1.71615,0.85156 -3.02343,0.85156 l -4.1875,0 0,-11.66406"
style=""
id="path4267" />
<path
d="m 539.66016,920.60614 1.4375,0 0,8.75 -1.4375,0 0,-8.75 m 0,-3.40625 1.4375,0 0,1.82031 -1.4375,0 0,-1.82031"
style=""
id="path4269" />
<path
d="m 544.09766,917.19989 1.4375,0 0,12.15625 -1.4375,0 0,-12.15625"
style=""
id="path4271" />
<path
d="m 548.53516,917.19989 1.4375,0 0,12.15625 -1.4375,0 0,-12.15625"
style=""
id="path4273" />
<path
d="m 552.97266,920.60614 1.4375,0 0,8.75 -1.4375,0 0,-8.75 m 0,-3.40625 1.4375,0 0,1.82031 -1.4375,0 0,-1.82031"
style=""
id="path4275" />
<path
d="m 564.68359,924.07489 0,5.28125 -1.4375,0 0,-5.23437 c 0,-0.82812 -0.16146,-1.44791 -0.48437,-1.85938 -0.32292,-0.41145 -0.8073,-0.61718 -1.45313,-0.61719 -0.77604,10e-6 -1.38802,0.24741 -1.83593,0.74219 -0.44792,0.4948 -0.67188,1.16928 -0.67188,2.02344 l 0,4.94531 -1.44531,0 0,-8.75 1.44531,0 0,1.35938 c 0.34375,-0.52604 0.74739,-0.91927 1.21094,-1.17969 0.46874,-0.26041 1.00781,-0.39062 1.61719,-0.39063 1.0052,10e-6 1.76561,0.31251 2.28125,0.9375 0.51561,0.6198 0.77342,1.53386 0.77343,2.74219"
style=""
id="path4277" />
<path
d="m 573.32422,924.87958 c -10e-6,-1.04166 -0.21615,-1.84895 -0.64844,-2.42188 -0.42709,-0.57291 -1.02865,-0.85936 -1.80469,-0.85937 -0.77083,10e-6 -1.3724,0.28646 -1.80468,0.85937 -0.42709,0.57293 -0.64063,1.38022 -0.64063,2.42188 0,1.03646 0.21354,1.84115 0.64063,2.41406 0.43228,0.57292 1.03385,0.85938 1.80468,0.85938 0.77604,0 1.3776,-0.28646 1.80469,-0.85938 0.43229,-0.57291 0.64843,-1.3776 0.64844,-2.41406 m 1.4375,3.39062 c -10e-6,1.48959 -0.33074,2.59636 -0.99219,3.32032 -0.66146,0.72916 -1.67448,1.09374 -3.03906,1.09375 -0.50521,-10e-6 -0.98178,-0.0391 -1.42969,-0.11719 -0.44792,-0.0729 -0.88281,-0.18751 -1.30469,-0.34375 l 0,-1.39844 c 0.42188,0.22917 0.83854,0.39844 1.25,0.50781 0.41146,0.10938 0.83073,0.16406 1.25782,0.16407 0.9427,-10e-6 1.64843,-0.2474 2.11718,-0.74219 0.46875,-0.48959 0.70312,-1.23177 0.70313,-2.22656 l 0,-0.71094 c -0.29688,0.51562 -0.67709,0.90104 -1.14063,1.15625 -0.46354,0.25521 -1.01823,0.38281 -1.66406,0.38281 -1.07292,0 -1.9375,-0.40885 -2.59375,-1.22656 -0.65625,-0.81771 -0.98437,-1.90104 -0.98437,-3.25 0,-1.35416 0.32812,-2.4401 0.98437,-3.25781 0.65625,-0.8177 1.52083,-1.22656 2.59375,-1.22657 0.64583,10e-6 1.20052,0.12762 1.66406,0.38282 0.46354,0.25521 0.84375,0.64063 1.14063,1.15625 l 0,-1.32813 1.4375,0 0,7.66406"
style=""
id="path4279" />
<path
d="m 583.30078,920.86395 0,1.35938 c -0.40626,-0.20833 -0.82813,-0.36458 -1.26562,-0.46875 -0.43751,-0.10416 -0.89063,-0.15624 -1.35938,-0.15625 -0.71354,10e-6 -1.25,0.10938 -1.60937,0.32812 -0.35417,0.21876 -0.53126,0.54688 -0.53125,0.98438 -10e-6,0.33334 0.1276,0.59636 0.38281,0.78906 0.2552,0.18751 0.76822,0.36719 1.53906,0.53906 l 0.49219,0.10938 c 1.02083,0.21875 1.74478,0.52865 2.17187,0.92969 0.43229,0.39583 0.64843,0.95052 0.64844,1.66406 -10e-6,0.8125 -0.32292,1.45573 -0.96875,1.92969 -0.64063,0.47395 -1.52344,0.71093 -2.64844,0.71093 -0.46875,0 -0.95833,-0.0469 -1.46875,-0.14062 -0.50521,-0.0885 -1.03906,-0.22396 -1.60156,-0.40625 l 0,-1.48438 c 0.53125,0.27605 1.05469,0.48438 1.57031,0.625 0.51563,0.13542 1.02604,0.20313 1.53125,0.20313 0.67708,0 1.19792,-0.11458 1.5625,-0.34375 0.36458,-0.23438 0.54687,-0.5625 0.54688,-0.98438 -10e-6,-0.39062 -0.13282,-0.6901 -0.39844,-0.89843 -0.26042,-0.20833 -0.83594,-0.40886 -1.72656,-0.60157 l -0.5,-0.11718 c -0.89063,-0.1875 -1.53386,-0.47396 -1.92969,-0.85938 -0.39583,-0.39062 -0.59375,-0.92447 -0.59375,-1.60156 0,-0.82291 0.29167,-1.45833 0.875,-1.90625 0.58333,-0.44791 1.41146,-0.67187 2.48438,-0.67188 0.53124,10e-6 1.03124,0.0391 1.5,0.11719 0.46874,0.0781 0.90103,0.19532 1.29687,0.35156"
style=""
id="path4281" />
</g>
<g
style="font-size:20px;font-style:normal;font-weight:bold;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#800000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold"
id="text3398">
<path
d="m 15.341797,915.87958 4.199219,0 5.302734,10 0,-10 3.564453,0 0,14.58008 -4.199219,0 -5.302734,-10 0,10 -3.564453,0 0,-14.58008"
style=""
id="path4284" />
<path
d="m 37.109375,921.75848 c -0.774746,1e-5 -1.367193,0.27996 -1.777344,0.83985 -0.40365,0.55339 -0.605473,1.35417 -0.605469,2.40234 -4e-6,1.04818 0.201819,1.85222 0.605469,2.41211 0.410151,0.55339 1.002598,0.83008 1.777344,0.83008 0.761711,0 1.344393,-0.27669 1.748047,-0.83008 0.403637,-0.55989 0.605459,-1.36393 0.605469,-2.41211 -10e-6,-1.04817 -0.201832,-1.84895 -0.605469,-2.40234 -0.403654,-0.55989 -0.986336,-0.83984 -1.748047,-0.83985 m 0,-2.5 c 1.881502,2e-5 3.349599,0.50783 4.404297,1.52344 1.061185,1.01564 1.591784,2.42188 1.591797,4.21875 -1.3e-5,1.79688 -0.530612,3.20313 -1.591797,4.21875 -1.054698,1.01563 -2.522795,1.52344 -4.404297,1.52344 -1.888026,0 -3.365889,-0.50781 -4.433594,-1.52344 -1.061199,-1.01562 -1.591797,-2.42187 -1.591797,-4.21875 0,-1.79687 0.530598,-3.20311 1.591797,-4.21875 1.067705,-1.01561 2.545568,-1.52342 4.433594,-1.52344"
style=""
id="path4286" />
<path
d="m 49.472656,916.41669 0,3.10547 3.603516,0 0,2.5 -3.603516,0 0,4.63867 c -5e-6,0.50781 0.100906,0.85287 0.302735,1.03515 0.201817,0.17579 0.602207,0.26368 1.201171,0.26368 l 1.796875,0 0,2.5 -2.998046,0 c -1.380213,0 -2.36003,-0.28646 -2.939454,-0.85938 -0.572918,-0.57942 -0.859377,-1.55924 -0.859375,-2.93945 l 0,-4.63867 -1.738281,0 0,-2.5 1.738281,0 0,-3.10547 3.496094,0"
style=""
id="path4288" />
<path
d="m 65.673828,928.87762 0,5.74219 -3.496094,0 0,-15.09765 3.496094,0 0,1.60156 c 0.481765,-0.63801 1.015619,-1.10676 1.601563,-1.40625 0.58593,-0.30598 1.259757,-0.45897 2.021484,-0.45899 1.347646,2e-5 2.454416,0.53712 3.320312,1.61133 0.865873,1.06772 1.298815,2.44467 1.298829,4.13086 -1.4e-5,1.6862 -0.432956,3.06641 -1.298829,4.14063 -0.865896,1.0677 -1.972666,1.60156 -3.320312,1.60156 -0.761727,0 -1.435554,-0.14974 -2.021484,-0.44922 -0.585944,-0.30599 -1.119798,-0.77799 -1.601563,-1.41602 m 2.324219,-7.08007 c -0.748705,10e-6 -1.324876,0.2767 -1.728516,0.83007 -0.397141,0.54689 -0.595708,1.3379 -0.595703,2.37305 -5e-6,1.03516 0.198562,1.82943 0.595703,2.38281 0.40364,0.54688 0.979811,0.82032 1.728516,0.82032 0.74869,0 1.31835,-0.27344 1.708984,-0.82032 0.397126,-0.54687 0.595694,-1.34114 0.595703,-2.38281 -9e-6,-1.04166 -0.198577,-1.83593 -0.595703,-2.38281 -0.390634,-0.54687 -0.960294,-0.8203 -1.708984,-0.82031"
style=""
id="path4290" />
<path
d="m 84.638672,922.50067 c -0.305999,-0.14322 -0.611988,-0.24739 -0.917969,-0.3125 -0.299488,-0.0716 -0.602222,-0.10741 -0.908203,-0.10742 -0.898445,1e-5 -1.591803,0.28972 -2.080078,0.86914 -0.481776,0.57292 -0.722662,1.39649 -0.722656,2.4707 l 0,5.03907 -3.496094,0 0,-10.9375 3.496094,0 0,1.79687 c 0.449213,-0.71614 0.963535,-1.23697 1.542968,-1.5625 0.585931,-0.33202 1.2858,-0.49803 2.09961,-0.49805 0.117178,2e-5 0.244131,0.007 0.380859,0.0195 0.13671,0.007 0.335277,0.0261 0.595703,0.0586 l 0.0098,3.16406"
style=""
id="path4292" />
<path
d="m 86.396484,919.52216 3.496094,0 0,10.9375 -3.496094,0 0,-10.9375 m 0,-4.25782 3.496094,0 0,2.85157 -3.496094,0 0,-2.85157"
style=""
id="path4294" />
<path
d="m 91.894531,919.52216 3.496094,0 2.724609,7.55859 2.714846,-7.55859 3.50586,0 -4.30664,10.9375 -3.837894,0 -4.296875,-10.9375"
style=""
id="path4296" />
<path
d="m 111.2207,925.53778 c -0.72917,10e-6 -1.2793,0.1237 -1.65039,0.37109 -0.36459,0.2474 -0.54688,0.61199 -0.54687,1.09375 -10e-6,0.44272 0.14648,0.79102 0.43945,1.04493 0.29947,0.24739 0.71289,0.37109 1.24024,0.37109 0.65754,0 1.21093,-0.23437 1.66015,-0.70312 0.44921,-0.47526 0.67382,-1.06771 0.67383,-1.77735 l 0,-0.40039 -1.81641,0 m 5.3418,-1.31836 0,6.24024 -3.52539,0 0,-1.6211 c -0.46876,0.66407 -0.9961,1.14909 -1.58203,1.45508 -0.58595,0.29948 -1.29884,0.44922 -2.13867,0.44922 -1.13282,0 -2.05404,-0.32878 -2.76368,-0.98633 -0.70312,-0.66406 -1.05468,-1.52343 -1.05468,-2.57812 0,-1.28255 0.43945,-2.22331 1.31836,-2.82227 0.88541,-0.59895 2.27213,-0.89843 4.16015,-0.89844 l 2.06055,0 0,-0.27343 c -1e-5,-0.55338 -0.21811,-0.95703 -0.6543,-1.21094 -0.4362,-0.26041 -1.11654,-0.39062 -2.04101,-0.39063 -0.74871,10e-6 -1.44532,0.0749 -2.08985,0.22461 -0.64453,0.14975 -1.24349,0.37436 -1.79687,0.67383 l 0,-2.66602 c 0.74869,-0.18228 1.50065,-0.31899 2.25586,-0.41015 0.7552,-0.0977 1.51041,-0.14647 2.26562,-0.14649 1.97265,2e-5 3.39518,0.39064 4.26758,1.17188 0.8789,0.77475 1.31835,2.03777 1.31836,3.78906"
style=""
id="path4298" />
<path
d="m 123.61328,916.41669 0,3.10547 3.60352,0 0,2.5 -3.60352,0 0,4.63867 c 0,0.50781 0.10091,0.85287 0.30274,1.03515 0.20181,0.17579 0.6022,0.26368 1.20117,0.26368 l 1.79687,0 0,2.5 -2.99804,0 c -1.38022,0 -2.36003,-0.28646 -2.93946,-0.85938 -0.57292,-0.57942 -0.85937,-1.55924 -0.85937,-2.93945 l 0,-4.63867 -1.73828,0 0,-2.5 1.73828,0 0,-3.10547 3.49609,0"
style=""
id="path4300" />
<path
d="m 140.2832,924.96161 0,0.99609 -8.17383,0 c 0.0846,0.82032 0.38086,1.43555 0.88868,1.84571 0.5078,0.41015 1.21744,0.61523 2.1289,0.61523 0.73567,0 1.48762,-0.10742 2.25586,-0.32227 0.77473,-0.22135 1.569,-0.55338 2.38281,-0.99609 l 0,2.69531 c -0.82683,0.3125 -1.65365,0.54688 -2.48046,0.70313 -0.82684,0.16276 -1.65366,0.24414 -2.48047,0.24414 -1.97917,0 -3.51889,-0.5013 -4.61914,-1.50391 -1.09375,-1.00911 -1.64063,-2.42187 -1.64063,-4.23828 0,-1.78385 0.53711,-3.18684 1.61133,-4.20898 1.08073,-1.02213 2.5651,-1.53319 4.45312,-1.53321 1.71875,2e-5 3.09244,0.51759 4.1211,1.55274 1.03514,1.03516 1.55272,2.41863 1.55273,4.15039 m -3.59375,-1.16211 c -1e-5,-0.66406 -0.19532,-1.19791 -0.58593,-1.60156 -0.38413,-0.41015 -0.88868,-0.61523 -1.51368,-0.61524 -0.67709,10e-6 -1.22722,0.19207 -1.65039,0.57617 -0.42318,0.37762 -0.68685,0.92449 -0.79101,1.64063 l 4.54101,0"
style=""
id="path4302" />
<path
d="m 143.47656,919.52216 3.52539,0 0,3.77929 -3.52539,0 0,-3.77929 m 0,7.1582 3.52539,0 0,3.7793 -3.52539,0 0,-3.7793"
style=""
id="path4304" />
</g>
<g
style="font-size:22px;font-style:normal;font-weight:bold;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#008000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold"
id="text3402">
<path
d="m 15.09668,993.3241 6.864257,0 c 2.041005,10e-6 3.605782,0.45476 4.694336,1.36425 1.095689,0.90236 1.64354,2.19142 1.643555,3.86719 -1.5e-5,1.68296 -0.547866,2.97916 -1.643555,3.88866 -1.088554,0.9024 -2.653331,1.3535 -4.694336,1.3535 l -2.728515,0 0,5.5645 -4.135742,0 0,-16.0381 m 4.135742,2.99707 0,4.47953 2.288086,0 c 0.802074,0 1.421539,-0.1934 1.858398,-0.5801 0.436838,-0.39389 0.655263,-0.9489 0.655274,-1.66506 -1.1e-5,-0.71613 -0.218436,-1.26756 -0.655274,-1.65429 -0.436859,-0.38671 -1.056324,-0.58007 -1.858398,-0.58008 l -2.288086,0"
style=""
id="path4307" />
<path
d="m 36.763672,999.79089 c -0.85222,10e-6 -1.503912,0.30791 -1.955078,0.92381 -0.444016,0.6088 -0.666021,1.4896 -0.666016,2.6426 -5e-6,1.153 0.222,2.0374 0.666016,2.6533 0.451166,0.6087 1.102858,0.9131 1.955078,0.9131 0.837882,0 1.478832,-0.3044 1.922851,-0.9131 0.444001,-0.6159 0.666006,-1.5003 0.666016,-2.6533 -1e-5,-1.153 -0.222015,-2.0338 -0.666016,-2.6426 -0.444019,-0.6159 -1.084969,-0.9238 -1.922851,-0.92381 m 0,-2.75 c 2.069652,2e-5 3.684559,0.55861 4.844726,1.67578 1.167305,1.1172 1.750963,2.66403 1.750977,4.64063 -1.4e-5,1.9766 -0.583672,3.5234 -1.750977,4.6406 -1.160167,1.1172 -2.775074,1.6758 -4.844726,1.6758 -2.076829,0 -3.702478,-0.5586 -4.876953,-1.6758 -1.167319,-1.1172 -1.750978,-2.664 -1.750977,-4.6406 -1e-6,-1.9766 0.583658,-3.52343 1.750977,-4.64063 1.174475,-1.11717 2.800124,-1.67576 4.876953,-1.67578"
style=""
id="path4309" />
<path
d="m 50.363281,993.91492 0,3.41601 3.963867,0 0,2.74997 -3.963867,0 0,5.1026 c -6e-6,0.5586 0.110997,0.9381 0.333008,1.1386 0.221999,0.1934 0.662428,0.2901 1.321289,0.2901 l 1.976563,0 0,2.75 -3.297852,0 c -1.518234,0 -2.596032,-0.3151 -3.233398,-0.9453 -0.630211,-0.6374 -0.945315,-1.7152 -0.945313,-3.2334 l 0,-5.1026 -1.912109,0 0,-2.74997 1.912109,0 0,-3.41601 3.845703,0"
style=""
id="path4311" />
<path
d="m 68.700195,1003.3143 0,1.0957 -8.991211,0 c 0.09309,0.9024 0.41894,1.5791 0.977539,2.0303 0.558588,0.4512 1.339186,0.6768 2.341797,0.6768 0.809236,0 1.636384,-0.1182 2.481446,-0.3545 0.852202,-0.2435 1.725899,-0.6087 2.621093,-1.0957 l 0,2.9648 c -0.909517,0.3438 -1.819022,0.6016 -2.728515,0.7735 -0.909515,0.179 -1.819019,0.2685 -2.728516,0.2685 -2.177089,0 -3.870772,-0.5514 -5.081055,-1.6543 -1.203126,-1.11 -1.804688,-2.664 -1.804687,-4.6621 -10e-7,-1.9622 0.590819,-3.50552 1.772461,-4.62988 1.188798,-1.12434 2.821609,-1.68651 4.898437,-1.68653 1.890616,2e-5 3.401682,0.56935 4.533203,1.70801 1.138659,1.13868 1.707994,2.6605 1.708008,4.5654 m -3.953125,-1.2783 c -10e-6,-0.7304 -0.214853,-1.3177 -0.644531,-1.7617 -0.422535,-0.45117 -0.977547,-0.67676 -1.665039,-0.67677 -0.744799,10e-6 -1.349941,0.21128 -1.81543,0.63377 -0.4655,0.4154 -0.755539,1.017 -0.870117,1.8047 l 4.995117,0"
style=""
id="path4313" />
<path
d="m 83.696289,1002.036 0,7.3262 -3.867187,0 0,-1.1924 0,-4.415 c -1.1e-5,-1.0384 -0.02508,-1.7546 -0.0752,-2.1485 -0.04298,-0.3938 -0.121754,-0.6839 -0.236328,-0.8701 -0.1504,-0.2506 -0.354501,-0.444 -0.612305,-0.5801 -0.257821,-0.1432 -0.55144,-0.21481 -0.880859,-0.21482 -0.802091,10e-6 -1.432298,0.31152 -1.890625,0.93462 -0.458339,0.6158 -0.687506,1.4716 -0.6875,2.5673 l 0,5.919 -3.845703,0 0,-12.03127 3.845703,0 0,1.76172 c 0.580072,-0.70181 1.195957,-1.21744 1.847656,-1.54687 0.651685,-0.33658 1.371411,-0.50487 2.15918,-0.50489 1.389312,2e-5 2.442045,0.42612 3.158203,1.27832 0.723294,0.85223 1.084947,2.09119 1.084961,3.71679"
style=""
id="path4315" />
<path
d="m 91.484375,993.91492 0,3.41601 3.963867,0 0,2.74997 -3.963867,0 0,5.1026 c -6e-6,0.5586 0.110996,0.9381 0.333008,1.1386 0.221998,0.1934 0.662428,0.2901 1.321289,0.2901 l 1.976562,0 0,2.75 -3.297851,0 c -1.518234,0 -2.596033,-0.3151 -3.233399,-0.9453 -0.63021,-0.6374 -0.945314,-1.7152 -0.945312,-3.2334 l 0,-5.1026 -1.91211,0 0,-2.74997 1.91211,0 0,-3.41601 3.845703,0"
style=""
id="path4317" />
<path
d="m 97.811523,997.33093 3.845707,0 0,12.03127 -3.845707,0 0,-12.03127 m 0,-4.68359 3.845707,0 0,3.13672 -3.845707,0 0,-3.13672"
style=""
id="path4319" />
<path
d="m 110.7666,1003.9481 c -0.80209,0 -1.40723,0.1361 -1.81543,0.4082 -0.40104,0.2722 -0.60157,0.6732 -0.60156,1.2031 -1e-5,0.487 0.16113,0.8702 0.4834,1.1495 0.32942,0.2721 0.78417,0.4082 1.36426,0.4082 0.7233,0 1.33202,-0.2578 1.82617,-0.7735 0.49413,-0.5228 0.7412,-1.1744 0.74121,-1.9551 l 0,-0.4404 -1.99805,0 m 5.87598,-1.4502 0,6.8643 -3.87793,0 0,-1.7832 c -0.51564,0.7304 -1.09571,1.264 -1.74024,1.6006 -0.64453,0.3294 -1.42871,0.4941 -2.35253,0.4941 -1.2461,0 -2.25945,-0.3616 -3.04004,-1.085 -0.77344,-0.7304 -1.16016,-1.6757 -1.16016,-2.8359 0,-1.4108 0.4834,-2.4456 1.4502,-3.1045 0.97395,-0.6588 2.49934,-0.9883 4.57617,-0.9883 l 2.2666,0 0,-0.3007 c -1e-5,-0.6088 -0.23992,-1.0528 -0.71973,-1.3321 -0.47982,-0.28643 -1.2282,-0.42966 -2.24512,-0.42967 -0.82357,10e-6 -1.58984,0.0824 -2.29882,0.24707 -0.70899,0.1647 -1.36784,0.4118 -1.97657,0.7412 l 0,-2.9326 c 0.82357,-0.20051 1.65072,-0.3509 2.48145,-0.45117 0.83072,-0.10741 1.66145,-0.16112 2.49219,-0.16114 2.16991,2e-5 3.73469,0.4297 4.69433,1.28907 0.96679,0.85222 1.45019,2.24154 1.4502,4.16794"
style=""
id="path4321" />
<path
d="m 120.19824,992.64734 3.84571,0 0,16.71486 -3.84571,0 0,-16.71486"
style=""
id="path4323" />
<path
d="m 127.76074,992.64734 3.84571,0 0,16.71486 -3.84571,0 0,-16.71486"
style=""
id="path4325" />
<path
d="m 133.74414,997.33093 3.8457,0 3.2334,8.16407 2.75,-8.16407 3.84571,0 -5.05958,13.16997 c -0.50847,1.3391 -1.10287,2.2737 -1.7832,2.8037 -0.67318,0.5371 -1.56478,0.8056 -2.6748,0.8056 l -2.22364,0 0,-2.5244 1.20313,0 c 0.65169,0 1.12434,-0.1038 1.41797,-0.3115 0.30077,-0.2077 0.53352,-0.5801 0.69824,-1.1172 l 0.10742,-0.333 -5.36035,-12.49317"
style=""
id="path4327" />
<path
d="m 18.770508,1035.1219 0,6.3165 -3.845703,0 0,-16.6075 3.845703,0 0,1.7618 c 0.529942,-0.7019 1.117181,-1.2175 1.761719,-1.5469 0.644523,-0.3366 1.385733,-0.5049 2.223632,-0.5049 1.482411,0 2.699858,0.5908 3.652344,1.7725 0.95246,1.1744 1.428696,2.6891 1.428711,4.5439 -1.5e-5,1.8548 -0.476251,3.373 -1.428711,4.5547 -0.952486,1.1745 -2.169933,1.7617 -3.652344,1.7617 -0.837899,0 -1.579109,-0.1647 -2.223632,-0.4941 -0.644538,-0.3366 -1.231777,-0.8558 -1.761719,-1.5577 m 2.55664,-7.788 c -0.823575,0 -1.457363,0.3043 -1.901367,0.913 -0.436855,0.6016 -0.655279,1.4717 -0.655273,2.6104 -6e-6,1.1387 0.218418,2.0124 0.655273,2.6211 0.444004,0.6016 1.077792,0.9023 1.901367,0.9023 0.823559,0 1.450186,-0.3007 1.879883,-0.9023 0.436839,-0.6016 0.655263,-1.4753 0.655274,-2.6211 -1.1e-5,-1.1458 -0.218435,-2.0195 -0.655274,-2.6211 -0.429697,-0.6015 -1.056324,-0.9023 -1.879883,-0.9023"
style=""
id="path4329" />
<path
d="m 39.631836,1028.1073 c -0.336599,-0.1575 -0.673187,-0.2721 -1.009766,-0.3438 -0.329436,-0.079 -0.662444,-0.1181 -0.999023,-0.1181 -0.988289,0 -1.750984,0.3187 -2.288086,0.956 -0.529954,0.6303 -0.794928,1.5362 -0.794922,2.7178 l 0,5.543 -3.845703,0 0,-12.0313 3.845703,0 0,1.9766 c 0.494135,-0.7878 1.059889,-1.3607 1.697266,-1.7188 0.644523,-0.3652 1.414379,-0.5478 2.30957,-0.5478 0.128896,0 0.268545,0.01 0.418945,0.022 0.150381,0.01 0.368805,0.029 0.655274,0.064 l 0.01074,3.4805"
style=""
id="path4331" />
<path
d="m 41.56543,1024.8309 3.845703,0 0,12.0313 -3.845703,0 0,-12.0313 m 0,-4.6836 3.845703,0 0,3.1368 -3.845703,0 0,-3.1368"
style=""
id="path4333" />
<path
d="m 47.613281,1024.8309 3.845703,0 2.997071,8.3145 2.986328,-8.3145 3.856445,0 -4.737305,12.0313 -4.221679,0 -4.726563,-12.0313"
style=""
id="path4335" />
<path
d="m 68.87207,1031.4481 c -0.802089,0 -1.407232,0.1361 -1.815429,0.4082 -0.401047,0.2722 -0.601568,0.6732 -0.601563,1.2031 -5e-6,0.487 0.161128,0.8702 0.483399,1.1495 0.329421,0.2721 0.784173,0.4082 1.364257,0.4082 0.7233,0 1.332024,-0.2578 1.826172,-0.7735 0.494132,-0.5228 0.741202,-1.1744 0.741211,-1.9551 l 0,-0.4404 -1.998047,0 m 5.875977,-1.4502 0,6.8643 -3.87793,0 0,-1.7832 c -0.515634,0.7304 -1.095711,1.264 -1.740234,1.6006 -0.644538,0.3294 -1.428717,0.4941 -2.352539,0.4941 -1.246098,0 -2.259443,-0.3616 -3.040039,-1.085 -0.773439,-0.7304 -1.160158,-1.6757 -1.160157,-2.8359 -1e-6,-1.4108 0.483397,-2.4456 1.450196,-3.1045 0.973955,-0.6588 2.499344,-0.9883 4.576172,-0.9883 l 2.266601,0 0,-0.3007 c -9e-6,-0.6088 -0.239918,-1.0528 -0.719726,-1.3321 -0.479826,-0.2864 -1.228198,-0.4297 -2.245118,-0.4297 -0.823573,0 -1.589848,0.082 -2.298828,0.2471 -0.708987,0.1647 -1.367841,0.4118 -1.976562,0.7412 l 0,-2.9326 c 0.823565,-0.2005 1.650712,-0.3509 2.481445,-0.4512 0.830724,-0.1074 1.661452,-0.1611 2.492188,-0.1611 2.169912,0 3.734689,0.4297 4.694336,1.2891 0.966784,0.8522 1.450182,2.2415 1.450195,4.1679"
style=""
id="path4337" />
<path
d="m 82.503906,1021.4149 0,3.416 3.963867,0 0,2.75 -3.963867,0 0,5.1026 c -6e-6,0.5586 0.110997,0.9381 0.333008,1.1386 0.221999,0.1934 0.662428,0.2901 1.321289,0.2901 l 1.976563,0 0,2.75 -3.297852,0 c -1.518234,0 -2.596032,-0.3151 -3.233398,-0.9453 -0.630211,-0.6374 -0.945315,-1.7152 -0.945313,-3.2334 l 0,-5.1026 -1.912109,0 0,-2.75 1.912109,0 0,-3.416 3.845703,0"
style=""
id="path4339" />
<path
d="m 100.84082,1030.8143 0,1.0957 -8.991211,0 c 0.09309,0.9024 0.41894,1.5791 0.977539,2.0303 0.558588,0.4512 1.339186,0.6768 2.341797,0.6768 0.809236,0 1.636384,-0.1182 2.481446,-0.3545 0.852202,-0.2435 1.725899,-0.6087 2.621089,-1.0957 l 0,2.9648 c -0.909513,0.3438 -1.819018,0.6016 -2.728511,0.7735 -0.909515,0.179 -1.819019,0.2685 -2.728516,0.2685 -2.177089,0 -3.870772,-0.5514 -5.081055,-1.6543 -1.203126,-1.11 -1.804688,-2.664 -1.804687,-4.6621 -1e-6,-1.9622 0.590819,-3.5055 1.772461,-4.6299 1.188798,-1.1243 2.821609,-1.6865 4.898437,-1.6865 1.890616,0 3.401682,0.5693 4.533203,1.708 1.138658,1.1387 1.707998,2.6605 1.708008,4.5654 m -3.953125,-1.2783 c -10e-6,-0.7304 -0.214853,-1.3177 -0.644531,-1.7617 -0.422535,-0.4512 -0.977547,-0.6768 -1.665039,-0.6768 -0.744799,0 -1.349941,0.2113 -1.81543,0.6338 -0.4655,0.4154 -0.755539,1.017 -0.870117,1.8047 l 4.995117,0"
style=""
id="path4341" />
<path
d="m 104.35352,1024.8309 3.87793,0 0,4.1573 -3.87793,0 0,-4.1573 m 0,7.8741 3.87793,0 0,4.1572 -3.87793,0 0,-4.1572"
style=""
id="path4343" />
</g>
<g
style="font-size:16px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#008000;fill-opacity:1;stroke:none;font-family:Sans"
id="text3406">
<path
d="m 154.72656,1011.3436 6.19531,0 0,1.3282 -4.75,0 0,2.8593 c 0.22917,-0.078 0.45833,-0.1354 0.6875,-0.1718 0.22917,-0.042 0.45833,-0.062 0.6875,-0.062 1.30208,0 2.33333,0.3567 3.09375,1.0703 0.76041,0.7135 1.14062,1.6797 1.14063,2.8984 -1e-5,1.2552 -0.39063,2.2318 -1.17188,2.9297 -0.78125,0.6927 -1.88281,1.0391 -3.30468,1.0391 -0.48959,0 -0.98959,-0.042 -1.5,-0.125 -0.50521,-0.083 -1.02865,-0.2084 -1.57032,-0.375 l 0,-1.586 c 0.46875,0.2552 0.95313,0.4453 1.45313,0.5703 0.5,0.125 1.02864,0.1875 1.58594,0.1875 0.90103,0 1.61457,-0.2369 2.14062,-0.7109 0.52604,-0.474 0.78906,-1.1172 0.78906,-1.9297 0,-0.8125 -0.26302,-1.4557 -0.78906,-1.9297 -0.52605,-0.4739 -1.23959,-0.7109 -2.14062,-0.7109 -0.42188,0 -0.84376,0.047 -1.26563,0.1406 -0.41667,0.094 -0.84375,0.2396 -1.28125,0.4375 l 0,-5.8594"
style=""
id="path4346" />
<path
d="m 168.67187,1018.6093 c -1.16146,0 -1.96614,0.1328 -2.41406,0.3984 -0.44792,0.2656 -0.67187,0.7187 -0.67187,1.3594 0,0.5104 0.16666,0.9166 0.5,1.2187 0.33854,0.2969 0.79687,0.4453 1.375,0.4453 0.79687,0 1.43489,-0.2812 1.91406,-0.8437 0.48437,-0.5677 0.72656,-1.3203 0.72656,-2.2578 l 0,-0.3203 -1.42969,0 m 2.86719,-0.5938 0,4.9922 -1.4375,0 0,-1.3281 c -0.32813,0.5312 -0.73698,0.9244 -1.22656,1.1797 -0.48959,0.25 -1.08855,0.375 -1.79688,0.375 -0.89583,0 -1.60937,-0.25 -2.14062,-0.75 -0.52604,-0.5053 -0.78906,-1.1797 -0.78906,-2.0235 0,-0.9844 0.32812,-1.7265 0.98437,-2.2265 0.66146,-0.5 1.64583,-0.75 2.95313,-0.75 l 2.01562,0 0,-0.1407 c 0,-0.6614 -0.21875,-1.1718 -0.65625,-1.5312 -0.43229,-0.3646 -1.04167,-0.5469 -1.82812,-0.5469 -0.50001,0 -0.98699,0.06 -1.46094,0.1797 -0.47396,0.1198 -0.92969,0.2995 -1.36719,0.5391 l 0,-1.3282 c 0.52604,-0.2031 1.03646,-0.3541 1.53125,-0.4531 0.49479,-0.1042 0.97656,-0.1562 1.44531,-0.1562 1.26562,0 2.21094,0.3281 2.83594,0.9843 0.62499,0.6563 0.93749,1.6511 0.9375,2.9844"
style=""
id="path4348" />
<path
d="m 179.52344,1016.7186 c 0.7552,0.1615 1.34374,0.4974 1.76562,1.0078 0.42708,0.5105 0.64062,1.1407 0.64063,1.8907 -1e-5,1.151 -0.39584,2.0416 -1.1875,2.6718 -0.79168,0.6302 -1.91667,0.9454 -3.375,0.9454 -0.48959,0 -0.9948,-0.049 -1.51563,-0.1485 -0.51562,-0.094 -1.04948,-0.237 -1.60156,-0.4297 l 0,-1.5234 c 0.4375,0.2552 0.91666,0.4479 1.4375,0.5781 0.52083,0.1302 1.0651,0.1953 1.63281,0.1953 0.98958,0 1.74218,-0.1953 2.25781,-0.5859 0.52083,-0.3906 0.78125,-0.9583 0.78125,-1.7031 0,-0.6875 -0.24219,-1.224 -0.72656,-1.6094 -0.47917,-0.3906 -1.14844,-0.5859 -2.00781,-0.5859 l -1.35938,0 0,-1.2969 1.42188,0 c 0.77604,0 1.36979,-0.1537 1.78125,-0.461 0.41145,-0.3125 0.61718,-0.7604 0.61719,-1.3437 -1e-5,-0.599 -0.21355,-1.0573 -0.64063,-1.375 -0.42188,-0.3229 -1.02865,-0.4844 -1.82031,-0.4844 -0.4323,0 -0.89584,0.047 -1.39063,0.1406 -0.49479,0.094 -1.03906,0.2396 -1.63281,0.4375 l 0,-1.4062 c 0.59896,-0.1667 1.15885,-0.2917 1.67969,-0.375 0.52604,-0.083 1.02083,-0.125 1.48437,-0.125 1.19792,0 2.14583,0.2734 2.84375,0.8203 0.69791,0.5417 1.04687,1.2761 1.04688,2.2031 -1e-5,0.6459 -0.1849,1.1927 -0.55469,1.6407 -0.3698,0.4427 -0.89584,0.75 -1.57812,0.9218"
style=""
id="path4350" />
<path
d="m 184.94531,1011.3436 6.19531,0 0,1.3282 -4.75,0 0,2.8593 c 0.22917,-0.078 0.45833,-0.1354 0.6875,-0.1718 0.22917,-0.042 0.45833,-0.062 0.6875,-0.062 1.30208,0 2.33333,0.3567 3.09375,1.0703 0.76041,0.7135 1.14062,1.6797 1.14063,2.8984 -1e-5,1.2552 -0.39063,2.2318 -1.17188,2.9297 -0.78125,0.6927 -1.88281,1.0391 -3.30468,1.0391 -0.48959,0 -0.98959,-0.042 -1.5,-0.125 -0.50521,-0.083 -1.02865,-0.2084 -1.57032,-0.375 l 0,-1.586 c 0.46875,0.2552 0.95313,0.4453 1.45313,0.5703 0.5,0.125 1.02864,0.1875 1.58594,0.1875 0.90103,0 1.61457,-0.2369 2.14062,-0.7109 0.52604,-0.474 0.78906,-1.1172 0.78906,-1.9297 0,-0.8125 -0.26302,-1.4557 -0.78906,-1.9297 -0.52605,-0.4739 -1.23959,-0.7109 -2.14062,-0.7109 -0.42188,0 -0.84376,0.047 -1.26563,0.1406 -0.41667,0.094 -0.84375,0.2396 -1.28125,0.4375 l 0,-5.8594"
style=""
id="path4352" />
<path
d="m 201.19531,1018.6405 c -1e-5,-1.0573 -0.21876,-1.8854 -0.65625,-2.4844 -0.4323,-0.6041 -1.02865,-0.9062 -1.78906,-0.9062 -0.76042,0 -1.35938,0.3021 -1.79688,0.9062 -0.43229,0.599 -0.64844,1.4271 -0.64843,2.4844 -1e-5,1.0573 0.21614,1.888 0.64843,2.4922 0.4375,0.599 1.03646,0.8984 1.79688,0.8984 0.76041,0 1.35676,-0.2994 1.78906,-0.8984 0.43749,-0.6042 0.65624,-1.4349 0.65625,-2.4922 m -4.89062,-3.0547 c 0.30208,-0.5208 0.68229,-0.9062 1.14062,-1.1562 0.46354,-0.2552 1.01562,-0.3828 1.65625,-0.3828 1.0625,0 1.92447,0.4218 2.58594,1.2656 0.66666,0.8437 0.99999,1.9531 1,3.3281 -1e-5,1.375 -0.33334,2.4844 -1,3.3281 -0.66147,0.8438 -1.52344,1.2657 -2.58594,1.2657 -0.64063,0 -1.19271,-0.125 -1.65625,-0.375 -0.45833,-0.2553 -0.83854,-0.6433 -1.14062,-1.1641 l 0,1.3125 -1.44532,0 0,-12.1563 1.44532,0 0,4.7344"
style=""
id="path4354" />
<path
d="m 206.63281,1021.6796 5.50781,0 0,1.3281 -7.40625,0 0,-1.3281 c 0.59896,-0.6198 1.41406,-1.4506 2.44532,-2.4922 1.03645,-1.0469 1.68749,-1.7214 1.95312,-2.0235 0.5052,-0.5677 0.85677,-1.0468 1.05469,-1.4375 0.20312,-0.3958 0.30468,-0.7838 0.30469,-1.164 -1e-5,-0.6198 -0.21876,-1.125 -0.65625,-1.5156 -0.4323,-0.3907 -0.9974,-0.586 -1.69532,-0.586 -0.49479,0 -1.01823,0.086 -1.57031,0.2578 -0.54687,0.1719 -1.13281,0.4323 -1.75781,0.7813 l 0,-1.5938 c 0.63541,-0.2552 1.22916,-0.4479 1.78125,-0.5781 0.55208,-0.1302 1.05729,-0.1953 1.51562,-0.1953 1.20833,0 2.17187,0.3021 2.89063,0.9062 0.71874,0.6042 1.07812,1.4115 1.07812,2.4219 0,0.4792 -0.0911,0.9349 -0.27343,1.3672 -0.17709,0.4271 -0.50261,0.9323 -0.97657,1.5156 -0.13021,0.1511 -0.54427,0.5886 -1.24218,1.3125 -0.69792,0.7188 -1.6823,1.7266 -2.95313,3.0235"
style=""
id="path4356" />
<path
d="m 216.82031,1021.6796 5.50781,0 0,1.3281 -7.40625,0 0,-1.3281 c 0.59896,-0.6198 1.41406,-1.4506 2.44532,-2.4922 1.03645,-1.0469 1.68749,-1.7214 1.95312,-2.0235 0.5052,-0.5677 0.85677,-1.0468 1.05469,-1.4375 0.20312,-0.3958 0.30468,-0.7838 0.30469,-1.164 -1e-5,-0.6198 -0.21876,-1.125 -0.65625,-1.5156 -0.4323,-0.3907 -0.9974,-0.586 -1.69532,-0.586 -0.49479,0 -1.01823,0.086 -1.57031,0.2578 -0.54687,0.1719 -1.13281,0.4323 -1.75781,0.7813 l 0,-1.5938 c 0.63541,-0.2552 1.22916,-0.4479 1.78125,-0.5781 0.55208,-0.1302 1.05729,-0.1953 1.51562,-0.1953 1.20833,0 2.17187,0.3021 2.89063,0.9062 0.71874,0.6042 1.07812,1.4115 1.07812,2.4219 0,0.4792 -0.0911,0.9349 -0.27343,1.3672 -0.17709,0.4271 -0.50261,0.9323 -0.97657,1.5156 -0.13021,0.1511 -0.54427,0.5886 -1.24218,1.3125 -0.69792,0.7188 -1.6823,1.7266 -2.95313,3.0235"
style=""
id="path4358" />
<path
d="m 225.92187,1021.6796 2.57813,0 0,-8.8985 -2.80469,0.5625 0,-1.4375 2.78906,-0.5625 1.57813,0 0,10.336 2.57812,0 0,1.3281 -6.71875,0 0,-1.3281"
style=""
id="path4360" />
<path
d="m 236.10937,1021.6796 2.57813,0 0,-8.8985 -2.80469,0.5625 0,-1.4375 2.78906,-0.5625 1.57813,0 0,10.336 2.57812,0 0,1.3281 -6.71875,0 0,-1.3281"
style=""
id="path4362" />
<path
d="m 247.38281,1021.6796 5.50781,0 0,1.3281 -7.40625,0 0,-1.3281 c 0.59896,-0.6198 1.41406,-1.4506 2.44532,-2.4922 1.03645,-1.0469 1.68749,-1.7214 1.95312,-2.0235 0.5052,-0.5677 0.85677,-1.0468 1.05469,-1.4375 0.20312,-0.3958 0.30468,-0.7838 0.30469,-1.164 -1e-5,-0.6198 -0.21876,-1.125 -0.65625,-1.5156 -0.4323,-0.3907 -0.9974,-0.586 -1.69532,-0.586 -0.49479,0 -1.01823,0.086 -1.57031,0.2578 -0.54687,0.1719 -1.13281,0.4323 -1.75781,0.7813 l 0,-1.5938 c 0.63541,-0.2552 1.22916,-0.4479 1.78125,-0.5781 0.55208,-0.1302 1.05729,-0.1953 1.51562,-0.1953 1.20833,0 2.17187,0.3021 2.89063,0.9062 0.71874,0.6042 1.07812,1.4115 1.07812,2.4219 0,0.4792 -0.0911,0.9349 -0.27343,1.3672 -0.17709,0.4271 -0.50261,0.9323 -0.97657,1.5156 -0.13021,0.1511 -0.54427,0.5886 -1.24218,1.3125 -0.69792,0.7188 -1.6823,1.7266 -2.95313,3.0235"
style=""
id="path4364" />
<path
d="m 256.25781,1022.7655 0,-1.4375 c 0.39583,0.1875 0.79687,0.3307 1.20313,0.4297 0.40624,0.099 0.80468,0.1484 1.19531,0.1484 1.04166,0 1.83593,-0.3489 2.38281,-1.0468 0.55208,-0.7032 0.86718,-1.7683 0.94531,-3.1954 -0.30209,0.448 -0.6849,0.7917 -1.14843,1.0313 -0.46355,0.2396 -0.97657,0.3594 -1.53907,0.3594 -1.16667,0 -2.09114,-0.3516 -2.77343,-1.0547 -0.67709,-0.7083 -1.01563,-1.6745 -1.01563,-2.8985 0,-1.1979 0.35417,-2.1588 1.0625,-2.8828 0.70833,-0.7239 1.65104,-1.0859 2.82813,-1.0859 1.34895,0 2.37759,0.5182 3.08593,1.5547 0.71354,1.0312 1.07031,2.5312 1.07032,4.5 -10e-6,1.8385 -0.43751,3.3073 -1.3125,4.4062 -0.8698,1.0938 -2.04167,1.6407 -3.51563,1.6407 -0.39583,0 -0.79688,-0.039 -1.20312,-0.1172 -0.40626,-0.078 -0.82813,-0.1953 -1.26563,-0.3516 m 3.14063,-4.9453 c 0.70833,0 1.26822,-0.2422 1.67968,-0.7266 0.41666,-0.4843 0.625,-1.1484 0.625,-1.9922 0,-0.8385 -0.20834,-1.5 -0.625,-1.9843 -0.41146,-0.4896 -0.97135,-0.7344 -1.67968,-0.7344 -0.70834,0 -1.27084,0.2448 -1.6875,0.7344 -0.41146,0.4843 -0.61719,1.1458 -0.61719,1.9843 0,0.8438 0.20573,1.5079 0.61719,1.9922 0.41666,0.4844 0.97916,0.7266 1.6875,0.7266"
style=""
id="path4366" />
<path
d="m 272.49219,1014.5936 0,1.3438 c -0.40626,-0.224 -0.81511,-0.3906 -1.22657,-0.5 -0.40625,-0.1146 -0.81771,-0.1719 -1.23437,-0.1719 -0.9323,0 -1.65625,0.2969 -2.17188,0.8906 -0.51562,0.5886 -0.77343,1.4167 -0.77343,2.4844 0,1.0677 0.25781,1.8984 0.77343,2.4922 0.51563,0.5885 1.23958,0.8828 2.17188,0.8828 0.41666,0 0.82812,-0.055 1.23437,-0.1641 0.41146,-0.1145 0.82031,-0.2838 1.22657,-0.5078 l 0,1.3282 c -0.40105,0.1875 -0.81772,0.3281 -1.25,0.4218 -0.42709,0.094 -0.88282,0.1407 -1.36719,0.1407 -1.31771,0 -2.36459,-0.4141 -3.14063,-1.2422 -0.77604,-0.8282 -1.16406,-1.9453 -1.16406,-3.3516 0,-1.4271 0.39063,-2.5495 1.17188,-3.3672 0.78645,-0.8177 1.86197,-1.2265 3.22656,-1.2265 0.4427,0 0.87499,0.047 1.29687,0.1406 0.42187,0.088 0.83073,0.2239 1.22657,0.4062"
style=""
id="path4368" />
<path
d="m 279.51562,1012.7186 -3.98437,6.2266 3.98437,0 0,-6.2266 m -0.41406,-1.375 1.98438,0 0,7.6016 1.66406,0 0,1.3125 -1.66406,0 0,2.75 -1.57032,0 0,-2.75 -5.26562,0 0,-1.5234 4.85156,-7.3907"
style=""
id="path4370" />
<path
d="m 285.64062,1021.6796 2.57813,0 0,-8.8985 -2.80469,0.5625 0,-1.4375 2.78906,-0.5625 1.57813,0 0,10.336 2.57812,0 0,1.3281 -6.71875,0 0,-1.3281"
style=""
id="path4372" />
</g>
<g
style="font-size:16px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#008000;fill-opacity:1;stroke:none;font-family:Sans"
id="text3410">
<path
d="m 467.20312,1012.3827 c -0.8125,0 -1.42448,0.401 -1.83593,1.2031 -0.40626,0.7969 -0.60938,1.9974 -0.60938,3.6016 0,1.5989 0.20312,2.7995 0.60938,3.6015 0.41145,0.7969 1.02343,1.1954 1.83593,1.1954 0.81771,0 1.42969,-0.3985 1.83594,-1.1954 0.41145,-0.802 0.61718,-2.0026 0.61719,-3.6015 -10e-6,-1.6042 -0.20574,-2.8047 -0.61719,-3.6016 -0.40625,-0.8021 -1.01823,-1.2031 -1.83594,-1.2031 m 0,-1.25 c 1.30729,0 2.30469,0.5182 2.99219,1.5547 0.6927,1.0312 1.03906,2.5312 1.03906,4.5 0,1.9635 -0.34636,3.4635 -1.03906,4.5 -0.6875,1.0312 -1.6849,1.5469 -2.99219,1.5469 -1.30729,0 -2.30729,-0.5157 -3,-1.5469 -0.6875,-1.0365 -1.03125,-2.5365 -1.03125,-4.5 0,-1.9688 0.34375,-3.4688 1.03125,-4.5 0.69271,-1.0365 1.69271,-1.5547 3,-1.5547"
style=""
id="path4375" />
<path
d="m 477.78906,1018.6093 c -1.16146,0 -1.96615,0.1328 -2.41406,0.3984 -0.44792,0.2656 -0.67188,0.7187 -0.67188,1.3594 0,0.5104 0.16667,0.9166 0.5,1.2187 0.33854,0.2969 0.79688,0.4453 1.375,0.4453 0.79687,0 1.4349,-0.2812 1.91407,-0.8437 0.48437,-0.5677 0.72655,-1.3203 0.72656,-2.2578 l 0,-0.3203 -1.42969,0 m 2.86719,-0.5938 0,4.9922 -1.4375,0 0,-1.3281 c -0.32813,0.5312 -0.73699,0.9244 -1.22656,1.1797 -0.48959,0.25 -1.08855,0.375 -1.79688,0.375 -0.89583,0 -1.60937,-0.25 -2.14062,-0.75 -0.52605,-0.5053 -0.78907,-1.1797 -0.78907,-2.0235 0,-0.9844 0.32813,-1.7265 0.98438,-2.2265 0.66146,-0.5 1.64583,-0.75 2.95312,-0.75 l 2.01563,0 0,-0.1407 c -10e-6,-0.6614 -0.21876,-1.1718 -0.65625,-1.5312 -0.4323,-0.3646 -1.04167,-0.5469 -1.82813,-0.5469 -0.5,0 -0.98698,0.06 -1.46093,0.1797 -0.47396,0.1198 -0.92969,0.2995 -1.36719,0.5391 l 0,-1.3282 c 0.52604,-0.2031 1.03646,-0.3541 1.53125,-0.4531 0.49479,-0.1042 0.97656,-0.1562 1.44531,-0.1562 1.26562,0 2.21093,0.3281 2.83594,0.9843 0.62499,0.6563 0.93749,1.6511 0.9375,2.9844"
style=""
id="path4377" />
<path
d="m 489.41406,1015.5858 0,-4.7344 1.4375,0 0,12.1563 -1.4375,0 0,-1.3125 c -0.30209,0.5208 -0.6849,0.9088 -1.14844,1.1641 -0.45833,0.25 -1.01042,0.375 -1.65625,0.375 -1.05729,0 -1.91927,-0.4219 -2.58593,-1.2657 -0.66146,-0.8437 -0.99219,-1.9531 -0.99219,-3.3281 0,-1.375 0.33073,-2.4844 0.99219,-3.3281 0.66666,-0.8438 1.52864,-1.2656 2.58593,-1.2656 0.64583,0 1.19792,0.1276 1.65625,0.3828 0.46354,0.25 0.84635,0.6354 1.14844,1.1562 m -4.89844,3.0547 c 0,1.0573 0.21615,1.888 0.64844,2.4922 0.4375,0.599 1.03646,0.8984 1.79688,0.8984 0.76041,0 1.35937,-0.2994 1.79687,-0.8984 0.4375,-0.6042 0.65625,-1.4349 0.65625,-2.4922 0,-1.0573 -0.21875,-1.8854 -0.65625,-2.4844 -0.4375,-0.6041 -1.03646,-0.9062 -1.79687,-0.9062 -0.76042,0 -1.35938,0.3021 -1.79688,0.9062 -0.43229,0.599 -0.64844,1.4271 -0.64844,2.4844"
style=""
id="path4379" />
<path
d="m 497.39062,1017.4686 c -0.75,0 -1.34114,0.2006 -1.77343,0.6016 -0.42709,0.401 -0.64063,0.9531 -0.64063,1.6562 0,0.7032 0.21354,1.2553 0.64063,1.6563 0.43229,0.401 1.02343,0.6016 1.77343,0.6016 0.75,0 1.34114,-0.2006 1.77344,-0.6016 0.43229,-0.4063 0.64843,-0.9583 0.64844,-1.6563 -10e-6,-0.7031 -0.21615,-1.2552 -0.64844,-1.6562 -0.42709,-0.401 -1.01823,-0.6016 -1.77344,-0.6016 m -1.57812,-0.6718 c -0.67709,-0.1667 -1.20573,-0.4818 -1.58594,-0.9454 -0.375,-0.4635 -0.5625,-1.0286 -0.5625,-1.6953 0,-0.9323 0.33073,-1.6692 0.99219,-2.2109 0.66666,-0.5417 1.57812,-0.8125 2.73437,-0.8125 1.16146,0 2.07291,0.2708 2.73438,0.8125 0.66145,0.5417 0.99218,1.2786 0.99219,2.2109 -10e-6,0.6667 -0.19012,1.2318 -0.57032,1.6953 -0.375,0.4636 -0.89844,0.7787 -1.57031,0.9454 0.76041,0.177 1.35156,0.5234 1.77344,1.039 0.42707,0.5156 0.64062,1.1459 0.64062,1.8906 0,1.1303 -0.34636,1.9974 -1.03906,2.6016 -0.6875,0.6042 -1.67448,0.9063 -2.96094,0.9063 -1.28646,0 -2.27604,-0.3021 -2.96875,-0.9063 -0.6875,-0.6042 -1.03125,-1.4713 -1.03125,-2.6016 0,-0.7447 0.21355,-1.375 0.64063,-1.8906 0.42708,-0.5156 1.02083,-0.862 1.78125,-1.039 m -0.57813,-2.4922 c 0,0.6041 0.1875,1.0755 0.5625,1.414 0.38021,0.3386 0.91146,0.5078 1.59375,0.5078 0.67708,0 1.20573,-0.1692 1.58594,-0.5078 0.38541,-0.3385 0.57812,-0.8099 0.57813,-1.414 -10e-6,-0.6042 -0.19272,-1.0755 -0.57813,-1.4141 -0.38021,-0.3385 -0.90886,-0.5078 -1.58594,-0.5078 -0.68229,0 -1.21354,0.1693 -1.59375,0.5078 -0.375,0.3386 -0.5625,0.8099 -0.5625,1.4141"
style=""
id="path4381" />
<path
d="m 504.47656,1021.6796 2.57813,0 0,-8.8985 -2.80469,0.5625 0,-1.4375 2.78906,-0.5625 1.57813,0 0,10.336 2.57812,0 0,1.3281 -6.71875,0 0,-1.3281"
style=""
id="path4383" />
<path
d="m 514.4375,1022.7655 0,-1.4375 c 0.39583,0.1875 0.79687,0.3307 1.20312,0.4297 0.40625,0.099 0.80469,0.1484 1.19532,0.1484 1.04166,0 1.83593,-0.3489 2.38281,-1.0468 0.55208,-0.7032 0.86718,-1.7683 0.94531,-3.1954 -0.30209,0.448 -0.6849,0.7917 -1.14844,1.0313 -0.46354,0.2396 -0.97656,0.3594 -1.53906,0.3594 -1.16667,0 -2.09115,-0.3516 -2.77344,-1.0547 -0.67708,-0.7083 -1.01562,-1.6745 -1.01562,-2.8985 0,-1.1979 0.35417,-2.1588 1.0625,-2.8828 0.70833,-0.7239 1.65104,-1.0859 2.82812,-1.0859 1.34896,0 2.3776,0.5182 3.08594,1.5547 0.71354,1.0312 1.07031,2.5312 1.07031,4.5 0,1.8385 -0.4375,3.3073 -1.3125,4.4062 -0.86979,1.0938 -2.04167,1.6407 -3.51562,1.6407 -0.39584,0 -0.79688,-0.039 -1.20313,-0.1172 -0.40625,-0.078 -0.82812,-0.1953 -1.26562,-0.3516 m 3.14062,-4.9453 c 0.70833,0 1.26823,-0.2422 1.67969,-0.7266 0.41666,-0.4843 0.625,-1.1484 0.625,-1.9922 0,-0.8385 -0.20834,-1.5 -0.625,-1.9843 -0.41146,-0.4896 -0.97136,-0.7344 -1.67969,-0.7344 -0.70833,0 -1.27083,0.2448 -1.6875,0.7344 -0.41146,0.4843 -0.61719,1.1458 -0.61718,1.9843 -1e-5,0.8438 0.20572,1.5079 0.61718,1.9922 0.41667,0.4844 0.97917,0.7266 1.6875,0.7266"
style=""
id="path4385" />
<path
d="m 529.35937,1016.7186 c 0.75521,0.1615 1.34375,0.4974 1.76563,1.0078 0.42707,0.5105 0.64062,1.1407 0.64062,1.8907 0,1.151 -0.39584,2.0416 -1.1875,2.6718 -0.79167,0.6302 -1.91667,0.9454 -3.375,0.9454 -0.48958,0 -0.99479,-0.049 -1.51562,-0.1485 -0.51563,-0.094 -1.04948,-0.237 -1.60156,-0.4297 l 0,-1.5234 c 0.4375,0.2552 0.91666,0.4479 1.4375,0.5781 0.52083,0.1302 1.0651,0.1953 1.63281,0.1953 0.98958,0 1.74218,-0.1953 2.25781,-0.5859 0.52083,-0.3906 0.78125,-0.9583 0.78125,-1.7031 0,-0.6875 -0.24219,-1.224 -0.72656,-1.6094 -0.47917,-0.3906 -1.14844,-0.5859 -2.00781,-0.5859 l -1.35938,0 0,-1.2969 1.42188,0 c 0.77603,0 1.36978,-0.1537 1.78125,-0.461 0.41145,-0.3125 0.61718,-0.7604 0.61718,-1.3437 0,-0.599 -0.21354,-1.0573 -0.64062,-1.375 -0.42188,-0.3229 -1.02865,-0.4844 -1.82031,-0.4844 -0.4323,0 -0.89584,0.047 -1.39063,0.1406 -0.49479,0.094 -1.03906,0.2396 -1.63281,0.4375 l 0,-1.4062 c 0.59896,-0.1667 1.15885,-0.2917 1.67969,-0.375 0.52604,-0.083 1.02083,-0.125 1.48437,-0.125 1.19791,0 2.14583,0.2734 2.84375,0.8203 0.69791,0.5417 1.04687,1.2761 1.04688,2.2031 -1e-5,0.6459 -0.18491,1.1927 -0.55469,1.6407 -0.3698,0.4427 -0.89584,0.75 -1.57813,0.9218"
style=""
id="path4387" />
<path
d="m 538.14062,1017.4686 c -0.75,0 -1.34114,0.2006 -1.77343,0.6016 -0.42709,0.401 -0.64063,0.9531 -0.64063,1.6562 0,0.7032 0.21354,1.2553 0.64063,1.6563 0.43229,0.401 1.02343,0.6016 1.77343,0.6016 0.75,0 1.34114,-0.2006 1.77344,-0.6016 0.43229,-0.4063 0.64843,-0.9583 0.64844,-1.6563 -10e-6,-0.7031 -0.21615,-1.2552 -0.64844,-1.6562 -0.42709,-0.401 -1.01823,-0.6016 -1.77344,-0.6016 m -1.57812,-0.6718 c -0.67709,-0.1667 -1.20573,-0.4818 -1.58594,-0.9454 -0.375,-0.4635 -0.5625,-1.0286 -0.5625,-1.6953 0,-0.9323 0.33073,-1.6692 0.99219,-2.2109 0.66666,-0.5417 1.57812,-0.8125 2.73437,-0.8125 1.16146,0 2.07291,0.2708 2.73438,0.8125 0.66145,0.5417 0.99218,1.2786 0.99219,2.2109 -1e-5,0.6667 -0.19012,1.2318 -0.57032,1.6953 -0.375,0.4636 -0.89844,0.7787 -1.57031,0.9454 0.76041,0.177 1.35156,0.5234 1.77344,1.039 0.42707,0.5156 0.64062,1.1459 0.64062,1.8906 0,1.1303 -0.34636,1.9974 -1.03906,2.6016 -0.6875,0.6042 -1.67448,0.9063 -2.96094,0.9063 -1.28646,0 -2.27604,-0.3021 -2.96875,-0.9063 -0.6875,-0.6042 -1.03125,-1.4713 -1.03125,-2.6016 0,-0.7447 0.21355,-1.375 0.64063,-1.8906 0.42708,-0.5156 1.02083,-0.862 1.78125,-1.039 m -0.57813,-2.4922 c 0,0.6041 0.1875,1.0755 0.5625,1.414 0.38021,0.3386 0.91146,0.5078 1.59375,0.5078 0.67708,0 1.20573,-0.1692 1.58594,-0.5078 0.38541,-0.3385 0.57812,-0.8099 0.57813,-1.414 -1e-5,-0.6042 -0.19272,-1.0755 -0.57813,-1.4141 -0.38021,-0.3385 -0.90886,-0.5078 -1.58594,-0.5078 -0.68229,0 -1.21354,0.1693 -1.59375,0.5078 -0.375,0.3386 -0.5625,0.8099 -0.5625,1.4141"
style=""
id="path4389" />
<path
d="m 548.32812,1012.3827 c -0.8125,0 -1.42448,0.401 -1.83593,1.2031 -0.40626,0.7969 -0.60938,1.9974 -0.60938,3.6016 0,1.5989 0.20312,2.7995 0.60938,3.6015 0.41145,0.7969 1.02343,1.1954 1.83593,1.1954 0.81771,0 1.42969,-0.3985 1.83594,-1.1954 0.41145,-0.802 0.61718,-2.0026 0.61719,-3.6015 -10e-6,-1.6042 -0.20574,-2.8047 -0.61719,-3.6016 -0.40625,-0.8021 -1.01823,-1.2031 -1.83594,-1.2031 m 0,-1.25 c 1.30729,0 2.30469,0.5182 2.99219,1.5547 0.6927,1.0312 1.03906,2.5312 1.03906,4.5 0,1.9635 -0.34636,3.4635 -1.03906,4.5 -0.6875,1.0312 -1.6849,1.5469 -2.99219,1.5469 -1.30729,0 -2.30729,-0.5157 -3,-1.5469 -0.6875,-1.0365 -1.03125,-2.5365 -1.03125,-4.5 0,-1.9688 0.34375,-3.4688 1.03125,-4.5 0.69271,-1.0365 1.69271,-1.5547 3,-1.5547"
style=""
id="path4391" />
<path
d="m 555.41406,1021.6796 2.57813,0 0,-8.8985 -2.80469,0.5625 0,-1.4375 2.78906,-0.5625 1.57813,0 0,10.336 2.57812,0 0,1.3281 -6.71875,0 0,-1.3281"
style=""
id="path4393" />
<path
d="m 564.92969,1011.3436 7.5,0 0,0.6719 -4.23438,10.9922 -1.64844,0 3.98438,-10.3359 -5.60156,0 0,-1.3282"
style=""
id="path4395" />
<path
d="m 582.79687,1018.2733 0,0.7031 -6.60937,0 c 0.0625,0.9896 0.35937,1.7448 0.89062,2.2657 0.53646,0.5156 1.28125,0.7734 2.23438,0.7734 0.55208,0 1.08593,-0.068 1.60156,-0.2031 0.52083,-0.1354 1.03645,-0.3386 1.54688,-0.6094 l 0,1.3594 c -0.51564,0.2187 -1.04428,0.3854 -1.58594,0.5 -0.54167,0.1146 -1.09115,0.1719 -1.64844,0.1719 -1.39583,0 -2.5026,-0.4063 -3.32031,-1.2188 -0.8125,-0.8125 -1.21875,-1.9115 -1.21875,-3.2969 0,-1.4323 0.38542,-2.5677 1.15625,-3.4062 0.77604,-0.8438 1.82031,-1.2656 3.13281,-1.2656 1.17708,0 2.10677,0.3802 2.78906,1.1406 0.6875,0.7552 1.03125,1.7838 1.03125,3.0859 m -1.4375,-0.4219 c -0.0104,-0.7864 -0.23177,-1.414 -0.66406,-1.8828 -0.42709,-0.4687 -0.9948,-0.7031 -1.70312,-0.7031 -0.80209,0 -1.44532,0.2266 -1.92969,0.6797 -0.47917,0.4531 -0.75521,1.0911 -0.82813,1.9141 l 5.125,-0.01"
style=""
id="path4397" />
<path
d="m 586.6875,1021.6796 5.50781,0 0,1.3281 -7.40625,0 0,-1.3281 c 0.59896,-0.6198 1.41406,-1.4506 2.44531,-2.4922 1.03646,-1.0469 1.6875,-1.7214 1.95313,-2.0235 0.5052,-0.5677 0.85676,-1.0468 1.05469,-1.4375 0.20312,-0.3958 0.30468,-0.7838 0.30468,-1.164 0,-0.6198 -0.21875,-1.125 -0.65625,-1.5156 -0.43229,-0.3907 -0.9974,-0.586 -1.69531,-0.586 -0.49479,0 -1.01823,0.086 -1.57031,0.2578 -0.54688,0.1719 -1.13281,0.4323 -1.75781,0.7813 l 0,-1.5938 c 0.63541,-0.2552 1.22916,-0.4479 1.78125,-0.5781 0.55208,-0.1302 1.05729,-0.1953 1.51562,-0.1953 1.20833,0 2.17187,0.3021 2.89063,0.9062 0.71874,0.6042 1.07811,1.4115 1.07812,2.4219 -10e-6,0.4792 -0.0911,0.9349 -0.27344,1.3672 -0.17709,0.4271 -0.50261,0.9323 -0.97656,1.5156 -0.13021,0.1511 -0.54428,0.5886 -1.24219,1.3125 -0.69792,0.7188 -1.68229,1.7266 -2.95312,3.0235"
style=""
id="path4399" />
</g>
<path
style="font-size:16px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#800000;fill-opacity:1;stroke:#8d0000;stroke-width:2.67700005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;marker-end:url(#Arrow2LendH);font-family:Sans"
d="m 299.22849,927.89436 143.32641,0"
id="path3414" />
<g
style="font-size:16px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#800000;fill-opacity:1;stroke:none;font-family:Sans"
id="text5000">
<path
d="m 323.38196,916.07312 c 0.7552,0.16146 1.34374,0.4974 1.76562,1.00781 0.42708,0.51042 0.64062,1.14063 0.64063,1.89063 -10e-6,1.15104 -0.39584,2.04167 -1.1875,2.67187 -0.79168,0.63021 -1.91667,0.94531 -3.375,0.94532 -0.48959,-10e-6 -0.9948,-0.0495 -1.51563,-0.14844 -0.51562,-0.0937 -1.04948,-0.23698 -1.60156,-0.42969 l 0,-1.52344 c 0.4375,0.25521 0.91667,0.44792 1.4375,0.57813 0.52083,0.13021 1.0651,0.19531 1.63281,0.19531 0.98958,0 1.74218,-0.19531 2.25782,-0.58594 0.52082,-0.39062 0.78124,-0.95833 0.78125,-1.70312 -10e-6,-0.6875 -0.2422,-1.22396 -0.72657,-1.60938 -0.47917,-0.39062 -1.14844,-0.58593 -2.00781,-0.58593 l -1.35937,0 0,-1.29688 1.42187,0 c 0.77604,10e-6 1.36979,-0.15364 1.78125,-0.46094 0.41145,-0.31249 0.61718,-0.76041 0.61719,-1.34375 -10e-6,-0.59895 -0.21355,-1.05728 -0.64063,-1.375 -0.42188,-0.3229 -1.02865,-0.48436 -1.82031,-0.48437 -0.4323,1e-5 -0.89584,0.0469 -1.39062,0.14062 -0.4948,0.0938 -1.03907,0.2396 -1.63282,0.4375 l 0,-1.40625 c 0.59896,-0.16665 1.15885,-0.29165 1.67969,-0.375 0.52604,-0.0833 1.02083,-0.12499 1.48438,-0.125 1.19791,1e-5 2.14582,0.27345 2.84375,0.82032 0.6979,0.54167 1.04686,1.27605 1.04687,2.20312 -10e-6,0.64584 -0.1849,1.19272 -0.55469,1.64063 -0.3698,0.44271 -0.89584,0.75 -1.57812,0.92187"
style=""
id="path4403" />
<path
d="m 332.16321,911.73718 c -0.81251,1e-5 -1.42448,0.40105 -1.83594,1.20313 -0.40625,0.79688 -0.60938,1.9974 -0.60937,3.60156 -10e-6,1.59896 0.20312,2.79948 0.60937,3.60156 0.41146,0.79688 1.02343,1.19532 1.83594,1.19532 0.8177,0 1.42968,-0.39844 1.83594,-1.19532 0.41145,-0.80208 0.61718,-2.0026 0.61718,-3.60156 0,-1.60416 -0.20573,-2.80468 -0.61718,-3.60156 -0.40626,-0.80208 -1.01824,-1.20312 -1.83594,-1.20313 m 0,-1.25 c 1.30728,1e-5 2.30468,0.51824 2.99219,1.55469 0.6927,1.03126 1.03905,2.53126 1.03906,4.5 -10e-6,1.96355 -0.34636,3.46354 -1.03906,4.5 -0.68751,1.03125 -1.68491,1.54687 -2.99219,1.54688 -1.3073,-10e-6 -2.3073,-0.51563 -3,-1.54688 -0.6875,-1.03646 -1.03125,-2.53645 -1.03125,-4.5 0,-1.96874 0.34375,-3.46874 1.03125,-4.5 0.6927,-1.03645 1.6927,-1.55468 3,-1.55469"
style=""
id="path4405" />
<path
d="m 350.14758,917.995 c 0,-1.05729 -0.21875,-1.88542 -0.65625,-2.48438 -0.4323,-0.60416 -1.02865,-0.90624 -1.78906,-0.90625 -0.76042,10e-6 -1.35938,0.30209 -1.79687,0.90625 -0.4323,0.59896 -0.64844,1.42709 -0.64844,2.48438 0,1.05729 0.21614,1.88802 0.64844,2.49218 0.43749,0.59896 1.03645,0.89844 1.79687,0.89844 0.76041,0 1.35676,-0.29948 1.78906,-0.89844 0.4375,-0.60416 0.65625,-1.43489 0.65625,-2.49218 m -4.89062,-3.05469 c 0.30208,-0.52083 0.68229,-0.90624 1.14062,-1.15625 0.46354,-0.2552 1.01562,-0.38281 1.65625,-0.38281 1.0625,0 1.92447,0.42188 2.58594,1.26562 0.66666,0.84376 0.99999,1.95313 1,3.32813 -10e-6,1.375 -0.33334,2.48437 -1,3.32812 -0.66147,0.84375 -1.52344,1.26562 -2.58594,1.26563 -0.64063,-10e-6 -1.19271,-0.125 -1.65625,-0.375 -0.45833,-0.25521 -0.83854,-0.64323 -1.14062,-1.16407 l 0,1.3125 -1.44531,0 0,-12.15625 1.44531,0 0,4.73438"
style=""
id="path4407" />
<path
d="m 354.02258,913.61218 1.4375,0 0,8.75 -1.4375,0 0,-8.75 m 0,-3.40625 1.4375,0 0,1.82032 -1.4375,0 0,-1.82032"
style=""
id="path4409" />
<path
d="m 359.88196,911.12781 0,2.48437 2.96094,0 0,1.11719 -2.96094,0 0,4.75 c 0,0.71354 0.0964,1.17188 0.28906,1.375 0.19791,0.20313 0.59635,0.30469 1.19531,0.30469 l 1.47657,0 0,1.20312 -1.47657,0 c -1.10938,0 -1.875,-0.20573 -2.29687,-0.61718 -0.42188,-0.41667 -0.63282,-1.17188 -0.63281,-2.26563 l 0,-4.75 -1.05469,0 0,-1.11719 1.05469,0 0,-2.48437 1.44531,0"
style=""
id="path4411" />
<path
d="m 371.03821,913.94812 0,1.34375 c -0.40626,-0.22395 -0.81511,-0.39062 -1.22656,-0.5 -0.40626,-0.11458 -0.81772,-0.17187 -1.23438,-0.17187 -0.9323,0 -1.65625,0.29688 -2.17187,0.89062 -0.51563,0.58855 -0.77344,1.41667 -0.77344,2.48438 0,1.06771 0.25781,1.89844 0.77344,2.49218 0.51562,0.58855 1.23957,0.88282 2.17187,0.88282 0.41666,0 0.82812,-0.0547 1.23438,-0.16407 0.41145,-0.11458 0.8203,-0.28385 1.22656,-0.50781 l 0,1.32813 c -0.40105,0.1875 -0.81772,0.32812 -1.25,0.42187 -0.42709,0.0937 -0.88282,0.14062 -1.36719,0.14063 -1.31771,-10e-6 -2.36459,-0.41407 -3.14062,-1.24219 -0.77605,-0.82813 -1.16407,-1.94531 -1.16407,-3.35156 0,-1.42708 0.39063,-2.54948 1.17188,-3.36719 0.78645,-0.8177 1.86197,-1.22656 3.22656,-1.22656 0.4427,0 0.87499,0.0469 1.29688,0.14062 0.42186,0.0885 0.83072,0.22397 1.22656,0.40625"
style=""
id="path4413" />
<path
d="m 376.91321,914.62 c -0.77084,0 -1.38021,0.30209 -1.82813,0.90625 -0.44792,0.59896 -0.67187,1.42188 -0.67187,2.46875 0,1.04687 0.22135,1.87239 0.66406,2.47656 0.44791,0.59896 1.05989,0.89844 1.83594,0.89844 0.76562,0 1.37239,-0.30209 1.82031,-0.90625 0.44791,-0.60417 0.67187,-1.42708 0.67188,-2.46875 -10e-6,-1.03646 -0.22397,-1.85677 -0.67188,-2.46094 -0.44792,-0.60937 -1.05469,-0.91406 -1.82031,-0.91406 m 0,-1.21875 c 1.24999,0 2.23176,0.40625 2.94531,1.21875 0.71353,0.8125 1.0703,1.9375 1.07031,3.375 -1e-5,1.43229 -0.35678,2.55729 -1.07031,3.375 -0.71355,0.8125 -1.69532,1.21874 -2.94531,1.21875 -1.25521,-10e-6 -2.23959,-0.40625 -2.95313,-1.21875 -0.70833,-0.81771 -1.0625,-1.94271 -1.0625,-3.375 0,-1.4375 0.35417,-2.5625 1.0625,-3.375 0.71354,-0.8125 1.69792,-1.21875 2.95313,-1.21875"
style=""
id="path4415" />
<path
d="m 383.30383,913.61218 1.4375,0 0,8.75 -1.4375,0 0,-8.75 m 0,-3.40625 1.4375,0 0,1.82032 -1.4375,0 0,-1.82032"
style=""
id="path4417" />
<path
d="m 395.01477,917.08093 0,5.28125 -1.4375,0 0,-5.23437 c -10e-6,-0.82812 -0.16147,-1.44791 -0.48437,-1.85938 -0.32293,-0.41145 -0.8073,-0.61718 -1.45313,-0.61718 -0.77605,0 -1.38802,0.2474 -1.83594,0.74218 -0.44792,0.4948 -0.67187,1.16928 -0.67187,2.02344 l 0,4.94531 -1.44531,0 0,-8.75 1.44531,0 0,1.35938 c 0.34374,-0.52604 0.74739,-0.91926 1.21094,-1.17969 0.46874,-0.26041 1.0078,-0.39062 1.61718,-0.39062 1.0052,0 1.76562,0.3125 2.28125,0.9375 0.51562,0.61979 0.77343,1.53386 0.77344,2.74218"
style=""
id="path4419" />
<path
d="m 403.47571,913.87 0,1.35937 c -0.40626,-0.20833 -0.82813,-0.36458 -1.26563,-0.46875 -0.4375,-0.10416 -0.89063,-0.15624 -1.35937,-0.15625 -0.71355,10e-6 -1.25001,0.10938 -1.60938,0.32813 -0.35417,0.21875 -0.53125,0.54688 -0.53125,0.98437 0,0.33334 0.1276,0.59636 0.38282,0.78906 0.2552,0.18751 0.76822,0.3672 1.53906,0.53907 l 0.49219,0.10937 c 1.02082,0.21875 1.74478,0.52865 2.17187,0.92969 0.43228,0.39583 0.64843,0.95052 0.64844,1.66406 -10e-6,0.8125 -0.32293,1.45573 -0.96875,1.92969 -0.64063,0.47396 -1.52344,0.71093 -2.64844,0.71094 -0.46875,-10e-6 -0.95834,-0.0469 -1.46875,-0.14063 -0.50521,-0.0885 -1.03906,-0.22396 -1.60156,-0.40625 l 0,-1.48437 c 0.53125,0.27604 1.05468,0.48437 1.57031,0.625 0.51562,0.13541 1.02604,0.20312 1.53125,0.20312 0.67708,0 1.19791,-0.11458 1.5625,-0.34375 0.36458,-0.23437 0.54687,-0.5625 0.54688,-0.98437 -10e-6,-0.39063 -0.13282,-0.69011 -0.39844,-0.89844 -0.26042,-0.20833 -0.83594,-0.40885 -1.72656,-0.60156 l -0.5,-0.11719 c -0.89063,-0.1875 -1.53386,-0.47396 -1.92969,-0.85938 -0.39584,-0.39062 -0.59375,-0.92447 -0.59375,-1.60156 0,-0.82291 0.29166,-1.45833 0.875,-1.90625 0.58333,-0.44791 1.41145,-0.67187 2.48437,-0.67187 0.53125,0 1.03125,0.0391 1.5,0.11718 0.46875,0.0781 0.90104,0.19532 1.29688,0.35157"
style=""
id="path4421" />
</g>
<path
style="font-size:16px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#008000;fill-opacity:1;stroke:#008000;stroke-width:2.67700005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;marker-end:url(#Arrow2Lendkc);font-family:Sans"
d="m 299.22849,1019.9951 143.32641,0"
id="path3414-4" />
<g
style="font-size:16px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#008000;fill-opacity:1;stroke:none;font-family:Sans"
id="text5000-5">
<path
d="m 323.38196,1008.174 c 0.7552,0.1614 1.34374,0.4974 1.76562,1.0078 0.42708,0.5104 0.64062,1.1406 0.64063,1.8906 -10e-6,1.151 -0.39584,2.0417 -1.1875,2.6719 -0.79168,0.6302 -1.91667,0.9453 -3.375,0.9453 -0.48959,0 -0.9948,-0.05 -1.51563,-0.1485 -0.51562,-0.094 -1.04948,-0.2369 -1.60156,-0.4296 l 0,-1.5235 c 0.4375,0.2552 0.91667,0.4479 1.4375,0.5781 0.52083,0.1302 1.0651,0.1954 1.63281,0.1954 0.98958,0 1.74218,-0.1954 2.25782,-0.586 0.52082,-0.3906 0.78124,-0.9583 0.78125,-1.7031 -10e-6,-0.6875 -0.2422,-1.224 -0.72657,-1.6094 -0.47917,-0.3906 -1.14844,-0.5859 -2.00781,-0.5859 l -1.35937,0 0,-1.2969 1.42187,0 c 0.77604,0 1.36979,-0.1536 1.78125,-0.4609 0.41145,-0.3125 0.61718,-0.7604 0.61719,-1.3438 -10e-6,-0.5989 -0.21355,-1.0573 -0.64063,-1.375 -0.42188,-0.3229 -1.02865,-0.4844 -1.82031,-0.4844 -0.4323,0 -0.89584,0.047 -1.39062,0.1407 -0.4948,0.094 -1.03907,0.2396 -1.63282,0.4375 l 0,-1.4063 c 0.59896,-0.1666 1.15885,-0.2916 1.67969,-0.375 0.52604,-0.083 1.02083,-0.125 1.48438,-0.125 1.19791,0 2.14582,0.2735 2.84375,0.8203 0.6979,0.5417 1.04686,1.2761 1.04687,2.2032 -10e-6,0.6458 -0.1849,1.1927 -0.55469,1.6406 -0.3698,0.4427 -0.89584,0.75 -1.57812,0.9219"
style=""
id="path4425" />
<path
d="m 332.16321,1003.838 c -0.81251,0 -1.42448,0.4011 -1.83594,1.2031 -0.40625,0.7969 -0.60938,1.9974 -0.60937,3.6016 -10e-6,1.599 0.20312,2.7995 0.60937,3.6016 0.41146,0.7968 1.02343,1.1953 1.83594,1.1953 0.8177,0 1.42968,-0.3985 1.83594,-1.1953 0.41145,-0.8021 0.61718,-2.0026 0.61718,-3.6016 0,-1.6042 -0.20573,-2.8047 -0.61718,-3.6016 -0.40626,-0.802 -1.01824,-1.2031 -1.83594,-1.2031 m 0,-1.25 c 1.30728,0 2.30468,0.5183 2.99219,1.5547 0.6927,1.0313 1.03905,2.5313 1.03906,4.5 -10e-6,1.9635 -0.34636,3.4635 -1.03906,4.5 -0.68751,1.0313 -1.68491,1.5469 -2.99219,1.5469 -1.3073,0 -2.3073,-0.5156 -3,-1.5469 -0.6875,-1.0365 -1.03125,-2.5365 -1.03125,-4.5 0,-1.9687 0.34375,-3.4687 1.03125,-4.5 0.6927,-1.0364 1.6927,-1.5547 3,-1.5547"
style=""
id="path4427" />
<path
d="m 350.14758,1010.0958 c 0,-1.0573 -0.21875,-1.8854 -0.65625,-2.4843 -0.4323,-0.6042 -1.02865,-0.9063 -1.78906,-0.9063 -0.76042,0 -1.35938,0.3021 -1.79687,0.9063 -0.4323,0.5989 -0.64844,1.427 -0.64844,2.4843 0,1.0573 0.21614,1.888 0.64844,2.4922 0.43749,0.599 1.03645,0.8985 1.79687,0.8985 0.76041,0 1.35676,-0.2995 1.78906,-0.8985 0.4375,-0.6042 0.65625,-1.4349 0.65625,-2.4922 m -4.89062,-3.0547 c 0.30208,-0.5208 0.68229,-0.9062 1.14062,-1.1562 0.46354,-0.2552 1.01562,-0.3828 1.65625,-0.3828 1.0625,0 1.92447,0.4219 2.58594,1.2656 0.66666,0.8438 0.99999,1.9531 1,3.3281 -10e-6,1.375 -0.33334,2.4844 -1,3.3282 -0.66147,0.8437 -1.52344,1.2656 -2.58594,1.2656 -0.64063,0 -1.19271,-0.125 -1.65625,-0.375 -0.45833,-0.2552 -0.83854,-0.6433 -1.14062,-1.1641 l 0,1.3125 -1.44531,0 0,-12.1562 1.44531,0 0,4.7343"
style=""
id="path4429" />
<path
d="m 354.02258,1005.713 1.4375,0 0,8.75 -1.4375,0 0,-8.75 m 0,-3.4062 1.4375,0 0,1.8203 -1.4375,0 0,-1.8203"
style=""
id="path4431" />
<path
d="m 359.88196,1003.2286 0,2.4844 2.96094,0 0,1.1172 -2.96094,0 0,4.75 c 0,0.7135 0.0964,1.1719 0.28906,1.375 0.19791,0.2031 0.59635,0.3047 1.19531,0.3047 l 1.47657,0 0,1.2031 -1.47657,0 c -1.10938,0 -1.875,-0.2057 -2.29687,-0.6172 -0.42188,-0.4166 -0.63282,-1.1718 -0.63281,-2.2656 l 0,-4.75 -1.05469,0 0,-1.1172 1.05469,0 0,-2.4844 1.44531,0"
style=""
id="path4433" />
<path
d="m 371.03821,1006.049 0,1.3437 c -0.40626,-0.224 -0.81511,-0.3906 -1.22656,-0.5 -0.40626,-0.1146 -0.81772,-0.1719 -1.23438,-0.1719 -0.9323,0 -1.65625,0.2969 -2.17187,0.8907 -0.51563,0.5885 -0.77344,1.4166 -0.77344,2.4843 0,1.0677 0.25781,1.8985 0.77344,2.4922 0.51562,0.5886 1.23957,0.8828 2.17187,0.8828 0.41666,0 0.82812,-0.055 1.23438,-0.164 0.41145,-0.1146 0.8203,-0.2839 1.22656,-0.5078 l 0,1.3281 c -0.40105,0.1875 -0.81772,0.3281 -1.25,0.4219 -0.42709,0.094 -0.88282,0.1406 -1.36719,0.1406 -1.31771,0 -2.36459,-0.4141 -3.14062,-1.2422 -0.77605,-0.8281 -1.16407,-1.9453 -1.16407,-3.3516 0,-1.4271 0.39063,-2.5494 1.17188,-3.3672 0.78645,-0.8177 1.86197,-1.2265 3.22656,-1.2265 0.4427,0 0.87499,0.047 1.29688,0.1406 0.42186,0.089 0.83072,0.224 1.22656,0.4063"
style=""
id="path4435" />
<path
d="m 376.91321,1006.7208 c -0.77084,0 -1.38021,0.3021 -1.82813,0.9063 -0.44792,0.5989 -0.67187,1.4219 -0.67187,2.4687 0,1.0469 0.22135,1.8724 0.66406,2.4766 0.44791,0.5989 1.05989,0.8984 1.83594,0.8984 0.76562,0 1.37239,-0.3021 1.82031,-0.9062 0.44791,-0.6042 0.67187,-1.4271 0.67188,-2.4688 -10e-6,-1.0364 -0.22397,-1.8567 -0.67188,-2.4609 -0.44792,-0.6094 -1.05469,-0.9141 -1.82031,-0.9141 m 0,-1.2187 c 1.24999,0 2.23176,0.4062 2.94531,1.2187 0.71353,0.8125 1.0703,1.9375 1.07031,3.375 -1e-5,1.4323 -0.35678,2.5573 -1.07031,3.375 -0.71355,0.8125 -1.69532,1.2188 -2.94531,1.2188 -1.25521,0 -2.23959,-0.4063 -2.95313,-1.2188 -0.70833,-0.8177 -1.0625,-1.9427 -1.0625,-3.375 0,-1.4375 0.35417,-2.5625 1.0625,-3.375 0.71354,-0.8125 1.69792,-1.2187 2.95313,-1.2187"
style=""
id="path4437" />
<path
d="m 383.30383,1005.713 1.4375,0 0,8.75 -1.4375,0 0,-8.75 m 0,-3.4062 1.4375,0 0,1.8203 -1.4375,0 0,-1.8203"
style=""
id="path4439" />
<path
d="m 395.01477,1009.1818 0,5.2812 -1.4375,0 0,-5.2344 c -10e-6,-0.8281 -0.16147,-1.4479 -0.48437,-1.8593 -0.32293,-0.4115 -0.8073,-0.6172 -1.45313,-0.6172 -0.77605,0 -1.38802,0.2474 -1.83594,0.7422 -0.44792,0.4948 -0.67187,1.1692 -0.67187,2.0234 l 0,4.9453 -1.44531,0 0,-8.75 1.44531,0 0,1.3594 c 0.34374,-0.526 0.74739,-0.9193 1.21094,-1.1797 0.46874,-0.2604 1.0078,-0.3906 1.61718,-0.3906 1.0052,0 1.76562,0.3125 2.28125,0.9375 0.51562,0.6198 0.77343,1.5338 0.77344,2.7422"
style=""
id="path4441" />
<path
d="m 403.47571,1005.9708 0,1.3594 c -0.40626,-0.2083 -0.82813,-0.3646 -1.26563,-0.4687 -0.4375,-0.1042 -0.89063,-0.1563 -1.35937,-0.1563 -0.71355,0 -1.25001,0.1094 -1.60938,0.3281 -0.35417,0.2188 -0.53125,0.5469 -0.53125,0.9844 0,0.3333 0.1276,0.5964 0.38282,0.7891 0.2552,0.1875 0.76822,0.3672 1.53906,0.539 l 0.49219,0.1094 c 1.02082,0.2188 1.74478,0.5287 2.17187,0.9297 0.43228,0.3958 0.64843,0.9505 0.64844,1.6641 -10e-6,0.8125 -0.32293,1.4557 -0.96875,1.9296 -0.64063,0.474 -1.52344,0.711 -2.64844,0.711 -0.46875,0 -0.95834,-0.047 -1.46875,-0.1406 -0.50521,-0.089 -1.03906,-0.224 -1.60156,-0.4063 l 0,-1.4844 c 0.53125,0.2761 1.05468,0.4844 1.57031,0.625 0.51562,0.1354 1.02604,0.2032 1.53125,0.2032 0.67708,0 1.19791,-0.1146 1.5625,-0.3438 0.36458,-0.2344 0.54687,-0.5625 0.54688,-0.9844 -10e-6,-0.3906 -0.13282,-0.6901 -0.39844,-0.8984 -0.26042,-0.2083 -0.83594,-0.4089 -1.72656,-0.6016 l -0.5,-0.1172 c -0.89063,-0.1875 -1.53386,-0.4739 -1.92969,-0.8593 -0.39584,-0.3907 -0.59375,-0.9245 -0.59375,-1.6016 0,-0.8229 0.29166,-1.4583 0.875,-1.9062 0.58333,-0.448 1.41145,-0.6719 2.48437,-0.6719 0.53125,0 1.03125,0.039 1.5,0.1172 0.46875,0.078 0.90104,0.1953 1.29688,0.3515"
style=""
id="path4443" />
</g>
</g>
<g
id="text12321"
style="font-size:16px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
transform="translate(0,852.36218)" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 74 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

File diff suppressed because it is too large Load diff

After

Width:  |  Height:  |  Size: 648 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

File diff suppressed because it is too large Load diff

After

Width:  |  Height:  |  Size: 176 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

File diff suppressed because it is too large Load diff

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

View file

@ -0,0 +1,869 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
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="600"
height="200"
id="svg2"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="slider-privacy.svg">
<defs
id="defs4">
<marker
inkscape:stockid="Arrow2Mend"
orient="auto"
refY="0"
refX="0"
id="Arrow2Mend"
style="overflow:visible">
<path
id="path5648"
style="fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"
d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
transform="scale(-0.6,-0.6)"
inkscape:connector-curvature="0" />
</marker>
<linearGradient
id="linearGradient5582"
osb:paint="solid">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop5584" />
</linearGradient>
<filter
inkscape:label="Invert"
x="0"
y="0"
width="1"
height="1"
inkscape:menu="Color"
inkscape:menu-tooltip="Invert colors"
color-interpolation-filters="sRGB"
id="filter6607">
<feColorMatrix
type="saturate"
values="1"
result="fbSourceGraphic"
id="feColorMatrix6609" />
<feColorMatrix
in="fbSourceGraphic"
values="-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 1 0 "
id="feColorMatrix6611" />
</filter>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="5.6568542"
inkscape:cx="566.266"
inkscape:cy="112.68031"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1438"
inkscape:window-height="862"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="0" />
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-852.36218)">
<g
id="g5078">
<path
inkscape:connector-curvature="0"
d="m 60.679162,910.34764 0,43.01454 13.623322,-13.49476 m -19.981546,-29.51978 0,43.01454 -13.623322,-13.49476"
style="fill:none;stroke:#04ff00;stroke-width:6.77944422;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
id="path6259-7-5-1" />
<g
transform="translate(-10,20.77348)"
id="text6061"
style="font-size:16px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold">
<path
inkscape:connector-curvature="0"
id="path6368"
style="line-height:125%;fill:#00ff00;font-family:Sans;-inkscape-font-specification:Sans Bold"
d="m 38.394531,939.69812 4.992188,0 c 1.484367,10e-6 2.622387,0.33074 3.414062,0.99219 0.796865,0.65626 1.195302,1.59376 1.195313,2.8125 -1.1e-5,1.22396 -0.398448,2.16667 -1.195313,2.82812 -0.791675,0.65626 -1.929695,0.98438 -3.414062,0.98438 l -1.984375,0 0,4.04687 -3.007813,0 0,-11.66406 m 3.007813,2.17969 0,3.25781 1.664062,0 c 0.583327,10e-6 1.033847,-0.14062 1.351563,-0.42187 0.3177,-0.28646 0.476554,-0.6901 0.476562,-1.21094 -8e-6,-0.52083 -0.158862,-0.92187 -0.476562,-1.20313 -0.317716,-0.28124 -0.768236,-0.42186 -1.351563,-0.42187 l -1.664062,0" />
<path
inkscape:connector-curvature="0"
id="path6370"
style="line-height:125%;fill:#00ff00;font-family:Sans;-inkscape-font-specification:Sans Bold"
d="m 58.722656,946.96375 0,0.79687 -6.539062,0 c 0.0677,0.65625 0.304683,1.14844 0.710937,1.47656 0.406246,0.32813 0.973953,0.49219 1.703125,0.49219 0.588535,0 1.190097,-0.0859 1.804688,-0.25781 0.619783,-0.17708 1.255199,-0.44271 1.90625,-0.79688 l 0,2.15625 c -0.661468,0.25 -1.322925,0.4375 -1.984375,0.5625 -0.661466,0.13021 -1.322923,0.19531 -1.984375,0.19532 -1.583338,-10e-6 -2.815107,-0.40105 -3.695313,-1.20313 -0.875001,-0.80729 -1.3125,-1.9375 -1.3125,-3.39062 0,-1.42708 0.429687,-2.54948 1.289063,-3.36719 0.86458,-0.8177 2.052079,-1.22656 3.5625,-1.22656 1.374993,0 2.47395,0.41407 3.296875,1.24218 0.828115,0.82813 1.242177,1.9349 1.242187,3.32032 m -2.875,-0.92969 c -7e-6,-0.53125 -0.156257,-0.95833 -0.46875,-1.28125 -0.307298,-0.32812 -0.710943,-0.49218 -1.210937,-0.49219 -0.541672,10e-6 -0.981776,0.15365 -1.320313,0.46094 -0.338545,0.30209 -0.549483,0.73959 -0.632812,1.3125 l 3.632812,0" />
<path
inkscape:connector-curvature="0"
id="path6372"
style="line-height:125%;fill:#00ff00;font-family:Sans;-inkscape-font-specification:Sans Bold"
d="m 67.332031,944.995 c -0.244799,-0.11458 -0.48959,-0.19791 -0.734375,-0.25 -0.23959,-0.0573 -0.481777,-0.0859 -0.726562,-0.0859 -0.718756,0 -1.273443,0.23177 -1.664063,0.69531 -0.385421,0.45834 -0.578129,1.11719 -0.578125,1.97656 l 0,4.03125 -2.796875,0 0,-8.75 2.796875,0 0,1.4375 c 0.359371,-0.57291 0.770829,-0.98957 1.234375,-1.25 0.468744,-0.26561 1.02864,-0.39843 1.679688,-0.39843 0.09374,0 0.195305,0.005 0.304687,0.0156 0.109368,0.005 0.268222,0.0208 0.476563,0.0469 l 0.0078,2.53125" />
<path
inkscape:connector-curvature="0"
id="path6374"
style="line-height:125%;fill:#00ff00;font-family:Sans;-inkscape-font-specification:Sans Bold"
d="m 74.496094,939.20593 0,1.83594 -1.546875,0 c -0.395839,10e-6 -0.67188,0.0729 -0.828125,0.21875 -0.156255,0.14064 -0.23438,0.38803 -0.234375,0.74219 l 0,0.60937 2.390625,0 0,2 -2.390625,0 0,6.75 -2.796875,0 0,-6.75 -1.390625,0 0,-2 1.390625,0 0,-0.60937 c -2e-6,-0.95312 0.265623,-1.65624 0.796875,-2.10938 0.531247,-0.45832 1.354163,-0.68749 2.46875,-0.6875 l 2.140625,0" />
<path
inkscape:connector-curvature="0"
id="path6376"
style="line-height:125%;fill:#00ff00;font-family:Sans;-inkscape-font-specification:Sans Bold"
d="m 84.441406,946.96375 0,0.79687 -6.539062,0 c 0.0677,0.65625 0.304683,1.14844 0.710937,1.47656 0.406246,0.32813 0.973953,0.49219 1.703125,0.49219 0.588535,0 1.190097,-0.0859 1.804688,-0.25781 0.619783,-0.17708 1.255199,-0.44271 1.90625,-0.79688 l 0,2.15625 c -0.661468,0.25 -1.322925,0.4375 -1.984375,0.5625 -0.661466,0.13021 -1.322923,0.19531 -1.984375,0.19532 -1.583338,-10e-6 -2.815107,-0.40105 -3.695313,-1.20313 -0.875001,-0.80729 -1.3125,-1.9375 -1.3125,-3.39062 0,-1.42708 0.429687,-2.54948 1.289063,-3.36719 0.86458,-0.8177 2.052079,-1.22656 3.5625,-1.22656 1.374993,0 2.47395,0.41407 3.296875,1.24218 0.828115,0.82813 1.242177,1.9349 1.242187,3.32032 m -2.875,-0.92969 c -7e-6,-0.53125 -0.156257,-0.95833 -0.46875,-1.28125 -0.307298,-0.32812 -0.710943,-0.49218 -1.210937,-0.49219 -0.541672,10e-6 -0.981776,0.15365 -1.320313,0.46094 -0.338545,0.30209 -0.549483,0.73959 -0.632812,1.3125 l 3.632812,0" />
<path
inkscape:connector-curvature="0"
id="path6378"
style="line-height:125%;fill:#00ff00;font-family:Sans;-inkscape-font-specification:Sans Bold"
d="m 93.621094,942.88562 0,2.28125 c -0.380217,-0.26041 -0.763029,-0.45312 -1.148438,-0.57812 -0.380215,-0.125 -0.776048,-0.1875 -1.1875,-0.1875 -0.781255,0 -1.390629,0.22917 -1.828125,0.6875 -0.432295,0.45313 -0.648441,1.08854 -0.648437,1.90625 -4e-6,0.81771 0.216142,1.45573 0.648437,1.91406 0.437496,0.45312 1.04687,0.67969 1.828125,0.67969 0.437494,0 0.851556,-0.0651 1.242188,-0.19532 0.395825,-0.1302 0.760408,-0.32291 1.09375,-0.57812 l 0,2.28906 c -0.437508,0.16146 -0.88282,0.28125 -1.335938,0.35938 -0.447923,0.0833 -0.898443,0.12499 -1.351562,0.125 -1.578129,-10e-6 -2.812503,-0.40365 -3.703125,-1.21094 -0.890626,-0.8125 -1.335938,-1.9401 -1.335938,-3.38281 0,-1.44271 0.445312,-2.56771 1.335938,-3.375 0.890622,-0.8125 2.124996,-1.21875 3.703125,-1.21875 0.458327,0 0.908847,0.0417 1.351562,0.125 0.447909,0.0781 0.893221,0.19792 1.335938,0.35937" />
<path
inkscape:connector-curvature="0"
id="path6380"
style="line-height:125%;fill:#00ff00;font-family:Sans;-inkscape-font-specification:Sans Bold"
d="m 99.105469,940.12781 0,2.48437 2.882811,0 0,2 -2.882811,0 0,3.71094 c -5e-6,0.40625 0.08072,0.68229 0.242187,0.82813 0.161454,0.14062 0.481766,0.21093 0.960934,0.21093 l 1.4375,0 0,2 -2.398434,0 c -1.10417,0 -1.888023,-0.22916 -2.351562,-0.6875 -0.458335,-0.46354 -0.687502,-1.24739 -0.6875,-2.35156 l 0,-3.71094 -1.390625,0 0,-2 1.390625,0 0,-2.48437 2.796875,0" />
<path
inkscape:connector-curvature="0"
id="path6382"
style="fill:#00ff00"
d="m 37.972656,959.69812 4.992188,0 c 1.484367,10e-6 2.622387,0.33074 3.414062,0.99219 0.796865,0.65626 1.195302,1.59376 1.195313,2.8125 -1.1e-5,1.22396 -0.398448,2.16667 -1.195313,2.82812 -0.791675,0.65626 -1.929695,0.98438 -3.414062,0.98438 l -1.984375,0 0,4.04687 -3.007813,0 0,-11.66406 m 3.007813,2.17969 0,3.25781 1.664062,0 c 0.583327,10e-6 1.033847,-0.14062 1.351563,-0.42187 0.3177,-0.28646 0.476554,-0.6901 0.476562,-1.21094 -8e-6,-0.52083 -0.158862,-0.92187 -0.476562,-1.20313 -0.317716,-0.28124 -0.768236,-0.42186 -1.351563,-0.42187 l -1.664062,0" />
<path
inkscape:connector-curvature="0"
id="path6384"
style="fill:#00ff00"
d="m 56.066406,964.995 c -0.244799,-0.11458 -0.48959,-0.19791 -0.734375,-0.25 -0.23959,-0.0573 -0.481777,-0.0859 -0.726562,-0.0859 -0.718756,0 -1.273443,0.23177 -1.664063,0.69531 -0.385421,0.45834 -0.578129,1.11719 -0.578125,1.97656 l 0,4.03125 -2.796875,0 0,-8.75 2.796875,0 0,1.4375 c 0.359371,-0.57291 0.770829,-0.98957 1.234375,-1.25 0.468744,-0.26561 1.02864,-0.39843 1.679688,-0.39843 0.09374,0 0.195305,0.005 0.304687,0.0156 0.109368,0.005 0.268222,0.0208 0.476563,0.0469 l 0.0078,2.53125" />
<path
inkscape:connector-curvature="0"
id="path6386"
style="fill:#00ff00"
d="m 57.472656,962.61218 2.796875,0 0,8.75 -2.796875,0 0,-8.75 m 0,-3.40625 2.796875,0 0,2.28125 -2.796875,0 0,-2.28125" />
<path
inkscape:connector-curvature="0"
id="path6388"
style="fill:#00ff00"
d="m 61.871094,962.61218 2.796875,0 2.179687,6.04688 2.171875,-6.04688 2.804688,0 -3.445313,8.75 -3.070312,0 -3.4375,-8.75" />
<path
inkscape:connector-curvature="0"
id="path6390"
style="fill:#00ff00"
d="m 77.332031,967.42468 c -0.583338,1e-5 -1.023441,0.099 -1.320312,0.29688 -0.291671,0.19792 -0.437504,0.48958 -0.4375,0.875 -4e-6,0.35417 0.117184,0.63281 0.351562,0.83594 0.239579,0.19791 0.570308,0.29687 0.992188,0.29687 0.526036,0 0.968744,-0.1875 1.328125,-0.5625 0.359368,-0.38021 0.539056,-0.85416 0.539062,-1.42187 l 0,-0.32032 -1.453125,0 m 4.273438,-1.05468 0,4.99218 -2.820313,0 0,-1.29687 c -0.375006,0.53125 -0.796881,0.91927 -1.265625,1.16406 -0.468755,0.23958 -1.039067,0.35937 -1.710937,0.35938 -0.906253,-10e-6 -1.643232,-0.26303 -2.210938,-0.78907 -0.562501,-0.53125 -0.84375,-1.21875 -0.84375,-2.0625 0,-1.02604 0.351562,-1.77864 1.054688,-2.25781 0.708331,-0.47916 1.817705,-0.71874 3.328125,-0.71875 l 1.648437,0 0,-0.21875 c -6e-6,-0.4427 -0.174485,-0.76562 -0.523437,-0.96875 -0.348964,-0.20833 -0.893235,-0.31249 -1.632813,-0.3125 -0.598962,10e-6 -1.156253,0.0599 -1.671875,0.17969 -0.515627,0.1198 -0.994793,0.29948 -1.4375,0.53906 l 0,-2.13281 c 0.598957,-0.14583 1.200518,-0.2552 1.804688,-0.32813 0.604163,-0.0781 1.208329,-0.11718 1.8125,-0.11718 1.578118,0 2.716138,0.3125 3.414062,0.9375 0.703116,0.61979 1.054678,1.63021 1.054688,3.03125" />
<path
inkscape:connector-curvature="0"
id="path6392"
style="fill:#00ff00"
d="m 91.261719,962.88562 0,2.28125 c -0.380217,-0.26041 -0.763029,-0.45312 -1.148438,-0.57812 -0.380215,-0.125 -0.776048,-0.1875 -1.1875,-0.1875 -0.781255,0 -1.390629,0.22917 -1.828125,0.6875 -0.432295,0.45313 -0.648441,1.08854 -0.648437,1.90625 -4e-6,0.81771 0.216142,1.45573 0.648437,1.91406 0.437496,0.45312 1.04687,0.67969 1.828125,0.67969 0.437494,0 0.851556,-0.0651 1.242188,-0.19532 0.395825,-0.1302 0.760408,-0.32291 1.09375,-0.57812 l 0,2.28906 c -0.437508,0.16146 -0.88282,0.28125 -1.335938,0.35938 -0.447923,0.0833 -0.898443,0.12499 -1.351562,0.125 -1.578129,-10e-6 -2.812503,-0.40365 -3.703125,-1.21094 -0.890626,-0.8125 -1.335938,-1.9401 -1.335938,-3.38281 0,-1.44271 0.445312,-2.56771 1.335938,-3.375 0.890622,-0.8125 2.124996,-1.21875 3.703125,-1.21875 0.458327,0 0.908847,0.0417 1.351562,0.125 0.447909,0.0781 0.893221,0.19792 1.335938,0.35937" />
<path
inkscape:connector-curvature="0"
id="path6394"
style="fill:#00ff00"
d="m 92.542969,962.61218 2.796875,0 2.351562,5.9375 2,-5.9375 2.796874,0 -3.679686,9.57813 c -0.369798,0.97395 -0.802089,1.65364 -1.296875,2.03906 -0.489588,0.39062 -1.138025,0.58593 -1.945313,0.58594 l -1.617187,0 0,-1.83594 0.875,0 c 0.473955,0 0.817705,-0.0755 1.03125,-0.22656 0.218746,-0.15105 0.388017,-0.42188 0.507812,-0.8125 l 0.07813,-0.24219 -3.898437,-9.08594" />
<path
inkscape:connector-curvature="0"
id="path6396"
d="m 63.808594,979.20593 0,1.83594 -1.546875,0 c -0.395839,10e-6 -0.67188,0.0729 -0.828125,0.21875 -0.156255,0.14064 -0.23438,0.38803 -0.234375,0.74219 l 0,0.60937 2.390625,0 0,2 -2.390625,0 0,6.75 -2.796875,0 0,-6.75 -1.390625,0 0,-2 1.390625,0 0,-0.60937 c -2e-6,-0.95312 0.265623,-1.65624 0.796875,-2.10938 0.531247,-0.45832 1.354163,-0.68749 2.46875,-0.6875 l 2.140625,0" />
<path
inkscape:connector-curvature="0"
id="path6398"
d="m 69.183594,984.40125 c -0.619797,0 -1.093755,0.22396 -1.421875,0.67187 -0.322921,0.44271 -0.484379,1.08334 -0.484375,1.92188 -4e-6,0.83854 0.161454,1.48177 0.484375,1.92968 0.32812,0.44271 0.802078,0.66407 1.421875,0.66407 0.609369,0 1.075514,-0.22136 1.398437,-0.66407 0.32291,-0.44791 0.484368,-1.09114 0.484375,-1.92968 -7e-6,-0.83854 -0.161465,-1.47917 -0.484375,-1.92188 -0.322923,-0.44791 -0.789068,-0.67187 -1.398437,-0.67187 m 0,-2 c 1.505201,0 2.679679,0.40625 3.523437,1.21875 0.848949,0.8125 1.273427,1.9375 1.273438,3.375 -1.1e-5,1.4375 -0.424489,2.5625 -1.273438,3.375 -0.843758,0.8125 -2.018236,1.21874 -3.523437,1.21875 -1.510421,-10e-6 -2.692711,-0.40625 -3.546875,-1.21875 -0.84896,-0.8125 -1.273438,-1.9375 -1.273438,-3.375 0,-1.4375 0.424478,-2.5625 1.273438,-3.375 0.854164,-0.8125 2.036454,-1.21875 3.546875,-1.21875" />
<path
inkscape:connector-curvature="0"
id="path6400"
d="m 82.519531,984.995 c -0.244799,-0.11458 -0.48959,-0.19791 -0.734375,-0.25 -0.23959,-0.0573 -0.481777,-0.0859 -0.726562,-0.0859 -0.718756,0 -1.273443,0.23177 -1.664063,0.69531 -0.385421,0.45834 -0.578129,1.11719 -0.578125,1.97656 l 0,4.03125 -2.796875,0 0,-8.75 2.796875,0 0,1.4375 c 0.359371,-0.57291 0.770829,-0.98957 1.234375,-1.25 0.468744,-0.26561 1.02864,-0.39843 1.679688,-0.39843 0.09374,0 0.195305,0.005 0.304687,0.0156 0.109368,0.005 0.268222,0.0208 0.476563,0.0469 l 0.0078,2.53125" />
<path
inkscape:connector-curvature="0"
id="path6402"
d="m 34.511719,1004.87 c 0.630202,0 1.080722,-0.1172 1.351562,-0.3516 0.276035,-0.2343 0.414055,-0.6198 0.414063,-1.1562 -8e-6,-0.5313 -0.138028,-0.9115 -0.414063,-1.1406 -0.27084,-0.2292 -0.72136,-0.3438 -1.351562,-0.3438 l -1.265625,0 0,2.9922 1.265625,0 m -1.265625,2.0781 0,4.4141 -3.007813,0 0,-11.66408 4.59375,0 c 1.536451,10e-6 2.66145,0.25782 3.375,0.77348 0.71874,0.5156 1.078115,1.3307 1.078125,2.4453 -1e-5,0.7708 -0.18751,1.4036 -0.5625,1.8984 -0.369801,0.4948 -0.929696,0.8594 -1.679687,1.0938 0.411449,0.094 0.778637,0.3073 1.101562,0.6406 0.328116,0.3281 0.658844,0.8281 0.992188,1.5 l 1.632812,3.3125 -3.203125,0 -1.421875,-2.8985 c -0.286465,-0.5833 -0.578132,-0.9817 -0.875,-1.1953 -0.291673,-0.2135 -0.682297,-0.3203 -1.171875,-0.3203 l -0.851562,0" />
<path
inkscape:connector-curvature="0"
id="path6404"
d="m 51.160156,1006.9637 0,0.7969 -6.539062,0 c 0.0677,0.6563 0.304683,1.1485 0.710937,1.4766 0.406246,0.3281 0.973953,0.4922 1.703125,0.4922 0.588535,0 1.190097,-0.086 1.804688,-0.2578 0.619783,-0.1771 1.255199,-0.4427 1.90625,-0.7969 l 0,2.1562 c -0.661468,0.25 -1.322925,0.4375 -1.984375,0.5625 -0.661466,0.1302 -1.322923,0.1953 -1.984375,0.1953 -1.583338,0 -2.815107,-0.401 -3.695313,-1.2031 -0.875001,-0.8073 -1.3125,-1.9375 -1.3125,-3.3906 0,-1.4271 0.429687,-2.5495 1.289063,-3.3672 0.86458,-0.8177 2.052079,-1.2265 3.5625,-1.2266 1.374993,10e-5 2.47395,0.4141 3.296875,1.2422 0.828115,0.8282 1.242177,1.9349 1.242187,3.3203 m -2.875,-0.9296 c -7e-6,-0.5313 -0.156257,-0.9584 -0.46875,-1.2813 -0.307298,-0.3281 -0.710943,-0.4922 -1.210937,-0.4922 -0.541672,0 -0.981776,0.1537 -1.320313,0.461 -0.338545,0.302 -0.549483,0.7395 -0.632812,1.3125 l 3.632812,0" />
<path
inkscape:connector-curvature="0"
id="path6406"
d="m 60.339844,1002.8856 0,2.2813 c -0.380217,-0.2604 -0.763029,-0.4531 -1.148438,-0.5782 -0.380215,-0.1249 -0.776048,-0.1874 -1.1875,-0.1875 -0.781255,10e-5 -1.390629,0.2292 -1.828125,0.6875 -0.432295,0.4532 -0.648441,1.0886 -0.648437,1.9063 -4e-6,0.8177 0.216142,1.4557 0.648437,1.9141 0.437496,0.4531 1.04687,0.6796 1.828125,0.6796 0.437494,0 0.851556,-0.065 1.242188,-0.1953 0.395825,-0.1302 0.760408,-0.3229 1.09375,-0.5781 l 0,2.2891 c -0.437508,0.1614 -0.88282,0.2812 -1.335938,0.3593 -0.447923,0.083 -0.898443,0.125 -1.351562,0.125 -1.578129,0 -2.812503,-0.4036 -3.703125,-1.2109 -0.890626,-0.8125 -1.335938,-1.9401 -1.335938,-3.3828 0,-1.4427 0.445312,-2.5677 1.335938,-3.375 0.890622,-0.8125 2.124996,-1.2187 3.703125,-1.2188 0.458327,10e-5 0.908847,0.042 1.351562,0.125 0.447909,0.078 0.893221,0.198 1.335938,0.3594" />
<path
inkscape:connector-curvature="0"
id="path6408"
d="m 71.503906,1006.9637 0,0.7969 -6.539062,0 c 0.0677,0.6563 0.304683,1.1485 0.710937,1.4766 0.406246,0.3281 0.973953,0.4922 1.703125,0.4922 0.588535,0 1.190097,-0.086 1.804688,-0.2578 0.619783,-0.1771 1.255199,-0.4427 1.90625,-0.7969 l 0,2.1562 c -0.661468,0.25 -1.322925,0.4375 -1.984375,0.5625 -0.661466,0.1302 -1.322923,0.1953 -1.984375,0.1953 -1.583338,0 -2.815107,-0.401 -3.695313,-1.2031 -0.875001,-0.8073 -1.3125,-1.9375 -1.3125,-3.3906 0,-1.4271 0.429687,-2.5495 1.289063,-3.3672 0.86458,-0.8177 2.052079,-1.2265 3.5625,-1.2266 1.374993,10e-5 2.47395,0.4141 3.296875,1.2422 0.828115,0.8282 1.242177,1.9349 1.242187,3.3203 m -2.875,-0.9296 c -7e-6,-0.5313 -0.156257,-0.9584 -0.46875,-1.2813 -0.307298,-0.3281 -0.710943,-0.4922 -1.210937,-0.4922 -0.541672,0 -0.981776,0.1537 -1.320313,0.461 -0.338545,0.302 -0.549483,0.7395 -0.632812,1.3125 l 3.632812,0" />
<path
inkscape:connector-curvature="0"
id="path6410"
d="m 73.613281,1002.6122 2.796875,0 0,8.75 -2.796875,0 0,-8.75 m 0,-3.40627 2.796875,0 0,2.28127 -2.796875,0 0,-2.28127" />
<path
inkscape:connector-curvature="0"
id="path6412"
d="m 78.011719,1002.6122 2.796875,0 2.179687,6.0469 2.171875,-6.0469 2.804688,0 -3.445313,8.75 -3.070312,0 -3.4375,-8.75" />
<path
inkscape:connector-curvature="0"
id="path6414"
d="m 98.285156,1006.9637 0,0.7969 -6.539062,0 c 0.0677,0.6563 0.304683,1.1485 0.710937,1.4766 0.406246,0.3281 0.973953,0.4922 1.703125,0.4922 0.588535,0 1.190097,-0.086 1.804688,-0.2578 0.619783,-0.1771 1.255199,-0.4427 1.90625,-0.7969 l 0,2.1562 c -0.661468,0.25 -1.322925,0.4375 -1.984375,0.5625 -0.661466,0.1302 -1.322923,0.1953 -1.984375,0.1953 -1.583338,0 -2.815107,-0.401 -3.695313,-1.2031 -0.875001,-0.8073 -1.3125,-1.9375 -1.3125,-3.3906 0,-1.4271 0.429687,-2.5495 1.289063,-3.3672 0.86458,-0.8177 2.052079,-1.2265 3.5625,-1.2266 1.374993,10e-5 2.47395,0.4141 3.296875,1.2422 0.828115,0.8282 1.242177,1.9349 1.242187,3.3203 m -2.875,-0.9296 c -7e-6,-0.5313 -0.156257,-0.9584 -0.46875,-1.2813 -0.307298,-0.3281 -0.710943,-0.4922 -1.210937,-0.4922 -0.541672,0 -0.981776,0.1537 -1.320313,0.461 -0.338545,0.302 -0.549483,0.7395 -0.632812,1.3125 l 3.632812,0" />
<path
inkscape:connector-curvature="0"
id="path6416"
d="m 106.34766,1003.8934 0,-4.68747 2.8125,0 0,12.15627 -2.8125,0 0,-1.2656 c -0.38543,0.5156 -0.80991,0.8932 -1.27344,1.1328 -0.46355,0.2396 -1.00001,0.3593 -1.60938,0.3593 -1.07812,0 -1.96354,-0.427 -2.65625,-1.2812 -0.69271,-0.8594 -1.039059,-1.9635 -1.039059,-3.3125 0,-1.349 0.346349,-2.4505 1.039059,-3.3047 0.69271,-0.8594 1.57813,-1.289 2.65625,-1.2891 0.60417,10e-5 1.13802,0.1224 1.60157,0.3672 0.46874,0.2396 0.89582,0.6146 1.28125,1.125 m -1.84375,5.6641 c 0.59895,0 1.05468,-0.2188 1.36718,-0.6563 0.3177,-0.4375 0.47656,-1.0729 0.47657,-1.9062 -1e-5,-0.8333 -0.15887,-1.4687 -0.47657,-1.9063 -0.3125,-0.4374 -0.76823,-0.6562 -1.36718,-0.6562 -0.59376,0 -1.04949,0.2188 -1.36719,0.6562 -0.31251,0.4376 -0.46875,1.073 -0.46875,1.9063 0,0.8333 0.15624,1.4687 0.46875,1.9062 0.3177,0.4375 0.77343,0.6563 1.36719,0.6563" />
<path
inkscape:connector-curvature="0"
id="path6418"
d="m 12.675781,1019.6981 10.75,0 0,2.2735 -3.867187,0 0,9.3906 -3.007813,0 0,-9.3906 -3.875,0 0,-2.2735" />
<path
inkscape:connector-curvature="0"
id="path6420"
d="m 29.597656,1024.995 c -0.244799,-0.1146 -0.48959,-0.1979 -0.734375,-0.25 -0.23959,-0.057 -0.481777,-0.086 -0.726562,-0.086 -0.718756,0 -1.273443,0.2317 -1.664063,0.6953 -0.385421,0.4583 -0.578129,1.1172 -0.578125,1.9765 l 0,4.0313 -2.796875,0 0,-8.75 2.796875,0 0,1.4375 c 0.359371,-0.5729 0.770829,-0.9896 1.234375,-1.25 0.468744,-0.2656 1.02864,-0.3984 1.679688,-0.3985 0.09374,10e-5 0.195305,0.01 0.304687,0.016 0.109368,0.01 0.268222,0.021 0.476563,0.047 l 0.0078,2.5313" />
<path
inkscape:connector-curvature="0"
id="path6422"
d="m 34.925781,1027.4247 c -0.583338,0 -1.023441,0.099 -1.320312,0.2969 -0.291671,0.1979 -0.437504,0.4895 -0.4375,0.875 -4e-6,0.3541 0.117184,0.6328 0.351562,0.8359 0.239579,0.1979 0.570308,0.2969 0.992188,0.2969 0.526036,0 0.968744,-0.1875 1.328125,-0.5625 0.359368,-0.3802 0.539056,-0.8542 0.539062,-1.4219 l 0,-0.3203 -1.453125,0 m 4.273438,-1.0547 0,4.9922 -2.820313,0 0,-1.2969 c -0.375006,0.5313 -0.796881,0.9193 -1.265625,1.1641 -0.468755,0.2396 -1.039067,0.3593 -1.710937,0.3593 -0.906253,0 -1.643232,-0.263 -2.210938,-0.789 -0.562501,-0.5313 -0.84375,-1.2188 -0.84375,-2.0625 0,-1.0261 0.351562,-1.7787 1.054688,-2.2578 0.708331,-0.4792 1.817705,-0.7188 3.328125,-0.7188 l 1.648437,0 0,-0.2187 c -6e-6,-0.4427 -0.174485,-0.7656 -0.523437,-0.9688 -0.348964,-0.2083 -0.893235,-0.3125 -1.632813,-0.3125 -0.598962,0 -1.156253,0.06 -1.671875,0.1797 -0.515627,0.1198 -0.994793,0.2995 -1.4375,0.5391 l 0,-2.1328 c 0.598957,-0.1459 1.200518,-0.2552 1.804688,-0.3282 0.604163,-0.078 1.208329,-0.1171 1.8125,-0.1172 1.578118,10e-5 2.716138,0.3126 3.414062,0.9375 0.703116,0.6198 1.054678,1.6303 1.054688,3.0313" />
<path
inkscape:connector-curvature="0"
id="path6424"
d="m 50.582031,1026.0341 0,5.3281 -2.8125,0 0,-0.8672 0,-3.2109 c -7e-6,-0.7552 -0.01824,-1.2761 -0.05469,-1.5625 -0.03126,-0.2865 -0.08855,-0.4974 -0.171875,-0.6329 -0.109382,-0.1822 -0.25782,-0.3229 -0.445313,-0.4218 -0.187506,-0.1042 -0.401048,-0.1563 -0.640625,-0.1563 -0.583339,0 -1.041671,0.2266 -1.375,0.6797 -0.333337,0.4479 -0.500004,1.0703 -0.5,1.8672 l 0,4.3047 -2.796875,0 0,-8.75 2.796875,0 0,1.2812 c 0.421871,-0.5104 0.869787,-0.8854 1.34375,-1.125 0.473953,-0.2448 0.99739,-0.3671 1.570313,-0.3672 1.010408,10e-5 1.776033,0.3099 2.296875,0.9297 0.526032,0.6198 0.789052,1.5209 0.789062,2.7032" />
<path
inkscape:connector-curvature="0"
id="path6426"
d="m 60.027344,1022.8856 0,2.125 c -0.598966,-0.25 -1.177091,-0.4375 -1.734375,-0.5625 -0.557298,-0.125 -1.083339,-0.1875 -1.578125,-0.1875 -0.531255,0 -0.927088,0.068 -1.1875,0.2031 -0.255212,0.1303 -0.382816,0.3334 -0.382813,0.6094 -3e-6,0.224 0.09635,0.3959 0.289063,0.5156 0.197913,0.1198 0.549475,0.2084 1.054687,0.2657 l 0.492188,0.07 c 1.432285,0.1823 2.395826,0.4818 2.890625,0.8984 0.494783,0.4167 0.742178,1.0703 0.742187,1.961 -9e-6,0.9323 -0.343758,1.6328 -1.03125,2.1015 -0.687507,0.4688 -1.713547,0.7031 -3.078125,0.7031 -0.578129,0 -1.177087,-0.047 -1.796875,-0.1406 -0.614585,-0.089 -1.247397,-0.2239 -1.898437,-0.4062 l 0,-2.125 c 0.55729,0.2708 1.127602,0.4739 1.710937,0.6093 0.588539,0.1355 1.184892,0.2032 1.789063,0.2032 0.54687,0 0.958328,-0.075 1.234375,-0.2266 0.276035,-0.151 0.414056,-0.375 0.414062,-0.6719 -6e-6,-0.25 -0.09636,-0.4349 -0.289062,-0.5547 -0.187506,-0.125 -0.56511,-0.2213 -1.132813,-0.289 l -0.492187,-0.062 c -1.244795,-0.1563 -2.11719,-0.4453 -2.617188,-0.8672 -0.500001,-0.4219 -0.750001,-1.0625 -0.75,-1.9219 -10e-7,-0.9271 0.317707,-1.6146 0.953125,-2.0625 0.635414,-0.4479 1.609372,-0.6718 2.921875,-0.6719 0.51562,1e-4 1.057286,0.039 1.625,0.1172 0.567702,0.078 1.184889,0.2006 1.851563,0.3672" />
<path
inkscape:connector-curvature="0"
id="path6428"
d="m 66.613281,1027.4247 c -0.583338,0 -1.023441,0.099 -1.320312,0.2969 -0.291671,0.1979 -0.437504,0.4895 -0.4375,0.875 -4e-6,0.3541 0.117184,0.6328 0.351562,0.8359 0.239579,0.1979 0.570308,0.2969 0.992188,0.2969 0.526036,0 0.968744,-0.1875 1.328125,-0.5625 0.359368,-0.3802 0.539056,-0.8542 0.539062,-1.4219 l 0,-0.3203 -1.453125,0 m 4.273438,-1.0547 0,4.9922 -2.820313,0 0,-1.2969 c -0.375006,0.5313 -0.796881,0.9193 -1.265625,1.1641 -0.468755,0.2396 -1.039067,0.3593 -1.710937,0.3593 -0.906253,0 -1.643232,-0.263 -2.210938,-0.789 -0.562501,-0.5313 -0.84375,-1.2188 -0.84375,-2.0625 0,-1.0261 0.351562,-1.7787 1.054688,-2.2578 0.708331,-0.4792 1.817705,-0.7188 3.328125,-0.7188 l 1.648437,0 0,-0.2187 c -6e-6,-0.4427 -0.174485,-0.7656 -0.523437,-0.9688 -0.348964,-0.2083 -0.893235,-0.3125 -1.632813,-0.3125 -0.598962,0 -1.156253,0.06 -1.671875,0.1797 -0.515627,0.1198 -0.994793,0.2995 -1.4375,0.5391 l 0,-2.1328 c 0.598957,-0.1459 1.200518,-0.2552 1.804688,-0.3282 0.604163,-0.078 1.208329,-0.1171 1.8125,-0.1172 1.578118,10e-5 2.716138,0.3126 3.414062,0.9375 0.703116,0.6198 1.054678,1.6303 1.054688,3.0313" />
<path
inkscape:connector-curvature="0"
id="path6430"
d="m 80.542969,1022.8856 0,2.2813 c -0.380217,-0.2604 -0.763029,-0.4531 -1.148438,-0.5782 -0.380215,-0.1249 -0.776048,-0.1874 -1.1875,-0.1875 -0.781255,10e-5 -1.390629,0.2292 -1.828125,0.6875 -0.432295,0.4532 -0.648441,1.0886 -0.648437,1.9063 -4e-6,0.8177 0.216142,1.4557 0.648437,1.9141 0.437496,0.4531 1.04687,0.6796 1.828125,0.6796 0.437494,0 0.851556,-0.065 1.242188,-0.1953 0.395825,-0.1302 0.760408,-0.3229 1.09375,-0.5781 l 0,2.2891 c -0.437508,0.1614 -0.88282,0.2812 -1.335938,0.3593 -0.447923,0.083 -0.898443,0.125 -1.351562,0.125 -1.578129,0 -2.812503,-0.4036 -3.703125,-1.2109 -0.890626,-0.8125 -1.335938,-1.9401 -1.335938,-3.3828 0,-1.4427 0.445312,-2.5677 1.335938,-3.375 0.890622,-0.8125 2.124996,-1.2187 3.703125,-1.2188 0.458327,10e-5 0.908847,0.042 1.351562,0.125 0.447909,0.078 0.893221,0.198 1.335938,0.3594" />
<path
inkscape:connector-curvature="0"
id="path6432"
d="m 86.027344,1020.1278 0,2.4844 2.882812,0 0,2 -2.882812,0 0,3.7109 c -5e-6,0.4063 0.08072,0.6823 0.242187,0.8281 0.161454,0.1407 0.481766,0.211 0.960938,0.211 l 1.4375,0 0,2 -2.398438,0 c -1.10417,0 -1.888023,-0.2292 -2.351562,-0.6875 -0.458335,-0.4636 -0.687502,-1.2474 -0.6875,-2.3516 l 0,-3.7109 -1.390625,0 0,-2 1.390625,0 0,-2.4844 2.796875,0" />
<path
inkscape:connector-curvature="0"
id="path6434"
d="m 90.628906,1022.6122 2.796875,0 0,8.75 -2.796875,0 0,-8.75 m 0,-3.4063 2.796875,0 0,2.2813 -2.796875,0 0,-2.2813" />
<path
inkscape:connector-curvature="0"
id="path6436"
d="m 100.29297,1024.4012 c -0.619798,10e-5 -1.093756,0.224 -1.421876,0.6719 -0.322921,0.4427 -0.484379,1.0834 -0.484375,1.9219 -4e-6,0.8385 0.161454,1.4818 0.484375,1.9297 0.32812,0.4427 0.802078,0.664 1.421876,0.664 0.60937,0 1.07551,-0.2213 1.39844,-0.664 0.32291,-0.4479 0.48436,-1.0912 0.48437,-1.9297 -1e-5,-0.8385 -0.16146,-1.4792 -0.48437,-1.9219 -0.32293,-0.4479 -0.78907,-0.6718 -1.39844,-0.6719 m 0,-2 c 1.5052,10e-5 2.67968,0.4063 3.52344,1.2188 0.84894,0.8125 1.27342,1.9375 1.27343,3.375 -10e-6,1.4375 -0.42449,2.5625 -1.27343,3.375 -0.84376,0.8125 -2.01824,1.2187 -3.52344,1.2187 -1.510422,0 -2.692712,-0.4062 -3.546876,-1.2187 -0.84896,-0.8125 -1.273438,-1.9375 -1.273438,-3.375 0,-1.4375 0.424478,-2.5625 1.273438,-3.375 0.854164,-0.8125 2.036454,-1.2187 3.546876,-1.2188" />
<path
inkscape:connector-curvature="0"
id="path6438"
d="m 115.92578,1026.0341 0,5.3281 -2.8125,0 0,-0.8672 0,-3.2109 c -1e-5,-0.7552 -0.0182,-1.2761 -0.0547,-1.5625 -0.0312,-0.2865 -0.0885,-0.4974 -0.17187,-0.6329 -0.10938,-0.1822 -0.25782,-0.3229 -0.44531,-0.4218 -0.18751,-0.1042 -0.40105,-0.1563 -0.64063,-0.1563 -0.58334,0 -1.04167,0.2266 -1.375,0.6797 -0.33334,0.4479 -0.5,1.0703 -0.5,1.8672 l 0,4.3047 -2.79687,0 0,-8.75 2.79687,0 0,1.2812 c 0.42187,-0.5104 0.86979,-0.8854 1.34375,-1.125 0.47395,-0.2448 0.99739,-0.3671 1.57031,-0.3672 1.01041,10e-5 1.77604,0.3099 2.29688,0.9297 0.52603,0.6198 0.78905,1.5209 0.78906,2.7032" />
<path
inkscape:connector-curvature="0"
id="path6440"
d="m 125.37109,1022.8856 0,2.125 c -0.59896,-0.25 -1.17709,-0.4375 -1.73437,-0.5625 -0.5573,-0.125 -1.08334,-0.1875 -1.57813,-0.1875 -0.53125,0 -0.92708,0.068 -1.1875,0.2031 -0.25521,0.1303 -0.38281,0.3334 -0.38281,0.6094 0,0.224 0.0964,0.3959 0.28906,0.5156 0.19792,0.1198 0.54948,0.2084 1.05469,0.2657 l 0.49219,0.07 c 1.43228,0.1823 2.39582,0.4818 2.89062,0.8984 0.49479,0.4167 0.74218,1.0703 0.74219,1.961 -1e-5,0.9323 -0.34376,1.6328 -1.03125,2.1015 -0.68751,0.4688 -1.71355,0.7031 -3.07812,0.7031 -0.57813,0 -1.17709,-0.047 -1.79688,-0.1406 -0.61458,-0.089 -1.2474,-0.2239 -1.89844,-0.4062 l 0,-2.125 c 0.55729,0.2708 1.12761,0.4739 1.71094,0.6093 0.58854,0.1355 1.18489,0.2032 1.78906,0.2032 0.54687,0 0.95833,-0.075 1.23438,-0.2266 0.27603,-0.151 0.41406,-0.375 0.41406,-0.6719 0,-0.25 -0.0964,-0.4349 -0.28906,-0.5547 -0.18751,-0.125 -0.56511,-0.2213 -1.13281,-0.289 l -0.49219,-0.062 c -1.2448,-0.1563 -2.11719,-0.4453 -2.61719,-0.8672 -0.5,-0.4219 -0.75,-1.0625 -0.75,-1.9219 0,-0.9271 0.31771,-1.6146 0.95313,-2.0625 0.63541,-0.4479 1.60937,-0.6718 2.92187,-0.6719 0.51562,1e-4 1.05729,0.039 1.625,0.1172 0.5677,0.078 1.18489,0.2006 1.85156,0.3672" />
</g>
</g>
<g
id="g4962">
<path
inkscape:connector-curvature="0"
d="m 215.05509,959.83743 c 0,-14.08111 0,-28.16223 0,-42.24334 -4.82337,4.4176 -9.64673,8.83521 -14.4701,13.25281 m 21.39415,28.99053 c 0,-14.08111 0,-28.16223 0,-42.24334 4.82337,4.4176 9.64673,8.83521 14.4701,13.25281"
style="fill:none;stroke:#23a121;stroke-width:6.92404747;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
id="path6259-7-5" />
<g
transform="translate(-6.6666718,21.80858)"
id="text6061-3"
style="font-size:16px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold">
<path
inkscape:connector-curvature="0"
id="path6443"
style="line-height:125%;fill:#008000;font-family:Sans;-inkscape-font-specification:Sans Bold"
d="m 203.30469,939.03015 0,2.46875 c -0.64064,-0.28645 -1.26564,-0.50259 -1.875,-0.64844 -0.60938,-0.14582 -1.1849,-0.21874 -1.72657,-0.21875 -0.71875,10e-6 -1.25,0.099 -1.59375,0.29688 -0.34375,0.19792 -0.51562,0.50522 -0.51562,0.92187 0,0.31251 0.11458,0.5573 0.34375,0.73438 0.23437,0.17188 0.65625,0.32032 1.26562,0.44531 l 1.28125,0.25781 c 1.29687,0.26043 2.21875,0.65626 2.76563,1.1875 0.54686,0.53126 0.8203,1.28647 0.82031,2.26563 -1e-5,1.28646 -0.38282,2.24479 -1.14844,2.875 -0.76042,0.625 -1.92448,0.9375 -3.49218,0.9375 -0.73959,0 -1.48178,-0.0703 -2.22657,-0.21094 -0.74479,-0.14062 -1.48958,-0.34896 -2.23437,-0.625 l 0,-2.53906 c 0.74479,0.39583 1.46354,0.69531 2.15625,0.89844 0.69791,0.19792 1.36979,0.29687 2.01562,0.29687 0.65625,0 1.15885,-0.10937 1.50782,-0.32812 0.34895,-0.21875 0.52343,-0.53125 0.52343,-0.9375 0,-0.36458 -0.11979,-0.64583 -0.35937,-0.84375 -0.23438,-0.19792 -0.70574,-0.375 -1.41406,-0.53125 l -1.16407,-0.25782 c -1.16667,-0.24999 -2.02083,-0.64843 -2.5625,-1.19531 -0.53645,-0.54687 -0.80468,-1.28385 -0.80468,-2.21094 0,-1.16145 0.375,-2.05467 1.125,-2.67968 0.74999,-0.62499 1.82812,-0.93749 3.23437,-0.9375 0.64062,10e-6 1.29947,0.0495 1.97656,0.14843 0.67708,0.0938 1.3776,0.23699 2.10157,0.42969" />
<path
inkscape:connector-curvature="0"
id="path6445"
style="line-height:125%;fill:#008000;font-family:Sans;-inkscape-font-specification:Sans Bold"
d="m 209.67969,939.09265 0,2.48438 2.88281,0 0,2 -2.88281,0 0,3.71093 c -1e-5,0.40626 0.0807,0.6823 0.24218,0.82813 0.16146,0.14063 0.48177,0.21094 0.96094,0.21094 l 1.4375,0 0,2 -2.39844,0 c -1.10417,0 -1.88802,-0.22917 -2.35156,-0.6875 -0.45833,-0.46354 -0.6875,-1.2474 -0.6875,-2.35157 l 0,-3.71093 -1.39062,0 0,-2 1.39062,0 0,-2.48438 2.79688,0" />
<path
inkscape:connector-curvature="0"
id="path6447"
style="line-height:125%;fill:#008000;font-family:Sans;-inkscape-font-specification:Sans Bold"
d="m 220.78125,943.95984 c -0.2448,-0.11458 -0.48959,-0.19791 -0.73438,-0.25 -0.23959,-0.0573 -0.48177,-0.0859 -0.72656,-0.0859 -0.71875,1e-5 -1.27344,0.23178 -1.66406,0.69531 -0.38542,0.45834 -0.57813,1.1172 -0.57813,1.97657 l 0,4.03125 -2.79687,0 0,-8.75 2.79687,0 0,1.4375 c 0.35938,-0.57291 0.77083,-0.98958 1.23438,-1.25 0.46874,-0.26562 1.02864,-0.39843 1.67969,-0.39844 0.0937,10e-6 0.1953,0.005 0.30468,0.0156 0.10937,0.005 0.26823,0.0208 0.47657,0.0469 l 0.008,2.53125" />
<path
inkscape:connector-curvature="0"
id="path6449"
style="line-height:125%;fill:#008000;font-family:Sans;-inkscape-font-specification:Sans Bold"
d="m 226.35156,943.36609 c -0.61979,10e-6 -1.09375,0.22396 -1.42187,0.67187 -0.32292,0.44272 -0.48438,1.08334 -0.48438,1.92188 0,0.83854 0.16146,1.48177 0.48438,1.92969 0.32812,0.44271 0.80208,0.66406 1.42187,0.66406 0.60937,0 1.07552,-0.22135 1.39844,-0.66406 0.32291,-0.44792 0.48437,-1.09115 0.48437,-1.92969 0,-0.83854 -0.16146,-1.47916 -0.48437,-1.92188 -0.32292,-0.44791 -0.78907,-0.67186 -1.39844,-0.67187 m 0,-2 c 1.5052,10e-6 2.67968,0.40626 3.52344,1.21875 0.84895,0.81251 1.27343,1.9375 1.27344,3.375 -1e-5,1.4375 -0.42449,2.5625 -1.27344,3.375 -0.84376,0.8125 -2.01824,1.21875 -3.52344,1.21875 -1.51042,0 -2.69271,-0.40625 -3.54687,-1.21875 -0.84896,-0.8125 -1.27344,-1.9375 -1.27344,-3.375 0,-1.4375 0.42448,-2.56249 1.27344,-3.375 0.85416,-0.81249 2.03645,-1.21874 3.54687,-1.21875" />
<path
inkscape:connector-curvature="0"
id="path6451"
style="line-height:125%;fill:#008000;font-family:Sans;-inkscape-font-specification:Sans Bold"
d="m 241.98437,944.9989 0,5.32813 -2.8125,0 0,-0.86719 0,-3.21094 c 0,-0.7552 -0.0182,-1.27603 -0.0547,-1.5625 -0.0313,-0.28645 -0.0885,-0.49739 -0.17188,-0.63281 -0.10938,-0.18229 -0.25782,-0.32291 -0.44531,-0.42188 -0.18751,-0.10416 -0.40105,-0.15624 -0.64063,-0.15625 -0.58333,10e-6 -1.04167,0.22657 -1.375,0.67969 -0.33333,0.44792 -0.5,1.07032 -0.5,1.86719 l 0,4.30469 -2.79687,0 0,-8.75 2.79687,0 0,1.28125 c 0.42188,-0.51041 0.86979,-0.88541 1.34375,-1.125 0.47396,-0.24479 0.99739,-0.36718 1.57032,-0.36719 1.01041,10e-6 1.77603,0.3099 2.29687,0.92969 0.52603,0.6198 0.78905,1.52084 0.78906,2.70312" />
<path
inkscape:connector-curvature="0"
id="path6453"
style="line-height:125%;fill:#008000;font-family:Sans;-inkscape-font-specification:Sans Bold"
d="m 250.54687,948.84265 c -0.38542,0.51042 -0.8099,0.88542 -1.27343,1.125 -0.46355,0.23958 -1.00001,0.35938 -1.60938,0.35938 -1.06771,0 -1.95052,-0.41927 -2.64844,-1.25782 -0.69791,-0.84374 -1.04687,-1.91666 -1.04687,-3.21875 0,-1.30728 0.34896,-2.37759 1.04687,-3.21093 0.69792,-0.83854 1.58073,-1.25781 2.64844,-1.25782 0.60937,10e-6 1.14583,0.1198 1.60938,0.35938 0.46353,0.23959 0.88801,0.61719 1.27343,1.13281 l 0,-1.29687 2.8125,0 0,7.86718 c -1e-5,1.40625 -0.44532,2.47917 -1.33593,3.21875 -0.88543,0.74479 -2.17188,1.11719 -3.85938,1.11719 -0.54688,0 -1.07552,-0.0417 -1.58594,-0.125 -0.51041,-0.0833 -1.02343,-0.21094 -1.53906,-0.38281 l 0,-2.17969 c 0.48958,0.28125 0.96875,0.48958 1.4375,0.625 0.46875,0.14062 0.9401,0.21094 1.41406,0.21094 0.91667,0 1.58854,-0.20052 2.01563,-0.60156 0.42708,-0.40105 0.64062,-1.02865 0.64062,-1.88282 l 0,-0.60156 m -1.84375,-5.44531 c -0.57812,10e-6 -1.02865,0.21355 -1.35156,0.64062 -0.32292,0.42709 -0.48438,1.03126 -0.48437,1.8125 -1e-5,0.80209 0.15624,1.41147 0.46875,1.82813 0.31249,0.41146 0.76822,0.61719 1.36718,0.61719 0.58333,0 1.03646,-0.21354 1.35938,-0.64063 0.32291,-0.42708 0.48437,-1.02864 0.48437,-1.80469 0,-0.78124 -0.16146,-1.38541 -0.48437,-1.8125 -0.32292,-0.42707 -0.77605,-0.64061 -1.35938,-0.64062" />
<path
inkscape:connector-curvature="0"
id="path6455"
style="line-height:125%;fill:#008000;font-family:Sans;-inkscape-font-specification:Sans Bold"
d="m 192.54687,958.66296 4.99219,0 c 1.48437,2e-5 2.62239,0.33074 3.41406,0.99219 0.79687,0.65626 1.19531,1.59376 1.19532,2.8125 -1e-5,1.22397 -0.39845,2.16667 -1.19532,2.82813 -0.79167,0.65625 -1.92969,0.98438 -3.41406,0.98437 l -1.98437,0 0,4.04688 -3.00782,0 0,-11.66407 m 3.00782,2.17969 0,3.25781 1.66406,0 c 0.58333,10e-6 1.03385,-0.14061 1.35156,-0.42187 0.3177,-0.28645 0.47656,-0.6901 0.47656,-1.21094 0,-0.52082 -0.15886,-0.92186 -0.47656,-1.20312 -0.31771,-0.28124 -0.76823,-0.42187 -1.35156,-0.42188 l -1.66406,0" />
<path
inkscape:connector-curvature="0"
id="path6457"
style="line-height:125%;fill:#008000;font-family:Sans;-inkscape-font-specification:Sans Bold"
d="m 210.64062,963.95984 c -0.24479,-0.11458 -0.48959,-0.19791 -0.73437,-0.25 -0.23959,-0.0573 -0.48178,-0.0859 -0.72656,-0.0859 -0.71876,1e-5 -1.27345,0.23178 -1.66407,0.69531 -0.38542,0.45834 -0.57812,1.1172 -0.57812,1.97657 l 0,4.03125 -2.79688,0 0,-8.75 2.79688,0 0,1.4375 c 0.35937,-0.57291 0.77083,-0.98958 1.23437,-1.25 0.46875,-0.26562 1.02864,-0.39843 1.67969,-0.39844 0.0937,10e-6 0.19531,0.005 0.30469,0.0156 0.10937,0.005 0.26822,0.0208 0.47656,0.0469 l 0.008,2.53125" />
<path
inkscape:connector-curvature="0"
id="path6459"
style="line-height:125%;fill:#008000;font-family:Sans;-inkscape-font-specification:Sans Bold"
d="m 212.04687,961.57703 2.79688,0 0,8.75 -2.79688,0 0,-8.75 m 0,-3.40625 2.79688,0 0,2.28125 -2.79688,0 0,-2.28125" />
<path
inkscape:connector-curvature="0"
id="path6461"
style="line-height:125%;fill:#008000;font-family:Sans;-inkscape-font-specification:Sans Bold"
d="m 216.44531,961.57703 2.79688,0 2.17968,6.04687 2.17188,-6.04687 2.80469,0 -3.44532,8.75 -3.07031,0 -3.4375,-8.75" />
<path
inkscape:connector-curvature="0"
id="path6463"
style="line-height:125%;fill:#008000;font-family:Sans;-inkscape-font-specification:Sans Bold"
d="m 231.90625,966.38953 c -0.58334,0 -1.02344,0.099 -1.32031,0.29687 -0.29167,0.19792 -0.43751,0.48959 -0.4375,0.875 -1e-5,0.35417 0.11718,0.63282 0.35156,0.83594 0.23958,0.19792 0.57031,0.29688 0.99219,0.29687 0.52603,10e-6 0.96874,-0.18749 1.32812,-0.5625 0.35937,-0.3802 0.53906,-0.85416 0.53906,-1.42187 l 0,-0.32031 -1.45312,0 m 4.27344,-1.05469 0,4.99219 -2.82032,0 0,-1.29688 c -0.375,0.53125 -0.79688,0.91927 -1.26562,1.16406 -0.46875,0.23959 -1.03907,0.35938 -1.71094,0.35938 -0.90625,0 -1.64323,-0.26302 -2.21094,-0.78906 -0.5625,-0.53125 -0.84375,-1.21875 -0.84375,-2.0625 0,-1.02604 0.35157,-1.77865 1.05469,-2.25782 0.70833,-0.47916 1.81771,-0.71874 3.32813,-0.71875 l 1.64843,0 0,-0.21875 c 0,-0.4427 -0.17448,-0.76561 -0.52343,-0.96875 -0.34897,-0.20832 -0.89324,-0.31249 -1.63282,-0.3125 -0.59896,10e-6 -1.15625,0.0599 -1.67187,0.17969 -0.51563,0.1198 -0.99479,0.29949 -1.4375,0.53906 l 0,-2.13281 c 0.59896,-0.14582 1.20052,-0.2552 1.80469,-0.32812 0.60416,-0.0781 1.20833,-0.11718 1.8125,-0.11719 1.57812,10e-6 2.71614,0.31251 3.41406,0.9375 0.70312,0.6198 1.05468,1.63021 1.05469,3.03125" />
<path
inkscape:connector-curvature="0"
id="path6465"
style="line-height:125%;fill:#008000;font-family:Sans;-inkscape-font-specification:Sans Bold"
d="m 245.83594,961.85046 0,2.28125 c -0.38022,-0.26041 -0.76303,-0.45311 -1.14844,-0.57812 -0.38022,-0.12499 -0.77605,-0.18749 -1.1875,-0.1875 -0.78126,10e-6 -1.39063,0.22917 -1.82813,0.6875 -0.43229,0.45313 -0.64844,1.08855 -0.64843,1.90625 -1e-5,0.81771 0.21614,1.45573 0.64843,1.91406 0.4375,0.45313 1.04687,0.67969 1.82813,0.67969 0.43749,0 0.85156,-0.0651 1.24219,-0.19531 0.39582,-0.13021 0.76041,-0.32292 1.09375,-0.57813 l 0,2.28906 c -0.43751,0.16146 -0.88282,0.28125 -1.33594,0.35938 -0.44792,0.0833 -0.89844,0.125 -1.35156,0.125 -1.57813,0 -2.81251,-0.40365 -3.70313,-1.21094 -0.89062,-0.8125 -1.33594,-1.9401 -1.33594,-3.38281 0,-1.4427 0.44532,-2.5677 1.33594,-3.375 0.89062,-0.81249 2.125,-1.21874 3.70313,-1.21875 0.45832,10e-6 0.90885,0.0417 1.35156,0.125 0.44791,0.0781 0.89322,0.19792 1.33594,0.35937" />
<path
inkscape:connector-curvature="0"
id="path6467"
style="line-height:125%;fill:#008000;font-family:Sans;-inkscape-font-specification:Sans Bold"
d="m 247.11719,961.57703 2.79687,0 2.35156,5.9375 2,-5.9375 2.79688,0 -3.67969,9.57812 c -0.3698,0.97396 -0.80209,1.65364 -1.29687,2.03906 -0.48959,0.39063 -1.13803,0.58594 -1.94532,0.58594 l -1.61718,0 0,-1.83594 0.875,0 c 0.47395,0 0.8177,-0.0755 1.03125,-0.22656 0.21874,-0.15104 0.38801,-0.42187 0.50781,-0.8125 l 0.0781,-0.24219 -3.89843,-9.08593" />
<path
inkscape:connector-curvature="0"
id="path6469"
d="m 218.38281,978.17078 0,1.83593 -1.54687,0 c -0.39584,10e-6 -0.67188,0.0729 -0.82813,0.21875 -0.15625,0.14064 -0.23438,0.38803 -0.23437,0.74219 l 0,0.60938 2.39062,0 0,2 -2.39062,0 0,6.75 -2.79688,0 0,-6.75 -1.39062,0 0,-2 1.39062,0 0,-0.60938 c 0,-0.95311 0.26563,-1.65624 0.79688,-2.10937 0.53124,-0.45833 1.35416,-0.68749 2.46875,-0.6875 l 2.14062,0" />
<path
inkscape:connector-curvature="0"
id="path6471"
d="m 223.75781,983.36609 c -0.61979,10e-6 -1.09375,0.22396 -1.42187,0.67187 -0.32292,0.44272 -0.48438,1.08334 -0.48438,1.92188 0,0.83854 0.16146,1.48177 0.48438,1.92969 0.32812,0.44271 0.80208,0.66406 1.42187,0.66406 0.60937,0 1.07552,-0.22135 1.39844,-0.66406 0.32291,-0.44792 0.48437,-1.09115 0.48437,-1.92969 0,-0.83854 -0.16146,-1.47916 -0.48437,-1.92188 -0.32292,-0.44791 -0.78907,-0.67186 -1.39844,-0.67187 m 0,-2 c 1.5052,10e-6 2.67968,0.40626 3.52344,1.21875 0.84895,0.81251 1.27343,1.9375 1.27344,3.375 -1e-5,1.4375 -0.42449,2.5625 -1.27344,3.375 -0.84376,0.8125 -2.01824,1.21875 -3.52344,1.21875 -1.51042,0 -2.69271,-0.40625 -3.54687,-1.21875 -0.84896,-0.8125 -1.27344,-1.9375 -1.27344,-3.375 0,-1.4375 0.42448,-2.56249 1.27344,-3.375 0.85416,-0.81249 2.03645,-1.21874 3.54687,-1.21875" />
<path
inkscape:connector-curvature="0"
id="path6473"
d="m 237.09375,983.95984 c -0.2448,-0.11458 -0.48959,-0.19791 -0.73438,-0.25 -0.23959,-0.0573 -0.48177,-0.0859 -0.72656,-0.0859 -0.71875,1e-5 -1.27344,0.23178 -1.66406,0.69531 -0.38542,0.45834 -0.57813,1.1172 -0.57813,1.97657 l 0,4.03125 -2.79687,0 0,-8.75 2.79687,0 0,1.4375 c 0.35938,-0.57291 0.77083,-0.98958 1.23438,-1.25 0.46874,-0.26562 1.02864,-0.39843 1.67969,-0.39844 0.0937,10e-6 0.1953,0.005 0.30468,0.0156 0.10937,0.005 0.26823,0.0208 0.47657,0.0469 l 0.008,2.53125" />
<path
inkscape:connector-curvature="0"
id="path6475"
d="m 213.07031,999.03015 0,2.46875 c -0.64063,-0.2864 -1.26563,-0.5026 -1.875,-0.6484 -0.60938,-0.1459 -1.1849,-0.2188 -1.72656,-0.2188 -0.71876,0 -1.25,0.099 -1.59375,0.2969 -0.34375,0.1979 -0.51563,0.5052 -0.51563,0.9219 0,0.3125 0.11458,0.5573 0.34375,0.7343 0.23438,0.1719 0.65625,0.3204 1.26563,0.4454 l 1.28125,0.2578 c 1.29687,0.2604 2.21874,0.6562 2.76562,1.1875 0.54687,0.5312 0.82031,1.2864 0.82032,2.2656 -1e-5,1.2864 -0.38282,2.2448 -1.14844,2.875 -0.76043,0.625 -1.92449,0.9375 -3.49219,0.9375 -0.73959,0 -1.48177,-0.07 -2.22656,-0.2109 -0.74479,-0.1407 -1.48959,-0.349 -2.23438,-0.625 l 0,-2.5391 c 0.74479,0.3958 1.46354,0.6953 2.15625,0.8984 0.69792,0.1979 1.36979,0.2969 2.01563,0.2969 0.65624,0 1.15885,-0.1094 1.50781,-0.3281 0.34895,-0.2188 0.52343,-0.5313 0.52344,-0.9375 -1e-5,-0.3646 -0.1198,-0.6459 -0.35938,-0.8438 -0.23438,-0.1979 -0.70573,-0.375 -1.41406,-0.5312 L 208,1005.4755 c -1.16667,-0.25 -2.02084,-0.6485 -2.5625,-1.1953 -0.53646,-0.5469 -0.80469,-1.2839 -0.80469,-2.211 0,-1.1614 0.375,-2.0547 1.125,-2.67967 0.75,-0.62499 1.82812,-0.93749 3.23438,-0.9375 0.64062,10e-6 1.29947,0.0495 1.97656,0.14843 0.67708,0.0938 1.3776,0.23699 2.10156,0.42969" />
<path
inkscape:connector-curvature="0"
id="path6477"
d="m 225.125,1005.9286 0,0.7969 -6.53906,0 c 0.0677,0.6562 0.30468,1.1484 0.71093,1.4765 0.40625,0.3282 0.97396,0.4922 1.70313,0.4922 0.58854,0 1.1901,-0.086 1.80469,-0.2578 0.61978,-0.1771 1.2552,-0.4427 1.90625,-0.7969 l 0,2.1563 c -0.66147,0.25 -1.32293,0.4375 -1.98438,0.5625 -0.66146,0.1302 -1.32292,0.1953 -1.98437,0.1953 -1.58334,0 -2.81511,-0.4011 -3.69532,-1.2031 -0.875,-0.8073 -1.3125,-1.9375 -1.3125,-3.3907 0,-1.427 0.42969,-2.5494 1.28907,-3.3671 0.86458,-0.8177 2.05208,-1.2266 3.5625,-1.2266 1.37499,0 2.47395,0.4141 3.29687,1.2422 0.82812,0.8281 1.24218,1.9349 1.24219,3.3203 m -2.875,-0.9297 c -1e-5,-0.5312 -0.15626,-0.9583 -0.46875,-1.2812 -0.3073,-0.3282 -0.71094,-0.4922 -1.21094,-0.4922 -0.54167,0 -0.98177,0.1536 -1.32031,0.4609 -0.33855,0.3021 -0.54948,0.7396 -0.63281,1.3125 l 3.63281,0" />
<path
inkscape:connector-curvature="0"
id="path6479"
d="m 236.03125,1004.9989 0,5.3281 -2.8125,0 0,-0.8672 0,-3.2109 c -1e-5,-0.7552 -0.0182,-1.276 -0.0547,-1.5625 -0.0312,-0.2865 -0.0885,-0.4974 -0.17187,-0.6328 -0.10938,-0.1823 -0.25782,-0.3229 -0.44532,-0.4219 -0.1875,-0.1041 -0.40104,-0.1562 -0.64062,-0.1562 -0.58334,0 -1.04167,0.2265 -1.375,0.6797 -0.33334,0.4479 -0.5,1.0703 -0.5,1.8671 l 0,4.3047 -2.79688,0 0,-8.75 2.79688,0 0,1.2813 c 0.42187,-0.5104 0.86979,-0.8854 1.34375,-1.125 0.47395,-0.2448 0.99739,-0.3672 1.57031,-0.3672 1.01041,0 1.77604,0.3099 2.29688,0.9297 0.52603,0.6198 0.78905,1.5208 0.78906,2.7031" />
<path
inkscape:connector-curvature="0"
id="path6481"
d="m 241.69531,999.09265 0,2.48435 2.88281,0 0,2 -2.88281,0 0,3.711 c 0,0.4062 0.0807,0.6823 0.24219,0.8281 0.16145,0.1406 0.48177,0.2109 0.96094,0.2109 l 1.4375,0 0,2 -2.39844,0 c -1.10417,0 -1.88802,-0.2291 -2.35156,-0.6875 -0.45834,-0.4635 -0.6875,-1.2474 -0.6875,-2.3515 l 0,-3.711 -1.39063,0 0,-2 1.39063,0 0,-2.48435 2.79687,0" />
<path
inkscape:connector-curvature="0"
id="path6483"
d="m 167.25,1018.663 10.75,0 0,2.2734 -3.86719,0 0,9.3906 -3.00781,0 0,-9.3906 -3.875,0 0,-2.2734" />
<path
inkscape:connector-curvature="0"
id="path6485"
d="m 184.17187,1023.9598 c -0.24479,-0.1145 -0.48959,-0.1979 -0.73437,-0.25 -0.23959,-0.057 -0.48178,-0.086 -0.72656,-0.086 -0.71876,0 -1.27345,0.2318 -1.66407,0.6953 -0.38542,0.4584 -0.57812,1.1172 -0.57812,1.9766 l 0,4.0312 -2.79688,0 0,-8.75 2.79688,0 0,1.4375 c 0.35937,-0.5729 0.77083,-0.9895 1.23437,-1.25 0.46875,-0.2656 1.02864,-0.3984 1.67969,-0.3984 0.0937,0 0.19531,0.01 0.30469,0.016 0.10937,0.01 0.26822,0.021 0.47656,0.047 l 0.008,2.5312" />
<path
inkscape:connector-curvature="0"
id="path6487"
d="m 189.5,1026.3895 c -0.58334,0 -1.02344,0.099 -1.32031,0.2969 -0.29167,0.1979 -0.43751,0.4896 -0.4375,0.875 -1e-5,0.3542 0.11718,0.6328 0.35156,0.8359 0.23958,0.198 0.57031,0.2969 0.99219,0.2969 0.52603,0 0.96874,-0.1875 1.32812,-0.5625 0.35937,-0.3802 0.53906,-0.8541 0.53906,-1.4219 l 0,-0.3203 -1.45312,0 m 4.27344,-1.0547 0,4.9922 -2.82032,0 0,-1.2968 c -0.375,0.5312 -0.79688,0.9192 -1.26562,1.164 -0.46875,0.2396 -1.03907,0.3594 -1.71094,0.3594 -0.90625,0 -1.64323,-0.263 -2.21094,-0.7891 -0.5625,-0.5312 -0.84375,-1.2187 -0.84375,-2.0625 0,-1.026 0.35157,-1.7786 1.05469,-2.2578 0.70833,-0.4791 1.81771,-0.7187 3.32813,-0.7187 l 1.64843,0 0,-0.2188 c 0,-0.4427 -0.17448,-0.7656 -0.52343,-0.9687 -0.34897,-0.2084 -0.89324,-0.3125 -1.63282,-0.3125 -0.59896,0 -1.15625,0.06 -1.67187,0.1797 -0.51563,0.1197 -0.99479,0.2994 -1.4375,0.539 l 0,-2.1328 c 0.59896,-0.1458 1.20052,-0.2552 1.80469,-0.3281 0.60416,-0.078 1.20833,-0.1172 1.8125,-0.1172 1.57812,0 2.71614,0.3125 3.41406,0.9375 0.70312,0.6198 1.05468,1.6302 1.05469,3.0312" />
<path
inkscape:connector-curvature="0"
id="path6489"
d="m 205.15625,1024.9989 0,5.3281 -2.8125,0 0,-0.8672 0,-3.2109 c -1e-5,-0.7552 -0.0182,-1.276 -0.0547,-1.5625 -0.0312,-0.2865 -0.0885,-0.4974 -0.17187,-0.6328 -0.10938,-0.1823 -0.25782,-0.3229 -0.44532,-0.4219 -0.1875,-0.1041 -0.40104,-0.1562 -0.64062,-0.1562 -0.58334,0 -1.04167,0.2265 -1.375,0.6797 -0.33334,0.4479 -0.5,1.0703 -0.5,1.8671 l 0,4.3047 -2.79688,0 0,-8.75 2.79688,0 0,1.2813 c 0.42187,-0.5104 0.86979,-0.8854 1.34375,-1.125 0.47395,-0.2448 0.99739,-0.3672 1.57031,-0.3672 1.01041,0 1.77604,0.3099 2.29688,0.9297 0.52603,0.6198 0.78905,1.5208 0.78906,2.7031" />
<path
inkscape:connector-curvature="0"
id="path6491"
d="m 214.60156,1021.8505 0,2.125 c -0.59896,-0.25 -1.17709,-0.4375 -1.73437,-0.5625 -0.5573,-0.125 -1.08334,-0.1875 -1.57813,-0.1875 -0.53125,0 -0.92708,0.068 -1.1875,0.2031 -0.25521,0.1302 -0.38281,0.3333 -0.38281,0.6094 0,0.2239 0.0964,0.3958 0.28906,0.5156 0.19792,0.1198 0.54948,0.2083 1.05469,0.2656 l 0.49219,0.07 c 1.43228,0.1823 2.39582,0.4818 2.89062,0.8985 0.49479,0.4166 0.74218,1.0703 0.74219,1.9609 -1e-5,0.9323 -0.34376,1.6328 -1.03125,2.1016 -0.68751,0.4687 -1.71355,0.7031 -3.07813,0.7031 -0.57812,0 -1.17708,-0.047 -1.79687,-0.1406 -0.61459,-0.089 -1.2474,-0.224 -1.89844,-0.4063 l 0,-2.125 c 0.55729,0.2708 1.1276,0.474 1.71094,0.6094 0.58854,0.1354 1.18489,0.2031 1.78906,0.2031 0.54687,0 0.95833,-0.075 1.23438,-0.2265 0.27603,-0.1511 0.41405,-0.375 0.41406,-0.6719 -1e-5,-0.25 -0.0964,-0.4349 -0.28906,-0.5547 -0.18751,-0.125 -0.56511,-0.2214 -1.13282,-0.2891 l -0.49218,-0.062 c -1.2448,-0.1562 -2.11719,-0.4453 -2.61719,-0.8672 -0.5,-0.4218 -0.75,-1.0625 -0.75,-1.9218 0,-0.9271 0.31771,-1.6146 0.95312,-2.0625 0.63542,-0.4479 1.60938,-0.6719 2.92188,-0.6719 0.51562,0 1.05729,0.039 1.625,0.1172 0.5677,0.078 1.18489,0.2005 1.85156,0.3672" />
<path
inkscape:connector-curvature="0"
id="path6493"
d="m 221.1875,1026.3895 c -0.58334,0 -1.02344,0.099 -1.32031,0.2969 -0.29167,0.1979 -0.43751,0.4896 -0.4375,0.875 -1e-5,0.3542 0.11718,0.6328 0.35156,0.8359 0.23958,0.198 0.57031,0.2969 0.99219,0.2969 0.52603,0 0.96874,-0.1875 1.32812,-0.5625 0.35937,-0.3802 0.53906,-0.8541 0.53906,-1.4219 l 0,-0.3203 -1.45312,0 m 4.27344,-1.0547 0,4.9922 -2.82032,0 0,-1.2968 c -0.375,0.5312 -0.79688,0.9192 -1.26562,1.164 -0.46875,0.2396 -1.03907,0.3594 -1.71094,0.3594 -0.90625,0 -1.64323,-0.263 -2.21094,-0.7891 -0.5625,-0.5312 -0.84375,-1.2187 -0.84375,-2.0625 0,-1.026 0.35157,-1.7786 1.05469,-2.2578 0.70833,-0.4791 1.81771,-0.7187 3.32813,-0.7187 l 1.64843,0 0,-0.2188 c 0,-0.4427 -0.17448,-0.7656 -0.52343,-0.9687 -0.34897,-0.2084 -0.89324,-0.3125 -1.63282,-0.3125 -0.59896,0 -1.15625,0.06 -1.67187,0.1797 -0.51563,0.1197 -0.99479,0.2994 -1.4375,0.539 l 0,-2.1328 c 0.59896,-0.1458 1.20052,-0.2552 1.80469,-0.3281 0.60416,-0.078 1.20833,-0.1172 1.8125,-0.1172 1.57812,0 2.71614,0.3125 3.41406,0.9375 0.70312,0.6198 1.05468,1.6302 1.05469,3.0312" />
<path
inkscape:connector-curvature="0"
id="path6495"
d="m 235.11719,1021.8505 0,2.2812 c -0.38022,-0.2604 -0.76303,-0.4531 -1.14844,-0.5781 -0.38022,-0.125 -0.77605,-0.1875 -1.1875,-0.1875 -0.78126,0 -1.39063,0.2292 -1.82813,0.6875 -0.43229,0.4531 -0.64844,1.0885 -0.64843,1.9062 -1e-5,0.8178 0.21614,1.4558 0.64843,1.9141 0.4375,0.4531 1.04687,0.6797 1.82813,0.6797 0.43749,0 0.85156,-0.065 1.24219,-0.1953 0.39582,-0.1302 0.76041,-0.3229 1.09375,-0.5781 l 0,2.289 c -0.43751,0.1615 -0.88282,0.2813 -1.33594,0.3594 -0.44792,0.083 -0.89844,0.125 -1.35156,0.125 -1.57813,0 -2.81251,-0.4037 -3.70313,-1.2109 -0.89062,-0.8125 -1.33594,-1.9401 -1.33594,-3.3829 0,-1.4427 0.44532,-2.5677 1.33594,-3.375 0.89062,-0.8125 2.125,-1.2187 3.70313,-1.2187 0.45832,0 0.90885,0.042 1.35156,0.125 0.44791,0.078 0.89322,0.1979 1.33594,0.3594" />
<path
inkscape:connector-curvature="0"
id="path6497"
d="m 240.60156,1019.0927 0,2.4843 2.88281,0 0,2 -2.88281,0 0,3.711 c 0,0.4062 0.0807,0.6823 0.24219,0.8281 0.16145,0.1406 0.48177,0.2109 0.96094,0.2109 l 1.4375,0 0,2 -2.39844,0 c -1.10417,0 -1.88802,-0.2291 -2.35156,-0.6875 -0.45834,-0.4635 -0.6875,-1.2474 -0.6875,-2.3515 l 0,-3.711 -1.39063,0 0,-2 1.39063,0 0,-2.4843 2.79687,0" />
<path
inkscape:connector-curvature="0"
id="path6499"
d="m 245.20312,1021.577 2.79688,0 0,8.75 -2.79688,0 0,-8.75 m 0,-3.4062 2.79688,0 0,2.2812 -2.79688,0 0,-2.2812" />
<path
inkscape:connector-curvature="0"
id="path6501"
d="m 254.86719,1023.3661 c -0.6198,0 -1.09376,0.224 -1.42188,0.6719 -0.32292,0.4427 -0.48438,1.0833 -0.48437,1.9218 -1e-5,0.8386 0.16145,1.4818 0.48437,1.9297 0.32812,0.4427 0.80208,0.6641 1.42188,0.6641 0.60937,0 1.07551,-0.2214 1.39843,-0.6641 0.32291,-0.4479 0.48437,-1.0911 0.48438,-1.9297 -10e-6,-0.8385 -0.16147,-1.4791 -0.48438,-1.9218 -0.32292,-0.4479 -0.78906,-0.6719 -1.39843,-0.6719 m 0,-2 c 1.5052,0 2.67968,0.4062 3.52343,1.2187 0.84895,0.8125 1.27343,1.9375 1.27344,3.375 -1e-5,1.4375 -0.42449,2.5625 -1.27344,3.375 -0.84375,0.8125 -2.01823,1.2188 -3.52343,1.2188 -1.51042,0 -2.69271,-0.4063 -3.54688,-1.2188 -0.84896,-0.8125 -1.27344,-1.9375 -1.27344,-3.375 0,-1.4375 0.42448,-2.5625 1.27344,-3.375 0.85417,-0.8125 2.03646,-1.2187 3.54688,-1.2187" />
<path
inkscape:connector-curvature="0"
id="path6503"
d="m 270.5,1024.9989 0,5.3281 -2.8125,0 0,-0.8672 0,-3.2109 c -10e-6,-0.7552 -0.0182,-1.276 -0.0547,-1.5625 -0.0312,-0.2865 -0.0885,-0.4974 -0.17187,-0.6328 -0.10938,-0.1823 -0.25782,-0.3229 -0.44532,-0.4219 -0.1875,-0.1041 -0.40104,-0.1562 -0.64062,-0.1562 -0.58334,0 -1.04167,0.2265 -1.375,0.6797 -0.33334,0.4479 -0.5,1.0703 -0.5,1.8671 l 0,4.3047 -2.79688,0 0,-8.75 2.79688,0 0,1.2813 c 0.42187,-0.5104 0.86979,-0.8854 1.34375,-1.125 0.47395,-0.2448 0.99739,-0.3672 1.57031,-0.3672 1.01041,0 1.77604,0.3099 2.29688,0.9297 0.52603,0.6198 0.78905,1.5208 0.78906,2.7031" />
<path
inkscape:connector-curvature="0"
id="path6505"
d="m 279.94531,1021.8505 0,2.125 c -0.59896,-0.25 -1.17709,-0.4375 -1.73437,-0.5625 -0.5573,-0.125 -1.08334,-0.1875 -1.57813,-0.1875 -0.53125,0 -0.92708,0.068 -1.1875,0.2031 -0.25521,0.1302 -0.38281,0.3333 -0.38281,0.6094 0,0.2239 0.0963,0.3958 0.28906,0.5156 0.19792,0.1198 0.54948,0.2083 1.05469,0.2656 l 0.49219,0.07 c 1.43228,0.1823 2.39582,0.4818 2.89062,0.8985 0.49479,0.4166 0.74218,1.0703 0.74219,1.9609 -10e-6,0.9323 -0.34376,1.6328 -1.03125,2.1016 -0.68751,0.4687 -1.71355,0.7031 -3.07813,0.7031 -0.57812,0 -1.17708,-0.047 -1.79687,-0.1406 -0.61459,-0.089 -1.2474,-0.224 -1.89844,-0.4063 l 0,-2.125 c 0.55729,0.2708 1.1276,0.474 1.71094,0.6094 0.58854,0.1354 1.18489,0.2031 1.78906,0.2031 0.54687,0 0.95833,-0.075 1.23438,-0.2265 0.27603,-0.1511 0.41405,-0.375 0.41406,-0.6719 -10e-6,-0.25 -0.0964,-0.4349 -0.28906,-0.5547 -0.18751,-0.125 -0.56511,-0.2214 -1.13282,-0.2891 l -0.49218,-0.062 c -1.2448,-0.1562 -2.11719,-0.4453 -2.61719,-0.8672 -0.5,-0.4218 -0.75,-1.0625 -0.75,-1.9218 0,-0.9271 0.31771,-1.6146 0.95312,-2.0625 0.63542,-0.4479 1.60938,-0.6719 2.92188,-0.6719 0.51562,0 1.05729,0.039 1.625,0.1172 0.5677,0.078 1.18489,0.2005 1.85156,0.3672" />
</g>
</g>
<g
id="g6672"
transform="translate(29.476287,34.72268)">
<g
transform="matrix(0.33470789,0,0,0.33470789,236.72819,544.92965)"
id="g6391">
<g
transform="translate(74.140438,942.78691)"
id="layer3"
style="display:inline">
<g
id="layer5">
<path
inkscape:connector-curvature="0"
d="m 264.513,77.977773 -4.917,19.529001 c 6.965,-13.793001 18.027,-24.172001 30.729,-33.323001 -9.287,10.789 -17.754,21.579001 -22.944,32.368001 8.741,-12.292001 20.486,-19.120001 33.733,-23.627001 -17.618,15.706001 -31.60228,32.559277 -42.25528,49.494277 l -8.467,-3.687 c 1.501,-13.521 6.60928,-27.369276 14.12128,-40.754277 z"
id="path2554"
style="fill:#abcd03" />
<path
inkscape:connector-curvature="0"
d="m 241.90113,115.14152 16.116,6.68594 c 0,4.098 -0.33313,16.59703 2.22938,20.28403 26.80289,34.5191 22.29349,103.71329 -5.42951,105.48829 -42.21656,0 -58.317,-28.679 -58.317,-55.03801 0,-24.037 28.816,-40.016 46.025,-54.219 4.37,-3.824 3.61113,-12.27525 -0.62387,-23.20125 z"
id="path2534"
style="fill:#fffcdb" />
<path
inkscape:connector-curvature="0"
d="m 258.02197,121.58695 5.80803,2.96282 c -0.546,3.823 0.273,12.292 4.096,14.476 16.936,10.516 32.914,21.988 39.197,33.46 22.398,40.42601 -15.706,77.84601 -48.62,74.29501 17.891,-13.248 23.081,-40.42501 16.389,-70.06201 -2.731,-11.609 -6.966,-22.125 -14.478,-34.007 -3.25421,-5.83246 -2.11803,-13.06582 -2.39203,-21.12482 z"
id="path2536"
style="fill:#7d4698" />
</g>
<g
id="layer4"
style="display:inline">
<path
inkscape:connector-curvature="0"
d="m 255.226,120.58877 12.018,1.639 c -3.551,11.745 6.966,19.939 10.38,21.852 7.64801,4.234 15.02301,8.604 20.89601,13.93 11.063,10.106 17.345,24.31 17.345,39.333 0,14.886 -6.829,29.226 -18.301,38.786 -10.789,9.014 -25.67501,12.838 -40.15201,12.838 -9.014,0 -17.072,-0.409 -25.812,-3.278 -19.939,-6.692 -34.826,-23.763 -36.055,-44.25 -1.093,-15.979 2.458,-28.134 14.887,-40.835 6.418,-6.692 19.393,-14.34 28.271,-20.486 4.371,-3.005 9.014,-11.473 0.136,-27.451 l 1.776,-1.366 13.15659,8.81203 -11.10759,-4.57803 c 0.956,1.366 3.551,7.512 4.098,9.287 1.229,5.053 0.683,9.971 -0.41,12.155 -5.599,10.107 -15.159,12.838 -22.124,18.574 -12.292,10.106 -25.676,18.164 -24.174,45.888 0.683,13.657 11.336,30.319 27.314,38.104 9.014,4.371 19.394,6.146 29.91,6.692 9.423,0.41 27.45101,-5.19 37.28401,-13.384 10.516,-8.74 16.389,-21.988 16.389,-35.508 0,-13.658 -5.463,-26.632 -15.706,-35.783 -5.873,-5.326 -15.56901,-11.745 -21.57801,-15.16 -6.009,-3.414 -13.521,-12.974 -11.063,-22.124 z"
id="path2538" />
<path
inkscape:connector-curvature="0"
d="m 251.539,140.80177 c -1.229,6.283 -2.595,17.618 -8.058,21.852 -2.322,1.638 -4.644,3.278 -7.102,4.916 -9.833,6.693 -19.667,12.974 -24.173,29.09 -0.956,3.415 -0.136,7.102 0.684,10.516 2.458,9.833 9.423,20.486 14.886,26.769 0,0.273 1.093,0.956 1.093,1.229 4.507,5.327 5.873,6.829 22.944,10.652 l -0.41,1.913 c -10.243,-2.731 -18.71,-5.189 -24.037,-11.336 0,-0.136 -0.956,-1.093 -0.956,-1.093 -5.736,-6.556 -12.702,-17.481 -15.296,-27.724 -0.956,-4.098 -1.775,-7.238 -0.683,-11.473 4.643,-16.661 14.75,-23.217 24.993,-30.182 2.322,-1.502 5.053,-2.869 7.238,-4.644 4.233,-3.14 6.554,-12.701 8.877,-20.485 z"
id="path2540" />
<path
inkscape:connector-curvature="0"
d="m 255.90625,166.74951 c 0.137,7.102 -0.55625,10.66475 1.21875,15.71875 1.092,3.004 4.782,7.1015 5.875,11.0625 1.502,5.327 3.138,11.19901 3,14.75001 0,4.09799 -0.25625,11.74249 -2.03125,19.93749 -1.35362,6.77108 -4.47323,12.58153 -9.71875,15.875 -5.37327,-1.10644 -11.68224,-2.99521 -15.40625,-6.1875 -7.238,-6.282 -13.64875,-16.7865 -14.46875,-25.9375 -0.682,-7.51099 6.27275,-18.5885 15.96875,-24.1875 8.194,-4.78 10.1,-10.22775 11.875,-18.96875 -2.458,7.648 -4.7665,14.05925 -12.6875,18.15625 -11.472,6.009 -17.3585,16.09626 -16.8125,25.65625 0.819,12.291 5.7415,20.6195 15.4375,27.3125 4.097,2.868 11.75125,5.89875 16.53125,6.71875 l 0,-0.625 c 3.62493,-0.67888 8.31818,-6.63267 10.65625,-14.6875 2.049,-7.238 2.85675,-16.502 2.71875,-22.37499 -0.137,-3.414 -1.643,-10.80801 -4.375,-17.50001 -1.502,-3.687 -3.8095,-7.37375 -5.3125,-9.96875 -1.637,-2.597 -1.64875,-8.195 -2.46875,-14.75 z"
id="path2542" />
<path
inkscape:connector-curvature="0"
d="m 255.09375,193.53076 c 0.136,4.78 2.056,10.90451 2.875,17.18751 0.684,4.64399 0.387,9.30824 0.25,13.40624 -0.13495,4.74323 -1.7152,13.24218 -3.875,17.375 -2.03673,-0.93403 -2.83294,-1.99922 -4.15625,-3.71875 -1.638,-2.322 -2.75075,-4.644 -3.84375,-7.375 -0.819,-2.049 -1.7765,-4.394 -2.1875,-7.125 -0.546,-4.097 -0.393,-10.5065 4.25,-17.06249 3.551,-5.19001 4.36475,-5.58476 5.59375,-11.59376 -1.64,5.326 -2.8625,5.869 -6.6875,10.37501 -4.233,4.917 -4.9375,12.15924 -4.9375,18.03124 0,2.459 0.9805,5.18725 1.9375,7.78125 1.092,2.732 2.02925,5.452 3.53125,7.5 2.25796,3.32082 5.14798,5.20922 6.5625,5.5625 0.009,0.002 0.022,-0.002 0.0312,0 0.0303,0.007 0.0649,0.0255 0.0937,0.0312 l 0,-0.15625 c 2.64982,-2.95437 4.24444,-5.88934 4.78125,-8.84375 0.683,-3.551 0.84,-7.10975 1.25,-11.34375 0.409,-3.551 0.11225,-8.334 -0.84375,-13.24999 -1.365,-6.146 -3.669,-12.41226 -4.625,-16.78126 z"
id="path2544" />
<path
inkscape:connector-curvature="0"
d="m 255.499,135.06577 c 0.137,7.101 0.683,20.35 2.595,25.539 0.546,1.775 5.599,9.56 9.149,18.983 2.459,6.556 3.005,12.565 3.415,14.34 1.639,7.785 -0.41,20.896 -3.142,33.324 -1.365,6.692 -6.009,15.023 -11.335,18.301 l -1.092,1.912 c 3.005,-0.137 10.379,-7.375 12.974,-16.389 4.371,-15.296 6.146,-22.398 4.098,-39.333 -0.273,-1.64 -0.956,-7.238 -3.551,-13.248 -3.824,-9.151 -9.287,-17.891 -9.969,-19.667 -1.23,-2.867 -2.869,-15.295 -3.142,-23.762 z"
id="path2550" />
<path
inkscape:connector-curvature="0"
d="m 258.06151,125.35303 c -0.40515,7.29812 -0.51351,9.98574 0.85149,15.31174 1.502,5.873 9.151,14.34 12.292,24.037 6.009,18.574 4.507,42.884 0.136,61.867 -1.638,6.691 -9.424,16.389 -17.208,19.529 l 5.736,1.366 c 3.141,-0.137 11.198,-7.648 14.34,-16.252 5.052,-13.521 6.009,-29.636 3.96,-46.571 -0.137,-1.639 -2.869,-16.252 -5.463,-22.398 -3.688,-9.15 -10.244,-17.345 -10.926,-19.119 -1.228,-3.005 -3.92651,-9.24362 -3.71849,-17.77074 z"
id="path2552" />
<path
inkscape:connector-curvature="0"
id="rect2556"
d="m 253.71959,120.21686 0.55041,0 0,126.01891 -0.55041,0 z" />
</g>
</g>
<path
inkscape:connector-curvature="0"
d="m 174.08344,1024.8617 h 109.668 c 4.096,0 7.647,3.414 7.647,7.648 v 32.367 c 0,4.234 -3.551,7.649 -7.647,7.649 h -22.534 c -5.054,0 -7.239,2.867 -7.239,6.145 v 105.98 c 0,3.551 -2.868,6.282 -6.282,6.282 h -37.284 c -3.415,0 -6.146,-2.731 -6.146,-6.282 v -106.935 c 0,-3.278 -3.005,-5.189 -5.326,-5.189 h -24.857 c -4.234,0 -7.648,-3.415 -7.648,-7.649 v -32.368 c -0.001,-4.234 3.413,-7.648 7.648,-7.648 z"
id="path2528"
style="fill:#7d4698" />
<path
inkscape:connector-curvature="0"
d="m 455.44731,1067.7457 9.696,0 c 3.551,0 6.419,2.868 6.419,6.282 l 0,34.69 c 0,4.507 0.273,6.282 -5.19,6.282 -10.789,0 -15.705,5.736 -15.705,12.018 l 0,58.589 c 0,2.732 -2.595,5.053 -5.736,5.053 l -34.827,0 c -3.141,0 -5.736,-2.321 -5.736,-5.053 l 0,-66.784 c -0.0378,-1.1744 -0.0148,-2.9081 0.137,-3.823 1.912,-24.72 21.30753,-44.4979 45.888,-46.981 0.82399,-0.083 3.73943,-0.273 5.054,-0.273 z"
id="path2532"
style="fill:#7d4698" />
</g>
<g
id="text6061-3-4"
style="font-size:16px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#7d4698;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold">
<path
inkscape:connector-curvature="0"
id="path6509"
style="line-height:125%;font-family:Sans;-inkscape-font-specification:Sans Bold"
d="m 307.73437,973.54578 c -0.55209,0.28646 -1.12761,0.5026 -1.72656,0.64843 -0.59896,0.14584 -1.22396,0.21875 -1.875,0.21875 -1.94271,0 -3.48177,-0.54166 -4.61719,-1.625 -1.13541,-1.08854 -1.70312,-2.56249 -1.70312,-4.42187 0,-1.86458 0.56771,-3.33853 1.70312,-4.42188 1.13542,-1.08853 2.67448,-1.6328 4.61719,-1.63281 0.65104,10e-6 1.27604,0.0729 1.875,0.21875 0.59895,0.14585 1.17447,0.36199 1.72656,0.64844 l 0,2.41406 c -0.5573,-0.3802 -1.10678,-0.65884 -1.64843,-0.83594 -0.54168,-0.17707 -1.11199,-0.26561 -1.71094,-0.26562 -1.07292,10e-6 -1.91667,0.34376 -2.53125,1.03125 -0.61459,0.68751 -0.92188,1.63542 -0.92188,2.84375 0,1.20313 0.30729,2.14844 0.92188,2.83594 0.61458,0.6875 1.45833,1.03125 2.53125,1.03125 0.59895,0 1.16926,-0.0885 1.71094,-0.26563 0.54165,-0.17708 1.09113,-0.45573 1.64843,-0.83594 l 0,2.41407" />
<path
inkscape:connector-curvature="0"
id="path6511"
style="line-height:125%;font-family:Sans;-inkscape-font-specification:Sans Bold"
d="m 314.24219,967.22546 c -0.6198,10e-6 -1.09376,0.22397 -1.42188,0.67188 -0.32292,0.44271 -0.48438,1.08334 -0.48437,1.92187 -10e-6,0.83855 0.16145,1.48178 0.48437,1.92969 0.32812,0.44271 0.80208,0.66407 1.42188,0.66406 0.60937,10e-6 1.07551,-0.22135 1.39843,-0.66406 0.32291,-0.44791 0.48437,-1.09114 0.48438,-1.92969 -10e-6,-0.83853 -0.16147,-1.47916 -0.48438,-1.92187 -0.32292,-0.44791 -0.78906,-0.67187 -1.39843,-0.67188 m 0,-2 c 1.5052,10e-6 2.67968,0.40626 3.52343,1.21875 0.84895,0.81251 1.27343,1.93751 1.27344,3.375 -1e-5,1.43751 -0.42449,2.56251 -1.27344,3.375 -0.84375,0.8125 -2.01823,1.21875 -3.52343,1.21875 -1.51042,0 -2.69271,-0.40625 -3.54688,-1.21875 -0.84896,-0.81249 -1.27344,-1.93749 -1.27344,-3.375 0,-1.43749 0.42448,-2.56249 1.27344,-3.375 0.85417,-0.81249 2.03646,-1.21874 3.54688,-1.21875" />
<path
inkscape:connector-curvature="0"
id="path6513"
style="line-height:125%;font-family:Sans;-inkscape-font-specification:Sans Bold"
d="m 329.1875,966.88953 c 0.35416,-0.54166 0.77343,-0.95312 1.25781,-1.23438 0.48957,-0.28645 1.02603,-0.42968 1.60938,-0.42969 1.00519,10e-6 1.77082,0.30991 2.29687,0.92969 0.52603,0.6198 0.78905,1.52084 0.78906,2.70313 l 0,5.32812 -2.8125,0 0,-4.5625 c 0.005,-0.0677 0.008,-0.13801 0.008,-0.21094 0.005,-0.0729 0.008,-0.17707 0.008,-0.3125 -10e-6,-0.61978 -0.0912,-1.0677 -0.27344,-1.34375 -0.1823,-0.28124 -0.47657,-0.42186 -0.88281,-0.42187 -0.53126,10e-6 -0.94272,0.21876 -1.23438,0.65625 -0.28646,0.4375 -0.4349,1.07032 -0.44531,1.89844 l 0,4.29687 -2.8125,0 0,-4.5625 c 0,-0.96874 -0.0833,-1.59114 -0.25,-1.86719 -0.16667,-0.28124 -0.46355,-0.42186 -0.89062,-0.42187 -0.53647,10e-6 -0.95053,0.22136 -1.24219,0.66406 -0.29167,0.43751 -0.4375,1.06511 -0.4375,1.88281 l 0,4.30469 -2.8125,0 0,-8.75 2.8125,0 0,1.28125 c 0.34375,-0.49478 0.73697,-0.86718 1.17969,-1.11719 0.44791,-0.24999 0.9401,-0.37499 1.47656,-0.375 0.60416,10e-6 1.13801,0.14585 1.60156,0.4375 0.46354,0.29168 0.8151,0.70053 1.05469,1.22657" />
<path
inkscape:connector-curvature="0"
id="path6515"
style="line-height:125%;font-family:Sans;-inkscape-font-specification:Sans Bold"
d="m 340.5625,972.92078 0,4.59375 -2.79688,0 0,-12.07813 2.79688,0 0,1.28125 c 0.38541,-0.51041 0.8125,-0.88541 1.28125,-1.125 0.46874,-0.24478 1.00781,-0.36718 1.61719,-0.36719 1.07811,10e-6 1.96353,0.4297 2.65625,1.28907 0.6927,0.85417 1.03905,1.95573 1.03906,3.30468 -10e-6,1.34897 -0.34636,2.45313 -1.03906,3.3125 -0.69272,0.85417 -1.57814,1.28125 -2.65625,1.28125 -0.60938,0 -1.14845,-0.11979 -1.61719,-0.35937 -0.46875,-0.24479 -0.89584,-0.6224 -1.28125,-1.13281 m 1.85937,-5.66407 c -0.59896,10e-6 -1.0599,0.22136 -1.38281,0.66407 -0.31771,0.4375 -0.47656,1.07031 -0.47656,1.89843 0,0.82813 0.15885,1.46355 0.47656,1.90625 0.32291,0.43751 0.78385,0.65626 1.38281,0.65625 0.59896,10e-6 1.05469,-0.21874 1.36719,-0.65625 0.3177,-0.43749 0.47656,-1.07291 0.47656,-1.90625 0,-0.83332 -0.15886,-1.46874 -0.47656,-1.90625 -0.3125,-0.43749 -0.76823,-0.65624 -1.36719,-0.65625" />
<path
inkscape:connector-curvature="0"
id="path6517"
style="line-height:125%;font-family:Sans;-inkscape-font-specification:Sans Bold"
d="m 353.15625,970.2489 c -0.58334,10e-6 -1.02344,0.099 -1.32031,0.29688 -0.29167,0.19792 -0.43751,0.48958 -0.4375,0.875 -10e-6,0.35417 0.11718,0.63281 0.35156,0.83593 0.23958,0.19792 0.57031,0.29688 0.99219,0.29688 0.52603,0 0.96874,-0.1875 1.32812,-0.5625 0.35937,-0.38021 0.53906,-0.85416 0.53906,-1.42188 l 0,-0.32031 -1.45312,0 m 4.27344,-1.05469 0,4.99219 -2.82032,0 0,-1.29687 c -0.375,0.53125 -0.79688,0.91927 -1.26562,1.16406 -0.46875,0.23958 -1.03907,0.35937 -1.71094,0.35937 -0.90625,0 -1.64323,-0.26302 -2.21094,-0.78906 -0.5625,-0.53125 -0.84375,-1.21875 -0.84375,-2.0625 0,-1.02604 0.35157,-1.77864 1.05469,-2.25781 0.70833,-0.47916 1.81771,-0.71875 3.32813,-0.71875 l 1.64843,0 0,-0.21875 c 0,-0.4427 -0.17448,-0.76562 -0.52343,-0.96875 -0.34897,-0.20833 -0.89324,-0.31249 -1.63282,-0.3125 -0.59896,10e-6 -1.15625,0.0599 -1.67187,0.17969 -0.51563,0.11979 -0.99479,0.29948 -1.4375,0.53906 l 0,-2.13281 c 0.59896,-0.14583 1.20052,-0.2552 1.80469,-0.32813 0.60416,-0.0781 1.20833,-0.11718 1.8125,-0.11719 1.57812,10e-6 2.71614,0.31251 3.41406,0.9375 0.70312,0.6198 1.05468,1.63022 1.05469,3.03125" />
<path
inkscape:connector-curvature="0"
id="path6519"
style="line-height:125%;font-family:Sans;-inkscape-font-specification:Sans Bold"
d="m 363.07031,962.95203 0,2.48437 2.88281,0 0,2 -2.88281,0 0,3.71094 c 0,0.40625 0.0807,0.68229 0.24219,0.82812 0.16145,0.14063 0.48177,0.21094 0.96094,0.21094 l 1.4375,0 0,2 -2.39844,0 c -1.10417,0 -1.88802,-0.22917 -2.35156,-0.6875 -0.45834,-0.46354 -0.6875,-1.24739 -0.6875,-2.35156 l 0,-3.71094 -1.39063,0 0,-2 1.39063,0 0,-2.48437 2.79687,0" />
<path
inkscape:connector-curvature="0"
id="path6521"
style="line-height:125%;font-family:Sans;-inkscape-font-specification:Sans Bold"
d="m 367.67187,965.4364 2.79688,0 0,8.75 -2.79688,0 0,-8.75 m 0,-3.40625 2.79688,0 0,2.28125 -2.79688,0 0,-2.28125" />
<path
inkscape:connector-curvature="0"
id="path6523"
style="line-height:125%;font-family:Sans;-inkscape-font-specification:Sans Bold"
d="m 377.82812,972.38171 c 0.59896,10e-6 1.05469,-0.21874 1.36719,-0.65625 0.3177,-0.43749 0.47656,-1.07291 0.47656,-1.90625 0,-0.83332 -0.15886,-1.46874 -0.47656,-1.90625 -0.3125,-0.43749 -0.76823,-0.65624 -1.36719,-0.65625 -0.59896,10e-6 -1.0599,0.22136 -1.38281,0.66407 -0.31771,0.4375 -0.47656,1.07031 -0.47656,1.89843 0,0.82813 0.15885,1.46355 0.47656,1.90625 0.32291,0.43751 0.78385,0.65626 1.38281,0.65625 m -1.85937,-5.66406 c 0.38541,-0.51041 0.8125,-0.88541 1.28125,-1.125 0.46874,-0.24478 1.00781,-0.36718 1.61719,-0.36719 1.07811,10e-6 1.96353,0.4297 2.65625,1.28907 0.6927,0.85417 1.03905,1.95573 1.03906,3.30468 -10e-6,1.34897 -0.34636,2.45313 -1.03906,3.3125 -0.69272,0.85417 -1.57814,1.28125 -2.65625,1.28125 -0.60938,0 -1.14845,-0.11979 -1.61719,-0.35937 -0.46875,-0.24479 -0.89584,-0.6224 -1.28125,-1.13281 l 0,1.26562 -2.79688,0 0,-12.15625 2.79688,0 0,4.6875" />
<path
inkscape:connector-curvature="0"
id="path6525"
style="line-height:125%;font-family:Sans;-inkscape-font-specification:Sans Bold"
d="m 384.64062,962.03015 2.79688,0 0,12.15625 -2.79688,0 0,-12.15625" />
<path
inkscape:connector-curvature="0"
id="path6527"
style="line-height:125%;font-family:Sans;-inkscape-font-specification:Sans Bold"
d="m 398.875,969.78796 0,0.79688 -6.53906,0 c 0.0677,0.65625 0.30468,1.14844 0.71093,1.47656 0.40625,0.32813 0.97396,0.49219 1.70313,0.49219 0.58854,0 1.1901,-0.0859 1.80469,-0.25781 0.61978,-0.17708 1.2552,-0.44271 1.90625,-0.79688 l 0,2.15625 c -0.66147,0.25 -1.32293,0.4375 -1.98438,0.5625 -0.66146,0.13021 -1.32292,0.19531 -1.98437,0.19531 -1.58334,0 -2.81511,-0.40104 -3.69532,-1.20312 -0.875,-0.80729 -1.3125,-1.9375 -1.3125,-3.39063 0,-1.42707 0.42969,-2.54947 1.28907,-3.36718 0.86458,-0.8177 2.05208,-1.22656 3.5625,-1.22657 1.37499,10e-6 2.47395,0.41407 3.29687,1.24219 0.82812,0.82813 1.24218,1.9349 1.24219,3.32031 M 396,968.85828 c -10e-6,-0.53125 -0.15626,-0.95833 -0.46875,-1.28125 -0.3073,-0.32812 -0.71094,-0.49218 -1.21094,-0.49219 -0.54167,10e-6 -0.98177,0.15365 -1.32031,0.46094 -0.33855,0.30209 -0.54948,0.73959 -0.63281,1.3125 l 3.63281,0" />
<path
inkscape:connector-curvature="0"
id="path6529"
style="line-height:125%;font-family:Sans;-inkscape-font-specification:Sans Bold"
d="m 329.21875,985.4364 2.71875,0 1.46875,6.03125 1.47656,-6.03125 2.33594,0 1.46875,5.96875 1.47656,-5.96875 2.71875,0 -2.30469,8.75 -3.05468,0 -1.47657,-6.01562 -1.46875,6.01562 -3.05468,0 -2.30469,-8.75" />
<path
inkscape:connector-curvature="0"
id="path6531"
style="line-height:125%;font-family:Sans;-inkscape-font-specification:Sans Bold"
d="m 344.78125,985.4364 2.79687,0 0,8.75 -2.79687,0 0,-8.75 m 0,-3.40625 2.79687,0 0,2.28125 -2.79687,0 0,-2.28125" />
<path
inkscape:connector-curvature="0"
id="path6533"
style="line-height:125%;font-family:Sans;-inkscape-font-specification:Sans Bold"
d="m 353.33594,982.95203 0,2.48437 2.88281,0 0,2 -2.88281,0 0,3.71094 c -10e-6,0.40625 0.0807,0.68229 0.24218,0.82812 0.16146,0.14063 0.48177,0.21094 0.96094,0.21094 l 1.4375,0 0,2 -2.39844,0 c -1.10417,0 -1.88802,-0.22917 -2.35156,-0.6875 -0.45833,-0.46354 -0.6875,-1.24739 -0.6875,-2.35156 l 0,-3.71094 -1.39062,0 0,-2 1.39062,0 0,-2.48437 2.79688,0" />
<path
inkscape:connector-curvature="0"
id="path6535"
style="line-height:125%;font-family:Sans;-inkscape-font-specification:Sans Bold"
d="m 366.73437,988.85828 0,5.32812 -2.8125,0 0,-0.86719 0,-3.19531 c 0,-0.76562 -0.0182,-1.29166 -0.0547,-1.57812 -0.0313,-0.28646 -0.0885,-0.49739 -0.17188,-0.63282 -0.10938,-0.18228 -0.25782,-0.32291 -0.44531,-0.42187 -0.18751,-0.10416 -0.40105,-0.15624 -0.64063,-0.15625 -0.58333,10e-6 -1.04167,0.22657 -1.375,0.67969 -0.33333,0.44792 -0.5,1.07031 -0.5,1.86718 l 0,4.30469 -2.79687,0 0,-12.15625 2.79687,0 0,4.6875 c 0.42188,-0.51041 0.86979,-0.88541 1.34375,-1.125 0.47396,-0.24478 0.99739,-0.36718 1.57032,-0.36719 1.01041,10e-6 1.77603,0.30991 2.29687,0.92969 0.52603,0.6198 0.78905,1.52084 0.78906,2.70313" />
<path
inkscape:connector-curvature="0"
id="path6537"
style="line-height:125%;fill:#7d4698;font-family:Sans;-inkscape-font-specification:Sans Bold"
d="m 298.64062,1002.5223 10.75,0 0,2.2735 -3.86718,0 0,9.3906 -3.00782,0 0,-9.3906 -3.875,0 0,-2.2735" />
<path
inkscape:connector-curvature="0"
id="path6539"
style="line-height:125%;fill:#7d4698;font-family:Sans;-inkscape-font-specification:Sans Bold"
d="m 312.85156,1007.2255 c -0.61979,0 -1.09375,0.2239 -1.42187,0.6718 -0.32292,0.4428 -0.48438,1.0834 -0.48438,1.9219 0,0.8386 0.16146,1.4818 0.48438,1.9297 0.32812,0.4427 0.80208,0.6641 1.42187,0.6641 0.60937,0 1.07552,-0.2214 1.39844,-0.6641 0.32291,-0.4479 0.48437,-1.0911 0.48437,-1.9297 0,-0.8385 -0.16146,-1.4791 -0.48437,-1.9219 -0.32292,-0.4479 -0.78907,-0.6718 -1.39844,-0.6718 m 0,-2 c 1.5052,0 2.67968,0.4062 3.52344,1.2187 0.84895,0.8125 1.27343,1.9375 1.27344,3.375 -10e-6,1.4375 -0.42449,2.5625 -1.27344,3.375 -0.84376,0.8125 -2.01824,1.2188 -3.52344,1.2188 -1.51042,0 -2.69271,-0.4063 -3.54687,-1.2188 -0.84896,-0.8125 -1.27344,-1.9375 -1.27344,-3.375 0,-1.4375 0.42448,-2.5625 1.27344,-3.375 0.85416,-0.8125 2.03645,-1.2187 3.54687,-1.2187" />
<path
inkscape:connector-curvature="0"
id="path6541"
style="line-height:125%;fill:#7d4698;font-family:Sans;-inkscape-font-specification:Sans Bold"
d="m 326.1875,1007.8192 c -0.2448,-0.1146 -0.48959,-0.1979 -0.73438,-0.25 -0.23959,-0.057 -0.48177,-0.086 -0.72656,-0.086 -0.71875,0 -1.27344,0.2318 -1.66406,0.6953 -0.38542,0.4583 -0.57813,1.1172 -0.57813,1.9766 l 0,4.0312 -2.79687,0 0,-8.75 2.79687,0 0,1.4375 c 0.35938,-0.5729 0.77083,-0.9896 1.23438,-1.25 0.46874,-0.2656 1.02864,-0.3984 1.67969,-0.3984 0.0937,0 0.1953,0.01 0.30468,0.016 0.10937,0.01 0.26823,0.021 0.47657,0.047 l 0.008,2.5312" />
<path
inkscape:connector-curvature="0"
id="path6543"
style="line-height:125%;fill:#7d4698;font-family:Sans;-inkscape-font-specification:Sans Bold"
d="m 333.28125,1002.5223 4.99219,0 c 1.48436,10e-5 2.62238,0.3308 3.41406,0.9922 0.79686,0.6563 1.1953,1.5938 1.19531,2.8125 -1e-5,1.224 -0.39845,2.1667 -1.19531,2.8282 -0.79168,0.6562 -1.9297,0.9843 -3.41406,0.9843 l -1.98438,0 0,4.0469 -3.00781,0 0,-11.6641 m 3.00781,2.1797 0,3.2578 1.66406,0 c 0.58333,0 1.03385,-0.1406 1.35157,-0.4218 0.3177,-0.2865 0.47655,-0.6901 0.47656,-1.211 -10e-6,-0.5208 -0.15886,-0.9218 -0.47656,-1.2031 -0.31772,-0.2812 -0.76824,-0.4219 -1.35157,-0.4219 l -1.66406,0" />
<path
inkscape:connector-curvature="0"
id="path6545"
style="line-height:125%;fill:#7d4698;font-family:Sans;-inkscape-font-specification:Sans Bold"
d="m 351.375,1007.8192 c -0.2448,-0.1146 -0.48959,-0.1979 -0.73438,-0.25 -0.23959,-0.057 -0.48177,-0.086 -0.72656,-0.086 -0.71875,0 -1.27344,0.2318 -1.66406,0.6953 -0.38542,0.4583 -0.57813,1.1172 -0.57813,1.9766 l 0,4.0312 -2.79687,0 0,-8.75 2.79687,0 0,1.4375 c 0.35938,-0.5729 0.77083,-0.9896 1.23438,-1.25 0.46874,-0.2656 1.02864,-0.3984 1.67969,-0.3984 0.0937,0 0.1953,0.01 0.30468,0.016 0.10937,0.01 0.26823,0.021 0.47657,0.047 l 0.008,2.5312" />
<path
inkscape:connector-curvature="0"
id="path6547"
style="line-height:125%;fill:#7d4698;font-family:Sans;-inkscape-font-specification:Sans Bold"
d="m 352.78125,1005.4364 2.79687,0 0,8.75 -2.79687,0 0,-8.75 m 0,-3.4062 2.79687,0 0,2.2812 -2.79687,0 0,-2.2812" />
<path
inkscape:connector-curvature="0"
id="path6549"
style="line-height:125%;fill:#7d4698;font-family:Sans;-inkscape-font-specification:Sans Bold"
d="m 357.17969,1005.4364 2.79687,0 2.17969,6.0469 2.17187,-6.0469 2.80469,0 -3.44531,8.75 -3.07031,0 -3.4375,-8.75" />
<path
inkscape:connector-curvature="0"
id="path6551"
style="line-height:125%;fill:#7d4698;font-family:Sans;-inkscape-font-specification:Sans Bold"
d="m 372.64062,1010.2489 c -0.58333,0 -1.02344,0.099 -1.32031,0.2969 -0.29167,0.1979 -0.4375,0.4896 -0.4375,0.875 0,0.3541 0.11719,0.6328 0.35156,0.8359 0.23958,0.1979 0.57031,0.2969 0.99219,0.2969 0.52604,0 0.96875,-0.1875 1.32813,-0.5625 0.35937,-0.3802 0.53905,-0.8542 0.53906,-1.4219 l 0,-0.3203 -1.45313,0 m 4.27344,-1.0547 0,4.9922 -2.82031,0 0,-1.2969 c -0.37501,0.5313 -0.79688,0.9193 -1.26563,1.1641 -0.46875,0.2396 -1.03906,0.3594 -1.71093,0.3594 -0.90626,0 -1.64323,-0.2631 -2.21094,-0.7891 -0.5625,-0.5312 -0.84375,-1.2187 -0.84375,-2.0625 0,-1.026 0.35156,-1.7786 1.05469,-2.2578 0.70833,-0.4792 1.8177,-0.7188 3.32812,-0.7188 l 1.64844,0 0,-0.2187 c -10e-6,-0.4427 -0.17449,-0.7656 -0.52344,-0.9688 -0.34896,-0.2083 -0.89323,-0.3125 -1.63281,-0.3125 -0.59896,0 -1.15625,0.06 -1.67188,0.1797 -0.51562,0.1198 -0.99479,0.2995 -1.4375,0.5391 l 0,-2.1328 c 0.59896,-0.1458 1.20052,-0.2552 1.80469,-0.3281 0.60417,-0.078 1.20833,-0.1172 1.8125,-0.1172 1.57812,0 2.71614,0.3125 3.41406,0.9375 0.70312,0.6198 1.05468,1.6302 1.05469,3.0312" />
<path
inkscape:connector-curvature="0"
id="path6553"
style="line-height:125%;fill:#7d4698;font-family:Sans;-inkscape-font-specification:Sans Bold"
d="m 386.57031,1005.7098 0,2.2813 c -0.38021,-0.2604 -0.76303,-0.4531 -1.14844,-0.5781 -0.38021,-0.125 -0.77604,-0.1875 -1.1875,-0.1875 -0.78125,0 -1.39062,0.2291 -1.82812,0.6875 -0.4323,0.4531 -0.64844,1.0885 -0.64844,1.9062 0,0.8177 0.21614,1.4557 0.64844,1.9141 0.4375,0.4531 1.04687,0.6797 1.82812,0.6797 0.4375,0 0.85156,-0.065 1.24219,-0.1953 0.39583,-0.1303 0.76041,-0.323 1.09375,-0.5782 l 0,2.2891 c -0.43751,0.1614 -0.88282,0.2812 -1.33594,0.3594 -0.44792,0.083 -0.89844,0.125 -1.35156,0.125 -1.57813,0 -2.8125,-0.4037 -3.70312,-1.211 -0.89063,-0.8125 -1.33594,-1.9401 -1.33594,-3.3828 0,-1.4427 0.44531,-2.5677 1.33594,-3.375 0.89062,-0.8125 2.12499,-1.2187 3.70312,-1.2187 0.45833,0 0.90885,0.042 1.35156,0.125 0.44791,0.078 0.89323,0.1979 1.33594,0.3593" />
<path
inkscape:connector-curvature="0"
id="path6555"
style="line-height:125%;fill:#7d4698;font-family:Sans;-inkscape-font-specification:Sans Bold"
d="m 387.85156,1005.4364 2.79688,0 2.35156,5.9375 2,-5.9375 2.79687,0 -3.67968,9.5781 c -0.3698,0.974 -0.80209,1.6537 -1.29688,2.0391 -0.48959,0.3906 -1.13802,0.5859 -1.94531,0.5859 l -1.61719,0 0,-1.8359 0.875,0 c 0.47396,0 0.81771,-0.075 1.03125,-0.2266 0.21875,-0.151 0.38802,-0.4218 0.50781,-0.8125 l 0.0781,-0.2422 -3.89844,-9.0859" />
</g>
</g>
<g
style="font-size:16px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans Bold"
id="text6061-3-4-8"
transform="translate(8,27.19528)">
<path
d="m 467.03906,972.32312 0,7.11719 1.07813,0 c 1.22916,0 2.16666,-0.30469 2.8125,-0.91406 0.65103,-0.60938 0.97655,-1.49479 0.97656,-2.65625 -10e-6,-1.15625 -0.32293,-2.03646 -0.96875,-2.64063 -0.64584,-0.60416 -1.58594,-0.90624 -2.82031,-0.90625 l -1.07813,0 m -3.00781,-2.27344 3.17187,0 c 1.77083,1e-5 3.08854,0.12762 3.95313,0.38282 0.86978,0.25001 1.61457,0.67709 2.23437,1.28125 0.54687,0.52605 0.95312,1.13282 1.21875,1.82031 0.26562,0.68751 0.39843,1.46615 0.39844,2.33594 -1e-5,0.88021 -0.13282,1.66667 -0.39844,2.35937 -0.26563,0.6875 -0.67188,1.29427 -1.21875,1.82031 -0.62501,0.60417 -1.375,1.03386 -2.25,1.28907 -0.875,0.25 -2.1875,0.375 -3.9375,0.375 l -3.17187,0 0,-11.66407"
style="line-height:125%;fill:#008000;font-family:Sans;-inkscape-font-specification:Sans Bold"
id="path6562"
inkscape:connector-curvature="0" />
<path
d="m 485.92187,977.31531 0,0.79687 -6.53906,0 c 0.0677,0.65626 0.30469,1.14844 0.71094,1.47657 0.40625,0.32812 0.97395,0.49218 1.70312,0.49218 0.58854,0 1.1901,-0.0859 1.80469,-0.25781 0.61979,-0.17708 1.2552,-0.44271 1.90625,-0.79687 l 0,2.15625 c -0.66146,0.25 -1.32292,0.4375 -1.98437,0.5625 -0.66147,0.1302 -1.32293,0.19531 -1.98438,0.19531 -1.58333,0 -2.8151,-0.40104 -3.69531,-1.20313 -0.875,-0.80729 -1.3125,-1.93749 -1.3125,-3.39062 0,-1.42708 0.42969,-2.54947 1.28906,-3.36719 0.86458,-0.8177 2.05208,-1.22655 3.5625,-1.22656 1.375,1e-5 2.47395,0.41407 3.29688,1.24219 0.82811,0.82813 1.24217,1.9349 1.24218,3.32031 m -2.875,-0.92969 c 0,-0.53124 -0.15625,-0.95833 -0.46875,-1.28125 -0.30729,-0.32812 -0.71094,-0.49218 -1.21093,-0.49219 -0.54167,1e-5 -0.98178,0.15366 -1.32032,0.46094 -0.33854,0.30209 -0.54948,0.73959 -0.63281,1.3125 l 3.63281,0"
style="line-height:125%;fill:#008000;font-family:Sans;-inkscape-font-specification:Sans Bold"
id="path6564"
inkscape:connector-curvature="0" />
<path
d="m 495.10156,973.23718 0,2.28125 c -0.38021,-0.26041 -0.76303,-0.45312 -1.14844,-0.57812 -0.38021,-0.125 -0.77604,-0.1875 -1.1875,-0.1875 -0.78125,0 -1.39062,0.22917 -1.82812,0.6875 -0.4323,0.45313 -0.64844,1.08854 -0.64844,1.90625 0,0.81771 0.21614,1.45573 0.64844,1.91406 0.4375,0.45313 1.04687,0.67969 1.82812,0.67969 0.4375,0 0.85156,-0.0651 1.24219,-0.19531 0.39583,-0.13021 0.76041,-0.32292 1.09375,-0.57813 l 0,2.28906 c -0.43751,0.16146 -0.88282,0.28125 -1.33594,0.35938 -0.44792,0.0833 -0.89844,0.125 -1.35156,0.125 -1.57813,0 -2.8125,-0.40365 -3.70312,-1.21094 -0.89063,-0.8125 -1.33594,-1.9401 -1.33594,-3.38281 0,-1.4427 0.44531,-2.5677 1.33594,-3.375 0.89062,-0.81249 2.12499,-1.21874 3.70312,-1.21875 0.45833,1e-5 0.90885,0.0417 1.35156,0.125 0.44791,0.0781 0.89323,0.19792 1.33594,0.35937"
style="line-height:125%;fill:#008000;font-family:Sans;-inkscape-font-specification:Sans Bold"
id="path6566"
inkscape:connector-curvature="0" />
<path
d="m 506.26562,977.31531 0,0.79687 -6.53906,0 c 0.0677,0.65626 0.30469,1.14844 0.71094,1.47657 0.40625,0.32812 0.97395,0.49218 1.70312,0.49218 0.58854,0 1.1901,-0.0859 1.80469,-0.25781 0.61979,-0.17708 1.2552,-0.44271 1.90625,-0.79687 l 0,2.15625 c -0.66146,0.25 -1.32292,0.4375 -1.98437,0.5625 -0.66147,0.1302 -1.32293,0.19531 -1.98438,0.19531 -1.58333,0 -2.8151,-0.40104 -3.69531,-1.20313 -0.875,-0.80729 -1.3125,-1.93749 -1.3125,-3.39062 0,-1.42708 0.42969,-2.54947 1.28906,-3.36719 0.86458,-0.8177 2.05208,-1.22655 3.5625,-1.22656 1.375,1e-5 2.47395,0.41407 3.29688,1.24219 0.82811,0.82813 1.24217,1.9349 1.24218,3.32031 m -2.875,-0.92969 c 0,-0.53124 -0.15625,-0.95833 -0.46875,-1.28125 -0.30729,-0.32812 -0.71094,-0.49218 -1.21093,-0.49219 -0.54167,1e-5 -0.98178,0.15366 -1.32032,0.46094 -0.33854,0.30209 -0.54948,0.73959 -0.63281,1.3125 l 3.63281,0"
style="line-height:125%;fill:#008000;font-family:Sans;-inkscape-font-specification:Sans Bold"
id="path6568"
inkscape:connector-curvature="0" />
<path
d="m 517.17187,976.38562 0,5.32813 -2.8125,0 0,-0.86719 0,-3.21094 c 0,-0.7552 -0.0182,-1.27604 -0.0547,-1.5625 -0.0313,-0.28645 -0.0886,-0.49739 -0.17188,-0.63281 -0.10938,-0.18229 -0.25782,-0.32291 -0.44531,-0.42188 -0.18751,-0.10416 -0.40105,-0.15624 -0.64063,-0.15625 -0.58333,1e-5 -1.04167,0.22657 -1.375,0.67969 -0.33333,0.44792 -0.5,1.07032 -0.5,1.86719 l 0,4.30469 -2.79687,0 0,-8.75 2.79687,0 0,1.28125 c 0.42188,-0.51041 0.86979,-0.88541 1.34375,-1.125 0.47396,-0.24479 0.99739,-0.36718 1.57032,-0.36719 1.01041,1e-5 1.77603,0.3099 2.29687,0.92969 0.52603,0.61979 0.78905,1.52083 0.78906,2.70312"
style="line-height:125%;fill:#008000;font-family:Sans;-inkscape-font-specification:Sans Bold"
id="path6570"
inkscape:connector-curvature="0" />
<path
d="m 522.83594,970.47937 0,2.48438 2.88281,0 0,2 -2.88281,0 0,3.71093 c -1e-5,0.40626 0.0807,0.6823 0.24218,0.82813 0.16146,0.14062 0.48177,0.21094 0.96094,0.21094 l 1.4375,0 0,2 -2.39844,0 c -1.10417,0 -1.88802,-0.22917 -2.35156,-0.6875 -0.45833,-0.46355 -0.6875,-1.2474 -0.6875,-2.35157 l 0,-3.71093 -1.39062,0 0,-2 1.39062,0 0,-2.48438 2.79688,0"
style="line-height:125%;fill:#008000;font-family:Sans;-inkscape-font-specification:Sans Bold"
id="path6572"
inkscape:connector-curvature="0" />
<path
d="m 533.9375,975.34656 c -0.2448,-0.11458 -0.48959,-0.19791 -0.73438,-0.25 -0.23959,-0.0573 -0.48177,-0.0859 -0.72656,-0.0859 -0.71875,10e-6 -1.27344,0.23178 -1.66406,0.69531 -0.38542,0.45834 -0.57813,1.1172 -0.57813,1.97657 l 0,4.03125 -2.79687,0 0,-8.75 2.79687,0 0,1.4375 c 0.35938,-0.57291 0.77083,-0.98958 1.23438,-1.25 0.46874,-0.26562 1.02864,-0.39843 1.67969,-0.39844 0.0937,1e-5 0.1953,0.005 0.30468,0.0156 0.10937,0.005 0.26823,0.0208 0.47657,0.0469 l 0.008,2.53125"
style="line-height:125%;fill:#008000;font-family:Sans;-inkscape-font-specification:Sans Bold"
id="path6574"
inkscape:connector-curvature="0" />
<path
d="m 539.26562,977.77625 c -0.58333,0 -1.02344,0.099 -1.32031,0.29687 -0.29167,0.19792 -0.4375,0.48959 -0.4375,0.875 0,0.35417 0.11719,0.63281 0.35156,0.83594 0.23958,0.19792 0.57031,0.29687 0.99219,0.29687 0.52604,0 0.96875,-0.1875 1.32813,-0.5625 0.35937,-0.3802 0.53905,-0.85416 0.53906,-1.42187 l 0,-0.32031 -1.45313,0 m 4.27344,-1.05469 0,4.99219 -2.82031,0 0,-1.29688 c -0.37501,0.53125 -0.79688,0.91927 -1.26563,1.16406 -0.46875,0.23959 -1.03906,0.35938 -1.71093,0.35938 -0.90626,0 -1.64323,-0.26302 -2.21094,-0.78906 -0.5625,-0.53125 -0.84375,-1.21875 -0.84375,-2.0625 0,-1.02604 0.35156,-1.77865 1.05469,-2.25782 0.70833,-0.47916 1.8177,-0.71874 3.32812,-0.71875 l 1.64844,0 0,-0.21875 c -10e-6,-0.4427 -0.17449,-0.76562 -0.52344,-0.96875 -0.34896,-0.20832 -0.89323,-0.31249 -1.63281,-0.3125 -0.59896,1e-5 -1.15625,0.0599 -1.67188,0.17969 -0.51562,0.1198 -0.99479,0.29949 -1.4375,0.53906 l 0,-2.13281 c 0.59896,-0.14582 1.20052,-0.2552 1.80469,-0.32812 0.60417,-0.0781 1.20833,-0.11718 1.8125,-0.11719 1.57812,1e-5 2.71614,0.31251 3.41406,0.9375 0.70312,0.6198 1.05468,1.63021 1.05469,3.03125"
style="line-height:125%;fill:#008000;font-family:Sans;-inkscape-font-specification:Sans Bold"
id="path6576"
inkscape:connector-curvature="0" />
<path
d="m 546.125,969.5575 2.79687,0 0,12.15625 -2.79687,0 0,-12.15625"
style="line-height:125%;fill:#008000;font-family:Sans;-inkscape-font-specification:Sans Bold"
id="path6578"
inkscape:connector-curvature="0" />
<path
d="m 551.625,972.96375 2.79687,0 0,8.75 -2.79687,0 0,-8.75 m 0,-3.40625 2.79687,0 0,2.28125 -2.79687,0 0,-2.28125"
style="line-height:125%;fill:#008000;font-family:Sans;-inkscape-font-specification:Sans Bold"
id="path6580"
inkscape:connector-curvature="0" />
<path
d="m 556.69531,972.96375 7.63281,0 0,1.95312 -4.60937,4.79688 4.60937,0 0,2 -7.82812,0 0,-1.95313 4.60937,-4.79687 -4.41406,0 0,-2"
style="line-height:125%;fill:#008000;font-family:Sans;-inkscape-font-specification:Sans Bold"
id="path6582"
inkscape:connector-curvature="0" />
<path
d="m 575.17187,977.31531 0,0.79687 -6.53906,0 c 0.0677,0.65626 0.30469,1.14844 0.71094,1.47657 0.40625,0.32812 0.97395,0.49218 1.70312,0.49218 0.58854,0 1.1901,-0.0859 1.80469,-0.25781 0.61979,-0.17708 1.2552,-0.44271 1.90625,-0.79687 l 0,2.15625 c -0.66146,0.25 -1.32292,0.4375 -1.98437,0.5625 -0.66147,0.1302 -1.32293,0.19531 -1.98438,0.19531 -1.58333,0 -2.8151,-0.40104 -3.69531,-1.20313 -0.875,-0.80729 -1.3125,-1.93749 -1.3125,-3.39062 0,-1.42708 0.42969,-2.54947 1.28906,-3.36719 0.86458,-0.8177 2.05208,-1.22655 3.5625,-1.22656 1.375,1e-5 2.47395,0.41407 3.29688,1.24219 0.82811,0.82813 1.24217,1.9349 1.24218,3.32031 m -2.875,-0.92969 c 0,-0.53124 -0.15625,-0.95833 -0.46875,-1.28125 -0.30729,-0.32812 -0.71094,-0.49218 -1.21093,-0.49219 -0.54167,1e-5 -0.98178,0.15366 -1.32032,0.46094 -0.33854,0.30209 -0.54948,0.73959 -0.63281,1.3125 l 3.63281,0"
style="line-height:125%;fill:#008000;font-family:Sans;-inkscape-font-specification:Sans Bold"
id="path6584"
inkscape:connector-curvature="0" />
<path
d="m 583.23437,974.245 0,-4.6875 2.8125,0 0,12.15625 -2.8125,0 0,-1.26563 c -0.38542,0.51563 -0.8099,0.89323 -1.27343,1.13281 -0.46355,0.23959 -1.00001,0.35938 -1.60938,0.35938 -1.07813,0 -1.96354,-0.42709 -2.65625,-1.28125 -0.69271,-0.85938 -1.03906,-1.96354 -1.03906,-3.3125 0,-1.34895 0.34635,-2.45052 1.03906,-3.30469 0.69271,-0.85937 1.57812,-1.28905 2.65625,-1.28906 0.60416,1e-5 1.13802,0.1224 1.60156,0.36719 0.46875,0.23959 0.89583,0.61459 1.28125,1.125 m -1.84375,5.66406 c 0.59896,0 1.05469,-0.21875 1.36719,-0.65625 0.3177,-0.4375 0.47656,-1.07292 0.47656,-1.90625 0,-0.83333 -0.15886,-1.46875 -0.47656,-1.90625 -0.3125,-0.4375 -0.76823,-0.65625 -1.36719,-0.65625 -0.59375,0 -1.04948,0.21875 -1.36718,0.65625 -0.31251,0.4375 -0.46876,1.07292 -0.46875,1.90625 -1e-5,0.83333 0.15624,1.46875 0.46875,1.90625 0.3177,0.4375 0.77343,0.65625 1.36718,0.65625"
style="line-height:125%;fill:#008000;font-family:Sans;-inkscape-font-specification:Sans Bold"
id="path6586"
inkscape:connector-curvature="0" />
<path
d="m 505.79687,990.04968 4.99219,0 c 1.48437,1e-5 2.62239,0.33074 3.41406,0.99219 0.79687,0.65626 1.19531,1.59376 1.19532,2.8125 -1e-5,1.22397 -0.39845,2.16667 -1.19532,2.82813 -0.79167,0.65625 -1.92969,0.98437 -3.41406,0.98437 l -1.98437,0 0,4.04683 -3.00782,0 0,-11.66402 m 3.00782,2.17969 0,3.25781 1.66406,0 c 0.58333,1e-5 1.03385,-0.14062 1.35156,-0.42187 0.3177,-0.28645 0.47656,-0.6901 0.47656,-1.21094 0,-0.52082 -0.15886,-0.92187 -0.47656,-1.20312 -0.31771,-0.28125 -0.76823,-0.42187 -1.35156,-0.42188 l -1.66406,0"
style="line-height:125%;fill:#000000;font-family:Sans;-inkscape-font-specification:Sans Bold"
id="path6588"
inkscape:connector-curvature="0" />
<path
d="m 526.125,997.31531 0,0.79687 -6.53906,0 c 0.0677,0.65626 0.30468,1.14844 0.71093,1.47657 0.40625,0.32812 0.97396,0.49215 1.70313,0.49215 0.58854,0 1.1901,-0.0859 1.80469,-0.25778 0.61978,-0.17708 1.2552,-0.44271 1.90625,-0.79687 l 0,2.15625 c -0.66147,0.25 -1.32293,0.4375 -1.98438,0.5625 -0.66146,0.1302 -1.32292,0.1953 -1.98437,0.1953 -1.58334,0 -2.81511,-0.401 -3.69532,-1.2031 -0.875,-0.80731 -1.3125,-1.93751 -1.3125,-3.39064 0,-1.42708 0.42969,-2.54947 1.28907,-3.36719 0.86458,-0.8177 2.05208,-1.22655 3.5625,-1.22656 1.37499,1e-5 2.47395,0.41407 3.29687,1.24219 0.82812,0.82813 1.24218,1.9349 1.24219,3.32031 m -2.875,-0.92969 c -10e-6,-0.53124 -0.15626,-0.95833 -0.46875,-1.28125 -0.3073,-0.32812 -0.71094,-0.49218 -1.21094,-0.49219 -0.54167,1e-5 -0.98177,0.15366 -1.32031,0.46094 -0.33855,0.30209 -0.54948,0.73959 -0.63281,1.3125 l 3.63281,0"
style="line-height:125%;fill:#000000;font-family:Sans;-inkscape-font-specification:Sans Bold"
id="path6590"
inkscape:connector-curvature="0" />
<path
d="m 536.96875,997.31531 0,0.79687 -6.53906,0 c 0.0677,0.65626 0.30468,1.14844 0.71093,1.47657 0.40625,0.32812 0.97396,0.49215 1.70313,0.49215 0.58854,0 1.1901,-0.0859 1.80469,-0.25778 0.61978,-0.17708 1.2552,-0.44271 1.90625,-0.79687 l 0,2.15625 c -0.66147,0.25 -1.32293,0.4375 -1.98438,0.5625 -0.66146,0.1302 -1.32292,0.1953 -1.98437,0.1953 -1.58334,0 -2.81511,-0.401 -3.69532,-1.2031 -0.875,-0.80731 -1.3125,-1.93751 -1.3125,-3.39064 0,-1.42708 0.42969,-2.54947 1.28907,-3.36719 0.86458,-0.8177 2.05208,-1.22655 3.5625,-1.22656 1.37499,1e-5 2.47395,0.41407 3.29687,1.24219 0.82812,0.82813 1.24218,1.9349 1.24219,3.32031 m -2.875,-0.92969 c -10e-6,-0.53124 -0.15626,-0.95833 -0.46875,-1.28125 -0.3073,-0.32812 -0.71094,-0.49218 -1.21094,-0.49219 -0.54167,1e-5 -0.98177,0.15366 -1.32031,0.46094 -0.33855,0.30209 -0.54948,0.73959 -0.63281,1.3125 l 3.63281,0"
style="line-height:125%;fill:#000000;font-family:Sans;-inkscape-font-specification:Sans Bold"
id="path6592"
inkscape:connector-curvature="0" />
<path
d="m 545.57812,995.34656 c -0.24479,-0.11458 -0.48959,-0.19791 -0.73437,-0.25 -0.23959,-0.0573 -0.48178,-0.0859 -0.72656,-0.0859 -0.71876,10e-6 -1.27345,0.23178 -1.66407,0.69531 -0.38542,0.45834 -0.57812,1.1172 -0.57812,1.97657 l 0,4.03116 -2.79688,0 0,-8.74991 2.79688,0 0,1.4375 c 0.35937,-0.57291 0.77083,-0.98958 1.23437,-1.25 0.46875,-0.26562 1.02864,-0.39843 1.67969,-0.39844 0.0937,1e-5 0.19531,0.005 0.30469,0.0156 0.10937,0.005 0.26822,0.0208 0.47656,0.0469 l 0.008,2.53125"
style="line-height:125%;fill:#000000;font-family:Sans;-inkscape-font-specification:Sans Bold"
id="path6594"
inkscape:connector-curvature="0" />
<path
d="m 485.25781,1012.3231 0,7.1172 1.07813,0 c 1.22916,0 2.16666,-0.3047 2.8125,-0.9141 0.65103,-0.6093 0.97655,-1.4947 0.97656,-2.6562 -10e-6,-1.1562 -0.32293,-2.0365 -0.96875,-2.6406 -0.64584,-0.6042 -1.58594,-0.9063 -2.82031,-0.9063 l -1.07813,0 m -3.00781,-2.2734 3.17187,0 c 1.77083,0 3.08854,0.1276 3.95313,0.3828 0.86978,0.25 1.61457,0.6771 2.23437,1.2812 0.54687,0.5261 0.95312,1.1329 1.21875,1.8204 0.26562,0.6875 0.39843,1.4661 0.39844,2.3359 -1e-5,0.8802 -0.13282,1.6667 -0.39844,2.3594 -0.26563,0.6875 -0.67188,1.2942 -1.21875,1.8203 -0.62501,0.6042 -1.375,1.0338 -2.25,1.289 -0.875,0.25 -2.1875,0.375 -3.9375,0.375 l -3.17187,0 0,-11.664"
style="line-height:125%;fill:#000000;font-family:Sans;-inkscape-font-specification:Sans Bold"
id="path6596"
inkscape:connector-curvature="0" />
<path
d="m 495.40625,1012.9637 2.79687,0 0,8.75 -2.79687,0 0,-8.75 m 0,-3.4062 2.79687,0 0,2.2812 -2.79687,0 0,-2.2812"
style="line-height:125%;fill:#000000;font-family:Sans;-inkscape-font-specification:Sans Bold"
id="path6598"
inkscape:connector-curvature="0" />
<path
d="m 507.74219,1013.2372 0,2.125 c -0.59897,-0.25 -1.17709,-0.4375 -1.73438,-0.5625 -0.5573,-0.125 -1.08334,-0.1875 -1.57812,-0.1875 -0.53126,0 -0.92709,0.068 -1.1875,0.2031 -0.25521,0.1302 -0.38282,0.3333 -0.38282,0.6094 0,0.2239 0.0964,0.3958 0.28907,0.5156 0.19791,0.1198 0.54947,0.2083 1.05468,0.2656 l 0.49219,0.07 c 1.43229,0.1823 2.39583,0.4818 2.89063,0.8985 0.49478,0.4167 0.74218,1.0703 0.74218,1.9609 0,0.9323 -0.34375,1.6328 -1.03125,2.1016 -0.6875,0.4687 -1.71354,0.7031 -3.07812,0.7031 -0.57813,0 -1.17709,-0.047 -1.79688,-0.1406 -0.61458,-0.089 -1.24739,-0.224 -1.89843,-0.4063 l 0,-2.125 c 0.55729,0.2709 1.1276,0.474 1.71093,0.6094 0.58854,0.1354 1.1849,0.2031 1.78907,0.2031 0.54687,0 0.95833,-0.076 1.23437,-0.2265 0.27604,-0.1511 0.41406,-0.375 0.41406,-0.6719 0,-0.25 -0.0964,-0.4349 -0.28906,-0.5547 -0.1875,-0.125 -0.56511,-0.2213 -1.13281,-0.2891 l -0.49219,-0.062 c -1.24479,-0.1562 -2.11719,-0.4453 -2.61719,-0.8671 -0.5,-0.4219 -0.75,-1.0625 -0.75,-1.9219 0,-0.9271 0.31771,-1.6146 0.95313,-2.0625 0.63541,-0.4479 1.60937,-0.6719 2.92187,-0.6719 0.51562,0 1.05729,0.039 1.625,0.1172 0.56771,0.078 1.18489,0.2005 1.85157,0.3672"
style="line-height:125%;fill:#000000;font-family:Sans;-inkscape-font-specification:Sans Bold"
id="path6600"
inkscape:connector-curvature="0" />
<path
d="m 517.47656,1013.2372 0,2.2812 c -0.38021,-0.2604 -0.76303,-0.4531 -1.14844,-0.5781 -0.38021,-0.125 -0.77604,-0.1875 -1.1875,-0.1875 -0.78125,0 -1.39062,0.2292 -1.82812,0.6875 -0.4323,0.4531 -0.64844,1.0886 -0.64844,1.9063 0,0.8177 0.21614,1.4557 0.64844,1.914 0.4375,0.4531 1.04687,0.6797 1.82812,0.6797 0.4375,0 0.85156,-0.065 1.24219,-0.1953 0.39583,-0.1302 0.76041,-0.3229 1.09375,-0.5781 l 0,2.289 c -0.43751,0.1615 -0.88282,0.2813 -1.33594,0.3594 -0.44792,0.083 -0.89844,0.125 -1.35156,0.125 -1.57813,0 -2.8125,-0.4036 -3.70312,-1.2109 -0.89063,-0.8125 -1.33594,-1.9401 -1.33594,-3.3828 0,-1.4427 0.44531,-2.5677 1.33594,-3.375 0.89062,-0.8125 2.12499,-1.2188 3.70312,-1.2188 0.45833,0 0.90885,0.042 1.35156,0.125 0.44791,0.078 0.89323,0.1979 1.33594,0.3594"
style="line-height:125%;fill:#000000;font-family:Sans;-inkscape-font-specification:Sans Bold"
id="path6602"
inkscape:connector-curvature="0" />
<path
d="m 524.07031,1014.7528 c -0.61979,0 -1.09375,0.224 -1.42187,0.6719 -0.32292,0.4427 -0.48438,1.0833 -0.48438,1.9219 0,0.8385 0.16146,1.4817 0.48438,1.9296 0.32812,0.4428 0.80208,0.6641 1.42187,0.6641 0.60937,0 1.07552,-0.2213 1.39844,-0.6641 0.32291,-0.4479 0.48437,-1.0911 0.48437,-1.9296 0,-0.8386 -0.16146,-1.4792 -0.48437,-1.9219 -0.32292,-0.4479 -0.78907,-0.6719 -1.39844,-0.6719 m 0,-2 c 1.5052,0 2.67968,0.4063 3.52344,1.2188 0.84895,0.8125 1.27343,1.9375 1.27344,3.375 -1e-5,1.4375 -0.42449,2.5625 -1.27344,3.375 -0.84376,0.8125 -2.01824,1.2187 -3.52344,1.2187 -1.51042,0 -2.69271,-0.4062 -3.54687,-1.2187 -0.84896,-0.8125 -1.27344,-1.9375 -1.27344,-3.375 0,-1.4375 0.42448,-2.5625 1.27344,-3.375 0.85416,-0.8125 2.03645,-1.2188 3.54687,-1.2188"
style="line-height:125%;fill:#000000;font-family:Sans;-inkscape-font-specification:Sans Bold"
id="path6604"
inkscape:connector-curvature="0" />
<path
d="m 529.80469,1012.9637 2.79687,0 2.17969,6.0469 2.17187,-6.0469 2.80469,0 -3.44531,8.75 -3.07031,0 -3.4375,-8.75"
style="line-height:125%;fill:#000000;font-family:Sans;-inkscape-font-specification:Sans Bold"
id="path6606"
inkscape:connector-curvature="0" />
<path
d="m 550.07812,1017.3153 0,0.7969 -6.53906,0 c 0.0677,0.6562 0.30469,1.1484 0.71094,1.4765 0.40625,0.3282 0.97395,0.4922 1.70312,0.4922 0.58854,0 1.1901,-0.086 1.80469,-0.2578 0.61979,-0.1771 1.2552,-0.4427 1.90625,-0.7969 l 0,2.1563 c -0.66146,0.25 -1.32292,0.4375 -1.98437,0.5625 -0.66147,0.1302 -1.32293,0.1953 -1.98438,0.1953 -1.58333,0 -2.8151,-0.401 -3.69531,-1.2031 -0.875,-0.8073 -1.3125,-1.9375 -1.3125,-3.3906 0,-1.4271 0.42969,-2.5495 1.28906,-3.3672 0.86458,-0.8177 2.05208,-1.2266 3.5625,-1.2266 1.375,0 2.47395,0.4141 3.29688,1.2422 0.82811,0.8281 1.24217,1.9349 1.24218,3.3203 m -2.875,-0.9297 c 0,-0.5312 -0.15625,-0.9583 -0.46875,-1.2812 -0.30729,-0.3281 -0.71094,-0.4922 -1.21093,-0.4922 -0.54167,0 -0.98178,0.1536 -1.32032,0.4609 -0.33854,0.3021 -0.54948,0.7396 -0.63281,1.3125 l 3.63281,0"
style="line-height:125%;fill:#000000;font-family:Sans;-inkscape-font-specification:Sans Bold"
id="path6608"
inkscape:connector-curvature="0" />
<path
d="m 558.6875,1015.3466 c -0.2448,-0.1146 -0.48959,-0.198 -0.73438,-0.25 -0.23959,-0.057 -0.48177,-0.086 -0.72656,-0.086 -0.71875,0 -1.27344,0.2318 -1.66406,0.6953 -0.38542,0.4584 -0.57813,1.1172 -0.57813,1.9766 l 0,4.0312 -2.79687,0 0,-8.75 2.79687,0 0,1.4375 c 0.35938,-0.5729 0.77083,-0.9895 1.23438,-1.25 0.46874,-0.2656 1.02864,-0.3984 1.67969,-0.3984 0.0937,0 0.1953,0.01 0.30468,0.016 0.10937,0.01 0.26823,0.021 0.47657,0.047 l 0.008,2.5313"
style="line-height:125%;fill:#000000;font-family:Sans;-inkscape-font-specification:Sans Bold"
id="path6610"
inkscape:connector-curvature="0" />
<path
d="m 558.94531,1012.9637 2.79688,0 2.35156,5.9375 2,-5.9375 2.79687,0 -3.67968,9.5782 c -0.3698,0.9739 -0.80209,1.6536 -1.29688,2.039 -0.48959,0.3907 -1.13802,0.586 -1.94531,0.586 l -1.61719,0 0,-1.836 0.875,0 c 0.47396,0 0.81771,-0.076 1.03125,-0.2265 0.21875,-0.1511 0.38802,-0.4219 0.50781,-0.8125 l 0.0781,-0.2422 -3.89844,-9.086"
style="line-height:125%;fill:#000000;font-family:Sans;-inkscape-font-specification:Sans Bold"
id="path6612"
inkscape:connector-curvature="0" />
</g>
<g
id="text5588"
style="font-size:65.47994995px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
transform="translate(0,95.46877)">
<path
inkscape:connector-curvature="0"
id="path6335"
d="m 25.770733,758.90768 30.182165,0 0,5.43535 -23.723693,0 0,14.1319 22.732541,0 0,5.43535 -22.732541,0 0,17.29719 24.2992,0 0,5.43535 -30.757672,0 0,-47.73514" />
<path
inkscape:connector-curvature="0"
id="path6337"
d="m 96.590112,770.83347 -12.948916,17.42509 13.620341,18.38426 -6.938061,0 -10.423078,-14.06796 -10.423078,14.06796 -6.938061,0 13.908095,-18.73596 -12.725107,-17.07339 6.938061,0 9.495871,12.75708 9.495872,-12.75708 6.938061,0" />
<path
inkscape:connector-curvature="0"
id="path6339"
d="m 130.19335,772.2083 0,5.49929 c -1.66261,-0.91652 -3.33584,-1.5986 -5.0197,-2.04625 -1.66261,-0.4689 -3.3465,-0.70336 -5.05168,-0.7034 -3.81542,4e-5 -6.77821,1.21499 -8.88839,3.64488 -2.11021,2.40863 -3.1653,5.79773 -3.16529,10.1673 -1e-5,4.36961 1.05508,7.76936 3.16529,10.19927 2.11018,2.40861 5.07297,3.61291 8.88839,3.61291 1.70518,0 3.38907,-0.22381 5.05168,-0.67143 1.68386,-0.46892 3.35709,-1.16166 5.0197,-2.07822 l 0,5.43535 c -1.64129,0.76734 -3.3465,1.34285 -5.11562,1.72652 -1.74786,0.38367 -3.61293,0.57551 -5.59521,0.57551 -5.39274,0 -9.67706,-1.69455 -12.853,-5.08365 -3.17595,-3.38909 -4.76393,-7.96117 -4.76392,-13.71626 -1e-5,-5.84031 1.59862,-10.43371 4.79589,-13.7802 3.21857,-3.34644 7.62013,-5.01967 13.2047,-5.01971 1.81176,4e-5 3.58091,0.19188 5.30746,0.57551 1.72649,0.36239 3.39972,0.91658 5.0197,1.66258" />
<path
inkscape:connector-curvature="0"
id="path6341"
d="m 170.99042,787.26741 0,2.87753 -27.04884,0 c 0.25577,4.04988 1.47072,7.14057 3.64488,9.27207 2.19543,2.1102 5.24349,3.16529 9.14417,3.16529 2.25937,0 4.44417,-0.27709 6.55439,-0.83129 2.13147,-0.55419 4.24167,-1.38547 6.33058,-2.49387 l 0,5.56324 c -2.11023,0.89524 -4.27371,1.57732 -6.49045,2.04625 -2.21679,0.46893 -4.46553,0.7034 -6.74622,0.7034 -5.71246,0 -10.24191,-1.66258 -13.58837,-4.98773 -3.32516,-3.32515 -4.98773,-7.82263 -4.98773,-13.49245 0,-5.86163 1.57731,-10.50831 4.73195,-13.94007 3.17594,-3.45301 7.44961,-5.17953 12.82102,-5.17957 4.81719,4e-5 8.62193,1.55604 11.41423,4.66801 2.81356,3.09071 4.22035,7.30044 4.22039,12.62919 m -5.88296,-1.72652 c -0.0427,-3.21856 -0.94855,-5.78702 -2.71768,-7.70541 -1.74786,-1.91833 -4.0712,-2.8775 -6.97003,-2.87754 -3.28254,4e-5 -5.91495,0.92724 -7.89724,2.78162 -1.961,1.85444 -3.0907,4.46554 -3.3891,7.8333 l 20.97405,-0.032" />
<path
inkscape:connector-curvature="0"
id="path6343"
d="m 180.51828,756.89341 5.88296,0 0,49.74941 -5.88296,0 0,-49.74941" />
<path
inkscape:connector-curvature="0"
id="path6345"
d="m 198.67872,756.89341 5.88297,0 0,49.74941 -5.88297,0 0,-49.74941" />
<path
inkscape:connector-curvature="0"
id="path6347"
d="m 247.46897,787.26741 0,2.87753 -27.04885,0 c 0.25577,4.04988 1.47073,7.14057 3.64488,9.27207 2.19544,2.1102 5.24349,3.16529 9.14417,3.16529 2.25938,0 4.44417,-0.27709 6.55439,-0.83129 2.13148,-0.55419 4.24167,-1.38547 6.33058,-2.49387 l 0,5.56324 c -2.11022,0.89524 -4.2737,1.57732 -6.49044,2.04625 -2.2168,0.46893 -4.46554,0.7034 -6.74623,0.7034 -5.71246,0 -10.24191,-1.66258 -13.58836,-4.98773 -3.32516,-3.32515 -4.98774,-7.82263 -4.98773,-13.49245 -1e-5,-5.86163 1.57731,-10.50831 4.73195,-13.94007 3.17593,-3.45301 7.4496,-5.17953 12.82102,-5.17957 4.81718,4e-5 8.62192,1.55604 11.41423,4.66801 2.81356,3.09071 4.22035,7.30044 4.22039,12.62919 m -5.88297,-1.72652 c -0.0427,-3.21856 -0.94855,-5.78702 -2.71767,-7.70541 -1.74786,-1.91833 -4.07121,-2.8775 -6.97003,-2.87754 -3.28255,4e-5 -5.91496,0.92724 -7.89724,2.78162 -1.961,1.85444 -3.0907,4.46554 -3.3891,7.8333 l 20.97404,-0.032" />
<path
inkscape:connector-curvature="0"
id="path6349"
d="m 286.76333,785.02932 0,21.6135 -5.88296,0 0,-21.42166 c -3e-5,-3.38908 -0.6608,-5.92557 -1.98231,-7.60949 -1.32156,-1.68386 -3.30386,-2.5258 -5.94691,-2.52584 -3.17596,4e-5 -5.68048,1.0125 -7.51357,3.0374 -1.83311,2.02496 -2.74965,4.78527 -2.74964,8.28092 l 0,20.23867 -5.91494,0 0,-35.80935 5.91494,0 0,5.56324 c 1.40678,-2.15279 3.0587,-3.76208 4.95576,-4.82786 1.91834,-1.06572 4.12444,-1.5986 6.61833,-1.59864 4.11379,4e-5 7.22579,1.27894 9.33601,3.83672 2.11016,2.53653 3.16525,6.27732 3.16529,11.22239" />
<path
inkscape:connector-curvature="0"
id="path6351"
d="m 304.38024,760.66618 0,10.16729 12.11762,0 0,4.57209 -12.11762,0 0,19.43936 c -2e-5,2.92018 0.39431,4.7959 1.18298,5.62718 0.80996,0.8313 2.44057,1.24694 4.89182,1.24694 l 6.04282,0 0,4.92378 -6.04282,0 c -4.54013,0 -7.67345,-0.84194 -9.39996,-2.52584 -1.72653,-1.7052 -2.58979,-4.79588 -2.58978,-9.27206 l 0,-19.43936 -4.31631,0 0,-4.57209 4.31631,0 0,-10.16729 5.91494,0" />
<path
inkscape:connector-curvature="0"
id="path6353"
d="m 351.82762,764.21514 0,17.93665 8.12105,0 c 3.00541,2e-5 5.32875,-0.77798 6.97004,-2.33401 1.64123,-1.55597 2.46186,-3.77274 2.46189,-6.6503 -3e-5,-2.85619 -0.82066,-5.0623 -2.46189,-6.61834 -1.64129,-1.55596 -3.96463,-2.33396 -6.97004,-2.334 l -8.12105,0 m -6.45847,-5.30746 14.57952,0 c 5.35006,5e-5 9.38927,1.21501 12.11763,3.64488 2.74961,2.40865 4.12443,5.94695 4.12447,10.61492 -4e-5,4.71066 -1.37486,8.27028 -4.12447,10.67886 -2.72836,2.40862 -6.76757,3.61292 -12.11763,3.6129 l -8.12105,0 0,19.18358 -6.45847,0 0,-47.73514" />
<path
inkscape:connector-curvature="0"
id="path6355"
d="m 404.23077,776.33277 c -0.6608,-0.38364 -1.38551,-0.66074 -2.17414,-0.83129 -0.76737,-0.19181 -1.61997,-0.28772 -2.55781,-0.28775 -3.32518,3e-5 -5.88298,1.0871 -7.67343,3.2612 -1.76917,2.15285 -2.65374,5.2542 -2.65373,9.30404 l 0,18.86385 -5.91494,0 0,-35.80935 5.91494,0 0,5.56324 c 1.23626,-2.1741 2.84555,-3.78339 4.82786,-4.82786 1.98229,-1.06572 4.39089,-1.5986 7.22582,-1.59864 0.40496,4e-5 0.85258,0.032 1.34285,0.0959 0.49022,0.0427 1.03376,0.11727 1.6306,0.22381 l 0.032,6.04283" />
<path
inkscape:connector-curvature="0"
id="path6357"
d="m 410.46545,770.83347 5.88297,0 0,35.80935 -5.88297,0 0,-35.80935 m 0,-13.94006 5.88297,0 0,7.44962 -5.88297,0 0,-7.44962" />
<path
inkscape:connector-curvature="0"
id="path6359"
d="m 424.4055,770.83347 6.23466,0 11.19042,30.05428 11.19042,-30.05428 6.23467,0 -13.42851,35.80935 -7.99316,0 -13.4285,-35.80935" />
<path
inkscape:connector-curvature="0"
id="path6361"
d="m 483.65081,788.64223 c -4.75328,2e-5 -8.04646,0.54355 -9.87955,1.6306 -1.8331,1.08709 -2.74965,2.9415 -2.74964,5.56324 -10e-6,2.08889 0.68207,3.75147 2.04625,4.98773 1.38546,1.21497 3.26119,1.82245 5.62718,1.82244 3.26119,10e-6 5.87228,-1.15101 7.83329,-3.45304 1.98228,-2.32334 2.97343,-5.40336 2.97346,-9.24009 l 0,-1.31088 -5.85099,0 m 11.73395,-2.42992 0,20.43051 -5.88296,0 0,-5.43535 c -1.34288,2.17415 -3.01611,3.78343 -5.0197,4.82787 -2.00364,1.02313 -4.45488,1.53469 -7.35371,1.53469 -3.66621,0 -6.58637,-1.02313 -8.7605,-3.06937 -2.15283,-2.06756 -3.22924,-4.82786 -3.22924,-8.28092 0,-4.02853 1.34285,-7.06593 4.02856,-9.1122 2.707,-2.04622 6.73555,-3.06935 12.08565,-3.06937 l 8.24894,0 0,-0.57551 c -3e-5,-2.70699 -0.89526,-4.79586 -2.6857,-6.26663 -1.76918,-1.49203 -4.26304,-2.23805 -7.4816,-2.23809 -2.04626,4e-5 -4.03922,0.24516 -5.97888,0.73537 -1.93968,0.49028 -3.80475,1.22565 -5.59521,2.20612 l 0,-5.43535 c 2.15282,-0.83125 4.24169,-1.44939 6.26664,-1.85441 2.02491,-0.42627 3.99656,-0.63942 5.91493,-0.63946 5.17955,4e-5 9.04823,1.34289 11.60607,4.02856 2.55778,2.68573 3.83668,6.7569 3.83671,12.21354" />
<path
inkscape:connector-curvature="0"
id="path6363"
d="m 533.43217,772.2083 0,5.49929 c -1.66261,-0.91652 -3.33584,-1.5986 -5.0197,-2.04625 -1.6626,-0.4689 -3.34649,-0.70336 -5.05168,-0.7034 -3.81542,4e-5 -6.77821,1.21499 -8.88839,3.64488 -2.1102,2.40863 -3.1653,5.79773 -3.16529,10.1673 -1e-5,4.36961 1.05509,7.76936 3.16529,10.19927 2.11018,2.40861 5.07297,3.61291 8.88839,3.61291 1.70519,0 3.38908,-0.22381 5.05168,-0.67143 1.68386,-0.46892 3.35709,-1.16166 5.0197,-2.07822 l 0,5.43535 c -1.64129,0.76734 -3.3465,1.34285 -5.11562,1.72652 -1.74786,0.38367 -3.61293,0.57551 -5.59521,0.57551 -5.39273,0 -9.67706,-1.69455 -12.853,-5.08365 -3.17595,-3.38909 -4.76392,-7.96117 -4.76392,-13.71626 0,-5.84031 1.59863,-10.43371 4.79589,-13.7802 3.21857,-3.34644 7.62013,-5.01967 13.2047,-5.01971 1.81176,4e-5 3.58091,0.19188 5.30746,0.57551 1.72649,0.36239 3.39972,0.91658 5.0197,1.66258" />
<path
inkscape:connector-curvature="0"
id="path6365"
d="m 558.49873,809.96798 c -1.66259,4.26301 -3.28254,7.04462 -4.85984,8.34485 -1.57733,1.30021 -3.68752,1.95032 -6.33058,1.95033 l -4.69998,0 0,-4.92378 3.45305,0 c 1.61994,-10e-6 2.87752,-0.38368 3.77277,-1.15102 0.89522,-0.76735 1.88637,-2.57913 2.97345,-5.43534 l 1.0551,-2.68571 -14.4836,-35.23384 6.23466,0 11.19042,28.00803 11.19042,-28.00803 6.23467,0 -15.73054,39.13451" />
</g>
<g
id="g5154">
<path
style="fill:none;stroke:#ffffff;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;filter:url(#filter6607)"
d="M 85.913476,-19.705626 C 67.90371,-27.221054 49.893944,-34.736483 31.884178,-42.251912 c 15.513435,-11.8392 31.02687,-23.678401 46.540305,-35.517602 2.496331,19.354629 4.992662,38.709259 7.488993,58.063888 z"
id="path16686"
inkscape:connector-curvature="0"
transform="matrix(0.81861905,0,0,0.81861905,483.56029,989.9847)" />
<path
transform="translate(-139.65359,873.22183)"
d="m 655.48796,81.559616 a 6.7175145,6.7175145 0 1 1 -13.43503,0 6.7175145,6.7175145 0 1 1 13.43503,0 z"
sodipodi:ry="6.7175145"
sodipodi:rx="6.7175145"
sodipodi:cy="81.559616"
sodipodi:cx="648.77045"
id="path5123"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
sodipodi:type="arc" />
<path
d="m 655.48796,81.559616 a 6.7175145,6.7175145 0 1 1 -13.43503,0 6.7175145,6.7175145 0 1 1 13.43503,0 z"
sodipodi:ry="6.7175145"
sodipodi:rx="6.7175145"
sodipodi:cy="81.559616"
sodipodi:cx="648.77045"
id="path5123-4"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
sodipodi:type="arc"
transform="translate(-93.8684,894.08148)" />
<path
d="m 655.48796,81.559616 a 6.7175145,6.7175145 0 1 1 -13.43503,0 6.7175145,6.7175145 0 1 1 13.43503,0 z"
sodipodi:ry="6.7175145"
sodipodi:rx="6.7175145"
sodipodi:cy="81.559616"
sodipodi:cx="648.77045"
id="path5123-3"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
sodipodi:type="arc"
transform="translate(-100.76269,842.46268)" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 114 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View file

@ -0,0 +1,780 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="600"
height="200"
id="svg2"
version="1.1"
inkscape:version="0.48.5 r10040"
inkscape:export-filename="/home/harding/dev/bitcoin.org/img/bitcoin-core/slider-ui.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"
sodipodi:docname="slider-ui.svg">
<defs
id="defs4">
<inkscape:path-effect
effect="spiro"
id="path-effect2987"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect2987-2"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect2987-2-7"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect2987-2-2"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect2987-2-5"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect2987-2-9"
is_visible="true" />
<linearGradient
inkscape:collect="always"
id="linearGradient4459">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop4461" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop4463" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient4459-7">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop4461-4" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop4463-7" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient4459-7-6">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop4461-4-0" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop4463-7-0" />
</linearGradient>
<inkscape:path-effect
effect="spiro"
id="path-effect3805-5"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect3805-0"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect3805"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect3793"
is_visible="true" />
<filter
inkscape:label="Invert"
x="0"
y="0"
width="1"
height="1"
inkscape:menu="Color"
inkscape:menu-tooltip="Invert colors"
color-interpolation-filters="sRGB"
id="filter16213">
<feColorMatrix
type="saturate"
values="1"
result="fbSourceGraphic"
id="feColorMatrix16215" />
<feColorMatrix
in="fbSourceGraphic"
values="-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 1 0 "
id="feColorMatrix16217" />
</filter>
<inkscape:path-effect
effect="spiro"
id="path-effect3805-5-9"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect3805-0-7"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect3805-9"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect3793-4"
is_visible="true" />
<linearGradient
inkscape:collect="always"
id="linearGradient4459-78">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop4461-7" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop4463-0" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient4459-7-5">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop4461-4-1" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop4463-7-9" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient4459-7-6-6"
id="radialGradient4546"
gradientUnits="userSpaceOnUse"
cx="-65.89286"
cy="61.607143"
fx="-65.89286"
fy="61.607143"
r="4.6071429" />
<linearGradient
inkscape:collect="always"
id="linearGradient4459-7-6-6">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop4461-4-0-3" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop4463-7-0-5" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient4459"
id="radialGradient16744"
gradientUnits="userSpaceOnUse"
cx="-65.89286"
cy="61.607143"
fx="-65.89286"
fy="61.607143"
r="4.6071429" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient4459-7"
id="radialGradient16746"
gradientUnits="userSpaceOnUse"
cx="-65.89286"
cy="61.607143"
fx="-65.89286"
fy="61.607143"
r="4.6071429" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient4459-7-6"
id="radialGradient16748"
gradientUnits="userSpaceOnUse"
cx="-65.89286"
cy="61.607143"
fx="-65.89286"
fy="61.607143"
r="4.6071429" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient4459-78"
id="radialGradient16750"
gradientUnits="userSpaceOnUse"
cx="-65.89286"
cy="61.607143"
fx="-65.89286"
fy="61.607143"
r="4.6071429" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient4459-7-5"
id="radialGradient16752"
gradientUnits="userSpaceOnUse"
cx="-65.89286"
cy="61.607143"
fx="-65.89286"
fy="61.607143"
r="4.6071429" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient4459-7-6-6"
id="radialGradient16754"
gradientUnits="userSpaceOnUse"
cx="-65.89286"
cy="61.607143"
fx="-65.89286"
fy="61.607143"
r="4.6071429" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient4459-8"
id="radialGradient4542"
gradientUnits="userSpaceOnUse"
cx="-65.89286"
cy="61.607143"
fx="-65.89286"
fy="61.607143"
r="4.6071429" />
<linearGradient
inkscape:collect="always"
id="linearGradient4459-8">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop4461-72" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop4463-79" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient4459-7-7"
id="radialGradient4544"
gradientUnits="userSpaceOnUse"
cx="-65.89286"
cy="61.607143"
fx="-65.89286"
fy="61.607143"
r="4.6071429" />
<linearGradient
inkscape:collect="always"
id="linearGradient4459-7-7">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop4461-4-18" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop4463-7-4" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient4459-7-6-2"
id="radialGradient4546-4"
gradientUnits="userSpaceOnUse"
cx="-65.89286"
cy="61.607143"
fx="-65.89286"
fy="61.607143"
r="4.6071429" />
<linearGradient
inkscape:collect="always"
id="linearGradient4459-7-6-2">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop4461-4-0-8" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop4463-7-0-8" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3755"
id="linearGradient3806"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(6.1271033,0,0,319.65376,-841.59409,-160020)"
x1="136.93401"
y1="503.66907"
x2="171.0209"
y2="503.66907" />
<linearGradient
id="linearGradient3755">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop3757" />
<stop
id="stop3771"
offset="0.25"
style="stop-color:#000000;stop-opacity:0.74901961;" />
<stop
id="stop3767"
offset="0.5"
style="stop-color:#000000;stop-opacity:0.49803922;" />
<stop
style="stop-color:#000000;stop-opacity:0.24705882;"
offset="0.75"
id="stop3769" />
<stop
style="stop-color:#000000;stop-opacity:0.70249355;"
offset="1"
id="stop3759" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient4459-6">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop4461-5" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop4463-8" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient4459-7-8">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop4461-4-8" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop4463-7-7" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient4459-7-6-1">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop4461-4-0-35" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop4463-7-0-7" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient4459-6"
id="radialGradient23043"
gradientUnits="userSpaceOnUse"
cx="-65.89286"
cy="61.607143"
fx="-65.89286"
fy="61.607143"
r="4.6071429" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient4459-7-8"
id="radialGradient23045"
gradientUnits="userSpaceOnUse"
cx="-65.89286"
cy="61.607143"
fx="-65.89286"
fy="61.607143"
r="4.6071429" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient4459-7-6-1"
id="radialGradient23047"
gradientUnits="userSpaceOnUse"
cx="-65.89286"
cy="61.607143"
fx="-65.89286"
fy="61.607143"
r="4.6071429" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1"
inkscape:cx="174.74298"
inkscape:cy="104.01711"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
borderlayer="false"
inkscape:window-width="1918"
inkscape:window-height="1042"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="0" />
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-852.36218)">
<g
id="g23025"
transform="matrix(0.79838628,0,0,0.74876771,188.77617,430.99136)">
<rect
y="647.56366"
x="-232.63129"
height="144.91672"
width="144.91672"
id="rect3765"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
<path
inkscape:connector-curvature="0"
id="path4451"
d="m -235.93304,665.76016 153.289412,0"
style="fill:#ffffff;stroke:#ffffff;stroke-width:6.23520231;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<text
sodipodi:linespacing="125%"
id="text4453"
y="657.87811"
x="-192.12198"
style="font-size:10.46237087px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Sans"
xml:space="preserve"><tspan
y="657.87811"
x="-192.12198"
id="tspan4455"
sodipodi:role="line">Bitcoin Core</tspan></text>
<g
transform="translate(-262.52633,-258.45527)"
id="g4537">
<path
sodipodi:type="arc"
style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:url(#radialGradient23043);stroke-width:2.13955808;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
id="path4457"
sodipodi:cx="-65.89286"
sodipodi:cy="61.607143"
sodipodi:rx="4.1071429"
sodipodi:ry="4.1071429"
d="m -61.785717,61.607143 c 0,2.268313 -1.838831,4.107143 -4.107143,4.107143 -2.268313,0 -4.107143,-1.83883 -4.107143,-4.107143 0,-2.268312 1.83883,-4.107143 4.107143,-4.107143 2.268312,0 4.107143,1.838831 4.107143,4.107143 z"
transform="matrix(0.71221803,0,0,0.60116679,82.77904,876.37959)" />
<path
sodipodi:type="arc"
style="fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:url(#radialGradient23045);stroke-width:2.13955808;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
id="path4457-5"
sodipodi:cx="-65.89286"
sodipodi:cy="61.607143"
sodipodi:rx="4.1071429"
sodipodi:ry="4.1071429"
d="m -61.785717,61.607143 c 0,2.268313 -1.838831,4.107143 -4.107143,4.107143 -2.268313,0 -4.107143,-1.83883 -4.107143,-4.107143 0,-2.268312 1.83883,-4.107143 4.107143,-4.107143 2.268312,0 4.107143,1.838831 4.107143,4.107143 z"
transform="matrix(0.71221803,0,0,0.60116679,90.99742,876.37959)" />
<path
sodipodi:type="arc"
style="fill:#00ff00;fill-opacity:1;fill-rule:nonzero;stroke:url(#radialGradient23047);stroke-width:2.13955808;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
id="path4457-5-5"
sodipodi:cx="-65.89286"
sodipodi:cy="61.607143"
sodipodi:rx="4.1071429"
sodipodi:ry="4.1071429"
d="m -61.785717,61.607143 c 0,2.268313 -1.838831,4.107143 -4.107143,4.107143 -2.268313,0 -4.107143,-1.83883 -4.107143,-4.107143 0,-2.268312 1.83883,-4.107143 4.107143,-4.107143 2.268312,0 4.107143,1.838831 4.107143,4.107143 z"
transform="matrix(0.71221803,0,0,0.60116679,99.215798,876.37959)" />
</g>
<path
inkscape:connector-curvature="0"
id="path4451-8"
d="m -236.49246,685.72834 153.289402,0"
style="fill:#ffffff;stroke:#ffffff;stroke-width:2.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<g
transform="translate(-263.56712,-257.56241)"
id="g4635">
<rect
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.39999998;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
id="rect4587"
width="12.142858"
height="7.5"
x="35.714287"
y="930.63" />
<rect
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.39999998;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
id="rect4587-2"
width="12.142858"
height="7.5"
x="92.5"
y="930.63" />
<rect
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.39999998;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
id="rect4587-3"
width="12.142858"
height="7.5"
x="73.571426"
y="930.63" />
<rect
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.39999998;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
id="rect4587-1"
width="12.142858"
height="7.5"
x="54.642857"
y="930.63" />
</g>
<path
inkscape:connector-curvature="0"
id="path4641"
d="m -230.33361,765.50539 68.18529,0 0,-70.71072"
style="fill:none;stroke:#ffffff;stroke-width:2.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
inkscape:connector-curvature="0"
id="path4643"
d="m -91.739668,741.76676 -57.578692,0 0,-46.46702"
style="fill:none;stroke:#ffffff;stroke-width:2.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
</g>
<g
style="font-size:48px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
id="text23049">
<path
d="m 32.003906,853.83875 6.375,0 15.515625,29.27343 0,-29.27343 4.59375,0 0,34.99218 -6.375,0 -15.515625,-29.27343 0,29.27343 -4.59375,0 0,-34.99218"
style=""
id="path23689" />
<path
d="m 77.894531,865.60437 c -2.312512,2e-5 -4.140635,0.90627 -5.484375,2.71875 -1.343758,1.79689 -2.015632,4.26564 -2.015625,7.40625 -7e-6,3.14064 0.664055,5.6172 1.992188,7.42969 1.343739,1.79688 3.179675,2.69531 5.507812,2.69531 2.296858,0 4.117169,-0.90625 5.460938,-2.71875 1.343728,-1.81249 2.015603,-4.28124 2.015625,-7.40625 -2.2e-5,-3.10936 -0.671897,-5.57029 -2.015625,-7.38281 -1.343769,-1.82811 -3.16408,-2.74217 -5.460938,-2.74219 m 0,-3.65625 c 3.749982,3e-5 6.695291,1.21878 8.835938,3.65625 2.140599,2.43752 3.210911,5.81252 3.210937,10.125 -2.6e-5,4.29688 -1.070338,7.67188 -3.210937,10.125 -2.140647,2.4375 -5.085956,3.65625 -8.835938,3.65625 -3.765636,0 -6.718758,-1.21875 -8.859375,-3.65625 -2.125003,-2.45312 -3.187502,-5.82812 -3.1875,-10.125 -2e-6,-4.31248 1.062497,-7.68748 3.1875,-10.125 2.140617,-2.43747 5.093739,-3.65622 8.859375,-3.65625"
style=""
id="path23691" />
<path
d="m 101.33203,855.12781 0,7.45312 8.88281,0 0,3.35157 -8.88281,0 0,14.25 c -1e-5,2.14063 0.28905,3.51563 0.86719,4.125 0.59374,0.60937 1.78905,0.91406 3.58594,0.91406 l 4.42968,0 0,3.60937 -4.42968,0 c -3.32814,0 -5.62501,-0.61718 -6.890629,-1.85156 -1.26563,-1.25 -1.898442,-3.51562 -1.898437,-6.79687 l 0,-14.25 -3.164063,0 0,-3.35157 3.164063,0 0,-7.45312 4.335936,0"
style=""
id="path23693" />
<path
d="m 142.11328,891.26843 c -1.21876,3.125 -2.40626,5.16406 -3.5625,6.11719 -1.15626,0.95312 -2.70313,1.42968 -4.64062,1.42969 l -3.44532,0 0,-3.60938 2.53125,0 c 1.1875,0 2.10937,-0.28125 2.76563,-0.84375 0.65624,-0.5625 1.3828,-1.89063 2.17969,-3.98437 l 0.77343,-1.96875 -10.61718,-25.82813 4.57031,0 8.20312,20.53125 8.20313,-20.53125 4.57031,0 -11.53125,28.6875"
style=""
id="path23695" />
<path
d="m 169.76953,865.60437 c -2.31251,2e-5 -4.14063,0.90627 -5.48437,2.71875 -1.34376,1.79689 -2.01564,4.26564 -2.01563,7.40625 -1e-5,3.14064 0.66406,5.6172 1.99219,7.42969 1.34374,1.79688 3.17967,2.69531 5.50781,2.69531 2.29686,0 4.11717,-0.90625 5.46094,-2.71875 1.34373,-1.81249 2.0156,-4.28124 2.01562,-7.40625 -2e-5,-3.10936 -0.67189,-5.57029 -2.01562,-7.38281 -1.34377,-1.82811 -3.16408,-2.74217 -5.46094,-2.74219 m 0,-3.65625 c 3.74998,3e-5 6.69529,1.21878 8.83594,3.65625 2.1406,2.43752 3.21091,5.81252 3.21094,10.125 -3e-5,4.29688 -1.07034,7.67188 -3.21094,10.125 -2.14065,2.4375 -5.08596,3.65625 -8.83594,3.65625 -3.76563,0 -6.71876,-1.21875 -8.85937,-3.65625 -2.12501,-2.45312 -3.18751,-5.82812 -3.1875,-10.125 -1e-5,-4.31248 1.06249,-7.68748 3.1875,-10.125 2.14061,-2.43747 5.09374,-3.65622 8.85937,-3.65625"
style=""
id="path23697" />
<path
d="m 188.49609,878.47156 0,-15.89063 4.3125,0 0,15.72657 c 0,2.48438 0.48437,4.35156 1.45313,5.60156 0.96874,1.23438 2.42186,1.85156 4.35937,1.85156 2.32811,0 4.16405,-0.74218 5.50782,-2.22656 1.35935,-1.48437 2.03904,-3.50781 2.03906,-6.07031 l 0,-14.88282 4.3125,0 0,26.25 -4.3125,0 0,-4.03125 c -1.0469,1.59376 -2.26565,2.78125 -3.65625,3.5625 -1.37502,0.76563 -2.97658,1.14844 -4.80469,1.14844 -3.01563,0 -5.30469,-0.9375 -6.86719,-2.8125 -1.5625,-1.875 -2.34375,-4.61718 -2.34375,-8.22656 m 10.85157,-16.52344 0,0"
style=""
id="path23699" />
<path
d="m 234.62109,866.61218 c -0.48439,-0.28122 -1.01564,-0.48435 -1.59375,-0.60937 -0.56251,-0.1406 -1.18751,-0.21092 -1.875,-0.21094 -2.43751,2e-5 -4.31251,0.7969 -5.625,2.39063 -1.29688,1.57814 -1.94532,3.85157 -1.94531,6.82031 l 0,13.82812 -4.33594,0 0,-26.25 4.33594,0 0,4.07813 c 0.90624,-1.59373 2.08593,-2.77341 3.53906,-3.53906 1.45312,-0.78123 3.21874,-1.17185 5.29688,-1.17188 0.29686,3e-5 0.62498,0.0235 0.98437,0.0703 0.35936,0.0313 0.7578,0.086 1.19532,0.16407 l 0.0234,4.42968"
style=""
id="path23701" />
<path
d="m 258.73828,855.12781 0,7.45312 8.88281,0 0,3.35157 -8.88281,0 0,14.25 c -10e-6,2.14063 0.28905,3.51563 0.86719,4.125 0.59374,0.60937 1.78905,0.91406 3.58594,0.91406 l 4.42968,0 0,3.60937 -4.42968,0 c -3.32814,0 -5.62501,-0.61718 -6.89063,-1.85156 -1.26563,-1.25 -1.89844,-3.51562 -1.89844,-6.79687 l 0,-14.25 -3.16406,0 0,-3.35157 3.16406,0 0,-7.45312 4.33594,0"
style=""
id="path23703" />
<path
d="m 284.23828,891.26843 c -1.21876,3.125 -2.40626,5.16406 -3.5625,6.11719 -1.15626,0.95312 -2.70313,1.42968 -4.64062,1.42969 l -3.44532,0 0,-3.60938 2.53125,0 c 1.1875,0 2.10937,-0.28125 2.76563,-0.84375 0.65624,-0.5625 1.3828,-1.89063 2.17969,-3.98437 l 0.77343,-1.96875 -10.61718,-25.82813 4.57031,0 8.20312,20.53125 8.20313,-20.53125 4.57031,0 -11.53125,28.6875"
style=""
id="path23705" />
<path
d="m 305.89453,884.89343 0,13.92188 -4.33594,0 0,-36.23438 4.33594,0 0,3.98438 c 0.90624,-1.56248 2.04687,-2.71873 3.42188,-3.46875 1.39061,-0.7656 3.04686,-1.14841 4.96875,-1.14844 3.18748,3e-5 5.77341,1.26565 7.75781,3.79688 1.99997,2.53127 2.99997,5.85939 3,9.98437 -3e-5,4.12501 -1.00003,7.45313 -3,9.98438 -1.9844,2.53125 -4.57033,3.79687 -7.75781,3.79687 -1.92189,0 -3.57814,-0.375 -4.96875,-1.125 -1.37501,-0.76562 -2.51564,-1.92969 -3.42188,-3.49219 m 14.67188,-9.16406 c -3e-5,-3.17186 -0.65628,-5.65623 -1.96875,-7.45312 -1.2969,-1.81248 -3.08596,-2.71873 -5.36719,-2.71875 -2.28127,2e-5 -4.07814,0.90627 -5.39063,2.71875 -1.29688,1.79689 -1.94532,4.28126 -1.94531,7.45312 -10e-6,3.17189 0.64843,5.66407 1.94531,7.47656 1.31249,1.79688 3.10936,2.69532 5.39063,2.69532 2.28123,0 4.07029,-0.89844 5.36719,-2.69532 1.31247,-1.81249 1.96872,-4.30467 1.96875,-7.47656"
style=""
id="path23707" />
<path
d="m 332.19141,862.58093 4.3125,0 0,26.25 -4.3125,0 0,-26.25 m 0,-10.21875 4.3125,0 0,5.46094 -4.3125,0 0,-5.46094"
style=""
id="path23709" />
<path
d="m 364.39453,863.58875 0,4.03125 c -1.21877,-0.67186 -2.44533,-1.17186 -3.67969,-1.5 -1.21876,-0.34373 -2.45314,-0.51561 -3.70312,-0.51563 -2.79689,2e-5 -4.96876,0.89065 -6.51563,2.67188 -1.54688,1.76564 -2.32032,4.25001 -2.32031,7.45312 -10e-6,3.20314 0.77343,5.69532 2.32031,7.47656 1.54687,1.76563 3.71874,2.64844 6.51563,2.64844 1.24998,0 2.48436,-0.16406 3.70312,-0.49219 1.23436,-0.34374 2.46092,-0.85156 3.67969,-1.52343 l 0,3.98437 c -1.20315,0.5625 -2.45314,0.98438 -3.75,1.26563 -1.28127,0.28124 -2.64845,0.42187 -4.10156,0.42187 -3.95314,0 -7.09376,-1.24219 -9.42188,-3.72656 -2.32813,-2.48437 -3.49219,-5.83593 -3.49218,-10.05469 -1e-5,-4.28123 1.17187,-7.64842 3.51562,-10.10156 2.35937,-2.4531 5.58593,-3.67966 9.67969,-3.67969 1.32811,3e-5 2.62498,0.14065 3.89062,0.42188 1.26561,0.26565 2.49217,0.6719 3.67969,1.21875"
style=""
id="path23711" />
<path
d="m 383.77734,875.63562 c -3.48438,10e-6 -5.89844,0.39845 -7.24218,1.19531 -1.34376,0.79689 -2.01564,2.15626 -2.01563,4.07813 -10e-6,1.53125 0.49999,2.75 1.5,3.65625 1.01562,0.89063 2.39062,1.33594 4.125,1.33594 2.39061,0 4.30467,-0.84375 5.74219,-2.53125 1.4531,-1.70312 2.17967,-3.96093 2.17969,-6.77344 l 0,-0.96094 -4.28907,0 m 8.60157,-1.78125 0,14.97656 -4.3125,0 0,-3.98437 c -0.9844,1.59375 -2.21096,2.77344 -3.67969,3.53906 -1.46877,0.75 -3.26564,1.125 -5.39063,1.125 -2.68751,0 -4.82813,-0.75 -6.42187,-2.25 -1.57813,-1.51562 -2.36719,-3.53906 -2.36719,-6.07031 0,-2.95312 0.98437,-5.17968 2.95313,-6.67969 1.98436,-1.49998 4.93749,-2.24998 8.85937,-2.25 l 6.04688,0 0,-0.42187 c -2e-5,-1.98436 -0.65627,-3.51561 -1.96875,-4.59375 -1.2969,-1.09373 -3.12502,-1.64061 -5.48438,-1.64063 -1.50001,2e-5 -2.96095,0.17971 -4.38281,0.53906 -1.42188,0.3594 -2.78907,0.89846 -4.10156,1.61719 l 0,-3.98437 c 1.57811,-0.60935 3.10936,-1.06248 4.59375,-1.35938 1.48436,-0.31247 2.92967,-0.46872 4.33593,-0.46875 3.79686,3e-5 6.6328,0.9844 8.50782,2.95313 1.87497,1.96877 2.81247,4.95314 2.8125,8.95312"
style=""
id="path23713" />
<path
d="m 401.37891,852.36218 4.3125,0 0,36.46875 -4.3125,0 0,-36.46875"
style=""
id="path23715" />
<path
d="m 427.46484,862.58093 4.3125,0 5.39063,20.48438 5.36719,-20.48438 5.08593,0 5.39063,20.48438 5.36719,-20.48438 4.3125,0 -6.86719,26.25 -5.08594,0 -5.64844,-21.51562 -5.67187,21.51562 -5.08594,0 -6.86719,-26.25"
style=""
id="path23717" />
<path
d="m 481.18359,875.63562 c -3.48438,10e-6 -5.89844,0.39845 -7.24218,1.19531 -1.34376,0.79689 -2.01564,2.15626 -2.01563,4.07813 -10e-6,1.53125 0.49999,2.75 1.5,3.65625 1.01562,0.89063 2.39062,1.33594 4.125,1.33594 2.39061,0 4.30467,-0.84375 5.74219,-2.53125 1.4531,-1.70312 2.17967,-3.96093 2.17969,-6.77344 l 0,-0.96094 -4.28907,0 m 8.60157,-1.78125 0,14.97656 -4.3125,0 0,-3.98437 c -0.9844,1.59375 -2.21096,2.77344 -3.67969,3.53906 -1.46877,0.75 -3.26564,1.125 -5.39063,1.125 -2.68751,0 -4.82813,-0.75 -6.42187,-2.25 -1.57813,-1.51562 -2.36719,-3.53906 -2.36719,-6.07031 0,-2.95312 0.98437,-5.17968 2.95313,-6.67969 1.98436,-1.49998 4.93749,-2.24998 8.85937,-2.25 l 6.04688,0 0,-0.42187 c -2e-5,-1.98436 -0.65627,-3.51561 -1.96875,-4.59375 -1.2969,-1.09373 -3.12502,-1.64061 -5.48438,-1.64063 -1.50001,2e-5 -2.96095,0.17971 -4.38281,0.53906 -1.42188,0.3594 -2.78907,0.89846 -4.10156,1.61719 l 0,-3.98437 c 1.57811,-0.60935 3.10936,-1.06248 4.59375,-1.35938 1.48436,-0.31247 2.92967,-0.46872 4.33593,-0.46875 3.79686,3e-5 6.6328,0.9844 8.50782,2.95313 1.87497,1.96877 2.81247,4.95314 2.8125,8.95312"
style=""
id="path23719" />
<path
d="m 498.78516,852.36218 4.3125,0 0,36.46875 -4.3125,0 0,-36.46875"
style=""
id="path23721" />
<path
d="m 512.09766,852.36218 4.3125,0 0,36.46875 -4.3125,0 0,-36.46875"
style=""
id="path23723" />
<path
d="m 547.86328,874.62781 0,2.10937 -19.82812,0 c 0.18749,2.96876 1.07811,5.23438 2.67187,6.79688 1.60936,1.54688 3.84374,2.32031 6.70313,2.32031 1.65623,0 3.25779,-0.20312 4.80468,-0.60937 1.56248,-0.40625 3.10935,-1.01563 4.64063,-1.82813 l 0,4.07813 c -1.5469,0.65625 -3.13284,1.15625 -4.75781,1.5 -1.62502,0.34374 -3.27346,0.51562 -4.94532,0.51562 -4.18751,0 -7.50782,-1.21875 -9.96093,-3.65625 -2.43751,-2.43749 -3.65626,-5.73437 -3.65625,-9.89062 -10e-6,-4.29686 1.15624,-7.70311 3.46875,-10.21875 2.32811,-2.53123 5.46092,-3.79685 9.39843,-3.79688 3.53123,3e-5 6.32029,1.14065 8.36719,3.42188 2.06248,2.26564 3.09372,5.35158 3.09375,9.25781 m -4.3125,-1.26563 c -0.0313,-2.35935 -0.69533,-4.24217 -1.99219,-5.64843 -1.28127,-1.40623 -2.98439,-2.10936 -5.10937,-2.10938 -2.40626,2e-5 -4.33595,0.67971 -5.78906,2.03906 -1.43751,1.3594 -2.26564,3.27346 -2.48438,5.74219 l 15.375,-0.0234"
style=""
id="path23725" />
<path
d="m 559.11328,855.12781 0,7.45312 8.88281,0 0,3.35157 -8.88281,0 0,14.25 c -10e-6,2.14063 0.28905,3.51563 0.86719,4.125 0.59374,0.60937 1.78905,0.91406 3.58594,0.91406 l 4.42968,0 0,3.60937 -4.42968,0 c -3.32814,0 -5.62501,-0.61718 -6.89063,-1.85156 -1.26563,-1.25 -1.89844,-3.51562 -1.89844,-6.79687 l 0,-14.25 -3.16406,0 0,-3.35157 3.16406,0 0,-7.45312 4.33594,0"
style=""
id="path23727" />
</g>
<g
style="font-size:20px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
id="text23053">
<path
d="m 12.78125,1046.1219 0,-3.916 -3.2226562,0 0,-1.6211 5.1757812,0 0,6.2598 c -0.761732,0.5404 -1.601575,0.9505 -2.519531,1.2305 -0.917979,0.2734 -1.897796,0.4101 -2.9394534,0.4101 -2.2786519,0 -4.0625043,-0.664 -5.3515625,-1.9922 C 2.6412743,1045.1584 1.9999989,1043.3029 2,1040.9266 c -1.1e-6,-2.3828 0.6412743,-4.2382 1.9238281,-5.5664 1.2890582,-1.3346 3.0729106,-2.0019 5.3515625,-2.0019 0.9505114,0 1.8522034,0.1172 2.7050784,0.3515 0.859363,0.2344 1.650378,0.5795 2.373047,1.0352 l 0,2.0996 c -0.72918,-0.6185 -1.503919,-1.084 -2.324219,-1.3965 -0.820323,-0.3125 -1.682952,-0.4687 -2.5878907,-0.4687 -1.783861,0 -3.1250055,0.498 -4.0234376,1.4941 -0.8919307,0.9961 -1.3378938,2.4805 -1.3378906,4.4531 -3.2e-6,1.9662 0.4459599,3.4473 1.3378906,4.4434 0.8984321,0.9961 2.2395766,1.4941 4.0234376,1.4941 0.6966057,0 1.3183497,-0.059 1.8652347,-0.1757 0.546864,-0.1237 1.0384,-0.3125 1.474609,-0.5665"
style=""
id="path23666" />
<path
d="m 24.607422,1038.9442 c -0.201831,-0.1172 -0.423185,-0.2018 -0.664063,-0.2539 -0.234382,-0.059 -0.494798,-0.088 -0.78125,-0.088 -1.01563,0 -1.79688,0.3321 -2.34375,0.9961 -0.540368,0.6576 -0.81055,1.6048 -0.810547,2.8418 l 0,5.7617 -1.80664,0 0,-10.9375 1.80664,0 0,1.6992 c 0.377601,-0.664 0.869137,-1.1555 1.47461,-1.4746 0.605463,-0.3255 1.341139,-0.4882 2.207031,-0.4882 0.123691,0 0.260409,0.01 0.410156,0.029 0.149732,0.013 0.315748,0.036 0.498047,0.068 l 0.0098,1.8457"
style=""
id="path23668" />
<path
d="m 31.482422,1042.704 c -1.451828,0 -2.457687,0.166 -3.017578,0.498 -0.559899,0.3321 -0.839847,0.8985 -0.839844,1.6992 -3e-6,0.6381 0.20833,1.1459 0.625,1.5235 0.423173,0.3711 0.996089,0.5566 1.71875,0.5566 0.996087,0 1.793613,-0.3515 2.392578,-1.0547 0.605461,-0.7096 0.908195,-1.6504 0.908203,-2.8222 l 0,-0.4004 -1.787109,0 m 3.583984,-0.7422 0,6.2402 -1.796875,0 0,-1.6601 c -0.410164,0.664 -0.921231,1.1556 -1.533203,1.4746 -0.611986,0.3125 -1.360683,0.4687 -2.246094,0.4687 -1.119795,0 -2.011721,-0.3125 -2.675781,-0.9375 -0.657553,-0.6315 -0.986329,-1.4746 -0.986328,-2.5293 -1e-6,-1.2304 0.410155,-2.1582 1.230469,-2.7832 0.826819,-0.625 2.057287,-0.9375 3.691406,-0.9375 l 2.519531,0 0,-0.1758 c -8e-6,-0.8268 -0.273446,-1.4648 -0.820312,-1.914 -0.540372,-0.4557 -1.30209,-0.6836 -2.285157,-0.6836 -0.625004,0 -1.233728,0.075 -1.826171,0.2246 -0.592451,0.1498 -1.162112,0.3744 -1.708985,0.6738 l 0,-1.6601 c 0.65755,-0.2539 1.29557,-0.4427 1.914063,-0.5664 0.618485,-0.1302 1.220698,-0.1953 1.80664,-0.1953 1.582024,0 2.763664,0.4101 3.544922,1.2304 0.78124,0.8203 1.171865,2.0638 1.171875,3.7305"
style=""
id="path23670" />
<path
d="m 40.554687,1046.5614 0,5.8008 -1.80664,0 0,-15.0977 1.80664,0 0,1.6602 c 0.377601,-0.651 0.852861,-1.1328 1.425782,-1.4453 0.579421,-0.319 1.269525,-0.4785 2.070312,-0.4785 1.328117,0 2.40559,0.5273 3.232422,1.582 0.833322,1.0547 1.249989,2.4414 1.25,4.1601 -1.1e-5,1.7188 -0.416678,3.1055 -1.25,4.1602 -0.826832,1.0547 -1.904305,1.582 -3.232422,1.582 -0.800787,0 -1.490891,-0.1562 -2.070312,-0.4687 -0.572921,-0.319 -1.048181,-0.8041 -1.425782,-1.4551 m 6.113282,-3.8184 c -10e-6,-1.3216 -0.273447,-2.3567 -0.820313,-3.1054 -0.540373,-0.7552 -1.285815,-1.1328 -2.236328,-1.1328 -0.950526,0 -1.699224,0.3776 -2.246094,1.1328 -0.540368,0.7487 -0.81055,1.7838 -0.810547,3.1054 -3e-6,1.3217 0.270179,2.3601 0.810547,3.1153 0.54687,0.7487 1.295568,1.123 2.246094,1.123 0.950513,0 1.695955,-0.3743 2.236328,-1.123 0.546866,-0.7552 0.820303,-1.7936 0.820313,-3.1153"
style=""
id="path23672" />
<path
d="m 60.603516,1041.6005 0,6.6015 -1.796875,0 0,-6.5429 c -10e-6,-1.0352 -0.201832,-1.8099 -0.605469,-2.3243 -0.403654,-0.5143 -1.009122,-0.7714 -1.816406,-0.7714 -0.970058,0 -1.735031,0.3092 -2.294922,0.9277 -0.5599,0.6185 -0.839848,1.4616 -0.839844,2.5293 l 0,6.1816 -1.806641,0 0,-15.1953 1.806641,0 0,5.957 c 0.429683,-0.6575 0.93424,-1.149 1.513672,-1.4746 0.585932,-0.3255 1.259759,-0.4882 2.021484,-0.4882 1.256502,0 2.207022,0.3906 2.851563,1.1718 0.64452,0.7748 0.966786,1.9174 0.966797,3.4278"
style=""
id="path23674" />
<path
d="m 64.207031,1037.2645 1.796875,0 0,10.9375 -1.796875,0 0,-10.9375 m 0,-4.2578 1.796875,0 0,2.2754 -1.796875,0 0,-2.2754"
style=""
id="path23676" />
<path
d="m 77.625,1037.6844 0,1.6797 c -0.507822,-0.2799 -1.018889,-0.4882 -1.533203,-0.625 -0.50782,-0.1432 -1.022143,-0.2148 -1.542969,-0.2148 -1.16537,0 -2.070317,0.3711 -2.714844,1.1133 -0.644534,0.7357 -0.966799,1.7708 -0.966797,3.1054 -2e-6,1.3347 0.322263,2.3731 0.966797,3.1153 0.644527,0.7357 1.549474,1.1035 2.714844,1.1035 0.520826,0 1.035149,-0.068 1.542969,-0.2051 0.514314,-0.1432 1.025381,-0.3548 1.533203,-0.6348 l 0,1.6602 c -0.501311,0.2344 -1.022144,0.4102 -1.5625,0.5273 -0.533862,0.1172 -1.103523,0.1758 -1.708984,0.1758 -1.647141,0 -2.955733,-0.5175 -3.925782,-1.5527 -0.970053,-1.0352 -1.455079,-2.4316 -1.455078,-4.1895 -10e-7,-1.7838 0.48828,-3.1868 1.464844,-4.2089 0.983069,-1.0222 2.327469,-1.5332 4.033203,-1.5332 0.553378,0 1.093742,0.059 1.621094,0.1757 0.527335,0.1107 1.038402,0.28 1.533203,0.5078"
style=""
id="path23678" />
<path
d="m 85.701172,1042.704 c -1.451828,0 -2.457687,0.166 -3.017578,0.498 -0.559899,0.3321 -0.839847,0.8985 -0.839844,1.6992 -3e-6,0.6381 0.20833,1.1459 0.625,1.5235 0.423173,0.3711 0.996089,0.5566 1.71875,0.5566 0.996087,0 1.793613,-0.3515 2.392578,-1.0547 0.605461,-0.7096 0.908195,-1.6504 0.908203,-2.8222 l 0,-0.4004 -1.787109,0 m 3.583984,-0.7422 0,6.2402 -1.796875,0 0,-1.6601 c -0.410164,0.664 -0.921231,1.1556 -1.533203,1.4746 -0.611986,0.3125 -1.360683,0.4687 -2.246094,0.4687 -1.119795,0 -2.011721,-0.3125 -2.675781,-0.9375 -0.657553,-0.6315 -0.986329,-1.4746 -0.986328,-2.5293 -10e-7,-1.2304 0.410155,-2.1582 1.230469,-2.7832 0.826819,-0.625 2.057287,-0.9375 3.691406,-0.9375 l 2.519531,0 0,-0.1758 c -8e-6,-0.8268 -0.273446,-1.4648 -0.820312,-1.914 -0.540372,-0.4557 -1.30209,-0.6836 -2.285157,-0.6836 -0.625004,0 -1.233728,0.075 -1.826171,0.2246 -0.592451,0.1498 -1.162112,0.3744 -1.708985,0.6738 l 0,-1.6601 c 0.65755,-0.2539 1.29557,-0.4427 1.914063,-0.5664 0.618485,-0.1302 1.220698,-0.1953 1.80664,-0.1953 1.582024,0 2.763664,0.4101 3.544922,1.2304 0.78124,0.8203 1.171865,2.0638 1.171875,3.7305"
style=""
id="path23680" />
<path
d="m 93.035156,1033.0067 1.796875,0 0,15.1953 -1.796875,0 0,-15.1953"
style=""
id="path23682" />
<path
d="m 104.80273,1033.6219 1.98243,0 0,8.8575 c -1e-5,1.5625 0.2832,2.6888 0.84961,3.3789 0.5664,0.6836 1.48436,1.0254 2.7539,1.0254 1.26301,0 2.17773,-0.3418 2.74414,-1.0254 0.5664,-0.6901 0.8496,-1.8164 0.84961,-3.3789 l 0,-8.8575 1.98242,0 0,9.1016 c -10e-6,1.9011 -0.47201,3.3366 -1.41601,4.3067 -0.93751,0.97 -2.32423,1.455 -4.16016,1.455 -1.84245,0 -3.23568,-0.485 -4.17969,-1.455 -0.9375,-0.9701 -1.40625,-2.4056 -1.40625,-4.3067 l 0,-9.1016"
style=""
id="path23684" />
<path
d="m 119.67578,1033.6219 1.97266,0 0,14.5801 -1.97266,0 0,-14.5801"
style=""
id="path23686" />
</g>
<g
style="font-size:20px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
id="text23061">
<path
d="m 267.8125,1038.6219 0,2.0801 c -0.66407,-0.6185 -1.37371,-1.0807 -2.12891,-1.3867 -0.7487,-0.306 -1.54623,-0.459 -2.39257,-0.459 -1.66668,0 -2.94272,0.5111 -3.82813,1.5332 -0.88542,1.0157 -1.32813,2.487 -1.32812,4.4141 -10e-6,1.9206 0.4427,3.3919 1.32812,4.4141 0.88541,1.0156 2.16145,1.5234 3.82813,1.5234 0.84634,0 1.64387,-0.153 2.39257,-0.459 0.7552,-0.306 1.46484,-0.7682 2.12891,-1.3867 l 0,2.0605 c -0.69012,0.4688 -1.42254,0.8203 -2.19727,1.0547 -0.76823,0.2344 -1.58204,0.3516 -2.4414,0.3516 -2.20704,0 -3.94532,-0.6738 -5.21485,-2.0215 -1.26953,-1.3542 -1.90429,-3.1999 -1.90429,-5.5371 0,-2.3438 0.63476,-4.1895 1.90429,-5.5371 1.26953,-1.3542 3.00781,-2.0313 5.21485,-2.0313 0.87238,0 1.6927,0.1172 2.46094,0.3516 0.77472,0.2279 1.50063,0.5729 2.17773,1.0351"
style=""
id="path23651" />
<path
d="m 270.87891,1037.4989 1.97265,0 0,12.9199 7.09961,0 0,1.6602 -9.07226,0 0,-14.5801"
style=""
id="path23653" />
<path
d="m 282.01172,1037.4989 1.97265,0 0,14.5801 -1.97265,0 0,-14.5801"
style=""
id="path23655" />
<path
d="m 297.17773,1044.2372 c -0.59245,0.5273 -1.02865,1.0547 -1.30859,1.582 -0.27344,0.5209 -0.41016,1.0677 -0.41016,1.6406 0,0.9506 0.34505,1.7416 1.03516,2.3731 0.6901,0.6315 1.55598,0.9473 2.59766,0.9473 0.61848,0 1.19791,-0.101 1.73828,-0.3028 0.54035,-0.2083 1.04817,-0.5208 1.52344,-0.9375 l -5.17579,-5.3027 m 1.37696,-1.0938 4.96093,5.0782 c 0.38411,-0.5795 0.68359,-1.198 0.89844,-1.8555 0.21483,-0.6641 0.34179,-1.3672 0.38086,-2.1094 l 1.81641,0 c -0.0781,0.8594 -0.28647,1.709 -0.625,2.5488 -0.33856,0.8399 -0.81056,1.67 -1.41602,2.4903 l 2.72461,2.7832 -2.46094,0 -1.39648,-1.4356 c -0.67709,0.5795 -1.38673,1.0124 -2.12891,1.2989 -0.74219,0.2799 -1.53972,0.4199 -2.39257,0.4199 -1.56902,0 -2.85157,-0.446 -3.84766,-1.3379 -0.9961,-0.8984 -1.49414,-2.0475 -1.49414,-3.4473 0,-0.8333 0.2181,-1.6146 0.6543,-2.3437 0.43619,-0.7357 1.09049,-1.4258 1.96289,-2.0703 -0.31251,-0.4102 -0.55014,-0.8171 -0.71289,-1.2207 -0.16277,-0.4102 -0.24415,-0.8106 -0.24415,-1.2012 0,-1.0547 0.36133,-1.901 1.08399,-2.5391 0.72265,-0.6445 1.68294,-0.9668 2.88086,-0.9668 0.54036,0 1.07746,0.059 1.61133,0.1758 0.54035,0.1172 1.08723,0.293 1.64062,0.5274 l 0,1.7773 c -0.56641,-0.306 -1.10678,-0.5371 -1.62109,-0.6934 -0.51433,-0.1627 -0.99285,-0.2441 -1.43555,-0.2441 -0.6836,0 -1.24024,0.1823 -1.66992,0.5469 -0.42318,0.3581 -0.63477,0.8236 -0.63477,1.3965 0,0.332 0.0944,0.6673 0.28321,1.0058 0.1953,0.3321 0.58918,0.8041 1.18164,1.416"
style=""
id="path23657" />
<path
d="m 321.10352,1039.4423 -2.67579,7.2558 5.36133,0 -2.68554,-7.2558 m -1.11329,-1.9434 2.23633,0 5.55664,14.5801 -2.05078,0 -1.32812,-3.7403 -6.57227,0 -1.32812,3.7403 -2.08008,0 5.5664,-14.5801"
style=""
id="path23659" />
<path
d="m 331.875,1039.12 0,5.4785 2.48047,0 c 0.91796,0 1.62759,-0.2376 2.1289,-0.7129 0.5013,-0.4752 0.75195,-1.1523 0.75196,-2.0312 -1e-5,-0.8724 -0.25066,-1.5462 -0.75196,-2.0215 -0.50131,-0.4753 -1.21094,-0.7129 -2.1289,-0.7129 l -2.48047,0 m -1.97266,-1.6211 4.45313,0 c 1.63411,0 2.86783,0.3711 3.70117,1.1133 0.83983,0.7357 1.25975,1.8164 1.25977,3.2422 -2e-5,1.4388 -0.41994,2.526 -1.25977,3.2617 -0.83334,0.7357 -2.06706,1.1035 -3.70117,1.1035 l -2.48047,0 0,5.8594 -1.97266,0 0,-14.5801"
style=""
id="path23661" />
<path
d="m 341.97266,1037.4989 1.97265,0 0,14.5801 -1.97265,0 0,-14.5801"
style=""
id="path23663" />
</g>
<g
style="font-size:20px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
id="text23071"
transform="translate(-2,0)">
<g
style="fill:#000000;font-family:Sans"
id="text6401">
<path
d="m 474.60937,1033.6219 12.33399,0 0,1.6602 -5.17578,0 0,12.9199 -1.98242,0 0,-12.9199 -5.17579,0 0,-1.6602"
style=""
id="path6406" />
<path
d="m 492.22656,1038.9442 c -0.20183,-0.1172 -0.42318,-0.2018 -0.66406,-0.2539 -0.23438,-0.059 -0.4948,-0.088 -0.78125,-0.088 -1.01563,0 -1.79688,0.3321 -2.34375,0.9961 -0.54037,0.6576 -0.81055,1.6048 -0.81055,2.8418 l 0,5.7617 -1.80664,0 0,-10.9375 1.80664,0 0,1.6992 c 0.3776,-0.664 0.86914,-1.1555 1.47461,-1.4746 0.60547,-0.3255 1.34114,-0.4882 2.20703,-0.4882 0.12369,0 0.26041,0.01 0.41016,0.029 0.14973,0.013 0.31575,0.036 0.49805,0.068 l 0.01,1.8457"
style=""
id="path6408" />
<path
d="m 493.94531,1043.8856 0,-6.6211 1.79688,0 0,6.5528 c -10e-6,1.0351 0.20182,1.8131 0.60547,2.3339 0.40364,0.5144 1.00911,0.7715 1.8164,0.7715 0.97005,0 1.73502,-0.3092 2.29492,-0.9277 0.5664,-0.6185 0.8496,-1.4616 0.84961,-2.5293 l 0,-6.2012 1.79688,0 0,10.9375 -1.79688,0 0,-1.6797 c -0.4362,0.6641 -0.94401,1.1589 -1.52343,1.4844 -0.57293,0.319 -1.24024,0.4785 -2.00196,0.4785 -1.25651,0 -2.21029,-0.3906 -2.86133,-1.1718 -0.65104,-0.7813 -0.97656,-1.9239 -0.97656,-3.4278 m 4.52149,-6.8847 0,0"
style=""
id="path6410" />
<path
d="m 513.79883,1037.5868 0,1.6992 c -0.50782,-0.2604 -1.03517,-0.4557 -1.58203,-0.5859 -0.54688,-0.1302 -1.11329,-0.1953 -1.69922,-0.1953 -0.89193,0 -1.56251,0.1367 -2.01172,0.4101 -0.44271,0.2735 -0.66407,0.6836 -0.66406,1.2305 -10e-6,0.4167 0.1595,0.7454 0.47851,0.9863 0.31901,0.2344 0.96028,0.459 1.92383,0.6738 l 0.61523,0.1368 c 1.27604,0.2734 2.18099,0.6608 2.71485,1.1621 0.54035,0.4948 0.81054,1.1881 0.81055,2.08 -10e-6,1.0157 -0.40366,1.8197 -1.21094,2.4122 -0.80079,0.5924 -1.90431,0.8886 -3.31055,0.8886 -0.58594,0 -1.19792,-0.059 -1.83594,-0.1758 -0.63151,-0.1106 -1.29883,-0.2799 -2.00195,-0.5078 l 0,-1.8554 c 0.66406,0.345 1.31836,0.6054 1.96289,0.7812 0.64453,0.1693 1.28255,0.2539 1.91406,0.2539 0.84635,0 1.49739,-0.1432 1.95313,-0.4297 0.45572,-0.2929 0.68358,-0.7031 0.68359,-1.2304 -10e-6,-0.4883 -0.16602,-0.8627 -0.49804,-1.1231 -0.32553,-0.2604 -1.04493,-0.511 -2.15821,-0.7519 l -0.625,-0.1465 c -1.11328,-0.2344 -1.91732,-0.5925 -2.41211,-1.0742 -0.49479,-0.4883 -0.74219,-1.1556 -0.74218,-2.002 -10e-6,-1.0286 0.36458,-1.8229 1.09375,-2.3828 0.72916,-0.5599 1.76431,-0.8398 3.10546,-0.8398 0.66406,0 1.28906,0.049 1.875,0.1464 0.58593,0.098 1.1263,0.2442 1.6211,0.4395"
style=""
id="path6412" />
<path
d="m 519.0332,1034.1591 0,3.1054 3.70117,0 0,1.3965 -3.70117,0 0,5.9375 c 0,0.8919 0.12044,1.4649 0.36133,1.7188 0.24739,0.2539 0.74544,0.3808 1.49414,0.3808 l 1.8457,0 0,1.5039 -1.8457,0 c -1.38672,0 -2.34375,-0.2571 -2.87109,-0.7715 -0.52735,-0.5208 -0.79102,-1.4648 -0.79102,-2.832 l 0,-5.9375 -1.31836,0 0,-1.3965 1.31836,0 0,-3.1054 1.80664,0"
style=""
id="path6414" />
<path
d="m 534.46289,1042.2841 0,0.8789 -8.26172,0 c 0.0781,1.2369 0.44922,2.181 1.11328,2.832 0.67057,0.6445 1.60156,0.9668 2.79297,0.9668 0.6901,0 1.35742,-0.085 2.00195,-0.2539 0.65104,-0.1693 1.29557,-0.4232 1.9336,-0.7617 l 0,1.6992 c -0.64454,0.2734 -1.30535,0.4818 -1.98242,0.625 -0.67709,0.1432 -1.36394,0.2148 -2.06055,0.2148 -1.7448,0 -3.12826,-0.5078 -4.15039,-1.5234 -1.01563,-1.0156 -1.52344,-2.3893 -1.52344,-4.1211 0,-1.7904 0.48177,-3.2096 1.44531,-4.2578 0.97005,-1.0547 2.27539,-1.582 3.91602,-1.582 1.47135,0 2.63345,0.4752 3.48633,1.4257 0.85936,0.9441 1.28905,2.2299 1.28906,3.8575 m -1.79687,-0.5274 c -0.013,-0.9831 -0.28973,-1.7676 -0.83008,-2.3535 -0.53386,-0.5859 -1.2435,-0.8789 -2.12891,-0.8789 -1.00261,0 -1.80664,0.2832 -2.41211,0.8496 -0.59896,0.5664 -0.94401,1.3639 -1.03515,2.3926 l 6.40625,-0.01"
style=""
id="path6416" />
<path
d="m 544.57031,1038.9247 0,-5.918 1.79688,0 0,15.1953 -1.79688,0 0,-1.6406 c -0.37761,0.651 -0.85613,1.1361 -1.43554,1.4551 -0.57293,0.3125 -1.26303,0.4687 -2.07032,0.4687 -1.32162,0 -2.39909,-0.5273 -3.23242,-1.582 -0.82682,-1.0547 -1.24023,-2.4414 -1.24023,-4.1602 0,-1.7187 0.41341,-3.1054 1.24023,-4.1601 0.83333,-1.0547 1.9108,-1.582 3.23242,-1.582 0.80729,0 1.49739,0.1595 2.07032,0.4785 0.57941,0.3125 1.05793,0.7943 1.43554,1.4453 m -6.12304,3.8183 c -10e-6,1.3217 0.27017,2.3601 0.81054,3.1153 0.54687,0.7487 1.29557,1.123 2.2461,1.123 0.95051,0 1.69921,-0.3743 2.24609,-1.123 0.54687,-0.7552 0.8203,-1.7936 0.82031,-3.1153 -10e-6,-1.3216 -0.27344,-2.3567 -0.82031,-3.1054 -0.54688,-0.7552 -1.29558,-1.1328 -2.24609,-1.1328 -0.95053,0 -1.69923,0.3776 -2.2461,1.1328 -0.54037,0.7487 -0.81055,1.7838 -0.81054,3.1054"
style=""
id="path6418" />
<path
d="m 558.17383,1046.5614 0,5.8008 -1.80664,0 0,-15.0977 1.80664,0 0,1.6602 c 0.3776,-0.651 0.85286,-1.1328 1.42578,-1.4453 0.57942,-0.319 1.26952,-0.4785 2.07031,-0.4785 1.32812,0 2.40559,0.5273 3.23242,1.582 0.83333,1.0547 1.24999,2.4414 1.25,4.1601 -10e-6,1.7188 -0.41667,3.1055 -1.25,4.1602 -0.82683,1.0547 -1.9043,1.582 -3.23242,1.582 -0.80079,0 -1.49089,-0.1562 -2.07031,-0.4687 -0.57292,-0.319 -1.04818,-0.8041 -1.42578,-1.4551 m 6.11328,-3.8184 c -10e-6,-1.3216 -0.27345,-2.3567 -0.82031,-3.1054 -0.54038,-0.7552 -1.28582,-1.1328 -2.23633,-1.1328 -0.95053,0 -1.69922,0.3776 -2.2461,1.1328 -0.54036,0.7487 -0.81055,1.7838 -0.81054,3.1054 -10e-6,1.3217 0.27018,2.3601 0.81054,3.1153 0.54688,0.7487 1.29557,1.123 2.2461,1.123 0.95051,0 1.69595,-0.3743 2.23633,-1.123 0.54686,-0.7552 0.8203,-1.7936 0.82031,-3.1153"
style=""
id="path6420" />
<path
d="m 578.48633,1042.2841 0,0.8789 -8.26172,0 c 0.0781,1.2369 0.44921,2.181 1.11328,2.832 0.67057,0.6445 1.60156,0.9668 2.79297,0.9668 0.6901,0 1.35741,-0.085 2.00195,-0.2539 0.65103,-0.1693 1.29557,-0.4232 1.9336,-0.7617 l 0,1.6992 c -0.64455,0.2734 -1.30535,0.4818 -1.98243,0.625 -0.67709,0.1432 -1.36394,0.2148 -2.06054,0.2148 -1.7448,0 -3.12826,-0.5078 -4.15039,-1.5234 -1.01563,-1.0156 -1.52344,-2.3893 -1.52344,-4.1211 0,-1.7904 0.48177,-3.2096 1.44531,-4.2578 0.97005,-1.0547 2.27539,-1.582 3.91602,-1.582 1.47134,0 2.63345,0.4752 3.48633,1.4257 0.85936,0.9441 1.28905,2.2299 1.28906,3.8575 m -1.79688,-0.5274 c -0.013,-0.9831 -0.28972,-1.7676 -0.83008,-2.3535 -0.53386,-0.5859 -1.24349,-0.8789 -2.1289,-0.8789 -1.00261,0 -1.80665,0.2832 -2.41211,0.8496 -0.59896,0.5664 -0.94401,1.3639 -1.03516,2.3926 l 6.40625,-0.01"
style=""
id="path6422" />
<path
d="m 590.75195,1042.2841 0,0.8789 -8.26172,0 c 0.0781,1.2369 0.44922,2.181 1.11329,2.832 0.67056,0.6445 1.60155,0.9668 2.79296,0.9668 0.6901,0 1.35742,-0.085 2.00196,-0.2539 0.65103,-0.1693 1.29556,-0.4232 1.93359,-0.7617 l 0,1.6992 c -0.64454,0.2734 -1.30535,0.4818 -1.98242,0.625 -0.67709,0.1432 -1.36394,0.2148 -2.06055,0.2148 -1.74479,0 -3.12826,-0.5078 -4.15039,-1.5234 -1.01562,-1.0156 -1.52344,-2.3893 -1.52344,-4.1211 0,-1.7904 0.48177,-3.2096 1.44532,-4.2578 0.97005,-1.0547 2.27538,-1.582 3.91601,-1.582 1.47135,0 2.63346,0.4752 3.48633,1.4257 0.85936,0.9441 1.28905,2.2299 1.28906,3.8575 m -1.79687,-0.5274 c -0.013,-0.9831 -0.28972,-1.7676 -0.83008,-2.3535 -0.53386,-0.5859 -1.2435,-0.8789 -2.12891,-0.8789 -1.00261,0 -1.80664,0.2832 -2.41211,0.8496 -0.59896,0.5664 -0.94401,1.3639 -1.03515,2.3926 l 6.40625,-0.01"
style=""
id="path6424" />
<path
d="m 600,1038.9442 c -0.20183,-0.1172 -0.42318,-0.2018 -0.66406,-0.2539 -0.23438,-0.059 -0.4948,-0.088 -0.78125,-0.088 -1.01563,0 -1.79688,0.3321 -2.34375,0.9961 -0.54037,0.6576 -0.81055,1.6048 -0.81055,2.8418 l 0,5.7617 -1.80664,0 0,-10.9375 1.80664,0 0,1.6992 c 0.3776,-0.664 0.86914,-1.1555 1.47461,-1.4746 0.60546,-0.3255 1.34114,-0.4882 2.20703,-0.4882 0.12369,0 0.26041,0.01 0.41016,0.029 0.14973,0.013 0.31574,0.036 0.49804,0.068 l 0.01,1.8457"
style=""
id="path6426" />
</g>
</g>
<path
style="fill:#800000;fill-opacity:0.74509804;fill-rule:nonzero;stroke:none"
d="m 245.58775,1022.0562 c 0.32155,-2.2482 1.37992,-2.9292 5.69047,-3.6615 2.91249,-0.4947 6.19652,-1.8448 7.29783,-3.0001 1.69957,-1.7828 20.76371,-49.54495 32.03904,-80.26872 4.34568,-11.8414 4.14134,-11.57321 8.81759,-11.57321 l 3.98153,0 10.81414,25.51153 c 5.94778,14.03128 13.44824,32.08357 16.6677,40.11621 11.17022,27.86979 10.51024,26.83789 18.49496,28.92019 3.27226,0.8534 4.86359,1.9663 5.09866,3.5659 0.33016,2.2466 -0.52497,2.3253 -25.28606,2.3253 -21.26682,0 -25.57251,-0.2817 -25.30293,-1.6555 0.40474,-2.0625 2.5621,-3.1793 8.63265,-4.4689 3.17549,-0.6745 4.88032,-1.7324 5.16092,-3.2021 0.23046,-1.2072 -1.63595,-7.4793 -4.14758,-13.9379 l -4.5666,-11.74312 -15.59222,-0.0285 -15.59223,-0.0285 -4.47955,12.57312 c -5.17797,14.5333 -4.83814,15.767 4.63715,16.835 4.35902,0.4914 5.47134,1.0743 5.47134,2.8672 0,2.102 -1.00017,2.236 -15.15501,2.0322 -8.33526,-0.1201 -16.93742,0.1871 -19.11591,0.6825 -3.67177,0.8349 -3.93208,0.699 -3.56589,-1.8611 l 0,0 z m 59.23212,-41.91068 c 0,-2.00153 -10.16565,-26.82056 -11.55413,-28.20912 -0.54228,-0.54225 -3.32162,5.28559 -6.17633,12.95082 -2.8547,7.66511 -5.43923,14.60527 -5.74341,15.42245 -0.41953,1.12706 2.34712,1.48579 11.46042,1.48579 9.456,0 12.01345,-0.35124 12.01345,-1.64994 z"
id="path23621"
inkscape:connector-curvature="0" />
<path
style="fill:#008000;fill-opacity:0.74509804;fill-rule:nonzero;stroke:none"
d="m 557.3692,1022.8357 c -0.82879,-0.8287 -1.50689,-3.3716 -1.50689,-5.6508 l 0,-4.1439 -7.44472,0 c -11.12048,0 -11.39133,-0.5097 -11.39133,-21.43718 l 0,-17.49066 -6.83435,0 -6.83435,0 -0.38614,5.33688 -0.38614,5.33689 -13.16757,0.36115 c -16.16849,0.4434 -16.34225,0.2902 -16.34225,-14.41423 0,-14.14487 1.28595,-15.45674 15.1514,-15.45674 12.85676,0 14.98629,1.07692 14.98629,7.57862 l 0,4.97875 6.90655,0 6.90656,0 0,-17.95704 c 0,-12.29229 0.47536,-18.43246 1.50688,-19.46393 0.8531,-0.85314 4.93923,-1.50688 9.41803,-1.50688 l 7.91114,0 0,-4.20044 c 0,-6.79253 2.88139,-8.35693 15.39196,-8.35693 14.29903,0 14.74573,0.47065 14.74573,15.53522 0,7.33916 -0.55257,12.14122 -1.50688,13.09558 -2.05247,2.05251 -25.07146,2.05251 -27.12392,0 -0.82879,-0.82878 -1.50689,-3.37165 -1.50689,-5.65081 0,-4.13552 -0.0127,-4.14393 -6.27868,-4.14393 l -6.27869,0 0,16.32458 0,16.32458 6.27869,0 6.27868,0 0,-4.20044 c 0,-6.79254 2.88139,-8.35693 15.39196,-8.35693 14.29903,0 14.74573,0.47065 14.74573,15.53522 0,7.33916 -0.55257,12.14122 -1.50688,13.09558 -2.05247,2.0525 -25.07146,2.0525 -27.12392,0 -0.82879,-0.82879 -1.50689,-3.37165 -1.50689,-5.65082 0,-4.13551 -0.0127,-4.14393 -6.27868,-4.14393 l -6.27869,0 0,16.32458 0,16.32456 6.27869,0 6.27868,0 0,-4.2004 c 0,-6.7925 2.88139,-8.3569 15.39196,-8.3569 14.29903,0 14.74573,0.4706 14.74573,15.5352 0,7.3391 -0.55257,12.1412 -1.50688,13.0955 -2.05247,2.0525 -25.07146,2.0525 -27.12392,0 l 0,0 z"
id="path23623"
inkscape:connector-curvature="0" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

View file

@ -0,0 +1,736 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
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="600"
height="200"
id="svg2"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="slider-validation.svg">
<defs
id="defs4">
<linearGradient
id="linearGradient5582"
osb:paint="solid">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop5584" />
</linearGradient>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.70710678"
inkscape:cx="94.89843"
inkscape:cy="161.46053"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1438"
inkscape:window-height="862"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="0" />
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-852.36218)">
<g
id="g4044"
transform="matrix(0.76817103,0,0,0.76817103,0.64760773,274.91909)">
<g
transform="matrix(1.25,0,0,1.25,-10.156299,-193.02999)"
id="g3917">
<path
inkscape:connector-curvature="0"
id="rect3765"
d="m 11.827351,759.90387 47.059574,0 0,47.05957 -47.059574,0 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-opacity:1" />
<path
style="fill:none;stroke:#05ff00;stroke-width:4.05436373px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 22.348754,781.26141 7.20574,12.48066 20.811374,-20.81137"
id="path3773"
inkscape:connector-curvature="0" />
</g>
<g
id="text4062"
style="font-size:25px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans">
<path
inkscape:connector-curvature="0"
id="path5380"
d="m 78.995277,779.43829 0,6.84815 3.100586,0 c 1.147452,10e-6 2.034495,-0.29703 2.661133,-0.89112 0.626616,-0.59406 0.93993,-1.44041 0.939942,-2.53906 -1.2e-5,-1.09048 -0.313326,-1.93276 -0.939942,-2.52685 -0.626638,-0.59406 -1.513681,-0.8911 -2.661133,-0.89112 l -3.100586,0 m -2.46582,-2.02636 5.566406,0 c 2.042634,10e-6 3.584787,0.46388 4.626465,1.3916 1.049791,0.91961 1.574693,2.27052 1.574707,4.05273 -1.4e-5,1.79852 -0.524916,3.15756 -1.574707,4.07715 -1.041678,0.9196 -2.583831,1.3794 -4.626465,1.3794 l -3.100586,0 0,7.32421 -2.46582,0 0,-18.22509" />
<path
inkscape:connector-curvature="0"
id="path5382"
d="m 99.002602,784.06476 c -0.252289,-0.14647 -0.528981,-0.25227 -0.830079,-0.31738 -0.292977,-0.0732 -0.618498,-0.10986 -0.976562,-0.10987 -1.269538,10e-6 -2.2461,0.41505 -2.929688,1.24512 -0.67546,0.82195 -1.013188,2.00603 -1.013183,3.55225 l 0,7.20214 -2.258301,0 0,-13.67187 2.258301,0 0,2.12402 c 0.472,-0.83006 1.08642,-1.44448 1.843262,-1.84326 0.756828,-0.40689 1.676424,-0.61034 2.758789,-0.61035 0.154613,10e-6 0.325511,0.0122 0.512695,0.0366 0.187165,0.0163 0.394684,0.0448 0.622559,0.0854 l 0.01221,2.30713" />
<path
inkscape:connector-curvature="0"
id="path5384"
d="m 106.14371,783.53986 c -1.20443,10e-6 -2.15658,0.47201 -2.85644,1.41601 -0.69987,0.93588 -1.04981,2.22169 -1.04981,3.85742 0,1.63575 0.34587,2.92563 1.0376,3.86963 0.69987,0.93588 1.65608,1.40381 2.86865,1.40381 1.19629,0 2.14436,-0.472 2.84424,-1.41601 0.69986,-0.94401 1.0498,-2.22982 1.04981,-3.85743 -1e-5,-1.61945 -0.34995,-2.90119 -1.04981,-3.84521 -0.69988,-0.95214 -1.64795,-1.42821 -2.84424,-1.42822 m 0,-1.9043 c 1.95312,10e-6 3.48714,0.63478 4.60206,1.9043 1.11489,1.26954 1.67235,3.02735 1.67236,5.27343 -1e-5,2.23796 -0.55747,3.99577 -1.67236,5.27344 -1.11492,1.26953 -2.64894,1.9043 -4.60206,1.9043 -1.96126,0 -3.49935,-0.63477 -4.61425,-1.9043 -1.10678,-1.27767 -1.660161,-3.03548 -1.660159,-5.27344 -2e-6,-2.24608 0.553379,-4.00389 1.660159,-5.27343 1.1149,-1.26952 2.65299,-1.90429 4.61425,-1.9043" />
<path
inkscape:connector-curvature="0"
id="path5386"
d="m 121.42692,783.53986 c -1.20444,10e-6 -2.15658,0.47201 -2.85645,1.41601 -0.69987,0.93588 -1.04981,2.22169 -1.0498,3.85742 -10e-6,1.63575 0.34586,2.92563 1.0376,3.86963 0.69986,0.93588 1.65608,1.40381 2.86865,1.40381 1.19628,0 2.14436,-0.472 2.84424,-1.41601 0.69985,-0.94401 1.04979,-2.22982 1.0498,-3.85743 -1e-5,-1.61945 -0.34995,-2.90119 -1.0498,-3.84521 -0.69988,-0.95214 -1.64796,-1.42821 -2.84424,-1.42822 m 0,-1.9043 c 1.95311,10e-6 3.48713,0.63478 4.60205,1.9043 1.11489,1.26954 1.67235,3.02735 1.67236,5.27343 -1e-5,2.23796 -0.55747,3.99577 -1.67236,5.27344 -1.11492,1.26953 -2.64894,1.9043 -4.60205,1.9043 -1.96127,0 -3.49936,-0.63477 -4.61426,-1.9043 -1.10677,-1.27767 -1.66016,-3.03548 -1.66016,-5.27344 0,-2.24608 0.55339,-4.00389 1.66016,-5.27343 1.1149,-1.26952 2.65299,-1.90429 4.61426,-1.9043" />
<path
inkscape:connector-curvature="0"
id="path5388"
d="m 138.33366,776.64288 0,1.86768 -2.14844,0 c -0.80567,2e-5 -1.36719,0.16278 -1.68457,0.48828 -0.30925,0.32554 -0.46387,0.91147 -0.46387,1.75781 l 0,1.2085 3.69873,0 0,1.7456 -3.69873,0 0,11.92627 -2.2583,0 0,-11.92627 -2.14844,0 0,-1.7456 2.14844,0 0,-0.95215 c 0,-1.52179 0.354,-2.62856 1.06201,-3.32031 0.70801,-0.69985 1.83105,-1.04979 3.36914,-1.04981 l 2.12403,0" />
<path
inkscape:connector-curvature="0"
id="path5390"
d="m 153.507,783.53986 c -1.20444,10e-6 -2.15658,0.47201 -2.85645,1.41601 -0.69987,0.93588 -1.04981,2.22169 -1.0498,3.85742 -1e-5,1.63575 0.34586,2.92563 1.03759,3.86963 0.69987,0.93588 1.65608,1.40381 2.86866,1.40381 1.19628,0 2.14435,-0.472 2.84423,-1.41601 0.69986,-0.94401 1.0498,-2.22982 1.04981,-3.85743 -1e-5,-1.61945 -0.34995,-2.90119 -1.04981,-3.84521 -0.69988,-0.95214 -1.64795,-1.42821 -2.84423,-1.42822 m 0,-1.9043 c 1.95311,10e-6 3.48713,0.63478 4.60205,1.9043 1.11489,1.26954 1.67235,3.02735 1.67236,5.27343 -1e-5,2.23796 -0.55747,3.99577 -1.67236,5.27344 -1.11492,1.26953 -2.64894,1.9043 -4.60205,1.9043 -1.96127,0 -3.49936,-0.63477 -4.61426,-1.9043 -1.10677,-1.27767 -1.66016,-3.03548 -1.66016,-5.27344 0,-2.24608 0.55339,-4.00389 1.66016,-5.27343 1.1149,-1.26952 2.65299,-1.90429 4.61426,-1.9043" />
<path
inkscape:connector-curvature="0"
id="path5392"
d="m 170.41373,776.64288 0,1.86768 -2.14843,0 c -0.80567,2e-5 -1.3672,0.16278 -1.68457,0.48828 -0.30925,0.32554 -0.46388,0.91147 -0.46387,1.75781 l 0,1.2085 3.69873,0 0,1.7456 -3.69873,0 0,11.92627 -2.2583,0 0,-11.92627 -2.14844,0 0,-1.7456 2.14844,0 0,-0.95215 c 0,-1.52179 0.354,-2.62856 1.06201,-3.32031 0.708,-0.69985 1.83105,-1.04979 3.36914,-1.04981 l 2.12402,0" />
<path
inkscape:connector-curvature="0"
id="path5394"
d="m 178.98307,781.96515 2.24609,0 2.80762,10.66894 2.79541,-10.66894 2.64893,0 2.80761,10.66894 2.79541,-10.66894 2.2461,0 -3.57666,13.67187 -2.64893,0 -2.94189,-11.20605 -2.9541,11.20605 -2.64893,0 -3.57666,-13.67187" />
<path
inkscape:connector-curvature="0"
id="path5396"
d="m 206.04606,783.53986 c -1.20443,10e-6 -2.15658,0.47201 -2.85645,1.41601 -0.69987,0.93588 -1.04981,2.22169 -1.0498,3.85742 -1e-5,1.63575 0.34586,2.92563 1.0376,3.86963 0.69986,0.93588 1.65608,1.40381 2.86865,1.40381 1.19628,0 2.14436,-0.472 2.84424,-1.41601 0.69986,-0.94401 1.04979,-2.22982 1.0498,-3.85743 -1e-5,-1.61945 -0.34994,-2.90119 -1.0498,-3.84521 -0.69988,-0.95214 -1.64796,-1.42821 -2.84424,-1.42822 m 0,-1.9043 c 1.95311,10e-6 3.48713,0.63478 4.60205,1.9043 1.11489,1.26954 1.67235,3.02735 1.67236,5.27343 -1e-5,2.23796 -0.55747,3.99577 -1.67236,5.27344 -1.11492,1.26953 -2.64894,1.9043 -4.60205,1.9043 -1.96127,0 -3.49935,-0.63477 -4.61426,-1.9043 -1.10677,-1.27767 -1.66016,-3.03548 -1.66016,-5.27344 0,-2.24608 0.55339,-4.00389 1.66016,-5.27343 1.11491,-1.26952 2.65299,-1.90429 4.61426,-1.9043" />
<path
inkscape:connector-curvature="0"
id="path5398"
d="m 223.95377,784.06476 c -0.25229,-0.14647 -0.52898,-0.25227 -0.83007,-0.31738 -0.29298,-0.0732 -0.6185,-0.10986 -0.97657,-0.10987 -1.26954,10e-6 -2.2461,0.41505 -2.92968,1.24512 -0.67547,0.82195 -1.01319,2.00603 -1.01319,3.55225 l 0,7.20214 -2.2583,0 0,-13.67187 2.2583,0 0,2.12402 c 0.472,-0.83006 1.08642,-1.44448 1.84326,-1.84326 0.75683,-0.40689 1.67643,-0.61034 2.75879,-0.61035 0.15462,10e-6 0.32551,0.0122 0.5127,0.0366 0.18716,0.0163 0.39468,0.0448 0.62256,0.0854 l 0.0122,2.30713" />
<path
inkscape:connector-curvature="0"
id="path5400"
d="m 226.2487,776.64288 2.2583,0 0,11.21827 6.70166,-5.896 2.86865,0 -7.25098,6.39648 7.55615,7.27539 -2.92968,0 -6.9458,-6.67724 0,6.67724 -2.2583,0 0,-18.99414" />
</g>
</g>
<g
id="g4056"
transform="matrix(0.76817103,0,0,0.76817103,1.4635528,260.27596)">
<g
id="g3917-2"
transform="matrix(1.25,0,0,1.25,-11.218491,-76.170125)">
<path
inkscape:connector-curvature="0"
id="rect3765-7"
d="m 11.827351,759.90387 47.059574,0 0,47.05957 -47.059574,0 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-opacity:1" />
<path
style="fill:none;stroke:#05ff00;stroke-width:4.05436373px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 22.348754,781.26141 7.20574,12.48066 20.811374,-20.81137"
id="path3773-1"
inkscape:connector-curvature="0" />
</g>
<g
id="text4066"
style="font-size:25px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans">
<path
inkscape:connector-curvature="0"
id="path5404"
d="m 75.217262,893.23016 3.674317,0 4.650879,12.40235 4.675293,-12.40235 3.674316,0 0,18.2251 -2.404785,0 0,-16.00342 -4.699707,12.5 -2.478028,0 -4.699707,-12.5 0,16.00342 -2.392578,0 0,-18.2251" />
<path
inkscape:connector-curvature="0"
id="path5406"
d="m 108.34715,904.0578 0,1.09863 -10.327153,0 c 0.09765,1.54623 0.561519,2.72624 1.391601,3.54004 0.838212,0.80567 2.001942,1.2085 3.491212,1.2085 0.86262,0 1.69677,-0.10579 2.50244,-0.31738 0.81379,-0.21159 1.61945,-0.52897 2.41699,-0.95215 l 0,2.12402 c -0.80567,0.3418 -1.63168,0.60221 -2.47802,0.78125 -0.84637,0.17904 -1.70493,0.26855 -2.57569,0.26856 -2.18099,-10e-6 -3.910322,-0.63477 -5.187986,-1.9043 -1.269534,-1.26953 -1.904299,-2.98665 -1.904297,-5.15137 -2e-6,-2.23795 0.602211,-4.01203 1.80664,-5.32226 1.212561,-1.31835 2.844233,-1.97753 4.895023,-1.97754 1.83918,10e-6 3.29181,0.59409 4.35791,1.78222 1.0742,1.18003 1.61131,2.78728 1.61133,4.82178 m -2.2461,-0.65918 c -0.0163,-1.22883 -0.36215,-2.20946 -1.0376,-2.94189 -0.66732,-0.73241 -1.55437,-1.09862 -2.66113,-1.09864 -1.25326,2e-5 -2.25831,0.35402 -3.015136,1.06201 -0.748702,0.70802 -1.180017,1.70493 -1.293945,2.99073 l 8.007811,-0.0122" />
<path
inkscape:connector-curvature="0"
id="path5408"
d="m 119.9072,899.883 c -0.25228,-0.14648 -0.52898,-0.25227 -0.83007,-0.31739 -0.29298,-0.0732 -0.6185,-0.10985 -0.97657,-0.10986 -1.26954,1e-5 -2.2461,0.41505 -2.92968,1.24512 -0.67547,0.82195 -1.01319,2.00603 -1.01319,3.55224 l 0,7.20215 -2.2583,0 0,-13.67187 2.2583,0 0,2.12402 c 0.472,-0.83007 1.08642,-1.44449 1.84326,-1.84326 0.75683,-0.40689 1.67643,-0.61034 2.75879,-0.61035 0.15462,10e-6 0.32551,0.0122 0.5127,0.0366 0.18716,0.0163 0.39468,0.0448 0.62256,0.0855 l 0.0122,2.30713" />
<path
inkscape:connector-curvature="0"
id="path5410"
d="m 122.20213,892.46112 2.2583,0 0,11.21826 6.70166,-5.89599 2.86865,0 -7.25098,6.39648 7.55615,7.27539 -2.92968,0 -6.9458,-6.67724 0,6.67724 -2.2583,0 0,-18.99414" />
<path
inkscape:connector-curvature="0"
id="path5412"
d="m 136.7407,892.46112 2.24609,0 0,18.99414 -2.24609,0 0,-18.99414" />
<path
inkscape:connector-curvature="0"
id="path5414"
d="m 155.36863,904.0578 0,1.09863 -10.32715,0 c 0.0976,1.54623 0.56152,2.72624 1.3916,3.54004 0.83821,0.80567 2.00195,1.2085 3.49121,1.2085 0.86262,0 1.69677,-0.10579 2.50244,-0.31738 0.8138,-0.21159 1.61946,-0.52897 2.417,-0.95215 l 0,2.12402 c -0.80568,0.3418 -1.63169,0.60221 -2.47803,0.78125 -0.84636,0.17904 -1.70492,0.26855 -2.57568,0.26856 -2.181,-10e-6 -3.91033,-0.63477 -5.18799,-1.9043 -1.26954,-1.26953 -1.9043,-2.98665 -1.9043,-5.15137 0,-2.23795 0.60221,-4.01203 1.80664,-5.32226 1.21256,-1.31835 2.84423,-1.97753 4.89502,-1.97754 1.83918,10e-6 3.29182,0.59409 4.35791,1.78222 1.07421,1.18003 1.61132,2.78728 1.61133,4.82178 m -2.24609,-0.65918 c -0.0163,-1.22883 -0.36216,-2.20946 -1.0376,-2.94189 -0.66733,-0.73241 -1.55437,-1.09862 -2.66113,-1.09864 -1.25327,2e-5 -2.25831,0.35402 -3.01514,1.06201 -0.7487,0.70802 -1.18002,1.70493 -1.29395,2.99073 l 8.00782,-0.0122" />
<path
inkscape:connector-curvature="0"
id="path5416"
d="m 174.88767,899.883 c -0.25229,-0.14648 -0.52898,-0.25227 -0.83008,-0.31739 -0.29297,-0.0732 -0.61849,-0.10985 -0.97656,-0.10986 -1.26954,1e-5 -2.2461,0.41505 -2.92969,1.24512 -0.67546,0.82195 -1.01318,2.00603 -1.01318,3.55224 l 0,7.20215 -2.2583,0 0,-13.67187 2.2583,0 0,2.12402 c 0.472,-0.83007 1.08642,-1.44449 1.84326,-1.84326 0.75683,-0.40689 1.67643,-0.61034 2.75879,-0.61035 0.15461,10e-6 0.32551,0.0122 0.5127,0.0366 0.18716,0.0163 0.39468,0.0448 0.62256,0.0855 l 0.0122,2.30713" />
<path
inkscape:connector-curvature="0"
id="path5418"
d="m 182.02879,899.35809 c -1.20444,2e-5 -2.15659,0.47202 -2.85645,1.41602 -0.69987,0.93588 -1.04981,2.22169 -1.0498,3.85742 -10e-6,1.63575 0.34586,2.92562 1.03759,3.86963 0.69987,0.93587 1.65608,1.40381 2.86866,1.40381 1.19628,0 2.14435,-0.472 2.84423,-1.41602 0.69986,-0.944 1.0498,-2.22981 1.04981,-3.85742 -1e-5,-1.61946 -0.34995,-2.90119 -1.04981,-3.84521 -0.69988,-0.95214 -1.64795,-1.42821 -2.84423,-1.42823 m 0,-1.90429 c 1.95311,10e-6 3.48713,0.63478 4.60205,1.90429 1.11489,1.26955 1.67235,3.02736 1.67236,5.27344 -1e-5,2.23796 -0.55747,3.99577 -1.67236,5.27344 -1.11492,1.26953 -2.64894,1.90429 -4.60205,1.9043 -1.96127,-10e-6 -3.49936,-0.63477 -4.61426,-1.9043 -1.10677,-1.27767 -1.66016,-3.03548 -1.66016,-5.27344 0,-2.24608 0.55339,-4.00389 1.66016,-5.27344 1.1149,-1.26951 2.65299,-1.90428 4.61426,-1.90429" />
<path
inkscape:connector-curvature="0"
id="path5420"
d="m 197.31199,899.35809 c -1.20443,2e-5 -2.15658,0.47202 -2.85645,1.41602 -0.69987,0.93588 -1.0498,2.22169 -1.0498,3.85742 0,1.63575 0.34586,2.92562 1.0376,3.86963 0.69986,0.93587 1.65608,1.40381 2.86865,1.40381 1.19628,0 2.14436,-0.472 2.84424,-1.41602 0.69986,-0.944 1.04979,-2.22981 1.0498,-3.85742 -1e-5,-1.61946 -0.34994,-2.90119 -1.0498,-3.84521 -0.69988,-0.95214 -1.64796,-1.42821 -2.84424,-1.42823 m 0,-1.90429 c 1.95311,10e-6 3.48713,0.63478 4.60205,1.90429 1.1149,1.26955 1.67235,3.02736 1.67236,5.27344 -1e-5,2.23796 -0.55746,3.99577 -1.67236,5.27344 -1.11492,1.26953 -2.64894,1.90429 -4.60205,1.9043 -1.96127,-10e-6 -3.49935,-0.63477 -4.61426,-1.9043 -1.10677,-1.27767 -1.66016,-3.03548 -1.66016,-5.27344 0,-2.24608 0.55339,-4.00389 1.66016,-5.27344 1.11491,-1.26951 2.65299,-1.90428 4.61426,-1.90429" />
<path
inkscape:connector-curvature="0"
id="path5422"
d="m 209.51902,893.90155 0,3.88184 4.62646,0 0,1.7456 -4.62646,0 0,7.42188 c 0,1.11491 0.15055,1.83105 0.45166,2.14843 0.30924,0.31739 0.9318,0.47608 1.86768,0.47608 l 2.30712,0 0,1.87988 -2.30712,0 c -1.73341,0 -2.9297,-0.32145 -3.58887,-0.96435 -0.65918,-0.65104 -0.98877,-1.83106 -0.98877,-3.54004 l 0,-7.42188 -1.64795,0 0,-1.7456 1.64795,0 0,-3.88184 2.2583,0" />
</g>
</g>
<g
id="g4104"
transform="matrix(0.76817103,0,0,0.76817103,273.89493,101.21858)">
<g
id="g3917-6"
transform="matrix(1.25,0,0,1.25,225.93681,33.092195)">
<path
inkscape:connector-curvature="0"
id="rect3765-1"
d="m 11.827351,759.90387 47.059574,0 0,47.05957 -47.059574,0 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-opacity:1" />
<path
style="fill:none;stroke:#05ff00;stroke-width:4.05436373px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 22.348754,781.26141 7.20574,12.48066 20.811374,-20.81137"
id="path3773-2"
inkscape:connector-curvature="0" />
</g>
<g
id="text4070"
style="font-size:25px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans">
<path
inkscape:connector-curvature="0"
id="path5426"
d="m 312.15979,1005.0129 0,14.1724 2.97852,0 c 2.51463,0 4.35382,-0.5697 5.51757,-1.709 1.17186,-1.1393 1.7578,-2.9378 1.75782,-5.3955 -2e-5,-2.4414 -0.58596,-4.2277 -1.75782,-5.3589 -1.16375,-1.1393 -3.00294,-1.7089 -5.51757,-1.709 l -2.97852,0 m -2.46582,-2.0263 5.06592,0 c 3.53189,0 6.12384,0.7365 7.77588,2.2094 1.652,1.4649 2.47801,3.7598 2.47802,6.8848 -10e-6,3.1413 -0.83009,5.4484 -2.49023,6.9214 -1.66017,1.473 -4.24806,2.2095 -7.76367,2.2095 l -5.06592,0 0,-18.2251" />
<path
inkscape:connector-curvature="0"
id="path5428"
d="m 328.83459,1007.5398 2.2461,0 0,13.6719 -2.2461,0 0,-13.6719 m 0,-5.3223 2.2461,0 0,2.8443 -2.2461,0 0,-2.8443" />
<path
inkscape:connector-curvature="0"
id="path5430"
d="m 342.68958,1002.2175 0,1.8677 -2.14844,0 c -0.80567,0 -1.3672,0.1628 -1.68457,0.4883 -0.30925,0.3255 -0.46387,0.9115 -0.46387,1.7578 l 0,1.2085 6.16455,0 0,-0.9522 c -1e-5,-1.5217 0.35399,-2.6285 1.06201,-3.3203 0.22785,-0.2278 0.50048,-0.4191 0.81787,-0.5737 0.63476,-0.3174 1.48518,-0.4761 2.55127,-0.4761 l 2.12403,0 0,1.8677 -2.14844,0 c -0.80568,0 -1.3672,0.1628 -1.68457,0.4883 -0.30926,0.3255 -0.46388,0.9115 -0.46387,1.7578 l 0,1.2085 8.42285,0 0,13.6719 -2.2583,0 0,-11.9263 -6.16455,0 0,11.9263 -2.2583,0 0,-11.9263 -6.16455,0 0,11.9263 -2.2583,0 0,-11.9263 -2.14844,0 0,-1.7456 2.14844,0 0,-0.9522 c 0,-1.5217 0.354,-2.6285 1.06201,-3.3203 0.708,-0.6998 1.83105,-1.0498 3.36914,-1.0498 l 2.12403,0 m 10.29052,0.024 2.2583,0 0,2.8443 -2.2583,0 0,-2.8443" />
<path
inkscape:connector-curvature="0"
id="path5432"
d="m 369.77698,1008.0647 0,2.0996 c -0.63478,-0.3499 -1.27361,-0.6103 -1.91651,-0.7812 -0.63477,-0.1791 -1.27767,-0.2686 -1.92871,-0.2686 -1.45671,0 -2.58789,0.4639 -3.39355,1.3916 -0.80567,0.9196 -1.2085,2.2136 -1.2085,3.8818 0,1.6683 0.40283,2.9664 1.2085,3.8941 0.80566,0.9196 1.93684,1.3794 3.39355,1.3794 0.65104,0 1.29394,-0.085 1.92871,-0.2564 0.6429,-0.179 1.28173,-0.4435 1.91651,-0.7934 l 0,2.0752 c -0.62664,0.2929 -1.27768,0.5127 -1.95313,0.6591 -0.66732,0.1465 -1.3794,0.2198 -2.13623,0.2198 -2.05892,0 -3.69466,-0.647 -4.90722,-1.9409 -1.21257,-1.294 -1.81885,-3.0396 -1.81885,-5.2369 0,-2.2298 0.61035,-3.9835 1.83105,-5.2612 1.22884,-1.2776 2.90934,-1.9165 5.04151,-1.9165 0.69172,0 1.36717,0.073 2.02636,0.2197 0.65917,0.1384 1.29801,0.35 1.91651,0.6348" />
<path
inkscape:connector-curvature="0"
id="path5434"
d="m 373.42688,1015.8162 0,-8.2764 2.24609,0 0,8.1909 c 0,1.294 0.25228,2.2665 0.75684,2.9175 0.50455,0.6429 1.26139,0.9644 2.27051,0.9643 1.21255,1e-4 2.16877,-0.3865 2.86865,-1.1596 0.708,-0.7731 1.062,-1.827 1.06201,-3.1616 l 0,-7.7515 2.2461,0 0,13.6719 -2.2461,0 0,-2.0996 c -0.54526,0.83 -1.18002,1.4485 -1.9043,1.8554 -0.71615,0.3988 -1.5503,0.5982 -2.50244,0.5982 -1.57064,0 -2.76286,-0.4883 -3.57666,-1.4649 -0.8138,-0.9765 -1.2207,-2.4048 -1.2207,-4.2846 m 5.65186,-8.606 0,0" />
<path
inkscape:connector-curvature="0"
id="path5436"
d="m 389.52795,1002.2175 2.2461,0 0,18.9942 -2.2461,0 0,-18.9942" />
<path
inkscape:connector-curvature="0"
id="path5438"
d="m 398.68323,1003.658 0,3.8818 4.62646,0 0,1.7456 -4.62646,0 0,7.4219 c -10e-6,1.1149 0.15055,1.831 0.45166,2.1484 0.30924,0.3174 0.9318,0.4761 1.86767,0.4761 l 2.30713,0 0,1.8799 -2.30713,0 c -1.7334,0 -2.92969,-0.3215 -3.58886,-0.9644 -0.65919,-0.651 -0.98878,-1.831 -0.98877,-3.54 l 0,-7.4219 -1.64795,0 0,-1.7456 1.64795,0 0,-3.8818 2.2583,0" />
<path
inkscape:connector-curvature="0"
id="path5440"
d="m 411.96448,1022.4812 c -0.63478,1.6276 -1.25326,2.6896 -1.85547,3.186 -0.60222,0.4965 -1.40788,0.7447 -2.41699,0.7447 l -1.79444,0 0,-1.8799 1.31836,0 c 0.61849,0 1.09863,-0.1465 1.44043,-0.4395 0.34179,-0.2929 0.72021,-0.9847 1.13526,-2.0752 l 0.40283,-1.0254 -5.52979,-13.4521 2.38037,0 4.27246,10.6934 4.27247,-10.6934 2.38037,0 -6.00586,14.9414" />
</g>
</g>
<g
id="g4270"
transform="matrix(0.6983373,0,0,0.6983373,170.13827,242.64531)">
<g
id="g3917-9"
transform="matrix(1.375,0,0,1.375,397.1072,-60.687254)">
<path
inkscape:connector-curvature="0"
id="rect3765-5"
d="m 11.827351,759.90387 47.059574,0 0,47.05957 -47.059574,0 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-opacity:1" />
<path
style="fill:none;stroke:#05ff00;stroke-width:4.05436373px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 22.348754,781.26141 7.20574,12.48066 20.811374,-20.81137"
id="path3773-8"
inkscape:connector-curvature="0" />
</g>
<g
id="text4074"
style="font-size:27.5px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans">
<path
inkscape:connector-curvature="0"
id="path5444"
d="m 492.51105,1009.2543 16.95923,0 0,2.2827 -7.1167,0 0,17.7649 -2.72583,0 0,-17.7649 -7.1167,0 0,-2.2827" />
<path
inkscape:connector-curvature="0"
id="path5446"
d="m 511.18903,1014.2628 2.4707,0 0,15.0391 -2.4707,0 0,-15.0391 m 0,-5.8545 2.4707,0 0,3.1287 -2.4707,0 0,-3.1287" />
<path
inkscape:connector-curvature="0"
id="path5448"
d="m 530.52496,1017.1498 c 0.61766,-1.11 1.35619,-1.9291 2.21558,-2.4573 0.85936,-0.5281 1.87091,-0.7922 3.03467,-0.7922 1.56655,0 2.77504,0.5505 3.62549,1.6516 0.85039,1.0921 1.27561,2.6497 1.27563,4.6728 l 0,9.0772 -2.48413,0 0,-8.9966 c -2e-5,-1.4412 -0.25515,-2.511 -0.76538,-3.2092 -0.51028,-0.6983 -1.28908,-1.0474 -2.33643,-1.0474 -1.28013,0 -2.29168,0.4252 -3.03466,1.2756 -0.74302,0.8505 -1.11452,2.0097 -1.11451,3.4778 l 0,8.4998 -2.48413,0 0,-8.9966 c -10e-6,-1.4502 -0.25514,-2.5199 -0.76538,-3.2092 -0.51026,-0.6983 -1.29802,-1.0474 -2.36328,-1.0474 -1.26221,0 -2.26482,0.4297 -3.00781,1.2891 -0.74301,0.8504 -1.11451,2.0052 -1.1145,3.4643 l 0,8.4998 -2.48414,0 0,-15.0391 2.48414,0 0,2.3364 c 0.56396,-0.922 1.23982,-1.6023 2.02758,-2.041 0.78776,-0.4386 1.72322,-0.6579 2.8064,-0.6579 1.09211,0 2.01862,0.2775 2.77954,0.8325 0.76984,0.555 1.33828,1.3607 1.70532,2.417" />
<path
inkscape:connector-curvature="0"
id="path5450"
d="m 558.4278,1021.1647 0,1.2085 -11.35987,0 c 0.10742,1.7008 0.61767,2.9988 1.53076,3.894 0.92204,0.8862 2.20214,1.3294 3.84034,1.3294 0.94888,0 1.86644,-0.1164 2.75268,-0.3492 0.89517,-0.2327 1.7814,-0.5818 2.65869,-1.0473 l 0,2.3364 c -0.88624,0.376 -1.79485,0.6624 -2.72583,0.8594 -0.931,0.1969 -1.87541,0.2954 -2.83325,0.2954 -2.39909,0 -4.30136,-0.6983 -5.70679,-2.0947 -1.39648,-1.3965 -2.09472,-3.2854 -2.09472,-5.6665 0,-2.4618 0.66243,-4.4133 1.9873,-5.8545 1.33382,-1.4502 3.12866,-2.1753 5.38452,-2.1753 2.0231,0 3.621,0.6535 4.7937,1.9604 1.18163,1.298 1.77245,3.066 1.77247,5.304 m -2.47071,-0.7251 c -0.0179,-1.3517 -0.39837,-2.4304 -1.14136,-3.2361 -0.73406,-0.8057 -1.7098,-1.2085 -2.92724,-1.2085 -1.37859,0 -2.48414,0.3894 -3.31665,1.1682 -0.82357,0.7788 -1.29802,1.8754 -1.42334,3.2898 l 8.80859,-0.013" />
</g>
</g>
<g
id="g4284"
transform="matrix(0.6983373,0,0,0.6983373,-66.150127,352.95397)">
<g
transform="matrix(1.375,0,0,1.375,397.1072,-212.18733)"
id="g3917-1">
<path
inkscape:connector-curvature="0"
id="rect3765-2"
d="m 11.827351,759.90387 47.059574,0 0,47.05957 -47.059574,0 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-opacity:1" />
<path
style="fill:none;stroke:#05ff00;stroke-width:4.05436373px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 22.348754,781.26141 7.20574,12.48066 20.811374,-20.81137"
id="path3773-11"
inkscape:connector-curvature="0" />
</g>
<g
id="text4078"
style="font-size:27.5px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans">
<path
inkscape:connector-curvature="0"
id="path5454"
d="m 505.4151,854.11902 0,2.64526 c -1.02947,-0.49233 -2.00075,-0.85936 -2.91382,-1.10107 -0.9131,-0.24168 -1.79485,-0.36253 -2.64526,-0.36255 -1.47706,2e-5 -2.61842,0.28648 -3.42407,0.85937 -0.79672,0.57294 -1.19508,1.38755 -1.19507,2.44385 -10e-6,0.88625 0.26407,1.55763 0.79223,2.01416 0.53711,0.44761 1.54866,0.81015 3.03467,1.08765 l 1.63819,0.33569 c 2.0231,0.38494 3.51357,1.06528 4.47143,2.04102 0.96678,0.9668 1.45018,2.26482 1.4502,3.89404 -2e-5,1.94255 -0.6535,3.41512 -1.96045,4.41773 -1.29803,1.0026 -3.20477,1.5039 -5.72022,1.5039 -0.9489,0 -1.96045,-0.10742 -3.03467,-0.32226 -1.06527,-0.21485 -2.17082,-0.53264 -3.31665,-0.95337 l 0,-2.79297 c 1.10107,0.61768 2.17977,1.08317 3.23609,1.39648 1.05631,0.31332 2.09472,0.46997 3.11523,0.46997 1.54866,0 2.74372,-0.30436 3.58521,-0.91308 0.84146,-0.60872 1.26219,-1.47705 1.2622,-2.60498 -1e-5,-0.9847 -0.30437,-1.75455 -0.91308,-2.30957 -0.59979,-0.55501 -1.58896,-0.97127 -2.96753,-1.24878 l -1.65161,-0.32227 c -2.02312,-0.40282 -3.48674,-1.03392 -4.39087,-1.89331 -0.90414,-0.85936 -1.3562,-2.05443 -1.3562,-3.5852 0,-1.77245 0.62215,-3.16893 1.86645,-4.18946 1.25325,-1.02049 2.97648,-1.53074 5.16968,-1.53076 0.93993,2e-5 1.89778,0.0851 2.87354,0.25513 0.97573,0.1701 1.97386,0.42523 2.99438,0.76538" />
<path
inkscape:connector-curvature="0"
id="path5456"
d="m 510.54449,867.57361 0,-9.10401 2.47071,0 0,9.01001 c -1e-5,1.42335 0.2775,2.49309 0.83252,3.20923 0.555,0.7072 1.38752,1.0608 2.49756,1.06079 1.33381,10e-6 2.38565,-0.42521 3.15551,-1.27563 0.7788,-0.85042 1.1682,-2.00968 1.16822,-3.47778 l 0,-8.52662 2.4707,0 0,15.03907 -2.4707,0 0,-2.30957 c -0.59979,0.91308 -1.29803,1.59342 -2.09473,2.04101 -0.78777,0.43864 -1.70533,0.65796 -2.75269,0.65796 -1.7277,0 -3.03914,-0.53711 -3.93432,-1.61133 -0.89519,-1.07421 -1.34278,-2.64526 -1.34278,-4.71313 m 6.21705,-9.46655 0,0" />
<path
inkscape:connector-curvature="0"
id="path5458"
d="m 539.05157,866.00256 c -10e-6,-1.81721 -0.37598,-3.24055 -1.12792,-4.27002 -0.74302,-1.03839 -1.768,-1.5576 -3.07496,-1.55761 -1.30697,10e-6 -2.33643,0.51922 -3.08838,1.55761 -0.743,1.02947 -1.1145,2.45281 -1.1145,4.27002 0,1.81723 0.3715,3.24504 1.1145,4.28345 0.75195,1.02946 1.78141,1.54419 3.08838,1.54419 1.30696,0 2.33194,-0.51473 3.07496,-1.54419 0.75194,-1.03841 1.12791,-2.46622 1.12792,-4.28345 m -8.40576,-5.25024 c 0.5192,-0.89517 1.17269,-1.5576 1.96045,-1.98731 0.79671,-0.43862 1.7456,-0.65794 2.84668,-0.65795 1.82616,10e-6 3.30769,0.72511 4.44458,2.17529 1.14582,1.45021 1.71874,3.35694 1.71875,5.72021 -10e-6,2.36329 -0.57293,4.27003 -1.71875,5.72022 -1.13689,1.45019 -2.61842,2.17529 -4.44458,2.17529 -1.10108,0 -2.04997,-0.21484 -2.84668,-0.64453 -0.78776,-0.43864 -1.44125,-1.10555 -1.96045,-2.00073 l 0,2.25586 -2.48413,0 0,-20.89356 2.48413,0 0,8.13721" />
<path
inkscape:connector-curvature="0"
id="path5460"
d="m 555.29913,858.91272 0,2.33643 c -0.69825,-0.35806 -1.42335,-0.62662 -2.17529,-0.80567 -0.75196,-0.17902 -1.53077,-0.26854 -2.33643,-0.26855 -1.2264,10e-6 -2.14844,0.188 -2.76611,0.56396 -0.60873,0.37599 -0.91309,0.93995 -0.91308,1.6919 -10e-6,0.57292 0.21931,1.02499 0.65795,1.3562 0.43864,0.32227 1.32039,0.63111 2.64527,0.92651 l 0.84595,0.18799 c 1.75454,0.37598 2.99884,0.90862 3.73291,1.5979 0.74298,0.68034 1.11448,1.63371 1.1145,2.86011 -2e-5,1.39648 -0.55503,2.50203 -1.66504,3.31665 -1.10109,0.81461 -2.61842,1.22192 -4.552,1.22192 -0.80567,0 -1.64714,-0.0806 -2.52442,-0.2417 -0.86833,-0.15218 -1.78589,-0.38493 -2.75268,-0.69824 l 0,-2.55127 c 0.91308,0.47445 1.81274,0.83252 2.69897,1.07422 0.88623,0.23275 1.7635,0.34912 2.63184,0.34912 1.16373,0 2.05891,-0.19694 2.68554,-0.59082 0.62662,-0.40283 0.93994,-0.96679 0.93995,-1.69189 -10e-6,-0.67139 -0.22829,-1.18612 -0.68482,-1.54419 -0.4476,-0.35807 -1.43677,-0.70272 -2.96753,-1.03394 l -0.85937,-0.20142 c -1.53077,-0.32225 -2.63632,-0.8146 -3.31665,-1.47705 -0.68034,-0.67137 -1.02051,-1.58894 -1.02051,-2.75268 0,-1.41438 0.5013,-2.5065 1.5039,-3.27637 1.0026,-0.76984 2.42594,-1.15477 4.27002,-1.15478 0.91308,10e-6 1.77246,0.0671 2.57813,0.20141 0.80565,0.13429 1.54865,0.33571 2.229,0.60425" />
<path
inkscape:connector-curvature="0"
id="path5462"
d="m 560.05255,858.4696 2.4707,0 0,15.03907 -2.4707,0 0,-15.03907 m 0,-5.85449 2.4707,0 0,3.12866 -2.4707,0 0,-3.12866" />
<path
inkscape:connector-curvature="0"
id="path5464"
d="m 577.57574,860.75232 0,-8.13721 2.47071,0 0,20.89356 -2.47071,0 0,-2.25586 c -0.51921,0.89518 -1.17717,1.56209 -1.97387,2.00073 -0.78777,0.42969 -1.73666,0.64453 -2.84668,0.64453 -1.81723,0 -3.29875,-0.7251 -4.44458,-2.17529 -1.13689,-1.45019 -1.70533,-3.35693 -1.70532,-5.72022 -10e-6,-2.36327 0.56843,-4.27 1.70532,-5.72021 1.14583,-1.45018 2.62735,-2.17528 4.44458,-2.17529 1.11002,10e-6 2.05891,0.21933 2.84668,0.65795 0.7967,0.42971 1.45466,1.09214 1.97387,1.98731 m -8.41918,5.25024 c -10e-6,1.81723 0.37149,3.24504 1.1145,4.28345 0.75194,1.02946 1.7814,1.54419 3.08838,1.54419 1.30695,0 2.33641,-0.51473 3.08837,-1.54419 0.75195,-1.03841 1.12792,-2.46622 1.12793,-4.28345 -10e-6,-1.81721 -0.37598,-3.24055 -1.12793,-4.27002 -0.75196,-1.03839 -1.78142,-1.5576 -3.08837,-1.55761 -1.30698,10e-6 -2.33644,0.51922 -3.08838,1.55761 -0.74301,1.02947 -1.11451,2.45281 -1.1145,4.27002" />
<path
inkscape:connector-curvature="0"
id="path5466"
d="m 591.39288,874.90515 c -0.69825,1.79036 -1.37858,2.95857 -2.04101,3.50464 -0.66244,0.54606 -1.54867,0.81909 -2.65869,0.81909 l -1.97388,0 0,-2.06787 1.45019,0 c 0.68034,0 1.2085,-0.16114 1.58448,-0.4834 0.37597,-0.32227 0.79223,-1.08317 1.24878,-2.28271 l 0.44311,-1.12793 -6.08276,-14.79737 2.61841,0 4.6997,11.7627 4.69971,-11.7627 2.61841,0 -6.60645,16.43555" />
</g>
</g>
<g
id="g4291"
transform="matrix(0.6983373,0,0,0.6983373,-66.150127,327.71646)">
<g
id="g3917-2-6"
transform="matrix(1.375,0,0,1.375,397.1072,-287.93739)">
<path
inkscape:connector-curvature="0"
id="rect3765-7-1"
d="m 11.827351,759.90387 47.059574,0 0,47.05957 -47.059574,0 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-opacity:1" />
<path
style="fill:none;stroke:#05ff00;stroke-width:4.05436373px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 22.348754,781.26141 7.20574,12.48066 20.811374,-20.81137"
id="path3773-1-3"
inkscape:connector-curvature="0" />
</g>
<g
id="text4082"
style="font-size:27.5px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans">
<path
inkscape:connector-curvature="0"
id="path5470"
d="m 492.51105,779.13959 11.52099,0 0,2.28271 -8.80859,0 0,5.90821 7.94922,0 0,2.28271 -7.94922,0 0,9.57397 -2.7124,0 0,-20.0476" />
<path
inkscape:connector-curvature="0"
id="path5472"
d="m 519.5545,791.04999 0,1.20849 -11.35986,0 c 0.10742,1.70086 0.61767,2.99887 1.53076,3.89405 0.92203,0.88623 2.20214,1.32934 3.84033,1.32934 0.94889,0 1.86645,-0.11637 2.75269,-0.34912 0.89517,-0.23274 1.7814,-0.58186 2.65869,-1.04736 l 0,2.33642 c -0.88624,0.37598 -1.79485,0.66244 -2.72583,0.85938 -0.931,0.19694 -1.87542,0.29541 -2.83325,0.29541 -2.3991,0 -4.30136,-0.69824 -5.70679,-2.09473 -1.39648,-1.39648 -2.09473,-3.28531 -2.09472,-5.6665 -10e-6,-2.46174 0.66243,-4.41324 1.9873,-5.85449 1.33382,-1.45018 3.12866,-2.17528 5.38452,-2.1753 2.0231,2e-5 3.621,0.6535 4.7937,1.96045 1.18163,1.29803 1.77245,3.06601 1.77246,5.30396 m -2.4707,-0.7251 c -0.0179,-1.35171 -0.39837,-2.43041 -1.14136,-3.23608 -0.73406,-0.80566 -1.7098,-1.20849 -2.92724,-1.2085 -1.37859,10e-6 -2.48414,0.38942 -3.31665,1.16821 -0.82358,0.77882 -1.29802,1.87542 -1.42334,3.2898 l 8.80859,-0.0134" />
<path
inkscape:connector-curvature="0"
id="path5474"
d="m 536.41974,791.04999 0,1.20849 -11.35986,0 c 0.10741,1.70086 0.61767,2.99887 1.53076,3.89405 0.92203,0.88623 2.20214,1.32934 3.84033,1.32934 0.94888,0 1.86644,-0.11637 2.75268,-0.34912 0.89517,-0.23274 1.7814,-0.58186 2.6587,-1.04736 l 0,2.33642 c -0.88625,0.37598 -1.79486,0.66244 -2.72583,0.85938 -0.931,0.19694 -1.87542,0.29541 -2.83326,0.29541 -2.39909,0 -4.30135,-0.69824 -5.70678,-2.09473 -1.39649,-1.39648 -2.09473,-3.28531 -2.09473,-5.6665 0,-2.46174 0.66243,-4.41324 1.98731,-5.85449 1.33381,-1.45018 3.12865,-2.17528 5.38452,-2.1753 2.0231,2e-5 3.621,0.6535 4.7937,1.96045 1.18162,1.29803 1.77244,3.06601 1.77246,5.30396 m -2.4707,-0.7251 c -0.0179,-1.35171 -0.39837,-2.43041 -1.14136,-3.23608 -0.73406,-0.80566 -1.70981,-1.20849 -2.92725,-1.2085 -1.37859,10e-6 -2.48414,0.38942 -3.31665,1.16821 -0.82357,0.77882 -1.29802,1.87542 -1.42334,3.2898 l 8.8086,-0.0134" />
<path
inkscape:connector-curvature="0"
id="path5476"
d="m 550.00861,784.59125 0,2.33642 c -0.69826,-0.35806 -1.42335,-0.62661 -2.1753,-0.80566 -0.75196,-0.17902 -1.53077,-0.26854 -2.33642,-0.26856 -1.22641,2e-5 -2.14845,0.18801 -2.76612,0.56397 -0.60872,0.37599 -0.91309,0.93995 -0.91308,1.69189 -10e-6,0.57293 0.21931,1.025 0.65796,1.35621 0.43863,0.32227 1.32038,0.63111 2.64526,0.92651 l 0.84595,0.18799 c 1.75455,0.37598 2.99885,0.90861 3.73291,1.5979 0.74299,0.68034 1.11449,1.63371 1.1145,2.8601 -10e-6,1.39649 -0.55503,2.50204 -1.66504,3.31666 -1.10108,0.81461 -2.61842,1.22192 -4.552,1.22192 -0.80567,0 -1.64714,-0.0806 -2.52442,-0.2417 -0.86833,-0.15218 -1.78589,-0.38493 -2.75268,-0.69824 l 0,-2.55127 c 0.91308,0.47445 1.81274,0.83252 2.69897,1.07422 0.88623,0.23275 1.76351,0.34912 2.63184,0.34912 1.16373,0 2.05891,-0.19694 2.68555,-0.59082 0.62661,-0.40283 0.93993,-0.9668 0.93994,-1.6919 -10e-6,-0.67138 -0.22828,-1.18611 -0.68482,-1.54419 -0.4476,-0.35806 -1.43677,-0.70271 -2.96753,-1.03393 l -0.85937,-0.20142 c -1.53077,-0.32226 -2.63632,-0.81461 -3.31665,-1.47705 -0.68034,-0.67138 -1.02051,-1.58894 -1.02051,-2.75268 0,-1.41438 0.5013,-2.5065 1.50391,-3.27637 1.0026,-0.76984 2.42594,-1.15477 4.27002,-1.15479 0.91307,2e-5 1.77245,0.0672 2.57812,0.20142 0.80566,0.13429 1.54866,0.33571 2.22901,0.60425" />
</g>
</g>
<g
id="g4277"
transform="matrix(0.6983373,0,0,0.6983373,-66.150127,370.95397)">
<g
id="g3917-6-5"
transform="matrix(1.375,0,0,1.375,397.1072,-136.4373)">
<path
inkscape:connector-curvature="0"
id="rect3765-1-5"
d="m 11.827351,759.90387 47.059574,0 0,47.05957 -47.059574,0 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-opacity:1" />
<path
style="fill:none;stroke:#05ff00;stroke-width:4.05436373px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 22.348754,781.26141 7.20574,12.48066 20.811374,-20.81137"
id="path3773-2-3"
inkscape:connector-curvature="0" />
</g>
<g
id="text4086"
style="font-size:27.5px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans">
<path
inkscape:connector-curvature="0"
id="path5480"
d="m 505.4151,930.68292 0,2.64527 c -1.02947,-0.49234 -2.00075,-0.85936 -2.91382,-1.10108 -0.9131,-0.24168 -1.79485,-0.36253 -2.64526,-0.36255 -1.47706,2e-5 -2.61842,0.28648 -3.42407,0.85938 -0.79672,0.57293 -1.19508,1.38755 -1.19507,2.44385 -10e-6,0.88624 0.26407,1.55763 0.79223,2.01416 0.53711,0.4476 1.54866,0.81015 3.03467,1.08764 l 1.63819,0.3357 c 2.0231,0.38494 3.51357,1.06527 4.47143,2.04101 0.96678,0.96681 1.45018,2.26482 1.4502,3.89404 -2e-5,1.94255 -0.6535,3.41513 -1.96045,4.41773 -1.29803,1.0026 -3.20477,1.5039 -5.72022,1.50391 -0.9489,-1e-5 -1.96045,-0.10743 -3.03467,-0.32227 -1.06527,-0.21484 -2.17082,-0.53263 -3.31665,-0.95337 l 0,-2.79297 c 1.10107,0.61768 2.17977,1.08317 3.23609,1.39649 1.05631,0.31331 2.09472,0.46997 3.11523,0.46997 1.54866,0 2.74372,-0.30436 3.58521,-0.91309 0.84146,-0.60872 1.26219,-1.47705 1.2622,-2.60498 -1e-5,-0.98469 -0.30437,-1.75455 -0.91308,-2.30957 -0.59979,-0.555 -1.58896,-0.97126 -2.96753,-1.24878 l -1.65161,-0.32226 c -2.02312,-0.40283 -3.48674,-1.03393 -4.39087,-1.89332 -0.90414,-0.85936 -1.3562,-2.05443 -1.3562,-3.5852 0,-1.77245 0.62215,-3.16893 1.86645,-4.18945 1.25325,-1.02049 2.97648,-1.53075 5.16968,-1.53077 0.93993,2e-5 1.89778,0.0851 2.87354,0.25513 0.97573,0.17011 1.97386,0.42523 2.99438,0.76538" />
<path
inkscape:connector-curvature="0"
id="path5482"
d="m 521.62238,935.6109 0,2.30957 c -0.69826,-0.38491 -1.40098,-0.67137 -2.10816,-0.85937 -0.69825,-0.19693 -1.40544,-0.2954 -2.12158,-0.29541 -1.60238,1e-5 -2.84669,0.51026 -3.73291,1.53076 -0.88624,1.01156 -1.32935,2.4349 -1.32935,4.27002 0,1.83513 0.44311,3.26294 1.32935,4.28344 0.88622,1.01156 2.13053,1.51734 3.73291,1.51734 0.71614,0 1.42333,-0.094 2.12158,-0.28198 0.70718,-0.19694 1.4099,-0.48788 2.10816,-0.87281 l 0,2.28272 c -0.68931,0.32226 -1.40545,0.56396 -2.14844,0.7251 -0.73406,0.16113 -1.51735,0.24169 -2.34986,0.2417 -2.26481,-1e-5 -4.06413,-0.71167 -5.39794,-2.13501 -1.33383,-1.42334 -2.00074,-3.34351 -2.00074,-5.7605 0,-2.45279 0.67139,-4.38191 2.01416,-5.78736 1.35172,-1.40542 3.20027,-2.10814 5.54566,-2.10815 0.76089,10e-6 1.50389,0.0806 2.229,0.2417 0.72509,0.15219 1.4278,0.38494 2.10816,0.69824" />
<path
inkscape:connector-curvature="0"
id="path5484"
d="m 534.60699,937.34308 c -0.27751,-0.16112 -0.58187,-0.27749 -0.91308,-0.34912 -0.32228,-0.0806 -0.68035,-0.12084 -1.07422,-0.12085 -1.39649,10e-6 -2.47071,0.45655 -3.22266,1.36963 -0.743,0.90414 -1.1145,2.20663 -1.1145,3.90747 l 0,7.92236 -2.48413,0 0,-15.03906 2.48413,0 0,2.33642 c 0.5192,-0.91307 1.19506,-1.58893 2.02759,-2.02758 0.83251,-0.44758 1.84407,-0.67138 3.03467,-0.67139 0.17007,10e-6 0.35806,0.0134 0.56396,0.0403 0.20588,0.0179 0.43415,0.0493 0.68482,0.094 l 0.0134,2.53784" />
<path
inkscape:connector-curvature="0"
id="path5486"
d="m 537.2254,935.03351 2.47071,0 0,15.03906 -2.47071,0 0,-15.03906 m 0,-5.85449 2.47071,0 0,3.12866 -2.47071,0 0,-3.12866" />
<path
inkscape:connector-curvature="0"
id="path5488"
d="m 547.24249,947.81671 0,7.97608 -2.48413,0 0,-20.75928 2.48413,0 0,2.28271 c 0.5192,-0.89517 1.17269,-1.5576 1.96045,-1.9873 0.79671,-0.43863 1.7456,-0.65795 2.84668,-0.65796 1.82616,10e-6 3.30769,0.72511 4.44458,2.17529 1.14582,1.45021 1.71874,3.35695 1.71875,5.72022 -10e-6,2.36328 -0.57293,4.27002 -1.71875,5.72021 -1.13689,1.4502 -2.61842,2.17529 -4.44458,2.1753 -1.10108,-1e-5 -2.04997,-0.21485 -2.84668,-0.64454 -0.78776,-0.43863 -1.44125,-1.10554 -1.96045,-2.00073 m 8.40576,-5.25024 c -10e-6,-1.81721 -0.37599,-3.24055 -1.12793,-4.27002 -0.74301,-1.0384 -1.76799,-1.55761 -3.07495,-1.55762 -1.30697,10e-6 -2.33643,0.51922 -3.08838,1.55762 -0.743,1.02947 -1.1145,2.45281 -1.1145,4.27002 0,1.81722 0.3715,3.24504 1.1145,4.28344 0.75195,1.02947 1.78141,1.5442 3.08838,1.54419 1.30696,10e-6 2.33194,-0.51472 3.07495,-1.54419 0.75194,-1.0384 1.12792,-2.46622 1.12793,-4.28344" />
<path
inkscape:connector-curvature="0"
id="path5490"
d="m 564.75226,930.76349 0,4.27002 5.08911,0 0,1.92016 -5.08911,0 0,8.16407 c -10e-6,1.2264 0.1656,2.01416 0.49682,2.36328 0.34017,0.34912 1.02498,0.52368 2.05445,0.52368 l 2.53784,0 0,2.06787 -2.53784,0 c -1.90675,0 -3.22266,-0.3536 -3.94776,-1.06079 -0.7251,-0.71614 -1.08765,-2.01416 -1.08764,-3.89404 l 0,-8.16407 -1.81275,0 0,-1.92016 1.81275,0 0,-4.27002 2.48413,0" />
<path
inkscape:connector-curvature="0"
id="path5492"
d="m 582.69171,935.47662 0,2.33643 c -0.69825,-0.35806 -1.42335,-0.62662 -2.17529,-0.80566 -0.75196,-0.17903 -1.53077,-0.26855 -2.33643,-0.26856 -1.2264,10e-6 -2.14844,0.188 -2.76611,0.56397 -0.60873,0.37598 -0.91309,0.93995 -0.91309,1.69189 0,0.57293 0.21932,1.02499 0.65796,1.3562 0.43864,0.32228 1.32039,0.63111 2.64527,0.92651 l 0.84594,0.18799 c 1.75455,0.37599 2.99885,0.90862 3.73291,1.5979 0.74299,0.68035 1.11449,1.63372 1.11451,2.86011 -2e-5,1.39649 -0.55503,2.50204 -1.66504,3.31665 -1.10109,0.81462 -2.61842,1.22192 -4.55201,1.22193 -0.80567,-1e-5 -1.64714,-0.0806 -2.52441,-0.2417 -0.86833,-0.15219 -1.78589,-0.38493 -2.75269,-0.69825 l 0,-2.55127 c 0.91309,0.47445 1.81275,0.83253 2.69898,1.07422 0.88622,0.23275 1.7635,0.34913 2.63184,0.34912 1.16372,10e-6 2.05891,-0.19693 2.68554,-0.59082 0.62662,-0.40283 0.93993,-0.96679 0.93994,-1.69189 -10e-6,-0.67138 -0.22828,-1.18611 -0.68481,-1.54419 -0.4476,-0.35807 -1.43678,-0.70271 -2.96753,-1.03394 l -0.85938,-0.20141 c -1.53076,-0.32226 -2.63631,-0.81461 -3.31665,-1.47705 -0.68034,-0.67138 -1.0205,-1.58894 -1.0205,-2.75269 0,-1.41437 0.5013,-2.5065 1.5039,-3.27637 1.0026,-0.76984 2.42594,-1.15477 4.27002,-1.15478 0.91308,10e-6 1.77245,0.0671 2.57813,0.20142 0.80565,0.13429 1.54865,0.3357 2.229,0.60424" />
</g>
</g>
<g
id="g3114"
transform="matrix(0.96021383,0,0,0.96021383,-287.74237,52.939428)">
<g
id="g3917-9-8"
transform="translate(292.21429,231.96422)">
<path
inkscape:connector-curvature="0"
id="rect3765-5-4"
d="m 11.827351,759.90387 47.059574,0 0,47.05957 -47.059574,0 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-opacity:1" />
<path
style="fill:none;stroke:#05ff00;stroke-width:4.05436373px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 22.348754,781.26141 7.20574,12.48066 20.811374,-20.81137"
id="path3773-8-6"
inkscape:connector-curvature="0" />
</g>
<g
id="text4090"
style="font-size:20px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans">
<path
inkscape:connector-curvature="0"
id="path5496"
d="m 371.41742,1003.9749 0,1.9238 c -0.74871,-0.358 -1.45509,-0.6249 -2.11914,-0.8007 -0.66407,-0.1758 -1.30535,-0.2637 -1.92383,-0.2637 -1.07422,0 -1.9043,0.2083 -2.49023,0.625 -0.57943,0.4167 -0.86915,1.0091 -0.86914,1.7773 -1e-5,0.6446 0.19205,1.1329 0.57617,1.4649 0.39062,0.3255 1.12629,0.5892 2.20703,0.791 l 1.19141,0.2441 c 1.47134,0.28 2.55532,0.7748 3.25195,1.4844 0.70311,0.7031 1.05467,1.6471 1.05469,2.832 -2e-5,1.4128 -0.47528,2.4838 -1.42579,3.2129 -0.94402,0.7292 -2.33073,1.0938 -4.16015,1.0938 -0.69011,0 -1.42579,-0.078 -2.20703,-0.2344 -0.77475,-0.1562 -1.57878,-0.3874 -2.41211,-0.6934 l 0,-2.0312 c 0.80078,0.4492 1.58528,0.7878 2.35351,1.0156 0.76823,0.2279 1.52344,0.3418 2.26563,0.3418 1.12629,0 1.99543,-0.2213 2.60742,-0.664 0.61197,-0.4428 0.91796,-1.0743 0.91797,-1.8946 -10e-6,-0.7161 -0.22136,-1.276 -0.66406,-1.6797 -0.43621,-0.4036 -1.15561,-0.7063 -2.15821,-0.9082 l -1.20117,-0.2343 c -1.47136,-0.293 -2.53581,-0.752 -3.19336,-1.377 -0.65755,-0.625 -0.98633,-1.4941 -0.98633,-2.6074 0,-1.2891 0.45248,-2.3047 1.35743,-3.0469 0.91145,-0.7422 2.1647,-1.1133 3.75976,-1.1133 0.68359,0 1.3802,0.062 2.08985,0.1856 0.70962,0.1237 1.43553,0.3092 2.17773,0.5566" />
<path
inkscape:connector-curvature="0"
id="path5498"
d="m 375.33344,1007.139 1.79687,0 0,10.9375 -1.79687,0 0,-10.9375 m 0,-4.2578 1.79687,0 0,2.2754 -1.79687,0 0,-2.2754" />
<path
inkscape:connector-curvature="0"
id="path5500"
d="m 388.07758,1012.4808 c -1e-5,-1.3021 -0.2702,-2.3112 -0.81055,-3.0274 -0.53386,-0.7161 -1.28582,-1.0742 -2.25586,-1.0742 -0.96355,0 -1.7155,0.3581 -2.25586,1.0742 -0.53386,0.7162 -0.80078,1.7253 -0.80078,3.0274 0,1.2956 0.26692,2.3014 0.80078,3.0176 0.54036,0.7161 1.29231,1.0742 2.25586,1.0742 0.97004,0 1.722,-0.3581 2.25586,-1.0742 0.54035,-0.7162 0.81054,-1.722 0.81055,-3.0176 m 1.79687,4.2383 c -1e-5,1.8619 -0.41342,3.2454 -1.24023,4.1503 -0.82684,0.9115 -2.09311,1.3672 -3.79883,1.3672 -0.63152,0 -1.22722,-0.049 -1.78711,-0.1465 -0.5599,-0.091 -1.10352,-0.2343 -1.63086,-0.4296 l 0,-1.7481 c 0.52734,0.2865 1.04817,0.4981 1.5625,0.6348 0.51432,0.1367 1.03841,0.2051 1.57227,0.2051 1.17837,0 2.06053,-0.3093 2.64648,-0.9278 0.58593,-0.612 0.8789,-1.5397 0.87891,-2.7832 l 0,-0.8887 c -0.37111,0.6446 -0.84637,1.1264 -1.42579,1.4454 -0.57943,0.319 -1.27279,0.4785 -2.08007,0.4785 -1.34115,0 -2.42188,-0.5111 -3.24219,-1.5332 -0.82032,-1.0222 -1.23047,-2.3763 -1.23047,-4.0625 0,-1.6927 0.41015,-3.0501 1.23047,-4.0723 0.82031,-1.0221 1.90104,-1.5332 3.24219,-1.5332 0.80728,0 1.50064,0.1595 2.08007,0.4785 0.57942,0.319 1.05468,0.8008 1.42579,1.4453 l 0,-1.6601 1.79687,0 0,9.5801" />
<path
inkscape:connector-curvature="0"
id="path5502"
d="m 402.66742,1011.4749 0,6.6016 -1.79688,0 0,-6.543 c 0,-1.0351 -0.20183,-1.8099 -0.60546,-2.3242 -0.40366,-0.5143 -1.00913,-0.7715 -1.81641,-0.7715 -0.97006,0 -1.73503,0.3093 -2.29492,0.9277 -0.5599,0.6185 -0.83985,1.4616 -0.83985,2.5293 l 0,6.1817 -1.80664,0 0,-10.9375 1.80664,0 0,1.6992 c 0.42969,-0.6575 0.93424,-1.1491 1.51368,-1.4746 0.58593,-0.3255 1.25975,-0.4883 2.02148,-0.4883 1.2565,0 2.20702,0.3906 2.85156,1.1719 0.64452,0.7747 0.96679,1.9173 0.9668,3.4277" />
<path
inkscape:connector-curvature="0"
id="path5504"
d="m 411.24164,1012.5784 c -1.45183,0 -2.45769,0.1661 -3.01758,0.4981 -0.5599,0.332 -0.83985,0.8984 -0.83984,1.6992 -1e-5,0.638 0.20833,1.1458 0.625,1.5234 0.42317,0.3711 0.99609,0.5567 1.71875,0.5567 0.99608,0 1.79361,-0.3516 2.39257,-1.0547 0.60546,-0.7096 0.9082,-1.6504 0.90821,-2.8223 l 0,-0.4004 -1.78711,0 m 3.58398,-0.7422 0,6.2403 -1.79687,0 0,-1.6602 c -0.41017,0.6641 -0.92123,1.1556 -1.53321,1.4746 -0.61198,0.3125 -1.36068,0.4688 -2.24609,0.4688 -1.11979,0 -2.01172,-0.3125 -2.67578,-0.9375 -0.65755,-0.6315 -0.98633,-1.4746 -0.98633,-2.5293 0,-1.2305 0.41016,-2.1582 1.23047,-2.7832 0.82682,-0.625 2.05729,-0.9375 3.69141,-0.9375 l 2.51953,0 0,-0.1758 c -10e-6,-0.8268 -0.27345,-1.4648 -0.82031,-1.9141 -0.54038,-0.4557 -1.30209,-0.6835 -2.28516,-0.6836 -0.62501,1e-4 -1.23373,0.075 -1.82617,0.2247 -0.59245,0.1497 -1.16211,0.3743 -1.70899,0.6738 l 0,-1.6602 c 0.65755,-0.2539 1.29557,-0.4427 1.91407,-0.5664 0.61848,-0.1302 1.22069,-0.1953 1.80664,-0.1953 1.58202,0 2.76366,0.4102 3.54492,1.2305 0.78124,0.8203 1.17186,2.0638 1.17187,3.7304" />
<path
inkscape:connector-curvature="0"
id="path5506"
d="m 420.35297,1004.0335 0,3.1055 3.70117,0 0,1.3965 -3.70117,0 0,5.9375 c -1e-5,0.8919 0.12044,1.4648 0.36132,1.7187 0.2474,0.2539 0.74544,0.3809 1.49415,0.3809 l 1.8457,0 0,1.5039 -1.8457,0 c -1.38673,0 -2.34376,-0.2572 -2.8711,-0.7715 -0.52734,-0.5208 -0.79102,-1.4648 -0.79101,-2.832 l 0,-5.9375 -1.31836,0 0,-1.3965 1.31836,0 0,-3.1055 1.80664,0" />
<path
inkscape:connector-curvature="0"
id="path5508"
d="m 426.24164,1013.7601 0,-6.6211 1.79687,0 0,6.5527 c 0,1.0352 0.20182,1.8132 0.60547,2.334 0.40364,0.5143 1.00911,0.7715 1.81641,0.7715 0.97004,0 1.73502,-0.3093 2.29492,-0.9278 0.5664,-0.6184 0.8496,-1.4615 0.84961,-2.5293 l 0,-6.2011 1.79687,0 0,10.9375 -1.79687,0 0,-1.6797 c -0.43621,0.6641 -0.94402,1.1588 -1.52344,1.4844 -0.57292,0.319 -1.24024,0.4785 -2.00195,0.4785 -1.25652,0 -2.21029,-0.3906 -2.86133,-1.1719 -0.65104,-0.7812 -0.97656,-1.9238 -0.97656,-3.4277 m 4.52148,-6.8848 0,0" />
<path
inkscape:connector-curvature="0"
id="path5510"
d="m 445.46039,1008.8187 c -0.20183,-0.1172 -0.42319,-0.2018 -0.66406,-0.2539 -0.23439,-0.059 -0.4948,-0.088 -0.78125,-0.088 -1.01564,0 -1.79688,0.332 -2.34375,0.9961 -0.54037,0.6575 -0.81055,1.6048 -0.81055,2.8418 l 0,5.7617 -1.80664,0 0,-10.9375 1.80664,0 0,1.6992 c 0.3776,-0.6641 0.86913,-1.1556 1.47461,-1.4746 0.60546,-0.3255 1.34114,-0.4883 2.20703,-0.4883 0.12369,0 0.26041,0.01 0.41016,0.029 0.14973,0.013 0.31574,0.036 0.49804,0.068 l 0.01,1.8457" />
<path
inkscape:connector-curvature="0"
id="path5512"
d="m 456.29047,1012.1585 0,0.8789 -8.26172,0 c 0.0781,1.237 0.44921,2.181 1.11328,2.832 0.67057,0.6446 1.60156,0.9668 2.79297,0.9668 0.69009,0 1.35741,-0.085 2.00195,-0.2539 0.65103,-0.1692 1.29556,-0.4231 1.93359,-0.7617 l 0,1.6992 c -0.64454,0.2735 -1.30534,0.4818 -1.98242,0.625 -0.67709,0.1433 -1.36394,0.2149 -2.06054,0.2149 -1.7448,0 -3.12826,-0.5078 -4.15039,-1.5235 -1.01563,-1.0156 -1.52344,-2.3893 -1.52344,-4.1211 0,-1.7903 0.48177,-3.2096 1.44531,-4.2578 0.97005,-1.0546 2.27539,-1.582 3.91602,-1.582 1.47134,0 2.63345,0.4753 3.48632,1.4258 0.85937,0.944 1.28906,2.2298 1.28907,3.8574 m -1.79688,-0.5273 c -0.013,-0.9831 -0.28972,-1.7676 -0.83008,-2.3536 -0.53386,-0.5859 -1.24349,-0.8788 -2.1289,-0.8789 -1.00261,1e-4 -1.80665,0.2833 -2.41211,0.8497 -0.59896,0.5664 -0.94402,1.3639 -1.03516,2.3925 l 6.40625,-0.01" />
<path
inkscape:connector-curvature="0"
id="path5514"
d="m 466.17328,1007.4612 0,1.6993 c -0.50782,-0.2604 -1.03517,-0.4558 -1.58203,-0.586 -0.54688,-0.1302 -1.11329,-0.1953 -1.69922,-0.1953 -0.89193,0 -1.56251,0.1367 -2.01172,0.4102 -0.44271,0.2734 -0.66407,0.6836 -0.66406,1.2304 -10e-6,0.4167 0.1595,0.7455 0.47851,0.9864 0.31901,0.2343 0.96029,0.459 1.92383,0.6738 l 0.61524,0.1367 c 1.27603,0.2735 2.18098,0.6608 2.71484,1.1621 0.54035,0.4948 0.81054,1.1882 0.81055,2.0801 -1e-5,1.0156 -0.40366,1.8197 -1.21094,2.4121 -0.80079,0.5925 -1.9043,0.8887 -3.31055,0.8887 -0.58594,0 -1.19792,-0.059 -1.83594,-0.1758 -0.63151,-0.1107 -1.29883,-0.2799 -2.00195,-0.5078 l 0,-1.8555 c 0.66406,0.3451 1.31836,0.6055 1.96289,0.7813 0.64453,0.1692 1.28255,0.2539 1.91406,0.2539 0.84635,0 1.49739,-0.1433 1.95313,-0.4297 0.45572,-0.293 0.68359,-0.7031 0.68359,-1.2305 0,-0.4883 -0.16602,-0.8626 -0.49804,-1.123 -0.32553,-0.2604 -1.04493,-0.5111 -2.15821,-0.752 l -0.625,-0.1465 c -1.11328,-0.2343 -1.91732,-0.5924 -2.41211,-1.0742 -0.49479,-0.4883 -0.74218,-1.1556 -0.74218,-2.0019 0,-1.0287 0.36458,-1.8229 1.09375,-2.3829 0.72916,-0.5598 1.76432,-0.8398 3.10547,-0.8398 0.66405,0 1.28905,0.049 1.875,0.1465 0.58592,0.098 1.12629,0.2441 1.62109,0.4394" />
</g>
</g>
<g
id="g7599"
transform="translate(28.386872,20.831162)">
<g
id="g3917-9-81"
transform="matrix(0.96021379,0,0,0.96021379,419.06617,254.84355)">
<path
inkscape:connector-curvature="0"
id="rect3765-5-6"
d="m 11.827351,759.90387 47.059574,0 0,47.05957 -47.059574,0 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-opacity:1" />
<path
style="fill:none;stroke:#05ff00;stroke-width:4.05436373px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 22.348754,781.26141 7.20574,12.48066 20.811374,-20.81137"
id="path3773-8-61"
inkscape:connector-curvature="0" />
</g>
<g
transform="matrix(0.6983373,0,0,0.6983373,120.78084,302.88057)"
id="text4074-3"
style="font-size:27.5px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans">
<text
transform="matrix(1.4319728,0,0,1.4319728,-160.45673,665.33578)"
sodipodi:linespacing="125%"
id="text7581"
y="249.49747"
x="479.4184"
style="font-size:20px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
xml:space="preserve"><tspan
y="249.49747"
x="479.4184"
id="tspan7583"
sodipodi:role="line">Locks</tspan></text>
</g>
</g>
<path
inkscape:connector-curvature="0"
id="rect4136"
d="m -17.970576,852.1855 636.355326,0 0,212.0762 -636.355326,0 z"
style="fill:#ffffff;fill-opacity:0.86274511;fill-rule:nonzero;stroke:none" />
<g
id="text5588"
style="font-size:65.47994995px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
transform="translate(-1.5e-6,45.254831)">
<path
inkscape:connector-curvature="0"
id="path5518"
d="m 77.870133,823.88376 27.432517,0 0,5.43534 -20.974045,0 0,14.06796 18.927795,0 0,5.43535 -18.927795,0 0,22.79649 -6.458472,0 0,-47.73514" />
<path
inkscape:connector-curvature="0"
id="path5520"
d="m 111.02575,857.48699 0,-21.67744 5.88297,0 0,21.45363 c -2e-5,3.38911 0.66075,5.93627 1.9823,7.64146 1.32152,1.6839 3.30382,2.52585 5.94691,2.52584 3.17592,10e-6 5.68044,-1.01246 7.51357,-3.0374 1.85438,-2.02492 2.78159,-4.78522 2.78162,-8.28091 l 0,-20.30262 5.88296,0 0,35.80935 -5.88296,0 0,-5.4993 c -1.42814,2.17415 -3.09072,3.79409 -4.98774,4.85984 -1.87575,1.04444 -4.06054,1.56666 -6.55438,1.56666 -4.11383,0 -7.23649,-1.2789 -9.36799,-3.83671 -2.13151,-2.55781 -3.19726,-6.2986 -3.19726,-11.2224 m 14.80333,-22.5407 0,0" />
<path
inkscape:connector-curvature="0"
id="path5522"
d="m 153.19765,821.86948 5.88296,0 0,49.74942 -5.88296,0 0,-49.74942" />
<path
inkscape:connector-curvature="0"
id="path5524"
d="m 171.35811,821.86948 5.88297,0 0,49.74942 -5.88297,0 0,-49.74942" />
<path
inkscape:connector-curvature="0"
id="path5526"
d="m 222.92996,871.6189 -18.2244,-47.73514 6.74623,0 15.12305,40.1896 15.15503,-40.1896 6.71425,0 -18.19242,47.73514 -7.32174,0" />
<path
inkscape:connector-curvature="0"
id="path5528"
d="m 266.28486,853.6183 c -4.75328,2e-5 -8.04646,0.54356 -9.87954,1.63061 -1.83311,1.08708 -2.74966,2.94149 -2.74965,5.56324 -10e-6,2.08888 0.68207,3.75146 2.04625,4.98773 1.38547,1.21496 3.26119,1.82244 5.62718,1.82244 3.26119,0 5.87229,-1.15101 7.8333,-3.45305 1.98227,-2.32333 2.97342,-5.40336 2.97345,-9.24009 l 0,-1.31088 -5.85099,0 m 11.73396,-2.42992 0,20.43052 -5.88297,0 0,-5.43535 c -1.34288,2.17414 -3.01611,3.78343 -5.0197,4.82787 -2.00364,1.02312 -4.45487,1.53468 -7.35371,1.53468 -3.6662,0 -6.58637,-1.02312 -8.7605,-3.06937 -2.15283,-2.06756 -3.22924,-4.82786 -3.22923,-8.28091 -1e-5,-4.02854 1.34284,-7.06594 4.02855,-9.1122 2.707,-2.04623 6.73555,-3.06935 12.08565,-3.06937 l 8.24894,0 0,-0.57551 c -3e-5,-2.70699 -0.89526,-4.79587 -2.6857,-6.26664 -1.76918,-1.49202 -4.26304,-2.23805 -7.4816,-2.23808 -2.04626,3e-5 -4.03922,0.24515 -5.97888,0.73537 -1.93968,0.49028 -3.80475,1.22565 -5.59521,2.20611 l 0,-5.43535 c 2.15282,-0.83125 4.24169,-1.44939 6.26664,-1.85441 2.02492,-0.42626 3.99656,-0.63942 5.91493,-0.63945 5.17955,3e-5 9.04823,1.34288 11.60607,4.02855 2.55778,2.68573 3.83668,6.75691 3.83672,12.21354" />
<path
inkscape:connector-curvature="0"
id="path5530"
d="m 290.2963,821.86948 5.88296,0 0,49.74942 -5.88296,0 0,-49.74942" />
<path
inkscape:connector-curvature="0"
id="path5532"
d="m 308.45676,835.80955 5.88296,0 0,35.80935 -5.88296,0 0,-35.80935 m 0,-13.94007 5.88296,0 0,7.44962 -5.88296,0 0,-7.44962" />
<path
inkscape:connector-curvature="0"
id="path5534"
d="m 350.18104,841.2449 0,-19.37542 5.88296,0 0,49.74942 -5.88296,0 0,-5.37141 c -1.23631,2.13152 -2.80297,3.71949 -4.69998,4.76393 -1.87575,1.02312 -4.13515,1.53468 -6.7782,1.53468 -4.32698,0 -7.85462,-1.72652 -10.58294,-5.17956 -2.70702,-3.45304 -4.06053,-7.99315 -4.06053,-13.62034 0,-5.62716 1.35351,-10.16727 4.06053,-13.62035 2.72832,-3.45301 6.25596,-5.17953 10.58294,-5.17956 2.64305,3e-5 4.90245,0.52225 6.7782,1.56666 1.89701,1.02316 3.46367,2.60047 4.69998,4.73195 m -20.04685,12.5013 c 0,4.32697 0.88457,7.72672 2.65373,10.19926 1.79046,2.45125 4.24169,3.67686 7.35371,3.67686 3.11198,0 5.56321,-1.22561 7.3537,-3.67686 1.79044,-2.47254 2.68568,-5.87229 2.68571,-10.19926 -3e-5,-4.32695 -0.89527,-7.71604 -2.68571,-10.1673 -1.79049,-2.47252 -4.24172,-3.7088 -7.3537,-3.70883 -3.11202,3e-5 -5.56325,1.23631 -7.35371,3.70883 -1.76916,2.45126 -2.65373,5.84035 -2.65373,10.1673" />
<path
inkscape:connector-curvature="0"
id="path5536"
d="m 384.45571,853.6183 c -4.75328,2e-5 -8.04646,0.54356 -9.87954,1.63061 -1.83311,1.08708 -2.74966,2.94149 -2.74965,5.56324 -1e-5,2.08888 0.68208,3.75146 2.04625,4.98773 1.38547,1.21496 3.2612,1.82244 5.62718,1.82244 3.26119,0 5.87229,-1.15101 7.8333,-3.45305 1.98228,-2.32333 2.97343,-5.40336 2.97345,-9.24009 l 0,-1.31088 -5.85099,0 m 11.73396,-2.42992 0,20.43052 -5.88297,0 0,-5.43535 c -1.34287,2.17414 -3.01611,3.78343 -5.0197,4.82787 -2.00364,1.02312 -4.45487,1.53468 -7.3537,1.53468 -3.66621,0 -6.58638,-1.02312 -8.76051,-3.06937 -2.15282,-2.06756 -3.22923,-4.82786 -3.22923,-8.28091 0,-4.02854 1.34284,-7.06594 4.02855,-9.1122 2.70701,-2.04623 6.73555,-3.06935 12.08566,-3.06937 l 8.24893,0 0,-0.57551 c -2e-5,-2.70699 -0.89526,-4.79587 -2.6857,-6.26664 -1.76917,-1.49202 -4.26304,-2.23805 -7.48159,-2.23808 -2.04627,3e-5 -4.03923,0.24515 -5.97888,0.73537 -1.93969,0.49028 -3.80476,1.22565 -5.59522,2.20611 l 0,-5.43535 c 2.15282,-0.83125 4.2417,-1.44939 6.26664,-1.85441 2.02492,-0.42626 3.99656,-0.63942 5.91494,-0.63945 5.17954,3e-5 9.04822,1.34288 11.60606,4.02855 2.55778,2.68573 3.83668,6.75691 3.83672,12.21354" />
<path
inkscape:connector-curvature="0"
id="path5538"
d="m 414.28615,825.64225 0,10.1673 12.11763,0 0,4.57209 -12.11763,0 0,19.43936 c -1e-5,2.92017 0.39432,4.7959 1.18299,5.62718 0.80996,0.83129 2.44056,1.24694 4.89181,1.24693 l 6.04283,0 0,4.92379 -6.04283,0 c -4.54012,0 -7.67344,-0.84195 -9.39995,-2.52584 -1.72653,-1.7052 -2.58979,-4.79589 -2.58978,-9.27206 l 0,-19.43936 -4.31631,0 0,-4.57209 4.31631,0 0,-10.1673 5.91493,0" />
<path
inkscape:connector-curvature="0"
id="path5540"
d="m 434.17313,835.80955 5.88296,0 0,35.80935 -5.88296,0 0,-35.80935 m 0,-13.94007 5.88296,0 0,7.44962 -5.88296,0 0,-7.44962" />
<path
inkscape:connector-curvature="0"
id="path5542"
d="m 466.20971,839.93402 c -3.15465,3e-5 -5.64851,1.2363 -7.48159,3.70882 -1.83311,2.45126 -2.74966,5.81904 -2.74965,10.10336 -1e-5,4.28434 0.90588,7.66278 2.71767,10.13532 1.83309,2.45124 4.33761,3.67686 7.51357,3.67685 3.1333,1e-5 5.6165,-1.23627 7.44963,-3.70882 1.83306,-2.47254 2.74961,-5.84032 2.74964,-10.10335 -3e-5,-4.24169 -0.91658,-7.59881 -2.74964,-10.07138 -1.83313,-2.49384 -4.31633,-3.74077 -7.44963,-3.7408 m 0,-4.98773 c 5.1156,3e-5 9.13349,1.66261 12.05368,4.98773 2.92014,3.32518 4.38022,7.92923 4.38026,13.81218 -4e-5,5.86166 -1.46012,10.46571 -4.38026,13.81217 -2.92019,3.32516 -6.93808,4.98773 -12.05368,4.98773 -5.13695,0 -9.1655,-1.66257 -12.08565,-4.98773 -2.89886,-3.34646 -4.34828,-7.95051 -4.34828,-13.81217 0,-5.88295 1.44942,-10.487 4.34828,-13.81218 2.92015,-3.32512 6.9487,-4.9877 12.08565,-4.98773" />
<path
inkscape:connector-curvature="0"
id="path5544"
d="m 522.12987,850.0054 0,21.6135 -5.88297,0 0,-21.42167 c -3e-5,-3.38907 -0.6608,-5.92556 -1.9823,-7.60948 -1.32156,-1.68386 -3.30387,-2.52581 -5.94691,-2.52584 -3.17597,3e-5 -5.68049,1.0125 -7.51357,3.0374 -1.83311,2.02496 -2.74966,4.78526 -2.74965,8.28091 l 0,20.23868 -5.91493,0 0,-35.80935 5.91493,0 0,5.56324 c 1.40679,-2.15279 3.0587,-3.76208 4.95576,-4.82787 1.91834,-1.06572 4.12445,-1.5986 6.61834,-1.59863 4.11378,3e-5 7.22578,1.27894 9.336,3.83671 2.11016,2.53653 3.16526,6.27732 3.1653,11.2224" />
</g>
<g
id="text5588-1"
style="font-size:32px;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
transform="translate(0,38.183764)">
<path
inkscape:connector-curvature="0"
id="path5547"
d="m 159.46875,926.20758 19.73437,0 0,2.65625 -8.28125,0 0,20.67188 -3.17187,0 0,-20.67188 -8.28125,0 0,-2.65625" />
<path
inkscape:connector-curvature="0"
id="path5549"
d="m 196.75,938.97321 0,10.5625 -2.875,0 0,-10.46875 c -1e-5,-1.65624 -0.32293,-2.89582 -0.96875,-3.71875 -0.64585,-0.82291 -1.6146,-1.23436 -2.90625,-1.23438 -1.55209,2e-5 -2.77605,0.49481 -3.67188,1.48438 -0.89583,0.98959 -1.34375,2.33855 -1.34375,4.04687 l 0,9.89063 -2.89062,0 0,-24.3125 2.89062,0 0,9.53125 c 0.6875,-1.05207 1.49479,-1.83853 2.42188,-2.35938 0.93749,-0.52082 2.01561,-0.78123 3.23437,-0.78125 2.01041,2e-5 3.53124,0.62502 4.5625,1.875 1.03124,1.2396 1.54686,3.06772 1.54688,5.48438" />
<path
inkscape:connector-curvature="0"
id="path5551"
d="m 217.48437,940.06696 0,1.40625 -13.21875,0 c 0.125,1.97917 0.71875,3.48958 1.78125,4.53125 1.07291,1.03125 2.5625,1.54687 4.46875,1.54687 1.10416,0 2.17187,-0.13541 3.20313,-0.40625 1.04165,-0.27083 2.0729,-0.67708 3.09375,-1.21875 l 0,2.71875 c -1.03127,0.4375 -2.08856,0.77083 -3.17188,1 -1.08334,0.22917 -2.1823,0.34375 -3.29687,0.34375 -2.79167,0 -5.00521,-0.8125 -6.64063,-2.4375 -1.625,-1.625 -2.4375,-3.82291 -2.4375,-6.59375 0,-2.86457 0.77084,-5.1354 2.3125,-6.8125 1.55208,-1.68748 3.64062,-2.53123 6.26563,-2.53125 2.35415,2e-5 4.21353,0.76043 5.57812,2.28125 1.37499,1.51043 2.06249,3.56772 2.0625,6.17188 m -2.875,-0.84375 c -0.0208,-1.57291 -0.46355,-2.82812 -1.32812,-3.76563 -0.85418,-0.93748 -1.9896,-1.40623 -3.40625,-1.40625 -1.60418,2e-5 -2.89063,0.45314 -3.85938,1.35938 -0.95833,0.90626 -1.51042,2.1823 -1.65625,3.82812 l 10.25,-0.0156" />
<path
inkscape:connector-curvature="0"
id="path5553"
d="m 244.89062,940.80133 c -1e-5,-2.11457 -0.43751,-3.77082 -1.3125,-4.96875 -0.86459,-1.20832 -2.0573,-1.81248 -3.57812,-1.8125 -1.52084,2e-5 -2.71876,0.60418 -3.59375,1.8125 -0.86459,1.19793 -1.29688,2.85418 -1.29688,4.96875 0,2.11459 0.43229,3.77605 1.29688,4.98438 0.87499,1.19791 2.07291,1.79687 3.59375,1.79687 1.52082,0 2.71353,-0.59896 3.57812,-1.79687 0.87499,-1.20833 1.31249,-2.86979 1.3125,-4.98438 m -9.78125,-6.10937 c 0.60417,-1.04166 1.36458,-1.81249 2.28125,-2.3125 0.92708,-0.5104 2.03124,-0.76561 3.3125,-0.76563 2.12499,2e-5 3.84895,0.84377 5.17188,2.53125 1.33332,1.68751 1.99998,3.90626 2,6.65625 -2e-5,2.75001 -0.66668,4.96875 -2,6.65625 -1.32293,1.6875 -3.04689,2.53125 -5.17188,2.53125 -1.28126,0 -2.38542,-0.25 -3.3125,-0.75 -0.91667,-0.51042 -1.67708,-1.28646 -2.28125,-2.32812 l 0,2.625 -2.89062,0 0,-24.3125 2.89062,0 0,9.46875" />
<path
inkscape:connector-curvature="0"
id="path5555"
d="m 267.60937,940.06696 0,1.40625 -13.21875,0 c 0.125,1.97917 0.71875,3.48958 1.78125,4.53125 1.07291,1.03125 2.5625,1.54687 4.46875,1.54687 1.10416,0 2.17187,-0.13541 3.20313,-0.40625 1.04165,-0.27083 2.0729,-0.67708 3.09375,-1.21875 l 0,2.71875 c -1.03127,0.4375 -2.08856,0.77083 -3.17188,1 -1.08334,0.22917 -2.1823,0.34375 -3.29687,0.34375 -2.79167,0 -5.00521,-0.8125 -6.64063,-2.4375 -1.625,-1.625 -2.4375,-3.82291 -2.4375,-6.59375 0,-2.86457 0.77084,-5.1354 2.3125,-6.8125 1.55208,-1.68748 3.64062,-2.53123 6.26563,-2.53125 2.35415,2e-5 4.21353,0.76043 5.57812,2.28125 1.37499,1.51043 2.06249,3.56772 2.0625,6.17188 m -2.875,-0.84375 c -0.0208,-1.57291 -0.46355,-2.82812 -1.32812,-3.76563 -0.85418,-0.93748 -1.9896,-1.40623 -3.40625,-1.40625 -1.60418,2e-5 -2.89063,0.45314 -3.85938,1.35938 -0.95833,0.90626 -1.51042,2.1823 -1.65625,3.82812 l 10.25,-0.0156" />
<path
inkscape:connector-curvature="0"
id="path5557"
d="m 283.42187,932.55133 0,2.71875 c -0.81251,-0.41665 -1.65626,-0.72915 -2.53125,-0.9375 -0.87501,-0.20832 -1.78125,-0.31248 -2.71875,-0.3125 -1.42709,2e-5 -2.5,0.21877 -3.21875,0.65625 -0.70833,0.43751 -1.0625,1.09376 -1.0625,1.96875 0,0.66668 0.25521,1.19272 0.76563,1.57813 0.51041,0.37501 1.53645,0.73438 3.07812,1.07812 l 0.98438,0.21875 c 2.04166,0.43751 3.48957,1.0573 4.34375,1.85938 0.86457,0.79167 1.29686,1.90104 1.29687,3.32812 -1e-5,1.625 -0.64584,2.91146 -1.9375,3.85938 -1.28126,0.94791 -3.04688,1.42187 -5.29687,1.42187 -0.93751,0 -1.91667,-0.0937 -2.9375,-0.28125 -1.01042,-0.17708 -2.07813,-0.44792 -3.20313,-0.8125 l 0,-2.96875 c 1.0625,0.55209 2.10938,0.96875 3.14063,1.25 1.03124,0.27084 2.05208,0.40625 3.0625,0.40625 1.35416,0 2.39582,-0.22916 3.125,-0.6875 0.72915,-0.46875 1.09374,-1.125 1.09375,-1.96875 -10e-6,-0.78124 -0.26564,-1.3802 -0.79688,-1.79687 -0.52084,-0.41666 -1.67188,-0.81771 -3.45312,-1.20313 l -1,-0.23437 c -1.78126,-0.375 -3.06771,-0.94791 -3.85938,-1.71875 -0.79166,-0.78124 -1.1875,-1.84895 -1.1875,-3.20313 0,-1.64582 0.58334,-2.91665 1.75,-3.8125 1.16667,-0.89582 2.82292,-1.34373 4.96875,-1.34375 1.0625,2e-5 2.06249,0.0781 3,0.23438 0.93749,0.15626 1.80207,0.39064 2.59375,0.70312" />
<path
inkscape:connector-curvature="0"
id="path5559"
d="m 291.79687,927.06696 0,4.96875 5.92188,0 0,2.23437 -5.92188,0 0,9.5 c 0,1.42709 0.19271,2.34375 0.57813,2.75 0.39583,0.40625 1.1927,0.60938 2.39062,0.60938 l 2.95313,0 0,2.40625 -2.95313,0 c -2.21875,0 -3.75,-0.41146 -4.59375,-1.23438 -0.84375,-0.83333 -1.26562,-2.34375 -1.26562,-4.53125 l 0,-9.5 -2.10938,0 0,-2.23437 2.10938,0 0,-4.96875 2.89062,0" />
<path
inkscape:connector-curvature="0"
id="path5561"
d="m 314.48437,946.91071 0,9.28125 -2.89062,0 0,-24.15625 2.89062,0 0,2.65625 c 0.60417,-1.04166 1.36458,-1.81249 2.28125,-2.3125 0.92708,-0.5104 2.03124,-0.76561 3.3125,-0.76563 2.12499,2e-5 3.84895,0.84377 5.17188,2.53125 1.33332,1.68751 1.99998,3.90626 2,6.65625 -2e-5,2.75001 -0.66668,4.96875 -2,6.65625 -1.32293,1.6875 -3.04689,2.53125 -5.17188,2.53125 -1.28126,0 -2.38542,-0.25 -3.3125,-0.75 -0.91667,-0.51042 -1.67708,-1.28646 -2.28125,-2.32812 m 9.78125,-6.10938 c -1e-5,-2.11457 -0.43751,-3.77082 -1.3125,-4.96875 -0.86459,-1.20832 -2.0573,-1.81248 -3.57812,-1.8125 -1.52084,2e-5 -2.71876,0.60418 -3.59375,1.8125 -0.86459,1.19793 -1.29688,2.85418 -1.29688,4.96875 0,2.11459 0.43229,3.77605 1.29688,4.98438 0.87499,1.19791 2.07291,1.79687 3.59375,1.79687 1.52082,0 2.71353,-0.59896 3.57812,-1.79687 0.87499,-1.20833 1.31249,-2.86979 1.3125,-4.98438" />
<path
inkscape:connector-curvature="0"
id="path5563"
d="m 338.79687,934.05133 c -1.54167,2e-5 -2.76042,0.60418 -3.65625,1.8125 -0.89583,1.19793 -1.34375,2.84376 -1.34375,4.9375 0,2.09376 0.44271,3.7448 1.32813,4.95313 0.89583,1.19791 2.11978,1.79687 3.67187,1.79687 1.53124,0 2.74478,-0.60416 3.64063,-1.8125 0.89582,-1.20833 1.34374,-2.85416 1.34375,-4.9375 -10e-6,-2.07291 -0.44793,-3.71353 -1.34375,-4.92187 -0.89585,-1.21874 -2.10939,-1.82811 -3.64063,-1.82813 m 0,-2.4375 c 2.49999,2e-5 4.46353,0.81252 5.89063,2.4375 1.42707,1.62501 2.14061,3.87501 2.14062,6.75 -1e-5,2.86459 -0.71355,5.11459 -2.14062,6.75 -1.4271,1.625 -3.39064,2.4375 -5.89063,2.4375 -2.51042,0 -4.47917,-0.8125 -5.90625,-2.4375 -1.41666,-1.63541 -2.125,-3.88541 -2.125,-6.75 0,-2.87499 0.70834,-5.12499 2.125,-6.75 1.42708,-1.62498 3.39583,-2.43748 5.90625,-2.4375" />
<path
inkscape:connector-curvature="0"
id="path5565"
d="m 362.73437,932.55133 0,2.71875 c -0.81251,-0.41665 -1.65626,-0.72915 -2.53125,-0.9375 -0.87501,-0.20832 -1.78125,-0.31248 -2.71875,-0.3125 -1.42709,2e-5 -2.5,0.21877 -3.21875,0.65625 -0.70833,0.43751 -1.0625,1.09376 -1.0625,1.96875 0,0.66668 0.25521,1.19272 0.76563,1.57813 0.51041,0.37501 1.53645,0.73438 3.07812,1.07812 l 0.98438,0.21875 c 2.04166,0.43751 3.48957,1.0573 4.34375,1.85938 0.86457,0.79167 1.29686,1.90104 1.29687,3.32812 -1e-5,1.625 -0.64584,2.91146 -1.9375,3.85938 -1.28126,0.94791 -3.04688,1.42187 -5.29687,1.42187 -0.93751,0 -1.91667,-0.0937 -2.9375,-0.28125 -1.01042,-0.17708 -2.07813,-0.44792 -3.20313,-0.8125 l 0,-2.96875 c 1.0625,0.55209 2.10938,0.96875 3.14063,1.25 1.03124,0.27084 2.05208,0.40625 3.0625,0.40625 1.35416,0 2.39582,-0.22916 3.125,-0.6875 0.72915,-0.46875 1.09374,-1.125 1.09375,-1.96875 -10e-6,-0.78124 -0.26564,-1.3802 -0.79688,-1.79687 -0.52084,-0.41666 -1.67188,-0.81771 -3.45312,-1.20313 l -1,-0.23437 c -1.78126,-0.375 -3.06771,-0.94791 -3.85938,-1.71875 -0.79166,-0.78124 -1.1875,-1.84895 -1.1875,-3.20313 0,-1.64582 0.58334,-2.91665 1.75,-3.8125 1.16667,-0.89582 2.82292,-1.34373 4.96875,-1.34375 1.0625,2e-5 2.06249,0.0781 3,0.23438 0.93749,0.15626 1.80207,0.39064 2.59375,0.70312" />
<path
inkscape:connector-curvature="0"
id="path5567"
d="m 379.42187,932.55133 0,2.71875 c -0.81251,-0.41665 -1.65626,-0.72915 -2.53125,-0.9375 -0.87501,-0.20832 -1.78125,-0.31248 -2.71875,-0.3125 -1.42709,2e-5 -2.5,0.21877 -3.21875,0.65625 -0.70833,0.43751 -1.0625,1.09376 -1.0625,1.96875 0,0.66668 0.25521,1.19272 0.76563,1.57813 0.51041,0.37501 1.53645,0.73438 3.07812,1.07812 l 0.98438,0.21875 c 2.04166,0.43751 3.48957,1.0573 4.34375,1.85938 0.86457,0.79167 1.29686,1.90104 1.29687,3.32812 -1e-5,1.625 -0.64584,2.91146 -1.9375,3.85938 -1.28126,0.94791 -3.04688,1.42187 -5.29687,1.42187 -0.93751,0 -1.91667,-0.0937 -2.9375,-0.28125 -1.01042,-0.17708 -2.07813,-0.44792 -3.20313,-0.8125 l 0,-2.96875 c 1.0625,0.55209 2.10938,0.96875 3.14063,1.25 1.03124,0.27084 2.05208,0.40625 3.0625,0.40625 1.35416,0 2.39582,-0.22916 3.125,-0.6875 0.72915,-0.46875 1.09374,-1.125 1.09375,-1.96875 -10e-6,-0.78124 -0.26564,-1.3802 -0.79688,-1.79687 -0.52084,-0.41666 -1.67188,-0.81771 -3.45312,-1.20313 l -1,-0.23437 c -1.78126,-0.375 -3.06771,-0.94791 -3.85938,-1.71875 -0.79166,-0.78124 -1.1875,-1.84895 -1.1875,-3.20313 0,-1.64582 0.58334,-2.91665 1.75,-3.8125 1.16667,-0.89582 2.82292,-1.34373 4.96875,-1.34375 1.0625,2e-5 2.06249,0.0781 3,0.23438 0.93749,0.15626 1.80207,0.39064 2.59375,0.70312" />
<path
inkscape:connector-curvature="0"
id="path5569"
d="m 384.95312,932.03571 2.875,0 0,17.5 -2.875,0 0,-17.5 m 0,-6.8125 2.875,0 0,3.64062 -2.875,0 0,-3.64062" />
<path
inkscape:connector-curvature="0"
id="path5571"
d="m 406.39062,940.80133 c -1e-5,-2.11457 -0.43751,-3.77082 -1.3125,-4.96875 -0.86459,-1.20832 -2.0573,-1.81248 -3.57812,-1.8125 -1.52084,2e-5 -2.71876,0.60418 -3.59375,1.8125 -0.86459,1.19793 -1.29688,2.85418 -1.29688,4.96875 0,2.11459 0.43229,3.77605 1.29688,4.98438 0.87499,1.19791 2.07291,1.79687 3.59375,1.79687 1.52082,0 2.71353,-0.59896 3.57812,-1.79687 0.87499,-1.20833 1.31249,-2.86979 1.3125,-4.98438 m -9.78125,-6.10937 c 0.60417,-1.04166 1.36458,-1.81249 2.28125,-2.3125 0.92708,-0.5104 2.03124,-0.76561 3.3125,-0.76563 2.12499,2e-5 3.84895,0.84377 5.17188,2.53125 1.33332,1.68751 1.99998,3.90626 2,6.65625 -2e-5,2.75001 -0.66668,4.96875 -2,6.65625 -1.32293,1.6875 -3.04689,2.53125 -5.17188,2.53125 -1.28126,0 -2.38542,-0.25 -3.3125,-0.75 -0.91667,-0.51042 -1.67708,-1.28646 -2.28125,-2.32812 l 0,2.625 -2.89062,0 0,-24.3125 2.89062,0 0,9.46875" />
<path
inkscape:connector-curvature="0"
id="path5573"
d="m 414.14062,925.22321 2.875,0 0,24.3125 -2.875,0 0,-24.3125" />
<path
inkscape:connector-curvature="0"
id="path5575"
d="m 437.98437,940.06696 0,1.40625 -13.21875,0 c 0.125,1.97917 0.71875,3.48958 1.78125,4.53125 1.07291,1.03125 2.5625,1.54687 4.46875,1.54687 1.10416,0 2.17187,-0.13541 3.20313,-0.40625 1.04165,-0.27083 2.0729,-0.67708 3.09375,-1.21875 l 0,2.71875 c -1.03127,0.4375 -2.08856,0.77083 -3.17188,1 -1.08334,0.22917 -2.1823,0.34375 -3.29687,0.34375 -2.79167,0 -5.00521,-0.8125 -6.64063,-2.4375 -1.625,-1.625 -2.4375,-3.82291 -2.4375,-6.59375 0,-2.86457 0.77084,-5.1354 2.3125,-6.8125 1.55208,-1.68748 3.64062,-2.53123 6.26563,-2.53125 2.35415,2e-5 4.21353,0.76043 5.57812,2.28125 1.37499,1.51043 2.06249,3.56772 2.0625,6.17188 m -2.875,-0.84375 c -0.0208,-1.57291 -0.46355,-2.82812 -1.32812,-3.76563 -0.85418,-0.93748 -1.9896,-1.40623 -3.40625,-1.40625 -1.60418,2e-5 -2.89063,0.45314 -3.85938,1.35938 -0.95833,0.90626 -1.51042,2.1823 -1.65625,3.82812 l 10.25,-0.0156" />
<path
inkscape:connector-curvature="0"
id="path5577"
d="m 136.46875,974.69196 0,-9.46875 2.875,0 0,24.3125 -2.875,0 0,-2.625 c -0.60418,1.04166 -1.3698,1.8177 -2.29688,2.32812 -0.91667,0.5 -2.02084,0.75 -3.3125,0.75 -2.11459,0 -3.83854,-0.84375 -5.17187,-2.53125 -1.32292,-1.6875 -1.98438,-3.90624 -1.98437,-6.65625 -1e-5,-2.74999 0.66145,-4.96874 1.98437,-6.65625 1.33333,-1.68748 3.05728,-2.53123 5.17187,-2.53125 1.29166,2e-5 2.39583,0.25523 3.3125,0.76563 0.92708,0.50001 1.6927,1.27084 2.29688,2.3125 m -9.79687,6.10937 c -1e-5,2.11459 0.43228,3.77605 1.29687,4.98438 0.87499,1.19791 2.07291,1.79687 3.59375,1.79687 1.52082,0 2.71874,-0.59896 3.59375,-1.79687 0.87499,-1.20833 1.31249,-2.86979 1.3125,-4.98438 -1e-5,-2.11457 -0.43751,-3.77082 -1.3125,-4.96875 -0.87501,-1.20832 -2.07293,-1.81248 -3.59375,-1.8125 -1.52084,2e-5 -2.71876,0.60418 -3.59375,1.8125 -0.86459,1.19793 -1.29688,2.85418 -1.29687,4.96875" />
<path
inkscape:connector-curvature="0"
id="path5579"
d="m 160.23437,980.06696 0,1.40625 -13.21875,0 c 0.125,1.97917 0.71875,3.48958 1.78125,4.53125 1.07291,1.03125 2.5625,1.54687 4.46875,1.54687 1.10416,0 2.17187,-0.13541 3.20313,-0.40625 1.04165,-0.27083 2.0729,-0.67708 3.09375,-1.21875 l 0,2.71875 c -1.03127,0.4375 -2.08856,0.77083 -3.17188,1 -1.08334,0.22917 -2.1823,0.34375 -3.29687,0.34375 -2.79167,0 -5.00521,-0.8125 -6.64063,-2.4375 -1.625,-1.625 -2.4375,-3.82291 -2.4375,-6.59375 0,-2.86457 0.77084,-5.1354 2.3125,-6.8125 1.55208,-1.68748 3.64062,-2.53123 6.26563,-2.53125 2.35415,2e-5 4.21353,0.76043 5.57812,2.28125 1.37499,1.51043 2.06249,3.56772 2.0625,6.17188 m -2.875,-0.84375 c -0.0208,-1.57291 -0.46355,-2.82812 -1.32812,-3.76563 -0.85418,-0.93748 -1.9896,-1.40623 -3.40625,-1.40625 -1.60418,2e-5 -2.89063,0.45314 -3.85938,1.35938 -0.95833,0.90626 -1.51042,2.1823 -1.65625,3.82812 l 10.25,-0.0156" />
<path
inkscape:connector-curvature="0"
id="path5581"
d="m 177.48437,972.70758 0,2.6875 c -0.81251,-0.4479 -1.63022,-0.78123 -2.45312,-1 -0.81251,-0.22915 -1.63543,-0.34373 -2.46875,-0.34375 -1.86459,2e-5 -3.31251,0.59377 -4.34375,1.78125 -1.03126,1.1771 -1.54688,2.83334 -1.54688,4.96875 0,2.13542 0.51562,3.79688 1.54688,4.98438 1.03124,1.17708 2.47916,1.76562 4.34375,1.76562 0.83332,0 1.65624,-0.10937 2.46875,-0.32812 0.8229,-0.22917 1.64061,-0.56771 2.45312,-1.01563 l 0,2.65625 c -0.80209,0.375 -1.63543,0.65625 -2.5,0.84375 -0.85417,0.1875 -1.76563,0.28125 -2.73437,0.28125 -2.63542,0 -4.72917,-0.82812 -6.28125,-2.48437 -1.55209,-1.65625 -2.32813,-3.89062 -2.32813,-6.70313 0,-2.85415 0.78125,-5.09894 2.34375,-6.73437 1.57292,-1.6354 3.72396,-2.45311 6.45313,-2.45313 0.88541,2e-5 1.74999,0.0938 2.59375,0.28125 0.84374,0.1771 1.66144,0.44793 2.45312,0.8125" />
<path
inkscape:connector-curvature="0"
id="path5583"
d="m 197.42187,980.06696 0,1.40625 -13.21875,0 c 0.125,1.97917 0.71875,3.48958 1.78125,4.53125 1.07291,1.03125 2.5625,1.54687 4.46875,1.54687 1.10416,0 2.17187,-0.13541 3.20313,-0.40625 1.04165,-0.27083 2.0729,-0.67708 3.09375,-1.21875 l 0,2.71875 c -1.03127,0.4375 -2.08856,0.77083 -3.17188,1 -1.08334,0.22917 -2.1823,0.34375 -3.29687,0.34375 -2.79167,0 -5.00521,-0.8125 -6.64063,-2.4375 -1.625,-1.625 -2.4375,-3.82291 -2.4375,-6.59375 0,-2.86457 0.77084,-5.1354 2.3125,-6.8125 1.55208,-1.68748 3.64062,-2.53123 6.26563,-2.53125 2.35415,2e-5 4.21353,0.76043 5.57812,2.28125 1.37499,1.51043 2.06249,3.56772 2.0625,6.17188 m -2.875,-0.84375 c -0.0208,-1.57291 -0.46355,-2.82812 -1.32812,-3.76563 -0.85418,-0.93748 -1.9896,-1.40623 -3.40625,-1.40625 -1.60418,2e-5 -2.89063,0.45314 -3.85938,1.35938 -0.95833,0.90626 -1.51042,2.1823 -1.65625,3.82812 l 10.25,-0.0156" />
<path
inkscape:connector-curvature="0"
id="path5585"
d="m 216.625,978.97321 0,10.5625 -2.875,0 0,-10.46875 c -1e-5,-1.65624 -0.32293,-2.89582 -0.96875,-3.71875 -0.64585,-0.82291 -1.6146,-1.23436 -2.90625,-1.23438 -1.55209,2e-5 -2.77605,0.49481 -3.67188,1.48438 -0.89583,0.98959 -1.34375,2.33855 -1.34375,4.04687 l 0,9.89063 -2.89062,0 0,-17.5 2.89062,0 0,2.71875 c 0.6875,-1.05207 1.49479,-1.83853 2.42188,-2.35938 0.93749,-0.52082 2.01561,-0.78123 3.23437,-0.78125 2.01041,2e-5 3.53124,0.62502 4.5625,1.875 1.03124,1.2396 1.54686,3.06772 1.54688,5.48438" />
<path
inkscape:connector-curvature="0"
id="path5587"
d="m 225.23437,967.06696 0,4.96875 5.92188,0 0,2.23437 -5.92188,0 0,9.5 c 0,1.42709 0.19271,2.34375 0.57813,2.75 0.39583,0.40625 1.1927,0.60938 2.39062,0.60938 l 2.95313,0 0,2.40625 -2.95313,0 c -2.21875,0 -3.75,-0.41146 -4.59375,-1.23438 -0.84375,-0.83333 -1.26562,-2.34375 -1.26562,-4.53125 l 0,-9.5 -2.10938,0 0,-2.23437 2.10938,0 0,-4.96875 2.89062,0" />
<path
inkscape:connector-curvature="0"
id="path5589"
d="m 245.09375,974.72321 c -0.32293,-0.18749 -0.6771,-0.32291 -1.0625,-0.40625 -0.37501,-0.0937 -0.79168,-0.14061 -1.25,-0.14063 -1.62501,2e-5 -2.87501,0.53127 -3.75,1.59375 -0.86459,1.0521 -1.29688,2.56772 -1.29688,4.54688 l 0,9.21875 -2.89062,0 0,-17.5 2.89062,0 0,2.71875 c 0.60417,-1.06249 1.39062,-1.84895 2.35938,-2.35938 0.96874,-0.52082 2.14582,-0.78123 3.53125,-0.78125 0.1979,2e-5 0.41665,0.0156 0.65625,0.0469 0.23957,0.0208 0.5052,0.0573 0.79687,0.10937 l 0.0156,2.95313" />
<path
inkscape:connector-curvature="0"
id="path5591"
d="m 256.09375,980.73883 c -2.32293,10e-6 -3.9323,0.26563 -4.82813,0.79688 -0.89583,0.53125 -1.34375,1.4375 -1.34375,2.71875 0,1.02083 0.33333,1.83333 1,2.4375 0.67708,0.59375 1.59375,0.89062 2.75,0.89062 1.59374,0 2.86979,-0.5625 3.82813,-1.6875 0.96874,-1.13541 1.45311,-2.64062 1.45312,-4.51562 l 0,-0.64063 -2.85937,0 m 5.73437,-1.1875 0,9.98438 -2.875,0 0,-2.65625 c -0.65626,1.0625 -1.47397,1.84895 -2.45312,2.35937 -0.97918,0.5 -2.17709,0.75 -3.59375,0.75 -1.79167,0 -3.21875,-0.5 -4.28125,-1.5 -1.05209,-1.01041 -1.57813,-2.35937 -1.57813,-4.04687 0,-1.96875 0.65625,-3.45312 1.96875,-4.45313 1.32292,-0.99999 3.29166,-1.49999 5.90625,-1.5 l 4.03125,0 0,-0.28125 c -1e-5,-1.3229 -0.43751,-2.34374 -1.3125,-3.0625 -0.86459,-0.72915 -2.08334,-1.09373 -3.65625,-1.09375 -1,2e-5 -1.97396,0.11981 -2.92187,0.35938 -0.94792,0.23959 -1.85938,0.59897 -2.73438,1.07812 l 0,-2.65625 c 1.05208,-0.40623 2.07292,-0.70832 3.0625,-0.90625 0.98958,-0.20831 1.95312,-0.31248 2.89063,-0.3125 2.53124,2e-5 4.42186,0.65627 5.67187,1.96875 1.24999,1.31252 1.87499,3.3021 1.875,5.96875" />
<path
inkscape:connector-curvature="0"
id="path5593"
d="m 267.82812,965.22321 2.875,0 0,24.3125 -2.875,0 0,-24.3125" />
<path
inkscape:connector-curvature="0"
id="path5595"
d="m 276.70312,972.03571 2.875,0 0,17.5 -2.875,0 0,-17.5 m 0,-6.8125 2.875,0 0,3.64062 -2.875,0 0,-3.64062" />
<path
inkscape:connector-curvature="0"
id="path5597"
d="m 284.32812,972.03571 13.65625,0 0,2.625 -10.8125,12.57812 10.8125,0 0,2.29688 -14.04687,0 0,-2.625 10.8125,-12.57813 -10.42188,0 0,-2.29687" />
<path
inkscape:connector-curvature="0"
id="path5599"
d="m 317.35937,980.06696 0,1.40625 -13.21875,0 c 0.125,1.97917 0.71875,3.48958 1.78125,4.53125 1.07291,1.03125 2.5625,1.54687 4.46875,1.54687 1.10416,0 2.17187,-0.13541 3.20313,-0.40625 1.04165,-0.27083 2.0729,-0.67708 3.09375,-1.21875 l 0,2.71875 c -1.03127,0.4375 -2.08856,0.77083 -3.17188,1 -1.08334,0.22917 -2.1823,0.34375 -3.29687,0.34375 -2.79167,0 -5.00521,-0.8125 -6.64063,-2.4375 -1.625,-1.625 -2.4375,-3.82291 -2.4375,-6.59375 0,-2.86457 0.77084,-5.1354 2.3125,-6.8125 1.55208,-1.68748 3.64062,-2.53123 6.26563,-2.53125 2.35415,2e-5 4.21353,0.76043 5.57812,2.28125 1.37499,1.51043 2.06249,3.56772 2.0625,6.17188 m -2.875,-0.84375 c -0.0208,-1.57291 -0.46355,-2.82812 -1.32812,-3.76563 -0.85418,-0.93748 -1.9896,-1.40623 -3.40625,-1.40625 -1.60418,2e-5 -2.89063,0.45314 -3.85938,1.35938 -0.95833,0.90626 -1.51042,2.1823 -1.65625,3.82812 l 10.25,-0.0156" />
<path
inkscape:connector-curvature="0"
id="path5601"
d="m 333.53125,974.69196 0,-9.46875 2.875,0 0,24.3125 -2.875,0 0,-2.625 c -0.60418,1.04166 -1.3698,1.8177 -2.29688,2.32812 -0.91667,0.5 -2.02084,0.75 -3.3125,0.75 -2.11459,0 -3.83854,-0.84375 -5.17187,-2.53125 -1.32292,-1.6875 -1.98438,-3.90624 -1.98438,-6.65625 0,-2.74999 0.66146,-4.96874 1.98438,-6.65625 1.33333,-1.68748 3.05728,-2.53123 5.17187,-2.53125 1.29166,2e-5 2.39583,0.25523 3.3125,0.76563 0.92708,0.50001 1.6927,1.27084 2.29688,2.3125 m -9.79688,6.10937 c 0,2.11459 0.43229,3.77605 1.29688,4.98438 0.87499,1.19791 2.07291,1.79687 3.59375,1.79687 1.52082,0 2.71874,-0.59896 3.59375,-1.79687 0.87499,-1.20833 1.31249,-2.86979 1.3125,-4.98438 -10e-6,-2.11457 -0.43751,-3.77082 -1.3125,-4.96875 -0.87501,-1.20832 -2.07293,-1.81248 -3.59375,-1.8125 -1.52084,2e-5 -2.71876,0.60418 -3.59375,1.8125 -0.86459,1.19793 -1.29688,2.85418 -1.29688,4.96875" />
<path
inkscape:connector-curvature="0"
id="path5603"
d="m 363.67187,972.55133 0,2.71875 c -0.81251,-0.41665 -1.65626,-0.72915 -2.53125,-0.9375 -0.87501,-0.20832 -1.78125,-0.31248 -2.71875,-0.3125 -1.42709,2e-5 -2.5,0.21877 -3.21875,0.65625 -0.70833,0.43751 -1.0625,1.09376 -1.0625,1.96875 0,0.66668 0.25521,1.19272 0.76563,1.57813 0.51041,0.37501 1.53645,0.73438 3.07812,1.07812 l 0.98438,0.21875 c 2.04166,0.43751 3.48957,1.0573 4.34375,1.85938 0.86457,0.79167 1.29686,1.90104 1.29687,3.32812 -1e-5,1.625 -0.64584,2.91146 -1.9375,3.85938 -1.28126,0.94791 -3.04688,1.42187 -5.29687,1.42187 -0.93751,0 -1.91667,-0.0937 -2.9375,-0.28125 -1.01042,-0.17708 -2.07813,-0.44792 -3.20313,-0.8125 l 0,-2.96875 c 1.0625,0.55209 2.10938,0.96875 3.14063,1.25 1.03124,0.27084 2.05208,0.40625 3.0625,0.40625 1.35416,0 2.39582,-0.22916 3.125,-0.6875 0.72915,-0.46875 1.09374,-1.125 1.09375,-1.96875 -10e-6,-0.78124 -0.26564,-1.3802 -0.79688,-1.79687 -0.52084,-0.41666 -1.67188,-0.81771 -3.45312,-1.20313 l -1,-0.23437 c -1.78126,-0.375 -3.06771,-0.94791 -3.85938,-1.71875 -0.79166,-0.78124 -1.1875,-1.84895 -1.1875,-3.20313 0,-1.64582 0.58334,-2.91665 1.75,-3.8125 1.16667,-0.89582 2.82292,-1.34373 4.96875,-1.34375 1.0625,2e-5 2.06249,0.0781 3,0.23438 0.93749,0.15626 1.80207,0.39064 2.59375,0.70312" />
<path
inkscape:connector-curvature="0"
id="path5605"
d="m 384.17187,980.06696 0,1.40625 -13.21875,0 c 0.125,1.97917 0.71875,3.48958 1.78125,4.53125 1.07291,1.03125 2.5625,1.54687 4.46875,1.54687 1.10416,0 2.17187,-0.13541 3.20313,-0.40625 1.04165,-0.27083 2.0729,-0.67708 3.09375,-1.21875 l 0,2.71875 c -1.03127,0.4375 -2.08856,0.77083 -3.17188,1 -1.08334,0.22917 -2.1823,0.34375 -3.29687,0.34375 -2.79167,0 -5.00521,-0.8125 -6.64063,-2.4375 -1.625,-1.625 -2.4375,-3.82291 -2.4375,-6.59375 0,-2.86457 0.77084,-5.1354 2.3125,-6.8125 1.55208,-1.68748 3.64062,-2.53123 6.26563,-2.53125 2.35415,2e-5 4.21353,0.76043 5.57812,2.28125 1.37499,1.51043 2.06249,3.56772 2.0625,6.17188 m -2.875,-0.84375 c -0.0208,-1.57291 -0.46355,-2.82812 -1.32812,-3.76563 -0.85418,-0.93748 -1.9896,-1.40623 -3.40625,-1.40625 -1.60418,2e-5 -2.89063,0.45314 -3.85938,1.35938 -0.95833,0.90626 -1.51042,2.1823 -1.65625,3.82812 l 10.25,-0.0156" />
<path
inkscape:connector-curvature="0"
id="path5607"
d="m 401.42187,972.70758 0,2.6875 c -0.81251,-0.4479 -1.63022,-0.78123 -2.45312,-1 -0.81251,-0.22915 -1.63543,-0.34373 -2.46875,-0.34375 -1.86459,2e-5 -3.31251,0.59377 -4.34375,1.78125 -1.03126,1.1771 -1.54688,2.83334 -1.54688,4.96875 0,2.13542 0.51562,3.79688 1.54688,4.98438 1.03124,1.17708 2.47916,1.76562 4.34375,1.76562 0.83332,0 1.65624,-0.10937 2.46875,-0.32812 0.8229,-0.22917 1.64061,-0.56771 2.45312,-1.01563 l 0,2.65625 c -0.80209,0.375 -1.63543,0.65625 -2.5,0.84375 -0.85417,0.1875 -1.76563,0.28125 -2.73437,0.28125 -2.63542,0 -4.72917,-0.82812 -6.28125,-2.48437 -1.55209,-1.65625 -2.32813,-3.89062 -2.32813,-6.70313 0,-2.85415 0.78125,-5.09894 2.34375,-6.73437 1.57292,-1.6354 3.72396,-2.45311 6.45313,-2.45313 0.88541,2e-5 1.74999,0.0938 2.59375,0.28125 0.84374,0.1771 1.66144,0.44793 2.45312,0.8125" />
<path
inkscape:connector-curvature="0"
id="path5609"
d="m 406.09375,982.62946 0,-10.59375 2.875,0 0,10.48437 c -10e-6,1.65626 0.32291,2.90105 0.96875,3.73438 0.64583,0.82291 1.61458,1.23437 2.90625,1.23437 1.55207,0 2.77603,-0.49479 3.67187,-1.48437 0.90624,-0.98958 1.35937,-2.33854 1.35938,-4.04688 l 0,-9.92187 2.875,0 0,17.5 -2.875,0 0,-2.6875 c -0.69793,1.0625 -1.51043,1.85416 -2.4375,2.375 -0.91668,0.51041 -1.98439,0.76562 -3.20313,0.76562 -2.01042,0 -3.53646,-0.625 -4.57812,-1.875 -1.04167,-1.25 -1.5625,-3.07812 -1.5625,-5.48437 m 7.23437,-11.01563 0,0" />
<path
inkscape:connector-curvature="0"
id="path5611"
d="m 436.84375,974.72321 c -0.32293,-0.18749 -0.6771,-0.32291 -1.0625,-0.40625 -0.37501,-0.0937 -0.79168,-0.14061 -1.25,-0.14063 -1.62501,2e-5 -2.87501,0.53127 -3.75,1.59375 -0.86459,1.0521 -1.29688,2.56772 -1.29688,4.54688 l 0,9.21875 -2.89062,0 0,-17.5 2.89062,0 0,2.71875 c 0.60417,-1.06249 1.39062,-1.84895 2.35938,-2.35938 0.96874,-0.52082 2.14582,-0.78123 3.53125,-0.78125 0.1979,2e-5 0.41665,0.0156 0.65625,0.0469 0.23957,0.0208 0.5052,0.0573 0.79687,0.10937 l 0.0156,2.95313" />
<path
inkscape:connector-curvature="0"
id="path5613"
d="m 439.89062,972.03571 2.875,0 0,17.5 -2.875,0 0,-17.5 m 0,-6.8125 2.875,0 0,3.64062 -2.875,0 0,-3.64062" />
<path
inkscape:connector-curvature="0"
id="path5615"
d="m 451.60937,967.06696 0,4.96875 5.92188,0 0,2.23437 -5.92188,0 0,9.5 c 0,1.42709 0.19271,2.34375 0.57813,2.75 0.39583,0.40625 1.1927,0.60938 2.39062,0.60938 l 2.95313,0 0,2.40625 -2.95313,0 c -2.21875,0 -3.75,-0.41146 -4.59375,-1.23438 -0.84375,-0.83333 -1.26562,-2.34375 -1.26562,-4.53125 l 0,-9.5 -2.10938,0 0,-2.23437 2.10938,0 0,-4.96875 2.89062,0" />
<path
inkscape:connector-curvature="0"
id="path5617"
d="m 468.60937,991.16071 c -0.8125,2.08333 -1.60417,3.4427 -2.375,4.07812 -0.77084,0.63541 -1.80208,0.95312 -3.09375,0.95313 l -2.29687,0 0,-2.40625 1.6875,0 c 0.79166,-10e-6 1.40624,-0.18751 1.84375,-0.5625 0.43749,-0.37501 0.92187,-1.26042 1.45312,-2.65625 l 0.51563,-1.3125 -7.07813,-17.21875 3.04688,0 5.46875,13.6875 5.46875,-13.6875 3.04687,0 -7.6875,19.125" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 88 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

File diff suppressed because it is too large Load diff

After

Width:  |  Height:  |  Size: 85 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

252
js/bitcoin-core.js Normal file
View file

@ -0,0 +1,252 @@
---
# This file is licensed under the MIT License (MIT) available on
# http://opensource.org/licenses/MIT.
# This file depends on JQuery and JQuery UI, so it should be separate
# from the base and main JS files which don't depend on those libraries
---
"use strict";
{% comment %}
// Display modal pop-up on button clicks
// When using this, make sure each .popup element has a parameter
{% endcomment %}
$(".popup").each(function() {
var this_id = "#" + $(this).attr('data-container');
$(this).on('click', function(clicked) {
$( this_id ).dialog({
modal: true,
show: true,
hide: true,
draggable: false,
resizeable: false,
width: Math.min($(window).width() * 0.9, 620),
open: function() {
$('.ui-widget-overlay').bind('click',function() {
$(this_id).dialog('close');
});
},
buttons: {
"Close": function() {
$( this ).dialog( "close" );
}
}
});
});
});
{% comment %}
// Used on en/bitcoin-core/privacy to show/hide columns based on button
// clicks
{% endcomment %}
$('.showcolumn').each(function() {
$(this).on('click', function() {
var class_name = $(this).attr('id');
if (class_name === 'bitcoin_core') return;
$('.showcolumn').toggleClass('active', false);
$('.showcolumn#bitcoin_core, .showcolumn#' + class_name).toggleClass('active', true);
$('.privacy-comparison th, .privacy-comparison td').toggle(false);
$('.privacy-comparison td:first-child, .privacy-comparison th:first-child, .privacy-comparison .bitcoin_core').toggle(true);
$('.privacy-comparison .' + class_name).toggle('highlight', 750);
});
});
{% comment %}
// Used on en/bitcoin-core/features/validation to create an accordion-style
// effect within a table
{% endcomment %}
$(function() {
$(".validation tr.details").hide();
$(".validation tr.brief").click(function(){
$(this).find("span").toggleClass("ui-icon-triangle-1-e").toggleClass("ui-icon-triangle-1-s");
$(this).next("tr").fadeToggle();
});
});
{% comment %}
// Used on the en/bitcoin-core/features/user-interface page to show wallets
// that support dedicated connections to Bitcoin Core.
{% endcomment %}
$(function() {
$( ".wallet_accordion" ).accordion({
active: -1,
heightStyle: "content"
});
});
{% comment %}
// Function to expand part of a section when clicked
{% endcomment %}
$(function() {
$(".show_more").hide();
$(".toggle_show_more_less").show();
$(".toggle_show_more_less").click(function() {
$(".show_more").fadeToggle();
$(".toggle_show_more_less").hide();
});
});
{% comment %}// Used on bitcoin-core/feature/requirements{% endcomment %}
$(function() {
$( "#system-requirements-accordion" ).accordion({
active: -1,
heightStyle: "content"
});
});
{% comment %}
// Begin: slideshow JS, used on en/bitcoin-core/features/
// Some JS adapted from JQuery reference, MIT license
{% endcomment %}
{% comment %}
// start_slideshow:
// - container: jquery object containing the slideshow data
{% endcomment %}
function start_slideshow(container) {
var group = container.find('.slide-group');
var slides = container.find('.slide');
var buttons = container.find('.slide-btn');
var button_array = [];
var current_index = 0;
var timeout;
{% comment %}
// short_period: time between slide changes
// long_period: time to change to the next slide after a slide has
// been manually selected
{% endcomment %}
var short_period = 3000;
var long_period = short_period * 3;
{% comment %}
// move:
// - new_index: slide to move to
// - period: time to wait before moving to the next slide
{% endcomment %}
function move(new_index, period) {
var animate_left;
var slide_left;
advance(period);
{% comment %}
// If we're already on the desired slide, don't do anything
{% endcomment %}
if (group.is(':animated') || current_index === new_index) {
return;
}
button_array[current_index].removeClass('active');
button_array[new_index].addClass('active');
{% comment %}
// Slide left or right
{% endcomment %}
if (new_index > current_index) {
slide_left = '100%';
animate_left = '-100%';
} else {
slide_left = '-100%';
animate_left = '100%';
}
slides.eq(new_index).css({
left: slide_left,
display: 'block'
});
{% comment %}
// Perform the animation
{% endcomment %}
group.animate({left: animate_left}, function() {
slides.eq(current_index).css({
display: 'none'
});
slides.eq(new_index).css({
left: 0
});
group.css({
left: 0
});
current_index = new_index;
});
}
{% comment %}
// Set timer to automatically advance to next slide
{% endcomment %}
function advance(period) {
clearTimeout(timeout);
timeout = setTimeout(function() {
if (current_index < (slides.length - 1)) {
move(current_index + 1, short_period);
} else {
move(0, short_period);
}
}, period);
}
{% comment %}
// For each slide, find its corresponding button and set an event
// handler
{% endcomment %}
$.each(slides, function(index) {
var button = $(buttons[index]);
if (index === current_index) {
button.addClass('active');
}
button.on('click', function() {
move(index, long_period);
});
button_array.push(button);
});
advance(short_period);
}
{% comment %}
// Change height of slider box to match scaled image size
{% endcomment %}
function change_slider_height() {
{% comment %}
// 125 is minimal height
{% endcomment %}
var revised_size = 125;
{% comment %}
// Look through each image since all but one will be hidden (0px)
{% endcomment %}
$(".slide img").each(function() {
var img_height = $(this).height();
if (img_height > revised_size) {
revised_size = img_height;
}
});
$(".slide-viewer").css('height', revised_size + "px");
}
{% comment %}
// This only runs after all images have been loaded, which is required so
// that the browser can autoscale them. However, that means the slidebox
// will have its default height (as set by CSS) until everything is
// loaded---which may make the slidebox a bad choice for pages with
// slow-loading resources.
{% endcomment %}
$(document).load(function() {
change_slider_height();
});
$(window).resize(function() {
change_slider_height();
});
{% comment %}
// End: slideshow JS
{% endcomment %}