Dark mode

This commit is contained in:
Ben Edgington
2022-12-23 17:27:05 +00:00
parent 56b436d90e
commit 3582bde336
151 changed files with 43084 additions and 43936 deletions

View File

@@ -30,7 +30,7 @@ v18.12.1
> npm --version
9.1.2
> gatsby --version
Gatsby CLI version: 5.2.0
Gatsby CLI version: 5.3.1
```
`gatsby-cli` can be installed with,

View File

@@ -39,11 +39,6 @@ while(<>) {
# Remove page path comments from titles
s/^(#.*) <!--.*-->$/$1/;
# Rewrite links to images
if ($_ =~ /!\[.*\]\(md.+\)/) {
s/md\///;
}
# Rewrite urls that are internal to the chapter
s/]\(\/part3\/[^#)]*/](/g;

View File

@@ -110,12 +110,7 @@ while (<>) {
die "Error: first line of input must be a new page marker" if not defined $ofh;
# Rewrite any markdown image paths to reflect the directory hierarchy
(my $prefix = substr $thisPath, 2) =~ s|[^/]+|..|g;
s/\(md/($prefix/;
print $ofh $_;
}
}

View File

@@ -45,6 +45,13 @@ module.exports = {
file: `${__dirname}/src/constants.json`,
}
},
{
resolve: 'my-svg-embed',
options: {
directory: `${__dirname}/src/`,
}
},
'my-strip-html-comments',
{
resolve: 'gatsby-remark-external-links',
options: {
@@ -59,13 +66,6 @@ module.exports = {
aliases: {code: 'text'},
},
},
{
resolve: 'gatsby-remark-copy-linked-files',
options: {
destinationDir: 'images',
ignoreFileExtensions: [],
},
},
],
},
},

175
package-lock.json generated
View File

@@ -8,18 +8,18 @@
"name": "upgrading-ethereum-book",
"version": "0.2.0",
"dependencies": {
"gatsby": "^5.3.2",
"dark-mode-toggle": "^0.14.3",
"gatsby": "^5.3.3",
"gatsby-plugin-catch-links": "^5.3.0",
"gatsby-plugin-htaccess": "^1.4.0",
"gatsby-plugin-matomo": "^0.14.0",
"gatsby-remark-autolink-headers": "^6.3.1",
"gatsby-remark-copy-linked-files": "^6.3.0",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-remark-katex": "^7.3.0",
"gatsby-remark-numbered-footnotes": "^1.0.1",
"gatsby-remark-prismjs": "^7.3.0",
"gatsby-source-filesystem": "^5.3.1",
"gatsby-transformer-remark": "^6.3.1",
"gatsby-transformer-remark": "^6.3.2",
"markdownlint": "^0.26.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
@@ -5559,42 +5559,6 @@
"resolved": "https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz",
"integrity": "sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA=="
},
"node_modules/cheerio": {
"version": "1.0.0-rc.12",
"resolved": "https://registry.npmjs.org/cheerio/-/cheerio-1.0.0-rc.12.tgz",
"integrity": "sha512-VqR8m68vM46BNnuZ5NtnGBKIE/DfN0cRIzg9n40EIq9NOv90ayxLBXA8fXC5gquFRGJSTRqBq25Jt2ECLR431Q==",
"dependencies": {
"cheerio-select": "^2.1.0",
"dom-serializer": "^2.0.0",
"domhandler": "^5.0.3",
"domutils": "^3.0.1",
"htmlparser2": "^8.0.1",
"parse5": "^7.0.0",
"parse5-htmlparser2-tree-adapter": "^7.0.0"
},
"engines": {
"node": ">= 6"
},
"funding": {
"url": "https://github.com/cheeriojs/cheerio?sponsor=1"
}
},
"node_modules/cheerio-select": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/cheerio-select/-/cheerio-select-2.1.0.tgz",
"integrity": "sha512-9v9kG0LvzrlcungtnJtpGNxY+fzECQKhK4EGJX2vByejiMX84MFNQw4UxPJl3bFbTMw+Dfs37XaIkCwTZfLh4g==",
"dependencies": {
"boolbase": "^1.0.0",
"css-select": "^5.1.0",
"css-what": "^6.1.0",
"domelementtype": "^2.3.0",
"domhandler": "^5.0.3",
"domutils": "^3.0.1"
},
"funding": {
"url": "https://github.com/sponsors/fb55"
}
},
"node_modules/chokidar": {
"version": "3.5.3",
"resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz",
@@ -6292,21 +6256,6 @@
"node": ">=0.10.0"
}
},
"node_modules/css-select": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/css-select/-/css-select-5.1.0.tgz",
"integrity": "sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg==",
"dependencies": {
"boolbase": "^1.0.0",
"css-what": "^6.1.0",
"domhandler": "^5.0.2",
"domutils": "^3.0.1",
"nth-check": "^2.0.1"
},
"funding": {
"url": "https://github.com/sponsors/fb55"
}
},
"node_modules/css-selector-parser": {
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/css-selector-parser/-/css-selector-parser-1.4.1.tgz",
@@ -6462,6 +6411,11 @@
"resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz",
"integrity": "sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA=="
},
"node_modules/dark-mode-toggle": {
"version": "0.14.3",
"resolved": "https://registry.npmjs.org/dark-mode-toggle/-/dark-mode-toggle-0.14.3.tgz",
"integrity": "sha512-vMfF1v+OPoh+svRphN1pWfOltGXPKZ//gzsvQb5gTjSHu7dgVjUAL+4OBft7KKXFJB7TiKYcVimWqydEyOzQPw=="
},
"node_modules/date-fns": {
"version": "2.29.3",
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.29.3.tgz",
@@ -8416,9 +8370,9 @@
}
},
"node_modules/gatsby": {
"version": "5.3.2",
"resolved": "https://registry.npmjs.org/gatsby/-/gatsby-5.3.2.tgz",
"integrity": "sha512-zBhh76mALss4500DTZiIqhAxw3rEvzTyGgt1hButVHzn/AQLvPoV15zGeJFX+4UfDhBT22iqar/PliZDGgB0CA==",
"version": "5.3.3",
"resolved": "https://registry.npmjs.org/gatsby/-/gatsby-5.3.3.tgz",
"integrity": "sha512-YKQAmm6X6I5Dx8CsCbrJpFFQo+LwGtosUSq6oSB2GxoH6HfOYjczxCMcvNVUOPJDId49YHuxG9ryykBPgWDR1w==",
"hasInstallScript": true,
"dependencies": {
"@babel/code-frame": "^7.14.0",
@@ -8967,27 +8921,6 @@
"react-dom": "^18.0.0 || ^0.0.0"
}
},
"node_modules/gatsby-remark-copy-linked-files": {
"version": "6.3.0",
"resolved": "https://registry.npmjs.org/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-6.3.0.tgz",
"integrity": "sha512-hFsoewRO278gWESL0D5lizgSwv37lwAcP+baHwmv06x7teOJ+znGWz7fD1Nz0NrjfMqm0RY81YSvjCqS02Zj4w==",
"dependencies": {
"@babel/runtime": "^7.15.4",
"cheerio": "^1.0.0-rc.10",
"fs-extra": "^10.1.0",
"is-relative-url": "^3.0.0",
"lodash": "^4.17.21",
"path-is-inside": "^1.0.2",
"probe-image-size": "^7.2.3",
"unist-util-visit": "^2.0.3"
},
"engines": {
"node": ">=18.0.0"
},
"peerDependencies": {
"gatsby": "^5.0.0-next"
}
},
"node_modules/gatsby-remark-external-links": {
"version": "0.0.4",
"resolved": "https://registry.npmjs.org/gatsby-remark-external-links/-/gatsby-remark-external-links-0.0.4.tgz",
@@ -9204,9 +9137,9 @@
}
},
"node_modules/gatsby-transformer-remark": {
"version": "6.3.1",
"resolved": "https://registry.npmjs.org/gatsby-transformer-remark/-/gatsby-transformer-remark-6.3.1.tgz",
"integrity": "sha512-DF3urW1+Y+Lt8VXtbk1UwNOWZKYZmy9p0I68/W0rlU1aXQufnOcc4cVFh9QXJotLIsAjp23QCeyZ+48FfnXqEg==",
"version": "6.3.2",
"resolved": "https://registry.npmjs.org/gatsby-transformer-remark/-/gatsby-transformer-remark-6.3.2.tgz",
"integrity": "sha512-t6+mmSr9zExfnhlsWgefKBPXHwElU/DnjcLkr0Znxo5fQWXMVM8loFUk2p/m2mQH+d+PCIOgb8XaFdaYQnBZ3g==",
"dependencies": {
"@babel/runtime": "^7.15.4",
"gatsby-core-utils": "^4.3.1",
@@ -11821,22 +11754,6 @@
"resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
"integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw=="
},
"node_modules/needle": {
"version": "2.9.1",
"resolved": "https://registry.npmjs.org/needle/-/needle-2.9.1.tgz",
"integrity": "sha512-6R9fqJ5Zcmf+uYaFgdIHmLwNldn5HbK8L5ybn7Uz+ylX/rnOsSp1AHcvQSrCaFN+qNM1wpymHqD7mVasEOlHGQ==",
"dependencies": {
"debug": "^3.2.6",
"iconv-lite": "^0.4.4",
"sax": "^1.2.4"
},
"bin": {
"needle": "bin/needle"
},
"engines": {
"node": ">= 4.4.x"
}
},
"node_modules/negotiator": {
"version": "0.6.3",
"resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz",
@@ -12629,29 +12546,6 @@
"parse-path": "^7.0.0"
}
},
"node_modules/parse5": {
"version": "7.1.2",
"resolved": "https://registry.npmjs.org/parse5/-/parse5-7.1.2.tgz",
"integrity": "sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==",
"dependencies": {
"entities": "^4.4.0"
},
"funding": {
"url": "https://github.com/inikulin/parse5?sponsor=1"
}
},
"node_modules/parse5-htmlparser2-tree-adapter": {
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/parse5-htmlparser2-tree-adapter/-/parse5-htmlparser2-tree-adapter-7.0.0.tgz",
"integrity": "sha512-B77tOZrqqfUfnVcOrUvfdLbz4pu4RopLD/4vmu3HUPswwTA8OH0EMW9BlWR2B0RCoiZRAHEUu7IxeP1Pd1UU+g==",
"dependencies": {
"domhandler": "^5.0.2",
"parse5": "^7.0.0"
},
"funding": {
"url": "https://github.com/inikulin/parse5?sponsor=1"
}
},
"node_modules/parseqs": {
"version": "0.0.6",
"resolved": "https://registry.npmjs.org/parseqs/-/parseqs-0.0.6.tgz",
@@ -12774,11 +12668,6 @@
"node": ">=0.10.0"
}
},
"node_modules/path-is-inside": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz",
"integrity": "sha512-DUWJr3+ULp4zXmol/SZkFf3JGsS9/SIv+Y3Rt93/UjPpDpklB5f1er4O3POIbUuUJ3FXgqte2Q7SrU6zAqwk8w=="
},
"node_modules/path-key": {
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
@@ -13560,16 +13449,6 @@
"node": ">=6"
}
},
"node_modules/probe-image-size": {
"version": "7.2.3",
"resolved": "https://registry.npmjs.org/probe-image-size/-/probe-image-size-7.2.3.tgz",
"integrity": "sha512-HubhG4Rb2UH8YtV4ba0Vp5bQ7L78RTONYu/ujmCu5nBI8wGv24s4E9xSKBi0N1MowRpxk76pFCpJtW0KPzOK0w==",
"dependencies": {
"lodash.merge": "^4.6.2",
"needle": "^2.5.2",
"stream-parser": "~0.3.1"
}
},
"node_modules/process-nextick-args": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
@@ -14663,11 +14542,6 @@
"postcss": "^8.3.11"
}
},
"node_modules/sax": {
"version": "1.2.4",
"resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz",
"integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw=="
},
"node_modules/scheduler": {
"version": "0.23.0",
"resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.0.tgz",
@@ -15262,27 +15136,6 @@
"node": ">= 0.8"
}
},
"node_modules/stream-parser": {
"version": "0.3.1",
"resolved": "https://registry.npmjs.org/stream-parser/-/stream-parser-0.3.1.tgz",
"integrity": "sha512-bJ/HgKq41nlKvlhccD5kaCr/P+Hu0wPNKPJOH7en+YrJu/9EgqUF+88w5Jb6KNcjOFMhfX4B2asfeAtIGuHObQ==",
"dependencies": {
"debug": "2"
}
},
"node_modules/stream-parser/node_modules/debug": {
"version": "2.6.9",
"resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
"integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
"dependencies": {
"ms": "2.0.0"
}
},
"node_modules/stream-parser/node_modules/ms": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
"integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
},
"node_modules/streamsearch": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/streamsearch/-/streamsearch-1.1.0.tgz",

View File

@@ -18,18 +18,18 @@
"gramm": "bin/util/check_grammar.sh src/book.md"
},
"dependencies": {
"gatsby": "^5.3.2",
"dark-mode-toggle": "^0.14.3",
"gatsby": "^5.3.3",
"gatsby-plugin-catch-links": "^5.3.0",
"gatsby-plugin-htaccess": "^1.4.0",
"gatsby-plugin-matomo": "^0.14.0",
"gatsby-remark-autolink-headers": "^6.3.1",
"gatsby-remark-copy-linked-files": "^6.3.0",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-remark-katex": "^7.3.0",
"gatsby-remark-numbered-footnotes": "^1.0.1",
"gatsby-remark-prismjs": "^7.3.0",
"gatsby-source-filesystem": "^5.3.1",
"gatsby-transformer-remark": "^6.3.1",
"gatsby-transformer-remark": "^6.3.2",
"markdownlint": "^0.26.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",

View File

@@ -0,0 +1,18 @@
const visit = require("unist-util-visit")
// Remove HTML comments from the Markdown AST
module.exports = ({ markdownAST }) => {
try {
visit(markdownAST, 'html', (node, index, parent) => {
if (node.value.startsWith("<!-- ")) {
parent.children.splice(index, 1)
return [visit.SKIP, index]
}
})
} catch (err) {
console.error(err)
}
return markdownAST
}

View File

@@ -0,0 +1,11 @@
{
"name": "my-strip-html-comments",
"version": "1.0.0",
"description": "Remove HTML comments from the Markdown AST",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Ben Edgington",
"license": "ISC"
}

View File

@@ -0,0 +1,42 @@
const visit = require('unist-util-visit')
const { optimize } = require('svgo');
const fs = require('fs')
const path = require('path');
const getHashDigest = require('loader-utils/lib/getHashDigest')
// Inline SVG files into the Markdown AST
// See https://www.npmjs.com/package/svgo
const plugins = [
'preset-default',
'prefixIds',
'removeDimensions',
{
name: 'addAttributesToSVGElement',
params: {attributes: [{'role': 'img'}]},
},
]
module.exports = ({ markdownAST }, pluginOptions) => {
try {
visit(markdownAST, "paragraph", node => {
if (node.children[0].type == 'image') {
image = node.children[0]
if (image.url.endsWith('.svg')) {
const data = fs.readFileSync(pluginOptions.directory + image.url, 'utf8')
const basename = path.basename(image.url, '.svg')
// We need to distinguish multiple SVGs on the same page by using "prefixIds"
const digest = getHashDigest(basename, 'md5', 'base52').substring(0,4)
const svg = optimize(data, {path: digest, plugins: plugins})
node.type = 'html'
node.value = '<div id="' + basename + '">' + svg.data + '</div>'
node.children = undefined
}
}
})
} catch (err) {
console.error(err)
}
return markdownAST
}

View File

@@ -0,0 +1,11 @@
{
"name": "my-svg-embed",
"version": "1.0.0",
"description": "Inline SVG files into the Markdown AST",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Ben Edgington",
"license": "ISC"
}

View File

@@ -6,7 +6,7 @@ module.exports = ({ markdownAST }, pluginOptions) => {
const data = fs.readFileSync(pluginOptions.file, 'utf8')
const map = JSON.parse(data)
visit(markdownAST, "inlineCode", (node, index, parent) => {
visit(markdownAST, "inlineCode", (node, parent) => {
// HTML in headings causes problems for the page index, so skip these
if (parent.type !== "heading") {
const text = node.value

View File

@@ -196,9 +196,9 @@ Lamport captures the faultiness of the system in the following way.
These treacherous generals exhibit what we've come to call "Byzantine behaviour", or "Byzantine faults". They can act in any arbitrary way: delaying messages, reordering messages, outright lying, sending contradictory messages to different recipients, failing to respond at all, or any other behaviour we can think of.
<a id="img_consensus_messages"></a>
<div class="image" style="width: 40%">
<div class="image diagram" style="width: 40%">
![A picture of a node with messages coming in](md/images/diagrams/consensus_messages.svg)
![A picture of a node with messages coming in](images/diagrams/consensus-messages.svg)
</div>
<div class="caption" style="width: 60%">
@@ -245,9 +245,10 @@ A block comprises a set of transactions that a leader (the block proposer) has a
Except for the special Genesis block, every block builds on and points to a parent block. Thus, we end up with a chain of blocks: a blockchain. Whatever the contents of blocks, the goal of the protocol is for all nodes on the network to agree on the same history of the blockchain.
<a id="img_consensus_block_chain"></a>
<div class="image" style="width: 90%">
<div class="image diagram" style="width: 90%">
![A picture of a linear chain of blocks](images/diagrams/consensus-block_chain.svg)
![A picture of a linear chain of blocks](md/images/diagrams/consensus_block_chain.svg)
A blockchain. Time moves from left to right and, except for the Genesis block, each block points to the parent block it builds on.
</div>
@@ -263,9 +264,10 @@ The use of blocks is an optimisation. Each addition to the chain could in princi
Our neat diagram of a nice linear chain will for the most part reflect what we see in practice, but not always. Sometimes, due perhaps to network delays, or a dishonest block proposer, or client bugs, any particular node might see something more like the following.
<a id="img_consensus_block_tree"></a>
<div class="image" style="width: 90%">
<div class="image diagram" style="width: 90%">
![A diagram of a block tree](images/diagrams/consensus-block_tree.svg)
![A diagram of a block tree](md/images/diagrams/consensus_block_tree.svg)
In general, we might end up with a block tree rather than a block chain. Again, time moves from left to right and each block points to the parent block it builds on.
</div>
@@ -295,9 +297,10 @@ Ultimately, we want every correct node on the network to converge on an identica
Given a block tree and some decision criteria based on a node's local view of the network, the fork choice rule is designed to select, from all the available branches, the one that is most likely to eventually end up in the final linear, canonical chain. That is, it will choose the branch least likely to be later pruned out of the block tree as nodes attempt to converge on a canonical view.
<a id="img_consensus_block_tree_resolved"></a>
<div class="image" style="width: 90%">
<div class="image diagram" style="width: 90%">
![A diagram of a block chain as a subset of the block tree](images/diagrams/consensus-block_tree_resolved.svg)
![A diagram of a block chain as a subset of the block tree](md/images/diagrams/consensus_block_tree_resolved.svg)
The fork choice rule selects a head block from among the candidates. This identifies a unique linear block chain running back to the Genesis block.
</div>
@@ -329,9 +332,10 @@ In any case, running the fork choice rule on the updated block tree might indica
In the following diagram, the node has evaluated block $F$ to be the head block, hence its chain comprises blocks $A,$ $B,$ $D,$ $E,$ and $F$. The node knows about block $C$, but it does not appear in its view of the chain; it is on a side branch.
<a id="img_consensus_reversion_1"></a>
<div class="image" style="width: 70%">
<div class="image diagram" style="width: 70%">
![A diagram of a blockchain prior to a reversion](images/diagrams/consensus-reversion_1.svg)
![A diagram of a blockchain prior to a reversion](md/images/diagrams/consensus_reversion_1.svg)
At this point, the node believes that block $F$ is the best head, and therefore its chain is blocks $[A \larr B \larr D \larr E \larr F]$.
</div>
@@ -343,9 +347,10 @@ Blocks $D$, $E$, and $F$ are not ancestors of $G$, so they need to be removed fr
After rewinding to $B$, the node can add blocks $C$ and $G$ to its chain and process them accordingly. After doing this, the node will have completed the reorganisation of its chain.
<a id="img_consensus_reversion_2"></a>
<div class="image" style="width: 70%">
<div class="image diagram" style="width: 70%">
![A diagram of a blockchain after a reversion](images/diagrams/consensus-reversion_2.svg)
![A diagram of a blockchain after a reversion](md/images/diagrams/consensus_reversion_2.svg)
Now the node believes that block $G$ is the best head, and therefore its chain must change to the blocks $[A \larr B \larr C \larr G]$.
</div>
@@ -385,9 +390,10 @@ The CAP theorem is a famous result in distributed systems' theory that states th
It is easy to demonstrate the CAP theorem in our blockchain context. Imagine that Amazon Web Services goes offline, such that all the AWS hosted nodes can communicate with each other, but none can talk to the outside world. Or that a country firewalls all connections in and out so that no gossip traffic can pass. Either of these scenarios divide the nodes into two disjoint groups, $A$ and $B$.
<a id="img_consensus_partition"></a>
<div class="image" style="width: 50%">
<div class="image diagram" style="width: 50%">
![A diagram of a network partition](images/diagrams/consensus-partition.svg)
![A diagram of a network partition](md/images/diagrams/consensus_partition.svg)
The network is partitioned: the nodes in $A$ can talk among themselves, but cannot talk to any node in $B$, and vice versa.
</div>
@@ -415,9 +421,10 @@ Ethereum's proof of stake mechanism prioritises liveness, but unlike proof of wo
Safety in Ethereum&nbsp;2 is called "finality", and is delivered by the Casper FFG mechanism that we'll explore shortly. The idea is that, as the blockchain progresses, all honest validators agree on blocks that they will never revert. That block (a checkpoint) and all its ancestor blocks are then "final" - they will never change, and if you consult any honest node in the network about them or their ancestors you will always get the same answer. Thus, finality is a safety property: once finality has been conferred, nothing bad ever happens.
<a id="img_consensus_finality"></a>
<div class="image" style="width: 80%">
<div class="image diagram" style="width: 80%">
![A diagram showing a finalised portion of chain and a forkful portion](images/diagrams/consensus-finality.svg)
![A diagram showing a finalised portion of chain and a forkful portion](md/images/diagrams/consensus_finality.svg)
The honest nodes have agreed that the checkpoint and all its ancestor blocks are "final" and will never be reverted. There are therefore no forks before the checkpoint. The chain descending from the checkpoint remains liable to forking.
</div>
@@ -614,10 +621,11 @@ We would like to keep $\omega$ small to allow the broadest possible participatio
This is a classic scalability trilemma. Personally, I don't find these pictures of triangles very intuitive, but they have become the canonical way to represent the trade-offs.
<a id="img_scalability_trilemma"></a>
<div class="image" style="width: 60%">
<a id="img_incentives_scalability_trilemma"></a>
<div class="image diagram" style="width: 60%">
![A version of the scalability trilemma](images/diagrams/incentives-scalability_trilemma.svg)
![A version of the scalability trilemma](md/images/diagrams/scalability_trilemma.svg)
A version of the scalability trilemma: pick any two.
</div>
@@ -765,9 +773,10 @@ The following chart illustrates the behaviour.
- Despite the actual balance falling again, it does not fall below 31.75&nbsp;ETH, so the effective balance remains at 32&nbsp;ETH.
<a id="img_hysteresis"></a>
<div class="image">
<div class="image chart">
![A graph illustrating actual balance versus effective balance](images/charts/hysteresis.svg)
![A graph illustrating actual balance versus effective balance](md/images/charts/hysteresis.svg)
Illustration of the relationship between the actual balance (solid line) and the effective balance (dashed line) of a validator. The dotted lines are the thresholds at which the effective balance gets updated - the hysteresis.
</div>
@@ -874,9 +883,10 @@ With 500,000 validators this equates to 665,292&nbsp;ETH per year, plus change.
We can graph the maximum issuance as a function of the number of validators. It's just a scaled square root curve.
<a id="img_issuance_curve"></a>
<div class="image">
<div class="image chart">
![A graph of maximum annual protocol issuance on the beacon chain as a function of the number of active validators](images/charts/issuance_curve.svg)
![A graph of maximum annual protocol issuance on the beacon chain as a function of the number of active validators](md/images/charts/issuance_curve.svg)
Maximum annual protocol issuance on the beacon chain as a function of the number of active validators.
</div>
@@ -903,9 +913,10 @@ For example, with 500,000 validators participating, this amounts to an expected
Graphing this give us an inverse square root curve.
<a id="img_rewards_curve"></a>
<div class="image">
<div class="image chart">
![A graph of the expected annual percentage rewards for stakers as a function of the number of active validators](images/charts/rewards_curve.svg)
![A graph of the expected annual percentage rewards for stakers as a function of the number of active validators](md/images/charts/rewards_curve.svg)
The expected annual percentage rewards for stakers as a function of the number of active validators.
</div>
@@ -968,10 +979,11 @@ The first of these, making attestations, happens regularly every epoch and accou
However, validators are selected at random to propose blocks or participate in sync committees, so there is a natural variance to the latter two rewards. Over the long run, the expected proportion of rewards earned for each activity breaks down as per the following chart.
<a id="img_weights"></a>
<div class="image" style="width:50%">
<a id="img_incentives_weights"></a>
<div class="image diagram" style="width:50%">
![A piechart of the proportion of a validator's total reward derived from each activity](images/diagrams/incentives-weights.svg)
![A piechart of the proportion of a validator's total reward derived from each activity](md/images/diagrams/weights.svg)
The proportion of a validator's total reward derived from each activity.
</div>
@@ -995,10 +1007,10 @@ Rewards are newly created Ether that is simply added to validators' balances on
There are three relevant milestones in a validator's lifecycle: its activation epoch, its exit epoch, and its withdrawable epoch. Eligibility for rewards, penalties and slashing vary based on these.
<a id="img_rewards_eligibility"></a>
<div class="image" style="width:80%">
<a id="img_incentives_rewards_eligibility"></a>
<div class="image diagram" style="width:80%">
![A timeline of the eligibility of validators for rewards](md/images/diagrams/rewards_eligibility.svg)
![A timeline of the eligibility of validators for rewards](images/diagrams/incentives-rewards_eligibility.svg)
</div>
@@ -1070,9 +1082,10 @@ The new timeliness reward better reflect the relative importance of the votes. A
The choice of distance for including the source vote is interesting. It is chosen to be $\lfloor \sqrt{\tt SLOTS\_PER\_EPOCH} \rfloor = \lfloor \sqrt{32} \rfloor = 5$, which is the geometric mean of 1 and 32, the head and target values. It's a somewhat arbitrary choice, but is intended to put a fully correct attestation on an exponentially decreasing curve with respect to timeliness: each step down in (net) reward happens after an exponentially increasing number of slots.[^fn-five-slots]
<a id="img_reward_timeliness"></a>
<div class="image">
<div class="image chart">
![A graph of the net reward for a completely correct attestation as it gets older plotted against an exponential curve for comparison](images/charts/reward_timeliness.svg)
![A graph of the net reward for a completely correct attestation as it gets older plotted against an exponential curve for comparison](md/images/charts/reward_timeliness.svg)
It is plausible that setting the inclusion distance for correct source to 5 gives a kind of exponential reduction in reward with time. This graph shows the net reward (reward + penalty) for a completely correct attestation as it gets older plotted against an exponential curve for comparison.
</div>
@@ -1154,10 +1167,11 @@ This factor works out to be $\frac{8}{56} = \frac{1}{7}$ which means that $\frac
In the following charts, I have separated out the validator rewards from the proposer rewards, and we can see that they have exactly the same division among the duties. The chart on the right should probably be one seventh of the size of the one on the left for true accuracy.
<a id="img_reward_split"></a>
<div class="image">
<a id="img_incentives_reward_split"></a>
<div class="image diagram">
![Piecharts showing that proposer and validator rewards are allocated in the same proportions for duties](images/diagrams/incentives-reward_split.svg)
![Piecharts showing that proposer and validator rewards are allocated in the same proportions for duties](md/images/diagrams/reward_split.svg)
On the left, the breakdown of expected rewards for validators for performing duties. On the right, the breakdown of rewards for proposers for including evidence of those duties.
</div>
@@ -1211,11 +1225,12 @@ Actual individual validator returns, even on an optimally running beacon chain,
The following chart shows the expected distribution of annual rewards for 500,000 validators, all participating perfectly, each with 32&nbsp;ETH of effective balance. The mean reward is 1.3302&nbsp;ETH/year (the 4.16% number from [earlier](/part2/incentives/issuance#validator-rewards)), and the median 1.3123&nbsp;ETH/year, but there is a large standard deviation of 0.1037 due to the randomness of being selected to propose blocks or participate in sync committees. In fact, ten percent of validators will earn less than 1.2175&nbsp;ETH in rewards over the year, and 10% more than 1.4704&nbsp;ETH, due solely to randomness in assigning duties.
<a id="img_reward_variance"></a>
<div class="image">
<div class="image chart">
<!-- Number of validators -->
![A bar chart of the distribution of annual reward for 500,000 validators with 32&nbsp;ETH staked](md/images/charts/reward_variance.svg)
![A bar chart of the distribution of annual reward for 500,000 validators with 32&nbsp;ETH staked](images/charts/reward_variance.svg)
Distribution of annual beacon chain rewards for 500,000 perfectly performing validators with 32&nbsp;ETH staked. The variance comes from the probabilities of different numbers block proposals or sync committee assignments. Some values are not attainable in this idealised model.
</div>
@@ -1418,10 +1433,11 @@ To improve this, the Altair upgrade introduced individual validator inactivity s
Graphically, the flow-chart looks like this.
<a id="img_inactivity_scores_flow"></a>
<div class="image">
<a id="img_incentives_inactivity_scores_flow"></a>
<div class="image diagram">
![Flowchart showing how inactivity score updates are calculated](images/diagrams/incentives-inactivity_scores_flow.svg)
![Flowchart showing how inactivity score updates are calculated](md/images/diagrams/inactivity_scores_flow.svg)
How each validator's inactivity score is updated. The happy flow is right through the middle.
</div>
@@ -1443,9 +1459,10 @@ The following graph illustrates some scenarios. We have an inactivity leak that
5. Always offline: the inactivity score increases rapidly during the leak, and declines even more rapidly once the leak is over.
<a id="img_inactivity_scores"></a>
<div class="image">
<div class="image chart">
![A graph illustrating inactivity score scenarios](images/charts/inactivity_scores.svg)
![A graph illustrating inactivity score scenarios](md/images/charts/inactivity_scores.svg)
The inactivity scores of five different validator personas in an inactivity leak that starts at zero and ends at epoch 100 (labelled "End" and shown with a dashed line). The dotted lines labelled "A" and "B" mark the start and end of the offline period for the fourth validator.
</div>
@@ -1474,9 +1491,10 @@ This penalty is applied at each epoch, so (for constant $B_i$) the total penalty
5. Always offline: we can clearly see the quadratic nature of the penalty in the initial parabolic shape of the curve. After the end of the leak it takes around 35 epochs for the penalties to return to zero.
<a id="img_inactivity_balances"></a>
<div class="image">
<div class="image chart">
![A graph showing the effect of the inactivity leak in five different scenarios](images/charts/inactivity_balances.svg)
![A graph showing the effect of the inactivity leak in five different scenarios](md/images/charts/inactivity_balances.svg)
The balance retained by each of the five validator personas after the inactivity leak penalty has been applied. The scenario is identical to the chart above.
</div>
@@ -1839,9 +1857,10 @@ More mathematically, things look like this. We use two subgroups of the BLS12-38
4. The signature, $\sigma$, is also a member of the $G_2$ group, namely $[sk]H(m)$.
<a id="img_bls_key"></a>
<div class="image" style="width:80%">
<div class="image diagram" style="width:80%">
![Diagram showing how we will depict the various components in the diagrams below](images/diagrams/bls-key.svg)
![Diagram showing how we will depict the various components in the diagrams below](md/images/diagrams/bls_key.svg)
The key to the keys. This is how we will depict the various components in the diagrams below. Variants of the same object are hatched differently. The secret key is mathematically a scalar; public keys are $G_1$ group members; message roots are mapped to $G_2$ group members; and signatures are $G_2$ group members.
</div>
@@ -1857,9 +1876,10 @@ The secret key is supposed to be uniformly randomly generated in the range $[1,r
The secret key, $sk$ is a 32 byte unsigned integer. The public key, $pk$, is a point on the $G_1$ curve, which is represented in-protocol in its [compressed](https://hackmd.io/@benjaminion/bls12-381#Point-compression) serialised form as a string of 48 bytes.
<a id="img_bls_setup"></a>
<div class="image" style="width:50%">
<div class="image diagram" style="width:50%">
![Diagram of the generation of the public key](images/diagrams/bls-setup.svg)
![Diagram of the generation of the public key](md/images/diagrams/bls_setup.svg)
A validator randomly generates its secret key. Its public key is then derived from that.
</div>
@@ -1881,9 +1901,10 @@ $$
Evidently the signature $\sigma$ is also a member of the $G_2$ group, and it serialises to a 96 byte string in compressed form.
<a id="img_bls_signing"></a>
<div class="image" style="width:65%">
<div class="image diagram" style="width:65%">
![Diagram of signing a message](images/diagrams/bls-signing.svg)
![Diagram of signing a message](md/images/diagrams/bls_signing.svg)
A validator applies its secret key to a message to generate a unique digital signature.
</div>
@@ -1928,9 +1949,10 @@ $$
Note that elliptic curves supporting such a pairing function are very rare. Such curves can be constructed, as [BLS12-381 was](https://hackmd.io/@benjaminion/bls12-381#History), but general elliptic curves such as the more commonly used secp256k1 curve do not support pairings and cannot be used for BLS signatures.
<a id="img_bls_verifying"></a>
<div class="image" style="width:80%">
<div class="image diagram" style="width:80%">
![Diagram of verifying a signature](images/diagrams/bls-verifying.svg)
![Diagram of verifying a signature](md/images/diagrams/bls_verifying.svg)
To verify that a particular validator signed a particular message we use the validator's public key, the original message, and the signature. The verification operation outputs true if the signature is correct and false otherwise.
</div>
@@ -1956,9 +1978,10 @@ In the following we will only consider aggregation of signatures over the same m
The process is conceptually very simple: we simply "add up" the signatures. The exact operations are not like normal the addition of numbers that we are familiar with, but the operation is completely analogous. Addition of points on the elliptic curve is the group operation for the $G_2$ group, and each signature is a point in this group, thus the result is also a point in the group. An aggregated signature is mathematically indistinguishable from a non-aggregated signature, and has the same 96 byte size.
<a id="img_bls_signature_aggregation"></a>
<div class="image" style="width:60%">
<div class="image diagram" style="width:60%">
![Diagram showing aggregation of signatures](images/diagrams/bls-signature_aggregation.svg)
![Diagram showing aggregation of signatures](md/images/diagrams/bls_signature_aggregation.svg)
Aggregation of signatures is simply group addition in the $G_2$ group.
</div>
@@ -1968,9 +1991,10 @@ Aggregation of signatures is simply group addition in the $G_2$ group.
To verify an aggregate signature, we need an aggregate public key. As long as we know exactly which validators signed the original message, this is equally easy to construct. Once again we simply "add up" the public keys of the signers. This time the addition is the group operation of the $G_1$ elliptic curve group, and the result will also be a member of the $G_1$ group, so it is mathematically indistinguishable from a non-aggregated public key, and has the same 48 byte size.
<a id="img_bls_pubkey_aggregation"></a>
<div class="image" style="width:60%">
<div class="image diagram" style="width:60%">
![Diagram of public key aggregation](images/diagrams/bls-pubkey_aggregation.svg)
![Diagram of public key aggregation](md/images/diagrams/bls_pubkey_aggregation.svg)
Aggregation of public keys is simply group addition in the $G_1$ group.
</div>
@@ -1980,9 +2004,10 @@ Aggregation of public keys is simply group addition in the $G_1$ group.
Since aggregate signatures are indistinguishable from normal signatures, and aggregate public keys are indistinguishable from normal public keys, we can simply feed them into our normal verification algorithm.
<a id="img_bls_aggregate_verify"></a>
<div class="image" style="width:70%">
<div class="image diagram" style="width:70%">
![Diagram of verification of an aggregate signature](images/diagrams/bls-aggregate_verify.svg)
![Diagram of verification of an aggregate signature](md/images/diagrams/bls_aggregate_verify.svg)
Verification of an aggregate signature is identical to verification of a normal signature as long as we use the corresponding aggregate public key.
</div>
@@ -2033,9 +2058,10 @@ If we know in advance who the members of the committee are and how they are orde
This diagram illustrates the full flow from signing, through aggregating, to verifying. There are three validators in this case, although there could be many more, and each is signing the same message contents. Each validator has its own unique secret key and public key pair. The workflow is entirely non-interactive, and any of the actions before the verification can happen independently. Even the aggregation can be done incrementally.
<a id="img_bls_aggregation"></a>
<div class="image" style="width:80%">
<div class="image diagram" style="width:80%">
![Diagram showing the end-to-end aggregate signature workflow](images/diagrams/bls-aggregation.svg)
![Diagram showing the end-to-end aggregate signature workflow](md/images/diagrams/bls_aggregation.svg)
The end-to-end aggregate signature workflow. Verifying the single aggregate signature is much faster than verifying the original signatures separately.
</div>
@@ -2278,9 +2304,10 @@ $$
We can think of a RANDAO as being like a deck of cards that's passed round the table, each person shuffling it in turn: the deck gets repeatedly re-randomised. Even if one contributor's randomness is weak, the cumulative result has a high level of entropy.
<a id="img_randomness_shuffle"></a>
<div class="image" style="width:80%">
<div class="image diagram" style="width:80%">
![Diagram illustrating repeated shuffling of a deck of cards](images/diagrams/randomness-shuffle.svg)
![Diagram illustrating repeated shuffling of a deck of cards](md/images/diagrams/randomness_shuffle.svg)
We can imagine the RANDAO as a deck of cards that accumulates randomness over time as each participant shuffles the deck in turn.
</div>
@@ -2361,9 +2388,10 @@ First, the signature is verified using the proposer's public key before being mi
Second, the hash of the signature is mixed in to the beacon state's RANDAO using an `xor` operation. We apply the hash operation to reduce the length of the RANDAO accumulator from about 762 bits &ndash; the length of a compressed BLS signature, an inconvenient number of bits to work with &ndash; to 256 bits. The uniformity of the output of hash functions is also better established than that of BLS signatures.
<a id="img_randomness_reveal"></a>
<div class="image" style="width:80%">
<div class="image diagram" style="width:80%">
![Diagram illustrating updating the RANDAO](images/diagrams/randomness-reveal.svg)
![Diagram illustrating updating the RANDAO](md/images/diagrams/randomness_reveal.svg)
What's really happening when the RANDAO is shuffled. The signature over the epoch number is the RANDAO reveal that the proposer includes in its block. This is hashed then mixed in to the existing RANDAO with an `xor` operation.
</div>
@@ -2390,9 +2418,10 @@ It's certainly not an easy attack. Nonetheless, it is easy to defend against, so
To prevent this, we assume a maximum feasible lookahead that an attacker might achieve, [`MAX_SEED_LOOKAHEAD`](/part3/config/preset#max_seed_lookahead) and delay all activations and exits by this amount, which allows time for new randomness to come in via block proposals from honest validators, making irrelevant any manipulation by the entering or exiting validators. With `MAX_SEED_LOOKAHEAD` set to 4, if only 10% of validators are online and honest, then the chance that an attacker can succeed in forecasting the seed beyond (`MAX_SEED_LOOKAHEAD` ` - ` `MIN_SEED_LOOKAHEAD`) = 3 epochs is $0.9^{3\times 32}$, which is about 1 in 25,000.
<a id="img_randomness_lookahead"></a>
<div class="image" style="width:90%">
<div class="image diagram" style="width:90%">
![Diagram showing min and max lookahead](images/diagrams/randomness-lookahead.svg)
![Diagram showing min and max lookahead](md/images/diagrams/randomness_lookahead.svg)
The RANDAO value at the end of epoch $N$ is used to set duties for epoch $N+2$, which is controlled by `MIN_SEED_LOOKAHEAD`. A validator exiting in epoch $N+1$ remains active until at least the end of epoch $N+5$ (depending on the exit queue). This is controlled by `MAX_SEED_LOOKAHEAD`.
</div>
@@ -2408,9 +2437,10 @@ As currently implemented, both the minimum and maximum lookaheads smell a little
The RANDAO value for an epoch is set at the end of the previous epoch, and duty assignments for the entire epoch (proposals and committee memberships) depend on that value. (Actually &ndash; due to [`MIN_SEED_LOOKAHEAD`](/part3/config/preset#min_seed_lookahead) &ndash; on the RANDAO value at the end of the last-but-one epoch, but we'll overlook that in what follows.)
<a id="img_randomness_assignments"></a>
<div class="image" style="width:80%">
<div class="image diagram" style="width:80%">
![Diagram illustrating calculation of duties based on the RANDAO](images/diagrams/randomness-assignments.svg)
![Diagram illustrating calculation of duties based on the RANDAO](md/images/diagrams/randomness_assignments.svg)
Future duty assignments for validators &ndash; block proposers, committee members, sync committee duty &ndash; are calculated based on the state of the RANDAO at the end of each epoch.
</div>
@@ -2418,9 +2448,10 @@ Future duty assignments for validators &ndash; block proposers, committee member
Thus, when a validator happens to be assigned to propose a block in the last slot of an epoch, it gains a small amount of control over the assignments for the next epoch. This is because it can choose to reveal its block, which mixes in its RANDAO reveal, or it can choose (at a cost) to withhold its block and keep the existing RANDAO value, knowing that there will be no subsequent RANDAO change before duties are calculated. In this way, a validator is able to exert a little influence over the proposer and committee assignments in the next epoch. This is called "one bit of influence" over the RANDAO as the validator has a choice of two outcomes.
<a id="img_randomness_biasing"></a>
<div class="image" style="width:80%">
<div class="image diagram" style="width:80%">
![Diagram illustrating biasing the RANDAO](images/diagrams/randomness-biasing.svg)
![Diagram illustrating biasing the RANDAO](md/images/diagrams/randomness_biasing.svg)
The last proposer in an epoch has a choice. It can propose its block as usual, updating the RANDAO, resulting in a set of duty assignments $A$. Or it can withhold its block, leaving the RANDAO as-is, resulting in a set of duty assignments $B$. If outcome $B$ gives the owner of the validator sufficient advantage to compensate for having missed a proposal, then it is an opportunity to "cheat".
</div>
@@ -2462,9 +2493,10 @@ E(r) = \sum_{n=1}^{32} n q_n = \sum_{n=1}^{31} n (1-r) r^n + 32 r^{32}
$$
<a id="img_randao_tail"></a>
<div class="image" style="width:100%">
<div class="image chart" style="width:100%">
![Graph of the expected RANDAO tail](images/charts/randao_tail.svg)
![Graph of the expected RANDAO tail](md/images/charts/randao_tail.svg)
The bottom axis is $r$, and the side axis is my expected proposals tail length $E(r)$ assuming no RANDAO manipulation.
</div>
@@ -2484,9 +2516,10 @@ We can think about this as follows. With $k = 1$ we get two attempts, therefore
Visually, calculating $p^{(1)}_2$ looks like the sum of the values in the shaded area of the next diagram.
<a id="img_randomness_tail_probabilities"></a>
<div class="image" style="width:40%">
<div class="image diagram" style="width:40%">
![Matrix of tail length probabilities](images/diagrams/randomness-tail_probabilities.svg)
![Matrix of tail length probabilities](md/images/diagrams/randomness_tail_probabilities.svg)
The probability that we get a maximum tail length of exactly two with two attempts is the sum of the terms in the shaded areas. Despite the overlap, each term is included only once.
</div>
@@ -2504,9 +2537,10 @@ $$
Graphing this for various values of $k$ we get the following. Note that the solid, $k = 0$, line is the same as $E(r)$ above - the expected tail with no manipulation. That is, $E^{(0)}(r) = E(r)$ as you'd expect.
<a id="img_randao_extend_0"></a>
<div class="image" style="width:100%">
<div class="image chart" style="width:100%">
![Graph of the expected RANDAO tail](images/charts/randao_extend_0.svg)
![Graph of the expected RANDAO tail](md/images/charts/randao_extend_0.svg)
The bottom axis is $r$, and the side axis is my subsequent expected proposals tail length, $E^{(k)}(r)$ given various values of tail length $k$ that I can play with. Note that $E^{(0)}(r) = E(r)$ from the graph above.
</div>
@@ -2518,9 +2552,10 @@ The important question is, under what circumstances can I use this ability in or
To investigate this, consider the following graph. Here, for each $k$ line we have plotted $E^{(k)}(r) - k$. This allows us to see whether our expected tail in the next epoch is greater or less than our current tail. If $E^{(k)}(r) - k$ is negative then I can expect to have fewer proposals in the next epoch than I have in this one.
<a id="img_randao_extend_1"></a>
<div class="image" style="width:100%">
<div class="image chart" style="width:100%">
![Graph of the expected change in RANDAO tail](images/charts/randao_extend_1.svg)
![Graph of the expected change in RANDAO tail](md/images/charts/randao_extend_1.svg)
The bottom axis is $r$, and the side axis is my subsequent expected proposals tail length minus my current tail length, $E^{(k)}(r) - k$ for various values of $k$.
</div>
@@ -2530,9 +2565,10 @@ We can see that for $r$ less than around 0.5, especially as $k$ grows, we expect
For completeness, we shouldn't only look at expectations, but also at probabilities. The following graph shows the probability that if I have a tail of length $k$ then I will have a tail of length less than $k$ in the next epoch. As $k$ increases you can see that a step function is forming: for a proportion of stake less than about 50% it becomes practically certain that my tail will decrease in length from one epoch to the next despite my best efforts to grow it; conversely, for a proportion of stake greater than a little over 50% it becomes practically certain that I can maintain or grow my tail of block proposals.
<a id="img_randao_extend_2"></a>
<div class="image" style="width:100%">
<div class="image chart" style="width:100%">
![Graph of the probability that my tail will shrink](images/charts/randao_extend_2.svg)
![Graph of the probability that my tail will shrink](md/images/charts/randao_extend_2.svg)
The bottom axis is $r$, and the side axis is the probability that my best tail length in the next epoch is less than my current tail length for various values of tail length $k$.
</div>
@@ -2637,9 +2673,10 @@ Note that the $q_{j+1}q_j$ element appears in both outcomes, but must be include
[^fn-hyper-hurts-head]: You can see why I am restricting this example to tails of length just zero or one: I don't want to think about what this looks like in a $2^k$ dimensional space.
<a id="img_randomness_propose_probabilities"></a>
<div class="image" style="width:40%">
<div class="image diagram" style="width:40%">
![Matrix of proposal number probabilities](images/diagrams/randomness-propose_probabilities.svg)
![Matrix of proposal number probabilities](md/images/diagrams/randomness_propose_probabilities.svg)
The probability that we get a net number of exactly two proposals with two attempts is the sum of the terms in the shaded areas. Despite the overlap, each term is included only once.
</div>
@@ -2651,9 +2688,10 @@ E'_{N+1} = \sum_{n=1}^{32} n \left((1 - \frac{E'_N}{32}) q_n + \frac{E'_N}{32} p
$$
<a id="img_randao_proposals"></a>
<div class="image" style="width:100%">
<div class="image chart" style="width:100%">
![Graph showing the expected number of proposals per epoch when biasing and not biasing the RANDAO](images/charts/randao_proposals.svg)
![Graph showing the expected number of proposals per epoch when biasing and not biasing the RANDAO](md/images/charts/randao_proposals.svg)
The solid line is $E$, the expected number of block proposals per epoch for a proportion of the stake that does not seek to bias the RANDAO. The dashed line is $E'$, the long-term expected number of block proposals per epoch for a proportion of the stake that coordinates to bias the RANDAO in its favour.
</div>
@@ -2661,9 +2699,10 @@ The solid line is $E$, the expected number of block proposals per epoch for a pr
The maximum percentage gain in block proposals that I can acquire is shown in the following graph.
<a id="img_randao_proposals_percent"></a>
<div class="image" style="width:100%">
<div class="image chart" style="width:100%">
![Graph showing the percentage increase in proposals per epoch when biasing the RANDAO](images/charts/randao_proposals_percent.svg)
![Graph showing the percentage increase in proposals per epoch when biasing the RANDAO](md/images/charts/randao_proposals_percent.svg)
The long-term percentage increase in the expected number of proposals per epoch that can be gained by a proportion of the stake coordinating to bias the RANDAO. An entity with 25% of the stake can gain an extra 2.99% of proposals (8.24 per epoch rather than exactly 8), assuming that the remaining stakers are uncoordinated.
</div>
@@ -2822,9 +2861,10 @@ First, we pick a pivot index $p$. This is pseudo-randomly chosen, based on the r
With this pivot, we then pick the mirror index $m_1$ halfway between $p$ and $0$. That is, $m_1 = p / 2$. (We will simplify by ignoring off-by-one rounding issues for the purposes of this explanation.)
<a id="img_shuffling_0"></a>
<div class="image" style="width:80%">
<div class="image diagram" style="width:80%">
![A diagram showing the pivot and the first mirror index](images/diagrams/shuffling-0.svg)
![A diagram showing the pivot and the first mirror index](md/images/diagrams/shuffling_0.svg)
The pivot and the first mirror index.
</div>
@@ -2840,9 +2880,10 @@ If we do decide to swap, then we exchange the list element at $i$ with that at $
We make the same swap-or-not decision for each index between $m_1$ and $p$.
<a id="img_shuffling_1"></a>
<div class="image" style="width:80%">
<div class="image diagram" style="width:80%">
![A diagram showing swapping or not from the first mirror up to the pivot](images/diagrams/shuffling-1.svg)
![A diagram showing swapping or not from the first mirror up to the pivot](md/images/diagrams/shuffling_1.svg)
Swapping or not from the first mirror up to the pivot.
</div>
@@ -2854,9 +2895,10 @@ The decision whether to swap or not is based on hashing together the random seed
After considering all the indices $i$ from $m_1$ to $p$, mirroring in $m_1$, we now find a second mirror index at $m_2$, which is the point equidistant between $p$ and the end of the list: $m_2 = m_1 + n / 2$.
<a id="img_shuffling_2"></a>
<div class="image" style="width:80%">
<div class="image diagram" style="width:80%">
![A diagram showing the second mirror index](images/diagrams/shuffling-2.svg)
![A diagram showing the second mirror index](md/images/diagrams/shuffling_2.svg)
The second mirror index.
</div>
@@ -2866,9 +2908,10 @@ The second mirror index.
Finally, we repeat the swap-or-not process, considering all the points $j$ from the pivot, $p$ to the second mirror $m_2$. If we choose not to swap, we just move on. If we choose to swap then we exchange the element at $j$ with its image at $j'$ in the mirror index $m_2$. Here, $j' = m_2 + (m_2 - j)$.
<a id="img_shuffling_3"></a>
<div class="image" style="width:80%">
<div class="image diagram" style="width:80%">
![A diagram showing swapping or not from the pivot to the second mirror](images/diagrams/shuffling-3.svg)
![A diagram showing swapping or not from the pivot to the second mirror](md/images/diagrams/shuffling_3.svg)
Swapping or not from the pivot to the second mirror.
</div>
@@ -2880,9 +2923,10 @@ At the end of the round, we have considered all the indices between $m_1$ and $m
The next round begins by incrementing (or decrementing for a reverse shuffle) the round number, which gives us a new pivot index, and off we go again.
<a id="img_shuffling_4"></a>
<div class="image" style="width:80%">
<div class="image diagram" style="width:80%">
![A diagram showing the whole process running from one mirror to the other in a single round](images/diagrams/shuffling-4.svg)
![A diagram showing the whole process running from one mirror to the other in a single round](md/images/diagrams/shuffling_4.svg)
The whole process running from one mirror to the other in a single round.
</div>
@@ -2975,9 +3019,10 @@ During an epoch, every active validator is a member of exactly one beacon commit
The composition of the committees for an epoch is fully determined at the start of an epoch by (1) the active validator set for that epoch, and (2) the [RANDAO seed](/part2/building_blocks/randomness#lookahead) value at the start of the previous epoch.
<a id="img_committees_random"></a>
<div class="image" style="width: 80%">
<div class="image diagram" style="width: 80%">
![Diagram showing circles and triangles randomly divided into committees](images/diagrams/committees-random.svg)
![Diagram showing circles and triangles randomly divided into committees](md/images/diagrams/committees_random.svg)
Here we have divided thirty circles and fifteen triangles into five committees at random. The attacking triangles do not have a majority in any committee.
</div>
@@ -2985,9 +3030,10 @@ Here we have divided thirty circles and fifteen triangles into five committees a
We assign validators to committees randomly in order to defend against a minority attacker being able to capture any single committee. If committee assignments were not random, or were calculable long in advance, then it might be possible for an attacker with a minority of validators to organise them so that they became a supermajority in some committees. They might do this by manipulating the entries and exits of their validators, for example.
<a id="img_committees_organised"></a>
<div class="image" style="width: 80%">
<div class="image diagram" style="width: 80%">
![Diagram showing circles and triangles divided into committees under the influence of an attacker](images/diagrams/committees-organised.svg)
![Diagram showing circles and triangles divided into committees under the influence of an attacker](md/images/diagrams/committees_organised.svg)
It would be improbable for the triangles to gain a 2/3 supermajority in a committee purely by chance. But if the attacker could manipulate the assignments then they might gain a supermajority in some committees, such as the first two here.
</div>
@@ -3005,9 +3051,10 @@ The protocol adjusts the total number of committees in each epoch according to t
Clearly, the first goal is not achievable if there are fewer than `SLOTS_PER_EPOCH` validators &ndash; is a committee a committee if nobody is in it? &ndash; and the second goal is not achievable if there are fewer than `SLOTS_PER_EPOCH` `*` `TARGET_COMMITTEE_SIZE` (4096) validators. The protocol could hardly be considered secure with fewer than 4096 validators, so this is not a significant issue in practice.
<a id="img_committees_all"></a>
<div class="image" style="width: 90%">
<div class="image diagram" style="width: 90%">
![A diagram showing N committees at each slot and 32 slots per epoch](images/diagrams/committees-all.svg)
![A diagram showing N committees at each slot and 32 slots per epoch](md/images/diagrams/committees_all.svg)
Every slot in an epoch has the same number of committees, $N$, up to a maximum of `MAX_COMMITTEES_PER_SLOT`. Every active validator in the epoch appears in exactly one committee, so the committees are all disjoint.
</div>
@@ -3082,9 +3129,10 @@ def compute_committee_size(n, j, N):
The length of the vector returned will be either `n // (32 * N)` or `1 + n // (32 * N)`. The function [`compute_shuffled_index()`](/part3/helper/misc#compute_shuffled_index) is described in the [previous section](/part2/building_blocks/shuffling).
<a id="img_committees_selection"></a>
<div class="image" style="width: 95%">
<div class="image diagram" style="width: 95%">
![A diagram showing how the validator set is sliced up into committees](images/diagrams/committees-selection.svg)
![A diagram showing how the validator set is sliced up into committees](md/images/diagrams/committees_selection.svg)
Conceptually, to calculate the committee assignments for an epoch, the entire active validator set is shuffled into a list of length $n$, then sliced into $32N$ committees of as close to the same size as possible. $N$ is the number of committees per slot. The epoch-based committee number, $j$, is shown.
</div>
@@ -3180,9 +3228,10 @@ The process of aggregation is as follows:
This section is concerned with steps 2 and 4: how the aggregators are selected for duty, and how they prove that they were indeed selected.
<a id="img_aggregators"></a>
<div class="image" style="width: 80%">
<div class="image diagram" style="width: 80%">
![A diagram of the workflow of aggregating attestations from beacon committees](images/diagrams/aggregators.svg)
![A diagram of the workflow of aggregating attestations from beacon committees](md/images/diagrams/aggregators.svg)
Within a beacon committee, all members send their individual attestations to a gossip subnet. Aggregators are a chosen subset of the committee who listen to the subnet and aggregate the attestations they receive. The aggregators broadcast their aggregates to the global channel for the next block proposer to pick up.
</div>
@@ -3234,9 +3283,10 @@ Assuming that BLS signatures are uniformly random, then in a committee of size $
The probability of having zero aggregators is $(1 - \frac{16}{N})^N$. For the minimum target committee size of $N = 128$ this is 1 in 26 million, and for the maximum committee size of $N = 2048$, 1 in 9.5 million. So we would expect to see a beacon committee with no aggregators about once every 13,000 epochs (8 weeks) in the former case and once every 5000 epochs (3 weeks) in the latter. Each committee comprises only a fraction $1/2048$ of the total validator set, so occasionally having no aggregator is insignificant for the protocol, but it is unfortunate for those in that committee who will most likely not have their attestations included in a block as a result.
<a id="img_committee_aggregators"></a>
<div class="image">
<div class="image chart">
![A bar chart showing the probability of different numbers of aggregators in a committee of 256](images/charts/committee_aggregators.svg)
![A bar chart showing the probability of different numbers of aggregators in a committee of 256](md/images/charts/committee_aggregators.svg)
The probability of having $k$ aggregators in a beacon committee of size 256. The expected number is 16.
</div>
@@ -3492,10 +3542,11 @@ As an example, this bitlist with three elements is encoded into a single byte. T
'08'
```
<a id="img_bitlist"></a>
<div class="image" style="width: 60%">
<a id="img_ssz_bitlist"></a>
<div class="image diagram" style="width: 60%">
![A diagram showing how the bitlist sentinel works](images/diagrams/ssz-bitlist.svg)
![A diagram showing how the bitlist sentinel works](md/images/diagrams/bitlist.svg)
The sentinel bit indicates the end of the bitlist. All bits beyond the sentinel are zero.
</div>
@@ -3575,9 +3626,10 @@ Start of Part 2 (variable size elements)
In Part&nbsp;1, instead of directly encoding the variable size list in place, it is replaced with a pointer (an offset) to its serialisation in Part&nbsp;2. So, for any container, the size of Part&nbsp;1 is known and fixed no matter what kinds of variable size types are present. The actual lengths of the variable size objects can be deduced from the offsets in Part&nbsp;1 and the overall length of the serialisation string.
<a id="img_ssz_examples_baz"></a>
<div class="image" style="width:60%">
<div class="image diagram" style="width:60%">
![Diagram of the serialisation of the Baz container](images/diagrams/ssz-examples_Baz.svg)
![Diagram of the serialisation of the Baz container](md/images/diagrams/ssz_examples_Baz.svg)
Serialisation of the `Baz` container. Fixed size parts are done first, with an offset specified for the variable size `List` data.
</div>
@@ -3740,9 +3792,10 @@ The first thing to notice is that the `attesting_indices` list is variable size,
All the remaining items are fixed size, and are encoded in-place, including recursively encoding the fixed size `AttestationData` object, and its fixed size `Checkpoint` children.
<a id="img_ssz_examples_indexedattestation"></a>
<div class="image" style="width:72%">
<div class="image diagram" style="width:72%">
![Diagram of the serialisation of the IndexedAttestation container](images/diagrams/ssz-examples_IndexedAttestation.svg)
![Diagram of the serialisation of the IndexedAttestation container](md/images/diagrams/ssz_examples_IndexedAttestation.svg)
Serialisation of the `IndexedAttestation` container.
</div>
@@ -3787,9 +3840,10 @@ This time we have two variable length types, so they are both replaced by offset
Another thing to note is that, since `attestation_1` and `attestation_2` are identical, their serialisations within this compound object are identical, _including_ their internal offsets to their own variable length parts. That is, both attestations have variable length data at offset `0xe4` within their own serialisations; the offset is relative to the start of each sub-object's serialisation, not the entire string. This property simplifies recursive serialisation and deserialisation: a given object will have the same serialisation no matter what context it is found in.
<a id="img_ssz_examples_attesterslashing"></a>
<div class="image" style="width:60%">
<div class="image diagram" style="width:60%">
![Diagram of the serialisation of the AttesterSlashing container](images/diagrams/ssz-examples_AttesterSlashing.svg)
![Diagram of the serialisation of the AttesterSlashing container](md/images/diagrams/ssz_examples_AttesterSlashing.svg)
Serialisation of the `AttesterSlashing` container.
</div>
@@ -3880,9 +3934,10 @@ In the following diagram, the leaves are our four blobs of data, $A$, $B$, $C$,
[^fn-roots-and-leaves]: For some reason, in computer science, trees are traditionally depicted the other way up. Call me eccentric, but I like my trees to have their leaves at the top and their roots at the bottom.
<a id="img_merkleization_tree"></a>
<div class="image" style="width:80%">
<div class="image diagram" style="width:80%">
![Diagram of a Merkle tree](images/diagrams/merkleization-tree.svg)
![Diagram of a Merkle tree](md/images/diagrams/merkleization_tree.svg)
Example of a Merkle tree.
</div>
@@ -4058,9 +4113,10 @@ We will create an instance of this just as we did [previously](/part2/building_b
A container's hash tree root is the Merkleization of the list of hash tree roots of the objects it contains (by rule 2). Diagrammatically we are building the following tree and finding its root.
<a id="img_merkleization_indexedattestation"></a>
<div class="image" style="width:60%">
<div class="image diagram" style="width:60%">
![Diagram showing how to calculate the hash tree root of an IndexedAttestation type](images/diagrams/merkleization-IndexedAttestation.svg)
![Diagram showing how to calculate the hash tree root of an IndexedAttestation type](md/images/diagrams/merkleization_IndexedAttestation.svg)
Calculating the hash tree root of an `IndexedAttestation`. In this and the following diagrams, $R(X)$ is the Merkleization of $X$, $S(X)$ is the SSZ serialisation of $X$. Each box is a 32 byte chunk, and the small digits are the number of leaves in the Merkleization operation.
</div>
@@ -4112,9 +4168,10 @@ assert(a.attesting_indices.hash_tree_root() ==
In diagram form the hash tree root calculation for the list looks like this.
<a id="img_merkleization_attestingindices"></a>
<div class="image" style="width:60%">
<div class="image diagram" style="width:60%">
![Diagram showing how to calculate the hash tree root of a List type](images/diagrams/merkleization-AttestingIndices.svg)
![Diagram showing how to calculate the hash tree root of a List type](md/images/diagrams/merkleization_AttestingIndices.svg)
Calculating the hash tree root of the `attesting_indices`. This is a `List[uint256, 2048]` type, and our example list has three elements, comprising a single chunk. Note the extra `mix_in_length()` step that's applied to lists.
</div>
@@ -4177,9 +4234,10 @@ assert(a.data.hash_tree_root() == merkleize_chunks(
```
<a id="img_merkleization_attestationdata"></a>
<div class="image" style="width:80%">
<div class="image diagram" style="width:80%">
![Diagram showing how to calculate the hash tree root of an AttestationData type](images/diagrams/merkleization-AttestationData.svg)
![Diagram showing how to calculate the hash tree root of an AttestationData type](md/images/diagrams/merkleization_AttestationData.svg)
Calculating the hash tree root of an `AttestationData` container. It contains in turn two `Checkpoint` containers, `source` and `target`.
</div>
@@ -4194,9 +4252,10 @@ assert(a.signature.hash_tree_root() ==
```
<a id="img_merkleization_signature"></a>
<div class="image" style="width:60%">
<div class="image diagram" style="width:60%">
![Diagram showing how to calculate the hash tree root of a Signature type](images/diagrams/merkleization-Signature.svg)
![Diagram showing how to calculate the hash tree root of a Signature type](md/images/diagrams/merkleization_Signature.svg)
Calculating the hash tree root of a `Signature`, which is really a `Bytes96`, or `Vector[uint8, 96]` type.
</div>
@@ -4208,9 +4267,10 @@ Assembling all these parts we can illustrate in both diagram form and code form
##### The full picture
<a id="img_merkleization_indexedattestation_all"></a>
<div class="image" style="width:100%">
<div class="image diagram" style="width:100%">
![Diagram showing the full picture of how to calculate the hash tree root of an IndexedAttestation type](images/diagrams/merkleization-IndexedAttestation_all.svg)
![Diagram showing the full picture of how to calculate the hash tree root of an IndexedAttestation type](md/images/diagrams/merkleization_IndexedAttestation_all.svg)
Illustrating the steps required to calculate the hash tree root of an `IndexedAttestation`. The small digits are the number of leaves in each Merkleization operation.
</div>
@@ -4689,10 +4749,11 @@ On a long-term average, a validator can expect to earn a total amount of [`get_b
The apportioning of rewards was overhauled in the Altair upgrade to better reflect the importance of each activity within the protocol. The total reward amount remains the same, but sync committee rewards were added, and the relative weights were adjusted. Previously, the weights corresponded to 16 for correct source, 16 for correct target, 16 for correct head, 14 for inclusion (equivalent to correct source), and 2 for block proposals. The factor of four increase in the proposer reward addressed a long-standing [spec bug](https://github.com/ethereum/consensus-specs/issues/2152#issuecomment-747465241).
<a id="img_weights"></a>
<div class="image" style="width:50%">
<a id="img_incentives_weights"></a>
<div class="image diagram" style="width:50%">
![A piechart of the proportion of a validator's total reward derived from each of the micro-rewards](images/diagrams/incentives-weights.svg)
![A piechart of the proportion of a validator's total reward derived from each of the micro-rewards](md/images/diagrams/weights.svg)
The proportion of the total reward derived from each of the micro-rewards.
</div>
@@ -8091,9 +8152,10 @@ On the beacon chain we are using $2$-finality, since target votes may be include
4. Checkpoint $C_{n-1}$ is justified, and there is a supermajority link from $C_{n-1}$ to $C_n$: finalise $C_{n-1}$. This is equivalent to $1$-finality applied to the current epoch.
<a id="img_k_finality"></a>
<div class="image" style="width: 80%">
<div class="image diagram" style="width: 80%">
![A diagram of the four k-finality scenarios](images/diagrams/k_finality.svg)
![A diagram of the four k-finality scenarios](md/images/diagrams/k_finality.svg)
The four k-finality scenarios. Checkpoint numbers are along the bottom.
</div>
@@ -8137,10 +8199,11 @@ Since the Altair upgrade, each validator has an individual inactivity score in t
- When _not_ in an inactivity leak
- decrease all validators' scores by [`INACTIVITY_SCORE_RECOVERY_RATE`](/part3/config/configuration#inactivity_score_recovery_rate).
<a id="img_inactivity_scores_flow"></a>
<div class="image">
<a id="img_incentives_inactivity_scores_flow"></a>
<div class="image diagram">
![Flowchart showing how inactivity score updates are calculated](images/diagrams/incentives-inactivity_scores_flow.svg)
![Flowchart showing how inactivity score updates are calculated](md/images/diagrams/inactivity_scores_flow.svg)
How each validator's inactivity score is updated. The happy flow is right through the middle.
</div>

View File

@@ -115,7 +115,7 @@
});
// Top and tail for file format
source = '<?xml version="1.0" standalone="no"?>\r\n<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 600">' + source + '</svg>';
source = '<?xml version="1.0" standalone="no"?>\r\n' + source;
// Convert to URI data scheme.
const url = "data:image/svg+xml;charset=utf-8," + encodeURIComponent(source);

View File

@@ -0,0 +1,34 @@
import React from "react"
import "../css/dark-mode-toggle.css"
class DarkModeToggle extends React.Component {
componentDidMount() {
const toggle = document.querySelector('dark-mode-toggle')
const body = document.body
// Set or remove the `dark` class the first time.
toggle.mode === 'dark'
? body.classList.add('dark')
: body.classList.remove('dark')
// Listen for toggle changes (which includes `prefers-color-scheme` changes)
// and toggle the `dark` class accordingly.
toggle.addEventListener('colorschemechange', () => {
body.classList.toggle('dark', toggle.mode === 'dark')
})
}
render() {
return (
<aside id="dark-mode-toggle">
<dark-mode-toggle
permanent="true"
></dark-mode-toggle>
</aside>
)
}
}
export default DarkModeToggle

View File

@@ -6,3 +6,33 @@
--main-max-width: 1200px;
--main-min-width: 800px;
}
body {
--background: #fff;
--foreground: #000;
--link-colour: #0366d6;
--fn-tt-foreground: #000;
--fn-tt-background: #ddd;
--table-border: #999;
--th-background: #999;
--th-border: #ccc;
--th-colour: #fff;
--sidebar-background: #f3f5f6;
--sidebar-foreground: #000;
--pagenavi-link: #777;
--pagenavi-link-hover: #444;
}
body.dark {
--background: #111;
--foreground: #eee;
--link-colour: #9cf;
--fn-tt-foreground: #eee;
--fn-tt-background: #333;
--th-background: #444;
--th-border: #999;
--sidebar-background: #222;
--sidebar-foreground: #ccc;
--pagenavi-link: #ccc;
--pagenavi-link-hover: #fff;
}

View File

@@ -0,0 +1,24 @@
aside#dark-mode-toggle {
position: absolute;
left: 0;
top: 0;
padding: 0 0 0 0.5rem;
}
dark-mode-toggle {
--dark-mode-toggle-dark-icon: url("../images/sun.svg");
--dark-mode-toggle-light-icon: url("../images/moon.svg");
--dark-mode-toggle-icon-size: 20px;
}
@media print {
aside#dark-mode-toggle {
display: none;
}
}
@media screen and (max-width: 1200px) {
aside#dark-mode-toggle {
padding: 0;
}
}

View File

@@ -1,3 +1,5 @@
@import "custom.css";
sup[id^='fnref-'] {
position: relative;
display: inline;
@@ -8,8 +10,8 @@ sup[id^='fnref-'] {
font-family: 'Open Sans', sans-serif;
font-size: 80%;
position: absolute;
color: #000;
background: #ddd;
color: var(--fn-tt-foreground);
background: var(--fn-tt-background);;
border-radius: 6px;
padding: 5px 10px;
width: calc(var(--main-width) / 4);

View File

@@ -3,7 +3,8 @@
html, body {
margin: 0;
padding: 0;
color: black;
background-color: var(--background);
color: var(--foreground);
text-rendering: optimizeLegibility;
font-family: system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
@@ -53,7 +54,7 @@ p {
}
a {
color: #0366d6;
color: var(--link-colour);
text-decoration: none;
}
@@ -131,22 +132,22 @@ div.image img {
}
table {
border: solid #999999 1px;
border: solid var(--table-border) 1px;
border-collapse: collapse;
margin: 3ex 0;
}
td, th {
border: solid #999999 1px;
border: solid var(--table-border) 1px;
padding: 4px 8px;
text-align: left;
vertical-align: top;
}
th {
color: white;
background-color: #999999;
border: solid #cccccc 1px;
color: var(--th-colour);
background-color: var(--th-background);
border: solid var(--th-border) 1px;
border-top-style: inherit;
}
@@ -191,7 +192,7 @@ div.title-page h1, div.title-page h2, div.title-page h3, div.title-page h4 {
margin: 1ex 0;
}
div.title-page img {
div.title-page svg {
margin: 1ex auto;
}
@@ -268,7 +269,6 @@ pre[class^="language-"] code {
}
/*** Footnotes ***/
div.footnotes hr {
margin-top: 6ex;
border: 0;
@@ -287,8 +287,77 @@ div.summary {
border: double #999 3.5px;
}
/*** SVG stuff - needed for dark mode support, here be dragons ***/
div.image svg path {
stroke: var(--foreground);
fill: none;
}
/* Axes and labels in charts */
div.chart svg path[class$="Text"],
div.chart svg g[class*="Axis"] g[class$="tick"] path {
fill: var(--foreground)!important;
stroke: none!important;
}
/* The order matters of these two. The first makes sure our dashed lines are not fat,
the second that other elements are not messed up */
div.diagram svg path[d] {
stroke: none!important;
fill:var(--foreground)!important;
}
div.diagram svg path[stroke] {
stroke: var(--foreground)!important;
fill: none!important;
}
/* Fix up selected diagrams - some elements need a fill */
div.diagram div#consensus-messages svg path[fill],
div.diagram div#incentives-scalability_trilemma svg path[fill],
div.diagram div[id^='randomness-'] svg path[fill],
div.diagram div[id^='shuffling-'] svg path[fill],
div.diagram div[id^='aggregators'] svg path[fill],
div.diagram div[id^='ssz-'] svg path[fill],
div.diagram div[id^='merkleization-'] svg path[fill] {
fill: var(--background)!important;
}
/* Make Firefox show text in diagrams */
div.diagram svg use {
fill: var(--foreground);
}
/* Make Chrome correctly show text in diagrams
- it handles the shadow DOM differently from FF */
div#consensus-messages svg defs path,
div#incentives-scalability_trilemma svg defs path,
div.diagram svg defs path {
fill: var(--foreground)!important;
stroke: none!important;
}
/* Remove boxes around selected elements */
div#consensus-messages svg path[fill="#FFF"],
div[id^='shuffling-'] svg path[fill="#FFF"],
div[id^='merkleization-'] svg path[fill="#FFF"] {
stroke: none!important;
}
/* removes SVG border */
g[clip-path] {
display: none;
}
/* Always display my avatar as positive */
div.title-page svg g#layer101 path {
fill: #343434!important;
}
@media print {
html, body, #page, #main-content {
--background: #fff;
--foreground: #000;
display: block !important;
overflow: visible !important;
width: 100% !important;
@@ -296,6 +365,8 @@ div.summary {
min-width: initial !important;
margin: initial !important;
padding: initial !important;
background-color: var(--background);
color: var(--foreground);
}
#main-content {
font-size: 12pt !important;

View File

@@ -1,3 +1,5 @@
@import "custom.css";
#page-navi {
box-sizing: border-box;
flex-grow: 1;
@@ -5,17 +7,16 @@
padding: 0 1em 0 2em;
margin: 0px;
overflow-y: auto;
color: #999999;
font-size: 80%;
}
#page-navi a {
color: #777;
color: var(--pagenavi-link);
}
#page-navi a:hover {
text-decoration: none;
color: #444;
color: var(--pagenavi-link-hover);
}
#page-navi ul {

View File

@@ -11,7 +11,8 @@ nav.sidebar {
overflow-y: auto;
border-right: 1px solid rgb(230, 236, 241);
text-align: center;
background-color: rgb(243, 245, 246);
background-color: var(--sidebar-background);
color: var(--sidebar-foreground);
}
#index {

View File

@@ -1,6 +1,6 @@
<mxfile host="app.diagrams.net" modified="2022-06-30T09:45:48.520Z" agent="5.0 (X11)" etag="Y2RW7WlWbgmCLmRgbYcc" version="20.0.4" type="github">
<diagram id="45ZHT5c-B5uZ-u51Fnz1" name="Page-1">
<mxGraphModel dx="1422" dy="752" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
<mxfile host="app.diagrams.net" modified="2022-12-21T12:30:14.794Z" agent="5.0 (X11)" etag="dhAU97IFBP_wxddmfllS" version="20.7.4" type="github">
<diagram id="45ZHT5c-B5uZ-u51Fnz1" name="aggregators">
<mxGraphModel dx="2074" dy="1093" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
<root>
<mxCell id="0" />
<mxCell id="1" parent="0" />
@@ -40,7 +40,7 @@
<mxCell id="jOv1jI9sGNHT83Ywalm9-14" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;rounded=0;" parent="1" vertex="1">
<mxGeometry x="312" y="140" width="20" height="40" as="geometry" />
</mxCell>
<mxCell id="jOv1jI9sGNHT83Ywalm9-15" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; face=&quot;Gloria Hallelujah&quot;&gt;Subnet&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;rotation=-90;dashed=1;" parent="1" vertex="1">
<mxCell id="jOv1jI9sGNHT83Ywalm9-15" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; face=&quot;Gloria Hallelujah&quot;&gt;Subnet&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;rotation=-90;dashed=1;fillColor=none;" parent="1" vertex="1">
<mxGeometry x="152" y="120" width="120" height="20" as="geometry" />
</mxCell>
<mxCell id="jOv1jI9sGNHT83Ywalm9-17" value="" style="endArrow=classic;html=1;sketch=1;" parent="1" edge="1">
@@ -181,19 +181,19 @@
<mxPoint x="310" y="100" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="jOv1jI9sGNHT83Ywalm9-52" value="" style="endArrow=classic;html=1;sketch=1;exitX=0.86;exitY=0.278;exitDx=0;exitDy=0;exitPerimeter=0;entryX=0.946;entryY=0.062;entryDx=0;entryDy=0;entryPerimeter=0;" parent="1" source="jOv1jI9sGNHT83Ywalm9-54" edge="1" target="jOv1jI9sGNHT83Ywalm9-55">
<mxCell id="jOv1jI9sGNHT83Ywalm9-52" value="" style="endArrow=classic;html=1;sketch=1;exitX=0.86;exitY=0.278;exitDx=0;exitDy=0;exitPerimeter=0;entryX=0.946;entryY=0.062;entryDx=0;entryDy=0;entryPerimeter=0;" parent="1" source="jOv1jI9sGNHT83Ywalm9-54" target="jOv1jI9sGNHT83Ywalm9-55" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="351" y="99.71000000000001" as="sourcePoint" />
<mxPoint x="401" y="100" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="jOv1jI9sGNHT83Ywalm9-53" value="" style="endArrow=classic;html=1;sketch=1;exitX=0.86;exitY=0.611;exitDx=0;exitDy=0;exitPerimeter=0;entryX=0.75;entryY=0;entryDx=0;entryDy=0;" parent="1" source="jOv1jI9sGNHT83Ywalm9-54" edge="1" target="jOv1jI9sGNHT83Ywalm9-55">
<mxCell id="jOv1jI9sGNHT83Ywalm9-53" value="" style="endArrow=classic;html=1;sketch=1;exitX=0.86;exitY=0.611;exitDx=0;exitDy=0;exitPerimeter=0;entryX=0.75;entryY=0;entryDx=0;entryDy=0;" parent="1" source="jOv1jI9sGNHT83Ywalm9-54" target="jOv1jI9sGNHT83Ywalm9-55" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="351" y="159.43000000000004" as="sourcePoint" />
<mxPoint x="401" y="159" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="jOv1jI9sGNHT83Ywalm9-55" value="&lt;div&gt;&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; face=&quot;Gloria Hallelujah&quot;&gt;Global topic&lt;/font&gt;&lt;/div&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;rotation=-90;dashed=1;" parent="1" vertex="1">
<mxCell id="jOv1jI9sGNHT83Ywalm9-55" value="&lt;div&gt;&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; face=&quot;Gloria Hallelujah&quot;&gt;Global topic&lt;/font&gt;&lt;/div&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;rotation=-90;dashed=1;fillColor=none;" parent="1" vertex="1">
<mxGeometry x="275.75" y="223.25" width="296.5" height="20" as="geometry" />
</mxCell>
<mxCell id="jOv1jI9sGNHT83Ywalm9-56" value="" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fillColor=none;" parent="1" vertex="1">
@@ -205,37 +205,37 @@
<mxCell id="jOv1jI9sGNHT83Ywalm9-58" value="" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fillColor=none;" parent="1" vertex="1">
<mxGeometry x="72" y="355" width="300" height="30" as="geometry" />
</mxCell>
<mxCell id="jOv1jI9sGNHT83Ywalm9-59" value="" style="endArrow=classic;html=1;sketch=1;entryX=0.397;entryY=-0.076;entryDx=0;entryDy=0;entryPerimeter=0;" parent="1" edge="1" target="jOv1jI9sGNHT83Ywalm9-55">
<mxCell id="jOv1jI9sGNHT83Ywalm9-59" value="" style="endArrow=classic;html=1;sketch=1;entryX=0.397;entryY=-0.076;entryDx=0;entryDy=0;entryPerimeter=0;" parent="1" target="jOv1jI9sGNHT83Ywalm9-55" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="351" y="265.43000000000006" as="sourcePoint" />
<mxPoint x="410" y="265" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="jOv1jI9sGNHT83Ywalm9-60" value="" style="endArrow=classic;html=1;sketch=1;entryX=0.36;entryY=-0.007;entryDx=0;entryDy=0;entryPerimeter=0;" parent="1" edge="1" target="jOv1jI9sGNHT83Ywalm9-55">
<mxCell id="jOv1jI9sGNHT83Ywalm9-60" value="" style="endArrow=classic;html=1;sketch=1;entryX=0.36;entryY=-0.007;entryDx=0;entryDy=0;entryPerimeter=0;" parent="1" target="jOv1jI9sGNHT83Ywalm9-55" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="351" y="275.43000000000006" as="sourcePoint" />
<mxPoint x="401" y="275" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="jOv1jI9sGNHT83Ywalm9-61" value="" style="endArrow=classic;html=1;sketch=1;entryX=0.222;entryY=-0.007;entryDx=0;entryDy=0;entryPerimeter=0;" parent="1" edge="1" target="jOv1jI9sGNHT83Ywalm9-55">
<mxCell id="jOv1jI9sGNHT83Ywalm9-61" value="" style="endArrow=classic;html=1;sketch=1;entryX=0.222;entryY=-0.007;entryDx=0;entryDy=0;entryPerimeter=0;" parent="1" target="jOv1jI9sGNHT83Ywalm9-55" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="351" y="315.43000000000006" as="sourcePoint" />
<mxPoint x="410" y="315" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="jOv1jI9sGNHT83Ywalm9-62" value="" style="endArrow=classic;html=1;sketch=1;entryX=0.185;entryY=-0.007;entryDx=0;entryDy=0;entryPerimeter=0;" parent="1" edge="1" target="jOv1jI9sGNHT83Ywalm9-55">
<mxCell id="jOv1jI9sGNHT83Ywalm9-62" value="" style="endArrow=classic;html=1;sketch=1;entryX=0.185;entryY=-0.007;entryDx=0;entryDy=0;entryPerimeter=0;" parent="1" target="jOv1jI9sGNHT83Ywalm9-55" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="351" y="325.43000000000006" as="sourcePoint" />
<mxPoint x="401" y="325" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="jOv1jI9sGNHT83Ywalm9-63" value="" style="endArrow=classic;html=1;sketch=1;entryX=0.053;entryY=-0.007;entryDx=0;entryDy=0;entryPerimeter=0;" parent="1" edge="1" target="jOv1jI9sGNHT83Ywalm9-55">
<mxCell id="jOv1jI9sGNHT83Ywalm9-63" value="" style="endArrow=classic;html=1;sketch=1;entryX=0.053;entryY=-0.007;entryDx=0;entryDy=0;entryPerimeter=0;" parent="1" target="jOv1jI9sGNHT83Ywalm9-55" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="351" y="365.43000000000006" as="sourcePoint" />
<mxPoint x="401" y="365" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="jOv1jI9sGNHT83Ywalm9-64" value="" style="endArrow=classic;html=1;sketch=1;entryX=0.02;entryY=0.062;entryDx=0;entryDy=0;entryPerimeter=0;" parent="1" edge="1" target="jOv1jI9sGNHT83Ywalm9-55">
<mxCell id="jOv1jI9sGNHT83Ywalm9-64" value="" style="endArrow=classic;html=1;sketch=1;entryX=0.02;entryY=0.062;entryDx=0;entryDy=0;entryPerimeter=0;" parent="1" target="jOv1jI9sGNHT83Ywalm9-55" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="351" y="375.43000000000006" as="sourcePoint" />
<mxPoint x="401" y="375" as="targetPoint" />

View File

@@ -1,6 +1,6 @@
<mxfile host="app.diagrams.net" modified="2022-03-14T11:16:50.588Z" agent="5.0 (X11)" etag="0u08puoy0CZkZpYSc-W5" version="17.1.2" type="github" pages="8">
<mxfile host="app.diagrams.net" modified="2022-12-22T09:57:22.486Z" agent="5.0 (X11)" etag="9lvVpQ2HFfQmAL8QPHO2" version="20.7.4" type="github" pages="8">
<diagram id="15Mt5vYFOoObrEWgtYiu" name="key">
<mxGraphModel dx="2062" dy="1091" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169" math="0" shadow="0">
<mxGraphModel dx="2074" dy="1093" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169" math="0" shadow="0">
<root>
<mxCell id="m8N8g90QkLfTBGWo5WKB-0" />
<mxCell id="m8N8g90QkLfTBGWo5WKB-1" parent="m8N8g90QkLfTBGWo5WKB-0" />
@@ -44,29 +44,29 @@
</mxGraphModel>
</diagram>
<diagram id="WrNMm0lzvySlWsh0EE9z" name="setup">
<mxGraphModel dx="2062" dy="1091" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
<mxGraphModel dx="2074" dy="1093" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
<root>
<mxCell id="uPciE0t4AosfjtS483er-0" />
<mxCell id="uPciE0t4AosfjtS483er-1" parent="uPciE0t4AosfjtS483er-0" />
<mxCell id="OLW7KKnWr4m2rH5J4OHN-0" value="" style="endArrow=classic;html=1;rounded=0;sketch=1;fontSize=20;entryX=0;entryY=0.5;entryDx=0;entryDy=0;exitX=1;exitY=0.5;exitDx=0;exitDy=0;" edge="1" parent="uPciE0t4AosfjtS483er-1">
<mxCell id="OLW7KKnWr4m2rH5J4OHN-0" value="" style="endArrow=classic;html=1;rounded=0;sketch=1;fontSize=20;entryX=0;entryY=0.5;entryDx=0;entryDy=0;exitX=1;exitY=0.5;exitDx=0;exitDy=0;" parent="uPciE0t4AosfjtS483er-1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="328" y="67" as="sourcePoint" />
<mxPoint x="375" y="67" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="OLW7KKnWr4m2rH5J4OHN-1" value="" style="sketch=1;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=default;fillColor=none;aspect=fixed;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=stencil(pVfbcpswEP0av+5IWl0fO276H9ShNRMHPEAS8/eVLSR0cVuMZ/x0lj06e5W8w/1wrM71jpFqONeHcYffd4x9Vn1T/TxZmFnL0YESNVDloLZ6rx061m3VjhZ6qydnG8a+e6u/mtdxdmzaY903o7N+OQwZgqJXCF925Js1XH+4P3Rta2U0XTvcsB+Z/VfX17/77qN9TQzefK6uhxYGb37vPq+hXpwGKglQdLKmOUYFhjskPztlOnz0jorOXIqCFs7zwmZMU6BsxrDEJlocOs2uSoH/aHbUGgxuUharYHfU4p1seF9CQIpUGiUGTCYuxh5UxzXwTBwaoDwTF2GLuEgIuyP46czFQlip9x+Ji+rHyiLjo8126ob6v1+lzW1TAaiT5kYhAdWWTMRkPhOMKFAmTQUjEhhNU4FSANFpMlAxwKyHUHGgYo26U9PGgRIR6jstVFw/TkU1A8UTKm7ZtdmiCsGk6eecrkx/qUqmTEqCoVtESRBpfILa7SC3iPL7e6HithAbmIwGYVImtWqXZDzCAKY8kgpg29aSJfONHEZf6LBvwuxbjPt9Q6NTs4a/Yvn0WwhX5asUp0IjLeLs5OUb3WJCluK87yKOg5KlOrJqa2ZVIDroWKoJfNulSjjoPFDCFgxLzAcqpCmqIOwqUmmcwhZabhil5Mh5urQCvYoqj1MIkDLbrnbmdRplBPkgmQ1IZEHayx2yYlJpr/tVQ14s/kjGzK954Lrc4ffSos+mMqapjOlBYfYxmr+3kNDQs15ajE1lUFMZ1PNJS3T42CWGaQ8Fja/ooI2GWzXkTUXXkvc1LPg+83jAvcX/8mq2r+3mdHLP+TsEN9fiPX5D3X+KG/AH);direction=north;fillStyle=hachure;" vertex="1" parent="uPciE0t4AosfjtS483er-1">
<mxCell id="OLW7KKnWr4m2rH5J4OHN-1" value="" style="sketch=1;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=default;fillColor=none;aspect=fixed;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=stencil(pVfbcpswEP0av+5IWl0fO276H9ShNRMHPEAS8/eVLSR0cVuMZ/x0lj06e5W8w/1wrM71jpFqONeHcYffd4x9Vn1T/TxZmFnL0YESNVDloLZ6rx061m3VjhZ6qydnG8a+e6u/mtdxdmzaY903o7N+OQwZgqJXCF925Js1XH+4P3Rta2U0XTvcsB+Z/VfX17/77qN9TQzefK6uhxYGb37vPq+hXpwGKglQdLKmOUYFhjskPztlOnz0jorOXIqCFs7zwmZMU6BsxrDEJlocOs2uSoH/aHbUGgxuUharYHfU4p1seF9CQIpUGiUGTCYuxh5UxzXwTBwaoDwTF2GLuEgIuyP46czFQlip9x+Ji+rHyiLjo8126ob6v1+lzW1TAaiT5kYhAdWWTMRkPhOMKFAmTQUjEhhNU4FSANFpMlAxwKyHUHGgYo26U9PGgRIR6jstVFw/TkU1A8UTKm7ZtdmiCsGk6eecrkx/qUqmTEqCoVtESRBpfILa7SC3iPL7e6HithAbmIwGYVImtWqXZDzCAKY8kgpg29aSJfONHEZf6LBvwuxbjPt9Q6NTs4a/Yvn0WwhX5asUp0IjLeLs5OUb3WJCluK87yKOg5KlOrJqa2ZVIDroWKoJfNulSjjoPFDCFgxLzAcqpCmqIOwqUmmcwhZabhil5Mh5urQCvYoqj1MIkDLbrnbmdRplBPkgmQ1IZEHayx2yYlJpr/tVQ14s/kjGzK954Lrc4ffSos+mMqapjOlBYfYxmr+3kNDQs15ajE1lUFMZ1PNJS3T42CWGaQ8Fja/ooI2GWzXkTUXXkvc1LPg+83jAvcX/8mq2r+3mdHLP+TsEN9fiPX5D3X+KG/AH);direction=north;fillStyle=hachure;" parent="uPciE0t4AosfjtS483er-1" vertex="1">
<mxGeometry x="208.98" y="42" width="88.24" height="45" as="geometry" />
</mxCell>
<mxCell id="OLW7KKnWr4m2rH5J4OHN-2" value="" style="sketch=1;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=default;fillColor=#000000;aspect=fixed;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=stencil(pVfbcpswEP0av+5IWl0fO276H9ShNRMHPEAS8/eVLSR0cVuMZ/x0lj06e5W8w/1wrM71jpFqONeHcYffd4x9Vn1T/TxZmFnL0YESNVDloLZ6rx061m3VjhZ6qydnG8a+e6u/mtdxdmzaY903o7N+OQwZgqJXCF925Js1XH+4P3Rta2U0XTvcsB+Z/VfX17/77qN9TQzefK6uhxYGb37vPq+hXpwGKglQdLKmOUYFhjskPztlOnz0jorOXIqCFs7zwmZMU6BsxrDEJlocOs2uSoH/aHbUGgxuUharYHfU4p1seF9CQIpUGiUGTCYuxh5UxzXwTBwaoDwTF2GLuEgIuyP46czFQlip9x+Ji+rHyiLjo8126ob6v1+lzW1TAaiT5kYhAdWWTMRkPhOMKFAmTQUjEhhNU4FSANFpMlAxwKyHUHGgYo26U9PGgRIR6jstVFw/TkU1A8UTKm7ZtdmiCsGk6eecrkx/qUqmTEqCoVtESRBpfILa7SC3iPL7e6HithAbmIwGYVImtWqXZDzCAKY8kgpg29aSJfONHEZf6LBvwuxbjPt9Q6NTs4a/Yvn0WwhX5asUp0IjLeLs5OUb3WJCluK87yKOg5KlOrJqa2ZVIDroWKoJfNulSjjoPFDCFgxLzAcqpCmqIOwqUmmcwhZabhil5Mh5urQCvYoqj1MIkDLbrnbmdRplBPkgmQ1IZEHayx2yYlJpr/tVQ14s/kjGzK954Lrc4ffSos+mMqapjOlBYfYxmr+3kNDQs15ajE1lUFMZ1PNJS3T42CWGaQ8Fja/ooI2GWzXkTUXXkvc1LPg+83jAvcX/8mq2r+3mdHLP+TsEN9fiPX5D3X+KG/AH);direction=north;fillStyle=hachure;" vertex="1" parent="uPciE0t4AosfjtS483er-1">
<mxCell id="OLW7KKnWr4m2rH5J4OHN-2" value="" style="sketch=1;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=default;fillColor=#000000;aspect=fixed;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=stencil(pVfbcpswEP0av+5IWl0fO276H9ShNRMHPEAS8/eVLSR0cVuMZ/x0lj06e5W8w/1wrM71jpFqONeHcYffd4x9Vn1T/TxZmFnL0YESNVDloLZ6rx061m3VjhZ6qydnG8a+e6u/mtdxdmzaY903o7N+OQwZgqJXCF925Js1XH+4P3Rta2U0XTvcsB+Z/VfX17/77qN9TQzefK6uhxYGb37vPq+hXpwGKglQdLKmOUYFhjskPztlOnz0jorOXIqCFs7zwmZMU6BsxrDEJlocOs2uSoH/aHbUGgxuUharYHfU4p1seF9CQIpUGiUGTCYuxh5UxzXwTBwaoDwTF2GLuEgIuyP46czFQlip9x+Ji+rHyiLjo8126ob6v1+lzW1TAaiT5kYhAdWWTMRkPhOMKFAmTQUjEhhNU4FSANFpMlAxwKyHUHGgYo26U9PGgRIR6jstVFw/TkU1A8UTKm7ZtdmiCsGk6eecrkx/qUqmTEqCoVtESRBpfILa7SC3iPL7e6HithAbmIwGYVImtWqXZDzCAKY8kgpg29aSJfONHEZf6LBvwuxbjPt9Q6NTs4a/Yvn0WwhX5asUp0IjLeLs5OUb3WJCluK87yKOg5KlOrJqa2ZVIDroWKoJfNulSjjoPFDCFgxLzAcqpCmqIOwqUmmcwhZabhil5Mh5urQCvYoqj1MIkDLbrnbmdRplBPkgmQ1IZEHayx2yYlJpr/tVQ14s/kjGzK954Lrc4ffSos+mMqapjOlBYfYxmr+3kNDQs15ajE1lUFMZ1PNJS3T42CWGaQ8Fja/ooI2GWzXkTUXXkvc1LPg+83jAvcX/8mq2r+3mdHLP+TsEN9fiPX5D3X+KG/AH);direction=north;fillStyle=hachure;" parent="uPciE0t4AosfjtS483er-1" vertex="1">
<mxGeometry x="400" y="44.5" width="88.24" height="45" as="geometry" />
</mxCell>
<mxCell id="OLW7KKnWr4m2rH5J4OHN-3" value="" style="group" vertex="1" connectable="0" parent="uPciE0t4AosfjtS483er-1">
<mxCell id="OLW7KKnWr4m2rH5J4OHN-3" value="" style="group" parent="uPciE0t4AosfjtS483er-1" vertex="1" connectable="0">
<mxGeometry x="85" y="35" width="141" height="60" as="geometry" />
</mxCell>
<mxCell id="OLW7KKnWr4m2rH5J4OHN-4" value="&lt;div&gt;&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 20px&quot; face=&quot;Gloria Hallelujah&quot;&gt;Set-up&lt;/font&gt;&lt;/div&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=left;verticalAlign=middle;whiteSpace=wrap;rounded=0;sketch=0;fillStyle=solid;" vertex="1" parent="OLW7KKnWr4m2rH5J4OHN-3">
<mxCell id="OLW7KKnWr4m2rH5J4OHN-4" value="&lt;div&gt;&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 20px&quot; face=&quot;Gloria Hallelujah&quot;&gt;Set-up&lt;/font&gt;&lt;/div&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=left;verticalAlign=middle;whiteSpace=wrap;rounded=0;sketch=0;fillStyle=solid;" parent="OLW7KKnWr4m2rH5J4OHN-3" vertex="1">
<mxGeometry x="1" width="140" height="60" as="geometry" />
</mxCell>
<mxCell id="OLW7KKnWr4m2rH5J4OHN-5" value="" style="endArrow=none;html=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=18;sketch=1;curved=1;" edge="1" parent="OLW7KKnWr4m2rH5J4OHN-3">
<mxCell id="OLW7KKnWr4m2rH5J4OHN-5" value="" style="endArrow=none;html=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=18;sketch=1;curved=1;" parent="OLW7KKnWr4m2rH5J4OHN-3" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint y="43" as="sourcePoint" />
<mxPoint x="70" y="41" as="targetPoint" />
@@ -76,35 +76,35 @@
</mxGraphModel>
</diagram>
<diagram id="r5-z6Tw9KQP0wMWqGEOn" name="signing">
<mxGraphModel dx="2062" dy="1091" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
<mxGraphModel dx="2074" dy="1093" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
<root>
<mxCell id="RX1QMpTJZ7HhTVuxgZTW-0" />
<mxCell id="RX1QMpTJZ7HhTVuxgZTW-1" parent="RX1QMpTJZ7HhTVuxgZTW-0" />
<mxCell id="Ge8llDfad9CYTSuqkLJ7-0" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 20px&quot; face=&quot;Gloria Hallelujah&quot;&gt;+&lt;br&gt;&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;sketch=0;fillStyle=solid;" vertex="1" parent="RX1QMpTJZ7HhTVuxgZTW-1">
<mxCell id="Ge8llDfad9CYTSuqkLJ7-0" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 20px&quot; face=&quot;Gloria Hallelujah&quot;&gt;+&lt;br&gt;&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;sketch=0;fillStyle=solid;" parent="RX1QMpTJZ7HhTVuxgZTW-1" vertex="1">
<mxGeometry x="310" y="33" width="40" height="60" as="geometry" />
</mxCell>
<mxCell id="Ge8llDfad9CYTSuqkLJ7-1" value="" style="endArrow=classic;html=1;rounded=0;sketch=1;fontSize=20;exitX=1;exitY=0.5;exitDx=0;exitDy=0;" edge="1" parent="RX1QMpTJZ7HhTVuxgZTW-1">
<mxCell id="Ge8llDfad9CYTSuqkLJ7-1" value="" style="endArrow=classic;html=1;rounded=0;sketch=1;fontSize=20;exitX=1;exitY=0.5;exitDx=0;exitDy=0;" parent="RX1QMpTJZ7HhTVuxgZTW-1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="470" y="61" as="sourcePoint" />
<mxPoint x="510" y="61" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="Ge8llDfad9CYTSuqkLJ7-2" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;Signature&lt;/font&gt;" style="shape=document;whiteSpace=wrap;html=1;boundedLbl=1;shadow=0;sketch=1;fillStyle=hachure;strokeColor=default;strokeWidth=1;fillColor=#000000;" vertex="1" parent="RX1QMpTJZ7HhTVuxgZTW-1">
<mxCell id="Ge8llDfad9CYTSuqkLJ7-2" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;Signature&lt;/font&gt;" style="shape=document;whiteSpace=wrap;html=1;boundedLbl=1;shadow=0;sketch=1;fillStyle=hachure;strokeColor=default;strokeWidth=1;fillColor=#000000;" parent="RX1QMpTJZ7HhTVuxgZTW-1" vertex="1">
<mxGeometry x="530" y="45" width="90" height="42" as="geometry" />
</mxCell>
<mxCell id="Ge8llDfad9CYTSuqkLJ7-3" value="" style="shape=document;whiteSpace=wrap;html=1;boundedLbl=1;shadow=0;sketch=1;fillStyle=auto;strokeColor=default;strokeWidth=1;fillColor=none;" vertex="1" parent="RX1QMpTJZ7HhTVuxgZTW-1">
<mxCell id="Ge8llDfad9CYTSuqkLJ7-3" value="" style="shape=document;whiteSpace=wrap;html=1;boundedLbl=1;shadow=0;sketch=1;fillStyle=auto;strokeColor=default;strokeWidth=1;fillColor=none;" parent="RX1QMpTJZ7HhTVuxgZTW-1" vertex="1">
<mxGeometry x="362" y="46" width="90" height="40" as="geometry" />
</mxCell>
<mxCell id="Ge8llDfad9CYTSuqkLJ7-4" value="" style="sketch=1;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=default;fillColor=none;aspect=fixed;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=stencil(pVfbcpswEP0av+5IWl0fO276H9ShNRMHPEAS8/eVLSR0cVuMZ/x0lj06e5W8w/1wrM71jpFqONeHcYffd4x9Vn1T/TxZmFnL0YESNVDloLZ6rx061m3VjhZ6qydnG8a+e6u/mtdxdmzaY903o7N+OQwZgqJXCF925Js1XH+4P3Rta2U0XTvcsB+Z/VfX17/77qN9TQzefK6uhxYGb37vPq+hXpwGKglQdLKmOUYFhjskPztlOnz0jorOXIqCFs7zwmZMU6BsxrDEJlocOs2uSoH/aHbUGgxuUharYHfU4p1seF9CQIpUGiUGTCYuxh5UxzXwTBwaoDwTF2GLuEgIuyP46czFQlip9x+Ji+rHyiLjo8126ob6v1+lzW1TAaiT5kYhAdWWTMRkPhOMKFAmTQUjEhhNU4FSANFpMlAxwKyHUHGgYo26U9PGgRIR6jstVFw/TkU1A8UTKm7ZtdmiCsGk6eecrkx/qUqmTEqCoVtESRBpfILa7SC3iPL7e6HithAbmIwGYVImtWqXZDzCAKY8kgpg29aSJfONHEZf6LBvwuxbjPt9Q6NTs4a/Yvn0WwhX5asUp0IjLeLs5OUb3WJCluK87yKOg5KlOrJqa2ZVIDroWKoJfNulSjjoPFDCFgxLzAcqpCmqIOwqUmmcwhZabhil5Mh5urQCvYoqj1MIkDLbrnbmdRplBPkgmQ1IZEHayx2yYlJpr/tVQ14s/kjGzK954Lrc4ffSos+mMqapjOlBYfYxmr+3kNDQs15ajE1lUFMZ1PNJS3T42CWGaQ8Fja/ooI2GWzXkTUXXkvc1LPg+83jAvcX/8mq2r+3mdHLP+TsEN9fiPX5D3X+KG/AH);direction=north;fillStyle=hachure;fontStyle=1" vertex="1" parent="RX1QMpTJZ7HhTVuxgZTW-1">
<mxCell id="Ge8llDfad9CYTSuqkLJ7-4" value="" style="sketch=1;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=default;fillColor=none;aspect=fixed;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=stencil(pVfbcpswEP0av+5IWl0fO276H9ShNRMHPEAS8/eVLSR0cVuMZ/x0lj06e5W8w/1wrM71jpFqONeHcYffd4x9Vn1T/TxZmFnL0YESNVDloLZ6rx061m3VjhZ6qydnG8a+e6u/mtdxdmzaY903o7N+OQwZgqJXCF925Js1XH+4P3Rta2U0XTvcsB+Z/VfX17/77qN9TQzefK6uhxYGb37vPq+hXpwGKglQdLKmOUYFhjskPztlOnz0jorOXIqCFs7zwmZMU6BsxrDEJlocOs2uSoH/aHbUGgxuUharYHfU4p1seF9CQIpUGiUGTCYuxh5UxzXwTBwaoDwTF2GLuEgIuyP46czFQlip9x+Ji+rHyiLjo8126ob6v1+lzW1TAaiT5kYhAdWWTMRkPhOMKFAmTQUjEhhNU4FSANFpMlAxwKyHUHGgYo26U9PGgRIR6jstVFw/TkU1A8UTKm7ZtdmiCsGk6eecrkx/qUqmTEqCoVtESRBpfILa7SC3iPL7e6HithAbmIwGYVImtWqXZDzCAKY8kgpg29aSJfONHEZf6LBvwuxbjPt9Q6NTs4a/Yvn0WwhX5asUp0IjLeLs5OUb3WJCluK87yKOg5KlOrJqa2ZVIDroWKoJfNulSjjoPFDCFgxLzAcqpCmqIOwqUmmcwhZabhil5Mh5urQCvYoqj1MIkDLbrnbmdRplBPkgmQ1IZEHayx2yYlJpr/tVQ14s/kjGzK954Lrc4ffSos+mMqapjOlBYfYxmr+3kNDQs15ajE1lUFMZ1PNJS3T42CWGaQ8Fja/ooI2GWzXkTUXXkvc1LPg+83jAvcX/8mq2r+3mdHLP+TsEN9fiPX5D3X+KG/AH);direction=north;fillStyle=hachure;fontStyle=1" parent="RX1QMpTJZ7HhTVuxgZTW-1" vertex="1">
<mxGeometry x="208.98" y="44" width="88.24" height="45" as="geometry" />
</mxCell>
<mxCell id="Ge8llDfad9CYTSuqkLJ7-5" value="" style="group" vertex="1" connectable="0" parent="RX1QMpTJZ7HhTVuxgZTW-1">
<mxCell id="Ge8llDfad9CYTSuqkLJ7-5" value="" style="group" parent="RX1QMpTJZ7HhTVuxgZTW-1" vertex="1" connectable="0">
<mxGeometry x="85" y="37" width="140" height="60" as="geometry" />
</mxCell>
<mxCell id="Ge8llDfad9CYTSuqkLJ7-6" value="&lt;div&gt;&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 20px&quot; face=&quot;Gloria Hallelujah&quot;&gt;Signing&lt;/font&gt;&lt;br&gt;&lt;/div&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=left;verticalAlign=middle;whiteSpace=wrap;rounded=0;sketch=0;fillStyle=solid;" vertex="1" parent="Ge8llDfad9CYTSuqkLJ7-5">
<mxCell id="Ge8llDfad9CYTSuqkLJ7-6" value="&lt;div&gt;&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 20px&quot; face=&quot;Gloria Hallelujah&quot;&gt;Signing&lt;/font&gt;&lt;br&gt;&lt;/div&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=left;verticalAlign=middle;whiteSpace=wrap;rounded=0;sketch=0;fillStyle=solid;" parent="Ge8llDfad9CYTSuqkLJ7-5" vertex="1">
<mxGeometry width="140" height="60" as="geometry" />
</mxCell>
<mxCell id="Ge8llDfad9CYTSuqkLJ7-7" value="" style="endArrow=none;html=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=18;sketch=1;curved=1;" edge="1" parent="Ge8llDfad9CYTSuqkLJ7-5">
<mxCell id="Ge8llDfad9CYTSuqkLJ7-7" value="" style="endArrow=none;html=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=18;sketch=1;curved=1;" parent="Ge8llDfad9CYTSuqkLJ7-5" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="1" y="46" as="sourcePoint" />
<mxPoint x="71" y="44" as="targetPoint" />
@@ -114,54 +114,57 @@
</mxGraphModel>
</diagram>
<diagram id="cGGLjEWmRJazrRlWLNQ0" name="verifying">
<mxGraphModel dx="2062" dy="1091" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
<mxGraphModel dx="2074" dy="1093" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
<root>
<mxCell id="_7QPxOr0Kh5OOKJlLbip-0" />
<mxCell id="_7QPxOr0Kh5OOKJlLbip-1" parent="_7QPxOr0Kh5OOKJlLbip-0" />
<mxCell id="3_klLmUxsHkkALZTiXlr-0" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 20px&quot; face=&quot;Gloria Hallelujah&quot;&gt;+&lt;br&gt;&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;sketch=0;fillStyle=solid;" vertex="1" parent="_7QPxOr0Kh5OOKJlLbip-1">
<mxCell id="3_klLmUxsHkkALZTiXlr-0" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 20px&quot; face=&quot;Gloria Hallelujah&quot;&gt;+&lt;br&gt;&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;sketch=0;fillStyle=solid;" parent="_7QPxOr0Kh5OOKJlLbip-1" vertex="1">
<mxGeometry x="291" y="32" width="40" height="60" as="geometry" />
</mxCell>
<mxCell id="3_klLmUxsHkkALZTiXlr-1" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;Signature&lt;/font&gt;" style="shape=document;whiteSpace=wrap;html=1;boundedLbl=1;shadow=0;sketch=1;fillStyle=hachure;strokeColor=default;strokeWidth=1;fillColor=#000000;" vertex="1" parent="_7QPxOr0Kh5OOKJlLbip-1">
<mxCell id="3_klLmUxsHkkALZTiXlr-1" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;Signature&lt;/font&gt;" style="shape=document;whiteSpace=wrap;html=1;boundedLbl=1;shadow=0;sketch=1;fillStyle=hachure;strokeColor=default;strokeWidth=1;fillColor=#000000;" parent="_7QPxOr0Kh5OOKJlLbip-1" vertex="1">
<mxGeometry x="462" y="47" width="90" height="42" as="geometry" />
</mxCell>
<mxCell id="3_klLmUxsHkkALZTiXlr-2" value="" style="endArrow=classic;html=1;rounded=0;sketch=1;fontSize=20;exitX=1;exitY=0.5;exitDx=0;exitDy=0;" edge="1" parent="_7QPxOr0Kh5OOKJlLbip-1">
<mxCell id="3_klLmUxsHkkALZTiXlr-2" value="" style="endArrow=classic;html=1;rounded=0;sketch=1;fontSize=20;exitX=1;exitY=0.5;exitDx=0;exitDy=0;" parent="_7QPxOr0Kh5OOKJlLbip-1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="570" y="67.5" as="sourcePoint" />
<mxPoint x="610" y="67.5" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="3_klLmUxsHkkALZTiXlr-3" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 20px&quot; face=&quot;Gloria Hallelujah&quot;&gt;True / False&lt;br&gt;&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;sketch=0;fillStyle=solid;" vertex="1" parent="_7QPxOr0Kh5OOKJlLbip-1">
<mxGeometry x="620" y="36" width="140" height="60" as="geometry" />
</mxCell>
<mxCell id="3_klLmUxsHkkALZTiXlr-4" value="" style="sketch=1;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=default;fillColor=#000000;aspect=fixed;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=stencil(pVfbcpswEP0av+5IWl0fO276H9ShNRMHPEAS8/eVLSR0cVuMZ/x0lj06e5W8w/1wrM71jpFqONeHcYffd4x9Vn1T/TxZmFnL0YESNVDloLZ6rx061m3VjhZ6qydnG8a+e6u/mtdxdmzaY903o7N+OQwZgqJXCF925Js1XH+4P3Rta2U0XTvcsB+Z/VfX17/77qN9TQzefK6uhxYGb37vPq+hXpwGKglQdLKmOUYFhjskPztlOnz0jorOXIqCFs7zwmZMU6BsxrDEJlocOs2uSoH/aHbUGgxuUharYHfU4p1seF9CQIpUGiUGTCYuxh5UxzXwTBwaoDwTF2GLuEgIuyP46czFQlip9x+Ji+rHyiLjo8126ob6v1+lzW1TAaiT5kYhAdWWTMRkPhOMKFAmTQUjEhhNU4FSANFpMlAxwKyHUHGgYo26U9PGgRIR6jstVFw/TkU1A8UTKm7ZtdmiCsGk6eecrkx/qUqmTEqCoVtESRBpfILa7SC3iPL7e6HithAbmIwGYVImtWqXZDzCAKY8kgpg29aSJfONHEZf6LBvwuxbjPt9Q6NTs4a/Yvn0WwhX5asUp0IjLeLs5OUb3WJCluK87yKOg5KlOrJqa2ZVIDroWKoJfNulSjjoPFDCFgxLzAcqpCmqIOwqUmmcwhZabhil5Mh5urQCvYoqj1MIkDLbrnbmdRplBPkgmQ1IZEHayx2yYlJpr/tVQ14s/kjGzK954Lrc4ffSos+mMqapjOlBYfYxmr+3kNDQs15ajE1lUFMZ1PNJS3T42CWGaQ8Fja/ooI2GWzXkTUXXkvc1LPg+83jAvcX/8mq2r+3mdHLP+TsEN9fiPX5D3X+KG/AH);direction=north;fillStyle=hachure;" vertex="1" parent="_7QPxOr0Kh5OOKJlLbip-1">
<mxCell id="3_klLmUxsHkkALZTiXlr-4" value="" style="sketch=1;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=default;fillColor=#000000;aspect=fixed;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=stencil(pVfbcpswEP0av+5IWl0fO276H9ShNRMHPEAS8/eVLSR0cVuMZ/x0lj06e5W8w/1wrM71jpFqONeHcYffd4x9Vn1T/TxZmFnL0YESNVDloLZ6rx061m3VjhZ6qydnG8a+e6u/mtdxdmzaY903o7N+OQwZgqJXCF925Js1XH+4P3Rta2U0XTvcsB+Z/VfX17/77qN9TQzefK6uhxYGb37vPq+hXpwGKglQdLKmOUYFhjskPztlOnz0jorOXIqCFs7zwmZMU6BsxrDEJlocOs2uSoH/aHbUGgxuUharYHfU4p1seF9CQIpUGiUGTCYuxh5UxzXwTBwaoDwTF2GLuEgIuyP46czFQlip9x+Ji+rHyiLjo8126ob6v1+lzW1TAaiT5kYhAdWWTMRkPhOMKFAmTQUjEhhNU4FSANFpMlAxwKyHUHGgYo26U9PGgRIR6jstVFw/TkU1A8UTKm7ZtdmiCsGk6eecrkx/qUqmTEqCoVtESRBpfILa7SC3iPL7e6HithAbmIwGYVImtWqXZDzCAKY8kgpg29aSJfONHEZf6LBvwuxbjPt9Q6NTs4a/Yvn0WwhX5asUp0IjLeLs5OUb3WJCluK87yKOg5KlOrJqa2ZVIDroWKoJfNulSjjoPFDCFgxLzAcqpCmqIOwqUmmcwhZabhil5Mh5urQCvYoqj1MIkDLbrnbmdRplBPkgmQ1IZEHayx2yYlJpr/tVQ14s/kjGzK954Lrc4ffSos+mMqapjOlBYfYxmr+3kNDQs15ajE1lUFMZ1PNJS3T42CWGaQ8Fja/ooI2GWzXkTUXXkvc1LPg+83jAvcX/8mq2r+3mdHLP+TsEN9fiPX5D3X+KG/AH);direction=north;fillStyle=hachure;" parent="_7QPxOr0Kh5OOKJlLbip-1" vertex="1">
<mxGeometry x="208.98" y="43.5" width="88.24" height="45" as="geometry" />
</mxCell>
<mxCell id="3_klLmUxsHkkALZTiXlr-5" value="" style="group" vertex="1" connectable="0" parent="_7QPxOr0Kh5OOKJlLbip-1">
<mxCell id="3_klLmUxsHkkALZTiXlr-5" value="" style="group" parent="_7QPxOr0Kh5OOKJlLbip-1" vertex="1" connectable="0">
<mxGeometry x="85" y="36" width="140" height="60" as="geometry" />
</mxCell>
<mxCell id="3_klLmUxsHkkALZTiXlr-6" value="&lt;div&gt;&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 20px&quot; face=&quot;Gloria Hallelujah&quot;&gt;Verifying&lt;/font&gt;&lt;br&gt;&lt;/div&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=left;verticalAlign=middle;whiteSpace=wrap;rounded=0;sketch=0;fillStyle=solid;" vertex="1" parent="3_klLmUxsHkkALZTiXlr-5">
<mxCell id="3_klLmUxsHkkALZTiXlr-6" value="&lt;div&gt;&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 20px&quot; face=&quot;Gloria Hallelujah&quot;&gt;Verifying&lt;/font&gt;&lt;br&gt;&lt;/div&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=left;verticalAlign=middle;whiteSpace=wrap;rounded=0;sketch=0;fillStyle=solid;" parent="3_klLmUxsHkkALZTiXlr-5" vertex="1">
<mxGeometry width="140" height="60" as="geometry" />
</mxCell>
<mxCell id="3_klLmUxsHkkALZTiXlr-7" value="" style="endArrow=none;html=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=18;sketch=1;curved=1;" edge="1" parent="3_klLmUxsHkkALZTiXlr-5">
<mxCell id="3_klLmUxsHkkALZTiXlr-7" value="" style="endArrow=none;html=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=18;sketch=1;curved=1;" parent="3_klLmUxsHkkALZTiXlr-5" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint y="45.5" as="sourcePoint" />
<mxPoint x="96" y="43" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="3_klLmUxsHkkALZTiXlr-8" value="" style="ellipse;whiteSpace=wrap;html=1;shadow=0;sketch=1;fillStyle=solid;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=18;strokeColor=default;strokeWidth=1;fillColor=none;" vertex="1" parent="_7QPxOr0Kh5OOKJlLbip-1">
<mxGeometry x="622" y="38" width="140" height="57" as="geometry" />
</mxCell>
<mxCell id="bgLue7C_26ijuctKGgNg-0" value="" style="shape=document;whiteSpace=wrap;html=1;boundedLbl=1;shadow=0;sketch=1;fillStyle=auto;strokeColor=default;strokeWidth=1;fillColor=none;" vertex="1" parent="_7QPxOr0Kh5OOKJlLbip-1">
<mxCell id="bgLue7C_26ijuctKGgNg-0" value="" style="shape=document;whiteSpace=wrap;html=1;boundedLbl=1;shadow=0;sketch=1;fillStyle=auto;strokeColor=default;strokeWidth=1;fillColor=none;" parent="_7QPxOr0Kh5OOKJlLbip-1" vertex="1">
<mxGeometry x="331.47" y="47" width="90" height="40" as="geometry" />
</mxCell>
<mxCell id="bgLue7C_26ijuctKGgNg-1" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 20px&quot; face=&quot;Gloria Hallelujah&quot;&gt;+&lt;br&gt;&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;sketch=0;fillStyle=solid;" vertex="1" parent="_7QPxOr0Kh5OOKJlLbip-1">
<mxCell id="bgLue7C_26ijuctKGgNg-1" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 20px&quot; face=&quot;Gloria Hallelujah&quot;&gt;+&lt;br&gt;&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;sketch=0;fillStyle=solid;" parent="_7QPxOr0Kh5OOKJlLbip-1" vertex="1">
<mxGeometry x="422" y="32" width="40" height="60" as="geometry" />
</mxCell>
<mxCell id="pu2m3VXrYC9Z83Ss5F6C-0" value="" style="group" vertex="1" connectable="0" parent="_7QPxOr0Kh5OOKJlLbip-1">
<mxGeometry x="620" y="34.5" width="140" height="63" as="geometry" />
</mxCell>
<mxCell id="pu2m3VXrYC9Z83Ss5F6C-1" value="" style="ellipse;whiteSpace=wrap;html=1;shadow=0;sketch=1;fillStyle=solid;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=18;strokeColor=default;strokeWidth=1;fillColor=none;" vertex="1" parent="pu2m3VXrYC9Z83Ss5F6C-0">
<mxGeometry width="140" height="63" as="geometry" />
</mxCell>
<mxCell id="pu2m3VXrYC9Z83Ss5F6C-2" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 20px&quot; face=&quot;Gloria Hallelujah&quot;&gt;True / False&lt;br&gt;&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;sketch=0;fillStyle=solid;" vertex="1" parent="pu2m3VXrYC9Z83Ss5F6C-0">
<mxGeometry y="2" width="140" height="60" as="geometry" />
</mxCell>
</root>
</mxGraphModel>
</diagram>
<diagram id="yY8SYCGAzqnOx_5XLZi-" name="pubkey_aggregation">
<mxGraphModel dx="2062" dy="1091" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169" math="0" shadow="0">
<mxGraphModel dx="2074" dy="1093" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169" math="0" shadow="0">
<root>
<mxCell id="xWlJva-PDoQx-kyWHjbN-0" />
<mxCell id="xWlJva-PDoQx-kyWHjbN-1" parent="xWlJva-PDoQx-kyWHjbN-0" />
@@ -214,7 +217,7 @@
</mxGraphModel>
</diagram>
<diagram name="signature_aggregation" id="x5GEITPHf_13OvCO-ur8">
<mxGraphModel dx="2062" dy="1091" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169" math="0" shadow="0">
<mxGraphModel dx="2074" dy="1093" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169" math="0" shadow="0">
<root>
<mxCell id="2AO3I6COR371isc3nyaD-0" />
<mxCell id="2AO3I6COR371isc3nyaD-1" parent="2AO3I6COR371isc3nyaD-0" />
@@ -272,46 +275,49 @@
</mxGraphModel>
</diagram>
<diagram id="8KnR6obNTg4fQtXNxiQA" name="aggregate_verify">
<mxGraphModel dx="2062" dy="1091" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169" math="0" shadow="0">
<mxGraphModel dx="2074" dy="1093" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169" math="0" shadow="0">
<root>
<mxCell id="4Vg86zo5LVweq1HbYES3-0" />
<mxCell id="4Vg86zo5LVweq1HbYES3-1" parent="4Vg86zo5LVweq1HbYES3-0" />
<mxCell id="84fXhLiYRHBrHh_zQuxM-0" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 20px&quot; face=&quot;Gloria Hallelujah&quot;&gt;+&lt;br&gt;&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;sketch=0;fillStyle=solid;" vertex="1" parent="4Vg86zo5LVweq1HbYES3-1">
<mxCell id="84fXhLiYRHBrHh_zQuxM-0" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 20px&quot; face=&quot;Gloria Hallelujah&quot;&gt;+&lt;br&gt;&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;sketch=0;fillStyle=solid;" parent="4Vg86zo5LVweq1HbYES3-1" vertex="1">
<mxGeometry x="231" y="31" width="40" height="60" as="geometry" />
</mxCell>
<mxCell id="84fXhLiYRHBrHh_zQuxM-1" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;Signature&lt;/font&gt;" style="shape=document;whiteSpace=wrap;html=1;boundedLbl=1;shadow=0;sketch=1;fillStyle=cross-hatch;strokeColor=default;strokeWidth=1;fillColor=#000000;" vertex="1" parent="4Vg86zo5LVweq1HbYES3-1">
<mxCell id="84fXhLiYRHBrHh_zQuxM-1" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;Signature&lt;/font&gt;" style="shape=document;whiteSpace=wrap;html=1;boundedLbl=1;shadow=0;sketch=1;fillStyle=cross-hatch;strokeColor=default;strokeWidth=1;fillColor=#000000;" parent="4Vg86zo5LVweq1HbYES3-1" vertex="1">
<mxGeometry x="402" y="46" width="90" height="42" as="geometry" />
</mxCell>
<mxCell id="84fXhLiYRHBrHh_zQuxM-2" value="" style="endArrow=classic;html=1;rounded=0;sketch=1;fontSize=20;exitX=1;exitY=0.5;exitDx=0;exitDy=0;" edge="1" parent="4Vg86zo5LVweq1HbYES3-1">
<mxCell id="84fXhLiYRHBrHh_zQuxM-2" value="" style="endArrow=classic;html=1;rounded=0;sketch=1;fontSize=20;exitX=1;exitY=0.5;exitDx=0;exitDy=0;" parent="4Vg86zo5LVweq1HbYES3-1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="510" y="66.5" as="sourcePoint" />
<mxPoint x="550" y="66.5" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="84fXhLiYRHBrHh_zQuxM-3" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 20px&quot; face=&quot;Gloria Hallelujah&quot;&gt;True / False&lt;br&gt;&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;sketch=0;fillStyle=solid;" vertex="1" parent="4Vg86zo5LVweq1HbYES3-1">
<mxGeometry x="560" y="35" width="140" height="60" as="geometry" />
</mxCell>
<mxCell id="84fXhLiYRHBrHh_zQuxM-4" value="" style="sketch=1;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=default;fillColor=#000000;aspect=fixed;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=stencil(pVfbcpswEP0av+5IWl0fO276H9ShNRMHPEAS8/eVLSR0cVuMZ/x0lj06e5W8w/1wrM71jpFqONeHcYffd4x9Vn1T/TxZmFnL0YESNVDloLZ6rx061m3VjhZ6qydnG8a+e6u/mtdxdmzaY903o7N+OQwZgqJXCF925Js1XH+4P3Rta2U0XTvcsB+Z/VfX17/77qN9TQzefK6uhxYGb37vPq+hXpwGKglQdLKmOUYFhjskPztlOnz0jorOXIqCFs7zwmZMU6BsxrDEJlocOs2uSoH/aHbUGgxuUharYHfU4p1seF9CQIpUGiUGTCYuxh5UxzXwTBwaoDwTF2GLuEgIuyP46czFQlip9x+Ji+rHyiLjo8126ob6v1+lzW1TAaiT5kYhAdWWTMRkPhOMKFAmTQUjEhhNU4FSANFpMlAxwKyHUHGgYo26U9PGgRIR6jstVFw/TkU1A8UTKm7ZtdmiCsGk6eecrkx/qUqmTEqCoVtESRBpfILa7SC3iPL7e6HithAbmIwGYVImtWqXZDzCAKY8kgpg29aSJfONHEZf6LBvwuxbjPt9Q6NTs4a/Yvn0WwhX5asUp0IjLeLs5OUb3WJCluK87yKOg5KlOrJqa2ZVIDroWKoJfNulSjjoPFDCFgxLzAcqpCmqIOwqUmmcwhZabhil5Mh5urQCvYoqj1MIkDLbrnbmdRplBPkgmQ1IZEHayx2yYlJpr/tVQ14s/kjGzK954Lrc4ffSos+mMqapjOlBYfYxmr+3kNDQs15ajE1lUFMZ1PNJS3T42CWGaQ8Fja/ooI2GWzXkTUXXkvc1LPg+83jAvcX/8mq2r+3mdHLP+TsEN9fiPX5D3X+KG/AH);direction=north;fillStyle=cross-hatch;" vertex="1" parent="4Vg86zo5LVweq1HbYES3-1">
<mxCell id="84fXhLiYRHBrHh_zQuxM-4" value="" style="sketch=1;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=default;fillColor=#000000;aspect=fixed;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;shape=stencil(pVfbcpswEP0av+5IWl0fO276H9ShNRMHPEAS8/eVLSR0cVuMZ/x0lj06e5W8w/1wrM71jpFqONeHcYffd4x9Vn1T/TxZmFnL0YESNVDloLZ6rx061m3VjhZ6qydnG8a+e6u/mtdxdmzaY903o7N+OQwZgqJXCF925Js1XH+4P3Rta2U0XTvcsB+Z/VfX17/77qN9TQzefK6uhxYGb37vPq+hXpwGKglQdLKmOUYFhjskPztlOnz0jorOXIqCFs7zwmZMU6BsxrDEJlocOs2uSoH/aHbUGgxuUharYHfU4p1seF9CQIpUGiUGTCYuxh5UxzXwTBwaoDwTF2GLuEgIuyP46czFQlip9x+Ji+rHyiLjo8126ob6v1+lzW1TAaiT5kYhAdWWTMRkPhOMKFAmTQUjEhhNU4FSANFpMlAxwKyHUHGgYo26U9PGgRIR6jstVFw/TkU1A8UTKm7ZtdmiCsGk6eecrkx/qUqmTEqCoVtESRBpfILa7SC3iPL7e6HithAbmIwGYVImtWqXZDzCAKY8kgpg29aSJfONHEZf6LBvwuxbjPt9Q6NTs4a/Yvn0WwhX5asUp0IjLeLs5OUb3WJCluK87yKOg5KlOrJqa2ZVIDroWKoJfNulSjjoPFDCFgxLzAcqpCmqIOwqUmmcwhZabhil5Mh5urQCvYoqj1MIkDLbrnbmdRplBPkgmQ1IZEHayx2yYlJpr/tVQ14s/kjGzK954Lrc4ffSos+mMqapjOlBYfYxmr+3kNDQs15ajE1lUFMZ1PNJS3T42CWGaQ8Fja/ooI2GWzXkTUXXkvc1LPg+83jAvcX/8mq2r+3mdHLP+TsEN9fiPX5D3X+KG/AH);direction=north;fillStyle=cross-hatch;" parent="4Vg86zo5LVweq1HbYES3-1" vertex="1">
<mxGeometry x="148.98" y="42.5" width="88.24" height="45" as="geometry" />
</mxCell>
<mxCell id="84fXhLiYRHBrHh_zQuxM-5" value="" style="ellipse;whiteSpace=wrap;html=1;shadow=0;sketch=1;fillStyle=solid;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=18;strokeColor=default;strokeWidth=1;fillColor=none;" vertex="1" parent="4Vg86zo5LVweq1HbYES3-1">
<mxGeometry x="562" y="37" width="140" height="57" as="geometry" />
</mxCell>
<mxCell id="84fXhLiYRHBrHh_zQuxM-6" value="" style="shape=document;whiteSpace=wrap;html=1;boundedLbl=1;shadow=0;sketch=1;fillStyle=auto;strokeColor=default;strokeWidth=1;fillColor=none;" vertex="1" parent="4Vg86zo5LVweq1HbYES3-1">
<mxCell id="84fXhLiYRHBrHh_zQuxM-6" value="" style="shape=document;whiteSpace=wrap;html=1;boundedLbl=1;shadow=0;sketch=1;fillStyle=auto;strokeColor=default;strokeWidth=1;fillColor=none;" parent="4Vg86zo5LVweq1HbYES3-1" vertex="1">
<mxGeometry x="271.47" y="46" width="90" height="40" as="geometry" />
</mxCell>
<mxCell id="84fXhLiYRHBrHh_zQuxM-7" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 20px&quot; face=&quot;Gloria Hallelujah&quot;&gt;+&lt;br&gt;&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;sketch=0;fillStyle=solid;" vertex="1" parent="4Vg86zo5LVweq1HbYES3-1">
<mxCell id="84fXhLiYRHBrHh_zQuxM-7" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 20px&quot; face=&quot;Gloria Hallelujah&quot;&gt;+&lt;br&gt;&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;sketch=0;fillStyle=solid;" parent="4Vg86zo5LVweq1HbYES3-1" vertex="1">
<mxGeometry x="362" y="31" width="40" height="60" as="geometry" />
</mxCell>
<mxCell id="DzyOpSixyx1FY6fsvI3P-0" value="" style="group" vertex="1" connectable="0" parent="4Vg86zo5LVweq1HbYES3-1">
<mxGeometry x="562" y="35.5" width="140" height="63" as="geometry" />
</mxCell>
<mxCell id="DzyOpSixyx1FY6fsvI3P-1" value="" style="ellipse;whiteSpace=wrap;html=1;shadow=0;sketch=1;fillStyle=solid;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=18;strokeColor=default;strokeWidth=1;fillColor=none;" vertex="1" parent="DzyOpSixyx1FY6fsvI3P-0">
<mxGeometry width="140" height="63" as="geometry" />
</mxCell>
<mxCell id="DzyOpSixyx1FY6fsvI3P-2" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 20px&quot; face=&quot;Gloria Hallelujah&quot;&gt;True / False&lt;br&gt;&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;sketch=0;fillStyle=solid;" vertex="1" parent="DzyOpSixyx1FY6fsvI3P-0">
<mxGeometry y="2" width="140" height="60" as="geometry" />
</mxCell>
</root>
</mxGraphModel>
</diagram>
<diagram id="MA_d6dNyEUjAdXw2fiZi" name="aggregation">
<mxGraphModel dx="2062" dy="1091" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169" math="0" shadow="0">
<mxGraphModel dx="2074" dy="1093" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169" math="0" shadow="0">
<root>
<mxCell id="hoY9NHIZyQ12fraEYpGZ-0" />
<mxCell id="hoY9NHIZyQ12fraEYpGZ-1" parent="hoY9NHIZyQ12fraEYpGZ-0" />
<mxCell id="ziuEfhBkUbd69g4CH1wL-3" style="edgeStyle=orthogonalEdgeStyle;curved=1;sketch=1;orthogonalLoop=1;jettySize=auto;html=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=18;dashed=1;endArrow=none;endFill=0;" parent="hoY9NHIZyQ12fraEYpGZ-1" source="yys4LUhOROxOR2bodz8r-1" target="ziuEfhBkUbd69g4CH1wL-0" edge="1">
<mxCell id="ziuEfhBkUbd69g4CH1wL-3" style="edgeStyle=orthogonalEdgeStyle;curved=1;sketch=1;orthogonalLoop=1;jettySize=auto;html=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=18;dashed=1;endArrow=none;endFill=0;fillOpacity=0;" parent="hoY9NHIZyQ12fraEYpGZ-1" source="yys4LUhOROxOR2bodz8r-1" target="ziuEfhBkUbd69g4CH1wL-0" edge="1">
<mxGeometry relative="1" as="geometry">
<Array as="points">
<mxPoint x="224" y="490" />
@@ -319,7 +325,7 @@
</Array>
</mxGeometry>
</mxCell>
<mxCell id="RCeZU6OJhTQe1LmQV_7o-1" style="edgeStyle=orthogonalEdgeStyle;curved=1;sketch=1;orthogonalLoop=1;jettySize=auto;html=1;entryX=0.5;entryY=0;entryDx=0;entryDy=0;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=18;endArrow=none;endFill=0;" parent="hoY9NHIZyQ12fraEYpGZ-1" target="RCeZU6OJhTQe1LmQV_7o-0" edge="1">
<mxCell id="RCeZU6OJhTQe1LmQV_7o-1" style="edgeStyle=orthogonalEdgeStyle;curved=1;sketch=1;orthogonalLoop=1;jettySize=auto;html=1;entryX=0.5;entryY=0;entryDx=0;entryDy=0;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=18;endArrow=none;endFill=0;fillOpacity=0;" parent="hoY9NHIZyQ12fraEYpGZ-1" target="RCeZU6OJhTQe1LmQV_7o-0" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="123" y="430" as="sourcePoint" />
<Array as="points">
@@ -328,7 +334,7 @@
</Array>
</mxGeometry>
</mxCell>
<mxCell id="ziuEfhBkUbd69g4CH1wL-4" style="edgeStyle=orthogonalEdgeStyle;curved=1;sketch=1;orthogonalLoop=1;jettySize=auto;html=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=18;dashed=1;" parent="hoY9NHIZyQ12fraEYpGZ-1" source="mYxpTO9hyJRtcuwIzyUi-3" target="ziuEfhBkUbd69g4CH1wL-0" edge="1">
<mxCell id="ziuEfhBkUbd69g4CH1wL-4" style="edgeStyle=orthogonalEdgeStyle;curved=1;sketch=1;orthogonalLoop=1;jettySize=auto;html=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=18;dashed=1;fillOpacity=0;" parent="hoY9NHIZyQ12fraEYpGZ-1" source="mYxpTO9hyJRtcuwIzyUi-3" target="ziuEfhBkUbd69g4CH1wL-0" edge="1">
<mxGeometry relative="1" as="geometry">
<Array as="points">
<mxPoint x="440" y="390" />
@@ -336,7 +342,7 @@
</Array>
</mxGeometry>
</mxCell>
<mxCell id="ziuEfhBkUbd69g4CH1wL-5" style="edgeStyle=orthogonalEdgeStyle;curved=1;sketch=1;orthogonalLoop=1;jettySize=auto;html=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=18;dashed=1;endArrow=none;endFill=0;" parent="hoY9NHIZyQ12fraEYpGZ-1" source="mYxpTO9hyJRtcuwIzyUi-10" target="ziuEfhBkUbd69g4CH1wL-0" edge="1">
<mxCell id="ziuEfhBkUbd69g4CH1wL-5" style="edgeStyle=orthogonalEdgeStyle;curved=1;sketch=1;orthogonalLoop=1;jettySize=auto;html=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=18;dashed=1;endArrow=none;endFill=0;fillOpacity=0;" parent="hoY9NHIZyQ12fraEYpGZ-1" source="mYxpTO9hyJRtcuwIzyUi-10" target="ziuEfhBkUbd69g4CH1wL-0" edge="1">
<mxGeometry relative="1" as="geometry">
<Array as="points">
<mxPoint x="676" y="490" />
@@ -449,13 +455,13 @@
<mxCell id="mYxpTO9hyJRtcuwIzyUi-0" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 20px&quot; face=&quot;Gloria Hallelujah&quot;&gt;+&lt;br&gt;&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;sketch=0;fillStyle=solid;" parent="61m-Nbs2BYRo1KxZEugn-2" vertex="1">
<mxGeometry x="21.75999999999999" y="146" width="40" height="60" as="geometry" />
</mxCell>
<mxCell id="CwsH7c2HmVUYPkSpSiw9-0" value="" style="shape=document;whiteSpace=wrap;html=1;boundedLbl=1;shadow=0;sketch=1;fillStyle=auto;strokeColor=default;strokeWidth=1;fillColor=none;" vertex="1" parent="hoY9NHIZyQ12fraEYpGZ-1">
<mxCell id="CwsH7c2HmVUYPkSpSiw9-0" value="" style="shape=document;whiteSpace=wrap;html=1;boundedLbl=1;shadow=0;sketch=1;fillStyle=auto;strokeColor=default;strokeWidth=1;fillColor=none;" parent="hoY9NHIZyQ12fraEYpGZ-1" vertex="1">
<mxGeometry x="100.00000000000003" y="531" width="90" height="40" as="geometry" />
</mxCell>
<mxCell id="CwsH7c2HmVUYPkSpSiw9-2" style="edgeStyle=orthogonalEdgeStyle;curved=1;orthogonalLoop=1;jettySize=auto;html=1;entryX=0;entryY=0.5;entryDx=0;entryDy=0;exitX=0;exitY=0.5;exitDx=0;exitDy=0;" edge="1" parent="hoY9NHIZyQ12fraEYpGZ-1" source="F1aoNFHvlg5vLMlAlP-S-0" target="CwsH7c2HmVUYPkSpSiw9-0">
<mxCell id="CwsH7c2HmVUYPkSpSiw9-2" style="edgeStyle=orthogonalEdgeStyle;curved=1;orthogonalLoop=1;jettySize=auto;html=1;entryX=0;entryY=0.5;entryDx=0;entryDy=0;exitX=0;exitY=0.5;exitDx=0;exitDy=0;backgroundOutline=0;fillOpacity=0;" parent="hoY9NHIZyQ12fraEYpGZ-1" source="F1aoNFHvlg5vLMlAlP-S-0" target="CwsH7c2HmVUYPkSpSiw9-0" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="CwsH7c2HmVUYPkSpSiw9-3" style="edgeStyle=orthogonalEdgeStyle;curved=1;orthogonalLoop=1;jettySize=auto;html=1;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" edge="1" parent="hoY9NHIZyQ12fraEYpGZ-1" source="mYxpTO9hyJRtcuwIzyUi-6" target="RCeZU6OJhTQe1LmQV_7o-0">
<mxCell id="CwsH7c2HmVUYPkSpSiw9-3" style="edgeStyle=orthogonalEdgeStyle;curved=1;orthogonalLoop=1;jettySize=auto;html=1;entryX=0.5;entryY=0;entryDx=0;entryDy=0;fillOpacity=0;" parent="hoY9NHIZyQ12fraEYpGZ-1" source="mYxpTO9hyJRtcuwIzyUi-6" target="RCeZU6OJhTQe1LmQV_7o-0" edge="1">
<mxGeometry relative="1" as="geometry">
<Array as="points">
<mxPoint x="350" y="470" />
@@ -463,7 +469,7 @@
</Array>
</mxGeometry>
</mxCell>
<mxCell id="CwsH7c2HmVUYPkSpSiw9-4" style="edgeStyle=orthogonalEdgeStyle;curved=1;orthogonalLoop=1;jettySize=auto;html=1;entryX=0.5;entryY=0;entryDx=0;entryDy=0;endArrow=none;endFill=0;" edge="1" parent="hoY9NHIZyQ12fraEYpGZ-1" source="mYxpTO9hyJRtcuwIzyUi-13" target="RCeZU6OJhTQe1LmQV_7o-0">
<mxCell id="CwsH7c2HmVUYPkSpSiw9-4" style="edgeStyle=orthogonalEdgeStyle;curved=1;orthogonalLoop=1;jettySize=auto;html=1;entryX=0.5;entryY=0;entryDx=0;entryDy=0;endArrow=none;endFill=0;fillOpacity=0;" parent="hoY9NHIZyQ12fraEYpGZ-1" source="mYxpTO9hyJRtcuwIzyUi-13" target="RCeZU6OJhTQe1LmQV_7o-0" edge="1">
<mxGeometry relative="1" as="geometry">
<Array as="points">
<mxPoint x="575" y="470" />
@@ -471,7 +477,7 @@
</Array>
</mxGeometry>
</mxCell>
<mxCell id="CwsH7c2HmVUYPkSpSiw9-5" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 20px&quot; face=&quot;Gloria Hallelujah&quot;&gt;+&lt;br&gt;&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;sketch=0;fillStyle=solid;" vertex="1" parent="hoY9NHIZyQ12fraEYpGZ-1">
<mxCell id="CwsH7c2HmVUYPkSpSiw9-5" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 20px&quot; face=&quot;Gloria Hallelujah&quot;&gt;+&lt;br&gt;&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;sketch=0;fillStyle=solid;" parent="hoY9NHIZyQ12fraEYpGZ-1" vertex="1">
<mxGeometry x="197" y="515" width="40" height="60" as="geometry" />
</mxCell>
</root>

View File

@@ -1,163 +1,163 @@
<mxfile host="app.diagrams.net" modified="2022-07-11T13:05:17.028Z" agent="5.0 (X11)" etag="1e9eKMOuxBdaZTK_sXEq" version="20.0.4" type="github" pages="4">
<mxfile host="app.diagrams.net" modified="2022-12-21T12:38:58.021Z" agent="5.0 (X11)" etag="dlRVUwJVvvXEI4jFXVNA" version="20.7.4" type="github" pages="4">
<diagram id="UMMD93cBNfyutNBlumtD" name="random">
<mxGraphModel dx="2062" dy="1091" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
<mxGraphModel dx="2074" dy="1093" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
<root>
<mxCell id="0" />
<mxCell id="1" parent="0" />
<mxCell id="oT_RkZG9pa2PgHs0BxrO-1" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="oT_RkZG9pa2PgHs0BxrO-1" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="770" y="220" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="oT_RkZG9pa2PgHs0BxrO-2" value="" style="triangle;whiteSpace=wrap;html=1;sketch=1;rotation=-90;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="oT_RkZG9pa2PgHs0BxrO-2" value="" style="triangle;whiteSpace=wrap;html=1;sketch=1;rotation=-90;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="734" y="157" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="oT_RkZG9pa2PgHs0BxrO-3" value="" style="triangle;whiteSpace=wrap;html=1;sketch=1;rotation=-90;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="oT_RkZG9pa2PgHs0BxrO-3" value="" style="triangle;whiteSpace=wrap;html=1;sketch=1;rotation=-90;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="740" y="47" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="oT_RkZG9pa2PgHs0BxrO-4" value="" style="triangle;whiteSpace=wrap;html=1;sketch=1;rotation=-90;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="oT_RkZG9pa2PgHs0BxrO-4" value="" style="triangle;whiteSpace=wrap;html=1;sketch=1;rotation=-90;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="540" y="210" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="oT_RkZG9pa2PgHs0BxrO-5" value="" style="triangle;whiteSpace=wrap;html=1;sketch=1;rotation=-90;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="oT_RkZG9pa2PgHs0BxrO-5" value="" style="triangle;whiteSpace=wrap;html=1;sketch=1;rotation=-90;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="590" y="190" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="oT_RkZG9pa2PgHs0BxrO-6" value="" style="triangle;whiteSpace=wrap;html=1;sketch=1;rotation=-90;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="oT_RkZG9pa2PgHs0BxrO-6" value="" style="triangle;whiteSpace=wrap;html=1;sketch=1;rotation=-90;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="620" y="140" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="oT_RkZG9pa2PgHs0BxrO-7" value="" style="triangle;whiteSpace=wrap;html=1;sketch=1;rotation=-90;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="oT_RkZG9pa2PgHs0BxrO-7" value="" style="triangle;whiteSpace=wrap;html=1;sketch=1;rotation=-90;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="530" y="100" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="oT_RkZG9pa2PgHs0BxrO-8" value="" style="triangle;whiteSpace=wrap;html=1;sketch=1;rotation=-90;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="oT_RkZG9pa2PgHs0BxrO-8" value="" style="triangle;whiteSpace=wrap;html=1;sketch=1;rotation=-90;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="430" y="220" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="oT_RkZG9pa2PgHs0BxrO-9" value="" style="triangle;whiteSpace=wrap;html=1;sketch=1;rotation=-90;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="oT_RkZG9pa2PgHs0BxrO-9" value="" style="triangle;whiteSpace=wrap;html=1;sketch=1;rotation=-90;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="365" y="140" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="oT_RkZG9pa2PgHs0BxrO-10" value="" style="triangle;whiteSpace=wrap;html=1;sketch=1;rotation=-90;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="oT_RkZG9pa2PgHs0BxrO-10" value="" style="triangle;whiteSpace=wrap;html=1;sketch=1;rotation=-90;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="380" y="60" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="oT_RkZG9pa2PgHs0BxrO-11" value="" style="triangle;whiteSpace=wrap;html=1;sketch=1;rotation=-90;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="oT_RkZG9pa2PgHs0BxrO-11" value="" style="triangle;whiteSpace=wrap;html=1;sketch=1;rotation=-90;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="230" y="210" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="oT_RkZG9pa2PgHs0BxrO-12" value="" style="triangle;whiteSpace=wrap;html=1;sketch=1;rotation=-90;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="oT_RkZG9pa2PgHs0BxrO-12" value="" style="triangle;whiteSpace=wrap;html=1;sketch=1;rotation=-90;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="220" y="160" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="oT_RkZG9pa2PgHs0BxrO-13" value="" style="triangle;whiteSpace=wrap;html=1;sketch=1;rotation=-90;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="oT_RkZG9pa2PgHs0BxrO-13" value="" style="triangle;whiteSpace=wrap;html=1;sketch=1;rotation=-90;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="260" y="110" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="oT_RkZG9pa2PgHs0BxrO-14" value="" style="triangle;whiteSpace=wrap;html=1;sketch=1;rotation=-90;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="oT_RkZG9pa2PgHs0BxrO-14" value="" style="triangle;whiteSpace=wrap;html=1;sketch=1;rotation=-90;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="130" y="170" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="oT_RkZG9pa2PgHs0BxrO-15" value="" style="triangle;whiteSpace=wrap;html=1;sketch=1;rotation=-90;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="oT_RkZG9pa2PgHs0BxrO-15" value="" style="triangle;whiteSpace=wrap;html=1;sketch=1;rotation=-90;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="80" y="160" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="oT_RkZG9pa2PgHs0BxrO-16" value="" style="triangle;whiteSpace=wrap;html=1;sketch=1;rotation=-90;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="oT_RkZG9pa2PgHs0BxrO-16" value="" style="triangle;whiteSpace=wrap;html=1;sketch=1;rotation=-90;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="140" y="60" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="oT_RkZG9pa2PgHs0BxrO-17" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="oT_RkZG9pa2PgHs0BxrO-17" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="710" y="217" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="oT_RkZG9pa2PgHs0BxrO-18" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="oT_RkZG9pa2PgHs0BxrO-18" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="780" y="167" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="oT_RkZG9pa2PgHs0BxrO-19" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="oT_RkZG9pa2PgHs0BxrO-19" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="690" y="157" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="oT_RkZG9pa2PgHs0BxrO-20" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="oT_RkZG9pa2PgHs0BxrO-20" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="730" y="107" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="oT_RkZG9pa2PgHs0BxrO-21" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="oT_RkZG9pa2PgHs0BxrO-21" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="780" y="97" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="oT_RkZG9pa2PgHs0BxrO-22" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="oT_RkZG9pa2PgHs0BxrO-22" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="690" y="67" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="oT_RkZG9pa2PgHs0BxrO-23" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="oT_RkZG9pa2PgHs0BxrO-23" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="540" y="160" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="oT_RkZG9pa2PgHs0BxrO-24" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="oT_RkZG9pa2PgHs0BxrO-24" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="580" y="130" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="oT_RkZG9pa2PgHs0BxrO-25" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="oT_RkZG9pa2PgHs0BxrO-25" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="630" y="90" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="oT_RkZG9pa2PgHs0BxrO-26" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="oT_RkZG9pa2PgHs0BxrO-26" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="580" y="70" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="oT_RkZG9pa2PgHs0BxrO-27" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="oT_RkZG9pa2PgHs0BxrO-27" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="530" y="50" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="oT_RkZG9pa2PgHs0BxrO-28" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="oT_RkZG9pa2PgHs0BxrO-28" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="380" y="210" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="oT_RkZG9pa2PgHs0BxrO-29" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="oT_RkZG9pa2PgHs0BxrO-29" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="470" y="190" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="oT_RkZG9pa2PgHs0BxrO-30" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="oT_RkZG9pa2PgHs0BxrO-30" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="420" y="160" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="oT_RkZG9pa2PgHs0BxrO-31" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="oT_RkZG9pa2PgHs0BxrO-31" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="460" y="120" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="oT_RkZG9pa2PgHs0BxrO-32" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="oT_RkZG9pa2PgHs0BxrO-32" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="405" y="110" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="oT_RkZG9pa2PgHs0BxrO-33" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="oT_RkZG9pa2PgHs0BxrO-33" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="430" y="70" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="oT_RkZG9pa2PgHs0BxrO-34" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="oT_RkZG9pa2PgHs0BxrO-34" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="310" y="200" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="oT_RkZG9pa2PgHs0BxrO-35" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="oT_RkZG9pa2PgHs0BxrO-35" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="270" y="170" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="oT_RkZG9pa2PgHs0BxrO-36" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="oT_RkZG9pa2PgHs0BxrO-36" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="310" y="120" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="oT_RkZG9pa2PgHs0BxrO-37" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="oT_RkZG9pa2PgHs0BxrO-37" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="210" y="110" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="oT_RkZG9pa2PgHs0BxrO-38" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="oT_RkZG9pa2PgHs0BxrO-38" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="290" y="70" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="oT_RkZG9pa2PgHs0BxrO-39" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="oT_RkZG9pa2PgHs0BxrO-39" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="230" y="60" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="oT_RkZG9pa2PgHs0BxrO-40" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="oT_RkZG9pa2PgHs0BxrO-40" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="60" y="210" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="oT_RkZG9pa2PgHs0BxrO-41" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="oT_RkZG9pa2PgHs0BxrO-41" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="50" y="120" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="oT_RkZG9pa2PgHs0BxrO-42" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="oT_RkZG9pa2PgHs0BxrO-42" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="140" y="220" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="oT_RkZG9pa2PgHs0BxrO-43" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="oT_RkZG9pa2PgHs0BxrO-43" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="150" y="130" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="oT_RkZG9pa2PgHs0BxrO-44" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="oT_RkZG9pa2PgHs0BxrO-44" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="100" y="110" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="oT_RkZG9pa2PgHs0BxrO-45" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="oT_RkZG9pa2PgHs0BxrO-45" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="80" y="50" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="oT_RkZG9pa2PgHs0BxrO-46" value="" style="endArrow=none;dashed=1;html=1;rounded=0;" edge="1" parent="1">
<mxCell id="oT_RkZG9pa2PgHs0BxrO-46" value="" style="endArrow=none;dashed=1;html=1;rounded=0;" parent="1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="200" y="280" as="sourcePoint" />
<mxPoint x="200" y="40" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="oT_RkZG9pa2PgHs0BxrO-47" value="" style="endArrow=none;dashed=1;html=1;rounded=0;" edge="1" parent="1">
<mxCell id="oT_RkZG9pa2PgHs0BxrO-47" value="" style="endArrow=none;dashed=1;html=1;rounded=0;" parent="1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="359" y="280" as="sourcePoint" />
<mxPoint x="359.1700000000001" y="40" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="oT_RkZG9pa2PgHs0BxrO-48" value="" style="endArrow=none;dashed=1;html=1;rounded=0;" edge="1" parent="1">
<mxCell id="oT_RkZG9pa2PgHs0BxrO-48" value="" style="endArrow=none;dashed=1;html=1;rounded=0;" parent="1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="519" y="280" as="sourcePoint" />
<mxPoint x="519.1700000000001" y="40" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="oT_RkZG9pa2PgHs0BxrO-49" value="" style="endArrow=none;dashed=1;html=1;rounded=0;" edge="1" parent="1">
<mxCell id="oT_RkZG9pa2PgHs0BxrO-49" value="" style="endArrow=none;dashed=1;html=1;rounded=0;" parent="1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="680" y="280" as="sourcePoint" />
<mxPoint x="680" y="40" as="targetPoint" />
@@ -167,164 +167,164 @@
</mxGraphModel>
</diagram>
<diagram id="EKWcvwImIRG0ry3XhWfg" name="organised">
<mxGraphModel dx="2062" dy="1091" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
<mxGraphModel dx="2074" dy="1093" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
<root>
<mxCell id="0" />
<mxCell id="1" parent="0" />
<mxCell id="XK7gfOOH3zJMI-MGR3k5-1" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="XK7gfOOH3zJMI-MGR3k5-1" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="770" y="220" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="XK7gfOOH3zJMI-MGR3k5-2" value="" style="triangle;whiteSpace=wrap;html=1;sketch=1;rotation=-90;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="XK7gfOOH3zJMI-MGR3k5-2" value="" style="triangle;whiteSpace=wrap;html=1;sketch=1;rotation=-90;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="300" y="80" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="XK7gfOOH3zJMI-MGR3k5-3" value="" style="triangle;whiteSpace=wrap;html=1;sketch=1;rotation=-90;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="XK7gfOOH3zJMI-MGR3k5-3" value="" style="triangle;whiteSpace=wrap;html=1;sketch=1;rotation=-90;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="310" y="130" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="XK7gfOOH3zJMI-MGR3k5-4" value="" style="triangle;whiteSpace=wrap;html=1;sketch=1;rotation=-90;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="XK7gfOOH3zJMI-MGR3k5-4" value="" style="triangle;whiteSpace=wrap;html=1;sketch=1;rotation=-90;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="100" y="117" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="XK7gfOOH3zJMI-MGR3k5-5" value="" style="triangle;whiteSpace=wrap;html=1;sketch=1;rotation=-90;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="XK7gfOOH3zJMI-MGR3k5-5" value="" style="triangle;whiteSpace=wrap;html=1;sketch=1;rotation=-90;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="150" y="107" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="XK7gfOOH3zJMI-MGR3k5-6" value="" style="triangle;whiteSpace=wrap;html=1;sketch=1;rotation=-90;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="XK7gfOOH3zJMI-MGR3k5-6" value="" style="triangle;whiteSpace=wrap;html=1;sketch=1;rotation=-90;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="210" y="117" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="XK7gfOOH3zJMI-MGR3k5-7" value="" style="triangle;whiteSpace=wrap;html=1;sketch=1;rotation=-90;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="XK7gfOOH3zJMI-MGR3k5-7" value="" style="triangle;whiteSpace=wrap;html=1;sketch=1;rotation=-90;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="530" y="100" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="XK7gfOOH3zJMI-MGR3k5-8" value="" style="triangle;whiteSpace=wrap;html=1;sketch=1;rotation=-90;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="XK7gfOOH3zJMI-MGR3k5-8" value="" style="triangle;whiteSpace=wrap;html=1;sketch=1;rotation=-90;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="150" y="230" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="XK7gfOOH3zJMI-MGR3k5-9" value="" style="triangle;whiteSpace=wrap;html=1;sketch=1;rotation=-90;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="XK7gfOOH3zJMI-MGR3k5-9" value="" style="triangle;whiteSpace=wrap;html=1;sketch=1;rotation=-90;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="290" y="220" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="XK7gfOOH3zJMI-MGR3k5-10" value="" style="triangle;whiteSpace=wrap;html=1;sketch=1;rotation=-90;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="XK7gfOOH3zJMI-MGR3k5-10" value="" style="triangle;whiteSpace=wrap;html=1;sketch=1;rotation=-90;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="110" y="190" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="XK7gfOOH3zJMI-MGR3k5-11" value="" style="triangle;whiteSpace=wrap;html=1;sketch=1;rotation=-90;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="XK7gfOOH3zJMI-MGR3k5-11" value="" style="triangle;whiteSpace=wrap;html=1;sketch=1;rotation=-90;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="230" y="210" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="XK7gfOOH3zJMI-MGR3k5-12" value="" style="triangle;whiteSpace=wrap;html=1;sketch=1;rotation=-90;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="XK7gfOOH3zJMI-MGR3k5-12" value="" style="triangle;whiteSpace=wrap;html=1;sketch=1;rotation=-90;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="420" y="157" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="XK7gfOOH3zJMI-MGR3k5-13" value="" style="triangle;whiteSpace=wrap;html=1;sketch=1;rotation=-90;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="XK7gfOOH3zJMI-MGR3k5-13" value="" style="triangle;whiteSpace=wrap;html=1;sketch=1;rotation=-90;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="260" y="110" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="XK7gfOOH3zJMI-MGR3k5-14" value="" style="triangle;whiteSpace=wrap;html=1;sketch=1;rotation=-90;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="XK7gfOOH3zJMI-MGR3k5-14" value="" style="triangle;whiteSpace=wrap;html=1;sketch=1;rotation=-90;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="60" y="220" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="XK7gfOOH3zJMI-MGR3k5-15" value="" style="triangle;whiteSpace=wrap;html=1;sketch=1;rotation=-90;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="XK7gfOOH3zJMI-MGR3k5-15" value="" style="triangle;whiteSpace=wrap;html=1;sketch=1;rotation=-90;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="700" y="210" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="XK7gfOOH3zJMI-MGR3k5-16" value="" style="triangle;whiteSpace=wrap;html=1;sketch=1;rotation=-90;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="XK7gfOOH3zJMI-MGR3k5-16" value="" style="triangle;whiteSpace=wrap;html=1;sketch=1;rotation=-90;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="130" y="60" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="XK7gfOOH3zJMI-MGR3k5-17" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="XK7gfOOH3zJMI-MGR3k5-17" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="70" y="170" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="XK7gfOOH3zJMI-MGR3k5-18" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="XK7gfOOH3zJMI-MGR3k5-18" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="790" y="167" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="XK7gfOOH3zJMI-MGR3k5-19" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="XK7gfOOH3zJMI-MGR3k5-19" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="690" y="157" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="XK7gfOOH3zJMI-MGR3k5-20" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="XK7gfOOH3zJMI-MGR3k5-20" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="740" y="60" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="XK7gfOOH3zJMI-MGR3k5-21" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="XK7gfOOH3zJMI-MGR3k5-21" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="780" y="100" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="XK7gfOOH3zJMI-MGR3k5-22" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="XK7gfOOH3zJMI-MGR3k5-22" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="690" y="80" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="XK7gfOOH3zJMI-MGR3k5-23" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="XK7gfOOH3zJMI-MGR3k5-23" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="540" y="160" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="XK7gfOOH3zJMI-MGR3k5-24" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="XK7gfOOH3zJMI-MGR3k5-24" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="580" y="130" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="XK7gfOOH3zJMI-MGR3k5-25" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="XK7gfOOH3zJMI-MGR3k5-25" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="630" y="90" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="XK7gfOOH3zJMI-MGR3k5-26" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="XK7gfOOH3zJMI-MGR3k5-26" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="580" y="70" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="XK7gfOOH3zJMI-MGR3k5-27" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="XK7gfOOH3zJMI-MGR3k5-27" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="540" y="220" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="XK7gfOOH3zJMI-MGR3k5-28" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="XK7gfOOH3zJMI-MGR3k5-28" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="380" y="210" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="XK7gfOOH3zJMI-MGR3k5-29" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="XK7gfOOH3zJMI-MGR3k5-29" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="470" y="190" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="XK7gfOOH3zJMI-MGR3k5-30" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="XK7gfOOH3zJMI-MGR3k5-30" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="210" y="170" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="XK7gfOOH3zJMI-MGR3k5-31" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="XK7gfOOH3zJMI-MGR3k5-31" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="460" y="120" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="XK7gfOOH3zJMI-MGR3k5-32" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="XK7gfOOH3zJMI-MGR3k5-32" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="405" y="110" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="XK7gfOOH3zJMI-MGR3k5-33" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="XK7gfOOH3zJMI-MGR3k5-33" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="430" y="70" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="XK7gfOOH3zJMI-MGR3k5-34" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="XK7gfOOH3zJMI-MGR3k5-34" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="370" y="150" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="XK7gfOOH3zJMI-MGR3k5-35" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="XK7gfOOH3zJMI-MGR3k5-35" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="270" y="170" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="XK7gfOOH3zJMI-MGR3k5-36" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="XK7gfOOH3zJMI-MGR3k5-36" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="590" y="190" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="XK7gfOOH3zJMI-MGR3k5-37" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="XK7gfOOH3zJMI-MGR3k5-37" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="630" y="220" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="XK7gfOOH3zJMI-MGR3k5-38" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="XK7gfOOH3zJMI-MGR3k5-38" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="370" y="67" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="XK7gfOOH3zJMI-MGR3k5-39" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="XK7gfOOH3zJMI-MGR3k5-39" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="220" y="67" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="XK7gfOOH3zJMI-MGR3k5-40" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="XK7gfOOH3zJMI-MGR3k5-40" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="740" y="167" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="XK7gfOOH3zJMI-MGR3k5-41" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="XK7gfOOH3zJMI-MGR3k5-41" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="730" y="117" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="XK7gfOOH3zJMI-MGR3k5-42" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="XK7gfOOH3zJMI-MGR3k5-42" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="630" y="150" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="XK7gfOOH3zJMI-MGR3k5-43" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="XK7gfOOH3zJMI-MGR3k5-43" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="430" y="230" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="XK7gfOOH3zJMI-MGR3k5-44" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="XK7gfOOH3zJMI-MGR3k5-44" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="150" y="167" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="XK7gfOOH3zJMI-MGR3k5-45" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" vertex="1" parent="1">
<mxCell id="XK7gfOOH3zJMI-MGR3k5-45" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fillColor=#000000;fillStyle=dashed;" parent="1" vertex="1">
<mxGeometry x="61" y="77" width="40" height="40" as="geometry" />
</mxCell>
<mxCell id="XK7gfOOH3zJMI-MGR3k5-46" value="" style="endArrow=none;dashed=1;html=1;rounded=0;" edge="1" parent="1">
<mxCell id="XK7gfOOH3zJMI-MGR3k5-46" value="" style="endArrow=none;dashed=1;html=1;rounded=0;" parent="1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="200" y="280" as="sourcePoint" />
<mxPoint x="200" y="40" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="XK7gfOOH3zJMI-MGR3k5-47" value="" style="endArrow=none;dashed=1;html=1;rounded=0;" edge="1" parent="1">
<mxCell id="XK7gfOOH3zJMI-MGR3k5-47" value="" style="endArrow=none;dashed=1;html=1;rounded=0;" parent="1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="359" y="280" as="sourcePoint" />
<mxPoint x="359.1700000000001" y="40" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="XK7gfOOH3zJMI-MGR3k5-48" value="" style="endArrow=none;dashed=1;html=1;rounded=0;" edge="1" parent="1">
<mxCell id="XK7gfOOH3zJMI-MGR3k5-48" value="" style="endArrow=none;dashed=1;html=1;rounded=0;" parent="1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="519" y="280" as="sourcePoint" />
<mxPoint x="519.1700000000001" y="40" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="XK7gfOOH3zJMI-MGR3k5-49" value="" style="endArrow=none;dashed=1;html=1;rounded=0;" edge="1" parent="1">
<mxCell id="XK7gfOOH3zJMI-MGR3k5-49" value="" style="endArrow=none;dashed=1;html=1;rounded=0;" parent="1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="680" y="280" as="sourcePoint" />
<mxPoint x="680" y="40" as="targetPoint" />
@@ -334,7 +334,7 @@
</mxGraphModel>
</diagram>
<diagram name="all" id="yjzHrt2KiwfoHxwn7fsB">
<mxGraphModel dx="2062" dy="1091" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
<mxGraphModel dx="988" dy="520" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
<root>
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-0" />
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-1" parent="AhHYrD_jLXWVPU9GXJPQ-0" />
@@ -371,94 +371,94 @@
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-9" value="" style="group" parent="AhHYrD_jLXWVPU9GXJPQ-1" vertex="1" connectable="0">
<mxGeometry x="40" y="120.78125" width="232.06174904942964" height="94" as="geometry" />
</mxCell>
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-10" value="" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;" parent="AhHYrD_jLXWVPU9GXJPQ-9" vertex="1">
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-10" value="" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fillColor=none;" parent="AhHYrD_jLXWVPU9GXJPQ-9" vertex="1">
<mxGeometry x="29.374904942965777" width="174.7806844106464" height="60.21875" as="geometry" />
</mxCell>
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-11" value="&lt;font style=&quot;font-size: 20px;&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; face=&quot;Gloria Hallelujah&quot;&gt;...&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;sketch=1;" parent="AhHYrD_jLXWVPU9GXJPQ-9" vertex="1">
<mxGeometry x="98.40593155893535" width="88.12471482889734" height="44.0625" as="geometry" />
</mxCell>
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-12" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;" parent="AhHYrD_jLXWVPU9GXJPQ-9" vertex="1">
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-12" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;fillColor=none;" parent="AhHYrD_jLXWVPU9GXJPQ-9" vertex="1">
<mxGeometry x="42.59361216730038" y="14.6875" width="16.156197718631176" height="35.25" as="geometry" />
</mxCell>
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-13" value="&lt;font style=&quot;font-size: 18px;&quot;&gt;Slot 0, Committee 0&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=20;" parent="AhHYrD_jLXWVPU9GXJPQ-9" vertex="1">
<mxGeometry y="49.9375" width="232.06174904942964" height="44.0625" as="geometry" />
</mxCell>
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-14" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;" parent="AhHYrD_jLXWVPU9GXJPQ-9" vertex="1">
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-14" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;fillColor=none;" parent="AhHYrD_jLXWVPU9GXJPQ-9" vertex="1">
<mxGeometry x="69.03102661596958" y="14.6875" width="16.156197718631176" height="35.25" as="geometry" />
</mxCell>
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-15" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;" parent="AhHYrD_jLXWVPU9GXJPQ-9" vertex="1">
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-15" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;fillColor=none;" parent="AhHYrD_jLXWVPU9GXJPQ-9" vertex="1">
<mxGeometry x="95.46844106463878" y="14.6875" width="16.156197718631176" height="35.25" as="geometry" />
</mxCell>
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-16" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;" parent="AhHYrD_jLXWVPU9GXJPQ-9" vertex="1">
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-16" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;fillColor=none;" parent="AhHYrD_jLXWVPU9GXJPQ-9" vertex="1">
<mxGeometry x="173.3119391634981" y="14.6875" width="16.156197718631176" height="35.25" as="geometry" />
</mxCell>
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-17" value="" style="group" parent="AhHYrD_jLXWVPU9GXJPQ-1" vertex="1" connectable="0">
<mxGeometry x="40" y="236.8125" width="232.06174904942964" height="94" as="geometry" />
</mxCell>
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-18" value="" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;" parent="AhHYrD_jLXWVPU9GXJPQ-17" vertex="1">
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-18" value="" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fillColor=none;" parent="AhHYrD_jLXWVPU9GXJPQ-17" vertex="1">
<mxGeometry x="29.374904942965777" width="174.7806844106464" height="60.21875" as="geometry" />
</mxCell>
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-19" value="&lt;font style=&quot;font-size: 20px;&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; face=&quot;Gloria Hallelujah&quot;&gt;...&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;sketch=1;" parent="AhHYrD_jLXWVPU9GXJPQ-17" vertex="1">
<mxGeometry x="98.40593155893535" width="88.12471482889734" height="44.0625" as="geometry" />
</mxCell>
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-20" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;" parent="AhHYrD_jLXWVPU9GXJPQ-17" vertex="1">
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-20" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;fillColor=none;" parent="AhHYrD_jLXWVPU9GXJPQ-17" vertex="1">
<mxGeometry x="42.59361216730038" y="14.6875" width="16.156197718631176" height="35.25" as="geometry" />
</mxCell>
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-21" value="&lt;font style=&quot;font-size: 18px;&quot;&gt;Slot 0, Committee 1&lt;br&gt;&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=20;" parent="AhHYrD_jLXWVPU9GXJPQ-17" vertex="1">
<mxGeometry y="49.9375" width="232.06174904942964" height="44.0625" as="geometry" />
</mxCell>
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-22" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;" parent="AhHYrD_jLXWVPU9GXJPQ-17" vertex="1">
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-22" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;fillColor=none;" parent="AhHYrD_jLXWVPU9GXJPQ-17" vertex="1">
<mxGeometry x="69.03102661596958" y="14.6875" width="16.156197718631176" height="35.25" as="geometry" />
</mxCell>
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-23" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;" parent="AhHYrD_jLXWVPU9GXJPQ-17" vertex="1">
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-23" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;fillColor=none;" parent="AhHYrD_jLXWVPU9GXJPQ-17" vertex="1">
<mxGeometry x="95.46844106463878" y="14.6875" width="16.156197718631176" height="35.25" as="geometry" />
</mxCell>
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-24" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;" parent="AhHYrD_jLXWVPU9GXJPQ-17" vertex="1">
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-24" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;fillColor=none;" parent="AhHYrD_jLXWVPU9GXJPQ-17" vertex="1">
<mxGeometry x="173.3119391634981" y="14.6875" width="16.156197718631176" height="35.25" as="geometry" />
</mxCell>
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-25" value="" style="group" parent="AhHYrD_jLXWVPU9GXJPQ-1" vertex="1" connectable="0">
<mxGeometry x="40" y="416" width="232.06174904942964" height="94" as="geometry" />
</mxCell>
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-26" value="" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;" parent="AhHYrD_jLXWVPU9GXJPQ-25" vertex="1">
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-26" value="" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fillColor=none;" parent="AhHYrD_jLXWVPU9GXJPQ-25" vertex="1">
<mxGeometry x="29.374904942965777" width="174.7806844106464" height="60.21875" as="geometry" />
</mxCell>
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-27" value="&lt;font style=&quot;font-size: 20px;&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; face=&quot;Gloria Hallelujah&quot;&gt;...&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;sketch=1;" parent="AhHYrD_jLXWVPU9GXJPQ-25" vertex="1">
<mxGeometry x="98.40593155893535" width="88.12471482889734" height="44.0625" as="geometry" />
</mxCell>
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-28" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;" parent="AhHYrD_jLXWVPU9GXJPQ-25" vertex="1">
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-28" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;fillColor=none;" parent="AhHYrD_jLXWVPU9GXJPQ-25" vertex="1">
<mxGeometry x="42.59361216730038" y="14.6875" width="16.156197718631176" height="35.25" as="geometry" />
</mxCell>
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-29" value="&lt;font style=&quot;font-size: 18px;&quot;&gt;Slot 0, Committee (N-1)&lt;br&gt;&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=20;" parent="AhHYrD_jLXWVPU9GXJPQ-25" vertex="1">
<mxGeometry y="49.9375" width="232.06174904942964" height="44.0625" as="geometry" />
</mxCell>
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-30" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;" parent="AhHYrD_jLXWVPU9GXJPQ-25" vertex="1">
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-30" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;fillColor=none;" parent="AhHYrD_jLXWVPU9GXJPQ-25" vertex="1">
<mxGeometry x="69.03102661596958" y="14.6875" width="16.156197718631176" height="35.25" as="geometry" />
</mxCell>
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-31" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;" parent="AhHYrD_jLXWVPU9GXJPQ-25" vertex="1">
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-31" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;fillColor=none;" parent="AhHYrD_jLXWVPU9GXJPQ-25" vertex="1">
<mxGeometry x="95.46844106463878" y="14.6875" width="16.156197718631176" height="35.25" as="geometry" />
</mxCell>
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-32" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;" parent="AhHYrD_jLXWVPU9GXJPQ-25" vertex="1">
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-32" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;fillColor=none;" parent="AhHYrD_jLXWVPU9GXJPQ-25" vertex="1">
<mxGeometry x="173.3119391634981" y="14.6875" width="16.156197718631176" height="35.25" as="geometry" />
</mxCell>
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-33" value="" style="group" parent="AhHYrD_jLXWVPU9GXJPQ-1" vertex="1" connectable="0">
<mxGeometry x="261.0461596958175" y="416" width="232.06174904942964" height="94" as="geometry" />
</mxCell>
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-34" value="" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;" parent="AhHYrD_jLXWVPU9GXJPQ-33" vertex="1">
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-34" value="" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fillColor=none;" parent="AhHYrD_jLXWVPU9GXJPQ-33" vertex="1">
<mxGeometry x="28.640532319391635" width="174.7806844106464" height="60.21875" as="geometry" />
</mxCell>
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-35" value="&lt;font style=&quot;font-size: 20px;&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; face=&quot;Gloria Hallelujah&quot;&gt;...&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;sketch=1;" parent="AhHYrD_jLXWVPU9GXJPQ-33" vertex="1">
<mxGeometry x="97.67155893536122" width="88.12471482889734" height="44.0625" as="geometry" />
</mxCell>
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-36" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;" parent="AhHYrD_jLXWVPU9GXJPQ-33" vertex="1">
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-36" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;fillColor=none;" parent="AhHYrD_jLXWVPU9GXJPQ-33" vertex="1">
<mxGeometry x="41.85923954372623" y="14.6875" width="16.156197718631176" height="35.25" as="geometry" />
</mxCell>
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-37" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;" parent="AhHYrD_jLXWVPU9GXJPQ-33" vertex="1">
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-37" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;fillColor=none;" parent="AhHYrD_jLXWVPU9GXJPQ-33" vertex="1">
<mxGeometry x="68.29665399239543" y="14.6875" width="16.156197718631176" height="35.25" as="geometry" />
</mxCell>
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-38" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;" parent="AhHYrD_jLXWVPU9GXJPQ-33" vertex="1">
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-38" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;fillColor=none;" parent="AhHYrD_jLXWVPU9GXJPQ-33" vertex="1">
<mxGeometry x="94.73406844106464" y="14.6875" width="16.156197718631176" height="35.25" as="geometry" />
</mxCell>
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-39" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;" parent="AhHYrD_jLXWVPU9GXJPQ-33" vertex="1">
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-39" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;fillColor=none;" parent="AhHYrD_jLXWVPU9GXJPQ-33" vertex="1">
<mxGeometry x="172.57756653992394" y="14.6875" width="16.156197718631176" height="35.25" as="geometry" />
</mxCell>
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-40" value="&lt;font style=&quot;font-size: 18px;&quot;&gt;Slot 1, Committee (N-1)&lt;br&gt;&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=20;" parent="AhHYrD_jLXWVPU9GXJPQ-33" vertex="1">
@@ -467,70 +467,70 @@
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-41" value="" style="group" parent="AhHYrD_jLXWVPU9GXJPQ-1" vertex="1" connectable="0">
<mxGeometry x="261.0461596958175" y="236.8125" width="232.06174904942964" height="94" as="geometry" />
</mxCell>
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-42" value="" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;" parent="AhHYrD_jLXWVPU9GXJPQ-41" vertex="1">
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-42" value="" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fillColor=none;" parent="AhHYrD_jLXWVPU9GXJPQ-41" vertex="1">
<mxGeometry x="29.374904942965777" width="174.7806844106464" height="60.21875" as="geometry" />
</mxCell>
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-43" value="&lt;font style=&quot;font-size: 20px;&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; face=&quot;Gloria Hallelujah&quot;&gt;...&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;sketch=1;" parent="AhHYrD_jLXWVPU9GXJPQ-41" vertex="1">
<mxGeometry x="98.40593155893535" width="88.12471482889734" height="44.0625" as="geometry" />
</mxCell>
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-44" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;" parent="AhHYrD_jLXWVPU9GXJPQ-41" vertex="1">
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-44" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;fillColor=none;" parent="AhHYrD_jLXWVPU9GXJPQ-41" vertex="1">
<mxGeometry x="42.59361216730038" y="14.6875" width="16.156197718631176" height="35.25" as="geometry" />
</mxCell>
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-45" value="&lt;font style=&quot;font-size: 18px;&quot;&gt;Slot 1, Committee 1&lt;br&gt;&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=20;" parent="AhHYrD_jLXWVPU9GXJPQ-41" vertex="1">
<mxGeometry y="49.9375" width="232.06174904942964" height="44.0625" as="geometry" />
</mxCell>
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-46" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;" parent="AhHYrD_jLXWVPU9GXJPQ-41" vertex="1">
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-46" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;fillColor=none;" parent="AhHYrD_jLXWVPU9GXJPQ-41" vertex="1">
<mxGeometry x="69.03102661596958" y="14.6875" width="16.156197718631176" height="35.25" as="geometry" />
</mxCell>
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-47" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;" parent="AhHYrD_jLXWVPU9GXJPQ-41" vertex="1">
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-47" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;fillColor=none;" parent="AhHYrD_jLXWVPU9GXJPQ-41" vertex="1">
<mxGeometry x="95.46844106463878" y="14.6875" width="16.156197718631176" height="35.25" as="geometry" />
</mxCell>
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-48" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;" parent="AhHYrD_jLXWVPU9GXJPQ-41" vertex="1">
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-48" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;fillColor=none;" parent="AhHYrD_jLXWVPU9GXJPQ-41" vertex="1">
<mxGeometry x="173.3119391634981" y="14.6875" width="16.156197718631176" height="35.25" as="geometry" />
</mxCell>
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-49" value="" style="group" parent="AhHYrD_jLXWVPU9GXJPQ-1" vertex="1" connectable="0">
<mxGeometry x="261.0461596958175" y="120.78125" width="232.06174904942964" height="94" as="geometry" />
</mxCell>
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-50" value="" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;" parent="AhHYrD_jLXWVPU9GXJPQ-49" vertex="1">
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-50" value="" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fillColor=none;" parent="AhHYrD_jLXWVPU9GXJPQ-49" vertex="1">
<mxGeometry x="29.374904942965777" width="174.7806844106464" height="60.21875" as="geometry" />
</mxCell>
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-51" value="&lt;font style=&quot;font-size: 20px;&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; face=&quot;Gloria Hallelujah&quot;&gt;...&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;sketch=1;" parent="AhHYrD_jLXWVPU9GXJPQ-49" vertex="1">
<mxGeometry x="98.40593155893535" width="88.12471482889734" height="44.0625" as="geometry" />
</mxCell>
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-52" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;" parent="AhHYrD_jLXWVPU9GXJPQ-49" vertex="1">
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-52" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;fillColor=none;" parent="AhHYrD_jLXWVPU9GXJPQ-49" vertex="1">
<mxGeometry x="42.59361216730038" y="14.6875" width="16.156197718631176" height="35.25" as="geometry" />
</mxCell>
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-53" value="&lt;font style=&quot;font-size: 18px;&quot;&gt;Slot 1, Committee 0&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=20;" parent="AhHYrD_jLXWVPU9GXJPQ-49" vertex="1">
<mxGeometry y="49.9375" width="232.06174904942964" height="44.0625" as="geometry" />
</mxCell>
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-54" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;" parent="AhHYrD_jLXWVPU9GXJPQ-49" vertex="1">
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-54" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;fillColor=none;" parent="AhHYrD_jLXWVPU9GXJPQ-49" vertex="1">
<mxGeometry x="69.03102661596958" y="14.6875" width="16.156197718631176" height="35.25" as="geometry" />
</mxCell>
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-55" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;" parent="AhHYrD_jLXWVPU9GXJPQ-49" vertex="1">
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-55" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;fillColor=none;" parent="AhHYrD_jLXWVPU9GXJPQ-49" vertex="1">
<mxGeometry x="95.46844106463878" y="14.6875" width="16.156197718631176" height="35.25" as="geometry" />
</mxCell>
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-56" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;" parent="AhHYrD_jLXWVPU9GXJPQ-49" vertex="1">
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-56" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;fillColor=none;" parent="AhHYrD_jLXWVPU9GXJPQ-49" vertex="1">
<mxGeometry x="173.3119391634981" y="14.6875" width="16.156197718631176" height="35.25" as="geometry" />
</mxCell>
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-57" value="" style="group" parent="AhHYrD_jLXWVPU9GXJPQ-1" vertex="1" connectable="0">
<mxGeometry x="580.4982509505703" y="416" width="232.06174904942964" height="94" as="geometry" />
</mxCell>
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-58" value="" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;" parent="AhHYrD_jLXWVPU9GXJPQ-57" vertex="1">
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-58" value="" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fillColor=none;" parent="AhHYrD_jLXWVPU9GXJPQ-57" vertex="1">
<mxGeometry x="28.640532319391635" width="174.7806844106464" height="60.21875" as="geometry" />
</mxCell>
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-59" value="&lt;font style=&quot;font-size: 20px;&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; face=&quot;Gloria Hallelujah&quot;&gt;...&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;sketch=1;" parent="AhHYrD_jLXWVPU9GXJPQ-57" vertex="1">
<mxGeometry x="97.67155893536122" width="88.12471482889734" height="44.0625" as="geometry" />
</mxCell>
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-60" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;" parent="AhHYrD_jLXWVPU9GXJPQ-57" vertex="1">
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-60" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;fillColor=none;" parent="AhHYrD_jLXWVPU9GXJPQ-57" vertex="1">
<mxGeometry x="41.85923954372623" y="14.6875" width="16.156197718631176" height="35.25" as="geometry" />
</mxCell>
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-61" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;" parent="AhHYrD_jLXWVPU9GXJPQ-57" vertex="1">
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-61" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;fillColor=none;" parent="AhHYrD_jLXWVPU9GXJPQ-57" vertex="1">
<mxGeometry x="68.29665399239543" y="14.6875" width="16.156197718631176" height="35.25" as="geometry" />
</mxCell>
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-62" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;" parent="AhHYrD_jLXWVPU9GXJPQ-57" vertex="1">
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-62" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;fillColor=none;" parent="AhHYrD_jLXWVPU9GXJPQ-57" vertex="1">
<mxGeometry x="94.73406844106464" y="14.6875" width="16.156197718631176" height="35.25" as="geometry" />
</mxCell>
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-63" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;" parent="AhHYrD_jLXWVPU9GXJPQ-57" vertex="1">
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-63" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;fillColor=none;" parent="AhHYrD_jLXWVPU9GXJPQ-57" vertex="1">
<mxGeometry x="172.57756653992394" y="14.6875" width="16.156197718631176" height="35.25" as="geometry" />
</mxCell>
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-64" value="&lt;font style=&quot;font-size: 18px;&quot;&gt;Slot 31, Committee (N-1)&lt;br&gt;&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=20;" parent="AhHYrD_jLXWVPU9GXJPQ-57" vertex="1">
@@ -539,22 +539,22 @@
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-65" value="" style="group" parent="AhHYrD_jLXWVPU9GXJPQ-1" vertex="1" connectable="0">
<mxGeometry x="580.4982509505703" y="236.8125" width="232.06174904942964" height="94" as="geometry" />
</mxCell>
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-66" value="" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;" parent="AhHYrD_jLXWVPU9GXJPQ-65" vertex="1">
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-66" value="" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fillColor=none;" parent="AhHYrD_jLXWVPU9GXJPQ-65" vertex="1">
<mxGeometry x="33.0467680608365" width="174.7806844106464" height="60.21875" as="geometry" />
</mxCell>
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-67" value="&lt;font style=&quot;font-size: 20px;&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; face=&quot;Gloria Hallelujah&quot;&gt;...&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;sketch=1;" parent="AhHYrD_jLXWVPU9GXJPQ-65" vertex="1">
<mxGeometry x="102.07779467680608" width="88.12471482889734" height="44.0625" as="geometry" />
</mxCell>
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-68" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;" parent="AhHYrD_jLXWVPU9GXJPQ-65" vertex="1">
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-68" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;fillColor=none;" parent="AhHYrD_jLXWVPU9GXJPQ-65" vertex="1">
<mxGeometry x="46.2654752851711" y="14.6875" width="16.156197718631176" height="35.25" as="geometry" />
</mxCell>
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-69" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;" parent="AhHYrD_jLXWVPU9GXJPQ-65" vertex="1">
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-69" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;fillColor=none;" parent="AhHYrD_jLXWVPU9GXJPQ-65" vertex="1">
<mxGeometry x="72.7028897338403" y="14.6875" width="16.156197718631176" height="35.25" as="geometry" />
</mxCell>
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-70" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;" parent="AhHYrD_jLXWVPU9GXJPQ-65" vertex="1">
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-70" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;fillColor=none;" parent="AhHYrD_jLXWVPU9GXJPQ-65" vertex="1">
<mxGeometry x="99.1403041825095" y="14.6875" width="16.156197718631176" height="35.25" as="geometry" />
</mxCell>
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-71" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;" parent="AhHYrD_jLXWVPU9GXJPQ-65" vertex="1">
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-71" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;fillColor=none;" parent="AhHYrD_jLXWVPU9GXJPQ-65" vertex="1">
<mxGeometry x="176.9838022813688" y="14.6875" width="16.156197718631176" height="35.25" as="geometry" />
</mxCell>
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-72" value="&lt;font style=&quot;font-size: 18px;&quot;&gt;Slot 31, Committee 1&lt;br&gt;&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=20;" parent="AhHYrD_jLXWVPU9GXJPQ-65" vertex="1">
@@ -563,28 +563,28 @@
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-73" value="" style="group" parent="AhHYrD_jLXWVPU9GXJPQ-1" vertex="1" connectable="0">
<mxGeometry x="580.4982509505703" y="120.78125" width="232.06174904942964" height="94" as="geometry" />
</mxCell>
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-74" value="" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;" parent="AhHYrD_jLXWVPU9GXJPQ-73" vertex="1">
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-74" value="" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fillColor=none;" parent="AhHYrD_jLXWVPU9GXJPQ-73" vertex="1">
<mxGeometry x="33.0467680608365" width="174.7806844106464" height="60.21875" as="geometry" />
</mxCell>
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-75" value="&lt;font style=&quot;font-size: 20px;&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; face=&quot;Gloria Hallelujah&quot;&gt;...&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;sketch=1;" parent="AhHYrD_jLXWVPU9GXJPQ-73" vertex="1">
<mxGeometry x="102.07779467680608" width="88.12471482889734" height="44.0625" as="geometry" />
</mxCell>
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-76" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;" parent="AhHYrD_jLXWVPU9GXJPQ-73" vertex="1">
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-76" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;fillColor=none;" parent="AhHYrD_jLXWVPU9GXJPQ-73" vertex="1">
<mxGeometry x="46.2654752851711" y="14.6875" width="16.156197718631176" height="35.25" as="geometry" />
</mxCell>
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-77" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;" parent="AhHYrD_jLXWVPU9GXJPQ-73" vertex="1">
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-77" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;fillColor=none;" parent="AhHYrD_jLXWVPU9GXJPQ-73" vertex="1">
<mxGeometry x="72.7028897338403" y="14.6875" width="16.156197718631176" height="35.25" as="geometry" />
</mxCell>
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-78" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;" parent="AhHYrD_jLXWVPU9GXJPQ-73" vertex="1">
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-78" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;fillColor=none;" parent="AhHYrD_jLXWVPU9GXJPQ-73" vertex="1">
<mxGeometry x="99.1403041825095" y="14.6875" width="16.156197718631176" height="35.25" as="geometry" />
</mxCell>
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-79" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;" parent="AhHYrD_jLXWVPU9GXJPQ-73" vertex="1">
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-79" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;fillColor=none;" parent="AhHYrD_jLXWVPU9GXJPQ-73" vertex="1">
<mxGeometry x="176.9838022813688" y="14.6875" width="16.156197718631176" height="35.25" as="geometry" />
</mxCell>
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-80" value="&lt;font style=&quot;font-size: 18px;&quot;&gt;Slot 31, Committee 0&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=20;" parent="AhHYrD_jLXWVPU9GXJPQ-73" vertex="1">
<mxGeometry y="49.9375" width="232.06174904942964" height="44.0625" as="geometry" />
</mxCell>
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-83" value="" style="endArrow=classic;html=1;rounded=0;shadow=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=32;" parent="AhHYrD_jLXWVPU9GXJPQ-1" edge="1">
<mxCell id="AhHYrD_jLXWVPU9GXJPQ-83" value="" style="endArrow=classic;html=1;rounded=0;shadow=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=32;endFill=0;" parent="AhHYrD_jLXWVPU9GXJPQ-1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="72.31239543726235" y="88.46875" as="sourcePoint" />
<mxPoint x="784.6538403041825" y="88.46875" as="targetPoint" />
@@ -603,7 +603,7 @@
</mxGraphModel>
</diagram>
<diagram id="BfNy3oxiuL4KktsAiy66" name="selection">
<mxGraphModel dx="2062" dy="1091" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
<mxGraphModel dx="2074" dy="1093" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
<root>
<mxCell id="0" />
<mxCell id="1" parent="0" />

View File

@@ -1,49 +1,49 @@
<mxfile host="app.diagrams.net" modified="2022-08-05T19:43:06.905Z" agent="5.0 (X11)" etag="FzoEldLZ_HAuxFt727UR" version="20.2.3" type="github" pages="8">
<mxfile host="app.diagrams.net" modified="2022-12-21T12:44:47.845Z" agent="5.0 (X11)" etag="Xg7CaCfNG7zS3kzt28wY" version="20.7.4" type="github" pages="8">
<diagram id="f2ciFOSB5QWkLeRYvo7Q" name="block_chain">
<mxGraphModel dx="2062" dy="1091" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
<mxGraphModel dx="2074" dy="1093" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
<root>
<mxCell id="0" />
<mxCell id="1" parent="0" />
<mxCell id="VLHIMrBtYk3J3vSGHkTV-1" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; face=&quot;Gloria Hallelujah&quot;&gt;Genesis&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;" parent="1" vertex="1">
<mxCell id="VLHIMrBtYk3J3vSGHkTV-1" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; face=&quot;Gloria Hallelujah&quot;&gt;Genesis&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;fillColor=none;" parent="1" vertex="1">
<mxGeometry x="40" y="80" width="110" height="60" as="geometry" />
</mxCell>
<mxCell id="VLHIMrBtYk3J3vSGHkTV-3" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; face=&quot;Gloria Hallelujah&quot;&gt;Block 1&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;" parent="1" vertex="1">
<mxCell id="VLHIMrBtYk3J3vSGHkTV-3" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; face=&quot;Gloria Hallelujah&quot;&gt;Block 1&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;fillColor=none;" parent="1" vertex="1">
<mxGeometry x="190" y="80" width="110" height="60" as="geometry" />
</mxCell>
<mxCell id="VLHIMrBtYk3J3vSGHkTV-4" value="Block 2" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=20;" parent="1" vertex="1">
<mxCell id="VLHIMrBtYk3J3vSGHkTV-4" value="Block 2" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=20;fillColor=none;" parent="1" vertex="1">
<mxGeometry x="340" y="80" width="110" height="60" as="geometry" />
</mxCell>
<mxCell id="VLHIMrBtYk3J3vSGHkTV-5" value="Block 21" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=20;" parent="1" vertex="1">
<mxCell id="VLHIMrBtYk3J3vSGHkTV-5" value="Block 21" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=20;fillColor=none;" parent="1" vertex="1">
<mxGeometry x="540" y="80" width="110" height="60" as="geometry" />
</mxCell>
<mxCell id="VLHIMrBtYk3J3vSGHkTV-6" value="Block 22" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=20;" parent="1" vertex="1">
<mxCell id="VLHIMrBtYk3J3vSGHkTV-6" value="Block 22" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=20;fillColor=none;" parent="1" vertex="1">
<mxGeometry x="690" y="80" width="110" height="60" as="geometry" />
</mxCell>
<mxCell id="VLHIMrBtYk3J3vSGHkTV-7" value="" style="endArrow=classicThin;html=1;sketch=1;hachureGap=2;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;startSize=14;endSize=14;sourcePerimeterSpacing=8;targetPerimeterSpacing=8;entryX=1;entryY=0.5;entryDx=0;entryDy=0;exitX=0;exitY=0.5;exitDx=0;exitDy=0;endFill=1;curved=1;strokeColor=default;metaEdit=0;disableMultiStroke=0;startFill=1;" parent="1" source="VLHIMrBtYk3J3vSGHkTV-3" target="VLHIMrBtYk3J3vSGHkTV-1" edge="1">
<mxCell id="VLHIMrBtYk3J3vSGHkTV-7" value="" style="endArrow=classicThin;html=1;sketch=1;hachureGap=2;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;startSize=14;endSize=14;sourcePerimeterSpacing=8;targetPerimeterSpacing=8;entryX=1;entryY=0.5;entryDx=0;entryDy=0;exitX=0;exitY=0.5;exitDx=0;exitDy=0;endFill=0;curved=1;strokeColor=default;metaEdit=0;disableMultiStroke=0;startFill=1;" parent="1" source="VLHIMrBtYk3J3vSGHkTV-3" target="VLHIMrBtYk3J3vSGHkTV-1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="400" y="590" as="sourcePoint" />
<mxPoint x="450" y="540" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="NPRbbqzTrsGP8xS9bHB--1" value="" style="endArrow=classicThin;html=1;sketch=1;hachureGap=2;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;startSize=14;endSize=14;sourcePerimeterSpacing=8;targetPerimeterSpacing=8;entryX=1;entryY=0.5;entryDx=0;entryDy=0;exitX=0;exitY=0.5;exitDx=0;exitDy=0;endFill=1;curved=1;strokeColor=default;metaEdit=0;disableMultiStroke=0;startFill=1;" parent="1" source="VLHIMrBtYk3J3vSGHkTV-4" target="VLHIMrBtYk3J3vSGHkTV-3" edge="1">
<mxCell id="NPRbbqzTrsGP8xS9bHB--1" value="" style="endArrow=classicThin;html=1;sketch=1;hachureGap=2;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;startSize=14;endSize=14;sourcePerimeterSpacing=8;targetPerimeterSpacing=8;entryX=1;entryY=0.5;entryDx=0;entryDy=0;exitX=0;exitY=0.5;exitDx=0;exitDy=0;endFill=0;curved=1;strokeColor=default;metaEdit=0;disableMultiStroke=0;startFill=1;" parent="1" source="VLHIMrBtYk3J3vSGHkTV-4" target="VLHIMrBtYk3J3vSGHkTV-3" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="200" y="120" as="sourcePoint" />
<mxPoint x="160" y="120" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="NPRbbqzTrsGP8xS9bHB--2" value="" style="endArrow=classicThin;html=1;sketch=1;hachureGap=2;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;startSize=14;endSize=14;sourcePerimeterSpacing=8;targetPerimeterSpacing=8;entryX=1;entryY=0.5;entryDx=0;entryDy=0;endFill=1;curved=1;strokeColor=default;metaEdit=0;disableMultiStroke=0;startFill=1;" parent="1" target="VLHIMrBtYk3J3vSGHkTV-4" edge="1">
<mxCell id="NPRbbqzTrsGP8xS9bHB--2" value="" style="endArrow=classicThin;html=1;sketch=1;hachureGap=2;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;startSize=14;endSize=14;sourcePerimeterSpacing=8;targetPerimeterSpacing=8;entryX=1;entryY=0.5;entryDx=0;entryDy=0;endFill=0;curved=1;strokeColor=default;metaEdit=0;disableMultiStroke=0;startFill=1;" parent="1" target="VLHIMrBtYk3J3vSGHkTV-4" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="486" y="109" as="sourcePoint" />
<mxPoint x="170" y="130" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="NPRbbqzTrsGP8xS9bHB--3" value="" style="endArrow=classicThin;html=1;sketch=1;hachureGap=2;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;startSize=14;endSize=14;sourcePerimeterSpacing=8;targetPerimeterSpacing=8;entryX=1;entryY=0.5;entryDx=0;entryDy=0;exitX=0;exitY=0.5;exitDx=0;exitDy=0;endFill=1;curved=1;strokeColor=default;metaEdit=0;disableMultiStroke=0;startFill=1;" parent="1" source="VLHIMrBtYk3J3vSGHkTV-6" target="VLHIMrBtYk3J3vSGHkTV-5" edge="1">
<mxCell id="NPRbbqzTrsGP8xS9bHB--3" value="" style="endArrow=classicThin;html=1;sketch=1;hachureGap=2;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;startSize=14;endSize=14;sourcePerimeterSpacing=8;targetPerimeterSpacing=8;entryX=1;entryY=0.5;entryDx=0;entryDy=0;exitX=0;exitY=0.5;exitDx=0;exitDy=0;endFill=0;curved=1;strokeColor=default;metaEdit=0;disableMultiStroke=0;startFill=1;" parent="1" source="VLHIMrBtYk3J3vSGHkTV-6" target="VLHIMrBtYk3J3vSGHkTV-5" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="220" y="140" as="sourcePoint" />
<mxPoint x="180" y="140" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="NPRbbqzTrsGP8xS9bHB--4" value="" style="endArrow=classicThin;html=1;sketch=1;hachureGap=2;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;startSize=14;endSize=14;sourcePerimeterSpacing=8;targetPerimeterSpacing=8;endFill=1;curved=1;strokeColor=default;metaEdit=0;disableMultiStroke=0;startFill=1;exitX=0;exitY=0.5;exitDx=0;exitDy=0;" parent="1" source="VLHIMrBtYk3J3vSGHkTV-5" edge="1">
<mxCell id="NPRbbqzTrsGP8xS9bHB--4" value="" style="endArrow=classicThin;html=1;sketch=1;hachureGap=2;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;startSize=14;endSize=14;sourcePerimeterSpacing=8;targetPerimeterSpacing=8;endFill=0;curved=1;strokeColor=default;metaEdit=0;disableMultiStroke=0;startFill=1;exitX=0;exitY=0.5;exitDx=0;exitDy=0;" parent="1" source="VLHIMrBtYk3J3vSGHkTV-5" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="490" y="120" as="sourcePoint" />
<mxPoint x="500" y="110" as="targetPoint" />
@@ -73,53 +73,53 @@
</mxGraphModel>
</diagram>
<diagram id="1heqYugbOR7fx1SHDa8x" name="block_tree">
<mxGraphModel dx="2062" dy="1091" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
<mxGraphModel dx="2074" dy="1093" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
<root>
<mxCell id="0" />
<mxCell id="1" parent="0" />
<mxCell id="9dDPcx8fG81m2TWgUdLZ-1" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; face=&quot;Gloria Hallelujah&quot;&gt;Block A&lt;br&gt;&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;" parent="1" vertex="1">
<mxCell id="9dDPcx8fG81m2TWgUdLZ-1" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; face=&quot;Gloria Hallelujah&quot;&gt;Block A&lt;br&gt;&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;fillColor=none;" parent="1" vertex="1">
<mxGeometry x="80" y="170" width="110" height="60" as="geometry" />
</mxCell>
<mxCell id="9dDPcx8fG81m2TWgUdLZ-2" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; face=&quot;Gloria Hallelujah&quot;&gt;Block B&lt;br&gt;&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;" parent="1" vertex="1">
<mxCell id="9dDPcx8fG81m2TWgUdLZ-2" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; face=&quot;Gloria Hallelujah&quot;&gt;Block B&lt;br&gt;&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;fillColor=none;" parent="1" vertex="1">
<mxGeometry x="230" y="241" width="110" height="60" as="geometry" />
</mxCell>
<mxCell id="9dDPcx8fG81m2TWgUdLZ-3" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; face=&quot;Gloria Hallelujah&quot;&gt;Block C&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;" parent="1" vertex="1">
<mxCell id="9dDPcx8fG81m2TWgUdLZ-3" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; face=&quot;Gloria Hallelujah&quot;&gt;Block C&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;fillColor=none;" parent="1" vertex="1">
<mxGeometry x="380" y="110" width="110" height="60" as="geometry" />
</mxCell>
<mxCell id="9dDPcx8fG81m2TWgUdLZ-4" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; face=&quot;Gloria Hallelujah&quot;&gt;Block D&lt;br&gt;&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;" parent="1" vertex="1">
<mxCell id="9dDPcx8fG81m2TWgUdLZ-4" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; face=&quot;Gloria Hallelujah&quot;&gt;Block D&lt;br&gt;&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;fillColor=none;" parent="1" vertex="1">
<mxGeometry x="530" y="200" width="110" height="60" as="geometry" />
</mxCell>
<mxCell id="9dDPcx8fG81m2TWgUdLZ-5" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; face=&quot;Gloria Hallelujah&quot;&gt;Block E&lt;br&gt;&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;" parent="1" vertex="1">
<mxCell id="9dDPcx8fG81m2TWgUdLZ-5" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; face=&quot;Gloria Hallelujah&quot;&gt;Block E&lt;br&gt;&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;fillColor=none;" parent="1" vertex="1">
<mxGeometry x="680" y="290" width="110" height="60" as="geometry" />
</mxCell>
<mxCell id="nmfGZcjmUFGCk838QM5b-1" value="" style="endArrow=classicThin;html=1;sketch=1;hachureGap=2;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;startSize=14;endSize=14;sourcePerimeterSpacing=8;targetPerimeterSpacing=8;entryX=1;entryY=0.5;entryDx=0;entryDy=0;exitX=0;exitY=0.5;exitDx=0;exitDy=0;endFill=1;curved=1;strokeColor=default;metaEdit=0;disableMultiStroke=0;startFill=1;" parent="1" source="9dDPcx8fG81m2TWgUdLZ-3" target="9dDPcx8fG81m2TWgUdLZ-1" edge="1">
<mxCell id="nmfGZcjmUFGCk838QM5b-1" value="" style="endArrow=classicThin;html=1;sketch=1;hachureGap=2;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;startSize=14;endSize=14;sourcePerimeterSpacing=8;targetPerimeterSpacing=8;entryX=1;entryY=0.5;entryDx=0;entryDy=0;exitX=0;exitY=0.5;exitDx=0;exitDy=0;endFill=0;curved=1;strokeColor=default;metaEdit=0;disableMultiStroke=0;startFill=1;" parent="1" source="9dDPcx8fG81m2TWgUdLZ-3" target="9dDPcx8fG81m2TWgUdLZ-1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="190" y="110" as="sourcePoint" />
<mxPoint x="150" y="110" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="nmfGZcjmUFGCk838QM5b-2" value="" style="endArrow=classicThin;html=1;sketch=1;hachureGap=2;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;startSize=14;endSize=14;sourcePerimeterSpacing=8;targetPerimeterSpacing=8;entryX=1;entryY=0.5;entryDx=0;entryDy=0;exitX=0;exitY=0.5;exitDx=0;exitDy=0;endFill=1;curved=1;strokeColor=default;metaEdit=0;disableMultiStroke=0;startFill=1;" parent="1" source="9dDPcx8fG81m2TWgUdLZ-2" target="9dDPcx8fG81m2TWgUdLZ-1" edge="1">
<mxCell id="nmfGZcjmUFGCk838QM5b-2" value="" style="endArrow=classicThin;html=1;sketch=1;hachureGap=2;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;startSize=14;endSize=14;sourcePerimeterSpacing=8;targetPerimeterSpacing=8;entryX=1;entryY=0.5;entryDx=0;entryDy=0;exitX=0;exitY=0.5;exitDx=0;exitDy=0;endFill=0;curved=1;strokeColor=default;metaEdit=0;disableMultiStroke=0;startFill=1;" parent="1" source="9dDPcx8fG81m2TWgUdLZ-2" target="9dDPcx8fG81m2TWgUdLZ-1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="390" y="150" as="sourcePoint" />
<mxPoint x="200" y="210" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="nmfGZcjmUFGCk838QM5b-3" value="" style="endArrow=classicThin;html=1;sketch=1;hachureGap=2;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;startSize=14;endSize=14;sourcePerimeterSpacing=8;targetPerimeterSpacing=8;entryX=1;entryY=0.5;entryDx=0;entryDy=0;exitX=0;exitY=0.5;exitDx=0;exitDy=0;endFill=1;curved=1;strokeColor=default;metaEdit=0;disableMultiStroke=0;startFill=1;" parent="1" source="9dDPcx8fG81m2TWgUdLZ-4" target="9dDPcx8fG81m2TWgUdLZ-2" edge="1">
<mxCell id="nmfGZcjmUFGCk838QM5b-3" value="" style="endArrow=classicThin;html=1;sketch=1;hachureGap=2;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;startSize=14;endSize=14;sourcePerimeterSpacing=8;targetPerimeterSpacing=8;entryX=1;entryY=0.5;entryDx=0;entryDy=0;exitX=0;exitY=0.5;exitDx=0;exitDy=0;endFill=0;curved=1;strokeColor=default;metaEdit=0;disableMultiStroke=0;startFill=1;" parent="1" source="9dDPcx8fG81m2TWgUdLZ-4" target="9dDPcx8fG81m2TWgUdLZ-2" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="240" y="281" as="sourcePoint" />
<mxPoint x="200" y="210" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="nmfGZcjmUFGCk838QM5b-4" value="" style="endArrow=classicThin;html=1;sketch=1;hachureGap=2;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;startSize=14;endSize=14;sourcePerimeterSpacing=8;targetPerimeterSpacing=8;exitX=0;exitY=0.5;exitDx=0;exitDy=0;endFill=1;curved=1;strokeColor=default;metaEdit=0;disableMultiStroke=0;startFill=1;" parent="1" source="9dDPcx8fG81m2TWgUdLZ-5" edge="1">
<mxCell id="nmfGZcjmUFGCk838QM5b-4" value="" style="endArrow=classicThin;html=1;sketch=1;hachureGap=2;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;startSize=14;endSize=14;sourcePerimeterSpacing=8;targetPerimeterSpacing=8;exitX=0;exitY=0.5;exitDx=0;exitDy=0;endFill=0;curved=1;strokeColor=default;metaEdit=0;disableMultiStroke=0;startFill=1;" parent="1" source="9dDPcx8fG81m2TWgUdLZ-5" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="250" y="291" as="sourcePoint" />
<mxPoint x="340" y="270" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="nmfGZcjmUFGCk838QM5b-5" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; face=&quot;Gloria Hallelujah&quot;&gt;Block F&lt;br&gt;&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;" parent="1" vertex="1">
<mxCell id="nmfGZcjmUFGCk838QM5b-5" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; face=&quot;Gloria Hallelujah&quot;&gt;Block F&lt;br&gt;&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;fillColor=none;" parent="1" vertex="1">
<mxGeometry x="830" y="200" width="110" height="60" as="geometry" />
</mxCell>
<mxCell id="nmfGZcjmUFGCk838QM5b-6" value="" style="endArrow=classicThin;html=1;sketch=1;hachureGap=2;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;startSize=14;endSize=14;sourcePerimeterSpacing=8;targetPerimeterSpacing=8;entryX=1;entryY=0.5;entryDx=0;entryDy=0;exitX=0;exitY=0.5;exitDx=0;exitDy=0;endFill=1;curved=1;strokeColor=default;metaEdit=0;disableMultiStroke=0;startFill=1;" parent="1" source="nmfGZcjmUFGCk838QM5b-5" target="9dDPcx8fG81m2TWgUdLZ-4" edge="1">
<mxCell id="nmfGZcjmUFGCk838QM5b-6" value="" style="endArrow=classicThin;html=1;sketch=1;hachureGap=2;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;startSize=14;endSize=14;sourcePerimeterSpacing=8;targetPerimeterSpacing=8;entryX=1;entryY=0.5;entryDx=0;entryDy=0;exitX=0;exitY=0.5;exitDx=0;exitDy=0;endFill=0;curved=1;strokeColor=default;metaEdit=0;disableMultiStroke=0;startFill=1;" parent="1" source="nmfGZcjmUFGCk838QM5b-5" target="9dDPcx8fG81m2TWgUdLZ-4" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="540" y="240" as="sourcePoint" />
<mxPoint x="350" y="281" as="targetPoint" />
@@ -129,7 +129,7 @@
</mxGraphModel>
</diagram>
<diagram name="block_tree_resolved" id="tsNsh56INHrrU9oGqfnp">
<mxGraphModel dx="2062" dy="1091" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
<mxGraphModel dx="2074" dy="1093" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
<root>
<mxCell id="PgmLvf2wmEe-h0lJ6J2Q-0" />
<mxCell id="PgmLvf2wmEe-h0lJ6J2Q-1" parent="PgmLvf2wmEe-h0lJ6J2Q-0" />
@@ -139,34 +139,34 @@
<mxCell id="PgmLvf2wmEe-h0lJ6J2Q-3" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; face=&quot;Gloria Hallelujah&quot;&gt;Block B&lt;br&gt;&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;fillColor=#000000;fillStyle=hachure;" parent="PgmLvf2wmEe-h0lJ6J2Q-1" vertex="1">
<mxGeometry x="230" y="241" width="110" height="60" as="geometry" />
</mxCell>
<mxCell id="PgmLvf2wmEe-h0lJ6J2Q-4" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; face=&quot;Gloria Hallelujah&quot;&gt;Block C&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;dashed=1;" parent="PgmLvf2wmEe-h0lJ6J2Q-1" vertex="1">
<mxCell id="PgmLvf2wmEe-h0lJ6J2Q-4" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; face=&quot;Gloria Hallelujah&quot;&gt;Block C&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;dashed=1;fillColor=none;" parent="PgmLvf2wmEe-h0lJ6J2Q-1" vertex="1">
<mxGeometry x="380" y="110" width="110" height="60" as="geometry" />
</mxCell>
<mxCell id="PgmLvf2wmEe-h0lJ6J2Q-5" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; face=&quot;Gloria Hallelujah&quot;&gt;Block D&lt;br&gt;&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;fillColor=#000000;fillStyle=hachure;" parent="PgmLvf2wmEe-h0lJ6J2Q-1" vertex="1">
<mxGeometry x="530" y="200" width="110" height="60" as="geometry" />
</mxCell>
<mxCell id="PgmLvf2wmEe-h0lJ6J2Q-6" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; face=&quot;Gloria Hallelujah&quot;&gt;Block E&lt;br&gt;&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;dashed=1;" parent="PgmLvf2wmEe-h0lJ6J2Q-1" vertex="1">
<mxCell id="PgmLvf2wmEe-h0lJ6J2Q-6" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; face=&quot;Gloria Hallelujah&quot;&gt;Block E&lt;br&gt;&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;dashed=1;fillColor=none;" parent="PgmLvf2wmEe-h0lJ6J2Q-1" vertex="1">
<mxGeometry x="680" y="290" width="110" height="60" as="geometry" />
</mxCell>
<mxCell id="PgmLvf2wmEe-h0lJ6J2Q-7" value="" style="endArrow=classicThin;html=1;sketch=1;hachureGap=2;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;startSize=14;endSize=14;sourcePerimeterSpacing=8;targetPerimeterSpacing=8;entryX=1;entryY=0.5;entryDx=0;entryDy=0;exitX=0;exitY=0.5;exitDx=0;exitDy=0;endFill=1;curved=1;strokeColor=default;metaEdit=0;disableMultiStroke=0;startFill=1;dashed=1;" parent="PgmLvf2wmEe-h0lJ6J2Q-1" source="PgmLvf2wmEe-h0lJ6J2Q-4" target="PgmLvf2wmEe-h0lJ6J2Q-2" edge="1">
<mxCell id="PgmLvf2wmEe-h0lJ6J2Q-7" value="" style="endArrow=classicThin;html=1;sketch=1;hachureGap=2;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;startSize=14;endSize=14;sourcePerimeterSpacing=8;targetPerimeterSpacing=8;entryX=1;entryY=0.5;entryDx=0;entryDy=0;exitX=0;exitY=0.5;exitDx=0;exitDy=0;endFill=0;curved=1;strokeColor=default;metaEdit=0;disableMultiStroke=0;startFill=1;dashed=1;" parent="PgmLvf2wmEe-h0lJ6J2Q-1" source="PgmLvf2wmEe-h0lJ6J2Q-4" target="PgmLvf2wmEe-h0lJ6J2Q-2" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="190" y="110" as="sourcePoint" />
<mxPoint x="150" y="110" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="PgmLvf2wmEe-h0lJ6J2Q-8" value="" style="endArrow=classicThin;html=1;sketch=1;hachureGap=2;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;startSize=14;endSize=14;sourcePerimeterSpacing=8;targetPerimeterSpacing=8;entryX=1;entryY=0.5;entryDx=0;entryDy=0;exitX=0;exitY=0.5;exitDx=0;exitDy=0;endFill=1;curved=1;strokeColor=default;metaEdit=0;disableMultiStroke=0;startFill=1;" parent="PgmLvf2wmEe-h0lJ6J2Q-1" source="PgmLvf2wmEe-h0lJ6J2Q-3" target="PgmLvf2wmEe-h0lJ6J2Q-2" edge="1">
<mxCell id="PgmLvf2wmEe-h0lJ6J2Q-8" value="" style="endArrow=classicThin;html=1;sketch=1;hachureGap=2;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;startSize=14;endSize=14;sourcePerimeterSpacing=8;targetPerimeterSpacing=8;entryX=1;entryY=0.5;entryDx=0;entryDy=0;exitX=0;exitY=0.5;exitDx=0;exitDy=0;endFill=0;curved=1;strokeColor=default;metaEdit=0;disableMultiStroke=0;startFill=1;" parent="PgmLvf2wmEe-h0lJ6J2Q-1" source="PgmLvf2wmEe-h0lJ6J2Q-3" target="PgmLvf2wmEe-h0lJ6J2Q-2" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="390" y="150" as="sourcePoint" />
<mxPoint x="200" y="210" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="PgmLvf2wmEe-h0lJ6J2Q-9" value="" style="endArrow=classicThin;html=1;sketch=1;hachureGap=2;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;startSize=14;endSize=14;sourcePerimeterSpacing=8;targetPerimeterSpacing=8;entryX=1;entryY=0.5;entryDx=0;entryDy=0;exitX=0;exitY=0.5;exitDx=0;exitDy=0;endFill=1;curved=1;strokeColor=default;metaEdit=0;disableMultiStroke=0;startFill=1;" parent="PgmLvf2wmEe-h0lJ6J2Q-1" source="PgmLvf2wmEe-h0lJ6J2Q-5" target="PgmLvf2wmEe-h0lJ6J2Q-3" edge="1">
<mxCell id="PgmLvf2wmEe-h0lJ6J2Q-9" value="" style="endArrow=classicThin;html=1;sketch=1;hachureGap=2;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;startSize=14;endSize=14;sourcePerimeterSpacing=8;targetPerimeterSpacing=8;entryX=1;entryY=0.5;entryDx=0;entryDy=0;exitX=0;exitY=0.5;exitDx=0;exitDy=0;endFill=0;curved=1;strokeColor=default;metaEdit=0;disableMultiStroke=0;startFill=1;" parent="PgmLvf2wmEe-h0lJ6J2Q-1" source="PgmLvf2wmEe-h0lJ6J2Q-5" target="PgmLvf2wmEe-h0lJ6J2Q-3" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="240" y="281" as="sourcePoint" />
<mxPoint x="200" y="210" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="PgmLvf2wmEe-h0lJ6J2Q-10" value="" style="endArrow=classicThin;html=1;sketch=1;hachureGap=2;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;startSize=14;endSize=14;sourcePerimeterSpacing=8;targetPerimeterSpacing=8;exitX=0;exitY=0.5;exitDx=0;exitDy=0;endFill=1;curved=1;strokeColor=default;metaEdit=0;disableMultiStroke=0;startFill=1;dashed=1;" parent="PgmLvf2wmEe-h0lJ6J2Q-1" source="PgmLvf2wmEe-h0lJ6J2Q-6" edge="1">
<mxCell id="PgmLvf2wmEe-h0lJ6J2Q-10" value="" style="endArrow=classicThin;html=1;sketch=1;hachureGap=2;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;startSize=14;endSize=14;sourcePerimeterSpacing=8;targetPerimeterSpacing=8;exitX=0;exitY=0.5;exitDx=0;exitDy=0;endFill=0;curved=1;strokeColor=default;metaEdit=0;disableMultiStroke=0;startFill=1;dashed=1;" parent="PgmLvf2wmEe-h0lJ6J2Q-1" source="PgmLvf2wmEe-h0lJ6J2Q-6" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="250" y="291" as="sourcePoint" />
<mxPoint x="340" y="270" as="targetPoint" />
@@ -175,7 +175,7 @@
<mxCell id="PgmLvf2wmEe-h0lJ6J2Q-11" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; face=&quot;Gloria Hallelujah&quot;&gt;Block F&lt;br&gt;&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;fillColor=#000000;fillStyle=hachure;" parent="PgmLvf2wmEe-h0lJ6J2Q-1" vertex="1">
<mxGeometry x="830" y="200" width="110" height="60" as="geometry" />
</mxCell>
<mxCell id="PgmLvf2wmEe-h0lJ6J2Q-12" value="" style="endArrow=classicThin;html=1;sketch=1;hachureGap=2;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;startSize=14;endSize=14;sourcePerimeterSpacing=8;targetPerimeterSpacing=8;entryX=1;entryY=0.5;entryDx=0;entryDy=0;exitX=0;exitY=0.5;exitDx=0;exitDy=0;endFill=1;curved=1;strokeColor=default;metaEdit=0;disableMultiStroke=0;startFill=1;" parent="PgmLvf2wmEe-h0lJ6J2Q-1" source="PgmLvf2wmEe-h0lJ6J2Q-11" target="PgmLvf2wmEe-h0lJ6J2Q-5" edge="1">
<mxCell id="PgmLvf2wmEe-h0lJ6J2Q-12" value="" style="endArrow=classicThin;html=1;sketch=1;hachureGap=2;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;startSize=14;endSize=14;sourcePerimeterSpacing=8;targetPerimeterSpacing=8;entryX=1;entryY=0.5;entryDx=0;entryDy=0;exitX=0;exitY=0.5;exitDx=0;exitDy=0;endFill=0;curved=1;strokeColor=default;metaEdit=0;disableMultiStroke=0;startFill=1;" parent="PgmLvf2wmEe-h0lJ6J2Q-1" source="PgmLvf2wmEe-h0lJ6J2Q-11" target="PgmLvf2wmEe-h0lJ6J2Q-5" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="540" y="240" as="sourcePoint" />
<mxPoint x="350" y="281" as="targetPoint" />
@@ -188,35 +188,35 @@
</mxGraphModel>
</diagram>
<diagram id="NJaGgVnQg7r9FIgEdA3C" name="partition">
<mxGraphModel dx="2062" dy="1091" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
<mxGraphModel dx="2074" dy="1093" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
<root>
<mxCell id="0" />
<mxCell id="1" parent="0" />
<mxCell id="_HJAgRzO269z1ja4Z7QZ-2" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;" parent="1" vertex="1">
<mxCell id="_HJAgRzO269z1ja4Z7QZ-2" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;fillColor=none;" parent="1" vertex="1">
<mxGeometry x="228" y="110" width="35" height="70" as="geometry" />
</mxCell>
<mxCell id="_HJAgRzO269z1ja4Z7QZ-3" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;" parent="1" vertex="1">
<mxCell id="_HJAgRzO269z1ja4Z7QZ-3" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;fillColor=none;" parent="1" vertex="1">
<mxGeometry x="310" y="150" width="35" height="70" as="geometry" />
</mxCell>
<mxCell id="_HJAgRzO269z1ja4Z7QZ-4" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;" parent="1" vertex="1">
<mxCell id="_HJAgRzO269z1ja4Z7QZ-4" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;fillColor=none;" parent="1" vertex="1">
<mxGeometry x="150" y="200" width="35" height="70" as="geometry" />
</mxCell>
<mxCell id="_HJAgRzO269z1ja4Z7QZ-5" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;" parent="1" vertex="1">
<mxCell id="_HJAgRzO269z1ja4Z7QZ-5" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;fillColor=none;" parent="1" vertex="1">
<mxGeometry x="220" y="260" width="35" height="70" as="geometry" />
</mxCell>
<mxCell id="_HJAgRzO269z1ja4Z7QZ-6" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;" parent="1" vertex="1">
<mxCell id="_HJAgRzO269z1ja4Z7QZ-6" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;fillColor=none;" parent="1" vertex="1">
<mxGeometry x="300" y="270" width="35" height="70" as="geometry" />
</mxCell>
<mxCell id="_HJAgRzO269z1ja4Z7QZ-7" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;" parent="1" vertex="1">
<mxCell id="_HJAgRzO269z1ja4Z7QZ-7" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;fillColor=none;" parent="1" vertex="1">
<mxGeometry x="404" y="120" width="35" height="70" as="geometry" />
</mxCell>
<mxCell id="_HJAgRzO269z1ja4Z7QZ-8" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;" parent="1" vertex="1">
<mxCell id="_HJAgRzO269z1ja4Z7QZ-8" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;fillColor=none;" parent="1" vertex="1">
<mxGeometry x="511" y="140" width="35" height="70" as="geometry" />
</mxCell>
<mxCell id="_HJAgRzO269z1ja4Z7QZ-9" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;" parent="1" vertex="1">
<mxCell id="_HJAgRzO269z1ja4Z7QZ-9" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;fillColor=none;" parent="1" vertex="1">
<mxGeometry x="396" y="260" width="35" height="70" as="geometry" />
</mxCell>
<mxCell id="_HJAgRzO269z1ja4Z7QZ-10" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;" parent="1" vertex="1">
<mxCell id="_HJAgRzO269z1ja4Z7QZ-10" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;fillColor=none;" parent="1" vertex="1">
<mxGeometry x="496" y="240" width="35" height="70" as="geometry" />
</mxCell>
<mxCell id="_HJAgRzO269z1ja4Z7QZ-14" value="" style="endArrow=classic;startArrow=classic;html=1;rounded=0;entryX=0;entryY=0.3333333333333333;entryDx=0;entryDy=0;entryPerimeter=0;sketch=1;" parent="1" target="_HJAgRzO269z1ja4Z7QZ-3" edge="1">
@@ -289,115 +289,115 @@
</mxGraphModel>
</diagram>
<diagram id="Yhyrekc2T5ZxLAi_g-uG" name="messages">
<mxGraphModel dx="2062" dy="1091" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
<mxGraphModel dx="2074" dy="1093" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
<root>
<mxCell id="0" />
<mxCell id="1" parent="0" />
<mxCell id="XtUsA7nuZUFyV0uhwQHY-1" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;" vertex="1" parent="1">
<mxCell id="XtUsA7nuZUFyV0uhwQHY-1" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;sketch=1;fillColor=none;" parent="1" vertex="1">
<mxGeometry x="370" y="150" width="50" height="100" as="geometry" />
</mxCell>
<mxCell id="7tBgsRe7ZBgyQxo0UYUK-4" value="" style="endArrow=classic;html=1;rounded=0;sketch=1;" edge="1" parent="1">
<mxCell id="7tBgsRe7ZBgyQxo0UYUK-4" value="" style="endArrow=classic;html=1;rounded=0;sketch=1;" parent="1" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="240" y="227" as="sourcePoint" />
<mxPoint x="360" y="210" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="7tBgsRe7ZBgyQxo0UYUK-5" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 20px;&quot; face=&quot;Gloria Hallelujah&quot;&gt;?&lt;/font&gt;" style="edgeLabel;resizable=0;html=1;align=center;verticalAlign=middle;sketch=1;" connectable="0" vertex="1" parent="7tBgsRe7ZBgyQxo0UYUK-4">
<mxCell id="7tBgsRe7ZBgyQxo0UYUK-5" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 20px;&quot; face=&quot;Gloria Hallelujah&quot;&gt;?&lt;/font&gt;" style="edgeLabel;resizable=0;html=1;align=center;verticalAlign=middle;sketch=1;perimeter=none;" parent="7tBgsRe7ZBgyQxo0UYUK-4" connectable="0" vertex="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="7tBgsRe7ZBgyQxo0UYUK-6" value="" style="endArrow=classic;html=1;rounded=0;sketch=1;" edge="1" parent="1">
<mxCell id="7tBgsRe7ZBgyQxo0UYUK-6" value="" style="endArrow=classic;html=1;rounded=0;sketch=1;" parent="1" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="230" y="187" as="sourcePoint" />
<mxPoint x="350" y="197" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="7tBgsRe7ZBgyQxo0UYUK-7" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 20px;&quot; face=&quot;Gloria Hallelujah&quot;&gt;?&lt;/font&gt;" style="edgeLabel;resizable=0;html=1;align=center;verticalAlign=middle;sketch=1;" connectable="0" vertex="1" parent="7tBgsRe7ZBgyQxo0UYUK-6">
<mxCell id="7tBgsRe7ZBgyQxo0UYUK-7" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 20px;&quot; face=&quot;Gloria Hallelujah&quot;&gt;?&lt;/font&gt;" style="edgeLabel;resizable=0;html=1;align=center;verticalAlign=middle;sketch=1;perimeter=none;" parent="7tBgsRe7ZBgyQxo0UYUK-6" connectable="0" vertex="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="7tBgsRe7ZBgyQxo0UYUK-8" value="" style="endArrow=classic;html=1;rounded=0;sketch=1;" edge="1" parent="1">
<mxCell id="7tBgsRe7ZBgyQxo0UYUK-8" value="" style="endArrow=classic;html=1;rounded=0;sketch=1;" parent="1" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="240" y="157" as="sourcePoint" />
<mxPoint x="350" y="177" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="7tBgsRe7ZBgyQxo0UYUK-9" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 20px;&quot; face=&quot;Gloria Hallelujah&quot;&gt;?&lt;/font&gt;" style="edgeLabel;resizable=0;html=1;align=center;verticalAlign=middle;sketch=1;" connectable="0" vertex="1" parent="7tBgsRe7ZBgyQxo0UYUK-8">
<mxCell id="7tBgsRe7ZBgyQxo0UYUK-9" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 20px;&quot; face=&quot;Gloria Hallelujah&quot;&gt;?&lt;/font&gt;" style="edgeLabel;resizable=0;html=1;align=center;verticalAlign=middle;sketch=1;perimeter=none;" parent="7tBgsRe7ZBgyQxo0UYUK-8" connectable="0" vertex="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="7tBgsRe7ZBgyQxo0UYUK-10" value="" style="endArrow=classic;html=1;rounded=0;sketch=1;" edge="1" parent="1">
<mxCell id="7tBgsRe7ZBgyQxo0UYUK-10" value="" style="endArrow=classic;html=1;rounded=0;sketch=1;" parent="1" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="540" y="140" as="sourcePoint" />
<mxPoint x="430" y="160" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="7tBgsRe7ZBgyQxo0UYUK-11" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 20px;&quot; face=&quot;Gloria Hallelujah&quot;&gt;?&lt;/font&gt;" style="edgeLabel;resizable=0;html=1;align=center;verticalAlign=middle;sketch=1;" connectable="0" vertex="1" parent="7tBgsRe7ZBgyQxo0UYUK-10">
<mxCell id="7tBgsRe7ZBgyQxo0UYUK-11" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 20px;&quot; face=&quot;Gloria Hallelujah&quot;&gt;?&lt;/font&gt;" style="edgeLabel;resizable=0;html=1;align=center;verticalAlign=middle;sketch=1;perimeter=none;" parent="7tBgsRe7ZBgyQxo0UYUK-10" connectable="0" vertex="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="7tBgsRe7ZBgyQxo0UYUK-12" value="" style="endArrow=classic;html=1;rounded=0;sketch=1;" edge="1" parent="1">
<mxCell id="7tBgsRe7ZBgyQxo0UYUK-12" value="" style="endArrow=classic;html=1;rounded=0;sketch=1;" parent="1" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="540" y="170" as="sourcePoint" />
<mxPoint x="440" y="180" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="7tBgsRe7ZBgyQxo0UYUK-13" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 20px;&quot; face=&quot;Gloria Hallelujah&quot;&gt;?&lt;/font&gt;" style="edgeLabel;resizable=0;html=1;align=center;verticalAlign=middle;sketch=1;" connectable="0" vertex="1" parent="7tBgsRe7ZBgyQxo0UYUK-12">
<mxCell id="7tBgsRe7ZBgyQxo0UYUK-13" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 20px;&quot; face=&quot;Gloria Hallelujah&quot;&gt;?&lt;/font&gt;" style="edgeLabel;resizable=0;html=1;align=center;verticalAlign=middle;sketch=1;perimeter=none;" parent="7tBgsRe7ZBgyQxo0UYUK-12" connectable="0" vertex="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="7tBgsRe7ZBgyQxo0UYUK-14" value="" style="endArrow=classic;html=1;rounded=0;sketch=1;" edge="1" parent="1">
<mxCell id="7tBgsRe7ZBgyQxo0UYUK-14" value="" style="endArrow=classic;html=1;rounded=0;sketch=1;" parent="1" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="540" y="200" as="sourcePoint" />
<mxPoint x="440" y="200" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="7tBgsRe7ZBgyQxo0UYUK-15" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 20px;&quot; face=&quot;Gloria Hallelujah&quot;&gt;?&lt;/font&gt;" style="edgeLabel;resizable=0;html=1;align=center;verticalAlign=middle;sketch=1;" connectable="0" vertex="1" parent="7tBgsRe7ZBgyQxo0UYUK-14">
<mxCell id="7tBgsRe7ZBgyQxo0UYUK-15" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 20px;&quot; face=&quot;Gloria Hallelujah&quot;&gt;?&lt;/font&gt;" style="edgeLabel;resizable=0;html=1;align=center;verticalAlign=middle;sketch=1;perimeter=none;" parent="7tBgsRe7ZBgyQxo0UYUK-14" connectable="0" vertex="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="7tBgsRe7ZBgyQxo0UYUK-16" value="" style="endArrow=classic;html=1;rounded=0;sketch=1;" edge="1" parent="1">
<mxCell id="7tBgsRe7ZBgyQxo0UYUK-16" value="" style="endArrow=classic;html=1;rounded=0;sketch=1;" parent="1" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="540" y="230" as="sourcePoint" />
<mxPoint x="430" y="220" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="7tBgsRe7ZBgyQxo0UYUK-17" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 20px;&quot; face=&quot;Gloria Hallelujah&quot;&gt;?&lt;/font&gt;" style="edgeLabel;resizable=0;html=1;align=center;verticalAlign=middle;sketch=1;" connectable="0" vertex="1" parent="7tBgsRe7ZBgyQxo0UYUK-16">
<mxCell id="7tBgsRe7ZBgyQxo0UYUK-17" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 20px;&quot; face=&quot;Gloria Hallelujah&quot;&gt;?&lt;/font&gt;" style="edgeLabel;resizable=0;html=1;align=center;verticalAlign=middle;sketch=1;perimeter=none;" parent="7tBgsRe7ZBgyQxo0UYUK-16" connectable="0" vertex="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="7tBgsRe7ZBgyQxo0UYUK-18" value="" style="endArrow=classic;html=1;rounded=0;sketch=1;" edge="1" parent="1">
<mxCell id="7tBgsRe7ZBgyQxo0UYUK-18" value="" style="endArrow=classic;html=1;rounded=0;sketch=1;" parent="1" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="260" y="127" as="sourcePoint" />
<mxPoint x="360" y="167" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="7tBgsRe7ZBgyQxo0UYUK-19" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 20px;&quot; face=&quot;Gloria Hallelujah&quot;&gt;?&lt;/font&gt;" style="edgeLabel;resizable=0;html=1;align=center;verticalAlign=middle;sketch=1;" connectable="0" vertex="1" parent="7tBgsRe7ZBgyQxo0UYUK-18">
<mxCell id="7tBgsRe7ZBgyQxo0UYUK-19" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 20px;&quot; face=&quot;Gloria Hallelujah&quot;&gt;?&lt;/font&gt;" style="edgeLabel;resizable=0;html=1;align=center;verticalAlign=middle;sketch=1;perimeter=none;" parent="7tBgsRe7ZBgyQxo0UYUK-18" connectable="0" vertex="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
</root>
</mxGraphModel>
</diagram>
<diagram id="bM7impfsNPhaoKMYOlEO" name="finality">
<mxGraphModel dx="2062" dy="1091" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
<mxGraphModel dx="2074" dy="1093" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
<root>
<mxCell id="0" />
<mxCell id="1" parent="0" />
<mxCell id="WIYzFzr_MrQD7wktzNtW-1" value="" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;fillColor=#000000;fillStyle=cross-hatch;" vertex="1" parent="1">
<mxCell id="WIYzFzr_MrQD7wktzNtW-1" value="" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;fillColor=#000000;fillStyle=cross-hatch;" parent="1" vertex="1">
<mxGeometry x="40" y="170" width="60" height="60" as="geometry" />
</mxCell>
<mxCell id="WIYzFzr_MrQD7wktzNtW-3" value="" style="endArrow=classicThin;html=1;sketch=1;hachureGap=2;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;startSize=14;endSize=14;sourcePerimeterSpacing=8;targetPerimeterSpacing=8;entryX=1;entryY=0.5;entryDx=0;entryDy=0;endFill=1;curved=1;strokeColor=default;metaEdit=0;disableMultiStroke=0;startFill=1;" edge="1" parent="1" target="WIYzFzr_MrQD7wktzNtW-1">
<mxCell id="WIYzFzr_MrQD7wktzNtW-3" value="" style="endArrow=classicThin;html=1;sketch=1;hachureGap=2;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;startSize=14;endSize=14;sourcePerimeterSpacing=8;targetPerimeterSpacing=8;entryX=1;entryY=0.5;entryDx=0;entryDy=0;endFill=0;curved=1;strokeColor=default;metaEdit=0;disableMultiStroke=0;startFill=1;" parent="1" target="WIYzFzr_MrQD7wktzNtW-1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="136" y="200" as="sourcePoint" />
<mxPoint x="110" y="110" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="WIYzFzr_MrQD7wktzNtW-4" value="" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;fillColor=#000000;fillStyle=cross-hatch;" vertex="1" parent="1">
<mxCell id="WIYzFzr_MrQD7wktzNtW-4" value="" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;fillColor=#000000;fillStyle=cross-hatch;" parent="1" vertex="1">
<mxGeometry x="180" y="170" width="60" height="60" as="geometry" />
</mxCell>
<mxCell id="WIYzFzr_MrQD7wktzNtW-5" value="" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;fillColor=#000000;fillStyle=cross-hatch;" vertex="1" parent="1">
<mxCell id="WIYzFzr_MrQD7wktzNtW-5" value="" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;fillColor=#000000;fillStyle=cross-hatch;" parent="1" vertex="1">
<mxGeometry x="280" y="170" width="60" height="60" as="geometry" />
</mxCell>
<mxCell id="WIYzFzr_MrQD7wktzNtW-6" value="" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;fillColor=#000000;fillStyle=cross-hatch;" vertex="1" parent="1">
<mxCell id="WIYzFzr_MrQD7wktzNtW-6" value="" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;fillColor=#000000;fillStyle=cross-hatch;" parent="1" vertex="1">
<mxGeometry x="380" y="170" width="60" height="60" as="geometry" />
</mxCell>
<mxCell id="LThgHDOsHw4A7JoDxQi0-3" value="" style="group" vertex="1" connectable="0" parent="1">
<mxCell id="LThgHDOsHw4A7JoDxQi0-3" value="" style="group" parent="1" vertex="1" connectable="0">
<mxGeometry x="130" y="183" width="24" height="30" as="geometry" />
</mxCell>
<mxCell id="LThgHDOsHw4A7JoDxQi0-1" value="" style="endArrow=none;html=1;sketch=1;hachureGap=4;jiggle=1;disableMultiStroke=0;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;sourcePerimeterSpacing=8;targetPerimeterSpacing=8;strokeColor=default;strokeWidth=1;curved=1;" edge="1" parent="LThgHDOsHw4A7JoDxQi0-3">
<mxCell id="LThgHDOsHw4A7JoDxQi0-1" value="" style="endArrow=none;html=1;sketch=1;hachureGap=4;jiggle=1;disableMultiStroke=0;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;sourcePerimeterSpacing=8;targetPerimeterSpacing=8;strokeColor=default;strokeWidth=1;curved=1;" parent="LThgHDOsHw4A7JoDxQi0-3" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="7" y="46" as="sourcePoint" />
<mxPoint x="7" y="-14" as="targetPoint" />
@@ -407,7 +407,7 @@
</Array>
</mxGeometry>
</mxCell>
<mxCell id="LThgHDOsHw4A7JoDxQi0-2" value="" style="endArrow=none;html=1;sketch=1;hachureGap=4;jiggle=1;disableMultiStroke=0;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;sourcePerimeterSpacing=8;targetPerimeterSpacing=8;strokeColor=default;strokeWidth=1;curved=1;" edge="1" parent="LThgHDOsHw4A7JoDxQi0-3">
<mxCell id="LThgHDOsHw4A7JoDxQi0-2" value="" style="endArrow=none;html=1;sketch=1;hachureGap=4;jiggle=1;disableMultiStroke=0;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;sourcePerimeterSpacing=8;targetPerimeterSpacing=8;strokeColor=default;strokeWidth=1;curved=1;" parent="LThgHDOsHw4A7JoDxQi0-3" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="16" y="46" as="sourcePoint" />
<mxPoint x="16" y="-14" as="targetPoint" />
@@ -417,61 +417,61 @@
</Array>
</mxGeometry>
</mxCell>
<mxCell id="LThgHDOsHw4A7JoDxQi0-6" value="" style="endArrow=classicThin;html=1;sketch=1;hachureGap=2;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;startSize=14;endSize=14;sourcePerimeterSpacing=8;targetPerimeterSpacing=8;entryX=1;entryY=0.5;entryDx=0;entryDy=0;endFill=1;curved=1;strokeColor=default;metaEdit=0;disableMultiStroke=0;startFill=1;" edge="1" parent="1">
<mxCell id="LThgHDOsHw4A7JoDxQi0-6" value="" style="endArrow=classicThin;html=1;sketch=1;hachureGap=2;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;startSize=14;endSize=14;sourcePerimeterSpacing=8;targetPerimeterSpacing=8;entryX=1;entryY=0.5;entryDx=0;entryDy=0;endFill=0;curved=1;strokeColor=default;metaEdit=0;disableMultiStroke=0;startFill=1;" parent="1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="180" y="199.76" as="sourcePoint" />
<mxPoint x="144" y="199.76" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="LThgHDOsHw4A7JoDxQi0-7" value="" style="endArrow=classicThin;html=1;sketch=1;hachureGap=2;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;startSize=14;endSize=14;sourcePerimeterSpacing=8;targetPerimeterSpacing=8;entryX=1;entryY=0.5;entryDx=0;entryDy=0;endFill=1;curved=1;strokeColor=default;metaEdit=0;disableMultiStroke=0;startFill=1;exitX=0;exitY=0.5;exitDx=0;exitDy=0;" edge="1" parent="1" source="WIYzFzr_MrQD7wktzNtW-5" target="WIYzFzr_MrQD7wktzNtW-4">
<mxCell id="LThgHDOsHw4A7JoDxQi0-7" value="" style="endArrow=classicThin;html=1;sketch=1;hachureGap=2;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;startSize=14;endSize=14;sourcePerimeterSpacing=8;targetPerimeterSpacing=8;entryX=1;entryY=0.5;entryDx=0;entryDy=0;endFill=0;curved=1;strokeColor=default;metaEdit=0;disableMultiStroke=0;startFill=1;exitX=0;exitY=0.5;exitDx=0;exitDy=0;" parent="1" source="WIYzFzr_MrQD7wktzNtW-5" target="WIYzFzr_MrQD7wktzNtW-4" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="146" y="210" as="sourcePoint" />
<mxPoint x="110" y="210" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="LThgHDOsHw4A7JoDxQi0-8" value="" style="endArrow=classicThin;html=1;sketch=1;hachureGap=2;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;startSize=14;endSize=14;sourcePerimeterSpacing=8;targetPerimeterSpacing=8;entryX=1;entryY=0.5;entryDx=0;entryDy=0;endFill=1;curved=1;strokeColor=default;metaEdit=0;disableMultiStroke=0;startFill=1;exitX=0;exitY=0.5;exitDx=0;exitDy=0;" edge="1" parent="1" source="WIYzFzr_MrQD7wktzNtW-6" target="WIYzFzr_MrQD7wktzNtW-5">
<mxCell id="LThgHDOsHw4A7JoDxQi0-8" value="" style="endArrow=classicThin;html=1;sketch=1;hachureGap=2;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;startSize=14;endSize=14;sourcePerimeterSpacing=8;targetPerimeterSpacing=8;entryX=1;entryY=0.5;entryDx=0;entryDy=0;endFill=0;curved=1;strokeColor=default;metaEdit=0;disableMultiStroke=0;startFill=1;exitX=0;exitY=0.5;exitDx=0;exitDy=0;" parent="1" source="WIYzFzr_MrQD7wktzNtW-6" target="WIYzFzr_MrQD7wktzNtW-5" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="156" y="220" as="sourcePoint" />
<mxPoint x="120" y="220" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="LThgHDOsHw4A7JoDxQi0-9" value="" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;" vertex="1" parent="1">
<mxCell id="LThgHDOsHw4A7JoDxQi0-9" value="" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;fillColor=none;" parent="1" vertex="1">
<mxGeometry x="480" y="110" width="60" height="60" as="geometry" />
</mxCell>
<mxCell id="LThgHDOsHw4A7JoDxQi0-10" value="" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;" vertex="1" parent="1">
<mxCell id="LThgHDOsHw4A7JoDxQi0-10" value="" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;fillColor=none;" parent="1" vertex="1">
<mxGeometry x="560" y="213" width="60" height="60" as="geometry" />
</mxCell>
<mxCell id="LThgHDOsHw4A7JoDxQi0-11" value="" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;" vertex="1" parent="1">
<mxCell id="LThgHDOsHw4A7JoDxQi0-11" value="" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;fillColor=none;" parent="1" vertex="1">
<mxGeometry x="660" y="160" width="60" height="60" as="geometry" />
</mxCell>
<mxCell id="LThgHDOsHw4A7JoDxQi0-12" value="" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;" vertex="1" parent="1">
<mxCell id="LThgHDOsHw4A7JoDxQi0-12" value="" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;fillColor=none;" parent="1" vertex="1">
<mxGeometry x="760" y="213" width="60" height="60" as="geometry" />
</mxCell>
<mxCell id="LThgHDOsHw4A7JoDxQi0-13" value="" style="endArrow=classicThin;html=1;sketch=1;hachureGap=2;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;startSize=14;endSize=14;sourcePerimeterSpacing=8;targetPerimeterSpacing=8;entryX=1;entryY=0.5;entryDx=0;entryDy=0;endFill=1;curved=1;strokeColor=default;metaEdit=0;disableMultiStroke=0;startFill=1;exitX=0;exitY=0.5;exitDx=0;exitDy=0;" edge="1" parent="1" source="LThgHDOsHw4A7JoDxQi0-10" target="WIYzFzr_MrQD7wktzNtW-6">
<mxCell id="LThgHDOsHw4A7JoDxQi0-13" value="" style="endArrow=classicThin;html=1;sketch=1;hachureGap=2;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;startSize=14;endSize=14;sourcePerimeterSpacing=8;targetPerimeterSpacing=8;entryX=1;entryY=0.5;entryDx=0;entryDy=0;endFill=0;curved=1;strokeColor=default;metaEdit=0;disableMultiStroke=0;startFill=1;exitX=0;exitY=0.5;exitDx=0;exitDy=0;" parent="1" source="LThgHDOsHw4A7JoDxQi0-10" target="WIYzFzr_MrQD7wktzNtW-6" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="390" y="210" as="sourcePoint" />
<mxPoint x="350" y="210" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="LThgHDOsHw4A7JoDxQi0-14" value="" style="endArrow=classicThin;html=1;sketch=1;hachureGap=2;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;startSize=14;endSize=14;sourcePerimeterSpacing=8;targetPerimeterSpacing=8;endFill=1;curved=1;strokeColor=default;metaEdit=0;disableMultiStroke=0;startFill=1;exitX=0;exitY=0.5;exitDx=0;exitDy=0;" edge="1" parent="1" source="LThgHDOsHw4A7JoDxQi0-9">
<mxCell id="LThgHDOsHw4A7JoDxQi0-14" value="" style="endArrow=classicThin;html=1;sketch=1;hachureGap=2;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;startSize=14;endSize=14;sourcePerimeterSpacing=8;targetPerimeterSpacing=8;endFill=0;curved=1;strokeColor=default;metaEdit=0;disableMultiStroke=0;startFill=1;exitX=0;exitY=0.5;exitDx=0;exitDy=0;" parent="1" source="LThgHDOsHw4A7JoDxQi0-9" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="400" y="220" as="sourcePoint" />
<mxPoint x="440" y="200" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="LThgHDOsHw4A7JoDxQi0-15" value="" style="endArrow=classicThin;html=1;sketch=1;hachureGap=2;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;startSize=14;endSize=14;sourcePerimeterSpacing=8;targetPerimeterSpacing=8;entryX=1;entryY=0.5;entryDx=0;entryDy=0;endFill=1;curved=1;strokeColor=default;metaEdit=0;disableMultiStroke=0;startFill=1;exitX=0;exitY=0.5;exitDx=0;exitDy=0;" edge="1" parent="1" source="LThgHDOsHw4A7JoDxQi0-12" target="LThgHDOsHw4A7JoDxQi0-10">
<mxCell id="LThgHDOsHw4A7JoDxQi0-15" value="" style="endArrow=classicThin;html=1;sketch=1;hachureGap=2;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;startSize=14;endSize=14;sourcePerimeterSpacing=8;targetPerimeterSpacing=8;entryX=1;entryY=0.5;entryDx=0;entryDy=0;endFill=0;curved=1;strokeColor=default;metaEdit=0;disableMultiStroke=0;startFill=1;exitX=0;exitY=0.5;exitDx=0;exitDy=0;" parent="1" source="LThgHDOsHw4A7JoDxQi0-12" target="LThgHDOsHw4A7JoDxQi0-10" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="410" y="230" as="sourcePoint" />
<mxPoint x="370" y="230" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="LThgHDOsHw4A7JoDxQi0-17" value="" style="endArrow=classicThin;html=1;sketch=1;hachureGap=2;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;startSize=14;endSize=14;sourcePerimeterSpacing=8;targetPerimeterSpacing=8;entryX=1;entryY=0.5;entryDx=0;entryDy=0;endFill=1;curved=1;strokeColor=default;metaEdit=0;disableMultiStroke=0;startFill=1;exitX=0;exitY=0.5;exitDx=0;exitDy=0;" edge="1" parent="1" source="LThgHDOsHw4A7JoDxQi0-11" target="LThgHDOsHw4A7JoDxQi0-10">
<mxCell id="LThgHDOsHw4A7JoDxQi0-17" value="" style="endArrow=classicThin;html=1;sketch=1;hachureGap=2;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;startSize=14;endSize=14;sourcePerimeterSpacing=8;targetPerimeterSpacing=8;entryX=1;entryY=0.5;entryDx=0;entryDy=0;endFill=0;curved=1;strokeColor=default;metaEdit=0;disableMultiStroke=0;startFill=1;exitX=0;exitY=0.5;exitDx=0;exitDy=0;" parent="1" source="LThgHDOsHw4A7JoDxQi0-11" target="LThgHDOsHw4A7JoDxQi0-10" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="430" y="250" as="sourcePoint" />
<mxPoint x="390" y="250" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="LThgHDOsHw4A7JoDxQi0-18" value="" style="curved=1;endArrow=classic;html=1;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=20;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" edge="1" parent="1" target="WIYzFzr_MrQD7wktzNtW-6">
<mxCell id="LThgHDOsHw4A7JoDxQi0-18" value="" style="curved=1;endArrow=classic;html=1;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=20;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" parent="1" target="WIYzFzr_MrQD7wktzNtW-6" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="360" y="120" as="sourcePoint" />
<mxPoint x="450" y="540" as="targetPoint" />
@@ -481,81 +481,81 @@
</Array>
</mxGeometry>
</mxCell>
<mxCell id="LThgHDOsHw4A7JoDxQi0-19" value="Checkpoint" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=20;" vertex="1" parent="1">
<mxCell id="LThgHDOsHw4A7JoDxQi0-19" value="Checkpoint" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=20;" parent="1" vertex="1">
<mxGeometry x="330" y="90" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="LThgHDOsHw4A7JoDxQi0-20" value="" style="verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;strokeWidth=1;shape=mxgraph.mockup.markup.curlyBrace;strokeColor=#000000;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=20;fillColor=#000000;rotation=-180;" vertex="1" parent="1">
<mxCell id="LThgHDOsHw4A7JoDxQi0-20" value="" style="verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;strokeWidth=1;shape=mxgraph.mockup.markup.curlyBrace;strokeColor=#000000;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=20;fillColor=#000000;rotation=-180;" parent="1" vertex="1">
<mxGeometry x="40" y="292" width="400" height="20" as="geometry" />
</mxCell>
<mxCell id="LThgHDOsHw4A7JoDxQi0-21" value="" style="verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;strokeWidth=1;shape=mxgraph.mockup.markup.curlyBrace;strokeColor=#000000;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=20;fillColor=#000000;rotation=-180;" vertex="1" parent="1">
<mxCell id="LThgHDOsHw4A7JoDxQi0-21" value="" style="verticalLabelPosition=bottom;shadow=0;dashed=0;align=center;html=1;verticalAlign=top;strokeWidth=1;shape=mxgraph.mockup.markup.curlyBrace;strokeColor=#000000;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=20;fillColor=#000000;rotation=-180;" parent="1" vertex="1">
<mxGeometry x="480" y="292" width="340" height="20" as="geometry" />
</mxCell>
<mxCell id="LThgHDOsHw4A7JoDxQi0-22" value="Finalised" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=20;" vertex="1" parent="1">
<mxCell id="LThgHDOsHw4A7JoDxQi0-22" value="Finalised" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=20;" parent="1" vertex="1">
<mxGeometry x="210" y="320" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="LThgHDOsHw4A7JoDxQi0-23" value="Forkful" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=20;" vertex="1" parent="1">
<mxCell id="LThgHDOsHw4A7JoDxQi0-23" value="Forkful" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=20;" parent="1" vertex="1">
<mxGeometry x="620" y="320" width="60" height="30" as="geometry" />
</mxCell>
</root>
</mxGraphModel>
</diagram>
<diagram id="o83hvCj41vLqNIWDtGIm" name="reversion_1">
<mxGraphModel dx="2062" dy="1091" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
<mxGraphModel dx="2074" dy="1093" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
<root>
<mxCell id="0" />
<mxCell id="1" parent="0" />
<mxCell id="b0Y8e6YeYQsT-KzG8wcP-1" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 24px;&quot; face=&quot;Gloria Hallelujah&quot;&gt;A&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;fillColor=#000000;fillStyle=hachure;" vertex="1" parent="1">
<mxCell id="b0Y8e6YeYQsT-KzG8wcP-1" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 24px;&quot; face=&quot;Gloria Hallelujah&quot;&gt;A&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;fillColor=#000000;fillStyle=hachure;" parent="1" vertex="1">
<mxGeometry x="41" y="170" width="60" height="60" as="geometry" />
</mxCell>
<mxCell id="b0Y8e6YeYQsT-KzG8wcP-2" value="&lt;font style=&quot;font-size: 24px;&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; face=&quot;Gloria Hallelujah&quot;&gt;B&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;fillColor=#000000;fillStyle=hachure;" vertex="1" parent="1">
<mxCell id="b0Y8e6YeYQsT-KzG8wcP-2" value="&lt;font style=&quot;font-size: 24px;&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; face=&quot;Gloria Hallelujah&quot;&gt;B&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;fillColor=#000000;fillStyle=hachure;" parent="1" vertex="1">
<mxGeometry x="141" y="170" width="60" height="60" as="geometry" />
</mxCell>
<mxCell id="b0Y8e6YeYQsT-KzG8wcP-3" value="" style="endArrow=classicThin;html=1;sketch=1;hachureGap=2;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;startSize=14;endSize=14;sourcePerimeterSpacing=8;targetPerimeterSpacing=8;entryX=1;entryY=0.5;entryDx=0;entryDy=0;endFill=1;curved=1;strokeColor=default;metaEdit=0;disableMultiStroke=0;startFill=1;exitX=0;exitY=0.5;exitDx=0;exitDy=0;" edge="1" parent="1" source="b0Y8e6YeYQsT-KzG8wcP-2" target="b0Y8e6YeYQsT-KzG8wcP-1">
<mxCell id="b0Y8e6YeYQsT-KzG8wcP-3" value="" style="endArrow=classicThin;html=1;sketch=1;hachureGap=2;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;startSize=14;endSize=14;sourcePerimeterSpacing=8;targetPerimeterSpacing=8;entryX=1;entryY=0.5;entryDx=0;entryDy=0;endFill=0;curved=1;strokeColor=default;metaEdit=0;disableMultiStroke=0;startFill=1;exitX=0;exitY=0.5;exitDx=0;exitDy=0;" parent="1" source="b0Y8e6YeYQsT-KzG8wcP-2" target="b0Y8e6YeYQsT-KzG8wcP-1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="7" y="210" as="sourcePoint" />
<mxPoint x="-29" y="210" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="b0Y8e6YeYQsT-KzG8wcP-4" value="&lt;font style=&quot;font-size: 24px;&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; face=&quot;Gloria Hallelujah&quot;&gt;C&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;fillColor=none;dashed=1;" vertex="1" parent="1">
<mxCell id="b0Y8e6YeYQsT-KzG8wcP-4" value="&lt;font style=&quot;font-size: 24px;&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; face=&quot;Gloria Hallelujah&quot;&gt;C&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;fillColor=none;dashed=1;" parent="1" vertex="1">
<mxGeometry x="240" y="120" width="60" height="60" as="geometry" />
</mxCell>
<mxCell id="b0Y8e6YeYQsT-KzG8wcP-5" value="&lt;font style=&quot;font-size: 24px;&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; face=&quot;Gloria Hallelujah&quot;&gt;D&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;fillColor=#000000;fillStyle=hachure;" vertex="1" parent="1">
<mxCell id="b0Y8e6YeYQsT-KzG8wcP-5" value="&lt;font style=&quot;font-size: 24px;&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; face=&quot;Gloria Hallelujah&quot;&gt;D&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;fillColor=#000000;fillStyle=hachure;" parent="1" vertex="1">
<mxGeometry x="340" y="200" width="60" height="60" as="geometry" />
</mxCell>
<mxCell id="b0Y8e6YeYQsT-KzG8wcP-6" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 24px;&quot; face=&quot;Gloria Hallelujah&quot;&gt;E&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;fillColor=#000000;fillStyle=hachure;" vertex="1" parent="1">
<mxCell id="b0Y8e6YeYQsT-KzG8wcP-6" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 24px;&quot; face=&quot;Gloria Hallelujah&quot;&gt;E&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;fillColor=#000000;fillStyle=hachure;" parent="1" vertex="1">
<mxGeometry x="440" y="200" width="60" height="60" as="geometry" />
</mxCell>
<mxCell id="b0Y8e6YeYQsT-KzG8wcP-7" value="&lt;font style=&quot;font-size: 24px;&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; face=&quot;Gloria Hallelujah&quot;&gt;F&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;fillColor=#000000;fillStyle=hachure;" vertex="1" parent="1">
<mxCell id="b0Y8e6YeYQsT-KzG8wcP-7" value="&lt;font style=&quot;font-size: 24px;&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; face=&quot;Gloria Hallelujah&quot;&gt;F&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;fillColor=#000000;fillStyle=hachure;" parent="1" vertex="1">
<mxGeometry x="540" y="200" width="60" height="60" as="geometry" />
</mxCell>
<mxCell id="b0Y8e6YeYQsT-KzG8wcP-8" value="" style="endArrow=classicThin;html=1;sketch=1;hachureGap=2;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;startSize=14;endSize=14;sourcePerimeterSpacing=8;targetPerimeterSpacing=8;entryX=1;entryY=0.5;entryDx=0;entryDy=0;endFill=1;curved=1;strokeColor=default;metaEdit=0;disableMultiStroke=0;startFill=1;exitX=0;exitY=0.5;exitDx=0;exitDy=0;" edge="1" parent="1" source="b0Y8e6YeYQsT-KzG8wcP-4" target="b0Y8e6YeYQsT-KzG8wcP-2">
<mxCell id="b0Y8e6YeYQsT-KzG8wcP-8" value="" style="endArrow=classicThin;html=1;sketch=1;hachureGap=2;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;startSize=14;endSize=14;sourcePerimeterSpacing=8;targetPerimeterSpacing=8;entryX=1;entryY=0.5;entryDx=0;entryDy=0;endFill=0;curved=1;strokeColor=default;metaEdit=0;disableMultiStroke=0;startFill=1;exitX=0;exitY=0.5;exitDx=0;exitDy=0;" parent="1" source="b0Y8e6YeYQsT-KzG8wcP-4" target="b0Y8e6YeYQsT-KzG8wcP-2" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="151" y="210" as="sourcePoint" />
<mxPoint x="111" y="210" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="b0Y8e6YeYQsT-KzG8wcP-9" value="" style="endArrow=classicThin;html=1;sketch=1;hachureGap=2;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;startSize=14;endSize=14;sourcePerimeterSpacing=8;targetPerimeterSpacing=8;entryX=1;entryY=0.5;entryDx=0;entryDy=0;endFill=1;curved=1;strokeColor=default;metaEdit=0;disableMultiStroke=0;startFill=1;exitX=0;exitY=0.5;exitDx=0;exitDy=0;" edge="1" parent="1" source="b0Y8e6YeYQsT-KzG8wcP-5" target="b0Y8e6YeYQsT-KzG8wcP-2">
<mxCell id="b0Y8e6YeYQsT-KzG8wcP-9" value="" style="endArrow=classicThin;html=1;sketch=1;hachureGap=2;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;startSize=14;endSize=14;sourcePerimeterSpacing=8;targetPerimeterSpacing=8;entryX=1;entryY=0.5;entryDx=0;entryDy=0;endFill=0;curved=1;strokeColor=default;metaEdit=0;disableMultiStroke=0;startFill=1;exitX=0;exitY=0.5;exitDx=0;exitDy=0;" parent="1" source="b0Y8e6YeYQsT-KzG8wcP-5" target="b0Y8e6YeYQsT-KzG8wcP-2" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="161" y="220" as="sourcePoint" />
<mxPoint x="121" y="220" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="b0Y8e6YeYQsT-KzG8wcP-10" value="" style="endArrow=classicThin;html=1;sketch=1;hachureGap=2;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;startSize=14;endSize=14;sourcePerimeterSpacing=8;targetPerimeterSpacing=8;entryX=1;entryY=0.5;entryDx=0;entryDy=0;endFill=1;curved=1;strokeColor=default;metaEdit=0;disableMultiStroke=0;startFill=1;exitX=0;exitY=0.5;exitDx=0;exitDy=0;" edge="1" parent="1" source="b0Y8e6YeYQsT-KzG8wcP-6" target="b0Y8e6YeYQsT-KzG8wcP-5">
<mxCell id="b0Y8e6YeYQsT-KzG8wcP-10" value="" style="endArrow=classicThin;html=1;sketch=1;hachureGap=2;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;startSize=14;endSize=14;sourcePerimeterSpacing=8;targetPerimeterSpacing=8;entryX=1;entryY=0.5;entryDx=0;entryDy=0;endFill=0;curved=1;strokeColor=default;metaEdit=0;disableMultiStroke=0;startFill=1;exitX=0;exitY=0.5;exitDx=0;exitDy=0;" parent="1" source="b0Y8e6YeYQsT-KzG8wcP-6" target="b0Y8e6YeYQsT-KzG8wcP-5" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="151" y="210" as="sourcePoint" />
<mxPoint x="111" y="210" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="b0Y8e6YeYQsT-KzG8wcP-11" value="" style="endArrow=classicThin;html=1;sketch=1;hachureGap=2;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;startSize=14;endSize=14;sourcePerimeterSpacing=8;targetPerimeterSpacing=8;entryX=1;entryY=0.5;entryDx=0;entryDy=0;endFill=1;curved=1;strokeColor=default;metaEdit=0;disableMultiStroke=0;startFill=1;exitX=0;exitY=0.5;exitDx=0;exitDy=0;" edge="1" parent="1" source="b0Y8e6YeYQsT-KzG8wcP-7" target="b0Y8e6YeYQsT-KzG8wcP-6">
<mxCell id="b0Y8e6YeYQsT-KzG8wcP-11" value="" style="endArrow=classicThin;html=1;sketch=1;hachureGap=2;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;startSize=14;endSize=14;sourcePerimeterSpacing=8;targetPerimeterSpacing=8;entryX=1;entryY=0.5;entryDx=0;entryDy=0;endFill=0;curved=1;strokeColor=default;metaEdit=0;disableMultiStroke=0;startFill=1;exitX=0;exitY=0.5;exitDx=0;exitDy=0;" parent="1" source="b0Y8e6YeYQsT-KzG8wcP-7" target="b0Y8e6YeYQsT-KzG8wcP-6" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="450" y="240" as="sourcePoint" />
<mxPoint x="410" y="240" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="E3oA8_ejkc1nQpMJB82y-1" value="Head&lt;br&gt;Block" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;dashed=1;sketch=1;fillStyle=hachure;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=24;" vertex="1" parent="1">
<mxCell id="E3oA8_ejkc1nQpMJB82y-1" value="Head&lt;br&gt;Block" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;dashed=1;sketch=1;fillStyle=hachure;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=24;" parent="1" vertex="1">
<mxGeometry x="660" y="230" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="E3oA8_ejkc1nQpMJB82y-2" value="" style="curved=1;endArrow=classic;html=1;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=24;" edge="1" parent="1">
<mxCell id="E3oA8_ejkc1nQpMJB82y-2" value="" style="curved=1;endArrow=classic;html=1;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=24;" parent="1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="652" y="237" as="sourcePoint" />
<mxPoint x="610" y="220" as="targetPoint" />
@@ -569,71 +569,71 @@
</mxGraphModel>
</diagram>
<diagram name="reversion_2" id="Jghn_0XhbnIcLF9chEAV">
<mxGraphModel dx="2062" dy="1091" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
<mxGraphModel dx="2074" dy="1093" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
<root>
<mxCell id="J80e4cAbBr0Swiec6uMj-0" />
<mxCell id="J80e4cAbBr0Swiec6uMj-1" parent="J80e4cAbBr0Swiec6uMj-0" />
<mxCell id="J80e4cAbBr0Swiec6uMj-2" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 24px;&quot; face=&quot;Gloria Hallelujah&quot;&gt;A&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;fillColor=#000000;fillStyle=hachure;" vertex="1" parent="J80e4cAbBr0Swiec6uMj-1">
<mxCell id="J80e4cAbBr0Swiec6uMj-2" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 24px;&quot; face=&quot;Gloria Hallelujah&quot;&gt;A&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;fillColor=#000000;fillStyle=hachure;" parent="J80e4cAbBr0Swiec6uMj-1" vertex="1">
<mxGeometry x="41" y="170" width="60" height="60" as="geometry" />
</mxCell>
<mxCell id="J80e4cAbBr0Swiec6uMj-3" value="&lt;font style=&quot;font-size: 24px;&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; face=&quot;Gloria Hallelujah&quot;&gt;B&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;fillColor=#000000;fillStyle=hachure;" vertex="1" parent="J80e4cAbBr0Swiec6uMj-1">
<mxCell id="J80e4cAbBr0Swiec6uMj-3" value="&lt;font style=&quot;font-size: 24px;&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; face=&quot;Gloria Hallelujah&quot;&gt;B&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;fillColor=#000000;fillStyle=hachure;" parent="J80e4cAbBr0Swiec6uMj-1" vertex="1">
<mxGeometry x="141" y="170" width="60" height="60" as="geometry" />
</mxCell>
<mxCell id="J80e4cAbBr0Swiec6uMj-4" value="" style="endArrow=classicThin;html=1;sketch=1;hachureGap=2;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;startSize=14;endSize=14;sourcePerimeterSpacing=8;targetPerimeterSpacing=8;entryX=1;entryY=0.5;entryDx=0;entryDy=0;endFill=1;curved=1;strokeColor=default;metaEdit=0;disableMultiStroke=0;startFill=1;exitX=0;exitY=0.5;exitDx=0;exitDy=0;" edge="1" parent="J80e4cAbBr0Swiec6uMj-1" source="J80e4cAbBr0Swiec6uMj-3" target="J80e4cAbBr0Swiec6uMj-2">
<mxCell id="J80e4cAbBr0Swiec6uMj-4" value="" style="endArrow=classicThin;html=1;sketch=1;hachureGap=2;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;startSize=14;endSize=14;sourcePerimeterSpacing=8;targetPerimeterSpacing=8;entryX=1;entryY=0.5;entryDx=0;entryDy=0;endFill=0;curved=1;strokeColor=default;metaEdit=0;disableMultiStroke=0;startFill=1;exitX=0;exitY=0.5;exitDx=0;exitDy=0;" parent="J80e4cAbBr0Swiec6uMj-1" source="J80e4cAbBr0Swiec6uMj-3" target="J80e4cAbBr0Swiec6uMj-2" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="7" y="210" as="sourcePoint" />
<mxPoint x="-29" y="210" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="J80e4cAbBr0Swiec6uMj-5" value="&lt;font style=&quot;font-size: 24px;&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; face=&quot;Gloria Hallelujah&quot;&gt;C&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;fillColor=#000000;fillStyle=hachure;" vertex="1" parent="J80e4cAbBr0Swiec6uMj-1">
<mxCell id="J80e4cAbBr0Swiec6uMj-5" value="&lt;font style=&quot;font-size: 24px;&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; face=&quot;Gloria Hallelujah&quot;&gt;C&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;fillColor=#000000;fillStyle=hachure;" parent="J80e4cAbBr0Swiec6uMj-1" vertex="1">
<mxGeometry x="240" y="120" width="60" height="60" as="geometry" />
</mxCell>
<mxCell id="J80e4cAbBr0Swiec6uMj-6" value="&lt;font style=&quot;font-size: 24px;&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; face=&quot;Gloria Hallelujah&quot;&gt;D&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;fillColor=none;fillStyle=hachure;dashed=1;" vertex="1" parent="J80e4cAbBr0Swiec6uMj-1">
<mxCell id="J80e4cAbBr0Swiec6uMj-6" value="&lt;font style=&quot;font-size: 24px;&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; face=&quot;Gloria Hallelujah&quot;&gt;D&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;fillColor=none;fillStyle=hachure;dashed=1;" parent="J80e4cAbBr0Swiec6uMj-1" vertex="1">
<mxGeometry x="340" y="200" width="60" height="60" as="geometry" />
</mxCell>
<mxCell id="J80e4cAbBr0Swiec6uMj-7" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 24px;&quot; face=&quot;Gloria Hallelujah&quot;&gt;E&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;fillColor=none;fillStyle=hachure;dashed=1;" vertex="1" parent="J80e4cAbBr0Swiec6uMj-1">
<mxCell id="J80e4cAbBr0Swiec6uMj-7" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 24px;&quot; face=&quot;Gloria Hallelujah&quot;&gt;E&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;fillColor=none;fillStyle=hachure;dashed=1;" parent="J80e4cAbBr0Swiec6uMj-1" vertex="1">
<mxGeometry x="440" y="200" width="60" height="60" as="geometry" />
</mxCell>
<mxCell id="J80e4cAbBr0Swiec6uMj-8" value="&lt;font style=&quot;font-size: 24px;&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; face=&quot;Gloria Hallelujah&quot;&gt;F&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;fillColor=none;fillStyle=hachure;dashed=1;" vertex="1" parent="J80e4cAbBr0Swiec6uMj-1">
<mxCell id="J80e4cAbBr0Swiec6uMj-8" value="&lt;font style=&quot;font-size: 24px;&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; face=&quot;Gloria Hallelujah&quot;&gt;F&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;fillColor=none;fillStyle=hachure;dashed=1;" parent="J80e4cAbBr0Swiec6uMj-1" vertex="1">
<mxGeometry x="540" y="200" width="60" height="60" as="geometry" />
</mxCell>
<mxCell id="J80e4cAbBr0Swiec6uMj-9" value="" style="endArrow=classicThin;html=1;sketch=1;hachureGap=2;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;startSize=14;endSize=14;sourcePerimeterSpacing=8;targetPerimeterSpacing=8;entryX=1;entryY=0.5;entryDx=0;entryDy=0;endFill=1;curved=1;strokeColor=default;metaEdit=0;disableMultiStroke=0;startFill=1;exitX=0;exitY=0.5;exitDx=0;exitDy=0;" edge="1" parent="J80e4cAbBr0Swiec6uMj-1" source="J80e4cAbBr0Swiec6uMj-5" target="J80e4cAbBr0Swiec6uMj-3">
<mxCell id="J80e4cAbBr0Swiec6uMj-9" value="" style="endArrow=classicThin;html=1;sketch=1;hachureGap=2;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;startSize=14;endSize=14;sourcePerimeterSpacing=8;targetPerimeterSpacing=8;entryX=1;entryY=0.5;entryDx=0;entryDy=0;endFill=0;curved=1;strokeColor=default;metaEdit=0;disableMultiStroke=0;startFill=1;exitX=0;exitY=0.5;exitDx=0;exitDy=0;" parent="J80e4cAbBr0Swiec6uMj-1" source="J80e4cAbBr0Swiec6uMj-5" target="J80e4cAbBr0Swiec6uMj-3" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="151" y="210" as="sourcePoint" />
<mxPoint x="111" y="210" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="J80e4cAbBr0Swiec6uMj-10" value="" style="endArrow=classicThin;html=1;sketch=1;hachureGap=2;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;startSize=14;endSize=14;sourcePerimeterSpacing=8;targetPerimeterSpacing=8;entryX=1;entryY=0.5;entryDx=0;entryDy=0;endFill=1;curved=1;strokeColor=default;metaEdit=0;disableMultiStroke=0;startFill=1;exitX=0;exitY=0.5;exitDx=0;exitDy=0;" edge="1" parent="J80e4cAbBr0Swiec6uMj-1" source="J80e4cAbBr0Swiec6uMj-6" target="J80e4cAbBr0Swiec6uMj-3">
<mxCell id="J80e4cAbBr0Swiec6uMj-10" value="" style="endArrow=classicThin;html=1;sketch=1;hachureGap=2;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;startSize=14;endSize=14;sourcePerimeterSpacing=8;targetPerimeterSpacing=8;entryX=1;entryY=0.5;entryDx=0;entryDy=0;endFill=0;curved=1;strokeColor=default;metaEdit=0;disableMultiStroke=0;startFill=1;exitX=0;exitY=0.5;exitDx=0;exitDy=0;" parent="J80e4cAbBr0Swiec6uMj-1" source="J80e4cAbBr0Swiec6uMj-6" target="J80e4cAbBr0Swiec6uMj-3" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="161" y="220" as="sourcePoint" />
<mxPoint x="121" y="220" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="J80e4cAbBr0Swiec6uMj-11" value="" style="endArrow=classicThin;html=1;sketch=1;hachureGap=2;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;startSize=14;endSize=14;sourcePerimeterSpacing=8;targetPerimeterSpacing=8;entryX=1;entryY=0.5;entryDx=0;entryDy=0;endFill=1;curved=1;strokeColor=default;metaEdit=0;disableMultiStroke=0;startFill=1;exitX=0;exitY=0.5;exitDx=0;exitDy=0;" edge="1" parent="J80e4cAbBr0Swiec6uMj-1" source="J80e4cAbBr0Swiec6uMj-7" target="J80e4cAbBr0Swiec6uMj-6">
<mxCell id="J80e4cAbBr0Swiec6uMj-11" value="" style="endArrow=classicThin;html=1;sketch=1;hachureGap=2;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;startSize=14;endSize=14;sourcePerimeterSpacing=8;targetPerimeterSpacing=8;entryX=1;entryY=0.5;entryDx=0;entryDy=0;endFill=0;curved=1;strokeColor=default;metaEdit=0;disableMultiStroke=0;startFill=1;exitX=0;exitY=0.5;exitDx=0;exitDy=0;" parent="J80e4cAbBr0Swiec6uMj-1" source="J80e4cAbBr0Swiec6uMj-7" target="J80e4cAbBr0Swiec6uMj-6" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="151" y="210" as="sourcePoint" />
<mxPoint x="111" y="210" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="J80e4cAbBr0Swiec6uMj-12" value="" style="endArrow=classicThin;html=1;sketch=1;hachureGap=2;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;startSize=14;endSize=14;sourcePerimeterSpacing=8;targetPerimeterSpacing=8;entryX=1;entryY=0.5;entryDx=0;entryDy=0;endFill=1;curved=1;strokeColor=default;metaEdit=0;disableMultiStroke=0;startFill=1;exitX=0;exitY=0.5;exitDx=0;exitDy=0;" edge="1" parent="J80e4cAbBr0Swiec6uMj-1" source="J80e4cAbBr0Swiec6uMj-8" target="J80e4cAbBr0Swiec6uMj-7">
<mxCell id="J80e4cAbBr0Swiec6uMj-12" value="" style="endArrow=classicThin;html=1;sketch=1;hachureGap=2;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;startSize=14;endSize=14;sourcePerimeterSpacing=8;targetPerimeterSpacing=8;entryX=1;entryY=0.5;entryDx=0;entryDy=0;endFill=0;curved=1;strokeColor=default;metaEdit=0;disableMultiStroke=0;startFill=1;exitX=0;exitY=0.5;exitDx=0;exitDy=0;" parent="J80e4cAbBr0Swiec6uMj-1" source="J80e4cAbBr0Swiec6uMj-8" target="J80e4cAbBr0Swiec6uMj-7" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="450" y="240" as="sourcePoint" />
<mxPoint x="410" y="240" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="nS1W7NH2VI0UPHIOi9sB-0" value="&lt;font style=&quot;font-size: 24px;&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; face=&quot;Gloria Hallelujah&quot;&gt;G&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;fillColor=#000000;fillStyle=hachure;" vertex="1" parent="J80e4cAbBr0Swiec6uMj-1">
<mxCell id="nS1W7NH2VI0UPHIOi9sB-0" value="&lt;font style=&quot;font-size: 24px;&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; face=&quot;Gloria Hallelujah&quot;&gt;G&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;hachureGap=4;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=20;fillColor=#000000;fillStyle=hachure;" parent="J80e4cAbBr0Swiec6uMj-1" vertex="1">
<mxGeometry x="640" y="120" width="60" height="60" as="geometry" />
</mxCell>
<mxCell id="nS1W7NH2VI0UPHIOi9sB-1" value="" style="endArrow=classicThin;html=1;sketch=1;hachureGap=2;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;startSize=14;endSize=14;sourcePerimeterSpacing=8;targetPerimeterSpacing=8;entryX=1;entryY=0.5;entryDx=0;entryDy=0;endFill=1;curved=1;strokeColor=default;metaEdit=0;disableMultiStroke=0;startFill=1;exitX=0;exitY=0.5;exitDx=0;exitDy=0;" edge="1" parent="J80e4cAbBr0Swiec6uMj-1" source="nS1W7NH2VI0UPHIOi9sB-0" target="J80e4cAbBr0Swiec6uMj-5">
<mxCell id="nS1W7NH2VI0UPHIOi9sB-1" value="" style="endArrow=classicThin;html=1;sketch=1;hachureGap=2;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;startSize=14;endSize=14;sourcePerimeterSpacing=8;targetPerimeterSpacing=8;entryX=1;entryY=0.5;entryDx=0;entryDy=0;endFill=0;curved=1;strokeColor=default;metaEdit=0;disableMultiStroke=0;startFill=1;exitX=0;exitY=0.5;exitDx=0;exitDy=0;" parent="J80e4cAbBr0Swiec6uMj-1" source="nS1W7NH2VI0UPHIOi9sB-0" target="J80e4cAbBr0Swiec6uMj-5" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="350" y="240" as="sourcePoint" />
<mxPoint x="211" y="210" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="Ml2WwI-BO5Vb02eJoBEe-0" value="Head&lt;br&gt;Block" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;dashed=1;sketch=1;fillStyle=hachure;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=24;" vertex="1" parent="J80e4cAbBr0Swiec6uMj-1">
<mxCell id="Ml2WwI-BO5Vb02eJoBEe-0" value="Head&lt;br&gt;Block" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;dashed=1;sketch=1;fillStyle=hachure;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=24;" parent="J80e4cAbBr0Swiec6uMj-1" vertex="1">
<mxGeometry x="660" y="243" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="Ml2WwI-BO5Vb02eJoBEe-1" value="" style="curved=1;endArrow=classic;html=1;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=24;strokeColor=default;" edge="1" parent="J80e4cAbBr0Swiec6uMj-1">
<mxCell id="Ml2WwI-BO5Vb02eJoBEe-1" value="" style="curved=1;endArrow=classic;html=1;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=24;strokeColor=default;" parent="J80e4cAbBr0Swiec6uMj-1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="689" y="230" as="sourcePoint" />
<mxPoint x="659" y="186" as="targetPoint" />

File diff suppressed because one or more lines are too long

View File

@@ -1,6 +1,6 @@
<mxfile host="app.diagrams.net" modified="2022-02-15T15:44:25.341Z" agent="5.0 (Windows)" etag="I7o8HZD_ZN074B6gS8du" version="16.5.6" type="github" pages="2">
<mxfile host="app.diagrams.net" modified="2022-12-21T12:31:56.262Z" agent="5.0 (X11)" etag="7Jd0L_ydFjyHQhWJZouo" version="20.7.4" type="github">
<diagram id="Vr3CmBz5nJQ4S50wZGGv" name="k_finality">
<mxGraphModel dx="1550" dy="824" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169" math="0" shadow="0">
<mxGraphModel dx="2074" dy="1093" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169" math="0" shadow="0">
<root>
<mxCell id="NgqIVEivUGpVFQbDR0Pq-0" />
<mxCell id="NgqIVEivUGpVFQbDR0Pq-1" parent="NgqIVEivUGpVFQbDR0Pq-0" />
@@ -13,7 +13,7 @@
<mxCell id="NgqIVEivUGpVFQbDR0Pq-4" value="" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fillStyle=hachure;fillColor=#000000;" parent="NgqIVEivUGpVFQbDR0Pq-1" vertex="1">
<mxGeometry x="460" y="120" width="80" height="60" as="geometry" />
</mxCell>
<mxCell id="NgqIVEivUGpVFQbDR0Pq-5" value="" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;" parent="NgqIVEivUGpVFQbDR0Pq-1" vertex="1">
<mxCell id="NgqIVEivUGpVFQbDR0Pq-5" value="" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fillColor=none;" parent="NgqIVEivUGpVFQbDR0Pq-1" vertex="1">
<mxGeometry x="640" y="120" width="80" height="60" as="geometry" />
</mxCell>
<mxCell id="NgqIVEivUGpVFQbDR0Pq-6" value="" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fillStyle=auto;fillColor=none;" parent="NgqIVEivUGpVFQbDR0Pq-1" vertex="1">
@@ -25,7 +25,7 @@
<mxCell id="NgqIVEivUGpVFQbDR0Pq-8" value="" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fillStyle=hachure;fillColor=#000000;" parent="NgqIVEivUGpVFQbDR0Pq-1" vertex="1">
<mxGeometry x="460" y="240" width="80" height="60" as="geometry" />
</mxCell>
<mxCell id="NgqIVEivUGpVFQbDR0Pq-9" value="" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;" parent="NgqIVEivUGpVFQbDR0Pq-1" vertex="1">
<mxCell id="NgqIVEivUGpVFQbDR0Pq-9" value="" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fillColor=none;strokeColor=default;" parent="NgqIVEivUGpVFQbDR0Pq-1" vertex="1">
<mxGeometry x="640" y="240" width="80" height="60" as="geometry" />
</mxCell>
<mxCell id="NgqIVEivUGpVFQbDR0Pq-10" value="" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fillStyle=cross-hatch;fillColor=none;" parent="NgqIVEivUGpVFQbDR0Pq-1" vertex="1">
@@ -153,12 +153,4 @@
</root>
</mxGraphModel>
</diagram>
<diagram id="JKt28MWRwjGcJx2tnK6U" name="Page-2">
<mxGraphModel dx="1550" dy="824" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169" math="0" shadow="0">
<root>
<mxCell id="K8AyCtQdFgHfMHAc62Nt-0" />
<mxCell id="K8AyCtQdFgHfMHAc62Nt-1" parent="K8AyCtQdFgHfMHAc62Nt-0" />
</root>
</mxGraphModel>
</diagram>
</mxfile>

View File

@@ -1,28 +1,28 @@
<mxfile host="app.diagrams.net" modified="2022-02-27T19:32:46.895Z" agent="5.0 (Windows)" etag="0GVs5-LKBlLvvlV9lecA" version="16.6.4" type="github" pages="6">
<mxfile host="app.diagrams.net" modified="2022-12-21T12:54:28.028Z" agent="5.0 (X11)" etag="3_-3NIJq1Yug3MlIpJOf" version="20.7.4" type="github" pages="6">
<diagram id="_kiuPmwyJj4kBi8NxYxS" name="tree">
<mxGraphModel dx="1550" dy="824" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169" math="0" shadow="0">
<mxGraphModel dx="2074" dy="1093" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169" math="0" shadow="0">
<root>
<mxCell id="0" />
<mxCell id="1" parent="0" />
<mxCell id="5O4nTg36yZGLOHsuATIy-1" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 20px&quot; face=&quot;Gloria Hallelujah&quot;&gt;A&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;" parent="1" vertex="1">
<mxCell id="5O4nTg36yZGLOHsuATIy-1" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 20px&quot; face=&quot;Gloria Hallelujah&quot;&gt;A&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fillColor=none;" parent="1" vertex="1">
<mxGeometry x="60" y="80" width="80" height="40" as="geometry" />
</mxCell>
<mxCell id="5O4nTg36yZGLOHsuATIy-2" value="&lt;font style=&quot;font-size: 20px&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; face=&quot;Gloria Hallelujah&quot;&gt;D&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;" parent="1" vertex="1">
<mxCell id="5O4nTg36yZGLOHsuATIy-2" value="&lt;font style=&quot;font-size: 20px&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; face=&quot;Gloria Hallelujah&quot;&gt;D&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fillColor=none;" parent="1" vertex="1">
<mxGeometry x="540" y="80" width="80" height="40" as="geometry" />
</mxCell>
<mxCell id="5O4nTg36yZGLOHsuATIy-3" value="&lt;font style=&quot;font-size: 20px&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; face=&quot;Gloria Hallelujah&quot;&gt;C&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;" parent="1" vertex="1">
<mxCell id="5O4nTg36yZGLOHsuATIy-3" value="&lt;font style=&quot;font-size: 20px&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; face=&quot;Gloria Hallelujah&quot;&gt;C&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fillColor=none;" parent="1" vertex="1">
<mxGeometry x="380" y="80" width="80" height="40" as="geometry" />
</mxCell>
<mxCell id="5O4nTg36yZGLOHsuATIy-4" value="&lt;font style=&quot;font-size: 20px&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; face=&quot;Gloria Hallelujah&quot;&gt;B&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;" parent="1" vertex="1">
<mxCell id="5O4nTg36yZGLOHsuATIy-4" value="&lt;font style=&quot;font-size: 20px&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; face=&quot;Gloria Hallelujah&quot;&gt;B&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fillColor=none;" parent="1" vertex="1">
<mxGeometry x="220" y="80" width="80" height="40" as="geometry" />
</mxCell>
<mxCell id="5O4nTg36yZGLOHsuATIy-6" value="&lt;font style=&quot;font-size: 20px&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; face=&quot;Gloria Hallelujah&quot;&gt;H(C + D)&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;" parent="1" vertex="1">
<mxCell id="5O4nTg36yZGLOHsuATIy-6" value="&lt;font style=&quot;font-size: 20px&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; face=&quot;Gloria Hallelujah&quot;&gt;H(C + D)&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fillColor=none;" parent="1" vertex="1">
<mxGeometry x="440" y="180" width="120" height="40" as="geometry" />
</mxCell>
<mxCell id="5O4nTg36yZGLOHsuATIy-7" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 20px&quot; face=&quot;Gloria Hallelujah&quot;&gt;H(A + B)&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;" parent="1" vertex="1">
<mxCell id="5O4nTg36yZGLOHsuATIy-7" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 20px&quot; face=&quot;Gloria Hallelujah&quot;&gt;H(A + B)&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fillColor=none;" parent="1" vertex="1">
<mxGeometry x="120" y="180" width="120" height="40" as="geometry" />
</mxCell>
<mxCell id="5O4nTg36yZGLOHsuATIy-8" value="&lt;font style=&quot;font-size: 20px&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; face=&quot;Gloria Hallelujah&quot;&gt;H(H(A+B) + H(C+D))&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;" parent="1" vertex="1">
<mxCell id="5O4nTg36yZGLOHsuATIy-8" value="&lt;font style=&quot;font-size: 20px&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; face=&quot;Gloria Hallelujah&quot;&gt;H(H(A+B) + H(C+D))&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fillColor=none;" parent="1" vertex="1">
<mxGeometry x="240" y="280" width="200" height="40" as="geometry" />
</mxCell>
<mxCell id="5O4nTg36yZGLOHsuATIy-9" value="" style="endArrow=classic;html=1;rounded=1;sketch=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" parent="1" source="5O4nTg36yZGLOHsuATIy-1" target="5O4nTg36yZGLOHsuATIy-7" edge="1">
@@ -71,62 +71,62 @@
</mxGraphModel>
</diagram>
<diagram id="oQio6w9FTqy0y1JQYb8L" name="IndexedAttestation">
<mxGraphModel dx="1550" dy="824" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="1169" pageHeight="827" math="0" shadow="0">
<mxGraphModel dx="2074" dy="1093" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="1169" pageHeight="827" math="0" shadow="0">
<root>
<mxCell id="Fd8uQplwkJwQJHsW57Jq-0" />
<mxCell id="Fd8uQplwkJwQJHsW57Jq-1" parent="Fd8uQplwkJwQJHsW57Jq-0" />
<mxCell id="Fd8uQplwkJwQJHsW57Jq-2" value="" style="endArrow=none;html=1;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;" edge="1" parent="Fd8uQplwkJwQJHsW57Jq-1">
<mxCell id="Fd8uQplwkJwQJHsW57Jq-2" value="" style="endArrow=none;html=1;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;" parent="Fd8uQplwkJwQJHsW57Jq-1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="370" y="100" as="sourcePoint" />
<mxPoint x="790" y="100" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="Fd8uQplwkJwQJHsW57Jq-3" value="" style="endArrow=none;html=1;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;" edge="1" parent="Fd8uQplwkJwQJHsW57Jq-1">
<mxCell id="Fd8uQplwkJwQJHsW57Jq-3" value="" style="endArrow=none;html=1;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;" parent="Fd8uQplwkJwQJHsW57Jq-1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="369" y="100" as="sourcePoint" />
<mxPoint x="369" y="70" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="Fd8uQplwkJwQJHsW57Jq-4" value="" style="endArrow=none;html=1;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;entryX=0.5;entryY=1;entryDx=0;entryDy=0;" edge="1" parent="Fd8uQplwkJwQJHsW57Jq-1" target="Fd8uQplwkJwQJHsW57Jq-8">
<mxCell id="Fd8uQplwkJwQJHsW57Jq-4" value="" style="endArrow=none;html=1;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;entryX=0.5;entryY=1;entryDx=0;entryDy=0;" parent="Fd8uQplwkJwQJHsW57Jq-1" target="Fd8uQplwkJwQJHsW57Jq-8" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="672" y="100" as="sourcePoint" />
<mxPoint x="671" y="80" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="Fd8uQplwkJwQJHsW57Jq-5" value="" style="endArrow=none;html=1;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;entryX=0.5;entryY=1;entryDx=0;entryDy=0;" edge="1" parent="Fd8uQplwkJwQJHsW57Jq-1" target="Fd8uQplwkJwQJHsW57Jq-10">
<mxCell id="Fd8uQplwkJwQJHsW57Jq-5" value="" style="endArrow=none;html=1;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;entryX=0.5;entryY=1;entryDx=0;entryDy=0;" parent="Fd8uQplwkJwQJHsW57Jq-1" target="Fd8uQplwkJwQJHsW57Jq-10" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="516" y="100" as="sourcePoint" />
<mxPoint x="516" y="80" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="Fd8uQplwkJwQJHsW57Jq-6" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;R(indexed_attestation)&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;" vertex="1" parent="Fd8uQplwkJwQJHsW57Jq-1">
<mxCell id="Fd8uQplwkJwQJHsW57Jq-6" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;R(indexed_attestation)&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;fillColor=none;" parent="Fd8uQplwkJwQJHsW57Jq-1" vertex="1">
<mxGeometry x="474" y="160" width="225" height="36" as="geometry" />
</mxCell>
<mxCell id="Fd8uQplwkJwQJHsW57Jq-7" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;R(indices)&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;" vertex="1" parent="Fd8uQplwkJwQJHsW57Jq-1">
<mxCell id="Fd8uQplwkJwQJHsW57Jq-7" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;R(indices)&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;fillColor=none;" parent="Fd8uQplwkJwQJHsW57Jq-1" vertex="1">
<mxGeometry x="317" y="40" width="115" height="36" as="geometry" />
</mxCell>
<mxCell id="Fd8uQplwkJwQJHsW57Jq-8" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;R(signature)&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;" vertex="1" parent="Fd8uQplwkJwQJHsW57Jq-1">
<mxCell id="Fd8uQplwkJwQJHsW57Jq-8" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;R(signature)&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;fillColor=none;" parent="Fd8uQplwkJwQJHsW57Jq-1" vertex="1">
<mxGeometry x="602" y="40" width="140" height="36" as="geometry" />
</mxCell>
<mxCell id="Fd8uQplwkJwQJHsW57Jq-9" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;0&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;" vertex="1" parent="Fd8uQplwkJwQJHsW57Jq-1">
<mxCell id="Fd8uQplwkJwQJHsW57Jq-9" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;0&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;fillColor=none;" parent="Fd8uQplwkJwQJHsW57Jq-1" vertex="1">
<mxGeometry x="773" y="40" width="35" height="36" as="geometry" />
</mxCell>
<mxCell id="Fd8uQplwkJwQJHsW57Jq-10" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;R(data)&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;" vertex="1" parent="Fd8uQplwkJwQJHsW57Jq-1">
<mxCell id="Fd8uQplwkJwQJHsW57Jq-10" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;R(data)&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;fillColor=none;" parent="Fd8uQplwkJwQJHsW57Jq-1" vertex="1">
<mxGeometry x="466" y="40" width="100" height="36" as="geometry" />
</mxCell>
<mxCell id="Fd8uQplwkJwQJHsW57Jq-11" value="&lt;font style=&quot;font-size: 14px&quot;&gt;4&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=20;" vertex="1" parent="Fd8uQplwkJwQJHsW57Jq-1">
<mxCell id="Fd8uQplwkJwQJHsW57Jq-11" value="&lt;font style=&quot;font-size: 14px&quot;&gt;4&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=20;" parent="Fd8uQplwkJwQJHsW57Jq-1" vertex="1">
<mxGeometry x="773" y="80" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="Fd8uQplwkJwQJHsW57Jq-12" value="" style="endArrow=classic;html=1;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;" edge="1" parent="Fd8uQplwkJwQJHsW57Jq-1">
<mxCell id="Fd8uQplwkJwQJHsW57Jq-12" value="" style="endArrow=classic;html=1;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;" parent="Fd8uQplwkJwQJHsW57Jq-1" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="587" y="100" as="sourcePoint" />
<mxPoint x="587" y="160" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="Fd8uQplwkJwQJHsW57Jq-13" value="Merkleize" style="edgeLabel;resizable=0;html=1;align=center;verticalAlign=middle;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;" connectable="0" vertex="1" parent="Fd8uQplwkJwQJHsW57Jq-12">
<mxCell id="Fd8uQplwkJwQJHsW57Jq-13" value="Merkleize" style="edgeLabel;resizable=0;html=1;align=center;verticalAlign=middle;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;perimeter=none;" parent="Fd8uQplwkJwQJHsW57Jq-12" connectable="0" vertex="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="Fd8uQplwkJwQJHsW57Jq-14" value="" style="endArrow=none;html=1;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;entryX=0.5;entryY=1;entryDx=0;entryDy=0;" edge="1" parent="Fd8uQplwkJwQJHsW57Jq-1" target="Fd8uQplwkJwQJHsW57Jq-9">
<mxCell id="Fd8uQplwkJwQJHsW57Jq-14" value="" style="endArrow=none;html=1;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;entryX=0.5;entryY=1;entryDx=0;entryDy=0;" parent="Fd8uQplwkJwQJHsW57Jq-1" target="Fd8uQplwkJwQJHsW57Jq-9" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="791" y="100" as="sourcePoint" />
<mxPoint x="589" y="86" as="targetPoint" />
@@ -136,82 +136,82 @@
</mxGraphModel>
</diagram>
<diagram id="MlkJVAe62XpRi78MpOD8" name="AttestingIndices">
<mxGraphModel dx="1550" dy="824" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="1169" pageHeight="827" math="0" shadow="0">
<mxGraphModel dx="2074" dy="1093" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="1169" pageHeight="827" math="0" shadow="0">
<root>
<mxCell id="fhOZAN95iMo64T-Q4a_D-0" />
<mxCell id="fhOZAN95iMo64T-Q4a_D-1" parent="fhOZAN95iMo64T-Q4a_D-0" />
<mxCell id="fhOZAN95iMo64T-Q4a_D-3" value="&lt;div style=&quot;font-size: 18px&quot; align=&quot;center&quot;&gt;&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;S(length(indices))&lt;/font&gt;&lt;/div&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;" vertex="1" parent="fhOZAN95iMo64T-Q4a_D-1">
<mxCell id="fhOZAN95iMo64T-Q4a_D-3" value="&lt;div style=&quot;font-size: 18px&quot; align=&quot;center&quot;&gt;&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;S(length(indices))&lt;/font&gt;&lt;/div&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;fillColor=none;" parent="fhOZAN95iMo64T-Q4a_D-1" vertex="1">
<mxGeometry x="662" y="110" width="160" height="36" as="geometry" />
</mxCell>
<mxCell id="fhOZAN95iMo64T-Q4a_D-4" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;R(indices)&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;" vertex="1" parent="fhOZAN95iMo64T-Q4a_D-1">
<mxCell id="fhOZAN95iMo64T-Q4a_D-4" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;R(indices)&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;fillColor=none;" parent="fhOZAN95iMo64T-Q4a_D-1" vertex="1">
<mxGeometry x="534" y="228" width="115" height="36" as="geometry" />
</mxCell>
<mxCell id="fhOZAN95iMo64T-Q4a_D-5" style="rounded=0;sketch=1;orthogonalLoop=1;jettySize=auto;html=1;shadow=0;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=18;endArrow=none;endFill=0;exitX=0.5;exitY=1;exitDx=0;exitDy=0;" edge="1" parent="fhOZAN95iMo64T-Q4a_D-1" source="fhOZAN95iMo64T-Q4a_D-6">
<mxCell id="fhOZAN95iMo64T-Q4a_D-5" style="rounded=0;sketch=1;orthogonalLoop=1;jettySize=auto;html=1;shadow=0;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=18;endArrow=none;endFill=0;exitX=0.5;exitY=1;exitDx=0;exitDy=0;" parent="fhOZAN95iMo64T-Q4a_D-1" source="fhOZAN95iMo64T-Q4a_D-6" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="425" y="100" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="fhOZAN95iMo64T-Q4a_D-6" value="&lt;div align=&quot;center&quot;&gt;&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 20px&quot; face=&quot;Gloria Hallelujah&quot;&gt;S(indices)&lt;/font&gt;&lt;/div&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;" vertex="1" parent="fhOZAN95iMo64T-Q4a_D-1">
<mxCell id="fhOZAN95iMo64T-Q4a_D-6" value="&lt;div align=&quot;center&quot;&gt;&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 20px&quot; face=&quot;Gloria Hallelujah&quot;&gt;S(indices)&lt;/font&gt;&lt;/div&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;fillColor=none;" parent="fhOZAN95iMo64T-Q4a_D-1" vertex="1">
<mxGeometry x="370" y="42" width="110" height="36" as="geometry" />
</mxCell>
<mxCell id="fhOZAN95iMo64T-Q4a_D-7" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;0&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;" vertex="1" parent="fhOZAN95iMo64T-Q4a_D-1">
<mxCell id="fhOZAN95iMo64T-Q4a_D-7" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;0&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;fillColor=none;" parent="fhOZAN95iMo64T-Q4a_D-1" vertex="1">
<mxGeometry x="499" y="42" width="35" height="36" as="geometry" />
</mxCell>
<mxCell id="fhOZAN95iMo64T-Q4a_D-8" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;0&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;" vertex="1" parent="fhOZAN95iMo64T-Q4a_D-1">
<mxCell id="fhOZAN95iMo64T-Q4a_D-8" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;0&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;fillColor=none;" parent="fhOZAN95iMo64T-Q4a_D-1" vertex="1">
<mxGeometry x="599" y="42" width="35" height="36" as="geometry" />
</mxCell>
<mxCell id="fhOZAN95iMo64T-Q4a_D-9" value="&lt;font style=&quot;font-size: 20px&quot;&gt;...&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;" vertex="1" parent="fhOZAN95iMo64T-Q4a_D-1">
<mxCell id="fhOZAN95iMo64T-Q4a_D-9" value="&lt;font style=&quot;font-size: 20px&quot;&gt;...&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;" parent="fhOZAN95iMo64T-Q4a_D-1" vertex="1">
<mxGeometry x="538" y="40" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="fhOZAN95iMo64T-Q4a_D-10" value="&lt;font style=&quot;font-size: 14px&quot;&gt;512&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=20;" vertex="1" parent="fhOZAN95iMo64T-Q4a_D-1">
<mxCell id="fhOZAN95iMo64T-Q4a_D-10" value="&lt;font style=&quot;font-size: 14px&quot;&gt;512&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=20;" parent="fhOZAN95iMo64T-Q4a_D-1" vertex="1">
<mxGeometry x="604" y="79" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="fhOZAN95iMo64T-Q4a_D-11" value="&lt;font style=&quot;font-size: 14px&quot;&gt;2&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=20;" vertex="1" parent="fhOZAN95iMo64T-Q4a_D-1">
<mxCell id="fhOZAN95iMo64T-Q4a_D-11" value="&lt;font style=&quot;font-size: 14px&quot;&gt;2&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=20;" parent="fhOZAN95iMo64T-Q4a_D-1" vertex="1">
<mxGeometry x="726" y="150" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="fhOZAN95iMo64T-Q4a_D-12" value="" style="endArrow=classic;html=1;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" edge="1" parent="fhOZAN95iMo64T-Q4a_D-1" target="fhOZAN95iMo64T-Q4a_D-4">
<mxCell id="fhOZAN95iMo64T-Q4a_D-12" value="" style="endArrow=classic;html=1;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" parent="fhOZAN95iMo64T-Q4a_D-1" target="fhOZAN95iMo64T-Q4a_D-4" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="592" y="170" as="sourcePoint" />
<mxPoint x="591.0799999999999" y="-220" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="fhOZAN95iMo64T-Q4a_D-13" value="Merkleize" style="edgeLabel;resizable=0;html=1;align=center;verticalAlign=middle;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;" connectable="0" vertex="1" parent="fhOZAN95iMo64T-Q4a_D-12">
<mxCell id="fhOZAN95iMo64T-Q4a_D-13" value="Merkleize" style="edgeLabel;resizable=0;html=1;align=center;verticalAlign=middle;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;perimeter=none;" parent="fhOZAN95iMo64T-Q4a_D-12" connectable="0" vertex="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="fhOZAN95iMo64T-Q4a_D-14" value="" style="endArrow=none;html=1;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;endFill=0;" edge="1" parent="fhOZAN95iMo64T-Q4a_D-1">
<mxCell id="fhOZAN95iMo64T-Q4a_D-14" value="" style="endArrow=none;html=1;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;endFill=0;" parent="fhOZAN95iMo64T-Q4a_D-1" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="476" y="100" as="sourcePoint" />
<mxPoint x="476" y="170" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="fhOZAN95iMo64T-Q4a_D-15" value="Merkleize" style="edgeLabel;resizable=0;html=1;align=center;verticalAlign=middle;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;" connectable="0" vertex="1" parent="fhOZAN95iMo64T-Q4a_D-14">
<mxCell id="fhOZAN95iMo64T-Q4a_D-15" value="Merkleize" style="edgeLabel;resizable=0;html=1;align=center;verticalAlign=middle;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;perimeter=none;" parent="fhOZAN95iMo64T-Q4a_D-14" connectable="0" vertex="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="fhOZAN95iMo64T-Q4a_D-16" value="" style="endArrow=none;html=1;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;shadow=0;" edge="1" parent="fhOZAN95iMo64T-Q4a_D-1">
<mxCell id="fhOZAN95iMo64T-Q4a_D-16" value="" style="endArrow=none;html=1;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;shadow=0;" parent="fhOZAN95iMo64T-Q4a_D-1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="426" y="98" as="sourcePoint" />
<mxPoint x="616" y="98" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="fhOZAN95iMo64T-Q4a_D-17" value="" style="endArrow=none;html=1;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;shadow=0;" edge="1" parent="fhOZAN95iMo64T-Q4a_D-1">
<mxCell id="fhOZAN95iMo64T-Q4a_D-17" value="" style="endArrow=none;html=1;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;shadow=0;" parent="fhOZAN95iMo64T-Q4a_D-1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="476" y="168" as="sourcePoint" />
<mxPoint x="740" y="168" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="fhOZAN95iMo64T-Q4a_D-18" value="" style="endArrow=none;html=1;rounded=0;shadow=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;exitX=0.5;exitY=1;exitDx=0;exitDy=0;" edge="1" parent="fhOZAN95iMo64T-Q4a_D-1" source="fhOZAN95iMo64T-Q4a_D-3">
<mxCell id="fhOZAN95iMo64T-Q4a_D-18" value="" style="endArrow=none;html=1;rounded=0;shadow=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;exitX=0.5;exitY=1;exitDx=0;exitDy=0;" parent="fhOZAN95iMo64T-Q4a_D-1" source="fhOZAN95iMo64T-Q4a_D-3" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="1129" y="-137" as="sourcePoint" />
<mxPoint x="742" y="170" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="fhOZAN95iMo64T-Q4a_D-19" style="rounded=0;sketch=1;orthogonalLoop=1;jettySize=auto;html=1;shadow=0;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=18;endArrow=none;endFill=0;exitX=0.5;exitY=1;exitDx=0;exitDy=0;" edge="1" parent="fhOZAN95iMo64T-Q4a_D-1" source="fhOZAN95iMo64T-Q4a_D-7">
<mxCell id="fhOZAN95iMo64T-Q4a_D-19" style="rounded=0;sketch=1;orthogonalLoop=1;jettySize=auto;html=1;shadow=0;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=18;endArrow=none;endFill=0;exitX=0.5;exitY=1;exitDx=0;exitDy=0;" parent="fhOZAN95iMo64T-Q4a_D-1" source="fhOZAN95iMo64T-Q4a_D-7" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="516" y="100" as="targetPoint" />
<mxPoint x="434.9885057471265" y="-62" as="sourcePoint" />
</mxGeometry>
</mxCell>
<mxCell id="fhOZAN95iMo64T-Q4a_D-20" style="rounded=0;sketch=1;orthogonalLoop=1;jettySize=auto;html=1;shadow=0;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=18;endArrow=none;endFill=0;exitX=0.5;exitY=1;exitDx=0;exitDy=0;" edge="1" parent="fhOZAN95iMo64T-Q4a_D-1" source="fhOZAN95iMo64T-Q4a_D-8">
<mxCell id="fhOZAN95iMo64T-Q4a_D-20" style="rounded=0;sketch=1;orthogonalLoop=1;jettySize=auto;html=1;shadow=0;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=18;endArrow=none;endFill=0;exitX=0.5;exitY=1;exitDx=0;exitDy=0;" parent="fhOZAN95iMo64T-Q4a_D-1" source="fhOZAN95iMo64T-Q4a_D-8" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="616" y="100" as="targetPoint" />
<mxPoint x="526.5" y="-62" as="sourcePoint" />
@@ -221,233 +221,233 @@
</mxGraphModel>
</diagram>
<diagram id="_pBuLHzEZMeEcOXgkDmY" name="AttestationData">
<mxGraphModel dx="1550" dy="824" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="1169" pageHeight="827" math="0" shadow="0">
<mxGraphModel dx="2074" dy="1093" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="1169" pageHeight="827" math="0" shadow="0">
<root>
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-0" />
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-1" parent="r1wd1c9yzA6QlsRBl7Vh-0" />
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-5" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;R(data)&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;" vertex="1" parent="r1wd1c9yzA6QlsRBl7Vh-1">
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-5" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;R(data)&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;fillColor=none;" parent="r1wd1c9yzA6QlsRBl7Vh-1" vertex="1">
<mxGeometry x="576" y="390" width="100" height="36" as="geometry" />
</mxCell>
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-6" value="" style="endArrow=classic;html=1;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" edge="1" parent="r1wd1c9yzA6QlsRBl7Vh-1" target="r1wd1c9yzA6QlsRBl7Vh-5">
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-6" value="" style="endArrow=classic;html=1;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" parent="r1wd1c9yzA6QlsRBl7Vh-1" target="r1wd1c9yzA6QlsRBl7Vh-5" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="626" y="316" as="sourcePoint" />
<mxPoint x="495.58000000000004" y="142" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-7" value="Merkleize" style="edgeLabel;resizable=0;html=1;align=center;verticalAlign=middle;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;" connectable="0" vertex="1" parent="r1wd1c9yzA6QlsRBl7Vh-6">
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-7" value="Merkleize" style="edgeLabel;resizable=0;html=1;align=center;verticalAlign=middle;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;" parent="r1wd1c9yzA6QlsRBl7Vh-6" connectable="0" vertex="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-9" value="" style="endArrow=none;html=1;rounded=0;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;" edge="1" parent="r1wd1c9yzA6QlsRBl7Vh-1">
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-9" value="" style="endArrow=none;html=1;rounded=0;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;" parent="r1wd1c9yzA6QlsRBl7Vh-1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="176" y="316" as="sourcePoint" />
<mxPoint x="1056" y="316" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-10" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;R(slot)&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;" vertex="1" parent="r1wd1c9yzA6QlsRBl7Vh-1">
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-10" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;R(slot)&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;fillColor=none;" parent="r1wd1c9yzA6QlsRBl7Vh-1" vertex="1">
<mxGeometry x="128" y="256" width="88" height="36" as="geometry" />
</mxCell>
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-11" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;R(index)&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;" vertex="1" parent="r1wd1c9yzA6QlsRBl7Vh-1">
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-11" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;R(index)&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;fillColor=none;" parent="r1wd1c9yzA6QlsRBl7Vh-1" vertex="1">
<mxGeometry x="267" y="256" width="100" height="36" as="geometry" />
</mxCell>
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-12" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;R(block_root)&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;" vertex="1" parent="r1wd1c9yzA6QlsRBl7Vh-1">
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-12" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;R(block_root)&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;fillColor=none;" parent="r1wd1c9yzA6QlsRBl7Vh-1" vertex="1">
<mxGeometry x="415" y="256" width="135" height="36" as="geometry" />
</mxCell>
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-13" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;R(source)&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;" vertex="1" parent="r1wd1c9yzA6QlsRBl7Vh-1">
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-13" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;R(source)&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;fillColor=none;" parent="r1wd1c9yzA6QlsRBl7Vh-1" vertex="1">
<mxGeometry x="598" y="256" width="114" height="36" as="geometry" />
</mxCell>
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-14" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;R(target)&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;" vertex="1" parent="r1wd1c9yzA6QlsRBl7Vh-1">
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-14" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;R(target)&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;fillColor=none;" parent="r1wd1c9yzA6QlsRBl7Vh-1" vertex="1">
<mxGeometry x="760" y="256" width="116" height="36" as="geometry" />
</mxCell>
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-15" value="" style="group" vertex="1" connectable="0" parent="r1wd1c9yzA6QlsRBl7Vh-1">
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-15" value="" style="group;fillColor=none;" parent="r1wd1c9yzA6QlsRBl7Vh-1" vertex="1" connectable="0">
<mxGeometry x="916" y="256" width="158" height="36" as="geometry" />
</mxCell>
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-16" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;0&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;" vertex="1" parent="r1wd1c9yzA6QlsRBl7Vh-15">
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-16" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;0&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;fillColor=none;" parent="r1wd1c9yzA6QlsRBl7Vh-15" vertex="1">
<mxGeometry width="35" height="36" as="geometry" />
</mxCell>
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-17" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;0&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;" vertex="1" parent="r1wd1c9yzA6QlsRBl7Vh-15">
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-17" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;0&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;fillColor=none;" parent="r1wd1c9yzA6QlsRBl7Vh-15" vertex="1">
<mxGeometry x="62" width="35" height="36" as="geometry" />
</mxCell>
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-18" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;0&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;" vertex="1" parent="r1wd1c9yzA6QlsRBl7Vh-15">
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-18" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;0&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;fillColor=none;" parent="r1wd1c9yzA6QlsRBl7Vh-15" vertex="1">
<mxGeometry x="123" width="35" height="36" as="geometry" />
</mxCell>
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-19" value="" style="endArrow=none;html=1;rounded=0;shadow=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;exitX=0.5;exitY=1;exitDx=0;exitDy=0;" edge="1" parent="r1wd1c9yzA6QlsRBl7Vh-1" source="r1wd1c9yzA6QlsRBl7Vh-18">
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-19" value="" style="endArrow=none;html=1;rounded=0;shadow=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;exitX=0.5;exitY=1;exitDx=0;exitDy=0;" parent="r1wd1c9yzA6QlsRBl7Vh-1" source="r1wd1c9yzA6QlsRBl7Vh-18" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="970" y="534" as="sourcePoint" />
<mxPoint x="1057" y="316" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-20" value="" style="endArrow=none;html=1;rounded=0;shadow=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;exitX=0.5;exitY=1;exitDx=0;exitDy=0;" edge="1" parent="r1wd1c9yzA6QlsRBl7Vh-1" source="r1wd1c9yzA6QlsRBl7Vh-17">
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-20" value="" style="endArrow=none;html=1;rounded=0;shadow=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;exitX=0.5;exitY=1;exitDx=0;exitDy=0;" parent="r1wd1c9yzA6QlsRBl7Vh-1" source="r1wd1c9yzA6QlsRBl7Vh-17" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="1066.5" y="302" as="sourcePoint" />
<mxPoint x="996" y="316" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-21" value="" style="endArrow=none;html=1;rounded=0;shadow=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;exitX=0.5;exitY=1;exitDx=0;exitDy=0;" edge="1" parent="r1wd1c9yzA6QlsRBl7Vh-1" source="r1wd1c9yzA6QlsRBl7Vh-16">
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-21" value="" style="endArrow=none;html=1;rounded=0;shadow=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;exitX=0.5;exitY=1;exitDx=0;exitDy=0;" parent="r1wd1c9yzA6QlsRBl7Vh-1" source="r1wd1c9yzA6QlsRBl7Vh-16" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="1005.5" y="302" as="sourcePoint" />
<mxPoint x="934" y="316" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-22" value="" style="endArrow=none;html=1;rounded=0;shadow=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;exitX=0.5;exitY=1;exitDx=0;exitDy=0;" edge="1" parent="r1wd1c9yzA6QlsRBl7Vh-1" source="r1wd1c9yzA6QlsRBl7Vh-14">
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-22" value="" style="endArrow=none;html=1;rounded=0;shadow=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;exitX=0.5;exitY=1;exitDx=0;exitDy=0;" parent="r1wd1c9yzA6QlsRBl7Vh-1" source="r1wd1c9yzA6QlsRBl7Vh-14" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="943.5" y="302" as="sourcePoint" />
<mxPoint x="818" y="316" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-23" value="" style="endArrow=none;html=1;rounded=0;shadow=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;exitX=0.5;exitY=1;exitDx=0;exitDy=0;" edge="1" parent="r1wd1c9yzA6QlsRBl7Vh-1" source="r1wd1c9yzA6QlsRBl7Vh-13">
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-23" value="" style="endArrow=none;html=1;rounded=0;shadow=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;exitX=0.5;exitY=1;exitDx=0;exitDy=0;" parent="r1wd1c9yzA6QlsRBl7Vh-1" source="r1wd1c9yzA6QlsRBl7Vh-13" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="828" y="302" as="sourcePoint" />
<mxPoint x="655" y="316" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-24" value="" style="endArrow=none;html=1;rounded=0;shadow=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;exitX=0.5;exitY=1;exitDx=0;exitDy=0;" edge="1" parent="r1wd1c9yzA6QlsRBl7Vh-1" source="r1wd1c9yzA6QlsRBl7Vh-12">
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-24" value="" style="endArrow=none;html=1;rounded=0;shadow=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;exitX=0.5;exitY=1;exitDx=0;exitDy=0;" parent="r1wd1c9yzA6QlsRBl7Vh-1" source="r1wd1c9yzA6QlsRBl7Vh-12" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="665" y="302" as="sourcePoint" />
<mxPoint x="483" y="316" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-25" value="" style="endArrow=none;html=1;rounded=0;shadow=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;exitX=0.5;exitY=1;exitDx=0;exitDy=0;" edge="1" parent="r1wd1c9yzA6QlsRBl7Vh-1" source="r1wd1c9yzA6QlsRBl7Vh-11">
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-25" value="" style="endArrow=none;html=1;rounded=0;shadow=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;exitX=0.5;exitY=1;exitDx=0;exitDy=0;" parent="r1wd1c9yzA6QlsRBl7Vh-1" source="r1wd1c9yzA6QlsRBl7Vh-11" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="492.5" y="302" as="sourcePoint" />
<mxPoint x="317" y="316" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-26" value="" style="endArrow=none;html=1;rounded=0;shadow=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;exitX=0.5;exitY=1;exitDx=0;exitDy=0;" edge="1" parent="r1wd1c9yzA6QlsRBl7Vh-1" source="r1wd1c9yzA6QlsRBl7Vh-10">
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-26" value="" style="endArrow=none;html=1;rounded=0;shadow=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;exitX=0.5;exitY=1;exitDx=0;exitDy=0;" parent="r1wd1c9yzA6QlsRBl7Vh-1" source="r1wd1c9yzA6QlsRBl7Vh-10" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="327" y="302" as="sourcePoint" />
<mxPoint x="172" y="316" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-27" value="&lt;font style=&quot;font-size: 14px&quot;&gt;8&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=20;" vertex="1" parent="r1wd1c9yzA6QlsRBl7Vh-1">
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-27" value="&lt;font style=&quot;font-size: 14px&quot;&gt;8&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=20;" parent="r1wd1c9yzA6QlsRBl7Vh-1" vertex="1">
<mxGeometry x="1039" y="296" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-28" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;S(slot)&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;fillColor=none;strokeColor=none;" vertex="1" parent="r1wd1c9yzA6QlsRBl7Vh-1">
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-28" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;S(slot)&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;fillColor=none;strokeColor=none;" parent="r1wd1c9yzA6QlsRBl7Vh-1" vertex="1">
<mxGeometry x="128" y="189" width="88" height="36" as="geometry" />
</mxCell>
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-29" value="" style="endArrow=classic;html=1;rounded=0;shadow=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;endFill=1;" edge="1" parent="r1wd1c9yzA6QlsRBl7Vh-1" source="r1wd1c9yzA6QlsRBl7Vh-28" target="r1wd1c9yzA6QlsRBl7Vh-10">
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-29" value="" style="endArrow=classic;html=1;rounded=0;shadow=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;endFill=1;" parent="r1wd1c9yzA6QlsRBl7Vh-1" source="r1wd1c9yzA6QlsRBl7Vh-28" target="r1wd1c9yzA6QlsRBl7Vh-10" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="327" y="302" as="sourcePoint" />
<mxPoint x="327" y="326" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-30" value="&lt;font style=&quot;font-size: 18px&quot;&gt;S&lt;/font&gt;&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;(index)&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;fillColor=none;strokeColor=none;" vertex="1" parent="r1wd1c9yzA6QlsRBl7Vh-1">
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-30" value="&lt;font style=&quot;font-size: 18px&quot;&gt;S&lt;/font&gt;&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;(index)&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;fillColor=none;strokeColor=none;" parent="r1wd1c9yzA6QlsRBl7Vh-1" vertex="1">
<mxGeometry x="267" y="189" width="100" height="36" as="geometry" />
</mxCell>
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-31" value="" style="endArrow=classic;html=1;rounded=0;shadow=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;endFill=1;" edge="1" parent="r1wd1c9yzA6QlsRBl7Vh-1" source="r1wd1c9yzA6QlsRBl7Vh-30" target="r1wd1c9yzA6QlsRBl7Vh-11">
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-31" value="" style="endArrow=classic;html=1;rounded=0;shadow=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;endFill=1;" parent="r1wd1c9yzA6QlsRBl7Vh-1" source="r1wd1c9yzA6QlsRBl7Vh-30" target="r1wd1c9yzA6QlsRBl7Vh-11" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="182" y="235" as="sourcePoint" />
<mxPoint x="182" y="266" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-32" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;S(block_root)&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;fillColor=none;strokeColor=none;" vertex="1" parent="r1wd1c9yzA6QlsRBl7Vh-1">
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-32" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;S(block_root)&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;fillColor=none;strokeColor=none;" parent="r1wd1c9yzA6QlsRBl7Vh-1" vertex="1">
<mxGeometry x="415" y="189" width="135" height="36" as="geometry" />
</mxCell>
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-33" value="" style="endArrow=classic;html=1;rounded=0;shadow=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;endFill=1;" edge="1" parent="r1wd1c9yzA6QlsRBl7Vh-1" source="r1wd1c9yzA6QlsRBl7Vh-32" target="r1wd1c9yzA6QlsRBl7Vh-12">
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-33" value="" style="endArrow=classic;html=1;rounded=0;shadow=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;endFill=1;" parent="r1wd1c9yzA6QlsRBl7Vh-1" source="r1wd1c9yzA6QlsRBl7Vh-32" target="r1wd1c9yzA6QlsRBl7Vh-12" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="327" y="235" as="sourcePoint" />
<mxPoint x="327" y="266" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-34" value="" style="endArrow=none;html=1;rounded=0;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=18;" edge="1" parent="r1wd1c9yzA6QlsRBl7Vh-1">
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-34" value="" style="endArrow=none;html=1;rounded=0;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=18;" parent="r1wd1c9yzA6QlsRBl7Vh-1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="614" y="196" as="sourcePoint" />
<mxPoint x="754" y="196" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-35" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;R(epoch)&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;" vertex="1" parent="r1wd1c9yzA6QlsRBl7Vh-1">
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-35" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;R(epoch)&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;fillColor=none;" parent="r1wd1c9yzA6QlsRBl7Vh-1" vertex="1">
<mxGeometry x="572" y="138" width="88" height="36" as="geometry" />
</mxCell>
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-36" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;S(epoch)&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;fillColor=none;strokeColor=none;" vertex="1" parent="r1wd1c9yzA6QlsRBl7Vh-1">
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-36" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;S(epoch)&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;fillColor=none;strokeColor=none;" parent="r1wd1c9yzA6QlsRBl7Vh-1" vertex="1">
<mxGeometry x="572" y="71" width="88" height="36" as="geometry" />
</mxCell>
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-37" value="" style="endArrow=classic;html=1;rounded=0;shadow=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;endFill=1;" edge="1" parent="r1wd1c9yzA6QlsRBl7Vh-1" source="r1wd1c9yzA6QlsRBl7Vh-36" target="r1wd1c9yzA6QlsRBl7Vh-35">
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-37" value="" style="endArrow=classic;html=1;rounded=0;shadow=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;endFill=1;" parent="r1wd1c9yzA6QlsRBl7Vh-1" source="r1wd1c9yzA6QlsRBl7Vh-36" target="r1wd1c9yzA6QlsRBl7Vh-35" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="771" y="184" as="sourcePoint" />
<mxPoint x="771" y="208" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-38" value="" style="endArrow=none;html=1;rounded=0;shadow=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;exitX=0.5;exitY=1;exitDx=0;exitDy=0;" edge="1" parent="r1wd1c9yzA6QlsRBl7Vh-1" source="r1wd1c9yzA6QlsRBl7Vh-35">
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-38" value="" style="endArrow=none;html=1;rounded=0;shadow=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;exitX=0.5;exitY=1;exitDx=0;exitDy=0;" parent="r1wd1c9yzA6QlsRBl7Vh-1" source="r1wd1c9yzA6QlsRBl7Vh-35" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="1033.5" y="345" as="sourcePoint" />
<mxPoint x="616" y="196" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-39" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;R(root)&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;" vertex="1" parent="r1wd1c9yzA6QlsRBl7Vh-1">
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-39" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;R(root)&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;fillColor=none;" parent="r1wd1c9yzA6QlsRBl7Vh-1" vertex="1">
<mxGeometry x="709" y="138" width="88" height="36" as="geometry" />
</mxCell>
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-40" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;S(root)&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;fillColor=none;strokeColor=none;" vertex="1" parent="r1wd1c9yzA6QlsRBl7Vh-1">
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-40" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;S(root)&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;fillColor=none;strokeColor=none;" parent="r1wd1c9yzA6QlsRBl7Vh-1" vertex="1">
<mxGeometry x="709" y="71" width="88" height="36" as="geometry" />
</mxCell>
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-41" value="" style="endArrow=classic;html=1;rounded=0;shadow=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;endFill=1;" edge="1" parent="r1wd1c9yzA6QlsRBl7Vh-1" source="r1wd1c9yzA6QlsRBl7Vh-40" target="r1wd1c9yzA6QlsRBl7Vh-39">
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-41" value="" style="endArrow=classic;html=1;rounded=0;shadow=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;endFill=1;" parent="r1wd1c9yzA6QlsRBl7Vh-1" source="r1wd1c9yzA6QlsRBl7Vh-40" target="r1wd1c9yzA6QlsRBl7Vh-39" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="908" y="184" as="sourcePoint" />
<mxPoint x="908" y="208" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-42" value="" style="endArrow=none;html=1;rounded=0;shadow=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;exitX=0.5;exitY=1;exitDx=0;exitDy=0;" edge="1" parent="r1wd1c9yzA6QlsRBl7Vh-1" source="r1wd1c9yzA6QlsRBl7Vh-39">
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-42" value="" style="endArrow=none;html=1;rounded=0;shadow=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;exitX=0.5;exitY=1;exitDx=0;exitDy=0;" parent="r1wd1c9yzA6QlsRBl7Vh-1" source="r1wd1c9yzA6QlsRBl7Vh-39" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="604" y="184" as="sourcePoint" />
<mxPoint x="753" y="196" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-43" value="" style="endArrow=none;html=1;rounded=0;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=18;" edge="1" parent="r1wd1c9yzA6QlsRBl7Vh-1">
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-43" value="" style="endArrow=none;html=1;rounded=0;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=18;" parent="r1wd1c9yzA6QlsRBl7Vh-1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="880" y="196" as="sourcePoint" />
<mxPoint x="1016" y="196" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-44" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;R(epoch)&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;" vertex="1" parent="r1wd1c9yzA6QlsRBl7Vh-1">
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-44" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;R(epoch)&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;fillColor=none;" parent="r1wd1c9yzA6QlsRBl7Vh-1" vertex="1">
<mxGeometry x="834" y="138" width="88" height="36" as="geometry" />
</mxCell>
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-45" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;S(epoch)&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;fillColor=none;strokeColor=none;" vertex="1" parent="r1wd1c9yzA6QlsRBl7Vh-1">
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-45" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;S(epoch)&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;fillColor=none;strokeColor=none;" parent="r1wd1c9yzA6QlsRBl7Vh-1" vertex="1">
<mxGeometry x="834" y="71" width="88" height="36" as="geometry" />
</mxCell>
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-46" value="" style="endArrow=classic;html=1;rounded=0;shadow=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;endFill=1;" edge="1" parent="r1wd1c9yzA6QlsRBl7Vh-1" source="r1wd1c9yzA6QlsRBl7Vh-45" target="r1wd1c9yzA6QlsRBl7Vh-44">
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-46" value="" style="endArrow=classic;html=1;rounded=0;shadow=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;endFill=1;" parent="r1wd1c9yzA6QlsRBl7Vh-1" source="r1wd1c9yzA6QlsRBl7Vh-45" target="r1wd1c9yzA6QlsRBl7Vh-44" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="1033" y="184" as="sourcePoint" />
<mxPoint x="1033" y="208" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-47" value="" style="endArrow=none;html=1;rounded=0;shadow=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;exitX=0.5;exitY=1;exitDx=0;exitDy=0;" edge="1" parent="r1wd1c9yzA6QlsRBl7Vh-1" source="r1wd1c9yzA6QlsRBl7Vh-44">
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-47" value="" style="endArrow=none;html=1;rounded=0;shadow=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;exitX=0.5;exitY=1;exitDx=0;exitDy=0;" parent="r1wd1c9yzA6QlsRBl7Vh-1" source="r1wd1c9yzA6QlsRBl7Vh-44" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="1295.5" y="345" as="sourcePoint" />
<mxPoint x="878" y="196" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-48" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;R(root)&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;" vertex="1" parent="r1wd1c9yzA6QlsRBl7Vh-1">
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-48" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;R(root)&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;fillColor=none;" parent="r1wd1c9yzA6QlsRBl7Vh-1" vertex="1">
<mxGeometry x="971" y="138" width="88" height="36" as="geometry" />
</mxCell>
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-49" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;S(root)&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;fillColor=none;strokeColor=none;" vertex="1" parent="r1wd1c9yzA6QlsRBl7Vh-1">
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-49" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;S(root)&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;fillColor=none;strokeColor=none;" parent="r1wd1c9yzA6QlsRBl7Vh-1" vertex="1">
<mxGeometry x="971" y="71" width="88" height="36" as="geometry" />
</mxCell>
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-50" value="" style="endArrow=classic;html=1;rounded=0;shadow=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;endFill=1;" edge="1" parent="r1wd1c9yzA6QlsRBl7Vh-1" source="r1wd1c9yzA6QlsRBl7Vh-49" target="r1wd1c9yzA6QlsRBl7Vh-48">
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-50" value="" style="endArrow=classic;html=1;rounded=0;shadow=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;endFill=1;" parent="r1wd1c9yzA6QlsRBl7Vh-1" source="r1wd1c9yzA6QlsRBl7Vh-49" target="r1wd1c9yzA6QlsRBl7Vh-48" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="1170" y="184" as="sourcePoint" />
<mxPoint x="1170" y="208" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-51" value="" style="endArrow=none;html=1;rounded=0;shadow=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;exitX=0.5;exitY=1;exitDx=0;exitDy=0;" edge="1" parent="r1wd1c9yzA6QlsRBl7Vh-1" source="r1wd1c9yzA6QlsRBl7Vh-48">
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-51" value="" style="endArrow=none;html=1;rounded=0;shadow=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;exitX=0.5;exitY=1;exitDx=0;exitDy=0;" parent="r1wd1c9yzA6QlsRBl7Vh-1" source="r1wd1c9yzA6QlsRBl7Vh-48" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="866" y="184" as="sourcePoint" />
<mxPoint x="1015" y="196" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-52" value="&lt;font style=&quot;font-size: 14px&quot;&gt;2&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=20;" vertex="1" parent="r1wd1c9yzA6QlsRBl7Vh-1">
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-52" value="&lt;font style=&quot;font-size: 14px&quot;&gt;2&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=20;" parent="r1wd1c9yzA6QlsRBl7Vh-1" vertex="1">
<mxGeometry x="737" y="178" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-53" value="&lt;font style=&quot;font-size: 14px&quot;&gt;2&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=20;" vertex="1" parent="r1wd1c9yzA6QlsRBl7Vh-1">
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-53" value="&lt;font style=&quot;font-size: 14px&quot;&gt;2&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=20;" parent="r1wd1c9yzA6QlsRBl7Vh-1" vertex="1">
<mxGeometry x="998" y="178" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-56" value="" style="endArrow=classic;html=1;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;endFill=1;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" edge="1" parent="r1wd1c9yzA6QlsRBl7Vh-1" target="r1wd1c9yzA6QlsRBl7Vh-13">
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-56" value="" style="endArrow=classic;html=1;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;endFill=1;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" parent="r1wd1c9yzA6QlsRBl7Vh-1" target="r1wd1c9yzA6QlsRBl7Vh-13" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="655" y="196" as="sourcePoint" />
<mxPoint x="640" y="276" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-57" value="Merkleize" style="edgeLabel;resizable=0;html=1;align=center;verticalAlign=middle;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;" connectable="0" vertex="1" parent="r1wd1c9yzA6QlsRBl7Vh-56">
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-57" value="Merkleize" style="edgeLabel;resizable=0;html=1;align=center;verticalAlign=middle;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;perimeter=none;" parent="r1wd1c9yzA6QlsRBl7Vh-56" connectable="0" vertex="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-58" value="" style="endArrow=classic;html=1;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;endFill=1;entryX=0.5;entryY=0;entryDx=0;entryDy=0;edgeStyle=orthogonalEdgeStyle;" edge="1" parent="r1wd1c9yzA6QlsRBl7Vh-1" target="r1wd1c9yzA6QlsRBl7Vh-14">
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-58" value="" style="endArrow=classic;html=1;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;endFill=1;entryX=0.5;entryY=0;entryDx=0;entryDy=0;edgeStyle=orthogonalEdgeStyle;" parent="r1wd1c9yzA6QlsRBl7Vh-1" target="r1wd1c9yzA6QlsRBl7Vh-14" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="950" y="196" as="sourcePoint" />
<mxPoint x="665" y="266" as="targetPoint" />
@@ -457,81 +457,81 @@
</Array>
</mxGeometry>
</mxCell>
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-59" value="Merkleize" style="edgeLabel;resizable=0;html=1;align=center;verticalAlign=middle;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;" connectable="0" vertex="1" parent="r1wd1c9yzA6QlsRBl7Vh-58">
<mxCell id="r1wd1c9yzA6QlsRBl7Vh-59" value="Merkleize" style="edgeLabel;resizable=0;html=1;align=center;verticalAlign=middle;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;perimeter=none;" parent="r1wd1c9yzA6QlsRBl7Vh-58" connectable="0" vertex="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
</root>
</mxGraphModel>
</diagram>
<diagram id="lgIoJS4JhE9i2wR30pgB" name="Signature">
<mxGraphModel dx="1550" dy="824" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="1169" pageHeight="827" math="0" shadow="0">
<mxGraphModel dx="2074" dy="1093" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="1169" pageHeight="827" math="0" shadow="0">
<root>
<mxCell id="IMbIBWKWDsjAwjdWxnT5-0" />
<mxCell id="IMbIBWKWDsjAwjdWxnT5-1" parent="IMbIBWKWDsjAwjdWxnT5-0" />
<mxCell id="IMbIBWKWDsjAwjdWxnT5-3" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;R(signature)&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;" vertex="1" parent="IMbIBWKWDsjAwjdWxnT5-1">
<mxCell id="IMbIBWKWDsjAwjdWxnT5-3" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;R(signature)&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;fillColor=none;" parent="IMbIBWKWDsjAwjdWxnT5-1" vertex="1">
<mxGeometry x="484" y="162" width="140" height="36" as="geometry" />
</mxCell>
<mxCell id="IMbIBWKWDsjAwjdWxnT5-5" value="S&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;(signature)&lt;/font&gt;&lt;sub&gt;2&lt;/sub&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;" vertex="1" parent="IMbIBWKWDsjAwjdWxnT5-1">
<mxCell id="IMbIBWKWDsjAwjdWxnT5-5" value="S&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;(signature)&lt;/font&gt;&lt;sub&gt;2&lt;/sub&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;fillColor=none;" parent="IMbIBWKWDsjAwjdWxnT5-1" vertex="1">
<mxGeometry x="410" y="40" width="140" height="36" as="geometry" />
</mxCell>
<mxCell id="IMbIBWKWDsjAwjdWxnT5-6" value="S&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;(signature)&lt;/font&gt;&lt;sub&gt;3&lt;/sub&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;" vertex="1" parent="IMbIBWKWDsjAwjdWxnT5-1">
<mxCell id="IMbIBWKWDsjAwjdWxnT5-6" value="S&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;(signature)&lt;/font&gt;&lt;sub&gt;3&lt;/sub&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;fillColor=none;" parent="IMbIBWKWDsjAwjdWxnT5-1" vertex="1">
<mxGeometry x="581" y="40" width="140" height="36" as="geometry" />
</mxCell>
<mxCell id="IMbIBWKWDsjAwjdWxnT5-7" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;0&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;" vertex="1" parent="IMbIBWKWDsjAwjdWxnT5-1">
<mxCell id="IMbIBWKWDsjAwjdWxnT5-7" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;0&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;fillColor=none;" parent="IMbIBWKWDsjAwjdWxnT5-1" vertex="1">
<mxGeometry x="751" y="40" width="35" height="36" as="geometry" />
</mxCell>
<mxCell id="IMbIBWKWDsjAwjdWxnT5-8" value="" style="endArrow=classic;html=1;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" edge="1" parent="IMbIBWKWDsjAwjdWxnT5-1" target="IMbIBWKWDsjAwjdWxnT5-3">
<mxCell id="IMbIBWKWDsjAwjdWxnT5-8" value="" style="endArrow=classic;html=1;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" parent="IMbIBWKWDsjAwjdWxnT5-1" target="IMbIBWKWDsjAwjdWxnT5-3" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="553" y="98" as="sourcePoint" />
<mxPoint x="553" y="148" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="IMbIBWKWDsjAwjdWxnT5-9" value="Merkleize" style="edgeLabel;resizable=0;html=1;align=center;verticalAlign=middle;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;" connectable="0" vertex="1" parent="IMbIBWKWDsjAwjdWxnT5-8">
<mxCell id="IMbIBWKWDsjAwjdWxnT5-9" value="Merkleize" style="edgeLabel;resizable=0;html=1;align=center;verticalAlign=middle;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;perimeter=none;" parent="IMbIBWKWDsjAwjdWxnT5-8" connectable="0" vertex="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="1" as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="IMbIBWKWDsjAwjdWxnT5-10" value="" style="endArrow=none;html=1;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;shadow=0;" edge="1" parent="IMbIBWKWDsjAwjdWxnT5-1">
<mxCell id="IMbIBWKWDsjAwjdWxnT5-10" value="" style="endArrow=none;html=1;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;shadow=0;" parent="IMbIBWKWDsjAwjdWxnT5-1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="310" y="96" as="sourcePoint" />
<mxPoint x="770" y="96" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="IMbIBWKWDsjAwjdWxnT5-11" value="" style="endArrow=none;html=1;rounded=0;shadow=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;exitX=0.5;exitY=1;exitDx=0;exitDy=0;" edge="1" parent="IMbIBWKWDsjAwjdWxnT5-1" source="IMbIBWKWDsjAwjdWxnT5-16">
<mxCell id="IMbIBWKWDsjAwjdWxnT5-11" value="" style="endArrow=none;html=1;rounded=0;shadow=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;exitX=0.5;exitY=1;exitDx=0;exitDy=0;" parent="IMbIBWKWDsjAwjdWxnT5-1" source="IMbIBWKWDsjAwjdWxnT5-16" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="310" y="-160" as="sourcePoint" />
<mxPoint x="310" y="98" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="IMbIBWKWDsjAwjdWxnT5-12" value="" style="endArrow=none;html=1;rounded=0;shadow=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;" edge="1" parent="IMbIBWKWDsjAwjdWxnT5-1">
<mxCell id="IMbIBWKWDsjAwjdWxnT5-12" value="" style="endArrow=none;html=1;rounded=0;shadow=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;" parent="IMbIBWKWDsjAwjdWxnT5-1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="480" y="78" as="sourcePoint" />
<mxPoint x="480" y="98" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="IMbIBWKWDsjAwjdWxnT5-13" value="" style="endArrow=none;html=1;rounded=0;shadow=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;exitX=0.5;exitY=1;exitDx=0;exitDy=0;" edge="1" parent="IMbIBWKWDsjAwjdWxnT5-1" source="IMbIBWKWDsjAwjdWxnT5-6">
<mxCell id="IMbIBWKWDsjAwjdWxnT5-13" value="" style="endArrow=none;html=1;rounded=0;shadow=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;exitX=0.5;exitY=1;exitDx=0;exitDy=0;" parent="IMbIBWKWDsjAwjdWxnT5-1" source="IMbIBWKWDsjAwjdWxnT5-6" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="370" y="-197.0000000000001" as="sourcePoint" />
<mxPoint x="651" y="98" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="IMbIBWKWDsjAwjdWxnT5-14" value="" style="endArrow=none;html=1;rounded=0;shadow=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;exitX=0.5;exitY=1;exitDx=0;exitDy=0;" edge="1" parent="IMbIBWKWDsjAwjdWxnT5-1" source="IMbIBWKWDsjAwjdWxnT5-7">
<mxCell id="IMbIBWKWDsjAwjdWxnT5-14" value="" style="endArrow=none;html=1;rounded=0;shadow=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;exitX=0.5;exitY=1;exitDx=0;exitDy=0;" parent="IMbIBWKWDsjAwjdWxnT5-1" source="IMbIBWKWDsjAwjdWxnT5-7" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="768" y="78" as="sourcePoint" />
<mxPoint x="768" y="98" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="IMbIBWKWDsjAwjdWxnT5-15" value="&lt;font style=&quot;font-size: 14px&quot;&gt;4&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=20;" vertex="1" parent="IMbIBWKWDsjAwjdWxnT5-1">
<mxCell id="IMbIBWKWDsjAwjdWxnT5-15" value="&lt;font style=&quot;font-size: 14px&quot;&gt;4&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=20;" parent="IMbIBWKWDsjAwjdWxnT5-1" vertex="1">
<mxGeometry x="754" y="78" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="IMbIBWKWDsjAwjdWxnT5-16" value="S&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;(signature)&lt;/font&gt;&lt;sub&gt;1&lt;/sub&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;" vertex="1" parent="IMbIBWKWDsjAwjdWxnT5-1">
<mxCell id="IMbIBWKWDsjAwjdWxnT5-16" value="S&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;(signature)&lt;/font&gt;&lt;sub&gt;1&lt;/sub&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;fillColor=none;" parent="IMbIBWKWDsjAwjdWxnT5-1" vertex="1">
<mxGeometry x="240" y="40" width="140" height="36" as="geometry" />
</mxCell>
</root>
</mxGraphModel>
</diagram>
<diagram id="sBeIiljd5fq1MqVG8TIA" name="IndexedAttestation_all">
<mxGraphModel dx="1550" dy="824" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="1169" pageHeight="827" math="0" shadow="0">
<mxGraphModel dx="2074" dy="1093" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="1169" pageHeight="827" math="0" shadow="0">
<root>
<mxCell id="EI5LFa18qx79L4KTmC3c-0" />
<mxCell id="EI5LFa18qx79L4KTmC3c-1" parent="EI5LFa18qx79L4KTmC3c-0" />
@@ -574,22 +574,22 @@
<mxPoint x="496" y="680" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="G-6Uuo27PKxnDHHl1JQ--30" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;R(indexed_attestation)&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;" parent="EI5LFa18qx79L4KTmC3c-1" vertex="1">
<mxCell id="G-6Uuo27PKxnDHHl1JQ--30" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;R(indexed_attestation)&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;fillColor=none;" parent="EI5LFa18qx79L4KTmC3c-1" vertex="1">
<mxGeometry x="474" y="760" width="225" height="36" as="geometry" />
</mxCell>
<mxCell id="G-6Uuo27PKxnDHHl1JQ--33" value="&lt;div style=&quot;font-size: 18px&quot; align=&quot;center&quot;&gt;&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;S(length(indices))&lt;/font&gt;&lt;/div&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;" parent="EI5LFa18qx79L4KTmC3c-1" vertex="1">
<mxCell id="G-6Uuo27PKxnDHHl1JQ--33" value="&lt;div style=&quot;font-size: 18px&quot; align=&quot;center&quot;&gt;&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;S(length(indices))&lt;/font&gt;&lt;/div&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;fillColor=none;" parent="EI5LFa18qx79L4KTmC3c-1" vertex="1">
<mxGeometry x="244" y="530" width="160" height="36" as="geometry" />
</mxCell>
<mxCell id="G-6Uuo27PKxnDHHl1JQ--34" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;R(indices)&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;" parent="EI5LFa18qx79L4KTmC3c-1" vertex="1">
<mxCell id="G-6Uuo27PKxnDHHl1JQ--34" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;R(indices)&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;fillColor=none;" parent="EI5LFa18qx79L4KTmC3c-1" vertex="1">
<mxGeometry x="224" y="640" width="115" height="36" as="geometry" />
</mxCell>
<mxCell id="G-6Uuo27PKxnDHHl1JQ--35" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;R(signature)&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;" parent="EI5LFa18qx79L4KTmC3c-1" vertex="1">
<mxCell id="G-6Uuo27PKxnDHHl1JQ--35" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;R(signature)&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;fillColor=none;" parent="EI5LFa18qx79L4KTmC3c-1" vertex="1">
<mxGeometry x="662" y="640" width="140" height="36" as="geometry" />
</mxCell>
<mxCell id="G-6Uuo27PKxnDHHl1JQ--36" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;0&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;" parent="EI5LFa18qx79L4KTmC3c-1" vertex="1">
<mxCell id="G-6Uuo27PKxnDHHl1JQ--36" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;0&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;fillColor=none;" parent="EI5LFa18qx79L4KTmC3c-1" vertex="1">
<mxGeometry x="926" y="640" width="35" height="36" as="geometry" />
</mxCell>
<mxCell id="G-6Uuo27PKxnDHHl1JQ--37" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;R(data)&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;" parent="EI5LFa18qx79L4KTmC3c-1" vertex="1">
<mxCell id="G-6Uuo27PKxnDHHl1JQ--37" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;R(data)&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;fillColor=none;" parent="EI5LFa18qx79L4KTmC3c-1" vertex="1">
<mxGeometry x="446" y="640" width="100" height="36" as="geometry" />
</mxCell>
<mxCell id="G-6Uuo27PKxnDHHl1JQ--77" style="rounded=0;sketch=1;orthogonalLoop=1;jettySize=auto;html=1;shadow=0;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=18;endArrow=none;endFill=0;exitX=0.5;exitY=1;exitDx=0;exitDy=0;" parent="EI5LFa18qx79L4KTmC3c-1" source="G-6Uuo27PKxnDHHl1JQ--39" edge="1">
@@ -597,13 +597,13 @@
<mxPoint x="115" y="520" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="G-6Uuo27PKxnDHHl1JQ--39" value="&lt;div align=&quot;center&quot;&gt;&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 20px&quot; face=&quot;Gloria Hallelujah&quot;&gt;S(indices)&lt;/font&gt;&lt;/div&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;" parent="EI5LFa18qx79L4KTmC3c-1" vertex="1">
<mxCell id="G-6Uuo27PKxnDHHl1JQ--39" value="&lt;div align=&quot;center&quot;&gt;&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 20px&quot; face=&quot;Gloria Hallelujah&quot;&gt;S(indices)&lt;/font&gt;&lt;/div&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;fillColor=none;" parent="EI5LFa18qx79L4KTmC3c-1" vertex="1">
<mxGeometry x="60" y="462" width="110" height="36" as="geometry" />
</mxCell>
<mxCell id="G-6Uuo27PKxnDHHl1JQ--40" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;0&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;" parent="EI5LFa18qx79L4KTmC3c-1" vertex="1">
<mxCell id="G-6Uuo27PKxnDHHl1JQ--40" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;0&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;fillColor=none;" parent="EI5LFa18qx79L4KTmC3c-1" vertex="1">
<mxGeometry x="189" y="462" width="35" height="36" as="geometry" />
</mxCell>
<mxCell id="G-6Uuo27PKxnDHHl1JQ--41" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;0&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;" parent="EI5LFa18qx79L4KTmC3c-1" vertex="1">
<mxCell id="G-6Uuo27PKxnDHHl1JQ--41" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;0&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;fillColor=none;" parent="EI5LFa18qx79L4KTmC3c-1" vertex="1">
<mxGeometry x="289" y="462" width="35" height="36" as="geometry" />
</mxCell>
<mxCell id="G-6Uuo27PKxnDHHl1JQ--42" value="&lt;font style=&quot;font-size: 20px&quot;&gt;...&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;" parent="EI5LFa18qx79L4KTmC3c-1" vertex="1">
@@ -615,13 +615,13 @@
<mxCell id="G-6Uuo27PKxnDHHl1JQ--45" value="&lt;font style=&quot;font-size: 14px&quot;&gt;512&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=20;" parent="EI5LFa18qx79L4KTmC3c-1" vertex="1">
<mxGeometry x="294" y="499" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="G-6Uuo27PKxnDHHl1JQ--47" value="S&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;(signature)&lt;/font&gt;&lt;sub&gt;2&lt;/sub&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;" parent="EI5LFa18qx79L4KTmC3c-1" vertex="1">
<mxCell id="G-6Uuo27PKxnDHHl1JQ--47" value="S&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;(signature)&lt;/font&gt;&lt;sub&gt;2&lt;/sub&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;fillColor=none;" parent="EI5LFa18qx79L4KTmC3c-1" vertex="1">
<mxGeometry x="739" y="532" width="140" height="36" as="geometry" />
</mxCell>
<mxCell id="G-6Uuo27PKxnDHHl1JQ--49" value="S&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;(signature)&lt;/font&gt;&lt;sub&gt;3&lt;/sub&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;" parent="EI5LFa18qx79L4KTmC3c-1" vertex="1">
<mxCell id="G-6Uuo27PKxnDHHl1JQ--49" value="S&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;(signature)&lt;/font&gt;&lt;sub&gt;3&lt;/sub&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;fillColor=none;" parent="EI5LFa18qx79L4KTmC3c-1" vertex="1">
<mxGeometry x="890" y="532" width="140" height="36" as="geometry" />
</mxCell>
<mxCell id="G-6Uuo27PKxnDHHl1JQ--50" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;0&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;" parent="EI5LFa18qx79L4KTmC3c-1" vertex="1">
<mxCell id="G-6Uuo27PKxnDHHl1JQ--50" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;0&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;fillColor=none;" parent="EI5LFa18qx79L4KTmC3c-1" vertex="1">
<mxGeometry x="1039" y="532" width="35" height="36" as="geometry" />
</mxCell>
<mxCell id="G-6Uuo27PKxnDHHl1JQ--54" value="" style="endArrow=classic;html=1;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;" parent="EI5LFa18qx79L4KTmC3c-1" edge="1">
@@ -630,7 +630,7 @@
<mxPoint x="587" y="760" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="G-6Uuo27PKxnDHHl1JQ--55" value="Merkleize" style="edgeLabel;resizable=0;html=1;align=center;verticalAlign=middle;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;" parent="G-6Uuo27PKxnDHHl1JQ--54" connectable="0" vertex="1">
<mxCell id="G-6Uuo27PKxnDHHl1JQ--55" value="Merkleize" style="edgeLabel;resizable=0;html=1;align=center;verticalAlign=middle;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;perimeter=none;" parent="G-6Uuo27PKxnDHHl1JQ--54" connectable="0" vertex="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="G-6Uuo27PKxnDHHl1JQ--56" value="" style="endArrow=classic;html=1;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;" parent="EI5LFa18qx79L4KTmC3c-1" edge="1">
@@ -639,7 +639,7 @@
<mxPoint x="732" y="640" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="G-6Uuo27PKxnDHHl1JQ--57" value="Merkleize" style="edgeLabel;resizable=0;html=1;align=center;verticalAlign=middle;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;" parent="G-6Uuo27PKxnDHHl1JQ--56" connectable="0" vertex="1">
<mxCell id="G-6Uuo27PKxnDHHl1JQ--57" value="Merkleize" style="edgeLabel;resizable=0;html=1;align=center;verticalAlign=middle;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;perimeter=none;" parent="G-6Uuo27PKxnDHHl1JQ--56" connectable="0" vertex="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="G-6Uuo27PKxnDHHl1JQ--58" value="" style="endArrow=none;html=1;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;shadow=0;" parent="EI5LFa18qx79L4KTmC3c-1" edge="1">
@@ -684,7 +684,7 @@
<mxPoint x="281.08" y="200" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="G-6Uuo27PKxnDHHl1JQ--67" value="Merkleize" style="edgeLabel;resizable=0;html=1;align=center;verticalAlign=middle;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;" parent="G-6Uuo27PKxnDHHl1JQ--66" connectable="0" vertex="1">
<mxCell id="G-6Uuo27PKxnDHHl1JQ--67" value="Merkleize" style="edgeLabel;resizable=0;html=1;align=center;verticalAlign=middle;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;perimeter=none;" parent="G-6Uuo27PKxnDHHl1JQ--66" connectable="0" vertex="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="G-6Uuo27PKxnDHHl1JQ--68" value="" style="endArrow=none;html=1;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;endFill=0;" parent="EI5LFa18qx79L4KTmC3c-1" edge="1">
@@ -693,7 +693,7 @@
<mxPoint x="166" y="590" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="G-6Uuo27PKxnDHHl1JQ--69" value="Merkleize" style="edgeLabel;resizable=0;html=1;align=center;verticalAlign=middle;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;" parent="G-6Uuo27PKxnDHHl1JQ--68" connectable="0" vertex="1">
<mxCell id="G-6Uuo27PKxnDHHl1JQ--69" value="Merkleize" style="edgeLabel;resizable=0;html=1;align=center;verticalAlign=middle;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;perimeter=none;" parent="G-6Uuo27PKxnDHHl1JQ--68" connectable="0" vertex="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="G-6Uuo27PKxnDHHl1JQ--70" value="" style="endArrow=none;html=1;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;shadow=0;" parent="EI5LFa18qx79L4KTmC3c-1" edge="1">
@@ -702,7 +702,7 @@
<mxPoint x="306" y="518" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="G-6Uuo27PKxnDHHl1JQ--72" value="S&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;(signature)&lt;/font&gt;&lt;sub&gt;1&lt;/sub&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;" parent="EI5LFa18qx79L4KTmC3c-1" vertex="1">
<mxCell id="G-6Uuo27PKxnDHHl1JQ--72" value="S&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;(signature)&lt;/font&gt;&lt;sub&gt;1&lt;/sub&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;fillColor=none;" parent="EI5LFa18qx79L4KTmC3c-1" vertex="1">
<mxGeometry x="589" y="532" width="140" height="36" as="geometry" />
</mxCell>
<mxCell id="G-6Uuo27PKxnDHHl1JQ--73" value="" style="endArrow=none;html=1;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;shadow=0;" parent="EI5LFa18qx79L4KTmC3c-1" edge="1">
@@ -735,7 +735,7 @@
<mxPoint x="495.58000000000004" y="196" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="G-6Uuo27PKxnDHHl1JQ--83" value="Merkleize" style="edgeLabel;resizable=0;html=1;align=center;verticalAlign=middle;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;" parent="G-6Uuo27PKxnDHHl1JQ--82" connectable="0" vertex="1">
<mxCell id="G-6Uuo27PKxnDHHl1JQ--83" value="Merkleize" style="edgeLabel;resizable=0;html=1;align=center;verticalAlign=middle;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;perimeter=none;" parent="G-6Uuo27PKxnDHHl1JQ--82" connectable="0" vertex="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="R-II2A4LHFq83cX2PQ0V-0" value="" style="endArrow=none;html=1;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;entryX=0.5;entryY=1;entryDx=0;entryDy=0;" parent="EI5LFa18qx79L4KTmC3c-1" target="G-6Uuo27PKxnDHHl1JQ--36" edge="1">
@@ -756,31 +756,31 @@
<mxPoint x="1056" y="370" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="R-II2A4LHFq83cX2PQ0V-8" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;R(slot)&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;" parent="EI5LFa18qx79L4KTmC3c-1" vertex="1">
<mxCell id="R-II2A4LHFq83cX2PQ0V-8" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;R(slot)&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;fillColor=none;" parent="EI5LFa18qx79L4KTmC3c-1" vertex="1">
<mxGeometry x="128" y="310" width="88" height="36" as="geometry" />
</mxCell>
<mxCell id="R-II2A4LHFq83cX2PQ0V-9" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;R(index)&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;" parent="EI5LFa18qx79L4KTmC3c-1" vertex="1">
<mxCell id="R-II2A4LHFq83cX2PQ0V-9" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;R(index)&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;fillColor=none;" parent="EI5LFa18qx79L4KTmC3c-1" vertex="1">
<mxGeometry x="267" y="310" width="100" height="36" as="geometry" />
</mxCell>
<mxCell id="R-II2A4LHFq83cX2PQ0V-10" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;R(block_root)&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;" parent="EI5LFa18qx79L4KTmC3c-1" vertex="1">
<mxCell id="R-II2A4LHFq83cX2PQ0V-10" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;R(block_root)&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;fillColor=none;" parent="EI5LFa18qx79L4KTmC3c-1" vertex="1">
<mxGeometry x="415" y="310" width="135" height="36" as="geometry" />
</mxCell>
<mxCell id="R-II2A4LHFq83cX2PQ0V-11" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;R(source)&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;" parent="EI5LFa18qx79L4KTmC3c-1" vertex="1">
<mxCell id="R-II2A4LHFq83cX2PQ0V-11" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;R(source)&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;fillColor=none;" parent="EI5LFa18qx79L4KTmC3c-1" vertex="1">
<mxGeometry x="598" y="310" width="114" height="36" as="geometry" />
</mxCell>
<mxCell id="R-II2A4LHFq83cX2PQ0V-12" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;R(target)&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;" parent="EI5LFa18qx79L4KTmC3c-1" vertex="1">
<mxCell id="R-II2A4LHFq83cX2PQ0V-12" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;R(target)&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;fillColor=none;" parent="EI5LFa18qx79L4KTmC3c-1" vertex="1">
<mxGeometry x="760" y="310" width="116" height="36" as="geometry" />
</mxCell>
<mxCell id="R-II2A4LHFq83cX2PQ0V-16" value="" style="group" parent="EI5LFa18qx79L4KTmC3c-1" vertex="1" connectable="0">
<mxGeometry x="916" y="310" width="158" height="36" as="geometry" />
</mxCell>
<mxCell id="R-II2A4LHFq83cX2PQ0V-13" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;0&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;" parent="R-II2A4LHFq83cX2PQ0V-16" vertex="1">
<mxCell id="R-II2A4LHFq83cX2PQ0V-13" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;0&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;fillColor=none;" parent="R-II2A4LHFq83cX2PQ0V-16" vertex="1">
<mxGeometry width="35" height="36" as="geometry" />
</mxCell>
<mxCell id="R-II2A4LHFq83cX2PQ0V-14" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;0&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;" parent="R-II2A4LHFq83cX2PQ0V-16" vertex="1">
<mxCell id="R-II2A4LHFq83cX2PQ0V-14" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;0&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;fillColor=none;" parent="R-II2A4LHFq83cX2PQ0V-16" vertex="1">
<mxGeometry x="62" width="35" height="36" as="geometry" />
</mxCell>
<mxCell id="R-II2A4LHFq83cX2PQ0V-15" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;0&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;" parent="R-II2A4LHFq83cX2PQ0V-16" vertex="1">
<mxCell id="R-II2A4LHFq83cX2PQ0V-15" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;0&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;fillColor=none;" parent="R-II2A4LHFq83cX2PQ0V-16" vertex="1">
<mxGeometry x="123" width="35" height="36" as="geometry" />
</mxCell>
<mxCell id="R-II2A4LHFq83cX2PQ0V-17" value="" style="endArrow=none;html=1;rounded=0;shadow=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;exitX=0.5;exitY=1;exitDx=0;exitDy=0;" parent="EI5LFa18qx79L4KTmC3c-1" source="R-II2A4LHFq83cX2PQ0V-15" edge="1">
@@ -867,7 +867,7 @@
<mxPoint x="754" y="250" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="R-II2A4LHFq83cX2PQ0V-39" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;R(epoch)&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;" parent="EI5LFa18qx79L4KTmC3c-1" vertex="1">
<mxCell id="R-II2A4LHFq83cX2PQ0V-39" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;R(epoch)&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;fillColor=none;" parent="EI5LFa18qx79L4KTmC3c-1" vertex="1">
<mxGeometry x="572" y="192" width="88" height="36" as="geometry" />
</mxCell>
<mxCell id="R-II2A4LHFq83cX2PQ0V-40" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;S(epoch)&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;fillColor=none;strokeColor=none;" parent="EI5LFa18qx79L4KTmC3c-1" vertex="1">
@@ -885,7 +885,7 @@
<mxPoint x="616" y="250" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="R-II2A4LHFq83cX2PQ0V-43" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;R(root)&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;" parent="EI5LFa18qx79L4KTmC3c-1" vertex="1">
<mxCell id="R-II2A4LHFq83cX2PQ0V-43" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;R(root)&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;fillColor=none;" parent="EI5LFa18qx79L4KTmC3c-1" vertex="1">
<mxGeometry x="709" y="192" width="88" height="36" as="geometry" />
</mxCell>
<mxCell id="R-II2A4LHFq83cX2PQ0V-44" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;S(root)&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;fillColor=none;strokeColor=none;" parent="EI5LFa18qx79L4KTmC3c-1" vertex="1">
@@ -909,7 +909,7 @@
<mxPoint x="1016" y="250" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="R-II2A4LHFq83cX2PQ0V-48" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;R(epoch)&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;" parent="EI5LFa18qx79L4KTmC3c-1" vertex="1">
<mxCell id="R-II2A4LHFq83cX2PQ0V-48" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;R(epoch)&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;fillColor=none;" parent="EI5LFa18qx79L4KTmC3c-1" vertex="1">
<mxGeometry x="834" y="192" width="88" height="36" as="geometry" />
</mxCell>
<mxCell id="R-II2A4LHFq83cX2PQ0V-49" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;S(epoch)&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;fillColor=none;strokeColor=none;" parent="EI5LFa18qx79L4KTmC3c-1" vertex="1">
@@ -927,7 +927,7 @@
<mxPoint x="878" y="250" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="R-II2A4LHFq83cX2PQ0V-52" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;R(root)&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;" parent="EI5LFa18qx79L4KTmC3c-1" vertex="1">
<mxCell id="R-II2A4LHFq83cX2PQ0V-52" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;R(root)&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;fillColor=none;" parent="EI5LFa18qx79L4KTmC3c-1" vertex="1">
<mxGeometry x="971" y="192" width="88" height="36" as="geometry" />
</mxCell>
<mxCell id="R-II2A4LHFq83cX2PQ0V-53" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;S(root)&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;fillColor=none;strokeColor=none;" parent="EI5LFa18qx79L4KTmC3c-1" vertex="1">
@@ -963,7 +963,7 @@
<mxCell id="R-II2A4LHFq83cX2PQ0V-65" value="&lt;p style=&quot;line-height: 1.6&quot;&gt;&lt;font style=&quot;font-size: 16px&quot;&gt;R(X) = hash tree root of X&lt;br&gt;S(X) = SSZ serialisation of X&lt;br&gt;&lt;/font&gt;&lt;/p&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=left;verticalAlign=middle;whiteSpace=wrap;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;" parent="EI5LFa18qx79L4KTmC3c-1" vertex="1">
<mxGeometry x="80" y="746" width="249" height="60" as="geometry" />
</mxCell>
<mxCell id="R-II2A4LHFq83cX2PQ0V-66" value="" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;" parent="EI5LFa18qx79L4KTmC3c-1" vertex="1">
<mxCell id="R-II2A4LHFq83cX2PQ0V-66" value="" style="rounded=1;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;fillColor=none;" parent="EI5LFa18qx79L4KTmC3c-1" vertex="1">
<mxGeometry x="841" y="760" width="35" height="36" as="geometry" />
</mxCell>
<mxCell id="R-II2A4LHFq83cX2PQ0V-67" value="Represents a 32 byte chunk" style="text;html=1;strokeColor=none;fillColor=none;align=left;verticalAlign=middle;whiteSpace=wrap;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=16;" parent="EI5LFa18qx79L4KTmC3c-1" vertex="1">
@@ -975,7 +975,7 @@
<mxPoint x="640" y="330" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="CCiwSGmsVsifGLuDMq5F-3" value="Merkleize" style="edgeLabel;resizable=0;html=1;align=center;verticalAlign=middle;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;" parent="CCiwSGmsVsifGLuDMq5F-2" connectable="0" vertex="1">
<mxCell id="CCiwSGmsVsifGLuDMq5F-3" value="Merkleize" style="edgeLabel;resizable=0;html=1;align=center;verticalAlign=middle;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;perimeter=none;" parent="CCiwSGmsVsifGLuDMq5F-2" connectable="0" vertex="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="CCiwSGmsVsifGLuDMq5F-4" value="" style="endArrow=classic;html=1;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;endFill=1;entryX=0.5;entryY=0;entryDx=0;entryDy=0;edgeStyle=orthogonalEdgeStyle;" parent="EI5LFa18qx79L4KTmC3c-1" target="R-II2A4LHFq83cX2PQ0V-12" edge="1">
@@ -988,7 +988,7 @@
</Array>
</mxGeometry>
</mxCell>
<mxCell id="CCiwSGmsVsifGLuDMq5F-5" value="Merkleize" style="edgeLabel;resizable=0;html=1;align=center;verticalAlign=middle;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;" parent="CCiwSGmsVsifGLuDMq5F-4" connectable="0" vertex="1">
<mxCell id="CCiwSGmsVsifGLuDMq5F-5" value="Merkleize" style="edgeLabel;resizable=0;html=1;align=center;verticalAlign=middle;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=14;perimeter=none;" parent="CCiwSGmsVsifGLuDMq5F-4" connectable="0" vertex="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
</root>

View File

@@ -1,6 +1,6 @@
<mxfile host="app.diagrams.net" modified="2022-04-14T10:55:50.892Z" agent="5.0 (X11)" etag="4RvmonIRrhihpRG0KABH" version="17.4.4" type="github" pages="7">
<mxfile host="app.diagrams.net" modified="2022-12-22T16:18:42.298Z" agent="5.0 (X11)" etag="0x0nNjijPMg0J5mDKv-c" version="20.7.4" type="github" pages="7">
<diagram id="swjVrMKwIJOuW-R1iBgw" name="shuffle">
<mxGraphModel dx="2062" dy="1091" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
<mxGraphModel dx="2074" dy="1093" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
<root>
<mxCell id="0" />
<mxCell id="1" parent="0" />
@@ -25,7 +25,7 @@
<mxCell id="fFoQV893W-BJZJalTyda-6" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 15px&quot; face=&quot;Gloria Hallelujah&quot;&gt;RANDAO&lt;/font&gt;" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" parent="fFoQV893W-BJZJalTyda-7" vertex="1">
<mxGeometry x="2.485207100591696" width="137.51479289940826" height="33.33333333333333" as="geometry" />
</mxCell>
<mxCell id="fFoQV893W-BJZJalTyda-8" value="Shuffle" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=#FFFFFF;fontSize=18;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;" parent="1" vertex="1">
<mxCell id="fFoQV893W-BJZJalTyda-8" value="Shuffle" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=none;fontSize=18;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;" parent="1" vertex="1">
<mxGeometry x="237" y="101" width="50" height="90" as="geometry" />
</mxCell>
<mxCell id="fFoQV893W-BJZJalTyda-14" value="" style="group" parent="1" vertex="1" connectable="0">
@@ -49,7 +49,7 @@
<mxCell id="fFoQV893W-BJZJalTyda-20" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 15px&quot; face=&quot;Gloria Hallelujah&quot;&gt;RANDAO&lt;/font&gt;" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" parent="fFoQV893W-BJZJalTyda-14" vertex="1">
<mxGeometry x="2.485207100591696" width="137.51479289940826" height="33.33333333333333" as="geometry" />
</mxCell>
<mxCell id="fFoQV893W-BJZJalTyda-21" value="Shuffle" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=#FFFFFF;fontSize=18;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;" parent="1" vertex="1">
<mxCell id="fFoQV893W-BJZJalTyda-21" value="Shuffle" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=none;fontSize=18;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;" parent="1" vertex="1">
<mxGeometry x="760" y="101" width="50" height="90" as="geometry" />
</mxCell>
<mxCell id="fFoQV893W-BJZJalTyda-22" value="" style="group" parent="1" vertex="1" connectable="0">
@@ -73,7 +73,7 @@
<mxCell id="fFoQV893W-BJZJalTyda-28" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 15px&quot; face=&quot;Gloria Hallelujah&quot;&gt;RANDAO&lt;/font&gt;" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=#FFFFFF;size=50;flipH=1;" parent="fFoQV893W-BJZJalTyda-22" vertex="1">
<mxGeometry x="2.485207100591696" width="137.51479289940826" height="33.33333333333333" as="geometry" />
</mxCell>
<mxCell id="fFoQV893W-BJZJalTyda-29" value="Shuffle" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=#FFFFFF;fontSize=18;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;" parent="1" vertex="1">
<mxCell id="fFoQV893W-BJZJalTyda-29" value="Shuffle" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=none;fontSize=18;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;" parent="1" vertex="1">
<mxGeometry x="499" y="101" width="50" height="90" as="geometry" />
</mxCell>
<mxCell id="fFoQV893W-BJZJalTyda-31" value="" style="group" parent="1" vertex="1" connectable="0">
@@ -137,83 +137,86 @@
</mxGraphModel>
</diagram>
<diagram name="reveal" id="Lj-xQ2MsKgytik4VeGju">
<mxGraphModel dx="2062" dy="1091" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
<mxGraphModel dx="2074" dy="1093" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
<root>
<mxCell id="kjfETcayTXHE-phNQupw-0" />
<mxCell id="kjfETcayTXHE-phNQupw-1" parent="kjfETcayTXHE-phNQupw-0" />
<mxCell id="kjfETcayTXHE-phNQupw-2" value="" style="group" vertex="1" connectable="0" parent="kjfETcayTXHE-phNQupw-1">
<mxCell id="pA-ZdeNyGUvDI2YXU83K-18" value="" style="ellipse;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=21;fillColor=none;" parent="kjfETcayTXHE-phNQupw-1" vertex="1">
<mxGeometry x="217" y="190" width="90" height="40" as="geometry" />
</mxCell>
<mxCell id="kjfETcayTXHE-phNQupw-2" value="" style="group" parent="kjfETcayTXHE-phNQupw-1" vertex="1" connectable="0">
<mxGeometry x="330" y="264" width="140" height="50" as="geometry" />
</mxCell>
<mxCell id="kjfETcayTXHE-phNQupw-3" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" vertex="1" parent="kjfETcayTXHE-phNQupw-2">
<mxCell id="kjfETcayTXHE-phNQupw-3" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" parent="kjfETcayTXHE-phNQupw-2" vertex="1">
<mxGeometry y="16.66666666666663" width="137.51479289940826" height="33.33333333333333" as="geometry" />
</mxCell>
<mxCell id="kjfETcayTXHE-phNQupw-4" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" vertex="1" parent="kjfETcayTXHE-phNQupw-2">
<mxCell id="kjfETcayTXHE-phNQupw-4" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" parent="kjfETcayTXHE-phNQupw-2" vertex="1">
<mxGeometry y="12.5" width="137.51479289940826" height="33.33333333333333" as="geometry" />
</mxCell>
<mxCell id="kjfETcayTXHE-phNQupw-5" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" vertex="1" parent="kjfETcayTXHE-phNQupw-2">
<mxCell id="kjfETcayTXHE-phNQupw-5" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" parent="kjfETcayTXHE-phNQupw-2" vertex="1">
<mxGeometry y="8.333333333333371" width="137.51479289940826" height="33.33333333333333" as="geometry" />
</mxCell>
<mxCell id="kjfETcayTXHE-phNQupw-6" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" vertex="1" parent="kjfETcayTXHE-phNQupw-2">
<mxCell id="kjfETcayTXHE-phNQupw-6" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" parent="kjfETcayTXHE-phNQupw-2" vertex="1">
<mxGeometry x="0.8284023668639154" y="5" width="137.51479289940826" height="33.33333333333333" as="geometry" />
</mxCell>
<mxCell id="kjfETcayTXHE-phNQupw-7" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" vertex="1" parent="kjfETcayTXHE-phNQupw-2">
<mxCell id="kjfETcayTXHE-phNQupw-7" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" parent="kjfETcayTXHE-phNQupw-2" vertex="1">
<mxGeometry x="2.485207100591696" y="2.5" width="137.51479289940826" height="33.33333333333333" as="geometry" />
</mxCell>
<mxCell id="kjfETcayTXHE-phNQupw-8" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 15px&quot; face=&quot;Gloria Hallelujah&quot;&gt;RANDAO&lt;/font&gt;" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" vertex="1" parent="kjfETcayTXHE-phNQupw-2">
<mxCell id="kjfETcayTXHE-phNQupw-8" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 15px&quot; face=&quot;Gloria Hallelujah&quot;&gt;RANDAO&lt;/font&gt;" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" parent="kjfETcayTXHE-phNQupw-2" vertex="1">
<mxGeometry x="2.485207100591696" width="137.51479289940826" height="33.33333333333333" as="geometry" />
</mxCell>
<mxCell id="kjfETcayTXHE-phNQupw-10" value="" style="group" vertex="1" connectable="0" parent="kjfETcayTXHE-phNQupw-1">
<mxCell id="kjfETcayTXHE-phNQupw-10" value="" style="group" parent="kjfETcayTXHE-phNQupw-1" vertex="1" connectable="0">
<mxGeometry x="778" y="264" width="140" height="50" as="geometry" />
</mxCell>
<mxCell id="kjfETcayTXHE-phNQupw-11" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" vertex="1" parent="kjfETcayTXHE-phNQupw-10">
<mxCell id="kjfETcayTXHE-phNQupw-11" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" parent="kjfETcayTXHE-phNQupw-10" vertex="1">
<mxGeometry y="16.66666666666663" width="137.51479289940826" height="33.33333333333333" as="geometry" />
</mxCell>
<mxCell id="kjfETcayTXHE-phNQupw-12" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" vertex="1" parent="kjfETcayTXHE-phNQupw-10">
<mxCell id="kjfETcayTXHE-phNQupw-12" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" parent="kjfETcayTXHE-phNQupw-10" vertex="1">
<mxGeometry y="12.5" width="137.51479289940826" height="33.33333333333333" as="geometry" />
</mxCell>
<mxCell id="kjfETcayTXHE-phNQupw-13" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" vertex="1" parent="kjfETcayTXHE-phNQupw-10">
<mxCell id="kjfETcayTXHE-phNQupw-13" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" parent="kjfETcayTXHE-phNQupw-10" vertex="1">
<mxGeometry y="8.333333333333371" width="137.51479289940826" height="33.33333333333333" as="geometry" />
</mxCell>
<mxCell id="kjfETcayTXHE-phNQupw-14" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" vertex="1" parent="kjfETcayTXHE-phNQupw-10">
<mxCell id="kjfETcayTXHE-phNQupw-14" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" parent="kjfETcayTXHE-phNQupw-10" vertex="1">
<mxGeometry x="0.8284023668639154" y="5" width="137.51479289940826" height="33.33333333333333" as="geometry" />
</mxCell>
<mxCell id="kjfETcayTXHE-phNQupw-15" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" vertex="1" parent="kjfETcayTXHE-phNQupw-10">
<mxCell id="kjfETcayTXHE-phNQupw-15" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" parent="kjfETcayTXHE-phNQupw-10" vertex="1">
<mxGeometry x="2.485207100591696" y="2.5" width="137.51479289940826" height="33.33333333333333" as="geometry" />
</mxCell>
<mxCell id="kjfETcayTXHE-phNQupw-16" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 15px&quot; face=&quot;Gloria Hallelujah&quot;&gt;RANDAO&lt;/font&gt;" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" vertex="1" parent="kjfETcayTXHE-phNQupw-10">
<mxCell id="kjfETcayTXHE-phNQupw-16" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 15px&quot; face=&quot;Gloria Hallelujah&quot;&gt;RANDAO&lt;/font&gt;" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" parent="kjfETcayTXHE-phNQupw-10" vertex="1">
<mxGeometry x="2.485207100591696" width="137.51479289940826" height="33.33333333333333" as="geometry" />
</mxCell>
<mxCell id="kjfETcayTXHE-phNQupw-34" value="" style="endArrow=classic;html=1;rounded=1;sketch=1;fontSize=18;" edge="1" parent="kjfETcayTXHE-phNQupw-1">
<mxCell id="kjfETcayTXHE-phNQupw-34" value="" style="endArrow=classic;html=1;rounded=1;sketch=1;fontSize=18;" parent="kjfETcayTXHE-phNQupw-1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="728" y="286.4310344827586" as="sourcePoint" />
<mxPoint x="761" y="287" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="PVD98KHxXYARChhud8Tx-1" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;Signature&lt;/font&gt;" style="shape=document;whiteSpace=wrap;html=1;boundedLbl=1;shadow=0;sketch=1;fillStyle=hachure;strokeColor=default;strokeWidth=1;fillColor=#000000;" vertex="1" parent="kjfETcayTXHE-phNQupw-1">
<mxCell id="PVD98KHxXYARChhud8Tx-1" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;Signature&lt;/font&gt;" style="shape=document;whiteSpace=wrap;html=1;boundedLbl=1;shadow=0;sketch=1;fillStyle=hachure;strokeColor=default;strokeWidth=1;fillColor=#000000;" parent="kjfETcayTXHE-phNQupw-1" vertex="1">
<mxGeometry x="606" y="268" width="90" height="42" as="geometry" />
</mxCell>
<mxCell id="PVD98KHxXYARChhud8Tx-2" value="&lt;font style=&quot;font-size: 21px&quot;&gt;Hash&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=18;" vertex="1" parent="kjfETcayTXHE-phNQupw-1">
<mxCell id="PVD98KHxXYARChhud8Tx-2" value="&lt;font style=&quot;font-size: 21px&quot;&gt;Hash&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=18;" parent="kjfETcayTXHE-phNQupw-1" vertex="1">
<mxGeometry x="536" y="268" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="PVD98KHxXYARChhud8Tx-6" value="" style="group" vertex="1" connectable="0" parent="kjfETcayTXHE-phNQupw-1">
<mxCell id="PVD98KHxXYARChhud8Tx-6" value="" style="group" parent="kjfETcayTXHE-phNQupw-1" vertex="1" connectable="0">
<mxGeometry x="490" y="270" width="30" height="30" as="geometry" />
</mxCell>
<mxCell id="PVD98KHxXYARChhud8Tx-3" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=18;" vertex="1" parent="PVD98KHxXYARChhud8Tx-6">
<mxCell id="PVD98KHxXYARChhud8Tx-3" value="" style="ellipse;whiteSpace=wrap;html=1;aspect=fixed;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=18;fillColor=none;" parent="PVD98KHxXYARChhud8Tx-6" vertex="1">
<mxGeometry width="30" height="30" as="geometry" />
</mxCell>
<mxCell id="PVD98KHxXYARChhud8Tx-4" value="" style="endArrow=none;html=1;rounded=0;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=18;exitX=0;exitY=1;exitDx=0;exitDy=0;entryX=1;entryY=0;entryDx=0;entryDy=0;sketch=1;" edge="1" parent="PVD98KHxXYARChhud8Tx-6" source="PVD98KHxXYARChhud8Tx-3" target="PVD98KHxXYARChhud8Tx-3">
<mxCell id="PVD98KHxXYARChhud8Tx-4" value="" style="endArrow=none;html=1;rounded=0;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=18;exitX=0;exitY=1;exitDx=0;exitDy=0;entryX=1;entryY=0;entryDx=0;entryDy=0;sketch=1;" parent="PVD98KHxXYARChhud8Tx-6" source="PVD98KHxXYARChhud8Tx-3" target="PVD98KHxXYARChhud8Tx-3" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="670" y="240" as="sourcePoint" />
<mxPoint x="720" y="190" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="PVD98KHxXYARChhud8Tx-5" value="" style="endArrow=none;html=1;rounded=0;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=18;exitX=0;exitY=0;exitDx=0;exitDy=0;entryX=1;entryY=1;entryDx=0;entryDy=0;sketch=1;" edge="1" parent="PVD98KHxXYARChhud8Tx-6" source="PVD98KHxXYARChhud8Tx-3" target="PVD98KHxXYARChhud8Tx-3">
<mxCell id="PVD98KHxXYARChhud8Tx-5" value="" style="endArrow=none;html=1;rounded=0;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=18;exitX=0;exitY=0;exitDx=0;exitDy=0;entryX=1;entryY=1;entryDx=0;entryDy=0;sketch=1;" parent="PVD98KHxXYARChhud8Tx-6" source="PVD98KHxXYARChhud8Tx-3" target="PVD98KHxXYARChhud8Tx-3" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="14.393398282201815" y="35.606601717798185" as="sourcePoint" />
<mxPoint x="35.606601717798185" y="14.393398282201815" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="PVD98KHxXYARChhud8Tx-9" value="" style="curved=1;endArrow=none;html=1;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=21;endFill=0;" edge="1" parent="kjfETcayTXHE-phNQupw-1">
<mxCell id="PVD98KHxXYARChhud8Tx-9" value="" style="curved=1;endArrow=none;html=1;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=21;endFill=0;" parent="kjfETcayTXHE-phNQupw-1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="601" y="320" as="sourcePoint" />
<mxPoint x="601" y="250" as="targetPoint" />
@@ -222,7 +225,7 @@
</Array>
</mxGeometry>
</mxCell>
<mxCell id="PVD98KHxXYARChhud8Tx-10" value="" style="curved=1;endArrow=none;html=1;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=21;endFill=0;" edge="1" parent="kjfETcayTXHE-phNQupw-1">
<mxCell id="PVD98KHxXYARChhud8Tx-10" value="" style="curved=1;endArrow=none;html=1;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=21;endFill=0;" parent="kjfETcayTXHE-phNQupw-1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="698" y="251" as="sourcePoint" />
<mxPoint x="698" y="321" as="targetPoint" />
@@ -231,64 +234,64 @@
</Array>
</mxGeometry>
</mxCell>
<mxCell id="pA-ZdeNyGUvDI2YXU83K-0" value="" style="group" vertex="1" connectable="0" parent="kjfETcayTXHE-phNQupw-1">
<mxCell id="pA-ZdeNyGUvDI2YXU83K-0" value="" style="group" parent="kjfETcayTXHE-phNQupw-1" vertex="1" connectable="0">
<mxGeometry x="52" y="130" width="140" height="50" as="geometry" />
</mxCell>
<mxCell id="pA-ZdeNyGUvDI2YXU83K-1" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" vertex="1" parent="pA-ZdeNyGUvDI2YXU83K-0">
<mxCell id="pA-ZdeNyGUvDI2YXU83K-1" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" parent="pA-ZdeNyGUvDI2YXU83K-0" vertex="1">
<mxGeometry y="16.66666666666663" width="137.51479289940826" height="33.33333333333333" as="geometry" />
</mxCell>
<mxCell id="pA-ZdeNyGUvDI2YXU83K-2" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" vertex="1" parent="pA-ZdeNyGUvDI2YXU83K-0">
<mxCell id="pA-ZdeNyGUvDI2YXU83K-2" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" parent="pA-ZdeNyGUvDI2YXU83K-0" vertex="1">
<mxGeometry y="12.5" width="137.51479289940826" height="33.33333333333333" as="geometry" />
</mxCell>
<mxCell id="pA-ZdeNyGUvDI2YXU83K-3" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" vertex="1" parent="pA-ZdeNyGUvDI2YXU83K-0">
<mxCell id="pA-ZdeNyGUvDI2YXU83K-3" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" parent="pA-ZdeNyGUvDI2YXU83K-0" vertex="1">
<mxGeometry y="8.333333333333371" width="137.51479289940826" height="33.33333333333333" as="geometry" />
</mxCell>
<mxCell id="pA-ZdeNyGUvDI2YXU83K-4" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" vertex="1" parent="pA-ZdeNyGUvDI2YXU83K-0">
<mxCell id="pA-ZdeNyGUvDI2YXU83K-4" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" parent="pA-ZdeNyGUvDI2YXU83K-0" vertex="1">
<mxGeometry x="0.8284023668639154" y="5" width="137.51479289940826" height="33.33333333333333" as="geometry" />
</mxCell>
<mxCell id="pA-ZdeNyGUvDI2YXU83K-5" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" vertex="1" parent="pA-ZdeNyGUvDI2YXU83K-0">
<mxCell id="pA-ZdeNyGUvDI2YXU83K-5" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" parent="pA-ZdeNyGUvDI2YXU83K-0" vertex="1">
<mxGeometry x="2.485207100591696" y="2.5" width="137.51479289940826" height="33.33333333333333" as="geometry" />
</mxCell>
<mxCell id="pA-ZdeNyGUvDI2YXU83K-6" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 15px&quot; face=&quot;Gloria Hallelujah&quot;&gt;RANDAO&lt;/font&gt;" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" vertex="1" parent="pA-ZdeNyGUvDI2YXU83K-0">
<mxCell id="pA-ZdeNyGUvDI2YXU83K-6" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 15px&quot; face=&quot;Gloria Hallelujah&quot;&gt;RANDAO&lt;/font&gt;" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" parent="pA-ZdeNyGUvDI2YXU83K-0" vertex="1">
<mxGeometry x="2.485207100591696" width="137.51479289940826" height="33.33333333333333" as="geometry" />
</mxCell>
<mxCell id="pA-ZdeNyGUvDI2YXU83K-7" value="Shuffle" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=#FFFFFF;fontSize=18;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;" vertex="1" parent="kjfETcayTXHE-phNQupw-1">
<mxCell id="pA-ZdeNyGUvDI2YXU83K-7" value="" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=none;fontSize=18;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;" parent="kjfETcayTXHE-phNQupw-1" vertex="1">
<mxGeometry x="237" y="101" width="50" height="90" as="geometry" />
</mxCell>
<mxCell id="pA-ZdeNyGUvDI2YXU83K-8" value="" style="group" vertex="1" connectable="0" parent="kjfETcayTXHE-phNQupw-1">
<mxCell id="pA-ZdeNyGUvDI2YXU83K-8" value="" style="group" parent="kjfETcayTXHE-phNQupw-1" vertex="1" connectable="0">
<mxGeometry x="322" y="130" width="140" height="50" as="geometry" />
</mxCell>
<mxCell id="pA-ZdeNyGUvDI2YXU83K-9" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" vertex="1" parent="pA-ZdeNyGUvDI2YXU83K-8">
<mxCell id="pA-ZdeNyGUvDI2YXU83K-9" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" parent="pA-ZdeNyGUvDI2YXU83K-8" vertex="1">
<mxGeometry y="16.66666666666663" width="137.51479289940826" height="33.33333333333333" as="geometry" />
</mxCell>
<mxCell id="pA-ZdeNyGUvDI2YXU83K-10" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" vertex="1" parent="pA-ZdeNyGUvDI2YXU83K-8">
<mxCell id="pA-ZdeNyGUvDI2YXU83K-10" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" parent="pA-ZdeNyGUvDI2YXU83K-8" vertex="1">
<mxGeometry y="12.5" width="137.51479289940826" height="33.33333333333333" as="geometry" />
</mxCell>
<mxCell id="pA-ZdeNyGUvDI2YXU83K-11" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" vertex="1" parent="pA-ZdeNyGUvDI2YXU83K-8">
<mxCell id="pA-ZdeNyGUvDI2YXU83K-11" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" parent="pA-ZdeNyGUvDI2YXU83K-8" vertex="1">
<mxGeometry y="8.333333333333371" width="137.51479289940826" height="33.33333333333333" as="geometry" />
</mxCell>
<mxCell id="pA-ZdeNyGUvDI2YXU83K-12" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" vertex="1" parent="pA-ZdeNyGUvDI2YXU83K-8">
<mxCell id="pA-ZdeNyGUvDI2YXU83K-12" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" parent="pA-ZdeNyGUvDI2YXU83K-8" vertex="1">
<mxGeometry x="0.8284023668639154" y="5" width="137.51479289940826" height="33.33333333333333" as="geometry" />
</mxCell>
<mxCell id="pA-ZdeNyGUvDI2YXU83K-13" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" vertex="1" parent="pA-ZdeNyGUvDI2YXU83K-8">
<mxCell id="pA-ZdeNyGUvDI2YXU83K-13" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" parent="pA-ZdeNyGUvDI2YXU83K-8" vertex="1">
<mxGeometry x="2.485207100591696" y="2.5" width="137.51479289940826" height="33.33333333333333" as="geometry" />
</mxCell>
<mxCell id="pA-ZdeNyGUvDI2YXU83K-14" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 15px&quot; face=&quot;Gloria Hallelujah&quot;&gt;RANDAO&lt;/font&gt;" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" vertex="1" parent="pA-ZdeNyGUvDI2YXU83K-8">
<mxCell id="pA-ZdeNyGUvDI2YXU83K-14" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 15px&quot; face=&quot;Gloria Hallelujah&quot;&gt;RANDAO&lt;/font&gt;" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" parent="pA-ZdeNyGUvDI2YXU83K-8" vertex="1">
<mxGeometry x="2.485207100591696" width="137.51479289940826" height="33.33333333333333" as="geometry" />
</mxCell>
<mxCell id="pA-ZdeNyGUvDI2YXU83K-15" value="" style="endArrow=classic;html=1;rounded=1;sketch=1;fontSize=18;" edge="1" parent="kjfETcayTXHE-phNQupw-1" target="pA-ZdeNyGUvDI2YXU83K-7">
<mxCell id="pA-ZdeNyGUvDI2YXU83K-15" value="" style="endArrow=classic;html=1;rounded=1;sketch=1;fontSize=18;" parent="kjfETcayTXHE-phNQupw-1" target="pA-ZdeNyGUvDI2YXU83K-7" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="190" y="146" as="sourcePoint" />
<mxPoint x="450" y="530" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="pA-ZdeNyGUvDI2YXU83K-16" value="" style="endArrow=classic;html=1;rounded=1;sketch=1;fontSize=18;" edge="1" parent="kjfETcayTXHE-phNQupw-1" source="pA-ZdeNyGUvDI2YXU83K-7">
<mxCell id="pA-ZdeNyGUvDI2YXU83K-16" value="" style="endArrow=classic;html=1;rounded=1;sketch=1;fontSize=18;" parent="kjfETcayTXHE-phNQupw-1" source="pA-ZdeNyGUvDI2YXU83K-7" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="289" y="147" as="sourcePoint" />
<mxPoint x="320" y="147" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="pA-ZdeNyGUvDI2YXU83K-17" value="" style="endArrow=classic;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=21;curved=1;entryX=0.5;entryY=1;entryDx=0;entryDy=0;" edge="1" parent="kjfETcayTXHE-phNQupw-1" target="pA-ZdeNyGUvDI2YXU83K-18">
<mxCell id="pA-ZdeNyGUvDI2YXU83K-17" value="" style="endArrow=classic;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=21;curved=1;entryX=0.5;entryY=1;entryDx=0;entryDy=0;" parent="kjfETcayTXHE-phNQupw-1" target="pA-ZdeNyGUvDI2YXU83K-18" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="320" y="280" as="sourcePoint" />
<mxPoint x="270" y="230" as="targetPoint" />
@@ -297,10 +300,7 @@
</Array>
</mxGeometry>
</mxCell>
<mxCell id="pA-ZdeNyGUvDI2YXU83K-18" value="" style="ellipse;whiteSpace=wrap;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=21;fillColor=none;" vertex="1" parent="kjfETcayTXHE-phNQupw-1">
<mxGeometry x="217" y="190" width="90" height="40" as="geometry" />
</mxCell>
<mxCell id="pA-ZdeNyGUvDI2YXU83K-19" value="" style="endArrow=none;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=21;rounded=0;" edge="1" parent="kjfETcayTXHE-phNQupw-1">
<mxCell id="pA-ZdeNyGUvDI2YXU83K-19" value="" style="endArrow=none;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=21;rounded=0;" parent="kjfETcayTXHE-phNQupw-1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="340" y="338" as="sourcePoint" />
<mxPoint x="340" y="228" as="targetPoint" />
@@ -310,7 +310,7 @@
</Array>
</mxGeometry>
</mxCell>
<mxCell id="pA-ZdeNyGUvDI2YXU83K-20" value="" style="endArrow=none;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=21;rounded=0;" edge="1" parent="kjfETcayTXHE-phNQupw-1">
<mxCell id="pA-ZdeNyGUvDI2YXU83K-20" value="" style="endArrow=none;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=21;rounded=0;" parent="kjfETcayTXHE-phNQupw-1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="710" y="338" as="sourcePoint" />
<mxPoint x="710" y="228" as="targetPoint" />
@@ -320,225 +320,228 @@
</Array>
</mxGeometry>
</mxCell>
<mxCell id="25EpnWI_pwIXW1_UBD-i-0" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;Epoch&lt;/font&gt;" style="shape=document;whiteSpace=wrap;html=1;boundedLbl=1;shadow=0;sketch=1;fillStyle=auto;strokeColor=default;strokeWidth=1;fillColor=none;" vertex="1" parent="kjfETcayTXHE-phNQupw-1">
<mxCell id="25EpnWI_pwIXW1_UBD-i-0" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;Epoch&lt;/font&gt;" style="shape=document;whiteSpace=wrap;html=1;boundedLbl=1;shadow=0;sketch=1;fillStyle=auto;strokeColor=default;strokeWidth=1;fillColor=none;" parent="kjfETcayTXHE-phNQupw-1" vertex="1">
<mxGeometry x="605" y="180" width="90" height="40" as="geometry" />
</mxCell>
<mxCell id="25EpnWI_pwIXW1_UBD-i-1" value="" style="endArrow=classic;html=1;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=18;exitX=0.522;exitY=0.95;exitDx=0;exitDy=0;exitPerimeter=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" edge="1" parent="kjfETcayTXHE-phNQupw-1" source="25EpnWI_pwIXW1_UBD-i-0" target="PVD98KHxXYARChhud8Tx-1">
<mxCell id="25EpnWI_pwIXW1_UBD-i-1" value="" style="endArrow=classic;html=1;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=18;exitX=0.522;exitY=0.95;exitDx=0;exitDy=0;exitPerimeter=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" parent="kjfETcayTXHE-phNQupw-1" source="25EpnWI_pwIXW1_UBD-i-0" target="PVD98KHxXYARChhud8Tx-1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="530" y="380" as="sourcePoint" />
<mxPoint x="580" y="330" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="y1LwLU7R86JNcTymot0S-0" value="&lt;font style=&quot;font-size: 18px;&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; face=&quot;Gloria Hallelujah&quot;&gt;Shuffle&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;" vertex="1" parent="kjfETcayTXHE-phNQupw-1">
<mxGeometry x="232" y="195" width="60" height="30" as="geometry" />
</mxCell>
</root>
</mxGraphModel>
</diagram>
<diagram name="lookahead" id="q5iYeYxDNEsRrHaKuetX">
<mxGraphModel dx="2062" dy="1091" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
<mxGraphModel dx="2074" dy="1093" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
<root>
<mxCell id="qMGTfqW7NC3uwpry6LCC-0" />
<mxCell id="qMGTfqW7NC3uwpry6LCC-1" parent="qMGTfqW7NC3uwpry6LCC-0" />
<mxCell id="qMGTfqW7NC3uwpry6LCC-25" value="" style="group" vertex="1" connectable="0" parent="qMGTfqW7NC3uwpry6LCC-1">
<mxCell id="qMGTfqW7NC3uwpry6LCC-25" value="" style="group" parent="qMGTfqW7NC3uwpry6LCC-1" vertex="1" connectable="0">
<mxGeometry x="82" y="227" width="140" height="50" as="geometry" />
</mxCell>
<mxCell id="qMGTfqW7NC3uwpry6LCC-26" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" vertex="1" parent="qMGTfqW7NC3uwpry6LCC-25">
<mxCell id="qMGTfqW7NC3uwpry6LCC-26" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" parent="qMGTfqW7NC3uwpry6LCC-25" vertex="1">
<mxGeometry y="16.66666666666663" width="137.51479289940826" height="33.33333333333333" as="geometry" />
</mxCell>
<mxCell id="qMGTfqW7NC3uwpry6LCC-27" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" vertex="1" parent="qMGTfqW7NC3uwpry6LCC-25">
<mxCell id="qMGTfqW7NC3uwpry6LCC-27" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" parent="qMGTfqW7NC3uwpry6LCC-25" vertex="1">
<mxGeometry y="12.5" width="137.51479289940826" height="33.33333333333333" as="geometry" />
</mxCell>
<mxCell id="qMGTfqW7NC3uwpry6LCC-28" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" vertex="1" parent="qMGTfqW7NC3uwpry6LCC-25">
<mxCell id="qMGTfqW7NC3uwpry6LCC-28" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" parent="qMGTfqW7NC3uwpry6LCC-25" vertex="1">
<mxGeometry y="8.333333333333371" width="137.51479289940826" height="33.33333333333333" as="geometry" />
</mxCell>
<mxCell id="qMGTfqW7NC3uwpry6LCC-29" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" vertex="1" parent="qMGTfqW7NC3uwpry6LCC-25">
<mxCell id="qMGTfqW7NC3uwpry6LCC-29" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" parent="qMGTfqW7NC3uwpry6LCC-25" vertex="1">
<mxGeometry x="0.8284023668639154" y="5" width="137.51479289940826" height="33.33333333333333" as="geometry" />
</mxCell>
<mxCell id="qMGTfqW7NC3uwpry6LCC-30" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" vertex="1" parent="qMGTfqW7NC3uwpry6LCC-25">
<mxCell id="qMGTfqW7NC3uwpry6LCC-30" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" parent="qMGTfqW7NC3uwpry6LCC-25" vertex="1">
<mxGeometry x="2.485207100591696" y="2.5" width="137.51479289940826" height="33.33333333333333" as="geometry" />
</mxCell>
<mxCell id="qMGTfqW7NC3uwpry6LCC-31" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 15px&quot; face=&quot;Gloria Hallelujah&quot;&gt;RANDAO&lt;/font&gt;" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" vertex="1" parent="qMGTfqW7NC3uwpry6LCC-25">
<mxCell id="qMGTfqW7NC3uwpry6LCC-31" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 15px&quot; face=&quot;Gloria Hallelujah&quot;&gt;RANDAO&lt;/font&gt;" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" parent="qMGTfqW7NC3uwpry6LCC-25" vertex="1">
<mxGeometry x="2.485207100591696" width="137.51479289940826" height="33.33333333333333" as="geometry" />
</mxCell>
<mxCell id="zWVsQeZAL-qWRTTaB1xE-0" value="" style="endArrow=none;dashed=1;html=1;rounded=0;strokeWidth=2;" edge="1" parent="qMGTfqW7NC3uwpry6LCC-25">
<mxCell id="zWVsQeZAL-qWRTTaB1xE-0" value="" style="endArrow=none;dashed=1;html=1;rounded=0;strokeWidth=2;" parent="qMGTfqW7NC3uwpry6LCC-25" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="80" y="-60" as="sourcePoint" />
<mxPoint x="80" y="80" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="zWVsQeZAL-qWRTTaB1xE-1" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;End of&lt;br&gt;&lt;/font&gt;&lt;div style=&quot;font-size: 18px&quot; align=&quot;right&quot;&gt;&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;Epoch N&lt;/font&gt;&lt;font style=&quot;font-size: 18px&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;" vertex="1" parent="qMGTfqW7NC3uwpry6LCC-25">
<mxCell id="zWVsQeZAL-qWRTTaB1xE-1" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;End of&lt;br&gt;&lt;/font&gt;&lt;div style=&quot;font-size: 18px&quot; align=&quot;right&quot;&gt;&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;Epoch N&lt;/font&gt;&lt;font style=&quot;font-size: 18px&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;" parent="qMGTfqW7NC3uwpry6LCC-25" vertex="1">
<mxGeometry x="-22" y="-72" width="130" height="60" as="geometry" />
</mxCell>
<mxCell id="qMGTfqW7NC3uwpry6LCC-40" value="" style="endArrow=classic;html=1;rounded=1;sketch=1;fontSize=18;" edge="1" parent="qMGTfqW7NC3uwpry6LCC-1">
<mxCell id="qMGTfqW7NC3uwpry6LCC-40" value="" style="endArrow=classic;html=1;rounded=1;sketch=1;fontSize=18;" parent="qMGTfqW7NC3uwpry6LCC-1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="236" y="243" as="sourcePoint" />
<mxPoint x="283" y="243" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="zWVsQeZAL-qWRTTaB1xE-12" value="" style="group" vertex="1" connectable="0" parent="qMGTfqW7NC3uwpry6LCC-1">
<mxCell id="zWVsQeZAL-qWRTTaB1xE-12" value="" style="group" parent="qMGTfqW7NC3uwpry6LCC-1" vertex="1" connectable="0">
<mxGeometry x="283" y="227" width="140" height="50" as="geometry" />
</mxCell>
<mxCell id="zWVsQeZAL-qWRTTaB1xE-13" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" vertex="1" parent="zWVsQeZAL-qWRTTaB1xE-12">
<mxCell id="zWVsQeZAL-qWRTTaB1xE-13" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" parent="zWVsQeZAL-qWRTTaB1xE-12" vertex="1">
<mxGeometry y="16.66666666666663" width="137.51479289940826" height="33.33333333333333" as="geometry" />
</mxCell>
<mxCell id="zWVsQeZAL-qWRTTaB1xE-14" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" vertex="1" parent="zWVsQeZAL-qWRTTaB1xE-12">
<mxCell id="zWVsQeZAL-qWRTTaB1xE-14" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" parent="zWVsQeZAL-qWRTTaB1xE-12" vertex="1">
<mxGeometry y="12.5" width="137.51479289940826" height="33.33333333333333" as="geometry" />
</mxCell>
<mxCell id="zWVsQeZAL-qWRTTaB1xE-15" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" vertex="1" parent="zWVsQeZAL-qWRTTaB1xE-12">
<mxCell id="zWVsQeZAL-qWRTTaB1xE-15" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" parent="zWVsQeZAL-qWRTTaB1xE-12" vertex="1">
<mxGeometry y="8.333333333333371" width="137.51479289940826" height="33.33333333333333" as="geometry" />
</mxCell>
<mxCell id="zWVsQeZAL-qWRTTaB1xE-16" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" vertex="1" parent="zWVsQeZAL-qWRTTaB1xE-12">
<mxCell id="zWVsQeZAL-qWRTTaB1xE-16" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" parent="zWVsQeZAL-qWRTTaB1xE-12" vertex="1">
<mxGeometry x="0.8284023668639154" y="5" width="137.51479289940826" height="33.33333333333333" as="geometry" />
</mxCell>
<mxCell id="zWVsQeZAL-qWRTTaB1xE-17" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" vertex="1" parent="zWVsQeZAL-qWRTTaB1xE-12">
<mxCell id="zWVsQeZAL-qWRTTaB1xE-17" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" parent="zWVsQeZAL-qWRTTaB1xE-12" vertex="1">
<mxGeometry x="2.485207100591696" y="2.5" width="137.51479289940826" height="33.33333333333333" as="geometry" />
</mxCell>
<mxCell id="zWVsQeZAL-qWRTTaB1xE-18" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 15px&quot; face=&quot;Gloria Hallelujah&quot;&gt;RANDAO&lt;/font&gt;" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" vertex="1" parent="zWVsQeZAL-qWRTTaB1xE-12">
<mxCell id="zWVsQeZAL-qWRTTaB1xE-18" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 15px&quot; face=&quot;Gloria Hallelujah&quot;&gt;RANDAO&lt;/font&gt;" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" parent="zWVsQeZAL-qWRTTaB1xE-12" vertex="1">
<mxGeometry x="2.485207100591696" width="137.51479289940826" height="33.33333333333333" as="geometry" />
</mxCell>
<mxCell id="zWVsQeZAL-qWRTTaB1xE-19" value="" style="endArrow=none;dashed=1;html=1;rounded=0;strokeWidth=2;" edge="1" parent="zWVsQeZAL-qWRTTaB1xE-12">
<mxCell id="zWVsQeZAL-qWRTTaB1xE-19" value="" style="endArrow=none;dashed=1;html=1;rounded=0;strokeWidth=2;" parent="zWVsQeZAL-qWRTTaB1xE-12" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="80" y="-60" as="sourcePoint" />
<mxPoint x="80" y="80" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="zWVsQeZAL-qWRTTaB1xE-20" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;Epoch &lt;/font&gt;N + 1&lt;/font&gt;&lt;font style=&quot;font-size: 18px&quot;&gt;&lt;br&gt;&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;" vertex="1" parent="zWVsQeZAL-qWRTTaB1xE-12">
<mxCell id="zWVsQeZAL-qWRTTaB1xE-20" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;Epoch &lt;/font&gt;N + 1&lt;/font&gt;&lt;font style=&quot;font-size: 18px&quot;&gt;&lt;br&gt;&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;" parent="zWVsQeZAL-qWRTTaB1xE-12" vertex="1">
<mxGeometry x="-88" y="-75" width="130" height="60" as="geometry" />
</mxCell>
<mxCell id="zWVsQeZAL-qWRTTaB1xE-21" value="" style="group" vertex="1" connectable="0" parent="qMGTfqW7NC3uwpry6LCC-1">
<mxCell id="zWVsQeZAL-qWRTTaB1xE-21" value="" style="group" parent="qMGTfqW7NC3uwpry6LCC-1" vertex="1" connectable="0">
<mxGeometry x="483" y="227" width="140" height="50" as="geometry" />
</mxCell>
<mxCell id="zWVsQeZAL-qWRTTaB1xE-22" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" vertex="1" parent="zWVsQeZAL-qWRTTaB1xE-21">
<mxCell id="zWVsQeZAL-qWRTTaB1xE-22" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" parent="zWVsQeZAL-qWRTTaB1xE-21" vertex="1">
<mxGeometry y="16.66666666666663" width="137.51479289940826" height="33.33333333333333" as="geometry" />
</mxCell>
<mxCell id="zWVsQeZAL-qWRTTaB1xE-23" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" vertex="1" parent="zWVsQeZAL-qWRTTaB1xE-21">
<mxCell id="zWVsQeZAL-qWRTTaB1xE-23" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" parent="zWVsQeZAL-qWRTTaB1xE-21" vertex="1">
<mxGeometry y="12.5" width="137.51479289940826" height="33.33333333333333" as="geometry" />
</mxCell>
<mxCell id="zWVsQeZAL-qWRTTaB1xE-24" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" vertex="1" parent="zWVsQeZAL-qWRTTaB1xE-21">
<mxCell id="zWVsQeZAL-qWRTTaB1xE-24" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" parent="zWVsQeZAL-qWRTTaB1xE-21" vertex="1">
<mxGeometry y="8.333333333333371" width="137.51479289940826" height="33.33333333333333" as="geometry" />
</mxCell>
<mxCell id="zWVsQeZAL-qWRTTaB1xE-25" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" vertex="1" parent="zWVsQeZAL-qWRTTaB1xE-21">
<mxCell id="zWVsQeZAL-qWRTTaB1xE-25" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" parent="zWVsQeZAL-qWRTTaB1xE-21" vertex="1">
<mxGeometry x="0.8284023668639154" y="5" width="137.51479289940826" height="33.33333333333333" as="geometry" />
</mxCell>
<mxCell id="zWVsQeZAL-qWRTTaB1xE-26" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" vertex="1" parent="zWVsQeZAL-qWRTTaB1xE-21">
<mxCell id="zWVsQeZAL-qWRTTaB1xE-26" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" parent="zWVsQeZAL-qWRTTaB1xE-21" vertex="1">
<mxGeometry x="2.485207100591696" y="2.5" width="137.51479289940826" height="33.33333333333333" as="geometry" />
</mxCell>
<mxCell id="zWVsQeZAL-qWRTTaB1xE-27" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 15px&quot; face=&quot;Gloria Hallelujah&quot;&gt;RANDAO&lt;/font&gt;" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" vertex="1" parent="zWVsQeZAL-qWRTTaB1xE-21">
<mxCell id="zWVsQeZAL-qWRTTaB1xE-27" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 15px&quot; face=&quot;Gloria Hallelujah&quot;&gt;RANDAO&lt;/font&gt;" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" parent="zWVsQeZAL-qWRTTaB1xE-21" vertex="1">
<mxGeometry x="2.485207100591696" width="137.51479289940826" height="33.33333333333333" as="geometry" />
</mxCell>
<mxCell id="zWVsQeZAL-qWRTTaB1xE-28" value="" style="endArrow=none;dashed=1;html=1;rounded=0;strokeWidth=2;" edge="1" parent="zWVsQeZAL-qWRTTaB1xE-21">
<mxCell id="zWVsQeZAL-qWRTTaB1xE-28" value="" style="endArrow=none;dashed=1;html=1;rounded=0;strokeWidth=2;" parent="zWVsQeZAL-qWRTTaB1xE-21" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="80" y="-60" as="sourcePoint" />
<mxPoint x="80" y="80" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="zWVsQeZAL-qWRTTaB1xE-29" value="&lt;div style=&quot;font-size: 18px&quot; align=&quot;right&quot;&gt;&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;Epoch &lt;/font&gt;N + 2&lt;/font&gt;&lt;font style=&quot;font-size: 18px&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;" vertex="1" parent="zWVsQeZAL-qWRTTaB1xE-21">
<mxCell id="zWVsQeZAL-qWRTTaB1xE-29" value="&lt;div style=&quot;font-size: 18px&quot; align=&quot;right&quot;&gt;&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;Epoch &lt;/font&gt;N + 2&lt;/font&gt;&lt;font style=&quot;font-size: 18px&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;" parent="zWVsQeZAL-qWRTTaB1xE-21" vertex="1">
<mxGeometry x="-88" y="-75" width="130" height="60" as="geometry" />
</mxCell>
<mxCell id="zWVsQeZAL-qWRTTaB1xE-30" value="" style="group" vertex="1" connectable="0" parent="qMGTfqW7NC3uwpry6LCC-1">
<mxCell id="zWVsQeZAL-qWRTTaB1xE-30" value="" style="group" parent="qMGTfqW7NC3uwpry6LCC-1" vertex="1" connectable="0">
<mxGeometry x="681" y="227" width="140" height="50" as="geometry" />
</mxCell>
<mxCell id="zWVsQeZAL-qWRTTaB1xE-31" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" vertex="1" parent="zWVsQeZAL-qWRTTaB1xE-30">
<mxCell id="zWVsQeZAL-qWRTTaB1xE-31" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" parent="zWVsQeZAL-qWRTTaB1xE-30" vertex="1">
<mxGeometry y="16.66666666666663" width="137.51479289940826" height="33.33333333333333" as="geometry" />
</mxCell>
<mxCell id="zWVsQeZAL-qWRTTaB1xE-32" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" vertex="1" parent="zWVsQeZAL-qWRTTaB1xE-30">
<mxCell id="zWVsQeZAL-qWRTTaB1xE-32" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" parent="zWVsQeZAL-qWRTTaB1xE-30" vertex="1">
<mxGeometry y="12.5" width="137.51479289940826" height="33.33333333333333" as="geometry" />
</mxCell>
<mxCell id="zWVsQeZAL-qWRTTaB1xE-33" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" vertex="1" parent="zWVsQeZAL-qWRTTaB1xE-30">
<mxCell id="zWVsQeZAL-qWRTTaB1xE-33" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" parent="zWVsQeZAL-qWRTTaB1xE-30" vertex="1">
<mxGeometry y="8.333333333333371" width="137.51479289940826" height="33.33333333333333" as="geometry" />
</mxCell>
<mxCell id="zWVsQeZAL-qWRTTaB1xE-34" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" vertex="1" parent="zWVsQeZAL-qWRTTaB1xE-30">
<mxCell id="zWVsQeZAL-qWRTTaB1xE-34" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" parent="zWVsQeZAL-qWRTTaB1xE-30" vertex="1">
<mxGeometry x="0.8284023668639154" y="5" width="137.51479289940826" height="33.33333333333333" as="geometry" />
</mxCell>
<mxCell id="zWVsQeZAL-qWRTTaB1xE-35" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" vertex="1" parent="zWVsQeZAL-qWRTTaB1xE-30">
<mxCell id="zWVsQeZAL-qWRTTaB1xE-35" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" parent="zWVsQeZAL-qWRTTaB1xE-30" vertex="1">
<mxGeometry x="2.485207100591696" y="2.5" width="137.51479289940826" height="33.33333333333333" as="geometry" />
</mxCell>
<mxCell id="zWVsQeZAL-qWRTTaB1xE-36" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 15px&quot; face=&quot;Gloria Hallelujah&quot;&gt;RANDAO&lt;/font&gt;" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" vertex="1" parent="zWVsQeZAL-qWRTTaB1xE-30">
<mxCell id="zWVsQeZAL-qWRTTaB1xE-36" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 15px&quot; face=&quot;Gloria Hallelujah&quot;&gt;RANDAO&lt;/font&gt;" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" parent="zWVsQeZAL-qWRTTaB1xE-30" vertex="1">
<mxGeometry x="2.485207100591696" width="137.51479289940826" height="33.33333333333333" as="geometry" />
</mxCell>
<mxCell id="zWVsQeZAL-qWRTTaB1xE-37" value="" style="endArrow=none;dashed=1;html=1;rounded=0;strokeWidth=2;" edge="1" parent="zWVsQeZAL-qWRTTaB1xE-30">
<mxCell id="zWVsQeZAL-qWRTTaB1xE-37" value="" style="endArrow=none;dashed=1;html=1;rounded=0;strokeWidth=2;" parent="zWVsQeZAL-qWRTTaB1xE-30" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="80" y="-60" as="sourcePoint" />
<mxPoint x="80" y="80" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="zWVsQeZAL-qWRTTaB1xE-38" value="&lt;div style=&quot;font-size: 18px&quot; align=&quot;right&quot;&gt;&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;Epoch &lt;/font&gt;N + 3&lt;/font&gt;&lt;/div&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;" vertex="1" parent="zWVsQeZAL-qWRTTaB1xE-30">
<mxCell id="zWVsQeZAL-qWRTTaB1xE-38" value="&lt;div style=&quot;font-size: 18px&quot; align=&quot;right&quot;&gt;&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;Epoch &lt;/font&gt;N + 3&lt;/font&gt;&lt;/div&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;" parent="zWVsQeZAL-qWRTTaB1xE-30" vertex="1">
<mxGeometry x="-87" y="-74" width="130" height="60" as="geometry" />
</mxCell>
<mxCell id="zWVsQeZAL-qWRTTaB1xE-39" value="" style="endArrow=classic;html=1;rounded=1;sketch=1;fontSize=18;" edge="1" parent="qMGTfqW7NC3uwpry6LCC-1">
<mxCell id="zWVsQeZAL-qWRTTaB1xE-39" value="" style="endArrow=classic;html=1;rounded=1;sketch=1;fontSize=18;" parent="qMGTfqW7NC3uwpry6LCC-1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="446" y="247" as="sourcePoint" />
<mxPoint x="493" y="247" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="zWVsQeZAL-qWRTTaB1xE-40" value="" style="endArrow=classic;html=1;rounded=1;sketch=1;fontSize=18;" edge="1" parent="qMGTfqW7NC3uwpry6LCC-1">
<mxCell id="zWVsQeZAL-qWRTTaB1xE-40" value="" style="endArrow=classic;html=1;rounded=1;sketch=1;fontSize=18;" parent="qMGTfqW7NC3uwpry6LCC-1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="634" y="251.5" as="sourcePoint" />
<mxPoint x="681" y="251.5" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="zWVsQeZAL-qWRTTaB1xE-41" value="" style="group" vertex="1" connectable="0" parent="qMGTfqW7NC3uwpry6LCC-1">
<mxCell id="zWVsQeZAL-qWRTTaB1xE-41" value="" style="group" parent="qMGTfqW7NC3uwpry6LCC-1" vertex="1" connectable="0">
<mxGeometry x="882" y="227" width="140" height="50" as="geometry" />
</mxCell>
<mxCell id="zWVsQeZAL-qWRTTaB1xE-42" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" vertex="1" parent="zWVsQeZAL-qWRTTaB1xE-41">
<mxCell id="zWVsQeZAL-qWRTTaB1xE-42" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" parent="zWVsQeZAL-qWRTTaB1xE-41" vertex="1">
<mxGeometry y="16.66666666666663" width="137.51479289940826" height="33.33333333333333" as="geometry" />
</mxCell>
<mxCell id="zWVsQeZAL-qWRTTaB1xE-43" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" vertex="1" parent="zWVsQeZAL-qWRTTaB1xE-41">
<mxCell id="zWVsQeZAL-qWRTTaB1xE-43" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" parent="zWVsQeZAL-qWRTTaB1xE-41" vertex="1">
<mxGeometry y="12.5" width="137.51479289940826" height="33.33333333333333" as="geometry" />
</mxCell>
<mxCell id="zWVsQeZAL-qWRTTaB1xE-44" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" vertex="1" parent="zWVsQeZAL-qWRTTaB1xE-41">
<mxCell id="zWVsQeZAL-qWRTTaB1xE-44" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" parent="zWVsQeZAL-qWRTTaB1xE-41" vertex="1">
<mxGeometry y="8.333333333333371" width="137.51479289940826" height="33.33333333333333" as="geometry" />
</mxCell>
<mxCell id="zWVsQeZAL-qWRTTaB1xE-45" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" vertex="1" parent="zWVsQeZAL-qWRTTaB1xE-41">
<mxCell id="zWVsQeZAL-qWRTTaB1xE-45" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" parent="zWVsQeZAL-qWRTTaB1xE-41" vertex="1">
<mxGeometry x="0.8284023668639154" y="5" width="137.51479289940826" height="33.33333333333333" as="geometry" />
</mxCell>
<mxCell id="zWVsQeZAL-qWRTTaB1xE-46" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" vertex="1" parent="zWVsQeZAL-qWRTTaB1xE-41">
<mxCell id="zWVsQeZAL-qWRTTaB1xE-46" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" parent="zWVsQeZAL-qWRTTaB1xE-41" vertex="1">
<mxGeometry x="2.485207100591696" y="2.5" width="137.51479289940826" height="33.33333333333333" as="geometry" />
</mxCell>
<mxCell id="zWVsQeZAL-qWRTTaB1xE-47" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 15px&quot; face=&quot;Gloria Hallelujah&quot;&gt;RANDAO&lt;/font&gt;" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" vertex="1" parent="zWVsQeZAL-qWRTTaB1xE-41">
<mxCell id="zWVsQeZAL-qWRTTaB1xE-47" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 15px&quot; face=&quot;Gloria Hallelujah&quot;&gt;RANDAO&lt;/font&gt;" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" parent="zWVsQeZAL-qWRTTaB1xE-41" vertex="1">
<mxGeometry x="2.485207100591696" width="137.51479289940826" height="33.33333333333333" as="geometry" />
</mxCell>
<mxCell id="zWVsQeZAL-qWRTTaB1xE-48" value="" style="endArrow=none;dashed=1;html=1;rounded=0;strokeWidth=2;" edge="1" parent="zWVsQeZAL-qWRTTaB1xE-41">
<mxCell id="zWVsQeZAL-qWRTTaB1xE-48" value="" style="endArrow=none;dashed=1;html=1;rounded=0;strokeWidth=2;" parent="zWVsQeZAL-qWRTTaB1xE-41" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="80" y="-60" as="sourcePoint" />
<mxPoint x="78" y="80" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="zWVsQeZAL-qWRTTaB1xE-49" value="&lt;div style=&quot;font-size: 18px&quot; align=&quot;right&quot;&gt;&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;Epoch &lt;/font&gt;N + 4&lt;/font&gt;&lt;font style=&quot;font-size: 18px&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;" vertex="1" parent="zWVsQeZAL-qWRTTaB1xE-41">
<mxCell id="zWVsQeZAL-qWRTTaB1xE-49" value="&lt;div style=&quot;font-size: 18px&quot; align=&quot;right&quot;&gt;&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;Epoch &lt;/font&gt;N + 4&lt;/font&gt;&lt;font style=&quot;font-size: 18px&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;" parent="zWVsQeZAL-qWRTTaB1xE-41" vertex="1">
<mxGeometry x="-88" y="-74" width="130" height="60" as="geometry" />
</mxCell>
<mxCell id="zWVsQeZAL-qWRTTaB1xE-50" value="" style="group" vertex="1" connectable="0" parent="qMGTfqW7NC3uwpry6LCC-1">
<mxCell id="zWVsQeZAL-qWRTTaB1xE-50" value="" style="group" parent="qMGTfqW7NC3uwpry6LCC-1" vertex="1" connectable="0">
<mxGeometry x="1083" y="227" width="140" height="50" as="geometry" />
</mxCell>
<mxCell id="zWVsQeZAL-qWRTTaB1xE-51" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" vertex="1" parent="zWVsQeZAL-qWRTTaB1xE-50">
<mxCell id="zWVsQeZAL-qWRTTaB1xE-51" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" parent="zWVsQeZAL-qWRTTaB1xE-50" vertex="1">
<mxGeometry y="16.66666666666663" width="137.51479289940826" height="33.33333333333333" as="geometry" />
</mxCell>
<mxCell id="zWVsQeZAL-qWRTTaB1xE-52" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" vertex="1" parent="zWVsQeZAL-qWRTTaB1xE-50">
<mxCell id="zWVsQeZAL-qWRTTaB1xE-52" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" parent="zWVsQeZAL-qWRTTaB1xE-50" vertex="1">
<mxGeometry y="12.5" width="137.51479289940826" height="33.33333333333333" as="geometry" />
</mxCell>
<mxCell id="zWVsQeZAL-qWRTTaB1xE-53" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" vertex="1" parent="zWVsQeZAL-qWRTTaB1xE-50">
<mxCell id="zWVsQeZAL-qWRTTaB1xE-53" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" parent="zWVsQeZAL-qWRTTaB1xE-50" vertex="1">
<mxGeometry y="8.333333333333371" width="137.51479289940826" height="33.33333333333333" as="geometry" />
</mxCell>
<mxCell id="zWVsQeZAL-qWRTTaB1xE-54" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" vertex="1" parent="zWVsQeZAL-qWRTTaB1xE-50">
<mxCell id="zWVsQeZAL-qWRTTaB1xE-54" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" parent="zWVsQeZAL-qWRTTaB1xE-50" vertex="1">
<mxGeometry x="0.8284023668639154" y="5" width="137.51479289940826" height="33.33333333333333" as="geometry" />
</mxCell>
<mxCell id="zWVsQeZAL-qWRTTaB1xE-55" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" vertex="1" parent="zWVsQeZAL-qWRTTaB1xE-50">
<mxCell id="zWVsQeZAL-qWRTTaB1xE-55" value="" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" parent="zWVsQeZAL-qWRTTaB1xE-50" vertex="1">
<mxGeometry x="2.485207100591696" y="2.5" width="137.51479289940826" height="33.33333333333333" as="geometry" />
</mxCell>
<mxCell id="zWVsQeZAL-qWRTTaB1xE-56" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 15px&quot; face=&quot;Gloria Hallelujah&quot;&gt;RANDAO&lt;/font&gt;" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" vertex="1" parent="zWVsQeZAL-qWRTTaB1xE-50">
<mxCell id="zWVsQeZAL-qWRTTaB1xE-56" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 15px&quot; face=&quot;Gloria Hallelujah&quot;&gt;RANDAO&lt;/font&gt;" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" parent="zWVsQeZAL-qWRTTaB1xE-50" vertex="1">
<mxGeometry x="2.485207100591696" width="137.51479289940826" height="33.33333333333333" as="geometry" />
</mxCell>
<mxCell id="zWVsQeZAL-qWRTTaB1xE-57" value="" style="endArrow=none;dashed=1;html=1;rounded=0;strokeWidth=2;" edge="1" parent="zWVsQeZAL-qWRTTaB1xE-50">
<mxCell id="zWVsQeZAL-qWRTTaB1xE-57" value="" style="endArrow=none;dashed=1;html=1;rounded=0;strokeWidth=2;" parent="zWVsQeZAL-qWRTTaB1xE-50" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="80" y="-60" as="sourcePoint" />
<mxPoint x="80" y="80" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="zWVsQeZAL-qWRTTaB1xE-58" value="&lt;div style=&quot;font-size: 18px&quot; align=&quot;right&quot;&gt;&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;Epoch &lt;/font&gt;N + 5&lt;/font&gt;&lt;font style=&quot;font-size: 18px&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;" vertex="1" parent="zWVsQeZAL-qWRTTaB1xE-50">
<mxCell id="zWVsQeZAL-qWRTTaB1xE-58" value="&lt;div style=&quot;font-size: 18px&quot; align=&quot;right&quot;&gt;&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 18px&quot; face=&quot;Gloria Hallelujah&quot;&gt;Epoch &lt;/font&gt;N + 5&lt;/font&gt;&lt;font style=&quot;font-size: 18px&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;" parent="zWVsQeZAL-qWRTTaB1xE-50" vertex="1">
<mxGeometry x="-88" y="-74" width="130" height="60" as="geometry" />
</mxCell>
<mxCell id="zWVsQeZAL-qWRTTaB1xE-59" value="" style="shape=curlyBracket;whiteSpace=wrap;html=1;rounded=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=18;fillColor=none;rotation=-90;" vertex="1" parent="qMGTfqW7NC3uwpry6LCC-1">
<mxCell id="zWVsQeZAL-qWRTTaB1xE-59" value="" style="shape=curlyBracket;whiteSpace=wrap;html=1;rounded=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=18;fillColor=none;rotation=-90;" parent="qMGTfqW7NC3uwpry6LCC-1" vertex="1">
<mxGeometry x="453" y="220" width="20" height="200" as="geometry" />
</mxCell>
<mxCell id="zWVsQeZAL-qWRTTaB1xE-60" value="" style="endArrow=classic;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=18;exitX=0.418;exitY=1.09;exitDx=0;exitDy=0;exitPerimeter=0;entryX=0.1;entryY=0.5;entryDx=0;entryDy=0;entryPerimeter=0;curved=1;" edge="1" parent="qMGTfqW7NC3uwpry6LCC-1" source="qMGTfqW7NC3uwpry6LCC-26" target="zWVsQeZAL-qWRTTaB1xE-59">
<mxCell id="zWVsQeZAL-qWRTTaB1xE-60" value="" style="endArrow=classic;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=18;exitX=0.418;exitY=1.09;exitDx=0;exitDy=0;exitPerimeter=0;entryX=0.1;entryY=0.5;entryDx=0;entryDy=0;entryPerimeter=0;curved=1;" parent="qMGTfqW7NC3uwpry6LCC-1" source="qMGTfqW7NC3uwpry6LCC-26" target="zWVsQeZAL-qWRTTaB1xE-59" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="820" y="440" as="sourcePoint" />
<mxPoint x="870" y="390" as="targetPoint" />
@@ -549,16 +552,16 @@
</Array>
</mxGeometry>
</mxCell>
<mxCell id="zWVsQeZAL-qWRTTaB1xE-61" value="MIN_SEED_LOOKAHEAD" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=18;" vertex="1" parent="qMGTfqW7NC3uwpry6LCC-1">
<mxCell id="zWVsQeZAL-qWRTTaB1xE-61" value="MIN_SEED_LOOKAHEAD" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=18;" parent="qMGTfqW7NC3uwpry6LCC-1" vertex="1">
<mxGeometry x="200" y="370" width="240" height="30" as="geometry" />
</mxCell>
<mxCell id="zWVsQeZAL-qWRTTaB1xE-62" value="Duties" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=18;" vertex="1" parent="qMGTfqW7NC3uwpry6LCC-1">
<mxCell id="zWVsQeZAL-qWRTTaB1xE-62" value="Duties" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=18;" parent="qMGTfqW7NC3uwpry6LCC-1" vertex="1">
<mxGeometry x="430" y="290" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="zWVsQeZAL-qWRTTaB1xE-63" value="Exit" style="text;html=1;strokeColor=default;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=18;" vertex="1" parent="qMGTfqW7NC3uwpry6LCC-1">
<mxCell id="zWVsQeZAL-qWRTTaB1xE-63" value="Exit" style="text;html=1;strokeColor=default;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=18;" parent="qMGTfqW7NC3uwpry6LCC-1" vertex="1">
<mxGeometry x="250" y="290" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="zWVsQeZAL-qWRTTaB1xE-64" value="" style="endArrow=classic;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=18;exitX=0.5;exitY=1;exitDx=0;exitDy=0;curved=1;" edge="1" parent="qMGTfqW7NC3uwpry6LCC-1" source="zWVsQeZAL-qWRTTaB1xE-63">
<mxCell id="zWVsQeZAL-qWRTTaB1xE-64" value="" style="endArrow=classic;html=1;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=18;exitX=0.5;exitY=1;exitDx=0;exitDy=0;curved=1;" parent="qMGTfqW7NC3uwpry6LCC-1" source="zWVsQeZAL-qWRTTaB1xE-63" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="172.0336094674558" y="289.9999999999998" as="sourcePoint" />
<mxPoint x="1160" y="280" as="targetPoint" />
@@ -570,14 +573,14 @@
</Array>
</mxGeometry>
</mxCell>
<mxCell id="zWVsQeZAL-qWRTTaB1xE-65" value="MAX_SEED_LOOKAHEAD" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=18;" vertex="1" parent="qMGTfqW7NC3uwpry6LCC-1">
<mxCell id="zWVsQeZAL-qWRTTaB1xE-65" value="MAX_SEED_LOOKAHEAD" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;sketch=1;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;fontSize=18;" parent="qMGTfqW7NC3uwpry6LCC-1" vertex="1">
<mxGeometry x="642" y="371" width="240" height="30" as="geometry" />
</mxCell>
</root>
</mxGraphModel>
</diagram>
<diagram name="assignments" id="J6UfZ9x_tjTnBra0YhFz">
<mxGraphModel dx="2062" dy="1091" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
<mxGraphModel dx="2074" dy="1093" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
<root>
<mxCell id="-OaIqKQ1XXxw7gQaKjo3-0" />
<mxCell id="-OaIqKQ1XXxw7gQaKjo3-1" parent="-OaIqKQ1XXxw7gQaKjo3-0" />
@@ -608,7 +611,7 @@
<mxCell id="-OaIqKQ1XXxw7gQaKjo3-8" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 15px&quot; face=&quot;Gloria Hallelujah&quot;&gt;RANDAO&lt;/font&gt;" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" parent="-OaIqKQ1XXxw7gQaKjo3-2" vertex="1">
<mxGeometry x="2.485207100591696" width="137.51479289940826" height="33.33333333333333" as="geometry" />
</mxCell>
<mxCell id="-OaIqKQ1XXxw7gQaKjo3-9" value="Shuffle" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=#FFFFFF;fontSize=18;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;" parent="-OaIqKQ1XXxw7gQaKjo3-1" vertex="1">
<mxCell id="-OaIqKQ1XXxw7gQaKjo3-9" value="Shuffle" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=none;fontSize=18;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;" parent="-OaIqKQ1XXxw7gQaKjo3-1" vertex="1">
<mxGeometry x="237" y="101" width="50" height="90" as="geometry" />
</mxCell>
<mxCell id="-OaIqKQ1XXxw7gQaKjo3-10" value="" style="group" parent="-OaIqKQ1XXxw7gQaKjo3-1" vertex="1" connectable="0">
@@ -632,7 +635,7 @@
<mxCell id="-OaIqKQ1XXxw7gQaKjo3-16" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 15px&quot; face=&quot;Gloria Hallelujah&quot;&gt;RANDAO&lt;/font&gt;" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" parent="-OaIqKQ1XXxw7gQaKjo3-10" vertex="1">
<mxGeometry x="2.485207100591696" width="137.51479289940826" height="33.33333333333333" as="geometry" />
</mxCell>
<mxCell id="-OaIqKQ1XXxw7gQaKjo3-17" value="Shuffle" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=#FFFFFF;fontSize=18;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;" parent="-OaIqKQ1XXxw7gQaKjo3-1" vertex="1">
<mxCell id="-OaIqKQ1XXxw7gQaKjo3-17" value="Shuffle" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=none;fontSize=18;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;" parent="-OaIqKQ1XXxw7gQaKjo3-1" vertex="1">
<mxGeometry x="760" y="101" width="50" height="90" as="geometry" />
</mxCell>
<mxCell id="-OaIqKQ1XXxw7gQaKjo3-18" value="" style="group" parent="-OaIqKQ1XXxw7gQaKjo3-1" vertex="1" connectable="0">
@@ -656,7 +659,7 @@
<mxCell id="-OaIqKQ1XXxw7gQaKjo3-24" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 15px&quot; face=&quot;Gloria Hallelujah&quot;&gt;RANDAO&lt;/font&gt;" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=#FFFFFF;size=50;flipH=1;" parent="-OaIqKQ1XXxw7gQaKjo3-18" vertex="1">
<mxGeometry x="2.485207100591696" width="137.51479289940826" height="33.33333333333333" as="geometry" />
</mxCell>
<mxCell id="-OaIqKQ1XXxw7gQaKjo3-25" value="Shuffle" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=#FFFFFF;fontSize=18;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;" parent="-OaIqKQ1XXxw7gQaKjo3-1" vertex="1">
<mxCell id="-OaIqKQ1XXxw7gQaKjo3-25" value="Shuffle" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=none;fontSize=18;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;" parent="-OaIqKQ1XXxw7gQaKjo3-1" vertex="1">
<mxGeometry x="499" y="101" width="50" height="90" as="geometry" />
</mxCell>
<mxCell id="-OaIqKQ1XXxw7gQaKjo3-26" value="" style="group" parent="-OaIqKQ1XXxw7gQaKjo3-1" vertex="1" connectable="0">
@@ -735,7 +738,7 @@
</mxGraphModel>
</diagram>
<diagram name="biasing" id="zNCZAXDOVUM5ArkgnnUi">
<mxGraphModel dx="1550" dy="824" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
<mxGraphModel dx="2074" dy="1093" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
<root>
<mxCell id="Br0F9SQlvXlEajWeKsqW-0" />
<mxCell id="Br0F9SQlvXlEajWeKsqW-1" parent="Br0F9SQlvXlEajWeKsqW-0" />
@@ -766,7 +769,7 @@
<mxCell id="Br0F9SQlvXlEajWeKsqW-9" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 15px&quot; face=&quot;Gloria Hallelujah&quot;&gt;RANDAO&lt;/font&gt;" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=default;size=50;flipH=1;" parent="Br0F9SQlvXlEajWeKsqW-3" vertex="1">
<mxGeometry x="2.485207100591696" width="137.51479289940826" height="33.33333333333333" as="geometry" />
</mxCell>
<mxCell id="Br0F9SQlvXlEajWeKsqW-10" value="Shuffle" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=#FFFFFF;fontSize=18;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;" parent="Br0F9SQlvXlEajWeKsqW-1" vertex="1">
<mxCell id="Br0F9SQlvXlEajWeKsqW-10" value="Shuffle" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=none;fontSize=18;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;" parent="Br0F9SQlvXlEajWeKsqW-1" vertex="1">
<mxGeometry x="237" y="101" width="50" height="90" as="geometry" />
</mxCell>
<mxCell id="Br0F9SQlvXlEajWeKsqW-11" value="" style="group" parent="Br0F9SQlvXlEajWeKsqW-1" vertex="1" connectable="0">
@@ -811,7 +814,7 @@
<mxCell id="Br0F9SQlvXlEajWeKsqW-25" value="&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Gloria+Hallelujah&quot; style=&quot;font-size: 15px&quot; face=&quot;Gloria Hallelujah&quot;&gt;RANDAO&lt;/font&gt;" style="shape=parallelogram;perimeter=parallelogramPerimeter;whiteSpace=wrap;html=1;fixedSize=1;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=#FFFFFF;size=50;flipH=1;" parent="Br0F9SQlvXlEajWeKsqW-19" vertex="1">
<mxGeometry x="2.485207100591696" width="137.51479289940826" height="33.33333333333333" as="geometry" />
</mxCell>
<mxCell id="Br0F9SQlvXlEajWeKsqW-26" value="Shuffle" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=#FFFFFF;fontSize=18;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;" parent="Br0F9SQlvXlEajWeKsqW-1" vertex="1">
<mxCell id="Br0F9SQlvXlEajWeKsqW-26" value="Shuffle" style="shape=umlActor;verticalLabelPosition=bottom;verticalAlign=top;html=1;outlineConnect=0;rounded=1;sketch=1;fillStyle=solid;strokeWidth=1;fillColor=none;fontSize=18;fontFamily=Gloria Hallelujah;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;" parent="Br0F9SQlvXlEajWeKsqW-1" vertex="1">
<mxGeometry x="508.5" y="75" width="41.5" height="70" as="geometry" />
</mxCell>
<mxCell id="Br0F9SQlvXlEajWeKsqW-34" value="" style="endArrow=classic;html=1;rounded=1;sketch=1;fontSize=18;" parent="Br0F9SQlvXlEajWeKsqW-1" target="Br0F9SQlvXlEajWeKsqW-10" edge="1">
@@ -905,42 +908,180 @@
</root>
</mxGraphModel>
</diagram>
<diagram name="tail_probabilities" id="WodM20XH320ecXuSuGQy">
<mxGraphModel dx="2062" dy="1091" grid="1" gridSize="10" guides="0" tooltips="1" connect="0" arrows="0" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169" math="1" shadow="0">
<diagram id="XS_YRVdV8BTXqfLbKoKn" name="tail_probabilities">
<mxGraphModel dx="2074" dy="1093" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
<root>
<mxCell id="OlGppBGRmzySGmwfM1CP-0" />
<mxCell id="OlGppBGRmzySGmwfM1CP-1" parent="OlGppBGRmzySGmwfM1CP-0" />
<mxCell id="OlGppBGRmzySGmwfM1CP-2" value="&lt;font style=&quot;font-size: 24px&quot;&gt;$$\begin{array}{ccccc}q_0q_0 &amp;amp; q_1q_0 &amp;amp; q_2q_0 &amp;amp; q_3q_0 &amp;amp; \cdots \\ q_0q_1 &amp;amp; q_1q_1 &amp;amp; q_2q_1 &amp;amp; q_3q_1 &amp;amp; \cdots \\ q_0q_2 &amp;amp; q_1q_2 &amp;amp; q_2q_2 &amp;amp; q_3q_2 &amp;amp; \cdots \\ q_0q_3 &amp;amp; q_1q_3 &amp;amp; q_2q_3 &amp;amp; q_3q_3 &amp;amp; \cdots \\ \vdots &amp;amp; \vdots &amp;amp; \vdots &amp;amp; \vdots &amp;amp; \ddots \end{array}$$&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=left;verticalAlign=middle;whiteSpace=wrap;rounded=0;" vertex="1" parent="OlGppBGRmzySGmwfM1CP-1">
<mxGeometry x="154" y="80" width="386" height="230" as="geometry" />
<mxCell id="0" />
<mxCell id="1" parent="0" />
<mxCell id="_HNzgkMeMQpUMF2YSLqv-1" value="" style="rounded=0;whiteSpace=wrap;html=1;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=40;fillStyle=hatch;fillColor=#000000;sketch=1;curveFitting=1;jiggle=2;strokeColor=none;" vertex="1" parent="1">
<mxGeometry x="300" y="80" width="90" height="225" as="geometry" />
</mxCell>
<mxCell id="OlGppBGRmzySGmwfM1CP-4" value="" style="rounded=0;whiteSpace=wrap;html=1;fontFamily=Helvetica;fontSize=24;fillColor=#000000;strokeColor=none;sketch=1;fillStyle=hachure;" vertex="1" parent="OlGppBGRmzySGmwfM1CP-1">
<mxGeometry x="150" y="169" width="230" height="40" as="geometry" />
<mxCell id="_HNzgkMeMQpUMF2YSLqv-2" value="" style="rounded=0;whiteSpace=wrap;html=1;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=40;fillStyle=hatch;fillColor=#000000;sketch=1;curveFitting=1;jiggle=2;strokeColor=none;direction=south;" vertex="1" parent="1">
<mxGeometry x="117" y="238" width="273" height="65.5" as="geometry" />
</mxCell>
<mxCell id="rXlCiUpcVz0cTzAc9u2j-0" value="" style="rounded=0;whiteSpace=wrap;html=1;fontFamily=Helvetica;fontSize=24;fillColor=#000000;strokeColor=none;sketch=1;fillStyle=hachure;rotation=90;" vertex="1" parent="OlGppBGRmzySGmwfM1CP-1">
<mxGeometry x="282.68" y="111.95" width="124.62" height="70" as="geometry" />
<mxCell id="F-oUxv5HZFVj-1uGhoQn-1" value="&lt;font style=&quot;font-size: 30px;&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Edu+VIC+WA+NT+Beginner&quot; face=&quot;Edu VIC WA NT Beginner&quot;&gt;q&lt;sub&gt;0&lt;/sub&gt;q&lt;sub&gt;0&lt;/sub&gt;&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontFamily=Gloria Hallelujah;fontSize=18;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;" vertex="1" parent="1">
<mxGeometry x="120" y="90" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="yPApOQt5c0736Cm5rUYj-1" value="&lt;font style=&quot;font-size: 30px;&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Edu+VIC+WA+NT+Beginner&quot; face=&quot;Edu VIC WA NT Beginner&quot;&gt;q&lt;sub&gt;1&lt;/sub&gt;q&lt;sub&gt;0&lt;/sub&gt;&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontFamily=Gloria Hallelujah;fontSize=18;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;" vertex="1" parent="1">
<mxGeometry x="217" y="90" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="yPApOQt5c0736Cm5rUYj-2" value="&lt;font style=&quot;font-size: 30px;&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Edu+VIC+WA+NT+Beginner&quot; face=&quot;Edu VIC WA NT Beginner&quot;&gt;q&lt;sub&gt;2&lt;/sub&gt;q&lt;sub&gt;0&lt;/sub&gt;&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontFamily=Gloria Hallelujah;fontSize=18;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;" vertex="1" parent="1">
<mxGeometry x="313" y="90" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="yPApOQt5c0736Cm5rUYj-3" value="&lt;font style=&quot;font-size: 30px;&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Edu+VIC+WA+NT+Beginner&quot; face=&quot;Edu VIC WA NT Beginner&quot;&gt;q&lt;sub&gt;3&lt;/sub&gt;q&lt;sub&gt;0&lt;/sub&gt;&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontFamily=Gloria Hallelujah;fontSize=18;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;" vertex="1" parent="1">
<mxGeometry x="410" y="90" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="q3_VsMvT4lDqEucXj3rh-13" value="&lt;font style=&quot;font-size: 30px;&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Edu+VIC+WA+NT+Beginner&quot; face=&quot;Edu VIC WA NT Beginner&quot;&gt;q&lt;sub&gt;0&lt;/sub&gt;q&lt;sub&gt;1&lt;/sub&gt;&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontFamily=Gloria Hallelujah;fontSize=18;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;" vertex="1" parent="1">
<mxGeometry x="120" y="170" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="q3_VsMvT4lDqEucXj3rh-14" value="&lt;font style=&quot;font-size: 30px;&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Edu+VIC+WA+NT+Beginner&quot; face=&quot;Edu VIC WA NT Beginner&quot;&gt;q&lt;sub&gt;1&lt;/sub&gt;q&lt;sub&gt;1&lt;/sub&gt;&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontFamily=Gloria Hallelujah;fontSize=18;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;" vertex="1" parent="1">
<mxGeometry x="217" y="170" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="q3_VsMvT4lDqEucXj3rh-15" value="&lt;font style=&quot;font-size: 30px;&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Edu+VIC+WA+NT+Beginner&quot; face=&quot;Edu VIC WA NT Beginner&quot;&gt;q&lt;sub&gt;2&lt;/sub&gt;q&lt;sub&gt;1&lt;/sub&gt;&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontFamily=Gloria Hallelujah;fontSize=18;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;" vertex="1" parent="1">
<mxGeometry x="313" y="170" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="q3_VsMvT4lDqEucXj3rh-16" value="&lt;font style=&quot;font-size: 30px;&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Edu+VIC+WA+NT+Beginner&quot; face=&quot;Edu VIC WA NT Beginner&quot;&gt;q&lt;sub&gt;3&lt;/sub&gt;q&lt;sub&gt;1&lt;/sub&gt;&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontFamily=Gloria Hallelujah;fontSize=18;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;" vertex="1" parent="1">
<mxGeometry x="410" y="170" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="q3_VsMvT4lDqEucXj3rh-17" value="&lt;font style=&quot;font-size: 30px;&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Edu+VIC+WA+NT+Beginner&quot; face=&quot;Edu VIC WA NT Beginner&quot;&gt;q&lt;sub&gt;0&lt;/sub&gt;q&lt;sub&gt;2&lt;/sub&gt;&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontFamily=Gloria Hallelujah;fontSize=18;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;" vertex="1" parent="1">
<mxGeometry x="120" y="250" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="q3_VsMvT4lDqEucXj3rh-18" value="&lt;font style=&quot;font-size: 30px;&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Edu+VIC+WA+NT+Beginner&quot; face=&quot;Edu VIC WA NT Beginner&quot;&gt;q&lt;sub&gt;1&lt;/sub&gt;q&lt;sub&gt;2&lt;/sub&gt;&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontFamily=Gloria Hallelujah;fontSize=18;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;" vertex="1" parent="1">
<mxGeometry x="217" y="250" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="q3_VsMvT4lDqEucXj3rh-19" value="&lt;font style=&quot;font-size: 30px;&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Edu+VIC+WA+NT+Beginner&quot; face=&quot;Edu VIC WA NT Beginner&quot;&gt;q&lt;sub&gt;2&lt;/sub&gt;q&lt;sub&gt;2&lt;/sub&gt;&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontFamily=Gloria Hallelujah;fontSize=18;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;" vertex="1" parent="1">
<mxGeometry x="313" y="250" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="q3_VsMvT4lDqEucXj3rh-20" value="&lt;font style=&quot;font-size: 30px;&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Edu+VIC+WA+NT+Beginner&quot; face=&quot;Edu VIC WA NT Beginner&quot;&gt;q&lt;sub&gt;3&lt;/sub&gt;q&lt;sub&gt;2&lt;/sub&gt;&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontFamily=Gloria Hallelujah;fontSize=18;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;" vertex="1" parent="1">
<mxGeometry x="410" y="250" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="q3_VsMvT4lDqEucXj3rh-21" value="&lt;font style=&quot;font-size: 30px;&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Edu+VIC+WA+NT+Beginner&quot; face=&quot;Edu VIC WA NT Beginner&quot;&gt;q&lt;sub&gt;0&lt;/sub&gt;q&lt;sub&gt;3&lt;/sub&gt;&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontFamily=Gloria Hallelujah;fontSize=18;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;" vertex="1" parent="1">
<mxGeometry x="120" y="330" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="q3_VsMvT4lDqEucXj3rh-22" value="&lt;font style=&quot;font-size: 30px;&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Edu+VIC+WA+NT+Beginner&quot; face=&quot;Edu VIC WA NT Beginner&quot;&gt;q&lt;sub&gt;1&lt;/sub&gt;q&lt;sub&gt;3&lt;/sub&gt;&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontFamily=Gloria Hallelujah;fontSize=18;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;" vertex="1" parent="1">
<mxGeometry x="217" y="330" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="q3_VsMvT4lDqEucXj3rh-23" value="&lt;font style=&quot;font-size: 30px;&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Edu+VIC+WA+NT+Beginner&quot; face=&quot;Edu VIC WA NT Beginner&quot;&gt;q&lt;sub&gt;2&lt;/sub&gt;q&lt;sub&gt;3&lt;/sub&gt;&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontFamily=Gloria Hallelujah;fontSize=18;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;" vertex="1" parent="1">
<mxGeometry x="313" y="330" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="q3_VsMvT4lDqEucXj3rh-24" value="&lt;font style=&quot;font-size: 30px;&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Edu+VIC+WA+NT+Beginner&quot; face=&quot;Edu VIC WA NT Beginner&quot;&gt;q&lt;sub&gt;3&lt;/sub&gt;q&lt;sub&gt;3&lt;/sub&gt;&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontFamily=Gloria Hallelujah;fontSize=18;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;" vertex="1" parent="1">
<mxGeometry x="410" y="330" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="W35PXmPKD5qdN8JkafT3-1" value="&lt;font style=&quot;font-size: 40px;&quot;&gt;...&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontFamily=Gloria Hallelujah;fontSize=18;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;" vertex="1" parent="1">
<mxGeometry x="481" y="80" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="EPS874LNOq3A1ENOeOVH-1" value="&lt;font style=&quot;font-size: 40px;&quot;&gt;...&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontFamily=Gloria Hallelujah;fontSize=18;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;" vertex="1" parent="1">
<mxGeometry x="481" y="160" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="EPS874LNOq3A1ENOeOVH-2" value="&lt;font style=&quot;font-size: 40px;&quot;&gt;...&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontFamily=Gloria Hallelujah;fontSize=18;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;" vertex="1" parent="1">
<mxGeometry x="481" y="240" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="EPS874LNOq3A1ENOeOVH-3" value="&lt;font style=&quot;font-size: 40px;&quot;&gt;...&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontFamily=Gloria Hallelujah;fontSize=18;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;" vertex="1" parent="1">
<mxGeometry x="481" y="320" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="EPS874LNOq3A1ENOeOVH-8" value="&lt;font style=&quot;font-size: 40px;&quot;&gt;...&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontFamily=Gloria Hallelujah;fontSize=18;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;rotation=90;" vertex="1" parent="1">
<mxGeometry x="130" y="400" width="73" height="30" as="geometry" />
</mxCell>
<mxCell id="EPS874LNOq3A1ENOeOVH-9" value="&lt;font style=&quot;font-size: 40px;&quot;&gt;...&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontFamily=Gloria Hallelujah;fontSize=18;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;rotation=90;" vertex="1" parent="1">
<mxGeometry x="234" y="400" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="EPS874LNOq3A1ENOeOVH-10" value="&lt;font style=&quot;font-size: 40px;&quot;&gt;...&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontFamily=Gloria Hallelujah;fontSize=18;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;rotation=90;" vertex="1" parent="1">
<mxGeometry x="331" y="400" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="EPS874LNOq3A1ENOeOVH-12" value="&lt;font style=&quot;font-size: 40px;&quot;&gt;...&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontFamily=Gloria Hallelujah;fontSize=18;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;rotation=90;" vertex="1" parent="1">
<mxGeometry x="430" y="400" width="56" height="30" as="geometry" />
</mxCell>
<mxCell id="EPS874LNOq3A1ENOeOVH-13" value="&lt;font style=&quot;font-size: 40px;&quot;&gt;...&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontFamily=Gloria Hallelujah;fontSize=18;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;rotation=45;" vertex="1" parent="1">
<mxGeometry x="486" y="390" width="60" height="30" as="geometry" />
</mxCell>
</root>
</mxGraphModel>
</diagram>
<diagram name="propose_probabilities" id="hUCdVNecNrv7cbJVIPE-">
<mxGraphModel dx="2062" dy="1091" grid="1" gridSize="10" guides="0" tooltips="1" connect="0" arrows="0" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169" math="1" shadow="0">
<diagram name="propose_probabilities" id="LQQKf1jeFb_C3ufsO5UT">
<mxGraphModel dx="2074" dy="1093" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
<root>
<mxCell id="9ZgzGJ--RBGphHqgLvyN-0" />
<mxCell id="9ZgzGJ--RBGphHqgLvyN-1" parent="9ZgzGJ--RBGphHqgLvyN-0" />
<mxCell id="9ZgzGJ--RBGphHqgLvyN-2" value="&lt;font style=&quot;font-size: 24px&quot;&gt;$$\begin{array}{ccccc}q_0q_0 &amp;amp; q_1q_0 &amp;amp; q_2q_0 &amp;amp; q_3q_0 &amp;amp; \cdots \\ q_0q_1 &amp;amp; q_1q_1 &amp;amp; q_2q_1 &amp;amp; q_3q_1 &amp;amp; \cdots \\ q_0q_2 &amp;amp; q_1q_2 &amp;amp; q_2q_2 &amp;amp; q_3q_2 &amp;amp; \cdots \\ q_0q_3 &amp;amp; q_1q_3 &amp;amp; q_2q_3 &amp;amp; q_3q_3 &amp;amp; \cdots \\ \vdots &amp;amp; \vdots &amp;amp; \vdots &amp;amp; \vdots &amp;amp; \ddots \end{array}$$&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=left;verticalAlign=middle;whiteSpace=wrap;rounded=0;" parent="9ZgzGJ--RBGphHqgLvyN-1" vertex="1">
<mxGeometry x="154" y="80" width="386" height="230" as="geometry" />
<mxCell id="kwHvX2BhvW1_K1wXGTVH-0" />
<mxCell id="kwHvX2BhvW1_K1wXGTVH-1" parent="kwHvX2BhvW1_K1wXGTVH-0" />
<mxCell id="G5aAERh8Tr2FNnm9MgJj-1" value="" style="rounded=0;whiteSpace=wrap;html=1;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=40;fillStyle=hatch;fillColor=#000000;sketch=1;curveFitting=1;jiggle=2;strokeColor=none;direction=south;" vertex="1" parent="kwHvX2BhvW1_K1wXGTVH-1">
<mxGeometry x="117" y="238" width="363" height="65.5" as="geometry" />
</mxCell>
<mxCell id="9ZgzGJ--RBGphHqgLvyN-4" value="" style="rounded=0;whiteSpace=wrap;html=1;fontFamily=Helvetica;fontSize=24;fillColor=#000000;strokeColor=none;sketch=1;fillStyle=hachure;" parent="9ZgzGJ--RBGphHqgLvyN-1" vertex="1">
<mxGeometry x="150" y="168" width="310" height="42" as="geometry" />
<mxCell id="G5aAERh8Tr2FNnm9MgJj-0" value="" style="rounded=0;whiteSpace=wrap;html=1;fontFamily=Architects Daughter;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DArchitects%2BDaughter;fontSize=40;fillStyle=hatch;fillColor=#000000;sketch=1;curveFitting=1;jiggle=2;strokeColor=none;" vertex="1" parent="kwHvX2BhvW1_K1wXGTVH-1">
<mxGeometry x="393" y="80" width="90" height="225" as="geometry" />
</mxCell>
<mxCell id="c01FJOolTkQI7LFZeQZj-1" value="" style="endArrow=none;dashed=1;html=1;rounded=0;fontFamily=Helvetica;fontSize=24;sketch=1;exitX=0.008;exitY=1.004;exitDx=0;exitDy=0;exitPerimeter=0;" parent="9ZgzGJ--RBGphHqgLvyN-1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="390.55999999999995" y="210.5200000000001" as="sourcePoint" />
<mxPoint x="390" y="210" as="targetPoint" />
</mxGeometry>
<mxCell id="kwHvX2BhvW1_K1wXGTVH-2" value="&lt;font style=&quot;font-size: 30px;&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Edu+VIC+WA+NT+Beginner&quot; face=&quot;Edu VIC WA NT Beginner&quot;&gt;q&lt;sub&gt;0&lt;/sub&gt;q&lt;sub&gt;0&lt;/sub&gt;&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontFamily=Gloria Hallelujah;fontSize=18;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;" vertex="1" parent="kwHvX2BhvW1_K1wXGTVH-1">
<mxGeometry x="120" y="90" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="pfGExFar9z9aeOoWAo2f-0" value="" style="rounded=0;whiteSpace=wrap;html=1;fontFamily=Helvetica;fontSize=24;fillColor=#000000;strokeColor=none;sketch=1;fillStyle=hachure;rotation=90;" vertex="1" parent="9ZgzGJ--RBGphHqgLvyN-1">
<mxGeometry x="366.5" y="113.5" width="120" height="70" as="geometry" />
<mxCell id="kwHvX2BhvW1_K1wXGTVH-3" value="&lt;font style=&quot;font-size: 30px;&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Edu+VIC+WA+NT+Beginner&quot; face=&quot;Edu VIC WA NT Beginner&quot;&gt;q&lt;sub&gt;1&lt;/sub&gt;q&lt;sub&gt;0&lt;/sub&gt;&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontFamily=Gloria Hallelujah;fontSize=18;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;" vertex="1" parent="kwHvX2BhvW1_K1wXGTVH-1">
<mxGeometry x="217" y="90" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="kwHvX2BhvW1_K1wXGTVH-4" value="&lt;font style=&quot;font-size: 30px;&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Edu+VIC+WA+NT+Beginner&quot; face=&quot;Edu VIC WA NT Beginner&quot;&gt;q&lt;sub&gt;2&lt;/sub&gt;q&lt;sub&gt;0&lt;/sub&gt;&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontFamily=Gloria Hallelujah;fontSize=18;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;" vertex="1" parent="kwHvX2BhvW1_K1wXGTVH-1">
<mxGeometry x="313" y="90" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="kwHvX2BhvW1_K1wXGTVH-5" value="&lt;font style=&quot;font-size: 30px;&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Edu+VIC+WA+NT+Beginner&quot; face=&quot;Edu VIC WA NT Beginner&quot;&gt;q&lt;sub&gt;3&lt;/sub&gt;q&lt;sub&gt;0&lt;/sub&gt;&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontFamily=Gloria Hallelujah;fontSize=18;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;" vertex="1" parent="kwHvX2BhvW1_K1wXGTVH-1">
<mxGeometry x="410" y="90" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="kwHvX2BhvW1_K1wXGTVH-6" value="&lt;font style=&quot;font-size: 30px;&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Edu+VIC+WA+NT+Beginner&quot; face=&quot;Edu VIC WA NT Beginner&quot;&gt;q&lt;sub&gt;0&lt;/sub&gt;q&lt;sub&gt;1&lt;/sub&gt;&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontFamily=Gloria Hallelujah;fontSize=18;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;" vertex="1" parent="kwHvX2BhvW1_K1wXGTVH-1">
<mxGeometry x="120" y="170" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="kwHvX2BhvW1_K1wXGTVH-7" value="&lt;font style=&quot;font-size: 30px;&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Edu+VIC+WA+NT+Beginner&quot; face=&quot;Edu VIC WA NT Beginner&quot;&gt;q&lt;sub&gt;1&lt;/sub&gt;q&lt;sub&gt;1&lt;/sub&gt;&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontFamily=Gloria Hallelujah;fontSize=18;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;" vertex="1" parent="kwHvX2BhvW1_K1wXGTVH-1">
<mxGeometry x="217" y="170" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="kwHvX2BhvW1_K1wXGTVH-8" value="&lt;font style=&quot;font-size: 30px;&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Edu+VIC+WA+NT+Beginner&quot; face=&quot;Edu VIC WA NT Beginner&quot;&gt;q&lt;sub&gt;2&lt;/sub&gt;q&lt;sub&gt;1&lt;/sub&gt;&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontFamily=Gloria Hallelujah;fontSize=18;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;" vertex="1" parent="kwHvX2BhvW1_K1wXGTVH-1">
<mxGeometry x="313" y="170" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="kwHvX2BhvW1_K1wXGTVH-9" value="&lt;font style=&quot;font-size: 30px;&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Edu+VIC+WA+NT+Beginner&quot; face=&quot;Edu VIC WA NT Beginner&quot;&gt;q&lt;sub&gt;3&lt;/sub&gt;q&lt;sub&gt;1&lt;/sub&gt;&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontFamily=Gloria Hallelujah;fontSize=18;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;" vertex="1" parent="kwHvX2BhvW1_K1wXGTVH-1">
<mxGeometry x="410" y="170" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="kwHvX2BhvW1_K1wXGTVH-10" value="&lt;font style=&quot;font-size: 30px;&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Edu+VIC+WA+NT+Beginner&quot; face=&quot;Edu VIC WA NT Beginner&quot;&gt;q&lt;sub&gt;0&lt;/sub&gt;q&lt;sub&gt;2&lt;/sub&gt;&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontFamily=Gloria Hallelujah;fontSize=18;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;" vertex="1" parent="kwHvX2BhvW1_K1wXGTVH-1">
<mxGeometry x="120" y="250" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="kwHvX2BhvW1_K1wXGTVH-11" value="&lt;font style=&quot;font-size: 30px;&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Edu+VIC+WA+NT+Beginner&quot; face=&quot;Edu VIC WA NT Beginner&quot;&gt;q&lt;sub&gt;1&lt;/sub&gt;q&lt;sub&gt;2&lt;/sub&gt;&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontFamily=Gloria Hallelujah;fontSize=18;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;" vertex="1" parent="kwHvX2BhvW1_K1wXGTVH-1">
<mxGeometry x="217" y="250" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="kwHvX2BhvW1_K1wXGTVH-12" value="&lt;font style=&quot;font-size: 30px;&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Edu+VIC+WA+NT+Beginner&quot; face=&quot;Edu VIC WA NT Beginner&quot;&gt;q&lt;sub&gt;2&lt;/sub&gt;q&lt;sub&gt;2&lt;/sub&gt;&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontFamily=Gloria Hallelujah;fontSize=18;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;" vertex="1" parent="kwHvX2BhvW1_K1wXGTVH-1">
<mxGeometry x="313" y="250" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="kwHvX2BhvW1_K1wXGTVH-13" value="&lt;font style=&quot;font-size: 30px;&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Edu+VIC+WA+NT+Beginner&quot; face=&quot;Edu VIC WA NT Beginner&quot;&gt;q&lt;sub&gt;3&lt;/sub&gt;q&lt;sub&gt;2&lt;/sub&gt;&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontFamily=Gloria Hallelujah;fontSize=18;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;" vertex="1" parent="kwHvX2BhvW1_K1wXGTVH-1">
<mxGeometry x="410" y="250" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="kwHvX2BhvW1_K1wXGTVH-14" value="&lt;font style=&quot;font-size: 30px;&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Edu+VIC+WA+NT+Beginner&quot; face=&quot;Edu VIC WA NT Beginner&quot;&gt;q&lt;sub&gt;0&lt;/sub&gt;q&lt;sub&gt;3&lt;/sub&gt;&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontFamily=Gloria Hallelujah;fontSize=18;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;" vertex="1" parent="kwHvX2BhvW1_K1wXGTVH-1">
<mxGeometry x="120" y="330" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="kwHvX2BhvW1_K1wXGTVH-15" value="&lt;font style=&quot;font-size: 30px;&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Edu+VIC+WA+NT+Beginner&quot; face=&quot;Edu VIC WA NT Beginner&quot;&gt;q&lt;sub&gt;1&lt;/sub&gt;q&lt;sub&gt;3&lt;/sub&gt;&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontFamily=Gloria Hallelujah;fontSize=18;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;" vertex="1" parent="kwHvX2BhvW1_K1wXGTVH-1">
<mxGeometry x="217" y="330" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="kwHvX2BhvW1_K1wXGTVH-16" value="&lt;font style=&quot;font-size: 30px;&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Edu+VIC+WA+NT+Beginner&quot; face=&quot;Edu VIC WA NT Beginner&quot;&gt;q&lt;sub&gt;2&lt;/sub&gt;q&lt;sub&gt;3&lt;/sub&gt;&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontFamily=Gloria Hallelujah;fontSize=18;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;" vertex="1" parent="kwHvX2BhvW1_K1wXGTVH-1">
<mxGeometry x="313" y="330" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="kwHvX2BhvW1_K1wXGTVH-17" value="&lt;font style=&quot;font-size: 30px;&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Edu+VIC+WA+NT+Beginner&quot; face=&quot;Edu VIC WA NT Beginner&quot;&gt;q&lt;sub&gt;3&lt;/sub&gt;q&lt;sub&gt;3&lt;/sub&gt;&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontFamily=Gloria Hallelujah;fontSize=18;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;" vertex="1" parent="kwHvX2BhvW1_K1wXGTVH-1">
<mxGeometry x="410" y="330" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="kwHvX2BhvW1_K1wXGTVH-18" value="&lt;font style=&quot;font-size: 40px;&quot;&gt;...&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontFamily=Gloria Hallelujah;fontSize=18;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;" vertex="1" parent="kwHvX2BhvW1_K1wXGTVH-1">
<mxGeometry x="481" y="80" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="kwHvX2BhvW1_K1wXGTVH-19" value="&lt;font style=&quot;font-size: 40px;&quot;&gt;...&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontFamily=Gloria Hallelujah;fontSize=18;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;" vertex="1" parent="kwHvX2BhvW1_K1wXGTVH-1">
<mxGeometry x="481" y="160" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="kwHvX2BhvW1_K1wXGTVH-20" value="&lt;font style=&quot;font-size: 40px;&quot;&gt;...&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontFamily=Gloria Hallelujah;fontSize=18;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;" vertex="1" parent="kwHvX2BhvW1_K1wXGTVH-1">
<mxGeometry x="481" y="240" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="kwHvX2BhvW1_K1wXGTVH-21" value="&lt;font style=&quot;font-size: 40px;&quot;&gt;...&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontFamily=Gloria Hallelujah;fontSize=18;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;" vertex="1" parent="kwHvX2BhvW1_K1wXGTVH-1">
<mxGeometry x="481" y="320" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="kwHvX2BhvW1_K1wXGTVH-22" value="&lt;font style=&quot;font-size: 40px;&quot;&gt;...&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontFamily=Gloria Hallelujah;fontSize=18;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;rotation=90;" vertex="1" parent="kwHvX2BhvW1_K1wXGTVH-1">
<mxGeometry x="130" y="400" width="73" height="30" as="geometry" />
</mxCell>
<mxCell id="kwHvX2BhvW1_K1wXGTVH-23" value="&lt;font style=&quot;font-size: 40px;&quot;&gt;...&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontFamily=Gloria Hallelujah;fontSize=18;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;rotation=90;" vertex="1" parent="kwHvX2BhvW1_K1wXGTVH-1">
<mxGeometry x="234" y="400" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="kwHvX2BhvW1_K1wXGTVH-24" value="&lt;font style=&quot;font-size: 40px;&quot;&gt;...&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontFamily=Gloria Hallelujah;fontSize=18;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;rotation=90;" vertex="1" parent="kwHvX2BhvW1_K1wXGTVH-1">
<mxGeometry x="331" y="400" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="kwHvX2BhvW1_K1wXGTVH-25" value="&lt;font style=&quot;font-size: 40px;&quot;&gt;...&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontFamily=Gloria Hallelujah;fontSize=18;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;rotation=90;" vertex="1" parent="kwHvX2BhvW1_K1wXGTVH-1">
<mxGeometry x="430" y="400" width="56" height="30" as="geometry" />
</mxCell>
<mxCell id="kwHvX2BhvW1_K1wXGTVH-26" value="&lt;font style=&quot;font-size: 40px;&quot;&gt;...&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fontFamily=Gloria Hallelujah;fontSize=18;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DGloria%2BHallelujah;rotation=45;" vertex="1" parent="kwHvX2BhvW1_K1wXGTVH-1">
<mxGeometry x="486" y="390" width="60" height="30" as="geometry" />
</mxCell>
</root>
</mxGraphModel>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -39,6 +39,7 @@ export default function HTML(props) {
<meta name="theme-color" content="#ffffff" />
<link rel="stylesheet" type="text/css" href="https://eth2book.info/fonts/fonts.css" />
{props.headComponents}
<script type="module" src="https://eth2book.info/inc/dark-mode-toggle.js" />
<script src={withPrefix('local.js')} />
</head>
<body {...props.bodyAttributes}>

View File

Before

Width:  |  Height:  |  Size: 7.6 KiB

After

Width:  |  Height:  |  Size: 7.6 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 194 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 72 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 276 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 230 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 164 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 149 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 136 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 170 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 165 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 144 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 123 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 155 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 322 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 143 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 492 KiB

After

Width:  |  Height:  |  Size: 491 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 70 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 404 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 124 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 62 KiB

View File

@@ -0,0 +1,178 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="335.03998pt"
height="66pt"
viewBox="0 0 335.03998 66"
version="1.1"
id="svg55"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs23">
<g
id="g21">
<g
id="glyph-0-0" />
<g
id="glyph-0-1">
<path
d="M 2.625 -0.65625 C 2.675781 -0.90625 2.804688 -1.109375 3.015625 -1.265625 C 3.234375 -1.429688 3.476563 -1.578125 3.75 -1.703125 C 4.019531 -1.835938 4.300781 -1.960938 4.59375 -2.078125 C 4.894531 -2.203125 5.171875 -2.328125 5.421875 -2.453125 C 5.671875 -2.585938 5.878906 -2.742188 6.046875 -2.921875 C 6.210938 -3.109375 6.296875 -3.332031 6.296875 -3.59375 C 6.296875 -3.914063 6.207031 -4.1875 6.03125 -4.40625 C 5.863281 -4.625 5.640625 -4.804688 5.359375 -4.953125 C 5.078125 -5.109375 4.753906 -5.238281 4.390625 -5.34375 C 4.035156 -5.445313 3.671875 -5.550781 3.296875 -5.65625 C 2.921875 -5.757813 2.550781 -5.875 2.1875 -6 C 1.832031 -6.132813 1.515625 -6.300781 1.234375 -6.5 C 0.953125 -6.695313 0.726563 -6.929688 0.5625 -7.203125 C 0.394531 -7.484375 0.3125 -7.828125 0.3125 -8.234375 C 0.3125 -8.578125 0.378906 -8.898438 0.515625 -9.203125 C 0.648438 -9.503906 0.832031 -9.789063 1.0625 -10.0625 C 1.300781 -10.332031 1.570313 -10.578125 1.875 -10.796875 C 2.175781 -11.023438 2.492188 -11.21875 2.828125 -11.375 C 3.160156 -11.53125 3.492188 -11.648438 3.828125 -11.734375 C 4.171875 -11.828125 4.484375 -11.875 4.765625 -11.875 L 4.9375 -11.875 C 5.03125 -11.84375 5.15625 -11.789063 5.3125 -11.71875 C 5.46875 -11.644531 5.613281 -11.570313 5.75 -11.5 C 5.894531 -11.4375 6.019531 -11.375 6.125 -11.3125 C 6.226563 -11.257813 6.28125 -11.226563 6.28125 -11.21875 L 6.28125 -10.875 C 6.082031 -10.851563 5.828125 -10.8125 5.515625 -10.75 C 5.210938 -10.695313 4.890625 -10.625 4.546875 -10.53125 C 4.210938 -10.4375 3.867188 -10.320313 3.515625 -10.1875 C 3.171875 -10.050781 2.859375 -9.890625 2.578125 -9.703125 C 2.304688 -9.515625 2.082031 -9.300781 1.90625 -9.0625 C 1.726563 -8.820313 1.640625 -8.546875 1.640625 -8.234375 C 1.640625 -7.796875 1.796875 -7.453125 2.109375 -7.203125 C 2.421875 -6.953125 2.804688 -6.742188 3.265625 -6.578125 C 3.722656 -6.410156 4.226563 -6.257813 4.78125 -6.125 C 5.332031 -6 5.835938 -5.847656 6.296875 -5.671875 C 6.753906 -5.492188 7.132813 -5.257813 7.4375 -4.96875 C 7.75 -4.675781 7.90625 -4.28125 7.90625 -3.78125 C 7.90625 -3.519531 7.828125 -3.242188 7.671875 -2.953125 C 7.515625 -2.660156 7.304688 -2.367188 7.046875 -2.078125 C 6.785156 -1.796875 6.488281 -1.523438 6.15625 -1.265625 C 5.832031 -1.015625 5.5 -0.796875 5.15625 -0.609375 C 4.8125 -0.421875 4.472656 -0.265625 4.140625 -0.140625 C 3.816406 -0.0234375 3.523438 0.03125 3.265625 0.03125 C 3.179688 0.03125 3.09375 0.0195313 3 0 C 2.90625 -0.0195313 2.820313 -0.0507813 2.75 -0.09375 C 2.6875 -0.144531 2.640625 -0.21875 2.609375 -0.3125 C 2.578125 -0.40625 2.582031 -0.519531 2.625 -0.65625 Z M 2.625 -0.65625 "
id="path3" />
</g>
<g
id="glyph-0-2">
<path
d="M 0.3125 -4.28125 C 0.3125 -4.832031 0.375 -5.382813 0.5 -5.9375 C 0.632813 -6.5 0.847656 -7 1.140625 -7.4375 C 1.429688 -7.875 1.8125 -8.234375 2.28125 -8.515625 C 2.75 -8.796875 3.316406 -8.9375 3.984375 -8.9375 C 4.367188 -8.9375 4.703125 -8.863281 4.984375 -8.71875 C 5.273438 -8.582031 5.515625 -8.398438 5.703125 -8.171875 C 5.898438 -7.953125 6.046875 -7.6875 6.140625 -7.375 C 6.242188 -7.070313 6.296875 -6.757813 6.296875 -6.4375 C 6.296875 -5.914063 6.175781 -5.40625 5.9375 -4.90625 C 5.695313 -4.414063 5.375 -3.984375 4.96875 -3.609375 C 4.5625 -3.234375 4.09375 -2.953125 3.5625 -2.765625 C 3.039063 -2.578125 2.507813 -2.53125 1.96875 -2.625 C 1.976563 -2.332031 2.078125 -2.09375 2.265625 -1.90625 C 2.460938 -1.726563 2.691406 -1.59375 2.953125 -1.5 C 3.222656 -1.414063 3.5 -1.359375 3.78125 -1.328125 C 4.070313 -1.304688 4.332031 -1.296875 4.5625 -1.296875 C 4.789063 -1.296875 5.007813 -1.316406 5.21875 -1.359375 C 5.425781 -1.398438 5.628906 -1.445313 5.828125 -1.5 C 6.035156 -1.550781 6.242188 -1.59375 6.453125 -1.625 C 6.671875 -1.664063 6.894531 -1.6875 7.125 -1.6875 C 7.21875 -1.6875 7.3125 -1.679688 7.40625 -1.671875 C 7.5 -1.660156 7.585938 -1.640625 7.671875 -1.609375 C 7.753906 -1.578125 7.816406 -1.519531 7.859375 -1.4375 C 7.910156 -1.363281 7.9375 -1.269531 7.9375 -1.15625 C 7.9375 -0.957031 7.863281 -0.796875 7.71875 -0.671875 C 7.582031 -0.546875 7.398438 -0.4375 7.171875 -0.34375 C 6.953125 -0.25 6.707031 -0.175781 6.4375 -0.125 C 6.175781 -0.0820313 5.921875 -0.046875 5.671875 -0.015625 C 5.421875 0.00390625 5.191406 0.015625 4.984375 0.015625 C 4.773438 0.0234375 4.617188 0.03125 4.515625 0.03125 C 3.859375 0.03125 3.265625 -0.0703125 2.734375 -0.28125 C 2.210938 -0.488281 1.769531 -0.78125 1.40625 -1.15625 C 1.050781 -1.53125 0.78125 -1.984375 0.59375 -2.515625 C 0.40625 -3.046875 0.3125 -3.632813 0.3125 -4.28125 Z M 1.9375 -5.28125 C 1.9375 -4.914063 1.984375 -4.648438 2.078125 -4.484375 C 2.179688 -4.328125 2.421875 -4.25 2.796875 -4.25 C 3.066406 -4.25 3.328125 -4.296875 3.578125 -4.390625 C 3.835938 -4.492188 4.070313 -4.628906 4.28125 -4.796875 C 4.5 -4.972656 4.664063 -5.179688 4.78125 -5.421875 C 4.90625 -5.660156 4.96875 -5.914063 4.96875 -6.1875 C 4.96875 -6.34375 4.953125 -6.5 4.921875 -6.65625 C 4.898438 -6.820313 4.847656 -6.972656 4.765625 -7.109375 C 4.691406 -7.253906 4.585938 -7.367188 4.453125 -7.453125 C 4.328125 -7.546875 4.160156 -7.59375 3.953125 -7.59375 C 3.648438 -7.59375 3.367188 -7.519531 3.109375 -7.375 C 2.859375 -7.238281 2.644531 -7.0625 2.46875 -6.84375 C 2.300781 -6.625 2.171875 -6.378906 2.078125 -6.109375 C 1.984375 -5.835938 1.9375 -5.5625 1.9375 -5.28125 Z M 1.9375 -5.28125 "
id="path6" />
</g>
<g
id="glyph-0-3">
<path
d="M -0.03125 -7.765625 C -0.03125 -7.796875 -0.0234375 -7.820313 -0.015625 -7.84375 C -0.015625 -7.863281 -0.0078125 -7.882813 0 -7.90625 C 0.0390625 -7.957031 0.101563 -8.023438 0.1875 -8.109375 C 0.269531 -8.191406 0.320313 -8.234375 0.34375 -8.234375 L 3.4375 -8.234375 C 3.4375 -8.347656 3.421875 -8.523438 3.390625 -8.765625 C 3.359375 -9.015625 3.328125 -9.285156 3.296875 -9.578125 C 3.273438 -9.878906 3.269531 -10.191406 3.28125 -10.515625 C 3.289063 -10.847656 3.332031 -11.144531 3.40625 -11.40625 C 3.488281 -11.664063 3.613281 -11.878906 3.78125 -12.046875 C 3.945313 -12.210938 4.1875 -12.296875 4.5 -12.296875 C 4.5 -11.265625 4.566406 -10.4375 4.703125 -9.8125 C 4.847656 -9.1875 5.039063 -8.703125 5.28125 -8.359375 C 5.53125 -8.023438 5.804688 -7.804688 6.109375 -7.703125 C 6.421875 -7.597656 6.738281 -7.550781 7.0625 -7.5625 C 7.382813 -7.582031 7.695313 -7.632813 8 -7.71875 C 8.3125 -7.800781 8.585938 -7.851563 8.828125 -7.875 C 9.066406 -7.90625 9.257813 -7.882813 9.40625 -7.8125 C 9.550781 -7.738281 9.625 -7.554688 9.625 -7.265625 C 9.625 -7.046875 9.570313 -6.890625 9.46875 -6.796875 C 9.375 -6.710938 9.191406 -6.644531 8.921875 -6.59375 C 8.835938 -6.582031 8.695313 -6.5625 8.5 -6.53125 C 8.3125 -6.507813 8.097656 -6.488281 7.859375 -6.46875 C 7.628906 -6.445313 7.378906 -6.421875 7.109375 -6.390625 C 6.847656 -6.367188 6.597656 -6.347656 6.359375 -6.328125 C 6.117188 -6.304688 5.898438 -6.289063 5.703125 -6.28125 C 5.515625 -6.28125 5.375 -6.28125 5.28125 -6.28125 C 5.28125 -6.226563 5.273438 -6.140625 5.265625 -6.015625 C 5.253906 -5.890625 5.25 -5.8125 5.25 -5.78125 C 5.25 -5.320313 5.320313 -4.878906 5.46875 -4.453125 C 5.613281 -4.023438 5.769531 -3.601563 5.9375 -3.1875 C 6.101563 -2.769531 6.257813 -2.347656 6.40625 -1.921875 C 6.550781 -1.503906 6.625 -1.066406 6.625 -0.609375 C 6.625 -0.535156 6.613281 -0.453125 6.59375 -0.359375 C 6.582031 -0.273438 6.550781 -0.195313 6.5 -0.125 C 6.457031 -0.0625 6.390625 -0.015625 6.296875 0.015625 C 6.210938 0.0546875 6.09375 0.0507813 5.9375 0 C 5.550781 -0.101563 5.257813 -0.320313 5.0625 -0.65625 C 4.875 -1 4.734375 -1.40625 4.640625 -1.875 C 4.554688 -2.34375 4.5 -2.835938 4.46875 -3.359375 C 4.4375 -3.878906 4.382813 -4.367188 4.3125 -4.828125 C 4.25 -5.285156 4.144531 -5.675781 4 -6 C 3.851563 -6.320313 3.625 -6.519531 3.3125 -6.59375 L 0.34375 -7.265625 C 0.300781 -7.265625 0.238281 -7.304688 0.15625 -7.390625 C 0.0703125 -7.484375 0.0195313 -7.550781 0 -7.59375 C -0.0078125 -7.613281 -0.015625 -7.640625 -0.015625 -7.671875 C -0.0234375 -7.691406 -0.03125 -7.722656 -0.03125 -7.765625 Z M -0.03125 -7.765625 "
id="path9" />
</g>
<g
id="glyph-0-4">
<path
d="M 1.171875 -5 C 1.171875 -5.03125 1.175781 -5.085938 1.1875 -5.171875 C 1.195313 -5.265625 1.203125 -5.316406 1.203125 -5.328125 C 1.367188 -5.328125 1.59375 -5.335938 1.875 -5.359375 C 2.15625 -5.390625 2.460938 -5.414063 2.796875 -5.4375 C 3.140625 -5.46875 3.492188 -5.5 3.859375 -5.53125 C 4.222656 -5.5625 4.566406 -5.582031 4.890625 -5.59375 C 5.222656 -5.601563 5.523438 -5.609375 5.796875 -5.609375 C 6.078125 -5.609375 6.296875 -5.59375 6.453125 -5.5625 C 6.640625 -5.5625 6.769531 -5.539063 6.84375 -5.5 C 6.914063 -5.457031 6.953125 -5.316406 6.953125 -5.078125 C 6.648438 -4.867188 6.265625 -4.71875 5.796875 -4.625 C 5.335938 -4.53125 4.867188 -4.460938 4.390625 -4.421875 C 3.910156 -4.378906 3.441406 -4.359375 2.984375 -4.359375 C 2.523438 -4.359375 2.148438 -4.351563 1.859375 -4.34375 C 1.585938 -4.320313 1.40625 -4.378906 1.3125 -4.515625 C 1.21875 -4.648438 1.171875 -4.8125 1.171875 -5 Z M 1.171875 -5 "
id="path12" />
</g>
<g
id="glyph-0-5">
<path
d="M 0.3125 -6.28125 C 0.3125 -6.34375 0.3125 -6.453125 0.3125 -6.609375 C 0.320313 -6.765625 0.328125 -6.929688 0.328125 -7.109375 C 0.328125 -7.285156 0.328125 -7.445313 0.328125 -7.59375 C 0.335938 -7.75 0.34375 -7.851563 0.34375 -7.90625 C 0.414063 -8.03125 0.5 -8.148438 0.59375 -8.265625 C 0.6875 -8.390625 0.785156 -8.472656 0.890625 -8.515625 C 1.003906 -8.566406 1.125 -8.578125 1.25 -8.546875 C 1.382813 -8.515625 1.515625 -8.410156 1.640625 -8.234375 L 1.640625 -7.90625 C 1.628906 -7.863281 1.609375 -7.742188 1.578125 -7.546875 C 1.554688 -7.359375 1.523438 -7.148438 1.484375 -6.921875 C 1.441406 -6.703125 1.398438 -6.492188 1.359375 -6.296875 C 1.328125 -6.109375 1.3125 -5.988281 1.3125 -5.9375 C 1.3125 -5.75 1.332031 -5.503906 1.375 -5.203125 C 1.414063 -4.910156 1.472656 -4.601563 1.546875 -4.28125 C 1.617188 -3.96875 1.710938 -3.648438 1.828125 -3.328125 C 1.953125 -3.015625 2.097656 -2.734375 2.265625 -2.484375 C 2.429688 -2.234375 2.613281 -2.023438 2.8125 -1.859375 C 3.007813 -1.691406 3.242188 -1.609375 3.515625 -1.609375 C 3.835938 -1.609375 4.125 -1.695313 4.375 -1.875 C 4.625 -2.050781 4.84375 -2.273438 5.03125 -2.546875 C 5.21875 -2.828125 5.367188 -3.140625 5.484375 -3.484375 C 5.609375 -3.835938 5.703125 -4.191406 5.765625 -4.546875 C 5.835938 -4.898438 5.890625 -5.238281 5.921875 -5.5625 C 5.953125 -5.894531 5.96875 -6.1875 5.96875 -6.4375 C 5.96875 -6.6875 5.945313 -6.921875 5.90625 -7.140625 C 5.875 -7.359375 5.832031 -7.570313 5.78125 -7.78125 C 5.738281 -8 5.695313 -8.210938 5.65625 -8.421875 C 5.625 -8.640625 5.609375 -8.851563 5.609375 -9.0625 C 5.609375 -9.257813 5.675781 -9.398438 5.8125 -9.484375 C 5.945313 -9.566406 6.101563 -9.609375 6.28125 -9.609375 C 6.5 -9.609375 6.671875 -9.539063 6.796875 -9.40625 C 6.929688 -9.28125 7.035156 -9.117188 7.109375 -8.921875 C 7.191406 -8.734375 7.242188 -8.515625 7.265625 -8.265625 C 7.296875 -8.015625 7.3125 -7.765625 7.3125 -7.515625 C 7.3125 -7.265625 7.304688 -7.03125 7.296875 -6.8125 C 7.285156 -6.59375 7.28125 -6.414063 7.28125 -6.28125 C 7.28125 -5.9375 7.253906 -5.539063 7.203125 -5.09375 C 7.148438 -4.65625 7.0625 -4.203125 6.9375 -3.734375 C 6.8125 -3.265625 6.648438 -2.800781 6.453125 -2.34375 C 6.265625 -1.894531 6.035156 -1.492188 5.765625 -1.140625 C 5.492188 -0.785156 5.179688 -0.5 4.828125 -0.28125 C 4.472656 -0.0703125 4.078125 0.03125 3.640625 0.03125 C 3.171875 0.03125 2.757813 -0.078125 2.40625 -0.296875 C 2.0625 -0.515625 1.769531 -0.804688 1.53125 -1.171875 C 1.289063 -1.535156 1.085938 -1.945313 0.921875 -2.40625 C 0.753906 -2.875 0.628906 -3.335938 0.546875 -3.796875 C 0.460938 -4.265625 0.398438 -4.710938 0.359375 -5.140625 C 0.328125 -5.578125 0.3125 -5.957031 0.3125 -6.28125 Z M 0.3125 -6.28125 "
id="path15" />
</g>
<g
id="glyph-0-6">
<path
d="M 0.3125 -5.6875 C 0.3125 -6.675781 0.539063 -7.410156 1 -7.890625 C 1.457031 -8.378906 2.164063 -8.625 3.125 -8.625 C 3.507813 -8.625 3.910156 -8.585938 4.328125 -8.515625 C 4.742188 -8.441406 5.125 -8.316406 5.46875 -8.140625 C 5.820313 -7.960938 6.109375 -7.710938 6.328125 -7.390625 C 6.554688 -7.066406 6.671875 -6.65625 6.671875 -6.15625 C 6.671875 -5.601563 6.546875 -5.082031 6.296875 -4.59375 C 6.054688 -4.101563 5.753906 -3.644531 5.390625 -3.21875 C 5.023438 -2.800781 4.625 -2.410156 4.1875 -2.046875 C 3.757813 -1.679688 3.351563 -1.332031 2.96875 -1 C 2.945313 -0.957031 2.925781 -0.867188 2.90625 -0.734375 C 2.894531 -0.609375 2.890625 -0.53125 2.890625 -0.5 C 2.890625 -0.15625 2.988281 0.1875 3.1875 0.53125 C 3.394531 0.875 3.613281 1.222656 3.84375 1.578125 C 4.082031 1.929688 4.296875 2.296875 4.484375 2.671875 C 4.679688 3.054688 4.78125 3.453125 4.78125 3.859375 C 4.78125 4.109375 4.726563 4.253906 4.625 4.296875 C 4.53125 4.347656 4.316406 4.375 3.984375 4.375 C 3.773438 4.289063 3.570313 4.097656 3.375 3.796875 C 3.175781 3.492188 2.976563 3.117188 2.78125 2.671875 C 2.582031 2.234375 2.382813 1.738281 2.1875 1.1875 C 2 0.644531 1.820313 0.0859375 1.65625 -0.484375 C 1.488281 -1.054688 1.328125 -1.617188 1.171875 -2.171875 C 1.023438 -2.734375 0.894531 -3.25 0.78125 -3.71875 C 0.664063 -4.195313 0.566406 -4.609375 0.484375 -4.953125 C 0.398438 -5.296875 0.34375 -5.539063 0.3125 -5.6875 Z M 1.609375 -5.546875 C 1.609375 -5.390625 1.617188 -5.164063 1.640625 -4.875 C 1.660156 -4.582031 1.703125 -4.289063 1.765625 -4 C 1.835938 -3.71875 1.941406 -3.46875 2.078125 -3.25 C 2.210938 -3.039063 2.394531 -2.9375 2.625 -2.9375 C 2.945313 -2.9375 3.269531 -3.046875 3.59375 -3.265625 C 3.914063 -3.484375 4.203125 -3.753906 4.453125 -4.078125 C 4.703125 -4.410156 4.90625 -4.765625 5.0625 -5.140625 C 5.226563 -5.515625 5.3125 -5.851563 5.3125 -6.15625 C 5.3125 -6.414063 5.25 -6.617188 5.125 -6.765625 C 5 -6.910156 4.84375 -7.023438 4.65625 -7.109375 C 4.46875 -7.203125 4.265625 -7.257813 4.046875 -7.28125 C 3.828125 -7.3125 3.625 -7.328125 3.4375 -7.328125 C 2.851563 -7.328125 2.398438 -7.171875 2.078125 -6.859375 C 1.765625 -6.546875 1.609375 -6.109375 1.609375 -5.546875 Z M 1.609375 -5.546875 "
id="path18" />
</g>
</g>
</defs>
<path
fill="none"
stroke-width="1.05"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 265.990399 44.158303 C 282.30986 46.31095 300.672512 45.987793 308.709756 44.158303 M 265.990399 44.158303 C 278.192206 43.579747 288.382097 43.47029 308.709756 44.158303 "
transform="matrix(0.749441, 0, 0, 0.749441, 0.37472, 0.37472)"
id="path25" />
<path
fill="none"
stroke-width="0.53"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 306.567533 40.822482 L 306.567533 40.822482 M 306.567533 40.822482 L 306.567533 40.822482 M 309.04855 44.372004 C 309.528075 43.741326 309.950264 43.152345 310.429789 42.787489 M 309.04855 44.372004 C 309.408194 44.100969 309.548923 43.579747 310.429789 42.787489 "
transform="matrix(0.749441, 0, 0, 0.749441, 0.37472, 0.37472)"
id="path27" />
<path
fill="none"
stroke-width="1.05"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 314.229497 44.158303 C 312.629346 45.909609 310.6904 45.628149 306.869842 47.838131 M 314.229497 44.158303 C 311.920484 45.29978 309.178856 46.670594 306.869842 47.838131 M 306.869842 47.838131 C 307.818466 46.279677 307.792405 45.247657 308.709756 44.158303 M 306.869842 47.838131 C 307.271183 46.597622 308.042592 45.638574 308.709756 44.158303 M 308.709756 44.158303 C 308.428296 43.032464 307.651675 42.052566 306.869842 40.478476 M 308.709756 44.158303 C 308.198958 42.797914 307.338942 41.771106 306.869842 40.478476 M 306.869842 40.478476 C 308.86091 41.588679 309.767837 41.421888 314.229497 44.158303 M 306.869842 40.478476 C 309.512438 41.401039 311.539992 42.850036 314.229497 44.158303 "
transform="matrix(0.749441, 0, 0, 0.749441, 0.37472, 0.37472)"
id="path29" />
<path
fill="none"
stroke-width="1.05"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 186.988042 5.012569 C 190.730416 3.099685 191.9605 4.569531 190.05804 8.072143 M 186.988042 5.012569 C 189.781792 3.177868 191.0223 7.191277 190.05804 8.072143 M 190.05804 8.072143 C 190.589686 9.771327 188.999959 9.901632 186.988042 11.121292 M 190.05804 8.072143 C 191.897953 11.048321 186.998466 8.781005 186.988042 11.121292 M 186.988042 11.121292 C 183.980591 10.021513 181.880066 10.428066 183.918044 8.072143 M 186.988042 11.121292 C 186.638823 13.419881 185.278434 11.809305 183.918044 8.072143 M 183.918044 8.072143 C 183.469793 7.467525 183.448944 6.482416 186.988042 5.012569 M 183.918044 8.072143 C 182.82869 4.569531 185.288858 5.982042 186.988042 5.012569 M 186.988042 5.012569 L 186.988042 5.012569 M 186.988042 5.012569 L 186.988042 5.012569 M 194.342485 46.950094 C 192.57033 49.858513 194.957527 48.571094 193.727443 49.530143 M 194.342485 46.950094 C 193.779565 48.529397 193.727443 48.201027 193.727443 49.530143 M 193.727443 49.530143 C 193.711806 49.550992 193.701382 49.571841 193.690957 49.582265 M 193.727443 49.530143 C 193.72223 49.550992 193.701382 49.571841 193.690957 49.582265 M 193.690957 49.582265 C 192.361841 51.11987 191.142181 52.047645 190.297802 54.137746 M 193.690957 49.582265 C 192.601603 51.469089 191.06921 52.751295 190.297802 54.137746 M 190.297802 54.137746 C 191.512249 55.487711 192.00741 56.790766 193.409497 59.308268 M 190.297802 54.137746 C 191.178667 54.982125 191.559159 56.399849 193.409497 59.308268 M 193.409497 59.308268 C 191.731162 61.648555 191.06921 63.70217 190.271741 64.468366 M 193.409497 59.308268 C 192.398326 60.76769 191.939651 61.971713 190.271741 64.468366 M 190.271741 64.468366 C 191.512249 65.922576 192.419175 67.05884 193.779565 69.451249 M 190.271741 64.468366 C 191.53831 66.44901 192.820516 67.767702 193.779565 69.451249 M 193.779565 69.451249 C 192.601603 70.759516 191.580008 72.839192 190.438532 74.50189 M 193.779565 69.451249 C 192.721484 70.941944 191.798921 72.630703 190.438532 74.50189 M 190.438532 74.50189 C 191.220365 75.601669 191.939651 76.842177 192.622452 78.291174 M 190.438532 74.50189 C 191.168242 75.450514 191.861468 76.581566 192.622452 78.291174 M 192.622452 78.291174 C 191.157818 79.041734 190.360348 81.887606 186.88901 84.582324 M 192.622452 78.291174 C 190.88157 80.271818 188.749772 82.460951 186.88901 84.582324 M 186.88901 84.582324 C 188.18164 83.519031 185.992508 86.031321 186.74828 84.597961 M 186.88901 84.582324 C 184.689453 82.638166 187.931454 86.578605 186.74828 84.597961 M 186.74828 84.597961 C 187.702116 84.780389 185.570318 83.232359 186.472032 84.551051 M 186.74828 84.597961 C 184.960488 84.681356 188.129518 82.731986 186.472032 84.551051 M 186.472032 84.551051 C 185.132491 83.618063 183.209182 81.668693 179.409474 78.358933 M 186.472032 84.551051 C 184.689453 82.559983 182.630626 81.382021 179.409474 78.358933 M 179.409474 78.358933 C 180.868895 78.541361 176.918032 77.53019 178.62764 76.498171 M 179.409474 78.358933 C 177.579984 80.219696 176.240444 77.379036 178.62764 76.498171 M 178.62764 76.498171 C 176.652209 67.262116 176.808576 52.751295 178.62764 36.989541 M 178.62764 76.498171 C 179.23747 67.632184 178.267997 56.769917 178.62764 36.989541 M 178.62764 36.989541 C 171.37223 32.501819 168.677512 27.988036 166.900145 18.668587 M 178.62764 36.989541 C 169.412435 35.749032 168.151078 25.60084 166.900145 18.668587 M 166.900145 18.668587 C 165.258295 8.270207 177.970901 -0.230924 187.248653 -1.56004 M 166.900145 18.668587 C 164.971623 7.519647 174.108645 -1.851925 187.248653 -1.56004 M 187.248653 -1.56004 C 198.168254 -1.137851 206.507807 8.900886 207.591949 18.668587 M 187.248653 -1.56004 C 198.632142 -2.008291 209.781081 7.29031 207.591949 18.668587 M 207.591949 18.668587 C 209.1921 27.899429 201.389406 34.727437 194.342485 37.651493 M 207.591949 18.668587 C 209.817567 25.778055 199.669374 36.369287 194.342485 37.651493 M 194.342485 37.651493 C 193.602349 39.632137 193.560652 41.852542 194.342485 46.950094 M 194.342485 37.651493 C 194.441517 41.341745 194.561398 44.099009 194.342485 46.950094 "
transform="matrix(-0.000000000000000138, -0.749441, 0.749441, -0.000000000000000138, 109.58322, 171.831761)"
id="path31" />
<path
fill="none"
stroke-width="0.53"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 384.469626 11.032577 L 384.469626 11.032577 M 384.469626 11.032577 L 384.469626 11.032577 M 387.64908 13.789841 C 388.170302 12.768246 389.217959 12.179265 391.09957 9.81813 M 387.64908 13.789841 C 388.628978 12.419028 389.968518 10.928333 391.09957 9.81813 "
transform="matrix(-0.000000000000000138, -0.749441, 0.749441, -0.000000000000000138, 258.122363, 324.312966)"
id="path33" />
<path
fill="none"
stroke-width="0.53"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 370.881368 10.349776 L 370.881368 10.349776 M 370.881368 10.349776 L 370.881368 10.349776 M 367.837431 20.247782 C 369.818075 14.399671 375.369089 10.860574 384.401867 1.207542 M 367.837431 20.247782 C 371.892539 15.49945 374.717562 12.017687 384.401867 1.207542 M 370.328872 23.807729 C 374.608105 17.771978 378.762245 12.481574 389.640149 1.588034 M 370.328872 23.807729 C 376.70863 17.188209 383.75034 8.577621 389.640149 1.588034 M 372.121876 28.149508 C 376.609598 23.92761 381.311021 17.417547 394.190417 2.760783 M 372.121876 28.149508 C 378.830004 20.930583 383.541851 15.489025 394.190417 2.760783 M 372.538854 34.091439 C 381.670664 23.948459 390.119673 11.241066 398.057884 4.731003 M 372.538854 34.091439 C 379.789052 25.308848 387.221678 16.302132 398.057884 4.731003 M 375.707884 36.83828 C 381.107744 29.4682 387.758537 26.220987 401.92014 6.690797 M 375.707884 36.83828 C 385.241035 24.500954 396.238819 14.999077 401.92014 6.690797 M 378.89255 39.600756 C 385.751832 34.748179 392.439111 24.787626 405.099594 9.448062 M 378.89255 39.600756 C 384.542597 32.428741 392.92906 25.381819 405.099594 9.448062 M 382.06158 42.358021 C 386.02808 36.337906 395.550806 28.008778 408.268624 12.210539 M 382.06158 42.358021 C 391.2403 32.288011 399.897798 22.030362 408.268624 12.210539 M 382.468133 48.299952 C 388.019148 40.768294 398.511347 30.479371 408.680389 18.142045 M 382.468133 48.299952 C 390.229129 40.101129 398.401891 31.850185 408.680389 18.142045 M 382.20231 55.018504 C 391.771947 44.912009 400.502416 31.620847 408.409354 24.871022 M 382.20231 55.018504 C 389.280505 48.148798 394.800247 40.481622 408.409354 24.871022 M 382.608863 60.950011 C 387.367621 55.419845 391.599943 50.369203 398.480074 42.702027 M 382.608863 60.950011 C 388.368367 53.27241 394.951401 47.820428 398.480074 42.702027 M 382.337828 67.678987 C 386.257418 62.951503 387.779386 59.162219 391.308059 57.369215 M 382.337828 67.678987 C 385.188912 64.390076 387.628232 61.611963 391.308059 57.369215 M 382.06158 74.407963 C 384.240288 72.23968 385.751832 68.622399 393.789076 60.918737 M 382.06158 74.407963 C 386.809913 69.341685 391.000538 65.260517 393.789076 60.918737 M 381.790545 81.131728 C 383.901494 76.362546 387.138283 72.088525 392.830027 68.439971 M 381.790545 81.131728 C 386.111475 77.118318 389.6193 72.349136 392.830027 68.439971 M 384.959575 83.888992 C 386.77864 80.490624 389.369113 77.4519 394.617819 72.781751 M 384.959575 83.888992 C 387.60217 81.397551 390.640895 77.660389 394.617819 72.781751 M 387.451016 87.448939 C 389.191898 85.671571 391.870979 82.28884 394.341571 79.510727 M 387.451016 87.448939 C 389.707907 84.832404 392.611114 81.569554 394.341571 79.510727 "
transform="matrix(-0.000000000000000138, -0.749441, 0.749441, -0.000000000000000138, 258.122363, 324.312966)"
id="path35" />
<path
fill="none"
stroke-width="1.05"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 387.821084 7.639422 C 388.509097 6.680373 392.022133 10.308078 390.891081 10.698995 M 387.821084 7.639422 C 388.592492 6.388489 390.067551 8.322222 390.891081 10.698995 M 390.891081 10.698995 C 391.417516 11.830047 387.581322 15.098109 387.821084 13.748144 M 390.891081 10.698995 C 391.787583 11.032577 390.651319 15.942488 387.821084 13.748144 M 387.821084 13.748144 C 386.439845 15.31181 385.340067 11.418281 384.751086 10.698995 M 387.821084 13.748144 C 386.299115 13.242558 386.559726 12.429452 384.751086 10.698995 M 384.751086 10.698995 C 384.448777 8.327435 387.888843 6.242547 387.821084 7.639422 M 384.751086 10.698995 C 383.500153 7.84791 384.490475 9.948435 387.821084 7.639422 M 387.821084 7.639422 L 387.821084 7.639422 M 387.821084 7.639422 L 387.821084 7.639422 M 395.170314 49.582158 C 394.909703 52.370696 394.091385 50.400477 394.560485 52.162207 M 395.170314 49.582158 C 393.507616 52.761613 392.611114 54.299218 394.560485 52.162207 M 394.560485 52.162207 C 394.55006 52.167419 394.529211 52.198693 394.518787 52.209117 M 394.560485 52.162207 C 394.55006 52.177844 394.529211 52.198693 394.518787 52.209117 M 394.518787 52.209117 C 393.877684 53.428777 392.538143 55.008079 391.130844 56.76981 M 394.518787 52.209117 C 393.637922 53.559082 392.949908 54.570253 391.130844 56.76981 M 391.130844 56.76981 C 392.011709 59.00064 394.018414 60.350605 394.242539 61.940332 M 391.130844 56.76981 C 391.891828 57.859164 392.819603 59.167431 394.242539 61.940332 M 394.242539 61.940332 C 393.419008 63.34242 392.069043 64.900874 391.09957 67.100431 M 394.242539 61.940332 C 393.789076 63.029686 392.892574 64.009584 391.09957 67.100431 M 391.09957 67.100431 C 392.590265 68.361788 393.950655 71.238933 394.607395 72.078101 M 391.09957 67.100431 C 391.798008 68.481669 392.767481 69.591872 394.607395 72.078101 M 394.607395 72.078101 C 394.028838 73.188304 393.090638 75.721443 391.271574 77.128742 M 394.607395 72.078101 C 393.507616 73.370732 392.501658 74.93961 391.271574 77.128742 M 391.271574 77.128742 C 391.818857 78.238945 392.960333 80.110132 393.450282 80.918026 M 391.271574 77.128742 C 391.652066 78.072154 392.168075 78.770592 393.450282 80.918026 M 393.450282 80.918026 C 392.079468 82.559876 390.479316 83.878568 387.722052 87.209176 M 393.450282 80.918026 C 391.917889 82.742304 390.687805 84.160028 387.722052 87.209176 M 387.722052 87.209176 C 386.048929 86.198006 389.707907 85.301504 387.581322 87.230025 M 387.722052 87.209176 C 386.101051 85.5986 386.757791 85.812301 387.581322 87.230025 M 387.581322 87.230025 C 388.978197 88.897936 386.340813 87.819006 387.299862 87.177903 M 387.581322 87.230025 C 388.628978 87.902402 386.950643 85.520417 387.299862 87.177903 M 387.299862 87.177903 C 386.382511 84.988771 384.068285 83.5085 380.242515 80.990998 M 387.299862 87.177903 C 385.960321 85.932182 383.500153 84.107905 380.242515 80.990998 M 380.242515 80.990998 C 379.36165 80.047586 379.382499 79.052052 379.460682 79.130235 M 380.242515 80.990998 C 378.689274 78.692408 377.949138 81.058756 379.460682 79.130235 M 379.460682 79.130235 C 378.871701 66.891942 379.50238 56.050524 379.460682 39.621605 M 379.460682 79.130235 C 379.851599 70.180853 380.602159 60.142116 379.460682 39.621605 M 379.460682 39.621605 C 373.169532 34.35205 367.978161 29.452563 367.727975 21.300651 M 379.460682 39.621605 C 370.360146 36.08772 365.637874 28.95219 367.727975 21.300651 M 367.727975 21.300651 C 369.630435 8.379557 377.381006 2.171802 388.081695 1.072024 M 367.727975 21.300651 C 367.138994 9.171814 374.540346 2.182227 388.081695 1.072024 M 388.081695 1.072024 C 400.267866 -0.29879 406.960357 9.880676 408.419778 21.300651 M 388.081695 1.072024 C 398.219463 -1.242202 408.628267 10.370625 408.419778 21.300651 M 408.419778 21.300651 C 409.180762 31.761577 404.458491 38.167396 395.170314 40.278345 M 408.419778 21.300651 C 408.440627 28.38927 402.571667 39.527785 395.170314 40.278345 M 395.170314 40.278345 C 395.118192 44.28133 394.659517 46.6998 395.170314 49.582158 M 395.170314 40.278345 C 395.212012 43.697561 395.420501 46.88744 395.170314 49.582158 "
transform="matrix(-0.000000000000000138, -0.749441, 0.749441, -0.000000000000000138, 258.122363, 324.312966)"
id="path37" />
<g
fill="#000000"
fill-opacity="1"
id="g51">
<use
xlink:href="#glyph-0-1"
x="10.243073"
y="38.608505"
id="use39" />
<use
xlink:href="#glyph-0-2"
x="18.476311"
y="38.608505"
id="use41" />
<use
xlink:href="#glyph-0-3"
x="27.063503"
y="38.608505"
id="use43" />
<use
xlink:href="#glyph-0-4"
x="36.958778"
y="38.608505"
id="use45" />
<use
xlink:href="#glyph-0-5"
x="44.868843"
y="38.608505"
id="use47" />
<use
xlink:href="#glyph-0-6"
x="52.778908"
y="38.608505"
id="use49" />
</g>
<path
fill="none"
stroke-width="1.05"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 10.508209 55.719008 C 12.530551 55.239484 34.437513 56.829211 84.109972 53.618483 M 10.508209 55.719008 C 11.409923 57.17843 36.788224 53.138959 84.109972 53.618483 "
transform="matrix(0.749441, 0, 0, 0.749441, 0.37472, 0.37472)"
id="path53" />
</svg>

After

Width:  |  Height:  |  Size: 30 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 77 KiB

View File

@@ -0,0 +1,307 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="432pt"
height="67.919998pt"
viewBox="0 0 432 67.919998"
version="1.1"
id="svg112"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs50">
<g
id="g48">
<g
id="glyph-0-0" />
<g
id="glyph-0-1">
<path
d="M 0.328125 -4.21875 C 0.285156 -4.21875 0.222656 -4.257813 0.140625 -4.34375 C 0.0664063 -4.4375 0.0195313 -4.507813 0 -4.5625 C -0.0078125 -4.570313 -0.015625 -4.59375 -0.015625 -4.625 C -0.0234375 -4.644531 -0.03125 -4.671875 -0.03125 -4.703125 C -0.03125 -4.742188 -0.0234375 -4.78125 -0.015625 -4.8125 C -0.015625 -4.832031 -0.0078125 -4.851563 0 -4.875 C 0.0390625 -4.925781 0.0976563 -4.992188 0.171875 -5.078125 C 0.253906 -5.160156 0.304688 -5.203125 0.328125 -5.203125 L 3.578125 -5.203125 C 3.640625 -5.722656 3.722656 -6.265625 3.828125 -6.828125 C 3.929688 -7.390625 4.0625 -7.9375 4.21875 -8.46875 L 4.5625 -8.46875 C 4.601563 -8.445313 4.660156 -8.414063 4.734375 -8.375 C 4.804688 -8.34375 4.875 -8.3125 4.9375 -8.28125 C 5.007813 -8.25 5.070313 -8.210938 5.125 -8.171875 C 5.175781 -8.140625 5.203125 -8.117188 5.203125 -8.109375 L 5.203125 -5.078125 C 5.367188 -5.078125 5.582031 -5.101563 5.84375 -5.15625 C 6.113281 -5.21875 6.367188 -5.25 6.609375 -5.25 C 6.859375 -5.257813 7.066406 -5.210938 7.234375 -5.109375 C 7.410156 -5.015625 7.5 -4.816406 7.5 -4.515625 C 7.5 -4.347656 7.441406 -4.21875 7.328125 -4.125 C 7.210938 -4.03125 7.066406 -3.960938 6.890625 -3.921875 C 6.722656 -3.878906 6.539063 -3.847656 6.34375 -3.828125 C 6.15625 -3.816406 5.972656 -3.789063 5.796875 -3.75 C 5.617188 -3.71875 5.472656 -3.660156 5.359375 -3.578125 C 5.253906 -3.503906 5.203125 -3.398438 5.203125 -3.265625 C 5.203125 -3.015625 5.253906 -2.785156 5.359375 -2.578125 C 5.460938 -2.367188 5.578125 -2.160156 5.703125 -1.953125 C 5.835938 -1.753906 5.953125 -1.546875 6.046875 -1.328125 C 6.148438 -1.117188 6.203125 -0.894531 6.203125 -0.65625 C 6.203125 -0.195313 5.972656 0.03125 5.515625 0.03125 C 5.304688 0.03125 5.113281 -0.03125 4.9375 -0.15625 C 4.769531 -0.28125 4.617188 -0.445313 4.484375 -0.65625 C 4.347656 -0.875 4.222656 -1.113281 4.109375 -1.375 C 4.003906 -1.644531 3.914063 -1.910156 3.84375 -2.171875 C 3.769531 -2.441406 3.710938 -2.703125 3.671875 -2.953125 C 3.628906 -3.203125 3.597656 -3.410156 3.578125 -3.578125 Z M 0.328125 -4.21875 "
id="path3" />
</g>
<g
id="glyph-0-2">
<path
d="M 2.59375 -0.65625 C 2.644531 -0.894531 2.773438 -1.09375 2.984375 -1.25 C 3.191406 -1.40625 3.425781 -1.546875 3.6875 -1.671875 C 3.957031 -1.804688 4.238281 -1.929688 4.53125 -2.046875 C 4.820313 -2.171875 5.09375 -2.296875 5.34375 -2.421875 C 5.59375 -2.554688 5.796875 -2.710938 5.953125 -2.890625 C 6.117188 -3.066406 6.203125 -3.28125 6.203125 -3.53125 C 6.203125 -3.851563 6.117188 -4.117188 5.953125 -4.328125 C 5.785156 -4.546875 5.5625 -4.726563 5.28125 -4.875 C 5.007813 -5.03125 4.695313 -5.160156 4.34375 -5.265625 C 3.988281 -5.367188 3.625 -5.472656 3.25 -5.578125 C 2.882813 -5.679688 2.523438 -5.796875 2.171875 -5.921875 C 1.816406 -6.046875 1.5 -6.203125 1.21875 -6.390625 C 0.9375 -6.585938 0.710938 -6.820313 0.546875 -7.09375 C 0.378906 -7.363281 0.296875 -7.703125 0.296875 -8.109375 C 0.296875 -8.441406 0.363281 -8.757813 0.5 -9.0625 C 0.644531 -9.363281 0.828125 -9.644531 1.046875 -9.90625 C 1.273438 -10.175781 1.539063 -10.421875 1.84375 -10.640625 C 2.144531 -10.867188 2.457031 -11.054688 2.78125 -11.203125 C 3.113281 -11.359375 3.445313 -11.476563 3.78125 -11.5625 C 4.113281 -11.644531 4.421875 -11.6875 4.703125 -11.6875 L 4.875 -11.6875 C 4.957031 -11.664063 5.070313 -11.617188 5.21875 -11.546875 C 5.375 -11.472656 5.523438 -11.398438 5.671875 -11.328125 C 5.816406 -11.265625 5.9375 -11.207031 6.03125 -11.15625 C 6.132813 -11.101563 6.1875 -11.070313 6.1875 -11.0625 L 6.1875 -10.703125 C 6 -10.679688 5.75 -10.644531 5.4375 -10.59375 C 5.132813 -10.539063 4.816406 -10.46875 4.484375 -10.375 C 4.148438 -10.28125 3.8125 -10.164063 3.46875 -10.03125 C 3.125 -9.894531 2.816406 -9.734375 2.546875 -9.546875 C 2.273438 -9.367188 2.050781 -9.160156 1.875 -8.921875 C 1.707031 -8.679688 1.625 -8.410156 1.625 -8.109375 C 1.625 -7.679688 1.773438 -7.34375 2.078125 -7.09375 C 2.378906 -6.84375 2.753906 -6.632813 3.203125 -6.46875 C 3.660156 -6.3125 4.160156 -6.171875 4.703125 -6.046875 C 5.242188 -5.921875 5.742188 -5.769531 6.203125 -5.59375 C 6.660156 -5.414063 7.039063 -5.179688 7.34375 -4.890625 C 7.644531 -4.597656 7.796875 -4.210938 7.796875 -3.734375 C 7.796875 -3.472656 7.71875 -3.195313 7.5625 -2.90625 C 7.40625 -2.613281 7.195313 -2.328125 6.9375 -2.046875 C 6.675781 -1.773438 6.382813 -1.507813 6.0625 -1.25 C 5.738281 -1 5.40625 -0.78125 5.0625 -0.59375 C 4.726563 -0.40625 4.398438 -0.253906 4.078125 -0.140625 C 3.753906 -0.0234375 3.46875 0.03125 3.21875 0.03125 C 3.132813 0.03125 3.046875 0.0195313 2.953125 0 C 2.867188 -0.0195313 2.789063 -0.0507813 2.71875 -0.09375 C 2.65625 -0.144531 2.601563 -0.210938 2.5625 -0.296875 C 2.53125 -0.390625 2.539063 -0.507813 2.59375 -0.65625 Z M 2.59375 -0.65625 "
id="path6" />
</g>
<g
id="glyph-0-3">
<path
d="M 0.9375 -5.6875 C 0.9375 -5.75 0.9375 -5.847656 0.9375 -5.984375 C 0.945313 -6.117188 0.953125 -6.257813 0.953125 -6.40625 C 0.960938 -6.5625 0.96875 -6.707031 0.96875 -6.84375 C 0.976563 -6.988281 0.984375 -7.09375 0.984375 -7.15625 C 1.097656 -7.320313 1.242188 -7.453125 1.421875 -7.546875 C 1.597656 -7.648438 1.773438 -7.734375 1.953125 -7.796875 C 1.984375 -7.253906 2.066406 -6.671875 2.203125 -6.046875 C 2.347656 -5.429688 2.5 -4.8125 2.65625 -4.1875 C 2.820313 -3.570313 2.96875 -2.957031 3.09375 -2.34375 C 3.226563 -1.738281 3.296875 -1.175781 3.296875 -0.65625 C 3.296875 -0.195313 3.0625 0.03125 2.59375 0.03125 C 2.3125 0.03125 2.070313 -0.0820313 1.875 -0.3125 C 1.6875 -0.550781 1.535156 -0.847656 1.421875 -1.203125 C 1.304688 -1.566406 1.210938 -1.96875 1.140625 -2.40625 C 1.066406 -2.84375 1.015625 -3.273438 0.984375 -3.703125 C 0.960938 -4.128906 0.945313 -4.519531 0.9375 -4.875 C 0.9375 -5.226563 0.9375 -5.5 0.9375 -5.6875 Z M 1.15625 -11.375 C 1.34375 -11.289063 1.5 -11.15625 1.625 -10.96875 C 1.757813 -10.789063 1.820313 -10.628906 1.8125 -10.484375 C 1.800781 -10.335938 1.6875 -10.234375 1.46875 -10.171875 C 1.257813 -10.117188 0.90625 -10.179688 0.40625 -10.359375 C 0.40625 -10.628906 0.457031 -10.863281 0.5625 -11.0625 C 0.675781 -11.269531 0.875 -11.375 1.15625 -11.375 Z M 1.15625 -11.375 "
id="path9" />
</g>
<g
id="glyph-0-4">
<path
d="M 4.21875 8.0625 C 4.78125 8.0625 5.285156 7.957031 5.734375 7.75 C 6.179688 7.550781 6.554688 7.269531 6.859375 6.90625 C 7.171875 6.550781 7.410156 6.140625 7.578125 5.671875 C 7.742188 5.210938 7.828125 4.738281 7.828125 4.25 C 7.828125 4 7.8125 3.664063 7.78125 3.25 C 7.757813 2.832031 7.722656 2.378906 7.671875 1.890625 C 7.617188 1.410156 7.546875 0.914063 7.453125 0.40625 C 7.359375 -0.09375 7.238281 -0.566406 7.09375 -1.015625 C 6.957031 -1.472656 6.785156 -1.867188 6.578125 -2.203125 C 6.367188 -2.546875 6.128906 -2.785156 5.859375 -2.921875 C 5.585938 -2.722656 5.328125 -2.539063 5.078125 -2.375 C 4.828125 -2.207031 4.566406 -2.066406 4.296875 -1.953125 C 4.023438 -1.847656 3.738281 -1.757813 3.4375 -1.6875 C 3.144531 -1.625 2.832031 -1.59375 2.5 -1.59375 C 2.0625 -1.59375 1.6875 -1.628906 1.375 -1.703125 C 1.070313 -1.785156 0.816406 -1.921875 0.609375 -2.109375 C 0.398438 -2.304688 0.242188 -2.5625 0.140625 -2.875 C 0.046875 -3.195313 0 -3.59375 0 -4.0625 C 0 -4.394531 0.078125 -4.71875 0.234375 -5.03125 C 0.398438 -5.351563 0.617188 -5.65625 0.890625 -5.9375 C 1.160156 -6.21875 1.460938 -6.472656 1.796875 -6.703125 C 2.140625 -6.929688 2.488281 -7.128906 2.84375 -7.296875 C 3.195313 -7.472656 3.546875 -7.609375 3.890625 -7.703125 C 4.242188 -7.796875 4.5625 -7.84375 4.84375 -7.84375 C 5.101563 -7.84375 5.316406 -7.832031 5.484375 -7.8125 C 5.660156 -7.800781 5.804688 -7.757813 5.921875 -7.6875 C 6.046875 -7.625 6.148438 -7.523438 6.234375 -7.390625 C 6.328125 -7.253906 6.410156 -7.070313 6.484375 -6.84375 C 6.722656 -6.050781 6.992188 -5.195313 7.296875 -4.28125 C 7.597656 -3.375 7.882813 -2.441406 8.15625 -1.484375 C 8.425781 -0.523438 8.65625 0.4375 8.84375 1.40625 C 9.03125 2.382813 9.125 3.332031 9.125 4.25 C 9.125 5.050781 9.007813 5.734375 8.78125 6.296875 C 8.5625 6.859375 8.265625 7.316406 7.890625 7.671875 C 7.523438 8.035156 7.109375 8.3125 6.640625 8.5 C 6.171875 8.695313 5.695313 8.820313 5.21875 8.875 C 4.738281 8.9375 4.273438 8.953125 3.828125 8.921875 C 3.390625 8.890625 3.007813 8.828125 2.6875 8.734375 C 2.363281 8.648438 2.117188 8.550781 1.953125 8.4375 C 1.785156 8.332031 1.742188 8.238281 1.828125 8.15625 C 1.910156 8.082031 2.140625 8.03125 2.515625 8 C 2.890625 7.976563 3.457031 8 4.21875 8.0625 Z M 4.421875 -6.5625 C 3.679688 -6.40625 3.078125 -6.179688 2.609375 -5.890625 C 2.148438 -5.597656 1.804688 -5.285156 1.578125 -4.953125 C 1.359375 -4.628906 1.238281 -4.300781 1.21875 -3.96875 C 1.195313 -3.644531 1.253906 -3.367188 1.390625 -3.140625 C 1.535156 -2.910156 1.738281 -2.734375 2 -2.609375 C 2.269531 -2.492188 2.578125 -2.488281 2.921875 -2.59375 C 3.265625 -2.707031 3.628906 -2.941406 4.015625 -3.296875 C 4.410156 -3.648438 4.804688 -4.175781 5.203125 -4.875 C 5.203125 -5.039063 5.203125 -5.222656 5.203125 -5.421875 C 5.210938 -5.628906 5.195313 -5.816406 5.15625 -5.984375 C 5.113281 -6.148438 5.035156 -6.285156 4.921875 -6.390625 C 4.816406 -6.503906 4.648438 -6.5625 4.421875 -6.5625 Z M 4.421875 -6.5625 "
id="path12" />
</g>
<g
id="glyph-0-5">
<path
d="M 0.296875 -5.109375 C 0.296875 -5.367188 0.363281 -5.554688 0.5 -5.671875 C 0.632813 -5.796875 0.847656 -5.859375 1.140625 -5.859375 L 1.296875 -5.859375 C 1.316406 -5.691406 1.347656 -5.5 1.390625 -5.28125 C 1.429688 -5.070313 1.492188 -4.859375 1.578125 -4.640625 C 1.660156 -4.421875 1.753906 -4.21875 1.859375 -4.03125 C 1.972656 -3.84375 2.113281 -3.691406 2.28125 -3.578125 C 2.289063 -3.929688 2.378906 -4.269531 2.546875 -4.59375 C 2.710938 -4.925781 2.914063 -5.222656 3.15625 -5.484375 C 3.40625 -5.742188 3.675781 -5.960938 3.96875 -6.140625 C 4.269531 -6.316406 4.570313 -6.429688 4.875 -6.484375 L 5.203125 -6.484375 C 5.691406 -6.484375 6.109375 -6.375 6.453125 -6.15625 C 6.796875 -5.945313 7.078125 -5.664063 7.296875 -5.3125 C 7.523438 -4.96875 7.703125 -4.570313 7.828125 -4.125 C 7.953125 -3.675781 8.046875 -3.222656 8.109375 -2.765625 C 8.171875 -2.304688 8.207031 -1.859375 8.21875 -1.421875 C 8.238281 -0.992188 8.25 -0.628906 8.25 -0.328125 L 7.140625 -0.328125 C 7.078125 -0.941406 7.003906 -1.523438 6.921875 -2.078125 C 6.890625 -2.296875 6.847656 -2.53125 6.796875 -2.78125 C 6.742188 -3.03125 6.6875 -3.265625 6.625 -3.484375 C 6.5625 -3.703125 6.492188 -3.90625 6.421875 -4.09375 C 6.359375 -4.28125 6.28125 -4.4375 6.1875 -4.5625 C 6.144531 -4.601563 6.09375 -4.660156 6.03125 -4.734375 C 5.96875 -4.804688 5.898438 -4.875 5.828125 -4.9375 C 5.753906 -5.007813 5.6875 -5.070313 5.625 -5.125 C 5.5625 -5.175781 5.523438 -5.203125 5.515625 -5.203125 C 5.210938 -5.285156 4.953125 -5.226563 4.734375 -5.03125 C 4.515625 -4.832031 4.316406 -4.566406 4.140625 -4.234375 C 3.972656 -3.898438 3.832031 -3.519531 3.71875 -3.09375 C 3.613281 -2.664063 3.523438 -2.257813 3.453125 -1.875 C 3.390625 -1.488281 3.34375 -1.148438 3.3125 -0.859375 C 3.28125 -0.566406 3.257813 -0.390625 3.25 -0.328125 C 2.988281 -0.148438 2.75 -0.0976563 2.53125 -0.171875 C 2.3125 -0.242188 2.101563 -0.398438 1.90625 -0.640625 C 1.707031 -0.890625 1.53125 -1.195313 1.375 -1.5625 C 1.21875 -1.925781 1.070313 -2.3125 0.9375 -2.71875 C 0.8125 -3.132813 0.691406 -3.546875 0.578125 -3.953125 C 0.472656 -4.367188 0.378906 -4.753906 0.296875 -5.109375 Z M 0.296875 -5.109375 "
id="path15" />
</g>
<g
id="glyph-1-0" />
<g
id="glyph-1-1">
<path
d="M 2.328125 -0.59375 C 2.378906 -0.8125 2.5 -0.988281 2.6875 -1.125 C 2.875 -1.269531 3.085938 -1.398438 3.328125 -1.515625 C 3.566406 -1.628906 3.816406 -1.738281 4.078125 -1.84375 C 4.347656 -1.945313 4.59375 -2.054688 4.8125 -2.171875 C 5.039063 -2.296875 5.222656 -2.4375 5.359375 -2.59375 C 5.503906 -2.757813 5.578125 -2.957031 5.578125 -3.1875 C 5.578125 -3.476563 5.503906 -3.71875 5.359375 -3.90625 C 5.210938 -4.09375 5.015625 -4.253906 4.765625 -4.390625 C 4.515625 -4.535156 4.226563 -4.648438 3.90625 -4.734375 C 3.582031 -4.828125 3.253906 -4.921875 2.921875 -5.015625 C 2.597656 -5.109375 2.273438 -5.210938 1.953125 -5.328125 C 1.628906 -5.441406 1.34375 -5.582031 1.09375 -5.75 C 0.84375 -5.925781 0.640625 -6.140625 0.484375 -6.390625 C 0.335938 -6.640625 0.265625 -6.945313 0.265625 -7.3125 C 0.265625 -7.601563 0.328125 -7.882813 0.453125 -8.15625 C 0.578125 -8.425781 0.738281 -8.679688 0.9375 -8.921875 C 1.144531 -9.160156 1.382813 -9.378906 1.65625 -9.578125 C 1.925781 -9.785156 2.207031 -9.957031 2.5 -10.09375 C 2.800781 -10.226563 3.097656 -10.332031 3.390625 -10.40625 C 3.691406 -10.488281 3.972656 -10.53125 4.234375 -10.53125 L 4.390625 -10.53125 C 4.460938 -10.5 4.566406 -10.453125 4.703125 -10.390625 C 4.847656 -10.328125 4.984375 -10.265625 5.109375 -10.203125 C 5.234375 -10.148438 5.34375 -10.097656 5.4375 -10.046875 C 5.53125 -9.992188 5.578125 -9.960938 5.578125 -9.953125 L 5.578125 -9.640625 C 5.398438 -9.617188 5.175781 -9.582031 4.90625 -9.53125 C 4.632813 -9.488281 4.347656 -9.425781 4.046875 -9.34375 C 3.742188 -9.257813 3.4375 -9.15625 3.125 -9.03125 C 2.8125 -8.90625 2.53125 -8.757813 2.28125 -8.59375 C 2.039063 -8.4375 1.84375 -8.25 1.6875 -8.03125 C 1.539063 -7.820313 1.46875 -7.582031 1.46875 -7.3125 C 1.46875 -6.914063 1.601563 -6.601563 1.875 -6.375 C 2.144531 -6.15625 2.484375 -5.972656 2.890625 -5.828125 C 3.304688 -5.679688 3.753906 -5.550781 4.234375 -5.4375 C 4.722656 -5.320313 5.171875 -5.1875 5.578125 -5.03125 C 5.992188 -4.875 6.335938 -4.664063 6.609375 -4.40625 C 6.878906 -4.144531 7.015625 -3.796875 7.015625 -3.359375 C 7.015625 -3.117188 6.941406 -2.867188 6.796875 -2.609375 C 6.660156 -2.347656 6.476563 -2.09375 6.25 -1.84375 C 6.019531 -1.59375 5.757813 -1.351563 5.46875 -1.125 C 5.175781 -0.90625 4.875 -0.707031 4.5625 -0.53125 C 4.257813 -0.363281 3.960938 -0.226563 3.671875 -0.125 C 3.378906 -0.0195313 3.117188 0.03125 2.890625 0.03125 C 2.816406 0.03125 2.738281 0.0195313 2.65625 0 C 2.582031 -0.0195313 2.515625 -0.0507813 2.453125 -0.09375 C 2.390625 -0.132813 2.34375 -0.191406 2.3125 -0.265625 C 2.28125 -0.347656 2.285156 -0.457031 2.328125 -0.59375 Z M 2.328125 -0.59375 "
id="path19" />
</g>
<g
id="glyph-1-2">
<path
d="M 0.84375 -5.125 C 0.84375 -5.175781 0.84375 -5.265625 0.84375 -5.390625 C 0.851563 -5.515625 0.859375 -5.644531 0.859375 -5.78125 C 0.867188 -5.914063 0.875 -6.046875 0.875 -6.171875 C 0.882813 -6.296875 0.890625 -6.390625 0.890625 -6.453125 C 0.984375 -6.597656 1.109375 -6.710938 1.265625 -6.796875 C 1.429688 -6.890625 1.597656 -6.960938 1.765625 -7.015625 C 1.785156 -6.523438 1.859375 -6 1.984375 -5.4375 C 2.117188 -4.882813 2.257813 -4.328125 2.40625 -3.765625 C 2.550781 -3.210938 2.679688 -2.660156 2.796875 -2.109375 C 2.910156 -1.566406 2.96875 -1.0625 2.96875 -0.59375 C 2.96875 -0.175781 2.753906 0.03125 2.328125 0.03125 C 2.078125 0.03125 1.863281 -0.0703125 1.6875 -0.28125 C 1.519531 -0.488281 1.382813 -0.753906 1.28125 -1.078125 C 1.175781 -1.410156 1.085938 -1.773438 1.015625 -2.171875 C 0.953125 -2.566406 0.910156 -2.953125 0.890625 -3.328125 C 0.867188 -3.710938 0.851563 -4.0625 0.84375 -4.375 C 0.84375 -4.695313 0.84375 -4.945313 0.84375 -5.125 Z M 1.03125 -10.25 C 1.207031 -10.175781 1.351563 -10.054688 1.46875 -9.890625 C 1.59375 -9.722656 1.644531 -9.570313 1.625 -9.4375 C 1.613281 -9.3125 1.507813 -9.222656 1.3125 -9.171875 C 1.125 -9.117188 0.8125 -9.171875 0.375 -9.328125 C 0.375 -9.578125 0.421875 -9.789063 0.515625 -9.96875 C 0.609375 -10.15625 0.78125 -10.25 1.03125 -10.25 Z M 1.03125 -10.25 "
id="path22" />
</g>
<g
id="glyph-1-3">
<path
d="M 3.796875 7.265625 C 4.304688 7.265625 4.757813 7.171875 5.15625 6.984375 C 5.5625 6.796875 5.898438 6.539063 6.171875 6.21875 C 6.453125 5.894531 6.664063 5.523438 6.8125 5.109375 C 6.96875 4.703125 7.046875 4.273438 7.046875 3.828125 C 7.046875 3.597656 7.035156 3.296875 7.015625 2.921875 C 6.992188 2.546875 6.957031 2.140625 6.90625 1.703125 C 6.863281 1.265625 6.796875 0.816406 6.703125 0.359375 C 6.617188 -0.0859375 6.515625 -0.515625 6.390625 -0.921875 C 6.265625 -1.328125 6.109375 -1.679688 5.921875 -1.984375 C 5.734375 -2.285156 5.515625 -2.503906 5.265625 -2.640625 C 5.035156 -2.453125 4.804688 -2.28125 4.578125 -2.125 C 4.347656 -1.976563 4.109375 -1.851563 3.859375 -1.75 C 3.617188 -1.65625 3.363281 -1.578125 3.09375 -1.515625 C 2.832031 -1.460938 2.550781 -1.4375 2.25 -1.4375 C 1.863281 -1.4375 1.53125 -1.472656 1.25 -1.546875 C 0.96875 -1.617188 0.734375 -1.738281 0.546875 -1.90625 C 0.359375 -2.082031 0.21875 -2.3125 0.125 -2.59375 C 0.0390625 -2.875 0 -3.226563 0 -3.65625 C 0 -3.957031 0.0703125 -4.25 0.21875 -4.53125 C 0.363281 -4.820313 0.554688 -5.09375 0.796875 -5.34375 C 1.035156 -5.59375 1.304688 -5.820313 1.609375 -6.03125 C 1.921875 -6.238281 2.238281 -6.421875 2.5625 -6.578125 C 2.882813 -6.734375 3.203125 -6.851563 3.515625 -6.9375 C 3.828125 -7.019531 4.109375 -7.0625 4.359375 -7.0625 C 4.597656 -7.0625 4.789063 -7.050781 4.9375 -7.03125 C 5.09375 -7.019531 5.222656 -6.984375 5.328125 -6.921875 C 5.441406 -6.867188 5.535156 -6.78125 5.609375 -6.65625 C 5.691406 -6.53125 5.769531 -6.363281 5.84375 -6.15625 C 6.050781 -5.445313 6.289063 -4.679688 6.5625 -3.859375 C 6.84375 -3.046875 7.101563 -2.207031 7.34375 -1.34375 C 7.59375 -0.476563 7.800781 0.390625 7.96875 1.265625 C 8.132813 2.148438 8.21875 3.003906 8.21875 3.828125 C 8.21875 4.554688 8.113281 5.171875 7.90625 5.671875 C 7.707031 6.179688 7.441406 6.597656 7.109375 6.921875 C 6.773438 7.242188 6.394531 7.488281 5.96875 7.65625 C 5.550781 7.832031 5.128906 7.945313 4.703125 8 C 4.273438 8.050781 3.859375 8.0625 3.453125 8.03125 C 3.054688 8 2.710938 7.941406 2.421875 7.859375 C 2.128906 7.785156 1.90625 7.695313 1.75 7.59375 C 1.601563 7.5 1.566406 7.414063 1.640625 7.34375 C 1.722656 7.28125 1.929688 7.234375 2.265625 7.203125 C 2.597656 7.179688 3.109375 7.203125 3.796875 7.265625 Z M 3.984375 -5.90625 C 3.316406 -5.757813 2.773438 -5.554688 2.359375 -5.296875 C 1.941406 -5.046875 1.628906 -4.769531 1.421875 -4.46875 C 1.222656 -4.175781 1.113281 -3.878906 1.09375 -3.578125 C 1.070313 -3.285156 1.125 -3.035156 1.25 -2.828125 C 1.382813 -2.617188 1.570313 -2.460938 1.8125 -2.359375 C 2.050781 -2.253906 2.320313 -2.25 2.625 -2.34375 C 2.9375 -2.4375 3.269531 -2.640625 3.625 -2.953125 C 3.976563 -3.273438 4.332031 -3.753906 4.6875 -4.390625 C 4.6875 -4.535156 4.6875 -4.695313 4.6875 -4.875 C 4.695313 -5.0625 4.679688 -5.226563 4.640625 -5.375 C 4.609375 -5.53125 4.539063 -5.65625 4.4375 -5.75 C 4.332031 -5.851563 4.179688 -5.90625 3.984375 -5.90625 Z M 3.984375 -5.90625 "
id="path25" />
</g>
<g
id="glyph-1-4">
<path
d="M 0.265625 -4.609375 C 0.265625 -4.835938 0.320313 -5.003906 0.4375 -5.109375 C 0.5625 -5.210938 0.757813 -5.265625 1.03125 -5.265625 L 1.15625 -5.265625 C 1.1875 -5.117188 1.21875 -4.953125 1.25 -4.765625 C 1.289063 -4.578125 1.347656 -4.378906 1.421875 -4.171875 C 1.492188 -3.972656 1.578125 -3.789063 1.671875 -3.625 C 1.773438 -3.457031 1.898438 -3.320313 2.046875 -3.21875 C 2.054688 -3.539063 2.132813 -3.847656 2.28125 -4.140625 C 2.4375 -4.441406 2.625 -4.707031 2.84375 -4.9375 C 3.070313 -5.164063 3.316406 -5.359375 3.578125 -5.515625 C 3.847656 -5.679688 4.117188 -5.789063 4.390625 -5.84375 L 4.6875 -5.84375 C 5.125 -5.84375 5.492188 -5.742188 5.796875 -5.546875 C 6.109375 -5.347656 6.367188 -5.09375 6.578125 -4.78125 C 6.785156 -4.46875 6.941406 -4.109375 7.046875 -3.703125 C 7.148438 -3.304688 7.234375 -2.898438 7.296875 -2.484375 C 7.359375 -2.078125 7.394531 -1.675781 7.40625 -1.28125 C 7.414063 -0.894531 7.421875 -0.566406 7.421875 -0.296875 L 6.4375 -0.296875 C 6.375 -0.847656 6.304688 -1.375 6.234375 -1.875 C 6.203125 -2.070313 6.160156 -2.28125 6.109375 -2.5 C 6.066406 -2.726563 6.019531 -2.9375 5.96875 -3.125 C 5.914063 -3.320313 5.851563 -3.503906 5.78125 -3.671875 C 5.71875 -3.847656 5.648438 -3.992188 5.578125 -4.109375 C 5.535156 -4.148438 5.484375 -4.203125 5.421875 -4.265625 C 5.367188 -4.328125 5.3125 -4.390625 5.25 -4.453125 C 5.1875 -4.515625 5.125 -4.566406 5.0625 -4.609375 C 5.007813 -4.660156 4.976563 -4.6875 4.96875 -4.6875 C 4.695313 -4.757813 4.457031 -4.707031 4.25 -4.53125 C 4.050781 -4.351563 3.875 -4.113281 3.71875 -3.8125 C 3.570313 -3.507813 3.445313 -3.164063 3.34375 -2.78125 C 3.25 -2.40625 3.171875 -2.039063 3.109375 -1.6875 C 3.046875 -1.332031 3 -1.023438 2.96875 -0.765625 C 2.945313 -0.503906 2.929688 -0.347656 2.921875 -0.296875 C 2.691406 -0.128906 2.476563 -0.0820313 2.28125 -0.15625 C 2.082031 -0.226563 1.894531 -0.375 1.71875 -0.59375 C 1.539063 -0.8125 1.378906 -1.082031 1.234375 -1.40625 C 1.097656 -1.726563 0.96875 -2.070313 0.84375 -2.4375 C 0.726563 -2.8125 0.617188 -3.1875 0.515625 -3.5625 C 0.421875 -3.9375 0.335938 -4.285156 0.265625 -4.609375 Z M 0.265625 -4.609375 "
id="path28" />
</g>
<g
id="glyph-1-5">
<path
d="M 6.140625 -1.765625 C 5.796875 -1.523438 5.5 -1.3125 5.25 -1.125 C 5 -0.9375 4.753906 -0.78125 4.515625 -0.65625 C 4.285156 -0.53125 4.035156 -0.429688 3.765625 -0.359375 C 3.492188 -0.296875 3.160156 -0.265625 2.765625 -0.265625 C 1.921875 -0.265625 1.289063 -0.488281 0.875 -0.9375 C 0.46875 -1.394531 0.265625 -2.070313 0.265625 -2.96875 C 0.265625 -3.3125 0.3125 -3.671875 0.40625 -4.046875 C 0.5 -4.421875 0.632813 -4.789063 0.8125 -5.15625 C 0.988281 -5.519531 1.195313 -5.867188 1.4375 -6.203125 C 1.6875 -6.535156 1.96875 -6.828125 2.28125 -7.078125 C 2.59375 -7.335938 2.921875 -7.539063 3.265625 -7.6875 C 3.617188 -7.84375 3.992188 -7.921875 4.390625 -7.921875 C 5.035156 -7.859375 5.546875 -7.695313 5.921875 -7.4375 C 6.296875 -7.175781 6.578125 -6.84375 6.765625 -6.4375 C 6.960938 -6.03125 7.097656 -5.578125 7.171875 -5.078125 C 7.242188 -4.585938 7.300781 -4.078125 7.34375 -3.546875 C 7.382813 -3.023438 7.4375 -2.5 7.5 -1.96875 C 7.5625 -1.4375 7.691406 -0.945313 7.890625 -0.5 C 7.773438 -0.195313 7.664063 0.0078125 7.5625 0.125 C 7.457031 0.25 7.335938 0.269531 7.203125 0.1875 C 7.078125 0.101563 6.929688 -0.09375 6.765625 -0.40625 C 6.597656 -0.726563 6.390625 -1.179688 6.140625 -1.765625 Z M 1.4375 -2.9375 C 1.4375 -2.414063 1.53125 -2.035156 1.71875 -1.796875 C 1.914063 -1.554688 2.265625 -1.4375 2.765625 -1.4375 C 3.140625 -1.4375 3.5 -1.5 3.84375 -1.625 C 4.1875 -1.757813 4.484375 -1.941406 4.734375 -2.171875 C 4.992188 -2.410156 5.195313 -2.691406 5.34375 -3.015625 C 5.5 -3.347656 5.578125 -3.710938 5.578125 -4.109375 C 5.578125 -4.273438 5.582031 -4.503906 5.59375 -4.796875 C 5.601563 -5.097656 5.582031 -5.394531 5.53125 -5.6875 C 5.488281 -5.976563 5.40625 -6.226563 5.28125 -6.4375 C 5.15625 -6.65625 4.96875 -6.765625 4.71875 -6.765625 C 4.238281 -6.765625 3.796875 -6.640625 3.390625 -6.390625 C 2.992188 -6.148438 2.648438 -5.84375 2.359375 -5.46875 C 2.066406 -5.101563 1.835938 -4.691406 1.671875 -4.234375 C 1.515625 -3.785156 1.4375 -3.351563 1.4375 -2.9375 Z M 1.4375 -2.9375 "
id="path31" />
</g>
<g
id="glyph-1-6">
<path
d="M -0.03125 -6.890625 C -0.03125 -6.910156 -0.0234375 -6.929688 -0.015625 -6.953125 C -0.015625 -6.972656 -0.0078125 -6.992188 0 -7.015625 C 0.03125 -7.066406 0.0820313 -7.128906 0.15625 -7.203125 C 0.226563 -7.273438 0.273438 -7.3125 0.296875 -7.3125 L 3.046875 -7.3125 C 3.046875 -7.40625 3.03125 -7.5625 3 -7.78125 C 2.976563 -8 2.953125 -8.238281 2.921875 -8.5 C 2.898438 -8.769531 2.894531 -9.046875 2.90625 -9.328125 C 2.914063 -9.617188 2.953125 -9.878906 3.015625 -10.109375 C 3.085938 -10.347656 3.195313 -10.539063 3.34375 -10.6875 C 3.5 -10.832031 3.710938 -10.90625 3.984375 -10.90625 C 3.984375 -9.988281 4.046875 -9.25 4.171875 -8.6875 C 4.304688 -8.132813 4.476563 -7.707031 4.6875 -7.40625 C 4.90625 -7.113281 5.148438 -6.921875 5.421875 -6.828125 C 5.691406 -6.734375 5.96875 -6.691406 6.25 -6.703125 C 6.539063 -6.722656 6.820313 -6.769531 7.09375 -6.84375 C 7.375 -6.914063 7.617188 -6.960938 7.828125 -6.984375 C 8.046875 -7.015625 8.21875 -6.992188 8.34375 -6.921875 C 8.46875 -6.859375 8.53125 -6.703125 8.53125 -6.453125 C 8.53125 -6.253906 8.488281 -6.113281 8.40625 -6.03125 C 8.320313 -5.945313 8.15625 -5.882813 7.90625 -5.84375 C 7.832031 -5.832031 7.710938 -5.816406 7.546875 -5.796875 C 7.378906 -5.773438 7.191406 -5.753906 6.984375 -5.734375 C 6.773438 -5.710938 6.550781 -5.691406 6.3125 -5.671875 C 6.070313 -5.648438 5.847656 -5.628906 5.640625 -5.609375 C 5.429688 -5.585938 5.238281 -5.578125 5.0625 -5.578125 C 4.894531 -5.578125 4.769531 -5.578125 4.6875 -5.578125 C 4.6875 -5.523438 4.679688 -5.441406 4.671875 -5.328125 C 4.660156 -5.222656 4.65625 -5.15625 4.65625 -5.125 C 4.65625 -4.71875 4.71875 -4.328125 4.84375 -3.953125 C 4.976563 -3.578125 5.117188 -3.203125 5.265625 -2.828125 C 5.410156 -2.453125 5.546875 -2.078125 5.671875 -1.703125 C 5.804688 -1.328125 5.875 -0.941406 5.875 -0.546875 C 5.875 -0.472656 5.863281 -0.394531 5.84375 -0.3125 C 5.832031 -0.238281 5.804688 -0.171875 5.765625 -0.109375 C 5.722656 -0.0546875 5.660156 -0.015625 5.578125 0.015625 C 5.503906 0.046875 5.398438 0.0390625 5.265625 0 C 4.921875 -0.09375 4.664063 -0.285156 4.5 -0.578125 C 4.332031 -0.878906 4.207031 -1.238281 4.125 -1.65625 C 4.039063 -2.070313 3.984375 -2.507813 3.953125 -2.96875 C 3.929688 -3.4375 3.890625 -3.875 3.828125 -4.28125 C 3.765625 -4.6875 3.671875 -5.03125 3.546875 -5.3125 C 3.421875 -5.601563 3.21875 -5.78125 2.9375 -5.84375 L 0.296875 -6.453125 C 0.265625 -6.453125 0.210938 -6.488281 0.140625 -6.5625 C 0.0664063 -6.632813 0.0195313 -6.691406 0 -6.734375 C -0.0078125 -6.753906 -0.015625 -6.773438 -0.015625 -6.796875 C -0.0234375 -6.816406 -0.03125 -6.847656 -0.03125 -6.890625 Z M -0.03125 -6.890625 "
id="path34" />
</g>
<g
id="glyph-1-7">
<path
d="M 0.265625 -5.578125 C 0.265625 -5.628906 0.265625 -5.722656 0.265625 -5.859375 C 0.273438 -6.003906 0.28125 -6.15625 0.28125 -6.3125 C 0.28125 -6.46875 0.28125 -6.609375 0.28125 -6.734375 C 0.289063 -6.867188 0.296875 -6.960938 0.296875 -7.015625 C 0.359375 -7.128906 0.429688 -7.238281 0.515625 -7.34375 C 0.609375 -7.445313 0.703125 -7.519531 0.796875 -7.5625 C 0.890625 -7.601563 0.992188 -7.609375 1.109375 -7.578125 C 1.222656 -7.546875 1.34375 -7.457031 1.46875 -7.3125 L 1.46875 -7.015625 C 1.457031 -6.972656 1.4375 -6.867188 1.40625 -6.703125 C 1.375 -6.535156 1.335938 -6.347656 1.296875 -6.140625 C 1.265625 -5.941406 1.234375 -5.757813 1.203125 -5.59375 C 1.171875 -5.425781 1.15625 -5.316406 1.15625 -5.265625 C 1.15625 -5.097656 1.171875 -4.882813 1.203125 -4.625 C 1.242188 -4.363281 1.296875 -4.09375 1.359375 -3.8125 C 1.429688 -3.53125 1.519531 -3.25 1.625 -2.96875 C 1.726563 -2.6875 1.851563 -2.429688 2 -2.203125 C 2.144531 -1.984375 2.304688 -1.800781 2.484375 -1.65625 C 2.671875 -1.507813 2.878906 -1.4375 3.109375 -1.4375 C 3.398438 -1.4375 3.65625 -1.507813 3.875 -1.65625 C 4.101563 -1.8125 4.300781 -2.015625 4.46875 -2.265625 C 4.632813 -2.515625 4.769531 -2.789063 4.875 -3.09375 C 4.976563 -3.40625 5.0625 -3.71875 5.125 -4.03125 C 5.1875 -4.34375 5.226563 -4.644531 5.25 -4.9375 C 5.28125 -5.226563 5.296875 -5.484375 5.296875 -5.703125 C 5.296875 -5.921875 5.28125 -6.128906 5.25 -6.328125 C 5.21875 -6.523438 5.175781 -6.71875 5.125 -6.90625 C 5.082031 -7.101563 5.046875 -7.289063 5.015625 -7.46875 C 4.984375 -7.65625 4.96875 -7.847656 4.96875 -8.046875 C 4.96875 -8.210938 5.03125 -8.332031 5.15625 -8.40625 C 5.28125 -8.476563 5.421875 -8.515625 5.578125 -8.515625 C 5.765625 -8.515625 5.914063 -8.457031 6.03125 -8.34375 C 6.15625 -8.238281 6.25 -8.097656 6.3125 -7.921875 C 6.382813 -7.742188 6.429688 -7.546875 6.453125 -7.328125 C 6.472656 -7.109375 6.484375 -6.890625 6.484375 -6.671875 C 6.484375 -6.453125 6.476563 -6.242188 6.46875 -6.046875 C 6.457031 -5.847656 6.453125 -5.691406 6.453125 -5.578125 C 6.453125 -5.265625 6.429688 -4.910156 6.390625 -4.515625 C 6.347656 -4.128906 6.269531 -3.726563 6.15625 -3.3125 C 6.039063 -2.894531 5.894531 -2.484375 5.71875 -2.078125 C 5.550781 -1.679688 5.347656 -1.328125 5.109375 -1.015625 C 4.867188 -0.703125 4.59375 -0.445313 4.28125 -0.25 C 3.96875 -0.0625 3.613281 0.03125 3.21875 0.03125 C 2.8125 0.03125 2.453125 -0.0664063 2.140625 -0.265625 C 1.835938 -0.460938 1.578125 -0.722656 1.359375 -1.046875 C 1.140625 -1.367188 0.957031 -1.734375 0.8125 -2.140625 C 0.664063 -2.554688 0.554688 -2.96875 0.484375 -3.375 C 0.410156 -3.78125 0.351563 -4.175781 0.3125 -4.5625 C 0.28125 -4.957031 0.265625 -5.296875 0.265625 -5.578125 Z M 0.265625 -5.578125 "
id="path37" />
</g>
<g
id="glyph-1-8">
<path
d="M 0.265625 -5.734375 C 0.265625 -5.816406 0.269531 -5.898438 0.28125 -5.984375 C 0.289063 -6.078125 0.304688 -6.15625 0.328125 -6.21875 C 0.359375 -6.289063 0.40625 -6.347656 0.46875 -6.390625 C 0.53125 -6.429688 0.613281 -6.453125 0.71875 -6.453125 C 0.8125 -6.453125 0.914063 -6.378906 1.03125 -6.234375 C 1.144531 -6.097656 1.257813 -5.921875 1.375 -5.703125 C 1.5 -5.492188 1.613281 -5.257813 1.71875 -5 C 1.832031 -4.75 1.929688 -4.515625 2.015625 -4.296875 C 2.109375 -4.085938 2.179688 -3.90625 2.234375 -3.75 C 2.296875 -3.59375 2.328125 -3.515625 2.328125 -3.515625 C 2.453125 -3.828125 2.585938 -4.171875 2.734375 -4.546875 C 2.878906 -4.921875 3.054688 -5.269531 3.265625 -5.59375 C 3.484375 -5.914063 3.738281 -6.1875 4.03125 -6.40625 C 4.332031 -6.625 4.695313 -6.734375 5.125 -6.734375 C 5.34375 -6.734375 5.546875 -6.695313 5.734375 -6.625 C 5.929688 -6.5625 6.101563 -6.460938 6.25 -6.328125 C 6.40625 -6.191406 6.53125 -6.03125 6.625 -5.84375 C 6.71875 -5.664063 6.765625 -5.460938 6.765625 -5.234375 C 6.765625 -5.035156 6.679688 -4.894531 6.515625 -4.8125 C 6.359375 -4.726563 6.179688 -4.6875 5.984375 -4.6875 L 5.84375 -4.6875 L 5.25 -5.265625 C 5.238281 -5.265625 5.226563 -5.269531 5.21875 -5.28125 C 5.195313 -5.28125 5.179688 -5.28125 5.171875 -5.28125 C 5.160156 -5.289063 5.144531 -5.296875 5.125 -5.296875 C 4.800781 -5.296875 4.550781 -5.207031 4.375 -5.03125 C 4.195313 -4.851563 4.0625 -4.632813 3.96875 -4.375 C 3.882813 -4.113281 3.828125 -3.835938 3.796875 -3.546875 C 3.773438 -3.265625 3.765625 -3.003906 3.765625 -2.765625 C 3.765625 -2.585938 3.78125 -2.40625 3.8125 -2.21875 C 3.851563 -2.03125 3.894531 -1.847656 3.9375 -1.671875 C 3.988281 -1.492188 4.03125 -1.3125 4.0625 -1.125 C 4.101563 -0.9375 4.125 -0.742188 4.125 -0.546875 C 4.125 -0.160156 3.921875 0.03125 3.515625 0.03125 C 3.285156 0.03125 3.046875 -0.0859375 2.796875 -0.328125 C 2.554688 -0.578125 2.3125 -0.882813 2.0625 -1.25 C 1.820313 -1.625 1.59375 -2.035156 1.375 -2.484375 C 1.15625 -2.941406 0.960938 -3.382813 0.796875 -3.8125 C 0.640625 -4.238281 0.507813 -4.625 0.40625 -4.96875 C 0.3125 -5.3125 0.265625 -5.566406 0.265625 -5.734375 Z M 0.265625 -5.734375 "
id="path40" />
</g>
<g
id="glyph-1-9">
<path
d="M 0.265625 -3.796875 C 0.265625 -4.285156 0.320313 -4.773438 0.4375 -5.265625 C 0.5625 -5.765625 0.753906 -6.207031 1.015625 -6.59375 C 1.273438 -6.988281 1.613281 -7.304688 2.03125 -7.546875 C 2.445313 -7.796875 2.945313 -7.921875 3.53125 -7.921875 C 3.875 -7.921875 4.171875 -7.859375 4.421875 -7.734375 C 4.679688 -7.609375 4.894531 -7.445313 5.0625 -7.25 C 5.238281 -7.050781 5.367188 -6.816406 5.453125 -6.546875 C 5.535156 -6.273438 5.578125 -5.992188 5.578125 -5.703125 C 5.578125 -5.242188 5.46875 -4.796875 5.25 -4.359375 C 5.039063 -3.921875 4.753906 -3.535156 4.390625 -3.203125 C 4.035156 -2.867188 3.625 -2.617188 3.15625 -2.453125 C 2.695313 -2.285156 2.226563 -2.242188 1.75 -2.328125 C 1.757813 -2.066406 1.847656 -1.859375 2.015625 -1.703125 C 2.179688 -1.546875 2.382813 -1.425781 2.625 -1.34375 C 2.863281 -1.257813 3.109375 -1.203125 3.359375 -1.171875 C 3.609375 -1.148438 3.835938 -1.140625 4.046875 -1.140625 C 4.253906 -1.140625 4.445313 -1.15625 4.625 -1.1875 C 4.8125 -1.226563 4.992188 -1.269531 5.171875 -1.3125 C 5.359375 -1.363281 5.546875 -1.40625 5.734375 -1.4375 C 5.921875 -1.476563 6.117188 -1.5 6.328125 -1.5 C 6.410156 -1.5 6.488281 -1.492188 6.5625 -1.484375 C 6.644531 -1.472656 6.722656 -1.453125 6.796875 -1.421875 C 6.867188 -1.390625 6.925781 -1.335938 6.96875 -1.265625 C 7.019531 -1.203125 7.046875 -1.125 7.046875 -1.03125 C 7.046875 -0.851563 6.984375 -0.707031 6.859375 -0.59375 C 6.734375 -0.476563 6.570313 -0.378906 6.375 -0.296875 C 6.175781 -0.210938 5.957031 -0.148438 5.71875 -0.109375 C 5.476563 -0.0664063 5.25 -0.0351563 5.03125 -0.015625 C 4.8125 0.00390625 4.609375 0.015625 4.421875 0.015625 C 4.234375 0.0234375 4.09375 0.03125 4 0.03125 C 3.414063 0.03125 2.890625 -0.0625 2.421875 -0.25 C 1.960938 -0.4375 1.570313 -0.695313 1.25 -1.03125 C 0.9375 -1.363281 0.691406 -1.765625 0.515625 -2.234375 C 0.347656 -2.703125 0.265625 -3.222656 0.265625 -3.796875 Z M 1.71875 -4.6875 C 1.71875 -4.363281 1.757813 -4.128906 1.84375 -3.984375 C 1.9375 -3.835938 2.148438 -3.765625 2.484375 -3.765625 C 2.722656 -3.765625 2.953125 -3.804688 3.171875 -3.890625 C 3.398438 -3.984375 3.609375 -4.109375 3.796875 -4.265625 C 3.984375 -4.421875 4.128906 -4.601563 4.234375 -4.8125 C 4.347656 -5.019531 4.40625 -5.242188 4.40625 -5.484375 C 4.40625 -5.617188 4.394531 -5.757813 4.375 -5.90625 C 4.351563 -6.050781 4.304688 -6.1875 4.234375 -6.3125 C 4.160156 -6.4375 4.066406 -6.535156 3.953125 -6.609375 C 3.835938 -6.691406 3.691406 -6.734375 3.515625 -6.734375 C 3.234375 -6.734375 2.984375 -6.671875 2.765625 -6.546875 C 2.546875 -6.421875 2.359375 -6.257813 2.203125 -6.0625 C 2.046875 -5.875 1.925781 -5.65625 1.84375 -5.40625 C 1.757813 -5.164063 1.71875 -4.925781 1.71875 -4.6875 Z M 1.71875 -4.6875 "
id="path43" />
</g>
<g
id="glyph-2-0" />
<g
id="glyph-2-1" />
</g>
</defs>
<g
fill="#000000"
fill-opacity="1"
id="g54">
<use
xlink:href="#glyph-0-1"
x="194.13492"
y="38.055199"
id="use52" />
</g>
<path
fill="none"
stroke-width="1.04"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 409.742253 39.418142 C 420.839611 40.080748 428.790892 40.519008 444.62041 39.418142 M 409.742253 39.418142 C 417.307448 39.371185 425.180468 38.792057 444.62041 39.418142 "
transform="matrix(0.7487, 0, 0, 0.7487, 0.37435, 0.37435)"
id="path56" />
<path
fill="none"
stroke-width="0.52"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 442.789111 35.8025 L 442.789111 35.8025 M 442.789111 35.8025 L 442.789111 35.8025 M 445.251712 39.308577 C 445.517798 38.687709 446.248231 38.202493 446.60823 37.738147 M 445.251712 39.308577 C 445.449972 39.099882 445.768232 38.578144 446.60823 37.738147 "
transform="matrix(0.7487, 0, 0, 0.7487, 0.37435, 0.37435)"
id="path58" />
<path
fill="none"
stroke-width="1.04"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 450.072567 39.418142 C 448.898658 40.790311 445.830841 42.068569 442.80998 43.049435 M 450.072567 39.418142 C 447.270837 40.310313 445.209973 41.990308 442.80998 43.049435 M 442.80998 43.049435 C 443.618674 42.042482 443.331718 41.36944 444.62041 39.418142 M 442.80998 43.049435 C 443.519543 41.979873 443.702152 40.910311 444.62041 39.418142 M 444.62041 39.418142 C 443.858673 38.442492 443.462152 37.242496 442.80998 35.792066 M 444.62041 39.418142 C 443.910847 38.442492 443.409979 37.299887 442.80998 35.792066 M 442.80998 35.792066 C 444.030846 37.242496 446.399535 37.190322 450.072567 39.418142 M 442.80998 35.792066 C 444.531714 36.381629 446.48823 37.81119 450.072567 39.418142 "
transform="matrix(0.7487, 0, 0, 0.7487, 0.37435, 0.37435)"
id="path60" />
<path
fill="none"
stroke-width="0.52"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 471.980328 22.821669 L 471.980328 22.821669 M 471.980328 22.821669 L 471.980328 22.821669 M 471.709024 29.458171 C 472.768152 27.699916 475.418579 24.950359 477.150747 23.192103 M 471.709024 29.458171 C 473.989018 27.402525 475.742056 24.971228 477.150747 23.192103 M 472.121197 35.312067 C 475.569882 31.002515 477.369877 30.021648 482.999425 22.790365 M 472.121197 35.312067 C 476.989009 29.901648 481.408126 24.939924 482.999425 22.790365 M 471.839459 41.948569 C 478.502048 34.080766 485.649852 29.828605 488.18028 23.160799 M 471.839459 41.948569 C 475.100319 37.289452 479.529871 32.468597 488.18028 23.160799 M 472.251632 47.802464 C 481.058562 36.830323 486.552458 28.727739 494.028958 22.748626 M 472.251632 47.802464 C 477.077704 42.929436 482.117689 36.480759 494.028958 22.748626 M 471.980328 54.438966 C 481.110735 43.670303 488.561148 33.741637 499.199377 23.11906 M 471.980328 54.438966 C 478.778569 46.910293 483.928118 41.912047 499.199377 23.11906 M 472.392501 60.287645 C 482.717687 48.752027 487.778542 40.242487 505.05849 22.712105 M 472.392501 60.287645 C 481.408126 49.847676 489.249842 40.95205 505.05849 22.712105 M 476.201185 62.228508 C 486.302024 49.200721 494.832434 41.661613 510.228909 23.087756 M 476.201185 62.228508 C 485.409853 50.447674 495.980256 39.809445 510.228909 23.087756 M 480.020304 64.169372 C 491.900268 50.91202 504.42197 36.209456 516.077588 22.6808 M 480.020304 64.169372 C 494.028958 49.12246 507.369787 34.419896 516.077588 22.6808 M 484.512464 65.327629 C 500.952415 47.019858 514.757592 33.41816 521.258442 23.051234 M 484.512464 65.327629 C 498.108946 48.52768 511.919339 33.971201 521.258442 23.051234 M 489.677666 65.698063 C 498.270684 55.299833 508.710653 43.169435 527.112337 22.639061 M 489.677666 65.698063 C 498.030685 55.649398 509.441086 43.268565 527.112337 22.639061 M 495.541997 65.291108 C 509.748911 49.419851 522.161048 33.819897 532.277539 23.01993 M 495.541997 65.291108 C 509.039348 51.56941 521.070616 36.12076 532.277539 23.01993 M 500.712416 65.661542 C 511.439341 52.440711 518.978448 42.350307 538.14187 22.607757 M 500.712416 65.661542 C 513.208031 49.508546 527.049729 35.280763 538.14187 22.607757 M 503.837624 68.390229 C 512.540207 57.689391 522.030613 47.312031 543.312289 22.978191 M 503.837624 68.390229 C 518.608015 52.059843 533.748839 33.668594 543.312289 22.978191 M 511.741948 65.630237 C 526.637556 49.628546 537.959261 33.261638 549.160967 22.571235 M 511.741948 65.630237 C 526.632339 48.28768 541.517512 33.19903 549.160967 22.571235 M 519.63062 62.870246 C 532.87232 48.658114 545.388804 33.522507 554.341821 22.941669 M 519.63062 62.870246 C 528.609724 52.80071 538.752302 41.927699 554.341821 22.941669 M 530.931456 56.202439 C 539.378388 47.312031 548.560969 35.432067 560.190499 22.529496 M 530.931456 56.202439 C 541.981858 44.129432 551.519221 32.171207 560.190499 22.529496 M 537.458393 55.00766 C 543.260115 46.430295 552.620087 39.89814 565.360919 22.910365 M 537.458393 55.00766 C 544.679241 46.242469 554.451386 36.512063 565.360919 22.910365 M 543.317506 54.600705 C 548.680968 45.06856 559.120937 37.607712 565.089615 29.541649 M 543.317506 54.600705 C 546.917495 49.952023 552.640957 43.028566 565.089615 29.541649 M 547.809667 55.748528 C 553.710519 48.272028 558.192244 44.901604 565.501788 35.400762 M 547.809667 55.748528 C 554.007909 49.962458 560.039195 41.640744 565.501788 35.400762 M 552.980086 56.129396 C 557.461812 54.428532 559.100068 49.419851 565.230484 42.032047 M 552.980086 56.129396 C 557.952245 51.35028 561.150496 46.169426 565.230484 42.032047 M 556.78877 58.07026 C 560.060065 54.428532 562.340058 50.181588 565.63744 47.89116 M 556.78877 58.07026 C 560.399194 54.131141 563.472229 51.141585 565.63744 47.89116 M 560.607889 60.011124 C 561.708756 57.882434 563.52962 56.57809 565.371353 54.522444 M 560.607889 60.011124 C 562.047885 58.60765 563.007882 56.828524 565.371353 54.522444 "
transform="matrix(0.7487, 0, 0, 0.7487, 0.37435, 0.37435)"
id="path62" />
<path
fill="none"
stroke-width="1.04"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 471.980328 22.821669 C 508.157611 23.150364 544.94011 23.552102 565.340049 22.821669 M 471.980328 22.821669 C 506.399356 21.287761 539.477518 21.830368 565.340049 22.821669 M 565.340049 22.821669 C 564.698312 32.839031 565.407875 40.221618 565.340049 59.849385 M 565.340049 22.821669 C 565.261789 31.299905 565.068746 41.218136 565.340049 59.849385 M 565.340049 59.849385 C 551.127918 50.348544 533.477536 53.270274 518.660189 59.849385 M 565.340049 59.849385 C 549.447923 53.249405 534.948836 50.040719 518.660189 59.849385 M 518.660189 59.849385 C 503.60806 67.539797 488.968103 66.230235 471.980328 59.849385 M 518.660189 59.849385 C 505.089794 67.649362 486.510719 69.861529 471.980328 59.849385 M 471.980328 59.849385 C 470.717723 51.042455 472.392501 43.712042 471.980328 29.359041 M 471.980328 59.849385 C 472.799456 48.689418 473.258585 36.392064 471.980328 29.359041 M 471.980328 29.359041 C 472.481196 27.981654 472.590761 25.649487 471.980328 22.821669 M 471.980328 29.359041 C 472.100328 27.861654 472.037719 25.800791 471.980328 22.821669 "
transform="matrix(0.7487, 0, 0, 0.7487, 0.37435, 0.37435)"
id="path64" />
<g
fill="#000000"
fill-opacity="1"
id="g84">
<use
xlink:href="#glyph-1-1"
x="355.71176"
y="34.948654"
id="use66" />
<use
xlink:href="#glyph-1-2"
x="363.01547"
y="34.948654"
id="use68" />
<use
xlink:href="#glyph-1-3"
x="366.2373"
y="34.948654"
id="use70" />
<use
xlink:href="#glyph-1-4"
x="374.14172"
y="34.948654"
id="use72" />
<use
xlink:href="#glyph-1-5"
x="382.04611"
y="34.948654"
id="use74" />
<use
xlink:href="#glyph-1-6"
x="390.5239"
y="34.948654"
id="use76" />
<use
xlink:href="#glyph-1-7"
x="399.302"
y="34.948654"
id="use78" />
<use
xlink:href="#glyph-1-8"
x="406.31906"
y="34.948654"
id="use80" />
<use
xlink:href="#glyph-1-9"
x="413.29514"
y="34.948654"
id="use82" />
</g>
<path
fill="none"
stroke-width="1.04"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 297.709544 23.859927 C 322.158167 23.312103 347.530265 24.167752 391.069265 23.859927 M 297.709544 23.859927 C 331.507704 24.611229 364.31978 24.480795 391.069265 23.859927 M 391.069265 23.859927 C 393.062303 36.032065 389.749269 50.369413 391.069265 59.129387 M 391.069265 23.859927 C 390.902309 36.882497 391.069265 48.960722 391.069265 59.129387 M 391.069265 59.129387 C 377.358002 52.122452 359.911097 52.299842 344.389405 59.129387 M 391.069265 59.129387 C 374.71801 53.771142 358.867622 50.019849 344.389405 59.129387 M 344.389405 59.129387 C 329.509449 66.188496 312.959933 65.468499 297.709544 59.129387 M 344.389405 59.129387 C 326.639892 67.200667 313.539062 64.289372 297.709544 59.129387 M 297.709544 59.129387 C 298.502585 49.472025 299.681712 39.522489 297.709544 30.079039 M 297.709544 59.129387 C 298.539107 50.718977 297.119981 43.127696 297.709544 30.079039 M 297.709544 30.079039 C 297.991282 28.419914 297.839979 27.407743 297.709544 23.859927 M 297.709544 30.079039 C 297.610414 27.63209 297.500849 25.049489 297.709544 23.859927 "
transform="matrix(0.7487, 0, 0, 0.7487, 0.37435, 0.37435)"
id="path86" />
<path
fill="none"
stroke-width="1.04"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 184.498827 9.102591 C 185.542302 7.490422 188.630988 8.591289 187.530122 12.118234 M 184.498827 9.102591 C 188.380554 10.667804 186.168387 8.700853 187.530122 12.118234 M 187.530122 12.118234 C 186.841428 14.768661 185.719692 16.81909 184.498827 15.118226 M 187.530122 12.118234 C 189.830985 13.589534 183.987524 13.620839 184.498827 15.118226 M 184.498827 15.118226 C 180.898837 16.69909 182.740571 15.019095 181.467531 12.118234 M 184.498827 15.118226 C 184.039697 15.812137 182.338833 11.747801 181.467531 12.118234 M 181.467531 12.118234 C 179.391016 11.048672 182.928396 8.507811 184.498827 9.102591 M 181.467531 12.118234 C 182.667528 10.709543 183.189265 9.102591 184.498827 9.102591 M 184.498827 9.102591 L 184.498827 9.102591 M 184.498827 9.102591 L 184.498827 9.102591 M 191.750979 50.481598 C 190.801416 51.389422 192.74228 53.591154 191.150981 53.02246 M 191.750979 50.481598 C 192.439672 51.102466 193.190974 51.67116 191.150981 53.02246 M 191.150981 53.02246 C 191.140546 53.027678 191.119676 53.048547 191.098807 53.069417 M 191.150981 53.02246 C 191.130111 53.027678 191.119676 53.038112 191.098807 53.069417 M 191.098807 53.069417 C 189.538811 54.138979 188.620553 56.178972 187.749252 57.572012 M 191.098807 53.069417 C 189.940549 54.441586 188.970118 55.500714 187.749252 57.572012 M 187.749252 57.572012 C 188.302293 59.62244 190.519678 61.198088 190.822286 62.658953 M 187.749252 57.572012 C 188.917944 59.601571 189.72142 61.380696 190.822286 62.658953 M 190.822286 62.658953 C 189.38229 64.239818 188.808379 66.598072 187.728382 67.761547 M 190.822286 62.658953 C 189.679681 64.010253 189.100552 65.888509 187.728382 67.761547 M 187.728382 67.761547 C 189.241421 69.519802 189.710985 71.038059 191.187502 72.671097 M 187.728382 67.761547 C 188.808379 69.248499 190.248375 71.158058 191.187502 72.671097 M 191.187502 72.671097 C 189.961419 74.408483 189.862289 75.478045 187.900555 77.648474 M 191.187502 72.671097 C 190.128375 74.267614 188.902292 76.119782 187.900555 77.648474 M 187.900555 77.648474 C 188.302293 78.290211 188.818814 80.090205 190.050114 81.399767 M 187.900555 77.648474 C 188.959683 79.140643 189.50229 80.731943 190.050114 81.399767 M 190.050114 81.399767 C 188.938813 82.782371 187.128384 85.318016 184.389262 87.598009 M 190.050114 81.399767 C 188.578814 83.549326 186.862298 84.921495 184.389262 87.598009 M 184.389262 87.598009 C 183.069266 88.70931 185.427519 88.82931 184.258827 87.618879 M 184.389262 87.598009 C 182.688397 86.758012 185.06752 89.189309 184.258827 87.618879 M 184.258827 87.618879 C 182.709267 87.718009 183.382308 86.94062 183.982306 87.571922 M 184.258827 87.618879 C 184.311001 87.650183 185.521432 86.747577 183.982306 87.571922 M 183.982306 87.571922 C 182.051877 84.258889 178.24841 82.521502 177.022327 81.462375 M 183.982306 87.571922 C 182.151007 85.881492 180.439708 84.290193 177.022327 81.462375 M 177.022327 81.462375 C 174.951029 80.340639 177.231022 80.611943 176.239721 79.620642 M 177.022327 81.462375 C 176.69885 80.528465 176.401459 80.700638 176.239721 79.620642 M 176.239721 79.620642 C 176.317981 66.279812 174.351031 53.55985 176.239721 40.641628 M 176.239721 79.620642 C 175.822331 66.942419 175.451897 53.22072 176.239721 40.641628 M 176.239721 40.641628 C 168.30931 36.848595 163.399759 31.119917 164.667581 22.568638 M 176.239721 40.641628 C 167.318008 38.930328 166.509315 31.959914 164.667581 22.568638 M 164.667581 22.568638 C 165.471057 10.772152 174.580595 4.542605 184.749261 2.612176 M 164.667581 22.568638 C 163.347585 12.092148 174.4919 2.429568 184.749261 2.612176 M 184.749261 2.612176 C 196.279661 2.450437 206.130066 10.892151 204.820505 22.568638 M 184.749261 2.612176 C 194.260537 0.707834 206.437891 13.620839 204.820505 22.568638 M 204.820505 22.568638 C 203.150945 32.419043 199.629216 37.730332 191.750979 41.299017 M 204.820505 22.568638 C 207.001368 30.368615 198.940523 40.052064 191.750979 41.299017 M 191.750979 41.299017 C 191.860544 43.500749 191.771848 45.201614 191.750979 50.481598 M 191.750979 41.299017 C 192.022282 45.060745 191.970109 48.598126 191.750979 50.481598 "
transform="matrix(-0.000000000000000138, -0.7487, 0.7487, -0.000000000000000138, 104.915357, 172.47805)"
id="path88" />
<g
fill="#000000"
fill-opacity="1"
id="g104">
<use
xlink:href="#glyph-0-2"
x="9.3196411"
y="41.161747"
id="use90" />
<use
xlink:href="#glyph-0-3"
x="17.434889"
y="41.161747"
id="use92" />
<use
xlink:href="#glyph-0-4"
x="21.014698"
y="41.161747"
id="use94" />
<use
xlink:href="#glyph-0-5"
x="29.797367"
y="41.161747"
id="use96" />
<use
xlink:href="#glyph-0-3"
x="38.580036"
y="41.161747"
id="use98" />
<use
xlink:href="#glyph-0-5"
x="42.159847"
y="41.161747"
id="use100" />
<use
xlink:href="#glyph-0-4"
x="50.942516"
y="41.161747"
id="use102" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g108">
<use
xlink:href="#glyph-2-1"
x="59.716084"
y="41.161747"
id="use106" />
</g>
<path
fill="none"
stroke-width="1.04"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 11.411269 62.238943 C 10.759097 61.691119 35.912065 60.298079 84.021487 60.162428 M 11.411269 62.238943 C 9.887795 60.282427 36.032065 60.198949 84.021487 60.162428 "
transform="matrix(0.7487, 0, 0, 0.7487, 0.37435, 0.37435)"
id="path110" />
</svg>

After

Width:  |  Height:  |  Size: 49 KiB

View File

@@ -0,0 +1,503 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="538.08002pt"
height="69.119995pt"
viewBox="0 0 538.08002 69.119995"
version="1.1"
id="svg190"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs84">
<g
id="g82">
<g
id="glyph-0-0" />
<g
id="glyph-0-1">
<path
d="M 0.328125 -4.1875 C 0.285156 -4.1875 0.222656 -4.234375 0.140625 -4.328125 C 0.0664063 -4.421875 0.0195313 -4.492188 0 -4.546875 C -0.0078125 -4.554688 -0.015625 -4.578125 -0.015625 -4.609375 C -0.0234375 -4.628906 -0.03125 -4.648438 -0.03125 -4.671875 C -0.03125 -4.710938 -0.0234375 -4.75 -0.015625 -4.78125 C -0.015625 -4.800781 -0.0078125 -4.820313 0 -4.84375 C 0.0390625 -4.90625 0.0976563 -4.972656 0.171875 -5.046875 C 0.253906 -5.128906 0.304688 -5.171875 0.328125 -5.171875 L 3.5625 -5.171875 C 3.625 -5.691406 3.707031 -6.234375 3.8125 -6.796875 C 3.914063 -7.359375 4.039063 -7.898438 4.1875 -8.421875 L 4.546875 -8.421875 C 4.585938 -8.398438 4.640625 -8.367188 4.703125 -8.328125 C 4.773438 -8.296875 4.847656 -8.265625 4.921875 -8.234375 C 4.992188 -8.203125 5.050781 -8.171875 5.09375 -8.140625 C 5.144531 -8.109375 5.171875 -8.085938 5.171875 -8.078125 L 5.171875 -5.0625 C 5.347656 -5.0625 5.566406 -5.085938 5.828125 -5.140625 C 6.085938 -5.191406 6.335938 -5.21875 6.578125 -5.21875 C 6.828125 -5.226563 7.035156 -5.1875 7.203125 -5.09375 C 7.378906 -5 7.46875 -4.800781 7.46875 -4.5 C 7.46875 -4.320313 7.410156 -4.1875 7.296875 -4.09375 C 7.179688 -4.007813 7.035156 -3.941406 6.859375 -3.890625 C 6.691406 -3.847656 6.507813 -3.816406 6.3125 -3.796875 C 6.125 -3.785156 5.941406 -3.765625 5.765625 -3.734375 C 5.597656 -3.703125 5.457031 -3.644531 5.34375 -3.5625 C 5.226563 -3.488281 5.171875 -3.382813 5.171875 -3.25 C 5.171875 -3 5.222656 -2.769531 5.328125 -2.5625 C 5.441406 -2.351563 5.5625 -2.144531 5.6875 -1.9375 C 5.8125 -1.738281 5.921875 -1.535156 6.015625 -1.328125 C 6.117188 -1.117188 6.171875 -0.894531 6.171875 -0.65625 C 6.171875 -0.195313 5.945313 0.03125 5.5 0.03125 C 5.28125 0.03125 5.082031 -0.03125 4.90625 -0.15625 C 4.738281 -0.28125 4.585938 -0.445313 4.453125 -0.65625 C 4.316406 -0.875 4.195313 -1.113281 4.09375 -1.375 C 3.988281 -1.632813 3.898438 -1.894531 3.828125 -2.15625 C 3.753906 -2.425781 3.695313 -2.6875 3.65625 -2.9375 C 3.613281 -3.1875 3.582031 -3.394531 3.5625 -3.5625 Z M 0.328125 -4.1875 "
id="path3" />
</g>
<g
id="glyph-0-2">
<path
d="M 0 -10.90625 C 0.4375 -10.90625 0.800781 -10.773438 1.09375 -10.515625 C 1.394531 -10.253906 1.644531 -9.914063 1.84375 -9.5 C 2.039063 -9.082031 2.203125 -8.601563 2.328125 -8.0625 C 2.460938 -7.53125 2.585938 -6.976563 2.703125 -6.40625 C 2.828125 -5.832031 2.953125 -5.273438 3.078125 -4.734375 C 3.210938 -4.203125 3.375 -3.722656 3.5625 -3.296875 C 3.757813 -2.878906 3.992188 -2.539063 4.265625 -2.28125 C 4.546875 -2.03125 4.90625 -1.90625 5.34375 -1.90625 C 5.363281 -1.90625 5.390625 -1.910156 5.421875 -1.921875 C 5.441406 -1.929688 5.46875 -1.941406 5.5 -1.953125 C 5.53125 -1.960938 5.585938 -2.007813 5.671875 -2.09375 C 5.753906 -2.175781 5.804688 -2.234375 5.828125 -2.265625 C 5.847656 -2.316406 5.882813 -2.484375 5.9375 -2.765625 C 6 -3.046875 6.082031 -3.398438 6.1875 -3.828125 C 6.300781 -4.265625 6.421875 -4.753906 6.546875 -5.296875 C 6.679688 -5.835938 6.820313 -6.382813 6.96875 -6.9375 C 7.113281 -7.5 7.257813 -8.046875 7.40625 -8.578125 C 7.5625 -9.109375 7.707031 -9.578125 7.84375 -9.984375 C 7.988281 -10.398438 8.125 -10.726563 8.25 -10.96875 C 8.375 -11.21875 8.484375 -11.34375 8.578125 -11.34375 C 8.691406 -11.34375 8.785156 -11.316406 8.859375 -11.265625 C 8.929688 -11.222656 8.976563 -11.160156 9 -11.078125 C 9.03125 -10.992188 9.050781 -10.90625 9.0625 -10.8125 C 9.070313 -10.71875 9.078125 -10.625 9.078125 -10.53125 C 9.078125 -10.382813 9.050781 -10.117188 9 -9.734375 C 8.945313 -9.347656 8.867188 -8.894531 8.765625 -8.375 C 8.671875 -7.863281 8.554688 -7.300781 8.421875 -6.6875 C 8.285156 -6.070313 8.132813 -5.445313 7.96875 -4.8125 C 7.8125 -4.1875 7.640625 -3.582031 7.453125 -3 C 7.265625 -2.425781 7.070313 -1.914063 6.875 -1.46875 C 6.675781 -1.019531 6.472656 -0.660156 6.265625 -0.390625 C 6.054688 -0.128906 5.851563 0 5.65625 0 C 5.382813 0 5.125 -0.0703125 4.875 -0.21875 C 4.625 -0.375 4.382813 -0.570313 4.15625 -0.8125 C 3.9375 -1.050781 3.726563 -1.320313 3.53125 -1.625 C 3.34375 -1.9375 3.171875 -2.25 3.015625 -2.5625 C 2.859375 -2.875 2.710938 -3.171875 2.578125 -3.453125 C 2.453125 -3.734375 2.347656 -3.976563 2.265625 -4.1875 C 2.148438 -4.46875 2.015625 -4.800781 1.859375 -5.1875 C 1.703125 -5.570313 1.539063 -5.972656 1.375 -6.390625 C 1.207031 -6.816406 1.039063 -7.242188 0.875 -7.671875 C 0.71875 -8.097656 0.570313 -8.476563 0.4375 -8.8125 C 0.300781 -9.15625 0.191406 -9.4375 0.109375 -9.65625 C 0.0351563 -9.875 0 -9.992188 0 -10.015625 Z M 0 -10.90625 "
id="path6" />
</g>
<g
id="glyph-0-3">
<path
d="M 0.296875 -4.1875 C 0.296875 -4.738281 0.359375 -5.285156 0.484375 -5.828125 C 0.617188 -6.367188 0.828125 -6.851563 1.109375 -7.28125 C 1.398438 -7.71875 1.773438 -8.070313 2.234375 -8.34375 C 2.691406 -8.613281 3.25 -8.75 3.90625 -8.75 C 4.28125 -8.75 4.609375 -8.679688 4.890625 -8.546875 C 5.171875 -8.410156 5.40625 -8.234375 5.59375 -8.015625 C 5.789063 -7.796875 5.9375 -7.535156 6.03125 -7.234375 C 6.125 -6.941406 6.171875 -6.632813 6.171875 -6.3125 C 6.171875 -5.789063 6.050781 -5.289063 5.8125 -4.8125 C 5.582031 -4.332031 5.265625 -3.90625 4.859375 -3.53125 C 4.460938 -3.164063 4.007813 -2.890625 3.5 -2.703125 C 2.988281 -2.515625 2.46875 -2.472656 1.9375 -2.578125 C 1.945313 -2.285156 2.039063 -2.050781 2.21875 -1.875 C 2.40625 -1.695313 2.628906 -1.5625 2.890625 -1.46875 C 3.160156 -1.382813 3.4375 -1.328125 3.71875 -1.296875 C 4 -1.273438 4.25 -1.265625 4.46875 -1.265625 C 4.695313 -1.265625 4.910156 -1.285156 5.109375 -1.328125 C 5.316406 -1.367188 5.519531 -1.414063 5.71875 -1.46875 C 5.914063 -1.519531 6.117188 -1.5625 6.328125 -1.59375 C 6.535156 -1.632813 6.753906 -1.65625 6.984375 -1.65625 C 7.078125 -1.65625 7.164063 -1.648438 7.25 -1.640625 C 7.34375 -1.628906 7.429688 -1.609375 7.515625 -1.578125 C 7.597656 -1.546875 7.660156 -1.488281 7.703125 -1.40625 C 7.753906 -1.332031 7.78125 -1.238281 7.78125 -1.125 C 7.78125 -0.9375 7.707031 -0.78125 7.5625 -0.65625 C 7.425781 -0.53125 7.25 -0.421875 7.03125 -0.328125 C 6.820313 -0.242188 6.585938 -0.175781 6.328125 -0.125 C 6.066406 -0.0820313 5.8125 -0.046875 5.5625 -0.015625 C 5.3125 0.00390625 5.082031 0.015625 4.875 0.015625 C 4.675781 0.0234375 4.523438 0.03125 4.421875 0.03125 C 3.773438 0.03125 3.195313 -0.0703125 2.6875 -0.28125 C 2.175781 -0.488281 1.742188 -0.773438 1.390625 -1.140625 C 1.035156 -1.503906 0.765625 -1.945313 0.578125 -2.46875 C 0.390625 -2.988281 0.296875 -3.5625 0.296875 -4.1875 Z M 1.90625 -5.171875 C 1.90625 -4.816406 1.953125 -4.5625 2.046875 -4.40625 C 2.140625 -4.25 2.375 -4.171875 2.75 -4.171875 C 3.007813 -4.171875 3.265625 -4.21875 3.515625 -4.3125 C 3.765625 -4.40625 3.992188 -4.535156 4.203125 -4.703125 C 4.410156 -4.878906 4.570313 -5.082031 4.6875 -5.3125 C 4.8125 -5.539063 4.875 -5.789063 4.875 -6.0625 C 4.875 -6.21875 4.859375 -6.375 4.828125 -6.53125 C 4.804688 -6.695313 4.753906 -6.847656 4.671875 -6.984375 C 4.597656 -7.117188 4.5 -7.226563 4.375 -7.3125 C 4.25 -7.394531 4.082031 -7.4375 3.875 -7.4375 C 3.570313 -7.4375 3.296875 -7.367188 3.046875 -7.234375 C 2.804688 -7.097656 2.597656 -6.921875 2.421875 -6.703125 C 2.253906 -6.492188 2.125 -6.253906 2.03125 -5.984375 C 1.945313 -5.710938 1.90625 -5.441406 1.90625 -5.171875 Z M 1.90625 -5.171875 "
id="path9" />
</g>
<g
id="glyph-0-4">
<path
d="M 0.296875 -6.34375 C 0.296875 -6.425781 0.300781 -6.515625 0.3125 -6.609375 C 0.320313 -6.710938 0.34375 -6.800781 0.375 -6.875 C 0.40625 -6.945313 0.453125 -7.007813 0.515625 -7.0625 C 0.585938 -7.113281 0.679688 -7.140625 0.796875 -7.140625 C 0.898438 -7.140625 1.015625 -7.0625 1.140625 -6.90625 C 1.265625 -6.75 1.390625 -6.550781 1.515625 -6.3125 C 1.648438 -6.070313 1.78125 -5.8125 1.90625 -5.53125 C 2.03125 -5.25 2.140625 -4.988281 2.234375 -4.75 C 2.335938 -4.519531 2.414063 -4.316406 2.46875 -4.140625 C 2.53125 -3.972656 2.566406 -3.882813 2.578125 -3.875 C 2.710938 -4.226563 2.859375 -4.609375 3.015625 -5.015625 C 3.179688 -5.429688 3.378906 -5.816406 3.609375 -6.171875 C 3.847656 -6.535156 4.128906 -6.835938 4.453125 -7.078125 C 4.785156 -7.316406 5.1875 -7.4375 5.65625 -7.4375 C 5.894531 -7.4375 6.125 -7.398438 6.34375 -7.328125 C 6.5625 -7.253906 6.753906 -7.144531 6.921875 -7 C 7.085938 -6.851563 7.21875 -6.675781 7.3125 -6.46875 C 7.414063 -6.269531 7.46875 -6.039063 7.46875 -5.78125 C 7.46875 -5.5625 7.378906 -5.40625 7.203125 -5.3125 C 7.023438 -5.21875 6.828125 -5.171875 6.609375 -5.171875 L 6.453125 -5.171875 L 5.8125 -5.828125 C 5.789063 -5.828125 5.773438 -5.832031 5.765625 -5.84375 C 5.742188 -5.84375 5.722656 -5.84375 5.703125 -5.84375 C 5.691406 -5.851563 5.675781 -5.859375 5.65625 -5.859375 C 5.300781 -5.859375 5.023438 -5.757813 4.828125 -5.5625 C 4.640625 -5.363281 4.492188 -5.117188 4.390625 -4.828125 C 4.285156 -4.546875 4.222656 -4.242188 4.203125 -3.921875 C 4.179688 -3.609375 4.171875 -3.320313 4.171875 -3.0625 C 4.171875 -2.863281 4.1875 -2.660156 4.21875 -2.453125 C 4.257813 -2.242188 4.304688 -2.039063 4.359375 -1.84375 C 4.410156 -1.644531 4.457031 -1.441406 4.5 -1.234375 C 4.539063 -1.035156 4.5625 -0.828125 4.5625 -0.609375 C 4.5625 -0.179688 4.332031 0.03125 3.875 0.03125 C 3.625 0.03125 3.363281 -0.0976563 3.09375 -0.359375 C 2.820313 -0.628906 2.550781 -0.96875 2.28125 -1.375 C 2.019531 -1.789063 1.765625 -2.25 1.515625 -2.75 C 1.273438 -3.25 1.066406 -3.734375 0.890625 -4.203125 C 0.710938 -4.679688 0.566406 -5.109375 0.453125 -5.484375 C 0.347656 -5.867188 0.296875 -6.15625 0.296875 -6.34375 Z M 0.296875 -6.34375 "
id="path12" />
</g>
<g
id="glyph-0-5">
<path
d="M 0.9375 -5.65625 C 0.9375 -5.71875 0.9375 -5.816406 0.9375 -5.953125 C 0.945313 -6.085938 0.953125 -6.226563 0.953125 -6.375 C 0.960938 -6.53125 0.96875 -6.675781 0.96875 -6.8125 C 0.976563 -6.957031 0.984375 -7.0625 0.984375 -7.125 C 1.085938 -7.28125 1.226563 -7.410156 1.40625 -7.515625 C 1.582031 -7.617188 1.765625 -7.695313 1.953125 -7.75 C 1.972656 -7.207031 2.054688 -6.628906 2.203125 -6.015625 C 2.347656 -5.398438 2.5 -4.785156 2.65625 -4.171875 C 2.8125 -3.554688 2.953125 -2.945313 3.078125 -2.34375 C 3.210938 -1.738281 3.28125 -1.175781 3.28125 -0.65625 C 3.28125 -0.195313 3.046875 0.03125 2.578125 0.03125 C 2.296875 0.03125 2.054688 -0.0820313 1.859375 -0.3125 C 1.671875 -0.539063 1.519531 -0.832031 1.40625 -1.1875 C 1.289063 -1.550781 1.195313 -1.953125 1.125 -2.390625 C 1.0625 -2.828125 1.015625 -3.253906 0.984375 -3.671875 C 0.960938 -4.097656 0.945313 -4.488281 0.9375 -4.84375 C 0.9375 -5.195313 0.9375 -5.46875 0.9375 -5.65625 Z M 1.140625 -11.3125 C 1.335938 -11.238281 1.5 -11.109375 1.625 -10.921875 C 1.757813 -10.742188 1.816406 -10.582031 1.796875 -10.4375 C 1.785156 -10.289063 1.671875 -10.1875 1.453125 -10.125 C 1.242188 -10.070313 0.894531 -10.132813 0.40625 -10.3125 C 0.40625 -10.582031 0.457031 -10.816406 0.5625 -11.015625 C 0.664063 -11.210938 0.859375 -11.3125 1.140625 -11.3125 Z M 1.140625 -11.3125 "
id="path15" />
</g>
<g
id="glyph-0-6">
<path
d="M 6.4375 1.40625 C 6.226563 1.007813 5.992188 0.519531 5.734375 -0.0625 C 5.484375 -0.65625 5.222656 -1.269531 4.953125 -1.90625 C 4.679688 -2.550781 4.394531 -3.175781 4.09375 -3.78125 C 3.800781 -4.394531 3.503906 -4.929688 3.203125 -5.390625 C 3.078125 -5.472656 2.910156 -5.523438 2.703125 -5.546875 C 2.492188 -5.566406 2.269531 -5.570313 2.03125 -5.5625 C 1.800781 -5.5625 1.570313 -5.566406 1.34375 -5.578125 C 1.125 -5.597656 0.929688 -5.65625 0.765625 -5.75 C 0.597656 -5.84375 0.472656 -5.984375 0.390625 -6.171875 C 0.304688 -6.359375 0.289063 -6.632813 0.34375 -7 L 2.875 -7 C 2.925781 -7.5625 3.007813 -8.117188 3.125 -8.671875 C 3.25 -9.222656 3.414063 -9.75 3.625 -10.25 C 3.832031 -10.757813 4.082031 -11.226563 4.375 -11.65625 C 4.664063 -12.09375 5.015625 -12.46875 5.421875 -12.78125 C 5.835938 -13.09375 6.316406 -13.335938 6.859375 -13.515625 C 7.398438 -13.703125 8.007813 -13.796875 8.6875 -13.796875 C 8.925781 -13.796875 9.164063 -13.738281 9.40625 -13.625 C 9.65625 -13.507813 9.875 -13.351563 10.0625 -13.15625 C 10.257813 -12.96875 10.414063 -12.75 10.53125 -12.5 C 10.644531 -12.257813 10.703125 -12.019531 10.703125 -11.78125 C 10.503906 -11.78125 10.328125 -11.816406 10.171875 -11.890625 C 10.023438 -11.972656 9.878906 -12.0625 9.734375 -12.15625 C 9.597656 -12.25 9.445313 -12.335938 9.28125 -12.421875 C 9.125 -12.515625 8.945313 -12.5625 8.75 -12.5625 C 8.144531 -12.5625 7.582031 -12.4375 7.0625 -12.1875 C 6.550781 -11.945313 6.097656 -11.625 5.703125 -11.21875 C 5.316406 -10.820313 5.015625 -10.359375 4.796875 -9.828125 C 4.578125 -9.296875 4.46875 -8.734375 4.46875 -8.140625 C 4.46875 -8.097656 4.46875 -8.019531 4.46875 -7.90625 C 4.476563 -7.800781 4.484375 -7.6875 4.484375 -7.5625 C 4.484375 -7.445313 4.484375 -7.332031 4.484375 -7.21875 C 4.492188 -7.113281 4.5 -7.039063 4.5 -7 C 4.875 -6.882813 5.289063 -6.796875 5.75 -6.734375 C 6.207031 -6.671875 6.671875 -6.628906 7.140625 -6.609375 C 7.609375 -6.597656 8.0625 -6.601563 8.5 -6.625 C 8.9375 -6.644531 9.328125 -6.671875 9.671875 -6.703125 C 9.703125 -6.671875 9.753906 -6.613281 9.828125 -6.53125 C 9.910156 -6.445313 9.957031 -6.390625 9.96875 -6.359375 C 9.96875 -6.328125 9.972656 -6.304688 9.984375 -6.296875 C 10.003906 -6.234375 10.015625 -6.203125 10.015625 -6.203125 C 10.015625 -5.992188 9.90625 -5.828125 9.6875 -5.703125 C 9.46875 -5.578125 9.1875 -5.488281 8.84375 -5.4375 C 8.5 -5.382813 8.117188 -5.347656 7.703125 -5.328125 C 7.285156 -5.304688 6.882813 -5.285156 6.5 -5.265625 C 6.113281 -5.253906 5.765625 -5.234375 5.453125 -5.203125 C 5.148438 -5.179688 4.9375 -5.140625 4.8125 -5.078125 C 4.945313 -4.472656 5.179688 -3.882813 5.515625 -3.3125 C 5.847656 -2.75 6.191406 -2.1875 6.546875 -1.625 C 6.898438 -1.0625 7.210938 -0.492188 7.484375 0.078125 C 7.753906 0.648438 7.890625 1.238281 7.890625 1.84375 C 7.847656 1.84375 7.753906 1.84375 7.609375 1.84375 C 7.460938 1.851563 7.304688 1.847656 7.140625 1.828125 C 6.984375 1.804688 6.832031 1.757813 6.6875 1.6875 C 6.539063 1.625 6.457031 1.53125 6.4375 1.40625 Z M 6.4375 1.40625 "
id="path18" />
</g>
<g
id="glyph-0-7">
<path
d="M 0.046875 -7.796875 C 0.046875 -7.890625 0.046875 -7.984375 0.046875 -8.078125 C 0.0546875 -8.171875 0.078125 -8.257813 0.109375 -8.34375 C 0.148438 -8.4375 0.203125 -8.503906 0.265625 -8.546875 C 0.328125 -8.585938 0.425781 -8.609375 0.5625 -8.609375 C 0.570313 -8.609375 0.582031 -8.609375 0.59375 -8.609375 C 0.613281 -8.609375 0.632813 -8.609375 0.65625 -8.609375 C 0.675781 -8.609375 0.695313 -8.609375 0.71875 -8.609375 C 0.914063 -8.335938 1.082031 -8 1.21875 -7.59375 C 1.363281 -7.1875 1.5 -6.753906 1.625 -6.296875 C 1.757813 -5.835938 1.898438 -5.375 2.046875 -4.90625 C 2.203125 -4.4375 2.398438 -4.015625 2.640625 -3.640625 C 2.878906 -3.273438 3.175781 -2.976563 3.53125 -2.75 C 3.882813 -2.53125 4.320313 -2.4375 4.84375 -2.46875 C 5.070313 -2.46875 5.222656 -2.59375 5.296875 -2.84375 C 5.367188 -3.101563 5.40625 -3.425781 5.40625 -3.8125 C 5.414063 -4.207031 5.40625 -4.640625 5.375 -5.109375 C 5.351563 -5.585938 5.351563 -6.039063 5.375 -6.46875 C 5.40625 -6.894531 5.484375 -7.269531 5.609375 -7.59375 C 5.734375 -7.914063 5.953125 -8.128906 6.265625 -8.234375 C 6.390625 -7.972656 6.492188 -7.5625 6.578125 -7 C 6.671875 -6.445313 6.738281 -5.804688 6.78125 -5.078125 C 6.820313 -4.347656 6.84375 -3.554688 6.84375 -2.703125 C 6.84375 -1.859375 6.820313 -1.015625 6.78125 -0.171875 C 6.738281 0.671875 6.675781 1.476563 6.59375 2.25 C 6.507813 3.019531 6.414063 3.695313 6.3125 4.28125 C 6.21875 4.863281 6.101563 5.320313 5.96875 5.65625 C 5.832031 6 5.6875 6.144531 5.53125 6.09375 C 5.320313 5.894531 5.160156 5.632813 5.046875 5.3125 C 4.929688 4.988281 4.847656 4.628906 4.796875 4.234375 C 4.753906 3.847656 4.738281 3.4375 4.75 3 C 4.757813 2.5625 4.773438 2.117188 4.796875 1.671875 C 4.828125 1.234375 4.859375 0.800781 4.890625 0.375 C 4.929688 -0.0390625 4.953125 -0.425781 4.953125 -0.78125 C 4.585938 -0.75 4.21875 -0.800781 3.84375 -0.9375 C 3.46875 -1.082031 3.097656 -1.300781 2.734375 -1.59375 C 2.367188 -1.894531 2.019531 -2.253906 1.6875 -2.671875 C 1.363281 -3.097656 1.078125 -3.578125 0.828125 -4.109375 C 0.585938 -4.648438 0.394531 -5.226563 0.25 -5.84375 C 0.113281 -6.46875 0.046875 -7.117188 0.046875 -7.796875 Z M 0.046875 -7.796875 "
id="path21" />
</g>
<g
id="glyph-0-8">
<path
d="M 0.296875 -5.078125 C 0.296875 -5.347656 0.359375 -5.539063 0.484375 -5.65625 C 0.617188 -5.769531 0.832031 -5.828125 1.125 -5.828125 L 1.28125 -5.828125 C 1.3125 -5.660156 1.347656 -5.472656 1.390625 -5.265625 C 1.429688 -5.054688 1.488281 -4.835938 1.5625 -4.609375 C 1.644531 -4.390625 1.738281 -4.1875 1.84375 -4 C 1.957031 -3.820313 2.097656 -3.675781 2.265625 -3.5625 C 2.273438 -3.914063 2.363281 -4.253906 2.53125 -4.578125 C 2.695313 -4.910156 2.898438 -5.203125 3.140625 -5.453125 C 3.390625 -5.710938 3.660156 -5.929688 3.953125 -6.109375 C 4.253906 -6.285156 4.550781 -6.398438 4.84375 -6.453125 L 5.171875 -6.453125 C 5.660156 -6.453125 6.070313 -6.34375 6.40625 -6.125 C 6.75 -5.914063 7.035156 -5.632813 7.265625 -5.28125 C 7.492188 -4.9375 7.664063 -4.539063 7.78125 -4.09375 C 7.90625 -3.65625 8 -3.207031 8.0625 -2.75 C 8.132813 -2.289063 8.175781 -1.847656 8.1875 -1.421875 C 8.195313 -0.992188 8.203125 -0.628906 8.203125 -0.328125 L 7.109375 -0.328125 C 7.046875 -0.929688 6.96875 -1.507813 6.875 -2.0625 C 6.851563 -2.289063 6.816406 -2.523438 6.765625 -2.765625 C 6.710938 -3.015625 6.65625 -3.242188 6.59375 -3.453125 C 6.53125 -3.671875 6.460938 -3.875 6.390625 -4.0625 C 6.328125 -4.25 6.25 -4.410156 6.15625 -4.546875 C 6.113281 -4.585938 6.0625 -4.640625 6 -4.703125 C 5.9375 -4.773438 5.867188 -4.847656 5.796875 -4.921875 C 5.722656 -4.992188 5.65625 -5.050781 5.59375 -5.09375 C 5.539063 -5.144531 5.507813 -5.171875 5.5 -5.171875 C 5.195313 -5.253906 4.929688 -5.195313 4.703125 -5 C 4.484375 -4.800781 4.285156 -4.535156 4.109375 -4.203125 C 3.941406 -3.878906 3.804688 -3.503906 3.703125 -3.078125 C 3.597656 -2.648438 3.507813 -2.242188 3.4375 -1.859375 C 3.363281 -1.472656 3.3125 -1.132813 3.28125 -0.84375 C 3.257813 -0.5625 3.242188 -0.390625 3.234375 -0.328125 C 2.984375 -0.148438 2.742188 -0.0976563 2.515625 -0.171875 C 2.296875 -0.242188 2.085938 -0.398438 1.890625 -0.640625 C 1.691406 -0.890625 1.515625 -1.191406 1.359375 -1.546875 C 1.203125 -1.910156 1.054688 -2.296875 0.921875 -2.703125 C 0.796875 -3.109375 0.679688 -3.519531 0.578125 -3.9375 C 0.472656 -4.351563 0.378906 -4.734375 0.296875 -5.078125 Z M 0.296875 -5.078125 "
id="path24" />
</g>
<g
id="glyph-0-9">
<path
d="M 4.1875 8.03125 C 4.757813 8.03125 5.265625 7.925781 5.703125 7.71875 C 6.148438 7.507813 6.523438 7.226563 6.828125 6.875 C 7.128906 6.519531 7.363281 6.113281 7.53125 5.65625 C 7.695313 5.195313 7.78125 4.71875 7.78125 4.21875 C 7.78125 3.96875 7.769531 3.632813 7.75 3.21875 C 7.726563 2.8125 7.691406 2.363281 7.640625 1.875 C 7.585938 1.394531 7.515625 0.90625 7.421875 0.40625 C 7.328125 -0.09375 7.207031 -0.566406 7.0625 -1.015625 C 6.914063 -1.460938 6.738281 -1.851563 6.53125 -2.1875 C 6.332031 -2.53125 6.097656 -2.769531 5.828125 -2.90625 C 5.566406 -2.707031 5.304688 -2.523438 5.046875 -2.359375 C 4.796875 -2.191406 4.535156 -2.050781 4.265625 -1.9375 C 3.992188 -1.832031 3.710938 -1.742188 3.421875 -1.671875 C 3.128906 -1.609375 2.816406 -1.578125 2.484375 -1.578125 C 2.054688 -1.578125 1.6875 -1.617188 1.375 -1.703125 C 1.070313 -1.785156 0.816406 -1.921875 0.609375 -2.109375 C 0.398438 -2.304688 0.242188 -2.554688 0.140625 -2.859375 C 0.046875 -3.171875 0 -3.566406 0 -4.046875 C 0 -4.378906 0.078125 -4.703125 0.234375 -5.015625 C 0.398438 -5.335938 0.613281 -5.632813 0.875 -5.90625 C 1.144531 -6.1875 1.445313 -6.441406 1.78125 -6.671875 C 2.125 -6.898438 2.472656 -7.097656 2.828125 -7.265625 C 3.179688 -7.441406 3.53125 -7.570313 3.875 -7.65625 C 4.226563 -7.75 4.539063 -7.796875 4.8125 -7.796875 C 5.070313 -7.796875 5.285156 -7.785156 5.453125 -7.765625 C 5.628906 -7.753906 5.773438 -7.71875 5.890625 -7.65625 C 6.015625 -7.59375 6.117188 -7.492188 6.203125 -7.359375 C 6.296875 -7.222656 6.378906 -7.039063 6.453125 -6.8125 C 6.691406 -6.019531 6.960938 -5.171875 7.265625 -4.265625 C 7.566406 -3.359375 7.851563 -2.425781 8.125 -1.46875 C 8.394531 -0.519531 8.617188 0.4375 8.796875 1.40625 C 8.984375 2.382813 9.078125 3.320313 9.078125 4.21875 C 9.078125 5.03125 8.960938 5.710938 8.734375 6.265625 C 8.515625 6.828125 8.21875 7.285156 7.84375 7.640625 C 7.476563 7.992188 7.0625 8.265625 6.59375 8.453125 C 6.132813 8.648438 5.664063 8.773438 5.1875 8.828125 C 4.71875 8.890625 4.257813 8.90625 3.8125 8.875 C 3.375 8.84375 2.992188 8.785156 2.671875 8.703125 C 2.347656 8.617188 2.101563 8.519531 1.9375 8.40625 C 1.769531 8.289063 1.726563 8.195313 1.8125 8.125 C 1.90625 8.050781 2.132813 8 2.5 7.96875 C 2.875 7.9375 3.4375 7.957031 4.1875 8.03125 Z M 4.40625 -6.53125 C 3.664063 -6.375 3.066406 -6.148438 2.609375 -5.859375 C 2.148438 -5.578125 1.804688 -5.269531 1.578125 -4.9375 C 1.347656 -4.613281 1.222656 -4.285156 1.203125 -3.953125 C 1.179688 -3.628906 1.238281 -3.351563 1.375 -3.125 C 1.519531 -2.894531 1.726563 -2.71875 2 -2.59375 C 2.269531 -2.476563 2.570313 -2.472656 2.90625 -2.578125 C 3.25 -2.691406 3.613281 -2.921875 4 -3.265625 C 4.394531 -3.617188 4.785156 -4.144531 5.171875 -4.84375 C 5.171875 -5.007813 5.171875 -5.191406 5.171875 -5.390625 C 5.179688 -5.597656 5.164063 -5.785156 5.125 -5.953125 C 5.09375 -6.117188 5.019531 -6.253906 4.90625 -6.359375 C 4.789063 -6.472656 4.625 -6.53125 4.40625 -6.53125 Z M 4.40625 -6.53125 "
id="path27" />
</g>
<g
id="glyph-0-10">
<path
d="M 6.15625 -9.046875 C 6.113281 -9.191406 6.035156 -9.289063 5.921875 -9.34375 C 5.804688 -9.394531 5.679688 -9.421875 5.546875 -9.421875 C 5.410156 -9.429688 5.273438 -9.425781 5.140625 -9.40625 C 5.015625 -9.382813 4.914063 -9.375 4.84375 -9.375 C 4.675781 -9.382813 4.378906 -9.40625 3.953125 -9.4375 C 3.523438 -9.46875 3.066406 -9.5 2.578125 -9.53125 C 2.097656 -9.5625 1.644531 -9.59375 1.21875 -9.625 C 0.800781 -9.664063 0.503906 -9.691406 0.328125 -9.703125 C 0.328125 -9.722656 0.320313 -9.769531 0.3125 -9.84375 C 0.300781 -9.925781 0.296875 -9.984375 0.296875 -10.015625 C 0.296875 -10.160156 0.304688 -10.285156 0.328125 -10.390625 C 0.359375 -10.503906 0.460938 -10.59375 0.640625 -10.65625 C 1.578125 -10.632813 2.503906 -10.640625 3.421875 -10.671875 C 4.347656 -10.703125 5.269531 -10.742188 6.1875 -10.796875 C 7.113281 -10.847656 8.035156 -10.898438 8.953125 -10.953125 C 9.878906 -11.003906 10.804688 -11.03125 11.734375 -11.03125 C 11.734375 -10.644531 11.644531 -10.363281 11.46875 -10.1875 C 11.289063 -10.019531 11.066406 -9.90625 10.796875 -9.84375 C 10.523438 -9.78125 10.226563 -9.753906 9.90625 -9.765625 C 9.59375 -9.773438 9.285156 -9.769531 8.984375 -9.75 C 8.691406 -9.726563 8.429688 -9.671875 8.203125 -9.578125 C 7.972656 -9.484375 7.820313 -9.304688 7.75 -9.046875 C 7.738281 -8.992188 7.726563 -8.878906 7.71875 -8.703125 C 7.71875 -8.535156 7.710938 -8.351563 7.703125 -8.15625 C 7.703125 -7.96875 7.695313 -7.789063 7.6875 -7.625 C 7.6875 -7.457031 7.6875 -7.34375 7.6875 -7.28125 C 7.6875 -6.695313 7.757813 -6.125 7.90625 -5.5625 C 8.050781 -5.007813 8.207031 -4.457031 8.375 -3.90625 C 8.550781 -3.363281 8.710938 -2.816406 8.859375 -2.265625 C 9.003906 -1.722656 9.078125 -1.171875 9.078125 -0.609375 C 9.078125 -0.179688 8.835938 0.03125 8.359375 0.03125 C 8.066406 0.03125 7.804688 -0.164063 7.578125 -0.5625 C 7.359375 -0.96875 7.164063 -1.484375 7 -2.109375 C 6.832031 -2.734375 6.691406 -3.410156 6.578125 -4.140625 C 6.472656 -4.878906 6.390625 -5.585938 6.328125 -6.265625 C 6.265625 -6.941406 6.21875 -7.535156 6.1875 -8.046875 C 6.164063 -8.554688 6.15625 -8.890625 6.15625 -9.046875 Z M 6.15625 -9.046875 "
id="path30" />
</g>
<g
id="glyph-0-11">
<path
d="M 0.296875 -6.15625 C 0.296875 -6.21875 0.296875 -6.328125 0.296875 -6.484375 C 0.304688 -6.640625 0.3125 -6.800781 0.3125 -6.96875 C 0.3125 -7.144531 0.3125 -7.304688 0.3125 -7.453125 C 0.320313 -7.597656 0.328125 -7.695313 0.328125 -7.75 C 0.398438 -7.875 0.484375 -7.992188 0.578125 -8.109375 C 0.671875 -8.222656 0.769531 -8.300781 0.875 -8.34375 C 0.988281 -8.394531 1.109375 -8.40625 1.234375 -8.375 C 1.359375 -8.34375 1.484375 -8.242188 1.609375 -8.078125 L 1.609375 -7.75 C 1.597656 -7.707031 1.578125 -7.59375 1.546875 -7.40625 C 1.523438 -7.21875 1.492188 -7.007813 1.453125 -6.78125 C 1.410156 -6.5625 1.367188 -6.359375 1.328125 -6.171875 C 1.296875 -5.992188 1.28125 -5.878906 1.28125 -5.828125 C 1.28125 -5.628906 1.300781 -5.382813 1.34375 -5.09375 C 1.382813 -4.8125 1.441406 -4.515625 1.515625 -4.203125 C 1.585938 -3.898438 1.679688 -3.59375 1.796875 -3.28125 C 1.921875 -2.96875 2.0625 -2.6875 2.21875 -2.4375 C 2.375 -2.1875 2.550781 -1.976563 2.75 -1.8125 C 2.945313 -1.65625 3.175781 -1.578125 3.4375 -1.578125 C 3.757813 -1.578125 4.039063 -1.660156 4.28125 -1.828125 C 4.53125 -2.003906 4.742188 -2.226563 4.921875 -2.5 C 5.109375 -2.769531 5.257813 -3.078125 5.375 -3.421875 C 5.488281 -3.765625 5.582031 -4.109375 5.65625 -4.453125 C 5.726563 -4.804688 5.78125 -5.144531 5.8125 -5.46875 C 5.84375 -5.789063 5.859375 -6.070313 5.859375 -6.3125 C 5.859375 -6.550781 5.835938 -6.773438 5.796875 -6.984375 C 5.765625 -7.203125 5.722656 -7.414063 5.671875 -7.625 C 5.617188 -7.84375 5.578125 -8.054688 5.546875 -8.265625 C 5.515625 -8.472656 5.5 -8.679688 5.5 -8.890625 C 5.5 -9.078125 5.566406 -9.210938 5.703125 -9.296875 C 5.835938 -9.378906 5.988281 -9.421875 6.15625 -9.421875 C 6.363281 -9.421875 6.53125 -9.359375 6.65625 -9.234375 C 6.789063 -9.109375 6.894531 -8.945313 6.96875 -8.75 C 7.050781 -8.5625 7.101563 -8.34375 7.125 -8.09375 C 7.15625 -7.851563 7.171875 -7.609375 7.171875 -7.359375 C 7.171875 -7.117188 7.164063 -6.890625 7.15625 -6.671875 C 7.144531 -6.460938 7.140625 -6.289063 7.140625 -6.15625 C 7.140625 -5.8125 7.113281 -5.421875 7.0625 -4.984375 C 7.007813 -4.554688 6.921875 -4.113281 6.796875 -3.65625 C 6.671875 -3.195313 6.515625 -2.742188 6.328125 -2.296875 C 6.140625 -1.859375 5.910156 -1.46875 5.640625 -1.125 C 5.378906 -0.78125 5.070313 -0.5 4.71875 -0.28125 C 4.375 -0.0703125 3.988281 0.03125 3.5625 0.03125 C 3.101563 0.03125 2.703125 -0.078125 2.359375 -0.296875 C 2.023438 -0.515625 1.738281 -0.800781 1.5 -1.15625 C 1.257813 -1.507813 1.054688 -1.910156 0.890625 -2.359375 C 0.734375 -2.816406 0.613281 -3.269531 0.53125 -3.71875 C 0.445313 -4.175781 0.382813 -4.617188 0.34375 -5.046875 C 0.3125 -5.472656 0.296875 -5.84375 0.296875 -6.15625 Z M 0.296875 -6.15625 "
id="path33" />
</g>
<g
id="glyph-0-12" />
<g
id="glyph-0-13">
<path
d="M 0.625 -1.1875 C 0.644531 -1.257813 0.675781 -1.382813 0.71875 -1.5625 C 0.757813 -1.75 0.800781 -1.941406 0.84375 -2.140625 C 0.894531 -2.347656 0.941406 -2.539063 0.984375 -2.71875 C 1.023438 -2.894531 1.054688 -3.019531 1.078125 -3.09375 C 1.140625 -3.375 1.238281 -3.765625 1.375 -4.265625 C 1.519531 -4.765625 1.695313 -5.296875 1.90625 -5.859375 C 2.113281 -6.429688 2.347656 -7.003906 2.609375 -7.578125 C 2.878906 -8.160156 3.175781 -8.671875 3.5 -9.109375 C 3.832031 -9.546875 4.1875 -9.878906 4.5625 -10.109375 C 4.945313 -10.335938 5.363281 -10.394531 5.8125 -10.28125 C 5.664063 -9.71875 5.484375 -9.1875 5.265625 -8.6875 C 5.054688 -8.1875 4.828125 -7.695313 4.578125 -7.21875 C 4.328125 -6.738281 4.070313 -6.265625 3.8125 -5.796875 C 3.5625 -5.328125 3.316406 -4.851563 3.078125 -4.375 C 2.835938 -3.894531 2.617188 -3.390625 2.421875 -2.859375 C 2.222656 -2.335938 2.070313 -1.78125 1.96875 -1.1875 C 1.914063 -0.894531 1.816406 -0.726563 1.671875 -0.6875 C 1.535156 -0.644531 1.375 -0.644531 1.1875 -0.6875 C 1.0625 -0.71875 0.941406 -0.765625 0.828125 -0.828125 C 0.710938 -0.890625 0.644531 -1.007813 0.625 -1.1875 Z M 0.625 -1.1875 "
id="path37" />
</g>
<g
id="glyph-0-14">
<path
d="M 0 -10.65625 C 0.394531 -10.851563 0.765625 -11 1.109375 -11.09375 C 1.453125 -11.195313 1.796875 -11.265625 2.140625 -11.296875 C 2.492188 -11.328125 2.847656 -11.34375 3.203125 -11.34375 C 3.566406 -11.34375 3.957031 -11.34375 4.375 -11.34375 C 4.457031 -11.34375 4.59375 -11.335938 4.78125 -11.328125 C 4.976563 -11.328125 5.191406 -11.328125 5.421875 -11.328125 C 5.648438 -11.328125 5.859375 -11.328125 6.046875 -11.328125 C 6.242188 -11.328125 6.378906 -11.328125 6.453125 -11.328125 C 6.566406 -11.285156 6.65625 -11.210938 6.71875 -11.109375 C 6.78125 -11.015625 6.820313 -10.910156 6.84375 -10.796875 C 6.875 -10.691406 6.894531 -10.582031 6.90625 -10.46875 C 6.914063 -10.351563 6.921875 -10.265625 6.921875 -10.203125 L 1.953125 -10.203125 L 1.953125 -6.953125 L 7.34375 -6.953125 C 7.34375 -6.609375 7.238281 -6.335938 7.03125 -6.140625 C 6.820313 -5.953125 6.554688 -5.800781 6.234375 -5.6875 C 5.921875 -5.570313 5.566406 -5.5 5.171875 -5.46875 C 4.785156 -5.4375 4.414063 -5.421875 4.0625 -5.421875 C 3.707031 -5.429688 3.394531 -5.445313 3.125 -5.46875 C 2.851563 -5.488281 2.671875 -5.5 2.578125 -5.5 L 2.578125 -5.171875 C 2.578125 -4.753906 2.675781 -4.351563 2.875 -3.96875 C 3.082031 -3.59375 3.304688 -3.226563 3.546875 -2.875 C 3.796875 -2.53125 4.023438 -2.1875 4.234375 -1.84375 C 4.441406 -1.5 4.546875 -1.148438 4.546875 -0.796875 C 4.546875 -0.578125 4.5 -0.382813 4.40625 -0.21875 C 4.3125 -0.0507813 4.144531 0.03125 3.90625 0.03125 C 3.65625 0.03125 3.40625 -0.0976563 3.15625 -0.359375 C 2.914063 -0.617188 2.675781 -0.96875 2.4375 -1.40625 C 2.207031 -1.84375 1.988281 -2.34375 1.78125 -2.90625 C 1.582031 -3.476563 1.390625 -4.070313 1.203125 -4.6875 C 1.015625 -5.3125 0.847656 -5.925781 0.703125 -6.53125 C 0.554688 -7.144531 0.429688 -7.71875 0.328125 -8.25 C 0.234375 -8.78125 0.15625 -9.242188 0.09375 -9.640625 C 0.03125 -10.046875 0 -10.335938 0 -10.515625 Z M 0 -10.65625 "
id="path40" />
</g>
<g
id="glyph-0-15">
<path
d="M 6.796875 -1.953125 C 6.410156 -1.679688 6.078125 -1.441406 5.796875 -1.234375 C 5.523438 -1.035156 5.257813 -0.863281 5 -0.71875 C 4.738281 -0.582031 4.457031 -0.476563 4.15625 -0.40625 C 3.863281 -0.332031 3.5 -0.296875 3.0625 -0.296875 C 2.125 -0.296875 1.425781 -0.546875 0.96875 -1.046875 C 0.519531 -1.546875 0.296875 -2.289063 0.296875 -3.28125 C 0.296875 -3.65625 0.347656 -4.046875 0.453125 -4.453125 C 0.554688 -4.867188 0.703125 -5.28125 0.890625 -5.6875 C 1.085938 -6.101563 1.320313 -6.492188 1.59375 -6.859375 C 1.863281 -7.222656 2.171875 -7.546875 2.515625 -7.828125 C 2.859375 -8.109375 3.222656 -8.332031 3.609375 -8.5 C 3.992188 -8.664063 4.40625 -8.75 4.84375 -8.75 C 5.570313 -8.675781 6.140625 -8.492188 6.546875 -8.203125 C 6.960938 -7.921875 7.273438 -7.554688 7.484375 -7.109375 C 7.691406 -6.660156 7.835938 -6.160156 7.921875 -5.609375 C 8.003906 -5.066406 8.066406 -4.503906 8.109375 -3.921875 C 8.148438 -3.335938 8.207031 -2.753906 8.28125 -2.171875 C 8.351563 -1.585938 8.5 -1.050781 8.71875 -0.5625 C 8.59375 -0.226563 8.46875 0.00390625 8.34375 0.140625 C 8.226563 0.273438 8.097656 0.296875 7.953125 0.203125 C 7.816406 0.117188 7.65625 -0.0976563 7.46875 -0.453125 C 7.289063 -0.804688 7.066406 -1.304688 6.796875 -1.953125 Z M 1.578125 -3.25 C 1.578125 -2.675781 1.6875 -2.253906 1.90625 -1.984375 C 2.125 -1.710938 2.507813 -1.578125 3.0625 -1.578125 C 3.476563 -1.578125 3.875 -1.648438 4.25 -1.796875 C 4.625 -1.941406 4.953125 -2.144531 5.234375 -2.40625 C 5.515625 -2.664063 5.738281 -2.972656 5.90625 -3.328125 C 6.082031 -3.691406 6.171875 -4.097656 6.171875 -4.546875 C 6.171875 -4.722656 6.175781 -4.972656 6.1875 -5.296875 C 6.195313 -5.628906 6.175781 -5.957031 6.125 -6.28125 C 6.070313 -6.601563 5.972656 -6.878906 5.828125 -7.109375 C 5.691406 -7.347656 5.484375 -7.46875 5.203125 -7.46875 C 4.679688 -7.46875 4.195313 -7.332031 3.75 -7.0625 C 3.3125 -6.800781 2.929688 -6.460938 2.609375 -6.046875 C 2.285156 -5.640625 2.03125 -5.1875 1.84375 -4.6875 C 1.664063 -4.1875 1.578125 -3.707031 1.578125 -3.25 Z M 1.578125 -3.25 "
id="path43" />
</g>
<g
id="glyph-0-16">
<path
d="M 0.65625 -8.546875 C 0.65625 -8.835938 0.632813 -9.117188 0.59375 -9.390625 C 0.5625 -9.671875 0.554688 -9.914063 0.578125 -10.125 C 0.597656 -10.34375 0.675781 -10.515625 0.8125 -10.640625 C 0.945313 -10.773438 1.191406 -10.84375 1.546875 -10.84375 C 1.660156 -10.613281 1.769531 -10.257813 1.875 -9.78125 C 1.976563 -9.3125 2.082031 -8.769531 2.1875 -8.15625 C 2.289063 -7.550781 2.382813 -6.882813 2.46875 -6.15625 C 2.5625 -5.4375 2.644531 -4.710938 2.71875 -3.984375 C 2.800781 -3.265625 2.867188 -2.554688 2.921875 -1.859375 C 2.972656 -1.160156 3.015625 -0.523438 3.046875 0.046875 C 2.710938 0.265625 2.445313 0.273438 2.25 0.078125 C 2.050781 -0.109375 1.882813 -0.425781 1.75 -0.875 C 1.613281 -1.332031 1.507813 -1.890625 1.4375 -2.546875 C 1.375 -3.210938 1.304688 -3.898438 1.234375 -4.609375 C 1.171875 -5.316406 1.09375 -6.015625 1 -6.703125 C 0.914063 -7.390625 0.800781 -8.003906 0.65625 -8.546875 Z M 0.65625 -8.546875 "
id="path46" />
</g>
<g
id="glyph-0-17">
<path
d="M 3.203125 -0.671875 C 3.359375 -0.785156 3.550781 -0.929688 3.78125 -1.109375 C 4.007813 -1.285156 4.238281 -1.472656 4.46875 -1.671875 C 4.695313 -1.878906 4.910156 -2.09375 5.109375 -2.3125 C 5.316406 -2.53125 5.476563 -2.742188 5.59375 -2.953125 C 5.707031 -3.160156 5.765625 -3.351563 5.765625 -3.53125 C 5.765625 -3.707031 5.675781 -3.859375 5.5 -3.984375 C 5.175781 -3.984375 4.820313 -3.96875 4.4375 -3.9375 C 4.050781 -3.914063 3.664063 -3.90625 3.28125 -3.90625 C 2.90625 -3.914063 2.535156 -3.953125 2.171875 -4.015625 C 1.816406 -4.078125 1.5 -4.1875 1.21875 -4.34375 C 0.9375 -4.507813 0.710938 -4.738281 0.546875 -5.03125 C 0.378906 -5.332031 0.296875 -5.710938 0.296875 -6.171875 C 0.296875 -6.710938 0.398438 -7.203125 0.609375 -7.640625 C 0.816406 -8.078125 1.09375 -8.460938 1.4375 -8.796875 C 1.78125 -9.140625 2.164063 -9.4375 2.59375 -9.6875 C 3.019531 -9.945313 3.445313 -10.171875 3.875 -10.359375 C 4.132813 -10.285156 4.375 -10.15625 4.59375 -9.96875 C 4.820313 -9.789063 5.015625 -9.59375 5.171875 -9.375 C 5.109375 -9.15625 4.972656 -8.984375 4.765625 -8.859375 C 4.554688 -8.734375 4.316406 -8.625 4.046875 -8.53125 C 3.785156 -8.445313 3.507813 -8.351563 3.21875 -8.25 C 2.925781 -8.15625 2.660156 -8.023438 2.421875 -7.859375 C 2.179688 -7.691406 1.976563 -7.472656 1.8125 -7.203125 C 1.65625 -6.941406 1.578125 -6.59375 1.578125 -6.15625 C 1.578125 -5.832031 1.65625 -5.59375 1.8125 -5.4375 C 1.976563 -5.289063 2.191406 -5.191406 2.453125 -5.140625 C 2.722656 -5.085938 3.019531 -5.066406 3.34375 -5.078125 C 3.675781 -5.085938 4.015625 -5.109375 4.359375 -5.140625 C 4.710938 -5.171875 5.054688 -5.1875 5.390625 -5.1875 C 5.722656 -5.195313 6.019531 -5.160156 6.28125 -5.078125 C 6.539063 -4.992188 6.75 -4.851563 6.90625 -4.65625 C 7.0625 -4.46875 7.140625 -4.1875 7.140625 -3.8125 C 7.140625 -3.65625 7.085938 -3.453125 6.984375 -3.203125 C 6.878906 -2.953125 6.738281 -2.679688 6.5625 -2.390625 C 6.382813 -2.109375 6.175781 -1.820313 5.9375 -1.53125 C 5.695313 -1.25 5.445313 -0.992188 5.1875 -0.765625 C 4.9375 -0.546875 4.679688 -0.363281 4.421875 -0.21875 C 4.171875 -0.0703125 3.9375 0 3.71875 0 C 3.5 0 3.359375 -0.0703125 3.296875 -0.21875 C 3.234375 -0.375 3.203125 -0.523438 3.203125 -0.671875 Z M 3.203125 -0.671875 "
id="path49" />
</g>
<g
id="glyph-1-0" />
<g
id="glyph-1-1">
<path
d="M 2.328125 -0.578125 C 2.367188 -0.796875 2.484375 -0.972656 2.671875 -1.109375 C 2.859375 -1.253906 3.070313 -1.382813 3.3125 -1.5 C 3.550781 -1.625 3.800781 -1.738281 4.0625 -1.84375 C 4.320313 -1.945313 4.5625 -2.054688 4.78125 -2.171875 C 5.007813 -2.285156 5.191406 -2.421875 5.328125 -2.578125 C 5.472656 -2.742188 5.546875 -2.941406 5.546875 -3.171875 C 5.546875 -3.453125 5.472656 -3.6875 5.328125 -3.875 C 5.179688 -4.070313 4.984375 -4.238281 4.734375 -4.375 C 4.484375 -4.507813 4.195313 -4.617188 3.875 -4.703125 C 3.5625 -4.796875 3.238281 -4.890625 2.90625 -4.984375 C 2.582031 -5.085938 2.257813 -5.191406 1.9375 -5.296875 C 1.625 -5.410156 1.34375 -5.550781 1.09375 -5.71875 C 0.84375 -5.894531 0.640625 -6.101563 0.484375 -6.34375 C 0.335938 -6.59375 0.265625 -6.898438 0.265625 -7.265625 C 0.265625 -7.566406 0.328125 -7.847656 0.453125 -8.109375 C 0.578125 -8.378906 0.738281 -8.632813 0.9375 -8.875 C 1.144531 -9.113281 1.378906 -9.332031 1.640625 -9.53125 C 1.910156 -9.726563 2.191406 -9.894531 2.484375 -10.03125 C 2.785156 -10.164063 3.082031 -10.269531 3.375 -10.34375 C 3.675781 -10.425781 3.953125 -10.46875 4.203125 -10.46875 L 4.359375 -10.46875 C 4.441406 -10.445313 4.550781 -10.398438 4.6875 -10.328125 C 4.820313 -10.265625 4.953125 -10.203125 5.078125 -10.140625 C 5.203125 -10.085938 5.3125 -10.035156 5.40625 -9.984375 C 5.5 -9.929688 5.546875 -9.90625 5.546875 -9.90625 L 5.546875 -9.59375 C 5.367188 -9.570313 5.144531 -9.535156 4.875 -9.484375 C 4.601563 -9.429688 4.316406 -9.363281 4.015625 -9.28125 C 3.722656 -9.207031 3.421875 -9.109375 3.109375 -8.984375 C 2.796875 -8.859375 2.519531 -8.710938 2.28125 -8.546875 C 2.039063 -8.390625 1.84375 -8.203125 1.6875 -7.984375 C 1.53125 -7.773438 1.453125 -7.535156 1.453125 -7.265625 C 1.453125 -6.878906 1.585938 -6.570313 1.859375 -6.34375 C 2.128906 -6.125 2.46875 -5.941406 2.875 -5.796875 C 3.28125 -5.648438 3.722656 -5.519531 4.203125 -5.40625 C 4.691406 -5.289063 5.140625 -5.15625 5.546875 -5 C 5.960938 -4.84375 6.304688 -4.632813 6.578125 -4.375 C 6.847656 -4.125 6.984375 -3.78125 6.984375 -3.34375 C 6.984375 -3.101563 6.910156 -2.851563 6.765625 -2.59375 C 6.628906 -2.34375 6.441406 -2.09375 6.203125 -1.84375 C 5.972656 -1.59375 5.710938 -1.351563 5.421875 -1.125 C 5.140625 -0.894531 4.847656 -0.695313 4.546875 -0.53125 C 4.242188 -0.363281 3.945313 -0.226563 3.65625 -0.125 C 3.363281 -0.0195313 3.101563 0.03125 2.875 0.03125 C 2.800781 0.03125 2.722656 0.0195313 2.640625 0 C 2.566406 -0.0195313 2.5 -0.0507813 2.4375 -0.09375 C 2.375 -0.132813 2.328125 -0.191406 2.296875 -0.265625 C 2.265625 -0.347656 2.273438 -0.453125 2.328125 -0.578125 Z M 2.328125 -0.578125 "
id="path53" />
</g>
<g
id="glyph-1-2">
<path
d="M 0.84375 -5.09375 C 0.84375 -5.144531 0.84375 -5.234375 0.84375 -5.359375 C 0.851563 -5.484375 0.859375 -5.613281 0.859375 -5.75 C 0.867188 -5.882813 0.875 -6.015625 0.875 -6.140625 C 0.875 -6.265625 0.875 -6.351563 0.875 -6.40625 C 0.976563 -6.550781 1.109375 -6.671875 1.265625 -6.765625 C 1.421875 -6.859375 1.582031 -6.929688 1.75 -6.984375 C 1.78125 -6.492188 1.859375 -5.972656 1.984375 -5.421875 C 2.109375 -4.867188 2.242188 -4.3125 2.390625 -3.75 C 2.535156 -3.195313 2.664063 -2.648438 2.78125 -2.109375 C 2.894531 -1.566406 2.953125 -1.054688 2.953125 -0.578125 C 2.953125 -0.171875 2.742188 0.03125 2.328125 0.03125 C 2.066406 0.03125 1.847656 -0.0703125 1.671875 -0.28125 C 1.503906 -0.488281 1.367188 -0.753906 1.265625 -1.078125 C 1.160156 -1.398438 1.078125 -1.757813 1.015625 -2.15625 C 0.953125 -2.550781 0.910156 -2.9375 0.890625 -3.3125 C 0.867188 -3.695313 0.851563 -4.046875 0.84375 -4.359375 C 0.84375 -4.671875 0.84375 -4.914063 0.84375 -5.09375 Z M 1.03125 -10.1875 C 1.207031 -10.113281 1.351563 -9.992188 1.46875 -9.828125 C 1.582031 -9.671875 1.632813 -9.523438 1.625 -9.390625 C 1.613281 -9.253906 1.507813 -9.160156 1.3125 -9.109375 C 1.125 -9.066406 0.804688 -9.125 0.359375 -9.28125 C 0.359375 -9.519531 0.40625 -9.726563 0.5 -9.90625 C 0.601563 -10.09375 0.78125 -10.1875 1.03125 -10.1875 Z M 1.03125 -10.1875 "
id="path56" />
</g>
<g
id="glyph-1-3">
<path
d="M 3.78125 7.21875 C 4.28125 7.21875 4.726563 7.125 5.125 6.9375 C 5.53125 6.757813 5.867188 6.507813 6.140625 6.1875 C 6.421875 5.863281 6.632813 5.492188 6.78125 5.078125 C 6.925781 4.671875 7 4.242188 7 3.796875 C 7 3.578125 6.988281 3.28125 6.96875 2.90625 C 6.945313 2.53125 6.910156 2.125 6.859375 1.6875 C 6.816406 1.257813 6.753906 0.816406 6.671875 0.359375 C 6.585938 -0.0859375 6.484375 -0.507813 6.359375 -0.90625 C 6.234375 -1.3125 6.078125 -1.664063 5.890625 -1.96875 C 5.703125 -2.28125 5.484375 -2.5 5.234375 -2.625 C 5.003906 -2.4375 4.773438 -2.269531 4.546875 -2.125 C 4.316406 -1.976563 4.082031 -1.851563 3.84375 -1.75 C 3.601563 -1.65625 3.347656 -1.578125 3.078125 -1.515625 C 2.816406 -1.453125 2.535156 -1.421875 2.234375 -1.421875 C 1.847656 -1.421875 1.515625 -1.457031 1.234375 -1.53125 C 0.960938 -1.601563 0.734375 -1.722656 0.546875 -1.890625 C 0.359375 -2.066406 0.21875 -2.296875 0.125 -2.578125 C 0.0390625 -2.859375 0 -3.210938 0 -3.640625 C 0 -3.941406 0.0703125 -4.234375 0.21875 -4.515625 C 0.363281 -4.796875 0.554688 -5.0625 0.796875 -5.3125 C 1.035156 -5.5625 1.304688 -5.789063 1.609375 -6 C 1.910156 -6.207031 2.222656 -6.390625 2.546875 -6.546875 C 2.867188 -6.703125 3.1875 -6.816406 3.5 -6.890625 C 3.8125 -6.972656 4.085938 -7.015625 4.328125 -7.015625 C 4.566406 -7.015625 4.757813 -7.007813 4.90625 -7 C 5.0625 -6.988281 5.191406 -6.953125 5.296875 -6.890625 C 5.410156 -6.828125 5.503906 -6.734375 5.578125 -6.609375 C 5.660156 -6.492188 5.738281 -6.332031 5.8125 -6.125 C 6.019531 -5.414063 6.257813 -4.65625 6.53125 -3.84375 C 6.800781 -3.03125 7.054688 -2.191406 7.296875 -1.328125 C 7.546875 -0.472656 7.753906 0.390625 7.921875 1.265625 C 8.085938 2.140625 8.171875 2.984375 8.171875 3.796875 C 8.171875 4.523438 8.066406 5.140625 7.859375 5.640625 C 7.660156 6.140625 7.394531 6.550781 7.0625 6.875 C 6.738281 7.195313 6.363281 7.441406 5.9375 7.609375 C 5.519531 7.785156 5.097656 7.898438 4.671875 7.953125 C 4.242188 8.003906 3.832031 8.015625 3.4375 7.984375 C 3.039063 7.953125 2.695313 7.898438 2.40625 7.828125 C 2.113281 7.753906 1.890625 7.664063 1.734375 7.5625 C 1.585938 7.46875 1.550781 7.382813 1.625 7.3125 C 1.707031 7.25 1.914063 7.203125 2.25 7.171875 C 2.582031 7.140625 3.09375 7.15625 3.78125 7.21875 Z M 3.96875 -5.875 C 3.289063 -5.726563 2.742188 -5.523438 2.328125 -5.265625 C 1.921875 -5.015625 1.613281 -4.738281 1.40625 -4.4375 C 1.207031 -4.144531 1.097656 -3.851563 1.078125 -3.5625 C 1.066406 -3.269531 1.125 -3.019531 1.25 -2.8125 C 1.375 -2.601563 1.554688 -2.445313 1.796875 -2.34375 C 2.035156 -2.238281 2.304688 -2.234375 2.609375 -2.328125 C 2.921875 -2.421875 3.25 -2.625 3.59375 -2.9375 C 3.945313 -3.257813 4.300781 -3.734375 4.65625 -4.359375 C 4.65625 -4.515625 4.65625 -4.679688 4.65625 -4.859375 C 4.664063 -5.046875 4.648438 -5.210938 4.609375 -5.359375 C 4.578125 -5.503906 4.507813 -5.625 4.40625 -5.71875 C 4.3125 -5.820313 4.164063 -5.875 3.96875 -5.875 Z M 3.96875 -5.875 "
id="path59" />
</g>
<g
id="glyph-1-4">
<path
d="M 0.265625 -4.578125 C 0.265625 -4.804688 0.320313 -4.972656 0.4375 -5.078125 C 0.5625 -5.179688 0.753906 -5.234375 1.015625 -5.234375 L 1.15625 -5.234375 C 1.175781 -5.097656 1.203125 -4.929688 1.234375 -4.734375 C 1.273438 -4.546875 1.332031 -4.351563 1.40625 -4.15625 C 1.476563 -3.957031 1.5625 -3.773438 1.65625 -3.609375 C 1.757813 -3.441406 1.882813 -3.304688 2.03125 -3.203125 C 2.039063 -3.523438 2.117188 -3.832031 2.265625 -4.125 C 2.421875 -4.414063 2.609375 -4.675781 2.828125 -4.90625 C 3.054688 -5.132813 3.300781 -5.328125 3.5625 -5.484375 C 3.832031 -5.648438 4.097656 -5.757813 4.359375 -5.8125 L 4.65625 -5.8125 C 5.09375 -5.8125 5.460938 -5.710938 5.765625 -5.515625 C 6.078125 -5.328125 6.332031 -5.078125 6.53125 -4.765625 C 6.738281 -4.453125 6.894531 -4.09375 7 -3.6875 C 7.113281 -3.289063 7.195313 -2.882813 7.25 -2.46875 C 7.3125 -2.0625 7.347656 -1.664063 7.359375 -1.28125 C 7.378906 -0.894531 7.390625 -0.566406 7.390625 -0.296875 L 6.390625 -0.296875 C 6.335938 -0.835938 6.269531 -1.359375 6.1875 -1.859375 C 6.164063 -2.054688 6.128906 -2.265625 6.078125 -2.484375 C 6.035156 -2.710938 5.988281 -2.921875 5.9375 -3.109375 C 5.882813 -3.304688 5.820313 -3.488281 5.75 -3.65625 C 5.6875 -3.820313 5.617188 -3.96875 5.546875 -4.09375 C 5.503906 -4.125 5.453125 -4.171875 5.390625 -4.234375 C 5.335938 -4.296875 5.28125 -4.359375 5.21875 -4.421875 C 5.15625 -4.484375 5.09375 -4.535156 5.03125 -4.578125 C 4.976563 -4.628906 4.945313 -4.65625 4.9375 -4.65625 C 4.664063 -4.726563 4.429688 -4.675781 4.234375 -4.5 C 4.035156 -4.320313 3.859375 -4.082031 3.703125 -3.78125 C 3.554688 -3.488281 3.429688 -3.148438 3.328125 -2.765625 C 3.234375 -2.390625 3.15625 -2.023438 3.09375 -1.671875 C 3.03125 -1.328125 2.984375 -1.023438 2.953125 -0.765625 C 2.929688 -0.503906 2.914063 -0.347656 2.90625 -0.296875 C 2.675781 -0.128906 2.460938 -0.0820313 2.265625 -0.15625 C 2.066406 -0.226563 1.878906 -0.367188 1.703125 -0.578125 C 1.523438 -0.796875 1.363281 -1.066406 1.21875 -1.390625 C 1.082031 -1.722656 0.957031 -2.070313 0.84375 -2.4375 C 0.726563 -2.800781 0.617188 -3.164063 0.515625 -3.53125 C 0.421875 -3.90625 0.335938 -4.253906 0.265625 -4.578125 Z M 0.265625 -4.578125 "
id="path62" />
</g>
<g
id="glyph-1-5">
<path
d="M 6.109375 -1.75 C 5.765625 -1.519531 5.46875 -1.3125 5.21875 -1.125 C 4.96875 -0.9375 4.722656 -0.78125 4.484375 -0.65625 C 4.253906 -0.53125 4.003906 -0.429688 3.734375 -0.359375 C 3.472656 -0.296875 3.144531 -0.265625 2.75 -0.265625 C 1.914063 -0.265625 1.289063 -0.488281 0.875 -0.9375 C 0.46875 -1.382813 0.265625 -2.054688 0.265625 -2.953125 C 0.265625 -3.296875 0.3125 -3.648438 0.40625 -4.015625 C 0.5 -4.390625 0.632813 -4.757813 0.8125 -5.125 C 0.988281 -5.488281 1.195313 -5.835938 1.4375 -6.171875 C 1.6875 -6.503906 1.960938 -6.796875 2.265625 -7.046875 C 2.578125 -7.296875 2.90625 -7.492188 3.25 -7.640625 C 3.601563 -7.796875 3.972656 -7.875 4.359375 -7.875 C 5.015625 -7.8125 5.523438 -7.648438 5.890625 -7.390625 C 6.265625 -7.128906 6.546875 -6.796875 6.734375 -6.390625 C 6.921875 -5.992188 7.050781 -5.546875 7.125 -5.046875 C 7.195313 -4.554688 7.253906 -4.050781 7.296875 -3.53125 C 7.335938 -3.007813 7.390625 -2.484375 7.453125 -1.953125 C 7.515625 -1.429688 7.644531 -0.945313 7.84375 -0.5 C 7.726563 -0.195313 7.617188 0.0078125 7.515625 0.125 C 7.410156 0.25 7.296875 0.269531 7.171875 0.1875 C 7.046875 0.101563 6.898438 -0.09375 6.734375 -0.40625 C 6.566406 -0.71875 6.359375 -1.164063 6.109375 -1.75 Z M 1.421875 -2.921875 C 1.421875 -2.398438 1.519531 -2.019531 1.71875 -1.78125 C 1.914063 -1.539063 2.257813 -1.421875 2.75 -1.421875 C 3.125 -1.421875 3.476563 -1.484375 3.8125 -1.609375 C 4.15625 -1.742188 4.453125 -1.925781 4.703125 -2.15625 C 4.960938 -2.394531 5.164063 -2.675781 5.3125 -3 C 5.46875 -3.320313 5.546875 -3.6875 5.546875 -4.09375 C 5.546875 -4.25 5.550781 -4.472656 5.5625 -4.765625 C 5.570313 -5.066406 5.554688 -5.359375 5.515625 -5.640625 C 5.472656 -5.929688 5.382813 -6.179688 5.25 -6.390625 C 5.125 -6.609375 4.9375 -6.71875 4.6875 -6.71875 C 4.21875 -6.71875 3.78125 -6.597656 3.375 -6.359375 C 2.976563 -6.117188 2.632813 -5.8125 2.34375 -5.4375 C 2.0625 -5.070313 1.835938 -4.664063 1.671875 -4.21875 C 1.503906 -3.769531 1.421875 -3.335938 1.421875 -2.921875 Z M 1.421875 -2.921875 "
id="path65" />
</g>
<g
id="glyph-1-6">
<path
d="M -0.03125 -6.84375 C -0.03125 -6.875 -0.0234375 -6.894531 -0.015625 -6.90625 C -0.015625 -6.925781 -0.0078125 -6.953125 0 -6.984375 C 0.03125 -7.023438 0.0820313 -7.082031 0.15625 -7.15625 C 0.226563 -7.226563 0.273438 -7.265625 0.296875 -7.265625 L 3.03125 -7.265625 C 3.03125 -7.367188 3.015625 -7.523438 2.984375 -7.734375 C 2.960938 -7.953125 2.9375 -8.191406 2.90625 -8.453125 C 2.882813 -8.722656 2.878906 -9 2.890625 -9.28125 C 2.898438 -9.5625 2.9375 -9.816406 3 -10.046875 C 3.070313 -10.285156 3.179688 -10.476563 3.328125 -10.625 C 3.484375 -10.769531 3.695313 -10.84375 3.96875 -10.84375 C 3.96875 -9.9375 4.03125 -9.207031 4.15625 -8.65625 C 4.28125 -8.101563 4.445313 -7.675781 4.65625 -7.375 C 4.875 -7.070313 5.117188 -6.875 5.390625 -6.78125 C 5.660156 -6.695313 5.9375 -6.660156 6.21875 -6.671875 C 6.507813 -6.679688 6.789063 -6.722656 7.0625 -6.796875 C 7.332031 -6.867188 7.570313 -6.921875 7.78125 -6.953125 C 8 -6.984375 8.171875 -6.960938 8.296875 -6.890625 C 8.421875 -6.828125 8.484375 -6.664063 8.484375 -6.40625 C 8.484375 -6.21875 8.441406 -6.082031 8.359375 -6 C 8.273438 -5.914063 8.109375 -5.851563 7.859375 -5.8125 C 7.785156 -5.800781 7.664063 -5.785156 7.5 -5.765625 C 7.332031 -5.742188 7.144531 -5.722656 6.9375 -5.703125 C 6.726563 -5.679688 6.503906 -5.660156 6.265625 -5.640625 C 6.035156 -5.617188 5.816406 -5.597656 5.609375 -5.578125 C 5.398438 -5.554688 5.207031 -5.546875 5.03125 -5.546875 C 4.863281 -5.546875 4.738281 -5.546875 4.65625 -5.546875 C 4.65625 -5.492188 4.648438 -5.410156 4.640625 -5.296875 C 4.628906 -5.191406 4.625 -5.125 4.625 -5.09375 C 4.625 -4.695313 4.6875 -4.3125 4.8125 -3.9375 C 4.945313 -3.5625 5.085938 -3.1875 5.234375 -2.8125 C 5.378906 -2.4375 5.515625 -2.0625 5.640625 -1.6875 C 5.773438 -1.320313 5.84375 -0.941406 5.84375 -0.546875 C 5.84375 -0.472656 5.832031 -0.394531 5.8125 -0.3125 C 5.800781 -0.238281 5.773438 -0.171875 5.734375 -0.109375 C 5.691406 -0.0546875 5.632813 -0.015625 5.5625 0.015625 C 5.488281 0.046875 5.378906 0.0390625 5.234375 0 C 4.890625 -0.09375 4.632813 -0.285156 4.46875 -0.578125 C 4.300781 -0.878906 4.175781 -1.234375 4.09375 -1.640625 C 4.019531 -2.054688 3.96875 -2.492188 3.9375 -2.953125 C 3.90625 -3.421875 3.859375 -3.851563 3.796875 -4.25 C 3.742188 -4.65625 3.65625 -5 3.53125 -5.28125 C 3.40625 -5.570313 3.203125 -5.75 2.921875 -5.8125 L 0.296875 -6.40625 C 0.265625 -6.40625 0.210938 -6.441406 0.140625 -6.515625 C 0.0664063 -6.597656 0.0195313 -6.65625 0 -6.6875 C -0.0078125 -6.707031 -0.015625 -6.734375 -0.015625 -6.765625 C -0.0234375 -6.785156 -0.03125 -6.8125 -0.03125 -6.84375 Z M -0.03125 -6.84375 "
id="path68" />
</g>
<g
id="glyph-1-7">
<path
d="M 0.265625 -5.546875 C 0.265625 -5.597656 0.265625 -5.691406 0.265625 -5.828125 C 0.273438 -5.972656 0.28125 -6.117188 0.28125 -6.265625 C 0.28125 -6.421875 0.28125 -6.566406 0.28125 -6.703125 C 0.289063 -6.835938 0.296875 -6.929688 0.296875 -6.984375 C 0.359375 -7.085938 0.429688 -7.191406 0.515625 -7.296875 C 0.609375 -7.398438 0.703125 -7.472656 0.796875 -7.515625 C 0.890625 -7.554688 0.992188 -7.5625 1.109375 -7.53125 C 1.222656 -7.507813 1.335938 -7.421875 1.453125 -7.265625 L 1.453125 -6.984375 C 1.441406 -6.929688 1.421875 -6.820313 1.390625 -6.65625 C 1.367188 -6.488281 1.335938 -6.304688 1.296875 -6.109375 C 1.265625 -5.910156 1.234375 -5.726563 1.203125 -5.5625 C 1.171875 -5.394531 1.15625 -5.285156 1.15625 -5.234375 C 1.15625 -5.066406 1.171875 -4.851563 1.203125 -4.59375 C 1.242188 -4.332031 1.296875 -4.0625 1.359375 -3.78125 C 1.429688 -3.507813 1.519531 -3.234375 1.625 -2.953125 C 1.726563 -2.671875 1.851563 -2.414063 2 -2.1875 C 2.144531 -1.96875 2.304688 -1.785156 2.484375 -1.640625 C 2.660156 -1.492188 2.863281 -1.421875 3.09375 -1.421875 C 3.382813 -1.421875 3.640625 -1.5 3.859375 -1.65625 C 4.085938 -1.8125 4.28125 -2.007813 4.4375 -2.25 C 4.601563 -2.5 4.738281 -2.773438 4.84375 -3.078125 C 4.945313 -3.390625 5.03125 -3.703125 5.09375 -4.015625 C 5.15625 -4.328125 5.195313 -4.625 5.21875 -4.90625 C 5.25 -5.195313 5.265625 -5.453125 5.265625 -5.671875 C 5.265625 -5.890625 5.25 -6.097656 5.21875 -6.296875 C 5.1875 -6.492188 5.144531 -6.6875 5.09375 -6.875 C 5.050781 -7.0625 5.015625 -7.25 4.984375 -7.4375 C 4.953125 -7.625 4.9375 -7.8125 4.9375 -8 C 4.9375 -8.164063 5 -8.285156 5.125 -8.359375 C 5.25 -8.429688 5.390625 -8.46875 5.546875 -8.46875 C 5.734375 -8.46875 5.882813 -8.410156 6 -8.296875 C 6.113281 -8.191406 6.203125 -8.050781 6.265625 -7.875 C 6.335938 -7.707031 6.382813 -7.507813 6.40625 -7.28125 C 6.4375 -7.0625 6.453125 -6.84375 6.453125 -6.625 C 6.453125 -6.40625 6.445313 -6.195313 6.4375 -6 C 6.425781 -5.8125 6.421875 -5.660156 6.421875 -5.546875 C 6.421875 -5.234375 6.394531 -4.878906 6.34375 -4.484375 C 6.300781 -4.097656 6.222656 -3.695313 6.109375 -3.28125 C 6.003906 -2.875 5.867188 -2.472656 5.703125 -2.078125 C 5.535156 -1.679688 5.328125 -1.328125 5.078125 -1.015625 C 4.835938 -0.703125 4.5625 -0.445313 4.25 -0.25 C 3.9375 -0.0625 3.585938 0.03125 3.203125 0.03125 C 2.796875 0.03125 2.4375 -0.0664063 2.125 -0.265625 C 1.820313 -0.460938 1.5625 -0.71875 1.34375 -1.03125 C 1.132813 -1.351563 0.957031 -1.71875 0.8125 -2.125 C 0.664063 -2.539063 0.550781 -2.953125 0.46875 -3.359375 C 0.394531 -3.765625 0.34375 -4.160156 0.3125 -4.546875 C 0.28125 -4.929688 0.265625 -5.265625 0.265625 -5.546875 Z M 0.265625 -5.546875 "
id="path71" />
</g>
<g
id="glyph-1-8">
<path
d="M 0.265625 -5.703125 C 0.265625 -5.785156 0.269531 -5.867188 0.28125 -5.953125 C 0.289063 -6.035156 0.304688 -6.109375 0.328125 -6.171875 C 0.359375 -6.242188 0.40625 -6.300781 0.46875 -6.34375 C 0.53125 -6.394531 0.613281 -6.421875 0.71875 -6.421875 C 0.8125 -6.421875 0.910156 -6.347656 1.015625 -6.203125 C 1.128906 -6.066406 1.242188 -5.890625 1.359375 -5.671875 C 1.484375 -5.460938 1.601563 -5.234375 1.71875 -4.984375 C 1.832031 -4.734375 1.929688 -4.5 2.015625 -4.28125 C 2.097656 -4.070313 2.164063 -3.890625 2.21875 -3.734375 C 2.28125 -3.578125 2.316406 -3.492188 2.328125 -3.484375 C 2.441406 -3.804688 2.570313 -4.148438 2.71875 -4.515625 C 2.863281 -4.890625 3.039063 -5.238281 3.25 -5.5625 C 3.46875 -5.882813 3.722656 -6.148438 4.015625 -6.359375 C 4.304688 -6.578125 4.664063 -6.6875 5.09375 -6.6875 C 5.3125 -6.6875 5.515625 -6.648438 5.703125 -6.578125 C 5.898438 -6.515625 6.070313 -6.414063 6.21875 -6.28125 C 6.375 -6.15625 6.492188 -6 6.578125 -5.8125 C 6.671875 -5.632813 6.71875 -5.429688 6.71875 -5.203125 C 6.71875 -5.003906 6.640625 -4.863281 6.484375 -4.78125 C 6.328125 -4.695313 6.148438 -4.65625 5.953125 -4.65625 L 5.8125 -4.65625 L 5.234375 -5.234375 C 5.210938 -5.234375 5.195313 -5.238281 5.1875 -5.25 C 5.164063 -5.25 5.148438 -5.25 5.140625 -5.25 C 5.128906 -5.257813 5.113281 -5.265625 5.09375 -5.265625 C 4.78125 -5.265625 4.535156 -5.175781 4.359375 -5 C 4.179688 -4.820313 4.046875 -4.601563 3.953125 -4.34375 C 3.859375 -4.09375 3.800781 -3.820313 3.78125 -3.53125 C 3.757813 -3.25 3.75 -2.988281 3.75 -2.75 C 3.75 -2.570313 3.765625 -2.390625 3.796875 -2.203125 C 3.835938 -2.015625 3.878906 -1.832031 3.921875 -1.65625 C 3.972656 -1.488281 4.015625 -1.3125 4.046875 -1.125 C 4.078125 -0.9375 4.09375 -0.742188 4.09375 -0.546875 C 4.09375 -0.160156 3.890625 0.03125 3.484375 0.03125 C 3.265625 0.03125 3.03125 -0.0859375 2.78125 -0.328125 C 2.539063 -0.566406 2.300781 -0.875 2.0625 -1.25 C 1.820313 -1.625 1.59375 -2.035156 1.375 -2.484375 C 1.15625 -2.929688 0.960938 -3.363281 0.796875 -3.78125 C 0.640625 -4.207031 0.507813 -4.59375 0.40625 -4.9375 C 0.3125 -5.28125 0.265625 -5.535156 0.265625 -5.703125 Z M 0.265625 -5.703125 "
id="path74" />
</g>
<g
id="glyph-1-9">
<path
d="M 0.265625 -3.78125 C 0.265625 -4.269531 0.320313 -4.753906 0.4375 -5.234375 C 0.5625 -5.722656 0.753906 -6.160156 1.015625 -6.546875 C 1.273438 -6.941406 1.609375 -7.257813 2.015625 -7.5 C 2.429688 -7.75 2.929688 -7.875 3.515625 -7.875 C 3.847656 -7.875 4.140625 -7.8125 4.390625 -7.6875 C 4.648438 -7.570313 4.863281 -7.410156 5.03125 -7.203125 C 5.207031 -7.003906 5.335938 -6.769531 5.421875 -6.5 C 5.503906 -6.238281 5.546875 -5.960938 5.546875 -5.671875 C 5.546875 -5.210938 5.441406 -4.765625 5.234375 -4.328125 C 5.023438 -3.898438 4.738281 -3.519531 4.375 -3.1875 C 4.019531 -2.851563 3.609375 -2.601563 3.140625 -2.4375 C 2.679688 -2.269531 2.210938 -2.234375 1.734375 -2.328125 C 1.742188 -2.054688 1.832031 -1.84375 2 -1.6875 C 2.164063 -1.53125 2.363281 -1.410156 2.59375 -1.328125 C 2.832031 -1.242188 3.078125 -1.191406 3.328125 -1.171875 C 3.585938 -1.148438 3.816406 -1.140625 4.015625 -1.140625 C 4.222656 -1.140625 4.414063 -1.15625 4.59375 -1.1875 C 4.78125 -1.226563 4.960938 -1.269531 5.140625 -1.3125 C 5.328125 -1.363281 5.507813 -1.40625 5.6875 -1.4375 C 5.875 -1.476563 6.070313 -1.5 6.28125 -1.5 C 6.363281 -1.5 6.445313 -1.492188 6.53125 -1.484375 C 6.613281 -1.472656 6.691406 -1.453125 6.765625 -1.421875 C 6.835938 -1.390625 6.894531 -1.335938 6.9375 -1.265625 C 6.976563 -1.203125 7 -1.117188 7 -1.015625 C 7 -0.847656 6.9375 -0.707031 6.8125 -0.59375 C 6.6875 -0.476563 6.523438 -0.378906 6.328125 -0.296875 C 6.140625 -0.210938 5.925781 -0.148438 5.6875 -0.109375 C 5.457031 -0.0664063 5.226563 -0.0351563 5 -0.015625 C 4.78125 0.00390625 4.578125 0.015625 4.390625 0.015625 C 4.203125 0.0234375 4.066406 0.03125 3.984375 0.03125 C 3.398438 0.03125 2.875 -0.0625 2.40625 -0.25 C 1.945313 -0.4375 1.5625 -0.691406 1.25 -1.015625 C 0.9375 -1.347656 0.691406 -1.75 0.515625 -2.21875 C 0.347656 -2.6875 0.265625 -3.207031 0.265625 -3.78125 Z M 1.71875 -4.65625 C 1.71875 -4.34375 1.757813 -4.113281 1.84375 -3.96875 C 1.925781 -3.820313 2.132813 -3.75 2.46875 -3.75 C 2.707031 -3.75 2.9375 -3.789063 3.15625 -3.875 C 3.382813 -3.957031 3.59375 -4.078125 3.78125 -4.234375 C 3.96875 -4.390625 4.113281 -4.570313 4.21875 -4.78125 C 4.332031 -4.988281 4.390625 -5.210938 4.390625 -5.453125 C 4.390625 -5.585938 4.375 -5.726563 4.34375 -5.875 C 4.320313 -6.019531 4.273438 -6.15625 4.203125 -6.28125 C 4.128906 -6.40625 4.035156 -6.503906 3.921875 -6.578125 C 3.816406 -6.648438 3.671875 -6.6875 3.484375 -6.6875 C 3.210938 -6.6875 2.96875 -6.625 2.75 -6.5 C 2.53125 -6.382813 2.34375 -6.226563 2.1875 -6.03125 C 2.03125 -5.84375 1.910156 -5.628906 1.828125 -5.390625 C 1.753906 -5.148438 1.71875 -4.90625 1.71875 -4.65625 Z M 1.71875 -4.65625 "
id="path77" />
</g>
<g
id="glyph-2-0" />
<g
id="glyph-2-1" />
</g>
</defs>
<g
fill="#000000"
fill-opacity="1"
id="g88">
<use
xlink:href="#glyph-0-1"
x="178.42548"
y="37.852951"
id="use86" />
</g>
<path
fill="none"
stroke-width="0.52"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 398.99074 25.769184 L 398.99074 25.769184 M 398.99074 25.769184 L 398.99074 25.769184 M 398.719655 32.369062 C 400.982173 29.908444 401.581688 28.990926 404.13093 26.149746 M 398.719655 32.369062 C 400.658956 30.768618 402.410582 28.308 404.13093 26.149746 M 399.12107 38.192178 C 401.138568 34.840107 405.668816 30.638289 409.938406 25.737905 M 399.12107 38.192178 C 400.96132 35.481327 403.03095 32.900806 409.938406 25.737905 M 398.849985 44.78163 C 404.13093 42.117698 408.629899 37.561384 415.089022 26.10804 M 398.849985 44.78163 C 404.078798 38.937662 409.250267 31.388986 415.089022 26.10804 M 399.261825 50.599532 C 402.467927 46.001512 409.662108 36.977508 420.901711 25.701413 M 399.261825 50.599532 C 407.952186 39.730064 416.689466 29.871952 420.901711 25.701413 M 398.99074 57.19941 C 407.347458 45.657443 415.599913 39.87082 426.052327 26.071548 M 398.99074 57.19941 C 407.472574 46.75221 414.791871 38.499755 426.052327 26.071548 M 399.402581 63.022526 C 411.611835 50.427497 423.127736 38.077488 431.859803 25.670134 M 399.402581 63.022526 C 410.131293 50.437924 419.71832 38.32772 431.859803 25.670134 M 403.192559 64.940974 C 414.911774 51.897612 423.810662 41.288803 436.999992 26.040269 M 403.192559 64.940974 C 410.491002 55.45821 419.238708 46.470698 436.999992 26.040269 M 406.97211 66.869848 C 422.210217 51.261605 434.627998 33.719274 442.817894 25.628428 M 406.97211 66.869848 C 415.990901 55.979528 425.489304 46.251745 442.817894 25.628428 M 411.4398 68.02196 C 425.207793 51.569182 437.130322 37.660434 447.958084 25.998564 M 411.4398 68.02196 C 425.489304 50.401431 440.550164 34.28751 447.958084 25.998564 M 416.579989 68.392095 C 427.439031 54.540692 441.931655 41.038571 453.781199 25.602362 M 416.579989 68.392095 C 428.820522 53.60232 442.72927 38.749987 453.781199 25.602362 M 422.397892 67.980254 C 429.910075 60.097935 439.549234 52.100926 458.921389 25.972498 M 422.397892 67.980254 C 433.58015 55.771001 445.492253 41.377427 458.921389 25.972498 M 427.538081 68.360816 C 440.200881 50.411858 454.021005 34.840107 464.739291 25.560657 M 427.538081 68.360816 C 437.531736 56.172415 447.697425 45.730427 464.739291 25.560657 M 430.650346 71.06124 C 443.088979 54.608463 455.668368 38.880317 469.879481 25.930792 M 430.650346 71.06124 C 444.470471 54.342591 458.139413 38.739561 469.879481 25.930792 M 438.501386 68.319111 C 449.078916 56.469566 460.047435 44.599169 475.702596 25.529378 M 438.501386 68.319111 C 453.20775 51.63174 465.761073 35.350998 475.702596 25.529378 M 446.352426 65.582194 C 453.447556 57.887549 463.441211 50.031296 480.837573 25.899513 M 446.352426 65.582194 C 459.161195 50.391005 473.08037 34.86096 480.837573 25.899513 M 457.581603 58.951037 C 469.780431 47.372577 480.378813 33.672356 486.660688 25.487673 M 457.581603 58.951037 C 468.550122 45.918102 481.082592 33.051988 486.660688 25.487673 M 464.072005 57.762433 C 470.411225 49.718506 478.528137 42.977872 491.800878 25.857808 M 464.072005 57.762433 C 472.048161 47.732286 481.322398 37.858535 491.800878 25.857808 M 469.889907 57.361019 C 480.149434 47.49248 486.791018 36.179893 491.529793 32.457686 M 469.889907 57.361019 C 476.828642 50.99052 482.641331 44.838975 491.529793 32.457686 M 474.352384 58.497491 C 477.839998 53.232185 482.990614 50.672516 491.941633 38.270375 M 474.352384 58.497491 C 479.549919 54.201835 484.700535 47.800058 491.941633 38.270375 M 479.492574 58.878052 C 482.677823 55.760574 488.057819 51.579609 491.670548 44.870254 M 479.492574 58.878052 C 483.402454 54.759645 486.999544 49.238894 491.670548 44.870254 M 483.282551 60.801714 C 485.72753 57.19941 489.559213 53.148774 492.082389 50.688156 M 483.282551 60.801714 C 485.84222 58.189913 487.458304 55.870051 492.082389 50.688156 M 487.072529 62.730588 C 488.532218 61.948612 490.059678 60.520202 491.811304 57.277608 M 487.072529 62.730588 C 488.709466 60.848632 490.63834 58.721657 491.811304 57.277608 "
transform="matrix(0.749304, 0, 0, 0.749304, 0.374652, 0.374652)"
id="path90" />
<path
fill="none"
stroke-width="1.03"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 398.99074 25.769184 C 425.051397 26.092401 447.86946 25.03934 491.769599 25.769184 M 398.99074 25.769184 C 418.722604 25.028913 438.329352 26.201877 491.769599 25.769184 M 491.769599 25.769184 C 492.15016 38.301654 491.18051 45.902462 491.769599 62.579406 M 491.769599 25.769184 C 491.18051 37.90024 491.378611 49.671587 491.769599 62.579406 M 491.769599 62.579406 C 476.99025 56.00038 461.408073 54.368657 445.377563 62.579406 M 491.769599 62.579406 C 475.301182 54.081932 458.702436 57.069081 445.377563 62.579406 M 445.377563 62.579406 C 430.801528 69.471222 415.610339 71.702461 398.99074 62.579406 M 445.377563 62.579406 C 428.757964 68.840428 412.08102 72.010038 398.99074 62.579406 M 398.99074 62.579406 C 399.949964 51.470132 400.627677 45.761706 398.99074 32.270012 M 398.99074 62.579406 C 397.869908 52.168697 399.871767 42.722426 398.99074 32.270012 M 398.99074 32.270012 C 399.079364 30.49232 398.641458 29.548735 398.99074 25.769184 M 398.99074 32.270012 C 399.110643 29.767688 398.67795 27.380055 398.99074 25.769184 "
transform="matrix(0.749304, 0, 0, 0.749304, 0.374652, 0.374652)"
id="path92" />
<g
fill="#000000"
fill-opacity="1"
id="g112">
<use
xlink:href="#glyph-1-1"
x="301.29065"
y="37.080441"
id="use94" />
<use
xlink:href="#glyph-1-2"
x="308.55557"
y="37.080441"
id="use96" />
<use
xlink:href="#glyph-1-3"
x="311.76025"
y="37.080441"
id="use98" />
<use
xlink:href="#glyph-1-4"
x="319.62265"
y="37.080441"
id="use100" />
<use
xlink:href="#glyph-1-5"
x="327.48505"
y="37.080441"
id="use102" />
<use
xlink:href="#glyph-1-6"
x="335.91779"
y="37.080441"
id="use104" />
<use
xlink:href="#glyph-1-7"
x="344.64923"
y="37.080441"
id="use106" />
<use
xlink:href="#glyph-1-8"
x="351.629"
y="37.080441"
id="use108" />
<use
xlink:href="#glyph-1-9"
x="358.56799"
y="37.080441"
id="use110" />
</g>
<path
fill="none"
stroke-width="1.03"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 510.328498 46.908605 C 523.340581 46.590601 533.047511 47.471628 545.001319 46.908605 M 510.328498 46.908605 C 520.118839 47.49248 531.290671 46.647946 545.001319 46.908605 "
transform="matrix(0.749304, 0, 0, 0.749304, 0.374652, 0.374652)"
id="path114" />
<path
fill="none"
stroke-width="0.52"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 543.218413 43.269809 L 543.218413 43.269809 M 543.218413 43.269809 L 543.218413 43.269809 M 544.980466 47.539399 C 545.861493 46.882539 546.601763 46.251745 547.008391 45.198684 M 544.980466 47.539399 C 545.579981 46.95031 546.017888 46.048431 547.008391 45.198684 "
transform="matrix(0.749304, 0, 0, 0.749304, 0.374652, 0.374652)"
id="path116" />
<path
fill="none"
stroke-width="1.03"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 550.40738 46.908605 C 548.202208 48.118061 546.659108 49.030367 543.197561 50.521334 M 550.40738 46.908605 C 548.958118 47.768778 546.768585 48.962595 543.197561 50.521334 M 543.197561 50.521334 C 543.87006 49.4787 544.782366 47.648875 545.001319 46.908605 M 543.197561 50.521334 C 543.828355 49.551684 544.318393 48.227538 545.001319 46.908605 M 545.001319 46.908605 C 544.459149 45.600098 543.67196 45.021436 543.197561 43.301088 M 545.001319 46.908605 C 544.292327 46.027578 543.817928 44.739924 543.197561 43.301088 M 543.197561 43.301088 C 546.690387 44.859827 548.301258 45.65223 550.40738 46.908605 M 543.197561 43.301088 C 544.87099 43.879751 546.851996 45.490621 550.40738 46.908605 "
transform="matrix(0.749304, 0, 0, 0.749304, 0.374652, 0.374652)"
id="path118" />
<path
fill="none"
stroke-width="0.52"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 180.637782 12.229168 L 180.637782 12.229168 M 180.637782 12.229168 L 180.637782 12.229168 M 183.077547 15.711568 C 183.901229 15.179824 184.099329 13.949515 186.460897 11.82254 M 183.077547 15.711568 C 184.021132 14.767983 184.532023 13.871317 186.460897 11.82254 "
transform="matrix(-0.000000000000000138, -0.749304, 0.749304, -0.000000000000000138, 103.97336, 171.950194)"
id="path120" />
<path
fill="none"
stroke-width="0.52"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 167.307696 11.572308 L 167.307696 11.572308 M 167.307696 11.572308 L 167.307696 11.572308 M 164.3414 21.279238 C 169.340834 18.271236 171.530367 10.842463 179.892298 3.382411 M 164.3414 21.279238 C 170.310484 14.397848 176.618425 7.698919 179.892298 3.382411 M 166.098239 25.538401 C 170.55029 18.411992 176.050189 14.960871 185.037701 3.752547 M 166.098239 25.538401 C 172.447885 19.522398 176.342126 13.881744 185.037701 3.752547 M 167.860292 29.797564 C 176.680983 21.20104 183.661423 11.619226 189.500178 4.899445 M 167.860292 29.797564 C 176.081468 18.750848 184.771829 9.148182 189.500178 4.899445 M 168.939419 34.838703 C 178.651562 26.059718 188.238589 16.258951 193.290155 6.828319 M 168.939419 34.838703 C 176.962494 27.279601 183.630144 19.011507 193.290155 6.828319 M 172.051684 37.549554 C 181.362413 30.67859 185.642429 20.867397 197.080133 8.762407 M 172.051684 37.549554 C 180.408402 28.28053 188.890236 17.979299 197.080133 8.762407 M 175.158736 40.249978 C 183.32778 27.879116 193.488256 20.867397 200.192398 11.457618 M 175.158736 40.249978 C 184.260938 28.770569 193.410058 17.739493 200.192398 11.457618 M 178.281427 42.960829 C 188.619151 32.680449 196.709997 24.078712 203.299449 14.168468 M 178.281427 42.960829 C 185.407836 35.547695 192.330931 26.450706 203.299449 14.168468 M 178.010342 49.550281 C 187.618222 42.460364 192.37785 31.017447 203.71129 19.991584 M 178.010342 49.550281 C 186.002138 39.911122 196.308583 28.73929 203.71129 19.991584 M 177.739257 56.150159 C 183.239156 49.440804 193.159826 38.23248 203.440205 26.581036 M 177.739257 56.150159 C 184.928224 47.558848 192.841822 38.029166 203.440205 26.581036 M 178.140671 61.968061 C 181.320708 55.967698 186.559947 52.000472 193.701996 44.071235 M 178.140671 61.968061 C 181.972354 56.410818 186.028204 52.881499 193.701996 44.071235 M 177.869586 68.557513 C 182.019273 65.429609 184.06805 62.077538 186.669424 58.449169 M 177.869586 68.557513 C 180.079972 66.618212 182.019273 63.29742 186.669424 58.449169 M 178.281427 74.380629 C 180.919293 68.750401 187.659927 64.84052 189.098763 61.931569 M 178.281427 74.380629 C 182.519738 70.439469 186.601653 64.579861 189.098763 61.931569 M 177.337843 81.752057 C 179.558655 78.25923 185.16803 71.899158 188.160392 69.30821 M 177.337843 81.752057 C 181.101754 77.659715 185.110685 73.640358 188.160392 69.30821 M 180.450107 84.457694 C 183.562372 81.74163 188.598298 75.63179 190.589731 72.79061 M 180.450107 84.457694 C 183.400764 80.782406 186.35142 77.148824 190.589731 72.79061 M 182.879447 87.940094 C 183.510241 85.432557 186.507816 84.59845 189.65136 80.162039 M 182.879447 87.940094 C 185.512099 85.098914 188.311574 82.492327 189.65136 80.162039 "
transform="matrix(-0.000000000000000138, -0.749304, 0.749304, -0.000000000000000138, 103.97336, 171.950194)"
id="path122" />
<path
fill="none"
stroke-width="1.03"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 183.369485 9.560022 C 184.949077 8.590372 187.727698 9.179461 186.377486 12.557598 M 183.369485 9.560022 C 186.028204 11.400273 185.340065 12.677501 186.377486 12.557598 M 186.377486 12.557598 C 185.287933 15.007789 186.768474 14.397848 183.369485 15.549959 M 186.377486 12.557598 C 186.122041 14.470832 186.67985 16.858466 183.369485 15.549959 M 183.369485 15.549959 C 180.278073 17.270307 180.752472 15.341432 180.361483 12.557598 M 183.369485 15.549959 C 182.321637 16.952303 178.708907 16.550889 180.361483 12.557598 M 180.361483 12.557598 C 180.622142 11.932017 183.458109 10.7382 183.369485 9.560022 M 180.361483 12.557598 C 178.40133 12.912093 183.009776 7.532098 183.369485 9.560022 M 183.369485 9.560022 L 183.369485 9.560022 M 183.369485 9.560022 L 183.369485 9.560022 M 190.568878 50.681539 C 189.599228 50.118517 191.778335 54.91985 189.97979 53.209929 M 190.568878 50.681539 C 190.928587 50.420881 189.07791 53.887641 189.97979 53.209929 M 189.97979 53.209929 C 189.958937 53.220355 189.958937 53.241208 189.938084 53.26206 M 189.97979 53.209929 C 189.958937 53.220355 189.958937 53.241208 189.938084 53.26206 M 189.938084 53.26206 C 189.708705 53.767738 188.660857 55.399462 186.612079 57.729751 M 189.938084 53.26206 C 188.55138 55.039753 187.769404 56.280488 186.612079 57.729751 M 186.612079 57.729751 C 187.331497 59.83066 188.629578 61.040116 189.661786 62.802169 M 186.612079 57.729751 C 188.019636 59.752462 189.130042 61.822092 189.661786 62.802169 M 189.661786 62.802169 C 189.119616 64.699764 187.248086 66.727689 186.5808 67.858948 M 189.661786 62.802169 C 188.97886 64.3974 188.071768 65.539085 186.5808 67.858948 M 186.5808 67.858948 C 187.790257 69.219586 189.197813 71.50817 190.021495 72.748905 M 186.5808 67.858948 C 187.461827 68.839025 188.249016 69.918152 190.021495 72.748905 M 190.021495 72.748905 C 189.698278 73.812393 188.431477 74.250299 186.747622 77.690994 M 190.021495 72.748905 C 188.968434 74.187741 188.097834 75.282508 186.747622 77.690994 M 186.747622 77.690994 C 187.659927 78.848319 188.129113 80.469616 188.87981 81.418413 M 186.747622 77.690994 C 187.649501 79.009927 188.00921 80.412271 188.87981 81.418413 M 188.87981 81.418413 C 187.211594 82.29944 186.200238 83.779981 183.270435 87.580385 M 188.87981 81.418413 C 187.232447 82.987579 186.189812 84.27002 183.270435 87.580385 M 183.270435 87.580385 C 183.390338 85.599379 183.562372 87.569959 183.129679 87.601238 M 183.270435 87.580385 C 182.728265 86.730638 182.040126 87.069494 183.129679 87.601238 M 183.129679 87.601238 C 182.519738 88.049571 180.872375 88.789842 182.848168 87.549106 M 183.129679 87.601238 C 183.280861 88.112129 183.588438 86.407421 182.848168 87.549106 M 182.848168 87.549106 C 181.518808 86.381355 178.891368 84.588023 175.930286 81.480972 M 182.848168 87.549106 C 181.701269 86.058138 179.459604 85.187538 175.930286 81.480972 M 175.930286 81.480972 C 174.699976 80.109907 173.699047 78.629365 175.158736 79.651147 M 175.930286 81.480972 C 177.640207 79.619868 176.269142 78.379133 175.158736 79.651147 M 175.158736 79.651147 C 175.919859 71.852239 174.152593 61.248643 175.158736 40.912051 M 175.158736 79.651147 C 175.059685 65.440035 176.3317 49.180145 175.158736 40.912051 M 175.158736 40.912051 C 169.502442 37.909263 162.490723 30.840199 163.6689 22.947453 M 175.158736 40.912051 C 169.231357 35.990815 163.877427 31.648241 163.6689 22.947453 M 163.6689 22.947453 C 163.131943 9.98229 174.517515 4.451112 183.619717 3.111326 M 163.6689 22.947453 C 164.018183 10.691281 174.647845 4.539736 183.619717 3.111326 M 183.619717 3.111326 C 194.468332 2.610861 202.84069 13.90781 203.560108 22.947453 M 183.619717 3.111326 C 195.208603 3.679562 203.362007 10.920661 203.560108 22.947453 M 203.560108 22.947453 C 201.907532 32.247756 196.480618 37.648604 190.568878 41.558485 M 203.560108 22.947453 C 202.981446 33.180914 197.820403 40.640966 190.568878 41.558485 M 190.568878 41.558485 C 191.408199 43.909626 190.652289 45.947977 190.568878 50.681539 M 190.568878 41.558485 C 190.230022 44.060808 190.381204 46.521426 190.568878 50.681539 "
transform="matrix(-0.000000000000000138, -0.749304, 0.749304, -0.000000000000000138, 103.97336, 171.950194)"
id="path124" />
<g
fill="#000000"
fill-opacity="1"
id="g144">
<use
xlink:href="#glyph-0-2"
x="9.2701101"
y="40.942986"
id="use126" />
<use
xlink:href="#glyph-0-3"
x="18.971739"
y="40.942986"
id="use128" />
<use
xlink:href="#glyph-0-4"
x="27.390882"
y="40.942986"
id="use130" />
<use
xlink:href="#glyph-0-5"
x="35.100887"
y="40.942986"
id="use132" />
<use
xlink:href="#glyph-0-6"
x="38.661671"
y="40.942986"
id="use134" />
<use
xlink:href="#glyph-0-7"
x="49.313847"
y="40.942986"
id="use136" />
<use
xlink:href="#glyph-0-5"
x="56.752266"
y="40.942986"
id="use138" />
<use
xlink:href="#glyph-0-8"
x="60.313049"
y="40.942986"
id="use140" />
<use
xlink:href="#glyph-0-9"
x="69.049042"
y="40.942986"
id="use142" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g148">
<use
xlink:href="#glyph-2-1"
x="77.782021"
y="40.942986"
id="use146" />
</g>
<path
fill="none"
stroke-width="1.03"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 10.312123 61.338671 C 11.099312 60.431578 43.212464 59.998885 109.279019 58.768576 M 10.312123 61.338671 C 8.529217 60.968535 43.702503 59.430649 109.279019 58.768576 "
transform="matrix(0.749304, 0, 0, 0.749304, 0.374652, 0.374652)"
id="path150" />
<path
fill="none"
stroke-width="1.03"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 264.407439 25.769184 C 289.25864 27.161101 314.829258 25.35213 357.201937 25.769184 M 264.407439 25.769184 C 296.10875 25.638855 325.90204 24.820386 357.201937 25.769184 M 357.201937 25.769184 C 356.289632 35.710707 356.289632 44.838975 357.201937 60.827779 M 357.201937 25.769184 C 357.149805 33.912162 357.467809 44.229033 357.201937 60.827779 M 357.201937 60.827779 C 339.857707 54.749219 325.750858 54.650168 310.809901 60.827779 M 357.201937 60.827779 C 340.32168 54.280033 327.387795 52.757786 310.809901 60.827779 M 310.809901 60.827779 C 293.799314 67.02103 278.889637 70.237559 264.407439 60.827779 M 310.809901 60.827779 C 293.29885 67.610119 279.00954 69.867423 264.407439 60.827779 M 264.407439 60.827779 C 264.188486 50.099067 263.317886 39.990723 264.407439 31.962435 M 264.407439 60.827779 C 264.5899 50.557827 264.772361 39.00022 264.407439 31.962435 M 264.407439 31.962435 C 263.81835 28.902302 264.271897 26.681489 264.407439 25.769184 M 264.407439 31.962435 C 264.678524 30.528812 264.240618 29.361061 264.407439 25.769184 "
transform="matrix(0.749304, 0, 0, 0.749304, 0.374652, 0.374652)"
id="path152" />
<g
fill="#000000"
fill-opacity="1"
id="g156">
<use
xlink:href="#glyph-0-1"
x="279.62418"
y="37.852951"
id="use154" />
</g>
<path
fill="none"
stroke-width="1.03"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 604.269895 16.130025 C 614.46165 13.627702 630.200222 12.449524 642.127965 12.840512 C 654.06092 13.241927 666.228468 15.280278 675.867627 18.502019 C 685.511999 21.728974 695.218929 27.051625 699.957704 32.207454 C 704.712119 37.368496 705.942428 43.749421 704.357623 49.447421 C 702.778031 55.150633 698.02883 61.927759 690.469727 66.421515 C 682.910625 70.920484 670.591895 74.762594 659.018648 76.430809 C 647.450615 78.099025 633.030976 77.661118 621.040676 76.441236 C 609.060802 75.210927 596.241607 72.520929 587.097699 69.059381 C 577.969432 65.60826 569.889012 60.671384 566.23979 55.708443 C 562.590568 50.740288 562.491518 44.510545 565.202368 39.271305 C 567.908006 34.032065 574.257652 28.380984 582.489253 24.262577 C 590.710429 20.149382 607.710589 16.312486 614.550274 14.592139 C 621.379532 12.871791 623.230209 13.648554 623.501294 13.971771 M 647.659142 14.540007 C 659.221962 14.899716 674.569547 16.781672 683.640469 20.389188 C 692.721819 24.012344 699.092317 30.721699 702.089892 36.242451 C 705.087467 41.747562 704.430608 48.237964 701.651986 53.508483 C 698.878577 58.779002 693.952128 63.929618 685.439014 67.870778 C 676.920688 71.811937 662.589673 75.789589 650.568093 77.139801 C 638.541301 78.500439 624.460518 77.40046 613.299112 75.998116 C 602.137706 74.590559 591.810409 72.479223 583.620512 68.710099 C 575.420189 64.940974 566.740255 58.758149 564.128454 53.38858 C 561.521867 48.008584 563.930354 41.700644 567.960137 36.450978 C 571.989921 31.201311 579.288365 25.842168 588.301943 21.890583 C 597.299881 17.938997 611.959326 13.940492 621.9999 12.751888 C 632.030046 11.558072 644.062052 14.289775 648.519316 14.722468 C 652.981793 15.149948 648.910304 15.149948 648.748696 15.33241 "
transform="matrix(0.749304, 0, 0, 0.749304, 0.374652, 0.374652)"
id="path158" />
<g
fill="#000000"
fill-opacity="1"
id="g184">
<use
xlink:href="#glyph-0-10"
x="428.77881"
y="41.715496"
id="use160" />
<use
xlink:href="#glyph-0-4"
x="441.06049"
y="41.715496"
id="use162" />
<use
xlink:href="#glyph-0-11"
x="448.77051"
y="41.715496"
id="use164" />
<use
xlink:href="#glyph-0-3"
x="456.52579"
y="41.715496"
id="use166" />
<use
xlink:href="#glyph-0-12"
x="464.94492"
y="41.715496"
id="use168" />
<use
xlink:href="#glyph-0-13"
x="471.90051"
y="41.715496"
id="use170" />
<use
xlink:href="#glyph-0-12"
x="477.93573"
y="41.715496"
id="use172" />
<use
xlink:href="#glyph-0-14"
x="484.89136"
y="41.715496"
id="use174" />
<use
xlink:href="#glyph-0-15"
x="492.64661"
y="41.715496"
id="use176" />
<use
xlink:href="#glyph-0-16"
x="502.0163"
y="41.715496"
id="use178" />
<use
xlink:href="#glyph-0-17"
x="505.54691"
y="41.715496"
id="use180" />
<use
xlink:href="#glyph-0-3"
x="512.98535"
y="41.715496"
id="use182" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g188">
<use
xlink:href="#glyph-0-12"
x="521.39545"
y="41.715496"
id="use186" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 80 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 503 KiB

After

Width:  |  Height:  |  Size: 447 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 312 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 311 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 226 KiB

After

Width:  |  Height:  |  Size: 226 KiB

View File

@@ -4,12 +4,12 @@
height="65.040001pt"
viewBox="0 0 600.95996 65.040001"
version="1.1"
id="svg189"
id="svg162"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs45">
id="defs42">
<g
id="g40">
<g
@@ -89,30 +89,7 @@
id="path37" />
</g>
</g>
<clipPath
id="clip-0">
<path
clip-rule="nonzero"
d="M 0 0 L 600.960938 0 L 600.960938 64.445313 L 0 64.445313 Z M 0 0 "
id="path42" />
</clipPath>
</defs>
<g
clip-path="url(#clip-0)"
id="g49">
<path
fill-rule="nonzero"
fill="#ffffff"
fill-opacity="1"
d="M 0,0 H 601 V 64.445313 H 0 Z m 0,0"
id="path47" />
</g>
<path
fill-rule="nonzero"
fill="rgb(100%, 100%, 100%)"
fill-opacity="1"
d="M 15.902344 6.757813 L 89.746094 8.378906 L 92.234375 9.261719 L 91.984375 14.214844 L 91.175781 48.808594 L 90.382813 51.585938 L 85.421875 55.445313 L 11.164063 52.898438 L 9.308594 53.925781 L 7.007813 46.738281 L 8.109375 14.574219 L 11.285156 10.65625 L 14.207031 7.851563 "
id="path51" />
<path
fill="none"
stroke-width="1.03"
@@ -121,55 +98,49 @@
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 19.501003 10.258944 C 48.019503 8.502276 75.65185 11.040844 113.918037 10.258944 M 19.501003 10.258944 C 54.389382 10.941804 89.929344 10.430962 113.918037 10.258944 M 113.918037 10.258944 C 121.387788 11.337966 121.601508 11.682002 123.14967 19.501003 M 113.918037 10.258944 C 121.241834 11.91136 122.550213 12.599432 123.14967 19.501003 M 123.14967 19.501003 C 124.958465 30.338137 123.759552 42.509714 123.14967 62.599332 M 123.14967 19.501003 C 122.722231 32.558733 123.358176 46.028264 123.14967 62.599332 M 123.14967 62.599332 C 121.42949 66.889357 118.260188 73.61891 113.918037 71.84139 M 123.14967 62.599332 C 122.690955 67.749447 118.458269 71.747562 113.918037 71.84139 M 113.918037 71.84139 C 92.520039 72.039471 70.950024 73.149769 19.501003 71.84139 M 113.918037 71.84139 C 85.091989 72.461697 57.188584 71.888304 19.501003 71.84139 M 19.501003 71.84139 C 13.840046 70.710241 11.431794 67.170841 10.258944 62.599332 M 19.501003 71.84139 C 12.469115 71.132467 7.908032 66.472343 10.258944 62.599332 M 10.258944 62.599332 C 11.301478 48.191521 11.249351 35.821862 10.258944 19.501003 M 10.258944 62.599332 C 11.530835 51.76741 11.082546 41.607923 10.258944 19.501003 M 10.258944 19.501003 C 10.509152 12.370074 13.63154 9.701189 19.501003 10.258944 M 10.258944 19.501003 C 8.027923 13.047721 14.98162 12.052102 19.501003 10.258944 "
d="M 19.501003 10.258944 C 53.299934 11.400518 86.707916 8.757696 113.918037 10.258944 M 19.501003 10.258944 C 42.728646 10.592555 66.487981 12.0104 113.918037 10.258944 M 113.918037 10.258944 C 119.021238 9.091307 122.498086 15.268317 123.14967 19.501003 M 113.918037 10.258944 C 118.447844 9.419705 123.217434 12.708898 123.14967 19.501003 M 123.14967 19.501003 C 123.107968 36.478658 121.42949 54.467572 123.14967 62.599332 M 123.14967 19.501003 C 123.420728 34.857519 122.670104 48.780552 123.14967 62.599332 M 123.14967 62.599332 C 122.300005 70.251527 119.667608 72.320955 113.918037 71.84139 M 123.14967 62.599332 C 124.661343 70.001319 118.291464 69.928341 113.918037 71.84139 M 113.918037 71.84139 C 80.270272 70.710241 48.269711 72.670204 19.501003 71.84139 M 113.918037 71.84139 C 78.080952 72.237553 40.461136 72.737969 19.501003 71.84139 M 19.501003 71.84139 C 13.219739 70.788431 11.421369 67.452325 10.258944 62.599332 M 19.501003 71.84139 C 11.358817 69.678133 8.17909 70.809282 10.258944 62.599332 M 10.258944 62.599332 C 10.36841 48.931719 10.331922 37.062477 10.258944 19.501003 M 10.258944 62.599332 C 11.061695 50.448605 10.019162 38.449046 10.258944 19.501003 M 10.258944 19.501003 C 9.378004 14.262272 13.41782 10.040012 19.501003 10.258944 M 10.258944 19.501003 C 10.83755 12.052102 14.689711 8.429298 19.501003 10.258944 "
transform="matrix(0.749376, 0, 0, 0.749376, 0.374688, 0.374688)"
id="path53" />
id="path44" />
<g
fill="#000000"
fill-opacity="1"
id="g69">
id="g60">
<use
xlink:href="#glyph-0-1"
x="22.771713"
y="36.915409"
id="use55" />
id="use46" />
<use
xlink:href="#glyph-0-2"
x="33.37648"
y="36.915409"
id="use57" />
id="use48" />
<use
xlink:href="#glyph-0-3"
x="41.758156"
y="36.915409"
id="use59" />
id="use50" />
<use
xlink:href="#glyph-0-2"
x="50.455265"
y="36.915409"
id="use61" />
id="use52" />
<use
xlink:href="#glyph-0-4"
x="58.836941"
y="36.915409"
id="use63" />
id="use54" />
<use
xlink:href="#glyph-0-5"
x="66.242249"
y="36.915409"
id="use65" />
id="use56" />
<use
xlink:href="#glyph-0-4"
x="69.787186"
y="36.915409"
id="use67" />
id="use58" />
</g>
<path
fill-rule="nonzero"
fill="rgb(100%, 100%, 100%)"
fill-opacity="1"
d="M 131.269531 7.277344 L 202.652344 9.695313 L 206.003906 8.769531 L 209.136719 16.433594 L 206.957031 50.664063 L 206.347656 52.246094 L 200.074219 53.699219 L 127.609375 53.707031 L 126.023438 53.355469 L 122.636719 47.488281 L 124.765625 13.8125 L 124.113281 9.230469 L 130.273438 7.140625 "
id="path71" />
<path
fill="none"
stroke-width="1.03"
@@ -178,55 +149,49 @@
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 173.441479 10.258944 C 203.899091 9.972248 233.069175 9.987886 267.858513 10.258944 M 173.441479 10.258944 C 202.981662 8.528339 232.428017 9.951397 267.858513 10.258944 M 267.858513 10.258944 C 272.310131 11.457858 277.220463 13.120698 277.100571 19.501003 M 267.858513 10.258944 C 275.927721 8.429298 276.438563 15.091086 277.100571 19.501003 M 277.100571 19.501003 C 275.031143 27.898609 276.949404 39.840829 277.100571 62.599332 M 277.100571 19.501003 C 277.428969 30.192182 277.778218 42.410673 277.100571 62.599332 M 277.100571 62.599332 C 278.638308 66.847655 276.058038 73.801353 267.858513 71.84139 M 277.100571 62.599332 C 276.011124 66.461918 272.112049 70.048233 267.858513 71.84139 M 267.858513 71.84139 C 229.269141 72.847435 193.650988 71.122042 173.441479 71.84139 M 267.858513 71.84139 C 246.319774 73.071579 225.281451 73.217534 173.441479 71.84139 M 173.441479 71.84139 C 166.68065 71.122042 163.078697 67.118714 164.199421 62.599332 M 173.441479 71.84139 C 167.347872 69.771961 164.319312 70.751943 164.199421 62.599332 M 164.199421 62.599332 C 164.17857 48.108118 165.580778 33.580416 164.199421 19.501003 M 164.199421 62.599332 C 164.110805 49.718832 164.918769 36.59855 164.199421 19.501003 M 164.199421 19.501003 C 165.971728 12.041676 165.997791 11.489134 173.441479 10.258944 M 164.199421 19.501003 C 163.641665 15.612353 166.73799 7.981009 173.441479 10.258944 "
d="M 173.441479 10.258944 C 209.002292 10.780211 240.002022 12.651558 267.858513 10.258944 M 173.441479 10.258944 C 210.670346 9.888845 247.148588 9.711614 267.858513 10.258944 M 267.858513 10.258944 C 274.40041 10.170329 278.252571 14.51248 277.100571 19.501003 M 267.858513 10.258944 C 272.800121 10.571704 279.14915 11.54126 277.100571 19.501003 M 277.100571 19.501003 C 275.698364 29.879422 277.230888 38.657553 277.100571 62.599332 M 277.100571 19.501003 C 276.621006 33.309357 277.408119 47.821421 277.100571 62.599332 M 277.100571 62.599332 C 277.470671 66.967547 274.598491 72.889136 267.858513 71.84139 M 277.100571 62.599332 C 275.140609 70.131635 274.160627 71.591182 267.858513 71.84139 M 267.858513 71.84139 C 233.407998 70.251527 194.307784 72.247978 173.441479 71.84139 M 267.858513 71.84139 C 247.497837 71.591182 227.757467 72.821371 173.441479 71.84139 M 173.441479 71.84139 C 167.399998 70.188975 165.002172 68.541772 164.199421 62.599332 M 173.441479 71.84139 C 169.057626 69.65207 166.550334 71.012576 164.199421 62.599332 M 164.199421 62.599332 C 163.068272 53.602269 162.990082 40.299543 164.199421 19.501003 M 164.199421 62.599332 C 163.688579 51.741347 163.089123 43.192573 164.199421 19.501003 M 164.199421 19.501003 C 164.220271 14.251847 168.280939 11.457858 173.441479 10.258944 M 164.199421 19.501003 C 163.511349 12.521242 165.992578 8.371959 173.441479 10.258944 "
transform="matrix(0.749376, 0, 0, 0.749376, 0.374688, 0.374688)"
id="path73" />
id="path62" />
<g
fill="#000000"
fill-opacity="1"
id="g89">
id="g78">
<use
xlink:href="#glyph-0-6"
x="142.0979"
y="36.915409"
id="use75" />
id="use64" />
<use
xlink:href="#glyph-0-7"
x="151.11044"
y="36.915409"
id="use77" />
id="use66" />
<use
xlink:href="#glyph-0-8"
x="154.62534"
y="36.915409"
id="use79" />
id="use68" />
<use
xlink:href="#glyph-0-9"
x="162.3461"
y="36.915409"
id="use81" />
id="use70" />
<use
xlink:href="#glyph-0-10"
x="169.43597"
y="36.915409"
id="use83" />
id="use72" />
<use
xlink:href="#glyph-0-11"
x="178.13307"
y="36.915409"
id="use85" />
id="use74" />
<use
xlink:href="#glyph-0-12"
x="185.05772"
y="36.915409"
id="use87" />
id="use76" />
</g>
<path
fill-rule="nonzero"
fill="rgb(100%, 100%, 100%)"
fill-opacity="1"
d="M 246.628906 7.539063 L 319.863281 8.820313 L 320.566406 10.0625 L 323.851563 14.464844 L 322.523438 51.59375 L 320.472656 52.570313 L 316.625 52.824219 L 243.511719 52.578125 L 240.519531 53.0625 L 239.664063 46.328125 L 237.695313 16.507813 L 239.742188 10.054688 L 244.445313 6.78125 "
id="path91" />
<path
fill="none"
stroke-width="1.03"
@@ -235,55 +200,49 @@
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 327.381956 10.258944 C 358.809124 10.702021 388.761107 11.509984 421.79899 10.258944 M 327.381956 10.258944 C 362.650859 10.227668 398.508794 11.588174 421.79899 10.258944 M 421.79899 10.258944 C 426.797937 9.461406 429.941175 11.791468 431.041048 19.501003 M 421.79899 10.258944 C 430.238297 11.400518 430.358189 13.970363 431.041048 19.501003 M 431.041048 19.501003 C 429.951601 33.048724 431.379871 49.181927 431.041048 62.599332 M 431.041048 19.501003 C 430.900306 30.03059 430.071492 39.580195 431.041048 62.599332 M 431.041048 62.599332 C 432.161771 68.891021 429.868198 71.830965 421.79899 71.84139 M 431.041048 62.599332 C 432.000179 70.527798 428.267909 71.559906 421.79899 71.84139 M 421.79899 71.84139 C 395.548 71.210657 367.691508 72.159363 327.381956 71.84139 M 421.79899 71.84139 C 384.001943 71.492141 348.51932 71.992557 327.381956 71.84139 M 327.381956 71.84139 C 322.122375 71.330549 319.979969 67.087438 318.150323 62.599332 M 327.381956 71.84139 C 321.767913 71.45044 317.139065 70.522585 318.150323 62.599332 M 318.150323 62.599332 C 317.592567 52.382505 317.660332 41.081443 318.150323 19.501003 M 318.150323 62.599332 C 318.400531 54.029708 318.812331 44.772011 318.150323 19.501003 M 318.150323 19.501003 C 316.570885 11.869658 323.258736 8.278131 327.381956 10.258944 M 318.150323 19.501003 C 316.060043 14.528118 321.950357 10.66032 327.381956 10.258944 "
d="M 327.381956 10.258944 C 361.769919 8.580466 395.657466 10.66032 421.79899 10.258944 M 327.381956 10.258944 C 351.699046 9.539596 377.710254 8.559615 421.79899 10.258944 M 421.79899 10.258944 C 429.07066 8.658656 431.041048 14.12153 431.041048 19.501003 M 421.79899 10.258944 C 429.310443 8.788972 429.362569 15.680118 431.041048 19.501003 M 431.041048 19.501003 C 429.399058 30.89068 430.47808 39.382114 431.041048 62.599332 M 431.041048 19.501003 C 431.218279 33.559565 430.728288 45.27764 431.041048 62.599332 M 431.041048 62.599332 C 429.972451 67.379347 426.990806 73.181045 421.79899 71.84139 M 431.041048 62.599332 C 429.711818 67.838062 426.698897 70.058658 421.79899 71.84139 M 421.79899 71.84139 C 384.898521 72.070747 348.399428 69.990893 327.381956 71.84139 M 421.79899 71.84139 C 400.771092 71.267997 377.44962 71.84139 327.381956 71.84139 M 327.381956 71.84139 C 321.460366 71.950856 316.711627 67.030099 318.150323 62.599332 M 327.381956 71.84139 C 322.518537 71.992557 320.350068 68.750279 318.150323 62.599332 M 318.150323 62.599332 C 317.582142 47.508661 319.531679 33.298932 318.150323 19.501003 M 318.150323 62.599332 C 318.431807 50.120207 319.088603 34.888795 318.150323 19.501003 M 318.150323 19.501003 C 316.550034 14.251847 322.690555 12.171993 327.381956 10.258944 M 318.150323 19.501003 C 319.172005 12.750599 323.331713 8.340683 327.381956 10.258944 "
transform="matrix(0.749376, 0, 0, 0.749376, 0.374688, 0.374688)"
id="path93" />
id="path80" />
<g
fill="#000000"
fill-opacity="1"
id="g109">
id="g96">
<use
xlink:href="#glyph-0-6"
x="254.23807"
y="37.684483"
id="use95" />
id="use82" />
<use
xlink:href="#glyph-0-7"
x="263.25061"
y="37.684483"
id="use97" />
id="use84" />
<use
xlink:href="#glyph-0-8"
x="266.7655"
y="37.684483"
id="use99" />
id="use86" />
<use
xlink:href="#glyph-0-9"
x="274.48627"
y="37.684483"
id="use101" />
id="use88" />
<use
xlink:href="#glyph-0-10"
x="281.57614"
y="37.684483"
id="use103" />
id="use90" />
<use
xlink:href="#glyph-0-11"
x="290.27325"
y="37.684483"
id="use105" />
id="use92" />
<use
xlink:href="#glyph-0-13"
x="297.19791"
y="37.684483"
id="use107" />
id="use94" />
</g>
<path
fill-rule="nonzero"
fill="rgb(100%, 100%, 100%)"
fill-opacity="1"
d="M 400.445313 7.800781 L 472.453125 7.945313 L 476.65625 8.28125 L 477.023438 15.570313 L 476.542969 49.445313 L 476.125 52.898438 L 471.628906 55.027344 L 397.867188 54.523438 L 393.46875 52.777344 L 392.074219 48.238281 L 392.148438 16.125 L 393.828125 10.886719 L 400.144531 9.503906 "
id="path111" />
<path
fill="none"
stroke-width="1.03"
@@ -292,60 +251,54 @@
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 532.641137 10.258944 C 565.027436 9.539596 595.750894 11.139885 627.058171 10.258944 M 532.641137 10.258944 C 556.817486 10.050438 580.191084 11.348392 627.058171 10.258944 M 627.058171 10.258944 C 632.599236 11.572536 638.077749 14.56982 636.289804 19.501003 M 627.058171 10.258944 C 631.139689 9.659488 635.591307 12.84964 636.289804 19.501003 M 636.289804 19.501003 C 635.320248 29.5823 636.258528 37.171943 636.289804 62.599332 M 636.289804 19.501003 C 636.540012 29.868997 636.592139 38.798295 636.289804 62.599332 M 636.289804 62.599332 C 636.998727 66.821592 635.002275 69.860577 627.058171 71.84139 M 636.289804 62.599332 C 634.590475 69.891853 631.009373 73.071579 627.058171 71.84139 M 627.058171 71.84139 C 594.260071 73.671036 559.382118 73.191471 532.641137 71.84139 M 627.058171 71.84139 C 593.931673 71.799689 560.85209 70.611201 532.641137 71.84139 M 532.641137 71.84139 C 524.77001 71.52863 524.092363 67.0718 523.399079 62.599332 M 532.641137 71.84139 C 527.491022 73.118493 521.272311 70.298441 523.399079 62.599332 M 523.399079 62.599332 C 522.320057 48.029928 521.058591 31.338969 523.399079 19.501003 M 523.399079 62.599332 C 522.810047 47.670254 522.820473 33.637755 523.399079 19.501003 M 523.399079 19.501003 C 522.591115 11.708066 527.730805 9.179922 532.641137 10.258944 M 523.399079 19.501003 C 524.509377 13.449096 528.481429 8.632592 532.641137 10.258944 "
d="M 532.641137 10.258944 C 565.861463 12.3805 598.539671 10.550854 627.058171 10.258944 M 532.641137 10.258944 C 564.990947 11.082546 597.361608 11.337966 627.058171 10.258944 M 627.058171 10.258944 C 635.038764 11.259776 635.137805 13.741006 636.289804 19.501003 M 627.058171 10.258944 C 632.401155 11.718491 635.601732 15.101512 636.289804 19.501003 M 636.289804 19.501003 C 638.520825 31.912362 635.038764 44.209043 636.289804 62.599332 M 636.289804 19.501003 C 637.139469 31.761195 635.361949 44.798075 636.289804 62.599332 M 636.289804 62.599332 C 637.890093 67.791148 634.798981 73.467742 627.058171 71.84139 M 636.289804 62.599332 C 635.591307 70.261952 635.268121 73.24881 627.058171 71.84139 M 627.058171 71.84139 C 606.588028 69.787599 587.467967 71.830965 532.641137 71.84139 M 627.058171 71.84139 C 603.298836 70.950024 580.498631 70.850983 532.641137 71.84139 M 532.641137 71.84139 C 526.829013 73.707525 523.842155 69.620794 523.399079 62.599332 M 532.641137 71.84139 C 527.287728 69.610369 525.458082 66.487981 523.399079 62.599332 M 523.399079 62.599332 C 524.269594 54.149599 524.149703 43.541822 523.399079 19.501003 M 523.399079 62.599332 C 523.618011 46.460915 523.482481 28.638808 523.399079 19.501003 M 523.399079 19.501003 C 524.311295 14.251847 528.398026 8.778547 532.641137 10.258944 M 523.399079 19.501003 C 521.428691 12.990382 527.27209 8.319832 532.641137 10.258944 "
transform="matrix(0.749376, 0, 0, 0.749376, 0.374688, 0.374688)"
id="path113" />
id="path98" />
<g
fill="#000000"
fill-opacity="1"
id="g131">
id="g116">
<use
xlink:href="#glyph-0-6"
x="406.2858"
y="37.684483"
id="use115" />
id="use100" />
<use
xlink:href="#glyph-0-7"
x="415.29837"
y="37.684483"
id="use117" />
id="use102" />
<use
xlink:href="#glyph-0-8"
x="418.81326"
y="37.684483"
id="use119" />
id="use104" />
<use
xlink:href="#glyph-0-9"
x="426.534"
y="37.684483"
id="use121" />
id="use106" />
<use
xlink:href="#glyph-0-10"
x="433.62387"
y="37.684483"
id="use123" />
id="use108" />
<use
xlink:href="#glyph-0-11"
x="442.32098"
y="37.684483"
id="use125" />
id="use110" />
<use
xlink:href="#glyph-0-13"
x="449.24564"
y="37.684483"
id="use127" />
id="use112" />
<use
xlink:href="#glyph-0-12"
x="459.21951"
y="37.684483"
id="use129" />
id="use114" />
</g>
<path
fill-rule="nonzero"
fill="rgb(100%, 100%, 100%)"
fill-opacity="1"
d="M 515.804688 8.0625 L 589.660156 7.058594 L 591.21875 9.570313 L 591.738281 13.601563 L 592.113281 50.375 L 590.246094 53.226563 L 585.097656 54.148438 L 510.683594 53.394531 L 511.042969 52.492188 L 509.105469 47.074219 L 508.160156 15.75 L 509.457031 8.640625 L 514.320313 9.148438 "
id="path133" />
<path
fill="none"
stroke-width="1.03"
@@ -354,53 +307,53 @@
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 686.581613 10.258944 C 719.937468 10.279795 755.539983 8.559615 780.998648 10.258944 M 686.581613 10.258944 C 716.502321 9.867994 746.271861 11.108609 780.998648 10.258944 M 780.998648 10.258944 C 787.092255 9.570872 790.808887 13.24059 790.240706 19.501003 M 780.998648 10.258944 C 785.46069 7.908032 789.500507 11.728916 790.240706 19.501003 M 790.240706 19.501003 C 789.380616 30.619621 789.828905 46.507829 790.240706 62.599332 M 790.240706 19.501003 C 790.871439 36.280577 789.74029 53.211319 790.240706 62.599332 M 790.240706 62.599332 C 790.52219 68.859745 788.817648 71.99777 780.998648 71.84139 M 790.240706 62.599332 C 790.579529 69.240269 787.170445 69.860577 780.998648 71.84139 M 780.998648 71.84139 C 756.441774 72.018621 733.417425 74.228792 686.581613 71.84139 M 780.998648 71.84139 C 750.488909 72.112449 719.812364 71.267997 686.581613 71.84139 M 686.581613 71.84139 C 680.211735 71.742349 676.880841 67.040524 677.349981 62.599332 M 686.581613 71.84139 C 681.911064 70.079509 678.809527 70.079509 677.349981 62.599332 M 677.349981 62.599332 C 675.728841 52.288677 677.25094 38.839996 677.349981 19.501003 M 677.349981 62.599332 C 677.099773 51.98113 676.708823 39.757426 677.349981 19.501003 M 677.349981 19.501003 C 677.287429 11.54126 680.889381 10.071288 686.581613 10.258944 M 677.349981 19.501003 C 676.927755 12.3805 678.97112 11.311903 686.581613 10.258944 "
d="M 686.581613 10.258944 C 718.629089 10.180754 754.210753 8.559615 780.998648 10.258944 M 686.581613 10.258944 C 706.019648 10.728084 725.859058 10.19118 780.998648 10.258944 M 780.998648 10.258944 C 785.601432 9.748103 792.039076 13.360481 790.240706 19.501003 M 780.998648 10.258944 C 788.911476 9.940972 790.537828 14.51248 790.240706 19.501003 M 790.240706 19.501003 C 791.361429 32.918407 791.528235 44.917966 790.240706 62.599332 M 790.240706 19.501003 C 789.677738 32.011403 790.730697 44.308084 790.240706 62.599332 M 790.240706 62.599332 C 790.391873 68.208161 787.18087 73.749226 780.998648 71.84139 M 790.240706 62.599332 C 790.162516 67.968379 787.822028 71.721499 780.998648 71.84139 M 780.998648 71.84139 C 758.078552 71.612033 737.452029 69.568667 686.581613 71.84139 M 780.998648 71.84139 C 756.572091 72.670204 732.239362 71.91958 686.581613 71.84139 M 686.581613 71.84139 C 680.889381 71.361825 675.55161 68.109121 677.349981 62.599332 M 686.581613 71.84139 C 680.748639 71.950856 679.257817 68.94836 677.349981 62.599332 M 677.349981 62.599332 C 675.53076 48.071629 677.449021 36.54121 677.349981 19.501003 M 677.349981 62.599332 C 678.361238 51.407736 677.417745 39.632322 677.349981 19.501003 M 677.349981 19.501003 C 676.651483 14.241422 678.700061 9.48747 686.581613 10.258944 M 677.349981 19.501003 C 677.099773 13.219739 679.888549 8.288556 686.581613 10.258944 "
transform="matrix(0.749376, 0, 0, 0.749376, 0.374688, 0.374688)"
id="path135" />
id="path118" />
<g
fill="#000000"
fill-opacity="1"
id="g153">
id="g136">
<use
xlink:href="#glyph-0-6"
x="518.42596"
y="37.684483"
id="use137" />
id="use120" />
<use
xlink:href="#glyph-0-7"
x="527.43854"
y="37.684483"
id="use139" />
id="use122" />
<use
xlink:href="#glyph-0-8"
x="530.95343"
y="37.684483"
id="use141" />
id="use124" />
<use
xlink:href="#glyph-0-9"
x="538.67419"
y="37.684483"
id="use143" />
id="use126" />
<use
xlink:href="#glyph-0-10"
x="545.76404"
y="37.684483"
id="use145" />
id="use128" />
<use
xlink:href="#glyph-0-11"
x="554.46118"
y="37.684483"
id="use147" />
id="use130" />
<use
xlink:href="#glyph-0-13"
x="561.3858"
y="37.684483"
id="use149" />
id="use132" />
<use
xlink:href="#glyph-0-13"
x="571.35968"
y="37.684483"
id="use151" />
id="use134" />
</g>
<path
fill="none"
@@ -412,18 +365,7 @@
stroke-miterlimit="10"
d="M 164.199421 41.050167 C 165.42961 41.399416 154.441309 42.07185 135.847726 41.050167 M 164.199421 41.050167 C 163.589539 42.692157 152.507409 40.617516 135.847726 41.050167 "
transform="matrix(0.749376, 0, 0, 0.749376, 0.374688, 0.374688)"
id="path155" />
<path
fill="none"
stroke-width="0.51"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 124.119226 41.258674 L 124.119226 41.258674 M 124.119226 41.258674 L 124.119226 41.258674 M 126.339822 41.842493 C 126.829812 41.170059 127.142572 40.789534 128.362336 39.512431 M 126.339822 41.842493 C 127.132147 41.159633 127.757667 40.377733 128.362336 39.512431 M 128.560418 42.410673 C 129.858372 41.180484 131.062498 39.88253 131.927801 38.532449 M 128.560418 42.410673 C 129.5821 40.810385 131.020797 39.851254 131.927801 38.532449 M 130.791439 42.978854 C 132.282262 41.321226 133.960741 40.758258 135.498477 37.55768 M 130.791439 42.978854 C 131.740145 41.6809 132.652361 40.789534 135.498477 37.55768 M 133.012035 43.552247 C 135.519328 41.477606 137.672159 39.27786 139.741588 35.811437 M 133.012035 43.552247 C 133.819999 41.988447 136.181337 40.35167 139.741588 35.811437 M 134.560197 44.902328 C 135.639219 44.219469 136.108359 42.509714 137.249933 41.800791 M 134.560197 44.902328 C 135.508903 44.110003 135.967617 43.130021 137.249933 41.800791 M 136.780793 45.470509 C 137.088341 45.089984 137.750349 44.391487 138.130874 43.922347 M 136.780793 45.470509 C 137.150893 44.829351 137.781625 44.308084 138.130874 43.922347 M 139.001389 46.038689 C 139.220321 45.861459 139.340213 45.5904 139.679036 45.272427 M 139.001389 46.038689 C 139.199471 45.830183 139.371489 45.527848 139.679036 45.272427 "
transform="matrix(0.749376, 0, 0, 0.749376, 0.374688, 0.374688)"
id="path157" />
id="path138" />
<path
fill="none"
stroke-width="1.03"
@@ -432,9 +374,9 @@
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 124.301669 41.050167 C 128.638608 38.16235 132.250986 37.672359 139.699887 35.920903 M 124.301669 41.050167 C 127.960961 39.819978 131.599403 38.548087 139.699887 35.920903 M 139.699887 35.920903 C 138.172575 38.078947 137.249933 39.548919 135.847726 41.050167 M 139.699887 35.920903 C 138.401933 37.641083 136.958024 39.668811 135.847726 41.050167 M 135.847726 41.050167 C 137.348974 42.848537 139.340213 44.401912 139.699887 46.179431 M 135.847726 41.050167 C 137.171743 42.368972 138.349806 43.802455 139.699887 46.179431 M 139.699887 46.179431 C 136.311653 44.709459 130.119005 42.561841 124.301669 41.050167 M 139.699887 46.179431 C 135.670495 44.500953 130.989521 43.630437 124.301669 41.050167 "
d="M 124.301669 41.050167 C 130.629847 38.798295 136.499309 35.8375 139.699887 35.920903 M 124.301669 41.050167 C 129.300616 40.070186 133.319583 37.568106 139.699887 35.920903 M 139.699887 35.920903 C 138.532249 37.151092 137.077915 38.939037 135.847726 41.050167 M 139.699887 35.920903 C 138.719905 37.729698 137.421951 39.350838 135.847726 41.050167 M 135.847726 41.050167 C 137.338549 42.561841 138.730331 43.979686 139.699887 46.179431 M 135.847726 41.050167 C 136.942386 42.572266 138.610439 44.902328 139.699887 46.179431 M 139.699887 46.179431 C 136.030169 44.198618 132.829592 44.839776 124.301669 41.050167 M 139.699887 46.179431 C 135.951979 44.798075 132.089393 44.401912 124.301669 41.050167 "
transform="matrix(0.749376, 0, 0, 0.749376, 0.374688, 0.374688)"
id="path159" />
id="path140" />
<path
fill="none"
stroke-width="1.03"
@@ -445,18 +387,7 @@
stroke-miterlimit="10"
d="M 318.150323 41.050167 C 319.099028 41.618348 308.501676 39.908593 289.788203 41.050167 M 318.150323 41.050167 C 320.428258 41.107507 310.518978 38.850422 289.788203 41.050167 "
transform="matrix(0.749376, 0, 0, 0.749376, 0.374688, 0.374688)"
id="path161" />
<path
fill="none"
stroke-width="0.51"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 278.461078 40.810385 L 278.461078 40.810385 M 278.461078 40.810385 L 278.461078 40.810385 M 280.681674 41.378565 C 281.270705 41.071018 281.661655 40.409009 282.031754 39.830403 M 280.681674 41.378565 C 281.041348 40.982403 281.33847 40.601878 282.031754 39.830403 M 282.229836 42.718221 C 283.188966 42.290782 283.569491 41.36814 285.602431 38.850422 M 282.229836 42.718221 C 283.220242 41.279525 284.372242 40.122313 285.602431 38.850422 M 284.450432 43.302039 C 285.409562 40.50805 288.109724 39.371689 289.840329 37.098966 M 284.450432 43.302039 C 286.238376 41.310801 288.052384 39.131906 289.840329 37.098966 M 286.681453 43.87022 C 289.058429 41.790366 290.590953 40.899 293.411006 36.118984 M 286.681453 43.87022 C 288.229615 41.951959 290.372021 39.809553 293.411006 36.118984 M 288.902049 44.438401 C 289.381614 43.901496 289.772565 43.197786 290.919351 42.118764 M 288.902049 44.438401 C 289.371189 43.901496 289.86118 43.197786 290.919351 42.118764 M 291.117433 45.011794 C 291.430193 44.401912 292.008799 44.000537 292.467513 43.458419 M 291.117433 45.011794 C 291.58136 44.401912 292.019224 43.901496 292.467513 43.458419 M 292.670807 46.361875 C 292.769848 46.169006 293.119097 45.991775 293.338029 45.579975 M 292.670807 46.361875 C 292.889739 46.189857 293.009631 45.950074 293.338029 45.579975 "
transform="matrix(0.749376, 0, 0, 0.749376, 0.374688, 0.374688)"
id="path163" />
id="path142" />
<path
fill="none"
stroke-width="1.03"
@@ -465,9 +396,9 @@
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 278.252571 41.050167 C 284.028206 37.740124 288.16185 37.959056 293.640363 35.920903 M 278.252571 41.050167 C 284.137672 38.490748 290.731695 36.848758 293.640363 35.920903 M 293.640363 35.920903 C 291.690826 38.297879 290.267768 40.461136 289.788203 41.050167 M 293.640363 35.920903 C 293.129522 37.171943 291.930609 38.308304 289.788203 41.050167 M 289.788203 41.050167 C 290.121813 42.097913 291.148709 43.182148 293.640363 46.179431 M 289.788203 41.050167 C 290.940202 42.608755 291.821143 43.369804 293.640363 46.179431 M 293.640363 46.179431 C 290.210429 45.950074 284.038631 42.468013 278.252571 41.050167 M 293.640363 46.179431 C 290.742121 44.26117 286.201888 43.682564 278.252571 41.050167 "
d="M 278.252571 41.050167 C 282.662487 40.852086 288.938538 38.772232 293.640363 35.920903 M 278.252571 41.050167 C 282.099519 39.668811 284.241925 39.710512 293.640363 35.920903 M 293.640363 35.920903 C 292.941866 38.032033 291.680401 39.02244 289.788203 41.050167 M 293.640363 35.920903 C 292.571767 37.448214 291.247749 39.058928 289.788203 41.050167 M 289.788203 41.050167 C 290.888075 42.728646 291.279025 43.807668 293.640363 46.179431 M 289.788203 41.050167 C 290.940202 42.692157 292.248581 44.678183 293.640363 46.179431 M 293.640363 46.179431 C 287.260059 42.921515 284.33054 42.921515 278.252571 41.050167 M 293.640363 46.179431 C 289.07928 44.589568 284.580748 42.499289 278.252571 41.050167 "
transform="matrix(0.749376, 0, 0, 0.749376, 0.374688, 0.374688)"
id="path165" />
id="path144" />
<path
fill="none"
stroke-width="1.03"
@@ -478,18 +409,7 @@
stroke-miterlimit="10"
d="M 467.978005 40.018059 C 468.942348 40.951127 458.068725 42.040574 443.718254 40.700919 M 467.978005 40.018059 C 469.041389 42.07185 460.737611 39.752213 443.718254 40.700919 "
transform="matrix(0.749376, 0, 0, 0.749376, 0.374688, 0.374688)"
id="path167" />
<path
fill="none"
stroke-width="0.51"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 432.109645 41.107507 L 432.109645 41.107507 M 432.109645 41.107507 L 432.109645 41.107507 M 434.330241 41.6809 C 435.200756 40.867724 435.680321 40.210928 436.347543 39.361263 M 434.330241 41.6809 C 434.70034 41.102294 435.232032 40.549751 436.347543 39.361263 M 436.561262 42.249081 C 437.900918 40.450711 439.329188 39.288286 439.91822 38.381282 M 436.561262 42.249081 C 438.031234 40.680068 439.05813 39.079779 439.91822 38.381282 M 438.781858 42.822474 C 440.491613 42.040574 441.450744 40.362095 444.16133 36.629826 M 438.781858 42.822474 C 440.502038 41.102294 441.310002 39.157969 444.16133 36.629826 M 441.002454 43.40108 C 442.628806 41.660049 445.09961 39.027652 447.732007 35.649844 M 441.002454 43.40108 C 443.67134 40.497625 446.512243 37.031201 447.732007 35.649844 M 443.217838 43.969261 C 444.119629 42.942365 444.849402 42.452375 445.240352 41.649624 M 443.217838 43.969261 C 443.822507 43.510546 444.088353 42.942365 445.240352 41.649624 M 444.771212 45.319341 C 444.911954 44.938817 445.459284 44.610419 446.121293 43.771179 M 444.771212 45.319341 C 445.1778 44.902328 445.688642 44.33936 446.121293 43.771179 M 446.991808 45.887522 C 447.090849 45.751993 447.341057 45.538273 447.669455 45.110835 M 446.991808 45.887522 C 447.169039 45.66859 447.361908 45.501785 447.669455 45.110835 "
transform="matrix(0.749376, 0, 0, 0.749376, 0.374688, 0.374688)"
id="path169" />
id="path146" />
<path
fill="none"
stroke-width="1.03"
@@ -498,9 +418,9 @@
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 432.187835 41.018891 C 435.221607 39.851254 437.859216 39.731363 447.429672 35.462188 M 432.187835 41.018891 C 437.20242 39.189245 442.138816 37.687997 447.429672 35.462188 M 447.429672 35.462188 C 446.288098 36.728866 445.240352 39.460304 443.718254 40.700919 M 447.429672 35.462188 C 446.199483 36.69759 445.318542 37.818314 443.718254 40.700919 M 443.718254 40.700919 C 444.70866 42.269931 445.600026 42.587904 447.721582 45.720717 M 443.718254 40.700919 C 444.651321 41.920683 445.579176 43.051831 447.721582 45.720717 M 447.721582 45.720717 C 444.521004 45.058708 438.130275 43.077895 432.187835 41.018891 M 447.721582 45.720717 C 444.859828 44.959667 440.929477 42.968429 432.187835 41.018891 "
d="M 432.187835 41.018891 C 438.849623 39.950295 444.130054 37.880866 447.429672 35.462188 M 432.187835 41.018891 C 436.441371 39.241372 440.939902 38.151924 447.429672 35.462188 M 447.429672 35.462188 C 446.590433 37.182368 444.880678 39.251797 443.718254 40.700919 M 447.429672 35.462188 C 446.262035 36.838332 445.349818 38.271816 443.718254 40.700919 M 443.718254 40.700919 C 445.297692 42.238655 447.002234 44.589568 447.721582 45.720717 M 443.718254 40.700919 C 445.448859 42.551415 446.658198 44.349785 447.721582 45.720717 M 447.721582 45.720717 C 444.291647 46.132517 439.417804 44.761586 432.187835 41.018891 M 447.721582 45.720717 C 444.328136 44.448826 439.05813 42.598329 432.187835 41.018891 "
transform="matrix(0.749376, 0, 0, 0.749376, 0.374688, 0.374688)"
id="path171" />
id="path148" />
<path
fill="none"
stroke-width="1.03"
@@ -511,18 +431,7 @@
stroke-miterlimit="10"
d="M 677.349981 41.050167 C 678.298686 42.322058 668.530148 41.670475 648.98786 41.050167 M 677.349981 41.050167 C 677.177963 40.362095 667.748248 42.249081 648.98786 41.050167 "
transform="matrix(0.749376, 0, 0, 0.749376, 0.374688, 0.374688)"
id="path173" />
<path
fill="none"
stroke-width="0.51"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 637.238509 41.28995 L 637.238509 41.28995 M 637.238509 41.28995 L 637.238509 41.28995 M 639.459105 41.858131 C 640.360897 40.659217 640.730996 40.320394 641.48162 39.528069 M 639.459105 41.858131 C 639.959521 41.279525 640.277494 40.758258 641.48162 39.528069 M 641.679701 42.431524 C 642.748298 41.060593 643.530198 39.408177 645.052297 38.558512 M 641.679701 42.431524 C 642.378199 41.508882 643.139248 40.737407 645.052297 38.558512 M 643.910723 42.999705 C 645.458885 41.529733 647.158214 38.511598 648.617761 37.578531 M 643.910723 42.999705 C 644.760388 41.722601 646.011428 40.940701 648.617761 37.578531 M 646.131319 43.567885 C 649.22243 40.122313 650.572511 37.807888 652.860872 35.832288 M 646.131319 43.567885 C 647.538739 41.378565 649.74891 39.157969 652.860872 35.832288 M 647.679481 44.917966 C 648.007879 44.349785 648.88882 42.93194 650.369217 41.821642 M 647.679481 44.917966 C 648.232024 44.412337 648.690738 43.432356 650.369217 41.821642 M 649.900077 45.491359 C 650.129434 45.058708 650.932185 44.469677 651.250158 43.937985 M 649.900077 45.491359 C 650.431769 45.069133 650.801868 44.459251 651.250158 43.937985 M 652.120673 46.05954 C 652.230139 45.778056 652.579388 45.527848 652.79832 45.288065 M 652.120673 46.05954 C 652.261415 45.887522 652.40737 45.710291 652.79832 45.288065 "
transform="matrix(0.749376, 0, 0, 0.749376, 0.374688, 0.374688)"
id="path175" />
id="path150" />
<path
fill="none"
stroke-width="1.03"
@@ -531,9 +440,9 @@
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 637.441803 41.050167 C 640.767485 40.878149 645.05751 39.590621 652.840021 35.920903 M 637.441803 41.050167 C 640.032499 40.210928 643.420732 39.10063 652.840021 35.920903 M 652.840021 35.920903 C 652.417795 37.30226 650.358792 37.959056 648.98786 41.050167 M 652.840021 35.920903 C 651.56813 37.171943 650.932185 38.839996 648.98786 41.050167 M 648.98786 41.050167 C 649.290195 41.988447 651.250158 42.879813 652.840021 46.179431 M 648.98786 41.050167 C 649.717634 42.629605 651.281434 43.552247 652.840021 46.179431 M 652.840021 46.179431 C 649.957416 44.547867 646.668224 43.828519 637.441803 41.050167 M 652.840021 46.179431 C 650.191986 44.761586 646.918432 44.412337 637.441803 41.050167 "
d="M 637.441803 41.050167 C 643.227864 39.111055 647.601291 37.349174 652.840021 35.920903 M 637.441803 41.050167 C 642.190543 39.10063 647.491825 37.119816 652.840021 35.920903 M 652.840021 35.920903 C 651.651533 37.250133 649.399661 40.320394 648.98786 41.050167 M 652.840021 35.920903 C 652.131098 37.08854 650.92176 38.297879 648.98786 41.050167 M 648.98786 41.050167 C 650.16071 42.791198 651.010375 44.177767 652.840021 46.179431 M 648.98786 41.050167 C 649.868801 42.160465 650.739316 43.468845 652.840021 46.179431 M 652.840021 46.179431 C 646.011428 45.762418 639.44868 41.779941 637.441803 41.050167 M 652.840021 46.179431 C 649.180729 45.011794 646.438866 44.782437 637.441803 41.050167 "
transform="matrix(0.749376, 0, 0, 0.749376, 0.374688, 0.374688)"
id="path177" />
id="path152" />
<path
fill="none"
stroke-width="1.03"
@@ -544,18 +453,7 @@
stroke-miterlimit="10"
d="M 523.399079 41.050167 C 524.358209 42.671307 512.947682 40.492412 495.047384 41.050167 M 523.399079 41.050167 C 522.012509 42.337696 512.822578 39.230946 495.047384 41.050167 "
transform="matrix(0.749376, 0, 0, 0.749376, 0.374688, 0.374688)"
id="path179" />
<path
fill="none"
stroke-width="0.51"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 483.569092 40.971977 L 483.569092 40.971977 M 483.569092 40.971977 L 483.569092 40.971977 M 485.800113 41.540158 C 486.138936 41.227398 486.462122 40.711344 487.139768 39.991996 M 485.800113 41.540158 C 486.050321 41.190909 486.310954 40.862511 487.139768 39.991996 M 488.020709 42.108339 C 488.797396 41.180484 489.959821 40.059761 491.377666 38.24054 M 488.020709 42.108339 C 488.677505 41.060593 489.83993 39.851254 491.377666 38.24054 M 489.568871 43.458419 C 492.102227 42.129189 493.931873 39.788702 494.948343 37.260558 M 489.568871 43.458419 C 491.56011 41.008466 493.050932 39.12148 494.948343 37.260558 M 491.789467 44.031813 C 492.790299 42.468013 495.771945 39.981571 498.51902 36.291002 M 491.789467 44.031813 C 494.317611 40.862511 497.231491 38.33958 498.51902 36.291002 M 494.010063 44.599993 C 494.682497 43.687777 495.667691 42.827687 496.032578 42.280357 M 494.010063 44.599993 C 494.640796 43.828519 495.480035 42.770347 496.032578 42.280357 M 496.230659 45.178599 C 496.559057 44.65212 497.200215 43.807668 497.58074 43.630437 M 496.230659 45.178599 C 496.710225 44.740735 497.148089 44.282021 497.58074 43.630437 M 498.461681 45.751993 L 498.461681 45.751993 M 498.461681 45.751993 L 498.461681 45.751993 "
transform="matrix(0.749376, 0, 0, 0.749376, 0.374688, 0.374688)"
id="path181" />
id="path154" />
<path
fill="none"
stroke-width="1.03"
@@ -564,9 +462,9 @@
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 483.501327 41.050167 C 487.18147 38.850422 493.097846 36.291002 498.899545 35.920903 M 483.501327 41.050167 C 488.328256 40.049335 493.2021 38.167562 498.899545 35.920903 M 498.899545 35.920903 C 497.200215 38.459472 495.959601 39.408177 495.047384 41.050167 M 498.899545 35.920903 C 497.612016 37.208432 496.611184 38.829571 495.047384 41.050167 M 495.047384 41.050167 C 496.069067 42.608755 496.579908 42.770347 498.899545 46.179431 M 495.047384 41.050167 C 496.157682 42.322058 497.090749 43.640863 498.899545 46.179431 M 498.899545 46.179431 C 493.321991 42.978854 486.759244 42.608755 483.501327 41.050167 M 498.899545 46.179431 C 496.428741 45.51221 492.169992 43.661713 483.501327 41.050167 "
d="M 483.501327 41.050167 C 488.349107 38.391707 495.010895 36.791418 498.899545 35.920903 M 483.501327 41.050167 C 487.238809 40.137951 490.23088 38.188413 498.899545 35.920903 M 498.899545 35.920903 C 498.190622 37.078115 497.481699 37.588956 495.047384 41.050167 M 498.899545 35.920903 C 497.940414 36.827907 497.122025 37.84959 495.047384 41.050167 M 495.047384 41.050167 C 495.870985 42.947578 497.200215 44.620844 498.899545 46.179431 M 495.047384 41.050167 C 495.798008 42.410673 497.158514 43.567885 498.899545 46.179431 M 498.899545 46.179431 C 495.057809 46.069965 489.83993 43.87022 483.501327 41.050167 M 498.899545 46.179431 C 493.368905 44.188193 486.81137 43.051831 483.501327 41.050167 "
transform="matrix(0.749376, 0, 0, 0.749376, 0.374688, 0.374688)"
id="path183" />
id="path156" />
<path
fill="none"
stroke-width="1.03"
@@ -577,7 +475,7 @@
stroke-miterlimit="10"
d="M 466.961535 72.868285 C 463.1198 60.832238 463.010334 50.172334 467.472376 41.050167 M 466.961535 72.868285 C 460.612507 61.69754 461.978226 51.569329 467.472376 41.050167 M 467.472376 41.050167 C 474.311395 30.81249 470.771994 18.94846 466.961535 11.291052 M 467.472376 41.050167 C 474.827449 33.012235 473.691088 21.560006 466.961535 11.291052 "
transform="matrix(0.749376, 0, 0, 0.749376, 0.374688, 0.374688)"
id="path185" />
id="path158" />
<path
fill="none"
stroke-width="1.03"
@@ -588,5 +486,5 @@
stroke-miterlimit="10"
d="M 482.349327 72.868285 C 478.518017 61.181486 476.761349 53.101853 482.870594 41.050167 M 482.349327 72.868285 C 479.497999 63.678354 476.380824 53.268658 482.870594 41.050167 M 482.870594 41.050167 C 489.980672 32.047892 488.60974 19.391537 482.349327 11.291052 M 482.870594 41.050167 C 487.322212 31.67258 489.907694 19.818975 482.349327 11.291052 "
transform="matrix(0.749376, 0, 0, 0.749376, 0.374688, 0.374688)"
id="path187" />
id="path160" />
</svg>

Before

Width:  |  Height:  |  Size: 60 KiB

After

Width:  |  Height:  |  Size: 50 KiB

View File

@@ -4,12 +4,12 @@
height="202.08pt"
viewBox="0 0 676.07996 202.08"
version="1.1"
id="svg215"
id="svg186"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs39">
id="defs36">
<g
id="g34">
<g
@@ -77,30 +77,7 @@
id="path31" />
</g>
</g>
<clipPath
id="clip-0">
<path
clip-rule="nonzero"
d="M 0 0 L 676 0 L 676 201.601563 L 0 201.601563 Z M 0 0 "
id="path36" />
</clipPath>
</defs>
<g
clip-path="url(#clip-0)"
id="g43">
<path
fill-rule="nonzero"
fill="#ffffff"
fill-opacity="1"
d="M 0,0 H 676 V 201.60156 H 0 Z m 0,0"
id="path41" />
</g>
<path
fill-rule="nonzero"
fill="rgb(100%, 100%, 100%)"
fill-opacity="1"
d="M 15.054688 54.769531 L 87.625 53.519531 L 92.097656 55.902344 L 91.042969 61.304688 L 91.042969 96.972656 L 89.792969 99.632813 L 84.648438 99.292969 L 11.355469 98.523438 L 10.371094 99.375 L 7.734375 93.179688 L 7.824219 61.898438 L 9.570313 57.234375 L 16.171875 53.75 "
id="path45" />
<path
fill="none"
stroke-width="1.02"
@@ -109,65 +86,59 @@
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 19.441824 71.631443 C 52.54963 72.230844 87.387881 70.349245 113.579116 71.631443 M 19.441824 71.631443 C 42.057499 70.891313 66.158648 71.892052 113.579116 71.631443 M 113.579116 71.631443 C 117.821836 71.902477 122.559713 76.447503 122.789049 80.841376 M 113.579116 71.631443 C 120.427929 72.079691 122.919354 76.150408 122.789049 80.841376 M 122.789049 80.841376 C 122.559713 97.410915 122.898505 113.381053 122.789049 123.810638 M 122.789049 80.841376 C 123.169539 90.812288 123.159114 101.757878 122.789049 123.810638 M 122.789049 123.810638 C 124.039974 131.941648 120.652053 133.771125 113.579116 133.02057 M 122.789049 123.810638 C 123.179963 128.642334 119.421977 133.68773 113.579116 133.02057 M 113.579116 133.02057 C 90.77059 134.089069 70.349245 132.332562 19.441824 133.02057 M 113.579116 133.02057 C 88.159285 132.650505 63.698496 133.468818 19.441824 133.02057 M 19.441824 133.02057 C 11.998822 132.249167 10.560259 130.331082 10.231891 123.810638 M 19.441824 133.02057 C 13.94818 132.217894 12.118702 131.441278 10.231891 123.810638 M 10.231891 123.810638 C 11.498452 114.340096 9.41879 104.999858 10.231891 80.841376 M 10.231891 123.810638 C 9.53867 114.798768 9.079998 104.760098 10.231891 80.841376 M 10.231891 80.841376 C 11.988398 74.289658 11.378572 72.88758 19.441824 71.631443 M 10.231891 80.841376 C 11.941488 76.348471 12.170824 69.411052 19.441824 71.631443 "
d="M 19.441824 71.631443 C 47.071622 74.070746 77.432606 70.35967 113.579116 71.631443 M 19.441824 71.631443 C 49.229467 72.011933 79.621724 70.630703 113.579116 71.631443 M 113.579116 71.631443 C 118.947668 70.151182 123.591726 76.072225 122.789049 80.841376 M 113.579116 71.631443 C 119.249975 71.652292 122.450257 76.139984 122.789049 80.841376 M 122.789049 80.841376 C 122.789049 94.387847 124.050398 106.579151 122.789049 123.810638 M 122.789049 80.841376 C 122.622259 91.750481 122.101041 104.030392 122.789049 123.810638 M 122.789049 123.810638 C 120.829267 129.147916 118.770454 134.208949 113.579116 133.02057 M 122.789049 123.810638 C 120.599931 130.268536 119.458462 135.037686 113.579116 133.02057 M 113.579116 133.02057 C 83.7602 134.427861 53.039575 134.610287 19.441824 133.02057 M 113.579116 133.02057 C 88.498077 132.337774 61.462468 132.238743 19.441824 133.02057 M 19.441824 133.02057 C 14.818615 131.967709 11.722576 129.799439 10.231891 123.810638 M 19.441824 133.02057 C 14.750856 135.30872 11.300389 130.810604 10.231891 123.810638 M 10.231891 123.810638 C 11.050204 108.690086 10.200618 96.368478 10.231891 80.841376 M 10.231891 123.810638 C 9.689824 113.891848 10.628017 104.139847 10.231891 80.841376 M 10.231891 80.841376 C 10.049465 74.790028 14.870737 73.372313 19.441824 71.631443 M 10.231891 80.841376 C 8.730782 73.810137 13.682358 72.058842 19.441824 71.631443 "
transform="matrix(0.749446, 0, 0, 0.749446, 0.374723, 0.374723)"
id="path47" />
id="path38" />
<g
fill="#000000"
fill-opacity="1"
id="g63">
id="g54">
<use
xlink:href="#glyph-0-1"
x="23.281218"
y="82.820267"
id="use49" />
id="use40" />
<use
xlink:href="#glyph-0-2"
x="32.267792"
y="82.820267"
id="use51" />
id="use42" />
<use
xlink:href="#glyph-0-3"
x="35.772556"
y="82.820267"
id="use53" />
id="use44" />
<use
xlink:href="#glyph-0-4"
x="43.471054"
y="82.820267"
id="use55" />
id="use46" />
<use
xlink:href="#glyph-0-5"
x="50.540493"
y="82.820267"
id="use57" />
id="use48" />
<use
xlink:href="#glyph-0-6"
x="59.212536"
y="82.820267"
id="use59" />
id="use50" />
<use
xlink:href="#glyph-0-7"
x="66.117218"
y="82.820267"
id="use61" />
id="use52" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g67">
id="g58">
<use
xlink:href="#glyph-0-6"
x="76.38588"
y="82.820267"
id="use65" />
id="use56" />
</g>
<path
fill-rule="nonzero"
fill="rgb(100%, 100%, 100%)"
fill-opacity="1"
d="M 130.082031 109.480469 L 204.5 110.152344 L 206.328125 111.628906 L 208.496094 116.855469 L 206.277344 149.273438 L 206.660156 151.335938 L 200.867188 155.9375 L 126.917969 154.910156 L 124.542969 153.53125 L 124.429688 146.472656 L 123.492188 115.960938 L 124.871094 109.441406 L 130.019531 107.84375 "
id="path69" />
<path
fill="none"
stroke-width="1.02"
@@ -176,65 +147,59 @@
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 172.930279 144.278892 C 207.002339 145.608 242.611995 144.518653 267.062359 144.278892 M 172.930279 144.278892 C 203.312112 143.361548 233.787764 144.289317 267.062359 144.278892 M 267.062359 144.278892 C 271.852358 142.558871 274.828517 147.771057 276.272292 153.478401 M 267.062359 144.278892 C 274.281237 142.991482 276.381748 147.68245 276.272292 153.478401 M 276.272292 153.478401 C 276.157624 162.500695 276.011683 174.050899 276.272292 196.458087 M 276.272292 153.478401 C 277.038484 163.298159 275.850105 171.580323 276.272292 196.458087 M 276.272292 196.458087 C 277.111454 202.530284 274.010203 204.458793 267.062359 205.66802 M 276.272292 196.458087 C 273.999779 200.63826 275.109975 207.841501 267.062359 205.66802 M 267.062359 205.66802 C 237.728176 205.089467 210.301653 206.012024 172.930279 205.66802 M 267.062359 205.66802 C 244.248621 205.600261 224.239039 204.729826 172.930279 205.66802 M 172.930279 205.66802 C 166.977963 205.099892 162.902033 202.952471 163.720346 196.458087 M 172.930279 205.66802 C 167.90052 206.538455 164.49175 203.859391 163.720346 196.458087 M 163.720346 196.458087 C 164.460477 182.651006 165.138061 167.942217 163.720346 153.478401 M 163.720346 196.458087 C 164.231141 181.108199 163.381554 166.321227 163.720346 153.478401 M 163.720346 153.478401 C 162.141054 146.780742 168.171553 142.339959 172.930279 144.278892 M 163.720346 153.478401 C 163.897561 147.92221 166.920629 144.732353 172.930279 144.278892 "
d="M 172.930279 144.278892 C 203.478902 144.529077 232.641083 145.10763 267.062359 144.278892 M 172.930279 144.278892 C 210.708204 144.138163 247.448903 146.06146 267.062359 144.278892 M 267.062359 144.278892 C 273.160617 145.378664 275.928288 148.339185 276.272292 153.478401 M 267.062359 144.278892 C 275.292401 142.522386 276.918603 148.208881 276.272292 153.478401 M 276.272292 153.478401 C 275.177733 168.051673 275.990834 179.951094 276.272292 196.458087 M 276.272292 153.478401 C 276.762238 164.648115 277.012423 176.19832 276.272292 196.458087 M 276.272292 196.458087 C 276.970725 202.21234 274.792031 207.137856 267.062359 205.66802 M 276.272292 196.458087 C 274.708636 200.627836 271.539627 206.157965 267.062359 205.66802 M 267.062359 205.66802 C 234.798928 204.797585 202.582406 205.00086 172.930279 205.66802 M 267.062359 205.66802 C 239.270983 204.672492 212.751381 205.949478 172.930279 205.66802 M 172.930279 205.66802 C 168.421738 206.371665 162.980216 200.940567 163.720346 196.458087 M 172.930279 205.66802 C 167.749366 205.579413 164.637691 201.211601 163.720346 196.458087 M 163.720346 196.458087 C 165.972011 187.962224 163.047974 179.231812 163.720346 153.478401 M 163.720346 196.458087 C 163.970531 182.880342 164.11126 170.558734 163.720346 153.478401 M 163.720346 153.478401 C 161.937779 147.437477 168.817864 142.631842 172.930279 144.278892 M 163.720346 153.478401 C 163.939258 146.692134 165.85213 144.680231 172.930279 144.278892 "
transform="matrix(0.749446, 0, 0, 0.749446, 0.374723, 0.374723)"
id="path71" />
id="path60" />
<g
fill="#000000"
fill-opacity="1"
id="g87">
id="g76">
<use
xlink:href="#glyph-0-1"
x="138.95641"
y="137.26692"
id="use73" />
id="use62" />
<use
xlink:href="#glyph-0-2"
x="147.94298"
y="137.26692"
id="use75" />
id="use64" />
<use
xlink:href="#glyph-0-3"
x="151.44774"
y="137.26692"
id="use77" />
id="use66" />
<use
xlink:href="#glyph-0-4"
x="159.14624"
y="137.26692"
id="use79" />
id="use68" />
<use
xlink:href="#glyph-0-5"
x="166.21567"
y="137.26692"
id="use81" />
id="use70" />
<use
xlink:href="#glyph-0-6"
x="174.88771"
y="137.26692"
id="use83" />
id="use72" />
<use
xlink:href="#glyph-0-1"
x="181.7924"
y="137.26692"
id="use85" />
id="use74" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g91">
id="g80">
<use
xlink:href="#glyph-0-6"
x="190.77898"
y="137.26692"
id="use89" />
id="use78" />
</g>
<path
fill-rule="nonzero"
fill="rgb(100%, 100%, 100%)"
fill-opacity="1"
d="M 245.113281 9.277344 L 318.304688 8.820313 L 320.558594 9.398438 L 322.875 14.433594 L 321.511719 49.742188 L 320.457031 51.210938 L 317.074219 54.605469 L 242.484375 53.324219 L 238.707031 52.789063 L 238.0625 47.917969 L 239.171875 15.125 L 240.167969 9.808594 L 243.863281 7.03125 "
id="path93" />
<path
fill="none"
stroke-width="1.02"
@@ -243,55 +208,49 @@
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 326.40831 10.231891 C 361.449837 12.301129 397.830896 11.998822 420.550815 10.231891 M 326.40831 10.231891 C 362.507911 11.018931 399.378915 11.889366 420.550815 10.231891 M 420.550815 10.231891 C 425.872457 10.617593 431.188886 12.400161 429.760747 19.441824 M 420.550815 10.231891 C 428.129333 11.910215 429.828506 12.530465 429.760747 19.441824 M 429.760747 19.441824 C 429.760747 33.587697 429.119649 49.318074 429.760747 62.42151 M 429.760747 19.441824 C 430.907428 35.651723 430.599909 53.962132 429.760747 62.42151 M 429.760747 62.42151 C 430.177722 70.510823 427.35793 72.548788 420.550815 71.631443 M 429.760747 62.42151 C 429.520987 70.661976 426.101793 70.59943 420.550815 71.631443 M 420.550815 71.631443 C 384.690975 73.497406 346.167707 73.002248 326.40831 71.631443 M 420.550815 71.631443 C 383.570355 71.871204 345.067936 71.349985 326.40831 71.631443 M 326.40831 71.631443 C 321.962315 71.261378 315.238595 68.889833 317.198377 62.42151 M 326.40831 71.631443 C 321.858072 69.457961 316.849161 69.59869 317.198377 62.42151 M 317.198377 62.42151 C 317.412077 52.862361 316.770978 41.369491 317.198377 19.441824 M 317.198377 62.42151 C 318.058388 51.361251 316.807463 38.372484 317.198377 19.441824 M 317.198377 19.441824 C 316.380064 12.572163 320.878181 9.189454 326.40831 10.231891 M 317.198377 19.441824 C 315.86927 12.801499 321.680857 8.657811 326.40831 10.231891 "
d="M 326.40831 10.231891 C 355.789403 10.179769 383.747569 10.961597 420.550815 10.231891 M 326.40831 10.231891 C 351.327772 9.75237 377.628462 10.862566 420.550815 10.231891 M 420.550815 10.231891 C 427.35793 9.840977 428.270062 13.922119 429.760747 19.441824 M 420.550815 10.231891 C 426.617799 11.409845 431.402586 13.578115 429.760747 19.441824 M 429.760747 19.441824 C 428.421216 35.010624 428.780856 46.618162 429.760747 62.42151 M 429.760747 19.441824 C 430.902216 30.861724 429.870203 39.628621 429.760747 62.42151 M 429.760747 62.42151 C 429.020617 68.57189 426.722043 73.377525 420.550815 71.631443 M 429.760747 62.42151 C 428.822554 68.999289 428.337821 70.589006 420.550815 71.631443 M 420.550815 71.631443 C 385.837655 72.569636 352.120024 72.798973 326.40831 71.631443 M 420.550815 71.631443 C 392.081854 72.350725 364.029869 70.922586 326.40831 71.631443 M 326.40831 71.631443 C 322.019649 69.989604 318.329422 69.489234 317.198377 62.42151 M 326.40831 71.631443 C 320.747876 73.877895 317.980205 69.609115 317.198377 62.42151 M 317.198377 62.42151 C 315.921392 51.939804 315.040532 38.210906 317.198377 19.441824 M 317.198377 62.42151 C 317.401652 47.227988 316.72928 30.277959 317.198377 19.441824 M 317.198377 19.441824 C 317.912447 13.390476 318.668214 9.29891 326.40831 10.231891 M 317.198377 19.441824 C 319.142523 12.890106 318.021903 10.612381 326.40831 10.231891 "
transform="matrix(0.749446, 0, 0, 0.749446, 0.374723, 0.374723)"
id="path95" />
id="path82" />
<g
fill="#000000"
fill-opacity="1"
id="g111">
id="g98">
<use
xlink:href="#glyph-0-1"
x="253.66103"
y="36.809006"
id="use97" />
id="use84" />
<use
xlink:href="#glyph-0-2"
x="262.64761"
y="36.809006"
id="use99" />
id="use86" />
<use
xlink:href="#glyph-0-3"
x="266.15237"
y="36.809006"
id="use101" />
id="use88" />
<use
xlink:href="#glyph-0-4"
x="273.85086"
y="36.809006"
id="use103" />
id="use90" />
<use
xlink:href="#glyph-0-5"
x="280.92029"
y="36.809006"
id="use105" />
id="use92" />
<use
xlink:href="#glyph-0-6"
x="289.59235"
y="36.809006"
id="use107" />
id="use94" />
<use
xlink:href="#glyph-0-8"
x="296.49704"
y="36.809006"
id="use109" />
id="use96" />
</g>
<path
fill-rule="nonzero"
fill="rgb(100%, 100%, 100%)"
fill-opacity="1"
d="M 360.136719 78.558594 L 432.109375 76.960938 L 434.796875 79.703125 L 437.265625 84.550781 L 436.746094 119.679688 L 434.25 120.554688 L 430.21875 122.75 L 358.054688 121.214844 L 355.941406 121.523438 L 351.683594 115.773438 L 351.773438 83.765625 L 355.460938 79.652344 L 360.777344 75.695313 "
id="path113" />
<path
fill="none"
stroke-width="1.02"
@@ -300,65 +259,59 @@
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 479.891553 102.320794 C 515.902547 101.017748 553.049797 101.507693 574.028846 102.320794 M 479.891553 102.320794 C 504.941319 102.93062 527.312022 103.738509 574.028846 102.320794 M 574.028846 102.320794 C 579.897767 100.720653 583.45769 107.261947 583.238778 111.530727 M 574.028846 102.320794 C 581.987854 102.258248 583.2909 103.498749 583.238778 111.530727 M 583.238778 111.530727 C 583.358659 122.220921 582.227614 133.531365 583.238778 154.510414 M 583.238778 111.530727 C 583.921575 127.579048 582.441314 143.220819 583.238778 154.510414 M 583.238778 154.510414 C 583.238778 160.540913 580.721292 162.677909 574.028846 163.720346 M 583.238778 154.510414 C 585.047407 162.109781 581.789791 164.199867 574.028846 163.720346 M 574.028846 163.720346 C 546.378198 163.949683 519.691806 166.128376 479.891553 163.720346 M 574.028846 163.720346 C 539.659691 164.262414 505.608479 164.11126 479.891553 163.720346 M 479.891553 163.720346 C 472.839465 163.558769 471.671936 160.947463 470.692045 154.510414 M 479.891553 163.720346 C 475.810411 163.219976 469.211784 161.468682 470.692045 154.510414 M 470.692045 154.510414 C 470.368889 140.609513 468.409107 123.748091 470.692045 111.530727 M 470.692045 154.510414 C 469.842458 145.712243 470.238584 136.559645 470.692045 111.530727 M 470.692045 111.530727 C 470.619074 104.489064 473.579596 102.169641 479.891553 102.320794 M 470.692045 111.530727 C 472.542371 103.821904 471.718845 103.43099 479.891553 102.320794 "
d="M 479.891553 102.320794 C 508.110328 101.961154 538.950833 102.951469 574.028846 102.320794 M 479.891553 102.320794 C 510.768543 101.492057 543.412465 101.81 574.028846 102.320794 M 574.028846 102.320794 C 581.560454 100.418347 584.69819 105.630533 583.238778 111.530727 M 574.028846 102.320794 C 577.958834 101.721393 581.159116 105.088465 583.238778 111.530727 M 583.238778 111.530727 C 581.659486 128.110691 581.570879 139.431559 583.238778 154.510414 M 583.238778 111.530727 C 582.139007 121.152423 581.867973 131.238003 583.238778 154.510414 M 583.238778 154.510414 C 585.162075 161.077768 578.662479 165.758311 574.028846 163.720346 M 583.238778 154.510414 C 582.931259 158.810467 580.42941 165.867767 574.028846 163.720346 M 574.028846 163.720346 C 536.881595 162.391239 501.657642 162.641424 479.891553 163.720346 M 574.028846 163.720346 C 544.887513 164.121685 513.270393 164.079987 479.891553 163.720346 M 479.891553 163.720346 C 475.61756 163.829802 469.592273 160.071816 470.692045 154.510414 M 479.891553 163.720346 C 473.762022 163.600466 471.317507 159.451566 470.692045 154.510414 M 470.692045 154.510414 C 470.837986 137.972147 471.96903 123.320692 470.692045 111.530727 M 470.692045 154.510414 C 471.68236 144.258044 470.217736 133.328089 470.692045 111.530727 M 470.692045 111.530727 C 469.800761 105.479379 472.610129 102.091458 479.891553 102.320794 M 470.692045 111.530727 C 469.628759 105.208346 474.887854 102.670011 479.891553 102.320794 "
transform="matrix(0.749446, 0, 0, 0.749446, 0.374723, 0.374723)"
id="path115" />
id="path100" />
<g
fill="#000000"
fill-opacity="1"
id="g131">
id="g116">
<use
xlink:href="#glyph-0-1"
x="369.65973"
y="105.8259"
id="use117" />
id="use102" />
<use
xlink:href="#glyph-0-2"
x="378.6463"
y="105.8259"
id="use119" />
id="use104" />
<use
xlink:href="#glyph-0-3"
x="382.15106"
y="105.8259"
id="use121" />
id="use106" />
<use
xlink:href="#glyph-0-4"
x="389.84955"
y="105.8259"
id="use123" />
id="use108" />
<use
xlink:href="#glyph-0-5"
x="396.91901"
y="105.8259"
id="use125" />
id="use110" />
<use
xlink:href="#glyph-0-6"
x="405.59103"
y="105.8259"
id="use127" />
id="use112" />
<use
xlink:href="#glyph-0-9"
x="412.49573"
y="105.8259"
id="use129" />
id="use114" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g135">
id="g120">
<use
xlink:href="#glyph-0-6"
x="420.18823"
y="105.8259"
id="use133" />
id="use118" />
</g>
<path
fill-rule="nonzero"
fill="rgb(100%, 100%, 100%)"
fill-opacity="1"
d="M 475.171875 144.769531 L 548.984375 145.101563 L 552.09375 146.9375 L 551.652344 151.605469 L 551.980469 189.625 L 551.113281 189.894531 L 546.429688 190.898438 L 470.554688 192.171875 L 470.113281 190.253906 L 468.382813 186.703125 L 467.445313 152.398438 L 470.757813 146.425781 L 474.625 147.421875 "
id="path137" />
<path
fill="none"
stroke-width="1.02"
@@ -367,58 +320,58 @@
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 633.380008 194.409698 C 651.518416 191.95997 674.702219 193.242168 727.522513 194.409698 M 633.380008 194.409698 C 664.14233 194.842309 694.941138 193.539263 727.522513 194.409698 M 727.522513 194.409698 C 733.92829 194.920492 735.731706 198.032167 736.722021 203.619631 M 727.522513 194.409698 C 735.841162 192.621918 736.748082 199.189273 736.722021 203.619631 M 736.722021 203.619631 C 737.821793 219.438615 736.190378 230.837666 736.722021 246.599317 M 736.722021 203.619631 C 737.79052 219.511586 737.191118 234.538318 736.722021 246.599317 M 736.722021 246.599317 C 736.310259 254.662569 734.079443 256.898597 727.522513 255.80925 M 736.722021 246.599317 C 735.872435 253.552373 732.771184 257.78988 727.522513 255.80925 M 727.522513 255.80925 C 693.340997 258.498738 659.649426 255.157726 633.380008 255.80925 M 727.522513 255.80925 C 697.797416 256.658836 666.138598 256.862111 633.380008 255.80925 M 633.380008 255.80925 C 627.818606 255.850947 624.008498 253.02073 624.170075 246.599317 M 633.380008 255.80925 C 625.061359 256.992416 626.281011 253.328249 624.170075 246.599317 M 624.170075 246.599317 C 623.320489 236.961985 624.128378 223.321694 624.170075 203.619631 M 624.170075 246.599317 C 623.669706 233.501093 623.68013 217.562228 624.170075 203.619631 M 624.170075 203.619631 C 624.858084 196.421602 626.281011 195.160253 633.380008 194.409698 M 624.170075 203.619631 C 624.498443 199.538489 626.46865 193.492353 633.380008 194.409698 "
d="M 633.380008 194.409698 C 660.42083 195.952505 690.062532 193.049317 727.522513 194.409698 M 633.380008 194.409698 C 653.420864 193.231744 673.581599 192.752223 727.522513 194.409698 M 727.522513 194.409698 C 731.671413 195.097706 737.02954 197.338946 736.722021 203.619631 M 727.522513 194.409698 C 734.00126 196.739545 735.627462 196.598816 736.722021 203.619631 M 736.722021 203.619631 C 738.129312 217.119193 737.597669 236.33131 736.722021 246.599317 M 736.722021 203.619631 C 736.278986 213.491511 736.768931 222.852597 736.722021 246.599317 M 736.722021 246.599317 C 737.201542 253.578434 734.678844 254.047531 727.522513 255.80925 M 736.722021 246.599317 C 737.039965 253.3074 732.520999 256.4295 727.522513 255.80925 M 727.522513 255.80925 C 692.011889 256.299195 655.302463 256.559805 633.380008 255.80925 M 727.522513 255.80925 C 695.66042 255.887433 664.559305 255.178575 633.380008 255.80925 M 633.380008 255.80925 C 629.220684 257.67 624.941479 254.751176 624.170075 246.599317 M 633.380008 255.80925 C 626.760532 258.019217 624.660021 253.990197 624.170075 246.599317 M 624.170075 246.599317 C 625.749368 236.680527 624.821599 225.620268 624.170075 203.619631 M 624.170075 246.599317 C 623.049455 232.698417 622.840968 219.18843 624.170075 203.619631 M 624.170075 203.619631 C 625.770217 197.568283 626.552045 194.889219 633.380008 194.409698 M 624.170075 203.619631 C 624.842447 197.531797 627.057627 194.738066 633.380008 194.409698 "
transform="matrix(0.749446, 0, 0, 0.749446, 0.374723, 0.374723)"
id="path139" />
id="path122" />
<g
fill="#000000"
fill-opacity="1"
id="g155">
id="g138">
<use
xlink:href="#glyph-0-1"
x="483.56155"
y="174.84277"
id="use141" />
id="use124" />
<use
xlink:href="#glyph-0-2"
x="492.54813"
y="174.84277"
id="use143" />
id="use126" />
<use
xlink:href="#glyph-0-3"
x="496.05289"
y="174.84277"
id="use145" />
id="use128" />
<use
xlink:href="#glyph-0-4"
x="503.7514"
y="174.84277"
id="use147" />
id="use130" />
<use
xlink:href="#glyph-0-5"
x="510.82083"
y="174.84277"
id="use149" />
id="use132" />
<use
xlink:href="#glyph-0-6"
x="519.49286"
y="174.84277"
id="use151" />
id="use134" />
<use
xlink:href="#glyph-0-10"
x="526.39758"
y="174.84277"
id="use153" />
id="use136" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g159">
id="g142">
<use
xlink:href="#glyph-0-6"
x="536.34271"
y="174.84277"
id="use157" />
id="use140" />
</g>
<path
fill="none"
@@ -430,18 +383,7 @@
stroke-miterlimit="10"
d="M 317.198377 40.931667 C 315.759814 41.171428 255.011785 58.418551 134.850048 98.521111 M 317.198377 40.931667 C 316.708432 40.738816 256.919445 61.910716 134.850048 98.521111 "
transform="matrix(0.749446, 0, 0, 0.749446, 0.374723, 0.374723)"
id="path161" />
<path
fill="none"
stroke-width="0.51"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 123.737667 102.138368 L 123.737667 102.138368 M 123.737667 102.138368 L 123.737667 102.138368 M 126.63043 101.940305 C 128.439059 100.089979 129.830713 99.047542 131.321398 96.530056 M 126.63043 101.940305 C 128.522454 100.121252 130.179929 97.979044 131.321398 96.530056 M 129.507557 101.742242 C 132.488927 99.120512 135.30872 94.700578 137.570809 92.469763 M 129.507557 101.742242 C 132.671354 98.317836 135.882061 95.711743 137.570809 92.469763 M 131.727948 102.31037 C 132.348198 101.742242 133.051844 100.840534 135.079384 98.44814 M 131.727948 102.31037 C 132.989297 100.991687 134.532104 99.428031 135.079384 98.44814 M 134.620712 102.112307 C 135.152355 101.168901 135.861212 100.512166 136.627403 99.787672 M 134.620712 102.112307 C 135.272235 101.419086 135.668361 100.840534 136.627403 99.787672 M 137.497838 101.898607 C 137.737599 101.700544 137.800145 101.601513 138.17021 101.132416 M 137.497838 101.898607 C 137.721962 101.721393 137.878328 101.481633 138.17021 101.132416 M 139.71823 102.471948 L 139.71823 102.471948 M 139.71823 102.471948 L 139.71823 102.471948 "
transform="matrix(0.749446, 0, 0, 0.749446, 0.374723, 0.374723)"
id="path163" />
id="path144" />
<path
fill="none"
stroke-width="1.02"
@@ -450,9 +392,9 @@
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 123.878396 101.971578 C 128.141964 98.719174 131.66019 96.212112 136.971407 92.480187 M 123.878396 101.971578 C 126.708613 100.428771 129.940168 97.619403 136.971407 92.480187 M 136.971407 92.480187 C 135.981092 94.898642 135.06896 97.051274 134.850048 98.521111 M 136.971407 92.480187 C 135.92897 94.518152 135.339993 97.020001 134.850048 98.521111 M 134.850048 98.521111 C 135.981092 99.480153 137.211168 100.798836 140.062234 102.232187 M 134.850048 98.521111 C 136.111397 99.610458 137.341473 100.058706 140.062234 102.232187 M 140.062234 102.232187 C 136.627403 102.570979 129.048885 103.712448 123.878396 101.971578 M 140.062234 102.232187 C 133.911854 101.919456 129.528406 101.18975 123.878396 101.971578 "
d="M 123.878396 101.971578 C 125.530659 99.547912 129.75253 98.052014 136.971407 92.480187 M 123.878396 101.971578 C 128.459908 98.390806 133.109178 94.622396 136.971407 92.480187 M 136.971407 92.480187 C 136.799405 93.908326 136.278187 95.998413 134.850048 98.521111 M 136.971407 92.480187 C 136.361582 94.841307 135.558905 96.858424 134.850048 98.521111 M 134.850048 98.521111 C 136.700374 99.959674 138.498578 100.470468 140.062234 102.232187 M 134.850048 98.521111 C 136.778557 99.772036 138.811309 101.439935 140.062234 102.232187 M 140.062234 102.232187 C 136.450189 102.888923 133.098753 102.518858 123.878396 101.971578 M 140.062234 102.232187 C 133.369787 103.040076 127.542563 102.888923 123.878396 101.971578 "
transform="matrix(0.749446, 0, 0, 0.749446, 0.374723, 0.374723)"
id="path165" />
id="path146" />
<path
fill="none"
stroke-width="1.02"
@@ -463,18 +405,7 @@
stroke-miterlimit="10"
d="M 163.720346 174.968244 C 162.281783 175.562433 153.202155 155.651882 129.001975 113.34978 M 163.720346 174.968244 C 162.010749 176.761236 151.659348 153.212579 129.001975 113.34978 "
transform="matrix(0.749446, 0, 0, 0.749446, 0.374723, 0.374723)"
id="path167" />
<path
fill="none"
stroke-width="0.51"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 123.430148 103.227715 L 123.430148 103.227715 M 123.430148 103.227715 L 123.430148 103.227715 M 123.628211 106.110054 C 124.139005 105.760837 124.472585 105.270892 124.967743 104.572459 M 123.628211 106.110054 C 124.060823 105.630533 124.592466 105.031131 124.967743 104.572459 M 124.498646 108.231413 C 125.082411 107.830075 125.400354 107.048247 126.520974 105.911991 M 124.498646 108.231413 C 125.228352 107.298432 125.958058 106.381087 126.520974 105.911991 M 124.701921 111.118965 C 125.452476 109.998345 126.750311 107.991653 128.058569 107.251523 M 124.701921 111.118965 C 126.01018 109.951435 126.922313 108.538932 128.058569 107.251523 M 125.577569 113.2299 C 126.620006 112.500194 127.787536 111.061631 129.611801 108.601479 M 125.577569 113.2299 C 126.927525 111.348301 128.767427 110.019193 129.611801 108.601479 M 125.780844 116.117451 C 127.162073 114.819617 128.53809 112.938018 131.149396 109.941011 M 125.780844 116.117451 C 127.021344 114.882163 128.558939 113.318507 131.149396 109.941011 M 125.978907 118.99979 C 127.021344 117.238071 129.471072 116.039268 130.007927 114.371369 M 125.978907 118.99979 C 126.979647 118.108506 127.662443 117.25892 130.007927 114.371369 M 130.007927 114.371369 C 130.899211 113.521782 131.978133 112.48977 132.692203 111.280542 M 130.007927 114.371369 C 130.951333 113.401902 132.030255 111.838246 132.692203 111.280542 M 132.217894 114.939497 C 132.509776 114.121184 133.077904 113.938757 134.240222 112.620074 M 132.217894 114.939497 C 132.718264 114.360944 133.28118 113.589541 134.240222 112.620074 "
transform="matrix(0.749446, 0, 0, 0.749446, 0.374723, 0.374723)"
id="path169" />
id="path148" />
<path
fill="none"
stroke-width="1.02"
@@ -483,9 +414,9 @@
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 123.351965 103.321534 C 128.762214 108.877725 133.28118 112.990139 135.339993 114.178518 M 123.351965 103.321534 C 126.802432 106.370663 129.288645 109.232153 135.339993 114.178518 M 135.339993 114.178518 C 133.421909 113.412326 131.608068 114.220215 129.001975 113.34978 M 135.339993 114.178518 C 133.312453 114.131608 130.920059 113.328931 129.001975 113.34978 M 129.001975 113.34978 C 128.13154 114.538159 128.407786 115.768235 126.432367 119.208277 M 129.001975 113.34978 C 127.969962 115.627506 127.380985 117.451771 126.432367 119.208277 M 126.432367 119.208277 C 125.249201 115.330411 125.822541 108.429477 123.351965 103.321534 M 126.432367 119.208277 C 126.369821 116.232119 125.410779 112.130129 123.351965 103.321534 "
d="M 123.351965 103.321534 C 127.099527 104.572459 130.122595 107.908258 135.339993 114.178518 M 123.351965 103.321534 C 127.120376 106.349814 129.481496 108.210565 135.339993 114.178518 M 135.339993 114.178518 C 133.672094 114.360944 131.389156 114.100335 129.001975 113.34978 M 135.339993 114.178518 C 133.119602 113.949182 131.227578 113.427963 129.001975 113.34978 M 129.001975 113.34978 C 128.168025 115.700476 126.859766 117.170313 126.432367 119.208277 M 129.001975 113.34978 C 127.870931 115.648354 126.729462 117.967777 126.432367 119.208277 M 126.432367 119.208277 C 124.060823 114.392217 123.409299 106.782426 123.351965 103.321534 M 126.432367 119.208277 C 125.759995 114.371369 123.831486 108.611903 123.351965 103.321534 "
transform="matrix(0.749446, 0, 0, 0.749446, 0.374723, 0.374723)"
id="path171" />
id="path150" />
<path
fill="none"
stroke-width="1.02"
@@ -496,18 +427,7 @@
stroke-miterlimit="10"
d="M 470.692045 133.02057 C 469.248269 133.94834 409.42801 146.160491 288.64081 172.299605 M 470.692045 133.02057 C 472.458976 132.082377 408.541938 146.587891 288.64081 172.299605 "
transform="matrix(0.749446, 0, 0, 0.749446, 0.374723, 0.374723)"
id="path173" />
<path
fill="none"
stroke-width="0.51"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 277.398124 174.707635 L 277.398124 174.707635 M 277.398124 174.707635 L 277.398124 174.707635 M 279.618516 175.280975 C 280.942411 173.811139 281.588722 172.12239 282.969951 171.418745 M 279.618516 175.280975 C 280.911138 174.082172 281.880604 172.627972 282.969951 171.418745 M 282.511279 175.0777 C 283.73093 172.940703 285.362345 171.54905 288.552203 168.129856 M 282.511279 175.0777 C 284.340756 173.441073 285.138221 172.200573 288.552203 168.129856 M 284.721246 175.65104 C 287.228307 173.67041 289.949068 170.777646 292.112126 167.149965 M 284.721246 175.65104 C 287.499341 173.597439 289.250636 170.808919 292.112126 167.149965 M 287.608797 175.447765 C 287.947589 174.572118 288.8076 173.941443 289.620701 173.128342 M 287.608797 175.447765 C 288.218623 174.681574 288.64081 174.082172 289.620701 173.128342 M 289.818764 176.021105 C 290.418165 175.369582 290.991506 174.629452 291.16872 174.467874 M 289.818764 176.021105 C 290.178405 175.760496 290.418165 175.458189 291.16872 174.467874 M 292.039155 176.589234 C 292.127762 176.412019 292.320613 176.240017 292.711527 175.807406 M 292.039155 176.589234 C 292.299764 176.281715 292.581222 175.958559 292.711527 175.807406 "
transform="matrix(0.749446, 0, 0, 0.749446, 0.374723, 0.374723)"
id="path175" />
id="path152" />
<path
fill="none"
stroke-width="1.02"
@@ -516,9 +436,9 @@
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 277.3877 174.728483 C 281.969212 170.642129 285.867927 170.579583 291.309449 166.488017 M 277.3877 174.728483 C 281.802422 171.42917 286.701877 169.54757 291.309449 166.488017 M 291.309449 166.488017 C 289.959493 168.098583 289.719732 170.120911 288.64081 172.299605 M 291.309449 166.488017 C 290.407741 168.958593 289.401789 170.699463 288.64081 172.299605 M 288.64081 172.299605 C 289.698884 173.420225 291.241691 174.332357 293.472506 176.500627 M 288.64081 172.299605 C 290.230527 173.472346 291.090537 174.499147 293.472506 176.500627 M 293.472506 176.500627 C 290.407741 176.120137 285.497862 176.490202 277.3877 174.728483 M 293.472506 176.500627 C 287.681768 175.630191 283.178439 174.681574 277.3877 174.728483 "
d="M 277.3877 174.728483 C 280.587982 174.097809 283.100256 169.969757 291.309449 166.488017 M 277.3877 174.728483 C 281.969212 172.528941 287.082366 170.037516 291.309449 166.488017 M 291.309449 166.488017 C 290.590167 168.348768 289.000451 169.938484 288.64081 172.299605 M 291.309449 166.488017 C 290.809079 168.312282 289.870886 169.829028 288.64081 172.299605 M 288.64081 172.299605 C 289.589428 173.107493 290.88205 174.41054 293.472506 176.500627 M 288.64081 172.299605 C 290.037676 173.300344 290.741321 174.582542 293.472506 176.500627 M 293.472506 176.500627 C 289.412213 176.709114 285.617742 175.567645 277.3877 174.728483 M 293.472506 176.500627 C 289.401789 176.469353 283.819538 175.630191 277.3877 174.728483 "
transform="matrix(0.749446, 0, 0, 0.749446, 0.374723, 0.374723)"
id="path177" />
id="path154" />
<path
fill="none"
stroke-width="1.02"
@@ -529,18 +449,7 @@
stroke-miterlimit="10"
d="M 624.170075 225.109474 C 622.731512 226.391672 514.260708 207.549619 288.802388 175.791769 M 624.170075 225.109474 C 624.727779 226.141487 514.641198 210.838508 288.802388 175.791769 "
transform="matrix(0.749446, 0, 0, 0.749446, 0.374723, 0.374723)"
id="path179" />
<path
fill="none"
stroke-width="0.51"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 277.111454 174.452237 L 277.111454 174.452237 M 277.111454 174.452237 L 277.111454 174.452237 M 279.331845 175.020366 C 279.879125 174.608603 280.468102 173.748592 280.671377 173.477559 M 279.331845 175.020366 C 279.727972 174.551269 280.171007 174.191628 280.671377 173.477559 M 280.86944 176.370322 C 281.192596 175.770921 282.208972 174.749332 283.558928 173.279496 M 280.86944 176.370322 C 281.599146 175.541584 282.271518 174.629452 283.558928 173.279496 M 283.089832 176.93845 C 283.788265 176.120137 285.200767 175.380007 287.108427 172.299605 M 283.089832 176.93845 C 284.038449 176.010681 285.461376 174.671149 287.108427 172.299605 M 284.627426 178.277982 C 286.717513 176.208744 288.119591 173.159615 290.00119 172.101542 M 284.627426 178.277982 C 286.331811 175.562433 288.828448 173.722531 290.00119 172.101542 M 286.847818 178.851322 C 287.228307 178.350953 288.281169 176.928026 289.532094 175.760496 M 286.847818 178.851322 C 287.858982 177.81931 288.979602 176.380746 289.532094 175.760496 M 288.390625 180.190854 C 288.791963 179.581029 289.740581 178.689745 290.407741 177.881856 M 288.390625 180.190854 C 289.089058 179.247449 290.032463 178.51253 290.407741 177.881856 M 290.611016 180.758983 C 290.829928 180.472312 291.111386 180.128308 291.278176 179.987579 M 290.611016 180.758983 C 290.871625 180.508798 291.080113 180.279461 291.278176 179.987579 "
transform="matrix(0.749446, 0, 0, 0.749446, 0.374723, 0.374723)"
id="path181" />
id="path156" />
<path
fill="none"
stroke-width="1.02"
@@ -549,15 +458,9 @@
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 277.408549 174.108233 C 284.012389 174.41054 288.328079 173.342042 293.331777 171.288441 M 277.408549 174.108233 C 281.150898 172.940703 287.01982 172.492455 293.331777 171.288441 M 293.331777 171.288441 C 292.341462 172.627972 291.387632 172.919855 288.802388 175.791769 M 293.331777 171.288441 C 291.700363 172.528941 291.012354 173.571378 288.802388 175.791769 M 288.802388 175.791769 C 289.662398 176.839419 290.272224 179.351692 291.851516 181.410506 M 288.802388 175.791769 C 290.16798 177.980887 290.981081 179.528907 291.851516 181.410506 M 291.851516 181.410506 C 285.310223 179.758243 280.812106 175.932498 277.408549 174.108233 M 291.851516 181.410506 C 286.649755 179.492421 281.937938 176.427656 277.408549 174.108233 "
d="M 277.408549 174.108233 C 280.160583 173.701683 285.409254 174.217689 293.331777 171.288441 M 277.408549 174.108233 C 283.068983 173.529681 289.620701 171.939964 293.331777 171.288441 M 293.331777 171.288441 C 291.637817 173.508832 290.157556 174.379267 288.802388 175.791769 M 293.331777 171.288441 C 292.112126 172.539365 290.991506 174.097809 288.802388 175.791769 M 288.802388 175.791769 C 288.969177 177.079179 290.319134 177.730702 291.851516 181.410506 M 288.802388 175.791769 C 289.719732 177.402335 290.449438 178.887808 291.851516 181.410506 M 291.851516 181.410506 C 287.947589 180.461888 285.920049 179.627938 277.408549 174.108233 M 291.851516 181.410506 C 287.942377 180.029277 285.310223 177.741127 277.408549 174.108233 "
transform="matrix(0.749446, 0, 0, 0.749446, 0.374723, 0.374723)"
id="path183" />
<path
fill-rule="nonzero"
fill="rgb(100%, 100%, 100%)"
fill-opacity="1"
d="M 589.003906 78.28125 L 663.84375 78.839844 L 665.378906 77.679688 L 668.371094 83.414063 L 666.054688 117.671875 L 666.496094 122.78125 L 661.273438 122.390625 L 585.820313 123.703125 L 585.886719 121.253906 L 583.0625 115.828125 L 583.039063 83.398438 L 585.796875 77.269531 L 589.230469 76.382813 "
id="path185" />
id="path158" />
<path
fill="none"
stroke-width="1.02"
@@ -566,58 +469,58 @@
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 786.858039 102.320794 C 821.878717 100.512166 858.541234 102.972318 881.000544 102.320794 M 786.858039 102.320794 C 806.867621 102.987954 825.631491 102.498009 881.000544 102.320794 M 881.000544 102.320794 C 887.098802 100.319315 891.638616 103.519597 890.210477 111.530727 M 881.000544 102.320794 C 888.318453 104.410881 891.169519 105.260467 890.210477 111.530727 M 890.210477 111.530727 C 888.599911 124.2224 891.117397 135.272235 890.210477 154.510414 M 890.210477 111.530727 C 889.689258 125.191867 889.032523 137.602082 890.210477 154.510414 M 890.210477 154.510414 C 892.227593 160.212545 888.339302 165.002544 881.000544 163.720346 M 890.210477 154.510414 C 890.538844 162.412088 885.571631 165.820857 881.000544 163.720346 M 881.000544 163.720346 C 845.729681 163.861075 809.160983 163.840227 786.858039 163.720346 M 881.000544 163.720346 C 848.97166 165.122424 817.161689 163.99138 786.858039 163.720346 M 786.858039 163.720346 C 782.641381 162.427724 776.167846 158.867801 777.648106 154.510414 M 786.858039 163.720346 C 782.161859 165.669704 776.39197 162.458997 777.648106 154.510414 M 777.648106 154.510414 C 776.590033 140.129992 777.361436 123.951367 777.648106 111.530727 M 777.648106 154.510414 C 777.778411 136.830678 776.75161 120.480051 777.648106 111.530727 M 777.648106 111.530727 C 777.721077 103.97827 781.869977 102.909772 786.858039 102.320794 M 777.648106 111.530727 C 777.731501 104.827856 782.969748 104.530761 786.858039 102.320794 "
d="M 786.858039 102.320794 C 810.281603 101.627574 828.628498 103.31111 881.000544 102.320794 M 786.858039 102.320794 C 812.168415 104.207606 836.988845 102.800316 881.000544 102.320794 M 881.000544 102.320794 C 885.477812 103.738509 891.508311 105.270892 890.210477 111.530727 M 881.000544 102.320794 C 886.947648 101.789152 889.991565 104.530761 890.210477 111.530727 M 890.210477 111.530727 C 888.891794 128.788275 890.14793 143.861917 890.210477 154.510414 M 890.210477 111.530727 C 890.658725 119.651313 890.538844 129.809864 890.210477 154.510414 M 890.210477 154.510414 C 890.757756 162.328693 885.748845 164.429204 881.000544 163.720346 M 890.210477 154.510414 C 890.168779 158.34137 888.782338 161.567713 881.000544 163.720346 M 881.000544 163.720346 C 847.918799 163.751619 813.148306 164.048714 786.858039 163.720346 M 881.000544 163.720346 C 857.988742 164.267626 834.940456 164.512599 786.858039 163.720346 M 786.858039 163.720346 C 780.212502 165.669704 775.808205 162.068083 777.648106 154.510414 M 786.858039 163.720346 C 783.047931 163.209552 779.03976 162.13063 777.648106 154.510414 M 777.648106 154.510414 C 779.15964 142.480688 777.559499 127.75105 777.648106 111.530727 M 777.648106 154.510414 C 777.658531 142.569295 777.79926 130.800179 777.648106 111.530727 M 777.648106 111.530727 C 776.407606 106.620848 778.680119 101.288782 786.858039 102.320794 M 777.648106 111.530727 C 779.858073 103.910511 779.018911 100.277618 786.858039 102.320794 "
transform="matrix(0.749446, 0, 0, 0.749446, 0.374723, 0.374723)"
id="path187" />
id="path160" />
<g
fill="#000000"
fill-opacity="1"
id="g203">
id="g176">
<use
xlink:href="#glyph-0-1"
x="599.716"
y="105.8259"
id="use189" />
id="use162" />
<use
xlink:href="#glyph-0-2"
x="608.70258"
y="105.8259"
id="use191" />
id="use164" />
<use
xlink:href="#glyph-0-3"
x="612.20734"
y="105.8259"
id="use193" />
id="use166" />
<use
xlink:href="#glyph-0-4"
x="619.90582"
y="105.8259"
id="use195" />
id="use168" />
<use
xlink:href="#glyph-0-5"
x="626.97528"
y="105.8259"
id="use197" />
id="use170" />
<use
xlink:href="#glyph-0-6"
x="635.64734"
y="105.8259"
id="use199" />
id="use172" />
<use
xlink:href="#glyph-0-11"
x="642.552"
y="105.8259"
id="use201" />
id="use174" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g207">
id="g180">
<use
xlink:href="#glyph-0-6"
x="650.24451"
y="105.8259"
id="use205" />
id="use178" />
</g>
<path
fill="none"
@@ -629,18 +532,7 @@
stroke-miterlimit="10"
d="M 777.648106 133.02057 C 776.209543 135.001201 715.690851 133.651245 595.899178 133.02057 M 777.648106 133.02057 C 775.771719 133.302028 717.35875 133.870157 595.899178 133.02057 "
transform="matrix(0.749446, 0, 0, 0.749446, 0.374723, 0.374723)"
id="path209" />
<path
fill="none"
stroke-width="0.51"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 584.672129 132.692203 L 584.672129 132.692203 M 584.672129 132.692203 L 584.672129 132.692203 M 586.220149 134.042159 C 586.647548 133.140451 586.93943 132.958024 588.232053 131.717524 M 586.220149 134.042159 C 586.777853 133.390636 587.012401 132.90069 588.232053 131.717524 M 588.430116 134.610287 C 589.879103 132.921539 590.541051 131.952072 591.791976 130.737633 M 588.430116 134.610287 C 589.800921 133.369787 590.931965 131.868677 591.791976 130.737633 M 590.650507 135.178415 C 592.412226 133.552213 593.522421 131.89995 596.019059 129.001975 M 590.650507 135.178415 C 592.881323 133.218633 594.637829 130.65945 596.019059 129.001975 M 592.860474 135.751756 C 594.841104 133.338514 597.108405 131.691463 599.578982 128.022084 M 592.860474 135.751756 C 594.851529 133.088329 598.030962 129.689984 599.578982 128.022084 M 595.080865 136.319884 C 595.789722 135.439025 596.23797 135.240962 597.087557 134.000461 M 595.080865 136.319884 C 595.779298 135.741332 596.159788 134.928231 597.087557 134.000461 M 597.290832 136.888012 C 597.478471 136.627403 597.921506 136.252126 598.640788 135.339993 M 597.290832 136.888012 C 597.822475 136.241701 598.380179 135.850787 598.640788 135.339993 M 598.838851 138.227544 C 599.057763 138.060754 599.349645 137.638567 599.511223 137.461353 M 598.838851 138.227544 C 599.021278 138.071179 599.151582 137.800145 599.511223 137.461353 "
transform="matrix(0.749446, 0, 0, 0.749446, 0.374723, 0.374723)"
id="path211" />
id="path182" />
<path
fill="none"
stroke-width="1.02"
@@ -649,7 +541,7 @@
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 584.390671 133.02057 C 588.341508 132.431593 592.631138 129.069733 599.730135 127.902204 M 584.390671 133.02057 C 589.279702 131.889526 593.251388 130.299809 599.730135 127.902204 M 599.730135 127.902204 C 598.401028 129.49192 597.468046 130.748057 595.899178 133.02057 M 599.730135 127.902204 C 598.281147 129.398101 597.07192 131.149396 595.899178 133.02057 M 595.899178 133.02057 C 597.061496 133.891005 597.541017 136.069699 599.730135 138.138937 M 595.899178 133.02057 C 597.129254 135.06896 598.870124 136.601342 599.730135 138.138937 M 599.730135 138.138937 C 596.780038 136.147882 591.599125 135.829939 584.390671 133.02057 M 599.730135 138.138937 C 594.601344 135.840363 589.22758 135.381691 584.390671 133.02057 "
d="M 584.390671 133.02057 C 588.362357 130.65945 591.578276 130.972181 599.730135 127.902204 M 584.390671 133.02057 C 589.279702 130.669875 594.069701 130.440538 599.730135 127.902204 M 599.730135 127.902204 C 598.599091 128.569364 597.160527 130.711572 595.899178 133.02057 M 599.730135 127.902204 C 599.068187 128.892519 597.640048 130.242475 595.899178 133.02057 M 595.899178 133.02057 C 597.69217 134.261071 598.401028 136.398067 599.730135 138.138937 M 595.899178 133.02057 C 597.441985 135.048111 598.708547 136.752496 599.730135 138.138937 M 599.730135 138.138937 C 595.179897 137.289351 589.321399 136.231277 584.390671 133.02057 M 599.730135 138.138937 C 594.919287 136.700374 589.128549 134.177676 584.390671 133.02057 "
transform="matrix(0.749446, 0, 0, 0.749446, 0.374723, 0.374723)"
id="path213" />
id="path184" />
</svg>

Before

Width:  |  Height:  |  Size: 60 KiB

After

Width:  |  Height:  |  Size: 49 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 337 KiB

After

Width:  |  Height:  |  Size: 327 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 118 KiB

After

Width:  |  Height:  |  Size: 104 KiB

View File

@@ -4,7 +4,7 @@
height="123.119995pt"
viewBox="0 0 276 123.119995"
version="1.1"
id="svg114"
id="svg110"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
@@ -22,18 +22,6 @@
</g>
</g>
</defs>
<path
fill-rule="nonzero"
fill="rgb(100%, 100%, 100%)"
fill-opacity="1"
d="M 0 0 L 276 0 L 276 123 L 0 123 Z M 0 0 "
id="path10" />
<path
fill-rule="nonzero"
fill="rgb(100%, 100%, 100%)"
fill-opacity="1"
d="M 144.515625 32.386719 C 146.640625 31.941406 149.863281 33.105469 151.761719 34.238281 C 153.660156 35.371094 155.296875 37.117188 155.894531 39.195313 C 156.496094 41.265625 156.261719 44.773438 155.363281 46.65625 C 154.460938 48.539063 152.503906 49.800781 150.480469 50.496094 C 148.453125 51.195313 145.621094 51.261719 143.226563 50.84375 C 140.828125 50.414063 137.421875 49.492188 136.101563 47.96875 C 134.789063 46.441406 134.953125 43.65625 135.324219 41.699219 C 135.691406 39.742188 136.386719 37.636719 138.300781 36.226563 C 140.210938 34.808594 145.109375 33.675781 146.789063 33.226563 C 148.476563 32.773438 148.53125 33.554688 148.410156 33.515625 M 148.238281 34.191406 C 150.421875 34.433594 153.652344 34.769531 154.6875 36.179688 C 155.730469 37.597656 155.0625 40.515625 154.460938 42.675781 C 153.863281 44.835938 152.664063 47.566406 151.09375 49.148438 C 149.519531 50.722656 147.050781 51.921875 145.035156 52.15625 C 143.015625 52.394531 140.601563 51.996094 138.988281 50.566406 C 137.378906 49.140625 135.855469 45.773438 135.34375 43.582031 C 134.835938 41.390625 135.136719 38.933594 135.929688 37.425781 C 136.726563 35.910156 137.992188 35.414063 140.109375 34.507813 C 142.214844 33.601563 147.234375 32.121094 148.597656 31.964844 C 149.953125 31.800781 148.371094 33.015625 148.273438 33.53125 "
id="path12" />
<path
fill="none"
stroke-width="1.06"
@@ -44,7 +32,7 @@
stroke-miterlimit="10"
d="M 188.489591 43.510419 C 191.187508 42.682293 195.989592 42.81771 198.968758 43.958335 C 201.937508 45.088544 205.078134 48.078127 206.33855 50.328127 C 207.598967 52.578127 207.312509 54.979169 206.531259 57.458336 C 205.739592 59.937503 204.109384 63.338544 201.640633 65.218753 C 199.1823 67.098961 194.630216 68.708336 191.739591 68.750003 C 188.83855 68.79167 186.338549 67.447919 184.270841 65.447919 C 182.197924 63.437503 179.968758 59.562503 179.302091 56.708336 C 178.640632 53.859377 178.479174 50.56771 180.281258 48.338544 C 182.067716 46.109377 188.218758 43.979169 190.078133 43.328127 C 191.9323 42.671877 191.208341 44.302085 191.390633 44.41146 M 190.15105 43.250002 C 192.6823 42.562502 196.83855 43.932294 199.317717 44.937502 C 201.802092 45.947919 203.687509 47.328127 205.041675 49.31771 C 206.380217 51.312502 207.817717 54.380211 207.390634 56.869794 C 206.947925 59.369794 204.697925 62.197919 202.411467 64.302086 C 200.1198 66.411461 196.859383 69.640628 193.65105 69.51042 C 190.447925 69.380211 185.317716 65.687503 183.182299 63.510419 C 181.052091 61.328128 181.088549 59.020836 180.848966 56.432294 C 180.619799 53.838544 180.359383 49.921877 181.770841 47.989585 C 183.187508 46.052085 188.161466 45.729169 189.33855 44.838544 C 190.510425 43.937502 189.041675 42.468752 188.83855 42.619793 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path14" />
id="path10" />
<path
fill="none"
stroke-width="1.06"
@@ -55,7 +43,7 @@
stroke-miterlimit="10"
d="M 193.171883 68.989586 C 191.979175 85.04167 193.197925 102.140629 193.171883 113.208338 M 193.171883 68.989586 C 193.041675 82.04167 193.6823 92.921879 193.171883 113.208338 M 193.171883 77.828128 C 185.088549 78.552087 181.848966 78.302087 166.630215 77.828128 M 193.171883 77.828128 C 184.739591 77.458337 177.791674 77.312503 166.630215 77.828128 M 193.171883 77.828128 C 202.260425 80.000003 213.218759 79.598962 219.697926 77.828128 M 193.171883 77.828128 C 200.109383 77.317712 208.052092 76.651045 219.697926 77.828128 M 193.171883 113.208338 C 185.197924 124.82813 172.369799 139.901048 166.630215 148.588548 M 193.171883 113.208338 C 187.171883 122.250005 180.447924 129.052089 166.630215 148.588548 M 193.171883 113.208338 C 200.15105 120.479172 206.260425 130.67188 219.697926 148.588548 M 193.171883 113.208338 C 201.458342 125.35938 209.6823 137.010422 219.697926 148.588548 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path16" />
id="path12" />
<path
fill="none"
stroke-width="1.06"
@@ -66,7 +54,7 @@
stroke-miterlimit="10"
d="M 28.66146 124.182297 C 73.369795 118.500005 113.89063 112.932296 149.317715 107.078129 M 28.66146 124.182297 C 76.401045 116.687505 125.432297 111.17188 149.317715 107.078129 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path18" />
id="path14" />
<path
fill="none"
stroke-width="0.53"
@@ -77,7 +65,7 @@
stroke-miterlimit="10"
d="M 146.869798 103.770838 L 146.869798 103.770838 M 146.869798 103.770838 L 146.869798 103.770838 M 149.380215 107.348963 C 150.369798 106.578129 150.932298 105.791671 151.468756 104.947921 M 149.380215 107.348963 C 150.250006 106.578129 151.119798 105.619796 151.468756 104.947921 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path20" />
id="path16" />
<path
fill="none"
stroke-width="1.06"
@@ -88,22 +76,22 @@
stroke-miterlimit="10"
d="M 154.838548 106.302088 C 153.848965 106.619796 152.27084 109.031255 148.010423 111.020838 M 154.838548 106.302088 C 152.640631 108.020838 150.901048 109.130213 148.010423 111.020838 M 148.010423 111.020838 C 148.781256 109.817713 149.05209 109.07813 149.317715 107.078129 M 148.010423 111.020838 C 148.567715 109.718755 148.869798 108.380213 149.317715 107.078129 M 149.317715 107.078129 C 148.671881 106.598963 148.130215 105.708338 146.968756 103.661463 M 149.317715 107.078129 C 148.697923 105.869796 148.031256 105.140629 146.968756 103.661463 M 146.968756 103.661463 C 150.23959 105.218754 151.890631 104.661463 154.838548 106.302088 M 146.968756 103.661463 C 149.119798 104.031254 151.260423 105.338546 154.838548 106.302088 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path22" />
id="path18" />
<path
fill-rule="nonzero"
fill="rgb(100%, 100%, 100%)"
fill-opacity="1"
d="M 66.863281 78.007813 L 72.4375 78.007813 L 72.4375 97.113281 L 66.863281 97.113281 Z M 66.863281 78.007813 "
id="path24" />
id="path20" />
<g
fill="#000000"
fill-opacity="1"
id="g28">
id="g24">
<use
xlink:href="#glyph-0-1"
x="66.827721"
y="93.929443"
id="use26" />
id="use22" />
</g>
<path
fill="none"
@@ -115,7 +103,7 @@
stroke-miterlimit="10"
d="M 18.041667 81.718753 C 60.098961 87.182295 102.338546 87.369795 138.671881 91.770837 M 18.041667 81.718753 C 59.197919 83.520837 100.552088 86.630212 138.671881 91.770837 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path30" />
id="path26" />
<path
fill="none"
stroke-width="0.53"
@@ -126,7 +114,7 @@
stroke-miterlimit="10"
d="M 136.958339 88.119795 L 136.958339 88.119795 M 136.958339 88.119795 L 136.958339 88.119795 M 138.770839 92.500004 C 139.359381 92.078129 139.921881 91.182295 140.859381 90.098962 M 138.770839 92.500004 C 139.598964 91.750004 140.010423 90.838545 140.859381 90.098962 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path32" />
id="path28" />
<path
fill="none"
stroke-width="1.06"
@@ -137,22 +125,22 @@
stroke-miterlimit="10"
d="M 144.229173 92.239587 C 141.588548 93.552087 138.859381 93.921879 136.510422 95.317712 M 144.229173 92.239587 C 141.348964 93.859379 137.901047 94.630212 136.510422 95.317712 M 136.510422 95.317712 C 137.062506 93.932296 137.979172 92.937504 138.671881 91.770837 M 136.510422 95.317712 C 137.010422 94.458337 137.468756 93.541671 138.671881 91.770837 M 138.671881 91.770837 C 137.828131 90.54167 137.578131 88.869795 137.130214 87.921879 M 138.671881 91.770837 C 138.239589 90.739587 137.848964 89.432295 137.130214 87.921879 M 137.130214 87.921879 C 139.598964 88.348962 141.687506 90.369795 144.229173 92.239587 M 137.130214 87.921879 C 140.130214 89.22917 142.979173 90.97917 144.229173 92.239587 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path34" />
id="path30" />
<path
fill-rule="nonzero"
fill="rgb(100%, 100%, 100%)"
fill-opacity="1"
d="M 59.699219 56.515625 L 65.273438 56.515625 L 65.273438 75.621094 L 59.699219 75.621094 Z M 59.699219 56.515625 "
id="path36" />
id="path32" />
<g
fill="#000000"
fill-opacity="1"
id="g40">
id="g36">
<use
xlink:href="#glyph-0-1"
x="59.663609"
y="72.437119"
id="use38" />
id="use34" />
</g>
<path
fill="none"
@@ -164,7 +152,7 @@
stroke-miterlimit="10"
d="M 28.66146 49.88021 C 68.817711 56.151044 104.859379 64.531253 138.750006 69.901045 M 28.66146 49.88021 C 60.432294 55.411461 91.098962 61.291669 138.750006 69.901045 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path42" />
id="path38" />
<path
fill="none"
stroke-width="0.53"
@@ -175,7 +163,7 @@
stroke-miterlimit="10"
d="M 137.468756 66.062503 L 137.468756 66.062503 M 137.468756 66.062503 L 137.468756 66.062503 M 136.489589 73.651045 C 137.697922 72.609378 139.661464 70.901045 140.671881 68.838545 M 136.489589 73.651045 C 137.437506 72.270836 138.630214 71.187503 140.671881 68.838545 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path44" />
id="path40" />
<path
fill="none"
stroke-width="1.06"
@@ -186,22 +174,22 @@
stroke-miterlimit="10"
d="M 144.239589 70.901045 C 141.619798 71.078128 139.401047 72.270836 136.270839 73.218753 M 144.239589 70.901045 C 142.421881 71.270836 139.828131 72.208336 136.270839 73.218753 M 136.270839 73.218753 C 136.838547 72.29167 137.812506 71.69792 138.750006 69.901045 M 136.270839 73.218753 C 136.958339 72.04167 137.817714 70.76042 138.750006 69.901045 M 138.750006 69.901045 C 138.062506 68.739586 138.359381 67.098961 137.588547 65.911461 M 138.750006 69.901045 C 138.401047 68.708336 138.151047 67.328128 137.588547 65.911461 M 137.588547 65.911461 C 139.317714 66.651044 140.317714 69.22917 144.239589 70.901045 M 137.588547 65.911461 C 139.348964 67.067711 141.541673 69.01042 144.239589 70.901045 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path46" />
id="path42" />
<path
fill-rule="nonzero"
fill="rgb(100%, 100%, 100%)"
fill-opacity="1"
d="M 62.886719 36.617188 L 68.457031 36.617188 L 68.457031 55.722656 L 62.886719 55.722656 Z M 62.886719 36.617188 "
id="path48" />
id="path44" />
<g
fill="#000000"
fill-opacity="1"
id="g52">
id="g48">
<use
xlink:href="#glyph-0-1"
x="62.847656"
y="52.536808"
id="use50" />
id="use46" />
</g>
<path
fill="none"
@@ -213,7 +201,7 @@
stroke-miterlimit="10"
d="M 347.062514 31.838543 C 311.000013 38.859377 270.41147 46.34896 236.96876 51.859377 M 347.062514 31.838543 C 308.500013 38.687502 270.890636 45.229169 236.96876 51.859377 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path54" />
id="path50" />
<path
fill="none"
stroke-width="0.53"
@@ -224,7 +212,7 @@
stroke-miterlimit="10"
d="M 231.828135 52.458336 L 231.828135 52.458336 M 231.828135 52.458336 L 231.828135 52.458336 M 235.729177 54.437502 C 236.421885 53.828127 237.270843 52.661461 237.817718 52.041669 M 235.729177 54.437502 C 236.411468 53.869794 236.817718 52.921877 237.817718 52.041669 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path56" />
id="path52" />
<path
fill="none"
stroke-width="1.06"
@@ -235,22 +223,22 @@
stroke-miterlimit="10"
d="M 231.479176 52.859377 C 233.921885 50.520835 236.53126 48.16146 238.119802 47.869794 M 231.479176 52.859377 C 234.171885 51.13021 236.31251 49.229169 238.119802 47.869794 M 238.119802 47.869794 C 237.640635 48.552085 237.302093 49.791669 236.96876 51.859377 M 238.119802 47.869794 C 237.93751 49.020835 237.25001 50.401044 236.96876 51.859377 M 236.96876 51.859377 C 237.78126 53.140627 238.50001 54.041669 239.447927 55.182294 M 236.96876 51.859377 C 237.828135 52.911461 238.447927 53.958336 239.447927 55.182294 M 239.447927 55.182294 C 238.682302 55.479169 235.661468 53.947919 231.479176 52.859377 M 239.447927 55.182294 C 236.380218 54.338544 233.671885 53.479169 231.479176 52.859377 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path58" />
id="path54" />
<path
fill-rule="nonzero"
fill="rgb(100%, 100%, 100%)"
fill-opacity="1"
d="M 214.921875 23.085938 L 220.496094 23.085938 L 220.496094 42.1875 L 214.921875 42.1875 Z M 214.921875 23.085938 "
id="path60" />
id="path56" />
<g
fill="#000000"
fill-opacity="1"
id="g64">
id="g60">
<use
xlink:href="#glyph-0-1"
x="214.886"
y="39.004601"
id="use62" />
id="use58" />
</g>
<path
fill="none"
@@ -262,7 +250,7 @@
stroke-miterlimit="10"
d="M 347.062514 63.682294 C 312.317721 65.552086 281.328137 70.062503 247.661469 73.630211 M 347.062514 63.682294 C 317.958347 66.078128 288.729179 69.020836 247.661469 73.630211 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path66" />
id="path62" />
<path
fill="none"
stroke-width="0.53"
@@ -273,7 +261,7 @@
stroke-miterlimit="10"
d="M 242.171885 74.098961 L 242.171885 74.098961 M 242.171885 74.098961 L 242.171885 74.098961 M 246.067719 76.088545 C 246.411469 75.817712 247.260427 75.182295 248.161469 73.682295 M 246.067719 76.088545 C 246.708344 75.54167 246.979177 74.958336 248.161469 73.682295 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path68" />
id="path64" />
<path
fill="none"
stroke-width="1.06"
@@ -284,22 +272,22 @@
stroke-miterlimit="10"
d="M 242.098968 74.182295 C 243.661469 73.317711 245.859385 71.088545 249.130219 69.739586 M 242.098968 74.182295 C 244.369802 73.421878 245.859385 72.161461 249.130219 69.739586 M 249.130219 69.739586 C 248.630219 70.718753 248.328135 72.171878 247.661469 73.630211 M 249.130219 69.739586 C 248.828135 70.458336 248.682302 71.359378 247.661469 73.630211 M 247.661469 73.630211 C 248.151052 74.72917 249.010427 75.432295 249.869802 77.130212 M 247.661469 73.630211 C 248.369802 74.609378 248.932302 75.682295 249.869802 77.130212 M 249.869802 77.130212 C 247.380219 75.317711 243.947927 75.317711 242.098968 74.182295 M 249.869802 77.130212 C 247.588552 76.171878 245.520844 75.588545 242.098968 74.182295 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path70" />
id="path66" />
<path
fill-rule="nonzero"
fill="rgb(100%, 100%, 100%)"
fill-opacity="1"
d="M 218.902344 42.984375 L 224.476563 42.984375 L 224.476563 62.089844 L 218.902344 62.089844 Z M 218.902344 42.984375 "
id="path72" />
id="path68" />
<g
fill="#000000"
fill-opacity="1"
id="g76">
id="g72">
<use
xlink:href="#glyph-0-1"
x="218.86606"
y="58.904907"
id="use74" />
id="use70" />
</g>
<path
fill="none"
@@ -311,7 +299,7 @@
stroke-miterlimit="10"
d="M 347.062514 95.520837 C 314.208346 96.479171 280.729178 93.802087 247.68751 95.520837 M 347.062514 95.520837 C 324.052097 94.682296 299.500013 95.182296 247.68751 95.520837 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path78" />
id="path74" />
<path
fill="none"
stroke-width="0.53"
@@ -322,7 +310,7 @@
stroke-miterlimit="10"
d="M 242.302093 95.312504 L 242.302093 95.312504 M 242.302093 95.312504 L 242.302093 95.312504 M 246.197927 97.291671 C 246.43751 97.062504 246.859385 96.229171 247.588552 95.687504 M 246.197927 97.291671 C 246.671885 96.651046 247.25001 95.979171 247.588552 95.687504 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path80" />
id="path76" />
<path
fill="none"
stroke-width="1.06"
@@ -333,22 +321,22 @@
stroke-miterlimit="10"
d="M 242.119802 95.520837 C 244.390635 94.567712 246.130219 94.109379 249.541677 91.812504 M 242.119802 95.520837 C 244.43751 93.911462 247.50001 93.281254 249.541677 91.812504 M 249.541677 91.812504 C 249.03126 93.031254 247.859385 94.661462 247.68751 95.520837 M 249.541677 91.812504 C 248.817719 92.838546 248.458344 94.031254 247.68751 95.520837 M 247.68751 95.520837 C 247.869802 96.437504 248.859385 97.770837 249.541677 99.239587 M 247.68751 95.520837 C 248.229177 96.869796 248.697927 97.958337 249.541677 99.239587 M 249.541677 99.239587 C 247.020844 97.281254 244.81251 95.947921 242.119802 95.520837 M 249.541677 99.239587 C 248.109385 98.380212 246.682302 97.302087 242.119802 95.520837 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path82" />
id="path78" />
<path
fill-rule="nonzero"
fill="rgb(100%, 100%, 100%)"
fill-opacity="1"
d="M 218.902344 62.886719 L 224.476563 62.886719 L 224.476563 81.988281 L 218.902344 81.988281 Z M 218.902344 62.886719 "
id="path84" />
id="path80" />
<g
fill="#000000"
fill-opacity="1"
id="g88">
id="g84">
<use
xlink:href="#glyph-0-1"
x="218.86606"
y="78.805214"
id="use86" />
id="use82" />
</g>
<path
fill="none"
@@ -360,7 +348,7 @@
stroke-miterlimit="10"
d="M 347.062514 127.35938 C 308.182305 123.229172 272.84897 121.848963 237.041677 117.35938 M 347.062514 127.35938 C 306.151054 124.468755 264.468761 121.630213 237.041677 117.35938 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path90" />
id="path86" />
<path
fill="none"
stroke-width="0.53"
@@ -371,7 +359,7 @@
stroke-miterlimit="10"
d="M 231.489593 116.848963 L 231.489593 116.848963 M 231.489593 116.848963 L 231.489593 116.848963 M 235.390635 118.838547 C 237.401052 116.588547 238.25001 115.468755 239.567718 114.031255 M 235.390635 118.838547 C 236.71876 117.031255 238.18751 115.750005 239.567718 114.031255 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path92" />
id="path88" />
<path
fill="none"
stroke-width="1.06"
@@ -382,22 +370,22 @@
stroke-miterlimit="10"
d="M 231.489593 116.848963 C 234.302093 114.947921 237.052093 113.869796 239.229177 113.82813 M 231.489593 116.848963 C 233.18751 115.932297 235.458343 115.812505 239.229177 113.82813 M 239.229177 113.82813 C 239.020843 114.562505 238.208343 115.630213 237.041677 117.35938 M 239.229177 113.82813 C 238.869802 114.437505 238.28126 115.161463 237.041677 117.35938 M 237.041677 117.35938 C 237.78126 118.067713 238.109385 119.161463 238.56251 121.229172 M 237.041677 117.35938 C 237.411468 118.64063 237.81251 119.739588 238.56251 121.229172 M 238.56251 121.229172 C 236.00001 119.348963 233.328135 118.432297 231.489593 116.848963 M 238.56251 121.229172 C 236.432302 119.708338 233.348968 118.229172 231.489593 116.848963 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path94" />
id="path90" />
<path
fill-rule="nonzero"
fill="rgb(100%, 100%, 100%)"
fill-opacity="1"
d="M 214.128906 82.785156 L 219.699219 82.785156 L 219.699219 101.890625 L 214.128906 101.890625 Z M 214.128906 82.785156 "
id="path96" />
id="path92" />
<g
fill="#000000"
fill-opacity="1"
id="g100">
id="g96">
<use
xlink:href="#glyph-0-1"
x="214.09"
y="98.705521"
id="use98" />
id="use94" />
</g>
<path
fill="none"
@@ -409,7 +397,7 @@
stroke-miterlimit="10"
d="M 49.88021 18.041667 C 83.880212 32.739585 116.937505 44.401044 149.750006 57.979169 M 49.88021 18.041667 C 81.317712 31.302085 115.031255 43.541669 149.750006 57.979169 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path102" />
id="path98" />
<path
fill="none"
stroke-width="0.53"
@@ -420,7 +408,7 @@
stroke-miterlimit="10"
d="M 149.359381 53.901044 L 149.359381 53.901044 M 149.359381 53.901044 L 149.359381 53.901044 M 147.687506 62.291669 C 149.20834 60.479169 150.20834 60.401044 152.562506 56.682294 M 147.687506 62.291669 C 149.151048 60.979169 150.55209 58.859377 152.562506 56.682294 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path104" />
id="path100" />
<path
fill="none"
stroke-width="1.06"
@@ -431,21 +419,21 @@
stroke-miterlimit="10"
d="M 154.911465 60.052086 C 152.031256 60.359378 149.562506 60.151044 146.640631 60.739586 M 154.911465 60.052086 C 152.401048 60.229169 149.432298 60.937503 146.640631 60.739586 M 146.640631 60.739586 C 147.401048 59.687503 148.369798 58.901044 149.750006 57.979169 M 146.640631 60.739586 C 147.562506 59.671878 148.479173 59.140627 149.750006 57.979169 M 149.750006 57.979169 C 149.911465 56.218752 149.281256 54.791669 149.401048 53.848961 M 149.750006 57.979169 C 149.500006 56.671877 149.328131 55.239586 149.401048 53.848961 M 149.401048 53.848961 C 150.260423 55.348961 152.312506 58.109377 154.911465 60.052086 M 149.401048 53.848961 C 150.567715 55.510419 152.250006 57.489586 154.911465 60.052086 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path106" />
id="path102" />
<path
fill-rule="nonzero"
fill="rgb(100%, 100%, 100%)"
fill-opacity="1"
d="M 74.824219 20.695313 L 80.398438 20.695313 L 80.398438 39.800781 L 74.824219 39.800781 Z M 74.824219 20.695313 "
id="path108" />
id="path104" />
<g
fill="#000000"
fill-opacity="1"
id="g112">
id="g108">
<use
xlink:href="#glyph-0-1"
x="74.787842"
y="36.616566"
id="use110" />
id="use106" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 25 KiB

View File

@@ -4,12 +4,12 @@
height="198.95999pt"
viewBox="0 0 339.12 198.95999"
version="1.1"
id="svg182"
id="svg157"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs14">
id="defs11">
<g
id="g9">
<g
@@ -27,30 +27,7 @@
id="path6" />
</g>
</g>
<clipPath
id="clip-0">
<path
clip-rule="nonzero"
d="M 0 0 L 339 0 L 339 198.75 L 0 198.75 Z M 0 0 "
id="path11" />
</clipPath>
</defs>
<g
clip-path="url(#clip-0)"
id="g18">
<path
fill-rule="nonzero"
fill="#ffffff"
fill-opacity="1"
d="M 0,0 H 339 V 198.75 H 0 Z m 0,0"
id="path16" />
</g>
<path
fill-rule="nonzero"
fill="rgb(100%, 100%, 100%)"
fill-opacity="1"
d="M 94.972656 7.828125 C 96.40625 8.03125 97.738281 9.308594 98.675781 10.53125 C 99.613281 11.761719 100.695313 13.636719 100.589844 15.179688 C 100.484375 16.726563 99.238281 18.699219 98.039063 19.808594 C 96.847656 20.925781 94.914063 21.789063 93.414063 21.878906 C 91.921875 21.96875 90.359375 21.246094 89.070313 20.363281 C 87.78125 19.476563 86.191406 17.992188 85.664063 16.566406 C 85.148438 15.136719 85.183594 13.148438 85.933594 11.789063 C 86.675781 10.425781 88.550781 8.949219 90.140625 8.398438 C 91.734375 7.851563 94.515625 8.445313 95.460938 8.496094 C 96.40625 8.542969 95.753906 8.664063 95.796875 8.683594 M 92.574219 7.613281 C 93.96875 7.507813 96.351563 7.710938 97.761719 8.902344 C 99.171875 10.101563 100.664063 13.175781 101.03125 14.78125 C 101.398438 16.386719 100.914063 17.460938 99.984375 18.523438 C 99.050781 19.597656 97.222656 20.789063 95.453125 21.195313 C 93.691406 21.59375 91.027344 21.578125 89.40625 20.949219 C 87.78125 20.308594 86.476563 18.546875 85.726563 17.371094 C 84.976563 16.199219 84.253906 15.316406 84.914063 13.914063 C 85.574219 12.511719 88.261719 9.765625 89.683594 8.960938 C 91.117188 8.160156 93.046875 9.128906 93.496094 9.105469 C 93.945313 9.082031 92.488281 9.058594 92.40625 8.828125 "
id="path20" />
<path
fill="none"
stroke-width="1.05"
@@ -61,7 +38,7 @@
stroke-miterlimit="10"
d="M 119.682297 11.317709 C 121.791672 10.671875 125.729172 9.802084 127.817714 10.401042 C 129.901047 11 131.500006 13.000001 132.182297 14.947917 C 132.859381 16.901042 132.291672 19.958334 131.901047 22.088543 C 131.520839 24.218751 131.437505 26.489584 129.880214 27.708335 C 128.317714 28.937501 124.682297 29.697918 122.541672 29.421876 C 120.401047 29.140626 118.598963 27.338543 117.041672 26.041668 C 115.479171 24.729168 113.380213 23.479168 113.182296 21.598959 C 112.979171 19.729168 114.380213 16.859376 115.838547 14.781251 C 117.302088 12.697917 120.32813 9.979167 121.937505 9.109375 C 123.541672 8.239584 125.218755 9.338542 125.489589 9.552084 M 126.510422 9.630209 C 128.67188 10.171875 131.979172 13.619792 133.062506 15.447917 C 134.130214 17.281251 133.651047 18.661459 132.947922 20.598959 C 132.250006 22.531251 130.60938 25.812501 128.848964 27.052084 C 127.098964 28.291668 124.348964 28.34896 122.401047 28.020835 C 120.458338 27.687501 118.697922 26.281251 117.182297 25.062501 C 115.651047 23.838543 113.447921 22.401043 113.250005 20.718751 C 113.052088 19.041667 114.552088 16.432292 115.968755 14.968751 C 117.39063 13.510417 119.67188 12.380209 121.791672 11.947917 C 123.911464 11.520834 127.57813 12.687501 128.697922 12.390626 C 129.82813 12.088542 128.791672 10.489584 128.531255 10.171875 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path22" />
id="path13" />
<path
fill="none"
stroke-width="1.05"
@@ -72,13 +49,7 @@
stroke-miterlimit="10"
d="M 123.380213 28.88021 C 124.630214 39.250002 121.760422 50.729169 123.380213 59.510419 M 123.380213 28.88021 C 123.161463 35.921877 123.270838 41.531252 123.380213 59.510419 M 123.380213 35.000001 C 116.60938 35.369793 111.500005 33.84896 105.010421 35.000001 M 123.380213 35.000001 C 119.348963 34.369793 113.989588 35.531252 105.010421 35.000001 M 123.380213 35.000001 C 128.869797 34.062501 132.270839 34.250001 141.760423 35.000001 M 123.380213 35.000001 C 127.552089 34.187501 131.281255 34.781251 141.760423 35.000001 M 123.380213 59.510419 C 116.031255 65.552086 112.958338 73.911461 105.010421 84.000004 M 123.380213 59.510419 C 118.281255 68.958336 111.979171 75.671878 105.010421 84.000004 M 123.380213 59.510419 C 128.588547 68.29167 134.848964 74.958336 141.760423 84.000004 M 123.380213 59.510419 C 129.187505 68.708336 135.489589 76.437503 141.760423 84.000004 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path24" />
<path
fill-rule="nonzero"
fill="rgb(100%, 100%, 100%)"
fill-opacity="1"
d="M 154.90625 40.011719 C 156.238281 39.621094 157.925781 40.265625 159.464844 40.925781 C 161.011719 41.578125 163.246094 42.683594 164.152344 43.941406 C 165.066406 45.195313 165.414063 47.167969 164.933594 48.449219 C 164.453125 49.726563 162.441406 50.8125 161.273438 51.621094 C 160.101563 52.433594 159.238281 53.363281 157.914063 53.289063 C 156.585938 53.21875 154.679688 52.28125 153.308594 51.1875 C 151.933594 50.09375 149.886719 47.953125 149.691406 46.726563 C 149.488281 45.488281 150.929688 44.828125 152.113281 43.777344 C 153.300781 42.726563 155.804688 40.925781 156.808594 40.410156 C 157.816406 39.890625 158.03125 40.492188 158.144531 40.671875 M 158.910156 39.628906 C 160.09375 39.40625 160.265625 39.914063 161.28125 40.980469 C 162.285156 42.050781 164.765625 44.386719 164.96875 46.050781 C 165.179688 47.714844 163.335938 49.726563 162.515625 50.976563 C 161.691406 52.230469 161.371094 53.40625 160.058594 53.558594 C 158.753906 53.714844 156.15625 52.53125 154.640625 51.914063 C 153.136719 51.300781 151.808594 50.992188 150.984375 49.882813 C 150.15625 48.765625 149.46875 46.71875 149.683594 45.226563 C 149.902344 43.726563 150.988281 41.871094 152.308594 40.898438 C 153.621094 39.921875 156.539063 39.472656 157.582031 39.390625 C 158.617188 39.308594 158.445313 40.117188 158.542969 40.410156 "
id="path26" />
id="path15" />
<path
fill="none"
stroke-width="1.05"
@@ -89,7 +60,7 @@
stroke-miterlimit="10"
d="M 213.447926 54.687502 C 215.151051 55.317711 216.479176 57.187502 217.447926 58.812502 C 218.421884 60.437503 219.552093 62.651044 219.250009 64.437503 C 218.947926 66.218753 217.437509 68.562503 215.661467 69.531253 C 213.880217 70.489586 210.817717 70.630211 208.567717 70.218753 C 206.312509 69.812503 203.661467 68.411461 202.1198 67.067711 C 200.578133 65.729169 199.541675 63.770836 199.302092 62.187503 C 199.062508 60.598961 199.567717 59.119794 200.6823 57.541669 C 201.802092 55.958336 203.510425 53.380211 206.000009 52.687502 C 208.479175 52.000002 214.020842 52.869794 215.588551 53.390627 C 217.161467 53.921877 215.567717 55.651044 215.411467 55.838544 M 213.312509 52.609377 C 215.218759 53.218752 216.520842 55.541669 217.317717 56.989586 C 218.109384 58.437502 218.239592 59.281252 218.098967 61.312503 C 217.958342 63.328128 218.000009 67.458336 216.479176 69.130211 C 214.968759 70.79167 211.000009 71.270836 209.031259 71.302086 C 207.062509 71.328128 206.218759 70.640628 204.65105 69.29167 C 203.078133 67.937503 200.437508 65.098961 199.598967 63.187503 C 198.760425 61.281253 198.750008 59.651044 199.6198 57.838544 C 200.479175 56.020836 202.859383 52.859377 204.802092 52.317711 C 206.750009 51.781252 210.1823 54.619794 211.281259 54.588544 C 212.380217 54.552086 211.078134 52.119794 211.40105 52.109377 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path28" />
id="path17" />
<path
fill="none"
stroke-width="1.05"
@@ -100,13 +71,7 @@
stroke-miterlimit="10"
d="M 209.489592 70.880211 C 208.979175 84.369795 209.067717 96.052087 209.489592 101.510421 M 209.489592 70.880211 C 210.562509 80.348962 210.229175 89.44792 209.489592 101.510421 M 209.489592 77.000003 C 201.729175 75.588545 194.921883 76.520837 191.109383 77.000003 M 209.489592 77.000003 C 205.197925 77.72917 201.1198 76.848962 191.109383 77.000003 M 209.489592 77.000003 C 217.380217 77.067712 221.890634 78.630212 227.859385 77.000003 M 209.489592 77.000003 C 213.708342 76.29167 219.130217 77.687503 227.859385 77.000003 M 209.489592 101.510421 C 206.197925 106.098963 200.578133 110.708338 191.109383 126.010422 M 209.489592 101.510421 C 203.567717 109.348963 198.33855 114.697921 191.109383 126.010422 M 209.489592 101.510421 C 218.161467 109.869796 222.489593 120.260422 227.859385 126.010422 M 209.489592 101.510421 C 214.338551 108.130213 218.859384 114.348963 227.859385 126.010422 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path30" />
<path
fill-rule="nonzero"
fill="rgb(100%, 100%, 100%)"
fill-opacity="1"
d="M 32.910156 79.058594 C 34.304688 79.140625 35.949219 80.046875 36.914063 81.089844 C 37.890625 82.140625 38.820313 83.925781 38.746094 85.34375 C 38.664063 86.765625 37.320313 88.449219 36.457031 89.632813 C 35.601563 90.824219 35.039063 92.203125 33.601563 92.46875 C 32.160156 92.730469 29.257813 91.882813 27.808594 91.207031 C 26.363281 90.539063 25.328125 89.585938 24.90625 88.453125 C 24.488281 87.324219 24.914063 85.746094 25.28125 84.40625 C 25.648438 83.070313 25.777344 81.140625 27.105469 80.414063 C 28.433594 79.6875 32.109375 80.234375 33.261719 80.054688 C 34.417969 79.867188 33.945313 79.230469 34.027344 79.304688 M 32.296875 78.839844 C 33.660156 78.878906 35.566406 79.386719 36.570313 80.429688 C 37.574219 81.472656 38.28125 83.625 38.324219 85.101563 C 38.363281 86.578125 37.53125 88.148438 36.816406 89.308594 C 36.113281 90.480469 35.332031 91.753906 34.078125 92.101563 C 32.828125 92.445313 30.703125 92.046875 29.300781 91.402344 C 27.890625 90.75 26.558594 89.40625 25.65625 88.214844 C 24.75 87.023438 23.691406 85.605469 23.871094 84.261719 C 24.046875 82.921875 25.5 81 26.707031 80.160156 C 27.90625 79.320313 30.238281 79.378906 31.078125 79.222656 C 31.914063 79.058594 31.449219 79.148438 31.734375 79.183594 "
id="path32" />
id="path19" />
<path
fill="none"
stroke-width="1.05"
@@ -117,7 +82,7 @@
stroke-miterlimit="10"
d="M 43.838544 104.479171 C 45.63021 104.588546 47.432294 107.031254 48.750002 108.520838 C 50.078127 110.010421 51.770836 111.348963 51.802086 113.42188 C 51.817711 115.479171 50.468752 119.479172 48.88021 120.932297 C 47.291669 122.380213 44.421877 121.911463 42.250002 122.119797 C 40.078127 122.317713 37.390627 122.947922 35.869793 122.161463 C 34.34896 121.369797 33.541668 119.020838 33.13021 117.35938 C 32.708335 115.697922 32.838543 113.880213 33.369793 112.197921 C 33.890626 110.520838 34.421876 108.500005 36.270835 107.281254 C 38.119793 106.052088 43.229168 105.020838 44.458335 104.859379 C 45.697919 104.697921 43.750002 106.088546 43.66146 106.312504 M 42.791668 105.432296 C 44.41146 105.640629 45.729169 107.520838 47.281252 108.729171 C 48.828127 109.937505 51.640627 110.958338 52.067711 112.697921 C 52.489586 114.432296 51.078127 117.479172 49.838544 119.14063 C 48.609377 120.802088 46.619794 122.270838 44.671877 122.651047 C 42.718752 123.020838 40.239585 122.447922 38.140627 121.380213 C 36.041668 120.312505 33.000001 118.000005 32.062501 116.239588 C 31.119793 114.468755 31.682293 112.562505 32.500001 110.802088 C 33.312501 109.031255 35.218751 106.348963 36.947918 105.661463 C 38.671877 104.958338 41.791668 106.401046 42.838543 106.640629 C 43.890627 106.869796 43.390627 107.281254 43.239585 107.062504 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path34" />
id="path21" />
<path
fill="none"
stroke-width="1.05"
@@ -128,13 +93,7 @@
stroke-miterlimit="10"
d="M 41.479168 123.380213 C 39.81771 135.781256 42.88021 147.682298 41.479168 154.010423 M 41.479168 123.380213 C 41.13021 135.291672 40.359377 145.770839 41.479168 154.010423 M 41.479168 129.500005 C 32.729168 129.989589 27.91146 129.687505 23.098959 129.500005 M 41.479168 129.500005 C 35.09896 130.119797 26.781251 129.041672 23.098959 129.500005 M 41.479168 129.500005 C 48.109377 130.57813 53.729169 129.838547 59.848961 129.500005 M 41.479168 129.500005 C 47.588544 128.880214 52.869794 129.270839 59.848961 129.500005 M 41.479168 154.010423 C 33.901043 162.062507 26.239584 172.010424 23.098959 178.510424 M 41.479168 154.010423 C 37.338543 160.609382 33.171876 166.70834 23.098959 178.510424 M 41.479168 154.010423 C 45.260419 161.250007 52.369794 166.27084 59.848961 178.510424 M 41.479168 154.010423 C 46.947919 162.588548 53.359377 170.098965 59.848961 178.510424 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path36" />
<path
fill-rule="nonzero"
fill="rgb(100%, 100%, 100%)"
fill-opacity="1"
d="M 83.421875 126.636719 C 84.644531 126.140625 86.542969 126.496094 88.058594 127.042969 C 89.578125 127.582031 91.605469 128.699219 92.527344 129.90625 C 93.449219 131.121094 93.703125 132.898438 93.601563 134.300781 C 93.488281 135.710938 92.917969 137.363281 91.867188 138.335938 C 90.816406 139.320313 88.964844 140.085938 87.292969 140.175781 C 85.613281 140.273438 83.03125 139.777344 81.800781 138.90625 C 80.574219 138.03125 80.25 136.460938 79.925781 134.917969 C 79.605469 133.363281 78.988281 130.875 79.859375 129.621094 C 80.738281 128.371094 83.984375 127.875 85.164063 127.394531 C 86.339844 126.914063 87.03125 126.765625 86.917969 126.742188 M 86.820313 125.917969 C 87.976563 125.835938 89.632813 126.726563 90.636719 127.746094 C 91.636719 128.765625 92.542969 130.34375 92.8125 132.03125 C 93.082031 133.71875 92.859375 136.800781 92.265625 137.878906 C 91.664063 138.960938 90.425781 138.367188 89.234375 138.515625 C 88.035156 138.660156 86.386719 139.050781 85.085938 138.757813 C 83.789063 138.472656 82.449219 138.050781 81.464844 136.792969 C 80.484375 135.523438 79.066406 132.757813 79.191406 131.175781 C 79.320313 129.59375 81.148438 128.003906 82.238281 127.289063 C 83.324219 126.585938 85.074219 127.171875 85.710938 126.929688 C 86.347656 126.683594 85.980469 125.664063 86.054688 125.84375 "
id="path38" />
id="path23" />
<path
fill="none"
stroke-width="1.05"
@@ -145,7 +104,7 @@
stroke-miterlimit="10"
d="M 113.541671 167.432299 C 115.619797 167.02084 119.130213 167.812507 121.07813 169.067715 C 123.020838 170.317715 124.869797 173.078132 125.208339 174.947924 C 125.562505 176.828132 124.07813 178.479174 123.119797 180.317716 C 122.161463 182.171883 121.380213 185.229174 119.437505 186.031258 C 117.500005 186.838549 113.531255 185.687508 111.447921 185.161466 C 109.380213 184.640633 107.85938 184.479174 106.968754 182.869799 C 106.067713 181.260424 105.828129 177.510424 106.067713 175.500007 C 106.302088 173.479174 106.541671 172.067716 108.369796 170.791674 C 110.197921 169.500007 115.500005 168.062507 117.062505 167.791674 C 118.619797 167.531257 117.781255 168.937507 117.729172 169.182299 M 113.760421 168.947924 C 116.088547 168.760424 120.010422 170.151049 121.750005 171.088549 C 123.479172 172.031257 123.708339 172.651049 124.182297 174.578132 C 124.64063 176.500007 125.458339 181.041674 124.541672 182.661466 C 123.60938 184.281258 120.510422 183.578133 118.619797 184.291674 C 116.739588 185.000008 115.302088 187.182299 113.239588 186.937508 C 111.17188 186.708341 107.770838 184.447924 106.229171 182.869799 C 104.682296 181.291674 103.729171 179.687508 103.947921 177.489591 C 104.182296 175.291674 105.588546 171.031257 107.57813 169.682299 C 109.567713 168.328132 114.911463 169.401049 115.880213 169.390632 C 116.85938 169.369799 113.520838 169.468757 113.432296 169.562507 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path40" />
id="path25" />
<path
fill="none"
stroke-width="1.05"
@@ -156,13 +115,7 @@
stroke-miterlimit="10"
d="M 114.979171 186.390633 C 116.369797 197.697925 114.000005 209.802092 114.979171 217.020842 M 114.979171 186.390633 C 113.82813 194.58855 114.718755 200.328133 114.979171 217.020842 M 114.979171 192.510425 C 108.932296 191.578133 106.078129 193.729175 96.609379 192.510425 M 114.979171 192.510425 C 108.348963 193.010425 101.312504 191.729175 96.609379 192.510425 M 114.979171 192.510425 C 120.338547 190.911466 127.067714 191.562508 133.359381 192.510425 M 114.979171 192.510425 C 121.151047 191.979175 128.119797 193.1823 133.359381 192.510425 M 114.979171 217.020842 C 110.979171 223.609384 104.979171 229.817718 96.609379 241.510427 M 114.979171 217.020842 C 108.447921 227.270843 99.578129 236.911468 96.609379 241.510427 M 114.979171 217.020842 C 122.239588 223.817718 127.401047 232.567718 133.359381 241.510427 M 114.979171 217.020842 C 119.500005 223.010426 124.130214 229.010426 133.359381 241.510427 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path42" />
<path
fill-rule="nonzero"
fill="rgb(100%, 100%, 100%)"
fill-opacity="1"
d="M 150.40625 133.914063 C 152.011719 133.890625 153.675781 134.527344 154.679688 135.511719 C 155.675781 136.492188 156.179688 138.34375 156.398438 139.785156 C 156.613281 141.21875 156.742188 142.777344 155.96875 144.136719 C 155.199219 145.5 153.40625 147.496094 151.761719 147.945313 C 150.121094 148.394531 147.464844 147.367188 146.136719 146.84375 C 144.800781 146.316406 144.335938 146.023438 143.761719 144.796875 C 143.183594 143.566406 142.425781 140.902344 142.671875 139.460938 C 142.914063 138.015625 143.910156 137.078125 145.230469 136.117188 C 146.550781 135.15625 149.753906 133.851563 150.578125 133.703125 C 151.402344 133.558594 150.300781 135.097656 150.164063 135.238281 M 149.210938 133.628906 C 150.945313 133.410156 153.546875 134.699219 154.933594 135.691406 C 156.324219 136.6875 157.433594 138.082031 157.539063 139.582031 C 157.640625 141.082031 156.457031 143.324219 155.578125 144.710938 C 154.703125 146.101563 153.796875 147.578125 152.265625 147.914063 C 150.734375 148.253906 147.96875 147.457031 146.390625 146.746094 C 144.808594 146.03125 143.453125 144.96875 142.785156 143.625 C 142.117188 142.289063 141.90625 140.136719 142.386719 138.703125 C 142.867188 137.28125 144.277344 135.628906 145.640625 135.050781 C 147.007813 134.476563 149.753906 135.1875 150.585938 135.261719 C 151.410156 135.328125 150.757813 135.5625 150.613281 135.480469 "
id="path44" />
id="path27" />
<path
fill="none"
stroke-width="1.05"
@@ -173,7 +126,7 @@
stroke-miterlimit="10"
d="M 195.880217 178.479174 C 197.437508 177.890632 199.6823 178.739591 201.4323 179.671883 C 203.187508 180.609383 205.08855 182.541674 206.421884 184.098966 C 207.739592 185.651049 209.671884 187.239591 209.390634 189.020841 C 209.109384 190.812508 206.359384 193.421883 204.770842 194.791675 C 203.171883 196.15105 201.968758 197.421883 199.812508 197.197925 C 197.65105 196.979175 193.479175 194.9323 191.828133 193.479175 C 190.1823 192.031258 189.968758 190.359383 189.90105 188.489591 C 189.828133 186.619799 190.197925 183.921883 191.421883 182.250008 C 192.65105 180.578133 196.020842 179.062507 197.260425 178.437507 C 198.489592 177.817716 198.817717 178.302091 198.848967 178.541674 M 198.390633 180.182299 C 200.328133 180.109383 202.067717 180.458341 203.4323 181.088549 C 204.791675 181.729174 205.552092 182.421883 206.567717 183.968758 C 207.58855 185.520841 210.130217 188.33855 209.541675 190.411466 C 208.937509 192.479175 204.770842 195.33855 203.000008 196.380217 C 201.218758 197.421883 200.890633 197.109383 198.911467 196.671883 C 196.921883 196.229175 192.687508 195.109383 191.078133 193.760425 C 189.479175 192.411466 189.130216 190.640633 189.281258 188.578133 C 189.437508 186.510424 190.83855 182.817716 192.010425 181.359383 C 193.1823 179.911466 195.411466 180.098966 196.291675 179.838549 C 197.171883 179.567716 197.312508 179.880216 197.281258 179.760424 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path46" />
id="path29" />
<path
fill="none"
stroke-width="1.05"
@@ -184,13 +137,7 @@
stroke-miterlimit="10"
d="M 198.989592 196.890633 C 199.229175 207.109384 199.817717 219.421884 198.989592 227.520843 M 198.989592 196.890633 C 199.140633 205.421884 199.567717 216.750009 198.989592 227.520843 M 198.989592 203.010425 C 195.6198 203.968759 187.401049 201.218758 180.609383 203.010425 M 198.989592 203.010425 C 192.098966 203.40105 186.338549 203.750009 180.609383 203.010425 M 198.989592 203.010425 C 203.078133 202.421883 207.250009 204.437509 217.359384 203.010425 M 198.989592 203.010425 C 205.208342 202.567717 213.880217 202.750008 217.359384 203.010425 M 198.989592 227.520843 C 194.859383 232.671885 190.500008 239.317718 180.609383 252.010427 M 198.989592 227.520843 C 192.130216 236.520843 186.421883 244.81251 180.609383 252.010427 M 198.989592 227.520843 C 201.348967 233.197926 205.098967 236.567718 217.359384 252.010427 M 198.989592 227.520843 C 204.130217 235.458343 210.65105 244.848969 217.359384 252.010427 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path48" />
<path
fill-rule="nonzero"
fill="rgb(100%, 100%, 100%)"
fill-opacity="1"
d="M 227.753906 16.433594 C 228.847656 15.578125 230.949219 15.878906 232.425781 16.3125 C 233.910156 16.738281 235.71875 17.851563 236.640625 19.003906 C 237.570313 20.160156 237.988281 21.726563 237.988281 23.25 C 237.988281 24.765625 237.5625 26.96875 236.640625 28.117188 C 235.71875 29.265625 233.949219 30.128906 232.453125 30.128906 C 230.960938 30.128906 229.027344 29.046875 227.691406 28.132813 C 226.359375 27.21875 224.871094 25.980469 224.421875 24.652344 C 223.980469 23.332031 224.210938 21.636719 225.023438 20.191406 C 225.832031 18.75 228.496094 16.695313 229.304688 16.003906 C 230.109375 15.308594 229.925781 15.75 229.859375 16.042969 M 230.511719 15.324219 C 232.035156 15.375 234.398438 16.65625 235.777344 17.625 C 237.15625 18.59375 238.460938 19.808594 238.800781 21.128906 C 239.136719 22.441406 238.558594 24.234375 237.796875 25.539063 C 237.03125 26.835938 235.664063 28.410156 234.195313 28.941406 C 232.71875 29.476563 230.429688 29.070313 228.960938 28.71875 C 227.484375 28.363281 226.109375 27.839844 225.367188 26.820313 C 224.625 25.800781 224.054688 24.269531 224.484375 22.597656 C 224.917969 20.933594 226.703125 18.039063 227.953125 16.808594 C 229.207031 15.578125 231.367188 15.234375 231.988281 15.21875 C 232.621094 15.210938 231.675781 16.296875 231.71875 16.746094 "
id="path50" />
id="path31" />
<path
fill="none"
stroke-width="1.05"
@@ -201,7 +148,7 @@
stroke-miterlimit="10"
d="M 312.76043 21.239584 C 314.682305 21.911459 315.76043 23.859376 316.437513 25.609376 C 317.119805 27.359376 317.187513 29.760418 316.838555 31.739585 C 316.489597 33.718751 315.708347 36.291668 314.359388 37.468752 C 313.000013 38.640627 310.718763 38.979168 308.72918 38.802085 C 306.729179 38.619793 304.000013 37.729168 302.390638 36.38021 C 300.781263 35.031251 299.421887 32.63021 299.067721 30.697918 C 298.708346 28.760418 299.348971 26.229168 300.260429 24.770834 C 301.171888 23.312501 302.401054 22.401043 304.531263 21.937501 C 306.661471 21.468751 311.437513 21.921876 313.020846 21.979168 C 314.609388 22.041668 314.098971 22.041668 314.04168 22.281251 M 305.119804 20.447918 C 306.630221 19.989584 308.208346 22.432293 310.208346 23.260418 C 312.208346 24.088543 316.078138 23.750001 317.109388 25.411459 C 318.130222 27.067709 316.630222 31.260418 316.380222 33.208335 C 316.130222 35.16146 317.218763 36.291668 315.598972 37.119793 C 313.97918 37.947918 309.04168 38.281252 306.661471 38.182293 C 304.281263 38.088543 302.411471 37.609377 301.312513 36.520835 C 300.197929 35.437501 300.468763 33.56771 300.031263 31.682293 C 299.588554 29.791668 297.817721 26.718751 298.661471 25.187501 C 299.500013 23.661459 303.802096 22.989584 305.088554 22.489584 C 306.369804 21.979168 306.338554 21.958334 306.369804 22.161459 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path52" />
id="path33" />
<path
fill="none"
stroke-width="1.05"
@@ -212,13 +159,7 @@
stroke-miterlimit="10"
d="M 308.187513 39.38021 C 307.291679 52.708336 306.640638 61.041669 308.187513 70.01042 M 308.187513 39.38021 C 307.54168 50.338544 307.531263 63.052086 308.187513 70.01042 M 308.187513 45.500002 C 303.838554 44.682294 297.609387 44.38021 289.81772 45.500002 M 308.187513 45.500002 C 302.890638 45.41146 296.567721 45.562502 289.81772 45.500002 M 308.187513 45.500002 C 311.020846 45.91146 316.29168 45.640627 326.567722 45.500002 M 308.187513 45.500002 C 312.630221 45.151044 315.640638 46.140627 326.567722 45.500002 M 308.187513 70.01042 C 299.770846 78.239587 293.380221 90.239587 289.81772 94.510421 M 308.187513 70.01042 C 302.630221 77.770837 297.979179 84.708337 289.81772 94.510421 M 308.187513 70.01042 C 314.031263 75.26042 320.04168 86.562504 326.567722 94.510421 M 308.187513 70.01042 C 312.380221 75.369795 317.130222 81.151045 326.567722 94.510421 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path54" />
<path
fill-rule="nonzero"
fill="rgb(100%, 100%, 100%)"
fill-opacity="1"
d="M 315.9375 31.304688 C 317.476563 31.183594 319.425781 33.121094 320.4375 34.019531 C 321.457031 34.914063 321.796875 35.257813 322.042969 36.699219 C 322.28125 38.136719 322.582031 41.136719 321.898438 42.660156 C 321.21875 44.183594 319.246094 45.472656 317.949219 45.847656 C 316.648438 46.230469 315.570313 45.5625 314.101563 44.925781 C 312.628906 44.289063 310.125 43.359375 309.136719 42.039063 C 308.136719 40.726563 307.769531 38.316406 308.152344 37.035156 C 308.535156 35.753906 309.871094 35.25 311.429688 34.359375 C 312.984375 33.472656 316.253906 31.921875 317.496094 31.6875 C 318.734375 31.453125 318.988281 32.773438 318.863281 32.96875 M 316.539063 30.898438 C 318.238281 30.832031 320.363281 32.503906 321.34375 33.441406 C 322.328125 34.386719 322.253906 35.023438 322.425781 36.546875 C 322.597656 38.078125 323.03125 40.996094 322.371094 42.601563 C 321.71875 44.210938 319.90625 45.886719 318.488281 46.214844 C 317.070313 46.546875 315.246094 45.359375 313.882813 44.578125 C 312.523438 43.792969 311.136719 42.621094 310.3125 41.527344 C 309.496094 40.441406 308.953125 39.523438 308.949219 38.011719 C 308.941406 36.496094 309.128906 33.539063 310.261719 32.445313 C 311.398438 31.34375 314.949219 31.515625 315.765625 31.425781 C 316.582031 31.335938 315.34375 31.703125 315.179688 31.90625 "
id="path56" />
id="path35" />
<path
fill="none"
stroke-width="1.05"
@@ -229,7 +170,7 @@
stroke-miterlimit="10"
d="M 421.401059 41.682293 C 423.369809 41.81771 426.651059 44.302085 428.031268 45.890627 C 429.411476 47.479169 429.68231 49.328127 429.661476 51.218752 C 429.630226 53.119794 429.031268 55.937502 427.880226 57.250002 C 426.729184 58.562502 424.661476 58.661461 422.770851 59.109377 C 420.890643 59.562503 418.479184 60.729169 416.562517 59.947919 C 414.640642 59.171877 412.119809 56.421877 411.250017 54.432294 C 410.369809 52.447919 410.630225 49.932294 411.291684 48.031252 C 411.947934 46.13021 413.401059 44.041669 415.197934 43.031252 C 417.010434 42.020835 420.901059 41.932293 422.098976 41.979168 C 423.291684 42.041668 422.359393 43.088543 422.369809 43.34896 M 415.067726 42.588543 C 416.630226 41.218752 421.151059 40.500002 423.208351 40.968752 C 425.270851 41.447918 426.437518 43.718752 427.447934 45.437502 C 428.468768 47.171877 429.197935 49.520835 429.302101 51.312502 C 429.40106 53.098961 429.500018 54.552086 428.067726 56.187502 C 426.640643 57.828127 422.921893 60.911461 420.708351 61.151044 C 418.510434 61.390628 416.447934 58.958336 414.828142 57.651044 C 413.208351 56.338544 411.500017 54.937502 411.000017 53.270836 C 410.500017 51.609377 410.791684 49.218752 411.812517 47.651044 C 412.828142 46.078127 416.489601 44.588544 417.109392 43.859377 C 417.729184 43.13021 415.447934 43.291668 415.531267 43.260418 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path58" />
id="path37" />
<path
fill="none"
stroke-width="1.05"
@@ -240,13 +181,7 @@
stroke-miterlimit="10"
d="M 420.552101 60.380211 C 418.500017 72.630211 420.817726 85.359379 420.552101 91.01042 M 420.552101 60.380211 C 421.187518 67.651045 420.739601 75.609378 420.552101 91.01042 M 420.552101 66.500003 C 415.197934 67.578128 407.281267 66.052086 402.171892 66.500003 M 420.552101 66.500003 C 414.989601 66.291669 409.947934 66.250003 402.171892 66.500003 M 420.552101 66.500003 C 425.781268 67.921878 435.83856 65.348961 438.93231 66.500003 M 420.552101 66.500003 C 425.052101 66.609378 429.750018 66.578128 438.93231 66.500003 M 420.552101 91.01042 C 415.697934 97.802087 406.760434 106.041671 402.171892 115.510422 M 420.552101 91.01042 C 416.760434 97.520837 411.078142 103.109379 402.171892 115.510422 M 420.552101 91.01042 C 429.36981 100.041671 433.43231 110.85938 438.93231 115.510422 M 420.552101 91.01042 C 427.447934 98.328129 432.000018 107.500005 438.93231 115.510422 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path60" />
<path
fill-rule="nonzero"
fill="rgb(100%, 100%, 100%)"
fill-opacity="1"
d="M 227.753906 126.328125 C 228.90625 126.71875 230.300781 128.574219 231.136719 130.027344 C 231.96875 131.484375 232.988281 133.613281 232.738281 135.046875 C 232.5 136.476563 231.164063 137.886719 229.6875 138.628906 C 228.210938 139.363281 225.53125 139.460938 223.882813 139.476563 C 222.234375 139.492188 220.679688 139.636719 219.796875 138.710938 C 218.910156 137.789063 218.511719 135.398438 218.558594 133.925781 C 218.601563 132.457031 219.164063 131.101563 220.066406 129.898438 C 220.964844 128.699219 222.464844 127.175781 223.964844 126.71875 C 225.472656 126.269531 228.136719 126.839844 229.101563 127.175781 C 230.0625 127.523438 229.90625 128.675781 229.761719 128.761719 M 225.359375 125.234375 C 226.851563 125.039063 228.734375 126.710938 229.710938 128.015625 C 230.683594 129.328125 230.8125 131.753906 231.21875 133.09375 C 231.613281 134.429688 232.664063 134.933594 232.117188 136.066406 C 231.578125 137.191406 229.695313 139.359375 227.949219 139.882813 C 226.191406 140.398438 223.265625 139.613281 221.617188 139.191406 C 219.96875 138.773438 218.574219 138.53125 218.0625 137.363281 C 217.558594 136.191406 218.234375 133.933594 218.574219 132.179688 C 218.910156 130.425781 219.074219 127.800781 220.101563 126.832031 C 221.121094 125.863281 223.6875 126.5625 224.699219 126.390625 C 225.710938 126.21875 226.15625 125.863281 226.171875 125.8125 "
id="path62" />
id="path39" />
<path
fill="none"
stroke-width="1.05"
@@ -257,7 +192,7 @@
stroke-miterlimit="10"
d="M 298.932304 167.718757 C 300.838554 167.312507 304.401054 168.468757 306.041679 169.447924 C 307.671888 170.432299 308.437513 171.562507 308.72918 173.588549 C 309.020846 175.619799 308.651055 179.578133 307.79168 181.630216 C 306.932304 183.687508 305.218763 185.208341 303.567721 185.921883 C 301.932304 186.630216 299.682304 186.401049 297.921887 185.911466 C 296.161471 185.421883 294.348971 184.541674 293.000012 182.979174 C 291.651054 181.421883 289.791679 178.411466 289.812512 176.541674 C 289.828137 174.671882 291.510429 173.197924 293.098971 171.760424 C 294.687512 170.317715 298.187512 168.401049 299.359387 167.890632 C 300.541679 167.390632 300.098971 168.437507 300.161471 168.718757 M 304.218763 168.619799 C 306.197929 169.171882 306.661471 169.921882 307.718763 171.640632 C 308.781263 173.369799 310.94793 176.609382 310.578138 178.958341 C 310.218763 181.312508 307.437513 184.328133 305.541679 185.760424 C 303.651054 187.182299 301.359388 187.781258 299.208346 187.489591 C 297.062512 187.197924 294.229179 185.281258 292.640637 184.010424 C 291.041679 182.739591 289.66147 181.510424 289.63022 179.869799 C 289.59897 178.229174 291.031262 176.041674 292.437512 174.161466 C 293.848971 172.281257 296.510429 169.437507 298.109387 168.598965 C 299.708346 167.760424 301.109388 169.161465 302.041679 169.109382 C 302.968763 169.062507 303.718763 167.979174 303.708346 168.281257 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path64" />
id="path41" />
<path
fill="none"
stroke-width="1.05"
@@ -268,13 +203,7 @@
stroke-miterlimit="10"
d="M 299.791679 186.390633 C 300.791679 197.552092 301.880221 210.489592 299.791679 217.020842 M 299.791679 186.390633 C 299.630221 196.078133 298.729179 205.4323 299.791679 217.020842 M 299.791679 192.510425 C 293.458346 192.171883 287.520845 193.098966 281.421887 192.510425 M 299.791679 192.510425 C 295.812512 192.187508 290.218762 191.937508 281.421887 192.510425 M 299.791679 192.510425 C 307.432304 191.260425 311.250013 193.739591 318.171888 192.510425 M 299.791679 192.510425 C 306.182304 192.708341 310.739596 193.500008 318.171888 192.510425 M 299.791679 217.020842 C 294.817721 222.359384 291.718762 231.041676 281.421887 241.510427 M 299.791679 217.020842 C 292.000012 227.187509 285.812512 236.317718 281.421887 241.510427 M 299.791679 217.020842 C 304.208346 224.921884 311.062513 230.369801 318.171888 241.510427 M 299.791679 217.020842 C 303.640638 223.848968 308.51043 229.421885 318.171888 241.510427 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path66" />
<path
fill-rule="nonzero"
fill="rgb(100%, 100%, 100%)"
fill-opacity="1"
d="M 304.410156 110.191406 C 305.773438 110.242188 307.640625 110.714844 308.773438 111.832031 C 309.898438 112.949219 310.933594 115.304688 311.175781 116.894531 C 311.40625 118.484375 311.09375 120.058594 310.183594 121.371094 C 309.269531 122.691406 307.3125 124.253906 305.722656 124.785156 C 304.140625 125.316406 302.113281 125.4375 300.667969 124.566406 C 299.21875 123.703125 297.675781 121.027344 297.039063 119.59375 C 296.398438 118.164063 296.339844 117.261719 296.835938 115.972656 C 297.328125 114.691406 298.550781 112.792969 300 111.863281 C 301.453125 110.925781 304.378906 110.46875 305.535156 110.363281 C 306.691406 110.257813 306.929688 111.097656 306.9375 111.246094 M 306.78125 109.613281 C 308.046875 110.175781 308.398438 113.226563 309.007813 114.863281 C 309.621094 116.503906 310.613281 118.050781 310.449219 119.445313 C 310.28125 120.832031 309 122.273438 308.03125 123.203125 C 307.066406 124.132813 306.195313 124.859375 304.636719 125.03125 C 303.074219 125.203125 299.976563 125.242188 298.671875 124.246094 C 297.359375 123.246094 296.859375 120.796875 296.796875 119.039063 C 296.738281 117.285156 297.570313 115.042969 298.296875 113.730469 C 299.023438 112.417969 299.796875 111.832031 301.15625 111.164063 C 302.511719 110.503906 305.753906 109.996094 306.464844 109.746094 C 307.175781 109.507813 305.453125 109.433594 305.429688 109.703125 "
id="path68" />
id="path43" />
<path
fill="none"
stroke-width="1.05"
@@ -285,7 +214,7 @@
stroke-miterlimit="10"
d="M 405.880225 145.729173 C 407.859392 145.890631 411.447934 147.432298 413.020851 149.067715 C 414.588559 150.697923 415.369809 153.479173 415.312517 155.55209 C 415.250017 157.630215 414.171892 159.687507 412.671892 161.531257 C 411.171892 163.369798 408.3021 166.171882 406.328142 166.578132 C 404.348975 166.98959 402.401058 165.088549 400.812517 163.979174 C 399.20835 162.880215 397.52085 161.947923 396.77085 159.937507 C 396.010433 157.932298 395.70835 153.880215 396.281267 151.911465 C 396.859392 149.932298 398.161475 148.838548 400.218767 148.078131 C 402.281267 147.317714 407.031267 147.390631 408.640642 147.348964 C 410.2396 147.302089 409.937517 147.77084 409.838559 147.812506 M 407.411475 146.130214 C 409.250017 146.859381 410.979184 151.02084 412.328142 152.687506 C 413.682309 154.369798 415.901059 154.359381 415.531267 156.171882 C 415.151059 157.98959 411.979184 161.73959 410.062517 163.598965 C 408.140642 165.447924 405.640642 167.479174 404.000017 167.312507 C 402.359392 167.151049 401.8021 164.109382 400.218767 162.598965 C 398.630225 161.088548 395.260433 160.109382 394.479183 158.250007 C 393.697933 156.401048 394.328141 153.48959 395.541683 151.479173 C 396.750017 149.479173 399.828142 147.140631 401.718767 146.208339 C 403.609392 145.291673 405.791684 145.921881 406.869809 145.921881 C 407.947934 145.932298 408.098975 145.802089 408.229184 146.250006 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path70" />
id="path45" />
<path
fill="none"
stroke-width="1.05"
@@ -296,7 +225,7 @@
stroke-miterlimit="10"
d="M 404.8021 165.380215 C 407.010434 178.171882 406.338559 188.291675 404.8021 196.010425 M 404.8021 165.380215 C 403.468767 173.541674 403.781267 180.447924 404.8021 196.010425 M 404.8021 171.510424 C 402.401058 170.817715 398.70835 172.609382 386.421891 171.510424 M 404.8021 171.510424 C 398.630225 171.531257 392.010433 171.02084 386.421891 171.510424 M 404.8021 171.510424 C 410.02085 171.23959 413.078142 171.109382 423.171893 171.510424 M 404.8021 171.510424 C 409.901059 170.48959 412.932309 171.447924 423.171893 171.510424 M 404.8021 196.010425 C 399.281267 200.718758 396.651058 206.552092 386.421891 220.510426 M 404.8021 196.010425 C 398.838558 202.260425 394.421891 209.510425 386.421891 220.510426 M 404.8021 196.010425 C 411.838559 204.197925 416.578142 209.687509 423.171893 220.510426 M 404.8021 196.010425 C 408.27085 202.187508 413.541684 208.828134 423.171893 220.510426 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path72" />
id="path47" />
<path
fill="none"
stroke-width="1.05"
@@ -307,7 +236,7 @@
stroke-miterlimit="10"
d="M 132.218756 152.250006 C 155.359381 125.000005 175.437507 96.479171 186.989591 82.270837 M 132.218756 152.250006 C 150.119798 129.67188 168.531257 107.510421 186.989591 82.270837 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path74" />
id="path49" />
<path
fill="none"
stroke-width="0.53"
@@ -318,7 +247,7 @@
stroke-miterlimit="10"
d="M 130.630214 148.338548 L 130.630214 148.338548 M 130.630214 148.338548 L 130.630214 148.338548 M 128.979172 156.651048 C 130.218755 155.161465 131.369797 153.911465 132.432297 152.682298 M 128.979172 156.651048 C 129.619797 155.411465 130.812505 154.578131 132.432297 152.682298 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path76" />
id="path51" />
<path
fill="none"
stroke-width="1.05"
@@ -329,7 +258,7 @@
stroke-miterlimit="10"
d="M 128.82813 156.588548 C 128.848964 154.48959 130.458339 153.119798 130.468755 148.531256 M 128.82813 156.588548 C 129.000005 154.812506 129.57813 153.432298 130.468755 148.531256 M 130.468755 148.531256 C 131.317714 149.760423 131.958339 151.098965 132.218756 152.250006 M 130.468755 148.531256 C 130.968755 149.828131 131.401047 150.828131 132.218756 152.250006 M 132.218756 152.250006 C 133.098964 152.401048 133.630214 152.812506 136.260422 153.062506 M 132.218756 152.250006 C 133.312506 152.651048 134.078131 152.479173 136.260422 153.062506 M 136.260422 153.062506 C 134.229172 153.671881 131.197922 156.229173 128.82813 156.588548 M 136.260422 153.062506 C 133.541672 154.067715 131.682297 155.281256 128.82813 156.588548 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path78" />
id="path53" />
<path
fill="none"
stroke-width="0.53"
@@ -340,7 +269,7 @@
stroke-miterlimit="10"
d="M 183.119799 81.270837 L 183.119799 81.270837 M 183.119799 81.270837 L 183.119799 81.270837 M 187.671883 82.437503 C 188.90105 80.94792 190.052091 79.69792 191.109383 78.47917 M 187.671883 82.437503 C 188.302091 81.19792 189.500008 80.369795 191.109383 78.47917 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path80" />
id="path55" />
<path
fill="none"
stroke-width="1.05"
@@ -351,7 +280,7 @@
stroke-miterlimit="10"
d="M 190.390633 77.932295 C 189.4323 80.098962 190.171883 83.000003 188.750008 85.97917 M 190.390633 77.932295 C 190.010425 79.401045 189.9323 81.281253 188.750008 85.97917 M 188.750008 85.97917 C 188.1823 84.250004 187.432299 82.640628 186.989591 82.270837 M 188.750008 85.97917 C 188.208341 85.062504 187.598966 83.848962 186.989591 82.270837 M 186.989591 82.270837 C 186.161466 82.020837 184.979174 82.088545 182.958341 81.44792 M 186.989591 82.270837 C 186.119799 82.239587 184.921883 81.671878 182.958341 81.44792 M 182.958341 81.44792 C 186.609383 79.44792 189.317716 79.29167 190.390633 77.932295 M 182.958341 81.44792 C 185.130216 80.281253 188.08855 79.19792 190.390633 77.932295 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path82" />
id="path57" />
<path
fill="none"
stroke-width="1.05"
@@ -362,7 +291,7 @@
stroke-miterlimit="10"
d="M 174.328132 65.291669 C 133.630214 80.130212 94.031254 94.802087 71.380211 102.718754 M 174.328132 65.291669 C 144.880214 76.968753 116.062505 86.19792 71.380211 102.718754 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path84" />
id="path59" />
<path
fill="none"
stroke-width="0.53"
@@ -373,7 +302,7 @@
stroke-miterlimit="10"
d="M 171.229174 62.578128 L 171.229174 62.578128 M 171.229174 62.578128 L 171.229174 62.578128 M 174.401049 65.338544 C 174.838549 64.338544 175.838549 63.859378 176.468757 62.958336 M 174.401049 65.338544 C 174.937507 64.531253 175.578132 63.682294 176.468757 62.958336 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path86" />
id="path61" />
<path
fill="none"
stroke-width="1.05"
@@ -384,7 +313,7 @@
stroke-miterlimit="10"
d="M 179.510424 63.401044 C 177.937507 65.802086 176.708341 66.338544 173.859382 69.369795 M 179.510424 63.401044 C 178.281257 64.817711 177.000007 65.661461 173.859382 69.369795 M 173.859382 69.369795 C 174.302091 67.869795 174.109382 66.729169 174.328132 65.291669 M 173.859382 69.369795 C 173.770841 68.432295 173.968757 67.109378 174.328132 65.291669 M 174.328132 65.291669 C 173.281257 64.348961 171.791674 62.817711 171.338549 62.458336 M 174.328132 65.291669 C 173.510424 64.250003 172.348966 63.447919 171.338549 62.458336 M 171.338549 62.458336 C 173.770841 63.119794 174.260424 63.317711 179.510424 63.401044 M 171.338549 62.458336 C 173.901049 62.619794 176.859382 62.911461 179.510424 63.401044 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path88" />
id="path63" />
<path
fill="none"
stroke-width="0.53"
@@ -395,7 +324,7 @@
stroke-miterlimit="10"
d="M 66.078128 104.750004 L 66.078128 104.750004 M 66.078128 104.750004 L 66.078128 104.750004 M 71.317711 105.130213 C 71.609378 104.458338 72.281253 104.140629 72.69792 103.541671 M 71.317711 105.130213 C 71.682295 104.588546 72.098961 104.020838 72.69792 103.541671 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path90" />
id="path65" />
<path
fill="none"
stroke-width="1.05"
@@ -406,7 +335,7 @@
stroke-miterlimit="10"
d="M 66.208336 104.609379 C 67.619795 103.651046 69.468753 100.932296 71.859378 98.640629 M 66.208336 104.609379 C 67.401044 103.468754 68.458336 101.838546 71.859378 98.640629 M 71.859378 98.640629 C 71.94792 99.588546 71.468753 100.890629 71.380211 102.718754 M 71.859378 98.640629 C 71.562503 99.791671 71.520836 100.562504 71.380211 102.718754 M 71.380211 102.718754 C 72.708336 104.031254 73.567711 104.729171 74.380211 105.552088 M 71.380211 102.718754 C 72.552086 103.562504 73.432295 104.687504 74.380211 105.552088 M 74.380211 105.552088 C 73.270836 105.880213 70.250003 105.682296 66.208336 104.609379 M 74.380211 105.552088 C 71.338545 105.218754 68.687503 104.848963 66.208336 104.609379 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path92" />
id="path67" />
<path
fill="none"
stroke-width="1.05"
@@ -417,7 +346,7 @@
stroke-miterlimit="10"
d="M 145.098964 180.130216 C 154.848965 183.848966 169.260424 187.088549 174.119799 187.390633 M 145.098964 180.130216 C 152.947923 181.682299 159.828132 185.151049 174.119799 187.390633 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path94" />
id="path69" />
<path
fill="none"
stroke-width="0.53"
@@ -428,7 +357,7 @@
stroke-miterlimit="10"
d="M 139.880214 178.640632 L 139.880214 178.640632 M 139.880214 178.640632 L 139.880214 178.640632 M 143.052089 181.390633 C 143.640631 179.802091 144.932298 178.750007 146.489589 177.432299 M 143.052089 181.390633 C 144.411464 180.067716 145.598964 178.208341 146.489589 177.432299 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path96" />
id="path71" />
<path
fill="none"
stroke-width="1.05"
@@ -439,7 +368,7 @@
stroke-miterlimit="10"
d="M 139.739589 178.791674 C 140.890631 177.760424 142.802089 178.312507 147.760423 177.010424 M 139.739589 178.791674 C 141.911464 178.067716 144.479173 177.760424 147.760423 177.010424 M 147.760423 177.010424 C 146.901048 177.869799 145.437506 179.130216 145.098964 180.130216 M 147.760423 177.010424 C 146.932298 178.380216 145.500006 179.421882 145.098964 180.130216 M 145.098964 180.130216 C 145.041673 181.421883 145.359381 182.687508 145.989589 184.140633 M 145.098964 180.130216 C 145.369798 181.328133 145.828131 182.812508 145.989589 184.140633 M 145.989589 184.140633 C 143.729173 182.958341 141.947923 180.302091 139.739589 178.791674 M 145.989589 184.140633 C 143.869798 182.187508 141.921881 180.161466 139.739589 178.791674 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path98" />
id="path73" />
<path
fill="none"
stroke-width="0.53"
@@ -450,7 +379,7 @@
stroke-miterlimit="10"
d="M 172.932299 183.718758 L 172.932299 183.718758 M 172.932299 183.718758 L 172.932299 183.718758 M 171.968757 191.229175 C 172.682299 189.317716 174.239591 188.062508 176.098966 186.479174 M 171.968757 191.229175 C 173.609382 189.640633 175.041674 187.411466 176.098966 186.479174 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path100" />
id="path75" />
<path
fill="none"
stroke-width="1.05"
@@ -461,7 +390,7 @@
stroke-miterlimit="10"
d="M 179.479174 188.729175 C 177.020841 188.640633 175.312507 190.000008 171.447924 190.510425 M 179.479174 188.729175 C 176.718757 188.968758 174.359382 189.750008 171.447924 190.510425 M 171.447924 190.510425 C 172.640632 188.921883 173.291674 187.718758 174.119799 187.390633 M 171.447924 190.510425 C 172.682299 189.437508 173.317716 188.052091 174.119799 187.390633 M 174.119799 187.390633 C 173.500007 186.520841 173.348966 185.609383 173.229174 183.380216 M 174.119799 187.390633 C 173.817716 185.989591 173.708341 184.869799 173.229174 183.380216 M 173.229174 183.380216 C 174.859382 185.520841 176.901049 186.130216 179.479174 188.729175 M 173.229174 183.380216 C 175.520841 185.130216 177.901049 186.802091 179.479174 188.729175 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path102" />
id="path77" />
<path
fill="none"
stroke-width="1.05"
@@ -472,7 +401,7 @@
stroke-miterlimit="10"
d="M 58.781252 120.729172 C 73.468753 136.651047 84.26042 153.77084 92.432296 162.791673 M 58.781252 120.729172 C 69.22917 134.697922 81.432295 149.718756 92.432296 162.791673 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path104" />
id="path79" />
<path
fill="none"
stroke-width="0.53"
@@ -483,7 +412,7 @@
stroke-miterlimit="10"
d="M 55.411461 116.338547 L 55.411461 116.338547 M 55.411461 116.338547 L 55.411461 116.338547 M 56.510419 121.468755 C 57.802086 120.500005 58.697919 119.270838 59.270836 118.302088 M 56.510419 121.468755 C 57.369794 120.489588 58.437502 119.031255 59.270836 118.302088 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path106" />
id="path81" />
<path
fill="none"
stroke-width="1.05"
@@ -494,7 +423,7 @@
stroke-miterlimit="10"
d="M 55.338544 116.42188 C 58.979169 117.729172 61.140628 118.989588 62.791669 119.85938 M 55.338544 116.42188 C 58.109377 117.479172 60.411461 118.447922 62.791669 119.85938 M 62.791669 119.85938 C 61.312503 119.781255 60.489586 120.468755 58.781252 120.729172 M 62.791669 119.85938 C 61.338544 120.302088 60.020836 120.39063 58.781252 120.729172 M 58.781252 120.729172 C 58.197919 121.802088 57.848961 123.651047 57.062502 124.458339 M 58.781252 120.729172 C 58.562502 121.411463 57.947919 122.197922 57.062502 124.458339 M 57.062502 124.458339 C 56.682294 121.041672 54.932294 117.937505 55.338544 116.42188 M 57.062502 124.458339 C 56.260419 121.880213 56.359377 119.338547 55.338544 116.42188 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path108" />
id="path83" />
<path
fill="none"
stroke-width="0.53"
@@ -505,7 +434,7 @@
stroke-miterlimit="10"
d="M 88.682295 163.348965 L 88.682295 163.348965 M 88.682295 163.348965 L 88.682295 163.348965 M 92.541671 165.312507 C 94.468754 163.848965 95.817712 162.010423 96.671879 160.562507 M 92.541671 165.312507 C 93.817712 163.828132 95.432296 161.651048 96.671879 160.562507 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path110" />
id="path85" />
<path
fill="none"
stroke-width="1.05"
@@ -516,7 +445,7 @@
stroke-miterlimit="10"
d="M 95.869796 167.098965 C 93.697921 165.588549 90.078129 164.187507 88.421879 163.651049 M 95.869796 167.098965 C 93.520837 165.671882 90.630212 164.250007 88.421879 163.651049 M 88.421879 163.651049 C 89.619795 162.98959 91.489587 163.109382 92.432296 162.791673 M 88.421879 163.651049 C 89.69792 163.468757 91.119795 162.979173 92.432296 162.791673 M 92.432296 162.791673 C 93.031254 161.23959 93.890629 160.48959 94.151046 159.05209 M 92.432296 162.791673 C 92.979171 161.781257 93.140629 160.911465 94.151046 159.05209 M 94.151046 159.05209 C 95.161462 161.937507 94.760421 165.130215 95.869796 167.098965 M 94.151046 159.05209 C 94.479171 161.437507 95.640629 163.890632 95.869796 167.098965 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path112" />
id="path87" />
<path
fill="none"
stroke-width="1.05"
@@ -527,7 +456,7 @@
stroke-miterlimit="10"
d="M 144.338548 24.447918 C 160.718757 32.729168 177.369799 43.197918 185.380216 49.062502 M 144.338548 24.447918 C 153.45834 29.302085 162.479173 34.401043 185.380216 49.062502 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path114" />
id="path89" />
<path
fill="none"
stroke-width="0.53"
@@ -538,7 +467,7 @@
stroke-miterlimit="10"
d="M 139.817714 21.369793 L 139.817714 21.369793 M 139.817714 21.369793 L 139.817714 21.369793 M 142.312506 24.921876 C 143.640631 23.468751 144.390631 22.687501 145.062506 21.750001 M 142.312506 24.921876 C 143.348964 23.937501 144.119798 22.937501 145.062506 21.750001 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path116" />
id="path91" />
<path
fill="none"
stroke-width="1.05"
@@ -549,7 +478,7 @@
stroke-miterlimit="10"
d="M 139.619798 21.609376 C 142.958339 22.260418 145.911464 21.380209 147.812506 22.239584 M 139.619798 21.609376 C 142.697923 21.760418 146.010423 22.151043 147.812506 22.239584 M 147.812506 22.239584 C 147.218756 22.468751 146.067714 23.859376 144.338548 24.447918 M 147.812506 22.239584 C 146.838548 23.020834 145.911464 23.421876 144.338548 24.447918 M 144.338548 24.447918 C 144.598964 25.500001 144.130214 26.510418 144.031256 28.541668 M 144.338548 24.447918 C 144.161464 25.958334 144.260423 27.010418 144.031256 28.541668 M 144.031256 28.541668 C 142.109381 27.250001 141.890631 24.802084 139.619798 21.609376 M 144.031256 28.541668 C 143.088548 26.567709 141.281256 24.781251 139.619798 21.609376 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path118" />
id="path93" />
<path
fill="none"
stroke-width="0.53"
@@ -560,7 +489,7 @@
stroke-miterlimit="10"
d="M 185.901049 44.729169 L 185.901049 44.729169 M 185.901049 44.729169 L 185.901049 44.729169 M 184.250008 53.031252 C 186.239591 50.84896 187.369799 49.682294 188.380216 48.270835 M 184.250008 53.031252 C 185.812508 51.567711 186.968758 50.06771 188.380216 48.270835 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path120" />
id="path95" />
<path
fill="none"
stroke-width="1.05"
@@ -571,7 +500,7 @@
stroke-miterlimit="10"
d="M 190.098966 51.890627 C 187.729175 51.979169 184.947924 50.66146 181.911466 51.260419 M 190.098966 51.890627 C 186.817716 51.489585 183.760424 51.38021 181.911466 51.260419 M 181.911466 51.260419 C 183.260424 50.270835 184.031258 50.437502 185.380216 49.062502 M 181.911466 51.260419 C 182.968758 50.708335 184.062508 49.828127 185.380216 49.062502 M 185.380216 49.062502 C 185.848966 48.281252 185.520841 47.447919 185.687508 44.958335 M 185.380216 49.062502 C 185.421883 47.937502 185.718758 46.34896 185.687508 44.958335 M 185.687508 44.958335 C 186.208341 47.510419 188.437508 48.91146 190.098966 51.890627 M 185.687508 44.958335 C 187.171883 46.718752 187.770841 48.729169 190.098966 51.890627 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path122" />
id="path97" />
<path
fill="none"
stroke-width="1.05"
@@ -582,7 +511,7 @@
stroke-miterlimit="10"
d="M 58.489586 89.067712 C 77.458337 64.968753 93.088546 41.609377 103.208338 26.447918 M 58.489586 89.067712 C 75.54167 67.140628 90.880212 45.140627 103.208338 26.447918 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path124" />
id="path99" />
<path
fill="none"
stroke-width="0.53"
@@ -593,7 +522,7 @@
stroke-miterlimit="10"
d="M 56.609377 85.380212 L 56.609377 85.380212 M 56.609377 85.380212 L 56.609377 85.380212 M 55.651044 92.890629 C 56.651044 91.718754 57.588544 90.562504 59.088544 88.932295 M 55.651044 92.890629 C 56.437502 91.708337 57.697919 90.54167 59.088544 88.932295 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path126" />
id="path101" />
<path
fill="none"
stroke-width="1.05"
@@ -604,7 +533,7 @@
stroke-miterlimit="10"
d="M 55.291669 93.552087 C 55.609377 91.000004 56.020836 88.921879 56.567711 85.432295 M 55.291669 93.552087 C 55.651044 91.348962 56.140627 89.19792 56.567711 85.432295 M 56.567711 85.432295 C 57.041669 86.338545 57.760419 88.328129 58.489586 89.067712 M 56.567711 85.432295 C 57.218752 86.932295 58.130211 88.47917 58.489586 89.067712 M 58.489586 89.067712 C 60.260419 89.328129 61.718753 89.562504 62.552086 89.708337 M 58.489586 89.067712 C 59.671878 89.359379 61.197919 89.682295 62.552086 89.708337 M 62.552086 89.708337 C 61.260419 91.47917 59.687503 92.421879 55.291669 93.552087 M 62.552086 89.708337 C 60.682294 90.338545 59.437502 91.500004 55.291669 93.552087 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path128" />
id="path103" />
<path
fill="none"
stroke-width="0.53"
@@ -615,7 +544,7 @@
stroke-miterlimit="10"
d="M 98.880212 26.130209 L 98.880212 26.130209 M 98.880212 26.130209 L 98.880212 26.130209 M 103.432296 27.302084 C 104.630213 25.890626 105.770838 24.500001 107.562505 22.541668 M 103.432296 27.302084 C 104.380213 25.880209 105.901046 24.479168 107.562505 22.541668 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path130" />
id="path105" />
<path
fill="none"
stroke-width="1.05"
@@ -626,7 +555,7 @@
stroke-miterlimit="10"
d="M 106.421879 21.968751 C 106.067713 23.817709 105.781254 26.161459 105.130213 30.078126 M 106.421879 21.968751 C 106.260421 24.151043 106.052088 26.390626 105.130213 30.078126 M 105.130213 30.078126 C 104.197921 28.401043 103.552088 27.802085 103.208338 26.447918 M 105.130213 30.078126 C 104.270838 28.750001 103.661463 27.421876 103.208338 26.447918 M 103.208338 26.447918 C 101.932296 26.317709 100.338546 26.062501 99.161462 25.812501 M 103.208338 26.447918 C 101.791671 26.317709 100.718754 26.229168 99.161462 25.812501 M 99.161462 25.812501 C 101.562504 25.588543 103.598963 24.609376 106.421879 21.968751 M 99.161462 25.812501 C 100.270838 24.968751 101.958338 24.588543 106.421879 21.968751 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path132" />
id="path107" />
<path
fill="none"
stroke-width="1.05"
@@ -637,7 +566,7 @@
stroke-miterlimit="10"
d="M 325.708347 172.687507 C 347.869806 167.187507 370.197932 163.30209 379.932308 159.130215 M 325.708347 172.687507 C 338.208347 169.901049 349.562515 166.30209 379.932308 159.130215 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path134" />
id="path109" />
<path
fill="none"
stroke-width="0.53"
@@ -648,7 +577,7 @@
stroke-miterlimit="10"
d="M 320.302097 174.078132 L 320.302097 174.078132 M 320.302097 174.078132 L 320.302097 174.078132 M 324.848972 175.250007 C 325.270847 174.937507 325.578139 174.281257 326.22918 173.671882 M 324.848972 175.250007 C 325.26043 174.817716 325.619805 174.369799 326.22918 173.671882 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path136" />
id="path111" />
<path
fill="none"
stroke-width="1.05"
@@ -659,7 +588,7 @@
stroke-miterlimit="10"
d="M 320.348972 174.031257 C 321.54168 172.911466 323.880222 170.760424 326.598972 168.682299 M 320.348972 174.031257 C 322.067722 172.401049 324.578139 170.317715 326.598972 168.682299 M 326.598972 168.682299 C 326.609389 169.48959 325.661472 170.932299 325.708347 172.687507 M 326.598972 168.682299 C 326.348972 170.130215 325.812514 171.588549 325.708347 172.687507 M 325.708347 172.687507 C 326.171889 173.130216 326.94793 174.270841 328.380222 175.812507 M 325.708347 172.687507 C 326.338555 173.380216 326.76043 173.947924 328.380222 175.812507 M 328.380222 175.812507 C 325.208347 175.312507 323.187513 174.119799 320.348972 174.031257 M 328.380222 175.812507 C 325.552097 175.041674 322.437513 174.098966 320.348972 174.031257 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path138" />
id="path113" />
<path
fill="none"
stroke-width="0.53"
@@ -670,7 +599,7 @@
stroke-miterlimit="10"
d="M 377.552099 155.682298 L 377.552099 155.682298 M 377.552099 155.682298 L 377.552099 155.682298 M 380.041683 159.218757 C 380.671891 158.750007 381.130224 157.760423 382.098974 156.848965 M 380.041683 159.218757 C 380.651058 158.567715 381.182308 157.890632 382.098974 156.848965 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path140" />
id="path115" />
<path
fill="none"
stroke-width="1.05"
@@ -681,7 +610,7 @@
stroke-miterlimit="10"
d="M 385.291683 157.791673 C 383.567724 159.140632 382.979183 159.500007 379.041682 163.140632 M 385.291683 157.791673 C 383.151058 159.52084 381.770849 160.77084 379.041682 163.140632 M 379.041682 163.140632 C 379.609391 161.541673 379.197932 160.588548 379.932308 159.130215 M 379.041682 163.140632 C 379.338557 161.817715 379.421891 160.500007 379.932308 159.130215 M 379.932308 159.130215 C 379.020849 157.932298 378.447932 157.500007 377.270849 156.010423 M 379.932308 159.130215 C 379.421891 158.48959 378.661474 157.687507 377.270849 156.010423 M 377.270849 156.010423 C 379.510433 156.567715 382.869808 156.578132 385.291683 157.791673 M 377.270849 156.010423 C 380.328141 156.567715 383.078141 156.937507 385.291683 157.791673 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path142" />
id="path117" />
<path
fill="none"
stroke-width="1.05"
@@ -692,7 +621,7 @@
stroke-miterlimit="10"
d="M 319.302097 156.567715 C 351.317723 116.531255 382.802099 80.161462 399.9896 59.739586 M 319.302097 156.567715 C 342.791681 129.000005 367.661474 98.578129 399.9896 59.739586 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path144" />
id="path119" />
<path
fill="none"
stroke-width="0.53"
@@ -703,7 +632,7 @@
stroke-miterlimit="10"
d="M 317.901055 152.52084 L 317.901055 152.52084 M 317.901055 152.52084 L 317.901055 152.52084 M 316.250013 160.817715 C 317.281263 159.432298 317.869805 158.338548 319.687513 156.859382 M 316.250013 160.817715 C 316.97918 159.750007 318.020847 159.182298 319.687513 156.859382 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path146" />
id="path121" />
<path
fill="none"
stroke-width="1.05"
@@ -714,7 +643,7 @@
stroke-miterlimit="10"
d="M 315.770847 160.812507 C 316.01043 158.229173 316.802097 154.781256 317.651055 152.80209 M 315.770847 160.812507 C 316.770847 158.088548 316.770847 155.218756 317.651055 152.80209 M 317.651055 152.80209 C 318.000013 153.30209 318.640638 154.817715 319.302097 156.567715 M 317.651055 152.80209 C 318.29168 153.98959 318.588555 155.161465 319.302097 156.567715 M 319.302097 156.567715 C 320.739597 156.911465 322.328138 157.109382 323.302097 157.510423 M 319.302097 156.567715 C 320.401055 156.838548 321.932305 157.218757 323.302097 157.510423 M 323.302097 157.510423 C 321.817722 157.447923 319.619805 158.661465 315.770847 160.812507 M 323.302097 157.510423 C 320.640638 158.48959 318.401055 159.432298 315.770847 160.812507 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path148" />
id="path123" />
<path
fill="none"
stroke-width="0.53"
@@ -725,7 +654,7 @@
stroke-miterlimit="10"
d="M 395.890642 58.921877 L 395.890642 58.921877 M 395.890642 58.921877 L 395.890642 58.921877 M 400.437517 60.088544 C 401.45835 58.697919 402.062517 57.609377 403.880225 56.119794 M 400.437517 60.088544 C 401.171892 59.010419 402.20835 58.447919 403.880225 56.119794 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path150" />
id="path125" />
<path
fill="none"
stroke-width="1.05"
@@ -736,7 +665,7 @@
stroke-miterlimit="10"
d="M 403.52085 55.510419 C 402.250017 59.250002 401.562517 62.130211 401.640642 63.510419 M 403.52085 55.510419 C 403.119808 58.437502 401.8021 61.208336 401.640642 63.510419 M 401.640642 63.510419 C 401.27085 62.218753 401.119808 61.937503 399.9896 59.739586 M 401.640642 63.510419 C 401.312517 62.421878 400.630225 61.328128 399.9896 59.739586 M 399.9896 59.739586 C 398.8021 59.390627 397.760433 58.979169 395.9896 58.802086 M 399.9896 59.739586 C 398.541683 59.411461 397.52085 59.187502 395.9896 58.802086 M 395.9896 58.802086 C 397.812517 57.421877 398.937517 57.182294 403.52085 55.510419 M 395.9896 58.802086 C 398.250017 57.609377 400.95835 56.380211 403.52085 55.510419 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path152" />
id="path127" />
<path
fill="none"
stroke-width="1.05"
@@ -747,7 +676,7 @@
stroke-miterlimit="10"
d="M 394.901058 137.260422 C 398.151058 112.57813 405.390642 84.078129 406.3021 70.651045 M 394.901058 137.260422 C 399.5521 113.500005 403.968767 88.640629 406.3021 70.651045 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path154" />
id="path129" />
<path
fill="none"
stroke-width="0.53"
@@ -758,7 +687,7 @@
stroke-miterlimit="10"
d="M 391.760433 134.640631 L 391.760433 134.640631 M 391.760433 134.640631 L 391.760433 134.640631 M 392.869808 139.770839 C 393.52085 139.208339 394.390641 138.260422 394.932308 137.390631 M 392.869808 139.770839 C 393.437516 139.140631 393.838558 138.817714 394.932308 137.390631 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path156" />
id="path131" />
<path
fill="none"
stroke-width="1.05"
@@ -769,7 +698,7 @@
stroke-miterlimit="10"
d="M 393.968766 142.697923 C 392.369808 139.302089 392.380225 136.838547 391.588558 134.838547 M 393.968766 142.697923 C 392.947933 139.791673 391.781266 136.187506 391.588558 134.838547 M 391.588558 134.838547 C 392.541683 135.328131 394.151058 136.421881 394.901058 137.260422 M 391.588558 134.838547 C 392.3021 135.500006 393.380225 136.109381 394.901058 137.260422 M 394.901058 137.260422 C 395.348975 137.421881 396.598975 136.609381 398.828142 136.078131 M 394.901058 137.260422 C 395.77085 136.958339 396.4896 136.958339 398.828142 136.078131 M 398.828142 136.078131 C 398.140642 138.250006 396.5521 140.208339 393.968766 142.697923 M 398.828142 136.078131 C 397.718767 137.932297 396.119808 139.869798 393.968766 142.697923 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path158" />
id="path133" />
<path
fill="none"
stroke-width="0.53"
@@ -780,7 +709,7 @@
stroke-miterlimit="10"
d="M 407.531267 64.859378 L 407.531267 64.859378 M 407.531267 64.859378 L 407.531267 64.859378 M 407.250017 71.578128 C 407.687517 71.19792 408.27085 70.567711 408.630225 69.989586 M 407.250017 71.578128 C 407.640642 71.161461 407.901059 70.937503 408.630225 69.989586 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path160" />
id="path135" />
<path
fill="none"
stroke-width="1.05"
@@ -791,7 +720,7 @@
stroke-miterlimit="10"
d="M 407.218767 65.208336 C 407.291684 67.411461 409.000017 70.552086 409.609392 73.067711 M 407.218767 65.208336 C 408.218767 68.44792 408.921892 71.04167 409.609392 73.067711 M 409.609392 73.067711 C 408.031267 71.781253 407.130225 71.020836 406.3021 70.651045 M 409.609392 73.067711 C 408.640642 72.47917 408.067725 71.880211 406.3021 70.651045 M 406.3021 70.651045 C 405.161475 71.22917 404.781267 70.911461 402.359392 71.828128 M 406.3021 70.651045 C 405.437517 70.781253 404.437517 71.302086 402.359392 71.828128 M 402.359392 71.828128 C 404.640642 70.01042 406.041684 67.890628 407.218767 65.208336 M 402.359392 71.828128 C 404.078142 69.770836 405.328142 67.828128 407.218767 65.208336 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path162" />
id="path137" />
<path
fill="none"
stroke-width="1.05"
@@ -802,7 +731,7 @@
stroke-miterlimit="10"
d="M 328.958347 34.718751 C 356.817723 38.979168 380.708349 41.328127 396.630225 46.140627 M 328.958347 34.718751 C 345.197931 36.447918 361.468765 40.489585 396.630225 46.140627 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path164" />
id="path139" />
<path
fill="none"
stroke-width="0.53"
@@ -813,7 +742,7 @@
stroke-miterlimit="10"
d="M 323.640639 33.671876 L 323.640639 33.671876 M 323.640639 33.671876 L 323.640639 33.671876 M 326.812514 36.432293 C 328.161472 34.578126 329.708347 33.359376 330.937514 31.671876 M 326.812514 36.432293 C 328.432305 34.947918 330.22918 32.781251 330.937514 31.671876 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path166" />
id="path141" />
<path
fill="none"
stroke-width="1.05"
@@ -824,7 +753,7 @@
stroke-miterlimit="10"
d="M 323.520847 33.802085 C 326.661472 32.88021 329.187514 33.062501 331.390639 31.401043 M 323.520847 33.802085 C 325.04168 33.401043 327.062514 32.697918 331.390639 31.401043 M 331.390639 31.401043 C 330.802097 32.031251 329.671889 33.63021 328.958347 34.718751 M 331.390639 31.401043 C 330.890639 32.06771 330.270847 32.708335 328.958347 34.718751 M 328.958347 34.718751 C 329.302097 35.750002 329.421889 36.66146 330.161472 38.640627 M 328.958347 34.718751 C 329.500014 35.81771 329.76043 37.109377 330.161472 38.640627 M 330.161472 38.640627 C 327.338555 36.13021 325.078139 35.218751 323.520847 33.802085 M 330.161472 38.640627 C 328.458347 37.338543 326.989597 36.239585 323.520847 33.802085 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path168" />
id="path143" />
<path
fill="none"
stroke-width="0.53"
@@ -835,7 +764,7 @@
stroke-miterlimit="10"
d="M 395.630225 41.989585 L 395.630225 41.989585 M 395.630225 41.989585 L 395.630225 41.989585 M 394.661475 49.500002 C 396.02085 47.651044 397.562517 46.432294 398.8021 44.750002 M 394.661475 49.500002 C 396.281267 48.020835 398.088558 45.859377 398.8021 44.750002 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path170" />
id="path145" />
<path
fill="none"
stroke-width="1.05"
@@ -846,25 +775,25 @@
stroke-miterlimit="10"
d="M 402.067725 47.052085 C 400.187517 47.708335 397.70835 49.432294 394.197933 49.458335 M 402.067725 47.052085 C 399.911475 47.901044 398.250017 48.31771 394.197933 49.458335 M 394.197933 49.458335 C 395.187516 48.010419 395.609392 47.489585 396.630225 46.140627 M 394.197933 49.458335 C 394.70835 48.81771 395.067725 48.119794 396.630225 46.140627 M 396.630225 46.140627 C 396.312517 44.947919 395.750017 43.640627 395.432308 42.208335 M 396.630225 46.140627 C 396.447933 44.750002 395.947933 43.541669 395.432308 42.208335 M 395.432308 42.208335 C 397.812517 43.56771 400.760433 46.468752 402.067725 47.052085 M 395.432308 42.208335 C 397.098975 43.302085 399.041683 44.682294 402.067725 47.052085 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path172" />
id="path147" />
<g
fill="#000000"
fill-opacity="1"
id="g176">
id="g151">
<use
xlink:href="#glyph-0-1"
x="25.164551"
y="177.1978"
id="use174" />
id="use149" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g180">
id="g155">
<use
xlink:href="#glyph-0-2"
x="260.65305"
y="177.1978"
id="use178" />
id="use153" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 79 KiB

After

Width:  |  Height:  |  Size: 66 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 135 KiB

After

Width:  |  Height:  |  Size: 127 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 245 KiB

After

Width:  |  Height:  |  Size: 236 KiB

View File

@@ -0,0 +1,888 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="690pt"
height="109.919998pt"
viewBox="0 0 690 109.919998"
version="1.1"
id="svg327"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs95">
<g
id="g93">
<g
id="glyph-0-0" />
<g
id="glyph-0-1">
<path
d="M 3 -11.171875 C 3.050781 -11.328125 3.125 -11.414063 3.21875 -11.4375 C 3.320313 -11.46875 3.4375 -11.484375 3.5625 -11.484375 C 3.757813 -11.484375 3.976563 -11.351563 4.21875 -11.09375 C 4.457031 -10.832031 4.703125 -10.484375 4.953125 -10.046875 C 5.210938 -9.617188 5.472656 -9.125 5.734375 -8.5625 C 5.992188 -8 6.242188 -7.421875 6.484375 -6.828125 C 6.722656 -6.234375 6.945313 -5.640625 7.15625 -5.046875 C 7.375 -4.453125 7.5625 -3.90625 7.71875 -3.40625 C 7.875 -2.90625 7.992188 -2.472656 8.078125 -2.109375 C 8.160156 -1.742188 8.203125 -1.492188 8.203125 -1.359375 C 8.203125 -1.222656 8.171875 -1.09375 8.109375 -0.96875 C 8.046875 -0.84375 7.9375 -0.78125 7.78125 -0.78125 C 7.675781 -0.78125 7.585938 -0.8125 7.515625 -0.875 C 7.441406 -0.945313 7.378906 -1.03125 7.328125 -1.125 C 7.273438 -1.21875 7.226563 -1.3125 7.1875 -1.40625 C 7.144531 -1.5 7.109375 -1.578125 7.078125 -1.640625 C 7.046875 -1.734375 6.972656 -1.910156 6.859375 -2.171875 C 6.753906 -2.441406 6.644531 -2.71875 6.53125 -3 C 6.414063 -3.289063 6.304688 -3.5625 6.203125 -3.8125 C 6.109375 -4.070313 6.039063 -4.253906 6 -4.359375 C 5.40625 -4.460938 4.804688 -4.554688 4.203125 -4.640625 C 3.609375 -4.734375 2.976563 -4.820313 2.3125 -4.90625 L 2.171875 -4.90625 C 1.867188 -3.59375 1.597656 -2.554688 1.359375 -1.796875 C 1.128906 -1.035156 0.9375 -0.492188 0.78125 -0.171875 C 0.625 0.148438 0.5 0.285156 0.40625 0.234375 C 0.320313 0.179688 0.265625 -0.0078125 0.234375 -0.34375 C 0.203125 -0.6875 0.207031 -1.132813 0.25 -1.6875 C 0.289063 -2.25 0.363281 -2.867188 0.46875 -3.546875 C 0.570313 -4.222656 0.695313 -4.925781 0.84375 -5.65625 C 1 -6.394531 1.1875 -7.109375 1.40625 -7.796875 C 1.625 -8.484375 1.863281 -9.117188 2.125 -9.703125 C 2.394531 -10.296875 2.6875 -10.785156 3 -11.171875 Z M 2.703125 -6.6875 C 2.703125 -6.375 2.800781 -6.144531 3 -6 C 3.207031 -5.851563 3.453125 -5.757813 3.734375 -5.71875 C 4.023438 -5.675781 4.328125 -5.65625 4.640625 -5.65625 C 4.960938 -5.664063 5.238281 -5.671875 5.46875 -5.671875 C 5.46875 -6.015625 5.410156 -6.382813 5.296875 -6.78125 C 5.191406 -7.175781 5.050781 -7.566406 4.875 -7.953125 C 4.707031 -8.335938 4.53125 -8.710938 4.34375 -9.078125 C 4.15625 -9.453125 3.976563 -9.789063 3.8125 -10.09375 C 3.71875 -10 3.617188 -9.828125 3.515625 -9.578125 C 3.410156 -9.328125 3.304688 -9.046875 3.203125 -8.734375 C 3.097656 -8.421875 3 -8.113281 2.90625 -7.8125 C 2.820313 -7.519531 2.757813 -7.28125 2.71875 -7.09375 C 2.71875 -7.070313 2.710938 -7.007813 2.703125 -6.90625 C 2.703125 -6.800781 2.703125 -6.726563 2.703125 -6.6875 Z M 2.703125 -6.6875 "
id="path3" />
</g>
<g
id="glyph-0-2">
<path
d="M 0 -3.828125 C 0 -4.179688 0.078125 -4.550781 0.234375 -4.9375 C 0.390625 -5.332031 0.597656 -5.6875 0.859375 -6 C 1.128906 -6.320313 1.4375 -6.585938 1.78125 -6.796875 C 2.125 -7.015625 2.484375 -7.125 2.859375 -7.125 C 3.054688 -7.125 3.25 -7.085938 3.4375 -7.015625 C 3.632813 -6.953125 3.8125 -6.859375 3.96875 -6.734375 C 4.132813 -6.609375 4.265625 -6.453125 4.359375 -6.265625 C 4.453125 -6.085938 4.5 -5.890625 4.5 -5.671875 C 4.351563 -5.671875 4.21875 -5.6875 4.09375 -5.71875 C 3.96875 -5.757813 3.84375 -5.800781 3.71875 -5.84375 C 3.601563 -5.894531 3.488281 -5.9375 3.375 -5.96875 C 3.257813 -6 3.132813 -6.015625 3 -6.015625 C 2.65625 -6.015625 2.375 -5.925781 2.15625 -5.75 C 1.9375 -5.582031 1.765625 -5.363281 1.640625 -5.09375 C 1.515625 -4.832031 1.425781 -4.550781 1.375 -4.25 C 1.332031 -3.957031 1.3125 -3.675781 1.3125 -3.40625 C 1.3125 -3.363281 1.3125 -3.28125 1.3125 -3.15625 C 1.320313 -3.039063 1.328125 -2.914063 1.328125 -2.78125 C 1.335938 -2.65625 1.34375 -2.53125 1.34375 -2.40625 C 1.34375 -2.289063 1.347656 -2.210938 1.359375 -2.171875 C 1.453125 -1.972656 1.539063 -1.816406 1.625 -1.703125 C 1.71875 -1.597656 1.816406 -1.515625 1.921875 -1.453125 C 2.023438 -1.398438 2.132813 -1.367188 2.25 -1.359375 C 2.375 -1.347656 2.515625 -1.34375 2.671875 -1.34375 C 2.890625 -1.34375 3.082031 -1.375 3.25 -1.4375 C 3.414063 -1.507813 3.570313 -1.585938 3.71875 -1.671875 C 3.863281 -1.765625 4 -1.867188 4.125 -1.984375 C 4.25 -2.097656 4.378906 -2.203125 4.515625 -2.296875 C 4.660156 -2.398438 4.816406 -2.484375 4.984375 -2.546875 C 5.148438 -2.609375 5.335938 -2.640625 5.546875 -2.640625 C 5.546875 -2.222656 5.472656 -1.851563 5.328125 -1.53125 C 5.179688 -1.21875 4.972656 -0.945313 4.703125 -0.71875 C 4.429688 -0.488281 4.113281 -0.3125 3.75 -0.1875 C 3.394531 -0.0625 3.003906 0 2.578125 0 C 2.179688 0 1.820313 -0.132813 1.5 -0.40625 C 1.1875 -0.675781 0.914063 -1.007813 0.6875 -1.40625 C 0.46875 -1.800781 0.296875 -2.21875 0.171875 -2.65625 C 0.0546875 -3.101563 0 -3.492188 0 -3.828125 Z M 0 -3.828125 "
id="path6" />
</g>
<g
id="glyph-0-3">
<path
d="M -0.03125 -6.40625 C -0.03125 -6.4375 -0.0234375 -6.460938 -0.015625 -6.484375 C -0.015625 -6.492188 -0.0078125 -6.515625 0 -6.546875 C 0.03125 -6.585938 0.078125 -6.640625 0.140625 -6.703125 C 0.210938 -6.773438 0.257813 -6.8125 0.28125 -6.8125 L 2.84375 -6.8125 C 2.84375 -6.90625 2.828125 -7.050781 2.796875 -7.25 C 2.773438 -7.457031 2.753906 -7.679688 2.734375 -7.921875 C 2.710938 -8.171875 2.703125 -8.425781 2.703125 -8.6875 C 2.710938 -8.957031 2.75 -9.203125 2.8125 -9.421875 C 2.882813 -9.640625 2.988281 -9.816406 3.125 -9.953125 C 3.257813 -10.097656 3.457031 -10.171875 3.71875 -10.171875 C 3.71875 -9.304688 3.773438 -8.613281 3.890625 -8.09375 C 4.015625 -7.582031 4.175781 -7.1875 4.375 -6.90625 C 4.570313 -6.625 4.796875 -6.441406 5.046875 -6.359375 C 5.304688 -6.273438 5.566406 -6.238281 5.828125 -6.25 C 6.097656 -6.269531 6.359375 -6.3125 6.609375 -6.375 C 6.867188 -6.445313 7.097656 -6.492188 7.296875 -6.515625 C 7.492188 -6.535156 7.648438 -6.515625 7.765625 -6.453125 C 7.890625 -6.390625 7.953125 -6.238281 7.953125 -6 C 7.953125 -5.820313 7.910156 -5.695313 7.828125 -5.625 C 7.753906 -5.550781 7.601563 -5.492188 7.375 -5.453125 C 7.300781 -5.441406 7.1875 -5.425781 7.03125 -5.40625 C 6.875 -5.382813 6.695313 -5.363281 6.5 -5.34375 C 6.300781 -5.320313 6.09375 -5.300781 5.875 -5.28125 C 5.65625 -5.257813 5.445313 -5.238281 5.25 -5.21875 C 5.0625 -5.207031 4.882813 -5.195313 4.71875 -5.1875 C 4.5625 -5.1875 4.441406 -5.1875 4.359375 -5.1875 C 4.359375 -5.144531 4.351563 -5.070313 4.34375 -4.96875 C 4.34375 -4.875 4.34375 -4.804688 4.34375 -4.765625 C 4.34375 -4.398438 4.398438 -4.039063 4.515625 -3.6875 C 4.640625 -3.332031 4.769531 -2.976563 4.90625 -2.625 C 5.039063 -2.28125 5.164063 -1.929688 5.28125 -1.578125 C 5.40625 -1.234375 5.46875 -0.878906 5.46875 -0.515625 C 5.46875 -0.441406 5.460938 -0.367188 5.453125 -0.296875 C 5.441406 -0.222656 5.414063 -0.160156 5.375 -0.109375 C 5.332031 -0.0546875 5.273438 -0.015625 5.203125 0.015625 C 5.140625 0.046875 5.039063 0.0390625 4.90625 0 C 4.582031 -0.0820313 4.34375 -0.265625 4.1875 -0.546875 C 4.03125 -0.828125 3.914063 -1.160156 3.84375 -1.546875 C 3.769531 -1.929688 3.71875 -2.335938 3.6875 -2.765625 C 3.664063 -3.203125 3.625 -3.609375 3.5625 -3.984375 C 3.507813 -4.367188 3.421875 -4.691406 3.296875 -4.953125 C 3.179688 -5.222656 2.992188 -5.390625 2.734375 -5.453125 L 0.28125 -6 C 0.25 -6 0.195313 -6.035156 0.125 -6.109375 C 0.0625 -6.179688 0.0195313 -6.238281 0 -6.28125 C -0.0078125 -6.289063 -0.015625 -6.3125 -0.015625 -6.34375 C -0.0234375 -6.351563 -0.03125 -6.375 -0.03125 -6.40625 Z M -0.03125 -6.40625 "
id="path9" />
</g>
<g
id="glyph-0-4">
<path
d="M 0.78125 -4.765625 C 0.78125 -4.816406 0.78125 -4.898438 0.78125 -5.015625 C 0.789063 -5.128906 0.796875 -5.25 0.796875 -5.375 C 0.804688 -5.507813 0.8125 -5.632813 0.8125 -5.75 C 0.820313 -5.875 0.828125 -5.957031 0.828125 -6 C 0.921875 -6.132813 1.039063 -6.242188 1.1875 -6.328125 C 1.332031 -6.421875 1.484375 -6.492188 1.640625 -6.546875 C 1.671875 -6.085938 1.742188 -5.597656 1.859375 -5.078125 C 1.972656 -4.554688 2.097656 -4.035156 2.234375 -3.515625 C 2.367188 -2.992188 2.488281 -2.476563 2.59375 -1.96875 C 2.707031 -1.457031 2.765625 -0.984375 2.765625 -0.546875 C 2.765625 -0.160156 2.566406 0.03125 2.171875 0.03125 C 1.929688 0.03125 1.734375 -0.0664063 1.578125 -0.265625 C 1.421875 -0.460938 1.289063 -0.710938 1.1875 -1.015625 C 1.09375 -1.316406 1.015625 -1.648438 0.953125 -2.015625 C 0.890625 -2.390625 0.847656 -2.753906 0.828125 -3.109375 C 0.804688 -3.460938 0.789063 -3.785156 0.78125 -4.078125 C 0.78125 -4.378906 0.78125 -4.609375 0.78125 -4.765625 Z M 0.96875 -9.546875 C 1.125 -9.472656 1.257813 -9.359375 1.375 -9.203125 C 1.488281 -9.054688 1.535156 -8.921875 1.515625 -8.796875 C 1.503906 -8.671875 1.410156 -8.582031 1.234375 -8.53125 C 1.054688 -8.488281 0.757813 -8.539063 0.34375 -8.6875 C 0.34375 -8.914063 0.382813 -9.113281 0.46875 -9.28125 C 0.5625 -9.457031 0.726563 -9.546875 0.96875 -9.546875 Z M 0.96875 -9.546875 "
id="path12" />
</g>
<g
id="glyph-0-5">
<path
d="M 0.171875 -6.625 C 0.234375 -6.832031 0.304688 -6.925781 0.390625 -6.90625 C 0.472656 -6.894531 0.570313 -6.796875 0.6875 -6.609375 C 0.800781 -6.429688 0.929688 -6.191406 1.078125 -5.890625 C 1.234375 -5.597656 1.394531 -5.28125 1.5625 -4.9375 C 1.726563 -4.59375 1.910156 -4.242188 2.109375 -3.890625 C 2.316406 -3.535156 2.523438 -3.207031 2.734375 -2.90625 C 2.953125 -2.613281 3.179688 -2.367188 3.421875 -2.171875 C 3.671875 -1.984375 3.921875 -1.867188 4.171875 -1.828125 L 5.1875 -7.09375 C 5.207031 -7.238281 5.273438 -7.320313 5.390625 -7.34375 C 5.503906 -7.363281 5.617188 -7.375 5.734375 -7.375 C 6.109375 -7.375 6.296875 -7.195313 6.296875 -6.84375 C 6.296875 -6.65625 6.28125 -6.359375 6.25 -5.953125 C 6.21875 -5.546875 6.160156 -5.097656 6.078125 -4.609375 C 6.003906 -4.117188 5.910156 -3.617188 5.796875 -3.109375 C 5.691406 -2.597656 5.5625 -2.128906 5.40625 -1.703125 C 5.25 -1.273438 5.070313 -0.925781 4.875 -0.65625 C 4.675781 -0.382813 4.457031 -0.25 4.21875 -0.25 C 3.875 -0.25 3.53125 -0.363281 3.1875 -0.59375 C 2.851563 -0.832031 2.535156 -1.140625 2.234375 -1.515625 C 1.929688 -1.898438 1.65625 -2.320313 1.40625 -2.78125 C 1.15625 -3.25 0.9375 -3.71875 0.75 -4.1875 C 0.570313 -4.664063 0.429688 -5.117188 0.328125 -5.546875 C 0.222656 -5.984375 0.171875 -6.34375 0.171875 -6.625 Z M 0.171875 -6.625 "
id="path15" />
</g>
<g
id="glyph-0-6">
<path
d="M 0.25 -3.53125 C 0.25 -3.988281 0.300781 -4.445313 0.40625 -4.90625 C 0.519531 -5.363281 0.695313 -5.773438 0.9375 -6.140625 C 1.1875 -6.503906 1.503906 -6.800781 1.890625 -7.03125 C 2.273438 -7.257813 2.742188 -7.375 3.296875 -7.375 C 3.609375 -7.375 3.882813 -7.316406 4.125 -7.203125 C 4.363281 -7.085938 4.5625 -6.9375 4.71875 -6.75 C 4.882813 -6.570313 5.003906 -6.359375 5.078125 -6.109375 C 5.160156 -5.859375 5.203125 -5.59375 5.203125 -5.3125 C 5.203125 -4.882813 5.101563 -4.46875 4.90625 -4.0625 C 4.707031 -3.65625 4.4375 -3.296875 4.09375 -2.984375 C 3.757813 -2.671875 3.375 -2.4375 2.9375 -2.28125 C 2.507813 -2.125 2.070313 -2.085938 1.625 -2.171875 C 1.632813 -1.929688 1.71875 -1.734375 1.875 -1.578125 C 2.03125 -1.429688 2.21875 -1.316406 2.4375 -1.234375 C 2.664063 -1.160156 2.894531 -1.113281 3.125 -1.09375 C 3.363281 -1.070313 3.578125 -1.0625 3.765625 -1.0625 C 3.960938 -1.0625 4.144531 -1.078125 4.3125 -1.109375 C 4.476563 -1.148438 4.644531 -1.191406 4.8125 -1.234375 C 4.988281 -1.273438 5.160156 -1.3125 5.328125 -1.34375 C 5.503906 -1.382813 5.691406 -1.40625 5.890625 -1.40625 C 5.960938 -1.40625 6.035156 -1.398438 6.109375 -1.390625 C 6.191406 -1.378906 6.265625 -1.359375 6.328125 -1.328125 C 6.398438 -1.296875 6.457031 -1.25 6.5 -1.1875 C 6.539063 -1.125 6.5625 -1.046875 6.5625 -0.953125 C 6.5625 -0.796875 6.5 -0.660156 6.375 -0.546875 C 6.257813 -0.441406 6.109375 -0.351563 5.921875 -0.28125 C 5.742188 -0.207031 5.546875 -0.148438 5.328125 -0.109375 C 5.109375 -0.0664063 4.894531 -0.0351563 4.6875 -0.015625 C 4.476563 0.00390625 4.285156 0.015625 4.109375 0.015625 C 3.941406 0.0234375 3.816406 0.03125 3.734375 0.03125 C 3.191406 0.03125 2.703125 -0.0546875 2.265625 -0.234375 C 1.828125 -0.410156 1.457031 -0.648438 1.15625 -0.953125 C 0.863281 -1.265625 0.640625 -1.640625 0.484375 -2.078125 C 0.328125 -2.515625 0.25 -3 0.25 -3.53125 Z M 1.609375 -4.359375 C 1.609375 -4.066406 1.644531 -3.851563 1.71875 -3.71875 C 1.800781 -3.582031 2 -3.515625 2.3125 -3.515625 C 2.53125 -3.515625 2.742188 -3.550781 2.953125 -3.625 C 3.171875 -3.707031 3.367188 -3.820313 3.546875 -3.96875 C 3.722656 -4.113281 3.859375 -4.28125 3.953125 -4.46875 C 4.054688 -4.664063 4.109375 -4.878906 4.109375 -5.109375 C 4.109375 -5.242188 4.097656 -5.378906 4.078125 -5.515625 C 4.054688 -5.648438 4.007813 -5.773438 3.9375 -5.890625 C 3.875 -6.003906 3.789063 -6.097656 3.6875 -6.171875 C 3.582031 -6.242188 3.441406 -6.28125 3.265625 -6.28125 C 3.015625 -6.28125 2.785156 -6.222656 2.578125 -6.109375 C 2.367188 -5.992188 2.191406 -5.84375 2.046875 -5.65625 C 1.898438 -5.476563 1.789063 -5.273438 1.71875 -5.046875 C 1.644531 -4.816406 1.609375 -4.585938 1.609375 -4.359375 Z M 1.609375 -4.359375 "
id="path18" />
</g>
<g
id="glyph-0-7">
<path
d="M 2.453125 -0.546875 C 2.453125 -0.648438 2.488281 -0.765625 2.5625 -0.890625 C 2.644531 -1.015625 2.738281 -1.128906 2.84375 -1.234375 C 2.945313 -1.347656 3.0625 -1.441406 3.1875 -1.515625 C 3.3125 -1.597656 3.425781 -1.640625 3.53125 -1.640625 C 3.550781 -1.640625 3.597656 -1.601563 3.671875 -1.53125 C 3.742188 -1.457031 3.796875 -1.398438 3.828125 -1.359375 C 3.847656 -1.335938 3.867188 -1.296875 3.890625 -1.234375 C 3.921875 -1.179688 3.953125 -1.125 3.984375 -1.0625 C 4.015625 -1.007813 4.035156 -0.957031 4.046875 -0.90625 C 4.066406 -0.863281 4.078125 -0.835938 4.078125 -0.828125 C 4.078125 -0.660156 4.054688 -0.535156 4.015625 -0.453125 C 3.972656 -0.378906 3.914063 -0.328125 3.84375 -0.296875 C 3.78125 -0.265625 3.703125 -0.25 3.609375 -0.25 C 3.523438 -0.25 3.429688 -0.25 3.328125 -0.25 C 3.296875 -0.25 3.234375 -0.242188 3.140625 -0.234375 C 3.046875 -0.234375 2.945313 -0.238281 2.84375 -0.25 C 2.738281 -0.269531 2.644531 -0.296875 2.5625 -0.328125 C 2.488281 -0.367188 2.453125 -0.441406 2.453125 -0.546875 Z M 1.609375 -5.46875 C 1.609375 -5.78125 1.664063 -6.066406 1.78125 -6.328125 C 1.90625 -6.597656 2.035156 -6.859375 2.171875 -7.109375 C 2.316406 -7.367188 2.453125 -7.628906 2.578125 -7.890625 C 2.703125 -8.160156 2.765625 -8.445313 2.765625 -8.75 C 2.765625 -8.863281 2.734375 -8.96875 2.671875 -9.0625 C 2.609375 -9.164063 2.53125 -9.253906 2.4375 -9.328125 C 2.34375 -9.398438 2.234375 -9.457031 2.109375 -9.5 C 1.992188 -9.539063 1.878906 -9.5625 1.765625 -9.5625 C 1.609375 -9.5625 1.457031 -9.515625 1.3125 -9.421875 C 1.175781 -9.335938 1.046875 -9.238281 0.921875 -9.125 C 0.804688 -9.007813 0.695313 -8.890625 0.59375 -8.765625 C 0.488281 -8.640625 0.382813 -8.535156 0.28125 -8.453125 C 0.257813 -8.429688 0.203125 -8.410156 0.109375 -8.390625 C 0.015625 -8.378906 -0.046875 -8.375 -0.078125 -8.375 C -0.078125 -8.707031 -0.0351563 -9.007813 0.046875 -9.28125 C 0.140625 -9.5625 0.273438 -9.804688 0.453125 -10.015625 C 0.628906 -10.222656 0.851563 -10.382813 1.125 -10.5 C 1.394531 -10.613281 1.695313 -10.671875 2.03125 -10.671875 C 2.269531 -10.671875 2.515625 -10.613281 2.765625 -10.5 C 3.015625 -10.382813 3.238281 -10.234375 3.4375 -10.046875 C 3.632813 -9.867188 3.796875 -9.664063 3.921875 -9.4375 C 4.046875 -9.207031 4.109375 -8.972656 4.109375 -8.734375 C 4.109375 -8.421875 4.066406 -8.140625 3.984375 -7.890625 C 3.910156 -7.640625 3.816406 -7.40625 3.703125 -7.1875 C 3.585938 -6.976563 3.472656 -6.769531 3.359375 -6.5625 C 3.242188 -6.363281 3.140625 -6.148438 3.046875 -5.921875 C 2.960938 -5.703125 2.910156 -5.46875 2.890625 -5.21875 C 2.878906 -4.96875 2.914063 -4.679688 3 -4.359375 C 2.988281 -4.335938 2.957031 -4.3125 2.90625 -4.28125 C 2.851563 -4.25 2.796875 -4.21875 2.734375 -4.1875 C 2.679688 -4.164063 2.628906 -4.140625 2.578125 -4.109375 C 2.523438 -4.085938 2.484375 -4.078125 2.453125 -4.078125 C 2.265625 -4.078125 2.113281 -4.125 2 -4.21875 C 1.894531 -4.320313 1.8125 -4.441406 1.75 -4.578125 C 1.6875 -4.722656 1.644531 -4.875 1.625 -5.03125 C 1.613281 -5.195313 1.609375 -5.34375 1.609375 -5.46875 Z M 1.609375 -5.46875 "
id="path21" />
</g>
<g
id="glyph-0-8">
<path
d="M 4.078125 -1.765625 C 4.078125 -2.210938 4.019531 -2.695313 3.90625 -3.21875 C 3.800781 -3.75 3.6875 -4.289063 3.5625 -4.84375 C 3.4375 -5.394531 3.3125 -5.941406 3.1875 -6.484375 C 3.070313 -7.035156 3.007813 -7.554688 3 -8.046875 L 0.171875 -8.046875 C 0.171875 -8.109375 0.171875 -8.203125 0.171875 -8.328125 C 0.171875 -8.460938 0.179688 -8.59375 0.203125 -8.71875 C 0.222656 -8.851563 0.257813 -8.972656 0.3125 -9.078125 C 0.363281 -9.179688 0.441406 -9.25 0.546875 -9.28125 L 7.546875 -9.28125 C 7.535156 -9.007813 7.476563 -8.800781 7.375 -8.65625 C 7.28125 -8.507813 7.148438 -8.394531 6.984375 -8.3125 C 6.816406 -8.238281 6.628906 -8.191406 6.421875 -8.171875 C 6.222656 -8.148438 6.019531 -8.125 5.8125 -8.09375 C 5.613281 -8.070313 5.414063 -8.039063 5.21875 -8 C 5.019531 -7.96875 4.847656 -7.894531 4.703125 -7.78125 C 4.566406 -7.675781 4.460938 -7.523438 4.390625 -7.328125 C 4.316406 -7.140625 4.300781 -6.882813 4.34375 -6.5625 C 4.34375 -6.382813 4.351563 -6.148438 4.375 -5.859375 C 4.40625 -5.566406 4.445313 -5.25 4.5 -4.90625 C 4.5625 -4.570313 4.640625 -4.234375 4.734375 -3.890625 C 4.828125 -3.546875 4.941406 -3.226563 5.078125 -2.9375 C 5.222656 -2.65625 5.382813 -2.425781 5.5625 -2.25 C 5.75 -2.082031 5.960938 -2 6.203125 -2 C 6.378906 -1.976563 6.597656 -1.972656 6.859375 -1.984375 C 7.128906 -2.003906 7.398438 -2.015625 7.671875 -2.015625 C 7.941406 -2.023438 8.195313 -2.019531 8.4375 -2 C 8.6875 -1.988281 8.863281 -1.941406 8.96875 -1.859375 C 9.082031 -1.773438 9.109375 -1.648438 9.046875 -1.484375 C 8.984375 -1.316406 8.796875 -1.09375 8.484375 -0.8125 C 7.941406 -0.613281 7.390625 -0.476563 6.828125 -0.40625 C 6.273438 -0.332031 5.71875 -0.289063 5.15625 -0.28125 C 4.601563 -0.28125 4.046875 -0.289063 3.484375 -0.3125 C 2.921875 -0.332031 2.363281 -0.34375 1.8125 -0.34375 C 1.5 -0.726563 1.3125 -1.019531 1.25 -1.21875 C 1.195313 -1.425781 1.222656 -1.566406 1.328125 -1.640625 C 1.429688 -1.722656 1.597656 -1.765625 1.828125 -1.765625 C 2.066406 -1.773438 2.320313 -1.769531 2.59375 -1.75 C 2.863281 -1.726563 3.132813 -1.710938 3.40625 -1.703125 C 3.675781 -1.691406 3.898438 -1.710938 4.078125 -1.765625 Z M 4.078125 -1.765625 "
id="path24" />
</g>
<g
id="glyph-0-9">
<path
d="M 0.25 -4.28125 C 0.25 -4.507813 0.300781 -4.671875 0.40625 -4.765625 C 0.519531 -4.859375 0.703125 -4.90625 0.953125 -4.90625 L 1.078125 -4.90625 C 1.109375 -4.769531 1.140625 -4.613281 1.171875 -4.4375 C 1.203125 -4.257813 1.25 -4.078125 1.3125 -3.890625 C 1.382813 -3.703125 1.46875 -3.53125 1.5625 -3.375 C 1.65625 -3.21875 1.769531 -3.09375 1.90625 -3 C 1.914063 -3.300781 1.988281 -3.585938 2.125 -3.859375 C 2.269531 -4.140625 2.445313 -4.382813 2.65625 -4.59375 C 2.863281 -4.8125 3.09375 -4.992188 3.34375 -5.140625 C 3.59375 -5.296875 3.835938 -5.398438 4.078125 -5.453125 L 4.359375 -5.453125 C 4.765625 -5.453125 5.113281 -5.359375 5.40625 -5.171875 C 5.695313 -4.992188 5.9375 -4.753906 6.125 -4.453125 C 6.3125 -4.160156 6.457031 -3.828125 6.5625 -3.453125 C 6.664063 -3.085938 6.742188 -2.710938 6.796875 -2.328125 C 6.859375 -1.941406 6.894531 -1.566406 6.90625 -1.203125 C 6.914063 -0.835938 6.921875 -0.53125 6.921875 -0.28125 L 6 -0.28125 C 5.945313 -0.789063 5.878906 -1.28125 5.796875 -1.75 C 5.773438 -1.925781 5.742188 -2.117188 5.703125 -2.328125 C 5.660156 -2.535156 5.613281 -2.726563 5.5625 -2.90625 C 5.507813 -3.09375 5.453125 -3.265625 5.390625 -3.421875 C 5.335938 -3.585938 5.269531 -3.722656 5.1875 -3.828125 C 5.15625 -3.859375 5.109375 -3.90625 5.046875 -3.96875 C 4.992188 -4.03125 4.9375 -4.085938 4.875 -4.140625 C 4.820313 -4.203125 4.769531 -4.253906 4.71875 -4.296875 C 4.664063 -4.335938 4.632813 -4.359375 4.625 -4.359375 C 4.375 -4.429688 4.15625 -4.382813 3.96875 -4.21875 C 3.78125 -4.050781 3.613281 -3.828125 3.46875 -3.546875 C 3.332031 -3.265625 3.21875 -2.945313 3.125 -2.59375 C 3.03125 -2.238281 2.953125 -1.894531 2.890625 -1.5625 C 2.835938 -1.238281 2.796875 -0.957031 2.765625 -0.71875 C 2.742188 -0.476563 2.726563 -0.332031 2.71875 -0.28125 C 2.507813 -0.125 2.3125 -0.078125 2.125 -0.140625 C 1.9375 -0.203125 1.757813 -0.335938 1.59375 -0.546875 C 1.425781 -0.753906 1.273438 -1.007813 1.140625 -1.3125 C 1.015625 -1.613281 0.894531 -1.9375 0.78125 -2.28125 C 0.675781 -2.625 0.578125 -2.96875 0.484375 -3.3125 C 0.398438 -3.664063 0.320313 -3.988281 0.25 -4.28125 Z M 0.25 -4.28125 "
id="path27" />
</g>
<g
id="glyph-0-10" />
<g
id="glyph-0-11">
<path
d="M 0.5625 -7.203125 C 0.5625 -7.453125 0.539063 -7.691406 0.5 -7.921875 C 0.46875 -8.148438 0.460938 -8.351563 0.484375 -8.53125 C 0.503906 -8.71875 0.570313 -8.867188 0.6875 -8.984375 C 0.800781 -9.097656 1.007813 -9.15625 1.3125 -9.15625 C 1.40625 -8.957031 1.492188 -8.65625 1.578125 -8.25 C 1.671875 -7.851563 1.757813 -7.394531 1.84375 -6.875 C 1.925781 -6.363281 2.003906 -5.800781 2.078125 -5.1875 C 2.160156 -4.582031 2.234375 -3.972656 2.296875 -3.359375 C 2.359375 -2.753906 2.410156 -2.15625 2.453125 -1.5625 C 2.503906 -0.976563 2.546875 -0.445313 2.578125 0.03125 C 2.296875 0.21875 2.066406 0.226563 1.890625 0.0625 C 1.722656 -0.09375 1.582031 -0.363281 1.46875 -0.75 C 1.363281 -1.132813 1.28125 -1.601563 1.21875 -2.15625 C 1.15625 -2.707031 1.097656 -3.28125 1.046875 -3.875 C 0.992188 -4.476563 0.925781 -5.070313 0.84375 -5.65625 C 0.769531 -6.238281 0.675781 -6.753906 0.5625 -7.203125 Z M 0.5625 -7.203125 "
id="path31" />
</g>
<g
id="glyph-0-12">
<path
d="M 5.734375 -1.640625 C 5.410156 -1.421875 5.128906 -1.222656 4.890625 -1.046875 C 4.660156 -0.867188 4.429688 -0.722656 4.203125 -0.609375 C 3.984375 -0.492188 3.75 -0.40625 3.5 -0.34375 C 3.25 -0.28125 2.941406 -0.25 2.578125 -0.25 C 1.796875 -0.25 1.210938 -0.457031 0.828125 -0.875 C 0.441406 -1.300781 0.25 -1.929688 0.25 -2.765625 C 0.25 -3.085938 0.289063 -3.421875 0.375 -3.765625 C 0.46875 -4.109375 0.59375 -4.453125 0.75 -4.796875 C 0.914063 -5.140625 1.113281 -5.46875 1.34375 -5.78125 C 1.570313 -6.09375 1.832031 -6.367188 2.125 -6.609375 C 2.414063 -6.847656 2.722656 -7.035156 3.046875 -7.171875 C 3.367188 -7.304688 3.710938 -7.375 4.078125 -7.375 C 4.691406 -7.320313 5.171875 -7.171875 5.515625 -6.921875 C 5.867188 -6.679688 6.132813 -6.375 6.3125 -6 C 6.488281 -5.625 6.609375 -5.203125 6.671875 -4.734375 C 6.742188 -4.273438 6.796875 -3.800781 6.828125 -3.3125 C 6.867188 -2.820313 6.921875 -2.328125 6.984375 -1.828125 C 7.046875 -1.335938 7.171875 -0.882813 7.359375 -0.46875 C 7.242188 -0.1875 7.132813 0.0078125 7.03125 0.125 C 6.9375 0.238281 6.832031 0.253906 6.71875 0.171875 C 6.601563 0.0976563 6.460938 -0.0820313 6.296875 -0.375 C 6.140625 -0.675781 5.953125 -1.097656 5.734375 -1.640625 Z M 1.34375 -2.734375 C 1.34375 -2.253906 1.429688 -1.898438 1.609375 -1.671875 C 1.796875 -1.453125 2.117188 -1.34375 2.578125 -1.34375 C 2.929688 -1.34375 3.265625 -1.398438 3.578125 -1.515625 C 3.898438 -1.640625 4.175781 -1.8125 4.40625 -2.03125 C 4.644531 -2.25 4.835938 -2.507813 4.984375 -2.8125 C 5.128906 -3.113281 5.203125 -3.453125 5.203125 -3.828125 C 5.203125 -3.984375 5.207031 -4.195313 5.21875 -4.46875 C 5.226563 -4.75 5.210938 -5.023438 5.171875 -5.296875 C 5.128906 -5.566406 5.046875 -5.800781 4.921875 -6 C 4.804688 -6.195313 4.628906 -6.296875 4.390625 -6.296875 C 3.953125 -6.296875 3.546875 -6.179688 3.171875 -5.953125 C 2.796875 -5.734375 2.472656 -5.445313 2.203125 -5.09375 C 1.929688 -4.75 1.71875 -4.367188 1.5625 -3.953125 C 1.414063 -3.535156 1.34375 -3.128906 1.34375 -2.734375 Z M 1.34375 -2.734375 "
id="path34" />
</g>
<g
id="glyph-0-13">
<path
d="M 2.71875 -0.25 C 2.582031 -0.132813 2.441406 -0.191406 2.296875 -0.421875 C 2.148438 -0.648438 2 -0.992188 1.84375 -1.453125 C 1.6875 -1.921875 1.535156 -2.472656 1.390625 -3.109375 C 1.242188 -3.753906 1.101563 -4.4375 0.96875 -5.15625 C 0.832031 -5.882813 0.703125 -6.617188 0.578125 -7.359375 C 0.453125 -8.097656 0.34375 -8.796875 0.25 -9.453125 C 0.25 -9.578125 0.242188 -9.695313 0.234375 -9.8125 C 0.234375 -9.9375 0.25 -10.050781 0.28125 -10.15625 C 0.3125 -10.269531 0.367188 -10.367188 0.453125 -10.453125 C 0.535156 -10.535156 0.660156 -10.597656 0.828125 -10.640625 C 0.847656 -10.648438 0.882813 -10.644531 0.9375 -10.625 C 0.988281 -10.601563 1.046875 -10.578125 1.109375 -10.546875 C 1.171875 -10.515625 1.222656 -10.476563 1.265625 -10.4375 C 1.316406 -10.40625 1.347656 -10.378906 1.359375 -10.359375 C 1.253906 -8.773438 1.4375 -7.234375 1.90625 -5.734375 C 1.9375 -5.753906 2.003906 -5.835938 2.109375 -5.984375 C 2.222656 -6.128906 2.363281 -6.300781 2.53125 -6.5 C 2.695313 -6.707031 2.890625 -6.925781 3.109375 -7.15625 C 3.328125 -7.382813 3.554688 -7.59375 3.796875 -7.78125 C 4.035156 -7.976563 4.269531 -8.140625 4.5 -8.265625 C 4.738281 -8.398438 4.96875 -8.46875 5.1875 -8.46875 C 5.320313 -8.46875 5.445313 -8.4375 5.5625 -8.375 C 5.6875 -8.320313 5.75 -8.210938 5.75 -8.046875 C 5.75 -8.023438 5.742188 -8 5.734375 -7.96875 C 5.734375 -7.9375 5.734375 -7.914063 5.734375 -7.90625 C 5.585938 -7.78125 5.378906 -7.59375 5.109375 -7.34375 C 4.835938 -7.101563 4.546875 -6.828125 4.234375 -6.515625 C 3.929688 -6.210938 3.640625 -5.894531 3.359375 -5.5625 C 3.078125 -5.238281 2.863281 -4.925781 2.71875 -4.625 C 2.695313 -4.582031 2.6875 -4.539063 2.6875 -4.5 C 2.695313 -4.457031 2.707031 -4.410156 2.71875 -4.359375 C 2.8125 -4.328125 2.957031 -4.273438 3.15625 -4.203125 C 3.363281 -4.140625 3.59375 -4.0625 3.84375 -3.96875 C 4.09375 -3.882813 4.351563 -3.789063 4.625 -3.6875 C 4.90625 -3.59375 5.171875 -3.5 5.421875 -3.40625 C 5.671875 -3.3125 5.894531 -3.226563 6.09375 -3.15625 C 6.289063 -3.082031 6.441406 -3.03125 6.546875 -3 C 6.660156 -2.945313 6.753906 -2.910156 6.828125 -2.890625 C 6.910156 -2.878906 6.972656 -2.859375 7.015625 -2.828125 C 7.054688 -2.796875 7.082031 -2.753906 7.09375 -2.703125 C 7.113281 -2.660156 7.125 -2.585938 7.125 -2.484375 C 7.125 -2.234375 7.0625 -2.070313 6.9375 -2 C 6.820313 -1.925781 6.65625 -1.890625 6.4375 -1.890625 C 5.78125 -1.929688 5.140625 -2.066406 4.515625 -2.296875 C 3.890625 -2.523438 3.253906 -2.804688 2.609375 -3.140625 C 2.585938 -2.984375 2.597656 -2.796875 2.640625 -2.578125 C 2.679688 -2.367188 2.738281 -2.15625 2.8125 -1.9375 C 2.882813 -1.726563 2.953125 -1.519531 3.015625 -1.3125 C 3.078125 -1.113281 3.113281 -0.929688 3.125 -0.765625 C 3.132813 -0.609375 3.113281 -0.484375 3.0625 -0.390625 C 3.007813 -0.296875 2.894531 -0.25 2.71875 -0.25 Z M 2.71875 -0.25 "
id="path37" />
</g>
<g
id="glyph-0-14">
<path
d="M 0.828125 -0.546875 C 0.796875 -0.679688 0.75 -0.875 0.6875 -1.125 C 0.632813 -1.382813 0.578125 -1.664063 0.515625 -1.96875 C 0.453125 -2.28125 0.390625 -2.601563 0.328125 -2.9375 C 0.265625 -3.269531 0.207031 -3.59375 0.15625 -3.90625 C 0.113281 -4.226563 0.078125 -4.519531 0.046875 -4.78125 C 0.015625 -5.050781 0 -5.273438 0 -5.453125 C 0 -5.523438 0.00390625 -5.65625 0.015625 -5.84375 C 0.0351563 -6.03125 0.0625 -6.222656 0.09375 -6.421875 C 0.132813 -6.628906 0.164063 -6.820313 0.1875 -7 C 0.21875 -7.175781 0.25 -7.300781 0.28125 -7.375 C 0.300781 -7.375 0.34375 -7.375 0.40625 -7.375 C 0.476563 -7.375 0.546875 -7.378906 0.609375 -7.390625 C 0.679688 -7.398438 0.75 -7.40625 0.8125 -7.40625 C 0.882813 -7.414063 0.929688 -7.421875 0.953125 -7.421875 C 1.359375 -7.421875 1.742188 -7.335938 2.109375 -7.171875 C 2.472656 -7.015625 2.820313 -6.8125 3.15625 -6.5625 C 3.488281 -6.320313 3.8125 -6.046875 4.125 -5.734375 C 4.4375 -5.429688 4.75 -5.132813 5.0625 -4.84375 C 5.382813 -4.5625 5.710938 -4.300781 6.046875 -4.0625 C 6.378906 -3.832031 6.726563 -3.65625 7.09375 -3.53125 C 7.09375 -3.570313 7.09375 -3.640625 7.09375 -3.734375 C 7.101563 -3.828125 7.109375 -3.921875 7.109375 -4.015625 C 7.109375 -4.117188 7.109375 -4.210938 7.109375 -4.296875 C 7.117188 -4.390625 7.125 -4.457031 7.125 -4.5 C 7.125 -5.039063 7.085938 -5.5625 7.015625 -6.0625 C 6.953125 -6.570313 6.878906 -7.082031 6.796875 -7.59375 C 6.710938 -8.101563 6.632813 -8.613281 6.5625 -9.125 C 6.5 -9.644531 6.46875 -10.175781 6.46875 -10.71875 C 6.519531 -10.71875 6.59375 -10.710938 6.6875 -10.703125 C 6.78125 -10.703125 6.867188 -10.691406 6.953125 -10.671875 C 7.046875 -10.648438 7.128906 -10.613281 7.203125 -10.5625 C 7.285156 -10.519531 7.34375 -10.453125 7.375 -10.359375 C 7.40625 -9.742188 7.476563 -9.128906 7.59375 -8.515625 C 7.71875 -7.898438 7.84375 -7.285156 7.96875 -6.671875 C 8.09375 -6.054688 8.203125 -5.441406 8.296875 -4.828125 C 8.398438 -4.210938 8.453125 -3.601563 8.453125 -3 C 8.453125 -2.894531 8.445313 -2.773438 8.4375 -2.640625 C 8.4375 -2.515625 8.421875 -2.394531 8.390625 -2.28125 C 8.359375 -2.164063 8.304688 -2.070313 8.234375 -2 C 8.171875 -1.925781 8.070313 -1.890625 7.9375 -1.890625 C 7.5 -1.890625 7.09375 -1.988281 6.71875 -2.1875 C 6.34375 -2.382813 5.976563 -2.628906 5.625 -2.921875 C 5.28125 -3.222656 4.9375 -3.550781 4.59375 -3.90625 C 4.257813 -4.257813 3.914063 -4.582031 3.5625 -4.875 C 3.21875 -5.175781 2.851563 -5.425781 2.46875 -5.625 C 2.09375 -5.832031 1.691406 -5.9375 1.265625 -5.9375 C 1.265625 -5.46875 1.296875 -5.015625 1.359375 -4.578125 C 1.429688 -4.140625 1.503906 -3.703125 1.578125 -3.265625 C 1.660156 -2.835938 1.734375 -2.410156 1.796875 -1.984375 C 1.867188 -1.554688 1.90625 -1.117188 1.90625 -0.671875 C 1.90625 -0.515625 1.847656 -0.40625 1.734375 -0.34375 C 1.617188 -0.28125 1.492188 -0.25 1.359375 -0.25 C 1.253906 -0.25 1.148438 -0.257813 1.046875 -0.28125 C 0.953125 -0.300781 0.878906 -0.390625 0.828125 -0.546875 Z M 0.828125 -0.546875 "
id="path40" />
</g>
<g
id="glyph-0-15">
<path
d="M 0.25 -2.578125 C 0.25 -3.109375 0.375 -3.597656 0.625 -4.046875 C 0.875 -4.503906 1.195313 -4.894531 1.59375 -5.21875 C 2 -5.550781 2.453125 -5.8125 2.953125 -6 C 3.460938 -6.1875 3.976563 -6.28125 4.5 -6.28125 C 4.78125 -6.28125 5.03125 -6.1875 5.25 -6 C 5.476563 -5.8125 5.671875 -5.582031 5.828125 -5.3125 C 5.984375 -5.039063 6.097656 -4.753906 6.171875 -4.453125 C 6.253906 -4.160156 6.296875 -3.90625 6.296875 -3.6875 C 6.296875 -3.21875 6.179688 -2.757813 5.953125 -2.3125 C 5.722656 -1.863281 5.425781 -1.46875 5.0625 -1.125 C 4.695313 -0.78125 4.285156 -0.5 3.828125 -0.28125 C 3.367188 -0.0703125 2.910156 0.03125 2.453125 0.03125 C 2.046875 0.03125 1.703125 -0.0351563 1.421875 -0.171875 C 1.140625 -0.316406 0.914063 -0.503906 0.75 -0.734375 C 0.582031 -0.972656 0.457031 -1.25 0.375 -1.5625 C 0.289063 -1.882813 0.25 -2.222656 0.25 -2.578125 Z M 1.34375 -2.453125 C 1.34375 -2.234375 1.359375 -2.039063 1.390625 -1.875 C 1.429688 -1.707031 1.5 -1.5625 1.59375 -1.4375 C 1.695313 -1.320313 1.828125 -1.234375 1.984375 -1.171875 C 2.148438 -1.109375 2.347656 -1.078125 2.578125 -1.078125 C 2.890625 -1.078125 3.203125 -1.164063 3.515625 -1.34375 C 3.835938 -1.519531 4.125 -1.738281 4.375 -2 C 4.625 -2.269531 4.820313 -2.566406 4.96875 -2.890625 C 5.125 -3.210938 5.203125 -3.523438 5.203125 -3.828125 C 5.203125 -3.960938 5.1875 -4.109375 5.15625 -4.265625 C 5.132813 -4.429688 5.09375 -4.582031 5.03125 -4.71875 C 4.976563 -4.851563 4.894531 -4.96875 4.78125 -5.0625 C 4.675781 -5.15625 4.535156 -5.203125 4.359375 -5.203125 C 4.210938 -5.203125 4.035156 -5.148438 3.828125 -5.046875 C 3.617188 -4.953125 3.398438 -4.820313 3.171875 -4.65625 C 2.953125 -4.5 2.734375 -4.316406 2.515625 -4.109375 C 2.296875 -3.910156 2.097656 -3.707031 1.921875 -3.5 C 1.742188 -3.289063 1.601563 -3.09375 1.5 -2.90625 C 1.394531 -2.726563 1.34375 -2.578125 1.34375 -2.453125 Z M 1.34375 -2.453125 "
id="path43" />
</g>
<g
id="glyph-1-0" />
<g
id="glyph-1-1">
<path
d="M 4.109375 -6.6875 C 3.796875 -6.75 3.484375 -6.890625 3.171875 -7.109375 C 2.859375 -7.335938 2.5625 -7.609375 2.28125 -7.921875 C 2 -8.242188 1.734375 -8.597656 1.484375 -8.984375 C 1.234375 -9.378906 1.015625 -9.773438 0.828125 -10.171875 C 0.640625 -10.578125 0.492188 -10.96875 0.390625 -11.34375 C 0.285156 -11.71875 0.234375 -12.050781 0.234375 -12.34375 C 0.234375 -12.382813 0.234375 -12.429688 0.234375 -12.484375 C 0.242188 -12.546875 0.253906 -12.601563 0.265625 -12.65625 C 0.273438 -12.707031 0.300781 -12.75 0.34375 -12.78125 C 0.382813 -12.820313 0.4375 -12.84375 0.5 -12.84375 C 0.695313 -12.84375 0.867188 -12.769531 1.015625 -12.625 C 1.160156 -12.488281 1.289063 -12.304688 1.40625 -12.078125 C 1.53125 -11.847656 1.644531 -11.582031 1.75 -11.28125 C 1.851563 -10.988281 1.957031 -10.691406 2.0625 -10.390625 C 2.175781 -10.085938 2.289063 -9.785156 2.40625 -9.484375 C 2.53125 -9.191406 2.664063 -8.925781 2.8125 -8.6875 C 2.957031 -8.457031 3.125 -8.269531 3.3125 -8.125 C 3.507813 -7.988281 3.734375 -7.921875 3.984375 -7.921875 C 3.992188 -7.921875 4.007813 -7.925781 4.03125 -7.9375 C 4.0625 -7.945313 4.085938 -7.953125 4.109375 -7.953125 C 4.328125 -8.148438 4.523438 -8.414063 4.703125 -8.75 C 4.890625 -9.082031 5.054688 -9.4375 5.203125 -9.8125 C 5.359375 -10.195313 5.507813 -10.59375 5.65625 -11 C 5.800781 -11.414063 5.953125 -11.796875 6.109375 -12.140625 C 6.265625 -12.492188 6.425781 -12.800781 6.59375 -13.0625 C 6.757813 -13.332031 6.957031 -13.519531 7.1875 -13.625 L 7.703125 -13.09375 C 7.765625 -13.03125 7.773438 -12.898438 7.734375 -12.703125 C 7.691406 -12.503906 7.613281 -12.257813 7.5 -11.96875 C 7.394531 -11.675781 7.257813 -11.351563 7.09375 -11 C 6.9375 -10.644531 6.769531 -10.273438 6.59375 -9.890625 C 6.425781 -9.503906 6.253906 -9.125 6.078125 -8.75 C 5.898438 -8.375 5.738281 -8.015625 5.59375 -7.671875 C 5.457031 -7.335938 5.34375 -7.039063 5.25 -6.78125 C 5.164063 -6.519531 5.125 -6.3125 5.125 -6.15625 C 5.125 -5.675781 5.191406 -5.210938 5.328125 -4.765625 C 5.472656 -4.316406 5.625 -3.867188 5.78125 -3.421875 C 5.945313 -2.984375 6.097656 -2.539063 6.234375 -2.09375 C 6.367188 -1.65625 6.4375 -1.207031 6.4375 -0.75 C 6.4375 -0.675781 6.4375 -0.585938 6.4375 -0.484375 C 6.4375 -0.390625 6.421875 -0.296875 6.390625 -0.203125 C 6.359375 -0.117188 6.304688 -0.0507813 6.234375 0 C 6.160156 0.0390625 6.050781 0.0390625 5.90625 0 C 5.613281 -0.425781 5.351563 -0.910156 5.125 -1.453125 C 4.90625 -2.003906 4.710938 -2.578125 4.546875 -3.171875 C 4.390625 -3.765625 4.269531 -4.363281 4.1875 -4.96875 C 4.113281 -5.570313 4.085938 -6.144531 4.109375 -6.6875 Z M 4.109375 -6.6875 "
id="path47" />
</g>
<g
id="glyph-1-2">
<path
d="M 0.234375 -3.328125 C 0.234375 -3.765625 0.285156 -4.195313 0.390625 -4.625 C 0.492188 -5.050781 0.660156 -5.4375 0.890625 -5.78125 C 1.117188 -6.125 1.414063 -6.40625 1.78125 -6.625 C 2.144531 -6.84375 2.585938 -6.953125 3.109375 -6.953125 C 3.398438 -6.953125 3.65625 -6.894531 3.875 -6.78125 C 4.101563 -6.675781 4.289063 -6.535156 4.4375 -6.359375 C 4.59375 -6.179688 4.707031 -5.972656 4.78125 -5.734375 C 4.863281 -5.503906 4.90625 -5.257813 4.90625 -5 C 4.90625 -4.59375 4.8125 -4.195313 4.625 -3.8125 C 4.4375 -3.4375 4.179688 -3.101563 3.859375 -2.8125 C 3.546875 -2.519531 3.1875 -2.296875 2.78125 -2.140625 C 2.375 -1.992188 1.957031 -1.960938 1.53125 -2.046875 C 1.539063 -1.816406 1.617188 -1.628906 1.765625 -1.484375 C 1.910156 -1.347656 2.085938 -1.242188 2.296875 -1.171875 C 2.503906 -1.097656 2.71875 -1.050781 2.9375 -1.03125 C 3.164063 -1.007813 3.367188 -1 3.546875 -1 C 3.734375 -1 3.90625 -1.015625 4.0625 -1.046875 C 4.21875 -1.085938 4.375 -1.125 4.53125 -1.15625 C 4.695313 -1.195313 4.859375 -1.234375 5.015625 -1.265625 C 5.179688 -1.296875 5.359375 -1.3125 5.546875 -1.3125 C 5.617188 -1.3125 5.691406 -1.304688 5.765625 -1.296875 C 5.835938 -1.296875 5.90625 -1.28125 5.96875 -1.25 C 6.03125 -1.21875 6.082031 -1.171875 6.125 -1.109375 C 6.164063 -1.054688 6.1875 -0.984375 6.1875 -0.890625 C 6.1875 -0.742188 6.128906 -0.617188 6.015625 -0.515625 C 5.898438 -0.421875 5.753906 -0.335938 5.578125 -0.265625 C 5.410156 -0.191406 5.222656 -0.132813 5.015625 -0.09375 C 4.804688 -0.0625 4.601563 -0.0351563 4.40625 -0.015625 C 4.21875 0.00390625 4.039063 0.015625 3.875 0.015625 C 3.707031 0.0234375 3.585938 0.03125 3.515625 0.03125 C 3.003906 0.03125 2.539063 -0.0507813 2.125 -0.21875 C 1.71875 -0.382813 1.375 -0.613281 1.09375 -0.90625 C 0.820313 -1.195313 0.609375 -1.546875 0.453125 -1.953125 C 0.304688 -2.367188 0.234375 -2.828125 0.234375 -3.328125 Z M 1.515625 -4.109375 C 1.515625 -3.828125 1.550781 -3.625 1.625 -3.5 C 1.695313 -3.375 1.882813 -3.3125 2.1875 -3.3125 C 2.382813 -3.3125 2.582031 -3.347656 2.78125 -3.421875 C 2.988281 -3.492188 3.171875 -3.597656 3.328125 -3.734375 C 3.492188 -3.867188 3.625 -4.023438 3.71875 -4.203125 C 3.820313 -4.390625 3.875 -4.59375 3.875 -4.8125 C 3.875 -4.9375 3.863281 -5.0625 3.84375 -5.1875 C 3.820313 -5.3125 3.78125 -5.425781 3.71875 -5.53125 C 3.65625 -5.644531 3.570313 -5.734375 3.46875 -5.796875 C 3.363281 -5.867188 3.234375 -5.90625 3.078125 -5.90625 C 2.835938 -5.90625 2.617188 -5.847656 2.421875 -5.734375 C 2.222656 -5.628906 2.054688 -5.488281 1.921875 -5.3125 C 1.785156 -5.144531 1.679688 -4.957031 1.609375 -4.75 C 1.546875 -4.539063 1.515625 -4.328125 1.515625 -4.109375 Z M 1.515625 -4.109375 "
id="path50" />
</g>
<g
id="glyph-1-3">
<path
d="M 2.546875 -0.53125 C 2.671875 -0.625 2.820313 -0.738281 3 -0.875 C 3.175781 -1.019531 3.359375 -1.171875 3.546875 -1.328125 C 3.734375 -1.484375 3.90625 -1.648438 4.0625 -1.828125 C 4.21875 -2.003906 4.34375 -2.175781 4.4375 -2.34375 C 4.53125 -2.507813 4.578125 -2.660156 4.578125 -2.796875 C 4.578125 -2.941406 4.503906 -3.0625 4.359375 -3.15625 C 4.109375 -3.15625 3.828125 -3.144531 3.515625 -3.125 C 3.210938 -3.113281 2.910156 -3.109375 2.609375 -3.109375 C 2.304688 -3.109375 2.015625 -3.132813 1.734375 -3.1875 C 1.453125 -3.238281 1.195313 -3.328125 0.96875 -3.453125 C 0.75 -3.578125 0.570313 -3.753906 0.4375 -3.984375 C 0.300781 -4.222656 0.234375 -4.53125 0.234375 -4.90625 C 0.234375 -5.332031 0.316406 -5.71875 0.484375 -6.0625 C 0.648438 -6.414063 0.867188 -6.722656 1.140625 -6.984375 C 1.410156 -7.253906 1.710938 -7.488281 2.046875 -7.6875 C 2.390625 -7.894531 2.734375 -8.070313 3.078125 -8.21875 C 3.285156 -8.164063 3.476563 -8.066406 3.65625 -7.921875 C 3.832031 -7.773438 3.984375 -7.613281 4.109375 -7.4375 C 4.054688 -7.257813 3.945313 -7.125 3.78125 -7.03125 C 3.613281 -6.9375 3.425781 -6.851563 3.21875 -6.78125 C 3.007813 -6.707031 2.785156 -6.628906 2.546875 -6.546875 C 2.316406 -6.472656 2.109375 -6.367188 1.921875 -6.234375 C 1.734375 -6.097656 1.570313 -5.925781 1.4375 -5.71875 C 1.3125 -5.507813 1.25 -5.234375 1.25 -4.890625 C 1.25 -4.628906 1.3125 -4.4375 1.4375 -4.3125 C 1.570313 -4.195313 1.742188 -4.117188 1.953125 -4.078125 C 2.160156 -4.035156 2.394531 -4.019531 2.65625 -4.03125 C 2.914063 -4.039063 3.179688 -4.054688 3.453125 -4.078125 C 3.734375 -4.109375 4.003906 -4.125 4.265625 -4.125 C 4.535156 -4.125 4.773438 -4.085938 4.984375 -4.015625 C 5.191406 -3.953125 5.359375 -3.84375 5.484375 -3.6875 C 5.609375 -3.539063 5.671875 -3.320313 5.671875 -3.03125 C 5.671875 -2.90625 5.628906 -2.738281 5.546875 -2.53125 C 5.460938 -2.332031 5.347656 -2.117188 5.203125 -1.890625 C 5.066406 -1.671875 4.90625 -1.445313 4.71875 -1.21875 C 4.53125 -1 4.332031 -0.796875 4.125 -0.609375 C 3.925781 -0.429688 3.722656 -0.285156 3.515625 -0.171875 C 3.304688 -0.0546875 3.117188 0 2.953125 0 C 2.773438 0 2.660156 -0.0546875 2.609375 -0.171875 C 2.566406 -0.296875 2.546875 -0.414063 2.546875 -0.53125 Z M 2.546875 -0.53125 "
id="path53" />
</g>
<g
id="glyph-1-4">
<path
d="M 3.84375 -1.671875 C 3.84375 -2.085938 3.789063 -2.539063 3.6875 -3.03125 C 3.582031 -3.53125 3.46875 -4.039063 3.34375 -4.5625 C 3.226563 -5.082031 3.113281 -5.597656 3 -6.109375 C 2.894531 -6.628906 2.835938 -7.113281 2.828125 -7.5625 L 0.15625 -7.5625 C 0.15625 -7.632813 0.15625 -7.726563 0.15625 -7.84375 C 0.15625 -7.96875 0.164063 -8.085938 0.1875 -8.203125 C 0.21875 -8.328125 0.253906 -8.441406 0.296875 -8.546875 C 0.347656 -8.648438 0.421875 -8.710938 0.515625 -8.734375 L 7.109375 -8.734375 C 7.097656 -8.472656 7.039063 -8.273438 6.9375 -8.140625 C 6.84375 -8.003906 6.71875 -7.898438 6.5625 -7.828125 C 6.414063 -7.753906 6.242188 -7.707031 6.046875 -7.6875 C 5.859375 -7.675781 5.664063 -7.65625 5.46875 -7.625 C 5.28125 -7.601563 5.09375 -7.570313 4.90625 -7.53125 C 4.726563 -7.5 4.570313 -7.429688 4.4375 -7.328125 C 4.300781 -7.222656 4.195313 -7.082031 4.125 -6.90625 C 4.0625 -6.726563 4.046875 -6.488281 4.078125 -6.1875 C 4.078125 -6.007813 4.085938 -5.785156 4.109375 -5.515625 C 4.140625 -5.242188 4.179688 -4.945313 4.234375 -4.625 C 4.296875 -4.300781 4.367188 -3.976563 4.453125 -3.65625 C 4.546875 -3.332031 4.65625 -3.035156 4.78125 -2.765625 C 4.914063 -2.503906 5.066406 -2.289063 5.234375 -2.125 C 5.410156 -1.957031 5.613281 -1.875 5.84375 -1.875 C 6 -1.863281 6.203125 -1.863281 6.453125 -1.875 C 6.710938 -1.882813 6.96875 -1.894531 7.21875 -1.90625 C 7.476563 -1.914063 7.71875 -1.910156 7.9375 -1.890625 C 8.164063 -1.878906 8.332031 -1.832031 8.4375 -1.75 C 8.539063 -1.664063 8.566406 -1.546875 8.515625 -1.390625 C 8.460938 -1.234375 8.285156 -1.023438 7.984375 -0.765625 C 7.472656 -0.578125 6.957031 -0.445313 6.4375 -0.375 C 5.914063 -0.3125 5.390625 -0.273438 4.859375 -0.265625 C 4.335938 -0.265625 3.8125 -0.273438 3.28125 -0.296875 C 2.75 -0.316406 2.226563 -0.328125 1.71875 -0.328125 C 1.414063 -0.679688 1.238281 -0.953125 1.1875 -1.140625 C 1.132813 -1.335938 1.15625 -1.472656 1.25 -1.546875 C 1.351563 -1.628906 1.515625 -1.671875 1.734375 -1.671875 C 1.953125 -1.671875 2.1875 -1.660156 2.4375 -1.640625 C 2.695313 -1.617188 2.953125 -1.601563 3.203125 -1.59375 C 3.460938 -1.582031 3.675781 -1.609375 3.84375 -1.671875 Z M 3.84375 -1.671875 "
id="path56" />
</g>
<g
id="glyph-1-5">
<path
d="M 0.234375 -4.03125 C 0.234375 -4.238281 0.285156 -4.390625 0.390625 -4.484375 C 0.492188 -4.578125 0.660156 -4.625 0.890625 -4.625 L 1.015625 -4.625 C 1.035156 -4.5 1.0625 -4.347656 1.09375 -4.171875 C 1.132813 -4.003906 1.1875 -3.832031 1.25 -3.65625 C 1.3125 -3.488281 1.382813 -3.328125 1.46875 -3.171875 C 1.5625 -3.023438 1.671875 -2.910156 1.796875 -2.828125 C 1.804688 -3.109375 1.875 -3.378906 2 -3.640625 C 2.132813 -3.898438 2.300781 -4.128906 2.5 -4.328125 C 2.695313 -4.535156 2.910156 -4.707031 3.140625 -4.84375 C 3.378906 -4.988281 3.613281 -5.082031 3.84375 -5.125 L 4.109375 -5.125 C 4.492188 -5.125 4.820313 -5.035156 5.09375 -4.859375 C 5.363281 -4.691406 5.585938 -4.46875 5.765625 -4.1875 C 5.941406 -3.914063 6.078125 -3.601563 6.171875 -3.25 C 6.273438 -2.90625 6.351563 -2.550781 6.40625 -2.1875 C 6.457031 -1.820313 6.488281 -1.46875 6.5 -1.125 C 6.507813 -0.789063 6.515625 -0.503906 6.515625 -0.265625 L 5.640625 -0.265625 C 5.585938 -0.742188 5.53125 -1.203125 5.46875 -1.640625 C 5.4375 -1.816406 5.398438 -2 5.359375 -2.1875 C 5.328125 -2.382813 5.285156 -2.566406 5.234375 -2.734375 C 5.179688 -2.910156 5.128906 -3.070313 5.078125 -3.21875 C 5.023438 -3.375 4.960938 -3.503906 4.890625 -3.609375 C 4.859375 -3.640625 4.816406 -3.679688 4.765625 -3.734375 C 4.710938 -3.796875 4.65625 -3.851563 4.59375 -3.90625 C 4.539063 -3.957031 4.488281 -4.003906 4.4375 -4.046875 C 4.394531 -4.085938 4.367188 -4.109375 4.359375 -4.109375 C 4.117188 -4.171875 3.910156 -4.125 3.734375 -3.96875 C 3.554688 -3.8125 3.398438 -3.601563 3.265625 -3.34375 C 3.128906 -3.082031 3.019531 -2.78125 2.9375 -2.4375 C 2.851563 -2.101563 2.78125 -1.78125 2.71875 -1.46875 C 2.664063 -1.164063 2.628906 -0.898438 2.609375 -0.671875 C 2.585938 -0.441406 2.570313 -0.304688 2.5625 -0.265625 C 2.363281 -0.117188 2.175781 -0.078125 2 -0.140625 C 1.820313 -0.203125 1.65625 -0.328125 1.5 -0.515625 C 1.34375 -0.703125 1.203125 -0.941406 1.078125 -1.234375 C 0.953125 -1.523438 0.835938 -1.832031 0.734375 -2.15625 C 0.640625 -2.476563 0.546875 -2.800781 0.453125 -3.125 C 0.367188 -3.457031 0.296875 -3.757813 0.234375 -4.03125 Z M 0.234375 -4.03125 "
id="path59" />
</g>
<g
id="glyph-1-6">
<path
d="M 0 -3.609375 C 0 -3.941406 0.0703125 -4.289063 0.21875 -4.65625 C 0.363281 -5.019531 0.5625 -5.351563 0.8125 -5.65625 C 1.0625 -5.957031 1.347656 -6.207031 1.671875 -6.40625 C 1.992188 -6.601563 2.332031 -6.703125 2.6875 -6.703125 C 2.875 -6.703125 3.054688 -6.671875 3.234375 -6.609375 C 3.421875 -6.546875 3.585938 -6.453125 3.734375 -6.328125 C 3.890625 -6.210938 4.007813 -6.070313 4.09375 -5.90625 C 4.1875 -5.738281 4.234375 -5.550781 4.234375 -5.34375 C 4.097656 -5.34375 3.96875 -5.359375 3.84375 -5.390625 C 3.726563 -5.421875 3.613281 -5.457031 3.5 -5.5 C 3.394531 -5.539063 3.285156 -5.578125 3.171875 -5.609375 C 3.066406 -5.648438 2.953125 -5.671875 2.828125 -5.671875 C 2.492188 -5.671875 2.222656 -5.585938 2.015625 -5.421875 C 1.816406 -5.253906 1.65625 -5.046875 1.53125 -4.796875 C 1.414063 -4.554688 1.335938 -4.289063 1.296875 -4 C 1.253906 -3.71875 1.234375 -3.453125 1.234375 -3.203125 C 1.234375 -3.171875 1.234375 -3.097656 1.234375 -2.984375 C 1.242188 -2.867188 1.25 -2.75 1.25 -2.625 C 1.25 -2.5 1.25 -2.378906 1.25 -2.265625 C 1.257813 -2.160156 1.269531 -2.085938 1.28125 -2.046875 C 1.363281 -1.859375 1.445313 -1.710938 1.53125 -1.609375 C 1.625 -1.503906 1.71875 -1.425781 1.8125 -1.375 C 1.90625 -1.320313 2.003906 -1.285156 2.109375 -1.265625 C 2.222656 -1.253906 2.359375 -1.25 2.515625 -1.25 C 2.722656 -1.25 2.90625 -1.28125 3.0625 -1.34375 C 3.21875 -1.414063 3.363281 -1.492188 3.5 -1.578125 C 3.632813 -1.671875 3.757813 -1.769531 3.875 -1.875 C 4 -1.976563 4.125 -2.078125 4.25 -2.171875 C 4.382813 -2.265625 4.53125 -2.335938 4.6875 -2.390625 C 4.84375 -2.453125 5.019531 -2.484375 5.21875 -2.484375 C 5.21875 -2.097656 5.144531 -1.753906 5 -1.453125 C 4.863281 -1.148438 4.671875 -0.890625 4.421875 -0.671875 C 4.171875 -0.453125 3.875 -0.285156 3.53125 -0.171875 C 3.195313 -0.0546875 2.832031 0 2.4375 0 C 2.0625 0 1.722656 -0.125 1.421875 -0.375 C 1.117188 -0.632813 0.859375 -0.945313 0.640625 -1.3125 C 0.429688 -1.6875 0.269531 -2.082031 0.15625 -2.5 C 0.0507813 -2.914063 0 -3.285156 0 -3.609375 Z M 0 -3.609375 "
id="path62" />
</g>
<g
id="glyph-1-7">
<path
d="M 0.234375 -5.03125 C 0.234375 -5.101563 0.238281 -5.175781 0.25 -5.25 C 0.257813 -5.320313 0.273438 -5.390625 0.296875 -5.453125 C 0.316406 -5.515625 0.351563 -5.566406 0.40625 -5.609375 C 0.457031 -5.648438 0.535156 -5.671875 0.640625 -5.671875 C 0.710938 -5.671875 0.796875 -5.609375 0.890625 -5.484375 C 0.992188 -5.359375 1.097656 -5.203125 1.203125 -5.015625 C 1.304688 -4.828125 1.410156 -4.617188 1.515625 -4.390625 C 1.617188 -4.171875 1.707031 -3.96875 1.78125 -3.78125 C 1.851563 -3.59375 1.910156 -3.429688 1.953125 -3.296875 C 2.003906 -3.160156 2.035156 -3.085938 2.046875 -3.078125 C 2.148438 -3.359375 2.265625 -3.660156 2.390625 -3.984375 C 2.523438 -4.316406 2.6875 -4.625 2.875 -4.90625 C 3.0625 -5.1875 3.28125 -5.421875 3.53125 -5.609375 C 3.789063 -5.804688 4.109375 -5.90625 4.484375 -5.90625 C 4.679688 -5.90625 4.863281 -5.875 5.03125 -5.8125 C 5.207031 -5.75 5.359375 -5.660156 5.484375 -5.546875 C 5.617188 -5.429688 5.722656 -5.296875 5.796875 -5.140625 C 5.878906 -4.984375 5.921875 -4.800781 5.921875 -4.59375 C 5.921875 -4.414063 5.851563 -4.289063 5.71875 -4.21875 C 5.582031 -4.144531 5.425781 -4.109375 5.25 -4.109375 L 5.125 -4.109375 L 4.609375 -4.625 C 4.597656 -4.625 4.585938 -4.628906 4.578125 -4.640625 C 4.554688 -4.640625 4.539063 -4.640625 4.53125 -4.640625 C 4.519531 -4.640625 4.503906 -4.640625 4.484375 -4.640625 C 4.210938 -4.640625 4 -4.5625 3.84375 -4.40625 C 3.6875 -4.257813 3.566406 -4.070313 3.484375 -3.84375 C 3.398438 -3.613281 3.347656 -3.375 3.328125 -3.125 C 3.316406 -2.875 3.3125 -2.644531 3.3125 -2.4375 C 3.3125 -2.269531 3.328125 -2.101563 3.359375 -1.9375 C 3.390625 -1.78125 3.421875 -1.625 3.453125 -1.46875 C 3.492188 -1.3125 3.53125 -1.148438 3.5625 -0.984375 C 3.601563 -0.828125 3.625 -0.660156 3.625 -0.484375 C 3.625 -0.140625 3.441406 0.03125 3.078125 0.03125 C 2.878906 0.03125 2.671875 -0.0703125 2.453125 -0.28125 C 2.234375 -0.5 2.019531 -0.769531 1.8125 -1.09375 C 1.601563 -1.425781 1.398438 -1.789063 1.203125 -2.1875 C 1.015625 -2.582031 0.847656 -2.96875 0.703125 -3.34375 C 0.554688 -3.71875 0.441406 -4.054688 0.359375 -4.359375 C 0.273438 -4.660156 0.234375 -4.882813 0.234375 -5.03125 Z M 0.234375 -5.03125 "
id="path65" />
</g>
<g
id="glyph-1-8">
<path
d="M 5.390625 -1.546875 C 5.085938 -1.335938 4.828125 -1.148438 4.609375 -0.984375 C 4.390625 -0.828125 4.175781 -0.691406 3.96875 -0.578125 C 3.757813 -0.460938 3.535156 -0.375 3.296875 -0.3125 C 3.066406 -0.257813 2.78125 -0.234375 2.4375 -0.234375 C 1.6875 -0.234375 1.128906 -0.429688 0.765625 -0.828125 C 0.410156 -1.222656 0.234375 -1.8125 0.234375 -2.59375 C 0.234375 -2.894531 0.273438 -3.207031 0.359375 -3.53125 C 0.441406 -3.863281 0.5625 -4.191406 0.71875 -4.515625 C 0.875 -4.835938 1.054688 -5.144531 1.265625 -5.4375 C 1.484375 -5.726563 1.726563 -5.984375 2 -6.203125 C 2.269531 -6.429688 2.554688 -6.613281 2.859375 -6.75 C 3.171875 -6.882813 3.5 -6.953125 3.84375 -6.953125 C 4.414063 -6.890625 4.863281 -6.742188 5.1875 -6.515625 C 5.519531 -6.296875 5.769531 -6.003906 5.9375 -5.640625 C 6.101563 -5.285156 6.21875 -4.890625 6.28125 -4.453125 C 6.351563 -4.023438 6.40625 -3.578125 6.4375 -3.109375 C 6.46875 -2.648438 6.507813 -2.1875 6.5625 -1.71875 C 6.625 -1.257813 6.742188 -0.832031 6.921875 -0.4375 C 6.816406 -0.175781 6.71875 0.00390625 6.625 0.109375 C 6.53125 0.222656 6.425781 0.242188 6.3125 0.171875 C 6.207031 0.0976563 6.082031 -0.078125 5.9375 -0.359375 C 5.789063 -0.640625 5.609375 -1.035156 5.390625 -1.546875 Z M 1.25 -2.578125 C 1.25 -2.117188 1.332031 -1.78125 1.5 -1.5625 C 1.675781 -1.351563 1.988281 -1.25 2.4375 -1.25 C 2.757813 -1.25 3.070313 -1.304688 3.375 -1.421875 C 3.675781 -1.546875 3.9375 -1.707031 4.15625 -1.90625 C 4.375 -2.113281 4.550781 -2.359375 4.6875 -2.640625 C 4.832031 -2.929688 4.90625 -3.253906 4.90625 -3.609375 C 4.90625 -3.753906 4.90625 -3.953125 4.90625 -4.203125 C 4.914063 -4.460938 4.898438 -4.71875 4.859375 -4.96875 C 4.816406 -5.226563 4.738281 -5.453125 4.625 -5.640625 C 4.519531 -5.828125 4.351563 -5.921875 4.125 -5.921875 C 3.71875 -5.921875 3.335938 -5.816406 2.984375 -5.609375 C 2.628906 -5.398438 2.320313 -5.128906 2.0625 -4.796875 C 1.8125 -4.472656 1.613281 -4.113281 1.46875 -3.71875 C 1.320313 -3.320313 1.25 -2.941406 1.25 -2.578125 Z M 1.25 -2.578125 "
id="path68" />
</g>
<g
id="glyph-1-9" />
<g
id="glyph-1-10">
<path
d="M 0.234375 -2.4375 C 0.234375 -2.925781 0.347656 -3.382813 0.578125 -3.8125 C 0.816406 -4.238281 1.125 -4.601563 1.5 -4.90625 C 1.882813 -5.21875 2.3125 -5.460938 2.78125 -5.640625 C 3.257813 -5.816406 3.742188 -5.90625 4.234375 -5.90625 C 4.503906 -5.90625 4.742188 -5.816406 4.953125 -5.640625 C 5.160156 -5.460938 5.335938 -5.25 5.484375 -5 C 5.628906 -4.75 5.738281 -4.484375 5.8125 -4.203125 C 5.882813 -3.921875 5.921875 -3.675781 5.921875 -3.46875 C 5.921875 -3.019531 5.8125 -2.585938 5.59375 -2.171875 C 5.382813 -1.753906 5.109375 -1.382813 4.765625 -1.0625 C 4.421875 -0.738281 4.03125 -0.472656 3.59375 -0.265625 C 3.164063 -0.0664063 2.738281 0.03125 2.3125 0.03125 C 1.925781 0.03125 1.601563 -0.0351563 1.34375 -0.171875 C 1.082031 -0.304688 0.867188 -0.484375 0.703125 -0.703125 C 0.546875 -0.921875 0.425781 -1.175781 0.34375 -1.46875 C 0.269531 -1.769531 0.234375 -2.09375 0.234375 -2.4375 Z M 1.25 -2.3125 C 1.25 -2.101563 1.265625 -1.921875 1.296875 -1.765625 C 1.335938 -1.609375 1.40625 -1.472656 1.5 -1.359375 C 1.59375 -1.253906 1.710938 -1.171875 1.859375 -1.109375 C 2.015625 -1.046875 2.207031 -1.015625 2.4375 -1.015625 C 2.726563 -1.015625 3.019531 -1.097656 3.3125 -1.265625 C 3.613281 -1.429688 3.878906 -1.640625 4.109375 -1.890625 C 4.347656 -2.140625 4.539063 -2.414063 4.6875 -2.71875 C 4.832031 -3.019531 4.90625 -3.316406 4.90625 -3.609375 C 4.90625 -3.734375 4.890625 -3.867188 4.859375 -4.015625 C 4.835938 -4.171875 4.796875 -4.3125 4.734375 -4.4375 C 4.679688 -4.570313 4.601563 -4.679688 4.5 -4.765625 C 4.394531 -4.859375 4.265625 -4.90625 4.109375 -4.90625 C 3.960938 -4.90625 3.789063 -4.851563 3.59375 -4.75 C 3.40625 -4.65625 3.203125 -4.53125 2.984375 -4.375 C 2.773438 -4.226563 2.566406 -4.054688 2.359375 -3.859375 C 2.160156 -3.671875 1.976563 -3.476563 1.8125 -3.28125 C 1.644531 -3.09375 1.507813 -2.910156 1.40625 -2.734375 C 1.300781 -2.566406 1.25 -2.425781 1.25 -2.3125 Z M 1.25 -2.3125 "
id="path72" />
</g>
<g
id="glyph-1-11">
<path
d="M 2.046875 -0.515625 C 1.796875 -1.234375 1.5625 -1.90625 1.34375 -2.53125 C 1.125 -3.15625 0.929688 -3.769531 0.765625 -4.375 C 0.609375 -4.976563 0.476563 -5.59375 0.375 -6.21875 C 0.28125 -6.84375 0.234375 -7.507813 0.234375 -8.21875 C 0.234375 -8.269531 0.234375 -8.367188 0.234375 -8.515625 C 0.242188 -8.671875 0.25 -8.828125 0.25 -8.984375 C 0.25 -9.140625 0.25 -9.289063 0.25 -9.4375 C 0.257813 -9.59375 0.265625 -9.695313 0.265625 -9.75 C 0.335938 -9.90625 0.460938 -10.050781 0.640625 -10.1875 C 0.816406 -10.320313 1 -10.390625 1.1875 -10.390625 C 1.1875 -9.804688 1.191406 -9.179688 1.203125 -8.515625 C 1.222656 -7.847656 1.273438 -7.179688 1.359375 -6.515625 C 1.441406 -5.847656 1.578125 -5.195313 1.765625 -4.5625 C 1.953125 -3.9375 2.21875 -3.359375 2.5625 -2.828125 C 2.570313 -3.015625 2.578125 -3.222656 2.578125 -3.453125 C 2.585938 -3.691406 2.609375 -3.925781 2.640625 -4.15625 C 2.679688 -4.382813 2.742188 -4.609375 2.828125 -4.828125 C 2.910156 -5.046875 3.023438 -5.238281 3.171875 -5.40625 C 3.328125 -5.570313 3.53125 -5.703125 3.78125 -5.796875 C 4.039063 -5.890625 4.363281 -5.929688 4.75 -5.921875 C 5.09375 -5.921875 5.398438 -5.859375 5.671875 -5.734375 C 5.941406 -5.609375 6.171875 -5.4375 6.359375 -5.21875 C 6.546875 -5 6.691406 -4.742188 6.796875 -4.453125 C 6.898438 -4.160156 6.953125 -3.847656 6.953125 -3.515625 C 6.953125 -3.078125 6.84375 -2.644531 6.625 -2.21875 C 6.40625 -1.800781 6.117188 -1.425781 5.765625 -1.09375 C 5.410156 -0.757813 5.015625 -0.488281 4.578125 -0.28125 C 4.140625 -0.0703125 3.691406 0.03125 3.234375 0.03125 C 3.003906 0.03125 2.78125 -0.0078125 2.5625 -0.09375 C 2.34375 -0.1875 2.171875 -0.328125 2.046875 -0.515625 Z M 4.890625 -4.890625 C 4.722656 -4.796875 4.550781 -4.6875 4.375 -4.5625 C 4.207031 -4.445313 4.046875 -4.265625 3.890625 -4.015625 C 3.742188 -3.765625 3.617188 -3.421875 3.515625 -2.984375 C 3.410156 -2.554688 3.347656 -1.988281 3.328125 -1.28125 C 3.347656 -1.28125 3.390625 -1.273438 3.453125 -1.265625 C 3.523438 -1.253906 3.570313 -1.25 3.59375 -1.25 C 3.8125 -1.25 4.054688 -1.316406 4.328125 -1.453125 C 4.609375 -1.597656 4.875 -1.769531 5.125 -1.96875 C 5.382813 -2.164063 5.609375 -2.382813 5.796875 -2.625 C 5.992188 -2.875 6.113281 -3.109375 6.15625 -3.328125 C 6.175781 -3.460938 6.144531 -3.617188 6.0625 -3.796875 C 5.988281 -3.972656 5.882813 -4.140625 5.75 -4.296875 C 5.625 -4.460938 5.484375 -4.601563 5.328125 -4.71875 C 5.171875 -4.832031 5.023438 -4.890625 4.890625 -4.890625 Z M 4.890625 -4.890625 "
id="path75" />
</g>
<g
id="glyph-1-12">
<path
d="M 0.03125 -6.1875 C 0.03125 -6.257813 0.03125 -6.332031 0.03125 -6.40625 C 0.0390625 -6.488281 0.0546875 -6.5625 0.078125 -6.625 C 0.109375 -6.695313 0.148438 -6.75 0.203125 -6.78125 C 0.253906 -6.820313 0.332031 -6.84375 0.4375 -6.84375 C 0.445313 -6.84375 0.457031 -6.84375 0.46875 -6.84375 C 0.476563 -6.84375 0.492188 -6.84375 0.515625 -6.84375 C 0.535156 -6.832031 0.554688 -6.828125 0.578125 -6.828125 C 0.722656 -6.617188 0.851563 -6.351563 0.96875 -6.03125 C 1.082031 -5.707031 1.191406 -5.363281 1.296875 -5 C 1.398438 -4.632813 1.507813 -4.265625 1.625 -3.890625 C 1.75 -3.523438 1.90625 -3.191406 2.09375 -2.890625 C 2.289063 -2.597656 2.523438 -2.363281 2.796875 -2.1875 C 3.078125 -2.007813 3.425781 -1.9375 3.84375 -1.96875 C 4.03125 -1.96875 4.148438 -2.066406 4.203125 -2.265625 C 4.253906 -2.460938 4.28125 -2.71875 4.28125 -3.03125 C 4.289063 -3.34375 4.285156 -3.6875 4.265625 -4.0625 C 4.242188 -4.4375 4.242188 -4.789063 4.265625 -5.125 C 4.285156 -5.46875 4.34375 -5.765625 4.4375 -6.015625 C 4.539063 -6.273438 4.71875 -6.453125 4.96875 -6.546875 C 5.070313 -6.335938 5.15625 -6.007813 5.21875 -5.5625 C 5.289063 -5.125 5.34375 -4.613281 5.375 -4.03125 C 5.40625 -3.445313 5.421875 -2.816406 5.421875 -2.140625 C 5.421875 -1.472656 5.40625 -0.804688 5.375 -0.140625 C 5.34375 0.523438 5.296875 1.164063 5.234375 1.78125 C 5.171875 2.394531 5.097656 2.929688 5.015625 3.390625 C 4.941406 3.859375 4.847656 4.226563 4.734375 4.5 C 4.628906 4.769531 4.515625 4.882813 4.390625 4.84375 C 4.222656 4.675781 4.09375 4.460938 4 4.203125 C 3.914063 3.953125 3.851563 3.671875 3.8125 3.359375 C 3.78125 3.054688 3.765625 2.726563 3.765625 2.375 C 3.773438 2.03125 3.789063 1.679688 3.8125 1.328125 C 3.832031 0.972656 3.851563 0.628906 3.875 0.296875 C 3.90625 -0.0351563 3.921875 -0.34375 3.921875 -0.625 C 3.640625 -0.601563 3.347656 -0.644531 3.046875 -0.75 C 2.742188 -0.863281 2.445313 -1.035156 2.15625 -1.265625 C 1.875 -1.503906 1.601563 -1.789063 1.34375 -2.125 C 1.082031 -2.46875 0.851563 -2.847656 0.65625 -3.265625 C 0.46875 -3.691406 0.316406 -4.148438 0.203125 -4.640625 C 0.0859375 -5.128906 0.03125 -5.644531 0.03125 -6.1875 Z M 0.03125 -6.1875 "
id="path78" />
</g>
<g
id="glyph-1-13">
<path
d="M -0.078125 -3.203125 C -0.078125 -3.515625 -0.0195313 -3.882813 0.09375 -4.3125 C 0.207031 -4.75 0.363281 -5.203125 0.5625 -5.671875 C 0.769531 -6.140625 1.007813 -6.601563 1.28125 -7.0625 C 1.550781 -7.519531 1.84375 -7.929688 2.15625 -8.296875 C 2.476563 -8.671875 2.816406 -8.96875 3.171875 -9.1875 C 3.535156 -9.414063 3.890625 -9.53125 4.234375 -9.53125 C 4.316406 -9.53125 4.421875 -9.523438 4.546875 -9.515625 C 4.679688 -9.515625 4.8125 -9.503906 4.9375 -9.484375 C 5.070313 -9.460938 5.1875 -9.421875 5.28125 -9.359375 C 5.375 -9.304688 5.421875 -9.222656 5.421875 -9.109375 C 5.421875 -9.109375 5.414063 -9.085938 5.40625 -9.046875 C 5.394531 -9.015625 5.390625 -9 5.390625 -9 C 5.367188 -8.96875 5.335938 -8.925781 5.296875 -8.875 C 5.253906 -8.820313 5.207031 -8.765625 5.15625 -8.703125 C 5.101563 -8.648438 5.046875 -8.597656 4.984375 -8.546875 C 4.929688 -8.503906 4.898438 -8.472656 4.890625 -8.453125 C 4.890625 -8.398438 4.882813 -8.300781 4.875 -8.15625 C 4.875 -8.007813 4.875 -7.859375 4.875 -7.703125 C 4.875 -7.546875 4.867188 -7.390625 4.859375 -7.234375 C 4.859375 -7.085938 4.859375 -6.988281 4.859375 -6.9375 C 4.859375 -6.675781 4.851563 -6.425781 4.84375 -6.1875 C 4.84375 -5.957031 4.851563 -5.726563 4.875 -5.5 C 4.894531 -5.269531 4.921875 -5.039063 4.953125 -4.8125 C 4.984375 -4.582031 5.039063 -4.347656 5.125 -4.109375 C 5.144531 -4.109375 5.179688 -4.101563 5.234375 -4.09375 C 5.285156 -4.09375 5.335938 -4.09375 5.390625 -4.09375 C 5.441406 -4.09375 5.492188 -4.085938 5.546875 -4.078125 C 5.597656 -4.078125 5.632813 -4.078125 5.65625 -4.078125 C 5.757813 -4.078125 5.863281 -4.078125 5.96875 -4.078125 C 6.070313 -4.085938 6.164063 -4.109375 6.25 -4.140625 C 6.34375 -4.171875 6.425781 -4.222656 6.5 -4.296875 C 6.570313 -4.367188 6.632813 -4.476563 6.6875 -4.625 C 6.9375 -4.519531 7.082031 -4.394531 7.125 -4.25 C 7.175781 -4.113281 7.203125 -3.945313 7.203125 -3.75 C 7.203125 -3.507813 7.148438 -3.328125 7.046875 -3.203125 C 6.953125 -3.078125 6.816406 -2.984375 6.640625 -2.921875 C 6.472656 -2.867188 6.273438 -2.84375 6.046875 -2.84375 C 5.828125 -2.84375 5.609375 -2.835938 5.390625 -2.828125 C 5.421875 -2.742188 5.457031 -2.601563 5.5 -2.40625 C 5.550781 -2.21875 5.601563 -2.015625 5.65625 -1.796875 C 5.71875 -1.578125 5.769531 -1.367188 5.8125 -1.171875 C 5.851563 -0.984375 5.882813 -0.851563 5.90625 -0.78125 C 5.90625 -0.757813 5.90625 -0.710938 5.90625 -0.640625 C 5.914063 -0.566406 5.921875 -0.515625 5.921875 -0.484375 C 5.921875 -0.265625 5.859375 -0.125 5.734375 -0.0625 C 5.617188 0 5.460938 0.03125 5.265625 0.03125 C 5.234375 0.03125 5.164063 0.0234375 5.0625 0.015625 C 4.96875 0.00390625 4.910156 0 4.890625 0 C 4.867188 -0.09375 4.832031 -0.25 4.78125 -0.46875 C 4.738281 -0.6875 4.691406 -0.914063 4.640625 -1.15625 C 4.585938 -1.40625 4.53125 -1.640625 4.46875 -1.859375 C 4.414063 -2.078125 4.378906 -2.226563 4.359375 -2.3125 C 4.335938 -2.375 4.300781 -2.457031 4.25 -2.5625 C 4.207031 -2.664063 4.148438 -2.765625 4.078125 -2.859375 C 4.015625 -2.953125 3.9375 -3.03125 3.84375 -3.09375 C 3.757813 -3.164063 3.679688 -3.203125 3.609375 -3.203125 Z M 3.609375 -7.953125 C 3.347656 -7.773438 3.078125 -7.546875 2.796875 -7.265625 C 2.523438 -6.984375 2.269531 -6.679688 2.03125 -6.359375 C 1.800781 -6.035156 1.609375 -5.695313 1.453125 -5.34375 C 1.304688 -5 1.234375 -4.671875 1.234375 -4.359375 L 3.875 -4.359375 C 3.875 -4.609375 3.859375 -4.914063 3.828125 -5.28125 C 3.804688 -5.644531 3.78125 -6.003906 3.75 -6.359375 C 3.726563 -6.710938 3.695313 -7.035156 3.65625 -7.328125 C 3.625 -7.628906 3.609375 -7.835938 3.609375 -7.953125 Z M 3.609375 -7.953125 "
id="path81" />
</g>
<g
id="glyph-1-14">
<path
d="M 0.265625 -8.125 C 0.265625 -8.457031 0.359375 -8.726563 0.546875 -8.9375 C 0.742188 -9.15625 0.988281 -9.328125 1.28125 -9.453125 C 1.570313 -9.578125 1.882813 -9.660156 2.21875 -9.703125 C 2.5625 -9.753906 2.867188 -9.78125 3.140625 -9.78125 C 3.660156 -9.78125 4.097656 -9.675781 4.453125 -9.46875 C 4.804688 -9.257813 5.09375 -8.988281 5.3125 -8.65625 C 5.53125 -8.320313 5.6875 -7.9375 5.78125 -7.5 C 5.875 -7.0625 5.921875 -6.613281 5.921875 -6.15625 C 5.921875 -5.851563 5.890625 -5.492188 5.828125 -5.078125 C 5.765625 -4.671875 5.671875 -4.25 5.546875 -3.8125 C 5.421875 -3.375 5.265625 -2.941406 5.078125 -2.515625 C 4.890625 -2.085938 4.671875 -1.703125 4.421875 -1.359375 C 4.171875 -1.023438 3.890625 -0.753906 3.578125 -0.546875 C 3.273438 -0.335938 2.941406 -0.234375 2.578125 -0.234375 C 2.503906 -0.234375 2.414063 -0.332031 2.3125 -0.53125 C 2.21875 -0.726563 2.109375 -0.988281 1.984375 -1.3125 C 1.859375 -1.644531 1.726563 -2.023438 1.59375 -2.453125 C 1.46875 -2.878906 1.335938 -3.320313 1.203125 -3.78125 C 1.078125 -4.238281 0.957031 -4.695313 0.84375 -5.15625 C 0.738281 -5.625 0.640625 -6.050781 0.546875 -6.4375 C 0.453125 -6.832031 0.378906 -7.175781 0.328125 -7.46875 C 0.285156 -7.769531 0.265625 -7.988281 0.265625 -8.125 Z M 1.25 -7.4375 C 1.25 -7.1875 1.265625 -6.894531 1.296875 -6.5625 C 1.335938 -6.238281 1.394531 -5.898438 1.46875 -5.546875 C 1.550781 -5.191406 1.648438 -4.835938 1.765625 -4.484375 C 1.878906 -4.128906 2.007813 -3.796875 2.15625 -3.484375 C 2.3125 -3.171875 2.484375 -2.890625 2.671875 -2.640625 C 2.867188 -2.390625 3.085938 -2.191406 3.328125 -2.046875 C 3.597656 -2.429688 3.832031 -2.773438 4.03125 -3.078125 C 4.238281 -3.378906 4.40625 -3.679688 4.53125 -3.984375 C 4.65625 -4.285156 4.75 -4.609375 4.8125 -4.953125 C 4.875 -5.296875 4.90625 -5.695313 4.90625 -6.15625 C 4.90625 -6.476563 4.882813 -6.796875 4.84375 -7.109375 C 4.800781 -7.421875 4.710938 -7.695313 4.578125 -7.9375 C 4.453125 -8.1875 4.269531 -8.382813 4.03125 -8.53125 C 3.789063 -8.675781 3.472656 -8.75 3.078125 -8.75 C 2.753906 -8.75 2.441406 -8.695313 2.140625 -8.59375 C 1.847656 -8.5 1.5625 -8.375 1.28125 -8.21875 C 1.28125 -8.195313 1.273438 -8.148438 1.265625 -8.078125 C 1.265625 -8.003906 1.265625 -7.925781 1.265625 -7.84375 C 1.265625 -7.757813 1.257813 -7.675781 1.25 -7.59375 C 1.25 -7.519531 1.25 -7.46875 1.25 -7.4375 Z M 1.25 -7.4375 "
id="path84" />
</g>
<g
id="glyph-1-15">
<path
d="M 0.234375 -7.703125 C 0.234375 -7.804688 0.234375 -7.957031 0.234375 -8.15625 C 0.234375 -8.363281 0.253906 -8.566406 0.296875 -8.765625 C 0.335938 -8.972656 0.398438 -9.148438 0.484375 -9.296875 C 0.578125 -9.453125 0.710938 -9.53125 0.890625 -9.53125 C 0.992188 -9.53125 1.078125 -9.441406 1.140625 -9.265625 C 1.210938 -9.085938 1.269531 -8.863281 1.3125 -8.59375 C 1.363281 -8.320313 1.398438 -8.023438 1.421875 -7.703125 C 1.441406 -7.378906 1.457031 -7.070313 1.46875 -6.78125 C 1.476563 -6.5 1.488281 -6.25 1.5 -6.03125 C 1.507813 -5.820313 1.519531 -5.695313 1.53125 -5.65625 C 1.550781 -5.53125 1.59375 -5.335938 1.65625 -5.078125 C 1.726563 -4.828125 1.804688 -4.535156 1.890625 -4.203125 C 1.972656 -3.878906 2.0625 -3.539063 2.15625 -3.1875 C 2.25 -2.84375 2.335938 -2.507813 2.421875 -2.1875 C 2.503906 -1.875 2.582031 -1.585938 2.65625 -1.328125 C 2.726563 -1.078125 2.785156 -0.894531 2.828125 -0.78125 C 2.828125 -0.757813 2.828125 -0.734375 2.828125 -0.703125 C 2.835938 -0.671875 2.84375 -0.648438 2.84375 -0.640625 C 2.84375 -0.546875 2.8125 -0.472656 2.75 -0.421875 C 2.695313 -0.367188 2.628906 -0.328125 2.546875 -0.296875 C 2.460938 -0.273438 2.375 -0.257813 2.28125 -0.25 C 2.195313 -0.238281 2.117188 -0.234375 2.046875 -0.234375 C 2.015625 -0.234375 1.96875 -0.238281 1.90625 -0.25 C 1.851563 -0.257813 1.816406 -0.265625 1.796875 -0.265625 C 1.628906 -0.828125 1.453125 -1.414063 1.265625 -2.03125 C 1.078125 -2.644531 0.90625 -3.269531 0.75 -3.90625 C 0.601563 -4.550781 0.476563 -5.191406 0.375 -5.828125 C 0.28125 -6.472656 0.234375 -7.097656 0.234375 -7.703125 Z M 0.234375 -7.703125 "
id="path87" />
</g>
<g
id="glyph-1-16">
<path
d="M 0.265625 -1.015625 C 0.265625 -1.066406 0.257813 -1.144531 0.25 -1.25 C 0.25 -1.363281 0.25 -1.476563 0.25 -1.59375 C 0.25 -1.71875 0.242188 -1.832031 0.234375 -1.9375 C 0.234375 -2.050781 0.234375 -2.132813 0.234375 -2.1875 C 0.234375 -2.34375 0.238281 -2.613281 0.25 -3 C 0.257813 -3.382813 0.285156 -3.820313 0.328125 -4.3125 C 0.367188 -4.800781 0.425781 -5.304688 0.5 -5.828125 C 0.570313 -6.347656 0.671875 -6.828125 0.796875 -7.265625 C 0.929688 -7.703125 1.085938 -8.054688 1.265625 -8.328125 C 1.441406 -8.609375 1.660156 -8.75 1.921875 -8.75 C 1.921875 -8.75 1.925781 -8.75 1.9375 -8.75 C 1.957031 -8.75 1.972656 -8.75 1.984375 -8.75 C 2.015625 -8.738281 2.035156 -8.734375 2.046875 -8.734375 C 2.078125 -8.710938 2.125 -8.671875 2.1875 -8.609375 C 2.25 -8.546875 2.289063 -8.492188 2.3125 -8.453125 L 2.3125 -8.21875 C 2.289063 -8.164063 2.257813 -8.050781 2.21875 -7.875 C 2.1875 -7.707031 2.144531 -7.507813 2.09375 -7.28125 C 2.039063 -7.050781 1.984375 -6.804688 1.921875 -6.546875 C 1.859375 -6.285156 1.800781 -6.039063 1.75 -5.8125 C 1.695313 -5.582031 1.648438 -5.378906 1.609375 -5.203125 C 1.578125 -5.035156 1.550781 -4.929688 1.53125 -4.890625 C 1.519531 -4.859375 1.519531 -4.820313 1.53125 -4.78125 C 1.539063 -4.738281 1.546875 -4.691406 1.546875 -4.640625 C 1.554688 -4.597656 1.5625 -4.554688 1.5625 -4.515625 C 1.570313 -4.472656 1.578125 -4.441406 1.578125 -4.421875 C 1.742188 -4.421875 1.90625 -4.445313 2.0625 -4.5 C 2.226563 -4.550781 2.394531 -4.601563 2.5625 -4.65625 C 2.726563 -4.71875 2.894531 -4.773438 3.0625 -4.828125 C 3.226563 -4.878906 3.40625 -4.90625 3.59375 -4.90625 C 4.125 -4.90625 4.515625 -4.75 4.765625 -4.4375 C 5.023438 -4.132813 5.15625 -3.722656 5.15625 -3.203125 C 5.15625 -2.796875 5.0625 -2.394531 4.875 -2 C 4.6875 -1.613281 4.4375 -1.265625 4.125 -0.953125 C 3.820313 -0.648438 3.472656 -0.40625 3.078125 -0.21875 C 2.679688 -0.03125 2.28125 0.0625 1.875 0.0625 C 1.675781 0.0625 1.5 0.046875 1.34375 0.015625 C 1.195313 -0.00390625 1.0625 -0.0507813 0.9375 -0.125 C 0.8125 -0.195313 0.691406 -0.300781 0.578125 -0.4375 C 0.472656 -0.582031 0.367188 -0.773438 0.265625 -1.015625 Z M 1.515625 -2.3125 C 1.515625 -2.226563 1.519531 -2.109375 1.53125 -1.953125 C 1.550781 -1.804688 1.582031 -1.660156 1.625 -1.515625 C 1.675781 -1.378906 1.742188 -1.257813 1.828125 -1.15625 C 1.921875 -1.050781 2.039063 -1 2.1875 -1 C 2.375 -1 2.582031 -1.070313 2.8125 -1.21875 C 3.039063 -1.363281 3.25 -1.539063 3.4375 -1.75 C 3.625 -1.96875 3.785156 -2.195313 3.921875 -2.4375 C 4.054688 -2.675781 4.125 -2.890625 4.125 -3.078125 C 4.125 -3.234375 4.097656 -3.34375 4.046875 -3.40625 C 3.992188 -3.476563 3.925781 -3.53125 3.84375 -3.5625 C 3.757813 -3.601563 3.65625 -3.625 3.53125 -3.625 C 3.414063 -3.625 3.296875 -3.625 3.171875 -3.625 C 2.953125 -3.625 2.742188 -3.597656 2.546875 -3.546875 C 2.359375 -3.492188 2.179688 -3.410156 2.015625 -3.296875 C 1.859375 -3.191406 1.734375 -3.054688 1.640625 -2.890625 C 1.554688 -2.722656 1.515625 -2.53125 1.515625 -2.3125 Z M 1.515625 -2.3125 "
id="path90" />
</g>
</g>
</defs>
<path
fill="none"
stroke-width="1.02"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 111.480971 51.139407 C 128.478595 63.011673 144.438634 75.551332 162.609407 92.048412 M 111.480971 51.139407 C 131.549638 67.381001 149.131229 82.459875 162.609407 92.048412 M 162.609407 92.048412 C 147.421039 103.409707 130.251353 117.122514 111.480971 132.952203 M 162.609407 92.048412 C 150.731926 101.438817 137.79079 111.449687 111.480971 132.952203 M 111.480971 132.952203 C 96.699295 123.791214 82.94999 112.070153 60.342108 92.048412 M 111.480971 132.952203 C 97.99758 121.50227 84.342127 110.751012 60.342108 92.048412 M 60.342108 92.048412 C 71.771185 83.820728 83.101196 73.319742 111.480971 51.139407 M 60.342108 92.048412 C 75.009076 80.707973 88.231767 69.508311 111.480971 51.139407 "
transform="matrix(0.749186, 0, 0, 0.749186, 0.374593, 0.374593)"
id="path97" />
<g
fill="#000000"
fill-opacity="1"
id="g113">
<use
xlink:href="#glyph-0-1"
x="61.28503"
y="72.790192"
id="use99" />
<use
xlink:href="#glyph-0-2"
x="70.011169"
y="72.790192"
id="use101" />
<use
xlink:href="#glyph-0-3"
x="76.015167"
y="72.790192"
id="use103" />
<use
xlink:href="#glyph-0-4"
x="84.194336"
y="72.790192"
id="use105" />
<use
xlink:href="#glyph-0-5"
x="87.196335"
y="72.790192"
id="use107" />
<use
xlink:href="#glyph-0-6"
x="94.001709"
y="72.790192"
id="use109" />
<use
xlink:href="#glyph-0-7"
x="101.09965"
y="72.790192"
id="use111" />
</g>
<path
fill="none"
stroke-width="1.02"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 367.159646 30.67969 C 383.281318 32.979062 398.03171 32.707934 418.298509 30.700546 M 367.159646 30.67969 C 379.522028 29.689031 392.160752 30.919534 418.298509 30.700546 M 418.298509 30.700546 C 417.641546 52.31777 418.741698 72.928692 418.298509 92.001486 M 418.298509 30.700546 C 417.917887 43.349698 418.178587 56.530678 418.298509 92.001486 M 418.298509 92.001486 C 424.007833 90.510283 433.419094 91.490514 448.920302 92.001486 M 418.298509 92.001486 C 427.57942 90.979543 438.122118 92.090124 448.920302 92.001486 "
transform="matrix(0.749186, 0, 0, 0.749186, 0.374593, 0.374593)"
id="path115" />
<path
fill="none"
stroke-width="1.02"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 458.117789 92.001486 C 455.088458 94.399924 451.391735 95.719064 448.920302 96.610657 M 458.117789 92.001486 C 455.959195 92.710589 453.899667 94.441636 448.920302 96.610657 M 448.920302 96.610657 C 448.868162 93.998446 449.358277 90.937831 448.920302 87.397528 M 448.920302 96.610657 C 448.87859 94.358212 448.998512 92.361252 448.920302 87.397528 M 448.920302 87.397528 C 450.32808 87.77815 453.607683 89.347562 458.117789 92.001486 M 448.920302 87.397528 C 451.678505 88.372545 455.067602 90.348649 458.117789 92.001486 "
transform="matrix(0.749186, 0, 0, 0.749186, 0.374593, 0.374593)"
id="path117" />
<path
fill="none"
stroke-width="1.02"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 111.480971 51.139407 C 110.229612 45.539576 111.600893 38.949086 111.501827 30.700546 M 111.480971 51.139407 C 110.870934 44.110941 110.751012 38.140917 111.501827 30.700546 M 111.501827 30.700546 C 129.761238 30.210431 148.578546 32.98949 162.489485 30.67969 M 111.501827 30.700546 C 130.491197 29.428331 151.618305 31.211518 162.489485 30.67969 "
transform="matrix(0.749186, 0, 0, 0.749186, 0.374593, 0.374593)"
id="path119" />
<path
fill="none"
stroke-width="1.02"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 171.6974 30.67969 C 168.078887 32.65058 165.842083 34.079215 162.489485 35.278434 M 171.6974 30.67969 C 168.381299 31.889337 165.430178 33.542174 162.489485 35.278434 M 162.489485 35.278434 C 162.150575 31.508715 162.119291 29.36055 162.489485 26.080947 M 162.489485 35.278434 C 162.088007 31.321012 162.619835 28.521096 162.489485 26.080947 M 162.489485 26.080947 C 167.12994 27.759853 168.798419 28.792224 171.6974 30.67969 M 162.489485 26.080947 C 165.21119 27.467869 168.469937 29.068566 171.6974 30.67969 "
transform="matrix(0.749186, 0, 0, 0.749186, 0.374593, 0.374593)"
id="path121" />
<path
fill="none"
stroke-width="1.02"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 19.427889 92.048412 C 30.7579 91.959774 40.638421 92.090124 49.992328 92.048412 M 19.427889 92.048412 C 31.628637 91.787712 42.838727 91.417518 49.992328 92.048412 "
transform="matrix(0.749186, 0, 0, 0.749186, 0.374593, 0.374593)"
id="path123" />
<path
fill="none"
stroke-width="1.02"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 59.200243 92.048412 C 57.062505 93.409265 54.21045 94.942179 49.992328 96.652369 M 59.200243 92.048412 C 55.832002 93.56047 52.010144 95.150739 49.992328 96.652369 M 49.992328 96.652369 C 49.549138 95.390583 50.842209 92.298684 49.992328 87.43924 M 49.992328 96.652369 C 50.13832 93.722104 50.159176 90.129662 49.992328 87.43924 M 49.992328 87.43924 C 53.960178 89.702114 56.290834 91.318452 59.200243 92.048412 M 49.992328 87.43924 C 53.777688 89.071221 56.921727 91.318452 59.200243 92.048412 "
transform="matrix(0.749186, 0, 0, 0.749186, 0.374593, 0.374593)"
id="path125" />
<g
fill="#000000"
fill-opacity="1"
id="g133">
<use
xlink:href="#glyph-1-1"
x="119.34957"
y="92.711716"
id="use127" />
<use
xlink:href="#glyph-1-2"
x="127.04762"
y="92.711716"
id="use129" />
<use
xlink:href="#glyph-1-3"
x="133.72803"
y="92.711716"
id="use131" />
</g>
<path
fill="none"
stroke-width="1.02"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 162.609407 92.048412 C 171.598334 93.810742 183.168189 90.249584 193.168631 92.048412 M 162.609407 92.048412 C 173.501442 91.860708 182.130604 91.92849 193.168631 92.048412 "
transform="matrix(0.749186, 0, 0, 0.749186, 0.374593, 0.374593)"
id="path135" />
<path
fill="none"
stroke-width="1.02"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 202.381761 92.048412 C 199.081302 94.441636 197.079128 94.10794 193.168631 96.652369 M 202.381761 92.048412 C 199.748693 93.63868 195.999831 95.192451 193.168631 96.652369 M 193.168631 96.652369 C 192.339606 94.910895 192.57945 91.782498 193.168631 87.43924 M 193.168631 96.652369 C 193.502327 93.972376 193.429331 90.630205 193.168631 87.43924 M 193.168631 87.43924 C 195.801699 88.419471 197.402395 89.170287 202.381761 92.048412 M 193.168631 87.43924 C 196.062399 88.638459 198.137569 90.2183 202.381761 92.048412 "
transform="matrix(0.749186, 0, 0, 0.749186, 0.374593, 0.374593)"
id="path137" />
<path
fill="none"
stroke-width="1.02"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 387.608934 92.048412 C 405.200953 93.190277 425.332188 93.930664 448.85252 92.048412 M 387.608934 92.048412 C 399.940032 92.721017 412.437978 91.991058 448.85252 92.048412 "
transform="matrix(0.749186, 0, 0, 0.749186, 0.374593, 0.374593)"
id="path139" />
<path
fill="none"
stroke-width="1.02"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 458.060435 92.048412 C 454.181223 93.831598 451.569011 95.672138 448.85252 96.652369 M 458.060435 92.048412 C 456.199039 93.028643 454.441922 93.591754 448.85252 96.652369 M 448.85252 96.652369 C 449.759755 93.737746 449.467771 91.521798 448.85252 87.43924 M 448.85252 96.652369 C 448.810808 94.092298 449.149718 90.880477 448.85252 87.43924 M 448.85252 87.43924 C 450.802554 88.810521 453.070642 90.150518 458.060435 92.048412 M 448.85252 87.43924 C 451.787999 88.878303 454.770404 90.077522 458.060435 92.048412 "
transform="matrix(0.749186, 0, 0, 0.749186, 0.374593, 0.374593)"
id="path141" />
<path
fill="none"
stroke-width="1.02"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 561.480026 92.048412 C 575.510887 91.51137 587.972335 92.449889 602.389031 92.048412 M 561.480026 92.048412 C 571.840235 92.548955 584.802226 93.070355 602.389031 92.048412 "
transform="matrix(0.749186, 0, 0, 0.749186, 0.374593, 0.374593)"
id="path143" />
<path
fill="none"
stroke-width="1.02"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 510.341163 51.139407 C 523.058097 60.498528 538.908642 72.021457 561.480026 92.048412 M 510.341163 51.139407 C 524.47109 61.087709 537.339229 72.078811 561.480026 92.048412 M 561.480026 92.048412 C 547.537804 106.032346 529.278393 114.760574 510.341163 132.952203 M 561.480026 92.048412 C 549.84239 101.730801 537.547789 111.02214 510.341163 132.952203 M 510.341163 132.952203 C 499.668115 122.910048 489.000282 115.188122 459.2023 92.048412 M 510.341163 132.952203 C 499.250996 124.912222 489.589463 115.991077 459.2023 92.048412 M 459.2023 92.048412 C 476.997665 78.001909 493.380037 66.551976 510.341163 51.139407 M 459.2023 92.048412 C 476.42934 80.301281 491.080666 67.00038 510.341163 51.139407 "
transform="matrix(0.749186, 0, 0, 0.749186, 0.374593, 0.374593)"
id="path145" />
<g
fill="#000000"
fill-opacity="1"
id="g163">
<use
xlink:href="#glyph-0-8"
x="355.83389"
y="72.790192"
id="use147" />
<use
xlink:href="#glyph-0-9"
x="365.64127"
y="72.790192"
id="use149" />
<use
xlink:href="#glyph-0-10"
x="373.00632"
y="72.790192"
id="use151" />
<use
xlink:href="#glyph-0-11"
x="378.87039"
y="72.790192"
id="use153" />
<use
xlink:href="#glyph-0-6"
x="381.84695"
y="72.790192"
id="use155" />
<use
xlink:href="#glyph-0-12"
x="388.94489"
y="72.790192"
id="use157" />
<use
xlink:href="#glyph-0-13"
x="396.84421"
y="72.790192"
id="use159" />
<use
xlink:href="#glyph-0-7"
x="404.20929"
y="72.790192"
id="use161" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g169">
<use
xlink:href="#glyph-0-14"
x="98.865356"
y="39.076839"
id="use165" />
<use
xlink:href="#glyph-0-15"
x="107.5915"
y="39.076839"
id="use167" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g177">
<use
xlink:href="#glyph-1-1"
x="395.1861"
y="39.076839"
id="use171" />
<use
xlink:href="#glyph-1-2"
x="402.88412"
y="39.076839"
id="use173" />
<use
xlink:href="#glyph-1-3"
x="409.56454"
y="39.076839"
id="use175" />
</g>
<path
fill="none"
stroke-width="1.02"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 510.341163 51.139407 C 510.132603 44.590629 508.750895 40.388149 510.299451 30.700546 M 510.341163 51.139407 C 510.309879 45.289304 510.299451 39.272354 510.299451 30.700546 M 510.299451 30.700546 C 580.959512 31.420078 649.742534 31.712061 847.80135 30.700546 M 510.299451 30.700546 C 631.029506 28.849578 751.999405 29.657747 847.80135 30.700546 M 847.80135 30.700546 C 846.138085 50.331238 848.098547 65.498749 847.80135 92.001486 M 847.80135 30.700546 C 846.899328 50.680575 848.578235 70.431188 847.80135 92.001486 M 847.80135 92.001486 C 862.661235 90.541567 874.23109 93.450976 888.632145 92.037984 M 847.80135 92.001486 C 863.782244 92.731445 877.901743 91.90242 888.632145 92.037984 "
transform="matrix(0.749186, 0, 0, 0.749186, 0.374593, 0.374593)"
id="path179" />
<path
fill="none"
stroke-width="1.02"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 897.829632 92.048412 C 895.311272 92.767943 892.162019 94.618911 888.632145 96.641941 M 897.829632 92.048412 C 895.092285 93.320627 892.500929 94.488561 888.632145 96.641941 M 888.632145 96.641941 C 888.950198 94.879611 887.969967 93.158993 888.642573 87.428812 M 888.632145 96.641941 C 888.569577 92.898293 888.699927 90.14009 888.642573 87.428812 M 888.642573 87.428812 C 890.467471 89.712542 894.138123 89.67083 897.829632 92.048412 M 888.642573 87.428812 C 891.108792 89.071221 894.920223 90.531139 897.829632 92.048412 "
transform="matrix(0.749186, 0, 0, 0.749186, 0.374593, 0.374593)"
id="path181" />
<g
fill="#000000"
fill-opacity="1"
id="g187">
<use
xlink:href="#glyph-0-14"
x="420.67462"
y="92.711716"
id="use183" />
<use
xlink:href="#glyph-0-15"
x="429.40076"
y="92.711716"
id="use185" />
</g>
<path
fill="none"
stroke-width="1.02"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 178.981351 10.230402 C 229.030489 12.832185 277.807413 10.392036 361.017559 10.230402 M 178.981351 10.230402 C 220.359616 11.669464 260.669011 11.862382 361.017559 10.230402 M 361.017559 10.230402 C 364.67257 10.000986 368.530926 12.091798 367.159646 16.36206 M 361.017559 10.230402 C 365.918715 9.542154 365.329533 12.47242 367.159646 16.36206 M 367.159646 16.36206 C 368.228515 28.119619 365.600661 36.211739 367.159646 45.002535 M 367.159646 16.36206 C 366.940658 24.120485 367.091864 31.962333 367.159646 45.002535 M 367.159646 45.002535 C 368.760342 48.641903 364.078175 52.067498 361.017559 51.139407 M 367.159646 45.002535 C 365.230467 49.517854 363.202223 52.10921 361.017559 51.139407 M 361.017559 51.139407 C 303.63233 50.701431 243.608819 50.26867 178.981351 51.139407 M 361.017559 51.139407 C 299.789616 51.5096 240.501278 52.880881 178.981351 51.139407 M 178.981351 51.139407 C 175.498402 49.580422 171.770396 50.232172 172.839265 45.002535 M 178.981351 51.139407 C 173.000899 49.528282 170.920515 47.260194 172.839265 45.002535 M 172.839265 45.002535 C 174.961361 34.918668 173.000899 22.879554 172.839265 16.36206 M 172.839265 45.002535 C 172.818409 35.148084 172.161445 23.911925 172.839265 16.36206 M 172.839265 16.36206 C 170.962227 13.191951 174.330467 11.95102 178.981351 10.230402 M 172.839265 16.36206 C 172.140589 10.882151 176.139724 9.370093 178.981351 10.230402 "
transform="matrix(0.749186, 0, 0, 0.749186, 0.374593, 0.374593)"
id="path189" />
<g
fill="#000000"
fill-opacity="1"
id="g229">
<use
xlink:href="#glyph-1-4"
x="141.04297"
y="28.349863"
id="use191" />
<use
xlink:href="#glyph-1-5"
x="150.27344"
y="28.349863"
id="use193" />
<use
xlink:href="#glyph-1-6"
x="157.20526"
y="28.349863"
id="use195" />
<use
xlink:href="#glyph-1-7"
x="162.85608"
y="28.349863"
id="use197" />
<use
xlink:href="#glyph-1-2"
x="168.97382"
y="28.349863"
id="use199" />
<use
xlink:href="#glyph-1-8"
x="175.65422"
y="28.349863"
id="use201" />
<use
xlink:href="#glyph-1-3"
x="183.08888"
y="28.349863"
id="use203" />
<use
xlink:href="#glyph-1-2"
x="188.9911"
y="28.349863"
id="use205" />
<use
xlink:href="#glyph-1-9"
x="195.67152"
y="28.349863"
id="use207" />
<use
xlink:href="#glyph-1-3"
x="201.19066"
y="28.349863"
id="use209" />
<use
xlink:href="#glyph-1-6"
x="207.09288"
y="28.349863"
id="use211" />
<use
xlink:href="#glyph-1-10"
x="212.7437"
y="28.349863"
id="use213" />
<use
xlink:href="#glyph-1-7"
x="218.89734"
y="28.349863"
id="use215" />
<use
xlink:href="#glyph-1-2"
x="225.01508"
y="28.349863"
id="use217" />
<use
xlink:href="#glyph-1-9"
x="231.69548"
y="28.349863"
id="use219" />
<use
xlink:href="#glyph-1-11"
x="237.21461"
y="28.349863"
id="use221" />
<use
xlink:href="#glyph-1-12"
x="244.64926"
y="28.349863"
id="use223" />
<use
xlink:href="#glyph-1-9"
x="250.5515"
y="28.349863"
id="use225" />
<use
xlink:href="#glyph-1-13"
x="256.07062"
y="28.349863"
id="use227" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g233">
<use
xlink:href="#glyph-1-9"
x="263.50528"
y="28.349863"
id="use231" />
</g>
<path
fill="none"
stroke-width="1.02"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 209.660498 71.588695 C 255.819996 70.96823 300.670781 72.819198 381.48249 71.588695 M 209.660498 71.588695 C 260.277961 72.162235 312.251064 71.552197 381.48249 71.588695 M 381.48249 71.588695 C 385.851818 69.857649 387.83835 73.06947 387.608934 77.730781 M 381.48249 71.588695 C 384.230265 73.830713 386.769481 73.25196 387.608934 77.730781 M 387.608934 77.730781 C 388.359749 90.239156 389.371264 101.882006 387.608934 106.360828 M 387.608934 77.730781 C 388.031268 85.880256 386.889403 93.138137 387.608934 106.360828 M 387.608934 106.360828 C 387.770568 110.412102 387.082321 113.717775 381.48249 112.4977 M 387.608934 106.360828 C 386.310649 108.592418 386.962399 111.950231 381.48249 112.4977 M 381.48249 112.4977 C 323.700997 109.859419 264.251026 109.447513 209.660498 112.4977 M 381.48249 112.4977 C 321.750963 112.440346 261.060061 113.139022 209.660498 112.4977 M 209.660498 112.4977 C 206.297471 112.701046 204.321367 110.088835 203.518412 106.360828 M 209.660498 112.4977 C 207.908595 113.22766 201.458884 111.069066 203.518412 106.360828 M 203.518412 106.360828 C 202.371333 97.189411 202.428687 91.208959 203.518412 77.730781 M 203.518412 106.360828 C 203.601835 99.681701 204.180589 92.689733 203.518412 77.730781 M 203.518412 77.730781 C 204.128449 74.550244 205.468446 69.930645 209.660498 71.588695 M 203.518412 77.730781 C 204.540355 72.480288 205.510158 70.70753 209.660498 71.588695 "
transform="matrix(0.749186, 0, 0, 0.749186, 0.374593, 0.374593)"
id="path235" />
<g
fill="#000000"
fill-opacity="1"
id="g275">
<use
xlink:href="#glyph-1-14"
x="164.173"
y="74.322617"
id="use237" />
<use
xlink:href="#glyph-1-2"
x="170.32666"
y="74.322617"
id="use239" />
<use
xlink:href="#glyph-1-6"
x="177.00706"
y="74.322617"
id="use241" />
<use
xlink:href="#glyph-1-7"
x="182.65788"
y="74.322617"
id="use243" />
<use
xlink:href="#glyph-1-2"
x="188.77562"
y="74.322617"
id="use245" />
<use
xlink:href="#glyph-1-8"
x="195.45602"
y="74.322617"
id="use247" />
<use
xlink:href="#glyph-1-3"
x="202.89069"
y="74.322617"
id="use249" />
<use
xlink:href="#glyph-1-2"
x="208.79292"
y="74.322617"
id="use251" />
<use
xlink:href="#glyph-1-9"
x="215.47333"
y="74.322617"
id="use253" />
<use
xlink:href="#glyph-1-3"
x="220.99246"
y="74.322617"
id="use255" />
<use
xlink:href="#glyph-1-6"
x="226.89468"
y="74.322617"
id="use257" />
<use
xlink:href="#glyph-1-10"
x="232.5455"
y="74.322617"
id="use259" />
<use
xlink:href="#glyph-1-7"
x="238.69914"
y="74.322617"
id="use261" />
<use
xlink:href="#glyph-1-2"
x="244.81688"
y="74.322617"
id="use263" />
<use
xlink:href="#glyph-1-9"
x="251.4973"
y="74.322617"
id="use265" />
<use
xlink:href="#glyph-1-11"
x="257.01642"
y="74.322617"
id="use267" />
<use
xlink:href="#glyph-1-12"
x="264.45108"
y="74.322617"
id="use269" />
<use
xlink:href="#glyph-1-9"
x="270.3533"
y="74.322617"
id="use271" />
<use
xlink:href="#glyph-1-15"
x="275.87244"
y="74.322617"
id="use273" />
</g>
<path
fill="none"
stroke-width="1.02"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 806.928843 92.048412 C 822.518688 91.130749 840.851094 93.190277 868.297564 92.048412 M 806.928843 92.048412 C 830.251042 92.470745 853.281258 91.057753 868.297564 92.048412 "
transform="matrix(0.749186, 0, 0, 0.749186, 0.374593, 0.374593)"
id="path277" />
<path
fill="none"
stroke-width="1.02"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 608.52069 71.588695 C 657.798157 72.110095 709.781687 70.279983 800.802398 71.588695 M 608.52069 71.588695 C 654.867891 74.117483 701.308945 73.950635 800.802398 71.588695 M 800.802398 71.588695 C 806.600361 70.952588 808.962301 72.308227 806.928843 77.730781 M 800.802398 71.588695 C 803.951651 70.269555 808.060279 72.089239 806.928843 77.730781 M 806.928843 77.730781 C 806.470011 86.031462 806.579505 90.859621 806.928843 106.360828 M 806.928843 77.730781 C 806.558649 84.639325 806.960127 92.778371 806.928843 106.360828 M 806.928843 106.360828 C 808.310551 111.2307 803.299902 114.301743 800.802398 112.4977 M 806.928843 106.360828 C 806.881917 108.717554 803.487606 113.597853 800.802398 112.4977 M 800.802398 112.4977 C 728.171448 109.218097 659.852471 112.951318 608.52069 112.4977 M 800.802398 112.4977 C 727.43106 113.769915 655.498785 113.14945 608.52069 112.4977 M 608.52069 112.4977 C 605.392293 112.111865 602.821793 111.157704 602.389031 106.360828 M 608.52069 112.4977 C 605.809412 113.191162 600.03752 111.272411 602.389031 106.360828 M 602.389031 106.360828 C 604.010584 101.459673 604.03144 93.69082 602.389031 77.730781 M 602.389031 106.360828 C 601.74771 100.291738 602.780081 94.008874 602.389031 77.730781 M 602.389031 77.730781 C 603.880234 74.539816 605.251515 71.338424 608.52069 71.588695 M 602.389031 77.730781 C 602.13876 72.949548 606.440306 70.650176 608.52069 71.588695 "
transform="matrix(0.749186, 0, 0, 0.749186, 0.374593, 0.374593)"
id="path279" />
<g
fill="#000000"
fill-opacity="1"
id="g321">
<use
xlink:href="#glyph-1-14"
x="467.83261"
y="74.322617"
id="use281" />
<use
xlink:href="#glyph-1-2"
x="473.98627"
y="74.322617"
id="use283" />
<use
xlink:href="#glyph-1-6"
x="480.66666"
y="74.322617"
id="use285" />
<use
xlink:href="#glyph-1-7"
x="486.31747"
y="74.322617"
id="use287" />
<use
xlink:href="#glyph-1-2"
x="492.43521"
y="74.322617"
id="use289" />
<use
xlink:href="#glyph-1-8"
x="499.11563"
y="74.322617"
id="use291" />
<use
xlink:href="#glyph-1-3"
x="506.55029"
y="74.322617"
id="use293" />
<use
xlink:href="#glyph-1-2"
x="512.45251"
y="74.322617"
id="use295" />
<use
xlink:href="#glyph-1-9"
x="519.13293"
y="74.322617"
id="use297" />
<use
xlink:href="#glyph-1-3"
x="524.65204"
y="74.322617"
id="use299" />
<use
xlink:href="#glyph-1-6"
x="530.55426"
y="74.322617"
id="use301" />
<use
xlink:href="#glyph-1-10"
x="536.20508"
y="74.322617"
id="use303" />
<use
xlink:href="#glyph-1-7"
x="542.35876"
y="74.322617"
id="use305" />
<use
xlink:href="#glyph-1-2"
x="548.4765"
y="74.322617"
id="use307" />
<use
xlink:href="#glyph-1-9"
x="555.15692"
y="74.322617"
id="use309" />
<use
xlink:href="#glyph-1-11"
x="560.67603"
y="74.322617"
id="use311" />
<use
xlink:href="#glyph-1-12"
x="568.11066"
y="74.322617"
id="use313" />
<use
xlink:href="#glyph-1-9"
x="574.01288"
y="74.322617"
id="use315" />
<use
xlink:href="#glyph-1-15"
x="579.53204"
y="74.322617"
id="use317" />
<use
xlink:href="#glyph-1-16"
x="582.35742"
y="74.322617"
id="use319" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g325">
<use
xlink:href="#glyph-1-9"
x="588.00824"
y="74.322617"
id="use323" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 94 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 122 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 91 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 103 KiB

View File

@@ -0,0 +1,850 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="390.95999pt"
height="398.88pt"
viewBox="0 0 390.95999 398.88"
version="1.1"
id="svg336"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs96">
<g
id="g94">
<g
id="glyph-0-0" />
<g
id="glyph-0-1">
<path
d="M 6.21875 -9.140625 C 6.175781 -9.285156 6.097656 -9.382813 5.984375 -9.4375 C 5.867188 -9.488281 5.738281 -9.515625 5.59375 -9.515625 C 5.457031 -9.523438 5.320313 -9.519531 5.1875 -9.5 C 5.0625 -9.476563 4.960938 -9.46875 4.890625 -9.46875 C 4.722656 -9.476563 4.425781 -9.5 4 -9.53125 C 3.570313 -9.5625 3.109375 -9.59375 2.609375 -9.625 C 2.117188 -9.65625 1.660156 -9.6875 1.234375 -9.71875 C 0.804688 -9.757813 0.503906 -9.785156 0.328125 -9.796875 C 0.328125 -9.816406 0.320313 -9.867188 0.3125 -9.953125 C 0.3125 -10.035156 0.3125 -10.09375 0.3125 -10.125 C 0.3125 -10.257813 0.320313 -10.382813 0.34375 -10.5 C 0.363281 -10.613281 0.460938 -10.703125 0.640625 -10.765625 C 1.597656 -10.742188 2.539063 -10.75 3.46875 -10.78125 C 4.394531 -10.8125 5.320313 -10.851563 6.25 -10.90625 C 7.1875 -10.957031 8.117188 -11.007813 9.046875 -11.0625 C 9.972656 -11.113281 10.910156 -11.140625 11.859375 -11.140625 C 11.859375 -10.753906 11.765625 -10.472656 11.578125 -10.296875 C 11.398438 -10.117188 11.175781 -10 10.90625 -9.9375 C 10.632813 -9.875 10.335938 -9.847656 10.015625 -9.859375 C 9.691406 -9.867188 9.378906 -9.863281 9.078125 -9.84375 C 8.773438 -9.820313 8.507813 -9.765625 8.28125 -9.671875 C 8.050781 -9.578125 7.898438 -9.398438 7.828125 -9.140625 C 7.816406 -9.078125 7.804688 -8.957031 7.796875 -8.78125 C 7.796875 -8.613281 7.789063 -8.429688 7.78125 -8.234375 C 7.78125 -8.046875 7.773438 -7.867188 7.765625 -7.703125 C 7.765625 -7.535156 7.765625 -7.414063 7.765625 -7.34375 C 7.765625 -6.769531 7.835938 -6.195313 7.984375 -5.625 C 8.128906 -5.0625 8.289063 -4.503906 8.46875 -3.953125 C 8.644531 -3.398438 8.804688 -2.847656 8.953125 -2.296875 C 9.097656 -1.742188 9.171875 -1.179688 9.171875 -0.609375 C 9.171875 -0.179688 8.925781 0.03125 8.4375 0.03125 C 8.144531 0.03125 7.882813 -0.171875 7.65625 -0.578125 C 7.425781 -0.984375 7.226563 -1.5 7.0625 -2.125 C 6.894531 -2.757813 6.757813 -3.445313 6.65625 -4.1875 C 6.550781 -4.9375 6.460938 -5.648438 6.390625 -6.328125 C 6.328125 -7.003906 6.28125 -7.601563 6.25 -8.125 C 6.226563 -8.644531 6.21875 -8.984375 6.21875 -9.140625 Z M 6.21875 -9.140625 "
id="path3" />
</g>
<g
id="glyph-0-2">
<path
d="M 0.9375 -5.71875 C 0.9375 -5.78125 0.9375 -5.878906 0.9375 -6.015625 C 0.945313 -6.148438 0.953125 -6.289063 0.953125 -6.4375 C 0.960938 -6.59375 0.96875 -6.742188 0.96875 -6.890625 C 0.976563 -7.035156 0.984375 -7.132813 0.984375 -7.1875 C 1.097656 -7.351563 1.242188 -7.488281 1.421875 -7.59375 C 1.597656 -7.695313 1.78125 -7.773438 1.96875 -7.828125 C 2 -7.285156 2.082031 -6.703125 2.21875 -6.078125 C 2.363281 -5.460938 2.515625 -4.84375 2.671875 -4.21875 C 2.835938 -3.59375 2.984375 -2.972656 3.109375 -2.359375 C 3.242188 -1.753906 3.3125 -1.1875 3.3125 -0.65625 C 3.3125 -0.195313 3.078125 0.03125 2.609375 0.03125 C 2.328125 0.03125 2.085938 -0.0820313 1.890625 -0.3125 C 1.691406 -0.550781 1.535156 -0.847656 1.421875 -1.203125 C 1.304688 -1.566406 1.210938 -1.96875 1.140625 -2.40625 C 1.066406 -2.851563 1.015625 -3.289063 0.984375 -3.71875 C 0.960938 -4.144531 0.945313 -4.535156 0.9375 -4.890625 C 0.9375 -5.242188 0.9375 -5.519531 0.9375 -5.71875 Z M 1.15625 -11.4375 C 1.351563 -11.351563 1.515625 -11.21875 1.640625 -11.03125 C 1.773438 -10.851563 1.832031 -10.6875 1.8125 -10.53125 C 1.800781 -10.382813 1.6875 -10.285156 1.46875 -10.234375 C 1.257813 -10.179688 0.90625 -10.238281 0.40625 -10.40625 C 0.40625 -10.6875 0.457031 -10.925781 0.5625 -11.125 C 0.675781 -11.332031 0.875 -11.4375 1.15625 -11.4375 Z M 1.15625 -11.4375 "
id="path6" />
</g>
<g
id="glyph-0-3">
<path
d="M -0.03125 -6.40625 C -0.03125 -6.65625 0.0078125 -6.847656 0.09375 -6.984375 C 0.1875 -7.128906 0.375 -7.203125 0.65625 -7.203125 C 0.6875 -7.203125 0.742188 -7.195313 0.828125 -7.1875 C 0.910156 -7.1875 0.960938 -7.1875 0.984375 -7.1875 C 1.054688 -6.875 1.128906 -6.53125 1.203125 -6.15625 C 1.285156 -5.789063 1.375 -5.421875 1.46875 -5.046875 C 1.570313 -4.671875 1.6875 -4.300781 1.8125 -3.9375 C 1.945313 -3.570313 2.101563 -3.238281 2.28125 -2.9375 C 2.46875 -3.132813 2.601563 -3.363281 2.6875 -3.625 C 2.769531 -3.894531 2.828125 -4.160156 2.859375 -4.421875 C 2.898438 -4.691406 2.9375 -4.953125 2.96875 -5.203125 C 3.007813 -5.453125 3.085938 -5.664063 3.203125 -5.84375 C 3.316406 -6.019531 3.484375 -6.148438 3.703125 -6.234375 C 3.921875 -6.316406 4.222656 -6.316406 4.609375 -6.234375 C 5.035156 -6.234375 5.375 -6.15625 5.625 -6 C 5.875 -5.84375 6.09375 -5.644531 6.28125 -5.40625 C 6.46875 -5.164063 6.648438 -4.910156 6.828125 -4.640625 C 7.015625 -4.367188 7.242188 -4.128906 7.515625 -3.921875 C 7.578125 -4.046875 7.648438 -4.207031 7.734375 -4.40625 C 7.828125 -4.601563 7.941406 -4.8125 8.078125 -5.03125 C 8.222656 -5.25 8.375 -5.46875 8.53125 -5.6875 C 8.6875 -5.90625 8.847656 -6.101563 9.015625 -6.28125 C 9.191406 -6.46875 9.367188 -6.617188 9.546875 -6.734375 C 9.734375 -6.847656 9.914063 -6.90625 10.09375 -6.90625 C 10.507813 -6.90625 10.867188 -6.773438 11.171875 -6.515625 C 11.472656 -6.253906 11.734375 -5.925781 11.953125 -5.53125 C 12.171875 -5.144531 12.351563 -4.707031 12.5 -4.21875 C 12.644531 -3.738281 12.753906 -3.273438 12.828125 -2.828125 C 12.910156 -2.390625 12.96875 -1.984375 13 -1.609375 C 13.039063 -1.234375 13.0625 -0.96875 13.0625 -0.8125 C 13.0625 -0.675781 13.03125 -0.570313 12.96875 -0.5 C 12.90625 -0.425781 12.828125 -0.375 12.734375 -0.34375 C 12.648438 -0.3125 12.550781 -0.289063 12.4375 -0.28125 C 12.332031 -0.269531 12.238281 -0.265625 12.15625 -0.265625 C 12.132813 -0.265625 12.101563 -0.265625 12.0625 -0.265625 C 12.019531 -0.273438 11.972656 -0.285156 11.921875 -0.296875 C 11.878906 -0.304688 11.820313 -0.316406 11.75 -0.328125 L 10.765625 -4.890625 C 10.765625 -4.921875 10.722656 -4.976563 10.640625 -5.0625 C 10.554688 -5.15625 10.492188 -5.210938 10.453125 -5.234375 C 10.421875 -5.234375 10.394531 -5.238281 10.375 -5.25 C 10.351563 -5.25 10.335938 -5.25 10.328125 -5.25 C 10.316406 -5.257813 10.304688 -5.265625 10.296875 -5.265625 C 10.085938 -5.265625 9.890625 -5.175781 9.703125 -5 C 9.515625 -4.820313 9.335938 -4.601563 9.171875 -4.34375 C 9.015625 -4.082031 8.863281 -3.785156 8.71875 -3.453125 C 8.570313 -3.128906 8.441406 -2.804688 8.328125 -2.484375 C 8.222656 -2.171875 8.125 -1.878906 8.03125 -1.609375 C 7.945313 -1.335938 7.878906 -1.128906 7.828125 -0.984375 C 7.796875 -0.960938 7.71875 -0.945313 7.59375 -0.9375 C 7.46875 -0.925781 7.382813 -0.921875 7.34375 -0.921875 C 7.0625 -0.921875 6.84375 -1.019531 6.6875 -1.21875 C 6.539063 -1.414063 6.414063 -1.660156 6.3125 -1.953125 C 6.21875 -2.242188 6.132813 -2.5625 6.0625 -2.90625 C 6 -3.257813 5.921875 -3.582031 5.828125 -3.875 C 5.734375 -4.175781 5.601563 -4.425781 5.4375 -4.625 C 5.269531 -4.820313 5.03125 -4.921875 4.71875 -4.921875 C 4.613281 -4.921875 4.507813 -4.804688 4.40625 -4.578125 C 4.300781 -4.359375 4.207031 -4.078125 4.125 -3.734375 C 4.050781 -3.398438 3.976563 -3.035156 3.90625 -2.640625 C 3.832031 -2.253906 3.769531 -1.890625 3.71875 -1.546875 C 3.675781 -1.203125 3.644531 -0.910156 3.625 -0.671875 C 3.601563 -0.441406 3.59375 -0.328125 3.59375 -0.328125 C 3.570313 -0.304688 3.53125 -0.273438 3.46875 -0.234375 C 3.414063 -0.203125 3.351563 -0.164063 3.28125 -0.125 C 3.21875 -0.0820313 3.148438 -0.0507813 3.078125 -0.03125 C 3.015625 -0.0078125 2.96875 0 2.9375 0 C 2.65625 0 2.378906 -0.128906 2.109375 -0.390625 C 1.847656 -0.648438 1.609375 -0.984375 1.390625 -1.390625 C 1.171875 -1.804688 0.972656 -2.257813 0.796875 -2.75 C 0.617188 -3.25 0.46875 -3.738281 0.34375 -4.21875 C 0.226563 -4.695313 0.132813 -5.128906 0.0625 -5.515625 C 0 -5.898438 -0.03125 -6.195313 -0.03125 -6.40625 Z M -0.03125 -6.40625 "
id="path9" />
</g>
<g
id="glyph-0-4">
<path
d="M 0.3125 -4.234375 C 0.3125 -4.785156 0.375 -5.332031 0.5 -5.875 C 0.632813 -6.425781 0.84375 -6.921875 1.125 -7.359375 C 1.414063 -7.796875 1.789063 -8.148438 2.25 -8.421875 C 2.71875 -8.703125 3.285156 -8.84375 3.953125 -8.84375 C 4.328125 -8.84375 4.65625 -8.769531 4.9375 -8.625 C 5.21875 -8.488281 5.453125 -8.3125 5.640625 -8.09375 C 5.835938 -7.875 5.984375 -7.613281 6.078125 -7.3125 C 6.179688 -7.007813 6.234375 -6.695313 6.234375 -6.375 C 6.234375 -5.851563 6.113281 -5.347656 5.875 -4.859375 C 5.632813 -4.367188 5.3125 -3.9375 4.90625 -3.5625 C 4.507813 -3.195313 4.050781 -2.921875 3.53125 -2.734375 C 3.019531 -2.546875 2.492188 -2.503906 1.953125 -2.609375 C 1.960938 -2.316406 2.0625 -2.078125 2.25 -1.890625 C 2.4375 -1.710938 2.660156 -1.578125 2.921875 -1.484375 C 3.191406 -1.398438 3.46875 -1.34375 3.75 -1.3125 C 4.03125 -1.289063 4.285156 -1.28125 4.515625 -1.28125 C 4.742188 -1.28125 4.957031 -1.300781 5.15625 -1.34375 C 5.363281 -1.382813 5.566406 -1.429688 5.765625 -1.484375 C 5.972656 -1.535156 6.179688 -1.578125 6.390625 -1.609375 C 6.597656 -1.648438 6.820313 -1.671875 7.0625 -1.671875 C 7.144531 -1.671875 7.234375 -1.664063 7.328125 -1.65625 C 7.421875 -1.644531 7.507813 -1.625 7.59375 -1.59375 C 7.675781 -1.5625 7.738281 -1.503906 7.78125 -1.421875 C 7.832031 -1.347656 7.859375 -1.253906 7.859375 -1.140625 C 7.859375 -0.953125 7.785156 -0.789063 7.640625 -0.65625 C 7.503906 -0.53125 7.328125 -0.421875 7.109375 -0.328125 C 6.890625 -0.242188 6.644531 -0.175781 6.375 -0.125 C 6.113281 -0.0820313 5.859375 -0.046875 5.609375 -0.015625 C 5.367188 0.00390625 5.144531 0.015625 4.9375 0.015625 C 4.726563 0.0234375 4.570313 0.03125 4.46875 0.03125 C 3.8125 0.03125 3.222656 -0.0703125 2.703125 -0.28125 C 2.191406 -0.488281 1.757813 -0.773438 1.40625 -1.140625 C 1.050781 -1.515625 0.78125 -1.960938 0.59375 -2.484375 C 0.40625 -3.015625 0.3125 -3.597656 0.3125 -4.234375 Z M 1.921875 -5.234375 C 1.921875 -4.867188 1.96875 -4.601563 2.0625 -4.4375 C 2.15625 -4.28125 2.394531 -4.203125 2.78125 -4.203125 C 3.039063 -4.203125 3.296875 -4.25 3.546875 -4.34375 C 3.804688 -4.445313 4.039063 -4.582031 4.25 -4.75 C 4.457031 -4.925781 4.617188 -5.128906 4.734375 -5.359375 C 4.859375 -5.597656 4.921875 -5.851563 4.921875 -6.125 C 4.921875 -6.28125 4.90625 -6.4375 4.875 -6.59375 C 4.851563 -6.757813 4.800781 -6.910156 4.71875 -7.046875 C 4.644531 -7.179688 4.539063 -7.289063 4.40625 -7.375 C 4.28125 -7.46875 4.117188 -7.515625 3.921875 -7.515625 C 3.609375 -7.515625 3.328125 -7.445313 3.078125 -7.3125 C 2.835938 -7.175781 2.628906 -7 2.453125 -6.78125 C 2.273438 -6.5625 2.140625 -6.316406 2.046875 -6.046875 C 1.960938 -5.773438 1.921875 -5.503906 1.921875 -5.234375 Z M 1.921875 -5.234375 "
id="path12" />
</g>
<g
id="glyph-0-5">
<path
d="M 0.671875 -8.625 C 0.671875 -8.914063 0.648438 -9.203125 0.609375 -9.484375 C 0.566406 -9.765625 0.554688 -10.015625 0.578125 -10.234375 C 0.597656 -10.453125 0.675781 -10.625 0.8125 -10.75 C 0.945313 -10.882813 1.195313 -10.953125 1.5625 -10.953125 C 1.675781 -10.722656 1.785156 -10.367188 1.890625 -9.890625 C 2.003906 -9.410156 2.109375 -8.859375 2.203125 -8.234375 C 2.304688 -7.617188 2.40625 -6.945313 2.5 -6.21875 C 2.59375 -5.5 2.675781 -4.769531 2.75 -4.03125 C 2.820313 -3.300781 2.882813 -2.582031 2.9375 -1.875 C 3 -1.175781 3.046875 -0.535156 3.078125 0.046875 C 2.742188 0.265625 2.472656 0.273438 2.265625 0.078125 C 2.066406 -0.109375 1.898438 -0.429688 1.765625 -0.890625 C 1.628906 -1.347656 1.523438 -1.910156 1.453125 -2.578125 C 1.390625 -3.242188 1.320313 -3.9375 1.25 -4.65625 C 1.1875 -5.375 1.109375 -6.078125 1.015625 -6.765625 C 0.929688 -7.460938 0.816406 -8.082031 0.671875 -8.625 Z M 0.671875 -8.625 "
id="path15" />
</g>
<g
id="glyph-0-6">
<path
d="M 0.046875 -7.875 C 0.046875 -7.96875 0.046875 -8.0625 0.046875 -8.15625 C 0.0546875 -8.257813 0.078125 -8.351563 0.109375 -8.4375 C 0.148438 -8.519531 0.203125 -8.582031 0.265625 -8.625 C 0.328125 -8.675781 0.425781 -8.703125 0.5625 -8.703125 C 0.570313 -8.703125 0.582031 -8.703125 0.59375 -8.703125 C 0.613281 -8.703125 0.632813 -8.703125 0.65625 -8.703125 C 0.6875 -8.691406 0.710938 -8.6875 0.734375 -8.6875 C 0.921875 -8.425781 1.085938 -8.085938 1.234375 -7.671875 C 1.378906 -7.265625 1.515625 -6.828125 1.640625 -6.359375 C 1.773438 -5.898438 1.914063 -5.429688 2.0625 -4.953125 C 2.21875 -4.484375 2.414063 -4.0625 2.65625 -3.6875 C 2.90625 -3.3125 3.207031 -3.007813 3.5625 -2.78125 C 3.914063 -2.5625 4.359375 -2.46875 4.890625 -2.5 C 5.128906 -2.5 5.28125 -2.625 5.34375 -2.875 C 5.414063 -3.132813 5.453125 -3.460938 5.453125 -3.859375 C 5.460938 -4.253906 5.453125 -4.691406 5.421875 -5.171875 C 5.398438 -5.648438 5.398438 -6.101563 5.421875 -6.53125 C 5.453125 -6.96875 5.53125 -7.347656 5.65625 -7.671875 C 5.789063 -7.992188 6.015625 -8.210938 6.328125 -8.328125 C 6.460938 -8.054688 6.570313 -7.640625 6.65625 -7.078125 C 6.738281 -6.515625 6.800781 -5.863281 6.84375 -5.125 C 6.882813 -4.394531 6.90625 -3.597656 6.90625 -2.734375 C 6.90625 -1.878906 6.882813 -1.023438 6.84375 -0.171875 C 6.800781 0.671875 6.738281 1.484375 6.65625 2.265625 C 6.582031 3.046875 6.492188 3.734375 6.390625 4.328125 C 6.285156 4.921875 6.164063 5.382813 6.03125 5.71875 C 5.894531 6.0625 5.75 6.207031 5.59375 6.15625 C 5.382813 5.957031 5.21875 5.691406 5.09375 5.359375 C 4.976563 5.035156 4.894531 4.675781 4.84375 4.28125 C 4.800781 3.882813 4.785156 3.460938 4.796875 3.015625 C 4.804688 2.578125 4.820313 2.132813 4.84375 1.6875 C 4.875 1.238281 4.90625 0.800781 4.9375 0.375 C 4.976563 -0.0507813 5 -0.441406 5 -0.796875 C 4.632813 -0.765625 4.257813 -0.816406 3.875 -0.953125 C 3.5 -1.097656 3.125 -1.320313 2.75 -1.625 C 2.382813 -1.925781 2.035156 -2.289063 1.703125 -2.71875 C 1.378906 -3.144531 1.09375 -3.625 0.84375 -4.15625 C 0.59375 -4.695313 0.394531 -5.28125 0.25 -5.90625 C 0.113281 -6.53125 0.046875 -7.1875 0.046875 -7.875 Z M 0.046875 -7.875 "
id="path18" />
</g>
<g
id="glyph-0-7" />
<g
id="glyph-0-8">
<path
d="M 3.234375 -0.6875 C 3.390625 -0.800781 3.582031 -0.945313 3.8125 -1.125 C 4.039063 -1.300781 4.269531 -1.488281 4.5 -1.6875 C 4.738281 -1.894531 4.957031 -2.109375 5.15625 -2.328125 C 5.363281 -2.554688 5.523438 -2.773438 5.640625 -2.984375 C 5.765625 -3.191406 5.828125 -3.382813 5.828125 -3.5625 C 5.828125 -3.75 5.734375 -3.90625 5.546875 -4.03125 C 5.222656 -4.03125 4.867188 -4.015625 4.484375 -3.984375 C 4.097656 -3.960938 3.710938 -3.953125 3.328125 -3.953125 C 2.941406 -3.960938 2.566406 -3.992188 2.203125 -4.046875 C 1.835938 -4.109375 1.515625 -4.222656 1.234375 -4.390625 C 0.953125 -4.554688 0.726563 -4.785156 0.5625 -5.078125 C 0.394531 -5.378906 0.3125 -5.765625 0.3125 -6.234375 C 0.3125 -6.785156 0.414063 -7.28125 0.625 -7.71875 C 0.832031 -8.164063 1.109375 -8.554688 1.453125 -8.890625 C 1.796875 -9.234375 2.179688 -9.535156 2.609375 -9.796875 C 3.046875 -10.054688 3.484375 -10.273438 3.921875 -10.453125 C 4.179688 -10.378906 4.421875 -10.25 4.640625 -10.0625 C 4.867188 -9.882813 5.066406 -9.6875 5.234375 -9.46875 C 5.160156 -9.238281 5.019531 -9.0625 4.8125 -8.9375 C 4.601563 -8.820313 4.363281 -8.71875 4.09375 -8.625 C 3.820313 -8.53125 3.539063 -8.429688 3.25 -8.328125 C 2.957031 -8.234375 2.691406 -8.101563 2.453125 -7.9375 C 2.210938 -7.769531 2.007813 -7.550781 1.84375 -7.28125 C 1.675781 -7.007813 1.59375 -6.65625 1.59375 -6.21875 C 1.59375 -5.894531 1.675781 -5.65625 1.84375 -5.5 C 2.007813 -5.351563 2.222656 -5.25 2.484375 -5.1875 C 2.742188 -5.132813 3.039063 -5.113281 3.375 -5.125 C 3.71875 -5.144531 4.0625 -5.171875 4.40625 -5.203125 C 4.757813 -5.234375 5.101563 -5.25 5.4375 -5.25 C 5.769531 -5.257813 6.066406 -5.21875 6.328125 -5.125 C 6.597656 -5.039063 6.8125 -4.898438 6.96875 -4.703125 C 7.125 -4.515625 7.203125 -4.234375 7.203125 -3.859375 C 7.203125 -3.691406 7.148438 -3.476563 7.046875 -3.21875 C 6.941406 -2.96875 6.800781 -2.695313 6.625 -2.40625 C 6.445313 -2.125 6.238281 -1.835938 6 -1.546875 C 5.757813 -1.265625 5.507813 -1.007813 5.25 -0.78125 C 4.988281 -0.550781 4.726563 -0.363281 4.46875 -0.21875 C 4.207031 -0.0703125 3.96875 0 3.75 0 C 3.539063 0 3.398438 -0.0703125 3.328125 -0.21875 C 3.265625 -0.375 3.234375 -0.53125 3.234375 -0.6875 Z M 3.234375 -0.6875 "
id="path22" />
</g>
<g
id="glyph-0-9">
<path
d="M 0.3125 -3.09375 C 0.3125 -3.726563 0.457031 -4.316406 0.75 -4.859375 C 1.039063 -5.398438 1.425781 -5.863281 1.90625 -6.25 C 2.394531 -6.644531 2.941406 -6.953125 3.546875 -7.171875 C 4.148438 -7.398438 4.757813 -7.515625 5.375 -7.515625 C 5.726563 -7.515625 6.035156 -7.398438 6.296875 -7.171875 C 6.566406 -6.953125 6.789063 -6.679688 6.96875 -6.359375 C 7.15625 -6.046875 7.296875 -5.707031 7.390625 -5.34375 C 7.492188 -4.988281 7.546875 -4.679688 7.546875 -4.421875 C 7.546875 -3.847656 7.40625 -3.296875 7.125 -2.765625 C 6.851563 -2.234375 6.5 -1.757813 6.0625 -1.34375 C 5.625 -0.9375 5.128906 -0.601563 4.578125 -0.34375 C 4.035156 -0.09375 3.488281 0.03125 2.9375 0.03125 C 2.445313 0.03125 2.035156 -0.0507813 1.703125 -0.21875 C 1.367188 -0.382813 1.097656 -0.609375 0.890625 -0.890625 C 0.691406 -1.171875 0.546875 -1.5 0.453125 -1.875 C 0.359375 -2.257813 0.3125 -2.664063 0.3125 -3.09375 Z M 1.59375 -2.9375 C 1.59375 -2.675781 1.613281 -2.445313 1.65625 -2.25 C 1.707031 -2.050781 1.789063 -1.878906 1.90625 -1.734375 C 2.03125 -1.597656 2.1875 -1.488281 2.375 -1.40625 C 2.570313 -1.332031 2.8125 -1.296875 3.09375 -1.296875 C 3.46875 -1.296875 3.84375 -1.398438 4.21875 -1.609375 C 4.59375 -1.816406 4.929688 -2.078125 5.234375 -2.390625 C 5.535156 -2.710938 5.773438 -3.066406 5.953125 -3.453125 C 6.140625 -3.847656 6.234375 -4.226563 6.234375 -4.59375 C 6.234375 -4.75 6.21875 -4.921875 6.1875 -5.109375 C 6.15625 -5.304688 6.101563 -5.488281 6.03125 -5.65625 C 5.96875 -5.820313 5.867188 -5.957031 5.734375 -6.0625 C 5.597656 -6.175781 5.429688 -6.234375 5.234375 -6.234375 C 5.046875 -6.234375 4.828125 -6.171875 4.578125 -6.046875 C 4.328125 -5.929688 4.066406 -5.773438 3.796875 -5.578125 C 3.535156 -5.390625 3.273438 -5.171875 3.015625 -4.921875 C 2.753906 -4.679688 2.515625 -4.4375 2.296875 -4.1875 C 2.085938 -3.945313 1.914063 -3.710938 1.78125 -3.484375 C 1.65625 -3.265625 1.59375 -3.082031 1.59375 -2.9375 Z M 1.59375 -2.9375 "
id="path25" />
</g>
<g
id="glyph-0-10">
<path
d="M 0.3125 -6.21875 C 0.3125 -6.28125 0.3125 -6.390625 0.3125 -6.546875 C 0.3125 -6.703125 0.3125 -6.863281 0.3125 -7.03125 C 0.3125 -7.207031 0.3125 -7.367188 0.3125 -7.515625 C 0.320313 -7.671875 0.328125 -7.773438 0.328125 -7.828125 C 0.398438 -7.953125 0.484375 -8.070313 0.578125 -8.1875 C 0.679688 -8.3125 0.785156 -8.394531 0.890625 -8.4375 C 0.992188 -8.476563 1.109375 -8.484375 1.234375 -8.453125 C 1.367188 -8.429688 1.5 -8.332031 1.625 -8.15625 L 1.625 -7.828125 C 1.613281 -7.785156 1.59375 -7.664063 1.5625 -7.46875 C 1.539063 -7.28125 1.507813 -7.078125 1.46875 -6.859375 C 1.425781 -6.640625 1.382813 -6.429688 1.34375 -6.234375 C 1.3125 -6.046875 1.296875 -5.929688 1.296875 -5.890625 C 1.296875 -5.691406 1.316406 -5.445313 1.359375 -5.15625 C 1.398438 -4.863281 1.457031 -4.5625 1.53125 -4.25 C 1.601563 -3.9375 1.695313 -3.617188 1.8125 -3.296875 C 1.9375 -2.984375 2.078125 -2.703125 2.234375 -2.453125 C 2.398438 -2.210938 2.582031 -2.007813 2.78125 -1.84375 C 2.976563 -1.675781 3.207031 -1.59375 3.46875 -1.59375 C 3.800781 -1.59375 4.085938 -1.679688 4.328125 -1.859375 C 4.578125 -2.035156 4.796875 -2.257813 4.984375 -2.53125 C 5.171875 -2.800781 5.320313 -3.109375 5.4375 -3.453125 C 5.550781 -3.804688 5.644531 -4.15625 5.71875 -4.5 C 5.789063 -4.851563 5.84375 -5.191406 5.875 -5.515625 C 5.90625 -5.835938 5.921875 -6.125 5.921875 -6.375 C 5.921875 -6.613281 5.898438 -6.84375 5.859375 -7.0625 C 5.828125 -7.28125 5.785156 -7.492188 5.734375 -7.703125 C 5.679688 -7.921875 5.632813 -8.132813 5.59375 -8.34375 C 5.5625 -8.550781 5.546875 -8.765625 5.546875 -8.984375 C 5.546875 -9.171875 5.613281 -9.304688 5.75 -9.390625 C 5.882813 -9.472656 6.039063 -9.515625 6.21875 -9.515625 C 6.4375 -9.515625 6.609375 -9.445313 6.734375 -9.3125 C 6.867188 -9.1875 6.972656 -9.023438 7.046875 -8.828125 C 7.128906 -8.640625 7.179688 -8.421875 7.203125 -8.171875 C 7.222656 -7.929688 7.234375 -7.6875 7.234375 -7.4375 C 7.234375 -7.195313 7.226563 -6.96875 7.21875 -6.75 C 7.207031 -6.53125 7.203125 -6.351563 7.203125 -6.21875 C 7.203125 -5.875 7.175781 -5.484375 7.125 -5.046875 C 7.082031 -4.609375 6.992188 -4.15625 6.859375 -3.6875 C 6.734375 -3.226563 6.578125 -2.773438 6.390625 -2.328125 C 6.203125 -1.878906 5.972656 -1.476563 5.703125 -1.125 C 5.441406 -0.78125 5.132813 -0.5 4.78125 -0.28125 C 4.425781 -0.0703125 4.03125 0.03125 3.59375 0.03125 C 3.132813 0.03125 2.734375 -0.078125 2.390625 -0.296875 C 2.046875 -0.515625 1.753906 -0.800781 1.515625 -1.15625 C 1.273438 -1.519531 1.070313 -1.929688 0.90625 -2.390625 C 0.75 -2.847656 0.625 -3.304688 0.53125 -3.765625 C 0.445313 -4.222656 0.390625 -4.664063 0.359375 -5.09375 C 0.328125 -5.53125 0.3125 -5.90625 0.3125 -6.21875 Z M 0.3125 -6.21875 "
id="path28" />
</g>
<g
id="glyph-0-11">
<path
d="M 0.3125 -6.40625 C 0.3125 -6.5 0.3125 -6.59375 0.3125 -6.6875 C 0.320313 -6.78125 0.34375 -6.863281 0.375 -6.9375 C 0.40625 -7.019531 0.453125 -7.082031 0.515625 -7.125 C 0.585938 -7.175781 0.6875 -7.203125 0.8125 -7.203125 C 0.90625 -7.203125 1.015625 -7.125 1.140625 -6.96875 C 1.273438 -6.8125 1.40625 -6.613281 1.53125 -6.375 C 1.664063 -6.132813 1.796875 -5.875 1.921875 -5.59375 C 2.054688 -5.3125 2.171875 -5.050781 2.265625 -4.8125 C 2.359375 -4.570313 2.4375 -4.363281 2.5 -4.1875 C 2.5625 -4.019531 2.597656 -3.929688 2.609375 -3.921875 C 2.742188 -4.273438 2.890625 -4.660156 3.046875 -5.078125 C 3.210938 -5.492188 3.414063 -5.878906 3.65625 -6.234375 C 3.894531 -6.597656 4.175781 -6.898438 4.5 -7.140625 C 4.832031 -7.390625 5.238281 -7.515625 5.71875 -7.515625 C 5.957031 -7.515625 6.1875 -7.472656 6.40625 -7.390625 C 6.625 -7.316406 6.816406 -7.207031 6.984375 -7.0625 C 7.148438 -6.914063 7.285156 -6.738281 7.390625 -6.53125 C 7.492188 -6.332031 7.546875 -6.101563 7.546875 -5.84375 C 7.546875 -5.613281 7.457031 -5.453125 7.28125 -5.359375 C 7.101563 -5.273438 6.898438 -5.234375 6.671875 -5.234375 L 6.53125 -5.234375 L 5.875 -5.890625 C 5.851563 -5.890625 5.835938 -5.894531 5.828125 -5.90625 C 5.804688 -5.90625 5.785156 -5.90625 5.765625 -5.90625 C 5.753906 -5.914063 5.738281 -5.921875 5.71875 -5.921875 C 5.363281 -5.921875 5.085938 -5.816406 4.890625 -5.609375 C 4.691406 -5.410156 4.539063 -5.164063 4.4375 -4.875 C 4.332031 -4.59375 4.265625 -4.289063 4.234375 -3.96875 C 4.210938 -3.644531 4.203125 -3.351563 4.203125 -3.09375 C 4.203125 -2.894531 4.222656 -2.691406 4.265625 -2.484375 C 4.304688 -2.273438 4.351563 -2.066406 4.40625 -1.859375 C 4.457031 -1.660156 4.503906 -1.457031 4.546875 -1.25 C 4.585938 -1.039063 4.609375 -0.828125 4.609375 -0.609375 C 4.609375 -0.179688 4.378906 0.03125 3.921875 0.03125 C 3.660156 0.03125 3.394531 -0.101563 3.125 -0.375 C 2.851563 -0.644531 2.582031 -0.988281 2.3125 -1.40625 C 2.039063 -1.820313 1.78125 -2.28125 1.53125 -2.78125 C 1.289063 -3.28125 1.078125 -3.769531 0.890625 -4.25 C 0.710938 -4.726563 0.570313 -5.160156 0.46875 -5.546875 C 0.363281 -5.929688 0.3125 -6.21875 0.3125 -6.40625 Z M 0.3125 -6.40625 "
id="path31" />
</g>
<g
id="glyph-0-12">
<path
d="M 0 -4.59375 C 0 -5.019531 0.09375 -5.460938 0.28125 -5.921875 C 0.46875 -6.390625 0.71875 -6.816406 1.03125 -7.203125 C 1.351563 -7.585938 1.71875 -7.90625 2.125 -8.15625 C 2.539063 -8.40625 2.976563 -8.53125 3.4375 -8.53125 C 3.664063 -8.53125 3.894531 -8.488281 4.125 -8.40625 C 4.363281 -8.332031 4.578125 -8.21875 4.765625 -8.0625 C 4.953125 -7.90625 5.101563 -7.71875 5.21875 -7.5 C 5.332031 -7.289063 5.390625 -7.054688 5.390625 -6.796875 C 5.210938 -6.796875 5.050781 -6.816406 4.90625 -6.859375 C 4.757813 -6.898438 4.613281 -6.945313 4.46875 -7 C 4.320313 -7.0625 4.179688 -7.109375 4.046875 -7.140625 C 3.910156 -7.179688 3.757813 -7.203125 3.59375 -7.203125 C 3.175781 -7.203125 2.835938 -7.097656 2.578125 -6.890625 C 2.316406 -6.679688 2.109375 -6.421875 1.953125 -6.109375 C 1.804688 -5.796875 1.703125 -5.457031 1.640625 -5.09375 C 1.585938 -4.738281 1.5625 -4.398438 1.5625 -4.078125 C 1.5625 -4.035156 1.5625 -3.941406 1.5625 -3.796875 C 1.570313 -3.648438 1.578125 -3.5 1.578125 -3.34375 C 1.585938 -3.1875 1.59375 -3.035156 1.59375 -2.890625 C 1.601563 -2.753906 1.613281 -2.660156 1.625 -2.609375 C 1.738281 -2.359375 1.847656 -2.164063 1.953125 -2.03125 C 2.066406 -1.90625 2.179688 -1.804688 2.296875 -1.734375 C 2.421875 -1.671875 2.550781 -1.628906 2.6875 -1.609375 C 2.832031 -1.597656 3.003906 -1.59375 3.203125 -1.59375 C 3.460938 -1.59375 3.691406 -1.632813 3.890625 -1.71875 C 4.085938 -1.800781 4.269531 -1.898438 4.4375 -2.015625 C 4.613281 -2.128906 4.78125 -2.253906 4.9375 -2.390625 C 5.09375 -2.523438 5.253906 -2.648438 5.421875 -2.765625 C 5.585938 -2.878906 5.769531 -2.972656 5.96875 -3.046875 C 6.164063 -3.128906 6.390625 -3.171875 6.640625 -3.171875 C 6.640625 -2.671875 6.550781 -2.226563 6.375 -1.84375 C 6.195313 -1.457031 5.945313 -1.125 5.625 -0.84375 C 5.3125 -0.570313 4.9375 -0.363281 4.5 -0.21875 C 4.070313 -0.0703125 3.601563 0 3.09375 0 C 2.613281 0 2.179688 -0.160156 1.796875 -0.484375 C 1.421875 -0.804688 1.097656 -1.203125 0.828125 -1.671875 C 0.554688 -2.148438 0.347656 -2.65625 0.203125 -3.1875 C 0.0664063 -3.71875 0 -4.1875 0 -4.59375 Z M 0 -4.59375 "
id="path34" />
</g>
<g
id="glyph-0-13">
<path
d="M 3.234375 -1.484375 C 3.234375 -2.035156 3.285156 -2.582031 3.390625 -3.125 C 3.492188 -3.675781 3.613281 -4.222656 3.75 -4.765625 C 3.882813 -5.316406 4.003906 -5.875 4.109375 -6.4375 C 4.210938 -7 4.265625 -7.570313 4.265625 -8.15625 C 4.265625 -8.238281 4.257813 -8.375 4.25 -8.5625 C 4.25 -8.75 4.25 -8.941406 4.25 -9.140625 C 4.25 -9.347656 4.242188 -9.546875 4.234375 -9.734375 C 4.234375 -9.921875 4.234375 -10.050781 4.234375 -10.125 C 4.210938 -10.164063 4.160156 -10.222656 4.078125 -10.296875 C 4.003906 -10.378906 3.953125 -10.429688 3.921875 -10.453125 L 3.75 -10.453125 C 3.414063 -10.453125 3.132813 -10.378906 2.90625 -10.234375 C 2.6875 -10.085938 2.5 -9.90625 2.34375 -9.6875 C 2.1875 -9.476563 2.039063 -9.242188 1.90625 -8.984375 C 1.769531 -8.722656 1.625 -8.484375 1.46875 -8.265625 C 1.3125 -8.054688 1.132813 -7.878906 0.9375 -7.734375 C 0.738281 -7.585938 0.492188 -7.515625 0.203125 -7.515625 C 0.203125 -8.054688 0.289063 -8.582031 0.46875 -9.09375 C 0.65625 -9.601563 0.914063 -10.054688 1.25 -10.453125 C 1.59375 -10.859375 2 -11.179688 2.46875 -11.421875 C 2.945313 -11.671875 3.472656 -11.796875 4.046875 -11.796875 C 4.285156 -11.796875 4.476563 -11.785156 4.625 -11.765625 C 4.78125 -11.742188 4.914063 -11.695313 5.03125 -11.625 C 5.144531 -11.5625 5.234375 -11.457031 5.296875 -11.3125 C 5.367188 -11.175781 5.453125 -10.992188 5.546875 -10.765625 C 5.546875 -10.679688 5.546875 -10.535156 5.546875 -10.328125 C 5.546875 -10.117188 5.546875 -9.890625 5.546875 -9.640625 C 5.554688 -9.398438 5.5625 -9.171875 5.5625 -8.953125 C 5.570313 -8.734375 5.578125 -8.582031 5.578125 -8.5 C 5.578125 -7.96875 5.546875 -7.441406 5.484375 -6.921875 C 5.421875 -6.398438 5.347656 -5.882813 5.265625 -5.375 C 5.179688 -4.875 5.109375 -4.363281 5.046875 -3.84375 C 4.984375 -3.332031 4.953125 -2.8125 4.953125 -2.28125 L 5.234375 -2.28125 L 8.828125 -3.921875 C 8.835938 -3.921875 8.859375 -3.921875 8.890625 -3.921875 C 8.929688 -3.929688 8.972656 -3.9375 9.015625 -3.9375 C 9.066406 -3.9375 9.113281 -3.9375 9.15625 -3.9375 C 9.207031 -3.945313 9.242188 -3.953125 9.265625 -3.953125 C 9.359375 -3.953125 9.453125 -3.945313 9.546875 -3.9375 C 9.648438 -3.925781 9.742188 -3.90625 9.828125 -3.875 C 9.921875 -3.84375 10 -3.789063 10.0625 -3.71875 C 10.125 -3.644531 10.15625 -3.550781 10.15625 -3.4375 C 10.15625 -3.21875 10.085938 -3.046875 9.953125 -2.921875 C 9.816406 -2.804688 9.660156 -2.710938 9.484375 -2.640625 C 9.304688 -2.566406 9.125 -2.503906 8.9375 -2.453125 C 8.75 -2.398438 8.59375 -2.34375 8.46875 -2.28125 C 8.382813 -2.226563 8.242188 -2.148438 8.046875 -2.046875 C 7.847656 -1.953125 7.613281 -1.84375 7.34375 -1.71875 C 7.082031 -1.59375 6.804688 -1.457031 6.515625 -1.3125 C 6.234375 -1.164063 5.960938 -1.023438 5.703125 -0.890625 C 5.453125 -0.765625 5.222656 -0.648438 5.015625 -0.546875 C 4.816406 -0.441406 4.671875 -0.367188 4.578125 -0.328125 C 4.554688 -0.328125 4.519531 -0.320313 4.46875 -0.3125 C 4.425781 -0.3125 4.375 -0.3125 4.3125 -0.3125 C 4.257813 -0.3125 4.207031 -0.3125 4.15625 -0.3125 C 4.113281 -0.3125 4.082031 -0.3125 4.0625 -0.3125 C 3.863281 -0.3125 3.707031 -0.332031 3.59375 -0.375 C 3.476563 -0.414063 3.394531 -0.484375 3.34375 -0.578125 C 3.289063 -0.679688 3.257813 -0.800781 3.25 -0.9375 C 3.238281 -1.082031 3.234375 -1.265625 3.234375 -1.484375 Z M 3.234375 -1.484375 "
id="path37" />
</g>
<g
id="glyph-0-14">
<path
d="M 0.3125 -9.796875 C 0.3125 -9.929688 0.3125 -10.128906 0.3125 -10.390625 C 0.3125 -10.648438 0.332031 -10.90625 0.375 -11.15625 C 0.425781 -11.414063 0.507813 -11.644531 0.625 -11.84375 C 0.738281 -12.039063 0.910156 -12.140625 1.140625 -12.140625 C 1.273438 -12.140625 1.382813 -12.023438 1.46875 -11.796875 C 1.550781 -11.566406 1.617188 -11.28125 1.671875 -10.9375 C 1.734375 -10.59375 1.773438 -10.210938 1.796875 -9.796875 C 1.828125 -9.390625 1.847656 -9.003906 1.859375 -8.640625 C 1.878906 -8.273438 1.894531 -7.957031 1.90625 -7.6875 C 1.914063 -7.414063 1.929688 -7.25 1.953125 -7.1875 C 1.984375 -7.03125 2.039063 -6.785156 2.125 -6.453125 C 2.207031 -6.128906 2.300781 -5.757813 2.40625 -5.34375 C 2.507813 -4.9375 2.617188 -4.507813 2.734375 -4.0625 C 2.859375 -3.625 2.972656 -3.203125 3.078125 -2.796875 C 3.191406 -2.390625 3.289063 -2.019531 3.375 -1.6875 C 3.46875 -1.363281 3.539063 -1.128906 3.59375 -0.984375 C 3.59375 -0.960938 3.597656 -0.929688 3.609375 -0.890625 C 3.617188 -0.859375 3.625 -0.832031 3.625 -0.8125 C 3.625 -0.695313 3.585938 -0.601563 3.515625 -0.53125 C 3.441406 -0.46875 3.347656 -0.414063 3.234375 -0.375 C 3.128906 -0.34375 3.019531 -0.320313 2.90625 -0.3125 C 2.800781 -0.3125 2.703125 -0.3125 2.609375 -0.3125 C 2.566406 -0.3125 2.503906 -0.3125 2.421875 -0.3125 C 2.347656 -0.320313 2.300781 -0.328125 2.28125 -0.328125 C 2.070313 -1.046875 1.847656 -1.796875 1.609375 -2.578125 C 1.367188 -3.367188 1.148438 -4.171875 0.953125 -4.984375 C 0.765625 -5.796875 0.609375 -6.609375 0.484375 -7.421875 C 0.367188 -8.242188 0.3125 -9.035156 0.3125 -9.796875 Z M 0.3125 -9.796875 "
id="path40" />
</g>
<g
id="glyph-0-15">
<path
d="M 2.125 -1.234375 C 2.582031 -1.234375 2.8125 -0.992188 2.8125 -0.515625 C 2.695313 -0.222656 2.550781 -0.03125 2.375 0.0625 C 2.207031 0.164063 2.046875 0.203125 1.890625 0.171875 C 1.742188 0.148438 1.613281 0.078125 1.5 -0.046875 C 1.382813 -0.171875 1.320313 -0.304688 1.3125 -0.453125 C 1.300781 -0.609375 1.351563 -0.757813 1.46875 -0.90625 C 1.59375 -1.050781 1.8125 -1.160156 2.125 -1.234375 Z M 2.125 -1.234375 "
id="path43" />
</g>
<g
id="glyph-0-16">
<path
d="M 5.59375 -6.6875 C 5.59375 -6.726563 5.585938 -6.800781 5.578125 -6.90625 C 5.578125 -7.019531 5.570313 -7.140625 5.5625 -7.265625 C 5.550781 -7.390625 5.546875 -7.503906 5.546875 -7.609375 C 5.546875 -7.722656 5.546875 -7.796875 5.546875 -7.828125 C 5.273438 -7.523438 5.035156 -7.285156 4.828125 -7.109375 C 4.628906 -6.929688 4.429688 -6.796875 4.234375 -6.703125 C 4.035156 -6.617188 3.828125 -6.566406 3.609375 -6.546875 C 3.398438 -6.523438 3.140625 -6.515625 2.828125 -6.515625 C 2.535156 -6.515625 2.273438 -6.535156 2.046875 -6.578125 C 1.816406 -6.617188 1.609375 -6.691406 1.421875 -6.796875 C 1.234375 -6.898438 1.050781 -7.035156 0.875 -7.203125 C 0.695313 -7.378906 0.515625 -7.585938 0.328125 -7.828125 C 0.328125 -7.878906 0.320313 -7.976563 0.3125 -8.125 C 0.3125 -8.269531 0.3125 -8.421875 0.3125 -8.578125 C 0.3125 -8.742188 0.3125 -8.894531 0.3125 -9.03125 C 0.3125 -9.164063 0.3125 -9.257813 0.3125 -9.3125 C 0.3125 -9.820313 0.375 -10.304688 0.5 -10.765625 C 0.625 -11.222656 0.820313 -11.625 1.09375 -11.96875 C 1.363281 -12.320313 1.707031 -12.597656 2.125 -12.796875 C 2.550781 -12.992188 3.050781 -13.09375 3.625 -13.09375 C 4.175781 -13.09375 4.648438 -12.984375 5.046875 -12.765625 C 5.441406 -12.554688 5.769531 -12.273438 6.03125 -11.921875 C 6.289063 -11.566406 6.5 -11.15625 6.65625 -10.6875 C 6.8125 -10.226563 6.925781 -9.753906 7 -9.265625 C 7.082031 -8.785156 7.132813 -8.300781 7.15625 -7.8125 C 7.175781 -7.332031 7.1875 -6.898438 7.1875 -6.515625 L 7.1875 -6.21875 C 7.175781 -6.082031 7.144531 -5.878906 7.09375 -5.609375 C 7.039063 -5.335938 6.976563 -5.03125 6.90625 -4.6875 C 6.84375 -4.34375 6.773438 -3.976563 6.703125 -3.59375 C 6.628906 -3.21875 6.5625 -2.859375 6.5 -2.515625 C 6.4375 -2.171875 6.378906 -1.859375 6.328125 -1.578125 C 6.273438 -1.304688 6.238281 -1.109375 6.21875 -0.984375 C 6.050781 -0.691406 5.847656 -0.484375 5.609375 -0.359375 C 5.367188 -0.234375 5.085938 -0.171875 4.765625 -0.171875 C 4.765625 -0.722656 4.804688 -1.269531 4.890625 -1.8125 C 4.984375 -2.363281 5.078125 -2.90625 5.171875 -3.4375 C 5.273438 -3.976563 5.367188 -4.519531 5.453125 -5.0625 C 5.546875 -5.601563 5.59375 -6.144531 5.59375 -6.6875 Z M 1.59375 -9.46875 C 1.59375 -9.257813 1.601563 -9.054688 1.625 -8.859375 C 1.65625 -8.660156 1.707031 -8.488281 1.78125 -8.34375 C 1.863281 -8.195313 1.984375 -8.070313 2.140625 -7.96875 C 2.296875 -7.875 2.515625 -7.828125 2.796875 -7.828125 C 3.046875 -7.828125 3.316406 -7.9375 3.609375 -8.15625 C 3.898438 -8.375 4.164063 -8.632813 4.40625 -8.9375 C 4.644531 -9.238281 4.847656 -9.546875 5.015625 -9.859375 C 5.179688 -10.171875 5.265625 -10.425781 5.265625 -10.625 C 5.265625 -10.769531 5.195313 -10.910156 5.0625 -11.046875 C 4.9375 -11.191406 4.785156 -11.316406 4.609375 -11.421875 C 4.441406 -11.523438 4.265625 -11.613281 4.078125 -11.6875 C 3.890625 -11.757813 3.738281 -11.796875 3.625 -11.796875 C 3.238281 -11.796875 2.910156 -11.738281 2.640625 -11.625 C 2.378906 -11.507813 2.171875 -11.347656 2.015625 -11.140625 C 1.867188 -10.941406 1.757813 -10.695313 1.6875 -10.40625 C 1.625 -10.125 1.59375 -9.8125 1.59375 -9.46875 Z M 1.59375 -9.46875 "
id="path46" />
</g>
<g
id="glyph-0-17">
<path
d="M 3.765625 -1.3125 C 3.859375 -1.550781 3.957031 -1.953125 4.0625 -2.515625 C 4.175781 -3.078125 4.304688 -3.710938 4.453125 -4.421875 C 4.609375 -5.140625 4.773438 -5.882813 4.953125 -6.65625 C 5.140625 -7.4375 5.34375 -8.160156 5.5625 -8.828125 C 5.789063 -9.503906 6.035156 -10.082031 6.296875 -10.5625 C 6.554688 -11.050781 6.851563 -11.351563 7.1875 -11.46875 C 7.632813 -11.46875 7.859375 -11.234375 7.859375 -10.765625 C 7.835938 -10.578125 7.789063 -10.273438 7.71875 -9.859375 C 7.644531 -9.453125 7.546875 -8.984375 7.421875 -8.453125 C 7.304688 -7.929688 7.171875 -7.363281 7.015625 -6.75 C 6.867188 -6.132813 6.707031 -5.515625 6.53125 -4.890625 C 6.363281 -4.265625 6.1875 -3.65625 6 -3.0625 C 5.820313 -2.476563 5.640625 -1.957031 5.453125 -1.5 C 5.273438 -1.039063 5.097656 -0.660156 4.921875 -0.359375 C 4.753906 -0.0546875 4.59375 0.117188 4.4375 0.171875 C 4.289063 0.234375 4.160156 0.148438 4.046875 -0.078125 C 3.929688 -0.304688 3.835938 -0.71875 3.765625 -1.3125 Z M 6.828125 -2.796875 C 6.828125 -3.148438 6.925781 -3.441406 7.125 -3.671875 C 7.332031 -3.910156 7.582031 -4.097656 7.875 -4.234375 C 8.175781 -4.378906 8.488281 -4.476563 8.8125 -4.53125 C 9.144531 -4.582031 9.4375 -4.609375 9.6875 -4.609375 C 10.21875 -4.609375 10.59375 -4.5 10.8125 -4.28125 C 11.03125 -4.0625 11.140625 -3.691406 11.140625 -3.171875 C 11.140625 -2.390625 10.921875 -1.765625 10.484375 -1.296875 C 10.046875 -0.835938 9.425781 -0.609375 8.625 -0.609375 C 8.40625 -0.609375 8.1875 -0.675781 7.96875 -0.8125 C 7.75 -0.957031 7.554688 -1.140625 7.390625 -1.359375 C 7.222656 -1.578125 7.085938 -1.8125 6.984375 -2.0625 C 6.878906 -2.320313 6.828125 -2.566406 6.828125 -2.796875 Z M 9.859375 -3.375 C 9.492188 -3.425781 9.1875 -3.453125 8.9375 -3.453125 C 8.695313 -3.453125 8.523438 -3.40625 8.421875 -3.3125 C 8.328125 -3.226563 8.300781 -3.085938 8.34375 -2.890625 C 8.382813 -2.691406 8.507813 -2.429688 8.71875 -2.109375 C 9.03125 -1.929688 9.273438 -1.84375 9.453125 -1.84375 C 9.628906 -1.84375 9.757813 -1.910156 9.84375 -2.046875 C 9.925781 -2.179688 9.960938 -2.363281 9.953125 -2.59375 C 9.953125 -2.820313 9.921875 -3.082031 9.859375 -3.375 Z M 0.3125 -7.8125 C 0.3125 -8.132813 0.34375 -8.46875 0.40625 -8.8125 C 0.476563 -9.164063 0.597656 -9.488281 0.765625 -9.78125 C 0.929688 -10.070313 1.148438 -10.304688 1.421875 -10.484375 C 1.703125 -10.671875 2.039063 -10.765625 2.4375 -10.765625 C 2.644531 -10.765625 2.835938 -10.710938 3.015625 -10.609375 C 3.203125 -10.515625 3.363281 -10.382813 3.5 -10.21875 C 3.632813 -10.0625 3.742188 -9.882813 3.828125 -9.6875 C 3.910156 -9.488281 3.953125 -9.296875 3.953125 -9.109375 C 3.953125 -8.835938 3.859375 -8.5625 3.671875 -8.28125 C 3.492188 -8.007813 3.269531 -7.765625 3 -7.546875 C 2.738281 -7.328125 2.453125 -7.148438 2.140625 -7.015625 C 1.835938 -6.890625 1.554688 -6.828125 1.296875 -6.828125 C 1.023438 -6.828125 0.789063 -6.914063 0.59375 -7.09375 C 0.40625 -7.28125 0.3125 -7.519531 0.3125 -7.8125 Z M 2.71875 -9.578125 C 2.351563 -9.640625 2.046875 -9.671875 1.796875 -9.671875 C 1.554688 -9.671875 1.382813 -9.625 1.28125 -9.53125 C 1.175781 -9.4375 1.144531 -9.289063 1.1875 -9.09375 C 1.226563 -8.894531 1.351563 -8.628906 1.5625 -8.296875 C 1.882813 -8.117188 2.132813 -8.03125 2.3125 -8.03125 C 2.488281 -8.039063 2.613281 -8.109375 2.6875 -8.234375 C 2.769531 -8.367188 2.8125 -8.550781 2.8125 -8.78125 C 2.8125 -9.019531 2.78125 -9.285156 2.71875 -9.578125 Z M 2.71875 -9.578125 "
id="path49" />
</g>
<g
id="glyph-0-18">
<path
d="M 0.75 -9.90625 C 0.75 -10.019531 0.757813 -10.160156 0.78125 -10.328125 C 0.8125 -10.492188 0.859375 -10.648438 0.921875 -10.796875 C 0.984375 -10.953125 1.066406 -11.082031 1.171875 -11.1875 C 1.273438 -11.300781 1.40625 -11.359375 1.5625 -11.359375 C 1.570313 -11.359375 1.597656 -11.351563 1.640625 -11.34375 C 1.679688 -11.332031 1.707031 -11.328125 1.71875 -11.328125 C 1.894531 -10.691406 2 -10.0625 2.03125 -9.4375 C 2.0625 -8.820313 2.050781 -8.222656 2 -7.640625 C 1.945313 -7.054688 1.867188 -6.492188 1.765625 -5.953125 C 1.660156 -5.410156 1.578125 -4.910156 1.515625 -4.453125 C 1.453125 -3.992188 1.410156 -3.582031 1.390625 -3.21875 C 1.378906 -2.851563 1.4375 -2.539063 1.5625 -2.28125 C 1.539063 -2.445313 1.523438 -2.644531 1.515625 -2.875 C 1.515625 -3.101563 1.535156 -3.335938 1.578125 -3.578125 C 1.617188 -3.828125 1.691406 -4.070313 1.796875 -4.3125 C 1.910156 -4.5625 2.066406 -4.78125 2.265625 -4.96875 C 2.472656 -5.164063 2.734375 -5.316406 3.046875 -5.421875 C 3.367188 -5.535156 3.769531 -5.59375 4.25 -5.59375 C 4.75 -5.59375 5.175781 -5.503906 5.53125 -5.328125 C 5.894531 -5.160156 6.191406 -4.925781 6.421875 -4.625 C 6.660156 -4.320313 6.835938 -3.96875 6.953125 -3.5625 C 7.078125 -3.164063 7.140625 -2.738281 7.140625 -2.28125 C 7.140625 -2.070313 7.132813 -1.832031 7.125 -1.5625 C 7.125 -1.289063 7.085938 -1.039063 7.015625 -0.8125 C 6.953125 -0.582031 6.835938 -0.390625 6.671875 -0.234375 C 6.503906 -0.078125 6.257813 0 5.9375 0 C 5.9375 -0.164063 5.941406 -0.382813 5.953125 -0.65625 C 5.972656 -0.9375 5.984375 -1.234375 5.984375 -1.546875 C 5.992188 -1.867188 5.988281 -2.191406 5.96875 -2.515625 C 5.945313 -2.835938 5.878906 -3.128906 5.765625 -3.390625 C 5.648438 -3.648438 5.492188 -3.863281 5.296875 -4.03125 C 5.097656 -4.195313 4.828125 -4.28125 4.484375 -4.28125 C 4.359375 -4.28125 4.207031 -4.269531 4.03125 -4.25 C 3.851563 -4.238281 3.671875 -4.191406 3.484375 -4.109375 C 3.304688 -4.035156 3.128906 -3.910156 2.953125 -3.734375 C 2.785156 -3.566406 2.648438 -3.335938 2.546875 -3.046875 C 2.441406 -2.765625 2.378906 -2.398438 2.359375 -1.953125 C 2.347656 -1.515625 2.40625 -0.972656 2.53125 -0.328125 C 2.457031 -0.148438 2.367188 -0.046875 2.265625 -0.015625 C 2.160156 0.015625 2.023438 0.03125 1.859375 0.03125 C 1.535156 0.03125 1.269531 -0.0820313 1.0625 -0.3125 C 0.851563 -0.539063 0.691406 -0.847656 0.578125 -1.234375 C 0.460938 -1.617188 0.390625 -2.066406 0.359375 -2.578125 C 0.328125 -3.085938 0.3125 -3.617188 0.3125 -4.171875 C 0.320313 -4.722656 0.347656 -5.285156 0.390625 -5.859375 C 0.441406 -6.429688 0.488281 -6.972656 0.53125 -7.484375 C 0.582031 -8.003906 0.628906 -8.472656 0.671875 -8.890625 C 0.722656 -9.316406 0.75 -9.65625 0.75 -9.90625 Z M 0.75 -9.90625 "
id="path52" />
</g>
<g
id="glyph-0-19">
<path
d="M 6.859375 -1.96875 C 6.472656 -1.695313 6.140625 -1.457031 5.859375 -1.25 C 5.578125 -1.039063 5.304688 -0.863281 5.046875 -0.71875 C 4.785156 -0.582031 4.503906 -0.476563 4.203125 -0.40625 C 3.898438 -0.34375 3.53125 -0.3125 3.09375 -0.3125 C 2.144531 -0.3125 1.441406 -0.5625 0.984375 -1.0625 C 0.535156 -1.5625 0.3125 -2.3125 0.3125 -3.3125 C 0.3125 -3.695313 0.359375 -4.097656 0.453125 -4.515625 C 0.554688 -4.929688 0.707031 -5.34375 0.90625 -5.75 C 1.101563 -6.164063 1.335938 -6.554688 1.609375 -6.921875 C 1.890625 -7.296875 2.203125 -7.625 2.546875 -7.90625 C 2.890625 -8.195313 3.253906 -8.425781 3.640625 -8.59375 C 4.035156 -8.757813 4.453125 -8.84375 4.890625 -8.84375 C 5.617188 -8.769531 6.191406 -8.585938 6.609375 -8.296875 C 7.023438 -8.003906 7.335938 -7.632813 7.546875 -7.1875 C 7.765625 -6.738281 7.914063 -6.234375 8 -5.671875 C 8.082031 -5.117188 8.144531 -4.546875 8.1875 -3.953125 C 8.238281 -3.367188 8.296875 -2.78125 8.359375 -2.1875 C 8.429688 -1.601563 8.582031 -1.0625 8.8125 -0.5625 C 8.675781 -0.226563 8.550781 0.00390625 8.4375 0.140625 C 8.320313 0.273438 8.191406 0.296875 8.046875 0.203125 C 7.898438 0.117188 7.734375 -0.0976563 7.546875 -0.453125 C 7.359375 -0.804688 7.128906 -1.3125 6.859375 -1.96875 Z M 1.59375 -3.28125 C 1.59375 -2.695313 1.703125 -2.269531 1.921875 -2 C 2.140625 -1.726563 2.53125 -1.59375 3.09375 -1.59375 C 3.507813 -1.59375 3.90625 -1.664063 4.28125 -1.8125 C 4.664063 -1.96875 5 -2.171875 5.28125 -2.421875 C 5.570313 -2.679688 5.800781 -2.992188 5.96875 -3.359375 C 6.144531 -3.734375 6.234375 -4.144531 6.234375 -4.59375 C 6.234375 -4.769531 6.238281 -5.023438 6.25 -5.359375 C 6.257813 -5.691406 6.238281 -6.019531 6.1875 -6.34375 C 6.132813 -6.664063 6.035156 -6.945313 5.890625 -7.1875 C 5.753906 -7.425781 5.546875 -7.546875 5.265625 -7.546875 C 4.734375 -7.546875 4.242188 -7.410156 3.796875 -7.140625 C 3.347656 -6.867188 2.960938 -6.523438 2.640625 -6.109375 C 2.316406 -5.691406 2.0625 -5.234375 1.875 -4.734375 C 1.6875 -4.234375 1.59375 -3.75 1.59375 -3.28125 Z M 1.59375 -3.28125 "
id="path55" />
</g>
<g
id="glyph-0-20">
<path
d="M -0.03125 -1.796875 C -0.03125 -2.390625 0.113281 -2.914063 0.40625 -3.375 C 0.707031 -3.832031 1.078125 -4.226563 1.515625 -4.5625 C 1.953125 -4.90625 2.421875 -5.195313 2.921875 -5.4375 C 3.429688 -5.675781 3.90625 -5.875 4.34375 -6.03125 C 4.78125 -6.1875 5.144531 -6.3125 5.4375 -6.40625 C 5.738281 -6.507813 5.890625 -6.585938 5.890625 -6.640625 C 5.890625 -7.003906 5.867188 -7.351563 5.828125 -7.6875 C 5.796875 -8.03125 5.757813 -8.375 5.71875 -8.71875 C 5.675781 -9.0625 5.632813 -9.40625 5.59375 -9.75 C 5.5625 -10.09375 5.546875 -10.429688 5.546875 -10.765625 L 5.546875 -11.75 C 5.960938 -11.90625 6.257813 -11.890625 6.4375 -11.703125 C 6.613281 -11.523438 6.644531 -11.210938 6.53125 -10.765625 C 6.5625 -10.535156 6.613281 -10.179688 6.6875 -9.703125 C 6.757813 -9.234375 6.835938 -8.695313 6.921875 -8.09375 C 7.015625 -7.488281 7.109375 -6.859375 7.203125 -6.203125 C 7.296875 -5.546875 7.382813 -4.914063 7.46875 -4.3125 C 7.5625 -3.707031 7.640625 -3.164063 7.703125 -2.6875 C 7.765625 -2.21875 7.804688 -1.863281 7.828125 -1.625 C 7.835938 -1.582031 7.847656 -1.484375 7.859375 -1.328125 C 7.867188 -1.179688 7.875 -1.023438 7.875 -0.859375 C 7.882813 -0.691406 7.890625 -0.535156 7.890625 -0.390625 C 7.898438 -0.253906 7.90625 -0.15625 7.90625 -0.09375 C 7.519531 -0.09375 7.257813 -0.109375 7.125 -0.140625 C 6.988281 -0.171875 6.898438 -0.226563 6.859375 -0.3125 C 6.828125 -0.40625 6.8125 -0.535156 6.8125 -0.703125 C 6.8125 -0.878906 6.757813 -1.125 6.65625 -1.4375 C 6.28125 -1.132813 5.925781 -0.882813 5.59375 -0.6875 C 5.257813 -0.5 4.921875 -0.347656 4.578125 -0.234375 C 4.242188 -0.117188 3.90625 -0.0390625 3.5625 0 C 3.226563 0.0507813 2.867188 0.078125 2.484375 0.078125 C 2.160156 0.078125 1.847656 0.0507813 1.546875 0 C 1.242188 -0.0625 0.972656 -0.160156 0.734375 -0.296875 C 0.503906 -0.441406 0.316406 -0.632813 0.171875 -0.875 C 0.0351563 -1.125 -0.03125 -1.429688 -0.03125 -1.796875 Z M 1.296875 -2.125 C 1.296875 -1.957031 1.332031 -1.820313 1.40625 -1.71875 C 1.476563 -1.613281 1.566406 -1.523438 1.671875 -1.453125 C 1.785156 -1.390625 1.90625 -1.34375 2.03125 -1.3125 C 2.15625 -1.289063 2.28125 -1.28125 2.40625 -1.28125 C 2.757813 -1.28125 3.140625 -1.347656 3.546875 -1.484375 C 3.960938 -1.617188 4.347656 -1.8125 4.703125 -2.0625 C 5.054688 -2.3125 5.347656 -2.609375 5.578125 -2.953125 C 5.804688 -3.296875 5.921875 -3.671875 5.921875 -4.078125 C 5.921875 -4.398438 5.863281 -4.617188 5.75 -4.734375 C 5.632813 -4.859375 5.421875 -4.921875 5.109375 -4.921875 C 4.785156 -4.921875 4.40625 -4.84375 3.96875 -4.6875 C 3.539063 -4.539063 3.125 -4.335938 2.71875 -4.078125 C 2.320313 -3.828125 1.984375 -3.53125 1.703125 -3.1875 C 1.429688 -2.851563 1.296875 -2.5 1.296875 -2.125 Z M 1.296875 -2.125 "
id="path58" />
</g>
<g
id="glyph-0-21">
<path
d="M -0.03125 -7.6875 C -0.03125 -7.71875 -0.0234375 -7.742188 -0.015625 -7.765625 C -0.015625 -7.785156 -0.0078125 -7.804688 0 -7.828125 C 0.0390625 -7.878906 0.101563 -7.945313 0.1875 -8.03125 C 0.269531 -8.113281 0.316406 -8.15625 0.328125 -8.15625 L 3.40625 -8.15625 C 3.40625 -8.269531 3.390625 -8.445313 3.359375 -8.6875 C 3.328125 -8.925781 3.296875 -9.191406 3.265625 -9.484375 C 3.242188 -9.785156 3.238281 -10.097656 3.25 -10.421875 C 3.257813 -10.742188 3.300781 -11.03125 3.375 -11.28125 C 3.445313 -11.539063 3.566406 -11.753906 3.734375 -11.921875 C 3.910156 -12.085938 4.148438 -12.171875 4.453125 -12.171875 C 4.453125 -11.148438 4.519531 -10.328125 4.65625 -9.703125 C 4.800781 -9.085938 4.992188 -8.613281 5.234375 -8.28125 C 5.472656 -7.945313 5.742188 -7.726563 6.046875 -7.625 C 6.359375 -7.519531 6.671875 -7.472656 6.984375 -7.484375 C 7.304688 -7.503906 7.617188 -7.554688 7.921875 -7.640625 C 8.234375 -7.722656 8.503906 -7.773438 8.734375 -7.796875 C 8.972656 -7.828125 9.164063 -7.804688 9.3125 -7.734375 C 9.457031 -7.660156 9.53125 -7.476563 9.53125 -7.1875 C 9.53125 -6.976563 9.476563 -6.828125 9.375 -6.734375 C 9.28125 -6.640625 9.097656 -6.570313 8.828125 -6.53125 C 8.742188 -6.519531 8.609375 -6.5 8.421875 -6.46875 C 8.234375 -6.445313 8.019531 -6.425781 7.78125 -6.40625 C 7.550781 -6.382813 7.300781 -6.359375 7.03125 -6.328125 C 6.769531 -6.304688 6.519531 -6.285156 6.28125 -6.265625 C 6.050781 -6.242188 5.835938 -6.226563 5.640625 -6.21875 C 5.453125 -6.21875 5.316406 -6.21875 5.234375 -6.21875 C 5.234375 -6.164063 5.226563 -6.078125 5.21875 -5.953125 C 5.207031 -5.835938 5.203125 -5.757813 5.203125 -5.71875 C 5.203125 -5.269531 5.269531 -4.832031 5.40625 -4.40625 C 5.550781 -3.988281 5.707031 -3.570313 5.875 -3.15625 C 6.039063 -2.738281 6.195313 -2.320313 6.34375 -1.90625 C 6.488281 -1.488281 6.5625 -1.054688 6.5625 -0.609375 C 6.5625 -0.523438 6.550781 -0.441406 6.53125 -0.359375 C 6.519531 -0.273438 6.488281 -0.195313 6.4375 -0.125 C 6.394531 -0.0625 6.328125 -0.015625 6.234375 0.015625 C 6.148438 0.0546875 6.035156 0.0507813 5.890625 0 C 5.503906 -0.101563 5.210938 -0.320313 5.015625 -0.65625 C 4.828125 -0.988281 4.6875 -1.382813 4.59375 -1.84375 C 4.507813 -2.3125 4.453125 -2.800781 4.421875 -3.3125 C 4.390625 -3.832031 4.335938 -4.316406 4.265625 -4.765625 C 4.203125 -5.222656 4.097656 -5.613281 3.953125 -5.9375 C 3.816406 -6.257813 3.59375 -6.457031 3.28125 -6.53125 L 0.328125 -7.1875 C 0.296875 -7.1875 0.238281 -7.226563 0.15625 -7.3125 C 0.0703125 -7.40625 0.0195313 -7.472656 0 -7.515625 C -0.0078125 -7.535156 -0.015625 -7.5625 -0.015625 -7.59375 C -0.0234375 -7.613281 -0.03125 -7.644531 -0.03125 -7.6875 Z M -0.03125 -7.6875 "
id="path61" />
</g>
<g
id="glyph-0-22">
<path
d="M 4.234375 8.109375 C 4.804688 8.109375 5.316406 8.003906 5.765625 7.796875 C 6.210938 7.585938 6.585938 7.300781 6.890625 6.9375 C 7.203125 6.582031 7.441406 6.171875 7.609375 5.703125 C 7.773438 5.242188 7.859375 4.765625 7.859375 4.265625 C 7.859375 4.015625 7.847656 3.679688 7.828125 3.265625 C 7.804688 2.847656 7.769531 2.394531 7.71875 1.90625 C 7.664063 1.414063 7.585938 0.914063 7.484375 0.40625 C 7.390625 -0.09375 7.269531 -0.566406 7.125 -1.015625 C 6.988281 -1.472656 6.816406 -1.875 6.609375 -2.21875 C 6.398438 -2.5625 6.160156 -2.800781 5.890625 -2.9375 C 5.617188 -2.738281 5.351563 -2.554688 5.09375 -2.390625 C 4.84375 -2.222656 4.582031 -2.082031 4.3125 -1.96875 C 4.039063 -1.851563 3.753906 -1.757813 3.453125 -1.6875 C 3.160156 -1.625 2.847656 -1.59375 2.515625 -1.59375 C 2.078125 -1.59375 1.703125 -1.632813 1.390625 -1.71875 C 1.085938 -1.800781 0.832031 -1.9375 0.625 -2.125 C 0.414063 -2.320313 0.257813 -2.578125 0.15625 -2.890625 C 0.0507813 -3.210938 0 -3.609375 0 -4.078125 C 0 -4.421875 0.078125 -4.75 0.234375 -5.0625 C 0.398438 -5.382813 0.617188 -5.6875 0.890625 -5.96875 C 1.160156 -6.25 1.460938 -6.503906 1.796875 -6.734375 C 2.140625 -6.972656 2.492188 -7.175781 2.859375 -7.34375 C 3.222656 -7.519531 3.578125 -7.648438 3.921875 -7.734375 C 4.273438 -7.828125 4.585938 -7.875 4.859375 -7.875 C 5.128906 -7.875 5.347656 -7.863281 5.515625 -7.84375 C 5.691406 -7.832031 5.835938 -7.796875 5.953125 -7.734375 C 6.078125 -7.671875 6.179688 -7.566406 6.265625 -7.421875 C 6.359375 -7.285156 6.445313 -7.101563 6.53125 -6.875 C 6.757813 -6.082031 7.023438 -5.226563 7.328125 -4.3125 C 7.640625 -3.394531 7.929688 -2.453125 8.203125 -1.484375 C 8.472656 -0.523438 8.703125 0.441406 8.890625 1.421875 C 9.078125 2.398438 9.171875 3.347656 9.171875 4.265625 C 9.171875 5.078125 9.054688 5.765625 8.828125 6.328125 C 8.597656 6.898438 8.296875 7.363281 7.921875 7.71875 C 7.554688 8.082031 7.132813 8.359375 6.65625 8.546875 C 6.1875 8.742188 5.710938 8.867188 5.234375 8.921875 C 4.765625 8.984375 4.304688 9 3.859375 8.96875 C 3.410156 8.9375 3.019531 8.875 2.6875 8.78125 C 2.363281 8.695313 2.117188 8.597656 1.953125 8.484375 C 1.785156 8.378906 1.742188 8.285156 1.828125 8.203125 C 1.921875 8.128906 2.15625 8.078125 2.53125 8.046875 C 2.90625 8.015625 3.472656 8.035156 4.234375 8.109375 Z M 4.453125 -6.59375 C 3.703125 -6.4375 3.09375 -6.210938 2.625 -5.921875 C 2.164063 -5.628906 1.820313 -5.316406 1.59375 -4.984375 C 1.363281 -4.660156 1.238281 -4.332031 1.21875 -4 C 1.195313 -3.664063 1.253906 -3.382813 1.390625 -3.15625 C 1.535156 -2.925781 1.742188 -2.75 2.015625 -2.625 C 2.285156 -2.507813 2.59375 -2.503906 2.9375 -2.609375 C 3.28125 -2.722656 3.648438 -2.957031 4.046875 -3.3125 C 4.441406 -3.664063 4.835938 -4.191406 5.234375 -4.890625 C 5.234375 -5.066406 5.234375 -5.253906 5.234375 -5.453125 C 5.242188 -5.660156 5.226563 -5.847656 5.1875 -6.015625 C 5.144531 -6.179688 5.066406 -6.316406 4.953125 -6.421875 C 4.835938 -6.535156 4.671875 -6.59375 4.453125 -6.59375 Z M 4.453125 -6.59375 "
id="path64" />
</g>
<g
id="glyph-0-23">
<path
d="M -0.09375 -4.078125 C -0.09375 -4.484375 -0.0234375 -4.957031 0.109375 -5.5 C 0.253906 -6.050781 0.457031 -6.625 0.71875 -7.21875 C 0.976563 -7.8125 1.28125 -8.398438 1.625 -8.984375 C 1.976563 -9.566406 2.359375 -10.09375 2.765625 -10.5625 C 3.171875 -11.03125 3.597656 -11.410156 4.046875 -11.703125 C 4.492188 -11.992188 4.941406 -12.140625 5.390625 -12.140625 C 5.492188 -12.140625 5.628906 -12.132813 5.796875 -12.125 C 5.960938 -12.125 6.128906 -12.109375 6.296875 -12.078125 C 6.460938 -12.046875 6.601563 -11.992188 6.71875 -11.921875 C 6.84375 -11.847656 6.90625 -11.738281 6.90625 -11.59375 C 6.90625 -11.582031 6.894531 -11.554688 6.875 -11.515625 C 6.863281 -11.484375 6.859375 -11.460938 6.859375 -11.453125 C 6.835938 -11.410156 6.796875 -11.351563 6.734375 -11.28125 C 6.679688 -11.21875 6.625 -11.148438 6.5625 -11.078125 C 6.5 -11.003906 6.429688 -10.9375 6.359375 -10.875 C 6.285156 -10.820313 6.238281 -10.785156 6.21875 -10.765625 C 6.21875 -10.691406 6.210938 -10.5625 6.203125 -10.375 C 6.203125 -10.195313 6.203125 -10.003906 6.203125 -9.796875 C 6.203125 -9.597656 6.195313 -9.40625 6.1875 -9.21875 C 6.1875 -9.03125 6.1875 -8.898438 6.1875 -8.828125 C 6.1875 -8.503906 6.179688 -8.191406 6.171875 -7.890625 C 6.171875 -7.585938 6.179688 -7.289063 6.203125 -7 C 6.222656 -6.707031 6.253906 -6.414063 6.296875 -6.125 C 6.347656 -5.832031 6.425781 -5.535156 6.53125 -5.234375 C 6.550781 -5.234375 6.59375 -5.226563 6.65625 -5.21875 C 6.71875 -5.21875 6.785156 -5.21875 6.859375 -5.21875 C 6.929688 -5.21875 7 -5.210938 7.0625 -5.203125 C 7.125 -5.203125 7.164063 -5.203125 7.1875 -5.203125 C 7.320313 -5.203125 7.457031 -5.203125 7.59375 -5.203125 C 7.726563 -5.210938 7.851563 -5.234375 7.96875 -5.265625 C 8.082031 -5.304688 8.1875 -5.375 8.28125 -5.46875 C 8.375 -5.5625 8.445313 -5.703125 8.5 -5.890625 C 8.820313 -5.753906 9.015625 -5.597656 9.078125 -5.421875 C 9.140625 -5.242188 9.171875 -5.023438 9.171875 -4.765625 C 9.171875 -4.460938 9.101563 -4.234375 8.96875 -4.078125 C 8.84375 -3.921875 8.671875 -3.804688 8.453125 -3.734375 C 8.234375 -3.660156 7.984375 -3.617188 7.703125 -3.609375 C 7.421875 -3.609375 7.140625 -3.601563 6.859375 -3.59375 C 6.898438 -3.488281 6.953125 -3.3125 7.015625 -3.0625 C 7.078125 -2.820313 7.140625 -2.5625 7.203125 -2.28125 C 7.273438 -2 7.335938 -1.734375 7.390625 -1.484375 C 7.453125 -1.242188 7.492188 -1.078125 7.515625 -0.984375 C 7.515625 -0.960938 7.519531 -0.90625 7.53125 -0.8125 C 7.539063 -0.726563 7.546875 -0.660156 7.546875 -0.609375 C 7.546875 -0.335938 7.46875 -0.160156 7.3125 -0.078125 C 7.164063 -0.00390625 6.957031 0.03125 6.6875 0.03125 C 6.65625 0.03125 6.578125 0.0234375 6.453125 0.015625 C 6.328125 0.00390625 6.25 0 6.21875 0 C 6.195313 -0.125 6.15625 -0.320313 6.09375 -0.59375 C 6.03125 -0.875 5.96875 -1.171875 5.90625 -1.484375 C 5.84375 -1.796875 5.773438 -2.085938 5.703125 -2.359375 C 5.628906 -2.640625 5.578125 -2.832031 5.546875 -2.9375 C 5.515625 -3.019531 5.46875 -3.125 5.40625 -3.25 C 5.34375 -3.382813 5.269531 -3.515625 5.1875 -3.640625 C 5.101563 -3.765625 5.003906 -3.867188 4.890625 -3.953125 C 4.785156 -4.035156 4.6875 -4.078125 4.59375 -4.078125 Z M 4.59375 -10.125 C 4.257813 -9.894531 3.914063 -9.601563 3.5625 -9.25 C 3.21875 -8.894531 2.894531 -8.507813 2.59375 -8.09375 C 2.300781 -7.675781 2.054688 -7.242188 1.859375 -6.796875 C 1.660156 -6.359375 1.5625 -5.941406 1.5625 -5.546875 L 4.921875 -5.546875 C 4.921875 -5.859375 4.90625 -6.242188 4.875 -6.703125 C 4.84375 -7.171875 4.804688 -7.628906 4.765625 -8.078125 C 4.734375 -8.535156 4.695313 -8.953125 4.65625 -9.328125 C 4.613281 -9.703125 4.59375 -9.96875 4.59375 -10.125 Z M 4.59375 -10.125 "
id="path67" />
</g>
<g
id="glyph-0-24">
<path
d="M 0.3125 -5.75 C 0.3125 -6.164063 0.34375 -6.609375 0.40625 -7.078125 C 0.476563 -7.546875 0.585938 -8 0.734375 -8.4375 C 0.890625 -8.882813 1.082031 -9.3125 1.3125 -9.71875 C 1.550781 -10.125 1.828125 -10.484375 2.140625 -10.796875 C 2.460938 -11.109375 2.820313 -11.351563 3.21875 -11.53125 C 3.625 -11.707031 4.078125 -11.796875 4.578125 -11.796875 C 5.265625 -11.796875 5.875 -11.679688 6.40625 -11.453125 C 6.9375 -11.234375 7.382813 -10.921875 7.75 -10.515625 C 8.113281 -10.109375 8.382813 -9.625 8.5625 -9.0625 C 8.75 -8.5 8.84375 -7.878906 8.84375 -7.203125 C 8.84375 -6.742188 8.796875 -6.238281 8.703125 -5.6875 C 8.609375 -5.132813 8.460938 -4.59375 8.265625 -4.0625 C 8.066406 -3.53125 7.820313 -3.019531 7.53125 -2.53125 C 7.238281 -2.039063 6.898438 -1.609375 6.515625 -1.234375 C 6.128906 -0.859375 5.6875 -0.554688 5.1875 -0.328125 C 4.695313 -0.109375 4.164063 0 3.59375 0 C 3.082031 0 2.644531 -0.0859375 2.28125 -0.265625 C 1.925781 -0.453125 1.625 -0.695313 1.375 -1 C 1.132813 -1.3125 0.941406 -1.664063 0.796875 -2.0625 C 0.660156 -2.46875 0.550781 -2.878906 0.46875 -3.296875 C 0.394531 -3.722656 0.347656 -4.148438 0.328125 -4.578125 C 0.316406 -5.003906 0.3125 -5.394531 0.3125 -5.75 Z M 1.59375 -5.0625 C 1.59375 -4.65625 1.613281 -4.226563 1.65625 -3.78125 C 1.695313 -3.34375 1.796875 -2.9375 1.953125 -2.5625 C 2.117188 -2.195313 2.351563 -1.894531 2.65625 -1.65625 C 2.96875 -1.414063 3.390625 -1.296875 3.921875 -1.296875 C 4.359375 -1.296875 4.75 -1.398438 5.09375 -1.609375 C 5.4375 -1.816406 5.738281 -2.085938 6 -2.421875 C 6.269531 -2.753906 6.503906 -3.128906 6.703125 -3.546875 C 6.898438 -3.972656 7.054688 -4.40625 7.171875 -4.84375 C 7.296875 -5.28125 7.390625 -5.703125 7.453125 -6.109375 C 7.515625 -6.515625 7.546875 -6.875 7.546875 -7.1875 C 7.546875 -7.644531 7.507813 -8.078125 7.4375 -8.484375 C 7.363281 -8.890625 7.234375 -9.238281 7.046875 -9.53125 C 6.867188 -9.832031 6.617188 -10.066406 6.296875 -10.234375 C 5.972656 -10.398438 5.539063 -10.484375 5 -10.484375 C 4.550781 -10.484375 4.15625 -10.394531 3.8125 -10.21875 C 3.476563 -10.050781 3.179688 -9.820313 2.921875 -9.53125 C 2.671875 -9.25 2.460938 -8.921875 2.296875 -8.546875 C 2.128906 -8.179688 1.992188 -7.796875 1.890625 -7.390625 C 1.785156 -6.984375 1.707031 -6.578125 1.65625 -6.171875 C 1.613281 -5.773438 1.59375 -5.40625 1.59375 -5.0625 Z M 1.59375 -5.0625 "
id="path70" />
</g>
<g
id="glyph-0-25">
<path
d="M 0.328125 -1.296875 C 0.328125 -1.359375 0.320313 -1.457031 0.3125 -1.59375 C 0.3125 -1.738281 0.3125 -1.882813 0.3125 -2.03125 C 0.3125 -2.1875 0.3125 -2.332031 0.3125 -2.46875 C 0.3125 -2.613281 0.3125 -2.722656 0.3125 -2.796875 C 0.3125 -2.984375 0.3125 -3.320313 0.3125 -3.8125 C 0.320313 -4.3125 0.351563 -4.867188 0.40625 -5.484375 C 0.457031 -6.109375 0.53125 -6.753906 0.625 -7.421875 C 0.726563 -8.085938 0.859375 -8.695313 1.015625 -9.25 C 1.179688 -9.800781 1.378906 -10.253906 1.609375 -10.609375 C 1.835938 -10.960938 2.113281 -11.140625 2.4375 -11.140625 C 2.445313 -11.140625 2.460938 -11.132813 2.484375 -11.125 C 2.503906 -11.125 2.519531 -11.125 2.53125 -11.125 C 2.5625 -11.113281 2.585938 -11.109375 2.609375 -11.109375 C 2.648438 -11.085938 2.707031 -11.035156 2.78125 -10.953125 C 2.863281 -10.878906 2.914063 -10.816406 2.9375 -10.765625 L 2.9375 -10.453125 C 2.914063 -10.378906 2.878906 -10.234375 2.828125 -10.015625 C 2.785156 -9.796875 2.726563 -9.539063 2.65625 -9.25 C 2.59375 -8.96875 2.519531 -8.660156 2.4375 -8.328125 C 2.363281 -7.992188 2.289063 -7.679688 2.21875 -7.390625 C 2.15625 -7.109375 2.097656 -6.859375 2.046875 -6.640625 C 2.003906 -6.421875 1.972656 -6.28125 1.953125 -6.21875 C 1.941406 -6.1875 1.941406 -6.140625 1.953125 -6.078125 C 1.960938 -6.023438 1.96875 -5.96875 1.96875 -5.90625 C 1.976563 -5.851563 1.988281 -5.800781 2 -5.75 C 2.007813 -5.695313 2.015625 -5.65625 2.015625 -5.625 C 2.222656 -5.625 2.425781 -5.65625 2.625 -5.71875 C 2.832031 -5.789063 3.039063 -5.863281 3.25 -5.9375 C 3.46875 -6.007813 3.679688 -6.078125 3.890625 -6.140625 C 4.109375 -6.203125 4.335938 -6.234375 4.578125 -6.234375 C 5.253906 -6.234375 5.753906 -6.039063 6.078125 -5.65625 C 6.398438 -5.269531 6.5625 -4.742188 6.5625 -4.078125 C 6.5625 -3.566406 6.441406 -3.0625 6.203125 -2.5625 C 5.960938 -2.0625 5.644531 -1.613281 5.25 -1.21875 C 4.863281 -0.832031 4.421875 -0.519531 3.921875 -0.28125 C 3.421875 -0.0390625 2.910156 0.078125 2.390625 0.078125 C 2.140625 0.078125 1.914063 0.0625 1.71875 0.03125 C 1.53125 0 1.351563 -0.0625 1.1875 -0.15625 C 1.03125 -0.257813 0.878906 -0.398438 0.734375 -0.578125 C 0.597656 -0.753906 0.460938 -0.992188 0.328125 -1.296875 Z M 1.921875 -2.9375 C 1.921875 -2.832031 1.929688 -2.679688 1.953125 -2.484375 C 1.972656 -2.296875 2.015625 -2.113281 2.078125 -1.9375 C 2.140625 -1.757813 2.222656 -1.601563 2.328125 -1.46875 C 2.441406 -1.34375 2.59375 -1.28125 2.78125 -1.28125 C 3.019531 -1.28125 3.285156 -1.367188 3.578125 -1.546875 C 3.867188 -1.734375 4.132813 -1.960938 4.375 -2.234375 C 4.613281 -2.503906 4.820313 -2.789063 5 -3.09375 C 5.175781 -3.394531 5.265625 -3.671875 5.265625 -3.921875 C 5.265625 -4.109375 5.226563 -4.25 5.15625 -4.34375 C 5.082031 -4.4375 4.988281 -4.503906 4.875 -4.546875 C 4.769531 -4.585938 4.644531 -4.609375 4.5 -4.609375 C 4.351563 -4.609375 4.203125 -4.609375 4.046875 -4.609375 C 3.765625 -4.609375 3.5 -4.570313 3.25 -4.5 C 3 -4.4375 2.769531 -4.335938 2.5625 -4.203125 C 2.363281 -4.066406 2.207031 -3.890625 2.09375 -3.671875 C 1.976563 -3.460938 1.921875 -3.21875 1.921875 -2.9375 Z M 1.921875 -2.9375 "
id="path73" />
</g>
<g
id="glyph-0-26">
<path
d="M 0.15625 -12.046875 C 0.15625 -12.359375 0.210938 -12.613281 0.328125 -12.8125 C 0.441406 -13.019531 0.597656 -13.1875 0.796875 -13.3125 C 1.003906 -13.4375 1.234375 -13.53125 1.484375 -13.59375 C 1.734375 -13.65625 1.992188 -13.695313 2.265625 -13.71875 C 2.535156 -13.75 2.796875 -13.757813 3.046875 -13.75 C 3.304688 -13.75 3.539063 -13.75 3.75 -13.75 C 4.164063 -13.75 4.582031 -13.707031 5 -13.625 C 5.414063 -13.539063 5.78125 -13.394531 6.09375 -13.1875 C 6.414063 -12.988281 6.675781 -12.71875 6.875 -12.375 C 7.082031 -12.039063 7.1875 -11.617188 7.1875 -11.109375 C 7.1875 -10.660156 7.097656 -10.210938 6.921875 -9.765625 C 6.742188 -9.328125 6.515625 -8.90625 6.234375 -8.5 C 5.960938 -8.101563 5.644531 -7.738281 5.28125 -7.40625 C 4.925781 -7.082031 4.570313 -6.800781 4.21875 -6.5625 C 3.875 -6.332031 3.539063 -6.148438 3.21875 -6.015625 C 2.90625 -5.890625 2.640625 -5.84375 2.421875 -5.875 C 2.296875 -5.476563 2.222656 -5.050781 2.203125 -4.59375 C 2.179688 -4.144531 2.171875 -3.703125 2.171875 -3.265625 C 2.179688 -2.835938 2.195313 -2.425781 2.21875 -2.03125 C 2.238281 -1.644531 2.222656 -1.3125 2.171875 -1.03125 C 2.117188 -0.75 2.015625 -0.539063 1.859375 -0.40625 C 1.703125 -0.269531 1.46875 -0.226563 1.15625 -0.28125 C 1.0625 -1 0.992188 -1.726563 0.953125 -2.46875 C 0.910156 -3.207031 0.875 -3.941406 0.84375 -4.671875 C 0.8125 -5.410156 0.78125 -6.125 0.75 -6.8125 C 0.726563 -7.507813 0.691406 -8.171875 0.640625 -8.796875 C 0.597656 -9.429688 0.535156 -10.023438 0.453125 -10.578125 C 0.367188 -11.128906 0.269531 -11.617188 0.15625 -12.046875 Z M 3.921875 -12.4375 C 3.765625 -12.4375 3.570313 -12.429688 3.34375 -12.421875 C 3.125 -12.410156 2.910156 -12.375 2.703125 -12.3125 C 2.492188 -12.257813 2.316406 -12.164063 2.171875 -12.03125 C 2.035156 -11.894531 1.96875 -11.703125 1.96875 -11.453125 L 1.96875 -7.453125 C 2.382813 -7.453125 2.828125 -7.5625 3.296875 -7.78125 C 3.765625 -8.007813 4.191406 -8.296875 4.578125 -8.640625 C 4.960938 -8.984375 5.28125 -9.375 5.53125 -9.8125 C 5.789063 -10.25 5.921875 -10.679688 5.921875 -11.109375 C 5.921875 -11.421875 5.859375 -11.664063 5.734375 -11.84375 C 5.617188 -12.019531 5.46875 -12.148438 5.28125 -12.234375 C 5.09375 -12.328125 4.878906 -12.382813 4.640625 -12.40625 C 4.410156 -12.425781 4.171875 -12.4375 3.921875 -12.4375 Z M 3.921875 -12.4375 "
id="path76" />
</g>
<g
id="glyph-0-27">
<path
d="M 0.3125 -5.625 C 0.3125 -6.613281 0.535156 -7.34375 0.984375 -7.8125 C 1.441406 -8.289063 2.144531 -8.53125 3.09375 -8.53125 C 3.476563 -8.53125 3.875 -8.492188 4.28125 -8.421875 C 4.695313 -8.359375 5.078125 -8.238281 5.421875 -8.0625 C 5.765625 -7.882813 6.046875 -7.632813 6.265625 -7.3125 C 6.484375 -7 6.59375 -6.59375 6.59375 -6.09375 C 6.59375 -5.550781 6.472656 -5.035156 6.234375 -4.546875 C 6.003906 -4.066406 5.707031 -3.613281 5.34375 -3.1875 C 4.976563 -2.769531 4.578125 -2.378906 4.140625 -2.015625 C 3.710938 -1.660156 3.3125 -1.316406 2.9375 -0.984375 C 2.914063 -0.953125 2.894531 -0.867188 2.875 -0.734375 C 2.863281 -0.609375 2.859375 -0.523438 2.859375 -0.484375 C 2.859375 -0.148438 2.957031 0.179688 3.15625 0.515625 C 3.351563 0.859375 3.566406 1.207031 3.796875 1.5625 C 4.035156 1.914063 4.25 2.28125 4.4375 2.65625 C 4.632813 3.03125 4.734375 3.421875 4.734375 3.828125 C 4.734375 4.066406 4.679688 4.207031 4.578125 4.25 C 4.484375 4.300781 4.273438 4.328125 3.953125 4.328125 C 3.742188 4.242188 3.539063 4.050781 3.34375 3.75 C 3.144531 3.457031 2.945313 3.09375 2.75 2.65625 C 2.550781 2.21875 2.359375 1.722656 2.171875 1.171875 C 1.984375 0.628906 1.804688 0.078125 1.640625 -0.484375 C 1.472656 -1.046875 1.3125 -1.601563 1.15625 -2.15625 C 1.007813 -2.707031 0.878906 -3.21875 0.765625 -3.6875 C 0.660156 -4.15625 0.5625 -4.554688 0.46875 -4.890625 C 0.382813 -5.234375 0.332031 -5.476563 0.3125 -5.625 Z M 1.59375 -5.484375 C 1.59375 -5.335938 1.601563 -5.117188 1.625 -4.828125 C 1.644531 -4.535156 1.6875 -4.242188 1.75 -3.953125 C 1.820313 -3.671875 1.921875 -3.425781 2.046875 -3.21875 C 2.179688 -3.007813 2.367188 -2.90625 2.609375 -2.90625 C 2.921875 -2.90625 3.238281 -3.007813 3.5625 -3.21875 C 3.882813 -3.4375 4.164063 -3.707031 4.40625 -4.03125 C 4.65625 -4.363281 4.859375 -4.710938 5.015625 -5.078125 C 5.179688 -5.453125 5.265625 -5.789063 5.265625 -6.09375 C 5.265625 -6.351563 5.203125 -6.554688 5.078125 -6.703125 C 4.953125 -6.847656 4.796875 -6.960938 4.609375 -7.046875 C 4.421875 -7.140625 4.21875 -7.195313 4 -7.21875 C 3.789063 -7.238281 3.59375 -7.25 3.40625 -7.25 C 2.820313 -7.25 2.375 -7.09375 2.0625 -6.78125 C 1.75 -6.476563 1.59375 -6.046875 1.59375 -5.484375 Z M 1.59375 -5.484375 "
id="path79" />
</g>
<g
id="glyph-0-28">
<path
d="M 5.59375 -4.765625 C 5.59375 -4.890625 5.578125 -5.015625 5.546875 -5.140625 C 5.515625 -5.273438 5.460938 -5.398438 5.390625 -5.515625 C 5.328125 -5.628906 5.238281 -5.722656 5.125 -5.796875 C 5.019531 -5.878906 4.882813 -5.921875 4.71875 -5.921875 C 4.71875 -5.921875 4.710938 -5.914063 4.703125 -5.90625 C 4.691406 -5.90625 4.675781 -5.90625 4.65625 -5.90625 C 4.625 -5.894531 4.601563 -5.890625 4.59375 -5.890625 C 4.539063 -5.859375 4.441406 -5.8125 4.296875 -5.75 C 4.160156 -5.6875 4.003906 -5.609375 3.828125 -5.515625 C 3.648438 -5.421875 3.457031 -5.320313 3.25 -5.21875 C 3.050781 -5.125 2.863281 -5.03125 2.6875 -4.9375 C 2.507813 -4.851563 2.351563 -4.773438 2.21875 -4.703125 C 2.09375 -4.640625 2.007813 -4.601563 1.96875 -4.59375 C 1.945313 -4.582031 1.921875 -4.570313 1.890625 -4.5625 C 1.859375 -4.550781 1.828125 -4.546875 1.796875 -4.546875 C 1.566406 -4.546875 1.367188 -4.65625 1.203125 -4.875 C 1.035156 -5.09375 0.894531 -5.367188 0.78125 -5.703125 C 0.675781 -6.046875 0.59375 -6.421875 0.53125 -6.828125 C 0.46875 -7.242188 0.414063 -7.644531 0.375 -8.03125 C 0.34375 -8.414063 0.320313 -8.769531 0.3125 -9.09375 C 0.3125 -9.414063 0.3125 -9.648438 0.3125 -9.796875 C 0.3125 -9.867188 0.3125 -9.976563 0.3125 -10.125 C 0.3125 -10.28125 0.3125 -10.445313 0.3125 -10.625 C 0.3125 -10.8125 0.3125 -10.976563 0.3125 -11.125 C 0.320313 -11.28125 0.328125 -11.390625 0.328125 -11.453125 C 0.578125 -11.460938 0.9375 -11.5 1.40625 -11.5625 C 1.882813 -11.632813 2.390625 -11.707031 2.921875 -11.78125 C 3.453125 -11.863281 3.972656 -11.9375 4.484375 -12 C 4.992188 -12.0625 5.40625 -12.09375 5.71875 -12.09375 C 5.96875 -12.09375 6.175781 -12.039063 6.34375 -11.9375 C 6.507813 -11.84375 6.59375 -11.679688 6.59375 -11.453125 C 6.59375 -11.203125 6.539063 -11.039063 6.4375 -10.96875 C 6.34375 -10.894531 6.160156 -10.828125 5.890625 -10.765625 C 5.785156 -10.753906 5.617188 -10.726563 5.390625 -10.6875 C 5.171875 -10.644531 4.921875 -10.597656 4.640625 -10.546875 C 4.359375 -10.503906 4.066406 -10.457031 3.765625 -10.40625 C 3.460938 -10.363281 3.171875 -10.320313 2.890625 -10.28125 C 2.609375 -10.25 2.351563 -10.21875 2.125 -10.1875 C 1.90625 -10.15625 1.738281 -10.132813 1.625 -10.125 C 1.625 -10.09375 1.617188 -10.046875 1.609375 -9.984375 C 1.609375 -9.929688 1.609375 -9.863281 1.609375 -9.78125 C 1.609375 -9.707031 1.601563 -9.644531 1.59375 -9.59375 C 1.59375 -9.539063 1.59375 -9.5 1.59375 -9.46875 C 1.59375 -9.382813 1.597656 -9.253906 1.609375 -9.078125 C 1.628906 -8.898438 1.65625 -8.703125 1.6875 -8.484375 C 1.71875 -8.265625 1.753906 -8.035156 1.796875 -7.796875 C 1.847656 -7.566406 1.90625 -7.351563 1.96875 -7.15625 C 2.03125 -6.96875 2.09375 -6.8125 2.15625 -6.6875 C 2.226563 -6.570313 2.3125 -6.515625 2.40625 -6.515625 C 2.613281 -6.515625 2.804688 -6.546875 2.984375 -6.609375 C 3.160156 -6.679688 3.335938 -6.765625 3.515625 -6.859375 C 3.691406 -6.953125 3.875 -7.03125 4.0625 -7.09375 C 4.257813 -7.164063 4.472656 -7.203125 4.703125 -7.203125 C 5.128906 -7.203125 5.484375 -7.148438 5.765625 -7.046875 C 6.054688 -6.941406 6.28125 -6.78125 6.4375 -6.5625 C 6.601563 -6.34375 6.722656 -6.070313 6.796875 -5.75 C 6.867188 -5.4375 6.90625 -5.066406 6.90625 -4.640625 C 6.90625 -4.160156 6.820313 -3.648438 6.65625 -3.109375 C 6.5 -2.578125 6.269531 -2.082031 5.96875 -1.625 C 5.664063 -1.175781 5.296875 -0.800781 4.859375 -0.5 C 4.421875 -0.207031 3.925781 -0.0625 3.375 -0.0625 C 3.375 -0.382813 3.425781 -0.675781 3.53125 -0.9375 C 3.644531 -1.207031 3.78125 -1.457031 3.9375 -1.6875 C 4.101563 -1.925781 4.28125 -2.15625 4.46875 -2.375 C 4.664063 -2.601563 4.847656 -2.835938 5.015625 -3.078125 C 5.191406 -3.316406 5.332031 -3.570313 5.4375 -3.84375 C 5.539063 -4.113281 5.59375 -4.421875 5.59375 -4.765625 Z M 5.59375 -4.765625 "
id="path82" />
</g>
<g
id="glyph-0-29">
<path
d="M 0.3125 -5.140625 C 0.3125 -5.398438 0.375 -5.585938 0.5 -5.703125 C 0.632813 -5.828125 0.847656 -5.890625 1.140625 -5.890625 L 1.296875 -5.890625 C 1.328125 -5.722656 1.363281 -5.53125 1.40625 -5.3125 C 1.445313 -5.101563 1.503906 -4.882813 1.578125 -4.65625 C 1.660156 -4.4375 1.757813 -4.234375 1.875 -4.046875 C 1.988281 -3.859375 2.125 -3.707031 2.28125 -3.59375 C 2.289063 -3.945313 2.378906 -4.289063 2.546875 -4.625 C 2.722656 -4.957031 2.929688 -5.253906 3.171875 -5.515625 C 3.421875 -5.773438 3.695313 -5.992188 4 -6.171875 C 4.300781 -6.347656 4.597656 -6.46875 4.890625 -6.53125 L 5.234375 -6.53125 C 5.710938 -6.53125 6.125 -6.421875 6.46875 -6.203125 C 6.820313 -5.984375 7.113281 -5.695313 7.34375 -5.34375 C 7.570313 -4.988281 7.742188 -4.585938 7.859375 -4.140625 C 7.984375 -3.691406 8.078125 -3.238281 8.140625 -2.78125 C 8.210938 -2.320313 8.253906 -1.875 8.265625 -1.4375 C 8.285156 -1.007813 8.296875 -0.640625 8.296875 -0.328125 L 7.1875 -0.328125 C 7.125 -0.941406 7.046875 -1.53125 6.953125 -2.09375 C 6.921875 -2.3125 6.878906 -2.546875 6.828125 -2.796875 C 6.773438 -3.046875 6.71875 -3.28125 6.65625 -3.5 C 6.59375 -3.71875 6.523438 -3.921875 6.453125 -4.109375 C 6.390625 -4.296875 6.3125 -4.457031 6.21875 -4.59375 C 6.175781 -4.632813 6.117188 -4.6875 6.046875 -4.75 C 5.984375 -4.820313 5.914063 -4.894531 5.84375 -4.96875 C 5.78125 -5.039063 5.71875 -5.101563 5.65625 -5.15625 C 5.59375 -5.207031 5.554688 -5.234375 5.546875 -5.234375 C 5.242188 -5.304688 4.976563 -5.242188 4.75 -5.046875 C 4.53125 -4.847656 4.332031 -4.582031 4.15625 -4.25 C 3.988281 -3.914063 3.847656 -3.535156 3.734375 -3.109375 C 3.628906 -2.679688 3.539063 -2.269531 3.46875 -1.875 C 3.40625 -1.488281 3.359375 -1.148438 3.328125 -0.859375 C 3.296875 -0.566406 3.273438 -0.390625 3.265625 -0.328125 C 3.003906 -0.148438 2.757813 -0.0976563 2.53125 -0.171875 C 2.3125 -0.253906 2.101563 -0.414063 1.90625 -0.65625 C 1.707031 -0.894531 1.53125 -1.195313 1.375 -1.5625 C 1.21875 -1.9375 1.070313 -2.328125 0.9375 -2.734375 C 0.8125 -3.148438 0.691406 -3.566406 0.578125 -3.984375 C 0.472656 -4.398438 0.382813 -4.785156 0.3125 -5.140625 Z M 0.3125 -5.140625 "
id="path85" />
</g>
<g
id="glyph-0-30">
<path
d="M -0.03125 -6.53125 C -0.03125 -6.695313 0.00390625 -6.847656 0.078125 -6.984375 C 0.160156 -7.128906 0.296875 -7.203125 0.484375 -7.203125 C 0.492188 -7.203125 0.507813 -7.195313 0.53125 -7.1875 C 0.550781 -7.1875 0.570313 -7.1875 0.59375 -7.1875 C 0.613281 -7.1875 0.632813 -7.1875 0.65625 -7.1875 C 0.6875 -7.175781 0.742188 -7.128906 0.828125 -7.046875 C 0.910156 -6.960938 0.960938 -6.898438 0.984375 -6.859375 C 1.015625 -6.796875 1.078125 -6.660156 1.171875 -6.453125 C 1.273438 -6.253906 1.394531 -6.019531 1.53125 -5.75 C 1.664063 -5.476563 1.804688 -5.191406 1.953125 -4.890625 C 2.109375 -4.597656 2.253906 -4.3125 2.390625 -4.03125 C 2.523438 -3.757813 2.640625 -3.523438 2.734375 -3.328125 C 2.828125 -3.128906 2.894531 -3 2.9375 -2.9375 C 2.945313 -2.90625 2.992188 -2.847656 3.078125 -2.765625 C 3.171875 -2.679688 3.238281 -2.628906 3.28125 -2.609375 C 3.363281 -2.742188 3.441406 -2.953125 3.515625 -3.234375 C 3.597656 -3.523438 3.679688 -3.835938 3.765625 -4.171875 C 3.859375 -4.515625 3.945313 -4.867188 4.03125 -5.234375 C 4.125 -5.597656 4.226563 -5.921875 4.34375 -6.203125 C 4.46875 -6.492188 4.597656 -6.734375 4.734375 -6.921875 C 4.878906 -7.109375 5.046875 -7.203125 5.234375 -7.203125 C 5.492188 -7.203125 5.742188 -7.097656 5.984375 -6.890625 C 6.222656 -6.691406 6.453125 -6.429688 6.671875 -6.109375 C 6.890625 -5.785156 7.097656 -5.421875 7.296875 -5.015625 C 7.492188 -4.617188 7.679688 -4.222656 7.859375 -3.828125 C 8.035156 -3.441406 8.203125 -3.082031 8.359375 -2.75 C 8.515625 -2.414063 8.671875 -2.15625 8.828125 -1.96875 C 8.953125 -2.007813 9.050781 -2.109375 9.125 -2.265625 C 9.207031 -2.429688 9.269531 -2.601563 9.3125 -2.78125 C 9.363281 -2.957031 9.398438 -3.125 9.421875 -3.28125 C 9.441406 -3.4375 9.457031 -3.539063 9.46875 -3.59375 C 9.476563 -3.707031 9.492188 -3.882813 9.515625 -4.125 C 9.535156 -4.363281 9.554688 -4.632813 9.578125 -4.9375 C 9.609375 -5.238281 9.628906 -5.550781 9.640625 -5.875 C 9.660156 -6.207031 9.679688 -6.523438 9.703125 -6.828125 C 9.734375 -7.128906 9.753906 -7.398438 9.765625 -7.640625 C 9.785156 -7.878906 9.796875 -8.050781 9.796875 -8.15625 C 9.816406 -8.15625 9.867188 -8.160156 9.953125 -8.171875 C 10.035156 -8.191406 10.09375 -8.203125 10.125 -8.203125 C 10.257813 -8.203125 10.382813 -8.1875 10.5 -8.15625 C 10.613281 -8.125 10.703125 -8.015625 10.765625 -7.828125 C 10.765625 -7.765625 10.765625 -7.640625 10.765625 -7.453125 C 10.773438 -7.273438 10.78125 -7.082031 10.78125 -6.875 C 10.789063 -6.664063 10.796875 -6.460938 10.796875 -6.265625 C 10.804688 -6.078125 10.8125 -5.953125 10.8125 -5.890625 C 10.8125 -5.722656 10.8125 -5.46875 10.8125 -5.125 C 10.820313 -4.789063 10.816406 -4.414063 10.796875 -4 C 10.785156 -3.582031 10.753906 -3.15625 10.703125 -2.71875 C 10.648438 -2.289063 10.566406 -1.894531 10.453125 -1.53125 C 10.347656 -1.164063 10.203125 -0.867188 10.015625 -0.640625 C 9.835938 -0.421875 9.613281 -0.3125 9.34375 -0.3125 C 9.03125 -0.3125 8.734375 -0.382813 8.453125 -0.53125 C 8.179688 -0.6875 7.925781 -0.890625 7.6875 -1.140625 C 7.445313 -1.398438 7.21875 -1.679688 7 -1.984375 C 6.789063 -2.296875 6.597656 -2.613281 6.421875 -2.9375 C 6.242188 -3.257813 6.082031 -3.5625 5.9375 -3.84375 C 5.789063 -4.132813 5.660156 -4.382813 5.546875 -4.59375 C 5.460938 -4.40625 5.390625 -4.171875 5.328125 -3.890625 C 5.265625 -3.617188 5.191406 -3.320313 5.109375 -3 C 5.023438 -2.6875 4.929688 -2.367188 4.828125 -2.046875 C 4.734375 -1.722656 4.617188 -1.429688 4.484375 -1.171875 C 4.359375 -0.921875 4.210938 -0.710938 4.046875 -0.546875 C 3.878906 -0.390625 3.6875 -0.3125 3.46875 -0.3125 C 3.375 -0.3125 3.285156 -0.304688 3.203125 -0.296875 C 3.117188 -0.296875 3.039063 -0.300781 2.96875 -0.3125 C 2.894531 -0.320313 2.828125 -0.351563 2.765625 -0.40625 C 2.710938 -0.457031 2.660156 -0.539063 2.609375 -0.65625 L 0 -6.21875 C 0 -6.226563 -0.00390625 -6.269531 -0.015625 -6.34375 C -0.0234375 -6.425781 -0.03125 -6.488281 -0.03125 -6.53125 Z M -0.03125 -6.53125 "
id="path88" />
</g>
<g
id="glyph-0-31">
<path
d="M 4.546875 -0.65625 C 4.546875 -0.6875 4.550781 -0.742188 4.5625 -0.828125 C 4.582031 -0.910156 4.59375 -0.960938 4.59375 -0.984375 C 4.84375 -1.160156 5.117188 -1.390625 5.421875 -1.671875 C 5.734375 -1.953125 6.019531 -2.253906 6.28125 -2.578125 C 6.539063 -2.910156 6.757813 -3.257813 6.9375 -3.625 C 7.113281 -3.988281 7.203125 -4.351563 7.203125 -4.71875 C 7.203125 -4.738281 7.195313 -4.757813 7.1875 -4.78125 C 7.1875 -4.800781 7.1875 -4.820313 7.1875 -4.84375 C 7.1875 -4.851563 7.1875 -4.867188 7.1875 -4.890625 C 7.15625 -4.929688 7.09375 -5 7 -5.09375 C 6.90625 -5.195313 6.804688 -5.296875 6.703125 -5.390625 C 6.609375 -5.492188 6.507813 -5.59375 6.40625 -5.6875 C 6.3125 -5.78125 6.25 -5.847656 6.21875 -5.890625 C 6.195313 -5.890625 6.171875 -5.894531 6.140625 -5.90625 C 6.117188 -5.90625 6.097656 -5.90625 6.078125 -5.90625 C 6.066406 -5.914063 6.050781 -5.921875 6.03125 -5.921875 C 5.84375 -5.921875 5.617188 -5.835938 5.359375 -5.671875 C 5.109375 -5.515625 4.859375 -5.335938 4.609375 -5.140625 C 4.367188 -4.941406 4.15625 -4.753906 3.96875 -4.578125 C 3.78125 -4.398438 3.65625 -4.285156 3.59375 -4.234375 C 3.570313 -4.222656 3.546875 -4.21875 3.515625 -4.21875 C 3.492188 -4.207031 3.46875 -4.203125 3.4375 -4.203125 C 3.394531 -4.203125 3.367188 -4.207031 3.359375 -4.21875 C 3.328125 -4.21875 3.300781 -4.222656 3.28125 -4.234375 C 3.238281 -4.253906 3.171875 -4.304688 3.078125 -4.390625 C 2.992188 -4.484375 2.945313 -4.550781 2.9375 -4.59375 L 2.9375 -4.890625 C 3.019531 -5.148438 3.128906 -5.472656 3.265625 -5.859375 C 3.410156 -6.242188 3.554688 -6.644531 3.703125 -7.0625 C 3.847656 -7.488281 3.972656 -7.910156 4.078125 -8.328125 C 4.179688 -8.753906 4.234375 -9.132813 4.234375 -9.46875 C 4.234375 -9.707031 4.222656 -9.945313 4.203125 -10.1875 C 4.179688 -10.425781 4.128906 -10.640625 4.046875 -10.828125 C 3.972656 -11.023438 3.859375 -11.179688 3.703125 -11.296875 C 3.546875 -11.410156 3.335938 -11.46875 3.078125 -11.46875 C 2.722656 -11.46875 2.410156 -11.367188 2.140625 -11.171875 C 1.867188 -10.972656 1.640625 -10.722656 1.453125 -10.421875 C 1.265625 -10.117188 1.128906 -9.796875 1.046875 -9.453125 C 0.972656 -9.117188 0.953125 -8.800781 0.984375 -8.5 L 0.328125 -8.5 C 0.316406 -8.5 0.296875 -8.550781 0.265625 -8.65625 C 0.242188 -8.757813 0.210938 -8.878906 0.171875 -9.015625 C 0.140625 -9.148438 0.109375 -9.289063 0.078125 -9.4375 C 0.046875 -9.59375 0.0195313 -9.710938 0 -9.796875 L 0 -10.125 C 0 -10.476563 0.0976563 -10.8125 0.296875 -11.125 C 0.503906 -11.445313 0.757813 -11.726563 1.0625 -11.96875 C 1.375 -12.21875 1.703125 -12.414063 2.046875 -12.5625 C 2.398438 -12.707031 2.726563 -12.78125 3.03125 -12.78125 C 3.5 -12.78125 3.890625 -12.695313 4.203125 -12.53125 C 4.515625 -12.363281 4.769531 -12.144531 4.96875 -11.875 C 5.164063 -11.601563 5.3125 -11.285156 5.40625 -10.921875 C 5.5 -10.566406 5.5625 -10.195313 5.59375 -9.8125 C 5.625 -9.425781 5.628906 -9.03125 5.609375 -8.625 C 5.585938 -8.226563 5.566406 -7.859375 5.546875 -7.515625 C 5.960938 -7.441406 6.347656 -7.335938 6.703125 -7.203125 C 7.066406 -7.078125 7.382813 -6.90625 7.65625 -6.6875 C 7.925781 -6.46875 8.140625 -6.195313 8.296875 -5.875 C 8.453125 -5.550781 8.53125 -5.160156 8.53125 -4.703125 C 8.53125 -4.453125 8.484375 -4.164063 8.390625 -3.84375 C 8.304688 -3.519531 8.179688 -3.179688 8.015625 -2.828125 C 7.847656 -2.472656 7.65625 -2.128906 7.4375 -1.796875 C 7.21875 -1.460938 6.976563 -1.160156 6.71875 -0.890625 C 6.46875 -0.617188 6.195313 -0.398438 5.90625 -0.234375 C 5.625 -0.078125 5.34375 0 5.0625 0 C 4.863281 0 4.726563 -0.0664063 4.65625 -0.203125 C 4.582031 -0.335938 4.546875 -0.488281 4.546875 -0.65625 Z M 4.546875 -0.65625 "
id="path91" />
</g>
</g>
</defs>
<path
fill="none"
stroke-width="1.04"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 373.571512 43.399819 C 392.887849 49.167602 410.618828 65.021183 425.987415 79.289407 C 441.361217 93.55763 454.768967 111.038289 465.788249 129.030018 C 476.807531 147.021747 485.66259 167.068184 492.097893 187.21892 C 498.52798 207.359226 502.971155 228.652047 504.379203 249.887502 C 505.797682 271.128172 504.410493 293.531786 500.598333 314.652511 C 496.780957 335.768021 490.147485 356.940896 481.511455 376.622283 C 472.87021 396.298455 461.882218 416.230162 448.761294 432.730402 C 435.650799 449.230643 419.411308 463.368492 402.822412 475.628942 C 386.238732 487.878963 368.351303 498.63228 349.23835 506.261816 C 330.120183 513.880922 308.561398 518.772587 288.139482 521.390514 C 267.712351 524.01887 246.97232 524.76983 226.670349 522.011098 C 206.368378 519.252366 185.242437 513.062168 166.358945 504.838123 C 147.491097 496.619293 129.780977 485.500926 113.411112 472.687686 C 97.041246 459.879661 81.161589 444.677953 68.16061 427.979543 C 55.15963 411.270703 43.749223 392.288125 35.410448 372.460718 C 27.061243 352.638526 21.460339 330.198408 18.112313 309.030747 C 14.759072 287.868302 13.251939 266.711072 15.322291 245.480832 C 17.382214 224.250592 23.191717 201.961708 30.518784 181.649307 C 37.851065 161.33169 47.728263 141.040149 59.300335 123.59078 C 70.872406 106.13098 84.561765 90.819758 99.940782 76.932229 C 115.319799 63.049916 133.181153 49.871626 151.569222 40.291682 C 169.962505 30.711738 190.290551 23.728862 210.300483 19.468212 C 230.320845 15.202347 251.21211 13.851663 271.670531 14.712137 C 292.128952 15.577826 314.162301 18.878917 333.082299 24.662346 C 352.002297 30.440559 375.172515 43.467613 385.190518 49.381417 C 395.208521 55.290005 395.187661 56.390368 393.221609 60.119089 M 215.541552 18.331343 C 234.487625 10.430627 259.790775 11.530991 280.390001 13.111134 C 300.978797 14.691277 319.79971 20.53207 339.100402 27.812202 C 358.411525 35.092333 379.161985 45.021682 396.22023 56.802353 C 413.288905 68.577809 427.849168 82.527918 441.470732 98.491014 C 455.092296 114.448895 468.150641 133.822598 477.939184 152.570501 C 487.727728 171.318404 495.388554 190.227972 500.191563 210.988862 C 504.989358 231.739323 507.2996 255.41018 506.731166 277.10977 C 506.157516 298.798929 502.8825 320.769699 496.770527 341.160325 C 490.648125 361.561381 480.687486 381.039383 470.028039 399.469171 C 459.358161 417.90939 447.467975 436.829388 432.787767 451.770345 C 418.10756 466.721733 399.662126 478.387674 381.962437 489.151421 C 364.257533 499.909954 346.500478 510.538111 326.579202 516.342399 C 306.657925 522.131043 283.060078 523.841561 262.439992 523.919786 C 241.819906 523.987581 222.618299 522.031958 202.879547 516.790889 C 183.130365 511.54982 162.421624 502.449656 143.981406 492.478587 C 125.541187 482.507519 107.111399 471.389152 92.238236 456.980124 C 77.370289 442.581526 65.740852 424.360337 54.747645 406.060924 C 43.749223 387.75108 32.557846 367.537764 26.289424 347.178428 C 20.021001 326.819092 17.929788 305.270737 17.111034 283.889262 C 16.29228 262.507787 17.757694 240.031163 21.371684 218.889578 C 24.98046 197.747993 29.939919 176.502108 38.758474 157.07104 C 47.587459 137.639973 60.849188 118.401861 74.329947 102.33968 C 87.810707 86.272283 102.928974 72.608999 119.622169 60.671878 C 136.32058 48.739972 158.280919 37.67897 174.49955 30.732598 C 190.718181 23.781012 209.539094 20.177451 216.91831 18.967572 C 224.307957 17.757694 217.909159 19.280472 218.800923 23.457682 "
transform="matrix(0.749042, 0, 0, 0.749042, 0.374521, 0.374521)"
id="path98" />
<path
fill="none"
stroke-width="1.04"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 260.400929 268.729275 C 212.162236 221.888199 165.618415 177.320862 83.638711 91.972272 M 260.400929 268.729275 C 193.800242 203.97991 128.352069 138.557812 83.638711 91.972272 "
transform="matrix(0.749042, 0, 0, 0.749042, 0.374521, 0.374521)"
id="path100" />
<path
fill="none"
stroke-width="1.04"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 260.400929 268.729275 C 259.988945 202.410197 258.601756 138.891572 260.400929 18.748542 M 260.400929 268.729275 C 261.537798 209.351354 262.570367 148.278561 260.400929 18.748542 "
transform="matrix(0.749042, 0, 0, 0.749042, 0.374521, 0.374521)"
id="path102" />
<path
fill="none"
stroke-width="1.04"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 260.400929 268.729275 C 324.581859 255.70222 389.070474 242.127591 505.578652 219.979512 M 260.400929 268.729275 C 308.801288 259.85857 358.849584 250.9305 505.578652 219.979512 "
transform="matrix(0.749042, 0, 0, 0.749042, 0.374521, 0.374521)"
id="path104" />
<path
fill="none"
stroke-width="1.04"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 260.400929 268.729275 C 205.497474 319.048751 155.892452 373.461997 83.638711 445.481063 M 260.400929 268.729275 C 223.869897 306.339811 186.269791 343.919056 83.638711 445.481063 "
transform="matrix(0.749042, 0, 0, 0.749042, 0.374521, 0.374521)"
id="path106" />
<path
fill="none"
stroke-width="1.04"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 260.400929 268.729275 C 200.329415 229.89843 136.977669 187.318005 52.499983 129.890492 M 260.400929 268.729275 C 202.910837 230.691109 143.371251 190.671246 52.499983 129.890492 "
transform="matrix(0.749042, 0, 0, 0.749042, 0.374521, 0.374521)"
id="path108" />
<g
fill="#000000"
fill-opacity="1"
id="g136">
<use
xlink:href="#glyph-0-1"
x="225.64481"
y="117.0281"
id="use110" />
<use
xlink:href="#glyph-0-2"
x="238.04855"
y="117.0281"
id="use112" />
<use
xlink:href="#glyph-0-3"
x="241.64473"
y="117.0281"
id="use114" />
<use
xlink:href="#glyph-0-4"
x="255.02373"
y="117.0281"
id="use116" />
<use
xlink:href="#glyph-0-5"
x="263.52655"
y="117.0281"
id="use118" />
<use
xlink:href="#glyph-0-6"
x="267.09225"
y="117.0281"
id="use120" />
<use
xlink:href="#glyph-0-7"
x="274.60461"
y="117.0281"
id="use122" />
<use
xlink:href="#glyph-0-8"
x="281.62933"
y="117.0281"
id="use124" />
<use
xlink:href="#glyph-0-9"
x="289.14169"
y="117.0281"
id="use126" />
<use
xlink:href="#glyph-0-10"
x="296.97403"
y="117.0281"
id="use128" />
<use
xlink:href="#glyph-0-11"
x="304.8064"
y="117.0281"
id="use130" />
<use
xlink:href="#glyph-0-12"
x="312.59302"
y="117.0281"
id="use132" />
<use
xlink:href="#glyph-0-4"
x="319.78537"
y="117.0281"
id="use134" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g140">
<use
xlink:href="#glyph-0-7"
x="328.28818"
y="117.0281"
id="use138" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g152">
<use
xlink:href="#glyph-0-13"
x="258.754"
y="135.75259"
id="use142" />
<use
xlink:href="#glyph-0-14"
x="268.87204"
y="135.75259"
id="use144" />
<use
xlink:href="#glyph-0-15"
x="272.46823"
y="135.75259"
id="use146" />
<use
xlink:href="#glyph-0-16"
x="275.92728"
y="135.75259"
id="use148" />
<use
xlink:href="#glyph-0-17"
x="283.43961"
y="135.75259"
id="use150" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g156">
<use
xlink:href="#glyph-0-7"
x="295.17899"
y="135.75259"
id="use154" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g180">
<use
xlink:href="#glyph-0-1"
x="44.775436"
y="210.65057"
id="use158" />
<use
xlink:href="#glyph-0-2"
x="57.179195"
y="210.65057"
id="use160" />
<use
xlink:href="#glyph-0-3"
x="60.775372"
y="210.65057"
id="use162" />
<use
xlink:href="#glyph-0-4"
x="74.154366"
y="210.65057"
id="use164" />
<use
xlink:href="#glyph-0-5"
x="82.657188"
y="210.65057"
id="use166" />
<use
xlink:href="#glyph-0-6"
x="86.222893"
y="210.65057"
id="use168" />
<use
xlink:href="#glyph-0-7"
x="93.735237"
y="210.65057"
id="use170" />
<use
xlink:href="#glyph-0-18"
x="100.75997"
y="210.65057"
id="use172" />
<use
xlink:href="#glyph-0-4"
x="108.19614"
y="210.65057"
id="use174" />
<use
xlink:href="#glyph-0-19"
x="116.69896"
y="210.65057"
id="use176" />
<use
xlink:href="#glyph-0-20"
x="126.16177"
y="210.65057"
id="use178" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g184">
<use
xlink:href="#glyph-0-7"
x="134.65546"
y="210.65057"
id="use182" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g196">
<use
xlink:href="#glyph-0-13"
x="71.509041"
y="229.37508"
id="use186" />
<use
xlink:href="#glyph-0-14"
x="81.627098"
y="229.37508"
id="use188" />
<use
xlink:href="#glyph-0-15"
x="85.223274"
y="229.37508"
id="use190" />
<use
xlink:href="#glyph-0-16"
x="88.682304"
y="229.37508"
id="use192" />
<use
xlink:href="#glyph-0-17"
x="96.194656"
y="229.37508"
id="use194" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g200">
<use
xlink:href="#glyph-0-7"
x="107.93404"
y="229.37508"
id="use198" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g228">
<use
xlink:href="#glyph-0-1"
x="198.47234"
y="304.27304"
id="use202" />
<use
xlink:href="#glyph-0-2"
x="210.8761"
y="304.27304"
id="use204" />
<use
xlink:href="#glyph-0-3"
x="214.47227"
y="304.27304"
id="use206" />
<use
xlink:href="#glyph-0-4"
x="227.85127"
y="304.27304"
id="use208" />
<use
xlink:href="#glyph-0-5"
x="236.3541"
y="304.27304"
id="use210" />
<use
xlink:href="#glyph-0-6"
x="239.9198"
y="304.27304"
id="use212" />
<use
xlink:href="#glyph-0-7"
x="247.43214"
y="304.27304"
id="use214" />
<use
xlink:href="#glyph-0-21"
x="254.45688"
y="304.27304"
id="use216" />
<use
xlink:href="#glyph-0-19"
x="264.25494"
y="304.27304"
id="use218" />
<use
xlink:href="#glyph-0-11"
x="273.71774"
y="304.27304"
id="use220" />
<use
xlink:href="#glyph-0-22"
x="281.50439"
y="304.27304"
id="use222" />
<use
xlink:href="#glyph-0-4"
x="290.32721"
y="304.27304"
id="use224" />
<use
xlink:href="#glyph-0-21"
x="298.83002"
y="304.27304"
id="use226" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g232">
<use
xlink:href="#glyph-0-7"
x="308.62503"
y="304.27304"
id="use230" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g244">
<use
xlink:href="#glyph-0-23"
x="233.05658"
y="322.99756"
id="use234" />
<use
xlink:href="#glyph-0-24"
x="242.51939"
y="322.99756"
id="use236" />
<use
xlink:href="#glyph-0-15"
x="251.66222"
y="322.99756"
id="use238" />
<use
xlink:href="#glyph-0-25"
x="255.12125"
y="322.99756"
id="use240" />
<use
xlink:href="#glyph-0-17"
x="262.3136"
y="322.99756"
id="use242" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g248">
<use
xlink:href="#glyph-0-7"
x="274.05298"
y="322.99756"
id="use246" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g266">
<use
xlink:href="#glyph-0-26"
x="113.34659"
y="70.216858"
id="use250" />
<use
xlink:href="#glyph-0-11"
x="120.85894"
y="70.216858"
id="use252" />
<use
xlink:href="#glyph-0-9"
x="128.64557"
y="70.216858"
id="use254" />
<use
xlink:href="#glyph-0-27"
x="136.47792"
y="70.216858"
id="use256" />
<use
xlink:href="#glyph-0-9"
x="143.67027"
y="70.216858"
id="use258" />
<use
xlink:href="#glyph-0-8"
x="151.50262"
y="70.216858"
id="use260" />
<use
xlink:href="#glyph-0-4"
x="159.01497"
y="70.216858"
id="use262" />
<use
xlink:href="#glyph-0-11"
x="167.51779"
y="70.216858"
id="use264" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g270">
<use
xlink:href="#glyph-0-7"
x="175.29834"
y="70.216858"
id="use268" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g282">
<use
xlink:href="#glyph-0-14"
x="126.10996"
y="88.941353"
id="use272" />
<use
xlink:href="#glyph-0-13"
x="129.70615"
y="88.941353"
id="use274" />
<use
xlink:href="#glyph-0-15"
x="139.82419"
y="88.941353"
id="use276" />
<use
xlink:href="#glyph-0-28"
x="143.28323"
y="88.941353"
id="use278" />
<use
xlink:href="#glyph-0-17"
x="150.79558"
y="88.941353"
id="use280" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g286">
<use
xlink:href="#glyph-0-7"
x="162.53496"
y="88.941353"
id="use284" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g296">
<use
xlink:href="#glyph-0-8"
x="9.3622484"
y="23.405619"
id="use288" />
<use
xlink:href="#glyph-0-6"
x="16.874598"
y="23.405619"
id="use290" />
<use
xlink:href="#glyph-0-29"
x="24.38695"
y="23.405619"
id="use292" />
<use
xlink:href="#glyph-0-12"
x="33.20977"
y="23.405619"
id="use294" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g310">
<use
xlink:href="#glyph-0-11"
x="9.3622484"
y="42.130116"
id="use298" />
<use
xlink:href="#glyph-0-4"
x="17.148884"
y="42.130116"
id="use300" />
<use
xlink:href="#glyph-0-30"
x="25.651707"
y="42.130116"
id="use302" />
<use
xlink:href="#glyph-0-19"
x="37.09547"
y="42.130116"
id="use304" />
<use
xlink:href="#glyph-0-11"
x="46.558289"
y="42.130116"
id="use306" />
<use
xlink:href="#glyph-0-20"
x="54.344921"
y="42.130116"
id="use308" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g314">
<use
xlink:href="#glyph-0-7"
x="62.841648"
y="42.130116"
id="use312" />
</g>
<path
fill="none"
stroke-width="1.04"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 41.658011 60.411129 C 55.488174 103.659073 62.627501 116.102048 62.491911 96.869151 M 41.658011 60.411129 C 56.828428 101.400981 64.499684 114.61056 62.491911 96.869151 M 62.491911 96.869151 C 61.031713 78.428933 68.15018 90.950133 81.229384 127.027461 M 62.491911 96.869151 C 62.502341 78.950432 70.622087 87.868071 81.229384 127.027461 "
transform="matrix(0.749042, 0, 0, 0.749042, 0.374521, 0.374521)"
id="path316" />
<path
fill="none"
stroke-width="0.52"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 77.198194 126.448596 L 77.198194 126.448596 M 77.198194 126.448596 L 77.198194 126.448596 M 80.33762 129.181253 C 81.667444 127.27778 83.617851 125.989677 84.44182 124.472114 M 80.33762 129.181253 C 81.411909 128.232124 82.001203 127.048321 84.44182 124.472114 "
transform="matrix(0.749042, 0, 0, 0.749042, 0.374521, 0.374521)"
id="path318" />
<path
fill="none"
stroke-width="1.04"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 82.960762 132.221595 C 81.458844 130.109522 80.118591 128.722334 77.187764 126.459026 M 82.960762 132.221595 C 81.062504 130.020867 78.689682 128.080889 77.187764 126.459026 M 77.187764 126.459026 C 78.601027 126.260856 80.44192 126.808431 81.229384 127.027461 M 77.187764 126.459026 C 78.637532 126.787571 79.909991 126.829291 81.229384 127.027461 M 81.229384 127.027461 C 82.470553 126.140912 82.767807 125.207428 84.108061 124.148784 M 81.229384 127.027461 C 82.001203 126.271286 83.070277 125.082268 84.108061 124.148784 M 84.108061 124.148784 C 83.680431 126.928376 83.951611 130.531936 82.960762 132.221595 M 84.108061 124.148784 C 83.617851 127.079611 83.508337 130.239897 82.960762 132.221595 "
transform="matrix(0.749042, 0, 0, 0.749042, 0.374521, 0.374521)"
id="path320" />
<g
fill="#000000"
fill-opacity="1"
id="g330">
<use
xlink:href="#glyph-0-31"
x="71.777229"
y="118.58847"
id="use322" />
<use
xlink:href="#glyph-0-15"
x="80.600052"
y="118.58847"
id="use324" />
<use
xlink:href="#glyph-0-14"
x="84.05909"
y="118.58847"
id="use326" />
<use
xlink:href="#glyph-0-17"
x="87.655266"
y="118.58847"
id="use328" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g334">
<use
xlink:href="#glyph-0-7"
x="99.400742"
y="118.58847"
id="use332" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 98 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 208 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 148 KiB

View File

@@ -0,0 +1,785 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="370.07999pt"
height="192.95999pt"
viewBox="0 0 370.07999 192.95999"
version="1.1"
id="svg298"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs112">
<g
id="g110">
<g
id="glyph-0-0" />
<g
id="glyph-0-1">
<path
d="M 2.34375 -0.59375 C 2.394531 -0.8125 2.515625 -0.988281 2.703125 -1.125 C 2.890625 -1.269531 3.101563 -1.398438 3.34375 -1.515625 C 3.59375 -1.640625 3.847656 -1.753906 4.109375 -1.859375 C 4.378906 -1.960938 4.625 -2.070313 4.84375 -2.1875 C 5.070313 -2.3125 5.257813 -2.453125 5.40625 -2.609375 C 5.550781 -2.773438 5.625 -2.972656 5.625 -3.203125 C 5.625 -3.492188 5.546875 -3.734375 5.390625 -3.921875 C 5.242188 -4.117188 5.039063 -4.285156 4.78125 -4.421875 C 4.53125 -4.566406 4.242188 -4.679688 3.921875 -4.765625 C 3.609375 -4.859375 3.285156 -4.953125 2.953125 -5.046875 C 2.617188 -5.148438 2.289063 -5.257813 1.96875 -5.375 C 1.644531 -5.488281 1.359375 -5.628906 1.109375 -5.796875 C 0.859375 -5.972656 0.65625 -6.1875 0.5 -6.4375 C 0.351563 -6.6875 0.28125 -6.992188 0.28125 -7.359375 C 0.28125 -7.660156 0.335938 -7.945313 0.453125 -8.21875 C 0.578125 -8.488281 0.742188 -8.742188 0.953125 -8.984375 C 1.160156 -9.222656 1.398438 -9.441406 1.671875 -9.640625 C 1.941406 -9.847656 2.222656 -10.019531 2.515625 -10.15625 C 2.816406 -10.289063 3.117188 -10.394531 3.421875 -10.46875 C 3.722656 -10.550781 4.003906 -10.59375 4.265625 -10.59375 L 4.40625 -10.59375 C 4.488281 -10.570313 4.597656 -10.523438 4.734375 -10.453125 C 4.878906 -10.390625 5.015625 -10.328125 5.140625 -10.265625 C 5.265625 -10.210938 5.375 -10.160156 5.46875 -10.109375 C 5.5625 -10.054688 5.609375 -10.023438 5.609375 -10.015625 L 5.609375 -9.703125 C 5.429688 -9.679688 5.203125 -9.644531 4.921875 -9.59375 C 4.648438 -9.550781 4.363281 -9.488281 4.0625 -9.40625 C 3.757813 -9.320313 3.453125 -9.21875 3.140625 -9.09375 C 2.835938 -8.96875 2.5625 -8.820313 2.3125 -8.65625 C 2.0625 -8.488281 1.859375 -8.296875 1.703125 -8.078125 C 1.546875 -7.867188 1.46875 -7.628906 1.46875 -7.359375 C 1.46875 -6.960938 1.601563 -6.648438 1.875 -6.421875 C 2.15625 -6.203125 2.5 -6.019531 2.90625 -5.875 C 3.320313 -5.726563 3.773438 -5.597656 4.265625 -5.484375 C 4.753906 -5.367188 5.203125 -5.226563 5.609375 -5.0625 C 6.023438 -4.90625 6.367188 -4.695313 6.640625 -4.4375 C 6.921875 -4.175781 7.0625 -3.820313 7.0625 -3.375 C 7.0625 -3.144531 6.988281 -2.894531 6.84375 -2.625 C 6.707031 -2.363281 6.519531 -2.109375 6.28125 -1.859375 C 6.050781 -1.609375 5.789063 -1.367188 5.5 -1.140625 C 5.207031 -0.910156 4.90625 -0.707031 4.59375 -0.53125 C 4.289063 -0.363281 3.992188 -0.226563 3.703125 -0.125 C 3.410156 -0.0195313 3.148438 0.03125 2.921875 0.03125 C 2.835938 0.03125 2.753906 0.0195313 2.671875 0 C 2.597656 -0.0195313 2.53125 -0.0507813 2.46875 -0.09375 C 2.40625 -0.132813 2.359375 -0.195313 2.328125 -0.28125 C 2.296875 -0.363281 2.300781 -0.46875 2.34375 -0.59375 Z M 2.34375 -0.59375 "
id="path3" />
</g>
<g
id="glyph-0-2">
<path
d="M 0.28125 -5.53125 C 0.28125 -5.695313 0.296875 -5.921875 0.328125 -6.203125 C 0.367188 -6.484375 0.425781 -6.789063 0.5 -7.125 C 0.582031 -7.457031 0.679688 -7.796875 0.796875 -8.140625 C 0.921875 -8.492188 1.066406 -8.8125 1.234375 -9.09375 C 1.398438 -9.375 1.585938 -9.601563 1.796875 -9.78125 C 2.015625 -9.957031 2.253906 -10.046875 2.515625 -10.046875 C 2.523438 -10.046875 2.535156 -10.039063 2.546875 -10.03125 C 2.554688 -10.03125 2.566406 -10.03125 2.578125 -10.03125 C 2.597656 -10.019531 2.625 -10.015625 2.65625 -10.015625 C 2.675781 -10.015625 2.722656 -10 2.796875 -9.96875 C 2.867188 -9.9375 2.929688 -9.90625 2.984375 -9.875 C 3.046875 -9.84375 3.101563 -9.8125 3.15625 -9.78125 C 3.207031 -9.75 3.238281 -9.722656 3.25 -9.703125 C 3.25 -9.691406 3.253906 -9.679688 3.265625 -9.671875 C 3.265625 -9.648438 3.265625 -9.628906 3.265625 -9.609375 C 3.265625 -9.597656 3.265625 -9.585938 3.265625 -9.578125 C 3.265625 -9.253906 3.164063 -8.9375 2.96875 -8.625 C 2.78125 -8.320313 2.570313 -8.003906 2.34375 -7.671875 C 2.125 -7.335938 1.914063 -6.988281 1.71875 -6.625 C 1.53125 -6.257813 1.4375 -5.863281 1.4375 -5.4375 C 1.4375 -4.875 1.515625 -4.375 1.671875 -3.9375 C 1.828125 -3.5 2.035156 -3.09375 2.296875 -2.71875 C 2.554688 -2.351563 2.867188 -2 3.234375 -1.65625 C 3.597656 -1.320313 3.988281 -0.96875 4.40625 -0.59375 C 4.40625 -0.570313 4.410156 -0.546875 4.421875 -0.515625 C 4.429688 -0.484375 4.4375 -0.457031 4.4375 -0.4375 C 4.4375 -0.257813 4.375 -0.132813 4.25 -0.0625 C 4.125 0 3.984375 0.03125 3.828125 0.03125 C 3.410156 0.03125 3.035156 -0.0625 2.703125 -0.25 C 2.367188 -0.4375 2.070313 -0.679688 1.8125 -0.984375 C 1.550781 -1.285156 1.320313 -1.628906 1.125 -2.015625 C 0.925781 -2.410156 0.765625 -2.8125 0.640625 -3.21875 C 0.515625 -3.632813 0.421875 -4.039063 0.359375 -4.4375 C 0.304688 -4.84375 0.28125 -5.207031 0.28125 -5.53125 Z M 0.28125 -5.53125 "
id="path6" />
</g>
<g
id="glyph-0-3">
<path
d="M 0.609375 -7.78125 C 0.609375 -8.050781 0.585938 -8.3125 0.546875 -8.5625 C 0.515625 -8.8125 0.503906 -9.035156 0.515625 -9.234375 C 0.535156 -9.429688 0.609375 -9.585938 0.734375 -9.703125 C 0.859375 -9.828125 1.085938 -9.890625 1.421875 -9.890625 C 1.515625 -9.671875 1.609375 -9.347656 1.703125 -8.921875 C 1.804688 -8.492188 1.898438 -8 1.984375 -7.4375 C 2.078125 -6.875 2.164063 -6.265625 2.25 -5.609375 C 2.332031 -4.960938 2.40625 -4.304688 2.46875 -3.640625 C 2.539063 -2.984375 2.601563 -2.335938 2.65625 -1.703125 C 2.707031 -1.066406 2.75 -0.484375 2.78125 0.046875 C 2.476563 0.242188 2.234375 0.253906 2.046875 0.078125 C 1.867188 -0.0859375 1.71875 -0.378906 1.59375 -0.796875 C 1.476563 -1.222656 1.382813 -1.734375 1.3125 -2.328125 C 1.25 -2.929688 1.1875 -3.554688 1.125 -4.203125 C 1.070313 -4.847656 1.003906 -5.484375 0.921875 -6.109375 C 0.835938 -6.734375 0.734375 -7.289063 0.609375 -7.78125 Z M 0.609375 -7.78125 "
id="path9" />
</g>
<g
id="glyph-0-4">
<path
d="M 0.28125 -3.828125 C 0.28125 -4.316406 0.335938 -4.804688 0.453125 -5.296875 C 0.566406 -5.796875 0.753906 -6.242188 1.015625 -6.640625 C 1.285156 -7.035156 1.628906 -7.351563 2.046875 -7.59375 C 2.460938 -7.84375 2.96875 -7.96875 3.5625 -7.96875 C 3.894531 -7.96875 4.191406 -7.90625 4.453125 -7.78125 C 4.710938 -7.664063 4.925781 -7.503906 5.09375 -7.296875 C 5.269531 -7.097656 5.398438 -6.863281 5.484375 -6.59375 C 5.578125 -6.320313 5.625 -6.039063 5.625 -5.75 C 5.625 -5.28125 5.515625 -4.820313 5.296875 -4.375 C 5.085938 -3.9375 4.800781 -3.550781 4.4375 -3.21875 C 4.070313 -2.882813 3.65625 -2.632813 3.1875 -2.46875 C 2.71875 -2.300781 2.242188 -2.257813 1.765625 -2.34375 C 1.773438 -2.082031 1.863281 -1.867188 2.03125 -1.703125 C 2.195313 -1.546875 2.398438 -1.425781 2.640625 -1.34375 C 2.878906 -1.257813 3.125 -1.207031 3.375 -1.1875 C 3.632813 -1.164063 3.863281 -1.15625 4.0625 -1.15625 C 4.28125 -1.15625 4.476563 -1.171875 4.65625 -1.203125 C 4.84375 -1.242188 5.023438 -1.285156 5.203125 -1.328125 C 5.390625 -1.378906 5.578125 -1.421875 5.765625 -1.453125 C 5.953125 -1.492188 6.148438 -1.515625 6.359375 -1.515625 C 6.441406 -1.515625 6.523438 -1.507813 6.609375 -1.5 C 6.691406 -1.488281 6.769531 -1.46875 6.84375 -1.4375 C 6.914063 -1.40625 6.972656 -1.351563 7.015625 -1.28125 C 7.066406 -1.21875 7.09375 -1.132813 7.09375 -1.03125 C 7.09375 -0.851563 7.023438 -0.707031 6.890625 -0.59375 C 6.765625 -0.476563 6.601563 -0.378906 6.40625 -0.296875 C 6.21875 -0.210938 6.003906 -0.148438 5.765625 -0.109375 C 5.523438 -0.078125 5.289063 -0.046875 5.0625 -0.015625 C 4.84375 0.00390625 4.640625 0.015625 4.453125 0.015625 C 4.265625 0.0234375 4.125 0.03125 4.03125 0.03125 C 3.4375 0.03125 2.90625 -0.0625 2.4375 -0.25 C 1.976563 -0.4375 1.585938 -0.695313 1.265625 -1.03125 C 0.941406 -1.375 0.695313 -1.78125 0.53125 -2.25 C 0.363281 -2.71875 0.28125 -3.242188 0.28125 -3.828125 Z M 1.734375 -4.71875 C 1.734375 -4.394531 1.773438 -4.160156 1.859375 -4.015625 C 1.953125 -3.867188 2.164063 -3.796875 2.5 -3.796875 C 2.738281 -3.796875 2.972656 -3.835938 3.203125 -3.921875 C 3.429688 -4.015625 3.640625 -4.132813 3.828125 -4.28125 C 4.015625 -4.4375 4.160156 -4.617188 4.265625 -4.828125 C 4.378906 -5.046875 4.4375 -5.28125 4.4375 -5.53125 C 4.4375 -5.664063 4.425781 -5.804688 4.40625 -5.953125 C 4.382813 -6.097656 4.335938 -6.234375 4.265625 -6.359375 C 4.191406 -6.484375 4.097656 -6.582031 3.984375 -6.65625 C 3.867188 -6.738281 3.71875 -6.78125 3.53125 -6.78125 C 3.257813 -6.78125 3.007813 -6.71875 2.78125 -6.59375 C 2.5625 -6.46875 2.375 -6.304688 2.21875 -6.109375 C 2.0625 -5.910156 1.941406 -5.691406 1.859375 -5.453125 C 1.773438 -5.210938 1.734375 -4.96875 1.734375 -4.71875 Z M 1.734375 -4.71875 "
id="path12" />
</g>
<g
id="glyph-0-5">
<path
d="M 0.28125 -4.640625 C 0.28125 -4.867188 0.335938 -5.035156 0.453125 -5.140625 C 0.566406 -5.253906 0.757813 -5.3125 1.03125 -5.3125 L 1.171875 -5.3125 C 1.191406 -5.164063 1.21875 -4.992188 1.25 -4.796875 C 1.289063 -4.609375 1.347656 -4.410156 1.421875 -4.203125 C 1.503906 -4.003906 1.59375 -3.816406 1.6875 -3.640625 C 1.789063 -3.472656 1.914063 -3.34375 2.0625 -3.25 C 2.070313 -3.5625 2.148438 -3.867188 2.296875 -4.171875 C 2.453125 -4.472656 2.640625 -4.738281 2.859375 -4.96875 C 3.085938 -5.207031 3.335938 -5.40625 3.609375 -5.5625 C 3.878906 -5.71875 4.144531 -5.828125 4.40625 -5.890625 L 4.71875 -5.890625 C 5.15625 -5.890625 5.53125 -5.789063 5.84375 -5.59375 C 6.15625 -5.394531 6.410156 -5.132813 6.609375 -4.8125 C 6.816406 -4.5 6.976563 -4.140625 7.09375 -3.734375 C 7.207031 -3.335938 7.289063 -2.929688 7.34375 -2.515625 C 7.40625 -2.097656 7.441406 -1.691406 7.453125 -1.296875 C 7.472656 -0.910156 7.484375 -0.578125 7.484375 -0.296875 L 6.46875 -0.296875 C 6.414063 -0.847656 6.347656 -1.378906 6.265625 -1.890625 C 6.242188 -2.085938 6.207031 -2.296875 6.15625 -2.515625 C 6.113281 -2.742188 6.0625 -2.957031 6 -3.15625 C 5.945313 -3.351563 5.890625 -3.535156 5.828125 -3.703125 C 5.765625 -3.867188 5.691406 -4.015625 5.609375 -4.140625 C 5.566406 -4.171875 5.515625 -4.21875 5.453125 -4.28125 C 5.398438 -4.351563 5.34375 -4.421875 5.28125 -4.484375 C 5.21875 -4.546875 5.15625 -4.597656 5.09375 -4.640625 C 5.039063 -4.691406 5.007813 -4.71875 5 -4.71875 C 4.726563 -4.789063 4.488281 -4.738281 4.28125 -4.5625 C 4.082031 -4.382813 3.90625 -4.140625 3.75 -3.828125 C 3.59375 -3.523438 3.46875 -3.179688 3.375 -2.796875 C 3.28125 -2.421875 3.195313 -2.054688 3.125 -1.703125 C 3.0625 -1.347656 3.015625 -1.039063 2.984375 -0.78125 C 2.960938 -0.519531 2.945313 -0.359375 2.9375 -0.296875 C 2.707031 -0.140625 2.492188 -0.09375 2.296875 -0.15625 C 2.097656 -0.226563 1.90625 -0.375 1.71875 -0.59375 C 1.539063 -0.8125 1.378906 -1.082031 1.234375 -1.40625 C 1.097656 -1.738281 0.96875 -2.09375 0.84375 -2.46875 C 0.726563 -2.84375 0.625 -3.21875 0.53125 -3.59375 C 0.4375 -3.96875 0.351563 -4.316406 0.28125 -4.640625 Z M 0.28125 -4.640625 "
id="path15" />
</g>
<g
id="glyph-0-6">
<path
d="M 3.828125 7.3125 C 4.335938 7.3125 4.789063 7.21875 5.1875 7.03125 C 5.59375 6.84375 5.9375 6.585938 6.21875 6.265625 C 6.5 5.941406 6.710938 5.566406 6.859375 5.140625 C 7.015625 4.722656 7.09375 4.289063 7.09375 3.84375 C 7.09375 3.613281 7.082031 3.3125 7.0625 2.9375 C 7.039063 2.5625 7.003906 2.15625 6.953125 1.71875 C 6.910156 1.28125 6.84375 0.832031 6.75 0.375 C 6.664063 -0.0820313 6.554688 -0.515625 6.421875 -0.921875 C 6.296875 -1.335938 6.140625 -1.695313 5.953125 -2 C 5.765625 -2.300781 5.550781 -2.519531 5.3125 -2.65625 C 5.070313 -2.46875 4.835938 -2.296875 4.609375 -2.140625 C 4.378906 -1.992188 4.140625 -1.867188 3.890625 -1.765625 C 3.640625 -1.671875 3.378906 -1.59375 3.109375 -1.53125 C 2.847656 -1.46875 2.566406 -1.4375 2.265625 -1.4375 C 1.867188 -1.4375 1.53125 -1.472656 1.25 -1.546875 C 0.976563 -1.617188 0.75 -1.742188 0.5625 -1.921875 C 0.375 -2.097656 0.234375 -2.328125 0.140625 -2.609375 C 0.046875 -2.890625 0 -3.25 0 -3.6875 C 0 -3.988281 0.0703125 -4.28125 0.21875 -4.5625 C 0.363281 -4.851563 0.554688 -5.125 0.796875 -5.375 C 1.046875 -5.632813 1.320313 -5.867188 1.625 -6.078125 C 1.9375 -6.285156 2.253906 -6.46875 2.578125 -6.625 C 2.898438 -6.78125 3.21875 -6.898438 3.53125 -6.984375 C 3.851563 -7.066406 4.140625 -7.109375 4.390625 -7.109375 C 4.628906 -7.109375 4.820313 -7.097656 4.96875 -7.078125 C 5.125 -7.066406 5.257813 -7.03125 5.375 -6.96875 C 5.488281 -6.914063 5.582031 -6.828125 5.65625 -6.703125 C 5.738281 -6.578125 5.816406 -6.410156 5.890625 -6.203125 C 6.097656 -5.484375 6.335938 -4.710938 6.609375 -3.890625 C 6.890625 -3.066406 7.148438 -2.21875 7.390625 -1.34375 C 7.640625 -0.476563 7.847656 0.394531 8.015625 1.28125 C 8.191406 2.164063 8.28125 3.019531 8.28125 3.84375 C 8.28125 4.582031 8.175781 5.203125 7.96875 5.703125 C 7.757813 6.210938 7.488281 6.628906 7.15625 6.953125 C 6.820313 7.285156 6.441406 7.535156 6.015625 7.703125 C 5.585938 7.878906 5.15625 7.992188 4.71875 8.046875 C 4.289063 8.097656 3.875 8.109375 3.46875 8.078125 C 3.070313 8.054688 2.726563 8.003906 2.4375 7.921875 C 2.144531 7.847656 1.921875 7.757813 1.765625 7.65625 C 1.617188 7.550781 1.582031 7.460938 1.65625 7.390625 C 1.738281 7.328125 1.945313 7.28125 2.28125 7.25 C 2.625 7.226563 3.140625 7.25 3.828125 7.3125 Z M 4.015625 -5.953125 C 3.335938 -5.804688 2.789063 -5.601563 2.375 -5.34375 C 1.957031 -5.082031 1.644531 -4.800781 1.4375 -4.5 C 1.226563 -4.207031 1.113281 -3.910156 1.09375 -3.609375 C 1.082031 -3.304688 1.140625 -3.050781 1.265625 -2.84375 C 1.390625 -2.632813 1.570313 -2.476563 1.8125 -2.375 C 2.0625 -2.269531 2.34375 -2.265625 2.65625 -2.359375 C 2.96875 -2.453125 3.296875 -2.660156 3.640625 -2.984375 C 3.992188 -3.304688 4.351563 -3.78125 4.71875 -4.40625 C 4.71875 -4.5625 4.71875 -4.734375 4.71875 -4.921875 C 4.726563 -5.109375 4.710938 -5.273438 4.671875 -5.421875 C 4.640625 -5.578125 4.570313 -5.703125 4.46875 -5.796875 C 4.363281 -5.898438 4.210938 -5.953125 4.015625 -5.953125 Z M 4.015625 -5.953125 "
id="path18" />
</g>
<g
id="glyph-0-7">
<path
d="M -0.03125 -6.921875 C -0.03125 -6.953125 -0.0234375 -6.976563 -0.015625 -7 C -0.015625 -7.019531 -0.0078125 -7.039063 0 -7.0625 C 0.0390625 -7.113281 0.0976563 -7.175781 0.171875 -7.25 C 0.242188 -7.320313 0.285156 -7.359375 0.296875 -7.359375 L 3.0625 -7.359375 C 3.0625 -7.453125 3.046875 -7.609375 3.015625 -7.828125 C 2.992188 -8.054688 2.972656 -8.300781 2.953125 -8.5625 C 2.929688 -8.832031 2.921875 -9.109375 2.921875 -9.390625 C 2.929688 -9.679688 2.96875 -9.941406 3.03125 -10.171875 C 3.101563 -10.410156 3.21875 -10.601563 3.375 -10.75 C 3.53125 -10.90625 3.742188 -10.984375 4.015625 -10.984375 C 4.015625 -10.054688 4.078125 -9.3125 4.203125 -8.75 C 4.335938 -8.195313 4.507813 -7.769531 4.71875 -7.46875 C 4.9375 -7.164063 5.179688 -6.96875 5.453125 -6.875 C 5.734375 -6.78125 6.015625 -6.738281 6.296875 -6.75 C 6.585938 -6.769531 6.867188 -6.816406 7.140625 -6.890625 C 7.421875 -6.960938 7.664063 -7.007813 7.875 -7.03125 C 8.09375 -7.0625 8.265625 -7.039063 8.390625 -6.96875 C 8.523438 -6.90625 8.59375 -6.742188 8.59375 -6.484375 C 8.59375 -6.296875 8.546875 -6.160156 8.453125 -6.078125 C 8.367188 -5.992188 8.203125 -5.929688 7.953125 -5.890625 C 7.878906 -5.878906 7.757813 -5.859375 7.59375 -5.828125 C 7.425781 -5.804688 7.234375 -5.785156 7.015625 -5.765625 C 6.804688 -5.753906 6.582031 -5.734375 6.34375 -5.703125 C 6.113281 -5.679688 5.890625 -5.660156 5.671875 -5.640625 C 5.460938 -5.628906 5.269531 -5.617188 5.09375 -5.609375 C 4.925781 -5.609375 4.800781 -5.609375 4.71875 -5.609375 C 4.71875 -5.566406 4.710938 -5.488281 4.703125 -5.375 C 4.691406 -5.257813 4.6875 -5.1875 4.6875 -5.15625 C 4.6875 -4.75 4.75 -4.351563 4.875 -3.96875 C 5.007813 -3.59375 5.148438 -3.21875 5.296875 -2.84375 C 5.453125 -2.46875 5.59375 -2.09375 5.71875 -1.71875 C 5.84375 -1.34375 5.90625 -0.953125 5.90625 -0.546875 C 5.90625 -0.472656 5.898438 -0.394531 5.890625 -0.3125 C 5.878906 -0.238281 5.851563 -0.171875 5.8125 -0.109375 C 5.769531 -0.0546875 5.707031 -0.015625 5.625 0.015625 C 5.550781 0.046875 5.445313 0.0390625 5.3125 0 C 4.957031 -0.09375 4.695313 -0.289063 4.53125 -0.59375 C 4.363281 -0.894531 4.238281 -1.253906 4.15625 -1.671875 C 4.070313 -2.085938 4.015625 -2.53125 3.984375 -3 C 3.960938 -3.46875 3.921875 -3.90625 3.859375 -4.3125 C 3.796875 -4.71875 3.695313 -5.0625 3.5625 -5.34375 C 3.4375 -5.632813 3.234375 -5.816406 2.953125 -5.890625 L 0.296875 -6.484375 C 0.265625 -6.484375 0.210938 -6.519531 0.140625 -6.59375 C 0.0664063 -6.675781 0.0195313 -6.738281 0 -6.78125 C -0.0078125 -6.800781 -0.015625 -6.820313 -0.015625 -6.84375 C -0.0234375 -6.863281 -0.03125 -6.890625 -0.03125 -6.921875 Z M -0.03125 -6.921875 "
id="path21" />
</g>
<g
id="glyph-0-8">
<path
d="M 0.671875 -8.9375 C 0.671875 -9.039063 0.679688 -9.164063 0.703125 -9.3125 C 0.734375 -9.46875 0.773438 -9.613281 0.828125 -9.75 C 0.890625 -9.882813 0.96875 -10 1.0625 -10.09375 C 1.15625 -10.195313 1.273438 -10.25 1.421875 -10.25 C 1.429688 -10.25 1.453125 -10.242188 1.484375 -10.234375 C 1.523438 -10.222656 1.546875 -10.21875 1.546875 -10.21875 C 1.703125 -9.644531 1.796875 -9.078125 1.828125 -8.515625 C 1.859375 -7.960938 1.847656 -7.421875 1.796875 -6.890625 C 1.753906 -6.367188 1.6875 -5.863281 1.59375 -5.375 C 1.5 -4.882813 1.421875 -4.429688 1.359375 -4.015625 C 1.304688 -3.597656 1.269531 -3.222656 1.25 -2.890625 C 1.238281 -2.566406 1.289063 -2.289063 1.40625 -2.0625 C 1.382813 -2.207031 1.367188 -2.382813 1.359375 -2.59375 C 1.359375 -2.800781 1.378906 -3.015625 1.421875 -3.234375 C 1.460938 -3.453125 1.53125 -3.671875 1.625 -3.890625 C 1.726563 -4.109375 1.867188 -4.304688 2.046875 -4.484375 C 2.234375 -4.660156 2.46875 -4.796875 2.75 -4.890625 C 3.039063 -4.992188 3.398438 -5.046875 3.828125 -5.046875 C 4.285156 -5.046875 4.675781 -4.96875 5 -4.8125 C 5.320313 -4.65625 5.585938 -4.441406 5.796875 -4.171875 C 6.015625 -3.898438 6.175781 -3.582031 6.28125 -3.21875 C 6.382813 -2.863281 6.4375 -2.476563 6.4375 -2.0625 C 6.4375 -1.875 6.429688 -1.65625 6.421875 -1.40625 C 6.421875 -1.164063 6.390625 -0.941406 6.328125 -0.734375 C 6.265625 -0.523438 6.15625 -0.347656 6 -0.203125 C 5.851563 -0.0664063 5.632813 0 5.34375 0 C 5.34375 -0.144531 5.351563 -0.34375 5.375 -0.59375 C 5.394531 -0.84375 5.40625 -1.109375 5.40625 -1.390625 C 5.414063 -1.679688 5.40625 -1.972656 5.375 -2.265625 C 5.351563 -2.554688 5.289063 -2.816406 5.1875 -3.046875 C 5.09375 -3.285156 4.957031 -3.476563 4.78125 -3.625 C 4.601563 -3.78125 4.359375 -3.859375 4.046875 -3.859375 C 3.929688 -3.859375 3.789063 -3.851563 3.625 -3.84375 C 3.46875 -3.832031 3.304688 -3.789063 3.140625 -3.71875 C 2.984375 -3.644531 2.828125 -3.53125 2.671875 -3.375 C 2.515625 -3.21875 2.390625 -3.007813 2.296875 -2.75 C 2.203125 -2.488281 2.148438 -2.160156 2.140625 -1.765625 C 2.128906 -1.367188 2.175781 -0.878906 2.28125 -0.296875 C 2.21875 -0.140625 2.132813 -0.046875 2.03125 -0.015625 C 1.9375 0.015625 1.816406 0.03125 1.671875 0.03125 C 1.378906 0.03125 1.140625 -0.0703125 0.953125 -0.28125 C 0.765625 -0.488281 0.617188 -0.765625 0.515625 -1.109375 C 0.421875 -1.460938 0.359375 -1.867188 0.328125 -2.328125 C 0.296875 -2.785156 0.28125 -3.265625 0.28125 -3.765625 C 0.289063 -4.265625 0.316406 -4.769531 0.359375 -5.28125 C 0.398438 -5.800781 0.441406 -6.289063 0.484375 -6.75 C 0.523438 -7.21875 0.566406 -7.640625 0.609375 -8.015625 C 0.648438 -8.398438 0.671875 -8.707031 0.671875 -8.9375 Z M 0.671875 -8.9375 "
id="path24" />
</g>
<g
id="glyph-0-9">
<path
d="M 0.859375 -5.15625 C 0.859375 -5.207031 0.859375 -5.296875 0.859375 -5.421875 C 0.859375 -5.546875 0.859375 -5.675781 0.859375 -5.8125 C 0.867188 -5.945313 0.875 -6.078125 0.875 -6.203125 C 0.882813 -6.335938 0.890625 -6.429688 0.890625 -6.484375 C 0.992188 -6.628906 1.125 -6.75 1.28125 -6.84375 C 1.445313 -6.9375 1.613281 -7.007813 1.78125 -7.0625 C 1.800781 -6.570313 1.875 -6.046875 2 -5.484375 C 2.132813 -4.921875 2.273438 -4.359375 2.421875 -3.796875 C 2.566406 -3.234375 2.695313 -2.675781 2.8125 -2.125 C 2.925781 -1.582031 2.984375 -1.070313 2.984375 -0.59375 C 2.984375 -0.175781 2.769531 0.03125 2.34375 0.03125 C 2.09375 0.03125 1.878906 -0.0703125 1.703125 -0.28125 C 1.523438 -0.5 1.382813 -0.769531 1.28125 -1.09375 C 1.175781 -1.414063 1.09375 -1.773438 1.03125 -2.171875 C 0.96875 -2.578125 0.921875 -2.972656 0.890625 -3.359375 C 0.867188 -3.742188 0.859375 -4.09375 0.859375 -4.40625 C 0.859375 -4.726563 0.859375 -4.976563 0.859375 -5.15625 Z M 1.046875 -10.3125 C 1.222656 -10.238281 1.367188 -10.117188 1.484375 -9.953125 C 1.597656 -9.785156 1.648438 -9.632813 1.640625 -9.5 C 1.628906 -9.375 1.523438 -9.285156 1.328125 -9.234375 C 1.140625 -9.179688 0.820313 -9.234375 0.375 -9.390625 C 0.375 -9.640625 0.421875 -9.851563 0.515625 -10.03125 C 0.609375 -10.21875 0.785156 -10.3125 1.046875 -10.3125 Z M 1.046875 -10.3125 "
id="path27" />
</g>
<g
id="glyph-0-10">
<path
d="M -0.03125 -1.625 C -0.03125 -2.15625 0.0976563 -2.625 0.359375 -3.03125 C 0.628906 -3.445313 0.960938 -3.804688 1.359375 -4.109375 C 1.753906 -4.421875 2.179688 -4.679688 2.640625 -4.890625 C 3.097656 -5.109375 3.523438 -5.289063 3.921875 -5.4375 C 4.316406 -5.582031 4.644531 -5.695313 4.90625 -5.78125 C 5.175781 -5.863281 5.3125 -5.9375 5.3125 -6 C 5.3125 -6.3125 5.289063 -6.617188 5.25 -6.921875 C 5.21875 -7.234375 5.179688 -7.546875 5.140625 -7.859375 C 5.109375 -8.171875 5.078125 -8.476563 5.046875 -8.78125 C 5.015625 -9.09375 5 -9.398438 5 -9.703125 L 5 -10.59375 C 5.375 -10.738281 5.640625 -10.726563 5.796875 -10.5625 C 5.960938 -10.394531 5.992188 -10.109375 5.890625 -9.703125 C 5.921875 -9.503906 5.96875 -9.1875 6.03125 -8.75 C 6.09375 -8.320313 6.160156 -7.835938 6.234375 -7.296875 C 6.316406 -6.753906 6.398438 -6.1875 6.484375 -5.59375 C 6.578125 -5 6.660156 -4.425781 6.734375 -3.875 C 6.816406 -3.332031 6.882813 -2.847656 6.9375 -2.421875 C 7 -1.992188 7.039063 -1.675781 7.0625 -1.46875 C 7.070313 -1.425781 7.082031 -1.335938 7.09375 -1.203125 C 7.101563 -1.066406 7.109375 -0.921875 7.109375 -0.765625 C 7.117188 -0.617188 7.125 -0.484375 7.125 -0.359375 C 7.132813 -0.234375 7.140625 -0.140625 7.140625 -0.078125 C 6.785156 -0.078125 6.546875 -0.09375 6.421875 -0.125 C 6.296875 -0.15625 6.21875 -0.207031 6.1875 -0.28125 C 6.15625 -0.363281 6.140625 -0.484375 6.140625 -0.640625 C 6.140625 -0.796875 6.097656 -1.015625 6.015625 -1.296875 C 5.671875 -1.023438 5.347656 -0.800781 5.046875 -0.625 C 4.742188 -0.457031 4.441406 -0.320313 4.140625 -0.21875 C 3.835938 -0.113281 3.53125 -0.0390625 3.21875 0 C 2.914063 0.0390625 2.585938 0.0625 2.234375 0.0625 C 1.941406 0.0625 1.660156 0.0390625 1.390625 0 C 1.117188 -0.0507813 0.878906 -0.140625 0.671875 -0.265625 C 0.460938 -0.398438 0.289063 -0.578125 0.15625 -0.796875 C 0.03125 -1.015625 -0.03125 -1.289063 -0.03125 -1.625 Z M 1.171875 -1.90625 C 1.171875 -1.757813 1.203125 -1.640625 1.265625 -1.546875 C 1.328125 -1.460938 1.40625 -1.382813 1.5 -1.3125 C 1.601563 -1.25 1.710938 -1.207031 1.828125 -1.1875 C 1.941406 -1.164063 2.054688 -1.15625 2.171875 -1.15625 C 2.492188 -1.15625 2.835938 -1.21875 3.203125 -1.34375 C 3.578125 -1.46875 3.921875 -1.640625 4.234375 -1.859375 C 4.554688 -2.085938 4.816406 -2.359375 5.015625 -2.671875 C 5.222656 -2.984375 5.328125 -3.320313 5.328125 -3.6875 C 5.328125 -3.96875 5.273438 -4.160156 5.171875 -4.265625 C 5.078125 -4.378906 4.890625 -4.4375 4.609375 -4.4375 C 4.316406 -4.4375 3.972656 -4.367188 3.578125 -4.234375 C 3.191406 -4.097656 2.816406 -3.914063 2.453125 -3.6875 C 2.085938 -3.457031 1.78125 -3.1875 1.53125 -2.875 C 1.289063 -2.570313 1.171875 -2.25 1.171875 -1.90625 Z M 1.171875 -1.90625 "
id="path30" />
</g>
<g
id="glyph-0-11">
<path
d="M 0 -4.140625 C 0 -4.523438 0.0820313 -4.925781 0.25 -5.34375 C 0.425781 -5.769531 0.65625 -6.15625 0.9375 -6.5 C 1.21875 -6.84375 1.539063 -7.128906 1.90625 -7.359375 C 2.28125 -7.585938 2.675781 -7.703125 3.09375 -7.703125 C 3.300781 -7.703125 3.507813 -7.664063 3.71875 -7.59375 C 3.9375 -7.519531 4.128906 -7.410156 4.296875 -7.265625 C 4.460938 -7.128906 4.597656 -6.960938 4.703125 -6.765625 C 4.804688 -6.578125 4.859375 -6.363281 4.859375 -6.125 C 4.703125 -6.125 4.554688 -6.140625 4.421875 -6.171875 C 4.285156 -6.210938 4.148438 -6.257813 4.015625 -6.3125 C 3.890625 -6.363281 3.765625 -6.40625 3.640625 -6.4375 C 3.523438 -6.476563 3.394531 -6.5 3.25 -6.5 C 2.875 -6.5 2.566406 -6.40625 2.328125 -6.21875 C 2.097656 -6.03125 1.910156 -5.796875 1.765625 -5.515625 C 1.628906 -5.234375 1.535156 -4.925781 1.484375 -4.59375 C 1.441406 -4.269531 1.421875 -3.96875 1.421875 -3.6875 C 1.421875 -3.632813 1.421875 -3.546875 1.421875 -3.421875 C 1.429688 -3.296875 1.4375 -3.160156 1.4375 -3.015625 C 1.4375 -2.867188 1.4375 -2.734375 1.4375 -2.609375 C 1.445313 -2.484375 1.457031 -2.394531 1.46875 -2.34375 C 1.570313 -2.125 1.671875 -1.953125 1.765625 -1.828125 C 1.859375 -1.710938 1.957031 -1.625 2.0625 -1.5625 C 2.175781 -1.507813 2.296875 -1.472656 2.421875 -1.453125 C 2.554688 -1.441406 2.710938 -1.4375 2.890625 -1.4375 C 3.128906 -1.4375 3.335938 -1.472656 3.515625 -1.546875 C 3.691406 -1.617188 3.859375 -1.707031 4.015625 -1.8125 C 4.171875 -1.914063 4.316406 -2.03125 4.453125 -2.15625 C 4.585938 -2.28125 4.726563 -2.394531 4.875 -2.5 C 5.03125 -2.601563 5.195313 -2.6875 5.375 -2.75 C 5.5625 -2.820313 5.769531 -2.859375 6 -2.859375 C 6 -2.410156 5.914063 -2.007813 5.75 -1.65625 C 5.59375 -1.3125 5.367188 -1.015625 5.078125 -0.765625 C 4.785156 -0.523438 4.445313 -0.335938 4.0625 -0.203125 C 3.675781 -0.0664063 3.253906 0 2.796875 0 C 2.359375 0 1.96875 -0.144531 1.625 -0.4375 C 1.28125 -0.726563 0.988281 -1.085938 0.75 -1.515625 C 0.507813 -1.941406 0.320313 -2.394531 0.1875 -2.875 C 0.0625 -3.351563 0 -3.773438 0 -4.140625 Z M 0 -4.140625 "
id="path33" />
</g>
<g
id="glyph-0-12">
<path
d="M 2.921875 -0.625 C 3.066406 -0.71875 3.238281 -0.84375 3.4375 -1 C 3.644531 -1.164063 3.851563 -1.335938 4.0625 -1.515625 C 4.28125 -1.703125 4.476563 -1.894531 4.65625 -2.09375 C 4.84375 -2.300781 4.988281 -2.5 5.09375 -2.6875 C 5.195313 -2.875 5.25 -3.050781 5.25 -3.21875 C 5.25 -3.382813 5.164063 -3.519531 5 -3.625 C 4.707031 -3.625 4.382813 -3.613281 4.03125 -3.59375 C 3.6875 -3.570313 3.335938 -3.5625 2.984375 -3.5625 C 2.640625 -3.570313 2.304688 -3.601563 1.984375 -3.65625 C 1.660156 -3.707031 1.367188 -3.804688 1.109375 -3.953125 C 0.859375 -4.097656 0.65625 -4.304688 0.5 -4.578125 C 0.351563 -4.847656 0.28125 -5.195313 0.28125 -5.625 C 0.28125 -6.113281 0.375 -6.554688 0.5625 -6.953125 C 0.75 -7.359375 1 -7.710938 1.3125 -8.015625 C 1.625 -8.328125 1.972656 -8.597656 2.359375 -8.828125 C 2.742188 -9.066406 3.132813 -9.269531 3.53125 -9.4375 C 3.769531 -9.363281 3.988281 -9.242188 4.1875 -9.078125 C 4.394531 -8.921875 4.570313 -8.738281 4.71875 -8.53125 C 4.65625 -8.332031 4.53125 -8.175781 4.34375 -8.0625 C 4.15625 -7.957031 3.9375 -7.863281 3.6875 -7.78125 C 3.445313 -7.695313 3.191406 -7.609375 2.921875 -7.515625 C 2.660156 -7.421875 2.421875 -7.296875 2.203125 -7.140625 C 1.992188 -6.992188 1.8125 -6.800781 1.65625 -6.5625 C 1.507813 -6.320313 1.4375 -6.003906 1.4375 -5.609375 C 1.4375 -5.316406 1.507813 -5.097656 1.65625 -4.953125 C 1.8125 -4.816406 2.003906 -4.722656 2.234375 -4.671875 C 2.472656 -4.628906 2.742188 -4.613281 3.046875 -4.625 C 3.347656 -4.632813 3.65625 -4.65625 3.96875 -4.6875 C 4.289063 -4.71875 4.601563 -4.734375 4.90625 -4.734375 C 5.207031 -4.742188 5.476563 -4.707031 5.71875 -4.625 C 5.957031 -4.550781 6.144531 -4.425781 6.28125 -4.25 C 6.425781 -4.070313 6.5 -3.816406 6.5 -3.484375 C 6.5 -3.335938 6.453125 -3.148438 6.359375 -2.921875 C 6.265625 -2.691406 6.132813 -2.441406 5.96875 -2.171875 C 5.8125 -1.910156 5.625 -1.648438 5.40625 -1.390625 C 5.195313 -1.140625 4.972656 -0.910156 4.734375 -0.703125 C 4.503906 -0.503906 4.269531 -0.335938 4.03125 -0.203125 C 3.800781 -0.0664063 3.582031 0 3.375 0 C 3.1875 0 3.0625 -0.0664063 3 -0.203125 C 2.945313 -0.335938 2.921875 -0.476563 2.921875 -0.625 Z M 2.921875 -0.625 "
id="path36" />
</g>
<g
id="glyph-0-13">
<path
d="M 1.734375 -0.59375 C 1.734375 -0.96875 1.8125 -1.316406 1.96875 -1.640625 C 2.132813 -1.972656 2.3125 -2.304688 2.5 -2.640625 C 2.6875 -2.972656 2.859375 -3.320313 3.015625 -3.6875 C 3.179688 -4.050781 3.265625 -4.441406 3.265625 -4.859375 C 3.265625 -5.242188 3.207031 -5.582031 3.09375 -5.875 C 2.988281 -6.164063 2.847656 -6.425781 2.671875 -6.65625 C 2.492188 -6.882813 2.289063 -7.09375 2.0625 -7.28125 C 1.832031 -7.476563 1.59375 -7.671875 1.34375 -7.859375 C 1.101563 -8.046875 0.863281 -8.238281 0.625 -8.4375 C 0.394531 -8.644531 0.1875 -8.875 0 -9.125 C 0.03125 -9.21875 0.0664063 -9.285156 0.109375 -9.328125 C 0.160156 -9.378906 0.222656 -9.410156 0.296875 -9.421875 C 0.367188 -9.441406 0.441406 -9.453125 0.515625 -9.453125 C 0.585938 -9.453125 0.660156 -9.453125 0.734375 -9.453125 C 1.316406 -9.453125 1.835938 -9.300781 2.296875 -9 C 2.753906 -8.695313 3.140625 -8.3125 3.453125 -7.84375 C 3.773438 -7.375 4.019531 -6.859375 4.1875 -6.296875 C 4.351563 -5.742188 4.4375 -5.21875 4.4375 -4.71875 C 4.4375 -4.507813 4.414063 -4.25 4.375 -3.9375 C 4.34375 -3.632813 4.285156 -3.304688 4.203125 -2.953125 C 4.128906 -2.609375 4.03125 -2.257813 3.90625 -1.90625 C 3.789063 -1.550781 3.648438 -1.226563 3.484375 -0.9375 C 3.328125 -0.65625 3.140625 -0.421875 2.921875 -0.234375 C 2.703125 -0.0546875 2.460938 0.03125 2.203125 0.03125 C 2.035156 0.03125 1.914063 -0.0351563 1.84375 -0.171875 C 1.769531 -0.304688 1.734375 -0.445313 1.734375 -0.59375 Z M 1.734375 -0.59375 "
id="path39" />
</g>
<g
id="glyph-0-14">
<path
d="M -0.03125 -9.703125 C -0.03125 -9.773438 -0.0234375 -9.894531 -0.015625 -10.0625 C -0.015625 -10.238281 -0.015625 -10.421875 -0.015625 -10.609375 C -0.015625 -10.796875 -0.0078125 -10.972656 0 -11.140625 C 0 -11.304688 0 -11.425781 0 -11.5 C 0.101563 -11.6875 0.257813 -11.820313 0.46875 -11.90625 C 0.6875 -12 0.921875 -12.0625 1.171875 -12.09375 C 1.421875 -12.125 1.664063 -12.132813 1.90625 -12.125 C 2.15625 -12.113281 2.359375 -12.109375 2.515625 -12.109375 C 2.710938 -12.109375 2.945313 -12.097656 3.21875 -12.078125 C 3.488281 -12.066406 3.757813 -12.035156 4.03125 -11.984375 C 4.300781 -11.929688 4.566406 -11.859375 4.828125 -11.765625 C 5.097656 -11.671875 5.335938 -11.546875 5.546875 -11.390625 C 5.753906 -11.234375 5.921875 -11.046875 6.046875 -10.828125 C 6.171875 -10.617188 6.234375 -10.367188 6.234375 -10.078125 C 6.234375 -9.734375 6.148438 -9.421875 5.984375 -9.140625 C 5.816406 -8.859375 5.609375 -8.59375 5.359375 -8.34375 C 5.117188 -8.101563 4.851563 -7.878906 4.5625 -7.671875 C 4.28125 -7.460938 4.015625 -7.253906 3.765625 -7.046875 C 3.523438 -6.847656 3.320313 -6.644531 3.15625 -6.4375 C 3 -6.226563 2.921875 -6 2.921875 -5.75 C 2.921875 -5.726563 2.925781 -5.703125 2.9375 -5.671875 C 2.945313 -5.640625 2.953125 -5.617188 2.953125 -5.609375 C 4.035156 -5.285156 5.085938 -4.894531 6.109375 -4.4375 C 7.128906 -3.976563 8.132813 -3.484375 9.125 -2.953125 C 9.15625 -2.929688 9.1875 -2.894531 9.21875 -2.84375 C 9.25 -2.800781 9.273438 -2.742188 9.296875 -2.671875 C 9.328125 -2.609375 9.359375 -2.546875 9.390625 -2.484375 C 9.421875 -2.429688 9.4375 -2.382813 9.4375 -2.34375 C 9.4375 -2.269531 9.410156 -2.210938 9.359375 -2.171875 C 9.316406 -2.128906 9.257813 -2.09375 9.1875 -2.0625 C 9.125 -2.039063 9.0625 -2.03125 9 -2.03125 C 8.9375 -2.03125 8.882813 -2.03125 8.84375 -2.03125 C 8.34375 -2.03125 7.847656 -2.140625 7.359375 -2.359375 C 6.867188 -2.578125 6.375 -2.816406 5.875 -3.078125 C 5.382813 -3.347656 4.882813 -3.59375 4.375 -3.8125 C 3.863281 -4.03125 3.335938 -4.140625 2.796875 -4.140625 L 2.34375 -4.140625 C 2.5 -3.796875 2.632813 -3.488281 2.75 -3.21875 C 2.863281 -2.957031 2.957031 -2.703125 3.03125 -2.453125 C 3.101563 -2.210938 3.160156 -1.960938 3.203125 -1.703125 C 3.242188 -1.453125 3.265625 -1.179688 3.265625 -0.890625 C 3.265625 -0.828125 3.265625 -0.75 3.265625 -0.65625 C 3.265625 -0.570313 3.257813 -0.484375 3.25 -0.390625 C 3.25 -0.304688 3.222656 -0.226563 3.171875 -0.15625 C 3.128906 -0.0820313 3.054688 -0.03125 2.953125 0 C 2.578125 -0.21875 2.238281 -0.554688 1.9375 -1.015625 C 1.644531 -1.484375 1.390625 -2.015625 1.171875 -2.609375 C 0.953125 -3.203125 0.765625 -3.832031 0.609375 -4.5 C 0.460938 -5.175781 0.335938 -5.835938 0.234375 -6.484375 C 0.140625 -7.128906 0.0703125 -7.734375 0.03125 -8.296875 C -0.0078125 -8.859375 -0.03125 -9.328125 -0.03125 -9.703125 Z M 1.15625 -8.84375 C 1.15625 -8.71875 1.144531 -8.5625 1.125 -8.375 C 1.113281 -8.1875 1.113281 -7.992188 1.125 -7.796875 C 1.132813 -7.597656 1.164063 -7.410156 1.21875 -7.234375 C 1.269531 -7.054688 1.351563 -6.90625 1.46875 -6.78125 C 1.488281 -6.769531 1.507813 -6.765625 1.53125 -6.765625 C 1.539063 -6.753906 1.5625 -6.75 1.59375 -6.75 C 1.757813 -6.75 1.957031 -6.796875 2.1875 -6.890625 C 2.425781 -6.992188 2.671875 -7.128906 2.921875 -7.296875 C 3.179688 -7.460938 3.4375 -7.648438 3.6875 -7.859375 C 3.9375 -8.078125 4.160156 -8.300781 4.359375 -8.53125 C 4.566406 -8.757813 4.734375 -8.988281 4.859375 -9.21875 C 4.984375 -9.457031 5.046875 -9.675781 5.046875 -9.875 C 5.046875 -10.050781 4.976563 -10.207031 4.84375 -10.34375 C 4.707031 -10.476563 4.539063 -10.585938 4.34375 -10.671875 C 4.15625 -10.753906 3.957031 -10.8125 3.75 -10.84375 C 3.539063 -10.882813 3.375 -10.90625 3.25 -10.90625 C 3.09375 -10.90625 2.90625 -10.90625 2.6875 -10.90625 C 2.476563 -10.914063 2.269531 -10.898438 2.0625 -10.859375 C 1.863281 -10.828125 1.679688 -10.769531 1.515625 -10.6875 C 1.347656 -10.613281 1.234375 -10.492188 1.171875 -10.328125 C 1.171875 -10.273438 1.171875 -10.175781 1.171875 -10.03125 C 1.171875 -9.894531 1.171875 -9.742188 1.171875 -9.578125 C 1.171875 -9.421875 1.164063 -9.273438 1.15625 -9.140625 C 1.15625 -9.003906 1.15625 -8.90625 1.15625 -8.84375 Z M 1.15625 -8.84375 "
id="path42" />
</g>
<g
id="glyph-0-15">
<path
d="M 0.28125 -5.1875 C 0.28125 -5.5625 0.3125 -5.957031 0.375 -6.375 C 0.4375 -6.800781 0.535156 -7.210938 0.671875 -7.609375 C 0.804688 -8.015625 0.976563 -8.398438 1.1875 -8.765625 C 1.40625 -9.140625 1.65625 -9.460938 1.9375 -9.734375 C 2.21875 -10.015625 2.539063 -10.234375 2.90625 -10.390625 C 3.269531 -10.554688 3.675781 -10.640625 4.125 -10.640625 C 4.75 -10.640625 5.300781 -10.535156 5.78125 -10.328125 C 6.257813 -10.128906 6.660156 -9.847656 6.984375 -9.484375 C 7.316406 -9.117188 7.5625 -8.679688 7.71875 -8.171875 C 7.882813 -7.660156 7.96875 -7.101563 7.96875 -6.5 C 7.96875 -6.082031 7.925781 -5.625 7.84375 -5.125 C 7.757813 -4.632813 7.628906 -4.144531 7.453125 -3.65625 C 7.273438 -3.175781 7.050781 -2.71875 6.78125 -2.28125 C 6.519531 -1.84375 6.210938 -1.453125 5.859375 -1.109375 C 5.515625 -0.773438 5.117188 -0.503906 4.671875 -0.296875 C 4.234375 -0.0976563 3.757813 0 3.25 0 C 2.789063 0 2.394531 -0.0820313 2.0625 -0.25 C 1.738281 -0.414063 1.46875 -0.632813 1.25 -0.90625 C 1.03125 -1.175781 0.851563 -1.492188 0.71875 -1.859375 C 0.59375 -2.222656 0.492188 -2.59375 0.421875 -2.96875 C 0.359375 -3.351563 0.316406 -3.738281 0.296875 -4.125 C 0.285156 -4.507813 0.28125 -4.863281 0.28125 -5.1875 Z M 1.4375 -4.5625 C 1.4375 -4.195313 1.453125 -3.8125 1.484375 -3.40625 C 1.523438 -3.007813 1.617188 -2.644531 1.765625 -2.3125 C 1.921875 -1.976563 2.132813 -1.703125 2.40625 -1.484375 C 2.675781 -1.273438 3.050781 -1.171875 3.53125 -1.171875 C 3.925781 -1.171875 4.28125 -1.265625 4.59375 -1.453125 C 4.90625 -1.640625 5.179688 -1.882813 5.421875 -2.1875 C 5.660156 -2.488281 5.867188 -2.828125 6.046875 -3.203125 C 6.222656 -3.585938 6.363281 -3.976563 6.46875 -4.375 C 6.582031 -4.769531 6.664063 -5.148438 6.71875 -5.515625 C 6.78125 -5.878906 6.8125 -6.203125 6.8125 -6.484375 C 6.8125 -6.898438 6.773438 -7.289063 6.703125 -7.65625 C 6.640625 -8.019531 6.523438 -8.332031 6.359375 -8.59375 C 6.203125 -8.863281 5.972656 -9.070313 5.671875 -9.21875 C 5.378906 -9.375 4.992188 -9.453125 4.515625 -9.453125 C 4.109375 -9.453125 3.75 -9.375 3.4375 -9.21875 C 3.132813 -9.0625 2.867188 -8.851563 2.640625 -8.59375 C 2.410156 -8.34375 2.21875 -8.050781 2.0625 -7.71875 C 1.914063 -7.382813 1.796875 -7.035156 1.703125 -6.671875 C 1.609375 -6.304688 1.539063 -5.941406 1.5 -5.578125 C 1.457031 -5.210938 1.4375 -4.875 1.4375 -4.5625 Z M 1.4375 -4.5625 "
id="path45" />
</g>
<g
id="glyph-1-0" />
<g
id="glyph-1-1">
<path
d="M 2.609375 -0.65625 C 2.660156 -0.894531 2.789063 -1.09375 3 -1.25 C 3.207031 -1.414063 3.445313 -1.5625 3.71875 -1.6875 C 3.988281 -1.820313 4.269531 -1.945313 4.5625 -2.0625 C 4.863281 -2.1875 5.140625 -2.3125 5.390625 -2.4375 C 5.640625 -2.570313 5.84375 -2.726563 6 -2.90625 C 6.164063 -3.082031 6.25 -3.300781 6.25 -3.5625 C 6.25 -3.882813 6.164063 -4.148438 6 -4.359375 C 5.832031 -4.578125 5.609375 -4.757813 5.328125 -4.90625 C 5.046875 -5.0625 4.722656 -5.191406 4.359375 -5.296875 C 4.003906 -5.398438 3.640625 -5.503906 3.265625 -5.609375 C 2.898438 -5.722656 2.539063 -5.84375 2.1875 -5.96875 C 1.832031 -6.09375 1.515625 -6.25 1.234375 -6.4375 C 0.953125 -6.632813 0.726563 -6.867188 0.5625 -7.140625 C 0.394531 -7.421875 0.3125 -7.765625 0.3125 -8.171875 C 0.3125 -8.503906 0.378906 -8.820313 0.515625 -9.125 C 0.648438 -9.425781 0.832031 -9.710938 1.0625 -9.984375 C 1.289063 -10.253906 1.554688 -10.5 1.859375 -10.71875 C 2.160156 -10.945313 2.472656 -11.132813 2.796875 -11.28125 C 3.128906 -11.4375 3.460938 -11.554688 3.796875 -11.640625 C 4.140625 -11.734375 4.453125 -11.78125 4.734375 -11.78125 L 4.90625 -11.78125 C 5 -11.75 5.117188 -11.695313 5.265625 -11.625 C 5.421875 -11.550781 5.566406 -11.476563 5.703125 -11.40625 C 5.847656 -11.34375 5.972656 -11.285156 6.078125 -11.234375 C 6.179688 -11.179688 6.234375 -11.148438 6.234375 -11.140625 L 6.234375 -10.78125 C 6.035156 -10.757813 5.785156 -10.71875 5.484375 -10.65625 C 5.179688 -10.601563 4.859375 -10.53125 4.515625 -10.4375 C 4.179688 -10.351563 3.84375 -10.238281 3.5 -10.09375 C 3.15625 -9.957031 2.84375 -9.796875 2.5625 -9.609375 C 2.289063 -9.429688 2.066406 -9.222656 1.890625 -8.984375 C 1.722656 -8.742188 1.640625 -8.472656 1.640625 -8.171875 C 1.640625 -7.734375 1.789063 -7.390625 2.09375 -7.140625 C 2.394531 -6.890625 2.773438 -6.679688 3.234375 -6.515625 C 3.691406 -6.359375 4.191406 -6.210938 4.734375 -6.078125 C 5.285156 -5.953125 5.789063 -5.800781 6.25 -5.625 C 6.707031 -5.445313 7.085938 -5.210938 7.390625 -4.921875 C 7.691406 -4.628906 7.84375 -4.238281 7.84375 -3.75 C 7.84375 -3.488281 7.765625 -3.210938 7.609375 -2.921875 C 7.453125 -2.628906 7.242188 -2.34375 6.984375 -2.0625 C 6.722656 -1.789063 6.429688 -1.523438 6.109375 -1.265625 C 5.785156 -1.015625 5.453125 -0.796875 5.109375 -0.609375 C 4.765625 -0.421875 4.429688 -0.265625 4.109375 -0.140625 C 3.785156 -0.0234375 3.492188 0.03125 3.234375 0.03125 C 3.148438 0.03125 3.0625 0.0195313 2.96875 0 C 2.882813 -0.0195313 2.804688 -0.0507813 2.734375 -0.09375 C 2.671875 -0.144531 2.617188 -0.210938 2.578125 -0.296875 C 2.546875 -0.390625 2.554688 -0.507813 2.609375 -0.65625 Z M 2.609375 -0.65625 "
id="path49" />
</g>
<g
id="glyph-1-2">
<path
d="M 0.3125 -6.140625 C 0.3125 -6.328125 0.328125 -6.578125 0.359375 -6.890625 C 0.398438 -7.203125 0.460938 -7.546875 0.546875 -7.921875 C 0.640625 -8.296875 0.753906 -8.675781 0.890625 -9.0625 C 1.023438 -9.445313 1.1875 -9.789063 1.375 -10.09375 C 1.5625 -10.40625 1.769531 -10.660156 2 -10.859375 C 2.238281 -11.066406 2.503906 -11.171875 2.796875 -11.171875 C 2.804688 -11.171875 2.816406 -11.164063 2.828125 -11.15625 C 2.835938 -11.15625 2.851563 -11.15625 2.875 -11.15625 C 2.894531 -11.144531 2.921875 -11.140625 2.953125 -11.140625 C 2.984375 -11.128906 3.035156 -11.109375 3.109375 -11.078125 C 3.179688 -11.046875 3.25 -11.007813 3.3125 -10.96875 C 3.382813 -10.9375 3.445313 -10.898438 3.5 -10.859375 C 3.5625 -10.828125 3.597656 -10.800781 3.609375 -10.78125 C 3.609375 -10.769531 3.613281 -10.753906 3.625 -10.734375 C 3.625 -10.710938 3.625 -10.691406 3.625 -10.671875 C 3.632813 -10.660156 3.640625 -10.648438 3.640625 -10.640625 C 3.640625 -10.285156 3.53125 -9.9375 3.3125 -9.59375 C 3.101563 -9.25 2.875 -8.890625 2.625 -8.515625 C 2.375 -8.148438 2.140625 -7.765625 1.921875 -7.359375 C 1.710938 -6.953125 1.609375 -6.515625 1.609375 -6.046875 C 1.609375 -5.410156 1.691406 -4.851563 1.859375 -4.375 C 2.035156 -3.894531 2.269531 -3.445313 2.5625 -3.03125 C 2.851563 -2.613281 3.195313 -2.21875 3.59375 -1.84375 C 4 -1.46875 4.4375 -1.070313 4.90625 -0.65625 C 4.90625 -0.632813 4.910156 -0.601563 4.921875 -0.5625 C 4.929688 -0.53125 4.9375 -0.503906 4.9375 -0.484375 C 4.9375 -0.296875 4.863281 -0.160156 4.71875 -0.078125 C 4.570313 -0.00390625 4.414063 0.03125 4.25 0.03125 C 3.789063 0.03125 3.375 -0.0703125 3 -0.28125 C 2.625 -0.488281 2.289063 -0.757813 2 -1.09375 C 1.71875 -1.4375 1.46875 -1.820313 1.25 -2.25 C 1.03125 -2.6875 0.847656 -3.132813 0.703125 -3.59375 C 0.566406 -4.050781 0.46875 -4.5 0.40625 -4.9375 C 0.34375 -5.382813 0.3125 -5.785156 0.3125 -6.140625 Z M 0.3125 -6.140625 "
id="path52" />
</g>
<g
id="glyph-1-3">
<path
d="M 0.953125 -5.734375 C 0.953125 -5.785156 0.953125 -5.878906 0.953125 -6.015625 C 0.960938 -6.160156 0.96875 -6.304688 0.96875 -6.453125 C 0.976563 -6.609375 0.984375 -6.757813 0.984375 -6.90625 C 0.992188 -7.050781 1 -7.148438 1 -7.203125 C 1.101563 -7.367188 1.242188 -7.503906 1.421875 -7.609375 C 1.609375 -7.710938 1.789063 -7.789063 1.96875 -7.84375 C 2 -7.300781 2.082031 -6.71875 2.21875 -6.09375 C 2.363281 -5.46875 2.519531 -4.84375 2.6875 -4.21875 C 2.851563 -3.59375 3 -2.972656 3.125 -2.359375 C 3.25 -1.753906 3.3125 -1.1875 3.3125 -0.65625 C 3.3125 -0.195313 3.078125 0.03125 2.609375 0.03125 C 2.328125 0.03125 2.085938 -0.0820313 1.890625 -0.3125 C 1.703125 -0.550781 1.546875 -0.847656 1.421875 -1.203125 C 1.304688 -1.566406 1.210938 -1.96875 1.140625 -2.40625 C 1.066406 -2.851563 1.019531 -3.289063 1 -3.71875 C 0.976563 -4.15625 0.960938 -4.550781 0.953125 -4.90625 C 0.953125 -5.257813 0.953125 -5.535156 0.953125 -5.734375 Z M 1.15625 -11.453125 C 1.351563 -11.367188 1.515625 -11.234375 1.640625 -11.046875 C 1.773438 -10.867188 1.832031 -10.707031 1.8125 -10.5625 C 1.800781 -10.414063 1.6875 -10.3125 1.46875 -10.25 C 1.257813 -10.195313 0.90625 -10.257813 0.40625 -10.4375 C 0.40625 -10.707031 0.457031 -10.941406 0.5625 -11.140625 C 0.675781 -11.347656 0.875 -11.453125 1.15625 -11.453125 Z M 1.15625 -11.453125 "
id="path55" />
</g>
<g
id="glyph-1-4">
<path
d="M 0.3125 -5.140625 C 0.3125 -5.410156 0.375 -5.601563 0.5 -5.71875 C 0.632813 -5.832031 0.847656 -5.890625 1.140625 -5.890625 L 1.296875 -5.890625 C 1.328125 -5.734375 1.363281 -5.546875 1.40625 -5.328125 C 1.445313 -5.117188 1.503906 -4.898438 1.578125 -4.671875 C 1.660156 -4.453125 1.757813 -4.242188 1.875 -4.046875 C 1.988281 -3.859375 2.128906 -3.710938 2.296875 -3.609375 C 2.304688 -3.960938 2.394531 -4.300781 2.5625 -4.625 C 2.726563 -4.957031 2.9375 -5.253906 3.1875 -5.515625 C 3.4375 -5.773438 3.707031 -5.992188 4 -6.171875 C 4.300781 -6.359375 4.601563 -6.476563 4.90625 -6.53125 L 5.234375 -6.53125 C 5.722656 -6.53125 6.140625 -6.421875 6.484375 -6.203125 C 6.835938 -5.984375 7.128906 -5.695313 7.359375 -5.34375 C 7.585938 -5 7.757813 -4.601563 7.875 -4.15625 C 8 -3.707031 8.09375 -3.25 8.15625 -2.78125 C 8.226563 -2.320313 8.269531 -1.875 8.28125 -1.4375 C 8.300781 -1.007813 8.3125 -0.644531 8.3125 -0.34375 L 7.1875 -0.34375 C 7.132813 -0.945313 7.0625 -1.53125 6.96875 -2.09375 C 6.9375 -2.3125 6.894531 -2.546875 6.84375 -2.796875 C 6.789063 -3.046875 6.734375 -3.28125 6.671875 -3.5 C 6.609375 -3.71875 6.539063 -3.921875 6.46875 -4.109375 C 6.40625 -4.304688 6.328125 -4.46875 6.234375 -4.59375 C 6.191406 -4.632813 6.132813 -4.691406 6.0625 -4.765625 C 6 -4.835938 5.929688 -4.910156 5.859375 -4.984375 C 5.796875 -5.054688 5.734375 -5.113281 5.671875 -5.15625 C 5.609375 -5.207031 5.570313 -5.234375 5.5625 -5.234375 C 5.25 -5.316406 4.976563 -5.257813 4.75 -5.0625 C 4.53125 -4.863281 4.332031 -4.59375 4.15625 -4.25 C 3.988281 -3.914063 3.851563 -3.535156 3.75 -3.109375 C 3.644531 -2.679688 3.554688 -2.269531 3.484375 -1.875 C 3.410156 -1.488281 3.359375 -1.148438 3.328125 -0.859375 C 3.296875 -0.566406 3.273438 -0.394531 3.265625 -0.34375 C 3.015625 -0.15625 2.773438 -0.0976563 2.546875 -0.171875 C 2.328125 -0.253906 2.117188 -0.414063 1.921875 -0.65625 C 1.722656 -0.894531 1.539063 -1.195313 1.375 -1.5625 C 1.21875 -1.9375 1.070313 -2.328125 0.9375 -2.734375 C 0.8125 -3.148438 0.691406 -3.566406 0.578125 -3.984375 C 0.472656 -4.398438 0.382813 -4.785156 0.3125 -5.140625 Z M 0.3125 -5.140625 "
id="path58" />
</g>
<g
id="glyph-1-5">
<path
d="M -0.03125 -1.796875 C -0.03125 -2.390625 0.113281 -2.914063 0.40625 -3.375 C 0.707031 -3.832031 1.078125 -4.234375 1.515625 -4.578125 C 1.953125 -4.921875 2.425781 -5.207031 2.9375 -5.4375 C 3.445313 -5.675781 3.921875 -5.875 4.359375 -6.03125 C 4.796875 -6.195313 5.160156 -6.328125 5.453125 -6.421875 C 5.742188 -6.515625 5.890625 -6.59375 5.890625 -6.65625 C 5.890625 -7.007813 5.867188 -7.359375 5.828125 -7.703125 C 5.796875 -8.046875 5.757813 -8.390625 5.71875 -8.734375 C 5.6875 -9.078125 5.648438 -9.421875 5.609375 -9.765625 C 5.578125 -10.109375 5.5625 -10.445313 5.5625 -10.78125 L 5.5625 -11.78125 C 5.976563 -11.925781 6.273438 -11.90625 6.453125 -11.71875 C 6.628906 -11.539063 6.65625 -11.226563 6.53125 -10.78125 C 6.570313 -10.5625 6.628906 -10.210938 6.703125 -9.734375 C 6.773438 -9.253906 6.851563 -8.710938 6.9375 -8.109375 C 7.03125 -7.503906 7.125 -6.867188 7.21875 -6.203125 C 7.3125 -5.546875 7.398438 -4.914063 7.484375 -4.3125 C 7.578125 -3.707031 7.65625 -3.164063 7.71875 -2.6875 C 7.78125 -2.21875 7.820313 -1.867188 7.84375 -1.640625 C 7.851563 -1.585938 7.863281 -1.484375 7.875 -1.328125 C 7.882813 -1.179688 7.890625 -1.023438 7.890625 -0.859375 C 7.898438 -0.691406 7.90625 -0.535156 7.90625 -0.390625 C 7.914063 -0.253906 7.921875 -0.15625 7.921875 -0.09375 C 7.535156 -0.09375 7.273438 -0.109375 7.140625 -0.140625 C 7.003906 -0.171875 6.914063 -0.226563 6.875 -0.3125 C 6.84375 -0.40625 6.828125 -0.539063 6.828125 -0.71875 C 6.828125 -0.894531 6.773438 -1.132813 6.671875 -1.4375 C 6.296875 -1.144531 5.9375 -0.898438 5.59375 -0.703125 C 5.257813 -0.503906 4.925781 -0.347656 4.59375 -0.234375 C 4.257813 -0.117188 3.921875 -0.0390625 3.578125 0 C 3.234375 0.0507813 2.867188 0.078125 2.484375 0.078125 C 2.160156 0.078125 1.847656 0.0507813 1.546875 0 C 1.242188 -0.0625 0.972656 -0.160156 0.734375 -0.296875 C 0.503906 -0.441406 0.316406 -0.632813 0.171875 -0.875 C 0.0351563 -1.125 -0.03125 -1.429688 -0.03125 -1.796875 Z M 1.296875 -2.125 C 1.296875 -1.957031 1.332031 -1.820313 1.40625 -1.71875 C 1.476563 -1.625 1.566406 -1.539063 1.671875 -1.46875 C 1.785156 -1.394531 1.90625 -1.34375 2.03125 -1.3125 C 2.164063 -1.289063 2.289063 -1.28125 2.40625 -1.28125 C 2.769531 -1.28125 3.15625 -1.347656 3.5625 -1.484375 C 3.976563 -1.628906 4.359375 -1.820313 4.703125 -2.0625 C 5.054688 -2.3125 5.347656 -2.609375 5.578125 -2.953125 C 5.804688 -3.304688 5.921875 -3.6875 5.921875 -4.09375 C 5.921875 -4.40625 5.863281 -4.625 5.75 -4.75 C 5.644531 -4.875 5.429688 -4.9375 5.109375 -4.9375 C 4.785156 -4.9375 4.40625 -4.859375 3.96875 -4.703125 C 3.539063 -4.546875 3.125 -4.34375 2.71875 -4.09375 C 2.320313 -3.84375 1.984375 -3.546875 1.703125 -3.203125 C 1.429688 -2.859375 1.296875 -2.5 1.296875 -2.125 Z M 1.296875 -2.125 "
id="path61" />
</g>
<g
id="glyph-1-6">
<path
d="M 0 -4.59375 C 0 -5.019531 0.09375 -5.46875 0.28125 -5.9375 C 0.46875 -6.40625 0.71875 -6.832031 1.03125 -7.21875 C 1.351563 -7.601563 1.71875 -7.921875 2.125 -8.171875 C 2.539063 -8.421875 2.976563 -8.546875 3.4375 -8.546875 C 3.664063 -8.546875 3.894531 -8.503906 4.125 -8.421875 C 4.363281 -8.347656 4.578125 -8.234375 4.765625 -8.078125 C 4.960938 -7.921875 5.117188 -7.734375 5.234375 -7.515625 C 5.347656 -7.304688 5.40625 -7.070313 5.40625 -6.8125 C 5.21875 -6.8125 5.050781 -6.832031 4.90625 -6.875 C 4.757813 -6.914063 4.613281 -6.960938 4.46875 -7.015625 C 4.332031 -7.078125 4.191406 -7.125 4.046875 -7.15625 C 3.910156 -7.195313 3.765625 -7.21875 3.609375 -7.21875 C 3.191406 -7.21875 2.851563 -7.113281 2.59375 -6.90625 C 2.332031 -6.695313 2.125 -6.4375 1.96875 -6.125 C 1.8125 -5.8125 1.707031 -5.472656 1.65625 -5.109375 C 1.601563 -4.742188 1.578125 -4.40625 1.578125 -4.09375 C 1.578125 -4.039063 1.578125 -3.941406 1.578125 -3.796875 C 1.585938 -3.660156 1.59375 -3.507813 1.59375 -3.34375 C 1.601563 -3.1875 1.609375 -3.035156 1.609375 -2.890625 C 1.617188 -2.753906 1.628906 -2.660156 1.640625 -2.609375 C 1.742188 -2.367188 1.847656 -2.179688 1.953125 -2.046875 C 2.066406 -1.910156 2.179688 -1.8125 2.296875 -1.75 C 2.421875 -1.6875 2.554688 -1.644531 2.703125 -1.625 C 2.847656 -1.613281 3.015625 -1.609375 3.203125 -1.609375 C 3.472656 -1.609375 3.707031 -1.644531 3.90625 -1.71875 C 4.101563 -1.800781 4.285156 -1.898438 4.453125 -2.015625 C 4.628906 -2.128906 4.789063 -2.253906 4.9375 -2.390625 C 5.09375 -2.523438 5.253906 -2.648438 5.421875 -2.765625 C 5.597656 -2.890625 5.785156 -2.988281 5.984375 -3.0625 C 6.179688 -3.132813 6.40625 -3.171875 6.65625 -3.171875 C 6.65625 -2.671875 6.566406 -2.226563 6.390625 -1.84375 C 6.210938 -1.457031 5.960938 -1.125 5.640625 -0.84375 C 5.316406 -0.570313 4.9375 -0.363281 4.5 -0.21875 C 4.070313 -0.0703125 3.601563 0 3.09375 0 C 2.613281 0 2.179688 -0.160156 1.796875 -0.484375 C 1.421875 -0.816406 1.097656 -1.21875 0.828125 -1.6875 C 0.554688 -2.15625 0.347656 -2.65625 0.203125 -3.1875 C 0.0664063 -3.71875 0 -4.1875 0 -4.59375 Z M 0 -4.59375 "
id="path64" />
</g>
<g
id="glyph-1-7">
<path
d="M 0.3125 -4.25 C 0.3125 -4.800781 0.375 -5.347656 0.5 -5.890625 C 0.632813 -6.441406 0.847656 -6.9375 1.140625 -7.375 C 1.429688 -7.8125 1.804688 -8.164063 2.265625 -8.4375 C 2.734375 -8.71875 3.296875 -8.859375 3.953125 -8.859375 C 4.328125 -8.859375 4.65625 -8.789063 4.9375 -8.65625 C 5.226563 -8.519531 5.46875 -8.335938 5.65625 -8.109375 C 5.851563 -7.890625 6 -7.628906 6.09375 -7.328125 C 6.195313 -7.023438 6.25 -6.710938 6.25 -6.390625 C 6.25 -5.867188 6.128906 -5.363281 5.890625 -4.875 C 5.648438 -4.382813 5.328125 -3.953125 4.921875 -3.578125 C 4.523438 -3.210938 4.066406 -2.929688 3.546875 -2.734375 C 3.023438 -2.546875 2.492188 -2.503906 1.953125 -2.609375 C 1.960938 -2.316406 2.0625 -2.082031 2.25 -1.90625 C 2.4375 -1.726563 2.660156 -1.59375 2.921875 -1.5 C 3.191406 -1.40625 3.46875 -1.34375 3.75 -1.3125 C 4.039063 -1.289063 4.296875 -1.28125 4.515625 -1.28125 C 4.753906 -1.28125 4.972656 -1.300781 5.171875 -1.34375 C 5.378906 -1.382813 5.582031 -1.429688 5.78125 -1.484375 C 5.988281 -1.535156 6.195313 -1.582031 6.40625 -1.625 C 6.613281 -1.664063 6.835938 -1.6875 7.078125 -1.6875 C 7.160156 -1.6875 7.25 -1.679688 7.34375 -1.671875 C 7.4375 -1.660156 7.523438 -1.632813 7.609375 -1.59375 C 7.691406 -1.5625 7.753906 -1.503906 7.796875 -1.421875 C 7.847656 -1.347656 7.875 -1.253906 7.875 -1.140625 C 7.875 -0.953125 7.800781 -0.789063 7.65625 -0.65625 C 7.519531 -0.53125 7.34375 -0.421875 7.125 -0.328125 C 6.90625 -0.242188 6.660156 -0.175781 6.390625 -0.125 C 6.128906 -0.0820313 5.875 -0.046875 5.625 -0.015625 C 5.375 0.00390625 5.144531 0.015625 4.9375 0.015625 C 4.726563 0.0234375 4.570313 0.03125 4.46875 0.03125 C 3.820313 0.03125 3.238281 -0.0703125 2.71875 -0.28125 C 2.195313 -0.488281 1.757813 -0.773438 1.40625 -1.140625 C 1.050781 -1.515625 0.78125 -1.960938 0.59375 -2.484375 C 0.40625 -3.015625 0.3125 -3.601563 0.3125 -4.25 Z M 1.921875 -5.234375 C 1.921875 -4.878906 1.96875 -4.617188 2.0625 -4.453125 C 2.164063 -4.296875 2.40625 -4.21875 2.78125 -4.21875 C 3.039063 -4.21875 3.296875 -4.265625 3.546875 -4.359375 C 3.804688 -4.453125 4.039063 -4.585938 4.25 -4.765625 C 4.457031 -4.941406 4.625 -5.144531 4.75 -5.375 C 4.875 -5.613281 4.9375 -5.867188 4.9375 -6.140625 C 4.9375 -6.296875 4.921875 -6.453125 4.890625 -6.609375 C 4.867188 -6.773438 4.816406 -6.925781 4.734375 -7.0625 C 4.648438 -7.195313 4.546875 -7.304688 4.421875 -7.390625 C 4.296875 -7.484375 4.128906 -7.53125 3.921875 -7.53125 C 3.617188 -7.53125 3.34375 -7.460938 3.09375 -7.328125 C 2.84375 -7.191406 2.628906 -7.007813 2.453125 -6.78125 C 2.285156 -6.5625 2.15625 -6.316406 2.0625 -6.046875 C 1.96875 -5.785156 1.921875 -5.515625 1.921875 -5.234375 Z M 1.921875 -5.234375 "
id="path67" />
</g>
<g
id="glyph-1-8">
<path
d="M 3.234375 -0.6875 C 3.398438 -0.800781 3.597656 -0.945313 3.828125 -1.125 C 4.054688 -1.300781 4.285156 -1.488281 4.515625 -1.6875 C 4.753906 -1.894531 4.972656 -2.109375 5.171875 -2.328125 C 5.378906 -2.554688 5.539063 -2.773438 5.65625 -2.984375 C 5.769531 -3.191406 5.828125 -3.382813 5.828125 -3.5625 C 5.828125 -3.75 5.738281 -3.90625 5.5625 -4.03125 C 5.238281 -4.03125 4.878906 -4.015625 4.484375 -3.984375 C 4.097656 -3.960938 3.710938 -3.953125 3.328125 -3.953125 C 2.941406 -3.960938 2.566406 -4 2.203125 -4.0625 C 1.847656 -4.125 1.523438 -4.234375 1.234375 -4.390625 C 0.953125 -4.554688 0.726563 -4.789063 0.5625 -5.09375 C 0.394531 -5.394531 0.3125 -5.78125 0.3125 -6.25 C 0.3125 -6.800781 0.414063 -7.296875 0.625 -7.734375 C 0.832031 -8.179688 1.109375 -8.570313 1.453125 -8.90625 C 1.796875 -9.25 2.179688 -9.550781 2.609375 -9.8125 C 3.046875 -10.070313 3.484375 -10.296875 3.921875 -10.484375 C 4.191406 -10.410156 4.4375 -10.28125 4.65625 -10.09375 C 4.882813 -9.914063 5.078125 -9.710938 5.234375 -9.484375 C 5.160156 -9.265625 5.019531 -9.09375 4.8125 -8.96875 C 4.601563 -8.84375 4.363281 -8.734375 4.09375 -8.640625 C 3.832031 -8.546875 3.550781 -8.445313 3.25 -8.34375 C 2.957031 -8.25 2.691406 -8.117188 2.453125 -7.953125 C 2.210938 -7.785156 2.007813 -7.566406 1.84375 -7.296875 C 1.6875 -7.023438 1.609375 -6.671875 1.609375 -6.234375 C 1.609375 -5.910156 1.6875 -5.671875 1.84375 -5.515625 C 2.007813 -5.359375 2.222656 -5.25 2.484375 -5.1875 C 2.753906 -5.132813 3.054688 -5.113281 3.390625 -5.125 C 3.722656 -5.144531 4.066406 -5.171875 4.421875 -5.203125 C 4.773438 -5.234375 5.117188 -5.25 5.453125 -5.25 C 5.785156 -5.257813 6.082031 -5.222656 6.34375 -5.140625 C 6.613281 -5.054688 6.828125 -4.914063 6.984375 -4.71875 C 7.140625 -4.519531 7.21875 -4.234375 7.21875 -3.859375 C 7.21875 -3.703125 7.164063 -3.492188 7.0625 -3.234375 C 6.957031 -2.984375 6.816406 -2.710938 6.640625 -2.421875 C 6.460938 -2.128906 6.253906 -1.835938 6.015625 -1.546875 C 5.773438 -1.265625 5.523438 -1.007813 5.265625 -0.78125 C 5.003906 -0.550781 4.742188 -0.363281 4.484375 -0.21875 C 4.222656 -0.0703125 3.976563 0 3.75 0 C 3.539063 0 3.398438 -0.0703125 3.328125 -0.21875 C 3.265625 -0.375 3.234375 -0.53125 3.234375 -0.6875 Z M 3.234375 -0.6875 "
id="path70" />
</g>
<g
id="glyph-1-9">
<path
d="M 1.921875 -0.65625 C 1.921875 -1.070313 2.007813 -1.460938 2.1875 -1.828125 C 2.363281 -2.191406 2.554688 -2.5625 2.765625 -2.9375 C 2.972656 -3.3125 3.171875 -3.695313 3.359375 -4.09375 C 3.546875 -4.5 3.640625 -4.9375 3.640625 -5.40625 C 3.640625 -5.820313 3.578125 -6.191406 3.453125 -6.515625 C 3.328125 -6.847656 3.164063 -7.140625 2.96875 -7.390625 C 2.769531 -7.648438 2.539063 -7.882813 2.28125 -8.09375 C 2.03125 -8.3125 1.769531 -8.523438 1.5 -8.734375 C 1.226563 -8.941406 0.960938 -9.15625 0.703125 -9.375 C 0.453125 -9.601563 0.21875 -9.859375 0 -10.140625 C 0.03125 -10.242188 0.0703125 -10.320313 0.125 -10.375 C 0.1875 -10.425781 0.253906 -10.460938 0.328125 -10.484375 C 0.410156 -10.503906 0.492188 -10.515625 0.578125 -10.515625 C 0.660156 -10.515625 0.738281 -10.515625 0.8125 -10.515625 C 1.457031 -10.515625 2.035156 -10.34375 2.546875 -10 C 3.054688 -9.664063 3.488281 -9.234375 3.84375 -8.703125 C 4.195313 -8.179688 4.46875 -7.613281 4.65625 -7 C 4.84375 -6.382813 4.9375 -5.796875 4.9375 -5.234375 C 4.9375 -5.015625 4.914063 -4.734375 4.875 -4.390625 C 4.832031 -4.046875 4.765625 -3.675781 4.671875 -3.28125 C 4.585938 -2.894531 4.476563 -2.503906 4.34375 -2.109375 C 4.21875 -1.722656 4.0625 -1.367188 3.875 -1.046875 C 3.695313 -0.734375 3.488281 -0.472656 3.25 -0.265625 C 3.007813 -0.0664063 2.738281 0.03125 2.4375 0.03125 C 2.257813 0.03125 2.128906 -0.0390625 2.046875 -0.1875 C 1.960938 -0.332031 1.921875 -0.488281 1.921875 -0.65625 Z M 1.921875 -0.65625 "
id="path73" />
</g>
<g
id="glyph-1-10">
<path
d="M 2.125 -1.234375 C 2.582031 -1.234375 2.8125 -0.992188 2.8125 -0.515625 C 2.695313 -0.222656 2.550781 -0.03125 2.375 0.0625 C 2.207031 0.164063 2.050781 0.203125 1.90625 0.171875 C 1.757813 0.148438 1.625 0.078125 1.5 -0.046875 C 1.382813 -0.171875 1.320313 -0.304688 1.3125 -0.453125 C 1.300781 -0.609375 1.359375 -0.757813 1.484375 -0.90625 C 1.609375 -1.050781 1.820313 -1.160156 2.125 -1.234375 Z M 2.125 -1.234375 "
id="path76" />
</g>
<g
id="glyph-2-0" />
<g
id="glyph-2-1">
<path
d="M 3.921875 -3.34375 C 3.921875 -3.425781 3.910156 -3.515625 3.890625 -3.609375 C 3.867188 -3.703125 3.832031 -3.785156 3.78125 -3.859375 C 3.738281 -3.941406 3.675781 -4.007813 3.59375 -4.0625 C 3.519531 -4.125 3.425781 -4.15625 3.3125 -4.15625 C 3.3125 -4.15625 3.304688 -4.148438 3.296875 -4.140625 C 3.285156 -4.140625 3.273438 -4.140625 3.265625 -4.140625 C 3.242188 -4.128906 3.226563 -4.125 3.21875 -4.125 C 3.1875 -4.101563 3.117188 -4.070313 3.015625 -4.03125 C 2.921875 -3.988281 2.8125 -3.9375 2.6875 -3.875 C 2.5625 -3.8125 2.425781 -3.742188 2.28125 -3.671875 C 2.144531 -3.597656 2.015625 -3.53125 1.890625 -3.46875 C 1.765625 -3.40625 1.65625 -3.347656 1.5625 -3.296875 C 1.46875 -3.253906 1.40625 -3.226563 1.375 -3.21875 C 1.363281 -3.207031 1.347656 -3.203125 1.328125 -3.203125 C 1.304688 -3.191406 1.285156 -3.1875 1.265625 -3.1875 C 1.097656 -3.1875 0.957031 -3.257813 0.84375 -3.40625 C 0.726563 -3.5625 0.628906 -3.757813 0.546875 -4 C 0.472656 -4.238281 0.414063 -4.503906 0.375 -4.796875 C 0.332031 -5.085938 0.296875 -5.367188 0.265625 -5.640625 C 0.242188 -5.910156 0.226563 -6.15625 0.21875 -6.375 C 0.21875 -6.601563 0.21875 -6.769531 0.21875 -6.875 C 0.21875 -6.925781 0.21875 -7.003906 0.21875 -7.109375 C 0.21875 -7.222656 0.21875 -7.335938 0.21875 -7.453125 C 0.21875 -7.578125 0.21875 -7.691406 0.21875 -7.796875 C 0.226563 -7.910156 0.234375 -7.988281 0.234375 -8.03125 C 0.398438 -8.039063 0.648438 -8.066406 0.984375 -8.109375 C 1.316406 -8.160156 1.671875 -8.210938 2.046875 -8.265625 C 2.421875 -8.328125 2.785156 -8.378906 3.140625 -8.421875 C 3.492188 -8.460938 3.785156 -8.484375 4.015625 -8.484375 C 4.191406 -8.484375 4.335938 -8.445313 4.453125 -8.375 C 4.566406 -8.3125 4.625 -8.195313 4.625 -8.03125 C 4.625 -7.863281 4.585938 -7.75 4.515625 -7.6875 C 4.453125 -7.632813 4.320313 -7.585938 4.125 -7.546875 C 4.050781 -7.546875 3.9375 -7.53125 3.78125 -7.5 C 3.625 -7.46875 3.445313 -7.4375 3.25 -7.40625 C 3.0625 -7.375 2.859375 -7.34375 2.640625 -7.3125 C 2.429688 -7.28125 2.226563 -7.25 2.03125 -7.21875 C 1.832031 -7.1875 1.65625 -7.160156 1.5 -7.140625 C 1.34375 -7.117188 1.222656 -7.109375 1.140625 -7.109375 C 1.140625 -7.085938 1.140625 -7.054688 1.140625 -7.015625 C 1.140625 -6.972656 1.140625 -6.925781 1.140625 -6.875 C 1.140625 -6.820313 1.132813 -6.773438 1.125 -6.734375 C 1.125 -6.691406 1.125 -6.660156 1.125 -6.640625 C 1.125 -6.585938 1.128906 -6.5 1.140625 -6.375 C 1.148438 -6.25 1.164063 -6.109375 1.1875 -5.953125 C 1.207031 -5.796875 1.234375 -5.632813 1.265625 -5.46875 C 1.296875 -5.3125 1.332031 -5.164063 1.375 -5.03125 C 1.414063 -4.894531 1.460938 -4.78125 1.515625 -4.6875 C 1.566406 -4.601563 1.625 -4.5625 1.6875 -4.5625 C 1.832031 -4.5625 1.96875 -4.585938 2.09375 -4.640625 C 2.21875 -4.691406 2.34375 -4.75 2.46875 -4.8125 C 2.59375 -4.875 2.722656 -4.929688 2.859375 -4.984375 C 2.992188 -5.035156 3.144531 -5.0625 3.3125 -5.0625 C 3.601563 -5.0625 3.847656 -5.019531 4.046875 -4.9375 C 4.253906 -4.863281 4.414063 -4.75 4.53125 -4.59375 C 4.644531 -4.445313 4.722656 -4.257813 4.765625 -4.03125 C 4.816406 -3.8125 4.84375 -3.550781 4.84375 -3.25 C 4.84375 -2.914063 4.785156 -2.5625 4.671875 -2.1875 C 4.554688 -1.8125 4.394531 -1.460938 4.1875 -1.140625 C 3.976563 -0.828125 3.71875 -0.566406 3.40625 -0.359375 C 3.101563 -0.148438 2.753906 -0.046875 2.359375 -0.046875 C 2.359375 -0.273438 2.394531 -0.476563 2.46875 -0.65625 C 2.550781 -0.84375 2.648438 -1.019531 2.765625 -1.1875 C 2.878906 -1.351563 3.003906 -1.515625 3.140625 -1.671875 C 3.273438 -1.828125 3.398438 -1.988281 3.515625 -2.15625 C 3.640625 -2.320313 3.738281 -2.5 3.8125 -2.6875 C 3.882813 -2.882813 3.921875 -3.101563 3.921875 -3.34375 Z M 3.921875 -3.34375 "
id="path80" />
</g>
<g
id="glyph-2-2">
<path
d="M 0.21875 -6.875 C 0.21875 -6.96875 0.21875 -7.101563 0.21875 -7.28125 C 0.21875 -7.46875 0.234375 -7.648438 0.265625 -7.828125 C 0.304688 -8.015625 0.363281 -8.175781 0.4375 -8.3125 C 0.519531 -8.445313 0.640625 -8.515625 0.796875 -8.515625 C 0.890625 -8.515625 0.96875 -8.429688 1.03125 -8.265625 C 1.09375 -8.109375 1.140625 -7.910156 1.171875 -7.671875 C 1.210938 -7.429688 1.242188 -7.164063 1.265625 -6.875 C 1.285156 -6.59375 1.300781 -6.320313 1.3125 -6.0625 C 1.320313 -5.8125 1.328125 -5.585938 1.328125 -5.390625 C 1.335938 -5.203125 1.351563 -5.085938 1.375 -5.046875 C 1.394531 -4.929688 1.429688 -4.757813 1.484375 -4.53125 C 1.546875 -4.300781 1.613281 -4.039063 1.6875 -3.75 C 1.757813 -3.46875 1.835938 -3.171875 1.921875 -2.859375 C 2.003906 -2.546875 2.082031 -2.242188 2.15625 -1.953125 C 2.238281 -1.671875 2.3125 -1.414063 2.375 -1.1875 C 2.4375 -0.957031 2.488281 -0.789063 2.53125 -0.6875 C 2.53125 -0.675781 2.53125 -0.65625 2.53125 -0.625 C 2.539063 -0.601563 2.546875 -0.582031 2.546875 -0.5625 C 2.546875 -0.488281 2.519531 -0.425781 2.46875 -0.375 C 2.414063 -0.332031 2.347656 -0.296875 2.265625 -0.265625 C 2.191406 -0.242188 2.113281 -0.226563 2.03125 -0.21875 C 1.957031 -0.21875 1.890625 -0.21875 1.828125 -0.21875 C 1.796875 -0.21875 1.753906 -0.21875 1.703125 -0.21875 C 1.648438 -0.226563 1.617188 -0.234375 1.609375 -0.234375 C 1.453125 -0.734375 1.289063 -1.257813 1.125 -1.8125 C 0.957031 -2.363281 0.804688 -2.925781 0.671875 -3.5 C 0.535156 -4.070313 0.425781 -4.644531 0.34375 -5.21875 C 0.257813 -5.789063 0.21875 -6.34375 0.21875 -6.875 Z M 0.21875 -6.875 "
id="path83" />
</g>
<g
id="glyph-2-3">
<path
d="M 2.265625 -1.03125 C 2.265625 -1.425781 2.300781 -1.8125 2.375 -2.1875 C 2.457031 -2.570313 2.539063 -2.957031 2.625 -3.34375 C 2.71875 -3.726563 2.800781 -4.117188 2.875 -4.515625 C 2.957031 -4.910156 3 -5.3125 3 -5.71875 C 3 -5.78125 2.992188 -5.875 2.984375 -6 C 2.984375 -6.132813 2.984375 -6.269531 2.984375 -6.40625 C 2.984375 -6.550781 2.976563 -6.691406 2.96875 -6.828125 C 2.96875 -6.960938 2.96875 -7.054688 2.96875 -7.109375 C 2.957031 -7.128906 2.921875 -7.164063 2.859375 -7.21875 C 2.804688 -7.28125 2.769531 -7.320313 2.75 -7.34375 L 2.625 -7.34375 C 2.394531 -7.34375 2.203125 -7.289063 2.046875 -7.1875 C 1.890625 -7.082031 1.753906 -6.953125 1.640625 -6.796875 C 1.523438 -6.648438 1.421875 -6.484375 1.328125 -6.296875 C 1.242188 -6.117188 1.144531 -5.953125 1.03125 -5.796875 C 0.914063 -5.648438 0.789063 -5.523438 0.65625 -5.421875 C 0.519531 -5.316406 0.347656 -5.265625 0.140625 -5.265625 C 0.140625 -5.648438 0.203125 -6.019531 0.328125 -6.375 C 0.460938 -6.738281 0.644531 -7.0625 0.875 -7.34375 C 1.113281 -7.625 1.398438 -7.847656 1.734375 -8.015625 C 2.066406 -8.191406 2.429688 -8.28125 2.828125 -8.28125 C 3.003906 -8.28125 3.144531 -8.269531 3.25 -8.25 C 3.351563 -8.238281 3.441406 -8.207031 3.515625 -8.15625 C 3.597656 -8.113281 3.664063 -8.039063 3.71875 -7.9375 C 3.769531 -7.84375 3.828125 -7.710938 3.890625 -7.546875 C 3.890625 -7.492188 3.890625 -7.394531 3.890625 -7.25 C 3.890625 -7.101563 3.890625 -6.941406 3.890625 -6.765625 C 3.898438 -6.597656 3.90625 -6.4375 3.90625 -6.28125 C 3.914063 -6.125 3.921875 -6.019531 3.921875 -5.96875 C 3.921875 -5.59375 3.894531 -5.222656 3.84375 -4.859375 C 3.800781 -4.492188 3.75 -4.128906 3.6875 -3.765625 C 3.632813 -3.410156 3.582031 -3.050781 3.53125 -2.6875 C 3.488281 -2.332031 3.46875 -1.972656 3.46875 -1.609375 L 3.671875 -1.609375 L 6.1875 -2.75 C 6.195313 -2.75 6.210938 -2.75 6.234375 -2.75 C 6.265625 -2.757813 6.296875 -2.765625 6.328125 -2.765625 C 6.367188 -2.765625 6.40625 -2.765625 6.4375 -2.765625 C 6.46875 -2.765625 6.488281 -2.765625 6.5 -2.765625 C 6.5625 -2.765625 6.628906 -2.757813 6.703125 -2.75 C 6.773438 -2.75 6.84375 -2.738281 6.90625 -2.71875 C 6.96875 -2.695313 7.019531 -2.660156 7.0625 -2.609375 C 7.101563 -2.554688 7.125 -2.488281 7.125 -2.40625 C 7.125 -2.257813 7.078125 -2.140625 6.984375 -2.046875 C 6.890625 -1.960938 6.78125 -1.894531 6.65625 -1.84375 C 6.53125 -1.800781 6.398438 -1.757813 6.265625 -1.71875 C 6.140625 -1.6875 6.035156 -1.648438 5.953125 -1.609375 C 5.878906 -1.566406 5.773438 -1.507813 5.640625 -1.4375 C 5.503906 -1.375 5.34375 -1.296875 5.15625 -1.203125 C 4.96875 -1.109375 4.773438 -1.007813 4.578125 -0.90625 C 4.378906 -0.8125 4.191406 -0.71875 4.015625 -0.625 C 3.835938 -0.53125 3.675781 -0.445313 3.53125 -0.375 C 3.382813 -0.3125 3.273438 -0.265625 3.203125 -0.234375 C 3.191406 -0.234375 3.171875 -0.226563 3.140625 -0.21875 C 3.109375 -0.21875 3.070313 -0.21875 3.03125 -0.21875 C 2.988281 -0.21875 2.953125 -0.21875 2.921875 -0.21875 C 2.890625 -0.21875 2.867188 -0.21875 2.859375 -0.21875 C 2.710938 -0.21875 2.597656 -0.234375 2.515625 -0.265625 C 2.429688 -0.296875 2.367188 -0.34375 2.328125 -0.40625 C 2.296875 -0.476563 2.273438 -0.5625 2.265625 -0.65625 C 2.265625 -0.757813 2.265625 -0.882813 2.265625 -1.03125 Z M 2.265625 -1.03125 "
id="path86" />
</g>
<g
id="glyph-2-4">
<path
d="M 0.21875 -4.578125 C 0.21875 -4.660156 0.21875 -4.800781 0.21875 -5 C 0.21875 -5.195313 0.21875 -5.40625 0.21875 -5.625 C 0.21875 -5.84375 0.21875 -6.046875 0.21875 -6.234375 C 0.226563 -6.429688 0.234375 -6.566406 0.234375 -6.640625 C 0.242188 -6.691406 0.257813 -6.769531 0.28125 -6.875 C 0.3125 -6.976563 0.347656 -7.078125 0.390625 -7.171875 C 0.429688 -7.273438 0.484375 -7.363281 0.546875 -7.4375 C 0.617188 -7.507813 0.703125 -7.546875 0.796875 -7.546875 C 1.035156 -7.546875 1.257813 -7.484375 1.46875 -7.359375 C 1.675781 -7.234375 1.875 -7.0625 2.0625 -6.84375 C 2.257813 -6.632813 2.441406 -6.398438 2.609375 -6.140625 C 2.785156 -5.890625 2.957031 -5.632813 3.125 -5.375 C 3.300781 -5.125 3.46875 -4.882813 3.625 -4.65625 C 3.789063 -4.4375 3.957031 -4.257813 4.125 -4.125 C 4.300781 -4.207031 4.441406 -4.351563 4.546875 -4.5625 C 4.648438 -4.769531 4.734375 -5.007813 4.796875 -5.28125 C 4.859375 -5.5625 4.914063 -5.847656 4.96875 -6.140625 C 5.019531 -6.441406 5.09375 -6.71875 5.1875 -6.96875 C 5.28125 -7.21875 5.398438 -7.421875 5.546875 -7.578125 C 5.703125 -7.734375 5.914063 -7.8125 6.1875 -7.8125 C 6.507813 -7.8125 6.800781 -7.6875 7.0625 -7.4375 C 7.320313 -7.195313 7.554688 -6.882813 7.765625 -6.5 C 7.972656 -6.113281 8.148438 -5.679688 8.296875 -5.203125 C 8.441406 -4.734375 8.5625 -4.28125 8.65625 -3.84375 C 8.757813 -3.414063 8.835938 -3.023438 8.890625 -2.671875 C 8.941406 -2.328125 8.96875 -2.078125 8.96875 -1.921875 C 8.96875 -1.859375 8.960938 -1.789063 8.953125 -1.71875 C 8.941406 -1.644531 8.921875 -1.578125 8.890625 -1.515625 C 8.867188 -1.453125 8.828125 -1.40625 8.765625 -1.375 C 8.703125 -1.34375 8.609375 -1.34375 8.484375 -1.375 C 8.441406 -1.382813 8.398438 -1.40625 8.359375 -1.4375 C 8.316406 -1.46875 8.269531 -1.507813 8.21875 -1.5625 C 8.164063 -1.613281 8.117188 -1.660156 8.078125 -1.703125 C 8.046875 -1.753906 8.03125 -1.796875 8.03125 -1.828125 C 7.96875 -2.179688 7.894531 -2.570313 7.8125 -3 C 7.738281 -3.425781 7.640625 -3.859375 7.515625 -4.296875 C 7.398438 -4.734375 7.253906 -5.15625 7.078125 -5.5625 C 6.898438 -5.976563 6.679688 -6.335938 6.421875 -6.640625 C 6.210938 -6.523438 6.046875 -6.351563 5.921875 -6.125 C 5.804688 -5.894531 5.707031 -5.640625 5.625 -5.359375 C 5.550781 -5.085938 5.484375 -4.804688 5.421875 -4.515625 C 5.359375 -4.234375 5.269531 -3.976563 5.15625 -3.75 C 5.050781 -3.519531 4.914063 -3.328125 4.75 -3.171875 C 4.59375 -3.023438 4.375 -2.953125 4.09375 -2.953125 C 3.90625 -2.953125 3.71875 -3.015625 3.53125 -3.140625 C 3.351563 -3.265625 3.175781 -3.425781 3 -3.625 C 2.832031 -3.832031 2.664063 -4.054688 2.5 -4.296875 C 2.34375 -4.546875 2.1875 -4.789063 2.03125 -5.03125 C 1.882813 -5.269531 1.738281 -5.492188 1.59375 -5.703125 C 1.445313 -5.910156 1.296875 -6.070313 1.140625 -6.1875 C 1.085938 -5.96875 1.046875 -5.773438 1.015625 -5.609375 C 0.984375 -5.441406 0.957031 -5.28125 0.9375 -5.125 C 0.914063 -4.96875 0.90625 -4.804688 0.90625 -4.640625 C 0.90625 -4.472656 0.90625 -4.289063 0.90625 -4.09375 C 0.90625 -3.789063 0.925781 -3.492188 0.96875 -3.203125 C 1.019531 -2.910156 1.070313 -2.613281 1.125 -2.3125 C 1.1875 -2.019531 1.242188 -1.726563 1.296875 -1.4375 C 1.347656 -1.144531 1.375 -0.847656 1.375 -0.546875 L 1.375 -0.453125 C 1.363281 -0.429688 1.335938 -0.394531 1.296875 -0.34375 C 1.253906 -0.300781 1.207031 -0.253906 1.15625 -0.203125 C 1.113281 -0.160156 1.066406 -0.117188 1.015625 -0.078125 C 0.960938 -0.0351563 0.925781 -0.0078125 0.90625 0 C 0.90625 0.0078125 0.890625 0.015625 0.859375 0.015625 C 0.835938 0.015625 0.816406 0.015625 0.796875 0.015625 C 0.785156 0.015625 0.769531 0.0078125 0.75 0 C 0.726563 0 0.707031 0 0.6875 0 C 0.644531 -0.414063 0.59375 -0.804688 0.53125 -1.171875 C 0.476563 -1.546875 0.425781 -1.914063 0.375 -2.28125 C 0.332031 -2.644531 0.296875 -3.007813 0.265625 -3.375 C 0.234375 -3.75 0.21875 -4.148438 0.21875 -4.578125 Z M 0.21875 -4.578125 "
id="path89" />
</g>
<g
id="glyph-2-5">
<path
d="M 0.21875 -2.96875 C 0.21875 -3.351563 0.257813 -3.738281 0.34375 -4.125 C 0.4375 -4.507813 0.585938 -4.851563 0.796875 -5.15625 C 1.003906 -5.46875 1.269531 -5.71875 1.59375 -5.90625 C 1.914063 -6.101563 2.304688 -6.203125 2.765625 -6.203125 C 3.035156 -6.203125 3.269531 -6.15625 3.46875 -6.0625 C 3.664063 -5.96875 3.832031 -5.835938 3.96875 -5.671875 C 4.101563 -5.515625 4.203125 -5.332031 4.265625 -5.125 C 4.335938 -4.914063 4.375 -4.695313 4.375 -4.46875 C 4.375 -4.101563 4.289063 -3.75 4.125 -3.40625 C 3.957031 -3.070313 3.734375 -2.773438 3.453125 -2.515625 C 3.171875 -2.253906 2.847656 -2.054688 2.484375 -1.921875 C 2.117188 -1.785156 1.75 -1.753906 1.375 -1.828125 C 1.375 -1.617188 1.441406 -1.453125 1.578125 -1.328125 C 1.710938 -1.203125 1.867188 -1.109375 2.046875 -1.046875 C 2.234375 -0.984375 2.425781 -0.941406 2.625 -0.921875 C 2.832031 -0.910156 3.015625 -0.90625 3.171875 -0.90625 C 3.328125 -0.90625 3.476563 -0.914063 3.625 -0.9375 C 3.769531 -0.96875 3.910156 -1 4.046875 -1.03125 C 4.191406 -1.070313 4.335938 -1.101563 4.484375 -1.125 C 4.628906 -1.15625 4.785156 -1.171875 4.953125 -1.171875 C 5.015625 -1.171875 5.078125 -1.164063 5.140625 -1.15625 C 5.203125 -1.15625 5.257813 -1.140625 5.3125 -1.109375 C 5.375 -1.085938 5.421875 -1.050781 5.453125 -1 C 5.492188 -0.945313 5.515625 -0.878906 5.515625 -0.796875 C 5.515625 -0.660156 5.460938 -0.546875 5.359375 -0.453125 C 5.265625 -0.367188 5.140625 -0.296875 4.984375 -0.234375 C 4.835938 -0.171875 4.671875 -0.125 4.484375 -0.09375 C 4.296875 -0.0625 4.113281 -0.0351563 3.9375 -0.015625 C 3.757813 0.00390625 3.597656 0.015625 3.453125 0.015625 C 3.304688 0.015625 3.203125 0.015625 3.140625 0.015625 C 2.679688 0.015625 2.269531 -0.0546875 1.90625 -0.203125 C 1.539063 -0.347656 1.234375 -0.550781 0.984375 -0.8125 C 0.734375 -1.070313 0.539063 -1.382813 0.40625 -1.75 C 0.28125 -2.113281 0.21875 -2.519531 0.21875 -2.96875 Z M 1.34375 -3.671875 C 1.34375 -3.421875 1.375 -3.238281 1.4375 -3.125 C 1.507813 -3.007813 1.679688 -2.953125 1.953125 -2.953125 C 2.128906 -2.953125 2.304688 -2.984375 2.484375 -3.046875 C 2.671875 -3.117188 2.835938 -3.210938 2.984375 -3.328125 C 3.128906 -3.453125 3.242188 -3.597656 3.328125 -3.765625 C 3.410156 -3.929688 3.453125 -4.109375 3.453125 -4.296875 C 3.453125 -4.398438 3.441406 -4.507813 3.421875 -4.625 C 3.410156 -4.738281 3.375 -4.84375 3.3125 -4.9375 C 3.257813 -5.039063 3.1875 -5.117188 3.09375 -5.171875 C 3.007813 -5.234375 2.894531 -5.265625 2.75 -5.265625 C 2.53125 -5.265625 2.332031 -5.21875 2.15625 -5.125 C 1.988281 -5.03125 1.84375 -4.90625 1.71875 -4.75 C 1.601563 -4.601563 1.507813 -4.429688 1.4375 -4.234375 C 1.375 -4.046875 1.34375 -3.859375 1.34375 -3.671875 Z M 1.34375 -3.671875 "
id="path92" />
</g>
<g
id="glyph-2-6">
<path
d="M 0.21875 -4.5 C 0.21875 -4.5625 0.21875 -4.625 0.21875 -4.6875 C 0.226563 -4.757813 0.242188 -4.820313 0.265625 -4.875 C 0.285156 -4.925781 0.316406 -4.96875 0.359375 -5 C 0.410156 -5.039063 0.476563 -5.0625 0.5625 -5.0625 C 0.632813 -5.0625 0.710938 -5.003906 0.796875 -4.890625 C 0.890625 -4.785156 0.984375 -4.644531 1.078125 -4.46875 C 1.171875 -4.300781 1.257813 -4.117188 1.34375 -3.921875 C 1.4375 -3.722656 1.515625 -3.539063 1.578125 -3.375 C 1.648438 -3.207031 1.707031 -3.0625 1.75 -2.9375 C 1.789063 -2.820313 1.816406 -2.757813 1.828125 -2.75 C 1.921875 -3 2.023438 -3.269531 2.140625 -3.5625 C 2.253906 -3.851563 2.394531 -4.125 2.5625 -4.375 C 2.726563 -4.632813 2.925781 -4.847656 3.15625 -5.015625 C 3.394531 -5.179688 3.679688 -5.265625 4.015625 -5.265625 C 4.179688 -5.265625 4.34375 -5.238281 4.5 -5.1875 C 4.65625 -5.132813 4.789063 -5.054688 4.90625 -4.953125 C 5.019531 -4.847656 5.113281 -4.722656 5.1875 -4.578125 C 5.257813 -4.441406 5.296875 -4.28125 5.296875 -4.09375 C 5.296875 -3.9375 5.234375 -3.828125 5.109375 -3.765625 C 4.984375 -3.703125 4.84375 -3.671875 4.6875 -3.671875 L 4.578125 -3.671875 L 4.125 -4.125 C 4.101563 -4.125 4.09375 -4.128906 4.09375 -4.140625 C 4.070313 -4.140625 4.054688 -4.140625 4.046875 -4.140625 C 4.035156 -4.148438 4.023438 -4.15625 4.015625 -4.15625 C 3.765625 -4.15625 3.566406 -4.082031 3.421875 -3.9375 C 3.285156 -3.800781 3.179688 -3.628906 3.109375 -3.421875 C 3.035156 -3.222656 2.988281 -3.007813 2.96875 -2.78125 C 2.957031 -2.5625 2.953125 -2.359375 2.953125 -2.171875 C 2.953125 -2.023438 2.960938 -1.878906 2.984375 -1.734375 C 3.015625 -1.585938 3.046875 -1.445313 3.078125 -1.3125 C 3.117188 -1.175781 3.15625 -1.03125 3.1875 -0.875 C 3.21875 -0.726563 3.234375 -0.578125 3.234375 -0.421875 C 3.234375 -0.128906 3.070313 0.015625 2.75 0.015625 C 2.570313 0.015625 2.382813 -0.078125 2.1875 -0.265625 C 2 -0.453125 1.8125 -0.691406 1.625 -0.984375 C 1.4375 -1.273438 1.253906 -1.597656 1.078125 -1.953125 C 0.910156 -2.304688 0.757813 -2.648438 0.625 -2.984375 C 0.5 -3.316406 0.398438 -3.617188 0.328125 -3.890625 C 0.253906 -4.160156 0.21875 -4.363281 0.21875 -4.5 Z M 0.21875 -4.5 "
id="path95" />
</g>
<g
id="glyph-2-7">
<path
d="M 2.28125 -0.21875 C 2.175781 -0.113281 2.0625 -0.15625 1.9375 -0.34375 C 1.8125 -0.539063 1.679688 -0.832031 1.546875 -1.21875 C 1.421875 -1.613281 1.296875 -2.082031 1.171875 -2.625 C 1.046875 -3.164063 0.925781 -3.738281 0.8125 -4.34375 C 0.695313 -4.945313 0.585938 -5.5625 0.484375 -6.1875 C 0.378906 -6.8125 0.289063 -7.398438 0.21875 -7.953125 C 0.21875 -8.046875 0.210938 -8.144531 0.203125 -8.25 C 0.203125 -8.351563 0.210938 -8.445313 0.234375 -8.53125 C 0.265625 -8.625 0.3125 -8.707031 0.375 -8.78125 C 0.445313 -8.851563 0.550781 -8.90625 0.6875 -8.9375 C 0.707031 -8.945313 0.738281 -8.941406 0.78125 -8.921875 C 0.832031 -8.910156 0.878906 -8.890625 0.921875 -8.859375 C 0.972656 -8.835938 1.019531 -8.8125 1.0625 -8.78125 C 1.101563 -8.75 1.128906 -8.722656 1.140625 -8.703125 C 1.046875 -7.367188 1.203125 -6.070313 1.609375 -4.8125 C 1.628906 -4.832031 1.6875 -4.90625 1.78125 -5.03125 C 1.875 -5.15625 1.988281 -5.300781 2.125 -5.46875 C 2.269531 -5.632813 2.429688 -5.8125 2.609375 -6 C 2.796875 -6.195313 2.988281 -6.378906 3.1875 -6.546875 C 3.382813 -6.710938 3.582031 -6.847656 3.78125 -6.953125 C 3.988281 -7.066406 4.179688 -7.125 4.359375 -7.125 C 4.472656 -7.125 4.578125 -7.097656 4.671875 -7.046875 C 4.773438 -6.992188 4.828125 -6.898438 4.828125 -6.765625 C 4.828125 -6.742188 4.820313 -6.71875 4.8125 -6.6875 C 4.8125 -6.664063 4.8125 -6.648438 4.8125 -6.640625 C 4.695313 -6.546875 4.523438 -6.394531 4.296875 -6.1875 C 4.066406 -5.976563 3.820313 -5.742188 3.5625 -5.484375 C 3.300781 -5.234375 3.050781 -4.96875 2.8125 -4.6875 C 2.582031 -4.40625 2.40625 -4.140625 2.28125 -3.890625 C 2.257813 -3.847656 2.253906 -3.8125 2.265625 -3.78125 C 2.273438 -3.75 2.28125 -3.710938 2.28125 -3.671875 C 2.363281 -3.640625 2.488281 -3.59375 2.65625 -3.53125 C 2.832031 -3.476563 3.023438 -3.414063 3.234375 -3.34375 C 3.441406 -3.269531 3.660156 -3.191406 3.890625 -3.109375 C 4.128906 -3.023438 4.347656 -2.941406 4.546875 -2.859375 C 4.753906 -2.785156 4.941406 -2.71875 5.109375 -2.65625 C 5.285156 -2.59375 5.414063 -2.550781 5.5 -2.53125 C 5.59375 -2.476563 5.671875 -2.445313 5.734375 -2.4375 C 5.804688 -2.425781 5.859375 -2.40625 5.890625 -2.375 C 5.929688 -2.351563 5.957031 -2.320313 5.96875 -2.28125 C 5.976563 -2.238281 5.984375 -2.171875 5.984375 -2.078125 C 5.984375 -1.878906 5.929688 -1.742188 5.828125 -1.671875 C 5.734375 -1.609375 5.59375 -1.578125 5.40625 -1.578125 C 4.863281 -1.617188 4.328125 -1.734375 3.796875 -1.921875 C 3.265625 -2.117188 2.726563 -2.359375 2.1875 -2.640625 C 2.164063 -2.503906 2.175781 -2.347656 2.21875 -2.171875 C 2.257813 -1.992188 2.304688 -1.816406 2.359375 -1.640625 C 2.421875 -1.460938 2.476563 -1.285156 2.53125 -1.109375 C 2.582031 -0.941406 2.613281 -0.789063 2.625 -0.65625 C 2.632813 -0.519531 2.617188 -0.410156 2.578125 -0.328125 C 2.535156 -0.253906 2.4375 -0.21875 2.28125 -0.21875 Z M 2.28125 -0.21875 "
id="path98" />
</g>
<g
id="glyph-2-8">
<path
d="M 0.46875 -6.046875 C 0.46875 -6.253906 0.453125 -6.457031 0.421875 -6.65625 C 0.398438 -6.851563 0.394531 -7.023438 0.40625 -7.171875 C 0.414063 -7.328125 0.46875 -7.453125 0.5625 -7.546875 C 0.664063 -7.640625 0.847656 -7.6875 1.109375 -7.6875 C 1.179688 -7.519531 1.253906 -7.269531 1.328125 -6.9375 C 1.398438 -6.601563 1.472656 -6.21875 1.546875 -5.78125 C 1.617188 -5.351563 1.6875 -4.882813 1.75 -4.375 C 1.8125 -3.863281 1.867188 -3.347656 1.921875 -2.828125 C 1.984375 -2.316406 2.03125 -1.8125 2.0625 -1.3125 C 2.101563 -0.820313 2.132813 -0.375 2.15625 0.03125 C 1.925781 0.1875 1.738281 0.195313 1.59375 0.0625 C 1.445313 -0.0703125 1.328125 -0.300781 1.234375 -0.625 C 1.148438 -0.945313 1.082031 -1.34375 1.03125 -1.8125 C 0.976563 -2.28125 0.925781 -2.765625 0.875 -3.265625 C 0.832031 -3.765625 0.78125 -4.257813 0.71875 -4.75 C 0.65625 -5.238281 0.570313 -5.671875 0.46875 -6.046875 Z M 0.46875 -6.046875 "
id="path101" />
</g>
<g
id="glyph-2-9">
<path
d="M 0.65625 -4.015625 C 0.65625 -4.054688 0.65625 -4.125 0.65625 -4.21875 C 0.664063 -4.3125 0.671875 -4.410156 0.671875 -4.515625 C 0.679688 -4.628906 0.6875 -4.734375 0.6875 -4.828125 C 0.6875 -4.929688 0.6875 -5.003906 0.6875 -5.046875 C 0.769531 -5.160156 0.875 -5.253906 1 -5.328125 C 1.125 -5.398438 1.25 -5.457031 1.375 -5.5 C 1.394531 -5.113281 1.457031 -4.703125 1.5625 -4.265625 C 1.664063 -3.828125 1.769531 -3.390625 1.875 -2.953125 C 1.988281 -2.515625 2.09375 -2.082031 2.1875 -1.65625 C 2.28125 -1.226563 2.328125 -0.828125 2.328125 -0.453125 C 2.328125 -0.140625 2.160156 0.015625 1.828125 0.015625 C 1.628906 0.015625 1.460938 -0.0625 1.328125 -0.21875 C 1.191406 -0.382813 1.082031 -0.59375 1 -0.84375 C 0.914063 -1.101563 0.847656 -1.382813 0.796875 -1.6875 C 0.753906 -2 0.722656 -2.304688 0.703125 -2.609375 C 0.679688 -2.910156 0.664063 -3.1875 0.65625 -3.4375 C 0.65625 -3.6875 0.65625 -3.878906 0.65625 -4.015625 Z M 0.8125 -8.015625 C 0.945313 -7.960938 1.0625 -7.867188 1.15625 -7.734375 C 1.25 -7.609375 1.289063 -7.492188 1.28125 -7.390625 C 1.269531 -7.285156 1.1875 -7.210938 1.03125 -7.171875 C 0.882813 -7.140625 0.632813 -7.1875 0.28125 -7.3125 C 0.28125 -7.5 0.316406 -7.660156 0.390625 -7.796875 C 0.472656 -7.941406 0.613281 -8.015625 0.8125 -8.015625 Z M 0.8125 -8.015625 "
id="path104" />
</g>
<g
id="glyph-2-10">
<path
d="M 3.890625 -5.265625 C 3.910156 -5.285156 3.925781 -5.304688 3.9375 -5.328125 C 3.945313 -5.359375 3.953125 -5.378906 3.953125 -5.390625 C 3.953125 -5.554688 3.851563 -5.664063 3.65625 -5.71875 C 3.457031 -5.769531 3.210938 -5.789063 2.921875 -5.78125 C 2.628906 -5.78125 2.3125 -5.765625 1.96875 -5.734375 C 1.632813 -5.710938 1.320313 -5.703125 1.03125 -5.703125 C 0.738281 -5.710938 0.492188 -5.75 0.296875 -5.8125 C 0.0976563 -5.882813 0 -6.007813 0 -6.1875 C 0 -6.3125 0.00390625 -6.40625 0.015625 -6.46875 C 0.0351563 -6.53125 0.0625 -6.570313 0.09375 -6.59375 C 0.132813 -6.613281 0.179688 -6.625 0.234375 -6.625 C 0.296875 -6.632813 0.359375 -6.640625 0.421875 -6.640625 L 0.6875 -6.640625 C 0.78125 -6.628906 0.921875 -6.617188 1.109375 -6.609375 C 1.304688 -6.597656 1.523438 -6.585938 1.765625 -6.578125 C 2.003906 -6.566406 2.257813 -6.550781 2.53125 -6.53125 C 2.800781 -6.519531 3.050781 -6.503906 3.28125 -6.484375 C 3.519531 -6.472656 3.734375 -6.457031 3.921875 -6.4375 C 4.117188 -6.425781 4.265625 -6.421875 4.359375 -6.421875 C 4.492188 -6.335938 4.601563 -6.265625 4.6875 -6.203125 C 4.78125 -6.140625 4.851563 -6.078125 4.90625 -6.015625 C 4.957031 -5.953125 4.992188 -5.878906 5.015625 -5.796875 C 5.046875 -5.722656 5.0625 -5.628906 5.0625 -5.515625 C 5.0625 -5.273438 5.007813 -5.035156 4.90625 -4.796875 C 4.8125 -4.566406 4.6875 -4.335938 4.53125 -4.109375 C 4.375 -3.878906 4.195313 -3.644531 4 -3.40625 C 3.8125 -3.175781 3.625 -2.945313 3.4375 -2.71875 C 3.25 -2.5 3.070313 -2.273438 2.90625 -2.046875 C 2.738281 -1.816406 2.613281 -1.59375 2.53125 -1.375 L 5.265625 -1.375 C 5.472656 -1.375 5.601563 -1.332031 5.65625 -1.25 C 5.71875 -1.175781 5.75 -1.070313 5.75 -0.9375 C 5.75 -0.832031 5.738281 -0.738281 5.71875 -0.65625 C 5.695313 -0.570313 5.625 -0.503906 5.5 -0.453125 C 5.15625 -0.429688 4.804688 -0.390625 4.453125 -0.328125 C 4.109375 -0.273438 3.757813 -0.21875 3.40625 -0.15625 C 3.0625 -0.101563 2.710938 -0.0546875 2.359375 -0.015625 C 2.003906 0.0234375 1.65625 0.046875 1.3125 0.046875 C 1.3125 -0.460938 1.390625 -0.953125 1.546875 -1.421875 C 1.703125 -1.898438 1.90625 -2.359375 2.15625 -2.796875 C 2.414063 -3.242188 2.695313 -3.671875 3 -4.078125 C 3.300781 -4.492188 3.597656 -4.890625 3.890625 -5.265625 Z M 3.890625 -5.265625 "
id="path107" />
</g>
</g>
</defs>
<path
fill="none"
stroke-width="1.04"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 320.970318 83.530074 C 377.160736 81.282249 438.018913 84.051612 476.758696 83.530074 M 320.970318 83.530074 C 356.998108 83.32146 394.168064 85.042532 476.758696 83.530074 M 476.758696 83.530074 C 481.358654 85.418039 481.708084 87.441603 482.401729 89.167892 M 476.758696 83.530074 C 481.019655 83.738689 481.43167 86.429821 482.401729 89.167892 M 482.401729 89.167892 C 483.778587 96.130413 480.87884 104.412424 482.401729 115.479444 M 482.401729 89.167892 C 482.229622 97.788902 482.938912 109.419181 482.401729 115.479444 M 482.401729 115.479444 C 483.111019 118.572159 478.709245 121.080753 476.758696 121.122476 M 482.401729 115.479444 C 482.542544 119.479634 480.581564 123.427671 476.758696 121.122476 M 476.758696 121.122476 C 438.300543 122.57235 397.469395 121.65966 320.970318 121.122476 M 476.758696 121.122476 C 417.87193 121.727459 359.438902 121.821336 320.970318 121.122476 M 320.970318 121.122476 C 316.391221 119.469203 313.908704 119.98031 315.332501 115.479444 M 320.970318 121.122476 C 319.348337 119.307527 317.721141 119.557865 315.332501 115.479444 M 315.332501 115.479444 C 317.189173 109.909426 316.620697 103.400642 315.332501 89.167892 M 315.332501 115.479444 C 315.04044 107.510355 315.7393 99.051022 315.332501 89.167892 M 315.332501 89.167892 C 313.538413 83.869074 318.701631 82.810353 320.970318 83.530074 M 315.332501 89.167892 C 314.221626 83.211937 318.399139 82.758199 320.970318 83.530074 "
transform="matrix(0.748988, 0, 0, 0.748988, 0.374494, 0.374494)"
id="path114" />
<g
fill="#000000"
fill-opacity="1"
id="g152">
<use
xlink:href="#glyph-0-1"
x="242.63277"
y="82.897903"
id="use116" />
<use
xlink:href="#glyph-0-2"
x="249.98746"
y="82.897903"
id="use118" />
<use
xlink:href="#glyph-0-3"
x="254.7027"
y="82.897903"
id="use120" />
<use
xlink:href="#glyph-0-4"
x="257.91953"
y="82.897903"
id="use122" />
<use
xlink:href="#glyph-0-5"
x="265.59039"
y="82.897903"
id="use124" />
<use
xlink:href="#glyph-0-6"
x="273.54993"
y="82.897903"
id="use126" />
<use
xlink:href="#glyph-0-7"
x="281.50949"
y="82.897903"
id="use128" />
<use
xlink:href="#glyph-0-8"
x="290.34885"
y="82.897903"
id="use130" />
<use
xlink:href="#glyph-0-2"
x="297.05743"
y="82.897903"
id="use132" />
<use
xlink:href="#glyph-0-9"
x="301.77267"
y="82.897903"
id="use134" />
<use
xlink:href="#glyph-0-5"
x="305.017"
y="82.897903"
id="use136" />
<use
xlink:href="#glyph-0-10"
x="312.97653"
y="82.897903"
id="use138" />
<use
xlink:href="#glyph-0-9"
x="320.6474"
y="82.897903"
id="use140" />
<use
xlink:href="#glyph-0-11"
x="323.89172"
y="82.897903"
id="use142" />
<use
xlink:href="#glyph-0-4"
x="330.38034"
y="82.897903"
id="use144" />
<use
xlink:href="#glyph-0-12"
x="338.05121"
y="82.897903"
id="use146" />
<use
xlink:href="#glyph-0-13"
x="344.82849"
y="82.897903"
id="use148" />
<use
xlink:href="#glyph-0-13"
x="349.83243"
y="82.897903"
id="use150" />
</g>
<path
fill="none"
stroke-width="1.04"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 187.321194 206.738024 C 229.070247 204.677952 267.10074 207.661145 296.11907 206.738024 M 187.321194 206.738024 C 221.252404 205.861841 254.651647 206.769316 296.11907 206.738024 M 296.11907 206.738024 C 301.44918 207.097884 299.900215 210.2584 301.762103 212.381056 M 296.11907 206.738024 C 298.189573 205.131689 301.79861 209.048434 301.762103 212.381056 M 301.762103 212.381056 C 302.799962 220.058084 303.618775 227.740327 301.762103 238.687393 M 301.762103 212.381056 C 302.231486 221.440158 301.642149 230.421028 301.762103 238.687393 M 301.762103 238.687393 C 301.011089 242.202554 300.67209 244.580763 296.11907 244.330425 M 301.762103 238.687393 C 302.539193 240.351097 298.50771 245.081439 296.11907 244.330425 M 296.11907 244.330425 C 266.730448 243.240413 240.12162 246.520882 187.321194 244.330425 M 296.11907 244.330425 C 254.041448 244.351287 211.541381 243.777596 187.321194 244.330425 M 187.321194 244.330425 C 182.862051 244.471241 182.168406 241.649724 181.678161 238.687393 M 187.321194 244.330425 C 185.208968 244.898901 183.920771 240.47105 181.678161 238.687393 M 181.678161 238.687393 C 180.770686 232.632346 182.267498 222.540601 181.678161 212.381056 M 181.678161 238.687393 C 181.5217 228.329664 181.401746 218.582134 181.678161 212.381056 M 181.678161 212.381056 C 182.429175 207.082238 185.52189 206.738024 187.321194 206.738024 M 181.678161 212.381056 C 182.319652 206.659793 183.409665 205.950503 187.321194 206.738024 "
transform="matrix(0.748988, 0, 0, 0.748988, 0.374494, 0.374494)"
id="path154" />
<g
fill="#000000"
fill-opacity="1"
id="g176">
<use
xlink:href="#glyph-0-14"
x="149.80032"
y="175.18047"
id="use156" />
<use
xlink:href="#glyph-0-2"
x="159.50575"
y="175.18047"
id="use158" />
<use
xlink:href="#glyph-0-9"
x="164.22101"
y="175.18047"
id="use160" />
<use
xlink:href="#glyph-0-5"
x="167.46532"
y="175.18047"
id="use162" />
<use
xlink:href="#glyph-0-10"
x="175.42487"
y="175.18047"
id="use164" />
<use
xlink:href="#glyph-0-9"
x="183.09573"
y="175.18047"
id="use166" />
<use
xlink:href="#glyph-0-11"
x="186.34004"
y="175.18047"
id="use168" />
<use
xlink:href="#glyph-0-4"
x="192.82866"
y="175.18047"
id="use170" />
<use
xlink:href="#glyph-0-12"
x="200.49953"
y="175.18047"
id="use172" />
<use
xlink:href="#glyph-0-13"
x="207.27682"
y="175.18047"
id="use174" />
</g>
<path
fill="none"
stroke-width="1.04"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 67.868312 50.120401 C 67.988266 59.737547 68.619326 67.258114 67.868312 73.0889 M 67.868312 50.120401 C 67.221606 58.339827 68.551526 67.200745 67.868312 73.0889 "
transform="matrix(0.748988, 0, 0, 0.748988, 0.374494, 0.374494)"
id="path178" />
<path
fill="none"
stroke-width="1.04"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 16.079668 12.527999 C 53.510393 12.069047 91.32184 11.281525 119.662172 12.527999 M 16.079668 12.527999 C 43.001418 12.919152 68.092573 14.280364 119.662172 12.527999 M 119.662172 12.527999 C 122.280289 13.988304 125.268697 15.271285 125.299989 18.171032 M 119.662172 12.527999 C 122.139474 12.089908 127.34963 13.649304 125.299989 18.171032 M 125.299989 18.171032 C 125.127882 27.297933 125.02879 33.759779 125.299989 44.482584 M 125.299989 18.171032 C 124.429022 26.020167 125.399081 35.960666 125.299989 44.482584 M 125.299989 44.482584 C 125.790234 48.821773 125.221759 50.949645 119.662172 50.120401 M 125.299989 44.482584 C 127.34963 46.271457 124.011792 47.757838 119.662172 50.120401 M 119.662172 50.120401 C 90.61255 48.529713 57.922598 51.862335 16.079668 50.120401 M 119.662172 50.120401 C 96.64152 49.447618 73.558283 49.609295 16.079668 50.120401 M 16.079668 50.120401 C 11.860432 49.651018 10.561804 48.540143 10.441851 44.482584 M 16.079668 50.120401 C 12.992167 50.652369 12.381969 46.45921 10.441851 44.482584 M 10.441851 44.482584 C 12.350677 38.521414 9.628253 30.698356 10.441851 18.171032 M 10.441851 44.482584 C 11.06248 34.599454 9.299684 27.527409 10.441851 18.171032 M 10.441851 18.171032 C 12.100339 12.861783 11.041618 13.977873 16.079668 12.527999 M 10.441851 18.171032 C 9.779498 12.919152 14.290795 11.677894 16.079668 12.527999 "
transform="matrix(0.748988, 0, 0, 0.748988, 0.374494, 0.374494)"
id="path180" />
<g
fill="#000000"
fill-opacity="1"
id="g202">
<use
xlink:href="#glyph-1-1"
x="17.425179"
y="30.500172"
id="use182" />
<use
xlink:href="#glyph-1-2"
x="25.597048"
y="30.500172"
id="use184" />
<use
xlink:href="#glyph-1-3"
x="30.83621"
y="30.500172"
id="use186" />
<use
xlink:href="#glyph-1-4"
x="34.440998"
y="30.500172"
id="use188" />
<use
xlink:href="#glyph-1-5"
x="43.284946"
y="30.500172"
id="use190" />
<use
xlink:href="#glyph-1-3"
x="51.808132"
y="30.500172"
id="use192" />
<use
xlink:href="#glyph-1-6"
x="55.412922"
y="30.500172"
id="use194" />
<use
xlink:href="#glyph-1-7"
x="62.622498"
y="30.500172"
id="use196" />
<use
xlink:href="#glyph-1-8"
x="71.145683"
y="30.500172"
id="use198" />
<use
xlink:href="#glyph-1-9"
x="78.676025"
y="30.500172"
id="use200" />
</g>
<path
fill="none"
stroke-width="1.04"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 150.620621 12.527999 C 162.110085 11.547509 169.781897 10.968603 176.20202 12.527999 M 150.620621 12.527999 C 158.751386 12.449769 167.528857 13.002598 176.20202 12.527999 M 176.20202 12.527999 C 179.451197 12.4602 180.489056 14.827978 181.678161 18.009355 M 176.20202 12.527999 C 181.187916 10.280174 179.941442 13.002598 181.678161 18.009355 M 181.678161 18.009355 C 181.17227 27.970716 180.619441 33.931886 181.678161 44.639045 M 181.678161 18.009355 C 181.448685 26.400889 181.109686 35.882435 181.678161 44.639045 M 181.678161 44.639045 C 180.708102 49.291157 180.071826 51.252137 176.20202 50.120401 M 181.678161 44.639045 C 179.571151 48.790481 179.018321 51.01223 176.20202 50.120401 M 176.20202 50.120401 C 168.957869 50.052601 159.038231 49.228572 150.620621 50.120401 M 176.20202 50.120401 C 171.090956 51.048737 162.94976 50.537631 150.620621 50.120401 M 150.620621 50.120401 C 146.62043 51.43989 147.157613 47.058978 145.139264 44.639045 M 150.620621 50.120401 C 147.141967 48.232436 146.928137 49.009527 145.139264 44.639045 M 145.139264 44.639045 C 144.278728 33.900594 143.621591 26.552135 145.139264 18.009355 M 145.139264 44.639045 C 144.320451 39.647934 145.932001 32.309906 145.139264 18.009355 M 145.139264 18.009355 C 145.160126 12.799199 146.151047 10.520081 150.620621 12.527999 M 145.139264 18.009355 C 146.229277 13.112121 147.590489 11.651817 150.620621 12.527999 "
transform="matrix(0.748988, 0, 0, 0.748988, 0.374494, 0.374494)"
id="path204" />
<g
fill="#000000"
fill-opacity="1"
id="g208">
<use
xlink:href="#glyph-0-15"
x="118.26148"
y="29.718115"
id="use206" />
</g>
<path
fill="none"
stroke-width="1.04"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 255.032369 12.527999 C 265.337944 14.337733 275.951226 13.967442 280.618984 12.527999 M 255.032369 12.527999 C 264.169701 12.517569 274.350107 12.251585 280.618984 12.527999 M 280.618984 12.527999 C 284.598313 10.921665 287.910074 14.442041 286.10034 18.009355 M 280.618984 12.527999 C 283.409208 13.268582 285.370188 12.408046 286.10034 18.009355 M 286.10034 18.009355 C 285.250235 28.690437 288.41075 38.239784 286.10034 44.639045 M 286.10034 18.009355 C 286.501924 26.82855 286.950446 35.752051 286.10034 44.639045 M 286.10034 44.639045 C 287.831844 49.708387 282.898102 51.538982 280.618984 50.120401 M 286.10034 44.639045 C 284.619175 46.45921 282.011489 49.447618 280.618984 50.120401 M 280.618984 50.120401 C 271.987543 51.919704 265.817758 51.111322 255.032369 50.120401 M 280.618984 50.120401 C 273.839001 50.777538 267.351078 49.598864 255.032369 50.120401 M 255.032369 50.120401 C 251.152132 49.05125 249.300675 49.697956 249.551013 44.639045 M 255.032369 50.120401 C 251.058255 50.621077 251.19907 46.709548 249.551013 44.639045 M 249.551013 44.639045 C 250.098627 38.709167 251.522424 33.07135 249.551013 18.009355 M 249.551013 44.639045 C 248.862584 37.238432 249.650105 28.580915 249.551013 18.009355 M 249.551013 18.009355 C 247.949894 12.799199 251.032179 11.250233 255.032369 12.527999 M 249.551013 18.009355 C 247.600464 13.352028 250.661887 11.620525 255.032369 12.527999 "
transform="matrix(0.748988, 0, 0, 0.748988, 0.374494, 0.374494)"
id="path210" />
<g
fill="#000000"
fill-opacity="1"
id="g214">
<use
xlink:href="#glyph-0-15"
x="196.46704"
y="29.718115"
id="use212" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g222">
<use
xlink:href="#glyph-1-10"
x="157.46202"
y="26.589893"
id="use216" />
<use
xlink:href="#glyph-1-10"
x="160.92934"
y="26.589893"
id="use218" />
<use
xlink:href="#glyph-1-10"
x="164.39665"
y="26.589893"
id="use220" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g230">
<use
xlink:href="#glyph-2-1"
x="206.82928"
y="57.090061"
id="use224" />
<use
xlink:href="#glyph-2-2"
x="212.10052"
y="57.090061"
id="use226" />
<use
xlink:href="#glyph-2-3"
x="214.62387"
y="57.090061"
id="use228" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g234">
<use
xlink:href="#glyph-2-3"
x="306.13812"
y="112.61601"
id="use232" />
</g>
<path
fill="none"
stroke-width="1.04"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 242.239061 146.182339 C 241.029095 163.377421 242.969213 178.960952 241.769678 200.088424 M 242.239061 146.182339 C 240.997803 162.621192 241.879201 179.831919 241.769678 200.088424 "
transform="matrix(0.748988, 0, 0, 0.748988, 0.374494, 0.374494)"
id="path236" />
<path
fill="none"
stroke-width="0.52"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 237.899872 198.497736 L 237.899872 198.497736 M 237.899872 198.497736 L 237.899872 198.497736 M 240.371958 202.028543 C 240.862203 201.407914 241.180341 201.110637 241.738386 200.458716 M 240.371958 202.028543 C 240.789188 201.621744 241.23771 201.068914 241.738386 200.458716 "
transform="matrix(0.748988, 0, 0, 0.748988, 0.374494, 0.374494)"
id="path238" />
<path
fill="none"
stroke-width="1.04"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 241.727955 205.56978 C 241.201202 204.458906 239.532283 202.842141 238.139779 198.231752 M 241.727955 205.56978 C 241.018664 203.619231 240.288512 202.242373 238.139779 198.231752 M 238.139779 198.231752 C 239.308022 199.050565 240.178989 199.238319 241.769678 200.088424 M 238.139779 198.231752 C 238.828208 198.810658 239.579222 199.19138 241.769678 200.088424 M 241.769678 200.088424 C 242.228631 199.738994 243.261274 199.358272 245.45173 198.289121 M 241.769678 200.088424 C 243.209121 199.452149 244.471241 198.888889 245.45173 198.289121 M 245.45173 198.289121 C 243.76195 200.891592 243.162182 203.452339 241.727955 205.56978 M 245.45173 198.289121 C 244.502533 200.479577 242.640645 203.009033 241.727955 205.56978 "
transform="matrix(0.748988, 0, 0, 0.748988, 0.374494, 0.374494)"
id="path240" />
<path
fill-rule="nonzero"
fill="rgb(100%, 100%, 100%)"
fill-opacity="1"
d="M 156.410156 125.910156 L 207.246094 125.910156 L 207.246094 139.207031 L 156.410156 139.207031 Z M 156.410156 125.910156 "
id="path242" />
<g
fill="#000000"
fill-opacity="1"
id="g262">
<use
xlink:href="#glyph-2-4"
x="156.75328"
y="136.85974"
id="use244" />
<use
xlink:href="#glyph-2-5"
x="166.14101"
y="136.85974"
id="use246" />
<use
xlink:href="#glyph-2-6"
x="172.10724"
y="136.85974"
id="use248" />
<use
xlink:href="#glyph-2-7"
x="177.57094"
y="136.85974"
id="use250" />
<use
xlink:href="#glyph-2-8"
x="183.7617"
y="136.85974"
id="use252" />
<use
xlink:href="#glyph-2-5"
x="186.26366"
y="136.85974"
id="use254" />
<use
xlink:href="#glyph-2-9"
x="192.22989"
y="136.85974"
id="use256" />
<use
xlink:href="#glyph-2-10"
x="194.75325"
y="136.85974"
id="use258" />
<use
xlink:href="#glyph-2-5"
x="200.94402"
y="136.85974"
id="use260" />
</g>
<path
fill="none"
stroke-width="1.04"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 121.122476 73.0889 C 122.050812 93.757419 121.67009 115.390782 121.122476 146.182339 M 121.122476 73.0889 C 120.512278 91.791224 120.647877 109.179274 121.122476 146.182339 "
transform="matrix(0.748988, 0, 0, 0.748988, 0.374494, 0.374494)"
id="path264" />
<path
fill-rule="nonzero"
fill="rgb(100%, 100%, 100%)"
fill-opacity="1"
d="M 65.691406 76.640625 L 116.527344 76.640625 L 116.527344 89.9375 L 65.691406 89.9375 Z M 65.691406 76.640625 "
id="path266" />
<g
fill="#000000"
fill-opacity="1"
id="g286">
<use
xlink:href="#glyph-2-4"
x="66.034828"
y="87.590233"
id="use268" />
<use
xlink:href="#glyph-2-5"
x="75.422546"
y="87.590233"
id="use270" />
<use
xlink:href="#glyph-2-6"
x="81.388779"
y="87.590233"
id="use272" />
<use
xlink:href="#glyph-2-7"
x="86.852478"
y="87.590233"
id="use274" />
<use
xlink:href="#glyph-2-8"
x="93.043243"
y="87.590233"
id="use276" />
<use
xlink:href="#glyph-2-5"
x="95.545204"
y="87.590233"
id="use278" />
<use
xlink:href="#glyph-2-9"
x="101.51144"
y="87.590233"
id="use280" />
<use
xlink:href="#glyph-2-10"
x="104.03479"
y="87.590233"
id="use282" />
<use
xlink:href="#glyph-2-5"
x="110.22556"
y="87.590233"
id="use284" />
</g>
<path
fill="none"
stroke-width="1.04"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 68.911387 70.997535 C 125.618127 70.397768 185.219399 70.981889 267.298924 70.997535 M 68.911387 70.997535 C 147.517474 72.541286 225.330825 71.967595 267.298924 70.997535 "
transform="matrix(0.748988, 0, 0, 0.748988, 0.374494, 0.374494)"
id="path288" />
<path
fill="none"
stroke-width="1.04"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 121.122476 144.090975 C 203.212432 143.939729 284.248883 144.560358 396.780966 144.090975 M 121.122476 144.090975 C 194.361946 144.419543 268.952197 143.3191 396.780966 144.090975 "
transform="matrix(0.748988, 0, 0, 0.748988, 0.374494, 0.374494)"
id="path290" />
<path
fill="none"
stroke-width="1.04"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 398.87233 121.122476 C 399.299991 127.532168 398.178686 135.89241 398.87233 146.182339 M 398.87233 121.122476 C 399.36779 128.731704 399.831959 137.128453 398.87233 146.182339 "
transform="matrix(0.748988, 0, 0, 0.748988, 0.374494, 0.374494)"
id="path292" />
<path
fill="none"
stroke-width="1.04"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 163.408713 50.120401 C 162.5221 54.840313 164.191019 62.78854 162.892391 73.0889 M 163.408713 50.120401 C 162.991483 54.287483 162.897606 60.321669 162.892391 73.0889 "
transform="matrix(0.748988, 0, 0, 0.748988, 0.374494, 0.374494)"
id="path294" />
<path
fill="none"
stroke-width="1.04"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 267.820461 50.120401 C 269.859672 56.102433 269.562395 64.457459 267.298924 73.0889 M 267.820461 50.120401 C 267.398016 59.252518 267.898692 68.249034 267.298924 73.0889 "
transform="matrix(0.748988, 0, 0, 0.748988, 0.374494, 0.374494)"
id="path296" />
</svg>

After

Width:  |  Height:  |  Size: 103 KiB

View File

@@ -0,0 +1,671 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="418.07999pt"
height="139.919998pt"
viewBox="0 0 418.07999 139.919998"
version="1.1"
id="svg252"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs84">
<g
id="g82">
<g
id="glyph-0-0" />
<g
id="glyph-0-1">
<path
d="M -0.03125 -9.65625 C -0.03125 -9.726563 -0.0234375 -9.847656 -0.015625 -10.015625 C -0.015625 -10.179688 -0.015625 -10.359375 -0.015625 -10.546875 C -0.015625 -10.734375 -0.0078125 -10.910156 0 -11.078125 C 0 -11.242188 0 -11.363281 0 -11.4375 C 0.101563 -11.625 0.257813 -11.757813 0.46875 -11.84375 C 0.6875 -11.9375 0.921875 -12 1.171875 -12.03125 C 1.421875 -12.0625 1.664063 -12.070313 1.90625 -12.0625 C 2.144531 -12.050781 2.34375 -12.046875 2.5 -12.046875 C 2.695313 -12.046875 2.929688 -12.035156 3.203125 -12.015625 C 3.472656 -11.992188 3.742188 -11.957031 4.015625 -11.90625 C 4.285156 -11.863281 4.550781 -11.789063 4.8125 -11.6875 C 5.070313 -11.59375 5.304688 -11.472656 5.515625 -11.328125 C 5.722656 -11.179688 5.882813 -11 6 -10.78125 C 6.125 -10.5625 6.1875 -10.304688 6.1875 -10.015625 C 6.1875 -9.671875 6.101563 -9.359375 5.9375 -9.078125 C 5.78125 -8.804688 5.582031 -8.546875 5.34375 -8.296875 C 5.101563 -8.054688 4.835938 -7.832031 4.546875 -7.625 C 4.253906 -7.414063 3.988281 -7.210938 3.75 -7.015625 C 3.507813 -6.816406 3.304688 -6.609375 3.140625 -6.390625 C 2.984375 -6.179688 2.90625 -5.957031 2.90625 -5.71875 C 2.90625 -5.695313 2.910156 -5.671875 2.921875 -5.640625 C 2.929688 -5.609375 2.9375 -5.585938 2.9375 -5.578125 C 4.007813 -5.253906 5.054688 -4.863281 6.078125 -4.40625 C 7.097656 -3.957031 8.097656 -3.46875 9.078125 -2.9375 C 9.109375 -2.914063 9.140625 -2.878906 9.171875 -2.828125 C 9.203125 -2.785156 9.226563 -2.726563 9.25 -2.65625 C 9.28125 -2.59375 9.304688 -2.53125 9.328125 -2.46875 C 9.359375 -2.414063 9.375 -2.375 9.375 -2.34375 C 9.375 -2.257813 9.351563 -2.195313 9.3125 -2.15625 C 9.269531 -2.113281 9.210938 -2.082031 9.140625 -2.0625 C 9.078125 -2.039063 9.015625 -2.03125 8.953125 -2.03125 C 8.890625 -2.03125 8.835938 -2.03125 8.796875 -2.03125 C 8.296875 -2.03125 7.800781 -2.132813 7.3125 -2.34375 C 6.832031 -2.5625 6.34375 -2.800781 5.84375 -3.0625 C 5.351563 -3.320313 4.851563 -3.5625 4.34375 -3.78125 C 3.84375 -4 3.320313 -4.109375 2.78125 -4.109375 L 2.34375 -4.109375 C 2.488281 -3.773438 2.617188 -3.472656 2.734375 -3.203125 C 2.847656 -2.941406 2.941406 -2.6875 3.015625 -2.4375 C 3.085938 -2.195313 3.144531 -1.953125 3.1875 -1.703125 C 3.226563 -1.453125 3.25 -1.179688 3.25 -0.890625 C 3.25 -0.828125 3.25 -0.75 3.25 -0.65625 C 3.25 -0.570313 3.242188 -0.484375 3.234375 -0.390625 C 3.234375 -0.304688 3.207031 -0.226563 3.15625 -0.15625 C 3.113281 -0.0820313 3.039063 -0.03125 2.9375 0 C 2.5625 -0.21875 2.222656 -0.554688 1.921875 -1.015625 C 1.628906 -1.472656 1.375 -2 1.15625 -2.59375 C 0.9375 -3.1875 0.753906 -3.816406 0.609375 -4.484375 C 0.460938 -5.148438 0.335938 -5.800781 0.234375 -6.4375 C 0.140625 -7.082031 0.0703125 -7.6875 0.03125 -8.25 C -0.0078125 -8.8125 -0.03125 -9.28125 -0.03125 -9.65625 Z M 1.15625 -8.796875 C 1.15625 -8.671875 1.144531 -8.515625 1.125 -8.328125 C 1.113281 -8.140625 1.113281 -7.945313 1.125 -7.75 C 1.132813 -7.5625 1.160156 -7.378906 1.203125 -7.203125 C 1.253906 -7.023438 1.34375 -6.867188 1.46875 -6.734375 C 1.476563 -6.734375 1.492188 -6.734375 1.515625 -6.734375 C 1.523438 -6.722656 1.550781 -6.71875 1.59375 -6.71875 C 1.75 -6.71875 1.941406 -6.765625 2.171875 -6.859375 C 2.410156 -6.960938 2.65625 -7.09375 2.90625 -7.25 C 3.164063 -7.414063 3.421875 -7.609375 3.671875 -7.828125 C 3.921875 -8.046875 4.144531 -8.265625 4.34375 -8.484375 C 4.550781 -8.710938 4.710938 -8.941406 4.828125 -9.171875 C 4.953125 -9.410156 5.015625 -9.625 5.015625 -9.8125 C 5.015625 -10 4.945313 -10.15625 4.8125 -10.28125 C 4.675781 -10.414063 4.507813 -10.523438 4.3125 -10.609375 C 4.125 -10.691406 3.925781 -10.75 3.71875 -10.78125 C 3.519531 -10.820313 3.359375 -10.84375 3.234375 -10.84375 C 3.078125 -10.84375 2.890625 -10.84375 2.671875 -10.84375 C 2.460938 -10.851563 2.253906 -10.84375 2.046875 -10.8125 C 1.847656 -10.78125 1.664063 -10.722656 1.5 -10.640625 C 1.34375 -10.554688 1.226563 -10.429688 1.15625 -10.265625 C 1.15625 -10.210938 1.15625 -10.117188 1.15625 -9.984375 C 1.15625 -9.847656 1.15625 -9.695313 1.15625 -9.53125 C 1.15625 -9.375 1.15625 -9.226563 1.15625 -9.09375 C 1.15625 -8.957031 1.15625 -8.859375 1.15625 -8.796875 Z M 1.15625 -8.796875 "
id="path3" />
</g>
<g
id="glyph-0-2">
<path
d="M 0.28125 -5.5 C 0.28125 -5.664063 0.296875 -5.890625 0.328125 -6.171875 C 0.367188 -6.453125 0.425781 -6.757813 0.5 -7.09375 C 0.570313 -7.425781 0.671875 -7.765625 0.796875 -8.109375 C 0.921875 -8.453125 1.066406 -8.765625 1.234375 -9.046875 C 1.398438 -9.328125 1.585938 -9.554688 1.796875 -9.734375 C 2.003906 -9.910156 2.238281 -10 2.5 -10 C 2.507813 -10 2.519531 -9.992188 2.53125 -9.984375 C 2.539063 -9.984375 2.554688 -9.984375 2.578125 -9.984375 C 2.585938 -9.972656 2.609375 -9.96875 2.640625 -9.96875 C 2.671875 -9.957031 2.71875 -9.9375 2.78125 -9.90625 C 2.851563 -9.882813 2.914063 -9.859375 2.96875 -9.828125 C 3.03125 -9.796875 3.085938 -9.765625 3.140625 -9.734375 C 3.191406 -9.703125 3.222656 -9.675781 3.234375 -9.65625 C 3.234375 -9.644531 3.234375 -9.628906 3.234375 -9.609375 C 3.234375 -9.585938 3.234375 -9.570313 3.234375 -9.5625 C 3.242188 -9.550781 3.25 -9.539063 3.25 -9.53125 C 3.25 -9.207031 3.15625 -8.890625 2.96875 -8.578125 C 2.78125 -8.273438 2.570313 -7.957031 2.34375 -7.625 C 2.125 -7.300781 1.914063 -6.957031 1.71875 -6.59375 C 1.53125 -6.226563 1.4375 -5.835938 1.4375 -5.421875 C 1.4375 -4.847656 1.515625 -4.34375 1.671875 -3.90625 C 1.828125 -3.476563 2.035156 -3.078125 2.296875 -2.703125 C 2.554688 -2.335938 2.863281 -1.988281 3.21875 -1.65625 C 3.582031 -1.320313 3.972656 -0.96875 4.390625 -0.59375 C 4.390625 -0.570313 4.394531 -0.546875 4.40625 -0.515625 C 4.414063 -0.484375 4.421875 -0.457031 4.421875 -0.4375 C 4.421875 -0.257813 4.351563 -0.132813 4.21875 -0.0625 C 4.09375 0 3.953125 0.03125 3.796875 0.03125 C 3.390625 0.03125 3.019531 -0.0625 2.6875 -0.25 C 2.351563 -0.4375 2.054688 -0.679688 1.796875 -0.984375 C 1.535156 -1.285156 1.304688 -1.628906 1.109375 -2.015625 C 0.921875 -2.398438 0.765625 -2.796875 0.640625 -3.203125 C 0.515625 -3.617188 0.421875 -4.023438 0.359375 -4.421875 C 0.304688 -4.816406 0.28125 -5.175781 0.28125 -5.5 Z M 0.28125 -5.5 "
id="path6" />
</g>
<g
id="glyph-0-3">
<path
d="M 0.84375 -5.125 C 0.84375 -5.175781 0.84375 -5.265625 0.84375 -5.390625 C 0.851563 -5.515625 0.859375 -5.644531 0.859375 -5.78125 C 0.867188 -5.914063 0.875 -6.046875 0.875 -6.171875 C 0.882813 -6.304688 0.890625 -6.398438 0.890625 -6.453125 C 0.992188 -6.597656 1.125 -6.71875 1.28125 -6.8125 C 1.4375 -6.90625 1.597656 -6.976563 1.765625 -7.03125 C 1.796875 -6.539063 1.875 -6.015625 2 -5.453125 C 2.125 -4.898438 2.257813 -4.34375 2.40625 -3.78125 C 2.550781 -3.21875 2.679688 -2.660156 2.796875 -2.109375 C 2.910156 -1.566406 2.96875 -1.0625 2.96875 -0.59375 C 2.96875 -0.175781 2.757813 0.03125 2.34375 0.03125 C 2.082031 0.03125 1.863281 -0.0703125 1.6875 -0.28125 C 1.519531 -0.5 1.382813 -0.769531 1.28125 -1.09375 C 1.175781 -1.414063 1.09375 -1.773438 1.03125 -2.171875 C 0.96875 -2.566406 0.921875 -2.953125 0.890625 -3.328125 C 0.867188 -3.710938 0.851563 -4.066406 0.84375 -4.390625 C 0.84375 -4.710938 0.84375 -4.957031 0.84375 -5.125 Z M 1.046875 -10.25 C 1.210938 -10.175781 1.351563 -10.054688 1.46875 -9.890625 C 1.59375 -9.734375 1.644531 -9.585938 1.625 -9.453125 C 1.613281 -9.316406 1.515625 -9.222656 1.328125 -9.171875 C 1.140625 -9.128906 0.820313 -9.1875 0.375 -9.34375 C 0.375 -9.582031 0.421875 -9.789063 0.515625 -9.96875 C 0.609375 -10.15625 0.785156 -10.25 1.046875 -10.25 Z M 1.046875 -10.25 "
id="path9" />
</g>
<g
id="glyph-0-4">
<path
d="M 0.28125 -4.609375 C 0.28125 -4.847656 0.335938 -5.019531 0.453125 -5.125 C 0.566406 -5.226563 0.757813 -5.28125 1.03125 -5.28125 L 1.15625 -5.28125 C 1.1875 -5.132813 1.21875 -4.960938 1.25 -4.765625 C 1.289063 -4.578125 1.347656 -4.382813 1.421875 -4.1875 C 1.492188 -3.988281 1.578125 -3.800781 1.671875 -3.625 C 1.773438 -3.457031 1.898438 -3.328125 2.046875 -3.234375 C 2.054688 -3.546875 2.132813 -3.847656 2.28125 -4.140625 C 2.4375 -4.441406 2.625 -4.707031 2.84375 -4.9375 C 3.070313 -5.175781 3.320313 -5.375 3.59375 -5.53125 C 3.863281 -5.6875 4.128906 -5.796875 4.390625 -5.859375 L 4.6875 -5.859375 C 5.125 -5.859375 5.5 -5.757813 5.8125 -5.5625 C 6.125 -5.363281 6.378906 -5.109375 6.578125 -4.796875 C 6.785156 -4.484375 6.941406 -4.125 7.046875 -3.71875 C 7.160156 -3.320313 7.242188 -2.914063 7.296875 -2.5 C 7.359375 -2.082031 7.394531 -1.679688 7.40625 -1.296875 C 7.425781 -0.910156 7.4375 -0.578125 7.4375 -0.296875 L 6.4375 -0.296875 C 6.382813 -0.847656 6.316406 -1.375 6.234375 -1.875 C 6.203125 -2.070313 6.164063 -2.28125 6.125 -2.5 C 6.082031 -2.726563 6.03125 -2.941406 5.96875 -3.140625 C 5.914063 -3.335938 5.859375 -3.519531 5.796875 -3.6875 C 5.734375 -3.851563 5.660156 -3.992188 5.578125 -4.109375 C 5.546875 -4.148438 5.5 -4.203125 5.4375 -4.265625 C 5.375 -4.328125 5.3125 -4.390625 5.25 -4.453125 C 5.1875 -4.515625 5.125 -4.566406 5.0625 -4.609375 C 5.007813 -4.660156 4.984375 -4.6875 4.984375 -4.6875 C 4.703125 -4.757813 4.460938 -4.707031 4.265625 -4.53125 C 4.066406 -4.351563 3.890625 -4.113281 3.734375 -3.8125 C 3.578125 -3.507813 3.453125 -3.164063 3.359375 -2.78125 C 3.265625 -2.40625 3.179688 -2.039063 3.109375 -1.6875 C 3.046875 -1.332031 3 -1.023438 2.96875 -0.765625 C 2.945313 -0.515625 2.929688 -0.359375 2.921875 -0.296875 C 2.691406 -0.140625 2.476563 -0.09375 2.28125 -0.15625 C 2.082031 -0.226563 1.894531 -0.375 1.71875 -0.59375 C 1.539063 -0.8125 1.378906 -1.082031 1.234375 -1.40625 C 1.097656 -1.738281 0.96875 -2.085938 0.84375 -2.453125 C 0.726563 -2.828125 0.625 -3.195313 0.53125 -3.5625 C 0.4375 -3.9375 0.351563 -4.285156 0.28125 -4.609375 Z M 0.28125 -4.609375 "
id="path12" />
</g>
<g
id="glyph-0-5">
<path
d="M -0.03125 -1.609375 C -0.03125 -2.140625 0.0976563 -2.609375 0.359375 -3.015625 C 0.628906 -3.429688 0.957031 -3.789063 1.34375 -4.09375 C 1.738281 -4.394531 2.164063 -4.65625 2.625 -4.875 C 3.082031 -5.09375 3.503906 -5.269531 3.890625 -5.40625 C 4.285156 -5.550781 4.613281 -5.664063 4.875 -5.75 C 5.144531 -5.832031 5.28125 -5.90625 5.28125 -5.96875 C 5.28125 -6.28125 5.265625 -6.585938 5.234375 -6.890625 C 5.203125 -7.203125 5.164063 -7.507813 5.125 -7.8125 C 5.09375 -8.125 5.0625 -8.429688 5.03125 -8.734375 C 5 -9.046875 4.984375 -9.351563 4.984375 -9.65625 L 4.984375 -10.546875 C 5.347656 -10.679688 5.609375 -10.664063 5.765625 -10.5 C 5.929688 -10.332031 5.960938 -10.050781 5.859375 -9.65625 C 5.890625 -9.457031 5.9375 -9.140625 6 -8.703125 C 6.0625 -8.273438 6.128906 -7.789063 6.203125 -7.25 C 6.285156 -6.71875 6.367188 -6.15625 6.453125 -5.5625 C 6.546875 -4.96875 6.628906 -4.398438 6.703125 -3.859375 C 6.785156 -3.316406 6.851563 -2.832031 6.90625 -2.40625 C 6.957031 -1.988281 7 -1.675781 7.03125 -1.46875 C 7.039063 -1.414063 7.046875 -1.320313 7.046875 -1.1875 C 7.054688 -1.0625 7.0625 -0.921875 7.0625 -0.765625 C 7.070313 -0.617188 7.078125 -0.484375 7.078125 -0.359375 C 7.085938 -0.234375 7.09375 -0.140625 7.09375 -0.078125 C 6.75 -0.078125 6.515625 -0.09375 6.390625 -0.125 C 6.265625 -0.15625 6.1875 -0.207031 6.15625 -0.28125 C 6.125 -0.363281 6.109375 -0.484375 6.109375 -0.640625 C 6.109375 -0.796875 6.0625 -1.007813 5.96875 -1.28125 C 5.632813 -1.019531 5.316406 -0.800781 5.015625 -0.625 C 4.710938 -0.457031 4.410156 -0.320313 4.109375 -0.21875 C 3.816406 -0.113281 3.515625 -0.0390625 3.203125 0 C 2.898438 0.0390625 2.578125 0.0625 2.234375 0.0625 C 1.941406 0.0625 1.660156 0.0390625 1.390625 0 C 1.117188 -0.0507813 0.878906 -0.140625 0.671875 -0.265625 C 0.460938 -0.398438 0.289063 -0.578125 0.15625 -0.796875 C 0.03125 -1.015625 -0.03125 -1.285156 -0.03125 -1.609375 Z M 1.15625 -1.90625 C 1.15625 -1.757813 1.1875 -1.640625 1.25 -1.546875 C 1.320313 -1.453125 1.40625 -1.375 1.5 -1.3125 C 1.601563 -1.25 1.710938 -1.207031 1.828125 -1.1875 C 1.941406 -1.164063 2.050781 -1.15625 2.15625 -1.15625 C 2.476563 -1.15625 2.820313 -1.210938 3.1875 -1.328125 C 3.5625 -1.453125 3.90625 -1.625 4.21875 -1.84375 C 4.53125 -2.070313 4.789063 -2.34375 5 -2.65625 C 5.207031 -2.96875 5.3125 -3.304688 5.3125 -3.671875 C 5.3125 -3.953125 5.257813 -4.144531 5.15625 -4.25 C 5.050781 -4.363281 4.859375 -4.421875 4.578125 -4.421875 C 4.285156 -4.421875 3.945313 -4.347656 3.5625 -4.203125 C 3.175781 -4.066406 2.800781 -3.882813 2.4375 -3.65625 C 2.082031 -3.4375 1.78125 -3.171875 1.53125 -2.859375 C 1.28125 -2.554688 1.15625 -2.238281 1.15625 -1.90625 Z M 1.15625 -1.90625 "
id="path15" />
</g>
<g
id="glyph-0-6">
<path
d="M 0.28125 -3.796875 C 0.28125 -4.296875 0.335938 -4.789063 0.453125 -5.28125 C 0.566406 -5.769531 0.753906 -6.207031 1.015625 -6.59375 C 1.273438 -6.988281 1.613281 -7.3125 2.03125 -7.5625 C 2.445313 -7.8125 2.953125 -7.9375 3.546875 -7.9375 C 3.878906 -7.9375 4.171875 -7.875 4.421875 -7.75 C 4.679688 -7.625 4.894531 -7.457031 5.0625 -7.25 C 5.238281 -7.050781 5.367188 -6.816406 5.453125 -6.546875 C 5.546875 -6.285156 5.59375 -6.007813 5.59375 -5.71875 C 5.59375 -5.25 5.484375 -4.796875 5.265625 -4.359375 C 5.054688 -3.921875 4.769531 -3.535156 4.40625 -3.203125 C 4.050781 -2.867188 3.640625 -2.617188 3.171875 -2.453125 C 2.703125 -2.285156 2.226563 -2.25 1.75 -2.34375 C 1.757813 -2.070313 1.847656 -1.859375 2.015625 -1.703125 C 2.179688 -1.546875 2.382813 -1.425781 2.625 -1.34375 C 2.863281 -1.257813 3.109375 -1.207031 3.359375 -1.1875 C 3.617188 -1.164063 3.847656 -1.15625 4.046875 -1.15625 C 4.253906 -1.15625 4.445313 -1.171875 4.625 -1.203125 C 4.8125 -1.242188 4.992188 -1.285156 5.171875 -1.328125 C 5.359375 -1.367188 5.546875 -1.40625 5.734375 -1.4375 C 5.921875 -1.476563 6.117188 -1.5 6.328125 -1.5 C 6.410156 -1.5 6.492188 -1.492188 6.578125 -1.484375 C 6.660156 -1.484375 6.738281 -1.460938 6.8125 -1.421875 C 6.882813 -1.390625 6.941406 -1.335938 6.984375 -1.265625 C 7.035156 -1.203125 7.0625 -1.125 7.0625 -1.03125 C 7.0625 -0.851563 6.992188 -0.707031 6.859375 -0.59375 C 6.734375 -0.476563 6.570313 -0.378906 6.375 -0.296875 C 6.175781 -0.210938 5.957031 -0.148438 5.71875 -0.109375 C 5.488281 -0.078125 5.257813 -0.046875 5.03125 -0.015625 C 4.8125 0.00390625 4.609375 0.015625 4.421875 0.015625 C 4.234375 0.0234375 4.09375 0.03125 4 0.03125 C 3.414063 0.03125 2.890625 -0.0625 2.421875 -0.25 C 1.960938 -0.4375 1.570313 -0.695313 1.25 -1.03125 C 0.9375 -1.363281 0.695313 -1.765625 0.53125 -2.234375 C 0.363281 -2.703125 0.28125 -3.222656 0.28125 -3.796875 Z M 1.71875 -4.6875 C 1.71875 -4.375 1.757813 -4.144531 1.84375 -4 C 1.9375 -3.851563 2.148438 -3.78125 2.484375 -3.78125 C 2.722656 -3.78125 2.957031 -3.820313 3.1875 -3.90625 C 3.414063 -3.988281 3.625 -4.109375 3.8125 -4.265625 C 4 -4.421875 4.144531 -4.601563 4.25 -4.8125 C 4.363281 -5.019531 4.421875 -5.25 4.421875 -5.5 C 4.421875 -5.632813 4.40625 -5.773438 4.375 -5.921875 C 4.351563 -6.066406 4.304688 -6.203125 4.234375 -6.328125 C 4.160156 -6.453125 4.066406 -6.550781 3.953125 -6.625 C 3.835938 -6.695313 3.691406 -6.734375 3.515625 -6.734375 C 3.242188 -6.734375 2.992188 -6.671875 2.765625 -6.546875 C 2.546875 -6.429688 2.359375 -6.273438 2.203125 -6.078125 C 2.046875 -5.878906 1.925781 -5.660156 1.84375 -5.421875 C 1.757813 -5.179688 1.71875 -4.9375 1.71875 -4.6875 Z M 1.71875 -4.6875 "
id="path18" />
</g>
<g
id="glyph-0-7">
<path
d="M 0 -6.453125 C -0.0078125 -6.460938 -0.015625 -6.476563 -0.015625 -6.5 C -0.0234375 -6.507813 -0.03125 -6.539063 -0.03125 -6.59375 C -0.03125 -6.757813 0.0390625 -6.878906 0.1875 -6.953125 C 0.332031 -7.023438 0.472656 -7.0625 0.609375 -7.0625 C 0.628906 -7.0625 0.648438 -7.054688 0.671875 -7.046875 C 0.703125 -7.046875 0.734375 -7.046875 0.765625 -7.046875 C 0.796875 -7.035156 0.835938 -7.03125 0.890625 -7.03125 L 2.796875 -5.421875 C 3.128906 -5.890625 3.394531 -6.253906 3.59375 -6.515625 C 3.800781 -6.785156 3.960938 -6.976563 4.078125 -7.09375 C 4.203125 -7.21875 4.289063 -7.289063 4.34375 -7.3125 C 4.40625 -7.34375 4.453125 -7.359375 4.484375 -7.359375 C 4.546875 -7.359375 4.613281 -7.359375 4.6875 -7.359375 C 4.769531 -7.359375 4.851563 -7.347656 4.9375 -7.328125 C 5.019531 -7.316406 5.085938 -7.285156 5.140625 -7.234375 C 5.203125 -7.191406 5.25 -7.125 5.28125 -7.03125 C 5.125 -6.875 4.976563 -6.71875 4.84375 -6.5625 C 4.707031 -6.40625 4.578125 -6.238281 4.453125 -6.0625 C 4.335938 -5.882813 4.226563 -5.6875 4.125 -5.46875 C 4.019531 -5.25 3.910156 -5.003906 3.796875 -4.734375 C 3.972656 -4.609375 4.191406 -4.425781 4.453125 -4.1875 C 4.710938 -3.957031 4.972656 -3.703125 5.234375 -3.421875 C 5.503906 -3.148438 5.765625 -2.867188 6.015625 -2.578125 C 6.273438 -2.285156 6.488281 -2.007813 6.65625 -1.75 C 6.832031 -1.5 6.941406 -1.28125 6.984375 -1.09375 C 7.035156 -0.914063 7.003906 -0.800781 6.890625 -0.75 C 6.765625 -0.582031 6.675781 -0.460938 6.625 -0.390625 C 6.582031 -0.316406 6.535156 -0.289063 6.484375 -0.3125 C 6.429688 -0.34375 6.363281 -0.429688 6.28125 -0.578125 C 6.207031 -0.722656 6.0625 -0.925781 5.84375 -1.1875 C 5.632813 -1.457031 5.34375 -1.796875 4.96875 -2.203125 C 4.59375 -2.617188 4.09375 -3.109375 3.46875 -3.671875 L 3.359375 -0.296875 C 3.359375 -0.285156 3.335938 -0.265625 3.296875 -0.234375 C 3.265625 -0.210938 3.226563 -0.1875 3.1875 -0.15625 C 3.144531 -0.125 3.101563 -0.09375 3.0625 -0.0625 C 3.019531 -0.0390625 2.976563 -0.0195313 2.9375 0 L 2.640625 0 C 2.597656 -0.0390625 2.535156 -0.0976563 2.453125 -0.171875 C 2.378906 -0.242188 2.34375 -0.285156 2.34375 -0.296875 L 2.34375 -4.109375 Z M 0 -6.453125 "
id="path21" />
</g>
<g
id="glyph-0-8">
<path
d="M 0 -1.15625 C 0.113281 -1.164063 0.300781 -1.179688 0.5625 -1.203125 C 0.820313 -1.234375 1.113281 -1.253906 1.4375 -1.265625 C 1.757813 -1.273438 2.101563 -1.296875 2.46875 -1.328125 C 2.832031 -1.359375 3.175781 -1.378906 3.5 -1.390625 C 3.832031 -1.398438 4.128906 -1.410156 4.390625 -1.421875 C 4.648438 -1.441406 4.847656 -1.457031 4.984375 -1.46875 L 5.328125 -1.46875 C 5.460938 -1.46875 5.585938 -1.429688 5.703125 -1.359375 C 5.816406 -1.296875 5.875 -1.1875 5.875 -1.03125 C 5.875 -0.945313 5.835938 -0.859375 5.765625 -0.765625 C 5.703125 -0.679688 5.617188 -0.601563 5.515625 -0.53125 C 5.421875 -0.457031 5.320313 -0.398438 5.21875 -0.359375 C 5.125 -0.316406 5.046875 -0.296875 4.984375 -0.296875 L 0 -0.296875 Z M 0 -1.15625 "
id="path24" />
</g>
<g
id="glyph-0-9">
<path
d="M 6.15625 -1.765625 C 5.8125 -1.523438 5.507813 -1.3125 5.25 -1.125 C 5 -0.9375 4.753906 -0.78125 4.515625 -0.65625 C 4.285156 -0.53125 4.035156 -0.4375 3.765625 -0.375 C 3.492188 -0.3125 3.164063 -0.28125 2.78125 -0.28125 C 1.925781 -0.28125 1.296875 -0.503906 0.890625 -0.953125 C 0.484375 -1.398438 0.28125 -2.070313 0.28125 -2.96875 C 0.28125 -3.3125 0.320313 -3.671875 0.40625 -4.046875 C 0.5 -4.421875 0.632813 -4.789063 0.8125 -5.15625 C 0.988281 -5.53125 1.195313 -5.882813 1.4375 -6.21875 C 1.6875 -6.550781 1.96875 -6.84375 2.28125 -7.09375 C 2.59375 -7.351563 2.921875 -7.554688 3.265625 -7.703125 C 3.617188 -7.859375 3.992188 -7.9375 4.390625 -7.9375 C 5.046875 -7.863281 5.5625 -7.695313 5.9375 -7.4375 C 6.3125 -7.1875 6.59375 -6.859375 6.78125 -6.453125 C 6.96875 -6.046875 7.097656 -5.59375 7.171875 -5.09375 C 7.242188 -4.59375 7.300781 -4.078125 7.34375 -3.546875 C 7.382813 -3.023438 7.4375 -2.5 7.5 -1.96875 C 7.570313 -1.4375 7.707031 -0.945313 7.90625 -0.5 C 7.78125 -0.207031 7.664063 0 7.5625 0.125 C 7.457031 0.25 7.34375 0.269531 7.21875 0.1875 C 7.09375 0.101563 6.941406 -0.09375 6.765625 -0.40625 C 6.597656 -0.726563 6.394531 -1.179688 6.15625 -1.765625 Z M 1.4375 -2.9375 C 1.4375 -2.414063 1.535156 -2.035156 1.734375 -1.796875 C 1.929688 -1.554688 2.28125 -1.4375 2.78125 -1.4375 C 3.15625 -1.4375 3.507813 -1.5 3.84375 -1.625 C 4.1875 -1.757813 4.484375 -1.941406 4.734375 -2.171875 C 4.992188 -2.410156 5.203125 -2.691406 5.359375 -3.015625 C 5.515625 -3.347656 5.59375 -3.710938 5.59375 -4.109375 C 5.59375 -4.273438 5.597656 -4.503906 5.609375 -4.796875 C 5.617188 -5.097656 5.597656 -5.394531 5.546875 -5.6875 C 5.503906 -5.976563 5.414063 -6.226563 5.28125 -6.4375 C 5.15625 -6.65625 4.96875 -6.765625 4.71875 -6.765625 C 4.238281 -6.765625 3.796875 -6.644531 3.390625 -6.40625 C 2.992188 -6.164063 2.648438 -5.859375 2.359375 -5.484375 C 2.066406 -5.109375 1.835938 -4.691406 1.671875 -4.234375 C 1.515625 -3.785156 1.4375 -3.351563 1.4375 -2.9375 Z M 1.4375 -2.9375 "
id="path27" />
</g>
<g
id="glyph-0-10">
<path
d="M -0.03125 -6.890625 C -0.03125 -6.921875 -0.0234375 -6.941406 -0.015625 -6.953125 C -0.015625 -6.972656 -0.0078125 -7 0 -7.03125 C 0.0390625 -7.070313 0.0976563 -7.128906 0.171875 -7.203125 C 0.242188 -7.273438 0.285156 -7.3125 0.296875 -7.3125 L 3.046875 -7.3125 C 3.046875 -7.414063 3.03125 -7.578125 3 -7.796875 C 2.976563 -8.015625 2.957031 -8.253906 2.9375 -8.515625 C 2.914063 -8.785156 2.90625 -9.0625 2.90625 -9.34375 C 2.914063 -9.632813 2.953125 -9.894531 3.015625 -10.125 C 3.085938 -10.351563 3.195313 -10.539063 3.34375 -10.6875 C 3.5 -10.84375 3.71875 -10.921875 4 -10.921875 C 4 -10.003906 4.0625 -9.265625 4.1875 -8.703125 C 4.3125 -8.148438 4.476563 -7.722656 4.6875 -7.421875 C 4.90625 -7.117188 5.148438 -6.921875 5.421875 -6.828125 C 5.703125 -6.742188 5.984375 -6.707031 6.265625 -6.71875 C 6.554688 -6.726563 6.835938 -6.769531 7.109375 -6.84375 C 7.378906 -6.914063 7.617188 -6.96875 7.828125 -7 C 8.046875 -7.03125 8.21875 -7.007813 8.34375 -6.9375 C 8.476563 -6.875 8.546875 -6.710938 8.546875 -6.453125 C 8.546875 -6.265625 8.5 -6.128906 8.40625 -6.046875 C 8.320313 -5.960938 8.160156 -5.898438 7.921875 -5.859375 C 7.847656 -5.847656 7.722656 -5.828125 7.546875 -5.796875 C 7.378906 -5.773438 7.191406 -5.753906 6.984375 -5.734375 C 6.773438 -5.722656 6.550781 -5.703125 6.3125 -5.671875 C 6.082031 -5.648438 5.859375 -5.628906 5.640625 -5.609375 C 5.429688 -5.597656 5.238281 -5.585938 5.0625 -5.578125 C 4.894531 -5.578125 4.769531 -5.578125 4.6875 -5.578125 C 4.6875 -5.535156 4.679688 -5.457031 4.671875 -5.34375 C 4.660156 -5.238281 4.65625 -5.164063 4.65625 -5.125 C 4.65625 -4.726563 4.71875 -4.335938 4.84375 -3.953125 C 4.976563 -3.578125 5.117188 -3.203125 5.265625 -2.828125 C 5.421875 -2.453125 5.5625 -2.078125 5.6875 -1.703125 C 5.8125 -1.335938 5.875 -0.953125 5.875 -0.546875 C 5.875 -0.472656 5.867188 -0.394531 5.859375 -0.3125 C 5.847656 -0.238281 5.820313 -0.171875 5.78125 -0.109375 C 5.738281 -0.0546875 5.675781 -0.015625 5.59375 0.015625 C 5.519531 0.046875 5.414063 0.0390625 5.28125 0 C 4.9375 -0.09375 4.675781 -0.289063 4.5 -0.59375 C 4.332031 -0.894531 4.207031 -1.25 4.125 -1.65625 C 4.039063 -2.070313 3.984375 -2.507813 3.953125 -2.96875 C 3.929688 -3.4375 3.890625 -3.875 3.828125 -4.28125 C 3.773438 -4.6875 3.679688 -5.03125 3.546875 -5.3125 C 3.421875 -5.601563 3.21875 -5.785156 2.9375 -5.859375 L 0.296875 -6.453125 C 0.265625 -6.453125 0.210938 -6.488281 0.140625 -6.5625 C 0.0664063 -6.644531 0.0195313 -6.703125 0 -6.734375 C -0.0078125 -6.753906 -0.015625 -6.78125 -0.015625 -6.8125 C -0.0234375 -6.832031 -0.03125 -6.859375 -0.03125 -6.890625 Z M -0.03125 -6.890625 "
id="path30" />
</g>
<g
id="glyph-0-11">
<path
d="M 2.90625 -0.609375 C 3.050781 -0.710938 3.222656 -0.84375 3.421875 -1 C 3.628906 -1.164063 3.835938 -1.335938 4.046875 -1.515625 C 4.253906 -1.703125 4.445313 -1.894531 4.625 -2.09375 C 4.8125 -2.289063 4.957031 -2.484375 5.0625 -2.671875 C 5.164063 -2.859375 5.21875 -3.035156 5.21875 -3.203125 C 5.21875 -3.367188 5.140625 -3.503906 4.984375 -3.609375 C 4.691406 -3.609375 4.367188 -3.597656 4.015625 -3.578125 C 3.671875 -3.554688 3.328125 -3.546875 2.984375 -3.546875 C 2.640625 -3.554688 2.300781 -3.585938 1.96875 -3.640625 C 1.644531 -3.691406 1.351563 -3.789063 1.09375 -3.9375 C 0.84375 -4.082031 0.644531 -4.289063 0.5 -4.5625 C 0.351563 -4.832031 0.28125 -5.175781 0.28125 -5.59375 C 0.28125 -6.082031 0.367188 -6.523438 0.546875 -6.921875 C 0.734375 -7.316406 0.984375 -7.664063 1.296875 -7.96875 C 1.609375 -8.28125 1.957031 -8.550781 2.34375 -8.78125 C 2.726563 -9.019531 3.117188 -9.21875 3.515625 -9.375 C 3.753906 -9.3125 3.972656 -9.195313 4.171875 -9.03125 C 4.367188 -8.875 4.539063 -8.691406 4.6875 -8.484375 C 4.625 -8.285156 4.5 -8.128906 4.3125 -8.015625 C 4.125 -7.910156 3.910156 -7.816406 3.671875 -7.734375 C 3.429688 -7.648438 3.175781 -7.5625 2.90625 -7.46875 C 2.644531 -7.382813 2.40625 -7.265625 2.1875 -7.109375 C 1.976563 -6.960938 1.800781 -6.769531 1.65625 -6.53125 C 1.507813 -6.289063 1.4375 -5.972656 1.4375 -5.578125 C 1.4375 -5.285156 1.507813 -5.070313 1.65625 -4.9375 C 1.800781 -4.800781 1.988281 -4.707031 2.21875 -4.65625 C 2.457031 -4.601563 2.726563 -4.582031 3.03125 -4.59375 C 3.332031 -4.613281 3.640625 -4.632813 3.953125 -4.65625 C 4.273438 -4.6875 4.582031 -4.703125 4.875 -4.703125 C 5.175781 -4.710938 5.445313 -4.675781 5.6875 -4.59375 C 5.925781 -4.519531 6.113281 -4.394531 6.25 -4.21875 C 6.394531 -4.050781 6.46875 -3.796875 6.46875 -3.453125 C 6.46875 -3.304688 6.421875 -3.117188 6.328125 -2.890625 C 6.234375 -2.671875 6.101563 -2.429688 5.9375 -2.171875 C 5.78125 -1.910156 5.59375 -1.648438 5.375 -1.390625 C 5.164063 -1.140625 4.941406 -0.910156 4.703125 -0.703125 C 4.472656 -0.492188 4.242188 -0.320313 4.015625 -0.1875 C 3.785156 -0.0625 3.566406 0 3.359375 0 C 3.171875 0 3.046875 -0.0664063 2.984375 -0.203125 C 2.929688 -0.335938 2.90625 -0.472656 2.90625 -0.609375 Z M 2.90625 -0.609375 "
id="path33" />
</g>
<g
id="glyph-0-12">
<path
d="M 0.28125 -2.78125 C 0.28125 -3.34375 0.410156 -3.867188 0.671875 -4.359375 C 0.929688 -4.847656 1.273438 -5.265625 1.703125 -5.609375 C 2.140625 -5.960938 2.628906 -6.238281 3.171875 -6.4375 C 3.722656 -6.632813 4.273438 -6.734375 4.828125 -6.734375 C 5.140625 -6.734375 5.414063 -6.632813 5.65625 -6.4375 C 5.894531 -6.238281 6.097656 -5.992188 6.265625 -5.703125 C 6.429688 -5.421875 6.554688 -5.117188 6.640625 -4.796875 C 6.722656 -4.484375 6.765625 -4.207031 6.765625 -3.96875 C 6.765625 -3.457031 6.640625 -2.960938 6.390625 -2.484375 C 6.148438 -2.003906 5.832031 -1.578125 5.4375 -1.203125 C 5.050781 -0.835938 4.609375 -0.539063 4.109375 -0.3125 C 3.617188 -0.0820313 3.128906 0.03125 2.640625 0.03125 C 2.203125 0.03125 1.832031 -0.0390625 1.53125 -0.1875 C 1.226563 -0.34375 0.984375 -0.546875 0.796875 -0.796875 C 0.617188 -1.046875 0.488281 -1.34375 0.40625 -1.6875 C 0.320313 -2.03125 0.28125 -2.394531 0.28125 -2.78125 Z M 1.4375 -2.640625 C 1.4375 -2.398438 1.457031 -2.191406 1.5 -2.015625 C 1.539063 -1.835938 1.613281 -1.6875 1.71875 -1.5625 C 1.820313 -1.4375 1.957031 -1.335938 2.125 -1.265625 C 2.300781 -1.191406 2.519531 -1.15625 2.78125 -1.15625 C 3.113281 -1.15625 3.445313 -1.25 3.78125 -1.4375 C 4.125 -1.625 4.425781 -1.859375 4.6875 -2.140625 C 4.957031 -2.429688 5.175781 -2.75 5.34375 -3.09375 C 5.507813 -3.445313 5.59375 -3.785156 5.59375 -4.109375 C 5.59375 -4.253906 5.578125 -4.414063 5.546875 -4.59375 C 5.523438 -4.769531 5.476563 -4.929688 5.40625 -5.078125 C 5.34375 -5.222656 5.253906 -5.34375 5.140625 -5.4375 C 5.023438 -5.539063 4.875 -5.59375 4.6875 -5.59375 C 4.519531 -5.59375 4.328125 -5.535156 4.109375 -5.421875 C 3.890625 -5.316406 3.65625 -5.175781 3.40625 -5 C 3.164063 -4.832031 2.929688 -4.640625 2.703125 -4.421875 C 2.472656 -4.203125 2.257813 -3.984375 2.0625 -3.765625 C 1.875 -3.546875 1.722656 -3.332031 1.609375 -3.125 C 1.492188 -2.925781 1.4375 -2.765625 1.4375 -2.640625 Z M 1.4375 -2.640625 "
id="path36" />
</g>
<g
id="glyph-0-13">
<path
d="M 1.71875 -0.59375 C 1.71875 -0.96875 1.796875 -1.316406 1.953125 -1.640625 C 2.117188 -1.972656 2.296875 -2.300781 2.484375 -2.625 C 2.671875 -2.957031 2.84375 -3.304688 3 -3.671875 C 3.164063 -4.035156 3.25 -4.425781 3.25 -4.84375 C 3.25 -5.21875 3.191406 -5.550781 3.078125 -5.84375 C 2.972656 -6.132813 2.832031 -6.390625 2.65625 -6.609375 C 2.476563 -6.835938 2.273438 -7.046875 2.046875 -7.234375 C 1.816406 -7.429688 1.582031 -7.625 1.34375 -7.8125 C 1.101563 -8 0.863281 -8.191406 0.625 -8.390625 C 0.394531 -8.597656 0.1875 -8.828125 0 -9.078125 C 0.03125 -9.171875 0.0664063 -9.238281 0.109375 -9.28125 C 0.160156 -9.332031 0.222656 -9.363281 0.296875 -9.375 C 0.367188 -9.394531 0.441406 -9.40625 0.515625 -9.40625 C 0.585938 -9.40625 0.65625 -9.40625 0.71875 -9.40625 C 1.300781 -9.40625 1.820313 -9.253906 2.28125 -8.953125 C 2.738281 -8.648438 3.125 -8.265625 3.4375 -7.796875 C 3.75 -7.328125 3.988281 -6.816406 4.15625 -6.265625 C 4.332031 -5.710938 4.421875 -5.1875 4.421875 -4.6875 C 4.421875 -4.488281 4.398438 -4.234375 4.359375 -3.921875 C 4.328125 -3.617188 4.269531 -3.289063 4.1875 -2.9375 C 4.113281 -2.59375 4.015625 -2.242188 3.890625 -1.890625 C 3.773438 -1.546875 3.632813 -1.226563 3.46875 -0.9375 C 3.3125 -0.65625 3.125 -0.421875 2.90625 -0.234375 C 2.6875 -0.0546875 2.445313 0.03125 2.1875 0.03125 C 2.019531 0.03125 1.898438 -0.0351563 1.828125 -0.171875 C 1.753906 -0.304688 1.71875 -0.445313 1.71875 -0.59375 Z M 1.71875 -0.59375 "
id="path39" />
</g>
<g
id="glyph-0-14">
<path
d="M 0 -4.109375 C 0 -4.492188 0.0820313 -4.894531 0.25 -5.3125 C 0.414063 -5.738281 0.640625 -6.117188 0.921875 -6.453125 C 1.210938 -6.796875 1.539063 -7.082031 1.90625 -7.3125 C 2.28125 -7.539063 2.671875 -7.65625 3.078125 -7.65625 C 3.285156 -7.65625 3.492188 -7.617188 3.703125 -7.546875 C 3.910156 -7.472656 4.097656 -7.367188 4.265625 -7.234375 C 4.441406 -7.097656 4.582031 -6.929688 4.6875 -6.734375 C 4.789063 -6.546875 4.84375 -6.332031 4.84375 -6.09375 C 4.675781 -6.09375 4.523438 -6.109375 4.390625 -6.140625 C 4.265625 -6.179688 4.132813 -6.226563 4 -6.28125 C 3.875 -6.332031 3.75 -6.375 3.625 -6.40625 C 3.507813 -6.445313 3.378906 -6.46875 3.234375 -6.46875 C 2.859375 -6.46875 2.550781 -6.375 2.3125 -6.1875 C 2.082031 -6 1.898438 -5.765625 1.765625 -5.484375 C 1.628906 -5.203125 1.535156 -4.898438 1.484375 -4.578125 C 1.429688 -4.253906 1.40625 -3.953125 1.40625 -3.671875 C 1.40625 -3.617188 1.40625 -3.53125 1.40625 -3.40625 C 1.414063 -3.28125 1.421875 -3.144531 1.421875 -3 C 1.429688 -2.863281 1.4375 -2.726563 1.4375 -2.59375 C 1.445313 -2.46875 1.457031 -2.382813 1.46875 -2.34375 C 1.5625 -2.125 1.65625 -1.953125 1.75 -1.828125 C 1.851563 -1.710938 1.957031 -1.625 2.0625 -1.5625 C 2.175781 -1.507813 2.296875 -1.472656 2.421875 -1.453125 C 2.546875 -1.441406 2.695313 -1.4375 2.875 -1.4375 C 3.113281 -1.4375 3.320313 -1.472656 3.5 -1.546875 C 3.675781 -1.617188 3.835938 -1.703125 3.984375 -1.796875 C 4.140625 -1.898438 4.285156 -2.015625 4.421875 -2.140625 C 4.566406 -2.265625 4.710938 -2.378906 4.859375 -2.484375 C 5.015625 -2.585938 5.179688 -2.671875 5.359375 -2.734375 C 5.535156 -2.804688 5.738281 -2.84375 5.96875 -2.84375 C 5.96875 -2.394531 5.882813 -2 5.71875 -1.65625 C 5.5625 -1.3125 5.335938 -1.015625 5.046875 -0.765625 C 4.765625 -0.515625 4.425781 -0.320313 4.03125 -0.1875 C 3.644531 -0.0625 3.226563 0 2.78125 0 C 2.351563 0 1.96875 -0.144531 1.625 -0.4375 C 1.28125 -0.726563 0.988281 -1.082031 0.75 -1.5 C 0.507813 -1.925781 0.320313 -2.375 0.1875 -2.84375 C 0.0625 -3.320313 0 -3.742188 0 -4.109375 Z M 0 -4.109375 "
id="path42" />
</g>
<g
id="glyph-0-15">
<path
d="M 3.796875 7.28125 C 4.304688 7.28125 4.757813 7.1875 5.15625 7 C 5.5625 6.8125 5.90625 6.554688 6.1875 6.234375 C 6.46875 5.910156 6.679688 5.539063 6.828125 5.125 C 6.984375 4.707031 7.0625 4.273438 7.0625 3.828125 C 7.0625 3.597656 7.046875 3.296875 7.015625 2.921875 C 6.992188 2.546875 6.957031 2.140625 6.90625 1.703125 C 6.863281 1.265625 6.800781 0.816406 6.71875 0.359375 C 6.632813 -0.0859375 6.523438 -0.515625 6.390625 -0.921875 C 6.265625 -1.328125 6.109375 -1.679688 5.921875 -1.984375 C 5.734375 -2.296875 5.519531 -2.515625 5.28125 -2.640625 C 5.039063 -2.453125 4.804688 -2.285156 4.578125 -2.140625 C 4.347656 -1.992188 4.109375 -1.867188 3.859375 -1.765625 C 3.617188 -1.660156 3.363281 -1.578125 3.09375 -1.515625 C 2.832031 -1.460938 2.550781 -1.4375 2.25 -1.4375 C 1.863281 -1.4375 1.53125 -1.472656 1.25 -1.546875 C 0.96875 -1.617188 0.734375 -1.738281 0.546875 -1.90625 C 0.367188 -2.082031 0.234375 -2.3125 0.140625 -2.59375 C 0.046875 -2.875 0 -3.234375 0 -3.671875 C 0 -3.960938 0.0703125 -4.253906 0.21875 -4.546875 C 0.363281 -4.835938 0.554688 -5.109375 0.796875 -5.359375 C 1.035156 -5.609375 1.304688 -5.835938 1.609375 -6.046875 C 1.921875 -6.253906 2.238281 -6.4375 2.5625 -6.59375 C 2.882813 -6.75 3.203125 -6.863281 3.515625 -6.9375 C 3.835938 -7.019531 4.117188 -7.0625 4.359375 -7.0625 C 4.597656 -7.0625 4.796875 -7.054688 4.953125 -7.046875 C 5.109375 -7.035156 5.238281 -7 5.34375 -6.9375 C 5.457031 -6.875 5.550781 -6.78125 5.625 -6.65625 C 5.707031 -6.539063 5.785156 -6.378906 5.859375 -6.171875 C 6.066406 -5.453125 6.304688 -4.679688 6.578125 -3.859375 C 6.847656 -3.046875 7.101563 -2.207031 7.34375 -1.34375 C 7.59375 -0.476563 7.800781 0.390625 7.96875 1.265625 C 8.144531 2.148438 8.234375 3.003906 8.234375 3.828125 C 8.234375 4.554688 8.128906 5.171875 7.921875 5.671875 C 7.710938 6.179688 7.441406 6.597656 7.109375 6.921875 C 6.785156 7.242188 6.410156 7.492188 5.984375 7.671875 C 5.554688 7.847656 5.128906 7.957031 4.703125 8 C 4.273438 8.050781 3.859375 8.0625 3.453125 8.03125 C 3.054688 8.007813 2.710938 7.957031 2.421875 7.875 C 2.128906 7.800781 1.90625 7.710938 1.75 7.609375 C 1.601563 7.515625 1.566406 7.429688 1.640625 7.359375 C 1.722656 7.296875 1.929688 7.25 2.265625 7.21875 C 2.609375 7.1875 3.117188 7.207031 3.796875 7.28125 Z M 4 -5.921875 C 3.320313 -5.773438 2.773438 -5.570313 2.359375 -5.3125 C 1.941406 -5.050781 1.628906 -4.769531 1.421875 -4.46875 C 1.222656 -4.175781 1.113281 -3.878906 1.09375 -3.578125 C 1.070313 -3.285156 1.125 -3.035156 1.25 -2.828125 C 1.382813 -2.617188 1.570313 -2.460938 1.8125 -2.359375 C 2.050781 -2.253906 2.328125 -2.25 2.640625 -2.34375 C 2.953125 -2.4375 3.28125 -2.644531 3.625 -2.96875 C 3.976563 -3.289063 4.332031 -3.765625 4.6875 -4.390625 C 4.6875 -4.546875 4.6875 -4.710938 4.6875 -4.890625 C 4.695313 -5.078125 4.679688 -5.242188 4.640625 -5.390625 C 4.609375 -5.546875 4.539063 -5.671875 4.4375 -5.765625 C 4.34375 -5.867188 4.195313 -5.921875 4 -5.921875 Z M 4 -5.921875 "
id="path45" />
</g>
<g
id="glyph-0-16">
<path
d="M 0.28125 -5.578125 C 0.28125 -5.628906 0.28125 -5.722656 0.28125 -5.859375 C 0.28125 -6.003906 0.28125 -6.15625 0.28125 -6.3125 C 0.28125 -6.46875 0.28125 -6.613281 0.28125 -6.75 C 0.289063 -6.882813 0.296875 -6.976563 0.296875 -7.03125 C 0.359375 -7.132813 0.429688 -7.238281 0.515625 -7.34375 C 0.609375 -7.445313 0.703125 -7.519531 0.796875 -7.5625 C 0.890625 -7.601563 0.992188 -7.609375 1.109375 -7.578125 C 1.222656 -7.554688 1.34375 -7.46875 1.46875 -7.3125 L 1.46875 -7.03125 C 1.457031 -6.976563 1.4375 -6.867188 1.40625 -6.703125 C 1.382813 -6.535156 1.351563 -6.351563 1.3125 -6.15625 C 1.28125 -5.957031 1.242188 -5.769531 1.203125 -5.59375 C 1.171875 -5.425781 1.15625 -5.320313 1.15625 -5.28125 C 1.15625 -5.101563 1.171875 -4.882813 1.203125 -4.625 C 1.242188 -4.363281 1.300781 -4.09375 1.375 -3.8125 C 1.445313 -3.53125 1.535156 -3.25 1.640625 -2.96875 C 1.742188 -2.6875 1.867188 -2.429688 2.015625 -2.203125 C 2.160156 -1.984375 2.320313 -1.800781 2.5 -1.65625 C 2.675781 -1.507813 2.882813 -1.4375 3.125 -1.4375 C 3.414063 -1.4375 3.671875 -1.515625 3.890625 -1.671875 C 4.109375 -1.828125 4.300781 -2.023438 4.46875 -2.265625 C 4.632813 -2.515625 4.769531 -2.789063 4.875 -3.09375 C 4.976563 -3.40625 5.0625 -3.71875 5.125 -4.03125 C 5.1875 -4.351563 5.234375 -4.660156 5.265625 -4.953125 C 5.296875 -5.242188 5.3125 -5.5 5.3125 -5.71875 C 5.3125 -5.9375 5.289063 -6.140625 5.25 -6.328125 C 5.21875 -6.523438 5.179688 -6.71875 5.140625 -6.90625 C 5.097656 -7.101563 5.0625 -7.296875 5.03125 -7.484375 C 5 -7.671875 4.984375 -7.859375 4.984375 -8.046875 C 4.984375 -8.222656 5.039063 -8.347656 5.15625 -8.421875 C 5.28125 -8.492188 5.421875 -8.53125 5.578125 -8.53125 C 5.765625 -8.53125 5.914063 -8.472656 6.03125 -8.359375 C 6.15625 -8.242188 6.25 -8.097656 6.3125 -7.921875 C 6.382813 -7.753906 6.429688 -7.554688 6.453125 -7.328125 C 6.484375 -7.109375 6.5 -6.890625 6.5 -6.671875 C 6.5 -6.453125 6.492188 -6.242188 6.484375 -6.046875 C 6.472656 -5.847656 6.46875 -5.691406 6.46875 -5.578125 C 6.46875 -5.265625 6.441406 -4.910156 6.390625 -4.515625 C 6.347656 -4.128906 6.269531 -3.726563 6.15625 -3.3125 C 6.039063 -2.894531 5.898438 -2.484375 5.734375 -2.078125 C 5.566406 -1.679688 5.363281 -1.328125 5.125 -1.015625 C 4.882813 -0.703125 4.601563 -0.445313 4.28125 -0.25 C 3.96875 -0.0625 3.617188 0.03125 3.234375 0.03125 C 2.816406 0.03125 2.453125 -0.0664063 2.140625 -0.265625 C 1.835938 -0.460938 1.578125 -0.722656 1.359375 -1.046875 C 1.148438 -1.367188 0.972656 -1.734375 0.828125 -2.140625 C 0.679688 -2.554688 0.566406 -2.96875 0.484375 -3.375 C 0.410156 -3.789063 0.359375 -4.191406 0.328125 -4.578125 C 0.296875 -4.960938 0.28125 -5.296875 0.28125 -5.578125 Z M 0.28125 -5.578125 "
id="path48" />
</g>
<g
id="glyph-0-17">
<path
d="M 0.28125 -5.75 C 0.28125 -5.820313 0.28125 -5.898438 0.28125 -5.984375 C 0.289063 -6.078125 0.3125 -6.15625 0.34375 -6.21875 C 0.375 -6.289063 0.414063 -6.347656 0.46875 -6.390625 C 0.53125 -6.441406 0.613281 -6.46875 0.71875 -6.46875 C 0.8125 -6.46875 0.914063 -6.394531 1.03125 -6.25 C 1.144531 -6.113281 1.257813 -5.9375 1.375 -5.71875 C 1.5 -5.507813 1.617188 -5.273438 1.734375 -5.015625 C 1.847656 -4.765625 1.945313 -4.53125 2.03125 -4.3125 C 2.113281 -4.101563 2.179688 -3.921875 2.234375 -3.765625 C 2.296875 -3.609375 2.332031 -3.523438 2.34375 -3.515625 C 2.457031 -3.835938 2.585938 -4.179688 2.734375 -4.546875 C 2.878906 -4.921875 3.054688 -5.269531 3.265625 -5.59375 C 3.484375 -5.914063 3.738281 -6.1875 4.03125 -6.40625 C 4.332031 -6.625 4.695313 -6.734375 5.125 -6.734375 C 5.34375 -6.734375 5.550781 -6.695313 5.75 -6.625 C 5.945313 -6.5625 6.117188 -6.460938 6.265625 -6.328125 C 6.421875 -6.203125 6.539063 -6.046875 6.625 -5.859375 C 6.71875 -5.679688 6.765625 -5.472656 6.765625 -5.234375 C 6.765625 -5.035156 6.6875 -4.894531 6.53125 -4.8125 C 6.375 -4.726563 6.191406 -4.6875 5.984375 -4.6875 L 5.859375 -4.6875 L 5.265625 -5.28125 C 5.242188 -5.28125 5.226563 -5.285156 5.21875 -5.296875 C 5.207031 -5.296875 5.191406 -5.296875 5.171875 -5.296875 C 5.160156 -5.304688 5.144531 -5.3125 5.125 -5.3125 C 4.8125 -5.3125 4.5625 -5.21875 4.375 -5.03125 C 4.195313 -4.851563 4.0625 -4.632813 3.96875 -4.375 C 3.882813 -4.125 3.832031 -3.851563 3.8125 -3.5625 C 3.789063 -3.269531 3.78125 -3.007813 3.78125 -2.78125 C 3.78125 -2.59375 3.796875 -2.40625 3.828125 -2.21875 C 3.867188 -2.03125 3.910156 -1.847656 3.953125 -1.671875 C 3.992188 -1.492188 4.03125 -1.3125 4.0625 -1.125 C 4.101563 -0.9375 4.125 -0.742188 4.125 -0.546875 C 4.125 -0.160156 3.921875 0.03125 3.515625 0.03125 C 3.285156 0.03125 3.046875 -0.0859375 2.796875 -0.328125 C 2.554688 -0.578125 2.3125 -0.882813 2.0625 -1.25 C 1.820313 -1.625 1.59375 -2.035156 1.375 -2.484375 C 1.15625 -2.941406 0.960938 -3.382813 0.796875 -3.8125 C 0.640625 -4.238281 0.515625 -4.625 0.421875 -4.96875 C 0.328125 -5.320313 0.28125 -5.582031 0.28125 -5.75 Z M 0.28125 -5.75 "
id="path51" />
</g>
<g
id="glyph-0-18">
<path
d="M 0.28125 -5.15625 C 0.28125 -5.53125 0.3125 -5.925781 0.375 -6.34375 C 0.4375 -6.757813 0.535156 -7.164063 0.671875 -7.5625 C 0.804688 -7.96875 0.976563 -8.351563 1.1875 -8.71875 C 1.394531 -9.082031 1.640625 -9.40625 1.921875 -9.6875 C 2.210938 -9.96875 2.535156 -10.1875 2.890625 -10.34375 C 3.253906 -10.5 3.660156 -10.578125 4.109375 -10.578125 C 4.722656 -10.578125 5.269531 -10.476563 5.75 -10.28125 C 6.226563 -10.082031 6.628906 -9.800781 6.953125 -9.4375 C 7.273438 -9.070313 7.519531 -8.632813 7.6875 -8.125 C 7.851563 -7.625 7.9375 -7.070313 7.9375 -6.46875 C 7.9375 -6.050781 7.894531 -5.59375 7.8125 -5.09375 C 7.726563 -4.601563 7.597656 -4.117188 7.421875 -3.640625 C 7.242188 -3.160156 7.019531 -2.703125 6.75 -2.265625 C 6.488281 -1.828125 6.179688 -1.441406 5.828125 -1.109375 C 5.484375 -0.773438 5.09375 -0.503906 4.65625 -0.296875 C 4.21875 -0.0976563 3.742188 0 3.234375 0 C 2.773438 0 2.382813 -0.0820313 2.0625 -0.25 C 1.738281 -0.414063 1.46875 -0.632813 1.25 -0.90625 C 1.03125 -1.175781 0.851563 -1.488281 0.71875 -1.84375 C 0.59375 -2.207031 0.492188 -2.578125 0.421875 -2.953125 C 0.359375 -3.335938 0.316406 -3.71875 0.296875 -4.09375 C 0.285156 -4.476563 0.28125 -4.832031 0.28125 -5.15625 Z M 1.4375 -4.546875 C 1.4375 -4.179688 1.453125 -3.796875 1.484375 -3.390625 C 1.523438 -2.992188 1.617188 -2.628906 1.765625 -2.296875 C 1.910156 -1.972656 2.117188 -1.703125 2.390625 -1.484375 C 2.660156 -1.265625 3.035156 -1.15625 3.515625 -1.15625 C 3.910156 -1.15625 4.257813 -1.25 4.5625 -1.4375 C 4.875 -1.625 5.148438 -1.867188 5.390625 -2.171875 C 5.628906 -2.472656 5.835938 -2.8125 6.015625 -3.1875 C 6.191406 -3.570313 6.332031 -3.957031 6.4375 -4.34375 C 6.550781 -4.738281 6.632813 -5.117188 6.6875 -5.484375 C 6.738281 -5.847656 6.765625 -6.171875 6.765625 -6.453125 C 6.765625 -6.859375 6.734375 -7.242188 6.671875 -7.609375 C 6.609375 -7.972656 6.492188 -8.285156 6.328125 -8.546875 C 6.160156 -8.816406 5.929688 -9.023438 5.640625 -9.171875 C 5.347656 -9.328125 4.960938 -9.40625 4.484375 -9.40625 C 4.085938 -9.40625 3.734375 -9.328125 3.421875 -9.171875 C 3.117188 -9.015625 2.851563 -8.804688 2.625 -8.546875 C 2.394531 -8.296875 2.203125 -8.003906 2.046875 -7.671875 C 1.898438 -7.335938 1.78125 -6.988281 1.6875 -6.625 C 1.601563 -6.257813 1.539063 -5.894531 1.5 -5.53125 C 1.457031 -5.175781 1.4375 -4.847656 1.4375 -4.546875 Z M 1.4375 -4.546875 "
id="path54" />
</g>
<g
id="glyph-1-0" />
<g
id="glyph-1-1">
<path
d="M -0.0625 -2.84375 C -0.0625 -3.125 -0.015625 -3.453125 0.078125 -3.828125 C 0.179688 -4.210938 0.320313 -4.613281 0.5 -5.03125 C 0.6875 -5.445313 0.898438 -5.859375 1.140625 -6.265625 C 1.378906 -6.671875 1.640625 -7.035156 1.921875 -7.359375 C 2.203125 -7.691406 2.5 -7.957031 2.8125 -8.15625 C 3.132813 -8.363281 3.453125 -8.46875 3.765625 -8.46875 C 3.835938 -8.46875 3.929688 -8.460938 4.046875 -8.453125 C 4.160156 -8.453125 4.273438 -8.441406 4.390625 -8.421875 C 4.503906 -8.398438 4.601563 -8.363281 4.6875 -8.3125 C 4.769531 -8.269531 4.8125 -8.195313 4.8125 -8.09375 C 4.8125 -8.082031 4.804688 -8.0625 4.796875 -8.03125 C 4.785156 -8.007813 4.78125 -7.992188 4.78125 -7.984375 C 4.769531 -7.953125 4.742188 -7.914063 4.703125 -7.875 C 4.660156 -7.832031 4.617188 -7.785156 4.578125 -7.734375 C 4.535156 -7.679688 4.488281 -7.632813 4.4375 -7.59375 C 4.382813 -7.550781 4.351563 -7.523438 4.34375 -7.515625 C 4.34375 -7.460938 4.335938 -7.367188 4.328125 -7.234375 C 4.328125 -7.109375 4.328125 -6.972656 4.328125 -6.828125 C 4.328125 -6.691406 4.320313 -6.554688 4.3125 -6.421875 C 4.3125 -6.296875 4.3125 -6.207031 4.3125 -6.15625 C 4.3125 -5.925781 4.3125 -5.707031 4.3125 -5.5 C 4.3125 -5.289063 4.316406 -5.082031 4.328125 -4.875 C 4.335938 -4.675781 4.359375 -4.472656 4.390625 -4.265625 C 4.429688 -4.066406 4.484375 -3.859375 4.546875 -3.640625 C 4.566406 -3.640625 4.597656 -3.640625 4.640625 -3.640625 C 4.691406 -3.640625 4.738281 -3.640625 4.78125 -3.640625 C 4.832031 -3.640625 4.878906 -3.632813 4.921875 -3.625 C 4.960938 -3.625 4.992188 -3.625 5.015625 -3.625 C 5.109375 -3.625 5.203125 -3.625 5.296875 -3.625 C 5.390625 -3.632813 5.472656 -3.648438 5.546875 -3.671875 C 5.628906 -3.703125 5.703125 -3.75 5.765625 -3.8125 C 5.835938 -3.875 5.894531 -3.972656 5.9375 -4.109375 C 6.15625 -4.015625 6.285156 -3.90625 6.328125 -3.78125 C 6.378906 -3.65625 6.40625 -3.503906 6.40625 -3.328125 C 6.40625 -3.117188 6.359375 -2.957031 6.265625 -2.84375 C 6.171875 -2.738281 6.046875 -2.660156 5.890625 -2.609375 C 5.742188 -2.554688 5.570313 -2.523438 5.375 -2.515625 C 5.175781 -2.515625 4.976563 -2.515625 4.78125 -2.515625 C 4.8125 -2.441406 4.847656 -2.316406 4.890625 -2.140625 C 4.929688 -1.960938 4.976563 -1.773438 5.03125 -1.578125 C 5.082031 -1.390625 5.125 -1.207031 5.15625 -1.03125 C 5.195313 -0.863281 5.226563 -0.75 5.25 -0.6875 C 5.25 -0.675781 5.25 -0.640625 5.25 -0.578125 C 5.257813 -0.515625 5.265625 -0.460938 5.265625 -0.421875 C 5.265625 -0.234375 5.210938 -0.113281 5.109375 -0.0625 C 5.003906 -0.0078125 4.859375 0.015625 4.671875 0.015625 C 4.648438 0.015625 4.59375 0.0078125 4.5 0 C 4.414063 0 4.363281 0 4.34375 0 C 4.320313 -0.0820313 4.289063 -0.222656 4.25 -0.421875 C 4.207031 -0.617188 4.160156 -0.820313 4.109375 -1.03125 C 4.066406 -1.25 4.019531 -1.453125 3.96875 -1.640625 C 3.925781 -1.835938 3.894531 -1.972656 3.875 -2.046875 C 3.851563 -2.109375 3.820313 -2.1875 3.78125 -2.28125 C 3.738281 -2.375 3.6875 -2.460938 3.625 -2.546875 C 3.5625 -2.628906 3.492188 -2.695313 3.421875 -2.75 C 3.347656 -2.8125 3.273438 -2.84375 3.203125 -2.84375 Z M 3.203125 -7.0625 C 2.972656 -6.90625 2.734375 -6.703125 2.484375 -6.453125 C 2.242188 -6.203125 2.019531 -5.929688 1.8125 -5.640625 C 1.601563 -5.359375 1.429688 -5.0625 1.296875 -4.75 C 1.160156 -4.4375 1.09375 -4.144531 1.09375 -3.875 L 3.4375 -3.875 C 3.4375 -4.09375 3.425781 -4.363281 3.40625 -4.6875 C 3.382813 -5.007813 3.359375 -5.328125 3.328125 -5.640625 C 3.304688 -5.953125 3.28125 -6.238281 3.25 -6.5 C 3.21875 -6.769531 3.203125 -6.957031 3.203125 -7.0625 Z M 3.203125 -7.0625 "
id="path58" />
</g>
<g
id="glyph-1-2">
<path
d="M 0.21875 -4.546875 C 0.21875 -4.628906 0.21875 -4.769531 0.21875 -4.96875 C 0.21875 -5.164063 0.21875 -5.367188 0.21875 -5.578125 C 0.21875 -5.796875 0.21875 -6 0.21875 -6.1875 C 0.226563 -6.382813 0.234375 -6.523438 0.234375 -6.609375 C 0.242188 -6.648438 0.257813 -6.722656 0.28125 -6.828125 C 0.3125 -6.929688 0.347656 -7.03125 0.390625 -7.125 C 0.429688 -7.226563 0.484375 -7.316406 0.546875 -7.390625 C 0.617188 -7.472656 0.703125 -7.515625 0.796875 -7.515625 C 1.035156 -7.515625 1.253906 -7.445313 1.453125 -7.3125 C 1.660156 -7.1875 1.859375 -7.019531 2.046875 -6.8125 C 2.242188 -6.601563 2.425781 -6.367188 2.59375 -6.109375 C 2.769531 -5.859375 2.941406 -5.609375 3.109375 -5.359375 C 3.285156 -5.109375 3.453125 -4.867188 3.609375 -4.640625 C 3.773438 -4.421875 3.941406 -4.242188 4.109375 -4.109375 C 4.285156 -4.179688 4.421875 -4.320313 4.515625 -4.53125 C 4.617188 -4.738281 4.703125 -4.976563 4.765625 -5.25 C 4.828125 -5.53125 4.882813 -5.816406 4.9375 -6.109375 C 4.988281 -6.398438 5.0625 -6.671875 5.15625 -6.921875 C 5.25 -7.171875 5.367188 -7.375 5.515625 -7.53125 C 5.671875 -7.695313 5.882813 -7.78125 6.15625 -7.78125 C 6.476563 -7.78125 6.765625 -7.65625 7.015625 -7.40625 C 7.273438 -7.15625 7.507813 -6.835938 7.71875 -6.453125 C 7.925781 -6.066406 8.101563 -5.640625 8.25 -5.171875 C 8.394531 -4.710938 8.515625 -4.265625 8.609375 -3.828125 C 8.710938 -3.398438 8.785156 -3.007813 8.828125 -2.65625 C 8.878906 -2.3125 8.90625 -2.066406 8.90625 -1.921875 C 8.90625 -1.847656 8.898438 -1.773438 8.890625 -1.703125 C 8.890625 -1.628906 8.875 -1.5625 8.84375 -1.5 C 8.820313 -1.445313 8.773438 -1.398438 8.703125 -1.359375 C 8.640625 -1.328125 8.550781 -1.332031 8.4375 -1.375 C 8.394531 -1.375 8.351563 -1.390625 8.3125 -1.421875 C 8.269531 -1.460938 8.222656 -1.503906 8.171875 -1.546875 C 8.117188 -1.597656 8.070313 -1.644531 8.03125 -1.6875 C 8 -1.738281 7.984375 -1.78125 7.984375 -1.8125 C 7.921875 -2.164063 7.847656 -2.550781 7.765625 -2.96875 C 7.691406 -3.394531 7.597656 -3.828125 7.484375 -4.265625 C 7.367188 -4.703125 7.222656 -5.125 7.046875 -5.53125 C 6.867188 -5.945313 6.644531 -6.304688 6.375 -6.609375 C 6.175781 -6.492188 6.015625 -6.320313 5.890625 -6.09375 C 5.773438 -5.863281 5.675781 -5.609375 5.59375 -5.328125 C 5.519531 -5.054688 5.453125 -4.78125 5.390625 -4.5 C 5.328125 -4.21875 5.242188 -3.957031 5.140625 -3.71875 C 5.035156 -3.488281 4.898438 -3.300781 4.734375 -3.15625 C 4.566406 -3.007813 4.347656 -2.9375 4.078125 -2.9375 C 3.878906 -2.9375 3.691406 -3 3.515625 -3.125 C 3.335938 -3.25 3.160156 -3.410156 2.984375 -3.609375 C 2.816406 -3.804688 2.648438 -4.023438 2.484375 -4.265625 C 2.328125 -4.515625 2.171875 -4.757813 2.015625 -5 C 1.867188 -5.238281 1.722656 -5.460938 1.578125 -5.671875 C 1.429688 -5.878906 1.285156 -6.039063 1.140625 -6.15625 C 1.078125 -5.9375 1.03125 -5.742188 1 -5.578125 C 0.96875 -5.410156 0.941406 -5.25 0.921875 -5.09375 C 0.910156 -4.9375 0.898438 -4.773438 0.890625 -4.609375 C 0.890625 -4.453125 0.890625 -4.273438 0.890625 -4.078125 C 0.890625 -3.773438 0.914063 -3.476563 0.96875 -3.1875 C 1.019531 -2.894531 1.070313 -2.601563 1.125 -2.3125 C 1.1875 -2.019531 1.242188 -1.722656 1.296875 -1.421875 C 1.347656 -1.128906 1.375 -0.835938 1.375 -0.546875 L 1.375 -0.453125 C 1.351563 -0.429688 1.320313 -0.394531 1.28125 -0.34375 C 1.238281 -0.300781 1.191406 -0.253906 1.140625 -0.203125 C 1.097656 -0.160156 1.050781 -0.117188 1 -0.078125 C 0.957031 -0.0351563 0.925781 -0.0078125 0.90625 0 C 0.894531 0.0078125 0.878906 0.015625 0.859375 0.015625 C 0.835938 0.015625 0.816406 0.015625 0.796875 0.015625 C 0.785156 0.015625 0.769531 0.0078125 0.75 0 C 0.726563 0 0.707031 0 0.6875 0 C 0.632813 -0.40625 0.582031 -0.789063 0.53125 -1.15625 C 0.476563 -1.53125 0.425781 -1.898438 0.375 -2.265625 C 0.332031 -2.628906 0.296875 -2.992188 0.265625 -3.359375 C 0.234375 -3.722656 0.21875 -4.117188 0.21875 -4.546875 Z M 0.21875 -4.546875 "
id="path61" />
</g>
<g
id="glyph-1-3">
<path
d="M 0.21875 -2.953125 C 0.21875 -3.335938 0.257813 -3.71875 0.34375 -4.09375 C 0.4375 -4.476563 0.582031 -4.820313 0.78125 -5.125 C 0.988281 -5.4375 1.253906 -5.6875 1.578125 -5.875 C 1.898438 -6.070313 2.289063 -6.171875 2.75 -6.171875 C 3.007813 -6.171875 3.238281 -6.117188 3.4375 -6.015625 C 3.644531 -5.921875 3.8125 -5.796875 3.9375 -5.640625 C 4.070313 -5.484375 4.171875 -5.300781 4.234375 -5.09375 C 4.304688 -4.882813 4.34375 -4.671875 4.34375 -4.453125 C 4.34375 -4.085938 4.257813 -3.734375 4.09375 -3.390625 C 3.925781 -3.046875 3.703125 -2.742188 3.421875 -2.484375 C 3.148438 -2.234375 2.832031 -2.039063 2.46875 -1.90625 C 2.101563 -1.78125 1.734375 -1.75 1.359375 -1.8125 C 1.367188 -1.613281 1.4375 -1.453125 1.5625 -1.328125 C 1.695313 -1.203125 1.851563 -1.109375 2.03125 -1.046875 C 2.21875 -0.984375 2.410156 -0.941406 2.609375 -0.921875 C 2.816406 -0.898438 2.992188 -0.890625 3.140625 -0.890625 C 3.304688 -0.890625 3.457031 -0.90625 3.59375 -0.9375 C 3.738281 -0.96875 3.882813 -1 4.03125 -1.03125 C 4.175781 -1.0625 4.316406 -1.09375 4.453125 -1.125 C 4.597656 -1.15625 4.753906 -1.171875 4.921875 -1.171875 C 4.984375 -1.171875 5.046875 -1.164063 5.109375 -1.15625 C 5.179688 -1.15625 5.242188 -1.140625 5.296875 -1.109375 C 5.347656 -1.085938 5.390625 -1.050781 5.421875 -1 C 5.460938 -0.945313 5.484375 -0.878906 5.484375 -0.796875 C 5.484375 -0.660156 5.429688 -0.546875 5.328125 -0.453125 C 5.234375 -0.367188 5.109375 -0.296875 4.953125 -0.234375 C 4.804688 -0.171875 4.640625 -0.125 4.453125 -0.09375 C 4.273438 -0.0625 4.097656 -0.0351563 3.921875 -0.015625 C 3.742188 0.00390625 3.582031 0.015625 3.4375 0.015625 C 3.289063 0.015625 3.179688 0.015625 3.109375 0.015625 C 2.660156 0.015625 2.253906 -0.0546875 1.890625 -0.203125 C 1.523438 -0.347656 1.21875 -0.546875 0.96875 -0.796875 C 0.726563 -1.054688 0.539063 -1.367188 0.40625 -1.734375 C 0.28125 -2.097656 0.21875 -2.503906 0.21875 -2.953125 Z M 1.34375 -3.640625 C 1.34375 -3.398438 1.375 -3.222656 1.4375 -3.109375 C 1.507813 -2.992188 1.675781 -2.9375 1.9375 -2.9375 C 2.125 -2.9375 2.304688 -2.96875 2.484375 -3.03125 C 2.660156 -3.101563 2.820313 -3.195313 2.96875 -3.3125 C 3.113281 -3.4375 3.226563 -3.578125 3.3125 -3.734375 C 3.394531 -3.898438 3.4375 -4.082031 3.4375 -4.28125 C 3.4375 -4.382813 3.425781 -4.492188 3.40625 -4.609375 C 3.382813 -4.722656 3.347656 -4.828125 3.296875 -4.921875 C 3.242188 -5.015625 3.171875 -5.09375 3.078125 -5.15625 C 2.992188 -5.21875 2.878906 -5.25 2.734375 -5.25 C 2.523438 -5.25 2.332031 -5.195313 2.15625 -5.09375 C 1.976563 -5 1.828125 -4.875 1.703125 -4.71875 C 1.585938 -4.570313 1.5 -4.40625 1.4375 -4.21875 C 1.375 -4.03125 1.34375 -3.835938 1.34375 -3.640625 Z M 1.34375 -3.640625 "
id="path64" />
</g>
<g
id="glyph-1-4">
<path
d="M 0.21875 -4.46875 C 0.21875 -4.53125 0.21875 -4.59375 0.21875 -4.65625 C 0.226563 -4.726563 0.242188 -4.789063 0.265625 -4.84375 C 0.285156 -4.894531 0.316406 -4.9375 0.359375 -4.96875 C 0.410156 -5.007813 0.476563 -5.03125 0.5625 -5.03125 C 0.632813 -5.03125 0.710938 -4.972656 0.796875 -4.859375 C 0.890625 -4.753906 0.984375 -4.617188 1.078125 -4.453125 C 1.171875 -4.285156 1.257813 -4.101563 1.34375 -3.90625 C 1.4375 -3.707031 1.515625 -3.523438 1.578125 -3.359375 C 1.648438 -3.191406 1.707031 -3.046875 1.75 -2.921875 C 1.789063 -2.804688 1.8125 -2.742188 1.8125 -2.734375 C 1.90625 -2.984375 2.007813 -3.253906 2.125 -3.546875 C 2.238281 -3.835938 2.378906 -4.109375 2.546875 -4.359375 C 2.710938 -4.609375 2.910156 -4.816406 3.140625 -4.984375 C 3.367188 -5.160156 3.648438 -5.25 3.984375 -5.25 C 4.160156 -5.25 4.320313 -5.21875 4.46875 -5.15625 C 4.625 -5.101563 4.757813 -5.023438 4.875 -4.921875 C 4.988281 -4.828125 5.082031 -4.707031 5.15625 -4.5625 C 5.226563 -4.414063 5.265625 -4.253906 5.265625 -4.078125 C 5.265625 -3.921875 5.203125 -3.804688 5.078125 -3.734375 C 4.953125 -3.671875 4.8125 -3.640625 4.65625 -3.640625 L 4.546875 -3.640625 L 4.09375 -4.109375 C 4.082031 -4.109375 4.070313 -4.109375 4.0625 -4.109375 C 4.050781 -4.109375 4.039063 -4.109375 4.03125 -4.109375 C 4.019531 -4.117188 4.003906 -4.125 3.984375 -4.125 C 3.734375 -4.125 3.539063 -4.054688 3.40625 -3.921875 C 3.269531 -3.785156 3.164063 -3.613281 3.09375 -3.40625 C 3.019531 -3.207031 2.972656 -2.992188 2.953125 -2.765625 C 2.941406 -2.546875 2.9375 -2.34375 2.9375 -2.15625 C 2.9375 -2.019531 2.945313 -1.878906 2.96875 -1.734375 C 3 -1.585938 3.03125 -1.441406 3.0625 -1.296875 C 3.101563 -1.160156 3.140625 -1.019531 3.171875 -0.875 C 3.203125 -0.726563 3.21875 -0.578125 3.21875 -0.421875 C 3.21875 -0.128906 3.054688 0.015625 2.734375 0.015625 C 2.554688 0.015625 2.367188 -0.078125 2.171875 -0.265625 C 1.984375 -0.453125 1.796875 -0.691406 1.609375 -0.984375 C 1.421875 -1.273438 1.238281 -1.59375 1.0625 -1.9375 C 0.894531 -2.289063 0.75 -2.632813 0.625 -2.96875 C 0.5 -3.300781 0.398438 -3.601563 0.328125 -3.875 C 0.253906 -4.144531 0.21875 -4.34375 0.21875 -4.46875 Z M 0.21875 -4.46875 "
id="path67" />
</g>
<g
id="glyph-1-5">
<path
d="M 2.28125 -0.21875 C 2.164063 -0.113281 2.046875 -0.15625 1.921875 -0.34375 C 1.796875 -0.539063 1.664063 -0.832031 1.53125 -1.21875 C 1.40625 -1.601563 1.28125 -2.0625 1.15625 -2.59375 C 1.039063 -3.132813 0.925781 -3.707031 0.8125 -4.3125 C 0.695313 -4.914063 0.585938 -5.523438 0.484375 -6.140625 C 0.378906 -6.765625 0.289063 -7.351563 0.21875 -7.90625 C 0.21875 -8 0.210938 -8.097656 0.203125 -8.203125 C 0.203125 -8.304688 0.210938 -8.398438 0.234375 -8.484375 C 0.265625 -8.578125 0.3125 -8.660156 0.375 -8.734375 C 0.445313 -8.804688 0.550781 -8.859375 0.6875 -8.890625 C 0.707031 -8.898438 0.738281 -8.894531 0.78125 -8.875 C 0.820313 -8.851563 0.867188 -8.832031 0.921875 -8.8125 C 0.972656 -8.789063 1.015625 -8.765625 1.046875 -8.734375 C 1.085938 -8.703125 1.117188 -8.675781 1.140625 -8.65625 C 1.046875 -7.332031 1.195313 -6.039063 1.59375 -4.78125 C 1.613281 -4.800781 1.671875 -4.875 1.765625 -5 C 1.859375 -5.125 1.972656 -5.269531 2.109375 -5.4375 C 2.253906 -5.601563 2.414063 -5.78125 2.59375 -5.96875 C 2.78125 -6.164063 2.972656 -6.34375 3.171875 -6.5 C 3.367188 -6.664063 3.566406 -6.800781 3.765625 -6.90625 C 3.960938 -7.019531 4.15625 -7.078125 4.34375 -7.078125 C 4.445313 -7.078125 4.550781 -7.050781 4.65625 -7 C 4.757813 -6.957031 4.8125 -6.863281 4.8125 -6.71875 C 4.8125 -6.707031 4.804688 -6.6875 4.796875 -6.65625 C 4.785156 -6.632813 4.78125 -6.617188 4.78125 -6.609375 C 4.664063 -6.503906 4.492188 -6.347656 4.265625 -6.140625 C 4.035156 -5.941406 3.789063 -5.710938 3.53125 -5.453125 C 3.28125 -5.203125 3.035156 -4.9375 2.796875 -4.65625 C 2.566406 -4.382813 2.394531 -4.125 2.28125 -3.875 C 2.257813 -3.832031 2.25 -3.796875 2.25 -3.765625 C 2.257813 -3.734375 2.269531 -3.691406 2.28125 -3.640625 C 2.351563 -3.617188 2.472656 -3.578125 2.640625 -3.515625 C 2.816406 -3.460938 3.003906 -3.398438 3.203125 -3.328125 C 3.410156 -3.253906 3.628906 -3.175781 3.859375 -3.09375 C 4.097656 -3.007813 4.320313 -2.925781 4.53125 -2.84375 C 4.738281 -2.769531 4.925781 -2.703125 5.09375 -2.640625 C 5.257813 -2.578125 5.382813 -2.535156 5.46875 -2.515625 C 5.5625 -2.472656 5.640625 -2.441406 5.703125 -2.421875 C 5.773438 -2.410156 5.828125 -2.390625 5.859375 -2.359375 C 5.890625 -2.335938 5.910156 -2.304688 5.921875 -2.265625 C 5.941406 -2.222656 5.953125 -2.160156 5.953125 -2.078125 C 5.953125 -1.867188 5.898438 -1.734375 5.796875 -1.671875 C 5.703125 -1.609375 5.5625 -1.578125 5.375 -1.578125 C 4.832031 -1.609375 4.296875 -1.722656 3.765625 -1.921875 C 3.242188 -2.117188 2.71875 -2.351563 2.1875 -2.625 C 2.15625 -2.488281 2.160156 -2.332031 2.203125 -2.15625 C 2.242188 -1.976563 2.289063 -1.800781 2.34375 -1.625 C 2.40625 -1.445313 2.460938 -1.269531 2.515625 -1.09375 C 2.566406 -0.925781 2.597656 -0.773438 2.609375 -0.640625 C 2.617188 -0.515625 2.601563 -0.410156 2.5625 -0.328125 C 2.519531 -0.253906 2.425781 -0.21875 2.28125 -0.21875 Z M 2.28125 -0.21875 "
id="path70" />
</g>
<g
id="glyph-1-6">
<path
d="M 0.46875 -6.015625 C 0.46875 -6.222656 0.453125 -6.421875 0.421875 -6.609375 C 0.398438 -6.804688 0.394531 -6.984375 0.40625 -7.140625 C 0.414063 -7.296875 0.46875 -7.414063 0.5625 -7.5 C 0.664063 -7.59375 0.84375 -7.640625 1.09375 -7.640625 C 1.175781 -7.484375 1.253906 -7.238281 1.328125 -6.90625 C 1.398438 -6.570313 1.472656 -6.1875 1.546875 -5.75 C 1.617188 -5.320313 1.6875 -4.851563 1.75 -4.34375 C 1.8125 -3.832031 1.867188 -3.320313 1.921875 -2.8125 C 1.972656 -2.300781 2.015625 -1.800781 2.046875 -1.3125 C 2.085938 -0.820313 2.117188 -0.375 2.140625 0.03125 C 1.910156 0.1875 1.722656 0.195313 1.578125 0.0625 C 1.441406 -0.0703125 1.328125 -0.300781 1.234375 -0.625 C 1.140625 -0.945313 1.066406 -1.335938 1.015625 -1.796875 C 0.972656 -2.265625 0.925781 -2.75 0.875 -3.25 C 0.832031 -3.75 0.773438 -4.238281 0.703125 -4.71875 C 0.640625 -5.207031 0.5625 -5.640625 0.46875 -6.015625 Z M 0.46875 -6.015625 "
id="path73" />
</g>
<g
id="glyph-1-7">
<path
d="M 0.65625 -3.984375 C 0.65625 -4.023438 0.65625 -4.09375 0.65625 -4.1875 C 0.664063 -4.289063 0.671875 -4.394531 0.671875 -4.5 C 0.679688 -4.601563 0.6875 -4.703125 0.6875 -4.796875 C 0.6875 -4.898438 0.6875 -4.972656 0.6875 -5.015625 C 0.769531 -5.128906 0.875 -5.222656 1 -5.296875 C 1.125 -5.367188 1.25 -5.425781 1.375 -5.46875 C 1.394531 -5.082031 1.453125 -4.671875 1.546875 -4.234375 C 1.648438 -3.804688 1.757813 -3.375 1.875 -2.9375 C 1.988281 -2.5 2.085938 -2.066406 2.171875 -1.640625 C 2.265625 -1.222656 2.3125 -0.828125 2.3125 -0.453125 C 2.3125 -0.140625 2.144531 0.015625 1.8125 0.015625 C 1.613281 0.015625 1.445313 -0.0625 1.3125 -0.21875 C 1.175781 -0.382813 1.066406 -0.59375 0.984375 -0.84375 C 0.910156 -1.09375 0.847656 -1.367188 0.796875 -1.671875 C 0.742188 -1.984375 0.707031 -2.289063 0.6875 -2.59375 C 0.675781 -2.894531 0.664063 -3.164063 0.65625 -3.40625 C 0.65625 -3.65625 0.65625 -3.847656 0.65625 -3.984375 Z M 0.8125 -7.96875 C 0.945313 -7.914063 1.054688 -7.828125 1.140625 -7.703125 C 1.234375 -7.578125 1.273438 -7.460938 1.265625 -7.359375 C 1.253906 -7.253906 1.175781 -7.179688 1.03125 -7.140625 C 0.882813 -7.097656 0.632813 -7.140625 0.28125 -7.265625 C 0.28125 -7.453125 0.316406 -7.613281 0.390625 -7.75 C 0.472656 -7.894531 0.613281 -7.96875 0.8125 -7.96875 Z M 0.8125 -7.96875 "
id="path76" />
</g>
<g
id="glyph-1-8">
<path
d="M 3.875 -5.25 C 3.882813 -5.257813 3.894531 -5.273438 3.90625 -5.296875 C 3.914063 -5.328125 3.921875 -5.347656 3.921875 -5.359375 C 3.921875 -5.523438 3.820313 -5.632813 3.625 -5.6875 C 3.4375 -5.738281 3.195313 -5.757813 2.90625 -5.75 C 2.613281 -5.75 2.296875 -5.734375 1.953125 -5.703125 C 1.617188 -5.679688 1.304688 -5.671875 1.015625 -5.671875 C 0.722656 -5.671875 0.476563 -5.703125 0.28125 -5.765625 C 0.09375 -5.835938 0 -5.96875 0 -6.15625 C 0 -6.28125 0.00390625 -6.367188 0.015625 -6.421875 C 0.0351563 -6.484375 0.0625 -6.523438 0.09375 -6.546875 C 0.132813 -6.578125 0.179688 -6.59375 0.234375 -6.59375 C 0.285156 -6.601563 0.347656 -6.609375 0.421875 -6.609375 L 0.6875 -6.609375 C 0.769531 -6.597656 0.90625 -6.585938 1.09375 -6.578125 C 1.289063 -6.566406 1.507813 -6.554688 1.75 -6.546875 C 1.988281 -6.535156 2.242188 -6.519531 2.515625 -6.5 C 2.785156 -6.488281 3.035156 -6.472656 3.265625 -6.453125 C 3.503906 -6.441406 3.71875 -6.425781 3.90625 -6.40625 C 4.09375 -6.394531 4.238281 -6.382813 4.34375 -6.375 C 4.46875 -6.300781 4.570313 -6.234375 4.65625 -6.171875 C 4.75 -6.109375 4.820313 -6.039063 4.875 -5.96875 C 4.925781 -5.90625 4.960938 -5.835938 4.984375 -5.765625 C 5.015625 -5.691406 5.03125 -5.597656 5.03125 -5.484375 C 5.03125 -5.242188 4.976563 -5.007813 4.875 -4.78125 C 4.78125 -4.550781 4.65625 -4.320313 4.5 -4.09375 C 4.351563 -3.863281 4.179688 -3.628906 3.984375 -3.390625 C 3.785156 -3.160156 3.59375 -2.929688 3.40625 -2.703125 C 3.226563 -2.484375 3.054688 -2.257813 2.890625 -2.03125 C 2.722656 -1.800781 2.597656 -1.582031 2.515625 -1.375 L 5.25 -1.375 C 5.445313 -1.375 5.570313 -1.332031 5.625 -1.25 C 5.6875 -1.175781 5.71875 -1.066406 5.71875 -0.921875 C 5.71875 -0.828125 5.707031 -0.734375 5.6875 -0.640625 C 5.664063 -0.554688 5.59375 -0.492188 5.46875 -0.453125 C 5.125 -0.429688 4.773438 -0.390625 4.421875 -0.328125 C 4.078125 -0.273438 3.734375 -0.21875 3.390625 -0.15625 C 3.046875 -0.101563 2.695313 -0.0546875 2.34375 -0.015625 C 1.988281 0.0234375 1.640625 0.046875 1.296875 0.046875 C 1.296875 -0.460938 1.375 -0.953125 1.53125 -1.421875 C 1.695313 -1.890625 1.90625 -2.34375 2.15625 -2.78125 C 2.40625 -3.226563 2.679688 -3.65625 2.984375 -4.0625 C 3.285156 -4.46875 3.582031 -4.863281 3.875 -5.25 Z M 3.875 -5.25 "
id="path79" />
</g>
</g>
</defs>
<path
fill="none"
stroke-width="1.04"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 65.438157 72.712474 C 179.251224 72.269236 291.828439 71.8625 501.678124 72.712474 M 65.438157 72.712474 C 167.419379 72.608183 269.588325 72.941915 501.678124 72.712474 "
transform="matrix(0.749104, 0, 0, 0.749104, 0.374552, 0.374552)"
id="path86" />
<path
fill="none"
stroke-width="1.04"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 64.400459 72.712474 C 64.57254 66.439354 66.371564 57.798822 64.400459 41.550241 M 64.400459 72.712474 C 65.10964 63.159393 64.728977 53.429017 64.400459 41.550241 "
transform="matrix(0.749104, 0, 0, 0.749104, 0.374552, 0.374552)"
id="path88" />
<path
fill="none"
stroke-width="1.04"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 379.120235 72.712474 C 378.030391 66.981668 378.609207 60.161019 379.120235 47.781645 M 379.120235 72.712474 C 379.010729 63.487911 378.192042 53.058783 379.120235 47.781645 "
transform="matrix(0.749104, 0, 0, 0.749104, 0.374552, 0.374552)"
id="path90" />
<path
fill="none"
stroke-width="1.04"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 217.088098 72.712474 C 218.91841 65.902254 218.282233 59.290187 217.088098 47.781645 M 217.088098 72.712474 C 216.10776 66.908664 216.921232 60.92756 217.088098 47.781645 "
transform="matrix(0.749104, 0, 0, 0.749104, 0.374552, 0.374552)"
id="path92" />
<path
fill="none"
stroke-width="1.04"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 179.068714 135.031724 C 237.310176 132.408799 293.408452 132.460944 401.558502 135.031724 M 179.068714 135.031724 C 251.180915 134.817927 323.167966 134.338187 401.558502 135.031724 M 401.558502 135.031724 C 405.928306 136.87768 406.632272 135.610541 407.158943 140.642595 M 401.558502 135.031724 C 405.088762 136.622166 406.05867 136.757745 407.158943 140.642595 M 407.158943 140.642595 C 405.902233 149.022398 409.380347 160.431864 407.158943 166.809275 M 407.158943 140.642595 C 406.491479 146.780136 407.247591 155.410239 407.158943 166.809275 M 407.158943 166.809275 C 407.231947 172.12813 407.028579 171.627532 401.558502 172.420146 M 407.158943 166.809275 C 407.231947 168.222422 405.620647 172.967675 401.558502 172.420146 M 401.558502 172.420146 C 318.057694 170.501186 232.05911 172.868598 179.068714 172.420146 M 401.558502 172.420146 C 333.617952 174.631121 263.721941 173.609066 179.068714 172.420146 M 179.068714 172.420146 C 177.217544 172.279352 173.572564 171.528455 173.457844 166.809275 M 179.068714 172.420146 C 175.037857 173.911511 173.640353 170.177883 173.457844 166.809275 M 173.457844 166.809275 C 175.512382 155.968197 174.959638 147.729187 173.457844 140.642595 M 173.457844 166.809275 C 174.240028 156.030772 174.281745 146.550695 173.457844 140.642595 M 173.457844 140.642595 C 175.131719 138.108317 173.781147 135.229878 179.068714 135.031724 M 173.457844 140.642595 C 171.340731 137.659864 174.292174 135.172517 179.068714 135.031724 "
transform="matrix(0.749104, 0, 0, 0.749104, 0.374552, 0.374552)"
id="path94" />
<g
fill="#000000"
fill-opacity="1"
id="g140">
<use
xlink:href="#glyph-0-1"
x="137.72066"
y="121.38092"
id="use96" />
<use
xlink:href="#glyph-0-2"
x="147.37679"
y="121.38092"
id="use98" />
<use
xlink:href="#glyph-0-3"
x="152.06807"
y="121.38092"
id="use100" />
<use
xlink:href="#glyph-0-4"
x="155.2959"
y="121.38092"
id="use102" />
<use
xlink:href="#glyph-0-5"
x="163.21503"
y="121.38092"
id="use104" />
<use
xlink:href="#glyph-0-6"
x="170.84692"
y="121.38092"
id="use106" />
<use
xlink:href="#glyph-0-7"
x="178.47882"
y="121.38092"
id="use108" />
<use
xlink:href="#glyph-0-6"
x="185.22169"
y="121.38092"
id="use110" />
<use
xlink:href="#glyph-0-5"
x="192.85359"
y="121.38092"
id="use112" />
<use
xlink:href="#glyph-0-8"
x="200.48549"
y="121.38092"
id="use114" />
<use
xlink:href="#glyph-0-9"
x="207.51559"
y="121.38092"
id="use116" />
<use
xlink:href="#glyph-0-10"
x="216.00916"
y="121.38092"
id="use118" />
<use
xlink:href="#glyph-0-10"
x="224.80362"
y="121.38092"
id="use120" />
<use
xlink:href="#glyph-0-6"
x="233.59808"
y="121.38092"
id="use122" />
<use
xlink:href="#glyph-0-11"
x="241.22998"
y="121.38092"
id="use124" />
<use
xlink:href="#glyph-0-10"
x="247.97285"
y="121.38092"
id="use126" />
<use
xlink:href="#glyph-0-9"
x="256.76733"
y="121.38092"
id="use128" />
<use
xlink:href="#glyph-0-10"
x="265.26089"
y="121.38092"
id="use130" />
<use
xlink:href="#glyph-0-3"
x="274.05536"
y="121.38092"
id="use132" />
<use
xlink:href="#glyph-0-12"
x="277.28317"
y="121.38092"
id="use134" />
<use
xlink:href="#glyph-0-4"
x="284.31329"
y="121.38092"
id="use136" />
<use
xlink:href="#glyph-0-13"
x="292.23239"
y="121.38092"
id="use138" />
</g>
<path
fill="none"
stroke-width="1.04"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 15.998879 10.388009 C 43.47963 12.150531 72.63947 12.421689 124.232363 10.388009 M 15.998879 10.388009 C 58.330707 12.338256 100.90762 10.982469 124.232363 10.388009 M 124.232363 10.388009 C 129.332206 10.711312 128.138071 10.591377 129.838019 15.998879 M 124.232363 10.388009 C 125.57772 10.168997 129.728513 11.529998 129.838019 15.998879 M 129.838019 15.998879 C 127.710477 25.098293 130.729709 35.897654 129.838019 42.170774 M 129.838019 15.998879 C 129.791088 22.579659 129.248773 28.560763 129.838019 42.170774 M 129.838019 42.170774 C 128.440516 47.90158 128.127642 47.281047 124.232363 47.781645 M 129.838019 42.170774 C 130.541985 46.029552 126.881361 46.780449 124.232363 47.781645 M 124.232363 47.781645 C 81.379079 47.687783 40.778486 46.258992 15.998879 47.781645 M 124.232363 47.781645 C 88.809832 49.059213 54.419784 49.288654 15.998879 47.781645 M 15.998879 47.781645 C 14.267644 49.408589 12.390401 45.351658 10.388009 42.170774 M 15.998879 47.781645 C 11.477853 46.858667 10.419296 48.031944 10.388009 42.170774 M 10.388009 42.170774 C 9.689257 36.080164 11.191052 29.499385 10.388009 15.998879 M 10.388009 42.170774 C 11.290128 34.249852 10.518373 28.722415 10.388009 15.998879 M 10.388009 15.998879 C 10.429725 13.459387 11.170193 11.300558 15.998879 10.388009 M 10.388009 15.998879 C 10.01256 13.250804 9.882196 10.497515 15.998879 10.388009 "
transform="matrix(0.749104, 0, 0, 0.749104, 0.374552, 0.374552)"
id="path142" />
<g
fill="#000000"
fill-opacity="1"
id="g164">
<use
xlink:href="#glyph-0-1"
x="21.43375"
y="28.010981"
id="use144" />
<use
xlink:href="#glyph-0-2"
x="31.089878"
y="28.010981"
id="use146" />
<use
xlink:href="#glyph-0-3"
x="35.78117"
y="28.010981"
id="use148" />
<use
xlink:href="#glyph-0-4"
x="39.008999"
y="28.010981"
id="use150" />
<use
xlink:href="#glyph-0-5"
x="46.92812"
y="28.010981"
id="use152" />
<use
xlink:href="#glyph-0-3"
x="54.560017"
y="28.010981"
id="use154" />
<use
xlink:href="#glyph-0-14"
x="57.787846"
y="28.010981"
id="use156" />
<use
xlink:href="#glyph-0-6"
x="64.2435"
y="28.010981"
id="use158" />
<use
xlink:href="#glyph-0-11"
x="71.875397"
y="28.010981"
id="use160" />
<use
xlink:href="#glyph-0-13"
x="78.618279"
y="28.010981"
id="use162" />
</g>
<path
fill="none"
stroke-width="1.04"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 312.019229 10.388009 C 345.058705 12.160961 379.730338 12.6407 446.22124 10.388009 M 312.019229 10.388009 C 348.651539 9.939556 383.849844 11.910662 446.22124 10.388009 M 446.22124 10.388009 C 447.900329 9.17823 453.120107 10.200285 451.83211 15.998879 M 446.22124 10.388009 C 450.168664 8.369973 452.729015 10.940753 451.83211 15.998879 M 451.83211 15.998879 C 453.521629 25.817903 451.931187 36.017589 451.83211 42.170774 M 451.83211 15.998879 C 452.421356 23.012468 452.661226 28.440828 451.83211 42.170774 M 451.83211 42.170774 C 453.130537 44.167952 448.55215 47.567848 446.22124 47.781645 M 451.83211 42.170774 C 453.172253 43.709071 452.228417 50.008264 446.22124 47.781645 M 446.22124 47.781645 C 416.889319 49.471164 390.76957 48.058017 312.019229 47.781645 M 446.22124 47.781645 C 401.057904 48.881918 353.991252 48.449109 312.019229 47.781645 M 312.019229 47.781645 C 306.262351 47.041177 306.15806 47.979798 306.408359 42.170774 M 312.019229 47.781645 C 307.018463 49.231294 306.298853 45.737536 306.408359 42.170774 M 306.408359 42.170774 C 307.112325 35.589995 306.517865 25.447669 306.408359 15.998879 M 306.408359 42.170774 C 305.892117 33.947408 306.387501 22.98118 306.408359 15.998879 M 306.408359 15.998879 C 304.828346 13.459387 307.659854 12.020167 312.019229 10.388009 M 306.408359 15.998879 C 307.779789 13.490674 309.349373 10.481871 312.019229 10.388009 "
transform="matrix(0.749104, 0, 0, 0.749104, 0.374552, 0.374552)"
id="path166" />
<g
fill="#000000"
fill-opacity="1"
id="g192">
<use
xlink:href="#glyph-0-1"
x="241.95944"
y="28.010981"
id="use168" />
<use
xlink:href="#glyph-0-2"
x="251.61557"
y="28.010981"
id="use170" />
<use
xlink:href="#glyph-0-11"
x="256.30685"
y="28.010981"
id="use172" />
<use
xlink:href="#glyph-0-3"
x="263.04974"
y="28.010981"
id="use174" />
<use
xlink:href="#glyph-0-15"
x="266.27756"
y="28.010981"
id="use176" />
<use
xlink:href="#glyph-0-4"
x="274.19669"
y="28.010981"
id="use178" />
<use
xlink:href="#glyph-0-9"
x="282.11581"
y="28.010981"
id="use180" />
<use
xlink:href="#glyph-0-10"
x="290.60938"
y="28.010981"
id="use182" />
<use
xlink:href="#glyph-0-16"
x="299.40384"
y="28.010981"
id="use184" />
<use
xlink:href="#glyph-0-17"
x="306.43393"
y="28.010981"
id="use186" />
<use
xlink:href="#glyph-0-6"
x="313.423"
y="28.010981"
id="use188" />
<use
xlink:href="#glyph-0-13"
x="321.0549"
y="28.010981"
id="use190" />
</g>
<path
fill="none"
stroke-width="1.04"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 489.48126 10.388009 C 497.271818 9.819621 502.502025 10.497515 514.92833 10.388009 M 489.48126 10.388009 C 498.168723 9.579752 505.818488 10.742599 514.92833 10.388009 M 514.92833 10.388009 C 517.238382 11.801156 520.507914 13.907839 520.37755 15.842443 M 514.92833 10.388009 C 516.591776 11.342274 522.280865 10.299361 520.37755 15.842443 M 520.37755 15.842443 C 521.728121 26.501011 519.689227 36.220957 520.37755 42.332426 M 520.37755 15.842443 C 519.527576 21.291662 520.54963 28.310464 520.37755 42.332426 M 520.37755 42.332426 C 520.221113 44.642478 519.730944 47.859863 514.92833 47.781645 M 520.37755 42.332426 C 522.348655 46.22249 519.41807 48.469967 514.92833 47.781645 M 514.92833 47.781645 C 511.16863 47.437484 503.278995 46.05041 489.48126 47.781645 M 514.92833 47.781645 C 505.197955 47.927653 496.859867 48.897562 489.48126 47.781645 M 489.48126 47.781645 C 483.938179 48.819343 485.669414 46.498862 484.032041 42.332426 M 489.48126 47.781645 C 484.09983 46.822165 483.771313 48.282243 484.032041 42.332426 M 484.032041 42.332426 C 486.128295 36.278318 483.437581 31.887655 484.032041 15.842443 M 484.032041 42.332426 C 483.630519 36.888421 483.312431 29.812259 484.032041 15.842443 M 484.032041 15.842443 C 484.981091 13.402027 485.690272 8.588984 489.48126 10.388009 M 484.032041 15.842443 C 482.368595 13.678399 485.580766 10.450584 489.48126 10.388009 "
transform="matrix(0.749104, 0, 0, 0.749104, 0.374552, 0.374552)"
id="path194" />
<g
fill="#000000"
fill-opacity="1"
id="g198">
<use
xlink:href="#glyph-0-18"
x="372.09378"
y="28.010981"
id="use196" />
</g>
<path
fill="none"
stroke-width="1.04"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 170.761914 10.388009 C 193.22104 11.69165 214.032364 12.301754 263.409067 10.388009 M 170.761914 10.388009 C 196.151625 11.222339 222.808474 10.372365 263.409067 10.388009 M 263.409067 10.388009 C 267.01233 10.888607 269.139872 13.850479 269.019937 15.998879 M 263.409067 10.388009 C 265.051654 9.298165 270.860678 13.892196 269.019937 15.998879 M 269.019937 15.998879 C 269.46839 20.738918 268.039599 27.70036 269.019937 42.170774 M 269.019937 15.998879 C 267.930094 26.0317 268.45155 36.627693 269.019937 42.170774 M 269.019937 42.170774 C 269.160731 46.060839 265.140302 46.05041 263.409067 47.781645 M 269.019937 42.170774 C 270.177571 45.539383 266.501303 48.881918 263.409067 47.781645 M 263.409067 47.781645 C 240.647496 46.311138 217.468761 48.772412 170.761914 47.781645 M 263.409067 47.781645 C 234.901047 47.630423 208.379777 47.640852 170.761914 47.781645 M 170.761914 47.781645 C 167.471525 48.19881 165.338768 44.449539 165.151044 42.170774 M 170.761914 47.781645 C 167.341161 45.721892 167.257728 45.3308 165.151044 42.170774 M 165.151044 42.170774 C 165.709002 34.839098 165.26055 30.370217 165.151044 15.998879 M 165.151044 42.170774 C 164.921603 34.651374 165.980159 25.442454 165.151044 15.998879 M 165.151044 15.998879 C 166.350393 12.70849 168.869028 10.257645 170.761914 10.388009 M 165.151044 15.998879 C 166.079236 10.361936 167.961694 8.411689 170.761914 10.388009 "
transform="matrix(0.749104, 0, 0, 0.749104, 0.374552, 0.374552)"
id="path200" />
<g
fill="#000000"
fill-opacity="1"
id="g216">
<use
xlink:href="#glyph-0-1"
x="136.2496"
y="28.010981"
id="use202" />
<use
xlink:href="#glyph-0-2"
x="145.90573"
y="28.010981"
id="use204" />
<use
xlink:href="#glyph-0-5"
x="150.59702"
y="28.010981"
id="use206" />
<use
xlink:href="#glyph-0-9"
x="158.22891"
y="28.010981"
id="use208" />
<use
xlink:href="#glyph-0-10"
x="166.72247"
y="28.010981"
id="use210" />
<use
xlink:href="#glyph-0-9"
x="175.51694"
y="28.010981"
id="use212" />
<use
xlink:href="#glyph-0-13"
x="184.01051"
y="28.010981"
id="use214" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g220">
<use
xlink:href="#glyph-1-1"
x="382.62222"
y="57.578129"
id="use218" />
</g>
<path
fill="none"
stroke-width="1.04"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 290.832457 72.712474 C 292.042236 84.747687 292.068309 99.291105 290.832457 128.409228 M 290.832457 72.712474 C 291.009752 84.398311 290.649947 98.670572 290.832457 128.409228 "
transform="matrix(0.749104, 0, 0, 0.749104, 0.374552, 0.374552)"
id="path222" />
<path
fill="none"
stroke-width="0.52"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 286.911105 126.917863 L 286.911105 126.917863 M 286.911105 126.917863 L 286.911105 126.917863 M 289.372379 130.432479 C 289.930338 129.70244 290.347503 129.201842 290.728166 128.857681 M 289.372379 130.432479 C 289.867763 129.911023 290.191066 129.499072 290.728166 128.857681 "
transform="matrix(0.749104, 0, 0, 0.749104, 0.374552, 0.374552)"
id="path224" />
<path
fill="none"
stroke-width="1.04"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 290.832457 133.868876 C 289.137724 131.298097 287.489922 128.518734 287.197906 126.589346 M 290.832457 133.868876 C 289.732184 131.939488 288.657984 130.401192 287.197906 126.589346 M 287.197906 126.589346 C 288.131313 127.272453 289.481885 127.501894 290.832457 128.409228 M 287.197906 126.589346 C 288.068738 126.839645 289.059506 127.439319 290.832457 128.409228 M 290.832457 128.409228 C 291.708504 127.898201 292.610623 127.361101 294.472223 126.589346 M 290.832457 128.409228 C 291.739791 128.080711 292.198673 127.569684 294.472223 126.589346 M 294.472223 126.589346 C 292.829635 129.639865 292.04745 132.507875 290.832457 133.868876 M 294.472223 126.589346 C 292.970428 128.899397 292.000519 131.272024 290.832457 133.868876 "
transform="matrix(0.749104, 0, 0, 0.749104, 0.374552, 0.374552)"
id="path226" />
<path
fill-rule="nonzero"
fill="rgb(100%, 100%, 100%)"
fill-opacity="1"
d="M 192.964844 71.582031 L 243.539063 71.582031 L 243.539063 84.8125 L 192.964844 84.8125 Z M 192.964844 71.582031 "
id="path228" />
<g
fill="#000000"
fill-opacity="1"
id="g248">
<use
xlink:href="#glyph-1-2"
x="193.30495"
y="82.476776"
id="use230" />
<use
xlink:href="#glyph-1-3"
x="202.64497"
y="82.476776"
id="use232" />
<use
xlink:href="#glyph-1-4"
x="208.5809"
y="82.476776"
id="use234" />
<use
xlink:href="#glyph-1-5"
x="214.01685"
y="82.476776"
id="use236" />
<use
xlink:href="#glyph-1-6"
x="220.17616"
y="82.476776"
id="use238" />
<use
xlink:href="#glyph-1-3"
x="222.66542"
y="82.476776"
id="use240" />
<use
xlink:href="#glyph-1-7"
x="228.60133"
y="82.476776"
id="use242" />
<use
xlink:href="#glyph-1-8"
x="231.11186"
y="82.476776"
id="use244" />
<use
xlink:href="#glyph-1-3"
x="237.27118"
y="82.476776"
id="use246" />
</g>
<path
fill="none"
stroke-width="1.04"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 502.721037 72.712474 C 502.14222 67.179822 503.748306 62.559718 502.199581 47.781645 M 502.721037 72.712474 C 502.809685 63.029029 503.451076 53.851397 502.199581 47.781645 "
transform="matrix(0.749104, 0, 0, 0.749104, 0.374552, 0.374552)"
id="path250" />
</svg>

After

Width:  |  Height:  |  Size: 82 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 1.7 MiB

View File

@@ -0,0 +1,699 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="462pt"
height="141.119995pt"
viewBox="0 0 462 141.119995"
version="1.1"
id="svg263"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs83">
<g
id="g81">
<g
id="glyph-0-0" />
<g
id="glyph-0-1">
<path
d="M -0.03125 -9.625 C -0.03125 -9.695313 -0.0234375 -9.816406 -0.015625 -9.984375 C -0.015625 -10.160156 -0.015625 -10.335938 -0.015625 -10.515625 C -0.015625 -10.703125 -0.0078125 -10.878906 0 -11.046875 C 0 -11.222656 0 -11.34375 0 -11.40625 C 0.101563 -11.59375 0.257813 -11.726563 0.46875 -11.8125 C 0.6875 -11.90625 0.921875 -11.96875 1.171875 -12 C 1.421875 -12.03125 1.664063 -12.039063 1.90625 -12.03125 C 2.144531 -12.019531 2.34375 -12.015625 2.5 -12.015625 C 2.695313 -12.015625 2.925781 -12.003906 3.1875 -11.984375 C 3.457031 -11.972656 3.726563 -11.941406 4 -11.890625 C 4.269531 -11.835938 4.535156 -11.765625 4.796875 -11.671875 C 5.066406 -11.578125 5.300781 -11.453125 5.5 -11.296875 C 5.707031 -11.148438 5.867188 -10.96875 5.984375 -10.75 C 6.109375 -10.539063 6.171875 -10.289063 6.171875 -10 C 6.171875 -9.65625 6.085938 -9.34375 5.921875 -9.0625 C 5.765625 -8.789063 5.566406 -8.53125 5.328125 -8.28125 C 5.085938 -8.039063 4.820313 -7.816406 4.53125 -7.609375 C 4.25 -7.398438 3.988281 -7.195313 3.75 -7 C 3.507813 -6.800781 3.304688 -6.597656 3.140625 -6.390625 C 2.972656 -6.179688 2.890625 -5.953125 2.890625 -5.703125 C 2.890625 -5.679688 2.894531 -5.65625 2.90625 -5.625 C 2.925781 -5.59375 2.9375 -5.570313 2.9375 -5.5625 C 4.007813 -5.25 5.050781 -4.863281 6.0625 -4.40625 C 7.070313 -3.945313 8.070313 -3.457031 9.0625 -2.9375 C 9.082031 -2.914063 9.109375 -2.878906 9.140625 -2.828125 C 9.171875 -2.773438 9.203125 -2.710938 9.234375 -2.640625 C 9.265625 -2.578125 9.289063 -2.519531 9.3125 -2.46875 C 9.34375 -2.414063 9.359375 -2.367188 9.359375 -2.328125 C 9.359375 -2.242188 9.332031 -2.179688 9.28125 -2.140625 C 9.238281 -2.109375 9.1875 -2.078125 9.125 -2.046875 C 9.0625 -2.023438 9 -2.015625 8.9375 -2.015625 C 8.875 -2.015625 8.816406 -2.015625 8.765625 -2.015625 C 8.273438 -2.015625 7.785156 -2.117188 7.296875 -2.328125 C 6.816406 -2.546875 6.332031 -2.785156 5.84375 -3.046875 C 5.351563 -3.316406 4.851563 -3.5625 4.34375 -3.78125 C 3.84375 -4 3.316406 -4.109375 2.765625 -4.109375 L 2.328125 -4.109375 C 2.472656 -3.765625 2.601563 -3.460938 2.71875 -3.203125 C 2.832031 -2.941406 2.925781 -2.6875 3 -2.4375 C 3.082031 -2.195313 3.144531 -1.953125 3.1875 -1.703125 C 3.226563 -1.453125 3.25 -1.179688 3.25 -0.890625 C 3.25 -0.828125 3.25 -0.75 3.25 -0.65625 C 3.25 -0.570313 3.242188 -0.484375 3.234375 -0.390625 C 3.222656 -0.304688 3.191406 -0.226563 3.140625 -0.15625 C 3.097656 -0.0820313 3.03125 -0.03125 2.9375 0 C 2.5625 -0.21875 2.222656 -0.554688 1.921875 -1.015625 C 1.628906 -1.472656 1.375 -2 1.15625 -2.59375 C 0.9375 -3.1875 0.75 -3.8125 0.59375 -4.46875 C 0.445313 -5.132813 0.328125 -5.785156 0.234375 -6.421875 C 0.140625 -7.066406 0.0703125 -7.671875 0.03125 -8.234375 C -0.0078125 -8.796875 -0.03125 -9.257813 -0.03125 -9.625 Z M 1.140625 -8.765625 C 1.140625 -8.648438 1.132813 -8.5 1.125 -8.3125 C 1.113281 -8.125 1.109375 -7.929688 1.109375 -7.734375 C 1.117188 -7.546875 1.148438 -7.363281 1.203125 -7.1875 C 1.253906 -7.007813 1.335938 -6.851563 1.453125 -6.71875 C 1.472656 -6.71875 1.492188 -6.71875 1.515625 -6.71875 C 1.523438 -6.707031 1.546875 -6.703125 1.578125 -6.703125 C 1.742188 -6.703125 1.941406 -6.75 2.171875 -6.84375 C 2.410156 -6.945313 2.65625 -7.078125 2.90625 -7.234375 C 3.15625 -7.398438 3.40625 -7.585938 3.65625 -7.796875 C 3.90625 -8.015625 4.128906 -8.238281 4.328125 -8.46875 C 4.535156 -8.695313 4.695313 -8.925781 4.8125 -9.15625 C 4.9375 -9.394531 5 -9.609375 5 -9.796875 C 5 -9.972656 4.929688 -10.128906 4.796875 -10.265625 C 4.660156 -10.398438 4.5 -10.503906 4.3125 -10.578125 C 4.125 -10.660156 3.925781 -10.71875 3.71875 -10.75 C 3.507813 -10.789063 3.34375 -10.8125 3.21875 -10.8125 C 3.0625 -10.8125 2.878906 -10.8125 2.671875 -10.8125 C 2.460938 -10.820313 2.253906 -10.8125 2.046875 -10.78125 C 1.847656 -10.75 1.664063 -10.691406 1.5 -10.609375 C 1.332031 -10.523438 1.21875 -10.40625 1.15625 -10.25 C 1.15625 -10.1875 1.15625 -10.085938 1.15625 -9.953125 C 1.15625 -9.816406 1.15625 -9.671875 1.15625 -9.515625 C 1.15625 -9.359375 1.148438 -9.207031 1.140625 -9.0625 C 1.140625 -8.925781 1.140625 -8.828125 1.140625 -8.765625 Z M 1.140625 -8.765625 "
id="path3" />
</g>
<g
id="glyph-0-2">
<path
d="M 0.265625 -5.484375 C 0.265625 -5.648438 0.28125 -5.875 0.3125 -6.15625 C 0.351563 -6.4375 0.410156 -6.742188 0.484375 -7.078125 C 0.566406 -7.410156 0.671875 -7.75 0.796875 -8.09375 C 0.921875 -8.4375 1.0625 -8.742188 1.21875 -9.015625 C 1.382813 -9.296875 1.570313 -9.523438 1.78125 -9.703125 C 1.988281 -9.878906 2.226563 -9.96875 2.5 -9.96875 C 2.507813 -9.96875 2.515625 -9.960938 2.515625 -9.953125 C 2.523438 -9.953125 2.539063 -9.953125 2.5625 -9.953125 C 2.582031 -9.941406 2.601563 -9.9375 2.625 -9.9375 C 2.65625 -9.9375 2.703125 -9.921875 2.765625 -9.890625 C 2.835938 -9.859375 2.90625 -9.828125 2.96875 -9.796875 C 3.03125 -9.765625 3.082031 -9.734375 3.125 -9.703125 C 3.175781 -9.671875 3.207031 -9.644531 3.21875 -9.625 C 3.21875 -9.613281 3.222656 -9.601563 3.234375 -9.59375 C 3.234375 -9.570313 3.234375 -9.550781 3.234375 -9.53125 C 3.242188 -9.519531 3.25 -9.515625 3.25 -9.515625 C 3.25 -9.191406 3.148438 -8.875 2.953125 -8.5625 C 2.765625 -8.257813 2.554688 -7.941406 2.328125 -7.609375 C 2.109375 -7.285156 1.90625 -6.941406 1.71875 -6.578125 C 1.53125 -6.210938 1.4375 -5.820313 1.4375 -5.40625 C 1.4375 -4.84375 1.507813 -4.34375 1.65625 -3.90625 C 1.8125 -3.476563 2.019531 -3.078125 2.28125 -2.703125 C 2.539063 -2.335938 2.847656 -1.984375 3.203125 -1.640625 C 3.566406 -1.304688 3.957031 -0.957031 4.375 -0.59375 C 4.375 -0.570313 4.378906 -0.546875 4.390625 -0.515625 C 4.398438 -0.484375 4.40625 -0.457031 4.40625 -0.4375 C 4.40625 -0.257813 4.34375 -0.132813 4.21875 -0.0625 C 4.09375 0 3.953125 0.03125 3.796875 0.03125 C 3.378906 0.03125 3.003906 -0.0625 2.671875 -0.25 C 2.347656 -0.4375 2.054688 -0.679688 1.796875 -0.984375 C 1.535156 -1.285156 1.304688 -1.628906 1.109375 -2.015625 C 0.910156 -2.398438 0.75 -2.796875 0.625 -3.203125 C 0.507813 -3.609375 0.421875 -4.007813 0.359375 -4.40625 C 0.296875 -4.800781 0.265625 -5.160156 0.265625 -5.484375 Z M 0.265625 -5.484375 "
id="path6" />
</g>
<g
id="glyph-0-3">
<path
d="M 2.890625 -0.609375 C 3.035156 -0.710938 3.207031 -0.84375 3.40625 -1 C 3.613281 -1.15625 3.820313 -1.320313 4.03125 -1.5 C 4.25 -1.6875 4.445313 -1.878906 4.625 -2.078125 C 4.800781 -2.285156 4.941406 -2.484375 5.046875 -2.671875 C 5.160156 -2.859375 5.21875 -3.03125 5.21875 -3.1875 C 5.21875 -3.351563 5.132813 -3.488281 4.96875 -3.59375 C 4.675781 -3.59375 4.359375 -3.582031 4.015625 -3.5625 C 3.671875 -3.539063 3.320313 -3.53125 2.96875 -3.53125 C 2.625 -3.539063 2.289063 -3.570313 1.96875 -3.625 C 1.644531 -3.675781 1.351563 -3.773438 1.09375 -3.921875 C 0.84375 -4.066406 0.640625 -4.273438 0.484375 -4.546875 C 0.335938 -4.816406 0.265625 -5.160156 0.265625 -5.578125 C 0.265625 -6.066406 0.359375 -6.507813 0.546875 -6.90625 C 0.734375 -7.300781 0.984375 -7.648438 1.296875 -7.953125 C 1.609375 -8.265625 1.957031 -8.535156 2.34375 -8.765625 C 2.726563 -8.992188 3.113281 -9.191406 3.5 -9.359375 C 3.738281 -9.296875 3.957031 -9.179688 4.15625 -9.015625 C 4.351563 -8.847656 4.523438 -8.664063 4.671875 -8.46875 C 4.609375 -8.269531 4.484375 -8.113281 4.296875 -8 C 4.117188 -7.894531 3.90625 -7.800781 3.65625 -7.71875 C 3.414063 -7.632813 3.164063 -7.546875 2.90625 -7.453125 C 2.644531 -7.367188 2.40625 -7.25 2.1875 -7.09375 C 1.976563 -6.945313 1.800781 -6.753906 1.65625 -6.515625 C 1.507813 -6.273438 1.4375 -5.957031 1.4375 -5.5625 C 1.4375 -5.269531 1.507813 -5.054688 1.65625 -4.921875 C 1.800781 -4.785156 1.988281 -4.691406 2.21875 -4.640625 C 2.457031 -4.585938 2.726563 -4.566406 3.03125 -4.578125 C 3.332031 -4.597656 3.640625 -4.617188 3.953125 -4.640625 C 4.265625 -4.671875 4.566406 -4.6875 4.859375 -4.6875 C 5.160156 -4.695313 5.429688 -4.660156 5.671875 -4.578125 C 5.910156 -4.503906 6.097656 -4.378906 6.234375 -4.203125 C 6.378906 -4.035156 6.453125 -3.785156 6.453125 -3.453125 C 6.453125 -3.304688 6.40625 -3.117188 6.3125 -2.890625 C 6.21875 -2.660156 6.085938 -2.414063 5.921875 -2.15625 C 5.765625 -1.894531 5.578125 -1.640625 5.359375 -1.390625 C 5.148438 -1.140625 4.929688 -0.910156 4.703125 -0.703125 C 4.472656 -0.492188 4.238281 -0.320313 4 -0.1875 C 3.769531 -0.0625 3.554688 0 3.359375 0 C 3.160156 0 3.03125 -0.0664063 2.96875 -0.203125 C 2.914063 -0.335938 2.890625 -0.472656 2.890625 -0.609375 Z M 2.890625 -0.609375 "
id="path9" />
</g>
<g
id="glyph-0-4">
<path
d="M 0.84375 -5.109375 C 0.84375 -5.171875 0.84375 -5.257813 0.84375 -5.375 C 0.851563 -5.5 0.859375 -5.628906 0.859375 -5.765625 C 0.867188 -5.898438 0.875 -6.03125 0.875 -6.15625 C 0.882813 -6.289063 0.890625 -6.382813 0.890625 -6.4375 C 0.984375 -6.582031 1.109375 -6.703125 1.265625 -6.796875 C 1.429688 -6.890625 1.597656 -6.960938 1.765625 -7.015625 C 1.785156 -6.523438 1.859375 -6 1.984375 -5.4375 C 2.117188 -4.882813 2.257813 -4.328125 2.40625 -3.765625 C 2.550781 -3.210938 2.675781 -2.660156 2.78125 -2.109375 C 2.894531 -1.566406 2.953125 -1.0625 2.953125 -0.59375 C 2.953125 -0.175781 2.742188 0.03125 2.328125 0.03125 C 2.078125 0.03125 1.863281 -0.0703125 1.6875 -0.28125 C 1.519531 -0.488281 1.382813 -0.753906 1.28125 -1.078125 C 1.175781 -1.398438 1.085938 -1.757813 1.015625 -2.15625 C 0.953125 -2.550781 0.910156 -2.941406 0.890625 -3.328125 C 0.867188 -3.710938 0.851563 -4.0625 0.84375 -4.375 C 0.84375 -4.695313 0.84375 -4.941406 0.84375 -5.109375 Z M 1.03125 -10.234375 C 1.207031 -10.160156 1.351563 -10.039063 1.46875 -9.875 C 1.59375 -9.707031 1.644531 -9.554688 1.625 -9.421875 C 1.613281 -9.296875 1.507813 -9.207031 1.3125 -9.15625 C 1.125 -9.101563 0.8125 -9.15625 0.375 -9.3125 C 0.375 -9.5625 0.421875 -9.773438 0.515625 -9.953125 C 0.609375 -10.140625 0.78125 -10.234375 1.03125 -10.234375 Z M 1.03125 -10.234375 "
id="path12" />
</g>
<g
id="glyph-0-5">
<path
d="M 3.796875 7.25 C 4.304688 7.25 4.757813 7.15625 5.15625 6.96875 C 5.550781 6.789063 5.890625 6.539063 6.171875 6.21875 C 6.453125 5.894531 6.664063 5.523438 6.8125 5.109375 C 6.957031 4.691406 7.03125 4.257813 7.03125 3.8125 C 7.03125 3.59375 7.019531 3.296875 7 2.921875 C 6.976563 2.546875 6.941406 2.140625 6.890625 1.703125 C 6.847656 1.265625 6.785156 0.816406 6.703125 0.359375 C 6.617188 -0.0859375 6.507813 -0.515625 6.375 -0.921875 C 6.25 -1.328125 6.09375 -1.679688 5.90625 -1.984375 C 5.726563 -2.285156 5.515625 -2.5 5.265625 -2.625 C 5.023438 -2.445313 4.789063 -2.28125 4.5625 -2.125 C 4.34375 -1.976563 4.109375 -1.851563 3.859375 -1.75 C 3.617188 -1.65625 3.363281 -1.578125 3.09375 -1.515625 C 2.832031 -1.460938 2.550781 -1.4375 2.25 -1.4375 C 1.863281 -1.4375 1.53125 -1.472656 1.25 -1.546875 C 0.96875 -1.617188 0.734375 -1.738281 0.546875 -1.90625 C 0.359375 -2.082031 0.21875 -2.3125 0.125 -2.59375 C 0.0390625 -2.875 0 -3.226563 0 -3.65625 C 0 -3.957031 0.0703125 -4.25 0.21875 -4.53125 C 0.363281 -4.820313 0.554688 -5.09375 0.796875 -5.34375 C 1.035156 -5.59375 1.304688 -5.820313 1.609375 -6.03125 C 1.921875 -6.238281 2.238281 -6.421875 2.5625 -6.578125 C 2.882813 -6.734375 3.203125 -6.847656 3.515625 -6.921875 C 3.828125 -7.003906 4.109375 -7.046875 4.359375 -7.046875 C 4.585938 -7.046875 4.78125 -7.039063 4.9375 -7.03125 C 5.09375 -7.019531 5.222656 -6.984375 5.328125 -6.921875 C 5.441406 -6.859375 5.535156 -6.765625 5.609375 -6.640625 C 5.691406 -6.523438 5.769531 -6.363281 5.84375 -6.15625 C 6.050781 -5.445313 6.289063 -4.679688 6.5625 -3.859375 C 6.832031 -3.035156 7.085938 -2.191406 7.328125 -1.328125 C 7.578125 -0.472656 7.785156 0.390625 7.953125 1.265625 C 8.128906 2.148438 8.21875 3 8.21875 3.8125 C 8.21875 4.539063 8.113281 5.15625 7.90625 5.65625 C 7.695313 6.164063 7.425781 6.582031 7.09375 6.90625 C 6.769531 7.226563 6.394531 7.472656 5.96875 7.640625 C 5.539063 7.816406 5.113281 7.929688 4.6875 7.984375 C 4.257813 8.035156 3.84375 8.046875 3.4375 8.015625 C 3.039063 7.992188 2.695313 7.941406 2.40625 7.859375 C 2.125 7.785156 1.90625 7.695313 1.75 7.59375 C 1.601563 7.5 1.566406 7.414063 1.640625 7.34375 C 1.722656 7.28125 1.929688 7.234375 2.265625 7.203125 C 2.597656 7.171875 3.109375 7.1875 3.796875 7.25 Z M 3.984375 -5.90625 C 3.304688 -5.757813 2.757813 -5.554688 2.34375 -5.296875 C 1.9375 -5.035156 1.628906 -4.757813 1.421875 -4.46875 C 1.222656 -4.175781 1.113281 -3.878906 1.09375 -3.578125 C 1.070313 -3.285156 1.125 -3.035156 1.25 -2.828125 C 1.382813 -2.617188 1.570313 -2.460938 1.8125 -2.359375 C 2.050781 -2.253906 2.320313 -2.25 2.625 -2.34375 C 2.9375 -2.4375 3.265625 -2.640625 3.609375 -2.953125 C 3.960938 -3.273438 4.316406 -3.75 4.671875 -4.375 C 4.671875 -4.53125 4.671875 -4.695313 4.671875 -4.875 C 4.679688 -5.0625 4.664063 -5.226563 4.625 -5.375 C 4.59375 -5.53125 4.523438 -5.65625 4.421875 -5.75 C 4.328125 -5.851563 4.179688 -5.90625 3.984375 -5.90625 Z M 3.984375 -5.90625 "
id="path15" />
</g>
<g
id="glyph-0-6">
<path
d="M 0.265625 -4.59375 C 0.265625 -4.832031 0.320313 -5.003906 0.4375 -5.109375 C 0.5625 -5.210938 0.753906 -5.265625 1.015625 -5.265625 L 1.15625 -5.265625 C 1.1875 -5.117188 1.21875 -4.945313 1.25 -4.75 C 1.289063 -4.5625 1.347656 -4.367188 1.421875 -4.171875 C 1.492188 -3.972656 1.578125 -3.789063 1.671875 -3.625 C 1.773438 -3.457031 1.898438 -3.320313 2.046875 -3.21875 C 2.054688 -3.539063 2.132813 -3.847656 2.28125 -4.140625 C 2.4375 -4.429688 2.625 -4.691406 2.84375 -4.921875 C 3.0625 -5.160156 3.304688 -5.359375 3.578125 -5.515625 C 3.847656 -5.671875 4.113281 -5.78125 4.375 -5.84375 L 4.671875 -5.84375 C 5.109375 -5.84375 5.484375 -5.742188 5.796875 -5.546875 C 6.109375 -5.347656 6.363281 -5.09375 6.5625 -4.78125 C 6.769531 -4.46875 6.925781 -4.109375 7.03125 -3.703125 C 7.144531 -3.304688 7.226563 -2.898438 7.28125 -2.484375 C 7.34375 -2.078125 7.378906 -1.675781 7.390625 -1.28125 C 7.410156 -0.894531 7.421875 -0.566406 7.421875 -0.296875 L 6.421875 -0.296875 C 6.367188 -0.847656 6.300781 -1.375 6.21875 -1.875 C 6.1875 -2.070313 6.148438 -2.28125 6.109375 -2.5 C 6.066406 -2.726563 6.015625 -2.9375 5.953125 -3.125 C 5.898438 -3.320313 5.84375 -3.503906 5.78125 -3.671875 C 5.71875 -3.835938 5.644531 -3.984375 5.5625 -4.109375 C 5.53125 -4.140625 5.484375 -4.1875 5.421875 -4.25 C 5.359375 -4.320313 5.296875 -4.390625 5.234375 -4.453125 C 5.171875 -4.515625 5.113281 -4.566406 5.0625 -4.609375 C 5.007813 -4.648438 4.976563 -4.671875 4.96875 -4.671875 C 4.695313 -4.742188 4.457031 -4.691406 4.25 -4.515625 C 4.050781 -4.335938 3.875 -4.097656 3.71875 -3.796875 C 3.570313 -3.503906 3.445313 -3.164063 3.34375 -2.78125 C 3.25 -2.394531 3.171875 -2.023438 3.109375 -1.671875 C 3.046875 -1.328125 3 -1.023438 2.96875 -0.765625 C 2.945313 -0.503906 2.929688 -0.347656 2.921875 -0.296875 C 2.691406 -0.128906 2.476563 -0.0820313 2.28125 -0.15625 C 2.082031 -0.226563 1.894531 -0.367188 1.71875 -0.578125 C 1.539063 -0.796875 1.378906 -1.066406 1.234375 -1.390625 C 1.085938 -1.722656 0.957031 -2.070313 0.84375 -2.4375 C 0.726563 -2.8125 0.617188 -3.1875 0.515625 -3.5625 C 0.421875 -3.9375 0.335938 -4.28125 0.265625 -4.59375 Z M 0.265625 -4.59375 "
id="path18" />
</g>
<g
id="glyph-0-7">
<path
d="M 6.140625 -1.765625 C 5.796875 -1.523438 5.5 -1.3125 5.25 -1.125 C 5 -0.9375 4.753906 -0.78125 4.515625 -0.65625 C 4.273438 -0.53125 4.019531 -0.429688 3.75 -0.359375 C 3.488281 -0.296875 3.160156 -0.265625 2.765625 -0.265625 C 1.921875 -0.265625 1.289063 -0.488281 0.875 -0.9375 C 0.46875 -1.394531 0.265625 -2.066406 0.265625 -2.953125 C 0.265625 -3.304688 0.3125 -3.664063 0.40625 -4.03125 C 0.5 -4.40625 0.632813 -4.773438 0.8125 -5.140625 C 0.988281 -5.515625 1.195313 -5.867188 1.4375 -6.203125 C 1.6875 -6.535156 1.960938 -6.828125 2.265625 -7.078125 C 2.578125 -7.335938 2.910156 -7.539063 3.265625 -7.6875 C 3.617188 -7.832031 3.988281 -7.90625 4.375 -7.90625 C 5.03125 -7.84375 5.546875 -7.679688 5.921875 -7.421875 C 6.296875 -7.160156 6.578125 -6.828125 6.765625 -6.421875 C 6.953125 -6.023438 7.082031 -5.578125 7.15625 -5.078125 C 7.226563 -4.585938 7.285156 -4.078125 7.328125 -3.546875 C 7.367188 -3.015625 7.421875 -2.484375 7.484375 -1.953125 C 7.546875 -1.429688 7.679688 -0.945313 7.890625 -0.5 C 7.765625 -0.195313 7.648438 0.0078125 7.546875 0.125 C 7.441406 0.25 7.328125 0.269531 7.203125 0.1875 C 7.078125 0.101563 6.925781 -0.09375 6.75 -0.40625 C 6.582031 -0.726563 6.378906 -1.179688 6.140625 -1.765625 Z M 1.4375 -2.9375 C 1.4375 -2.414063 1.53125 -2.035156 1.71875 -1.796875 C 1.914063 -1.554688 2.265625 -1.4375 2.765625 -1.4375 C 3.140625 -1.4375 3.5 -1.5 3.84375 -1.625 C 4.1875 -1.757813 4.484375 -1.941406 4.734375 -2.171875 C 4.984375 -2.410156 5.1875 -2.691406 5.34375 -3.015625 C 5.5 -3.335938 5.578125 -3.703125 5.578125 -4.109375 C 5.578125 -4.273438 5.582031 -4.503906 5.59375 -4.796875 C 5.601563 -5.085938 5.582031 -5.378906 5.53125 -5.671875 C 5.488281 -5.960938 5.40625 -6.210938 5.28125 -6.421875 C 5.15625 -6.640625 4.960938 -6.75 4.703125 -6.75 C 4.234375 -6.75 3.796875 -6.628906 3.390625 -6.390625 C 2.992188 -6.148438 2.648438 -5.84375 2.359375 -5.46875 C 2.066406 -5.09375 1.835938 -4.679688 1.671875 -4.234375 C 1.515625 -3.785156 1.4375 -3.351563 1.4375 -2.9375 Z M 1.4375 -2.9375 "
id="path21" />
</g>
<g
id="glyph-0-8">
<path
d="M -0.03125 -6.875 C -0.03125 -6.90625 -0.0234375 -6.925781 -0.015625 -6.9375 C -0.015625 -6.957031 -0.0078125 -6.984375 0 -7.015625 C 0.03125 -7.054688 0.0820313 -7.113281 0.15625 -7.1875 C 0.226563 -7.257813 0.273438 -7.296875 0.296875 -7.296875 L 3.046875 -7.296875 C 3.046875 -7.398438 3.03125 -7.5625 3 -7.78125 C 2.96875 -8 2.941406 -8.238281 2.921875 -8.5 C 2.898438 -8.757813 2.894531 -9.03125 2.90625 -9.3125 C 2.914063 -9.601563 2.953125 -9.863281 3.015625 -10.09375 C 3.085938 -10.332031 3.195313 -10.523438 3.34375 -10.671875 C 3.5 -10.828125 3.710938 -10.90625 3.984375 -10.90625 C 3.984375 -9.976563 4.046875 -9.238281 4.171875 -8.6875 C 4.296875 -8.132813 4.460938 -7.707031 4.671875 -7.40625 C 4.890625 -7.101563 5.132813 -6.90625 5.40625 -6.8125 C 5.6875 -6.726563 5.96875 -6.691406 6.25 -6.703125 C 6.539063 -6.710938 6.820313 -6.753906 7.09375 -6.828125 C 7.363281 -6.898438 7.601563 -6.953125 7.8125 -6.984375 C 8.03125 -7.015625 8.203125 -6.992188 8.328125 -6.921875 C 8.460938 -6.859375 8.53125 -6.695313 8.53125 -6.4375 C 8.53125 -6.25 8.484375 -6.113281 8.390625 -6.03125 C 8.304688 -5.945313 8.140625 -5.882813 7.890625 -5.84375 C 7.828125 -5.832031 7.707031 -5.8125 7.53125 -5.78125 C 7.363281 -5.757813 7.175781 -5.738281 6.96875 -5.71875 C 6.757813 -5.707031 6.535156 -5.691406 6.296875 -5.671875 C 6.066406 -5.648438 5.84375 -5.628906 5.625 -5.609375 C 5.414063 -5.585938 5.222656 -5.570313 5.046875 -5.5625 C 4.878906 -5.5625 4.753906 -5.5625 4.671875 -5.5625 C 4.671875 -5.519531 4.664063 -5.441406 4.65625 -5.328125 C 4.65625 -5.222656 4.65625 -5.148438 4.65625 -5.109375 C 4.65625 -4.710938 4.71875 -4.328125 4.84375 -3.953125 C 4.96875 -3.578125 5.101563 -3.203125 5.25 -2.828125 C 5.40625 -2.453125 5.546875 -2.078125 5.671875 -1.703125 C 5.796875 -1.328125 5.859375 -0.941406 5.859375 -0.546875 C 5.859375 -0.472656 5.851563 -0.394531 5.84375 -0.3125 C 5.832031 -0.238281 5.804688 -0.171875 5.765625 -0.109375 C 5.722656 -0.0546875 5.660156 -0.015625 5.578125 0.015625 C 5.503906 0.046875 5.398438 0.0390625 5.265625 0 C 4.921875 -0.09375 4.664063 -0.285156 4.5 -0.578125 C 4.332031 -0.878906 4.207031 -1.238281 4.125 -1.65625 C 4.039063 -2.070313 3.984375 -2.507813 3.953125 -2.96875 C 3.929688 -3.4375 3.890625 -3.875 3.828125 -4.28125 C 3.765625 -4.6875 3.671875 -5.03125 3.546875 -5.3125 C 3.421875 -5.601563 3.21875 -5.78125 2.9375 -5.84375 L 0.296875 -6.4375 C 0.265625 -6.4375 0.210938 -6.472656 0.140625 -6.546875 C 0.0664063 -6.628906 0.0195313 -6.6875 0 -6.71875 C -0.0078125 -6.738281 -0.015625 -6.765625 -0.015625 -6.796875 C -0.0234375 -6.816406 -0.03125 -6.84375 -0.03125 -6.875 Z M -0.03125 -6.875 "
id="path24" />
</g>
<g
id="glyph-0-9">
<path
d="M 0.265625 -5.5625 C 0.265625 -5.613281 0.265625 -5.710938 0.265625 -5.859375 C 0.273438 -6.003906 0.28125 -6.148438 0.28125 -6.296875 C 0.28125 -6.453125 0.28125 -6.597656 0.28125 -6.734375 C 0.289063 -6.867188 0.296875 -6.960938 0.296875 -7.015625 C 0.359375 -7.117188 0.429688 -7.222656 0.515625 -7.328125 C 0.609375 -7.429688 0.703125 -7.503906 0.796875 -7.546875 C 0.890625 -7.585938 0.992188 -7.59375 1.109375 -7.5625 C 1.222656 -7.539063 1.335938 -7.453125 1.453125 -7.296875 L 1.453125 -7.015625 C 1.453125 -6.960938 1.4375 -6.851563 1.40625 -6.6875 C 1.375 -6.519531 1.335938 -6.335938 1.296875 -6.140625 C 1.265625 -5.941406 1.234375 -5.753906 1.203125 -5.578125 C 1.171875 -5.410156 1.15625 -5.304688 1.15625 -5.265625 C 1.15625 -5.085938 1.171875 -4.867188 1.203125 -4.609375 C 1.242188 -4.359375 1.296875 -4.09375 1.359375 -3.8125 C 1.429688 -3.53125 1.519531 -3.242188 1.625 -2.953125 C 1.726563 -2.671875 1.851563 -2.421875 2 -2.203125 C 2.144531 -1.984375 2.304688 -1.800781 2.484375 -1.65625 C 2.660156 -1.507813 2.867188 -1.4375 3.109375 -1.4375 C 3.398438 -1.4375 3.65625 -1.507813 3.875 -1.65625 C 4.101563 -1.8125 4.296875 -2.007813 4.453125 -2.25 C 4.617188 -2.5 4.753906 -2.78125 4.859375 -3.09375 C 4.960938 -3.40625 5.046875 -3.71875 5.109375 -4.03125 C 5.179688 -4.34375 5.226563 -4.644531 5.25 -4.9375 C 5.28125 -5.226563 5.296875 -5.484375 5.296875 -5.703125 C 5.296875 -5.921875 5.28125 -6.125 5.25 -6.3125 C 5.21875 -6.507813 5.175781 -6.703125 5.125 -6.890625 C 5.082031 -7.085938 5.046875 -7.28125 5.015625 -7.46875 C 4.984375 -7.65625 4.96875 -7.84375 4.96875 -8.03125 C 4.96875 -8.207031 5.023438 -8.332031 5.140625 -8.40625 C 5.265625 -8.476563 5.40625 -8.515625 5.5625 -8.515625 C 5.757813 -8.515625 5.914063 -8.457031 6.03125 -8.34375 C 6.144531 -8.226563 6.234375 -8.082031 6.296875 -7.90625 C 6.367188 -7.738281 6.414063 -7.539063 6.4375 -7.3125 C 6.46875 -7.09375 6.484375 -6.875 6.484375 -6.65625 C 6.484375 -6.4375 6.476563 -6.226563 6.46875 -6.03125 C 6.457031 -5.84375 6.453125 -5.6875 6.453125 -5.5625 C 6.453125 -5.257813 6.425781 -4.910156 6.375 -4.515625 C 6.332031 -4.117188 6.253906 -3.710938 6.140625 -3.296875 C 6.023438 -2.890625 5.882813 -2.484375 5.71875 -2.078125 C 5.550781 -1.679688 5.347656 -1.328125 5.109375 -1.015625 C 4.867188 -0.703125 4.59375 -0.445313 4.28125 -0.25 C 3.96875 -0.0625 3.613281 0.03125 3.21875 0.03125 C 2.8125 0.03125 2.453125 -0.0664063 2.140625 -0.265625 C 1.828125 -0.460938 1.5625 -0.722656 1.34375 -1.046875 C 1.132813 -1.367188 0.957031 -1.734375 0.8125 -2.140625 C 0.664063 -2.546875 0.554688 -2.953125 0.484375 -3.359375 C 0.410156 -3.773438 0.351563 -4.175781 0.3125 -4.5625 C 0.28125 -4.945313 0.265625 -5.28125 0.265625 -5.5625 Z M 0.265625 -5.5625 "
id="path27" />
</g>
<g
id="glyph-0-10">
<path
d="M 0.265625 -5.734375 C 0.265625 -5.816406 0.269531 -5.898438 0.28125 -5.984375 C 0.289063 -6.066406 0.304688 -6.140625 0.328125 -6.203125 C 0.359375 -6.273438 0.40625 -6.332031 0.46875 -6.375 C 0.53125 -6.425781 0.613281 -6.453125 0.71875 -6.453125 C 0.8125 -6.453125 0.914063 -6.378906 1.03125 -6.234375 C 1.144531 -6.097656 1.257813 -5.921875 1.375 -5.703125 C 1.5 -5.492188 1.613281 -5.257813 1.71875 -5 C 1.832031 -4.75 1.929688 -4.515625 2.015625 -4.296875 C 2.109375 -4.085938 2.179688 -3.90625 2.234375 -3.75 C 2.285156 -3.59375 2.316406 -3.507813 2.328125 -3.5 C 2.453125 -3.820313 2.585938 -4.171875 2.734375 -4.546875 C 2.878906 -4.921875 3.054688 -5.269531 3.265625 -5.59375 C 3.484375 -5.914063 3.738281 -6.179688 4.03125 -6.390625 C 4.320313 -6.609375 4.679688 -6.71875 5.109375 -6.71875 C 5.328125 -6.71875 5.535156 -6.679688 5.734375 -6.609375 C 5.929688 -6.546875 6.101563 -6.445313 6.25 -6.3125 C 6.40625 -6.1875 6.523438 -6.03125 6.609375 -5.84375 C 6.703125 -5.664063 6.75 -5.457031 6.75 -5.21875 C 6.75 -5.019531 6.671875 -4.878906 6.515625 -4.796875 C 6.359375 -4.710938 6.175781 -4.671875 5.96875 -4.671875 L 5.84375 -4.671875 L 5.25 -5.265625 C 5.226563 -5.265625 5.21875 -5.269531 5.21875 -5.28125 C 5.195313 -5.28125 5.175781 -5.28125 5.15625 -5.28125 C 5.144531 -5.289063 5.128906 -5.296875 5.109375 -5.296875 C 4.796875 -5.296875 4.550781 -5.207031 4.375 -5.03125 C 4.195313 -4.851563 4.0625 -4.632813 3.96875 -4.375 C 3.875 -4.113281 3.816406 -3.835938 3.796875 -3.546875 C 3.773438 -3.265625 3.765625 -3.003906 3.765625 -2.765625 C 3.765625 -2.585938 3.78125 -2.40625 3.8125 -2.21875 C 3.851563 -2.03125 3.894531 -1.847656 3.9375 -1.671875 C 3.988281 -1.492188 4.03125 -1.3125 4.0625 -1.125 C 4.101563 -0.9375 4.125 -0.742188 4.125 -0.546875 C 4.125 -0.160156 3.914063 0.03125 3.5 0.03125 C 3.28125 0.03125 3.046875 -0.0859375 2.796875 -0.328125 C 2.546875 -0.578125 2.300781 -0.882813 2.0625 -1.25 C 1.820313 -1.625 1.59375 -2.035156 1.375 -2.484375 C 1.15625 -2.941406 0.960938 -3.382813 0.796875 -3.8125 C 0.640625 -4.238281 0.507813 -4.625 0.40625 -4.96875 C 0.3125 -5.3125 0.265625 -5.566406 0.265625 -5.734375 Z M 0.265625 -5.734375 "
id="path30" />
</g>
<g
id="glyph-0-11">
<path
d="M 0.265625 -3.796875 C 0.265625 -4.285156 0.320313 -4.773438 0.4375 -5.265625 C 0.5625 -5.753906 0.753906 -6.191406 1.015625 -6.578125 C 1.273438 -6.972656 1.609375 -7.289063 2.015625 -7.53125 C 2.429688 -7.78125 2.9375 -7.90625 3.53125 -7.90625 C 3.863281 -7.90625 4.15625 -7.84375 4.40625 -7.71875 C 4.664063 -7.601563 4.878906 -7.441406 5.046875 -7.234375 C 5.222656 -7.035156 5.351563 -6.800781 5.4375 -6.53125 C 5.53125 -6.269531 5.578125 -5.992188 5.578125 -5.703125 C 5.578125 -5.234375 5.46875 -4.78125 5.25 -4.34375 C 5.039063 -3.914063 4.753906 -3.535156 4.390625 -3.203125 C 4.035156 -2.867188 3.625 -2.617188 3.15625 -2.453125 C 2.695313 -2.285156 2.226563 -2.242188 1.75 -2.328125 C 1.757813 -2.066406 1.847656 -1.851563 2.015625 -1.6875 C 2.179688 -1.53125 2.378906 -1.410156 2.609375 -1.328125 C 2.847656 -1.253906 3.09375 -1.203125 3.34375 -1.171875 C 3.601563 -1.148438 3.832031 -1.140625 4.03125 -1.140625 C 4.25 -1.140625 4.445313 -1.15625 4.625 -1.1875 C 4.800781 -1.226563 4.976563 -1.269531 5.15625 -1.3125 C 5.34375 -1.363281 5.53125 -1.40625 5.71875 -1.4375 C 5.90625 -1.476563 6.101563 -1.5 6.3125 -1.5 C 6.394531 -1.5 6.476563 -1.492188 6.5625 -1.484375 C 6.644531 -1.472656 6.722656 -1.453125 6.796875 -1.421875 C 6.867188 -1.390625 6.925781 -1.335938 6.96875 -1.265625 C 7.007813 -1.203125 7.03125 -1.117188 7.03125 -1.015625 C 7.03125 -0.847656 6.96875 -0.707031 6.84375 -0.59375 C 6.71875 -0.476563 6.554688 -0.378906 6.359375 -0.296875 C 6.171875 -0.210938 5.957031 -0.148438 5.71875 -0.109375 C 5.476563 -0.0664063 5.242188 -0.0351563 5.015625 -0.015625 C 4.796875 0.00390625 4.59375 0.015625 4.40625 0.015625 C 4.226563 0.0234375 4.09375 0.03125 4 0.03125 C 3.414063 0.03125 2.890625 -0.0625 2.421875 -0.25 C 1.960938 -0.4375 1.570313 -0.695313 1.25 -1.03125 C 0.9375 -1.363281 0.691406 -1.765625 0.515625 -2.234375 C 0.347656 -2.703125 0.265625 -3.222656 0.265625 -3.796875 Z M 1.71875 -4.671875 C 1.71875 -4.359375 1.757813 -4.128906 1.84375 -3.984375 C 1.9375 -3.835938 2.148438 -3.765625 2.484375 -3.765625 C 2.722656 -3.765625 2.953125 -3.804688 3.171875 -3.890625 C 3.398438 -3.984375 3.609375 -4.101563 3.796875 -4.25 C 3.984375 -4.40625 4.128906 -4.585938 4.234375 -4.796875 C 4.347656 -5.003906 4.40625 -5.234375 4.40625 -5.484375 C 4.40625 -5.617188 4.394531 -5.757813 4.375 -5.90625 C 4.351563 -6.050781 4.304688 -6.1875 4.234375 -6.3125 C 4.160156 -6.4375 4.066406 -6.535156 3.953125 -6.609375 C 3.835938 -6.679688 3.6875 -6.71875 3.5 -6.71875 C 3.226563 -6.71875 2.976563 -6.65625 2.75 -6.53125 C 2.53125 -6.414063 2.34375 -6.257813 2.1875 -6.0625 C 2.039063 -5.863281 1.925781 -5.644531 1.84375 -5.40625 C 1.757813 -5.164063 1.71875 -4.921875 1.71875 -4.671875 Z M 1.71875 -4.671875 "
id="path33" />
</g>
<g
id="glyph-0-12">
<path
d="M 1.71875 -0.59375 C 1.71875 -0.957031 1.796875 -1.300781 1.953125 -1.625 C 2.117188 -1.957031 2.289063 -2.289063 2.46875 -2.625 C 2.65625 -2.957031 2.832031 -3.300781 3 -3.65625 C 3.164063 -4.019531 3.25 -4.410156 3.25 -4.828125 C 3.25 -5.203125 3.191406 -5.535156 3.078125 -5.828125 C 2.972656 -6.117188 2.832031 -6.375 2.65625 -6.59375 C 2.476563 -6.820313 2.273438 -7.03125 2.046875 -7.21875 C 1.816406 -7.414063 1.582031 -7.609375 1.34375 -7.796875 C 1.101563 -7.984375 0.863281 -8.175781 0.625 -8.375 C 0.394531 -8.570313 0.1875 -8.800781 0 -9.0625 C 0.03125 -9.144531 0.0664063 -9.207031 0.109375 -9.25 C 0.160156 -9.300781 0.222656 -9.335938 0.296875 -9.359375 C 0.367188 -9.378906 0.441406 -9.390625 0.515625 -9.390625 C 0.585938 -9.390625 0.65625 -9.390625 0.71875 -9.390625 C 1.300781 -9.390625 1.816406 -9.238281 2.265625 -8.9375 C 2.722656 -8.632813 3.109375 -8.25 3.421875 -7.78125 C 3.742188 -7.3125 3.988281 -6.800781 4.15625 -6.25 C 4.320313 -5.695313 4.40625 -5.171875 4.40625 -4.671875 C 4.40625 -4.472656 4.382813 -4.222656 4.34375 -3.921875 C 4.3125 -3.617188 4.253906 -3.289063 4.171875 -2.9375 C 4.097656 -2.59375 4 -2.242188 3.875 -1.890625 C 3.757813 -1.535156 3.617188 -1.21875 3.453125 -0.9375 C 3.296875 -0.65625 3.109375 -0.421875 2.890625 -0.234375 C 2.679688 -0.0546875 2.445313 0.03125 2.1875 0.03125 C 2.019531 0.03125 1.898438 -0.0351563 1.828125 -0.171875 C 1.753906 -0.304688 1.71875 -0.445313 1.71875 -0.59375 Z M 1.71875 -0.59375 "
id="path36" />
</g>
<g
id="glyph-0-13">
<path
d="M 0.265625 -5.140625 C 0.265625 -5.515625 0.296875 -5.910156 0.359375 -6.328125 C 0.429688 -6.742188 0.535156 -7.148438 0.671875 -7.546875 C 0.804688 -7.953125 0.976563 -8.335938 1.1875 -8.703125 C 1.394531 -9.066406 1.640625 -9.382813 1.921875 -9.65625 C 2.203125 -9.9375 2.519531 -10.15625 2.875 -10.3125 C 3.238281 -10.476563 3.644531 -10.5625 4.09375 -10.5625 C 4.707031 -10.5625 5.253906 -10.457031 5.734375 -10.25 C 6.210938 -10.050781 6.613281 -9.769531 6.9375 -9.40625 C 7.257813 -9.039063 7.5 -8.609375 7.65625 -8.109375 C 7.820313 -7.609375 7.90625 -7.054688 7.90625 -6.453125 C 7.90625 -6.035156 7.863281 -5.582031 7.78125 -5.09375 C 7.707031 -4.601563 7.582031 -4.117188 7.40625 -3.640625 C 7.226563 -3.160156 7.003906 -2.703125 6.734375 -2.265625 C 6.472656 -1.828125 6.171875 -1.4375 5.828125 -1.09375 C 5.484375 -0.757813 5.085938 -0.492188 4.640625 -0.296875 C 4.203125 -0.0976563 3.726563 0 3.21875 0 C 2.757813 0 2.367188 -0.078125 2.046875 -0.234375 C 1.722656 -0.398438 1.453125 -0.617188 1.234375 -0.890625 C 1.015625 -1.171875 0.84375 -1.488281 0.71875 -1.84375 C 0.59375 -2.207031 0.492188 -2.578125 0.421875 -2.953125 C 0.359375 -3.328125 0.316406 -3.707031 0.296875 -4.09375 C 0.273438 -4.476563 0.265625 -4.828125 0.265625 -5.140625 Z M 1.4375 -4.53125 C 1.4375 -4.164063 1.453125 -3.785156 1.484375 -3.390625 C 1.523438 -2.992188 1.617188 -2.628906 1.765625 -2.296875 C 1.910156 -1.960938 2.117188 -1.6875 2.390625 -1.46875 C 2.660156 -1.257813 3.03125 -1.15625 3.5 -1.15625 C 3.894531 -1.15625 4.242188 -1.25 4.546875 -1.4375 C 4.859375 -1.625 5.132813 -1.867188 5.375 -2.171875 C 5.613281 -2.472656 5.820313 -2.8125 6 -3.1875 C 6.175781 -3.5625 6.316406 -3.941406 6.421875 -4.328125 C 6.535156 -4.722656 6.617188 -5.101563 6.671875 -5.46875 C 6.722656 -5.832031 6.75 -6.15625 6.75 -6.4375 C 6.75 -6.84375 6.71875 -7.226563 6.65625 -7.59375 C 6.59375 -7.957031 6.476563 -8.269531 6.3125 -8.53125 C 6.15625 -8.800781 5.929688 -9.007813 5.640625 -9.15625 C 5.347656 -9.3125 4.957031 -9.390625 4.46875 -9.390625 C 4.070313 -9.390625 3.71875 -9.3125 3.40625 -9.15625 C 3.101563 -9 2.835938 -8.789063 2.609375 -8.53125 C 2.390625 -8.28125 2.203125 -7.988281 2.046875 -7.65625 C 1.898438 -7.320313 1.78125 -6.972656 1.6875 -6.609375 C 1.601563 -6.253906 1.539063 -5.894531 1.5 -5.53125 C 1.457031 -5.175781 1.4375 -4.84375 1.4375 -4.53125 Z M 1.4375 -4.53125 "
id="path39" />
</g>
<g
id="glyph-1-0" />
<g
id="glyph-1-1">
<path
d="M 2.078125 -0.515625 C 2.117188 -0.710938 2.21875 -0.875 2.375 -1 C 2.539063 -1.125 2.734375 -1.238281 2.953125 -1.34375 C 3.171875 -1.445313 3.394531 -1.546875 3.625 -1.640625 C 3.863281 -1.734375 4.082031 -1.832031 4.28125 -1.9375 C 4.476563 -2.039063 4.640625 -2.160156 4.765625 -2.296875 C 4.898438 -2.441406 4.96875 -2.617188 4.96875 -2.828125 C 4.96875 -3.085938 4.898438 -3.300781 4.765625 -3.46875 C 4.628906 -3.632813 4.445313 -3.78125 4.21875 -3.90625 C 4 -4.03125 3.75 -4.128906 3.46875 -4.203125 C 3.1875 -4.285156 2.894531 -4.367188 2.59375 -4.453125 C 2.300781 -4.535156 2.015625 -4.628906 1.734375 -4.734375 C 1.453125 -4.835938 1.195313 -4.960938 0.96875 -5.109375 C 0.75 -5.265625 0.570313 -5.453125 0.4375 -5.671875 C 0.3125 -5.890625 0.25 -6.160156 0.25 -6.484375 C 0.25 -6.753906 0.300781 -7.007813 0.40625 -7.25 C 0.507813 -7.488281 0.648438 -7.710938 0.828125 -7.921875 C 1.015625 -8.140625 1.226563 -8.335938 1.46875 -8.515625 C 1.707031 -8.691406 1.957031 -8.835938 2.21875 -8.953125 C 2.488281 -9.078125 2.753906 -9.175781 3.015625 -9.25 C 3.285156 -9.320313 3.535156 -9.359375 3.765625 -9.359375 L 3.890625 -9.359375 C 3.960938 -9.328125 4.054688 -9.28125 4.171875 -9.21875 C 4.296875 -9.164063 4.414063 -9.113281 4.53125 -9.0625 C 4.644531 -9.007813 4.742188 -8.960938 4.828125 -8.921875 C 4.910156 -8.878906 4.953125 -8.851563 4.953125 -8.84375 L 4.953125 -8.5625 C 4.796875 -8.550781 4.59375 -8.519531 4.34375 -8.46875 C 4.101563 -8.425781 3.847656 -8.367188 3.578125 -8.296875 C 3.316406 -8.222656 3.046875 -8.128906 2.765625 -8.015625 C 2.492188 -7.910156 2.25 -7.785156 2.03125 -7.640625 C 1.8125 -7.492188 1.632813 -7.328125 1.5 -7.140625 C 1.363281 -6.953125 1.296875 -6.734375 1.296875 -6.484375 C 1.296875 -6.140625 1.414063 -5.867188 1.65625 -5.671875 C 1.90625 -5.472656 2.210938 -5.304688 2.578125 -5.171875 C 2.941406 -5.046875 3.335938 -4.929688 3.765625 -4.828125 C 4.203125 -4.734375 4.597656 -4.613281 4.953125 -4.46875 C 5.316406 -4.332031 5.617188 -4.144531 5.859375 -3.90625 C 6.109375 -3.675781 6.234375 -3.367188 6.234375 -2.984375 C 6.234375 -2.773438 6.171875 -2.554688 6.046875 -2.328125 C 5.921875 -2.097656 5.753906 -1.867188 5.546875 -1.640625 C 5.335938 -1.421875 5.101563 -1.207031 4.84375 -1 C 4.59375 -0.800781 4.332031 -0.625 4.0625 -0.46875 C 3.789063 -0.320313 3.523438 -0.203125 3.265625 -0.109375 C 3.003906 -0.015625 2.773438 0.03125 2.578125 0.03125 C 2.503906 0.03125 2.429688 0.0195313 2.359375 0 C 2.285156 -0.0195313 2.222656 -0.046875 2.171875 -0.078125 C 2.117188 -0.117188 2.078125 -0.175781 2.046875 -0.25 C 2.023438 -0.320313 2.035156 -0.410156 2.078125 -0.515625 Z M 2.078125 -0.515625 "
id="path43" />
</g>
<g
id="glyph-2-0" />
<g
id="glyph-2-1">
<path
d="M 2.140625 -0.984375 C 2.140625 -1.347656 2.175781 -1.707031 2.25 -2.0625 C 2.320313 -2.425781 2.398438 -2.789063 2.484375 -3.15625 C 2.566406 -3.519531 2.644531 -3.890625 2.71875 -4.265625 C 2.789063 -4.640625 2.828125 -5.019531 2.828125 -5.40625 C 2.828125 -5.457031 2.820313 -5.546875 2.8125 -5.671875 C 2.8125 -5.796875 2.8125 -5.925781 2.8125 -6.0625 C 2.8125 -6.195313 2.8125 -6.328125 2.8125 -6.453125 C 2.8125 -6.578125 2.8125 -6.660156 2.8125 -6.703125 C 2.789063 -6.734375 2.753906 -6.773438 2.703125 -6.828125 C 2.648438 -6.878906 2.613281 -6.910156 2.59375 -6.921875 L 2.484375 -6.921875 C 2.265625 -6.921875 2.078125 -6.875 1.921875 -6.78125 C 1.773438 -6.6875 1.648438 -6.566406 1.546875 -6.421875 C 1.441406 -6.285156 1.34375 -6.128906 1.25 -5.953125 C 1.164063 -5.785156 1.070313 -5.628906 0.96875 -5.484375 C 0.863281 -5.335938 0.742188 -5.21875 0.609375 -5.125 C 0.484375 -5.03125 0.320313 -4.984375 0.125 -4.984375 C 0.125 -5.335938 0.1875 -5.679688 0.3125 -6.015625 C 0.4375 -6.359375 0.609375 -6.660156 0.828125 -6.921875 C 1.054688 -7.191406 1.328125 -7.40625 1.640625 -7.5625 C 1.953125 -7.726563 2.296875 -7.8125 2.671875 -7.8125 C 2.835938 -7.8125 2.96875 -7.804688 3.0625 -7.796875 C 3.164063 -7.785156 3.253906 -7.753906 3.328125 -7.703125 C 3.398438 -7.660156 3.460938 -7.59375 3.515625 -7.5 C 3.566406 -7.40625 3.617188 -7.28125 3.671875 -7.125 C 3.671875 -7.070313 3.671875 -6.976563 3.671875 -6.84375 C 3.671875 -6.707031 3.671875 -6.554688 3.671875 -6.390625 C 3.679688 -6.234375 3.6875 -6.082031 3.6875 -5.9375 C 3.695313 -5.789063 3.703125 -5.691406 3.703125 -5.640625 C 3.703125 -5.273438 3.679688 -4.921875 3.640625 -4.578125 C 3.597656 -4.242188 3.546875 -3.90625 3.484375 -3.5625 C 3.429688 -3.226563 3.382813 -2.890625 3.34375 -2.546875 C 3.300781 -2.210938 3.28125 -1.867188 3.28125 -1.515625 L 3.46875 -1.515625 L 5.84375 -2.59375 C 5.851563 -2.59375 5.867188 -2.59375 5.890625 -2.59375 C 5.910156 -2.601563 5.9375 -2.609375 5.96875 -2.609375 C 6.007813 -2.609375 6.046875 -2.609375 6.078125 -2.609375 C 6.109375 -2.609375 6.128906 -2.609375 6.140625 -2.609375 C 6.203125 -2.609375 6.265625 -2.601563 6.328125 -2.59375 C 6.398438 -2.59375 6.460938 -2.582031 6.515625 -2.5625 C 6.578125 -2.539063 6.628906 -2.503906 6.671875 -2.453125 C 6.710938 -2.410156 6.734375 -2.347656 6.734375 -2.265625 C 6.734375 -2.128906 6.6875 -2.019531 6.59375 -1.9375 C 6.507813 -1.851563 6.40625 -1.785156 6.28125 -1.734375 C 6.164063 -1.691406 6.046875 -1.65625 5.921875 -1.625 C 5.796875 -1.59375 5.691406 -1.554688 5.609375 -1.515625 C 5.554688 -1.484375 5.460938 -1.429688 5.328125 -1.359375 C 5.191406 -1.296875 5.035156 -1.222656 4.859375 -1.140625 C 4.691406 -1.054688 4.515625 -0.96875 4.328125 -0.875 C 4.140625 -0.78125 3.957031 -0.6875 3.78125 -0.59375 C 3.613281 -0.507813 3.460938 -0.429688 3.328125 -0.359375 C 3.191406 -0.296875 3.09375 -0.25 3.03125 -0.21875 C 3.019531 -0.21875 3 -0.21875 2.96875 -0.21875 C 2.9375 -0.21875 2.898438 -0.21875 2.859375 -0.21875 C 2.828125 -0.21875 2.796875 -0.210938 2.765625 -0.203125 C 2.734375 -0.203125 2.710938 -0.203125 2.703125 -0.203125 C 2.566406 -0.203125 2.457031 -0.21875 2.375 -0.25 C 2.300781 -0.28125 2.242188 -0.328125 2.203125 -0.390625 C 2.171875 -0.453125 2.148438 -0.53125 2.140625 -0.625 C 2.140625 -0.71875 2.140625 -0.835938 2.140625 -0.984375 Z M 2.140625 -0.984375 "
id="path47" />
</g>
<g
id="glyph-2-2">
<path
d="M 3.015625 -0.4375 C 3.015625 -0.457031 3.019531 -0.492188 3.03125 -0.546875 C 3.039063 -0.609375 3.046875 -0.644531 3.046875 -0.65625 C 3.210938 -0.769531 3.394531 -0.921875 3.59375 -1.109375 C 3.800781 -1.296875 3.988281 -1.5 4.15625 -1.71875 C 4.332031 -1.9375 4.476563 -2.164063 4.59375 -2.40625 C 4.71875 -2.644531 4.78125 -2.882813 4.78125 -3.125 C 4.78125 -3.144531 4.773438 -3.160156 4.765625 -3.171875 C 4.765625 -3.179688 4.765625 -3.195313 4.765625 -3.21875 C 4.765625 -3.21875 4.765625 -3.226563 4.765625 -3.25 C 4.742188 -3.269531 4.703125 -3.3125 4.640625 -3.375 C 4.578125 -3.4375 4.507813 -3.5 4.4375 -3.5625 C 4.375 -3.632813 4.3125 -3.703125 4.25 -3.765625 C 4.1875 -3.828125 4.144531 -3.875 4.125 -3.90625 C 4.101563 -3.90625 4.085938 -3.90625 4.078125 -3.90625 C 4.054688 -3.90625 4.039063 -3.90625 4.03125 -3.90625 C 4.019531 -3.914063 4.007813 -3.921875 4 -3.921875 C 3.875 -3.921875 3.722656 -3.867188 3.546875 -3.765625 C 3.378906 -3.660156 3.210938 -3.539063 3.046875 -3.40625 C 2.890625 -3.28125 2.75 -3.15625 2.625 -3.03125 C 2.5 -2.914063 2.421875 -2.84375 2.390625 -2.8125 C 2.367188 -2.800781 2.347656 -2.796875 2.328125 -2.796875 C 2.316406 -2.785156 2.296875 -2.78125 2.265625 -2.78125 C 2.242188 -2.78125 2.226563 -2.785156 2.21875 -2.796875 C 2.195313 -2.796875 2.179688 -2.800781 2.171875 -2.8125 C 2.140625 -2.820313 2.09375 -2.851563 2.03125 -2.90625 C 1.976563 -2.96875 1.953125 -3.015625 1.953125 -3.046875 L 1.953125 -3.25 C 2.003906 -3.414063 2.078125 -3.625 2.171875 -3.875 C 2.265625 -4.132813 2.359375 -4.398438 2.453125 -4.671875 C 2.546875 -4.953125 2.628906 -5.234375 2.703125 -5.515625 C 2.773438 -5.796875 2.8125 -6.046875 2.8125 -6.265625 C 2.8125 -6.429688 2.800781 -6.59375 2.78125 -6.75 C 2.769531 -6.90625 2.738281 -7.046875 2.6875 -7.171875 C 2.632813 -7.304688 2.554688 -7.410156 2.453125 -7.484375 C 2.347656 -7.554688 2.210938 -7.59375 2.046875 -7.59375 C 1.804688 -7.59375 1.597656 -7.523438 1.421875 -7.390625 C 1.242188 -7.265625 1.09375 -7.101563 0.96875 -6.90625 C 0.84375 -6.707031 0.75 -6.492188 0.6875 -6.265625 C 0.632813 -6.035156 0.625 -5.828125 0.65625 -5.640625 L 0.21875 -5.640625 C 0.21875 -5.640625 0.207031 -5.671875 0.1875 -5.734375 C 0.164063 -5.804688 0.140625 -5.882813 0.109375 -5.96875 C 0.0859375 -6.0625 0.0664063 -6.15625 0.046875 -6.25 C 0.0234375 -6.351563 0.0078125 -6.4375 0 -6.5 L 0 -6.703125 C 0 -6.941406 0.0664063 -7.164063 0.203125 -7.375 C 0.335938 -7.59375 0.503906 -7.78125 0.703125 -7.9375 C 0.910156 -8.101563 1.128906 -8.234375 1.359375 -8.328125 C 1.585938 -8.421875 1.804688 -8.46875 2.015625 -8.46875 C 2.316406 -8.46875 2.570313 -8.410156 2.78125 -8.296875 C 2.988281 -8.191406 3.15625 -8.046875 3.28125 -7.859375 C 3.414063 -7.679688 3.515625 -7.472656 3.578125 -7.234375 C 3.640625 -7.003906 3.679688 -6.757813 3.703125 -6.5 C 3.722656 -6.25 3.726563 -5.988281 3.71875 -5.71875 C 3.707031 -5.457031 3.691406 -5.210938 3.671875 -4.984375 C 3.953125 -4.929688 4.210938 -4.859375 4.453125 -4.765625 C 4.691406 -4.679688 4.898438 -4.566406 5.078125 -4.421875 C 5.253906 -4.285156 5.394531 -4.109375 5.5 -3.890625 C 5.601563 -3.679688 5.65625 -3.425781 5.65625 -3.125 C 5.65625 -2.957031 5.625 -2.765625 5.5625 -2.546875 C 5.5 -2.328125 5.410156 -2.101563 5.296875 -1.875 C 5.191406 -1.644531 5.066406 -1.414063 4.921875 -1.1875 C 4.773438 -0.96875 4.617188 -0.769531 4.453125 -0.59375 C 4.285156 -0.414063 4.109375 -0.269531 3.921875 -0.15625 C 3.734375 -0.0507813 3.546875 0 3.359375 0 C 3.222656 0 3.128906 -0.0390625 3.078125 -0.125 C 3.035156 -0.21875 3.015625 -0.320313 3.015625 -0.4375 Z M 3.015625 -0.4375 "
id="path50" />
</g>
<g
id="glyph-2-3">
<path
d="M 0.203125 -6.5 C 0.203125 -6.582031 0.203125 -6.707031 0.203125 -6.875 C 0.203125 -7.050781 0.21875 -7.222656 0.25 -7.390625 C 0.28125 -7.566406 0.332031 -7.71875 0.40625 -7.84375 C 0.488281 -7.976563 0.601563 -8.046875 0.75 -8.046875 C 0.84375 -8.046875 0.914063 -7.96875 0.96875 -7.8125 C 1.03125 -7.664063 1.078125 -7.476563 1.109375 -7.25 C 1.148438 -7.019531 1.175781 -6.769531 1.1875 -6.5 C 1.207031 -6.226563 1.222656 -5.96875 1.234375 -5.71875 C 1.242188 -5.476563 1.25 -5.269531 1.25 -5.09375 C 1.257813 -4.914063 1.273438 -4.804688 1.296875 -4.765625 C 1.316406 -4.660156 1.351563 -4.5 1.40625 -4.28125 C 1.46875 -4.0625 1.53125 -3.816406 1.59375 -3.546875 C 1.664063 -3.273438 1.738281 -2.988281 1.8125 -2.6875 C 1.894531 -2.394531 1.972656 -2.113281 2.046875 -1.84375 C 2.117188 -1.570313 2.179688 -1.328125 2.234375 -1.109375 C 2.296875 -0.898438 2.347656 -0.75 2.390625 -0.65625 C 2.390625 -0.644531 2.390625 -0.625 2.390625 -0.59375 C 2.398438 -0.570313 2.40625 -0.550781 2.40625 -0.53125 C 2.40625 -0.457031 2.378906 -0.398438 2.328125 -0.359375 C 2.273438 -0.316406 2.210938 -0.28125 2.140625 -0.25 C 2.078125 -0.226563 2.003906 -0.210938 1.921875 -0.203125 C 1.847656 -0.203125 1.785156 -0.203125 1.734375 -0.203125 C 1.703125 -0.203125 1.660156 -0.203125 1.609375 -0.203125 C 1.554688 -0.210938 1.523438 -0.21875 1.515625 -0.21875 C 1.367188 -0.6875 1.21875 -1.179688 1.0625 -1.703125 C 0.90625 -2.234375 0.757813 -2.765625 0.625 -3.296875 C 0.5 -3.835938 0.394531 -4.378906 0.3125 -4.921875 C 0.238281 -5.460938 0.203125 -5.988281 0.203125 -6.5 Z M 0.203125 -6.5 "
id="path53" />
</g>
<g
id="glyph-3-0" />
<g
id="glyph-3-1">
<path
d="M 0.21875 -4.53125 C 0.21875 -4.625 0.21875 -4.765625 0.21875 -4.953125 C 0.21875 -5.148438 0.21875 -5.351563 0.21875 -5.5625 C 0.21875 -5.78125 0.21875 -5.984375 0.21875 -6.171875 C 0.226563 -6.367188 0.234375 -6.503906 0.234375 -6.578125 C 0.242188 -6.628906 0.257813 -6.707031 0.28125 -6.8125 C 0.3125 -6.914063 0.347656 -7.015625 0.390625 -7.109375 C 0.429688 -7.210938 0.484375 -7.300781 0.546875 -7.375 C 0.609375 -7.445313 0.691406 -7.484375 0.796875 -7.484375 C 1.023438 -7.484375 1.242188 -7.421875 1.453125 -7.296875 C 1.660156 -7.171875 1.859375 -7.003906 2.046875 -6.796875 C 2.234375 -6.585938 2.414063 -6.351563 2.59375 -6.09375 C 2.769531 -5.84375 2.941406 -5.59375 3.109375 -5.34375 C 3.273438 -5.09375 3.4375 -4.851563 3.59375 -4.625 C 3.757813 -4.40625 3.925781 -4.226563 4.09375 -4.09375 C 4.269531 -4.164063 4.40625 -4.304688 4.5 -4.515625 C 4.601563 -4.722656 4.6875 -4.960938 4.75 -5.234375 C 4.8125 -5.515625 4.867188 -5.800781 4.921875 -6.09375 C 4.972656 -6.382813 5.046875 -6.65625 5.140625 -6.90625 C 5.234375 -7.15625 5.351563 -7.359375 5.5 -7.515625 C 5.65625 -7.671875 5.867188 -7.75 6.140625 -7.75 C 6.460938 -7.75 6.75 -7.625 7 -7.375 C 7.257813 -7.132813 7.488281 -6.820313 7.6875 -6.4375 C 7.894531 -6.050781 8.070313 -5.625 8.21875 -5.15625 C 8.363281 -4.695313 8.484375 -4.25 8.578125 -3.8125 C 8.679688 -3.382813 8.757813 -2.992188 8.8125 -2.640625 C 8.863281 -2.296875 8.890625 -2.050781 8.890625 -1.90625 C 8.890625 -1.84375 8.882813 -1.773438 8.875 -1.703125 C 8.863281 -1.628906 8.84375 -1.5625 8.8125 -1.5 C 8.789063 -1.4375 8.75 -1.390625 8.6875 -1.359375 C 8.625 -1.328125 8.53125 -1.332031 8.40625 -1.375 C 8.375 -1.375 8.332031 -1.390625 8.28125 -1.421875 C 8.238281 -1.453125 8.191406 -1.492188 8.140625 -1.546875 C 8.085938 -1.597656 8.046875 -1.644531 8.015625 -1.6875 C 7.984375 -1.738281 7.96875 -1.78125 7.96875 -1.8125 C 7.90625 -2.15625 7.832031 -2.539063 7.75 -2.96875 C 7.675781 -3.394531 7.578125 -3.820313 7.453125 -4.25 C 7.335938 -4.6875 7.191406 -5.109375 7.015625 -5.515625 C 6.835938 -5.929688 6.617188 -6.285156 6.359375 -6.578125 C 6.160156 -6.472656 6 -6.304688 5.875 -6.078125 C 5.757813 -5.847656 5.660156 -5.59375 5.578125 -5.3125 C 5.503906 -5.039063 5.4375 -4.765625 5.375 -4.484375 C 5.3125 -4.203125 5.226563 -3.945313 5.125 -3.71875 C 5.019531 -3.488281 4.882813 -3.296875 4.71875 -3.140625 C 4.550781 -2.992188 4.332031 -2.921875 4.0625 -2.921875 C 3.875 -2.921875 3.6875 -2.984375 3.5 -3.109375 C 3.320313 -3.234375 3.144531 -3.394531 2.96875 -3.59375 C 2.800781 -3.800781 2.640625 -4.023438 2.484375 -4.265625 C 2.328125 -4.515625 2.171875 -4.753906 2.015625 -4.984375 C 1.867188 -5.222656 1.722656 -5.441406 1.578125 -5.640625 C 1.429688 -5.847656 1.285156 -6.015625 1.140625 -6.140625 C 1.078125 -5.921875 1.03125 -5.726563 1 -5.5625 C 0.96875 -5.394531 0.941406 -5.234375 0.921875 -5.078125 C 0.910156 -4.921875 0.898438 -4.757813 0.890625 -4.59375 C 0.890625 -4.4375 0.890625 -4.257813 0.890625 -4.0625 C 0.890625 -3.757813 0.914063 -3.460938 0.96875 -3.171875 C 1.019531 -2.878906 1.070313 -2.585938 1.125 -2.296875 C 1.175781 -2.003906 1.226563 -1.710938 1.28125 -1.421875 C 1.34375 -1.128906 1.375 -0.835938 1.375 -0.546875 L 1.375 -0.453125 C 1.351563 -0.429688 1.320313 -0.394531 1.28125 -0.34375 C 1.238281 -0.300781 1.191406 -0.253906 1.140625 -0.203125 C 1.097656 -0.160156 1.050781 -0.117188 1 -0.078125 C 0.957031 -0.0351563 0.925781 -0.0078125 0.90625 0 C 0.894531 0.0078125 0.878906 0.015625 0.859375 0.015625 C 0.835938 0.015625 0.816406 0.015625 0.796875 0.015625 C 0.785156 0.015625 0.765625 0.0078125 0.734375 0 C 0.710938 0 0.695313 0 0.6875 0 C 0.632813 -0.40625 0.582031 -0.789063 0.53125 -1.15625 C 0.476563 -1.53125 0.425781 -1.894531 0.375 -2.25 C 0.332031 -2.613281 0.296875 -2.976563 0.265625 -3.34375 C 0.234375 -3.71875 0.21875 -4.113281 0.21875 -4.53125 Z M 0.21875 -4.53125 "
id="path57" />
</g>
<g
id="glyph-3-2">
<path
d="M 0.21875 -2.953125 C 0.21875 -3.328125 0.257813 -3.707031 0.34375 -4.09375 C 0.4375 -4.476563 0.582031 -4.820313 0.78125 -5.125 C 0.988281 -5.425781 1.253906 -5.671875 1.578125 -5.859375 C 1.898438 -6.054688 2.289063 -6.15625 2.75 -6.15625 C 3.007813 -6.15625 3.238281 -6.101563 3.4375 -6 C 3.632813 -5.90625 3.800781 -5.78125 3.9375 -5.625 C 4.070313 -5.46875 4.171875 -5.285156 4.234375 -5.078125 C 4.304688 -4.867188 4.34375 -4.65625 4.34375 -4.4375 C 4.34375 -4.070313 4.257813 -3.71875 4.09375 -3.375 C 3.925781 -3.039063 3.703125 -2.742188 3.421875 -2.484375 C 3.140625 -2.222656 2.816406 -2.023438 2.453125 -1.890625 C 2.097656 -1.765625 1.734375 -1.738281 1.359375 -1.8125 C 1.367188 -1.601563 1.4375 -1.4375 1.5625 -1.3125 C 1.695313 -1.195313 1.851563 -1.101563 2.03125 -1.03125 C 2.21875 -0.96875 2.410156 -0.925781 2.609375 -0.90625 C 2.804688 -0.894531 2.984375 -0.890625 3.140625 -0.890625 C 3.304688 -0.890625 3.457031 -0.898438 3.59375 -0.921875 C 3.738281 -0.953125 3.878906 -0.984375 4.015625 -1.015625 C 4.160156 -1.054688 4.304688 -1.09375 4.453125 -1.125 C 4.597656 -1.15625 4.75 -1.171875 4.90625 -1.171875 C 4.96875 -1.171875 5.03125 -1.164063 5.09375 -1.15625 C 5.164063 -1.144531 5.226563 -1.128906 5.28125 -1.109375 C 5.332031 -1.085938 5.375 -1.046875 5.40625 -0.984375 C 5.445313 -0.929688 5.46875 -0.867188 5.46875 -0.796875 C 5.46875 -0.660156 5.414063 -0.546875 5.3125 -0.453125 C 5.21875 -0.367188 5.09375 -0.296875 4.9375 -0.234375 C 4.789063 -0.171875 4.625 -0.125 4.4375 -0.09375 C 4.257813 -0.0625 4.082031 -0.0351563 3.90625 -0.015625 C 3.726563 0.00390625 3.566406 0.015625 3.421875 0.015625 C 3.285156 0.015625 3.179688 0.015625 3.109375 0.015625 C 2.648438 0.015625 2.238281 -0.0507813 1.875 -0.1875 C 1.519531 -0.332031 1.21875 -0.535156 0.96875 -0.796875 C 0.726563 -1.054688 0.539063 -1.367188 0.40625 -1.734375 C 0.28125 -2.097656 0.21875 -2.503906 0.21875 -2.953125 Z M 1.34375 -3.640625 C 1.34375 -3.390625 1.375 -3.207031 1.4375 -3.09375 C 1.5 -2.976563 1.664063 -2.921875 1.9375 -2.921875 C 2.113281 -2.921875 2.289063 -2.953125 2.46875 -3.015625 C 2.644531 -3.085938 2.804688 -3.179688 2.953125 -3.296875 C 3.097656 -3.421875 3.210938 -3.566406 3.296875 -3.734375 C 3.378906 -3.898438 3.421875 -4.078125 3.421875 -4.265625 C 3.421875 -4.367188 3.410156 -4.476563 3.390625 -4.59375 C 3.378906 -4.707031 3.34375 -4.8125 3.28125 -4.90625 C 3.226563 -5 3.15625 -5.078125 3.0625 -5.140625 C 2.976563 -5.203125 2.863281 -5.234375 2.71875 -5.234375 C 2.507813 -5.234375 2.316406 -5.179688 2.140625 -5.078125 C 1.972656 -4.984375 1.828125 -4.859375 1.703125 -4.703125 C 1.585938 -4.554688 1.5 -4.390625 1.4375 -4.203125 C 1.375 -4.015625 1.34375 -3.828125 1.34375 -3.640625 Z M 1.34375 -3.640625 "
id="path60" />
</g>
<g
id="glyph-3-3">
<path
d="M 0.21875 -4.453125 C 0.21875 -4.515625 0.21875 -4.578125 0.21875 -4.640625 C 0.226563 -4.710938 0.242188 -4.773438 0.265625 -4.828125 C 0.285156 -4.878906 0.316406 -4.921875 0.359375 -4.953125 C 0.410156 -4.992188 0.476563 -5.015625 0.5625 -5.015625 C 0.632813 -5.015625 0.710938 -4.957031 0.796875 -4.84375 C 0.890625 -4.738281 0.976563 -4.601563 1.0625 -4.4375 C 1.15625 -4.269531 1.242188 -4.085938 1.328125 -3.890625 C 1.421875 -3.691406 1.5 -3.507813 1.5625 -3.34375 C 1.632813 -3.175781 1.691406 -3.03125 1.734375 -2.90625 C 1.773438 -2.789063 1.800781 -2.726563 1.8125 -2.71875 C 1.90625 -2.96875 2.007813 -3.238281 2.125 -3.53125 C 2.238281 -3.820313 2.378906 -4.09375 2.546875 -4.34375 C 2.710938 -4.59375 2.910156 -4.800781 3.140625 -4.96875 C 3.367188 -5.144531 3.648438 -5.234375 3.984375 -5.234375 C 4.148438 -5.234375 4.304688 -5.203125 4.453125 -5.140625 C 4.609375 -5.085938 4.742188 -5.007813 4.859375 -4.90625 C 4.972656 -4.8125 5.066406 -4.691406 5.140625 -4.546875 C 5.210938 -4.410156 5.25 -4.25 5.25 -4.0625 C 5.25 -3.90625 5.1875 -3.796875 5.0625 -3.734375 C 4.9375 -3.671875 4.796875 -3.640625 4.640625 -3.640625 L 4.53125 -3.640625 L 4.078125 -4.09375 C 4.066406 -4.09375 4.054688 -4.097656 4.046875 -4.109375 C 4.035156 -4.109375 4.023438 -4.109375 4.015625 -4.109375 C 4.003906 -4.109375 3.992188 -4.109375 3.984375 -4.109375 C 3.734375 -4.109375 3.535156 -4.039063 3.390625 -3.90625 C 3.253906 -3.769531 3.148438 -3.597656 3.078125 -3.390625 C 3.015625 -3.191406 2.972656 -2.976563 2.953125 -2.75 C 2.929688 -2.53125 2.921875 -2.332031 2.921875 -2.15625 C 2.921875 -2.007813 2.9375 -1.863281 2.96875 -1.71875 C 3 -1.570313 3.03125 -1.429688 3.0625 -1.296875 C 3.101563 -1.160156 3.132813 -1.019531 3.15625 -0.875 C 3.1875 -0.726563 3.203125 -0.578125 3.203125 -0.421875 C 3.203125 -0.128906 3.039063 0.015625 2.71875 0.015625 C 2.539063 0.015625 2.359375 -0.078125 2.171875 -0.265625 C 1.984375 -0.453125 1.796875 -0.6875 1.609375 -0.96875 C 1.421875 -1.257813 1.238281 -1.578125 1.0625 -1.921875 C 0.894531 -2.273438 0.75 -2.617188 0.625 -2.953125 C 0.5 -3.285156 0.398438 -3.585938 0.328125 -3.859375 C 0.253906 -4.128906 0.21875 -4.328125 0.21875 -4.453125 Z M 0.21875 -4.453125 "
id="path63" />
</g>
<g
id="glyph-3-4">
<path
d="M 2.265625 -0.21875 C 2.148438 -0.113281 2.03125 -0.15625 1.90625 -0.34375 C 1.789063 -0.539063 1.664063 -0.832031 1.53125 -1.21875 C 1.40625 -1.601563 1.28125 -2.0625 1.15625 -2.59375 C 1.03125 -3.132813 0.910156 -3.703125 0.796875 -4.296875 C 0.691406 -4.898438 0.585938 -5.507813 0.484375 -6.125 C 0.378906 -6.75 0.289063 -7.332031 0.21875 -7.875 C 0.21875 -7.976563 0.210938 -8.078125 0.203125 -8.171875 C 0.203125 -8.273438 0.210938 -8.367188 0.234375 -8.453125 C 0.265625 -8.546875 0.3125 -8.628906 0.375 -8.703125 C 0.445313 -8.773438 0.550781 -8.828125 0.6875 -8.859375 C 0.695313 -8.867188 0.722656 -8.863281 0.765625 -8.84375 C 0.816406 -8.832031 0.867188 -8.8125 0.921875 -8.78125 C 0.972656 -8.757813 1.015625 -8.734375 1.046875 -8.703125 C 1.085938 -8.679688 1.117188 -8.65625 1.140625 -8.625 C 1.046875 -7.3125 1.195313 -6.023438 1.59375 -4.765625 C 1.613281 -4.785156 1.664063 -4.859375 1.75 -4.984375 C 1.84375 -5.109375 1.960938 -5.253906 2.109375 -5.421875 C 2.253906 -5.585938 2.414063 -5.765625 2.59375 -5.953125 C 2.769531 -6.148438 2.957031 -6.328125 3.15625 -6.484375 C 3.351563 -6.648438 3.550781 -6.785156 3.75 -6.890625 C 3.945313 -7.003906 4.140625 -7.0625 4.328125 -7.0625 C 4.429688 -7.0625 4.535156 -7.035156 4.640625 -6.984375 C 4.742188 -6.941406 4.796875 -6.847656 4.796875 -6.703125 C 4.796875 -6.691406 4.789063 -6.671875 4.78125 -6.640625 C 4.769531 -6.617188 4.765625 -6.597656 4.765625 -6.578125 C 4.660156 -6.484375 4.488281 -6.332031 4.25 -6.125 C 4.019531 -5.925781 3.78125 -5.695313 3.53125 -5.4375 C 3.28125 -5.1875 3.035156 -4.921875 2.796875 -4.640625 C 2.566406 -4.367188 2.390625 -4.109375 2.265625 -3.859375 C 2.242188 -3.816406 2.238281 -3.78125 2.25 -3.75 C 2.257813 -3.71875 2.265625 -3.679688 2.265625 -3.640625 C 2.347656 -3.609375 2.472656 -3.5625 2.640625 -3.5 C 2.804688 -3.445313 2.992188 -3.382813 3.203125 -3.3125 C 3.410156 -3.238281 3.628906 -3.160156 3.859375 -3.078125 C 4.085938 -2.992188 4.304688 -2.910156 4.515625 -2.828125 C 4.722656 -2.753906 4.910156 -2.6875 5.078125 -2.625 C 5.242188 -2.570313 5.367188 -2.53125 5.453125 -2.5 C 5.546875 -2.457031 5.625 -2.425781 5.6875 -2.40625 C 5.757813 -2.394531 5.8125 -2.378906 5.84375 -2.359375 C 5.875 -2.335938 5.894531 -2.300781 5.90625 -2.25 C 5.925781 -2.207031 5.9375 -2.144531 5.9375 -2.0625 C 5.9375 -1.863281 5.882813 -1.726563 5.78125 -1.65625 C 5.6875 -1.59375 5.546875 -1.5625 5.359375 -1.5625 C 4.816406 -1.601563 4.285156 -1.71875 3.765625 -1.90625 C 3.242188 -2.101563 2.710938 -2.34375 2.171875 -2.625 C 2.148438 -2.488281 2.160156 -2.332031 2.203125 -2.15625 C 2.242188 -1.976563 2.289063 -1.800781 2.34375 -1.625 C 2.394531 -1.445313 2.445313 -1.269531 2.5 -1.09375 C 2.5625 -0.925781 2.597656 -0.773438 2.609375 -0.640625 C 2.617188 -0.515625 2.597656 -0.410156 2.546875 -0.328125 C 2.503906 -0.253906 2.410156 -0.21875 2.265625 -0.21875 Z M 2.265625 -0.21875 "
id="path66" />
</g>
<g
id="glyph-3-5">
<path
d="M 0.46875 -6 C 0.46875 -6.207031 0.453125 -6.40625 0.421875 -6.59375 C 0.390625 -6.789063 0.378906 -6.960938 0.390625 -7.109375 C 0.410156 -7.265625 0.46875 -7.390625 0.5625 -7.484375 C 0.65625 -7.578125 0.832031 -7.625 1.09375 -7.625 C 1.164063 -7.457031 1.238281 -7.207031 1.3125 -6.875 C 1.394531 -6.550781 1.46875 -6.171875 1.53125 -5.734375 C 1.601563 -5.304688 1.671875 -4.835938 1.734375 -4.328125 C 1.796875 -3.828125 1.851563 -3.320313 1.90625 -2.8125 C 1.96875 -2.300781 2.015625 -1.800781 2.046875 -1.3125 C 2.085938 -0.820313 2.117188 -0.375 2.140625 0.03125 C 1.910156 0.1875 1.722656 0.195313 1.578125 0.0625 C 1.441406 -0.0703125 1.328125 -0.300781 1.234375 -0.625 C 1.140625 -0.945313 1.066406 -1.335938 1.015625 -1.796875 C 0.960938 -2.253906 0.914063 -2.734375 0.875 -3.234375 C 0.832031 -3.734375 0.773438 -4.222656 0.703125 -4.703125 C 0.640625 -5.191406 0.5625 -5.625 0.46875 -6 Z M 0.46875 -6 "
id="path69" />
</g>
<g
id="glyph-3-6">
<path
d="M 0.65625 -3.984375 C 0.65625 -4.023438 0.65625 -4.09375 0.65625 -4.1875 C 0.664063 -4.28125 0.671875 -4.378906 0.671875 -4.484375 C 0.671875 -4.585938 0.671875 -4.6875 0.671875 -4.78125 C 0.679688 -4.882813 0.6875 -4.957031 0.6875 -5 C 0.769531 -5.113281 0.867188 -5.207031 0.984375 -5.28125 C 1.109375 -5.351563 1.238281 -5.410156 1.375 -5.453125 C 1.394531 -5.066406 1.453125 -4.65625 1.546875 -4.21875 C 1.648438 -3.789063 1.753906 -3.359375 1.859375 -2.921875 C 1.972656 -2.492188 2.070313 -2.066406 2.15625 -1.640625 C 2.25 -1.210938 2.296875 -0.816406 2.296875 -0.453125 C 2.296875 -0.140625 2.132813 0.015625 1.8125 0.015625 C 1.613281 0.015625 1.445313 -0.0625 1.3125 -0.21875 C 1.175781 -0.382813 1.066406 -0.59375 0.984375 -0.84375 C 0.910156 -1.09375 0.847656 -1.367188 0.796875 -1.671875 C 0.742188 -1.984375 0.707031 -2.285156 0.6875 -2.578125 C 0.675781 -2.878906 0.664063 -3.15625 0.65625 -3.40625 C 0.65625 -3.65625 0.65625 -3.847656 0.65625 -3.984375 Z M 0.8125 -7.953125 C 0.9375 -7.898438 1.046875 -7.804688 1.140625 -7.671875 C 1.234375 -7.546875 1.273438 -7.429688 1.265625 -7.328125 C 1.253906 -7.222656 1.175781 -7.148438 1.03125 -7.109375 C 0.882813 -7.078125 0.632813 -7.125 0.28125 -7.25 C 0.28125 -7.4375 0.316406 -7.597656 0.390625 -7.734375 C 0.472656 -7.878906 0.613281 -7.953125 0.8125 -7.953125 Z M 0.8125 -7.953125 "
id="path72" />
</g>
<g
id="glyph-3-7">
<path
d="M 3.859375 -5.234375 C 3.867188 -5.242188 3.878906 -5.257813 3.890625 -5.28125 C 3.898438 -5.3125 3.90625 -5.332031 3.90625 -5.34375 C 3.90625 -5.507813 3.804688 -5.617188 3.609375 -5.671875 C 3.421875 -5.722656 3.179688 -5.742188 2.890625 -5.734375 C 2.597656 -5.734375 2.285156 -5.71875 1.953125 -5.6875 C 1.617188 -5.664063 1.304688 -5.65625 1.015625 -5.65625 C 0.722656 -5.65625 0.476563 -5.6875 0.28125 -5.75 C 0.09375 -5.820313 0 -5.953125 0 -6.140625 C 0 -6.265625 0.00390625 -6.351563 0.015625 -6.40625 C 0.0351563 -6.46875 0.0625 -6.507813 0.09375 -6.53125 C 0.132813 -6.5625 0.179688 -6.578125 0.234375 -6.578125 C 0.285156 -6.578125 0.34375 -6.578125 0.40625 -6.578125 L 0.6875 -6.578125 C 0.769531 -6.578125 0.90625 -6.570313 1.09375 -6.5625 C 1.289063 -6.550781 1.507813 -6.539063 1.75 -6.53125 C 1.988281 -6.519531 2.238281 -6.503906 2.5 -6.484375 C 2.769531 -6.460938 3.019531 -6.445313 3.25 -6.4375 C 3.488281 -6.425781 3.703125 -6.410156 3.890625 -6.390625 C 4.078125 -6.378906 4.222656 -6.367188 4.328125 -6.359375 C 4.453125 -6.285156 4.554688 -6.21875 4.640625 -6.15625 C 4.734375 -6.09375 4.804688 -6.023438 4.859375 -5.953125 C 4.910156 -5.890625 4.945313 -5.820313 4.96875 -5.75 C 5 -5.675781 5.015625 -5.582031 5.015625 -5.46875 C 5.015625 -5.226563 4.960938 -4.992188 4.859375 -4.765625 C 4.765625 -4.535156 4.640625 -4.304688 4.484375 -4.078125 C 4.335938 -3.847656 4.164063 -3.617188 3.96875 -3.390625 C 3.78125 -3.160156 3.59375 -2.929688 3.40625 -2.703125 C 3.21875 -2.472656 3.039063 -2.242188 2.875 -2.015625 C 2.71875 -1.796875 2.59375 -1.582031 2.5 -1.375 L 5.234375 -1.375 C 5.429688 -1.375 5.554688 -1.332031 5.609375 -1.25 C 5.671875 -1.175781 5.703125 -1.066406 5.703125 -0.921875 C 5.703125 -0.828125 5.691406 -0.734375 5.671875 -0.640625 C 5.648438 -0.554688 5.578125 -0.492188 5.453125 -0.453125 C 5.109375 -0.421875 4.765625 -0.378906 4.421875 -0.328125 C 4.078125 -0.273438 3.726563 -0.21875 3.375 -0.15625 C 3.03125 -0.101563 2.679688 -0.0546875 2.328125 -0.015625 C 1.984375 0.0234375 1.640625 0.046875 1.296875 0.046875 C 1.296875 -0.453125 1.375 -0.9375 1.53125 -1.40625 C 1.6875 -1.882813 1.890625 -2.34375 2.140625 -2.78125 C 2.398438 -3.21875 2.675781 -3.640625 2.96875 -4.046875 C 3.269531 -4.460938 3.566406 -4.859375 3.859375 -5.234375 Z M 3.859375 -5.234375 "
id="path75" />
</g>
<g
id="glyph-3-8">
<path
d="M -0.0625 -2.84375 C -0.0625 -3.113281 -0.015625 -3.441406 0.078125 -3.828125 C 0.179688 -4.210938 0.320313 -4.609375 0.5 -5.015625 C 0.6875 -5.429688 0.898438 -5.84375 1.140625 -6.25 C 1.378906 -6.65625 1.640625 -7.019531 1.921875 -7.34375 C 2.203125 -7.675781 2.5 -7.941406 2.8125 -8.140625 C 3.125 -8.335938 3.4375 -8.4375 3.75 -8.4375 C 3.820313 -8.4375 3.914063 -8.4375 4.03125 -8.4375 C 4.144531 -8.4375 4.257813 -8.425781 4.375 -8.40625 C 4.488281 -8.382813 4.585938 -8.347656 4.671875 -8.296875 C 4.753906 -8.242188 4.796875 -8.164063 4.796875 -8.0625 C 4.796875 -8.0625 4.789063 -8.039063 4.78125 -8 C 4.769531 -7.976563 4.765625 -7.96875 4.765625 -7.96875 C 4.753906 -7.9375 4.726563 -7.894531 4.6875 -7.84375 C 4.65625 -7.800781 4.613281 -7.753906 4.5625 -7.703125 C 4.519531 -7.660156 4.472656 -7.617188 4.421875 -7.578125 C 4.367188 -7.535156 4.335938 -7.503906 4.328125 -7.484375 C 4.328125 -7.429688 4.320313 -7.34375 4.3125 -7.21875 C 4.3125 -7.09375 4.3125 -6.957031 4.3125 -6.8125 C 4.3125 -6.675781 4.3125 -6.539063 4.3125 -6.40625 C 4.3125 -6.28125 4.3125 -6.191406 4.3125 -6.140625 C 4.3125 -5.910156 4.304688 -5.691406 4.296875 -5.484375 C 4.296875 -5.273438 4.300781 -5.066406 4.3125 -4.859375 C 4.332031 -4.660156 4.359375 -4.457031 4.390625 -4.25 C 4.421875 -4.050781 4.46875 -3.847656 4.53125 -3.640625 C 4.5625 -3.640625 4.597656 -3.632813 4.640625 -3.625 C 4.679688 -3.625 4.722656 -3.625 4.765625 -3.625 C 4.816406 -3.625 4.863281 -3.617188 4.90625 -3.609375 C 4.945313 -3.609375 4.976563 -3.609375 5 -3.609375 C 5.09375 -3.609375 5.1875 -3.609375 5.28125 -3.609375 C 5.375 -3.617188 5.457031 -3.640625 5.53125 -3.671875 C 5.613281 -3.703125 5.6875 -3.75 5.75 -3.8125 C 5.820313 -3.875 5.878906 -3.96875 5.921875 -4.09375 C 6.140625 -4 6.269531 -3.890625 6.3125 -3.765625 C 6.363281 -3.640625 6.390625 -3.488281 6.390625 -3.3125 C 6.390625 -3.101563 6.34375 -2.941406 6.25 -2.828125 C 6.15625 -2.722656 6.03125 -2.644531 5.875 -2.59375 C 5.726563 -2.550781 5.554688 -2.523438 5.359375 -2.515625 C 5.160156 -2.515625 4.960938 -2.507813 4.765625 -2.5 C 4.796875 -2.425781 4.832031 -2.300781 4.875 -2.125 C 4.914063 -1.957031 4.960938 -1.773438 5.015625 -1.578125 C 5.066406 -1.390625 5.109375 -1.207031 5.140625 -1.03125 C 5.179688 -0.863281 5.210938 -0.75 5.234375 -0.6875 C 5.234375 -0.675781 5.234375 -0.640625 5.234375 -0.578125 C 5.242188 -0.515625 5.25 -0.460938 5.25 -0.421875 C 5.25 -0.234375 5.195313 -0.113281 5.09375 -0.0625 C 4.988281 -0.0078125 4.84375 0.015625 4.65625 0.015625 C 4.632813 0.015625 4.578125 0.0078125 4.484375 0 C 4.398438 0 4.347656 0 4.328125 0 C 4.316406 -0.0820313 4.285156 -0.21875 4.234375 -0.40625 C 4.191406 -0.601563 4.148438 -0.8125 4.109375 -1.03125 C 4.066406 -1.25 4.019531 -1.453125 3.96875 -1.640625 C 3.914063 -1.835938 3.878906 -1.972656 3.859375 -2.046875 C 3.835938 -2.097656 3.804688 -2.171875 3.765625 -2.265625 C 3.722656 -2.359375 3.671875 -2.445313 3.609375 -2.53125 C 3.546875 -2.613281 3.476563 -2.6875 3.40625 -2.75 C 3.332031 -2.8125 3.257813 -2.84375 3.1875 -2.84375 Z M 3.1875 -7.046875 C 2.96875 -6.890625 2.734375 -6.6875 2.484375 -6.4375 C 2.242188 -6.1875 2.019531 -5.914063 1.8125 -5.625 C 1.601563 -5.34375 1.429688 -5.046875 1.296875 -4.734375 C 1.160156 -4.429688 1.09375 -4.140625 1.09375 -3.859375 L 3.421875 -3.859375 C 3.421875 -4.078125 3.410156 -4.347656 3.390625 -4.671875 C 3.367188 -4.992188 3.34375 -5.3125 3.3125 -5.625 C 3.289063 -5.9375 3.265625 -6.222656 3.234375 -6.484375 C 3.203125 -6.742188 3.1875 -6.929688 3.1875 -7.046875 Z M 3.1875 -7.046875 "
id="path78" />
</g>
</g>
</defs>
<path
fill="none"
stroke-width="1.03"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 268.421886 136.588547 C 319.000013 138.421881 364.848974 137.348964 402.119808 136.588547 M 268.421886 136.588547 C 307.718763 135.500006 349.598973 134.880214 402.119808 136.588547 M 402.119808 136.588547 C 405.171892 135.161464 408.890642 139.770839 407.697934 142.182298 M 402.119808 136.588547 C 406.640642 138.947922 409.750017 140.447923 407.697934 142.182298 M 407.697934 142.182298 C 407.838559 152.937506 406.338559 159.541673 407.697934 168.260424 M 407.697934 142.182298 C 406.609392 151.20834 407.791684 161.968757 407.697934 168.260424 M 407.697934 168.260424 C 406.140642 172.338549 407.130225 175.489591 402.119808 173.838549 M 407.697934 168.260424 C 409.531267 171.697924 404.171892 172.968757 402.119808 173.838549 M 402.119808 173.838549 C 348.979181 176.500007 300.510429 176.250007 268.421886 173.838549 M 402.119808 173.838549 C 351.520848 175.531257 301.531263 174.229174 268.421886 173.838549 M 268.421886 173.838549 C 264.348969 171.869799 264.161469 172.869799 262.828136 168.260424 M 268.421886 173.838549 C 264.921886 175.911466 262.239594 169.880215 262.828136 168.260424 M 262.828136 168.260424 C 261.661469 156.682298 263.911469 148.401048 262.828136 142.182298 M 262.828136 168.260424 C 262.161469 159.578132 263.291678 153.23959 262.828136 142.182298 M 262.828136 142.182298 C 263.687511 138.390631 264.359386 134.598964 268.421886 136.588547 M 262.828136 142.182298 C 262.479178 138.130214 264.979178 137.901047 268.421886 136.588547 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path85" />
<g
fill="#000000"
fill-opacity="1"
id="g111">
<use
xlink:href="#glyph-0-1"
x="209.51923"
y="122.62173"
id="use87" />
<use
xlink:href="#glyph-0-2"
x="219.15057"
y="122.62173"
id="use89" />
<use
xlink:href="#glyph-0-3"
x="223.82983"
y="122.62173"
id="use91" />
<use
xlink:href="#glyph-0-4"
x="230.55542"
y="122.62173"
id="use93" />
<use
xlink:href="#glyph-0-5"
x="233.77496"
y="122.62173"
id="use95" />
<use
xlink:href="#glyph-0-6"
x="241.67378"
y="122.62173"
id="use97" />
<use
xlink:href="#glyph-0-7"
x="249.57259"
y="122.62173"
id="use99" />
<use
xlink:href="#glyph-0-8"
x="258.04437"
y="122.62173"
id="use101" />
<use
xlink:href="#glyph-0-9"
x="266.81625"
y="122.62173"
id="use103" />
<use
xlink:href="#glyph-0-10"
x="273.82834"
y="122.62173"
id="use105" />
<use
xlink:href="#glyph-0-11"
x="280.79947"
y="122.62173"
id="use107" />
<use
xlink:href="#glyph-0-12"
x="288.4118"
y="122.62173"
id="use109" />
</g>
<path
fill="none"
stroke-width="1.03"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 191.848966 10.348959 C 240.06251 9.489584 287.619804 8.838542 325.54168 10.348959 M 191.848966 10.348959 C 224.062509 10.760417 257.578136 10.588542 325.54168 10.348959 M 325.54168 10.348959 C 330.052097 10.010417 330.000014 12.750001 331.130222 15.937501 M 325.54168 10.348959 C 330.47918 9.098959 330.421889 13.031251 331.130222 15.937501 M 331.130222 15.937501 C 330.062514 23.989584 331.802097 37.671877 331.130222 42.010418 M 331.130222 15.937501 C 331.302097 25.828126 331.958347 33.41146 331.130222 42.010418 M 331.130222 42.010418 C 330.802097 46.921877 327.421889 45.687502 325.54168 47.59896 M 331.130222 42.010418 C 329.458347 45.588544 329.531264 48.401044 325.54168 47.59896 M 325.54168 47.59896 C 297.140637 49.791669 267.031261 49.578127 191.848966 47.59896 M 325.54168 47.59896 C 297.041679 48.56771 269.479178 48.010419 191.848966 47.59896 M 191.848966 47.59896 C 188.010425 49.171877 187.218758 47.718752 186.260424 42.010418 M 191.848966 47.59896 C 187.380216 49.63021 185.369799 43.838544 186.260424 42.010418 M 186.260424 42.010418 C 187.880216 34.682293 185.947924 24.510418 186.260424 15.937501 M 186.260424 42.010418 C 186.359383 35.890627 185.880216 28.06771 186.260424 15.937501 M 186.260424 15.937501 C 188.020841 12.140626 188.708341 9.791667 191.848966 10.348959 M 186.260424 15.937501 C 184.630216 12.359376 185.750008 11.598959 191.848966 10.348959 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path113" />
<g
fill="#000000"
fill-opacity="1"
id="g117">
<use
xlink:href="#glyph-1-1"
x="150.30621"
y="26.386955"
id="use115" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g141">
<use
xlink:href="#glyph-0-2"
x="156.79381"
y="26.386955"
id="use119" />
<use
xlink:href="#glyph-0-3"
x="161.47307"
y="26.386955"
id="use121" />
<use
xlink:href="#glyph-0-4"
x="168.19865"
y="26.386955"
id="use123" />
<use
xlink:href="#glyph-0-5"
x="171.4182"
y="26.386955"
id="use125" />
<use
xlink:href="#glyph-0-6"
x="179.31702"
y="26.386955"
id="use127" />
<use
xlink:href="#glyph-0-7"
x="187.21582"
y="26.386955"
id="use129" />
<use
xlink:href="#glyph-0-8"
x="195.68759"
y="26.386955"
id="use131" />
<use
xlink:href="#glyph-0-9"
x="204.4595"
y="26.386955"
id="use133" />
<use
xlink:href="#glyph-0-10"
x="211.47156"
y="26.386955"
id="use135" />
<use
xlink:href="#glyph-0-11"
x="218.4427"
y="26.386955"
id="use137" />
<use
xlink:href="#glyph-0-12"
x="226.05502"
y="26.386955"
id="use139" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g145">
<use
xlink:href="#glyph-2-1"
x="231.01926"
y="29.491304"
id="use143" />
</g>
<path
fill="none"
stroke-width="1.03"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 368.802099 10.348959 C 415.828142 10.947917 466.312519 10.5 502.489604 10.348959 M 368.802099 10.348959 C 411.869809 10.182292 454.578144 9.197917 502.489604 10.348959 M 502.489604 10.348959 C 507.718771 8.489584 509.921896 12.369792 508.078146 15.937501 M 502.489604 10.348959 C 505.250021 12.067709 508.359396 12.437501 508.078146 15.937501 M 508.078146 15.937501 C 506.671896 19.489584 507.958355 27.359376 508.078146 42.010418 M 508.078146 15.937501 C 508.88023 24.197918 508.250021 33.291668 508.078146 42.010418 M 508.078146 42.010418 C 506.291688 47.338544 506.937521 45.979169 502.489604 47.59896 M 508.078146 42.010418 C 507.041688 48.031252 505.067729 46.859377 502.489604 47.59896 M 502.489604 47.59896 C 471.010436 47.479169 438.781268 47.302085 368.802099 47.59896 M 502.489604 47.59896 C 472.68752 48.208335 442.989602 49.052085 368.802099 47.59896 M 368.802099 47.59896 C 365.067724 46.812502 361.911473 46.197919 363.208348 42.010418 M 368.802099 47.59896 C 363.838557 47.229169 362.17189 46.31771 363.208348 42.010418 M 363.208348 42.010418 C 362.07814 35.270835 362.197932 30.901043 363.208348 15.937501 M 363.208348 42.010418 C 363.958349 33.520835 362.661473 24.421876 363.208348 15.937501 M 363.208348 15.937501 C 363.348973 12.140626 366.119807 10.510417 368.802099 10.348959 M 363.208348 15.937501 C 363.312515 12.588542 366.119807 11.578126 368.802099 10.348959 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path147" />
<g
fill="#000000"
fill-opacity="1"
id="g151">
<use
xlink:href="#glyph-1-1"
x="283.45364"
y="26.386955"
id="use149" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g175">
<use
xlink:href="#glyph-0-2"
x="289.94122"
y="26.386955"
id="use153" />
<use
xlink:href="#glyph-0-3"
x="294.62048"
y="26.386955"
id="use155" />
<use
xlink:href="#glyph-0-4"
x="301.34607"
y="26.386955"
id="use157" />
<use
xlink:href="#glyph-0-5"
x="304.56561"
y="26.386955"
id="use159" />
<use
xlink:href="#glyph-0-6"
x="312.46442"
y="26.386955"
id="use161" />
<use
xlink:href="#glyph-0-7"
x="320.36322"
y="26.386955"
id="use163" />
<use
xlink:href="#glyph-0-8"
x="328.83502"
y="26.386955"
id="use165" />
<use
xlink:href="#glyph-0-9"
x="337.6069"
y="26.386955"
id="use167" />
<use
xlink:href="#glyph-0-10"
x="344.61899"
y="26.386955"
id="use169" />
<use
xlink:href="#glyph-0-11"
x="351.59012"
y="26.386955"
id="use171" />
<use
xlink:href="#glyph-0-12"
x="359.20245"
y="26.386955"
id="use173" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g179">
<use
xlink:href="#glyph-2-2"
x="364.16669"
y="29.491304"
id="use177" />
</g>
<path
fill="none"
stroke-width="1.03"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 544.552106 10.348959 C 555.067731 11.151042 564.859399 10.911459 569.911482 10.348959 M 544.552106 10.348959 C 554.208356 11.25 563.890649 11.531251 569.911482 10.348959 M 569.911482 10.348959 C 571.619816 11.109375 576.020857 11.932292 575.338566 15.781251 M 569.911482 10.348959 C 575.151066 10.270834 576.619816 11.802084 575.338566 15.781251 M 575.338566 15.781251 C 573.598982 20.119793 574.432316 27.447918 575.338566 42.171877 M 575.338566 15.781251 C 574.697941 24.567709 574.848982 33.208335 575.338566 42.171877 M 575.338566 42.171877 C 576.239607 47.812502 572.682316 46.270835 569.911482 47.59896 M 575.338566 42.171877 C 574.932316 45.770835 575.729191 45.31771 569.911482 47.59896 M 569.911482 47.59896 C 562.239607 48.520835 558.932315 48.359377 544.552106 47.59896 M 569.911482 47.59896 C 564.770857 47.468752 556.79169 47.640627 544.552106 47.59896 M 544.552106 47.59896 C 541.052106 48.578127 539.708356 44.718752 539.119814 42.171877 M 544.552106 47.59896 C 539.208356 49.59896 537.937522 44.088544 539.119814 42.171877 M 539.119814 42.171877 C 539.390647 34.838543 537.421897 26.817709 539.119814 15.781251 M 539.119814 42.171877 C 540.000023 36.458335 539.958356 31.229168 539.119814 15.781251 M 539.119814 15.781251 C 537.651064 12.078126 542.447939 11.229167 544.552106 10.348959 M 539.119814 15.781251 C 540.958356 12.781251 540.651064 11.552084 544.552106 10.348959 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path181" />
<g
fill="#000000"
fill-opacity="1"
id="g185">
<use
xlink:href="#glyph-0-13"
x="413.8241"
y="27.939131"
id="use183" />
</g>
<path
fill="none"
stroke-width="1.03"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 334.229181 70.369795 C 334.369806 91.880212 334.041681 113.567713 335.171889 130.000005 M 334.229181 70.369795 C 334.989597 86.859379 334.598972 101.932296 335.171889 130.000005 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path187" />
<path
fill="none"
stroke-width="0.52"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 331.760431 127.968755 L 331.760431 127.968755 M 331.760431 127.968755 L 331.760431 127.968755 M 333.520847 132.250006 C 333.932306 131.609381 334.281264 131.411464 335.562514 129.911464 M 333.520847 132.250006 C 334.041681 131.781256 334.510431 130.89063 335.562514 129.911464 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path189" />
<path
fill="none"
stroke-width="1.03"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 335.250014 135.432297 C 334.171889 133.510422 332.458347 132.317714 331.510431 128.250005 M 335.250014 135.432297 C 334.140639 132.369797 332.369806 129.348964 331.510431 128.250005 M 331.510431 128.250005 C 333.119806 129.14063 334.302097 129.119797 335.171889 130.000005 M 331.510431 128.250005 C 332.520847 128.901047 333.838556 129.32813 335.171889 130.000005 M 335.171889 130.000005 C 335.932306 129.151047 337.520847 128.567714 338.760431 128.14063 M 335.171889 130.000005 C 336.000014 129.338547 337.229181 129.07813 338.760431 128.14063 M 338.760431 128.14063 C 337.812514 129.270839 337.250014 131.067714 335.250014 135.432297 M 338.760431 128.14063 C 338.182306 129.812505 337.552097 131.828131 335.250014 135.432297 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path191" />
<path
fill-rule="nonzero"
fill="rgb(100%, 100%, 100%)"
fill-opacity="1"
d="M 227.394531 71.398438 L 277.839844 71.398438 L 277.839844 84.59375 L 227.394531 84.59375 Z M 227.394531 71.398438 "
id="path193" />
<g
fill="#000000"
fill-opacity="1"
id="g213">
<use
xlink:href="#glyph-3-1"
x="227.73302"
y="82.265213"
id="use195" />
<use
xlink:href="#glyph-3-2"
x="237.04909"
y="82.265213"
id="use197" />
<use
xlink:href="#glyph-3-3"
x="242.96979"
y="82.265213"
id="use199" />
<use
xlink:href="#glyph-3-4"
x="248.39178"
y="82.265213"
id="use201" />
<use
xlink:href="#glyph-3-5"
x="254.53529"
y="82.265213"
id="use203" />
<use
xlink:href="#glyph-3-2"
x="257.01816"
y="82.265213"
id="use205" />
<use
xlink:href="#glyph-3-6"
x="262.93887"
y="82.265213"
id="use207" />
<use
xlink:href="#glyph-3-7"
x="265.44296"
y="82.265213"
id="use209" />
<use
xlink:href="#glyph-3-2"
x="271.58646"
y="82.265213"
id="use211" />
</g>
<path
fill="none"
stroke-width="1.03"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 82.781253 68.302086 C 222.651051 68.609378 362.098973 69.208336 558.781273 68.302086 M 82.781253 68.302086 C 246.380219 69.04167 410.088559 69.161461 558.781273 68.302086 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path215" />
<path
fill="none"
stroke-width="1.03"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 82.781253 47.59896 C 81.500003 53.760419 83.44792 61.921878 82.781253 70.369795 M 82.781253 47.59896 C 82.098962 53.291669 82.250003 57.651044 82.781253 70.369795 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path217" />
<path
fill="none"
stroke-width="1.03"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 258.697927 49.671877 C 260.411469 54.151044 257.000011 61.911461 258.697927 70.369795 M 258.697927 49.671877 C 259.302094 56.630211 259.010427 61.218753 258.697927 70.369795 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path219" />
<path
fill="none"
stroke-width="1.03"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 435.640643 47.59896 C 436.208352 55.750002 435.729185 60.187503 435.640643 70.369795 M 435.640643 47.59896 C 435.43231 54.937502 434.697935 63.031253 435.640643 70.369795 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path221" />
<path
fill="none"
stroke-width="1.03"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 557.22919 47.59896 C 556.500023 54.682294 558.79169 59.328127 556.708357 70.369795 M 557.22919 47.59896 C 556.098982 52.250002 556.880232 58.682294 556.708357 70.369795 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path223" />
<g
fill="#000000"
fill-opacity="1"
id="g227">
<use
xlink:href="#glyph-3-8"
x="426.65378"
y="55.878258"
id="use225" />
</g>
<path
fill="none"
stroke-width="1.03"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 15.937501 10.348959 C 56.348961 9.682292 95.661462 12.187501 149.630215 10.348959 M 15.937501 10.348959 C 65.588544 10.96875 115.791672 10.510417 149.630215 10.348959 M 149.630215 10.348959 C 151.52084 11.229167 155.718757 10.5 155.218756 15.937501 M 149.630215 10.348959 C 152.718756 12.078126 153.640631 12.109376 155.218756 15.937501 M 155.218756 15.937501 C 154.250006 22.979168 157.119798 31.588543 155.218756 42.010418 M 155.218756 15.937501 C 155.041673 24.052084 154.510423 31.890626 155.218756 42.010418 M 155.218756 42.010418 C 155.510423 45.187502 152.130215 46.739585 149.630215 47.59896 M 155.218756 42.010418 C 154.30209 46.09896 155.598965 47.140627 149.630215 47.59896 M 149.630215 47.59896 C 119.312505 45.921877 89.359379 46.41146 15.937501 47.59896 M 149.630215 47.59896 C 105.328129 46.468752 59.947919 46.781252 15.937501 47.59896 M 15.937501 47.59896 C 12.901042 46.84896 11.348959 44.09896 10.348959 42.010418 M 15.937501 47.59896 C 13.510417 45.218752 11.979167 46.458335 10.348959 42.010418 M 10.348959 42.010418 C 10.958334 33.750001 10.380209 28.229168 10.348959 15.937501 M 10.348959 42.010418 C 11.151042 36.020835 11.380209 31.468751 10.348959 15.937501 M 10.348959 15.937501 C 8.510417 10.369792 10.369792 9.260417 15.937501 10.348959 M 10.348959 15.937501 C 9.328125 14.479167 12.682292 8.432292 15.937501 10.348959 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path229" />
<g
fill="#000000"
fill-opacity="1"
id="g233">
<use
xlink:href="#glyph-1-1"
x="20.542051"
y="26.386955"
id="use231" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g257">
<use
xlink:href="#glyph-0-2"
x="27.029654"
y="26.386955"
id="use235" />
<use
xlink:href="#glyph-0-3"
x="31.708912"
y="26.386955"
id="use237" />
<use
xlink:href="#glyph-0-4"
x="38.434494"
y="26.386955"
id="use239" />
<use
xlink:href="#glyph-0-5"
x="41.654041"
y="26.386955"
id="use241" />
<use
xlink:href="#glyph-0-6"
x="49.552849"
y="26.386955"
id="use243" />
<use
xlink:href="#glyph-0-7"
x="57.451653"
y="26.386955"
id="use245" />
<use
xlink:href="#glyph-0-8"
x="65.923431"
y="26.386955"
id="use247" />
<use
xlink:href="#glyph-0-9"
x="74.695335"
y="26.386955"
id="use249" />
<use
xlink:href="#glyph-0-10"
x="81.707405"
y="26.386955"
id="use251" />
<use
xlink:href="#glyph-0-11"
x="88.678543"
y="26.386955"
id="use253" />
<use
xlink:href="#glyph-0-12"
x="96.290863"
y="26.386955"
id="use255" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g261">
<use
xlink:href="#glyph-2-3"
x="101.25509"
y="29.491304"
id="use259" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 83 KiB

View File

@@ -0,0 +1,677 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="520.08002pt"
height="206.87999pt"
viewBox="0 0 520.08002 206.87999"
version="1.1"
id="svg220"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs54">
<g
id="g52">
<g
id="glyph-0-0" />
<g
id="glyph-0-1">
<path
d="M 3.625 -13.484375 C 3.6875 -13.671875 3.773438 -13.78125 3.890625 -13.8125 C 4.015625 -13.84375 4.148438 -13.859375 4.296875 -13.859375 C 4.535156 -13.859375 4.800781 -13.703125 5.09375 -13.390625 C 5.382813 -13.078125 5.679688 -12.660156 5.984375 -12.140625 C 6.296875 -11.617188 6.609375 -11.019531 6.921875 -10.34375 C 7.234375 -9.664063 7.535156 -8.960938 7.828125 -8.234375 C 8.117188 -7.515625 8.390625 -6.796875 8.640625 -6.078125 C 8.898438 -5.367188 9.125 -4.710938 9.3125 -4.109375 C 9.507813 -3.515625 9.65625 -2.992188 9.75 -2.546875 C 9.851563 -2.109375 9.90625 -1.804688 9.90625 -1.640625 C 9.90625 -1.472656 9.867188 -1.316406 9.796875 -1.171875 C 9.722656 -1.023438 9.585938 -0.953125 9.390625 -0.953125 C 9.265625 -0.953125 9.15625 -0.988281 9.0625 -1.0625 C 8.976563 -1.144531 8.90625 -1.238281 8.84375 -1.34375 C 8.789063 -1.457031 8.738281 -1.570313 8.6875 -1.6875 C 8.632813 -1.800781 8.585938 -1.898438 8.546875 -1.984375 C 8.503906 -2.097656 8.414063 -2.3125 8.28125 -2.625 C 8.15625 -2.945313 8.023438 -3.28125 7.890625 -3.625 C 7.753906 -3.976563 7.625 -4.304688 7.5 -4.609375 C 7.375 -4.921875 7.285156 -5.140625 7.234375 -5.265625 C 6.515625 -5.390625 5.796875 -5.503906 5.078125 -5.609375 C 4.359375 -5.722656 3.597656 -5.832031 2.796875 -5.9375 L 2.625 -5.9375 C 2.257813 -4.34375 1.9375 -3.082031 1.65625 -2.15625 C 1.375 -1.238281 1.132813 -0.582031 0.9375 -0.1875 C 0.75 0.195313 0.601563 0.351563 0.5 0.28125 C 0.394531 0.21875 0.320313 -0.015625 0.28125 -0.421875 C 0.25 -0.828125 0.253906 -1.367188 0.296875 -2.046875 C 0.347656 -2.722656 0.4375 -3.46875 0.5625 -4.28125 C 0.6875 -5.09375 0.84375 -5.941406 1.03125 -6.828125 C 1.21875 -7.722656 1.441406 -8.582031 1.703125 -9.40625 C 1.960938 -10.238281 2.253906 -11.007813 2.578125 -11.71875 C 2.898438 -12.4375 3.25 -13.023438 3.625 -13.484375 Z M 3.25 -8.078125 C 3.25 -7.703125 3.375 -7.421875 3.625 -7.234375 C 3.875 -7.054688 4.171875 -6.941406 4.515625 -6.890625 C 4.867188 -6.847656 5.234375 -6.832031 5.609375 -6.84375 C 5.992188 -6.851563 6.328125 -6.859375 6.609375 -6.859375 C 6.609375 -7.265625 6.539063 -7.703125 6.40625 -8.171875 C 6.269531 -8.648438 6.097656 -9.125 5.890625 -9.59375 C 5.691406 -10.070313 5.476563 -10.53125 5.25 -10.96875 C 5.019531 -11.414063 4.804688 -11.820313 4.609375 -12.1875 C 4.492188 -12.070313 4.375 -11.863281 4.25 -11.5625 C 4.125 -11.257813 3.992188 -10.921875 3.859375 -10.546875 C 3.734375 -10.171875 3.617188 -9.800781 3.515625 -9.4375 C 3.410156 -9.082031 3.332031 -8.796875 3.28125 -8.578125 C 3.28125 -8.546875 3.273438 -8.460938 3.265625 -8.328125 C 3.253906 -8.203125 3.25 -8.117188 3.25 -8.078125 Z M 3.25 -8.078125 "
id="path3" />
</g>
<g
id="glyph-0-2">
<path
d="M 0.34375 -10.421875 C 0.34375 -10.847656 0.46875 -11.195313 0.71875 -11.46875 C 0.96875 -11.75 1.28125 -11.96875 1.65625 -12.125 C 2.03125 -12.289063 2.429688 -12.398438 2.859375 -12.453125 C 3.285156 -12.503906 3.675781 -12.53125 4.03125 -12.53125 C 4.695313 -12.53125 5.253906 -12.398438 5.703125 -12.140625 C 6.160156 -11.878906 6.53125 -11.535156 6.8125 -11.109375 C 7.09375 -10.679688 7.296875 -10.1875 7.421875 -9.625 C 7.546875 -9.0625 7.609375 -8.484375 7.609375 -7.890625 C 7.609375 -7.503906 7.566406 -7.046875 7.484375 -6.515625 C 7.398438 -5.992188 7.273438 -5.453125 7.109375 -4.890625 C 6.953125 -4.335938 6.75 -3.785156 6.5 -3.234375 C 6.257813 -2.679688 5.976563 -2.1875 5.65625 -1.75 C 5.34375 -1.320313 4.988281 -0.972656 4.59375 -0.703125 C 4.207031 -0.441406 3.773438 -0.3125 3.296875 -0.3125 C 3.210938 -0.3125 3.101563 -0.4375 2.96875 -0.6875 C 2.84375 -0.9375 2.703125 -1.269531 2.546875 -1.6875 C 2.390625 -2.101563 2.222656 -2.585938 2.046875 -3.140625 C 1.878906 -3.691406 1.710938 -4.257813 1.546875 -4.84375 C 1.390625 -5.4375 1.238281 -6.03125 1.09375 -6.625 C 0.945313 -7.21875 0.8125 -7.765625 0.6875 -8.265625 C 0.570313 -8.765625 0.484375 -9.203125 0.421875 -9.578125 C 0.367188 -9.960938 0.34375 -10.242188 0.34375 -10.421875 Z M 1.609375 -9.546875 C 1.609375 -9.210938 1.628906 -8.835938 1.671875 -8.421875 C 1.722656 -8.003906 1.796875 -7.566406 1.890625 -7.109375 C 1.992188 -6.660156 2.117188 -6.207031 2.265625 -5.75 C 2.410156 -5.300781 2.582031 -4.875 2.78125 -4.46875 C 2.976563 -4.070313 3.195313 -3.710938 3.4375 -3.390625 C 3.6875 -3.066406 3.960938 -2.8125 4.265625 -2.625 C 4.617188 -3.113281 4.921875 -3.550781 5.171875 -3.9375 C 5.429688 -4.332031 5.640625 -4.722656 5.796875 -5.109375 C 5.960938 -5.503906 6.082031 -5.921875 6.15625 -6.359375 C 6.238281 -6.796875 6.28125 -7.304688 6.28125 -7.890625 C 6.28125 -8.316406 6.253906 -8.726563 6.203125 -9.125 C 6.148438 -9.519531 6.039063 -9.875 5.875 -10.1875 C 5.707031 -10.5 5.46875 -10.75 5.15625 -10.9375 C 4.851563 -11.132813 4.453125 -11.234375 3.953125 -11.234375 C 3.535156 -11.234375 3.132813 -11.164063 2.75 -11.03125 C 2.375 -10.90625 2.003906 -10.742188 1.640625 -10.546875 C 1.640625 -10.515625 1.632813 -10.453125 1.625 -10.359375 C 1.625 -10.265625 1.625 -10.160156 1.625 -10.046875 C 1.625 -9.941406 1.617188 -9.84375 1.609375 -9.75 C 1.609375 -9.65625 1.609375 -9.585938 1.609375 -9.546875 Z M 1.609375 -9.546875 "
id="path6" />
</g>
<g
id="glyph-0-3">
<path
d="M 0.3125 -5.265625 C 0.3125 -5.617188 0.359375 -6 0.453125 -6.40625 C 0.546875 -6.8125 0.679688 -7.222656 0.859375 -7.640625 C 1.035156 -8.054688 1.242188 -8.460938 1.484375 -8.859375 C 1.734375 -9.253906 2.007813 -9.601563 2.3125 -9.90625 C 2.625 -10.207031 2.957031 -10.445313 3.3125 -10.625 C 3.675781 -10.800781 4.054688 -10.890625 4.453125 -10.890625 C 4.785156 -10.890625 5.09375 -10.847656 5.375 -10.765625 C 5.664063 -10.679688 5.910156 -10.550781 6.109375 -10.375 C 6.316406 -10.195313 6.476563 -9.976563 6.59375 -9.71875 C 6.71875 -9.457031 6.78125 -9.148438 6.78125 -8.796875 C 6.550781 -8.796875 6.363281 -8.851563 6.21875 -8.96875 C 6.082031 -9.082031 5.957031 -9.210938 5.84375 -9.359375 C 5.726563 -9.503906 5.597656 -9.628906 5.453125 -9.734375 C 5.316406 -9.847656 5.144531 -9.90625 4.9375 -9.90625 C 4.613281 -9.90625 4.304688 -9.820313 4.015625 -9.65625 C 3.722656 -9.5 3.453125 -9.28125 3.203125 -9 C 2.953125 -8.726563 2.734375 -8.414063 2.546875 -8.0625 C 2.359375 -7.71875 2.191406 -7.367188 2.046875 -7.015625 C 1.910156 -6.660156 1.800781 -6.3125 1.71875 -5.96875 C 1.644531 -5.632813 1.609375 -5.34375 1.609375 -5.09375 C 1.609375 -4.5625 1.6875 -4.0625 1.84375 -3.59375 C 2.007813 -3.132813 2.238281 -2.734375 2.53125 -2.390625 C 2.832031 -2.046875 3.203125 -1.773438 3.640625 -1.578125 C 4.078125 -1.390625 4.578125 -1.296875 5.140625 -1.296875 C 5.503906 -1.296875 5.847656 -1.347656 6.171875 -1.453125 C 6.492188 -1.554688 6.804688 -1.671875 7.109375 -1.796875 C 7.410156 -1.929688 7.707031 -2.050781 8 -2.15625 C 8.300781 -2.269531 8.597656 -2.328125 8.890625 -2.328125 C 8.929688 -2.328125 8.988281 -2.320313 9.0625 -2.3125 C 9.144531 -2.3125 9.21875 -2.300781 9.28125 -2.28125 C 9.351563 -2.269531 9.414063 -2.238281 9.46875 -2.1875 C 9.519531 -2.144531 9.546875 -2.078125 9.546875 -1.984375 C 9.546875 -1.609375 9.40625 -1.289063 9.125 -1.03125 C 8.84375 -0.78125 8.503906 -0.578125 8.109375 -0.421875 C 7.722656 -0.265625 7.316406 -0.148438 6.890625 -0.078125 C 6.472656 -0.00390625 6.132813 0.03125 5.875 0.03125 C 5.09375 0.03125 4.363281 -0.09375 3.6875 -0.34375 C 3.007813 -0.59375 2.421875 -0.945313 1.921875 -1.40625 C 1.421875 -1.875 1.023438 -2.429688 0.734375 -3.078125 C 0.453125 -3.734375 0.3125 -4.460938 0.3125 -5.265625 Z M 0.3125 -5.265625 "
id="path9" />
</g>
<g
id="glyph-0-4">
<path
d="M 0.515625 -11.46875 C 0.640625 -12.09375 0.863281 -12.582031 1.1875 -12.9375 C 1.519531 -13.300781 1.898438 -13.550781 2.328125 -13.6875 C 2.753906 -13.820313 3.207031 -13.851563 3.6875 -13.78125 C 4.175781 -13.71875 4.640625 -13.566406 5.078125 -13.328125 C 5.515625 -13.097656 5.894531 -12.796875 6.21875 -12.421875 C 6.550781 -12.046875 6.78125 -11.617188 6.90625 -11.140625 C 7.039063 -10.671875 7.039063 -10.160156 6.90625 -9.609375 C 6.78125 -9.054688 6.484375 -8.484375 6.015625 -7.890625 C 6.378906 -7.765625 6.71875 -7.632813 7.03125 -7.5 C 7.351563 -7.363281 7.625 -7.195313 7.84375 -7 C 8.0625 -6.8125 8.234375 -6.578125 8.359375 -6.296875 C 8.484375 -6.023438 8.546875 -5.679688 8.546875 -5.265625 C 8.546875 -4.929688 8.484375 -4.570313 8.359375 -4.1875 C 8.234375 -3.8125 8.0625 -3.4375 7.84375 -3.0625 C 7.625 -2.695313 7.367188 -2.347656 7.078125 -2.015625 C 6.785156 -1.679688 6.46875 -1.382813 6.125 -1.125 C 5.789063 -0.875 5.445313 -0.675781 5.09375 -0.53125 C 4.738281 -0.382813 4.394531 -0.3125 4.0625 -0.3125 C 3.832031 -0.3125 3.609375 -0.453125 3.390625 -0.734375 C 3.179688 -1.023438 2.972656 -1.40625 2.765625 -1.875 C 2.554688 -2.34375 2.351563 -2.882813 2.15625 -3.5 C 1.96875 -4.113281 1.789063 -4.75 1.625 -5.40625 C 1.46875 -6.070313 1.320313 -6.726563 1.1875 -7.375 C 1.050781 -8.03125 0.929688 -8.632813 0.828125 -9.1875 C 0.734375 -9.738281 0.65625 -10.21875 0.59375 -10.625 C 0.539063 -11.03125 0.515625 -11.3125 0.515625 -11.46875 Z M 3.25 -4.8125 C 3.25 -4.632813 3.289063 -4.398438 3.375 -4.109375 C 3.457031 -3.828125 3.5625 -3.539063 3.6875 -3.25 C 3.820313 -2.96875 3.960938 -2.707031 4.109375 -2.46875 C 4.265625 -2.226563 4.429688 -2.066406 4.609375 -1.984375 C 4.753906 -1.898438 4.921875 -1.90625 5.109375 -2 C 5.304688 -2.101563 5.503906 -2.257813 5.703125 -2.46875 C 5.910156 -2.675781 6.101563 -2.914063 6.28125 -3.1875 C 6.46875 -3.457031 6.632813 -3.722656 6.78125 -3.984375 C 6.925781 -4.253906 7.039063 -4.503906 7.125 -4.734375 C 7.21875 -4.972656 7.265625 -5.148438 7.265625 -5.265625 C 7.265625 -5.535156 7.226563 -5.753906 7.15625 -5.921875 C 7.082031 -6.085938 6.976563 -6.222656 6.84375 -6.328125 C 6.707031 -6.429688 6.539063 -6.503906 6.34375 -6.546875 C 6.15625 -6.585938 5.953125 -6.609375 5.734375 -6.609375 C 5.472656 -6.609375 5.195313 -6.566406 4.90625 -6.484375 C 4.625 -6.398438 4.363281 -6.28125 4.125 -6.125 C 3.882813 -5.976563 3.675781 -5.789063 3.5 -5.5625 C 3.332031 -5.332031 3.25 -5.082031 3.25 -4.8125 Z M 2.28125 -10.03125 C 2.28125 -9.84375 2.273438 -9.613281 2.265625 -9.34375 C 2.253906 -9.070313 2.253906 -8.789063 2.265625 -8.5 C 2.273438 -8.21875 2.300781 -7.929688 2.34375 -7.640625 C 2.394531 -7.359375 2.488281 -7.117188 2.625 -6.921875 C 3.125 -7.003906 3.5625 -7.175781 3.9375 -7.4375 C 4.3125 -7.695313 4.613281 -7.992188 4.84375 -8.328125 C 5.070313 -8.671875 5.238281 -9.035156 5.34375 -9.421875 C 5.445313 -9.816406 5.484375 -10.195313 5.453125 -10.5625 C 5.429688 -10.9375 5.347656 -11.273438 5.203125 -11.578125 C 5.054688 -11.890625 4.847656 -12.128906 4.578125 -12.296875 C 4.304688 -12.460938 3.984375 -12.546875 3.609375 -12.546875 C 3.234375 -12.546875 2.800781 -12.425781 2.3125 -12.1875 C 2.3125 -12.101563 2.304688 -11.957031 2.296875 -11.75 C 2.296875 -11.550781 2.289063 -11.335938 2.28125 -11.109375 C 2.28125 -10.878906 2.28125 -10.660156 2.28125 -10.453125 C 2.28125 -10.253906 2.28125 -10.113281 2.28125 -10.03125 Z M 2.28125 -10.03125 "
id="path12" />
</g>
<g
id="glyph-0-5">
<path
d="M -0.03125 -9.546875 C -0.03125 -9.597656 -0.0234375 -9.6875 -0.015625 -9.8125 C -0.015625 -9.9375 -0.015625 -10.066406 -0.015625 -10.203125 C -0.015625 -10.347656 -0.0078125 -10.476563 0 -10.59375 C 0 -10.71875 0 -10.800781 0 -10.84375 C 0.257813 -11.125 0.472656 -11.289063 0.640625 -11.34375 C 0.804688 -11.394531 0.941406 -11.363281 1.046875 -11.25 C 1.148438 -11.144531 1.222656 -10.972656 1.265625 -10.734375 C 1.316406 -10.503906 1.347656 -10.238281 1.359375 -9.9375 C 1.378906 -9.644531 1.390625 -9.332031 1.390625 -9 C 1.390625 -8.675781 1.394531 -8.375 1.40625 -8.09375 C 1.414063 -7.8125 1.4375 -7.5625 1.46875 -7.34375 C 1.5 -7.125 1.554688 -6.984375 1.640625 -6.921875 L 6.921875 -6.921875 C 7.128906 -6.921875 7.28125 -6.984375 7.375 -7.109375 C 7.46875 -7.242188 7.519531 -7.414063 7.53125 -7.625 C 7.550781 -7.84375 7.546875 -8.09375 7.515625 -8.375 C 7.484375 -8.65625 7.453125 -8.941406 7.421875 -9.234375 C 7.398438 -9.523438 7.390625 -9.8125 7.390625 -10.09375 C 7.398438 -10.375 7.445313 -10.617188 7.53125 -10.828125 C 7.625 -11.046875 7.757813 -11.222656 7.9375 -11.359375 C 8.125 -11.492188 8.398438 -11.5625 8.765625 -11.5625 C 8.890625 -11.363281 8.96875 -11.148438 9 -10.921875 C 9.03125 -10.691406 9.035156 -10.453125 9.015625 -10.203125 C 9.003906 -9.953125 8.976563 -9.707031 8.9375 -9.46875 C 8.90625 -9.226563 8.890625 -9 8.890625 -8.78125 C 8.890625 -8.175781 8.925781 -7.566406 9 -6.953125 C 9.082031 -6.347656 9.164063 -5.742188 9.25 -5.140625 C 9.34375 -4.535156 9.425781 -3.929688 9.5 -3.328125 C 9.582031 -2.734375 9.625 -2.144531 9.625 -1.5625 C 9.644531 -0.925781 9.601563 -0.472656 9.5 -0.203125 C 9.394531 0.0664063 9.265625 0.1875 9.109375 0.15625 C 8.953125 0.132813 8.78125 -0.015625 8.59375 -0.296875 C 8.40625 -0.585938 8.234375 -0.972656 8.078125 -1.453125 C 7.921875 -1.941406 7.789063 -2.507813 7.6875 -3.15625 C 7.59375 -3.8125 7.554688 -4.515625 7.578125 -5.265625 L 2.03125 -5.265625 C 2.101563 -4.554688 2.195313 -3.890625 2.3125 -3.265625 C 2.425781 -2.640625 2.515625 -2.085938 2.578125 -1.609375 C 2.648438 -1.140625 2.675781 -0.765625 2.65625 -0.484375 C 2.644531 -0.203125 2.539063 -0.0546875 2.34375 -0.046875 C 2.050781 -0.046875 1.800781 -0.144531 1.59375 -0.34375 C 1.394531 -0.539063 1.21875 -0.8125 1.0625 -1.15625 C 0.914063 -1.507813 0.796875 -1.921875 0.703125 -2.390625 C 0.609375 -2.859375 0.53125 -3.347656 0.46875 -3.859375 C 0.414063 -4.378906 0.367188 -4.910156 0.328125 -5.453125 C 0.296875 -5.992188 0.265625 -6.515625 0.234375 -7.015625 C 0.203125 -7.523438 0.164063 -7.992188 0.125 -8.421875 C 0.0820313 -8.859375 0.03125 -9.234375 -0.03125 -9.546875 Z M -0.03125 -9.546875 "
id="path15" />
</g>
<g
id="glyph-0-6">
<path
d="M 0.3125 -6.171875 C 0.3125 -6.359375 0.332031 -6.609375 0.375 -6.921875 C 0.414063 -7.242188 0.476563 -7.59375 0.5625 -7.96875 C 0.644531 -8.34375 0.753906 -8.722656 0.890625 -9.109375 C 1.035156 -9.503906 1.195313 -9.859375 1.375 -10.171875 C 1.5625 -10.484375 1.769531 -10.738281 2 -10.9375 C 2.238281 -11.132813 2.507813 -11.234375 2.8125 -11.234375 C 2.820313 -11.234375 2.832031 -11.226563 2.84375 -11.21875 C 2.851563 -11.21875 2.867188 -11.21875 2.890625 -11.21875 C 2.910156 -11.207031 2.9375 -11.203125 2.96875 -11.203125 C 3 -11.191406 3.050781 -11.171875 3.125 -11.140625 C 3.195313 -11.109375 3.265625 -11.070313 3.328125 -11.03125 C 3.398438 -11 3.460938 -10.960938 3.515625 -10.921875 C 3.578125 -10.890625 3.613281 -10.863281 3.625 -10.84375 C 3.625 -10.832031 3.628906 -10.816406 3.640625 -10.796875 C 3.640625 -10.773438 3.640625 -10.753906 3.640625 -10.734375 C 3.648438 -10.722656 3.65625 -10.710938 3.65625 -10.703125 C 3.65625 -10.347656 3.546875 -9.992188 3.328125 -9.640625 C 3.117188 -9.296875 2.890625 -8.9375 2.640625 -8.5625 C 2.390625 -8.195313 2.15625 -7.8125 1.9375 -7.40625 C 1.71875 -7 1.609375 -6.554688 1.609375 -6.078125 C 1.609375 -5.441406 1.695313 -4.878906 1.875 -4.390625 C 2.050781 -3.910156 2.285156 -3.460938 2.578125 -3.046875 C 2.867188 -2.628906 3.210938 -2.234375 3.609375 -1.859375 C 4.015625 -1.484375 4.457031 -1.082031 4.9375 -0.65625 C 4.9375 -0.632813 4.941406 -0.601563 4.953125 -0.5625 C 4.960938 -0.53125 4.96875 -0.503906 4.96875 -0.484375 C 4.96875 -0.296875 4.894531 -0.160156 4.75 -0.078125 C 4.601563 -0.00390625 4.441406 0.03125 4.265625 0.03125 C 3.804688 0.03125 3.390625 -0.0703125 3.015625 -0.28125 C 2.640625 -0.488281 2.304688 -0.757813 2.015625 -1.09375 C 1.722656 -1.4375 1.46875 -1.828125 1.25 -2.265625 C 1.03125 -2.703125 0.847656 -3.148438 0.703125 -3.609375 C 0.566406 -4.066406 0.46875 -4.519531 0.40625 -4.96875 C 0.34375 -5.414063 0.3125 -5.816406 0.3125 -6.171875 Z M 0.3125 -6.171875 "
id="path18" />
</g>
<g
id="glyph-0-7" />
<g
id="glyph-0-8">
<path
d="M 0.34375 -4.265625 C 0.300781 -4.265625 0.238281 -4.3125 0.15625 -4.40625 C 0.0703125 -4.5 0.0195313 -4.570313 0 -4.625 C -0.0078125 -4.632813 -0.015625 -4.65625 -0.015625 -4.6875 C -0.0234375 -4.707031 -0.03125 -4.734375 -0.03125 -4.765625 C -0.03125 -4.804688 -0.0234375 -4.84375 -0.015625 -4.875 C -0.015625 -4.894531 -0.0078125 -4.914063 0 -4.9375 C 0.0390625 -5 0.101563 -5.066406 0.1875 -5.140625 C 0.269531 -5.222656 0.320313 -5.265625 0.34375 -5.265625 L 3.625 -5.265625 C 3.6875 -5.796875 3.769531 -6.347656 3.875 -6.921875 C 3.988281 -7.492188 4.117188 -8.046875 4.265625 -8.578125 L 4.625 -8.578125 C 4.664063 -8.554688 4.722656 -8.523438 4.796875 -8.484375 C 4.867188 -8.453125 4.9375 -8.421875 5 -8.390625 C 5.070313 -8.359375 5.132813 -8.320313 5.1875 -8.28125 C 5.238281 -8.25 5.265625 -8.226563 5.265625 -8.21875 L 5.265625 -5.140625 C 5.441406 -5.140625 5.660156 -5.164063 5.921875 -5.21875 C 6.191406 -5.28125 6.453125 -5.3125 6.703125 -5.3125 C 6.953125 -5.320313 7.164063 -5.28125 7.34375 -5.1875 C 7.519531 -5.09375 7.609375 -4.890625 7.609375 -4.578125 C 7.609375 -4.398438 7.546875 -4.265625 7.421875 -4.171875 C 7.304688 -4.085938 7.160156 -4.019531 6.984375 -3.96875 C 6.816406 -3.925781 6.632813 -3.894531 6.4375 -3.875 C 6.238281 -3.863281 6.050781 -3.835938 5.875 -3.796875 C 5.695313 -3.765625 5.550781 -3.707031 5.4375 -3.625 C 5.320313 -3.550781 5.265625 -3.441406 5.265625 -3.296875 C 5.265625 -3.054688 5.316406 -2.828125 5.421875 -2.609375 C 5.535156 -2.398438 5.65625 -2.191406 5.78125 -1.984375 C 5.914063 -1.773438 6.03125 -1.5625 6.125 -1.34375 C 6.226563 -1.132813 6.28125 -0.90625 6.28125 -0.65625 C 6.28125 -0.195313 6.050781 0.03125 5.59375 0.03125 C 5.375 0.03125 5.175781 -0.03125 5 -0.15625 C 4.832031 -0.289063 4.675781 -0.460938 4.53125 -0.671875 C 4.394531 -0.890625 4.273438 -1.128906 4.171875 -1.390625 C 4.066406 -1.660156 3.972656 -1.929688 3.890625 -2.203125 C 3.816406 -2.472656 3.757813 -2.734375 3.71875 -2.984375 C 3.675781 -3.234375 3.644531 -3.445313 3.625 -3.625 Z M 0.34375 -4.265625 "
id="path22" />
</g>
<g
id="glyph-0-9">
<path
d="M 1.9375 -0.65625 C 1.9375 -1.082031 2.023438 -1.476563 2.203125 -1.84375 C 2.378906 -2.207031 2.570313 -2.578125 2.78125 -2.953125 C 3 -3.328125 3.195313 -3.71875 3.375 -4.125 C 3.5625 -4.53125 3.65625 -4.96875 3.65625 -5.4375 C 3.65625 -5.851563 3.59375 -6.222656 3.46875 -6.546875 C 3.34375 -6.878906 3.179688 -7.175781 2.984375 -7.4375 C 2.785156 -7.695313 2.554688 -7.929688 2.296875 -8.140625 C 2.046875 -8.359375 1.785156 -8.570313 1.515625 -8.78125 C 1.242188 -8.988281 0.976563 -9.203125 0.71875 -9.421875 C 0.457031 -9.648438 0.21875 -9.910156 0 -10.203125 C 0.03125 -10.304688 0.0703125 -10.382813 0.125 -10.4375 C 0.1875 -10.488281 0.257813 -10.523438 0.34375 -10.546875 C 0.425781 -10.566406 0.503906 -10.578125 0.578125 -10.578125 C 0.660156 -10.578125 0.738281 -10.578125 0.8125 -10.578125 C 1.46875 -10.578125 2.050781 -10.40625 2.5625 -10.0625 C 3.070313 -9.726563 3.503906 -9.296875 3.859375 -8.765625 C 4.210938 -8.234375 4.484375 -7.65625 4.671875 -7.03125 C 4.867188 -6.414063 4.96875 -5.828125 4.96875 -5.265625 C 4.96875 -5.046875 4.945313 -4.765625 4.90625 -4.421875 C 4.863281 -4.078125 4.796875 -3.707031 4.703125 -3.3125 C 4.617188 -2.914063 4.507813 -2.519531 4.375 -2.125 C 4.238281 -1.726563 4.078125 -1.367188 3.890625 -1.046875 C 3.710938 -0.734375 3.503906 -0.472656 3.265625 -0.265625 C 3.023438 -0.0664063 2.753906 0.03125 2.453125 0.03125 C 2.273438 0.03125 2.144531 -0.0390625 2.0625 -0.1875 C 1.976563 -0.34375 1.9375 -0.5 1.9375 -0.65625 Z M 1.9375 -0.65625 "
id="path25" />
</g>
<g
id="glyph-0-10">
<path
d="M 0 -10.078125 C 0 -10.285156 0.0664063 -10.421875 0.203125 -10.484375 C 0.347656 -10.546875 0.5 -10.578125 0.65625 -10.578125 C 0.6875 -10.578125 0.742188 -10.570313 0.828125 -10.5625 C 0.921875 -10.550781 0.976563 -10.546875 1 -10.546875 C 1.03125 -10.222656 1.0625 -9.835938 1.09375 -9.390625 C 1.125 -8.953125 1.160156 -8.472656 1.203125 -7.953125 C 1.242188 -7.429688 1.289063 -6.894531 1.34375 -6.34375 C 1.40625 -5.789063 1.492188 -5.25 1.609375 -4.71875 C 1.722656 -4.195313 1.863281 -3.695313 2.03125 -3.21875 C 2.195313 -2.738281 2.394531 -2.328125 2.625 -1.984375 C 2.675781 -1.890625 2.722656 -1.816406 2.765625 -1.765625 C 2.816406 -1.722656 2.863281 -1.6875 2.90625 -1.65625 C 2.957031 -1.632813 3.015625 -1.617188 3.078125 -1.609375 C 3.140625 -1.609375 3.210938 -1.609375 3.296875 -1.609375 C 3.722656 -1.609375 4.128906 -1.679688 4.515625 -1.828125 C 4.898438 -1.972656 5.28125 -2.128906 5.65625 -2.296875 C 6.03125 -2.472656 6.410156 -2.632813 6.796875 -2.78125 C 7.191406 -2.925781 7.601563 -3 8.03125 -3 C 8.125 -3 8.242188 -3 8.390625 -3 C 8.535156 -3.007813 8.664063 -3.003906 8.78125 -2.984375 C 8.90625 -2.960938 9.015625 -2.910156 9.109375 -2.828125 C 9.203125 -2.742188 9.25 -2.617188 9.25 -2.453125 C 9.25 -2.304688 9.109375 -2.140625 8.828125 -1.953125 C 8.554688 -1.773438 8.203125 -1.597656 7.765625 -1.421875 C 7.335938 -1.242188 6.867188 -1.066406 6.359375 -0.890625 C 5.859375 -0.710938 5.375 -0.554688 4.90625 -0.421875 C 4.4375 -0.296875 4.023438 -0.191406 3.671875 -0.109375 C 3.316406 -0.0351563 3.082031 0 2.96875 0 C 2.59375 0 2.265625 -0.125 1.984375 -0.375 C 1.703125 -0.625 1.457031 -0.960938 1.25 -1.390625 C 1.039063 -1.816406 0.863281 -2.300781 0.71875 -2.84375 C 0.570313 -3.394531 0.453125 -3.96875 0.359375 -4.5625 C 0.273438 -5.15625 0.207031 -5.742188 0.15625 -6.328125 C 0.101563 -6.910156 0.0664063 -7.453125 0.046875 -7.953125 C 0.0234375 -8.460938 0.0078125 -8.90625 0 -9.28125 C 0 -9.65625 0 -9.921875 0 -10.078125 Z M 0 -10.078125 "
id="path28" />
</g>
<g
id="glyph-0-11">
<path
d="M 0.3125 -4.265625 C 0.3125 -4.816406 0.375 -5.367188 0.5 -5.921875 C 0.632813 -6.484375 0.847656 -6.984375 1.140625 -7.421875 C 1.429688 -7.859375 1.8125 -8.210938 2.28125 -8.484375 C 2.75 -8.765625 3.316406 -8.90625 3.984375 -8.90625 C 4.359375 -8.90625 4.6875 -8.835938 4.96875 -8.703125 C 5.257813 -8.566406 5.503906 -8.382813 5.703125 -8.15625 C 5.898438 -7.9375 6.046875 -7.675781 6.140625 -7.375 C 6.234375 -7.070313 6.28125 -6.753906 6.28125 -6.421875 C 6.28125 -5.898438 6.160156 -5.394531 5.921875 -4.90625 C 5.679688 -4.414063 5.359375 -3.984375 4.953125 -3.609375 C 4.546875 -3.234375 4.082031 -2.945313 3.5625 -2.75 C 3.039063 -2.5625 2.507813 -2.519531 1.96875 -2.625 C 1.976563 -2.332031 2.078125 -2.09375 2.265625 -1.90625 C 2.453125 -1.726563 2.675781 -1.59375 2.9375 -1.5 C 3.207031 -1.414063 3.484375 -1.359375 3.765625 -1.328125 C 4.054688 -1.304688 4.316406 -1.296875 4.546875 -1.296875 C 4.785156 -1.296875 5.003906 -1.3125 5.203125 -1.34375 C 5.410156 -1.382813 5.613281 -1.429688 5.8125 -1.484375 C 6.019531 -1.535156 6.226563 -1.582031 6.4375 -1.625 C 6.65625 -1.664063 6.878906 -1.6875 7.109375 -1.6875 C 7.203125 -1.6875 7.296875 -1.679688 7.390625 -1.671875 C 7.484375 -1.660156 7.570313 -1.632813 7.65625 -1.59375 C 7.738281 -1.5625 7.800781 -1.507813 7.84375 -1.4375 C 7.894531 -1.363281 7.921875 -1.269531 7.921875 -1.15625 C 7.921875 -0.957031 7.847656 -0.789063 7.703125 -0.65625 C 7.566406 -0.53125 7.390625 -0.421875 7.171875 -0.328125 C 6.953125 -0.242188 6.707031 -0.175781 6.4375 -0.125 C 6.164063 -0.0820313 5.90625 -0.046875 5.65625 -0.015625 C 5.40625 0.00390625 5.175781 0.015625 4.96875 0.015625 C 4.757813 0.0234375 4.601563 0.03125 4.5 0.03125 C 3.84375 0.03125 3.253906 -0.0703125 2.734375 -0.28125 C 2.210938 -0.488281 1.769531 -0.78125 1.40625 -1.15625 C 1.050781 -1.53125 0.78125 -1.976563 0.59375 -2.5 C 0.40625 -3.03125 0.3125 -3.617188 0.3125 -4.265625 Z M 1.9375 -5.265625 C 1.9375 -4.910156 1.984375 -4.648438 2.078125 -4.484375 C 2.179688 -4.316406 2.421875 -4.234375 2.796875 -4.234375 C 3.066406 -4.234375 3.328125 -4.28125 3.578125 -4.375 C 3.835938 -4.476563 4.070313 -4.617188 4.28125 -4.796875 C 4.488281 -4.972656 4.65625 -5.175781 4.78125 -5.40625 C 4.90625 -5.644531 4.96875 -5.898438 4.96875 -6.171875 C 4.96875 -6.328125 4.953125 -6.488281 4.921875 -6.65625 C 4.898438 -6.820313 4.847656 -6.972656 4.765625 -7.109375 C 4.679688 -7.242188 4.570313 -7.351563 4.4375 -7.4375 C 4.3125 -7.53125 4.148438 -7.578125 3.953125 -7.578125 C 3.640625 -7.578125 3.359375 -7.503906 3.109375 -7.359375 C 2.859375 -7.222656 2.644531 -7.046875 2.46875 -6.828125 C 2.300781 -6.609375 2.171875 -6.363281 2.078125 -6.09375 C 1.984375 -5.820313 1.9375 -5.546875 1.9375 -5.265625 Z M 1.9375 -5.265625 "
id="path31" />
</g>
<g
id="glyph-0-12">
<path
d="M 6.921875 -1.984375 C 6.523438 -1.710938 6.1875 -1.472656 5.90625 -1.265625 C 5.625 -1.054688 5.347656 -0.878906 5.078125 -0.734375 C 4.816406 -0.585938 4.535156 -0.476563 4.234375 -0.40625 C 3.929688 -0.34375 3.5625 -0.3125 3.125 -0.3125 C 2.164063 -0.3125 1.457031 -0.5625 1 -1.0625 C 0.539063 -1.570313 0.3125 -2.328125 0.3125 -3.328125 C 0.3125 -3.722656 0.359375 -4.128906 0.453125 -4.546875 C 0.554688 -4.960938 0.707031 -5.378906 0.90625 -5.796875 C 1.113281 -6.210938 1.351563 -6.609375 1.625 -6.984375 C 1.90625 -7.359375 2.21875 -7.6875 2.5625 -7.96875 C 2.914063 -8.257813 3.285156 -8.488281 3.671875 -8.65625 C 4.066406 -8.820313 4.488281 -8.90625 4.9375 -8.90625 C 5.664063 -8.832031 6.238281 -8.648438 6.65625 -8.359375 C 7.082031 -8.066406 7.398438 -7.691406 7.609375 -7.234375 C 7.828125 -6.785156 7.976563 -6.28125 8.0625 -5.71875 C 8.144531 -5.164063 8.207031 -4.59375 8.25 -4 C 8.300781 -3.40625 8.363281 -2.8125 8.4375 -2.21875 C 8.507813 -1.625 8.65625 -1.070313 8.875 -0.5625 C 8.75 -0.226563 8.625 0.00390625 8.5 0.140625 C 8.382813 0.285156 8.253906 0.3125 8.109375 0.21875 C 7.960938 0.125 7.796875 -0.0976563 7.609375 -0.453125 C 7.421875 -0.816406 7.191406 -1.328125 6.921875 -1.984375 Z M 1.609375 -3.296875 C 1.609375 -2.710938 1.71875 -2.285156 1.9375 -2.015625 C 2.164063 -1.742188 2.5625 -1.609375 3.125 -1.609375 C 3.539063 -1.609375 3.941406 -1.679688 4.328125 -1.828125 C 4.710938 -1.984375 5.046875 -2.191406 5.328125 -2.453125 C 5.617188 -2.710938 5.847656 -3.023438 6.015625 -3.390625 C 6.191406 -3.765625 6.28125 -4.175781 6.28125 -4.625 C 6.28125 -4.8125 6.285156 -5.070313 6.296875 -5.40625 C 6.304688 -5.738281 6.285156 -6.066406 6.234375 -6.390625 C 6.179688 -6.722656 6.082031 -7.007813 5.9375 -7.25 C 5.800781 -7.488281 5.585938 -7.609375 5.296875 -7.609375 C 4.765625 -7.609375 4.273438 -7.472656 3.828125 -7.203125 C 3.378906 -6.929688 2.988281 -6.582031 2.65625 -6.15625 C 2.332031 -5.738281 2.078125 -5.273438 1.890625 -4.765625 C 1.703125 -4.265625 1.609375 -3.773438 1.609375 -3.296875 Z M 1.609375 -3.296875 "
id="path34" />
</g>
<g
id="glyph-0-13">
<path
d="M 0.21875 -8 C 0.289063 -8.25 0.375 -8.363281 0.46875 -8.34375 C 0.5625 -8.320313 0.679688 -8.203125 0.828125 -7.984375 C 0.972656 -7.773438 1.132813 -7.488281 1.3125 -7.125 C 1.488281 -6.769531 1.679688 -6.382813 1.890625 -5.96875 C 2.097656 -5.550781 2.320313 -5.128906 2.5625 -4.703125 C 2.800781 -4.273438 3.050781 -3.878906 3.3125 -3.515625 C 3.570313 -3.160156 3.847656 -2.863281 4.140625 -2.625 C 4.429688 -2.394531 4.734375 -2.257813 5.046875 -2.21875 L 6.265625 -8.578125 C 6.285156 -8.742188 6.363281 -8.835938 6.5 -8.859375 C 6.644531 -8.890625 6.785156 -8.90625 6.921875 -8.90625 C 7.378906 -8.90625 7.609375 -8.691406 7.609375 -8.265625 C 7.609375 -8.035156 7.585938 -7.675781 7.546875 -7.1875 C 7.503906 -6.695313 7.4375 -6.15625 7.34375 -5.5625 C 7.25 -4.976563 7.132813 -4.375 7 -3.75 C 6.875 -3.132813 6.71875 -2.570313 6.53125 -2.0625 C 6.34375 -1.550781 6.128906 -1.128906 5.890625 -0.796875 C 5.648438 -0.472656 5.382813 -0.3125 5.09375 -0.3125 C 4.675781 -0.3125 4.257813 -0.453125 3.84375 -0.734375 C 3.4375 -1.015625 3.050781 -1.378906 2.6875 -1.828125 C 2.332031 -2.285156 2.003906 -2.796875 1.703125 -3.359375 C 1.398438 -3.921875 1.132813 -4.488281 0.90625 -5.0625 C 0.6875 -5.632813 0.515625 -6.179688 0.390625 -6.703125 C 0.273438 -7.222656 0.21875 -7.65625 0.21875 -8 Z M 0.21875 -8 "
id="path37" />
</g>
<g
id="glyph-0-14">
<path
d="M 3.25 -0.6875 C 3.414063 -0.800781 3.613281 -0.945313 3.84375 -1.125 C 4.070313 -1.300781 4.304688 -1.492188 4.546875 -1.703125 C 4.785156 -1.910156 5.003906 -2.125 5.203125 -2.34375 C 5.410156 -2.570313 5.570313 -2.789063 5.6875 -3 C 5.8125 -3.207031 5.875 -3.40625 5.875 -3.59375 C 5.875 -3.78125 5.78125 -3.9375 5.59375 -4.0625 C 5.257813 -4.0625 4.898438 -4.046875 4.515625 -4.015625 C 4.128906 -3.992188 3.738281 -3.984375 3.34375 -3.984375 C 2.957031 -3.992188 2.582031 -4.023438 2.21875 -4.078125 C 1.851563 -4.140625 1.523438 -4.253906 1.234375 -4.421875 C 0.953125 -4.585938 0.726563 -4.820313 0.5625 -5.125 C 0.394531 -5.425781 0.3125 -5.8125 0.3125 -6.28125 C 0.3125 -6.832031 0.414063 -7.332031 0.625 -7.78125 C 0.832031 -8.226563 1.109375 -8.625 1.453125 -8.96875 C 1.804688 -9.3125 2.195313 -9.613281 2.625 -9.875 C 3.0625 -10.132813 3.503906 -10.359375 3.953125 -10.546875 C 4.210938 -10.472656 4.457031 -10.34375 4.6875 -10.15625 C 4.914063 -9.96875 5.109375 -9.765625 5.265625 -9.546875 C 5.191406 -9.316406 5.050781 -9.140625 4.84375 -9.015625 C 4.632813 -8.890625 4.394531 -8.78125 4.125 -8.6875 C 3.851563 -8.601563 3.566406 -8.507813 3.265625 -8.40625 C 2.972656 -8.300781 2.707031 -8.164063 2.46875 -8 C 2.226563 -7.832031 2.023438 -7.613281 1.859375 -7.34375 C 1.691406 -7.070313 1.609375 -6.710938 1.609375 -6.265625 C 1.609375 -5.941406 1.691406 -5.703125 1.859375 -5.546875 C 2.023438 -5.390625 2.238281 -5.28125 2.5 -5.21875 C 2.769531 -5.164063 3.070313 -5.144531 3.40625 -5.15625 C 3.75 -5.175781 4.097656 -5.203125 4.453125 -5.234375 C 4.804688 -5.265625 5.148438 -5.28125 5.484375 -5.28125 C 5.828125 -5.289063 6.128906 -5.253906 6.390625 -5.171875 C 6.660156 -5.085938 6.875 -4.945313 7.03125 -4.75 C 7.1875 -4.550781 7.265625 -4.265625 7.265625 -3.890625 C 7.265625 -3.722656 7.207031 -3.507813 7.09375 -3.25 C 6.988281 -3 6.847656 -2.726563 6.671875 -2.4375 C 6.492188 -2.144531 6.285156 -1.851563 6.046875 -1.5625 C 5.804688 -1.28125 5.554688 -1.023438 5.296875 -0.796875 C 5.035156 -0.566406 4.773438 -0.375 4.515625 -0.21875 C 4.253906 -0.0703125 4.007813 0 3.78125 0 C 3.5625 0 3.414063 -0.078125 3.34375 -0.234375 C 3.28125 -0.390625 3.25 -0.539063 3.25 -0.6875 Z M 3.25 -0.6875 "
id="path40" />
</g>
<g
id="glyph-0-15">
<path
d="M -0.03125 -10.84375 C -0.03125 -10.925781 -0.0234375 -11.0625 -0.015625 -11.25 C -0.015625 -11.445313 -0.015625 -11.648438 -0.015625 -11.859375 C -0.015625 -12.066406 -0.0078125 -12.265625 0 -12.453125 C 0 -12.640625 0 -12.769531 0 -12.84375 C 0.113281 -13.0625 0.289063 -13.21875 0.53125 -13.3125 C 0.769531 -13.40625 1.03125 -13.46875 1.3125 -13.5 C 1.59375 -13.539063 1.867188 -13.554688 2.140625 -13.546875 C 2.410156 -13.535156 2.632813 -13.53125 2.8125 -13.53125 C 3.039063 -13.53125 3.304688 -13.519531 3.609375 -13.5 C 3.910156 -13.476563 4.210938 -13.441406 4.515625 -13.390625 C 4.816406 -13.335938 5.113281 -13.253906 5.40625 -13.140625 C 5.707031 -13.035156 5.972656 -12.898438 6.203125 -12.734375 C 6.429688 -12.566406 6.613281 -12.359375 6.75 -12.109375 C 6.882813 -11.867188 6.953125 -11.585938 6.953125 -11.265625 C 6.953125 -10.867188 6.859375 -10.515625 6.671875 -10.203125 C 6.492188 -9.890625 6.269531 -9.597656 6 -9.328125 C 5.726563 -9.054688 5.429688 -8.800781 5.109375 -8.5625 C 4.785156 -8.332031 4.488281 -8.101563 4.21875 -7.875 C 3.945313 -7.65625 3.71875 -7.425781 3.53125 -7.1875 C 3.34375 -6.957031 3.25 -6.703125 3.25 -6.421875 C 3.25 -6.398438 3.253906 -6.367188 3.265625 -6.328125 C 3.285156 -6.296875 3.296875 -6.273438 3.296875 -6.265625 C 4.503906 -5.910156 5.679688 -5.472656 6.828125 -4.953125 C 7.972656 -4.441406 9.097656 -3.890625 10.203125 -3.296875 C 10.234375 -3.273438 10.265625 -3.238281 10.296875 -3.1875 C 10.335938 -3.132813 10.375 -3.066406 10.40625 -2.984375 C 10.4375 -2.910156 10.46875 -2.84375 10.5 -2.78125 C 10.53125 -2.71875 10.546875 -2.664063 10.546875 -2.625 C 10.546875 -2.53125 10.519531 -2.457031 10.46875 -2.40625 C 10.414063 -2.363281 10.351563 -2.332031 10.28125 -2.3125 C 10.207031 -2.289063 10.132813 -2.28125 10.0625 -2.28125 C 9.988281 -2.28125 9.925781 -2.28125 9.875 -2.28125 C 9.320313 -2.28125 8.769531 -2.398438 8.21875 -2.640625 C 7.675781 -2.878906 7.128906 -3.144531 6.578125 -3.4375 C 6.023438 -3.738281 5.460938 -4.007813 4.890625 -4.25 C 4.328125 -4.5 3.738281 -4.625 3.125 -4.625 L 2.625 -4.625 C 2.789063 -4.25 2.9375 -3.910156 3.0625 -3.609375 C 3.1875 -3.316406 3.289063 -3.03125 3.375 -2.75 C 3.46875 -2.46875 3.535156 -2.1875 3.578125 -1.90625 C 3.628906 -1.625 3.65625 -1.320313 3.65625 -1 C 3.65625 -0.925781 3.65625 -0.835938 3.65625 -0.734375 C 3.65625 -0.640625 3.648438 -0.539063 3.640625 -0.4375 C 3.628906 -0.34375 3.597656 -0.253906 3.546875 -0.171875 C 3.492188 -0.0859375 3.410156 -0.03125 3.296875 0 C 2.878906 -0.25 2.503906 -0.628906 2.171875 -1.140625 C 1.835938 -1.660156 1.546875 -2.253906 1.296875 -2.921875 C 1.054688 -3.585938 0.851563 -4.289063 0.6875 -5.03125 C 0.519531 -5.78125 0.378906 -6.515625 0.265625 -7.234375 C 0.160156 -7.960938 0.0820313 -8.640625 0.03125 -9.265625 C -0.0078125 -9.898438 -0.03125 -10.425781 -0.03125 -10.84375 Z M 1.296875 -9.875 C 1.296875 -9.75 1.285156 -9.578125 1.265625 -9.359375 C 1.253906 -9.148438 1.253906 -8.9375 1.265625 -8.71875 C 1.273438 -8.5 1.304688 -8.289063 1.359375 -8.09375 C 1.410156 -7.894531 1.503906 -7.722656 1.640625 -7.578125 C 1.660156 -7.566406 1.679688 -7.5625 1.703125 -7.5625 C 1.710938 -7.550781 1.738281 -7.546875 1.78125 -7.546875 C 1.96875 -7.546875 2.191406 -7.597656 2.453125 -7.703125 C 2.710938 -7.816406 2.984375 -7.96875 3.265625 -8.15625 C 3.554688 -8.34375 3.84375 -8.554688 4.125 -8.796875 C 4.40625 -9.035156 4.65625 -9.28125 4.875 -9.53125 C 5.101563 -9.789063 5.285156 -10.050781 5.421875 -10.3125 C 5.566406 -10.570313 5.640625 -10.8125 5.640625 -11.03125 C 5.640625 -11.238281 5.5625 -11.414063 5.40625 -11.5625 C 5.25 -11.707031 5.0625 -11.828125 4.84375 -11.921875 C 4.632813 -12.015625 4.414063 -12.082031 4.1875 -12.125 C 3.957031 -12.164063 3.769531 -12.1875 3.625 -12.1875 C 3.445313 -12.1875 3.238281 -12.1875 3 -12.1875 C 2.769531 -12.195313 2.539063 -12.179688 2.3125 -12.140625 C 2.082031 -12.109375 1.875 -12.046875 1.6875 -11.953125 C 1.5 -11.859375 1.375 -11.722656 1.3125 -11.546875 C 1.3125 -11.484375 1.3125 -11.375 1.3125 -11.21875 C 1.3125 -11.0625 1.3125 -10.894531 1.3125 -10.71875 C 1.3125 -10.539063 1.304688 -10.375 1.296875 -10.21875 C 1.296875 -10.0625 1.296875 -9.945313 1.296875 -9.875 Z M 1.296875 -9.875 "
id="path43" />
</g>
<g
id="glyph-0-16">
<path
d="M 0.3125 -3.125 C 0.3125 -3.757813 0.457031 -4.347656 0.75 -4.890625 C 1.050781 -5.441406 1.441406 -5.914063 1.921875 -6.3125 C 2.410156 -6.707031 2.957031 -7.015625 3.5625 -7.234375 C 4.175781 -7.460938 4.796875 -7.578125 5.421875 -7.578125 C 5.773438 -7.578125 6.085938 -7.460938 6.359375 -7.234375 C 6.628906 -7.015625 6.851563 -6.742188 7.03125 -6.421875 C 7.21875 -6.097656 7.359375 -5.753906 7.453125 -5.390625 C 7.554688 -5.035156 7.609375 -4.722656 7.609375 -4.453125 C 7.609375 -3.878906 7.46875 -3.320313 7.1875 -2.78125 C 6.914063 -2.25 6.554688 -1.773438 6.109375 -1.359375 C 5.671875 -0.941406 5.175781 -0.601563 4.625 -0.34375 C 4.070313 -0.09375 3.519531 0.03125 2.96875 0.03125 C 2.476563 0.03125 2.0625 -0.0507813 1.71875 -0.21875 C 1.382813 -0.382813 1.113281 -0.609375 0.90625 -0.890625 C 0.695313 -1.179688 0.546875 -1.515625 0.453125 -1.890625 C 0.359375 -2.273438 0.3125 -2.6875 0.3125 -3.125 Z M 1.609375 -2.96875 C 1.609375 -2.695313 1.628906 -2.460938 1.671875 -2.265625 C 1.722656 -2.066406 1.804688 -1.894531 1.921875 -1.75 C 2.046875 -1.601563 2.203125 -1.492188 2.390625 -1.421875 C 2.585938 -1.347656 2.832031 -1.3125 3.125 -1.3125 C 3.5 -1.3125 3.875 -1.414063 4.25 -1.625 C 4.632813 -1.832031 4.976563 -2.097656 5.28125 -2.421875 C 5.582031 -2.742188 5.820313 -3.097656 6 -3.484375 C 6.1875 -3.878906 6.28125 -4.257813 6.28125 -4.625 C 6.28125 -4.789063 6.265625 -4.96875 6.234375 -5.15625 C 6.203125 -5.351563 6.148438 -5.535156 6.078125 -5.703125 C 6.015625 -5.867188 5.914063 -6.003906 5.78125 -6.109375 C 5.644531 -6.222656 5.472656 -6.28125 5.265625 -6.28125 C 5.085938 -6.28125 4.867188 -6.21875 4.609375 -6.09375 C 4.359375 -5.976563 4.097656 -5.820313 3.828125 -5.625 C 3.554688 -5.425781 3.289063 -5.203125 3.03125 -4.953125 C 2.769531 -4.710938 2.53125 -4.46875 2.3125 -4.21875 C 2.101563 -3.976563 1.929688 -3.742188 1.796875 -3.515625 C 1.671875 -3.296875 1.609375 -3.113281 1.609375 -2.96875 Z M 1.609375 -2.96875 "
id="path46" />
</g>
<g
id="glyph-0-17">
<path
d="M -0.03125 -7.75 C -0.03125 -7.78125 -0.0234375 -7.804688 -0.015625 -7.828125 C -0.015625 -7.847656 -0.0078125 -7.867188 0 -7.890625 C 0.0390625 -7.941406 0.101563 -8.007813 0.1875 -8.09375 C 0.269531 -8.175781 0.320313 -8.21875 0.34375 -8.21875 L 3.421875 -8.21875 C 3.421875 -8.332031 3.40625 -8.507813 3.375 -8.75 C 3.34375 -9 3.3125 -9.269531 3.28125 -9.5625 C 3.257813 -9.863281 3.253906 -10.175781 3.265625 -10.5 C 3.273438 -10.820313 3.316406 -11.113281 3.390625 -11.375 C 3.472656 -11.632813 3.597656 -11.847656 3.765625 -12.015625 C 3.941406 -12.191406 4.179688 -12.28125 4.484375 -12.28125 C 4.484375 -11.238281 4.554688 -10.40625 4.703125 -9.78125 C 4.847656 -9.15625 5.039063 -8.675781 5.28125 -8.34375 C 5.519531 -8.007813 5.789063 -7.789063 6.09375 -7.6875 C 6.40625 -7.582031 6.722656 -7.535156 7.046875 -7.546875 C 7.367188 -7.566406 7.679688 -7.617188 7.984375 -7.703125 C 8.296875 -7.785156 8.570313 -7.835938 8.8125 -7.859375 C 9.050781 -7.890625 9.242188 -7.867188 9.390625 -7.796875 C 9.535156 -7.722656 9.609375 -7.539063 9.609375 -7.25 C 9.609375 -7.039063 9.554688 -6.890625 9.453125 -6.796875 C 9.359375 -6.703125 9.171875 -6.628906 8.890625 -6.578125 C 8.816406 -6.566406 8.679688 -6.546875 8.484375 -6.515625 C 8.296875 -6.492188 8.082031 -6.472656 7.84375 -6.453125 C 7.613281 -6.429688 7.363281 -6.40625 7.09375 -6.375 C 6.832031 -6.351563 6.582031 -6.332031 6.34375 -6.3125 C 6.113281 -6.289063 5.898438 -6.273438 5.703125 -6.265625 C 5.503906 -6.265625 5.359375 -6.265625 5.265625 -6.265625 C 5.265625 -6.210938 5.257813 -6.125 5.25 -6 C 5.238281 -5.882813 5.234375 -5.804688 5.234375 -5.765625 C 5.234375 -5.316406 5.304688 -4.878906 5.453125 -4.453125 C 5.597656 -4.023438 5.753906 -3.597656 5.921875 -3.171875 C 6.085938 -2.753906 6.242188 -2.335938 6.390625 -1.921875 C 6.535156 -1.503906 6.609375 -1.066406 6.609375 -0.609375 C 6.609375 -0.523438 6.597656 -0.441406 6.578125 -0.359375 C 6.566406 -0.273438 6.535156 -0.195313 6.484375 -0.125 C 6.441406 -0.0625 6.375 -0.015625 6.28125 0.015625 C 6.195313 0.0546875 6.082031 0.0507813 5.9375 0 C 5.539063 -0.101563 5.25 -0.320313 5.0625 -0.65625 C 4.875 -1 4.734375 -1.398438 4.640625 -1.859375 C 4.546875 -2.328125 4.484375 -2.820313 4.453125 -3.34375 C 4.421875 -3.875 4.367188 -4.363281 4.296875 -4.8125 C 4.234375 -5.269531 4.128906 -5.660156 3.984375 -5.984375 C 3.847656 -6.304688 3.617188 -6.503906 3.296875 -6.578125 L 0.34375 -7.25 C 0.300781 -7.25 0.238281 -7.289063 0.15625 -7.375 C 0.0703125 -7.46875 0.0195313 -7.535156 0 -7.578125 C -0.0078125 -7.597656 -0.015625 -7.625 -0.015625 -7.65625 C -0.0234375 -7.675781 -0.03125 -7.707031 -0.03125 -7.75 Z M -0.03125 -7.75 "
id="path49" />
</g>
</g>
</defs>
<path
fill="none"
stroke-width="1.05"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 16.797867 10.500151 C 42.421441 10.859871 67.440267 12.851368 88.189366 10.500151 M 16.797867 10.500151 C 41.879253 10.31247 67.1796 10.479297 88.189366 10.500151 M 88.189366 10.500151 C 92.172359 9.707723 95.149177 12.851368 94.492296 16.797867 M 88.189366 10.500151 C 94.461016 10.119577 93.720721 14.967984 94.492296 16.797867 M 94.492296 16.797867 C 95.149177 24.320719 96.468152 35.560683 94.492296 46.201113 M 94.492296 16.797867 C 93.600815 23.960998 93.819775 32.917519 94.492296 46.201113 M 94.492296 46.201113 C 93.710295 49.522012 93.381854 50.877481 88.189366 52.49883 M 94.492296 46.201113 C 96.358672 51.159001 93.548681 53.968992 88.189366 52.49883 M 88.189366 52.49883 C 70.458792 54.44862 53.051444 50.387427 16.797867 52.49883 M 88.189366 52.49883 C 67.758281 52.597883 46.409647 52.629164 16.797867 52.49883 M 16.797867 52.49883 C 12.16842 50.481267 10.239484 49.031958 10.500151 46.201113 M 16.797867 52.49883 C 12.752314 53.609272 11.521966 52.509257 10.500151 46.201113 M 10.500151 46.201113 C 8.868375 38.401954 10.599204 33.762081 10.500151 16.797867 M 10.500151 46.201113 C 9.488762 38.078727 11.089258 30.858249 10.500151 16.797867 M 10.500151 16.797867 C 9.931896 14.060863 12.799234 11.417699 16.797867 10.500151 M 10.500151 16.797867 C 8.800601 10.698258 14.681251 11.490686 16.797867 10.500151 "
transform="matrix(0.74928, 0, 0, 0.74928, 0.37464, 0.37464)"
id="path56" />
<g
fill="#000000"
fill-opacity="1"
id="g60">
<use
xlink:href="#glyph-0-1"
x="34.061005"
y="30.680716"
id="use58" />
</g>
<path
fill="none"
stroke-width="1.05"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 520.761166 10.500151 C 545.180458 8.910081 573.170888 11.110112 592.157878 10.500151 M 520.761166 10.500151 C 535.859003 10.098723 551.582441 9.452269 592.157878 10.500151 M 592.157878 10.500151 C 596.870739 12.37174 597.929047 12.460367 598.460808 16.797867 M 592.157878 10.500151 C 596.208645 8.300121 598.700622 14.36845 598.460808 16.797867 M 598.460808 16.797867 C 598.200141 25.097507 599.060342 35.779644 598.460808 46.201113 M 598.460808 16.797867 C 598.210568 24.367639 599.211529 32.729839 598.460808 46.201113 M 598.460808 46.201113 C 600.400171 49.939079 595.749871 51.169428 592.157878 52.49883 M 598.460808 46.201113 C 596.130444 48.818211 596.088738 52.410203 592.157878 52.49883 M 592.157878 52.49883 C 572.310687 52.107829 553.761618 52.27987 520.761166 52.49883 M 592.157878 52.49883 C 569.328656 52.290296 548.918424 51.638629 520.761166 52.49883 M 520.761166 52.49883 C 516.251626 52.269443 516.110865 51.680335 514.458236 46.201113 M 520.761166 52.49883 C 516.220346 51.169428 515.328864 50.18932 514.458236 46.201113 M 514.458236 46.201113 C 514.260129 37.651233 513.869129 29.148273 514.458236 16.797867 M 514.458236 46.201113 C 514.129796 35.451203 514.922224 24.617879 514.458236 16.797867 M 514.458236 16.797867 C 516.449733 14.060863 517.24216 12.142353 520.761166 10.500151 M 514.458236 16.797867 C 514.531223 10.938071 517.289081 11.459405 520.761166 10.500151 "
transform="matrix(0.74928, 0, 0, 0.74928, 0.37464, 0.37464)"
id="path62" />
<g
fill="#000000"
fill-opacity="1"
id="g66">
<use
xlink:href="#glyph-0-2"
x="412.98505"
y="30.680716"
id="use64" />
</g>
<path
fill="none"
stroke-width="1.05"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 352.771662 10.500151 C 380.188625 12.590701 402.741541 10.802524 424.168374 10.500151 M 352.771662 10.500151 C 374.271482 11.318645 394.681715 11.94946 424.168374 10.500151 M 424.168374 10.500151 C 429.621529 10.818164 428.771755 12.05894 430.471304 16.797867 M 424.168374 10.500151 C 426.01911 11.297792 431.722506 13.779342 430.471304 16.797867 M 430.471304 16.797867 C 429.882196 25.869081 430.27841 35.998604 430.471304 46.201113 M 430.471304 16.797867 C 430.862305 24.779493 430.559931 32.542159 430.471304 46.201113 M 430.471304 46.201113 C 430.940505 50.36136 430.372251 51.461375 424.168374 52.49883 M 430.471304 46.201113 C 428.792608 51.299761 426.670778 50.840987 424.168374 52.49883 M 424.168374 52.49883 C 402.20978 53.979419 382.508562 54.172313 352.771662 52.49883 M 424.168374 52.49883 C 401.052418 51.977496 377.368207 52.74907 352.771662 52.49883 M 352.771662 52.49883 C 348.382028 54.068046 345.837918 50.131973 346.468732 46.201113 M 352.771662 52.49883 C 347.740787 53.567565 347.1986 52.712577 346.468732 46.201113 M 346.468732 46.201113 C 347.688654 36.900512 345.181037 24.539679 346.468732 16.797867 M 346.468732 46.201113 C 346.239345 38.699115 346.197638 32.229358 346.468732 16.797867 M 346.468732 16.797867 C 346.818026 14.060863 349.721857 8.670268 352.771662 10.500151 M 346.468732 16.797867 C 348.309042 11.177885 347.959748 11.428125 352.771662 10.500151 "
transform="matrix(0.74928, 0, 0, 0.74928, 0.37464, 0.37464)"
id="path68" />
<g
fill="#000000"
fill-opacity="1"
id="g72">
<use
xlink:href="#glyph-0-3"
x="286.13208"
y="30.680716"
id="use70" />
</g>
<path
fill="none"
stroke-width="1.05"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 184.792585 10.500151 C 211.000052 10.651338 236.519359 9.061268 256.17887 10.500151 M 184.792585 10.500151 C 210.577772 11.120538 237.780988 10.922431 256.17887 10.500151 M 256.17887 10.500151 C 262.37232 9.280229 263.800775 11.667939 262.4818 16.797867 M 256.17887 10.500151 C 260.651917 9.467909 264.749604 13.179808 262.4818 16.797867 M 262.4818 16.797867 C 261.569465 26.651083 261.501692 36.217564 262.4818 46.201113 M 262.4818 16.797867 C 262.930147 23.09037 261.319225 30.258715 262.4818 46.201113 M 262.4818 46.201113 C 261.480838 50.778427 260.787464 51.758535 256.17887 52.49883 M 262.4818 46.201113 C 261.439132 48.948544 262.080373 54.109753 256.17887 52.49883 M 256.17887 52.49883 C 236.310826 51.649055 211.271146 51.857589 184.792585 52.49883 M 256.17887 52.49883 C 232.770967 53.098364 207.929394 53.192204 184.792585 52.49883 M 184.792585 52.49883 C 180.512431 51.669909 179.772137 48.588824 178.489655 46.201113 M 184.792585 52.49883 C 179.261229 51.138148 179.057909 50.397853 178.489655 46.201113 M 178.489655 46.201113 C 176.930866 37.828487 180.700111 31.692384 178.489655 16.797867 M 178.489655 46.201113 C 178.938002 38.177781 178.077801 28.079538 178.489655 16.797867 M 178.489655 16.797867 C 177.191533 14.050436 182.201554 9.400136 184.792585 10.500151 M 178.489655 16.797867 C 177.248879 11.417699 178.619988 11.402059 184.792585 10.500151 "
transform="matrix(0.74928, 0, 0, 0.74928, 0.37464, 0.37464)"
id="path74" />
<g
fill="#000000"
fill-opacity="1"
id="g78">
<use
xlink:href="#glyph-0-4"
x="160.59438"
y="30.680716"
id="use76" />
</g>
<path
fill="none"
stroke-width="1.05"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 415.769681 115.491636 C 454.520449 114.959875 496.712022 117.999253 529.159859 115.491636 M 415.769681 115.491636 C 451.022296 115.330022 486.368752 113.489713 529.159859 115.491636 M 529.159859 115.491636 C 532.621518 115.382155 534.430548 115.877423 535.457576 121.789352 M 529.159859 115.491636 C 534.049974 115.637609 534.920602 116.977438 535.457576 121.789352 M 535.457576 121.789352 C 533.299252 133.201357 536.521097 145.85935 535.457576 151.192598 M 535.457576 121.789352 C 535.108282 128.90035 535.061362 134.880053 535.457576 151.192598 M 535.457576 151.192598 C 535.707816 156.619687 534.790268 157.339128 529.159859 157.490315 M 535.457576 151.192598 C 535.702603 154.070363 532.188811 155.968019 529.159859 157.490315 M 529.159859 157.490315 C 491.149386 156.14006 454.098168 156.3903 415.769681 157.490315 M 529.159859 157.490315 C 487.557394 157.787475 444.860127 158.632037 415.769681 157.490315 M 415.769681 157.490315 C 411.729341 156.061859 410.379086 154.690751 409.471964 151.192598 M 415.769681 157.490315 C 409.258217 156.087926 409.748272 155.587445 409.471964 151.192598 M 409.471964 151.192598 C 410.170552 143.007652 409.701351 139.22798 409.471964 121.789352 M 409.471964 151.192598 C 408.601336 143.80008 410.300886 136.527469 409.471964 121.789352 M 409.471964 121.789352 C 409.09139 119.041921 409.930738 115.84093 415.769681 115.491636 M 409.471964 121.789352 C 411.760621 116.888811 411.729341 116.34141 415.769681 115.491636 "
transform="matrix(0.74928, 0, 0, 0.74928, 0.37464, 0.37464)"
id="path80" />
<g
fill="#000000"
fill-opacity="1"
id="g98">
<use
xlink:href="#glyph-0-5"
x="323.5488"
y="109.34922"
id="use82" />
<use
xlink:href="#glyph-0-6"
x="333.75113"
y="109.34922"
id="use84" />
<use
xlink:href="#glyph-0-3"
x="339.0213"
y="109.34922"
id="use86" />
<use
xlink:href="#glyph-0-7"
x="348.90094"
y="109.34922"
id="use88" />
<use
xlink:href="#glyph-0-8"
x="355.98419"
y="109.34922"
id="use90" />
<use
xlink:href="#glyph-0-7"
x="363.88177"
y="109.34922"
id="use92" />
<use
xlink:href="#glyph-0-2"
x="370.965"
y="109.34922"
id="use94" />
<use
xlink:href="#glyph-0-9"
x="378.86258"
y="109.34922"
id="use96" />
</g>
<path
fill="none"
stroke-width="1.05"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 79.790673 115.491636 C 121.549539 116.711558 162.500336 115.757516 193.191278 115.491636 M 79.790673 115.491636 C 122.357606 115.027648 167.531211 116.581224 193.191278 115.491636 M 193.191278 115.491636 C 197.377591 113.839006 201.470064 115.491636 199.488994 121.789352 M 193.191278 115.491636 C 195.870935 113.818153 199.958195 116.377904 199.488994 121.789352 M 199.488994 121.789352 C 201.19897 133.978145 199.760088 146.07831 199.488994 151.192598 M 199.488994 121.789352 C 199.780941 127.211227 198.420259 134.692373 199.488994 151.192598 M 199.488994 151.192598 C 198.258646 157.041968 197.221191 157.631075 193.191278 157.490315 M 199.488994 151.192598 C 200.370049 156.551914 199.608901 159.241998 193.191278 157.490315 M 193.191278 157.490315 C 152.402094 158.001222 113.552273 158.272316 79.790673 157.490315 M 193.191278 157.490315 C 148.518154 157.448608 106.102408 157.610222 79.790673 157.490315 M 79.790673 157.490315 C 75.87024 157.860462 72.121847 157.339128 73.487743 151.192598 M 79.790673 157.490315 C 77.621923 158.491277 73.628503 153.277935 73.487743 151.192598 M 73.487743 151.192598 C 71.418046 142.262144 73.028969 130.417432 73.487743 121.789352 M 73.487743 151.192598 C 72.731808 141.172556 73.602436 132.377649 73.487743 121.789352 M 73.487743 121.789352 C 71.47018 119.031495 74.420931 116.570797 79.790673 115.491636 M 73.487743 121.789352 C 72.721382 117.128625 74.400078 116.31013 79.790673 115.491636 "
transform="matrix(0.74928, 0, 0, 0.74928, 0.37464, 0.37464)"
id="path100" />
<g
fill="#000000"
fill-opacity="1"
id="g118">
<use
xlink:href="#glyph-0-5"
x="70.813942"
y="109.34922"
id="use102" />
<use
xlink:href="#glyph-0-6"
x="81.016266"
y="109.34922"
id="use104" />
<use
xlink:href="#glyph-0-1"
x="86.286438"
y="109.34922"
id="use106" />
<use
xlink:href="#glyph-0-7"
x="96.82679"
y="109.34922"
id="use108" />
<use
xlink:href="#glyph-0-8"
x="103.91003"
y="109.34922"
id="use110" />
<use
xlink:href="#glyph-0-7"
x="111.80761"
y="109.34922"
id="use112" />
<use
xlink:href="#glyph-0-4"
x="118.89085"
y="109.34922"
id="use114" />
<use
xlink:href="#glyph-0-9"
x="128.10982"
y="109.34922"
id="use116" />
</g>
<path
fill="none"
stroke-width="1.05"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 205.781498 220.477907 C 276.208528 221.90115 345.801424 221.160855 403.169035 220.477907 M 205.781498 220.477907 C 256.470817 219.492586 305.961068 220.212027 403.169035 220.477907 M 403.169035 220.477907 C 408.111282 221.478869 410.280032 224.28886 409.471964 226.780837 M 403.169035 220.477907 C 408.48143 221.817736 410.957767 220.780281 409.471964 226.780837 M 409.471964 226.780837 C 410.858713 233.870982 408.95063 239.527457 409.471964 256.17887 M 409.471964 226.780837 C 410.410366 232.609353 409.842112 239.501391 409.471964 256.17887 M 409.471964 256.17887 C 410.968193 262.45052 405.608878 262.919721 403.169035 262.4818 M 409.471964 256.17887 C 410.989047 259.202608 408.158202 262.659054 403.169035 262.4818 M 403.169035 262.4818 C 333.341538 260.54765 258.029606 260.839597 205.781498 262.4818 M 403.169035 262.4818 C 363.339105 264.707897 322.779308 264.191776 205.781498 262.4818 M 205.781498 262.4818 C 201.980972 260.448597 200.031182 260.787464 199.488994 256.17887 M 205.781498 262.4818 C 203.11748 261.048131 199.468141 260.782251 199.488994 256.17887 M 199.488994 256.17887 C 198.84254 248.192031 198.331633 242.561622 199.488994 226.780837 M 199.488994 256.17887 C 199.400368 249.411953 199.457714 242.879636 199.488994 226.780837 M 199.488994 226.780837 C 200.020755 224.017766 200.891383 222.29215 205.781498 220.477907 M 199.488994 226.780837 C 200.469103 222.359924 203.868201 221.270335 205.781498 220.477907 "
transform="matrix(0.74928, 0, 0, 0.74928, 0.37464, 0.37464)"
id="path120" />
<g
fill="#000000"
fill-opacity="1"
id="g158">
<use
xlink:href="#glyph-0-5"
x="158.83662"
y="188.01772"
id="use122" />
<use
xlink:href="#glyph-0-6"
x="169.03894"
y="188.01772"
id="use124" />
<use
xlink:href="#glyph-0-5"
x="174.30911"
y="188.01772"
id="use126" />
<use
xlink:href="#glyph-0-6"
x="184.51144"
y="188.01772"
id="use128" />
<use
xlink:href="#glyph-0-1"
x="189.78162"
y="188.01772"
id="use130" />
<use
xlink:href="#glyph-0-8"
x="200.32196"
y="188.01772"
id="use132" />
<use
xlink:href="#glyph-0-4"
x="208.21954"
y="188.01772"
id="use134" />
<use
xlink:href="#glyph-0-9"
x="217.43851"
y="188.01772"
id="use136" />
<use
xlink:href="#glyph-0-7"
x="223.03136"
y="188.01772"
id="use138" />
<use
xlink:href="#glyph-0-8"
x="230.11459"
y="188.01772"
id="use140" />
<use
xlink:href="#glyph-0-7"
x="238.01218"
y="188.01772"
id="use142" />
<use
xlink:href="#glyph-0-5"
x="245.09541"
y="188.01772"
id="use144" />
<use
xlink:href="#glyph-0-6"
x="255.29773"
y="188.01772"
id="use146" />
<use
xlink:href="#glyph-0-3"
x="260.5679"
y="188.01772"
id="use148" />
<use
xlink:href="#glyph-0-8"
x="270.44757"
y="188.01772"
id="use150" />
<use
xlink:href="#glyph-0-2"
x="278.34515"
y="188.01772"
id="use152" />
<use
xlink:href="#glyph-0-9"
x="286.24271"
y="188.01772"
id="use154" />
<use
xlink:href="#glyph-0-9"
x="291.83557"
y="188.01772"
id="use156" />
</g>
<path
fill="none"
stroke-width="1.05"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 52.49883 52.49883 C 79.858446 72.319954 110.179241 92.761467 131.152514 111.482576 M 52.49883 52.49883 C 78.00771 70.620405 104.590539 89.779435 131.152514 111.482576 "
transform="matrix(0.74928, 0, 0, 0.74928, 0.37464, 0.37464)"
id="path160" />
<path
fill="none"
stroke-width="0.52"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 131.762475 107.577783 L 131.762475 107.577783 M 131.762475 107.577783 L 131.762475 107.577783 M 130.109845 115.877423 C 132.038782 113.839006 133.05017 111.758883 134.238812 111.128069 M 130.109845 115.877423 C 131.152514 115.069355 131.950155 113.771233 134.238812 111.128069 "
transform="matrix(0.74928, 0, 0, 0.74928, 0.37464, 0.37464)"
id="path162" />
<path
fill="none"
stroke-width="1.05"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 135.557787 114.787835 C 133.712264 114.00062 131.600861 113.771233 127.471894 113.317672 M 135.557787 114.787835 C 134.051131 114.558448 132.591396 114.339487 127.471894 113.317672 M 127.471894 113.317672 C 128.707456 112.728565 129.651071 112.321924 131.152514 111.482576 M 127.471894 113.317672 C 128.801297 112.801551 130.240179 112.181164 131.152514 111.482576 M 131.152514 111.482576 C 131.319341 110.012414 131.350621 109.402453 131.882381 107.442236 M 131.152514 111.482576 C 131.397541 110.101041 131.778115 108.808132 131.882381 107.442236 M 131.882381 107.442236 C 132.79993 110.450334 134.389999 112.118604 135.557787 114.787835 M 131.882381 107.442236 C 132.377649 109.240839 133.30041 110.121894 135.557787 114.787835 "
transform="matrix(0.74928, 0, 0, 0.74928, 0.37464, 0.37464)"
id="path164" />
<path
fill="none"
stroke-width="1.05"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 220.477907 52.49883 C 202.179079 64.640702 185.188799 78.24231 141.829437 111.482576 M 220.477907 52.49883 C 194.619733 71.981087 170.799976 90.399823 141.829437 111.482576 "
transform="matrix(0.74928, 0, 0, 0.74928, 0.37464, 0.37464)"
id="path166" />
<path
fill="none"
stroke-width="0.52"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 141.141276 107.390103 L 141.141276 107.390103 M 141.141276 107.390103 L 141.141276 107.390103 M 138.800486 116.482171 C 140.072541 115.788796 141.010942 114.589728 142.241291 112.520031 M 138.800486 116.482171 C 140.030834 114.819115 141.417583 113.640899 142.241291 112.520031 "
transform="matrix(0.74928, 0, 0, 0.74928, 0.37464, 0.37464)"
id="path168" />
<path
fill="none"
stroke-width="1.05"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 137.41895 114.787835 C 138.539819 113.260325 140.088181 111.779736 141.099569 107.442236 M 137.41895 114.787835 C 138.211378 113.520993 139.22798 111.268829 141.099569 107.442236 M 141.099569 107.442236 C 141.52185 108.771638 141.699104 110.299147 141.829437 111.482576 M 141.099569 107.442236 C 141.27161 108.547465 141.67825 109.501506 141.829437 111.482576 M 141.829437 111.482576 C 142.309064 111.80059 143.539413 112.280217 145.510056 113.317672 M 141.829437 111.482576 C 142.898172 112.248937 144.050321 112.431404 145.510056 113.317672 M 145.510056 113.317672 C 142.882532 113.468859 139.5095 113.7191 137.41895 114.787835 M 145.510056 113.317672 C 142.767839 113.630473 139.879647 114.381194 137.41895 114.787835 "
transform="matrix(0.74928, 0, 0, 0.74928, 0.37464, 0.37464)"
id="path170" />
<path
fill="none"
stroke-width="1.05"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 388.467411 52.49883 C 404.430663 67.35164 421.551277 81.161782 467.121095 111.482576 M 388.467411 52.49883 C 419.27826 76.297734 449.421801 100.247825 467.121095 111.482576 "
transform="matrix(0.74928, 0, 0, 0.74928, 0.37464, 0.37464)"
id="path172" />
<path
fill="none"
stroke-width="0.52"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 467.777976 107.530863 L 467.777976 107.530863 M 467.777976 107.530863 L 467.777976 107.530863 M 466.120133 115.830503 C 467.371335 114.537594 468.132483 113.901566 469.571366 111.868363 M 466.120133 115.830503 C 467.058535 114.709634 468.601684 113.051792 469.571366 111.868363 "
transform="matrix(0.74928, 0, 0, 0.74928, 0.37464, 0.37464)"
id="path174" />
<path
fill="none"
stroke-width="1.05"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 471.531582 114.787835 C 469.738192 115.267462 467.788403 114.29778 463.450903 113.317672 M 471.531582 114.787835 C 469.211645 114.871248 467.788403 114.1883 463.450903 113.317672 M 463.450903 113.317672 C 464.378877 112.770271 465.468466 111.930923 467.121095 111.482576 M 463.450903 113.317672 C 464.967985 112.728565 466.250467 111.977843 467.121095 111.482576 M 467.121095 111.482576 C 467.397402 110.658868 467.418256 109.157426 467.86139 107.442236 M 467.121095 111.482576 C 467.579869 110.048907 467.548589 108.302438 467.86139 107.442236 M 467.86139 107.442236 C 468.200257 109.970707 469.258565 111.018589 471.531582 114.787835 M 467.86139 107.442236 C 468.732018 109.480653 470.150046 112.118604 471.531582 114.787835 "
transform="matrix(0.74928, 0, 0, 0.74928, 0.37464, 0.37464)"
id="path176" />
<path
fill="none"
stroke-width="1.05"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 556.462129 52.49883 C 540.16001 65.412277 520.688179 79.430952 477.808445 111.482576 M 556.462129 52.49883 C 534.388841 68.498575 514.077662 84.081253 477.808445 111.482576 "
transform="matrix(0.74928, 0, 0, 0.74928, 0.37464, 0.37464)"
id="path178" />
<path
fill="none"
stroke-width="0.52"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 477.161991 107.33797 L 477.161991 107.33797 M 477.161991 107.33797 L 477.161991 107.33797 M 474.8212 116.440464 C 476.119323 115.590689 476.698003 113.421939 478.262006 112.467898 M 474.8212 116.440464 C 475.988989 115.330022 477.151564 113.708673 478.262006 112.467898 "
transform="matrix(0.74928, 0, 0, 0.74928, 0.37464, 0.37464)"
id="path180" />
<path
fill="none"
stroke-width="1.05"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 473.397958 114.787835 C 474.482333 111.62855 476.45819 108.828985 477.068151 107.442236 M 473.397958 114.787835 C 474.78992 112.269791 475.311255 110.147961 477.068151 107.442236 M 477.068151 107.442236 C 477.652045 108.302438 477.141137 109.272119 477.808445 111.482576 M 477.068151 107.442236 C 477.161991 108.928039 477.719818 110.231374 477.808445 111.482576 M 477.808445 111.482576 C 479.549701 112.009124 480.85825 112.671218 481.478638 113.317672 M 477.808445 111.482576 C 478.809407 112.12903 479.982409 112.681645 481.478638 113.317672 M 481.478638 113.317672 C 478.6895 113.620046 476.41127 114.32906 473.397958 114.787835 M 481.478638 113.317672 C 479.518421 113.567913 477.229764 114.501101 473.397958 114.787835 "
transform="matrix(0.74928, 0, 0, 0.74928, 0.37464, 0.37464)"
id="path182" />
<path
fill="none"
stroke-width="1.05"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 136.490975 157.490315 C 173.109486 170.002335 210.640332 184.599691 298.219256 218.131904 M 136.490975 157.490315 C 191.637702 177.551253 246.768789 197.122137 298.219256 218.131904 "
transform="matrix(0.74928, 0, 0, 0.74928, 0.37464, 0.37464)"
id="path184" />
<path
fill="none"
stroke-width="0.52"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 297.640575 214.221898 L 297.640575 214.221898 M 297.640575 214.221898 L 297.640575 214.221898 M 296.68132 221.729109 C 298.198403 219.99828 299.950086 218.058917 300.810287 216.969328 M 296.68132 221.729109 C 297.729202 220.509187 299.298418 219.242345 300.810287 216.969328 "
transform="matrix(0.74928, 0, 0, 0.74928, 0.37464, 0.37464)"
id="path186" />
<path
fill="none"
stroke-width="1.05"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 303.370038 220.071267 C 300.059566 220.467481 297.072321 221.348535 295.211158 220.941895 M 303.370038 220.071267 C 300.570473 219.987853 297.661429 220.702081 295.211158 220.941895 M 295.211158 220.941895 C 296.3998 219.85752 297.760482 219.257985 298.219256 218.131904 M 295.211158 220.941895 C 296.040079 220.258947 296.837721 219.351826 298.219256 218.131904 M 298.219256 218.131904 C 298.057643 217.428103 298.109776 216.0205 297.791762 214.049857 M 298.219256 218.131904 C 298.177549 216.578328 297.718775 214.790152 297.791762 214.049857 M 297.791762 214.049857 C 299.689419 216.197754 300.320233 217.229996 303.370038 220.071267 M 297.791762 214.049857 C 298.969977 215.202006 300.570473 216.458421 303.370038 220.071267 "
transform="matrix(0.74928, 0, 0, 0.74928, 0.37464, 0.37464)"
id="path188" />
<path
fill="none"
stroke-width="1.05"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 472.459557 157.490315 C 435.288432 168.469612 398.868028 183.280716 310.731276 218.131904 M 472.459557 157.490315 C 437.822116 169.699961 403.471408 182.790661 310.731276 218.131904 "
transform="matrix(0.74928, 0, 0, 0.74928, 0.37464, 0.37464)"
id="path190" />
<path
fill="none"
stroke-width="0.52"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 305.752535 219.878373 L 305.752535 219.878373 M 305.752535 219.878373 L 305.752535 219.878373 M 310.991943 220.258947 C 311.247397 220.039987 311.508064 219.617706 311.680104 219.461306 M 310.991943 220.258947 C 311.210903 220.06084 311.289103 219.852306 311.680104 219.461306 "
transform="matrix(0.74928, 0, 0, 0.74928, 0.37464, 0.37464)"
id="path192" />
<path
fill="none"
stroke-width="1.05"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 305.580494 220.071267 C 306.461549 218.778358 308.708499 216.541834 311.169197 214.049857 M 305.580494 220.071267 C 307.332177 217.568863 309.709461 215.248926 311.169197 214.049857 M 311.169197 214.049857 C 310.788623 215.228072 311.01801 216.468848 310.731276 218.131904 M 311.169197 214.049857 C 311.15877 215.129019 311.007583 215.978794 310.731276 218.131904 M 310.731276 218.131904 C 311.940771 218.799211 312.368265 219.581213 313.749801 220.941895 M 310.731276 218.131904 C 311.492424 218.939972 312.488172 219.7324 313.749801 220.941895 M 313.749801 220.941895 C 310.762556 220.639521 307.921285 221.061802 305.580494 220.071267 M 313.749801 220.941895 C 310.898103 220.34236 307.551138 219.99828 305.580494 220.071267 "
transform="matrix(0.74928, 0, 0, 0.74928, 0.37464, 0.37464)"
id="path194" />
<g
fill="#000000"
fill-opacity="1"
id="g208">
<use
xlink:href="#glyph-0-10"
x="465.71753"
y="30.680716"
id="use196" />
<use
xlink:href="#glyph-0-11"
x="475.25916"
y="30.680716"
id="use198" />
<use
xlink:href="#glyph-0-12"
x="483.83279"
y="30.680716"
id="use200" />
<use
xlink:href="#glyph-0-13"
x="493.37442"
y="30.680716"
id="use202" />
<use
xlink:href="#glyph-0-11"
x="501.59467"
y="30.680716"
id="use204" />
<use
xlink:href="#glyph-0-14"
x="510.1683"
y="30.680716"
id="use206" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g218">
<use
xlink:href="#glyph-0-15"
x="324.11423"
y="188.01772"
id="use210" />
<use
xlink:href="#glyph-0-16"
x="334.96188"
y="188.01772"
id="use212" />
<use
xlink:href="#glyph-0-16"
x="342.85947"
y="188.01772"
id="use214" />
<use
xlink:href="#glyph-0-17"
x="350.75705"
y="188.01772"
id="use216" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 68 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 147 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 163 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 223 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 47 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 151 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 108 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 45 KiB

View File

@@ -0,0 +1,337 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="812.88pt"
height="149.039993pt"
viewBox="0 0 812.88 149.039993"
version="1.1"
id="svg127"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs53">
<g
id="g51">
<g
id="glyph-0-0" />
<g
id="glyph-0-1">
<path
d="M 0.15625 -11.796875 C 0.15625 -12.097656 0.210938 -12.347656 0.328125 -12.546875 C 0.441406 -12.742188 0.597656 -12.90625 0.796875 -13.03125 C 0.992188 -13.15625 1.210938 -13.25 1.453125 -13.3125 C 1.703125 -13.375 1.957031 -13.414063 2.21875 -13.4375 C 2.476563 -13.457031 2.734375 -13.460938 2.984375 -13.453125 C 3.234375 -13.453125 3.460938 -13.453125 3.671875 -13.453125 C 4.078125 -13.453125 4.484375 -13.410156 4.890625 -13.328125 C 5.296875 -13.253906 5.65625 -13.117188 5.96875 -12.921875 C 6.289063 -12.722656 6.550781 -12.457031 6.75 -12.125 C 6.945313 -11.789063 7.046875 -11.375 7.046875 -10.875 C 7.046875 -10.4375 6.957031 -10 6.78125 -9.5625 C 6.601563 -9.132813 6.378906 -8.722656 6.109375 -8.328125 C 5.835938 -7.941406 5.523438 -7.585938 5.171875 -7.265625 C 4.828125 -6.941406 4.484375 -6.664063 4.140625 -6.4375 C 3.796875 -6.207031 3.46875 -6.023438 3.15625 -5.890625 C 2.84375 -5.765625 2.582031 -5.71875 2.375 -5.75 C 2.25 -5.351563 2.175781 -4.929688 2.15625 -4.484375 C 2.132813 -4.046875 2.128906 -3.613281 2.140625 -3.1875 C 2.148438 -2.769531 2.160156 -2.367188 2.171875 -1.984375 C 2.191406 -1.609375 2.175781 -1.28125 2.125 -1 C 2.070313 -0.726563 1.96875 -0.523438 1.8125 -0.390625 C 1.664063 -0.253906 1.441406 -0.210938 1.140625 -0.265625 C 1.046875 -0.972656 0.972656 -1.6875 0.921875 -2.40625 C 0.878906 -3.132813 0.84375 -3.859375 0.8125 -4.578125 C 0.789063 -5.296875 0.765625 -5.992188 0.734375 -6.671875 C 0.710938 -7.359375 0.675781 -8.007813 0.625 -8.625 C 0.582031 -9.238281 0.519531 -9.8125 0.4375 -10.34375 C 0.363281 -10.882813 0.269531 -11.367188 0.15625 -11.796875 Z M 3.828125 -12.171875 C 3.679688 -12.171875 3.5 -12.164063 3.28125 -12.15625 C 3.0625 -12.144531 2.847656 -12.113281 2.640625 -12.0625 C 2.441406 -12.007813 2.269531 -11.914063 2.125 -11.78125 C 1.988281 -11.644531 1.921875 -11.453125 1.921875 -11.203125 L 1.921875 -7.296875 C 2.328125 -7.296875 2.757813 -7.40625 3.21875 -7.625 C 3.675781 -7.84375 4.09375 -8.117188 4.46875 -8.453125 C 4.851563 -8.796875 5.171875 -9.179688 5.421875 -9.609375 C 5.671875 -10.035156 5.796875 -10.457031 5.796875 -10.875 C 5.796875 -11.1875 5.738281 -11.425781 5.625 -11.59375 C 5.507813 -11.757813 5.359375 -11.890625 5.171875 -11.984375 C 4.984375 -12.078125 4.773438 -12.128906 4.546875 -12.140625 C 4.316406 -12.160156 4.078125 -12.171875 3.828125 -12.171875 Z M 3.828125 -12.171875 "
id="path3" />
</g>
<g
id="glyph-0-2">
<path
d="M 0.921875 -5.59375 C 0.921875 -5.65625 0.921875 -5.753906 0.921875 -5.890625 C 0.929688 -6.023438 0.9375 -6.164063 0.9375 -6.3125 C 0.945313 -6.457031 0.953125 -6.597656 0.953125 -6.734375 C 0.960938 -6.878906 0.96875 -6.984375 0.96875 -7.046875 C 1.082031 -7.203125 1.222656 -7.328125 1.390625 -7.421875 C 1.566406 -7.523438 1.742188 -7.609375 1.921875 -7.671875 C 1.953125 -7.128906 2.035156 -6.554688 2.171875 -5.953125 C 2.316406 -5.347656 2.46875 -4.738281 2.625 -4.125 C 2.78125 -3.507813 2.921875 -2.90625 3.046875 -2.3125 C 3.171875 -1.71875 3.234375 -1.160156 3.234375 -0.640625 C 3.234375 -0.191406 3.003906 0.03125 2.546875 0.03125 C 2.273438 0.03125 2.039063 -0.0820313 1.84375 -0.3125 C 1.65625 -0.539063 1.503906 -0.832031 1.390625 -1.1875 C 1.273438 -1.539063 1.179688 -1.929688 1.109375 -2.359375 C 1.046875 -2.796875 1 -3.222656 0.96875 -3.640625 C 0.945313 -4.054688 0.929688 -4.4375 0.921875 -4.78125 C 0.921875 -5.132813 0.921875 -5.40625 0.921875 -5.59375 Z M 1.140625 -11.1875 C 1.328125 -11.113281 1.484375 -10.984375 1.609375 -10.796875 C 1.742188 -10.617188 1.800781 -10.457031 1.78125 -10.3125 C 1.769531 -10.175781 1.660156 -10.078125 1.453125 -10.015625 C 1.242188 -9.960938 0.894531 -10.019531 0.40625 -10.1875 C 0.40625 -10.457031 0.457031 -10.691406 0.5625 -10.890625 C 0.664063 -11.085938 0.859375 -11.1875 1.140625 -11.1875 Z M 1.140625 -11.1875 "
id="path6" />
</g>
<g
id="glyph-0-3">
<path
d="M 0.203125 -7.78125 C 0.273438 -8.019531 0.359375 -8.128906 0.453125 -8.109375 C 0.546875 -8.085938 0.660156 -7.972656 0.796875 -7.765625 C 0.941406 -7.554688 1.097656 -7.273438 1.265625 -6.921875 C 1.441406 -6.578125 1.628906 -6.203125 1.828125 -5.796875 C 2.035156 -5.390625 2.253906 -4.976563 2.484375 -4.5625 C 2.710938 -4.144531 2.953125 -3.757813 3.203125 -3.40625 C 3.460938 -3.0625 3.734375 -2.773438 4.015625 -2.546875 C 4.304688 -2.316406 4.597656 -2.1875 4.890625 -2.15625 L 6.09375 -8.328125 C 6.113281 -8.492188 6.1875 -8.585938 6.3125 -8.609375 C 6.445313 -8.640625 6.582031 -8.65625 6.71875 -8.65625 C 7.164063 -8.65625 7.390625 -8.445313 7.390625 -8.03125 C 7.390625 -7.8125 7.367188 -7.460938 7.328125 -6.984375 C 7.285156 -6.503906 7.21875 -5.976563 7.125 -5.40625 C 7.039063 -4.832031 6.929688 -4.242188 6.796875 -3.640625 C 6.671875 -3.046875 6.519531 -2.5 6.34375 -2 C 6.164063 -1.5 5.957031 -1.085938 5.71875 -0.765625 C 5.488281 -0.453125 5.234375 -0.296875 4.953125 -0.296875 C 4.546875 -0.296875 4.144531 -0.429688 3.75 -0.703125 C 3.351563 -0.984375 2.976563 -1.34375 2.625 -1.78125 C 2.269531 -2.226563 1.941406 -2.722656 1.640625 -3.265625 C 1.347656 -3.816406 1.09375 -4.367188 0.875 -4.921875 C 0.664063 -5.472656 0.5 -6 0.375 -6.5 C 0.257813 -7.007813 0.203125 -7.4375 0.203125 -7.78125 Z M 0.203125 -7.78125 "
id="path9" />
</g>
<g
id="glyph-0-4">
<path
d="M 0.296875 -3.03125 C 0.296875 -3.644531 0.4375 -4.21875 0.71875 -4.75 C 1.007813 -5.28125 1.390625 -5.738281 1.859375 -6.125 C 2.335938 -6.507813 2.875 -6.8125 3.46875 -7.03125 C 4.0625 -7.25 4.660156 -7.359375 5.265625 -7.359375 C 5.609375 -7.359375 5.910156 -7.25 6.171875 -7.03125 C 6.429688 -6.8125 6.648438 -6.546875 6.828125 -6.234375 C 7.015625 -5.921875 7.15625 -5.585938 7.25 -5.234375 C 7.34375 -4.890625 7.390625 -4.585938 7.390625 -4.328125 C 7.390625 -3.765625 7.253906 -3.222656 6.984375 -2.703125 C 6.710938 -2.179688 6.363281 -1.71875 5.9375 -1.3125 C 5.507813 -0.914063 5.023438 -0.59375 4.484375 -0.34375 C 3.953125 -0.09375 3.414063 0.03125 2.875 0.03125 C 2.394531 0.03125 1.988281 -0.0507813 1.65625 -0.21875 C 1.332031 -0.382813 1.070313 -0.601563 0.875 -0.875 C 0.675781 -1.144531 0.53125 -1.46875 0.4375 -1.84375 C 0.34375 -2.21875 0.296875 -2.613281 0.296875 -3.03125 Z M 1.5625 -2.875 C 1.5625 -2.613281 1.582031 -2.382813 1.625 -2.1875 C 1.675781 -2 1.757813 -1.835938 1.875 -1.703125 C 1.988281 -1.566406 2.140625 -1.457031 2.328125 -1.375 C 2.515625 -1.300781 2.75 -1.265625 3.03125 -1.265625 C 3.394531 -1.265625 3.757813 -1.363281 4.125 -1.5625 C 4.5 -1.769531 4.832031 -2.03125 5.125 -2.34375 C 5.414063 -2.664063 5.648438 -3.015625 5.828125 -3.390625 C 6.015625 -3.765625 6.109375 -4.128906 6.109375 -4.484375 C 6.109375 -4.648438 6.09375 -4.828125 6.0625 -5.015625 C 6.03125 -5.203125 5.976563 -5.375 5.90625 -5.53125 C 5.84375 -5.695313 5.742188 -5.832031 5.609375 -5.9375 C 5.484375 -6.050781 5.320313 -6.109375 5.125 -6.109375 C 4.9375 -6.109375 4.722656 -6.046875 4.484375 -5.921875 C 4.242188 -5.804688 3.988281 -5.648438 3.71875 -5.453125 C 3.457031 -5.265625 3.195313 -5.050781 2.9375 -4.8125 C 2.6875 -4.582031 2.457031 -4.347656 2.25 -4.109375 C 2.039063 -3.867188 1.875 -3.640625 1.75 -3.421875 C 1.625 -3.203125 1.5625 -3.019531 1.5625 -2.875 Z M 1.5625 -2.875 "
id="path12" />
</g>
<g
id="glyph-0-5">
<path
d="M -0.03125 -7.515625 C -0.03125 -7.546875 -0.0234375 -7.570313 -0.015625 -7.59375 C -0.015625 -7.613281 -0.0078125 -7.640625 0 -7.671875 C 0.0390625 -7.722656 0.0976563 -7.785156 0.171875 -7.859375 C 0.253906 -7.941406 0.304688 -7.984375 0.328125 -7.984375 L 3.328125 -7.984375 C 3.328125 -8.085938 3.3125 -8.257813 3.28125 -8.5 C 3.25 -8.738281 3.21875 -9.003906 3.1875 -9.296875 C 3.164063 -9.585938 3.160156 -9.890625 3.171875 -10.203125 C 3.179688 -10.515625 3.222656 -10.796875 3.296875 -11.046875 C 3.378906 -11.304688 3.5 -11.515625 3.65625 -11.671875 C 3.820313 -11.835938 4.054688 -11.921875 4.359375 -11.921875 C 4.359375 -10.921875 4.425781 -10.113281 4.5625 -9.5 C 4.707031 -8.894531 4.894531 -8.425781 5.125 -8.09375 C 5.363281 -7.769531 5.628906 -7.554688 5.921875 -7.453125 C 6.222656 -7.359375 6.53125 -7.316406 6.84375 -7.328125 C 7.15625 -7.347656 7.457031 -7.394531 7.75 -7.46875 C 8.050781 -7.550781 8.316406 -7.609375 8.546875 -7.640625 C 8.785156 -7.671875 8.972656 -7.648438 9.109375 -7.578125 C 9.253906 -7.503906 9.328125 -7.328125 9.328125 -7.046875 C 9.328125 -6.835938 9.28125 -6.6875 9.1875 -6.59375 C 9.09375 -6.507813 8.910156 -6.441406 8.640625 -6.390625 C 8.554688 -6.378906 8.421875 -6.359375 8.234375 -6.328125 C 8.054688 -6.304688 7.851563 -6.285156 7.625 -6.265625 C 7.394531 -6.242188 7.148438 -6.21875 6.890625 -6.1875 C 6.628906 -6.164063 6.382813 -6.144531 6.15625 -6.125 C 5.925781 -6.113281 5.71875 -6.101563 5.53125 -6.09375 C 5.34375 -6.09375 5.207031 -6.09375 5.125 -6.09375 C 5.125 -6.039063 5.117188 -5.953125 5.109375 -5.828125 C 5.097656 -5.710938 5.09375 -5.632813 5.09375 -5.59375 C 5.09375 -5.15625 5.160156 -4.726563 5.296875 -4.3125 C 5.429688 -3.90625 5.582031 -3.5 5.75 -3.09375 C 5.914063 -2.6875 6.066406 -2.273438 6.203125 -1.859375 C 6.347656 -1.453125 6.421875 -1.03125 6.421875 -0.59375 C 6.421875 -0.519531 6.410156 -0.4375 6.390625 -0.34375 C 6.378906 -0.257813 6.347656 -0.1875 6.296875 -0.125 C 6.253906 -0.0625 6.191406 -0.015625 6.109375 0.015625 C 6.023438 0.0546875 5.910156 0.0507813 5.765625 0 C 5.378906 -0.101563 5.09375 -0.316406 4.90625 -0.640625 C 4.726563 -0.972656 4.59375 -1.363281 4.5 -1.8125 C 4.414063 -2.257813 4.359375 -2.738281 4.328125 -3.25 C 4.296875 -3.757813 4.25 -4.234375 4.1875 -4.671875 C 4.125 -5.117188 4.019531 -5.5 3.875 -5.8125 C 3.738281 -6.125 3.515625 -6.316406 3.203125 -6.390625 L 0.328125 -7.046875 C 0.285156 -7.046875 0.222656 -7.085938 0.140625 -7.171875 C 0.0664063 -7.253906 0.0195313 -7.316406 0 -7.359375 C -0.0078125 -7.378906 -0.015625 -7.40625 -0.015625 -7.4375 C -0.0234375 -7.457031 -0.03125 -7.484375 -0.03125 -7.515625 Z M -0.03125 -7.515625 "
id="path15" />
</g>
<g
id="glyph-0-6">
<path
d="M 0.296875 -6.390625 C 0.296875 -6.503906 0.296875 -6.695313 0.296875 -6.96875 C 0.304688 -7.25 0.3125 -7.539063 0.3125 -7.84375 C 0.3125 -8.144531 0.3125 -8.429688 0.3125 -8.703125 C 0.320313 -8.972656 0.328125 -9.160156 0.328125 -9.265625 C 0.335938 -9.335938 0.363281 -9.441406 0.40625 -9.578125 C 0.445313 -9.722656 0.492188 -9.863281 0.546875 -10 C 0.597656 -10.144531 0.671875 -10.269531 0.765625 -10.375 C 0.859375 -10.476563 0.976563 -10.53125 1.125 -10.53125 C 1.445313 -10.53125 1.753906 -10.441406 2.046875 -10.265625 C 2.335938 -10.085938 2.613281 -9.851563 2.875 -9.5625 C 3.144531 -9.269531 3.398438 -8.941406 3.640625 -8.578125 C 3.890625 -8.222656 4.132813 -7.867188 4.375 -7.515625 C 4.613281 -7.160156 4.847656 -6.828125 5.078125 -6.515625 C 5.304688 -6.203125 5.535156 -5.953125 5.765625 -5.765625 C 6.015625 -5.867188 6.207031 -6.066406 6.34375 -6.359375 C 6.476563 -6.660156 6.585938 -7 6.671875 -7.375 C 6.765625 -7.757813 6.847656 -8.15625 6.921875 -8.5625 C 7.003906 -8.976563 7.109375 -9.359375 7.234375 -9.703125 C 7.367188 -10.054688 7.539063 -10.34375 7.75 -10.5625 C 7.96875 -10.789063 8.265625 -10.90625 8.640625 -10.90625 C 9.085938 -10.90625 9.492188 -10.726563 9.859375 -10.375 C 10.222656 -10.03125 10.546875 -9.585938 10.828125 -9.046875 C 11.117188 -8.515625 11.363281 -7.921875 11.5625 -7.265625 C 11.769531 -6.609375 11.941406 -5.976563 12.078125 -5.375 C 12.222656 -4.769531 12.328125 -4.222656 12.390625 -3.734375 C 12.460938 -3.242188 12.5 -2.894531 12.5 -2.6875 C 12.5 -2.59375 12.492188 -2.492188 12.484375 -2.390625 C 12.472656 -2.285156 12.445313 -2.191406 12.40625 -2.109375 C 12.375 -2.023438 12.3125 -1.957031 12.21875 -1.90625 C 12.132813 -1.863281 12.003906 -1.867188 11.828125 -1.921875 C 11.785156 -1.929688 11.726563 -1.957031 11.65625 -2 C 11.59375 -2.050781 11.523438 -2.109375 11.453125 -2.171875 C 11.390625 -2.242188 11.332031 -2.3125 11.28125 -2.375 C 11.226563 -2.445313 11.203125 -2.503906 11.203125 -2.546875 C 11.117188 -3.035156 11.019531 -3.578125 10.90625 -4.171875 C 10.800781 -4.773438 10.664063 -5.378906 10.5 -5.984375 C 10.332031 -6.597656 10.125 -7.191406 9.875 -7.765625 C 9.625 -8.347656 9.316406 -8.847656 8.953125 -9.265625 C 8.660156 -9.109375 8.429688 -8.867188 8.265625 -8.546875 C 8.109375 -8.222656 7.972656 -7.867188 7.859375 -7.484375 C 7.753906 -7.097656 7.65625 -6.707031 7.5625 -6.3125 C 7.476563 -5.914063 7.359375 -5.554688 7.203125 -5.234375 C 7.054688 -4.910156 6.867188 -4.644531 6.640625 -4.4375 C 6.410156 -4.226563 6.101563 -4.125 5.71875 -4.125 C 5.445313 -4.125 5.179688 -4.207031 4.921875 -4.375 C 4.671875 -4.550781 4.425781 -4.78125 4.1875 -5.0625 C 3.945313 -5.34375 3.710938 -5.65625 3.484375 -6 C 3.265625 -6.34375 3.046875 -6.679688 2.828125 -7.015625 C 2.617188 -7.347656 2.410156 -7.660156 2.203125 -7.953125 C 2.003906 -8.242188 1.800781 -8.472656 1.59375 -8.640625 C 1.519531 -8.328125 1.457031 -8.050781 1.40625 -7.8125 C 1.363281 -7.582031 1.328125 -7.359375 1.296875 -7.140625 C 1.273438 -6.921875 1.257813 -6.695313 1.25 -6.46875 C 1.25 -6.25 1.25 -6 1.25 -5.71875 C 1.25 -5.300781 1.285156 -4.882813 1.359375 -4.46875 C 1.429688 -4.050781 1.503906 -3.640625 1.578125 -3.234375 C 1.660156 -2.828125 1.738281 -2.414063 1.8125 -2 C 1.882813 -1.59375 1.921875 -1.179688 1.921875 -0.765625 L 1.921875 -0.640625 C 1.898438 -0.609375 1.859375 -0.5625 1.796875 -0.5 C 1.742188 -0.4375 1.679688 -0.367188 1.609375 -0.296875 C 1.546875 -0.222656 1.476563 -0.160156 1.40625 -0.109375 C 1.34375 -0.0546875 1.296875 -0.0195313 1.265625 0 C 1.253906 0.0078125 1.234375 0.015625 1.203125 0.015625 C 1.171875 0.0234375 1.144531 0.03125 1.125 0.03125 C 1.101563 0.03125 1.078125 0.0234375 1.046875 0.015625 C 1.015625 0.00390625 0.988281 0 0.96875 0 C 0.894531 -0.570313 0.816406 -1.117188 0.734375 -1.640625 C 0.660156 -2.160156 0.59375 -2.671875 0.53125 -3.171875 C 0.46875 -3.679688 0.410156 -4.191406 0.359375 -4.703125 C 0.316406 -5.222656 0.296875 -5.785156 0.296875 -6.390625 Z M 0.296875 -6.390625 "
id="path18" />
</g>
<g
id="glyph-0-7">
<path
d="M 0.296875 -6.265625 C 0.296875 -6.359375 0.300781 -6.453125 0.3125 -6.546875 C 0.320313 -6.640625 0.34375 -6.722656 0.375 -6.796875 C 0.40625 -6.867188 0.453125 -6.929688 0.515625 -6.984375 C 0.578125 -7.035156 0.671875 -7.0625 0.796875 -7.0625 C 0.890625 -7.0625 1 -6.984375 1.125 -6.828125 C 1.25 -6.671875 1.375 -6.472656 1.5 -6.234375 C 1.632813 -6.003906 1.765625 -5.75 1.890625 -5.46875 C 2.015625 -5.195313 2.125 -4.941406 2.21875 -4.703125 C 2.3125 -4.472656 2.382813 -4.269531 2.4375 -4.09375 C 2.5 -3.925781 2.535156 -3.835938 2.546875 -3.828125 C 2.679688 -4.179688 2.828125 -4.5625 2.984375 -4.96875 C 3.140625 -5.375 3.332031 -5.753906 3.5625 -6.109375 C 3.800781 -6.460938 4.082031 -6.757813 4.40625 -7 C 4.726563 -7.238281 5.125 -7.359375 5.59375 -7.359375 C 5.832031 -7.359375 6.054688 -7.320313 6.265625 -7.25 C 6.484375 -7.175781 6.675781 -7.066406 6.84375 -6.921875 C 7.007813 -6.773438 7.140625 -6.601563 7.234375 -6.40625 C 7.335938 -6.207031 7.390625 -5.976563 7.390625 -5.71875 C 7.390625 -5.5 7.300781 -5.34375 7.125 -5.25 C 6.945313 -5.164063 6.75 -5.125 6.53125 -5.125 L 6.390625 -5.125 L 5.75 -5.765625 C 5.726563 -5.765625 5.710938 -5.769531 5.703125 -5.78125 C 5.679688 -5.78125 5.660156 -5.78125 5.640625 -5.78125 C 5.628906 -5.789063 5.613281 -5.796875 5.59375 -5.796875 C 5.25 -5.796875 4.976563 -5.695313 4.78125 -5.5 C 4.582031 -5.300781 4.429688 -5.0625 4.328125 -4.78125 C 4.234375 -4.5 4.175781 -4.203125 4.15625 -3.890625 C 4.132813 -3.578125 4.125 -3.289063 4.125 -3.03125 C 4.125 -2.832031 4.140625 -2.628906 4.171875 -2.421875 C 4.210938 -2.222656 4.257813 -2.023438 4.3125 -1.828125 C 4.363281 -1.628906 4.40625 -1.425781 4.4375 -1.21875 C 4.476563 -1.019531 4.5 -0.8125 4.5 -0.59375 C 4.5 -0.175781 4.273438 0.03125 3.828125 0.03125 C 3.585938 0.03125 3.332031 -0.0976563 3.0625 -0.359375 C 2.789063 -0.628906 2.519531 -0.96875 2.25 -1.375 C 1.988281 -1.78125 1.738281 -2.226563 1.5 -2.71875 C 1.269531 -3.21875 1.0625 -3.695313 0.875 -4.15625 C 0.695313 -4.625 0.554688 -5.046875 0.453125 -5.421875 C 0.347656 -5.804688 0.296875 -6.085938 0.296875 -6.265625 Z M 0.296875 -6.265625 "
id="path21" />
</g>
<g
id="glyph-0-8" />
<g
id="glyph-0-9">
<path
d="M 0.296875 -9.59375 C 0.296875 -9.726563 0.296875 -9.921875 0.296875 -10.171875 C 0.296875 -10.421875 0.320313 -10.671875 0.375 -10.921875 C 0.425781 -11.179688 0.503906 -11.40625 0.609375 -11.59375 C 0.722656 -11.78125 0.894531 -11.875 1.125 -11.875 C 1.25 -11.875 1.351563 -11.757813 1.4375 -11.53125 C 1.519531 -11.3125 1.585938 -11.035156 1.640625 -10.703125 C 1.703125 -10.367188 1.742188 -10 1.765625 -9.59375 C 1.796875 -9.195313 1.816406 -8.816406 1.828125 -8.453125 C 1.835938 -8.097656 1.847656 -7.789063 1.859375 -7.53125 C 1.867188 -7.269531 1.882813 -7.109375 1.90625 -7.046875 C 1.9375 -6.890625 1.992188 -6.648438 2.078125 -6.328125 C 2.160156 -6.003906 2.25 -5.640625 2.34375 -5.234375 C 2.445313 -4.835938 2.554688 -4.421875 2.671875 -3.984375 C 2.796875 -3.546875 2.910156 -3.128906 3.015625 -2.734375 C 3.117188 -2.335938 3.21875 -1.976563 3.3125 -1.65625 C 3.40625 -1.332031 3.472656 -1.101563 3.515625 -0.96875 C 3.515625 -0.945313 3.519531 -0.914063 3.53125 -0.875 C 3.539063 -0.84375 3.546875 -0.816406 3.546875 -0.796875 C 3.546875 -0.679688 3.507813 -0.59375 3.4375 -0.53125 C 3.363281 -0.46875 3.273438 -0.414063 3.171875 -0.375 C 3.066406 -0.34375 2.957031 -0.320313 2.84375 -0.3125 C 2.738281 -0.300781 2.640625 -0.296875 2.546875 -0.296875 C 2.503906 -0.296875 2.445313 -0.300781 2.375 -0.3125 C 2.300781 -0.320313 2.253906 -0.328125 2.234375 -0.328125 C 2.023438 -1.023438 1.800781 -1.757813 1.5625 -2.53125 C 1.332031 -3.300781 1.125 -4.082031 0.9375 -4.875 C 0.75 -5.675781 0.59375 -6.472656 0.46875 -7.265625 C 0.351563 -8.066406 0.296875 -8.84375 0.296875 -9.59375 Z M 0.296875 -9.59375 "
id="path25" />
</g>
<g
id="glyph-1-0" />
<g
id="glyph-1-1">
<path
d="M 4.0625 -8.109375 L 3.4375 -6.046875 C 4.09375 -6.804688 4.675781 -7.335938 5.1875 -7.640625 C 5.695313 -7.953125 6.21875 -8.109375 6.75 -8.109375 C 7.28125 -8.109375 7.734375 -7.894531 8.109375 -7.46875 C 8.484375 -7.050781 8.671875 -6.503906 8.671875 -5.828125 C 8.671875 -4.515625 8.132813 -3.175781 7.0625 -1.8125 C 6 -0.457031 4.753906 0.21875 3.328125 0.21875 C 3.035156 0.21875 2.769531 0.179688 2.53125 0.109375 C 2.300781 0.046875 2.046875 -0.0664063 1.765625 -0.234375 L 1.109375 2.078125 C 0.972656 2.535156 0.90625 2.832031 0.90625 2.96875 C 0.90625 3.09375 0.941406 3.203125 1.015625 3.296875 C 1.085938 3.390625 1.195313 3.460938 1.34375 3.515625 C 1.5 3.566406 1.8125 3.59375 2.28125 3.59375 L 2.1875 3.921875 L -2.03125 3.921875 L -1.9375 3.59375 C -1.382813 3.570313 -1.007813 3.472656 -0.8125 3.296875 C -0.613281 3.128906 -0.410156 2.671875 -0.203125 1.921875 L 2.0625 -5.921875 C 2.207031 -6.421875 2.28125 -6.734375 2.28125 -6.859375 C 2.28125 -7.015625 2.234375 -7.132813 2.140625 -7.21875 C 2.046875 -7.3125 1.898438 -7.359375 1.703125 -7.359375 C 1.535156 -7.359375 1.296875 -7.335938 0.984375 -7.296875 L 0.984375 -7.65625 Z M 1.96875 -0.9375 C 2.34375 -0.5 2.84375 -0.28125 3.46875 -0.28125 C 3.78125 -0.28125 4.097656 -0.363281 4.421875 -0.53125 C 4.742188 -0.707031 5.054688 -0.960938 5.359375 -1.296875 C 5.671875 -1.640625 5.945313 -2.035156 6.1875 -2.484375 C 6.4375 -2.929688 6.65625 -3.457031 6.84375 -4.0625 C 7.039063 -4.664063 7.140625 -5.257813 7.140625 -5.84375 C 7.140625 -6.320313 7.03125 -6.6875 6.8125 -6.9375 C 6.59375 -7.195313 6.335938 -7.328125 6.046875 -7.328125 C 5.398438 -7.328125 4.757813 -6.957031 4.125 -6.21875 C 3.5 -5.476563 3.039063 -4.613281 2.75 -3.625 Z M 1.96875 -0.9375 "
id="path29" />
</g>
<g
id="glyph-1-2">
<path
d="M 6.34375 -12.390625 C 7.101563 -12.390625 7.742188 -12.070313 8.265625 -11.4375 C 8.796875 -10.800781 9.0625 -9.789063 9.0625 -8.40625 C 9.0625 -7.226563 8.863281 -6.023438 8.46875 -4.796875 C 8.082031 -3.566406 7.535156 -2.5 6.828125 -1.59375 C 6.265625 -0.882813 5.675781 -0.367188 5.0625 -0.046875 C 4.707031 0.128906 4.296875 0.21875 3.828125 0.21875 C 3.046875 0.21875 2.394531 -0.0976563 1.875 -0.734375 C 1.351563 -1.378906 1.09375 -2.394531 1.09375 -3.78125 C 1.09375 -5.144531 1.351563 -6.519531 1.875 -7.90625 C 2.488281 -9.507813 3.273438 -10.734375 4.234375 -11.578125 C 4.859375 -12.117188 5.5625 -12.390625 6.34375 -12.390625 Z M 6.34375 -11.9375 C 6 -11.9375 5.648438 -11.796875 5.296875 -11.515625 C 4.941406 -11.242188 4.570313 -10.675781 4.1875 -9.8125 C 3.8125 -8.957031 3.453125 -7.851563 3.109375 -6.5 C 2.660156 -4.726563 2.4375 -3.21875 2.4375 -1.96875 C 2.4375 -1.34375 2.570313 -0.875 2.84375 -0.5625 C 3.113281 -0.257813 3.4375 -0.109375 3.8125 -0.109375 C 4.175781 -0.109375 4.488281 -0.226563 4.75 -0.46875 C 5.4375 -1.113281 6.023438 -2.21875 6.515625 -3.78125 C 7.304688 -6.332031 7.703125 -8.40625 7.703125 -10 C 7.703125 -10.65625 7.566406 -11.140625 7.296875 -11.453125 C 7.023438 -11.773438 6.707031 -11.9375 6.34375 -11.9375 Z M 6.34375 -11.9375 "
id="path32" />
</g>
<g
id="glyph-1-3">
<path
d="M 4.046875 -8.109375 L 2.859375 -4.03125 C 3.972656 -5.695313 4.828125 -6.789063 5.421875 -7.3125 C 6.015625 -7.84375 6.585938 -8.109375 7.140625 -8.109375 C 7.441406 -8.109375 7.6875 -8.007813 7.875 -7.8125 C 8.070313 -7.613281 8.171875 -7.359375 8.171875 -7.046875 C 8.171875 -6.679688 8.082031 -6.203125 7.90625 -5.609375 L 6.8125 -1.84375 C 6.6875 -1.40625 6.625 -1.132813 6.625 -1.03125 C 6.625 -0.945313 6.644531 -0.878906 6.6875 -0.828125 C 6.738281 -0.773438 6.796875 -0.75 6.859375 -0.75 C 6.921875 -0.75 7.003906 -0.785156 7.109375 -0.859375 C 7.429688 -1.109375 7.78125 -1.488281 8.15625 -2 L 8.421875 -1.84375 C 7.867188 -1.039063 7.347656 -0.472656 6.859375 -0.140625 C 6.503906 0.0976563 6.191406 0.21875 5.921875 0.21875 C 5.703125 0.21875 5.523438 0.148438 5.390625 0.015625 C 5.253906 -0.117188 5.1875 -0.300781 5.1875 -0.53125 C 5.1875 -0.8125 5.289063 -1.300781 5.5 -2 L 6.53125 -5.609375 C 6.664063 -6.054688 6.734375 -6.40625 6.734375 -6.65625 C 6.734375 -6.769531 6.691406 -6.863281 6.609375 -6.9375 C 6.535156 -7.019531 6.441406 -7.0625 6.328125 -7.0625 C 6.160156 -7.0625 5.960938 -6.988281 5.734375 -6.84375 C 5.285156 -6.570313 4.820313 -6.128906 4.34375 -5.515625 C 3.875 -4.898438 3.375 -4.109375 2.84375 -3.140625 C 2.5625 -2.628906 2.328125 -2.078125 2.140625 -1.484375 L 1.6875 0 L 0.34375 0 L 1.984375 -5.609375 C 2.171875 -6.285156 2.265625 -6.691406 2.265625 -6.828125 C 2.265625 -6.953125 2.210938 -7.0625 2.109375 -7.15625 C 2.003906 -7.257813 1.875 -7.3125 1.71875 -7.3125 C 1.644531 -7.3125 1.519531 -7.300781 1.34375 -7.28125 L 1 -7.234375 L 0.953125 -7.546875 Z M 4.046875 -8.109375 "
id="path35" />
</g>
<g
id="glyph-1-4">
<path
d="M 5.484375 -4.578125 L 5.125 -3.390625 L 0.484375 -3.390625 L 0.84375 -4.578125 Z M 5.484375 -4.578125 "
id="path38" />
</g>
<g
id="glyph-1-5">
<path
d="M 7.65625 -12.390625 L 4.78125 -2.359375 C 4.601563 -1.765625 4.515625 -1.335938 4.515625 -1.078125 C 4.515625 -0.859375 4.59375 -0.6875 4.75 -0.5625 C 4.90625 -0.445313 5.265625 -0.367188 5.828125 -0.328125 L 5.734375 0 L 1.125 0 L 1.25 -0.328125 C 1.738281 -0.335938 2.0625 -0.378906 2.21875 -0.453125 C 2.46875 -0.554688 2.65625 -0.695313 2.78125 -0.875 C 2.976563 -1.15625 3.175781 -1.648438 3.375 -2.359375 L 5.453125 -9.5625 C 5.578125 -10 5.644531 -10.25 5.65625 -10.3125 C 5.675781 -10.4375 5.6875 -10.554688 5.6875 -10.671875 C 5.6875 -10.878906 5.628906 -11.039063 5.515625 -11.15625 C 5.398438 -11.28125 5.242188 -11.34375 5.046875 -11.34375 C 4.890625 -11.34375 4.648438 -11.304688 4.328125 -11.234375 L 4.203125 -11.546875 L 7.234375 -12.390625 Z M 7.65625 -12.390625 "
id="path41" />
</g>
<g
id="glyph-1-6">
<path
d="M 3.984375 -8.109375 L 2.8125 -4.0625 C 3.332031 -5.007813 3.773438 -5.722656 4.140625 -6.203125 C 4.703125 -6.941406 5.253906 -7.476563 5.796875 -7.8125 C 6.109375 -8.007813 6.441406 -8.109375 6.796875 -8.109375 C 7.085938 -8.109375 7.332031 -8.007813 7.53125 -7.8125 C 7.726563 -7.625 7.828125 -7.378906 7.828125 -7.078125 C 7.828125 -6.785156 7.757813 -6.40625 7.625 -5.9375 L 6.984375 -3.65625 C 7.960938 -5.476563 8.882813 -6.757813 9.75 -7.5 C 10.238281 -7.90625 10.71875 -8.109375 11.1875 -8.109375 C 11.457031 -8.109375 11.679688 -8.015625 11.859375 -7.828125 C 12.035156 -7.640625 12.125 -7.347656 12.125 -6.953125 C 12.125 -6.609375 12.070313 -6.238281 11.96875 -5.84375 L 10.984375 -2.359375 C 10.765625 -1.609375 10.65625 -1.191406 10.65625 -1.109375 C 10.65625 -1.015625 10.679688 -0.941406 10.734375 -0.890625 C 10.773438 -0.847656 10.820313 -0.828125 10.875 -0.828125 C 10.9375 -0.828125 11.046875 -0.882813 11.203125 -1 C 11.535156 -1.257813 11.851563 -1.601563 12.15625 -2.03125 L 12.453125 -1.84375 C 12.296875 -1.601563 12.03125 -1.273438 11.65625 -0.859375 C 11.28125 -0.441406 10.957031 -0.15625 10.6875 0 C 10.414063 0.144531 10.164063 0.21875 9.9375 0.21875 C 9.726563 0.21875 9.550781 0.144531 9.40625 0 C 9.269531 -0.144531 9.203125 -0.320313 9.203125 -0.53125 C 9.203125 -0.8125 9.328125 -1.382813 9.578125 -2.25 L 10.390625 -5.125 C 10.578125 -5.789063 10.675781 -6.160156 10.6875 -6.234375 C 10.707031 -6.347656 10.71875 -6.457031 10.71875 -6.5625 C 10.71875 -6.71875 10.679688 -6.835938 10.609375 -6.921875 C 10.535156 -7.003906 10.457031 -7.046875 10.375 -7.046875 C 10.125 -7.046875 9.859375 -6.914063 9.578125 -6.65625 C 8.753906 -5.894531 7.984375 -4.832031 7.265625 -3.46875 C 6.796875 -2.5625 6.351563 -1.40625 5.9375 0 L 4.59375 0 L 6.125 -5.421875 C 6.289063 -6.003906 6.375 -6.394531 6.375 -6.59375 C 6.375 -6.75 6.335938 -6.863281 6.265625 -6.9375 C 6.203125 -7.019531 6.125 -7.0625 6.03125 -7.0625 C 5.832031 -7.0625 5.625 -6.992188 5.40625 -6.859375 C 5.039063 -6.617188 4.578125 -6.113281 4.015625 -5.34375 C 3.453125 -4.582031 3.015625 -3.851563 2.703125 -3.15625 C 2.554688 -2.832031 2.203125 -1.78125 1.640625 0 L 0.3125 0 L 2.1875 -6.5625 C 2.226563 -6.675781 2.25 -6.757813 2.25 -6.8125 C 2.25 -6.9375 2.1875 -7.050781 2.0625 -7.15625 C 1.945313 -7.257813 1.796875 -7.3125 1.609375 -7.3125 C 1.535156 -7.3125 1.320313 -7.273438 0.96875 -7.203125 L 0.890625 -7.546875 Z M 3.984375 -8.109375 "
id="path44" />
</g>
<g
id="glyph-2-0" />
<g
id="glyph-2-1">
<path
d="M 6.375 -10.328125 L 3.984375 -1.96875 C 3.835938 -1.46875 3.765625 -1.109375 3.765625 -0.890625 C 3.765625 -0.710938 3.828125 -0.570313 3.953125 -0.46875 C 4.085938 -0.375 4.382813 -0.3125 4.84375 -0.28125 L 4.78125 0 L 0.9375 0 L 1.03125 -0.28125 C 1.445313 -0.289063 1.71875 -0.320313 1.84375 -0.375 C 2.050781 -0.457031 2.207031 -0.578125 2.3125 -0.734375 C 2.476563 -0.960938 2.644531 -1.375 2.8125 -1.96875 L 4.546875 -7.96875 C 4.648438 -8.332031 4.707031 -8.539063 4.71875 -8.59375 C 4.726563 -8.695313 4.734375 -8.796875 4.734375 -8.890625 C 4.734375 -9.054688 4.6875 -9.191406 4.59375 -9.296875 C 4.5 -9.398438 4.367188 -9.453125 4.203125 -9.453125 C 4.078125 -9.453125 3.878906 -9.421875 3.609375 -9.359375 L 3.5 -9.625 L 6.015625 -10.328125 Z M 6.375 -10.328125 "
id="path48" />
</g>
</g>
</defs>
<path
fill="none"
stroke-width="1.02"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 27.520835 94.781254 C 326.739597 91.421879 626.041693 91.630212 1046.687544 94.781254 M 27.520835 94.781254 C 288.81772 91.312504 550.739606 91.760421 1046.687544 94.781254 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path55" />
<g
fill="#000000"
fill-opacity="1"
id="g67">
<use
xlink:href="#glyph-0-1"
x="492.15424"
y="120.0079"
id="use57" />
<use
xlink:href="#glyph-0-2"
x="499.51437"
y="120.0079"
id="use59" />
<use
xlink:href="#glyph-0-3"
x="503.03769"
y="120.0079"
id="use61" />
<use
xlink:href="#glyph-0-4"
x="511.0249"
y="120.0079"
id="use63" />
<use
xlink:href="#glyph-0-5"
x="518.69855"
y="120.0079"
id="use65" />
</g>
<path
fill="none"
stroke-width="0.51"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 661.952078 91.731486 L 661.952078 91.731486 M 661.952078 91.731486 L 661.952078 91.731486 M 661.691661 98.252319 C 662.79062 96.788778 664.75937 95.241903 665.702078 93.632528 M 661.691661 98.252319 C 663.217703 96.601278 664.962495 94.741903 665.702078 93.632528 M 662.087495 104.00232 C 664.452078 102.15857 664.50937 99.840861 669.452078 95.538778 M 662.087495 104.00232 C 665.217703 100.47107 667.202078 97.778361 669.452078 95.538778 M 661.82187 110.517945 C 666.420828 105.991903 667.051036 104.559611 672.519787 98.210653 M 661.82187 110.517945 C 665.551036 105.679403 670.75937 101.320028 672.519787 98.210653 M 662.22812 116.267945 C 667.57187 111.960653 667.931245 107.72107 676.269787 100.122111 M 662.22812 116.267945 C 667.97812 109.361695 671.910412 103.668986 676.269787 100.122111 M 661.962495 122.788779 C 668.748953 114.132528 675.962495 110.090862 680.00937 102.017945 M 661.962495 122.788779 C 667.019786 117.398154 672.920828 112.111695 680.00937 102.017945 M 661.691661 129.309612 C 669.212495 122.179404 676.618745 114.517945 683.75937 103.929403 M 661.691661 129.309612 C 668.139578 121.538779 674.379162 115.757528 683.75937 103.929403 M 663.431245 133.517946 C 670.582287 123.517945 678.931245 115.179403 687.498954 105.830445 M 663.431245 133.517946 C 668.712495 126.918987 673.57187 121.40857 687.498954 105.830445 M 673.858328 127.741904 C 675.431245 122.799195 681.47812 118.549195 690.582287 108.507528 M 673.858328 127.741904 C 680.082287 121.028362 683.748954 115.93982 690.582287 108.507528 M 684.962496 121.179404 C 687.030204 117.122112 692.301037 114.611695 694.332288 110.40857 M 684.962496 121.179404 C 688.571871 116.679404 691.832287 112.299195 694.332288 110.40857 "
transform="matrix(0.000000000000000046, -0.75, 0.75, 0.000000000000000046, 426.134982, 594.299975)"
id="path69" />
<path
fill="none"
stroke-width="1.02"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 661.952078 91.731486 C 673.160412 95.939819 682.57187 100.309611 697.629163 112.111695 M 661.952078 91.731486 C 671.50937 98.002319 682.238537 103.288778 697.629163 112.111695 M 697.629163 112.111695 C 687.988537 117.43982 679.519787 122.278362 661.952078 132.491904 M 697.629163 112.111695 C 685.139579 119.429404 671.280203 127.288779 661.952078 132.491904 M 661.952078 132.491904 C 660.108328 115.788778 661.868745 99.257528 661.952078 91.731486 M 661.952078 132.491904 C 662.129161 116.757529 662.837495 101.731486 661.952078 91.731486 "
transform="matrix(0.000000000000000046, -0.75, 0.75, 0.000000000000000046, 426.134982, 594.299975)"
id="path71" />
<g
fill="#000000"
fill-opacity="1"
id="g75">
<use
xlink:href="#glyph-1-1"
x="505.6384"
y="58.092999"
id="use73" />
</g>
<path
fill="none"
stroke-width="0.51"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 336.332086 52.998318 L 336.332086 52.998318 M 336.332086 52.998318 L 336.332086 52.998318 M 336.061252 59.519151 C 337.191461 57.888943 338.748752 56.420193 340.071669 54.899359 M 336.061252 59.519151 C 337.509169 57.920193 338.998752 56.14936 340.071669 54.899359 M 336.462294 65.269152 C 339.071669 61.539985 342.238336 59.852485 343.821669 56.810818 M 336.462294 65.269152 C 337.832086 62.86811 340.092502 61.050401 343.821669 56.810818 M 336.201877 71.789985 C 339.410211 66.191027 345.040419 63.451443 346.899794 59.477485 M 336.201877 71.789985 C 339.701877 67.972277 342.509169 64.550402 346.899794 59.477485 M 336.597711 77.539985 C 340.649794 73.61811 342.009169 69.68061 350.639378 61.388943 M 336.597711 77.539985 C 342.082086 72.11811 346.139378 64.237902 350.639378 61.388943 M 336.332086 84.060819 C 341.811253 76.269152 346.597711 69.977485 354.389378 63.289985 M 336.332086 84.060819 C 340.269586 80.060819 342.842503 74.941027 354.389378 63.289985 M 336.071669 90.581653 C 342.800836 85.878527 347.889378 76.831652 358.128962 65.201443 M 336.071669 90.581653 C 340.941461 84.800402 346.311253 78.18061 358.128962 65.201443 M 337.811252 94.789986 C 344.878961 87.368111 353.311253 77.508735 361.878962 67.102485 M 337.811252 94.789986 C 345.967503 85.310819 355.649795 76.201444 361.878962 67.102485 M 348.238336 89.008736 C 354.717503 81.289986 360.47792 76.539985 364.951879 69.779568 M 348.238336 89.008736 C 353.82167 83.269152 359.32167 77.300402 364.951879 69.779568 M 359.342503 82.451444 C 364.248753 77.039985 367.462295 74.987902 368.701879 71.68061 M 359.342503 82.451444 C 361.931045 80.649361 364.061253 77.060819 368.701879 71.68061 "
transform="matrix(0.000000000000000046, 0.75, -0.75, 0.000000000000000046, 321.029987, -210.209991)"
id="path77" />
<path
fill="none"
stroke-width="1.02"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 336.332086 52.998318 C 343.462294 57.378526 355.57167 65.170193 371.998754 73.378527 M 336.332086 52.998318 C 346.800836 59.378526 357.832087 65.222277 371.998754 73.378527 M 371.998754 73.378527 C 357.347712 82.691027 346.800836 88.628528 336.332086 93.758736 M 371.998754 73.378527 C 357.847712 81.092069 345.821669 88.857694 336.332086 93.758736 M 336.332086 93.758736 C 337.691461 83.711861 335.748752 72.498319 336.332086 52.998318 M 336.332086 93.758736 C 335.670627 80.961861 336.660211 66.581652 336.332086 52.998318 "
transform="matrix(0.000000000000000046, 0.75, -0.75, 0.000000000000000046, 321.029987, -210.209991)"
id="path79" />
<g
fill="#000000"
fill-opacity="1"
id="g83">
<use
xlink:href="#glyph-1-2"
x="14.90544"
y="89.43264"
id="use81" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g91">
<use
xlink:href="#glyph-1-3"
x="773.17194"
y="88.668259"
id="use85" />
<use
xlink:href="#glyph-1-4"
x="782.34448"
y="88.668259"
id="use87" />
<use
xlink:href="#glyph-1-5"
x="788.45361"
y="88.668259"
id="use89" />
</g>
<path
fill="none"
stroke-width="1.02"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 507.552105 102.937504 C 512.859396 96.802087 518.171897 92.760421 527.932314 82.552087 M 507.552105 102.937504 C 514.369813 94.890629 521.458355 89.19792 527.932314 82.552087 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path93" />
<path
fill="none"
stroke-width="1.02"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 180.390633 102.937504 C 187.468758 96.968754 191.218758 90.348962 200.781258 82.552087 M 180.390633 102.937504 C 186.317716 98.161462 190.041675 93.109379 200.781258 82.552087 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path95" />
<g
fill="#000000"
fill-opacity="1"
id="g113">
<use
xlink:href="#glyph-0-6"
x="237.59128"
y="37.454697"
id="use97" />
<use
xlink:href="#glyph-0-2"
x="250.69923"
y="37.454697"
id="use99" />
<use
xlink:href="#glyph-0-7"
x="254.22255"
y="37.454697"
id="use101" />
<use
xlink:href="#glyph-0-7"
x="261.85144"
y="37.454697"
id="use103" />
<use
xlink:href="#glyph-0-4"
x="269.48032"
y="37.454697"
id="use105" />
<use
xlink:href="#glyph-0-7"
x="277.15399"
y="37.454697"
id="use107" />
<use
xlink:href="#glyph-0-8"
x="284.7829"
y="37.454697"
id="use109" />
<use
xlink:href="#glyph-0-9"
x="291.66531"
y="37.454697"
id="use111" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g117">
<use
xlink:href="#glyph-0-8"
x="295.18265"
y="37.454697"
id="use115" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g121">
<use
xlink:href="#glyph-1-6"
x="256.70084"
y="89.43264"
id="use119" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g125">
<use
xlink:href="#glyph-2-1"
x="269.94611"
y="93.254547"
id="use123" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 37 KiB

View File

@@ -0,0 +1,616 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="812.88pt"
height="210.95999pt"
viewBox="0 0 812.88 210.95999"
version="1.1"
id="svg217"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs65">
<g
id="g63">
<g
id="glyph-0-0" />
<g
id="glyph-0-1">
<path
d="M 0.15625 -11.796875 C 0.15625 -12.097656 0.210938 -12.347656 0.328125 -12.546875 C 0.441406 -12.742188 0.597656 -12.90625 0.796875 -13.03125 C 0.992188 -13.15625 1.210938 -13.25 1.453125 -13.3125 C 1.703125 -13.375 1.957031 -13.414063 2.21875 -13.4375 C 2.476563 -13.457031 2.734375 -13.460938 2.984375 -13.453125 C 3.234375 -13.453125 3.460938 -13.453125 3.671875 -13.453125 C 4.078125 -13.453125 4.484375 -13.410156 4.890625 -13.328125 C 5.296875 -13.253906 5.65625 -13.117188 5.96875 -12.921875 C 6.289063 -12.722656 6.550781 -12.457031 6.75 -12.125 C 6.945313 -11.789063 7.046875 -11.375 7.046875 -10.875 C 7.046875 -10.4375 6.957031 -10 6.78125 -9.5625 C 6.601563 -9.132813 6.378906 -8.722656 6.109375 -8.328125 C 5.835938 -7.941406 5.523438 -7.585938 5.171875 -7.265625 C 4.828125 -6.941406 4.484375 -6.664063 4.140625 -6.4375 C 3.796875 -6.207031 3.46875 -6.023438 3.15625 -5.890625 C 2.84375 -5.765625 2.582031 -5.71875 2.375 -5.75 C 2.25 -5.351563 2.175781 -4.929688 2.15625 -4.484375 C 2.132813 -4.046875 2.128906 -3.613281 2.140625 -3.1875 C 2.148438 -2.769531 2.160156 -2.367188 2.171875 -1.984375 C 2.191406 -1.609375 2.175781 -1.28125 2.125 -1 C 2.070313 -0.726563 1.96875 -0.523438 1.8125 -0.390625 C 1.664063 -0.253906 1.441406 -0.210938 1.140625 -0.265625 C 1.046875 -0.972656 0.972656 -1.6875 0.921875 -2.40625 C 0.878906 -3.132813 0.84375 -3.859375 0.8125 -4.578125 C 0.789063 -5.296875 0.765625 -5.992188 0.734375 -6.671875 C 0.710938 -7.359375 0.675781 -8.007813 0.625 -8.625 C 0.582031 -9.238281 0.519531 -9.8125 0.4375 -10.34375 C 0.363281 -10.882813 0.269531 -11.367188 0.15625 -11.796875 Z M 3.828125 -12.171875 C 3.679688 -12.171875 3.5 -12.164063 3.28125 -12.15625 C 3.0625 -12.144531 2.847656 -12.113281 2.640625 -12.0625 C 2.441406 -12.007813 2.269531 -11.914063 2.125 -11.78125 C 1.988281 -11.644531 1.921875 -11.453125 1.921875 -11.203125 L 1.921875 -7.296875 C 2.328125 -7.296875 2.757813 -7.40625 3.21875 -7.625 C 3.675781 -7.84375 4.09375 -8.117188 4.46875 -8.453125 C 4.851563 -8.796875 5.171875 -9.179688 5.421875 -9.609375 C 5.671875 -10.035156 5.796875 -10.457031 5.796875 -10.875 C 5.796875 -11.1875 5.738281 -11.425781 5.625 -11.59375 C 5.507813 -11.757813 5.359375 -11.890625 5.171875 -11.984375 C 4.984375 -12.078125 4.773438 -12.128906 4.546875 -12.140625 C 4.316406 -12.160156 4.078125 -12.171875 3.828125 -12.171875 Z M 3.828125 -12.171875 "
id="path3" />
</g>
<g
id="glyph-0-2">
<path
d="M 0.921875 -5.59375 C 0.921875 -5.65625 0.921875 -5.753906 0.921875 -5.890625 C 0.929688 -6.023438 0.9375 -6.164063 0.9375 -6.3125 C 0.945313 -6.457031 0.953125 -6.597656 0.953125 -6.734375 C 0.960938 -6.878906 0.96875 -6.984375 0.96875 -7.046875 C 1.082031 -7.203125 1.222656 -7.328125 1.390625 -7.421875 C 1.566406 -7.523438 1.742188 -7.609375 1.921875 -7.671875 C 1.953125 -7.128906 2.035156 -6.554688 2.171875 -5.953125 C 2.316406 -5.347656 2.46875 -4.738281 2.625 -4.125 C 2.78125 -3.507813 2.921875 -2.90625 3.046875 -2.3125 C 3.171875 -1.71875 3.234375 -1.160156 3.234375 -0.640625 C 3.234375 -0.191406 3.003906 0.03125 2.546875 0.03125 C 2.273438 0.03125 2.039063 -0.0820313 1.84375 -0.3125 C 1.65625 -0.539063 1.503906 -0.832031 1.390625 -1.1875 C 1.273438 -1.539063 1.179688 -1.929688 1.109375 -2.359375 C 1.046875 -2.796875 1 -3.222656 0.96875 -3.640625 C 0.945313 -4.054688 0.929688 -4.4375 0.921875 -4.78125 C 0.921875 -5.132813 0.921875 -5.40625 0.921875 -5.59375 Z M 1.140625 -11.1875 C 1.328125 -11.113281 1.484375 -10.984375 1.609375 -10.796875 C 1.742188 -10.617188 1.800781 -10.457031 1.78125 -10.3125 C 1.769531 -10.175781 1.660156 -10.078125 1.453125 -10.015625 C 1.242188 -9.960938 0.894531 -10.019531 0.40625 -10.1875 C 0.40625 -10.457031 0.457031 -10.691406 0.5625 -10.890625 C 0.664063 -11.085938 0.859375 -11.1875 1.140625 -11.1875 Z M 1.140625 -11.1875 "
id="path6" />
</g>
<g
id="glyph-0-3">
<path
d="M 0.203125 -7.78125 C 0.273438 -8.019531 0.359375 -8.128906 0.453125 -8.109375 C 0.546875 -8.085938 0.660156 -7.972656 0.796875 -7.765625 C 0.941406 -7.554688 1.097656 -7.273438 1.265625 -6.921875 C 1.441406 -6.578125 1.628906 -6.203125 1.828125 -5.796875 C 2.035156 -5.390625 2.253906 -4.976563 2.484375 -4.5625 C 2.710938 -4.144531 2.953125 -3.757813 3.203125 -3.40625 C 3.460938 -3.0625 3.734375 -2.773438 4.015625 -2.546875 C 4.304688 -2.316406 4.597656 -2.1875 4.890625 -2.15625 L 6.09375 -8.328125 C 6.113281 -8.492188 6.1875 -8.585938 6.3125 -8.609375 C 6.445313 -8.640625 6.582031 -8.65625 6.71875 -8.65625 C 7.164063 -8.65625 7.390625 -8.445313 7.390625 -8.03125 C 7.390625 -7.8125 7.367188 -7.460938 7.328125 -6.984375 C 7.285156 -6.503906 7.21875 -5.976563 7.125 -5.40625 C 7.039063 -4.832031 6.929688 -4.242188 6.796875 -3.640625 C 6.671875 -3.046875 6.519531 -2.5 6.34375 -2 C 6.164063 -1.5 5.957031 -1.085938 5.71875 -0.765625 C 5.488281 -0.453125 5.234375 -0.296875 4.953125 -0.296875 C 4.546875 -0.296875 4.144531 -0.429688 3.75 -0.703125 C 3.351563 -0.984375 2.976563 -1.34375 2.625 -1.78125 C 2.269531 -2.226563 1.941406 -2.722656 1.640625 -3.265625 C 1.347656 -3.816406 1.09375 -4.367188 0.875 -4.921875 C 0.664063 -5.472656 0.5 -6 0.375 -6.5 C 0.257813 -7.007813 0.203125 -7.4375 0.203125 -7.78125 Z M 0.203125 -7.78125 "
id="path9" />
</g>
<g
id="glyph-0-4">
<path
d="M 0.296875 -3.03125 C 0.296875 -3.644531 0.4375 -4.21875 0.71875 -4.75 C 1.007813 -5.28125 1.390625 -5.738281 1.859375 -6.125 C 2.335938 -6.507813 2.875 -6.8125 3.46875 -7.03125 C 4.0625 -7.25 4.660156 -7.359375 5.265625 -7.359375 C 5.609375 -7.359375 5.910156 -7.25 6.171875 -7.03125 C 6.429688 -6.8125 6.648438 -6.546875 6.828125 -6.234375 C 7.015625 -5.921875 7.15625 -5.585938 7.25 -5.234375 C 7.34375 -4.890625 7.390625 -4.585938 7.390625 -4.328125 C 7.390625 -3.765625 7.253906 -3.222656 6.984375 -2.703125 C 6.710938 -2.179688 6.363281 -1.71875 5.9375 -1.3125 C 5.507813 -0.914063 5.023438 -0.59375 4.484375 -0.34375 C 3.953125 -0.09375 3.414063 0.03125 2.875 0.03125 C 2.394531 0.03125 1.988281 -0.0507813 1.65625 -0.21875 C 1.332031 -0.382813 1.070313 -0.601563 0.875 -0.875 C 0.675781 -1.144531 0.53125 -1.46875 0.4375 -1.84375 C 0.34375 -2.21875 0.296875 -2.613281 0.296875 -3.03125 Z M 1.5625 -2.875 C 1.5625 -2.613281 1.582031 -2.382813 1.625 -2.1875 C 1.675781 -2 1.757813 -1.835938 1.875 -1.703125 C 1.988281 -1.566406 2.140625 -1.457031 2.328125 -1.375 C 2.515625 -1.300781 2.75 -1.265625 3.03125 -1.265625 C 3.394531 -1.265625 3.757813 -1.363281 4.125 -1.5625 C 4.5 -1.769531 4.832031 -2.03125 5.125 -2.34375 C 5.414063 -2.664063 5.648438 -3.015625 5.828125 -3.390625 C 6.015625 -3.765625 6.109375 -4.128906 6.109375 -4.484375 C 6.109375 -4.648438 6.09375 -4.828125 6.0625 -5.015625 C 6.03125 -5.203125 5.976563 -5.375 5.90625 -5.53125 C 5.84375 -5.695313 5.742188 -5.832031 5.609375 -5.9375 C 5.484375 -6.050781 5.320313 -6.109375 5.125 -6.109375 C 4.9375 -6.109375 4.722656 -6.046875 4.484375 -5.921875 C 4.242188 -5.804688 3.988281 -5.648438 3.71875 -5.453125 C 3.457031 -5.265625 3.195313 -5.050781 2.9375 -4.8125 C 2.6875 -4.582031 2.457031 -4.347656 2.25 -4.109375 C 2.039063 -3.867188 1.875 -3.640625 1.75 -3.421875 C 1.625 -3.203125 1.5625 -3.019531 1.5625 -2.875 Z M 1.5625 -2.875 "
id="path12" />
</g>
<g
id="glyph-0-5">
<path
d="M -0.03125 -7.515625 C -0.03125 -7.546875 -0.0234375 -7.570313 -0.015625 -7.59375 C -0.015625 -7.613281 -0.0078125 -7.640625 0 -7.671875 C 0.0390625 -7.722656 0.0976563 -7.785156 0.171875 -7.859375 C 0.253906 -7.941406 0.304688 -7.984375 0.328125 -7.984375 L 3.328125 -7.984375 C 3.328125 -8.085938 3.3125 -8.257813 3.28125 -8.5 C 3.25 -8.738281 3.21875 -9.003906 3.1875 -9.296875 C 3.164063 -9.585938 3.160156 -9.890625 3.171875 -10.203125 C 3.179688 -10.515625 3.222656 -10.796875 3.296875 -11.046875 C 3.378906 -11.304688 3.5 -11.515625 3.65625 -11.671875 C 3.820313 -11.835938 4.054688 -11.921875 4.359375 -11.921875 C 4.359375 -10.921875 4.425781 -10.113281 4.5625 -9.5 C 4.707031 -8.894531 4.894531 -8.425781 5.125 -8.09375 C 5.363281 -7.769531 5.628906 -7.554688 5.921875 -7.453125 C 6.222656 -7.359375 6.53125 -7.316406 6.84375 -7.328125 C 7.15625 -7.347656 7.457031 -7.394531 7.75 -7.46875 C 8.050781 -7.550781 8.316406 -7.609375 8.546875 -7.640625 C 8.785156 -7.671875 8.972656 -7.648438 9.109375 -7.578125 C 9.253906 -7.503906 9.328125 -7.328125 9.328125 -7.046875 C 9.328125 -6.835938 9.28125 -6.6875 9.1875 -6.59375 C 9.09375 -6.507813 8.910156 -6.441406 8.640625 -6.390625 C 8.554688 -6.378906 8.421875 -6.359375 8.234375 -6.328125 C 8.054688 -6.304688 7.851563 -6.285156 7.625 -6.265625 C 7.394531 -6.242188 7.148438 -6.21875 6.890625 -6.1875 C 6.628906 -6.164063 6.382813 -6.144531 6.15625 -6.125 C 5.925781 -6.113281 5.71875 -6.101563 5.53125 -6.09375 C 5.34375 -6.09375 5.207031 -6.09375 5.125 -6.09375 C 5.125 -6.039063 5.117188 -5.953125 5.109375 -5.828125 C 5.097656 -5.710938 5.09375 -5.632813 5.09375 -5.59375 C 5.09375 -5.15625 5.160156 -4.726563 5.296875 -4.3125 C 5.429688 -3.90625 5.582031 -3.5 5.75 -3.09375 C 5.914063 -2.6875 6.066406 -2.273438 6.203125 -1.859375 C 6.347656 -1.453125 6.421875 -1.03125 6.421875 -0.59375 C 6.421875 -0.519531 6.410156 -0.4375 6.390625 -0.34375 C 6.378906 -0.257813 6.347656 -0.1875 6.296875 -0.125 C 6.253906 -0.0625 6.191406 -0.015625 6.109375 0.015625 C 6.023438 0.0546875 5.910156 0.0507813 5.765625 0 C 5.378906 -0.101563 5.09375 -0.316406 4.90625 -0.640625 C 4.726563 -0.972656 4.59375 -1.363281 4.5 -1.8125 C 4.414063 -2.257813 4.359375 -2.738281 4.328125 -3.25 C 4.296875 -3.757813 4.25 -4.234375 4.1875 -4.671875 C 4.125 -5.117188 4.019531 -5.5 3.875 -5.8125 C 3.738281 -6.125 3.515625 -6.316406 3.203125 -6.390625 L 0.328125 -7.046875 C 0.285156 -7.046875 0.222656 -7.085938 0.140625 -7.171875 C 0.0664063 -7.253906 0.0195313 -7.316406 0 -7.359375 C -0.0078125 -7.378906 -0.015625 -7.40625 -0.015625 -7.4375 C -0.0234375 -7.457031 -0.03125 -7.484375 -0.03125 -7.515625 Z M -0.03125 -7.515625 "
id="path15" />
</g>
<g
id="glyph-0-6">
<path
d="M 0.296875 -6.390625 C 0.296875 -6.503906 0.296875 -6.695313 0.296875 -6.96875 C 0.304688 -7.25 0.3125 -7.539063 0.3125 -7.84375 C 0.3125 -8.144531 0.3125 -8.429688 0.3125 -8.703125 C 0.320313 -8.972656 0.328125 -9.160156 0.328125 -9.265625 C 0.335938 -9.335938 0.363281 -9.441406 0.40625 -9.578125 C 0.445313 -9.722656 0.492188 -9.863281 0.546875 -10 C 0.597656 -10.144531 0.671875 -10.269531 0.765625 -10.375 C 0.859375 -10.476563 0.976563 -10.53125 1.125 -10.53125 C 1.445313 -10.53125 1.753906 -10.441406 2.046875 -10.265625 C 2.335938 -10.085938 2.613281 -9.851563 2.875 -9.5625 C 3.144531 -9.269531 3.398438 -8.941406 3.640625 -8.578125 C 3.890625 -8.222656 4.132813 -7.867188 4.375 -7.515625 C 4.613281 -7.160156 4.847656 -6.828125 5.078125 -6.515625 C 5.304688 -6.203125 5.535156 -5.953125 5.765625 -5.765625 C 6.015625 -5.867188 6.207031 -6.066406 6.34375 -6.359375 C 6.476563 -6.660156 6.585938 -7 6.671875 -7.375 C 6.765625 -7.757813 6.847656 -8.15625 6.921875 -8.5625 C 7.003906 -8.976563 7.109375 -9.359375 7.234375 -9.703125 C 7.367188 -10.054688 7.539063 -10.34375 7.75 -10.5625 C 7.96875 -10.789063 8.265625 -10.90625 8.640625 -10.90625 C 9.085938 -10.90625 9.492188 -10.726563 9.859375 -10.375 C 10.222656 -10.03125 10.546875 -9.585938 10.828125 -9.046875 C 11.117188 -8.515625 11.363281 -7.921875 11.5625 -7.265625 C 11.769531 -6.609375 11.941406 -5.976563 12.078125 -5.375 C 12.222656 -4.769531 12.328125 -4.222656 12.390625 -3.734375 C 12.460938 -3.242188 12.5 -2.894531 12.5 -2.6875 C 12.5 -2.59375 12.492188 -2.492188 12.484375 -2.390625 C 12.472656 -2.285156 12.445313 -2.191406 12.40625 -2.109375 C 12.375 -2.023438 12.3125 -1.957031 12.21875 -1.90625 C 12.132813 -1.863281 12.003906 -1.867188 11.828125 -1.921875 C 11.785156 -1.929688 11.726563 -1.957031 11.65625 -2 C 11.59375 -2.050781 11.523438 -2.109375 11.453125 -2.171875 C 11.390625 -2.242188 11.332031 -2.3125 11.28125 -2.375 C 11.226563 -2.445313 11.203125 -2.503906 11.203125 -2.546875 C 11.117188 -3.035156 11.019531 -3.578125 10.90625 -4.171875 C 10.800781 -4.773438 10.664063 -5.378906 10.5 -5.984375 C 10.332031 -6.597656 10.125 -7.191406 9.875 -7.765625 C 9.625 -8.347656 9.316406 -8.847656 8.953125 -9.265625 C 8.660156 -9.109375 8.429688 -8.867188 8.265625 -8.546875 C 8.109375 -8.222656 7.972656 -7.867188 7.859375 -7.484375 C 7.753906 -7.097656 7.65625 -6.707031 7.5625 -6.3125 C 7.476563 -5.914063 7.359375 -5.554688 7.203125 -5.234375 C 7.054688 -4.910156 6.867188 -4.644531 6.640625 -4.4375 C 6.410156 -4.226563 6.101563 -4.125 5.71875 -4.125 C 5.445313 -4.125 5.179688 -4.207031 4.921875 -4.375 C 4.671875 -4.550781 4.425781 -4.78125 4.1875 -5.0625 C 3.945313 -5.34375 3.710938 -5.65625 3.484375 -6 C 3.265625 -6.34375 3.046875 -6.679688 2.828125 -7.015625 C 2.617188 -7.347656 2.410156 -7.660156 2.203125 -7.953125 C 2.003906 -8.242188 1.800781 -8.472656 1.59375 -8.640625 C 1.519531 -8.328125 1.457031 -8.050781 1.40625 -7.8125 C 1.363281 -7.582031 1.328125 -7.359375 1.296875 -7.140625 C 1.273438 -6.921875 1.257813 -6.695313 1.25 -6.46875 C 1.25 -6.25 1.25 -6 1.25 -5.71875 C 1.25 -5.300781 1.285156 -4.882813 1.359375 -4.46875 C 1.429688 -4.050781 1.503906 -3.640625 1.578125 -3.234375 C 1.660156 -2.828125 1.738281 -2.414063 1.8125 -2 C 1.882813 -1.59375 1.921875 -1.179688 1.921875 -0.765625 L 1.921875 -0.640625 C 1.898438 -0.609375 1.859375 -0.5625 1.796875 -0.5 C 1.742188 -0.4375 1.679688 -0.367188 1.609375 -0.296875 C 1.546875 -0.222656 1.476563 -0.160156 1.40625 -0.109375 C 1.34375 -0.0546875 1.296875 -0.0195313 1.265625 0 C 1.253906 0.0078125 1.234375 0.015625 1.203125 0.015625 C 1.171875 0.0234375 1.144531 0.03125 1.125 0.03125 C 1.101563 0.03125 1.078125 0.0234375 1.046875 0.015625 C 1.015625 0.00390625 0.988281 0 0.96875 0 C 0.894531 -0.570313 0.816406 -1.117188 0.734375 -1.640625 C 0.660156 -2.160156 0.59375 -2.671875 0.53125 -3.171875 C 0.46875 -3.679688 0.410156 -4.191406 0.359375 -4.703125 C 0.316406 -5.222656 0.296875 -5.785156 0.296875 -6.390625 Z M 0.296875 -6.390625 "
id="path18" />
</g>
<g
id="glyph-0-7">
<path
d="M 0.296875 -6.265625 C 0.296875 -6.359375 0.300781 -6.453125 0.3125 -6.546875 C 0.320313 -6.640625 0.34375 -6.722656 0.375 -6.796875 C 0.40625 -6.867188 0.453125 -6.929688 0.515625 -6.984375 C 0.578125 -7.035156 0.671875 -7.0625 0.796875 -7.0625 C 0.890625 -7.0625 1 -6.984375 1.125 -6.828125 C 1.25 -6.671875 1.375 -6.472656 1.5 -6.234375 C 1.632813 -6.003906 1.765625 -5.75 1.890625 -5.46875 C 2.015625 -5.195313 2.125 -4.941406 2.21875 -4.703125 C 2.3125 -4.472656 2.382813 -4.269531 2.4375 -4.09375 C 2.5 -3.925781 2.535156 -3.835938 2.546875 -3.828125 C 2.679688 -4.179688 2.828125 -4.5625 2.984375 -4.96875 C 3.140625 -5.375 3.332031 -5.753906 3.5625 -6.109375 C 3.800781 -6.460938 4.082031 -6.757813 4.40625 -7 C 4.726563 -7.238281 5.125 -7.359375 5.59375 -7.359375 C 5.832031 -7.359375 6.054688 -7.320313 6.265625 -7.25 C 6.484375 -7.175781 6.675781 -7.066406 6.84375 -6.921875 C 7.007813 -6.773438 7.140625 -6.601563 7.234375 -6.40625 C 7.335938 -6.207031 7.390625 -5.976563 7.390625 -5.71875 C 7.390625 -5.5 7.300781 -5.34375 7.125 -5.25 C 6.945313 -5.164063 6.75 -5.125 6.53125 -5.125 L 6.390625 -5.125 L 5.75 -5.765625 C 5.726563 -5.765625 5.710938 -5.769531 5.703125 -5.78125 C 5.679688 -5.78125 5.660156 -5.78125 5.640625 -5.78125 C 5.628906 -5.789063 5.613281 -5.796875 5.59375 -5.796875 C 5.25 -5.796875 4.976563 -5.695313 4.78125 -5.5 C 4.582031 -5.300781 4.429688 -5.0625 4.328125 -4.78125 C 4.234375 -4.5 4.175781 -4.203125 4.15625 -3.890625 C 4.132813 -3.578125 4.125 -3.289063 4.125 -3.03125 C 4.125 -2.832031 4.140625 -2.628906 4.171875 -2.421875 C 4.210938 -2.222656 4.257813 -2.023438 4.3125 -1.828125 C 4.363281 -1.628906 4.40625 -1.425781 4.4375 -1.21875 C 4.476563 -1.019531 4.5 -0.8125 4.5 -0.59375 C 4.5 -0.175781 4.273438 0.03125 3.828125 0.03125 C 3.585938 0.03125 3.332031 -0.0976563 3.0625 -0.359375 C 2.789063 -0.628906 2.519531 -0.96875 2.25 -1.375 C 1.988281 -1.78125 1.738281 -2.226563 1.5 -2.71875 C 1.269531 -3.21875 1.0625 -3.695313 0.875 -4.15625 C 0.695313 -4.625 0.554688 -5.046875 0.453125 -5.421875 C 0.347656 -5.804688 0.296875 -6.085938 0.296875 -6.265625 Z M 0.296875 -6.265625 "
id="path21" />
</g>
<g
id="glyph-0-8" />
<g
id="glyph-0-9">
<path
d="M 0.296875 -9.59375 C 0.296875 -9.726563 0.296875 -9.921875 0.296875 -10.171875 C 0.296875 -10.421875 0.320313 -10.671875 0.375 -10.921875 C 0.425781 -11.179688 0.503906 -11.40625 0.609375 -11.59375 C 0.722656 -11.78125 0.894531 -11.875 1.125 -11.875 C 1.25 -11.875 1.351563 -11.757813 1.4375 -11.53125 C 1.519531 -11.3125 1.585938 -11.035156 1.640625 -10.703125 C 1.703125 -10.367188 1.742188 -10 1.765625 -9.59375 C 1.796875 -9.195313 1.816406 -8.816406 1.828125 -8.453125 C 1.835938 -8.097656 1.847656 -7.789063 1.859375 -7.53125 C 1.867188 -7.269531 1.882813 -7.109375 1.90625 -7.046875 C 1.9375 -6.890625 1.992188 -6.648438 2.078125 -6.328125 C 2.160156 -6.003906 2.25 -5.640625 2.34375 -5.234375 C 2.445313 -4.835938 2.554688 -4.421875 2.671875 -3.984375 C 2.796875 -3.546875 2.910156 -3.128906 3.015625 -2.734375 C 3.117188 -2.335938 3.21875 -1.976563 3.3125 -1.65625 C 3.40625 -1.332031 3.472656 -1.101563 3.515625 -0.96875 C 3.515625 -0.945313 3.519531 -0.914063 3.53125 -0.875 C 3.539063 -0.84375 3.546875 -0.816406 3.546875 -0.796875 C 3.546875 -0.679688 3.507813 -0.59375 3.4375 -0.53125 C 3.363281 -0.46875 3.273438 -0.414063 3.171875 -0.375 C 3.066406 -0.34375 2.957031 -0.320313 2.84375 -0.3125 C 2.738281 -0.300781 2.640625 -0.296875 2.546875 -0.296875 C 2.503906 -0.296875 2.445313 -0.300781 2.375 -0.3125 C 2.300781 -0.320313 2.253906 -0.328125 2.234375 -0.328125 C 2.023438 -1.023438 1.800781 -1.757813 1.5625 -2.53125 C 1.332031 -3.300781 1.125 -4.082031 0.9375 -4.875 C 0.75 -5.675781 0.59375 -6.472656 0.46875 -7.265625 C 0.351563 -8.066406 0.296875 -8.84375 0.296875 -9.59375 Z M 0.296875 -9.59375 "
id="path25" />
</g>
<g
id="glyph-0-10">
<path
d="M 2.875 -0.640625 C 2.875 -0.765625 2.921875 -0.898438 3.015625 -1.046875 C 3.109375 -1.191406 3.210938 -1.328125 3.328125 -1.453125 C 3.453125 -1.585938 3.585938 -1.695313 3.734375 -1.78125 C 3.878906 -1.875 4.019531 -1.921875 4.15625 -1.921875 C 4.164063 -1.921875 4.210938 -1.878906 4.296875 -1.796875 C 4.390625 -1.710938 4.453125 -1.644531 4.484375 -1.59375 C 4.503906 -1.5625 4.53125 -1.515625 4.5625 -1.453125 C 4.601563 -1.390625 4.640625 -1.320313 4.671875 -1.25 C 4.710938 -1.1875 4.742188 -1.125 4.765625 -1.0625 C 4.785156 -1.007813 4.796875 -0.976563 4.796875 -0.96875 C 4.796875 -0.78125 4.769531 -0.640625 4.71875 -0.546875 C 4.664063 -0.453125 4.597656 -0.382813 4.515625 -0.34375 C 4.441406 -0.3125 4.351563 -0.296875 4.25 -0.296875 C 4.144531 -0.296875 4.03125 -0.296875 3.90625 -0.296875 C 3.863281 -0.296875 3.785156 -0.289063 3.671875 -0.28125 C 3.566406 -0.28125 3.453125 -0.285156 3.328125 -0.296875 C 3.210938 -0.316406 3.109375 -0.347656 3.015625 -0.390625 C 2.921875 -0.441406 2.875 -0.523438 2.875 -0.640625 Z M 1.875 -6.421875 C 1.875 -6.773438 1.945313 -7.109375 2.09375 -7.421875 C 2.238281 -7.734375 2.394531 -8.039063 2.5625 -8.34375 C 2.726563 -8.644531 2.878906 -8.953125 3.015625 -9.265625 C 3.160156 -9.578125 3.234375 -9.910156 3.234375 -10.265625 C 3.234375 -10.398438 3.195313 -10.519531 3.125 -10.625 C 3.050781 -10.738281 2.957031 -10.835938 2.84375 -10.921875 C 2.738281 -11.015625 2.613281 -11.082031 2.46875 -11.125 C 2.332031 -11.175781 2.203125 -11.203125 2.078125 -11.203125 C 1.890625 -11.203125 1.710938 -11.148438 1.546875 -11.046875 C 1.378906 -10.953125 1.222656 -10.835938 1.078125 -10.703125 C 0.941406 -10.566406 0.8125 -10.425781 0.6875 -10.28125 C 0.5625 -10.132813 0.441406 -10.007813 0.328125 -9.90625 C 0.304688 -9.882813 0.238281 -9.863281 0.125 -9.84375 C 0.0078125 -9.820313 -0.0625 -9.8125 -0.09375 -9.8125 C -0.09375 -10.207031 -0.0390625 -10.566406 0.0625 -10.890625 C 0.164063 -11.222656 0.320313 -11.507813 0.53125 -11.75 C 0.738281 -11.988281 1 -12.171875 1.3125 -12.296875 C 1.632813 -12.429688 1.992188 -12.5 2.390625 -12.5 C 2.671875 -12.5 2.957031 -12.4375 3.25 -12.3125 C 3.539063 -12.1875 3.800781 -12.015625 4.03125 -11.796875 C 4.257813 -11.578125 4.445313 -11.332031 4.59375 -11.0625 C 4.738281 -10.800781 4.8125 -10.523438 4.8125 -10.234375 C 4.8125 -9.878906 4.765625 -9.550781 4.671875 -9.25 C 4.578125 -8.957031 4.46875 -8.6875 4.34375 -8.4375 C 4.21875 -8.1875 4.082031 -7.941406 3.9375 -7.703125 C 3.800781 -7.460938 3.679688 -7.210938 3.578125 -6.953125 C 3.484375 -6.691406 3.425781 -6.414063 3.40625 -6.125 C 3.382813 -5.832031 3.421875 -5.5 3.515625 -5.125 C 3.492188 -5.09375 3.453125 -5.054688 3.390625 -5.015625 C 3.335938 -4.984375 3.28125 -4.953125 3.21875 -4.921875 C 3.15625 -4.890625 3.085938 -4.859375 3.015625 -4.828125 C 2.953125 -4.804688 2.90625 -4.796875 2.875 -4.796875 C 2.65625 -4.796875 2.476563 -4.851563 2.34375 -4.96875 C 2.21875 -5.082031 2.117188 -5.21875 2.046875 -5.375 C 1.972656 -5.539063 1.925781 -5.71875 1.90625 -5.90625 C 1.882813 -6.09375 1.875 -6.265625 1.875 -6.421875 Z M 1.875 -6.421875 "
id="path28" />
</g>
<g
id="glyph-1-0" />
<g
id="glyph-1-1">
<path
d="M 4.0625 -8.109375 L 3.4375 -6.046875 C 4.09375 -6.804688 4.675781 -7.335938 5.1875 -7.640625 C 5.695313 -7.953125 6.21875 -8.109375 6.75 -8.109375 C 7.28125 -8.109375 7.734375 -7.894531 8.109375 -7.46875 C 8.484375 -7.050781 8.671875 -6.503906 8.671875 -5.828125 C 8.671875 -4.515625 8.132813 -3.175781 7.0625 -1.8125 C 6 -0.457031 4.753906 0.21875 3.328125 0.21875 C 3.035156 0.21875 2.769531 0.179688 2.53125 0.109375 C 2.300781 0.046875 2.046875 -0.0664063 1.765625 -0.234375 L 1.109375 2.078125 C 0.972656 2.535156 0.90625 2.832031 0.90625 2.96875 C 0.90625 3.09375 0.941406 3.203125 1.015625 3.296875 C 1.085938 3.390625 1.195313 3.460938 1.34375 3.515625 C 1.5 3.566406 1.8125 3.59375 2.28125 3.59375 L 2.1875 3.921875 L -2.03125 3.921875 L -1.9375 3.59375 C -1.382813 3.570313 -1.007813 3.472656 -0.8125 3.296875 C -0.613281 3.128906 -0.410156 2.671875 -0.203125 1.921875 L 2.0625 -5.921875 C 2.207031 -6.421875 2.28125 -6.734375 2.28125 -6.859375 C 2.28125 -7.015625 2.234375 -7.132813 2.140625 -7.21875 C 2.046875 -7.3125 1.898438 -7.359375 1.703125 -7.359375 C 1.535156 -7.359375 1.296875 -7.335938 0.984375 -7.296875 L 0.984375 -7.65625 Z M 1.96875 -0.9375 C 2.34375 -0.5 2.84375 -0.28125 3.46875 -0.28125 C 3.78125 -0.28125 4.097656 -0.363281 4.421875 -0.53125 C 4.742188 -0.707031 5.054688 -0.960938 5.359375 -1.296875 C 5.671875 -1.640625 5.945313 -2.035156 6.1875 -2.484375 C 6.4375 -2.929688 6.65625 -3.457031 6.84375 -4.0625 C 7.039063 -4.664063 7.140625 -5.257813 7.140625 -5.84375 C 7.140625 -6.320313 7.03125 -6.6875 6.8125 -6.9375 C 6.59375 -7.195313 6.335938 -7.328125 6.046875 -7.328125 C 5.398438 -7.328125 4.757813 -6.957031 4.125 -6.21875 C 3.5 -5.476563 3.039063 -4.613281 2.75 -3.625 Z M 1.96875 -0.9375 "
id="path32" />
</g>
<g
id="glyph-1-2">
<path
d="M 6.34375 -12.390625 C 7.101563 -12.390625 7.742188 -12.070313 8.265625 -11.4375 C 8.796875 -10.800781 9.0625 -9.789063 9.0625 -8.40625 C 9.0625 -7.226563 8.863281 -6.023438 8.46875 -4.796875 C 8.082031 -3.566406 7.535156 -2.5 6.828125 -1.59375 C 6.265625 -0.882813 5.675781 -0.367188 5.0625 -0.046875 C 4.707031 0.128906 4.296875 0.21875 3.828125 0.21875 C 3.046875 0.21875 2.394531 -0.0976563 1.875 -0.734375 C 1.351563 -1.378906 1.09375 -2.394531 1.09375 -3.78125 C 1.09375 -5.144531 1.351563 -6.519531 1.875 -7.90625 C 2.488281 -9.507813 3.273438 -10.734375 4.234375 -11.578125 C 4.859375 -12.117188 5.5625 -12.390625 6.34375 -12.390625 Z M 6.34375 -11.9375 C 6 -11.9375 5.648438 -11.796875 5.296875 -11.515625 C 4.941406 -11.242188 4.570313 -10.675781 4.1875 -9.8125 C 3.8125 -8.957031 3.453125 -7.851563 3.109375 -6.5 C 2.660156 -4.726563 2.4375 -3.21875 2.4375 -1.96875 C 2.4375 -1.34375 2.570313 -0.875 2.84375 -0.5625 C 3.113281 -0.257813 3.4375 -0.109375 3.8125 -0.109375 C 4.175781 -0.109375 4.488281 -0.226563 4.75 -0.46875 C 5.4375 -1.113281 6.023438 -2.21875 6.515625 -3.78125 C 7.304688 -6.332031 7.703125 -8.40625 7.703125 -10 C 7.703125 -10.65625 7.566406 -11.140625 7.296875 -11.453125 C 7.023438 -11.773438 6.707031 -11.9375 6.34375 -11.9375 Z M 6.34375 -11.9375 "
id="path35" />
</g>
<g
id="glyph-1-3">
<path
d="M 4.046875 -8.109375 L 2.859375 -4.03125 C 3.972656 -5.695313 4.828125 -6.789063 5.421875 -7.3125 C 6.015625 -7.84375 6.585938 -8.109375 7.140625 -8.109375 C 7.441406 -8.109375 7.6875 -8.007813 7.875 -7.8125 C 8.070313 -7.613281 8.171875 -7.359375 8.171875 -7.046875 C 8.171875 -6.679688 8.082031 -6.203125 7.90625 -5.609375 L 6.8125 -1.84375 C 6.6875 -1.40625 6.625 -1.132813 6.625 -1.03125 C 6.625 -0.945313 6.644531 -0.878906 6.6875 -0.828125 C 6.738281 -0.773438 6.796875 -0.75 6.859375 -0.75 C 6.921875 -0.75 7.003906 -0.785156 7.109375 -0.859375 C 7.429688 -1.109375 7.78125 -1.488281 8.15625 -2 L 8.421875 -1.84375 C 7.867188 -1.039063 7.347656 -0.472656 6.859375 -0.140625 C 6.503906 0.0976563 6.191406 0.21875 5.921875 0.21875 C 5.703125 0.21875 5.523438 0.148438 5.390625 0.015625 C 5.253906 -0.117188 5.1875 -0.300781 5.1875 -0.53125 C 5.1875 -0.8125 5.289063 -1.300781 5.5 -2 L 6.53125 -5.609375 C 6.664063 -6.054688 6.734375 -6.40625 6.734375 -6.65625 C 6.734375 -6.769531 6.691406 -6.863281 6.609375 -6.9375 C 6.535156 -7.019531 6.441406 -7.0625 6.328125 -7.0625 C 6.160156 -7.0625 5.960938 -6.988281 5.734375 -6.84375 C 5.285156 -6.570313 4.820313 -6.128906 4.34375 -5.515625 C 3.875 -4.898438 3.375 -4.109375 2.84375 -3.140625 C 2.5625 -2.628906 2.328125 -2.078125 2.140625 -1.484375 L 1.6875 0 L 0.34375 0 L 1.984375 -5.609375 C 2.171875 -6.285156 2.265625 -6.691406 2.265625 -6.828125 C 2.265625 -6.953125 2.210938 -7.0625 2.109375 -7.15625 C 2.003906 -7.257813 1.875 -7.3125 1.71875 -7.3125 C 1.644531 -7.3125 1.519531 -7.300781 1.34375 -7.28125 L 1 -7.234375 L 0.953125 -7.546875 Z M 4.046875 -8.109375 "
id="path38" />
</g>
<g
id="glyph-1-4">
<path
d="M 5.484375 -4.578125 L 5.125 -3.390625 L 0.484375 -3.390625 L 0.84375 -4.578125 Z M 5.484375 -4.578125 "
id="path41" />
</g>
<g
id="glyph-1-5">
<path
d="M 7.65625 -12.390625 L 4.78125 -2.359375 C 4.601563 -1.765625 4.515625 -1.335938 4.515625 -1.078125 C 4.515625 -0.859375 4.59375 -0.6875 4.75 -0.5625 C 4.90625 -0.445313 5.265625 -0.367188 5.828125 -0.328125 L 5.734375 0 L 1.125 0 L 1.25 -0.328125 C 1.738281 -0.335938 2.0625 -0.378906 2.21875 -0.453125 C 2.46875 -0.554688 2.65625 -0.695313 2.78125 -0.875 C 2.976563 -1.15625 3.175781 -1.648438 3.375 -2.359375 L 5.453125 -9.5625 C 5.578125 -10 5.644531 -10.25 5.65625 -10.3125 C 5.675781 -10.4375 5.6875 -10.554688 5.6875 -10.671875 C 5.6875 -10.878906 5.628906 -11.039063 5.515625 -11.15625 C 5.398438 -11.28125 5.242188 -11.34375 5.046875 -11.34375 C 4.890625 -11.34375 4.648438 -11.304688 4.328125 -11.234375 L 4.203125 -11.546875 L 7.234375 -12.390625 Z M 7.65625 -12.390625 "
id="path44" />
</g>
<g
id="glyph-1-6">
<path
d="M 3.984375 -8.109375 L 2.8125 -4.0625 C 3.332031 -5.007813 3.773438 -5.722656 4.140625 -6.203125 C 4.703125 -6.941406 5.253906 -7.476563 5.796875 -7.8125 C 6.109375 -8.007813 6.441406 -8.109375 6.796875 -8.109375 C 7.085938 -8.109375 7.332031 -8.007813 7.53125 -7.8125 C 7.726563 -7.625 7.828125 -7.378906 7.828125 -7.078125 C 7.828125 -6.785156 7.757813 -6.40625 7.625 -5.9375 L 6.984375 -3.65625 C 7.960938 -5.476563 8.882813 -6.757813 9.75 -7.5 C 10.238281 -7.90625 10.71875 -8.109375 11.1875 -8.109375 C 11.457031 -8.109375 11.679688 -8.015625 11.859375 -7.828125 C 12.035156 -7.640625 12.125 -7.347656 12.125 -6.953125 C 12.125 -6.609375 12.070313 -6.238281 11.96875 -5.84375 L 10.984375 -2.359375 C 10.765625 -1.609375 10.65625 -1.191406 10.65625 -1.109375 C 10.65625 -1.015625 10.679688 -0.941406 10.734375 -0.890625 C 10.773438 -0.847656 10.820313 -0.828125 10.875 -0.828125 C 10.9375 -0.828125 11.046875 -0.882813 11.203125 -1 C 11.535156 -1.257813 11.851563 -1.601563 12.15625 -2.03125 L 12.453125 -1.84375 C 12.296875 -1.601563 12.03125 -1.273438 11.65625 -0.859375 C 11.28125 -0.441406 10.957031 -0.15625 10.6875 0 C 10.414063 0.144531 10.164063 0.21875 9.9375 0.21875 C 9.726563 0.21875 9.550781 0.144531 9.40625 0 C 9.269531 -0.144531 9.203125 -0.320313 9.203125 -0.53125 C 9.203125 -0.8125 9.328125 -1.382813 9.578125 -2.25 L 10.390625 -5.125 C 10.578125 -5.789063 10.675781 -6.160156 10.6875 -6.234375 C 10.707031 -6.347656 10.71875 -6.457031 10.71875 -6.5625 C 10.71875 -6.71875 10.679688 -6.835938 10.609375 -6.921875 C 10.535156 -7.003906 10.457031 -7.046875 10.375 -7.046875 C 10.125 -7.046875 9.859375 -6.914063 9.578125 -6.65625 C 8.753906 -5.894531 7.984375 -4.832031 7.265625 -3.46875 C 6.796875 -2.5625 6.351563 -1.40625 5.9375 0 L 4.59375 0 L 6.125 -5.421875 C 6.289063 -6.003906 6.375 -6.394531 6.375 -6.59375 C 6.375 -6.75 6.335938 -6.863281 6.265625 -6.9375 C 6.203125 -7.019531 6.125 -7.0625 6.03125 -7.0625 C 5.832031 -7.0625 5.625 -6.992188 5.40625 -6.859375 C 5.039063 -6.617188 4.578125 -6.113281 4.015625 -5.34375 C 3.453125 -4.582031 3.015625 -3.851563 2.703125 -3.15625 C 2.554688 -2.832031 2.203125 -1.78125 1.640625 0 L 0.3125 0 L 2.1875 -6.5625 C 2.226563 -6.675781 2.25 -6.757813 2.25 -6.8125 C 2.25 -6.9375 2.1875 -7.050781 2.0625 -7.15625 C 1.945313 -7.257813 1.796875 -7.3125 1.609375 -7.3125 C 1.535156 -7.3125 1.320313 -7.273438 0.96875 -7.203125 L 0.890625 -7.546875 Z M 3.984375 -8.109375 "
id="path47" />
</g>
<g
id="glyph-1-7">
<path
d="M 4.109375 -11.65625 C 4.359375 -11.65625 4.566406 -11.566406 4.734375 -11.390625 C 4.910156 -11.222656 5 -11.015625 5 -10.765625 C 5 -10.523438 4.910156 -10.316406 4.734375 -10.140625 C 4.554688 -9.960938 4.347656 -9.875 4.109375 -9.875 C 3.859375 -9.875 3.644531 -9.960938 3.46875 -10.140625 C 3.289063 -10.316406 3.203125 -10.523438 3.203125 -10.765625 C 3.203125 -11.015625 3.285156 -11.222656 3.453125 -11.390625 C 3.628906 -11.566406 3.847656 -11.65625 4.109375 -11.65625 Z M 4.21875 -8.109375 L 2.4375 -1.828125 C 2.320313 -1.398438 2.265625 -1.144531 2.265625 -1.0625 C 2.265625 -0.96875 2.289063 -0.890625 2.34375 -0.828125 C 2.40625 -0.773438 2.472656 -0.75 2.546875 -0.75 C 2.640625 -0.75 2.75 -0.796875 2.875 -0.890625 C 3.21875 -1.160156 3.5625 -1.539063 3.90625 -2.03125 L 4.21875 -1.828125 C 3.8125 -1.203125 3.332031 -0.679688 2.78125 -0.265625 C 2.375 0.0546875 1.988281 0.21875 1.625 0.21875 C 1.375 0.21875 1.171875 0.144531 1.015625 0 C 0.859375 -0.144531 0.78125 -0.332031 0.78125 -0.5625 C 0.78125 -0.78125 0.859375 -1.144531 1.015625 -1.65625 L 2.171875 -5.671875 C 2.367188 -6.328125 2.46875 -6.738281 2.46875 -6.90625 C 2.46875 -7.039063 2.421875 -7.148438 2.328125 -7.234375 C 2.234375 -7.316406 2.101563 -7.359375 1.9375 -7.359375 C 1.8125 -7.359375 1.539063 -7.320313 1.125 -7.25 L 1.125 -7.609375 Z M 4.21875 -8.109375 "
id="path50" />
</g>
<g
id="glyph-1-8">
<path
d="M 2.40625 -7.1875 L 2.6875 -9.84375 C 2.757813 -10.59375 2.835938 -11.097656 2.921875 -11.359375 C 3.035156 -11.742188 3.191406 -12.015625 3.390625 -12.171875 C 3.597656 -12.335938 3.832031 -12.421875 4.09375 -12.421875 C 4.3125 -12.421875 4.484375 -12.359375 4.609375 -12.234375 C 4.734375 -12.117188 4.796875 -11.96875 4.796875 -11.78125 C 4.796875 -11.644531 4.765625 -11.492188 4.703125 -11.328125 C 4.628906 -11.097656 4.410156 -10.597656 4.046875 -9.828125 L 2.796875 -7.1875 Z M 2.40625 -7.1875 "
id="path53" />
</g>
<g
id="glyph-2-0" />
<g
id="glyph-2-1">
<path
d="M 6.375 -10.328125 L 3.984375 -1.96875 C 3.835938 -1.46875 3.765625 -1.109375 3.765625 -0.890625 C 3.765625 -0.710938 3.828125 -0.570313 3.953125 -0.46875 C 4.085938 -0.375 4.382813 -0.3125 4.84375 -0.28125 L 4.78125 0 L 0.9375 0 L 1.03125 -0.28125 C 1.445313 -0.289063 1.71875 -0.320313 1.84375 -0.375 C 2.050781 -0.457031 2.207031 -0.578125 2.3125 -0.734375 C 2.476563 -0.960938 2.644531 -1.375 2.8125 -1.96875 L 4.546875 -7.96875 C 4.648438 -8.332031 4.707031 -8.539063 4.71875 -8.59375 C 4.726563 -8.695313 4.734375 -8.796875 4.734375 -8.890625 C 4.734375 -9.054688 4.6875 -9.191406 4.59375 -9.296875 C 4.5 -9.398438 4.367188 -9.453125 4.203125 -9.453125 C 4.078125 -9.453125 3.878906 -9.421875 3.609375 -9.359375 L 3.5 -9.625 L 6.015625 -10.328125 Z M 6.375 -10.328125 "
id="path57" />
</g>
<g
id="glyph-2-2">
<path
d="M 5.28125 0 L 0.234375 0 L 0.234375 -0.28125 C 2.804688 -2.53125 4.503906 -4.289063 5.328125 -5.5625 C 5.710938 -6.15625 5.90625 -6.78125 5.90625 -7.4375 C 5.90625 -7.945313 5.742188 -8.363281 5.421875 -8.6875 C 5.109375 -9.019531 4.695313 -9.1875 4.1875 -9.1875 C 3.488281 -9.1875 2.910156 -8.847656 2.453125 -8.171875 L 2.1875 -8.296875 C 2.445313 -8.941406 2.816406 -9.441406 3.296875 -9.796875 C 3.785156 -10.148438 4.316406 -10.328125 4.890625 -10.328125 C 5.523438 -10.328125 6.0625 -10.101563 6.5 -9.65625 C 6.9375 -9.21875 7.15625 -8.6875 7.15625 -8.0625 C 7.15625 -7.625 7.082031 -7.21875 6.9375 -6.84375 C 6.695313 -6.269531 6.253906 -5.617188 5.609375 -4.890625 C 4.640625 -3.785156 3.335938 -2.515625 1.703125 -1.078125 L 4.25 -1.078125 C 4.65625 -1.078125 4.988281 -1.160156 5.25 -1.328125 C 5.507813 -1.503906 5.695313 -1.734375 5.8125 -2.015625 L 6.125 -2.015625 Z M 5.28125 0 "
id="path60" />
</g>
</g>
</defs>
<path
fill="none"
stroke-width="1.02"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 27.520835 122.302088 C 406.312517 118.062505 784.369824 118.130213 1046.687544 122.302088 M 27.520835 122.302088 C 358.770848 118.260422 690.90107 118.35938 1046.687544 122.302088 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path67" />
<g
fill="#000000"
fill-opacity="1"
id="g79">
<use
xlink:href="#glyph-0-1"
x="492.15424"
y="140.64621"
id="use69" />
<use
xlink:href="#glyph-0-2"
x="499.51437"
y="140.64621"
id="use71" />
<use
xlink:href="#glyph-0-3"
x="503.03769"
y="140.64621"
id="use73" />
<use
xlink:href="#glyph-0-4"
x="511.0249"
y="140.64621"
id="use75" />
<use
xlink:href="#glyph-0-5"
x="518.69855"
y="140.64621"
id="use77" />
</g>
<path
fill="none"
stroke-width="0.51"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 661.951243 119.241101 L 661.951243 119.241101 M 661.951243 119.241101 L 661.951243 119.241101 M 661.690827 125.761935 C 662.93041 124.178601 663.919993 123.209851 665.701244 121.15256 M 661.690827 125.761935 C 663.138743 124.428601 664.331452 122.928601 665.701244 121.15256 M 662.091868 131.522352 C 663.909577 129.261935 667.909577 125.87131 669.451244 123.048393 M 662.091868 131.522352 C 663.518952 128.959852 665.487702 127.918185 669.451244 123.048393 M 661.821035 138.037977 C 665.201244 133.579643 668.107494 130.829643 672.518952 125.730685 M 661.821035 138.037977 C 664.96166 133.689018 669.518952 130.892143 672.518952 125.730685 M 662.232493 143.787977 C 668.071035 138.829644 670.581452 132.730685 676.268952 127.631727 M 662.232493 143.787977 C 666.352285 137.287977 672.550202 132.261935 676.268952 127.631727 M 661.96166 150.308811 C 665.909577 144.090061 672.159577 135.220268 680.008536 129.537977 M 661.96166 150.308811 C 666.21166 145.590061 668.68041 142.241102 680.008536 129.537977 M 661.690827 156.829644 C 668.71166 148.100477 680.857494 138.537977 683.758536 131.439018 M 661.690827 156.829644 C 667.482494 150.860894 672.748119 145.209852 683.758536 131.439018 M 663.43041 161.037978 C 667.982494 156.178603 672.357494 148.178602 687.498119 133.350477 M 663.43041 161.037978 C 668.237702 154.220269 674.367911 149.668186 687.498119 133.350477 M 673.857494 155.251519 C 679.607494 151.631728 683.321036 145.178602 690.581453 136.022352 M 673.857494 155.251519 C 678.909577 149.470269 684.357494 142.90256 690.581453 136.022352 M 684.961661 148.699436 C 688.852286 145.168186 690.81062 140.949435 694.331453 137.928602 M 684.961661 148.699436 C 686.878328 146.970269 689.357495 143.30881 694.331453 137.928602 "
transform="matrix(0.000000000000000046, -0.75, 0.75, 0.000000000000000046, 405.494959, 614.939974)"
id="path81" />
<path
fill="none"
stroke-width="1.02"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 661.951243 119.241101 C 673.701244 127.27756 684.487703 133.65256 697.628328 139.631727 M 661.951243 119.241101 C 671.607494 125.319226 682.128328 130.741102 697.628328 139.631727 M 697.628328 139.631727 C 689.722078 144.798394 683.128328 147.350477 661.951243 160.011936 M 697.628328 139.631727 C 687.982495 145.959852 676.821036 151.709853 661.951243 160.011936 M 661.951243 160.011936 C 660.498118 149.157769 662.71166 135.40256 661.951243 119.241101 M 661.951243 160.011936 C 661.841868 151.558811 661.748118 143.709852 661.951243 119.241101 "
transform="matrix(0.000000000000000046, -0.75, 0.75, 0.000000000000000046, 405.494959, 614.939974)"
id="path83" />
<g
fill="#000000"
fill-opacity="1"
id="g87">
<use
xlink:href="#glyph-1-1"
x="505.6384"
y="78.7313"
id="use85" />
</g>
<path
fill="none"
stroke-width="0.51"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 336.327712 80.507901 L 336.327712 80.507901 M 336.327712 80.507901 L 336.327712 80.507901 M 336.062087 87.039151 C 337.338129 85.190193 339.129795 83.091234 340.072504 82.419359 M 336.062087 87.039151 C 337.431879 85.742276 338.369379 84.341235 340.072504 82.419359 M 336.45792 92.789152 C 339.291254 90.179776 340.45792 86.877693 343.822504 84.330818 M 336.45792 92.789152 C 338.879795 89.658943 341.478754 87.809985 343.822504 84.330818 M 336.197503 99.309985 C 341.20792 93.778735 345.848546 89.721443 346.900629 86.997485 M 336.197503 99.309985 C 339.348545 95.992277 341.510004 94.122485 346.900629 86.997485 M 336.598545 105.059985 C 341.161045 100.492277 344.661045 98.768318 350.640212 88.908943 M 336.598545 105.059985 C 342.48917 100.059985 346.770421 92.841235 350.640212 88.908943 M 336.327712 111.580819 C 343.041254 106.591235 346.879796 99.549568 354.390213 90.809985 M 336.327712 111.580819 C 341.447504 104.45061 348.280837 97.122485 354.390213 90.809985 M 336.072503 118.101653 C 341.80167 111.362069 351.619379 100.408944 358.129796 92.721443 M 336.072503 118.101653 C 340.280837 112.518319 344.692295 108.070402 358.129796 92.721443 M 337.812087 122.309986 C 342.280837 115.461027 346.749587 110.028736 361.879796 94.622485 M 337.812087 122.309986 C 347.530837 112.601652 354.411046 102.41936 361.879796 94.622485 M 348.239171 116.528736 C 354.431879 110.127694 361.942296 103.179777 364.947505 97.299568 M 348.239171 116.528736 C 355.072504 109.341236 360.312088 103.929777 364.947505 97.299568 M 359.338129 109.971444 C 361.348546 107.440194 365.077713 105.820402 368.697505 99.20061 M 359.338129 109.971444 C 362.11938 107.16936 363.911046 103.570402 368.697505 99.20061 "
transform="matrix(0.000000000000000046, 0.75, -0.75, 0.000000000000000046, 341.669986, -189.569992)"
id="path89" />
<path
fill="none"
stroke-width="1.02"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 336.327712 80.507901 C 348.077712 87.997485 357.478754 93.721443 371.999588 100.898527 M 336.327712 80.507901 C 346.900629 86.690193 357.718338 92.66936 371.999588 100.898527 M 371.999588 100.898527 C 359.077713 105.961027 346.327712 113.700611 336.327712 121.278736 M 371.999588 100.898527 C 363.129796 105.580819 351.760004 111.242277 336.327712 121.278736 M 336.327712 121.278736 C 338.077712 104.851652 336.588128 88.257901 336.327712 80.507901 M 336.327712 121.278736 C 337.421462 107.612069 335.562087 92.247485 336.327712 80.507901 "
transform="matrix(0.000000000000000046, 0.75, -0.75, 0.000000000000000046, 341.669986, -189.569992)"
id="path91" />
<g
fill="#000000"
fill-opacity="1"
id="g95">
<use
xlink:href="#glyph-1-2"
x="14.90544"
y="110.07094"
id="use93" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g103">
<use
xlink:href="#glyph-1-3"
x="773.17194"
y="109.30656"
id="use97" />
<use
xlink:href="#glyph-1-4"
x="782.34448"
y="109.30656"
id="use99" />
<use
xlink:href="#glyph-1-5"
x="788.45361"
y="109.30656"
id="use101" />
</g>
<path
fill="none"
stroke-width="1.02"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 507.552105 130.447922 C 516.671897 122.14063 523.750022 116.161463 527.932314 110.067713 M 507.552105 130.447922 C 511.901063 124.958339 516.958355 121.067713 527.932314 110.067713 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path105" />
<path
fill="none"
stroke-width="1.02"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 180.390633 130.447922 C 188.312508 120.838547 194.197925 115.062505 200.781258 110.067713 M 180.390633 130.447922 C 187.401049 123.588547 193.500008 117.432297 200.781258 110.067713 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path107" />
<g
fill="#000000"
fill-opacity="1"
id="g125">
<use
xlink:href="#glyph-0-6"
x="237.59128"
y="58.092999"
id="use109" />
<use
xlink:href="#glyph-0-2"
x="250.69923"
y="58.092999"
id="use111" />
<use
xlink:href="#glyph-0-7"
x="254.22255"
y="58.092999"
id="use113" />
<use
xlink:href="#glyph-0-7"
x="261.85144"
y="58.092999"
id="use115" />
<use
xlink:href="#glyph-0-4"
x="269.48032"
y="58.092999"
id="use117" />
<use
xlink:href="#glyph-0-7"
x="277.15399"
y="58.092999"
id="use119" />
<use
xlink:href="#glyph-0-8"
x="284.7829"
y="58.092999"
id="use121" />
<use
xlink:href="#glyph-0-9"
x="291.66531"
y="58.092999"
id="use123" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g129">
<use
xlink:href="#glyph-0-8"
x="295.18265"
y="58.092999"
id="use127" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g133">
<use
xlink:href="#glyph-1-6"
x="256.70084"
y="110.07094"
id="use131" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g137">
<use
xlink:href="#glyph-2-1"
x="269.94611"
y="113.89285"
id="use135" />
</g>
<path
fill="none"
stroke-width="4.08"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 354.67189 119.229172 C 434.567726 118.369797 513.250021 118.088547 665.041694 121.682297 M 354.67189 119.229172 C 427.088559 121.270838 500.130229 121.682297 665.041694 121.682297 "
transform="matrix(0.75, 0, 0, 0.75, 0, 0)"
id="path139" />
<path
fill="none"
stroke-width="2.04"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 665.218778 116.42188 L 665.218778 116.42188 M 665.218778 116.42188 L 665.218778 116.42188 "
transform="matrix(0.75, 0, 0, 0.75, 0, 0)"
id="path141" />
<path
fill="none"
stroke-width="4.08"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 675.229195 121.750005 C 672.08857 123.869797 669.718778 123.57813 665.000028 126.781255 M 675.229195 121.750005 C 672.359403 122.682297 670.098986 124.848964 665.000028 126.781255 M 665.000028 126.781255 C 664.317736 123.411463 665.921903 120.088547 665.078153 116.57813 M 665.000028 126.781255 C 664.598986 124.901047 665.229194 122.500005 665.078153 116.57813 M 665.078153 116.57813 C 666.640653 118.260422 669.489611 118.380213 675.229195 121.750005 M 665.078153 116.57813 C 668.130236 118.010422 670.08857 119.817713 675.229195 121.750005 "
transform="matrix(0.75, 0, 0, 0.75, 0, 0)"
id="path143" />
<path
fill="none"
stroke-width="1.02"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 474.93752 131.979172 C 474.369811 200.281258 419.791684 255.619802 352.67189 253.770844 M 474.93752 131.979172 C 475.302103 197.317717 418.479184 255.921886 352.67189 253.770844 M 352.67189 253.770844 C 283.968762 254.932302 230.78126 200.270842 230.390635 131.979172 M 352.67189 253.770844 C 286.828137 251.729177 228.697926 199.171883 230.390635 131.979172 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path145" />
<path
fill="none"
stroke-width="1.02"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 440.281268 132.489589 C 439.33856 181.401049 400.760433 219.447926 353.651056 219.119801 M 440.281268 132.489589 C 438.281268 179.119799 402.9896 219.250009 353.651056 219.119801 M 353.651056 219.119801 C 305.468763 219.062509 265.421886 180.859383 267.020844 132.489589 M 353.651056 219.119801 C 304.979179 217.380217 267.031261 182.598966 267.020844 132.489589 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path147" />
<path
fill-rule="nonzero"
fill="rgb(0%, 0%, 0%)"
fill-opacity="1"
d="M 198.898438 99.683594 L 199.898438 91.265625 L 203.949219 98.8125 L 196.808594 99.285156 "
id="path149" />
<path
fill="none"
stroke-width="1.02"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 262.951245 121.277511 C 266.852286 121.980636 269.367911 125.287928 273.138745 126.381678 M 262.951245 121.277511 C 265.482495 122.459803 268.352286 124.470219 273.138745 126.381678 M 273.138745 126.381678 C 270.602286 126.871261 266.081453 130.350428 262.951245 131.47022 M 273.138745 126.381678 C 269.357495 128.699386 265.878328 130.100428 262.951245 131.47022 M 262.951245 131.47022 C 261.951244 126.980636 262.258536 123.100428 262.951245 121.277511 M 262.951245 131.47022 C 263.180411 129.491053 263.107495 126.860845 262.951245 121.277511 "
transform="matrix(0.000000000000000046, -0.75, 0.75, 0.000000000000000046, 106.619996, 296.189988)"
id="path151" />
<path
fill-rule="nonzero"
fill="rgb(0%, 0%, 0%)"
fill-opacity="1"
d="M 326.0625 101.976563 L 331.695313 92.316406 L 335.203125 101.210938 L 327.328125 101.078125 "
id="path153" />
<path
fill="none"
stroke-width="1.02"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 435.188712 124.34231 C 438.360588 126.472518 442.417879 128.139185 445.381421 129.441268 M 435.188712 124.34231 C 438.980379 126.488143 442.558504 127.910018 445.381421 129.441268 M 445.381421 129.441268 C 441.079338 130.951685 437.121004 132.451685 435.188712 134.52981 M 445.381421 129.441268 C 442.121004 130.701685 439.621004 132.399602 435.188712 134.52981 M 435.188712 134.52981 C 434.891837 131.941268 434.730379 129.472518 435.188712 124.34231 M 435.188712 134.52981 C 435.329337 131.170435 435.068921 127.081893 435.188712 124.34231 "
transform="matrix(0.000000000000000046, -0.75, 0.75, 0.000000000000000046, 233.50499, 427.664958)"
id="path155" />
<path
fill-rule="nonzero"
fill="rgb(0%, 0%, 0%)"
fill-opacity="1"
d="M 168.554688 99.40625 L 172.648438 92.242188 L 177.246094 98.054688 L 168.652344 98.960938 "
id="path157" />
<path
fill="none"
stroke-width="1.02"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 226.261245 121.28 C 228.188328 121.660208 231.391453 124.571667 236.448745 126.378958 M 226.261245 121.28 C 228.662286 122.378958 231.80812 124.24875 236.448745 126.378958 M 236.448745 126.378958 C 233.698745 129.227917 230.55812 129.941459 226.261245 131.4675 M 236.448745 126.378958 C 232.381036 127.847708 228.62062 130.378959 226.261245 131.4675 M 226.261245 131.4675 C 226.40187 126.920625 226.797703 124.597708 226.261245 121.28 M 226.261245 131.4675 C 226.219578 129.118542 226.62062 126.649792 226.261245 121.28 "
transform="matrix(0.000000000000000046, -0.75, 0.75, 0.000000000000000046, 79.102504, 268.672489)"
id="path159" />
<path
fill-rule="nonzero"
fill="rgb(0%, 0%, 0%)"
fill-opacity="1"
d="M 351.511719 101.707031 L 357.523438 92.699219 L 361.222656 101.152344 L 352.441406 101.902344 "
id="path161" />
<path
fill="none"
stroke-width="1.02"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 469.838328 124.338561 C 472.182078 125.541686 476.911245 128.041686 480.031036 129.43752 M 469.838328 124.338561 C 472.088328 125.791686 474.098745 126.432311 480.031036 129.43752 M 480.031036 129.43752 C 476.869578 130.161478 473.30187 132.661478 469.838328 134.53127 M 480.031036 129.43752 C 476.291453 131.21877 471.942494 133.53127 469.838328 134.53127 M 469.838328 134.53127 C 470.098744 130.958353 469.379994 128.479186 469.838328 124.338561 M 469.838328 134.53127 C 469.781036 130.552103 469.629994 127.71877 469.838328 124.338561 "
transform="matrix(0.000000000000000046, -0.75, 0.75, 0.000000000000000046, 259.499989, 453.659981)"
id="path163" />
<g
fill="#000000"
fill-opacity="1"
id="g167">
<use
xlink:href="#glyph-1-7"
x="324.22916"
y="79.495682"
id="use165" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g171">
<use
xlink:href="#glyph-2-1"
x="329.31708"
y="83.317589"
id="use169" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g175">
<use
xlink:href="#glyph-1-7"
x="350.98251"
y="80.260063"
id="use173" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g179">
<use
xlink:href="#glyph-2-2"
x="356.07043"
y="84.08197"
id="use177" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g183">
<use
xlink:href="#glyph-1-7"
x="193.08995"
y="81.024445"
id="use181" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g187">
<use
xlink:href="#glyph-2-1"
x="198.17786"
y="84.846352"
id="use185" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g191">
<use
xlink:href="#glyph-1-8"
x="205.82167"
y="81.024445"
id="use189" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g195">
<use
xlink:href="#glyph-1-7"
x="165.5722"
y="81.024445"
id="use193" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g199">
<use
xlink:href="#glyph-2-2"
x="170.66013"
y="84.846352"
id="use197" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g203">
<use
xlink:href="#glyph-1-8"
x="178.30394"
y="81.024445"
id="use201" />
</g>
<path
fill-rule="nonzero"
fill="rgb(100%, 100%, 100%)"
fill-opacity="1"
d="M 259.199219 149.671875 L 272.566406 150.324219 L 272.953125 172.175781 L 259.523438 173.039063 "
id="path205" />
<g
fill="#000000"
fill-opacity="1"
id="g209">
<use
xlink:href="#glyph-0-10"
x="261.3707"
y="167.39955"
id="use207" />
</g>
<path
fill-rule="nonzero"
fill="rgb(100%, 100%, 100%)"
fill-opacity="1"
d="M 257.308594 179.65625 L 272.648438 179.917969 L 271.289063 202.394531 L 259.207031 202.835938 "
id="path211" />
<g
fill="#000000"
fill-opacity="1"
id="g215">
<use
xlink:href="#glyph-0-10"
x="261.3707"
y="195.68167"
id="use213" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 53 KiB

View File

@@ -0,0 +1,581 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="812.88pt"
height="168.95999pt"
viewBox="0 0 812.88 168.95999"
version="1.1"
id="svg201"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs67">
<g
id="g65">
<g
id="glyph-0-0" />
<g
id="glyph-0-1">
<path
d="M 0.15625 -11.796875 C 0.15625 -12.097656 0.210938 -12.347656 0.328125 -12.546875 C 0.441406 -12.742188 0.597656 -12.90625 0.796875 -13.03125 C 0.992188 -13.15625 1.210938 -13.25 1.453125 -13.3125 C 1.703125 -13.375 1.957031 -13.414063 2.21875 -13.4375 C 2.476563 -13.457031 2.734375 -13.460938 2.984375 -13.453125 C 3.234375 -13.453125 3.460938 -13.453125 3.671875 -13.453125 C 4.078125 -13.453125 4.484375 -13.410156 4.890625 -13.328125 C 5.296875 -13.253906 5.65625 -13.117188 5.96875 -12.921875 C 6.289063 -12.722656 6.550781 -12.457031 6.75 -12.125 C 6.945313 -11.789063 7.046875 -11.375 7.046875 -10.875 C 7.046875 -10.4375 6.957031 -10 6.78125 -9.5625 C 6.601563 -9.132813 6.378906 -8.722656 6.109375 -8.328125 C 5.835938 -7.941406 5.523438 -7.585938 5.171875 -7.265625 C 4.828125 -6.941406 4.484375 -6.664063 4.140625 -6.4375 C 3.796875 -6.207031 3.46875 -6.023438 3.15625 -5.890625 C 2.84375 -5.765625 2.582031 -5.71875 2.375 -5.75 C 2.25 -5.351563 2.175781 -4.929688 2.15625 -4.484375 C 2.132813 -4.046875 2.128906 -3.613281 2.140625 -3.1875 C 2.148438 -2.769531 2.160156 -2.367188 2.171875 -1.984375 C 2.191406 -1.609375 2.175781 -1.28125 2.125 -1 C 2.070313 -0.726563 1.96875 -0.523438 1.8125 -0.390625 C 1.664063 -0.253906 1.441406 -0.210938 1.140625 -0.265625 C 1.046875 -0.972656 0.972656 -1.6875 0.921875 -2.40625 C 0.878906 -3.132813 0.84375 -3.859375 0.8125 -4.578125 C 0.789063 -5.296875 0.765625 -5.992188 0.734375 -6.671875 C 0.710938 -7.359375 0.675781 -8.007813 0.625 -8.625 C 0.582031 -9.238281 0.519531 -9.8125 0.4375 -10.34375 C 0.363281 -10.882813 0.269531 -11.367188 0.15625 -11.796875 Z M 3.828125 -12.171875 C 3.679688 -12.171875 3.5 -12.164063 3.28125 -12.15625 C 3.0625 -12.144531 2.847656 -12.113281 2.640625 -12.0625 C 2.441406 -12.007813 2.269531 -11.914063 2.125 -11.78125 C 1.988281 -11.644531 1.921875 -11.453125 1.921875 -11.203125 L 1.921875 -7.296875 C 2.328125 -7.296875 2.757813 -7.40625 3.21875 -7.625 C 3.675781 -7.84375 4.09375 -8.117188 4.46875 -8.453125 C 4.851563 -8.796875 5.171875 -9.179688 5.421875 -9.609375 C 5.671875 -10.035156 5.796875 -10.457031 5.796875 -10.875 C 5.796875 -11.1875 5.738281 -11.425781 5.625 -11.59375 C 5.507813 -11.757813 5.359375 -11.890625 5.171875 -11.984375 C 4.984375 -12.078125 4.773438 -12.128906 4.546875 -12.140625 C 4.316406 -12.160156 4.078125 -12.171875 3.828125 -12.171875 Z M 3.828125 -12.171875 "
id="path3" />
</g>
<g
id="glyph-0-2">
<path
d="M 0.921875 -5.59375 C 0.921875 -5.65625 0.921875 -5.753906 0.921875 -5.890625 C 0.929688 -6.023438 0.9375 -6.164063 0.9375 -6.3125 C 0.945313 -6.457031 0.953125 -6.597656 0.953125 -6.734375 C 0.960938 -6.878906 0.96875 -6.984375 0.96875 -7.046875 C 1.082031 -7.203125 1.222656 -7.328125 1.390625 -7.421875 C 1.566406 -7.523438 1.742188 -7.609375 1.921875 -7.671875 C 1.953125 -7.128906 2.035156 -6.554688 2.171875 -5.953125 C 2.316406 -5.347656 2.46875 -4.738281 2.625 -4.125 C 2.78125 -3.507813 2.921875 -2.90625 3.046875 -2.3125 C 3.171875 -1.71875 3.234375 -1.160156 3.234375 -0.640625 C 3.234375 -0.191406 3.003906 0.03125 2.546875 0.03125 C 2.273438 0.03125 2.039063 -0.0820313 1.84375 -0.3125 C 1.65625 -0.539063 1.503906 -0.832031 1.390625 -1.1875 C 1.273438 -1.539063 1.179688 -1.929688 1.109375 -2.359375 C 1.046875 -2.796875 1 -3.222656 0.96875 -3.640625 C 0.945313 -4.054688 0.929688 -4.4375 0.921875 -4.78125 C 0.921875 -5.132813 0.921875 -5.40625 0.921875 -5.59375 Z M 1.140625 -11.1875 C 1.328125 -11.113281 1.484375 -10.984375 1.609375 -10.796875 C 1.742188 -10.617188 1.800781 -10.457031 1.78125 -10.3125 C 1.769531 -10.175781 1.660156 -10.078125 1.453125 -10.015625 C 1.242188 -9.960938 0.894531 -10.019531 0.40625 -10.1875 C 0.40625 -10.457031 0.457031 -10.691406 0.5625 -10.890625 C 0.664063 -11.085938 0.859375 -11.1875 1.140625 -11.1875 Z M 1.140625 -11.1875 "
id="path6" />
</g>
<g
id="glyph-0-3">
<path
d="M 0.203125 -7.78125 C 0.273438 -8.019531 0.359375 -8.128906 0.453125 -8.109375 C 0.546875 -8.085938 0.660156 -7.972656 0.796875 -7.765625 C 0.941406 -7.554688 1.097656 -7.273438 1.265625 -6.921875 C 1.441406 -6.578125 1.628906 -6.203125 1.828125 -5.796875 C 2.035156 -5.390625 2.253906 -4.976563 2.484375 -4.5625 C 2.710938 -4.144531 2.953125 -3.757813 3.203125 -3.40625 C 3.460938 -3.0625 3.734375 -2.773438 4.015625 -2.546875 C 4.304688 -2.316406 4.597656 -2.1875 4.890625 -2.15625 L 6.09375 -8.328125 C 6.113281 -8.492188 6.1875 -8.585938 6.3125 -8.609375 C 6.445313 -8.640625 6.582031 -8.65625 6.71875 -8.65625 C 7.164063 -8.65625 7.390625 -8.445313 7.390625 -8.03125 C 7.390625 -7.8125 7.367188 -7.460938 7.328125 -6.984375 C 7.285156 -6.503906 7.21875 -5.976563 7.125 -5.40625 C 7.039063 -4.832031 6.929688 -4.242188 6.796875 -3.640625 C 6.671875 -3.046875 6.519531 -2.5 6.34375 -2 C 6.164063 -1.5 5.957031 -1.085938 5.71875 -0.765625 C 5.488281 -0.453125 5.234375 -0.296875 4.953125 -0.296875 C 4.546875 -0.296875 4.144531 -0.429688 3.75 -0.703125 C 3.351563 -0.984375 2.976563 -1.34375 2.625 -1.78125 C 2.269531 -2.226563 1.941406 -2.722656 1.640625 -3.265625 C 1.347656 -3.816406 1.09375 -4.367188 0.875 -4.921875 C 0.664063 -5.472656 0.5 -6 0.375 -6.5 C 0.257813 -7.007813 0.203125 -7.4375 0.203125 -7.78125 Z M 0.203125 -7.78125 "
id="path9" />
</g>
<g
id="glyph-0-4">
<path
d="M 0.296875 -3.03125 C 0.296875 -3.644531 0.4375 -4.21875 0.71875 -4.75 C 1.007813 -5.28125 1.390625 -5.738281 1.859375 -6.125 C 2.335938 -6.507813 2.875 -6.8125 3.46875 -7.03125 C 4.0625 -7.25 4.660156 -7.359375 5.265625 -7.359375 C 5.609375 -7.359375 5.910156 -7.25 6.171875 -7.03125 C 6.429688 -6.8125 6.648438 -6.546875 6.828125 -6.234375 C 7.015625 -5.921875 7.15625 -5.585938 7.25 -5.234375 C 7.34375 -4.890625 7.390625 -4.585938 7.390625 -4.328125 C 7.390625 -3.765625 7.253906 -3.222656 6.984375 -2.703125 C 6.710938 -2.179688 6.363281 -1.71875 5.9375 -1.3125 C 5.507813 -0.914063 5.023438 -0.59375 4.484375 -0.34375 C 3.953125 -0.09375 3.414063 0.03125 2.875 0.03125 C 2.394531 0.03125 1.988281 -0.0507813 1.65625 -0.21875 C 1.332031 -0.382813 1.070313 -0.601563 0.875 -0.875 C 0.675781 -1.144531 0.53125 -1.46875 0.4375 -1.84375 C 0.34375 -2.21875 0.296875 -2.613281 0.296875 -3.03125 Z M 1.5625 -2.875 C 1.5625 -2.613281 1.582031 -2.382813 1.625 -2.1875 C 1.675781 -2 1.757813 -1.835938 1.875 -1.703125 C 1.988281 -1.566406 2.140625 -1.457031 2.328125 -1.375 C 2.515625 -1.300781 2.75 -1.265625 3.03125 -1.265625 C 3.394531 -1.265625 3.757813 -1.363281 4.125 -1.5625 C 4.5 -1.769531 4.832031 -2.03125 5.125 -2.34375 C 5.414063 -2.664063 5.648438 -3.015625 5.828125 -3.390625 C 6.015625 -3.765625 6.109375 -4.128906 6.109375 -4.484375 C 6.109375 -4.648438 6.09375 -4.828125 6.0625 -5.015625 C 6.03125 -5.203125 5.976563 -5.375 5.90625 -5.53125 C 5.84375 -5.695313 5.742188 -5.832031 5.609375 -5.9375 C 5.484375 -6.050781 5.320313 -6.109375 5.125 -6.109375 C 4.9375 -6.109375 4.722656 -6.046875 4.484375 -5.921875 C 4.242188 -5.804688 3.988281 -5.648438 3.71875 -5.453125 C 3.457031 -5.265625 3.195313 -5.050781 2.9375 -4.8125 C 2.6875 -4.582031 2.457031 -4.347656 2.25 -4.109375 C 2.039063 -3.867188 1.875 -3.640625 1.75 -3.421875 C 1.625 -3.203125 1.5625 -3.019531 1.5625 -2.875 Z M 1.5625 -2.875 "
id="path12" />
</g>
<g
id="glyph-0-5">
<path
d="M -0.03125 -7.515625 C -0.03125 -7.546875 -0.0234375 -7.570313 -0.015625 -7.59375 C -0.015625 -7.613281 -0.0078125 -7.640625 0 -7.671875 C 0.0390625 -7.722656 0.0976563 -7.785156 0.171875 -7.859375 C 0.253906 -7.941406 0.304688 -7.984375 0.328125 -7.984375 L 3.328125 -7.984375 C 3.328125 -8.085938 3.3125 -8.257813 3.28125 -8.5 C 3.25 -8.738281 3.21875 -9.003906 3.1875 -9.296875 C 3.164063 -9.585938 3.160156 -9.890625 3.171875 -10.203125 C 3.179688 -10.515625 3.222656 -10.796875 3.296875 -11.046875 C 3.378906 -11.304688 3.5 -11.515625 3.65625 -11.671875 C 3.820313 -11.835938 4.054688 -11.921875 4.359375 -11.921875 C 4.359375 -10.921875 4.425781 -10.113281 4.5625 -9.5 C 4.707031 -8.894531 4.894531 -8.425781 5.125 -8.09375 C 5.363281 -7.769531 5.628906 -7.554688 5.921875 -7.453125 C 6.222656 -7.359375 6.53125 -7.316406 6.84375 -7.328125 C 7.15625 -7.347656 7.457031 -7.394531 7.75 -7.46875 C 8.050781 -7.550781 8.316406 -7.609375 8.546875 -7.640625 C 8.785156 -7.671875 8.972656 -7.648438 9.109375 -7.578125 C 9.253906 -7.503906 9.328125 -7.328125 9.328125 -7.046875 C 9.328125 -6.835938 9.28125 -6.6875 9.1875 -6.59375 C 9.09375 -6.507813 8.910156 -6.441406 8.640625 -6.390625 C 8.554688 -6.378906 8.421875 -6.359375 8.234375 -6.328125 C 8.054688 -6.304688 7.851563 -6.285156 7.625 -6.265625 C 7.394531 -6.242188 7.148438 -6.21875 6.890625 -6.1875 C 6.628906 -6.164063 6.382813 -6.144531 6.15625 -6.125 C 5.925781 -6.113281 5.71875 -6.101563 5.53125 -6.09375 C 5.34375 -6.09375 5.207031 -6.09375 5.125 -6.09375 C 5.125 -6.039063 5.117188 -5.953125 5.109375 -5.828125 C 5.097656 -5.710938 5.09375 -5.632813 5.09375 -5.59375 C 5.09375 -5.15625 5.160156 -4.726563 5.296875 -4.3125 C 5.429688 -3.90625 5.582031 -3.5 5.75 -3.09375 C 5.914063 -2.6875 6.066406 -2.273438 6.203125 -1.859375 C 6.347656 -1.453125 6.421875 -1.03125 6.421875 -0.59375 C 6.421875 -0.519531 6.410156 -0.4375 6.390625 -0.34375 C 6.378906 -0.257813 6.347656 -0.1875 6.296875 -0.125 C 6.253906 -0.0625 6.191406 -0.015625 6.109375 0.015625 C 6.023438 0.0546875 5.910156 0.0507813 5.765625 0 C 5.378906 -0.101563 5.09375 -0.316406 4.90625 -0.640625 C 4.726563 -0.972656 4.59375 -1.363281 4.5 -1.8125 C 4.414063 -2.257813 4.359375 -2.738281 4.328125 -3.25 C 4.296875 -3.757813 4.25 -4.234375 4.1875 -4.671875 C 4.125 -5.117188 4.019531 -5.5 3.875 -5.8125 C 3.738281 -6.125 3.515625 -6.316406 3.203125 -6.390625 L 0.328125 -7.046875 C 0.285156 -7.046875 0.222656 -7.085938 0.140625 -7.171875 C 0.0664063 -7.253906 0.0195313 -7.316406 0 -7.359375 C -0.0078125 -7.378906 -0.015625 -7.40625 -0.015625 -7.4375 C -0.0234375 -7.457031 -0.03125 -7.484375 -0.03125 -7.515625 Z M -0.03125 -7.515625 "
id="path15" />
</g>
<g
id="glyph-0-6">
<path
d="M 0.296875 -6.390625 C 0.296875 -6.503906 0.296875 -6.695313 0.296875 -6.96875 C 0.304688 -7.25 0.3125 -7.539063 0.3125 -7.84375 C 0.3125 -8.144531 0.3125 -8.429688 0.3125 -8.703125 C 0.320313 -8.972656 0.328125 -9.160156 0.328125 -9.265625 C 0.335938 -9.335938 0.363281 -9.441406 0.40625 -9.578125 C 0.445313 -9.722656 0.492188 -9.863281 0.546875 -10 C 0.597656 -10.144531 0.671875 -10.269531 0.765625 -10.375 C 0.859375 -10.476563 0.976563 -10.53125 1.125 -10.53125 C 1.445313 -10.53125 1.753906 -10.441406 2.046875 -10.265625 C 2.335938 -10.085938 2.613281 -9.851563 2.875 -9.5625 C 3.144531 -9.269531 3.398438 -8.941406 3.640625 -8.578125 C 3.890625 -8.222656 4.132813 -7.867188 4.375 -7.515625 C 4.613281 -7.160156 4.847656 -6.828125 5.078125 -6.515625 C 5.304688 -6.203125 5.535156 -5.953125 5.765625 -5.765625 C 6.015625 -5.867188 6.207031 -6.066406 6.34375 -6.359375 C 6.476563 -6.660156 6.585938 -7 6.671875 -7.375 C 6.765625 -7.757813 6.847656 -8.15625 6.921875 -8.5625 C 7.003906 -8.976563 7.109375 -9.359375 7.234375 -9.703125 C 7.367188 -10.054688 7.539063 -10.34375 7.75 -10.5625 C 7.96875 -10.789063 8.265625 -10.90625 8.640625 -10.90625 C 9.085938 -10.90625 9.492188 -10.726563 9.859375 -10.375 C 10.222656 -10.03125 10.546875 -9.585938 10.828125 -9.046875 C 11.117188 -8.515625 11.363281 -7.921875 11.5625 -7.265625 C 11.769531 -6.609375 11.941406 -5.976563 12.078125 -5.375 C 12.222656 -4.769531 12.328125 -4.222656 12.390625 -3.734375 C 12.460938 -3.242188 12.5 -2.894531 12.5 -2.6875 C 12.5 -2.59375 12.492188 -2.492188 12.484375 -2.390625 C 12.472656 -2.285156 12.445313 -2.191406 12.40625 -2.109375 C 12.375 -2.023438 12.3125 -1.957031 12.21875 -1.90625 C 12.132813 -1.863281 12.003906 -1.867188 11.828125 -1.921875 C 11.785156 -1.929688 11.726563 -1.957031 11.65625 -2 C 11.59375 -2.050781 11.523438 -2.109375 11.453125 -2.171875 C 11.390625 -2.242188 11.332031 -2.3125 11.28125 -2.375 C 11.226563 -2.445313 11.203125 -2.503906 11.203125 -2.546875 C 11.117188 -3.035156 11.019531 -3.578125 10.90625 -4.171875 C 10.800781 -4.773438 10.664063 -5.378906 10.5 -5.984375 C 10.332031 -6.597656 10.125 -7.191406 9.875 -7.765625 C 9.625 -8.347656 9.316406 -8.847656 8.953125 -9.265625 C 8.660156 -9.109375 8.429688 -8.867188 8.265625 -8.546875 C 8.109375 -8.222656 7.972656 -7.867188 7.859375 -7.484375 C 7.753906 -7.097656 7.65625 -6.707031 7.5625 -6.3125 C 7.476563 -5.914063 7.359375 -5.554688 7.203125 -5.234375 C 7.054688 -4.910156 6.867188 -4.644531 6.640625 -4.4375 C 6.410156 -4.226563 6.101563 -4.125 5.71875 -4.125 C 5.445313 -4.125 5.179688 -4.207031 4.921875 -4.375 C 4.671875 -4.550781 4.425781 -4.78125 4.1875 -5.0625 C 3.945313 -5.34375 3.710938 -5.65625 3.484375 -6 C 3.265625 -6.34375 3.046875 -6.679688 2.828125 -7.015625 C 2.617188 -7.347656 2.410156 -7.660156 2.203125 -7.953125 C 2.003906 -8.242188 1.800781 -8.472656 1.59375 -8.640625 C 1.519531 -8.328125 1.457031 -8.050781 1.40625 -7.8125 C 1.363281 -7.582031 1.328125 -7.359375 1.296875 -7.140625 C 1.273438 -6.921875 1.257813 -6.695313 1.25 -6.46875 C 1.25 -6.25 1.25 -6 1.25 -5.71875 C 1.25 -5.300781 1.285156 -4.882813 1.359375 -4.46875 C 1.429688 -4.050781 1.503906 -3.640625 1.578125 -3.234375 C 1.660156 -2.828125 1.738281 -2.414063 1.8125 -2 C 1.882813 -1.59375 1.921875 -1.179688 1.921875 -0.765625 L 1.921875 -0.640625 C 1.898438 -0.609375 1.859375 -0.5625 1.796875 -0.5 C 1.742188 -0.4375 1.679688 -0.367188 1.609375 -0.296875 C 1.546875 -0.222656 1.476563 -0.160156 1.40625 -0.109375 C 1.34375 -0.0546875 1.296875 -0.0195313 1.265625 0 C 1.253906 0.0078125 1.234375 0.015625 1.203125 0.015625 C 1.171875 0.0234375 1.144531 0.03125 1.125 0.03125 C 1.101563 0.03125 1.078125 0.0234375 1.046875 0.015625 C 1.015625 0.00390625 0.988281 0 0.96875 0 C 0.894531 -0.570313 0.816406 -1.117188 0.734375 -1.640625 C 0.660156 -2.160156 0.59375 -2.671875 0.53125 -3.171875 C 0.46875 -3.679688 0.410156 -4.191406 0.359375 -4.703125 C 0.316406 -5.222656 0.296875 -5.785156 0.296875 -6.390625 Z M 0.296875 -6.390625 "
id="path18" />
</g>
<g
id="glyph-0-7">
<path
d="M 0.296875 -6.265625 C 0.296875 -6.359375 0.300781 -6.453125 0.3125 -6.546875 C 0.320313 -6.640625 0.34375 -6.722656 0.375 -6.796875 C 0.40625 -6.867188 0.453125 -6.929688 0.515625 -6.984375 C 0.578125 -7.035156 0.671875 -7.0625 0.796875 -7.0625 C 0.890625 -7.0625 1 -6.984375 1.125 -6.828125 C 1.25 -6.671875 1.375 -6.472656 1.5 -6.234375 C 1.632813 -6.003906 1.765625 -5.75 1.890625 -5.46875 C 2.015625 -5.195313 2.125 -4.941406 2.21875 -4.703125 C 2.3125 -4.472656 2.382813 -4.269531 2.4375 -4.09375 C 2.5 -3.925781 2.535156 -3.835938 2.546875 -3.828125 C 2.679688 -4.179688 2.828125 -4.5625 2.984375 -4.96875 C 3.140625 -5.375 3.332031 -5.753906 3.5625 -6.109375 C 3.800781 -6.460938 4.082031 -6.757813 4.40625 -7 C 4.726563 -7.238281 5.125 -7.359375 5.59375 -7.359375 C 5.832031 -7.359375 6.054688 -7.320313 6.265625 -7.25 C 6.484375 -7.175781 6.675781 -7.066406 6.84375 -6.921875 C 7.007813 -6.773438 7.140625 -6.601563 7.234375 -6.40625 C 7.335938 -6.207031 7.390625 -5.976563 7.390625 -5.71875 C 7.390625 -5.5 7.300781 -5.34375 7.125 -5.25 C 6.945313 -5.164063 6.75 -5.125 6.53125 -5.125 L 6.390625 -5.125 L 5.75 -5.765625 C 5.726563 -5.765625 5.710938 -5.769531 5.703125 -5.78125 C 5.679688 -5.78125 5.660156 -5.78125 5.640625 -5.78125 C 5.628906 -5.789063 5.613281 -5.796875 5.59375 -5.796875 C 5.25 -5.796875 4.976563 -5.695313 4.78125 -5.5 C 4.582031 -5.300781 4.429688 -5.0625 4.328125 -4.78125 C 4.234375 -4.5 4.175781 -4.203125 4.15625 -3.890625 C 4.132813 -3.578125 4.125 -3.289063 4.125 -3.03125 C 4.125 -2.832031 4.140625 -2.628906 4.171875 -2.421875 C 4.210938 -2.222656 4.257813 -2.023438 4.3125 -1.828125 C 4.363281 -1.628906 4.40625 -1.425781 4.4375 -1.21875 C 4.476563 -1.019531 4.5 -0.8125 4.5 -0.59375 C 4.5 -0.175781 4.273438 0.03125 3.828125 0.03125 C 3.585938 0.03125 3.332031 -0.0976563 3.0625 -0.359375 C 2.789063 -0.628906 2.519531 -0.96875 2.25 -1.375 C 1.988281 -1.78125 1.738281 -2.226563 1.5 -2.71875 C 1.269531 -3.21875 1.0625 -3.695313 0.875 -4.15625 C 0.695313 -4.625 0.554688 -5.046875 0.453125 -5.421875 C 0.347656 -5.804688 0.296875 -6.085938 0.296875 -6.265625 Z M 0.296875 -6.265625 "
id="path21" />
</g>
<g
id="glyph-0-8" />
<g
id="glyph-0-9">
<path
d="M 0.296875 -9.59375 C 0.296875 -9.726563 0.296875 -9.921875 0.296875 -10.171875 C 0.296875 -10.421875 0.320313 -10.671875 0.375 -10.921875 C 0.425781 -11.179688 0.503906 -11.40625 0.609375 -11.59375 C 0.722656 -11.78125 0.894531 -11.875 1.125 -11.875 C 1.25 -11.875 1.351563 -11.757813 1.4375 -11.53125 C 1.519531 -11.3125 1.585938 -11.035156 1.640625 -10.703125 C 1.703125 -10.367188 1.742188 -10 1.765625 -9.59375 C 1.796875 -9.195313 1.816406 -8.816406 1.828125 -8.453125 C 1.835938 -8.097656 1.847656 -7.789063 1.859375 -7.53125 C 1.867188 -7.269531 1.882813 -7.109375 1.90625 -7.046875 C 1.9375 -6.890625 1.992188 -6.648438 2.078125 -6.328125 C 2.160156 -6.003906 2.25 -5.640625 2.34375 -5.234375 C 2.445313 -4.835938 2.554688 -4.421875 2.671875 -3.984375 C 2.796875 -3.546875 2.910156 -3.128906 3.015625 -2.734375 C 3.117188 -2.335938 3.21875 -1.976563 3.3125 -1.65625 C 3.40625 -1.332031 3.472656 -1.101563 3.515625 -0.96875 C 3.515625 -0.945313 3.519531 -0.914063 3.53125 -0.875 C 3.539063 -0.84375 3.546875 -0.816406 3.546875 -0.796875 C 3.546875 -0.679688 3.507813 -0.59375 3.4375 -0.53125 C 3.363281 -0.46875 3.273438 -0.414063 3.171875 -0.375 C 3.066406 -0.34375 2.957031 -0.320313 2.84375 -0.3125 C 2.738281 -0.300781 2.640625 -0.296875 2.546875 -0.296875 C 2.503906 -0.296875 2.445313 -0.300781 2.375 -0.3125 C 2.300781 -0.320313 2.253906 -0.328125 2.234375 -0.328125 C 2.023438 -1.023438 1.800781 -1.757813 1.5625 -2.53125 C 1.332031 -3.300781 1.125 -4.082031 0.9375 -4.875 C 0.75 -5.675781 0.59375 -6.472656 0.46875 -7.265625 C 0.351563 -8.066406 0.296875 -8.84375 0.296875 -9.59375 Z M 0.296875 -9.59375 "
id="path25" />
</g>
<g
id="glyph-0-10">
<path
d="M 3.15625 -1.453125 C 3.15625 -1.992188 3.207031 -2.53125 3.3125 -3.0625 C 3.425781 -3.59375 3.546875 -4.128906 3.671875 -4.671875 C 3.796875 -5.210938 3.910156 -5.757813 4.015625 -6.3125 C 4.117188 -6.863281 4.171875 -7.421875 4.171875 -7.984375 C 4.171875 -8.066406 4.164063 -8.195313 4.15625 -8.375 C 4.15625 -8.5625 4.15625 -8.753906 4.15625 -8.953125 C 4.15625 -9.148438 4.15625 -9.335938 4.15625 -9.515625 C 4.15625 -9.703125 4.15625 -9.832031 4.15625 -9.90625 C 4.132813 -9.945313 4.082031 -10.003906 4 -10.078125 C 3.914063 -10.160156 3.859375 -10.210938 3.828125 -10.234375 L 3.671875 -10.234375 C 3.335938 -10.234375 3.0625 -10.160156 2.84375 -10.015625 C 2.625 -9.867188 2.4375 -9.691406 2.28125 -9.484375 C 2.132813 -9.273438 1.992188 -9.046875 1.859375 -8.796875 C 1.734375 -8.546875 1.59375 -8.316406 1.4375 -8.109375 C 1.28125 -7.898438 1.101563 -7.722656 0.90625 -7.578125 C 0.71875 -7.429688 0.476563 -7.359375 0.1875 -7.359375 C 0.1875 -7.878906 0.273438 -8.390625 0.453125 -8.890625 C 0.640625 -9.398438 0.898438 -9.847656 1.234375 -10.234375 C 1.566406 -10.628906 1.960938 -10.945313 2.421875 -11.1875 C 2.890625 -11.425781 3.398438 -11.546875 3.953125 -11.546875 C 4.191406 -11.546875 4.382813 -11.535156 4.53125 -11.515625 C 4.6875 -11.492188 4.816406 -11.445313 4.921875 -11.375 C 5.035156 -11.3125 5.125 -11.210938 5.1875 -11.078125 C 5.257813 -10.941406 5.34375 -10.757813 5.4375 -10.53125 C 5.4375 -10.457031 5.4375 -10.316406 5.4375 -10.109375 C 5.4375 -9.898438 5.4375 -9.675781 5.4375 -9.4375 C 5.445313 -9.207031 5.453125 -8.984375 5.453125 -8.765625 C 5.460938 -8.554688 5.46875 -8.410156 5.46875 -8.328125 C 5.46875 -7.796875 5.4375 -7.273438 5.375 -6.765625 C 5.3125 -6.265625 5.238281 -5.765625 5.15625 -5.265625 C 5.070313 -4.765625 5 -4.265625 4.9375 -3.765625 C 4.875 -3.265625 4.84375 -2.753906 4.84375 -2.234375 L 5.125 -2.234375 L 8.640625 -3.828125 C 8.648438 -3.828125 8.671875 -3.828125 8.703125 -3.828125 C 8.742188 -3.835938 8.785156 -3.84375 8.828125 -3.84375 C 8.878906 -3.84375 8.925781 -3.84375 8.96875 -3.84375 C 9.019531 -3.851563 9.054688 -3.859375 9.078125 -3.859375 C 9.160156 -3.859375 9.25 -3.851563 9.34375 -3.84375 C 9.445313 -3.832031 9.539063 -3.8125 9.625 -3.78125 C 9.71875 -3.757813 9.789063 -3.710938 9.84375 -3.640625 C 9.90625 -3.566406 9.9375 -3.472656 9.9375 -3.359375 C 9.9375 -3.148438 9.867188 -2.984375 9.734375 -2.859375 C 9.609375 -2.742188 9.457031 -2.648438 9.28125 -2.578125 C 9.113281 -2.515625 8.9375 -2.457031 8.75 -2.40625 C 8.5625 -2.351563 8.410156 -2.296875 8.296875 -2.234375 C 8.203125 -2.179688 8.054688 -2.101563 7.859375 -2 C 7.671875 -1.90625 7.445313 -1.796875 7.1875 -1.671875 C 6.9375 -1.554688 6.671875 -1.425781 6.390625 -1.28125 C 6.109375 -1.144531 5.84375 -1.007813 5.59375 -0.875 C 5.34375 -0.75 5.117188 -0.632813 4.921875 -0.53125 C 4.722656 -0.4375 4.578125 -0.367188 4.484375 -0.328125 C 4.460938 -0.328125 4.425781 -0.320313 4.375 -0.3125 C 4.332031 -0.3125 4.285156 -0.3125 4.234375 -0.3125 C 4.179688 -0.3125 4.128906 -0.304688 4.078125 -0.296875 C 4.035156 -0.296875 4.003906 -0.296875 3.984375 -0.296875 C 3.785156 -0.296875 3.628906 -0.316406 3.515625 -0.359375 C 3.398438 -0.410156 3.316406 -0.484375 3.265625 -0.578125 C 3.210938 -0.671875 3.179688 -0.785156 3.171875 -0.921875 C 3.160156 -1.066406 3.15625 -1.242188 3.15625 -1.453125 Z M 3.15625 -1.453125 "
id="path28" />
</g>
<g
id="glyph-1-0" />
<g
id="glyph-1-1">
<path
d="M 4.0625 -8.109375 L 3.4375 -6.046875 C 4.09375 -6.804688 4.675781 -7.335938 5.1875 -7.640625 C 5.695313 -7.953125 6.21875 -8.109375 6.75 -8.109375 C 7.28125 -8.109375 7.734375 -7.894531 8.109375 -7.46875 C 8.484375 -7.050781 8.671875 -6.503906 8.671875 -5.828125 C 8.671875 -4.515625 8.132813 -3.175781 7.0625 -1.8125 C 6 -0.457031 4.753906 0.21875 3.328125 0.21875 C 3.035156 0.21875 2.769531 0.179688 2.53125 0.109375 C 2.300781 0.046875 2.046875 -0.0664063 1.765625 -0.234375 L 1.109375 2.078125 C 0.972656 2.535156 0.90625 2.832031 0.90625 2.96875 C 0.90625 3.09375 0.941406 3.203125 1.015625 3.296875 C 1.085938 3.390625 1.195313 3.460938 1.34375 3.515625 C 1.5 3.566406 1.8125 3.59375 2.28125 3.59375 L 2.1875 3.921875 L -2.03125 3.921875 L -1.9375 3.59375 C -1.382813 3.570313 -1.007813 3.472656 -0.8125 3.296875 C -0.613281 3.128906 -0.410156 2.671875 -0.203125 1.921875 L 2.0625 -5.921875 C 2.207031 -6.421875 2.28125 -6.734375 2.28125 -6.859375 C 2.28125 -7.015625 2.234375 -7.132813 2.140625 -7.21875 C 2.046875 -7.3125 1.898438 -7.359375 1.703125 -7.359375 C 1.535156 -7.359375 1.296875 -7.335938 0.984375 -7.296875 L 0.984375 -7.65625 Z M 1.96875 -0.9375 C 2.34375 -0.5 2.84375 -0.28125 3.46875 -0.28125 C 3.78125 -0.28125 4.097656 -0.363281 4.421875 -0.53125 C 4.742188 -0.707031 5.054688 -0.960938 5.359375 -1.296875 C 5.671875 -1.640625 5.945313 -2.035156 6.1875 -2.484375 C 6.4375 -2.929688 6.65625 -3.457031 6.84375 -4.0625 C 7.039063 -4.664063 7.140625 -5.257813 7.140625 -5.84375 C 7.140625 -6.320313 7.03125 -6.6875 6.8125 -6.9375 C 6.59375 -7.195313 6.335938 -7.328125 6.046875 -7.328125 C 5.398438 -7.328125 4.757813 -6.957031 4.125 -6.21875 C 3.5 -5.476563 3.039063 -4.613281 2.75 -3.625 Z M 1.96875 -0.9375 "
id="path32" />
</g>
<g
id="glyph-1-2">
<path
d="M 6.34375 -12.390625 C 7.101563 -12.390625 7.742188 -12.070313 8.265625 -11.4375 C 8.796875 -10.800781 9.0625 -9.789063 9.0625 -8.40625 C 9.0625 -7.226563 8.863281 -6.023438 8.46875 -4.796875 C 8.082031 -3.566406 7.535156 -2.5 6.828125 -1.59375 C 6.265625 -0.882813 5.675781 -0.367188 5.0625 -0.046875 C 4.707031 0.128906 4.296875 0.21875 3.828125 0.21875 C 3.046875 0.21875 2.394531 -0.0976563 1.875 -0.734375 C 1.351563 -1.378906 1.09375 -2.394531 1.09375 -3.78125 C 1.09375 -5.144531 1.351563 -6.519531 1.875 -7.90625 C 2.488281 -9.507813 3.273438 -10.734375 4.234375 -11.578125 C 4.859375 -12.117188 5.5625 -12.390625 6.34375 -12.390625 Z M 6.34375 -11.9375 C 6 -11.9375 5.648438 -11.796875 5.296875 -11.515625 C 4.941406 -11.242188 4.570313 -10.675781 4.1875 -9.8125 C 3.8125 -8.957031 3.453125 -7.851563 3.109375 -6.5 C 2.660156 -4.726563 2.4375 -3.21875 2.4375 -1.96875 C 2.4375 -1.34375 2.570313 -0.875 2.84375 -0.5625 C 3.113281 -0.257813 3.4375 -0.109375 3.8125 -0.109375 C 4.175781 -0.109375 4.488281 -0.226563 4.75 -0.46875 C 5.4375 -1.113281 6.023438 -2.21875 6.515625 -3.78125 C 7.304688 -6.332031 7.703125 -8.40625 7.703125 -10 C 7.703125 -10.65625 7.566406 -11.140625 7.296875 -11.453125 C 7.023438 -11.773438 6.707031 -11.9375 6.34375 -11.9375 Z M 6.34375 -11.9375 "
id="path35" />
</g>
<g
id="glyph-1-3">
<path
d="M 4.046875 -8.109375 L 2.859375 -4.03125 C 3.972656 -5.695313 4.828125 -6.789063 5.421875 -7.3125 C 6.015625 -7.84375 6.585938 -8.109375 7.140625 -8.109375 C 7.441406 -8.109375 7.6875 -8.007813 7.875 -7.8125 C 8.070313 -7.613281 8.171875 -7.359375 8.171875 -7.046875 C 8.171875 -6.679688 8.082031 -6.203125 7.90625 -5.609375 L 6.8125 -1.84375 C 6.6875 -1.40625 6.625 -1.132813 6.625 -1.03125 C 6.625 -0.945313 6.644531 -0.878906 6.6875 -0.828125 C 6.738281 -0.773438 6.796875 -0.75 6.859375 -0.75 C 6.921875 -0.75 7.003906 -0.785156 7.109375 -0.859375 C 7.429688 -1.109375 7.78125 -1.488281 8.15625 -2 L 8.421875 -1.84375 C 7.867188 -1.039063 7.347656 -0.472656 6.859375 -0.140625 C 6.503906 0.0976563 6.191406 0.21875 5.921875 0.21875 C 5.703125 0.21875 5.523438 0.148438 5.390625 0.015625 C 5.253906 -0.117188 5.1875 -0.300781 5.1875 -0.53125 C 5.1875 -0.8125 5.289063 -1.300781 5.5 -2 L 6.53125 -5.609375 C 6.664063 -6.054688 6.734375 -6.40625 6.734375 -6.65625 C 6.734375 -6.769531 6.691406 -6.863281 6.609375 -6.9375 C 6.535156 -7.019531 6.441406 -7.0625 6.328125 -7.0625 C 6.160156 -7.0625 5.960938 -6.988281 5.734375 -6.84375 C 5.285156 -6.570313 4.820313 -6.128906 4.34375 -5.515625 C 3.875 -4.898438 3.375 -4.109375 2.84375 -3.140625 C 2.5625 -2.628906 2.328125 -2.078125 2.140625 -1.484375 L 1.6875 0 L 0.34375 0 L 1.984375 -5.609375 C 2.171875 -6.285156 2.265625 -6.691406 2.265625 -6.828125 C 2.265625 -6.953125 2.210938 -7.0625 2.109375 -7.15625 C 2.003906 -7.257813 1.875 -7.3125 1.71875 -7.3125 C 1.644531 -7.3125 1.519531 -7.300781 1.34375 -7.28125 L 1 -7.234375 L 0.953125 -7.546875 Z M 4.046875 -8.109375 "
id="path38" />
</g>
<g
id="glyph-1-4">
<path
d="M 5.484375 -4.578125 L 5.125 -3.390625 L 0.484375 -3.390625 L 0.84375 -4.578125 Z M 5.484375 -4.578125 "
id="path41" />
</g>
<g
id="glyph-1-5">
<path
d="M 7.65625 -12.390625 L 4.78125 -2.359375 C 4.601563 -1.765625 4.515625 -1.335938 4.515625 -1.078125 C 4.515625 -0.859375 4.59375 -0.6875 4.75 -0.5625 C 4.90625 -0.445313 5.265625 -0.367188 5.828125 -0.328125 L 5.734375 0 L 1.125 0 L 1.25 -0.328125 C 1.738281 -0.335938 2.0625 -0.378906 2.21875 -0.453125 C 2.46875 -0.554688 2.65625 -0.695313 2.78125 -0.875 C 2.976563 -1.15625 3.175781 -1.648438 3.375 -2.359375 L 5.453125 -9.5625 C 5.578125 -10 5.644531 -10.25 5.65625 -10.3125 C 5.675781 -10.4375 5.6875 -10.554688 5.6875 -10.671875 C 5.6875 -10.878906 5.628906 -11.039063 5.515625 -11.15625 C 5.398438 -11.28125 5.242188 -11.34375 5.046875 -11.34375 C 4.890625 -11.34375 4.648438 -11.304688 4.328125 -11.234375 L 4.203125 -11.546875 L 7.234375 -12.390625 Z M 7.65625 -12.390625 "
id="path44" />
</g>
<g
id="glyph-1-6">
<path
d="M 3.984375 -8.109375 L 2.8125 -4.0625 C 3.332031 -5.007813 3.773438 -5.722656 4.140625 -6.203125 C 4.703125 -6.941406 5.253906 -7.476563 5.796875 -7.8125 C 6.109375 -8.007813 6.441406 -8.109375 6.796875 -8.109375 C 7.085938 -8.109375 7.332031 -8.007813 7.53125 -7.8125 C 7.726563 -7.625 7.828125 -7.378906 7.828125 -7.078125 C 7.828125 -6.785156 7.757813 -6.40625 7.625 -5.9375 L 6.984375 -3.65625 C 7.960938 -5.476563 8.882813 -6.757813 9.75 -7.5 C 10.238281 -7.90625 10.71875 -8.109375 11.1875 -8.109375 C 11.457031 -8.109375 11.679688 -8.015625 11.859375 -7.828125 C 12.035156 -7.640625 12.125 -7.347656 12.125 -6.953125 C 12.125 -6.609375 12.070313 -6.238281 11.96875 -5.84375 L 10.984375 -2.359375 C 10.765625 -1.609375 10.65625 -1.191406 10.65625 -1.109375 C 10.65625 -1.015625 10.679688 -0.941406 10.734375 -0.890625 C 10.773438 -0.847656 10.820313 -0.828125 10.875 -0.828125 C 10.9375 -0.828125 11.046875 -0.882813 11.203125 -1 C 11.535156 -1.257813 11.851563 -1.601563 12.15625 -2.03125 L 12.453125 -1.84375 C 12.296875 -1.601563 12.03125 -1.273438 11.65625 -0.859375 C 11.28125 -0.441406 10.957031 -0.15625 10.6875 0 C 10.414063 0.144531 10.164063 0.21875 9.9375 0.21875 C 9.726563 0.21875 9.550781 0.144531 9.40625 0 C 9.269531 -0.144531 9.203125 -0.320313 9.203125 -0.53125 C 9.203125 -0.8125 9.328125 -1.382813 9.578125 -2.25 L 10.390625 -5.125 C 10.578125 -5.789063 10.675781 -6.160156 10.6875 -6.234375 C 10.707031 -6.347656 10.71875 -6.457031 10.71875 -6.5625 C 10.71875 -6.71875 10.679688 -6.835938 10.609375 -6.921875 C 10.535156 -7.003906 10.457031 -7.046875 10.375 -7.046875 C 10.125 -7.046875 9.859375 -6.914063 9.578125 -6.65625 C 8.753906 -5.894531 7.984375 -4.832031 7.265625 -3.46875 C 6.796875 -2.5625 6.351563 -1.40625 5.9375 0 L 4.59375 0 L 6.125 -5.421875 C 6.289063 -6.003906 6.375 -6.394531 6.375 -6.59375 C 6.375 -6.75 6.335938 -6.863281 6.265625 -6.9375 C 6.203125 -7.019531 6.125 -7.0625 6.03125 -7.0625 C 5.832031 -7.0625 5.625 -6.992188 5.40625 -6.859375 C 5.039063 -6.617188 4.578125 -6.113281 4.015625 -5.34375 C 3.453125 -4.582031 3.015625 -3.851563 2.703125 -3.15625 C 2.554688 -2.832031 2.203125 -1.78125 1.640625 0 L 0.3125 0 L 2.1875 -6.5625 C 2.226563 -6.675781 2.25 -6.757813 2.25 -6.8125 C 2.25 -6.9375 2.1875 -7.050781 2.0625 -7.15625 C 1.945313 -7.257813 1.796875 -7.3125 1.609375 -7.3125 C 1.535156 -7.3125 1.320313 -7.273438 0.96875 -7.203125 L 0.890625 -7.546875 Z M 3.984375 -8.109375 "
id="path47" />
</g>
<g
id="glyph-1-7">
<path
d="M 7 -12.734375 L 0.171875 0.28125 L -0.625 0.28125 L 6.25 -12.734375 Z M 7 -12.734375 "
id="path50" />
</g>
<g
id="glyph-1-8">
<path
d="M 6.328125 0 L 0.28125 0 L 0.28125 -0.328125 C 3.363281 -3.023438 5.398438 -5.144531 6.390625 -6.6875 C 6.847656 -7.394531 7.078125 -8.140625 7.078125 -8.921875 C 7.078125 -9.546875 6.882813 -10.050781 6.5 -10.4375 C 6.125 -10.832031 5.632813 -11.03125 5.03125 -11.03125 C 4.1875 -11.03125 3.492188 -10.625 2.953125 -9.8125 L 2.640625 -9.953125 C 2.941406 -10.722656 3.382813 -11.320313 3.96875 -11.75 C 4.550781 -12.175781 5.179688 -12.390625 5.859375 -12.390625 C 6.628906 -12.390625 7.273438 -12.125 7.796875 -11.59375 C 8.328125 -11.070313 8.59375 -10.4375 8.59375 -9.6875 C 8.59375 -9.15625 8.503906 -8.664063 8.328125 -8.21875 C 8.035156 -7.519531 7.503906 -6.738281 6.734375 -5.875 C 5.566406 -4.550781 4.003906 -3.023438 2.046875 -1.296875 L 5.09375 -1.296875 C 5.582031 -1.296875 5.984375 -1.394531 6.296875 -1.59375 C 6.617188 -1.800781 6.847656 -2.078125 6.984375 -2.421875 L 7.34375 -2.421875 Z M 6.328125 0 "
id="path53" />
</g>
<g
id="glyph-2-0" />
<g
id="glyph-2-1">
<path
d="M 6.375 -10.328125 L 3.984375 -1.96875 C 3.835938 -1.46875 3.765625 -1.109375 3.765625 -0.890625 C 3.765625 -0.710938 3.828125 -0.570313 3.953125 -0.46875 C 4.085938 -0.375 4.382813 -0.3125 4.84375 -0.28125 L 4.78125 0 L 0.9375 0 L 1.03125 -0.28125 C 1.445313 -0.289063 1.71875 -0.320313 1.84375 -0.375 C 2.050781 -0.457031 2.207031 -0.578125 2.3125 -0.734375 C 2.476563 -0.960938 2.644531 -1.375 2.8125 -1.96875 L 4.546875 -7.96875 C 4.648438 -8.332031 4.707031 -8.539063 4.71875 -8.59375 C 4.726563 -8.695313 4.734375 -8.796875 4.734375 -8.890625 C 4.734375 -9.054688 4.6875 -9.191406 4.59375 -9.296875 C 4.5 -9.398438 4.367188 -9.453125 4.203125 -9.453125 C 4.078125 -9.453125 3.878906 -9.421875 3.609375 -9.359375 L 3.5 -9.625 L 6.015625 -10.328125 Z M 6.375 -10.328125 "
id="path57" />
</g>
<g
id="glyph-2-2">
<path
d="M 5.28125 0 L 0.234375 0 L 0.234375 -0.28125 C 2.804688 -2.53125 4.503906 -4.289063 5.328125 -5.5625 C 5.710938 -6.15625 5.90625 -6.78125 5.90625 -7.4375 C 5.90625 -7.945313 5.742188 -8.363281 5.421875 -8.6875 C 5.109375 -9.019531 4.695313 -9.1875 4.1875 -9.1875 C 3.488281 -9.1875 2.910156 -8.847656 2.453125 -8.171875 L 2.1875 -8.296875 C 2.445313 -8.941406 2.816406 -9.441406 3.296875 -9.796875 C 3.785156 -10.148438 4.316406 -10.328125 4.890625 -10.328125 C 5.523438 -10.328125 6.0625 -10.101563 6.5 -9.65625 C 6.9375 -9.21875 7.15625 -8.6875 7.15625 -8.0625 C 7.15625 -7.625 7.082031 -7.21875 6.9375 -6.84375 C 6.695313 -6.269531 6.253906 -5.617188 5.609375 -4.890625 C 4.640625 -3.785156 3.335938 -2.515625 1.703125 -1.078125 L 4.25 -1.078125 C 4.65625 -1.078125 4.988281 -1.160156 5.25 -1.328125 C 5.507813 -1.503906 5.695313 -1.734375 5.8125 -2.015625 L 6.125 -2.015625 Z M 5.28125 0 "
id="path60" />
</g>
<g
id="glyph-3-0" />
<g
id="glyph-3-1" />
</g>
</defs>
<path
fill="none"
stroke-width="1.02"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 27.520835 122.302088 C 412.630226 123.401047 796.552117 124.479172 1046.687544 122.302088 M 27.520835 122.302088 C 428.317726 124.60938 830.270868 124.812505 1046.687544 122.302088 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path69" />
<g
fill="#000000"
fill-opacity="1"
id="g81">
<use
xlink:href="#glyph-0-1"
x="492.15424"
y="140.64621"
id="use71" />
<use
xlink:href="#glyph-0-2"
x="499.51437"
y="140.64621"
id="use73" />
<use
xlink:href="#glyph-0-3"
x="503.03769"
y="140.64621"
id="use75" />
<use
xlink:href="#glyph-0-4"
x="511.0249"
y="140.64621"
id="use77" />
<use
xlink:href="#glyph-0-5"
x="518.69855"
y="140.64621"
id="use79" />
</g>
<path
fill="none"
stroke-width="0.51"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 661.950346 120.261069 L 661.950346 120.261069 M 661.950346 120.261069 L 661.950346 120.261069 M 661.689929 126.781903 C 662.439929 126.011069 663.002429 125.219403 665.700346 122.172528 M 661.689929 126.781903 C 663.268054 124.969403 664.372221 123.521486 665.700346 122.172528 M 662.090971 132.531903 C 664.028471 129.318361 667.387846 125.412111 669.450346 124.068361 M 662.090971 132.531903 C 663.320138 130.641278 665.580555 128.130861 669.450346 124.068361 M 661.820138 139.047528 C 666.731596 136.380862 668.299305 131.089195 672.518055 126.750653 M 661.820138 139.047528 C 663.538888 136.047528 666.731596 134.120445 672.518055 126.750653 M 662.231596 144.807945 C 665.419096 141.750653 671.028471 136.339195 676.268055 128.651695 M 662.231596 144.807945 C 667.549305 139.469403 672.00243 135.000653 676.268055 128.651695 M 661.960763 151.328779 C 668.22118 143.01107 675.419097 135.839195 680.007638 130.557945 M 661.960763 151.328779 C 667.93993 142.880862 674.861805 136.76107 680.007638 130.557945 M 661.689929 157.849612 C 668.872221 146.391279 676.929513 139.94857 683.757639 132.458986 M 661.689929 157.849612 C 667.387846 149.870445 673.231597 144.589195 683.757639 132.458986 M 663.429513 162.057946 C 673.809722 151.54232 682.007639 141.29232 687.50243 134.370445 M 663.429513 162.057946 C 670.398263 152.740237 677.590972 144.891279 687.50243 134.370445 M 673.861805 156.271487 C 680.559722 152.04232 681.757639 144.630862 690.580556 137.04232 M 673.861805 156.271487 C 681.122222 150.01107 685.72118 142.427737 690.580556 137.04232 M 684.960764 149.719404 C 685.778472 147.521487 688.40868 144.370445 694.330556 138.94857 M 684.960764 149.719404 C 687.101389 147.860029 689.210764 145.297529 694.330556 138.94857 "
transform="matrix(0.000000000000000046, -0.75, 0.75, 0.000000000000000046, 404.729983, 615.704926)"
id="path83" />
<path
fill="none"
stroke-width="1.02"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 661.950346 120.261069 C 670.788888 125.078778 680.590972 130.240236 697.627431 140.651695 M 661.950346 120.261069 C 677.028472 127.292319 690.778472 135.72982 697.627431 140.651695 M 697.627431 140.651695 C 688.049305 146.740237 676.768055 152.828779 661.950346 161.031904 M 697.627431 140.651695 C 683.898264 148.521487 671.268055 154.729821 661.950346 161.031904 M 661.950346 161.031904 C 660.049304 148.068362 660.002429 138.000653 661.950346 120.261069 M 661.950346 161.031904 C 663.288888 152.589196 662.288888 143.531903 661.950346 120.261069 "
transform="matrix(0.000000000000000046, -0.75, 0.75, 0.000000000000000046, 404.729983, 615.704926)"
id="path85" />
<g
fill="#000000"
fill-opacity="1"
id="g89">
<use
xlink:href="#glyph-1-1"
x="505.6384"
y="78.7313"
id="use87" />
</g>
<path
fill="none"
stroke-width="0.51"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 336.328545 81.527901 L 336.328545 81.527901 M 336.328545 81.527901 L 336.328545 81.527901 M 336.057712 88.048735 C 336.927504 87.111235 338.307712 85.178943 340.068129 83.439359 M 336.057712 88.048735 C 337.568129 86.892485 338.401462 84.928943 340.068129 83.439359 M 336.458754 93.809152 C 339.422295 90.392485 339.93792 88.809151 343.818129 85.340401 M 336.458754 93.809152 C 338.68792 91.350818 341.568129 88.012276 343.818129 85.340401 M 336.198337 100.329985 C 339.479587 96.590402 346.052504 89.981026 346.901462 88.017485 M 336.198337 100.329985 C 340.068129 95.892485 343.010837 92.428943 346.901462 88.017485 M 336.599379 106.079985 C 338.510837 103.40811 345.109796 98.288318 350.641046 89.918526 M 336.599379 106.079985 C 341.651462 100.18936 346.219171 95.569568 350.641046 89.918526 M 336.328545 112.600819 C 341.28167 105.512277 350.130629 100.178943 354.391046 91.829985 M 336.328545 112.600819 C 341.609795 105.892485 347.229587 101.991444 354.391046 91.829985 M 336.068129 119.121653 C 341.958754 110.090402 351.771254 102.262277 358.130629 93.741443 M 336.068129 119.121653 C 342.21917 113.579986 347.208754 105.40811 358.130629 93.741443 M 337.807712 123.329986 C 348.672296 111.309152 356.948338 103.632069 361.88063 95.642485 M 337.807712 123.329986 C 344.318129 116.658111 349.490004 108.720611 361.88063 95.642485 M 348.240004 117.538319 C 355.391046 110.861236 360.38063 102.960194 364.948338 98.319568 M 348.240004 117.538319 C 351.901463 113.731027 354.990004 109.111236 364.948338 98.319568 M 359.338963 110.991444 C 363.000421 107.632069 363.56813 104.93936 368.698338 100.22061 M 359.338963 110.991444 C 362.338963 108.069569 365.177505 105.559152 368.698338 100.22061 "
transform="matrix(0.000000000000000046, 0.75, -0.75, 0.000000000000000046, 342.434986, -188.804992)"
id="path91" />
<path
fill="none"
stroke-width="1.02"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 336.328545 81.527901 C 345.172296 85.798735 353.588963 90.309151 372.000422 101.918527 M 336.328545 81.527901 C 343.151462 84.590401 350.057712 89.512276 372.000422 101.918527 M 372.000422 101.918527 C 357.411879 107.90811 344.042087 119.178944 336.328545 122.298736 M 372.000422 101.918527 C 359.052504 110.178944 346.219171 116.298736 336.328545 122.298736 M 336.328545 122.298736 C 337.630629 107.829985 337.958754 90.850818 336.328545 81.527901 M 336.328545 122.298736 C 336.010837 106.600819 335.292087 92.079985 336.328545 81.527901 "
transform="matrix(0.000000000000000046, 0.75, -0.75, 0.000000000000000046, 342.434986, -188.804992)"
id="path93" />
<g
fill="#000000"
fill-opacity="1"
id="g97">
<use
xlink:href="#glyph-1-2"
x="14.90544"
y="110.07094"
id="use95" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g105">
<use
xlink:href="#glyph-1-3"
x="773.17194"
y="109.30656"
id="use99" />
<use
xlink:href="#glyph-1-4"
x="782.34448"
y="109.30656"
id="use101" />
<use
xlink:href="#glyph-1-5"
x="788.45361"
y="109.30656"
id="use103" />
</g>
<path
fill="none"
stroke-width="1.02"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 507.552105 131.468755 C 516.520855 122.937505 522.13023 115.291671 527.932314 111.088546 M 507.552105 131.468755 C 513.208355 125.458339 520.182313 118.39063 527.932314 111.088546 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path107" />
<path
fill="none"
stroke-width="1.02"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 180.390633 131.468755 C 185.171883 127.17188 191.359383 118.348963 200.781258 111.088546 M 180.390633 131.468755 C 185.697924 125.901047 190.552091 123.020838 200.781258 111.088546 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path109" />
<g
fill="#000000"
fill-opacity="1"
id="g127">
<use
xlink:href="#glyph-0-6"
x="237.59128"
y="58.092999"
id="use111" />
<use
xlink:href="#glyph-0-2"
x="250.69923"
y="58.092999"
id="use113" />
<use
xlink:href="#glyph-0-7"
x="254.22255"
y="58.092999"
id="use115" />
<use
xlink:href="#glyph-0-7"
x="261.85144"
y="58.092999"
id="use117" />
<use
xlink:href="#glyph-0-4"
x="269.48032"
y="58.092999"
id="use119" />
<use
xlink:href="#glyph-0-7"
x="277.15399"
y="58.092999"
id="use121" />
<use
xlink:href="#glyph-0-8"
x="284.7829"
y="58.092999"
id="use123" />
<use
xlink:href="#glyph-0-9"
x="291.66531"
y="58.092999"
id="use125" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g131">
<use
xlink:href="#glyph-0-8"
x="295.18265"
y="58.092999"
id="use129" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g135">
<use
xlink:href="#glyph-1-6"
x="256.70084"
y="110.07094"
id="use133" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g139">
<use
xlink:href="#glyph-2-1"
x="269.94611"
y="113.89285"
id="use137" />
</g>
<path
fill="none"
stroke-width="0.51"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 845.408545 81.529755 L 845.408545 81.529755 M 845.408545 81.529755 L 845.408545 81.529755 M 845.137712 88.050588 C 846.002295 86.550588 847.101254 85.399547 849.148129 83.441213 M 845.137712 88.050588 C 846.601254 86.508922 847.79917 84.618297 849.148129 83.441213 M 845.538754 93.811005 C 846.471045 92.17038 849.158545 89.988089 852.898129 85.342255 M 845.538754 93.811005 C 847.840837 91.212047 850.86167 87.988088 852.898129 85.342255 M 845.278337 100.331839 C 848.320004 97.550589 849.408545 94.691214 855.971046 88.019338 M 845.278337 100.331839 C 848.741879 96.790172 853.788754 91.769339 855.971046 88.019338 M 845.679379 106.081839 C 851.58042 99.441214 855.929379 95.409964 859.721046 89.92038 M 845.679379 106.081839 C 848.668962 103.180797 852.090837 100.488089 859.721046 89.92038 M 845.408545 112.597464 C 851.471045 106.571423 858.851254 99.779756 863.460629 91.831839 M 845.408545 112.597464 C 849.79917 107.592256 854.158546 102.670381 863.460629 91.831839 M 845.137712 119.118298 C 853.460629 111.212048 862.387713 102.701631 867.210629 93.738089 M 845.137712 119.118298 C 851.752295 112.758923 856.507504 106.180798 867.210629 93.738089 M 846.882504 123.33184 C 856.070004 113.389131 862.429379 102.977672 870.950213 95.63913 M 846.882504 123.33184 C 853.689796 115.420381 860.132504 108.628714 870.950213 95.63913 M 857.320004 117.540173 C 860.398129 112.701631 866.361671 104.498506 874.028338 98.321422 M 857.320004 117.540173 C 861.372088 112.040173 865.382504 107.639131 874.028338 98.321422 M 868.418963 110.988089 C 872.24188 107.540173 872.611671 104.878714 877.778338 100.222464 M 868.418963 110.988089 C 871.632505 108.029756 875.049171 103.139131 877.778338 100.222464 "
transform="matrix(0.000000000000000046, 0.75, -0.75, 0.000000000000000046, 724.24497, -570.614976)"
id="path141" />
<path
fill="none"
stroke-width="1.02"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 845.408545 81.529755 C 852.189795 85.238088 859.221046 89.70163 881.080422 101.920381 M 845.408545 81.529755 C 854.007504 86.462047 864.918963 91.331839 881.080422 101.920381 M 881.080422 101.920381 C 871.42938 109.430798 859.559587 113.722465 845.408545 122.30059 M 881.080422 101.920381 C 871.257505 108.092256 864.257504 111.659964 845.408545 122.30059 M 845.408545 122.30059 C 844.429378 111.040173 844.137712 99.800589 845.408545 81.529755 M 845.408545 122.30059 C 845.439795 110.498506 845.439795 97.550589 845.408545 81.529755 "
transform="matrix(0.000000000000000046, 0.75, -0.75, 0.000000000000000046, 724.24497, -570.614976)"
id="path143" />
<g
fill="#000000"
fill-opacity="1"
id="g161">
<use
xlink:href="#glyph-0-6"
x="614.28809"
y="58.857376"
id="use145" />
<use
xlink:href="#glyph-0-2"
x="627.396"
y="58.857376"
id="use147" />
<use
xlink:href="#glyph-0-7"
x="630.91931"
y="58.857376"
id="use149" />
<use
xlink:href="#glyph-0-7"
x="638.54822"
y="58.857376"
id="use151" />
<use
xlink:href="#glyph-0-4"
x="646.17712"
y="58.857376"
id="use153" />
<use
xlink:href="#glyph-0-7"
x="653.85077"
y="58.857376"
id="use155" />
<use
xlink:href="#glyph-0-8"
x="661.47968"
y="58.857376"
id="use157" />
<use
xlink:href="#glyph-0-10"
x="668.36206"
y="58.857376"
id="use159" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g165">
<use
xlink:href="#glyph-3-1"
x="678.26917"
y="58.857376"
id="use163" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g169">
<use
xlink:href="#glyph-1-6"
x="638.1272"
y="110.83532"
id="use167" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g173">
<use
xlink:href="#glyph-2-2"
x="651.3725"
y="114.65723"
id="use171" />
</g>
<path
fill="none"
stroke-width="1.02"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 751.13024 132.489589 C 758.812532 125.479172 763.458365 120.07813 771.520866 112.10938 M 751.13024 132.489589 C 758.541698 124.791672 765.119824 118.312505 771.520866 112.10938 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path175" />
<path
fill="none"
stroke-width="1.02"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 758.270865 132.489589 C 764.750032 124.57813 768.197949 119.39063 778.651074 112.10938 M 758.270865 132.489589 C 766.302115 123.42188 773.911491 116.718755 778.651074 112.10938 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path177" />
<path
fill="none"
stroke-width="1.02"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 944.781289 132.489589 C 952.140665 125.161464 956.067748 120.57813 965.161499 112.10938 M 944.781289 132.489589 C 948.552123 127.85938 953.161498 124.562505 965.161499 112.10938 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path179" />
<path
fill="none"
stroke-width="1.02"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 951.911498 132.489589 C 958.078165 128.348964 964.880249 119.89063 972.291707 112.10938 M 951.911498 132.489589 C 958.348998 126.901047 963.979207 121.32813 972.291707 112.10938 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path181" />
<path
fill="none"
stroke-width="1.02"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 360.151057 40.718752 C 505.078146 41.578127 650.328152 39.468752 851.041702 36.802085 M 360.151057 40.718752 C 535.671897 39.66146 710.96878 38.031252 851.041702 36.802085 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path183" />
<path
fill="none"
stroke-width="0.51"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 354.661473 40.921877 L 354.661473 40.921877 M 354.661473 40.921877 L 354.661473 40.921877 M 358.401057 42.81771 C 359.239598 42.260418 359.520848 41.510418 360.411473 40.510418 M 358.401057 42.81771 C 358.911473 42.187502 359.437515 41.609377 360.411473 40.510418 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path185" />
<path
fill="none"
stroke-width="1.02"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 354.802098 40.760418 C 356.552098 40.520835 359.020848 39.020835 361.901057 37.140627 M 354.802098 40.760418 C 356.520848 39.541668 358.682307 39.000002 361.901057 37.140627 M 361.901057 37.140627 C 361.750015 38.197918 361.447932 38.802085 360.151057 40.718752 M 361.901057 37.140627 C 361.338557 37.958335 361.10939 38.578127 360.151057 40.718752 M 360.151057 40.718752 C 360.880223 41.828127 361.088557 42.619793 361.958348 44.270835 M 360.151057 40.718752 C 360.458348 41.458335 360.82814 42.182293 361.958348 44.270835 M 361.958348 44.270835 C 358.750015 43.270835 356.401057 42.328127 354.802098 40.760418 M 361.958348 44.270835 C 360.338557 43.66146 359.369807 42.671877 354.802098 40.760418 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path187" />
<path
fill="none"
stroke-width="0.51"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 849.197952 33.281251 L 849.197952 33.281251 M 849.197952 33.281251 L 849.197952 33.281251 M 851.609411 36.718752 C 852.161494 36.34896 852.348994 35.84896 852.937536 35.182293 M 851.609411 36.718752 C 851.937536 36.302085 852.302119 35.91146 852.937536 35.182293 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path189" />
<path
fill="none"
stroke-width="1.02"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 856.390661 36.760418 C 854.338577 38.432293 853.041702 38.838543 849.291702 40.38021 M 856.390661 36.760418 C 854.588577 37.489585 853.187536 38.770835 849.291702 40.38021 M 849.291702 40.38021 C 849.869827 39.947918 850.291702 39.09896 851.041702 36.802085 M 849.291702 40.38021 C 849.567744 39.578127 850.119827 38.588543 851.041702 36.802085 M 851.041702 36.802085 C 850.82816 36.09896 850.119827 35.088543 849.229202 33.250001 M 851.041702 36.802085 C 850.567744 36.109377 850.208369 35.390626 849.229202 33.250001 M 849.229202 33.250001 C 851.411494 34.921876 854.468786 36.63021 856.390661 36.760418 M 849.229202 33.250001 C 850.500035 34.06771 852.411494 34.489585 856.390661 36.760418 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path191" />
<g
fill="#000000"
fill-opacity="1"
id="g199">
<use
xlink:href="#glyph-1-3"
x="436.96347"
y="25.22459"
id="use193" />
<use
xlink:href="#glyph-1-7"
x="446.13605"
y="25.22459"
id="use195" />
<use
xlink:href="#glyph-1-8"
x="451.23294"
y="25.22459"
id="use197" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 53 KiB

View File

@@ -0,0 +1,656 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="812.88pt"
height="189.12pt"
viewBox="0 0 812.88 189.12"
version="1.1"
id="svg228"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs70">
<g
id="g68">
<g
id="glyph-0-0" />
<g
id="glyph-0-1">
<path
d="M 0.15625 -11.796875 C 0.15625 -12.097656 0.210938 -12.347656 0.328125 -12.546875 C 0.441406 -12.742188 0.597656 -12.90625 0.796875 -13.03125 C 0.992188 -13.15625 1.210938 -13.25 1.453125 -13.3125 C 1.703125 -13.375 1.957031 -13.414063 2.21875 -13.4375 C 2.476563 -13.457031 2.734375 -13.460938 2.984375 -13.453125 C 3.234375 -13.453125 3.460938 -13.453125 3.671875 -13.453125 C 4.078125 -13.453125 4.484375 -13.410156 4.890625 -13.328125 C 5.296875 -13.253906 5.65625 -13.117188 5.96875 -12.921875 C 6.289063 -12.722656 6.550781 -12.457031 6.75 -12.125 C 6.945313 -11.789063 7.046875 -11.375 7.046875 -10.875 C 7.046875 -10.4375 6.957031 -10 6.78125 -9.5625 C 6.601563 -9.132813 6.378906 -8.722656 6.109375 -8.328125 C 5.835938 -7.941406 5.523438 -7.585938 5.171875 -7.265625 C 4.828125 -6.941406 4.484375 -6.664063 4.140625 -6.4375 C 3.796875 -6.207031 3.46875 -6.023438 3.15625 -5.890625 C 2.84375 -5.765625 2.582031 -5.71875 2.375 -5.75 C 2.25 -5.351563 2.175781 -4.929688 2.15625 -4.484375 C 2.132813 -4.046875 2.128906 -3.613281 2.140625 -3.1875 C 2.148438 -2.769531 2.160156 -2.367188 2.171875 -1.984375 C 2.191406 -1.609375 2.175781 -1.28125 2.125 -1 C 2.070313 -0.726563 1.96875 -0.523438 1.8125 -0.390625 C 1.664063 -0.253906 1.441406 -0.210938 1.140625 -0.265625 C 1.046875 -0.972656 0.972656 -1.6875 0.921875 -2.40625 C 0.878906 -3.132813 0.84375 -3.859375 0.8125 -4.578125 C 0.789063 -5.296875 0.765625 -5.992188 0.734375 -6.671875 C 0.710938 -7.359375 0.675781 -8.007813 0.625 -8.625 C 0.582031 -9.238281 0.519531 -9.8125 0.4375 -10.34375 C 0.363281 -10.882813 0.269531 -11.367188 0.15625 -11.796875 Z M 3.828125 -12.171875 C 3.679688 -12.171875 3.5 -12.164063 3.28125 -12.15625 C 3.0625 -12.144531 2.847656 -12.113281 2.640625 -12.0625 C 2.441406 -12.007813 2.269531 -11.914063 2.125 -11.78125 C 1.988281 -11.644531 1.921875 -11.453125 1.921875 -11.203125 L 1.921875 -7.296875 C 2.328125 -7.296875 2.757813 -7.40625 3.21875 -7.625 C 3.675781 -7.84375 4.09375 -8.117188 4.46875 -8.453125 C 4.851563 -8.796875 5.171875 -9.179688 5.421875 -9.609375 C 5.671875 -10.035156 5.796875 -10.457031 5.796875 -10.875 C 5.796875 -11.1875 5.738281 -11.425781 5.625 -11.59375 C 5.507813 -11.757813 5.359375 -11.890625 5.171875 -11.984375 C 4.984375 -12.078125 4.773438 -12.128906 4.546875 -12.140625 C 4.316406 -12.160156 4.078125 -12.171875 3.828125 -12.171875 Z M 3.828125 -12.171875 "
id="path3" />
</g>
<g
id="glyph-0-2">
<path
d="M 0.921875 -5.59375 C 0.921875 -5.65625 0.921875 -5.753906 0.921875 -5.890625 C 0.929688 -6.023438 0.9375 -6.164063 0.9375 -6.3125 C 0.945313 -6.457031 0.953125 -6.597656 0.953125 -6.734375 C 0.960938 -6.878906 0.96875 -6.984375 0.96875 -7.046875 C 1.082031 -7.203125 1.222656 -7.328125 1.390625 -7.421875 C 1.566406 -7.523438 1.742188 -7.609375 1.921875 -7.671875 C 1.953125 -7.128906 2.035156 -6.554688 2.171875 -5.953125 C 2.316406 -5.347656 2.46875 -4.738281 2.625 -4.125 C 2.78125 -3.507813 2.921875 -2.90625 3.046875 -2.3125 C 3.171875 -1.71875 3.234375 -1.160156 3.234375 -0.640625 C 3.234375 -0.191406 3.003906 0.03125 2.546875 0.03125 C 2.273438 0.03125 2.039063 -0.0820313 1.84375 -0.3125 C 1.65625 -0.539063 1.503906 -0.832031 1.390625 -1.1875 C 1.273438 -1.539063 1.179688 -1.929688 1.109375 -2.359375 C 1.046875 -2.796875 1 -3.222656 0.96875 -3.640625 C 0.945313 -4.054688 0.929688 -4.4375 0.921875 -4.78125 C 0.921875 -5.132813 0.921875 -5.40625 0.921875 -5.59375 Z M 1.140625 -11.1875 C 1.328125 -11.113281 1.484375 -10.984375 1.609375 -10.796875 C 1.742188 -10.617188 1.800781 -10.457031 1.78125 -10.3125 C 1.769531 -10.175781 1.660156 -10.078125 1.453125 -10.015625 C 1.242188 -9.960938 0.894531 -10.019531 0.40625 -10.1875 C 0.40625 -10.457031 0.457031 -10.691406 0.5625 -10.890625 C 0.664063 -11.085938 0.859375 -11.1875 1.140625 -11.1875 Z M 1.140625 -11.1875 "
id="path6" />
</g>
<g
id="glyph-0-3">
<path
d="M 0.203125 -7.78125 C 0.273438 -8.019531 0.359375 -8.128906 0.453125 -8.109375 C 0.546875 -8.085938 0.660156 -7.972656 0.796875 -7.765625 C 0.941406 -7.554688 1.097656 -7.273438 1.265625 -6.921875 C 1.441406 -6.578125 1.628906 -6.203125 1.828125 -5.796875 C 2.035156 -5.390625 2.253906 -4.976563 2.484375 -4.5625 C 2.710938 -4.144531 2.953125 -3.757813 3.203125 -3.40625 C 3.460938 -3.0625 3.734375 -2.773438 4.015625 -2.546875 C 4.304688 -2.316406 4.597656 -2.1875 4.890625 -2.15625 L 6.09375 -8.328125 C 6.113281 -8.492188 6.1875 -8.585938 6.3125 -8.609375 C 6.445313 -8.640625 6.582031 -8.65625 6.71875 -8.65625 C 7.164063 -8.65625 7.390625 -8.445313 7.390625 -8.03125 C 7.390625 -7.8125 7.367188 -7.460938 7.328125 -6.984375 C 7.285156 -6.503906 7.21875 -5.976563 7.125 -5.40625 C 7.039063 -4.832031 6.929688 -4.242188 6.796875 -3.640625 C 6.671875 -3.046875 6.519531 -2.5 6.34375 -2 C 6.164063 -1.5 5.957031 -1.085938 5.71875 -0.765625 C 5.488281 -0.453125 5.234375 -0.296875 4.953125 -0.296875 C 4.546875 -0.296875 4.144531 -0.429688 3.75 -0.703125 C 3.351563 -0.984375 2.976563 -1.34375 2.625 -1.78125 C 2.269531 -2.226563 1.941406 -2.722656 1.640625 -3.265625 C 1.347656 -3.816406 1.09375 -4.367188 0.875 -4.921875 C 0.664063 -5.472656 0.5 -6 0.375 -6.5 C 0.257813 -7.007813 0.203125 -7.4375 0.203125 -7.78125 Z M 0.203125 -7.78125 "
id="path9" />
</g>
<g
id="glyph-0-4">
<path
d="M 0.296875 -3.03125 C 0.296875 -3.644531 0.4375 -4.21875 0.71875 -4.75 C 1.007813 -5.28125 1.390625 -5.738281 1.859375 -6.125 C 2.335938 -6.507813 2.875 -6.8125 3.46875 -7.03125 C 4.0625 -7.25 4.660156 -7.359375 5.265625 -7.359375 C 5.609375 -7.359375 5.910156 -7.25 6.171875 -7.03125 C 6.429688 -6.8125 6.648438 -6.546875 6.828125 -6.234375 C 7.015625 -5.921875 7.15625 -5.585938 7.25 -5.234375 C 7.34375 -4.890625 7.390625 -4.585938 7.390625 -4.328125 C 7.390625 -3.765625 7.253906 -3.222656 6.984375 -2.703125 C 6.710938 -2.179688 6.363281 -1.71875 5.9375 -1.3125 C 5.507813 -0.914063 5.023438 -0.59375 4.484375 -0.34375 C 3.953125 -0.09375 3.414063 0.03125 2.875 0.03125 C 2.394531 0.03125 1.988281 -0.0507813 1.65625 -0.21875 C 1.332031 -0.382813 1.070313 -0.601563 0.875 -0.875 C 0.675781 -1.144531 0.53125 -1.46875 0.4375 -1.84375 C 0.34375 -2.21875 0.296875 -2.613281 0.296875 -3.03125 Z M 1.5625 -2.875 C 1.5625 -2.613281 1.582031 -2.382813 1.625 -2.1875 C 1.675781 -2 1.757813 -1.835938 1.875 -1.703125 C 1.988281 -1.566406 2.140625 -1.457031 2.328125 -1.375 C 2.515625 -1.300781 2.75 -1.265625 3.03125 -1.265625 C 3.394531 -1.265625 3.757813 -1.363281 4.125 -1.5625 C 4.5 -1.769531 4.832031 -2.03125 5.125 -2.34375 C 5.414063 -2.664063 5.648438 -3.015625 5.828125 -3.390625 C 6.015625 -3.765625 6.109375 -4.128906 6.109375 -4.484375 C 6.109375 -4.648438 6.09375 -4.828125 6.0625 -5.015625 C 6.03125 -5.203125 5.976563 -5.375 5.90625 -5.53125 C 5.84375 -5.695313 5.742188 -5.832031 5.609375 -5.9375 C 5.484375 -6.050781 5.320313 -6.109375 5.125 -6.109375 C 4.9375 -6.109375 4.722656 -6.046875 4.484375 -5.921875 C 4.242188 -5.804688 3.988281 -5.648438 3.71875 -5.453125 C 3.457031 -5.265625 3.195313 -5.050781 2.9375 -4.8125 C 2.6875 -4.582031 2.457031 -4.347656 2.25 -4.109375 C 2.039063 -3.867188 1.875 -3.640625 1.75 -3.421875 C 1.625 -3.203125 1.5625 -3.019531 1.5625 -2.875 Z M 1.5625 -2.875 "
id="path12" />
</g>
<g
id="glyph-0-5">
<path
d="M -0.03125 -7.515625 C -0.03125 -7.546875 -0.0234375 -7.570313 -0.015625 -7.59375 C -0.015625 -7.613281 -0.0078125 -7.640625 0 -7.671875 C 0.0390625 -7.722656 0.0976563 -7.785156 0.171875 -7.859375 C 0.253906 -7.941406 0.304688 -7.984375 0.328125 -7.984375 L 3.328125 -7.984375 C 3.328125 -8.085938 3.3125 -8.257813 3.28125 -8.5 C 3.25 -8.738281 3.21875 -9.003906 3.1875 -9.296875 C 3.164063 -9.585938 3.160156 -9.890625 3.171875 -10.203125 C 3.179688 -10.515625 3.222656 -10.796875 3.296875 -11.046875 C 3.378906 -11.304688 3.5 -11.515625 3.65625 -11.671875 C 3.820313 -11.835938 4.054688 -11.921875 4.359375 -11.921875 C 4.359375 -10.921875 4.425781 -10.113281 4.5625 -9.5 C 4.707031 -8.894531 4.894531 -8.425781 5.125 -8.09375 C 5.363281 -7.769531 5.628906 -7.554688 5.921875 -7.453125 C 6.222656 -7.359375 6.53125 -7.316406 6.84375 -7.328125 C 7.15625 -7.347656 7.457031 -7.394531 7.75 -7.46875 C 8.050781 -7.550781 8.316406 -7.609375 8.546875 -7.640625 C 8.785156 -7.671875 8.972656 -7.648438 9.109375 -7.578125 C 9.253906 -7.503906 9.328125 -7.328125 9.328125 -7.046875 C 9.328125 -6.835938 9.28125 -6.6875 9.1875 -6.59375 C 9.09375 -6.507813 8.910156 -6.441406 8.640625 -6.390625 C 8.554688 -6.378906 8.421875 -6.359375 8.234375 -6.328125 C 8.054688 -6.304688 7.851563 -6.285156 7.625 -6.265625 C 7.394531 -6.242188 7.148438 -6.21875 6.890625 -6.1875 C 6.628906 -6.164063 6.382813 -6.144531 6.15625 -6.125 C 5.925781 -6.113281 5.71875 -6.101563 5.53125 -6.09375 C 5.34375 -6.09375 5.207031 -6.09375 5.125 -6.09375 C 5.125 -6.039063 5.117188 -5.953125 5.109375 -5.828125 C 5.097656 -5.710938 5.09375 -5.632813 5.09375 -5.59375 C 5.09375 -5.15625 5.160156 -4.726563 5.296875 -4.3125 C 5.429688 -3.90625 5.582031 -3.5 5.75 -3.09375 C 5.914063 -2.6875 6.066406 -2.273438 6.203125 -1.859375 C 6.347656 -1.453125 6.421875 -1.03125 6.421875 -0.59375 C 6.421875 -0.519531 6.410156 -0.4375 6.390625 -0.34375 C 6.378906 -0.257813 6.347656 -0.1875 6.296875 -0.125 C 6.253906 -0.0625 6.191406 -0.015625 6.109375 0.015625 C 6.023438 0.0546875 5.910156 0.0507813 5.765625 0 C 5.378906 -0.101563 5.09375 -0.316406 4.90625 -0.640625 C 4.726563 -0.972656 4.59375 -1.363281 4.5 -1.8125 C 4.414063 -2.257813 4.359375 -2.738281 4.328125 -3.25 C 4.296875 -3.757813 4.25 -4.234375 4.1875 -4.671875 C 4.125 -5.117188 4.019531 -5.5 3.875 -5.8125 C 3.738281 -6.125 3.515625 -6.316406 3.203125 -6.390625 L 0.328125 -7.046875 C 0.285156 -7.046875 0.222656 -7.085938 0.140625 -7.171875 C 0.0664063 -7.253906 0.0195313 -7.316406 0 -7.359375 C -0.0078125 -7.378906 -0.015625 -7.40625 -0.015625 -7.4375 C -0.0234375 -7.457031 -0.03125 -7.484375 -0.03125 -7.515625 Z M -0.03125 -7.515625 "
id="path15" />
</g>
<g
id="glyph-0-6">
<path
d="M 0.296875 -6.390625 C 0.296875 -6.503906 0.296875 -6.695313 0.296875 -6.96875 C 0.304688 -7.25 0.3125 -7.539063 0.3125 -7.84375 C 0.3125 -8.144531 0.3125 -8.429688 0.3125 -8.703125 C 0.320313 -8.972656 0.328125 -9.160156 0.328125 -9.265625 C 0.335938 -9.335938 0.363281 -9.441406 0.40625 -9.578125 C 0.445313 -9.722656 0.492188 -9.863281 0.546875 -10 C 0.597656 -10.144531 0.671875 -10.269531 0.765625 -10.375 C 0.859375 -10.476563 0.976563 -10.53125 1.125 -10.53125 C 1.445313 -10.53125 1.753906 -10.441406 2.046875 -10.265625 C 2.335938 -10.085938 2.613281 -9.851563 2.875 -9.5625 C 3.144531 -9.269531 3.398438 -8.941406 3.640625 -8.578125 C 3.890625 -8.222656 4.132813 -7.867188 4.375 -7.515625 C 4.613281 -7.160156 4.847656 -6.828125 5.078125 -6.515625 C 5.304688 -6.203125 5.535156 -5.953125 5.765625 -5.765625 C 6.015625 -5.867188 6.207031 -6.066406 6.34375 -6.359375 C 6.476563 -6.660156 6.585938 -7 6.671875 -7.375 C 6.765625 -7.757813 6.847656 -8.15625 6.921875 -8.5625 C 7.003906 -8.976563 7.109375 -9.359375 7.234375 -9.703125 C 7.367188 -10.054688 7.539063 -10.34375 7.75 -10.5625 C 7.96875 -10.789063 8.265625 -10.90625 8.640625 -10.90625 C 9.085938 -10.90625 9.492188 -10.726563 9.859375 -10.375 C 10.222656 -10.03125 10.546875 -9.585938 10.828125 -9.046875 C 11.117188 -8.515625 11.363281 -7.921875 11.5625 -7.265625 C 11.769531 -6.609375 11.941406 -5.976563 12.078125 -5.375 C 12.222656 -4.769531 12.328125 -4.222656 12.390625 -3.734375 C 12.460938 -3.242188 12.5 -2.894531 12.5 -2.6875 C 12.5 -2.59375 12.492188 -2.492188 12.484375 -2.390625 C 12.472656 -2.285156 12.445313 -2.191406 12.40625 -2.109375 C 12.375 -2.023438 12.3125 -1.957031 12.21875 -1.90625 C 12.132813 -1.863281 12.003906 -1.867188 11.828125 -1.921875 C 11.785156 -1.929688 11.726563 -1.957031 11.65625 -2 C 11.59375 -2.050781 11.523438 -2.109375 11.453125 -2.171875 C 11.390625 -2.242188 11.332031 -2.3125 11.28125 -2.375 C 11.226563 -2.445313 11.203125 -2.503906 11.203125 -2.546875 C 11.117188 -3.035156 11.019531 -3.578125 10.90625 -4.171875 C 10.800781 -4.773438 10.664063 -5.378906 10.5 -5.984375 C 10.332031 -6.597656 10.125 -7.191406 9.875 -7.765625 C 9.625 -8.347656 9.316406 -8.847656 8.953125 -9.265625 C 8.660156 -9.109375 8.429688 -8.867188 8.265625 -8.546875 C 8.109375 -8.222656 7.972656 -7.867188 7.859375 -7.484375 C 7.753906 -7.097656 7.65625 -6.707031 7.5625 -6.3125 C 7.476563 -5.914063 7.359375 -5.554688 7.203125 -5.234375 C 7.054688 -4.910156 6.867188 -4.644531 6.640625 -4.4375 C 6.410156 -4.226563 6.101563 -4.125 5.71875 -4.125 C 5.445313 -4.125 5.179688 -4.207031 4.921875 -4.375 C 4.671875 -4.550781 4.425781 -4.78125 4.1875 -5.0625 C 3.945313 -5.34375 3.710938 -5.65625 3.484375 -6 C 3.265625 -6.34375 3.046875 -6.679688 2.828125 -7.015625 C 2.617188 -7.347656 2.410156 -7.660156 2.203125 -7.953125 C 2.003906 -8.242188 1.800781 -8.472656 1.59375 -8.640625 C 1.519531 -8.328125 1.457031 -8.050781 1.40625 -7.8125 C 1.363281 -7.582031 1.328125 -7.359375 1.296875 -7.140625 C 1.273438 -6.921875 1.257813 -6.695313 1.25 -6.46875 C 1.25 -6.25 1.25 -6 1.25 -5.71875 C 1.25 -5.300781 1.285156 -4.882813 1.359375 -4.46875 C 1.429688 -4.050781 1.503906 -3.640625 1.578125 -3.234375 C 1.660156 -2.828125 1.738281 -2.414063 1.8125 -2 C 1.882813 -1.59375 1.921875 -1.179688 1.921875 -0.765625 L 1.921875 -0.640625 C 1.898438 -0.609375 1.859375 -0.5625 1.796875 -0.5 C 1.742188 -0.4375 1.679688 -0.367188 1.609375 -0.296875 C 1.546875 -0.222656 1.476563 -0.160156 1.40625 -0.109375 C 1.34375 -0.0546875 1.296875 -0.0195313 1.265625 0 C 1.253906 0.0078125 1.234375 0.015625 1.203125 0.015625 C 1.171875 0.0234375 1.144531 0.03125 1.125 0.03125 C 1.101563 0.03125 1.078125 0.0234375 1.046875 0.015625 C 1.015625 0.00390625 0.988281 0 0.96875 0 C 0.894531 -0.570313 0.816406 -1.117188 0.734375 -1.640625 C 0.660156 -2.160156 0.59375 -2.671875 0.53125 -3.171875 C 0.46875 -3.679688 0.410156 -4.191406 0.359375 -4.703125 C 0.316406 -5.222656 0.296875 -5.785156 0.296875 -6.390625 Z M 0.296875 -6.390625 "
id="path18" />
</g>
<g
id="glyph-0-7">
<path
d="M 0.296875 -6.265625 C 0.296875 -6.359375 0.300781 -6.453125 0.3125 -6.546875 C 0.320313 -6.640625 0.34375 -6.722656 0.375 -6.796875 C 0.40625 -6.867188 0.453125 -6.929688 0.515625 -6.984375 C 0.578125 -7.035156 0.671875 -7.0625 0.796875 -7.0625 C 0.890625 -7.0625 1 -6.984375 1.125 -6.828125 C 1.25 -6.671875 1.375 -6.472656 1.5 -6.234375 C 1.632813 -6.003906 1.765625 -5.75 1.890625 -5.46875 C 2.015625 -5.195313 2.125 -4.941406 2.21875 -4.703125 C 2.3125 -4.472656 2.382813 -4.269531 2.4375 -4.09375 C 2.5 -3.925781 2.535156 -3.835938 2.546875 -3.828125 C 2.679688 -4.179688 2.828125 -4.5625 2.984375 -4.96875 C 3.140625 -5.375 3.332031 -5.753906 3.5625 -6.109375 C 3.800781 -6.460938 4.082031 -6.757813 4.40625 -7 C 4.726563 -7.238281 5.125 -7.359375 5.59375 -7.359375 C 5.832031 -7.359375 6.054688 -7.320313 6.265625 -7.25 C 6.484375 -7.175781 6.675781 -7.066406 6.84375 -6.921875 C 7.007813 -6.773438 7.140625 -6.601563 7.234375 -6.40625 C 7.335938 -6.207031 7.390625 -5.976563 7.390625 -5.71875 C 7.390625 -5.5 7.300781 -5.34375 7.125 -5.25 C 6.945313 -5.164063 6.75 -5.125 6.53125 -5.125 L 6.390625 -5.125 L 5.75 -5.765625 C 5.726563 -5.765625 5.710938 -5.769531 5.703125 -5.78125 C 5.679688 -5.78125 5.660156 -5.78125 5.640625 -5.78125 C 5.628906 -5.789063 5.613281 -5.796875 5.59375 -5.796875 C 5.25 -5.796875 4.976563 -5.695313 4.78125 -5.5 C 4.582031 -5.300781 4.429688 -5.0625 4.328125 -4.78125 C 4.234375 -4.5 4.175781 -4.203125 4.15625 -3.890625 C 4.132813 -3.578125 4.125 -3.289063 4.125 -3.03125 C 4.125 -2.832031 4.140625 -2.628906 4.171875 -2.421875 C 4.210938 -2.222656 4.257813 -2.023438 4.3125 -1.828125 C 4.363281 -1.628906 4.40625 -1.425781 4.4375 -1.21875 C 4.476563 -1.019531 4.5 -0.8125 4.5 -0.59375 C 4.5 -0.175781 4.273438 0.03125 3.828125 0.03125 C 3.585938 0.03125 3.332031 -0.0976563 3.0625 -0.359375 C 2.789063 -0.628906 2.519531 -0.96875 2.25 -1.375 C 1.988281 -1.78125 1.738281 -2.226563 1.5 -2.71875 C 1.269531 -3.21875 1.0625 -3.695313 0.875 -4.15625 C 0.695313 -4.625 0.554688 -5.046875 0.453125 -5.421875 C 0.347656 -5.804688 0.296875 -6.085938 0.296875 -6.265625 Z M 0.296875 -6.265625 "
id="path21" />
</g>
<g
id="glyph-0-8" />
<g
id="glyph-0-9">
<path
d="M 0.296875 -9.59375 C 0.296875 -9.726563 0.296875 -9.921875 0.296875 -10.171875 C 0.296875 -10.421875 0.320313 -10.671875 0.375 -10.921875 C 0.425781 -11.179688 0.503906 -11.40625 0.609375 -11.59375 C 0.722656 -11.78125 0.894531 -11.875 1.125 -11.875 C 1.25 -11.875 1.351563 -11.757813 1.4375 -11.53125 C 1.519531 -11.3125 1.585938 -11.035156 1.640625 -10.703125 C 1.703125 -10.367188 1.742188 -10 1.765625 -9.59375 C 1.796875 -9.195313 1.816406 -8.816406 1.828125 -8.453125 C 1.835938 -8.097656 1.847656 -7.789063 1.859375 -7.53125 C 1.867188 -7.269531 1.882813 -7.109375 1.90625 -7.046875 C 1.9375 -6.890625 1.992188 -6.648438 2.078125 -6.328125 C 2.160156 -6.003906 2.25 -5.640625 2.34375 -5.234375 C 2.445313 -4.835938 2.554688 -4.421875 2.671875 -3.984375 C 2.796875 -3.546875 2.910156 -3.128906 3.015625 -2.734375 C 3.117188 -2.335938 3.21875 -1.976563 3.3125 -1.65625 C 3.40625 -1.332031 3.472656 -1.101563 3.515625 -0.96875 C 3.515625 -0.945313 3.519531 -0.914063 3.53125 -0.875 C 3.539063 -0.84375 3.546875 -0.816406 3.546875 -0.796875 C 3.546875 -0.679688 3.507813 -0.59375 3.4375 -0.53125 C 3.363281 -0.46875 3.273438 -0.414063 3.171875 -0.375 C 3.066406 -0.34375 2.957031 -0.320313 2.84375 -0.3125 C 2.738281 -0.300781 2.640625 -0.296875 2.546875 -0.296875 C 2.503906 -0.296875 2.445313 -0.300781 2.375 -0.3125 C 2.300781 -0.320313 2.253906 -0.328125 2.234375 -0.328125 C 2.023438 -1.023438 1.800781 -1.757813 1.5625 -2.53125 C 1.332031 -3.300781 1.125 -4.082031 0.9375 -4.875 C 0.75 -5.675781 0.59375 -6.472656 0.46875 -7.265625 C 0.351563 -8.066406 0.296875 -8.84375 0.296875 -9.59375 Z M 0.296875 -9.59375 "
id="path25" />
</g>
<g
id="glyph-0-10">
<path
d="M 2.875 -0.640625 C 2.875 -0.765625 2.921875 -0.898438 3.015625 -1.046875 C 3.109375 -1.191406 3.210938 -1.328125 3.328125 -1.453125 C 3.453125 -1.585938 3.585938 -1.695313 3.734375 -1.78125 C 3.878906 -1.875 4.019531 -1.921875 4.15625 -1.921875 C 4.164063 -1.921875 4.210938 -1.878906 4.296875 -1.796875 C 4.390625 -1.710938 4.453125 -1.644531 4.484375 -1.59375 C 4.503906 -1.5625 4.53125 -1.515625 4.5625 -1.453125 C 4.601563 -1.390625 4.640625 -1.320313 4.671875 -1.25 C 4.710938 -1.1875 4.742188 -1.125 4.765625 -1.0625 C 4.785156 -1.007813 4.796875 -0.976563 4.796875 -0.96875 C 4.796875 -0.78125 4.769531 -0.640625 4.71875 -0.546875 C 4.664063 -0.453125 4.597656 -0.382813 4.515625 -0.34375 C 4.441406 -0.3125 4.351563 -0.296875 4.25 -0.296875 C 4.144531 -0.296875 4.03125 -0.296875 3.90625 -0.296875 C 3.863281 -0.296875 3.785156 -0.289063 3.671875 -0.28125 C 3.566406 -0.28125 3.453125 -0.285156 3.328125 -0.296875 C 3.210938 -0.316406 3.109375 -0.347656 3.015625 -0.390625 C 2.921875 -0.441406 2.875 -0.523438 2.875 -0.640625 Z M 1.875 -6.421875 C 1.875 -6.773438 1.945313 -7.109375 2.09375 -7.421875 C 2.238281 -7.734375 2.394531 -8.039063 2.5625 -8.34375 C 2.726563 -8.644531 2.878906 -8.953125 3.015625 -9.265625 C 3.160156 -9.578125 3.234375 -9.910156 3.234375 -10.265625 C 3.234375 -10.398438 3.195313 -10.519531 3.125 -10.625 C 3.050781 -10.738281 2.957031 -10.835938 2.84375 -10.921875 C 2.738281 -11.015625 2.613281 -11.082031 2.46875 -11.125 C 2.332031 -11.175781 2.203125 -11.203125 2.078125 -11.203125 C 1.890625 -11.203125 1.710938 -11.148438 1.546875 -11.046875 C 1.378906 -10.953125 1.222656 -10.835938 1.078125 -10.703125 C 0.941406 -10.566406 0.8125 -10.425781 0.6875 -10.28125 C 0.5625 -10.132813 0.441406 -10.007813 0.328125 -9.90625 C 0.304688 -9.882813 0.238281 -9.863281 0.125 -9.84375 C 0.0078125 -9.820313 -0.0625 -9.8125 -0.09375 -9.8125 C -0.09375 -10.207031 -0.0390625 -10.566406 0.0625 -10.890625 C 0.164063 -11.222656 0.320313 -11.507813 0.53125 -11.75 C 0.738281 -11.988281 1 -12.171875 1.3125 -12.296875 C 1.632813 -12.429688 1.992188 -12.5 2.390625 -12.5 C 2.671875 -12.5 2.957031 -12.4375 3.25 -12.3125 C 3.539063 -12.1875 3.800781 -12.015625 4.03125 -11.796875 C 4.257813 -11.578125 4.445313 -11.332031 4.59375 -11.0625 C 4.738281 -10.800781 4.8125 -10.523438 4.8125 -10.234375 C 4.8125 -9.878906 4.765625 -9.550781 4.671875 -9.25 C 4.578125 -8.957031 4.46875 -8.6875 4.34375 -8.4375 C 4.21875 -8.1875 4.082031 -7.941406 3.9375 -7.703125 C 3.800781 -7.460938 3.679688 -7.210938 3.578125 -6.953125 C 3.484375 -6.691406 3.425781 -6.414063 3.40625 -6.125 C 3.382813 -5.832031 3.421875 -5.5 3.515625 -5.125 C 3.492188 -5.09375 3.453125 -5.054688 3.390625 -5.015625 C 3.335938 -4.984375 3.28125 -4.953125 3.21875 -4.921875 C 3.15625 -4.890625 3.085938 -4.859375 3.015625 -4.828125 C 2.953125 -4.804688 2.90625 -4.796875 2.875 -4.796875 C 2.65625 -4.796875 2.476563 -4.851563 2.34375 -4.96875 C 2.21875 -5.082031 2.117188 -5.21875 2.046875 -5.375 C 1.972656 -5.539063 1.925781 -5.71875 1.90625 -5.90625 C 1.882813 -6.09375 1.875 -6.265625 1.875 -6.421875 Z M 1.875 -6.421875 "
id="path28" />
</g>
<g
id="glyph-0-11">
<path
d="M 3.15625 -1.453125 C 3.15625 -1.992188 3.207031 -2.53125 3.3125 -3.0625 C 3.425781 -3.59375 3.546875 -4.128906 3.671875 -4.671875 C 3.796875 -5.210938 3.910156 -5.757813 4.015625 -6.3125 C 4.117188 -6.863281 4.171875 -7.421875 4.171875 -7.984375 C 4.171875 -8.066406 4.164063 -8.195313 4.15625 -8.375 C 4.15625 -8.5625 4.15625 -8.753906 4.15625 -8.953125 C 4.15625 -9.148438 4.15625 -9.335938 4.15625 -9.515625 C 4.15625 -9.703125 4.15625 -9.832031 4.15625 -9.90625 C 4.132813 -9.945313 4.082031 -10.003906 4 -10.078125 C 3.914063 -10.160156 3.859375 -10.210938 3.828125 -10.234375 L 3.671875 -10.234375 C 3.335938 -10.234375 3.0625 -10.160156 2.84375 -10.015625 C 2.625 -9.867188 2.4375 -9.691406 2.28125 -9.484375 C 2.132813 -9.273438 1.992188 -9.046875 1.859375 -8.796875 C 1.734375 -8.546875 1.59375 -8.316406 1.4375 -8.109375 C 1.28125 -7.898438 1.101563 -7.722656 0.90625 -7.578125 C 0.71875 -7.429688 0.476563 -7.359375 0.1875 -7.359375 C 0.1875 -7.878906 0.273438 -8.390625 0.453125 -8.890625 C 0.640625 -9.398438 0.898438 -9.847656 1.234375 -10.234375 C 1.566406 -10.628906 1.960938 -10.945313 2.421875 -11.1875 C 2.890625 -11.425781 3.398438 -11.546875 3.953125 -11.546875 C 4.191406 -11.546875 4.382813 -11.535156 4.53125 -11.515625 C 4.6875 -11.492188 4.816406 -11.445313 4.921875 -11.375 C 5.035156 -11.3125 5.125 -11.210938 5.1875 -11.078125 C 5.257813 -10.941406 5.34375 -10.757813 5.4375 -10.53125 C 5.4375 -10.457031 5.4375 -10.316406 5.4375 -10.109375 C 5.4375 -9.898438 5.4375 -9.675781 5.4375 -9.4375 C 5.445313 -9.207031 5.453125 -8.984375 5.453125 -8.765625 C 5.460938 -8.554688 5.46875 -8.410156 5.46875 -8.328125 C 5.46875 -7.796875 5.4375 -7.273438 5.375 -6.765625 C 5.3125 -6.265625 5.238281 -5.765625 5.15625 -5.265625 C 5.070313 -4.765625 5 -4.265625 4.9375 -3.765625 C 4.875 -3.265625 4.84375 -2.753906 4.84375 -2.234375 L 5.125 -2.234375 L 8.640625 -3.828125 C 8.648438 -3.828125 8.671875 -3.828125 8.703125 -3.828125 C 8.742188 -3.835938 8.785156 -3.84375 8.828125 -3.84375 C 8.878906 -3.84375 8.925781 -3.84375 8.96875 -3.84375 C 9.019531 -3.851563 9.054688 -3.859375 9.078125 -3.859375 C 9.160156 -3.859375 9.25 -3.851563 9.34375 -3.84375 C 9.445313 -3.832031 9.539063 -3.8125 9.625 -3.78125 C 9.71875 -3.757813 9.789063 -3.710938 9.84375 -3.640625 C 9.90625 -3.566406 9.9375 -3.472656 9.9375 -3.359375 C 9.9375 -3.148438 9.867188 -2.984375 9.734375 -2.859375 C 9.609375 -2.742188 9.457031 -2.648438 9.28125 -2.578125 C 9.113281 -2.515625 8.9375 -2.457031 8.75 -2.40625 C 8.5625 -2.351563 8.410156 -2.296875 8.296875 -2.234375 C 8.203125 -2.179688 8.054688 -2.101563 7.859375 -2 C 7.671875 -1.90625 7.445313 -1.796875 7.1875 -1.671875 C 6.9375 -1.554688 6.671875 -1.425781 6.390625 -1.28125 C 6.109375 -1.144531 5.84375 -1.007813 5.59375 -0.875 C 5.34375 -0.75 5.117188 -0.632813 4.921875 -0.53125 C 4.722656 -0.4375 4.578125 -0.367188 4.484375 -0.328125 C 4.460938 -0.328125 4.425781 -0.320313 4.375 -0.3125 C 4.332031 -0.3125 4.285156 -0.3125 4.234375 -0.3125 C 4.179688 -0.3125 4.128906 -0.304688 4.078125 -0.296875 C 4.035156 -0.296875 4.003906 -0.296875 3.984375 -0.296875 C 3.785156 -0.296875 3.628906 -0.316406 3.515625 -0.359375 C 3.398438 -0.410156 3.316406 -0.484375 3.265625 -0.578125 C 3.210938 -0.671875 3.179688 -0.785156 3.171875 -0.921875 C 3.160156 -1.066406 3.15625 -1.242188 3.15625 -1.453125 Z M 3.15625 -1.453125 "
id="path31" />
</g>
<g
id="glyph-1-0" />
<g
id="glyph-1-1">
<path
d="M 4.0625 -8.109375 L 3.4375 -6.046875 C 4.09375 -6.804688 4.675781 -7.335938 5.1875 -7.640625 C 5.695313 -7.953125 6.21875 -8.109375 6.75 -8.109375 C 7.28125 -8.109375 7.734375 -7.894531 8.109375 -7.46875 C 8.484375 -7.050781 8.671875 -6.503906 8.671875 -5.828125 C 8.671875 -4.515625 8.132813 -3.175781 7.0625 -1.8125 C 6 -0.457031 4.753906 0.21875 3.328125 0.21875 C 3.035156 0.21875 2.769531 0.179688 2.53125 0.109375 C 2.300781 0.046875 2.046875 -0.0664063 1.765625 -0.234375 L 1.109375 2.078125 C 0.972656 2.535156 0.90625 2.832031 0.90625 2.96875 C 0.90625 3.09375 0.941406 3.203125 1.015625 3.296875 C 1.085938 3.390625 1.195313 3.460938 1.34375 3.515625 C 1.5 3.566406 1.8125 3.59375 2.28125 3.59375 L 2.1875 3.921875 L -2.03125 3.921875 L -1.9375 3.59375 C -1.382813 3.570313 -1.007813 3.472656 -0.8125 3.296875 C -0.613281 3.128906 -0.410156 2.671875 -0.203125 1.921875 L 2.0625 -5.921875 C 2.207031 -6.421875 2.28125 -6.734375 2.28125 -6.859375 C 2.28125 -7.015625 2.234375 -7.132813 2.140625 -7.21875 C 2.046875 -7.3125 1.898438 -7.359375 1.703125 -7.359375 C 1.535156 -7.359375 1.296875 -7.335938 0.984375 -7.296875 L 0.984375 -7.65625 Z M 1.96875 -0.9375 C 2.34375 -0.5 2.84375 -0.28125 3.46875 -0.28125 C 3.78125 -0.28125 4.097656 -0.363281 4.421875 -0.53125 C 4.742188 -0.707031 5.054688 -0.960938 5.359375 -1.296875 C 5.671875 -1.640625 5.945313 -2.035156 6.1875 -2.484375 C 6.4375 -2.929688 6.65625 -3.457031 6.84375 -4.0625 C 7.039063 -4.664063 7.140625 -5.257813 7.140625 -5.84375 C 7.140625 -6.320313 7.03125 -6.6875 6.8125 -6.9375 C 6.59375 -7.195313 6.335938 -7.328125 6.046875 -7.328125 C 5.398438 -7.328125 4.757813 -6.957031 4.125 -6.21875 C 3.5 -5.476563 3.039063 -4.613281 2.75 -3.625 Z M 1.96875 -0.9375 "
id="path35" />
</g>
<g
id="glyph-1-2">
<path
d="M 6.34375 -12.390625 C 7.101563 -12.390625 7.742188 -12.070313 8.265625 -11.4375 C 8.796875 -10.800781 9.0625 -9.789063 9.0625 -8.40625 C 9.0625 -7.226563 8.863281 -6.023438 8.46875 -4.796875 C 8.082031 -3.566406 7.535156 -2.5 6.828125 -1.59375 C 6.265625 -0.882813 5.675781 -0.367188 5.0625 -0.046875 C 4.707031 0.128906 4.296875 0.21875 3.828125 0.21875 C 3.046875 0.21875 2.394531 -0.0976563 1.875 -0.734375 C 1.351563 -1.378906 1.09375 -2.394531 1.09375 -3.78125 C 1.09375 -5.144531 1.351563 -6.519531 1.875 -7.90625 C 2.488281 -9.507813 3.273438 -10.734375 4.234375 -11.578125 C 4.859375 -12.117188 5.5625 -12.390625 6.34375 -12.390625 Z M 6.34375 -11.9375 C 6 -11.9375 5.648438 -11.796875 5.296875 -11.515625 C 4.941406 -11.242188 4.570313 -10.675781 4.1875 -9.8125 C 3.8125 -8.957031 3.453125 -7.851563 3.109375 -6.5 C 2.660156 -4.726563 2.4375 -3.21875 2.4375 -1.96875 C 2.4375 -1.34375 2.570313 -0.875 2.84375 -0.5625 C 3.113281 -0.257813 3.4375 -0.109375 3.8125 -0.109375 C 4.175781 -0.109375 4.488281 -0.226563 4.75 -0.46875 C 5.4375 -1.113281 6.023438 -2.21875 6.515625 -3.78125 C 7.304688 -6.332031 7.703125 -8.40625 7.703125 -10 C 7.703125 -10.65625 7.566406 -11.140625 7.296875 -11.453125 C 7.023438 -11.773438 6.707031 -11.9375 6.34375 -11.9375 Z M 6.34375 -11.9375 "
id="path38" />
</g>
<g
id="glyph-1-3">
<path
d="M 4.046875 -8.109375 L 2.859375 -4.03125 C 3.972656 -5.695313 4.828125 -6.789063 5.421875 -7.3125 C 6.015625 -7.84375 6.585938 -8.109375 7.140625 -8.109375 C 7.441406 -8.109375 7.6875 -8.007813 7.875 -7.8125 C 8.070313 -7.613281 8.171875 -7.359375 8.171875 -7.046875 C 8.171875 -6.679688 8.082031 -6.203125 7.90625 -5.609375 L 6.8125 -1.84375 C 6.6875 -1.40625 6.625 -1.132813 6.625 -1.03125 C 6.625 -0.945313 6.644531 -0.878906 6.6875 -0.828125 C 6.738281 -0.773438 6.796875 -0.75 6.859375 -0.75 C 6.921875 -0.75 7.003906 -0.785156 7.109375 -0.859375 C 7.429688 -1.109375 7.78125 -1.488281 8.15625 -2 L 8.421875 -1.84375 C 7.867188 -1.039063 7.347656 -0.472656 6.859375 -0.140625 C 6.503906 0.0976563 6.191406 0.21875 5.921875 0.21875 C 5.703125 0.21875 5.523438 0.148438 5.390625 0.015625 C 5.253906 -0.117188 5.1875 -0.300781 5.1875 -0.53125 C 5.1875 -0.8125 5.289063 -1.300781 5.5 -2 L 6.53125 -5.609375 C 6.664063 -6.054688 6.734375 -6.40625 6.734375 -6.65625 C 6.734375 -6.769531 6.691406 -6.863281 6.609375 -6.9375 C 6.535156 -7.019531 6.441406 -7.0625 6.328125 -7.0625 C 6.160156 -7.0625 5.960938 -6.988281 5.734375 -6.84375 C 5.285156 -6.570313 4.820313 -6.128906 4.34375 -5.515625 C 3.875 -4.898438 3.375 -4.109375 2.84375 -3.140625 C 2.5625 -2.628906 2.328125 -2.078125 2.140625 -1.484375 L 1.6875 0 L 0.34375 0 L 1.984375 -5.609375 C 2.171875 -6.285156 2.265625 -6.691406 2.265625 -6.828125 C 2.265625 -6.953125 2.210938 -7.0625 2.109375 -7.15625 C 2.003906 -7.257813 1.875 -7.3125 1.71875 -7.3125 C 1.644531 -7.3125 1.519531 -7.300781 1.34375 -7.28125 L 1 -7.234375 L 0.953125 -7.546875 Z M 4.046875 -8.109375 "
id="path41" />
</g>
<g
id="glyph-1-4">
<path
d="M 5.484375 -4.578125 L 5.125 -3.390625 L 0.484375 -3.390625 L 0.84375 -4.578125 Z M 5.484375 -4.578125 "
id="path44" />
</g>
<g
id="glyph-1-5">
<path
d="M 7.65625 -12.390625 L 4.78125 -2.359375 C 4.601563 -1.765625 4.515625 -1.335938 4.515625 -1.078125 C 4.515625 -0.859375 4.59375 -0.6875 4.75 -0.5625 C 4.90625 -0.445313 5.265625 -0.367188 5.828125 -0.328125 L 5.734375 0 L 1.125 0 L 1.25 -0.328125 C 1.738281 -0.335938 2.0625 -0.378906 2.21875 -0.453125 C 2.46875 -0.554688 2.65625 -0.695313 2.78125 -0.875 C 2.976563 -1.15625 3.175781 -1.648438 3.375 -2.359375 L 5.453125 -9.5625 C 5.578125 -10 5.644531 -10.25 5.65625 -10.3125 C 5.675781 -10.4375 5.6875 -10.554688 5.6875 -10.671875 C 5.6875 -10.878906 5.628906 -11.039063 5.515625 -11.15625 C 5.398438 -11.28125 5.242188 -11.34375 5.046875 -11.34375 C 4.890625 -11.34375 4.648438 -11.304688 4.328125 -11.234375 L 4.203125 -11.546875 L 7.234375 -12.390625 Z M 7.65625 -12.390625 "
id="path47" />
</g>
<g
id="glyph-1-6">
<path
d="M 3.984375 -8.109375 L 2.8125 -4.0625 C 3.332031 -5.007813 3.773438 -5.722656 4.140625 -6.203125 C 4.703125 -6.941406 5.253906 -7.476563 5.796875 -7.8125 C 6.109375 -8.007813 6.441406 -8.109375 6.796875 -8.109375 C 7.085938 -8.109375 7.332031 -8.007813 7.53125 -7.8125 C 7.726563 -7.625 7.828125 -7.378906 7.828125 -7.078125 C 7.828125 -6.785156 7.757813 -6.40625 7.625 -5.9375 L 6.984375 -3.65625 C 7.960938 -5.476563 8.882813 -6.757813 9.75 -7.5 C 10.238281 -7.90625 10.71875 -8.109375 11.1875 -8.109375 C 11.457031 -8.109375 11.679688 -8.015625 11.859375 -7.828125 C 12.035156 -7.640625 12.125 -7.347656 12.125 -6.953125 C 12.125 -6.609375 12.070313 -6.238281 11.96875 -5.84375 L 10.984375 -2.359375 C 10.765625 -1.609375 10.65625 -1.191406 10.65625 -1.109375 C 10.65625 -1.015625 10.679688 -0.941406 10.734375 -0.890625 C 10.773438 -0.847656 10.820313 -0.828125 10.875 -0.828125 C 10.9375 -0.828125 11.046875 -0.882813 11.203125 -1 C 11.535156 -1.257813 11.851563 -1.601563 12.15625 -2.03125 L 12.453125 -1.84375 C 12.296875 -1.601563 12.03125 -1.273438 11.65625 -0.859375 C 11.28125 -0.441406 10.957031 -0.15625 10.6875 0 C 10.414063 0.144531 10.164063 0.21875 9.9375 0.21875 C 9.726563 0.21875 9.550781 0.144531 9.40625 0 C 9.269531 -0.144531 9.203125 -0.320313 9.203125 -0.53125 C 9.203125 -0.8125 9.328125 -1.382813 9.578125 -2.25 L 10.390625 -5.125 C 10.578125 -5.789063 10.675781 -6.160156 10.6875 -6.234375 C 10.707031 -6.347656 10.71875 -6.457031 10.71875 -6.5625 C 10.71875 -6.71875 10.679688 -6.835938 10.609375 -6.921875 C 10.535156 -7.003906 10.457031 -7.046875 10.375 -7.046875 C 10.125 -7.046875 9.859375 -6.914063 9.578125 -6.65625 C 8.753906 -5.894531 7.984375 -4.832031 7.265625 -3.46875 C 6.796875 -2.5625 6.351563 -1.40625 5.9375 0 L 4.59375 0 L 6.125 -5.421875 C 6.289063 -6.003906 6.375 -6.394531 6.375 -6.59375 C 6.375 -6.75 6.335938 -6.863281 6.265625 -6.9375 C 6.203125 -7.019531 6.125 -7.0625 6.03125 -7.0625 C 5.832031 -7.0625 5.625 -6.992188 5.40625 -6.859375 C 5.039063 -6.617188 4.578125 -6.113281 4.015625 -5.34375 C 3.453125 -4.582031 3.015625 -3.851563 2.703125 -3.15625 C 2.554688 -2.832031 2.203125 -1.78125 1.640625 0 L 0.3125 0 L 2.1875 -6.5625 C 2.226563 -6.675781 2.25 -6.757813 2.25 -6.8125 C 2.25 -6.9375 2.1875 -7.050781 2.0625 -7.15625 C 1.945313 -7.257813 1.796875 -7.3125 1.609375 -7.3125 C 1.535156 -7.3125 1.320313 -7.273438 0.96875 -7.203125 L 0.890625 -7.546875 Z M 3.984375 -8.109375 "
id="path50" />
</g>
<g
id="glyph-1-7">
<path
d="M 4.203125 -11.65625 C 4.453125 -11.65625 4.664063 -11.566406 4.84375 -11.390625 C 5.019531 -11.210938 5.109375 -11 5.109375 -10.75 C 5.109375 -10.5 5.019531 -10.285156 4.84375 -10.109375 C 4.664063 -9.929688 4.453125 -9.84375 4.203125 -9.84375 C 3.953125 -9.84375 3.738281 -9.929688 3.5625 -10.109375 C 3.382813 -10.285156 3.296875 -10.5 3.296875 -10.75 C 3.296875 -11 3.382813 -11.210938 3.5625 -11.390625 C 3.738281 -11.566406 3.953125 -11.65625 4.203125 -11.65625 Z M 4.34375 -8.109375 L 2.03125 -0.09375 C 1.613281 1.34375 1.046875 2.375 0.328125 3 C -0.390625 3.632813 -1.164063 3.953125 -2 3.953125 C -2.375 3.953125 -2.65625 3.863281 -2.84375 3.6875 C -3.039063 3.519531 -3.140625 3.316406 -3.140625 3.078125 C -3.140625 2.890625 -3.066406 2.722656 -2.921875 2.578125 C -2.773438 2.441406 -2.609375 2.375 -2.421875 2.375 C -2.242188 2.375 -2.09375 2.429688 -1.96875 2.546875 C -1.863281 2.640625 -1.8125 2.742188 -1.8125 2.859375 C -1.8125 3.015625 -1.882813 3.148438 -2.03125 3.265625 C -2.113281 3.328125 -2.15625 3.378906 -2.15625 3.421875 L -2.140625 3.46875 C -2.117188 3.488281 -2.085938 3.503906 -2.046875 3.515625 C -2.015625 3.523438 -1.960938 3.53125 -1.890625 3.53125 C -1.410156 3.53125 -1 3.375 -0.65625 3.0625 C -0.3125 2.757813 -0.00390625 2.148438 0.265625 1.234375 L 2.265625 -5.640625 C 2.460938 -6.316406 2.5625 -6.691406 2.5625 -6.765625 C 2.5625 -6.910156 2.5 -7.035156 2.375 -7.140625 C 2.25 -7.253906 2.085938 -7.3125 1.890625 -7.3125 C 1.804688 -7.3125 1.710938 -7.304688 1.609375 -7.296875 C 1.535156 -7.273438 1.425781 -7.253906 1.28125 -7.234375 L 1.28125 -7.546875 Z M 4.34375 -8.109375 "
id="path53" />
</g>
<g
id="glyph-1-8">
<path
d="M 2.40625 -7.1875 L 2.6875 -9.84375 C 2.757813 -10.59375 2.835938 -11.097656 2.921875 -11.359375 C 3.035156 -11.742188 3.191406 -12.015625 3.390625 -12.171875 C 3.597656 -12.335938 3.832031 -12.421875 4.09375 -12.421875 C 4.3125 -12.421875 4.484375 -12.359375 4.609375 -12.234375 C 4.734375 -12.117188 4.796875 -11.96875 4.796875 -11.78125 C 4.796875 -11.644531 4.765625 -11.492188 4.703125 -11.328125 C 4.628906 -11.097656 4.410156 -10.597656 4.046875 -9.828125 L 2.796875 -7.1875 Z M 2.40625 -7.1875 "
id="path56" />
</g>
<g
id="glyph-2-0" />
<g
id="glyph-2-1">
<path
d="M 6.375 -10.328125 L 3.984375 -1.96875 C 3.835938 -1.46875 3.765625 -1.109375 3.765625 -0.890625 C 3.765625 -0.710938 3.828125 -0.570313 3.953125 -0.46875 C 4.085938 -0.375 4.382813 -0.3125 4.84375 -0.28125 L 4.78125 0 L 0.9375 0 L 1.03125 -0.28125 C 1.445313 -0.289063 1.71875 -0.320313 1.84375 -0.375 C 2.050781 -0.457031 2.207031 -0.578125 2.3125 -0.734375 C 2.476563 -0.960938 2.644531 -1.375 2.8125 -1.96875 L 4.546875 -7.96875 C 4.648438 -8.332031 4.707031 -8.539063 4.71875 -8.59375 C 4.726563 -8.695313 4.734375 -8.796875 4.734375 -8.890625 C 4.734375 -9.054688 4.6875 -9.191406 4.59375 -9.296875 C 4.5 -9.398438 4.367188 -9.453125 4.203125 -9.453125 C 4.078125 -9.453125 3.878906 -9.421875 3.609375 -9.359375 L 3.5 -9.625 L 6.015625 -10.328125 Z M 6.375 -10.328125 "
id="path60" />
</g>
<g
id="glyph-2-2">
<path
d="M 5.28125 0 L 0.234375 0 L 0.234375 -0.28125 C 2.804688 -2.53125 4.503906 -4.289063 5.328125 -5.5625 C 5.710938 -6.15625 5.90625 -6.78125 5.90625 -7.4375 C 5.90625 -7.945313 5.742188 -8.363281 5.421875 -8.6875 C 5.109375 -9.019531 4.695313 -9.1875 4.1875 -9.1875 C 3.488281 -9.1875 2.910156 -8.847656 2.453125 -8.171875 L 2.1875 -8.296875 C 2.445313 -8.941406 2.816406 -9.441406 3.296875 -9.796875 C 3.785156 -10.148438 4.316406 -10.328125 4.890625 -10.328125 C 5.523438 -10.328125 6.0625 -10.101563 6.5 -9.65625 C 6.9375 -9.21875 7.15625 -8.6875 7.15625 -8.0625 C 7.15625 -7.625 7.082031 -7.21875 6.9375 -6.84375 C 6.695313 -6.269531 6.253906 -5.617188 5.609375 -4.890625 C 4.640625 -3.785156 3.335938 -2.515625 1.703125 -1.078125 L 4.25 -1.078125 C 4.65625 -1.078125 4.988281 -1.160156 5.25 -1.328125 C 5.507813 -1.503906 5.695313 -1.734375 5.8125 -2.015625 L 6.125 -2.015625 Z M 5.28125 0 "
id="path63" />
</g>
<g
id="glyph-3-0" />
<g
id="glyph-3-1" />
</g>
</defs>
<path
fill="none"
stroke-width="1.02"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 971.270874 117.708338 C 970.380249 178.380216 921.859413 226.151051 863.750036 225.239593 M 971.270874 117.708338 C 970.578165 179.088549 924.020872 225.651051 863.750036 225.239593 M 863.750036 225.239593 C 802.609408 225.078134 756.859407 178.218757 756.229198 117.708338 M 863.750036 225.239593 C 805.390659 226.020843 758.468782 175.270841 756.229198 117.708338 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path72" />
<path
fill="none"
stroke-width="1.02"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 27.520835 108.031255 C 291.828137 106.458338 555.078148 106.718754 1046.687544 108.031255 M 27.520835 108.031255 C 360.697932 108.85938 693.130237 109.14063 1046.687544 108.031255 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path74" />
<g
fill="#000000"
fill-opacity="1"
id="g86">
<use
xlink:href="#glyph-0-1"
x="492.15424"
y="129.94485"
id="use76" />
<use
xlink:href="#glyph-0-2"
x="499.51437"
y="129.94485"
id="use78" />
<use
xlink:href="#glyph-0-3"
x="503.03769"
y="129.94485"
id="use80" />
<use
xlink:href="#glyph-0-4"
x="511.0249"
y="129.94485"
id="use82" />
<use
xlink:href="#glyph-0-5"
x="518.69855"
y="129.94485"
id="use84" />
</g>
<path
fill="none"
stroke-width="0.51"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 661.95126 105.991117 L 661.95126 105.991117 M 661.95126 105.991117 L 661.95126 105.991117 M 661.690843 112.511951 C 662.518968 111.558826 663.779385 109.011951 665.70126 107.902576 M 661.690843 112.511951 C 663.508552 110.902576 664.560635 108.621326 665.70126 107.902576 M 662.091885 118.272368 C 665.321052 114.881743 667.13876 113.407784 669.45126 109.798409 M 662.091885 118.272368 C 664.211677 115.970284 666.930427 112.579659 669.45126 109.798409 M 661.821052 124.787993 C 663.48251 123.251535 666.711677 119.522368 672.518969 112.480701 M 661.821052 124.787993 C 664.680427 122.371326 666.310635 120.142159 672.518969 112.480701 M 662.23251 130.537993 C 664.899177 126.152576 672.268969 119.991118 676.268969 114.381743 M 662.23251 130.537993 C 666.810635 126.527576 669.92001 122.14216 676.268969 114.381743 M 661.961677 137.058827 C 664.722093 133.881743 669.591885 126.480701 680.008552 116.287993 M 661.961677 137.058827 C 667.821052 130.189035 675.591886 121.209868 680.008552 116.287993 M 661.690843 143.57966 C 671.190844 134.689035 679.852302 124.86091 683.758553 118.199451 M 661.690843 143.57966 C 669.940844 133.230702 679.982511 123.902576 683.758553 118.199451 M 663.430427 147.787994 C 672.498135 134.980702 683.378344 127.209868 687.498136 120.100493 M 663.430427 147.787994 C 667.961677 141.277577 672.518969 136.381743 687.498136 120.100493 M 673.85751 142.011952 C 676.341886 137.480702 682.909594 131.189035 690.581469 122.777576 M 673.85751 142.011952 C 680.920011 133.881743 687.758553 126.991118 690.581469 122.777576 M 684.961678 135.449452 C 686.018969 132.14216 688.852303 132.001535 694.33147 124.678618 M 684.961678 135.449452 C 688.810636 131.819243 691.951261 127.381743 694.33147 124.678618 "
transform="matrix(0.000000000000000046, -0.75, 0.75, 0.000000000000000046, 415.432447, 605.002487)"
id="path88" />
<path
fill="none"
stroke-width="1.02"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 661.95126 105.991117 C 674.211677 114.350493 688.279386 119.918201 697.628345 126.381743 M 661.95126 105.991117 C 674.810636 113.261951 687.539803 119.709868 697.628345 126.381743 M 697.628345 126.381743 C 689.701261 130.04841 682.909594 132.287993 661.95126 146.761952 M 697.628345 126.381743 C 683.930428 134.319243 671.331469 142.11091 661.95126 146.761952 M 661.95126 146.761952 C 662.909593 130.381743 660.42001 117.131743 661.95126 105.991117 M 661.95126 146.761952 C 662.67001 133.251535 662.560635 118.579659 661.95126 105.991117 "
transform="matrix(0.000000000000000046, -0.75, 0.75, 0.000000000000000046, 415.432447, 605.002487)"
id="path90" />
<g
fill="#000000"
fill-opacity="1"
id="g94">
<use
xlink:href="#glyph-1-1"
x="505.6384"
y="68.029961"
id="use92" />
</g>
<path
fill="none"
stroke-width="0.51"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 336.327711 67.268318 L 336.327711 67.268318 M 336.327711 67.268318 L 336.327711 67.268318 M 336.062086 73.789151 C 338.23917 71.362068 339.088128 70.112068 340.072503 69.169359 M 336.062086 73.789151 C 337.197503 72.299568 338.598545 70.721443 340.072503 69.169359 M 336.45792 79.539152 C 338.291253 78.049568 339.52042 76.66936 343.822503 71.080818 M 336.45792 79.539152 C 337.931878 77.247485 339.812086 75.851651 343.822503 71.080818 M 336.197503 86.059985 C 339.48917 83.45061 341.192295 78.408943 346.900628 73.747485 M 336.197503 86.059985 C 339.338128 82.211027 342.338128 78.45061 346.900628 73.747485 M 336.598545 91.809985 C 342.062087 87.820402 346.348545 81.940193 350.640212 75.658943 M 336.598545 91.809985 C 340.911045 87.528735 344.150628 82.997485 350.640212 75.658943 M 336.327711 98.330819 C 341.390211 91.872485 351.530837 82.148527 354.390212 77.559985 M 336.327711 98.330819 C 341.48917 92.851652 345.921462 86.080818 354.390212 77.559985 M 336.072503 104.851653 C 344.27042 98.398527 350.619379 91.247485 358.129796 79.471443 M 336.072503 104.851653 C 344.77042 94.450611 351.921462 86.320402 358.129796 79.471443 M 337.812086 109.059986 C 346.812087 98.820402 357.77042 89.549569 361.879796 81.372485 M 337.812086 109.059986 C 345.218337 99.658944 354.588129 91.16936 361.879796 81.372485 M 348.23917 103.278736 C 355.23917 96.299569 361.530837 89.518319 364.947504 84.049568 M 348.23917 103.278736 C 351.697504 99.971444 354.98917 96.049569 364.947504 84.049568 M 359.338129 96.721444 C 363.239171 95.101652 364.010004 89.721444 368.697504 85.95061 M 359.338129 96.721444 C 362.181879 94.362069 364.171462 92.127694 368.697504 85.95061 "
transform="matrix(0.000000000000000046, 0.75, -0.75, 0.000000000000000046, 331.732486, -199.507492)"
id="path96" />
<path
fill="none"
stroke-width="1.02"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 336.327711 67.268318 C 348.577712 75.778735 365.358962 84.778735 371.999588 87.648527 M 336.327711 67.268318 C 350.098545 74.627693 361.088129 81.63811 371.999588 87.648527 M 371.999588 87.648527 C 359.468337 96.007902 350.588129 99.362069 336.327711 108.028736 M 371.999588 87.648527 C 359.077712 95.268319 346.27042 100.929777 336.327711 108.028736 M 336.327711 108.028736 C 335.588128 98.289152 337.572503 86.278735 336.327711 67.268318 M 336.327711 108.028736 C 336.20792 97.450611 336.369378 85.471443 336.327711 67.268318 "
transform="matrix(0.000000000000000046, 0.75, -0.75, 0.000000000000000046, 331.732486, -199.507492)"
id="path98" />
<g
fill="#000000"
fill-opacity="1"
id="g102">
<use
xlink:href="#glyph-1-2"
x="14.90544"
y="99.369598"
id="use100" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g110">
<use
xlink:href="#glyph-1-3"
x="773.17194"
y="98.605217"
id="use104" />
<use
xlink:href="#glyph-1-4"
x="782.34448"
y="98.605217"
id="use106" />
<use
xlink:href="#glyph-1-5"
x="788.45361"
y="98.605217"
id="use108" />
</g>
<path
fill="none"
stroke-width="1.02"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 507.552105 117.208338 C 513.59898 111.380213 516.671897 108.161463 527.932314 96.817712 M 507.552105 117.208338 C 511.447938 112.07813 518.041688 108.60938 527.932314 96.817712 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path112" />
<path
fill="none"
stroke-width="1.02"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 180.390633 117.208338 C 186.750008 111.130213 191.671883 109.598963 200.781258 96.817712 M 180.390633 117.208338 C 187.802091 110.697921 195.1823 103.098963 200.781258 96.817712 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path114" />
<g
fill="#000000"
fill-opacity="1"
id="g132">
<use
xlink:href="#glyph-0-6"
x="237.59128"
y="47.391655"
id="use116" />
<use
xlink:href="#glyph-0-2"
x="250.69923"
y="47.391655"
id="use118" />
<use
xlink:href="#glyph-0-7"
x="254.22255"
y="47.391655"
id="use120" />
<use
xlink:href="#glyph-0-7"
x="261.85144"
y="47.391655"
id="use122" />
<use
xlink:href="#glyph-0-4"
x="269.48032"
y="47.391655"
id="use124" />
<use
xlink:href="#glyph-0-7"
x="277.15399"
y="47.391655"
id="use126" />
<use
xlink:href="#glyph-0-8"
x="284.7829"
y="47.391655"
id="use128" />
<use
xlink:href="#glyph-0-9"
x="291.66531"
y="47.391655"
id="use130" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g136">
<use
xlink:href="#glyph-0-8"
x="295.18265"
y="47.391655"
id="use134" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g140">
<use
xlink:href="#glyph-1-6"
x="256.70084"
y="99.369598"
id="use138" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g144">
<use
xlink:href="#glyph-2-1"
x="269.94611"
y="103.19151"
id="use142" />
</g>
<path
fill="none"
stroke-width="1.02"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 751.13024 118.218755 C 757.66149 113.229171 762.328157 109.041671 771.520866 97.838546 M 751.13024 118.218755 C 757.171907 113.10938 761.609407 108.010421 771.520866 97.838546 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path146" />
<path
fill="none"
stroke-width="1.02"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 758.270865 118.218755 C 763.588574 111.932296 767.062532 107.947921 778.651074 97.838546 M 758.270865 118.218755 C 764.932324 112.151046 772.432324 104.781254 778.651074 97.838546 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path148" />
<path
fill-rule="nonzero"
fill="rgb(0%, 0%, 0%)"
fill-opacity="1"
d="M 564.9375 89.722656 L 567.359375 80.519531 L 570.890625 90.292969 L 565.09375 89.109375 "
id="path150" />
<path
fill="none"
stroke-width="1.02"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 751.130828 108.030272 C 754.349579 108.337563 755.53187 109.608397 761.318329 113.12923 M 751.130828 108.030272 C 754.28187 109.66048 758.589162 111.202147 761.318329 113.12923 M 761.318329 113.12923 C 759.099579 114.040689 755.708954 116.608397 751.130828 118.217772 M 761.318329 113.12923 C 758.96937 114.118814 756.448537 115.400064 751.130828 118.217772 M 751.130828 118.217772 C 751.521453 114.91048 751.458953 114.212564 751.130828 108.030272 M 751.130828 118.217772 C 751.292287 114.587564 751.458953 110.587563 751.130828 108.030272 "
transform="matrix(0.000000000000000046, -0.75, 0.75, 0.000000000000000046, 482.699956, 652.394973)"
id="path152" />
<path
fill="none"
stroke-width="1.02"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 944.781289 118.218755 C 947.802123 112.17188 952.21879 108.781255 965.161499 97.838546 M 944.781289 118.218755 C 951.848998 109.520838 960.739623 103.067713 965.161499 97.838546 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path154" />
<path
fill="none"
stroke-width="1.02"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 951.911498 118.218755 C 957.81254 115.348963 961.03129 108.088546 972.291707 97.838546 M 951.911498 118.218755 C 957.567748 112.630213 961.380248 108.000005 972.291707 97.838546 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path156" />
<path
fill-rule="nonzero"
fill="rgb(0%, 0%, 0%)"
fill-opacity="1"
d="M 726.480469 89.714844 L 727.761719 81.734375 L 733.453125 88.019531 L 724.417969 89.746094 "
id="path158" />
<path
fill="none"
stroke-width="1.02"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 966.181245 108.031915 C 969.702079 109.17254 970.129162 110.031915 976.368745 113.130874 M 966.181245 108.031915 C 969.269787 110.011082 971.311454 111.458999 976.368745 113.130874 M 976.368745 113.130874 C 973.738537 114.401707 969.920829 116.479832 966.181245 118.219416 M 976.368745 113.130874 C 973.311454 114.422541 971.332287 115.490249 966.181245 118.219416 M 966.181245 118.219416 C 966.681245 113.849624 965.488537 110.958999 966.181245 108.031915 M 966.181245 118.219416 C 966.32187 115.011082 965.920828 111.662124 966.181245 108.031915 "
transform="matrix(0.000000000000000046, -0.75, 0.75, 0.000000000000000046, 643.979973, 813.674966)"
id="path160" />
<path
fill-rule="nonzero"
fill="rgb(100%, 100%, 100%)"
fill-opacity="1"
d="M 639.710938 156.808594 L 651.1875 156.710938 L 653.910156 179.738281 L 638.558594 177.292969 "
id="path162" />
<g
fill="#000000"
fill-opacity="1"
id="g166">
<use
xlink:href="#glyph-0-10"
x="642.79712"
y="172.75023"
id="use164" />
</g>
<path
fill="none"
stroke-width="4.08"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 679.791695 108.541671 C 716.947947 111.411463 752.562531 110.42188 850.552119 109.000005 M 679.791695 108.541671 C 728.739614 109.848963 778.182324 110.39063 850.552119 109.000005 "
transform="matrix(0.75, 0, 0, 0.75, 0, 0)"
id="path168" />
<path
fill="none"
stroke-width="2.04"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 850.848994 103.578129 L 850.848994 103.578129 M 850.848994 103.578129 L 850.848994 103.578129 "
transform="matrix(0.75, 0, 0, 0.75, 0, 0)"
id="path170" />
<path
fill="none"
stroke-width="4.08"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 860.739619 109.031255 C 858.937536 111.312505 855.218786 111.92188 850.531285 114.098963 M 860.739619 109.031255 C 858.697952 110.500005 855.458369 111.739588 850.531285 114.098963 M 850.531285 114.098963 C 850.317744 109.510421 849.911494 105.979171 850.562535 103.901046 M 850.531285 114.098963 C 850.729202 111.17188 850.411494 106.979171 850.562535 103.901046 M 850.562535 103.901046 C 853.421911 106.682296 858.958369 107.197921 860.739619 109.031255 M 850.562535 103.901046 C 854.447952 106.130213 858.890661 108.161463 860.739619 109.031255 "
transform="matrix(0.75, 0, 0, 0.75, 0, 0)"
id="path172" />
<path
fill="none"
stroke-width="0.51"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 845.407727 67.270187 L 845.407727 67.270187 M 845.407727 67.270187 L 845.407727 67.270187 M 845.142102 73.791021 C 846.881686 72.311854 847.621269 70.030604 849.152519 69.171229 M 845.142102 73.791021 C 846.548352 72.400396 847.761894 70.660813 849.152519 69.171229 M 845.537936 79.541021 C 847.631686 76.999355 851.418144 72.921229 852.902519 71.077479 M 845.537936 79.541021 C 847.261894 77.061855 849.678561 75.202479 852.902519 71.077479 M 845.277519 86.061855 C 847.011894 82.45248 851.918144 80.811855 855.970228 73.749354 M 845.277519 86.061855 C 849.761894 81.160813 852.491061 76.650396 855.970228 73.749354 M 845.678561 91.811855 C 850.261894 86.848313 852.761894 80.650396 859.720228 75.660813 M 845.678561 91.811855 C 849.907727 86.57748 853.022311 82.879563 859.720228 75.660813 M 845.407727 98.32748 C 848.741061 93.509772 856.261894 87.030605 863.459811 77.561855 M 845.407727 98.32748 C 851.709811 91.259772 856.678561 85.20248 863.459811 77.561855 M 845.142102 104.848314 C 852.850436 93.92123 861.569186 86.988938 867.209812 79.468105 M 845.142102 104.848314 C 849.590019 100.421231 853.678561 95.322272 867.209812 79.468105 M 846.881686 109.061856 C 851.360853 101.639981 856.642103 96.738939 870.949395 81.369146 M 846.881686 109.061856 C 855.819186 100.098314 862.360853 89.879563 870.949395 81.369146 M 857.319186 103.280606 C 861.709811 98.629564 866.438978 93.561855 874.02752 84.051438 M 857.319186 103.280606 C 863.59002 97.572272 868.631687 91.087897 874.02752 84.051438 M 868.418145 96.718105 C 871.34002 92.520189 873.220228 90.879563 877.77752 85.95248 M 868.418145 96.718105 C 871.511895 92.369147 875.407729 88.660813 877.77752 85.95248 "
transform="matrix(0.000000000000000046, 0.75, -0.75, 0.000000000000000046, 713.542482, -581.317488)"
id="path174" />
<path
fill="none"
stroke-width="1.02"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 845.407727 67.270187 C 857.928561 74.421229 870.860853 81.728521 881.079604 87.650397 M 845.407727 67.270187 C 853.772311 71.301438 863.491061 78.249355 881.079604 87.650397 M 881.079604 87.650397 C 867.188978 95.348314 854.959811 104.910814 845.407727 108.030606 M 881.079604 87.650397 C 874.022312 91.57748 865.668145 95.67123 845.407727 108.030606 M 845.407727 108.030606 C 846.668144 95.63998 845.980644 79.931646 845.407727 67.270187 M 845.407727 108.030606 C 845.761894 96.468105 845.527519 84.369147 845.407727 67.270187 "
transform="matrix(0.000000000000000046, 0.75, -0.75, 0.000000000000000046, 713.542482, -581.317488)"
id="path176" />
<g
fill="#000000"
fill-opacity="1"
id="g194">
<use
xlink:href="#glyph-0-6"
x="614.28809"
y="48.156036"
id="use178" />
<use
xlink:href="#glyph-0-2"
x="627.396"
y="48.156036"
id="use180" />
<use
xlink:href="#glyph-0-7"
x="630.91931"
y="48.156036"
id="use182" />
<use
xlink:href="#glyph-0-7"
x="638.54822"
y="48.156036"
id="use184" />
<use
xlink:href="#glyph-0-4"
x="646.17712"
y="48.156036"
id="use186" />
<use
xlink:href="#glyph-0-7"
x="653.85077"
y="48.156036"
id="use188" />
<use
xlink:href="#glyph-0-8"
x="661.47968"
y="48.156036"
id="use190" />
<use
xlink:href="#glyph-0-11"
x="668.36206"
y="48.156036"
id="use192" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g198">
<use
xlink:href="#glyph-3-1"
x="678.26917"
y="48.156036"
id="use196" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g202">
<use
xlink:href="#glyph-1-6"
x="638.1272"
y="100.13398"
id="use200" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g206">
<use
xlink:href="#glyph-2-2"
x="651.3725"
y="103.95589"
id="use204" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g210">
<use
xlink:href="#glyph-1-7"
x="561.95178"
y="68.794334"
id="use208" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g214">
<use
xlink:href="#glyph-2-1"
x="567.03973"
y="72.616249"
id="use212" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g218">
<use
xlink:href="#glyph-1-7"
x="723.57074"
y="68.029961"
id="use216" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g222">
<use
xlink:href="#glyph-2-1"
x="728.65863"
y="71.851868"
id="use220" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g226">
<use
xlink:href="#glyph-1-8"
x="736.30249"
y="71.851868"
id="use224" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 58 KiB

View File

@@ -0,0 +1,971 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="812.88pt"
height="210.95999pt"
viewBox="0 0 812.88 210.95999"
version="1.1"
id="svg327"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs79">
<g
id="g77">
<g
id="glyph-0-0" />
<g
id="glyph-0-1">
<path
d="M 0.15625 -11.796875 C 0.15625 -12.097656 0.210938 -12.347656 0.328125 -12.546875 C 0.441406 -12.742188 0.597656 -12.90625 0.796875 -13.03125 C 0.992188 -13.15625 1.210938 -13.25 1.453125 -13.3125 C 1.703125 -13.375 1.957031 -13.414063 2.21875 -13.4375 C 2.476563 -13.457031 2.734375 -13.460938 2.984375 -13.453125 C 3.234375 -13.453125 3.460938 -13.453125 3.671875 -13.453125 C 4.078125 -13.453125 4.484375 -13.410156 4.890625 -13.328125 C 5.296875 -13.253906 5.65625 -13.117188 5.96875 -12.921875 C 6.289063 -12.722656 6.550781 -12.457031 6.75 -12.125 C 6.945313 -11.789063 7.046875 -11.375 7.046875 -10.875 C 7.046875 -10.4375 6.957031 -10 6.78125 -9.5625 C 6.601563 -9.132813 6.378906 -8.722656 6.109375 -8.328125 C 5.835938 -7.941406 5.523438 -7.585938 5.171875 -7.265625 C 4.828125 -6.941406 4.484375 -6.664063 4.140625 -6.4375 C 3.796875 -6.207031 3.46875 -6.023438 3.15625 -5.890625 C 2.84375 -5.765625 2.582031 -5.71875 2.375 -5.75 C 2.25 -5.351563 2.175781 -4.929688 2.15625 -4.484375 C 2.132813 -4.046875 2.128906 -3.613281 2.140625 -3.1875 C 2.148438 -2.769531 2.160156 -2.367188 2.171875 -1.984375 C 2.191406 -1.609375 2.175781 -1.28125 2.125 -1 C 2.070313 -0.726563 1.96875 -0.523438 1.8125 -0.390625 C 1.664063 -0.253906 1.441406 -0.210938 1.140625 -0.265625 C 1.046875 -0.972656 0.972656 -1.6875 0.921875 -2.40625 C 0.878906 -3.132813 0.84375 -3.859375 0.8125 -4.578125 C 0.789063 -5.296875 0.765625 -5.992188 0.734375 -6.671875 C 0.710938 -7.359375 0.675781 -8.007813 0.625 -8.625 C 0.582031 -9.238281 0.519531 -9.8125 0.4375 -10.34375 C 0.363281 -10.882813 0.269531 -11.367188 0.15625 -11.796875 Z M 3.828125 -12.171875 C 3.679688 -12.171875 3.5 -12.164063 3.28125 -12.15625 C 3.0625 -12.144531 2.847656 -12.113281 2.640625 -12.0625 C 2.441406 -12.007813 2.269531 -11.914063 2.125 -11.78125 C 1.988281 -11.644531 1.921875 -11.453125 1.921875 -11.203125 L 1.921875 -7.296875 C 2.328125 -7.296875 2.757813 -7.40625 3.21875 -7.625 C 3.675781 -7.84375 4.09375 -8.117188 4.46875 -8.453125 C 4.851563 -8.796875 5.171875 -9.179688 5.421875 -9.609375 C 5.671875 -10.035156 5.796875 -10.457031 5.796875 -10.875 C 5.796875 -11.1875 5.738281 -11.425781 5.625 -11.59375 C 5.507813 -11.757813 5.359375 -11.890625 5.171875 -11.984375 C 4.984375 -12.078125 4.773438 -12.128906 4.546875 -12.140625 C 4.316406 -12.160156 4.078125 -12.171875 3.828125 -12.171875 Z M 3.828125 -12.171875 "
id="path3" />
</g>
<g
id="glyph-0-2">
<path
d="M 0.921875 -5.59375 C 0.921875 -5.65625 0.921875 -5.753906 0.921875 -5.890625 C 0.929688 -6.023438 0.9375 -6.164063 0.9375 -6.3125 C 0.945313 -6.457031 0.953125 -6.597656 0.953125 -6.734375 C 0.960938 -6.878906 0.96875 -6.984375 0.96875 -7.046875 C 1.082031 -7.203125 1.222656 -7.328125 1.390625 -7.421875 C 1.566406 -7.523438 1.742188 -7.609375 1.921875 -7.671875 C 1.953125 -7.128906 2.035156 -6.554688 2.171875 -5.953125 C 2.316406 -5.347656 2.46875 -4.738281 2.625 -4.125 C 2.78125 -3.507813 2.921875 -2.90625 3.046875 -2.3125 C 3.171875 -1.71875 3.234375 -1.160156 3.234375 -0.640625 C 3.234375 -0.191406 3.003906 0.03125 2.546875 0.03125 C 2.273438 0.03125 2.039063 -0.0820313 1.84375 -0.3125 C 1.65625 -0.539063 1.503906 -0.832031 1.390625 -1.1875 C 1.273438 -1.539063 1.179688 -1.929688 1.109375 -2.359375 C 1.046875 -2.796875 1 -3.222656 0.96875 -3.640625 C 0.945313 -4.054688 0.929688 -4.4375 0.921875 -4.78125 C 0.921875 -5.132813 0.921875 -5.40625 0.921875 -5.59375 Z M 1.140625 -11.1875 C 1.328125 -11.113281 1.484375 -10.984375 1.609375 -10.796875 C 1.742188 -10.617188 1.800781 -10.457031 1.78125 -10.3125 C 1.769531 -10.175781 1.660156 -10.078125 1.453125 -10.015625 C 1.242188 -9.960938 0.894531 -10.019531 0.40625 -10.1875 C 0.40625 -10.457031 0.457031 -10.691406 0.5625 -10.890625 C 0.664063 -11.085938 0.859375 -11.1875 1.140625 -11.1875 Z M 1.140625 -11.1875 "
id="path6" />
</g>
<g
id="glyph-0-3">
<path
d="M 0.203125 -7.78125 C 0.273438 -8.019531 0.359375 -8.128906 0.453125 -8.109375 C 0.546875 -8.085938 0.660156 -7.972656 0.796875 -7.765625 C 0.941406 -7.554688 1.097656 -7.273438 1.265625 -6.921875 C 1.441406 -6.578125 1.628906 -6.203125 1.828125 -5.796875 C 2.035156 -5.390625 2.253906 -4.976563 2.484375 -4.5625 C 2.710938 -4.144531 2.953125 -3.757813 3.203125 -3.40625 C 3.460938 -3.0625 3.734375 -2.773438 4.015625 -2.546875 C 4.304688 -2.316406 4.597656 -2.1875 4.890625 -2.15625 L 6.09375 -8.328125 C 6.113281 -8.492188 6.1875 -8.585938 6.3125 -8.609375 C 6.445313 -8.640625 6.582031 -8.65625 6.71875 -8.65625 C 7.164063 -8.65625 7.390625 -8.445313 7.390625 -8.03125 C 7.390625 -7.8125 7.367188 -7.460938 7.328125 -6.984375 C 7.285156 -6.503906 7.21875 -5.976563 7.125 -5.40625 C 7.039063 -4.832031 6.929688 -4.242188 6.796875 -3.640625 C 6.671875 -3.046875 6.519531 -2.5 6.34375 -2 C 6.164063 -1.5 5.957031 -1.085938 5.71875 -0.765625 C 5.488281 -0.453125 5.234375 -0.296875 4.953125 -0.296875 C 4.546875 -0.296875 4.144531 -0.429688 3.75 -0.703125 C 3.351563 -0.984375 2.976563 -1.34375 2.625 -1.78125 C 2.269531 -2.226563 1.941406 -2.722656 1.640625 -3.265625 C 1.347656 -3.816406 1.09375 -4.367188 0.875 -4.921875 C 0.664063 -5.472656 0.5 -6 0.375 -6.5 C 0.257813 -7.007813 0.203125 -7.4375 0.203125 -7.78125 Z M 0.203125 -7.78125 "
id="path9" />
</g>
<g
id="glyph-0-4">
<path
d="M 0.296875 -3.03125 C 0.296875 -3.644531 0.4375 -4.21875 0.71875 -4.75 C 1.007813 -5.28125 1.390625 -5.738281 1.859375 -6.125 C 2.335938 -6.507813 2.875 -6.8125 3.46875 -7.03125 C 4.0625 -7.25 4.660156 -7.359375 5.265625 -7.359375 C 5.609375 -7.359375 5.910156 -7.25 6.171875 -7.03125 C 6.429688 -6.8125 6.648438 -6.546875 6.828125 -6.234375 C 7.015625 -5.921875 7.15625 -5.585938 7.25 -5.234375 C 7.34375 -4.890625 7.390625 -4.585938 7.390625 -4.328125 C 7.390625 -3.765625 7.253906 -3.222656 6.984375 -2.703125 C 6.710938 -2.179688 6.363281 -1.71875 5.9375 -1.3125 C 5.507813 -0.914063 5.023438 -0.59375 4.484375 -0.34375 C 3.953125 -0.09375 3.414063 0.03125 2.875 0.03125 C 2.394531 0.03125 1.988281 -0.0507813 1.65625 -0.21875 C 1.332031 -0.382813 1.070313 -0.601563 0.875 -0.875 C 0.675781 -1.144531 0.53125 -1.46875 0.4375 -1.84375 C 0.34375 -2.21875 0.296875 -2.613281 0.296875 -3.03125 Z M 1.5625 -2.875 C 1.5625 -2.613281 1.582031 -2.382813 1.625 -2.1875 C 1.675781 -2 1.757813 -1.835938 1.875 -1.703125 C 1.988281 -1.566406 2.140625 -1.457031 2.328125 -1.375 C 2.515625 -1.300781 2.75 -1.265625 3.03125 -1.265625 C 3.394531 -1.265625 3.757813 -1.363281 4.125 -1.5625 C 4.5 -1.769531 4.832031 -2.03125 5.125 -2.34375 C 5.414063 -2.664063 5.648438 -3.015625 5.828125 -3.390625 C 6.015625 -3.765625 6.109375 -4.128906 6.109375 -4.484375 C 6.109375 -4.648438 6.09375 -4.828125 6.0625 -5.015625 C 6.03125 -5.203125 5.976563 -5.375 5.90625 -5.53125 C 5.84375 -5.695313 5.742188 -5.832031 5.609375 -5.9375 C 5.484375 -6.050781 5.320313 -6.109375 5.125 -6.109375 C 4.9375 -6.109375 4.722656 -6.046875 4.484375 -5.921875 C 4.242188 -5.804688 3.988281 -5.648438 3.71875 -5.453125 C 3.457031 -5.265625 3.195313 -5.050781 2.9375 -4.8125 C 2.6875 -4.582031 2.457031 -4.347656 2.25 -4.109375 C 2.039063 -3.867188 1.875 -3.640625 1.75 -3.421875 C 1.625 -3.203125 1.5625 -3.019531 1.5625 -2.875 Z M 1.5625 -2.875 "
id="path12" />
</g>
<g
id="glyph-0-5">
<path
d="M -0.03125 -7.515625 C -0.03125 -7.546875 -0.0234375 -7.570313 -0.015625 -7.59375 C -0.015625 -7.613281 -0.0078125 -7.640625 0 -7.671875 C 0.0390625 -7.722656 0.0976563 -7.785156 0.171875 -7.859375 C 0.253906 -7.941406 0.304688 -7.984375 0.328125 -7.984375 L 3.328125 -7.984375 C 3.328125 -8.085938 3.3125 -8.257813 3.28125 -8.5 C 3.25 -8.738281 3.21875 -9.003906 3.1875 -9.296875 C 3.164063 -9.585938 3.160156 -9.890625 3.171875 -10.203125 C 3.179688 -10.515625 3.222656 -10.796875 3.296875 -11.046875 C 3.378906 -11.304688 3.5 -11.515625 3.65625 -11.671875 C 3.820313 -11.835938 4.054688 -11.921875 4.359375 -11.921875 C 4.359375 -10.921875 4.425781 -10.113281 4.5625 -9.5 C 4.707031 -8.894531 4.894531 -8.425781 5.125 -8.09375 C 5.363281 -7.769531 5.628906 -7.554688 5.921875 -7.453125 C 6.222656 -7.359375 6.53125 -7.316406 6.84375 -7.328125 C 7.15625 -7.347656 7.457031 -7.394531 7.75 -7.46875 C 8.050781 -7.550781 8.316406 -7.609375 8.546875 -7.640625 C 8.785156 -7.671875 8.972656 -7.648438 9.109375 -7.578125 C 9.253906 -7.503906 9.328125 -7.328125 9.328125 -7.046875 C 9.328125 -6.835938 9.28125 -6.6875 9.1875 -6.59375 C 9.09375 -6.507813 8.910156 -6.441406 8.640625 -6.390625 C 8.554688 -6.378906 8.421875 -6.359375 8.234375 -6.328125 C 8.054688 -6.304688 7.851563 -6.285156 7.625 -6.265625 C 7.394531 -6.242188 7.148438 -6.21875 6.890625 -6.1875 C 6.628906 -6.164063 6.382813 -6.144531 6.15625 -6.125 C 5.925781 -6.113281 5.71875 -6.101563 5.53125 -6.09375 C 5.34375 -6.09375 5.207031 -6.09375 5.125 -6.09375 C 5.125 -6.039063 5.117188 -5.953125 5.109375 -5.828125 C 5.097656 -5.710938 5.09375 -5.632813 5.09375 -5.59375 C 5.09375 -5.15625 5.160156 -4.726563 5.296875 -4.3125 C 5.429688 -3.90625 5.582031 -3.5 5.75 -3.09375 C 5.914063 -2.6875 6.066406 -2.273438 6.203125 -1.859375 C 6.347656 -1.453125 6.421875 -1.03125 6.421875 -0.59375 C 6.421875 -0.519531 6.410156 -0.4375 6.390625 -0.34375 C 6.378906 -0.257813 6.347656 -0.1875 6.296875 -0.125 C 6.253906 -0.0625 6.191406 -0.015625 6.109375 0.015625 C 6.023438 0.0546875 5.910156 0.0507813 5.765625 0 C 5.378906 -0.101563 5.09375 -0.316406 4.90625 -0.640625 C 4.726563 -0.972656 4.59375 -1.363281 4.5 -1.8125 C 4.414063 -2.257813 4.359375 -2.738281 4.328125 -3.25 C 4.296875 -3.757813 4.25 -4.234375 4.1875 -4.671875 C 4.125 -5.117188 4.019531 -5.5 3.875 -5.8125 C 3.738281 -6.125 3.515625 -6.316406 3.203125 -6.390625 L 0.328125 -7.046875 C 0.285156 -7.046875 0.222656 -7.085938 0.140625 -7.171875 C 0.0664063 -7.253906 0.0195313 -7.316406 0 -7.359375 C -0.0078125 -7.378906 -0.015625 -7.40625 -0.015625 -7.4375 C -0.0234375 -7.457031 -0.03125 -7.484375 -0.03125 -7.515625 Z M -0.03125 -7.515625 "
id="path15" />
</g>
<g
id="glyph-0-6">
<path
d="M 0.296875 -6.390625 C 0.296875 -6.503906 0.296875 -6.695313 0.296875 -6.96875 C 0.304688 -7.25 0.3125 -7.539063 0.3125 -7.84375 C 0.3125 -8.144531 0.3125 -8.429688 0.3125 -8.703125 C 0.320313 -8.972656 0.328125 -9.160156 0.328125 -9.265625 C 0.335938 -9.335938 0.363281 -9.441406 0.40625 -9.578125 C 0.445313 -9.722656 0.492188 -9.863281 0.546875 -10 C 0.597656 -10.144531 0.671875 -10.269531 0.765625 -10.375 C 0.859375 -10.476563 0.976563 -10.53125 1.125 -10.53125 C 1.445313 -10.53125 1.753906 -10.441406 2.046875 -10.265625 C 2.335938 -10.085938 2.613281 -9.851563 2.875 -9.5625 C 3.144531 -9.269531 3.398438 -8.941406 3.640625 -8.578125 C 3.890625 -8.222656 4.132813 -7.867188 4.375 -7.515625 C 4.613281 -7.160156 4.847656 -6.828125 5.078125 -6.515625 C 5.304688 -6.203125 5.535156 -5.953125 5.765625 -5.765625 C 6.015625 -5.867188 6.207031 -6.066406 6.34375 -6.359375 C 6.476563 -6.660156 6.585938 -7 6.671875 -7.375 C 6.765625 -7.757813 6.847656 -8.15625 6.921875 -8.5625 C 7.003906 -8.976563 7.109375 -9.359375 7.234375 -9.703125 C 7.367188 -10.054688 7.539063 -10.34375 7.75 -10.5625 C 7.96875 -10.789063 8.265625 -10.90625 8.640625 -10.90625 C 9.085938 -10.90625 9.492188 -10.726563 9.859375 -10.375 C 10.222656 -10.03125 10.546875 -9.585938 10.828125 -9.046875 C 11.117188 -8.515625 11.363281 -7.921875 11.5625 -7.265625 C 11.769531 -6.609375 11.941406 -5.976563 12.078125 -5.375 C 12.222656 -4.769531 12.328125 -4.222656 12.390625 -3.734375 C 12.460938 -3.242188 12.5 -2.894531 12.5 -2.6875 C 12.5 -2.59375 12.492188 -2.492188 12.484375 -2.390625 C 12.472656 -2.285156 12.445313 -2.191406 12.40625 -2.109375 C 12.375 -2.023438 12.3125 -1.957031 12.21875 -1.90625 C 12.132813 -1.863281 12.003906 -1.867188 11.828125 -1.921875 C 11.785156 -1.929688 11.726563 -1.957031 11.65625 -2 C 11.59375 -2.050781 11.523438 -2.109375 11.453125 -2.171875 C 11.390625 -2.242188 11.332031 -2.3125 11.28125 -2.375 C 11.226563 -2.445313 11.203125 -2.503906 11.203125 -2.546875 C 11.117188 -3.035156 11.019531 -3.578125 10.90625 -4.171875 C 10.800781 -4.773438 10.664063 -5.378906 10.5 -5.984375 C 10.332031 -6.597656 10.125 -7.191406 9.875 -7.765625 C 9.625 -8.347656 9.316406 -8.847656 8.953125 -9.265625 C 8.660156 -9.109375 8.429688 -8.867188 8.265625 -8.546875 C 8.109375 -8.222656 7.972656 -7.867188 7.859375 -7.484375 C 7.753906 -7.097656 7.65625 -6.707031 7.5625 -6.3125 C 7.476563 -5.914063 7.359375 -5.554688 7.203125 -5.234375 C 7.054688 -4.910156 6.867188 -4.644531 6.640625 -4.4375 C 6.410156 -4.226563 6.101563 -4.125 5.71875 -4.125 C 5.445313 -4.125 5.179688 -4.207031 4.921875 -4.375 C 4.671875 -4.550781 4.425781 -4.78125 4.1875 -5.0625 C 3.945313 -5.34375 3.710938 -5.65625 3.484375 -6 C 3.265625 -6.34375 3.046875 -6.679688 2.828125 -7.015625 C 2.617188 -7.347656 2.410156 -7.660156 2.203125 -7.953125 C 2.003906 -8.242188 1.800781 -8.472656 1.59375 -8.640625 C 1.519531 -8.328125 1.457031 -8.050781 1.40625 -7.8125 C 1.363281 -7.582031 1.328125 -7.359375 1.296875 -7.140625 C 1.273438 -6.921875 1.257813 -6.695313 1.25 -6.46875 C 1.25 -6.25 1.25 -6 1.25 -5.71875 C 1.25 -5.300781 1.285156 -4.882813 1.359375 -4.46875 C 1.429688 -4.050781 1.503906 -3.640625 1.578125 -3.234375 C 1.660156 -2.828125 1.738281 -2.414063 1.8125 -2 C 1.882813 -1.59375 1.921875 -1.179688 1.921875 -0.765625 L 1.921875 -0.640625 C 1.898438 -0.609375 1.859375 -0.5625 1.796875 -0.5 C 1.742188 -0.4375 1.679688 -0.367188 1.609375 -0.296875 C 1.546875 -0.222656 1.476563 -0.160156 1.40625 -0.109375 C 1.34375 -0.0546875 1.296875 -0.0195313 1.265625 0 C 1.253906 0.0078125 1.234375 0.015625 1.203125 0.015625 C 1.171875 0.0234375 1.144531 0.03125 1.125 0.03125 C 1.101563 0.03125 1.078125 0.0234375 1.046875 0.015625 C 1.015625 0.00390625 0.988281 0 0.96875 0 C 0.894531 -0.570313 0.816406 -1.117188 0.734375 -1.640625 C 0.660156 -2.160156 0.59375 -2.671875 0.53125 -3.171875 C 0.46875 -3.679688 0.410156 -4.191406 0.359375 -4.703125 C 0.316406 -5.222656 0.296875 -5.785156 0.296875 -6.390625 Z M 0.296875 -6.390625 "
id="path18" />
</g>
<g
id="glyph-0-7">
<path
d="M 0.296875 -6.265625 C 0.296875 -6.359375 0.300781 -6.453125 0.3125 -6.546875 C 0.320313 -6.640625 0.34375 -6.722656 0.375 -6.796875 C 0.40625 -6.867188 0.453125 -6.929688 0.515625 -6.984375 C 0.578125 -7.035156 0.671875 -7.0625 0.796875 -7.0625 C 0.890625 -7.0625 1 -6.984375 1.125 -6.828125 C 1.25 -6.671875 1.375 -6.472656 1.5 -6.234375 C 1.632813 -6.003906 1.765625 -5.75 1.890625 -5.46875 C 2.015625 -5.195313 2.125 -4.941406 2.21875 -4.703125 C 2.3125 -4.472656 2.382813 -4.269531 2.4375 -4.09375 C 2.5 -3.925781 2.535156 -3.835938 2.546875 -3.828125 C 2.679688 -4.179688 2.828125 -4.5625 2.984375 -4.96875 C 3.140625 -5.375 3.332031 -5.753906 3.5625 -6.109375 C 3.800781 -6.460938 4.082031 -6.757813 4.40625 -7 C 4.726563 -7.238281 5.125 -7.359375 5.59375 -7.359375 C 5.832031 -7.359375 6.054688 -7.320313 6.265625 -7.25 C 6.484375 -7.175781 6.675781 -7.066406 6.84375 -6.921875 C 7.007813 -6.773438 7.140625 -6.601563 7.234375 -6.40625 C 7.335938 -6.207031 7.390625 -5.976563 7.390625 -5.71875 C 7.390625 -5.5 7.300781 -5.34375 7.125 -5.25 C 6.945313 -5.164063 6.75 -5.125 6.53125 -5.125 L 6.390625 -5.125 L 5.75 -5.765625 C 5.726563 -5.765625 5.710938 -5.769531 5.703125 -5.78125 C 5.679688 -5.78125 5.660156 -5.78125 5.640625 -5.78125 C 5.628906 -5.789063 5.613281 -5.796875 5.59375 -5.796875 C 5.25 -5.796875 4.976563 -5.695313 4.78125 -5.5 C 4.582031 -5.300781 4.429688 -5.0625 4.328125 -4.78125 C 4.234375 -4.5 4.175781 -4.203125 4.15625 -3.890625 C 4.132813 -3.578125 4.125 -3.289063 4.125 -3.03125 C 4.125 -2.832031 4.140625 -2.628906 4.171875 -2.421875 C 4.210938 -2.222656 4.257813 -2.023438 4.3125 -1.828125 C 4.363281 -1.628906 4.40625 -1.425781 4.4375 -1.21875 C 4.476563 -1.019531 4.5 -0.8125 4.5 -0.59375 C 4.5 -0.175781 4.273438 0.03125 3.828125 0.03125 C 3.585938 0.03125 3.332031 -0.0976563 3.0625 -0.359375 C 2.789063 -0.628906 2.519531 -0.96875 2.25 -1.375 C 1.988281 -1.78125 1.738281 -2.226563 1.5 -2.71875 C 1.269531 -3.21875 1.0625 -3.695313 0.875 -4.15625 C 0.695313 -4.625 0.554688 -5.046875 0.453125 -5.421875 C 0.347656 -5.804688 0.296875 -6.085938 0.296875 -6.265625 Z M 0.296875 -6.265625 "
id="path21" />
</g>
<g
id="glyph-0-8" />
<g
id="glyph-0-9">
<path
d="M 0.296875 -9.59375 C 0.296875 -9.726563 0.296875 -9.921875 0.296875 -10.171875 C 0.296875 -10.421875 0.320313 -10.671875 0.375 -10.921875 C 0.425781 -11.179688 0.503906 -11.40625 0.609375 -11.59375 C 0.722656 -11.78125 0.894531 -11.875 1.125 -11.875 C 1.25 -11.875 1.351563 -11.757813 1.4375 -11.53125 C 1.519531 -11.3125 1.585938 -11.035156 1.640625 -10.703125 C 1.703125 -10.367188 1.742188 -10 1.765625 -9.59375 C 1.796875 -9.195313 1.816406 -8.816406 1.828125 -8.453125 C 1.835938 -8.097656 1.847656 -7.789063 1.859375 -7.53125 C 1.867188 -7.269531 1.882813 -7.109375 1.90625 -7.046875 C 1.9375 -6.890625 1.992188 -6.648438 2.078125 -6.328125 C 2.160156 -6.003906 2.25 -5.640625 2.34375 -5.234375 C 2.445313 -4.835938 2.554688 -4.421875 2.671875 -3.984375 C 2.796875 -3.546875 2.910156 -3.128906 3.015625 -2.734375 C 3.117188 -2.335938 3.21875 -1.976563 3.3125 -1.65625 C 3.40625 -1.332031 3.472656 -1.101563 3.515625 -0.96875 C 3.515625 -0.945313 3.519531 -0.914063 3.53125 -0.875 C 3.539063 -0.84375 3.546875 -0.816406 3.546875 -0.796875 C 3.546875 -0.679688 3.507813 -0.59375 3.4375 -0.53125 C 3.363281 -0.46875 3.273438 -0.414063 3.171875 -0.375 C 3.066406 -0.34375 2.957031 -0.320313 2.84375 -0.3125 C 2.738281 -0.300781 2.640625 -0.296875 2.546875 -0.296875 C 2.503906 -0.296875 2.445313 -0.300781 2.375 -0.3125 C 2.300781 -0.320313 2.253906 -0.328125 2.234375 -0.328125 C 2.023438 -1.023438 1.800781 -1.757813 1.5625 -2.53125 C 1.332031 -3.300781 1.125 -4.082031 0.9375 -4.875 C 0.75 -5.675781 0.59375 -6.472656 0.46875 -7.265625 C 0.351563 -8.066406 0.296875 -8.84375 0.296875 -9.59375 Z M 0.296875 -9.59375 "
id="path25" />
</g>
<g
id="glyph-0-10">
<path
d="M 2.875 -0.640625 C 2.875 -0.765625 2.921875 -0.898438 3.015625 -1.046875 C 3.109375 -1.191406 3.210938 -1.328125 3.328125 -1.453125 C 3.453125 -1.585938 3.585938 -1.695313 3.734375 -1.78125 C 3.878906 -1.875 4.019531 -1.921875 4.15625 -1.921875 C 4.164063 -1.921875 4.210938 -1.878906 4.296875 -1.796875 C 4.390625 -1.710938 4.453125 -1.644531 4.484375 -1.59375 C 4.503906 -1.5625 4.53125 -1.515625 4.5625 -1.453125 C 4.601563 -1.390625 4.640625 -1.320313 4.671875 -1.25 C 4.710938 -1.1875 4.742188 -1.125 4.765625 -1.0625 C 4.785156 -1.007813 4.796875 -0.976563 4.796875 -0.96875 C 4.796875 -0.78125 4.769531 -0.640625 4.71875 -0.546875 C 4.664063 -0.453125 4.597656 -0.382813 4.515625 -0.34375 C 4.441406 -0.3125 4.351563 -0.296875 4.25 -0.296875 C 4.144531 -0.296875 4.03125 -0.296875 3.90625 -0.296875 C 3.863281 -0.296875 3.785156 -0.289063 3.671875 -0.28125 C 3.566406 -0.28125 3.453125 -0.285156 3.328125 -0.296875 C 3.210938 -0.316406 3.109375 -0.347656 3.015625 -0.390625 C 2.921875 -0.441406 2.875 -0.523438 2.875 -0.640625 Z M 1.875 -6.421875 C 1.875 -6.773438 1.945313 -7.109375 2.09375 -7.421875 C 2.238281 -7.734375 2.394531 -8.039063 2.5625 -8.34375 C 2.726563 -8.644531 2.878906 -8.953125 3.015625 -9.265625 C 3.160156 -9.578125 3.234375 -9.910156 3.234375 -10.265625 C 3.234375 -10.398438 3.195313 -10.519531 3.125 -10.625 C 3.050781 -10.738281 2.957031 -10.835938 2.84375 -10.921875 C 2.738281 -11.015625 2.613281 -11.082031 2.46875 -11.125 C 2.332031 -11.175781 2.203125 -11.203125 2.078125 -11.203125 C 1.890625 -11.203125 1.710938 -11.148438 1.546875 -11.046875 C 1.378906 -10.953125 1.222656 -10.835938 1.078125 -10.703125 C 0.941406 -10.566406 0.8125 -10.425781 0.6875 -10.28125 C 0.5625 -10.132813 0.441406 -10.007813 0.328125 -9.90625 C 0.304688 -9.882813 0.238281 -9.863281 0.125 -9.84375 C 0.0078125 -9.820313 -0.0625 -9.8125 -0.09375 -9.8125 C -0.09375 -10.207031 -0.0390625 -10.566406 0.0625 -10.890625 C 0.164063 -11.222656 0.320313 -11.507813 0.53125 -11.75 C 0.738281 -11.988281 1 -12.171875 1.3125 -12.296875 C 1.632813 -12.429688 1.992188 -12.5 2.390625 -12.5 C 2.671875 -12.5 2.957031 -12.4375 3.25 -12.3125 C 3.539063 -12.1875 3.800781 -12.015625 4.03125 -11.796875 C 4.257813 -11.578125 4.445313 -11.332031 4.59375 -11.0625 C 4.738281 -10.800781 4.8125 -10.523438 4.8125 -10.234375 C 4.8125 -9.878906 4.765625 -9.550781 4.671875 -9.25 C 4.578125 -8.957031 4.46875 -8.6875 4.34375 -8.4375 C 4.21875 -8.1875 4.082031 -7.941406 3.9375 -7.703125 C 3.800781 -7.460938 3.679688 -7.210938 3.578125 -6.953125 C 3.484375 -6.691406 3.425781 -6.414063 3.40625 -6.125 C 3.382813 -5.832031 3.421875 -5.5 3.515625 -5.125 C 3.492188 -5.09375 3.453125 -5.054688 3.390625 -5.015625 C 3.335938 -4.984375 3.28125 -4.953125 3.21875 -4.921875 C 3.15625 -4.890625 3.085938 -4.859375 3.015625 -4.828125 C 2.953125 -4.804688 2.90625 -4.796875 2.875 -4.796875 C 2.65625 -4.796875 2.476563 -4.851563 2.34375 -4.96875 C 2.21875 -5.082031 2.117188 -5.21875 2.046875 -5.375 C 1.972656 -5.539063 1.925781 -5.71875 1.90625 -5.90625 C 1.882813 -6.09375 1.875 -6.265625 1.875 -6.421875 Z M 1.875 -6.421875 "
id="path28" />
</g>
<g
id="glyph-0-11">
<path
d="M 3.15625 -1.453125 C 3.15625 -1.992188 3.207031 -2.53125 3.3125 -3.0625 C 3.425781 -3.59375 3.546875 -4.128906 3.671875 -4.671875 C 3.796875 -5.210938 3.910156 -5.757813 4.015625 -6.3125 C 4.117188 -6.863281 4.171875 -7.421875 4.171875 -7.984375 C 4.171875 -8.066406 4.164063 -8.195313 4.15625 -8.375 C 4.15625 -8.5625 4.15625 -8.753906 4.15625 -8.953125 C 4.15625 -9.148438 4.15625 -9.335938 4.15625 -9.515625 C 4.15625 -9.703125 4.15625 -9.832031 4.15625 -9.90625 C 4.132813 -9.945313 4.082031 -10.003906 4 -10.078125 C 3.914063 -10.160156 3.859375 -10.210938 3.828125 -10.234375 L 3.671875 -10.234375 C 3.335938 -10.234375 3.0625 -10.160156 2.84375 -10.015625 C 2.625 -9.867188 2.4375 -9.691406 2.28125 -9.484375 C 2.132813 -9.273438 1.992188 -9.046875 1.859375 -8.796875 C 1.734375 -8.546875 1.59375 -8.316406 1.4375 -8.109375 C 1.28125 -7.898438 1.101563 -7.722656 0.90625 -7.578125 C 0.71875 -7.429688 0.476563 -7.359375 0.1875 -7.359375 C 0.1875 -7.878906 0.273438 -8.390625 0.453125 -8.890625 C 0.640625 -9.398438 0.898438 -9.847656 1.234375 -10.234375 C 1.566406 -10.628906 1.960938 -10.945313 2.421875 -11.1875 C 2.890625 -11.425781 3.398438 -11.546875 3.953125 -11.546875 C 4.191406 -11.546875 4.382813 -11.535156 4.53125 -11.515625 C 4.6875 -11.492188 4.816406 -11.445313 4.921875 -11.375 C 5.035156 -11.3125 5.125 -11.210938 5.1875 -11.078125 C 5.257813 -10.941406 5.34375 -10.757813 5.4375 -10.53125 C 5.4375 -10.457031 5.4375 -10.316406 5.4375 -10.109375 C 5.4375 -9.898438 5.4375 -9.675781 5.4375 -9.4375 C 5.445313 -9.207031 5.453125 -8.984375 5.453125 -8.765625 C 5.460938 -8.554688 5.46875 -8.410156 5.46875 -8.328125 C 5.46875 -7.796875 5.4375 -7.273438 5.375 -6.765625 C 5.3125 -6.265625 5.238281 -5.765625 5.15625 -5.265625 C 5.070313 -4.765625 5 -4.265625 4.9375 -3.765625 C 4.875 -3.265625 4.84375 -2.753906 4.84375 -2.234375 L 5.125 -2.234375 L 8.640625 -3.828125 C 8.648438 -3.828125 8.671875 -3.828125 8.703125 -3.828125 C 8.742188 -3.835938 8.785156 -3.84375 8.828125 -3.84375 C 8.878906 -3.84375 8.925781 -3.84375 8.96875 -3.84375 C 9.019531 -3.851563 9.054688 -3.859375 9.078125 -3.859375 C 9.160156 -3.859375 9.25 -3.851563 9.34375 -3.84375 C 9.445313 -3.832031 9.539063 -3.8125 9.625 -3.78125 C 9.71875 -3.757813 9.789063 -3.710938 9.84375 -3.640625 C 9.90625 -3.566406 9.9375 -3.472656 9.9375 -3.359375 C 9.9375 -3.148438 9.867188 -2.984375 9.734375 -2.859375 C 9.609375 -2.742188 9.457031 -2.648438 9.28125 -2.578125 C 9.113281 -2.515625 8.9375 -2.457031 8.75 -2.40625 C 8.5625 -2.351563 8.410156 -2.296875 8.296875 -2.234375 C 8.203125 -2.179688 8.054688 -2.101563 7.859375 -2 C 7.671875 -1.90625 7.445313 -1.796875 7.1875 -1.671875 C 6.9375 -1.554688 6.671875 -1.425781 6.390625 -1.28125 C 6.109375 -1.144531 5.84375 -1.007813 5.59375 -0.875 C 5.34375 -0.75 5.117188 -0.632813 4.921875 -0.53125 C 4.722656 -0.4375 4.578125 -0.367188 4.484375 -0.328125 C 4.460938 -0.328125 4.425781 -0.320313 4.375 -0.3125 C 4.332031 -0.3125 4.285156 -0.3125 4.234375 -0.3125 C 4.179688 -0.3125 4.128906 -0.304688 4.078125 -0.296875 C 4.035156 -0.296875 4.003906 -0.296875 3.984375 -0.296875 C 3.785156 -0.296875 3.628906 -0.316406 3.515625 -0.359375 C 3.398438 -0.410156 3.316406 -0.484375 3.265625 -0.578125 C 3.210938 -0.671875 3.179688 -0.785156 3.171875 -0.921875 C 3.160156 -1.066406 3.15625 -1.242188 3.15625 -1.453125 Z M 3.15625 -1.453125 "
id="path31" />
</g>
<g
id="glyph-1-0" />
<g
id="glyph-1-1">
<path
d="M 4.0625 -8.109375 L 3.4375 -6.046875 C 4.09375 -6.804688 4.675781 -7.335938 5.1875 -7.640625 C 5.695313 -7.953125 6.21875 -8.109375 6.75 -8.109375 C 7.28125 -8.109375 7.734375 -7.894531 8.109375 -7.46875 C 8.484375 -7.050781 8.671875 -6.503906 8.671875 -5.828125 C 8.671875 -4.515625 8.132813 -3.175781 7.0625 -1.8125 C 6 -0.457031 4.753906 0.21875 3.328125 0.21875 C 3.035156 0.21875 2.769531 0.179688 2.53125 0.109375 C 2.300781 0.046875 2.046875 -0.0664063 1.765625 -0.234375 L 1.109375 2.078125 C 0.972656 2.535156 0.90625 2.832031 0.90625 2.96875 C 0.90625 3.09375 0.941406 3.203125 1.015625 3.296875 C 1.085938 3.390625 1.195313 3.460938 1.34375 3.515625 C 1.5 3.566406 1.8125 3.59375 2.28125 3.59375 L 2.1875 3.921875 L -2.03125 3.921875 L -1.9375 3.59375 C -1.382813 3.570313 -1.007813 3.472656 -0.8125 3.296875 C -0.613281 3.128906 -0.410156 2.671875 -0.203125 1.921875 L 2.0625 -5.921875 C 2.207031 -6.421875 2.28125 -6.734375 2.28125 -6.859375 C 2.28125 -7.015625 2.234375 -7.132813 2.140625 -7.21875 C 2.046875 -7.3125 1.898438 -7.359375 1.703125 -7.359375 C 1.535156 -7.359375 1.296875 -7.335938 0.984375 -7.296875 L 0.984375 -7.65625 Z M 1.96875 -0.9375 C 2.34375 -0.5 2.84375 -0.28125 3.46875 -0.28125 C 3.78125 -0.28125 4.097656 -0.363281 4.421875 -0.53125 C 4.742188 -0.707031 5.054688 -0.960938 5.359375 -1.296875 C 5.671875 -1.640625 5.945313 -2.035156 6.1875 -2.484375 C 6.4375 -2.929688 6.65625 -3.457031 6.84375 -4.0625 C 7.039063 -4.664063 7.140625 -5.257813 7.140625 -5.84375 C 7.140625 -6.320313 7.03125 -6.6875 6.8125 -6.9375 C 6.59375 -7.195313 6.335938 -7.328125 6.046875 -7.328125 C 5.398438 -7.328125 4.757813 -6.957031 4.125 -6.21875 C 3.5 -5.476563 3.039063 -4.613281 2.75 -3.625 Z M 1.96875 -0.9375 "
id="path35" />
</g>
<g
id="glyph-1-2">
<path
d="M 6.34375 -12.390625 C 7.101563 -12.390625 7.742188 -12.070313 8.265625 -11.4375 C 8.796875 -10.800781 9.0625 -9.789063 9.0625 -8.40625 C 9.0625 -7.226563 8.863281 -6.023438 8.46875 -4.796875 C 8.082031 -3.566406 7.535156 -2.5 6.828125 -1.59375 C 6.265625 -0.882813 5.675781 -0.367188 5.0625 -0.046875 C 4.707031 0.128906 4.296875 0.21875 3.828125 0.21875 C 3.046875 0.21875 2.394531 -0.0976563 1.875 -0.734375 C 1.351563 -1.378906 1.09375 -2.394531 1.09375 -3.78125 C 1.09375 -5.144531 1.351563 -6.519531 1.875 -7.90625 C 2.488281 -9.507813 3.273438 -10.734375 4.234375 -11.578125 C 4.859375 -12.117188 5.5625 -12.390625 6.34375 -12.390625 Z M 6.34375 -11.9375 C 6 -11.9375 5.648438 -11.796875 5.296875 -11.515625 C 4.941406 -11.242188 4.570313 -10.675781 4.1875 -9.8125 C 3.8125 -8.957031 3.453125 -7.851563 3.109375 -6.5 C 2.660156 -4.726563 2.4375 -3.21875 2.4375 -1.96875 C 2.4375 -1.34375 2.570313 -0.875 2.84375 -0.5625 C 3.113281 -0.257813 3.4375 -0.109375 3.8125 -0.109375 C 4.175781 -0.109375 4.488281 -0.226563 4.75 -0.46875 C 5.4375 -1.113281 6.023438 -2.21875 6.515625 -3.78125 C 7.304688 -6.332031 7.703125 -8.40625 7.703125 -10 C 7.703125 -10.65625 7.566406 -11.140625 7.296875 -11.453125 C 7.023438 -11.773438 6.707031 -11.9375 6.34375 -11.9375 Z M 6.34375 -11.9375 "
id="path38" />
</g>
<g
id="glyph-1-3">
<path
d="M 4.046875 -8.109375 L 2.859375 -4.03125 C 3.972656 -5.695313 4.828125 -6.789063 5.421875 -7.3125 C 6.015625 -7.84375 6.585938 -8.109375 7.140625 -8.109375 C 7.441406 -8.109375 7.6875 -8.007813 7.875 -7.8125 C 8.070313 -7.613281 8.171875 -7.359375 8.171875 -7.046875 C 8.171875 -6.679688 8.082031 -6.203125 7.90625 -5.609375 L 6.8125 -1.84375 C 6.6875 -1.40625 6.625 -1.132813 6.625 -1.03125 C 6.625 -0.945313 6.644531 -0.878906 6.6875 -0.828125 C 6.738281 -0.773438 6.796875 -0.75 6.859375 -0.75 C 6.921875 -0.75 7.003906 -0.785156 7.109375 -0.859375 C 7.429688 -1.109375 7.78125 -1.488281 8.15625 -2 L 8.421875 -1.84375 C 7.867188 -1.039063 7.347656 -0.472656 6.859375 -0.140625 C 6.503906 0.0976563 6.191406 0.21875 5.921875 0.21875 C 5.703125 0.21875 5.523438 0.148438 5.390625 0.015625 C 5.253906 -0.117188 5.1875 -0.300781 5.1875 -0.53125 C 5.1875 -0.8125 5.289063 -1.300781 5.5 -2 L 6.53125 -5.609375 C 6.664063 -6.054688 6.734375 -6.40625 6.734375 -6.65625 C 6.734375 -6.769531 6.691406 -6.863281 6.609375 -6.9375 C 6.535156 -7.019531 6.441406 -7.0625 6.328125 -7.0625 C 6.160156 -7.0625 5.960938 -6.988281 5.734375 -6.84375 C 5.285156 -6.570313 4.820313 -6.128906 4.34375 -5.515625 C 3.875 -4.898438 3.375 -4.109375 2.84375 -3.140625 C 2.5625 -2.628906 2.328125 -2.078125 2.140625 -1.484375 L 1.6875 0 L 0.34375 0 L 1.984375 -5.609375 C 2.171875 -6.285156 2.265625 -6.691406 2.265625 -6.828125 C 2.265625 -6.953125 2.210938 -7.0625 2.109375 -7.15625 C 2.003906 -7.257813 1.875 -7.3125 1.71875 -7.3125 C 1.644531 -7.3125 1.519531 -7.300781 1.34375 -7.28125 L 1 -7.234375 L 0.953125 -7.546875 Z M 4.046875 -8.109375 "
id="path41" />
</g>
<g
id="glyph-1-4">
<path
d="M 5.484375 -4.578125 L 5.125 -3.390625 L 0.484375 -3.390625 L 0.84375 -4.578125 Z M 5.484375 -4.578125 "
id="path44" />
</g>
<g
id="glyph-1-5">
<path
d="M 7.65625 -12.390625 L 4.78125 -2.359375 C 4.601563 -1.765625 4.515625 -1.335938 4.515625 -1.078125 C 4.515625 -0.859375 4.59375 -0.6875 4.75 -0.5625 C 4.90625 -0.445313 5.265625 -0.367188 5.828125 -0.328125 L 5.734375 0 L 1.125 0 L 1.25 -0.328125 C 1.738281 -0.335938 2.0625 -0.378906 2.21875 -0.453125 C 2.46875 -0.554688 2.65625 -0.695313 2.78125 -0.875 C 2.976563 -1.15625 3.175781 -1.648438 3.375 -2.359375 L 5.453125 -9.5625 C 5.578125 -10 5.644531 -10.25 5.65625 -10.3125 C 5.675781 -10.4375 5.6875 -10.554688 5.6875 -10.671875 C 5.6875 -10.878906 5.628906 -11.039063 5.515625 -11.15625 C 5.398438 -11.28125 5.242188 -11.34375 5.046875 -11.34375 C 4.890625 -11.34375 4.648438 -11.304688 4.328125 -11.234375 L 4.203125 -11.546875 L 7.234375 -12.390625 Z M 7.65625 -12.390625 "
id="path47" />
</g>
<g
id="glyph-1-6">
<path
d="M 3.984375 -8.109375 L 2.8125 -4.0625 C 3.332031 -5.007813 3.773438 -5.722656 4.140625 -6.203125 C 4.703125 -6.941406 5.253906 -7.476563 5.796875 -7.8125 C 6.109375 -8.007813 6.441406 -8.109375 6.796875 -8.109375 C 7.085938 -8.109375 7.332031 -8.007813 7.53125 -7.8125 C 7.726563 -7.625 7.828125 -7.378906 7.828125 -7.078125 C 7.828125 -6.785156 7.757813 -6.40625 7.625 -5.9375 L 6.984375 -3.65625 C 7.960938 -5.476563 8.882813 -6.757813 9.75 -7.5 C 10.238281 -7.90625 10.71875 -8.109375 11.1875 -8.109375 C 11.457031 -8.109375 11.679688 -8.015625 11.859375 -7.828125 C 12.035156 -7.640625 12.125 -7.347656 12.125 -6.953125 C 12.125 -6.609375 12.070313 -6.238281 11.96875 -5.84375 L 10.984375 -2.359375 C 10.765625 -1.609375 10.65625 -1.191406 10.65625 -1.109375 C 10.65625 -1.015625 10.679688 -0.941406 10.734375 -0.890625 C 10.773438 -0.847656 10.820313 -0.828125 10.875 -0.828125 C 10.9375 -0.828125 11.046875 -0.882813 11.203125 -1 C 11.535156 -1.257813 11.851563 -1.601563 12.15625 -2.03125 L 12.453125 -1.84375 C 12.296875 -1.601563 12.03125 -1.273438 11.65625 -0.859375 C 11.28125 -0.441406 10.957031 -0.15625 10.6875 0 C 10.414063 0.144531 10.164063 0.21875 9.9375 0.21875 C 9.726563 0.21875 9.550781 0.144531 9.40625 0 C 9.269531 -0.144531 9.203125 -0.320313 9.203125 -0.53125 C 9.203125 -0.8125 9.328125 -1.382813 9.578125 -2.25 L 10.390625 -5.125 C 10.578125 -5.789063 10.675781 -6.160156 10.6875 -6.234375 C 10.707031 -6.347656 10.71875 -6.457031 10.71875 -6.5625 C 10.71875 -6.71875 10.679688 -6.835938 10.609375 -6.921875 C 10.535156 -7.003906 10.457031 -7.046875 10.375 -7.046875 C 10.125 -7.046875 9.859375 -6.914063 9.578125 -6.65625 C 8.753906 -5.894531 7.984375 -4.832031 7.265625 -3.46875 C 6.796875 -2.5625 6.351563 -1.40625 5.9375 0 L 4.59375 0 L 6.125 -5.421875 C 6.289063 -6.003906 6.375 -6.394531 6.375 -6.59375 C 6.375 -6.75 6.335938 -6.863281 6.265625 -6.9375 C 6.203125 -7.019531 6.125 -7.0625 6.03125 -7.0625 C 5.832031 -7.0625 5.625 -6.992188 5.40625 -6.859375 C 5.039063 -6.617188 4.578125 -6.113281 4.015625 -5.34375 C 3.453125 -4.582031 3.015625 -3.851563 2.703125 -3.15625 C 2.554688 -2.832031 2.203125 -1.78125 1.640625 0 L 0.3125 0 L 2.1875 -6.5625 C 2.226563 -6.675781 2.25 -6.757813 2.25 -6.8125 C 2.25 -6.9375 2.1875 -7.050781 2.0625 -7.15625 C 1.945313 -7.257813 1.796875 -7.3125 1.609375 -7.3125 C 1.535156 -7.3125 1.320313 -7.273438 0.96875 -7.203125 L 0.890625 -7.546875 Z M 3.984375 -8.109375 "
id="path50" />
</g>
<g
id="glyph-1-7">
<path
d="M 4.109375 -11.65625 C 4.359375 -11.65625 4.566406 -11.566406 4.734375 -11.390625 C 4.910156 -11.222656 5 -11.015625 5 -10.765625 C 5 -10.523438 4.910156 -10.316406 4.734375 -10.140625 C 4.554688 -9.960938 4.347656 -9.875 4.109375 -9.875 C 3.859375 -9.875 3.644531 -9.960938 3.46875 -10.140625 C 3.289063 -10.316406 3.203125 -10.523438 3.203125 -10.765625 C 3.203125 -11.015625 3.285156 -11.222656 3.453125 -11.390625 C 3.628906 -11.566406 3.847656 -11.65625 4.109375 -11.65625 Z M 4.21875 -8.109375 L 2.4375 -1.828125 C 2.320313 -1.398438 2.265625 -1.144531 2.265625 -1.0625 C 2.265625 -0.96875 2.289063 -0.890625 2.34375 -0.828125 C 2.40625 -0.773438 2.472656 -0.75 2.546875 -0.75 C 2.640625 -0.75 2.75 -0.796875 2.875 -0.890625 C 3.21875 -1.160156 3.5625 -1.539063 3.90625 -2.03125 L 4.21875 -1.828125 C 3.8125 -1.203125 3.332031 -0.679688 2.78125 -0.265625 C 2.375 0.0546875 1.988281 0.21875 1.625 0.21875 C 1.375 0.21875 1.171875 0.144531 1.015625 0 C 0.859375 -0.144531 0.78125 -0.332031 0.78125 -0.5625 C 0.78125 -0.78125 0.859375 -1.144531 1.015625 -1.65625 L 2.171875 -5.671875 C 2.367188 -6.328125 2.46875 -6.738281 2.46875 -6.90625 C 2.46875 -7.039063 2.421875 -7.148438 2.328125 -7.234375 C 2.234375 -7.316406 2.101563 -7.359375 1.9375 -7.359375 C 1.8125 -7.359375 1.539063 -7.320313 1.125 -7.25 L 1.125 -7.609375 Z M 4.21875 -8.109375 "
id="path53" />
</g>
<g
id="glyph-1-8">
<path
d="M 2.40625 -7.1875 L 2.6875 -9.84375 C 2.757813 -10.59375 2.835938 -11.097656 2.921875 -11.359375 C 3.035156 -11.742188 3.191406 -12.015625 3.390625 -12.171875 C 3.597656 -12.335938 3.832031 -12.421875 4.09375 -12.421875 C 4.3125 -12.421875 4.484375 -12.359375 4.609375 -12.234375 C 4.734375 -12.117188 4.796875 -11.96875 4.796875 -11.78125 C 4.796875 -11.644531 4.765625 -11.492188 4.703125 -11.328125 C 4.628906 -11.097656 4.410156 -10.597656 4.046875 -9.828125 L 2.796875 -7.1875 Z M 2.40625 -7.1875 "
id="path56" />
</g>
<g
id="glyph-1-9">
<path
d="M 7 -12.734375 L 0.171875 0.28125 L -0.625 0.28125 L 6.25 -12.734375 Z M 7 -12.734375 "
id="path59" />
</g>
<g
id="glyph-1-10">
<path
d="M 6.328125 0 L 0.28125 0 L 0.28125 -0.328125 C 3.363281 -3.023438 5.398438 -5.144531 6.390625 -6.6875 C 6.847656 -7.394531 7.078125 -8.140625 7.078125 -8.921875 C 7.078125 -9.546875 6.882813 -10.050781 6.5 -10.4375 C 6.125 -10.832031 5.632813 -11.03125 5.03125 -11.03125 C 4.1875 -11.03125 3.492188 -10.625 2.953125 -9.8125 L 2.640625 -9.953125 C 2.941406 -10.722656 3.382813 -11.320313 3.96875 -11.75 C 4.550781 -12.175781 5.179688 -12.390625 5.859375 -12.390625 C 6.628906 -12.390625 7.273438 -12.125 7.796875 -11.59375 C 8.328125 -11.070313 8.59375 -10.4375 8.59375 -9.6875 C 8.59375 -9.15625 8.503906 -8.664063 8.328125 -8.21875 C 8.035156 -7.519531 7.503906 -6.738281 6.734375 -5.875 C 5.566406 -4.550781 4.003906 -3.023438 2.046875 -1.296875 L 5.09375 -1.296875 C 5.582031 -1.296875 5.984375 -1.394531 6.296875 -1.59375 C 6.617188 -1.800781 6.847656 -2.078125 6.984375 -2.421875 L 7.34375 -2.421875 Z M 6.328125 0 "
id="path62" />
</g>
<g
id="glyph-1-11">
<path
d="M 4.203125 -11.65625 C 4.453125 -11.65625 4.664063 -11.566406 4.84375 -11.390625 C 5.019531 -11.210938 5.109375 -11 5.109375 -10.75 C 5.109375 -10.5 5.019531 -10.285156 4.84375 -10.109375 C 4.664063 -9.929688 4.453125 -9.84375 4.203125 -9.84375 C 3.953125 -9.84375 3.738281 -9.929688 3.5625 -10.109375 C 3.382813 -10.285156 3.296875 -10.5 3.296875 -10.75 C 3.296875 -11 3.382813 -11.210938 3.5625 -11.390625 C 3.738281 -11.566406 3.953125 -11.65625 4.203125 -11.65625 Z M 4.34375 -8.109375 L 2.03125 -0.09375 C 1.613281 1.34375 1.046875 2.375 0.328125 3 C -0.390625 3.632813 -1.164063 3.953125 -2 3.953125 C -2.375 3.953125 -2.65625 3.863281 -2.84375 3.6875 C -3.039063 3.519531 -3.140625 3.316406 -3.140625 3.078125 C -3.140625 2.890625 -3.066406 2.722656 -2.921875 2.578125 C -2.773438 2.441406 -2.609375 2.375 -2.421875 2.375 C -2.242188 2.375 -2.09375 2.429688 -1.96875 2.546875 C -1.863281 2.640625 -1.8125 2.742188 -1.8125 2.859375 C -1.8125 3.015625 -1.882813 3.148438 -2.03125 3.265625 C -2.113281 3.328125 -2.15625 3.378906 -2.15625 3.421875 L -2.140625 3.46875 C -2.117188 3.488281 -2.085938 3.503906 -2.046875 3.515625 C -2.015625 3.523438 -1.960938 3.53125 -1.890625 3.53125 C -1.410156 3.53125 -1 3.375 -0.65625 3.0625 C -0.3125 2.757813 -0.00390625 2.148438 0.265625 1.234375 L 2.265625 -5.640625 C 2.460938 -6.316406 2.5625 -6.691406 2.5625 -6.765625 C 2.5625 -6.910156 2.5 -7.035156 2.375 -7.140625 C 2.25 -7.253906 2.085938 -7.3125 1.890625 -7.3125 C 1.804688 -7.3125 1.710938 -7.304688 1.609375 -7.296875 C 1.535156 -7.273438 1.425781 -7.253906 1.28125 -7.234375 L 1.28125 -7.546875 Z M 4.34375 -8.109375 "
id="path65" />
</g>
<g
id="glyph-2-0" />
<g
id="glyph-2-1">
<path
d="M 6.375 -10.328125 L 3.984375 -1.96875 C 3.835938 -1.46875 3.765625 -1.109375 3.765625 -0.890625 C 3.765625 -0.710938 3.828125 -0.570313 3.953125 -0.46875 C 4.085938 -0.375 4.382813 -0.3125 4.84375 -0.28125 L 4.78125 0 L 0.9375 0 L 1.03125 -0.28125 C 1.445313 -0.289063 1.71875 -0.320313 1.84375 -0.375 C 2.050781 -0.457031 2.207031 -0.578125 2.3125 -0.734375 C 2.476563 -0.960938 2.644531 -1.375 2.8125 -1.96875 L 4.546875 -7.96875 C 4.648438 -8.332031 4.707031 -8.539063 4.71875 -8.59375 C 4.726563 -8.695313 4.734375 -8.796875 4.734375 -8.890625 C 4.734375 -9.054688 4.6875 -9.191406 4.59375 -9.296875 C 4.5 -9.398438 4.367188 -9.453125 4.203125 -9.453125 C 4.078125 -9.453125 3.878906 -9.421875 3.609375 -9.359375 L 3.5 -9.625 L 6.015625 -10.328125 Z M 6.375 -10.328125 "
id="path69" />
</g>
<g
id="glyph-2-2">
<path
d="M 5.28125 0 L 0.234375 0 L 0.234375 -0.28125 C 2.804688 -2.53125 4.503906 -4.289063 5.328125 -5.5625 C 5.710938 -6.15625 5.90625 -6.78125 5.90625 -7.4375 C 5.90625 -7.945313 5.742188 -8.363281 5.421875 -8.6875 C 5.109375 -9.019531 4.695313 -9.1875 4.1875 -9.1875 C 3.488281 -9.1875 2.910156 -8.847656 2.453125 -8.171875 L 2.1875 -8.296875 C 2.445313 -8.941406 2.816406 -9.441406 3.296875 -9.796875 C 3.785156 -10.148438 4.316406 -10.328125 4.890625 -10.328125 C 5.523438 -10.328125 6.0625 -10.101563 6.5 -9.65625 C 6.9375 -9.21875 7.15625 -8.6875 7.15625 -8.0625 C 7.15625 -7.625 7.082031 -7.21875 6.9375 -6.84375 C 6.695313 -6.269531 6.253906 -5.617188 5.609375 -4.890625 C 4.640625 -3.785156 3.335938 -2.515625 1.703125 -1.078125 L 4.25 -1.078125 C 4.65625 -1.078125 4.988281 -1.160156 5.25 -1.328125 C 5.507813 -1.503906 5.695313 -1.734375 5.8125 -2.015625 L 6.125 -2.015625 Z M 5.28125 0 "
id="path72" />
</g>
<g
id="glyph-3-0" />
<g
id="glyph-3-1" />
</g>
</defs>
<path
fill="none"
stroke-width="1.02"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 27.520835 122.302088 C 341.911473 118.817713 655.921902 118.208338 1046.687544 122.302088 M 27.520835 122.302088 C 233.911468 118.380213 440.500018 118.880213 1046.687544 122.302088 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path81" />
<g
fill="#000000"
fill-opacity="1"
id="g93">
<use
xlink:href="#glyph-0-1"
x="492.15424"
y="140.64621"
id="use83" />
<use
xlink:href="#glyph-0-2"
x="499.51437"
y="140.64621"
id="use85" />
<use
xlink:href="#glyph-0-3"
x="503.03769"
y="140.64621"
id="use87" />
<use
xlink:href="#glyph-0-4"
x="511.0249"
y="140.64621"
id="use89" />
<use
xlink:href="#glyph-0-5"
x="518.69855"
y="140.64621"
id="use91" />
</g>
<path
fill="none"
stroke-width="0.51"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 661.951243 119.241101 L 661.951243 119.241101 M 661.951243 119.241101 L 661.951243 119.241101 M 661.690827 125.761935 C 663.279368 123.720268 665.107494 122.600476 665.701244 121.15256 M 661.690827 125.761935 C 663.039785 124.27756 664.61791 122.418185 665.701244 121.15256 M 662.091868 131.522352 C 663.852285 129.631727 666.14916 127.011935 669.451244 123.048393 M 662.091868 131.522352 C 664.388744 129.199435 666.581452 126.37131 669.451244 123.048393 M 661.821035 138.037977 C 665.008535 135.069227 670.21166 128.772352 672.518952 125.730685 M 661.821035 138.037977 C 665.581452 134.959852 667.43041 131.168185 672.518952 125.730685 M 662.232493 143.787977 C 667.951244 138.579644 670.222077 134.09006 676.268952 127.631727 M 662.232493 143.787977 C 668.64916 137.892144 673.107494 130.678602 676.268952 127.631727 M 661.96166 150.308811 C 668.758535 144.079644 676.659577 135.501519 680.008536 129.537977 M 661.96166 150.308811 C 668.232494 143.678602 673.591869 136.02756 680.008536 129.537977 M 661.690827 156.829644 C 671.268952 149.449436 676.222077 139.720269 683.758536 131.439018 M 661.690827 156.829644 C 666.331452 151.892144 671.107494 147.069227 683.758536 131.439018 M 663.43041 161.037978 C 668.64916 155.829644 673.930411 149.178602 687.498119 133.350477 M 663.43041 161.037978 C 669.190827 152.871311 675.779369 145.959852 687.498119 133.350477 M 673.857494 155.251519 C 678.690827 148.079644 682.617911 146.657769 690.581453 136.022352 M 673.857494 155.251519 C 681.190828 146.709852 687.518953 139.84006 690.581453 136.022352 M 684.961661 148.699436 C 687.169994 143.772352 691.02937 140.84006 694.331453 137.928602 M 684.961661 148.699436 C 687.878328 145.381727 690.77937 141.668185 694.331453 137.928602 "
transform="matrix(0.000000000000000046, -0.75, 0.75, 0.000000000000000046, 405.494959, 614.939974)"
id="path95" />
<path
fill="none"
stroke-width="1.02"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 661.951243 119.241101 C 672.018952 125.319226 678.222077 128.84006 697.628328 139.631727 M 661.951243 119.241101 C 670.107494 124.329643 677.857494 128.168185 697.628328 139.631727 M 697.628328 139.631727 C 686.852286 145.428602 675.841869 152.850478 661.951243 160.011936 M 697.628328 139.631727 C 685.060619 146.777561 672.461661 154.600478 661.951243 160.011936 M 661.951243 160.011936 C 661.998118 146.761936 663.748118 130.37131 661.951243 119.241101 M 661.951243 160.011936 C 661.669993 145.168186 662.539785 131.15256 661.951243 119.241101 "
transform="matrix(0.000000000000000046, -0.75, 0.75, 0.000000000000000046, 405.494959, 614.939974)"
id="path97" />
<g
fill="#000000"
fill-opacity="1"
id="g101">
<use
xlink:href="#glyph-1-1"
x="505.6384"
y="78.7313"
id="use99" />
</g>
<path
fill="none"
stroke-width="0.51"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 336.327712 80.507901 L 336.327712 80.507901 M 336.327712 80.507901 L 336.327712 80.507901 M 336.062087 87.039151 C 336.879795 85.742276 337.48917 84.408943 340.072504 82.419359 M 336.062087 87.039151 C 337.338129 85.591235 338.661045 83.830818 340.072504 82.419359 M 336.45792 92.789152 C 339.228754 90.70061 340.942295 88.16936 343.822504 84.330818 M 336.45792 92.789152 C 339.577712 90.059985 341.280837 86.408943 343.822504 84.330818 M 336.197503 99.309985 C 338.879795 97.73186 340.411045 95.841235 346.900629 86.997485 M 336.197503 99.309985 C 340.478754 94.799568 343.697504 89.471443 346.900629 86.997485 M 336.598545 105.059985 C 341.041254 100.247485 344.30167 96.039152 350.640212 88.908943 M 336.598545 105.059985 C 342.749587 98.622485 347.327712 93.289152 350.640212 88.908943 M 336.327712 111.580819 C 341.822504 102.13811 347.301671 95.398527 354.390213 90.809985 M 336.327712 111.580819 C 341.900629 106.690194 345.968337 101.257902 354.390213 90.809985 M 336.072503 118.101653 C 344.358962 109.080819 346.989171 102.039152 358.129796 92.721443 M 336.072503 118.101653 C 345.577712 108.039152 353.911046 97.299568 358.129796 92.721443 M 337.812087 122.309986 C 342.95792 115.122486 348.312087 111.028736 361.879796 94.622485 M 337.812087 122.309986 C 343.119379 116.789153 347.671462 111.820402 361.879796 94.622485 M 348.239171 116.528736 C 353.510004 110.648527 361.239171 100.580819 364.947505 97.299568 M 348.239171 116.528736 C 351.968337 112.799569 354.749588 108.888111 364.947505 97.299568 M 359.338129 109.971444 C 362.520421 108.700611 362.442296 105.528735 368.697505 99.20061 M 359.338129 109.971444 C 362.90063 105.768319 366.541255 102.122485 368.697505 99.20061 "
transform="matrix(0.000000000000000046, 0.75, -0.75, 0.000000000000000046, 341.669986, -189.569992)"
id="path103" />
<path
fill="none"
stroke-width="1.02"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 336.327712 80.507901 C 346.390212 86.049568 355.291254 88.908943 371.999588 100.898527 M 336.327712 80.507901 C 345.400629 85.70061 353.447504 90.091235 371.999588 100.898527 M 371.999588 100.898527 C 363.749588 106.601652 357.780838 111.049569 336.327712 121.278736 M 371.999588 100.898527 C 360.218338 108.440194 347.400629 114.127694 336.327712 121.278736 M 336.327712 121.278736 C 334.692295 110.601652 336.822504 103.612069 336.327712 80.507901 M 336.327712 121.278736 C 337.249587 109.362069 336.348545 98.039152 336.327712 80.507901 "
transform="matrix(0.000000000000000046, 0.75, -0.75, 0.000000000000000046, 341.669986, -189.569992)"
id="path105" />
<g
fill="#000000"
fill-opacity="1"
id="g109">
<use
xlink:href="#glyph-1-2"
x="14.90544"
y="110.07094"
id="use107" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g117">
<use
xlink:href="#glyph-1-3"
x="773.17194"
y="109.30656"
id="use111" />
<use
xlink:href="#glyph-1-4"
x="782.34448"
y="109.30656"
id="use113" />
<use
xlink:href="#glyph-1-5"
x="788.45361"
y="109.30656"
id="use115" />
</g>
<path
fill="none"
stroke-width="1.02"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 507.552105 130.447922 C 514.088563 124.979172 519.390647 118.57813 527.932314 110.067713 M 507.552105 130.447922 C 514.020855 124.911464 519.640647 118.411463 527.932314 110.067713 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path119" />
<path
fill="none"
stroke-width="1.02"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 180.390633 130.447922 C 187.489591 122.250005 196.489592 115.812505 200.781258 110.067713 M 180.390633 130.447922 C 185.937508 125.458339 191.812508 118.000005 200.781258 110.067713 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path121" />
<g
fill="#000000"
fill-opacity="1"
id="g139">
<use
xlink:href="#glyph-0-6"
x="237.59128"
y="58.092999"
id="use123" />
<use
xlink:href="#glyph-0-2"
x="250.69923"
y="58.092999"
id="use125" />
<use
xlink:href="#glyph-0-7"
x="254.22255"
y="58.092999"
id="use127" />
<use
xlink:href="#glyph-0-7"
x="261.85144"
y="58.092999"
id="use129" />
<use
xlink:href="#glyph-0-4"
x="269.48032"
y="58.092999"
id="use131" />
<use
xlink:href="#glyph-0-7"
x="277.15399"
y="58.092999"
id="use133" />
<use
xlink:href="#glyph-0-8"
x="284.7829"
y="58.092999"
id="use135" />
<use
xlink:href="#glyph-0-9"
x="291.66531"
y="58.092999"
id="use137" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g143">
<use
xlink:href="#glyph-0-8"
x="295.18265"
y="58.092999"
id="use141" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g147">
<use
xlink:href="#glyph-1-6"
x="256.70084"
y="110.07094"
id="use145" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g151">
<use
xlink:href="#glyph-2-1"
x="269.94611"
y="113.89285"
id="use149" />
</g>
<path
fill="none"
stroke-width="4.08"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 354.67189 119.229172 C 532.682314 119.041672 709.682321 119.869797 848.489619 119.739588 M 354.67189 119.229172 C 512.052105 117.520838 670.010445 117.85938 848.489619 119.739588 "
transform="matrix(0.75, 0, 0, 0.75, 0, 0)"
id="path153" />
<path
fill="none"
stroke-width="2.04"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 848.302119 114.869796 L 848.302119 114.869796 M 848.302119 114.869796 L 848.302119 114.869796 "
transform="matrix(0.75, 0, 0, 0.75, 0, 0)"
id="path155" />
<path
fill="none"
stroke-width="4.08"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 858.687536 119.750005 C 855.010452 121.901047 851.729202 123.598963 848.479202 124.838547 M 858.687536 119.750005 C 854.968786 121.812505 851.338577 123.447922 848.479202 124.838547 M 848.479202 124.838547 C 848.60941 122.302088 849.088577 118.401047 848.489619 114.651046 M 848.479202 124.838547 C 849.010452 122.281255 848.312535 119.958338 848.489619 114.651046 M 848.489619 114.651046 C 851.729202 115.098963 854.901077 118.682297 858.687536 119.750005 M 848.489619 114.651046 C 852.109411 116.562505 856.291702 118.682297 858.687536 119.750005 "
transform="matrix(0.75, 0, 0, 0.75, 0, 0)"
id="path157" />
<path
fill="none"
stroke-width="1.02"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 474.93752 131.979172 C 476.161478 197.291675 419.000017 253.020844 352.67189 253.770844 M 474.93752 131.979172 C 473.911478 199.458342 421.151059 255.921886 352.67189 253.770844 M 352.67189 253.770844 C 283.208345 252.578136 230.921885 198.890633 230.390635 131.979172 M 352.67189 253.770844 C 285.729179 252.489594 231.958343 201.062508 230.390635 131.979172 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path159" />
<path
fill="none"
stroke-width="1.02"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 440.281268 132.489589 C 441.510435 178.718757 402.750017 217.208342 353.651056 219.119801 M 440.281268 132.489589 C 438.041685 182.510424 401.45835 218.270842 353.651056 219.119801 M 353.651056 219.119801 C 304.161471 219.161467 265.911469 180.411466 267.020844 132.489589 M 353.651056 219.119801 C 303.531263 221.187509 264.729178 180.421883 267.020844 132.489589 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path161" />
<path
fill-rule="nonzero"
fill="rgb(0%, 0%, 0%)"
fill-opacity="1"
d="M 196.636719 98.0625 L 202.148438 91.613281 L 204.871094 98.175781 L 198.128906 99.636719 "
id="path163" />
<path
fill="none"
stroke-width="1.02"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 262.951245 121.277511 C 265.638745 122.168136 268.081453 122.871261 273.138745 126.381678 M 262.951245 121.277511 C 265.018953 122.298344 267.367911 123.491053 273.138745 126.381678 M 273.138745 126.381678 C 269.237703 127.558761 264.628328 131.027511 262.951245 131.47022 M 273.138745 126.381678 C 270.138745 128.277511 266.669995 129.881678 262.951245 131.47022 M 262.951245 131.47022 C 263.357495 129.522303 262.419994 127.142095 262.951245 121.277511 M 262.951245 131.47022 C 262.399161 128.72022 262.659578 124.741053 262.951245 121.277511 "
transform="matrix(0.000000000000000046, -0.75, 0.75, 0.000000000000000046, 106.619996, 296.189988)"
id="path165" />
<path
fill-rule="nonzero"
fill="rgb(0%, 0%, 0%)"
fill-opacity="1"
d="M 326.070313 100.359375 L 330.457031 95.121094 L 335.332031 101.257813 L 325.34375 102.570313 "
id="path167" />
<path
fill="none"
stroke-width="1.02"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 435.188712 124.34231 C 438.188712 126.258977 439.881421 126.550643 445.381421 129.441268 M 435.188712 124.34231 C 439.240796 126.727727 442.501213 127.712102 445.381421 129.441268 M 445.381421 129.441268 C 441.058504 130.977727 438.298088 133.962102 435.188712 134.52981 M 445.381421 129.441268 C 442.818921 130.701685 438.740796 132.09231 435.188712 134.52981 M 435.188712 134.52981 C 435.719962 131.52981 435.688712 126.951685 435.188712 124.34231 M 435.188712 134.52981 C 434.621004 132.191268 435.339754 129.889185 435.188712 124.34231 "
transform="matrix(0.000000000000000046, -0.75, 0.75, 0.000000000000000046, 233.50499, 427.664958)"
id="path169" />
<path
fill-rule="nonzero"
fill="rgb(0%, 0%, 0%)"
fill-opacity="1"
d="M 169.636719 98.0625 L 172.882813 90.988281 L 176.863281 99.757813 L 169.746094 97.859375 "
id="path171" />
<path
fill="none"
stroke-width="1.02"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 226.261245 121.28 C 229.667495 121.951875 230.599786 124.108125 236.448745 126.378958 M 226.261245 121.28 C 229.011245 122.681042 232.282078 123.582083 236.448745 126.378958 M 236.448745 126.378958 C 231.610203 128.071667 228.427911 130.56125 226.261245 131.4675 M 236.448745 126.378958 C 233.188328 127.951875 230.792495 129.128959 226.261245 131.4675 M 226.261245 131.4675 C 226.912286 129.462292 225.750828 124.7175 226.261245 121.28 M 226.261245 131.4675 C 225.667494 127.509167 225.828953 123.832083 226.261245 121.28 "
transform="matrix(0.000000000000000046, -0.75, 0.75, 0.000000000000000046, 79.102504, 268.672489)"
id="path173" />
<path
fill-rule="nonzero"
fill="rgb(0%, 0%, 0%)"
fill-opacity="1"
d="M 352.589844 100.359375 L 357.757813 94.515625 L 360.839844 99.796875 L 353.542969 100.800781 "
id="path175" />
<path
fill="none"
stroke-width="1.02"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 469.838328 124.338561 C 473.661245 125.828145 476.119578 127.578145 480.031036 129.43752 M 469.838328 124.338561 C 472.432078 124.947936 474.567495 126.911478 480.031036 129.43752 M 480.031036 129.43752 C 476.817495 130.46877 475.249786 131.43752 469.838328 134.53127 M 480.031036 129.43752 C 477.109161 131.31252 474.098745 132.291687 469.838328 134.53127 M 469.838328 134.53127 C 470.619578 131.458353 470.359161 130.640645 469.838328 124.338561 M 469.838328 134.53127 C 469.432078 130.989603 470.062286 127.958353 469.838328 124.338561 "
transform="matrix(0.000000000000000046, -0.75, 0.75, 0.000000000000000046, 259.499989, 453.659981)"
id="path177" />
<g
fill="#000000"
fill-opacity="1"
id="g181">
<use
xlink:href="#glyph-1-7"
x="324.22916"
y="79.495682"
id="use179" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g185">
<use
xlink:href="#glyph-2-1"
x="329.31708"
y="83.317589"
id="use183" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g189">
<use
xlink:href="#glyph-1-7"
x="350.98251"
y="80.260063"
id="use187" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g193">
<use
xlink:href="#glyph-2-2"
x="356.07043"
y="84.08197"
id="use191" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g197">
<use
xlink:href="#glyph-1-7"
x="193.08995"
y="81.024445"
id="use195" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g201">
<use
xlink:href="#glyph-2-1"
x="198.17786"
y="84.846352"
id="use199" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g205">
<use
xlink:href="#glyph-1-8"
x="205.82167"
y="81.024445"
id="use203" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g209">
<use
xlink:href="#glyph-1-7"
x="165.5722"
y="81.024445"
id="use207" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g213">
<use
xlink:href="#glyph-2-2"
x="170.66013"
y="84.846352"
id="use211" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g217">
<use
xlink:href="#glyph-1-8"
x="178.30394"
y="81.024445"
id="use215" />
</g>
<path
fill-rule="nonzero"
fill="rgb(100%, 100%, 100%)"
fill-opacity="1"
d="M 259.523438 149.203125 L 270.636719 151.558594 L 270.34375 173.183594 L 258.15625 172.335938 "
id="path219" />
<g
fill="#000000"
fill-opacity="1"
id="g223">
<use
xlink:href="#glyph-0-10"
x="261.3707"
y="167.39955"
id="use221" />
</g>
<path
fill-rule="nonzero"
fill="rgb(100%, 100%, 100%)"
fill-opacity="1"
d="M 257.625 179.191406 L 270.71875 178.09375 L 271.738281 200.339844 L 257.851563 202.140625 "
id="path225" />
<g
fill="#000000"
fill-opacity="1"
id="g229">
<use
xlink:href="#glyph-0-10"
x="261.3707"
y="195.68167"
id="use227" />
</g>
<path
fill="none"
stroke-width="1.02"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 360.151057 40.791668 C 489.71877 41.13021 618.968776 41.312502 843.619827 42.328127 M 360.151057 40.791668 C 548.750023 41.312502 736.270864 42.182293 843.619827 42.328127 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path231" />
<path
fill="none"
stroke-width="0.51"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 354.661473 40.921877 L 354.661473 40.921877 M 354.661473 40.921877 L 354.661473 40.921877 M 358.411473 42.828127 C 358.937515 42.062502 359.229182 41.500002 360.411473 40.520835 M 358.411473 42.828127 C 359.010432 42.229168 359.57814 41.31771 360.411473 40.520835 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path233" />
<path
fill="none"
stroke-width="1.02"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 354.802098 40.770835 C 357.947932 39.682293 360.07814 38.479168 361.937515 37.229168 M 354.802098 40.770835 C 357.197932 39.770835 359.760432 38.562502 361.937515 37.229168 M 361.937515 37.229168 C 361.07814 37.91146 360.869807 38.901043 360.151057 40.791668 M 361.937515 37.229168 C 361.500015 37.838543 361.302098 38.578127 360.151057 40.791668 M 360.151057 40.791668 C 361.098973 42.13021 361.567723 43.13021 361.92189 44.359377 M 360.151057 40.791668 C 360.562515 41.770835 361.14064 42.770835 361.92189 44.359377 M 361.92189 44.359377 C 358.817723 43.421877 356.500015 40.750002 354.802098 40.770835 M 361.92189 44.359377 C 359.281265 42.739585 356.14064 41.468752 354.802098 40.770835 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path235" />
<path
fill="none"
stroke-width="0.51"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 841.697952 38.921877 L 841.697952 38.921877 M 841.697952 38.921877 L 841.697952 38.921877 M 844.10941 42.359377 C 844.458369 41.84896 844.661494 41.468752 845.447952 40.81771 M 844.10941 42.359377 C 844.510452 41.958335 844.89066 41.359377 845.447952 40.81771 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path237" />
<path
fill="none"
stroke-width="1.02"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 848.968785 42.34896 C 846.687535 43.968752 843.39066 45.447919 841.82816 45.88021 M 848.968785 42.34896 C 846.229202 43.828127 843.67191 45.171877 841.82816 45.88021 M 841.82816 45.88021 C 841.958368 44.552085 842.760452 43.541669 843.619827 42.328127 M 841.82816 45.88021 C 842.17191 45.06771 842.687535 44.38021 843.619827 42.328127 M 843.619827 42.328127 C 843.281285 41.041668 842.437535 39.41146 841.848993 38.750002 M 843.619827 42.328127 C 843.187535 41.510418 842.89066 40.739585 841.848993 38.750002 M 841.848993 38.750002 C 844.380244 40.671877 847.64066 40.812502 848.968785 42.34896 M 841.848993 38.750002 C 844.760452 39.81771 847.239619 41.390627 848.968785 42.34896 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path239" />
<g
fill="#000000"
fill-opacity="1"
id="g247">
<use
xlink:href="#glyph-1-3"
x="436.96347"
y="25.22459"
id="use241" />
<use
xlink:href="#glyph-1-9"
x="446.13605"
y="25.22459"
id="use243" />
<use
xlink:href="#glyph-1-10"
x="451.23294"
y="25.22459"
id="use245" />
</g>
<path
fill="none"
stroke-width="1.02"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 971.270874 131.979172 C 969.958374 190.468758 924.328164 238.328135 863.750036 239.510427 M 971.270874 131.979172 C 973.151082 189.552091 924.541705 238.421885 863.750036 239.510427 M 863.750036 239.510427 C 805.500034 240.401052 756.250032 189.817716 756.229198 131.979172 M 863.750036 239.510427 C 806.302117 237.609385 756.687532 189.531258 756.229198 131.979172 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path249" />
<path
fill-rule="nonzero"
fill="rgb(100%, 100%, 100%)"
fill-opacity="1"
d="M 640.117188 166.640625 L 652.171875 167.046875 L 651.609375 188.199219 L 637.972656 189.046875 "
id="path251" />
<g
fill="#000000"
fill-opacity="1"
id="g255">
<use
xlink:href="#glyph-0-10"
x="642.79712"
y="183.45157"
id="use253" />
</g>
<path
fill="none"
stroke-width="1.02"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 751.13024 132.489589 C 756.729198 123.911464 765.838574 121.151047 771.520866 112.10938 M 751.13024 132.489589 C 756.609407 125.958339 762.63024 120.760422 771.520866 112.10938 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path257" />
<path
fill="none"
stroke-width="1.02"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 758.270865 132.489589 C 762.671907 127.088547 770.578157 120.458338 778.651074 112.10938 M 758.270865 132.489589 C 764.369824 124.588547 771.421907 117.119797 778.651074 112.10938 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path259" />
<path
fill-rule="nonzero"
fill="rgb(0%, 0%, 0%)"
fill-opacity="1"
d="M 564.621094 99.449219 L 568.214844 90.90625 L 572.191406 99.773438 L 562.550781 99.710938 "
id="path261" />
<path
fill="none"
stroke-width="1.02"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 751.13001 122.300288 C 752.869594 123.128413 756.051886 123.758621 761.317511 127.399246 M 751.13001 122.300288 C 755.281052 124.409663 758.760219 126.081538 761.317511 127.399246 M 761.317511 127.399246 C 758.609177 128.88883 756.119594 129.539871 751.13001 132.487788 M 761.317511 127.399246 C 757.260219 129.628413 753.432094 131.42008 751.13001 132.487788 M 751.13001 132.487788 C 751.19251 128.680496 751.921677 124.222163 751.13001 122.300288 M 751.13001 132.487788 C 751.447719 129.758621 751.609177 126.98258 751.13001 122.300288 "
transform="matrix(0.000000000000000046, -0.75, 0.75, 0.000000000000000046, 471.997444, 663.097484)"
id="path263" />
<path
fill="none"
stroke-width="1.02"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 944.781289 132.489589 C 949.661498 128.07813 958.052123 117.979172 965.161499 112.10938 M 944.781289 132.489589 C 953.151081 124.958339 959.229207 116.812505 965.161499 112.10938 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path265" />
<path
fill="none"
stroke-width="1.02"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 951.911498 132.489589 C 960.078165 126.781255 963.18754 120.958338 972.291707 112.10938 M 951.911498 132.489589 C 956.817748 128.067714 961.901082 123.770839 972.291707 112.10938 "
transform="matrix(0.75, 0, 0, 0.75, 0.375, 0.375)"
id="path267" />
<path
fill-rule="nonzero"
fill="rgb(0%, 0%, 0%)"
fill-opacity="1"
d="M 725.445313 99.539063 L 728.699219 91.214844 L 733.101563 98.445313 L 726.515625 100.621094 "
id="path269" />
<path
fill="none"
stroke-width="1.02"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 966.180491 122.301899 C 968.800283 122.921691 972.77945 126.119608 976.367992 127.400858 M 966.180491 122.301899 C 969.201325 123.260233 970.9982 125.421691 976.367992 127.400858 M 976.367992 127.400858 C 973.170075 129.728983 969.84195 130.848775 966.180491 132.4894 M 976.367992 127.400858 C 973.269033 128.2394 971.107575 130.067525 966.180491 132.4894 M 966.180491 132.4894 C 966.039866 130.718566 966.159658 128.562316 966.180491 122.301899 M 966.180491 132.4894 C 966.258616 128.70815 965.711741 125.150858 966.180491 122.301899 "
transform="matrix(0.000000000000000046, -0.75, 0.75, 0.000000000000000046, 633.277486, 824.377526)"
id="path271" />
<g
fill="#000000"
fill-opacity="1"
id="g275">
<use
xlink:href="#glyph-1-11"
x="561.95178"
y="79.495682"
id="use273" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g279">
<use
xlink:href="#glyph-2-1"
x="567.03973"
y="83.317589"
id="use277" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g283">
<use
xlink:href="#glyph-1-11"
x="723.57074"
y="78.7313"
id="use281" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g287">
<use
xlink:href="#glyph-2-1"
x="728.65863"
y="82.553207"
id="use285" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g291">
<use
xlink:href="#glyph-1-8"
x="736.30249"
y="82.553207"
id="use289" />
</g>
<path
fill="none"
stroke-width="0.51"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 845.408545 81.529755 L 845.408545 81.529755 M 845.408545 81.529755 L 845.408545 81.529755 M 845.137712 88.050588 C 846.04917 86.472463 847.148129 85.38913 849.148129 83.441213 M 845.137712 88.050588 C 846.372087 86.45163 848.070004 84.769338 849.148129 83.441213 M 845.538754 93.811005 C 848.137712 90.399547 850.601254 88.311005 852.898129 85.342255 M 845.538754 93.811005 C 847.29917 92.081839 848.689795 90.722464 852.898129 85.342255 M 845.278337 100.331839 C 848.471045 96.878714 852.36167 91.571422 855.971046 88.019338 M 845.278337 100.331839 C 848.731462 97.227672 850.189795 94.571422 855.971046 88.019338 M 845.679379 106.081839 C 851.137712 102.659964 854.887712 95.331839 859.721046 89.92038 M 845.679379 106.081839 C 850.29917 101.222464 854.132504 96.561005 859.721046 89.92038 M 845.408545 112.597464 C 849.179379 106.420381 856.658546 100.800589 863.460629 91.831839 M 845.408545 112.597464 C 849.648129 107.269339 855.231462 101.399547 863.460629 91.831839 M 845.137712 119.118298 C 852.752295 111.962048 859.070004 102.050589 867.210629 93.738089 M 845.137712 119.118298 C 854.231462 108.769339 860.622087 100.691214 867.210629 93.738089 M 846.882504 123.33184 C 854.387712 113.019339 862.210629 106.529756 870.950213 95.63913 M 846.882504 123.33184 C 851.960629 117.618298 858.429379 110.092256 870.950213 95.63913 M 857.320004 117.540173 C 863.299171 111.061006 868.137713 106.811006 874.028338 98.321422 M 857.320004 117.540173 C 861.429379 113.368298 864.950213 107.779756 874.028338 98.321422 M 868.418963 110.988089 C 872.168963 107.941214 872.559588 105.050589 877.778338 100.222464 M 868.418963 110.988089 C 871.92938 106.889131 874.64813 103.462047 877.778338 100.222464 "
transform="matrix(0.000000000000000046, 0.75, -0.75, 0.000000000000000046, 724.24497, -570.614976)"
id="path293" />
<path
fill="none"
stroke-width="1.02"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 845.408545 81.529755 C 855.017921 86.13913 863.059588 90.691214 881.080422 101.920381 M 845.408545 81.529755 C 855.361671 87.430797 864.538754 91.88913 881.080422 101.920381 M 881.080422 101.920381 C 871.17938 107.420381 864.340838 111.909964 845.408545 122.30059 M 881.080422 101.920381 C 872.89813 105.462047 865.898129 111.712048 845.408545 122.30059 M 845.408545 122.30059 C 846.950212 112.972464 844.122087 105.597464 845.408545 81.529755 M 845.408545 122.30059 C 845.700212 107.201631 844.007503 89.35788 845.408545 81.529755 "
transform="matrix(0.000000000000000046, 0.75, -0.75, 0.000000000000000046, 724.24497, -570.614976)"
id="path295" />
<g
fill="#000000"
fill-opacity="1"
id="g313">
<use
xlink:href="#glyph-0-6"
x="614.28809"
y="58.857376"
id="use297" />
<use
xlink:href="#glyph-0-2"
x="627.396"
y="58.857376"
id="use299" />
<use
xlink:href="#glyph-0-7"
x="630.91931"
y="58.857376"
id="use301" />
<use
xlink:href="#glyph-0-7"
x="638.54822"
y="58.857376"
id="use303" />
<use
xlink:href="#glyph-0-4"
x="646.17712"
y="58.857376"
id="use305" />
<use
xlink:href="#glyph-0-7"
x="653.85077"
y="58.857376"
id="use307" />
<use
xlink:href="#glyph-0-8"
x="661.47968"
y="58.857376"
id="use309" />
<use
xlink:href="#glyph-0-11"
x="668.36206"
y="58.857376"
id="use311" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g317">
<use
xlink:href="#glyph-3-1"
x="678.26917"
y="58.857376"
id="use315" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g321">
<use
xlink:href="#glyph-1-6"
x="638.1272"
y="110.83532"
id="use319" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g325">
<use
xlink:href="#glyph-2-2"
x="651.3725"
y="114.65723"
id="use323" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 73 KiB

View File

@@ -0,0 +1,644 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="523.91998pt"
height="126.959999pt"
viewBox="0 0 523.91998 126.959999"
version="1.1"
id="svg213"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs61">
<g
id="g59">
<g
id="glyph-0-0" />
<g
id="glyph-0-1">
<path
d="M 2.578125 -0.65625 C 2.265625 -1.550781 1.96875 -2.394531 1.6875 -3.1875 C 1.414063 -3.976563 1.175781 -4.753906 0.96875 -5.515625 C 0.757813 -6.273438 0.59375 -7.046875 0.46875 -7.828125 C 0.351563 -8.617188 0.296875 -9.460938 0.296875 -10.359375 C 0.296875 -10.421875 0.296875 -10.546875 0.296875 -10.734375 C 0.304688 -10.921875 0.3125 -11.113281 0.3125 -11.3125 C 0.3125 -11.519531 0.3125 -11.710938 0.3125 -11.890625 C 0.320313 -12.078125 0.328125 -12.207031 0.328125 -12.28125 C 0.421875 -12.476563 0.578125 -12.660156 0.796875 -12.828125 C 1.023438 -13.003906 1.257813 -13.09375 1.5 -13.09375 C 1.5 -12.351563 1.503906 -11.5625 1.515625 -10.71875 C 1.535156 -9.882813 1.597656 -9.046875 1.703125 -8.203125 C 1.816406 -7.367188 1.988281 -6.550781 2.21875 -5.75 C 2.457031 -4.957031 2.796875 -4.226563 3.234375 -3.5625 C 3.242188 -3.800781 3.253906 -4.066406 3.265625 -4.359375 C 3.273438 -4.648438 3.300781 -4.941406 3.34375 -5.234375 C 3.382813 -5.523438 3.457031 -5.804688 3.5625 -6.078125 C 3.664063 -6.347656 3.8125 -6.585938 4 -6.796875 C 4.195313 -7.015625 4.453125 -7.179688 4.765625 -7.296875 C 5.085938 -7.421875 5.488281 -7.476563 5.96875 -7.46875 C 6.40625 -7.46875 6.796875 -7.382813 7.140625 -7.21875 C 7.492188 -7.0625 7.785156 -6.84375 8.015625 -6.5625 C 8.253906 -6.289063 8.4375 -5.972656 8.5625 -5.609375 C 8.6875 -5.242188 8.75 -4.851563 8.75 -4.4375 C 8.75 -3.882813 8.613281 -3.335938 8.34375 -2.796875 C 8.070313 -2.265625 7.710938 -1.785156 7.265625 -1.359375 C 6.816406 -0.941406 6.316406 -0.601563 5.765625 -0.34375 C 5.210938 -0.09375 4.648438 0.03125 4.078125 0.03125 C 3.785156 0.03125 3.503906 -0.0195313 3.234375 -0.125 C 2.960938 -0.226563 2.742188 -0.40625 2.578125 -0.65625 Z M 6.15625 -6.15625 C 5.957031 -6.039063 5.742188 -5.90625 5.515625 -5.75 C 5.296875 -5.601563 5.09375 -5.375 4.90625 -5.0625 C 4.726563 -4.75 4.570313 -4.316406 4.4375 -3.765625 C 4.300781 -3.222656 4.21875 -2.503906 4.1875 -1.609375 C 4.207031 -1.609375 4.257813 -1.601563 4.34375 -1.59375 C 4.4375 -1.582031 4.5 -1.578125 4.53125 -1.578125 C 4.800781 -1.578125 5.109375 -1.660156 5.453125 -1.828125 C 5.796875 -2.003906 6.128906 -2.21875 6.453125 -2.46875 C 6.785156 -2.726563 7.070313 -3.007813 7.3125 -3.3125 C 7.5625 -3.613281 7.707031 -3.90625 7.75 -4.1875 C 7.78125 -4.363281 7.742188 -4.5625 7.640625 -4.78125 C 7.546875 -5 7.414063 -5.210938 7.25 -5.421875 C 7.082031 -5.628906 6.898438 -5.800781 6.703125 -5.9375 C 6.503906 -6.082031 6.320313 -6.15625 6.15625 -6.15625 Z M 6.15625 -6.15625 "
id="path3" />
</g>
<g
id="glyph-0-2">
<path
d="M 0.296875 -9.703125 C 0.296875 -9.835938 0.296875 -10.03125 0.296875 -10.28125 C 0.296875 -10.539063 0.320313 -10.796875 0.375 -11.046875 C 0.425781 -11.304688 0.503906 -11.53125 0.609375 -11.71875 C 0.722656 -11.914063 0.894531 -12.015625 1.125 -12.015625 C 1.257813 -12.015625 1.367188 -11.898438 1.453125 -11.671875 C 1.535156 -11.441406 1.601563 -11.160156 1.65625 -10.828125 C 1.71875 -10.492188 1.757813 -10.117188 1.78125 -9.703125 C 1.8125 -9.296875 1.832031 -8.910156 1.84375 -8.546875 C 1.863281 -8.191406 1.878906 -7.878906 1.890625 -7.609375 C 1.898438 -7.347656 1.914063 -7.1875 1.9375 -7.125 C 1.96875 -6.957031 2.023438 -6.710938 2.109375 -6.390625 C 2.191406 -6.078125 2.28125 -5.710938 2.375 -5.296875 C 2.476563 -4.890625 2.585938 -4.460938 2.703125 -4.015625 C 2.828125 -3.578125 2.941406 -3.15625 3.046875 -2.75 C 3.160156 -2.351563 3.257813 -1.992188 3.34375 -1.671875 C 3.4375 -1.347656 3.507813 -1.117188 3.5625 -0.984375 C 3.5625 -0.960938 3.566406 -0.929688 3.578125 -0.890625 C 3.585938 -0.847656 3.59375 -0.816406 3.59375 -0.796875 C 3.59375 -0.691406 3.550781 -0.601563 3.46875 -0.53125 C 3.394531 -0.46875 3.304688 -0.414063 3.203125 -0.375 C 3.097656 -0.34375 2.988281 -0.320313 2.875 -0.3125 C 2.769531 -0.300781 2.671875 -0.296875 2.578125 -0.296875 C 2.535156 -0.296875 2.476563 -0.300781 2.40625 -0.3125 C 2.332031 -0.320313 2.285156 -0.328125 2.265625 -0.328125 C 2.054688 -1.035156 1.832031 -1.78125 1.59375 -2.5625 C 1.351563 -3.34375 1.132813 -4.132813 0.9375 -4.9375 C 0.75 -5.738281 0.59375 -6.546875 0.46875 -7.359375 C 0.351563 -8.171875 0.296875 -8.953125 0.296875 -9.703125 Z M 0.296875 -9.703125 "
id="path6" />
</g>
<g
id="glyph-0-3">
<path
d="M 0.296875 -5.6875 C 0.296875 -6.101563 0.332031 -6.539063 0.40625 -7 C 0.476563 -7.46875 0.585938 -7.921875 0.734375 -8.359375 C 0.890625 -8.804688 1.082031 -9.226563 1.3125 -9.625 C 1.539063 -10.03125 1.8125 -10.382813 2.125 -10.6875 C 2.4375 -11 2.789063 -11.242188 3.1875 -11.421875 C 3.582031 -11.597656 4.03125 -11.6875 4.53125 -11.6875 C 5.207031 -11.6875 5.8125 -11.570313 6.34375 -11.34375 C 6.875 -11.125 7.316406 -10.8125 7.671875 -10.40625 C 8.023438 -10.007813 8.289063 -9.53125 8.46875 -8.96875 C 8.65625 -8.414063 8.75 -7.804688 8.75 -7.140625 C 8.75 -6.671875 8.703125 -6.164063 8.609375 -5.625 C 8.523438 -5.082031 8.382813 -4.546875 8.1875 -4.015625 C 7.988281 -3.492188 7.742188 -2.988281 7.453125 -2.5 C 7.160156 -2.019531 6.820313 -1.59375 6.4375 -1.21875 C 6.0625 -0.84375 5.628906 -0.546875 5.140625 -0.328125 C 4.648438 -0.109375 4.125 0 3.5625 0 C 3.0625 0 2.628906 -0.0859375 2.265625 -0.265625 C 1.910156 -0.453125 1.613281 -0.695313 1.375 -1 C 1.132813 -1.300781 0.941406 -1.648438 0.796875 -2.046875 C 0.660156 -2.441406 0.550781 -2.847656 0.46875 -3.265625 C 0.394531 -3.679688 0.347656 -4.097656 0.328125 -4.515625 C 0.304688 -4.941406 0.296875 -5.332031 0.296875 -5.6875 Z M 1.578125 -5.015625 C 1.578125 -4.609375 1.597656 -4.1875 1.640625 -3.75 C 1.679688 -3.3125 1.78125 -2.90625 1.9375 -2.53125 C 2.101563 -2.164063 2.335938 -1.863281 2.640625 -1.625 C 2.941406 -1.394531 3.351563 -1.28125 3.875 -1.28125 C 4.3125 -1.28125 4.695313 -1.382813 5.03125 -1.59375 C 5.375 -1.800781 5.675781 -2.066406 5.9375 -2.390625 C 6.207031 -2.722656 6.4375 -3.097656 6.625 -3.515625 C 6.820313 -3.941406 6.976563 -4.367188 7.09375 -4.796875 C 7.21875 -5.234375 7.3125 -5.648438 7.375 -6.046875 C 7.4375 -6.453125 7.46875 -6.8125 7.46875 -7.125 C 7.46875 -7.570313 7.429688 -8 7.359375 -8.40625 C 7.296875 -8.8125 7.171875 -9.160156 6.984375 -9.453125 C 6.804688 -9.742188 6.554688 -9.96875 6.234375 -10.125 C 5.910156 -10.289063 5.484375 -10.375 4.953125 -10.375 C 4.503906 -10.375 4.113281 -10.289063 3.78125 -10.125 C 3.445313 -9.957031 3.148438 -9.734375 2.890625 -9.453125 C 2.640625 -9.171875 2.429688 -8.84375 2.265625 -8.46875 C 2.097656 -8.101563 1.960938 -7.71875 1.859375 -7.3125 C 1.765625 -6.914063 1.691406 -6.515625 1.640625 -6.109375 C 1.597656 -5.710938 1.578125 -5.347656 1.578125 -5.015625 Z M 1.578125 -5.015625 "
id="path9" />
</g>
<g
id="glyph-0-4">
<path
d="M 0.15625 -11.921875 C 0.15625 -12.234375 0.210938 -12.488281 0.328125 -12.6875 C 0.441406 -12.894531 0.597656 -13.0625 0.796875 -13.1875 C 1.003906 -13.3125 1.226563 -13.398438 1.46875 -13.453125 C 1.71875 -13.515625 1.972656 -13.554688 2.234375 -13.578125 C 2.503906 -13.609375 2.765625 -13.617188 3.015625 -13.609375 C 3.265625 -13.609375 3.5 -13.609375 3.71875 -13.609375 C 4.125 -13.609375 4.53125 -13.566406 4.9375 -13.484375 C 5.351563 -13.410156 5.71875 -13.269531 6.03125 -13.0625 C 6.351563 -12.863281 6.613281 -12.59375 6.8125 -12.25 C 7.019531 -11.914063 7.125 -11.5 7.125 -11 C 7.125 -10.5625 7.035156 -10.125 6.859375 -9.6875 C 6.679688 -9.25 6.453125 -8.828125 6.171875 -8.421875 C 5.898438 -8.023438 5.585938 -7.660156 5.234375 -7.328125 C 4.878906 -7.003906 4.53125 -6.726563 4.1875 -6.5 C 3.84375 -6.269531 3.507813 -6.085938 3.1875 -5.953125 C 2.875 -5.828125 2.613281 -5.78125 2.40625 -5.8125 C 2.28125 -5.414063 2.203125 -4.992188 2.171875 -4.546875 C 2.148438 -4.097656 2.144531 -3.660156 2.15625 -3.234375 C 2.164063 -2.804688 2.179688 -2.398438 2.203125 -2.015625 C 2.222656 -1.628906 2.203125 -1.296875 2.140625 -1.015625 C 2.085938 -0.742188 1.984375 -0.539063 1.828125 -0.40625 C 1.679688 -0.269531 1.453125 -0.222656 1.140625 -0.265625 C 1.054688 -0.984375 0.988281 -1.707031 0.9375 -2.4375 C 0.894531 -3.175781 0.859375 -3.90625 0.828125 -4.625 C 0.796875 -5.351563 0.765625 -6.0625 0.734375 -6.75 C 0.710938 -7.4375 0.679688 -8.09375 0.640625 -8.71875 C 0.597656 -9.34375 0.535156 -9.925781 0.453125 -10.46875 C 0.367188 -11.007813 0.269531 -11.492188 0.15625 -11.921875 Z M 3.875 -12.3125 C 3.726563 -12.3125 3.539063 -12.304688 3.3125 -12.296875 C 3.09375 -12.285156 2.878906 -12.253906 2.671875 -12.203125 C 2.472656 -12.148438 2.300781 -12.050781 2.15625 -11.90625 C 2.019531 -11.769531 1.953125 -11.578125 1.953125 -11.328125 L 1.953125 -7.375 C 2.359375 -7.375 2.789063 -7.484375 3.25 -7.703125 C 3.71875 -7.929688 4.140625 -8.210938 4.515625 -8.546875 C 4.898438 -8.890625 5.21875 -9.28125 5.46875 -9.71875 C 5.726563 -10.15625 5.859375 -10.582031 5.859375 -11 C 5.859375 -11.3125 5.800781 -11.550781 5.6875 -11.71875 C 5.570313 -11.894531 5.421875 -12.023438 5.234375 -12.109375 C 5.046875 -12.203125 4.832031 -12.257813 4.59375 -12.28125 C 4.363281 -12.300781 4.125 -12.3125 3.875 -12.3125 Z M 3.875 -12.3125 "
id="path12" />
</g>
<g
id="glyph-0-5">
<path
d="M 6.796875 -1.953125 C 6.410156 -1.679688 6.078125 -1.441406 5.796875 -1.234375 C 5.523438 -1.035156 5.257813 -0.863281 5 -0.71875 C 4.738281 -0.582031 4.457031 -0.476563 4.15625 -0.40625 C 3.863281 -0.332031 3.5 -0.296875 3.0625 -0.296875 C 2.125 -0.296875 1.425781 -0.546875 0.96875 -1.046875 C 0.519531 -1.546875 0.296875 -2.289063 0.296875 -3.28125 C 0.296875 -3.65625 0.347656 -4.046875 0.453125 -4.453125 C 0.554688 -4.867188 0.703125 -5.28125 0.890625 -5.6875 C 1.085938 -6.101563 1.320313 -6.492188 1.59375 -6.859375 C 1.863281 -7.222656 2.171875 -7.546875 2.515625 -7.828125 C 2.859375 -8.109375 3.222656 -8.332031 3.609375 -8.5 C 3.992188 -8.664063 4.40625 -8.75 4.84375 -8.75 C 5.570313 -8.675781 6.140625 -8.492188 6.546875 -8.203125 C 6.960938 -7.921875 7.273438 -7.554688 7.484375 -7.109375 C 7.691406 -6.660156 7.835938 -6.160156 7.921875 -5.609375 C 8.003906 -5.066406 8.066406 -4.503906 8.109375 -3.921875 C 8.148438 -3.335938 8.207031 -2.753906 8.28125 -2.171875 C 8.351563 -1.585938 8.5 -1.050781 8.71875 -0.5625 C 8.59375 -0.226563 8.46875 0.00390625 8.34375 0.140625 C 8.226563 0.273438 8.097656 0.296875 7.953125 0.203125 C 7.816406 0.117188 7.65625 -0.0976563 7.46875 -0.453125 C 7.289063 -0.804688 7.066406 -1.304688 6.796875 -1.953125 Z M 1.578125 -3.25 C 1.578125 -2.675781 1.6875 -2.253906 1.90625 -1.984375 C 2.125 -1.710938 2.507813 -1.578125 3.0625 -1.578125 C 3.476563 -1.578125 3.875 -1.648438 4.25 -1.796875 C 4.625 -1.941406 4.953125 -2.144531 5.234375 -2.40625 C 5.515625 -2.664063 5.738281 -2.972656 5.90625 -3.328125 C 6.082031 -3.691406 6.171875 -4.097656 6.171875 -4.546875 C 6.171875 -4.722656 6.175781 -4.972656 6.1875 -5.296875 C 6.195313 -5.628906 6.175781 -5.957031 6.125 -6.28125 C 6.070313 -6.601563 5.972656 -6.878906 5.828125 -7.109375 C 5.691406 -7.347656 5.484375 -7.46875 5.203125 -7.46875 C 4.679688 -7.46875 4.195313 -7.332031 3.75 -7.0625 C 3.3125 -6.800781 2.929688 -6.460938 2.609375 -6.046875 C 2.285156 -5.640625 2.03125 -5.1875 1.84375 -4.6875 C 1.664063 -4.1875 1.578125 -3.707031 1.578125 -3.25 Z M 1.578125 -3.25 "
id="path15" />
</g>
<g
id="glyph-0-6">
<path
d="M -0.03125 -1.78125 C -0.03125 -2.363281 0.113281 -2.878906 0.40625 -3.328125 C 0.695313 -3.785156 1.054688 -4.179688 1.484375 -4.515625 C 1.921875 -4.859375 2.390625 -5.144531 2.890625 -5.375 C 3.398438 -5.613281 3.867188 -5.8125 4.296875 -5.96875 C 4.734375 -6.125 5.097656 -6.25 5.390625 -6.34375 C 5.679688 -6.4375 5.828125 -6.515625 5.828125 -6.578125 C 5.828125 -6.929688 5.804688 -7.273438 5.765625 -7.609375 C 5.734375 -7.953125 5.695313 -8.289063 5.65625 -8.625 C 5.613281 -8.96875 5.578125 -9.304688 5.546875 -9.640625 C 5.515625 -9.984375 5.5 -10.320313 5.5 -10.65625 L 5.5 -11.640625 C 5.90625 -11.785156 6.195313 -11.765625 6.375 -11.578125 C 6.550781 -11.398438 6.578125 -11.09375 6.453125 -10.65625 C 6.492188 -10.4375 6.550781 -10.085938 6.625 -9.609375 C 6.695313 -9.140625 6.773438 -8.609375 6.859375 -8.015625 C 6.941406 -7.421875 7.03125 -6.796875 7.125 -6.140625 C 7.226563 -5.484375 7.320313 -4.851563 7.40625 -4.25 C 7.488281 -3.65625 7.5625 -3.125 7.625 -2.65625 C 7.6875 -2.195313 7.726563 -1.847656 7.75 -1.609375 C 7.757813 -1.566406 7.769531 -1.472656 7.78125 -1.328125 C 7.789063 -1.179688 7.796875 -1.023438 7.796875 -0.859375 C 7.804688 -0.691406 7.8125 -0.535156 7.8125 -0.390625 C 7.820313 -0.253906 7.828125 -0.15625 7.828125 -0.09375 C 7.453125 -0.09375 7.191406 -0.109375 7.046875 -0.140625 C 6.910156 -0.171875 6.828125 -0.226563 6.796875 -0.3125 C 6.765625 -0.40625 6.75 -0.535156 6.75 -0.703125 C 6.75 -0.878906 6.695313 -1.117188 6.59375 -1.421875 C 6.21875 -1.128906 5.863281 -0.882813 5.53125 -0.6875 C 5.207031 -0.5 4.878906 -0.347656 4.546875 -0.234375 C 4.210938 -0.117188 3.875 -0.0390625 3.53125 0 C 3.195313 0.0507813 2.835938 0.078125 2.453125 0.078125 C 2.140625 0.078125 1.832031 0.0507813 1.53125 0 C 1.238281 -0.0625 0.972656 -0.160156 0.734375 -0.296875 C 0.503906 -0.441406 0.316406 -0.632813 0.171875 -0.875 C 0.0351563 -1.113281 -0.03125 -1.414063 -0.03125 -1.78125 Z M 1.28125 -2.09375 C 1.28125 -1.9375 1.316406 -1.804688 1.390625 -1.703125 C 1.460938 -1.597656 1.550781 -1.507813 1.65625 -1.4375 C 1.769531 -1.375 1.890625 -1.328125 2.015625 -1.296875 C 2.140625 -1.273438 2.265625 -1.265625 2.390625 -1.265625 C 2.734375 -1.265625 3.109375 -1.332031 3.515625 -1.46875 C 3.929688 -1.601563 4.3125 -1.796875 4.65625 -2.046875 C 5 -2.296875 5.285156 -2.585938 5.515625 -2.921875 C 5.742188 -3.265625 5.859375 -3.640625 5.859375 -4.046875 C 5.859375 -4.359375 5.800781 -4.570313 5.6875 -4.6875 C 5.570313 -4.8125 5.363281 -4.875 5.0625 -4.875 C 4.738281 -4.875 4.363281 -4.796875 3.9375 -4.640625 C 3.507813 -4.492188 3.09375 -4.296875 2.6875 -4.046875 C 2.289063 -3.796875 1.957031 -3.5 1.6875 -3.15625 C 1.414063 -2.820313 1.28125 -2.46875 1.28125 -2.09375 Z M 1.28125 -2.09375 "
id="path18" />
</g>
<g
id="glyph-0-7">
<path
d="M 0.9375 -5.65625 C 0.9375 -5.71875 0.9375 -5.816406 0.9375 -5.953125 C 0.945313 -6.085938 0.953125 -6.226563 0.953125 -6.375 C 0.960938 -6.53125 0.96875 -6.675781 0.96875 -6.8125 C 0.976563 -6.957031 0.984375 -7.0625 0.984375 -7.125 C 1.085938 -7.28125 1.226563 -7.410156 1.40625 -7.515625 C 1.582031 -7.617188 1.765625 -7.695313 1.953125 -7.75 C 1.972656 -7.207031 2.054688 -6.628906 2.203125 -6.015625 C 2.347656 -5.398438 2.5 -4.785156 2.65625 -4.171875 C 2.8125 -3.554688 2.953125 -2.945313 3.078125 -2.34375 C 3.210938 -1.738281 3.28125 -1.175781 3.28125 -0.65625 C 3.28125 -0.195313 3.046875 0.03125 2.578125 0.03125 C 2.296875 0.03125 2.054688 -0.0820313 1.859375 -0.3125 C 1.671875 -0.539063 1.519531 -0.832031 1.40625 -1.1875 C 1.289063 -1.550781 1.195313 -1.953125 1.125 -2.390625 C 1.0625 -2.828125 1.015625 -3.253906 0.984375 -3.671875 C 0.960938 -4.097656 0.945313 -4.488281 0.9375 -4.84375 C 0.9375 -5.195313 0.9375 -5.46875 0.9375 -5.65625 Z M 1.140625 -11.3125 C 1.335938 -11.238281 1.5 -11.109375 1.625 -10.921875 C 1.757813 -10.742188 1.816406 -10.582031 1.796875 -10.4375 C 1.785156 -10.289063 1.671875 -10.1875 1.453125 -10.125 C 1.242188 -10.070313 0.894531 -10.132813 0.40625 -10.3125 C 0.40625 -10.582031 0.457031 -10.816406 0.5625 -11.015625 C 0.664063 -11.210938 0.859375 -11.3125 1.140625 -11.3125 Z M 1.140625 -11.3125 "
id="path21" />
</g>
<g
id="glyph-0-8">
<path
d="M 0.296875 -5.078125 C 0.296875 -5.347656 0.359375 -5.539063 0.484375 -5.65625 C 0.617188 -5.769531 0.832031 -5.828125 1.125 -5.828125 L 1.28125 -5.828125 C 1.3125 -5.660156 1.347656 -5.472656 1.390625 -5.265625 C 1.429688 -5.054688 1.488281 -4.835938 1.5625 -4.609375 C 1.644531 -4.390625 1.738281 -4.1875 1.84375 -4 C 1.957031 -3.820313 2.097656 -3.675781 2.265625 -3.5625 C 2.273438 -3.914063 2.363281 -4.253906 2.53125 -4.578125 C 2.695313 -4.910156 2.898438 -5.203125 3.140625 -5.453125 C 3.390625 -5.710938 3.660156 -5.929688 3.953125 -6.109375 C 4.253906 -6.285156 4.550781 -6.398438 4.84375 -6.453125 L 5.171875 -6.453125 C 5.660156 -6.453125 6.070313 -6.34375 6.40625 -6.125 C 6.75 -5.914063 7.035156 -5.632813 7.265625 -5.28125 C 7.492188 -4.9375 7.664063 -4.539063 7.78125 -4.09375 C 7.90625 -3.65625 8 -3.207031 8.0625 -2.75 C 8.132813 -2.289063 8.175781 -1.847656 8.1875 -1.421875 C 8.195313 -0.992188 8.203125 -0.628906 8.203125 -0.328125 L 7.109375 -0.328125 C 7.046875 -0.929688 6.96875 -1.507813 6.875 -2.0625 C 6.851563 -2.289063 6.816406 -2.523438 6.765625 -2.765625 C 6.710938 -3.015625 6.65625 -3.242188 6.59375 -3.453125 C 6.53125 -3.671875 6.460938 -3.875 6.390625 -4.0625 C 6.328125 -4.25 6.25 -4.410156 6.15625 -4.546875 C 6.113281 -4.585938 6.0625 -4.640625 6 -4.703125 C 5.9375 -4.773438 5.867188 -4.847656 5.796875 -4.921875 C 5.722656 -4.992188 5.65625 -5.050781 5.59375 -5.09375 C 5.539063 -5.144531 5.507813 -5.171875 5.5 -5.171875 C 5.195313 -5.253906 4.929688 -5.195313 4.703125 -5 C 4.484375 -4.800781 4.285156 -4.535156 4.109375 -4.203125 C 3.941406 -3.878906 3.804688 -3.503906 3.703125 -3.078125 C 3.597656 -2.648438 3.507813 -2.242188 3.4375 -1.859375 C 3.363281 -1.472656 3.3125 -1.132813 3.28125 -0.84375 C 3.257813 -0.5625 3.242188 -0.390625 3.234375 -0.328125 C 2.984375 -0.148438 2.742188 -0.0976563 2.515625 -0.171875 C 2.296875 -0.242188 2.085938 -0.398438 1.890625 -0.640625 C 1.691406 -0.890625 1.515625 -1.191406 1.359375 -1.546875 C 1.203125 -1.910156 1.054688 -2.296875 0.921875 -2.703125 C 0.796875 -3.109375 0.679688 -3.519531 0.578125 -3.9375 C 0.472656 -4.351563 0.378906 -4.734375 0.296875 -5.078125 Z M 0.296875 -5.078125 "
id="path24" />
</g>
<g
id="glyph-0-9">
<path
d="M 4.1875 8.03125 C 4.757813 8.03125 5.265625 7.925781 5.703125 7.71875 C 6.148438 7.507813 6.523438 7.226563 6.828125 6.875 C 7.128906 6.519531 7.363281 6.113281 7.53125 5.65625 C 7.695313 5.195313 7.78125 4.71875 7.78125 4.21875 C 7.78125 3.96875 7.769531 3.632813 7.75 3.21875 C 7.726563 2.8125 7.691406 2.363281 7.640625 1.875 C 7.585938 1.394531 7.515625 0.90625 7.421875 0.40625 C 7.328125 -0.09375 7.207031 -0.566406 7.0625 -1.015625 C 6.914063 -1.460938 6.738281 -1.851563 6.53125 -2.1875 C 6.332031 -2.53125 6.097656 -2.769531 5.828125 -2.90625 C 5.566406 -2.707031 5.304688 -2.523438 5.046875 -2.359375 C 4.796875 -2.191406 4.535156 -2.050781 4.265625 -1.9375 C 3.992188 -1.832031 3.710938 -1.742188 3.421875 -1.671875 C 3.128906 -1.609375 2.816406 -1.578125 2.484375 -1.578125 C 2.054688 -1.578125 1.6875 -1.617188 1.375 -1.703125 C 1.070313 -1.785156 0.816406 -1.921875 0.609375 -2.109375 C 0.398438 -2.304688 0.242188 -2.554688 0.140625 -2.859375 C 0.046875 -3.171875 0 -3.566406 0 -4.046875 C 0 -4.378906 0.078125 -4.703125 0.234375 -5.015625 C 0.398438 -5.335938 0.613281 -5.632813 0.875 -5.90625 C 1.144531 -6.1875 1.445313 -6.441406 1.78125 -6.671875 C 2.125 -6.898438 2.472656 -7.097656 2.828125 -7.265625 C 3.179688 -7.441406 3.53125 -7.570313 3.875 -7.65625 C 4.226563 -7.75 4.539063 -7.796875 4.8125 -7.796875 C 5.070313 -7.796875 5.285156 -7.785156 5.453125 -7.765625 C 5.628906 -7.753906 5.773438 -7.71875 5.890625 -7.65625 C 6.015625 -7.59375 6.117188 -7.492188 6.203125 -7.359375 C 6.296875 -7.222656 6.378906 -7.039063 6.453125 -6.8125 C 6.691406 -6.019531 6.960938 -5.171875 7.265625 -4.265625 C 7.566406 -3.359375 7.851563 -2.425781 8.125 -1.46875 C 8.394531 -0.519531 8.617188 0.4375 8.796875 1.40625 C 8.984375 2.382813 9.078125 3.320313 9.078125 4.21875 C 9.078125 5.03125 8.960938 5.710938 8.734375 6.265625 C 8.515625 6.828125 8.21875 7.285156 7.84375 7.640625 C 7.476563 7.992188 7.0625 8.265625 6.59375 8.453125 C 6.132813 8.648438 5.664063 8.773438 5.1875 8.828125 C 4.71875 8.890625 4.257813 8.90625 3.8125 8.875 C 3.375 8.84375 2.992188 8.785156 2.671875 8.703125 C 2.347656 8.617188 2.101563 8.519531 1.9375 8.40625 C 1.769531 8.289063 1.726563 8.195313 1.8125 8.125 C 1.90625 8.050781 2.132813 8 2.5 7.96875 C 2.875 7.9375 3.4375 7.957031 4.1875 8.03125 Z M 4.40625 -6.53125 C 3.664063 -6.375 3.066406 -6.148438 2.609375 -5.859375 C 2.148438 -5.578125 1.804688 -5.269531 1.578125 -4.9375 C 1.347656 -4.613281 1.222656 -4.285156 1.203125 -3.953125 C 1.179688 -3.628906 1.238281 -3.351563 1.375 -3.125 C 1.519531 -2.894531 1.726563 -2.71875 2 -2.59375 C 2.269531 -2.476563 2.570313 -2.472656 2.90625 -2.578125 C 3.25 -2.691406 3.613281 -2.921875 4 -3.265625 C 4.394531 -3.617188 4.785156 -4.144531 5.171875 -4.84375 C 5.171875 -5.007813 5.171875 -5.191406 5.171875 -5.390625 C 5.179688 -5.597656 5.164063 -5.785156 5.125 -5.953125 C 5.09375 -6.117188 5.019531 -6.253906 4.90625 -6.359375 C 4.789063 -6.472656 4.625 -6.53125 4.40625 -6.53125 Z M 4.40625 -6.53125 "
id="path27" />
</g>
<g
id="glyph-0-10">
<path
d="M 2.578125 -0.65625 C 2.628906 -0.894531 2.757813 -1.09375 2.96875 -1.25 C 3.175781 -1.40625 3.410156 -1.546875 3.671875 -1.671875 C 3.941406 -1.804688 4.222656 -1.929688 4.515625 -2.046875 C 4.804688 -2.160156 5.070313 -2.28125 5.3125 -2.40625 C 5.5625 -2.539063 5.765625 -2.695313 5.921875 -2.875 C 6.085938 -3.050781 6.171875 -3.265625 6.171875 -3.515625 C 6.171875 -3.835938 6.085938 -4.101563 5.921875 -4.3125 C 5.753906 -4.53125 5.53125 -4.710938 5.25 -4.859375 C 4.976563 -5.003906 4.664063 -5.128906 4.3125 -5.234375 C 3.957031 -5.335938 3.597656 -5.441406 3.234375 -5.546875 C 2.867188 -5.648438 2.507813 -5.765625 2.15625 -5.890625 C 1.800781 -6.015625 1.484375 -6.171875 1.203125 -6.359375 C 0.929688 -6.554688 0.710938 -6.789063 0.546875 -7.0625 C 0.378906 -7.332031 0.296875 -7.671875 0.296875 -8.078125 C 0.296875 -8.410156 0.363281 -8.722656 0.5 -9.015625 C 0.632813 -9.316406 0.816406 -9.597656 1.046875 -9.859375 C 1.273438 -10.128906 1.535156 -10.375 1.828125 -10.59375 C 2.128906 -10.8125 2.441406 -10.992188 2.765625 -11.140625 C 3.097656 -11.296875 3.425781 -11.414063 3.75 -11.5 C 4.082031 -11.59375 4.390625 -11.640625 4.671875 -11.640625 L 4.84375 -11.640625 C 4.9375 -11.609375 5.054688 -11.554688 5.203125 -11.484375 C 5.359375 -11.410156 5.503906 -11.34375 5.640625 -11.28125 C 5.785156 -11.21875 5.90625 -11.15625 6 -11.09375 C 6.101563 -11.039063 6.15625 -11.007813 6.15625 -11 L 6.15625 -10.65625 C 5.96875 -10.632813 5.722656 -10.59375 5.421875 -10.53125 C 5.117188 -10.476563 4.800781 -10.40625 4.46875 -10.3125 C 4.132813 -10.226563 3.796875 -10.117188 3.453125 -9.984375 C 3.109375 -9.847656 2.800781 -9.6875 2.53125 -9.5 C 2.257813 -9.320313 2.035156 -9.113281 1.859375 -8.875 C 1.691406 -8.644531 1.609375 -8.378906 1.609375 -8.078125 C 1.609375 -7.640625 1.757813 -7.296875 2.0625 -7.046875 C 2.363281 -6.804688 2.738281 -6.601563 3.1875 -6.4375 C 3.644531 -6.28125 4.144531 -6.140625 4.6875 -6.015625 C 5.226563 -5.890625 5.722656 -5.738281 6.171875 -5.5625 C 6.617188 -5.382813 6.992188 -5.148438 7.296875 -4.859375 C 7.597656 -4.578125 7.75 -4.195313 7.75 -3.71875 C 7.75 -3.445313 7.671875 -3.164063 7.515625 -2.875 C 7.359375 -2.59375 7.148438 -2.3125 6.890625 -2.03125 C 6.640625 -1.757813 6.351563 -1.5 6.03125 -1.25 C 5.707031 -1 5.378906 -0.78125 5.046875 -0.59375 C 4.710938 -0.40625 4.382813 -0.253906 4.0625 -0.140625 C 3.738281 -0.0234375 3.453125 0.03125 3.203125 0.03125 C 3.117188 0.03125 3.03125 0.0195313 2.9375 0 C 2.851563 -0.0195313 2.773438 -0.0507813 2.703125 -0.09375 C 2.640625 -0.144531 2.585938 -0.210938 2.546875 -0.296875 C 2.515625 -0.390625 2.523438 -0.507813 2.578125 -0.65625 Z M 2.578125 -0.65625 "
id="path30" />
</g>
<g
id="glyph-0-11">
<path
d="M 0.296875 -4.1875 C 0.296875 -4.738281 0.359375 -5.285156 0.484375 -5.828125 C 0.617188 -6.367188 0.828125 -6.851563 1.109375 -7.28125 C 1.398438 -7.71875 1.773438 -8.070313 2.234375 -8.34375 C 2.691406 -8.613281 3.25 -8.75 3.90625 -8.75 C 4.28125 -8.75 4.609375 -8.679688 4.890625 -8.546875 C 5.171875 -8.410156 5.40625 -8.234375 5.59375 -8.015625 C 5.789063 -7.796875 5.9375 -7.535156 6.03125 -7.234375 C 6.125 -6.941406 6.171875 -6.632813 6.171875 -6.3125 C 6.171875 -5.789063 6.050781 -5.289063 5.8125 -4.8125 C 5.582031 -4.332031 5.265625 -3.90625 4.859375 -3.53125 C 4.460938 -3.164063 4.007813 -2.890625 3.5 -2.703125 C 2.988281 -2.515625 2.46875 -2.472656 1.9375 -2.578125 C 1.945313 -2.285156 2.039063 -2.050781 2.21875 -1.875 C 2.40625 -1.695313 2.628906 -1.5625 2.890625 -1.46875 C 3.160156 -1.382813 3.4375 -1.328125 3.71875 -1.296875 C 4 -1.273438 4.25 -1.265625 4.46875 -1.265625 C 4.695313 -1.265625 4.910156 -1.285156 5.109375 -1.328125 C 5.316406 -1.367188 5.519531 -1.414063 5.71875 -1.46875 C 5.914063 -1.519531 6.117188 -1.5625 6.328125 -1.59375 C 6.535156 -1.632813 6.753906 -1.65625 6.984375 -1.65625 C 7.078125 -1.65625 7.164063 -1.648438 7.25 -1.640625 C 7.34375 -1.628906 7.429688 -1.609375 7.515625 -1.578125 C 7.597656 -1.546875 7.660156 -1.488281 7.703125 -1.40625 C 7.753906 -1.332031 7.78125 -1.238281 7.78125 -1.125 C 7.78125 -0.9375 7.707031 -0.78125 7.5625 -0.65625 C 7.425781 -0.53125 7.25 -0.421875 7.03125 -0.328125 C 6.820313 -0.242188 6.585938 -0.175781 6.328125 -0.125 C 6.066406 -0.0820313 5.8125 -0.046875 5.5625 -0.015625 C 5.3125 0.00390625 5.082031 0.015625 4.875 0.015625 C 4.675781 0.0234375 4.523438 0.03125 4.421875 0.03125 C 3.773438 0.03125 3.195313 -0.0703125 2.6875 -0.28125 C 2.175781 -0.488281 1.742188 -0.773438 1.390625 -1.140625 C 1.035156 -1.503906 0.765625 -1.945313 0.578125 -2.46875 C 0.390625 -2.988281 0.296875 -3.5625 0.296875 -4.1875 Z M 1.90625 -5.171875 C 1.90625 -4.816406 1.953125 -4.5625 2.046875 -4.40625 C 2.140625 -4.25 2.375 -4.171875 2.75 -4.171875 C 3.007813 -4.171875 3.265625 -4.21875 3.515625 -4.3125 C 3.765625 -4.40625 3.992188 -4.535156 4.203125 -4.703125 C 4.410156 -4.878906 4.570313 -5.082031 4.6875 -5.3125 C 4.8125 -5.539063 4.875 -5.789063 4.875 -6.0625 C 4.875 -6.21875 4.859375 -6.375 4.828125 -6.53125 C 4.804688 -6.695313 4.753906 -6.847656 4.671875 -6.984375 C 4.597656 -7.117188 4.5 -7.226563 4.375 -7.3125 C 4.25 -7.394531 4.082031 -7.4375 3.875 -7.4375 C 3.570313 -7.4375 3.296875 -7.367188 3.046875 -7.234375 C 2.804688 -7.097656 2.597656 -6.921875 2.421875 -6.703125 C 2.253906 -6.492188 2.125 -6.253906 2.03125 -5.984375 C 1.945313 -5.710938 1.90625 -5.441406 1.90625 -5.171875 Z M 1.90625 -5.171875 "
id="path33" />
</g>
<g
id="glyph-0-12">
<path
d="M -0.03125 -7.609375 C -0.03125 -7.640625 -0.0234375 -7.664063 -0.015625 -7.6875 C -0.015625 -7.707031 -0.0078125 -7.726563 0 -7.75 C 0.0390625 -7.800781 0.0976563 -7.867188 0.171875 -7.953125 C 0.253906 -8.035156 0.304688 -8.078125 0.328125 -8.078125 L 3.359375 -8.078125 C 3.359375 -8.179688 3.34375 -8.351563 3.3125 -8.59375 C 3.289063 -8.84375 3.265625 -9.113281 3.234375 -9.40625 C 3.210938 -9.695313 3.207031 -10 3.21875 -10.3125 C 3.226563 -10.632813 3.269531 -10.921875 3.34375 -11.171875 C 3.414063 -11.429688 3.535156 -11.644531 3.703125 -11.8125 C 3.867188 -11.976563 4.101563 -12.0625 4.40625 -12.0625 C 4.40625 -11.039063 4.472656 -10.222656 4.609375 -9.609375 C 4.753906 -8.992188 4.941406 -8.519531 5.171875 -8.1875 C 5.410156 -7.863281 5.679688 -7.648438 5.984375 -7.546875 C 6.285156 -7.441406 6.59375 -7.394531 6.90625 -7.40625 C 7.226563 -7.425781 7.539063 -7.476563 7.84375 -7.5625 C 8.144531 -7.644531 8.414063 -7.695313 8.65625 -7.71875 C 8.894531 -7.75 9.082031 -7.726563 9.21875 -7.65625 C 9.363281 -7.582031 9.4375 -7.40625 9.4375 -7.125 C 9.4375 -6.914063 9.382813 -6.765625 9.28125 -6.671875 C 9.1875 -6.578125 9.003906 -6.503906 8.734375 -6.453125 C 8.648438 -6.441406 8.515625 -6.425781 8.328125 -6.40625 C 8.148438 -6.382813 7.941406 -6.363281 7.703125 -6.34375 C 7.472656 -6.320313 7.226563 -6.296875 6.96875 -6.265625 C 6.707031 -6.242188 6.460938 -6.222656 6.234375 -6.203125 C 6.003906 -6.179688 5.789063 -6.164063 5.59375 -6.15625 C 5.40625 -6.15625 5.265625 -6.15625 5.171875 -6.15625 C 5.171875 -6.101563 5.164063 -6.015625 5.15625 -5.890625 C 5.144531 -5.773438 5.140625 -5.695313 5.140625 -5.65625 C 5.140625 -5.21875 5.207031 -4.789063 5.34375 -4.375 C 5.488281 -3.957031 5.644531 -3.539063 5.8125 -3.125 C 5.976563 -2.707031 6.128906 -2.289063 6.265625 -1.875 C 6.410156 -1.46875 6.484375 -1.046875 6.484375 -0.609375 C 6.484375 -0.523438 6.472656 -0.4375 6.453125 -0.34375 C 6.441406 -0.257813 6.414063 -0.1875 6.375 -0.125 C 6.332031 -0.0625 6.265625 -0.015625 6.171875 0.015625 C 6.085938 0.0546875 5.972656 0.0507813 5.828125 0 C 5.441406 -0.101563 5.15625 -0.316406 4.96875 -0.640625 C 4.78125 -0.972656 4.640625 -1.367188 4.546875 -1.828125 C 4.460938 -2.285156 4.40625 -2.769531 4.375 -3.28125 C 4.34375 -3.800781 4.296875 -4.285156 4.234375 -4.734375 C 4.171875 -5.179688 4.066406 -5.5625 3.921875 -5.875 C 3.785156 -6.195313 3.5625 -6.390625 3.25 -6.453125 L 0.328125 -7.125 C 0.285156 -7.125 0.222656 -7.164063 0.140625 -7.25 C 0.0664063 -7.332031 0.0195313 -7.394531 0 -7.4375 C -0.0078125 -7.457031 -0.015625 -7.484375 -0.015625 -7.515625 C -0.0234375 -7.535156 -0.03125 -7.566406 -0.03125 -7.609375 Z M -0.03125 -7.609375 "
id="path36" />
</g>
<g
id="glyph-0-13">
<path
d="M 0.65625 -8.546875 C 0.65625 -8.835938 0.632813 -9.117188 0.59375 -9.390625 C 0.5625 -9.671875 0.554688 -9.914063 0.578125 -10.125 C 0.597656 -10.34375 0.675781 -10.515625 0.8125 -10.640625 C 0.945313 -10.773438 1.191406 -10.84375 1.546875 -10.84375 C 1.660156 -10.613281 1.769531 -10.257813 1.875 -9.78125 C 1.976563 -9.3125 2.082031 -8.769531 2.1875 -8.15625 C 2.289063 -7.550781 2.382813 -6.882813 2.46875 -6.15625 C 2.5625 -5.4375 2.644531 -4.710938 2.71875 -3.984375 C 2.800781 -3.265625 2.867188 -2.554688 2.921875 -1.859375 C 2.972656 -1.160156 3.015625 -0.523438 3.046875 0.046875 C 2.710938 0.265625 2.445313 0.273438 2.25 0.078125 C 2.050781 -0.109375 1.882813 -0.425781 1.75 -0.875 C 1.613281 -1.332031 1.507813 -1.890625 1.4375 -2.546875 C 1.375 -3.210938 1.304688 -3.898438 1.234375 -4.609375 C 1.171875 -5.316406 1.09375 -6.015625 1 -6.703125 C 0.914063 -7.390625 0.800781 -8.003906 0.65625 -8.546875 Z M 0.65625 -8.546875 "
id="path39" />
</g>
<g
id="glyph-0-14">
<path
d="M 0.515625 -11.265625 C 0.628906 -11.867188 0.847656 -12.347656 1.171875 -12.703125 C 1.492188 -13.066406 1.863281 -13.3125 2.28125 -13.4375 C 2.695313 -13.570313 3.144531 -13.609375 3.625 -13.546875 C 4.101563 -13.484375 4.554688 -13.332031 4.984375 -13.09375 C 5.410156 -12.863281 5.785156 -12.566406 6.109375 -12.203125 C 6.429688 -11.835938 6.65625 -11.421875 6.78125 -10.953125 C 6.914063 -10.484375 6.914063 -9.972656 6.78125 -9.421875 C 6.65625 -8.878906 6.363281 -8.320313 5.90625 -7.75 C 6.257813 -7.625 6.59375 -7.492188 6.90625 -7.359375 C 7.21875 -7.234375 7.484375 -7.070313 7.703125 -6.875 C 7.921875 -6.6875 8.085938 -6.457031 8.203125 -6.1875 C 8.328125 -5.914063 8.390625 -5.578125 8.390625 -5.171875 C 8.390625 -4.835938 8.328125 -4.484375 8.203125 -4.109375 C 8.085938 -3.742188 7.921875 -3.378906 7.703125 -3.015625 C 7.484375 -2.648438 7.226563 -2.304688 6.9375 -1.984375 C 6.65625 -1.660156 6.347656 -1.367188 6.015625 -1.109375 C 5.679688 -0.859375 5.34375 -0.660156 5 -0.515625 C 4.65625 -0.367188 4.316406 -0.296875 3.984375 -0.296875 C 3.765625 -0.296875 3.546875 -0.4375 3.328125 -0.71875 C 3.117188 -1 2.914063 -1.367188 2.71875 -1.828125 C 2.519531 -2.296875 2.320313 -2.832031 2.125 -3.4375 C 1.9375 -4.039063 1.757813 -4.664063 1.59375 -5.3125 C 1.4375 -5.96875 1.289063 -6.613281 1.15625 -7.25 C 1.03125 -7.882813 0.914063 -8.472656 0.8125 -9.015625 C 0.71875 -9.566406 0.644531 -10.039063 0.59375 -10.4375 C 0.539063 -10.832031 0.515625 -11.109375 0.515625 -11.265625 Z M 3.203125 -4.71875 C 3.203125 -4.550781 3.238281 -4.328125 3.3125 -4.046875 C 3.394531 -3.765625 3.5 -3.484375 3.625 -3.203125 C 3.75 -2.921875 3.882813 -2.660156 4.03125 -2.421875 C 4.1875 -2.179688 4.351563 -2.023438 4.53125 -1.953125 C 4.664063 -1.867188 4.828125 -1.875 5.015625 -1.96875 C 5.210938 -2.0625 5.410156 -2.210938 5.609375 -2.421875 C 5.804688 -2.628906 5.992188 -2.863281 6.171875 -3.125 C 6.347656 -3.394531 6.507813 -3.660156 6.65625 -3.921875 C 6.800781 -4.179688 6.914063 -4.425781 7 -4.65625 C 7.09375 -4.882813 7.140625 -5.054688 7.140625 -5.171875 C 7.140625 -5.429688 7.101563 -5.644531 7.03125 -5.8125 C 6.957031 -5.976563 6.851563 -6.113281 6.71875 -6.21875 C 6.582031 -6.320313 6.421875 -6.390625 6.234375 -6.421875 C 6.046875 -6.460938 5.84375 -6.484375 5.625 -6.484375 C 5.375 -6.484375 5.109375 -6.441406 4.828125 -6.359375 C 4.546875 -6.285156 4.285156 -6.171875 4.046875 -6.015625 C 3.816406 -5.867188 3.617188 -5.679688 3.453125 -5.453125 C 3.285156 -5.234375 3.203125 -4.988281 3.203125 -4.71875 Z M 2.234375 -9.859375 C 2.234375 -9.671875 2.226563 -9.441406 2.21875 -9.171875 C 2.207031 -8.910156 2.207031 -8.640625 2.21875 -8.359375 C 2.226563 -8.078125 2.257813 -7.796875 2.3125 -7.515625 C 2.363281 -7.234375 2.453125 -6.992188 2.578125 -6.796875 C 3.066406 -6.878906 3.492188 -7.046875 3.859375 -7.296875 C 4.234375 -7.554688 4.53125 -7.851563 4.75 -8.1875 C 4.976563 -8.519531 5.144531 -8.878906 5.25 -9.265625 C 5.351563 -9.648438 5.390625 -10.019531 5.359375 -10.375 C 5.335938 -10.738281 5.253906 -11.070313 5.109375 -11.375 C 4.960938 -11.675781 4.757813 -11.910156 4.5 -12.078125 C 4.238281 -12.242188 3.921875 -12.328125 3.546875 -12.328125 C 3.171875 -12.328125 2.742188 -12.207031 2.265625 -11.96875 C 2.265625 -11.882813 2.257813 -11.742188 2.25 -11.546875 C 2.25 -11.347656 2.242188 -11.132813 2.234375 -10.90625 C 2.234375 -10.6875 2.234375 -10.472656 2.234375 -10.265625 C 2.234375 -10.066406 2.234375 -9.929688 2.234375 -9.859375 Z M 2.234375 -9.859375 "
id="path42" />
</g>
<g
id="glyph-0-15">
<path
d="M 3.203125 -0.671875 C 3.359375 -0.785156 3.550781 -0.929688 3.78125 -1.109375 C 4.007813 -1.285156 4.238281 -1.472656 4.46875 -1.671875 C 4.695313 -1.878906 4.910156 -2.09375 5.109375 -2.3125 C 5.316406 -2.53125 5.476563 -2.742188 5.59375 -2.953125 C 5.707031 -3.160156 5.765625 -3.351563 5.765625 -3.53125 C 5.765625 -3.707031 5.675781 -3.859375 5.5 -3.984375 C 5.175781 -3.984375 4.820313 -3.96875 4.4375 -3.9375 C 4.050781 -3.914063 3.664063 -3.90625 3.28125 -3.90625 C 2.90625 -3.914063 2.535156 -3.953125 2.171875 -4.015625 C 1.816406 -4.078125 1.5 -4.1875 1.21875 -4.34375 C 0.9375 -4.507813 0.710938 -4.738281 0.546875 -5.03125 C 0.378906 -5.332031 0.296875 -5.710938 0.296875 -6.171875 C 0.296875 -6.710938 0.398438 -7.203125 0.609375 -7.640625 C 0.816406 -8.078125 1.09375 -8.460938 1.4375 -8.796875 C 1.78125 -9.140625 2.164063 -9.4375 2.59375 -9.6875 C 3.019531 -9.945313 3.445313 -10.171875 3.875 -10.359375 C 4.132813 -10.285156 4.375 -10.15625 4.59375 -9.96875 C 4.820313 -9.789063 5.015625 -9.59375 5.171875 -9.375 C 5.109375 -9.15625 4.972656 -8.984375 4.765625 -8.859375 C 4.554688 -8.734375 4.316406 -8.625 4.046875 -8.53125 C 3.785156 -8.445313 3.507813 -8.351563 3.21875 -8.25 C 2.925781 -8.15625 2.660156 -8.023438 2.421875 -7.859375 C 2.179688 -7.691406 1.976563 -7.472656 1.8125 -7.203125 C 1.65625 -6.941406 1.578125 -6.59375 1.578125 -6.15625 C 1.578125 -5.832031 1.65625 -5.59375 1.8125 -5.4375 C 1.976563 -5.289063 2.191406 -5.191406 2.453125 -5.140625 C 2.722656 -5.085938 3.019531 -5.066406 3.34375 -5.078125 C 3.675781 -5.085938 4.015625 -5.109375 4.359375 -5.140625 C 4.710938 -5.171875 5.054688 -5.1875 5.390625 -5.1875 C 5.722656 -5.195313 6.019531 -5.160156 6.28125 -5.078125 C 6.539063 -4.992188 6.75 -4.851563 6.90625 -4.65625 C 7.0625 -4.46875 7.140625 -4.1875 7.140625 -3.8125 C 7.140625 -3.65625 7.085938 -3.453125 6.984375 -3.203125 C 6.878906 -2.953125 6.738281 -2.679688 6.5625 -2.390625 C 6.382813 -2.109375 6.175781 -1.820313 5.9375 -1.53125 C 5.695313 -1.25 5.445313 -0.992188 5.1875 -0.765625 C 4.9375 -0.546875 4.679688 -0.363281 4.421875 -0.21875 C 4.171875 -0.0703125 3.9375 0 3.71875 0 C 3.5 0 3.359375 -0.0703125 3.296875 -0.21875 C 3.234375 -0.375 3.203125 -0.523438 3.203125 -0.671875 Z M 3.203125 -0.671875 "
id="path45" />
</g>
<g
id="glyph-0-16" />
<g
id="glyph-1-0" />
<g
id="glyph-1-1">
<path
d="M 0.25 -4.734375 C 0.25 -5.078125 0.273438 -5.441406 0.328125 -5.828125 C 0.390625 -6.210938 0.484375 -6.585938 0.609375 -6.953125 C 0.742188 -7.328125 0.90625 -7.679688 1.09375 -8.015625 C 1.289063 -8.359375 1.515625 -8.65625 1.765625 -8.90625 C 2.023438 -9.164063 2.320313 -9.367188 2.65625 -9.515625 C 2.988281 -9.660156 3.359375 -9.734375 3.765625 -9.734375 C 4.335938 -9.734375 4.84375 -9.640625 5.28125 -9.453125 C 5.726563 -9.265625 6.097656 -9.003906 6.390625 -8.671875 C 6.691406 -8.335938 6.914063 -7.9375 7.0625 -7.46875 C 7.21875 -7.007813 7.296875 -6.503906 7.296875 -5.953125 C 7.296875 -5.566406 7.253906 -5.144531 7.171875 -4.6875 C 7.097656 -4.238281 6.976563 -3.789063 6.8125 -3.34375 C 6.65625 -2.90625 6.453125 -2.484375 6.203125 -2.078125 C 5.960938 -1.679688 5.679688 -1.328125 5.359375 -1.015625 C 5.046875 -0.703125 4.6875 -0.453125 4.28125 -0.265625 C 3.875 -0.0859375 3.4375 0 2.96875 0 C 2.550781 0 2.191406 -0.0703125 1.890625 -0.21875 C 1.597656 -0.375 1.347656 -0.578125 1.140625 -0.828125 C 0.941406 -1.078125 0.78125 -1.367188 0.65625 -1.703125 C 0.539063 -2.035156 0.453125 -2.375 0.390625 -2.71875 C 0.328125 -3.070313 0.285156 -3.421875 0.265625 -3.765625 C 0.253906 -4.117188 0.25 -4.441406 0.25 -4.734375 Z M 1.3125 -4.171875 C 1.3125 -3.835938 1.328125 -3.488281 1.359375 -3.125 C 1.398438 -2.757813 1.488281 -2.421875 1.625 -2.109375 C 1.757813 -1.804688 1.953125 -1.554688 2.203125 -1.359375 C 2.453125 -1.160156 2.796875 -1.0625 3.234375 -1.0625 C 3.585938 -1.0625 3.90625 -1.144531 4.1875 -1.3125 C 4.476563 -1.488281 4.734375 -1.71875 4.953125 -2 C 5.171875 -2.28125 5.359375 -2.59375 5.515625 -2.9375 C 5.679688 -3.28125 5.816406 -3.628906 5.921875 -3.984375 C 6.023438 -4.347656 6.097656 -4.695313 6.140625 -5.03125 C 6.191406 -5.375 6.21875 -5.675781 6.21875 -5.9375 C 6.21875 -6.3125 6.1875 -6.664063 6.125 -7 C 6.070313 -7.332031 5.96875 -7.617188 5.8125 -7.859375 C 5.664063 -8.109375 5.457031 -8.300781 5.1875 -8.4375 C 4.925781 -8.582031 4.570313 -8.65625 4.125 -8.65625 C 3.757813 -8.65625 3.4375 -8.582031 3.15625 -8.4375 C 2.875 -8.289063 2.625 -8.097656 2.40625 -7.859375 C 2.195313 -7.628906 2.023438 -7.359375 1.890625 -7.046875 C 1.753906 -6.742188 1.644531 -6.425781 1.5625 -6.09375 C 1.476563 -5.757813 1.414063 -5.425781 1.375 -5.09375 C 1.332031 -4.769531 1.3125 -4.460938 1.3125 -4.171875 Z M 1.3125 -4.171875 "
id="path50" />
</g>
<g
id="glyph-1-2">
<path
d="M 0.25 -8.078125 C 0.25 -8.191406 0.25 -8.351563 0.25 -8.5625 C 0.25 -8.78125 0.269531 -8.992188 0.3125 -9.203125 C 0.351563 -9.421875 0.421875 -9.609375 0.515625 -9.765625 C 0.609375 -9.929688 0.75 -10.015625 0.9375 -10.015625 C 1.050781 -10.015625 1.140625 -9.914063 1.203125 -9.71875 C 1.273438 -9.53125 1.332031 -9.296875 1.375 -9.015625 C 1.425781 -8.734375 1.460938 -8.421875 1.484375 -8.078125 C 1.503906 -7.742188 1.519531 -7.425781 1.53125 -7.125 C 1.550781 -6.820313 1.5625 -6.5625 1.5625 -6.34375 C 1.570313 -6.125 1.585938 -5.988281 1.609375 -5.9375 C 1.628906 -5.800781 1.675781 -5.597656 1.75 -5.328125 C 1.820313 -5.054688 1.898438 -4.75 1.984375 -4.40625 C 2.066406 -4.070313 2.160156 -3.71875 2.265625 -3.34375 C 2.367188 -2.976563 2.460938 -2.628906 2.546875 -2.296875 C 2.628906 -1.960938 2.707031 -1.660156 2.78125 -1.390625 C 2.863281 -1.128906 2.925781 -0.9375 2.96875 -0.8125 C 2.96875 -0.800781 2.972656 -0.773438 2.984375 -0.734375 C 2.992188 -0.703125 3 -0.679688 3 -0.671875 C 3 -0.578125 2.960938 -0.5 2.890625 -0.4375 C 2.828125 -0.382813 2.753906 -0.34375 2.671875 -0.3125 C 2.585938 -0.289063 2.5 -0.273438 2.40625 -0.265625 C 2.3125 -0.253906 2.226563 -0.25 2.15625 -0.25 C 2.113281 -0.25 2.0625 -0.253906 2 -0.265625 C 1.9375 -0.273438 1.898438 -0.28125 1.890625 -0.28125 C 1.710938 -0.863281 1.523438 -1.476563 1.328125 -2.125 C 1.128906 -2.78125 0.945313 -3.441406 0.78125 -4.109375 C 0.625 -4.785156 0.492188 -5.457031 0.390625 -6.125 C 0.296875 -6.800781 0.25 -7.453125 0.25 -8.078125 Z M 0.25 -8.078125 "
id="path53" />
</g>
<g
id="glyph-1-3">
<path
d="M 2.671875 -1.21875 C 2.671875 -1.675781 2.710938 -2.128906 2.796875 -2.578125 C 2.878906 -3.023438 2.972656 -3.472656 3.078125 -3.921875 C 3.191406 -4.378906 3.289063 -4.84375 3.375 -5.3125 C 3.46875 -5.78125 3.515625 -6.253906 3.515625 -6.734375 C 3.515625 -6.796875 3.515625 -6.90625 3.515625 -7.0625 C 3.515625 -7.21875 3.515625 -7.378906 3.515625 -7.546875 C 3.515625 -7.710938 3.507813 -7.875 3.5 -8.03125 C 3.5 -8.1875 3.5 -8.289063 3.5 -8.34375 C 3.476563 -8.382813 3.429688 -8.4375 3.359375 -8.5 C 3.296875 -8.5625 3.253906 -8.601563 3.234375 -8.625 L 3.09375 -8.625 C 2.8125 -8.625 2.578125 -8.5625 2.390625 -8.4375 C 2.210938 -8.320313 2.054688 -8.175781 1.921875 -8 C 1.796875 -7.820313 1.675781 -7.625 1.5625 -7.40625 C 1.457031 -7.195313 1.335938 -7.003906 1.203125 -6.828125 C 1.078125 -6.648438 0.929688 -6.5 0.765625 -6.375 C 0.609375 -6.257813 0.40625 -6.203125 0.15625 -6.203125 C 0.15625 -6.640625 0.226563 -7.070313 0.375 -7.5 C 0.53125 -7.925781 0.75 -8.300781 1.03125 -8.625 C 1.3125 -8.957031 1.644531 -9.222656 2.03125 -9.421875 C 2.425781 -9.628906 2.859375 -9.734375 3.328125 -9.734375 C 3.535156 -9.734375 3.703125 -9.722656 3.828125 -9.703125 C 3.953125 -9.691406 4.054688 -9.65625 4.140625 -9.59375 C 4.234375 -9.53125 4.3125 -9.441406 4.375 -9.328125 C 4.4375 -9.222656 4.503906 -9.070313 4.578125 -8.875 C 4.578125 -8.8125 4.578125 -8.691406 4.578125 -8.515625 C 4.578125 -8.347656 4.578125 -8.160156 4.578125 -7.953125 C 4.585938 -7.753906 4.59375 -7.5625 4.59375 -7.375 C 4.601563 -7.195313 4.609375 -7.078125 4.609375 -7.015625 C 4.609375 -6.566406 4.582031 -6.128906 4.53125 -5.703125 C 4.476563 -5.273438 4.414063 -4.851563 4.34375 -4.4375 C 4.269531 -4.019531 4.207031 -3.597656 4.15625 -3.171875 C 4.113281 -2.753906 4.09375 -2.328125 4.09375 -1.890625 L 4.3125 -1.890625 L 7.28125 -3.234375 C 7.289063 -3.234375 7.304688 -3.234375 7.328125 -3.234375 C 7.359375 -3.242188 7.394531 -3.25 7.4375 -3.25 C 7.476563 -3.25 7.519531 -3.25 7.5625 -3.25 C 7.601563 -3.25 7.628906 -3.25 7.640625 -3.25 C 7.710938 -3.25 7.789063 -3.242188 7.875 -3.234375 C 7.96875 -3.234375 8.046875 -3.21875 8.109375 -3.1875 C 8.179688 -3.164063 8.242188 -3.125 8.296875 -3.0625 C 8.347656 -3.007813 8.375 -2.929688 8.375 -2.828125 C 8.375 -2.648438 8.316406 -2.507813 8.203125 -2.40625 C 8.097656 -2.3125 7.972656 -2.234375 7.828125 -2.171875 C 7.679688 -2.117188 7.53125 -2.070313 7.375 -2.03125 C 7.21875 -1.988281 7.085938 -1.941406 6.984375 -1.890625 C 6.910156 -1.847656 6.789063 -1.785156 6.625 -1.703125 C 6.46875 -1.617188 6.28125 -1.519531 6.0625 -1.40625 C 5.84375 -1.300781 5.613281 -1.191406 5.375 -1.078125 C 5.144531 -0.960938 4.925781 -0.847656 4.71875 -0.734375 C 4.507813 -0.628906 4.316406 -0.535156 4.140625 -0.453125 C 3.972656 -0.367188 3.847656 -0.3125 3.765625 -0.28125 C 3.753906 -0.28125 3.726563 -0.273438 3.6875 -0.265625 C 3.65625 -0.265625 3.613281 -0.265625 3.5625 -0.265625 C 3.519531 -0.265625 3.476563 -0.257813 3.4375 -0.25 C 3.394531 -0.25 3.367188 -0.25 3.359375 -0.25 C 3.191406 -0.25 3.054688 -0.265625 2.953125 -0.296875 C 2.859375 -0.335938 2.789063 -0.398438 2.75 -0.484375 C 2.707031 -0.566406 2.679688 -0.664063 2.671875 -0.78125 C 2.671875 -0.894531 2.671875 -1.039063 2.671875 -1.21875 Z M 2.671875 -1.21875 "
id="path56" />
</g>
</g>
</defs>
<path
fill="none"
stroke-width="1.03"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 18.550751 10.302026 C 199.34009 11.010697 382.140805 9.921636 678.000642 10.302026 M 18.550751 10.302026 C 263.110084 9.989377 506.99201 10.171756 678.000642 10.302026 M 678.000642 10.302026 C 679.209552 36.861567 679.657683 67.089523 678.000642 92.742382 M 678.000642 10.302026 C 679.240817 42.061963 679.240817 73.441511 678.000642 92.742382 M 678.000642 92.742382 C 524.927646 92.690273 373.501268 93.451053 18.550751 92.742382 M 678.000642 92.742382 C 438.110203 90.527784 197.151546 90.407935 18.550751 92.742382 M 18.550751 92.742382 C 18.040091 72.73805 19.280266 50.091834 18.550751 10.302026 M 18.550751 92.742382 C 18.498643 66.62055 17.930664 40.618567 18.550751 10.302026 "
transform="matrix(0.749642, 0, 0, 0.749642, 0.374821, 0.374821)"
id="path63" />
<path
fill="none"
stroke-width="1.03"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 100.980685 92.742382 C 102.200017 70.361917 99.959365 49.258103 100.980685 10.302026 M 100.980685 92.742382 C 101.46008 73.378981 102.038481 53.041157 100.980685 10.302026 "
transform="matrix(0.749642, 0, 0, 0.749642, 0.374821, 0.374821)"
id="path65" />
<path
fill="none"
stroke-width="1.03"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 183.410619 92.742382 C 183.311613 69.288489 183.978598 48.398318 183.410619 10.302026 M 183.410619 92.742382 C 182.962488 67.657503 183.087548 40.592513 183.410619 10.302026 "
transform="matrix(0.749642, 0, 0, 0.749642, 0.374821, 0.374821)"
id="path67" />
<path
fill="none"
stroke-width="1.03"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 265.840552 92.742382 C 264.417999 68.220271 263.881285 47.538533 265.840552 10.302026 M 265.840552 92.742382 C 266.507537 59.888173 266.210521 28.138657 265.840552 10.302026 "
transform="matrix(0.749642, 0, 0, 0.749642, 0.374821, 0.374821)"
id="path69" />
<path
fill="none"
stroke-width="1.03"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 348.270486 92.742382 C 349.661775 71.2686 347.91094 46.678748 348.270486 10.302026 M 348.270486 92.742382 C 347.999524 70.658934 349.317861 50.711922 348.270486 10.302026 "
transform="matrix(0.749642, 0, 0, 0.749642, 0.374821, 0.374821)"
id="path71" />
<path
fill="none"
stroke-width="1.03"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 430.710841 92.742382 C 430.76816 70.210803 431.930173 45.808542 430.710841 10.302026 M 430.710841 92.742382 C 431.549783 64.947877 430.38256 38.258066 430.710841 10.302026 "
transform="matrix(0.749642, 0, 0, 0.749642, 0.374821, 0.374821)"
id="path73" />
<path
fill="none"
stroke-width="1.03"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 513.140775 92.742382 C 511.890179 69.142586 511.827649 49.070514 513.140775 10.302026 M 513.140775 92.742382 C 513.052191 75.718638 513.4899 58.778268 513.140775 10.302026 "
transform="matrix(0.749642, 0, 0, 0.749642, 0.374821, 0.374821)"
id="path75" />
<path
fill="none"
stroke-width="1.03"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 596.602451 92.742382 C 594.11168 68.069157 597.040159 48.210729 596.889046 10.302026 M 596.602451 92.742382 C 595.648871 70.002371 595.737455 48.377475 596.889046 10.302026 "
transform="matrix(0.749642, 0, 0, 0.749642, 0.374821, 0.374821)"
id="path77" />
<g
fill="#000000"
fill-opacity="1"
id="g81">
<use
xlink:href="#glyph-0-1"
x="468.91196"
y="43.255959"
id="use79" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g85">
<use
xlink:href="#glyph-1-1"
x="478.27765"
y="47.118095"
id="use83" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g89">
<use
xlink:href="#glyph-0-1"
x="409.39883"
y="43.255959"
id="use87" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g93">
<use
xlink:href="#glyph-1-2"
x="418.7645"
y="47.118095"
id="use91" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g97">
<use
xlink:href="#glyph-0-1"
x="344.91315"
y="43.255959"
id="use95" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g101">
<use
xlink:href="#glyph-1-3"
x="354.27884"
y="47.118095"
id="use99" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g105">
<use
xlink:href="#glyph-0-2"
x="289.80527"
y="45.573242"
id="use103" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g109">
<use
xlink:href="#glyph-0-3"
x="102.45531"
y="45.573242"
id="use107" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g113">
<use
xlink:href="#glyph-0-3"
x="164.24954"
y="45.573242"
id="use111" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g117">
<use
xlink:href="#glyph-0-3"
x="226.04376"
y="45.573242"
id="use115" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g121">
<use
xlink:href="#glyph-0-3"
x="40.661083"
y="45.573242"
id="use119" />
</g>
<path
fill="none"
stroke-width="1.03"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 25.111172 114.372488 C 129.98931 113.590865 235.758499 112.830086 341.710066 114.372488 M 25.111172 114.372488 C 114.799775 112.491383 204.592595 112.66855 341.710066 114.372488 "
transform="matrix(0.749642, 0, 0, 0.749642, 0.374821, 0.374821)"
id="path123" />
<path
fill="none"
stroke-width="0.52"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 19.858667 114.200531 L 19.858667 114.200531 M 19.858667 114.200531 L 19.858667 114.200531 M 23.641721 116.118112 C 24.100273 115.690825 24.131538 115.180165 24.991323 114.570499 M 23.641721 116.118112 C 24.188857 115.461549 24.52756 114.888359 24.991323 114.570499 "
transform="matrix(0.749642, 0, 0, 0.749642, 0.374821, 0.374821)"
id="path125" />
<path
fill="none"
stroke-width="1.03"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 19.702342 114.372488 C 21.390647 113.590865 23.271753 112.53828 26.908904 110.771813 M 19.702342 114.372488 C 21.880464 113.517914 23.902262 112.048463 26.908904 110.771813 M 26.908904 110.771813 C 26.742158 111.579489 26.028276 112.850929 25.111172 114.372488 M 26.908904 110.771813 C 26.460774 111.490906 26.252341 112.548702 25.111172 114.372488 M 25.111172 114.372488 C 25.590567 115.701247 25.819843 116.508923 26.908904 117.978374 M 25.111172 114.372488 C 25.741681 115.800252 26.450352 117.050849 26.908904 117.978374 M 26.908904 117.978374 C 24.537982 116.258804 21.348961 115.21143 19.702342 114.372488 M 26.908904 117.978374 C 25.059063 117.358287 23.751148 116.118112 19.702342 114.372488 "
transform="matrix(0.749642, 0, 0, 0.749642, 0.374821, 0.374821)"
id="path127" />
<path
fill="none"
stroke-width="0.52"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 339.709112 110.990667 L 339.709112 110.990667 M 339.709112 110.990667 L 339.709112 110.990667 M 342.147775 114.471494 C 342.601116 114.038996 342.637592 113.528335 343.502587 112.91867 M 342.147775 114.471494 C 342.6897 113.820141 343.028403 113.24174 343.502587 112.91867 "
transform="matrix(0.749642, 0, 0, 0.749642, 0.374821, 0.374821)"
id="path129" />
<path
fill="none"
stroke-width="1.03"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 347.118895 114.372488 C 345.800558 114.982154 344.747973 115.399019 339.912334 117.978374 M 347.118895 114.372488 C 344.768816 115.878414 342.199883 116.701724 339.912334 117.978374 M 339.912334 117.978374 C 340.631427 117.06127 340.787751 116.581875 341.710066 114.372488 M 339.912334 117.978374 C 340.27188 116.889313 340.959708 116.149377 341.710066 114.372488 M 341.710066 114.372488 C 341.188984 113.669028 340.402151 112.449696 339.912334 110.771813 M 341.710066 114.372488 C 341.027449 113.267795 340.490734 112.011987 339.912334 110.771813 M 339.912334 110.771813 C 343.252468 111.860874 345.779715 113.669028 347.118895 114.372488 M 339.912334 110.771813 C 341.152508 111.678495 342.918976 111.980722 347.118895 114.372488 "
transform="matrix(0.749642, 0, 0, 0.749642, 0.374821, 0.374821)"
id="path131" />
<path
fill="none"
stroke-width="1.03"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 354.841328 114.372488 C 379.467655 113.398065 401.181134 116.68088 424.14 114.372488 M 354.841328 114.372488 C 380.348283 114.690348 404.349312 114.12758 424.14 114.372488 "
transform="matrix(0.749642, 0, 0, 0.749642, 0.374821, 0.374821)"
id="path133" />
<path
fill="none"
stroke-width="0.52"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 349.620088 114.148423 L 349.620088 114.148423 M 349.620088 114.148423 L 349.620088 114.148423 M 353.408353 116.071215 C 353.882537 115.821095 354.257716 115.117635 354.757955 114.518391 M 353.408353 116.071215 C 353.840851 115.628295 354.242084 115.070738 354.757955 114.518391 "
transform="matrix(0.749642, 0, 0, 0.749642, 0.374821, 0.374821)"
id="path135" />
<path
fill="none"
stroke-width="1.03"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 349.432499 114.372488 C 351.970167 113.450173 354.200397 112.428853 356.63906 110.771813 M 349.432499 114.372488 C 351.621042 113.408487 354.341089 111.350213 356.63906 110.771813 M 356.63906 110.771813 C 355.888702 112.09015 355.028917 113.418908 354.841328 114.372488 M 356.63906 110.771813 C 356.357676 111.699338 355.867859 112.147469 354.841328 114.372488 M 354.841328 114.372488 C 355.841805 115.52929 356.368098 116.977897 356.63906 117.978374 M 354.841328 114.372488 C 355.461415 115.362543 355.602107 116.029528 356.63906 117.978374 M 356.63906 117.978374 C 354.111813 117.57193 352.168178 116.368231 349.432499 114.372488 M 356.63906 117.978374 C 354.111813 116.790308 351.219809 115.102003 349.432499 114.372488 "
transform="matrix(0.749642, 0, 0, 0.749642, 0.374821, 0.374821)"
id="path137" />
<path
fill="none"
stroke-width="0.52"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 422.48817 110.589434 L 422.48817 110.589434 M 422.48817 110.589434 L 422.48817 110.589434 M 424.249427 114.851883 C 424.958098 114.471494 425.531288 113.408487 426.281646 112.517437 M 424.249427 114.851883 C 424.900779 114.179688 425.500023 113.340746 426.281646 112.517437 "
transform="matrix(0.749642, 0, 0, 0.749642, 0.374821, 0.374821)"
id="path139" />
<path
fill="none"
stroke-width="1.03"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 429.548829 114.372488 C 426.891312 116.029528 423.858615 117.639671 422.342267 117.978374 M 429.548829 114.372488 C 426.568241 116.10248 424.119156 116.618351 422.342267 117.978374 M 422.342267 117.978374 C 423.040517 116.55061 423.561599 115.117635 424.14 114.372488 M 422.342267 117.978374 C 422.790398 117.452082 423.019674 116.451604 424.14 114.372488 M 424.14 114.372488 C 423.790875 112.960356 423.030095 111.819187 422.342267 110.771813 M 424.14 114.372488 C 423.82214 113.590865 423.071782 112.480961 422.342267 110.771813 M 422.342267 110.771813 C 423.848194 112.309004 425.979418 113.147946 429.548829 114.372488 M 422.342267 110.771813 C 425.239482 112.251685 427.787572 113.267795 429.548829 114.372488 "
transform="matrix(0.749642, 0, 0, 0.749642, 0.374821, 0.374821)"
id="path141" />
<path
fill="none"
stroke-width="1.03"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 437.271262 114.372488 C 515.892087 114.45065 594.87767 114.070261 671.440222 114.372488 M 437.271262 114.372488 C 516.121363 113.689871 595.737455 113.919147 671.440222 114.372488 "
transform="matrix(0.749642, 0, 0, 0.749642, 0.374821, 0.374821)"
id="path143" />
<path
fill="none"
stroke-width="0.52"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 431.732162 114.528813 L 431.732162 114.528813 M 431.732162 114.528813 L 431.732162 114.528813 M 435.510005 116.451604 C 436.140514 116.10769 436.50006 115.52929 437.542224 114.122369 M 435.510005 116.451604 C 436.437531 115.487603 437.109726 114.70077 437.542224 114.122369 "
transform="matrix(0.749642, 0, 0, 0.749642, 0.374821, 0.374821)"
id="path145" />
<path
fill="none"
stroke-width="1.03"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 431.862432 114.372488 C 433.509051 113.971255 436.807499 111.90256 439.068994 110.771813 M 431.862432 114.372488 C 433.847754 113.507492 435.249464 112.428853 439.068994 110.771813 M 439.068994 110.771813 C 438.46975 111.610754 437.740235 112.512226 437.271262 114.372488 M 439.068994 110.771813 C 438.521858 111.808765 437.719392 113.252162 437.271262 114.372488 M 437.271262 114.372488 C 437.531802 115.128057 438.230052 115.920101 439.068994 117.978374 M 437.271262 114.372488 C 437.630808 115.320857 438.047673 115.940944 439.068994 117.978374 M 439.068994 117.978374 C 436.552169 117.170697 433.717484 114.63824 431.862432 114.372488 M 439.068994 117.978374 C 436.05193 116.712145 433.998868 114.862305 431.862432 114.372488 "
transform="matrix(0.749642, 0, 0, 0.749642, 0.374821, 0.374821)"
id="path147" />
<path
fill="none"
stroke-width="0.52"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 669.480955 110.94898 L 669.480955 110.94898 M 669.480955 110.94898 L 669.480955 110.94898 M 671.909196 114.429807 C 672.331272 114.200531 672.57097 113.80972 673.269219 112.871772 M 671.909196 114.429807 C 672.529283 113.778455 672.977414 113.262584 673.269219 112.871772 "
transform="matrix(0.749642, 0, 0, 0.749642, 0.374821, 0.374821)"
id="path149" />
<path
fill="none"
stroke-width="1.03"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 676.849052 114.372488 C 673.951837 116.211907 672.659554 116.430761 669.632068 117.978374 M 676.849052 114.372488 C 675.139903 115.247905 672.821089 116.029528 669.632068 117.978374 M 669.632068 117.978374 C 669.981193 116.842416 670.252156 115.737722 671.440222 114.372488 M 669.632068 117.978374 C 670.309475 116.607929 670.710708 115.638717 671.440222 114.372488 M 671.440222 114.372488 C 670.877454 113.408487 670.741973 112.480961 669.632068 110.771813 M 671.440222 114.372488 C 671.007724 113.632552 670.601281 112.60081 669.632068 110.771813 M 669.632068 110.771813 C 672.440699 112.678972 674.988789 112.840507 676.849052 114.372488 M 669.632068 110.771813 C 672.049888 112.298582 675.478606 113.189632 676.849052 114.372488 "
transform="matrix(0.749642, 0, 0, 0.749642, 0.374821, 0.374821)"
id="path151" />
<g
fill="#000000"
fill-opacity="1"
id="g167">
<use
xlink:href="#glyph-0-4"
x="110.15545"
y="112.00204"
id="use153" />
<use
xlink:href="#glyph-0-5"
x="117.59309"
y="112.00204"
id="use155" />
<use
xlink:href="#glyph-0-6"
x="126.96179"
y="112.00204"
id="use157" />
<use
xlink:href="#glyph-0-6"
x="135.38005"
y="112.00204"
id="use159" />
<use
xlink:href="#glyph-0-7"
x="143.79831"
y="112.00204"
id="use161" />
<use
xlink:href="#glyph-0-8"
x="147.3587"
y="112.00204"
id="use163" />
<use
xlink:href="#glyph-0-9"
x="156.09378"
y="112.00204"
id="use165" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g185">
<use
xlink:href="#glyph-0-10"
x="262.39615"
y="112.00204"
id="use169" />
<use
xlink:href="#glyph-0-11"
x="270.46741"
y="112.00204"
id="use171" />
<use
xlink:href="#glyph-0-8"
x="278.88568"
y="112.00204"
id="use173" />
<use
xlink:href="#glyph-0-12"
x="287.62076"
y="112.00204"
id="use175" />
<use
xlink:href="#glyph-0-7"
x="297.32135"
y="112.00204"
id="use177" />
<use
xlink:href="#glyph-0-8"
x="300.88177"
y="112.00204"
id="use179" />
<use
xlink:href="#glyph-0-11"
x="309.61682"
y="112.00204"
id="use181" />
<use
xlink:href="#glyph-0-13"
x="318.0351"
y="112.00204"
id="use183" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g211">
<use
xlink:href="#glyph-0-14"
x="370.37915"
y="112.00204"
id="use187" />
<use
xlink:href="#glyph-0-7"
x="379.43103"
y="112.00204"
id="use189" />
<use
xlink:href="#glyph-0-12"
x="382.99146"
y="112.00204"
id="use191" />
<use
xlink:href="#glyph-0-13"
x="392.69205"
y="112.00204"
id="use193" />
<use
xlink:href="#glyph-0-7"
x="396.22229"
y="112.00204"
id="use195" />
<use
xlink:href="#glyph-0-15"
x="399.78268"
y="112.00204"
id="use197" />
<use
xlink:href="#glyph-0-12"
x="407.22034"
y="112.00204"
id="use199" />
<use
xlink:href="#glyph-0-16"
x="416.92093"
y="112.00204"
id="use201" />
<use
xlink:href="#glyph-0-6"
x="423.87579"
y="112.00204"
id="use203" />
<use
xlink:href="#glyph-0-5"
x="432.29407"
y="112.00204"
id="use205" />
<use
xlink:href="#glyph-0-12"
x="441.66275"
y="112.00204"
id="use207" />
<use
xlink:href="#glyph-0-5"
x="451.36337"
y="112.00204"
id="use209" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 63 KiB

View File

@@ -0,0 +1,894 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="442.07999pt"
height="168pt"
viewBox="0 0 442.07999 168"
version="1.1"
id="svg344"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs84">
<g
id="g82">
<g
id="glyph-0-0" />
<g
id="glyph-0-1">
<path
d="M 0.15625 -11.984375 C 0.15625 -12.296875 0.210938 -12.550781 0.328125 -12.75 C 0.441406 -12.957031 0.597656 -13.125 0.796875 -13.25 C 1.003906 -13.375 1.226563 -13.46875 1.46875 -13.53125 C 1.71875 -13.59375 1.976563 -13.632813 2.25 -13.65625 C 2.519531 -13.6875 2.78125 -13.695313 3.03125 -13.6875 C 3.28125 -13.6875 3.515625 -13.6875 3.734375 -13.6875 C 4.148438 -13.6875 4.5625 -13.644531 4.96875 -13.5625 C 5.382813 -13.476563 5.75 -13.332031 6.0625 -13.125 C 6.382813 -12.925781 6.644531 -12.65625 6.84375 -12.3125 C 7.050781 -11.976563 7.15625 -11.5625 7.15625 -11.0625 C 7.15625 -10.613281 7.066406 -10.164063 6.890625 -9.71875 C 6.710938 -9.28125 6.484375 -8.863281 6.203125 -8.46875 C 5.929688 -8.070313 5.617188 -7.707031 5.265625 -7.375 C 4.910156 -7.050781 4.554688 -6.769531 4.203125 -6.53125 C 3.859375 -6.300781 3.523438 -6.117188 3.203125 -5.984375 C 2.890625 -5.859375 2.625 -5.8125 2.40625 -5.84375 C 2.289063 -5.445313 2.21875 -5.019531 2.1875 -4.5625 C 2.164063 -4.113281 2.160156 -3.675781 2.171875 -3.25 C 2.179688 -2.820313 2.195313 -2.410156 2.21875 -2.015625 C 2.238281 -1.628906 2.21875 -1.296875 2.15625 -1.015625 C 2.101563 -0.742188 2 -0.539063 1.84375 -0.40625 C 1.695313 -0.269531 1.46875 -0.222656 1.15625 -0.265625 C 1.0625 -0.984375 0.988281 -1.710938 0.9375 -2.453125 C 0.894531 -3.191406 0.859375 -3.925781 0.828125 -4.65625 C 0.796875 -5.382813 0.769531 -6.09375 0.75 -6.78125 C 0.726563 -7.476563 0.691406 -8.140625 0.640625 -8.765625 C 0.597656 -9.390625 0.535156 -9.972656 0.453125 -10.515625 C 0.367188 -11.066406 0.269531 -11.554688 0.15625 -11.984375 Z M 3.890625 -12.375 C 3.742188 -12.375 3.554688 -12.367188 3.328125 -12.359375 C 3.109375 -12.347656 2.894531 -12.3125 2.6875 -12.25 C 2.476563 -12.195313 2.300781 -12.101563 2.15625 -11.96875 C 2.019531 -11.832031 1.953125 -11.640625 1.953125 -11.390625 L 1.953125 -7.421875 C 2.367188 -7.421875 2.804688 -7.53125 3.265625 -7.75 C 3.734375 -7.96875 4.160156 -8.25 4.546875 -8.59375 C 4.929688 -8.9375 5.25 -9.328125 5.5 -9.765625 C 5.757813 -10.203125 5.890625 -10.632813 5.890625 -11.0625 C 5.890625 -11.375 5.828125 -11.613281 5.703125 -11.78125 C 5.585938 -11.957031 5.4375 -12.085938 5.25 -12.171875 C 5.0625 -12.265625 4.851563 -12.320313 4.625 -12.34375 C 4.394531 -12.363281 4.148438 -12.375 3.890625 -12.375 Z M 3.890625 -12.375 "
id="path3" />
</g>
<g
id="glyph-0-2">
<path
d="M 6.828125 -1.953125 C 6.441406 -1.691406 6.109375 -1.457031 5.828125 -1.25 C 5.554688 -1.039063 5.285156 -0.863281 5.015625 -0.71875 C 4.753906 -0.582031 4.472656 -0.476563 4.171875 -0.40625 C 3.878906 -0.332031 3.515625 -0.296875 3.078125 -0.296875 C 2.140625 -0.296875 1.441406 -0.546875 0.984375 -1.046875 C 0.523438 -1.554688 0.296875 -2.304688 0.296875 -3.296875 C 0.296875 -3.679688 0.347656 -4.078125 0.453125 -4.484375 C 0.554688 -4.898438 0.707031 -5.3125 0.90625 -5.71875 C 1.101563 -6.132813 1.335938 -6.523438 1.609375 -6.890625 C 1.878906 -7.265625 2.1875 -7.59375 2.53125 -7.875 C 2.875 -8.15625 3.238281 -8.378906 3.625 -8.546875 C 4.019531 -8.710938 4.4375 -8.796875 4.875 -8.796875 C 5.59375 -8.722656 6.160156 -8.539063 6.578125 -8.25 C 6.992188 -7.96875 7.304688 -7.597656 7.515625 -7.140625 C 7.734375 -6.691406 7.878906 -6.191406 7.953125 -5.640625 C 8.035156 -5.097656 8.097656 -4.53125 8.140625 -3.9375 C 8.191406 -3.351563 8.253906 -2.765625 8.328125 -2.171875 C 8.398438 -1.585938 8.546875 -1.050781 8.765625 -0.5625 C 8.628906 -0.226563 8.503906 0.00390625 8.390625 0.140625 C 8.273438 0.273438 8.144531 0.296875 8 0.203125 C 7.863281 0.117188 7.703125 -0.0976563 7.515625 -0.453125 C 7.328125 -0.804688 7.097656 -1.304688 6.828125 -1.953125 Z M 1.59375 -3.265625 C 1.59375 -2.679688 1.703125 -2.253906 1.921875 -1.984375 C 2.140625 -1.722656 2.523438 -1.59375 3.078125 -1.59375 C 3.492188 -1.59375 3.890625 -1.664063 4.265625 -1.8125 C 4.648438 -1.957031 4.984375 -2.160156 5.265625 -2.421875 C 5.546875 -2.679688 5.769531 -2.988281 5.9375 -3.34375 C 6.113281 -3.707031 6.203125 -4.113281 6.203125 -4.5625 C 6.203125 -4.75 6.207031 -5.003906 6.21875 -5.328125 C 6.226563 -5.660156 6.207031 -5.988281 6.15625 -6.3125 C 6.101563 -6.632813 6.003906 -6.910156 5.859375 -7.140625 C 5.722656 -7.378906 5.515625 -7.5 5.234375 -7.5 C 4.703125 -7.5 4.210938 -7.363281 3.765625 -7.09375 C 3.328125 -6.832031 2.945313 -6.492188 2.625 -6.078125 C 2.300781 -5.660156 2.046875 -5.203125 1.859375 -4.703125 C 1.679688 -4.203125 1.59375 -3.722656 1.59375 -3.265625 Z M 1.59375 -3.265625 "
id="path6" />
</g>
<g
id="glyph-0-3">
<path
d="M 0.296875 -6.375 C 0.296875 -6.457031 0.300781 -6.546875 0.3125 -6.640625 C 0.320313 -6.742188 0.34375 -6.832031 0.375 -6.90625 C 0.40625 -6.976563 0.453125 -7.039063 0.515625 -7.09375 C 0.585938 -7.144531 0.679688 -7.171875 0.796875 -7.171875 C 0.898438 -7.171875 1.015625 -7.09375 1.140625 -6.9375 C 1.265625 -6.78125 1.394531 -6.582031 1.53125 -6.34375 C 1.664063 -6.101563 1.796875 -5.84375 1.921875 -5.5625 C 2.046875 -5.28125 2.15625 -5.019531 2.25 -4.78125 C 2.34375 -4.539063 2.421875 -4.332031 2.484375 -4.15625 C 2.546875 -3.988281 2.582031 -3.898438 2.59375 -3.890625 C 2.726563 -4.242188 2.875 -4.628906 3.03125 -5.046875 C 3.195313 -5.460938 3.394531 -5.847656 3.625 -6.203125 C 3.863281 -6.566406 4.144531 -6.867188 4.46875 -7.109375 C 4.800781 -7.359375 5.207031 -7.484375 5.6875 -7.484375 C 5.925781 -7.484375 6.15625 -7.441406 6.375 -7.359375 C 6.59375 -7.285156 6.785156 -7.175781 6.953125 -7.03125 C 7.117188 -6.882813 7.25 -6.707031 7.34375 -6.5 C 7.445313 -6.300781 7.5 -6.070313 7.5 -5.8125 C 7.5 -5.582031 7.410156 -5.421875 7.234375 -5.328125 C 7.066406 -5.242188 6.867188 -5.203125 6.640625 -5.203125 L 6.484375 -5.203125 L 5.84375 -5.859375 C 5.820313 -5.859375 5.804688 -5.863281 5.796875 -5.875 C 5.773438 -5.875 5.753906 -5.875 5.734375 -5.875 C 5.722656 -5.882813 5.707031 -5.890625 5.6875 -5.890625 C 5.332031 -5.890625 5.054688 -5.789063 4.859375 -5.59375 C 4.660156 -5.394531 4.507813 -5.148438 4.40625 -4.859375 C 4.3125 -4.566406 4.25 -4.257813 4.21875 -3.9375 C 4.195313 -3.625 4.1875 -3.335938 4.1875 -3.078125 C 4.1875 -2.878906 4.207031 -2.675781 4.25 -2.46875 C 4.289063 -2.257813 4.332031 -2.054688 4.375 -1.859375 C 4.425781 -1.660156 4.472656 -1.457031 4.515625 -1.25 C 4.554688 -1.039063 4.578125 -0.828125 4.578125 -0.609375 C 4.578125 -0.179688 4.347656 0.03125 3.890625 0.03125 C 3.640625 0.03125 3.378906 -0.101563 3.109375 -0.375 C 2.835938 -0.644531 2.566406 -0.984375 2.296875 -1.390625 C 2.023438 -1.804688 1.769531 -2.265625 1.53125 -2.765625 C 1.289063 -3.265625 1.078125 -3.75 0.890625 -4.21875 C 0.710938 -4.695313 0.566406 -5.128906 0.453125 -5.515625 C 0.347656 -5.898438 0.296875 -6.1875 0.296875 -6.375 Z M 0.296875 -6.375 "
id="path9" />
</g>
<g
id="glyph-0-4">
<path
d="M -0.03125 -7.640625 C -0.03125 -7.671875 -0.0234375 -7.695313 -0.015625 -7.71875 C -0.015625 -7.738281 -0.0078125 -7.765625 0 -7.796875 C 0.0390625 -7.847656 0.0976563 -7.910156 0.171875 -7.984375 C 0.253906 -8.066406 0.304688 -8.109375 0.328125 -8.109375 L 3.375 -8.109375 C 3.375 -8.222656 3.359375 -8.398438 3.328125 -8.640625 C 3.304688 -8.890625 3.28125 -9.160156 3.25 -9.453125 C 3.226563 -9.742188 3.222656 -10.046875 3.234375 -10.359375 C 3.242188 -10.679688 3.285156 -10.972656 3.359375 -11.234375 C 3.429688 -11.492188 3.550781 -11.707031 3.71875 -11.875 C 3.882813 -12.039063 4.117188 -12.125 4.421875 -12.125 C 4.421875 -11.101563 4.492188 -10.28125 4.640625 -9.65625 C 4.785156 -9.039063 4.972656 -8.566406 5.203125 -8.234375 C 5.441406 -7.898438 5.710938 -7.679688 6.015625 -7.578125 C 6.316406 -7.484375 6.628906 -7.441406 6.953125 -7.453125 C 7.273438 -7.472656 7.585938 -7.519531 7.890625 -7.59375 C 8.191406 -7.675781 8.460938 -7.734375 8.703125 -7.765625 C 8.941406 -7.796875 9.128906 -7.769531 9.265625 -7.6875 C 9.410156 -7.613281 9.484375 -7.4375 9.484375 -7.15625 C 9.484375 -6.945313 9.429688 -6.796875 9.328125 -6.703125 C 9.234375 -6.609375 9.050781 -6.535156 8.78125 -6.484375 C 8.695313 -6.472656 8.5625 -6.457031 8.375 -6.4375 C 8.1875 -6.414063 7.976563 -6.394531 7.75 -6.375 C 7.519531 -6.351563 7.269531 -6.328125 7 -6.296875 C 6.738281 -6.273438 6.492188 -6.253906 6.265625 -6.234375 C 6.035156 -6.210938 5.820313 -6.195313 5.625 -6.1875 C 5.4375 -6.1875 5.296875 -6.1875 5.203125 -6.1875 C 5.203125 -6.132813 5.195313 -6.046875 5.1875 -5.921875 C 5.175781 -5.804688 5.171875 -5.726563 5.171875 -5.6875 C 5.171875 -5.238281 5.238281 -4.804688 5.375 -4.390625 C 5.519531 -3.972656 5.675781 -3.554688 5.84375 -3.140625 C 6.007813 -2.722656 6.160156 -2.304688 6.296875 -1.890625 C 6.441406 -1.484375 6.515625 -1.054688 6.515625 -0.609375 C 6.515625 -0.523438 6.503906 -0.441406 6.484375 -0.359375 C 6.472656 -0.273438 6.445313 -0.195313 6.40625 -0.125 C 6.363281 -0.0625 6.296875 -0.015625 6.203125 0.015625 C 6.117188 0.0546875 6.003906 0.0507813 5.859375 0 C 5.472656 -0.101563 5.1875 -0.320313 5 -0.65625 C 4.8125 -0.988281 4.671875 -1.382813 4.578125 -1.84375 C 4.484375 -2.300781 4.421875 -2.785156 4.390625 -3.296875 C 4.367188 -3.816406 4.320313 -4.300781 4.25 -4.75 C 4.1875 -5.207031 4.082031 -5.59375 3.9375 -5.90625 C 3.800781 -6.226563 3.578125 -6.421875 3.265625 -6.484375 L 0.328125 -7.15625 C 0.285156 -7.15625 0.222656 -7.195313 0.140625 -7.28125 C 0.0664063 -7.375 0.0195313 -7.441406 0 -7.484375 C -0.0078125 -7.492188 -0.015625 -7.515625 -0.015625 -7.546875 C -0.0234375 -7.566406 -0.03125 -7.597656 -0.03125 -7.640625 Z M -0.03125 -7.640625 "
id="path12" />
</g>
<g
id="glyph-0-5" />
<g
id="glyph-0-6">
<path
d="M 0.296875 -9.75 C 0.296875 -9.882813 0.296875 -10.078125 0.296875 -10.328125 C 0.296875 -10.585938 0.320313 -10.847656 0.375 -11.109375 C 0.425781 -11.367188 0.503906 -11.59375 0.609375 -11.78125 C 0.722656 -11.976563 0.898438 -12.078125 1.140625 -12.078125 C 1.265625 -12.078125 1.367188 -11.960938 1.453125 -11.734375 C 1.546875 -11.503906 1.617188 -11.21875 1.671875 -10.875 C 1.734375 -10.539063 1.773438 -10.164063 1.796875 -9.75 C 1.816406 -9.34375 1.832031 -8.957031 1.84375 -8.59375 C 1.863281 -8.226563 1.878906 -7.910156 1.890625 -7.640625 C 1.898438 -7.378906 1.914063 -7.21875 1.9375 -7.15625 C 1.96875 -7 2.023438 -6.757813 2.109375 -6.4375 C 2.203125 -6.113281 2.296875 -5.742188 2.390625 -5.328125 C 2.492188 -4.921875 2.601563 -4.492188 2.71875 -4.046875 C 2.84375 -3.597656 2.957031 -3.171875 3.0625 -2.765625 C 3.175781 -2.367188 3.273438 -2.007813 3.359375 -1.6875 C 3.453125 -1.363281 3.523438 -1.128906 3.578125 -0.984375 C 3.578125 -0.960938 3.582031 -0.929688 3.59375 -0.890625 C 3.601563 -0.847656 3.609375 -0.816406 3.609375 -0.796875 C 3.609375 -0.691406 3.566406 -0.601563 3.484375 -0.53125 C 3.410156 -0.46875 3.320313 -0.414063 3.21875 -0.375 C 3.113281 -0.34375 3.003906 -0.320313 2.890625 -0.3125 C 2.785156 -0.300781 2.6875 -0.296875 2.59375 -0.296875 C 2.550781 -0.296875 2.492188 -0.300781 2.421875 -0.3125 C 2.347656 -0.320313 2.300781 -0.328125 2.28125 -0.328125 C 2.0625 -1.035156 1.832031 -1.78125 1.59375 -2.5625 C 1.363281 -3.351563 1.148438 -4.148438 0.953125 -4.953125 C 0.765625 -5.765625 0.609375 -6.578125 0.484375 -7.390625 C 0.359375 -8.203125 0.296875 -8.988281 0.296875 -9.75 Z M 0.296875 -9.75 "
id="path16" />
</g>
<g
id="glyph-0-7">
<path
d="M 0.296875 -6.09375 C 0.296875 -6.28125 0.316406 -6.53125 0.359375 -6.84375 C 0.398438 -7.15625 0.460938 -7.492188 0.546875 -7.859375 C 0.640625 -8.234375 0.753906 -8.613281 0.890625 -9 C 1.023438 -9.382813 1.179688 -9.726563 1.359375 -10.03125 C 1.546875 -10.34375 1.753906 -10.597656 1.984375 -10.796875 C 2.210938 -10.992188 2.476563 -11.09375 2.78125 -11.09375 C 2.789063 -11.09375 2.800781 -11.085938 2.8125 -11.078125 C 2.820313 -11.078125 2.832031 -11.078125 2.84375 -11.078125 C 2.863281 -11.066406 2.890625 -11.0625 2.921875 -11.0625 C 2.953125 -11.050781 3.003906 -11.03125 3.078125 -11 C 3.160156 -10.96875 3.234375 -10.929688 3.296875 -10.890625 C 3.359375 -10.859375 3.414063 -10.820313 3.46875 -10.78125 C 3.53125 -10.75 3.566406 -10.722656 3.578125 -10.703125 C 3.578125 -10.691406 3.582031 -10.675781 3.59375 -10.65625 C 3.59375 -10.632813 3.59375 -10.617188 3.59375 -10.609375 C 3.601563 -10.597656 3.609375 -10.585938 3.609375 -10.578125 C 3.609375 -10.222656 3.5 -9.875 3.28125 -9.53125 C 3.070313 -9.1875 2.84375 -8.832031 2.59375 -8.46875 C 2.351563 -8.101563 2.125 -7.71875 1.90625 -7.3125 C 1.695313 -6.90625 1.59375 -6.46875 1.59375 -6 C 1.59375 -5.375 1.675781 -4.820313 1.84375 -4.34375 C 2.019531 -3.863281 2.25 -3.414063 2.53125 -3 C 2.820313 -2.59375 3.164063 -2.203125 3.5625 -1.828125 C 3.96875 -1.460938 4.40625 -1.070313 4.875 -0.65625 C 4.875 -0.632813 4.878906 -0.601563 4.890625 -0.5625 C 4.898438 -0.53125 4.90625 -0.503906 4.90625 -0.484375 C 4.90625 -0.296875 4.832031 -0.160156 4.6875 -0.078125 C 4.539063 -0.00390625 4.382813 0.03125 4.21875 0.03125 C 3.757813 0.03125 3.34375 -0.0703125 2.96875 -0.28125 C 2.601563 -0.488281 2.273438 -0.757813 1.984375 -1.09375 C 1.703125 -1.425781 1.453125 -1.804688 1.234375 -2.234375 C 1.015625 -2.660156 0.835938 -3.101563 0.703125 -3.5625 C 0.566406 -4.019531 0.460938 -4.46875 0.390625 -4.90625 C 0.328125 -5.34375 0.296875 -5.738281 0.296875 -6.09375 Z M 0.296875 -6.09375 "
id="path19" />
</g>
<g
id="glyph-0-8">
<path
d="M 6.46875 1.40625 C 6.257813 1.007813 6.023438 0.519531 5.765625 -0.0625 C 5.515625 -0.65625 5.25 -1.269531 4.96875 -1.90625 C 4.695313 -2.550781 4.410156 -3.179688 4.109375 -3.796875 C 3.816406 -4.421875 3.519531 -4.960938 3.21875 -5.421875 C 3.09375 -5.503906 2.921875 -5.554688 2.703125 -5.578125 C 2.492188 -5.597656 2.273438 -5.601563 2.046875 -5.59375 C 1.816406 -5.59375 1.585938 -5.597656 1.359375 -5.609375 C 1.128906 -5.628906 0.929688 -5.6875 0.765625 -5.78125 C 0.597656 -5.875 0.472656 -6.015625 0.390625 -6.203125 C 0.304688 -6.390625 0.289063 -6.664063 0.34375 -7.03125 L 2.890625 -7.03125 C 2.941406 -7.601563 3.03125 -8.164063 3.15625 -8.71875 C 3.28125 -9.28125 3.441406 -9.8125 3.640625 -10.3125 C 3.847656 -10.820313 4.097656 -11.289063 4.390625 -11.71875 C 4.691406 -12.15625 5.046875 -12.53125 5.453125 -12.84375 C 5.867188 -13.15625 6.347656 -13.398438 6.890625 -13.578125 C 7.429688 -13.765625 8.046875 -13.859375 8.734375 -13.859375 C 8.972656 -13.859375 9.210938 -13.800781 9.453125 -13.6875 C 9.703125 -13.570313 9.921875 -13.414063 10.109375 -13.21875 C 10.304688 -13.03125 10.460938 -12.8125 10.578125 -12.5625 C 10.691406 -12.320313 10.75 -12.082031 10.75 -11.84375 C 10.5625 -11.84375 10.390625 -11.878906 10.234375 -11.953125 C 10.085938 -12.035156 9.941406 -12.125 9.796875 -12.21875 C 9.648438 -12.3125 9.492188 -12.398438 9.328125 -12.484375 C 9.171875 -12.578125 8.992188 -12.625 8.796875 -12.625 C 8.191406 -12.625 7.628906 -12.5 7.109375 -12.25 C 6.585938 -12.007813 6.128906 -11.6875 5.734375 -11.28125 C 5.347656 -10.875 5.039063 -10.398438 4.8125 -9.859375 C 4.59375 -9.328125 4.484375 -8.765625 4.484375 -8.171875 C 4.484375 -8.128906 4.484375 -8.054688 4.484375 -7.953125 C 4.492188 -7.847656 4.5 -7.734375 4.5 -7.609375 C 4.5 -7.492188 4.5 -7.378906 4.5 -7.265625 C 4.507813 -7.148438 4.515625 -7.070313 4.515625 -7.03125 C 4.890625 -6.914063 5.304688 -6.828125 5.765625 -6.765625 C 6.234375 -6.703125 6.703125 -6.660156 7.171875 -6.640625 C 7.648438 -6.628906 8.109375 -6.632813 8.546875 -6.65625 C 8.984375 -6.675781 9.375 -6.703125 9.71875 -6.734375 C 9.75 -6.703125 9.804688 -6.644531 9.890625 -6.5625 C 9.972656 -6.488281 10.019531 -6.429688 10.03125 -6.390625 C 10.03125 -6.359375 10.035156 -6.335938 10.046875 -6.328125 C 10.066406 -6.265625 10.078125 -6.234375 10.078125 -6.234375 C 10.078125 -6.023438 9.960938 -5.859375 9.734375 -5.734375 C 9.515625 -5.609375 9.234375 -5.519531 8.890625 -5.46875 C 8.546875 -5.414063 8.160156 -5.378906 7.734375 -5.359375 C 7.316406 -5.335938 6.914063 -5.316406 6.53125 -5.296875 C 6.144531 -5.285156 5.796875 -5.265625 5.484375 -5.234375 C 5.171875 -5.210938 4.957031 -5.164063 4.84375 -5.09375 C 4.96875 -4.488281 5.195313 -3.898438 5.53125 -3.328125 C 5.875 -2.765625 6.222656 -2.195313 6.578125 -1.625 C 6.929688 -1.0625 7.242188 -0.492188 7.515625 0.078125 C 7.796875 0.648438 7.9375 1.238281 7.9375 1.84375 C 7.894531 1.84375 7.800781 1.84375 7.65625 1.84375 C 7.507813 1.851563 7.351563 1.847656 7.1875 1.828125 C 7.03125 1.816406 6.875 1.773438 6.71875 1.703125 C 6.570313 1.640625 6.488281 1.539063 6.46875 1.40625 Z M 6.46875 1.40625 "
id="path22" />
</g>
<g
id="glyph-0-9">
<path
d="M 0.9375 -5.6875 C 0.9375 -5.75 0.9375 -5.847656 0.9375 -5.984375 C 0.945313 -6.117188 0.953125 -6.257813 0.953125 -6.40625 C 0.960938 -6.5625 0.96875 -6.707031 0.96875 -6.84375 C 0.976563 -6.988281 0.984375 -7.09375 0.984375 -7.15625 C 1.097656 -7.320313 1.242188 -7.453125 1.421875 -7.546875 C 1.597656 -7.648438 1.773438 -7.734375 1.953125 -7.796875 C 1.984375 -7.253906 2.066406 -6.671875 2.203125 -6.046875 C 2.347656 -5.429688 2.5 -4.8125 2.65625 -4.1875 C 2.820313 -3.570313 2.96875 -2.957031 3.09375 -2.34375 C 3.226563 -1.738281 3.296875 -1.175781 3.296875 -0.65625 C 3.296875 -0.195313 3.0625 0.03125 2.59375 0.03125 C 2.3125 0.03125 2.070313 -0.0820313 1.875 -0.3125 C 1.6875 -0.550781 1.535156 -0.847656 1.421875 -1.203125 C 1.304688 -1.566406 1.210938 -1.96875 1.140625 -2.40625 C 1.066406 -2.84375 1.015625 -3.273438 0.984375 -3.703125 C 0.960938 -4.128906 0.945313 -4.519531 0.9375 -4.875 C 0.9375 -5.226563 0.9375 -5.5 0.9375 -5.6875 Z M 1.15625 -11.375 C 1.34375 -11.289063 1.5 -11.15625 1.625 -10.96875 C 1.757813 -10.789063 1.820313 -10.628906 1.8125 -10.484375 C 1.800781 -10.335938 1.6875 -10.234375 1.46875 -10.171875 C 1.257813 -10.117188 0.90625 -10.179688 0.40625 -10.359375 C 0.40625 -10.628906 0.457031 -10.863281 0.5625 -11.0625 C 0.675781 -11.269531 0.875 -11.375 1.15625 -11.375 Z M 1.15625 -11.375 "
id="path25" />
</g>
<g
id="glyph-0-10">
<path
d="M 0 -7.15625 C -0.0078125 -7.164063 -0.015625 -7.179688 -0.015625 -7.203125 C -0.0234375 -7.222656 -0.03125 -7.257813 -0.03125 -7.3125 C -0.03125 -7.5 0.046875 -7.628906 0.203125 -7.703125 C 0.367188 -7.785156 0.53125 -7.828125 0.6875 -7.828125 C 0.707031 -7.828125 0.726563 -7.820313 0.75 -7.8125 C 0.769531 -7.8125 0.800781 -7.8125 0.84375 -7.8125 C 0.875 -7.800781 0.921875 -7.796875 0.984375 -7.796875 L 3.109375 -6 C 3.472656 -6.53125 3.769531 -6.941406 4 -7.234375 C 4.226563 -7.523438 4.40625 -7.738281 4.53125 -7.875 C 4.664063 -8.007813 4.765625 -8.085938 4.828125 -8.109375 C 4.890625 -8.140625 4.9375 -8.15625 4.96875 -8.15625 C 5.039063 -8.15625 5.117188 -8.15625 5.203125 -8.15625 C 5.296875 -8.15625 5.382813 -8.144531 5.46875 -8.125 C 5.5625 -8.113281 5.640625 -8.082031 5.703125 -8.03125 C 5.773438 -7.988281 5.828125 -7.910156 5.859375 -7.796875 C 5.679688 -7.617188 5.515625 -7.441406 5.359375 -7.265625 C 5.210938 -7.097656 5.070313 -6.914063 4.9375 -6.71875 C 4.8125 -6.53125 4.691406 -6.3125 4.578125 -6.0625 C 4.460938 -5.820313 4.34375 -5.550781 4.21875 -5.25 C 4.40625 -5.101563 4.644531 -4.898438 4.9375 -4.640625 C 5.226563 -4.390625 5.519531 -4.109375 5.8125 -3.796875 C 6.113281 -3.492188 6.40625 -3.179688 6.6875 -2.859375 C 6.96875 -2.535156 7.203125 -2.234375 7.390625 -1.953125 C 7.578125 -1.671875 7.695313 -1.425781 7.75 -1.21875 C 7.8125 -1.019531 7.773438 -0.890625 7.640625 -0.828125 C 7.503906 -0.648438 7.410156 -0.515625 7.359375 -0.421875 C 7.304688 -0.335938 7.25 -0.3125 7.1875 -0.34375 C 7.132813 -0.375 7.0625 -0.46875 6.96875 -0.625 C 6.882813 -0.789063 6.722656 -1.023438 6.484375 -1.328125 C 6.242188 -1.628906 5.914063 -2.003906 5.5 -2.453125 C 5.09375 -2.910156 4.546875 -3.453125 3.859375 -4.078125 L 3.734375 -0.328125 C 3.734375 -0.316406 3.710938 -0.296875 3.671875 -0.265625 C 3.628906 -0.242188 3.582031 -0.210938 3.53125 -0.171875 C 3.488281 -0.140625 3.441406 -0.109375 3.390625 -0.078125 C 3.347656 -0.046875 3.304688 -0.0195313 3.265625 0 L 2.921875 0 C 2.867188 -0.0390625 2.800781 -0.0976563 2.71875 -0.171875 C 2.632813 -0.253906 2.59375 -0.304688 2.59375 -0.328125 L 2.59375 -4.5625 Z M 0 -7.15625 "
id="path28" />
</g>
<g
id="glyph-0-11">
<path
d="M 0.296875 -4.21875 C 0.296875 -4.757813 0.363281 -5.300781 0.5 -5.84375 C 0.632813 -6.394531 0.84375 -6.890625 1.125 -7.328125 C 1.414063 -7.765625 1.789063 -8.117188 2.25 -8.390625 C 2.707031 -8.660156 3.265625 -8.796875 3.921875 -8.796875 C 4.296875 -8.796875 4.625 -8.726563 4.90625 -8.59375 C 5.195313 -8.457031 5.4375 -8.273438 5.625 -8.046875 C 5.820313 -7.828125 5.96875 -7.566406 6.0625 -7.265625 C 6.15625 -6.972656 6.203125 -6.664063 6.203125 -6.34375 C 6.203125 -5.820313 6.082031 -5.316406 5.84375 -4.828125 C 5.601563 -4.347656 5.285156 -3.921875 4.890625 -3.546875 C 4.492188 -3.179688 4.035156 -2.90625 3.515625 -2.71875 C 3.003906 -2.53125 2.476563 -2.488281 1.9375 -2.59375 C 1.945313 -2.300781 2.046875 -2.066406 2.234375 -1.890625 C 2.421875 -1.710938 2.644531 -1.578125 2.90625 -1.484375 C 3.175781 -1.390625 3.453125 -1.332031 3.734375 -1.3125 C 4.015625 -1.289063 4.265625 -1.28125 4.484375 -1.28125 C 4.722656 -1.28125 4.941406 -1.296875 5.140625 -1.328125 C 5.335938 -1.367188 5.535156 -1.414063 5.734375 -1.46875 C 5.941406 -1.519531 6.148438 -1.566406 6.359375 -1.609375 C 6.566406 -1.648438 6.785156 -1.671875 7.015625 -1.671875 C 7.109375 -1.671875 7.203125 -1.664063 7.296875 -1.65625 C 7.390625 -1.644531 7.472656 -1.617188 7.546875 -1.578125 C 7.628906 -1.546875 7.695313 -1.488281 7.75 -1.40625 C 7.800781 -1.332031 7.828125 -1.242188 7.828125 -1.140625 C 7.828125 -0.941406 7.753906 -0.78125 7.609375 -0.65625 C 7.472656 -0.53125 7.296875 -0.421875 7.078125 -0.328125 C 6.859375 -0.242188 6.613281 -0.175781 6.34375 -0.125 C 6.082031 -0.0820313 5.828125 -0.046875 5.578125 -0.015625 C 5.335938 0.00390625 5.113281 0.015625 4.90625 0.015625 C 4.695313 0.0234375 4.539063 0.03125 4.4375 0.03125 C 3.789063 0.03125 3.207031 -0.0703125 2.6875 -0.28125 C 2.175781 -0.488281 1.742188 -0.773438 1.390625 -1.140625 C 1.035156 -1.515625 0.765625 -1.960938 0.578125 -2.484375 C 0.390625 -3.003906 0.296875 -3.582031 0.296875 -4.21875 Z M 1.90625 -5.203125 C 1.90625 -4.847656 1.953125 -4.585938 2.046875 -4.421875 C 2.148438 -4.265625 2.390625 -4.1875 2.765625 -4.1875 C 3.023438 -4.1875 3.28125 -4.234375 3.53125 -4.328125 C 3.78125 -4.421875 4.007813 -4.550781 4.21875 -4.71875 C 4.425781 -4.894531 4.59375 -5.097656 4.71875 -5.328125 C 4.84375 -5.566406 4.90625 -5.820313 4.90625 -6.09375 C 4.90625 -6.25 4.890625 -6.40625 4.859375 -6.5625 C 4.835938 -6.726563 4.785156 -6.878906 4.703125 -7.015625 C 4.617188 -7.148438 4.515625 -7.257813 4.390625 -7.34375 C 4.265625 -7.4375 4.097656 -7.484375 3.890625 -7.484375 C 3.585938 -7.484375 3.3125 -7.410156 3.0625 -7.265625 C 2.820313 -7.128906 2.613281 -6.953125 2.4375 -6.734375 C 2.269531 -6.523438 2.140625 -6.285156 2.046875 -6.015625 C 1.953125 -5.742188 1.90625 -5.472656 1.90625 -5.203125 Z M 1.90625 -5.203125 "
id="path31" />
</g>
<g
id="glyph-0-12">
<path
d="M -0.03125 -1.796875 C -0.03125 -2.378906 0.113281 -2.894531 0.40625 -3.34375 C 0.695313 -3.800781 1.0625 -4.195313 1.5 -4.53125 C 1.9375 -4.875 2.40625 -5.164063 2.90625 -5.40625 C 3.414063 -5.644531 3.882813 -5.84375 4.3125 -6 C 4.75 -6.15625 5.113281 -6.28125 5.40625 -6.375 C 5.707031 -6.46875 5.859375 -6.546875 5.859375 -6.609375 C 5.859375 -6.960938 5.835938 -7.304688 5.796875 -7.640625 C 5.765625 -7.984375 5.726563 -8.328125 5.6875 -8.671875 C 5.644531 -9.015625 5.601563 -9.351563 5.5625 -9.6875 C 5.53125 -10.03125 5.515625 -10.367188 5.515625 -10.703125 L 5.515625 -11.6875 C 5.929688 -11.84375 6.226563 -11.828125 6.40625 -11.640625 C 6.582031 -11.460938 6.609375 -11.148438 6.484375 -10.703125 C 6.523438 -10.484375 6.582031 -10.132813 6.65625 -9.65625 C 6.726563 -9.1875 6.804688 -8.648438 6.890625 -8.046875 C 6.972656 -7.453125 7.0625 -6.828125 7.15625 -6.171875 C 7.257813 -5.515625 7.351563 -4.882813 7.4375 -4.28125 C 7.519531 -3.675781 7.59375 -3.140625 7.65625 -2.671875 C 7.71875 -2.203125 7.765625 -1.851563 7.796875 -1.625 C 7.804688 -1.570313 7.816406 -1.472656 7.828125 -1.328125 C 7.835938 -1.179688 7.84375 -1.023438 7.84375 -0.859375 C 7.851563 -0.691406 7.859375 -0.535156 7.859375 -0.390625 C 7.867188 -0.253906 7.875 -0.15625 7.875 -0.09375 C 7.488281 -0.09375 7.226563 -0.109375 7.09375 -0.140625 C 6.957031 -0.171875 6.867188 -0.226563 6.828125 -0.3125 C 6.796875 -0.40625 6.78125 -0.535156 6.78125 -0.703125 C 6.78125 -0.878906 6.726563 -1.117188 6.625 -1.421875 C 6.25 -1.128906 5.894531 -0.882813 5.5625 -0.6875 C 5.226563 -0.5 4.894531 -0.347656 4.5625 -0.234375 C 4.226563 -0.117188 3.890625 -0.0390625 3.546875 0 C 3.210938 0.0507813 2.851563 0.078125 2.46875 0.078125 C 2.144531 0.078125 1.832031 0.0507813 1.53125 0 C 1.238281 -0.0625 0.972656 -0.160156 0.734375 -0.296875 C 0.503906 -0.441406 0.316406 -0.632813 0.171875 -0.875 C 0.0351563 -1.125 -0.03125 -1.429688 -0.03125 -1.796875 Z M 1.296875 -2.109375 C 1.296875 -1.941406 1.328125 -1.804688 1.390625 -1.703125 C 1.460938 -1.609375 1.550781 -1.523438 1.65625 -1.453125 C 1.769531 -1.378906 1.890625 -1.332031 2.015625 -1.3125 C 2.148438 -1.289063 2.273438 -1.28125 2.390625 -1.28125 C 2.742188 -1.28125 3.125 -1.347656 3.53125 -1.484375 C 3.945313 -1.617188 4.328125 -1.804688 4.671875 -2.046875 C 5.023438 -2.296875 5.316406 -2.59375 5.546875 -2.9375 C 5.773438 -3.28125 5.890625 -3.65625 5.890625 -4.0625 C 5.890625 -4.375 5.832031 -4.59375 5.71875 -4.71875 C 5.601563 -4.84375 5.390625 -4.90625 5.078125 -4.90625 C 4.753906 -4.90625 4.378906 -4.828125 3.953125 -4.671875 C 3.523438 -4.515625 3.109375 -4.3125 2.703125 -4.0625 C 2.304688 -3.8125 1.972656 -3.515625 1.703125 -3.171875 C 1.429688 -2.835938 1.296875 -2.484375 1.296875 -2.109375 Z M 1.296875 -2.109375 "
id="path34" />
</g>
<g
id="glyph-0-13">
<path
d="M 1.90625 -0.65625 C 1.90625 -1.070313 1.992188 -1.457031 2.171875 -1.8125 C 2.347656 -2.175781 2.539063 -2.539063 2.75 -2.90625 C 2.957031 -3.28125 3.148438 -3.664063 3.328125 -4.0625 C 3.515625 -4.46875 3.609375 -4.90625 3.609375 -5.375 C 3.609375 -5.78125 3.546875 -6.144531 3.421875 -6.46875 C 3.304688 -6.800781 3.148438 -7.09375 2.953125 -7.34375 C 2.753906 -7.59375 2.523438 -7.820313 2.265625 -8.03125 C 2.015625 -8.25 1.753906 -8.460938 1.484375 -8.671875 C 1.222656 -8.878906 0.960938 -9.09375 0.703125 -9.3125 C 0.441406 -9.53125 0.207031 -9.785156 0 -10.078125 C 0.03125 -10.171875 0.0703125 -10.242188 0.125 -10.296875 C 0.1875 -10.347656 0.253906 -10.382813 0.328125 -10.40625 C 0.410156 -10.425781 0.492188 -10.4375 0.578125 -10.4375 C 0.660156 -10.4375 0.734375 -10.4375 0.796875 -10.4375 C 1.453125 -10.4375 2.03125 -10.269531 2.53125 -9.9375 C 3.039063 -9.601563 3.46875 -9.175781 3.8125 -8.65625 C 4.164063 -8.132813 4.4375 -7.566406 4.625 -6.953125 C 4.8125 -6.335938 4.90625 -5.753906 4.90625 -5.203125 C 4.90625 -4.984375 4.882813 -4.703125 4.84375 -4.359375 C 4.800781 -4.023438 4.734375 -3.660156 4.640625 -3.265625 C 4.554688 -2.878906 4.445313 -2.488281 4.3125 -2.09375 C 4.1875 -1.707031 4.03125 -1.359375 3.84375 -1.046875 C 3.664063 -0.734375 3.457031 -0.472656 3.21875 -0.265625 C 2.976563 -0.0664063 2.710938 0.03125 2.421875 0.03125 C 2.242188 0.03125 2.113281 -0.0390625 2.03125 -0.1875 C 1.945313 -0.332031 1.90625 -0.488281 1.90625 -0.65625 Z M 1.90625 -0.65625 "
id="path37" />
</g>
<g
id="glyph-0-14">
<path
d="M 3.21875 -1.46875 C 3.21875 -2.03125 3.269531 -2.578125 3.375 -3.109375 C 3.476563 -3.648438 3.59375 -4.191406 3.71875 -4.734375 C 3.851563 -5.285156 3.972656 -5.84375 4.078125 -6.40625 C 4.191406 -6.96875 4.25 -7.535156 4.25 -8.109375 C 4.25 -8.191406 4.242188 -8.328125 4.234375 -8.515625 C 4.234375 -8.703125 4.234375 -8.894531 4.234375 -9.09375 C 4.234375 -9.300781 4.226563 -9.5 4.21875 -9.6875 C 4.21875 -9.875 4.21875 -10.003906 4.21875 -10.078125 C 4.195313 -10.109375 4.144531 -10.164063 4.0625 -10.25 C 3.976563 -10.332031 3.921875 -10.382813 3.890625 -10.40625 L 3.734375 -10.40625 C 3.398438 -10.40625 3.117188 -10.332031 2.890625 -10.1875 C 2.671875 -10.039063 2.484375 -9.859375 2.328125 -9.640625 C 2.171875 -9.429688 2.023438 -9.195313 1.890625 -8.9375 C 1.765625 -8.675781 1.625 -8.441406 1.46875 -8.234375 C 1.3125 -8.023438 1.132813 -7.847656 0.9375 -7.703125 C 0.738281 -7.554688 0.492188 -7.484375 0.203125 -7.484375 C 0.203125 -8.015625 0.289063 -8.535156 0.46875 -9.046875 C 0.65625 -9.554688 0.914063 -10.007813 1.25 -10.40625 C 1.59375 -10.8125 2 -11.132813 2.46875 -11.375 C 2.9375 -11.613281 3.453125 -11.734375 4.015625 -11.734375 C 4.265625 -11.734375 4.460938 -11.722656 4.609375 -11.703125 C 4.765625 -11.679688 4.894531 -11.632813 5 -11.5625 C 5.113281 -11.5 5.207031 -11.398438 5.28125 -11.265625 C 5.351563 -11.128906 5.429688 -10.941406 5.515625 -10.703125 C 5.515625 -10.628906 5.515625 -10.488281 5.515625 -10.28125 C 5.515625 -10.070313 5.515625 -9.84375 5.515625 -9.59375 C 5.523438 -9.351563 5.53125 -9.125 5.53125 -8.90625 C 5.539063 -8.6875 5.546875 -8.539063 5.546875 -8.46875 C 5.546875 -7.925781 5.515625 -7.394531 5.453125 -6.875 C 5.398438 -6.363281 5.328125 -5.851563 5.234375 -5.34375 C 5.148438 -4.84375 5.078125 -4.335938 5.015625 -3.828125 C 4.953125 -3.316406 4.921875 -2.800781 4.921875 -2.28125 L 5.203125 -2.28125 L 8.78125 -3.890625 C 8.789063 -3.890625 8.8125 -3.890625 8.84375 -3.890625 C 8.882813 -3.898438 8.929688 -3.90625 8.984375 -3.90625 C 9.035156 -3.90625 9.082031 -3.90625 9.125 -3.90625 C 9.164063 -3.914063 9.195313 -3.921875 9.21875 -3.921875 C 9.3125 -3.921875 9.40625 -3.914063 9.5 -3.90625 C 9.601563 -3.894531 9.695313 -3.875 9.78125 -3.84375 C 9.875 -3.820313 9.945313 -3.773438 10 -3.703125 C 10.0625 -3.628906 10.09375 -3.53125 10.09375 -3.40625 C 10.09375 -3.195313 10.023438 -3.03125 9.890625 -2.90625 C 9.765625 -2.789063 9.613281 -2.695313 9.4375 -2.625 C 9.257813 -2.550781 9.078125 -2.488281 8.890625 -2.4375 C 8.703125 -2.382813 8.550781 -2.332031 8.4375 -2.28125 C 8.34375 -2.226563 8.195313 -2.148438 8 -2.046875 C 7.800781 -1.941406 7.570313 -1.828125 7.3125 -1.703125 C 7.050781 -1.578125 6.773438 -1.441406 6.484375 -1.296875 C 6.203125 -1.160156 5.9375 -1.023438 5.6875 -0.890625 C 5.4375 -0.765625 5.207031 -0.648438 5 -0.546875 C 4.800781 -0.441406 4.648438 -0.367188 4.546875 -0.328125 C 4.523438 -0.328125 4.492188 -0.320313 4.453125 -0.3125 C 4.410156 -0.3125 4.359375 -0.3125 4.296875 -0.3125 C 4.242188 -0.3125 4.191406 -0.304688 4.140625 -0.296875 C 4.097656 -0.296875 4.066406 -0.296875 4.046875 -0.296875 C 3.847656 -0.296875 3.6875 -0.316406 3.5625 -0.359375 C 3.445313 -0.410156 3.363281 -0.484375 3.3125 -0.578125 C 3.269531 -0.679688 3.242188 -0.800781 3.234375 -0.9375 C 3.222656 -1.082031 3.21875 -1.257813 3.21875 -1.46875 Z M 3.21875 -1.46875 "
id="path40" />
</g>
<g
id="glyph-0-15">
<path
d="M 0.21875 -7.90625 C 0.28125 -8.144531 0.359375 -8.253906 0.453125 -8.234375 C 0.554688 -8.210938 0.675781 -8.09375 0.8125 -7.875 C 0.957031 -7.664063 1.117188 -7.382813 1.296875 -7.03125 C 1.472656 -6.675781 1.660156 -6.296875 1.859375 -5.890625 C 2.066406 -5.484375 2.285156 -5.066406 2.515625 -4.640625 C 2.753906 -4.210938 3.003906 -3.820313 3.265625 -3.46875 C 3.523438 -3.113281 3.796875 -2.820313 4.078125 -2.59375 C 4.367188 -2.363281 4.664063 -2.226563 4.96875 -2.1875 L 6.1875 -8.46875 C 6.207031 -8.632813 6.285156 -8.726563 6.421875 -8.75 C 6.554688 -8.78125 6.691406 -8.796875 6.828125 -8.796875 C 7.273438 -8.796875 7.5 -8.582031 7.5 -8.15625 C 7.5 -7.9375 7.476563 -7.582031 7.4375 -7.09375 C 7.40625 -6.613281 7.34375 -6.082031 7.25 -5.5 C 7.15625 -4.914063 7.039063 -4.316406 6.90625 -3.703125 C 6.78125 -3.097656 6.625 -2.539063 6.4375 -2.03125 C 6.257813 -1.53125 6.050781 -1.113281 5.8125 -0.78125 C 5.570313 -0.457031 5.3125 -0.296875 5.03125 -0.296875 C 4.613281 -0.296875 4.203125 -0.4375 3.796875 -0.71875 C 3.398438 -1 3.019531 -1.363281 2.65625 -1.8125 C 2.300781 -2.257813 1.972656 -2.757813 1.671875 -3.3125 C 1.378906 -3.875 1.125 -4.4375 0.90625 -5 C 0.6875 -5.5625 0.515625 -6.097656 0.390625 -6.609375 C 0.273438 -7.128906 0.21875 -7.5625 0.21875 -7.90625 Z M 0.21875 -7.90625 "
id="path43" />
</g>
<g
id="glyph-0-16">
<path
d="M 2.59375 -0.65625 C 2.28125 -1.5625 1.984375 -2.410156 1.703125 -3.203125 C 1.429688 -4.003906 1.191406 -4.785156 0.984375 -5.546875 C 0.773438 -6.304688 0.609375 -7.082031 0.484375 -7.875 C 0.359375 -8.664063 0.296875 -9.507813 0.296875 -10.40625 C 0.296875 -10.476563 0.296875 -10.609375 0.296875 -10.796875 C 0.304688 -10.984375 0.3125 -11.175781 0.3125 -11.375 C 0.3125 -11.570313 0.3125 -11.765625 0.3125 -11.953125 C 0.320313 -12.140625 0.328125 -12.269531 0.328125 -12.34375 C 0.421875 -12.550781 0.582031 -12.738281 0.8125 -12.90625 C 1.039063 -13.082031 1.269531 -13.171875 1.5 -13.171875 C 1.5 -12.421875 1.507813 -11.625 1.53125 -10.78125 C 1.550781 -9.9375 1.613281 -9.09375 1.71875 -8.25 C 1.820313 -7.40625 1.992188 -6.582031 2.234375 -5.78125 C 2.472656 -4.976563 2.8125 -4.242188 3.25 -3.578125 C 3.257813 -3.816406 3.269531 -4.082031 3.28125 -4.375 C 3.289063 -4.675781 3.316406 -4.972656 3.359375 -5.265625 C 3.398438 -5.554688 3.472656 -5.835938 3.578125 -6.109375 C 3.679688 -6.378906 3.832031 -6.617188 4.03125 -6.828125 C 4.226563 -7.046875 4.484375 -7.210938 4.796875 -7.328125 C 5.117188 -7.453125 5.519531 -7.507813 6 -7.5 C 6.4375 -7.5 6.828125 -7.414063 7.171875 -7.25 C 7.523438 -7.09375 7.820313 -6.875 8.0625 -6.59375 C 8.300781 -6.320313 8.484375 -6 8.609375 -5.625 C 8.734375 -5.257813 8.796875 -4.867188 8.796875 -4.453125 C 8.796875 -3.898438 8.660156 -3.351563 8.390625 -2.8125 C 8.117188 -2.28125 7.753906 -1.800781 7.296875 -1.375 C 6.847656 -0.957031 6.34375 -0.617188 5.78125 -0.359375 C 5.226563 -0.0976563 4.664063 0.03125 4.09375 0.03125 C 3.800781 0.03125 3.519531 -0.0195313 3.25 -0.125 C 2.976563 -0.226563 2.757813 -0.40625 2.59375 -0.65625 Z M 6.1875 -6.1875 C 5.988281 -6.070313 5.773438 -5.9375 5.546875 -5.78125 C 5.328125 -5.632813 5.125 -5.398438 4.9375 -5.078125 C 4.75 -4.765625 4.585938 -4.332031 4.453125 -3.78125 C 4.328125 -3.238281 4.25 -2.519531 4.21875 -1.625 C 4.238281 -1.625 4.289063 -1.617188 4.375 -1.609375 C 4.457031 -1.597656 4.515625 -1.59375 4.546875 -1.59375 C 4.816406 -1.59375 5.125 -1.675781 5.46875 -1.84375 C 5.820313 -2.019531 6.160156 -2.234375 6.484375 -2.484375 C 6.816406 -2.734375 7.101563 -3.015625 7.34375 -3.328125 C 7.59375 -3.640625 7.742188 -3.9375 7.796875 -4.21875 C 7.828125 -4.382813 7.789063 -4.578125 7.6875 -4.796875 C 7.582031 -5.023438 7.445313 -5.242188 7.28125 -5.453125 C 7.113281 -5.660156 6.929688 -5.832031 6.734375 -5.96875 C 6.546875 -6.113281 6.363281 -6.1875 6.1875 -6.1875 Z M 6.1875 -6.1875 "
id="path46" />
</g>
<g
id="glyph-0-17">
<path
d="M 0.671875 -8.578125 C 0.671875 -8.878906 0.648438 -9.164063 0.609375 -9.4375 C 0.566406 -9.71875 0.554688 -9.96875 0.578125 -10.1875 C 0.597656 -10.40625 0.675781 -10.578125 0.8125 -10.703125 C 0.945313 -10.835938 1.195313 -10.90625 1.5625 -10.90625 C 1.675781 -10.675781 1.785156 -10.320313 1.890625 -9.84375 C 1.992188 -9.363281 2.09375 -8.816406 2.1875 -8.203125 C 2.289063 -7.585938 2.390625 -6.914063 2.484375 -6.1875 C 2.578125 -5.46875 2.660156 -4.742188 2.734375 -4.015625 C 2.804688 -3.285156 2.867188 -2.566406 2.921875 -1.859375 C 2.984375 -1.160156 3.03125 -0.523438 3.0625 0.046875 C 2.726563 0.265625 2.457031 0.273438 2.25 0.078125 C 2.050781 -0.109375 1.882813 -0.429688 1.75 -0.890625 C 1.625 -1.347656 1.523438 -1.90625 1.453125 -2.5625 C 1.378906 -3.226563 1.3125 -3.914063 1.25 -4.625 C 1.1875 -5.34375 1.109375 -6.046875 1.015625 -6.734375 C 0.921875 -7.429688 0.804688 -8.046875 0.671875 -8.578125 Z M 0.671875 -8.578125 "
id="path49" />
</g>
<g
id="glyph-0-18">
<path
d="M 0 -4.21875 C 0 -4.726563 0.0664063 -5.25 0.203125 -5.78125 C 0.335938 -6.3125 0.53125 -6.816406 0.78125 -7.296875 C 1.03125 -7.785156 1.332031 -8.238281 1.6875 -8.65625 C 2.039063 -9.082031 2.429688 -9.445313 2.859375 -9.75 C 3.285156 -10.0625 3.75 -10.304688 4.25 -10.484375 C 4.757813 -10.660156 5.296875 -10.75 5.859375 -10.75 C 6.410156 -10.75 6.890625 -10.640625 7.296875 -10.421875 C 7.710938 -10.203125 8.054688 -9.910156 8.328125 -9.546875 C 8.597656 -9.191406 8.796875 -8.773438 8.921875 -8.296875 C 9.054688 -7.828125 9.125 -7.351563 9.125 -6.875 C 9.125 -6.019531 9 -5.179688 8.75 -4.359375 C 8.5 -3.535156 8.125 -2.796875 7.625 -2.140625 C 7.132813 -1.492188 6.519531 -0.96875 5.78125 -0.5625 C 5.050781 -0.164063 4.210938 0.03125 3.265625 0.03125 C 2.691406 0.03125 2.203125 -0.0976563 1.796875 -0.359375 C 1.390625 -0.617188 1.050781 -0.953125 0.78125 -1.359375 C 0.507813 -1.765625 0.3125 -2.21875 0.1875 -2.71875 C 0.0625 -3.21875 0 -3.71875 0 -4.21875 Z M 1.296875 -3.890625 C 1.296875 -3.609375 1.335938 -3.316406 1.421875 -3.015625 C 1.515625 -2.710938 1.640625 -2.4375 1.796875 -2.1875 C 1.960938 -1.9375 2.171875 -1.722656 2.421875 -1.546875 C 2.671875 -1.378906 2.953125 -1.296875 3.265625 -1.296875 C 3.941406 -1.296875 4.554688 -1.445313 5.109375 -1.75 C 5.671875 -2.0625 6.148438 -2.460938 6.546875 -2.953125 C 6.953125 -3.441406 7.265625 -3.988281 7.484375 -4.59375 C 7.710938 -5.195313 7.828125 -5.800781 7.828125 -6.40625 C 7.828125 -6.75 7.816406 -7.101563 7.796875 -7.46875 C 7.773438 -7.832031 7.707031 -8.160156 7.59375 -8.453125 C 7.488281 -8.753906 7.316406 -9 7.078125 -9.1875 C 6.835938 -9.375 6.492188 -9.46875 6.046875 -9.46875 C 5.910156 -9.46875 5.722656 -9.460938 5.484375 -9.453125 C 5.242188 -9.441406 5.003906 -9.410156 4.765625 -9.359375 C 4.535156 -9.316406 4.332031 -9.25 4.15625 -9.15625 C 3.976563 -9.070313 3.890625 -8.945313 3.890625 -8.78125 C 3.890625 -8.757813 3.90625 -8.710938 3.9375 -8.640625 C 3.976563 -8.578125 4.019531 -8.507813 4.0625 -8.4375 C 4.101563 -8.375 4.140625 -8.304688 4.171875 -8.234375 C 4.203125 -8.171875 4.21875 -8.128906 4.21875 -8.109375 C 4.21875 -8.085938 4.175781 -8.035156 4.09375 -7.953125 C 4.007813 -7.867188 3.941406 -7.816406 3.890625 -7.796875 C 3.390625 -7.660156 2.96875 -7.492188 2.625 -7.296875 C 2.289063 -7.097656 2.023438 -6.84375 1.828125 -6.53125 C 1.628906 -6.21875 1.488281 -5.84375 1.40625 -5.40625 C 1.332031 -4.976563 1.296875 -4.472656 1.296875 -3.890625 Z M 1.296875 -3.890625 "
id="path52" />
</g>
<g
id="glyph-0-19">
<path
d="M 3.21875 -0.6875 C 3.375 -0.789063 3.566406 -0.929688 3.796875 -1.109375 C 4.023438 -1.285156 4.253906 -1.472656 4.484375 -1.671875 C 4.722656 -1.878906 4.941406 -2.09375 5.140625 -2.3125 C 5.335938 -2.539063 5.492188 -2.757813 5.609375 -2.96875 C 5.734375 -3.175781 5.796875 -3.367188 5.796875 -3.546875 C 5.796875 -3.734375 5.703125 -3.882813 5.515625 -4 C 5.191406 -4 4.835938 -3.984375 4.453125 -3.953125 C 4.078125 -3.929688 3.695313 -3.921875 3.3125 -3.921875 C 2.925781 -3.929688 2.550781 -3.96875 2.1875 -4.03125 C 1.832031 -4.09375 1.507813 -4.203125 1.21875 -4.359375 C 0.9375 -4.523438 0.710938 -4.753906 0.546875 -5.046875 C 0.378906 -5.347656 0.296875 -5.734375 0.296875 -6.203125 C 0.296875 -6.742188 0.398438 -7.234375 0.609375 -7.671875 C 0.816406 -8.117188 1.09375 -8.507813 1.4375 -8.84375 C 1.78125 -9.1875 2.164063 -9.484375 2.59375 -9.734375 C 3.03125 -9.992188 3.460938 -10.21875 3.890625 -10.40625 C 4.160156 -10.332031 4.40625 -10.203125 4.625 -10.015625 C 4.84375 -9.835938 5.035156 -9.640625 5.203125 -9.421875 C 5.128906 -9.191406 4.988281 -9.015625 4.78125 -8.890625 C 4.570313 -8.773438 4.332031 -8.671875 4.0625 -8.578125 C 3.800781 -8.492188 3.523438 -8.398438 3.234375 -8.296875 C 2.941406 -8.191406 2.675781 -8.054688 2.4375 -7.890625 C 2.195313 -7.722656 1.992188 -7.503906 1.828125 -7.234375 C 1.671875 -6.972656 1.59375 -6.625 1.59375 -6.1875 C 1.59375 -5.863281 1.671875 -5.625 1.828125 -5.46875 C 1.992188 -5.320313 2.207031 -5.21875 2.46875 -5.15625 C 2.726563 -5.101563 3.023438 -5.082031 3.359375 -5.09375 C 3.703125 -5.113281 4.046875 -5.140625 4.390625 -5.171875 C 4.742188 -5.203125 5.085938 -5.21875 5.421875 -5.21875 C 5.753906 -5.226563 6.050781 -5.1875 6.3125 -5.09375 C 6.570313 -5.007813 6.78125 -4.875 6.9375 -4.6875 C 7.09375 -4.5 7.171875 -4.21875 7.171875 -3.84375 C 7.171875 -3.675781 7.117188 -3.46875 7.015625 -3.21875 C 6.910156 -2.96875 6.769531 -2.695313 6.59375 -2.40625 C 6.414063 -2.113281 6.207031 -1.828125 5.96875 -1.546875 C 5.726563 -1.265625 5.476563 -1.007813 5.21875 -0.78125 C 4.96875 -0.550781 4.710938 -0.363281 4.453125 -0.21875 C 4.191406 -0.0703125 3.953125 0 3.734375 0 C 3.515625 0 3.375 -0.0703125 3.3125 -0.21875 C 3.25 -0.375 3.21875 -0.53125 3.21875 -0.6875 Z M 3.21875 -0.6875 "
id="path55" />
</g>
<g
id="glyph-0-20">
<path
d="M 4.875 -2.109375 C 4.875 -2.640625 4.804688 -3.21875 4.671875 -3.84375 C 4.535156 -4.476563 4.390625 -5.125 4.234375 -5.78125 C 4.085938 -6.4375 3.941406 -7.085938 3.796875 -7.734375 C 3.660156 -8.390625 3.585938 -9.003906 3.578125 -9.578125 L 0.203125 -9.578125 C 0.203125 -9.660156 0.203125 -9.773438 0.203125 -9.921875 C 0.203125 -10.078125 0.210938 -10.234375 0.234375 -10.390625 C 0.265625 -10.546875 0.3125 -10.6875 0.375 -10.8125 C 0.4375 -10.945313 0.53125 -11.03125 0.65625 -11.0625 L 9 -11.0625 C 8.988281 -10.738281 8.921875 -10.488281 8.796875 -10.3125 C 8.671875 -10.144531 8.507813 -10.015625 8.3125 -9.921875 C 8.125 -9.828125 7.90625 -9.765625 7.65625 -9.734375 C 7.414063 -9.710938 7.171875 -9.6875 6.921875 -9.65625 C 6.679688 -9.625 6.445313 -9.585938 6.21875 -9.546875 C 5.988281 -9.503906 5.789063 -9.414063 5.625 -9.28125 C 5.457031 -9.144531 5.328125 -8.960938 5.234375 -8.734375 C 5.148438 -8.515625 5.128906 -8.210938 5.171875 -7.828125 C 5.171875 -7.609375 5.1875 -7.328125 5.21875 -6.984375 C 5.25 -6.640625 5.296875 -6.265625 5.359375 -5.859375 C 5.429688 -5.453125 5.523438 -5.039063 5.640625 -4.625 C 5.753906 -4.21875 5.894531 -3.84375 6.0625 -3.5 C 6.226563 -3.164063 6.421875 -2.894531 6.640625 -2.6875 C 6.859375 -2.476563 7.113281 -2.375 7.40625 -2.375 C 7.601563 -2.351563 7.859375 -2.347656 8.171875 -2.359375 C 8.492188 -2.378906 8.816406 -2.394531 9.140625 -2.40625 C 9.460938 -2.414063 9.769531 -2.410156 10.0625 -2.390625 C 10.351563 -2.367188 10.5625 -2.304688 10.6875 -2.203125 C 10.820313 -2.109375 10.851563 -1.960938 10.78125 -1.765625 C 10.707031 -1.566406 10.484375 -1.300781 10.109375 -0.96875 C 9.460938 -0.726563 8.804688 -0.5625 8.140625 -0.46875 C 7.484375 -0.382813 6.820313 -0.335938 6.15625 -0.328125 C 5.488281 -0.328125 4.820313 -0.335938 4.15625 -0.359375 C 3.488281 -0.390625 2.828125 -0.40625 2.171875 -0.40625 C 1.796875 -0.863281 1.570313 -1.210938 1.5 -1.453125 C 1.425781 -1.691406 1.453125 -1.859375 1.578125 -1.953125 C 1.710938 -2.054688 1.914063 -2.109375 2.1875 -2.109375 C 2.46875 -2.117188 2.769531 -2.109375 3.09375 -2.078125 C 3.414063 -2.054688 3.738281 -2.035156 4.0625 -2.015625 C 4.382813 -2.003906 4.65625 -2.035156 4.875 -2.109375 Z M 4.875 -2.109375 "
id="path58" />
</g>
<g
id="glyph-0-21">
<path
d="M 0.296875 -5.109375 C 0.296875 -5.367188 0.363281 -5.554688 0.5 -5.671875 C 0.632813 -5.796875 0.847656 -5.859375 1.140625 -5.859375 L 1.296875 -5.859375 C 1.316406 -5.691406 1.347656 -5.5 1.390625 -5.28125 C 1.429688 -5.070313 1.492188 -4.859375 1.578125 -4.640625 C 1.660156 -4.421875 1.753906 -4.21875 1.859375 -4.03125 C 1.972656 -3.84375 2.113281 -3.691406 2.28125 -3.578125 C 2.289063 -3.929688 2.378906 -4.269531 2.546875 -4.59375 C 2.710938 -4.925781 2.914063 -5.222656 3.15625 -5.484375 C 3.40625 -5.742188 3.675781 -5.960938 3.96875 -6.140625 C 4.269531 -6.316406 4.570313 -6.429688 4.875 -6.484375 L 5.203125 -6.484375 C 5.691406 -6.484375 6.109375 -6.375 6.453125 -6.15625 C 6.796875 -5.945313 7.078125 -5.664063 7.296875 -5.3125 C 7.523438 -4.96875 7.703125 -4.570313 7.828125 -4.125 C 7.953125 -3.675781 8.046875 -3.222656 8.109375 -2.765625 C 8.171875 -2.304688 8.207031 -1.859375 8.21875 -1.421875 C 8.238281 -0.992188 8.25 -0.628906 8.25 -0.328125 L 7.140625 -0.328125 C 7.078125 -0.941406 7.003906 -1.523438 6.921875 -2.078125 C 6.890625 -2.296875 6.847656 -2.53125 6.796875 -2.78125 C 6.742188 -3.03125 6.6875 -3.265625 6.625 -3.484375 C 6.5625 -3.703125 6.492188 -3.90625 6.421875 -4.09375 C 6.359375 -4.28125 6.28125 -4.4375 6.1875 -4.5625 C 6.144531 -4.601563 6.09375 -4.660156 6.03125 -4.734375 C 5.96875 -4.804688 5.898438 -4.875 5.828125 -4.9375 C 5.753906 -5.007813 5.6875 -5.070313 5.625 -5.125 C 5.5625 -5.175781 5.523438 -5.203125 5.515625 -5.203125 C 5.210938 -5.285156 4.953125 -5.226563 4.734375 -5.03125 C 4.515625 -4.832031 4.316406 -4.566406 4.140625 -4.234375 C 3.972656 -3.898438 3.832031 -3.519531 3.71875 -3.09375 C 3.613281 -2.664063 3.523438 -2.257813 3.453125 -1.875 C 3.390625 -1.488281 3.34375 -1.148438 3.3125 -0.859375 C 3.28125 -0.566406 3.257813 -0.390625 3.25 -0.328125 C 2.988281 -0.148438 2.75 -0.0976563 2.53125 -0.171875 C 2.3125 -0.242188 2.101563 -0.398438 1.90625 -0.640625 C 1.707031 -0.890625 1.53125 -1.195313 1.375 -1.5625 C 1.21875 -1.925781 1.070313 -2.3125 0.9375 -2.71875 C 0.8125 -3.132813 0.691406 -3.546875 0.578125 -3.953125 C 0.472656 -4.367188 0.378906 -4.753906 0.296875 -5.109375 Z M 0.296875 -5.109375 "
id="path61" />
</g>
<g
id="glyph-0-22">
<path
d="M 3.578125 -13.3125 C 3.640625 -13.5 3.726563 -13.609375 3.84375 -13.640625 C 3.957031 -13.671875 4.09375 -13.6875 4.25 -13.6875 C 4.476563 -13.6875 4.734375 -13.53125 5.015625 -13.21875 C 5.304688 -12.90625 5.601563 -12.488281 5.90625 -11.96875 C 6.21875 -11.457031 6.523438 -10.867188 6.828125 -10.203125 C 7.140625 -9.535156 7.4375 -8.84375 7.71875 -8.125 C 8.007813 -7.414063 8.28125 -6.707031 8.53125 -6 C 8.789063 -5.289063 9.015625 -4.640625 9.203125 -4.046875 C 9.390625 -3.460938 9.53125 -2.953125 9.625 -2.515625 C 9.726563 -2.078125 9.78125 -1.78125 9.78125 -1.625 C 9.78125 -1.457031 9.742188 -1.300781 9.671875 -1.15625 C 9.597656 -1.007813 9.460938 -0.9375 9.265625 -0.9375 C 9.140625 -0.9375 9.035156 -0.972656 8.953125 -1.046875 C 8.867188 -1.128906 8.796875 -1.222656 8.734375 -1.328125 C 8.671875 -1.441406 8.613281 -1.550781 8.5625 -1.65625 C 8.519531 -1.769531 8.476563 -1.867188 8.4375 -1.953125 C 8.394531 -2.066406 8.3125 -2.28125 8.1875 -2.59375 C 8.0625 -2.90625 7.925781 -3.234375 7.78125 -3.578125 C 7.644531 -3.921875 7.515625 -4.242188 7.390625 -4.546875 C 7.273438 -4.847656 7.191406 -5.066406 7.140625 -5.203125 C 6.429688 -5.328125 5.71875 -5.441406 5 -5.546875 C 4.289063 -5.648438 3.546875 -5.753906 2.765625 -5.859375 L 2.59375 -5.859375 C 2.226563 -4.285156 1.90625 -3.046875 1.625 -2.140625 C 1.351563 -1.234375 1.125 -0.585938 0.9375 -0.203125 C 0.75 0.179688 0.597656 0.34375 0.484375 0.28125 C 0.378906 0.21875 0.3125 -0.0078125 0.28125 -0.40625 C 0.25 -0.8125 0.253906 -1.347656 0.296875 -2.015625 C 0.335938 -2.679688 0.421875 -3.414063 0.546875 -4.21875 C 0.679688 -5.03125 0.835938 -5.875 1.015625 -6.75 C 1.203125 -7.625 1.421875 -8.472656 1.671875 -9.296875 C 1.929688 -10.117188 2.21875 -10.878906 2.53125 -11.578125 C 2.851563 -12.285156 3.203125 -12.863281 3.578125 -13.3125 Z M 3.21875 -7.984375 C 3.21875 -7.609375 3.335938 -7.332031 3.578125 -7.15625 C 3.816406 -6.976563 4.109375 -6.863281 4.453125 -6.8125 C 4.796875 -6.757813 5.15625 -6.738281 5.53125 -6.75 C 5.914063 -6.757813 6.242188 -6.765625 6.515625 -6.765625 C 6.515625 -7.171875 6.445313 -7.609375 6.3125 -8.078125 C 6.1875 -8.546875 6.019531 -9.007813 5.8125 -9.46875 C 5.613281 -9.9375 5.398438 -10.390625 5.171875 -10.828125 C 4.953125 -11.273438 4.742188 -11.675781 4.546875 -12.03125 C 4.441406 -11.914063 4.320313 -11.707031 4.1875 -11.40625 C 4.0625 -11.113281 3.9375 -10.78125 3.8125 -10.40625 C 3.6875 -10.039063 3.570313 -9.679688 3.46875 -9.328125 C 3.375 -8.972656 3.300781 -8.6875 3.25 -8.46875 C 3.25 -8.4375 3.242188 -8.351563 3.234375 -8.21875 C 3.222656 -8.09375 3.21875 -8.015625 3.21875 -7.984375 Z M 3.21875 -7.984375 "
id="path64" />
</g>
<g
id="glyph-0-23">
<path
d="M 0.296875 -3.078125 C 0.296875 -3.703125 0.441406 -4.285156 0.734375 -4.828125 C 1.035156 -5.367188 1.425781 -5.832031 1.90625 -6.21875 C 2.382813 -6.613281 2.921875 -6.921875 3.515625 -7.140625 C 4.117188 -7.367188 4.734375 -7.484375 5.359375 -7.484375 C 5.703125 -7.484375 6.003906 -7.367188 6.265625 -7.140625 C 6.535156 -6.921875 6.757813 -6.648438 6.9375 -6.328125 C 7.125 -6.015625 7.265625 -5.679688 7.359375 -5.328125 C 7.453125 -4.972656 7.5 -4.664063 7.5 -4.40625 C 7.5 -3.832031 7.363281 -3.28125 7.09375 -2.75 C 6.820313 -2.21875 6.46875 -1.75 6.03125 -1.34375 C 5.601563 -0.9375 5.113281 -0.601563 4.5625 -0.34375 C 4.019531 -0.09375 3.472656 0.03125 2.921875 0.03125 C 2.441406 0.03125 2.035156 -0.0507813 1.703125 -0.21875 C 1.367188 -0.382813 1.097656 -0.601563 0.890625 -0.875 C 0.691406 -1.15625 0.539063 -1.484375 0.4375 -1.859375 C 0.34375 -2.242188 0.296875 -2.648438 0.296875 -3.078125 Z M 1.59375 -2.921875 C 1.59375 -2.660156 1.613281 -2.429688 1.65625 -2.234375 C 1.707031 -2.035156 1.789063 -1.863281 1.90625 -1.71875 C 2.019531 -1.582031 2.171875 -1.476563 2.359375 -1.40625 C 2.554688 -1.332031 2.796875 -1.296875 3.078125 -1.296875 C 3.453125 -1.296875 3.828125 -1.394531 4.203125 -1.59375 C 4.578125 -1.800781 4.910156 -2.0625 5.203125 -2.375 C 5.503906 -2.695313 5.742188 -3.050781 5.921875 -3.4375 C 6.109375 -3.820313 6.203125 -4.195313 6.203125 -4.5625 C 6.203125 -4.726563 6.1875 -4.90625 6.15625 -5.09375 C 6.125 -5.289063 6.070313 -5.46875 6 -5.625 C 5.9375 -5.789063 5.835938 -5.925781 5.703125 -6.03125 C 5.566406 -6.144531 5.398438 -6.203125 5.203125 -6.203125 C 5.015625 -6.203125 4.796875 -6.140625 4.546875 -6.015625 C 4.304688 -5.898438 4.050781 -5.742188 3.78125 -5.546875 C 3.507813 -5.359375 3.242188 -5.140625 2.984375 -4.890625 C 2.734375 -4.648438 2.5 -4.410156 2.28125 -4.171875 C 2.070313 -3.929688 1.90625 -3.695313 1.78125 -3.46875 C 1.65625 -3.25 1.59375 -3.066406 1.59375 -2.921875 Z M 1.59375 -2.921875 "
id="path67" />
</g>
<g
id="glyph-0-24">
<path
d="M 2.59375 -0.65625 C 2.644531 -0.894531 2.773438 -1.09375 2.984375 -1.25 C 3.191406 -1.40625 3.425781 -1.546875 3.6875 -1.671875 C 3.957031 -1.804688 4.238281 -1.929688 4.53125 -2.046875 C 4.820313 -2.171875 5.09375 -2.296875 5.34375 -2.421875 C 5.59375 -2.554688 5.796875 -2.710938 5.953125 -2.890625 C 6.117188 -3.066406 6.203125 -3.28125 6.203125 -3.53125 C 6.203125 -3.851563 6.117188 -4.117188 5.953125 -4.328125 C 5.785156 -4.546875 5.5625 -4.726563 5.28125 -4.875 C 5.007813 -5.03125 4.695313 -5.160156 4.34375 -5.265625 C 3.988281 -5.367188 3.625 -5.472656 3.25 -5.578125 C 2.882813 -5.679688 2.523438 -5.796875 2.171875 -5.921875 C 1.816406 -6.046875 1.5 -6.203125 1.21875 -6.390625 C 0.9375 -6.585938 0.710938 -6.820313 0.546875 -7.09375 C 0.378906 -7.363281 0.296875 -7.703125 0.296875 -8.109375 C 0.296875 -8.441406 0.363281 -8.757813 0.5 -9.0625 C 0.644531 -9.363281 0.828125 -9.644531 1.046875 -9.90625 C 1.273438 -10.175781 1.539063 -10.421875 1.84375 -10.640625 C 2.144531 -10.867188 2.457031 -11.054688 2.78125 -11.203125 C 3.113281 -11.359375 3.445313 -11.476563 3.78125 -11.5625 C 4.113281 -11.644531 4.421875 -11.6875 4.703125 -11.6875 L 4.875 -11.6875 C 4.957031 -11.664063 5.070313 -11.617188 5.21875 -11.546875 C 5.375 -11.472656 5.523438 -11.398438 5.671875 -11.328125 C 5.816406 -11.265625 5.9375 -11.207031 6.03125 -11.15625 C 6.132813 -11.101563 6.1875 -11.070313 6.1875 -11.0625 L 6.1875 -10.703125 C 6 -10.679688 5.75 -10.644531 5.4375 -10.59375 C 5.132813 -10.539063 4.816406 -10.46875 4.484375 -10.375 C 4.148438 -10.28125 3.8125 -10.164063 3.46875 -10.03125 C 3.125 -9.894531 2.816406 -9.734375 2.546875 -9.546875 C 2.273438 -9.367188 2.050781 -9.160156 1.875 -8.921875 C 1.707031 -8.679688 1.625 -8.410156 1.625 -8.109375 C 1.625 -7.679688 1.773438 -7.34375 2.078125 -7.09375 C 2.378906 -6.84375 2.753906 -6.632813 3.203125 -6.46875 C 3.660156 -6.3125 4.160156 -6.171875 4.703125 -6.046875 C 5.242188 -5.921875 5.742188 -5.769531 6.203125 -5.59375 C 6.660156 -5.414063 7.039063 -5.179688 7.34375 -4.890625 C 7.644531 -4.597656 7.796875 -4.210938 7.796875 -3.734375 C 7.796875 -3.472656 7.71875 -3.195313 7.5625 -2.90625 C 7.40625 -2.613281 7.195313 -2.328125 6.9375 -2.046875 C 6.675781 -1.773438 6.382813 -1.507813 6.0625 -1.25 C 5.738281 -1 5.40625 -0.78125 5.0625 -0.59375 C 4.726563 -0.40625 4.398438 -0.253906 4.078125 -0.140625 C 3.753906 -0.0234375 3.46875 0.03125 3.21875 0.03125 C 3.132813 0.03125 3.046875 0.0195313 2.953125 0 C 2.867188 -0.0195313 2.789063 -0.0507813 2.71875 -0.09375 C 2.65625 -0.144531 2.601563 -0.210938 2.5625 -0.296875 C 2.53125 -0.390625 2.539063 -0.507813 2.59375 -0.65625 Z M 2.59375 -0.65625 "
id="path70" />
</g>
<g
id="glyph-0-25">
<path
d="M 0.75 -9.859375 C 0.75 -9.972656 0.757813 -10.113281 0.78125 -10.28125 C 0.800781 -10.445313 0.84375 -10.601563 0.90625 -10.75 C 0.976563 -10.90625 1.0625 -11.035156 1.15625 -11.140625 C 1.257813 -11.242188 1.394531 -11.296875 1.5625 -11.296875 C 1.570313 -11.296875 1.597656 -11.289063 1.640625 -11.28125 C 1.679688 -11.269531 1.707031 -11.265625 1.71875 -11.265625 C 1.882813 -10.640625 1.984375 -10.019531 2.015625 -9.40625 C 2.046875 -8.789063 2.035156 -8.191406 1.984375 -7.609375 C 1.929688 -7.023438 1.851563 -6.460938 1.75 -5.921875 C 1.65625 -5.378906 1.570313 -4.878906 1.5 -4.421875 C 1.4375 -3.972656 1.394531 -3.566406 1.375 -3.203125 C 1.363281 -2.835938 1.421875 -2.53125 1.546875 -2.28125 C 1.523438 -2.4375 1.507813 -2.628906 1.5 -2.859375 C 1.5 -3.085938 1.519531 -3.320313 1.5625 -3.5625 C 1.613281 -3.800781 1.691406 -4.039063 1.796875 -4.28125 C 1.898438 -4.53125 2.050781 -4.75 2.25 -4.9375 C 2.457031 -5.132813 2.71875 -5.285156 3.03125 -5.390625 C 3.351563 -5.503906 3.753906 -5.5625 4.234375 -5.5625 C 4.722656 -5.5625 5.144531 -5.472656 5.5 -5.296875 C 5.863281 -5.128906 6.160156 -4.894531 6.390625 -4.59375 C 6.628906 -4.300781 6.804688 -3.953125 6.921875 -3.546875 C 7.035156 -3.148438 7.09375 -2.726563 7.09375 -2.28125 C 7.09375 -2.0625 7.085938 -1.816406 7.078125 -1.546875 C 7.078125 -1.285156 7.046875 -1.039063 6.984375 -0.8125 C 6.921875 -0.582031 6.804688 -0.390625 6.640625 -0.234375 C 6.472656 -0.078125 6.226563 0 5.90625 0 C 5.90625 -0.164063 5.910156 -0.382813 5.921875 -0.65625 C 5.941406 -0.9375 5.953125 -1.234375 5.953125 -1.546875 C 5.960938 -1.859375 5.957031 -2.175781 5.9375 -2.5 C 5.914063 -2.820313 5.847656 -3.113281 5.734375 -3.375 C 5.617188 -3.632813 5.460938 -3.847656 5.265625 -4.015625 C 5.066406 -4.179688 4.796875 -4.265625 4.453125 -4.265625 C 4.335938 -4.265625 4.191406 -4.253906 4.015625 -4.234375 C 3.835938 -4.222656 3.65625 -4.175781 3.46875 -4.09375 C 3.289063 -4.007813 3.113281 -3.882813 2.9375 -3.71875 C 2.769531 -3.550781 2.632813 -3.320313 2.53125 -3.03125 C 2.425781 -2.75 2.363281 -2.390625 2.34375 -1.953125 C 2.332031 -1.515625 2.390625 -0.972656 2.515625 -0.328125 C 2.441406 -0.148438 2.351563 -0.046875 2.25 -0.015625 C 2.144531 0.015625 2.007813 0.03125 1.84375 0.03125 C 1.519531 0.03125 1.253906 -0.0820313 1.046875 -0.3125 C 0.847656 -0.539063 0.691406 -0.847656 0.578125 -1.234375 C 0.460938 -1.617188 0.382813 -2.0625 0.34375 -2.5625 C 0.3125 -3.070313 0.300781 -3.597656 0.3125 -4.140625 C 0.320313 -4.691406 0.347656 -5.253906 0.390625 -5.828125 C 0.441406 -6.398438 0.488281 -6.941406 0.53125 -7.453125 C 0.582031 -7.960938 0.628906 -8.425781 0.671875 -8.84375 C 0.722656 -9.269531 0.75 -9.609375 0.75 -9.859375 Z M 0.75 -9.859375 "
id="path73" />
</g>
<g
id="glyph-0-26">
<path
d="M 4.21875 8.0625 C 4.78125 8.0625 5.285156 7.957031 5.734375 7.75 C 6.179688 7.550781 6.554688 7.269531 6.859375 6.90625 C 7.171875 6.550781 7.410156 6.140625 7.578125 5.671875 C 7.742188 5.210938 7.828125 4.738281 7.828125 4.25 C 7.828125 4 7.8125 3.664063 7.78125 3.25 C 7.757813 2.832031 7.722656 2.378906 7.671875 1.890625 C 7.617188 1.410156 7.546875 0.914063 7.453125 0.40625 C 7.359375 -0.09375 7.238281 -0.566406 7.09375 -1.015625 C 6.957031 -1.472656 6.785156 -1.867188 6.578125 -2.203125 C 6.367188 -2.546875 6.128906 -2.785156 5.859375 -2.921875 C 5.585938 -2.722656 5.328125 -2.539063 5.078125 -2.375 C 4.828125 -2.207031 4.566406 -2.066406 4.296875 -1.953125 C 4.023438 -1.847656 3.738281 -1.757813 3.4375 -1.6875 C 3.144531 -1.625 2.832031 -1.59375 2.5 -1.59375 C 2.0625 -1.59375 1.6875 -1.628906 1.375 -1.703125 C 1.070313 -1.785156 0.816406 -1.921875 0.609375 -2.109375 C 0.398438 -2.304688 0.242188 -2.5625 0.140625 -2.875 C 0.046875 -3.195313 0 -3.59375 0 -4.0625 C 0 -4.394531 0.078125 -4.71875 0.234375 -5.03125 C 0.398438 -5.351563 0.617188 -5.65625 0.890625 -5.9375 C 1.160156 -6.21875 1.460938 -6.472656 1.796875 -6.703125 C 2.140625 -6.929688 2.488281 -7.128906 2.84375 -7.296875 C 3.195313 -7.472656 3.546875 -7.609375 3.890625 -7.703125 C 4.242188 -7.796875 4.5625 -7.84375 4.84375 -7.84375 C 5.101563 -7.84375 5.316406 -7.832031 5.484375 -7.8125 C 5.660156 -7.800781 5.804688 -7.757813 5.921875 -7.6875 C 6.046875 -7.625 6.148438 -7.523438 6.234375 -7.390625 C 6.328125 -7.253906 6.410156 -7.070313 6.484375 -6.84375 C 6.722656 -6.050781 6.992188 -5.195313 7.296875 -4.28125 C 7.597656 -3.375 7.882813 -2.441406 8.15625 -1.484375 C 8.425781 -0.523438 8.65625 0.4375 8.84375 1.40625 C 9.03125 2.382813 9.125 3.332031 9.125 4.25 C 9.125 5.050781 9.007813 5.734375 8.78125 6.296875 C 8.5625 6.859375 8.265625 7.316406 7.890625 7.671875 C 7.523438 8.035156 7.109375 8.3125 6.640625 8.5 C 6.171875 8.695313 5.695313 8.820313 5.21875 8.875 C 4.738281 8.9375 4.273438 8.953125 3.828125 8.921875 C 3.390625 8.890625 3.007813 8.828125 2.6875 8.734375 C 2.363281 8.648438 2.117188 8.550781 1.953125 8.4375 C 1.785156 8.332031 1.742188 8.238281 1.828125 8.15625 C 1.910156 8.082031 2.140625 8.03125 2.515625 8 C 2.890625 7.976563 3.457031 8 4.21875 8.0625 Z M 4.421875 -6.5625 C 3.679688 -6.40625 3.078125 -6.179688 2.609375 -5.890625 C 2.148438 -5.597656 1.804688 -5.285156 1.578125 -4.953125 C 1.359375 -4.628906 1.238281 -4.300781 1.21875 -3.96875 C 1.195313 -3.644531 1.253906 -3.367188 1.390625 -3.140625 C 1.535156 -2.910156 1.738281 -2.734375 2 -2.609375 C 2.269531 -2.492188 2.578125 -2.488281 2.921875 -2.59375 C 3.265625 -2.707031 3.628906 -2.941406 4.015625 -3.296875 C 4.410156 -3.648438 4.804688 -4.175781 5.203125 -4.875 C 5.203125 -5.039063 5.203125 -5.222656 5.203125 -5.421875 C 5.210938 -5.628906 5.195313 -5.816406 5.15625 -5.984375 C 5.113281 -6.148438 5.035156 -6.285156 4.921875 -6.390625 C 4.816406 -6.503906 4.648438 -6.5625 4.421875 -6.5625 Z M 4.421875 -6.5625 "
id="path76" />
</g>
<g
id="glyph-0-27">
<path
d="M 0.296875 -5.203125 C 0.296875 -5.546875 0.34375 -5.921875 0.4375 -6.328125 C 0.539063 -6.734375 0.675781 -7.140625 0.84375 -7.546875 C 1.019531 -7.953125 1.226563 -8.347656 1.46875 -8.734375 C 1.707031 -9.128906 1.976563 -9.472656 2.28125 -9.765625 C 2.59375 -10.066406 2.925781 -10.304688 3.28125 -10.484375 C 3.632813 -10.660156 4.007813 -10.75 4.40625 -10.75 C 4.726563 -10.75 5.03125 -10.707031 5.3125 -10.625 C 5.59375 -10.539063 5.832031 -10.410156 6.03125 -10.234375 C 6.238281 -10.066406 6.398438 -9.851563 6.515625 -9.59375 C 6.628906 -9.332031 6.6875 -9.023438 6.6875 -8.671875 C 6.46875 -8.671875 6.289063 -8.726563 6.15625 -8.84375 C 6.019531 -8.96875 5.890625 -9.097656 5.765625 -9.234375 C 5.648438 -9.378906 5.523438 -9.503906 5.390625 -9.609375 C 5.253906 -9.722656 5.082031 -9.78125 4.875 -9.78125 C 4.5625 -9.78125 4.257813 -9.695313 3.96875 -9.53125 C 3.675781 -9.375 3.40625 -9.160156 3.15625 -8.890625 C 2.914063 -8.617188 2.703125 -8.3125 2.515625 -7.96875 C 2.328125 -7.625 2.160156 -7.273438 2.015625 -6.921875 C 1.878906 -6.578125 1.773438 -6.238281 1.703125 -5.90625 C 1.628906 -5.570313 1.59375 -5.28125 1.59375 -5.03125 C 1.59375 -4.507813 1.671875 -4.015625 1.828125 -3.546875 C 1.984375 -3.085938 2.207031 -2.6875 2.5 -2.34375 C 2.789063 -2.007813 3.15625 -1.75 3.59375 -1.5625 C 4.03125 -1.375 4.523438 -1.28125 5.078125 -1.28125 C 5.429688 -1.28125 5.765625 -1.332031 6.078125 -1.4375 C 6.398438 -1.539063 6.710938 -1.65625 7.015625 -1.78125 C 7.316406 -1.90625 7.613281 -2.023438 7.90625 -2.140625 C 8.195313 -2.253906 8.488281 -2.3125 8.78125 -2.3125 C 8.820313 -2.3125 8.878906 -2.304688 8.953125 -2.296875 C 9.023438 -2.296875 9.09375 -2.285156 9.15625 -2.265625 C 9.226563 -2.242188 9.289063 -2.207031 9.34375 -2.15625 C 9.394531 -2.113281 9.421875 -2.046875 9.421875 -1.953125 C 9.421875 -1.585938 9.28125 -1.28125 9 -1.03125 C 8.71875 -0.78125 8.382813 -0.578125 8 -0.421875 C 7.625 -0.265625 7.226563 -0.148438 6.8125 -0.078125 C 6.394531 -0.00390625 6.054688 0.03125 5.796875 0.03125 C 5.023438 0.03125 4.304688 -0.09375 3.640625 -0.34375 C 2.972656 -0.59375 2.390625 -0.941406 1.890625 -1.390625 C 1.398438 -1.847656 1.007813 -2.394531 0.71875 -3.03125 C 0.4375 -3.675781 0.296875 -4.398438 0.296875 -5.203125 Z M 0.296875 -5.203125 "
id="path79" />
</g>
</g>
</defs>
<path
fill="none"
stroke-width="1.04"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 59.077741 43.52892 C 122.112514 40.93745 187.530187 40.708024 349.301535 43.52892 M 59.077741 43.52892 C 118.269629 44.300626 178.38965 43.779203 349.301535 43.52892 M 349.301535 43.52892 C 349.421462 101.490252 350.688519 161.578987 349.301535 209.372578 M 349.301535 43.52892 C 349.207679 94.690901 348.790541 146.160522 349.301535 209.372578 M 349.301535 209.372578 C 290.057504 208.778156 229.061494 208.851156 59.077741 209.372578 M 349.301535 209.372578 C 256.399678 208.361018 162.611403 207.531956 59.077741 209.372578 M 59.077741 209.372578 C 58.008825 150.681255 58.598032 90.107597 59.077741 43.52892 M 59.077741 209.372578 C 60.360441 155.050776 60.730651 101.260826 59.077741 43.52892 "
transform="matrix(0.749152, 0, 0, 0.749152, 0.374576, 0.374576)"
id="path86" />
<path
fill="none"
stroke-width="1.04"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 59.077741 84.992442 C 124.39113 86.530639 188.870243 86.457639 349.301535 84.992442 M 59.077741 84.992442 C 138.53211 84.590947 219.201393 85.028942 349.301535 84.992442 "
transform="matrix(0.749152, 0, 0, 0.749152, 0.374576, 0.374576)"
id="path88" />
<path
fill="none"
stroke-width="1.04"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 59.077741 126.450749 C 123.478641 128.937935 187.029622 129.031791 349.301535 126.450749 M 59.077741 126.450749 C 160.369286 124.870839 261.598261 124.698769 349.301535 126.450749 "
transform="matrix(0.749152, 0, 0, 0.749152, 0.374576, 0.374576)"
id="path90" />
<path
fill="none"
stroke-width="1.04"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 59.077741 167.909057 C 122.571365 166.897497 188.369678 167.14778 349.301535 167.909057 M 59.077741 167.909057 C 122.592222 169.608894 186.320487 168.811118 349.301535 167.909057 "
transform="matrix(0.749152, 0, 0, 0.749152, 0.374576, 0.374576)"
id="path92" />
<path
fill="none"
stroke-width="1.04"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 57.920183 106.72012 C 50.542054 104.96814 41.980295 105.510419 17.619434 106.761834 M 57.920183 106.72012 C 46.860811 107.298899 34.419668 107.528325 17.619434 106.761834 M 17.619434 106.761834 C 17.390008 129.991208 18.078286 153.262297 17.619434 186.57077 M 17.619434 106.761834 C 18.870848 122.487938 18.020929 140.659514 17.619434 186.57077 M 17.619434 186.57077 C 27.870601 185.590495 34.122458 187.759613 50.448198 186.638555 M 17.619434 186.57077 C 26.780828 187.332047 35.942222 185.809493 50.448198 186.638555 "
transform="matrix(0.749152, 0, 0, 0.749152, 0.374576, 0.374576)"
id="path94" />
<path
fill="none"
stroke-width="0.52"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 48.962143 182.639244 L 48.962143 182.639244 M 48.962143 182.639244 L 48.962143 182.639244 M 50.729766 186.930551 C 51.199046 186.169274 51.908181 185.397569 52.768528 184.578936 M 50.729766 186.930551 C 51.209475 186.29963 51.5119 186.018062 52.768528 184.578936 "
transform="matrix(0.749152, 0, 0, 0.749152, 0.374576, 0.374576)"
id="path96" />
<path
fill="none"
stroke-width="1.04"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 55.891849 186.648983 C 54.828147 187.342475 52.221034 189.089241 48.618005 190.262441 M 55.891849 186.648983 C 53.691446 188.020324 51.522328 188.447891 48.618005 190.262441 M 48.618005 190.262441 C 49.431424 189.349952 49.75992 187.95254 50.448198 186.638555 M 48.618005 190.262441 C 49.457495 189.021456 49.869419 187.827398 50.448198 186.638555 M 50.448198 186.638555 C 49.587851 185.220285 48.842216 183.718588 48.638862 182.999025 M 50.448198 186.638555 C 49.869419 185.392355 49.478352 184.250439 48.638862 182.999025 M 48.638862 182.999025 C 49.822491 183.249308 52.267962 183.848944 55.891849 186.648983 M 48.638862 182.999025 C 51.131261 184.709291 54.150298 185.470568 55.891849 186.648983 "
transform="matrix(0.749152, 0, 0, 0.749152, 0.374576, 0.374576)"
id="path98" />
<path
fill="none"
stroke-width="1.04"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 380.392606 43.52892 C 379.339332 43.951273 377.978419 43.101354 375.209666 43.52892 M 380.392606 43.52892 C 378.478985 43.758346 376.83129 43.617562 375.209666 43.52892 M 375.209666 43.52892 C 372.430483 43.362065 371.877776 45.849251 370.03194 53.900015 M 375.209666 43.52892 C 373.780968 41.662228 369.927655 49.0195 370.03194 53.900015 M 370.03194 53.900015 C 371.559708 57.810684 369.771228 60.688937 370.03194 74.631776 M 370.03194 53.900015 C 370.068439 59.55745 369.849442 64.078183 370.03194 74.631776 M 370.03194 74.631776 C 370.652433 82.500042 366.277697 86.932134 364.849 84.992442 M 370.03194 74.631776 C 369.609587 82.327973 367.497826 86.608852 364.849 84.992442 M 364.849 84.992442 C 363.780083 84.757802 363.018806 85.008085 362.257529 84.992442 M 364.849 84.992442 C 364.030366 84.961157 362.919736 85.03937 362.257529 84.992442 M 362.257529 84.992442 C 358.972567 85.519079 362.659025 85.800647 364.849 84.992442 M 362.257529 84.992442 C 362.86238 82.870252 359.280207 85.420008 364.849 84.992442 M 364.849 84.992442 C 365.808417 85.018513 366.538409 84.992442 367.44047 84.992442 M 364.849 84.992442 C 365.610276 85.070655 366.501909 84.888157 367.44047 84.992442 M 367.44047 84.992442 C 369.792085 86.671423 369.421875 87.390986 370.03194 95.358322 M 367.44047 84.992442 C 369.468803 86.170857 371.929918 90.118026 370.03194 95.358322 M 370.03194 95.358322 C 371.460638 102.209815 369.161164 108.039319 370.03194 116.090083 M 370.03194 95.358322 C 369.11945 103.669798 369.129879 111.068784 370.03194 116.090083 M 370.03194 116.090083 C 371.549279 121.33038 371.971632 126.101396 375.209666 126.450749 M 370.03194 116.090083 C 371.231212 122.352368 372.268843 127.11817 375.209666 126.450749 M 375.209666 126.450749 C 376.700934 126.732317 378.197417 126.570676 380.392606 126.450749 M 375.209666 126.450749 C 376.758291 126.440321 378.499842 126.570676 380.392606 126.450749 "
transform="matrix(-0.749152, 0, 0, 0.749152, 554.792377, 0.374576)"
id="path100" />
<path
fill="none"
stroke-width="1.04"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 380.392606 126.450749 C 379.042121 126.560248 378.421629 126.789674 375.209666 126.450749 M 380.392606 126.450749 C 378.927409 126.669747 377.837635 126.320394 375.209666 126.450749 M 375.209666 126.450749 C 373.160475 124.750912 370.720218 128.380013 370.03194 136.821844 M 375.209666 126.450749 C 371.601422 127.550951 370.928787 131.352121 370.03194 136.821844 M 370.03194 136.821844 C 371.189498 141.35822 368.952595 147.677861 370.03194 157.54839 M 370.03194 136.821844 C 370.688932 140.899368 369.171593 146.989584 370.03194 157.54839 M 370.03194 157.54839 C 369.192449 165.828581 368.858739 165.990222 364.849 167.909057 M 370.03194 157.54839 C 370.250937 162.929471 366.089985 167.982056 364.849 167.909057 M 364.849 167.909057 C 364.129436 167.909057 362.820666 168.159339 362.257529 167.909057 M 364.849 167.909057 C 363.832226 167.841272 362.940593 167.8517 362.257529 167.909057 M 362.257529 167.909057 C 359.082066 166.068435 360.411694 167.189493 364.849 167.909057 M 362.257529 167.909057 C 362.372242 168.159339 359.128994 166.047578 364.849 167.909057 M 364.849 167.909057 C 365.678061 168.138482 366.381982 167.95077 367.44047 167.909057 M 364.849 167.909057 C 365.349565 167.961199 365.808417 167.872557 367.44047 167.909057 M 367.44047 167.909057 C 368.170461 169.588037 369.880727 171.021949 370.03194 178.280151 M 367.44047 167.909057 C 371.220783 169.322112 370.589862 173.008569 370.03194 178.280151 M 370.03194 178.280151 C 371.001786 183.729017 369.129879 190.679579 370.03194 199.011912 M 370.03194 178.280151 C 369.161164 185.329784 369.719086 193.052052 370.03194 199.011912 M 370.03194 199.011912 C 368.561528 206.457826 372.331413 208.371447 375.209666 209.372578 M 370.03194 199.011912 C 372.112416 205.08127 371.361567 211.07763 375.209666 209.372578 M 375.209666 209.372578 C 376.961645 209.19008 377.357927 209.899215 380.392606 209.372578 M 375.209666 209.372578 C 377.279713 209.518576 378.838767 209.680217 380.392606 209.372578 "
transform="matrix(-0.749152, 0, 0, 0.749152, 554.792377, 0.374576)"
id="path102" />
<g
fill="#000000"
fill-opacity="1"
id="g132">
<use
xlink:href="#glyph-0-1"
x="292.73819"
y="69.884445"
id="use104" />
<use
xlink:href="#glyph-0-2"
x="300.21497"
y="69.884445"
id="use106" />
<use
xlink:href="#glyph-0-3"
x="309.633"
y="69.884445"
id="use108" />
<use
xlink:href="#glyph-0-4"
x="317.38275"
y="69.884445"
id="use110" />
<use
xlink:href="#glyph-0-5"
x="327.13443"
y="69.884445"
id="use112" />
<use
xlink:href="#glyph-0-6"
x="334.12592"
y="69.884445"
id="use114" />
<use
xlink:href="#glyph-0-5"
x="337.70505"
y="69.884445"
id="use116" />
<use
xlink:href="#glyph-0-7"
x="344.69653"
y="69.884445"
id="use118" />
<use
xlink:href="#glyph-0-8"
x="349.89844"
y="69.884445"
id="use120" />
<use
xlink:href="#glyph-0-9"
x="360.60556"
y="69.884445"
id="use122" />
<use
xlink:href="#glyph-0-10"
x="364.18469"
y="69.884445"
id="use124" />
<use
xlink:href="#glyph-0-11"
x="371.6615"
y="69.884445"
id="use126" />
<use
xlink:href="#glyph-0-12"
x="380.12405"
y="69.884445"
id="use128" />
<use
xlink:href="#glyph-0-13"
x="388.58664"
y="69.884445"
id="use130" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g136">
<use
xlink:href="#glyph-0-5"
x="394.10703"
y="69.884445"
id="use134" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g172">
<use
xlink:href="#glyph-0-1"
x="292.73819"
y="132.00395"
id="use138" />
<use
xlink:href="#glyph-0-2"
x="300.21497"
y="132.00395"
id="use140" />
<use
xlink:href="#glyph-0-3"
x="309.633"
y="132.00395"
id="use142" />
<use
xlink:href="#glyph-0-4"
x="317.38275"
y="132.00395"
id="use144" />
<use
xlink:href="#glyph-0-5"
x="327.13443"
y="132.00395"
id="use146" />
<use
xlink:href="#glyph-0-14"
x="334.12592"
y="132.00395"
id="use148" />
<use
xlink:href="#glyph-0-5"
x="344.19604"
y="132.00395"
id="use150" />
<use
xlink:href="#glyph-0-7"
x="351.18753"
y="132.00395"
id="use152" />
<use
xlink:href="#glyph-0-15"
x="356.38943"
y="132.00395"
id="use154" />
<use
xlink:href="#glyph-0-2"
x="364.5032"
y="132.00395"
id="use156" />
<use
xlink:href="#glyph-0-3"
x="373.9212"
y="132.00395"
id="use158" />
<use
xlink:href="#glyph-0-9"
x="381.67099"
y="132.00395"
id="use160" />
<use
xlink:href="#glyph-0-2"
x="385.25012"
y="132.00395"
id="use162" />
<use
xlink:href="#glyph-0-16"
x="394.66815"
y="132.00395"
id="use164" />
<use
xlink:href="#glyph-0-17"
x="404.08618"
y="132.00395"
id="use166" />
<use
xlink:href="#glyph-0-11"
x="407.63501"
y="132.00395"
id="use168" />
<use
xlink:href="#glyph-0-13"
x="416.09756"
y="132.00395"
id="use170" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g176">
<use
xlink:href="#glyph-0-5"
x="421.61188"
y="132.00395"
id="use174" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g190">
<use
xlink:href="#glyph-0-18"
x="53.578075"
y="85.414322"
id="use178" />
<use
xlink:href="#glyph-0-8"
x="63.329746"
y="85.414322"
id="use180" />
<use
xlink:href="#glyph-0-8"
x="74.036865"
y="85.414322"
id="use182" />
<use
xlink:href="#glyph-0-19"
x="84.743988"
y="85.414322"
id="use184" />
<use
xlink:href="#glyph-0-11"
x="92.220772"
y="85.414322"
id="use186" />
<use
xlink:href="#glyph-0-4"
x="100.68334"
y="85.414322"
id="use188" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g228">
<use
xlink:href="#glyph-0-20"
x="53.578075"
y="115.69758"
id="use192" />
<use
xlink:href="#glyph-0-21"
x="65.270981"
y="115.69758"
id="use194" />
<use
xlink:href="#glyph-0-12"
x="74.052032"
y="115.69758"
id="use196" />
<use
xlink:href="#glyph-0-11"
x="82.514603"
y="115.69758"
id="use198" />
<use
xlink:href="#glyph-0-10"
x="90.977173"
y="115.69758"
id="use200" />
<use
xlink:href="#glyph-0-11"
x="98.453957"
y="115.69758"
id="use202" />
<use
xlink:href="#glyph-0-12"
x="106.91653"
y="115.69758"
id="use204" />
<use
xlink:href="#glyph-0-22"
x="115.3791"
y="115.69758"
id="use206" />
<use
xlink:href="#glyph-0-4"
x="125.78291"
y="115.69758"
id="use208" />
<use
xlink:href="#glyph-0-4"
x="135.53458"
y="115.69758"
id="use210" />
<use
xlink:href="#glyph-0-11"
x="145.28624"
y="115.69758"
id="use212" />
<use
xlink:href="#glyph-0-19"
x="153.74881"
y="115.69758"
id="use214" />
<use
xlink:href="#glyph-0-4"
x="161.2256"
y="115.69758"
id="use216" />
<use
xlink:href="#glyph-0-2"
x="170.97726"
y="115.69758"
id="use218" />
<use
xlink:href="#glyph-0-4"
x="180.39529"
y="115.69758"
id="use220" />
<use
xlink:href="#glyph-0-9"
x="190.14696"
y="115.69758"
id="use222" />
<use
xlink:href="#glyph-0-23"
x="193.7261"
y="115.69758"
id="use224" />
<use
xlink:href="#glyph-0-21"
x="201.52138"
y="115.69758"
id="use226" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g284">
<use
xlink:href="#glyph-0-22"
x="45.813137"
y="25.624296"
id="use230" />
<use
xlink:href="#glyph-0-4"
x="56.216942"
y="25.624296"
id="use232" />
<use
xlink:href="#glyph-0-4"
x="65.968613"
y="25.624296"
id="use234" />
<use
xlink:href="#glyph-0-11"
x="75.720284"
y="25.624296"
id="use236" />
<use
xlink:href="#glyph-0-19"
x="84.182854"
y="25.624296"
id="use238" />
<use
xlink:href="#glyph-0-4"
x="91.659637"
y="25.624296"
id="use240" />
<use
xlink:href="#glyph-0-11"
x="101.41131"
y="25.624296"
id="use242" />
<use
xlink:href="#glyph-0-3"
x="109.87388"
y="25.624296"
id="use244" />
<use
xlink:href="#glyph-0-24"
x="117.62365"
y="25.624296"
id="use246" />
<use
xlink:href="#glyph-0-17"
x="125.7374"
y="25.624296"
id="use248" />
<use
xlink:href="#glyph-0-2"
x="129.28622"
y="25.624296"
id="use250" />
<use
xlink:href="#glyph-0-19"
x="138.70424"
y="25.624296"
id="use252" />
<use
xlink:href="#glyph-0-25"
x="146.18103"
y="25.624296"
id="use254" />
<use
xlink:href="#glyph-0-9"
x="153.58199"
y="25.624296"
id="use256" />
<use
xlink:href="#glyph-0-21"
x="157.16113"
y="25.624296"
id="use258" />
<use
xlink:href="#glyph-0-26"
x="165.94218"
y="25.624296"
id="use260" />
<use
xlink:href="#glyph-0-7"
x="174.72325"
y="25.624296"
id="use262" />
<use
xlink:href="#glyph-0-27"
x="179.92514"
y="25.624296"
id="use264" />
<use
xlink:href="#glyph-0-23"
x="189.67682"
y="25.624296"
id="use266" />
<use
xlink:href="#glyph-0-21"
x="197.47209"
y="25.624296"
id="use268" />
<use
xlink:href="#glyph-0-4"
x="206.25314"
y="25.624296"
id="use270" />
<use
xlink:href="#glyph-0-2"
x="216.00481"
y="25.624296"
id="use272" />
<use
xlink:href="#glyph-0-9"
x="225.42284"
y="25.624296"
id="use274" />
<use
xlink:href="#glyph-0-21"
x="229.00198"
y="25.624296"
id="use276" />
<use
xlink:href="#glyph-0-11"
x="237.78304"
y="25.624296"
id="use278" />
<use
xlink:href="#glyph-0-3"
x="246.24561"
y="25.624296"
id="use280" />
<use
xlink:href="#glyph-0-13"
x="253.99538"
y="25.624296"
id="use282" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g298">
<use
xlink:href="#glyph-0-18"
x="53.578075"
y="54.354568"
id="use286" />
<use
xlink:href="#glyph-0-8"
x="63.329746"
y="54.354568"
id="use288" />
<use
xlink:href="#glyph-0-8"
x="74.036865"
y="54.354568"
id="use290" />
<use
xlink:href="#glyph-0-19"
x="84.743988"
y="54.354568"
id="use292" />
<use
xlink:href="#glyph-0-11"
x="92.220772"
y="54.354568"
id="use294" />
<use
xlink:href="#glyph-0-4"
x="100.68334"
y="54.354568"
id="use296" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g336">
<use
xlink:href="#glyph-0-20"
x="53.578075"
y="146.75734"
id="use300" />
<use
xlink:href="#glyph-0-21"
x="65.270981"
y="146.75734"
id="use302" />
<use
xlink:href="#glyph-0-12"
x="74.052032"
y="146.75734"
id="use304" />
<use
xlink:href="#glyph-0-11"
x="82.514603"
y="146.75734"
id="use306" />
<use
xlink:href="#glyph-0-10"
x="90.977173"
y="146.75734"
id="use308" />
<use
xlink:href="#glyph-0-11"
x="98.453957"
y="146.75734"
id="use310" />
<use
xlink:href="#glyph-0-12"
x="106.91653"
y="146.75734"
id="use312" />
<use
xlink:href="#glyph-0-22"
x="115.3791"
y="146.75734"
id="use314" />
<use
xlink:href="#glyph-0-4"
x="125.78291"
y="146.75734"
id="use316" />
<use
xlink:href="#glyph-0-4"
x="135.53458"
y="146.75734"
id="use318" />
<use
xlink:href="#glyph-0-11"
x="145.28624"
y="146.75734"
id="use320" />
<use
xlink:href="#glyph-0-19"
x="153.74881"
y="146.75734"
id="use322" />
<use
xlink:href="#glyph-0-4"
x="161.2256"
y="146.75734"
id="use324" />
<use
xlink:href="#glyph-0-2"
x="170.97726"
y="146.75734"
id="use326" />
<use
xlink:href="#glyph-0-4"
x="180.39529"
y="146.75734"
id="use328" />
<use
xlink:href="#glyph-0-9"
x="190.14696"
y="146.75734"
id="use330" />
<use
xlink:href="#glyph-0-23"
x="193.7261"
y="146.75734"
id="use332" />
<use
xlink:href="#glyph-0-21"
x="201.52138"
y="146.75734"
id="use334" />
</g>
<path
fill="none"
stroke-width="1.04"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 59.077741 63.269978 C 51.798682 62.060278 47.622088 63.968685 38.351195 63.228265 M 59.077741 63.269978 C 51.251189 63.760116 44.582194 63.989542 38.351195 63.228265 M 38.351195 63.228265 C 38.929974 83.18832 36.990282 107.340613 38.351195 146.150093 M 38.351195 63.228265 C 38.231267 82.859824 39.237613 103.122304 38.351195 146.150093 M 38.351195 146.150093 C 41.641371 146.20745 43.867845 145.477458 51.318973 146.181379 M 38.351195 146.150093 C 41.438016 146.598517 44.092057 146.139665 51.318973 146.181379 "
transform="matrix(0.749152, 0, 0, 0.749152, 0.374576, 0.374576)"
id="path338" />
<path
fill="none"
stroke-width="0.52"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 49.822491 142.192496 L 49.822491 142.192496 M 49.822491 142.192496 L 49.822491 142.192496 M 51.590113 146.468161 C 52.210606 145.607814 52.45046 145.36796 53.628875 144.132188 M 51.590113 146.468161 C 52.002037 145.832026 52.638172 145.279318 53.628875 144.132188 "
transform="matrix(0.749152, 0, 0, 0.749152, 0.374576, 0.374576)"
id="path340" />
<path
fill="none"
stroke-width="1.04"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 56.757411 146.191807 C 55.271356 147.099082 53.09181 147.469292 49.48878 149.789623 M 56.757411 146.191807 C 54.948074 147.411936 52.888455 147.990715 49.48878 149.789623 M 49.48878 149.789623 C 49.978917 148.778063 50.302199 147.568363 51.318973 146.181379 M 49.48878 149.789623 C 50.140558 148.407853 50.818408 146.937441 51.318973 146.181379 M 51.318973 146.181379 C 50.708909 145.258461 50.239629 144.59104 49.509637 142.541849 M 51.318973 146.181379 C 50.661981 145.049892 49.822491 143.67855 49.509637 142.541849 M 49.509637 142.541849 C 52.768528 144.231258 55.761494 145.440959 56.757411 146.191807 M 49.509637 142.541849 C 51.788254 143.798478 54.520508 144.700539 56.757411 146.191807 "
transform="matrix(0.749152, 0, 0, 0.749152, 0.374576, 0.374576)"
id="path342" />
</svg>

After

Width:  |  Height:  |  Size: 84 KiB

View File

@@ -0,0 +1,740 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="433.91998pt"
height="168pt"
viewBox="0 0 433.91998 168"
version="1.1"
id="svg292"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs96">
<g
id="g94">
<g
id="glyph-0-0" />
<g
id="glyph-0-1">
<path
d="M 0.15625 -12 C 0.15625 -12.3125 0.210938 -12.566406 0.328125 -12.765625 C 0.441406 -12.972656 0.597656 -13.140625 0.796875 -13.265625 C 1.003906 -13.390625 1.234375 -13.484375 1.484375 -13.546875 C 1.734375 -13.609375 1.988281 -13.648438 2.25 -13.671875 C 2.519531 -13.691406 2.78125 -13.695313 3.03125 -13.6875 C 3.289063 -13.6875 3.523438 -13.6875 3.734375 -13.6875 C 4.148438 -13.6875 4.566406 -13.644531 4.984375 -13.5625 C 5.398438 -13.488281 5.765625 -13.347656 6.078125 -13.140625 C 6.398438 -12.941406 6.660156 -12.671875 6.859375 -12.328125 C 7.066406 -11.992188 7.171875 -11.570313 7.171875 -11.0625 C 7.171875 -10.625 7.082031 -10.179688 6.90625 -9.734375 C 6.726563 -9.296875 6.5 -8.875 6.21875 -8.46875 C 5.9375 -8.070313 5.617188 -7.707031 5.265625 -7.375 C 4.910156 -7.050781 4.554688 -6.769531 4.203125 -6.53125 C 3.859375 -6.300781 3.523438 -6.117188 3.203125 -5.984375 C 2.890625 -5.859375 2.625 -5.8125 2.40625 -5.84375 C 2.289063 -5.445313 2.21875 -5.023438 2.1875 -4.578125 C 2.164063 -4.128906 2.160156 -3.6875 2.171875 -3.25 C 2.179688 -2.820313 2.195313 -2.410156 2.21875 -2.015625 C 2.238281 -1.628906 2.21875 -1.296875 2.15625 -1.015625 C 2.101563 -0.742188 2 -0.539063 1.84375 -0.40625 C 1.695313 -0.269531 1.46875 -0.222656 1.15625 -0.265625 C 1.0625 -0.984375 0.988281 -1.710938 0.9375 -2.453125 C 0.894531 -3.191406 0.859375 -3.925781 0.828125 -4.65625 C 0.804688 -5.382813 0.78125 -6.09375 0.75 -6.78125 C 0.726563 -7.476563 0.691406 -8.140625 0.640625 -8.765625 C 0.597656 -9.398438 0.535156 -9.988281 0.453125 -10.53125 C 0.367188 -11.082031 0.269531 -11.570313 0.15625 -12 Z M 3.90625 -12.390625 C 3.75 -12.390625 3.554688 -12.382813 3.328125 -12.375 C 3.109375 -12.363281 2.894531 -12.328125 2.6875 -12.265625 C 2.488281 -12.210938 2.316406 -12.117188 2.171875 -11.984375 C 2.023438 -11.847656 1.953125 -11.65625 1.953125 -11.40625 L 1.953125 -7.421875 C 2.367188 -7.421875 2.8125 -7.53125 3.28125 -7.75 C 3.75 -7.976563 4.171875 -8.265625 4.546875 -8.609375 C 4.929688 -8.953125 5.25 -9.34375 5.5 -9.78125 C 5.757813 -10.21875 5.890625 -10.644531 5.890625 -11.0625 C 5.890625 -11.375 5.832031 -11.617188 5.71875 -11.796875 C 5.601563 -11.972656 5.453125 -12.101563 5.265625 -12.1875 C 5.078125 -12.28125 4.863281 -12.335938 4.625 -12.359375 C 4.394531 -12.378906 4.15625 -12.390625 3.90625 -12.390625 Z M 3.90625 -12.390625 "
id="path3" />
</g>
<g
id="glyph-0-2">
<path
d="M 6.828125 -1.953125 C 6.441406 -1.691406 6.109375 -1.457031 5.828125 -1.25 C 5.554688 -1.039063 5.285156 -0.863281 5.015625 -0.71875 C 4.753906 -0.582031 4.472656 -0.476563 4.171875 -0.40625 C 3.878906 -0.332031 3.515625 -0.296875 3.078125 -0.296875 C 2.140625 -0.296875 1.441406 -0.546875 0.984375 -1.046875 C 0.523438 -1.554688 0.296875 -2.304688 0.296875 -3.296875 C 0.296875 -3.679688 0.347656 -4.078125 0.453125 -4.484375 C 0.554688 -4.898438 0.707031 -5.3125 0.90625 -5.71875 C 1.101563 -6.132813 1.335938 -6.523438 1.609375 -6.890625 C 1.878906 -7.265625 2.1875 -7.59375 2.53125 -7.875 C 2.875 -8.164063 3.238281 -8.394531 3.625 -8.5625 C 4.019531 -8.726563 4.4375 -8.8125 4.875 -8.8125 C 5.601563 -8.738281 6.175781 -8.554688 6.59375 -8.265625 C 7.007813 -7.972656 7.320313 -7.601563 7.53125 -7.15625 C 7.738281 -6.707031 7.882813 -6.207031 7.96875 -5.65625 C 8.050781 -5.101563 8.113281 -4.53125 8.15625 -3.9375 C 8.207031 -3.351563 8.265625 -2.769531 8.328125 -2.1875 C 8.398438 -1.601563 8.550781 -1.0625 8.78125 -0.5625 C 8.644531 -0.226563 8.519531 0.00390625 8.40625 0.140625 C 8.289063 0.273438 8.160156 0.296875 8.015625 0.203125 C 7.867188 0.117188 7.703125 -0.0976563 7.515625 -0.453125 C 7.328125 -0.804688 7.097656 -1.304688 6.828125 -1.953125 Z M 1.59375 -3.265625 C 1.59375 -2.691406 1.703125 -2.269531 1.921875 -2 C 2.140625 -1.726563 2.523438 -1.59375 3.078125 -1.59375 C 3.492188 -1.59375 3.890625 -1.664063 4.265625 -1.8125 C 4.648438 -1.957031 4.984375 -2.160156 5.265625 -2.421875 C 5.546875 -2.679688 5.769531 -2.992188 5.9375 -3.359375 C 6.113281 -3.722656 6.203125 -4.125 6.203125 -4.5625 C 6.203125 -4.75 6.207031 -5.003906 6.21875 -5.328125 C 6.226563 -5.660156 6.207031 -5.988281 6.15625 -6.3125 C 6.113281 -6.632813 6.019531 -6.914063 5.875 -7.15625 C 5.726563 -7.394531 5.515625 -7.515625 5.234375 -7.515625 C 4.710938 -7.515625 4.226563 -7.378906 3.78125 -7.109375 C 3.332031 -6.835938 2.945313 -6.492188 2.625 -6.078125 C 2.300781 -5.671875 2.046875 -5.21875 1.859375 -4.71875 C 1.679688 -4.21875 1.59375 -3.734375 1.59375 -3.265625 Z M 1.59375 -3.265625 "
id="path6" />
</g>
<g
id="glyph-0-3">
<path
d="M 0.296875 -6.375 C 0.296875 -6.46875 0.300781 -6.5625 0.3125 -6.65625 C 0.320313 -6.75 0.34375 -6.832031 0.375 -6.90625 C 0.40625 -6.988281 0.453125 -7.054688 0.515625 -7.109375 C 0.585938 -7.160156 0.679688 -7.1875 0.796875 -7.1875 C 0.898438 -7.1875 1.015625 -7.101563 1.140625 -6.9375 C 1.273438 -6.78125 1.40625 -6.582031 1.53125 -6.34375 C 1.664063 -6.113281 1.796875 -5.851563 1.921875 -5.5625 C 2.046875 -5.28125 2.15625 -5.019531 2.25 -4.78125 C 2.351563 -4.550781 2.429688 -4.347656 2.484375 -4.171875 C 2.546875 -4.003906 2.582031 -3.914063 2.59375 -3.90625 C 2.726563 -4.257813 2.875 -4.640625 3.03125 -5.046875 C 3.195313 -5.460938 3.398438 -5.847656 3.640625 -6.203125 C 3.878906 -6.566406 4.160156 -6.867188 4.484375 -7.109375 C 4.816406 -7.359375 5.21875 -7.484375 5.6875 -7.484375 C 5.9375 -7.484375 6.164063 -7.441406 6.375 -7.359375 C 6.59375 -7.285156 6.785156 -7.175781 6.953125 -7.03125 C 7.128906 -6.882813 7.265625 -6.707031 7.359375 -6.5 C 7.460938 -6.300781 7.515625 -6.070313 7.515625 -5.8125 C 7.515625 -5.59375 7.425781 -5.4375 7.25 -5.34375 C 7.070313 -5.25 6.875 -5.203125 6.65625 -5.203125 L 6.5 -5.203125 L 5.84375 -5.859375 C 5.820313 -5.859375 5.804688 -5.863281 5.796875 -5.875 C 5.773438 -5.875 5.753906 -5.875 5.734375 -5.875 C 5.722656 -5.882813 5.707031 -5.890625 5.6875 -5.890625 C 5.332031 -5.890625 5.054688 -5.789063 4.859375 -5.59375 C 4.660156 -5.394531 4.507813 -5.148438 4.40625 -4.859375 C 4.3125 -4.578125 4.25 -4.273438 4.21875 -3.953125 C 4.195313 -3.640625 4.1875 -3.347656 4.1875 -3.078125 C 4.1875 -2.878906 4.207031 -2.675781 4.25 -2.46875 C 4.289063 -2.257813 4.335938 -2.054688 4.390625 -1.859375 C 4.441406 -1.660156 4.484375 -1.457031 4.515625 -1.25 C 4.554688 -1.039063 4.578125 -0.828125 4.578125 -0.609375 C 4.578125 -0.179688 4.351563 0.03125 3.90625 0.03125 C 3.644531 0.03125 3.378906 -0.101563 3.109375 -0.375 C 2.835938 -0.644531 2.566406 -0.984375 2.296875 -1.390625 C 2.023438 -1.804688 1.769531 -2.265625 1.53125 -2.765625 C 1.289063 -3.265625 1.078125 -3.753906 0.890625 -4.234375 C 0.710938 -4.710938 0.566406 -5.144531 0.453125 -5.53125 C 0.347656 -5.914063 0.296875 -6.195313 0.296875 -6.375 Z M 0.296875 -6.375 "
id="path9" />
</g>
<g
id="glyph-0-4">
<path
d="M -0.03125 -7.65625 C -0.03125 -7.6875 -0.0234375 -7.710938 -0.015625 -7.734375 C -0.015625 -7.753906 -0.0078125 -7.773438 0 -7.796875 C 0.0390625 -7.847656 0.0976563 -7.914063 0.171875 -8 C 0.253906 -8.082031 0.304688 -8.125 0.328125 -8.125 L 3.390625 -8.125 C 3.390625 -8.238281 3.375 -8.414063 3.34375 -8.65625 C 3.3125 -8.894531 3.28125 -9.160156 3.25 -9.453125 C 3.226563 -9.753906 3.222656 -10.0625 3.234375 -10.375 C 3.242188 -10.695313 3.285156 -10.984375 3.359375 -11.234375 C 3.441406 -11.492188 3.566406 -11.707031 3.734375 -11.875 C 3.898438 -12.039063 4.132813 -12.125 4.4375 -12.125 C 4.4375 -11.101563 4.503906 -10.285156 4.640625 -9.671875 C 4.785156 -9.054688 4.976563 -8.582031 5.21875 -8.25 C 5.457031 -7.914063 5.726563 -7.695313 6.03125 -7.59375 C 6.332031 -7.488281 6.640625 -7.441406 6.953125 -7.453125 C 7.273438 -7.472656 7.585938 -7.523438 7.890625 -7.609375 C 8.191406 -7.691406 8.460938 -7.742188 8.703125 -7.765625 C 8.941406 -7.796875 9.128906 -7.773438 9.265625 -7.703125 C 9.410156 -7.628906 9.484375 -7.453125 9.484375 -7.171875 C 9.484375 -6.953125 9.4375 -6.796875 9.34375 -6.703125 C 9.25 -6.617188 9.066406 -6.550781 8.796875 -6.5 C 8.710938 -6.488281 8.578125 -6.46875 8.390625 -6.4375 C 8.203125 -6.414063 7.988281 -6.394531 7.75 -6.375 C 7.519531 -6.351563 7.273438 -6.328125 7.015625 -6.296875 C 6.753906 -6.273438 6.503906 -6.253906 6.265625 -6.234375 C 6.035156 -6.210938 5.820313 -6.195313 5.625 -6.1875 C 5.4375 -6.1875 5.296875 -6.1875 5.203125 -6.1875 C 5.203125 -6.144531 5.195313 -6.0625 5.1875 -5.9375 C 5.175781 -5.8125 5.171875 -5.726563 5.171875 -5.6875 C 5.171875 -5.25 5.242188 -4.816406 5.390625 -4.390625 C 5.535156 -3.972656 5.691406 -3.554688 5.859375 -3.140625 C 6.023438 -2.722656 6.175781 -2.304688 6.3125 -1.890625 C 6.457031 -1.484375 6.53125 -1.054688 6.53125 -0.609375 C 6.53125 -0.523438 6.519531 -0.441406 6.5 -0.359375 C 6.488281 -0.273438 6.457031 -0.195313 6.40625 -0.125 C 6.363281 -0.0625 6.300781 -0.015625 6.21875 0.015625 C 6.132813 0.0546875 6.015625 0.0507813 5.859375 0 C 5.472656 -0.101563 5.1875 -0.320313 5 -0.65625 C 4.8125 -0.988281 4.671875 -1.382813 4.578125 -1.84375 C 4.492188 -2.300781 4.4375 -2.785156 4.40625 -3.296875 C 4.375 -3.816406 4.320313 -4.300781 4.25 -4.75 C 4.1875 -5.207031 4.082031 -5.59375 3.9375 -5.90625 C 3.800781 -6.226563 3.578125 -6.425781 3.265625 -6.5 L 0.328125 -7.171875 C 0.285156 -7.171875 0.222656 -7.210938 0.140625 -7.296875 C 0.0664063 -7.378906 0.0195313 -7.441406 0 -7.484375 C -0.0078125 -7.503906 -0.015625 -7.53125 -0.015625 -7.5625 C -0.0234375 -7.582031 -0.03125 -7.613281 -0.03125 -7.65625 Z M -0.03125 -7.65625 "
id="path12" />
</g>
<g
id="glyph-0-5" />
<g
id="glyph-0-6">
<path
d="M 0.296875 -9.765625 C 0.296875 -9.890625 0.296875 -10.082031 0.296875 -10.34375 C 0.296875 -10.601563 0.320313 -10.863281 0.375 -11.125 C 0.425781 -11.382813 0.507813 -11.609375 0.625 -11.796875 C 0.738281 -11.984375 0.910156 -12.078125 1.140625 -12.078125 C 1.273438 -12.078125 1.382813 -11.960938 1.46875 -11.734375 C 1.550781 -11.515625 1.617188 -11.234375 1.671875 -10.890625 C 1.734375 -10.554688 1.773438 -10.179688 1.796875 -9.765625 C 1.828125 -9.359375 1.847656 -8.972656 1.859375 -8.609375 C 1.867188 -8.242188 1.878906 -7.925781 1.890625 -7.65625 C 1.898438 -7.382813 1.914063 -7.222656 1.9375 -7.171875 C 1.96875 -7.003906 2.023438 -6.757813 2.109375 -6.4375 C 2.203125 -6.113281 2.296875 -5.742188 2.390625 -5.328125 C 2.492188 -4.921875 2.609375 -4.492188 2.734375 -4.046875 C 2.859375 -3.609375 2.972656 -3.1875 3.078125 -2.78125 C 3.179688 -2.375 3.273438 -2.007813 3.359375 -1.6875 C 3.453125 -1.363281 3.523438 -1.128906 3.578125 -0.984375 C 3.578125 -0.960938 3.582031 -0.929688 3.59375 -0.890625 C 3.601563 -0.847656 3.609375 -0.816406 3.609375 -0.796875 C 3.609375 -0.691406 3.570313 -0.601563 3.5 -0.53125 C 3.425781 -0.46875 3.332031 -0.414063 3.21875 -0.375 C 3.113281 -0.34375 3.003906 -0.320313 2.890625 -0.3125 C 2.785156 -0.300781 2.6875 -0.296875 2.59375 -0.296875 C 2.550781 -0.296875 2.492188 -0.300781 2.421875 -0.3125 C 2.347656 -0.320313 2.300781 -0.328125 2.28125 -0.328125 C 2.0625 -1.035156 1.832031 -1.78125 1.59375 -2.5625 C 1.363281 -3.351563 1.148438 -4.148438 0.953125 -4.953125 C 0.765625 -5.765625 0.609375 -6.578125 0.484375 -7.390625 C 0.359375 -8.210938 0.296875 -9.003906 0.296875 -9.765625 Z M 0.296875 -9.765625 "
id="path16" />
</g>
<g
id="glyph-0-7">
<path
d="M 0.296875 -6.109375 C 0.296875 -6.285156 0.316406 -6.53125 0.359375 -6.84375 C 0.398438 -7.15625 0.460938 -7.492188 0.546875 -7.859375 C 0.640625 -8.234375 0.753906 -8.613281 0.890625 -9 C 1.023438 -9.382813 1.179688 -9.726563 1.359375 -10.03125 C 1.546875 -10.34375 1.753906 -10.597656 1.984375 -10.796875 C 2.222656 -10.992188 2.488281 -11.09375 2.78125 -11.09375 C 2.789063 -11.09375 2.800781 -11.085938 2.8125 -11.078125 C 2.820313 -11.078125 2.835938 -11.078125 2.859375 -11.078125 C 2.878906 -11.066406 2.90625 -11.0625 2.9375 -11.0625 C 2.957031 -11.050781 3.003906 -11.03125 3.078125 -11 C 3.160156 -10.976563 3.234375 -10.945313 3.296875 -10.90625 C 3.367188 -10.875 3.429688 -10.835938 3.484375 -10.796875 C 3.535156 -10.765625 3.566406 -10.738281 3.578125 -10.71875 C 3.578125 -10.707031 3.582031 -10.691406 3.59375 -10.671875 C 3.59375 -10.648438 3.59375 -10.628906 3.59375 -10.609375 C 3.601563 -10.597656 3.609375 -10.585938 3.609375 -10.578125 C 3.609375 -10.222656 3.5 -9.875 3.28125 -9.53125 C 3.070313 -9.1875 2.84375 -8.832031 2.59375 -8.46875 C 2.351563 -8.101563 2.125 -7.71875 1.90625 -7.3125 C 1.695313 -6.90625 1.59375 -6.472656 1.59375 -6.015625 C 1.59375 -5.390625 1.675781 -4.832031 1.84375 -4.34375 C 2.019531 -3.863281 2.25 -3.421875 2.53125 -3.015625 C 2.820313 -2.609375 3.164063 -2.21875 3.5625 -1.84375 C 3.96875 -1.46875 4.40625 -1.070313 4.875 -0.65625 C 4.875 -0.632813 4.878906 -0.601563 4.890625 -0.5625 C 4.898438 -0.53125 4.90625 -0.503906 4.90625 -0.484375 C 4.90625 -0.296875 4.832031 -0.160156 4.6875 -0.078125 C 4.550781 -0.00390625 4.394531 0.03125 4.21875 0.03125 C 3.757813 0.03125 3.34375 -0.0703125 2.96875 -0.28125 C 2.601563 -0.488281 2.273438 -0.757813 1.984375 -1.09375 C 1.703125 -1.425781 1.453125 -1.804688 1.234375 -2.234375 C 1.015625 -2.671875 0.835938 -3.113281 0.703125 -3.5625 C 0.566406 -4.019531 0.460938 -4.46875 0.390625 -4.90625 C 0.328125 -5.351563 0.296875 -5.753906 0.296875 -6.109375 Z M 0.296875 -6.109375 "
id="path19" />
</g>
<g
id="glyph-0-8">
<path
d="M 6.484375 1.40625 C 6.273438 1.007813 6.039063 0.519531 5.78125 -0.0625 C 5.519531 -0.65625 5.25 -1.273438 4.96875 -1.921875 C 4.695313 -2.566406 4.410156 -3.195313 4.109375 -3.8125 C 3.816406 -4.425781 3.519531 -4.960938 3.21875 -5.421875 C 3.09375 -5.515625 2.925781 -5.570313 2.71875 -5.59375 C 2.507813 -5.613281 2.285156 -5.617188 2.046875 -5.609375 C 1.816406 -5.609375 1.585938 -5.613281 1.359375 -5.625 C 1.128906 -5.632813 0.929688 -5.6875 0.765625 -5.78125 C 0.597656 -5.875 0.472656 -6.015625 0.390625 -6.203125 C 0.304688 -6.398438 0.289063 -6.679688 0.34375 -7.046875 L 2.90625 -7.046875 C 2.945313 -7.609375 3.03125 -8.164063 3.15625 -8.71875 C 3.28125 -9.28125 3.445313 -9.8125 3.65625 -10.3125 C 3.863281 -10.820313 4.113281 -11.296875 4.40625 -11.734375 C 4.695313 -12.171875 5.050781 -12.546875 5.46875 -12.859375 C 5.882813 -13.171875 6.363281 -13.414063 6.90625 -13.59375 C 7.445313 -13.78125 8.0625 -13.875 8.75 -13.875 C 8.988281 -13.875 9.226563 -13.816406 9.46875 -13.703125 C 9.71875 -13.585938 9.9375 -13.429688 10.125 -13.234375 C 10.320313 -13.046875 10.476563 -12.828125 10.59375 -12.578125 C 10.707031 -12.335938 10.765625 -12.097656 10.765625 -11.859375 C 10.566406 -11.859375 10.390625 -11.894531 10.234375 -11.96875 C 10.085938 -12.039063 9.941406 -12.125 9.796875 -12.21875 C 9.660156 -12.320313 9.507813 -12.414063 9.34375 -12.5 C 9.1875 -12.582031 9.007813 -12.625 8.8125 -12.625 C 8.195313 -12.625 7.628906 -12.503906 7.109375 -12.265625 C 6.585938 -12.023438 6.128906 -11.703125 5.734375 -11.296875 C 5.347656 -10.890625 5.046875 -10.414063 4.828125 -9.875 C 4.609375 -9.34375 4.5 -8.78125 4.5 -8.1875 C 4.5 -8.144531 4.5 -8.066406 4.5 -7.953125 C 4.507813 -7.847656 4.515625 -7.734375 4.515625 -7.609375 C 4.515625 -7.492188 4.515625 -7.378906 4.515625 -7.265625 C 4.523438 -7.160156 4.53125 -7.085938 4.53125 -7.046875 C 4.90625 -6.921875 5.320313 -6.828125 5.78125 -6.765625 C 6.25 -6.710938 6.71875 -6.675781 7.1875 -6.65625 C 7.65625 -6.644531 8.109375 -6.648438 8.546875 -6.671875 C 8.992188 -6.691406 9.390625 -6.710938 9.734375 -6.734375 C 9.765625 -6.710938 9.816406 -6.660156 9.890625 -6.578125 C 9.972656 -6.492188 10.019531 -6.429688 10.03125 -6.390625 C 10.03125 -6.359375 10.035156 -6.335938 10.046875 -6.328125 C 10.066406 -6.265625 10.078125 -6.234375 10.078125 -6.234375 C 10.078125 -6.023438 9.960938 -5.859375 9.734375 -5.734375 C 9.515625 -5.617188 9.234375 -5.53125 8.890625 -5.46875 C 8.546875 -5.414063 8.164063 -5.378906 7.75 -5.359375 C 7.332031 -5.335938 6.925781 -5.316406 6.53125 -5.296875 C 6.144531 -5.285156 5.796875 -5.265625 5.484375 -5.234375 C 5.179688 -5.210938 4.96875 -5.164063 4.84375 -5.09375 C 4.976563 -4.488281 5.210938 -3.898438 5.546875 -3.328125 C 5.890625 -2.765625 6.238281 -2.203125 6.59375 -1.640625 C 6.945313 -1.078125 7.257813 -0.507813 7.53125 0.0625 C 7.800781 0.644531 7.9375 1.242188 7.9375 1.859375 C 7.894531 1.859375 7.800781 1.859375 7.65625 1.859375 C 7.507813 1.867188 7.351563 1.863281 7.1875 1.84375 C 7.03125 1.820313 6.878906 1.773438 6.734375 1.703125 C 6.585938 1.640625 6.503906 1.539063 6.484375 1.40625 Z M 6.484375 1.40625 "
id="path22" />
</g>
<g
id="glyph-0-9">
<path
d="M 0.9375 -5.6875 C 0.9375 -5.75 0.9375 -5.847656 0.9375 -5.984375 C 0.945313 -6.117188 0.953125 -6.265625 0.953125 -6.421875 C 0.960938 -6.578125 0.96875 -6.722656 0.96875 -6.859375 C 0.976563 -7.003906 0.984375 -7.109375 0.984375 -7.171875 C 1.097656 -7.328125 1.242188 -7.457031 1.421875 -7.5625 C 1.597656 -7.664063 1.773438 -7.742188 1.953125 -7.796875 C 1.984375 -7.253906 2.066406 -6.671875 2.203125 -6.046875 C 2.347656 -5.429688 2.503906 -4.8125 2.671875 -4.1875 C 2.835938 -3.570313 2.984375 -2.957031 3.109375 -2.34375 C 3.234375 -1.738281 3.296875 -1.175781 3.296875 -0.65625 C 3.296875 -0.195313 3.0625 0.03125 2.59375 0.03125 C 2.3125 0.03125 2.070313 -0.0820313 1.875 -0.3125 C 1.6875 -0.550781 1.535156 -0.847656 1.421875 -1.203125 C 1.304688 -1.566406 1.210938 -1.96875 1.140625 -2.40625 C 1.066406 -2.84375 1.015625 -3.273438 0.984375 -3.703125 C 0.960938 -4.128906 0.945313 -4.519531 0.9375 -4.875 C 0.9375 -5.226563 0.9375 -5.5 0.9375 -5.6875 Z M 1.15625 -11.390625 C 1.34375 -11.304688 1.503906 -11.171875 1.640625 -10.984375 C 1.773438 -10.804688 1.832031 -10.644531 1.8125 -10.5 C 1.800781 -10.351563 1.6875 -10.25 1.46875 -10.1875 C 1.257813 -10.132813 0.90625 -10.195313 0.40625 -10.375 C 0.40625 -10.644531 0.457031 -10.878906 0.5625 -11.078125 C 0.675781 -11.285156 0.875 -11.390625 1.15625 -11.390625 Z M 1.15625 -11.390625 "
id="path25" />
</g>
<g
id="glyph-0-10">
<path
d="M 0 -7.171875 C -0.0078125 -7.179688 -0.015625 -7.195313 -0.015625 -7.21875 C -0.0234375 -7.226563 -0.03125 -7.257813 -0.03125 -7.3125 C -0.03125 -7.507813 0.046875 -7.644531 0.203125 -7.71875 C 0.367188 -7.789063 0.53125 -7.828125 0.6875 -7.828125 C 0.707031 -7.828125 0.726563 -7.820313 0.75 -7.8125 C 0.78125 -7.8125 0.8125 -7.8125 0.84375 -7.8125 C 0.875 -7.800781 0.921875 -7.796875 0.984375 -7.796875 L 3.109375 -6.015625 C 3.472656 -6.535156 3.769531 -6.941406 4 -7.234375 C 4.226563 -7.535156 4.40625 -7.753906 4.53125 -7.890625 C 4.664063 -8.023438 4.765625 -8.101563 4.828125 -8.125 C 4.898438 -8.15625 4.953125 -8.171875 4.984375 -8.171875 C 5.054688 -8.171875 5.132813 -8.171875 5.21875 -8.171875 C 5.300781 -8.171875 5.390625 -8.160156 5.484375 -8.140625 C 5.578125 -8.128906 5.65625 -8.097656 5.71875 -8.046875 C 5.78125 -7.992188 5.828125 -7.910156 5.859375 -7.796875 C 5.691406 -7.628906 5.53125 -7.457031 5.375 -7.28125 C 5.21875 -7.113281 5.070313 -6.929688 4.9375 -6.734375 C 4.8125 -6.535156 4.691406 -6.3125 4.578125 -6.0625 C 4.460938 -5.820313 4.34375 -5.550781 4.21875 -5.25 C 4.414063 -5.113281 4.65625 -4.914063 4.9375 -4.65625 C 5.226563 -4.394531 5.519531 -4.109375 5.8125 -3.796875 C 6.113281 -3.492188 6.40625 -3.179688 6.6875 -2.859375 C 6.976563 -2.546875 7.21875 -2.242188 7.40625 -1.953125 C 7.59375 -1.671875 7.710938 -1.425781 7.765625 -1.21875 C 7.816406 -1.019531 7.78125 -0.890625 7.65625 -0.828125 C 7.507813 -0.648438 7.410156 -0.515625 7.359375 -0.421875 C 7.304688 -0.335938 7.253906 -0.3125 7.203125 -0.34375 C 7.148438 -0.375 7.078125 -0.46875 6.984375 -0.625 C 6.890625 -0.789063 6.722656 -1.023438 6.484375 -1.328125 C 6.253906 -1.628906 5.929688 -2.003906 5.515625 -2.453125 C 5.097656 -2.910156 4.546875 -3.453125 3.859375 -4.078125 L 3.734375 -0.328125 C 3.734375 -0.316406 3.710938 -0.296875 3.671875 -0.265625 C 3.628906 -0.242188 3.585938 -0.210938 3.546875 -0.171875 C 3.503906 -0.140625 3.457031 -0.109375 3.40625 -0.078125 C 3.351563 -0.046875 3.304688 -0.0195313 3.265625 0 L 2.9375 0 C 2.882813 -0.0390625 2.8125 -0.0976563 2.71875 -0.171875 C 2.632813 -0.253906 2.59375 -0.304688 2.59375 -0.328125 L 2.59375 -4.5625 Z M 0 -7.171875 "
id="path28" />
</g>
<g
id="glyph-0-11">
<path
d="M 0.296875 -4.21875 C 0.296875 -4.769531 0.363281 -5.316406 0.5 -5.859375 C 0.632813 -6.410156 0.84375 -6.898438 1.125 -7.328125 C 1.414063 -7.765625 1.789063 -8.117188 2.25 -8.390625 C 2.71875 -8.671875 3.28125 -8.8125 3.9375 -8.8125 C 4.3125 -8.8125 4.640625 -8.738281 4.921875 -8.59375 C 5.203125 -8.457031 5.4375 -8.28125 5.625 -8.0625 C 5.820313 -7.84375 5.96875 -7.582031 6.0625 -7.28125 C 6.15625 -6.976563 6.203125 -6.664063 6.203125 -6.34375 C 6.203125 -5.832031 6.082031 -5.332031 5.84375 -4.84375 C 5.613281 -4.351563 5.296875 -3.921875 4.890625 -3.546875 C 4.492188 -3.179688 4.035156 -2.90625 3.515625 -2.71875 C 3.003906 -2.53125 2.476563 -2.488281 1.9375 -2.59375 C 1.945313 -2.300781 2.046875 -2.066406 2.234375 -1.890625 C 2.421875 -1.710938 2.644531 -1.578125 2.90625 -1.484375 C 3.175781 -1.390625 3.453125 -1.332031 3.734375 -1.3125 C 4.015625 -1.289063 4.269531 -1.28125 4.5 -1.28125 C 4.726563 -1.28125 4.941406 -1.296875 5.140625 -1.328125 C 5.347656 -1.367188 5.550781 -1.414063 5.75 -1.46875 C 5.957031 -1.519531 6.164063 -1.566406 6.375 -1.609375 C 6.582031 -1.648438 6.800781 -1.671875 7.03125 -1.671875 C 7.125 -1.671875 7.210938 -1.664063 7.296875 -1.65625 C 7.390625 -1.644531 7.476563 -1.617188 7.5625 -1.578125 C 7.644531 -1.546875 7.707031 -1.492188 7.75 -1.421875 C 7.800781 -1.347656 7.828125 -1.253906 7.828125 -1.140625 C 7.828125 -0.941406 7.753906 -0.78125 7.609375 -0.65625 C 7.472656 -0.53125 7.296875 -0.421875 7.078125 -0.328125 C 6.859375 -0.242188 6.617188 -0.175781 6.359375 -0.125 C 6.097656 -0.0820313 5.84375 -0.046875 5.59375 -0.015625 C 5.34375 0.00390625 5.113281 0.015625 4.90625 0.015625 C 4.695313 0.0234375 4.546875 0.03125 4.453125 0.03125 C 3.804688 0.03125 3.222656 -0.0703125 2.703125 -0.28125 C 2.179688 -0.488281 1.742188 -0.773438 1.390625 -1.140625 C 1.035156 -1.515625 0.765625 -1.960938 0.578125 -2.484375 C 0.390625 -3.003906 0.296875 -3.582031 0.296875 -4.21875 Z M 1.90625 -5.203125 C 1.90625 -4.847656 1.953125 -4.585938 2.046875 -4.421875 C 2.148438 -4.265625 2.390625 -4.1875 2.765625 -4.1875 C 3.023438 -4.1875 3.28125 -4.234375 3.53125 -4.328125 C 3.789063 -4.429688 4.023438 -4.566406 4.234375 -4.734375 C 4.441406 -4.910156 4.601563 -5.113281 4.71875 -5.34375 C 4.84375 -5.570313 4.90625 -5.828125 4.90625 -6.109375 C 4.90625 -6.253906 4.890625 -6.40625 4.859375 -6.5625 C 4.835938 -6.726563 4.785156 -6.878906 4.703125 -7.015625 C 4.617188 -7.160156 4.515625 -7.273438 4.390625 -7.359375 C 4.265625 -7.441406 4.101563 -7.484375 3.90625 -7.484375 C 3.601563 -7.484375 3.328125 -7.414063 3.078125 -7.28125 C 2.828125 -7.144531 2.613281 -6.96875 2.4375 -6.75 C 2.269531 -6.53125 2.140625 -6.285156 2.046875 -6.015625 C 1.953125 -5.753906 1.90625 -5.484375 1.90625 -5.203125 Z M 1.90625 -5.203125 "
id="path31" />
</g>
<g
id="glyph-0-12">
<path
d="M -0.03125 -1.796875 C -0.03125 -2.378906 0.113281 -2.894531 0.40625 -3.34375 C 0.695313 -3.800781 1.0625 -4.203125 1.5 -4.546875 C 1.9375 -4.890625 2.40625 -5.175781 2.90625 -5.40625 C 3.414063 -5.644531 3.890625 -5.84375 4.328125 -6 C 4.765625 -6.15625 5.128906 -6.28125 5.421875 -6.375 C 5.710938 -6.476563 5.859375 -6.5625 5.859375 -6.625 C 5.859375 -6.976563 5.835938 -7.320313 5.796875 -7.65625 C 5.765625 -8 5.726563 -8.34375 5.6875 -8.6875 C 5.644531 -9.03125 5.609375 -9.367188 5.578125 -9.703125 C 5.546875 -10.046875 5.53125 -10.382813 5.53125 -10.71875 L 5.53125 -11.703125 C 5.945313 -11.859375 6.242188 -11.84375 6.421875 -11.65625 C 6.597656 -11.476563 6.625 -11.164063 6.5 -10.71875 C 6.539063 -10.5 6.59375 -10.148438 6.65625 -9.671875 C 6.726563 -9.191406 6.804688 -8.65625 6.890625 -8.0625 C 6.984375 -7.46875 7.078125 -6.835938 7.171875 -6.171875 C 7.265625 -5.515625 7.351563 -4.882813 7.4375 -4.28125 C 7.53125 -3.6875 7.609375 -3.148438 7.671875 -2.671875 C 7.734375 -2.203125 7.773438 -1.851563 7.796875 -1.625 C 7.804688 -1.570313 7.816406 -1.472656 7.828125 -1.328125 C 7.835938 -1.179688 7.84375 -1.023438 7.84375 -0.859375 C 7.851563 -0.691406 7.859375 -0.535156 7.859375 -0.390625 C 7.867188 -0.253906 7.875 -0.15625 7.875 -0.09375 C 7.488281 -0.09375 7.226563 -0.109375 7.09375 -0.140625 C 6.957031 -0.171875 6.867188 -0.226563 6.828125 -0.3125 C 6.796875 -0.40625 6.78125 -0.535156 6.78125 -0.703125 C 6.78125 -0.878906 6.734375 -1.117188 6.640625 -1.421875 C 6.265625 -1.128906 5.910156 -0.882813 5.578125 -0.6875 C 5.242188 -0.5 4.90625 -0.347656 4.5625 -0.234375 C 4.226563 -0.117188 3.890625 -0.0390625 3.546875 0 C 3.210938 0.0507813 2.851563 0.078125 2.46875 0.078125 C 2.144531 0.078125 1.832031 0.0507813 1.53125 0 C 1.238281 -0.0625 0.972656 -0.160156 0.734375 -0.296875 C 0.503906 -0.441406 0.316406 -0.632813 0.171875 -0.875 C 0.0351563 -1.125 -0.03125 -1.429688 -0.03125 -1.796875 Z M 1.296875 -2.109375 C 1.296875 -1.953125 1.328125 -1.820313 1.390625 -1.71875 C 1.460938 -1.613281 1.554688 -1.523438 1.671875 -1.453125 C 1.785156 -1.378906 1.90625 -1.332031 2.03125 -1.3125 C 2.15625 -1.289063 2.28125 -1.28125 2.40625 -1.28125 C 2.757813 -1.28125 3.140625 -1.347656 3.546875 -1.484375 C 3.953125 -1.617188 4.328125 -1.804688 4.671875 -2.046875 C 5.023438 -2.296875 5.316406 -2.59375 5.546875 -2.9375 C 5.773438 -3.289063 5.890625 -3.664063 5.890625 -4.0625 C 5.890625 -4.382813 5.832031 -4.601563 5.71875 -4.71875 C 5.613281 -4.84375 5.40625 -4.90625 5.09375 -4.90625 C 4.757813 -4.90625 4.378906 -4.828125 3.953125 -4.671875 C 3.523438 -4.523438 3.109375 -4.320313 2.703125 -4.0625 C 2.304688 -3.8125 1.972656 -3.515625 1.703125 -3.171875 C 1.429688 -2.835938 1.296875 -2.484375 1.296875 -2.109375 Z M 1.296875 -2.109375 "
id="path34" />
</g>
<g
id="glyph-0-13">
<path
d="M 1.90625 -0.65625 C 1.90625 -1.070313 1.992188 -1.460938 2.171875 -1.828125 C 2.347656 -2.191406 2.539063 -2.554688 2.75 -2.921875 C 2.957031 -3.296875 3.148438 -3.679688 3.328125 -4.078125 C 3.515625 -4.472656 3.609375 -4.90625 3.609375 -5.375 C 3.609375 -5.789063 3.546875 -6.160156 3.421875 -6.484375 C 3.304688 -6.804688 3.148438 -7.09375 2.953125 -7.34375 C 2.753906 -7.601563 2.523438 -7.835938 2.265625 -8.046875 C 2.015625 -8.253906 1.753906 -8.460938 1.484375 -8.671875 C 1.222656 -8.878906 0.960938 -9.09375 0.703125 -9.3125 C 0.441406 -9.539063 0.207031 -9.796875 0 -10.078125 C 0.03125 -10.179688 0.0703125 -10.257813 0.125 -10.3125 C 0.1875 -10.363281 0.253906 -10.398438 0.328125 -10.421875 C 0.410156 -10.441406 0.492188 -10.453125 0.578125 -10.453125 C 0.660156 -10.453125 0.734375 -10.453125 0.796875 -10.453125 C 1.453125 -10.453125 2.03125 -10.28125 2.53125 -9.9375 C 3.039063 -9.601563 3.46875 -9.175781 3.8125 -8.65625 C 4.164063 -8.132813 4.4375 -7.566406 4.625 -6.953125 C 4.8125 -6.347656 4.90625 -5.765625 4.90625 -5.203125 C 4.90625 -4.984375 4.882813 -4.703125 4.84375 -4.359375 C 4.800781 -4.023438 4.738281 -3.660156 4.65625 -3.265625 C 4.570313 -2.878906 4.460938 -2.488281 4.328125 -2.09375 C 4.191406 -1.707031 4.03125 -1.359375 3.84375 -1.046875 C 3.664063 -0.734375 3.457031 -0.472656 3.21875 -0.265625 C 2.988281 -0.0664063 2.722656 0.03125 2.421875 0.03125 C 2.242188 0.03125 2.113281 -0.0390625 2.03125 -0.1875 C 1.945313 -0.332031 1.90625 -0.488281 1.90625 -0.65625 Z M 1.90625 -0.65625 "
id="path37" />
</g>
<g
id="glyph-0-14">
<path
d="M 3.21875 -1.46875 C 3.21875 -2.03125 3.269531 -2.582031 3.375 -3.125 C 3.476563 -3.664063 3.597656 -4.207031 3.734375 -4.75 C 3.867188 -5.300781 3.988281 -5.851563 4.09375 -6.40625 C 4.195313 -6.96875 4.25 -7.539063 4.25 -8.125 C 4.25 -8.207031 4.242188 -8.34375 4.234375 -8.53125 C 4.234375 -8.71875 4.234375 -8.910156 4.234375 -9.109375 C 4.234375 -9.304688 4.226563 -9.5 4.21875 -9.6875 C 4.21875 -9.875 4.21875 -10.003906 4.21875 -10.078125 C 4.195313 -10.117188 4.144531 -10.179688 4.0625 -10.265625 C 3.988281 -10.347656 3.9375 -10.398438 3.90625 -10.421875 L 3.734375 -10.421875 C 3.398438 -10.421875 3.117188 -10.34375 2.890625 -10.1875 C 2.671875 -10.039063 2.484375 -9.863281 2.328125 -9.65625 C 2.171875 -9.445313 2.023438 -9.210938 1.890625 -8.953125 C 1.765625 -8.691406 1.625 -8.453125 1.46875 -8.234375 C 1.3125 -8.023438 1.132813 -7.847656 0.9375 -7.703125 C 0.738281 -7.554688 0.492188 -7.484375 0.203125 -7.484375 C 0.203125 -8.023438 0.289063 -8.550781 0.46875 -9.0625 C 0.65625 -9.570313 0.914063 -10.023438 1.25 -10.421875 C 1.59375 -10.816406 2 -11.132813 2.46875 -11.375 C 2.9375 -11.625 3.453125 -11.75 4.015625 -11.75 C 4.265625 -11.75 4.460938 -11.738281 4.609375 -11.71875 C 4.765625 -11.695313 4.894531 -11.648438 5 -11.578125 C 5.113281 -11.515625 5.207031 -11.410156 5.28125 -11.265625 C 5.351563 -11.128906 5.4375 -10.945313 5.53125 -10.71875 C 5.53125 -10.632813 5.53125 -10.488281 5.53125 -10.28125 C 5.53125 -10.070313 5.53125 -9.847656 5.53125 -9.609375 C 5.539063 -9.367188 5.546875 -9.140625 5.546875 -8.921875 C 5.554688 -8.703125 5.5625 -8.550781 5.5625 -8.46875 C 5.5625 -7.9375 5.53125 -7.410156 5.46875 -6.890625 C 5.40625 -6.378906 5.328125 -5.867188 5.234375 -5.359375 C 5.148438 -4.847656 5.078125 -4.335938 5.015625 -3.828125 C 4.960938 -3.316406 4.9375 -2.800781 4.9375 -2.28125 L 5.203125 -2.28125 L 8.796875 -3.90625 C 8.804688 -3.90625 8.828125 -3.90625 8.859375 -3.90625 C 8.890625 -3.914063 8.929688 -3.921875 8.984375 -3.921875 C 9.035156 -3.921875 9.082031 -3.921875 9.125 -3.921875 C 9.175781 -3.929688 9.210938 -3.9375 9.234375 -3.9375 C 9.328125 -3.9375 9.421875 -3.929688 9.515625 -3.921875 C 9.617188 -3.910156 9.710938 -3.890625 9.796875 -3.859375 C 9.878906 -3.828125 9.953125 -3.773438 10.015625 -3.703125 C 10.078125 -3.628906 10.109375 -3.535156 10.109375 -3.421875 C 10.109375 -3.203125 10.039063 -3.03125 9.90625 -2.90625 C 9.78125 -2.789063 9.628906 -2.695313 9.453125 -2.625 C 9.273438 -2.550781 9.09375 -2.488281 8.90625 -2.4375 C 8.71875 -2.394531 8.5625 -2.34375 8.4375 -2.28125 C 8.351563 -2.226563 8.210938 -2.148438 8.015625 -2.046875 C 7.816406 -1.941406 7.582031 -1.828125 7.3125 -1.703125 C 7.050781 -1.578125 6.78125 -1.441406 6.5 -1.296875 C 6.21875 -1.160156 5.945313 -1.023438 5.6875 -0.890625 C 5.4375 -0.765625 5.207031 -0.648438 5 -0.546875 C 4.800781 -0.441406 4.65625 -0.367188 4.5625 -0.328125 C 4.539063 -0.328125 4.503906 -0.320313 4.453125 -0.3125 C 4.410156 -0.3125 4.359375 -0.3125 4.296875 -0.3125 C 4.242188 -0.3125 4.191406 -0.304688 4.140625 -0.296875 C 4.097656 -0.296875 4.066406 -0.296875 4.046875 -0.296875 C 3.847656 -0.296875 3.691406 -0.316406 3.578125 -0.359375 C 3.460938 -0.410156 3.378906 -0.484375 3.328125 -0.578125 C 3.273438 -0.679688 3.242188 -0.800781 3.234375 -0.9375 C 3.222656 -1.082031 3.21875 -1.257813 3.21875 -1.46875 Z M 3.21875 -1.46875 "
id="path40" />
</g>
<g
id="glyph-0-15">
<path
d="M 0.21875 -7.90625 C 0.28125 -8.15625 0.359375 -8.269531 0.453125 -8.25 C 0.554688 -8.226563 0.675781 -8.109375 0.8125 -7.890625 C 0.957031 -7.679688 1.117188 -7.398438 1.296875 -7.046875 C 1.472656 -6.691406 1.660156 -6.304688 1.859375 -5.890625 C 2.066406 -5.484375 2.289063 -5.066406 2.53125 -4.640625 C 2.769531 -4.222656 3.015625 -3.835938 3.265625 -3.484375 C 3.523438 -3.128906 3.800781 -2.832031 4.09375 -2.59375 C 4.382813 -2.363281 4.679688 -2.226563 4.984375 -2.1875 L 6.1875 -8.46875 C 6.207031 -8.644531 6.285156 -8.742188 6.421875 -8.765625 C 6.566406 -8.796875 6.703125 -8.8125 6.828125 -8.8125 C 7.285156 -8.8125 7.515625 -8.597656 7.515625 -8.171875 C 7.515625 -7.941406 7.492188 -7.582031 7.453125 -7.09375 C 7.410156 -6.613281 7.34375 -6.082031 7.25 -5.5 C 7.164063 -4.914063 7.054688 -4.316406 6.921875 -3.703125 C 6.785156 -3.097656 6.625 -2.539063 6.4375 -2.03125 C 6.257813 -1.53125 6.050781 -1.113281 5.8125 -0.78125 C 5.582031 -0.457031 5.328125 -0.296875 5.046875 -0.296875 C 4.628906 -0.296875 4.21875 -0.4375 3.8125 -0.71875 C 3.40625 -1 3.019531 -1.363281 2.65625 -1.8125 C 2.300781 -2.257813 1.972656 -2.757813 1.671875 -3.3125 C 1.378906 -3.875 1.125 -4.4375 0.90625 -5 C 0.6875 -5.5625 0.515625 -6.097656 0.390625 -6.609375 C 0.273438 -7.128906 0.21875 -7.5625 0.21875 -7.90625 Z M 0.21875 -7.90625 "
id="path43" />
</g>
<g
id="glyph-0-16">
<path
d="M 2.59375 -0.65625 C 2.28125 -1.5625 1.984375 -2.410156 1.703125 -3.203125 C 1.429688 -4.003906 1.191406 -4.785156 0.984375 -5.546875 C 0.773438 -6.316406 0.609375 -7.09375 0.484375 -7.875 C 0.359375 -8.664063 0.296875 -9.515625 0.296875 -10.421875 C 0.296875 -10.484375 0.296875 -10.609375 0.296875 -10.796875 C 0.304688 -10.984375 0.3125 -11.175781 0.3125 -11.375 C 0.3125 -11.582031 0.3125 -11.78125 0.3125 -11.96875 C 0.320313 -12.15625 0.328125 -12.285156 0.328125 -12.359375 C 0.421875 -12.554688 0.582031 -12.738281 0.8125 -12.90625 C 1.039063 -13.082031 1.269531 -13.171875 1.5 -13.171875 C 1.5 -12.429688 1.507813 -11.632813 1.53125 -10.78125 C 1.550781 -9.9375 1.613281 -9.09375 1.71875 -8.25 C 1.820313 -7.414063 1.992188 -6.59375 2.234375 -5.78125 C 2.472656 -4.976563 2.8125 -4.242188 3.25 -3.578125 C 3.257813 -3.828125 3.269531 -4.097656 3.28125 -4.390625 C 3.289063 -4.679688 3.316406 -4.972656 3.359375 -5.265625 C 3.410156 -5.554688 3.484375 -5.835938 3.578125 -6.109375 C 3.679688 -6.390625 3.832031 -6.632813 4.03125 -6.84375 C 4.226563 -7.0625 4.484375 -7.226563 4.796875 -7.34375 C 5.117188 -7.46875 5.523438 -7.523438 6.015625 -7.515625 C 6.453125 -7.515625 6.84375 -7.429688 7.1875 -7.265625 C 7.539063 -7.109375 7.832031 -6.890625 8.0625 -6.609375 C 8.300781 -6.328125 8.484375 -6.003906 8.609375 -5.640625 C 8.742188 -5.273438 8.8125 -4.882813 8.8125 -4.46875 C 8.8125 -3.90625 8.671875 -3.351563 8.390625 -2.8125 C 8.117188 -2.28125 7.757813 -1.800781 7.3125 -1.375 C 6.863281 -0.957031 6.359375 -0.617188 5.796875 -0.359375 C 5.242188 -0.0976563 4.675781 0.03125 4.09375 0.03125 C 3.800781 0.03125 3.519531 -0.0195313 3.25 -0.125 C 2.976563 -0.226563 2.757813 -0.40625 2.59375 -0.65625 Z M 6.1875 -6.1875 C 5.988281 -6.082031 5.773438 -5.953125 5.546875 -5.796875 C 5.328125 -5.648438 5.125 -5.414063 4.9375 -5.09375 C 4.75 -4.769531 4.585938 -4.332031 4.453125 -3.78125 C 4.328125 -3.238281 4.25 -2.519531 4.21875 -1.625 C 4.238281 -1.625 4.289063 -1.617188 4.375 -1.609375 C 4.46875 -1.597656 4.53125 -1.59375 4.5625 -1.59375 C 4.832031 -1.59375 5.140625 -1.675781 5.484375 -1.84375 C 5.835938 -2.019531 6.175781 -2.234375 6.5 -2.484375 C 6.832031 -2.742188 7.117188 -3.023438 7.359375 -3.328125 C 7.609375 -3.640625 7.753906 -3.9375 7.796875 -4.21875 C 7.828125 -4.394531 7.789063 -4.59375 7.6875 -4.8125 C 7.59375 -5.03125 7.460938 -5.242188 7.296875 -5.453125 C 7.128906 -5.660156 6.945313 -5.832031 6.75 -5.96875 C 6.550781 -6.113281 6.363281 -6.1875 6.1875 -6.1875 Z M 6.1875 -6.1875 "
id="path46" />
</g>
<g
id="glyph-0-17">
<path
d="M 0.671875 -8.59375 C 0.671875 -8.882813 0.648438 -9.171875 0.609375 -9.453125 C 0.566406 -9.734375 0.554688 -9.976563 0.578125 -10.1875 C 0.597656 -10.40625 0.675781 -10.582031 0.8125 -10.71875 C 0.945313 -10.851563 1.195313 -10.921875 1.5625 -10.921875 C 1.675781 -10.679688 1.785156 -10.320313 1.890625 -9.84375 C 1.992188 -9.375 2.097656 -8.828125 2.203125 -8.203125 C 2.304688 -7.585938 2.398438 -6.914063 2.484375 -6.1875 C 2.578125 -5.46875 2.660156 -4.742188 2.734375 -4.015625 C 2.816406 -3.296875 2.882813 -2.582031 2.9375 -1.875 C 2.988281 -1.164063 3.03125 -0.523438 3.0625 0.046875 C 2.726563 0.265625 2.457031 0.273438 2.25 0.078125 C 2.050781 -0.109375 1.882813 -0.429688 1.75 -0.890625 C 1.625 -1.347656 1.523438 -1.90625 1.453125 -2.5625 C 1.378906 -3.226563 1.3125 -3.914063 1.25 -4.625 C 1.1875 -5.34375 1.109375 -6.046875 1.015625 -6.734375 C 0.921875 -7.429688 0.804688 -8.050781 0.671875 -8.59375 Z M 0.671875 -8.59375 "
id="path49" />
</g>
<g
id="glyph-0-18">
<path
d="M 0 -4.21875 C 0 -4.738281 0.0664063 -5.265625 0.203125 -5.796875 C 0.335938 -6.328125 0.53125 -6.832031 0.78125 -7.3125 C 1.03125 -7.800781 1.332031 -8.253906 1.6875 -8.671875 C 2.039063 -9.097656 2.429688 -9.460938 2.859375 -9.765625 C 3.285156 -10.078125 3.753906 -10.320313 4.265625 -10.5 C 4.773438 -10.675781 5.304688 -10.765625 5.859375 -10.765625 C 6.421875 -10.765625 6.90625 -10.65625 7.3125 -10.4375 C 7.71875 -10.21875 8.054688 -9.925781 8.328125 -9.5625 C 8.609375 -9.195313 8.8125 -8.78125 8.9375 -8.3125 C 9.070313 -7.84375 9.140625 -7.363281 9.140625 -6.875 C 9.140625 -6.03125 9.007813 -5.191406 8.75 -4.359375 C 8.5 -3.535156 8.125 -2.796875 7.625 -2.140625 C 7.132813 -1.492188 6.519531 -0.96875 5.78125 -0.5625 C 5.050781 -0.164063 4.210938 0.03125 3.265625 0.03125 C 2.691406 0.03125 2.203125 -0.0976563 1.796875 -0.359375 C 1.390625 -0.617188 1.050781 -0.953125 0.78125 -1.359375 C 0.507813 -1.765625 0.3125 -2.21875 0.1875 -2.71875 C 0.0625 -3.226563 0 -3.726563 0 -4.21875 Z M 1.296875 -3.890625 C 1.296875 -3.617188 1.335938 -3.328125 1.421875 -3.015625 C 1.515625 -2.710938 1.640625 -2.4375 1.796875 -2.1875 C 1.960938 -1.9375 2.171875 -1.722656 2.421875 -1.546875 C 2.671875 -1.378906 2.953125 -1.296875 3.265625 -1.296875 C 3.941406 -1.296875 4.554688 -1.445313 5.109375 -1.75 C 5.671875 -2.0625 6.15625 -2.460938 6.5625 -2.953125 C 6.96875 -3.441406 7.28125 -3.988281 7.5 -4.59375 C 7.71875 -5.207031 7.828125 -5.8125 7.828125 -6.40625 C 7.828125 -6.75 7.816406 -7.101563 7.796875 -7.46875 C 7.785156 -7.832031 7.722656 -8.160156 7.609375 -8.453125 C 7.492188 -8.753906 7.316406 -9 7.078125 -9.1875 C 6.835938 -9.375 6.5 -9.46875 6.0625 -9.46875 C 5.914063 -9.46875 5.722656 -9.460938 5.484375 -9.453125 C 5.242188 -9.441406 5.007813 -9.414063 4.78125 -9.375 C 4.550781 -9.332031 4.347656 -9.265625 4.171875 -9.171875 C 3.992188 -9.078125 3.90625 -8.953125 3.90625 -8.796875 C 3.90625 -8.773438 3.921875 -8.726563 3.953125 -8.65625 C 3.992188 -8.59375 4.03125 -8.523438 4.0625 -8.453125 C 4.101563 -8.378906 4.140625 -8.3125 4.171875 -8.25 C 4.203125 -8.1875 4.21875 -8.144531 4.21875 -8.125 C 4.21875 -8.101563 4.175781 -8.046875 4.09375 -7.953125 C 4.019531 -7.867188 3.957031 -7.816406 3.90625 -7.796875 C 3.394531 -7.671875 2.96875 -7.507813 2.625 -7.3125 C 2.289063 -7.113281 2.023438 -6.859375 1.828125 -6.546875 C 1.628906 -6.234375 1.488281 -5.859375 1.40625 -5.421875 C 1.332031 -4.984375 1.296875 -4.472656 1.296875 -3.890625 Z M 1.296875 -3.890625 "
id="path52" />
</g>
<g
id="glyph-0-19">
<path
d="M 3.21875 -0.6875 C 3.382813 -0.789063 3.578125 -0.929688 3.796875 -1.109375 C 4.023438 -1.285156 4.253906 -1.472656 4.484375 -1.671875 C 4.722656 -1.878906 4.941406 -2.09375 5.140625 -2.3125 C 5.347656 -2.539063 5.507813 -2.757813 5.625 -2.96875 C 5.738281 -3.175781 5.796875 -3.367188 5.796875 -3.546875 C 5.796875 -3.734375 5.707031 -3.890625 5.53125 -4.015625 C 5.207031 -4.015625 4.851563 -4 4.46875 -3.96875 C 4.082031 -3.945313 3.695313 -3.9375 3.3125 -3.9375 C 2.925781 -3.945313 2.550781 -3.976563 2.1875 -4.03125 C 1.832031 -4.09375 1.507813 -4.203125 1.21875 -4.359375 C 0.9375 -4.523438 0.710938 -4.757813 0.546875 -5.0625 C 0.378906 -5.363281 0.296875 -5.742188 0.296875 -6.203125 C 0.296875 -6.753906 0.398438 -7.25 0.609375 -7.6875 C 0.816406 -8.125 1.09375 -8.515625 1.4375 -8.859375 C 1.78125 -9.203125 2.164063 -9.5 2.59375 -9.75 C 3.03125 -10.007813 3.46875 -10.234375 3.90625 -10.421875 C 4.164063 -10.347656 4.40625 -10.21875 4.625 -10.03125 C 4.851563 -9.851563 5.046875 -9.648438 5.203125 -9.421875 C 5.128906 -9.203125 4.988281 -9.03125 4.78125 -8.90625 C 4.582031 -8.789063 4.347656 -8.6875 4.078125 -8.59375 C 3.804688 -8.5 3.523438 -8.398438 3.234375 -8.296875 C 2.941406 -8.203125 2.675781 -8.070313 2.4375 -7.90625 C 2.195313 -7.738281 1.992188 -7.519531 1.828125 -7.25 C 1.671875 -6.976563 1.59375 -6.625 1.59375 -6.1875 C 1.59375 -5.863281 1.671875 -5.625 1.828125 -5.46875 C 1.992188 -5.320313 2.207031 -5.222656 2.46875 -5.171875 C 2.738281 -5.117188 3.039063 -5.097656 3.375 -5.109375 C 3.707031 -5.117188 4.046875 -5.140625 4.390625 -5.171875 C 4.742188 -5.203125 5.085938 -5.21875 5.421875 -5.21875 C 5.753906 -5.226563 6.050781 -5.191406 6.3125 -5.109375 C 6.570313 -5.023438 6.78125 -4.882813 6.9375 -4.6875 C 7.101563 -4.5 7.1875 -4.21875 7.1875 -3.84375 C 7.1875 -3.675781 7.128906 -3.46875 7.015625 -3.21875 C 6.910156 -2.96875 6.769531 -2.695313 6.59375 -2.40625 C 6.414063 -2.113281 6.207031 -1.828125 5.96875 -1.546875 C 5.738281 -1.265625 5.492188 -1.007813 5.234375 -0.78125 C 4.972656 -0.550781 4.710938 -0.363281 4.453125 -0.21875 C 4.191406 -0.0703125 3.953125 0 3.734375 0 C 3.523438 0 3.382813 -0.0703125 3.3125 -0.21875 C 3.25 -0.375 3.21875 -0.53125 3.21875 -0.6875 Z M 3.21875 -0.6875 "
id="path55" />
</g>
<g
id="glyph-0-20">
<path
d="M 0.296875 -6.1875 C 0.296875 -6.25 0.296875 -6.359375 0.296875 -6.515625 C 0.304688 -6.671875 0.3125 -6.832031 0.3125 -7 C 0.3125 -7.175781 0.3125 -7.335938 0.3125 -7.484375 C 0.320313 -7.640625 0.328125 -7.742188 0.328125 -7.796875 C 0.398438 -7.921875 0.484375 -8.039063 0.578125 -8.15625 C 0.679688 -8.269531 0.785156 -8.347656 0.890625 -8.390625 C 0.992188 -8.441406 1.109375 -8.453125 1.234375 -8.421875 C 1.359375 -8.390625 1.488281 -8.289063 1.625 -8.125 L 1.625 -7.796875 C 1.613281 -7.753906 1.59375 -7.640625 1.5625 -7.453125 C 1.53125 -7.265625 1.492188 -7.054688 1.453125 -6.828125 C 1.410156 -6.609375 1.375 -6.40625 1.34375 -6.21875 C 1.3125 -6.03125 1.296875 -5.910156 1.296875 -5.859375 C 1.296875 -5.671875 1.3125 -5.429688 1.34375 -5.140625 C 1.382813 -4.847656 1.441406 -4.546875 1.515625 -4.234375 C 1.597656 -3.921875 1.695313 -3.609375 1.8125 -3.296875 C 1.925781 -2.984375 2.0625 -2.703125 2.21875 -2.453125 C 2.382813 -2.203125 2.566406 -1.992188 2.765625 -1.828125 C 2.960938 -1.671875 3.195313 -1.59375 3.46875 -1.59375 C 3.789063 -1.59375 4.070313 -1.675781 4.3125 -1.84375 C 4.5625 -2.019531 4.773438 -2.242188 4.953125 -2.515625 C 5.140625 -2.796875 5.289063 -3.109375 5.40625 -3.453125 C 5.53125 -3.796875 5.625 -4.140625 5.6875 -4.484375 C 5.757813 -4.835938 5.8125 -5.175781 5.84375 -5.5 C 5.875 -5.820313 5.890625 -6.101563 5.890625 -6.34375 C 5.890625 -6.582031 5.867188 -6.8125 5.828125 -7.03125 C 5.796875 -7.25 5.753906 -7.460938 5.703125 -7.671875 C 5.648438 -7.890625 5.609375 -8.101563 5.578125 -8.3125 C 5.546875 -8.519531 5.53125 -8.726563 5.53125 -8.9375 C 5.53125 -9.132813 5.597656 -9.269531 5.734375 -9.34375 C 5.867188 -9.425781 6.019531 -9.46875 6.1875 -9.46875 C 6.40625 -9.46875 6.578125 -9.40625 6.703125 -9.28125 C 6.835938 -9.15625 6.941406 -8.992188 7.015625 -8.796875 C 7.097656 -8.609375 7.148438 -8.390625 7.171875 -8.140625 C 7.203125 -7.898438 7.21875 -7.65625 7.21875 -7.40625 C 7.21875 -7.164063 7.210938 -6.9375 7.203125 -6.71875 C 7.191406 -6.5 7.1875 -6.320313 7.1875 -6.1875 C 7.1875 -5.84375 7.160156 -5.453125 7.109375 -5.015625 C 7.054688 -4.585938 6.96875 -4.140625 6.84375 -3.671875 C 6.71875 -3.210938 6.5625 -2.757813 6.375 -2.3125 C 6.1875 -1.875 5.957031 -1.476563 5.6875 -1.125 C 5.414063 -0.78125 5.101563 -0.5 4.75 -0.28125 C 4.40625 -0.0703125 4.015625 0.03125 3.578125 0.03125 C 3.128906 0.03125 2.734375 -0.078125 2.390625 -0.296875 C 2.046875 -0.515625 1.753906 -0.800781 1.515625 -1.15625 C 1.273438 -1.519531 1.070313 -1.925781 0.90625 -2.375 C 0.75 -2.832031 0.625 -3.289063 0.53125 -3.75 C 0.445313 -4.207031 0.382813 -4.648438 0.34375 -5.078125 C 0.3125 -5.503906 0.296875 -5.875 0.296875 -6.1875 Z M 0.296875 -6.1875 "
id="path58" />
</g>
<g
id="glyph-0-21">
<path
d="M 0.296875 -5.109375 C 0.296875 -5.378906 0.363281 -5.570313 0.5 -5.6875 C 0.632813 -5.800781 0.847656 -5.859375 1.140625 -5.859375 L 1.296875 -5.859375 C 1.328125 -5.703125 1.359375 -5.515625 1.390625 -5.296875 C 1.429688 -5.085938 1.492188 -4.867188 1.578125 -4.640625 C 1.660156 -4.421875 1.753906 -4.21875 1.859375 -4.03125 C 1.972656 -3.84375 2.113281 -3.691406 2.28125 -3.578125 C 2.289063 -3.929688 2.378906 -4.269531 2.546875 -4.59375 C 2.710938 -4.925781 2.914063 -5.222656 3.15625 -5.484375 C 3.40625 -5.742188 3.679688 -5.960938 3.984375 -6.140625 C 4.285156 -6.316406 4.582031 -6.4375 4.875 -6.5 L 5.203125 -6.5 C 5.691406 -6.5 6.109375 -6.390625 6.453125 -6.171875 C 6.796875 -5.953125 7.082031 -5.664063 7.3125 -5.3125 C 7.539063 -4.96875 7.710938 -4.570313 7.828125 -4.125 C 7.953125 -3.6875 8.046875 -3.234375 8.109375 -2.765625 C 8.179688 -2.304688 8.222656 -1.863281 8.234375 -1.4375 C 8.253906 -1.007813 8.265625 -0.640625 8.265625 -0.328125 L 7.15625 -0.328125 C 7.09375 -0.941406 7.015625 -1.523438 6.921875 -2.078125 C 6.890625 -2.296875 6.847656 -2.53125 6.796875 -2.78125 C 6.742188 -3.03125 6.6875 -3.265625 6.625 -3.484375 C 6.570313 -3.703125 6.507813 -3.90625 6.4375 -4.09375 C 6.363281 -4.28125 6.28125 -4.4375 6.1875 -4.5625 C 6.15625 -4.601563 6.101563 -4.660156 6.03125 -4.734375 C 5.96875 -4.804688 5.898438 -4.878906 5.828125 -4.953125 C 5.753906 -5.023438 5.6875 -5.082031 5.625 -5.125 C 5.570313 -5.175781 5.539063 -5.203125 5.53125 -5.203125 C 5.226563 -5.285156 4.960938 -5.226563 4.734375 -5.03125 C 4.515625 -4.832031 4.316406 -4.566406 4.140625 -4.234375 C 3.972656 -3.898438 3.832031 -3.519531 3.71875 -3.09375 C 3.613281 -2.664063 3.523438 -2.257813 3.453125 -1.875 C 3.390625 -1.488281 3.34375 -1.148438 3.3125 -0.859375 C 3.28125 -0.566406 3.257813 -0.390625 3.25 -0.328125 C 3 -0.148438 2.757813 -0.0976563 2.53125 -0.171875 C 2.3125 -0.242188 2.101563 -0.398438 1.90625 -0.640625 C 1.707031 -0.890625 1.53125 -1.195313 1.375 -1.5625 C 1.21875 -1.925781 1.070313 -2.3125 0.9375 -2.71875 C 0.8125 -3.132813 0.691406 -3.546875 0.578125 -3.953125 C 0.472656 -4.367188 0.378906 -4.753906 0.296875 -5.109375 Z M 0.296875 -5.109375 "
id="path61" />
</g>
<g
id="glyph-0-22">
<path
d="M 1.59375 -2.46875 C 1.59375 -2.5 1.59375 -2.535156 1.59375 -2.578125 C 1.601563 -2.628906 1.609375 -2.675781 1.609375 -2.71875 C 1.609375 -2.769531 1.609375 -2.816406 1.609375 -2.859375 C 1.617188 -2.898438 1.625 -2.925781 1.625 -2.9375 C 1.644531 -2.96875 1.703125 -3.078125 1.796875 -3.265625 C 1.890625 -3.460938 1.988281 -3.671875 2.09375 -3.890625 C 2.207031 -4.117188 2.3125 -4.328125 2.40625 -4.515625 C 2.5 -4.710938 2.5625 -4.832031 2.59375 -4.875 L 2.59375 -5.203125 C 2.5 -5.273438 2.367188 -5.382813 2.203125 -5.53125 C 2.046875 -5.675781 1.867188 -5.84375 1.671875 -6.03125 C 1.484375 -6.21875 1.289063 -6.421875 1.09375 -6.640625 C 0.894531 -6.859375 0.710938 -7.082031 0.546875 -7.3125 C 0.390625 -7.539063 0.257813 -7.765625 0.15625 -7.984375 C 0.0507813 -8.203125 0 -8.414063 0 -8.625 C 0 -9.132813 0.140625 -9.5625 0.421875 -9.90625 C 0.703125 -10.257813 1.066406 -10.535156 1.515625 -10.734375 C 1.960938 -10.941406 2.460938 -11.09375 3.015625 -11.1875 C 3.578125 -11.289063 4.128906 -11.359375 4.671875 -11.390625 C 5.222656 -11.421875 5.734375 -11.429688 6.203125 -11.421875 C 6.679688 -11.421875 7.066406 -11.421875 7.359375 -11.421875 C 7.710938 -11.421875 7.988281 -11.320313 8.1875 -11.125 C 8.394531 -10.925781 8.5 -10.648438 8.5 -10.296875 C 8.5 -10.023438 8.429688 -9.722656 8.296875 -9.390625 C 8.171875 -9.066406 8 -8.738281 7.78125 -8.40625 C 7.570313 -8.070313 7.34375 -7.742188 7.09375 -7.421875 C 6.84375 -7.097656 6.59375 -6.789063 6.34375 -6.5 C 6.101563 -6.21875 5.878906 -5.960938 5.671875 -5.734375 C 5.472656 -5.515625 5.316406 -5.335938 5.203125 -5.203125 C 5.378906 -4.941406 5.546875 -4.679688 5.703125 -4.421875 C 5.867188 -4.160156 6.007813 -3.898438 6.125 -3.640625 C 6.25 -3.378906 6.347656 -3.109375 6.421875 -2.828125 C 6.492188 -2.546875 6.53125 -2.253906 6.53125 -1.953125 C 6.53125 -1.265625 6.316406 -0.757813 5.890625 -0.4375 C 5.472656 -0.125 4.929688 0.03125 4.265625 0.03125 C 3.921875 0.03125 3.585938 -0.03125 3.265625 -0.15625 C 2.953125 -0.28125 2.671875 -0.457031 2.421875 -0.6875 C 2.171875 -0.914063 1.96875 -1.179688 1.8125 -1.484375 C 1.664063 -1.796875 1.59375 -2.125 1.59375 -2.46875 Z M 3.21875 -2.421875 C 3.21875 -2.109375 3.320313 -1.84375 3.53125 -1.625 C 3.75 -1.40625 4.039063 -1.296875 4.40625 -1.296875 C 4.625 -1.296875 4.816406 -1.34375 4.984375 -1.4375 C 5.148438 -1.53125 5.234375 -1.6875 5.234375 -1.90625 C 5.234375 -2.132813 5.191406 -2.335938 5.109375 -2.515625 C 5.023438 -2.703125 4.914063 -2.878906 4.78125 -3.046875 C 4.65625 -3.210938 4.515625 -3.363281 4.359375 -3.5 C 4.210938 -3.644531 4.0625 -3.78125 3.90625 -3.90625 C 3.65625 -3.738281 3.476563 -3.519531 3.375 -3.25 C 3.269531 -2.988281 3.21875 -2.710938 3.21875 -2.421875 Z M 1.59375 -8.796875 C 1.59375 -8.535156 1.664063 -8.269531 1.8125 -8 C 1.96875 -7.726563 2.15625 -7.476563 2.375 -7.25 C 2.601563 -7.03125 2.851563 -6.847656 3.125 -6.703125 C 3.394531 -6.554688 3.65625 -6.484375 3.90625 -6.484375 C 3.945313 -6.484375 4.003906 -6.484375 4.078125 -6.484375 C 4.148438 -6.492188 4.195313 -6.5 4.21875 -6.5 C 4.289063 -6.5625 4.425781 -6.675781 4.625 -6.84375 C 4.820313 -7.007813 5.023438 -7.203125 5.234375 -7.421875 C 5.453125 -7.640625 5.648438 -7.867188 5.828125 -8.109375 C 6.015625 -8.347656 6.132813 -8.578125 6.1875 -8.796875 C 6.019531 -9.046875 5.863281 -9.238281 5.71875 -9.375 C 5.570313 -9.507813 5.421875 -9.609375 5.265625 -9.671875 C 5.109375 -9.734375 4.941406 -9.769531 4.765625 -9.78125 C 4.597656 -9.789063 4.394531 -9.796875 4.15625 -9.796875 C 3.976563 -9.796875 3.738281 -9.796875 3.4375 -9.796875 C 3.144531 -9.796875 2.863281 -9.765625 2.59375 -9.703125 C 2.320313 -9.648438 2.085938 -9.550781 1.890625 -9.40625 C 1.691406 -9.269531 1.59375 -9.066406 1.59375 -8.796875 Z M 1.59375 -8.796875 "
id="path64" />
</g>
<g
id="glyph-0-23">
<path
d="M 0 -9.953125 C 0 -10.160156 0.0664063 -10.296875 0.203125 -10.359375 C 0.335938 -10.421875 0.488281 -10.453125 0.65625 -10.453125 C 0.6875 -10.453125 0.742188 -10.445313 0.828125 -10.4375 C 0.910156 -10.425781 0.960938 -10.421875 0.984375 -10.421875 C 1.015625 -10.097656 1.046875 -9.71875 1.078125 -9.28125 C 1.109375 -8.84375 1.144531 -8.367188 1.1875 -7.859375 C 1.226563 -7.347656 1.273438 -6.816406 1.328125 -6.265625 C 1.390625 -5.722656 1.476563 -5.191406 1.59375 -4.671875 C 1.707031 -4.148438 1.84375 -3.648438 2 -3.171875 C 2.164063 -2.703125 2.363281 -2.296875 2.59375 -1.953125 C 2.644531 -1.867188 2.691406 -1.800781 2.734375 -1.75 C 2.785156 -1.707031 2.832031 -1.671875 2.875 -1.640625 C 2.925781 -1.617188 2.976563 -1.601563 3.03125 -1.59375 C 3.09375 -1.59375 3.171875 -1.59375 3.265625 -1.59375 C 3.679688 -1.59375 4.078125 -1.660156 4.453125 -1.796875 C 4.835938 -1.941406 5.21875 -2.097656 5.59375 -2.265625 C 5.96875 -2.441406 6.34375 -2.597656 6.71875 -2.734375 C 7.101563 -2.878906 7.507813 -2.953125 7.9375 -2.953125 C 8.03125 -2.953125 8.144531 -2.953125 8.28125 -2.953125 C 8.425781 -2.960938 8.554688 -2.957031 8.671875 -2.9375 C 8.796875 -2.925781 8.90625 -2.878906 9 -2.796875 C 9.09375 -2.710938 9.140625 -2.585938 9.140625 -2.421875 C 9.140625 -2.273438 9 -2.113281 8.71875 -1.9375 C 8.445313 -1.757813 8.097656 -1.582031 7.671875 -1.40625 C 7.253906 -1.226563 6.796875 -1.050781 6.296875 -0.875 C 5.796875 -0.707031 5.3125 -0.554688 4.84375 -0.421875 C 4.382813 -0.296875 3.976563 -0.191406 3.625 -0.109375 C 3.269531 -0.0351563 3.039063 0 2.9375 0 C 2.570313 0 2.25 -0.125 1.96875 -0.375 C 1.6875 -0.625 1.441406 -0.957031 1.234375 -1.375 C 1.023438 -1.789063 0.847656 -2.269531 0.703125 -2.8125 C 0.566406 -3.351563 0.453125 -3.914063 0.359375 -4.5 C 0.273438 -5.09375 0.207031 -5.675781 0.15625 -6.25 C 0.101563 -6.832031 0.0664063 -7.367188 0.046875 -7.859375 C 0.0234375 -8.359375 0.0078125 -8.796875 0 -9.171875 C 0 -9.546875 0 -9.804688 0 -9.953125 Z M 0 -9.953125 "
id="path67" />
</g>
<g
id="glyph-0-24">
<path
d="M 0.296875 -8.203125 C 0.296875 -8.265625 0.289063 -8.34375 0.28125 -8.4375 C 0.28125 -8.53125 0.285156 -8.617188 0.296875 -8.703125 C 0.316406 -8.796875 0.347656 -8.878906 0.390625 -8.953125 C 0.441406 -9.035156 0.523438 -9.085938 0.640625 -9.109375 C 1.691406 -9.441406 2.78125 -9.71875 3.90625 -9.9375 C 5.03125 -10.15625 6.140625 -10.265625 7.234375 -10.265625 C 7.234375 -10.191406 7.234375 -10.097656 7.234375 -9.984375 C 7.234375 -9.867188 7.222656 -9.753906 7.203125 -9.640625 C 7.179688 -9.523438 7.144531 -9.414063 7.09375 -9.3125 C 7.039063 -9.21875 6.953125 -9.148438 6.828125 -9.109375 C 6.742188 -9.085938 6.609375 -9.054688 6.421875 -9.015625 C 6.234375 -8.984375 6.019531 -8.945313 5.78125 -8.90625 C 5.539063 -8.863281 5.289063 -8.820313 5.03125 -8.78125 C 4.769531 -8.738281 4.519531 -8.695313 4.28125 -8.65625 C 4.050781 -8.613281 3.84375 -8.578125 3.65625 -8.546875 C 3.46875 -8.515625 3.332031 -8.488281 3.25 -8.46875 C 3.195313 -8.445313 3.09375 -8.425781 2.9375 -8.40625 C 2.78125 -8.382813 2.613281 -8.351563 2.4375 -8.3125 C 2.257813 -8.269531 2.09375 -8.203125 1.9375 -8.109375 C 1.78125 -8.023438 1.675781 -7.921875 1.625 -7.796875 C 1.75 -7.296875 1.835938 -6.785156 1.890625 -6.265625 C 1.941406 -5.753906 1.984375 -5.238281 2.015625 -4.71875 C 2.054688 -4.195313 2.09375 -3.675781 2.125 -3.15625 C 2.15625 -2.644531 2.207031 -2.132813 2.28125 -1.625 L 3.25 -1.625 C 3.582031 -1.625 3.910156 -1.640625 4.234375 -1.671875 C 4.566406 -1.703125 4.894531 -1.738281 5.21875 -1.78125 C 5.550781 -1.820313 5.882813 -1.859375 6.21875 -1.890625 C 6.550781 -1.929688 6.882813 -1.953125 7.21875 -1.953125 C 7.3125 -1.953125 7.40625 -1.945313 7.5 -1.9375 C 7.59375 -1.925781 7.675781 -1.898438 7.75 -1.859375 C 7.832031 -1.816406 7.90625 -1.75 7.96875 -1.65625 C 8.039063 -1.570313 8.09375 -1.453125 8.125 -1.296875 C 8.132813 -1.273438 8.128906 -1.226563 8.109375 -1.15625 C 8.085938 -1.082031 8.0625 -1.007813 8.03125 -0.9375 C 8 -0.875 7.957031 -0.8125 7.90625 -0.75 C 7.863281 -0.695313 7.828125 -0.664063 7.796875 -0.65625 C 7.660156 -0.632813 7.445313 -0.609375 7.15625 -0.578125 C 6.875 -0.546875 6.550781 -0.503906 6.1875 -0.453125 C 5.832031 -0.410156 5.453125 -0.367188 5.046875 -0.328125 C 4.648438 -0.285156 4.269531 -0.238281 3.90625 -0.1875 C 3.539063 -0.144531 3.210938 -0.109375 2.921875 -0.078125 C 2.628906 -0.046875 2.414063 -0.0195313 2.28125 0 L 1.90625 0 C 1.644531 0 1.421875 -0.171875 1.234375 -0.515625 C 1.054688 -0.859375 0.90625 -1.300781 0.78125 -1.84375 C 0.664063 -2.382813 0.570313 -2.976563 0.5 -3.625 C 0.4375 -4.28125 0.390625 -4.910156 0.359375 -5.515625 C 0.328125 -6.128906 0.304688 -6.675781 0.296875 -7.15625 C 0.296875 -7.632813 0.296875 -7.984375 0.296875 -8.203125 Z M 0.296875 -8.203125 "
id="path70" />
</g>
<g
id="glyph-0-25">
<path
d="M 2.390625 -2.3125 C 2.492188 -2.3125 2.582031 -2.285156 2.65625 -2.234375 C 2.738281 -2.179688 2.796875 -2.113281 2.828125 -2.03125 C 2.859375 -1.957031 2.878906 -1.875 2.890625 -1.78125 C 2.898438 -1.6875 2.90625 -1.59375 2.90625 -1.5 C 2.90625 -1.289063 2.878906 -1.039063 2.828125 -0.75 C 2.785156 -0.457031 2.71875 -0.15625 2.625 0.15625 C 2.53125 0.46875 2.414063 0.773438 2.28125 1.078125 C 2.144531 1.390625 1.984375 1.664063 1.796875 1.90625 C 1.617188 2.144531 1.414063 2.335938 1.1875 2.484375 C 0.957031 2.628906 0.707031 2.703125 0.4375 2.703125 C 0.4375 2.492188 0.457031 2.21875 0.5 1.875 C 0.550781 1.539063 0.617188 1.1875 0.703125 0.8125 C 0.785156 0.445313 0.890625 0.0820313 1.015625 -0.28125 C 1.140625 -0.65625 1.269531 -0.992188 1.40625 -1.296875 C 1.550781 -1.597656 1.703125 -1.84375 1.859375 -2.03125 C 2.023438 -2.21875 2.203125 -2.3125 2.390625 -2.3125 Z M 2.390625 -2.3125 "
id="path73" />
</g>
<g
id="glyph-0-26">
<path
d="M 0.984375 -0.65625 C 0.941406 -0.8125 0.890625 -1.039063 0.828125 -1.34375 C 0.765625 -1.65625 0.691406 -1.992188 0.609375 -2.359375 C 0.535156 -2.722656 0.460938 -3.101563 0.390625 -3.5 C 0.316406 -3.894531 0.25 -4.28125 0.1875 -4.65625 C 0.132813 -5.039063 0.0859375 -5.390625 0.046875 -5.703125 C 0.015625 -6.023438 0 -6.289063 0 -6.5 C 0 -6.59375 0.0078125 -6.75 0.03125 -6.96875 C 0.0507813 -7.1875 0.0820313 -7.414063 0.125 -7.65625 C 0.164063 -7.90625 0.203125 -8.132813 0.234375 -8.34375 C 0.265625 -8.5625 0.296875 -8.710938 0.328125 -8.796875 C 0.359375 -8.804688 0.410156 -8.8125 0.484375 -8.8125 C 0.566406 -8.8125 0.648438 -8.816406 0.734375 -8.828125 C 0.816406 -8.835938 0.894531 -8.84375 0.96875 -8.84375 C 1.050781 -8.84375 1.109375 -8.84375 1.140625 -8.84375 C 1.628906 -8.84375 2.085938 -8.75 2.515625 -8.5625 C 2.953125 -8.375 3.367188 -8.128906 3.765625 -7.828125 C 4.160156 -7.535156 4.546875 -7.207031 4.921875 -6.84375 C 5.296875 -6.476563 5.671875 -6.125 6.046875 -5.78125 C 6.429688 -5.4375 6.816406 -5.125 7.203125 -4.84375 C 7.597656 -4.570313 8.019531 -4.363281 8.46875 -4.21875 C 8.46875 -4.269531 8.46875 -4.347656 8.46875 -4.453125 C 8.476563 -4.554688 8.484375 -4.671875 8.484375 -4.796875 C 8.484375 -4.921875 8.484375 -5.035156 8.484375 -5.140625 C 8.492188 -5.242188 8.5 -5.320313 8.5 -5.375 C 8.5 -6.007813 8.457031 -6.628906 8.375 -7.234375 C 8.300781 -7.847656 8.210938 -8.457031 8.109375 -9.0625 C 8.003906 -9.664063 7.910156 -10.273438 7.828125 -10.890625 C 7.753906 -11.503906 7.71875 -12.132813 7.71875 -12.78125 C 7.78125 -12.78125 7.863281 -12.773438 7.96875 -12.765625 C 8.082031 -12.765625 8.191406 -12.75 8.296875 -12.71875 C 8.410156 -12.695313 8.515625 -12.660156 8.609375 -12.609375 C 8.703125 -12.554688 8.765625 -12.472656 8.796875 -12.359375 C 8.828125 -11.628906 8.914063 -10.894531 9.0625 -10.15625 C 9.207031 -9.425781 9.351563 -8.691406 9.5 -7.953125 C 9.65625 -7.222656 9.789063 -6.488281 9.90625 -5.75 C 10.019531 -5.019531 10.078125 -4.296875 10.078125 -3.578125 C 10.078125 -3.453125 10.070313 -3.3125 10.0625 -3.15625 C 10.0625 -3.007813 10.039063 -2.863281 10 -2.71875 C 9.96875 -2.582031 9.910156 -2.46875 9.828125 -2.375 C 9.753906 -2.289063 9.632813 -2.25 9.46875 -2.25 C 8.945313 -2.25 8.460938 -2.363281 8.015625 -2.59375 C 7.566406 -2.832031 7.132813 -3.128906 6.71875 -3.484375 C 6.300781 -3.835938 5.890625 -4.226563 5.484375 -4.65625 C 5.085938 -5.082031 4.675781 -5.472656 4.25 -5.828125 C 3.832031 -6.179688 3.398438 -6.476563 2.953125 -6.71875 C 2.503906 -6.96875 2.019531 -7.09375 1.5 -7.09375 C 1.5 -6.519531 1.539063 -5.972656 1.625 -5.453125 C 1.707031 -4.929688 1.796875 -4.410156 1.890625 -3.890625 C 1.984375 -3.378906 2.070313 -2.867188 2.15625 -2.359375 C 2.238281 -1.847656 2.28125 -1.328125 2.28125 -0.796875 C 2.28125 -0.609375 2.210938 -0.476563 2.078125 -0.40625 C 1.941406 -0.332031 1.789063 -0.296875 1.625 -0.296875 C 1.488281 -0.296875 1.363281 -0.304688 1.25 -0.328125 C 1.132813 -0.359375 1.046875 -0.46875 0.984375 -0.65625 Z M 0.984375 -0.65625 "
id="path76" />
</g>
<g
id="glyph-0-27">
<path
d="M 3.5 -0.90625 C 3.5 -0.925781 3.5 -0.957031 3.5 -1 C 3.507813 -1.050781 3.519531 -1.101563 3.53125 -1.15625 C 3.539063 -1.195313 3.554688 -1.242188 3.578125 -1.296875 L 6.828125 -2.28125 C 6.828125 -2.351563 6.832031 -2.414063 6.84375 -2.46875 C 6.851563 -2.519531 6.859375 -2.578125 6.859375 -2.640625 C 6.867188 -2.703125 6.875 -2.753906 6.875 -2.796875 C 6.875 -2.835938 6.867188 -2.894531 6.859375 -2.96875 C 6.859375 -3.050781 6.851563 -3.132813 6.84375 -3.21875 C 6.84375 -3.300781 6.835938 -3.375 6.828125 -3.4375 C 6.828125 -3.507813 6.828125 -3.554688 6.828125 -3.578125 C 6.804688 -4.035156 6.765625 -4.519531 6.703125 -5.03125 C 6.648438 -5.539063 6.601563 -6.050781 6.5625 -6.5625 C 6.53125 -7.082031 6.53125 -7.585938 6.5625 -8.078125 C 6.59375 -8.566406 6.679688 -9.015625 6.828125 -9.421875 C 6.828125 -9.453125 6.820313 -9.492188 6.8125 -9.546875 C 6.8125 -9.597656 6.8125 -9.65625 6.8125 -9.71875 C 6.8125 -9.78125 6.804688 -9.835938 6.796875 -9.890625 C 6.796875 -9.941406 6.796875 -9.984375 6.796875 -10.015625 C 5.660156 -10.015625 4.535156 -9.96875 3.421875 -9.875 C 2.304688 -9.78125 1.1875 -9.734375 0.0625 -9.734375 C 0.0625 -10.085938 0.1875 -10.375 0.4375 -10.59375 C 0.695313 -10.820313 1.023438 -11 1.421875 -11.125 C 1.816406 -11.25 2.257813 -11.332031 2.75 -11.375 C 3.238281 -11.425781 3.71875 -11.453125 4.1875 -11.453125 C 4.65625 -11.460938 5.085938 -11.457031 5.484375 -11.4375 C 5.878906 -11.425781 6.175781 -11.421875 6.375 -11.421875 C 6.476563 -11.421875 6.609375 -11.414063 6.765625 -11.40625 C 6.929688 -11.40625 7.085938 -11.40625 7.234375 -11.40625 C 7.378906 -11.40625 7.503906 -11.40625 7.609375 -11.40625 C 7.722656 -11.40625 7.785156 -11.40625 7.796875 -11.40625 C 7.859375 -10.820313 7.910156 -10.3125 7.953125 -9.875 C 7.992188 -9.4375 8.023438 -9.019531 8.046875 -8.625 C 8.078125 -8.226563 8.09375 -7.847656 8.09375 -7.484375 C 8.101563 -7.117188 8.109375 -6.726563 8.109375 -6.3125 C 8.109375 -5.945313 8.128906 -5.585938 8.171875 -5.234375 C 8.210938 -4.878906 8.253906 -4.523438 8.296875 -4.171875 C 8.347656 -3.828125 8.394531 -3.484375 8.4375 -3.140625 C 8.476563 -2.796875 8.5 -2.445313 8.5 -2.09375 C 8.5 -1.84375 8.410156 -1.613281 8.234375 -1.40625 C 8.066406 -1.207031 7.847656 -1.03125 7.578125 -0.875 C 7.304688 -0.71875 7.003906 -0.582031 6.671875 -0.46875 C 6.335938 -0.351563 6.007813 -0.257813 5.6875 -0.1875 C 5.363281 -0.113281 5.070313 -0.0546875 4.8125 -0.015625 C 4.550781 0.015625 4.351563 0.03125 4.21875 0.03125 C 3.90625 0.03125 3.707031 -0.0546875 3.625 -0.234375 C 3.539063 -0.410156 3.5 -0.632813 3.5 -0.90625 Z M 3.5 -0.90625 "
id="path79" />
</g>
<g
id="glyph-0-28">
<path
d="M 0.515625 -11.328125 C 0.640625 -11.941406 0.863281 -12.425781 1.1875 -12.78125 C 1.507813 -13.144531 1.878906 -13.390625 2.296875 -13.515625 C 2.722656 -13.648438 3.175781 -13.6875 3.65625 -13.625 C 4.132813 -13.5625 4.585938 -13.410156 5.015625 -13.171875 C 5.441406 -12.941406 5.816406 -12.640625 6.140625 -12.265625 C 6.472656 -11.898438 6.703125 -11.484375 6.828125 -11.015625 C 6.960938 -10.546875 6.960938 -10.035156 6.828125 -9.484375 C 6.703125 -8.941406 6.40625 -8.378906 5.9375 -7.796875 C 6.300781 -7.671875 6.640625 -7.539063 6.953125 -7.40625 C 7.265625 -7.28125 7.53125 -7.117188 7.75 -6.921875 C 7.96875 -6.734375 8.132813 -6.5 8.25 -6.21875 C 8.375 -5.945313 8.4375 -5.609375 8.4375 -5.203125 C 8.4375 -4.867188 8.375 -4.515625 8.25 -4.140625 C 8.132813 -3.765625 7.96875 -3.394531 7.75 -3.03125 C 7.53125 -2.664063 7.273438 -2.316406 6.984375 -1.984375 C 6.703125 -1.660156 6.394531 -1.375 6.0625 -1.125 C 5.726563 -0.875 5.382813 -0.671875 5.03125 -0.515625 C 4.6875 -0.367188 4.347656 -0.296875 4.015625 -0.296875 C 3.785156 -0.296875 3.5625 -0.4375 3.34375 -0.71875 C 3.132813 -1.007813 2.925781 -1.382813 2.71875 -1.84375 C 2.519531 -2.3125 2.328125 -2.847656 2.140625 -3.453125 C 1.953125 -4.066406 1.773438 -4.695313 1.609375 -5.34375 C 1.441406 -6 1.289063 -6.648438 1.15625 -7.296875 C 1.03125 -7.941406 0.921875 -8.535156 0.828125 -9.078125 C 0.734375 -9.628906 0.65625 -10.101563 0.59375 -10.5 C 0.539063 -10.894531 0.515625 -11.171875 0.515625 -11.328125 Z M 3.21875 -4.75 C 3.21875 -4.582031 3.257813 -4.351563 3.34375 -4.0625 C 3.425781 -3.78125 3.53125 -3.5 3.65625 -3.21875 C 3.78125 -2.9375 3.914063 -2.675781 4.0625 -2.4375 C 4.21875 -2.195313 4.382813 -2.035156 4.5625 -1.953125 C 4.695313 -1.878906 4.859375 -1.890625 5.046875 -1.984375 C 5.242188 -2.078125 5.441406 -2.226563 5.640625 -2.4375 C 5.835938 -2.644531 6.023438 -2.878906 6.203125 -3.140625 C 6.390625 -3.410156 6.554688 -3.675781 6.703125 -3.9375 C 6.847656 -4.207031 6.960938 -4.457031 7.046875 -4.6875 C 7.140625 -4.914063 7.1875 -5.085938 7.1875 -5.203125 C 7.1875 -5.472656 7.148438 -5.691406 7.078125 -5.859375 C 7.003906 -6.023438 6.898438 -6.15625 6.765625 -6.25 C 6.628906 -6.351563 6.46875 -6.425781 6.28125 -6.46875 C 6.09375 -6.507813 5.882813 -6.53125 5.65625 -6.53125 C 5.40625 -6.53125 5.140625 -6.488281 4.859375 -6.40625 C 4.578125 -6.320313 4.316406 -6.203125 4.078125 -6.046875 C 3.835938 -5.898438 3.632813 -5.710938 3.46875 -5.484375 C 3.300781 -5.265625 3.21875 -5.019531 3.21875 -4.75 Z M 2.25 -9.921875 C 2.25 -9.734375 2.242188 -9.503906 2.234375 -9.234375 C 2.222656 -8.972656 2.222656 -8.695313 2.234375 -8.40625 C 2.242188 -8.125 2.273438 -7.84375 2.328125 -7.5625 C 2.378906 -7.28125 2.46875 -7.035156 2.59375 -6.828125 C 3.09375 -6.921875 3.523438 -7.09375 3.890625 -7.34375 C 4.265625 -7.601563 4.5625 -7.898438 4.78125 -8.234375 C 5.007813 -8.578125 5.175781 -8.941406 5.28125 -9.328125 C 5.382813 -9.710938 5.421875 -10.082031 5.390625 -10.4375 C 5.367188 -10.800781 5.285156 -11.132813 5.140625 -11.4375 C 4.992188 -11.75 4.785156 -11.988281 4.515625 -12.15625 C 4.253906 -12.320313 3.9375 -12.40625 3.5625 -12.40625 C 3.1875 -12.40625 2.757813 -12.285156 2.28125 -12.046875 C 2.28125 -11.960938 2.273438 -11.816406 2.265625 -11.609375 C 2.265625 -11.410156 2.257813 -11.195313 2.25 -10.96875 C 2.25 -10.75 2.25 -10.535156 2.25 -10.328125 C 2.25 -10.128906 2.25 -9.992188 2.25 -9.921875 Z M 2.25 -9.921875 "
id="path82" />
</g>
<g
id="glyph-0-29">
<path
d="M 5.53125 -7.484375 C 5.550781 -7.503906 5.566406 -7.53125 5.578125 -7.5625 C 5.597656 -7.601563 5.609375 -7.632813 5.609375 -7.65625 C 5.609375 -7.882813 5.46875 -8.035156 5.1875 -8.109375 C 4.90625 -8.191406 4.554688 -8.226563 4.140625 -8.21875 C 3.722656 -8.21875 3.273438 -8.195313 2.796875 -8.15625 C 2.316406 -8.113281 1.867188 -8.09375 1.453125 -8.09375 C 1.035156 -8.101563 0.6875 -8.15625 0.40625 -8.25 C 0.132813 -8.34375 0 -8.523438 0 -8.796875 C 0 -8.960938 0.0078125 -9.085938 0.03125 -9.171875 C 0.0625 -9.265625 0.101563 -9.328125 0.15625 -9.359375 C 0.207031 -9.390625 0.269531 -9.40625 0.34375 -9.40625 C 0.414063 -9.414063 0.5 -9.421875 0.59375 -9.421875 L 0.984375 -9.421875 C 1.109375 -9.410156 1.304688 -9.398438 1.578125 -9.390625 C 1.847656 -9.378906 2.15625 -9.363281 2.5 -9.34375 C 2.84375 -9.332031 3.203125 -9.3125 3.578125 -9.28125 C 3.960938 -9.257813 4.320313 -9.238281 4.65625 -9.21875 C 5 -9.195313 5.304688 -9.175781 5.578125 -9.15625 C 5.847656 -9.132813 6.050781 -9.117188 6.1875 -9.109375 C 6.375 -8.992188 6.53125 -8.890625 6.65625 -8.796875 C 6.78125 -8.710938 6.878906 -8.625 6.953125 -8.53125 C 7.035156 -8.4375 7.09375 -8.335938 7.125 -8.234375 C 7.164063 -8.128906 7.1875 -7.992188 7.1875 -7.828125 C 7.1875 -7.484375 7.113281 -7.144531 6.96875 -6.8125 C 6.820313 -6.488281 6.640625 -6.160156 6.421875 -5.828125 C 6.210938 -5.503906 5.96875 -5.175781 5.6875 -4.84375 C 5.40625 -4.519531 5.132813 -4.195313 4.875 -3.875 C 4.613281 -3.550781 4.363281 -3.222656 4.125 -2.890625 C 3.894531 -2.566406 3.710938 -2.253906 3.578125 -1.953125 L 7.484375 -1.953125 C 7.773438 -1.953125 7.960938 -1.894531 8.046875 -1.78125 C 8.128906 -1.675781 8.171875 -1.523438 8.171875 -1.328125 C 8.171875 -1.179688 8.15625 -1.046875 8.125 -0.921875 C 8.09375 -0.804688 7.984375 -0.71875 7.796875 -0.65625 C 7.316406 -0.613281 6.828125 -0.550781 6.328125 -0.46875 C 5.835938 -0.382813 5.34375 -0.300781 4.84375 -0.21875 C 4.34375 -0.144531 3.84375 -0.078125 3.34375 -0.015625 C 2.84375 0.046875 2.347656 0.078125 1.859375 0.078125 C 1.859375 -0.648438 1.96875 -1.347656 2.1875 -2.015625 C 2.414063 -2.691406 2.707031 -3.34375 3.0625 -3.96875 C 3.425781 -4.601563 3.820313 -5.210938 4.25 -5.796875 C 4.6875 -6.390625 5.113281 -6.953125 5.53125 -7.484375 Z M 5.53125 -7.484375 "
id="path85" />
</g>
<g
id="glyph-0-30">
<path
d="M 0.296875 -5.203125 C 0.296875 -5.546875 0.34375 -5.921875 0.4375 -6.328125 C 0.539063 -6.734375 0.675781 -7.140625 0.84375 -7.546875 C 1.019531 -7.960938 1.226563 -8.363281 1.46875 -8.75 C 1.71875 -9.144531 1.992188 -9.488281 2.296875 -9.78125 C 2.597656 -10.082031 2.925781 -10.320313 3.28125 -10.5 C 3.632813 -10.675781 4.007813 -10.765625 4.40625 -10.765625 C 4.726563 -10.765625 5.03125 -10.71875 5.3125 -10.625 C 5.59375 -10.539063 5.832031 -10.410156 6.03125 -10.234375 C 6.238281 -10.066406 6.398438 -9.851563 6.515625 -9.59375 C 6.640625 -9.34375 6.703125 -9.039063 6.703125 -8.6875 C 6.472656 -8.6875 6.289063 -8.742188 6.15625 -8.859375 C 6.019531 -8.972656 5.894531 -9.097656 5.78125 -9.234375 C 5.664063 -9.378906 5.535156 -9.507813 5.390625 -9.625 C 5.253906 -9.738281 5.082031 -9.796875 4.875 -9.796875 C 4.5625 -9.796875 4.257813 -9.710938 3.96875 -9.546875 C 3.675781 -9.390625 3.40625 -9.171875 3.15625 -8.890625 C 2.914063 -8.617188 2.703125 -8.3125 2.515625 -7.96875 C 2.328125 -7.625 2.164063 -7.273438 2.03125 -6.921875 C 1.894531 -6.578125 1.785156 -6.238281 1.703125 -5.90625 C 1.628906 -5.570313 1.59375 -5.285156 1.59375 -5.046875 C 1.59375 -4.515625 1.671875 -4.019531 1.828125 -3.5625 C 1.984375 -3.101563 2.207031 -2.703125 2.5 -2.359375 C 2.800781 -2.023438 3.164063 -1.757813 3.59375 -1.5625 C 4.03125 -1.375 4.53125 -1.28125 5.09375 -1.28125 C 5.445313 -1.28125 5.78125 -1.332031 6.09375 -1.4375 C 6.414063 -1.539063 6.722656 -1.65625 7.015625 -1.78125 C 7.316406 -1.90625 7.613281 -2.023438 7.90625 -2.140625 C 8.195313 -2.253906 8.492188 -2.3125 8.796875 -2.3125 C 8.828125 -2.3125 8.878906 -2.304688 8.953125 -2.296875 C 9.035156 -2.296875 9.109375 -2.285156 9.171875 -2.265625 C 9.242188 -2.242188 9.300781 -2.207031 9.34375 -2.15625 C 9.394531 -2.113281 9.421875 -2.046875 9.421875 -1.953125 C 9.421875 -1.585938 9.28125 -1.28125 9 -1.03125 C 8.726563 -0.78125 8.398438 -0.578125 8.015625 -0.421875 C 7.628906 -0.265625 7.226563 -0.148438 6.8125 -0.078125 C 6.394531 -0.00390625 6.054688 0.03125 5.796875 0.03125 C 5.023438 0.03125 4.304688 -0.09375 3.640625 -0.34375 C 2.972656 -0.59375 2.390625 -0.941406 1.890625 -1.390625 C 1.398438 -1.847656 1.007813 -2.398438 0.71875 -3.046875 C 0.4375 -3.691406 0.296875 -4.410156 0.296875 -5.203125 Z M 0.296875 -5.203125 "
id="path88" />
</g>
<g
id="glyph-0-31">
<path
d="M 0.296875 -3.078125 C 0.296875 -3.703125 0.441406 -4.285156 0.734375 -4.828125 C 1.035156 -5.367188 1.425781 -5.832031 1.90625 -6.21875 C 2.382813 -6.613281 2.925781 -6.921875 3.53125 -7.140625 C 4.132813 -7.367188 4.742188 -7.484375 5.359375 -7.484375 C 5.703125 -7.484375 6.007813 -7.367188 6.28125 -7.140625 C 6.550781 -6.921875 6.773438 -6.648438 6.953125 -6.328125 C 7.140625 -6.015625 7.28125 -5.679688 7.375 -5.328125 C 7.46875 -4.972656 7.515625 -4.664063 7.515625 -4.40625 C 7.515625 -3.832031 7.378906 -3.28125 7.109375 -2.75 C 6.835938 -2.21875 6.484375 -1.75 6.046875 -1.34375 C 5.609375 -0.9375 5.113281 -0.601563 4.5625 -0.34375 C 4.019531 -0.09375 3.476563 0.03125 2.9375 0.03125 C 2.445313 0.03125 2.035156 -0.0507813 1.703125 -0.21875 C 1.367188 -0.382813 1.097656 -0.609375 0.890625 -0.890625 C 0.691406 -1.171875 0.539063 -1.5 0.4375 -1.875 C 0.34375 -2.25 0.296875 -2.648438 0.296875 -3.078125 Z M 1.59375 -2.9375 C 1.59375 -2.664063 1.613281 -2.429688 1.65625 -2.234375 C 1.707031 -2.035156 1.789063 -1.863281 1.90625 -1.71875 C 2.019531 -1.582031 2.171875 -1.476563 2.359375 -1.40625 C 2.554688 -1.332031 2.796875 -1.296875 3.078125 -1.296875 C 3.453125 -1.296875 3.828125 -1.394531 4.203125 -1.59375 C 4.578125 -1.800781 4.910156 -2.066406 5.203125 -2.390625 C 5.503906 -2.710938 5.742188 -3.0625 5.921875 -3.4375 C 6.109375 -3.820313 6.203125 -4.195313 6.203125 -4.5625 C 6.203125 -4.726563 6.1875 -4.90625 6.15625 -5.09375 C 6.132813 -5.289063 6.085938 -5.46875 6.015625 -5.625 C 5.941406 -5.789063 5.835938 -5.925781 5.703125 -6.03125 C 5.578125 -6.144531 5.410156 -6.203125 5.203125 -6.203125 C 5.023438 -6.203125 4.8125 -6.140625 4.5625 -6.015625 C 4.3125 -5.898438 4.050781 -5.742188 3.78125 -5.546875 C 3.519531 -5.359375 3.257813 -5.144531 3 -4.90625 C 2.738281 -4.664063 2.5 -4.421875 2.28125 -4.171875 C 2.070313 -3.929688 1.90625 -3.695313 1.78125 -3.46875 C 1.65625 -3.25 1.59375 -3.070313 1.59375 -2.9375 Z M 1.59375 -2.9375 "
id="path91" />
</g>
</g>
</defs>
<path
fill="none"
stroke-width="1.04"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 38.381761 43.561827 C 150.790231 45.531711 262.849541 44.479022 328.778125 43.561827 M 38.381761 43.561827 C 140.278971 43.739012 241.040109 44.531135 328.778125 43.561827 M 328.778125 43.561827 C 328.022481 95.060227 328.40812 149.34148 328.778125 209.51154 M 328.778125 43.561827 C 327.131343 105.300498 328.809393 168.441018 328.778125 209.51154 M 328.778125 209.51154 C 228.089945 209.532385 124.832577 210.621554 38.381761 209.51154 M 328.778125 209.51154 C 223.519605 210.027462 118.479961 209.949292 38.381761 209.51154 M 38.381761 209.51154 C 39.689806 168.857925 37.881473 130.101236 38.381761 43.561827 M 38.381761 209.51154 C 38.329648 149.549933 37.871051 90.437774 38.381761 43.561827 "
transform="matrix(0.749568, 0, 0, 0.749568, 0.374784, 0.374784)"
id="path98" />
<path
fill="none"
stroke-width="1.04"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 38.381761 85.049255 C 149.88867 83.522334 264.188854 82.620774 328.778125 85.049255 M 38.381761 85.049255 C 102.460321 84.048679 165.71028 84.220653 328.778125 85.049255 "
transform="matrix(0.749568, 0, 0, 0.749568, 0.374784, 0.374784)"
id="path100" />
<path
fill="none"
stroke-width="1.04"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 38.381761 126.541895 C 151.248828 126.9119 263.678143 129.512355 328.778125 126.541895 M 38.381761 126.541895 C 144.588744 127.641486 250.571639 128.157408 328.778125 126.541895 "
transform="matrix(0.749568, 0, 0, 0.749568, 0.374784, 0.374784)"
id="path102" />
<path
fill="none"
stroke-width="1.04"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 38.381761 168.0189 C 150.342056 168.071014 265.017456 167.659318 328.778125 168.0189 M 38.381761 168.0189 C 106.780517 167.961576 175.252232 167.86256 328.778125 168.0189 "
transform="matrix(0.749568, 0, 0, 0.749568, 0.374784, 0.374784)"
id="path104" />
<path
fill="none"
stroke-width="1.04"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 37.209211 106.79094 C 29.03784 105.039932 20.188995 105.128524 17.63023 106.827419 M 37.209211 106.79094 C 31.53928 107.718557 27.057533 107.25996 17.63023 106.827419 M 17.63023 106.827419 C 19.30828 137.668092 19.719975 166.580572 17.63023 186.691109 M 17.63023 106.827419 C 17.90122 122.88875 17.802204 138.392468 17.63023 186.691109 M 17.63023 186.691109 C 22.070287 186.701532 23.430445 186.628573 29.74137 186.738011 M 17.63023 186.691109 C 21.210417 186.711955 24.019325 186.800547 29.74137 186.738011 "
transform="matrix(0.749568, 0, 0, 0.749568, 0.374784, 0.374784)"
id="path106" />
<path
fill="none"
stroke-width="0.52"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 27.641202 183.44966 L 27.641202 183.44966 M 27.641202 183.44966 L 27.641202 183.44966 M 30.090529 186.951676 C 30.710678 186.529558 31.257868 185.919832 31.46111 185.377853 M 30.090529 186.951676 C 30.309405 186.628573 30.580395 186.258569 31.46111 185.377853 "
transform="matrix(0.749568, 0, 0, 0.749568, 0.374784, 0.374784)"
id="path108" />
<path
fill="none"
stroke-width="1.04"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 35.182002 186.769279 C 33.832267 187.67084 30.382364 188.629725 27.912192 190.359888 M 35.182002 186.769279 C 33.712406 187.571825 31.758156 188.509865 27.912192 190.359888 M 27.912192 190.359888 C 28.652201 189.489596 28.652201 188.322257 29.74137 186.738011 M 27.912192 190.359888 C 28.448959 189.39058 28.589665 188.869447 29.74137 186.738011 M 29.74137 186.738011 C 29.371365 185.820817 28.938825 184.768127 27.938248 183.1005 M 29.74137 186.738011 C 29.230659 185.627997 28.871077 184.418968 27.938248 183.1005 M 27.938248 183.1005 C 31.018147 184.559674 33.639448 186.091806 35.182002 186.769279 M 27.938248 183.1005 C 29.397422 184.002061 30.851384 184.981792 35.182002 186.769279 "
transform="matrix(0.749568, 0, 0, 0.749568, 0.374784, 0.374784)"
id="path110" />
<path
fill="none"
stroke-width="1.04"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 359.900923 43.561827 C 357.441174 43.822394 355.830872 43.890141 354.710435 43.561827 M 359.900923 43.561827 C 358.332312 43.369008 356.659474 43.57225 354.710435 43.561827 M 354.710435 43.561827 C 349.228112 43.051116 351.328279 47.918502 349.530369 53.932381 M 354.710435 43.561827 C 350.817569 43.707744 351.792088 48.851331 349.530369 53.932381 M 349.530369 53.932381 C 349.118674 61.551351 351.609691 69.529903 349.530369 95.41981 M 349.530369 53.932381 C 349.811781 67.659034 348.451623 81.661888 349.530369 95.41981 M 349.530369 95.41981 C 350.567425 101.329462 348.12852 105.832054 344.339881 105.790364 M 349.530369 95.41981 C 351.541944 100.010995 349.457411 105.910224 344.339881 105.790364 M 344.339881 105.790364 C 343.490433 105.769518 343.151697 105.66008 341.749848 105.790364 M 344.339881 105.790364 C 343.740577 105.842477 343.162119 105.717405 341.749848 105.790364 M 341.749848 105.790364 C 339.660103 104.341613 339.519397 105.748673 344.339881 105.790364 M 341.749848 105.790364 C 340.822231 103.450475 339.409959 105.61839 344.339881 105.790364 M 344.339881 105.790364 C 345.361302 105.712194 346.278497 105.998817 346.929914 105.790364 M 344.339881 105.790364 C 344.991298 105.910224 345.35088 105.847688 346.929914 105.790364 M 346.929914 105.790364 C 346.648502 106.358399 349.118674 107.358975 349.530369 116.160918 M 346.929914 105.790364 C 349.009236 104.081046 350.567425 111.621846 349.530369 116.160918 M 349.530369 116.160918 C 348.269226 124.618913 347.97218 134.53087 349.530369 157.648346 M 349.530369 116.160918 C 349.311493 129.887571 349.457411 141.821525 349.530369 157.648346 M 349.530369 157.648346 C 351.140671 163.161937 351.078135 166.877618 354.710435 168.0189 M 349.530369 157.648346 C 348.290072 164.610688 348.977968 169.029899 354.710435 168.0189 M 354.710435 168.0189 C 356.247778 168.170029 357.868503 168.352426 359.900923 168.0189 M 354.710435 168.0189 C 356.200876 167.909462 358.212451 168.050168 359.900923 168.0189 "
transform="matrix(-0.749568, 0, 0, 0.749568, 524.367938, 0.374784)"
id="path112" />
<path
fill="none"
stroke-width="1.04"
stroke-linecap="round"
stroke-linejoin="round"
stroke="rgb(0%, 0%, 0%)"
stroke-opacity="1"
stroke-miterlimit="10"
d="M 359.900923 168.0189 C 358.452173 167.747911 357.039901 167.89904 354.710435 168.0189 M 359.900923 168.0189 C 358.717951 167.867772 357.008633 168.248199 354.710435 168.0189 M 354.710435 168.0189 C 350.129673 166.872407 347.53964 172.891497 349.530369 178.389455 M 354.710435 168.0189 C 348.998813 165.887465 348.290072 169.691739 349.530369 178.389455 M 349.530369 178.389455 C 349.639807 180.031025 349.170787 181.948796 349.530369 183.579943 M 349.530369 178.389455 C 349.519947 179.812149 349.321916 181.229631 349.530369 183.579943 M 349.530369 183.579943 C 349.749245 188.848601 348.842473 189.922136 344.339881 188.770431 M 349.530369 183.579943 C 347.159212 187.821969 348.310917 186.550403 344.339881 188.770431 M 344.339881 188.770431 C 343.730155 188.520287 342.479435 188.629725 341.749848 188.770431 M 344.339881 188.770431 C 343.521701 188.911137 342.552393 188.681839 341.749848 188.770431 M 341.749848 188.770431 C 338.529244 190.818486 339.159815 189.911714 344.339881 188.770431 M 341.749848 188.770431 C 338.159239 186.49829 343.261135 187.212243 344.339881 188.770431 M 344.339881 188.770431 C 345.491586 188.827756 346.13258 188.629725 346.929914 188.770431 M 344.339881 188.770431 C 344.819324 188.859024 345.382148 188.900715 346.929914 188.770431 M 346.929914 188.770431 C 349.420931 190.557919 347.53964 193.372039 349.530369 199.140986 M 346.929914 188.770431 C 349.702343 188.410849 348.170211 190.380734 349.530369 199.140986 M 349.530369 199.140986 C 349.790936 200.949319 349.33755 202.731595 349.530369 204.321051 M 349.530369 199.140986 C 349.431354 201.100447 349.608539 202.809765 349.530369 204.321051 M 349.530369 204.321051 C 350.43193 207.12996 349.618962 207.817856 354.710435 209.51154 M 349.530369 204.321051 C 349.18121 209.391679 353.589998 209.12069 354.710435 209.51154 M 354.710435 209.51154 C 356.617783 209.021675 358.0509 209.610555 359.900923 209.51154 M 354.710435 209.51154 C 355.971578 209.548019 357.050324 209.600133 359.900923 209.51154 "
transform="matrix(-0.749568, 0, 0, 0.749568, 524.367938, 0.374784)"
id="path114" />
<g
fill="#000000"
fill-opacity="1"
id="g144">
<use
xlink:href="#glyph-0-1"
x="277.54364"
y="85.517647"
id="use116" />
<use
xlink:href="#glyph-0-2"
x="285.02948"
y="85.517647"
id="use118" />
<use
xlink:href="#glyph-0-3"
x="294.45889"
y="85.517647"
id="use120" />
<use
xlink:href="#glyph-0-4"
x="302.21805"
y="85.517647"
id="use122" />
<use
xlink:href="#glyph-0-5"
x="311.98151"
y="85.517647"
id="use124" />
<use
xlink:href="#glyph-0-6"
x="318.98145"
y="85.517647"
id="use126" />
<use
xlink:href="#glyph-0-5"
x="322.56491"
y="85.517647"
id="use128" />
<use
xlink:href="#glyph-0-7"
x="329.56485"
y="85.517647"
id="use130" />
<use
xlink:href="#glyph-0-8"
x="334.77304"
y="85.517647"
id="use132" />
<use
xlink:href="#glyph-0-9"
x="345.49313"
y="85.517647"
id="use134" />
<use
xlink:href="#glyph-0-10"
x="349.0766"
y="85.517647"
id="use136" />
<use
xlink:href="#glyph-0-11"
x="356.56244"
y="85.517647"
id="use138" />
<use
xlink:href="#glyph-0-12"
x="365.03525"
y="85.517647"
id="use140" />
<use
xlink:href="#glyph-0-13"
x="373.50806"
y="85.517647"
id="use142" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g148">
<use
xlink:href="#glyph-0-5"
x="379.03513"
y="85.517647"
id="use146" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g184">
<use
xlink:href="#glyph-0-1"
x="277.54364"
y="147.7123"
id="use150" />
<use
xlink:href="#glyph-0-2"
x="285.02948"
y="147.7123"
id="use152" />
<use
xlink:href="#glyph-0-3"
x="294.45889"
y="147.7123"
id="use154" />
<use
xlink:href="#glyph-0-4"
x="302.21805"
y="147.7123"
id="use156" />
<use
xlink:href="#glyph-0-5"
x="311.98151"
y="147.7123"
id="use158" />
<use
xlink:href="#glyph-0-14"
x="318.98145"
y="147.7123"
id="use160" />
<use
xlink:href="#glyph-0-5"
x="329.06378"
y="147.7123"
id="use162" />
<use
xlink:href="#glyph-0-7"
x="336.06372"
y="147.7123"
id="use164" />
<use
xlink:href="#glyph-0-15"
x="341.27191"
y="147.7123"
id="use166" />
<use
xlink:href="#glyph-0-2"
x="349.39548"
y="147.7123"
id="use168" />
<use
xlink:href="#glyph-0-3"
x="358.82489"
y="147.7123"
id="use170" />
<use
xlink:href="#glyph-0-9"
x="366.58405"
y="147.7123"
id="use172" />
<use
xlink:href="#glyph-0-2"
x="370.16751"
y="147.7123"
id="use174" />
<use
xlink:href="#glyph-0-16"
x="379.59692"
y="147.7123"
id="use176" />
<use
xlink:href="#glyph-0-17"
x="389.02634"
y="147.7123"
id="use178" />
<use
xlink:href="#glyph-0-11"
x="392.57947"
y="147.7123"
id="use180" />
<use
xlink:href="#glyph-0-13"
x="401.05228"
y="147.7123"
id="use182" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g188">
<use
xlink:href="#glyph-0-5"
x="406.57324"
y="147.7123"
id="use186" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g202">
<use
xlink:href="#glyph-0-18"
x="38.094227"
y="85.517647"
id="use190" />
<use
xlink:href="#glyph-0-8"
x="47.857693"
y="85.517647"
id="use192" />
<use
xlink:href="#glyph-0-8"
x="58.577766"
y="85.517647"
id="use194" />
<use
xlink:href="#glyph-0-19"
x="69.297844"
y="85.517647"
id="use196" />
<use
xlink:href="#glyph-0-11"
x="76.783676"
y="85.517647"
id="use198" />
<use
xlink:href="#glyph-0-4"
x="85.256477"
y="85.517647"
id="use200" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g206">
<use
xlink:href="#glyph-0-5"
x="95.016907"
y="85.517647"
id="use204" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g218">
<use
xlink:href="#glyph-0-20"
x="38.094227"
y="53.642887"
id="use208" />
<use
xlink:href="#glyph-0-9"
x="45.898926"
y="53.642887"
id="use210" />
<use
xlink:href="#glyph-0-21"
x="49.482407"
y="53.642887"
id="use212" />
<use
xlink:href="#glyph-0-4"
x="58.274082"
y="53.642887"
id="use214" />
<use
xlink:href="#glyph-0-22"
x="68.037552"
y="53.642887"
id="use216" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g230">
<use
xlink:href="#glyph-0-20"
x="38.094227"
y="115.06011"
id="use220" />
<use
xlink:href="#glyph-0-9"
x="45.898926"
y="115.06011"
id="use222" />
<use
xlink:href="#glyph-0-21"
x="49.482407"
y="115.06011"
id="use224" />
<use
xlink:href="#glyph-0-4"
x="58.274082"
y="115.06011"
id="use226" />
<use
xlink:href="#glyph-0-22"
x="68.037552"
y="115.06011"
id="use228" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g260">
<use
xlink:href="#glyph-0-23"
x="38.094227"
y="147.7123"
id="use232" />
<use
xlink:href="#glyph-0-9"
x="47.52364"
y="147.7123"
id="use234" />
<use
xlink:href="#glyph-0-19"
x="51.107121"
y="147.7123"
id="use236" />
<use
xlink:href="#glyph-0-4"
x="58.592953"
y="147.7123"
id="use238" />
<use
xlink:href="#glyph-0-24"
x="68.356422"
y="147.7123"
id="use240" />
<use
xlink:href="#glyph-0-20"
x="76.829224"
y="147.7123"
id="use242" />
<use
xlink:href="#glyph-0-9"
x="84.633926"
y="147.7123"
id="use244" />
<use
xlink:href="#glyph-0-21"
x="88.217407"
y="147.7123"
id="use246" />
<use
xlink:href="#glyph-0-4"
x="97.009087"
y="147.7123"
id="use248" />
<use
xlink:href="#glyph-0-22"
x="106.77255"
y="147.7123"
id="use250" />
<use
xlink:href="#glyph-0-25"
x="115.56422"
y="147.7123"
id="use252" />
<use
xlink:href="#glyph-0-5"
x="119.08697"
y="147.7123"
id="use254" />
<use
xlink:href="#glyph-0-26"
x="126.08691"
y="147.7123"
id="use256" />
<use
xlink:href="#glyph-0-27"
x="136.5033"
y="147.7123"
id="use258" />
</g>
<g
fill="#000000"
fill-opacity="1"
id="g290">
<use
xlink:href="#glyph-0-28"
x="30.319895"
y="25.655294"
id="use262" />
<use
xlink:href="#glyph-0-2"
x="39.430439"
y="25.655294"
id="use264" />
<use
xlink:href="#glyph-0-29"
x="48.859852"
y="25.655294"
id="use266" />
<use
xlink:href="#glyph-0-7"
x="57.651527"
y="25.655294"
id="use268" />
<use
xlink:href="#glyph-0-30"
x="62.859722"
y="25.655294"
id="use270" />
<use
xlink:href="#glyph-0-31"
x="72.623192"
y="25.655294"
id="use272" />
<use
xlink:href="#glyph-0-21"
x="80.427895"
y="25.655294"
id="use274" />
<use
xlink:href="#glyph-0-4"
x="89.219566"
y="25.655294"
id="use276" />
<use
xlink:href="#glyph-0-2"
x="98.983032"
y="25.655294"
id="use278" />
<use
xlink:href="#glyph-0-9"
x="108.41245"
y="25.655294"
id="use280" />
<use
xlink:href="#glyph-0-21"
x="111.99593"
y="25.655294"
id="use282" />
<use
xlink:href="#glyph-0-11"
x="120.78761"
y="25.655294"
id="use284" />
<use
xlink:href="#glyph-0-3"
x="129.26041"
y="25.655294"
id="use286" />
<use
xlink:href="#glyph-0-13"
x="137.01956"
y="25.655294"
id="use288" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 89 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 213 KiB

5
src/images/moon.svg Normal file
View File

@@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 256 256">
<g style="fill: #444; stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill-rule: nonzero; opacity: 1;" stroke-linecap="round" transform="translate(1.4065934065934016 1.4065934065934016) scale(2.81 2.81)">
<path d="M 87.823 60.7 c -0.463 -0.423 -1.142 -0.506 -1.695 -0.214 c -15.834 8.398 -35.266 2.812 -44.232 -12.718 c -8.966 -15.53 -4.09 -35.149 11.101 -44.665 c 0.531 -0.332 0.796 -0.963 0.661 -1.574 c -0.134 -0.612 -0.638 -1.074 -1.259 -1.153 c -9.843 -1.265 -19.59 0.692 -28.193 5.66 C 13.8 12.041 6.356 21.743 3.246 33.35 S 1.732 57.08 7.741 67.487 c 6.008 10.407 15.709 17.851 27.316 20.961 C 38.933 89.486 42.866 90 46.774 90 c 7.795 0 15.489 -2.044 22.42 -6.046 c 8.601 -4.966 15.171 -12.43 18.997 -21.586 C 88.433 61.79 88.285 61.123 87.823 60.7 z" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 928 B

13
src/images/sun.svg Normal file
View File

@@ -0,0 +1,13 @@
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 256 256">
<g style="fill: #ddd; stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill-rule: nonzero; opacity: 1;" stroke-linecap="round" transform="translate(1.4065934065934016 1.4065934065934016) scale(2.81 2.81)">
<path d="M 45 11.861 c 2.927 0 5.764 0.383 8.467 1.096 C 51.156 7.54 48.279 3.09 45 0 c -3.279 3.09 -6.156 7.54 -8.467 12.957 C 39.236 12.245 42.073 11.861 45 11.861 z" />
<path d="M 73.641 28.339 c 2.199 -5.468 3.312 -10.652 3.178 -15.159 c -4.506 -0.133 -9.691 0.979 -15.159 3.179 C 66.617 19.248 70.752 23.383 73.641 28.339 z" />
<path d="M 28.339 16.359 c -5.468 -2.199 -10.652 -3.312 -15.159 -3.178 c -0.133 4.506 0.979 9.691 3.178 15.159 C 19.248 23.383 23.383 19.248 28.339 16.359 z" />
<path d="M 90 45 c -3.09 -3.279 -7.54 -6.156 -12.957 -8.467 c 0.713 2.703 1.096 5.54 1.096 8.467 s -0.383 5.764 -1.096 8.467 C 82.46 51.156 86.91 48.279 90 45 z" />
<path d="M 11.861 45 c 0 -2.927 0.383 -5.764 1.096 -8.467 C 7.54 38.844 3.09 41.721 0 45 c 3.09 3.279 7.54 6.156 12.957 8.467 C 12.245 50.764 11.861 47.927 11.861 45 z" />
<path d="M 61.661 73.641 c 5.468 2.199 10.652 3.312 15.159 3.178 c 0.133 -4.506 -0.979 -9.691 -3.178 -15.159 C 70.752 66.617 66.617 70.752 61.661 73.641 z" />
<path d="M 45 78.139 c -2.927 0 -5.764 -0.383 -8.467 -1.096 C 38.844 82.46 41.721 86.91 45 90 c 3.279 -3.09 6.156 -7.54 8.467 -12.957 C 50.764 77.755 47.927 78.139 45 78.139 z" />
<path d="M 16.359 61.661 c -2.199 5.468 -3.312 10.652 -3.178 15.159 c 4.506 0.133 9.691 -0.979 15.159 -3.178 C 23.383 70.752 19.248 66.617 16.359 61.661 z" transform="matrix(1 0 0 1 0 0)" />
<circle cx="45" cy="45" r="27"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 194 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 72 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 276 KiB

Some files were not shown because too many files have changed in this diff Show More