new bitcoin.org

implement multilanguage
new improved clients list page
update history and statistics in the "about" page
add "Some things you need to know" page
add "Support Bitcoin" page
add a contextual presentation for each category of users (individuals, organizations, developers and enthusiasts)
add a short and concise "how it works" page
add a "vocabulary" page for Bitcoin technical words definitions
give more visibility for the foundation
new website design and layout
This commit is contained in:
Saivann 2013-03-18 14:29:59 -04:00
parent 6d00273b38
commit 2718222c9b
191 changed files with 9435 additions and 2716 deletions

40
en/about.html Normal file
View file

@ -0,0 +1,40 @@
---
layout: base-en
title: About - Bitcoin
---
<h1>About Bitcoin</h1>
<h2>A bit of history</h2>
<p>Bitcoin is one of the first implementations of a concept called crypto-currency, which was first described in 1998 by Wei Dai on the cypherpunks mailing list. Building upon the notion that money is any object, or any sort of record, accepted as payment for goods and services and repayment of debts in a given country or socio-economic context, Bitcoin is designed around the idea of a new form of money that uses cryptography to control its creation and transactions, rather than relying on central authorities.</p>
<p>In 2009, the first Bitcoin specification and proof of concept was published in a Cryptography mailing list by a member under the pseudonym of Satoshi Nakamoto. Towards the end of 2010 Satoshi left the project saying he had moved on to other things. The creator of Bitcoin never revealed his identity and simply left his invention to the world. The origin and the motivation behind Bitcoin is still today a great source of mystery.</p>
<p>Since 2010, the Bitcoin community has grown with many developers working on the project. During June and July 2011, Bitcoin suddenly gained media attention leading to a massive buy rally. The resulting bubble slowly deflated through the latter part of 2011 and the value of Bitcoin has since slowly climbed once again back to its 2011 heights.</p>
<p>On September 27th 2012, the Bitcoin Foundation was created in an effort to standardize, protect, and promote Bitcoin. Today, the Bitcoin economy is developing quickly with new users joining every day.</p>
<h2>Technical features</h2>
<p>These are the basic features of any Bitcoin-like network.</p>
<ul class="list">
<li>Bitcoins can be transferred between arbitrary nodes on the network.</li>
<li>Transactions are irreversible.</li>
<li>Double spending is prevented by using a <a href="https://en.bitcoin.it/wiki/Block_chain">block chain</a>.</li>
<li>Transactions are broadcast within seconds and <a href="https://en.bitcoin.it/wiki/FAQ#Why_do_I_have_to_wait_10_minutes_before_I_can_spend_money_I_received.3F">verified within 10 to 60 minutes</a>.</li>
<li>Transaction processing and money issuance are carried out collectively through <a href="https://en.bitcoin.it/wiki/Mining">mining</a>.</li>
<li>Transactions can be received at any time regardless of whether your computer is turned on or off.</li>
</ul>
<h2>Economic rules</h2>
<p>These rules are enforced collectively by the network. While they will not change for Bitcoin, other digital currencies using the same technology may change them to suit their needs.</p>
<ul class="list">
<li>Hard limit of <a href="https://en.bitcoin.it/wiki/Controlled_Currency_Supply">about 21 million Bitcoins</a>.</li>
<li>Bitcoins are divisible to 8 decimal places yielding a total of approx. 21×10<sup>14</sup> currency units.</li>
<li>Transactions are cheap, and <a href="https://en.bitcoin.it/wiki/Transaction_fees">mostly free</a>.</li>
</ul>
<h2>Statistics</h2>
<p>The network has been running for more than 45 months, yielding some impressive security features. There has been especially significant growth over the last year. As of February 2013, here are some statistics.</p>
<ul class="list">
<li>Long block chain (more than 220,000 blocks).</li>
<li>A lot of processing power securing transactions - estimated at over 25 terahashes/s.</li>
<li>Over $1 million USD of daily trade volume distributed across 40,000 transactions.</li>
<li>Total value of all Bitcoins in circulation is over $300 million.</li>
<li>Only one major <a href="https://en.bitcoin.it/wiki/Incidents#Value_overflow">security incident</a> (fixed in August 2010).</li>
</ul>

View file

@ -0,0 +1,27 @@
---
layout: base-en
title: Bitcoin for Developers - Bitcoin
---
<h1>Bitcoin for Developers</h1>
<p class="summary">Bitcoin can be used to build amazing things, or just answer common needs.</p>
<h2><img src="/img/ico_simple.svg" alt="Simple" />The simplest of all payment systems</h2>
<p>Unless payment needs to be associated with automatic invoices, accepting money is as simple as adding a Bitcoin address to a website as a bitcoin: link or QR code. This very simple setup is within reach of any user and can fulfill the needs of a good range of clients. It's especially suitable for donations.</p>
<h2><img src="/img/ico_conf.svg" alt="APIs" />Many third party APIs</h2>
<p>There are many third party payment processing services that provide APIs; you don't need to store bitcoins on your server and handle the security that this implies. At the same time, most of these APIs allow you to exchange your Bitcoins into your local currency at competitive costs.</p>
<h2><img src="/img/ico_own.svg" alt="Own" />You can be your own financial system</h2>
<p>If you don't use any third party APIs, you can integrate a Bitcoin server directly in your applications, allowing you to become your own bank and payment processor. With all responsibilities that this implies, you can build amazing systems that process Bitcoin transactions with almost no fees.</p>
<h2><img src="/img/ico_invoice.svg" alt="Invoice" />Bitcoin addresses to track invoices</h2>
<p>Bitcoin can create as many Bitcoin addresses as you want. So if you were to build a payment system associated with an invoice, you simply need to generate and monitor a Bitcoin address for each payment. You can also use the same addresses once the payment is done.</p>
<h2><img src="/img/ico_lock.svg" alt="Security" />Most of the security is on client side</h2>
<p>Most of all parts of the security is handled by the the protocol on client and Bitcoin network side. Authenticity is verified through private keys and double-spend through the Bitcoin network. That means, no PCI compliance or fraud detection. We love things that just work, don't we?</p>
<h2><img src="/img/ico_fast.svg" alt="Instant" />Instant transactions and confirmations</h2>
<p>A Bitcoin transaction is usually received within a few seconds and confirmed within 10 minutes. Before that, the transaction can be considered authentic but reversible. If you really require instant transaction, it is recommended to ask for a small transaction fee and use a double-spend detection system.</p>
<h2><img src="/img/ico_micro.svg" alt="Micro" />Cheap micro payments</h2>
<p>Bitcoin offers the lowest payment processing fees for any type of transaction, including micro-payments. Which means that it can also be used to design and implement new creative online services that could not exist before only because of financial limitations.</p>

View file

@ -0,0 +1,27 @@
---
layout: base-en
title: Bitcoin for Enthusiasts
---
<h1>Bitcoin for Enthusiasts</h1>
<p class="summary">Bitcoin is changing the world of finance, making it more open and democratic.</p>
<h2><img src="/img/ico_democracy.svg" alt="Democracy" />Bitcoin is a worldwide democratic consensus</h2>
<p>By its decentralized open-source nature, Bitcoin is the first payment network that is powered by its users with no central authority. Even Bitcoin developers have no power to force updates in the protocol if enough users, developers, or miners disagree. <i>You</i> have exclusive control over your Bitcoin wallet.</p>
<h2><img src="/img/ico_network.svg" alt="Network" />Digital money made for the Internet</h2>
<p>Bitcoin is born from the Internet, bringing the freedom of physical money to the virtual world while making payments easier and more secure in both worlds. Bitcoin can offer an alternative to previous cumbersome and costly systems, and it can increase online business access to developing countries.</p>
<h2><img src="/img/ico_own.svg" alt="Individual" />Protecting individual rights and freedom</h2>
<p>Bitcoin allows people to securely store and exchange value on a network that cannot be seized, manipulated or stopped by any organization or individual. It gives many powerful tools to the people so that it is easier to protect individual rights against various levels of corruption.</p>
<h2><img src="/img/ico_international.svg" alt="Global" />The first global neutral currency</h2>
<p>Not often in our history has money been disconnected from any political influence or national economy. Could Bitcoin be the first global currency to cross all barriers between nations, politics and cultures for the benefit of the common good? It certainly looks like it might happen. One for all and all for one!</p>
<h2><img src="/img/ico_transparency.svg" alt="Transparency" />Promoting transparency</h2>
<p>All Bitcoin transactions are public, but the owner or recipients of these transactions are not. Organizations can choose to reveal their ownership of some Bitcoin addresses to their members, allowing them to implement high levels of transparency.</p>
<h2><img src="/img/ico_lock.svg" alt="Secure" />Making money more secure</h2>
<p>Thanks to a clever use of strict cryptographic rules, Bitcoin provides an amazing list of security features. Not only are bitcoins impossible to counterfeit or spoof, but the protocol is also built to be very resistant against an impressive list of attacks, including distributed denial of service.</p>
<h2><img src="/img/ico_solve.svg" alt="Solve" />Solving issues with trust in banks</h2>
<p>Bitcoin offer solutions to many of the trust problems that plague banks thanks to selective accounting transparency, signature proofs, and irreversible transactions. It also increases the risks for crooked bankers: no bitcoins can be created to save them from their own mistakes at the expense of the people.</p>

View file

@ -0,0 +1,24 @@
---
layout: base-en
title: Bitcoin for Individuals - Bitcoin
---
<h1>Bitcoin for Individuals</h1>
<p class="summary">Bitcoin is the simplest way to exchange money at very low cost.</p>
<h2><img src="/img/ico_mobile.svg" alt="Mobile"/>Mobile payments made easy</h2>
<p>Bitcoin on mobiles allows you to pay with a simple two step scan-and-pay. No need to swipe your card, type a PIN or sign anything. And all you need to receive Bitcoin payments is to display the QR code in your Bitcoin wallet app and let your friend scan your mobile, or touch the two phones together (using NFC radio technology).</p>
<h2><img src="/img/ico_international.svg" alt="International" />Fast international payments</h2>
<p>Bitcoins can be transferred from Africa to Canada in 10 minutes. There is no bank to slow down the process, level outrageous fees or freeze the transfer. You can pay your neighbors the same way as you can pay a member of your family in another country.</p>
<h2><img src="/img/ico_simple.svg" alt="Anytime" />Works everywhere, anytime</h2>
<p>Just like with email, you don't need to force your family to use the same software or the same service providers. Just let them stick to their own favorites. No problem there, they are all compatible as they use the same open technology. The Bitcoin network never sleeps, even on holidays!</p>
<h2><img src="/img/ico_lock.svg" alt="Secure" />Secure transactions</h2>
<p>Bitcoin transactions are secured by military grade cryptography. Nobody can make a payment on your behalf or charge you money without having a copy of your wallet. So as long as you take required steps to <a href="/en/you-need-to-know">protect your wallet</a>, Bitcoin provides a nice level of protection against many types of fraud.</p>
<h2><img src="/img/ico_lowfee.svg" alt="Free" />Almost 100% free to use</h2>
<p>You can already send and receive payments for free! Except for special cases like very tiny micro-payments, there is no enforced fee. You can however choose to pay a small voluntary fee to increase your transaction priority and to remunerate people who operate the Bitcoin network.</p>
<h2><img src="/img/ico_anon.svg" alt="Anonymous" />Anonymous online payments</h2>
<p>Anonymous payments are a part of our everyday lives as most of real life purchases are done without the requirement to provide a proper identification. Bitcoin now introduces the same freedom to the online world. It allows you to buy services or make donations without the hassle of being passed under x-ray. However, you should note that <a href="/en/you-need-to-know"><b>full anonymity requires special efforts</b></a>.</p>

View file

@ -0,0 +1,30 @@
---
layout: base-en
title: Bitcoin for Organizations - Bitcoin
---
<h1>Bitcoin for Organizations</h1>
<p class="summary">Bitcoin is a very secure and inexpensive way to handle payments.</p>
<h2><img src="/img/ico_lowfee.svg" alt="Low Fee" />The lowest fees out there</h2>
<p>Bitcoin's high cryptographic security allows it to process transactions in a very efficient and inexpensive way. You can make and receive payments using the Bitcoin network with zero fees in most cases. You can pay a very small voluntary fee if you want to increase a transaction's priority.</p>
<h2><img src="/img/ico_shield.svg" alt="Protection" />Protection against payment and chargeback fraud</h2>
<p>Any business that accepts credit card or PayPal payments knows the problem of payments that are later reversed because the sender's account was hacked or they fraudulently claim non-delivery. The only way businesses can defend themselves against this kind of fraud is with complex risk analysis and increased prices to cover the losses. Bitcoin payments are irreversible and wallets can be kept highly secure, meaning that the cost of theft is no longer pushed onto the shoulders of merchants.</p>
<h2><img src="/img/ico_international.svg" alt="International" />Fast international payments</h2>
<p>Bitcoins can be transferred from Africa to Canada in 10 minutes. In fact, Bitcoins never have any real physical location. So you can transfer as many of them as you want anywhere with no limits, delays or excessive fees. There are no intermediate banks to make you wait three business days.</p>
<h2><img src="/img/ico_pci.svg" alt="PCI" />No PCI compliance required</h2>
<p>Accepting credit cards online typically requires extensive security checks in order to comply with the PCI standard. While it is a good thing to protect credit cards, Bitcoin security is built in such a way that makes this approach obsolete. Your payments are secured by the network, not at your expense.</p>
<h2><img src="/img/ico_fast.svg" alt="Instant" />Instant transactions for points-of-sale</h2>
<p>A Bitcoin transaction is usually deployed within a few seconds and confirmed within 10 minutes. Before that, the transaction can be considered authentic but reversible. If you really require instant transactions, it is recommended to ask for a small transaction fee and use a double-spend detection system.</p>
<h2><img src="/img/ico_visib.svg" alt="Visibility" />Get some free visibility</h2>
<p>Bitcoin is an emerging market of new customers who are searching ways to spend their coins. Accepting them is a good way to get new customers and give your business some new visibility. Accepting a new payment method has always shown to be a clever practice for online businesses.</p>
<h2><img src="/img/ico_multi.svg" alt="Multi-signature" />Multi-signature</h2>
<p>Bitcoin also includes a feature that is not yet well known, allowing coins to be spent only if a subset of a group of people sign the transaction (so-called "n of m" transactions). This is the equivalent of the good old multi-signature cheque system that you might still use with banks today.</p>
<h2><img src="/img/ico_transparency.svg" alt="Transparency" />Accounting transparency</h2>
<p>Many organizations are required to produce accounting documents about their activity and to adopt good transparency practices. Using Bitcoin offers the highest level of transparency since your balance and your transactions are public for your members if you keep them aware of your Bitcoin addresses.</p>

105
en/choose-your-wallet.html Normal file
View file

@ -0,0 +1,105 @@
---
layout: base-en
title: Choose your wallet - Bitcoin
---
<!--CSS to prevent bubbles to be partially hidden in low-res devices-->
<style xmlns="http://www.w3.org/1999/html">body{min-width:1200px;}</style>
<h1>Choose your wallet</h1>
<p>Your Bitcoin wallet is what allows you to transact with the world. It gives you ownership of Bitcoin <i>addresses</i> that you can use to receive coins from other users, and then lets you send those coins onwards. Just like email, you can receive Bitcoins when you are offline and all wallets are compatible with each other.</p>
<h2>Get started fast and easy</h2>
<p>If you are new to Bitcoin, those wallets are a good place to begin.</p>
<ul class="list">
<li><a href="https://multibit.org" target="_blank"><b>MultiBit</b></a> is an app you can download for Windows, Mac and Linux. It provides maximum privacy.</li>
<li><a href="http://blockchain.info/wallet/chrome-extension" target="_blank"><b>My Wallet</b></a> is a web wallet. Your wallet is stored in your browser but accessed via the website.</li>
<li><a href="https://play.google.com/store/apps/details?id=de.schildbach.wallet&hl=fr" target="_blank"><b>Bitcoin Wallet</b></a> for Android or <a href="https://blockchain.info/wallet/iphone-app" target="_blank"><b>Blockchain</b></a> for iPhone runs on your phone or tablet.</li>
</ul>
<h2>Be the Bitcoin network</h2>
<p><img src="/img/icon-be-the-network.svg" alt="Network" style="float:left;margin-right:10px;"/>Do you have a computer that you keep switched on all the time, that's connected to the internet? You can help the community by simply running the <a href="download"><b>original Bitcoin client</b></a> on it. The original client is more resource intensive and will take a complete day to synchronize. After that your computer will contribute to the network by checking and relaying transactions.</p>
<div class="preview">
<div class="previewcol">
<div class="previewrow">
<h2><img src="/img/ico_software.svg" alt="Software wallets" />Software wallets</h2>
<p>Software wallets are installed on your computer. They give you complete control of your wallet. You are responsible for doing backups and protecting your money. Just like cash.</p>
<span>
<span>
<h2>Bitcoin-Qt</h2>
<div><img src="/img/dow-win.png" alt="windows" /><img src="/img/dow-linux.png" alt="linux" /><img src="/img/dow-osx-uni.png" alt="mac os x" /></div>
<p>Bitcoin-Qt is the original Bitcoin client and it builds the backbone of the network. It offers the highest levels of security, privacy and stability. However it has fewer features and it takes a lot of space and memory.</p>
<p><a href="download">Download</a></p>
</span>
<a href="download"><img src="/img/clients/lo-bitcoin.png" alt="bitcoin-qt" /></a>
</span>
<span>
<span>
<h2>Multibit</h2>
<div><img src="/img/dow-win.png" alt="windows" /><img src="/img/dow-linux.png" alt="linux" /><img src="/img/dow-osx-uni.png" alt="mac os x" /></div>
<p>Multibit is a lightweight client that focuses on being fast and easy to use. It synchronizes with the network and is ready to use in minutes. Multibit also supports many languages. It is a good choice for non-technical users.</p>
<p><a href="https://multibit.org/" target="_blank">Visit website</a></p>
</span>
<a href="https://multibit.org/" target="_blank"><img src="/img/clients/lo-multibit.png" alt="multibit" /></a>
</span>
<span>
<span>
<h2>Armory</h2>
<div><img src="/img/dow-win.png" alt="windows" /><img src="/img/dow-linux.png" alt="linux" /></div>
<p>Armory is an advanced Bitcoin client that runs on top of Bitcoin-Qt. Expanding its features for Bitcoin power users. It offers many backup and encryption features, and it allows secure cold-storage on offline computers.</p>
<p><a href="http://bitcoinarmory.com/" target="_blank">Visit website</a></p>
</span>
<a href="http://bitcoinarmory.com/" target="_blank"><img src="/img/clients/lo-armory.png" alt="armory" /></a>
</span>
<span>
<span>
<h2>Electrum</h2>
<div><img src="/img/dow-win.png" alt="windows" /><img src="/img/dow-linux.png" alt="linux" /><img src="/img/dow-osx-uni.png" alt="mac os x" /><img src="/img/dow-android.png" alt="android" /></div>
<p>Electrum's focus is speed and simplicity, with low resource usage. It uses remote servers that handle the most complicated parts of the Bitcoin system, and it allows you to recover your wallet from an encrypted online backup.</p>
<p><a href="http://electrum.org/" target="_blank">Visit website</a></p>
</span>
<a href="http://electrum.org/" target="_blank"><img src="/img/clients/lo-electrum.png" alt="electrum" /></a>
</span>
</div>
<div class="previewrow">
<h2><img src="/img/ico_mobile.svg" alt="mobile wallets" />Mobile wallets</h2>
<p>Mobile wallets allow you to bring Bitcoin with you in your pocket. You can exchange coins easily and pay in physical stores by scanning a QR code or using NFC "tap to pay".</p>
<span>
<span>
<h2>Bitcoin Wallet</h2>
<div><img src="/img/dow-android.png" alt="android" /></div>
<p>Bitcoin wallet is a lightweight mobile client that is available for Android phones and tablets. This client does not need to be associated with any online service to work. It is compatible with QR Code scanning and NFC.</p>
<p><a href="https://play.google.com/store/apps/details?id=de.schildbach.wallet&hl=fr" target="_blank">Visit website</a></p>
</span>
<a href="https://play.google.com/store/apps/details?id=de.schildbach.wallet&hl=fr" target="_blank"><img src="/img/clients/lo-bitcoinwallet.png" alt="bitcoin wallet" /></a>
</span>
<span>
<span>
<h2>Blockchain</h2>
<div><img src="/img/dow-android.png" alt="android" /><img src="/img/dow-ios.png" alt="ios" /></div>
<p>Blockchain is a mobile online wallet powered by blockchain.info. It is also available for iPhones in a restricted mode to fits Apple policies. It includes many blockchain.info features like online wallet backup.</p>
<p><a href="https://blockchain.info/wallet/" target="_blank">Visit website</a></p>
</span>
<a href="https://blockchain.info/wallet/" target="_blank"><img src="/img/clients/lo-blockchain.png" alt="blockchain" /></a>
</span>
</div>
<div class="previewrow">
<h2><img src="/img/ico_international.svg" alt="online wallets" />Online wallets</h2>
<p>Online wallets allow you to use your Bitcoin anywhere with less do to protect them. However, <b>you must choose your online wallet with care as they host your Bitcoins</b>.</p>
<span>
<span>
<h2>Blockchain</h2>
<div></div>
<p>Blockchain is a user-friendly web wallet. It stores an encrypted version of your wallet online but decryption only happens in your browser. For security reasons, you should always use the browser extension and email backups.</p>
<p><a href="http://blockchain.info/wallet/chrome-extension" target="_blank">Visit website</a></p>
</span>
<a href="https://blockchain.info/wallet/" target="_blank"><img src="/img/clients/lo-blockchain.png" alt="blockchain" /></a>
</span>
</div>
</div>
<div class="previewcol">.</div>
</div>

21
en/community.html Normal file
View file

@ -0,0 +1,21 @@
---
layout: base-en
title: Community - Bitcoin
---
<h1>Bitcoin communities</h1>
<ul class="ressources">
<li><a href="http://bitcoin.stackexchange.com/" target="_blank">Bitcoin StackExchange (Q&amp;A)</a></li>
<li><a href="https://bitcointalk.org/">BitcoinTalk Forum</a></li>
<li>Join the project's lively IRC channels on the <a href="http://freenode.net/" target="_blank">FreeNode</a> network<br>or use the <a href="http://webchat.freenode.net/?channels=bitcoin&amp;uio=d4" target="_blank">FreeNode Web IRC</a>.
<ul>
<li><strong>#bitcoin</strong> (General Bitcoin-related)</li>
<li><strong>#bitcoin-dev</strong> (Development and technical)</li>
<li><strong>#bitcoin-otc</strong> (Over The Counter exchange)</li>
<li><strong>#bitcoin-market</strong> (Live quotes from markets)</li>
<li><strong>#bitcoin-mining</strong> (Bitcoin mining related)</li>
</ul>
</li>
<li><a href="http://twitter.com/#!/search/bitcoin" target="_blank">Twitter Search</a></li>
<li><a href="https://www.facebook.com/pages/Bitcoin-P2P-Cryptocurrency/134466763256650" target="_blank">Facebook Page</a></li>
<li><a href="http://www.reddit.com/r/Bitcoin/" target="_blank">Reddit's Bitcoin community</a></li>
</ul>

53
en/development.html Normal file
View file

@ -0,0 +1,53 @@
---
layout: base-en
title: Development - Bitcoin
---
<h1>Bitcoin development</h1>
<h2>Specification</h2>
<p>If you are interested in learning more about the technical details of Bitcoin it is recommended you start with these documents.</p>
<ul class="list">
<li><a href="/bitcoin.pdf">Bitcoin: A Peer-to-Peer Electronic Cash System</a></li>
<li><a href="https://en.bitcoin.it/wiki/Protocol_rules" target="_blank">Protocol rules</a></li>
<li><a href="https://en.bitcoin.it/wiki/Category:Technical" target="_blank">Bitcoin Wiki</a></li>
</ul>
<h2>Developers</h2>
<ul class="list">
<li>Satoshi Nakamoto</li>
<li>Gavin Andresen - <a href="mailto:gavinandresen@gmail.com">gavinandresen@gmail.com</a> (<a href="/gavinandresen.asc">PGP</a>)</li>
<li>Pieter Wuille - <a href="mailto:pieter.wuille@gmail.com">pieter.wuille@gmail.com</a> (<a href="/pieterwuille.asc">PGP</a>)</li>
<li>Nils Schneider - <a href="mailto:nils.schneider@gmail.com">nils.schneider@gmail.com</a> (<a href="/schneider.asc">PGP</a>)</li>
<li>Jeff Garzik - <a href="mailto:jgarzik@exmulti.com">jgarzik@exmulti.com</a> (<a href="/jgarzik-exmulti.asc">PGP</a>)</li>
<li>Wladimir J. van der Laan - <a href="mailto:laanwj@gmail.com">laanwj@gmail.com</a> (<a href="/laanwj.asc">PGP</a>)</li>
<li>Gregory Maxwell - <a href="mailto:gmaxwell@gmail.com">gmaxwell@gmail.com</a> (<a href="/gmaxwell.asc">PGP</a>)</li>
</ul>
<h2>Get involved</h2>
<p>Bitcoin development is open source and any developer can contribute to the project. Everything you need is in the <a href="https://github.com/bitcoin/bitcoin" target="_blank">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.</p>
<section id="contributors">
<h2>Contributors</h2>
<p>(Ordered by number of commits)</p>
<table class="contributors">
<tr>
{% for c in site.project.contributors %}
<td>
{% if c.gravatar_id %}
<img class="icon" height="16" width="16" src="https://secure.gravatar.com/avatar/{{c.gravatar_id}}?s=140&d=http%3A%2F%2Fbitcoin.org%2Fimg%2Fgravatar-140.png" />
{% else %}
<img class="icon" height="16" width="16" src="http://bitcoin.org/img/gravatar-140.png" />
{% endif %}
{% if c.login %}
<a href="http://github.com/{{c.login}}">
{{ c.name }} ({{ c.contributions }})
</a>
{% else %}
{{ c.name }} ({{ c.contributions }})
{% endif %}
</td>
{% cycle nil, nil, nil, nil, '</tr><tr>' %}
{% endfor %}
</tr>
</table>
</section>

19
en/download.html Normal file
View file

@ -0,0 +1,19 @@
---
layout: base-en
title: Download - Bitcoin
---
<h1>Download Bitcoin-Qt</h1>
<h2>Latest version : {{ site.DOWNLOAD_VERSION }}</h2>
<p class="download">
<img src="/img/dow-win.png"> <a href="http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-{{ site.DOWNLOAD_VERSION }}/bitcoin-{{ site.DOWNLOAD_VERSION }}-win32.zip/download">Download for Windows (zip)</a> <small>~13MB</small><br>
<img src="/img/dow-win.png"> <a href="http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-{{ site.DOWNLOAD_VERSION }}/bitcoin-{{ site.DOWNLOAD_VERSION }}-win32-setup.exe/download">Download for Windows (exe)</a> <small>~9MB</small><br>
<img src="/img/dow-ubuntu.png"> <a href="https://launchpad.net/~bitcoin/+archive/bitcoin">Download for Ubuntu (PPA)</a><br>
<img src="/img/dow-linux.png"> <a href="http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-{{ site.DOWNLOAD_VERSION }}/bitcoin-{{ site.DOWNLOAD_VERSION }}-linux.tar.gz/download">Download for Linux (tgz, 32/64-bit)</a> <small>~12MB</small><br>
<img src="/img/dow-osx-uni.png"> <a href="http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-{{ site.DOWNLOAD_VERSION }}/bitcoin-{{ site.DOWNLOAD_VERSION }}-osx.dmg/download">Download for Mac OS X</a> <small>~13MB</small><br>
<img style="width: 16px"> <a href="https://github.com/bitcoin/bitcoin">Source code</a> (GitHub)<br><br>
<img style="width: 16px"> <a href="/en/version-history" style="font-weight:bold;">Show version history</a>
</p>
<br>
<p>Bitcoin-Qt is a community-driven <a target="_blank" href="http://www.fsf.org/about/what-is-free-software">free open source</a> project, released under the <a href="http://creativecommons.org/licenses/MIT/" target="_blank">MIT license</a>.</p>
<p><b>Note</b> : Bitcoin-Qt initial sync can take a day to complete. You should make sure that you have enough bandwidth and storage for the full <a target="_blank" href="http://blockchain.info/charts/blocks-size">blockchain size</a>.</p>

340
en/faq.html Normal file
View file

@ -0,0 +1,340 @@
---
layout: base-en
title: Frequently Asked Questions
---
<h1>Frequently Asked Questions</h1>
<h2>Table of contents</h2>
<ul class="index">
<li><a href="#general">General</a></li>
<ul>
<li><a href="#what-are-bitcoins">What are Bitcoins?</a></li>
<li><a href="#how-to-get-bitcoins">How can I get Bitcoins?</a></li>
<li><a href="#does-bitcoin-guarantee-an-influx-of-free-money">Does Bitcoin guarantee an influx of free money?</a></li>
<li><a href="#can-i-buy-bitcoins-with-paypal">Can I buy bitcoins with Paypal?</a></li>
<li><a href="#how-are-new-bitcoins-created">How are new bitcoins created?</a></li>
<li><a href="#what-is-the-current-total-number-of-bitcoins-in-existence">What is the current total number of bitcoins in existence?</a></li>
<li><a href="#how-divisible-are-bitcoins">How divisible are bitcoins?</a></li>
<li><a href="#what-do-i-call-the-various-denominations-of-bitcoins">What do I call the various denominations of bitcoins?</a></li>
<li><a href="#how-does-the-halving-work-when-the-number-gets-really-small">How does the halving work when the number gets really small?</a></li>
<li><a href="#how-long-will-it-take-to-generate-all-the-coins">How long will it take to generate all the coins?</a></li>
<li><a href="#if-no-more-coins-are-going-to-be-generated-will-more-blocks-be-created">If no more coins are going to be generated, will more blocks be created?</a></li>
<li><a href="#but-if-no-more-coins-are-generated-what-happens-when-bitcoins-are-lost">But if no more coins are generated, what happens when Bitcoins are lost?</a></li>
<li><a href="#if-every-transaction-is-broadcast-via-the-network-does-bitcoin-scale">If every transaction is broadcast via the network, does Bitcoin scale?</a></li>
</ul>
<li><a href="#economy">Economy</a></li>
<ul>
<li><a href="#where-does-the-value-of-bitcoin-stem-from-what-backs-up-bitcoin">Where does the value of Bitcoin stem from? What backs up Bitcoin?</a></li>
<li><a href="#is-bitcoin-a-bubble">Is Bitcoin a bubble?</a></li>
<li><a href="#is-bitcoin-a-ponzi-scheme">Is Bitcoin a Ponzi scheme?</a></li>
<li><a href="#doesnt-bitcoin-unfairly-benefit-early-adopters">Doesn't Bitcoin unfairly benefit early adopters?</a></li>
<li><a href="#wont-the-finite-amount-of-bitcoins-create-excessive-deflation-destroying-bitcoin">Won't the finite amount of Bitcoins create excessive deflation, destroying Bitcoin?</a></li>
<li><a href="#what-if-someone-bought-up-all-the-existing-bitcoins">What if someone bought up all the existing Bitcoins?</a></li>
<li><a href="#what-if-someone-creates-a-new-digital-currency-that-renders-bitcoin-obsolete">What if someone creates a new digital currency that renders Bitcoin obsolete?</a></li>
</ul>
<li><a href="#transaction">Transaction</a></li>
<ul>
<li><a href="#why-do-i-have-to-wait-10-minutes-before-i-can-spend-money-i-received">Why do I have to wait 10 minutes before I can spend money I received?</a></li>
<li><a href="#do-you-have-to-wait-until-my-transactions-are-confirmed-in-order-to-buy-or-sell-things">Do you have to wait until my transactions are confirmed in order to buy or sell things?</a></li>
<li><a href="#i-was-sent-some-bitcoins-and-they-havent-arrived-yet-where-are-they">I was sent some bitcoins and they haven't arrived yet! Where are they?</a></li>
<li><a href="#why-does-my-bitcoin-address-keep-changing">Why does my Bitcoin address keep changing?</a></li>
<li><a href="#how-much-will-the-transaction-fee-be">How much will the transaction fee be?</a></li>
<li><a href="#what-happens-when-someone-sends-me-a-bitcoin-but-my-computer-is-powered-off">What happens when someone sends me a bitcoin but my computer is powered off?</a></li>
<li><a href="#how-long-does-synchronizing-take-when-the-bitcoin-client-is-first-installed-whats-it-doing">How long does "synchronizing" take when the Bitcoin client is first installed? What's it doing?</a></li>
</ul>
<li><a href="#networking">Networking</a></li>
<ul>
<li><a href="#do-i-need-to-configure-my-firewall-to-run-bitcoin">Do I need to configure my firewall to run Bitcoin?</a></li>
<li><a href="#how-does-the-peer-finding-mechanism-work">How does the peer finding mechanism work?</a></li>
</ul>
<li><a href="#mining">Mining</a></li>
<ul>
<li><a href="#what-is-mining">What is mining?</a></li>
<li><a href="#is-mining-used-for-some-useful-computation">Is mining used for some useful computation?</a></li>
<li><a href="#is-it-not-a-waste-of-energy">Is it not a waste of energy?</a></li>
<li><a href="#why-dont-we-use-calculations-that-are-also-useful-for-some-other-purpose">Why don't we use calculations that are also useful for some other purpose?</a></li>
<li><a href="#how-can-we-stop-miners-from-creating-zero-transaction-blocks">How can we stop miners from creating zero transaction blocks?</a></li>
<li><a href="#how-does-the-proof-of-work-system-help-secure-bitcoin">How does the proof-of-work system help secure Bitcoin?</a></li>
<li><a href="#what-do-i-need-to-start-mining">What do I need to start mining?</a></li>
</ul>
<li><a href="#security">Security</a></li>
<ul>
<li><a href="#could-miners-collude-to-give-themselves-money-or-to-change-the-nature-of-bitcoin">Could miners collude to give themselves money or to change the nature of Bitcoin?</a></li>
</ul>
<li><a href="#help">Help</a></li>
</ul>
<h2><a name="general">General</a></h2>
<h3><a name="what-are-bitcoins">What are bitcoins?</a></h3>
<p>Bitcoins are the unit of currency of the Bitcoin system. A commonly used shorthand for this is “BTC” to refer to a price or amount (eg: “100 BTC”).</p>
<p>There are such things as <a href="https://en.bitcoin.it/wiki/Physical_bitcoins">physical bitcoins</a>, but ultimately, a bitcoin is just a number associated with a Bitcoin address. A physical bitcoin is simply an object, such as a coin, with the number carefully embedded inside. See also an <a href="https://en.bitcoin.it/wiki/Introduction">Introduction to bitcoin</a>.</p>
<h3 name="how-to-get-bitcoins">How can I get bitcoins?</a></h3>
<p>There are a variety of ways to acquire bitcoins:</p>
<ul>
<li>Accept bitcoins as payment for goods or services.</li>
<li>There are several services where you can <a href="https://en.bitcoin.it/wiki/Buying_Bitcoins_(the_noob_version)">trade them</a> for traditional currency.</li>
<li>Find someone to trade cash for bitcoins in-person through a <a href="https://en.bitcoin.it/wiki/Category:Directories">local directory</a>.</li>
<li>Participate in a <a href="https://en.bitcoin.it/wiki/Pooled_mining">mining pool</a>.</li>
<li>If you have a lot of mining hardware, you can solo mine and attempt to create a new <a href="https://en.bitcoin.it/wiki/block">block</a> (currently yields 25 bitcoins plus transaction fees).</li>
</ul>
<h3><a name="does-bitcoin-guarantee-an-influx-of-free-money">Does Bitcoin guarantee an influx of free money?</a></h3>
<p>
Since Bitcoin is a new technology, what it is and how it works may be initially unclear. Bitcoin is sometimes presented as being one of three things:
</p>
<ol style="list-style-type: upper-alpha;">
<li>Some sort of online 'get-rich-quick' scam.</li>
<li>A loophole in the market economy, the installation of which guarantees a steady influx of cash.</li>
<li>A sure investment that will almost certainly yield a profit.</li>
</ol>
<p>
In fact, none of the above are true. Let's look at them independently.
</p>
<h4>Is Bitcoin a 'get-rich-quick' scheme?</h4>
<p>If you've spent much time on the Internet, you've probably seen ads for many 'get-rich-quick' schemes. These ads usually promise huge profits for a small amounts of easy work. Such schemes are usually pyramid/matrix-style schemes that make money from their own employees and offer nothing of any real value. Most convince one to buy packages that will make them earn hundreds a day, which in fact have the buyer distribute more such ads, and make minute profits.</p>
<p>Bitcoin is in no way similar to these schemes. Bitcoin doesn't promise windfall profits. There is no way for the developers to make money from your involvement or to take money from you. That bitcoins are nearly impossible to acquire without the owner's consent represents one of its greatest strengths. Bitcoin is an experimental, virtual currency that may succeed or may fail. None of its developers expect to get rich off of it.</p>
<p>A more detailed answer to this question can be found <a href="http://bitcointalk.org/?topic=7815.0">here</a>.</p>
<h4>Will I make money by installing the client?</h4>
<p>Most people who use Bitcoin don't earn anything by doing so, and the default client has no built-in way to earn Bitcoins. A small minority of people with dedicated, high-performance hardware do earn some Bitcoins by "<i>mining</i>" (generating new bitcoins, see [[#What is mining?|What is mining?]]) with special software, but joining Bitcoin shouldn't be construed as being the road to riches. Most Bitcoin users get involved because they find the project conceptually interesting and don't earn anything by doing so. This is also why you won't find much speculation about the political or economic repercussions of Bitcoin anywhere on this site: Bitcoin developers owe their dedication to the project's intellectual yieldings more than to those of a monetary nature. Bitcoin is still taking its first baby steps; it may go on to do great things but right now it only has something to offer those chasing conceptually interesting projects or bleeding edge technology.
</p>
<h4>As an investment, is Bitcoin a sure thing?</h4>
<p>Bitcoin is a new and interesting electronic currency, the value of which is not backed by any single government or organization. Like other currencies, it is worth something partly because people are willing to trade it for goods and services. Its exchange rate fluctuates continuously, and sometimes wildly. It lacks wide acceptance and is vulnerable to manipulation by parties with modest funding. Security incidents such as website and account compromise may trigger major sell-offs. Other fluctuations can build into positive feedback loops cause much larger exchange rate fluctuations. Anyone who puts money into Bitcoin should take measures to reduce their risk and consider it as a high-risk currency. Later, as Bitcoin becomes better known and more widely accepted, it should stabilize, but for the time being it is unpredictable. Any investment in Bitcoin should be done carefully and with a clear plan to manage risk.<p>
<h3><a name="can-i-buy-bitcoins-with-paypal">Can I buy bitcoins with Paypal?</a></h3>
<p>It is possible to buy <a href="https://en.bitcoin.it/wiki/Physical_bitcoins">physical bitcoins</a> with PayPal but it is otherwise difficult and/or expensive to do so, because of significant risk to the seller.</p>
<p>While it is possible to find an individual who wishes to sell Bitcoin to you via Paypal, (perhaps via <a href="http://www.bitcoin-otc.com/">#bitcoin-otc</a> ) most exchanges do not allow funding through PayPal. This is due to repeated cases where someone pays for bitcoins with Paypal receives their bitcoins, and then fraudulently complains to Paypal that they never received their purchase. PayPal often sides with the fraudulent buyer in this case which means any seller would need to cover that risk with higher fees or refuse to accept PayPal altogether.</p>
<p>Buying Bitcoins from individuals with this method is still possible, but requires the seller to have some trust that the buyer will not file a claim with PayPal to reverse the payment.</p>
<h3><a name="how-are-new-bitcoins-created">How are new bitcoins created?</a></h3>
<div style="float: right">
<img src="https://en.bitcoin.it/w/images/en/thumb/e/e3/Total_bitcoins_over_time_graph.png/180px-Total_bitcoins_over_time_graph.png" alt="Total bitcoins over time">
<p><i>Total Bitcoins over time</i></p>
</div>
<p>New bitcoins are generated by the network through the process of <i>mining</i>. In a process that is similar to a continuous raffle draw, mining nodes on the network are awarded bitcoins each time they find the solution to a certain mathematical problem (and thereby create a new <a href="https://en.bitcoin.it/wiki/Block">block</a>). Creating a block is a <a href="https://en.bitcoin.it/wiki/Proof_of_work">proof of work</a> with a difficulty that varies with the overall strength of the network. The reward for solving a block is <a href="https://en.bitcoin.it/wiki/Controlled_Currency_Supply">automatically adjusted</a> so that in roughly the first four years of operation of the Bitcoin network, {{formatnum:10500000}} BTC will be created. This amount is halved each four years, so it will be {{formatnum:5250000}} over years 4-8, {{formatnum:2625000}} over years 8-12, and so on. Thus the total number of bitcoins in existence will not exceed {{formatnum:21000000}}. See <a href="https://en.bitcoin.it/wiki/Controlled_Currency_Supply">Controlled Currency Supply</a>.</p>
<p>Blocks are <a href="https://en.bitcoin.it/wiki/Mining">mined</a> every 10 minutes, on average and for the first four years ({{formatnum:210000}} blocks) each block includes 50 new bitcoins. As the amount of processing power directed at mining changes, the difficulty of creating new bitcoins changes. This difficulty factor is calculated every 2016 blocks and is based upon the time taken to generate the previous 2016 blocks. See <a href="https://en.bitcoin.it/wiki/Mining">Mining</a>.</p>
<h3><a name="what-is-the-current-total-number-of-bitcoins-in-existence">What's the current total number of bitcoins in existence?</a></h3>
<p><a href="http://blockexplorer.com/q/totalbc">Current count</a>. Also see <a href="https://blockchain.info/charts/total-bitcoins">Total bitcoins in circulation chart</a></p>
<p>The number of blocks times the coin value of a block is the number of coins in existence. The coin value of a block is 50 BTC for each of the first {{formatnum:210000}} blocks, 25 BTC for the next {{formatnum:210000}} blocks, then 12.5 BTC, 6.25 BTC and so on.</p>
<h3><a name="how-divisible-are-bitcoins">How divisible are bitcoins?</a></h3>
<p>A bitcoin can be divided down to 8 decimal places. Therefore, 0.00000001 BTC is the smallest amount that can be handled in a transaction. If necessary, the protocol and related software can be modified to handle even smaller amounts.</p>
<h3><a name="what-do-i-call-the-various-denominations-of-bitcoins">What do I call the various denominations of bitcoins?</a></h3>
<p>There is a lot of discussion about the naming of these fractions of bitcoins. The leading candidates are:</p>
<ul>
<li>1 BTC = 1 bitcoin</li>
<li>0.01 BTC = 1 cBTC = 1 centibitcoin (also referred to as bitcent)</li>
<li>0.001 BTC = 1 mBTC = 1 millibitcoin (also referred to as mbit (pronounced em-bit) or millibit or even bitmill)</li>
<li>0.000 001 BTC = 1 μBTC = 1 microbitcoin (also referred to as ubit (pronounced yu-bit) or microbit)</li>
</ul>
<p>The above follows the accepted international SI prefixes for hundredths, thousandths, and millionths. There are many arguments against the special case of 0.01 BTC since it is unlikely to represent anything meaningful as the Bitcoin economy grows (it certainly won't be the equivalent of 0.01 USD, GBP or EUR). Equally, the inclusion of existing national currency denominations such as "cent", "nickel", "dime", "pence", "pound", "kopek" and so on are to be discouraged; this is a worldwide currency.</p>
<p>One exception is the "satoshi" which is smallest denomination currently possible</p>
<ul>
<li>0.000 000 01 BTC = 1 satoshi (pronounced sa-toh-shee)</li>
</ul>
<p>which is so named in honour of Satoshi Nakamoto, the pseudonym of the inventor of Bitcoin.</p>
<p>For an overview of all defined units of Bitcoin (including less common and niche units), see <a href="https://en.bitcoin.it/wiki/Units">Units</a>.</p>
<p>Further discussion on this topic can be found on the forums here:</p>
<ul>
<li><a href="https://bitcointalk.org/index.php?topic=14438.msg195287#msg195287">We need names</a></li>
<li><a href="https://bitcointalk.org/index.php?topic=8282.0">What to call 0.001 BTC</a></li>
</ul>
<h3><a name="how-does-the-halving-work-when-the-number-gets-really-small">How does the halving work when the number gets really small?</a></h3>
<p>Eventually the reward will go from 0.00000001 BTC to zero and no more bitcoins will be created.</p>
<p>The block reward calculation is done as a right bitwise shift of a 64-bit signed integer, which means it is divided by two and rounded down. The integer is equal to the value in BTC * 100,000,000 since internally in the reference client software, all Bitcoin balances and values are stored as unsigned integers.</p>
<p>With an initial block reward of 50 BTC, it will take many 4-year periods for the block reward to reach zero.</p>
<h3><a name="how-long-will-it-take-to-generate-all-the-coins">How long will it take to generate all the coins?</a></h3>
<p>The last block that will generate coins will be block #6,929,999 which should be generated at or near the year 2140. The total number of coins in circulation will then remain static at 20,999,999.9769 BTC.</p>
<p>Even if the allowed precision is expanded from the current 8 decimals, the total BTC in circulation will always be slightly below 21 million (assuming everything else stays the same). For example, with 16 decimals of precision, the end total would be 20,999,999.999999999496 BTC.</p>
<h3><a name="if-no-more-coins-are-going-to-be-generated-will-more-blocks-be-created">If no more coins are going to be generated, will more blocks be created?</a></h3>
<p>Absolutely! Even before the creation of coins ends, the use of <a href="https://en.bitcoin.it/wiki/Transaction_fee">transaction fees</a> will likely make creating new blocks more valuable from the fees than the new coins being created. When coin generation ends, these fees will sustain the ability to use bitcoins and the Bitcoin network. There is no practical limit on the number of blocks that will be mined in the future.</p>
<h3><a name="but-if-no-more-coins-are-generated-what-happens-when-bitcoins-are-lost">But if no more coins are generated, what happens when Bitcoins are lost? Won't that be a problem?</a></h3>
<p>Because of the law of supply and demand, when fewer bitcoins are available the ones that are left will be in higher demand, and therefore will have a higher value. So, as Bitcoins are lost, the remaining bitcoins will eventually increase in value to compensate. As the value of a bitcoin increases, the number of bitcoins required to purchase an item '''de'''creases. This is a <a href="https://en.bitcoin.it/wiki/Deflationary_spiral">deflationary economic model</a>. As the average transaction size reduces, transactions will probably be denominated in sub-units of a bitcoin such as millibitcoins ("Millies") or microbitcoins ("Mikes").</p>
<p>The Bitcoin protocol uses a base unit of one hundred-millionth of a Bitcoin ("a Satoshi"), but unused bits are available in the protocol fields that could be used to denote even smaller subdivisions.</p>
<h3><a name="if-every-transaction-is-broadcast-via-the-network-does-bitcoin-scale">If every transaction is broadcast via the network, does Bitcoin scale?</a></h3>
<p>The Bitcoin protocol allows lightweight clients that can use Bitcoin without downloading the entire transaction history. As traffic grows and this becomes more critical, implementations of the concept will be developed. Full network nodes will at some point become a more specialized service.</p>
<p>With some modifications to the software, full Bitcoin nodes could easily keep up with both VISA and MasterCard combined, using only fairly modest hardware (a single high end server by todays standards). It is worth noting that the MasterCard network is structured somewhat like Bitcoin itself - as a peer to peer broadcast network.</p>
<p>Learn more about <a href="https://en.bitcoin.it/wiki/Scalability">Scalability</a>.</p>
<h2><a name="#economy">Economy</a></h2>
<h3><a name="where-does-the-value-of-bitcoin-stem-from-what-backs-up-bitcoin">Where does the value of Bitcoin stem from? What backs up Bitcoin?</a></h3>
<p>Bitcoins have value because they are useful and because they are <a href="https://en.bitcoin.it/wiki/Controlled_Currency_Supply">scarce</a>. As they are accepted by more merchants, their value will <a href="http://en.wikipedia.org/wiki/Sticky_%28economics%29">stabilize</a>. See the <a href="https://en.bitcoin.it/wiki/Trade">list of Bitcoin-accepting sites</a>.</p>
<p>When we say that a currency is backed up by gold, we mean that there's a promise in place that you can exchange the currency for gold. Bitcoins, like dollars and euros, are not backed up by anything except the variety of merchants that accept them.</p>
<p>It's a common misconception that Bitcoins gain their value from the cost of electricity required to generate them. Cost doesn't equal value hiring 1,000 men to shovel a big hole in the ground may be costly, but not valuable. Also, even though scarcity is a critical requirement for a useful currency, it alone doesn't make anything valuable. For example, your fingerprints are scarce, but that doesn't mean they have any exchange value.</p>
<p>Alternatively it needs to be added that while the law of supply and demand applies it does not guarantee value of Bitcoins in the future. If confidence in Bitcoins is lost then it will not matter that the supply can no longer be increased, the demand will fall off with all holders trying to get rid of their coins. An example of this can be seen in cases of state currencies, in cases when the state in question dissolves and so no new supply of the currency is available (the central authority managing the supply is gone), however the demand for the currency falls sharply because confidence in its purchasing power disappears. Of-course Bitcoins do not have such central authority managing the supply of the coins, but it does not prevent confidence from eroding due to other situations that are not necessarily predictable.</p>
<h3><a name="is-bitcoin-a-bubble">Is Bitcoin a bubble?</a></h3>
<p>Yes, in the same way as the euro and dollar are. They only have value in exchange and have no inherent value. If everyone suddenly stopped accepting your dollars, euros or bitcoins, the "bubble" would burst and their value would drop to zero. But that is unlikely to happen: even in Somalia, where the government collapsed 20 years ago, <a href="http://en.wikipedia.org/wiki/Somali_shilling">Somali shillings</a> are still accepted as payment.</p>
<h3><a name="is-bitcoin-a-ponzi-scheme">Is Bitcoin a Ponzi scheme?</a></h3>
<p>In a Ponzi Scheme, the founders persuade investors that theyll profit. Bitcoin does not make such a guarantee. There is no central entity, just individuals building an economy.</p>
<p>A ponzi scheme is a zero sum game. Early adopters can only profit at the expense of late adopters. Bitcoin has possible win-win outcomes. Early adopters profit from the rise in value. Late adopters, and indeed, society as a whole, benefit from the usefulness of a stable, fast, inexpensive, and widely accepted p2p currency.</p>
<p>The fact that early adopters benefit more doesn't alone make anything a Ponzi scheme. All good investments in successful companies have this quality.</p>
<h3><a name="doesnt-bitcoin-unfairly-benefit-early-adopters">Doesn't Bitcoin unfairly benefit early adopters?</a></h3>
<p>Early adopters have a large number of bitcoins now because they took a risk and invested resources in an unproven technology. By so doing, they have helped Bitcoin become what it is now and what it will be in the future (hopefully, a ubiquitous decentralized digital currency). It is only fair they will reap the benefits of their successful investment.</p>
<p>In any case, any bitcoin generated will probably change hands dozens of time as a medium of exchange, so the profit made from the initial distribution will be insignificant compared to the total commerce enabled by Bitcoin.</p>
<p>Since the pricing of Bitcoins has fallen greatly from its June 2011 peak, prices today are much more similar to those enjoyed by many early adopters. Those who are buying Bitcoins today likely believe that Bitcoin will grow significantly in the future. Setting aside the brief opportunity to have sold Bitcoins at the June 2011 peak enjoyed by few, the early-adopter window is arguably still open.</p>
<h3><a name="wont-the-finite-amount-of-bitcoins-create-excessive-deflation-destroying-bitcoin">Won't loss of wallets and the finite amount of Bitcoins create excessive deflation, destroying Bitcoin?</a></h3>
<p>Worries about Bitcoin being destroyed by deflation are not entirely unfounded. Unlike most currencies, which experience inflation as their founding institutions create more and more units, Bitcoin will likely experience gradual deflation with the passage of time. Bitcoin is unique in that only a small amount of units will ever be produced (twenty-one million to be exact), this number has been known since the project's inception, and the units are created at a predicable rate.</p>
<p>Also, Bitcoin users are faced with a danger that doesn't threaten users of any other currency: if a Bitcoin user loses his wallet, his money is gone forever, unless he finds it again. And not just to him; it's gone completely out of circulation, rendered utterly inaccessible to anyone. As people will lose their wallets, the total number of Bitcoins will slowly decrease.</p>
<p>Therefore, Bitcoin seems to be faced with a unique problem. Whereas most currencies inflate over time, Bitcoin will mostly likely do the just the opposite. Time will see the irretrievable loss of an ever-increasing number of Bitcoins. An already small number will be permanently whittled down further and further. And as there become fewer and fewer Bitcoins, the laws of supply and demand suggest that their value will probably continually rise.</p>
<p>Thus Bitcoin is bound to once again stray into mysterious territory, because no one exactly knows what happens to a currency that grows continually more valuable. Economists generally agree that a low level of inflation is a good thing for a currency, but nobody is quite sure about what might happens to one that continually deflates. Although deflation could hardly be called a rare phenomenon, steady, constant deflation is unheard of. There may be a lot of speculation, no one has any hard data to back up their claims.</p>
<p>That being said, there is a mechanism in place to combat the obvious consequences. Extreme deflation would render most currencies highly impractical: if a single Canadian dollar could suddenly buy the holder a car, how would one go about buying bread or candy? Even pennies would fetch more than a person could carry. Bitcoin, however, offers a simple and stylish solution: infinite divisibility. Bitcoins can be divided up and trade into as small of pieces as one wants, so no matter how valuable Bitcoins become, one can trade them in practical quantities. </p>
<p>In fact, infinite divisibility should allow Bitcoins to function in cases of extreme wallet loss. Even if, in the far future, so many people have lost their wallets that only a single Bitcoin, or a fraction of one, remains, Bitcoin should continue to function just fine. No one can claim to be sure what is going to happen, but deflation may prove to present a smaller threat than many expect.</p>
<p>For more information, see the <a href="https://en.bitcoin.it/wiki/Deflationary_spiral">Deflationary spiral</a> page.</p>
<h3><a name="what-if-someone-bought-up-all-the-existing-bitcoins">What if someone bought up all the existing Bitcoins?</a></h3>
<p>Bitcoin markets are competitive -- meaning the price of a bitcoin will rise or fall depending on supply and demand at certain price levels. Only a fraction of bitcoins issued to date are found on the exchange markets for sale. So even though technically a buyer with lots of money could buy all the bitcoins offered for sale, unless those holding the rest of the bitcoins offer them for sale as well, even the wealthiest, most determined buyer can't get at them.</p>
<p>Additionally, new currency continues to be issued daily and will continue to do so for decades though over time the rate at which they are issued declines to insignificant levels. Those who are mining aren't obligated to sell their bitcoins so not all bitcoins will make it to the markets even.</p>
<p>This situation doesn't suggest, however, that the markets aren't vulnerable to price manipulation. It doesn't take significant amounts of money to move the market price up or down and thus Bitcoin remains a volatile asset.</p>
<h3><a name="what-if-someone-creates-a-new-digital-currency-that-renders-bitcoin-obsolete">What if someone creates a new block chain, or a new digital currency that renders Bitcoin obsolete?</a></h3>
<p>That the block chain cannot be easily forked represents one of the central security mechanisms of Bitcoin. Given the choice between two block chains, a Bitcoin miner always chooses the longer one - that is to say, the one with the more complex hash. Thusly, it ensures that each user can only spend their bitcoins once, and that no user gets ripped off.</p>
<p>As a consequence of the block chain structure, there may at any time be many different sub-branches, and the possibility always exists of a transaction being over-written by the longest branch, if it has been recorded in a shorter one. The older a transaction is though, the lower its chances of being over-written, and the higher of becoming permanent. Although the block chain prevents one from spending more Bitcoins than one has, it means that transactions can be accidentally nullified. </p>
<p>A new block chain would leave the network vulnerable to <a href="https://en.bitcoin.it/wiki/double-spending">double-spend</a> attacks. However, the creation of a viable new chain presents considerable difficulty, and the possibility does not present much of a risk.</p>
<p>Bitcoin will always choose the longer Block Chain and determines the relative length of two branches by the complexities of their hashes. Since the hash of each new block is made from that of the block preceding it, to create a block with a more complex hash, one must be prepared to do more computation than has been done by the entire Bitcoin network from the fork point up to the newest of the blocks one is trying to supersede. Needless to say, such an undertaking would require a very large amount of processing power and since Bitcoin is continually growing and expanding, it will likely only require more with the passage of time.</p>
<p>A much more distinct and real threat to the Bitcoin use is the development of other, superior virtual currencies, which could supplant Bitcoin and render it obsolete and valueless.</p>
<p>A great deal of careful thought and ingenuity has gone into the development of Bitcoin, but it is the first of its breed, a prototype, and vulnerable to more highly-evolved competitors. At present, any threatening rivals have yet to rear its head; Bitcoin remains the first and foremost private virtual currency, but we can offer no guarantees that it will retain that position. It would certainly be in keeping with internet history for similar system built from the same principles to supersede and cast Bitcoin into obsolescence, after time had revealed its major shortcomings. Friendster and Myspace suffered similar fates at the hand of Facebook, Napster was ousted by Limeware, Bearshare and torrent applications, and Skype has all but crushed the last few disciples of the Microsoft Messenger army. </p>
<p>This may sound rather foreboding, so bear in mind that introduction of new and possibly better virtual currencies will not necessarily herald Bitcoin's demise. If Bitcoin establishes itself sufficiently firmly before the inception of the next generation of private, online currencies as to gain widespread acceptance and general stability, future currencies may pose little threat even if they can claim superior design.</p>
<h2><a name="transaction">Transaction</a></h2>
<h3><a name="why-do-i-have-to-wait-10-minutes-before-i-can-spend-money-i-received">Why do I have to wait 10 minutes before I can spend money I received?</a></h3>
<p>10 minutes is the average time taken to find a block. It can be significantly more or less time than that depending on luck; 10 minutes is simply the average case. </p>
<p>You can see how long all other recent transactions have taken here: <a href="http://bitcoinstats.org/">BitcoinStats.org</a>. </p>
<p><a href="https://en.bitcoin.it/wiki/Blocks">Blocks</a> (shown as "confirmations" in the GUI) are how the Bitcoin achieves consensus on who owns what. Once a block is found everyone agrees that you now own those coins, so you can spend them again. Until then it's possible that some network nodes believe otherwise, if somebody is attempting to defraud the system by reversing a transaction. The more confirmations a transaction has, the less risk there is of a reversal. Only 6 blocks or 1 hour is enough to make reversal computationally impractical. This is dramatically better than credit cards which can see chargebacks occur up to three months after the original transaction!</p>
<p>Ten minutes was specifically chosen by <a href="https://en.bitcoin.it/wiki/Satoshi">Satoshi</a> as a tradeoff between propagation time of new blocks in large networks and the amount of work wasted due to chain splits. For a more technical explanation, see Satoshi's <a href="/bitcoin.pdf">original technical paper</a>.</p>
<img src="https://en.bitcoin.it/w/images/en/3/30/TransactionConfirmationTimesExample.PNG">
<h3><a name="do-you-have-to-wait-until-my-transactions-are-confirmed-in-order-to-buy-or-sell-things">Do you have to wait until my transactions are confirmed in order to buy or sell things with Bitcoin?</a></h3>
<p>YES, you do, IF the transaction is non-recourse. The Bitcoin reference software does not display transactions as confirmed until six blocks have passed (confirmations). As transactions are burred in the chain they become increasingly non-reversible but are very reversible before the first confirmation. Two to six confirmations are recommended for non-recourse situations depending on the value of the transactions involved.</p>
<p>When people ask this question they are usually thinking about applications like supermarkets. This generally is a recourse situation: if somebody tries to double-spend on a face-to-face transaction it might work a few times, but probabalistically speaking eventually one of the double-spends will get noticed, and the penalty for shoplifting charges in most localities is calibrated to be several times worse than the proceeds of a single shoplifting event.</p>
<p>Double-spends might be a concern for something like a snack machine in a low-traffic area with no nearby security cameras. Such a machine shouldn't honor 0-confirmation payments, and should instead use some other mechanism of clearing Bitcoin or validating transactions against reversal, see the wiki article <a href="https://en.bitcoin.it/wiki/Myths#Point_of_sale_with_bitcoins_isn.27t_possible_because_of_the_10_minute_wait_for_confirmation">here</a> for alternatives.</p>
<p>Applications that require immediate payment processing, like supermarkets or snack machines, need to manage the risks. Here is one way to reverse an unconfirmed payment:</p>
<p>A <a href="https://en.bitcoin.it/wiki/Double-spending#Finney_attack">Finney attack</a>, in which an attacker mines a block containing a movement of some coins back to themselves. Once they find a block solution, they quickly go to a merchant and make a purchase, then broadcast the block, thus taking back the coins. This attack is a risk primarily for goods that are dispatched immediately, like song downloads or currency trades. Because the attacker can't choose the time of the attack, it isn't a risk for merchants such as supermarkets where you can't choose exactly when to pay (due to queues, etc). The attack can fail if somebody else finds a block containing the purchasing transaction before you release your own block, therefore, merchants can reduce but not eliminate the risk by making purchasers wait some length of time that's less than a confirm.</p>
<p>Because pulling off this attack is not trivial, merchants who need to sell things automatically and instantly are most likely to just price the cost of reversal fraud in, or use insurance.</p>
<h3><a name="i-was-sent-some-bitcoins-and-they-havent-arrived-yet-where-are-they">I was sent some bitcoins and they haven't arrived yet! Where are they?</a></h3>
<p>Don't panic! There are a number of reasons why your bitcoins might not show up yet, and a number of ways to diagnose them. </p>
<p>The latest version of the Bitcoin-Qt client tells you how far it has yet to go in downloading the blockchain. Hover over the icon in the bottom right corner of the client to learn your client's status.</p>
<p>If it has not caught up then it's possible that your transaction hasn't been included in a block yet. </p>
<p>You can check pending transactions in the network by going <a href="http://blockchain.info">here</a> and then searching for your address. If the transaction is listed here then it's a matter of waiting until it gets included in a block before it will show in your client. </p>
<p>If the transaction is based on a coin that was in a recent transaction then it could be considered a low priority transaction. Transfers can take longer if the transaction fee paid was not high enough. If there is no fee at all the transfer can get a very low priority and take hours or even days to be included in a block.</p>
<h3><a name="why-does-my-bitcoin-address-keep-changing">Why does my Bitcoin address keep changing?</a></h3>
<p>Whenever the address listed in "Your address" receives a transaction, Bitcoin replaces it with a new address. This is meant to encourage you to use a new address for every transaction, which enhances <a href="https://en.bitcoin.it/wiki/Anonymity">anonymity</a>. All of your old addresses are still usable: you can see them in ''Settings -> Your Receiving Addresses''.</p>
<h3><a name="how-much-will-the-transaction-fee-be">How much will the transaction fee be?</a></h3>
<p>Some transactions might require a <a href="https://en.bitcoin.it/wiki/Transaction_fee">transaction fee</a> for them to get confirmed in a timely manner. The transaction fee is processed by and received by the bitcoin miner. The most recent version of the Bitcoin client will estimate an appropriate fee when a fee might be required.</p>
<p>The fee is added to the payment amount. For example, if you are sending a 1.234 BTC payment and the client requires a 0.0005 BTC fee, then 1.2345 BTC will be subtracted from the wallet balance for the entire transaction and the address for where the payment was sent will receive a payment of 1.234 BTC.</p>
<p>A fee might be imposed because your transaction looks like a denial of service attack to the Bitcoin system. For example, it might be burdensome to transmit or it might recycle Bitcoins you recently received. The wallet software attempts to avoid generating burdensome transactions, but it isn't always able to do so: The funds in your wallet might be new or composed of many tiny payments.</p>
<p>Because the fee is related to the amount of data that makes up the transaction and not to the amount of Bitcoins being sent, the fee may seem extremely low (0.0005 BTC for a 1,000 BTC transfer) or unfairly high (0.004 BTC for a 0.02 BTC payment, or about 20%). If you are receiving tiny amounts (''e.g.'' as small payments from a mining pool) then fees when sending will be higher than if your activity follows the pattern of conventional consumer or business transactions. </p>
<p>As of Bitcoin 0.5.3 the required fee will not be higher than 0.05 BTC. For most users there is usually no required fee at all. If a fee is required it will most commonly be 0.0005 BTC.</p>
<h3><a name="what-happens-when-someone-sends-me-a-bitcoin-but-my-computer-is-powered-off">What happens when someone sends me a bitcoin but my computer is powered off?</a></h3>
<p>Bitcoins are not actually "sent" to your wallet; the software only uses that term so that we can use the currency without having to learn new concepts. Your wallet is only needed when you wish to spend coins that you've received.</p>
<p>If you are sent coins when your wallet client program is not running, and you later launch the wallet client program, the coins will eventually appear as if they were just received in the wallet. That is to say, when the client program is started it must download blocks and catch up with any transactions it did not already know about.</p>
<h3><a name="how-long-does-synchronizing-take-when-the-bitcoin-client-is-first-installed-whats-it-doing">How long does "synchronizing" take when the Bitcoin client is first installed? What's it doing?</a></h3>
<p>The popular Bitcoin client software from bitcoin.org implements a "full" Bitcoin node: It can carry out all the duties of the Bitcoin P2P system, it isn't simply a "client". One of the principles behind the operation of full Bitcoin nodes is that they don't assume that the other participants have followed the rules of the Bitcoin system. During synchronization, the software is processing historical Bitcoin transactions and making sure for itself that all of the rules of the system have been correctly followed.</p>
<p>In normal operation, after synchronizing, the software should use a hardly noticeable amount of your computer's resources.</p>
<p>When the wallet client program is first installed, its initial validation requires a lot of work from your computer's hard disk, so the amount of time to synchronize depends on your disk speed and, to a lesser extent, your CPU speed. It can take anywhere from a few hours to a day or so. On a slow computer it could take more than 40 hours of continuous synchronization, so check your computer's power-saving settings to ensure that it does not turn its hard disk off when unattended for a few hours. You can use the Bitcoin software during synchronization, but you may not see recent payments to you until the client program has caught up to the point where those transactions happened.</p>
<p>If you feel that this process takes too long, you can download a pre-synchronized blockchain from <a href="http://eu2.bitcoincharts.com/blockchain/">http://eu2.bitcoincharts.com/blockchain/</a>. Alternatively, you can try an alternative "lite" client such as Multibit or a super-light client like electrum, though these clients have somewhat weaker security, are less mature, and don't contribute to the health of the P2P network.</p>
<h2><a name="networking">Networking</a></h2>
<h3><a name="do-i-need-to-configure-my-firewall-to-run-bitcoin">Do I need to configure my firewall to run Bitcoin?</a></h3>
<p>Bitcoin will connect to other nodes, usually on TCP port 8333. You will need to allow outgoing TCP connections to port 8333 if you want to allow your Bitcoin client to connect to many nodes. <a href="https://en.bitcoin.it/wiki/Testnet">Testnet</a> uses TCP port 18333 instead of 8333.</p>
<p>If you want to restrict your firewall rules to a few IPs, you can find stable nodes in the <a href="https://en.bitcoin.it/wiki/Fallback_Nodes">fallback nodes list</a>.</p>
<h3><a name="how-does-the-peer-finding-mechanism-work">How does the peer finding mechanism work?</a></h3>
<p>Bitcoin finds peers primarily by forwarding peer announcements within its own network and each node saves a database of peers that it's aware of, for future use. In order to bootstrap this process Bitcoin needs a list of initial peers, these can be provided manually but normally it obtains them by querying a set of DNS domain names which have automatically updated lists, if that doesn't work it falls back to a build-in list which is updated from time to time in new versions of the software. There is also an IRC based mechanism but it is disabled by default.</p>
<h2><a name="mining">Mining</a></h2>
<h3><a name="what-is-mining">What is mining?</a></h3>
<a href="https://en.bitcoin.it/wiki/Mining">Mining</a> is the process of spending computation power to secure Bitcoin transactions against reversal and introducing new Bitcoins to the system.
<p>Technically speaking, mining is the calculation of a <a href="https://en.bitcoin.it/wiki/Hash">hash</a> of the a block header, which includes among other things a reference to the previous block, a hash of a set of transactions and a <a href="https://en.bitcoin.it/wiki/Nonce">nonce</a>. If the hash value is found to be less than the current <a href="https://en.bitcoin.it/wiki/Target">target</a> (which is inversely proportional to the <a href="https://en.bitcoin.it/wiki/Difficulty">difficulty</a>), a new block is formed and the miner gets the newly generated Bitcoins (25 per block at current levels). If the hash is not less than the current target, a new nonce is tried, and a new hash is calculated. This is done millions of times per second by each miner.</p>
<h3><a name="is-mining-used-for-some-useful-computation">Is mining used for some useful computation?</a></h3>
<p>The computations done when mining are internal to Bitcoin and not related to any other distributed computing projects. They serve the purpose of securing the Bitcoin network, which is useful.</p>
<h3><a name="is-it-not-a-waste-of-energy">Is it not a waste of energy?</a></h3>
<p>Spending energy on creating and securing a free monetary system is hardly a waste. Also, services necessary for the operation of currently widespread monetary systems, such as banks and credit card companies, also spend energy, arguably more than Bitcoin would.</p>
<h3><a name="why-dont-we-use-calculations-that-are-also-useful-for-some-other-purpose">Why don't we use calculations that are also useful for some other purpose?</a></h3>
<p>To provide security for the Bitcoin network, the calculations involved need to have some <a href="http://bitcoin.stackexchange.com/questions/5617/why-are-bitcoin-calculation-useless/5618#5618">very specific features</a>. These features are incompatible with leveraging the computation for other purposes.</p>
<h3><a name="how-can-we-stop-miners-from-creating-zero-transaction-blocks">How can we stop miners from creating zero transaction blocks?</a></h3>
<p>The incentive for miners to include transactions is in the fees that come along with them. If we were to implement some minimum number of transactions per block it would be trivial for a miner to create and include transactions merely to surpass that threshold. As the network matures, the block reward drops, and miners become more dependent on transactions fees to pay their costs, the problem of zero transaction blocks should diminish over time.</p>
<h3><a name="how-does-the-proof-of-work-system-help-secure-bitcoin">How does the proof-of-work system help secure Bitcoin?</a></h3>
<p>To give a general idea of the mining process, imagine this setup:</p>
<p>
payload = [some data related to things happening on the Bitcoin network]<br>
nonce = 1<br>
hash = <a href="http://en.wikipedia.org/wiki/SHA2">SHA2</a>( <a href="http://en.wikipedia.org/wiki/SHA2">SHA2</a>( payload + nonce ) )<br>
</p>
<p>The cost function use in bitcoin is the <a href="http://en.wikipedia.org/wiki/Hashcash">Hashcash</a> cost-function. Bit coin mining intensively computes a high value Hashcash stamp on the underlying block chain data. The hashcash stamp that Bitcoin miners produce is computed by repeatedly increasing "nonce" until the hash function yields a value, that has the rare property of being below a certain target threshold. (In other words: The hash "starts with a certain number of zeroes", if you display it in the fixed-length representation, that is typically used.)</p>
<p>As can be seen, the mining process doesn't compute anything special. It merely tries to find a number (also referred to as nonce) which - in combination with the payload - results in a hash with special properties.</p>
<p>The advantage of using the hashcash mechanism consists of the fact, that it is very easy to check a result: Given the payload and a specific nonce, only a single call of the hashing function is needed to verify that the hash has the required properties. Since there is no known way to find these hashes other than brute force, this can be used as a "proof of work" that someone invested a lot of computing power to find the correct nonce for this payload.</p>
<p>This feature is then used in the Bitcoin network to secure various aspects. An attacker that wants to introduce malicious payload data into the network, will need to do the required hashcash proof of work before it will be accepted. And as long as honest miners have more computing power, they can always outpace an attacker.</p>
<p>Also see <a href="http://en.wikipedia.org/wiki/Hashcash">Hashcash</a> and <a href="http://en.wikipedia.org/wiki/Proof-of-work_system">Proof-of-work system</a> and <a href="http://en.wikipedia.org/wiki/SHA2">SHA2</a> and on Wikipedia.</p>
<h3><a name="what-do-i-need-to-start-mining">What do I need to start mining?</a></h3>
<p>In the early days of Bitcoin, it was easy for anyone to find new blocks using standard CPUs. As more and more people started mining, the <a href="https://en.bitcoin.it/wiki/Difficulty">difficulty</a> of finding new blocks has greatly increased to the point where the average time for a CPU to find a single block can be many years. The only cost-effective method of <a href="https://en.bitcoin.it/wiki/Mining">mining</a> is using a high-end graphics card with special software (see also <a href="https://en.bitcoin.it/wiki/Why_a_GPU_mines_faster_than_a_CPU">Why a GPU mines faster than a CPU</a>) and/or joining a <a href="https://en.bitcoin.it/wiki/Bitcoin_Pool">mining pool</a>. Since solo CPU mining is essentially useless, it was removed from the GUI of the Bitcoin software.</p>
<h2><a name="security">Security</a></h2>
<h3><a name="could-miners-collude-to-give-themselves-money-or-to-change-the-nature-of-bitcoin">Could miners collude to give themselves money or to fundamentally change the nature of Bitcoin?</a></h3>
<p>There are two questions in here. Let's look at them separately.</p>
<h4>Could miners gang up and give themselves money?</h4>
<p>Mining itself is the process of creating new blocks in the block chain. Each block contains a list of all the transactions that have taken place across the entire Bitcoin network since the last block was created, as well as a hash of the previous block. New blocks are 'mined', or rather, generated, by Bitcoin clients correctly guessing sequences of characters in codes called 'hashes,' which are created using information from previous blocks. Bitcoin users may download specialized 'mining' software, which allows them to dedicate some amount of their processing power however large or small to guessing at strings within the hash of the previous block. Whoever makes the right guess first, thus creating a new block, receives a reward in Bitcoins.</p>
<p>The block chain is one of the two structures that makes Bitcoin secure, the other being the public-key encryption system on which Bitcoin trade is based. The block chain assures that not only is every single transaction that ever takes place recorded, but that every single transaction is recorded on the computer of anyone who chooses to store the relevant information. Many, many users have complete records of every transaction in Bitcoins history readily available to them at any point, and anyone who wants in the information can obtain it with ease. These things make Bitcoin very hard to fool.</p>
<p>The Bitcoin network takes considerable processing power to run, and since those with the most processing power can make the most guesses, those who put the most power toward to sustaining the network earn the most currency. Each correct guess yields, at present, fifty Bitcoins, and as Bitcoins are presently worth something (although the value still fluctuates) every miner who earns any number of Bitcoins makes money. Some miners pull in Bitcoins on their own; and some also join or form pools wherein all who contribute earn a share of the profits. </p>
<p>Therefore, first answer is a vehement “yes” no only can miners collude to get more money, Bitcoin is designed to encourage them to do so. Bitcoin pools are communal affairs, and there is nothing dishonest or underhanded about them.</p>
<p>Of course, the real question is:</p>
<h4>Can they do so in ways not sanction by Bitcoin developers? Is there any way to rip off the network and make loads of money dishonestly?</h4>
<p>Bitcoin isn't infallible. It can be cheated, but doing so is extremely difficult. Bitcoin was designed to evade some of the central problems with modern currencies namely, that their trustworthiness hinges upon that of people who might not have users' best interests in mind. Every currency in the world (other than Bitcoin) is controlled by large institutions who keep track of what's done with it, and who can manipulate its value. And every other currency has value because people trust the institutions that control them.</p>
<p>Bitcoin doesn't ask that its users trust any institution. Its security is based on the cryptography that is an integral part of its structure, and that is readily available for any and all to see. Instead of one entity keeping track of transactions, the entire network does, so Bitcoins are astoundingly difficult to steal, or double-spend. Bitcoins are created in a regular and predictable fashion, and by many different users, so no one can decide to make a whole lot more and lessen their value. In short, Bitcoin is designed to be inflation-proof, double-spend-proof and completely distributed.</p>
<p>Nonetheless, there are a few ways that one can acquire Bitcoins dishonestly. Firstly, one can steal private keys. Key theft isn't something that Bitcoin security has been designed to prevent: it's up to users to keep theirs safe. But the cryptography is designed so that it is completely impossible to deduce someone's private key from their public one. As long as you keep your private key to yourself, you don't have much to worry about. Furthermore, one could theoretically create a new block chain, but due to the way in which the block chain is constructed, this would be extremely difficult and require massive amounts of processing power. A full explanation of the difficulties involved can be found in the <a href="https://en.bitcoin.it/wiki/Block_chain">block chain</a> article.</p>
<p>Bitcoin can be ripped off but doing so would be extremely hard and require considerable expertise and a staggering amount of processing power. And it's only going to get harder with time. Bitcoin isn't impenetrable, but it's close enough to put any real worries in the peripherals.</p>
<h4>Could miners fundamentally change the nature of Bitcoin?</h4>
<p>Once again, almost certainly not.</p>
<p>Bitcoin is a distributed network, so any changes implemented to the system must be accepted by all users. Someone trying to change the way Bitcoins are generated would have to convince every user to download and use their software so the only changes that would go through are those that would be equally benefit all users. </p>
<p>And thus, it is more or less impossible for anyone to change the function of Bitcoin to their advantage. If users don't like the changes, they won't adopt them, whereas if users do like them, then these will help everyone equally. Of course, one can conceive of a situation where someone manages to get a change pushed through that provides them with an advantage that no one notices, but given that Bitcoin is structurally relatively simple, it is unlikely that any major changes will go through without someone noticing first.</p>
<p>The fact that such changes are so difficult to make testifies to the fully distributed nature of Bitcoin. Any centrally controlled currency can be modified by its central agency without the consent of its adherents. Bitcoin has no central authority, so it changes only at the behest of the whole community. Bitcoins development represents a kind of collective evolution; the first of its kind among currencies.</p>
<h2><a name="help">Help</a></h2>
<h3>I'd like to learn more. Where can I get help?</h3>
<ul>
<li>Read the <a href="https://en.bitcoin.it/wiki/Introduction">introduction to bitcoin</a></li>
<li>See the videos, podcasts, and blog posts from the <a href="https://en.bitcoin.it/wiki/Press">Press</a></li>
<li>Read and post on the <a href="https://en.bitcoin.it/wiki/Bitcoin:Community_portal#Bitcoin_Community_Forums">forums</a></li>
<li>Chat on one of the <a href="https://en.bitcoin.it/wiki/Bitcoin:Community_portal#IRC_Chat">Bitcoin IRC</a> channels</li>
<li>Listen to <a href="http://omegataupodcast.net/2011/03/59-bitcoin-a-digital-decentralized-currency/">this podcast</a>, which goes into the details of how bitcoin works</li>
<li>Ask questions on the <a href="http://bitcoin.stackexchange.com">Bitcoin Stack Exchange</a></li>
</ul>

11
en/foundation.html Normal file
View file

@ -0,0 +1,11 @@
---
layout: base-en
title: Bitcoin Foundation
---
<div class="foundation">
<img src="/img/logo_bitcoin_foundation.png" alt="The Bitcoin Foundation" style="float:left;margin-right:10px;">
<h1 style="margin-bottom:30px;">Bitcoin Foundation</h1>
<p>Bitcoin Foundation standardizes, protects and promotes the use of Bitcoin cryptographic money for the benefit of users worldwide.</p>
<h2><a href="https://bitcoinfoundation.org/" target="_blank">Visit Bitcoin Foundation Website</a></h2>
</div>

26
en/how-it-works.html Normal file
View file

@ -0,0 +1,26 @@
---
layout: base-en
title: How does Bitcoin work? - Bitcoin
---
<h1>How does Bitcoin work?</h1>
<p>OK, this is a question that often causes confusion. Here's a quick explanation!
<h2>The basics for a new user</h2>
<p>As a new user, you only need to <a href="/en/choose-your-wallet">choose a wallet</a> that you will install on your computer or on your mobile phone. Once you have your wallet installed, it will generate your first Bitcoin address and you can create more whenever you need one. You can disclose one of your Bitcoin addresses to your friends so that they can pay you or vice versa, you can pay your friends if they give you their addresses. In fact, this is pretty similar to how email works. So all that is left to do at this point is to get some bitcoins and to <a href="/en/you-need-to-know">keep them safe</a>. In order to start using Bitcoin, you are not required to understand the technical details.</p>
<p>However, if you want to know more, keep reading!</p>
<p><br><img src="/en/img/bitcoin_at_a_glance.svg" alt="Bitcoin overview" /></p>
<h2>Blockchain</h2>
<p>The blockchain is a <b>shared public transaction log</b> on which the entire Bitcoin network relies. All confirmed transactions are included in the blockchain with no exception. This way, new transactions can be verified to be spending bitcoins that are actually owned by the spender. The integrity and the chronological order of the blockchain are enforced with <a href="/en/vocabulary#cryptography">cryptography</a>.</p>
<h2>Transaction</h2>
<p>A transaction is <b>a transfer of value between Bitcoin addresses</b> that gets included in the blockchain. Bitcoin wallets keep a secret piece of data called a <a href="/en/vocabulary#private-key"><i>private key</i></a> for each Bitcoin address. Private keys are used to sign transactions, providing a mathematical proof that they come from the owner of the addresses. The <a href="/en/vocabulary#signature"><i>signature</i></a> also prevents the transaction from being altered by anybody once it has been issued. All transactions are broadcast between users and confirmed by the network in the following minutes, through a process called <a href="/en/vocabulary#mining"><i>mining</i></a>.</p>
<h2>Mining</h2>
<p>Mining is a <b>distributed consensus system</b> that is used to <a href="/en/vocabulary#confirmation"><i>confirm</i></a> waiting transactions by including them in the blockchain. It enforces a chronological order in the blockchain, protects the neutrality of the network, and allows different computers to agree on the state of the system. To be confirmed, transactions must be packed in a <a href="/en/vocabulary#block"><i>block</i></a> that fits very strict cryptographic rules that will be verified by the network. These rules prevent any previous block from being modified because doing so would invalidate all following blocks. Mining also creates the equivalent of a competitive lottery that prevents any individual from easily adding new blocks consecutively in the blockchain. This way, no individuals can control what is included in the blockchain or replace parts of the blockchain to roll back their own spends.</p>
<h2>Going down the rabbit hole</h2>
<p>This is only a very short and concise summary of the system. If you want to get into the details, you can <a href="/bitcoin.pdf">read the original paper</a> that describes the system's design, and explore the <a href="https://en.bitcoin.it/wiki/Main_Page" target="_blank">Bitcoin wiki</a>.</p>

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

View file

@ -0,0 +1,702 @@
<?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"
version="1.1"
width="600"
height="600"
id="svg2985">
<defs
id="defs2987" />
<metadata
id="metadata2990">
<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,568)"
id="layer1">
<path
d="m 15.286788,11.170019 c 0,0.900105 -0.556892,1.629784 -1.243854,1.629784 -0.686961,0 -1.243853,-0.729679 -1.243853,-1.629784 0,-0.900105 0.556892,-1.629784 1.243853,-1.629784 0.686962,0 1.243854,0.729679 1.243854,1.629784 z"
transform="matrix(13.382582,0,0,11.866899,114.61286,-599.99155)"
id="path3765"
style="opacity:0.98999999;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.97099996;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" />
<path
d="m 255.45551,-376.39244 91.99394,0.21031 c 0,0 0.22208,-14.14113 0.0201,-40.73312 -0.10037,-13.47647 -28.11908,-25.73828 -44.79565,-25.52656 -17.22086,0.21864 -46.95198,10.97155 -47.22032,24.04785 -0.72408,35.28228 0,42.00148 -9e-5,42.00152 z"
id="path3767"
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:5.50831413;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<g
id="text3777"
style="font-size:18.44081879px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Ubuntu;-inkscape-font-specification:Ubuntu Medium">
<path
d="m 281.75452,-335.86192 c 0.71304,-0.28275 1.42609,-0.64542 2.13914,-1.08801 0.72533,-0.44257 1.36461,-0.96506 1.91784,-1.56747 l 1.56747,0 0,12.77948 -2.23134,0 0,-9.79207 c -0.33194,0.25818 -0.74993,0.51021 -1.25397,0.75607 -0.50406,0.24589 -0.98966,0.44874 -1.45683,0.60855 l -0.68231,-1.69655"
id="path3351"
style="font-family:Ubuntu;-inkscape-font-specification:Ubuntu Medium" />
<path
d="m 298.39477,-330.51409 c -10e-6,-0.9958 -0.22745,-1.77031 -0.68231,-2.32354 -0.44259,-0.55322 -1.16178,-0.82983 -2.15758,-0.82984 -0.209,10e-6 -0.43029,0.0123 -0.66387,0.0369 -0.22129,0.0123 -0.44258,0.0492 -0.66387,0.11065 l 0,5.5138 c 0.1967,0.13524 0.45487,0.26432 0.77452,0.38726 0.33193,0.11065 0.6823,0.16597 1.05112,0.16597 0.81139,0 1.4015,-0.27661 1.77032,-0.82984 0.38111,-0.55322 0.57166,-1.297 0.57167,-2.23134 m 2.28666,-0.0369 c -10e-6,0.73764 -0.0984,1.4138 -0.29505,2.02849 -0.18442,0.6147 -0.45489,1.14333 -0.8114,1.58591 -0.35653,0.44258 -0.80526,0.78681 -1.34618,1.03269 -0.52864,0.24588 -1.13104,0.36881 -1.8072,0.36881 -0.45488,0 -0.87287,-0.0553 -1.25398,-0.16596 -0.38111,-0.11065 -0.6946,-0.23359 -0.94048,-0.36882 l 0,3.74349 -2.23134,0 0,-12.74261 c 0.45488,-0.12293 1.01425,-0.23972 1.67812,-0.35037 0.66386,-0.11064 1.36461,-0.16596 2.10225,-0.16597 0.76222,10e-6 1.44453,0.1168 2.04693,0.35037 0.60239,0.2336 1.11259,0.57168 1.53059,1.01425 0.43028,0.43029 0.75606,0.95893 0.97736,1.58591 0.23358,0.6147 0.35037,1.3093 0.35038,2.08381"
id="path3353"
style="font-family:Ubuntu;-inkscape-font-specification:Ubuntu Medium" />
<path
d="m 307.38841,-332.85607 c 0.55322,-0.92203 1.09415,-1.85637 1.6228,-2.80301 0.52862,-0.94661 1.00809,-1.89939 1.43838,-2.85832 l 2.58171,0 c -0.68846,1.30316 -1.40765,2.60016 -2.15757,3.89101 -0.73764,1.27857 -1.5306,2.56943 -2.37887,3.87257 l 0,5.0159 -2.32354,0 0,-4.97902 c -0.84828,-1.31543 -1.64738,-2.61858 -2.39731,-3.90945 -0.74992,-1.29085 -1.46912,-2.58785 -2.15757,-3.89101 l 2.72924,0 c 0.43028,0.95893 0.9036,1.91171 1.41994,2.85832 0.51634,0.94664 1.05727,1.88098 1.62279,2.80301"
id="path3355"
style="font-family:Ubuntu;-inkscape-font-specification:Ubuntu Medium" />
<path
d="m 317.43866,-325.4613 c -0.33194,0 -0.67617,-0.0246 -1.03269,-0.0738 -0.34423,-0.0369 -0.67616,-0.0922 -0.9958,-0.16596 -0.30735,-0.0615 -0.59011,-0.12909 -0.84828,-0.20285 -0.25817,-0.0861 -0.45487,-0.16597 -0.59011,-0.23973 l 0.44258,-1.89941 c 0.25817,0.12294 0.63314,0.26432 1.12489,0.42414 0.49176,0.14753 1.1003,0.22129 1.82564,0.22129 0.97122,0 1.67197,-0.18441 2.10226,-0.55322 0.43028,-0.38111 0.64542,-0.88516 0.64543,-1.51215 -10e-6,-0.40569 -0.0861,-0.74378 -0.25818,-1.01425 -0.15982,-0.27046 -0.38726,-0.4856 -0.68231,-0.64542 -0.28276,-0.17211 -0.6147,-0.2889 -0.9958,-0.35038 -0.36882,-0.0738 -0.76222,-0.11064 -1.18021,-0.11064 l -0.75608,0 0,-1.8072 0.92205,0 c 0.28275,0 0.56551,-0.0246 0.84827,-0.0738 0.29505,-0.0615 0.55937,-0.15981 0.79296,-0.29505 0.23358,-0.14752 0.42413,-0.33807 0.57166,-0.57167 0.14752,-0.23357 0.22129,-0.53477 0.22129,-0.9036 0,-0.29504 -0.0553,-0.54706 -0.16596,-0.75607 -0.11066,-0.20899 -0.25818,-0.3811 -0.44258,-0.51634 -0.17212,-0.13522 -0.37497,-0.23358 -0.60855,-0.29506 -0.23359,-0.0614 -0.47947,-0.0922 -0.73763,-0.0922 -0.55323,1e-5 -1.04499,0.0861 -1.47527,0.25817 -0.43029,0.15983 -0.8114,0.34424 -1.14333,0.55323 l -0.8114,-1.65968 c 0.17212,-0.11063 0.38111,-0.22742 0.62699,-0.35037 0.24588,-0.12293 0.51634,-0.23972 0.8114,-0.35038 0.30734,-0.11063 0.63313,-0.19669 0.97736,-0.25817 0.34423,-0.0737 0.7069,-0.11063 1.08801,-0.11065 0.71304,2e-5 1.32773,0.0861 1.84408,0.25818 0.51634,0.17212 0.94048,0.418 1.27242,0.73763 0.34422,0.30736 0.59624,0.67617 0.75607,1.10645 0.17211,0.418 0.25816,0.87902 0.25817,1.38306 -10e-6,0.59011 -0.16597,1.11875 -0.4979,1.58591 -0.31965,0.46717 -0.73764,0.8237 -1.25397,1.06957 0.66386,0.23359 1.21093,0.62084 1.64123,1.16177 0.44257,0.54093 0.66386,1.23554 0.66387,2.08381 -1e-5,0.56552 -0.0984,1.09416 -0.29506,1.58591 -0.19671,0.47946 -0.49791,0.89746 -0.9036,1.25398 -0.4057,0.34423 -0.92204,0.62084 -1.54902,0.82983 -0.6147,0.19671 -1.35234,0.29506 -2.2129,0.29506"
id="path3357"
style="font-family:Ubuntu;-inkscape-font-specification:Ubuntu Medium" />
<path
d="m 327.49553,-326.95501 c 0,0.43029 -0.14753,0.78066 -0.44258,1.05113 -0.28276,0.27046 -0.62699,0.4057 -1.03268,0.4057 -0.418,0 -0.76837,-0.13524 -1.05113,-0.4057 -0.28276,-0.27047 -0.42414,-0.62084 -0.42414,-1.05113 0,-0.43028 0.14138,-0.78066 0.42414,-1.05113 0.28276,-0.28275 0.63313,-0.42413 1.05113,-0.42413 0.40569,0 0.74992,0.14138 1.03268,0.42413 0.29505,0.27047 0.44258,0.62085 0.44258,1.05113"
id="path3359"
style="font-family:Ubuntu;-inkscape-font-specification:Ubuntu Medium" />
<path
d="m 332.39387,-326.95501 c 0,0.43029 -0.14753,0.78066 -0.44257,1.05113 -0.28277,0.27046 -0.627,0.4057 -1.03269,0.4057 -0.41799,0 -0.76837,-0.13524 -1.05113,-0.4057 -0.28276,-0.27047 -0.42414,-0.62084 -0.42414,-1.05113 0,-0.43028 0.14138,-0.78066 0.42414,-1.05113 0.28276,-0.28275 0.63314,-0.42413 1.05113,-0.42413 0.40569,0 0.74992,0.14138 1.03269,0.42413 0.29504,0.27047 0.44257,0.62085 0.44257,1.05113"
id="path3361"
style="font-family:Ubuntu;-inkscape-font-specification:Ubuntu Medium" />
</g>
<g
id="text3777-7"
style="font-size:18.44081879px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Ubuntu;-inkscape-font-specification:Ubuntu Medium">
<path
d="m 281.16294,-358.93947 c 0.71304,-0.28275 1.42609,-0.64542 2.13913,-1.08801 0.72534,-0.44257 1.36462,-0.96506 1.91785,-1.56747 l 1.56747,0 0,12.77949 -2.23134,0 0,-9.79207 c -0.33194,0.25818 -0.74993,0.5102 -1.25398,0.75607 -0.50405,0.24588 -0.98966,0.44873 -1.45682,0.60855 l -0.68231,-1.69656"
id="path3338"
style="font-family:Ubuntu;-inkscape-font-specification:Ubuntu Medium" />
<path
d="m 293.81997,-350.41981 c 0.5901,0 1.02039,-0.0676 1.29086,-0.20285 0.27046,-0.14753 0.40569,-0.3934 0.40569,-0.73763 0,-0.31964 -0.14753,-0.58396 -0.44258,-0.79296 -0.28276,-0.20899 -0.75607,-0.43643 -1.41994,-0.68231 -0.4057,-0.14752 -0.78066,-0.30119 -1.12489,-0.46102 -0.33194,-0.17211 -0.62084,-0.36881 -0.86672,-0.59011 -0.24588,-0.22128 -0.44258,-0.4856 -0.5901,-0.79295 -0.13524,-0.31964 -0.20285,-0.70689 -0.20285,-1.16177 0,-0.88515 0.32578,-1.57976 0.97736,-2.08381 0.65157,-0.51634 1.53673,-0.77451 2.65548,-0.77452 0.56551,1e-5 1.10644,0.0553 1.62279,0.16597 0.51634,0.0984 0.90359,0.19671 1.16177,0.29505 l -0.4057,1.8072 c -0.24588,-0.11064 -0.55937,-0.20899 -0.94048,-0.29505 -0.38111,-0.0983 -0.82369,-0.14752 -1.32774,-0.14753 -0.45487,10e-6 -0.82369,0.0799 -1.10645,0.23973 -0.28276,0.14754 -0.42414,0.38112 -0.42413,0.70075 -10e-6,0.15983 0.0246,0.30121 0.0738,0.42414 0.0615,0.12295 0.15982,0.23974 0.29505,0.35038 0.13523,0.0984 0.31349,0.20285 0.53479,0.31349 0.22128,0.0984 0.49175,0.20286 0.81139,0.3135 0.52863,0.1967 0.97736,0.39341 1.34618,0.5901 0.36881,0.18442 0.67001,0.39956 0.9036,0.64543 0.24587,0.23359 0.42413,0.50405 0.53479,0.8114 0.11063,0.30735 0.16595,0.67616 0.16596,1.10645 -1e-5,0.92204 -0.34423,1.62279 -1.03268,2.10225 -0.67617,0.46717 -1.64739,0.70075 -2.91365,0.70075 -0.84828,0 -1.53059,-0.0738 -2.04693,-0.22129 -0.51635,-0.13523 -0.87902,-0.24588 -1.08801,-0.33193 l 0.38726,-1.86253 c 0.33193,0.13524 0.72533,0.26432 1.18021,0.38726 0.46716,0.12294 0.9958,0.18441 1.58591,0.18441"
id="path3340"
style="font-family:Ubuntu;-inkscape-font-specification:Ubuntu Medium" />
<path
d="m 301.58413,-353.6654 c 0,0.98352 0.23358,1.75803 0.70075,2.32355 0.46716,0.55322 1.11259,0.82984 1.93629,0.82983 0.35651,1e-5 0.65771,-0.0123 0.9036,-0.0369 0.25816,-0.0369 0.46716,-0.0738 0.62698,-0.11064 l 0,-5.53225 c -0.19671,-0.13522 -0.46102,-0.25816 -0.79295,-0.36881 -0.31965,-0.12294 -0.66388,-0.1844 -1.03269,-0.18441 -0.8114,10e-6 -1.40765,0.27662 -1.78876,0.82983 -0.36882,0.55324 -0.55322,1.30316 -0.55322,2.24978 m 6.39896,4.55489 c -0.44259,0.13523 -1.00196,0.25817 -1.67811,0.36881 -0.66388,0.11065 -1.36463,0.16597 -2.10226,0.16597 -0.76222,0 -1.44453,-0.11679 -2.04693,-0.35038 -0.6024,-0.23358 -1.11874,-0.56551 -1.54902,-0.9958 -0.418,-0.44258 -0.74379,-0.97121 -0.97737,-1.58591 -0.22129,-0.62698 -0.33193,-1.32773 -0.33193,-2.10225 0,-0.76222 0.0922,-1.45067 0.27661,-2.06537 0.1967,-0.62699 0.47946,-1.16177 0.84828,-1.60436 0.36881,-0.44257 0.81754,-0.78065 1.34618,-1.01424 0.52863,-0.24587 1.13718,-0.36881 1.82564,-0.36882 0.46716,10e-6 0.879,0.0553 1.23553,0.16597 0.35652,0.11065 0.66387,0.23359 0.92204,0.36882 l 0,-4.62865 2.23134,-0.36882 0,14.01503"
id="path3342"
style="font-family:Ubuntu;-inkscape-font-specification:Ubuntu Medium" />
<path
d="m 314.69008,-355.43571 c 0.35651,0 0.70689,-0.0307 1.05112,-0.0922 0.34422,-0.0738 0.63928,-0.17825 0.88516,-0.31349 0.0123,-0.13523 0.0184,-0.25202 0.0184,-0.35038 -1e-5,-0.0983 -1e-5,-0.1844 0,-0.25817 -1e-5,-0.49175 -0.0369,-0.95277 -0.11064,-1.38306 -0.0615,-0.44257 -0.17827,-0.82368 -0.35038,-1.14333 -0.15983,-0.33193 -0.38726,-0.5901 -0.68231,-0.77452 -0.28276,-0.19669 -0.63929,-0.29504 -1.06957,-0.29505 -0.35652,10e-6 -0.66387,0.0738 -0.92204,0.22129 -0.24588,0.14754 -0.44873,0.33809 -0.60854,0.57167 -0.15983,0.23359 -0.27662,0.48561 -0.35038,0.75607 -0.0738,0.27047 -0.11065,0.53479 -0.11064,0.79296 -1e-5,0.74993 0.17825,1.31545 0.53478,1.69655 0.36881,0.38112 0.94048,0.57167 1.715,0.57167 m 1.75187,1.34618 c -0.29506,0.13523 -0.62084,0.23973 -0.97736,0.31349 -0.35653,0.0738 -0.70076,0.11065 -1.03269,0.11064 -0.76222,10e-6 -1.4138,-0.0983 -1.95472,-0.29505 -0.52864,-0.20899 -0.96507,-0.49175 -1.3093,-0.84828 -0.33194,-0.36881 -0.57781,-0.79294 -0.73763,-1.27241 -0.15983,-0.47946 -0.23974,-0.9958 -0.23973,-1.54903 -10e-6,-0.47945 0.0799,-0.96506 0.23973,-1.45683 0.15982,-0.50403 0.41184,-0.96505 0.75607,-1.38306 0.34423,-0.41798 0.78066,-0.75606 1.3093,-1.01424 0.52863,-0.27046 1.15562,-0.40569 1.88096,-0.4057 1.49985,1e-5 2.63088,0.48562 3.39311,1.45682 0.77451,0.95894 1.16176,2.31741 1.16177,4.07542 -10e-6,2.48337 -0.63929,4.36434 -1.91784,5.6429 -1.27857,1.27856 -3.23944,1.92399 -5.88262,1.93628 l -0.0922,-1.86252 c 0.73763,0 1.4015,-0.0615 1.99161,-0.18441 0.6024,-0.12294 1.12489,-0.31964 1.56747,-0.59011 0.45487,-0.27046 0.83598,-0.62083 1.14333,-1.05112 0.30734,-0.44258 0.54093,-0.98351 0.70075,-1.62279"
id="path3344"
style="font-family:Ubuntu;-inkscape-font-specification:Ubuntu Medium" />
<path
d="m 323.80647,-350.03255 c -10e-6,0.43028 -0.14753,0.78066 -0.44258,1.05112 -0.28276,0.27047 -0.62699,0.4057 -1.03269,0.4057 -0.41799,0 -0.76837,-0.13523 -1.05112,-0.4057 -0.28276,-0.27046 -0.42414,-0.62084 -0.42414,-1.05112 0,-0.43029 0.14138,-0.78066 0.42414,-1.05113 0.28275,-0.28276 0.63313,-0.42414 1.05112,-0.42414 0.4057,0 0.74993,0.14138 1.03269,0.42414 0.29505,0.27047 0.44257,0.62084 0.44258,1.05113"
id="path3346"
style="font-family:Ubuntu;-inkscape-font-specification:Ubuntu Medium" />
<path
d="m 328.70481,-350.03255 c 0,0.43028 -0.14753,0.78066 -0.44258,1.05112 -0.28276,0.27047 -0.62699,0.4057 -1.03268,0.4057 -0.418,0 -0.76837,-0.13523 -1.05113,-0.4057 -0.28276,-0.27046 -0.42414,-0.62084 -0.42414,-1.05112 0,-0.43029 0.14138,-0.78066 0.42414,-1.05113 0.28276,-0.28276 0.63313,-0.42414 1.05113,-0.42414 0.40569,0 0.74992,0.14138 1.03268,0.42414 0.29505,0.27047 0.44258,0.62084 0.44258,1.05113"
id="path3348"
style="font-family:Ubuntu;-inkscape-font-specification:Ubuntu Medium" />
</g>
<g
id="text3833"
style="font-size:33.05439758px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Ubuntu;-inkscape-font-specification:Ubuntu Medium">
<path
d="m 283.14691,-399.73962 c 0.99162,-1.6527 1.96122,-3.32746 2.90879,-5.02427 0.94754,-1.69677 1.80696,-3.40458 2.57824,-5.12343 l 4.62762,0 c -1.23405,2.33587 -2.52317,4.66069 -3.86737,6.97448 -1.32219,2.29178 -2.74353,4.60559 -4.26402,6.94142 l 0,8.9908 -4.16485,0 0,-8.92469 c -1.52051,-2.35787 -2.95286,-4.69371 -4.29707,-7.00753 -1.34422,-2.31379 -2.63334,-4.63861 -3.86737,-6.97448 l 4.89206,0 c 0.77126,1.71885 1.61965,3.42666 2.54518,5.12343 0.92552,1.69681 1.89511,3.37157 2.90879,5.02427"
id="path3331" />
<path
d="m 309.8621,-395.64087 c -2e-5,1.36625 -0.19835,2.6113 -0.59498,3.73514 -0.39667,1.12386 -0.9586,2.08243 -1.68578,2.87574 -0.72721,0.7933 -1.60866,1.41032 -2.64435,1.85104 -1.01368,0.44073 -2.13753,0.66109 -3.37155,0.66109 -1.23404,0 -2.35789,-0.22036 -3.37155,-0.66109 -1.01367,-0.44072 -1.8841,-1.05774 -2.61129,-1.85104 -0.7272,-0.79331 -1.30015,-1.75188 -1.71883,-2.87574 -0.39666,-1.12384 -0.59498,-2.36889 -0.59498,-3.73514 0,-1.36624 0.19832,-2.60027 0.59498,-3.7021 0.41868,-1.12383 0.99163,-2.08241 1.71883,-2.87573 0.74922,-0.79329 1.63067,-1.39928 2.64435,-1.81799 1.01366,-0.44071 2.12649,-0.66107 3.33849,-0.66109 1.21198,2e-5 2.32482,0.22038 3.3385,0.66109 1.03569,0.41871 1.91714,1.0247 2.64435,1.81799 0.72718,0.79332 1.2891,1.7519 1.68577,2.87573 0.41867,1.10183 0.62802,2.33586 0.62804,3.7021 m -4.09875,0 c -10e-6,-1.71882 -0.37463,-3.07405 -1.12385,-4.06569 -0.72721,-1.01366 -1.75189,-1.52049 -3.07406,-1.52051 -1.32218,2e-5 -2.35789,0.50685 -3.10711,1.52051 -0.7272,0.99164 -1.0908,2.34687 -1.0908,4.06569 0,1.74087 0.3636,3.11813 1.0908,4.1318 0.74922,1.01367 1.78493,1.5205 3.10711,1.5205 1.32217,0 2.34685,-0.50683 3.07406,-1.5205 0.74922,-1.01367 1.12384,-2.39093 1.12385,-4.1318"
id="path3333" />
<path
d="m 328.16287,-387.50949 c -0.77129,0.19833 -1.77394,0.39665 -3.00795,0.59498 -1.23404,0.22036 -2.58927,0.33054 -4.06569,0.33054 -1.3883,0 -2.55622,-0.19833 -3.50377,-0.59498 -0.92553,-0.39665 -1.67476,-0.94756 -2.2477,-1.65272 -0.55091,-0.70516 -0.94756,-1.54253 -1.18996,-2.51213 -0.2424,-0.99163 -0.3636,-2.0714 -0.36359,-3.23933 l 0,-9.68494 3.99958,0 0,9.0569 c -1e-5,1.85106 0.26443,3.17323 0.7933,3.96653 0.5509,0.79331 1.49846,1.18996 2.84268,1.18996 0.48479,0 0.99162,-0.022 1.5205,-0.0661 0.5509,-0.0441 0.95857,-0.0992 1.22302,-0.16527 l 0,-13.98201 3.99958,0 0,16.75858"
id="path3335" />
</g>
<path
d="m 124.55979,-350.01218 15.25114,0 c 1.58287,0 2.85716,1.2743 2.85716,2.85716 l 0,13.69815 c 0,1.58287 -1.27429,2.85716 -2.85716,2.85716 l -15.25114,0 c -1.58286,0 -2.85715,-1.27429 -2.85715,-2.85716 l 0,-13.69815 c 0,-1.58286 1.27429,-2.85716 2.85715,-2.85716 z"
id="rect3775-6-5"
style="opacity:0.98999999;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" />
<g
id="text3777-0-0"
style="font-size:16.60424614px;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
d="m 149.00721,-343.89567 c 0.64203,-0.25459 1.28406,-0.58114 1.9261,-0.97965 0.65309,-0.39849 1.22871,-0.86894 1.72684,-1.41136 l 1.41136,0 0,11.50674 -2.00911,0 0,-8.81685 c -0.29888,0.23247 -0.67525,0.45939 -1.12909,0.68077 -0.45386,0.2214 -0.8911,0.40405 -1.31174,0.54794 l -0.61436,-1.52759"
id="path3317"
style="font-variant:normal;font-weight:500;font-stretch:normal;font-family:Ubuntu;-inkscape-font-specification:Ubuntu Medium" />
<path
d="m 159.80594,-339.08044 c 0,0.84129 0.16604,1.51099 0.49813,2.00912 0.34315,0.49813 0.88002,0.74719 1.61061,0.74719 0.33208,0 0.64203,-0.0498 0.92984,-0.14944 0.29887,-0.11069 0.53686,-0.22692 0.71398,-0.34869 l 0,-4.96467 c -0.14391,-0.0332 -0.32656,-0.0609 -0.54794,-0.083 -0.21033,-0.0332 -0.48706,-0.0498 -0.83021,-0.0498 -0.74166,0 -1.32281,0.2546 -1.74345,0.76379 -0.42064,0.49814 -0.63096,1.18998 -0.63096,2.07553 m -2.05892,-0.0332 c -1e-5,-0.6863 0.0996,-1.30619 0.29887,-1.85967 0.21032,-0.56454 0.50366,-1.04053 0.88003,-1.42797 0.38743,-0.39849 0.85235,-0.7029 1.39475,-0.91323 0.5424,-0.22138 1.15676,-0.33208 1.84307,-0.33209 0.68631,10e-6 1.32834,0.0498 1.9261,0.14944 0.59774,0.0996 1.09033,0.2048 1.47777,0.31548 l 0,11.47354 -2.00911,0 0,-3.37066 c -0.23246,0.12176 -0.52027,0.23246 -0.86342,0.33208 -0.33209,0.0996 -0.70292,0.14944 -1.11248,0.14944 -0.6199,0 -1.16784,-0.10516 -1.64382,-0.31548 -0.476,-0.22139 -0.8745,-0.53134 -1.19551,-0.92984 -0.32102,-0.3985 -0.57008,-0.87449 -0.74719,-1.42796 -0.16604,-0.55348 -0.24907,-1.16783 -0.24906,-1.84308"
id="path3319"
style="font-variant:normal;font-weight:500;font-stretch:normal;font-family:Ubuntu;-inkscape-font-specification:Ubuntu Medium" />
<path
d="m 176.23922,-346.28668 0,1.80986 -3.53671,0 0,9.69688 -2.10874,0 0,-9.69688 -3.5367,0 0,-1.80986 9.18215,0"
id="path3321"
style="font-variant:normal;font-weight:500;font-stretch:normal;font-family:Ubuntu;-inkscape-font-specification:Ubuntu Medium" />
<path
d="m 184.29098,-335.04561 c -0.38744,0.0996 -0.8911,0.19926 -1.51099,0.29888 -0.6199,0.1107 -1.30067,0.16604 -2.04232,0.16604 -0.69738,0 -1.28407,-0.0996 -1.76005,-0.29887 -0.46492,-0.19925 -0.84129,-0.47599 -1.12909,-0.83022 -0.27674,-0.35422 -0.47599,-0.77486 -0.59775,-1.26192 -0.12177,-0.49812 -0.18265,-1.04053 -0.18265,-1.62721 l 0,-4.86505 2.00911,0 0,4.54956 c 0,0.92985 0.13283,1.59402 0.39851,1.99251 0.27673,0.39851 0.75272,0.59776 1.42796,0.59776 0.24352,0 0.49812,-0.0111 0.7638,-0.0332 0.27673,-0.0221 0.48151,-0.0498 0.61435,-0.083 l 0,-7.0236 2.00912,0 0,8.41835"
id="path3323"
style="font-variant:normal;font-weight:500;font-stretch:normal;font-family:Ubuntu;-inkscape-font-specification:Ubuntu Medium" />
<path
d="m 189.12255,-335.87582 c 0,0.38744 -0.13283,0.70292 -0.3985,0.94644 -0.2546,0.24353 -0.56454,0.3653 -0.92984,0.3653 -0.37636,0 -0.69184,-0.12177 -0.94644,-0.3653 -0.2546,-0.24352 -0.3819,-0.559 -0.3819,-0.94644 0,-0.38743 0.1273,-0.70291 0.3819,-0.94644 0.2546,-0.2546 0.57008,-0.3819 0.94644,-0.3819 0.3653,0 0.67524,0.1273 0.92984,0.3819 0.26567,0.24353 0.3985,0.55901 0.3985,0.94644"
id="path3325"
style="font-variant:normal;font-weight:500;font-stretch:normal;font-family:Ubuntu;-inkscape-font-specification:Ubuntu Medium" />
<path
d="m 193.53306,-335.87582 c -1e-5,0.38744 -0.13284,0.70292 -0.3985,0.94644 -0.25461,0.24353 -0.56455,0.3653 -0.92984,0.3653 -0.37637,0 -0.69185,-0.12177 -0.94644,-0.3653 -0.2546,-0.24352 -0.3819,-0.559 -0.3819,-0.94644 0,-0.38743 0.1273,-0.70291 0.3819,-0.94644 0.25459,-0.2546 0.57007,-0.3819 0.94644,-0.3819 0.36529,0 0.67523,0.1273 0.92984,0.3819 0.26566,0.24353 0.39849,0.55901 0.3985,0.94644"
id="path3327"
style="font-variant:normal;font-weight:500;font-stretch:normal;font-family:Ubuntu;-inkscape-font-specification:Ubuntu Medium" />
</g>
<g
id="text3864-0"
style="font-size:17.46800804px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Ubuntu;-inkscape-font-specification:Ubuntu Medium">
<path
d="m 131.86147,-344.52339 c -0.40759,1e-5 -0.79771,0.0524 -1.17036,0.15721 -0.37265,0.0932 -0.76277,0.25039 -1.17036,0.47164 l -0.59391,-1.62452 c 0.43088,-0.24454 0.91998,-0.43669 1.46731,-0.57645 0.55898,-0.15138 1.1296,-0.22707 1.71187,-0.22708 0.69872,10e-6 1.27516,0.099 1.72933,0.29695 0.45417,0.18634 0.81517,0.42507 1.08302,0.71619 0.26784,0.29115 0.45416,0.61139 0.55898,0.96074 0.1048,0.34937 0.1572,0.68709 0.15721,1.01315 -1e-5,0.39595 -0.0757,0.75113 -0.22709,1.06555 -0.13975,0.31443 -0.32025,0.60556 -0.54151,0.8734 -0.22126,0.26785 -0.45999,0.52404 -0.71618,0.76859 -0.25621,0.23291 -0.49494,0.47746 -0.71619,0.73365 -0.22127,0.24456 -0.40759,0.50658 -0.55898,0.78606 -0.13975,0.2795 -0.20962,0.59392 -0.20961,0.94328 -1e-5,0.0582 -1e-5,0.1281 0,0.20961 -1e-5,0.0699 0.006,0.13975 0.0175,0.20962 l -1.81667,0 c -0.0233,-0.11645 -0.0408,-0.23873 -0.0524,-0.36683 -0.0117,-0.13974 -0.0175,-0.26784 -0.0175,-0.38429 0,-0.3843 0.0641,-0.72783 0.19215,-1.03062 0.12809,-0.30277 0.29113,-0.58226 0.4891,-0.83846 0.19797,-0.25619 0.40759,-0.49492 0.62885,-0.71619 0.2329,-0.22125 0.44834,-0.44252 0.64632,-0.66378 0.19796,-0.22126 0.361,-0.44834 0.4891,-0.68126 0.12809,-0.23289 0.19214,-0.48909 0.19215,-0.76859 -1e-5,-0.38429 -0.13393,-0.69871 -0.40177,-0.94327 -0.2562,-0.25619 -0.64632,-0.38429 -1.17035,-0.3843 m 1.3625,9.43273 c 0,0.40758 -0.13392,0.73948 -0.40176,0.99567 -0.26785,0.2562 -0.59974,0.3843 -0.99568,0.3843 -0.3843,0 -0.71619,-0.1281 -0.99567,-0.3843 -0.26785,-0.25619 -0.40177,-0.58809 -0.40177,-0.99567 0,-0.40759 0.13392,-0.73948 0.40177,-0.99568 0.27948,-0.26784 0.61137,-0.40176 0.99567,-0.40176 0.39594,0 0.72783,0.13392 0.99568,0.40176 0.26784,0.2562 0.40176,0.58809 0.40176,0.99568"
id="path3314" />
</g>
<path
d="m 110.84156,-249.56139 126.69685,0 0,96.68187 -126.69685,0 z"
id="rect3910"
style="opacity:0.98999999;fill:#ffffff;fill-opacity:0;stroke:#000000;stroke-width:4.89048529;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" />
<path
d="m 95.143631,-269.66183 32.858609,0 0,22.74826 -32.858609,0 z"
id="rect3968"
style="opacity:0.98999999;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:3.77378631;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" />
<path
d="m 121.68326,-267.27457 c 0,0 1.21074,-9.89367 -1.54451,-13.48044 -1.86912,-2.43328 -5.5021,-3.53942 -8.5657,-3.37011 -3.08528,0.17153 -6.86475,0.58667 -8.98697,4.63389 -1.86269,3.55226 -1.5447,11.65496 -1.5447,11.65496 z"
id="path3970"
style="fill:none;stroke:#000000;stroke-width:6.91860723;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 225.26515,-263.95233 24.67782,0 0,17.08465 -24.67782,0 z"
id="rect3968-6"
style="opacity:0.98999999;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:2.83422971;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" />
<path
d="m 245.19723,-262.15944 c 0,0 0.90948,-7.43045 -1.16022,-10.12427 -1.40401,-1.82756 -4.13224,-2.65823 -6.43308,-2.53102 -2.31718,0.12773 -5.15565,0.44069 -6.74951,3.4802 -1.39909,2.66787 -1.16022,8.75323 -1.16022,8.75323 z"
id="path3970-8"
style="fill:none;stroke:#000000;stroke-width:5.19608688;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 355.64349,-258.81003 17.85517,0 0,12.36127 -17.85517,0 z"
id="rect3968-3"
style="opacity:0.98999999;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:2.05065179;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" />
<path
d="m 370.06504,-257.51278 c 0,0 0.65767,-5.37614 -0.83922,-7.32518 -1.01588,-1.32244 -2.98981,-1.92326 -4.65452,-1.83127 -1.67646,0.0912 -3.73031,0.31897 -4.8835,2.51803 -1.01222,1.93034 -0.83923,6.33326 -0.83923,6.33326 z"
id="path3970-1"
style="fill:none;stroke:#000000;stroke-width:3.75952888;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<text
x="6.6307654"
y="18.827772"
id="text4015"
xml:space="preserve"
style="font-size:4px;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"><tspan
x="6.6307654"
y="18.827772"
id="tspan4017" /></text>
<g
id="text4023"
style="font-size:14.59846592px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Ubuntu;-inkscape-font-specification:Ubuntu Medium">
<path
d="m 248.84139,-217.19685 c 0.56447,-0.22384 1.12894,-0.51094 1.69342,-0.86131 0.5742,-0.35036 1.08028,-0.76398 1.51824,-1.24087 l 1.24087,0 0,10.11673 -1.76641,0 0,-7.75178 c -0.26278,0.20438 -0.59368,0.4039 -0.9927,0.59853 -0.39903,0.19466 -0.78345,0.35524 -1.15328,0.48175 l -0.54014,-1.34305"
id="path3281" />
<path
d="m 259.6933,-214.32096 1.62043,-2.49633 1.854,0 -2.51094,3.60582 c 0.52554,0.68126 1.02676,1.37226 1.50365,2.07298 0.48661,0.69099 0.88563,1.34306 1.19707,1.95619 l -1.9124,0 c -0.0876,-0.18491 -0.20438,-0.39415 -0.35036,-0.62773 -0.13626,-0.24331 -0.28711,-0.49148 -0.45255,-0.74452 -0.15573,-0.26277 -0.32117,-0.52068 -0.49635,-0.77372 -0.17519,-0.25304 -0.3455,-0.49148 -0.51095,-0.71533 -0.34063,0.43796 -0.6764,0.92458 -1.00729,1.45985 -0.32117,0.52555 -0.58881,0.9927 -0.80292,1.40145 l -1.81021,0 c 0.14599,-0.29197 0.32117,-0.6034 0.52555,-0.9343 0.20437,-0.3309 0.42335,-0.66666 0.65693,-1.00729 0.23357,-0.35036 0.47201,-0.69586 0.71532,-1.03649 0.25304,-0.35036 0.50121,-0.68126 0.74452,-0.9927 l -2.52553,-3.66421 1.9416,0 1.62043,2.49633"
id="path3283" />
<path
d="m 268.47131,-217.12386 c -0.23358,0.28224 -0.47689,0.58394 -0.72993,0.9051 -0.24331,0.32118 -0.48175,0.65694 -0.71532,1.0073 -0.23358,0.35037 -0.45742,0.71046 -0.67153,1.08028 -0.21411,0.3601 -0.40876,0.7202 -0.58394,1.08029 l 2.70072,0 0,-4.07297 m 1.72262,-2.17517 0,6.24814 1.13868,0 0,1.44525 -1.13868,0 0,2.42334 -1.72262,0 0,-2.42334 -4.43794,0 0,-1.25547 c 0.19465,-0.42822 0.45256,-0.9197 0.77372,-1.47445 0.3309,-0.55473 0.69586,-1.12407 1.09489,-1.70802 0.39902,-0.58393 0.82237,-1.15813 1.27006,-1.72261 0.44769,-0.56447 0.89537,-1.07542 1.34306,-1.53284 l 1.67883,0"
id="path3285" />
<path
d="m 273.06047,-209.1823 0,-10.11673 6.39413,0 0,1.56203 -4.55472,0 0,2.58393 4.04378,0 0,1.56204 -4.04378,0 0,4.40873 -1.83941,0"
id="path3287" />
<path
d="m 282.05792,-210.1458 c -1e-5,0.34064 -0.11679,0.61801 -0.35037,0.83212 -0.22384,0.21411 -0.49635,0.32116 -0.81751,0.32116 -0.3309,0 -0.60827,-0.10705 -0.83211,-0.32116 -0.22385,-0.21411 -0.33577,-0.49148 -0.33577,-0.83212 0,-0.34063 0.11192,-0.618 0.33577,-0.83211 0.22384,-0.22384 0.50121,-0.33576 0.83211,-0.33576 0.32116,0 0.59367,0.11192 0.81751,0.33576 0.23358,0.21411 0.35036,0.49148 0.35037,0.83211"
id="path3289" />
<path
d="m 285.93564,-210.1458 c -10e-6,0.34064 -0.11679,0.61801 -0.35037,0.83212 -0.22384,0.21411 -0.49635,0.32116 -0.81751,0.32116 -0.3309,0 -0.60827,-0.10705 -0.83211,-0.32116 -0.22385,-0.21411 -0.33577,-0.49148 -0.33577,-0.83212 0,-0.34063 0.11192,-0.618 0.33577,-0.83211 0.22384,-0.22384 0.50121,-0.33576 0.83211,-0.33576 0.32116,0 0.59367,0.11192 0.81751,0.33576 0.23358,0.21411 0.35036,0.49148 0.35037,0.83211"
id="path3291" />
<path
d="m 287.03965,-214.16037 3.92698,0 0,1.62043 -3.92698,0 0,-1.62043"
id="path3293" />
<path
d="m 298.82722,-212.59834 -6.29194,2.65692 -0.48175,-1.44525 4.89049,-1.95619 -4.89049,-1.95619 0.48175,-1.44525 6.29194,2.65692 0,1.48904"
id="path3295" />
<path
d="m 300.90545,-217.19685 c 0.56447,-0.22384 1.12894,-0.51094 1.69342,-0.86131 0.5742,-0.35036 1.08028,-0.76398 1.51824,-1.24087 l 1.24087,0 0,10.11673 -1.76641,0 0,-7.75178 c -0.26278,0.20438 -0.59368,0.4039 -0.9927,0.59853 -0.39903,0.19466 -0.78345,0.35524 -1.15328,0.48175 l -0.54014,-1.34305"
id="path3297" />
<path
d="m 314.07851,-212.9633 c 0,-0.78831 -0.18005,-1.40145 -0.54014,-1.83941 -0.35037,-0.43794 -0.91971,-0.65692 -1.70802,-0.65693 -0.16545,1e-5 -0.34064,0.01 -0.52555,0.0292 -0.17518,0.01 -0.35036,0.0389 -0.52554,0.0876 l 0,4.36494 c 0.15571,0.10706 0.36009,0.20925 0.61314,0.30657 0.26276,0.0876 0.54013,0.13139 0.83211,0.13139 0.64233,0 1.10948,-0.21898 1.40145,-0.65694 0.3017,-0.43795 0.45255,-1.02675 0.45255,-1.76641 m 1.81021,-0.0292 c -10e-6,0.58395 -0.0779,1.11922 -0.23357,1.60583 -0.14599,0.48662 -0.36011,0.90511 -0.64234,1.25547 -0.28224,0.35037 -0.63747,0.62287 -1.06568,0.81752 -0.4185,0.19464 -0.89538,0.29197 -1.43065,0.29197 -0.3601,0 -0.691,-0.0438 -0.9927,-0.13139 -0.3017,-0.0876 -0.54988,-0.18491 -0.74452,-0.29197 l 0,2.96349 -1.76641,0 0,-10.08754 c 0.36009,-0.0973 0.80291,-0.18977 1.32846,-0.27737 0.52554,-0.0876 1.08028,-0.13138 1.66422,-0.13139 0.6034,1e-5 1.14354,0.0925 1.62043,0.27737 0.47688,0.18492 0.88077,0.45256 1.21167,0.80292 0.34063,0.34064 0.59853,0.75913 0.77372,1.25547 0.18491,0.48662 0.27736,1.03649 0.27737,1.64962"
id="path3299" />
<path
d="m 321.19823,-214.8173 c 0.43795,-0.72992 0.86617,-1.46958 1.28466,-2.21897 0.41849,-0.74938 0.79805,-1.50363 1.13868,-2.26276 l 2.04379,0 c -0.54502,1.03163 -1.11436,2.05839 -1.70802,3.08027 -0.58395,1.01217 -1.21168,2.03406 -1.8832,3.06568 l 0,3.97078 -1.83941,0 0,-3.94158 c -0.67153,-1.04135 -1.30413,-2.07298 -1.8978,-3.09488 -0.59367,-1.02188 -1.16301,-2.04864 -1.70802,-3.08027 l 2.16057,0 c 0.34063,0.75913 0.71532,1.51338 1.12408,2.26276 0.40876,0.74939 0.83698,1.48905 1.28467,2.21897"
id="path3301" />
<path
d="m 329.1544,-208.96332 c -0.26278,0 -0.53528,-0.0195 -0.81752,-0.0584 -0.2725,-0.0292 -0.53528,-0.073 -0.78831,-0.13139 -0.24331,-0.0487 -0.46716,-0.10219 -0.67153,-0.16058 -0.20438,-0.0681 -0.3601,-0.13139 -0.46715,-0.18978 l 0.35036,-1.50364 c 0.20438,0.0973 0.50121,0.20924 0.89051,0.33576 0.38929,0.11679 0.87103,0.17518 1.44524,0.17518 0.76885,0 1.32359,-0.14598 1.66423,-0.43795 0.34062,-0.3017 0.51094,-0.70073 0.51095,-1.19708 -1e-5,-0.32116 -0.0681,-0.5888 -0.20438,-0.80291 -0.12653,-0.21411 -0.30658,-0.38442 -0.54015,-0.51095 -0.22384,-0.13625 -0.48662,-0.2287 -0.78831,-0.27737 -0.29198,-0.0584 -0.60341,-0.0876 -0.93431,-0.0876 l -0.59853,0 0,-1.43065 0.72992,0 c 0.22384,1e-5 0.44768,-0.0195 0.67153,-0.0584 0.23357,-0.0487 0.44282,-0.12652 0.62773,-0.23358 0.18491,-0.11678 0.33576,-0.26763 0.45256,-0.45255 0.11678,-0.18491 0.17517,-0.42335 0.17518,-0.71533 -10e-6,-0.23356 -0.0438,-0.43308 -0.13139,-0.59853 -0.0876,-0.16544 -0.20438,-0.3017 -0.35036,-0.40876 -0.13626,-0.10705 -0.29684,-0.18491 -0.48175,-0.23358 -0.18492,-0.0486 -0.37956,-0.073 -0.58394,-0.073 -0.43796,1e-5 -0.82725,0.0681 -1.16788,0.20438 -0.34063,0.12653 -0.64233,0.27251 -0.9051,0.43795 l -0.64233,-1.31386 c 0.13625,-0.0876 0.3017,-0.18004 0.49634,-0.27737 0.19465,-0.0973 0.40876,-0.18977 0.64234,-0.27737 0.2433,-0.0876 0.50121,-0.15571 0.77372,-0.20438 0.2725,-0.0584 0.5596,-0.0876 0.8613,-0.0876 0.56447,1e-5 1.05109,0.0681 1.45985,0.20438 0.40875,0.13626 0.74452,0.33091 1.0073,0.58394 0.27249,0.24332 0.47201,0.53528 0.59853,0.87591 0.13625,0.3309 0.20437,0.69586 0.20438,1.09488 -1e-5,0.46716 -0.13139,0.88565 -0.39416,1.25547 -0.25304,0.36983 -0.58394,0.65207 -0.99269,0.84671 0.52554,0.18492 0.95862,0.49149 1.29926,0.9197 0.35036,0.42823 0.52554,0.9781 0.52555,1.64963 -10e-6,0.44769 -0.0779,0.86618 -0.23358,1.25547 -0.15572,0.37956 -0.39417,0.71046 -0.71533,0.99269 -0.32117,0.27251 -0.72992,0.49149 -1.22627,0.65693 -0.48662,0.15572 -1.07055,0.23358 -1.75181,0.23358"
id="path3303" />
<path
d="m 337.11581,-210.1458 c -1e-5,0.34064 -0.1168,0.61801 -0.35037,0.83212 -0.22384,0.21411 -0.49635,0.32116 -0.81751,0.32116 -0.3309,0 -0.60827,-0.10705 -0.83211,-0.32116 -0.22385,-0.21411 -0.33577,-0.49148 -0.33577,-0.83212 0,-0.34063 0.11192,-0.618 0.33577,-0.83211 0.22384,-0.22384 0.50121,-0.33576 0.83211,-0.33576 0.32116,0 0.59367,0.11192 0.81751,0.33576 0.23357,0.21411 0.35036,0.49148 0.35037,0.83211"
id="path3305" />
<path
d="m 340.99352,-210.1458 c 0,0.34064 -0.11679,0.61801 -0.35036,0.83212 -0.22385,0.21411 -0.49635,0.32116 -0.81752,0.32116 -0.3309,0 -0.60827,-0.10705 -0.83211,-0.32116 -0.22384,-0.21411 -0.33576,-0.49148 -0.33576,-0.83212 0,-0.34063 0.11192,-0.618 0.33576,-0.83211 0.22384,-0.22384 0.50121,-0.33576 0.83211,-0.33576 0.32117,0 0.59367,0.11192 0.81752,0.33576 0.23357,0.21411 0.35036,0.49148 0.35036,0.83211"
id="path3307" />
</g>
<g
id="text4048"
style="font-size:14.59846497px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Ubuntu;-inkscape-font-specification:Ubuntu">
<path
d="m 255.30283,-233.20496 c 0,0.35037 -0.073,0.691 -0.21897,1.02189 -0.13626,0.32118 -0.32117,0.64234 -0.55474,0.9635 -0.23359,0.31144 -0.49636,0.62288 -0.78832,0.93431 -0.29198,0.3017 -0.58394,0.59854 -0.87591,0.8905 -0.16545,0.16545 -0.3601,0.3601 -0.58394,0.58394 -0.21411,0.22385 -0.41849,0.45742 -0.61313,0.70073 -0.19465,0.24331 -0.3601,0.47688 -0.49635,0.70072 -0.12652,0.22385 -0.18978,0.41849 -0.18978,0.58394 l 4.65691,0 0,1.15328 -6.13136,0 c -0.01,-0.0584 -0.0146,-0.11679 -0.0146,-0.17518 -1e-5,-0.0584 -1e-5,-0.11192 0,-0.16058 -1e-5,-0.45742 0.073,-0.88078 0.21897,-1.27007 0.15572,-0.39902 0.35523,-0.77372 0.59854,-1.12408 0.24331,-0.35036 0.51581,-0.68126 0.81751,-0.9927 0.3017,-0.31143 0.59854,-0.61313 0.89051,-0.9051 0.2433,-0.23357 0.47201,-0.46228 0.68613,-0.68613 0.22384,-0.23357 0.41848,-0.46228 0.58394,-0.68613 0.17517,-0.23357 0.31143,-0.47201 0.40875,-0.71532 0.10705,-0.2433 0.16058,-0.50121 0.16059,-0.77372 -1e-5,-0.29196 -0.0487,-0.54014 -0.14599,-0.74452 -0.0876,-0.20437 -0.20925,-0.37469 -0.36496,-0.51095 -0.15572,-0.13624 -0.34063,-0.23357 -0.55474,-0.29197 -0.20438,-0.0681 -0.42336,-0.10218 -0.65693,-0.10219 -0.28224,1e-5 -0.54015,0.0389 -0.77372,0.11679 -0.23358,0.0779 -0.44282,0.17032 -0.62773,0.27737 -0.18492,0.0973 -0.34064,0.20439 -0.46716,0.32117 -0.12652,0.10706 -0.22384,0.18978 -0.29197,0.24817 l -0.67152,-0.9635 c 0.0876,-0.0973 0.21897,-0.2141 0.39415,-0.35036 0.17518,-0.14598 0.38443,-0.28223 0.62774,-0.40876 0.2433,-0.12651 0.51581,-0.23356 0.81751,-0.32117 0.3017,-0.0876 0.62773,-0.13137 0.9781,-0.13138 1.06082,1e-5 1.854,0.24818 2.37955,0.74452 0.53527,0.48663 0.80291,1.17762 0.80291,2.07298"
id="path3266" />
<path
d="m 259.49921,-226.46047 c 0,0.26278 -0.0876,0.49149 -0.26277,0.68613 -0.17519,0.19465 -0.41363,0.29197 -0.71533,0.29197 -0.3017,0 -0.54014,-0.0973 -0.71532,-0.29197 -0.17519,-0.19464 -0.26278,-0.42335 -0.26277,-0.68613 -1e-5,-0.26277 0.0876,-0.49148 0.26277,-0.68612 0.17518,-0.19465 0.41362,-0.29197 0.71532,-0.29197 0.3017,0 0.54014,0.0973 0.71533,0.29197 0.17518,0.19464 0.26277,0.42335 0.26277,0.68612"
id="path3268" />
<path
d="m 261.04802,-230.73782 c -1e-5,-1.69341 0.29683,-2.99754 0.8905,-3.91239 0.6034,-0.91482 1.43551,-1.37224 2.49634,-1.37225 1.06082,1e-5 1.88806,0.45743 2.48174,1.37225 0.60339,0.91485 0.9051,2.21898 0.9051,3.91239 0,1.69343 -0.30171,2.99756 -0.9051,3.91239 -0.59368,0.91484 -1.42092,1.37226 -2.48174,1.37226 -1.06083,0 -1.89294,-0.45742 -2.49634,-1.37226 -0.59367,-0.91483 -0.89051,-2.21896 -0.8905,-3.91239 m 5.34303,0 c 0,-0.55473 -0.0341,-1.08028 -0.10219,-1.57663 -0.0584,-0.49634 -0.16545,-0.92943 -0.32116,-1.29926 -0.14599,-0.36982 -0.3455,-0.66179 -0.59854,-0.87591 -0.25304,-0.22384 -0.56448,-0.33576 -0.9343,-0.33577 -0.36983,1e-5 -0.68127,0.11193 -0.9343,0.33577 -0.25305,0.21412 -0.45742,0.50609 -0.61314,0.87591 -0.14598,0.36983 -0.25304,0.80292 -0.32116,1.29926 -0.0584,0.49635 -0.0876,1.0219 -0.0876,1.57663 -10e-6,0.55475 0.0292,1.08029 0.0876,1.57664 0.0681,0.49635 0.17518,0.92944 0.32116,1.29926 0.15572,0.36983 0.36009,0.66667 0.61314,0.89051 0.25303,0.21411 0.56447,0.32116 0.9343,0.32116 0.36982,0 0.68126,-0.10705 0.9343,-0.32116 0.25304,-0.22384 0.45255,-0.52068 0.59854,-0.89051 0.15571,-0.36982 0.26276,-0.80291 0.32116,-1.29926 0.0681,-0.49635 0.10219,-1.02189 0.10219,-1.57664"
id="path3270" />
<path
d="m 269.28816,-230.73782 c 0,-1.69341 0.29684,-2.99754 0.89051,-3.91239 0.6034,-0.91482 1.43551,-1.37224 2.49634,-1.37225 1.06081,1e-5 1.88806,0.45743 2.48174,1.37225 0.60339,0.91485 0.90509,2.21898 0.9051,3.91239 -10e-6,1.69343 -0.30171,2.99756 -0.9051,3.91239 -0.59368,0.91484 -1.42093,1.37226 -2.48174,1.37226 -1.06083,0 -1.89294,-0.45742 -2.49634,-1.37226 -0.59367,-0.91483 -0.89051,-2.21896 -0.89051,-3.91239 m 5.34304,0 c 0,-0.55473 -0.0341,-1.08028 -0.10219,-1.57663 -0.0584,-0.49634 -0.16545,-0.92943 -0.32116,-1.29926 -0.14599,-0.36982 -0.34551,-0.66179 -0.59854,-0.87591 -0.25305,-0.22384 -0.56448,-0.33576 -0.9343,-0.33577 -0.36983,1e-5 -0.68127,0.11193 -0.9343,0.33577 -0.25305,0.21412 -0.45743,0.50609 -0.61314,0.87591 -0.14599,0.36983 -0.25304,0.80292 -0.32117,1.29926 -0.0584,0.49635 -0.0876,1.0219 -0.0876,1.57663 0,0.55475 0.0292,1.08029 0.0876,1.57664 0.0681,0.49635 0.17518,0.92944 0.32117,1.29926 0.15571,0.36983 0.36009,0.66667 0.61314,0.89051 0.25303,0.21411 0.56447,0.32116 0.9343,0.32116 0.36982,0 0.68125,-0.10705 0.9343,-0.32116 0.25303,-0.22384 0.45255,-0.52068 0.59854,-0.89051 0.15571,-0.36982 0.26276,-0.80291 0.32116,-1.29926 0.0681,-0.49635 0.10219,-1.02189 0.10219,-1.57664"
id="path3272" />
<path
d="m 284.14826,-225.58456 c -0.20438,0 -0.42822,-0.005 -0.67153,-0.0146 -0.23358,-0.01 -0.47202,-0.0243 -0.71532,-0.0438 -0.23358,-0.0195 -0.46715,-0.0438 -0.70073,-0.073 -0.23357,-0.0292 -0.44769,-0.0681 -0.64233,-0.11678 l 0,-9.81017 c 0.19464,-0.0487 0.40876,-0.0876 0.64233,-0.11679 0.23358,-0.0292 0.46715,-0.0535 0.70073,-0.073 0.2433,-0.0195 0.48174,-0.034 0.71532,-0.0438 0.23358,-0.01 0.45255,-0.0146 0.65693,-0.0146 0.58394,2e-5 1.12895,0.0438 1.63503,0.13139 0.51581,0.0876 0.95863,0.23845 1.32846,0.45255 0.37956,0.20439 0.67639,0.4769 0.89051,0.81752 0.2141,0.34064 0.32116,0.75913 0.32117,1.25547 -10e-6,0.55474 -0.1314,1.01216 -0.39416,1.37225 -0.26278,0.35037 -0.61315,0.61314 -1.05109,0.78832 0.59366,0.17519 1.06568,0.45256 1.41605,0.83211 0.35035,0.37957 0.52553,0.91484 0.52554,1.60583 -10e-6,1.01216 -0.3747,1.77615 -1.12408,2.29196 -0.73966,0.50608 -1.91727,0.75912 -3.53283,0.75912 m -1.32846,-4.80289 0,3.56202 c 0.10706,0.01 0.23358,0.0195 0.37956,0.0292 0.12652,0.01 0.2725,0.0195 0.43796,0.0292 0.17517,0 0.37469,0 0.59853,0 0.41849,0 0.81265,-0.0243 1.18248,-0.073 0.37955,-0.0584 0.71045,-0.15571 0.99269,-0.29197 0.28224,-0.13625 0.50608,-0.32603 0.67153,-0.56934 0.17518,-0.2433 0.26277,-0.54987 0.26278,-0.9197 -10e-6,-0.33089 -0.0633,-0.60827 -0.18978,-0.83211 -0.12653,-0.23357 -0.31144,-0.41849 -0.55475,-0.55474 -0.23358,-0.13625 -0.51581,-0.23357 -0.84671,-0.29197 -0.3309,-0.0584 -0.70073,-0.0876 -1.10948,-0.0876 l -1.82481,0 m 0,-1.13868 1.48905,0 c 0.35035,0 0.68125,-0.0243 0.99269,-0.073 0.31143,-0.0487 0.57907,-0.13624 0.80292,-0.26277 0.23357,-0.12651 0.41361,-0.29196 0.54014,-0.49635 0.13625,-0.20437 0.20437,-0.46227 0.20438,-0.77372 -10e-6,-0.29196 -0.0681,-0.53526 -0.20438,-0.72992 -0.13626,-0.20437 -0.32604,-0.36495 -0.56934,-0.48175 -0.23358,-0.12651 -0.51095,-0.21897 -0.83211,-0.27737 -0.32117,-0.0584 -0.6618,-0.0876 -1.02189,-0.0876 -0.3601,1e-5 -0.64234,0.005 -0.84672,0.0146 -0.20438,0.01 -0.38929,0.0243 -0.55474,0.0438 l 0,3.12408"
id="path3274" />
<path
d="m 297.55809,-235.78889 0,1.22628 -3.18246,0 0,8.89046 -1.41605,0 0,-8.89046 -3.18247,0 0,-1.22628 7.78098,0"
id="path3276" />
<path
d="m 302.99032,-225.45317 c -0.71047,0 -1.35766,-0.11679 -1.9416,-0.35037 -0.58394,-0.23357 -1.08515,-0.5742 -1.50364,-1.02189 -0.41849,-0.44768 -0.74452,-0.99756 -0.9781,-1.64962 -0.22384,-0.6618 -0.33576,-1.41605 -0.33576,-2.26277 0,-0.8467 0.12652,-1.59609 0.37956,-2.24816 0.26277,-0.66179 0.61313,-1.21653 1.05109,-1.66423 0.43795,-0.44767 0.94889,-0.7883 1.53284,-1.02189 0.58393,-0.23356 1.2068,-0.35035 1.8686,-0.35036 0.41848,1e-5 0.79318,0.0292 1.12408,0.0876 0.34062,0.0584 0.63259,0.12653 0.87591,0.20438 0.25303,0.0779 0.45741,0.15572 0.61313,0.23357 0.15571,0.0779 0.26277,0.13627 0.32117,0.17518 l -0.40876,1.16788 c -0.0876,-0.0584 -0.21412,-0.12164 -0.37956,-0.18978 -0.16545,-0.0681 -0.35523,-0.13624 -0.56934,-0.20438 -0.20438,-0.0681 -0.43309,-0.12164 -0.68612,-0.16058 -0.24332,-0.0487 -0.49149,-0.073 -0.74453,-0.073 -0.53528,1e-5 -1.01703,0.0925 -1.44524,0.27737 -0.42823,0.18492 -0.79319,0.45256 -1.09489,0.80291 -0.3017,0.35038 -0.53528,0.7786 -0.70073,1.28467 -0.15571,0.49635 -0.23357,1.05596 -0.23357,1.67882 0,0.60341 0.0681,1.15329 0.20438,1.64963 0.14598,0.49635 0.36009,0.92457 0.64233,1.28466 0.28223,0.35037 0.6326,0.62287 1.05109,0.81752 0.42822,0.19465 0.92456,0.29197 1.48904,0.29197 0.65206,0 1.1922,-0.0681 1.62043,-0.20438 0.42822,-0.13625 0.74938,-0.25791 0.9635,-0.36496 l 0.36496,1.16787 c -0.0681,0.0487 -0.18979,0.11193 -0.36496,0.18978 -0.17519,0.0681 -0.39417,0.13626 -0.65693,0.20438 -0.26278,0.0681 -0.56935,0.12652 -0.9197,0.17518 -0.35037,0.0487 -0.72993,0.073 -1.13868,0.073"
id="path3278" />
</g>
<g
id="text4083-7"
style="font-size:32.57752228px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Ubuntu;-inkscape-font-specification:Ubuntu">
<path
d="m 156.24959,-200.21822 c -1e-5,2.77996 0.40178,5.35358 1.20537,7.72087 0.80357,2.3673 1.98722,4.56086 3.55095,6.58066 l -2.15012,1.46599 c -1.69404,-2.06324 -3.06229,-4.43054 -4.10477,-7.1019 -1.02076,-2.69307 -1.53114,-5.58161 -1.53114,-8.66562 0,-3.08399 0.51038,-5.96167 1.53114,-8.63304 1.04248,-2.69306 2.41073,-5.07121 4.10477,-7.13448 l 2.15012,1.46599 c -1.56373,2.01983 -2.74738,4.21338 -3.55095,6.58066 -0.80359,2.36731 -1.20538,4.94094 -1.20537,7.72087"
id="path3255"
style="font-family:Ubuntu;-inkscape-font-specification:Ubuntu" />
<path
d="m 167.43081,-192.23673 c -1e-5,0.5864 -0.19548,1.09678 -0.5864,1.53115 -0.39094,0.43437 -0.92303,0.65155 -1.5963,0.65155 -0.67327,0 -1.20537,-0.21718 -1.5963,-0.65155 -0.39093,-0.43437 -0.58639,-0.94475 -0.58639,-1.53115 0,-0.58639 0.19546,-1.09677 0.58639,-1.53114 0.39093,-0.43436 0.92303,-0.65155 1.5963,-0.65155 0.67327,0 1.20536,0.21719 1.5963,0.65155 0.39092,0.43437 0.58639,0.94475 0.5864,1.53114"
id="path3257"
style="font-family:Ubuntu;-inkscape-font-specification:Ubuntu" />
<path
d="m 175.44793,-192.23673 c -1e-5,0.5864 -0.19547,1.09678 -0.58639,1.53115 -0.39094,0.43437 -0.92304,0.65155 -1.5963,0.65155 -0.67328,0 -1.20537,-0.21718 -1.5963,-0.65155 -0.39093,-0.43437 -0.5864,-0.94475 -0.5864,-1.53115 0,-0.58639 0.19547,-1.09677 0.5864,-1.53114 0.39093,-0.43436 0.92302,-0.65155 1.5963,-0.65155 0.67326,0 1.20536,0.21719 1.5963,0.65155 0.39092,0.43437 0.58638,0.94475 0.58639,1.53114"
id="path3259"
style="font-family:Ubuntu;-inkscape-font-specification:Ubuntu" />
<path
d="m 183.46506,-192.23673 c -1e-5,0.5864 -0.19548,1.09678 -0.5864,1.53115 -0.39094,0.43437 -0.92303,0.65155 -1.5963,0.65155 -0.67327,0 -1.20537,-0.21718 -1.5963,-0.65155 -0.39093,-0.43437 -0.58639,-0.94475 -0.58639,-1.53115 0,-0.58639 0.19546,-1.09677 0.58639,-1.53114 0.39093,-0.43436 0.92303,-0.65155 1.5963,-0.65155 0.67327,0 1.20536,0.21719 1.5963,0.65155 0.39092,0.43437 0.58639,0.94475 0.5864,1.53114"
id="path3261"
style="font-family:Ubuntu;-inkscape-font-specification:Ubuntu" />
<path
d="m 190.27681,-200.21822 c 0,-2.77993 -0.40179,-5.35356 -1.20537,-7.72087 -0.80358,-2.36728 -1.98723,-4.56083 -3.55095,-6.58066 l 2.15012,-1.46599 c 1.69403,2.06327 3.05142,4.44142 4.07219,7.13448 1.04247,2.67137 1.56371,5.54905 1.56372,8.63304 -1e-5,3.08401 -0.52125,5.97255 -1.56372,8.66562 -1.02077,2.67136 -2.37816,5.03866 -4.07219,7.1019 l -2.15012,-1.46599 c 1.56372,-2.0198 2.74737,-4.21336 3.55095,-6.58066 0.80358,-2.36729 1.20537,-4.94091 1.20537,-7.72087"
id="path3263"
style="font-family:Ubuntu;-inkscape-font-specification:Ubuntu" />
</g>
<g
id="text4083-7-9"
style="font-size:32.57752228px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Ubuntu;-inkscape-font-specification:Ubuntu">
<path
d="m 412.19722,-199.83966 c 0,2.77995 0.40178,5.35357 1.20537,7.72087 0.80357,2.3673 1.98722,4.56085 3.55095,6.58066 l -2.15012,1.46599 c -1.69403,-2.06325 -3.06229,-4.43055 -4.10476,-7.1019 -1.02077,-2.69307 -1.53115,-5.58161 -1.53115,-8.66562 0,-3.084 0.51038,-5.96167 1.53115,-8.63305 1.04247,-2.69305 2.41073,-5.07121 4.10476,-7.13447 l 2.15012,1.46598 c -1.56373,2.01983 -2.74738,4.21338 -3.55095,6.58066 -0.80359,2.36732 -1.20537,4.94094 -1.20537,7.72088"
id="path3244"
style="font-family:Ubuntu;-inkscape-font-specification:Ubuntu" />
<path
d="m 423.37844,-191.85817 c -1e-5,0.5864 -0.19547,1.09678 -0.5864,1.53114 -0.39093,0.43437 -0.92303,0.65155 -1.5963,0.65155 -0.67327,0 -1.20537,-0.21718 -1.5963,-0.65155 -0.39093,-0.43436 -0.58639,-0.94474 -0.58639,-1.53114 0,-0.58639 0.19546,-1.09677 0.58639,-1.53114 0.39093,-0.43437 0.92303,-0.65155 1.5963,-0.65155 0.67327,0 1.20537,0.21718 1.5963,0.65155 0.39093,0.43437 0.58639,0.94475 0.5864,1.53114"
id="path3246"
style="font-family:Ubuntu;-inkscape-font-specification:Ubuntu" />
<path
d="m 431.39556,-191.85817 c 0,0.5864 -0.19547,1.09678 -0.58639,1.53114 -0.39094,0.43437 -0.92304,0.65155 -1.5963,0.65155 -0.67327,0 -1.20537,-0.21718 -1.5963,-0.65155 -0.39093,-0.43436 -0.5864,-0.94474 -0.5864,-1.53114 0,-0.58639 0.19547,-1.09677 0.5864,-1.53114 0.39093,-0.43437 0.92303,-0.65155 1.5963,-0.65155 0.67326,0 1.20536,0.21718 1.5963,0.65155 0.39092,0.43437 0.58639,0.94475 0.58639,1.53114"
id="path3248"
style="font-family:Ubuntu;-inkscape-font-specification:Ubuntu" />
<path
d="m 439.41269,-191.85817 c -10e-6,0.5864 -0.19547,1.09678 -0.5864,1.53114 -0.39093,0.43437 -0.92303,0.65155 -1.5963,0.65155 -0.67327,0 -1.20537,-0.21718 -1.5963,-0.65155 -0.39093,-0.43436 -0.58639,-0.94474 -0.58639,-1.53114 0,-0.58639 0.19546,-1.09677 0.58639,-1.53114 0.39093,-0.43437 0.92303,-0.65155 1.5963,-0.65155 0.67327,0 1.20537,0.21718 1.5963,0.65155 0.39093,0.43437 0.58639,0.94475 0.5864,1.53114"
id="path3250"
style="font-family:Ubuntu;-inkscape-font-specification:Ubuntu" />
<path
d="m 446.22444,-199.83966 c 0,-2.77994 -0.40179,-5.35356 -1.20537,-7.72088 -0.80358,-2.36728 -1.98723,-4.56083 -3.55095,-6.58066 l 2.15012,-1.46598 c 1.69403,2.06326 3.05142,4.44142 4.07219,7.13447 1.04247,2.67138 1.56371,5.54905 1.56372,8.63305 -10e-6,3.08401 -0.52125,5.97255 -1.56372,8.66562 -1.02077,2.67135 -2.37816,5.03865 -4.07219,7.1019 l -2.15012,-1.46599 c 1.56372,-2.01981 2.74737,-4.21336 3.55095,-6.58066 0.80358,-2.3673 1.20537,-4.94092 1.20537,-7.72087"
id="path3252"
style="font-family:Ubuntu;-inkscape-font-specification:Ubuntu" />
</g>
<path
d="m 30.58636,12.911432 c 0,7.23783 -6.377196,13.105251 -14.243867,13.105251 -7.8666704,0 -14.2438669,-5.867421 -14.2438669,-13.105251 0,-7.2378296 6.3771965,-13.10525009 14.2438669,-13.10525009 7.866671,0 14.243867,5.86742049 14.243867,13.10525009 z"
transform="matrix(19.990924,0,0,21.00392,-25.509877,-538.40922)"
id="path4129"
style="opacity:0.98999999;fill:none;stroke:#000000;stroke-width:0.34463671;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" />
<g
id="text4131"
style="font-size:40.70894241px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Ubuntu;-inkscape-font-specification:Ubuntu">
<path
d="m 231.24463,-104.66653 c -0.56994,0 -1.19414,-0.0136 -1.87261,-0.0407 -0.65135,-0.0271 -1.31627,-0.0679 -1.99474,-0.12212 -0.65135,-0.0543 -1.30269,-0.12213 -1.95403,-0.20355 -0.65135,-0.0814 -1.24841,-0.18997 -1.79119,-0.32567 l 0,-27.35641 c 0.54278,-0.13567 1.13984,-0.24423 1.79119,-0.32567 0.65134,-0.0814 1.30268,-0.14924 1.95403,-0.20355 0.67847,-0.0542 1.34339,-0.0949 1.99474,-0.12212 0.65133,-0.0271 1.26196,-0.0407 1.8319,-0.0407 1.62835,3e-5 3.14814,0.12215 4.5594,0.36638 1.43837,0.24428 2.6732,0.66494 3.70452,1.26198 1.05841,0.56995 1.88616,1.32985 2.48324,2.2797 0.59704,0.9499 0.89558,2.11688 0.8956,3.50097 -2e-5,1.54696 -0.3664,2.8225 -1.09914,3.82664 -0.73279,0.97703 -1.7098,1.70979 -2.93105,2.19828 1.65548,0.48852 2.97173,1.26199 3.94877,2.32041 0.97699,1.05844 1.4655,2.5511 1.46552,4.47798 -2e-5,2.82249 -1.04488,4.95293 -3.13459,6.39131 -2.0626,1.41124 -5.34645,2.11686 -9.85156,2.11686 m -3.70451,-13.39324 0,9.93298 c 0.29852,0.0271 0.65133,0.0543 1.05843,0.0814 0.3528,0.0271 0.75989,0.0543 1.22127,0.0814 0.48849,0 1.04485,0 1.66906,0 1.16698,0 2.26612,-0.0679 3.29743,-0.20355 1.05841,-0.16283 1.98115,-0.43422 2.76821,-0.81418 0.78702,-0.37994 1.41122,-0.90916 1.87261,-1.58764 0.48848,-0.67848 0.73274,-1.53337 0.73276,-2.56467 -2e-5,-0.92273 -0.17643,-1.69619 -0.52922,-2.32041 -0.35283,-0.65133 -0.86847,-1.16698 -1.54694,-1.54694 -0.65136,-0.37994 -1.4384,-0.65133 -2.36112,-0.81418 -0.92275,-0.16282 -1.95404,-0.24424 -3.09388,-0.24425 l -5.08861,0 m 0,-3.1753 4.15231,0 c 0.977,2e-5 1.89974,-0.0678 2.76821,-0.20354 0.86844,-0.13568 1.61477,-0.37994 2.23899,-0.73276 0.65132,-0.3528 1.1534,-0.81416 1.50623,-1.38411 0.37993,-0.5699 0.56991,-1.28909 0.56992,-2.15757 -1e-5,-0.81416 -0.18999,-1.49264 -0.56992,-2.03545 -0.37997,-0.5699 -0.90918,-1.0177 -1.58765,-1.34339 -0.65136,-0.35279 -1.42483,-0.61061 -2.32041,-0.77347 -0.89561,-0.16281 -1.84548,-0.24423 -2.84963,-0.24426 -1.00416,3e-5 -1.7912,0.0136 -2.36111,0.0407 -0.56994,0.0272 -1.08558,0.0679 -1.54694,0.12213 l 0,8.71171"
id="path3222" />
<path
d="m 255.89707,-104.50369 c -2.33398,-0.0543 -3.98948,-0.55636 -4.96649,-1.50623 -0.97701,-0.94988 -1.46552,-2.42897 -1.46552,-4.43728 l 0,-25.40238 3.78593,-0.65134 0,25.44309 c 0,0.62421 0.0543,1.13985 0.16284,1.54694 0.10855,0.40709 0.28495,0.73276 0.52922,0.97701 0.24424,0.24426 0.56991,0.43423 0.97701,0.56993 0.40708,0.10856 0.90916,0.20355 1.50623,0.28496 l -0.52922,3.1753"
id="path3224" />
<path
d="m 279.36324,-115.49511 c -3e-5,1.68265 -0.24428,3.20245 -0.73277,4.5594 -0.48852,1.35697 -1.18057,2.52396 -2.07615,3.50097 -0.86848,0.97702 -1.91334,1.73692 -3.13459,2.2797 -1.22128,0.51565 -2.55111,0.77347 -3.98948,0.77347 -1.43839,0 -2.76821,-0.25782 -3.98947,-0.77347 -1.22128,-0.54278 -2.27971,-1.30268 -3.1753,-2.2797 -0.86846,-0.97701 -1.54694,-2.144 -2.03545,-3.50097 -0.48851,-1.35695 -0.73276,-2.87675 -0.73276,-4.5594 0,-1.65548 0.24425,-3.16171 0.73276,-4.51869 0.48851,-1.38409 1.16699,-2.56465 2.03545,-3.54168 0.89559,-0.97699 1.95402,-1.72332 3.1753,-2.23899 1.22126,-0.54276 2.55108,-0.81416 3.98947,-0.81418 1.43837,2e-5 2.7682,0.27142 3.98948,0.81418 1.22125,0.51567 2.26611,1.262 3.13459,2.23899 0.89558,0.97703 1.58763,2.15759 2.07615,3.54168 0.48849,1.35698 0.73274,2.86321 0.73277,4.51869 m -3.94877,0 c -2e-5,-2.38824 -0.5428,-4.27442 -1.62836,-5.65854 -1.05845,-1.41123 -2.5104,-2.11685 -4.35586,-2.11686 -1.84548,1e-5 -3.311,0.70563 -4.39656,2.11686 -1.05844,1.38412 -1.58766,3.2703 -1.58765,5.65854 -10e-6,2.38827 0.52921,4.28802 1.58765,5.69926 1.08556,1.3841 2.55108,2.07615 4.39656,2.07615 1.84546,0 3.29741,-0.69205 4.35586,-2.07615 1.08556,-1.41124 1.62834,-3.31099 1.62836,-5.69926"
id="path3226" />
<path
d="m 293.88997,-104.42227 c -1.70979,-1e-5 -3.21602,-0.2714 -4.5187,-0.81418 -1.27555,-0.54279 -2.36112,-1.30269 -3.25671,-2.2797 -0.86846,-0.97702 -1.51981,-2.13043 -1.95403,-3.46026 -0.43423,-1.35696 -0.65135,-2.84962 -0.65134,-4.47799 -10e-6,-1.62834 0.23068,-3.121 0.69205,-4.47798 0.4885,-1.35695 1.16698,-2.52394 2.03544,-3.50097 0.86846,-1.00414 1.92689,-1.7776 3.1753,-2.32041 1.27554,-0.5699 2.68678,-0.85487 4.23373,-0.85489 0.94986,2e-5 1.89974,0.0814 2.84963,0.24426 0.94986,0.16285 1.85902,0.42068 2.7275,0.77347 l -0.85489,3.216 c -0.56994,-0.27137 -1.23485,-0.48849 -1.99474,-0.65134 -0.73277,-0.16282 -1.51981,-0.24424 -2.36112,-0.24425 -2.11687,1e-5 -3.74523,0.66493 -4.88507,1.99473 -1.11272,1.32984 -1.66907,3.2703 -1.66907,5.82138 0,1.13986 0.12212,2.18472 0.36638,3.13459 0.27139,0.94988 0.67848,1.76406 1.22127,2.44254 0.56992,0.67848 1.28911,1.2077 2.15758,1.58765 0.86844,0.35281 1.92687,0.52922 3.17529,0.52921 1.00414,10e-6 1.91331,-0.095 2.7275,-0.28496 0.81416,-0.18997 1.45194,-0.39352 1.91332,-0.61063 l 0.52922,3.17529 c -0.21713,0.1357 -0.52924,0.2714 -0.93631,0.40709 -0.4071,0.10856 -0.86847,0.20355 -1.3841,0.28496 -0.51566,0.10856 -1.07202,0.18998 -1.66907,0.24426 -0.56994,0.0814 -1.12629,0.12212 -1.66906,0.12213"
id="path3228" />
<path
d="m 311.26633,-116.55354 c 0.81416,0.62422 1.66905,1.39768 2.56466,2.32041 0.92272,0.92274 1.81832,1.9269 2.68679,3.01246 0.89558,1.05844 1.7369,2.14401 2.52396,3.25672 0.78702,1.08557 1.45193,2.10329 1.99473,3.05317 l -4.43727,0 c -0.56994,-0.94988 -1.23485,-1.91332 -1.99474,-2.89034 -0.73277,-1.00415 -1.50624,-1.95402 -2.32041,-2.84962 -0.81419,-0.92273 -1.64194,-1.76405 -2.48324,-2.52396 -0.84133,-0.75989 -1.64194,-1.39766 -2.40183,-1.91332 l 0,10.17724 -3.78593,0 0,-30.9388 3.78593,-0.65134 0,19.29604 c 0.65133,-0.65133 1.37052,-1.37052 2.15757,-2.15758 0.78703,-0.78702 1.5605,-1.58763 2.32041,-2.40182 0.75989,-0.81417 1.47908,-1.58763 2.15758,-2.32041 0.67846,-0.75988 1.26196,-1.4248 1.75048,-1.99474 l 4.43727,0 c -0.62422,0.6785 -1.3027,1.42483 -2.03544,2.23899 -0.73278,0.8142 -1.49268,1.64194 -2.2797,2.48325 -0.78706,0.81419 -1.58767,1.64194 -2.40183,2.48324 -0.78705,0.81419 -1.53338,1.58766 -2.23899,2.32041"
id="path3230" />
<path
d="m 333.00872,-104.42227 c -1.70979,-1e-5 -3.21602,-0.2714 -4.5187,-0.81418 -1.27555,-0.54279 -2.36112,-1.30269 -3.25671,-2.2797 -0.86846,-0.97702 -1.5198,-2.13043 -1.95403,-3.46026 -0.43423,-1.35696 -0.65135,-2.84962 -0.65134,-4.47799 -1e-5,-1.62834 0.23068,-3.121 0.69205,-4.47798 0.4885,-1.35695 1.16698,-2.52394 2.03545,-3.50097 0.86845,-1.00414 1.92688,-1.7776 3.17529,-2.32041 1.27554,-0.5699 2.68678,-0.85487 4.23373,-0.85489 0.94987,2e-5 1.89974,0.0814 2.84963,0.24426 0.94986,0.16285 1.85902,0.42068 2.7275,0.77347 l -0.85489,3.216 c -0.56994,-0.27137 -1.23485,-0.48849 -1.99474,-0.65134 -0.73277,-0.16282 -1.51981,-0.24424 -2.36112,-0.24425 -2.11687,1e-5 -3.74523,0.66493 -4.88507,1.99473 -1.11272,1.32984 -1.66907,3.2703 -1.66907,5.82138 0,1.13986 0.12212,2.18472 0.36638,3.13459 0.27139,0.94988 0.67848,1.76406 1.22127,2.44254 0.56992,0.67848 1.28911,1.2077 2.15758,1.58765 0.86844,0.35281 1.92688,0.52922 3.17529,0.52921 1.00414,10e-6 1.91331,-0.095 2.7275,-0.28496 0.81417,-0.18997 1.45194,-0.39352 1.91332,-0.61063 l 0.52922,3.17529 c -0.21713,0.1357 -0.52923,0.2714 -0.93631,0.40709 -0.4071,0.10856 -0.86847,0.20355 -1.3841,0.28496 -0.51566,0.10856 -1.07202,0.18998 -1.66907,0.24426 -0.56994,0.0814 -1.12629,0.12212 -1.66906,0.12213"
id="path3232" />
<path
d="m 342.7318,-104.91078 0,-30.9388 3.78593,-0.65134 0,10.82858 c 0.70561,-0.27137 1.45194,-0.47492 2.23899,-0.61064 0.81417,-0.16281 1.61478,-0.24423 2.40183,-0.24425 1.68262,2e-5 3.08029,0.24427 4.19302,0.73276 1.11269,0.46139 1.99472,1.1263 2.64608,1.99474 0.67846,0.84134 1.1534,1.85906 1.42481,3.05317 0.27138,1.19414 0.40707,2.5104 0.40709,3.94877 l 0,11.88701 -3.78593,0 0,-11.07283 c -10e-6,-1.30268 -0.095,-2.41539 -0.28496,-3.33814 -0.16285,-0.92272 -0.44781,-1.66905 -0.85489,-2.23899 -0.4071,-0.56991 -0.94989,-0.977 -1.62836,-1.22127 -0.67849,-0.27137 -1.51981,-0.40707 -2.52395,-0.40709 -0.4071,2e-5 -0.82776,0.0272 -1.26198,0.0814 -0.43424,0.0543 -0.85489,0.12215 -1.26197,0.20355 -0.37996,0.0543 -0.73277,0.12214 -1.05844,0.20354 -0.29854,0.0814 -0.51565,0.14928 -0.65134,0.20355 l 0,17.58626 -3.78593,0"
id="path3234" />
<path
d="m 373.11338,-107.63828 c 0.89559,0 1.68263,-0.0136 2.36112,-0.0407 0.70561,-0.0543 1.2891,-0.13569 1.75049,-0.24425 l 0,-6.30989 c -0.27141,-0.13569 -0.71921,-0.24424 -1.3434,-0.32567 -0.59708,-0.10855 -1.32984,-0.16283 -2.19828,-0.16284 -0.56994,1e-5 -1.18057,0.0407 -1.8319,0.12213 -0.62422,0.0814 -1.20771,0.25783 -1.75049,0.52922 -0.51565,0.24426 -0.94988,0.59707 -1.30268,1.05843 -0.35282,0.43423 -0.52923,1.01773 -0.52922,1.75048 -1e-5,1.35697 0.43422,2.30685 1.30269,2.84963 0.86845,0.51565 2.049,0.77347 3.54167,0.77347 m -0.32567,-18.97037 c 1.51979,2e-5 2.79534,0.20357 3.82664,0.61064 1.05842,0.37997 1.89974,0.93632 2.52396,1.66906 0.65132,0.70564 1.11269,1.56053 1.3841,2.56467 0.27138,0.97703 0.40707,2.0626 0.40709,3.25671 l 0,13.23041 c -0.32569,0.0543 -0.78706,0.13569 -1.3841,0.24425 -0.56994,0.0814 -1.22129,0.16284 -1.95403,0.24425 -0.73278,0.0814 -1.53339,0.14927 -2.40183,0.20355 -0.84133,0.0814 -1.68265,0.12213 -2.52395,0.12213 -1.19414,0 -2.29328,-0.12213 -3.29743,-0.36638 -1.00416,-0.24426 -1.87262,-0.62421 -2.60537,-1.13985 -0.73277,-0.54279 -1.30269,-1.24841 -1.70978,-2.11687 -0.40709,-0.86845 -0.61063,-1.91331 -0.61063,-3.13459 0,-1.16698 0.23068,-2.17113 0.69205,-3.01246 0.48851,-0.84131 1.13985,-1.51979 1.95403,-2.03545 0.81417,-0.51563 1.76405,-0.89558 2.84963,-1.13985 1.08556,-0.24424 2.22541,-0.36636 3.41955,-0.36638 0.37994,2e-5 0.77346,0.0272 1.18056,0.0814 0.40707,0.0271 0.78702,0.0814 1.13985,0.16284 0.37993,0.0543 0.70561,0.10857 0.97701,0.16283 0.27138,0.0543 0.46136,0.095 0.56993,0.12213 l 0,-1.05843 c -2e-5,-0.62419 -0.0679,-1.23483 -0.20355,-1.83191 -0.13571,-0.62418 -0.37996,-1.16697 -0.73276,-1.62835 -0.35282,-0.48849 -0.84133,-0.86844 -1.46552,-1.13985 -0.59708,-0.29852 -1.38412,-0.44778 -2.36112,-0.4478 -1.24842,2e-5 -2.34756,0.095 -3.29742,0.28496 -0.92275,0.16285 -1.6148,0.33926 -2.07616,0.52922 l -0.4478,-3.13459 c 0.4885,-0.2171 1.30268,-0.42064 2.44254,-0.61064 1.13984,-0.21709 2.37468,-0.32565 3.70451,-0.32567"
id="path3236" />
<path
d="m 390.96362,-104.91078 -3.78593,0 0,-21.16865 3.78593,0 0,21.16865 m -1.91332,-24.99529 c -0.67849,2e-5 -1.26198,-0.21709 -1.75048,-0.65135 -0.46137,-0.46134 -0.69206,-1.07197 -0.69206,-1.8319 0,-0.75987 0.23069,-1.35693 0.69206,-1.79119 0.4885,-0.46134 1.07199,-0.69202 1.75048,-0.69205 0.67848,3e-5 1.2484,0.23071 1.70978,0.69205 0.4885,0.43426 0.73275,1.03132 0.73276,1.79119 -10e-6,0.75993 -0.24426,1.37056 -0.73276,1.8319 -0.46138,0.43426 -1.0313,0.65137 -1.70978,0.65135"
id="path3238" />
<path
d="m 397.51395,-125.4688 c 0.86845,-0.21709 2.02187,-0.44778 3.46026,-0.69205 1.43837,-0.24423 3.09387,-0.36636 4.96649,-0.36638 1.68262,2e-5 3.08029,0.24427 4.19302,0.73276 1.11269,0.46139 1.99472,1.1263 2.64608,1.99474 0.67846,0.84134 1.1534,1.85906 1.42481,3.05317 0.27138,1.19414 0.40707,2.5104 0.40709,3.94877 l 0,11.88701 -3.78593,0 0,-11.07283 c -10e-6,-1.30268 -0.095,-2.41539 -0.28496,-3.33814 -0.16285,-0.92272 -0.44781,-1.66905 -0.85489,-2.23899 -0.4071,-0.56991 -0.94989,-0.977 -1.62836,-1.22127 -0.67849,-0.27137 -1.51981,-0.40707 -2.52395,-0.40709 -0.4071,2e-5 -0.82776,0.0136 -1.26198,0.0407 -0.43424,0.0272 -0.85489,0.0679 -1.26197,0.12213 -0.37996,0.0272 -0.73277,0.0679 -1.05844,0.12213 -0.29854,0.0543 -0.51565,0.095 -0.65134,0.12212 l 0,17.87123 -3.78593,0 0,-20.55802"
id="path3240" />
</g>
<g
id="text4135"
style="font-size:20.35447121px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Ubuntu;-inkscape-font-specification:Ubuntu">
<path
d="m 186.99669,-130.03693 4.00983,0 0,1.58765 -4.00983,0 0,4.88507 c -1e-5,0.52922 0.0407,0.97023 0.12212,1.32304 0.0814,0.33924 0.20354,0.61064 0.36638,0.81418 0.16283,0.18998 0.36638,0.32567 0.61064,0.40709 0.24425,0.0814 0.52921,0.12213 0.85488,0.12213 0.56992,0 1.02451,-0.0611 1.36375,-0.18319 0.35281,-0.1357 0.59706,-0.23069 0.73276,-0.28497 l 0.36639,1.5673 c -0.18999,0.095 -0.52244,0.21033 -0.99737,0.34602 -0.47495,0.14927 -1.01773,0.2239 -1.62836,0.2239 -0.7192,0 -1.31626,-0.0882 -1.79119,-0.26461 -0.46138,-0.18997 -0.83454,-0.46815 -1.1195,-0.83453 -0.28497,-0.36638 -0.48851,-0.81418 -0.61063,-1.34339 -0.10856,-0.54279 -0.16284,-1.16699 -0.16284,-1.87261 l 0,-9.44448 1.89297,-0.32567 0,3.27707"
id="path3215" />
<path
d="m 193.41534,-119.45261 0,-15.46939 1.89297,-0.32568 0,5.41429 c 0.3528,-0.13568 0.72597,-0.23745 1.11949,-0.30531 0.40709,-0.0814 0.80739,-0.12212 1.20092,-0.12213 0.84131,1e-5 1.54014,0.12214 2.09651,0.36638 0.55634,0.23069 0.99736,0.56315 1.32304,0.99737 0.33923,0.42067 0.5767,0.92953 0.7124,1.52658 0.13569,0.59708 0.20354,1.2552 0.20355,1.97439 l 0,5.9435 -1.89297,0 0,-5.53641 c -1e-5,-0.65134 -0.0475,-1.20769 -0.14248,-1.66907 -0.0814,-0.46136 -0.22391,-0.83452 -0.42744,-1.11949 -0.20356,-0.28496 -0.47495,-0.4885 -0.81418,-0.61064 -0.33925,-0.13569 -0.75991,-0.20353 -1.26198,-0.20354 -0.20355,1e-5 -0.41388,0.0136 -0.63099,0.0407 -0.21712,0.0271 -0.42745,0.0611 -0.63099,0.10177 -0.18998,0.0271 -0.36638,0.0611 -0.52921,0.10177 -0.14927,0.0407 -0.25783,0.0746 -0.32567,0.10177 l 0,8.79313 -1.89297,0"
id="path3217" />
<path
d="m 204.43347,-124.72441 c 0,-0.9363 0.13569,-1.75048 0.40709,-2.44254 0.27139,-0.70561 0.63099,-1.28911 1.07879,-1.75049 0.44779,-0.46135 0.96344,-0.80738 1.54694,-1.03807 0.58349,-0.23068 1.18055,-0.34602 1.79119,-0.34603 1.4248,10e-6 2.51716,0.44781 3.27707,1.3434 0.75989,0.88203 1.13984,2.23221 1.13985,4.05054 -1e-5,0.0814 -1e-5,0.18998 0,0.32567 -1e-5,0.12213 -0.007,0.23747 -0.0204,0.34602 l -7.24619,0 c 0.0814,1.09915 0.4003,1.93368 0.95666,2.5036 0.55635,0.56993 1.42481,0.85489 2.60538,0.85489 0.6649,0 1.22126,-0.0543 1.66906,-0.16283 0.46136,-0.12213 0.80739,-0.23747 1.03808,-0.34603 l 0.26461,1.58765 c -0.23069,0.12212 -0.63778,0.25104 -1.22127,0.38673 -0.56993,0.1357 -1.22128,0.20355 -1.95403,0.20355 -0.92274,0 -1.72335,-0.1357 -2.40183,-0.40709 -0.66491,-0.28496 -1.21448,-0.6717 -1.64871,-1.16021 -0.43423,-0.4885 -0.7599,-1.06521 -0.97701,-1.73013 -0.20355,-0.67848 -0.30532,-1.41802 -0.30532,-2.21863 m 7.26655,-1.03808 c 0.0136,-0.85488 -0.20356,-1.55372 -0.65135,-2.09651 -0.43423,-0.55635 -1.03808,-0.83453 -1.81155,-0.83454 -0.43423,1e-5 -0.82096,0.0882 -1.1602,0.26461 -0.32568,0.16285 -0.60385,0.37996 -0.83453,0.65135 -0.23069,0.2714 -0.41388,0.5835 -0.54957,0.9363 -0.12213,0.35282 -0.20355,0.71241 -0.24426,1.07879 l 5.25146,0"
id="path3219" />
</g>
<g
id="text4139"
style="font-size:18.24808121px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Ubuntu;-inkscape-font-specification:Ubuntu">
<path
d="m 175.89546,-85.891517 c 0,1.557173 0.22506,2.99877 0.67518,4.324795 0.45012,1.326027 1.11313,2.55473 1.98904,3.686112 l -1.20437,0.821164 c -0.94891,-1.155714 -1.71532,-2.48174 -2.29926,-3.978082 -0.57178,-1.508505 -0.85766,-3.1265 -0.85766,-4.853989 0,-1.727478 0.28588,-3.33939 0.85766,-4.835742 0.58394,-1.508496 1.35035,-2.840605 2.29926,-3.996329 l 1.20437,0.821163 c -0.87591,1.131394 -1.53892,2.360096 -1.98904,3.686113 -0.45012,1.326035 -0.67518,2.767632 -0.67518,4.324795"
id="path3156" />
<path
d="m 183.36292,-81.657962 c 0.40145,10e-7 0.75425,-0.0061 1.05839,-0.01825 0.31629,-0.02433 0.57785,-0.06083 0.78466,-0.109489 l 0,-2.828452 c -0.12166,-0.06082 -0.32238,-0.109485 -0.60218,-0.145985 -0.26765,-0.04866 -0.59611,-0.07299 -0.9854,-0.07299 -0.25548,4e-6 -0.5292,0.01825 -0.82116,0.05474 -0.27981,0.0365 -0.54137,0.115575 -0.78467,0.237225 -0.23115,0.109492 -0.42579,0.267642 -0.58394,0.47445 -0.15815,0.19465 -0.23723,0.456205 -0.23722,0.784667 -10e-6,0.608272 0.19464,1.03406 0.58394,1.277366 0.38928,0.231144 0.91848,0.346715 1.58758,0.346714 m -0.14599,-8.503606 c 0.68126,1e-5 1.25303,0.09125 1.71532,0.273721 0.47445,0.170325 0.85157,0.419715 1.13138,0.748171 0.29197,0.316309 0.49878,0.699518 0.62044,1.149629 0.12164,0.437962 0.18247,0.924577 0.18248,1.459847 l 0,5.930626 c -0.14599,0.02433 -0.3528,0.06083 -0.62043,0.109489 -0.25549,0.0365 -0.54745,0.07299 -0.87591,0.109488 -0.32847,0.0365 -0.68735,0.06691 -1.07664,0.09124 -0.37713,0.0365 -0.75426,0.05474 -1.13138,0.05474 -0.53528,0 -1.02798,-0.05474 -1.4781,-0.164233 -0.45012,-0.109488 -0.83941,-0.279803 -1.16787,-0.510946 -0.32847,-0.243307 -0.58394,-0.559607 -0.76642,-0.9489 -0.18248,-0.389291 -0.27372,-0.857658 -0.27372,-1.405102 0,-0.523109 0.1034,-0.973228 0.31021,-1.350358 0.21898,-0.377123 0.51095,-0.681257 0.87591,-0.912405 0.36496,-0.231137 0.79075,-0.401452 1.27737,-0.510946 0.48661,-0.109483 0.99756,-0.164227 1.53284,-0.164233 0.17031,6e-6 0.34671,0.01217 0.52919,0.0365 0.18248,0.01217 0.35279,0.0365 0.51095,0.07299 0.17031,0.02434 0.31629,0.04867 0.43795,0.07299 0.12165,0.02434 0.20681,0.04259 0.25547,0.05474 l 0,-0.474451 c 0,-0.279797 -0.0304,-0.553518 -0.0912,-0.821163 -0.0608,-0.279797 -0.17032,-0.523105 -0.32846,-0.729924 -0.15816,-0.218969 -0.37713,-0.389284 -0.65693,-0.510946 -0.26765,-0.133811 -0.62044,-0.20072 -1.05839,-0.200729 -0.55961,9e-6 -1.05231,0.04259 -1.4781,0.127737 -0.41362,0.073 -0.72384,0.152075 -0.93065,0.237225 l -0.20073,-1.405102 c 0.21898,-0.09731 0.58394,-0.188554 1.09489,-0.273722 0.51094,-0.09731 1.06447,-0.145974 1.66057,-0.145984"
id="path3158" />
<path
d="m 196.08098,-81.657962 c 0.69342,10e-7 1.20437,-0.09124 1.53284,-0.273722 0.34062,-0.182479 0.51094,-0.474448 0.51094,-0.875907 0,-0.413621 -0.16424,-0.742086 -0.4927,-0.985397 -0.32847,-0.243304 -0.86983,-0.517025 -1.62408,-0.821163 -0.36496,-0.145981 -0.71776,-0.291965 -1.05838,-0.437954 -0.32847,-0.158146 -0.61436,-0.340626 -0.85766,-0.547443 -0.24331,-0.206806 -0.43796,-0.456196 -0.58394,-0.748171 -0.14599,-0.291963 -0.21898,-0.650842 -0.21898,-1.076637 0,-0.839404 0.31022,-1.502417 0.93065,-1.989041 0.62044,-0.498771 1.46593,-0.748161 2.53649,-0.748171 0.26763,1e-5 0.53527,0.01826 0.80291,0.05474 0.26763,0.02434 0.51702,0.06084 0.74817,0.109489 0.23114,0.03651 0.43187,0.07908 0.60219,0.127736 0.18247,0.04867 0.32238,0.09125 0.41971,0.127737 l -0.31022,1.459846 c -0.18249,-0.09731 -0.46838,-0.194638 -0.85766,-0.291969 -0.3893,-0.10948 -0.85767,-0.164225 -1.4051,-0.164233 -0.47446,8e-6 -0.88808,0.09733 -1.24087,0.291969 -0.3528,0.182489 -0.5292,0.474458 -0.5292,0.875908 0,0.206819 0.0365,0.3893 0.10949,0.547443 0.0852,0.158156 0.20681,0.304141 0.36496,0.437954 0.17031,0.12166 0.37713,0.237231 0.62044,0.346713 0.2433,0.109494 0.53527,0.225066 0.8759,0.346714 0.45012,0.170321 0.85158,0.340636 1.20438,0.510946 0.35279,0.158155 0.65084,0.346718 0.89415,0.565691 0.25547,0.218981 0.45012,0.486619 0.58394,0.802915 0.13381,0.304138 0.20072,0.681265 0.20073,1.131381 -1e-5,0.87591 -0.32847,1.538923 -0.98539,1.989041 -0.64478,0.450119 -1.56934,0.675179 -2.77371,0.675179 -0.83942,0 -1.49635,-0.07299 -1.9708,-0.218977 -0.47445,-0.133819 -0.79683,-0.237225 -0.96714,-0.310217 l 0.31021,-1.459847 c 0.19465,0.07299 0.50487,0.182483 0.93066,0.328466 0.42578,0.145986 0.99147,0.218978 1.69707,0.218977"
id="path3160" />
<path
d="m 201.99906,-80.435341 0,-13.868542 1.69707,-0.291969 0,4.85399 c 0.3163,-0.121645 0.65084,-0.212885 1.00364,-0.273722 0.36496,-0.07298 0.72384,-0.109478 1.07664,-0.109488 0.75425,1e-5 1.38077,0.109498 1.87955,0.328465 0.49878,0.206821 0.89415,0.504873 1.18613,0.894156 0.30412,0.377136 0.51702,0.833337 0.63868,1.368607 0.12165,0.535283 0.18247,1.125304 0.18248,1.770063 l 0,5.32844 -1.69707,0 0,-4.963478 c -1e-5,-0.583933 -0.0426,-1.082713 -0.12774,-1.496343 -0.073,-0.413616 -0.20073,-0.748164 -0.38321,-1.003644 -0.18248,-0.255466 -0.42579,-0.437946 -0.72992,-0.547443 -0.30414,-0.121645 -0.68127,-0.182472 -1.13138,-0.18248 -0.18249,8e-6 -0.37105,0.01217 -0.56569,0.0365 -0.19465,0.02434 -0.38321,0.05475 -0.56569,0.09124 -0.17032,0.02434 -0.32847,0.05475 -0.47445,0.09124 -0.13382,0.0365 -0.23115,0.06692 -0.29197,0.09124 l 0,7.883171 -1.69707,0"
id="path3162" />
<path
d="m 215.61783,-81.657962 c 0.40145,10e-7 0.75425,-0.0061 1.05839,-0.01825 0.31629,-0.02433 0.57785,-0.06083 0.78466,-0.109489 l 0,-2.828452 c -0.12166,-0.06082 -0.32238,-0.109485 -0.60218,-0.145985 -0.26765,-0.04866 -0.59611,-0.07299 -0.9854,-0.07299 -0.25548,4e-6 -0.5292,0.01825 -0.82116,0.05474 -0.27981,0.0365 -0.54137,0.115575 -0.78467,0.237225 -0.23115,0.109492 -0.42579,0.267642 -0.58394,0.47445 -0.15815,0.19465 -0.23723,0.456205 -0.23722,0.784667 -1e-5,0.608272 0.19464,1.03406 0.58394,1.277366 0.38928,0.231144 0.91848,0.346715 1.58758,0.346714 m -0.14599,-8.503606 c 0.68126,1e-5 1.25303,0.09125 1.71532,0.273721 0.47445,0.170325 0.85157,0.419715 1.13138,0.748171 0.29197,0.316309 0.49878,0.699518 0.62044,1.149629 0.12164,0.437962 0.18247,0.924577 0.18248,1.459847 l 0,5.930626 c -0.14599,0.02433 -0.3528,0.06083 -0.62043,0.109489 -0.25549,0.0365 -0.54745,0.07299 -0.87591,0.109488 -0.32847,0.0365 -0.68735,0.06691 -1.07664,0.09124 -0.37713,0.0365 -0.75426,0.05474 -1.13138,0.05474 -0.53528,0 -1.02798,-0.05474 -1.4781,-0.164233 -0.45012,-0.109488 -0.83941,-0.279803 -1.16787,-0.510946 -0.32847,-0.243307 -0.58394,-0.559607 -0.76642,-0.9489 -0.18248,-0.389291 -0.27372,-0.857658 -0.27372,-1.405102 0,-0.523109 0.1034,-0.973228 0.31021,-1.350358 0.21898,-0.377123 0.51095,-0.681257 0.87591,-0.912405 0.36496,-0.231137 0.79075,-0.401452 1.27737,-0.510946 0.48661,-0.109483 0.99756,-0.164227 1.53284,-0.164233 0.17031,6e-6 0.34671,0.01217 0.52919,0.0365 0.18248,0.01217 0.35279,0.0365 0.51095,0.07299 0.17031,0.02434 0.31629,0.04867 0.43795,0.07299 0.12165,0.02434 0.20681,0.04259 0.25547,0.05474 l 0,-0.474451 c 0,-0.279797 -0.0304,-0.553518 -0.0912,-0.821163 -0.0608,-0.279797 -0.17032,-0.523105 -0.32846,-0.729924 -0.15816,-0.218969 -0.37713,-0.389284 -0.65693,-0.510946 -0.26765,-0.133811 -0.62044,-0.20072 -1.05839,-0.200729 -0.55961,9e-6 -1.05231,0.04259 -1.4781,0.127737 -0.41362,0.073 -0.72384,0.152075 -0.93065,0.237225 l -0.20073,-1.405102 c 0.21898,-0.09731 0.58394,-0.188554 1.09489,-0.273722 0.51094,-0.09731 1.06447,-0.145974 1.66057,-0.145984"
id="path3164" />
<path
d="m 225.42589,-90.125072 c 0.14598,1e-5 0.31021,0.01217 0.4927,0.0365 0.19464,0.01217 0.3832,0.03651 0.56569,0.07299 0.18247,0.02434 0.3467,0.05475 0.49269,0.09124 0.15815,0.02434 0.27372,0.04867 0.34672,0.07299 l -0.29197,1.478095 c -0.13383,-0.04865 -0.35889,-0.103398 -0.67518,-0.164233 -0.30414,-0.07298 -0.69951,-0.10948 -1.18613,-0.109488 -0.3163,8e-6 -0.6326,0.0365 -0.9489,0.109488 -0.30413,0.06083 -0.50486,0.103414 -0.60218,0.127737 l 0,7.974411 -1.69707,0 0,-9.087544 c 0.40145,-0.145976 0.90023,-0.279795 1.49634,-0.401458 0.5961,-0.13381 1.2652,-0.200719 2.00729,-0.200729"
id="path3166" />
<path
d="m 228.44994,-85.161594 c -1e-5,-0.839406 0.12165,-1.569329 0.36496,-2.18977 0.2433,-0.632592 0.56569,-1.155703 0.96715,-1.569335 0.40145,-0.413614 0.86373,-0.723831 1.38685,-0.930652 0.52311,-0.206802 1.05838,-0.310207 1.60583,-0.310217 1.27736,1e-5 2.25667,0.401467 2.93794,1.204373 0.68125,0.790758 1.02189,2.001213 1.02189,3.631368 0,0.073 0,0.17032 0,0.29197 0,0.109493 -0.006,0.212898 -0.0182,0.310217 l -6.49632,0 c 0.073,0.9854 0.35888,1.73357 0.85766,2.244514 0.49878,0.510948 1.27736,0.766421 2.33575,0.766419 0.5961,2e-6 1.09488,-0.04866 1.49635,-0.145984 0.41361,-0.109487 0.72383,-0.212893 0.93065,-0.310218 l 0.23722,1.423351 c -0.20682,0.109488 -0.57178,0.225059 -1.09488,0.346713 -0.51095,0.121654 -1.09489,0.182481 -1.75182,0.182481 -0.82725,0 -1.54501,-0.121654 -2.15327,-0.364962 -0.59611,-0.255472 -1.08881,-0.602185 -1.4781,-1.04014 -0.38929,-0.437952 -0.68126,-0.954981 -0.8759,-1.551087 -0.18249,-0.608266 -0.27373,-1.271279 -0.27372,-1.989041 m 6.51456,-0.930652 c 0.0122,-0.766413 -0.18249,-1.39293 -0.58394,-1.879552 -0.3893,-0.498773 -0.93066,-0.748163 -1.62408,-0.748172 -0.38929,9e-6 -0.73601,0.07908 -1.04014,0.237225 -0.29197,0.145993 -0.54136,0.340639 -0.74817,0.583939 -0.20681,0.243315 -0.37105,0.523119 -0.4927,0.839412 -0.10949,0.316306 -0.18248,0.638688 -0.21897,0.967148 l 4.708,0"
id="path3168" />
<path
d="m 245.30375,-87.917054 c -0.20682,-0.170308 -0.50487,-0.334541 -0.89416,-0.492698 -0.3893,-0.158142 -0.81508,-0.237217 -1.27736,-0.237225 -0.48662,8e-6 -0.90633,0.09125 -1.25912,0.273721 -0.34063,0.170323 -0.62044,0.41363 -0.83941,0.729923 -0.21898,0.304142 -0.37713,0.669103 -0.47445,1.094885 -0.0973,0.425794 -0.14599,0.881996 -0.14599,1.368606 0,1.107054 0.27372,1.964713 0.82117,2.572979 0.54744,0.596106 1.27736,0.894158 2.18977,0.894156 0.46228,2e-6 0.84548,-0.01825 1.14963,-0.05474 0.31629,-0.04866 0.5596,-0.09732 0.72992,-0.145984 l 0,-6.003619 m 0,-6.386829 1.69707,-0.291969 0,13.88679 c -0.3893,0.109489 -0.88808,0.218977 -1.49634,0.328465 -0.60828,0.109489 -1.30779,0.164233 -2.09853,0.164233 -0.72993,0 -1.38686,-0.115571 -1.97079,-0.346713 -0.58395,-0.231142 -1.08273,-0.559608 -1.49635,-0.985397 -0.41362,-0.425787 -0.736,-0.942815 -0.96715,-1.551087 -0.21897,-0.620431 -0.32846,-1.313858 -0.32846,-2.080281 0,-0.729918 0.0912,-1.399013 0.27372,-2.007289 0.19465,-0.608262 0.47445,-1.131373 0.83941,-1.569335 0.36496,-0.437945 0.809,-0.778576 1.33211,-1.021892 0.53528,-0.243299 1.14354,-0.364952 1.82481,-0.364962 0.54744,1e-5 1.02797,0.073 1.4416,0.218977 0.42578,0.145994 0.74208,0.285896 0.9489,0.419706 l 0,-4.799246"
id="path3170" />
<path
d="m 260.72908,-85.161594 c -1e-5,-1.107044 -0.27373,-1.958621 -0.82116,-2.554731 -0.54745,-0.596096 -1.27737,-0.894148 -2.18977,-0.894156 -0.51095,8e-6 -0.91241,0.01826 -1.20437,0.05474 -0.27981,0.0365 -0.50487,0.07908 -0.67518,0.127737 l 0,5.98537 c 0.20681,0.170317 0.50486,0.33455 0.89415,0.492698 0.38929,0.158152 0.81508,0.237227 1.27737,0.237225 0.48661,2e-6 0.90023,-0.08516 1.24087,-0.255473 0.35279,-0.182479 0.63867,-0.425786 0.85766,-0.729923 0.21897,-0.316297 0.37712,-0.681259 0.47445,-1.094885 0.0973,-0.425785 0.14597,-0.881986 0.14598,-1.368606 m 1.77007,0 c -10e-6,0.717762 -0.0973,1.380775 -0.29197,1.989041 -0.18249,0.608271 -0.45621,1.131383 -0.82117,1.569335 -0.36497,0.437955 -0.81509,0.778585 -1.35035,1.021892 -0.52312,0.243308 -1.12531,0.364962 -1.80656,0.364962 -0.54745,0 -1.03407,-0.07299 -1.45985,-0.218977 -0.41363,-0.145984 -0.72384,-0.285886 -0.93065,-0.419706 l 0,3.795601 -1.69707,0 0,-12.572928 c 0.40145,-0.09731 0.90023,-0.200719 1.49634,-0.310217 0.60826,-0.121644 1.30777,-0.182471 2.09853,-0.182481 0.72991,1e-5 1.38684,0.115581 1.97079,0.346714 0.58393,0.231151 1.08271,0.559616 1.49634,0.985396 0.41362,0.425796 0.72992,0.948908 0.9489,1.569335 0.23114,0.608275 0.34671,1.295619 0.34672,2.062033"
id="path3172" />
<path
d="m 272.45974,-80.709062 c -0.3893,0.09732 -0.90633,0.200729 -1.55108,0.310217 -0.63261,0.109489 -1.36862,0.164233 -2.20802,0.164233 -0.72993,0 -1.34428,-0.103406 -1.84306,-0.310217 -0.49878,-0.218977 -0.90024,-0.523111 -1.20437,-0.912404 -0.30414,-0.389291 -0.52312,-0.845493 -0.65693,-1.368607 -0.13382,-0.535274 -0.20073,-1.125294 -0.20073,-1.770063 l 0,-5.32844 1.69707,0 0,4.963478 c 0,1.155715 0.18248,1.982961 0.54744,2.481739 0.36496,0.498782 0.97931,0.748173 1.84306,0.748171 0.18247,2e-6 0.37104,-0.0061 0.56569,-0.01825 0.19464,-0.01216 0.37712,-0.02433 0.54744,-0.0365 0.17031,-0.02433 0.32238,-0.04258 0.4562,-0.05474 0.14598,-0.02433 0.24939,-0.04866 0.31022,-0.07299 l 0,-8.010908 1.69707,0 0,9.215281"
id="path3174" />
<path
d="m 277.0805,-89.504637 c 0.20681,-0.13381 0.51703,-0.273712 0.93065,-0.419706 0.42579,-0.145975 0.9124,-0.218967 1.45985,-0.218977 0.68126,1e-5 1.28344,0.121663 1.80656,0.364962 0.53527,0.243316 0.98539,0.583947 1.35036,1.021892 0.36495,0.437962 0.63867,0.961073 0.82116,1.569335 0.19464,0.608276 0.29196,1.277371 0.29197,2.007289 -10e-6,0.766423 -0.11558,1.45985 -0.34671,2.080281 -0.21899,0.608272 -0.53529,1.1253 -0.9489,1.551087 -0.41363,0.425789 -0.91241,0.754255 -1.49634,0.985397 -0.58395,0.231142 -1.24088,0.346713 -1.9708,0.346713 -0.79075,0 -1.49026,-0.05474 -2.09853,-0.164233 -0.60827,-0.109488 -1.10705,-0.218976 -1.49634,-0.328465 l 0,-13.594821 1.69707,-0.291969 0,5.091215 m 0,7.591202 c 0.17031,0.04866 0.40754,0.09732 0.71168,0.145984 0.31629,0.0365 0.70559,0.05475 1.16787,0.05474 0.9124,2e-6 1.64233,-0.29805 2.18977,-0.894156 0.54744,-0.608266 0.82116,-1.465925 0.82117,-2.572979 -10e-6,-0.48661 -0.0487,-0.942812 -0.14599,-1.368606 -0.0973,-0.425782 -0.25548,-0.790743 -0.47445,-1.094885 -0.21898,-0.316293 -0.50487,-0.5596 -0.85766,-0.729923 -0.34063,-0.182473 -0.75426,-0.273713 -1.24087,-0.273721 -0.46229,8e-6 -0.88807,0.07908 -1.27736,0.237225 -0.3893,0.158157 -0.68735,0.32239 -0.89416,0.492698 l 0,6.003619"
id="path3176" />
<path
d="m 288.99365,-80.25286 c -1.04623,-0.02433 -1.78831,-0.24939 -2.22627,-0.675179 -0.43795,-0.425788 -0.65693,-1.088801 -0.65693,-1.989041 l 0,-11.386803 1.69708,-0.291969 0,11.405051 c -10e-6,0.279806 0.0243,0.510948 0.073,0.693427 0.0487,0.182483 0.12773,0.328467 0.23722,0.437954 0.10949,0.10949 0.25547,0.194648 0.43796,0.255473 0.18247,0.04866 0.40753,0.09124 0.67518,0.127737 l -0.23723,1.42335"
id="path3178" />
<path
d="m 292.83373,-80.435341 -1.69707,0 0,-9.489002 1.69707,0 0,9.489002 m -0.85766,-11.204322 c -0.30414,1.1e-5 -0.56569,-0.09731 -0.78467,-0.291969 -0.20681,-0.2068 -0.31022,-0.480521 -0.31022,-0.821164 0,-0.340618 0.10341,-0.608256 0.31022,-0.802915 0.21898,-0.206799 0.48053,-0.310204 0.78467,-0.310218 0.30413,1.4e-5 0.5596,0.103419 0.76642,0.310218 0.21897,0.194659 0.32846,0.462297 0.32846,0.802915 0,0.340643 -0.10949,0.614364 -0.32846,0.821164 -0.20682,0.194657 -0.46229,0.29198 -0.76642,0.291969"
id="path3180" />
<path
d="m 299.89402,-80.216364 c -0.76642,0 -1.4416,-0.121654 -2.02553,-0.364962 -0.57178,-0.243307 -1.05839,-0.583937 -1.45985,-1.021892 -0.38929,-0.437952 -0.68126,-0.954981 -0.87591,-1.551087 -0.19464,-0.608266 -0.29197,-1.277362 -0.29197,-2.007289 0,-0.729918 0.10341,-1.399013 0.31022,-2.007289 0.21898,-0.608262 0.52311,-1.131373 0.91241,-1.569335 0.38929,-0.45011 0.86374,-0.796824 1.42335,-1.04014 0.57176,-0.255464 1.20436,-0.3832 1.8978,-0.38321 0.42578,1e-5 0.85157,0.03651 1.27736,0.109488 0.42578,0.073 0.83332,0.188573 1.22262,0.346714 l -0.38321,1.441598 c -0.25548,-0.121646 -0.55353,-0.218969 -0.89415,-0.291969 -0.32847,-0.07298 -0.68127,-0.10948 -1.05839,-0.109489 -0.94891,9e-6 -1.67883,0.29806 -2.18977,0.894156 -0.49878,0.596111 -0.74817,1.465936 -0.74817,2.609476 0,0.510951 0.0547,0.979318 0.16423,1.405102 0.12165,0.425792 0.30413,0.790753 0.54744,1.094885 0.25547,0.304137 0.57786,0.541362 0.96715,0.711675 0.38929,0.158152 0.86374,0.237227 1.42335,0.237225 0.45011,2e-6 0.85765,-0.04258 1.22262,-0.127736 0.36496,-0.08516 0.65084,-0.176397 0.85766,-0.273721 l 0.23723,1.42335 c -0.0973,0.06083 -0.23723,0.121654 -0.41971,0.182481 -0.18249,0.04866 -0.3893,0.09124 -0.62043,0.127736 -0.23115,0.04866 -0.48054,0.08516 -0.74817,0.109489 -0.25548,0.0365 -0.50487,0.05474 -0.74818,0.05474"
id="path3182" />
<path
d="m 310.04566,-89.924343 3.59487,0 0,1.42335 -3.59487,0 0,4.37954 c 0,0.474453 0.0365,0.869828 0.10949,1.186125 0.073,0.304137 0.18248,0.547444 0.32846,0.729923 0.14598,0.170317 0.32847,0.291971 0.54745,0.364962 0.21897,0.07299 0.47444,0.10949 0.76642,0.109488 0.51094,2e-6 0.91848,-0.05474 1.22262,-0.164232 0.31629,-0.121653 0.53527,-0.20681 0.65693,-0.255474 l 0.32846,1.405103 c -0.17032,0.08516 -0.46837,0.188563 -0.89415,0.310217 -0.4258,0.133819 -0.91241,0.200729 -1.45985,0.200729 -0.64477,0 -1.18005,-0.07908 -1.60583,-0.237225 -0.41363,-0.170315 -0.74817,-0.419705 -1.00364,-0.748171 -0.25548,-0.328465 -0.43796,-0.729922 -0.54745,-1.204374 -0.0973,-0.486613 -0.14598,-1.04622 -0.14598,-1.678823 l 0,-8.46711 1.69707,-0.291969 0,2.937941"
id="path3184" />
<path
d="m 319.30372,-90.125072 c 0.14598,1e-5 0.31021,0.01217 0.4927,0.0365 0.19464,0.01217 0.3832,0.03651 0.56569,0.07299 0.18247,0.02434 0.3467,0.05475 0.4927,0.09124 0.15814,0.02434 0.27371,0.04867 0.34671,0.07299 l -0.29197,1.478095 c -0.13383,-0.04865 -0.35889,-0.103398 -0.67518,-0.164233 -0.30414,-0.07298 -0.69951,-0.10948 -1.18612,-0.109488 -0.31631,8e-6 -0.63261,0.0365 -0.9489,0.109488 -0.30414,0.06083 -0.50487,0.103414 -0.60219,0.127737 l 0,7.974411 -1.69707,0 0,-9.087544 c 0.40145,-0.145976 0.90023,-0.279795 1.49634,-0.401458 0.5961,-0.13381 1.2652,-0.200719 2.00729,-0.200729"
id="path3186" />
<path
d="m 326.06862,-81.657962 c 0.40145,10e-7 0.75425,-0.0061 1.05839,-0.01825 0.31629,-0.02433 0.57785,-0.06083 0.78466,-0.109489 l 0,-2.828452 c -0.12166,-0.06082 -0.32238,-0.109485 -0.60218,-0.145985 -0.26765,-0.04866 -0.59611,-0.07299 -0.9854,-0.07299 -0.25548,4e-6 -0.5292,0.01825 -0.82116,0.05474 -0.27981,0.0365 -0.54137,0.115575 -0.78467,0.237225 -0.23114,0.109492 -0.42579,0.267642 -0.58394,0.47445 -0.15815,0.19465 -0.23723,0.456205 -0.23722,0.784667 -1e-5,0.608272 0.19464,1.03406 0.58394,1.277366 0.38928,0.231144 0.91848,0.346715 1.58758,0.346714 m -0.14599,-8.503606 c 0.68126,1e-5 1.25303,0.09125 1.71532,0.273721 0.47445,0.170325 0.85157,0.419715 1.13138,0.748171 0.29197,0.316309 0.49878,0.699518 0.62044,1.149629 0.12165,0.437962 0.18247,0.924577 0.18248,1.459847 l 0,5.930626 c -0.14599,0.02433 -0.3528,0.06083 -0.62043,0.109489 -0.25548,0.0365 -0.54745,0.07299 -0.87591,0.109488 -0.32847,0.0365 -0.68735,0.06691 -1.07664,0.09124 -0.37713,0.0365 -0.75426,0.05474 -1.13138,0.05474 -0.53528,0 -1.02798,-0.05474 -1.47809,-0.164233 -0.45013,-0.109488 -0.83942,-0.279803 -1.16788,-0.510946 -0.32847,-0.243307 -0.58394,-0.559607 -0.76642,-0.9489 -0.18248,-0.389291 -0.27372,-0.857658 -0.27372,-1.405102 0,-0.523109 0.1034,-0.973228 0.31021,-1.350358 0.21898,-0.377123 0.51095,-0.681257 0.87591,-0.912405 0.36496,-0.231137 0.79075,-0.401452 1.27737,-0.510946 0.48661,-0.109483 0.99756,-0.164227 1.53284,-0.164233 0.17031,6e-6 0.34671,0.01217 0.52919,0.0365 0.18248,0.01217 0.35279,0.0365 0.51095,0.07299 0.17031,0.02434 0.31629,0.04867 0.43795,0.07299 0.12165,0.02434 0.20681,0.04259 0.25547,0.05474 l 0,-0.474451 c 0,-0.279797 -0.0304,-0.553518 -0.0912,-0.821163 -0.0608,-0.279797 -0.17032,-0.523105 -0.32846,-0.729924 -0.15816,-0.218969 -0.37713,-0.389284 -0.65693,-0.510946 -0.26765,-0.133811 -0.62044,-0.20072 -1.05839,-0.200729 -0.55961,9e-6 -1.05231,0.04259 -1.4781,0.127737 -0.41362,0.073 -0.72384,0.152075 -0.93065,0.237225 l -0.20073,-1.405102 c 0.21898,-0.09731 0.58394,-0.188554 1.09489,-0.273722 0.51094,-0.09731 1.06447,-0.145974 1.66057,-0.145984"
id="path3188" />
<path
d="m 332.37304,-89.650622 c 0.38929,-0.09731 0.90632,-0.200719 1.55109,-0.310217 0.64476,-0.109479 1.38685,-0.164223 2.22626,-0.164233 0.75425,1e-5 1.38077,0.109498 1.87955,0.328465 0.49878,0.206821 0.89415,0.504873 1.18613,0.894156 0.30413,0.377136 0.51702,0.833337 0.63868,1.368607 0.12165,0.535283 0.18247,1.125304 0.18248,1.770063 l 0,5.32844 -1.69707,0 0,-4.963478 c -1e-5,-0.583933 -0.0426,-1.082713 -0.12773,-1.496343 -0.073,-0.413616 -0.20074,-0.748164 -0.38321,-1.003644 -0.18249,-0.255466 -0.4258,-0.437946 -0.72993,-0.547443 -0.30414,-0.121645 -0.68126,-0.182472 -1.13138,-0.18248 -0.18248,8e-6 -0.37105,0.0061 -0.56569,0.01825 -0.19465,0.01217 -0.38321,0.03042 -0.56569,0.05474 -0.17032,0.01217 -0.32847,0.03042 -0.47445,0.05474 -0.13382,0.02434 -0.23115,0.04259 -0.29197,0.05474 l 0,8.010908 -1.69707,0 0,-9.215281"
id="path3190" />
<path
d="m 345.05945,-81.657962 c 0.69342,10e-7 1.20437,-0.09124 1.53284,-0.273722 0.34062,-0.182479 0.51094,-0.474448 0.51095,-0.875907 -1e-5,-0.413621 -0.16424,-0.742086 -0.4927,-0.985397 -0.32847,-0.243304 -0.86983,-0.517025 -1.62408,-0.821163 -0.36497,-0.145981 -0.71776,-0.291965 -1.05839,-0.437954 -0.32847,-0.158146 -0.61435,-0.340626 -0.85766,-0.547443 -0.24331,-0.206806 -0.43796,-0.456196 -0.58394,-0.748171 -0.14598,-0.291963 -0.21898,-0.650842 -0.21898,-1.076637 0,-0.839404 0.31022,-1.502417 0.93066,-1.989041 0.62043,-0.498771 1.46592,-0.748161 2.53648,-0.748171 0.26763,1e-5 0.53527,0.01826 0.80292,0.05474 0.26763,0.02434 0.51702,0.06084 0.74817,0.109489 0.23113,0.03651 0.43186,0.07908 0.60218,0.127736 0.18248,0.04867 0.32238,0.09125 0.41971,0.127737 l -0.31022,1.459846 c -0.18249,-0.09731 -0.46837,-0.194638 -0.85766,-0.291969 -0.3893,-0.10948 -0.85766,-0.164225 -1.4051,-0.164233 -0.47445,8e-6 -0.88808,0.09733 -1.24087,0.291969 -0.3528,0.182489 -0.5292,0.474458 -0.52919,0.875908 -10e-6,0.206819 0.0365,0.3893 0.10948,0.547443 0.0852,0.158156 0.20681,0.304141 0.36497,0.437954 0.17031,0.12166 0.37712,0.237231 0.62043,0.346713 0.2433,0.109494 0.53527,0.225066 0.87591,0.346714 0.45011,0.170321 0.85157,0.340636 1.20437,0.510946 0.35279,0.158155 0.65084,0.346718 0.89416,0.565691 0.25546,0.218981 0.45011,0.486619 0.58394,0.802915 0.13381,0.304138 0.20072,0.681265 0.20073,1.131381 -10e-6,0.87591 -0.32848,1.538923 -0.9854,1.989041 -0.64477,0.450119 -1.56934,0.675179 -2.77371,0.675179 -0.83941,0 -1.49634,-0.07299 -1.97079,-0.218977 -0.47445,-0.133819 -0.79684,-0.237225 -0.96715,-0.310217 l 0.31022,-1.459847 c 0.19464,0.07299 0.50486,0.182483 0.93065,0.328466 0.42579,0.145986 0.99148,0.218978 1.69707,0.218977"
id="path3192" />
<path
d="m 354.18919,-81.657962 c 0.40146,10e-7 0.75425,-0.0061 1.05839,-0.01825 0.3163,-0.02433 0.57785,-0.06083 0.78467,-0.109489 l 0,-2.828452 c -0.12166,-0.06082 -0.32239,-0.109485 -0.60219,-0.145985 -0.26764,-0.04866 -0.59611,-0.07299 -0.98539,-0.07299 -0.25548,4e-6 -0.5292,0.01825 -0.82117,0.05474 -0.2798,0.0365 -0.54136,0.115575 -0.78466,0.237225 -0.23115,0.109492 -0.4258,0.267642 -0.58394,0.47445 -0.15816,0.19465 -0.23723,0.456205 -0.23723,0.784667 0,0.608272 0.19465,1.03406 0.58394,1.277366 0.38929,0.231144 0.91848,0.346715 1.58758,0.346714 m -0.14598,-8.503606 c 0.68126,1e-5 1.25303,0.09125 1.71532,0.273721 0.47444,0.170325 0.85157,0.419715 1.13138,0.748171 0.29196,0.316309 0.49877,0.699518 0.62043,1.149629 0.12165,0.437962 0.18248,0.924577 0.18249,1.459847 l 0,5.930626 c -0.146,0.02433 -0.35281,0.06083 -0.62044,0.109489 -0.25548,0.0365 -0.54745,0.07299 -0.87591,0.109488 -0.32847,0.0365 -0.68735,0.06691 -1.07663,0.09124 -0.37714,0.0365 -0.75426,0.05474 -1.13139,0.05474 -0.53528,0 -1.02797,-0.05474 -1.47809,-0.164233 -0.45012,-0.109488 -0.83941,-0.279803 -1.16788,-0.510946 -0.32846,-0.243307 -0.58394,-0.559607 -0.76642,-0.9489 -0.18248,-0.389291 -0.27372,-0.857658 -0.27372,-1.405102 0,-0.523109 0.10341,-0.973228 0.31022,-1.350358 0.21898,-0.377123 0.51094,-0.681257 0.87591,-0.912405 0.36496,-0.231137 0.79075,-0.401452 1.27736,-0.510946 0.48662,-0.109483 0.99756,-0.164227 1.53284,-0.164233 0.17031,6e-6 0.34671,0.01217 0.5292,0.0365 0.18247,0.01217 0.35279,0.0365 0.51094,0.07299 0.17031,0.02434 0.3163,0.04867 0.43796,0.07299 0.12164,0.02434 0.2068,0.04259 0.25547,0.05474 l 0,-0.474451 c -10e-6,-0.279797 -0.0304,-0.553518 -0.0912,-0.821163 -0.0608,-0.279797 -0.17032,-0.523105 -0.32847,-0.729924 -0.15815,-0.218969 -0.37713,-0.389284 -0.65693,-0.510946 -0.26764,-0.133811 -0.62044,-0.20072 -1.05839,-0.200729 -0.55961,9e-6 -1.0523,0.04259 -1.47809,0.127737 -0.41363,0.073 -0.72384,0.152075 -0.93065,0.237225 l -0.20073,-1.405102 c 0.21897,-0.09731 0.58394,-0.188554 1.09488,-0.273722 0.51095,-0.09731 1.06447,-0.145974 1.66058,-0.145984"
id="path3194" />
<path
d="m 364.6177,-80.216364 c -0.76643,0 -1.44161,-0.121654 -2.02554,-0.364962 -0.57178,-0.243307 -1.05839,-0.583937 -1.45985,-1.021892 -0.38929,-0.437952 -0.68126,-0.954981 -0.87591,-1.551087 -0.19464,-0.608266 -0.29197,-1.277362 -0.29196,-2.007289 -1e-5,-0.729918 0.1034,-1.399013 0.31021,-2.007289 0.21898,-0.608262 0.52311,-1.131373 0.91241,-1.569335 0.38929,-0.45011 0.86374,-0.796824 1.42335,-1.04014 0.57177,-0.255464 1.20437,-0.3832 1.8978,-0.38321 0.42578,1e-5 0.85157,0.03651 1.27736,0.109488 0.42578,0.073 0.83332,0.188573 1.22262,0.346714 l -0.38321,1.441598 c -0.25548,-0.121646 -0.55353,-0.218969 -0.89415,-0.291969 -0.32847,-0.07298 -0.68127,-0.10948 -1.05839,-0.109489 -0.9489,9e-6 -1.67883,0.29806 -2.18977,0.894156 -0.49878,0.596111 -0.74817,1.465936 -0.74817,2.609476 0,0.510951 0.0547,0.979318 0.16423,1.405102 0.12165,0.425792 0.30413,0.790753 0.54744,1.094885 0.25547,0.304137 0.57786,0.541362 0.96715,0.711675 0.38929,0.158152 0.86374,0.237227 1.42335,0.237225 0.45012,2e-6 0.85766,-0.04258 1.22262,-0.127736 0.36496,-0.08516 0.65084,-0.176397 0.85766,-0.273721 l 0.23723,1.42335 c -0.0973,0.06083 -0.23723,0.121654 -0.41971,0.182481 -0.18249,0.04866 -0.3893,0.09124 -0.62043,0.127736 -0.23115,0.04866 -0.48054,0.08516 -0.74817,0.109489 -0.25548,0.0365 -0.50487,0.05474 -0.74817,0.05474"
id="path3196" />
<path
d="m 370.56371,-89.924343 3.59487,0 0,1.42335 -3.59487,0 0,4.37954 c 0,0.474453 0.0365,0.869828 0.10949,1.186125 0.073,0.304137 0.18248,0.547444 0.32846,0.729923 0.14599,0.170317 0.32847,0.291971 0.54745,0.364962 0.21897,0.07299 0.47444,0.10949 0.76642,0.109488 0.51094,2e-6 0.91848,-0.05474 1.22262,-0.164232 0.31629,-0.121653 0.53527,-0.20681 0.65693,-0.255474 l 0.32846,1.405103 c -0.17032,0.08516 -0.46837,0.188563 -0.89415,0.310217 -0.4258,0.133819 -0.91241,0.200729 -1.45985,0.200729 -0.64477,0 -1.18004,-0.07908 -1.60583,-0.237225 -0.41363,-0.170315 -0.74817,-0.419705 -1.00364,-0.748171 -0.25548,-0.328465 -0.43796,-0.729922 -0.54745,-1.204374 -0.0973,-0.486613 -0.14598,-1.04622 -0.14598,-1.678823 l 0,-8.46711 1.69707,-0.291969 0,2.937941"
id="path3198" />
<path
d="m 378.01521,-80.435341 -1.69707,0 0,-9.489002 1.69707,0 0,9.489002 m -0.85766,-11.204322 c -0.30414,1.1e-5 -0.56569,-0.09731 -0.78467,-0.291969 -0.20681,-0.2068 -0.31022,-0.480521 -0.31022,-0.821164 0,-0.340618 0.10341,-0.608256 0.31022,-0.802915 0.21898,-0.206799 0.48053,-0.310204 0.78467,-0.310218 0.30413,1.4e-5 0.5596,0.103419 0.76642,0.310218 0.21897,0.194659 0.32846,0.462297 0.32846,0.802915 0,0.340643 -0.10949,0.614364 -0.32846,0.821164 -0.20682,0.194657 -0.46229,0.29198 -0.76642,0.291969"
id="path3200" />
<path
d="m 389.32731,-85.179842 c -1e-5,0.754258 -0.1095,1.435519 -0.32847,2.043785 -0.21898,0.608272 -0.5292,1.131383 -0.93065,1.569335 -0.3893,0.437955 -0.85767,0.778585 -1.4051,1.021893 -0.54745,0.231142 -1.14355,0.346713 -1.78831,0.346713 -0.64477,0 -1.24088,-0.115571 -1.78832,-0.346713 -0.54744,-0.243308 -1.02189,-0.583938 -1.42335,-1.021893 -0.38929,-0.437952 -0.69342,-0.961063 -0.9124,-1.569335 -0.21898,-0.608266 -0.32847,-1.289527 -0.32847,-2.043785 0,-0.742083 0.10949,-1.417261 0.32847,-2.025537 0.21898,-0.620427 0.52311,-1.149621 0.9124,-1.587583 0.40146,-0.437945 0.87591,-0.772493 1.42335,-1.003645 0.54744,-0.243298 1.14355,-0.364951 1.78832,-0.364961 0.64476,1e-5 1.24086,0.121663 1.78831,0.364961 0.54743,0.231152 1.0158,0.5657 1.4051,1.003645 0.40145,0.437962 0.71167,0.967156 0.93065,1.587583 0.21897,0.608276 0.32846,1.283454 0.32847,2.025537 m -1.77007,0 c 0,-1.070548 -0.24331,-1.916042 -0.72992,-2.536483 -0.47446,-0.632593 -1.1253,-0.948892 -1.95254,-0.948901 -0.82725,9e-6 -1.48418,0.316308 -1.9708,0.948901 -0.47445,0.620441 -0.71167,1.465935 -0.71167,2.536483 0,1.070558 0.23722,1.922134 0.71167,2.554731 0.48662,0.620437 1.14355,0.930654 1.9708,0.930653 0.82724,10e-7 1.47808,-0.310216 1.95254,-0.930653 0.48661,-0.632597 0.72992,-1.484173 0.72992,-2.554731"
id="path3202" />
<path
d="m 391.71494,-89.650622 c 0.38929,-0.09731 0.90632,-0.200719 1.55109,-0.310217 0.64476,-0.109479 1.38685,-0.164223 2.22627,-0.164233 0.75424,1e-5 1.38076,0.109498 1.87955,0.328465 0.49877,0.206821 0.89415,0.504873 1.18612,0.894156 0.30413,0.377136 0.51702,0.833337 0.63869,1.368607 0.12164,0.535283 0.18247,1.125304 0.18248,1.770063 l 0,5.32844 -1.69707,0 0,-4.963478 c -1e-5,-0.583933 -0.0426,-1.082713 -0.12774,-1.496343 -0.073,-0.413616 -0.20074,-0.748164 -0.38321,-1.003644 -0.18249,-0.255466 -0.4258,-0.437946 -0.72992,-0.547443 -0.30414,-0.121645 -0.68127,-0.182472 -1.13139,-0.18248 -0.18248,8e-6 -0.37104,0.0061 -0.56569,0.01825 -0.19465,0.01217 -0.38321,0.03042 -0.56569,0.05474 -0.17032,0.01217 -0.32847,0.03042 -0.47445,0.05474 -0.13382,0.02434 -0.23114,0.04259 -0.29197,0.05474 l 0,8.010908 -1.69707,0 0,-9.215281"
id="path3204" />
<path
d="m 409.24565,-80.25286 c -1.04623,-0.02433 -1.78832,-0.24939 -2.22627,-0.675179 -0.43795,-0.425788 -0.65693,-1.088801 -0.65693,-1.989041 l 0,-11.386803 1.69707,-0.291969 0,11.405051 c 0,0.279806 0.0243,0.510948 0.073,0.693427 0.0487,0.182483 0.12773,0.328467 0.23722,0.437954 0.10949,0.10949 0.25547,0.194648 0.43796,0.255473 0.18247,0.04866 0.40753,0.09124 0.67517,0.127737 l -0.23722,1.42335"
id="path3206" />
<path
d="m 419.76453,-85.179842 c -10e-6,0.754258 -0.10949,1.435519 -0.32846,2.043785 -0.21899,0.608272 -0.52921,1.131383 -0.93065,1.569335 -0.3893,0.437955 -0.85767,0.778585 -1.40511,1.021893 -0.54745,0.231142 -1.14355,0.346713 -1.78831,0.346713 -0.64477,0 -1.24087,-0.115571 -1.78831,-0.346713 -0.54745,-0.243308 -1.0219,-0.583938 -1.42335,-1.021893 -0.38929,-0.437952 -0.69343,-0.961063 -0.9124,-1.569335 -0.21898,-0.608266 -0.32847,-1.289527 -0.32847,-2.043785 0,-0.742083 0.10949,-1.417261 0.32847,-2.025537 0.21897,-0.620427 0.52311,-1.149621 0.9124,-1.587583 0.40145,-0.437945 0.8759,-0.772493 1.42335,-1.003645 0.54744,-0.243298 1.14354,-0.364951 1.78831,-0.364961 0.64476,1e-5 1.24086,0.121663 1.78831,0.364961 0.54744,0.231152 1.01581,0.5657 1.40511,1.003645 0.40144,0.437962 0.71166,0.967156 0.93065,1.587583 0.21897,0.608276 0.32845,1.283454 0.32846,2.025537 m -1.77006,0 c -10e-6,-1.070548 -0.24332,-1.916042 -0.72992,-2.536483 -0.47446,-0.632593 -1.12531,-0.948892 -1.95255,-0.948901 -0.82725,9e-6 -1.48418,0.316308 -1.97079,0.948901 -0.47445,0.620441 -0.71168,1.465935 -0.71168,2.536483 0,1.070558 0.23723,1.922134 0.71168,2.554731 0.48661,0.620437 1.14354,0.930654 1.97079,0.930653 0.82724,10e-7 1.47809,-0.310216 1.95255,-0.930653 0.4866,-0.632597 0.72991,-1.484173 0.72992,-2.554731"
id="path3208" />
<path
d="m 428.10106,-81.384241 c -0.14599,0.09732 -0.43188,0.22506 -0.85766,0.38321 -0.41363,0.145985 -0.90025,0.218977 -1.45985,0.218977 -0.57178,0 -1.11314,-0.09124 -1.62408,-0.273722 -0.49878,-0.18248 -0.93673,-0.462283 -1.31386,-0.839411 -0.37713,-0.389291 -0.67518,-0.869823 -0.89416,-1.441599 -0.21897,-0.57177 -0.32846,-1.253031 -0.32846,-2.043785 0,-0.693421 0.1034,-1.326021 0.31022,-1.8978 0.20681,-0.583932 0.50486,-1.082712 0.89415,-1.496343 0.40146,-0.42578 0.88807,-0.754245 1.45985,-0.985396 0.57177,-0.243299 1.21653,-0.364952 1.9343,-0.364962 0.79074,1e-5 1.47808,0.06084 2.06203,0.182481 0.59609,0.109498 1.09488,0.212903 1.49634,0.310217 l 0,8.46711 c -10e-6,1.459846 -0.37713,2.518233 -1.13138,3.175166 -0.75426,0.656928 -1.89781,0.985393 -3.43064,0.985396 -0.59611,-3e-6 -1.1618,-0.04866 -1.69707,-0.145984 -0.52311,-0.09733 -0.97932,-0.212898 -1.36861,-0.346714 l 0.31022,-1.478094 c 0.34063,0.133817 0.75425,0.249388 1.24087,0.346713 0.49878,0.109487 1.01581,0.164231 1.55109,0.164233 1.00972,-2e-6 1.73356,-0.200731 2.17152,-0.602187 0.45011,-0.401459 0.67517,-1.040141 0.67518,-1.916048 l 0,-0.401458 m -0.0183,-7.043759 c -0.17032,-0.04865 -0.40146,-0.09123 -0.69343,-0.127737 -0.27981,-0.04865 -0.66302,-0.07298 -1.14963,-0.07299 -0.9124,8e-6 -1.618,0.29806 -2.11677,0.894156 -0.48662,0.59611 -0.72993,1.38686 -0.72993,2.37225 0,0.547447 0.0669,1.015814 0.20073,1.405102 0.14598,0.389296 0.33455,0.711678 0.56569,0.967149 0.24331,0.255475 0.51703,0.444039 0.82117,0.56569 0.31629,0.121656 0.63867,0.182483 0.96714,0.182481 0.45012,2e-6 0.86374,-0.06083 1.24087,-0.182481 0.37712,-0.133817 0.67518,-0.285884 0.89416,-0.456202 l 0,-5.547416"
id="path3210" />
<path
d="m 434.03398,-85.891517 c -10e-6,-1.557163 -0.22507,-2.99876 -0.67518,-4.324795 -0.45012,-1.326017 -1.11314,-2.554719 -1.98904,-3.686113 l 1.20437,-0.821163 c 0.9489,1.155724 1.70923,2.487833 2.28101,3.996329 0.58393,1.496352 0.8759,3.108264 0.87591,4.835742 -10e-6,1.727489 -0.29198,3.345484 -0.87591,4.853989 -0.57178,1.496342 -1.33211,2.822368 -2.28101,3.978082 l -1.20437,-0.821164 c 0.8759,-1.131382 1.53892,-2.360085 1.98904,-3.686112 0.45011,-1.326025 0.67517,-2.767622 0.67518,-4.324795"
id="path3212" />
</g>
<path
d="m 237.82028,-249.54121 126.69686,0 0,96.68187 -126.69686,0 z"
id="rect3910-0"
style="opacity:0.98999999;fill:#ffffff;fill-opacity:0;stroke:#000000;stroke-width:4.8866291;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" />
<path
d="m 364.52725,-249.56285 126.69686,0 0,96.68187 -126.69686,0 z"
id="rect3910-00"
style="opacity:0.98999999;fill:#ffffff;fill-opacity:0;stroke:#000000;stroke-width:4.8866291;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" />
<text
x="8.087534"
y="27.403807"
id="text4168"
xml:space="preserve"
style="font-size:1.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"><tspan
x="8.087534"
y="27.403807"
id="tspan4170" /></text>
<path
d="m 312.43851,-231.70477 8.75337,0 0,6.06003 -8.75337,0 z"
id="rect3968-3-4"
style="opacity:0.98999999;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.00531864;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" />
<path
d="m 319.50855,-231.06881 c 0,0 0.32245,-2.63563 -0.41148,-3.59114 -0.498,-0.64835 -1.4657,-0.94287 -2.28185,-0.8978 -0.8219,0.0456 -1.82876,0.15693 -2.3941,1.23449 -0.49617,0.94633 -0.41149,3.10483 -0.41149,3.10483 z"
id="path3970-1-8"
style="fill:none;stroke:#000000;stroke-width:1.84308445;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 244.85536,-242.51218 112.90999,0 0,39.0623 -112.90999,0 z"
id="rect4234"
style="opacity:0.98999999;fill:none;stroke:#000000;stroke-width:1.82480812;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" />
<g
id="text4083-7-9-0"
style="font-size:23.72250366px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Ubuntu;-inkscape-font-specification:Ubuntu">
<path
d="m 289.21185,-178.41044 c 0,2.02432 0.29258,3.8984 0.87773,5.62223 0.58515,1.72384 1.44707,3.32115 2.58576,4.79195 l -1.56569,1.06751 c -1.23357,-1.50243 -2.22992,-3.22626 -2.98903,-5.17151 -0.74331,-1.96105 -1.11496,-4.06445 -1.11496,-6.31018 0,-2.24572 0.37165,-4.34121 1.11496,-6.28647 0.75911,-1.96104 1.75546,-3.69278 2.98903,-5.19522 l 1.56569,1.06751 c -1.13869,1.47081 -2.00061,3.06812 -2.58576,4.79194 -0.58515,1.72385 -0.87773,3.59793 -0.87773,5.62224"
id="path3141"
style="font-family:Ubuntu;-inkscape-font-specification:Ubuntu" />
<path
d="m 297.35386,-172.59843 c 0,0.42701 -0.14234,0.79866 -0.42701,1.11496 -0.28467,0.3163 -0.67214,0.47445 -1.1624,0.47445 -0.49027,0 -0.87773,-0.15815 -1.1624,-0.47445 -0.28467,-0.3163 -0.42701,-0.68795 -0.42701,-1.11496 0,-0.427 0.14234,-0.79865 0.42701,-1.11496 0.28467,-0.31629 0.67213,-0.47444 1.1624,-0.47445 0.49026,1e-5 0.87773,0.15816 1.1624,0.47445 0.28467,0.31631 0.42701,0.68796 0.42701,1.11496"
id="path3143"
style="font-family:Ubuntu;-inkscape-font-specification:Ubuntu" />
<path
d="m 303.19182,-172.59843 c -1e-5,0.42701 -0.14234,0.79866 -0.42701,1.11496 -0.28467,0.3163 -0.67214,0.47445 -1.1624,0.47445 -0.49027,0 -0.87773,-0.15815 -1.1624,-0.47445 -0.28467,-0.3163 -0.42701,-0.68795 -0.42701,-1.11496 0,-0.427 0.14234,-0.79865 0.42701,-1.11496 0.28467,-0.31629 0.67213,-0.47444 1.1624,-0.47445 0.49026,1e-5 0.87773,0.15816 1.1624,0.47445 0.28467,0.31631 0.427,0.68796 0.42701,1.11496"
id="path3145"
style="font-family:Ubuntu;-inkscape-font-specification:Ubuntu" />
<path
d="m 309.02978,-172.59843 c -1e-5,0.42701 -0.14234,0.79866 -0.42701,1.11496 -0.28467,0.3163 -0.67214,0.47445 -1.1624,0.47445 -0.49027,0 -0.87773,-0.15815 -1.1624,-0.47445 -0.28467,-0.3163 -0.42701,-0.68795 -0.42701,-1.11496 0,-0.427 0.14234,-0.79865 0.42701,-1.11496 0.28467,-0.31629 0.67213,-0.47444 1.1624,-0.47445 0.49026,1e-5 0.87773,0.15816 1.1624,0.47445 0.28467,0.31631 0.427,0.68796 0.42701,1.11496"
id="path3147"
style="font-family:Ubuntu;-inkscape-font-specification:Ubuntu" />
<path
d="m 313.99001,-178.41044 c -10e-6,-2.02431 -0.29258,-3.89839 -0.87774,-5.62224 -0.58515,-1.72382 -1.44707,-3.32113 -2.58575,-4.79194 l 1.56569,-1.06751 c 1.23356,1.50244 2.222,3.23418 2.96531,5.19522 0.75911,1.94526 1.13867,4.04075 1.13868,6.28647 -10e-6,2.24573 -0.37957,4.34913 -1.13868,6.31018 -0.74331,1.94525 -1.73175,3.66908 -2.96531,5.17151 l -1.56569,-1.06751 c 1.13868,-1.4708 2.0006,-3.06811 2.58575,-4.79195 0.58516,-1.72383 0.87773,-3.59791 0.87774,-5.62223"
id="path3149"
style="font-family:Ubuntu;-inkscape-font-specification:Ubuntu" />
</g>
<path
d="m 244.85536,-198.25854 112.90999,0 0,39.06229 -112.90999,0 z"
id="rect4234-2"
style="opacity:0.98999999;fill:none;stroke:#000000;stroke-width:1.82480812;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" />
<path
d="m 13.078126,10.052734 c 0,0.115419 -0.09444,0.208985 -0.210938,0.208985 -0.116497,0 -0.210937,-0.09357 -0.210937,-0.208985 0,-0.1154185 0.09444,-0.208984 0.210937,-0.208984 0.116498,0 0.210938,0.093566 0.210938,0.208984 z"
transform="matrix(22.897483,0,0,22.897483,-28.509058,-588.11129)"
id="path4293-3"
style="opacity:0.98999999;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" />
<path
d="m 261.83921,-356.97445 -8.13933,9.92819 0,2.41497 3.0323,-0.85948 1.06533,-1.71897 0.78539,-1.4396 1.74124,0.003 0.33941,-1.58394 2.12041,-0.64562 4.38472,-4.20891 z"
id="path4297-3"
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 13.078126,10.052734 c 0,0.115419 -0.09444,0.208985 -0.210938,0.208985 -0.116497,0 -0.210937,-0.09357 -0.210937,-0.208985 0,-0.1154185 0.09444,-0.208984 0.210937,-0.208984 0.116498,0 0.210938,0.093566 0.210938,0.208984 z"
transform="matrix(22.897483,0,0,22.897483,-27.948507,-564.33395)"
id="path4293-3-2"
style="opacity:0.98999999;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" />
<path
d="m 262.39976,-333.19708 -8.13932,9.9282 0,2.41497 3.03231,-0.85948 1.06532,-1.71897 0.7854,-1.4396 1.74105,0.003 0.33941,-1.58393 2.12041,-0.64562 4.38472,-4.20892 z"
id="path4297-3-0"
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<g
id="text3777-0-0-0"
style="font-size:16.51408768px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Ubuntu;-inkscape-font-specification:Ubuntu Medium">
<path
d="m 435.23355,-343.15806 c 0.63854,-0.25321 1.27709,-0.57798 1.91564,-0.97433 0.64955,-0.39633 1.22203,-0.86423 1.71746,-1.4037 l 1.4037,0 0,11.44426 -1.99821,0 0,-8.76898 c -0.29725,0.23121 -0.67157,0.4569 -1.12295,0.67708 -0.45139,0.2202 -0.88626,0.40185 -1.30462,0.54496 l -0.61102,-1.51929"
id="path3125"
style="font-family:Ubuntu;-inkscape-font-specification:Ubuntu Medium" />
<path
d="m 447.50945,-339.90479 1.83307,-2.82391 2.09729,0 -2.84043,4.07898 c 0.5945,0.77067 1.16149,1.55233 1.70095,2.345 0.55047,0.78167 1.00185,1.5193 1.35416,2.21289 l -2.16335,0 c -0.0991,-0.20918 -0.2312,-0.44588 -0.39633,-0.7101 -0.15414,-0.27524 -0.32479,-0.55598 -0.51194,-0.84222 -0.17616,-0.29725 -0.36332,-0.589 -0.56148,-0.87525 -0.19817,-0.28624 -0.39084,-0.55597 -0.57799,-0.80919 -0.38534,0.49543 -0.76516,1.0459 -1.13947,1.65141 -0.36332,0.59451 -0.66608,1.12296 -0.90828,1.58535 l -2.04775,0 c 0.16514,-0.33028 0.36331,-0.68258 0.59451,-1.0569 0.2312,-0.37432 0.47891,-0.75414 0.74313,-1.13947 0.26423,-0.39634 0.53396,-0.78717 0.8092,-1.1725 0.28624,-0.39634 0.56698,-0.77065 0.84221,-1.12296 l -2.85693,-4.14504 2.19637,0 1.83306,2.82391"
id="path3127"
style="font-family:Ubuntu;-inkscape-font-specification:Ubuntu Medium" />
<path
d="m 457.43932,-343.07549 c -0.26423,0.31928 -0.53946,0.66057 -0.8257,1.02387 -0.27524,0.36332 -0.54497,0.74314 -0.80919,1.13947 -0.26423,0.39635 -0.51745,0.8037 -0.75965,1.22205 -0.24221,0.40735 -0.4624,0.8147 -0.66056,1.22204 l 3.0551,0 0,-4.60743 m 1.94867,-2.4606 0,7.06803 1.2881,0 0,1.63489 -1.2881,0 0,2.74134 -1.94867,0 0,-2.74134 -5.02028,0 0,-1.42021 c 0.22019,-0.48441 0.51194,-1.04038 0.87525,-1.66792 0.37432,-0.62753 0.78717,-1.27158 1.23855,-1.93215 0.45139,-0.66055 0.93029,-1.31011 1.43673,-1.94866 0.50643,-0.63854 1.01286,-1.21653 1.5193,-1.73398 l 1.89912,0"
id="path3129"
style="font-family:Ubuntu;-inkscape-font-specification:Ubuntu Medium" />
<path
d="m 462.63068,-334.09183 0,-11.44426 7.23317,0 0,1.76701 -5.15239,0 0,2.92299 4.5744,0 0,1.76701 -4.5744,0 0,4.98725 -2.08078,0"
id="path3131"
style="font-family:Ubuntu;-inkscape-font-specification:Ubuntu Medium" />
<path
d="m 472.80878,-335.18176 c 0,0.38533 -0.13212,0.6991 -0.39634,0.94131 -0.25322,0.2422 -0.56148,0.36331 -0.92479,0.36331 -0.37432,0 -0.68809,-0.12111 -0.9413,-0.36331 -0.25322,-0.24221 -0.37983,-0.55598 -0.37982,-0.94131 -1e-5,-0.38532 0.1266,-0.69909 0.37982,-0.9413 0.25321,-0.25321 0.56698,-0.37982 0.9413,-0.37982 0.36331,0 0.67157,0.12661 0.92479,0.37982 0.26422,0.24221 0.39634,0.55598 0.39634,0.9413"
id="path3133"
style="font-family:Ubuntu;-inkscape-font-specification:Ubuntu Medium" />
<path
d="m 477.19533,-335.18176 c 0,0.38533 -0.13211,0.6991 -0.39633,0.94131 -0.25322,0.2422 -0.56149,0.36331 -0.92479,0.36331 -0.37432,0 -0.68809,-0.12111 -0.94131,-0.36331 -0.25321,-0.24221 -0.37982,-0.55598 -0.37982,-0.94131 0,-0.38532 0.12661,-0.69909 0.37982,-0.9413 0.25322,-0.25321 0.56699,-0.37982 0.94131,-0.37982 0.3633,0 0.67157,0.12661 0.92479,0.37982 0.26422,0.24221 0.39633,0.55598 0.39633,0.9413"
id="path3135"
style="font-family:Ubuntu;-inkscape-font-specification:Ubuntu Medium" />
</g>
<g
id="text4484"
style="font-size:27.3721199px;font-style:italic;font-variant:normal;font-weight:500;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Ubuntu;-inkscape-font-specification:Ubuntu Medium Italic">
<path
d="m 455.70629,-521.5201 c -0.93066,0 -1.91606,-0.0456 -2.95619,-0.13686 -1.0219,-0.073 -1.9343,-0.20073 -2.73721,-0.38321 l 4.40691,-18.36669 c 0.82116,-0.18246 1.68794,-0.3102 2.60035,-0.38321 0.91239,-0.073 1.83392,-0.10947 2.76458,-0.10949 0.76641,2e-5 1.54195,0.0548 2.32663,0.16423 0.8029,0.10951 1.5237,0.32849 2.1624,0.65693 0.63867,0.31024 1.15874,0.74819 1.56021,1.31387 0.41969,0.54746 0.62954,1.25913 0.62956,2.13502 -2e-5,0.96716 -0.27374,1.87957 -0.82116,2.73721 -0.52921,0.85768 -1.43249,1.5511 -2.70984,2.08029 0.8029,0.32847 1.42333,0.80292 1.8613,1.42335 0.43794,0.62044 0.65692,1.34124 0.65693,2.16239 -10e-6,2.13503 -0.83943,3.78648 -2.51823,4.95436 -1.66059,1.16787 -4.06933,1.75181 -7.22624,1.75181 m -0.30109,-8.78645 -1.39598,5.83026 c 0.25546,0.0365 0.59305,0.073 1.01277,0.10949 0.41969,0.0182 0.88502,0.0274 1.39597,0.0274 0.60218,10e-6 1.23174,-0.0456 1.88868,-0.13686 0.65692,-0.0912 1.24998,-0.26459 1.77919,-0.52007 0.52918,-0.25547 0.96713,-0.62043 1.31386,-1.09488 0.36495,-0.47445 0.54743,-1.08576 0.54744,-1.83393 -1e-5,-0.69342 -0.26461,-1.25911 -0.79379,-1.69708 -0.52921,-0.45619 -1.40511,-0.68429 -2.62772,-0.6843 l -3.12042,0 m 0.65693,-2.65509 2.62772,0 c 0.56568,10e-6 1.11312,-0.0547 1.64233,-0.16424 0.52918,-0.10947 0.98538,-0.28283 1.3686,-0.52007 0.40145,-0.25546 0.72079,-0.56567 0.95803,-0.93065 0.23721,-0.36495 0.35582,-0.81202 0.35583,-1.34123 -10e-6,-0.8394 -0.31935,-1.41421 -0.95802,-1.72445 -0.62045,-0.3102 -1.45986,-0.46531 -2.51823,-0.46532 -0.41972,10e-6 -0.83943,0.0183 -1.25912,0.0547 -0.41972,0.0183 -0.75731,0.0456 -1.01277,0.0821 l -1.20437,5.0091"
id="path3110" />
<path
d="m 470.45345,-521.73907 -3.28466,0 3.42152,-14.31562 3.31202,0 -3.44888,14.31562 m 2.46349,-16.47802 c -0.49271,2e-5 -0.92154,-0.14597 -1.28649,-0.43795 -0.36497,-0.29196 -0.54745,-0.72991 -0.54744,-1.31387 -10e-6,-0.67516 0.22809,-1.23172 0.6843,-1.6697 0.47444,-0.43793 1.01276,-0.65691 1.61495,-0.65693 0.49269,2e-5 0.92152,0.15513 1.28649,0.46533 0.3832,0.29199 0.57481,0.72994 0.57482,1.31386 -10e-6,0.6752 -0.23724,1.23176 -0.71168,1.6697 -0.47446,0.41972 -1.01277,0.62958 -1.61495,0.62956"
id="path3112" />
<path
d="m 478.56885,-539.83205 3.44889,-0.54744 -1.04014,4.3248 4.68063,0 -0.65693,2.73721 -4.68063,0 -1.36861,5.66603 c -0.0912,0.40146 -0.15511,0.73905 -0.1916,1.01277 -0.0365,0.25547 -0.0548,0.4927 -0.0548,0.71167 0,0.21898 0.0182,0.43796 0.0548,0.65693 0.0547,0.20073 0.14598,0.38321 0.27372,0.54744 0.14598,0.14599 0.34671,0.27373 0.60219,0.38321 0.27371,0.0912 0.63867,0.13687 1.09488,0.13686 0.49269,1e-5 0.96714,-0.0639 1.42335,-0.1916 0.45619,-0.12773 0.85765,-0.26459 1.20437,-0.41058 l 0.24635,2.65509 c -0.41971,0.18248 -0.94891,0.35584 -1.58758,0.52007 -0.63869,0.16424 -1.38686,0.24635 -2.24451,0.24635 -1.56934,0 -2.6916,-0.33759 -3.36677,-1.01277 -0.67519,-0.69342 -1.01278,-1.6332 -1.01277,-2.81932 -10e-6,-0.43795 0.0274,-0.88503 0.0821,-1.34124 0.073,-0.47444 0.17336,-0.97626 0.3011,-1.50546 l 2.79195,-11.77002"
id="path3114" />
<path
d="m 486.21637,-527.15875 c -10e-6,-1.24087 0.1916,-2.41787 0.57481,-3.53101 0.40146,-1.13137 0.96715,-2.11676 1.69707,-2.95619 0.72992,-0.85764 1.62408,-1.53282 2.68247,-2.02553 1.05838,-0.49269 2.26275,-0.73904 3.61312,-0.73905 0.71166,10e-6 1.35947,0.0639 1.94342,0.1916 0.60217,0.10951 1.16786,0.28286 1.69707,0.52007 l -1.177,2.6551 c -0.32848,-0.14597 -0.69344,-0.27371 -1.09488,-0.38321 -0.40147,-0.10948 -0.89417,-0.16422 -1.4781,-0.16423 -0.78468,10e-6 -1.49635,0.16424 -2.13502,0.4927 -0.62045,0.31022 -1.14964,0.73905 -1.58759,1.28649 -0.43796,0.54745 -0.77555,1.19525 -1.01276,1.94342 -0.23724,0.74817 -0.35585,1.54197 -0.35584,2.38137 -1e-5,0.47446 0.0456,0.91241 0.13686,1.31386 0.10948,0.38322 0.27371,0.72993 0.4927,1.04014 0.23721,0.29197 0.55656,0.52008 0.95802,0.68431 0.40145,0.16423 0.90327,0.24635 1.50547,0.24634 0.62042,1e-5 1.21348,-0.0821 1.77919,-0.24634 0.58392,-0.16423 1.031,-0.32847 1.34123,-0.4927 l 0.27372,2.70984 c -0.41972,0.20073 -0.97628,0.39233 -1.6697,0.57481 -0.69344,0.20073 -1.4781,0.30109 -2.354,0.30109 -1.00365,0 -1.87044,-0.14598 -2.60035,-0.43795 -0.72993,-0.31022 -1.34124,-0.7208 -1.83393,-1.23174 -0.47446,-0.5292 -0.8303,-1.14051 -1.06752,-1.83394 -0.21898,-0.71167 -0.32847,-1.47809 -0.32846,-2.29925"
id="path3116" />
<path
d="m 503.68705,-521.35587 c -1.69708,0 -2.99269,-0.50182 -3.88684,-1.50546 -0.89416,-1.00364 -1.34124,-2.32663 -1.34124,-3.96896 0,-1.05838 0.16423,-2.15327 0.4927,-3.28465 0.32846,-1.13137 0.83029,-2.16239 1.50547,-3.09305 0.67517,-0.93064 1.52371,-1.69706 2.54561,-2.29926 1.02188,-0.60217 2.22625,-0.90327 3.61312,-0.90328 1.69706,10e-6 2.99267,0.50184 3.88684,1.50547 0.89414,0.9854 1.34122,2.29926 1.34123,3.94158 -10e-6,1.07665 -0.16425,2.18065 -0.4927,3.31203 -0.31023,1.13138 -0.80293,2.1624 -1.47809,3.09305 -0.65695,0.93065 -1.50548,1.69707 -2.54561,2.29926 -1.0219,0.60218 -2.2354,0.90327 -3.64049,0.90327 m 2.51823,-12.2627 c -0.71168,10e-6 -1.35036,0.20986 -1.91604,0.62955 -0.54745,0.40147 -1.01278,0.92154 -1.39598,1.56021 -0.36497,0.6387 -0.64782,1.34125 -0.84854,2.10766 -0.20073,0.74818 -0.3011,1.4781 -0.30109,2.18977 -10e-6,0.91241 0.17335,1.6332 0.52007,2.1624 0.34671,0.52919 0.95802,0.79379 1.83393,0.79379 0.71167,0 1.34123,-0.20073 1.88868,-0.60219 0.56568,-0.4197 1.031,-0.93977 1.39598,-1.56021 0.38319,-0.63868 0.67516,-1.34123 0.8759,-2.10765 0.20072,-0.76642 0.30108,-1.49634 0.3011,-2.18977 -2e-5,-0.9124 -0.17337,-1.6332 -0.52007,-2.1624 -0.34673,-0.54743 -0.95804,-0.82115 -1.83394,-0.82116"
id="path3118" />
<path
d="m 516.48351,-521.73907 -3.28465,0 3.42151,-14.31562 3.31203,0 -3.44889,14.31562 m 2.46349,-16.47802 c -0.4927,2e-5 -0.92153,-0.14597 -1.28648,-0.43795 -0.36497,-0.29196 -0.54745,-0.72991 -0.54745,-1.31387 0,-0.67516 0.2281,-1.23172 0.68431,-1.6697 0.47444,-0.43793 1.01276,-0.65691 1.61495,-0.65693 0.49269,2e-5 0.92152,0.15513 1.28649,0.46533 0.3832,0.29199 0.57481,0.72994 0.57482,1.31386 -10e-6,0.6752 -0.23724,1.23176 -0.71168,1.6697 -0.47446,0.41972 -1.01278,0.62958 -1.61496,0.62956"
id="path3120" />
<path
d="m 523.91462,-535.45251 c 0.72991,-0.21896 1.5602,-0.41969 2.49086,-0.60218 0.94889,-0.20072 1.97991,-0.30108 3.09305,-0.3011 1.67881,2e-5 2.91055,0.4106 3.69524,1.23175 0.78465,0.82117 1.17698,1.92518 1.177,3.31203 -2e-5,0.38321 -0.0365,0.7938 -0.10949,1.23174 -0.0548,0.41971 -0.12775,0.85767 -0.21898,1.31386 l -1.80656,7.52734 -3.31203,0 1.69708,-7.1715 c 0.0912,-0.40145 0.18246,-0.81203 0.27372,-1.23175 0.0912,-0.41969 0.14597,-0.82115 0.16423,-1.20437 0.0182,-0.63867 -0.13687,-1.16787 -0.46533,-1.58758 -0.31022,-0.4197 -0.93066,-0.62955 -1.8613,-0.62956 -0.78468,1e-5 -1.45986,0.0821 -2.02554,0.24635 l -2.76458,11.57841 -3.31203,0 3.28466,-13.71344"
id="path3122" />
</g>
<g
id="text4492"
style="font-size:12.77365685px;font-style:italic;font-variant:normal;font-weight:500;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Ubuntu;-inkscape-font-specification:Ubuntu Medium Italic">
<path
d="m 478.08616,-505.21854 c -0.1618,-0.49391 -0.34915,-1.02615 -0.56204,-1.5967 -0.20438,-0.57056 -0.42579,-1.14111 -0.66423,-1.71167 -0.22993,-0.57056 -0.47263,-1.12408 -0.72809,-1.66058 -0.24697,-0.545 -0.49818,-1.04317 -0.75365,-1.49452 l -1.54561,6.46347 -1.58394,0 2.12043,-8.85214 1.29014,0 c 0.23844,0.38322 0.48539,0.82178 0.74087,1.31569 0.26399,0.49392 0.51946,1.01338 0.76642,1.55838 0.24695,0.5365 0.48539,1.07725 0.71533,1.62226 0.22992,0.54501 0.43004,1.06021 0.60036,1.54561 l 1.41787,-6.04194 1.59671,0 -2.12043,8.85214 -1.29014,0"
id="path3077" />
<path
d="m 481.67237,-507.63276 c 0,-0.57055 0.0894,-1.11982 0.26825,-1.6478 0.18734,-0.53649 0.45133,-1.00911 0.79196,-1.41788 0.34915,-0.41726 0.76642,-0.74938 1.25182,-0.99634 0.4854,-0.24695 1.0304,-0.37043 1.63503,-0.37044 0.64719,10e-6 1.14962,0.16607 1.50729,0.49818 0.35766,0.33212 0.53649,0.75791 0.53649,1.27736 0,0.5365 -0.132,0.9708 -0.39598,1.30291 -0.264,0.33212 -0.60888,0.59185 -1.03467,0.7792 -0.41727,0.18735 -0.89416,0.31508 -1.43065,0.38321 -0.52798,0.0681 -1.06447,0.11071 -1.60948,0.12773 -0.009,0.017 -0.0128,0.0341 -0.0128,0.0511 l 0,0.12774 c 0,0.77493 0.48965,1.1624 1.46897,1.1624 0.57907,0 1.15814,-0.11922 1.73722,-0.35766 l 0.12773,1.25181 c -0.20438,0.0937 -0.49392,0.18735 -0.8686,0.28102 -0.3747,0.0937 -0.80049,0.14051 -1.27737,0.14051 -0.47689,0 -0.88564,-0.0681 -1.22627,-0.20437 -0.34063,-0.13626 -0.62165,-0.3236 -0.84306,-0.56204 -0.2129,-0.23845 -0.37044,-0.51095 -0.47263,-0.81752 -0.10219,-0.31508 -0.15328,-0.65145 -0.15328,-1.00912 m 3.71713,-3.16786 c -0.25548,0 -0.49817,0.0511 -0.7281,0.15328 -0.22993,0.10219 -0.4343,0.2427 -0.61313,0.42153 -0.17884,0.17884 -0.33638,0.39173 -0.47263,0.63868 -0.12774,0.23845 -0.22141,0.49818 -0.28102,0.7792 1.02189,-0.0341 1.76276,-0.15754 2.22262,-0.37044 0.46836,-0.21289 0.70254,-0.53223 0.70255,-0.95802 -1e-5,-0.17031 -0.0639,-0.3236 -0.1916,-0.45986 -0.11923,-0.13624 -0.33212,-0.20437 -0.63869,-0.20437"
id="path3079" />
<path
d="m 489.90419,-513.66192 1.60948,-0.25548 -0.4854,2.01824 2.1843,0 -0.30657,1.27737 -2.18429,0 -0.63869,2.64414 c -0.0426,0.18735 -0.0724,0.34489 -0.0894,0.47263 -0.017,0.11922 -0.0256,0.22993 -0.0256,0.33211 0,0.1022 0.009,0.20438 0.0256,0.30657 0.0255,0.0937 0.0681,0.17883 0.12773,0.25548 0.0681,0.0681 0.1618,0.12773 0.28103,0.17883 0.12773,0.0426 0.29804,0.0639 0.51094,0.0639 0.22992,1e-5 0.45133,-0.0298 0.66423,-0.0894 0.21289,-0.0596 0.40024,-0.12348 0.56204,-0.19161 l 0.11497,1.23905 c -0.19587,0.0852 -0.44283,0.16606 -0.74088,0.2427 -0.29805,0.0766 -0.6472,0.11496 -1.04744,0.11496 -0.73236,0 -1.25607,-0.15754 -1.57116,-0.47262 -0.31508,-0.3236 -0.47262,-0.76216 -0.47262,-1.31569 0,-0.20438 0.0128,-0.41301 0.0383,-0.62591 0.0341,-0.22141 0.0809,-0.45559 0.14051,-0.70255 l 1.30291,-5.49267"
id="path3081" />
<path
d="m 498.46753,-509.44662 c -0.1618,0.36619 -0.34489,0.74514 -0.54926,1.13686 -0.20439,0.38321 -0.41728,0.76216 -0.63869,1.13685 -0.22141,0.36618 -0.44282,0.71959 -0.66423,1.06022 -0.22141,0.33211 -0.42579,0.63016 -0.61313,0.89415 l -1.27737,0 c -0.0766,-0.39172 -0.15329,-0.8388 -0.22992,-1.34123 -0.0681,-0.50243 -0.132,-1.03892 -0.19161,-1.60948 -0.0596,-0.57055 -0.11496,-1.17092 -0.16606,-1.80109 -0.0426,-0.63016 -0.0724,-1.2731 -0.0894,-1.92882 l 1.53284,0 c -10e-6,0.35767 0.004,0.74514 0.0128,1.1624 0.009,0.40877 0.0213,0.8303 0.0383,1.2646 0.0255,0.42579 0.0511,0.84732 0.0766,1.26459 0.0341,0.41727 0.0766,0.809 0.12774,1.17517 0.23844,-0.36617 0.47262,-0.75364 0.70255,-1.1624 0.23844,-0.41727 0.4641,-0.83454 0.677,-1.25182 0.21289,-0.42578 0.40876,-0.84731 0.58759,-1.26459 0.18734,-0.41727 0.34914,-0.81325 0.4854,-1.18795 l 1.32846,0 c -1e-5,0.34915 0.004,0.71959 0.0128,1.11131 0.009,0.39173 0.0213,0.79623 0.0383,1.2135 0.0255,0.41727 0.0511,0.84306 0.0766,1.27736 0.0341,0.42579 0.0766,0.84732 0.12773,1.26459 0.22141,-0.32359 0.44707,-0.69403 0.67701,-1.1113 0.22992,-0.41727 0.45133,-0.84306 0.66423,-1.27737 0.21288,-0.44281 0.40449,-0.87712 0.57481,-1.30291 0.17882,-0.4343 0.32359,-0.82603 0.43431,-1.17518 l 1.60948,0 c -0.17884,0.51095 -0.40025,1.05596 -0.66423,1.63503 -0.25549,0.57056 -0.54502,1.14963 -0.86861,1.73722 -0.32361,0.58759 -0.67276,1.16666 -1.04744,1.73721 -0.36619,0.56205 -0.7494,1.08577 -1.14963,1.57116 l -1.27737,0 c -0.0937,-0.71532 -0.17457,-1.41787 -0.24269,-2.10765 -0.0596,-0.69829 -0.0979,-1.4051 -0.11497,-2.12043"
id="path3083" />
<path
d="m 506.26645,-505.03971 c -0.79197,0 -1.39659,-0.23418 -1.81386,-0.70255 -0.41728,-0.46836 -0.62591,-1.08576 -0.62591,-1.85218 0,-0.49391 0.0766,-1.00485 0.22993,-1.53284 0.15328,-0.52797 0.38746,-1.00911 0.70255,-1.44342 0.31508,-0.4343 0.71106,-0.79196 1.18795,-1.07299 0.47688,-0.28101 1.03892,-0.42152 1.68612,-0.42153 0.79196,10e-6 1.39658,0.23419 1.81386,0.70255 0.41726,0.45986 0.6259,1.073 0.62591,1.83941 -10e-6,0.50244 -0.0766,1.01764 -0.22993,1.54561 -0.14477,0.52798 -0.3747,1.00912 -0.68978,1.44343 -0.30657,0.4343 -0.70255,0.79196 -1.18795,1.07298 -0.47688,0.28102 -1.04318,0.42153 -1.69889,0.42153 m 1.17517,-5.72259 c -0.33211,0 -0.63017,0.0979 -0.89415,0.29379 -0.25548,0.18735 -0.47263,0.43005 -0.65146,0.7281 -0.17032,0.29806 -0.30231,0.62591 -0.39598,0.98357 -0.0937,0.34915 -0.14051,0.68978 -0.14051,1.02189 0,0.42579 0.0809,0.76217 0.2427,1.00912 0.16179,0.24696 0.44707,0.37044 0.85583,0.37044 0.33211,0 0.62591,-0.0937 0.88139,-0.28102 0.26398,-0.19586 0.48113,-0.43856 0.65145,-0.7281 0.17883,-0.29805 0.31508,-0.62591 0.40876,-0.98357 0.0937,-0.35766 0.1405,-0.69829 0.14051,-1.02189 -1e-5,-0.42579 -0.0809,-0.76216 -0.2427,-1.00912 -0.16181,-0.25547 -0.44708,-0.38321 -0.85584,-0.38321"
id="path3085" />
<path
d="m 515.6487,-510.53238 c -0.17032,-0.0596 -0.35341,-0.10644 -0.54927,-0.14051 -0.19587,-0.0341 -0.42579,-0.0511 -0.68978,-0.0511 -0.14477,0 -0.29805,0.0128 -0.45985,0.0383 -0.1618,0.017 -0.29805,0.0426 -0.40876,0.0766 l -1.29013,5.39048 -1.54562,0 1.53284,-6.37405 c 0.35766,-0.11922 0.74513,-0.2214 1.1624,-0.30657 0.41727,-0.0937 0.86861,-0.1405 1.35401,-0.14051 0.10219,1e-5 0.21715,0.009 0.34489,0.0255 0.12773,0.009 0.25121,0.0213 0.37044,0.0383 0.12773,0.017 0.24269,0.0383 0.34489,0.0639 0.11069,0.0256 0.20437,0.0554 0.28102,0.0894 l -0.44708,1.29014"
id="path3087" />
<path
d="m 518.32398,-509.3572 c 0.26399,-0.20438 0.53223,-0.41727 0.80474,-0.63868 0.2725,-0.22992 0.52797,-0.45559 0.76642,-0.67701 0.24695,-0.22992 0.47688,-0.44707 0.68978,-0.65145 0.21289,-0.21289 0.39598,-0.4045 0.54927,-0.57482 l 1.77553,0 c -0.20438,0.23845 -0.43857,0.48966 -0.70255,0.75365 -0.26399,0.26399 -0.54076,0.52798 -0.83029,0.79196 -0.28954,0.264 -0.58759,0.52373 -0.89415,0.7792 -0.30657,0.25547 -0.60463,0.49817 -0.89416,0.7281 0.21289,0.22141 0.42579,0.48114 0.63869,0.77919 0.21288,0.29805 0.41726,0.60888 0.61313,0.93248 0.19586,0.3236 0.37469,0.65145 0.53649,0.98357 0.1618,0.33211 0.29379,0.64294 0.39599,0.93247 l -1.71167,0 c -0.11923,-0.28102 -0.25122,-0.56629 -0.39599,-0.85583 -0.14477,-0.28954 -0.30231,-0.57056 -0.47262,-0.84306 -0.17032,-0.28102 -0.34915,-0.54075 -0.53649,-0.7792 -0.18735,-0.24695 -0.3747,-0.4641 -0.56204,-0.65145 l -0.76642,3.12954 -1.53284,0 2.31203,-9.65688 1.60948,-0.25547 -1.39233,5.77369"
id="path3089" />
<path
d="m 531.78642,-507.81159 c -0.0256,0.0937 -0.0511,0.24696 -0.0766,0.45985 -0.0256,0.2129 -0.0383,0.41302 -0.0383,0.60036 -10e-6,0.24696 0.0213,0.48966 0.0639,0.7281 0.0426,0.22993 0.1107,0.46411 0.20438,0.70255 l -1.37955,0.20438 c -0.1022,-0.20438 -0.1831,-0.42153 -0.2427,-0.65145 -0.2129,0.18734 -0.47689,0.35766 -0.79197,0.51094 -0.30657,0.14477 -0.65572,0.21715 -1.04744,0.21715 -0.40024,0 -0.74513,-0.0639 -1.03466,-0.1916 -0.28103,-0.13625 -0.51095,-0.31934 -0.68978,-0.54927 -0.17884,-0.23844 -0.31083,-0.5152 -0.39599,-0.83028 -0.0851,-0.31509 -0.12773,-0.65572 -0.12773,-1.0219 0,-0.62165 0.1107,-1.20072 0.33211,-1.73721 0.22141,-0.53649 0.52798,-1.0006 0.91971,-1.39233 0.40023,-0.39172 0.87286,-0.69829 1.41787,-0.91971 0.54501,-0.22992 1.14111,-0.34488 1.78831,-0.34489 0.33211,10e-6 0.66423,0.0298 0.99635,0.0894 0.34062,0.0511 0.68125,0.15329 1.02189,0.30657 l -0.9197,3.81932 m -0.84306,-2.88685 c -0.16181,-0.034 -0.3449,-0.0511 -0.54927,-0.0511 -0.38321,10e-6 -0.73662,0.0852 -1.06021,0.25547 -0.32361,0.16181 -0.60463,0.38322 -0.84307,0.66423 -0.22992,0.27251 -0.40876,0.5876 -0.53649,0.94525 -0.12774,0.35767 -0.19161,0.73236 -0.1916,1.12409 -1e-5,0.19586 0.017,0.37895 0.0511,0.54926 0.0341,0.17032 0.0894,0.31935 0.16606,0.44708 0.0851,0.12774 0.19586,0.22993 0.33211,0.30657 0.13625,0.0766 0.31083,0.11496 0.52372,0.11496 0.2725,0 0.51095,-0.0553 0.71533,-0.16606 0.21289,-0.11922 0.40875,-0.27676 0.58759,-0.47262 0.009,-0.22141 0.0255,-0.43005 0.0511,-0.62591 0.0341,-0.19586 0.0766,-0.39172 0.12774,-0.58759 l 0.62591,-2.50364"
id="path3091" />
<path
d="m 534.93632,-513.66192 1.60948,-0.25548 -0.4854,2.01824 2.1843,0 -0.30657,1.27737 -2.18429,0 -0.63869,2.64414 c -0.0426,0.18735 -0.0724,0.34489 -0.0894,0.47263 -0.017,0.11922 -0.0256,0.22993 -0.0256,0.33211 0,0.1022 0.009,0.20438 0.0256,0.30657 0.0255,0.0937 0.0681,0.17883 0.12773,0.25548 0.0681,0.0681 0.1618,0.12773 0.28102,0.17883 0.12774,0.0426 0.29805,0.0639 0.51095,0.0639 0.22992,1e-5 0.45133,-0.0298 0.66423,-0.0894 0.21289,-0.0596 0.40024,-0.12348 0.56204,-0.19161 l 0.11496,1.23905 c -0.19586,0.0852 -0.44282,0.16606 -0.74087,0.2427 -0.29805,0.0766 -0.6472,0.11496 -1.04744,0.11496 -0.73236,0 -1.25608,-0.15754 -1.57116,-0.47262 -0.31508,-0.3236 -0.47262,-0.76216 -0.47262,-1.31569 0,-0.20438 0.0128,-0.41301 0.0383,-0.62591 0.0341,-0.22141 0.0809,-0.45559 0.14051,-0.70255 l 1.30291,-5.49267"
id="path3093" />
<path
d="m 547.05493,-507.81159 c -0.0256,0.0937 -0.0511,0.24696 -0.0766,0.45985 -0.0256,0.2129 -0.0383,0.41302 -0.0383,0.60036 0,0.24696 0.0213,0.48966 0.0639,0.7281 0.0426,0.22993 0.1107,0.46411 0.20438,0.70255 l -1.37955,0.20438 c -0.1022,-0.20438 -0.1831,-0.42153 -0.2427,-0.65145 -0.2129,0.18734 -0.47689,0.35766 -0.79197,0.51094 -0.30657,0.14477 -0.65572,0.21715 -1.04744,0.21715 -0.40024,0 -0.74513,-0.0639 -1.03467,-0.1916 -0.28102,-0.13625 -0.51094,-0.31934 -0.68977,-0.54927 -0.17884,-0.23844 -0.31083,-0.5152 -0.39599,-0.83028 -0.0852,-0.31509 -0.12773,-0.65572 -0.12773,-1.0219 0,-0.62165 0.1107,-1.20072 0.33211,-1.73721 0.22141,-0.53649 0.52798,-1.0006 0.9197,-1.39233 0.40024,-0.39172 0.87287,-0.69829 1.41788,-0.91971 0.54501,-0.22992 1.14111,-0.34488 1.78831,-0.34489 0.33211,10e-6 0.66423,0.0298 0.99635,0.0894 0.34062,0.0511 0.68125,0.15329 1.02189,0.30657 l -0.9197,3.81932 m -0.84306,-2.88685 c -0.16181,-0.034 -0.3449,-0.0511 -0.54927,-0.0511 -0.38322,10e-6 -0.73662,0.0852 -1.06021,0.25547 -0.32361,0.16181 -0.60463,0.38322 -0.84307,0.66423 -0.22993,0.27251 -0.40876,0.5876 -0.53649,0.94525 -0.12774,0.35767 -0.19161,0.73236 -0.1916,1.12409 -10e-6,0.19586 0.017,0.37895 0.0511,0.54926 0.0341,0.17032 0.0894,0.31935 0.16606,0.44708 0.0851,0.12774 0.19586,0.22993 0.33211,0.30657 0.13625,0.0766 0.31082,0.11496 0.52372,0.11496 0.2725,0 0.51094,-0.0553 0.71533,-0.16606 0.21289,-0.11922 0.40875,-0.27676 0.58759,-0.47262 0.009,-0.22141 0.0255,-0.43005 0.0511,-0.62591 0.0341,-0.19586 0.0766,-0.39172 0.12774,-0.58759 l 0.62591,-2.50364"
id="path3095" />
<path
d="m 553.24915,-504.12 c 0.63017,0 1.10279,-0.14477 1.41788,-0.43431 0.32359,-0.28953 0.54075,-0.68552 0.65146,-1.18795 l 0.0383,-0.17883 c -0.17032,0.0852 -0.3747,0.16606 -0.61314,0.2427 -0.23844,0.0681 -0.48966,0.10219 -0.75364,0.10219 -0.74939,0 -1.30718,-0.20012 -1.67335,-0.60036 -0.35767,-0.40876 -0.5365,-0.94951 -0.5365,-1.62226 0,-0.61313 0.10645,-1.17943 0.31934,-1.69889 0.2129,-0.51946 0.51095,-0.96654 0.89416,-1.34124 0.39172,-0.3832 0.86009,-0.68125 1.4051,-0.89415 0.54501,-0.21289 1.14963,-0.31934 1.81386,-0.31934 0.3236,0 0.66848,0.0383 1.03467,0.11496 0.37469,0.0681 0.71106,0.1831 1.00912,0.34489 l -1.35401,5.6715 c -0.11923,0.50243 -0.27251,0.94525 -0.45985,1.32846 -0.17884,0.39173 -0.41728,0.71533 -0.71533,0.9708 -0.29805,0.26399 -0.66849,0.46411 -1.1113,0.60036 -0.43431,0.13625 -0.96229,0.20438 -1.58394,0.20438 -0.45134,0 -0.86009,-0.0511 -1.22627,-0.15328 -0.35766,-0.0937 -0.67275,-0.2129 -0.94525,-0.35767 l 0.54927,-1.25181 c 0.22992,0.13625 0.49391,0.24695 0.79196,0.33211 0.30657,0.0852 0.65572,0.12774 1.04744,0.12774 m 1.12409,-2.70802 c 0.22992,0 0.4641,-0.0426 0.70255,-0.12773 0.24695,-0.0852 0.45133,-0.19161 0.61313,-0.31935 l 0.81752,-3.41056 c -0.19587,-0.0426 -0.38748,-0.0639 -0.57482,-0.0639 -0.39173,10e-6 -0.74939,0.0724 -1.07299,0.21715 -0.31508,0.14478 -0.58759,0.34064 -0.81751,0.58759 -0.22993,0.24696 -0.40876,0.5365 -0.53649,0.86861 -0.12774,0.3236 -0.19161,0.67275 -0.19161,1.04744 0,0.3747 0.0809,0.66849 0.2427,0.88138 0.1618,0.2129 0.4343,0.31934 0.81752,0.31934"
id="path3097" />
<path
d="m 561.18618,-505.0908 c -0.40024,-0.009 -0.74087,-0.0596 -1.02189,-0.15328 -0.27251,-0.0937 -0.49392,-0.22141 -0.66423,-0.38321 -0.1618,-0.1618 -0.28102,-0.35341 -0.35766,-0.57482 -0.0681,-0.22141 -0.10219,-0.46411 -0.10219,-0.7281 0,-0.2725 0.0298,-0.55778 0.0894,-0.85583 0.0681,-0.30657 0.14051,-0.60888 0.21716,-0.90693 l 1.48174,-6.18245 1.60948,-0.25547 c -0.26399,1.11557 -0.52798,2.22688 -0.79197,3.33392 -0.26399,1.09854 -0.53223,2.20559 -0.80474,3.32115 -0.0426,0.17884 -0.0894,0.35767 -0.14051,0.53649 -0.0511,0.17032 -0.0766,0.34064 -0.0766,0.51095 0,0.14477 0,0.28102 0,0.40876 0.009,0.11922 0.0426,0.22567 0.10219,0.31934 0.0681,0.0852 0.16606,0.15754 0.2938,0.21715 0.12773,0.0596 0.29379,0.0979 0.49817,0.11496 l -0.33212,1.27737"
id="path3099" />
<path
d="m 568.11151,-507.81159 c -0.0256,0.0937 -0.0511,0.24696 -0.0766,0.45985 -0.0255,0.2129 -0.0383,0.41302 -0.0383,0.60036 0,0.24696 0.0213,0.48966 0.0639,0.7281 0.0426,0.22993 0.1107,0.46411 0.20438,0.70255 l -1.37955,0.20438 c -0.1022,-0.20438 -0.1831,-0.42153 -0.2427,-0.65145 -0.2129,0.18734 -0.47689,0.35766 -0.79197,0.51094 -0.30657,0.14477 -0.65572,0.21715 -1.04744,0.21715 -0.40024,0 -0.74513,-0.0639 -1.03467,-0.1916 -0.28102,-0.13625 -0.51094,-0.31934 -0.68977,-0.54927 -0.17884,-0.23844 -0.31083,-0.5152 -0.39599,-0.83028 -0.0852,-0.31509 -0.12774,-0.65572 -0.12773,-1.0219 -10e-6,-0.62165 0.1107,-1.20072 0.33211,-1.73721 0.22141,-0.53649 0.52798,-1.0006 0.9197,-1.39233 0.40024,-0.39172 0.87287,-0.69829 1.41788,-0.91971 0.54501,-0.22992 1.14111,-0.34488 1.78831,-0.34489 0.33211,10e-6 0.66423,0.0298 0.99635,0.0894 0.34062,0.0511 0.68125,0.15329 1.02189,0.30657 l -0.9197,3.81932 m -0.84306,-2.88685 c -0.16181,-0.034 -0.3449,-0.0511 -0.54927,-0.0511 -0.38322,10e-6 -0.73662,0.0852 -1.06022,0.25547 -0.3236,0.16181 -0.60462,0.38322 -0.84306,0.66423 -0.22993,0.27251 -0.40876,0.5876 -0.53649,0.94525 -0.12774,0.35767 -0.19161,0.73236 -0.1916,1.12409 -10e-6,0.19586 0.017,0.37895 0.0511,0.54926 0.0341,0.17032 0.0894,0.31935 0.16606,0.44708 0.0851,0.12774 0.19586,0.22993 0.33211,0.30657 0.13625,0.0766 0.31082,0.11496 0.52372,0.11496 0.2725,0 0.51094,-0.0553 0.71533,-0.16606 0.21289,-0.11922 0.40875,-0.27676 0.58759,-0.47262 0.009,-0.22141 0.0255,-0.43005 0.0511,-0.62591 0.0341,-0.19586 0.0766,-0.39172 0.12774,-0.58759 l 0.62591,-2.50364"
id="path3101" />
<path
d="m 570.94207,-511.61814 c 0.34063,-0.10218 0.72809,-0.19585 1.1624,-0.28102 0.44282,-0.0937 0.92396,-0.1405 1.44343,-0.14051 0.78344,10e-6 1.35825,0.19161 1.72444,0.57482 0.36617,0.38321 0.54926,0.89841 0.54927,1.54561 -10e-6,0.17883 -0.017,0.37044 -0.0511,0.57481 -0.0255,0.19587 -0.0596,0.40025 -0.10219,0.61314 l -0.84306,3.51275 -1.54561,0 0.79196,-3.34669 c 0.0426,-0.18735 0.0852,-0.37895 0.12774,-0.57482 0.0426,-0.19586 0.0681,-0.3832 0.0766,-0.56204 0.009,-0.29805 -0.0639,-0.545 -0.21715,-0.74087 -0.14477,-0.19586 -0.43431,-0.29379 -0.86861,-0.2938 -0.36618,1e-5 -0.68126,0.0383 -0.94525,0.11497 l -1.29014,5.40325 -1.54561,0 1.53284,-6.3996"
id="path3103" />
<path
d="m 576.90098,-507.74772 c 0,-0.57907 0.0894,-1.12834 0.26825,-1.6478 0.18734,-0.52798 0.45133,-0.98783 0.79196,-1.37956 0.34063,-0.40023 0.7579,-0.71532 1.25182,-0.94525 0.49391,-0.22992 1.05595,-0.34488 1.68612,-0.34489 0.33211,10e-6 0.63442,0.0298 0.90693,0.0894 0.28102,0.0511 0.54501,0.132 0.79197,0.2427 l -0.54927,1.23904 c -0.15329,-0.0681 -0.3236,-0.12773 -0.51094,-0.17883 -0.18736,-0.0511 -0.41728,-0.0766 -0.68978,-0.0766 -0.36618,10e-6 -0.6983,0.0766 -0.99635,0.22993 -0.28954,0.14477 -0.53649,0.34489 -0.74087,0.60036 -0.20438,0.25548 -0.36192,0.55779 -0.47262,0.90693 -0.11071,0.34915 -0.16606,0.71958 -0.16606,1.11131 0,0.22141 0.0213,0.42579 0.0639,0.61313 0.0511,0.17883 0.12773,0.34063 0.22992,0.4854 0.1107,0.13625 0.25973,0.2427 0.44708,0.31934 0.18734,0.0766 0.42153,0.11497 0.70255,0.11496 0.28953,1e-5 0.5663,-0.0383 0.83029,-0.11496 0.2725,-0.0766 0.48113,-0.15328 0.62591,-0.22992 l 0.12774,1.26459 c -0.19587,0.0937 -0.4556,0.18309 -0.7792,0.26824 -0.3236,0.0937 -0.68978,0.14051 -1.09853,0.14051 -0.46837,0 -0.87287,-0.0681 -1.2135,-0.20437 -0.34063,-0.14477 -0.62591,-0.33638 -0.85583,-0.57482 -0.22142,-0.24695 -0.38747,-0.53223 -0.49818,-0.85583 -0.10219,-0.33212 -0.15328,-0.68978 -0.15328,-1.07299"
id="path3105" />
<path
d="m 582.6142,-507.63276 c 0,-0.57055 0.0894,-1.11982 0.26824,-1.6478 0.18735,-0.53649 0.45134,-1.00911 0.79197,-1.41788 0.34914,-0.41726 0.76642,-0.74938 1.25182,-0.99634 0.48539,-0.24695 1.0304,-0.37043 1.63503,-0.37044 0.64719,10e-6 1.14962,0.16607 1.50729,0.49818 0.35765,0.33212 0.53649,0.75791 0.53649,1.27736 0,0.5365 -0.132,0.9708 -0.39598,1.30291 -0.264,0.33212 -0.60888,0.59185 -1.03467,0.7792 -0.41728,0.18735 -0.89416,0.31508 -1.43065,0.38321 -0.52798,0.0681 -1.06447,0.11071 -1.60948,0.12773 -0.009,0.017 -0.0128,0.0341 -0.0128,0.0511 l 0,0.12774 c 0,0.77493 0.48965,1.1624 1.46897,1.1624 0.57907,0 1.15814,-0.11922 1.73722,-0.35766 l 0.12773,1.25181 c -0.20438,0.0937 -0.49392,0.18735 -0.86861,0.28102 -0.37469,0.0937 -0.80048,0.14051 -1.27736,0.14051 -0.47689,0 -0.88564,-0.0681 -1.22627,-0.20437 -0.34064,-0.13626 -0.62166,-0.3236 -0.84306,-0.56204 -0.2129,-0.23845 -0.37044,-0.51095 -0.47263,-0.81752 -0.10219,-0.31508 -0.15328,-0.65145 -0.15328,-1.00912 m 3.71713,-3.16786 c -0.25548,0 -0.49818,0.0511 -0.7281,0.15328 -0.22993,0.10219 -0.43431,0.2427 -0.61313,0.42153 -0.17884,0.17884 -0.33638,0.39173 -0.47263,0.63868 -0.12774,0.23845 -0.22141,0.49818 -0.28102,0.7792 1.02189,-0.0341 1.76276,-0.15754 2.22262,-0.37044 0.46836,-0.21289 0.70254,-0.53223 0.70255,-0.95802 -1e-5,-0.17031 -0.0639,-0.3236 -0.19161,-0.45986 -0.11922,-0.13624 -0.33212,-0.20437 -0.63868,-0.20437"
id="path3107" />
</g>
<path
d="m 436.94223,-322.42334 -130.95125,65.70132"
id="path4532"
style="fill:none;stroke:#000000;stroke-width:6.38682795;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 305.99395,-256.89499 -9.47587,-49.64655"
id="path4536"
style="fill:none;stroke:#000000;stroke-width:6.38682795;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 296.23713,-307.94901 16.75117,16.82244"
id="path4538"
style="fill:none;stroke:#000000;stroke-width:6.38682795;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 296.2532,-307.97557 -9.68243,20.86314"
id="path4540"
style="fill:none;stroke:#000000;stroke-width:6.38682795;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 15.286788,11.170019 c 0,0.900105 -0.556892,1.629784 -1.243854,1.629784 -0.686961,0 -1.243853,-0.729679 -1.243853,-1.629784 0,-0.900105 0.556892,-1.629784 1.243853,-1.629784 0.686962,0 1.243854,0.729679 1.243854,1.629784 z"
transform="matrix(10.031118,0,0,8.8950136,304.20139,-519.58185)"
id="path3765-5"
style="opacity:0.98999999;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.97099996;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" />
<path
d="m 409.77214,-358.0842 68.95544,0.15694 c 0,0 0.16606,-10.59969 0.0155,-30.53212 -0.0748,-10.10148 -21.07705,-19.29251 -33.57726,-19.13381 -12.90816,0.16387 -35.19356,8.2239 -35.39472,18.02541 -0.54271,26.44638 0,31.48285 -4e-5,31.48287 z"
id="path3767-5"
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:4.12884045;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 15.286788,11.170019 c 0,0.900105 -0.556892,1.629784 -1.243854,1.629784 -0.686961,0 -1.243853,-0.729679 -1.243853,-1.629784 0,-0.900105 0.556892,-1.629784 1.243853,-1.629784 0.686962,0 1.243854,0.729679 1.243854,1.629784 z"
transform="matrix(10.031118,0,0,8.8950136,17.858471,-519.77531)"
id="path3765-5-5"
style="opacity:0.98999999;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.97099996;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" />
<path
d="m 123.42923,-358.27764 68.95542,0.15693 c 0,0 0.16606,-10.5997 0.0155,-30.53215 -0.0744,-10.1007 -21.07709,-19.29174 -33.57727,-19.13303 -12.90814,0.16388 -35.19358,8.2239 -35.39472,18.02542 -0.54272,26.44636 0,31.48285 -5e-5,31.48287 z"
id="path3767-5-7"
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:4.12884045;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<g
id="text4542"
style="font-size:18.42536354px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Ubuntu;-inkscape-font-specification:Ubuntu Medium">
<path
d="m 418.3733,-367.67123 0,-12.76878 8.07031,0 0,1.97151 -5.74871,0 0,3.26129 5.10382,0 0,1.97152 -5.10382,0 0,5.56446 -2.3216,0"
id="path3062" />
<path
d="m 433.43402,-375.29933 c -0.18426,-0.0614 -0.44222,-0.12283 -0.77387,-0.18426 -0.31938,-0.0737 -0.69402,-0.11054 -1.12394,-0.11055 -0.24568,10e-6 -0.50978,0.0246 -0.79229,0.0737 -0.27025,0.0491 -0.46064,0.0921 -0.57119,0.12898 l 0,7.72023 -2.22947,0 0,-9.17584 c 0.42992,-0.15967 0.96426,-0.30708 1.60301,-0.4422 0.65102,-0.1474 1.36961,-0.2211 2.15576,-0.22111 0.1474,10e-6 0.31937,0.0123 0.51591,0.0369 0.19654,0.0123 0.39307,0.0369 0.58962,0.0737 0.19653,0.0246 0.38692,0.0614 0.57118,0.11056 0.18425,0.0369 0.33165,0.0737 0.44221,0.11055 l -0.38693,1.87939"
id="path3064" />
<path
d="m 437.60448,-367.67123 -2.22946,0 0,-9.63647 2.22946,0 0,9.63647 m 0.23953,-12.45555 c 0,0.41765 -0.13512,0.74931 -0.40535,0.99497 -0.27025,0.24568 -0.58962,0.36852 -0.95812,0.36851 -0.3808,1e-5 -0.70631,-0.12283 -0.97655,-0.36851 -0.27024,-0.24566 -0.40536,-0.57732 -0.40535,-0.99497 -10e-6,-0.42991 0.13511,-0.76771 0.40535,-1.01339 0.27024,-0.24566 0.59575,-0.3685 0.97655,-0.36851 0.3685,1e-5 0.68787,0.12285 0.95812,0.36851 0.27023,0.24568 0.40535,0.58348 0.40535,1.01339"
id="path3066" />
<path
d="m 439.89643,-372.4434 c 0,-0.84756 0.12283,-1.59072 0.36851,-2.22947 0.25795,-0.63874 0.59575,-1.16693 1.01339,-1.58458 0.41764,-0.42992 0.8967,-0.74929 1.43718,-0.95812 0.54047,-0.2211 1.09323,-0.33165 1.65828,-0.33166 1.32662,1e-5 2.35844,0.41151 3.09546,1.2345 0.74929,0.82301 1.12394,2.05136 1.12395,3.68507 -1e-5,0.12284 -0.006,0.2641 -0.0184,0.42379 -10e-6,0.1474 -0.006,0.28252 -0.0184,0.40535 l -6.35675,0 c 0.0614,0.77387 0.33165,1.37577 0.81071,1.80569 0.49134,0.41764 1.19765,0.62646 2.11892,0.62646 0.54047,0 1.03181,-0.0491 1.47403,-0.1474 0.45448,-0.0983 0.81071,-0.20268 1.06867,-0.31323 l 0.29481,1.82411 c -0.12285,0.0614 -0.29482,0.12898 -0.51591,0.20268 -0.20883,0.0614 -0.4545,0.11669 -0.73702,0.16583 -0.27024,0.0614 -0.56505,0.11055 -0.88441,0.1474 -0.31938,0.0369 -0.6449,0.0553 -0.97655,0.0553 -0.84757,0 -1.58458,-0.12284 -2.21104,-0.36851 -0.62647,-0.25796 -1.14238,-0.60804 -1.54773,-1.05025 -0.40536,-0.45449 -0.70631,-0.98268 -0.90285,-1.58458 -0.19653,-0.61417 -0.2948,-1.28363 -0.2948,-2.00836 m 6.4673,-0.99497 c -1e-5,-0.30709 -0.043,-0.59575 -0.12898,-0.866 -0.086,-0.28251 -0.21497,-0.52204 -0.38693,-0.71858 -0.15969,-0.20882 -0.36237,-0.3685 -0.60804,-0.47906 -0.23339,-0.12283 -0.51591,-0.18425 -0.84756,-0.18426 -0.34395,10e-6 -0.6449,0.0676 -0.90285,0.20268 -0.25796,0.12285 -0.47906,0.28867 -0.66331,0.49749 -0.17197,0.20882 -0.30709,0.44835 -0.40536,0.71859 -0.0983,0.27024 -0.16583,0.54662 -0.20268,0.82914 l 4.14571,0"
id="path3068" />
<path
d="m 450.93898,-376.99447 c 0.42992,-0.12282 0.98882,-0.23952 1.67671,-0.35008 0.68787,-0.11054 1.44945,-0.16582 2.28474,-0.16583 0.78614,10e-6 1.44331,0.11056 1.97152,0.33166 0.52818,0.20883 0.94582,0.50978 1.25292,0.90284 0.31936,0.3808 0.54047,0.84758 0.66331,1.40033 0.13511,0.54048 0.20267,1.13624 0.20268,1.78726 l 0,5.41706 -2.22947,0 0,-5.06698 c 0,-0.5159 -0.0369,-0.95197 -0.11055,-1.3082 -0.0614,-0.3685 -0.17198,-0.66331 -0.33166,-0.88442 -0.1474,-0.23338 -0.35623,-0.39921 -0.62646,-0.49748 -0.25796,-0.11055 -0.57733,-0.16582 -0.95812,-0.16583 -0.28252,10e-6 -0.57733,0.0184 -0.88441,0.0553 -0.3071,0.0369 -0.53434,0.0676 -0.68174,0.0921 l 0,7.77551 -2.22947,0 0,-9.32324"
id="path3070" />
<path
d="m 463.4855,-372.5171 c 0,0.98269 0.23338,1.75655 0.70016,2.32159 0.46678,0.55276 1.11166,0.82914 1.93467,0.82914 0.35621,0 0.65716,-0.0123 0.90284,-0.0368 0.25795,-0.0369 0.46677,-0.0737 0.62646,-0.11055 l 0,-5.52761 c -0.19654,-0.13511 -0.46064,-0.25795 -0.79229,-0.36851 -0.31938,-0.12282 -0.66332,-0.18424 -1.03182,-0.18425 -0.81072,10e-6 -1.40647,0.27639 -1.78726,0.82914 -0.36851,0.55277 -0.55276,1.30207 -0.55276,2.2479 m 6.3936,4.55106 c -0.44222,0.13512 -1.00112,0.25796 -1.67671,0.36851 -0.66332,0.11055 -1.36348,0.16583 -2.10049,0.16583 -0.76158,0 -1.44332,-0.1167 -2.04521,-0.35009 -0.6019,-0.23338 -1.11781,-0.56504 -1.54773,-0.99497 -0.41765,-0.4422 -0.74316,-0.9704 -0.97655,-1.58458 -0.2211,-0.62646 -0.33166,-1.32662 -0.33165,-2.10049 -10e-6,-0.76157 0.0921,-1.44945 0.27638,-2.06364 0.19653,-0.62645 0.47905,-1.16079 0.84756,-1.60301 0.36851,-0.4422 0.81686,-0.77999 1.34505,-1.01339 0.52819,-0.24566 1.13623,-0.3685 1.82411,-0.36851 0.46677,1e-5 0.87827,0.0553 1.2345,0.16583 0.35622,0.11056 0.66331,0.2334 0.92127,0.36851 l 0,-4.62477 2.22947,-0.36851 0,14.00328"
id="path3072" />
</g>
<g
id="text4392"
style="font-size:35.04254913px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Ubuntu;-inkscape-font-specification:Ubuntu Medium">
<path
d="m 157.56593,-387.3729 c -0.81766,2e-5 -1.60028,0.10515 -2.34785,0.31538 -0.74758,0.18692 -1.53019,0.5023 -2.34785,0.94615 l -1.19145,-3.25896 c 0.86439,-0.49057 1.84558,-0.87604 2.94358,-1.1564 1.12135,-0.30368 2.26608,-0.45553 3.43417,-0.45555 1.40169,2e-5 2.55809,0.1986 3.46921,0.59572 0.9111,0.37381 1.63531,0.85273 2.17264,1.43675 0.5373,0.58406 0.91109,1.22651 1.12136,1.92734 0.21024,0.70087 0.31537,1.37836 0.31538,2.03246 -1e-5,0.79432 -0.15186,1.50685 -0.45555,2.1376 -0.28035,0.63078 -0.64246,1.21482 -1.08632,1.75213 -0.44388,0.53733 -0.9228,1.05129 -1.43674,1.54187 -0.51397,0.46725 -0.99289,0.95784 -1.43675,1.47179 -0.44388,0.4906 -0.81767,1.01624 -1.12136,1.57691 -0.28035,0.56069 -0.42052,1.19146 -0.42051,1.8923 -1e-5,0.11681 -1e-5,0.25698 0,0.42051 -1e-5,0.14018 0.0117,0.28035 0.035,0.42051 l -3.64442,0 c -0.0467,-0.23361 -0.0818,-0.47891 -0.10513,-0.73589 -0.0234,-0.28034 -0.0351,-0.53731 -0.035,-0.77094 -1e-5,-0.77093 0.12848,-1.4601 0.38546,-2.06751 0.25698,-0.60739 0.58404,-1.16807 0.9812,-1.68204 0.39714,-0.51395 0.81765,-0.99286 1.26153,-1.43675 0.46722,-0.44386 0.89942,-0.88773 1.29657,-1.33161 0.39714,-0.44386 0.72421,-0.89941 0.98119,-1.36666 0.25697,-0.46722 0.38546,-0.98118 0.38547,-1.54188 -1e-5,-0.77091 -0.26867,-1.40168 -0.80598,-1.89229 -0.51396,-0.51394 -1.29658,-0.77092 -2.34785,-0.77094 m 2.73332,18.92298 c -1e-5,0.81766 -0.26867,1.48347 -0.80598,1.99742 -0.53732,0.51396 -1.20313,0.77094 -1.99742,0.77094 -0.77094,0 -1.43675,-0.25698 -1.99743,-0.77094 -0.53732,-0.51395 -0.80598,-1.17976 -0.80598,-1.99742 0,-0.81766 0.26866,-1.48347 0.80598,-1.99743 0.56068,-0.53731 1.22649,-0.80597 1.99743,-0.80598 0.79429,1e-5 1.4601,0.26867 1.99742,0.80598 0.53731,0.51396 0.80597,1.17977 0.80598,1.99743"
id="path3059" />
</g>
<path
d="m 410.78932,-350.29245 15.25114,0 c 1.58286,0 2.85716,1.27429 2.85716,2.85716 l 0,13.69815 c 0,1.58286 -1.2743,2.85715 -2.85716,2.85715 l -15.25114,0 c -1.58287,0 -2.85716,-1.27429 -2.85716,-2.85715 l 0,-13.69815 c 0,-1.58287 1.27429,-2.85716 2.85716,-2.85716 z"
id="rect3775-6-5-2"
style="opacity:0.98999999;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" />
<g
id="text3864-0-8"
style="font-size:17.46800804px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Ubuntu;-inkscape-font-specification:Ubuntu Medium">
<path
d="m 418.09101,-344.80366 c -0.40759,10e-6 -0.79771,0.0524 -1.17036,0.15721 -0.37265,0.0932 -0.76277,0.25039 -1.17036,0.47164 l -0.59391,-1.62453 c 0.43088,-0.24454 0.91998,-0.43669 1.46731,-0.57644 0.55898,-0.15138 1.1296,-0.22707 1.71187,-0.22709 0.69871,2e-5 1.27516,0.099 1.72933,0.29696 0.45416,0.18634 0.81517,0.42507 1.08302,0.71619 0.26783,0.29114 0.45416,0.61139 0.55897,0.96074 0.1048,0.34937 0.15721,0.68708 0.15722,1.01314 -1e-5,0.39595 -0.0757,0.75114 -0.22709,1.06555 -0.13975,0.31443 -0.32025,0.60557 -0.54151,0.8734 -0.22126,0.26785 -0.45999,0.52405 -0.71619,0.76859 -0.2562,0.23292 -0.49493,0.47747 -0.71618,0.73366 -0.22127,0.24456 -0.40759,0.50658 -0.55898,0.78606 -0.13975,0.27949 -0.20962,0.59392 -0.20962,0.94327 0,0.0582 0,0.12811 0,0.20962 0,0.0699 0.006,0.13975 0.0175,0.20962 l -1.81667,0 c -0.0233,-0.11645 -0.0408,-0.23873 -0.0524,-0.36683 -0.0117,-0.13974 -0.0175,-0.26784 -0.0175,-0.3843 -1e-5,-0.38429 0.064,-0.72783 0.19215,-1.03061 0.12809,-0.30277 0.29113,-0.58226 0.4891,-0.83847 0.19797,-0.25619 0.40758,-0.49492 0.62885,-0.71618 0.2329,-0.22126 0.44834,-0.44252 0.64631,-0.66379 0.19797,-0.22125 0.36101,-0.44833 0.48911,-0.68125 0.12809,-0.2329 0.19214,-0.4891 0.19215,-0.76859 -1e-5,-0.38429 -0.13393,-0.69871 -0.40177,-0.94327 -0.2562,-0.25619 -0.64632,-0.38429 -1.17035,-0.3843 m 1.3625,9.43272 c 0,0.40759 -0.13393,0.73948 -0.40176,0.99568 -0.26785,0.2562 -0.59974,0.3843 -0.99568,0.3843 -0.3843,0 -0.71619,-0.1281 -0.99568,-0.3843 -0.26784,-0.2562 -0.40176,-0.58809 -0.40176,-0.99568 0,-0.40758 0.13392,-0.73947 0.40176,-0.99567 0.27949,-0.26784 0.61138,-0.40176 0.99568,-0.40177 0.39594,10e-6 0.72783,0.13393 0.99568,0.40177 0.26783,0.2562 0.40176,0.58809 0.40176,0.99567"
id="path3055" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 145 KiB

View file

@ -0,0 +1,521 @@
<?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="600"
id="svg2985"
version="1.1"
inkscape:version="0.48.3.1 r9886"
sodipodi:docname="bitcoin_at_a_glance.svg"
inkscape:export-filename="/media/X/bitcoin.org/bitcoin.org/en/img/blockchain.png"
inkscape:export-xdpi="1687.5"
inkscape:export-ydpi="1687.5">
<defs
id="defs2987" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1"
inkscape:cx="-50.111526"
inkscape:cy="449.68459"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:grid-bbox="true"
inkscape:document-units="px"
inkscape:window-width="1680"
inkscape:window-height="1026"
inkscape:window-x="0"
inkscape:window-y="24"
inkscape:window-maximized="1" />
<metadata
id="metadata2990">
<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
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer"
transform="translate(0,568)">
<path
sodipodi:type="arc"
style="opacity:0.98999999;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.97099996;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
id="path3765"
sodipodi:cx="14.042934"
sodipodi:cy="11.170019"
sodipodi:rx="1.2438533"
sodipodi:ry="1.6297841"
d="m 15.286788,11.170019 a 1.2438533,1.6297841 0 1 1 -2.487707,0 1.2438533,1.6297841 0 1 1 2.487707,0 z"
transform="matrix(13.382582,0,0,11.866899,114.61286,-599.99155)" />
<path
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:5.50831413;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="m 255.45551,-376.39244 91.99394,0.21031 c 0,0 0.22208,-14.14113 0.0201,-40.73312 -0.10037,-13.47647 -28.11908,-25.73828 -44.79565,-25.52656 -17.22086,0.21864 -46.95198,10.97155 -47.22032,24.04785 -0.72408,35.28228 0,42.00148 -9e-5,42.00152 z"
id="path3767"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccssscc" />
<text
xml:space="preserve"
style="font-size:18.44081879px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Ubuntu;-inkscape-font-specification:Ubuntu Medium"
x="280.09485"
y="-325.73792"
id="text3777"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3779"
x="280.09485"
y="-325.73792"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-family:Ubuntu;-inkscape-font-specification:Ubuntu Medium">1pY3..</tspan></text>
<text
xml:space="preserve"
style="font-size:18.44081879px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Ubuntu;-inkscape-font-specification:Ubuntu Medium"
x="279.50327"
y="-348.81546"
id="text3777-7"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3779-8"
x="279.50327"
y="-348.81546"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-family:Ubuntu;-inkscape-font-specification:Ubuntu Medium">1sd9..</tspan></text>
<text
xml:space="preserve"
style="font-size:33.05439758px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Ubuntu;-inkscape-font-specification:Ubuntu Medium"
x="272.70172"
y="-386.98062"
id="text3833"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3835"
x="272.70172"
y="-386.98062">You</tspan></text>
<rect
style="opacity:0.98999999;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
id="rect3775-6-5"
width="20.965456"
height="19.412464"
x="121.70264"
y="-350.01218"
ry="2.8571582" />
<text
xml:space="preserve"
style="font-size:16.60424614px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
x="147.51283"
y="-334.77994"
id="text3777-0-0"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3779-2-8"
x="147.51283"
y="-334.77994"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-family:Ubuntu;-inkscape-font-specification:Ubuntu Medium">1qTu..</tspan></text>
<text
xml:space="preserve"
style="font-size:17.46800804px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Ubuntu;-inkscape-font-specification:Ubuntu Medium"
x="128.64735"
y="-333.93777"
id="text3864-0"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3866-7"
x="128.64735"
y="-333.93777">?</tspan></text>
<rect
style="opacity:0.98999999;fill:#ffffff;fill-opacity:0;stroke:#000000;stroke-width:4.89048529;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
id="rect3910"
width="126.69685"
height="96.68187"
x="110.84156"
y="-249.56139"
ry="0"
rx="0" />
<rect
style="opacity:0.98999999;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:3.77378631;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
id="rect3968"
width="32.858604"
height="22.748264"
x="95.143631"
y="-269.66183" />
<path
style="fill:none;stroke:#000000;stroke-width:6.91860723;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="m 121.68326,-267.27457 c 0,0 1.21074,-9.89367 -1.54451,-13.48044 -1.86912,-2.43328 -5.5021,-3.53942 -8.5657,-3.37011 -3.08528,0.17153 -6.86475,0.58667 -8.98697,4.63389 -1.86269,3.55226 -1.5447,11.65496 -1.5447,11.65496 z"
id="path3970"
inkscape:connector-curvature="0"
sodipodi:nodetypes="casscc" />
<rect
style="opacity:0.98999999;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:2.83422971;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
id="rect3968-6"
width="24.677822"
height="17.084648"
x="225.26515"
y="-263.95233" />
<path
style="fill:none;stroke:#000000;stroke-width:5.19608688;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="m 245.19723,-262.15944 c 0,0 0.90948,-7.43045 -1.16022,-10.12427 -1.40401,-1.82756 -4.13224,-2.65823 -6.43308,-2.53102 -2.31718,0.12773 -5.15565,0.44069 -6.74951,3.4802 -1.39909,2.66787 -1.16022,8.75323 -1.16022,8.75323 z"
id="path3970-8"
inkscape:connector-curvature="0"
sodipodi:nodetypes="casscc" />
<rect
style="opacity:0.98999999;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:2.05065179;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
id="rect3968-3"
width="17.855162"
height="12.361265"
x="355.64349"
y="-258.81003" />
<path
style="fill:none;stroke:#000000;stroke-width:3.75952888;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="m 370.06504,-257.51278 c 0,0 0.65767,-5.37614 -0.83922,-7.32518 -1.01588,-1.32244 -2.98981,-1.92326 -4.65452,-1.83127 -1.67646,0.0912 -3.73031,0.31897 -4.8835,2.51803 -1.01222,1.93034 -0.83923,6.33326 -0.83923,6.33326 z"
id="path3970-1"
inkscape:connector-curvature="0"
sodipodi:nodetypes="casscc" />
<text
xml:space="preserve"
style="font-size:4px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
x="6.6307654"
y="18.827772"
id="text4015"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan4017"
x="6.6307654"
y="18.827772" /></text>
<text
xml:space="preserve"
style="font-size:14.59846592px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Ubuntu;-inkscape-font-specification:Ubuntu Medium"
x="247.52753"
y="-209.1823"
id="text4023"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan4025"
x="247.52753"
y="-209.1823">1x4F..-&gt;1pY3..</tspan></text>
<text
xml:space="preserve"
style="font-size:14.59846497px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Ubuntu;-inkscape-font-specification:Ubuntu"
x="248.48535"
y="-225.67215"
id="text4048"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan4050"
x="248.48535"
y="-225.67215">2.00 BTC</tspan></text>
<text
xml:space="preserve"
style="font-size:32.57752228px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Ubuntu;-inkscape-font-specification:Ubuntu"
x="150.67883"
y="-190.47754"
id="text4083-7"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan4085-6"
x="150.67883"
y="-190.47754"
style="font-size:32.57752228px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Ubuntu;-inkscape-font-specification:Ubuntu">(...)</tspan></text>
<text
xml:space="preserve"
style="font-size:32.57752228px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Ubuntu;-inkscape-font-specification:Ubuntu"
x="406.62646"
y="-190.09898"
id="text4083-7-9"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan4085-6-5"
x="406.62646"
y="-190.09898"
style="font-size:32.57752228px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Ubuntu;-inkscape-font-specification:Ubuntu">(...)</tspan></text>
<path
sodipodi:type="arc"
style="opacity:0.98999999;fill:none;stroke:#000000;stroke-width:0.34463671;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
id="path4129"
sodipodi:cx="16.342493"
sodipodi:cy="12.911432"
sodipodi:rx="14.243867"
sodipodi:ry="13.10525"
d="m 30.58636,12.911432 a 14.243867,13.10525 0 1 1 -28.4877339,0 14.243867,13.10525 0 1 1 28.4877339,0 z"
transform="matrix(19.990924,0,0,21.00392,-25.509877,-538.40922)" />
<text
xml:space="preserve"
style="font-size:40.70894241px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Ubuntu;-inkscape-font-specification:Ubuntu"
x="220.13109"
y="-104.91078"
id="text4131"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan4133"
x="220.13109"
y="-104.91078">Blockchain</tspan></text>
<text
xml:space="preserve"
style="font-size:20.35447121px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Ubuntu;-inkscape-font-specification:Ubuntu"
x="183.59749"
y="-119.45261"
id="text4135"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan4137"
x="183.59749"
y="-119.45261">the</tspan></text>
<text
xml:space="preserve"
style="font-size:18.24808121px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Ubuntu;-inkscape-font-specification:Ubuntu"
x="172.77504"
y="-80.435341"
id="text4139"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan4141"
x="172.77504"
y="-80.435341">(a shared public transaction log)</tspan></text>
<rect
style="opacity:0.98999999;fill:#ffffff;fill-opacity:0;stroke:#000000;stroke-width:4.8866291;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
id="rect3910-0"
width="126.69685"
height="96.68187"
x="237.82028"
y="-249.54121"
ry="0"
rx="0" />
<rect
style="opacity:0.98999999;fill:#ffffff;fill-opacity:0;stroke:#000000;stroke-width:4.8866291;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
id="rect3910-00"
width="126.69685"
height="96.68187"
x="364.52725"
y="-249.56285"
ry="0"
rx="0" />
<text
xml:space="preserve"
style="font-size:1.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"
x="8.087534"
y="27.403807"
id="text4168"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan4170"
x="8.087534"
y="27.403807" /></text>
<rect
style="opacity:0.98999999;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.00531864;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
id="rect3968-3-4"
width="8.7533751"
height="6.060029"
x="312.43851"
y="-231.70477" />
<path
style="fill:none;stroke:#000000;stroke-width:1.84308445;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="m 319.50855,-231.06881 c 0,0 0.32245,-2.63563 -0.41148,-3.59114 -0.498,-0.64835 -1.4657,-0.94287 -2.28185,-0.8978 -0.8219,0.0456 -1.82876,0.15693 -2.3941,1.23449 -0.49617,0.94633 -0.41149,3.10483 -0.41149,3.10483 z"
id="path3970-1-8"
inkscape:connector-curvature="0"
sodipodi:nodetypes="casscc" />
<rect
style="opacity:0.98999999;fill:none;stroke:#000000;stroke-width:1.82480812;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
id="rect4234"
width="112.90999"
height="39.062298"
x="244.85536"
y="-242.51218" />
<text
xml:space="preserve"
style="font-size:23.72250366px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Ubuntu;-inkscape-font-specification:Ubuntu"
x="285.1553"
y="-171.31741"
id="text4083-7-9-0"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan4085-6-5-7"
x="285.1553"
y="-171.31741"
style="font-size:23.72250366px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Ubuntu;-inkscape-font-specification:Ubuntu">(...)</tspan></text>
<rect
style="opacity:0.98999999;fill:none;stroke:#000000;stroke-width:1.82480812;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
id="rect4234-2"
width="112.90999"
height="39.062298"
x="244.85536"
y="-198.25854" />
<path
sodipodi:type="arc"
style="opacity:0.98999999;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
id="path4293-3"
sodipodi:cx="12.867188"
sodipodi:cy="10.052734"
sodipodi:rx="0.2109375"
sodipodi:ry="0.20898438"
d="m 13.078126,10.052734 a 0.2109375,0.20898438 0 1 1 -0.421875,0 0.2109375,0.20898438 0 1 1 0.421875,0 z"
transform="matrix(22.897483,0,0,22.897483,-28.509058,-588.11129)" />
<path
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="m 261.83921,-356.97445 -8.13933,9.92819 0,2.41497 3.0323,-0.85948 1.06533,-1.71897 0.78539,-1.4396 1.74124,0.003 0.33941,-1.58394 2.12041,-0.64562 4.38472,-4.20891 z"
id="path4297-3"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccccc" />
<path
sodipodi:type="arc"
style="opacity:0.98999999;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
id="path4293-3-2"
sodipodi:cx="12.867188"
sodipodi:cy="10.052734"
sodipodi:rx="0.2109375"
sodipodi:ry="0.20898438"
d="m 13.078126,10.052734 a 0.2109375,0.20898438 0 1 1 -0.421875,0 0.2109375,0.20898438 0 1 1 0.421875,0 z"
transform="matrix(22.897483,0,0,22.897483,-27.948507,-564.33395)" />
<path
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="m 262.39976,-333.19708 -8.13932,9.9282 0,2.41497 3.03231,-0.85948 1.06532,-1.71897 0.7854,-1.4396 1.74105,0.003 0.33941,-1.58393 2.12041,-0.64562 4.38472,-4.20892 z"
id="path4297-3-0"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccccc" />
<text
xml:space="preserve"
style="font-size:16.51408768px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Ubuntu;-inkscape-font-specification:Ubuntu Medium"
x="433.74728"
y="-334.09183"
id="text3777-0-0-0"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3779-2-8-0"
x="433.74728"
y="-334.09183"
style="font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;font-family:Ubuntu;-inkscape-font-specification:Ubuntu Medium">1x4F..</tspan></text>
<text
xml:space="preserve"
style="font-size:27.3721199px;font-style:italic;font-variant:normal;font-weight:500;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Ubuntu;-inkscape-font-specification:Ubuntu Medium Italic"
x="447.79575"
y="-521.73907"
id="text4484"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan4486"
x="447.79575"
y="-521.73907">Bitcoin</tspan></text>
<text
xml:space="preserve"
style="font-size:12.77365685px;font-style:italic;font-variant:normal;font-weight:500;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Ubuntu;-inkscape-font-specification:Ubuntu Medium Italic"
x="471.25226"
y="-505.21854"
id="text4492"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
x="471.25226"
y="-505.21854"
id="tspan4528">Network at a glance</tspan></text>
<path
style="fill:none;stroke:#000000;stroke-width:6.38682795;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="m 436.94223,-322.42334 -130.95125,65.70132"
id="path4532"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
style="fill:none;stroke:#000000;stroke-width:6.38682795;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="m 305.99395,-256.89499 -9.47587,-49.64655"
id="path4536"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
style="fill:none;stroke:#000000;stroke-width:6.38682795;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="m 296.23713,-307.94901 16.75117,16.82244"
id="path4538"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
style="fill:none;stroke:#000000;stroke-width:6.38682795;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="m 296.2532,-307.97557 -9.68243,20.86314"
id="path4540"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:type="arc"
style="opacity:0.98999999;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.97099996;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
id="path3765-5"
sodipodi:cx="14.042934"
sodipodi:cy="11.170019"
sodipodi:rx="1.2438533"
sodipodi:ry="1.6297841"
d="m 15.286788,11.170019 a 1.2438533,1.6297841 0 1 1 -2.487707,0 1.2438533,1.6297841 0 1 1 2.487707,0 z"
transform="matrix(10.031118,0,0,8.8950136,304.20139,-519.58185)" />
<path
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:4.12884045;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="m 409.77214,-358.0842 68.95544,0.15694 c 0,0 0.16606,-10.59969 0.0155,-30.53212 -0.0748,-10.10148 -21.07705,-19.29251 -33.57726,-19.13381 -12.90816,0.16387 -35.19356,8.2239 -35.39472,18.02541 -0.54271,26.44638 0,31.48285 -4e-5,31.48287 z"
id="path3767-5"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccssscc" />
<path
sodipodi:type="arc"
style="opacity:0.98999999;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.97099996;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
id="path3765-5-5"
sodipodi:cx="14.042934"
sodipodi:cy="11.170019"
sodipodi:rx="1.2438533"
sodipodi:ry="1.6297841"
d="m 15.286788,11.170019 a 1.2438533,1.6297841 0 1 1 -2.487707,0 1.2438533,1.6297841 0 1 1 2.487707,0 z"
transform="matrix(10.031118,0,0,8.8950136,17.858471,-519.77531)" />
<path
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:4.12884045;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="m 123.42923,-358.27764 68.95542,0.15693 c 0,0 0.16606,-10.5997 0.0155,-30.53215 -0.0744,-10.1007 -21.07709,-19.29174 -33.57727,-19.13303 -12.90814,0.16388 -35.19358,8.2239 -35.39472,18.02542 -0.54272,26.44636 0,31.48285 -5e-5,31.48287 z"
id="path3767-5-7"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccssscc" />
<text
xml:space="preserve"
style="font-size:18.42536354px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Ubuntu;-inkscape-font-specification:Ubuntu Medium"
x="416.84399"
y="-367.67123"
id="text4542"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan4544"
x="416.84399"
y="-367.67123">Friend</tspan></text>
<text
xml:space="preserve"
style="font-size:35.04254913px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Ubuntu;-inkscape-font-specification:Ubuntu Medium"
x="151.1181"
y="-366.13712"
id="text4392"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan4394"
x="151.1181"
y="-366.13712">?</tspan></text>
<rect
style="opacity:0.98999999;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
id="rect3775-6-5-2"
width="20.965456"
height="19.412464"
x="407.93216"
y="-350.29245"
ry="2.8571582" />
<text
xml:space="preserve"
style="font-size:17.46800804px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Ubuntu;-inkscape-font-specification:Ubuntu Medium"
x="414.87689"
y="-334.21805"
id="text3864-0-8"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3866-7-0"
x="414.87689"
y="-334.21805">?</tspan></text>
</g>
</svg>

After

Width:  |  Height:  |  Size: 26 KiB

14
en/index.html Normal file
View file

@ -0,0 +1,14 @@
---
layout: base-en
title: Bitcoin
---
<h1>An open source P2P digital currency</h1>
<p style="font-size:20px;">Bitcoin is a currency, a protocol, and a software that enables
<ul style="font-size:20px;">
<li style="padding:4px 0px;">Instant peer to peer transactions</li>
<li style="padding:4px 0px;">Worldwide payments</li>
<li style="padding:4px 0px;">Low or zero processing fees</li>
<li style="padding:4px 0px;">And much more!</li>
</ul>
<p>Bitcoin uses peer-to-peer technology to operate with no central authority: managing transactions and issuing Bitcoins are carried out <b>collectively by the network</b>. Through many of its unique properties, Bitcoin allows exciting uses that could not be covered by any previous payment systems.</p>
<p>The software is a community-driven <a target="_blank" href="http://www.fsf.org/about/what-is-free-software">free open source</a> project, released under the <a href="http://creativecommons.org/licenses/MIT/" target="_blank">MIT license</a>.</p>

35
en/resources.html Normal file
View file

@ -0,0 +1,35 @@
---
layout: base-en
title: Resources - Bitcoin
---
<h1>Bitcoin resources</h1>
<ul class="ressources">
<li><a href="http://www.weusecoins.com" target="_blank">We Use Coins. Start here!</a></li>
<li><a href="/en/choose-your-wallet">Bitcoin wallets</a></li>
<li><a href="https://en.bitcoin.it/wiki/Main_Page" target="_blank">Bitcoin Wiki</a>
<ul>
<li><a href="https://bitcoin.it/wiki/FAQ" target="_blank">FAQ</a></li>
<li><a href="https://bitcoin.it/wiki/Trade" target="_blank">Sites That Accept Bitcoin</a></li>
<li><a href="https://en.bitcoin.it/wiki/Merchant_Howto" target="_blank">Merchant How-to</a></li>
</ul>
</li>
<li><a>Bitcoin Charts</a>
<ul>
<li><a href="http://bitcoincharts.com/" target="_blank">Bitcoin Charts - Markets</a></li>
<li><a href="http://blockchain.info/charts" target="_blank">Blockchain.info - Stats and graphics</a></li>
</ul>
</li>
<li><a>Bitcoin News</a>
<ul>
<li><a href="http://bitcoinmagazine.com/" target="_blank">Bitcoin Magazine</a></li>
<li><a href="http://www.bitcoinnews.com/" target="_blank">Bitcoin News</a></li>
<li><a href="https://bitcointalk.org/index.php?board=77.0" target="_blank">Bitcoin Forum / Press</a></li>
</ul>
</li>
<li><a>Bitcoin Specification</a>
<ul>
<li><a href="/bitcoin.pdf">Bitcoin: A Peer-to-Peer Electronic Cash System</a></li>
<li><a href="https://en.bitcoin.it/wiki/Protocol_rules" target="_blank">Protocol rules</a></li>
</ul>
</li>
</ul>

30
en/support-bitcoin.html Normal file
View file

@ -0,0 +1,30 @@
---
layout: base-en
title: Support Bitcoin - Bitcoin
---
<h1>Support Bitcoin</h1>
<p>Bitcoin is a protocol that was born from a small community and has grown fast since. There are a lot of things you can do to help Bitcoin to spread and improve over time.</p>
<h2><img src="/img/ico_multi.svg" alt="Bitcoin" />Using Bitcoin</h2>
<p>Obviously, using Bitcoin is the first thing you can do to help its development. There are most probably many cases where it can make your life easier. And you can accept payment in Bitcoin yourself.</p>
<h2><img src="/img/ico_network.svg" alt="Network" />Be the network</h2>
<p>You can join the Bitcoin network by keeping the <a href="/en/download">original software</a> running on your computer. You can also do some Bitcoin mining to make the network more secure by helping to process transactions.</p>
<h2><img src="/img/ico_conf.svg" alt="Development" />Development</h2>
<p>Bitcoin is open source. So if you are a developer, you can use your super-powers to do good and <a href="/en/development">improve Bitcoin</a>. Or you can also build amazing new services or software that use Bitcoin.</p>
<h2><img src="/img/ico_donate.svg" alt="Donation" />Donation</h2>
<p>The easiest way to help is to <a href="https://bitcoinfoundation.org/donate" target="_blank">donate</a> a few bitcoins or join the Bitcoin Foundation. The Foundation funds a salary for the maintainer of the core Bitcoin software, organizes conferences, and provides other important resources.</p>
<h2><img src="/img/ico_spread.svg" alt="Spread" />Spread</h2>
<p>Speak about Bitcoin to interested people. Write about it on your blog. Tell your favorite shops you would like to pay with Bitcoins. Or be creative and make yourself a nice Bitcoin T-shirt.</p>
<h2><img src="/img/ico_wiki.svg" alt="Wiki" />Wiki</h2>
<p>The <a href="http://en.bitcoin.it/" target="_blank">Bitcoin wiki</a> is full of useful and detailed information and we are constantly improving the information it contains - just like Wikipedia. You can help keep the wiki accurate and up-to-date.</a>
<h2><img src="/img/ico_translate.svg" alt="Translate" />Translate</h2>
<p>Bitcoin is already translated in many languages. However you can <a href="https://www.transifex.com/projects/p/bitcoin/" target="_blank">translate</a> it in new languages as well as improving existing translations. Translations in the <a href="http://en.bitcoin.it/" target="_blank">Bitcoin wiki</a> would be very welcome!</p>
<h2><img src="/img/ico_help.svg" alt="Help" />Help</h2>
<p>You can join Bitcoin <a href="/en/community">communities</a> to give help to new users. And you can talk about Bitcoin with other people and learn more about it every day.</p>

4
en/version-history.html Normal file
View file

@ -0,0 +1,4 @@
---
layout: post
title: Version history
---

62
en/vocabulary.html Normal file
View file

@ -0,0 +1,62 @@
---
layout: base-en
title: Vocabulary - Bitcoin
---
<h1>Some Bitcoin words you might hear</h1>
<p>Bitcoin provides a new approach to payments and as such, there are some new words that might become a part of your vocabulary. Don't worry, even the humble television created new words!</p>
<h2>Table of contents</h2>
<div class="index">
<a href="#address">Address</a>
<a href="#blockchain">Blockchain</a>
<a href="#block">Block</a>
<a href="#btc">BTC</a>
<a href="#confirmation">Confirmation</a>
<a href="#cryptography">Cryptography</a>
<a href="#double-spend">Double Spend</a>
<a href="#hash-rate">Hash Rate</a>
<a href="#mining">Mining</a>
<a href="#p2p">P2P - Peer To Peer</a>
<a href="#private-key">Private Key</a>
<a href="#signature">Signature</a>
<a href="#wallet">Wallet</a>
</div>
<h2><a name="address">Address</a></h2>
<p>A Bitcoin address is <b>like a physical address or an email</b>. It is the only information you need to provide for someone to pay you with Bitcoin.</p>
<h2><a name="blockchain">Blockchain</a></h2>
<p>The blockchain is a <b>public record of all Bitcoin transactions</b>, in chronological order. The blockchain is shared between all Bitcoin users. It is used to verify the balance of Bitcoin addresses and to prevent <a href="#double-spend">double spending</a>.</p>
<h2><a name="block">Block</a></h2>
<p>A block is a <b>record in the blockchain that contains and confirms many waiting transactions</b>. Roughly every 10 minutes on average, a new block including transactions is appended to the <a href="#blockchain">blockchain</a> through <a href="#mining">mining</a>.</p>
<h2><a name="btc">BTC</a></h2>
<p>BTC is the unofficial three letter code for Bitcoin. It can be used as an abbreviation, like USD for US dollar.</p>
<h2><a name="confirmation">Confirmation</a></h2>
<p>Confirmation means that a transaction has been <b>verified by the network and is highly unlikely to be reversed</b>. One confirmation is pretty secure. Though for larger amounts ( ex. 1000 $USD and above ), one can wait for a transaction to have more confirmations - 6 is an frequently chosen number. Each new confirmation decrease the risk of a reversal exponentially.</p>
<h2><a name="cryptography">Cryptography</a></h2>
<p>Cryptography is the branch of mathematics that lets us create <b>mathematical proofs that provide high levels of security</b>. Online commerce and banking already uses cryptography. In the case of Bitcoin, cryptography is used to make it impossible for anybody to spend funds from another user's wallet or to corrupt the <a href="#blockchain">blockchain</a>. It can also be used to encrypt a wallet, so that it cannot be used without a password.</p>
<h2><a name="double-spend">Double Spend</a></h2>
<p>If a malicious user tries to <b>spend their bitcoins to two different recipients at the same time</b>, this is double spending. Bitcoin <a href="#mining">mining</a> and the <a href="#blockchain">blockchain</a> are there to create a consensus on the network about which of the two transactions will win.</p>
</p>
<h2><a name="hash-rate">Hash Rate</a></h2>
<p>The hash rate is the <b>measuring unit of the processing power of the Bitcoin network</b>. The Bitcoin network must make intensive mathematical operations for security purposes. When the network reaches a hash rate of 10 TH/s, it means it can make ten trillion calculations per second.</p>
<h2><a name="mining">Mining</a></h2>
<p>Bitcoin mining is the process of <b>making computer hardware do mathematical calculations for the Bitcoin network to confirm transactions</b> and increase security. As a reward for their services, Bitcoin miners can collect transaction fees for the transactions they confirm along with newly created bitcoins. Mining is a specialized and competitive market where the rewards are divided up according to how much calculation is done. Only a few Bitcoin users do Bitcoin mining and it is not an easy way to make money.</p>
<h2><a name="p2p">P2P</a></h2>
<p>Peer to peer refers to <b>systems that work like an organized collective</b> by allowing each individual to interact directly with the others. In the case of Bitcoin, the network is built in such a way that each user is broadcasting transactions of other users. And crucially, no bank is required as a third party.</p>
<h2><a name="private-key">Private Key</a></h2>
<p>A private key is a <b>secret piece of data that proves your right to spends Bitcoin from a specific Bitcoin address</b> through a cryptographic <a href="#signature">signature</a>. Each <a href="#address">Bitcoin address</a> has its own unique private key. Your private keys are stored in your computer if you use a software wallet while they are stored on some remote servers if you use a web wallet. Private keys must never be revealed as they allow you to spend bitcoins for their respective Bitcoin addresses.</p>
<h2><a name="signature">Signature</a></h2>
<p>A <a href="#cryptography">cryptographic</a> signature is <b>a mathematical mechanism that allows someone to prove ownership</b>. In the case of Bitcoin, a <a href="#address">Bitcoin address</a> and its <a href="#private-key">private key</a> are linked by some mathematical magic. When your Bitcoin software signs a transaction with the appropriate private key, the whole network can see that the signature matches the Bitcoin address. However, there is no way for the world to guess your private key to steal your hard-earned bitcoins.</p>
<h2><a name="wallet">Wallet</a></h2>
<p>A Bitcoin wallet refers to <b>the equivalent of a physical wallet on the Bitcoin network</b>. Each Bitcoin wallet can show you the total balance of all <a href="#address">Bitcoin addresses</a> it contains. Just like you can count the money in your real wallet. And in the same way, a Bitcoin wallet allows you to pay a specific amount to a specific person. This is different to credit cards where you are charged by the merchant.</p>

38
en/you-need-to-know.html Normal file
View file

@ -0,0 +1,38 @@
---
layout: base-en
title: Some things you need to know - Bitcoin
---
<h1>Some things you need to know</h1>
<p>If you are about to explore Bitcoin, there are a few things you should know. Bitcoin does not let you send emails or take pictures; it lets you exchange money and value. As such, Bitcoin must be treated with the same care as your regular wallet, or even more in some cases!</p>
<h2><img src="/img/ico_key.svg" alt="Security" />Securing your wallet</h2>
<p>Like in real life, your wallet must be secured. Always remember that it is your responsibility to adopt good practices in order to protect your money. Here are some options you should consider.</p>
<div class="box">
<h3>Backup your wallet</h3>
<p>Bitcoin services and software allow you to backup your wallet, which can be printed on paper or saved to a USB drive. Stored in a safe place, a backup can protect you against computer failure and many human mistakes.</p>
<h3>Encrypt your wallet</h3>
<p>Encrypting your wallet allows you to set a password for anyone trying to withdraw any funds. This helps protect against thieves and hackers, though it cannot protect against keylogging hardware or software. However, you should make sure you never forget the password or your funds will be permanently lost. Unlike your bank, there are no password recovery options with Bitcoin!</p>
<h3>Be careful with online wallets</h3>
<p>Using a online wallet is pretty much like using a online bank. You are trusting someone else to protect your money while you have to remember and protect your password. Your should always choose such services carefully. As of today, no online wallet provides enough insurance and security to be used to store value like a bank.</p>
<h3>Use an offline backup for savings</h3>
<p>An offline backup of a wallet provides the highest level of security for savings. It involves storing a wallet only on paper and on usb keys in different secured locations that are not connected to the network. This is a good protection against computer failures, computer vulnerabilities, theft and human mistakes. As of today, this approach still requires some technical knowledge to be done correctly.</p>
</div>
<h2><img src="/img/ico_market.svg" alt="Volatile" />Bitcoin value is volatile</h2>
<p>The value of Bitcoin can unpredictably increase or decrease over a short period of time due to its young economy, novel nature, and sometimes-illiquid markets. Consequently, keeping your savings in Bitcoin is not recommended. Bitcoin should be considered as a high risk asset and you should never store money that you cannot afford to lose with Bitcoin. If you receive payments with Bitcoin, many service providers allow you to convert them instantly to your local currency.</p>
<h2><img src="/img/ico_irreversible.svg" alt="Irreversible" />Bitcoin payments are irreversible</h2>
<p>Any transaction you issue with Bitcoin cannot be reversed. It can only be refunded by the person receiving the funds. That means you should take care to do business with people or organizations you know and trust. But don't worry, Bitcoin can detect typos and usually won't let you send money to an invalid address.</p>
<h2><img src="/img/ico_anon.svg" alt="Anonymous" />Bitcoin is not anonymous without efforts</h2>
<p>All Bitcoin transactions are stored publicly and permanently on the network, which means anybody can see the balance and the transactions of any Bitcoin address. However, it is not possible to associate a Bitcoin address with its physical owner unless the owner demonstrated that they own it. This is why it is recommended to use many different Bitcoin addresses; in fact, you should create a new one each time you receive money. This is especially important for public uses such as websites. You might also want to consider hiding your computer's IP address with a tool like <a href="https://www.torproject.org/" target="_blank">Tor</a> so that it cannot be logged by others.</p>
<h2><img src="/img/ico_lab.svg" alt="Experimental" />Bitcoin is still experimental</h2>
<p>Bitcoin is an experimental new currency that is in active development. Although it becomes less and less experimental as usage grows, you should keep in mind that Bitcoin is a new invention that is exploring ideas that have never been attempted before. As such, its future cannot be predicted by anyone.</p>
<h2><img src="/img/ico_invoice.svg" alt="Taxes" />Don't forget to pay your taxes</h2>
<p>Bitcoin is not a official currency. That said, most jurisdictions still require you to pay income, sales, and payroll taxes on anything that has value, including Bitcoin. It is your responsibility to inform yourself about and comply with any applicable laws.</p>