<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet href="/assets/rss.xsl" type="text/xsl"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
>
<channel>
	<title>Sacha Chua</title>
	<atom:link href="https://sachachua.com/blog/feed/index.xml" rel="self" type="application/rss+xml" />
	<atom:link href="https://sachachua.com" rel="alternate" type="text/html" />
	<link>https://sachachua.com/blog/feed/index.xml</link>
	<description>Emacs, sketches, and life</description>
	<lastBuildDate>Mon, 19 Feb 2024 13:41:17 GMT</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>daily</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>11ty</generator>
  <item>
		<title>2024-02-19 Emacs news</title>
		<link>https://sachachua.com/blog/2024/02/2024-02-19-emacs-news/</link>
		<dc:creator><![CDATA[Sacha Chua]]></dc:creator>
		<pubDate>Mon, 19 Feb 2024 13:41:17 GMT</pubDate>
    <category>emacs</category>
<category>emacs-news</category>
		<guid isPermaLink="false">https://sachachua.com/blog/2024/02/2024-02-19-emacs-news/</guid>
		<description><![CDATA[<ul class="org-ul">
<li>Upcoming events:
<ul class="org-ul">
<li>M-x Research: TBA <a href="https://m-x-research.github.io/">https://m-x-research.github.io/</a> Wed Feb 21 0800 America/Vancouver - 1000 America/Chicago - 1100 America/Toronto - 1600 Etc/GMT - 1700 Europe/Berlin - 2130 Asia/Kolkata &#x2013; Thu Feb 22 0000 Asia/Singapore</li>
<li>EmacsSF (in person): Emacs Lisp Hacking Night <a href="https://www.meetup.com/emacs-sf/events/299082479/">https://www.meetup.com/emacs-sf/events/299082479/</a> Thu Feb 22 1800 America/Los_Angeles</li>
<li>Emacs APAC (virtual) <a href="https://emacs-apac.gitlab.io/">https://emacs-apac.gitlab.io/</a> Sat Feb 24 0030 America/Vancouver - 0230 America/Chicago - 0330 America/Toronto - 0830 Etc/GMT - 0930 Europe/Berlin - 1400 Asia/Kolkata - 1630 Asia/Singapore</li>
<li>Emacs Berlin (virtual, in English) <a href="https://emacs-berlin.org/">https://emacs-berlin.org/</a> Wed Feb 28 0930 America/Vancouver - 1130 America/Chicago - 1230 America/Toronto - 1730 Etc/GMT - 1830 Europe/Berlin - 2300 Asia/Kolkata &#x2013; Thu Feb 29 0130 Asia/Singapore</li>
<li>M-x Research: TBA <a href="https://m-x-research.github.io/">https://m-x-research.github.io/</a> Fri Mar 1 0800 America/Vancouver - 1000 America/Chicago - 1100 America/Toronto - 1600 Etc/GMT - 1700 Europe/Berlin - 2130 Asia/Kolkata &#x2013; Sat Mar 2 0000 Asia/Singapore</li>
<li><a href="https://lists.gnu.org/archive/html/emacs-devel/2024-02/msg00660.html">European Lisp Symposium 2024</a> (May 6-7, Vienna) - Andrea Corallo wants to know if anyone wants to meet up</li>
</ul></li>
<li>Beginner:
<ul class="org-ul">
<li><a href="https://batsov.com/articles/2011/11/30/the-ultimate-collection-of-emacs-resources/">The Ultimate Collection of Emacs Resources</a> (2011, <a href="https://www.reddit.com/r/emacs/comments/1aq7hu8/the_ultimate_collection_of_emacs_resources/">Reddit</a>)</li>
<li><a href="https://janusworx.com/blog/note-to-self-emacs-help-stuff/">Mario Jason Braganza: Note to Self, Emacs Help Stuff</a></li>
<li><a href="https://emacsredux.com/blog/2024/02/18/describe-symbol/">Lookup the Documentation of Functions, Variables and Faces</a></li>
</ul></li>
<li>Emacs configuration:
<ul class="org-ul">
<li><a href="https://www.reddit.com/r/emacs/comments/1ata6ag/what_are_the_best_practices_in_laying_out_an/">What are the best practices in laying out an init.el that won't turn into spaghetti after a year or two?</a></li>
<li><a href="https://gist.github.com/lesliesrussell/0befc9b479dfc0e227be3fd58c540ab8">Temporarily rebind a key with automatic restore</a></li>
<li><a href="https://github.com/MiniApollo/kickstart.emacs">Kickstart.emacs is now Stable!</a> (<a href="https://www.reddit.com/r/emacs/comments/1aq3x7x/kickstartemacs_is_now_stable/">Reddit</a>)</li>
<li><a href="https://gitlab.com/greenbeast/dotfiles/-/blob/work-setup/init.org">greenbeast's Emacs Config</a> - treesitter, dirvish, meow, dashboard, svg-tag, &#x2026;</li>
<li><a href="https://gitlab.com/manueljlin/emacs-config/">manueljlin's Emacs Config</a> - Potato Emacs: elpaca, meow + Canary Ortho, lsp, drt-indent, corfu, &#x2026;</li>
<li><a href="https://github.com/masukomi/masuconfigs/blob/master/.doom.d/config.el">masukomi's Doom Emacs Config</a> - includes copilot</li>
<li><a href="https://github.com/TanbinIslam43/mydotfiles/tree/main/.doom.d">TanbinIslam43's Doom Emacs Config</a> - short</li>
</ul></li>
<li>Emacs Lisp:
<ul class="org-ul">
<li><a href="https://box.matto.nl/lessons-learned-from-creating-my-first-elpa-package.html">Lessons learned from creating my first ELPA package - box.matto.nl</a> (<a href="https://emacs.ch/@pkal/111943199193812005">@pkal@emacs.ch</a>)</li>
<li><a href="https://github.com/brandelune/brandelune.github.io/blob/1ce686edc8ab3df7a78e02a5a16b87df71391cc1/adventuresintechland.el#L227">Finding the maximum number of days in a month</a> (<a href="https://emacs.ch/@jchelary/111957325115392939">@jchelary@emacs.ch</a>) - monthMaxDay, hardcoded</li>
<li><a href="https://www.reddit.com/r/emacs/comments/1ap9azk/til_to_use_clcallf_to_toggle_a_var_without/">TIL to use cl-callf to toggle a var without repeating the name</a> (<a href="https://irreal.org/blog/?p=11980">Irreal</a>)</li>
<li><a href="https://emacsredux.com/blog/2024/02/19/replacing-dash-el-with-built-in-emacs-apis/">Emacs Redux: Replacing dash.el with Built-in Emacs APIs</a></li>
<li><a href="https://www.gnu.org/software/emacs/manual/html_node/elisp/Byte-Packing.html">TIL: Emacs has a very nice built-in binary data library</a> (<a href="https://www.reddit.com/r/emacs/comments/1at1iy0/til_emacs_has_a_very_nice_builtin_binary_data/">Reddit</a>)</li>
<li><a href="https://programadorwebvalencia.com/elisp-testing-example/">Elisp testing example | Programador Web Valencia</a> (<a href="https://hostux.social/@andros/111930907819208480">@andros@hostux.social</a>)</li>
</ul></li>
<li>Appearance:
<ul class="org-ul">
<li><a href="https://www.gonsie.com/blorg/modeline.html">Beautifying the Mode Line</a> (<a href="https://mastodon.social/@ifiinlist/111940659471450955">@ifiinlist@mastodon.social</a>)</li>
<li><a href="https://i.redd.it/4bo5crbx36ic1.gif">[auto-dark] 0.12 - Now supports emacs-mac (MacOS) and allows 'default' Emacs theme</a> (<a href="https://www.reddit.com/r/emacs/comments/1ap213j/autodark_012_now_supports_emacsmac_macos_and/">Reddit</a>)</li>
<li><a href="https://www.reddit.com/r/emacs/comments/1asfzfm/pushing_the_lmits/">NANO: hacking tab-line-mode to display under the mode-line, putting mode-line info in the header</a></li>
</ul></li>
<li>Navigation:
<ul class="org-ul">
<li><a href="http://yummymelon.com/devnull/cc-isearch-menu-now-on-melpa.html">Charles Choi: cc-isearch-menu now on MELPA</a></li>
</ul></li>
<li>Dired:
<ul class="org-ul">
<li><a href="https://mbork.pl/2024-02-17_Opening_external_drives_in_Dired">Marcin Borkowski: Opening external drives in Dired</a> (<a href="https://irreal.org/blog/?p=11984">Irreal</a>)</li>
<li><a href="https://github.com/amno1/dired-auto-readme">Update to dired-auto-readme-mode</a> (<a href="https://www.reddit.com/r/emacs/comments/1au6j6p/update_to_diredautoreadmemode/">Reddit</a>)</li>
</ul></li>
<li>Writing:
<ul class="org-ul">
<li><a href="https://gist.github.com/lgatto/f54888e7f16968f853346c67b232cae0">Create and yank bibtex entry from a DOI</a></li>
</ul></li>
<li>Org Mode:
<ul class="org-ul">
<li><a href="https://howardism.org/Technical/Emacs/capturing-intro.html">Org Capturing Introduction - Howardism</a> (<a href="https://www.reddit.com/r/emacs/comments/1apbwin/org_capturing_introduction_howardism/">Reddit</a>)</li>
<li><a href="https://fluca1978.github.io/2021/09/16/Emacs_Org_Encrypt.html">Encrypting the content of Emacs Org files</a> (2021)</li>
<li><a href="https://github.com/amno1/org-view-mode">A small update to org-view-mode</a> (<a href="https://www.reddit.com/r/emacs/comments/1au2nh3/a_small_update_to_orgviewmode/">Reddit</a>)</li>
<li><a href="https://svbck.org/blog/2024-02-14-a-small-but-useful-agenda-tweak.html">A small, but useful org-agenda tweak - jumping to narrowed subtrees</a> (<a href="https://fosstodon.org/@svbck/111945739870788047">@svbck@fosstodon.org</a>)</li>
<li><a href="https://github.com/legalnonsense/reorg">[WIP/RFC] Reorg: reorganize your life</a> (<a href="https://www.reddit.com/r/emacs/comments/1ary91e/wiprfc_reorg_reorganize_your_life/">Reddit</a>)</li>
<li><a href="http://yummymelon.com/devnull/computing-truth-tables-in-org.html">Charles Choi: Computing Truth Tables in Org</a></li>
<li><a href="https://karthinks.com/software/reftex-in-org-mode/">Karthik Chikmagalur: For Your Reference: RefTeX in Org Mode</a></li>
<li>Org development:
<ul class="org-ul">
<li><a href="https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/etc/ORG-NEWS?id=388ba5b5c415ef75adc79a2553d5f5ae06c044af">org-insert-link: Do not expand path arg when `org-link-file-path-type' is a function</a></li>
<li><a href="https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/etc/ORG-NEWS?id=b8ee1315a1cd80fb92f2577f480c475486a71907">ox-org: Do not process citations by default</a></li>
</ul></li>
</ul></li>
<li>Denote:
<ul class="org-ul">
<li><a href="https://mike.puddingtime.org/posts/2024-02-14-daily-notes/">Adding Denote files to the Org agenda by filename</a> (<a href="https://social.lol/@mph/111933365042595236">@mph@social.lol</a>)</li>
</ul></li>
<li>Completion:
<ul class="org-ul">
<li><a href="https://protesilaos.com/codelog/2024-02-17-emacs-modern-minibuffer-packages/">Protesilaos Stavrou: Emacs: modern minibuffer packages (Vertico, Consult, etc.)</a> (44:01 <a href="https://www.youtube.com/watch?v=d3aaxOqwHhI">YouTube</a>, <a href="https://www.reddit.com/r/emacs/comments/1ata3o3/emacs_modern_minibuffer_packages_vertico_consult/">Reddit</a>)</li>
<li><a href="https://www.youtube.com/watch?v=ep5CK6armPM">Vertico: Minimalist Vertical Interactive Completion in Emacs</a> (07:04)</li>
<li><a href="https://www.youtube.com/watch?v=_KYiTlYepzw">Emacs Helm Essentials</a> (10:11)</li>
</ul></li>
<li>Coding:
<ul class="org-ul">
<li><a href="https://cestlaz.github.io/post/using-emacs-82-conda-direnv/">Mike Zamansky: Using Emacs 82 - Conda and Direnv</a> (<a href="https://www.reddit.com/r/emacs/comments/1apzg00/using_emacs_with_conda_and_direnv/">Reddit</a>, <a href="https://irreal.org/blog/?p=11978">Irreal</a>)</li>
<li><a href="https://metaredux.com/posts/2024/02/19/cider-preliminary-support-for-clojure-ts-mode.html">Meta Redux: CIDER: Preliminary Support for clojure-ts-mode</a></li>
<li><a href="https://metaredux.com/posts/2024/02/19/configuring-fixed-tonsky-indentation-in-clojure-mode.html">Meta Redux: Configuring fixed/tonsky indentation in clojure-mode</a></li>
<li><a href="https://metaredux.com/posts/2024/02/19/flycheck-updates.html">Meta Redux: Flycheck Updates: A new Stable Release and Way More</a></li>
<li><a href="https://github.com/alphapapa/magit-todos/releases/tag/1.7.1">Release 1.7.1 · alphapapa/magit-todos</a></li>
<li><a href="https://emacs.ch/@graywolf/111942871762441228">Summarizing debbugs patch acceptance</a></li>
</ul></li>
<li>Mail, news, and chat:
<ul class="org-ul">
<li><a href="https://wwwcip.cs.fau.de/~oj14ozun/src+etc/rcirc-voirc.el">rcirc-voirc.el - VoIRC for rcirc</a> (<a href="https://emacs.ch/@pkal/111947774047299320">@pkal@emacs.ch</a>) - very compressed voice over IRC</li>
<li><a href="https://lemmy.ml/post/12116284">lem.el 0.16 update - Lemmy</a></li>
<li><a href="https://irreal.org/blog/?p=11982">Irreal: OPML and RSS</a></li>
</ul></li>
<li>Web:
<ul class="org-ul">
<li><a href="https://lists.gnu.org/archive/html/emacs-devel/2024-02/msg00684.html">[RFC] Proposed change to EWW history navigation</a></li>
</ul></li>
<li>Fun:
<ul class="org-ul">
<li><a href="https://camdez.com/blog/2024/02/12/chinese-zodiac-time-for-emacs/">Chinese Zodiac Time for Your Emacs Mode Line</a> (<a href="https://www.reddit.com/r/emacs/comments/1apltpr/chinese_zodiac_time_for_your_emacs_mode_line/">Reddit</a>)</li>
</ul></li>
<li>Community:
<ul class="org-ul">
<li><a href="https://www.reddit.com/r/emacs/comments/1aqhyay/weekly_tips_tricks_c_thread/">Weekly Tips, Tricks, &amp;c. Thread</a></li>
<li><a href="https://metaredux.com/posts/2024/02/15/cider-community-impact.html">Meta Redux: CIDER: Community Impact</a></li>
<li><a href="https://www.youtube.com/watch?v=scBBjZcy6fc">Why No One Can Answer The "Vim Versus Emacs" Question</a> (13:44)</li>
</ul></li>
<li>Other:
<ul class="org-ul">
<li><a href="https://emacsconf.org/2023/talks/emacsen/">EmacsConf - 2023 - talks - The Emacsen family, the design of an Emacs and the importance of Lisp</a> (2023, <a href="https://news.ycombinator.com/item?id=39397942">HN</a>)</li>
<li><a href="https://github.com/CeleritasCelery/rune">CeleritasCelery/rune: Rust VM for Emacs</a> (<a href="https://mastodon.social/@jnpn/111942584368937491">@jnpn@mastodon.social</a>)</li>
</ul></li>
<li>Emacs development:
<ul class="org-ul">
<li><a href="https://coredumped.dev/2022/05/19/a-vision-of-a-multi-threaded-emacs/">A vision of a multi-threaded Emacs • Core Dumped</a> (2022, <a href="https://news.ycombinator.com/item?id=39408162">HN</a>)</li>
<li><a href="https://lists.gnu.org/archive/html/emacs-devel/2024-02/msg00668.html">Re: Moving packages out of core to ELPA</a> discussion about lisp/obsolete and others</li>
<li><a href="https://lists.gnu.org/archive/html/emacs-devel/2024-02/msg00557.html">Re: Some thoughts about Emacs performance</a> randomness and sorting, and also this thread is nice =)</li>
<li><a href="https://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=6477be93bd8a29cba8ce383f9ea3fba23c45f225">Make key selection method configurable in EPA.</a></li>
<li><a href="https://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=60cff1ac9d216e5abcb350ea5e623ab0b377c131">Add support for reading/writing IELM input history (bug#67000)</a></li>
<li><a href="https://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=fbef8ff2a4106ff7f0f3d026071fb8096280cc61">titdic-cnv.el: Bring all definitions under the `tit-` namespace</a></li>
<li><a href="https://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=371ccf09fea26892a2fada028d27fb4b596636df">Add 'custom-variable' command</a></li>
<li><a href="https://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=3b90e5052ce1eea47430c85c0c35741e25269ce2">Tree-sitter support for outline-minor-mode (bug#68824)</a></li>
</ul></li>
<li>New packages:
<ul class="org-ul">
<li><a target="_blank" href="http://melpa.org/#/cc-isearch-menu">cc-isearch-menu</a>: A Transient menu for isearch (MELPA)</li>
<li><a target="_blank" href="http://melpa.org/#/eglot-signature-eldoc-talkative">eglot-signature-eldoc-talkative</a>: Make Eglot make ElDoc echo docs (MELPA)</li>
<li><a target="_blank" href="http://melpa.org/#/iso-639">iso-639</a>: ISO 639 (MELPA)</li>
<li><a target="_blank" href="http://melpa.org/#/org-cite-overlay">org-cite-overlay</a>: Overlays for org-cite citations (MELPA)</li>
<li><a target="_blank" href="http://melpa.org/#/org-cite-overlay-sidecar">org-cite-overlay-sidecar</a>: Show Sidecar for overlaid org-cite citations (MELPA)</li>
<li><a target="_blank" href="http://melpa.org/#/org-nix-shell">org-nix-shell</a>: Org local nix-shell (MELPA)</li>
<li><a target="_blank" href="http://melpa.org/#/pinyin-isearch">pinyin-isearch</a>: Pinyin mode for isearch (MELPA)</li>
<li><a target="_blank" href="https://elpa.gnu.org/packages/rcirc-sqlite.html">rcirc-sqlite</a>: rcirc logging in SQLite (GNU ELPA)</li>
</ul></li>
</ul>

<p>
Links from <a href="https://www.reddit.com/r/emacs">reddit.com/r/emacs</a>, <a href="https://www.reddit.com/r/orgmode">r/orgmode</a>, <a href="https://www.reddit.com/r/spacemacs">r/spacemacs</a>, <a href="https://www.reddit.com/r/planetemacs">r/planetemacs</a>, <a href="https://hn.algolia.com/?query=emacs&amp;sort=byDate&amp;prefix&amp;page=0&amp;dateRange=all&amp;type=story">Hacker News</a>, <a href="https://lobste.rs/search?q=emacs&amp;what=stories&amp;order=newest">lobste.rs</a>, <a href="https://kbin.social/m/emacs/newest">kbin</a>, <a href="https://programming.dev/c/emacs?dataType=Post&amp;page=1&amp;sort=New">programming.dev</a>, <a href="https://lemmy.ml/c/emacs?dataType=Post&amp;page=1&amp;sort=New">lemmy</a>, <a href="https://communick.news/c/emacs?dataType=Post&amp;page=1&amp;sort=New">communick.news</a>, <a href="https://planet.emacslife.com">planet.emacslife.com</a>, <a href="https://www.youtube.com/playlist?list=PL4th0AZixyREOtvxDpdxC9oMuX7Ar7Sdt">YouTube</a>, <a href="http://git.savannah.gnu.org/cgit/emacs.git/log/etc/NEWS">the Emacs NEWS file</a>, <a href="https://emacslife.com/calendar/">Emacs Calendar</a>, and <a href="http://lists.gnu.org/archive/html/emacs-devel/2024-02">emacs-devel</a>. Thanks to Andrés Ramírez for emacs-devel links. Do you have an Emacs-related link or announcement? Please e-mail me at <a href="mailto:sacha@sachachua.com">sacha@sachachua.com</a>. Thank you!</p>
<div><a href="https://sachachua.com/blog/2024/02/2024-02-19-emacs-news/index.org">View org source for this post</a></div>]]></description>
		</item><item>
		<title>2024-02-12 Emacs news</title>
		<link>https://sachachua.com/blog/2024/02/2024-02-12-emacs-news/</link>
		<dc:creator><![CDATA[Sacha Chua]]></dc:creator>
		<pubDate>Mon, 12 Feb 2024 19:00:53 GMT</pubDate>
    <category>emacs</category>
<category>emacs-news</category>
		<guid isPermaLink="false">https://sachachua.com/blog/2024/02/2024-02-12-emacs-news/</guid>
		<description><![CDATA[<ul class="org-ul">
<li>Upcoming events:
<ul class="org-ul">
<li><a href="https://dogodki.kompot.si/events/db14a364-8a55-41d5-a1a4-189ac7c33772">Emacs.si meetup (Ljubljana, Slovenija): , April 4, 2024 at 7:00 PM</a></li>
<li><a href="https://emacs-apac.gitlab.io/announcements/february-2024/">Emacs APAC: Announcing Emacs Asia-Pacific (APAC) virtual meetup, Saturday, February 24, 2024</a></li>
<li>Emacs.si: Emacs.si meetup #3 2024 (#online) <a href="https://dogodki.kompot.si/events/737deab1-bfa3-4b44-b87e-000a7d3be294">https://dogodki.kompot.si/events/737deab1-bfa3-4b44-b87e-000a7d3be294</a> Fri Feb 16 2330 America/Vancouver &#x2013; Sat Feb 17 0130 America/Chicago - 0230 America/Toronto - 0730 Etc/GMT -</li>
<li>EmacsSF (in person): coffee.el in SF <a href="https://www.meetup.com/emacs-sf/events/299081007/">https://www.meetup.com/emacs-sf/events/299081007/</a> Sat Feb 17 1100 America/Los_Angeles</li>
<li>M-x Research: TBA <a href="https://m-x-research.github.io/">https://m-x-research.github.io/</a> Wed Feb 21 0800 America/Vancouver - 1000 America/Chicago - 1100 America/Toronto - 1600 Etc/GMT - 1700 Europe/Berlin - 2130 Asia/Kolkata &#x2013; Thu Feb 22 0000 Asia/Singapore</li>
<li>EmacsSF (in person): Emacs Lisp Hacking Night <a href="https://www.meetup.com/emacs-sf/events/299082479/">https://www.meetup.com/emacs-sf/events/299082479/</a> Thu Feb 22 1800 America/Los_Angeles</li>
<li>Emacs APAC (virtual) <a href="https://emacs-apac.gitlab.io/">https://emacs-apac.gitlab.io/</a> Sat Feb 24 0030 America/Vancouver - 0230 America/Chicago - 0330 America/Toronto - 0830 Etc/GMT - 0930 Europe/Berlin - 1400 Asia/Kolkata - 1630 Asia/Singapore</li>
</ul></li>
<li>Beginner:
<ul class="org-ul">
<li><a href="https://systemcrafters.net/emacs-essentials/absolute-beginners-guide-to-emacs/">The Absolute Beginner’s Guide to Emacs - System Crafters</a> (<a href="https://news.ycombinator.com/item?id=39262151">HN</a>)</li>
</ul></li>
<li>Emacs configuration:
<ul class="org-ul">
<li><a href="https://notxor.nueva-actitud.org/2024/02/02/emacs-configuraciones-basicas.html">Emacs, configuraciones básicas</a></li>
<li><a href="https://taonaw.com/2024/02/07/a-couple-of.html">Emacs config snippets for system-type, x-display-pixel-width, display-monitor-attributes-list</a> ()</li>
<li><a href="https://gitlab.com/jjba-projects/dotfiles">Help and critique my dotfiles (nix/nixos/Joe/emacw.nix)</a> (<a href="https://www.reddit.com/r/emacs/comments/1am744i/help_and_critique_my_dotfiles_nixnixosjoeemacwnix/">Reddit</a>)</li>
<li><a href="https://github.com/karthink/.emacs.d">karthink's Emacs Config</a></li>
<li><a href="https://github.com/nyxkrage/emacs-os">emacs-os: The finest linny dib on the market, for all your needs, as long as they are only emacs</a></li>
<li><a href="https://github.com/emacs-exordium/exordium">emacs-exordium/exordium: An Emacs configuration that will make your C++ IDE jealous.</a> ()</li>
</ul></li>
<li>Emacs Lisp:
<ul class="org-ul">
<li><a href="https://github.com/Kyure-A/el-project">el-project.el &#x2013; Generate project skeleton for Emacs Lisp</a></li>
<li><a href="https://lifeofpenguin.blogspot.com/2024/02/just-in-time-lazy-loading.html">Anand Tamariya: Just In Time Lazy-Loading</a></li>
<li><a href="https://lists.gnu.org/archive/html/emacs-devel/2024-02/msg00363.html">Test your ELisp knowledge</a>: (their-fun (/ my-x 0))</li>
</ul></li>
<li>Appearance:
<ul class="org-ul">
<li><a href="https://emacs.dyerdwelling.family/emacs/20240208164549-emacs-selected-window-accent-mode-now-on-melpa/">James Dyer: selected-window-accent-mode now on MELPA</a></li>
<li><a href="https://i.redd.it/4bo5crbx36ic1.gif">[auto-dark] 0.12 - Now supports emacs-mac (MacOS) and allows 'default' Emacs theme</a> (<a href="https://www.reddit.com/r/emacs/comments/1ap213j/autodark_012_now_supports_emacsmac_macos_and/">Reddit</a>)</li>
</ul></li>
<li>Navigation:
<ul class="org-ul">
<li><a href="https://gist.github.com/lesliesrussell/46302d413fcf49e9717eeea57fdadcbf">Emacs movement by thing</a></li>
<li><a href="https://gitlab.com/vslavkin/multi-buffer.el">Multi buffer</a> (<a href="https://www.reddit.com/r/emacs/comments/1anp6a4/multibufferel_my_first_package/">Reddit</a>)</li>
<li><a href="https://github.com/alphapapa/activities.el">Release: v0.5 - activities.el: Activities for Emacs (suspend and resume activities, i.e. frames/tabs and their windows, buffers)</a> (<a href="https://www.reddit.com/r/emacs/comments/1aof1i2/release_v05_activitiesel_activities_for_emacs/">Reddit</a>)</li>
<li><a href="https://protesilaos.com/codelog/2024-02-08-emacs-window-rules-display-buffer-alist/">Protesilaos Stavrou: Emacs: control where buffers are displayed (the display-buffer-alist)</a> (29:52 <a href="https://www.youtube.com/watch?v=1-UIzYPn38s">YouTube</a>, <a href="https://irreal.org/blog/?p=11967">Irreal</a>)</li>
<li><a href="https://www.youtube.com/watch?v=JdikRIwrSAU&amp;feature=youtu.be">Demo of Emacs package outshine</a> (2023)</li>
</ul></li>
<li>Writing:
<ul class="org-ul">
<li><a href="https://github.com/vspinu/zotelo">zotelo: Manage zotero collections from emacs</a></li>
<li><a href="https://www.youtube.com/watch?v=ruPpRlh2re4">Emacs: abbreviations with abbrev-mode (quick text expansion)</a> (26:23, <a href="https://www.reddit.com/r/emacs/comments/1ak68tv/emacs_abbreviations_with_abbrevmode_quick_text/">Reddit</a>, <a href="https://irreal.org/blog/?p=11963">Irreal</a>)
<ul class="org-ul">
<li><a href="https://taonaw.com/2024/02/10/emacs-abbrevs-hacks.html">The Art Of Not Asking Why - Emacs abbrevs hacks</a> ()</li>
</ul></li>
</ul></li>
<li>Org Mode:
<ul class="org-ul">
<li><a href="https://www.ohrg.org/writing-setup">Writing Setup</a></li>
<li><a href="https://orgmode.org/manual/Speed-Keys.html">SpeedKeys: when the pointer is on a headline, you get specific keybindings. When pointer is on plain text again, then you have the custom keybindings again</a> (<a href="https://www.reddit.com/r/emacs/comments/1amnxj8/til_about_speedkeys_in_org_mode_when_the_pointer/">Reddit</a>)</li>
<li><a href="https://github.com/djliden/paper-planner">paper-planner: An emacs org-mode planner based on a paper planner format</a></li>
<li><a href="https://gist.github.com/kepi/2f4acc3cc93403c75fbba5684c5d852d">Hierarchical archiving for Org-mode</a></li>
<li><a href="https://www.youtube.com/watch?v=WPgl9YiKwFU&amp;feature=youtu.be">Emacs Orgmode Tricks Although Rudimentary</a> (13:50) - C-c * headlines, C-c ; comments, C-c - changing bullets</li>
<li><a href="https://gist.github.com/jdtsmith/55e6a660dd4c0779a600ac81bf9bfc23">org-toggle-emphasis: easily toggle emphasis markers: =~*/_+</a></li>
<li>Import, export, and integration:
<ul class="org-ul">
<li><a href="https://michal.sapka.me/emacs/org-babel/">Executing code in Org files with Babel</a> (<a href="https://emacs.ch/@mms/111892253919578181">@mms@emacs.ch</a>)</li>
<li><a href="https://github.com/dalanicolai/dala-emacs-lisp/blob/master/ray-tracer.org">dala-emacs-lisp/ray-tracer.org at master · dalanicolai/dala-emacs-lisp · GitHub</a></li>
<li><a href="https://www.youtube.com/watch?v=7ucTIo_mK1M">Use Emacs to Create a PowerPoint Presentation in Seconds!</a> (03:35) Org Mode and pandoc</li>
<li><a href="https://www.youtube.com/watch?v=-KZsylRH75U">Exporting Files in Emacs Using Pandoc</a> (06:44)</li>
<li><a href="https://www.reddit.com/r/orgmode/comments/1aorsa2/turning_freeplane_mindmaps_into_orgmode_outlines/">Turning Freeplane mindmaps into Org-mode outlines with structure intact</a></li>
<li><a href="https://github.com/zzkt/simplenote2.el/blob/develop/ol-simplenote.el">ol-simplenote.el: Org links for simplenote2</a></li>
<li><a href="http://yitang.uk/2024/02/12/blog-in-emacs-use-jekylls-draft-mode/">Yi Tang: Blog in Emacs - Use Jekyll's Draft Mode</a></li>
</ul></li>
<li>Org development:
<ul class="org-ul">
<li><a href="https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/etc/ORG-NEWS?id=6ff0de5c3e5fc9d9b4223de1698983d5c8d83f8e">ox-org: Export special table rows by default</a></li>
<li><a href="https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/etc/ORG-NEWS?id=8c7313d3975c1816275e2f1320acfe79b890a7d4">org-babel: New babel backend API function org-babel-session-buffer:&lt;lang&gt;</a></li>
<li><a href="https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/etc/ORG-NEWS?id=cbfe1354b37f267f2e2526c28710f05a95fcac23">org-insert-subheading: Never insert sub-heading above current</a></li>
<li><a href="https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/etc/ORG-NEWS?id=27d6f8305caaeaa384ce2f9e4c1fa101e273fb36">lisp/ob-comint.el: Introduce a fallback prompt regexp</a></li>
<li><a href="https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/etc/ORG-NEWS?id=b26745b985ecc209deb62548f8724de05359e081">org-agenda: Fix meaning of 'repeated-after-deadline value of `org-agenda-skip-scheduled-if-deadline-is-shown'</a></li>
</ul></li>
</ul></li>
<li>Denote:
<ul class="org-ul">
<li><a href="https://takeonrules.com/2024/02/06/renaming-files-using-denote-schema-in-a-dired-buffer/">Jeremy Friesen: Renaming Files Using Denote Schema in a Dired Buffer</a></li>
<li><a href="https://www.youtube.com/watch?v=uAON8CqARXI">Emacs - Denote package | KanchiLUG | Tamil</a> (33:24)</li>
</ul></li>
<li>Coding:
<ul class="org-ul">
<li><a href="https://github.com/redguardtoo/spell-check-code-in-ci">spell-check-code-in-ci: Free and powerful solution to spell check code at Continuous integration server</a></li>
<li><a href="https://www.youtube.com/watch?si=kAzOY6Y_7DWsuJ55&amp;v=_8xPDl8WCKg">Tree-Sitter: Superior Syntax Highlighting in Emacs</a></li>
<li><a href="https://codeberg.org/mekeor/emacs-eglot-signature-eldoc-talkative">eglot-signature-eldoc-talkative: Let Eglot let Eldoc echo more docs</a> (<a href="https://www.reddit.com/r/emacs/comments/1ama6pn/eglotsignatureeldoctalkative_let_eglot_let_eldoc/">Reddit</a>)</li>
<li><a href="https://metaredux.com/posts/2024/02/10/the-state-of-flycheck-alive-and-kicking.html">The State of Flycheck: Alive and Kicking</a> (<a href="https://www.reddit.com/r/emacs/comments/1angve3/the_state_of_flycheck_alive_and_kicking/">Reddit</a>)</li>
<li><a href="https://github.com/ebanner/hexasm">ebanner/hexasm: Emacs minor mode for connecting hexl and nasm source code buffers</a> (<a href="https://news.ycombinator.com/item?id=39330281">HN</a>)</li>
<li><a href="https://camdez.com/blog/2024/02/06/fix-clj-refactor-libspec-stealing/">Cameron Desautels: Fix clj-refactor Libspec Stealing</a></li>
</ul></li>
<li>Mail, news, and chat:
<ul class="org-ul">
<li><a href="https://gist.github.com/rtrppl/2afd098470d9c74086d412a59ff852c1">Mastodon in .emacs</a> - switching accounts</li>
<li><a href="https://www.reddit.com/r/emacs/comments/1ajq49q/a_100000_app_inside_emacs/">A $100,000 app inside Emacs&#x2026;</a> - theming elfeed to look as nice as a Kickstarter-backed app</li>
</ul></li>
<li>Fun:
<ul class="org-ul">
<li><a href="https://media.emacs.ch/cache/media_attachments/files/111/917/195/828/153/398/original/e7f624cc499a591b.png">Celebrating Year of the Dragon</a> ()</li>
</ul></li>
<li>AI:
<ul class="org-ul">
<li><a href="https://github.com/djliden/ollama-elisp-sdk">djliden/ollama-elisp-sdk: An elisp SDK for ollama</a> (<a href="https://emacs.ch/@dliden/111887351896843638">@dliden@emacs.ch</a>)</li>
</ul></li>
<li>Community:
<ul class="org-ul">
<li><a href="https://www.reddit.com/r/emacs/comments/1aky57w/weekly_tips_tricks_c_thread/">Weekly Tips, Tricks, &amp;c. Thread</a></li>
<li><a href="https://www.reddit.com/r/emacs/comments/1ahtdp9/what_is_it_that_makes_using_emacs_fun_for_you/">What is it that makes using emacs fun for you?</a> (<a href="https://irreal.org/blog/?p=11972">Irreal</a>)</li>
<li><a href="https://www.reddit.com/r/emacs/comments/1alaacv/as_someone_with_adhd_i_find_emacs_extremely_handy/">As someone with ADHD, I find Emacs extremely handy</a></li>
<li><a href="https://www.youtube.com/watch?v=hpx0ERv4F1A">24H24L NeoVim vs Emacs</a> (55:17)</li>
</ul></li>
<li>Other:
<ul class="org-ul">
<li><a href="https://lwn.net/Articles/959931/">Looking ahead to Emacs 30 [LWN.net]​</a> (<a href="https://www.reddit.com/r/emacs/comments/1alqwu4/looking_ahead_to_emacs_30_lwnnet/">Reddit</a>)</li>
<li><a href="https://www.youtube.com/watch?v=E7bRpECcbzE">Emacs Magic #coding #codingstream #emacs</a> (00:22) - keyboard macros, rectangles</li>
<li><a href="https://media.emacs.ch/media_attachments/files/111/903/091/744/710/331/original/08e1a32edc77d891.jpeg">QR codes with external qrencode tool</a> ()</li>
<li><a href="https://www.reddit.com/r/emacs/comments/1ajjvlr/ekg_version_050_inline_tags_autosave_and_other/">ekg version 0.5.0: inline tags, auto-save, and other improvements</a> (<a href="https://www.youtube.com/watch?v=iKQB686SHQs">YouTube</a>)</li>
<li><a href="https://mbork.pl/2024-02-12_Finding_Bible_quotes">Marcin Borkowski: Finding Bible quotes</a></li>
<li><a href="https://lars.ingebrigtsen.no/2020/08/02/emacs-on-macos-for-linux-peeps/">Emacs on Macos for Linux Peeps – Random Thoughts</a> (2020, <a href="https://irreal.org/blog/?p=11958">Irreal</a>)</li>
</ul></li>
<li>Emacs development:
<ul class="org-ul">
<li>emacs-devel:
<ul class="org-ul">
<li><a href="https://lists.gnu.org/archive/html/emacs-devel/2024-02/msg00280.html">Re: [External] : Re: cond* vs pcase</a> - on consistency
<ul class="org-ul">
<li><a href="https://lists.gnu.org/archive/html/emacs-devel/2024-02/msg00279.html">recommendation of chapter on Lisp Style in "Paradigms of Artificial Intelligence Programming: Case Studies in Common Lisp" by Peter Norvig</a> (free online)</li>
</ul></li>
<li><a href="https://lists.gnu.org/archive/html/emacs-devel/2024-02/msg00259.html">Use fill-column of 64 for commit messages so that ChangeLog entries don't exceed 72 columns</a></li>
</ul></li>
<li><a href="https://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=3b90e5052ce1eea47430c85c0c35741e25269ce2">Tree-sitter support for outline-minor-mode (bug#68824)</a></li>
<li><a href="https://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=806759dc0a6a3b049ce35d0497011464e5fc4dcb">(pcase): New `_` syntax in pred/app functions</a></li>
<li><a href="https://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=db195116a4279521e9cf03c52b7026032461e3e1">Add the public API of Compat to the core</a></li>
<li><a href="https://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=7f3baf352bad03de50135556a561af0c7fb1bd6a">; * etc/NEWS: Announce support of 'lzip' compressed Info files (bug#69004).</a></li>
<li><a href="https://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=6568a9a0099e7745bfd142a0fd16b4d7215c0250">Add option gnus-mode-line-logo</a></li>
<li><a href="https://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=f444786e58737a4ae6071957dfc60075bbd96edc">Mention 'C-h' in echo for unfinished commands</a></li>
<li><a href="https://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=f6225d125c07bbde8c828b40eb6e81333e051c2a">Optionally show internal buffers in Buffer Menu mode</a></li>
</ul></li>
<li>New packages:
<ul class="org-ul">
<li><a target="_blank" href="https://elpa.gnu.org/packages/consult-hoogle.html">consult-hoogle</a>: Hoogle frontend using consult (GNU ELPA)</li>
<li><a target="_blank" href="http://melpa.org/#/doctest">doctest</a>: Doctests for Emacs Lisp (MELPA)</li>
<li><a target="_blank" href="https://elpa.gnu.org/packages/filechooser.html">filechooser</a>: An xdg-desktop-portal filechooser (GNU ELPA)</li>
<li><a target="_blank" href="http://melpa.org/#/gnosis">gnosis</a>: Spaced Repetition System For Note Taking &amp; Self Testing (MELPA)</li>
<li><a target="_blank" href="http://melpa.org/#/org-drawio">org-drawio</a>: Convert and include drawio image to orgmode (MELPA)</li>
<li><a target="_blank" href="http://melpa.org/#/org-epa-gpg">org-epa-gpg</a>: Patch to enable EasyPG .gpg images in Org mode inline (MELPA)</li>
</ul></li>
</ul>

<p>
Links from <a href="https://www.reddit.com/r/emacs">reddit.com/r/emacs</a>, <a href="https://www.reddit.com/r/orgmode">r/orgmode</a>, <a href="https://www.reddit.com/r/spacemacs">r/spacemacs</a>, <a href="https://www.reddit.com/r/planetemacs">r/planetemacs</a>, <a href="https://hn.algolia.com/?query=emacs&amp;sort=byDate&amp;prefix&amp;page=0&amp;dateRange=all&amp;type=story">Hacker News</a>, <a href="https://lobste.rs/search?q=emacs&amp;what=stories&amp;order=newest">lobste.rs</a>, <a href="https://kbin.social/m/emacs/newest">kbin</a>, <a href="https://programming.dev/c/emacs?dataType=Post&amp;page=1&amp;sort=New">programming.dev</a>, <a href="https://lemmy.ml/c/emacs?dataType=Post&amp;page=1&amp;sort=New">lemmy</a>, <a href="https://communick.news/c/emacs?dataType=Post&amp;page=1&amp;sort=New">communick.news</a>, <a href="https://planet.emacslife.com">planet.emacslife.com</a>, <a href="https://www.youtube.com/playlist?list=PL4th0AZixyREOtvxDpdxC9oMuX7Ar7Sdt">YouTube</a>, <a href="http://git.savannah.gnu.org/cgit/emacs.git/log/etc/NEWS">the Emacs NEWS file</a>, <a href="https://emacslife.com/calendar/">Emacs Calendar</a>, and <a href="http://lists.gnu.org/archive/html/emacs-devel/2024-02">emacs-devel</a>. Thanks to Andrés Ramírez for emacs-devel links. Do you have an Emacs-related link or announcement? Please e-mail me at <a href="mailto:sacha@sachachua.com">sacha@sachachua.com</a>. Thank you!
</p>
<div><a href="https://sachachua.com/blog/2024/02/2024-02-12-emacs-news/index.org">View org source for this post</a></div>]]></description>
		</item><item>
		<title>2024-02-05 Emacs news</title>
		<link>https://sachachua.com/blog/2024/02/2024-02-05-emacs-news/</link>
		<dc:creator><![CDATA[Sacha Chua]]></dc:creator>
		<pubDate>Mon, 05 Feb 2024 18:12:52 GMT</pubDate>
    <category>emacs</category>
<category>emacs-news</category>
		<guid isPermaLink="false">https://sachachua.com/blog/2024/02/2024-02-05-emacs-news/</guid>
		<description><![CDATA[<div class="update" id="org10df2de">
<p>
<span class="timestamp-wrapper"><span class="timestamp">[2024-02-05 Mon] </span></span> Added link to org-link-github.
</p>

</div>

<ul class="org-ul">
<li>Upcoming events:
<ul class="org-ul">
<li>Emacs Paris: S: Emacs workshop in Paris (IRL - Octo) <a href="https://emacs-doctor.com/">https://emacs-doctor.com/</a> Tue Feb 6 1800 Europe/Paris</li>
<li>EmacsATX: Emacs Social <a href="https://www.meetup.com/emacsatx/events/298320311/">https://www.meetup.com/emacsatx/events/298320311/</a> Wed Feb 7 1630 America/Vancouver - 1830 America/Chicago - 1930 America/Toronto &#x2013; Thu Feb 8 0030 Etc/GMT - 0130 Europe/Berlin - 0600 Asia/Kolkata - 0830 Asia/Singapore</li>
<li>Atelier Emacs Montpellier (in person) <a href="https://lebib.org/date/atelier-emacs">https://lebib.org/date/atelier-emacs</a> Fri Feb 9 1800 Europe/Paris</li>
<li>Emacs users group Slovenia (virtual) <a href="https://emacs.si/">https://emacs.si/</a> Sat Feb 17 1130 America/Vancouver - 1330 America/Chicago - 1430 America/Toronto - 1930 Etc/GMT - 2030 Europe/Berlin &#x2013; Sun Feb 18 0100 Asia/Kolkata - 0330 Asia/Singapore</li>
</ul></li>
<li>Emacs configuration:
<ul class="org-ul">
<li><a href="https://youtube.com/watch?v=jzG0EjOC0jo&amp;si=ZGklPHz3qKZU0qKm">Embark &#x2013; Key Features and Tweaks</a> (<a href="https://www.reddit.com/r/emacs/comments/1aeimv1/embark_key_features_and_tweaks/">Reddit</a>)</li>
<li><a href="https://www.reddit.com/r/emacs/comments/1adwnse/repeatmode_is_awesome_share_you_useful_configs/">Repeat-mode is awesome, share you useful configs</a></li>
<li><a href="https://paste.karthinks.com/ef792821-repeat-maps.html">karthink's list of keymaps and their single-key shortcuts for repeating commands</a></li>
<li><a href="https://drewsh.com/trying-out-meow.html">Trying out Meow, an emacs-native modal editing package</a></li>
<li><a href="https://esrh.me/posts/2021-12-18-switching-to-meow.html">Switching to the meow modal editing system from evil</a> (2021, <a href="https://www.reddit.com/r/emacs/comments/1ady8st/switching_to_the_meow_modal_editing_system_from/">Reddit</a>, <a href="https://lobste.rs/s/lb2eld/switching_meow_modal_editing_system_from">lobste.rs</a>)</li>
<li><a href="https://github.com/starenka/.emacs.d">starenka Emacs Config (geared towards Python users)</a></li>
<li><a href="https://github.com/zach-delong/Emacs-configs">zach-delong's Emacs Config</a></li>
<li><a href="https://github.com/L-Colombo/emacs_config">L-Colombo's Emacs Config</a></li>
</ul></li>
<li>Emacs Lisp:
<ul class="org-ul">
<li><a href="https://mbork.pl/2023-02-05_From_the_kill_ring_to_a_register_revisited">Marcin Borkowski: From the kill ring to a register revisited</a></li>
<li><a href="https://programadorwebvalencia.com/cursos/ui-emacs-lisp/din%C3%A1micos/">Lección 8: Dinámicos | Curso de UI Emacs Lisp</a></li>
</ul></li>
<li>Appearance:
<ul class="org-ul">
<li><a href="https://chadaustin.me/2024/01/truecolor-terminal-emacs/">I just wanted Emacs to look nice - using 24-bit color in terminals</a> (<a href="https://www.reddit.com/r/emacs/comments/1afeatz/i_just_wanted_emacs_to_look_nice_using_24bit/">Reddit</a>, <a href="https://news.ycombinator.com/item?id=39187370">HN</a>, <a href="https://lobste.rs/s/dt3l6s/i_just_wanted_emacs_look_nice_using_24_bit">lobste.rs</a>)</li>
<li><a href="https://codelearn.me/2024/02/02/emacs-which-function-mode.html">Ruslan Bekenev: Emacs: which-function-mode</a> (<a href="https://irreal.org/blog/?p=11952">Irreal</a>)</li>
<li><a href="https://ismailefe.org/blog/eye_candy/">My Emacs Eye Candy</a></li>
</ul></li>
<li>Navigation:
<ul class="org-ul">
<li><a href="https://youtube.com/watch?v=_wGWYGpTrzo">Comparing files easily in Emacs</a> (2:07, <a href="https://www.reddit.com/r/emacs/comments/1aj44ez/comparing_files_easily_in_emacs/">Reddit</a>)</li>
<li><a href="https://youtube.com/watch?v=mp8lQ4Bl-30&amp;si=iNGqs1l90_GelP9X">Quickly change multiple instances with iedit</a> (<a href="https://irreal.org/blog/?p=11950">Irreal</a>)</li>
<li><a href="https://www.reddit.com/r/emacs/comments/1ae8z4r/emacs_search_ignoring_punctuation_or_spaces/">Emacs search, ignoring punctuation or spaces between words: M-s w</a> - word-search-forward</li>
<li><a href="https://emacs.dyerdwelling.family/emacs/20240114145517-emacs&#45;&#45;winner-undo-to-tab-bar-history/">James Dyer: Winner Undo to Tab Bar History</a></li>
<li><a href="https://www.reddit.com/r/emacs/comments/1aijfqc/what_kinds_of_buffers_do_you_wish_you_could/">What kinds of buffers do you wish you could bookmark?</a></li>
</ul></li>
<li>Writing:
<ul class="org-ul">
<li><a href="https://protesilaos.com/codelog/2024-02-03-emacs-abbrev-mode/">Protesilaos Stavrou: Emacs: abbreviations with abbrev-mode (quick text expansion)</a> (26:23, <a href="https://www.youtube.com/watch?v=ruPpRlh2re4">YouTube</a>)</li>
<li><a href="https://a-blog-with.relevant-information.com/weblog/2024-01-28-howm/">My thoughts on howm, an Emacs Note-taking library, and its possible alternatives</a></li>
</ul></li>
<li>Org Mode:
<ul class="org-ul">
<li><a href="https://maplet.bearblog.dev/my-emacs-org-mode-config-as-a-student/">My Emacs org-mode / org-roam config as a student | maplet</a></li>
<li><a href="https://theinformed.life/2023/10/22/episode-125-karl-voit/">Karl Voit on Org Mode – The Informed Life</a> (2023)</li>
<li><a href="https://zzamboni.org/post/beautifying-org-mode-in-emacs/">Beautifying Org Mode in Emacs</a> (<a href="https://www.reddit.com/r/emacs/comments/1aje6vt/beautifying_org_mode_in_emacs/">Reddit</a>)</li>
<li><a href="https://github.com/stefanv/org-link-github/">stefanv/org-link-github: Shorthand github links for org-mode</a></li>
<li><a href="http://yitang.uk/2024/02/03/blog-in-emacs-work-with-images/">Yi Tang: Blog in Emacs - Work with Images</a></li>
<li><a href="https://takeonrules.com/2024/01/31/adjusting-my-time-tracking-again/">Jeremy Friesen: Adjusting My Time Tracking Again</a></li>
<li><a href="https://v.redd.it/yrop6oujdsfc1">org-merge-driver, a merge driver specialized for the Org syntax, looks really neat! Found on Worg but just wanted to share an instance of usage</a> (<a href="https://www.reddit.com/r/orgmode/comments/1afj5sv/orgmergedriver_a_merge_driver_specialized_for_the/">Reddit</a>)</li>
<li>Org development:
<ul class="org-ul">
<li><a href="https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/etc/ORG-NEWS?id=10d2868c587360d3d17d7ef5fbf11ca036bb2f31">org-footnote-new: Add an option to create new anonymous labels</a></li>
<li><a href="https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/etc/ORG-NEWS?id=14acf626fe1fef25a854cf0df772b2899bf26a3c">org: Fontify whole table rows with `org-table-row' face</a></li>
<li><a href="https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/etc/ORG-NEWS?id=03b383df8bf4c2fb631ada030cabad564a7101e2">ox-latex: Remove org-latex-line-break-safe</a></li>
</ul></li>
</ul></li>
<li>Denote:
<ul class="org-ul">
<li><a href="https://www.youtube.com/watch?v=5R0Dg5QfooI">Emacs Note Taking Recommendation: Denote (re-edit)</a> (04:17)</li>
</ul></li>
<li>Coding:
<ul class="org-ul">
<li><a href="https://www.youtube.com/watch?v=PMkJaCuDidk">Exploring Emacs (Prelude) &#x2026; for web development</a> (01:10:25)</li>
<li><a href="https://github.com/rajasegar/vite.el">An Emacs plugin for Vite</a> (<a href="https://www.reddit.com/r/emacs/comments/1aj9oq7/an_emacs_plugin_for_vite/">Reddit</a>) - JS web development</li>
<li><a href="https://www.youtube.com/watch?v=UgdgA0weZgQ">Verilog &amp; Emacs</a> (24:48)</li>
<li><a href="https://www.youtube.com/watch?v=qzqd6EsVBxI">Emacs for Rust Development | January 2024 Edition</a> (12:40)</li>
<li><a href="https://github.com/flycheck/flycheck/blob/master/CHANGES.rst#330-04-02-2024">Flycheck 33 released today, first release for the project in many years after being abandoned by maintainer</a> (<a href="https://www.reddit.com/r/emacs/comments/1ait6io/flycheck_33_released_today_first_release_for_the/">Reddit</a>)</li>
<li><a href="https://youtube.com/watch?v=_8xPDl8WCKg&amp;si=kAzOY6Y_7DWsuJ55">Tree-Sitter: Superior Syntax Highlighting in Emacs</a> (<a href="https://www.reddit.com/r/emacs/comments/1agsswb/treesitter_superior_syntax_highlighting_in_emacs/">Reddit</a>)</li>
<li><a href="https://www.reddit.com/r/emacs/comments/1afr34c/i_love_magit_forges/">I love Magit Forges</a></li>
</ul></li>
<li>Multimedia:
<ul class="org-ul">
<li><a href="https://www.youtube.com/watch?v=MXBJVi2-Dic">emacs mpv playlist with urls from the clipboard using a hotkey</a> (46:58)</li>
</ul></li>
<li>EXWM:
<ul class="org-ul">
<li><a href="https://www.reddit.com/r/emacs/comments/1ah6rv3/there_are_new_maintainers_for_exwm_project/">There are new maintainers for EXWM project</a></li>
<li><a href="https://tech.toryanderson.com/2024/01/31/getting-docked-triple-monitor-setups-on-exwm-at-start-of-work/">Tory Anderson: Getting docked triple-monitor setups on exwm at start of work</a></li>
</ul></li>
<li>Fun:
<ul class="org-ul">
<li><a href="https://www.reddit.com/r/emacs/comments/1aey0eo/they_are_surely_not_joking_when_they_say_emacs/">they are surely not joking when they say emacs can do every thing</a> - steam.el game launcher</li>
<li><a href="https://www.reddit.com/r/emacs/comments/1ae4g75/new_package_chromecastel/">New package: chromecast.el</a></li>
<li><a href="https://drewsh.com/reading-naruto-in-emacs.html">Drew's blogsite – Reading CBZ Manga in emacs</a></li>
<li><a href="https://www.youtube.com/watch?v=xpIvFiFlhJE">GNU Emacs: Magnifier Tool</a> (00:24, <a href="https://www.reddit.com/r/emacs/comments/1ahq2ar/image_magnifier/">Reddit</a>)</li>
</ul></li>
<li>AI:
<ul class="org-ul">
<li><a href="https://lists.gnu.org/archive/html/emacs-devel/2024-01/msg01134.html">LLM Experiments, Part 2: Structured workflows with org-mode</a> (<a href="https://www.reddit.com/r/emacs/comments/1ae0006/llms_for_editing_structured_orgmode_interactions/">Reddit</a>) - interesting idea about using LLMs to generate subtasks and estimates</li>
<li><a href="https://i.redd.it/q46xokxidogc1.png">Using LLM's to fill the semantic search gap</a> (<a href="https://www.reddit.com/r/emacs/comments/1aj5did/using_llms_to_fill_the_semantic_search_gap/">Reddit</a>)</li>
<li><a href="https://asciinema.org/a/633592">Demo of `kagi-translate` in Emacs</a></li>
<li><a href="https://chat.openai.com/g/g-ceQ8Ju6Rg-emacs-expert">Emacs manuals loaded into custom GPT</a> (<a href="https://twit.social/@leo/111401315058895582">@leo@twit.social</a>)</li>
<li><a href="https://www.youtube.com/watch?v=cmkoVZ4NkyI">Using GPT in Emacs the simple way</a> (10:50)</li>
</ul></li>
<li>Community:
<ul class="org-ul">
<li><a href="https://www.reddit.com/r/emacs/comments/1afd05g/weekly_tips_tricks_c_thread/">Weekly Tips, Tricks, &amp;c. Thread</a></li>
<li><a href="https://www.reddit.com/r/emacs/comments/1ahtdp9/what_is_it_that_makes_using_emacs_fun_for_you/">What is it that makes using emacs fun for you?</a></li>
<li><a href="https://sachachua.com/blog/2024/02/2024-02-04-yay-emacs-community-plumbing-streaming-setup-emacs-news-highlights-transcript-export/">Sacha Chua: 2024-02-04 Yay Emacs: community plumbing, streaming setup, Emacs News highlights, transcript export</a> (1:07:18, <a href="https://www.youtube.com/watch?v=vj73DQT4dmA">YouTube</a>)</li>
</ul></li>
<li>Other:
<ul class="org-ul">
<li><a href="https://lwn.net/SubscriberLink/959931/6c5395f2946560c4/">Looking ahead to Emacs 30 [LWN.net]​</a></li>
<li><a href="https://www.reddit.com/r/emacs/comments/1ahx90f/if_you_would_like_a_new_feature_in_emacs_v30_what/">If you would like a new feature in Emacs v30 - what would it be?</a></li>
<li><a href="https://www.reddit.com/r/emacs/comments/1ai00g5/more_totally_evident_but_super_useful_emacs/">More totally evident but super useful emacs features I might keep ignoring?</a></li>
<li><a href="https://akrl.sdf.org/#orgc15a10d">The original magic Emacs garbage collection hack</a> (<a href="https://www.reddit.com/r/emacs/comments/1aeplx9/the_original_magic_emacs_garbage_collection_hack/">Reddit</a>, <a href="https://news.ycombinator.com/item?id=39190110">HN</a>)</li>
</ul></li>
<li>Emacs development:
<ul class="org-ul">
<li>emacs-devel:
<ul class="org-ul">
<li><a href="https://lists.gnu.org/archive/html/emacs-devel/2024-01/msg01216.html">cond* and pcase compatibility</a>, and <a href="https://lists.gnu.org/archive/html/emacs-devel/2024-01/msg01215.html">plan</a></li>
<li><a href="https://lists.gnu.org/archive/html/emacs-devel/2024-02/msg00060.html">Ideas for improving discoverability</a></li>
</ul></li>
<li><a href="https://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=4b79c80c999fe95654b7db196b12e0844473f6da">New function 'sort-on'</a></li>
<li><a href="https://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=72b1379f0795a5e2e9c57615c0b1d78c0b97cd1f">Increase `emacs-lisp-docstring-fill-column` to 72</a></li>
<li><a href="https://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=b86bc02096c65517b9a29c20635ece100864fc62">Introduce a global variant of visual-wrap-prefix-mode</a></li>
<li><a href="https://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=9bcc9690a8076a22398c27a7ccf836ee95eb16a2">Eliminate lazy bytecode loading</a></li>
<li><a href="https://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=c385e966e18bebd52b1a692f13e2a7495891966d">derived.el: Delete old code (bug#68625)</a></li>
</ul></li>
<li>New packages:
<ul class="org-ul">
<li><a target="_blank" href="https://elpa.gnu.org/packages/activities.html">activities</a>: Save/restore sets of windows, tabs/frames, and their buffers (GNU ELPA)</li>
<li><a target="_blank" href="http://melpa.org/#/denote-explore">denote-explore</a>: Explore Denote files (MELPA)</li>
<li><a target="_blank" href="http://melpa.org/#/ebib-sidecar">ebib-sidecar</a>: Sidecar to show formatted reference of current Ebib Entry (MELPA)</li>
<li><a target="_blank" href="http://melpa.org/#/haproxy-mode">haproxy-mode</a>: Major mode for editing HAProxy config files (MELPA)</li>
<li><a target="_blank" href="http://melpa.org/#/rom-party">rom-party</a>: Rendition of jklm.fun's "Bomb Party" game (MELPA)</li>
<li><a target="_blank" href="http://melpa.org/#/selected-window-accent-mode">selected-window-accent-mode</a>: Accent Selected Window (MELPA)</li>
</ul></li>
</ul>

<p>
Links from <a href="https://www.reddit.com/r/emacs">reddit.com/r/emacs</a>, <a href="https://www.reddit.com/r/orgmode">r/orgmode</a>, <a href="https://www.reddit.com/r/spacemacs">r/spacemacs</a>, <a href="https://www.reddit.com/r/planetemacs">r/planetemacs</a>, <a href="https://hn.algolia.com/?query=emacs&amp;sort=byDate&amp;prefix&amp;page=0&amp;dateRange=all&amp;type=story">Hacker News</a>, <a href="https://lobste.rs/search?q=emacs&amp;what=stories&amp;order=newest">lobste.rs</a>, <a href="https://kbin.social/m/emacs/newest">kbin</a>, <a href="https://programming.dev/c/emacs?dataType=Post&amp;page=1&amp;sort=New">programming.dev</a>, <a href="https://lemmy.ml/c/emacs?dataType=Post&amp;page=1&amp;sort=New">lemmy</a>, <a href="https://planet.emacslife.com">planet.emacslife.com</a>, <a href="https://www.youtube.com/playlist?list=PL4th0AZixyREOtvxDpdxC9oMuX7Ar7Sdt">YouTube</a>, <a href="http://git.savannah.gnu.org/cgit/emacs.git/log/etc/NEWS">the Emacs NEWS file</a>, <a href="https://emacslife.com/calendar/">Emacs Calendar</a>, and <a href="http://lists.gnu.org/archive/html/emacs-devel/2024-02">emacs-devel</a>. Thanks to Andrés Ramírez for emacs-devel links. Do you have an Emacs-related link or announcement? Please e-mail me at <a href="mailto:sacha@sachachua.com">sacha@sachachua.com</a>. Thank you!
</p>
<div><a href="https://sachachua.com/blog/2024/02/2024-02-05-emacs-news/index.org">View org source for this post</a></div>]]></description>
		</item><item>
		<title>2024-02-04 Yay Emacs: community plumbing, streaming setup, Emacs News highlights, transcript export</title>
		<link>https://sachachua.com/blog/2024/02/2024-02-04-yay-emacs-community-plumbing-streaming-setup-emacs-news-highlights-transcript-export/</link>
		<dc:creator><![CDATA[Sacha Chua]]></dc:creator>
		<pubDate>Sun, 04 Feb 2024 15:54:04 GMT</pubDate>
    <category>yay-emacs</category>
<category>emacs</category>
		<guid isPermaLink="false">https://sachachua.com/blog/2024/02/2024-02-04-yay-emacs-community-plumbing-streaming-setup-emacs-news-highlights-transcript-export/</guid>
		<description><![CDATA[<p>
</p><div class="yt-video"><iframe width="456" height="315" title="YouTube" video="" player"="" src="https://www.youtube-nocookie.com/embed/vj73DQT4dmA?enablejsapi=1" frameborder="0" allowfullscreen=""></iframe><a href="https://youtube.com/live/vj73DQT4dmA">Watch on YouTube</a></div>
<p></p>

<p>
Note: I kept saying <code>cl-flet</code>, but it's actually <code>cl-letf</code>, which is the one that lets you affect functions that are called by the function you're calling. =)
</p>

<p>
Next livestream will be at <span class="timestamp-wrapper"><span class="timestamp">[2024-02-11 Sun 07:30] </span></span> EST: <a href="https://yayemacs.com">https://yayemacs.com</a>.
</p>

<div id="text-table-of-contents" role="doc-toc">
<ul>
<li><a href="https://sachachua.com/blog/feed/index.xml#org04a1060">Community plumbing</a></li>
<li><a href="https://sachachua.com/blog/feed/index.xml#org64d748b">Other little Emacs tweaks</a>
<ul>
<li><a href="https://sachachua.com/blog/feed/index.xml#org2265690">wdiff: word diff</a></li>
<li><a href="https://sachachua.com/blog/feed/index.xml#orgcde695c">Touch gestures</a></li>
<li><a href="https://sachachua.com/blog/feed/index.xml#org9d5f109">Thinking about strokes</a></li>
</ul>
</li>
<li><a href="https://sachachua.com/blog/feed/index.xml#org5766f26">Yay Emacs streaming setup</a></li>
<li><a href="https://sachachua.com/blog/feed/index.xml#orgdb7e01e">More about piles</a></li>
<li><a href="https://sachachua.com/blog/feed/index.xml#org81e891a">Emacs News highlights</a></li>
<li><a href="https://sachachua.com/blog/feed/index.xml#org249c39f">Recent additions to my Emacs configuration</a></li>
<li><a href="https://sachachua.com/blog/feed/index.xml#org66ccccb">Other questions, finding help</a></li>
<li><a href="https://sachachua.com/blog/feed/index.xml#org62da915">Edebug</a></li>
<li><a href="https://sachachua.com/blog/feed/index.xml#orgd3f24ff">Wrapping up</a></li>
</ul>
</div>

<ul class="org-ul">
<li><span class="audio-time" data-start="7.640" data-stop="34.420">0:07</span>: <b>Overview</b>:
Hello and thank you for joining me for another episode of Yay Emacs. I'm Sacha Chua and today is February 4, 2024. I'm going to use this as an opportunity to brain dump an upcoming lightning talk for LibrePlanet. I want to talk about community plumbing. If there's time, I'd like to share some of the little snippets that I've added to my Emacs configuration this week. Okay, so community plumbing.</li>
</ul>
<div id="outline-container-org04a1060" class="outline-2">
<h2 id="org04a1060">Community plumbing</h2>
<div class="outline-text-2" id="text-org04a1060">
<p>
</p><div class="sketch-full"><a class="photoswipe" href="https://sketches.sachachua.com/filename/2024-01-31-05%20Community%20plumbing%20%23emacs%20%23community.png" data-src="https://sketches.sachachua.com/static/2024-01-31-05%20Community%20plumbing%20%23emacs%20%23community.png" data-title="2024-01-31-05 Community plumbing #emacs #community.png" data-w="2808" data-h="3744"><picture>
      <img src="https://sketches.sachachua.com/static/2024-01-31-05%20Community%20plumbing%20%23emacs%20%23community.png" width="2808" height="3744" alt="2024-01-31-05 Community plumbing #emacs #community.png" loading="lazy" style="max-height: 90vw; height: auto; width: auto" decoding="async">
      <figcaption>2024-01-31-05 Community plumbing #emacs #community.png</figcaption>
    </picture></a></div>
<p></p>

<ul class="org-ul">
<li>Emacs:
<ul class="org-ul">
<li><a href="https://planet.emacslife.com">https://planet.emacslife.com</a></li>
<li><a href="https://sachachua.com/blog/category/emacs-news/">https://sachachua.com/blog/category/emacs-news/</a></li>
<li><a href="https://www.youtube.com/results?search_query=emacs+or+%22org+mode%22+or+magit&amp;sp=CAI%253D">YouTube</a> (<a href="https://www.youtube.com/playlist?list=PL4th0AZixyREOtvxDpdxC9oMuX7Ar7Sdt">Emacs News playlist</a>), <a href="https://www.reddit.com/r/emacs">reddit.com/r/emacs</a>, <a href="https://www.reddit.com/r/orgmode">r/orgmode</a>, <a href="https://www.reddit.com/r/spacemacs">r/spacemacs</a>, <a href="https://www.reddit.com/r/planetemacs">r/planetemacs</a>, <a href="https://hn.algolia.com/?query=emacs&amp;sort=byDate&amp;prefix&amp;page=0&amp;dateRange=all&amp;type=story">Hacker News</a>, <a href="https://lobste.rs/search?q=emacs&amp;what=stories&amp;order=newest">lobste.rs</a>, <a href="https://kbin.social/m/emacs/newest">kbin</a>, <a href="https://programming.dev/c/emacs?dataType=Post&amp;page=1&amp;sort=New">programming.dev</a>, <a href="https://lemmy.ml/c/emacs?dataType=Post&amp;page=1&amp;sort=New">lemmy</a></li>
<li>Mastodon: <a href="https://emacs.ch">https://emacs.ch</a></li>
<li><a href="http://git.savannah.gnu.org/cgit/emacs.git/log/etc/NEWS">the Emacs NEWS file</a></li>
<li>Packages: <a href="https://melpa.org">https://melpa.org</a>, <a href="https://elpa.gnu.org/">https://elpa.gnu.org/</a>, <a href="https://elpa.nongnu.org/nongnu/">https://elpa.nongnu.org/nongnu/</a></li>
<li><a href="http://lists.gnu.org/archive/html/emacs-devel/2024-01">emacs-devel</a></li>
<li><a href="https://www.emacswiki.org/emacs/Usergroups">https://www.emacswiki.org/emacs/Usergroups</a></li>
<li><a href="https://emacsconf.org">https://emacsconf.org</a></li>
</ul></li>

<li>Other projects:
<ul class="org-ul">
<li>Planets: <a href="https://archlinux.org/planet/">Arch</a>, <a href="https://planet.clojure.in/">Clojure</a>, <a href="https://planet.debian.org/">Debian</a>, <a href="http://fedoraplanet.org/">Fedora</a>, <a href="https://planet.freedesktop.org/">Freedesktop</a>, <a href="https://planet.gnome.org/">GNOME</a>, <a href="https://planet.kde.org/">KDE</a>, <a href="http://planet.lisp.org/">Lisp</a>, <a href="https://planet.mozilla.org/">Mozilla</a>, <a href="https://planetpython.org/">Python</a>, <a href="https://planet.ubuntu.com/">Ubuntu</a>, <a href="https://en.planet.wikimedia.org/">Wikimedia</a></li>
<li>Newsletters: Linux Weekly News lists newsletters in its updates
<ul class="org-ul">
<li>Weekly: <a href="https://distrowatch.com/weekly.php?issue=current">DistroWatch</a>, <a href="https://blog.nightly.mozilla.org/">Firefox</a>, <a href="https://lwn.net/Articles/882352/">Git</a>, <a href="https://thisweek.gnome.org/">GNOME</a>, <a href="https://pointieststick.com/category/this-week-in-kde/">KDE</a>, <a href="https://lwn.net/">Linux</a>, <a href="https://llvmweekly.org/issue/524">LLVM</a>, <a href="https://nodeweekly.com/">NodeJS</a>, <a href="http://alan.petitepomme.net/cwn/">OCaml</a>, <a href="https://perlweekly.com/">Perl</a>, <a href="https://www.pythonweekly.com/">Python</a>, <a href="https://rakudoweekly.blog/">Rakudo</a>, <a href="https://rubyweekly.com/">Ruby</a>, <a href="https://this-week-in-rust.org/">Rust</a>, <a href="https://wiki.ubuntu.com/UbuntuWeeklyNewsletter">Ubuntu</a>, <a href="https://meta.wikimedia.org/wiki/Tech/News">Wikimedia</a></li>
<li>Monthly: <a href="https://monthly-reports.archlinux.page/">Arch</a>, <a href="https://koha-community.org/tag/newsletter/">Koha</a>, <a href="https://blog.documentfoundation.org/blog/2024/01/02/libreoffice-project-and-community-recap-december-2023/">LibreOffice</a>, <a href="https://openprinting.github.io/OpenPrinting-News-December-2023/">OpenPrinting</a></li>
</ul></li>
<li>Calendar, conferences: <a href="https://lwn.net/Calendar/">https://lwn.net/Calendar/</a></li>
<li>User groups: <a href="https://linux.org/lugs/">Linux</a></li>
</ul></li>
<li>Sources:
<ul class="org-ul">
<li><a href="https://news.ycombinator.com/item?id=4929490">https://news.ycombinator.com/item?id=4929490</a></li>
<li><a href="https://lwn.net/Articles/958600/">https://lwn.net/Articles/958600/</a></li>
</ul></li>

<li><span class="audio-time" data-start="34.900" data-stop="164.640">0:34</span>: <b>Community plumbing</b>:
I wanted to put together a lightning talk for LibrePlanet, which happens to have the theme of building communities. I'm really interested in the kinds of communities that people build around the things that they care about,: Emacs for me, but also lots of other free software projects out there that people build their communities around. Not just, of course, geek stuff, but also even interest-based things. I want to show people that it doesn't take a lot of effort to do the community plumbing that helps information flow better. Anybody could do it. You could do it too. I want to see if I can make a 5-minute talk that shows what we do with Emacs and encourages people to go try this out for their own communities. If you think about the flow of ideas in a community, there are little things you can do to help things flow better. You don't have to be an expert in order to do them. You don't have to be someone who's really famous in the community, or advanced in their usage, or whatever else. You can just do little things to help make those ideas flow better. If we're going to use this analogy of pipes and flowing, you don't even have to fill the pipes yourself. You don't have to be the one coming up with interesting content regularly or whatever you want to think of it as, you can just help share what's already out there. So I want to share some of the things that we're doing in the Emacs community to help things flow better. I want to convince people (you, specifically, if that's possible!) that doing this kind of community plumbing is fun, it's easy, and it actually has a great effect on making things better. This is fantastic because if you can help things flow better, then that enthusiasm spreads. When people connect with other people who are fascinated by the same things, they can bounce ideas off each other and share what they're working on. All of that is goodness.</li>

<li><span class="audio-time" data-start="165.140" data-stop="241.920">2:45</span>: <b>Blog aggregators</b>:
In the Emacs community, it actually mostly started with having a blog aggregator. Most blogs will have some kind of RSS feed that lets people subscribe for updates. With a tool like Planet Venus, which is a blog aggregator, you can collect the updates from lots of different blogs in one place to make it easier for people to just scroll through that and see what's new. For us, it's Planet Emacs Life, which is actually the second incarnation of this. It used to be planet.emacsen.org on Tess O'Connor's server, but then that server died and was hard to restore. Anyway, we're back up now on planet.emacslife.com. And this is pretty much automated. I just do a little bit of updating every so often when people say, oh, I have this new blog, lere's my RSS feed. I put it in the configuration file. And then, every hour, that the program just goes and fetches the new updates from all the blogs, giving people one place to go, which is great because it saves people time. They don't have to go to all these different blog posts themselves. So that's fantastic. Blog aggregator: if your community doesn't have one yet, it's very easy to set up and it's very convenient.</li>

<li><span class="audio-time" data-start="242.020" data-stop="272.696">4:02</span>: <b>Social media</b>:
Of course, there are lots of other things that aren't put on blogs. People post videos on YouTube and PeerTube and other places. They might have posts on Reddit or Hacker News or Lobsters. They might have toots on Mastodon. There are lots of other places where people share things. So if you have a way to go to these places and just keep an eye out for interesting news in those areas, then you can start collecting that as well and help those ideas flow better.</li>

<li><span class="audio-time" data-start="272.796" data-stop="321.712">4:32</span>: <b>Newsletter</b>:
We have a weekly newsletter which I put together. It really just takes me an hour or two each week to go through this, you know, these updates from Reddit and from Planet Emacs Life and all those other things and select the ones that I want to include. I like putting them into categories, which I think it actually takes takes me the most time, because then I like to read things to get a sense of what they're about, and then I get distracted by all the cool Emacs snippets that I want to put in my configuration. It's a newsletter. Doesn't have to take a lot of time, and it doesn't have to be very fancy. I find that I still don't have the time to write a lot of commentary for it, so my newsletter is really just a categorized list of links and that seems to be all right. It's useful enough for people to subscribe to it and share it with other people and so on.</li>

<li><span class="audio-time" data-start="321.812" data-stop="381.480">5:21</span>: <b>User groups</b>:
Among the things that I include in this newsletter are upcoming events from different user groups. People sometimes like to meet each other, both online and in person, and talk about the things they're interested in, which is fantastic. Many of these user groups have some kind of calendar that I can subscribe to, to get the event updates. If your community has something like this as well, see if you can use that to automate the updates that might go into your newsletter. Some of them don't have a calendar, but they'll tell me about the regular meetings. Then I can create an entry in my own calendar and incorporate that into the newsletter. I used to check all of these posts manually, but I've since then built a little bit of infrastructure so that all of these things can be included in the Emacs calendar. Then I can use the iCal from that to put them in the newsletter so that I don't have to do the timezone conversions myself.</li>

<li><span class="audio-time" data-start="383.800" data-stop="444.760">6:23</span>: <b>Conference</b>:
Of course, an extension of the user group idea is to have some kind of conference. It turns out to be fairly inexpensive to organize your own conference for something. So for example, with EmacsConf, we get about maybe 200 people watching it live, and the whole thing can be done on less than $50 US of hosting costs. A whole load of awesome speakers, We get to two tracks, and lots and lots of talks. There are volunteers who come and help with the captioning the talks beforehand, so that's a nice bonus as well because the text makes it easier to search and skim through afterwards. Conferences are a great way to get people who are passionate about something to come together and connect and have those conversations. Then those videos become things that inspire people throughout the rest of the year. So there, just all these very, very small things that can be put together to keep the ideas flowing in a community.</li>

<li><span class="audio-time" data-start="446.040" data-stop="565.414">7:26</span>: <b>Pieces working together</b>:
The amazing thing about that is that the pieces help each other. For example, I mentioned how the blog aggregator can help with a newsletter, because it gives you stuff to put in the newsletter. It makes it easy to just go through the list. I actually have the RSS feed automatically included in my newsletter, and then I can just categorize it from there, so I'm not even copying the links manually. So you've got a blog aggregator feeding the newsletter. People start looking at the newsletter and writing blog posts about the interesting things that they come across because of the newsletter. Likewise, I've seen a lot of the user groups start to refer to the newsletter as a way to fill in any extra time, so it makes it easier for people who might otherwise be a little nervous about standing there by themselves or with a few other people&#x2026; There's a lot of dead space and silence because nobody knows what to talk about. Now they can just pull up the newsletter and go through it and see what spikes people's interest. Then all of that again inspires people, brings people together, and turns into ideas for conference talks and so on. This is an example of how a little bit of community plumbing helps ideas go around faster. It helps ideas circulate. I think that this is something that lots of people can do in their own communities, even if you don't feel like an expert, you don't feel like you have much to add, even if you don't feel like you have much time. I have very little computer time. This is basically it. I have maybe 5 minutes here, 10 minutes there. I can scroll through Reddit on my phone and upvote the posts that I want to include in my next newsletter. I can look on Mastodon for toots that I want to share to my Orgzly so that I can take notes and then include that in the newsletter. This is something you can do with very little time.</li>

<li><span class="audio-time" data-start="565.514" data-stop="595.133">9:25</span>: <b>Fun</b>:
It is a lot of fun. One of the things I really look forward to every week is being able to see, in the process of making Emacs News, all the cool stuff that people have come up with. It's something that's personally very useful for me, and it happens to be useful for other people. That's a nice bonus, but really I'm getting a lot of selfish benefits out of it. I think that if you put together a newsletter for the stuff that you're interested in, then you'll also get a lot of benefits out of that too. So, it'll be fun.</li>

<li><span class="audio-time" data-start="595.233" data-stop="650.588">9:55</span>: <b>Building processes and tools</b>:
Building processes and tools is a great help, of course, to make it easier for you. Instead of copying things manually, maybe you can automatically get a list of things. Then you can just delete the ones that you don't like. A little bit of automation. Doesn't have to be built all at once. You can do a little bit and then try it out, add more to your newsletter. For example, I've got this section on new packages. I am definitely not keeping track of that by hand. I just have a bit of code that gets all the packages from all the archives and then compares it with a list that it saved last week. So as you get into figuring out what you want your community plumbing to look like, you can build the tools to make it easier for you to do this and to save time so you don't have to do the tedious stuff. You can focus on the fun stuff instead.</li>

<li><span class="audio-time" data-start="650.688" data-stop="764.780">10:50</span>: <b>Let people help</b>:
The last tip that I want to share in terms of community plumbing is that once you get the ball rolling, sometimes people want to help out. They'll send you interesting links that you can include. In the case of emacs-devel, the mailing list is too hard for me to follow because they're talking about all sorts of things, there's a lot of volume, and I'm just scrolling through things on my phone. But people like Andres Ramirez send me notes on the different threads that have been going on, so that becomes something that can quickly include. People are out there who can help. Might not get things started on their own or might want to just contribute to something that already exists, but once it's out there, then they can come and contribute to it. So it's community plumbing: very easy to do, doesn't take a lot of work, can be a lot of fun, and there are little pieces that you can build that get things flowing faster. Blog aggregator, newsletter, calendars, little things that you can do to help people find stuff. In the show notes I have a list of links to the stuff that we have for the Emacs community such as the blog aggregator, planet.emacslige.com, the Emacs News newsletter, different searches that I like to use to find stuff on YouTube and Reddit and Hacker News and all these other places. Mastodon, there's a lovely little Emacs focused instance [emacs.ch]. People also talk about all sorts of other things, but there's actually like an Emacs instance for Mastodon, which makes it easy to bump into other people. So I think that's awesome too. Emacs News file, different package archives, the emacs-devel mailing list, the [EmacsWiki:]Usergroups page. I actually keep this up to date with upcoming events too. It makes it easy for people to see what's coming up. EmacsConf.org.</li>

<li><span class="audio-time" data-start="765.060" data-stop="842.720">12:45</span>: <b>Other projects</b>:
In addition to the Emacs stuff, I also have links to other projects, planets, and newsletters, so that you can get an idea of how other people do things. I think it's fantastic that there's such a wide range. A lot of the planets use Planet Venus as well&#x2013;the same aggregator that we're using. It's pretty old. Hasn't been updated in like more than a decade. But some of them use more recent tools. Newsletters, there are a whole bunch. There are some that are weekly, there are some that are monthly, some with a lot of analysis, and some that are just also a list of links. You can check that out for ideas. Linux Weekly News has a calendar that they keep of conferences, so that's another way to check out what other people are doing conference-wise. And of course, there are lots of user groups. So, if you're involved in some kind of interest community, please consider doing some of that community plumbing because it makes it easy to discover interesting things and connect people to each other. It doesn't take a lot of work, it doesn't take a lot of expertise, and it is a lot of fun. So that's my quick brain dump. I'm going to find a way of condensing the 15 minutes of that brain dump into a five-minute talk.</li>
</ul>
</div>
</div>
<div id="outline-container-org64d748b" class="outline-2">
<h2 id="org64d748b">Other little Emacs tweaks</h2>
<div class="outline-text-2" id="text-org64d748b">
<ul class="org-ul">
<li><span class="audio-time" data-start="842.860" data-stop="884.620">14:02</span>: <b>Using Yay Emacs for braindumps</b>:
One of the things that I want to do with this time for Yay Emacs is start to take some of these sketches and ideas, and flesh out the words around them. Speech recognition is really surprisingly awesome at turning that kind of a brain dump into words that I can then edit. As I mentioned, I don't have a lot of computer time, so I am going to use this to do the writing and the thinking and all of that stuff out loud. Other things I wanted to include here, just in case I have time before the kiddo wakes up, are little things that I tweaked in my Emacs configuration this week.</li>
</ul>
</div>
<div id="outline-container-org2265690" class="outline-3">
<h3 id="org2265690">wdiff: word diff</h3>
<div class="outline-text-3" id="text-org2265690">
<ul class="org-ul">
<li><a href="https://sachachua.com/dotemacs#wdiff">wdiff</a> - word diff</li>
<li><a href="https://www.gnu.org/software/wdiff/">https://www.gnu.org/software/wdiff/</a></li>
<li><span class="audio-time" data-start="885.020" data-stop="1131.220">14:45</span>: <b>wdiff TODO</b>:
So, word diffs. I actually had, for a little time now&#x2026; When I edit the captions for Emacs Conf docs, sometimes I want to compare them with a script. I added a little thing to subed, which is a major mode for editing subtitles, for using the word diff, <code>wdiff</code> command line tool. It turned out to be super useful, and I wanted to keep using it for other things as well. So normal diff will show you the difference between a file or your buffer in terms of lines. Let's do that with some lorem ipsum text here. So let's say that, yeah, this text here. And I can M-x <code>diff-buffer with-file</code>. Oops, where am I? Diff-buffer-with-file. If we look at this here, it will show you the lines that have changed in green with a plus on them. M-x diff-buffer-with-file will compare your unsaved buffer with a file that's on your hard disk or SSD or whatever&#x2013;whatever has been saved. But it works with lines. So here, for example, you've got that line over there. If you have another line, you can save that. If I make a change here&#x2013; let's say, for example, if I put a hello world here&#x2013; diff-buffer-with-file will show me that the entire line has been removed and the entire line has been changed. There's a little bit of highlighting to show me which words have specifically changed, but it's a little harder to tell. So I have this my-wdiff-buffer-with-file function. What it does is: it shows me that diff, and it just highlights the specific part that has changed. What the wdiff command line tool does is it takes the diff output and then it refines it to show just the words that have changed, and then you can highlight that specifically. Now, how does this work? Here's a little bit of Elisp wrapping around a shell command. So I've got here a my-wdiff function that takes an old file and a new file. The interactive call asks for the file name so I can compare two different files if I wanted to. All it does is it calls the process wdiff. It's a command line tool you can install. It's the one that does all the hard work of figuring out the actual words that have changed. Then a little bit of font-locking or highlighting it with different colors: going to the beginning of the buffer output and then looking for that regular expression to look for where the additions or deletions have occurred, and adding either the diff-removed or the diff-added face. So if there are command line tools that have some kind of useful output, and you want to color them differently in Emacs, it's fairly easy to write an Emacs Lisp function that will do that for you. I think that there's probably a package out there that does this kind of talking for wdiff and calls it and everything, but it's super short and I can just&#x2026; It's easy enough to just write the function instead of looking through the packages. Anyhow, so that's wdiff. It's really helpful for prose because if you're writing lots of words, sometimes, it doesn't make sense to do them as separate lines. In fact, when I do transcripts, when I'm looking at word differences for transcripts, I have it squish everything on one line so that I don't have to worry about any white space changes. So wdiff, useful thing.</li>
</ul>
</div>
</div>
<div id="outline-container-orgcde695c" class="outline-3">
<h3 id="orgcde695c">Touch gestures</h3>
<div class="outline-text-3" id="text-orgcde695c">
<ul class="org-ul">
<li><a href="https://sachachua.com/dotemacs#touch">touch</a> - touch-screen</li>
<li><a href="https://kitchingroup.cheme.cmu.edu/blog/2014/08/31/Using-Mac-gestures-in-Emacs/">https://kitchingroup.cheme.cmu.edu/blog/2014/08/31/Using-Mac-gestures-in-Emacs/</a></li>
<li><span class="audio-time" data-start="1132.120" data-stop="1230.660">18:52</span>: <b>Touch gestures</b>:
Another interesting thing that I found out this week was that actually my laptop's touchscreen works with multi-touch gestures. This is the first time I've gotten around to trying it out. So I can two-finger-scroll and it does the scrolling thing. I can do a pinch to zoom. Let's see if it works. Oh, I have to make sure I'm in the right area here. Whoops, okay, so yes, it does do it eventually, when it kicks in. Let me see if I can zoom back. Yeah, so that's me like using my pinch gestures to mess around with that, which is slightly less useful. I wanted to share a snippet that I've borrowed from somebody else's configuration. John Kitchin shared these using Mac gestures in Emacs. In this post, he shared that you can use this to slow down the swipe: to set up swiping so I can swipe left and swipe right to go to the previous and next buffer, but to slow it down enough so that it's useful instead of just go whooshing through all these buffers. So if I swipe very carefully, I can just use two-finger swiping left and swiping right in order to make that change, which now makes me think, okay, how do I play around with this?</li>
</ul>
</div>
</div>
<div id="outline-container-org9d5f109" class="outline-3">
<h3 id="org9d5f109">Thinking about strokes</h3>
<div class="outline-text-3" id="text-org9d5f109">
<p>
Might look into strokes.
</p>

<ul class="org-ul">
<li><span class="audio-time" data-start="1230.860" data-stop="1385.660">20:30</span>: <b>Thinking about strokes</b>:
There's a strokes package. So strokes lets you control Emacs using mouse strokes. My laptop comes with a stylus, which I've been using to split words in transcripts because I like my captions to be a certain length. When I'm doing subtitles, I like to split them at about 60 characters if we're displaying them on screen and maybe a little less than that if we're displaying them in the regular video player on a webpage versus broadcasting it in EmacsConf. I use a stylus a lot during that part because it's easy to just tap on the word that I want to split at. Now that I'm playing around with touch more, I'm very curious about whether I can use the strokes package to do the pile sorting idea that I mentioned previously on one of these Emacs live streams. So, pile-sorting or card-sorting is when you take a pile of things and you sort them roughly into piles. You might say, okay, this stuff goes over here, that stuff goes over there. I'm thinking this might be an interesting way to think about sorting my inbox, because I don't necessarily want to go through all the steps of refiling something. Refiling takes a little while on my computer, even with a subset of refiling targets that I've been playing around with. But if I can sort them into piles, I can say, okay, this pile will eventually get refiled into this project, and this pile will eventually get refiled into this other place, and so forth. So, if I can make, like, 1, 2, 3, 4, 5, 6, 7, 8 piles, then maybe I could use this swiping or stroke idea, mouse gestures, to just fling something into the appropriate pile, whether it's northwest or north or northeast or south or all those other cardinal directions. That might be a future thing to play around with. I don't usually use the mouse when I'm using Emacs, but it might be fun to do that. It might also be fun to think about it using touchscreens as well. Can I swipe left and swipe right to do something interesting with org subtrees? We'll see. So that's what I've got for that section.</li>
</ul>
</div>
</div>
</div>
<div id="outline-container-org5766f26" class="outline-2">
<h2 id="org5766f26">Yay Emacs streaming setup</h2>
<div class="outline-text-2" id="text-org5766f26">
<p>
</p><div class="sketch-full"><a class="photoswipe" href="https://sketches.sachachua.com/filename/2024-02-01-04%20Yay%20Emacs%20streaming%20setup%20%23streaming%20%23tech%20%23geek%20%23video.png" data-src="https://sketches.sachachua.com/static/2024-02-01-04%20Yay%20Emacs%20streaming%20setup%20%23streaming%20%23tech%20%23geek%20%23video.png" data-title="2024-02-01-04 Yay Emacs streaming setup #streaming #tech #geek #video.png" data-w="2808" data-h="3744"><picture>
      <img src="https://sketches.sachachua.com/static/2024-02-01-04%20Yay%20Emacs%20streaming%20setup%20%23streaming%20%23tech%20%23geek%20%23video.png" width="2808" height="3744" alt="2024-02-01-04 Yay Emacs streaming setup #streaming #tech #geek #video.png" loading="lazy" style="max-height: 90vw; height: auto; width: auto" decoding="async">
      <figcaption>2024-02-01-04 Yay Emacs streaming setup #streaming #tech #geek #video.png</figcaption>
    </picture></a></div>
<p></p>

<ul class="org-ul">
<li><span class="audio-time" data-start="1392.960" data-stop="1618.561">23:12</span>: <b>Yay Emacs streaming setup</b>:
Last little bit of thing that I can probably squeeze in before the kiddo wakes up. Someone was curious about my Yay Emacs streaming setup. it's basically this. This is my current setup, where I've got this external monitor, which is now the one I'm actually sharing so that it's higher res than the kind of really tiny monitor that I&#x2026; Well, not really tiny, but the X230T is a small computer, so resolution is 720p when I'm streaming, At least this one will get us a bit bigger. The actual computer that's running everything is the X230T because it's very comfortable. I like it. It's already all set up and everything. Since it doesn't have the horsepower to do OBS streaming itself, I am using Video Ninja to share it to the Surface Book. The Surface Book is the one that uses OBS to then send everything to YouTube. There's a Blue Yeti over there that's plugged into the Surface Book. There's a webcam that's plugged into the Surface Book, so that allows me to start doing hand gestures. There's a light, and all that stuff. So I mentioned I don't have a lot of computer time. The kiddo gets screen envy. If I'm on a screen, she's gotta be on a screen too, so it's hard for me to squeeze in screen time, like programming time during the day, because then she's like, "I want to keep watching YouTube videos." Which is okay when I need to bribe her with screen time, but I shouldn't let her do it for too long because then I feel guilty as a parent. Drawing, on the other hand, I can get away, with because she doesn't get too envious about that. When I'm waiting for her or when I'm walking around or doing chores or whatever, else, I can use Google Recorder to do brain dumps. I can use speech recognition, usually through the Deepgram API, so I can use OpenAI Whisper without overloading my computer. All that stuff goes into Org Mode in Emacs, where I prepare notes and turn the transcript into something more coherent. It goes into the Eleventy static site Generator. It goes out to my website. Lately I've slowly figured out the workflow for converting the YouTube videos into our own WebM archive things, and then doing the speech recognition in that one, and posting that up on the web. So now, for example, for the show notes for last week, it's synchronized to the transcript timestamps and everything. Little steps forward. Next steps, I'm getting better at not doing the, "OK, are we live? Is this on?" that sort of thing; the trust that when it says it's live, it's live. I decided to move my posts out of the stream notes so that they're just on my blog, and then there's a link to the stream notes so people can go find the previous episodes. Working on smoothening that WebM conversion so that I don't have to think about it, it just happens. Timestamp synchronization happened, hooray. The next step is I want to be able to extract the media files, turn them into podcast enclosures, and set up the iTunes channel information and all of that stuff so people can also listen to it as just a podcast. I'll try my best to remember that sometimes people will not be able to see what's on my screen. That's another thing that people have wanted me to explain, so that's there.</li>
</ul>
</div>
</div>
<div id="outline-container-orgdb7e01e" class="outline-2">
<h2 id="orgdb7e01e">More about piles</h2>
<div class="outline-text-2" id="text-orgdb7e01e">
<ul class="org-ul">
<li><span class="audio-time" data-start="1618.661" data-stop="1669.840">26:58</span>: <b>Piles and e-mail</b>:
Charlie mentions that the pile thing sounds like the stack method of getting through email, which I would love to hear more about. I will go look that up later. My current approach to getting through email is that I don't. But that's okay because I'm just trying to keep my life low-commitments. Again, not much computer time. I'd rather spend it coding or writing than responding to emails sometimes. I'll accept that most of my email replies will be top-posted and done from my phone. But stack method sounds very interesting and generally&#x2026; Pile sorting in general is very useful in real life when you're trying to go through a lot of stuff. I'm trying to look for ways to make that happen on the computer as well.</li>
</ul>
</div>
</div>
<div id="outline-container-org81e891a" class="outline-2">
<h2 id="org81e891a">Emacs News highlights</h2>
<div class="outline-text-2" id="text-org81e891a">
<ul class="org-ul">
<li><span class="audio-time" data-start="1683.940" data-stop="1760.460">28:03</span>: <b>Looking at Emacs News</b>:
So, great. Now I get to do the thing which I just talked about, which is I haven't actually had a lot of time to code today. Well, code this week. So, code wise, I don't have fascinating blog posts to show but there's always the Emacs News to go over and share the interesting things that people have been sharing over this past week, so I can point you to other other cool stuff. Feel free to ask questions in the chat so I can go back to any previous topic or bring up more detail. I don't know. So in last week's Emacs news, we had a bunch of things in different categories. For Emacs configuration, it was interesting to see two posts on digging into Emacs performance or problems with Emacs configuration. There's "Why is my Emacs slow?" And there's "Debugging Emacs", kind of just trying to find the problem points. The profiler is very helpful for finding slowness. Bisecting your Emacs configuration can help with finding errors and things that run but don't do what you want them to do.</li>

<li><span class="audio-time" data-start="1761.180" data-stop="1866.000">29:21</span>: <b>bug-hunter</b>:
So it brought to mind the fact that there's a bug-hunter package. It's been a while since I've used this, but it might be useful to other people as well. What bug-hunter does is it does that bisection for you. Bisection is the idea of commenting out half of your Emacs configuration or whatever else and then seeing if that works. First, you comment out the second half and you run your configuration and you see if you're getting the problem. And if that works, then you split the second half, and you try to find the problem there and so forth. You're always cutting things in half and you're working with smaller and smaller pieces until you can identify the specific expression that's causing you problems. It depends on what kind of error I'm looking for. Sometimes I will just open up my tangled Emacs Lisp configuration and then record a keyboard macro that goes forward one expression and then executes the last expression. The keyboard macro is very easy to keep repeating until there's an error. But if there's something more complicated, like I have to do a lot of steps in order to reproduce the problem, then bug-hunter is helpful for that because it does that kind of splitting up for you, and then it'll ask you. It'll either allow you to specify an assertion (something that can automatically check if the error is present), or if there's an interactive thing that you need to do in order to find out whether you're a problem, then it can also prompt you. So that's the bug-hunter package. Highly recommended when weird things are happening with your Emacs configuration.
<ul class="org-ul">
<li><a target="_blank" href="https://elpa.gnu.org/packages/bug-hunter.html">bug-hunter</a></li>
</ul></li>

<li><span class="audio-time" data-start="1867.660" data-stop="1960.120">31:07</span>: <b>Emacs Lisp</b>:
All right, Emacs Lisp, Mike Zamanski has released another episode of learning Emacs. He dives deeper into how to use Emacs Lisp to build a thesaurus. And then there's another post on using <code>cl-letf</code> [oops, not cl-flet] to override a function. Sometimes you'll want to run something, but you want to tweak the way that it works. Sometimes you can do that by using a hook if the authors of the code had the foresight of including the appropriate hooks. Sometimes you can do that with advice. But if you're only doing it temporarily, like you don't want your change to happen all the time, but just for this particular call, and you're trying to modify something that's not directly in that function, but maybe like a layer or two down it, then [cl-letf, not cl-flet] allows you to&#x2026; It's like the way you can use let to change the value of a variable while when you call a different function. [cl-letf] lets you override a function just for the calls that you're going to make. And it does it not just for this direct call, but also for the functions that that function called and so on and so forth. So [cl-letf] lets you change the function that is being used. Simon Dobson's post goes into a lot more detail. It is very hacky when you need to use it, but sometimes that's what you gotta do.
<ul class="org-ul">
<li><a href="https://cestlaz.github.io/post/learning-elisp-17/">Mike Zamansky: Learning Elisp 17 - a thesaurus mode</a> (16:36 <a href="https://www.youtube.com/watch?v=ZBN4Kphv-ac">YouTube</a>, <a href="https://www.reddit.com/r/emacs/comments/19faaqv/latest_learning_elisp_video_17_finishing_a/">Reddit</a>, <a href="https://irreal.org/blog/?p=11932">Irreal</a>)</li>
<li><a href="https://simondobson.org/2024/01/22/locally-overriding-a-function-throughout-a-dynamic-extent/">Customizing 'ebib' (and 'citar') behaviour by locally overriding a function throughout a dynamic extent</a> - cl-letf (not cl-flet)</li>
</ul></li>

<li><span class="audio-time" data-start="1961.660" data-stop="1991.680">32:41</span>: <b>ert-results</b>:
ert-results, there's a package here that allows you to get more views. So if you're writing tests for your Emacs Lisp, ERT is a popular package for doing so. There is a package for displaying the results in different ways, which I haven't looked into, but it looks useful when you're dealing with a lot of tests. There's been some further
<ul class="org-ul">
<li><a href="https://www.reddit.com/r/emacs/comments/19e3ooi/announce_ertresultsel_rapidly_manipulate_views_in/">ANNOUNCE: ert-results.el - Rapidly manipulate views in Emacs Regression Test results and source buffers</a></li>
</ul></li>

<li><span class="audio-time" data-start="1991.680" data-stop="2016.554">33:11</span>: <b>Appearance</b>:
discussion on this "I just wanted Emacs to look nice." I think Hacker News had a big thread on it recently with over 170 comments. In addition to this thread, I think there was one like a few days ago that talked about how terminals are complicated. Then there's more stuff in colors and transparency.
<ul class="org-ul">
<li><a href="https://chadaustin.me/2024/01/truecolor-terminal-emacs/">I Just Wanted Emacs to Look Nice — Using 24-Bit Color in Terminals | Chad Austin</a> (<a href="https://news.ycombinator.com/item?id=39174340">HN</a>, <a href="https://lobste.rs/s/dt3l6s/i_just_wanted_emacs_look_nice_using_24_bit">lobste.rs</a>)</li>
</ul></li>

<li><span class="audio-time" data-start="2016.654" data-stop="2066.679">33:36</span>: <b>Window configuration</b>:
I often need help focusing, as you can probably tell. So, somebody posted this tip for maximizing buffers, but saving the window configuration, and then somebody else pointed out that if you've got winner-mode, you get that for free. I'm still getting the hang of using winter mode myself, just getting my brain used to the idea of going back to a window configuration. Actually, maybe that's a good use of swiping: instead of using the swiping to shift buffers, which I can do fairly comfortably with <code>C-x b</code>, I can just use the swiping as my touch gesture for switching window configurations. Worth a try.
<ul class="org-ul">
<li><a href="https://www.reddit.com/r/emacs/comments/1adn8j6/temporarily_make_single_buffer_fullscreen/">Temporarily Make Single Buffer Fullscreen</a></li>
</ul></li>

<li><span class="audio-time" data-start="2073.420" data-stop="2134.320">34:33</span>: <b>Org Mode</b>:
Org mode, lots of people sharing their workflows, workflows for writing a book in Emacs and Org Mode. There's a YouTube video on that. Workflows for for studying vocabulary. If you're not quite at the level of writing books, you're still learning lots of words, that's okay too, Org Mode's got something for you. Using a checklist to keep track of your shopping list. This post was about using Orgzly with a checklist to do the grocery list. Somebody else in the comments said that they basically export something that uses JavaScript to give them a checkable checkbox, which is another interesting technique. And yeah, so more Org Mode in real life. Basic Citations in Org has another post, so if you're interested in writing scientific papers and other things like that, Org Mode has citation support to make that easier for you.
<ul class="org-ul">
<li><a href="https://m.youtube.com/watch?v=pqLSPo5k70c">How I Wrote my Book in Emacs + Org - YouTube</a> (<a href="https://emacs.ch/@mms/111824816465116334">@mms@emacs.ch</a>)</li>
<li><a href="http://yitang.uk/2024/01/28/learn-in-emacs-building-up-vocabulary/">Yi Tang: Learn in Emacs - Building Up Vocabulary</a></li>
<li><a href="https://www.reddit.com/r/emacs/comments/19fccfl/screenshot_of_the_day_shopping_with_emacs_org/">Screenshot of the day: Shopping with Emacs + Org mode + Orgzly</a></li>
<li><a href="https://www.miskatonic.org/2024/01/22/org-citations-basic-5/">William Denton: Basic citations in Org (Part 5)</a></li>
</ul></li>

<li><span class="audio-time" data-start="2138.040" data-stop="2159.840">35:38</span>: <b>Completion</b>:
Ah! So, a couple of interesting resources for completion. This one, I think, is&#x2026; This one is more about Ivy and counsel, which you don't see as many posts about these days. If you do use Ivy, then that's definitely worth checking out. That's Martin Fowler's post "Improving my Emacs experience with completion."
<ul class="org-ul">
<li><a href="https://martinfowler.com/articles/2024-emacs-completion.html">Improving my Emacs experience with completion</a></li>
</ul></li>

<li><span class="audio-time" data-start="2162.500" data-stop="2212.160">36:02</span>: <b>Compile</b>:
Coding: there was a long video on compile and other things you can do with a compile command, including setting file-specific compile commands, which is helpful. Not just compile in the traditional way we think of (you have some source code, you compile it into a program), but also compile as in, "I always want to run these commands after I edit this file." It could be a configuration file and then your compile command could restart the service that uses that configuration file, for example. So that's "Compile with confidence: a deep dive into compiling code with Emacs," which is 15 minutes and worth checking out.
<ul class="org-ul">
<li><a href="https://youtu.be/6oeE52bIFyE?si=hM7w7-tpu5UJFWBN">Compile with Confidence: A Deep Dive into Compiling Code with Emacs</a>  (15:46, <a href="https://www.reddit.com/r/emacs/comments/1abkzp2/compile_with_confidence_a_deep_dive_into/">Reddit</a>)</li>
</ul></li>

<li><span class="audio-time" data-start="2214.020" data-stop="2248.480">36:54</span>: <b>Window configurations</b>:
Going back to the window configurations: Kalman already shared using registers, which is the same technique as discussed in the Reddit post. The function in the Reddit post about window configurations&#x2013;sorry, temporarily maximizing your windows, the Reddit thread was called. The function saved the window configuration to a register to make it easier to restore. That's definitely a useful technique. A couple of LSP related things.
<ul class="org-ul">
<li><a href="https://www.reddit.com/r/emacs/comments/1adn8j6/temporarily_make_single_buffer_fullscreen/">Temporarily Make Single Buffer Fullscreen</a></li>
</ul></li>

<li><span class="audio-time" data-start="2248.860" data-stop="2349.180">37:28</span>: <b>Attaching files</b>:
Oh, and there was this interesting one about "Have you ever sent an email with a file attachment that is located on a server?" Where Christian did was use Dired to look for a file that was remote, because you can easily work with files on different computers by using Tramp. Yeah, okay, so Christian used Dired to get to a server over SSH, find the file, and then use Embark to attach the file to a mail composition buffer, which is fascinating. It made me start thinking about if whether you could maybe use the org-store-link mechanism as well. So you store the link, and then instead of inserting the link somewhere else, you might just have an attached file from a stored link, and it would figure out the location to attach. That way, you can go back to the mail buffer that you want to insert it into, and you can insert that there. Yeah, so this function uses Gnus, but it's fairly easy to do that with just a regular mml-attach-file as well. So you don't have to use Gnus for this. If you're using notmuch, you can use that to insert it. Because Emacs lets you use Tramp to work with files on remote systems as easily as you do on your system, attaching something from somewhere far away is actually fairly straightforward.
<ul class="org-ul">
<li><a href="https://christiantietze.de/posts/2024/01/sent-email-with-file-located-on-server/">Christian Tietze: Have You Ever Sent an Email with a File Attachment that is Located on a Server?</a></li>
</ul></li>

<li><span class="audio-time" data-start="2350.160" data-stop="2520.680">39:10</span>: <b>Reading comic books</b>:
Cool stuff. Oh, "GNU Emacs as a comic book reader" is in the fun category. This got picked up a bit in Mastodon as well. I saw some people tooting about it because&#x2026; Fun! So comic books are often packaged as archives that have the image files in them. Emacs can understand archive files and Emacs can understand images. You can just put that together with a little bit of help in like flipping the pages. Apparently, you can read comics inside Emacs, which makes me start thinking about okay, well, what else can we do with images in Emacs? A little bit later in this blog post actually&#x2026; There's a magnifier in a recent blog post, I think, adding a magnifier to the thing. Where is that? So there's a little magnifier over here, which I am going to go look into how that's happening, because that sounds like a fun thing to do for my sketches as well. I'd like to be able to say, okay, I'm talking about this sketch, but highlight a section for easier looking at. Community-wise, FOSDEM&#x2013; was going on? Is going on? People are posting stuff about having enjoyed it. So it's either currently going on or it's done. FOSDEM is a big free and open source software conference, plus a lot of community stuff. There is a community track. So if you're curious about the community plumbing thing that I mentioned at the start of this live stream, you can go check that one out. Apparently there are lots of interesting talks. So that's my Emacs news highlights. You might have slightly different Emacs news highlights. Totally cool. Everybody gets something different out of it. So let me switch back to the chat, and then I can start saying hello to other people who have dropped by. Hello DJ Cthulhu and Data Monoid and and everybody else who's watching. It's very strange. The kiddo is not waking up yet, so I guess I can just keep taking advantage of this time.
<ul class="org-ul">
<li><a href="https://lifeofpenguin.blogspot.com/2024/01/gnu-emacs-as-comic-book-reader.html">Anand Tamariya: GNU Emacs as a Comic Book Reader</a> (<a href="https://www.reddit.com/r/emacs/comments/1adr17q/gnu_emacs_as_a_comic_book_reader/">Reddit</a>)</li>
<li><a href="https://fosdem.org/2024/schedule/track/community/">https://fosdem.org/2024/schedule/track/community/</a></li>
</ul></li>
</ul>
</div>
</div>
<div id="outline-container-org249c39f" class="outline-2">
<h2 id="org249c39f">Recent additions to my Emacs configuration</h2>
<div class="outline-text-2" id="text-org249c39f">
<ul class="org-ul">
<li><span class="audio-time" data-start="2521.420" data-stop="2546.620">42:01</span>: <b>Org-modern</b>:
Okay, where was I? I'm experimenting with org modern and variable pitch, but I'm not sure if I'm doing this entirely well. At least the headlines are bigger now, so we're going to see if that changes things in making my Org files a little bit more manageable when I am wandering around.</li>
<li><span class="audio-time" data-start="2547.880" data-stop="2559.880">42:27</span>: <b>Recent additions to my Emacs configuration</b>:
Let's see. Oh yeah, we can find out what else I've added to my configuration recently. I just have a bad habit of forgetting to add things.</li>

<li><span class="audio-time" data-start="2569.660" data-stop="2864.200">42:49</span>: <b>Exporting captions in Org Mode</b>:
So, captions. I very much like having captions and transcripts, partly because I'm using these live streams as an opportunity to braindump text for blog posts and presentations and things like that, right? If I look at my recent post, for example, for Yay Emacs, I'll take you through the source code for it behind the scenes. Now I have these caption links. I'm playing around with it first. This will export a section of my captions without my having to do any more manual fiddling around with it. Okay, I need to actually load this up. So this is a subed file. (Why is it not subed-mode? I think my configuration only partially loaded.) So subed allows you to edit the captions while having the video right beside it, which is handy because then I can jump around and correct things and so forth. The thing that I added to it recently was being able to export a section of the transcript with the times so that I can synchronize them. So that's fairly straightforward now. And then if I want to edit the text a bit more, then I can also have a function that specifies the start and the end, and then exports that part of the text with the timestamps on it, at least for the paragraphs. What that does is it makes this&#x2026; Let me bring up a blog post&#x2026; It makes this part over here so that I can click on&#x2013;theoretically, I will eventually be able to click on something in order to jump to that specific point. Or at least in the meantime, you can look at the times and go to it. There's something that needs fiddling with for the JavaScript to have that synchronized, but, step by step, right? This part over here&#x2026; When I publish a blog post about my live streams, I want to be able to include the video. I want to include the transcripts. I want to have times on the transcripts so that people can jump to the specific section if they want more details. I also want to be able to have my own structure around it. So, for example, I might want to have headings, or I might want to have lists, or something like that. If I have both the ability to put in extracts from the transcript, as well as use Org Babel to evaluate the code that gives me the transcript so that then I can fiddle around with it, I can copy and paste into a separate section and do my own editing, then I think that's pretty cool. That's another thing that I worked on recently for that. The reason I do that is because I have very little patience when it comes to going through things. (Aforementioned not having a lot of computer time.) I like skimming through transcripts. I like finding text in them. I like jumping to specific sections. I want to make that as easy as possible as well for other people who are watching this stuff, which gives me then the freedom to blather on about stuff while knowing that if there's something interesting, people can go find it again afterwards. So the process of getting the automatic speech recognition version, it's fairly easy. I can just use my my-deepgram-recognize-audio command to do it. Then I can turn that into a blog post with very little editing. Then people can go figure out, you know&#x2026; Eventually this can be polished into something that makes more sense, because I tend to go off in tangents and repeat words and use filler words and all that stuff. So, that is a thing that is in my config now.
<ul class="org-ul">
<li><a href="https://sachachua.com/dotemacs#videos">videos</a></li>
</ul></li>
<li><span class="audio-time" data-start="2864.200" data-stop="2907.340">47:44</span>: <b>Committing the changes to my config</b>:
Okay, so that's another change. Yeah, okay, so those are all the changes I did for this week. Hooray, I should remember to add that. This is touch. Okay, don't panic. All right, Compile. Create commit. Yes, I want all the commits. Okay. Diffing changes. Okay, okay. So, this was touch gestures. This is good. This is, you know, This is a good reminder for me to go actually commit things. Video export. I think that was it.</li>
</ul>
</div>
</div>
<div id="outline-container-org66ccccb" class="outline-2">
<h2 id="org66ccccb">Other questions, finding help</h2>
<div class="outline-text-2" id="text-org66ccccb">
<ul class="org-ul">
<li><span class="audio-time" data-start="2911.860" data-stop="3076.960">48:31</span>: <b>Question about Org tables and vocabulary</b>:
The question here is, trying to use the org table as a vocabulary manager. What do you do if you have multiple languages for each column, such as English, Tamil, and Mandarin, and you're having problems with misalignment? I'm not sure whether&#x2026; Oh, good, other people have the same question. Okay, I'm not sure whether specifying the column width is going to be enough, or maybe like different column widths. Do you know that you can, okay, so if you have&#x2026; If you have a table, column 1, column 2, column 3, you might have really long&#x2026; Now, if you can specify, I think, the width this way&#x2026; It's not working. Okay, I <code>C-h i m Org mode</code> <code>Table</code> <code>Column width and alignment</code>&#x2026; Okay, Let's see if we can get that to work. So theoretically this should have aligned it, but maybe it doesn't. <code>C-c C-c</code> should have split it up. I wonder if Org Modern is playing around with this. I am not entirely sure. That might be a good question for the Org Mode mailing list. They are very helpful over there. So unlike emacs-devel, which can sometimes be a little terse, I guess, Org Mode is specifically set up so that the Org mailing list has help and development questions and everything in one place. It tends to be the place to go for questions because they are cool. There's also an orgmode subreddit where sometimes people have shared questions like that and tips like that too. I would recommend, if you write about what you've done so far and where you're getting stuck, either the Org Mode mailing list or the Org Mode subreddit, which is at reddit.com/r/orgmode. Those might be two good places to ask Org-Mode specific questions, because chances are, no matter what workflow you are trying to figure out, someone out there has the exact same itch and has figured something out. Okay. All right. How to find&#x2026;
<ul class="org-ul">
<li><a href="https://orgmode.org/worg/org-mailing-list.html">https://orgmode.org/worg/org-mailing-list.html</a></li>
<li><a href="https://reddit.com/r/orgmode">https://reddit.com/r/orgmode</a></li>
</ul></li>

<li><span class="audio-time" data-start="3078.060" data-stop="3146.240">51:18</span>: <b>OrgMeetup</b>:
Ah, yes. There is also an Org meetup. I should point that out because it is awesome and because Ihor writes such lovely notes. So there is an OrgMeetup which I think he actually tries to organize about monthly. And it's always great fun. Then he has like really, really detailed notes, including bug reports or interesting features that people are playing around with and so on and so forth. So OrgMeetup is a third place to go if you want help with org things, and they are very lovely. Yes. And then Data Monoid points out that there's a matrix room and Yandar, one of the org maintainers, is around there too, so you can ask. There's also an #org-mode channel on Libera chat. So, yes, places to ask for help.
<ul class="org-ul">
<li><a href="https://list.orgmode.org/87fryho22t.fsf@localhost/T/#u">OrgMeetup notes</a> (<a href="https://emacs.ch/@yantar92/111834512664890077">@yantar92@emacs.ch</a>)</li>
</ul></li>

<li><span class="audio-time" data-start="3147.520" data-stop="3318.900">52:27</span>: <b>Finding help in Emacs</b>:
There's a question here about how to find help in Emacs. So of course, you can find documentation inside Emacs itself using the info manual, like the way you saw me look things up right there too, and C-h f, which is <code>describe-function</code>. But let's say that you need help going beyond that. There is the help-gnu-emacs mailing list, and people ask a variety of questions there. If you're starting with a starter kit like Doom Emacs, then you'll also want to check out the community that's specific to that starter kit, because starter kits come with thousands of lines of code that modify the Emacs experience. It can be challenging for people who are using vanilla Emacs or a different configuration of Emacs to figure out where you're starting from, if you're using a starter kit that's different from theirs. If you're using a starter kit, check out the starter kit's community as well. As I mentioned, there's an Emacs subreddit and I see a lot of people asking questions on that too. It's very helpful. People often post snippets and say, okay, this is what I figured out so far, but I'm getting stuck. Or they ask questions on how to do things. That's all good stuff. Just slightly annoying, ads-wise, but you can skip past them. There are the IRC channels on libera.chat. There's an #emacs channel and there's #org-mode and I think there's an #emacs-beginners one as well. Those tend to look like they're off topic most of the time because people are chatting, but sometimes if you come in with an Emacs question, then people will go and answer them if somebody knows the answer. It can be a little hit or miss because you don't know whether someone who's got the same interests is on at the same time, but if you're looking for kind of a quick back-and-forth, that's another place to drop by. Other places to ask for help&#x2026; Posting on the mailing list or in Reddit. There's also an Emacs Stackexchange. I don't know how active it is. Sometimes I see links to posts on it. so that's another place. But yeah lots of places to go find somebody who has a similar kind of thing.
<ul class="org-ul">
<li><a href="https://lists.gnu.org/mailman/listinfo/help-gnu-emacs">https://lists.gnu.org/mailman/listinfo/help-gnu-emacs</a></li>
<li><a href="https://reddit.com/r/emacs">https://reddit.com/r/emacs</a></li>
<li><a href="https://www.emacswiki.org/emacs/EmacsChannel">https://www.emacswiki.org/emacs/EmacsChannel</a></li>
<li><a href="https://emacs.stackexchange.com/">https://emacs.stackexchange.com/</a></li>
</ul></li>

<li><span class="audio-time" data-start="3319.660" data-stop="3381.800">55:19</span>: <b>Why is Emacs fun for you?</b>:
Speaking of finding things, finding someone who's got a similar kind of thing, there is a conversation about what is it that makes Emacs fun for you, which I was going to point out in the upcoming Emacs news because it's interesting to see the kinds of things that resonate with people. So that's one of the discussions that is out there on the Emacs subreddit. Okay, my voice is starting to give out, so in maybe 5 minutes I'm going to wrap up. Plus also, I want to make sure that the transcript isn't so long that I end up with this mile-long blog post afterwards. Data Monoid says that Emacs Stack Exchange is actually fairly active and they got some clarification on display line numbers mode. So there's another place to go and ask questions.
<ul class="org-ul">
<li><a href="https://www.reddit.com/r/emacs/comments/1ahtdp9/what_is_it_that_makes_using_emacs_fun_for_you/">https://www.reddit.com/r/emacs/comments/1ahtdp9/what_is_it_that_makes_using_emacs_fun_for_you/</a></li>
</ul></li>

<li><span class="audio-time" data-start="3383.440" data-stop="3499.960">56:23</span>: <b>Sharing your notes</b>:
Long-term, I highly, highly recommend using Emacs to write your notes about Emacs learning, and then posting that as a blog because (A) it'll help you as you think through the stuff that you want help with and (B) if it's up there, then people can come across it and they can be helped by your notes as well, which builds good karma. When you write about something, inevitably someone will come along and say, oh yeah, there's a better way to do that. It's happened to me numerous times. I get very excited about something clever I figured out, and then someone points out that it's a built-in package for it. So I highly recommend taking notes and sharing them. Again, you don't have to be an expert. In fact, it's really good to do this as a beginner starting out. Org Mode makes it very easy to do so. You can post to a WordPress blog or you can publish your site directly from Org Mode. Then you can take advantage of Org Mode's literate programming support to have your code and your notes all together. That helps you remember things, and that helps other people understand the context. Who knows maybe they'll get inspired by what you're doing and they'll go back through your archive and share even more tips and so on. It's all very good stuff. Highly recommend if you are asking for help. In addition to sharing what you've been doing so far in your Reddit or mailing list post or whatever, once you figure these things out, please take your notes and put them somewhere, ideally somewhere public, so that when people are searching for the same kind of question in the future, they can find your notes. That will be awesome. Thank you very much. Then you can tell me about it so that I can put it in Emacs News and we can keep those ideas flowing.</li>

<li><span class="audio-time" data-start="3499.960" data-stop="3628.760">58:19</span>: <b>Help on help</b>:
Oh yes, so a comment points out there is help on help. Question mark gives you&#x2026; So <code>C-h</code> is the typical command shortcut for help. It might be different depending on your Emacs starter kit setup or whatever, but <code>C-h</code> is what it is in mine. The question mark here shows you more of a menu, which you can use SPC to scroll through. There's also a quick help, so that just stays around. <code>C-h C-q</code> is quick help. This just gives you a very quick cheat sheet. This is actually configurable, and I was playing around with tweaking it, but I'm waiting for them to figure out kind of other ways to add more stuff to it so I can have my mode-specific help on it more easily. Yes, so there's a lot of help, which is great. Sometimes you don't even know what to look for, and that's where talking to other people about Emacs is very helpful. Because help is great if you know what you're looking for, and reading through the manual is another way to learn the words to look for, but sometimes you're just like, "I want to do this thing and I'm getting stuck. What do I need to do?" That's where you go. Yes. Oh, and as Kalman pointed out, looking at the source code is often also very helpful. In my previous Yay Emacs thing, I went into how you can use helpful to look at the source code of something when you're just looking at the function description. I highly recommend that.
<ul class="org-ul">
<li><a href="https://sachachua.com/blog/2024/01/2024-01-28-yay-emacs-closed-captions-and-synchronized-highlights-for-audio-clips-exploring-emacs-lisp-functions/">2024-01-28 Yay Emacs: closed captions and synchronized highlights for audio clips; exploring Emacs Lisp functions</a></li>
</ul></li>
</ul>
</div>
</div>
<div id="outline-container-org62da915" class="outline-2">
<h2 id="org62da915">Edebug</h2>
<div class="outline-text-2" id="text-org62da915">
<ul class="org-ul">
<li><span class="audio-time" data-start="3628.920" data-stop="3821.880">01:00:28</span>: <b>Edebug</b>:
I also highly recommend using edebug to slowly work your way through a function. Once you've started to get the hang of Emacs Lisp, edebug is super helpful. If you don't know what edebug is yet, I can very quickly squeeze in a quick, demonstration. Let's take a look at that lorem ipsum thing that I just used. That should be fairly straightforward since it just inserts things. Okay, so here, if you use&#x2026; I don't even know what the menu way to do it is. Okay, M-x edebug-defun, which is I think, [C-u] C-M-x. Then when you call it&#x2026; so let's say for example, I say [M-x lorem-ipsum-insert-paragraphs], then it will allow you to interactively step through things by pressing SPC. This is edebug. It lets you walk through a function and see where it's actually going. You can press <code>e</code> to evaluate things. So for example, if I want to see what num is, I can press <code>e</code>, type num, and it'll show me the value, which is 4 at the moment, because I called it with a universal prefix argument. So I said, insert 4 paragraphs, please. And it will show you the values of things, assuming you don't accidentally get out of the thing. Mystery. [dealing with some weirdness] This is undo tree. Undo tree is going to help me get back to where I was. All right. This is the buffer that I wanted to revert. Yes. That's the thing that I wanted to run. Sometimes I have a problem where when I'm edebugging, it switches for some reason into insertion, but now it's working. You can see there, I'm stepping through it properly now that I am not panicking. That's how it works. Interestingly, this one does it recursively. How strange. Okay, all right.</li>

<li><span class="audio-time" data-start="3822.600" data-stop="3918.140">01:03:42</span>: <b>Using the menus to explore</b>:
So that's edebug. The other thing that you can do while you're edebugging, by the way, is take a look at this menu. A lot of people turn the menus off because it saves them that little fraction of screen real estate, but it's actually very helpful to use it, especially when you're exploring something new for the first time, because then you can see the kinds of functions that people recommend checking out, like you can do step with space, which is what I was doing, and <code>t</code> automatically runs through things. It's called trace. Trace fast does it faster. Also, you can start to look at the different sub menus here. So for example, you can jump to a specific section. It'll tell you what the keyboard shortcuts are for it as well. You can use breaks. So one of the things I played around with a few months ago, was setting a conditional breakpoint. I knew there had to be a way to do it. I just wasn't sure what to call it, but looking through the menu helped me find it. That's another way to find words for things. If you want to look at the backtrace, you can use <code>d</code> for backtrace. If you want to evaluate something, then you can do that. Yeah, so that's edebug. Hey, there's an option for test coverage. I should go check that out. So, edebug is very helpful. And when you're done with edebugging, you can press <code>g</code> to just keep going. And then you can evaluate everything again to take off the edebug instrumentation and just run it as a normal function.</li>
</ul>
</div>
</div>
<div id="outline-container-orgd3f24ff" class="outline-2">
<h2 id="orgd3f24ff">Wrapping up</h2>
<div class="outline-text-2" id="text-orgd3f24ff">
<ul class="org-ul">
<li><span class="audio-time" data-start="3919.540" data-stop="4036.440">01:05:19</span>: <b>Wrapping up</b>:
So. All right, I really should wrap up because my voice is starting to say, "You're not used to this much talking in one go." But thank you very much for joining me. I will try to get this transcript up and edited sometime within the next few days, and next week let's see if I can manage to squeeze in a little bit of time for coding. It's unlikely because as I previously mentioned, the kiddo gets screen envy, so I'm probably going to be focusing on things that I can sneak in with a drawing. Fortunately, lots of other people are doing great Emacs tutorial videos. You should go check them out if you haven't yet. Protesilaos Stavrou, you've got System Crafters with David Wilson, Emacs Elements&#x2026; There's a whole bunch of Emacs channels. I include links to those videos in Emacs News, which comes out usually Mondays, sometimes Tuesdays, if things are very busy. Go check them out. I am probably going to be focusing on the things that I can do without necessarily looking up code or writing lots of expressions, because again, very limited computer time. I don't know what that looks like. What is podcast-friendly (so I'm not assuming people can see my screen), and what is my-life-friendly? I'm going to assume that I'm not going to be at the computer figuring out the code&#x2026; We'll figure it out. It's probably going to involve more drawings. We'll see. Eventually, someday I'll have more computer time, but that time is not yet now. So thank you for joining me. And we might see you again next week. We'll see. Bye-bye! Thank you.</li>
</ul>

<p>
Next livestream will be at <span class="timestamp-wrapper"><span class="timestamp">[2024-02-11 Sun 07:30] </span></span> EST: <a href="https://yayemacs.com">https://yayemacs.com</a>.
</p>
</div>
</div>
<div><a href="https://sachachua.com/blog/2024/02/2024-02-04-yay-emacs-community-plumbing-streaming-setup-emacs-news-highlights-transcript-export/index.org">View org source for this post</a></div>]]></description>
		</item><item>
		<title>2024-01-29 Emacs news</title>
		<link>https://sachachua.com/blog/2024/01/2024-01-29-emacs-news/</link>
		<dc:creator><![CDATA[Sacha Chua]]></dc:creator>
		<pubDate>Mon, 29 Jan 2024 13:51:56 GMT</pubDate>
    <category>emacs</category>
<category>emacs-news</category>
		<guid isPermaLink="false">https://sachachua.com/blog/2024/01/2024-01-29-emacs-news/</guid>
		<description><![CDATA[<ul class="org-ul">
<li>Upcoming events:
<ul class="org-ul">
<li>Emacs Berlin (virtual, in English) <a href="https://emacs-berlin.org/">https://emacs-berlin.org/</a> Wed Jan 31 0930 America/Vancouver - 1130 America/Chicago - 1230 America/Toronto - 1730 Etc/GMT - 1830 Europe/Berlin - 2300 Asia/Kolkata &#x2013; Thu Feb 1 0130 Asia/Singapore</li>
<li>Emacs users group Slovenia (in person) <a href="https://emacs.si/">https://emacs.si/</a> Thu Feb 1 1900 Europe/Berlin</li>
<li>M-x Research: TBA <a href="https://m-x-research.github.io/">https://m-x-research.github.io/</a> Fri Feb 2 0800 America/Vancouver - 1000 America/Chicago - 1100 America/Toronto - 1600 Etc/GMT - 1700 Europe/Berlin - 2130 Asia/Kolkata &#x2013; Sat Feb 3 0000 Asia/Singapore</li>
<li>Emacs Paris: S: Emacs workshop in Paris (IRL - Octo) <a href="https://emacs-doctor.com/">https://emacs-doctor.com/</a> Tue Feb 6 1800 Europe/Paris</li>
<li>EmacsATX: Emacs Social <a href="https://www.meetup.com/emacsatx/events/298320311/">https://www.meetup.com/emacsatx/events/298320311/</a> Wed Feb 7 1630 America/Vancouver - 1830 America/Chicago - 1930 America/Toronto &#x2013; Thu Feb 8 0030 Etc/GMT - 0130 Europe/Berlin - 0600 Asia/Kolkata - 0830 Asia/Singapore</li>
<li>Atelier Emacs Montpellier (in person) <a href="https://lebib.org/date/atelier-emacs">https://lebib.org/date/atelier-emacs</a> Fri Feb 9 1800 Europe/Paris</li>
</ul></li>
<li>Emacs configuration:
<ul class="org-ul">
<li><a href="https://endlessparentheses.com/a-quick-guide-to-directory-local-variables.html">A quick guide to directory-local (or project-specific) variables in Emacs</a> (2016, <a href="https://irreal.org/blog/?p=11943">Irreal</a>)</li>
<li><a href="https://emacsredux.com/blog/2020/09/12/reinstalling-emacs-packages/">Reinstalling Emacs Packages | Emacs Redux</a> (2020, <a href="https://irreal.org/blog/?p=11925">Irreal</a>)</li>
<li><a href="https://esrh.me/posts/2021-12-18-switching-to-meow.html">Switching to the meow modal editing system from evil</a> (2021, <a href="https://lobste.rs/s/lb2eld/switching_meow_modal_editing_system_from">lobste.rs</a>)</li>
<li><a href="https://protesilaos.com/codelog/2024-01-29-emacs-prefix-map/">Protesilaos Stavrou: Emacs: define prefix/leader key (nested key maps)</a> (23:18 <a href="https://www.youtube.com/watch?v=gojOZ3k1mmk">YouTube</a>,  <a href="https://www.reddit.com/r/emacs/comments/1ae0khl/new_prot_video_define_prefixleader_key/">Reddit</a>, <a href="https://irreal.org/blog/?p=11945">Irreal</a>)</li>
<li><a href="https://youtu.be/eyDGeVvnHgo">Why is my Emacs Slow?</a> (<a href="https://www.reddit.com/r/emacs/comments/19eiltv/why_is_my_emacs_slow/">Reddit</a>)</li>
<li><a href="https://mclare.blog/posts/debugging-emacs">Debugging Emacs</a></li>
<li><a href="https://codeberg.org/mms/mms-emacs">mms/mms-emacs - Codeberg.org</a> (<a href="https://emacs.ch/@mms/111805730362602795">@mms@emacs.ch</a>)</li>
</ul></li>
<li>Emacs Lisp:
<ul class="org-ul">
<li><a href="https://cestlaz.github.io/post/learning-elisp-17/">Mike Zamansky: Learning Elisp 17 - a thesaurus mode</a> (16:36 <a href="https://www.youtube.com/watch?v=ZBN4Kphv-ac">YouTube</a>, <a href="https://www.reddit.com/r/emacs/comments/19faaqv/latest_learning_elisp_video_17_finishing_a/">Reddit</a>, <a href="https://irreal.org/blog/?p=11932">Irreal</a>)</li>
<li><a href="https://simondobson.org/2024/01/22/locally-overriding-a-function-throughout-a-dynamic-extent/">Customizing 'ebib' (and 'citar') behaviour by locally overriding a function throughout a dynamic extent</a> - cl-letf (not cl-flet)</li>
<li><a href="https://www.reddit.com/r/emacs/comments/19e3ooi/announce_ertresultsel_rapidly_manipulate_views_in/">ANNOUNCE: ert-results.el - Rapidly manipulate views in Emacs Regression Test results and source buffers</a></li>
<li><a href="https://github.com/emacs-php/emacs-datetime">emacs-datetime</a></li>
<li><a href="https://www.youtube.com/watch?v=vXkXnpAOW-c">Xah Talk Show Ep533 Emacs Lisp Normalize YouTube Url, Open All File Paths, How to Choose a Mouse</a> (50:05)</li>
<li><a href="https://www.youtube.com/watch?v=cZgRLdetZ0g">efetch.el  - an emacs fetch tool</a> (02:12) - display system information</li>
<li><a href="https://programadorwebvalencia.com/cursos/ui-emacs-lisp/imagenes/">Lección 6: Imagenes | Curso de UI Emacs Lisp</a></li>
<li><a href="https://programadorwebvalencia.com/cursos/ui-emacs-lisp/arquitectura/">Lección 7: Arquitectura | Curso de UI Emacs Lisp</a></li>
</ul></li>
<li>Appearance:
<ul class="org-ul">
<li><a href="https://chadaustin.me/2024/01/truecolor-terminal-emacs/">I Just Wanted Emacs to Look Nice — Using 24-Bit Color in Terminals | Chad Austin</a> (<a href="https://news.ycombinator.com/item?id=39174340">HN</a>, <a href="https://lobste.rs/s/dt3l6s/i_just_wanted_emacs_look_nice_using_24_bit">lobste.rs</a>)</li>
<li><a href="https://emacsnotes.wordpress.com/2024/01/28/how-i-used-ct-color-tools-apis-to-choose-background-highlighting-colors-for-use-with-hi-lock-library-or-pick-colors-in-a-quantitative-way-using-ct-color-tools-apis/">Emacs Notes: How I used ct (= color tools) APIs to choose background highlighting colors for use with hi-lock library OR Pick colors in a quantitative way using ct (= color tools) APIs</a></li>
<li><a href="https://www.reddit.com/r/emacs/comments/19dyjjz/show_off_you_orgmode_eye_candies/">Show off you org-mode eye candies</a> (also non-Org)</li>
<li><a href="https://imgur.com/a/5wCXf2O">Background transparency for MacOS (Cocoa) emacs</a> (<a href="https://www.reddit.com/r/emacs/comments/19ev3ur/background_transparency_for_macos_cocoa_emacs/">Reddit</a>)</li>
</ul></li>
<li>Navigation:
<ul class="org-ul">
<li><a href="https://www.reddit.com/r/emacs/comments/1adn8j6/temporarily_make_single_buffer_fullscreen/">Temporarily Make Single Buffer Fullscreen</a></li>
<li><a href="https://www.reddit.com/r/emacs/comments/19ecywg/searching_in_other_visible_buffer_without_losing/">Searching in other visible buffer without losing focus on the primary?</a></li>
</ul></li>
<li>Hyperbole:
<ul class="org-ul">
<li><a href="https://github.com/rswgnu/hyperbole/blob/master/interactive-demos/HYROLO">Demo of HYROLO - HyRolo is a (kind of) contact book that is part of Hyperbole package</a></li>
</ul></li>
<li>Dired:
<ul class="org-ul">
<li><a href="https://youtube.com/watch?v=0vDGyD02fNU&amp;si=Rw0BVdAAR7IMmjPL">Essentials of Dired Plus</a></li>
</ul></li>
<li>Writing:
<ul class="org-ul">
<li><a href="https://www.youtube.com/watch?v=hQXmLbNIbWA">Writing Manuals with Texinfo in Emacs - System Crafters Live!</a> (01:59:36)</li>
<li><a href="https://www.youtube.com/watch?v=LtwBZwIrB1I">Emacs function that yanks a bibtex entry given a doi.</a> (00:29)</li>
</ul></li>
<li>Org Mode:
<ul class="org-ul">
<li><a href="https://m.youtube.com/watch?v=pqLSPo5k70c">How I Wrote my Book in Emacs + Org - YouTube</a> (<a href="https://emacs.ch/@mms/111824816465116334">@mms@emacs.ch</a>)</li>
<li><a href="https://gist.github.com/aneeqasif/7d9782cdd13d3b1e19f841e49a66c9b5">org-mode Ui changes · GitHub</a> (<a href="https://imgur.com/gallery/tqAVp44">screenshots</a>, <a href="https://www.reddit.com/r/emacs/comments/19f91kg/my_orgmode_setup_d/">Reddit</a>)</li>
<li><a href="http://yitang.uk/2024/01/28/learn-in-emacs-building-up-vocabulary/">Yi Tang: Learn in Emacs - Building Up Vocabulary</a></li>
<li><a href="https://www.takeokunn.org/posts/permanent/20240112071806-my_relationship_with_org_mode_in_2023_and_how_navigate_in_2024/">2023年のorg-mode活用と今後の抱負 - takeokunn's blog</a> (<a href="https://mstdn.jp/@kaneuchi/111819562621106665">@kaneuchi@mstdn.jp</a>)</li>
<li><a href="https://www.reddit.com/r/emacs/comments/19fccfl/screenshot_of_the_day_shopping_with_emacs_org/">Screenshot of the day: Shopping with Emacs + Org mode + Orgzly</a></li>
<li><a href="https://hoowl.se/org-jami-bot.html">Note-taking on the go: Capturing messages and images sent via Jami in Org mode</a></li>
<li><a href="https://nothingissimple.ablatedsprocket.com/posts/webmention-comments.html">Webmention Comments - Nothing Is Simple</a> (<a href="https://emacs.ch/@AblatedSprocket/111823925335797605">@AblatedSprocket@emacs.ch</a>)</li>
<li><a href="https://www.miskatonic.org/2024/01/22/org-citations-basic-5/">William Denton: Basic citations in Org (Part 5)</a></li>
<li><a href="https://weblog.dme.org/posts/2024-01-25-evolution-and-org-mode/">Evolution calendars in Org Mode's agenda</a></li>
<li><a href="https://www.youtube.com/watch?si=iWTloCorld_d-GEG&amp;v=n-AfvuV-bYo&amp;feature=youtu.be">Fast, Async LaTeX Previews in Org Mode</a> (<a href="https://www.reddit.com/r/planetemacs/comments/19dm1ty/fast_async_latex_previews_in_org_mode/">Reddit</a>)</li>
<li><a href="https://list.orgmode.org/87fryho22t.fsf@localhost/T/#u">OrgMeetup notes</a> (<a href="https://emacs.ch/@yantar92/111834512664890077">@yantar92@emacs.ch</a>)</li>
<li><a href="https://www.reddit.com/r/emacs/comments/1adrg9u/logseq_from_an_emacs_orgmode_perspective/">Logseq from an Emacs Org-mode perspective</a></li>
<li>Org development:
<ul class="org-ul">
<li><a href="https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/etc/ORG-NEWS?id=107cbc74a9c4a51025555864c4895d7415c793f6">ob-python: Set Python shell in Org edit buffer</a></li>
<li><a href="https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/etc/ORG-NEWS?id=da2b61b09e1eff957e6b2560a2f9c8509de6beac">lisp/ox-icalendar.el: Add time-to-live functionality to ox-icalendar</a></li>
<li><a href="https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/etc/ORG-NEWS?id=319563cef7a7117d105d834484ccf2b786e85497">ob-R, ob-julia: Do not force-start session in Org Src buffers</a></li>
<li><a href="https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/etc/ORG-NEWS?id=ef23b4706b40401e0212716291b507a1a876d118">org-babel-tangle: Do not allow tangling into self</a></li>
<li><a href="https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/etc/ORG-NEWS?id=8ec89c53ca18549635e94f37c8eb0fe7b543053f">ox-icalendar: Add support for multi-line SUMMARY, LOCATION, and DESCRIPTION</a></li>
<li><a href="https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/etc/ORG-NEWS?id=46b9769a02fe83dab043fffb69304669a733c4ef">org-attach-store-link-p: Change default value to 'attached</a></li>
<li><a href="https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/etc/ORG-NEWS?id=78dc58508ddbf97b6f44c0a6dd222eab3d13b50a">Obsolete org-switch-to-buffer-other-window and org-no-popups</a></li>
<li><a href="https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/etc/ORG-NEWS?id=2ade16bbc235cf5c9e5b2358acce189c3c54e8cf">org-fold: Honor :extend face property in folded headings/blocks/drawers</a></li>
</ul></li>
</ul></li>
<li>Denote:
<ul class="org-ul">
<li><a href="https://takeonrules.com/2024/01/23/creating-an-emacs-command-to-rename-files-per-denote-file-naming-schema/">Jeremy Friesen: Creating an Emacs Command to Rename Files per Denote File Naming Schema</a></li>
</ul></li>
<li>Completion:
<ul class="org-ul">
<li><a href="https://martinfowler.com/articles/2024-emacs-completion.html">Improving my Emacs experience with completion</a> (<a href="https://news.ycombinator.com/item?id=39187370">HN</a>, <a href="https://irreal.org/blog/?p=11960">Irreal</a>)</li>
<li><a href="http://www.emacs.dyerdwelling.family/emacs/20240127113907-emacs&#45;&#45;disabling-consult-preview-selectively/">James Dyer: Opening Frequently Used Files More Efficiently using consult</a></li>
<li><a href="https://www.youtube.com/watch?v=NgOaveOtVd8">Emoji Insertion in Emacs With Helm</a> (04:38)</li>
</ul></li>
<li>Coding:
<ul class="org-ul">
<li><a href="https://www.skybluetrades.net/blog/2021/06/2021-06-05-effortless-emacs-mmm-with-polymode/">sky blue trades | Effortless Emacs Multiple Major Modes with Polymode</a></li>
<li><a href="https://youtu.be/6oeE52bIFyE?si=hM7w7-tpu5UJFWBN">Compile with Confidence: A Deep Dive into Compiling Code with Emacs</a>  (15:46, <a href="https://www.reddit.com/r/emacs/comments/1abkzp2/compile_with_confidence_a_deep_dive_into/">Reddit</a>)</li>
<li><a href="https://paste.rs/VKc7V">LSP in Emacs setup</a> (<a href="https://emacs.ch/@xgqt/111818609175420205">@xgqt@emacs.ch</a>)</li>
<li><a href="https://www.youtube.com/watch?v=-A9XsjUgHVo">editing rust in emacs with LSP</a> (07:59)</li>
<li><a href="https://daemons.it/posts/estandarizar-commits-en-magit-con-commitizen/">Estandarizar commits en Magit con commitizen</a></li>
<li><a href="https://www.janestreet.com/tech-talks/janestreet-code-review/">How Jane Street Does Code Review - Jane Street</a> (2017, <a href="https://lobste.rs/s/slhe5j/how_jane_street_does_code_review_2017">lobste.rs</a>)</li>
</ul></li>
<li>Web:
<ul class="org-ul">
<li><a href="https://sachachua.com/blog/2024/01/patching-elfeed-and-shr-to-handle-svg-images-with-viewbox-attributes/">Sacha Chua: Patching elfeed and shr to handle SVG images with viewBox attributes</a></li>
</ul></li>
<li>Mail, news, and chat:
<ul class="org-ul">
<li><a href="https://christiantietze.de/posts/2024/01/sent-email-with-file-located-on-server/">Christian Tietze: Have You Ever Sent an Email with a File Attachment that is Located on a Server?</a></li>
<li><a href="https://github.com/alphapapa/ement.el/releases/tag/v0.14">Release v0.14 · alphapapa/ement.el (Matrix client for Emacs)</a> (<a href="https://www.reddit.com/r/emacs/comments/1ab6bwk/release_v014_alphapapaementel_matrix_client_for/">Reddit</a>)</li>
</ul></li>
<li>AI:
<ul class="org-ul">
<li><a href="https://codeberg.org/bram85/kagi.el">New kagi.el command kagi-translate</a> (<a href="https://emacs.ch/@bram85/111823630771747483">@bram85@emacs.ch</a>)</li>
</ul></li>
<li>Fun:
<ul class="org-ul">
<li><a href="https://lifeofpenguin.blogspot.com/2024/01/gnu-emacs-as-comic-book-reader.html">Anand Tamariya: GNU Emacs as a Comic Book Reader</a> (<a href="https://www.reddit.com/r/emacs/comments/1adr17q/gnu_emacs_as_a_comic_book_reader/">Reddit</a>)</li>
</ul></li>
<li>Community:
<ul class="org-ul">
<li><a href="https://www.reddit.com/r/emacs/comments/19ec8v5/weekly_tips_tricks_c_thread/">Weekly Tips, Tricks, &amp;c. Thread</a></li>
<li><a href="https://www.reddit.com/r/emacs/comments/1acc40a/anyone_going_to_fosdem/">Anyone going to FOSDEM?</a></li>
<li><a href="https://protesilaos.com/codelog/2024-01-27-sourcehut-no-more/">Protesilaos Stavrou: I no longer maintain my Emacs projects on SourceHut</a></li>
<li><a href="https://www.youtube.com/watch?v=pQYBtMw2x5Q">Avoiding the Ovsiankina effect: Tweakomania in Emacs</a> (03:23)</li>
<li><a href="https://sachachua.com/blog/2024/01/my-evil-plan-for-yay-emacs/">Sacha Chua: My Evil Plan for Yay Emacs!</a></li>
</ul></li>
<li>Other:
<ul class="org-ul">
<li><a href="https://emacsdocs.org/docs/emacs/Other-Repeating-Search#m-x-flush-lines">Appreciation for flush-lines and keep-lines</a> (<a href="https://mstdn.social/@choanmusic/111821477862779402">@choanmusic@mstdn.social</a>)</li>
<li><a href="https://zck.org/auto-revert-pdfs-in-emacs">Zachary Kanfer: Auto-revert PDFs in Emacs</a></li>
<li><a href="https://emacs.ch/@louis/111812542362658288">Quickly open SSH sessions in Emacs</a></li>
<li><a href="http://mwfogleman.github.io/posts/08-01-2015-emacs-can-keep-in-touch.html">Michael Fogleman: Emacs can keep in touch</a> (2015)</li>
<li><a href="https://github.com/fosskers/streak">streak: A minor mode for Emacs to track a streak.</a></li>
<li><a href="https://github.com/laishulu/emacs-tmux-pane">emacs-tmux-pane: Fuse emacs windows with tmux panes.</a></li>
<li><a href="https://sachachua.com/blog/2024/01/2024-01-21-yay-emacs-copy-link-spookfox-org-babel-choosing-what-to-hack-on-svg-highlighting-ical/">Sacha Chua: 2024-01-21 Yay Emacs: copy link, Spookfox + Org Babel, choosing what to hack on, SVG highlighting, ical</a></li>
<li><a href="https://www.youtube.com/watch?v=w2qfjSiiuU8">Curious about Emacs? Sightseeing twisted wonders</a> (08:59)</li>
<li><a href="https://www.youtube.com/watch?v=NZlcvOiEfb0">Пробую Emacs после Vim (почти пианист)</a> (27:01)</li>
<li><a href="https://youtube.com/playlist?list=PL0vwHm0AGyYP8yg0DZc8ApOEI7mw75U70&amp;feature=shared">Emacs local meetup discussion playlist in Tamil</a> (<a href="https://clj.social/@goldayan/111805409028560951">@goldayan@clj.social</a>)</li>
<li><a href="https://sxmo.org/">Full Linux implementation with proper support for EXWM and Emacs on mobile phones (see 12:55 in video for Org mode)</a> (<a href="https://www.reddit.com/r/emacs/comments/1acblgi/full_linux_implementation_with_proper_support_for/">Reddit</a>)</li>
</ul></li>
<li>Emacs development:
<ul class="org-ul">
<li>emacs-devel:
<ul class="org-ul">
<li><a href="https://lists.gnu.org/archive/html/emacs-devel/2024-01/msg00656.html">Code snippets/template consolidation and potential improvements</a></li>
<li><a href="https://lists.gnu.org/archive/html/emacs-devel/2024-01/msg00833.html">Re: Possible minibuffer completion enhancements</a>
<ul class="org-ul">
<li><a href="https://lists.gnu.org/archive/html/emacs-devel/2024-01/msg00794.html">possible series of patches</a></li>
<li><a href="https://lists.gnu.org/archive/html/emacs-devel/2024-01/msg00756.html">ideas for using properties</a></li>
</ul></li>
<li><a href="https://mail.gnu.org/archive/html/emacs-devel/2024-01/msg01085.html">Installing cond* in core</a>
<ul class="org-ul">
<li><a href="https://lists.gnu.org/archive/html/emacs-devel/2024-01/msg00863.html">More details on pcase design, reference to Racket's match</a></li>
<li><a href="https://lists.gnu.org/archive/html/emacs-devel/2024-01/msg00870.html">pcase insight - imagine running list interpolation backwards</a></li>
<li><a href="https://lists.gnu.org/archive/html/emacs-devel/2024-01/msg00970.html">where to put cond*: master? branch?</a> or <a href="https://lists.gnu.org/archive/html/emacs-devel/2024-01/msg00875.html">GNU ELPA</a>?</li>
<li><a href="https://lists.gnu.org/archive/html/emacs-devel/2024-01/msg00854.html">cond* feedback</a></li>
</ul></li>
<li>help-gnu-emacs: <a href="https://lists.gnu.org/archive/html/help-gnu-emacs/2024-01/msg00076.html">Idea for `other-window-prefix' command, running anything in the other window</a> (there's already an other-window-prefix, but maybe it needs extending?)</li>
</ul></li>
<li><a href="https://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=e734f8e502e315441214936e89ecd1e11e981fca">xt-mouse.el: Obey `mouse-wheel-*-event` variables (bug#68698)</a></li>
<li><a href="https://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=a3cd284b90edcc7e06b21110cdbf55d11fb6fd0d">Support setting umask symbolically in Eshell</a></li>
<li><a href="https://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=54c6588952b469df8d7983b6735461f542cd806e">Support a local repo as URL in 'treesit-language-source-alist'</a></li>
<li><a href="https://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=58f0603d40d238383aaa911eb09b3e2809177bfa">Allow users to opt out of following Windows Dark mode</a></li>
<li><a href="https://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=77d9d05df87965409c537f49d59cb5ea632abda1">Calc parses fractions written using U+2044 FRACTION SLASH</a></li>
<li><a href="https://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=6b93e16e436735003d49a5a2ab451394937ee76c">Add new option to 'register-use-preview'</a></li>
<li><a href="https://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=756daa93b3ef7ce33e741ab30000fa397fcd9783">Add option Info-url-alist</a></li>
<li><a href="https://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=f0c573d8069f7ee654a550ae3d148325c49900a3">Optionally avoid extending 'completion-at-point-functions'</a></li>
<li><a href="https://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=43e2f3acdd2dbd040ec2fc473ca60ee3179bb796">; Minor improvements in 'visual-wrap-prefix-mode'</a></li>
<li><a href="https://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=6667d6c19c3934871ed54d89dc153efc72f947de">Import ELPA package adaptive-wrap as visual-wrap</a></li>
<li><a href="https://git.savannah.gnu.org/cgit/emacs.git/commit/etc/NEWS?id=723b0973512c0e6e9fb0f07678124347ccd44b54">Add support for running commands via Eshell's "env" command</a></li>
</ul></li>
</ul>

<p>
Links from <a href="https://www.reddit.com/r/emacs">reddit.com/r/emacs</a>, <a href="https://www.reddit.com/r/orgmode">r/orgmode</a>, <a href="https://www.reddit.com/r/spacemacs">r/spacemacs</a>, <a href="https://www.reddit.com/r/planetemacs">r/planetemacs</a>, <a href="https://hn.algolia.com/?query=emacs&amp;sort=byDate&amp;prefix&amp;page=0&amp;dateRange=all&amp;type=story">Hacker News</a>, <a href="https://lobste.rs/search?q=emacs&amp;what=stories&amp;order=newest">lobste.rs</a>, <a href="https://kbin.social/m/emacs/newest">kbin</a>, <a href="https://programming.dev/c/emacs?dataType=Post&amp;page=1&amp;sort=New">programming.dev</a>, <a href="https://lemmy.ml/c/emacs?dataType=Post&amp;page=1&amp;sort=New">lemmy</a>, <a href="https://planet.emacslife.com">planet.emacslife.com</a>, <a href="https://www.youtube.com/playlist?list=PL4th0AZixyREOtvxDpdxC9oMuX7Ar7Sdt">YouTube</a>, <a href="http://git.savannah.gnu.org/cgit/emacs.git/log/etc/NEWS">the Emacs NEWS file</a>, <a href="https://emacslife.com/calendar/">Emacs Calendar</a>, and <a href="http://lists.gnu.org/archive/html/emacs-devel/2024-01">emacs-devel</a>. Thanks to Andrés Ramírez for emacs-devel links. Do you have an Emacs-related link or announcement? Please e-mail me at <a href="mailto:sacha@sachachua.com">sacha@sachachua.com</a>. Thank you!
</p>
<div><a href="https://sachachua.com/blog/2024/01/2024-01-29-emacs-news/index.org">View org source for this post</a></div>]]></description>
		</item><item>
		<title>2024-01-28 Yay Emacs: closed captions and synchronized highlights for audio clips; exploring Emacs Lisp functions</title>
		<link>https://sachachua.com/blog/2024/01/2024-01-28-yay-emacs-closed-captions-and-synchronized-highlights-for-audio-clips-exploring-emacs-lisp-functions/</link>
		<dc:creator><![CDATA[Sacha Chua]]></dc:creator>
		<pubDate>Sun, 28 Jan 2024 20:18:00 GMT</pubDate>
    <category>yay-emacs</category>
<category>emacs</category>
		<guid isPermaLink="false">https://sachachua.com/blog/2024/01/2024-01-28-yay-emacs-closed-captions-and-synchronized-highlights-for-audio-clips-exploring-emacs-lisp-functions/</guid>
		<description><![CDATA[<p>
<span class="timestamp-wrapper"><span class="timestamp">&lt;2024-01-28 Sun 07:30-08:15&gt;</span></span>
</p>

<div class="update" id="orgdfe29a1">
<ul class="org-ul">
<li><span class="timestamp-wrapper"><span class="timestamp">[2024-02-02 Fri]</span></span>: Now with our own copy of the video! Synchronized timestamps too.</li>
</ul>

</div>

<p>
<video controls="1" src="https://sachachua.com/blog/2024/01/2024-01-28-yay-emacs-closed-captions-and-synchronized-highlights-for-audio-clips-exploring-emacs-lisp-functions/2024-01-28-yay-emacs-compressed.webm" type="video/webm"><track kind="subtitles" label="Captions" src="https://sachachua.com/blog/2024/01/2024-01-28-yay-emacs-closed-captions-and-synchronized-highlights-for-audio-clips-exploring-emacs-lisp-functions/2024-01-28-yay-emacs.vtt" srclang="en" default=""><a href="https://sachachua.com/blog/2024/01/2024-01-28-yay-emacs-closed-captions-and-synchronized-highlights-for-audio-clips-exploring-emacs-lisp-functions/2024-01-28-yay-emacs-compressed.webm">Download the video</a></video>
</p>

<p>
You can also <a href="https://youtube.com/live/x81McHcnUMs">watch it on YouTube</a>.
</p>

<div id="text-table-of-contents" role="doc-toc">
<ul>
<li><a href="https://sachachua.com/blog/feed/index.xml#org129437a">Closed captions and synchronized highlights for audio clips</a></li>
<li><a href="https://sachachua.com/blog/feed/index.xml#orgb8f2885">Exploring Emacs Lisp functions</a>
<ul>
<li><a href="https://sachachua.com/blog/feed/index.xml#orgb928c32">apropos</a></li>
<li><a href="https://sachachua.com/blog/feed/index.xml#org386d81d">orderless</a></li>
<li><a href="https://sachachua.com/blog/feed/index.xml#org497051a">vertico</a></li>
<li><a href="https://sachachua.com/blog/feed/index.xml#org02dde55">marginalia</a></li>
<li><a href="https://sachachua.com/blog/feed/index.xml#org0b24c8d">shortdoc</a></li>
<li><a href="https://sachachua.com/blog/feed/index.xml#org0ab6c36">helpful</a></li>
<li><a href="https://sachachua.com/blog/feed/index.xml#orgccdaa62">elisp-demos</a></li>
</ul>
</li>
</ul>
</div>

<p>
</p><p>
<span class="audio-time" data-start="8.519" data-stop="73.130">00:00:08.519</span>:   All right, hang on a second while I get
  everything back on. Okay.
  All right. It is 7:30 and let's see.
  I think we are live. Thank you again for
  joining me for another Yay Emacs! session.
  It is January 28th, 2024.
  This week has been a weird
  week, so let me just talk about whatever we've got
  to talk about. I didn't actually get to run
  to the things that I said I'd work on last
  week, like soundex,
  approximate sound matching,
  or all that other stuff.
  But I did figure out how to get audio clips
  from these Emacs livestreams and get them all
  synchronized with closed captions and
  sketches and other things in my blog.
  The other thing that I wanted to cover
  today was how how to explore Emacs Lisp
  functions using things like eldoc and helpful
  and elisp-demos.
</p>

<p></p>
<div id="outline-container-org129437a" class="outline-2">
<h2 id="org129437a">Closed captions and synchronized highlights for audio clips</h2>
<div class="outline-text-2" id="text-org129437a">
<ul class="org-ul">
<li><a href="https://sachachua.com/blog/2024/01/my-evil-plan-for-yay-emacs/">My Evil Plan for Yay Emacs!</a>
<ul class="org-ul">
<li>audio clip</li>
<li>closed captions</li>
<li>highlighting the transcript</li>
<li>highlighting the sketch</li>
</ul></li>
<li><a href="https://sachachua.com/blog/2024/01/updating-planet-venus-so-that-planet-emacslife-com-can-handle-mix-blend-mode-in-my-svgs/">Updating Planet Venus so that planet.emacslife.com can handle mix-blend-mode in my SVGs</a></li>
<li><a href="https://sachachua.com/blog/2024/01/patching-elfeed-and-shr-to-handle-svg-images-with-viewbox-attributes/">Patching elfeed and shr to handle SVG images with viewBox attributes</a></li>
</ul>

<details class="code-details" style="padding: 1em;
                 border-radius: 15px;
                 font-size: 0.9em;
                 box-shadow: 0.05em 0.1em 5px 0.01em  #00000057;">
                  <summary><strong>Transcript for this section</strong></summary>

<ul class="org-ul">
<li><span class="audio-time" data-start="73.131" data-stop="155.520">1:13</span>: <b>Synchronizing audio clips with closed captions</b>:
So, last session, I talked about my evil plans for this thing. I wanted to extract the clip of that section and turn it into a narrated blog post. I didn't want to always post videos because sometimes, as in the case of that one, it's just a sketch and the audio. It's a lot more efficient to just post the SVG as well as the audio recording rather than a video where the visual doesn't change as much. The other nice thing about trying to figure out how to do this with audio is that I can then make it more interactive, in the sense that I can highlight the transcript, or I can let people click on the SVG and get it to jump to the right places instead of just watching. I could use that to get a video to do the right thing too. At some point in my life, I will figure that out, but for now I figured it was good to start simple with some audio. So this is what I ended up doing. I've got this blog post somewhere here. Hang on, I have it in one of my windows. Was it this way? Ah, here it is.</li>

<li><span class="audio-time" data-start="156.420" data-stop="268.440">2:36</span>: <b>The output</b>:
So I'll show you the result first and then I'll talk a little bit about how I made this happen behind the scenes. This is an audio clip about 5 minutes from the previous thing. If we play this&#x2026; "If I do this out loud, other people can help out with questions and comments like the way that you're all doing now, which is great, fantastic. And of course, those are all very selfish reasons. So I'm hoping other people are getting&#x2026;" So while that's playing, I'm displaying closed captions over here so that there's something to look at. Sometimes it's easier for people to understand when there's text. I tend to watch all my movies with subtitles these days. I like that part. This also gets highlighted depending on what the current section is. The way that it works is it listens to the cue change. There's a track that has the VTT file, the captions file, which I slightly edited from the automatic transcripts that you can get out of OpenAI Whisper. So that's a VTT file, which I'll show you in a bit. It listens to the time based on those cue changes, and it highlights the relevant section. For example, if I jump to the middle here, it says, "you learned something from that process." This is the section that it's in, and this is the highlight in the SVG. I think I've made it so that you can click on the times and then it'll jump to the appropriate section. I think you can actually&#x2026; I'd previously gotten it to work so that you could actually also click on the SVG. Oh, actually, that worked! See, look at that. I can click on the SVG, and it will jump to the right spot as well.</li>

<li><span class="audio-time" data-start="269.020" data-stop="437.500">4:29</span>: <b>The Org source code</b>:
So how does that all work? Well, with Emacs of course. I have my Org Mode post for this here. Yes. So this is my&#x2026; This is my blog post for my evil plan for Yay Emacs. And I have a bunch of divs with classes, just to start trying to target different things. In Org, you can basically just say <code>#+begin_</code> and then anything, and it'll turn that into a class, sorry, into a div with that class wrapping around your begin and end. I have a custom audio link type here. What it does is: it exports the audio player. If you specify a captions file, which, also, I've added to this&#x2013; this isn't built in&#x2013;then it will read the captions file and output the track information. You can see that here if you look at audio export. So in audio export&#x2026; I'm still learning how to work with this variable pitch thing. I would like my code to be fixed pitch, so I will play around with that someday. Okay, so if you've got a captions parameter in the thing here, it will now output this <code>&lt;track kind=subtitles</code> <code>label=captions</code> and so on and so forth. Let me turn my highlight mode back on so you can see that. Then, if you have captions, it also includes this little bit of JavaScript. You can't really get around using JavaScript for this one, but it should degrade well, so that if you're viewing it on Planet Emacs Life or in elfeed or some other viewer that doesn't have JavaScript, then it should just not show anything. You can play the audio, you can read the text transcript that's included below it, but you won't get any of this confusing behavior. But if you do have JavaScript enabled, then it will display the active cue or the active caption in the captions div for that audio. That's how the closed captions appear. And now I can just add that very easily by including that. Actually, come to think of it, I should make sure that I automatically determine the vtt from the file name, because I usually put them in the same directory and name them the same way. Okay, so that's how the track element gets added.</li>

<li><span class="audio-time" data-start="437.580" data-stop="660.627">7:17</span>: <b>Adding a transcript at the bottom</b>:
But what about the transcript at the bottom? I have a little bit of code here that takes the subtitle list from the subtitles. So I've got here <code>subed-parse-file</code>, which just reads the VTT using subed and returns a list of a list of subtitles with a start and end times. It's pretty long, but you know, it's all there. This is the ID. This is the starting timestamp. This is the ending timestamp. This is the text of it. And if there are any comments, then the fourth element, well, element number 4 will have it, actually number 5, but people are strange and count from 0 in this world. So it gets me that, and then I have a little function here that groups them according to the section they're in. Let me show you what sections those are. I'm using find file at point. This is that one. In order to mark out the chapters, I just add NOTE comments here. That way, I can group the different subtitles by those sections. That makes it easier to read the transcript, when things are divided. Then printing it out is a matter of going over that with map-concat and including this audio time with the data start and a data stop. This gives me this kind of list. Now, I've put that as an Org Babel result, so that if I wanted to change how this is set up, maybe organize it differently, maybe indent some things or promote things to headings instead of bold list items, then it would be easy for me to remove it from the results drawer and edit it. So then this gives me this span class, audio time, data start and data stop, which my JavaScript code can take a look at and highlight whenever the time reaches that. That's handled by this bit of HTML export. Notice that I'm using&#x2026; So there's that div that I mentioned earlier that has a special class on it. That allows me to target that specific section with some CSS. I can say, all right, for the SVGs in this one, if it's highlighted, then use this color as fill. Position the sticky top thing so that as you scroll down, the audio is always visible for this blog post, which allows you to have the narration read to you while you're scrolling through. I don't want to auto scroll because that feels a little bit too much. I want to give people more control over that. But it's a nice compromise, because then at least, you can always pause or keep track of the captions while you are looking at the sketch. It's starting to turn into a tiny little presentation. The way that it works is very much like the closed captions JavaScript. For every audio time span there is, we're going to turn that into a button so that we can jump to that specified time. Whenever the closed captions change, look for the span of audio time that we want to highlight.</li>

<li><span class="audio-time" data-start="660.628" data-stop="1107.604">11:00</span>: <b>Highlighting the SVG</b>:
We also use pretty much the same code to highlight the SVG. What I've done with the SVG is I went through the process that I outlined previously in, when I talked about animating things. Yeah, so I have a blog post here, "Animating SVG topic maps with Inkscape, Emacs, FFmpeg, and reveal.js," where I talk about how to take an SVG file and start to simplify it so that it makes it easier to animate. I've refactored the code a little bit so that it's easier for me to animate a sketch with just the highlights changing. That's what I used here to identify the different paths and then start setting them up. The image started off as a PDF. I now have a little bit of code that allows me to give a color scheme. I like to highlight most of my sketches with yellow highlighter&#x2013;pretend yellow highlighter. The actual device only outputs gray, so black, white, and two shades of gray, but it can be fun to distinguish the sketches about technology versus the sketches about parenting versus the sketches about everything else. So that when I'm looking in my sketchbook, sketches.sachachua.com &#x2013; when I'm looking in my sketchbook, then I can see this is the balance of things and so forth. I can now select that color scheme. I usually select it based on the file name, but I wanted to be able to select the color scheme from Emacs Lisp as well when I'm recoloring sketches. So that's all cool. Now I can also just match on a specific sort of thing. So here I'm matching only on the gray things, and I want to turn those into, instead of one big path, I want to break them up into smaller paths. Afterwards, I identified the paths to assign IDs to them. I got the IDs back, and then I made a table with a start and end times. I currently just manually copy and paste these times from the VTT. So what I did was I looked at the VTT file and I copied the start time into the section over here. For example, this one is we bounce ideas around. The ID that I assigned it is h-bounce. So we copied it over. Then I use this little bit of code to edit the SVG file itself so that I can add the audio time classes to the SVG elements and the data-start and data-stop attributes directly. Alejandro has a question: if this is configured specifically for this org file, or is it for all org files? I'm still experimenting with this code, so I don't know what I want it to be yet. All of these things are just for this particular file. If I find that I'm using this technique a lot, then it'll be something that I can pull out into a function that I can easily call, or maybe even into my standard JavaScript file. But because you can export little bits of HTML inside your Org subtree, it's easy to make something that just targets this specific post by adding a special class around it. Then I can run it through my whole Org 11ty export process. I'm going to drink some water first. So the end result is I have this SVG. Actually, let me see if I can open it up here. You can take a look at the markup itself. This SVG has path elements that represent the highlights. They start off with a regular sort of blue. My JavaScript looks for the audio time classes and looks at the start and stop. If the current time of the audio being played back is within those times, then it will add a class to it that highlights it in a different way. The nice thing about all of this is that because I can work with Org tables in order to specify this, I don't have to think about the markup or think about the times as I'm trying to edit the SVG element, hoping that I don't mess up the syntax, because if I have a typo, then the whole image won't display. So hooray for Emacs Lisp! That's how the whole thing came together. As I mentioned, it's an interesting technique to have narration be synchronized with closed captions as well as highlights in both this text transcript and a sketch. So I think I might use that for future posts, in which case I might make something that allows me to just give it the sound file, which I've extracted from the video, using the transcript as the basis to get that sound file, then it will do all of this stuff for me. If I don't need to do anything fancy with the transcript highlighting and I just want that kind of list, then it could be super straightforward to make something like this for the cases where I'm talking about a sketch. You can also extend the idea to talk about a screenshot. One of the things that I want to make it easier to do is just look at something in more detail while having the narration come to you, so that you're not trying to remember the image as well as scroll down. I'm trying to figure out how this works in terms of the screen layout since I want the images to be nice and large, but I also want the text to be easy to get to while you're looking at the image or whatever. Audio narration might be an interesting compromise where you can be just just be looking at the screenshot or the video&#x2013;well, if it's a video, it will have that automatically, but it could be an animated GIF or a series of images&#x2013;and have that audio narration talk you through it so that you don't have to scroll. And so that you can jump around as you like. So that's that. Then of course, since I wanted it to break down to&#x2013; not so much break down, but I wanted the RSS to still make sense. I wanted to make sure that it looked okay and behaved okay on things like Planet Emacs Life or Elfeed. So as an aside, I ended up digging into how to get that working.</li>

<li><span class="audio-time" data-start="1107.605" data-stop="1191.680">18:27</span>: <b>Planet Emacs Life and mix-blend-mode</b>:
It turns out that Planet Emacs Life&#x2026; So Planet Emacs Life uses this very old RSS aggregator called Planet Venus, which hasn't been updated in more than a decade and didn't actually handle SVG mix-blend-mode which I use so that the highlights&#x2026; The highlights here are sometimes specified on top of the text. If I just leave it as a regular SVG element, they will cover it. And I want to just use <code>mix-blend-mode: darken</code> so that the highlight and the text can both be visible at the same time, and I don't have to worry about the order of elements in my SVG. But they didn't display well in Planet Emacs Life. And since I run planet.emacslife.com, I can fiddle with it until I get it to work. This is how it originally looked in Planet Emacs Live. And then I had to dig around in it, which is more of a Python thing than an Emacs thing, but I did start to learn how to use PDB to interactively debug Python code, which was kind of fun. Eventually, I figured out how to update the sanitizer so that it would allow me to use the SVG attributes that I wanted to use. I mean, the SVG CSS that I wanted to use. Then it worked there.</li>

<li><span class="audio-time" data-start="1192.720" data-stop="1363.840">19:52</span>: <b>Elfeed and SVGs</b>:
Then I also wanted to get it to work for elfeed because I know a lot of people use elfeed to read RSS feeds in Emacs. I didn't need to have all the fancy audio closed captioning work in elfeed because that's too much, but I did want the SVGs to display. In elfeed, the SVGs sort of work in that mix-blend-mode works, but it was too big. So I said, okay, how do we fiddle with this? It turns out that the <code>shr</code> library that elfeed uses to render HTML ignores the cases. It lowercases all the HTML tags because it uses <code>libxml-parse-html-region</code>, which doesn't pay attention to the case sensitivity of tags. Normally, you don't want case sensitivity for HTML tags, but SVGs have case-sensitive tags. I had to rummage around in there in order to find out what to fix. It turns out that most other parsers just special case the SVG tags to get them back to the correct cases for it. So I have this defconst which defines all those attributes, and this recursive function, which goes through this DOM tree and corrects the case of those by using the setcar function. Then <code>shr-tag-svg</code> can use that to fix SVG tags so that then they will properly listen to width and height and viewBox. Well, width and height always work, but it would ignore the viewBox, which is kind of annoying. So now the view box will work, which I like. I've submitted that patch to emacs-devel, so they will go and talk about it and figure out whether it makes sense to them or not. That's the rabbit hole that I end up going through just because of this "Oh, let's use SVGs more." So, Emacs. At least we can tinker around with these things. <code>libxml-parse-html-region</code> just calls a C library that does the actual parsing, but there is a layer on top where you can fiddle with the Emacs Lisp functions that call that in order to get the right output. That's a detour that I went on in order to get this stuff to work. But I'm very tickled that I now have closed captions for audio and synchronized sketches, and things sort of look okay on Planet Emacs Life, even if you don't have JavaScript enabled. So, where, oh yes, yes, yes, okay. Where are we now?</li>
</ul>



</details>
</div>
</div>
<div id="outline-container-orgb8f2885" class="outline-2">
<h2 id="orgb8f2885">Exploring Emacs Lisp functions</h2>
<div class="outline-text-2" id="text-orgb8f2885">
</div>
<div id="outline-container-orgb928c32" class="outline-3">
<h3 id="orgb928c32">apropos</h3>
<div class="outline-text-3" id="text-orgb928c32">

<figure id="orgf9d94c1">
<img src="https://sachachua.com/blog/2024/01/2024-01-28-yay-emacs-closed-captions-and-synchronized-highlights-for-audio-clips-exploring-emacs-lisp-functions/2024-01-28_16-03-21.png" alt="2024-01-28_16-03-21.png">

<figcaption><span class="figure-number">Figure 1: </span>M-x apropos</figcaption>
</figure>

<p>
</p><p>
<span class="audio-time" data-start="1481.380" data-stop="1529.280">00:24:41.380</span>:   So how do you find functions in Emacs?
  Well, there's an apropos command,
  which is spelled A-P-R-O-P-O-S because the S
  is silent. Apropos lets you search for
  something. For example,
  if you're looking for,
  let's say, anything related to finding a
  function, describing a function,
  function help, maybe. Then it will show you a
  list of those functions where the
  documentation matches those keywords or the
  name of the function matches those keywords.
  This is one of the things that I often do when
  I'm trying to find something that&#x2026;
  There's probably a function out
  there to do what I want to do,
  so I start looking for it.
</p>

<p></p>
</div>
</div>
<div id="outline-container-org386d81d" class="outline-3">
<h3 id="org386d81d"><a target="_blank" href="http://melpa.org/#/orderless">orderless</a></h3>
<div class="outline-text-3" id="text-org386d81d">

<div class="org-src-container">
<pre class="src src-emacs-lisp">(<span class="org-keyword">use-package</span> <span class="org-constant">orderless</span>
  <span class="org-builtin">:ensure</span> t
  <span class="org-builtin">:custom</span>
  (completion-styles <span class="org-highlight-quoted-quote">'</span>(orderless basic))
  (completion-category-overrides <span class="org-highlight-quoted-quote">'</span>((file (styles basic partial-completion)))))
</pre>
</div>



<figure id="org93649f0">
<img src="https://sachachua.com/blog/2024/01/2024-01-28-yay-emacs-closed-captions-and-synchronized-highlights-for-audio-clips-exploring-emacs-lisp-functions/2024-01-28_16-05-28.png" alt="2024-01-28_16-05-28.png">

<figcaption><span class="figure-number">Figure 2: </span>Orderless: match completions in any order</figcaption>
</figure>

<p>
</p><p>
<span class="audio-time" data-start="1599.280" data-stop="1693.700">00:26:39.280</span>:   Orderless is a package that works very well
  with different kinds of completion
  if you use this little snippet over here,
  which sets your completion styles to use
  orderless. So I'm using eval here to just
  evaluate that bit. Then I can say M-x and
  <code>function</code> here will now find things where the
  match isn't at the beginning.
  It can be in the middle.
  It can be somewhere else.
  You can even specify matches out of order.
  So, for example, if I know something is
  related to functions, I might start typing
  func, function or whatever,
  and then I might start saying,
  oh yeah, it's a describe thing,
  right? Even if you're specifying things
  out of order, you can get the completion for
  it. Often when I'm looking around for
  something, I will use this describe function
  with orderless and vertical to just start
  typing the words that I think it might be
  called. Let me show you that now.
  For example, the <code>describe-function</code> here&#x2026;
  What <code>describe-function</code> does is it gets a name
  of a function, and it will display the
  documentation for it. Let's say,
  for example&#x2026; Let's look for describe
  package. So it will describe this
  information. It will show you where it's
  found. It will show you what its arguments
  are and what the documentation is.
  So that's orderless. It helps you find things.
</p>

<p></p>
</div>
</div>
<div id="outline-container-org497051a" class="outline-3">
<h3 id="org497051a"><a target="_blank" href="http://melpa.org/#/vertico">vertico</a></h3>
<div class="outline-text-3" id="text-org497051a">

<div class="org-src-container">
<pre class="src src-emacs-lisp">(<span class="org-keyword">use-package</span> <span class="org-constant">vertico</span>
  <span class="org-builtin">:ensure</span> t
  <span class="org-builtin">:config</span>
  (vertico-mode))
</pre>
</div>



<figure id="orgbd850d5">
<img src="https://sachachua.com/blog/2024/01/2024-01-28-yay-emacs-closed-captions-and-synchronized-highlights-for-audio-clips-exploring-emacs-lisp-functions/2024-01-28_16-04-08.png" alt="2024-01-28_16-04-08.png">

<figcaption><span class="figure-number">Figure 3: </span>Vertico completion</figcaption>
</figure>

<p>
</p><p>
<span class="audio-time" data-start="1529.380" data-stop="1598.980">00:25:29.380</span>:   Another way to do it is just to type in
  the names and hope that you can find the
  function that way. Now,
  when you're starting off with a plain Emacs,
  it's a little bit sparse.
  You actually have to remember the things.
  If you start typing describe,
  you can use tab for completion.
  You have to hit it twice to get more of a
  completion list. So this is one of the things
  that I tend to encourage people to change
  right away, because completions make it much
  easier for you to see what you actually want
  to do. One of the things that I like to use for
  this is a package called Vertico.
  And if I evaluate that,
  if I use the package and turn on vertico
  mode, then you'll see that it displays the
  functions right there.
  Even if I don't remember how to
  spell apropos, I can start typing <code>apr</code> and it
  will display it right away.
  If I'm looking for something like
  function, you'll notice that it
  can't find anything, but that's because we're
  still missing the next thing that I want to
  share, which is orderless.
</p>

<p></p>
</div>
</div>
<div id="outline-container-org02dde55" class="outline-3">
<h3 id="org02dde55"><a target="_blank" href="http://melpa.org/#/marginalia">marginalia</a></h3>
<div class="outline-text-3" id="text-org02dde55">

<div class="org-src-container">
<pre class="src src-emacs-lisp">(<span class="org-keyword">use-package</span> <span class="org-constant">marginalia</span>
  <span class="org-builtin">:ensure</span> t
  <span class="org-builtin">:bind</span> (<span class="org-builtin">:map</span> minibuffer-local-map
              (<span class="org-string">"M-A"</span> . marginalia-cycle))
  <span class="org-builtin">:init</span>
  (marginalia-mode))
</pre>
</div>



<figure id="org9232648">
<img src="https://sachachua.com/blog/2024/01/2024-01-28-yay-emacs-closed-captions-and-synchronized-highlights-for-audio-clips-exploring-emacs-lisp-functions/2024-01-28_16-08-08.png" alt="2024-01-28_16-08-08.png">

<figcaption><span class="figure-number">Figure 4: </span>Marginalia: margin notes</figcaption>
</figure>

<p>
</p><p>
<span class="audio-time" data-start="1690.920" data-stop="1789.200">00:28:10.920</span>:   So that's orderless. It helps you find things.
  The other nice thing that you can
  add on top of this completion is a package
  called marginalia. Marginalia,
  anyway, marginalia, sure.
  Now, when you're describing functions,
  sometimes the first line is all you need in
  order to figure out whether this is something
  you want or not. Marginalia will let you,
  let's say for example if you're looking for a
  function, it will let you see the arguments
  as well as a brief description of it in the
  right side here. It adds these margin
  notes to a lot of the searches,
  a lot of the completions that you have
  available. Let's say for example,
  if I'm looking for&#x2026; I want a function that
  works with sequences and it makes things
  flatter. No, it makes things,
  okay, let's make, let's pick something that
  involves splitting things into different
  groups. And <code>seq-partition</code> here,
  you can see here that it takes a sequence and
  it returns a list of elements of sequence
  grouped into subsequences of length n.
  Having that function description right
  there can be really helpful when you're
  trying to find something.
  All right. So that's Marginalia.
</p>

<p></p>
</div>
</div>
<div id="outline-container-org0b24c8d" class="outline-3">
<h3 id="org0b24c8d">shortdoc</h3>
<div class="outline-text-3" id="text-org0b24c8d">
<p>
M-x shortdoc:
</p>


<figure id="org6381fec">
<img src="https://sachachua.com/blog/2024/01/2024-01-28-yay-emacs-closed-captions-and-synchronized-highlights-for-audio-clips-exploring-emacs-lisp-functions/2024-01-28_16-09-05.png" alt="2024-01-28_16-09-05.png">

<figcaption><span class="figure-number">Figure 5: </span>shortdoc sequence</figcaption>
</figure>

<p>
</p><p>
<span class="audio-time" data-start="1796.020" data-stop="1898.160">00:29:56.020</span>:   Another way to find something if you
  aren't quite sure what you're looking for is
  shortdoc. With shortdoc,
  you can give it a group of functions,
  and the wonderful Emacs developers have
  already created a whole bunch of cheat sheets
  for these different functions.
  For example, I do a lot of work with
  sequences, which is basically any kind of
  list or vector or&#x2026; I think, sets, maybe?
  I don't know, it's&#x2026; Anyway,
  sequences. So there is a shortdoc
  for sequence, and what it does is it shows
  you very short documentation
  (hence short doc) showing you the different
  important functions in this group, with
  examples. I really like the fact that I
  can just flip through this and then
  in the different sections,
  try to find the function that I'm looking
  for. This is especially helpful if you don't
  know what something is called or even what
  keywords you might start to look for,
  because one of the big challenges with
  Emacs Lisp is just figuring out what things
  are called. So, shortdoc,
  you can just call it with M-x shortdoc,
  and then you can browse through it.
  As you can see, there are a whole lot of
  different things that are included there.
  You can probably define your own too if
  you want to. For example,
  string-related functions show me all the
  things that&#x2026;
  Like one time I was trying to figure out
  whether it was called repeat or whatever.
  It's actually called <code>make-string</code>.
  You can see all of the examples there.
</p>

<p></p>
</div>
</div>
<div id="outline-container-org0ab6c36" class="outline-3">
<h3 id="org0ab6c36"><a target="_blank" href="http://melpa.org/#/helpful">helpful</a></h3>
<div class="outline-text-3" id="text-org0ab6c36">
<p>
Install from MELPA:
</p>


<div class="org-src-container">
<pre class="src src-emacs-lisp">(<span class="org-keyword">require</span> <span class="org-highlight-quoted-quote">'</span><span class="org-constant">package</span>)
(add-to-list <span class="org-highlight-quoted-quote">'</span><span class="org-highlight-quoted-symbol">package-archives</span> <span class="org-highlight-quoted-quote">'</span>(<span class="org-string">"melpa"</span> . <span class="org-string">"https://melpa.org/packages/"</span>) t)
(package-initialize)
</pre>
</div>



<div class="org-src-container">
<pre class="src src-emacs-lisp">(<span class="org-keyword">use-package</span> <span class="org-constant">helpful</span>
  <span class="org-builtin">:ensure</span> t
  <span class="org-builtin">:bind</span>
  ((<span class="org-string">"C-h f"</span> . helpful-callable)
   (<span class="org-string">"C-h v"</span> . helpful-variable)
   (<span class="org-string">"C-h k"</span> . helpful-key)
   (<span class="org-string">"C-h x"</span> . helpful-command)))
</pre>
</div>



<figure id="org02afef1">
<img src="https://sachachua.com/blog/2024/01/2024-01-28-yay-emacs-closed-captions-and-synchronized-highlights-for-audio-clips-exploring-emacs-lisp-functions/2024-01-28_16-10-56.png" alt="2024-01-28_16-10-56.png">

</figure>

<p>
</p><p>
<span class="audio-time" data-start="1904.120" data-stop="2115.300">00:31:44.120</span>:   Now, this is great for finding functions.
  but sometimes you want to have
  even more information about something when
  you're looking at it. So if I <code>C-h f</code>,
  which is the <code>describe-function</code> keyboard
  shortcut, the, it'll default to this,
  the symbol at point, which is helpful.
  It'll show me the documentation for it.
  But you can actually get even more
  documentation than this. That's where the
  helpful package comes in, which is another
  thing that I've been finding really useful.
  Now, Helpful is not built in,
  but you can install it from Melpa,
  which is the Milkypostman Elpa,
  Emacs Lisp package repository.
  Oh, sorry, archive, A,
  not R, archive. You can find the
  instructions for doing that at melpa.org.
  So let's get this into our configuration.
  I paste it in, I evaluate the lines,
  and then it has a bunch of commands that
  replace the functions that we have.
  Well, not replace, but you know,
  they encourage you to bind it over the
  keyboard shortcuts for find-function&#x2013;
  sorry, <code>describe-function</code> or <code>describe-variable</code>
  or <code>describe-key</code> and so forth.
  For example, if I press C-h f,
  it will now call <code>helpful-callable</code>.
  If I then use something
  like <code>seq-find</code>, maybe,
  then it will show me not only the signature,
  the arguments for the function,
  and the documentation for it,
  which is fairly normal,
  but it'll give me as well references.
  It'll let me enable
  edebugging right from there,
  and even include the source code.
  I find that the source&#x2026;
  Looking at the source code for functions
  is very helpful. Before, I used to use
  <code>describe-function</code> or <code>find-function</code>.
  Well, <code>describe-function</code> will give you a link
  to its implementation.
  And find~function will try to find the&#x2026; Is it
  actually called <code>find-function</code>?
  Yeah. So, there is a <code>find-function</code>
  that finds the definition of a function,
  but with helpful, I can get the source code
  right there. So then I can say,
  show me all sorts of things,
  and I don't have to do that extra jump.
  A whole bunch of other things,
  in case you're curious:
  It'll show you the symbol properties or
  whether something is advised or not.
  You get some of that as well with a regular
  <code>describe-function</code>, but this is a little bit
  extra. So that's the helpful package,
  which I do find helpful, as it says.
  As Alejandro points out,
  even source code in C,
  if it's available. So I think I was talking
  about <code>libxml-parse-html-region</code>.
  <code>libxml-parse-html-region</code> is actually the thing that I
  mentioned. You'll see here that it's defined
  in xml.c, but the source code is here as
  well. All it does is it calls the parse
  region from libxml2, which is arcane
  wizardry, and I don't know how to fiddle with
  the C stuff yet, which is why we ended up
  hacking it at the Emacs Lisp level instead.
  So, helpful is actually very helpful.
  One thing that makes it even more helpful
</p>

<p></p>
</div>
</div>
<div id="outline-container-orgccdaa62" class="outline-3">
<h3 id="orgccdaa62"><a target="_blank" href="http://melpa.org/#/elisp-demos">elisp-demos</a></h3>
<div class="outline-text-3" id="text-orgccdaa62">

<div class="org-src-container">
<pre class="src src-emacs-lisp">(<span class="org-keyword">use-package</span> <span class="org-constant">elisp-demos</span>
  <span class="org-builtin">:ensure</span> t
  <span class="org-builtin">:init</span>
  (advice-add <span class="org-highlight-quoted-quote">'</span><span class="org-highlight-quoted-symbol">describe-function-1</span> <span class="org-builtin">:after</span> <span class="org-highlight-quoted-quote">#'</span><span class="org-highlight-quoted-symbol">elisp-demos-advice-describe-function-1</span>)
  (advice-add <span class="org-highlight-quoted-quote">'</span><span class="org-highlight-quoted-symbol">helpful-update</span> <span class="org-builtin">:after</span> <span class="org-highlight-quoted-quote">#'</span><span class="org-highlight-quoted-symbol">elisp-demos-advice-helpful-update</span>))
</pre>
</div>


<p>
Example: set-transient-map
</p>


<figure id="orgfe7c597">
<img src="https://sachachua.com/blog/2024/01/2024-01-28-yay-emacs-closed-captions-and-synchronized-highlights-for-audio-clips-exploring-emacs-lisp-functions/2024-01-28_16-13-08.png" alt="2024-01-28_16-13-08.png">

<figcaption><span class="figure-number">Figure 7: </span>Demos for set-transient-map</figcaption>
</figure>

<p>
</p><p>
<span class="audio-time" data-start="2113.260" data-stop="2334.040">00:35:13.260</span>:   One thing that makes it even more helpful
  than that is another package called
  elisp-demos. elisp-demos adds some extra
  examples to this. Let's try that out here.
  Now that I've included that,
  it has added some advice around
  <code>helpful-update</code> to load the demos.
  If I look up something like <code>seq-partition</code>
  maybe, which is that function we mentioned
  earlier, you'll notice that there's a new
  section here called demos, and
  an example here of how someone uses it to&#x2026;
  You pass a list,
  you pass a number, and it gives you some
  results. I put in this patch recently that
  the maintainer has accepted,
  hooray, and it allows you to add your own
  notes [with this button]. So you can add a note there.
  The kiddo is awake,
  so I'd better talk even faster.
  Okay, so the last thing I wanted to show is
  you can use this not only to include&#x2013;
  hello kiddo, you're awake,
  you're awake&#x2013; not only to include your own
  examples, but also, you can use it to take
  other notes. Here, for example,
  is <code>set-transient-map</code>.
  There are examples there.
  If I look at <code>tabulated-list-mode</code>,
  I think there aren't any demos for this one
  yet. But, very quickly, I will show you before
  I feed the kiddo some breakfast&#x2013;
  (although if you want, you can start getting
  your own breakfast)&#x2013;
  is you can also use that to add your own
  notes here. This is a blog post that had
  a whole bunch of information on how to set up
  tabulated list mode, which will open
  eventually in&#x2026; Ah! Some browser.
  Okay, I will just open it here because I just
  remembered my default browser is Firefox,
  though&#x2026; We will show that some other time.
  Okay, so this is the blog post that explains
  a lot about how to use tabulated-list-mode,
  or at least it gives a very short example.
  And then&#x2026; Actually, let's just copy this over
  here. Sure, we can add&#x2026;
  Ha, it's not added. Let's make that lisp&#x2026;
  I don't have my usual structs defined here.
  OK, so now if I C-h f tabulate-list-mode
  you can see here the&#x2026;
  Oh, that's not an <code>end_export</code>,
  is it? That should be an <code>end_src</code>.
  So you can see here,
  it has the example that we've just added and
  you can also include whatever notes you have
  all about the thing. That is probably all
  I can do today because I gotta go feed a
  kiddo. All right folks, thank you for joining
  me. Next stream is probably Sunday again,
  probably around this time,
  but maybe with faster talking.
  Thanks everyone and have lots of fun.
  Thanks for dropping by!
</p>

<p></p>
</div>
</div>
</div>
<div><a href="https://sachachua.com/blog/2024/01/2024-01-28-yay-emacs-closed-captions-and-synchronized-highlights-for-audio-clips-exploring-emacs-lisp-functions/index.org">View org source for this post</a></div>]]></description>
		</item><item>
		<title>2024-01-21 Yay Emacs: copy link, Spookfox + Org Babel, choosing what to hack on, SVG highlighting, ical</title>
		<link>https://sachachua.com/blog/2024/01/2024-01-21-yay-emacs-copy-link-spookfox-org-babel-choosing-what-to-hack-on-svg-highlighting-ical/</link>
		<dc:creator><![CDATA[Sacha Chua]]></dc:creator>
		<pubDate>Sun, 28 Jan 2024 01:04:23 GMT</pubDate>
    <category>yay-emacs</category>
<category>emacs</category>
		<guid isPermaLink="false">https://sachachua.com/blog/2024/01/2024-01-21-yay-emacs-copy-link-spookfox-org-babel-choosing-what-to-hack-on-svg-highlighting-ical/</guid>
		<description><![CDATA[<p>
<span class="timestamp-wrapper"><span class="timestamp">&lt;2024-01-21 Sun 07:30-08:15&gt;</span></span>
</p>

<p>
Very rough notes, just gotta get them out there! =)
</p>

<p>
</p><div class="yt-video"><iframe width="456" height="315" title="YouTube" video="" player"="" src="https://www.youtube-nocookie.com/embed/Pc2kpqgg8pU" frameborder="0" allowfullscreen=""></iframe><a href="https://www.youtube.com/live/Pc2kpqgg8pU">Watch on YouTube</a></div>
<p></p>

<ul class="org-ul">
<li><span title="my-stream-message-link">7:24:43 AM</span> Hello and thanks for joining me!</li>
<li>Meta information:
<ul class="org-ul">
<li>yayemacs.com should now work</li>
<li>publishing iCal at <a href="https://yayemacs.com/index.ics">https://yayemacs.com/index.ics</a></li>
</ul></li>
<li>Do you have any Yay Emacs moments this week?</li>
<li><span title="(my-stream-message-link)">7:31:23 AM</span> trying vdo.ninja to get the video from the X230T to the Surface Book and using OBS from the Surface Book</li>
<li><span title="(my-stream-message-link)">7:32:12 AM</span> <a href="https://sachachua.com/blog/2024/01/org-mode-custom-link-copy-to-clipboard/">Org Mode custom link: copy to clipboard</a></li>
<li><span title="(my-stream-message-link)">7:34:49 AM</span> <a href="https://sachachua.com/blog/2024/01/running-the-current-org-mode-babel-javascript-block-in-spookfox/">Running the current Org Mode Babel Javascript block from Emacs using Spookfox</a></li>
<li><span title="(my-stream-message-link)">7:45:42 AM</span> <a href="https://sachachua.com/blog/2024/01/choosing-what-to-hack-on/">Emacs tweaks: Choosing what to hack on</a> (also, I figured out dynamically highlighting SVG diagrams from Graphviz!)</li>
<li><span title="(my-stream-message-link)">8:14:16 AM</span> What are you looking forward to exploring next week?
<ul class="org-ul">
<li>Me, maybe:
<ul class="org-ul">
<li>using soundex and a list of commonly misrecognized words to correct transcripts</li>
<li>Map of Emacs communities for possible 5-minute lightning talk at LibrePlanet</li>
<li>smarter refiling: tag target, active thoughts/posts/projects, card/pile sorting</li>
<li>(Update: None of this happened, but that's cool! Figured out how to add  closed captions for audio on my site and how to synchronize sketch highlights with the audio)</li>
</ul></li>
</ul></li>
</ul>

<p>
Also, <a href="https://sachachua.com/blog/2024/01/my-evil-plan-for-yay-emacs/">my Evil Plan for Yay Emacs!</a>
</p>

<p>
I'd love to hear your comments via YouTube live chat, Mastodon (I'm <a href="https://emacs.ch/@sachac">@sachac@emacs.ch</a>), or e-mail (<a href="mailto:sacha@sachachua.com">sacha@sachachua.com</a>).
</p>

<p>
Thanks to:
</p>

<ul class="org-ul">
<li><a href="https://illuminant.asjo.org/user/asjo/object/51471">@asjo@illuminant.asjo.org</a> <a href="https://magnetic-ink.dk/objects/b7f0294a-e537-42d0-be27-25ccad86516e">@kas@magnetic-ink.dk</a> <a href="https://emacs.ch/@chke/111793718446732880">@chke</a> for helping me sort out my IPv6 issue</li>
<li><a href="https://fosstodon.org/@daviwil/111747024122453129">@daviwil@fosstodon.org</a> for the tip about vdo.ninja</li>
<li>Matthew Darling for both the X230T and the Surface Book (now being put to even more use, yay!)</li>
<li><a href="https://rollenspiel.social/@ArneBab/111747981194568464">@ArneBab@rollenspiel.social</a>, <a href="https://muenster.im/@christoph/111747338004850907">@christoph@muenster.im</a>, <a href="https://mastodon.xyz/@gausby/111747069010759162">@gausby@mastodon.xyz</a>, <a href="https://fosstodon.org/@markhepburn/111746959803517076">@markhepburn@fosstodon.org</a>, <a href="https://toots.dgplug.org/@jason/111746151877248094">@jason@toots.dgplug.org</a>, <a href="https://ser.endipito.us/@justin/111746126928948814">@justin@ser.endipito.us</a>, and <a href="https://tilde.zone/@acdw/111746119587147400">@acdw@tilde.zone</a>
for feedback on livestream names and domains</li>
</ul>

<p>
Other notes:
</p>

<ul class="org-ul">
<li>~25% CPU load on the Surface Book even with the webcam</li>
<li><a href="https://www.fsf.org/news/libreplanet-2024-cultivating-community-will-feature-a-keynote-by-david-wilson">LibrePlanet 2024: "Cultivating Community" will feature a keynote by David Wilson — Free Software Foundation — Working together for free software</a></li>
<li>Looks like I still mostly use the transcript to figure out sections and that's pretty fast, so I don't need to use those buttons to capture the times</li>
</ul>

<p>
Next livestream: Sat 2024-01-28 7:30 AM EST, <a href="https://yayemacs.com">https://yayemacs.com</a> and <a href="https://youtube.com/@sachactube/live">https://youtube.com/@sachactube/live</a> . I'll probably talk about learning more about Emacs Lisp functions using  apropos-function, <a target="_blank" href="https://elpa.gnu.org/packages/eldoc.html">eldoc</a>, <a target="_blank" href="http://melpa.org/#/marginalia">marginalia</a>, <a target="_blank" href="http://melpa.org/#/helpful">helpful</a>, and <a target="_blank" href="http://melpa.org/#/elisp-demos">elisp-demos</a>. See you then!
</p>
<div><a href="https://sachachua.com/blog/2024/01/2024-01-21-yay-emacs-copy-link-spookfox-org-babel-choosing-what-to-hack-on-svg-highlighting-ical/index.org">View org source for this post</a></div>]]></description>
		</item><item>
		<title>Updating Planet Venus so that planet.emacslife.com can handle mix-blend-mode in my SVGs</title>
		<link>https://sachachua.com/blog/2024/01/updating-planet-venus-so-that-planet-emacslife-com-can-handle-mix-blend-mode-in-my-svgs/</link>
		<dc:creator><![CDATA[Sacha Chua]]></dc:creator>
		<pubDate>Fri, 26 Jan 2024 14:30:12 GMT</pubDate>
    <category>geek</category>
<category>python</category>
		<guid isPermaLink="false">https://sachachua.com/blog/2024/01/updating-planet-venus-so-that-planet-emacslife-com-can-handle-mix-blend-mode-in-my-svgs/</guid>
		<description><![CDATA[<p>
I wanted to easily turn segments from my Yay Emacs
livestreams or recorded narration into
closed-caption audio and dynamic highlighting of
my SVG sketches and text transcripts. That way,
people could easily jump around to sections
they're interested in.
</p>

<p>
Not everyone has Javascript turned on, so I wanted
to start with something that made sense even in
RSS feeds like the one on <a href="https://planet.emacslife.com">Planet Emacslife</a> (which
strips out <code>&lt;style&gt;</code> and <code>&lt;script&gt;</code>) and was
progressively enhanced with captions and
highlighting if you saw it on my site.
</p>


<figure id="org2be8a9c">
<img src="https://sachachua.com/blog/2024/01/updating-planet-venus-so-that-planet-emacslife-com-can-handle-mix-blend-mode-in-my-svgs/2024-01-25_08-37-11.png" alt="2024-01-25_08-37-11.png">

<figcaption><span class="figure-number">Figure 1: </span>My SVGs were broken: black fill, no mix-blend-mode</figcaption>
</figure>

<p>
The blog aggregator I'm using, <a href="https://github.com/rubys/venus">Planet Venus</a>,
hasn't been updated in 14 years. It even uses
Python 2. I considered switching to a different
aggregator, so I started checking out different
community planets. Most of the other planets
listed in this <a href="https://news.ycombinator.com/item?id=4929490">HN thread about aggregators</a> looked
like they were using the same Planet Venus
aggregator, although these were some planets that
used something else:
</p>
<ul class="org-ul">
<li><a href="https://github.com/hrw/very-simple-planet-aggregator">https://github.com/hrw/very-simple-planet-aggregator</a></li>
<li><a href="https://github.com/openSUSE/planet-o-o">https://github.com/openSUSE/planet-o-o</a></li>
<li><a href="https://planet.lisp.org/about.html">https://planet.lisp.org/about.html</a></li>
</ul>

<p>
I decided I'd stick with Planet Venus for now,
since I could probably figure out how to get the
attributes sorted out.
</p>

<p>
I found <code>planet/vendor/feedparser.py</code> by digging
around. Adding <code>mix-blend-mode</code> to the list of
attributes there was not enough to get it working.
I started exploring <a href="https://realpython.com/emacs-the-best-python-editor/">pdb</a> for interactive Python
debugging inside Emacs, although I think <a href="https://www.reddit.com/r/emacs/comments/k5dsar/emacs_ide_for_python_setting_up_the_debugger_with/">dap</a> is an
option too. I wrote a short bit of code to test things out:
</p>


<div class="org-src-container">
<pre class="src src-python"><span class="org-keyword">import</span> sys,os
sys.path.insert(1, os.path.join(os.path.dirname(__file__), <span class="org-string">'planet/vendor'</span>))
<span class="org-keyword">from</span> feedparser <span class="org-keyword">import</span> _sanitizeHTML
<span class="org-keyword">assert</span> <span class="org-string">'strong'</span> <span class="org-keyword">in</span> _sanitizeHTML(<span class="org-string">'&lt;strong&gt;Hello&lt;/strong&gt;'</span>, <span class="org-string">'utf-8'</span>, <span class="org-string">'text/html'</span>)
<span class="org-keyword">assert</span> <span class="org-string">'mix-blend-mode'</span> <span class="org-keyword">in</span> _sanitizeHTML(<span class="org-string">'&lt;svg&gt;&lt;path style="fill: red;mix-blend-mode:darken"&gt;&lt;/path&gt;&lt;/svg&gt;'</span>, <span class="org-string">'utf-8'</span>, <span class="org-string">'text/html'</span>)
</pre>
</div>


<p>
It was pretty easy to use pdb to start stepping
through and into functions, although I didn't dig
into it deeply because I figured it out another
way. While looking through the pull requests for
the Venus repository, I came across this
<a href="https://github.com/rubys/venus/pull/19">pull
request to add data- attributes</a> which was
helpful because it pointed me to
<code>planet/vendor/html5lib/sanitizer.py</code>. Once I
added <code>mix-blend-mode</code> to that one, things worked.
<a href="https://github.com/sachac/venus/tree/sachac-additional-attribs">Here's my Github branch</a>.
</p>


<figure id="org627461a">
<img src="https://sachachua.com/blog/2024/01/updating-planet-venus-so-that-planet-emacslife-com-can-handle-mix-blend-mode-in-my-svgs/2024-01-25_08-51-33.png" alt="2024-01-25_08-51-33.png">

<figcaption><span class="figure-number">Figure 2: </span>planet.emacslife.com now lets me use mix-blend-mode</figcaption>
</figure>

<p>
On a somewhat related note, I also had to <a href="https://sachachua.com/blog/2024/01/patching-elfeed-and-shr-to-handle-svg-images-with-viewbox-attributes/">patching
shr to handle SVG images with viewBox attributes</a>.
I guess SVGs aren't that common yet, but I'm
looking forward to playing around with them more,
so I might as well make things better (at least
when it comes to things I can actually tweak).
<a href="https://developer.mozilla.org/en-US/docs/Web/CSS/mix-blend-mode#browser_compatibility">mix-blend-mode on SVG elements</a> says it's not
supported in Safari or a bunch of mobile browsers,
but it seems to be working on my phone, so maybe
that's cool now. Using mix-blend-mode means I
don't have to do something complicated when it
comes to animating highlights while still keeping
text visible, and improving SVG support is the
right thing to do. Onward!
</p>
<div><a href="https://sachachua.com/blog/2024/01/updating-planet-venus-so-that-planet-emacslife-com-can-handle-mix-blend-mode-in-my-svgs/index.org">View org source for this post</a></div>]]></description>
		</item><item>
		<title>Patching elfeed and shr to handle SVG images with viewBox attributes</title>
		<link>https://sachachua.com/blog/2024/01/patching-elfeed-and-shr-to-handle-svg-images-with-viewbox-attributes/</link>
		<dc:creator><![CDATA[Sacha Chua]]></dc:creator>
		<pubDate>Fri, 26 Jan 2024 13:41:26 GMT</pubDate>
    <category>emacs</category>
		<guid isPermaLink="false">https://sachachua.com/blog/2024/01/patching-elfeed-and-shr-to-handle-svg-images-with-viewbox-attributes/</guid>
		<description><![CDATA[<div class="update" id="org6216d78">
<ul class="org-ul">
<li><span class="timestamp-wrapper"><span class="timestamp">[2024-02-01 Thu]</span></span>: <a href="https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=169c704d74747d411a545eff9c497ddafb9c886c">Patch installed in Emacs core</a></li>
</ul>
<p>
-<span class="timestamp-wrapper"><span class="timestamp">[2024-01-26 Fri]</span></span>: <a href="https://lists.gnu.org/archive/html/emacs-devel/2024-01/msg01022.html">Submitted the patch to emacs-devel.</a>
</p>

</div>

<p>
I want to use more SVG sketches in my blog posts.
I would like them to look reasonable in <a target="_blank" href="http://melpa.org/#/elfeed">elfeed</a>.
When I first checked them out, though, the images
were a little too big to be comfortable.
</p>

<p>
To test things quickly, I figured out how to use
Elfeed to display the first entry from a local
file.
</p>


<div class="org-src-container">
<pre class="src src-emacs-lisp">(<span class="org-keyword">with-temp-buffer</span> (get-buffer-create <span class="org-string">"*elfeed*"</span>)
  (elfeed-show-entry
   (car
    (elfeed-entries-from-rss
     <span class="org-string">"file:///tmp/test/index.xml"</span>
     (xml-parse-file <span class="org-string">"/tmp/test/index.xml"</span>)))))
</pre>
</div>



<figure id="org36f02d3">
<img src="file:///home/sacha/recordings/2024-01-26_08-34-03.png" alt="2024-01-26_08-34-03.png">

<figcaption><span class="figure-number">Figure 1: </span>The image is a little too big to be comfortable</figcaption>
</figure>

<p>
I'd just been using the default width and height
from the pdftocairo import, but changing the width
and height seemed like a good first step. I could
fix this when I convert the file, export it from
Org Mode as a <a href="https://sachachua.com/dotemacs#org-mode-including-portions-of-files-between-two-regular-expressions">my-include link</a>, or transform it
when processing it in the 11ty static site
generator. Let's start by changing it in the SVG
file itself.
</p>


<div class="org-src-container">
<pre class="src src-emacs-lisp">(<span class="org-keyword">defun</span> <span class="org-function-name">my-svg-resize</span> (file width height)
  <span class="org-doc">"Resize FILE to WIDTH and HEIGHT in pixels, keeping aspect ratio."</span>
  (<span class="org-keyword">interactive</span> <span class="org-string">"FSVG: \nnWidth: \nnHeight: "</span>)
  (<span class="org-keyword">let*</span> ((dom (xml-parse-file file))
         (orig-height (string-to-number (<span class="org-keyword">dom-attr</span> dom <span class="org-highlight-quoted-quote">'</span><span class="org-highlight-quoted-symbol">height</span>)))
         (orig-width (string-to-number (<span class="org-keyword">dom-attr</span> dom <span class="org-highlight-quoted-quote">'</span><span class="org-highlight-quoted-symbol">width</span>)))
         (aspect-ratio (/ (* 1.0 orig-width) orig-height))
         new-width new-height)
    (<span class="org-keyword">setq</span> new-width width
          new-height (/ new-width aspect-ratio))
    (<span class="org-keyword">when</span> (&gt; new-height height)
      (<span class="org-keyword">setq</span> new-height height
            new-width (* new-height aspect-ratio)))
    (dom-set-attribute dom <span class="org-highlight-quoted-quote">'</span><span class="org-highlight-quoted-symbol">width</span> (format <span class="org-string">"%dpx"</span> new-width))
    (dom-set-attribute dom <span class="org-highlight-quoted-quote">'</span><span class="org-highlight-quoted-symbol">height</span> (format <span class="org-string">"%dpx"</span> new-height))
    (<span class="org-keyword">with-temp-file</span> file
      (xml-print dom))))
</pre>
</div>


<p>
Even when I changed the width and height of the
SVG image, the image didn't follow suit.
Mysterious.
</p>


<figure id="org1dc9d5b">
<img src="file:///home/sacha/recordings/2024-01-26_08-34-32.png" alt="2024-01-26_08-34-32.png">

<figcaption><span class="figure-number">Figure 2: </span>SVG image cut off</figcaption>
</figure>

<p>
After a bit of digging around using Edebug, I
found out that elfeed uses shr, which uses
<code>libxml-parse-html-region</code>, and that converts
attributes to lowercase. This is generally what
you want to do for HTML, since HTML tags and
attributes are case-insensitive, but SVG tags are
case-sensitive. It looks like other implementations work around this by <a href="https://github.com/w3c/svgwg/issues/161">special-casing attributes</a>. <code>libxml-parse-html-region</code> is C code
that calls a library function, so it's hard to
tinker with, but I can at least fix the behaviour
at the level of shr. I took <a href="https://html.spec.whatwg.org/multipage/parsing.html#parsing-main-inforeign">the list of SVG attributes to correct case for</a> and wrote this code
to fix the attribute cases.
</p>

<details><summary>List of atttributes to correct</summary>
<div class="org-src-container">
<pre class="src src-emacs-lisp">(<span class="org-keyword">defconst</span> <span class="org-variable-name">shr-correct-attribute-case</span>
  <span class="org-highlight-quoted-quote">'</span>((attributename . attributeName)
    (attributetype . attributeType)
    (basefrequency . baseFrequency)
    (baseprofile . baseProfile)
    (calcmode . calcMode)
    (clippathunits . clipPathUnits)
    (diffuseconstant . diffuseConstant)
    (edgemode . edgeMode)
    (filterunits . filterUnits)
    (glyphref . glyphRef)
    (gradienttransform . gradientTransform)
    (gradientunits . gradientUnits)
    (kernelmatrix . kernelMatrix)
    (kernelunitlength . kernelUnitLength)
    (keypoints . keyPoints)
    (keysplines . keySplines)
    (keytimes . keyTimes)
    (lengthadjust . lengthAdjust)
    (limitingconeangle . limitingConeAngle)
    (markerheight . markerHeight)
    (markerunits . markerUnits)
    (markerwidth . markerWidth)
    (maskcontentunits . maskContentUnits)
    (maskunits . maskUnits)
    (numoctaves . numOctaves)
    (pathlength . pathLength)
    (patterncontentunits . patternContentUnits)
    (patterntransform . patternTransform)
    (patternunits . patternUnits)
    (pointsatx . pointsAtX)
    (pointsaty . pointsAtY)
    (pointsatz . pointsAtZ)
    (preservealpha . preserveAlpha)
    (preserveaspectratio . preserveAspectRatio)
    (primitiveunits . primitiveUnits)
    (refx . refX)
    (refy . refY)
    (repeatcount . repeatCount)
    (repeatdur . repeatDur)
    (requiredextensions . requiredExtensions)
    (requiredfeatures . requiredFeatures)
    (specularconstant . specularConstant)
    (specularexponent . specularExponent)
    (spreadmethod . spreadMethod)
    (startoffset . startOffset)
    (stddeviation . stdDeviation)
    (stitchtiles . stitchTiles)
    (surfacescale . surfaceScale)
    (systemlanguage . systemLanguage)
    (tablevalues . tableValues)
    (targetx . targetX)
    (targety . targetY)
    (textlength . textLength)
    (viewbox . viewBox)
    (viewtarget . viewTarget)
    (xchannelselector . xChannelSelector)
    (ychannelselector . yChannelSelector)
    (zoomandpan . zoomAndPan))
  <span class="org-doc">"Attributes for correcting the case in SVG and MathML.</span>
<span class="org-doc">Based on https://html.spec.whatwg.org/multipage/parsing.html#parsing-main-inforeign ."</span>)
</pre>
</div>

</details>

<p>
This recursive function does the actual replacements.
</p>


<div class="org-src-container">
<pre class="src src-emacs-lisp">(<span class="org-keyword">defun</span> <span class="org-function-name">shr-correct-dom-case</span> (dom)
  <span class="org-doc">"Correct the case for SVG segments."</span>
  (<span class="org-keyword">dolist</span> (attr (dom-attributes dom))
    (<span class="org-keyword">when-let</span> ((rep (assoc-default (car attr) shr-correct-attribute-case)))
      (setcar attr rep)))
  (<span class="org-keyword">dolist</span> (child (dom-children dom))
    (shr-correct-dom-case child))
  dom)
</pre>
</div>


<p>
Then we can replace <code>shr-tag-svg</code> with this:
</p>


<div class="org-src-container">
<pre class="src src-emacs-lisp">(<span class="org-keyword">defun</span> <span class="org-function-name">shr-tag-svg</span> (dom)
  (<span class="org-keyword">when</span> (<span class="org-keyword">and</span> (image-type-available-p <span class="org-highlight-quoted-quote">'</span><span class="org-highlight-quoted-symbol">svg</span>)
             (not shr-inhibit-images)
             (<span class="org-keyword">dom-attr</span> dom <span class="org-highlight-quoted-quote">'</span><span class="org-highlight-quoted-symbol">width</span>)
             (<span class="org-keyword">dom-attr</span> dom <span class="org-highlight-quoted-quote">'</span><span class="org-highlight-quoted-symbol">height</span>))
    (funcall shr-put-image-function
             (list (shr-dom-to-xml (shr-correct-dom-case dom) <span class="org-highlight-quoted-quote">'</span><span class="org-highlight-quoted-symbol">utf-8</span>)
                   <span class="org-highlight-quoted-quote">'</span><span class="org-highlight-quoted-symbol">image/svg+xml</span>)
             <span class="org-string">"SVG Image"</span>)))
</pre>
</div>


<p>
The result is that the image now respects width, height, and viewBox:
</p>


<figure id="org3c1132b">
<img src="file:///home/sacha/recordings/2024-01-26_08-33-31.png" alt="2024-01-26_08-33-31.png">

<figcaption><span class="figure-number">Figure 3: </span>Fixed image</figcaption>
</figure>

<p>
Here is a small test for <code>shr-correct-dom-case</code>:
</p>


<div class="org-src-container">
<pre class="src src-emacs-lisp">(<span class="org-keyword">ert-deftest</span> <span class="org-function-name">shr-correct-dom-case</span> ()
  (<span class="org-keyword">let</span> ((case-fold-search nil))
    (<span class="org-keyword">should</span>
     (string-match
      <span class="org-string">"viewBox"</span>
      (shr-dom-to-xml
       (shr-correct-dom-case
        (<span class="org-keyword">with-temp-buffer</span>
          (insert <span class="org-string">"&lt;svg viewBox=\"0 0 100 100\"&gt;&lt;/svg&gt;"</span>)
          (libxml-parse-html-region (point-min) (point-max)))))))))
</pre>
</div>


<p>
And another test involving displaying an image:
</p>


<div class="org-src-container">
<pre class="src src-emacs-lisp">(<span class="org-keyword">with-current-buffer</span> (get-buffer-create <span class="org-string">"*test*"</span>)
  (erase-buffer)
  (insert <span class="org-string">"&lt;svg width=\"100px\" height=\"100px\" viewBox=\"0 0 200 200\"&gt;&lt;circle cx=\"100\" cy=\"100\" r=\"100\"/&gt;&lt;/svg&gt;\n"</span>)
  (shr-insert-document (libxml-parse-html-region (point-min) (point-max)))
  (display-buffer (current-buffer)))
</pre>
</div>



<figure id="orgfaff01c">
<img src="file:///home/sacha/recordings/2024-01-26_09-09-48.png" alt="2024-01-26_09-09-48.png">

<figcaption><span class="figure-number">Figure 4: </span>Correct output: full circle</figcaption>
</figure>

<p>
shr.el is in Emacs core, so I'll need to turn this into a patch and send it to emacs-devel at some point.
</p>
<div><a href="https://sachachua.com/blog/2024/01/patching-elfeed-and-shr-to-handle-svg-images-with-viewbox-attributes/index.org">View org source for this post</a></div>]]></description>
		</item><item>
		<title>My Evil Plan for Yay Emacs!</title>
		<link>https://sachachua.com/blog/2024/01/my-evil-plan-for-yay-emacs/</link>
		<dc:creator><![CDATA[Sacha Chua]]></dc:creator>
		<pubDate>Tue, 23 Jan 2024 12:43:47 GMT</pubDate>
    <category>yay-emacs</category>
<category>emacs</category>
<category>planning</category>
		<guid isPermaLink="false">https://sachachua.com/blog/2024/01/my-evil-plan-for-yay-emacs/</guid>
		<description><![CDATA[<p>
Here's a clip from my <a href="https://www.youtube.com/watch?v=Pc2kpqgg8pU">2024-01-21 Yay Emacs livestream</a> about my goals for Yay Emacs and the built-in payoffs that I think will help me keep doing it.
</p>

<div class="audio-post" id="orgd4ecf04">
<div class="sticky-base" id="org3b63981">
<div class="sticky-at-top" id="org5289c7e">
<div class="org-center">
<p>
</p><div class="audio"><audio controls="1" id="evil-plans-audio" preload="metadata" src="https://sachachua.com/blog/2024/01/my-evil-plan-for-yay-emacs/2024-01-21-evil-plans-for-yay-emacs.opus" type="audio/ogg"><a href="https://sachachua.com/blog/2024/01/my-evil-plan-for-yay-emacs/2024-01-21-evil-plans-for-yay-emacs.opus">Download the audio</a><track kind="subtitles" label="Captions" src="https://sachachua.com/blog/2024/01/my-evil-plan-for-yay-emacs/2024-01-21-evil-plans-for-yay-emacs.vtt" srclang="en" default=""></audio><div class="captions" style="display: none"></div>
<script>
(function(elem) {
  // TODO: Load the first cue, and maybe display two cues at a time
  let captions = elem.querySelector('.captions');
  let track = elem.querySelector('audio').textTracks[0];
  track.addEventListener('cuechange', function() {    
    captions.style.display = 'block';
    if (this.activeCues[0]?.text) {
       captions.innerText = this.activeCues[0]?.text;
    } else {
       captions.innerHTML = '&nbsp;';
    }
  });
})(document.currentScript.closest('.audio'));
</script></div>
<p></p>
</div>

</div>

<p>
<svg width="600px" height="800px" viewBox="0 0 1404 1872" version="1.2" id="svg158" sodipodi:docname="2024-01-split.svg" inkscape:version="1.3 (1:1.3+202307231459+0e150ed6c4)" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg">
    
  <sodipodi:namedview id="namedview158" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1" inkscape:document-units="pt" showgrid="false" inkscape:zoom="0.35616987" inkscape:cx="934.94713" inkscape:cy="1514.7267" inkscape:window-width="1920" inkscape:window-height="1135" inkscape:window-x="0" inkscape:window-y="0" inkscape:window-maximized="1" inkscape:current-layer="highlights"></sodipodi:namedview>
    
  <defs id="defs1"></defs>
    
  <g id="surface1">
      
    <rect x="0" y="0" width="1404" height="1872" fill="#ffffff" id="rect1"></rect>
      
    <path style="mix-blend-mode:darken;fill:#2b64a9;fill-opacity:1;fill-rule:nonzero;stroke:none" d="m 149.93359,1807.8672 c -0.63281,1.6211 -0.48437,3.5273 -0.33593,5.1562 0.12109,1.3047 0.43359,3.0196 1.32812,3.8555 1.58594,0.75 3.16797,1.5 4.75,2.2461 -1.38281,1.5625 -2.76562,3.125 -4.14844,4.6836 -0.66406,1.0703 -1.11328,2.2656 -0.82812,3.2383 0.29297,1.0039 1.24609,1.3633 2.23437,0.9258 1.71485,-1.6016 3.42969,-3.2032 5.14844,-4.8086 1.58984,-0.4844 3.32031,1.6601 4.89063,2.8437 0.70312,0.2774 1.39062,0.25 1.82421,-0.1445 0.42969,-0.3906 0.57032,-1.1563 0.4961,-1.8516 -0.69141,-1.6015 -1.38672,-3.2031 -2.08203,-4.8047 1,-1.75 4.13672,-2.5078 4.14453,-5.1328 0.27344,-2.4023 -1.00391,-4.9804 -2.01563,-7.2617 -0.6875,-1.5391 -1.8164,-3.9062 -3.26172,-4.7617 -1.58984,-0.9414 -6.51953,-0.961 -8.22265,0 -1.64063,0.9219 -3.21875,4.0195 -3.92188,5.8203 m 9.76172,-2.375 c 1.4336,1.2734 2.4961,3.1836 3.19531,4.6836 0.44922,0.9687 0.71875,1.8437 0.5625,2.75 -0.15625,0.9101 -0.7539,1.7851 -1.66406,2.2461 -1.30859,0.6679 -3.29687,0.5039 -4.65625,0.1484 -1.34375,-0.3476 -3.57422,-1.3398 -4.21094,-2.6172 -0.58593,-1.1758 0.17579,-4.2187 0.88282,-5.3203 0.57812,-0.8984 2.19531,-2.1601 3.29297,-2.5781 0.93359,-0.3516 1.67187,-0.1328 2.59765,0.6875 m 7.17578,-29.0703 c -0.77734,0.4258 -6.99609,6.2773 -7.1875,7.5976 -0.16015,1.1055 0.3086,2.0274 1.32422,2.1407 2.10547,0.1914 4.24219,-2.6055 5.96094,-3.1329 0.53906,-0.1367 0.99609,0.043 1.20312,0.461 -0.53125,3.2617 -1.05859,6.5234 -1.58984,9.7812 0.008,1 0.41016,1.8125 1.38281,1.8438 0.98047,0.027 1.39844,-0.7617 1.69141,-1.7305 0.69141,-3.5742 1.38672,-7.1445 2.07812,-10.7148 0.34766,-0.4571 0.66016,-0.4649 1.1875,-0.066 1.34375,1.75 2.6836,3.5 4.02735,5.25 1.08984,0.5351 1.95703,0.2304 2.19531,-0.7149 0.29297,-1.1679 -0.24609,-3.0547 -1.03125,-4.3203 -1.53125,-2.4648 -6.25391,-6.8711 -7.01953,-7.0547 -1.10938,-0.2656 -3.14844,0.07 -4.22266,0.6602 m 24.97266,-2.7578 c -0.94531,0.3203 -3.44922,3.7617 -3.98828,5.2343 -0.85547,2.3438 -0.625,6.668 0.125,9.2188 0.21484,2.3789 3.14844,2.8359 3.83984,4.2422 -0.24219,2.1992 -1.73437,5.0586 -2.83594,7.6015 -0.32812,1.0704 -0.51953,2.3008 0.17969,2.8164 0.69141,0.5118 1.98438,0.1016 2.70313,-0.6679 1.42968,-2.0742 1.57422,-6.0352 3.4375,-6.9922 1.58984,1.0781 3.17968,2.1523 4.77343,3.2266 1.04297,0.1523 1.97266,-0.3282 2.08594,-1.3477 0.16797,-2.5156 -3.34375,-4.8281 -3.85547,-7.0391 0.95313,-1.9492 1.90625,-3.8984 2.86328,-5.8515 0.59766,-1.9492 0.64844,-5.2344 0.16016,-7.2578 -0.375,-1.5352 -1.64844,-2.7969 -3.20703,-3.1719 -1.67578,-0.4063 -4.82422,-0.5117 -6.28125,-0.012 m 6.32422,5.5078 c 0.4414,0.8906 0.42969,1.7812 0.11719,2.6953 -0.7461,1.8281 -3.22266,5.2226 -5.1875,5.8281 -1.03125,0.027 -2.06641,-1.7187 -2.375,-2.8281 -0.44922,-1.6133 0.23046,-4.0274 0.72265,-5.5899 0.28906,-0.9179 0.79297,-1.5156 1.7461,-2.0117 0.89062,-0.4609 1.82812,-0.6914 2.70703,-0.3359 0.90234,0.3672 1.82812,1.3476 2.26953,2.2422 M 84.75,1775.9375 c -0.34375,2.0039 -0.328125,4.2148 -0.207031,6.2266 -0.441407,2.2578 2.515625,2.7617 3.203125,4.0742 -0.02734,1.9101 -0.746094,5.6094 1.234375,7.8789 1.023437,1.0742 2.960937,1.5703 3.804687,0.8359 1.40625,-1.8867 -0.742187,-5.2539 -0.242187,-7.7656 0.285156,-1.5078 2.042969,-3.5508 3.609375,-4.3203 1.40625,-0.6953 3.25,-0.3555 4.675786,0.3125 1.42968,1.2656 2.86328,2.5351 4.29687,3.8008 0.57422,0.2851 1.23828,0.2617 1.65234,-0.1133 0.60938,-0.5469 0.71875,-1.8789 0.50391,-2.8945 -0.23437,-1.1016 -0.89453,-1.8399 -1.99609,-2.6914 -1.0586,-0.8204 -2.125,-1.4219 -3.11328,-1.629 -2.441411,-0.1132 -5.933599,0.6211 -7.144536,-0.957 0.476562,-1.8945 0.953125,-3.789 1.429687,-5.6836 0.05078,-1.3867 0,-3.0351 -1.328125,-3.914 -1.351562,-0.8985 -3.761718,-0.6485 -5.261718,-0.5547 -1.121094,0.07 -1.960938,0.3047 -2.726563,1.2187 -1.363281,1.625 -2.070313,4.3047 -2.390625,6.1758 m 7.167969,-0.055 c -0.570313,1.3672 -2.332031,4.7813 -3.605469,4.8281 -1.175781,-0.3125 -1.113281,-3.0156 -0.21875,-4.5742 0.402344,-0.8984 0.878906,-1.9297 1.453125,-2.539 0.605469,-0.6446 1.464844,-0.9844 2.058594,-0.6875 0.882812,0.4375 0.816406,1.7578 0.3125,2.9726 m 50.769531,11.211 c 0.35156,0.9257 1.28906,1.3281 2.16406,0.8281 1.61719,-1.1016 1.08203,-3.8242 2.03516,-5.4336 0.49609,-0.8281 1.24219,-1.1016 2.13672,-1.0938 0.90234,0 1.63672,0.2891 2.30859,1.0938 1.20703,1.914 2.41016,3.832 3.61719,5.7461 0.97656,0.8867 2.1289,1.2422 2.83984,0.625 0.67969,-0.5899 0.64844,-1.875 0.26953,-2.9297 -1.37109,-2.3242 -2.74218,-4.6524 -4.10937,-6.9766 0.47656,-1.6445 0.95312,-3.2929 1.43359,-4.9375 0.13672,-1.3281 -0.10156,-2.8515 -0.70703,-4.1875 -0.60547,-1.3437 -2.01172,-3.0742 -3.52344,-3.8125 -1.58593,-0.7773 -3.98828,-0.5117 -5.35156,0.336 -1.96094,5.9648 -1.94141,13.9609 -3.11328,20.7422 M 147,1776.4727 147.52734,1777 147,1777.5273 146.47266,1777 147,1776.4727 m 4.25391,-1.6914 c -0.89844,1.2304 -2.02735,1.9531 -2.82422,1.4453 -0.60547,-0.3868 -0.86328,-1.2891 -0.50782,-2.1368 0.73829,-1.289 2.74219,-3.5546 3.53125,-2.5742 0.875,0.7344 0.64454,2.1094 -0.19921,3.2657 m -32.39063,-6.961 c 0.19141,2.6524 0.38281,5.3047 0.57422,7.957 -1.3125,1.6875 -2.62891,3.375 -3.94141,5.0625 -0.70703,1.8008 -1.38281,4.5118 -0.84375,6.3047 0.19532,1.3399 2.19532,2.3672 3.09375,1.7227 0.25391,-1.8711 0.50782,-3.7422 0.76172,-5.6133 0.92578,-1.3633 2.33594,-2.4219 3.47657,-2.2617 0.85937,0.1172 1.91796,0.8281 2.67578,1.5703 1.15234,1.7969 2.30468,3.5898 3.45703,5.3867 0.53906,0.293 1.23437,0.2696 1.65234,-0.09 0.81641,-0.6953 0.75391,-2.6953 0.37891,-3.9571 -0.9961,-1.6406 -1.9961,-3.2851 -2.9961,-4.9257 -0.48828,-1.9219 3.06641,-3.8086 3.1875,-5.8868 0.32032,-1.5039 0.32813,-3.789 -0.21875,-5.2187 -0.49218,-1.2852 -1.70703,-2.5 -2.99609,-2.9883 -1.58203,-0.5937 -4.64062,-0.7422 -6.33984,0.1836 -1.13672,0.6211 -1.82813,1.6914 -1.92188,2.7539 m 7.39063,4.961 c -0.89844,1.2109 -2.03907,1.9726 -2.84375,1.4648 -0.88672,-0.5625 -0.47657,-1.793 0.29297,-2.8047 1.04296,-1.0625 2.0039,-2.8711 2.90234,-1.9297 0.79297,0.7852 0.53125,2.0821 -0.35156,3.2696 m 1.50781,-15.8204 c -0.35547,1.4493 -0.0781,3.1485 1.21484,3.125 1.60547,0.055 1.91016,-2.4375 2.25781,-4.1562 0.0977,-1.1016 -0.20703,-1.9922 -1.23828,-2.0156 -1.32812,-0.086 -2.0625,1.5937 -2.23437,3.0468 m 53.72656,-3.0976 c -0.65625,1.125 -1,2.2344 -0.34766,2.9297 0.89063,0.8437 2.80469,0.6015 3.61719,-0.4844 1.42969,-1.7227 2.26563,-5.3906 4.1211,-5.9688 2.22265,1.4805 4.1289,6.7305 4.84765,9.8985 0.41406,0.8164 1.32031,1.2226 2.04297,0.6328 1.18359,-1.5898 0.50781,-4.6484 0.0391,-6.9375 -1.1914,-2.2305 -2.38672,-4.4609 -3.57812,-6.6914 0.29297,-1.5 4.14062,0.7851 5.92578,0.086 0.85547,-0.332 1.25,-1.3125 0.72656,-2.1953 -2.66406,-2.0586 -7.83984,-1.7656 -10.80078,-2.0312 -1.81641,1.0586 -4.90234,7.8789 -6.59375,10.7617 m -57.8125,-14.836 c 0.22656,1.3047 1.80078,4.8125 3.09375,6.168 1.30078,0.7383 2.59766,1.4805 3.89844,2.2188 -0.19531,0.7695 -1.89844,3.3242 -0.48828,4.4179 2.1914,1.5508 3.82812,-3.1484 5.80078,-2.3047 2.19531,0.379 4.32812,2.879 5.1875,4.336 0.6875,0.5 1.97656,0.5664 2.63672,-0.055 0.89453,-0.8438 0.51953,-2.6602 -0.47657,-3.9844 -2.03125,-1.6914 -4.0664,-3.3828 -6.09765,-5.0742 -0.35938,-1.4141 1.375,-5.5195 1.23047,-7.8398 -0.0664,-1.0625 -0.30469,-2.1485 -1.27344,-3.1094 -1.98438,-1.8594 -4.20313,-1.1289 -6.23047,-1.1953 -1.73437,0.1484 -3.45703,0.5 -5.24609,2.1289 -1.44531,1.3125 -2.28125,2.8945 -2.03516,4.2929 m 11.47266,0.8165 c -0.57422,1.1093 -2.17578,2.7695 -3.26953,3.3046 -0.57032,0.2774 -1.12891,0.2891 -1.6211,0.039 -0.77734,-0.3984 -1.36719,-1.3594 -1.30469,-2.2305 0.0977,-1.4687 2.10547,-4.3203 3.26563,-4.9101 0.80859,-0.4102 1.69531,-0.3047 2.41406,0.3906 0.94922,0.9141 1.10938,2.25 0.51563,3.4063 m -46.378909,-0.9102 c 0.113281,3.3437 0.226563,6.6914 0.339844,10.0352 -0.789063,2.4726 -3.40625,5.3359 -2.425781,8.1289 0.351562,0.9296 1.285156,1.3242 2.074218,0.8281 1.28125,-2.4961 2.5625,-4.9883 3.84375,-7.4844 0.648438,-0.8476 1.5,-1.5078 2.316407,-1.2891 2.785156,1.7891 3.953125,6.3633 5.566411,9.1524 0.5664,0.7656 1.5039,1.2422 2.53125,0.9609 1.05078,-0.2812 1.37109,-1.1445 1.03125,-2.2929 -2.14454,-4.0274 -4.285161,-8.0586 -6.425786,-12.086 0.472656,-3.6914 1.382812,-7.2383 0.574218,-11.0429 -0.351562,-1.1094 -1.03125,-1.961 -2.066406,-2.504 -1.246094,-0.6523 -3.074218,-0.9765 -4.097656,-0.3125 -1.679688,1.8829 -2.273438,5.379 -3.261719,7.9063 m 6.640625,-1.832 c 0.101563,1.1797 -0.375,2.5742 -0.632812,3.7617 -0.07813,1.4805 -1.359375,3.2422 -2.457032,3.043 -0.785156,-0.2188 -0.902343,-1.7891 -0.648437,-2.8985 0.328125,-1.4453 1.578125,-5.6719 2.535156,-5.75 0.613281,-0.051 1.121094,0.9141 1.203125,1.8438 m 69.218754,-28.0078 c 0.19531,1.3476 1.01562,3.0742 2.2539,3.8437 1.57422,1.043 4.62891,-0.1406 5.01563,1.3398 -0.76953,1.9102 -1.54297,3.8204 -2.3125,5.7305 -0.15235,1.0781 -0.11328,2.2852 0.59375,2.8438 0.43359,0.3398 1.16015,0.3593 1.67187,0.07 0.92188,-1.8321 1.84375,-3.6602 2.76563,-5.4922 0.6289,-0.8594 1.49609,-1.5039 2.36328,-1.2969 2.88281,1.7578 5.19922,6.1406 6.46484,9.1133 0.60547,0.832 1.6211,1.2148 2.34766,0.6133 1.14844,-1.3281 0.32812,-4.0313 -0.78516,-6.0039 -1.57812,-2.8242 -7.5625,-8.4883 -7.63281,-9.1446 0.35937,-1.2187 0.72266,-2.4336 1.08203,-3.6523 0.12891,-2.1992 0.35156,-5.25 -0.78906,-7.2734 -0.53516,-0.9414 -1.36328,-1.4688 -2.45313,-1.6993 -1.69531,-0.3554 -7.11718,-0.7461 -8.17578,0 -1.71484,2.8204 -2.35156,7.4532 -2.41015,11.0079 m 10.21093,-2.3047 c -0.64062,1.1445 -1.90625,2.8047 -3.0039,3.3554 -0.56641,0.2852 -1.1211,0.2852 -1.69532,0.016 -0.85937,-0.4024 -1.83593,-1.4297 -2.15234,-2.2969 -0.45312,-1.2383 0.14453,-4.3711 0.6875,-5.2617 -0.60156,0.9882 5.20703,-0.6328 6.01172,-0.059 1.10156,0.9883 1.04297,2.8008 0.15234,4.2461 m -28.07031,-6.8555 c -0.32812,1.6641 -0.30859,3.5078 -0.21094,5.1719 0.0625,1.0586 0.29297,2.1093 1.20703,3.0781 1.38282,0.7656 2.76563,1.5352 4.14844,2.3008 -0.76172,1.8164 -1.51953,3.6367 -2.28125,5.4531 -0.26172,1.9492 -0.16797,4.3164 0.004,6.293 0.0937,1.039 0.40625,1.8672 1.36328,1.875 0.625,0 0.96875,-0.3047 1.20312,-0.9102 0.17188,-1.9961 0.34375,-3.9922 0.51563,-5.9883 0.39062,-1.1406 1.49219,-2.7656 2.5625,-3.5703 1.04297,-1.0039 2.32812,-0.2148 3.39062,0.8985 1.14844,1.8046 2.29688,3.6093 3.44141,5.414 0.54297,0.293 1.23828,0.2656 1.65625,-0.09 0.63672,-0.5469 0.69531,-1.8125 0.56641,-2.8906 -0.17969,-1.5079 -0.94141,-2.8243 -2.14063,-4.2227 -1.96875,-1.6797 -3.93359,-3.3633 -5.90234,-5.0469 0.67578,-1.5508 1.35156,-3.1015 2.03125,-4.6523 0.0937,-1.6328 -0.51172,-4.9102 -1.39453,-6.1211 -0.76172,-1.043 -2.45703,-1.5977 -3.83203,-1.9531 -1.39063,-0.3633 -3.03516,-0.6563 -4.03516,0.074 -1.14453,0.8359 -2,3.3945 -2.29297,4.8867 m 7.71484,3 c -0.20312,0.8867 -0.74218,1.7734 -1.6289,2.207 -1.07031,0.5274 -2.51563,0.1563 -3.07813,-0.6406 -0.4375,-0.6133 -0.375,-1.5039 -0.0664,-2.3711 0.30859,-0.8555 0.90625,-1.8398 1.60937,-2.2617 0.90235,-0.543 2.33985,-0.2109 2.91406,0.6328 0.40625,0.5938 0.44532,1.5977 0.25,2.4336 m -59.441401,-11.0664 c 1.136719,1.4141 2.277343,2.8242 3.417969,4.2344 0.359374,1.5039 -0.07031,3.0429 -1.21875,4.539 -0.65625,0.8555 -1.582032,1.8282 -2.398438,2.1407 -0.886719,0.3398 -1.625,-0.067 -2.058594,-1.0157 -1.253906,-2.6679 1.628906,-6.5508 -0.01953,-8.6367 -0.726563,-0.5508 -1.65625,-0.1406 -2.136719,0.6914 -0.441406,0.7695 -0.65625,2.0586 -0.816406,3.0274 -0.175781,2.6875 -0.585938,5.8554 0.226562,8.1562 1.28125,0.8047 2.5625,1.6094 3.847657,2.4141 -0.09766,2.9492 -3.070313,6.9609 -2.203125,10.6953 0.25,0.6523 0.644531,0.9726 1.285156,0.9961 0.667969,0.027 1.027344,-0.2774 1.378906,-0.8711 0.757813,-2.6445 1.515625,-5.2891 2.277344,-7.9336 0.523438,-1.1758 1.484375,-2.4024 2.480469,-2.1719 1.27344,0.2891 3.125,2.6875 3.72266,4.0977 0.29296,2.6679 0.58984,5.3359 0.88671,8.0039 0.25782,0.5976 0.64844,0.8984 1.27344,0.8867 0.98047,-0.02 1.28125,-0.8477 1.36719,-1.8828 0.19922,-2.3125 0.29687,-5.0391 0.008,-7.332 -0.24219,-3.0821 -3.45703,-6.0352 -5.19531,-8.9571 0.40625,-1.6406 0.81641,-3.2812 1.22656,-4.9219 0.10938,-1.3476 -0.19531,-2.8007 -0.57031,-4.1562 -0.37109,-1.3594 -1.05078,-2.9844 -2.644531,-3.8281 -1.03125,-0.543 -2.40625,-0.6524 -3.265626,-0.3438 -0.957031,0.3438 -1.339843,1.211 -0.871093,2.168 m 15.64062,1.0195 c 0.11329,3.2969 0.80469,7.625 2.13282,9.4688 -0.37891,2.1211 -3.71485,5.7656 -3.12891,8.7109 0.27734,0.9297 1.26172,1.3281 2.16016,0.8516 0.91797,-1.4922 1.83203,-2.9844 2.75,-4.4766 0.65234,-0.8555 1.52734,-1.5156 2.28906,-1.3476 2.16797,0.8242 2.92578,5.3593 4.30078,6.8671 0.48047,0.3399 1.25391,0.4532 1.83594,0.3086 1.05469,-0.2656 1.17187,-1.0195 0.98437,-2.1015 -0.35937,-2.0586 -1.28906,-4.3125 -2.4414,-6.3321 -1.16016,-3.1718 -4.51953,-3.2343 -5.54297,-4.332 0.74609,-2.1601 1.49219,-4.3203 2.23828,-6.4805 0.25,-1.2461 0.45703,-3.0742 0.0781,-4.1562 -0.23828,-0.668 -0.51562,-0.8984 -1.23046,-1.1016 -0.90625,-0.2617 -2.23438,-0.2031 -3.27344,0.293 -1.57813,0.7539 -2.88281,2.4687 -3.15235,3.8281 m -6.83593,-39.9258 c -0.1836,1.9414 4.45703,4.0821 2.60156,5.3204 -1.62109,1.3203 -4.44922,1.3632 -6.636719,1.4492 -0.617188,0.2539 -0.925781,0.625 -0.925781,1.2617 -0.0039,0.6406 0.308593,0.9766 0.914062,1.2109 1.894528,0.1719 3.792968,0.3438 5.691408,0.5157 -0.22266,1.0859 -0.44922,2.1718 -0.67188,3.2578 0.082,0.9882 1.05078,1.4453 2.19922,1.289 1.19531,-0.1679 2.05469,-0.9336 2.75391,-1.9843 0.91797,-1.3711 1.48437,-2.8829 1.4375,-4.2305 -0.0781,-2.1406 -0.59766,-5.1953 -1.71094,-7.2969 -0.78516,-1.4883 -1.93359,-2.2109 -3.54687,-2.1836 -1.14063,0.024 -2.02344,0.4453 -2.10547,1.3906 m 59.89453,-2.457 c -2.0625,1.418 -4.16016,3.1602 -4.87891,5.3164 -0.52734,1.582 -0.45703,3.6797 -0.23828,5.2656 0.82031,2 1.64062,4 2.46094,6 -0.89844,3.8164 -1.58985,7.793 -1.59375,12.0899 -0.11719,1.3711 0.18359,2.9648 1.47265,2.9336 0.64844,0.012 0.98047,-0.2891 1.21094,-0.8906 0.0234,-3.3204 0.62109,-7.5821 2.07031,-10.9922 0.8086,-1.6641 2.11328,-4.4688 3.77344,-4.4375 1.70703,0.1289 2.47656,2.5156 3.125,4.3593 0.53125,3.3594 1.06641,6.7227 1.59766,10.0821 0.25,0.5976 0.6289,0.9023 1.2539,0.8945 0.63672,-0.012 0.97266,-0.3203 1.19922,-0.9375 1.01172,-2.7266 0.67188,-9.2773 0.14844,-12.3047 -1.00781,-1.957 -2.01172,-3.9101 -3.01953,-5.8672 0.64453,-2.5351 1.60156,-5.0781 1.01562,-8.1211 -0.19922,-1.0468 -0.78906,-2.1367 -1.61328,-3.2148 -0.84375,-1.1016 -1.60937,-1.7969 -2.66797,-1.9531 -1.68359,-0.2461 -3.63281,0.6172 -5.3164,1.7773 m 1.17968,11.5625 -0.19531,0.1406 -0.3789,-0.098 -0.26954,-0.1758 0.19532,-0.1406 0.3789,0.098 0.26953,0.1758 m 2.69922,-6.2109 c -0.51562,1.0976 -1.82812,2.2422 -2.37109,2.0937 -0.77344,-0.2187 -0.73047,-1.6211 0.17969,-2.7031 0.70703,-0.8398 1.64062,-1.3008 2.16015,-0.8086 0.35547,0.3359 0.32032,0.8008 0.0312,1.418 m 23.26563,-8.1797 c -1.90235,0.4023 -4.74219,2.0703 -5.16016,3.1172 -1.29687,3.914 -1.16797,8.2539 -1.14062,12.3437 0.71875,1.6641 1.4414,3.3321 2.16406,5 -1.1875,2.0391 -2.21484,4.4727 -2.76563,6.7656 -0.004,4.4454 -2.875,10.3125 -1.85156,13.9336 0.60156,0.5039 4.04297,-1.0234 4.72656,-1.9804 -0.0547,-2.2578 -0.10937,-4.5117 -0.16406,-6.7657 1.73047,-3.789 3.32422,-8.2578 5.69141,-11.5 0.71484,-0.5859 1.22265,-0.2421 1.88281,0.6954 1.25,2.7187 1.85547,5.6836 4.64453,7.6718 0.6836,0.3711 1.52344,0.4883 2.13281,0.3477 0.70704,-0.1641 1.00782,-0.5352 1.14063,-1.1484 -0.26953,-4.2735 -1.86719,-9.2188 -4.10547,-13.1602 0.75391,-1.6328 1.50781,-3.2695 2.25781,-4.9023 0.32422,-1.5547 0.27735,-3.6524 0.0312,-5.2305 -0.16406,-1.0703 -0.625,-2.0547 -1.41797,-2.9766 -0.77734,-0.9023 -1.74609,-1.6445 -2.78515,-2.0078 -1.50781,-0.5312 -3.75,-0.5312 -5.28125,-0.2031 m 5.94922,6.4883 c 0.39843,0.9101 0.41015,1.7304 -0.0664,2.7109 -0.76172,1.5742 -2.51562,3.2578 -4.03125,4.3789 -1.17187,0.8711 -2.58594,1.9102 -3.64062,1.6836 -0.8711,-0.1875 -1.40235,-1.1016 -1.4961,-2.0469 -0.16015,-1.5508 0.48828,-4.1718 1.17188,-5.6679 0.55078,-1.2071 1.66406,-2.5196 2.66015,-3.3555 0.83594,-0.6992 1.55078,-0.9961 2.50782,-0.6055 1.1875,0.4805 2.42968,1.8321 2.89453,2.9024 m -84.20703,-3.2539 c -0.21094,1.3281 -0.20313,2.9023 -0.0117,4.2109 0.008,2.6016 3.21094,4.0508 4.25,6.0508 -0.44531,2.6328 -0.89063,5.2656 -1.33594,7.8945 -0.0664,1.4883 -0.41016,4.0117 0.65625,4.7969 0.77734,0.5703 1.68359,0.1484 2.00781,-0.6914 0.66016,-3.6719 0.7461,-7.4883 2.61328,-10.9258 0.85938,-1.25 1.92969,-1.9336 3.125,-1.7109 1.48438,0.2695 3,2.1171 3.83204,3.6992 1.15624,3.8984 2.31249,7.7929 3.47265,11.6875 0.76563,0.5195 1.64844,0.1015 1.96875,-0.7891 -0.0586,-2.2656 -0.12109,-4.5273 -0.17969,-6.793 0.54688,-0.8476 4.20313,-0.035 4.98438,1.1329 -0.19922,3.539 -3.62891,9.0742 -2.82031,12.3632 0.83203,0.7071 2.78515,0.5274 3.17187,-0.625 1.09375,-2.9804 2.18359,-5.9648 3.27734,-8.9492 0.76954,-1.3867 2.08985,-3.2773 3.26172,-3.0937 1.45313,0.4375 2.03516,3.2265 2.69141,4.9726 0.85156,3.668 1.69922,7.336 2.55078,11.0039 0.65625,0.8321 1.91797,1.2149 2.60547,0.7422 0.82031,-0.5625 0.60547,-2.4414 0.42578,-3.6679 -0.98047,-5.1211 -2.35547,-10.504 -4.56641,-15.4297 -0.83203,-0.7422 -1.66406,-1.4844 -2.49609,-2.2266 1.08984,-2.1641 2.17969,-4.332 3.27344,-6.4961 0.0469,-2.6992 0.48047,-5.5937 -1.33594,-8.2226 -0.84375,-0.9766 -1.83984,-1.211 -2.94922,-1.2852 -2.16797,-0.1406 -5.17187,-0.4023 -7.23828,0.1211 -1.44531,0.3633 -3.13672,2.3516 -3.89844,4.1641 -0.5664,1.3437 -0.49218,2.8828 -0.41797,4.2265 0.88672,2.25 1.77344,4.5 2.66016,6.75 0.20313,1.2813 -1.74219,1.1172 -3.04297,1.2891 -0.0273,0 -5.63672,-6.5977 -5.9375,-8.2422 0.39453,-1.6406 0.79297,-3.2813 1.19141,-4.9219 -0.0586,-1.3828 -0.41016,-3.0664 -1.36328,-3.8867 -1.33203,-1.1484 -4.19531,-1.3945 -5.9961,-1.4531 -2.35937,0.25 -5.08984,-0.836 -6.98046,1.1875 -0.8125,0.8906 -1.28907,2.0898 -1.44922,3.1172 M 141,1660.4727 141.52734,1661 141,1661.5273 140.47266,1661 141,1660.4727 m 4.12109,-4.5313 c -0.38281,1.1406 -2.38281,3.6758 -2.96484,3.8399 -0.0234,-1.5391 -0.0508,-3.0743 -0.0781,-4.6133 0.28907,-1.2344 1.71875,-1.8672 2.48438,-1.3828 0.62109,0.3906 0.84766,1.289 0.55859,2.1562 m -20.96484,-2.1133 c -0.62109,1.1446 -2.13672,2.3477 -3.28906,2.8867 -0.60156,0.2774 -1.19922,0.4258 -1.78125,0.254 -0.89453,-0.2618 -1.8125,-1.2422 -2.25781,-2.1368 -0.4336,-0.8828 -0.45313,-1.7851 0.008,-2.6523 0.47656,-0.8945 1.39062,-1.582 2.32422,-1.9922 0.91015,-0.4023 1.85547,-0.5898 2.74609,-0.3867 0.90234,0.207 1.83594,0.832 2.27734,1.5508 0.44141,0.7148 0.44532,1.5976 -0.0273,2.4765 m -43.472656,-1.9414 c -0.207032,0.961 -0.207032,2.2266 -0.0078,3.2071 0.800781,1.6679 1.601563,3.3398 2.40625,5.0078 -0.707031,4.3554 -2.238281,9.4179 -1.398437,14.0664 0.261718,0.6211 0.652344,0.9336 1.28125,0.9414 0.648437,0.012 0.980468,-0.2891 1.210937,-0.8906 0.46875,-3.0157 0.941407,-6.0313 1.414063,-9.043 0.277344,-1.1875 0.832031,-2.832 1.707031,-3.0742 1.417969,-0.2657 3.621094,2.4218 4.582031,4.1406 1.328125,2.5078 0.179688,5.5195 0.800782,7.9609 0.324218,0.8008 1.246093,1.2305 2.304687,1.0157 0.738281,-0.1485 1.035156,-0.4454 1.175781,-1.0586 0.480469,-2.0274 -0.511718,-7.0196 -0.804687,-9.2852 -0.277344,-2.1211 -2.726563,-3.8555 -3.222657,-5.9258 0.75,-1.957 1.503907,-3.9179 2.253907,-5.875 0.222656,-1.5469 0.320312,-3.6601 -0.04687,-5.2148 -0.320313,-1.3516 -1.609375,-3.0352 -3.160156,-3.8203 -1.46875,-0.7461 -4.023438,-0.7891 -5.308594,-0.375 0.07813,-0.027 -4.839844,6.6289 -5.1875,8.2226 m 10.539062,-2.6054 c 0.21875,0.4843 0.238282,1.0273 0.05078,1.6093 -0.351563,1.1016 -1.511719,2.6485 -2.59375,3.6211 -0.894532,0.8047 -1.636719,1.0821 -2.414063,0.6836 -0.757813,-0.3906 -1.363281,-1.3476 -1.136719,-2.1367 0.601563,-2.082 4.53125,-5.875 3.722656,-6.0977 0.734376,0.2032 2,1.4961 2.371094,2.3204 m 39.675788,-147.8829 c 1.2539,0.086 3.1914,0.2305 4.23047,-0.1523 0.64453,-0.2344 0.98046,-0.5781 0.98046,-1.2539 0.0664,-1.3047 -1.67187,-2.0781 -3.09765,-2.207 -1.28125,-0.1993 -3.14063,-0.3477 -4.1836,0.031 -0.59375,0.2188 -0.87499,0.5 -0.82812,1.25 0.082,1.4219 1.49219,2.4375 2.89844,2.332 m 665.91797,-13.9336 c -4.86329,2.5157 -8.3711,8.7344 -10.28907,10.7149 -2.55468,0.2187 -5.11328,0.4375 -7.67187,0.6562 -3.61719,1.0938 -7.71485,3.461 -10.95703,6.4297 -1.79297,2.0742 -3.58203,4.1485 -5.3711,6.2227 -3.93359,3.2031 -9.91406,7.0664 -13.33593,11.2656 -1.0586,1.7461 -2.05079,4.3008 -2.36719,6.1836 0.37109,2.9219 0.74219,5.8477 1.11328,8.7695 -3.02734,2.6758 -6.05859,5.3477 -9.08984,8.0235 -2.4336,3.332 -4.86719,6.7461 -6.20313,10.1758 -0.33984,1.789 -0.40625,4.4609 0.0156,6.25 0.1914,0.8007 0.42968,1.2812 1.08593,2.039 3.50391,3.9649 8.92188,4.086 10.9375,6.1485 -1.23047,2.1757 -2.46093,4.3476 -3.69531,6.5195 -0.64453,1.8633 -1.35937,4.2148 -1.21484,6.1484 0.14453,1.9375 0.73828,4.3203 1.67968,6.1953 1.88672,2.3321 3.77735,4.6641 5.66797,7 1.05078,3.6328 -0.27343,7.4258 1.85938,10.9922 1.98437,2.4922 5.30078,4.1328 7.89062,5.0117 3.11719,0.7969 7.66016,0.6993 9.89453,0.01 1.17969,0.3671 3.01954,5.5585 5.96094,7.957 2.41406,1.9687 4.77344,2.3984 7.21094,2.8906 3.07422,0.625 7.14844,-0.3008 10.15625,-1.0351 2.96484,-1.0391 5.93359,-2.0821 8.89844,-3.1211 3.54687,0.8203 7.3125,2.2031 11.05078,1.3359 1.84765,-0.2969 4.51953,-0.7305 6.13672,-1.625 1.05468,-1.0469 2.10547,-2.0938 3.15625,-3.1406 3.20312,-0.1094 6.4414,-0.5196 9.88672,-1.9688 1.90234,-0.9804 2.59765,-2.4414 3.30468,-3.6953 2.54297,-0.6016 5.08985,-1.2031 7.63282,-1.8047 2.18359,-1.0273 5.14453,-2.6094 6.78515,-4.8281 0.30078,-1.5703 0.60156,-3.1367 0.90235,-4.7031 1.76562,-1.0782 3.52734,-2.1563 5.28906,-3.2305 1.32812,-1.4102 2.51953,-3.4961 3.01953,-5.1094 0.65625,-2.1172 0.50781,-5.0976 0.23047,-7.2265 -0.72266,-1.961 -1.44141,-3.9219 -2.16016,-5.8828 1.82422,-2.293 3.64453,-4.5821 5.46485,-6.875 0.75,-1.668 0.86328,-3.4883 0.59765,-5.1836 -0.21875,-1.375 -0.67187,-2.836 -1.46484,-4.1758 -1.625,-1.9844 -3.25,-3.9688 -4.875,-5.9531 -0.31641,-3.668 1.36719,-7.2969 0.0977,-11.0118 -1.08203,-2.5429 -5.67968,-5.0039 -5.68359,-6.1015 0.65625,-1.2071 1.30859,-2.4141 1.96484,-3.625 0.32422,-1.5196 0.33204,-3.75 -0.27734,-5.2617 -0.9375,-2.3086 -3.46094,-5.1329 -5.74219,-6.9727 -2.66797,-1.6289 -5.33203,-3.2617 -8,-4.8945 1.61328,-2.2813 3.22657,-4.5625 4.83594,-6.8438 0.62891,-1.8711 0.80859,-5.539 -0.16797,-7.2851 -0.88672,-1.5782 -3.20312,-2.9219 -4.76562,-3.7071 -3.67578,-1.2695 -7.35157,-2.5351 -11.02344,-3.8047 -3.00391,-1.9765 -6.00391,-3.9531 -9.00391,-5.9296 -2.01953,-1.129 -4.0664,-1.9649 -6.10156,-2.4727 -4.41797,-0.6172 -8.84375,-0.8516 -13.26562,0.5312 m 16.96875,4.9766 c 2.97265,1.9024 7.08593,5.1211 9.27343,7.5391 1.875,1.1015 5.3711,-0.1328 7.76563,0.8047 2.34765,0.8906 5.60937,2.7382 7.22656,5.3711 0.52344,1.164 0.0742,2.4335 -0.76172,3.6406 -1.75781,1.7539 -3.51953,3.5078 -5.28125,5.2656 -0.46094,0.7813 -0.5625,2.0469 -0.32422,2.9922 1.23047,2.9101 6.19922,3.0781 9.03516,6.3398 2.50781,2.4688 5.76953,5.336 6.27734,7.6172 0.32422,2.9571 -5.94531,3.6524 -6.12109,6.9024 1.01562,2.5273 6.32031,2.0351 8.70312,5.4297 1.33594,1.4296 1.97266,3.1093 1.61329,4.5703 -0.36329,3.6172 -5.83204,3.8164 -6.32813,6.0742 1.12891,2.4336 6.22266,1.9414 8.76563,5.3789 1.9414,2.1601 3.48828,4.418 3.35937,6.5703 -0.26953,1.2305 -1.56641,2.5508 -2.55469,3.4648 -2.53125,3.3086 -8.47656,4.8125 -9.59375,7.5977 0.46485,2.5898 4.88672,0.1836 6.75,3.2891 1.64844,1.8554 1.94922,3.8047 1.57422,5.6797 -0.16406,0.914 -0.39062,1.8945 -0.93359,2.7968 -0.73438,1.2188 -2.20703,2.5469 -3.45313,3.4141 -1.87109,1.3047 -4.63281,-0.023 -5.60547,0.9766 -0.36718,0.3828 -0.51171,1.1523 -0.42187,1.8007 0.53906,1.0391 1.07422,2.0782 1.61328,3.1172 0,1.0039 -1.39062,2.3867 -2.67969,3.5586 -2.30859,2.0938 -4.42968,2.9688 -6.78125,3.5117 -2.93359,1.1797 -6.28125,-1.6875 -8.98828,-0.059 -0.54297,0.4414 -0.93359,1.1954 -0.96484,1.8204 -0.0703,1.4375 1.84375,1.5078 1.80469,2.0937 -0.92969,1.3438 -4.61329,2.2656 -6.69532,2.4805 -1.8125,0.4883 -2.9375,-2.4688 -4.96093,-1.4375 -0.88672,0.3984 -2.60547,1.5664 -2.94141,2.0781 -0.22266,1.0195 -0.44531,2.0352 -0.67188,3.0547 -0.76562,0.6719 -2.44921,1.082 -3.51171,1.207 -2.76172,1.0664 -5.76954,-4.0351 -8.9336,-4.6015 -1.79687,0.016 -6.09765,4.5546 -8.23437,5.3945 -2.88672,1.1406 -7.03907,2.1523 -9.82813,1.7812 -2.66015,-0.4531 -5.80469,-2.3125 -8.49609,-5.2343 -2.4336,-2.7188 -1.3125,-6.5508 -2.66406,-8.6524 -3.0586,-1.0547 -6.86719,5.0352 -9.76172,3.4063 -2.64063,-0.625 -6.13672,-2.8438 -8.27344,-4.8789 -1.08203,-1.4844 -1.58203,-4.7071 -1.19922,-6.3829 0.17578,-1.9218 2.85938,-2.2929 4.60547,-3.2617 0.75781,-0.7226 1.28125,-1.9765 1.125,-2.9492 -0.16406,-1.0312 -0.95703,-1.2851 -2,-1.3398 -2.03125,0.1367 -4.0625,0.2773 -6.09375,0.4179 -1.51563,-0.6289 -3.01953,-2.8476 -3.89453,-4.2812 -0.625,-1.0235 -0.83203,-1.8594 -0.8711,-2.8789 -0.0859,-2.0977 0.125,-4.6992 1.33985,-6.7071 1.73828,-3.2382 6.99609,-5.5039 7.39844,-8.2031 -2.48438,-2.582 -9.03516,-2.4297 -12.89063,-5.082 -1.17578,-0.6797 -2.16016,-1.8203 -2.97266,-3.1328 -0.60937,-0.9805 -0.92968,-1.8008 -0.78125,-2.7539 2.08204,-4.0352 4.99219,-8.8321 7.96875,-11.6055 1.54297,-1.4141 3.73047,-3.2383 5.66407,-4.2539 1.90625,-0.4453 3.8125,-0.8906 5.71875,-1.3359 0.32812,-0.4454 0.35156,-1.1836 0.0781,-1.8985 -1.41406,-2.0273 -2.82422,-4.0547 -4.23437,-6.082 -0.32813,-0.9375 -0.33203,-1.918 -0.29688,-2.8281 0.0508,-1.3047 0.36328,-2.4336 1.36719,-3.8282 1.17578,-1.6367 2.88672,-3.3046 4.52734,-4.8945 2.10157,-2.0391 4.70313,-4.2812 6.55469,-4.3359 1.03125,0.457 2.06641,0.9179 3.09766,1.375 1.18359,0.2383 3.09765,0.2773 4.07031,-0.4375 1.04297,-0.7657 1.46484,-2.6055 1.25781,-3.9063 -0.72656,-1.3554 -1.44922,-2.7148 -2.17578,-4.0703 0.17188,-0.832 1.21875,-1.7266 2.16406,-2.4883 3.46094,-2.7812 7.26953,-4.7539 10.78516,-5.6328 2.3125,-1.6836 5.32812,1.9766 7.71094,1.0781 0.26562,-1.4609 0.52734,-2.9218 0.78906,-4.3789 1.65234,-1.9687 4.42187,-5.164 6.65234,-6.6992 1.54297,-1.0586 3.25,-1.6055 4.83594,-1.9961 1.61328,-0.3945 3.22266,-0.457 4.83594,-0.1797 2.27734,0.3907 4.5625,1.3282 6.86719,2.7969 m -32.10157,83.3906 c -0.76953,2.7578 -1.22656,5.4532 -1.13672,8.2188 0.0977,2.9414 1.90625,7.4922 2.98438,10.1758 0.41406,1.0312 1.125,1.8906 2.19141,2.6679 2.87109,2.0977 6.17578,3.8907 9.13671,5.2891 1.76563,0.832 3.31641,1.2148 5.0586,1.2734 3.90234,0.125 8.27344,0.5235 12.14844,-0.3945 2.03125,-0.4805 4.08984,-0.8906 6.10156,-1.7266 1.58203,-0.6523 3.77344,-1.7968 4.90234,-3.2109 1.66406,-2.7812 1.59766,-6.1562 2.30469,-9.1055 0.30078,-3.5 -0.57422,-7.6172 -1.13281,-11.0898 -0.42188,-2.6133 -1.01172,-5.582 -2.42578,-8.1406 -1.16016,-2.0938 -2.86719,-4.2227 -4.60547,-5.3594 -2.46485,-1.6133 -5.46875,-2.8633 -8.10938,-3.4805 -2.87109,-0.6679 -6.30859,-0.6719 -9.17187,-0.1953 -2.66797,0.4453 -5.52735,1.5742 -8.16016,3.3086 -2.66406,1.7539 -5.78906,3.918 -7.71094,6.668 -1.17578,1.6797 -1.90625,3.414 -2.375,5.1015 m 17.3086,12.875 c 3.08203,0.1094 7.62109,0.2735 10.70312,0.8243 0.90625,0.1601 1.51953,0.5937 1.25391,1.4609 -0.32031,1.0547 -2.01172,2.5781 -3.16797,3.2344 -1.69141,0.9648 -3.96875,1.3086 -5.72266,1.2812 -1.36328,-0.023 -2.42187,-0.5469 -3.78906,-1.5976 -1.36719,-1.0547 -3.34375,-2.5079 -3.12109,-3.6055 0.19922,-0.9766 2.625,-1.6406 3.84375,-1.5977 m -7.75782,-18.8554 c 2.87891,-0.6328 5.76172,-1.2696 8.64063,-1.9063 0.46094,-1.2461 0.40234,-4.2812 2.38281,-4.4414 3.19922,-0.3984 6.92969,1.3203 10.4961,3.1445 1.33593,0.7188 2.49218,1.5313 3.52734,2.7383 1.53125,1.7852 2.94141,3.875 3.58594,5.793 1.16015,3.4453 2.27734,8.2734 2.3164,11.8008 0.0234,1.9765 -0.46093,4.8945 -1.33203,6.7656 -1.27344,2.5625 -4.66015,4.3086 -7.01953,5.1562 -2.16797,0.7344 -4.62891,1.3946 -6.85547,1.586 -2.07422,0.1758 -4.85547,0.4023 -6.79297,-0.2188 -1.30859,-0.4179 -2.41406,-1.2617 -1.67578,-1.625 2.89844,-0.1328 5.79297,-0.2656 8.69141,-0.3984 1.64844,-0.2656 3.35156,-0.5273 5.07812,-1.9922 1.05078,-0.8906 1.9375,-2.0625 2.40235,-3.0898 0.63281,-1.3868 0.89453,-2.8516 0.37109,-4.2852 -0.57812,-1.5742 -1.76172,-2.9336 -2.96875,-3.1367 -2.04297,0.2656 -4.08203,0.5312 -6.125,0.7969 -3.35156,-0.3125 -6.70703,-0.6211 -10.05859,-0.9336 -1.25391,0.1484 -3.02344,0.6797 -4.15235,1.6093 -0.64062,0.5313 -0.89062,0.9415 -1.0039,1.7032 -0.19141,1.2812 0.3164,3.0117 1.13672,4.2578 1.61718,1.5351 3.23437,3.0742 4.85156,4.6133 0.0859,0.4961 -0.83203,0.6836 -1.71875,0.2929 -2.79688,-2.2773 -7.23438,-3.7851 -8.6836,-7.3203 -0.84765,-2.2304 -2.66406,-6.4648 -2.60546,-8.7695 0.0547,-2.1133 1.27343,-4.7344 2.48046,-6.7891 1,-1.707 3.0586,-4.3867 5.03125,-5.3515 m 1.92579,10.9804 c 0.79296,0.8086 4.88671,0.8086 5.67968,0 0.73828,-0.7539 0.73828,-3.9101 0,-4.664 -0.79297,-0.8086 -4.88672,-0.8086 -5.67968,0 -0.73829,0.7539 -0.73829,3.9101 0,4.664 m 18.7539,-6.4765 c -1.09375,0.4453 -2.30859,1.3008 -3.17578,2.3867 -0.64062,0.7969 -0.91406,1.3906 -1.09375,2.2187 -0.24609,1.1133 -0.125,2.3477 0.46875,2.9024 1.32422,0.9101 4.42188,0.3633 5.90234,-0.8594 0.97266,-0.9414 1.29297,-2.6445 1.41797,-4.0391 0.0977,-1.0937 0.0899,-2.2734 -0.55078,-2.7695 -0.61719,-0.4805 -1.84765,-0.293 -2.96875,0.1602 m 6.21485,-57 c -4.03907,-0.5742 -8.08204,-1.1524 -12.125,-1.7305 -2.87891,-0.2461 -6.19922,-0.3516 -9.06641,0.125 -4.26953,0.7148 -9.00781,2.1563 -13.125,4.1133 -1.69922,0.8086 -3.35547,1.5976 -5.09375,2.9961 -1.49219,1.207 -2.64844,2.5508 -3.08594,3.9687 -0.60937,1.961 -1.10156,4.3125 -0.99609,6.211 0.17187,3.1054 0.32812,8.3828 1.71484,11.1601 0.81641,1.6328 2.8086,2.9024 4.51563,3.1797 3.32422,-0.1562 6.64843,-0.3125 9.97265,-0.4687 3.09766,1.4336 6.47266,5.6836 8.36328,7.4804 0.86719,0.7305 1.8125,1.1055 2.67188,0.5664 2.24609,-2.6992 2.44141,-7.5156 5.49219,-10.5195 3.41015,-2.293 7.22265,-2.4297 10.89062,-3.4961 1.05078,-0.5508 2.15625,-1.6523 2.69922,-2.7187 1.16797,-2.2969 1.41016,-6.7305 1.48828,-9.211 0.0703,-2.3047 0.4375,-4.8437 -0.76172,-7.1797 -0.91015,-1.7617 -2.05468,-3.7226 -3.55468,-4.4765 m 0.42578,16.5 c -0.0508,1.0234 -0.22657,1.8281 -1.02344,2.6797 -0.73828,0.7929 -1.80469,1.4296 -2.72266,1.7578 -2.57422,0.9218 -7.82031,0.6797 -9.69531,1.7695 -2.10937,2.0703 -2.87109,7.5586 -5.39844,8.6445 -2.21484,-1.6211 -4.42968,-3.2422 -6.64453,-4.8632 -3.62109,0.078 -7.24609,0.1562 -10.87109,0.2343 -1.30078,-0.5039 -2.48828,-2.0625 -3.02344,-3.2773 -0.91797,-3.9024 -1.48437,-7.8555 -0.33203,-11.6016 0.82812,-1.5625 2.92187,-3.3594 4.41797,-4.4023 2.16406,-1.5078 4.61719,-2.6367 6.90234,-3.5821 4.60547,-1.332 9.21094,-3.0312 13.80078,-2.7109 2.89453,0.25 7.20313,0.3086 9.81641,1.2109 1.71484,0.5899 3.64844,2.6172 4.41406,4.4766 1.08594,2.6211 0.5,6.9063 0.35938,9.6641 m -692.66406,-61.9258 c 2.19921,-0.6484 5.60546,-1.3125 7.30859,-2.418 0.625,-0.4062 0.94531,-0.8437 0.92969,-1.5039 -0.0195,-1.0117 -0.88282,-1.2344 -1.92969,-1.2305 -2.95703,0.2071 -6.86719,0.027 -9.08594,1.4141 -0.48437,0.5586 -0.61328,1.9453 -0.34765,2.8828 0.23046,1.3594 1.69531,1.3242 3.125,0.8555 m 18.16796,-24.1719 c -2.61718,-0.4492 -5.5625,-0.3398 -8.1875,-0.1953 -7.3125,1.25 -14.625,2.5039 -21.93359,3.7539 -1.69141,-0.1992 -3.38281,-0.3984 -5.07422,-0.5976 -1.16406,0.1796 -4.19922,2.7382 -4.73047,3.3906 -0.8125,1.0078 -0.59375,4.3164 -0.46875,6.0586 0.0781,1.0703 0.38282,1.914 1.33594,1.9336 0.625,0.012 0.96875,-0.3008 1.20313,-0.9024 0.19531,-1.9375 0.39062,-3.875 0.58593,-5.8125 0.33203,-0.5469 0.75782,-0.7383 1.41407,-0.8672 2.96093,-0.09 5.92187,-0.1797 8.88671,-0.2656 7.23047,-2.5391 14.94141,-2.2383 21.96875,-3.8008 1.86328,-0.047 3.82032,0.543 5.67578,1.3282 1.3711,0.5781 2.44922,1.2265 2.75391,2.496 0.72656,3.0196 0.30078,7.5625 0.0195,10.7188 -0.4414,4.957 -1.05469,11.2305 -2.03906,15.6875 -0.21094,0.9453 -0.74609,1.418 -1.73828,1.7305 -1.48047,0.4687 -3.19531,0.7226 -4.80469,0.9765 -3.66406,0.082 -7.32812,0.1641 -10.99219,0.2422 -3.30468,0.6406 -6.60546,1.2774 -9.91015,1.918 -1.8711,-0.1289 -4.05078,0.5156 -5.61328,-0.9727 -0.76172,-0.7734 -0.92578,-1.7461 -0.97266,-2.7539 -0.0117,-6.6484 0.24219,-13.2422 -0.1875,-19.9219 -0.17969,-1.0117 -0.49219,-2.2187 -1.36719,-2.7773 -0.53515,-0.3398 -1.24218,-0.332 -1.66406,0 0.41406,8.9649 -0.0703,18.8594 0.87891,28.0274 0.66406,0.9804 1.67968,1.2109 2.76172,1.2851 2.66796,0.1797 5.46875,0.07 8.14062,-0.012 3.69141,-0.6445 7.38281,-1.293 11.07422,-1.9414 5.51172,0 11.89844,-0.2383 16.7539,-0.5274 0.69141,-5.6757 1.1211,-12.8632 2.55079,-18.9492 -0.1211,-5.5859 0.71875,-11.8828 -0.4336,-16.9961 -0.97265,-1.207 -4.19531,-1.9687 -5.88672,-2.2578 m -47.398438,0.9258 c -0.792968,19.4922 1.230469,38.9922 0.90625,58.4844 0.121094,2.2265 0.355469,7.2461 1.128906,9.0312 0.257813,0.6055 0.652344,0.9063 1.285157,0.9063 0.652345,0 0.984375,-0.3008 1.214845,-0.9024 -1.1875,-12.2343 0.0781,-25.0429 -1.765626,-37.3945 -0.02734,-10.043 -0.05859,-20.0898 -0.08984,-30.1328 -0.07813,-0.9883 -0.386719,-1.7891 -1.339844,-1.7852 -0.953125,0 -1.261719,0.8008 -1.339844,1.793 m 71.312504,-33.2383 c -7.70313,-0.9453 -15.40625,-1.8906 -23.10938,-2.832 -1.07812,-0.035 -1.92187,0.2344 -3.01953,0.9961 -5.16797,3.5742 -12.90234,9.2422 -17.03906,13.4375 -0.53516,0.539 -0.91797,1.25 -0.91797,1.875 0,0.7031 0.34766,1.0781 1.01953,1.2773 2.90234,0.4961 5.72656,-2.5859 8.33984,-3.8515 4.29688,-2.1758 8.61328,-9.1446 12.88672,-9.8243 6.5,-0.6054 13.11719,1.1641 19.85547,1.8985 5.50781,0.3515 13.21094,-2.1485 16.87891,-1.0274 0.14453,1.0078 -1.85157,3.0899 -3.29688,4.5196 -3.32422,3.2929 -5.15234,4.75 -8.84765,7.582 -5.60547,3.7109 -11.23829,7.1562 -16.86719,9.6094 -6.33594,0.8164 -12.66797,1.6367 -19.00391,2.4531 -8.61718,0.4805 -18.12109,0.062 -26.64453,-1.0469 -0.92969,-0.1172 -1.27344,-0.3945 -0.5664,-0.8867 1.8789,-0.8984 4.89843,-1.25 6.20312,-3.5703 0.31641,-0.6484 0.37109,-1.3359 0.004,-1.8008 -0.33985,-0.4336 -1.08203,-0.5937 -1.80469,-0.5351 -1.14844,0.094 -2.26563,0.7578 -3.30859,1.5312 -2.64844,1.6328 -2.39063,4.5273 -4.83594,4.7148 -0.85547,0.2383 -1.85547,0.4805 -2.48828,0.098 -0.55078,-0.668 -1.10157,-1.3359 -1.652348,-2.0078 -0.464843,-0.2813 -1.140624,-0.2617 -1.53125,0.1094 -0.9375,0.9765 -0.257812,3.7304 0.761719,4.6914 0.976563,0.832 3.511719,1.1484 4.996099,1.3906 15.15234,-0.4258 29.80078,0.9453 44.84765,-0.8086 1.35938,-0.039 2.53125,0.4492 2.64844,1.7734 0.41015,11.6407 1.625,23.2149 1.07812,34.7735 -0.0156,2.1328 -0.125,4.9414 -1.29687,6.6054 -0.75,1.0625 -2.10938,1.711 -3.41016,1.8907 -7.17578,0.9726 -14.76953,0.078 -21.9414,1.2656 -4.13672,0.6875 -10.23828,1.6562 -14.10547,2.9453 -0.91406,0.3047 -1.09375,0.9688 -1.15625,2.0625 -0.17969,3.0195 -0.19922,6.293 0.0586,9.3125 0.15235,1.7734 0.61719,7.0859 1.5625,7.8164 0.39453,0.3086 1.08594,0.3047 1.48438,0 0.44531,-0.3359 0.54687,-0.9375 0.59765,-1.5664 0.63282,-4.543 -2.04687,-9.6484 -0.53515,-13.8125 3.92578,-1.8008 9.53906,-2.6992 14.23828,-3.8945 6.40625,-0.4844 13.47656,-1.9492 19.45312,-0.8242 0.34375,0.2148 -0.46484,13.3164 -1.35937,14.8437 -1.11719,1.9024 -5.21094,4.625 -7.33594,5.7031 -2.9375,1.4844 -5.93359,2.1954 -8.88281,2.8516 -5.75781,1.8477 -11.91016,-2.9766 -18.08594,-1.5039 -0.625,0.2617 -0.94141,0.6523 -0.94531,1.2891 -0.008,0.6562 0.30469,0.9804 0.92578,1.2226 2.3125,0.1602 6.13672,0.9688 6.85937,1.9141 0.043,0.4765 -2.42968,1.3125 -3.80468,1.332 -2.35157,-0.2226 -4.70703,-0.4414 -7.0586,-0.6601 -0.60937,0.2304 -0.91797,0.5781 -0.92187,1.2187 -0.004,0.6484 0.29687,1.0195 0.90234,1.375 2.82813,1.207 6.13672,1.0859 9.16406,0.9883 5.36329,-0.957 10.72657,-1.9141 16.08594,-2.875 5.01172,-0.082 10.02344,-0.1641 15.03125,-0.2461 1.70703,-0.2734 4.85547,-0.7344 5.83984,-2.1563 0.95704,-1.3789 1.40235,-6.9062 1.51563,-8.9179 -0.0547,-21.2305 0.40234,-43.4883 -0.88281,-63.9219 3.76562,-4.2852 12.08593,-6.7695 17.68359,-11.2773 3.45313,-2.8946 6.90625,-5.7891 10.36328,-8.6836 0.64453,-0.051 0.9375,0.9375 0.95313,1.8242 0.10547,6.4023 -1.61719,13.7851 -1.99219,20.7812 -0.28125,5.25 1.02344,10.3242 0.99609,15.2032 -0.0273,4.039 -0.53906,8.8984 -1.17187,12.8476 -0.76172,3.7461 -1.23047,7.3047 -2.75391,10.8945 -5.47265,9.4532 -12.91797,18.4688 -18.69531,27.1172 -0.21484,0.6992 -0.20313,1.4375 0.23828,1.8516 0.42188,0.3945 1.21484,0.4219 1.91016,0.1367 2.3125,-1.2226 3.57812,-3.8555 5.14062,-5.6875 5.3125,-7.6836 11.32813,-15.4023 15.92188,-23.0937 1.26562,-6.6914 0.85937,-13.2266 2.28906,-20.0313 0.28516,-5.2383 -0.58594,-10.207 -0.99609,-15.2734 -0.27344,-5.543 0.57812,-12.2969 1.05078,-17.8086 0.40234,-4.6602 1.94922,-10.5352 3.03515,-14.7774 0.59766,-1.082 1.19532,-2.1679 1.79297,-3.25 0.23047,-1.0117 0.11328,-2.3242 -0.41406,-2.875 -6.53516,0.1133 -14.78516,3.1446 -21.93359,3.3008 m -15.42969,89.5195 c -0.0742,2.3399 -0.33203,6.75 -1.3711,8.8008 -0.49218,0.9688 -1.36718,1.4805 -2.34375,1.7657 -1.94531,0.5703 -5.96484,1.6054 -7.36328,0.7695 -0.8125,-1.086 5.94141,-3.9258 7.50782,-6.3086 0.21093,-2.9649 0.42187,-5.9297 0.63281,-8.8945 0.625,-2.6094 1.09375,-6.5782 2.4414,-7.8672 0.67579,-0.1211 0.5586,9.6367 0.4961,11.7343 m -40.92188,-282.0742 c -0.32812,2.2266 -0.28125,4.9336 0.10938,7.1563 0.37109,2.1172 1.09375,5.3125 2.29687,7.1875 1.96094,2.6445 5.31641,3.4375 7.88672,4.0469 1.67969,0.289 3.46875,0.3007 5.14063,0 2.28906,-0.7735 4.57812,-1.5508 6.87109,-2.3243 0.96094,-0.047 1.8125,0.5469 2.44922,1.4297 4.37109,6.0508 9.57031,16.2422 13.93359,22.793 2.74219,3.5859 5.48438,7.1719 8.23047,10.7578 0.32813,0.625 0.40625,0.9766 -0.004,1.1406 -1.22266,-0.1211 -2.44922,-0.2461 -3.67188,-0.3672 -0.62891,0.1836 -0.95312,0.5665 -0.99609,1.2618 -0.0547,2.8047 5.15625,3.832 5.8164,6.1836 -0.61328,1.2421 -1.22656,2.4882 -1.83984,3.7343 -0.53906,1.5703 -0.3125,3.461 -0.30469,5.1016 -0.082,2.3594 0.24219,4.8672 2.3125,7.3125 1.42969,1.75 3.23438,2.9844 4.92969,3.918 1.45703,0.8047 2.69531,1.1718 4.125,1.2265 2.66016,0.098 5.56641,0.2696 8.21094,-0.3906 2.36328,-0.5898 4.82031,-1.8125 7.19922,-3.9414 1.0625,-0.9531 1.75781,-1.8906 2.0039,-2.9609 0.60547,-2.6172 0.48438,-6.6641 -0.30859,-9.2813 -0.51563,-1.6914 -1.47656,-3.5664 -2.88672,-5.1016 -1.25391,-0.9414 -2.51172,-1.8828 -3.76953,-2.8281 1.08594,-0.5664 2.17187,-1.1367 3.25781,-1.7031 3.71094,-7.0078 7.42188,-14.0117 11.13672,-21.0195 7.91797,-9.2774 11.60937,-18.8243 17.98828,-27.8164 0.75391,-0.9493 1.28125,-1.4336 2.03906,-0.8438 0.81641,2.1172 1.63282,4.2305 2.45313,6.3477 0.75781,0.5312 1.66015,0.1054 1.97656,-0.7618 0.53906,-1.4687 0.43359,-4.621 -0.0547,-6.2734 -0.67968,-2.3164 -2.48437,-5.125 -4.22265,-7.2578 -1.15235,-1.4141 -2.38672,-2.1484 -4,-1.7734 -2.67969,1.1796 -6.07813,2.7578 -7.89453,5.164 -0.48047,1.0352 -0.0937,1.9336 0.91015,2.2227 2.41797,0.8515 5.01953,-2.7305 6.66016,-3.0313 0.66406,0 0.85937,0.8789 0.46094,1.7969 -5.87891,7.2227 -9.03125,15.3984 -13.6211,22.5703 -1.96875,2.5469 -4.7539,5.711 -6.94922,9.2617 -3.97265,7.2227 -8.19531,14.8243 -11.14843,21.5625 -0.74219,0.9297 -2.15235,1.1758 -3.35157,1.0743 -1.27343,-0.1094 -3.54687,-0.918 -3.99218,-1.9063 -0.55079,-2.0156 2.69921,-6.0664 0.8164,-8.3984 -0.77734,-0.6055 -1.70312,-0.1485 -2.22265,0.6953 -0.73829,2.0469 -1.46875,5.1172 -3.12891,6.5 -0.71484,0.5937 -1.41797,0.1953 -2.39844,-0.8008 -3.65234,-3.707 -7.29687,-8.4453 -10.27734,-12.8047 -3.5586,-8.5703 -12.12891,-17.5 -15.71094,-25.7617 0.0195,-2.5977 3.98828,-5.1719 3.37891,-7.9219 0.0625,-1.6719 0.1289,-3.4687 -0.20703,-5.1406 -0.32032,-1.6016 -1.08594,-3.7227 -2.1836,-5.0742 -2.48828,-2.3907 -6.03125,-4.9141 -8.98437,-5.2539 -3.02344,-0.3633 -6.28125,0.5156 -9.25,1.1718 -1.61719,0.3555 -3.57422,1.0079 -5.0625,2.1446 -2.08594,1.5976 -3.84766,4.8672 -4.15235,6.9726 m 67.07813,60.543 c 1.64062,1.457 2.80469,3.2031 3.67969,4.7773 0.74218,1.336 1.1914,2.5196 1.16796,3.7696 -0.0156,0.9609 -0.25781,1.789 -1.05078,2.7968 -1,1.2696 -2.51953,2.5899 -3.73437,3.3985 -2.08985,1.3906 -4.60547,2.1523 -6.75,2.2695 -1.30078,0.074 -2.5586,-0.1484 -3.86328,-0.7617 -1.26953,-0.5977 -2.625,-1.5078 -3.66407,-2.4336 -1.90625,-1.8906 -4.15234,-4.8828 -4.02734,-7.2305 0.0273,-1.7656 1.60547,-3.8632 3.78125,-5.5273 1.42969,-1.0938 5.76172,-3.5039 6.89063,-3.4609 2.49218,0.6171 5.03906,0.07 7.57031,2.4023 M 160,1275.4727 160.52734,1276 160,1276.5273 159.47266,1276 160,1275.4727 m -23.45703,-54.2266 c 1.58984,1.8633 2.15625,3.8711 1.87109,5.6875 -0.70703,2.7344 -3.84375,6.1094 -6.6875,8.3359 -1.61719,1.211 -3.21484,2.0743 -4.80859,2.6055 -1.27734,0.4258 -2.55078,0.7305 -3.82813,0.375 -1.99609,-0.5547 -4.96484,-2.3945 -6.41015,-4.5234 -1.30078,-2.8555 -2.21485,-5.7618 -1.92578,-8.6289 0.92187,-2.3789 2.79687,-5.5586 5.5,-7.2852 1.96484,-1.043 6.58593,-2.2305 8.66796,-1.9297 2.49219,0.6524 5.19532,2.6836 7.6211,5.3633 m 89.58984,-30.5742 c -1.83203,-0.3946 -4.39453,-0.3125 -6.25,-0.039 -1.92187,0.2852 -4.46094,1.9961 -6.16015,4.1133 -1.54297,1.9258 -2.50782,6.6016 -3.05079,9.125 -0.27734,1.3008 -0.17968,2.8672 -0.11718,4.1875 0.0547,1.1133 0.27343,2.0156 0.97265,3.1523 0.84375,1.375 2.07813,3.0235 3.30078,3.8086 1.45704,0.9336 3.54297,1.2813 5.12891,1.375 1.39453,0.082 2.75391,-0.1875 4.15234,-0.6211 1.38672,-0.4257 2.78125,-0.9296 4.15625,-1.8437 1.70704,-1.1328 3.54297,-2.9688 4.75782,-4.6797 0.76172,-1.0703 1.1914,-2.0508 1.34375,-3.1094 0.36328,-2.5078 0.3789,-5.7539 0,-8.2617 -0.2461,-1.6484 -1.51953,-3.8164 -3.1836,-4.8359 -1.30078,-0.7969 -3.52734,-2.043 -5.05078,-2.3711 m 4.17969,7.582 c 1.14844,1.6875 1.45312,3.9453 1.13281,5.668 -0.38672,2.0781 -2.71484,4.7929 -4.71875,6.332 -1.96484,1.5078 -4.6914,2.9727 -6.67187,2.7617 -1.45313,-0.1523 -3.34375,-1.832 -4.64844,-3.3281 -1.07813,-1.2383 -1.71484,-2.4453 -1.51172,-3.6289 0.33594,-2.2617 3.44531,-4.3789 4.97656,-5.2148 1.53516,-1.8047 -1.30468,-3.7266 -0.26562,-4.8125 1.3789,-1.5821 3.58203,-2.6094 5.32422,-2.2227 1.9375,0.4219 4.96484,2.3672 6.38281,4.4453 m -67.25781,-112.0937 c 0.53906,1.1289 1.66015,2.2226 2.71484,2.8007 5.31641,2.3907 10.84375,0.7813 15.86328,1.9102 2.07031,2.4805 4.14063,4.9648 6.21094,7.4453 1.55469,0.5117 3.10937,1.0234 4.66406,1.5352 0.57422,0.6953 1.14844,1.3906 1.72266,2.0898 0.80859,0.5039 1.66015,0.1055 1.98047,-0.7695 0.55859,-1.5352 0.29687,-4.4336 0.0273,-6.1836 -0.82422,-3.7578 -1.28125,-8.125 -3.30859,-10.9258 -1.1211,-0.7031 -3.05469,-0.3984 -2.98047,0.7539 0.78906,2.9727 1.57422,5.9453 2.35937,8.9141 -0.0117,0.9218 -0.44922,1.5234 -1.3164,1.2109 -2.60938,-2.625 -5.21875,-5.25 -7.82422,-7.875 -3.34375,-0.3476 -6.80078,1.2656 -10.11719,0.125 -1.26562,-0.2734 -2.62109,-0.3633 -3.83594,-1.0351 -1.44922,-1.379 -2.89453,-2.7618 -4.34375,-4.1407 -0.96875,-0.4804 -1.76953,-0.078 -2.09375,0.8907 -0.29687,0.8828 -0.21093,2.2304 0.27735,3.2539 m 773.96484,3.5781 c 4.15234,-1.2188 8.27344,-3.5391 12.18359,-5.6172 1.69532,-0.9023 4.82032,-2.6094 5.75391,-4.1758 0.52344,-0.875 0.52734,-2.0742 -0.008,-2.9922 -3.46485,-3.1367 -8.4961,-3.5312 -12.85938,-4.9726 -3.54687,-0.4532 -8.15234,-2.2032 -10.96875,-0.8594 -1.0039,4.0625 0.92969,10.5117 1.76563,14.707 0.61328,1.5977 -3.16797,2.0742 -1.75781,3.9532 1.30078,1.121 3.92187,0.4687 5.89062,-0.043 m -1.58984,-14.7774 c 0.71093,-0.4375 1.73828,-0.4375 2.6289,-0.3086 3.5586,1 9.34766,1.6602 11.61719,3.6211 0.004,1.086 -2.64453,2.625 -3.94141,3.418 -1.97265,1.1953 -6.91796,4.1094 -8.41796,4.0313 -1.84375,-1.5039 -2.4375,-6.5469 -2.70313,-9.461 0.10156,-0.6328 0.26563,-0.9609 0.81641,-1.3008 M 934,1073.4727 934.52734,1074 934,1074.5273 933.47266,1074 934,1073.4727 m 29.14453,-15.9102 c -5.29297,-0.3477 -10.99219,-0.2891 -16.28906,0 -11.80078,2.7109 -23.10547,-0.7461 -35.01953,2.0078 -0.66407,0.3594 -0.875,0.6406 -0.94532,1.3633 -0.73046,7.168 -0.72656,16.1211 -0.32812,23.2305 0.73047,4.3515 1.46094,8.707 2.19531,13.0586 0.39453,0.7968 1.27344,1.2265 2,0.6406 0.44531,-0.3555 0.56641,-0.9922 0.6211,-1.6602 -0.64454,-5.0625 -1.29297,-10.1211 -1.9375,-15.1836 0.44921,-5.832 0.90234,-11.6601 1.35156,-17.4922 2.0039,-1.707 5.39062,-1.4531 8.26953,-2.039 12.72656,0.6523 25.59766,-1.2891 37.76953,-0.9531 0.99609,0.207 1.85156,0.7656 2.50391,1.7304 1.35156,4.5977 2.70312,9.1992 4.05468,13.7969 -0.41406,5.75 1.58985,12.0469 0.80469,17.4219 -2.95703,2.1133 -7.48437,0.6328 -11.24219,2.0273 -12.35156,-0.1289 -24.67187,1.6875 -36.96875,2.3438 -1.24609,-0.082 -1.53125,2.0898 -0.83593,2.9453 17.03515,-1.0977 35.19531,-2.2735 51.96875,-3.9297 0.79297,-0.582 1.08203,-1.6563 1.05078,-2.7695 -0.17969,-6.5313 -0.90235,-14.0352 -1.92578,-20.1797 -1.42969,-5.0313 -2.85938,-10.0664 -4.28907,-15.0977 -0.74609,-0.9609 -1.71093,-1.1875 -2.80859,-1.2617 m -787.25391,-14.5664 c -0.004,0.625 0.30079,0.9648 0.90625,1.1992 2.63282,1.0117 6.05469,-0.164 9.05469,1.0664 2.61719,1.0781 5.29688,2.5899 7.8711,4.4922 1.30468,0.9609 2.57812,2.1758 3.46093,3.4961 1.82813,4.9336 5.00391,9.9258 5.32813,14.7656 -0.082,2.5742 -0.78516,6.2852 -2.29688,8.7266 -1.07031,2.0234 -4.53125,3.2187 -4.38672,5.25 0.0508,0.6797 0.41797,0.957 1.09375,1.0508 1.10157,0.1523 3.20313,-0.4141 4.17188,-1.0742 2.22266,-1.9415 3.14844,-5.2969 3.96875,-7.8594 0.66797,-2.6485 0.5,-5.4844 0.41406,-8.1367 -0.54297,-5.3789 -3.42187,-10.9219 -5.40625,-16.2032 -3.42187,-3.5195 -8.01172,-5.582 -11.9414,-7.914 -2.55079,-0.8321 -8.97657,-0.9258 -11.3086,-0.055 -0.61719,0.2344 -0.92578,0.5742 -0.92969,1.1953 m -15.75,-11.0586 c -5.98046,-1.6484 -12.00781,-5.0312 -18.10937,-5.3086 -4.38281,0.094 -8.74219,-0.6094 -13.14063,0.6289 -2.03515,0.6289 -4.08984,1.4649 -6.11718,2.8047 -2.01953,1.332 -4.25,2.8984 -5.90625,4.6992 -2.54297,2.7735 -4.73828,6.168 -5.89453,9.0821 -1.3125,3.3046 -2.4375,7.8007 -2.19532,11.1679 0.21485,3.0078 1.08204,6.168 2.08985,9.1367 0.67187,1.9688 1.59765,4.1485 3.1875,6.1094 1.04297,1.2891 2.30078,2.1875 3.6914,2.8828 2.11329,0.7852 4.23047,1.5742 6.34375,2.3594 0.64454,1.7031 -0.9375,4.2617 -1.5039,6.3828 -1.25391,2.3516 -2.50781,4.707 -3.76172,7.0586 -0.35547,1.1094 -0.35156,2.293 0.26562,2.9102 1.69141,1.0273 4.80469,0.5117 7.07032,-0.6563 4.17187,-3.6172 8.34765,-7.2383 12.51953,-10.8555 1.05859,0.3594 2.11718,0.7188 3.17578,1.0782 2.09375,0.1211 4.20703,-0.047 6.24609,-0.6719 6.72266,-2.9258 13.44141,-4.9805 20.16016,-9.5039 1.96484,-1.8906 3.0039,-4.0547 3.79297,-6.043 1.16797,-2.9297 2.0664,-6.1601 2.3164,-9.1523 0.23828,-2.8672 0.41016,-6.2696 -0.13672,-9.1211 -0.48828,-2.5391 -1.73437,-5.8242 -3.98437,-8.1524 -2.77734,-2.8789 -6.85938,-5.4961 -10.10938,-6.8359 M 125,1086.4727 125.52734,1087 125,1087.5273 124.47266,1087 125,1086.4727 m 46.26172,-38.3438 c 0.39453,1.2617 0.29687,2.6094 0.25781,3.8789 -0.10156,3.1875 -1.16406,6.582 -2.26953,9.8008 -0.57422,1.6758 -1.18359,3.1992 -2.69922,4.8945 -1.82422,2.043 -3.85547,3.6407 -5.76953,4.6602 -5.10156,2.7187 -10.53125,5.1562 -15.74609,6.5586 -0.97266,0.2578 -1.91407,0.2226 -2.54688,-0.4766 -0.23828,-1.0937 -0.47656,-2.1836 -0.71094,-3.2773 -0.35937,-0.3399 -1.11328,-0.3789 -1.71875,-0.1094 -1.28125,0.5703 -13.78906,11.9102 -14.17968,11.4258 -0.94922,-3.5235 4.33593,-8.9688 3.01953,-13.4766 -0.35938,-0.5273 -1.10156,-0.9765 -1.76563,-1.1758 -1.66797,-0.01 -3.33984,-0.016 -5.00781,-0.02 -1.24609,-0.4258 -2.62109,-1.332 -3.82422,-2.332 -1.63281,-1.3594 -2.82812,-3.0742 -3.64453,-4.6797 -0.96484,-1.9102 -1.71484,-3.9336 -2.03906,-5.8711 -0.45703,-2.7461 -0.46875,-6.1016 0.20703,-8.8399 0.86328,-2.9414 1.84375,-5.8554 4.57812,-8.8203 4.14844,-4.6445 8.52344,-7.7109 12.73828,-9.832 2.94532,-1.5352 5.91016,-0.8086 8.86719,-0.9531 3.78906,0.1211 8.10547,1.0859 11.85547,2.7265 3.03906,1.3321 6,2.3438 8.90625,3.9688 2.50391,1.4023 5.66406,3.2422 7.67969,5.3242 1.64062,1.6914 3.15234,4.5195 3.8125,6.625 m -31.50781,18.6445 c -1.49219,1.125 -2.47657,3.1719 -1.61329,4.0157 0.8125,0.8593 2.83594,0.6367 4.04297,-0.6133 1.27344,-1.1992 1.5586,-3.2266 0.64453,-4.0117 -0.70703,-0.5899 -1.92578,-0.3008 -3.07421,0.6093 m -0.082,-23.0468 c -0.28515,4.8242 -0.5625,9.5781 -0.98437,14.4922 -0.13281,1.4062 -0.0898,2.8125 1.32812,2.996 0.59375,0.1172 1.36719,0 1.77344,-0.3437 1.22656,-4.8242 0.51953,-11.5391 0.54688,-17.1367 -0.0781,-1.0156 -0.38282,-1.8399 -1.33203,-1.8438 -0.94922,0 -1.25391,0.8203 -1.33204,1.836 m 787.1445,-174.68704 c 0.22656,0.6875 0.58593,1.03906 1.16015,1.02735 0.83985,-0.0156 1.02344,-0.96094 0.73438,-2.10938 -0.29688,-1.16406 -0.90235,-2.06641 -1.49219,-1.65625 -0.47656,0.33203 -0.70313,1.82813 -0.40234,2.73828 M 285.11719,738.91016 c -3.23828,-0.21485 -7.98047,0.4414 -11.37891,0.72265 -1.02734,0.0859 -1.85156,0.41016 -1.85547,1.36719 0,0.62891 0.3086,0.96875 0.90625,1.19922 2.92578,0.58984 8.57422,-0.39063 9.97656,0.75781 -1.3125,1.58984 -6.17187,2.12891 -8.54296,2.20703 -0.59375,0.58594 -0.58204,2.01953 -0.0664,2.63672 0.34766,0.41406 0.98828,0.52734 1.65625,0.57813 3.23828,0.40625 6.37109,-1.23829 9.46484,-2.38672 1.60547,-0.66407 3.92969,-1.32813 3.87891,-2.98438 -0.0195,-0.875 -3.29688,-4.05078 -4.03906,-4.09765 m -16.89844,-8.75391 c 0.47266,1.9375 1.14844,4.58203 2.73437,5.79297 7.00391,0.64062 14.86719,-1.59766 22.20704,-1.52735 1.08203,-0.0703 2.09765,-0.30078 2.75781,-1.30078 1.09765,-3.01172 0.46484,-6.26172 -0.4336,-9.32031 -0.65625,-2.12109 -3.33593,-3.55078 -5.28515,-4.40625 -2.53125,-1.07812 -5.64063,-1.96875 -8.17969,-1.80859 -4.89844,1.69531 -10.26953,0.61328 -14.91797,2.33203 -0.6875,3.10937 0.74219,6.85156 1.11719,10.23828 m 3.25391,-7.24609 c 1.1875,-0.74219 3.2539,-0.84766 4.71875,-1.15625 2.76953,-0.57813 5.94531,-1.10938 8.69531,-0.41407 2.1289,0.54297 4.66797,1.91407 6.66797,4.02344 1.32031,1.38672 2.10156,3.13281 1.52734,4.49219 -0.38281,0.90234 -1.29297,1.42969 -2.27344,1.6289 -5.78125,0.51172 -11.5664,1.02735 -17.34765,1.53907 -1.87891,-1.9336 -2.88672,-6.21485 -2.88282,-8.80078 0.125,-0.625 0.3086,-0.94922 0.89454,-1.3125 m 79.79687,-2.10547 c -1.84375,-2.16407 -4.99609,-3.85938 -7.22656,-4.20313 -0.98047,-0.15234 -2.35938,-0.23437 -3.16016,0.082 -0.90234,0.35547 -1.30078,1.3125 -0.78515,2.05078 1.53515,0.64454 3.07031,1.28516 4.60546,1.92969 1.37891,0.90235 2.49219,2.14453 1.80079,2.625 -6.625,0.67188 -14.67188,-0.6914 -21.85938,-1.41015 -1.00781,-0.0937 -1.73047,0.10156 -1.64844,1.18359 0.0781,1.05859 0.86719,1.91016 1.77735,2.19141 6.80859,0.30859 14.44531,0.75 20.71875,2.38281 0.57812,0.48047 0.0937,1.03125 -0.83985,1.78515 -1.5,0.92969 -3,1.85938 -4.5039,2.78907 -0.30469,0.4375 -0.33203,1.125 0.0156,1.55468 0.36328,0.44141 1.04297,0.57032 1.73047,0.57032 2.14453,-0.004 4.4375,-1.06641 6.36328,-2.4375 2.06641,-1.47266 3.80078,-3.70703 4.11328,-5.8125 0.11328,-1.76563 0.38282,-3.64844 -1.10156,-5.28125 m -3.17578,4.73828 -0.23047,0.3164 -0.15625,-0.19921 0.0195,-0.57813 0.17969,-0.625 0.23047,-0.31641 0.15625,0.19922 -0.0195,0.57813 -0.17969,0.625 m -108.11719,-3.70703 c -0.51953,-1.0625 -1.60547,-2.1211 -2.65234,-3.07032 -2.78906,-2.48437 -5.44531,-3.86328 -8.41406,-4.18359 -0.69532,-0.0117 -1.36719,0.11719 -1.7461,0.58984 -0.34765,0.42969 -0.37109,1.16016 -0.082,1.66797 1.87109,0.97657 3.74219,1.94922 5.61328,2.92578 0.9375,0.64063 1.38281,1.20704 0.8086,1.55079 -1.10157,0.66406 -6.67969,1.11328 -8.51172,0.98828 -5.89844,-0.71875 -11.96094,-2 -18.25,-1.66407 -1.01563,0.0859 -1.84375,0.39844 -1.84766,1.35157 -0.004,0.95703 0.82031,1.26953 1.83984,1.35547 9.3086,0.97656 19.70313,1.97656 27.76954,2.34765 1.24609,1.24219 -3.52735,3.66797 -4.49219,5.38281 -0.45703,0.97657 -0.0859,1.87891 0.9414,2.15235 2.10547,0.59375 4.42969,-1.85156 6.3086,-3.30078 1.61719,-1.38672 2.83203,-2.97657 3.09765,-4.84766 0.15235,-1.05469 0.1211,-2.21484 -0.38281,-3.24609 M 236,724.47266 236.52734,725 236,725.52734 235.47266,725 236,724.47266 m 58.16406,-14.1836 c -0.84765,-0.60156 -2.07031,-0.63672 -3.09765,-0.52344 -7.08204,1.32032 -14.16407,2.64454 -21.2461,3.96485 -0.62109,0.25781 -0.93359,0.6289 -0.92969,1.26562 0.008,0.64453 0.32422,0.98047 0.95313,1.21485 1.29297,0.48437 3.65234,0.24609 5.15234,0.0273 6.45313,-0.94922 12.83203,-2.03125 19.02344,-3.10937 0.66797,-0.11329 1.01172,-0.40235 1.04688,-1.14454 0.0312,-0.70703 -0.27344,-1.24218 -0.90235,-1.69531 m 72.40235,26.87891 c 0.11328,2.11719 0.67187,5.0625 1.10937,6.95703 0.20703,0.89844 0.78125,1.67969 1.55859,2.33594 0.8086,0.6914 1.54297,0.91406 2.58985,0.97656 9.0039,-0.50391 18.09765,-0.25391 27.11328,0.0195 3.70312,0.64844 7.40625,1.30078 11.10937,1.94922 1.50782,0.14844 3.98829,0.39062 4.80469,-0.45313 1.125,-3.23437 1.79297,-8.02343 1.5586,-11.91015 -0.92579,-5.01953 -1.85157,-10.04297 -2.77735,-15.06641 0.2461,-4.05859 0.4961,-8.11719 0.74219,-12.17578 -0.0625,-1.6875 -0.35547,-4.76172 -1.43359,-5.69141 -12.89454,-1.07031 -27.42969,-0.47265 -40.96485,-0.52343 -1.77734,0.0976 -4.61719,0.32422 -5.83984,1.53515 -1.32813,10.28907 0.35156,21.41407 0.42969,32.04688 m 7.55078,-30.71875 c 11.08984,-0.37891 22.59765,-0.59375 33.67968,-0.0312 1.02735,0.0547 1.8125,0.22656 2.52344,1.0039 0.9336,1.01954 1.17969,2.39063 1.22266,3.69532 -0.31641,3.97656 -0.62891,7.95312 -0.94531,11.92968 0.96484,4.97266 1.92968,9.94532 2.89062,14.92188 0.15625,2.03516 -0.22266,5.96094 -1.26562,7.49609 -0.48438,0.71485 -1.30469,0.91407 -2.28125,0.78516 -2.4961,-0.70703 -5.20704,-1.39063 -7.86719,-1.61719 -8.23047,-0.69922 -16.58985,-0.43359 -24.83594,-0.0781 -1.63281,-0.082 -4.42578,-1.61328 -5.82031,-2.98438 -1.32031,-1.29687 -1.51563,-3.8789 -1.80078,-5.6289 0.41406,-7.44532 -1.67578,-14.83594 -0.99219,-21.86719 0.32031,-1.96875 0.44531,-5.16016 1.79687,-6.39063 1.02735,-0.93359 2.39844,-1.1875 3.69532,-1.23437 m 8.69922,16.41797 c -0.61329,1.27343 -1.26172,2.62109 -1.26172,4.16797 0,0.95703 0.67187,8.0039 1.53125,8.82421 1.67968,0.94141 4.79297,0.60938 7.03906,-0.24609 4.17969,-1.49219 9.42578,-3.85937 12.83203,-6.69141 0.50391,-0.78125 0.53125,-2 -0.0273,-3.02734 -0.375,-0.69531 -0.99219,-1.22656 -1.66797,-1.65625 -3.63672,-2.31641 -9.64453,-4.99219 -14.16797,-6.37109 -1.42969,-0.4375 -4.27734,-0.44532 -4.94141,0.30859 0.22266,1.5625 0.44532,3.12891 0.66407,4.69141 m 14.72656,4.03906 0.32031,0.23047 -0.20312,0.15625 -0.57813,-0.0195 -0.625,-0.17969 -0.31641,-0.23047 0.19922,-0.15625 0.57813,0.0195 0.625,0.17969 m -7.51563,-3.05078 c 0.98828,-0.0898 2.6836,0.73047 2.75,1.20312 0.10157,0.69141 -4.63672,0.78125 -4.58593,-0.0742 0.0234,-0.42187 0.98828,-1.05078 1.83593,-1.1289 m -98.85547,-21.16016 c -1.28906,-0.36328 -2.83593,-0.1875 -4.09765,-0.0781 -4.22656,0.36328 -9.08594,0.83984 -13.36719,2.37109 -1.02734,0.37109 -1.86328,0.99219 -1.84375,2 0.0195,1.02344 0.86719,1.28906 1.875,1.20313 4.42969,-0.76954 8.85938,-1.53907 13.28906,-2.30469 1.70313,0.1289 3.41016,0.26172 5.11328,0.39062 0.64063,-0.18359 0.97266,-0.53515 0.97266,-1.30859 0.004,-1.13672 -0.91406,-1.98438 -1.94141,-2.27344 m 16.72657,-9.13281 c -8.01953,1 -16.04297,2 -24.0625,3 -3.29297,-0.14453 -6.61328,-0.23828 -9.89844,0.0586 -5.44141,0.96485 -12.11719,0.89453 -16.85156,3.46485 -1.02735,6.22656 -0.41016,14.05859 -0.44922,20.92578 0.20312,6.67578 0.44531,13.71875 0.99609,20.29687 0.0859,0.9961 0.40625,1.8086 1.36328,1.80078 0.96094,-0.004 1.26563,-0.8164 1.34766,-1.82812 0.75391,-12.80078 -1.5625,-25.17578 -0.90625,-37.13672 0.043,-1.02734 0.16797,-1.88672 0.94922,-2.35547 15.88672,-2.96094 32.54297,-2.39844 48.53125,-5.125 0.91015,-0.10547 1.9414,-0.0508 2.68359,0.375 0.79688,0.46485 0.96875,1.16797 1.00781,2.14844 -0.66015,4.58594 -1.3164,9.17578 -1.97656,13.76562 -0.41406,8.32813 -0.82812,16.65625 -1.24609,24.98829 -0.36719,2.28515 -0.58594,4.71484 -1.20313,6.875 -0.375,1.3164 -1.1875,2.57031 -2.5,3.85937 -0.99218,0.97266 -1.89062,1.55469 -2.85547,1.85156 -1.80859,0.55469 -3.91015,0.96875 -5.85156,1.02735 -3.91406,0.12109 -8.03906,0.28906 -11.94531,-0.0469 -7.41016,-1.28515 -14.4375,-2.35156 -22.15234,-3.92969 -0.69532,-0.004 -1.33594,0.1211 -1.71875,0.60157 -0.33594,0.42968 -0.35157,1.14453 -0.0625,1.59765 6.71875,2.83985 15.45312,3.21485 22.875,4.64063 5.47265,0.17187 11.65625,0.70312 17.07812,-0.17188 2.63281,-0.69531 5.59766,-0.8164 8.18359,-3.13672 2.85157,-3.70312 2.25391,-8.0625 3.13282,-12.05859 0.375,-8 0.74609,-16 1.12109,-24 0.96484,-5.69531 1.92578,-11.39062 2.89063,-17.08594 0.11718,-1.35937 0.0781,-2.97656 -1.23829,-3.86328 -2.30859,-1.04297 -4.85156,-0.39453 -7.24218,-0.53906 m 752.29292,2.34766 c -1.9609,-0.78125 -4.6641,-1.89454 -6.0273,-0.86329 -0.9336,0.80469 -3.9336,3.92579 -4.8282,5.73829 -0.9414,1.89843 -1.5937,4.28515 -1.6953,6.13671 0.1602,2.30469 0.3203,4.60938 0.4805,6.91407 -0.9883,2.28906 -6.4766,10.8125 -7.0703,10.85547 -0.066,0.008 -5.2617,-11.26563 -5.8867,-13.72657 -0.3985,-1.58203 2.3398,-3.51953 2.2656,-5.93359 -0.082,-2.70313 -1.2344,-5.68359 -2.7617,-8.27344 -1.0352,-1.75781 -3.5078,-3.28515 -5.5547,-3.92187 -1.8242,-0.57032 -4.4727,-0.44141 -6.2305,0.53906 -2.3476,1.71484 -2.2344,5.84375 -3.0703,8.58594 -0.2734,3.26562 2.625,6.67187 1.3047,9.80468 -0.7266,1.39844 -8.4727,10.89063 -9.0977,10.89454 -0.2304,0 -7.6133,-9.21485 -7.6523,-9.8711 1.2383,-1.64062 2.4765,-3.28125 3.7148,-4.92578 0.418,-0.85937 0.4492,-2.125 -0.1875,-2.66016 -1.0468,-0.22656 -2.0937,-0.44921 -3.1406,-0.67578 -0.75,-2.25781 -1.4961,-4.51562 -2.2422,-6.77343 -0.5742,-1.0625 -1.3437,-2.15625 -2.3515,-2.70704 -1.64844,-0.90234 -5.72266,-0.8789 -7.3086,-0.36328 -1.01562,0.33203 -2.94531,5.25391 -3.23047,7.20313 0.0469,4.71484 0.0977,9.42578 0.14453,14.13672 -0.33593,1.41797 -2.69921,5.67187 -3.35156,6.42187 -0.35937,0.41797 -0.86328,0.63672 -1.38672,0.48047 -3.5664,-2.57812 -5.0664,-7.76562 -7.78125,-8.875 0.32422,-1.46484 3.64453,-3.39844 3.19532,-5.94531 0.0976,-1.92969 0.33593,-4.33594 -0.29688,-6.23828 -0.43359,-1.30469 -1.5,-2.99219 -2.375,-4.11719 -0.97656,-1.25391 -2.20703,-1.74609 -3.71875,-2.00391 -2.30859,-0.39453 -6.10937,-0.73437 -8.19922,-0.082 -0.92969,0.28906 -1.22656,0.95703 -1.55859,2.05469 -0.69922,2.33203 -1.48047,4.96484 -1.66797,7.27734 -0.67969,3.375 1.76172,6.90625 2.24609,9.72657 -0.0898,0.3164 -9.71093,8.97656 -10.08203,9.08593 -0.71875,0.21485 -1.57422,-0.43359 -2.02734,-1.23828 -0.97656,-1.73047 -2.22656,-6.41015 -2.61328,-8.60937 -0.28125,-2.4961 4.72265,-3.83985 4.67578,-6.82422 0.6289,-3.11719 1.28906,-6.15235 -0.17578,-9.34766 -0.85547,-1.54297 -2.10938,-2.77734 -3.47657,-3.09375 -2.72656,-0.64062 -7.57812,-0.63281 -10.32421,-0.0117 -1.55469,0.35157 -3.90625,2.33594 -4.81641,4.1211 -0.94922,3.10937 -0.31641,6.14843 -0.41016,9.22656 0.11719,1.32031 0.39844,2.92187 1.28907,3.97266 1.92187,1.35937 3.84375,2.71484 5.76562,4.07421 -1.17578,1.57422 -2.35547,3.14454 -3.53125,4.71875 -1.50391,2.89844 -2.61719,6.0625 -3.76172,9.10157 -0.90234,2.39453 -1.24609,6.03906 -0.59765,8.28906 0.26171,0.91016 0.85546,1.14453 1.91796,1.12109 2.60547,-0.41406 5.20704,-0.83203 7.8125,-1.24609 0.56641,0.95703 1.12891,1.91406 1.69141,2.87109 0.54297,0.44922 1.84766,0.57813 2.875,0.31641 1.03906,-0.26563 1.875,-1.04688 1.97266,-2.15625 -0.50782,-1.07813 -1.01953,-2.15234 -1.52735,-3.23047 -0.16797,-0.79687 0.17969,-1.67187 0.88672,-2.52344 0.73828,-0.89062 1.40235,-1.26953 1.86328,-0.66015 0.41797,1.53515 0.83594,3.07031 1.25391,4.60156 0.37891,0.58203 0.82422,0.88281 1.47656,0.85937 0.65625,-0.0273 1.01953,-0.35937 1.23047,-0.98437 0.48047,-1.68359 -1.14844,-4.69531 0.11719,-5.07422 0.57812,-0.15625 1.43359,0.51172 1.60547,1.28516 -0.14063,1.08984 -0.75,2.64062 0.15234,3.47656 0.60547,0.55469 1.91016,0.60547 2.98047,0.15234 0.88672,-0.57422 1.77344,-1.14843 2.65625,-1.72265 -0.0117,1.28906 -0.0234,2.57422 -0.0391,3.86328 0.26562,0.90234 1.1875,1.25781 2.20312,0.83594 2.9961,-2.92188 5.99219,-5.84375 8.98828,-8.76954 0.40625,1.5625 0.8125,3.12891 1.21875,4.69141 0.63282,0.53516 1.88282,0.55859 2.94532,0.26563 1.21484,-0.625 2.42968,-1.25 3.64453,-1.875 1.13672,1.34375 2.27343,2.6875 3.41015,4.03515 0.8711,0.8125 1.66797,1.04297 2.81641,1.11328 1.04687,0.0625 2.18359,0.0274 3.16016,-0.37109 1.51562,-0.92969 3.03515,-1.85938 4.55078,-2.78906 0.75781,0.66015 1.51172,1.3164 2.26562,1.97656 1.78514,0.35156 5.34764,0.37891 7.21484,0.082 2.2891,-1.4375 4.5781,-2.87891 6.8633,-4.31641 1.3086,0.70704 2.6172,1.41407 3.9219,2.1211 2.3554,-0.83203 4.7109,-1.66016 7.0664,-2.49219 1.6679,0.57031 3.3398,1.14063 5.0078,1.71094 1.8828,-1.0586 3.7656,-2.11328 5.6523,-3.17188 1.5157,0.40625 0.4649,4.12891 2.3516,3.96875 1.5117,0.23828 1.2617,-2.73828 2.0078,-2.80078 0.8125,0.11719 0.3672,2.91797 2.043,2.91406 0.5742,0.10938 1.3125,0 1.7461,-0.32421 0.5078,-0.9336 1.0195,-1.8711 1.5312,-2.8086 -0.2656,0.11328 3.8125,0.72656 4.3086,0.89453 1.3633,0.6836 -0.8555,4.26172 0,6.14453 0.2383,0.625 0.5586,0.89063 1.2774,1.01954 2.4843,0.21484 4.9179,-1.39063 6.9609,-2.01172 1.3008,-0.51953 2.3164,1.74609 4.1094,0.78515 1.3633,-0.67187 4.2656,-2.95312 4.9961,-3.8789 0.7422,-0.94141 1.1015,-2.72657 1.2812,-4.01953 0.3555,-2.57422 -0.8867,-5.83985 -2.1015,-8.26954 -1.7422,-4.15625 -5.25,-5.89843 -6.8282,-8.64062 0.051,-1.24609 4.418,-3.67969 5.2891,-6 1.1289,-3.125 1.0156,-6.27734 0.5117,-9.27344 -0.5586,-1.48437 -2.2422,-3.08203 -3.9375,-3.97265 M 998,734.47266 998.52734,735 998,735.52734 997.47266,735 998,734.47266 m 8,-1 L 1006.5273,734 1006,734.52734 1005.4727,734 1006,733.47266 m -41,0 L 965.52734,734 965,734.52734 964.47266,734 965,733.47266 m 85,-1 L 1050.5273,733 1050,733.52734 1049.4727,733 1050,732.47266 m -43,0 L 1007.5273,733 1007,733.52734 1006.4727,733 1007,732.47266 m -23,0 L 984.52734,733 984,733.52734 983.47266,733 984,732.47266 m 59,-1 L 1043.5273,732 1043,732.52734 1042.4727,732 1043,731.47266 m -30,-2 L 1013.5273,730 1013,730.52734 1012.4727,730 1013,729.47266 m -4.2891,2.07031 -0.4726,0.29297 -0.3164,-0.21094 0.012,-0.56641 0.3555,-0.60156 0.4726,-0.29297 0.3164,0.21094 -0.012,0.56641 -0.3555,0.60156 M 1033,727.47266 1033.5273,728 1033,728.52734 1032.4727,728 1033,727.47266 m -33.78516,1.25 -0.16015,0.20312 -0.19532,-0.25781 -0.0742,-0.39063 0.16015,-0.20312 0.19531,0.25781 0.0742,0.39063 M 948,727.47266 948.52734,728 948,728.52734 947.47266,728 948,727.47266 m -7.78516,1.25 -0.16015,0.20312 -0.19532,-0.25781 -0.0742,-0.39063 0.16015,-0.20312 0.19531,0.25781 0.0742,0.39063 M 1024,726.47266 1024.5273,727 1024,727.52734 1023.4727,727 1024,726.47266 m -83,0 L 941.52734,727 941,727.52734 940.47266,727 941,726.47266 m 48,-1 L 989.52734,726 989,726.52734 988.47266,726 989,725.47266 m -6.80469,3.29687 c -0.42187,0.74609 -1.41797,1.39063 -1.90625,1.27344 -0.82422,-0.19922 1.03125,-3.64844 1.64844,-3.75 0.49609,-0.082 0.77344,1.5625 0.25781,2.47656 M 949,725.47266 949.52734,726 949,726.52734 948.47266,726 949,725.47266 m 76.9219,-0.40625 -0.1953,0.14062 -0.3789,-0.0977 -0.2696,-0.17578 0.1953,-0.14062 0.3789,0.0977 0.2696,0.17579 M 976,724.47266 976.52734,725 976,725.52734 975.47266,725 976,724.47266 m -8,0 L 968.52734,725 968,725.52734 967.47266,725 968,724.47266 m 9,-2 L 977.52734,723 977,723.52734 976.47266,723 977,722.47266 m -8,0 L 969.52734,723 969,723.52734 968.47266,723 969,722.47266 m 92.7148,2.69921 c 0.7657,1.5 1.9141,4.3125 1.3204,5.39844 -0.418,0.77344 -9.5196,5.78125 -9.6719,5.67969 -0.582,-0.39063 -0.4024,-1.19922 0.051,-2.14063 1.582,-2.32812 3.1601,-4.65625 4.7382,-6.98828 -0.074,-1.55078 -0.1484,-3.10547 -0.2187,-4.65625 0.1328,-0.40625 0.5391,-0.60156 1.0312,-0.43359 1.0743,0.36328 2.1563,1.97266 2.75,3.14062 m -24.7187,0.51172 c -0.3125,0.82422 -2.0273,1.71485 -2.6289,1.4375 -0.1836,-0.082 1.3242,-4.79297 1.668,-4.83203 0.4609,-0.0586 1.3125,2.47266 0.9609,3.39453 M 978,721.47266 978.52734,722 978,722.52734 977.47266,722 978,721.47266 m -33,0 L 945.52734,722 945,722.52734 944.47266,722 945,721.47266 m 108,-1 L 1053.5273,721 1053,721.52734 1052.4727,721 1053,720.47266 m -5,0 L 1048.5273,721 1048,721.52734 1047.4727,721 1048,720.47266 m 1,-1 L 1049.5273,720 1049,720.52734 1048.4727,720 1049,719.47266 m -19.4648,2.25 -0.75,0.70703 -0.8438,0.49218 -0.6094,0.13672 -0.1836,-0.30859 0.3672,-0.64844 0.7149,-0.83594 0.8047,-0.70703 0.6679,-0.36328 0.3555,0.1875 -0.039,0.57031 -0.4843,0.76954 m -83.32036,-1 -0.16015,0.20312 -0.19532,-0.25781 -0.0742,-0.39063 0.16015,-0.20312 0.19531,0.25781 0.0742,0.39063 m 108.49607,-1.78907 0.168,0.32813 -0.25,0.4414 -0.4258,0.21875 -0.3203,-0.19921 0.059,-0.42579 0.3594,-0.375 0.4101,0.0117 m -46.9609,4.72266 c -2.4727,1.11328 -4.9453,2.22266 -7.418,3.33594 -0.1914,-0.88672 3.1641,-8.03516 4.4688,-7.9336 0.7539,0.25391 3.0547,3.75391 2.9492,4.59766 M 1050,717.47266 1050.5273,718 1050,718.52734 1049.4727,718 1050,717.47266 m -47,0 L 1003.5273,718 1003,718.52734 1002.4727,718 1003,717.47266 m -32.66406,4.5664 c -0.76563,-0.17578 0.89453,-2.48047 2.09375,-3.60156 0.78515,-0.73438 1.65625,-1.04297 2.17578,-0.75391 1.04297,0.53516 -2.84766,4.21094 -4.26953,4.35547 m -22.625,-4.10547 0.16797,0.32813 -0.25,0.4414 -0.42579,0.21875 -0.32031,-0.19921 0.0586,-0.42579 0.35937,-0.375 0.41016,0.0117 m 83.80076,0.0742 c 0.5156,-0.72656 1.4883,-1.16797 2.1836,-0.89844 1.2735,0.50782 1.8985,2.55079 1.4141,3.38282 0.3867,0.34765 -4.543,-1.28125 -3.5977,-2.48438 M 1002,716.47266 1002.5273,717 1002,717.52734 1001.4727,717 1002,716.47266 m -6.74609,4.28515 c -1.10938,1.86719 -4.0586,4.50391 -4.95313,4.23828 -1.35547,-0.65625 0.82813,-3.74609 2.03906,-5.73047 0.94141,-1.63671 2.28516,-3.22265 3.33203,-2.5039 0.89844,0.59765 0.37891,2.65625 -0.41796,3.99609 m 31.00389,-5.15625 c -2.3906,2.91406 -12.0312,13.60547 -12.3359,12.96094 0.3672,-2.60156 3.6914,-7.01953 6.0468,-10.23438 1.6485,-1.83203 4.9493,-5.22656 6.6524,-4.59375 0.5977,0.35547 0.2734,1.09375 -0.3633,1.86719 m -84.04296,-4.8789 -0.16015,0.20312 -0.19532,-0.25781 -0.0742,-0.39063 0.16015,-0.20312 0.19531,0.25781 0.0742,0.39063 M 999,708.47266 999.52734,709 999,709.52734 998.47266,709 999,708.47266 m 1,-1 L 1000.5273,708 1000,708.52734 999.47266,708 1000,707.47266 m 1.2148,-0.75 -0.1601,0.20312 -0.1953,-0.25781 -0.074,-0.39063 0.1601,-0.20312 0.1953,0.25781 0.074,0.39063 m -30.85933,1.10156 c -0.96485,1.42969 -1.98828,3.69922 -2.86719,2.625 -0.66797,-0.60547 -1.58984,-2.4375 -1.39062,-3.13672 0.23437,-0.83594 3.63671,-2.45313 4.51171,-2.26953 0.92969,0.1914 0.46485,1.55078 -0.2539,2.78125 m 6.80469,-1.94531 -0.42188,0.62109 -0.49219,0.28516 -0.40625,-0.25391 -0.14453,-0.60938 0.14453,-0.79687 0.42188,-0.625 0.49219,-0.28516 0.40625,0.25391 0.14453,0.60937 -0.14453,0.80079 m 56.38674,-0.21485 c -0.6211,0.69922 -1.5586,0.91406 -2.1289,0.57813 -0.6485,-0.38282 -0.5547,-1.06641 -0.1094,-1.70313 0.6445,-0.92187 1.5898,-1.74219 2.2773,-1.05078 0.5508,0.55078 0.5782,1.48828 -0.039,2.17578 M 993,702.47266 993.52734,703 993,703.52734 992.47266,703 993,702.47266 m 68.0938,1.07031 -0.2305,0.3164 -0.1563,-0.19921 0.02,-0.57813 0.1797,-0.625 0.2304,-0.31641 0.1563,0.19922 -0.02,0.57813 -0.1796,0.625 m -7.3829,-1.60938 0.168,0.32813 -0.25,0.4414 -0.4258,0.21875 -0.3203,-0.19921 0.059,-0.42579 0.3594,-0.375 0.4101,0.0117 M 994,701.47266 994.52734,702 994,702.52734 993.47266,702 994,701.47266 m 1,-2 L 995.52734,700 995,700.52734 994.47266,700 995,699.47266 m 1,-1 L 996.52734,699 996,699.52734 995.47266,699 996,698.47266 m -23,0 L 973.52734,699 973,699.52734 972.47266,699 973,698.47266 m -20.92188,5.42968 c -0.28515,0.9336 -0.66796,1.61719 -1.42578,2.17188 -0.70312,0.51953 -1.75781,0.99609 -2.39843,0.84375 -0.71485,-0.16797 -1.29688,-1.04297 -1.14844,-1.95313 0.23828,-1.42187 3.35547,-5.66406 3.82031,-5.67187 1.13281,0.32812 1.83984,3.10156 1.15234,4.60937 m 103.94138,-5.76562 c 0.7539,0.28515 0.9844,0.89453 0.6446,1.47265 -0.5313,0.89454 -1.6211,1.64454 -1.9375,1.02344 -0.3438,-0.84765 0.1523,-3.17187 1.2929,-2.49609 m -111.082,0.25 c 0.14062,0.54297 -0.46094,1.42578 -1.14063,1.55469 -0.67968,0.125 -1.59375,-0.46875 -1.59375,-1.09766 0,-0.38672 0.41797,-0.80469 0.89454,-0.97656 0.80859,-0.28907 1.69921,-0.0117 1.83984,0.51953 m 78.7695,4.17969 c -0.4609,-0.82032 0.094,-3.06641 0.9649,-4.32422 0.9414,-1.5625 2.9922,-2.14844 3.8906,-1.50782 0.8164,0.83204 -4.6602,6.83985 -4.8555,5.83204 m -908.35934,31.6289 c 0.84375,1.46094 2.78515,2.24219 4.54297,2.77735 3.01171,0.92187 7.17968,0.83984 10.18749,0.25781 1.44532,-0.27735 4.09375,-1.05469 4.84375,-2.35156 0.3125,-0.54297 0.28907,-1.23438 -0.0742,-1.65235 -0.39063,-0.44922 -1.10938,-0.59375 -1.8086,-0.5625 -1.70312,0.60156 -3.40625,1.19922 -5.10937,1.80078 -2.03516,0.3125 -4.73438,0.25782 -6.71875,-0.64843 -1.23047,-0.5586 -2.35547,-1.73438 -3.0625,-3.03125 -0.82031,-1.50391 -0.85547,-3.17188 -0.62891,-4.6836 0.19531,-1.28906 0.91797,-2.49219 2.03906,-3.83203 1.24219,-1.48828 3.08985,-3.625 4.65625,-4.40234 2.33204,-0.19532 4.66407,-0.38672 7,-0.57813 0.69141,-0.19531 1.27344,-0.5 1.69141,-1.22265 0.55078,-0.94532 0.40234,-2.28516 -0.125,-3.17188 -1.05078,-2.10547 -5.07422,-0.73437 -5.07031,-3.15625 -0.15625,-2.21484 1.32422,-5.3125 2.33203,-7.58594 1.125,-2.53515 2.95703,-4.6289 5.27734,-6.34765 2.16016,-1.60157 5.35156,-2.89453 7.67969,-2.90625 1.20703,-0.004 2.60547,0.5039 3.80078,1.10547 1.53516,0.77343 3.46875,2.21484 4.44922,3.42187 1.58984,1.53516 -0.38281,4.33203 0.4375,6.68359 0.23047,0.64454 0.55469,0.95704 1.30469,1.11329 0.61718,0.13281 1.41015,0.0195 1.92968,-0.31641 0.84766,-1.80859 1.69141,-3.61719 2.53907,-5.42578 1.2539,-1.35938 3.20703,-2.60156 4.6875,-3.00391 2.17187,-0.59765 4.60547,-1.17578 6.80078,-0.82031 2.78125,0.44922 6.04687,2.15625 8.78125,3.75781 2.3164,1.35938 4.1289,3.38281 5.8125,5.78906 0.95312,1.36719 1.13672,2.45704 0.9414,3.74219 -0.18359,1.20313 -0.83984,2.5586 -1.94921,3.42188 -2.25,1.1875 -4.50391,2.3789 -6.75782,3.5664 -0.89843,0.99219 -1.24218,2.14844 -0.66406,2.85547 0.67188,0.82031 2.63672,0.65235 3.90234,0.42969 2.64063,-1.07031 5.28125,-2.14063 7.91797,-3.21094 1.20703,0.23047 2.52735,1.50781 3.30469,2.46094 1.02734,1.25781 2.05078,3.05859 2.21484,4.58594 0.1875,1.72656 -0.29296,4.05468 -1.24609,5.7539 -1.10547,1.96485 -2.98047,3.98047 -4.51172,5.21094 -0.90625,0.72656 -1.83203,1.26172 -2.85937,1.45703 -2.5625,-0.10547 -5.1211,-0.21094 -7.6836,-0.3125 -0.87109,1.47266 2.30469,4.6211 0.65235,6.66016 -1.4961,2.38281 -4.5,4.58984 -6.95313,5.12109 -1.75781,0.45313 -3.96094,1.11719 -5.73047,1.03516 -2.7539,-0.125 -6.24218,-0.16016 -9,-1.19922 -2.3125,-0.875 -4.62109,-1.52734 -6.83984,-3.31641 -2.36719,-1.90625 -3.03906,-5.49609 -4.46484,-6.38672 -0.47657,-0.29687 -1.16797,-0.28125 -1.57813,0.0703 -0.95703,1.05468 -0.78516,3.41406 0.0977,5.04687 1.12109,2.10938 3.41797,4.27344 5.40625,5.33985 1.91406,1.02343 4.13672,1.8789 6.13672,2.45703 2.64843,0.76953 7.09375,1.48437 10.03125,1.40234 3.77343,-0.82812 7.53906,-0.92969 11.32031,-2.73047 1.625,-0.9414 3.71875,-2.70703 4.85156,-4.37109 0.81641,-1.82031 1.63672,-3.63672 2.45313,-5.45703 1.89062,-0.45313 3.78125,-0.90625 5.67578,-1.35547 2.01953,-1.29688 3.58984,-3.11328 5.14453,-5.2461 1.27734,-1.75 1.63281,-3.40234 1.91406,-5.14453 0.3125,-1.94922 0.39453,-4.21484 0.11328,-6.17187 -0.23437,-1.65235 -1.32422,-3.63672 -2.47265,-5.00781 -1.6836,-1.42579 -3.36719,-2.85547 -5.04688,-4.28125 -1.24219,-2.67579 0.60156,-5.8711 -1.375,-8.84375 -1.55078,-2.5 -3.78516,-4.64063 -6.21875,-6.07422 -3.24609,-1.91797 -6.9375,-3.80078 -10.21484,-4.08203 -1.98047,-0.17188 -4.12891,-0.19141 -6.10157,0.12109 -3.01953,0.0742 -5.92187,2.54297 -8.87109,2.27344 -1.97266,-1.36328 -3.94922,-2.73047 -5.92187,-4.09375 -2.02344,-0.89063 -5.08204,-1.47266 -7.19532,-1.20313 -2.34765,0.30078 -4.88281,0.97656 -7.17578,2.125 -1.96094,0.98047 -4.30078,2.71875 -5.91797,4.86719 -1.67187,2.21875 -2.5625,4.83984 -3.19531,7.12891 -0.5,2.96875 -1,5.9414 -1.49609,8.91406 -2.09766,2.26562 -4.85547,2.67969 -7.08985,6 -1.97656,2.61719 -3.44531,6.41406 -3.44531,9.21875 0,1.82422 0.72656,4.52344 1.70313,6.21484 m 578.375,-55.12109 c -1.32813,0.9414 -2.62891,2.30469 -3.39844,3.70312 -1.63281,4.83203 -0.65625,9.46094 -0.77735,14.23047 0.0156,3.25391 0.73047,6.92969 2.33594,10.17969 1.7461,4.56641 6.1211,7.14844 8.21485,10.92969 -0.51172,3.28906 -1.02344,6.57812 -1.53907,9.86718 -0.11718,5.7461 -0.15625,11.38672 1.3125,17.20313 0.375,1.07422 1.10938,2.20312 2.01563,2.75391 6.91406,0.67578 14.03906,1.15234 21.30078,-0.46875 1.07422,-0.40625 2.0625,-1.10547 2.94922,-2.15235 1.17969,-1.39062 1.74609,-2.78515 2.1289,-4.14453 0.92188,-3.27344 2.05469,-6.85156 2.16407,-10.18359 1.21484,-4.49219 -3.34375,-8.82813 -1.67969,-12.88282 3.43359,-5.65625 6.87109,-11.30859 10.30469,-16.96093 0.70312,-1.67188 1.21875,-3.41797 1.36718,-5.10938 0.16797,-1.91406 0.36329,-4.24609 -0.24218,-6.15234 -0.78907,-2.47656 -2.91016,-6.0586 -5.07032,-8.14844 -3.15625,-2.23437 -6.73437,-3.33984 -9.99609,-4.71484 -3.36719,-1.01953 -9.34375,-2.3711 -13.07031,-2.4961 -3.82031,-0.125 -8.41406,0.54297 -12.17969,1.72657 -2.01562,0.63671 -4.15234,1.41015 -6.14062,2.82031 m 22.82031,47.83203 0.3164,0.23047 -0.19921,0.15625 -0.57813,-0.0195 -0.625,-0.17969 -0.31641,-0.23047 0.19922,-0.15625 0.57813,0.0195 0.625,0.17969 m 10.58203,5.07422 c -0.55859,2.85937 -1.33984,6.03515 -2.58984,8.72656 -0.55079,1.1875 -1.29688,2.12109 -2.23047,2.87109 -1.33985,1.07422 -3.40625,1.82422 -5.34766,1.81641 -4.32812,-1.98828 -9.75391,1.49609 -13.19141,-0.76562 -1.59765,-2.53907 -1.625,-5.82813 -2.26562,-8.64844 0.0508,-2.52735 -0.62891,-5.39453 1.19141,-7.54688 0.70312,-0.78125 1.45703,-0.96093 2.45703,-1.01172 2.74609,0.16016 7.48047,-0.69531 8.64453,0.74219 -1.27344,2.20313 -6.38281,1.61719 -9.05469,3.22266 -0.58984,0.42969 -0.89062,0.91015 -0.87891,1.57812 0.0156,0.6875 0.32813,1.00391 0.94141,1.23047 5.22656,0.32031 10.89453,0.22656 16.32031,0.16797 0.9961,-0.14844 2.21875,-0.57812 3.10157,-1.44141 0.90625,-0.88671 1.23828,-2.05468 0.64453,-2.68359 -1.66407,-1.13281 -6.29297,2.30859 -6.5625,0.51172 1.98047,-0.82031 7.20703,-5.28516 7.3789,-5.1875 1.28516,1.39062 1.83203,4.41406 1.44141,6.41797 m -24,-53.15235 c 2.37891,-0.62109 6.41016,-1.64843 8.81641,-1.11328 4.70703,1.04297 9.4375,1.41016 13.88281,3.3086 1.79687,0.76562 4.4375,1.94922 5.80859,2.83593 2.13281,1.37891 4.9375,5.9375 5.63281,8.25 0.47657,1.57032 0.125,3.16797 -0.36328,4.77344 -1.92187,5.83203 -7.5,11.98828 -10.96875,17.97266 -0.99218,2.1289 0.41407,5.13281 -1.3125,6.35156 -6.50781,-0.10937 -16.42968,1.69531 -21.46093,1.46094 0.10546,-1.7461 0.77734,-5.26953 -0.17579,-7.84375 -2.40625,-2.67969 -4.8125,-5.35938 -7.21875,-8.04297 -1.8125,-2.97656 -2.67187,-5.88672 -3.14843,-8.85938 -0.21875,-3.91796 -0.41797,-7.85546 0.11328,-11.75 0.53906,-1.59765 2.03515,-3.26953 3.57031,-4.35546 2.14453,-1.51563 4.61719,-2.41016 6.82422,-2.98829 m 13.52734,20.88282 c -0.375,4.57812 -0.38672,9.71484 -0.0156,14.29687 0.10156,1.21875 0.3164,3.03125 0.94922,4.14453 0.375,0.65235 0.76562,0.97266 1.41406,0.97266 0.96484,0.004 1.29687,-0.85156 1.28125,-1.86328 -0.0898,-5.73047 -0.53125,-11.87891 -0.95703,-17.53906 -0.0742,-1.01563 -0.37891,-1.83594 -1.33203,-1.83594 -0.94922,0 -1.25782,0.82031 -1.33985,1.82422 m -9.28125,-5.9375 c -0.61718,1.05468 -0.91406,2.32812 -0.71093,3.25 0.94921,1.10547 1.89843,2.21093 2.84765,3.3164 -0.0898,5.82813 0.33985,12.16407 1.25391,17.89063 0.24219,0.59375 0.60937,0.89062 1.23828,0.88672 0.96484,-0.008 1.26953,-0.8125 1.35156,-1.80469 0.89063,-5.97266 -1.94531,-12.19922 -0.51562,-18.01563 0.60547,-1.14843 2.10547,-2.18359 3.33203,-2.57421 2.35156,-0.75391 4.73047,0.19531 7.10547,0.59375 1.0039,0.004 1.82812,-0.34766 1.83984,-1.30079 0.0117,-0.95312 -0.80859,-1.39843 -1.82812,-1.72656 -1.95704,-0.62109 -4.21875,-1.30078 -6.29297,-1.53906 -1.48828,-0.17188 -2.94532,0.35937 -3.90625,0.88281 -1.04297,-0.60937 -2.08203,-1.21484 -3.125,-1.82031 -1.00391,0.0273 -1.95703,0.88281 -2.58985,1.96094 m 527.82814,-100.8711 c 0.7383,0.51953 7.9258,-1.77734 10.0117,-2.51562 1.3477,-0.47656 3.0196,-1.08985 3.7305,-2.32422 0.5234,-0.91406 0.5391,-2.15234 -0.016,-3.16797 -0.5703,-1.05078 -1.6836,-1.73437 -2.7227,-2.20312 -3.0508,-1.375 -6.8437,-2.39844 -10.2304,-2.98829 -1.4649,-0.3125 -3.0157,-0.15234 -3.1875,1.11719 0.4726,3.7461 0.5937,8.92578 2.414,12.08203 m 2.1172,-8.96875 c 0.7813,-0.28906 2.4883,0.23047 3.5234,0.48828 1.3125,0.32813 3.293,1.51172 3.0196,2.42188 -0.2852,0.95703 -3.4492,1.72656 -4.7852,1.38281 -1.5742,-0.41797 -2.8711,-1.78906 -2.5664,-3.16406 0.086,-0.54297 0.3438,-0.96094 0.8086,-1.12891 m -87.4726,1.19532 c 0.4765,1.57421 1.7421,4.03906 3.0898,4.82812 0.8516,0.49609 2.0937,0.57031 3.1328,0.36328 1.3477,-0.5664 2.6953,-1.1289 4.043,-1.69531 1.6914,0.17578 3.3828,0.34766 5.0742,0.52344 0.7109,-0.14844 1.3125,-0.48047 1.6992,-1.05469 0.7852,-1.16016 0.7735,-3.88281 0.062,-5.23438 -0.7031,-1.33203 -2.3711,-2.27343 -3.707,-2.95312 -3.082,-1.57031 -6.2578,-2.52344 -9.3203,-2.36719 -1.6289,0.0859 -3.1407,0.96485 -3.9336,2.5 -0.6524,1.26563 -0.6211,3.5 -0.1406,5.08985 m 5.371,0.59375 -0.1601,0.20312 -0.1953,-0.25781 -0.074,-0.39063 0.1601,-0.20312 0.1953,0.25781 0.074,0.39063 M 1154,583.47266 1154.5273,584 1154,584.52734 1153.4727,584 1154,583.47266 m 6,-1 L 1160.5273,583 1160,583.52734 1159.4727,583 1160,582.47266 m -7,-1 L 1153.5273,582 1153,582.52734 1152.4727,582 1153,581.47266 m -79.543,0.63671 c 0.5664,0.91797 1.6211,1.33594 2.3086,0.71875 0.7617,-0.6875 0.4727,-2.80859 -0.2226,-3.9375 -0.5664,-0.91796 -1.6211,-1.33593 -2.3086,-0.71875 -0.7617,0.6875 -0.4727,2.8086 0.2226,3.9375 m 62.4336,-7.32812 c 1.1407,5.83594 2.2852,11.67578 3.4258,17.51172 0.3008,1.01562 0.75,1.85156 1.7031,1.83203 0.6289,-0.0117 0.9766,-0.33984 1.1993,-0.95313 0.1562,-5.58203 -2.4883,-11.71093 -2.9805,-17.41015 -0.293,-0.94922 -1.0781,-1.8086 -2.1524,-1.85547 -0.7382,-0.0312 -1.0507,0.29297 -1.1953,0.875 m -62.1289,0.77734 c 3.3125,1.78125 6.625,3.5625 9.9375,5.34375 -1.8633,0.72657 -3.7226,1.45313 -5.582,2.1836 -0.6172,0.5625 -2.5469,2.30078 -3.0547,3.14453 -0.2852,0.46875 -0.2539,1.125 0.1602,1.53515 2.6679,-2.03125 8.0429,-1.875 12.6992,-4.73437 0.7344,-1.45313 0.7187,-3.80078 -0.6602,-4.59766 -2.5078,-1.91015 -6.2851,-3.80859 -9.1797,-4.875 -1.6523,-0.55078 -3.8476,-1.55859 -4.9062,-0.40625 -0.6094,0.75391 -0.2227,1.77344 0.5859,2.40625 m 181.2696,-6.01562 c -13.5235,2.26953 -27.4493,0.0977 -39.9375,1.60547 -0.9258,0.96484 -0.4961,4.1914 -0.1329,5.89453 1.5938,7.08203 3.7461,14.34765 5.8321,21.20703 0.3867,0.79687 1.2539,1.22266 1.9765,0.61719 0.6602,-0.55469 0.6446,-1.70313 0.5743,-2.77735 -0.9922,-7.58593 -5.6993,-16.10547 -4.8946,-22.3164 11.2539,-1.0625 24.0117,0.51172 35.4766,-0.88282 1.1523,0.20313 2.6484,1.32813 3.6406,2.47266 0.8047,0.92578 1.1289,1.83594 1.4024,2.85156 1.1093,6.48828 3.5,14.48438 2.414,20.39844 -0.9609,1.08594 -3.0781,1.5625 -4.5273,1.79297 -7.9766,-0.0195 -16.2774,1.94531 -24.086,2.41797 -0.8007,0.30469 -1.2148,1.21094 -0.6406,1.92578 1.5664,1.16406 4.6484,0.48437 6.9375,0.66406 8.4531,-2.1289 17.1875,-1.08594 24.9805,-3.53125 1.1211,-0.92969 1.3789,-3.23047 1.1875,-4.82812 -0.7735,-6.46875 -1.9414,-12.83594 -2.9961,-19.14453 -0.3047,-1.82813 -0.918,-4.48047 -2.1914,-6.05469 -1.3125,-1.625 -3.3008,-2.2461 -5.0156,-2.3125 m -202.3321,2.17578 c 0.062,5.94531 1.1485,12.45703 2.0664,18.33203 0.3985,2.56641 1.0117,5.80469 1.9258,8.20313 0.3555,0.94531 1.1563,1.80859 2.2305,1.84765 1.0937,0.0391 1.3281,-0.78515 1.2422,-1.82422 -0.8516,-3.44922 -1.7032,-6.89843 -2.5547,-10.34765 -0.4571,-5.01172 -0.918,-10.02344 -1.375,-15.03516 -0.1367,-1.33984 -0.9141,-3.08203 -2.2227,-3.02734 -1.0039,-0.0117 -1.3203,0.85937 -1.3125,1.85156 m 81.4141,0.0312 c 0.3359,0.44531 0.9336,0.54687 1.5703,0.59766 7.9297,0.64843 16.1289,-1.38282 24.1328,-0.91407 3.1016,0.17969 7.0859,0.51953 9.9883,1.10157 1.0117,0.19921 1.8867,0.73437 2.3711,1.70312 1.2226,2.44531 1.2226,8.99609 1.3867,11.87891 -0.2187,2.96875 0.8828,7.05078 -0.9141,9.08984 -8.5781,-0.44922 -20.6484,0.0977 -29.539,1.00781 -0.5196,0.6211 -0.5117,1.96485 0.016,2.58985 10.0547,-0.41016 23.0078,-0.4961 32.75,-0.91407 1.0313,-4.14062 0.4883,-10.11328 0.5469,-15.00781 -0.1563,-3.33203 -0.3086,-8.05469 -1.125,-11.09375 -0.1914,-0.71094 -0.4688,-1.24219 -1.1406,-1.69531 -4.0079,-0.50781 -8.0118,-1.01953 -12.0157,-1.52734 -5.7226,-0.29688 -11.5664,0 -17.2929,0.0547 -3.4883,0.28125 -7.9766,0.82032 -10.7344,1.64063 -0.3047,0.39844 -0.3008,1.08984 0,1.48828 m -79,-4.00781 c 0.332,0.44531 0.9297,0.54687 1.5586,0.59765 13.0469,0.0312 26.0937,0.0625 39.1406,0.0937 1.5273,0.0664 2.3281,0.41016 2.7383,1.78516 1.5625,5.26953 2.4765,12.22656 2.9414,17.75391 0.047,2.48437 0.332,5.39062 -1.1641,7.53515 -1.164,1.36719 -3.6172,1.85156 -5.4179,2.00391 -9.3321,-0.88672 -18.5,2.0625 -28.0469,1.33594 -1.1758,0.0117 -1.4219,2.08593 -0.7227,2.95312 0.8203,0.98438 4.1914,0.67188 5.8047,0.55469 4.3672,-0.6211 8.7383,-1.24219 13.1055,-1.86328 4.6992,-0.043 9.4023,-0.082 14.1015,-0.125 1.5508,-0.23828 3.8555,-1.49219 4.7852,-3.1836 0.8164,-1.47656 1.2305,-4.58593 1.2188,-6.27734 -1.711,-8.33203 -2.0547,-17.39453 -4.1446,-24.81641 -14.5547,-0.63281 -31.5898,-0.98437 -45.8945,0.15625 -0.3008,0.40235 -0.3008,1.09766 0,1.4961 m 87.6836,-39.54688 c 4.2461,-0.40625 8.4179,-1.85937 12.4883,-3.6289 1.5234,-0.66407 3.9218,-1.47266 4.664,-2.64063 0.5078,-0.80859 0.5078,-2.04297 -0.027,-2.83984 -1.5781,-1.6211 -4.6875,-2.42188 -6.8789,-3.10157 -3.961,-0.60937 -7.9219,-1.21875 -11.8828,-1.82812 -0.9336,3.32812 -0.3516,9.04297 -0.3477,13.03906 0.2617,0.91406 0.8711,1.10938 1.9844,1 m 1.9883,-8.85547 c 0.3242,-0.50781 0.7304,-0.6914 1.3554,-0.8164 1.4375,-0.28907 3.2032,-0.10157 4.6602,0.40234 1.1094,0.38281 2.8945,1.17578 2.8867,1.9375 -0.01,0.97266 -5.1523,2.72656 -6.7109,3.125 -1.3711,0.35547 -2.211,0.0156 -2.4766,-1.20703 -0.2031,-0.9375 -0.207,-2.66016 0.2852,-3.44141 m -81.1446,0.64844 c -0.059,1.77734 -0.5273,6.00781 0.4844,6.83594 0.9023,0.73437 6.2344,-0.39844 7.9648,-0.80469 2.8907,-1.02344 6.7227,-1.71094 8.8399,-3.14844 0.4687,-0.625 0.5703,-1.94922 0.3476,-2.90625 -0.246,-1.07031 -0.8593,-1.5039 -1.9257,-2.05078 -3.6993,-1.89453 -7.4219,-3.74609 -11.2852,-4.91015 -1.4766,-0.50782 -3.0078,-0.47657 -3.3086,0.78125 -0.7031,1.6914 -1.0508,4.30078 -1.1172,6.20312 m 6.2813,-2.44531 c 1.3867,0.64844 4.7695,2.09375 4.7773,3.26953 0,1.02734 -5.3086,2.70703 -6.4062,2.25391 -1.3282,-0.78907 -0.9375,-4.19922 -0.5469,-5.63672 0.4375,-0.625 1.1797,-0.35547 2.1758,0.11328 m 155.3359,8.32812 c 0.7149,0.5586 1.6289,0.14453 1.9375,-0.66015 0.7891,-3.42969 -0.8047,-8.85547 1.1172,-11.33594 2.9102,0.16406 8.7734,2.12891 10.3945,4.1875 -1.1601,2.54297 -6.1953,2.80469 -8.8632,4.08594 -0.543,0.4414 -0.9258,1.15234 -0.9454,1.77343 -0.023,0.73829 0.3047,1.05469 0.9024,1.20704 2.9258,0.008 6.332,-1.35157 9.3789,-2.1875 1.3555,-0.48829 3.0391,-1.4336 3.7734,-2.79688 0.625,-1.16016 0.6602,-3.11719 0.3516,-4.22266 -0.2031,-0.72265 -0.4258,-0.95312 -1.0859,-1.29296 -3.3594,-1.73829 -8.4532,-3.73438 -12.1524,-4.67579 -1.543,-0.39062 -4.0039,-0.83593 -4.9023,0.10157 -0.7383,4.38281 -0.9414,11.53906 0.094,15.8164 M 1121.0234,505.8125 c 0.793,2.76562 1.586,5.52734 2.3789,8.28906 0.8047,6.04297 1.6094,12.08594 2.4141,18.12891 0.2774,0.79687 1.1211,1.23047 2.1836,1.00781 1.0742,-0.22656 1.2773,-0.92578 1.1758,-1.97656 -1.9727,-8.41406 -1.9063,-17.28516 -4.3242,-25.40235 -0.5938,-0.77343 -1.8633,-1.3164 -2.8438,-1.14843 -0.6953,0.12109 -0.9609,0.46875 -0.9844,1.10156 m 86.2032,26.09766 c 0.875,0.6875 2.8906,0.42187 2.8242,-0.75391 -1.1328,-8.92578 -2.7735,-17.53516 -3.2031,-25.94531 0.4453,-0.95313 1.3476,-1.48047 2.3476,-1.67969 3.5078,-0.6875 8.2735,-0.88672 11.961,-1.09375 6.0937,-0.33984 12.7304,-0.44531 18.8125,0.0664 1.539,0.1289 3.414,0.3789 4.6953,1.25 6.0898,8.05468 6.0429,18.58593 12.3476,27.10156 0.1524,1.38281 -1.6328,2.5039 -3.1914,2.64062 -5.332,-0.3125 -10.6601,-0.625 -15.9883,-0.9375 -9.0468,1.70313 -19.2656,1.39844 -27.7187,2.69532 -0.5391,0.71875 -0.125,1.6289 0.7031,1.9414 3.875,0.36328 8.2305,0.19531 12.2969,0.22656 5.8789,-0.27734 11.3047,-1.66406 17.0508,-1.98046 5.2773,-0.28516 10.6523,1.22265 15.9648,1.01171 1.5234,0.082 3.8359,-0.75781 4.8242,-2.39062 0.8047,-1.4375 0.078,-3.57031 -0.6093,-5.16406 -1.379,-2.35547 -2.7618,-4.71094 -4.1407,-7.07032 -1.9531,-4.39062 -2.4804,-8.94531 -4.1718,-13.02734 -0.9415,-2.26562 -2.3125,-6.52734 -3.961,-7.77734 -1.2383,-0.9375 -3.5547,-1.26172 -5.0351,-1.39453 -7.8047,-0.6836 -16.3789,-0.5 -24.1954,-0.0664 -5.4218,1.83594 -12.1367,0.18359 -16.7187,2.61328 2.4375,9.1875 3.3086,20.87891 5.1055,29.73438 m -84.086,-29.16407 c 0.3477,0.44922 0.9883,0.5586 1.6524,0.61328 3.3242,0.28516 6.3476,-0.49218 9.3672,-0.92187 9.4804,0.0586 19.4062,-0.83203 28.5781,0.69531 0.8515,0.4336 1.3633,1.13672 1.6445,2.14453 2.1094,7.4961 5.4024,16.6875 6.9063,24.69922 0.1718,0.91797 0.1172,1.91016 -0.3321,2.64063 -0.3437,0.5625 -0.6523,0.75 -1.3203,0.91015 -12.4336,0.42578 -25.2929,1.53516 -37.7578,1.17578 -0.6016,0.16407 -0.8828,0.5625 -0.8516,1.3086 0.027,0.66015 0.3829,1.39062 0.9063,1.82422 10.9727,0.0547 23.1992,-0.9961 34.1172,-0.77344 2.8633,-0.41406 6.789,0.17578 8.8828,-1.96875 0.8359,-2.39063 -0.5195,-5.40625 -0.9141,-8.03516 -2.7812,-8.71875 -5.4804,-17.89453 -7.0703,-26 -1.2383,-1.14843 -4.2617,-1.42578 -5.9219,-1.47656 -9.6132,-0.30078 -19.5898,-0.54687 -29.1914,-0.0195 -1.7148,0.0937 -8.0625,0.71094 -8.7148,1.63672 -0.3008,0.42578 -0.3008,1.14062 0.019,1.54687 m -75.332,26.44922 c 0.2266,0.60547 0.5625,0.91016 1.1875,0.91406 0.9492,0.008 1.2578,-0.79296 1.3398,-1.78125 1.1407,-8.28515 0.3555,-18.30078 2.0079,-25.46093 3.8007,0.24218 8.164,0.54297 12.5117,1.57031 9.1211,0.50391 18.5781,-1.36719 27.0351,-1 1.0078,0.043 1.8555,0.16406 2.3164,0.93359 0.8164,7.78125 0.3477,16.375 0.3555,24.47657 -0.07,1.32812 -0.5039,2.61328 -1.8437,3.70312 -3.4532,1.59375 -7.125,1.58594 -10.6758,1.98438 -9.7578,-1.69532 -19.9258,-0.17969 -30.0821,-1.6875 -1.2539,-0.0117 -1.5156,2.07812 -0.8437,2.93359 11.1094,0.64844 24.1641,1.17187 36.0312,1.65234 2.1446,-0.11328 5.0391,-0.63281 7.0469,-1.12109 1.0508,-0.25781 2.1289,-0.97656 2.7422,-2.07422 1.4883,-10.61719 -0.5391,-20.37109 1.125,-31.30859 -0.1016,-0.77344 -0.3906,-1.36328 -0.9687,-1.80078 -9.3282,-1.91407 -19.418,1.34375 -29.0391,0.43359 -6.1055,-0.40625 -13.4805,-2.57813 -18.9024,-2.46484 -0.3007,9.08203 -1.3046,20.43359 -1.3437,30.09765 M 94.070312,314.90234 c 0.8125,0.67188 2.574219,0.55078 3.882813,0.45313 8.007815,-2.23828 16.011715,-4.48047 24.019535,-6.72266 1.63281,0.57813 3.26172,1.15625 4.89453,1.73828 1.6875,-0.0508 3.53125,-0.63281 5.20312,-1.08984 1.97266,-0.53516 6.98828,-2.13281 7.86719,-3.51172 0.50781,-0.80078 0.10156,-1.71484 -0.78125,-2.00781 -1.63281,-0.48438 -4.82813,1.16015 -4.88672,-0.1211 0.12109,-1.0664 6.26172,-5.99218 7.73047,-5.98828 1.42578,0.004 7.65625,5.32032 7.76172,6.1836 -0.10938,1.64062 -4.59375,-0.55469 -5.59375,0.44922 -0.58203,0.78906 0.34375,2.80078 1.64062,2.94921 1.87891,0.55079 6.37891,1.02735 8.28907,0.89454 1.55078,0.15234 1.5,-2.67579 3.09375,-1.82813 4.51953,3.17188 9.58984,5.75 14.66015,7.72266 2.20703,0.85937 4.71485,2.02734 7.19141,2.2539 0.71094,0.0664 1.36719,0.004 1.77734,-0.46093 0.62891,-0.72657 0.22656,-1.75782 -0.5664,-2.32032 -8.58985,-2.46484 -17.52735,-8.78906 -26.02735,-11.74609 -3.71484,-1.80078 -5.91015,-5.08594 -9.05859,-7.79688 -1.22656,-0.73828 -2.90235,-1.16406 -4.24219,-1.29296 -0.72266,-0.0664 -1.32812,-0.0195 -1.85156,0.35937 -1.14063,1.49219 -2.28516,2.98828 -3.42578,4.48438 -2.71875,2.36328 -6.00782,4.82812 -8.84375,6.03906 -9.25391,2.79687 -18.50781,5.59765 -27.757815,8.39453 -0.980469,0.26953 -1.859375,0.26953 -2.269531,-0.36328 2.417968,-5.25781 7.902346,-12.99219 11.257816,-19.33203 2.13281,-3.08203 7.73437,-10.28907 9.44922,-11.41407 8.69921,-0.96875 18.39062,-0.40234 27.48437,-0.39843 6.60937,1.64062 13.26562,1.46093 19.80469,3.08593 2.91015,2.26172 6.0039,5.91016 7.38281,8.67579 0.90234,2.66406 1.80469,5.32421 2.70703,7.98828 1.79688,3.77734 5.44141,10.11328 7.58984,13.08593 0.59375,0.82032 1.62891,1.20313 2.32032,0.59766 0.4375,-0.38281 0.48828,-1.02734 0.4375,-1.71875 -0.12891,-1.73047 -0.62891,-3.75 -1.52344,-5.33984 -2.01172,-2.99219 -4.02344,-5.98438 -6.03125,-8.97657 -0.88672,-2.67968 -1.76953,-5.35937 -2.65625,-8.03906 -1.50391,-3.05078 -6.25391,-8.8125 -8.0625,-10.68359 -3.53516,-1.70703 -8.84766,-2.11719 -12.92188,-2.53906 -12.17968,-0.32032 -25.32031,0.32421 -36.88671,0.54296 -2.25,1.77344 -7.35157,6.6836 -11.07813,11.62891 -4.63281,6.98438 -9.890624,14.5625 -13.249999,22.27344 0.01563,1.3125 0.5,3.25 1.269531,3.89062 M 132,304.47266 132.52734,305 132,305.52734 131.47266,305 132,304.47266 m -6.17969,-72.75391 c -2.50781,3.05469 -3.22656,6.11328 -3.88281,9.19141 -0.89062,4.28906 -0.87109,9.86718 -0.18359,14.14453 0.57812,3.60156 1.625,7.64062 3.38281,11.15625 0.99219,1.98828 2.5625,4.23047 4.58594,5.92187 1.94531,1.625 4.1914,2.74219 6.17968,3.13281 2.23438,0.44141 4.88672,0.40625 7.11719,0.0195 5.40625,-1.10938 10.8125,-2.21875 16.21875,-3.33204 2.45313,-1.51562 4.87109,-4.5664 5.92578,-6.7539 1.42578,-2.82813 1.84375,-6.25 2.03125,-9.16406 0.3125,-4.72657 -1.14453,-10.4336 -1.95703,-15.1211 -0.44922,-2.58594 -1.39453,-5.62109 -2.73047,-8.14844 -0.71094,-1.34765 -1.875,-2.86718 -3.22265,-3.84375 -2.62891,-1.89843 -6.96875,-3.98828 -10.14063,-5.07421 -2.58594,-0.88282 -7.12109,-0.99219 -10.08203,-0.9961 -1.34766,-0.004 -2.95703,0.42188 -4.25391,1.05469 -2.97265,1.44922 -6.5039,4.75 -8.98828,7.8125 m 15.26563,-4.8125 c 1.59765,-0.48047 3.2539,-0.55078 4.83593,-0.23828 2.88282,0.5664 7.16407,3.18359 9.78516,4.76953 1.64453,0.99609 2.85156,2.23437 3.83594,3.82422 1.46875,2.375 2.41406,5.3125 2.85156,7.85156 0.92188,5.32031 1.46484,10.48438 1.16797,15.74609 -0.10938,1.90625 -1.72266,5.17579 -3.0625,6.90625 -0.95313,1.23829 -2.52734,2.79297 -3.72656,3.39063 -6.20313,1.10156 -12.47657,3.02734 -18.69532,3.30469 -1.58593,-0.20703 -3.25781,-1.17578 -4.80468,-2.25391 -1.63672,-1.13672 -3.13282,-2.82031 -4.21875,-4.45312 -2.52344,-3.92579 -3.20313,-7.87891 -4.24219,-11.82032 -0.62891,-2.83593 -0.5625,-6.02343 -0.31641,-8.87109 0.25391,-2.92578 1.60157,-5.94922 3.14454,-8.85547 0.97656,-1.83984 2.57421,-4.19141 4.58984,-5.44141 2.53125,-1.57421 6.05078,-3.01171 8.85547,-3.85937 m 14.11328,30.91406 c -2.10547,-0.66797 -5.87891,-0.32812 -8.27735,-0.23047 -4.41796,0.17969 -11.36718,0.8711 -15.14843,2.21875 -0.61328,0.21875 -0.91797,0.4961 -0.9375,1.23438 0.61718,2.78125 3.6289,5.99609 5.95703,7.61328 3.76562,1.51953 7.55469,0.54297 11.33594,0.71094 1.89062,-0.28125 4.52734,-2.01172 5.94921,-4.13282 1.10938,-1.65234 2.14454,-4.75781 2.00782,-6.32421 -0.0547,-0.67188 -0.26563,-0.89454 -0.88672,-1.08985 m -5.59375,6.72656 c -1.21094,1.07813 -2.46094,1.76563 -3.73828,1.94532 -1.6836,0.23828 -4.07032,0.33984 -5.69141,-0.21875 -1.10547,-0.37891 -2.78125,-1.48828 -3.10937,-2.41016 -0.16797,-0.46875 0.0391,-0.90625 0.4414,-1.21094 3.84375,-0.73828 7.6836,-1.47656 11.52735,-2.21484 1.16406,-0.0703 2.76562,-0.0469 2.86718,0.78906 0.10938,0.85156 -1.21875,2.36328 -2.29687,3.32031 m 4.52344,-10.55468 c 0.73046,1.14062 2.85156,1.60156 3.64453,0.87109 0.72656,-0.66797 0.78515,-2.87109 0.0703,-3.89844 -0.60938,-0.88281 -1.86719,-1.30078 -2.78906,-0.80468 -1.17188,0.63281 -1.61719,2.7539 -0.92578,3.83203 m -22.30079,-4.16407 c -1.29687,1.19141 -1.5664,3.22266 -0.65625,4.00782 0.70313,0.57812 2.00391,0.29297 3,-0.66407 1.29688,-1.1914 1.56641,-3.22265 0.65625,-4.00781 -0.70312,-0.57812 -2.0039,-0.29297 -3,0.66406 m -1.77343,-8.92187 c 1.83984,2.11328 5.20703,4.16406 7.86718,5.26953 1.09766,0.32813 2.32422,0.375 2.91797,-0.34375 0.61719,-0.74609 0.25,-1.80859 -0.58203,-2.6875 -1.49609,-1.58984 -4.16406,-3.51953 -6.14844,-4.63672 -0.78125,-0.4375 -1.375,-0.6875 -2.20312,-0.58984 -0.71094,0.082 -1.40234,0.46875 -1.78906,1.08984 -0.35157,0.56641 -0.35938,1.3125 -0.0625,1.89844 m 23.32812,-4.37891 c -1.39844,1.21485 -3.97656,3.67188 -5.51562,5.50391 -0.89844,1.06641 -1.51563,2.92578 -0.73047,3.75781 0.59375,0.62891 1.90625,0.63672 2.76172,0.17188 1.11328,-0.60157 5.47265,-4.48438 5.96093,-5.08985 0.67188,-0.82812 0.78125,-3.92968 -0.082,-4.72265 -0.67578,-0.6211 -1.66015,-0.25782 -2.39453,0.3789" id="path1"></path>
      
    <path style="mix-blend-mode:darken;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" d="m 59.011719,1784.8086 c -0.585938,-0.543 -1.304688,-0.9258 -1.933594,-0.9258 -1.027344,0 -1.449219,0.9063 -1.367187,2.0586 0.152343,2.2266 2.019531,4.3828 3.050781,6.1094 0.421875,1.0273 0.398437,1.7383 -0.296875,2.293 -1.28125,1.0156 -4.632813,1.9882 -6.53125,2.164 -5.011719,0.5156 -9.972656,-1.789 -15.019532,-0.75 -1.335937,0.1367 -3.105468,0.918 -3.039062,2.2344 0,1.0078 0.898438,1.3398 1.941406,1.3437 7.460938,-1.8554 14.085938,1.7383 21.339844,-0.5625 1.609375,-0.4843 3.90625,-1.164 4.789062,-2.6523 0.855469,-1.4453 0.742188,-4.5625 0.195313,-6.2422 -0.507813,-1.5625 -1.894531,-3.9297 -3.128906,-5.0703 m 300.769531,9.2773 c 0.31641,1.6993 1.14062,3.4727 2.32031,5.1719 1.03516,1.4961 2.3086,2.7305 3.75391,3.0586 2.42969,0.047 4.96484,0.6953 7.3125,-0.8555 2.52344,-1.832 4.2539,-4.5273 5.22265,-7.3007 0.8125,-2.2696 1.625,-4.8047 1.82032,-7.1914 0.10547,-1.2774 -0.125,-3.0665 -0.7461,-4.1485 -0.44531,-1.1836 -2.42968,-1.4101 -3.21484,-0.6992 0.043,2.2578 0.082,4.5156 0.12109,6.7734 -0.28515,1.668 -0.84765,3.336 -1.65234,4.8946 -0.78516,1.5156 -2.30859,3.4101 -3.9375,4.7109 -0.98047,0.7852 -1.80859,1.1211 -2.72266,0.9609 -1.82031,-0.2968 -3.5039,-2.8515 -4.39453,-4.6406 -2.0625,-3.6094 -0.60547,-7.125 -1.8789,-11.0078 -0.20704,-0.6758 -0.46485,-1.3437 -0.97657,-1.6992 -0.47656,-0.3242 -1.16406,-0.3164 -1.57422,0 -1.49609,3.1797 -0.22656,8.1406 0.54688,11.9687 m 58.05859,-11.3554 c 0.77344,5.3828 1.54688,10.7695 2.32032,16.1562 0.4414,0.3438 1.23828,0.461 1.8164,0.336 0.73047,-0.1524 0.97266,-0.4454 1.05469,-1.0547 0.53125,-3.9063 -0.69531,-11.4414 -1.80078,-15.3946 -0.26563,-0.9531 -1.07422,-1.8125 -2.14453,-1.8632 -1.10157,-0.047 -1.32422,0.7734 -1.2461,1.8203 m -32.58203,17.1211 c 0.64453,0.4257 1.90235,0.035 2.57813,-0.75 0.64843,-1.9571 1.29687,-3.918 1.94531,-5.8789 1.10937,-2.0039 2.91797,-4.0274 4.58203,-5.8477 1.66406,-1.8203 3.05859,-2.9375 4.62891,-2.9414 1.73437,-0.2539 3.90625,1.875 5.21484,3.8516 1.375,2.0703 2.26563,4.5664 2.92578,6.8398 0.19531,1.6875 0.39453,3.3789 0.58985,5.0664 0.34765,0.8399 1.3125,1.2383 2.03125,0.6758 1.1289,-1.8711 0.66015,-5.375 0.27343,-7.9609 -0.99609,-3.2969 -2.38672,-7.2149 -4.91406,-9.9961 -1.125,-0.9024 -2.65234,-1.1641 -4,-1.2852 -1.89844,-0.168 -4.38281,-0.4219 -6.24609,0.2383 -3.01563,1.0039 -5.23438,5.6015 -6.85157,6.8476 -1.14062,-0.4531 -0.0937,-4.9023 -0.70703,-6.914 -0.35547,-0.8203 -1.33593,-1.2149 -2.04687,-0.6719 -1,5.1992 -0.86719,13.6484 -0.004,18.7266 m -35.11328,-20.1563 c -1.57031,-0.3555 -3.70703,-0.055 -5.30859,0.6367 -3.56641,0.9766 -4.60547,6.8282 -6.79297,6.5352 -1.82813,-0.6484 -1.65235,-4.3633 -4.85547,-5.8242 -1.66406,-0.8438 -4.81641,-0.8711 -6.34375,0 -1.55078,0.8867 -2.64063,3.2422 -3.04297,4.8203 -0.76562,2.9922 -0.94922,9.6015 -0.0117,12.3203 0.21094,0.6094 0.48438,0.8906 1.23047,1.0391 1.06641,0.2148 1.87891,-0.211 2.1875,-1 1.63672,-4.2579 0.33984,-9.8047 2.14063,-13.6875 0.72265,-0.6485 1.49609,-0.4375 2.25,0.2187 0.73828,0.6445 1.26953,1.5586 1.83203,2.4922 2.6875,3.4102 1.95703,7.5352 3.26172,10.9883 0.3125,0.6015 0.66796,0.9062 1.30468,0.8945 2.46485,-1.3945 1.54688,-6.9492 4.34375,-9.8711 1.28125,-1.914 3.42969,-5.3242 5.55078,-5.9297 1.71875,0.3477 2.60938,3.1953 3.26172,4.8555 1.25,3.875 0.41407,8.7539 1.66797,12.0391 0.3125,0.8125 1.21875,1.2187 1.9336,0.6562 1.1875,-2.5 0.53906,-6.6953 0.48437,-9.9219 -0.44531,-2.9414 -1.12109,-6.5195 -2.71484,-9.3242 -0.60157,-1.0586 -1.3125,-1.6992 -2.37891,-1.9375 m -42.08984,-0.1445 c -1.64453,-0.094 -3.65625,0.039 -5.20703,0.7812 -2.98047,1.4336 -4.58594,7.1719 -6.75391,8.3164 -1.32813,-0.3398 -1.49219,-4.8086 -3.96875,-4.9453 -1.41797,-0.3281 -3.85547,-0.4023 -5.30469,0.3438 -1.29297,1.5312 -2.58203,3.0625 -3.875,4.5937 -0.3789,-1.2734 -0.75781,-2.5468 -1.13672,-3.8203 -0.60937,-0.793 -1.8789,-1.1992 -2.54297,-0.707 -0.48046,4.0976 1.39063,10.4531 2.21094,15.0898 0.39844,0.6172 0.83985,0.9297 1.4961,0.9258 0.67187,-0.01 0.98046,-0.3281 1.23828,-0.9609 0.5039,-2.9063 1.37109,-6.086 2.5664,-8.9219 0.52344,-1.2461 1.33594,-2.7656 2.39063,-3.1094 1.0625,-0.3437 2.32031,0.7305 3.07031,2.1172 0.49219,2.6602 0.98438,5.3242 1.47656,7.9844 0.34375,0.8281 1.25391,1.207 2.11719,0.7031 1.98047,-3.5469 3.96094,-7.0937 5.94141,-10.6406 1.32031,-1.7461 3.57031,-4.3047 5.13672,-4.1602 1.02343,0.1992 2.02734,1.8985 2.39453,3.0625 1.19531,4.8946 1.39453,10.2383 1.51172,15.0196 0.30859,0.8046 1.21875,1.2148 1.93359,0.6562 1.26172,-2.8008 0.42187,-7.3359 0.60937,-10.8672 -0.75,-3.3984 -0.79296,-6.8984 -2.41796,-10.1914 -0.76172,-0.9609 -1.76172,-1.2031 -2.88672,-1.2695 m -77.66016,22.6601 c 0.74219,1.2735 2.05078,1.7774 3.53906,2.0313 1.98828,0.3398 4.15235,0.332 6.1211,0 1.68359,-0.2773 3.44922,-0.9141 5.12109,-1.5273 1.85938,-0.6875 6.08203,-5.2735 7.68359,-5.3282 1.33204,1.1992 2.66016,2.3985 3.98829,3.5977 1.87109,0.9609 5.21484,0.625 7.21093,0.2422 1.97657,-0.375 4.50391,-1.3047 5.86328,-3.0039 0.91407,-1.1446 1.83985,-2.8086 2.2461,-4.1328 0.42187,-1.3711 0.33984,-2.8321 0.11328,-4.2071 -0.17969,-1.0664 -0.48047,-2.1054 -1.1875,-2.9062 -1.00781,-1.1367 -3.41016,-2.5938 -4.95703,-3.1211 -2.37891,-0.8125 -6.89063,-0.8242 -9.3086,0.01 -1.08203,0.3711 -2.21484,1.1172 -2.76953,2.0195 -0.26172,1.6446 -0.52343,3.293 -0.78515,4.9375 -0.32032,0.9922 -0.95313,1.8946 -1.73438,2.5625 -1.98828,1.6914 -5.35547,4.8438 -8.71484,6.4336 -1.92578,0.9102 -4.80469,1.957 -6.67969,1.4063 -1.51562,-0.4453 -2.86719,-1.9766 -3.50391,-3.4532 -0.83984,-1.9531 -1.43359,-4.6679 -1.07421,-6.6796 0.32812,-1.8204 2.15625,-4.0235 3.84375,-5.8125 1.54687,-1.6407 3.18359,-2.8165 4.73828,-3.6602 0.94531,-0.5117 1.85937,-0.9141 2.55078,-0.582 0.50781,0.6093 1.01953,1.2226 1.52734,1.832 0.44141,0.2812 1.08594,0.3242 1.51563,-0.043 0.89062,-0.7578 0.82812,-3.914 0.11718,-4.6836 -0.78906,-0.8476 -3.32812,-0.5937 -4.8164,-0.3789 -1.75781,0.2578 -3.55078,0.6172 -5.25781,1.7461 -2.36719,1.5625 -4.08985,3.8008 -5.8125,6.2969 -0.73829,1.0703 -1.19141,2.0195 -1.35157,3.0742 -0.33593,2.2422 -0.22265,4.8945 -0.0195,7.1524 0.16797,1.8437 0.78516,4.4492 1.79297,6.1757 m 37.21094,-12.7382 c 0.94922,0.8554 1.45703,1.5937 1.375,2.5234 -0.15625,1.6719 -2.27344,3.7969 -4.22656,5.2031 -1.6211,1.1719 -3.12891,1.5899 -4.625,1.25 -1.1875,-0.2656 -2.25782,-1.3203 -2.98829,-2.6679 -0.78906,-1.461 -0.90625,-3.2032 -0.58593,-4.668 0.25781,-1.1953 1.34765,-2.586 2.6875,-3.6367 1.28125,-1 2.43359,-1.1914 3.68359,-0.9414 1.44922,0.2929 3.21484,1.625 4.67969,2.9375 m 159.18359,-7.2774 c 3.5625,0.832 8.57031,-0.9023 11.58203,1.2149 2.75,5.3125 2.29688,12.7226 4.86328,17.4726 0.47657,0.2578 1.20313,0.1836 1.8086,-0.1758 0.72265,-0.4218 1.07812,-0.9297 1.12109,-1.6992 -2.21094,-5.0781 -2.46875,-9.4062 -3.43359,-13.9062 -0.0664,-1.3477 0.40234,-2.3399 1.58594,-2.6211 1.58203,-0.3789 3.96875,-0.1602 5.66406,0.1289 1.74609,0.2969 5.29297,0.6133 6.23047,1.9453 0.61328,4.2109 1.23047,8.4219 1.84765,12.6289 0.51953,1.5352 1.42188,2.7773 2.79297,3.1211 3.04688,0.1367 6.28125,0.6133 9.32813,-1.1719 2.83203,-2.9336 5.66797,-5.8672 8.5,-8.7969 2.46093,3.2149 2.74218,9.9961 3.79687,14.6329 0.0391,1.875 -0.24219,4.0078 -1.875,5.625 -3.27344,2.4023 -6.96484,1.957 -10.6289,2.7304 -4.71485,-0.8281 -9.4336,-1.6562 -14.15235,-2.4844 -0.83594,0.2227 -1.23828,1.1407 -0.71875,2.0938 4.07813,2.1523 10.13281,2.9805 14.90625,3.4883 3.55469,-0.086 7.71485,-0.9258 11.24219,-1.9063 1.46094,-0.4062 2.64844,-0.8984 3.37109,-2.3515 1.26172,-3.168 0.72266,-6.1407 0.75,-9.1875 -1.52343,-7.9571 -3.05078,-15.9102 -4.57422,-23.8672 -0.7539,-0.5547 -1.67187,-0.1485 -2.14453,0.6679 -0.70703,2.0079 -1.41015,4.0157 -2.11328,6.0235 -1.28906,2.2969 -3.20312,4.7265 -5.02734,6.8867 -1.9336,2.2305 -4.51172,4.5664 -6.54297,4.7969 -0.92969,0.098 -1.70703,-0.1797 -2.51563,-0.9492 -0.76562,-0.7344 -1.42968,-1.7969 -1.73828,-2.7344 -0.65234,-5.2344 -1.30859,-10.4727 -1.96093,-15.707 -1.6875,-1.0821 -3.08594,1.8593 -4.94141,1.5 -3.85938,-0.055 -7.80469,0.4335 -11.58984,-0.418 -2.3086,-1.8125 -3.16797,-5.0547 -4.28516,-8.4141 -0.64453,-1.0273 -1.80078,-1.9687 -2.89453,-1.9258 -1.04688,0.039 -1.44922,1.0196 -1.34766,2.1407 0.1836,2.8828 4.63281,5.7617 3.50391,7.7226 -2.46094,2.1211 -8.33594,-0.1679 -11.08203,1.5547 -0.54297,0.7188 -0.13672,1.6289 0.67187,1.9414 m -7,-14.4531 c 0.36328,-0.3945 0.36328,-1.0899 0,-1.4844 -0.61328,-0.6719 -1.96484,-0.6719 -2.57812,0 -0.36328,0.3945 -0.36328,1.0899 0,1.4844 0.61328,0.6719 1.96484,0.6719 2.57812,0 m -382.72656,7.2891 c 0.523438,0.9257 1.601562,1.5117 2.648438,2.0429 3.113281,1.4492 6.226562,2.7696 9.332031,2.211 2.703125,-0.668 5.605469,-1.3711 8.207031,-4.0938 1.746094,-2.0117 1.148438,-4.1797 0.984375,-6.2539 -0.324219,-1.6875 -1.15625,-3.5859 -2.34375,-5.1562 -0.722656,-0.9493 -1.675781,-1.8477 -2.710937,-2.4375 -2.433594,-1.2813 -4.878907,-0.7657 -7.3125,-0.6133 -1.445313,0.2383 -2.753907,0.7265 -3.75,2.0351 -0.972657,2.5664 -1.945313,5.1367 -2.917969,7.7032 -1.015625,0.8046 -2.21875,1.1015 -2.476563,2.5468 -0.113281,0.6172 -0.0039,1.4063 0.339844,2.0157 m 16.457031,-1.7383 c -1.234375,1.0898 -3.0625,2.2187 -4.59375,2.6289 -2.460937,0.3984 -6.699219,-1.5 -7.625,-2.8086 -0.0039,-0.1055 2.375,-5.3985 3.335938,-6.7266 0.828125,-1.1406 2.277343,-2.125 3.457031,-2.4179 1.433594,-0.3555 3.222656,0.4453 4.550781,1.6289 1.238281,1.1015 2.121094,2.9843 2.390625,4.4179 0.242188,1.3008 -0.402344,2.293 -1.515625,3.2774 m -7.589843,-48.5078 c -3.300782,0.8984 -7.359376,1.7187 -9.84375,3.4062 -0.296876,0.4727 -0.285157,1.168 0.0625,1.582 0.367187,0.4414 1.042968,0.5586 1.730468,0.5625 3.679688,-0.9179 7.359375,-1.8359 11.039063,-2.75 1.097656,-0.066 2.757812,0.2071 2.949219,0.9375 -0.898438,4.1016 -5.640626,9.8477 -8.644532,14.1914 -2.402344,2.0625 -4.800781,4.125 -7.203125,6.1875 -0.484375,0.918 -0.582031,2.2422 -0.316406,3.1758 0.214844,0.7578 0.476563,1.0977 1.179687,1.5117 3.433594,1.4375 6.863282,0.6172 10.257813,0.793 1.882813,-0.066 7.929687,-0.5703 8.746094,-1.6484 0.542969,-0.7188 0.125,-1.6289 -0.691407,-1.9453 -3.679687,0.2343 -7.359374,0.4648 -11.039062,0.6953 -1.164062,-0.1641 -2.859375,-0.8633 -2.820312,-1.6875 1.589843,-1.5196 3.179687,-3.0352 4.769531,-4.5547 2.445312,-3.3399 5.820312,-8.0274 8.097656,-12.0938 0.777344,-1.3906 1.054687,-2.7968 1.152344,-4.2109 0.101562,-1.4648 0.289062,-4.0742 -0.480469,-4.8008 -0.929688,-0.8789 -7.09375,0.3203 -8.945312,0.6485 m 554.933592,17.1132 c 2.3125,0.9258 4.88281,0.625 7.26953,0.25 4.95313,-1.207 8.10547,-8 11.54688,-9.0273 1.12109,2.3555 2.23828,4.707 3.35937,7.0625 0.72656,0.7383 1.98047,1.2969 2.94922,1.0937 0.70703,-0.1484 1.07031,-0.539 1.12891,-1.2695 -0.92188,-1.7422 -1.84766,-3.4844 -2.76953,-5.2305 -0.80469,-3.2968 -1.60938,-6.5976 -2.41407,-9.8984 -1.27343,-1.6328 -3.95703,-3.4883 -5.8789,-3.3359 -1.75,-0.082 -3.46094,0.1328 -5.20313,0.8633 -1.71094,0.7109 -3.5039,1.7578 -5.09765,3.3476 -2.16407,2.1641 -3.47657,4.7305 -4.63672,7.0781 -0.83985,1.6953 -1.34375,3.3946 -1.4961,5.1641 -0.11718,1.3789 -0.0781,3.0117 1.24219,3.9023 m 15.86328,-13.0156 c -1.17969,2.5039 -3.82812,5.375 -5.39844,6.7774 -1.45703,1.3007 -3.48437,2.5781 -5.375,3.1679 -0.95312,0.2969 -1.90234,0.4102 -2.51562,-0.2461 -0.62109,-0.6601 -0.42188,-1.5859 0.004,-2.5664 1.26953,-2.9297 3.30078,-5.9648 5.23828,-7.6875 1.25781,-1.1211 3.58984,-3.0078 5.33203,-3.3008 0.92187,-0.1523 1.85156,0.2852 2.52734,1.1875 0.6875,0.9297 0.64063,1.7149 0.1875,2.668 m -51.07031,9.418 c 0.0781,1.039 0.28516,1.7226 1.35156,1.9375 1.04297,0.2109 1.90235,-0.2031 2.33985,-1 0.84375,-2.6719 1.6875,-5.3438 2.53125,-8.0156 0.91406,-1.6758 2.34375,-4.5274 4.01562,-4.9063 1.06641,-0.012 1.72266,1.7774 2.0625,2.9024 1.02734,3.289 0.27344,7.9804 2.25,10.6953 0.76172,0.5273 1.73047,0.1562 2.30859,-0.6641 1.08594,-3.0039 2.17188,-6.0078 3.25391,-9.0117 0.50391,-1.1485 1.375,-2.8399 2.39453,-3.1328 0.79688,-0.2266 1.625,0.4101 2.23828,1.3047 0.99219,2.2929 1.98438,4.5859 2.97657,6.8789 0.47656,0.5859 0.9375,0.8945 1.60546,0.8593 0.67969,-0.035 1,-0.375 1.23829,-1.0429 0.4375,-1.2305 0.10156,-2.9336 -0.48047,-4.2578 -1.80469,-2.8868 -2.55469,-6.711 -5.60157,-8.8164 -1.42187,-0.7149 -2.97265,-0.3985 -4.21875,0.746 -1.30859,2.293 -2.61718,4.586 -3.92578,6.879 -1.03125,-2.211 -2.0625,-4.418 -3.09375,-6.625 -1.21093,-0.879 -4.39062,-0.4766 -6.02343,0.3085 -1.29297,1.4571 -2.58985,2.9141 -3.88282,4.3711 -0.37109,-1.9453 -0.74218,-3.8867 -1.11328,-5.8281 -0.43359,-0.539 -1.17969,-0.9297 -1.78906,-0.9453 -0.74219,-0.02 -1.01563,0.3125 -1.12891,0.957 0.97266,5.6407 0.57032,10.9453 0.69141,16.4063 m 98.17578,-19.4219 c -2.46875,0.8867 -4.60547,3.5234 -5.87109,5.9688 -0.54297,1.3398 -0.59375,3.0546 0.0547,4.2695 1.97657,2.8789 6.00782,3.4531 8.3125,5.3555 0.66016,0.6953 0.33985,1.3086 -0.58984,1.8281 -2.49609,1.3945 -7.9375,2.4336 -10.66797,2.1367 -2.6875,-1.2109 -5.375,-2.4219 -8.0625,-3.6328 -0.71094,0.094 -1.07812,0.4805 -1.15234,1.207 -0.14063,1.4297 1.23047,3.1524 1.85156,3.8008 0.0664,0.4648 -0.35156,0.6758 -0.89844,0.8789 -1.42968,0.5234 -3.26562,0.9258 -4.75,0.6016 -1.50781,-0.3321 -3.3789,-1.1367 -4.79297,-2.1016 -1.30468,-0.8867 -1.92187,-1.8594 -1.52734,-3.1172 0.77344,-2.4804 3.70703,-6.4375 6.48828,-8.5625 1.78516,-1.7812 4.67188,-0.1914 4.99219,-2.5156 0.20312,-1.0938 -0.23047,-1.9219 -1.10547,-2.2188 -0.79687,-0.2695 -2.19531,-0.2421 -3.17187,-0.121 -1.79688,0.2265 -3.60938,1.4335 -5.05079,3.0742 -1.63671,1.8593 -2.73437,4.0625 -3.91406,6.125 -0.8164,1.4336 -1.26562,2.7304 -1.40625,4.1562 -0.15625,1.543 -0.39453,3.7696 0.44922,5.0586 0.76563,1.1758 2.41797,1.7656 3.75781,2.1602 2.84766,0.832 5.50391,1.3828 8.25782,1.1445 8.10156,-3.1562 16,-2.6875 24.24609,-5.7578 0.96875,-0.5547 1.58594,-1.3555 1.90234,-2.5 0.30078,-1.082 0.30469,-2.2617 -0.19531,-3.1172 -2.51172,-1.5859 -5.02734,-3.1758 -7.54297,-4.7617 -0.85937,-0.6719 -1.51172,-1.4141 -1.3164,-2.2695 0.26953,-1.2071 2.71875,-3.4883 4.08984,-4.1133 1.55469,-0.3516 3.10547,-0.7032 4.65625,-1.0547 0.30469,-0.4258 0.30078,-1.1406 -0.0195,-1.5469 -1.57031,-1.0508 -4.73438,-0.7226 -7.02344,-0.375 m -181.72266,11.8906 c 0.82813,1.1797 3.12891,3.7188 4.79688,5.3633 1.13672,1.1211 2.55078,1.7578 3.94531,2.2578 1.38281,0.4961 2.80078,0.9336 4.1836,0.9414 1.64453,0 4.83203,-0.4179 6.08984,-1.4531 0.83203,-0.6836 1.24609,-1.957 0.75,-2.582 -1.77344,-1.1602 -5.38672,1.4023 -7.74219,0.6406 -1.22265,-0.3008 -2.59375,-0.9453 -3.76172,-1.7461 -0.94531,-0.6484 -1.62109,-1.3633 -1.58593,-2.2109 0.71484,-3.0196 5.57031,-2.586 8.48437,-5.7657 1.5,-1.5781 2.38281,-3.6523 1.64453,-5.2265 -0.67969,-1.3086 -2.53125,-2.1602 -3.83594,-2.3633 -2.12109,-0.3281 -5.22656,0.074 -7.3164,1.375 -3.25781,4.1758 -4.21485,8.2695 -5.65235,10.7695 M 488,1726.4727 488.52734,1727 488,1727.5273 487.47266,1727 488,1726.4727 m 3.82422,-1.1211 c -1.19141,0.6953 -2.58985,1.1718 -2.80469,0.289 -0.22266,-0.9297 1.70703,-2.8672 3.10156,-3.4414 0.88282,-0.3594 1.82422,-0.1914 2.35157,0.3516 1.02343,0.8281 -1.20704,1.8164 -2.64844,2.8008 m -101.57031,9.539 c 0.69921,0.5664 1.59375,0.168 2.0664,-0.6367 0.70313,-2.4609 1.78906,-5.3476 3.41797,-7.9883 1.19141,-1.8359 2.55469,-3.9023 4.33203,-4.2734 1.12891,-0.1016 2.48047,1.0781 3.29688,2.332 1.21875,2.9492 2.43359,5.9024 3.64843,8.8516 0.53516,0.5312 1.26954,0.914 1.89844,0.918 0.71875,0.01 1.07422,-0.3282 1.28906,-0.9961 0.28125,-4.0157 -3.32031,-7.5547 -3.73437,-11.3282 -0.41797,-1.0547 -1.13672,-2.1289 -2.25781,-2.7226 -1.8086,-0.9531 -5.67969,-0.9024 -7.35157,-0.035 -1.53125,1.5469 -3.0625,3.0977 -4.59375,4.6446 -0.51953,-0.8633 -1.04296,-1.7305 -1.5664,-2.5977 -0.71485,-0.5 -1.59375,-0.09 -1.90235,0.7734 -0.50781,4.0313 0.0508,9.5899 1.45704,13.0586 m -13.36719,-14.1875 c 0.78125,6.0664 1.5625,12.1289 2.34375,18.1953 0.40625,0.3438 1.18359,0.461 1.75781,0.336 0.73047,-0.1602 0.97656,-0.461 1.0625,-1.0781 -0.63672,-5.3125 -2.05078,-11.0235 -1.60547,-16.3946 0.10156,-1.3125 -0.92969,-2.7578 -2.35156,-2.8359 -1.09375,-0.062 -1.30078,0.7383 -1.20703,1.7773 m -73.27344,11.5391 c 0.55469,1.1289 1.80859,2 3.40625,1.8984 1.16016,-0.074 2.01953,-0.789 2.72266,-1.8633 0.88281,-4.457 6.17968,-8.5742 8.4375,-13.25 -0.0703,-1.0078 -1.03516,-1.4531 -2.17969,-1.3085 -1.17578,0.1484 -2.19922,0.9062 -3.25391,1.9257 -4.23437,3.4063 -4.26172,8.3125 -5.82422,10.0078 -2.83203,-2.332 -2.86718,-8.375 -5.39843,-11.9492 -0.57032,-0.7734 -1.52735,-1.2343 -2.55078,-0.9765 -0.69922,0.1718 -0.96875,0.5156 -0.98047,1.1328 2.0625,4.5937 3.9375,9.7656 5.62109,14.3828 m -32.52344,1.668 c 0.92578,0.5273 1.79688,0.1093 2.1211,-0.7969 -0.19532,-2.3594 -0.39063,-4.7188 -0.58594,-7.082 0.0977,-0.8868 0.4375,-1.8868 1.04687,-2.6133 2.90625,-2.3125 6.9961,-4.2539 10.33204,-4.7149 1.76171,0.2578 4.11328,0.5782 5.17578,2.5625 0.58203,3.8711 0.98047,8.211 2.46484,11.9727 0.34766,0.5937 0.72266,0.9023 1.36328,0.8828 0.63281,-0.02 0.98047,-0.3438 1.21485,-0.9883 0.49218,-4.8359 -2.125,-9.7187 -2.0625,-14.457 -0.32032,-1.0703 -0.92579,-1.6953 -1.92969,-2.1211 -2.50391,-1.0586 -5.64844,-1.2266 -8.2461,-0.8047 -3.89062,0.6328 -7.71484,2.2422 -11.09375,4.2344 -1.30078,-0.1719 -2.98046,-0.6797 -3.6914,0.1211 -0.70703,0.7929 2.875,13.2226 3.89062,13.8047 m 48.64844,-10.0039 c -0.30078,2.0039 0.75781,6.3085 2.18359,8.3437 0.47657,0.6797 1.15235,1.3125 1.83594,1.6992 1.5625,0.8789 3.64063,1.0547 5.21485,1.3008 3.02734,0.1719 6.08203,0.6445 9.15234,-0.668 0.66016,-0.4297 1.00391,-0.9062 1,-1.5742 0,-0.6719 -0.35156,-1.0234 -0.98047,-1.2305 -3.40234,-0.1914 -6.83984,1.5313 -9.96484,-0.125 -1.64844,-0.5429 -4.55469,-3.164 -4.11328,-4.3984 2.91796,-1.9453 8.65234,0.3242 13.24609,-2.7461 1.08203,-0.6055 1.72656,-1.3008 1.97656,-2.4062 0.23047,-0.9961 0.16406,-2.2657 -0.33594,-3.2696 -1.24609,-2.082 -3.93359,-3.9961 -5.86328,-4.2109 -2.4414,-0.1328 -4.85547,-0.2383 -7.30468,1.2695 -3.76563,2.7539 -4.81641,5.961 -6.04688,8.0157 m 11.125,-0.5625 c -1.86719,0.1679 -5.23437,0.6757 -5.69141,-0.5743 -0.0234,-0.8164 1.39454,-2.2851 2.28907,-3.0039 0.92968,-0.75 2.40234,-1.7539 3.5,-1.7383 1.14453,0.02 3.6914,1.836 3.71093,2.9297 0.0195,1.1407 -2.55078,2.1016 -3.80859,2.3868 m 112.94531,-9.5625 c -0.20703,2.8984 -0.41406,5.8007 -0.62109,8.6992 -1.87109,2.2617 -7.66406,0.8203 -8.32422,3.5508 0.0156,0.6132 0.33594,0.9648 0.94531,1.1914 2.23438,0.8984 5.98828,-1.6289 7.40625,0.1875 0.49219,3.2812 0.98047,6.5664 1.47266,9.8476 0.31641,0.9258 1.15234,1.7735 2.22266,1.8281 1.09765,0.059 1.3164,-0.7382 1.23437,-1.7539 -0.48828,-3.5976 -2.16797,-7.7226 -1.34375,-10.9726 2.02344,-1.9258 6.57031,-0.4102 9.40625,-1.1602 0.60156,-0.2344 0.90234,-0.5742 0.90234,-1.1992 0,-0.625 -0.30078,-0.9648 -0.90234,-1.1992 -2.94141,-0.1953 -5.88281,-0.3945 -8.82031,-0.5938 -1.91406,-1.7343 -0.27735,-5.8828 -1.07813,-8.4101 -0.26172,-0.6055 -0.65234,-0.9063 -1.28906,-0.9063 -0.64844,0 -0.98047,0.2969 -1.21094,0.8907 m -217.16015,-4.0977 c -0.81641,4.5391 1.53906,9.668 0.54297,13.8086 -2.08594,1.9922 -6.29688,1.8437 -9.38282,2.2305 -0.61328,0.2539 -0.92187,0.6367 -0.91797,1.2695 0.008,0.9766 0.84375,1.2812 1.8711,1.3711 2.95312,-0.1094 5.90625,-0.2227 8.85937,-0.332 1.92578,2.2617 2.28907,7.1093 3.16797,10.2382 0.35156,0.7774 1.16797,1.2266 2.21485,0.9883 1.05859,-0.2422 1.17187,-0.9453 0.98437,-1.9844 -0.77734,-3.2578 -2.53125,-6.9492 -2.08984,-9.8867 1.07422,-1.9062 4.30468,-1.707 6.33203,-2.8125 0.60937,-0.4179 0.92578,-0.8906 0.89844,-1.5586 -0.0391,-1.0078 -0.92188,-1.3437 -2.01563,-1.3515 -2.44141,-0.2539 -5.25,2.1328 -6.36328,0.8711 -0.46484,-4.0352 -1.55469,-9.461 -1.56641,-13.7579 -0.23047,-0.5976 -0.57031,-0.8984 -1.19531,-0.8945 -0.94922,0 -1.25781,0.8125 -1.33984,1.8008 m 233.98047,26.543 c 0.34765,0.6015 0.6914,0.9062 1.37109,0.9179 0.67187,0.01 1.09375,-0.2851 1.49609,-0.8828 1.37891,-3.3203 2.75782,-6.6445 4.13672,-9.9648 1.14453,-1.7071 3.82813,-4.3516 5.125,-4.1485 1.00781,0.1563 1.57813,1.7774 1.73438,3 0.43359,3.3672 -1.39453,8.0664 -0.64844,11.0508 0.21094,0.836 1.12109,1.2617 2.19531,0.6797 1.11719,-0.6055 1.32813,-1.6797 1.40235,-2.7344 -0.25782,-4.7422 0.72265,-9.4648 -1.00391,-14.2968 -0.48828,-0.9571 -1.14453,-1.1602 -2.29688,-1.2422 -1.35937,-0.094 -2.96484,-0.1953 -4.29296,0.4062 -3.37891,1.7149 -5.86719,5.375 -6.82813,6.6328 -0.67187,0.082 -1.39453,-4.1054 -1.52734,-5.7304 -0.1211,-3.6993 -0.24219,-7.4024 -0.36328,-11.1016 -0.35938,-1.043 -1.10157,-2.2422 -2.14454,-2.7539 -0.64062,-0.3125 -1.35937,-0.2891 -1.73437,0.074 1.90625,9.6797 1.11719,20.3477 3.37891,30.0938 m -76.88672,-27.4375 c 0.67187,-0.6133 0.67187,-1.9649 0,-2.5782 -0.39453,-0.3632 -1.08985,-0.3632 -1.48438,0 -0.67187,0.6133 -0.67187,1.9649 0,2.5782 0.39453,0.3632 1.08985,0.3632 1.48438,0 m -138.0586,25.4687 c 0.32032,0.5625 0.625,0.8242 1.37891,0.7735 0.62109,-0.043 1.32812,-0.4024 1.76953,-0.9219 0.61328,-1.6094 1.23047,-3.2188 1.84375,-4.8281 1.10547,-1.6485 3.94922,-4.2344 5.23438,-4.0665 1.02734,0.1329 2.0039,1.8125 2.41015,3 0.5,3 1,6.004 1.5,9.004 0.3086,0.8164 1.21875,1.2226 1.9375,0.6523 1.14844,-1.875 0.57031,-5.3438 0.50781,-7.9414 -0.30859,-1.9883 -0.95312,-4.3672 -2.33593,-6.2813 -0.48047,-0.6718 -1.05078,-1.2539 -1.73828,-1.6054 -1.23047,-0.6407 -2.96875,-0.5703 -4.27735,-0.4024 -2.84765,-0.375 -5.42187,4.7852 -6.23828,3.8282 -0.83203,-6.2344 -1.66016,-12.4688 -2.48828,-18.7032 -0.14844,-1.125 -2.16016,-1.3633 -2.95313,-0.625 0.96485,8.7735 1.97266,19.168 3.44922,28.1172 m 46.10547,-29.5156 c 0.36328,-0.3945 0.36328,-1.0899 0,-1.4844 -0.61328,-0.6719 -1.96484,-0.6719 -2.57812,0 -0.36328,0.3945 -0.36328,1.0899 0,1.4844 0.61328,0.6719 1.96484,0.6719 2.57812,0 m 240.28906,2.957 c 0.94922,0.961 4.3086,0.5039 4.45313,2.6172 0.57422,2.2266 1.40625,8.1836 0.92187,10.5078 -0.8789,1.3906 -1.76171,2.7774 -2.64062,4.168 0.0156,1.3437 1.40625,1.7734 2.37109,2.5312 0.86719,2.0079 0.19922,5.8125 1.89063,7.3594 0.53906,0.3477 17.83984,-1.1875 17.79297,-1.1406 0.6914,-0.7852 0.46484,-2.8008 -0.6875,-2.9492 -4.5625,-0.7422 -11.21875,0.4883 -14.59375,-0.2969 -0.69141,-0.7539 -1.10547,-2.3789 -0.96875,-3.4375 0.11718,-0.9492 0.6914,-1.7695 1.65625,-2.2734 4.91797,-1.461 10.0625,-2.1016 15.07031,-3.086 0.98437,-0.3047 1.8125,-0.7578 1.78125,-1.7109 0.0156,-1.2578 -1.62109,-1.4961 -3.02734,-1.332 -4.8711,0.8203 -9.74219,1.6367 -14.61329,2.457 -1.84765,-3.332 -2.16796,-8.711 -1.94531,-12.961 0.29297,-1.4062 1.25781,-2.3164 2.64453,-2.6406 5.62891,-1.539 12.23047,-0.9336 18.01953,-1.3242 0.81641,-0.3086 1.22657,-1.2187 0.67579,-1.9336 -4.10547,-1.3086 -10.03907,-0.4531 -14.88672,-0.6172 -4.33203,0.7852 -9.10157,1.4141 -13.13672,3.461 -0.81641,0.7265 -1.21485,1.9296 -0.77735,2.6015 M 52.066406,1694.6914 c -1.296875,-0.01 -2.933594,0.3164 -4.21875,0.8477 -1.058594,0.4375 -1.765625,1.1289 -2.367187,2.2343 -1.277344,2.7969 -2.191407,5.8086 -1.707031,8.3633 0.328124,0.8828 1.222656,1.2344 1.984374,0.711 0.476563,-1.0157 1.113282,-2.5821 2.203126,-2.586 0.46875,0 0.914062,0.4766 1.300781,1.0196 1.351562,1.8867 2.820312,4.7929 3.105469,6.7421 0.179687,1.2344 -0.273438,2.5039 -1.570313,3.1485 -2.472656,0.8164 -5.101563,0.2265 -7.652344,-0.5235 -2.9375,-0.664 -5.910156,-5.2578 -9.121093,-5.832 -0.691407,0.055 -1.066407,0.4375 -1.246094,1.1524 -0.160156,0.621 -0.05469,1.4531 0.277344,2.1328 2.433593,3.0273 6.628906,4.7812 9.820312,6.1132 3.710938,0.2461 7.710938,0.75 11.222656,-0.2617 1.53125,-1.0508 2.539063,-3.3242 2.164063,-4.9843 -0.757813,-4.6524 -4.273438,-9.9493 -6.027344,-13.7774 0.03906,-0.7031 0.941406,-1.2187 1.917969,-1.2695 2.335937,0.4219 4.671875,0.8398 7.007812,1.2578 0.839844,-0.2305 1.246094,-1.1602 0.726563,-2.125 -1.800781,-1.9453 -5.265625,-1.7891 -7.820313,-2.3633 M 1314.7891,1677.7422 c 0.3632,-0.3945 0.3632,-1.0899 0,-1.4844 -0.6133,-0.6719 -1.9649,-0.6719 -2.5782,0 -0.3632,0.3945 -0.3632,1.0899 0,1.4844 0.6133,0.6719 1.9649,0.6719 2.5782,0 m -103.7618,-12.9688 c -3.6601,0.5235 -10.3828,0.7344 -13.2304,1.9375 -0.6055,0.2579 -0.9102,0.6446 -0.9063,1.2774 0.01,0.9805 0.8321,1.2851 1.8516,1.3711 2.3359,0.1953 4.9101,0.1797 7.25,0 1.9609,-0.1524 4.3476,-0.6524 6.2969,-1.3477 1.0234,-0.3672 1.8789,-0.9883 1.8398,-1.9961 0.016,-1.332 -1.6797,-1.5273 -3.1016,-1.2422 m -274.79683,16.1094 c 0.70703,0.5547 1.6875,0.1836 2.26953,-0.625 1.15625,-3.2148 2.89062,-6.8398 5.21875,-9.9375 1.67578,-1.9336 4.31641,-5.4297 6.25,-5.5273 1.80078,0.098 2.48047,2.5859 3.26562,4.4179 0.83594,3.6719 1.67188,7.3477 2.50782,11.0196 0.36718,0.8164 1.29687,1.2148 2.02343,0.6406 1.58594,-2.5117 -0.20703,-6.6953 -0.52343,-9.9297 -0.83203,-2.8867 -1.53907,-6.7461 -3.25782,-8.875 -1.32031,-0.9375 -6.40625,-0.9219 -8.13671,-0.043 -1.89063,2.211 -3.78125,4.4258 -5.66797,6.6407 -0.71875,-0.836 -1.4375,-1.6719 -2.15235,-2.5078 -0.61718,-0.3125 -1.32422,-0.379 -1.77734,-0.031 -0.85547,0.6563 -0.85938,14.1016 -0.0195,14.7578 M 557.69141,1663.75 c 1.21484,6.1328 2.10937,12.5898 2.84765,18.3242 -0.66015,3.8477 -0.77734,7.8946 -2.29687,11.6016 -0.96485,1.5273 -2.75782,2.5976 -4.19922,2.2539 -2.66797,-1.6484 -5.33594,-3.293 -8.00391,-4.9375 -1.1914,-0.4453 -1.96875,-0.059 -2.09765,0.9609 -0.17188,1.3555 0.6875,2.9883 1.79687,3.9844 2.08984,1.8711 4.89844,2.957 7.17969,3.3398 1.96875,0.336 4.26562,0.543 6.30469,-0.625 0.6914,-0.3984 1.32421,-0.9257 1.7539,-1.5312 0.79688,-1.1289 1.0586,-2.7773 1.26563,-4.0586 0.73437,-4.5859 1.52734,-9.4844 1.1289,-14.0781 -0.41015,-4.7227 -0.96875,-10.7383 -2.4414,-15.3047 -0.32032,-0.9961 -0.9336,-1.8242 -1.91797,-1.8047 -0.9961,0.02 -1.32813,0.8555 -1.32031,1.875 m 532.30469,-3.1758 c -4.3672,0.09 -8.8438,0.9102 -13.1523,1.5274 -0.9805,0.6601 -1.211,1.6836 -1.2891,2.7734 -0.1602,2.3477 -0.07,4.8125 0,7.168 0.051,1.7031 0.2969,3.4492 1.5469,5.1601 0.7109,0.9649 1.6914,1.8672 2.7109,2.4492 1.0742,0.6133 2.0469,0.7579 3.1172,0.8008 1.7187,0.066 3.4726,0.024 5.1836,-0.414 1.7031,-0.4375 3.5039,-1.1953 5.1054,-2.3555 1.2657,-0.918 2.3086,-2.0742 3.1172,-3.4609 1.3789,-2.3789 2.3907,-5.836 2.0625,-8.2852 -0.1367,-1.0195 -0.6406,-2.207 -1.4336,-3.1211 -1.8867,-1.9922 -4.7226,-2.0195 -6.9648,-2.2422 m 3.1875,11.1953 c -1.2656,1.8672 -3.5508,4.1914 -5.3477,4.8789 -1.4414,0.5508 -3.289,1.0274 -4.7148,0.5977 -1.5508,-0.4609 -3.2695,-1.9727 -3.9492,-3.4531 -0.8828,-1.918 -1.0117,-4.7266 -0.6211,-6.6719 0.1992,-0.9688 0.7265,-1.8281 1.6875,-2.3008 1.8906,-0.9297 7.8242,-1.5078 9.7265,-1.1797 1.6993,0.1524 4.2188,1.5508 4.9219,3.4805 0.336,1.2969 -0.7929,3.3008 -1.7031,4.6484 m -53.5859,5.4766 c 0.2148,1.0586 0.4609,2.1406 1.4218,2.6719 0.9688,0.5351 1.9414,0.1523 2.4883,-0.668 1.0899,-3.3398 2.1758,-6.6797 3.2656,-10.0195 0.586,-1.3594 1.9258,-3.6992 3.3008,-4.1563 0.836,-0.2812 1.3047,0.3555 1.6446,1.2774 1.4804,4.6211 1.4648,10.6093 3.5117,14.5742 0.4336,0.289 1.1093,0.2812 1.5156,-0.043 1.3633,-1.0781 2.4961,-7.2109 3.9883,-9.6094 1.1211,-1.7421 2.7226,-3.9843 4.1172,-4.0742 0.914,0.1133 1.4922,1.7305 1.6484,2.9688 0.098,3.0117 0.1953,6.0234 0.2891,9.0351 0.1562,1.1367 2.1757,1.3711 2.957,0.6563 0.7539,-0.7578 -0.3047,-9.0664 -0.4688,-11.0039 -0.125,-1.4883 -0.4609,-3.9844 -1.3828,-4.7539 -0.9531,-0.793 -4.5234,-0.8282 -6.0195,-0.082 -1.8516,1.8789 -3.7031,3.7618 -5.5547,5.6407 -1.9765,-1.0821 -0.4648,-5.3985 -3.1328,-7.8907 -1.2969,-1.207 -2.8789,-1.375 -4.3125,-0.9023 -1.3906,0.457 -3.043,1.6641 -3.8398,2.8867 -1.0235,2.6641 -2.0508,5.3281 -3.0743,7.9961 -0.3593,-2.2891 -0.7187,-4.5781 -1.0742,-6.8633 -0.4375,-0.539 -1.1758,-0.9258 -1.7929,-0.957 -0.7422,-0.039 -1.0547,0.2695 -1.2071,0.8555 0.5703,4.1523 1.1406,8.3086 1.711,12.4609 m -663.70708,-16.4023 c -1.64453,0.5351 -4.97656,1.4843 -5.88671,2.2421 -0.42188,0.3516 -0.82813,1.1211 -0.9961,1.7891 1.06641,4.875 1.81641,8.8711 2.56641,13.3281 0.36328,6.7071 0.72656,13.418 1.08984,20.125 0.082,0.9883 0.39063,1.793 1.34375,1.7852 0.95313,0 1.26172,-0.8125 1.34375,-1.8008 -0.21094,-6.2734 -0.42187,-12.5469 -0.63672,-18.8203 2.125,-0.039 4.2461,-0.078 6.36719,-0.1211 1.40625,-0.1914 2.78906,-0.9258 4.19531,-1.793 1.06641,-0.6601 2.09766,-1.3789 2.67578,-2.3828 0.67188,-1.1797 0.86329,-2.8672 1.03125,-4.1719 0.0469,-2.414 -0.0273,-4.9179 -1.74609,-7.2343 -1.75781,-1.9649 -4.25781,-2.711 -6.18359,-3.0391 -1.62891,-0.2734 -3.56641,-0.4297 -5.16407,0.094 m 7.75,5.4531 c 1.32422,1.3476 1.88672,2.3906 1.85157,3.707 -0.0312,1.168 -0.36328,2.6133 -1.15625,3.5703 -1.11328,1.336 -3.78907,2.4766 -5.375,2.5313 -1.4336,0.051 -3.30078,-0.4375 -4.26172,-1.5117 -0.9336,-1.0508 -1.19922,-2.379 -1.23438,-3.625 -0.043,-1.3907 -0.27343,-3.4571 0.38672,-4.5782 0.79688,-1.3515 3.63281,-2.7226 5.14063,-2.6797 1.55468,0.047 3.0625,0.9844 4.64843,2.586 m -80.73046,-5.6758 c -1.30079,0.1797 -6.41407,1.2266 -6.69141,1.4609 -0.90625,0.7813 0.23828,12.75 0.37109,15.0469 0.0625,1.0703 0.26563,2.1602 1.3711,2.7774 1.08203,0.6093 1.94922,0.1562 2.24218,-0.6797 0.21485,-4.0039 0.42969,-8.0078 0.64454,-12.0118 0.77343,-1.5898 2.89453,-3.4531 4.20703,-3.6757 1.83593,-0.8672 4.78906,3.914 6.73437,2.3203 0.65625,-0.586 0.6836,-1.9102 0.13281,-3.0196 -0.36328,-0.7265 -1.02343,-1.3984 -1.70312,-1.7773 -1.92188,-1.0703 -5.37109,-0.7109 -7.30859,-0.4414 m 954.72654,1.1406 c -0.1445,2.7344 0.6094,6.6914 1.3985,9.3672 0.2968,1 0.75,2.2813 1.3515,3.0899 0.6211,0.8437 1.6172,1.3046 2.6406,1.0546 1.0547,-0.2617 1.1485,-1.0273 0.8125,-2.1093 -1.2578,-4.0586 -1.9179,-9.2891 -3.5351,-12.3946 -0.3164,-0.6015 -0.6719,-0.9101 -1.3164,-0.8945 -0.957,0.023 -1.2969,0.8633 -1.3516,1.8867 m -45.4648,-1.9687 c -5.5391,-0.3907 -11.8399,1.2343 -17.375,2.0273 -0.6094,0.25 -0.9219,0.5703 -0.9141,1.1992 0.01,0.6172 0.3281,0.961 0.9453,1.1875 5.5391,0.3907 11.8399,-1.2343 17.375,-2.0273 0.6094,-0.25 0.9219,-0.5703 0.9141,-1.1992 -0.01,-0.6172 -0.3281,-0.961 -0.9453,-1.1875 m -293.26565,2.9609 c -1.92969,2.6094 -0.83203,5.5039 -1.75,7.7266 -0.92969,0.7461 -2.32031,1.2031 -2.31641,2.5156 0,1.3047 1.44922,1.7148 2.35157,2.4922 0.89843,2.168 1.36328,6.1992 3.76562,8.5859 1.24219,1.0821 3.44531,1.4649 5.0625,1.2969 1.99609,-0.2109 4.40234,-1.7422 6.32031,-2.9844 1.00782,-0.6562 1.875,-1.3945 1.81641,-2.3828 -0.0586,-0.9609 -1,-1.4101 -2.125,-1.3125 -2.625,0.3281 -4.87109,3.4453 -6.96484,2.7578 -1.17188,-0.2187 -2.54688,-1.3828 -3.29297,-2.6679 -0.60938,-1.0586 -1.08594,-2.625 -0.73047,-3.4727 2.43359,-1.6992 4.86719,-3.3984 7.30078,-5.0938 1.48437,-1.4296 2.00781,-2.6406 2.08984,-4.1484 -0.0625,-1.7109 0.37891,-3.6562 -1.24218,-5.2578 -1.96485,-1.8125 -4.2461,-1.2031 -6.3125,-1.125 -1.40235,0.3125 -2.96094,1.5859 -3.97266,3.0703 m 7.58984,3.9844 c -0.91797,1.1055 -2.44531,2.1406 -3.60937,2.7773 -0.97266,0.5274 -1.75,0.7383 -2.07813,0.1055 -0.54297,-1.0508 0.39453,-3.8828 1.61328,-5.3008 0.47657,-0.5586 1.10938,-1.0976 1.67969,-1.3086 0.85938,-0.3203 1.7461,-0.01 2.36719,0.5703 0.89844,0.8438 1.01172,1.9649 0.0273,3.1563 m -42.30468,15.1289 c 0.88671,0.6953 2.84765,0.4726 3.01171,-0.6719 0.29688,-3.0273 0.59766,-6.0586 0.89454,-9.0859 0.58593,-1.9141 1.125,-4.0352 2.01562,-5.8203 0.57422,-1.1563 1.75781,-2.4141 2.61328,-2.1758 0.92969,0.2539 1.45313,2.6094 1.67969,4.0078 0.73828,4.125 -0.55469,9.3516 0.84375,12.7734 0.70703,0.5469 1.625,0.1524 2.09375,-0.6484 0.99219,-3.6641 1.98828,-7.3281 2.98047,-10.9922 0.5,-1.2812 2.36719,-3.832 3.59765,-3.8945 1.29297,0.094 1.91407,2.4023 2.28907,3.8047 0.53906,4.3554 1.07422,8.707 1.61328,13.0586 0.30859,0.8125 1.21484,1.2148 1.93359,0.6562 1.16797,-2.1523 0.52735,-5.9101 0.46094,-8.7656 -0.77344,-4.1758 -0.32031,-8.2461 -3.05078,-12.3399 -1.32031,-1.2695 -2.83203,-1.207 -4.26172,-0.8164 -1.94922,0.5391 -4.04688,3.5977 -5.05859,3.7071 -1.28516,0.059 -1.42188,-2.5391 -2.08204,-3.8985 -0.58593,-0.8593 -1.5664,-1.1562 -2.71093,-1.1718 -1.76563,-0.024 -7.36328,2.8945 -7.91407,3.4726 -0.90234,0.957 -1.7539,18.1211 -0.94921,18.8008 m -276.54688,-16.8164 c 0.24219,1.9531 1.92969,10.3945 2.49219,10.8281 0.67969,0.5274 2.03515,0.5195 2.65234,0 1.16016,-0.9805 1.1211,-5.6055 2.39063,-7.582 1.02734,-1.5469 3.08984,-3.5156 4.80859,-3.6563 1.10547,0.031 2.49219,1.3008 3.33594,2.6328 0.6875,2.3321 1.375,4.6602 2.05859,6.9922 0.58203,1.1328 2.63672,1.3711 3.40235,0.586 0.76562,-0.8243 -1.15235,-7.5743 -1.66016,-9.043 -0.44531,-1.2891 -1.60938,-2.9961 -2.91016,-4.082 -1.66406,-1.4649 -3.54687,-1.1993 -5.29297,-1.0743 -2.23437,1.336 -4.47265,2.668 -6.70703,4.004 -1.75,0.031 -1.30468,-3.4805 -2.41406,-4.5157 -0.42578,-0.3164 -1.14062,-0.3164 -1.55078,0 -0.91406,0.7149 -0.78516,3.4649 -0.60547,4.9063 M 455.875,1659.625 c -1.54297,0.2227 -6.00391,2.543 -6.70313,3.5039 0.16797,4.6797 0.52344,10.1484 0.50782,15.0469 1.73437,6.4687 1.04297,14.0234 3.58203,19.7265 0.42187,0.3008 1.09765,0.293 1.5,-0.019 0.4414,-0.3398 0.55859,-0.9492 0.58984,-1.582 -0.28125,-5.2539 -2.3125,-11.0313 -1.55078,-15.9375 3.01953,-2.2266 8.28906,0.1836 12.37109,-1.4922 2.51954,-1.1172 6.15625,-2.8398 7.49219,-5.6719 1.0586,-2.3242 1.20703,-5.9687 0.66406,-8.3359 -0.42578,-1.832 -2.35546,-3.3789 -4.15234,-4.1797 -4.86328,-1.9141 -9.53125,-0.9063 -14.30078,-1.0586 m -3.02344,6.6445 c 0.69922,-1.2929 2.88672,-2.8867 4.3086,-3.4609 2.36328,-0.9531 6.33593,-0.5742 8.74609,0.016 1.79687,0.4258 4.15625,1.4688 5.25,3.375 0.72266,1.375 0.51953,3.1563 -0.31641,4.5235 -1.05859,1.7343 -3.92968,4.1406 -6.01172,4.9218 -2.88281,1.0743 -6.80859,1.3594 -9.68359,0.7969 -1.38672,-0.2734 -2.32812,-1.2109 -2.60937,-2.5898 -0.38282,-1.8828 -0.60938,-5.8594 0.3164,-7.5821 m -136.01172,12.5235 c 1.59375,1.0195 3.5,1.4883 5.13672,1.625 2.9336,0.2461 6.25,-0.5664 9.21485,-1.8321 1.625,-0.6914 4.03906,-1.8203 3.96484,-3.5625 -0.043,-1.0507 -0.91797,-1.2148 -1.92969,-1.039 -3.05469,1.0859 -6.10937,2.1719 -9.16406,3.2578 -1.33594,0.1719 -3.57813,-0.5469 -4.02344,-1.5352 0.16016,-1.7734 8.58985,-3.2734 10.625,-7.5429 0.89063,-1.8946 0.64063,-4.375 -0.21484,-6.3008 -0.33985,-0.7695 -0.59766,-1.1406 -1.32422,-1.6016 -0.94531,-0.5937 -2.10547,-0.7031 -3.125,-0.7344 -1.35938,-0.039 -2.8125,0.016 -4.16406,0.4063 -1.0625,0.3086 -2.02735,0.832 -2.91407,1.7695 -1.51953,1.6055 -3.16406,4.2149 -3.98046,6.125 -0.65235,1.5235 -2.10157,4.8672 -2.14454,6.1485 0.14063,1.7968 2.34375,3.3828 4.04297,4.8164 m 10.30078,-12.9453 c -0.4414,0.8789 -1.5039,1.7382 -2.45703,2.4492 -1.60156,1.1953 -3.20703,2.0859 -4.74609,2.5781 -0.95313,0.3047 -1.78906,0.4375 -1.88672,-0.1836 0.27344,-1.7695 2.625,-5.1562 5.16406,-6.8516 0.92969,-0.6289 1.83594,-1.0742 2.67578,-0.832 0.49219,0.1445 1.07422,0.6563 1.30469,1.1485 0.25,0.5351 0.22266,1.1445 -0.0547,1.6914 m 916.94919,-7.2266 c -2.082,-0.3047 -4.2031,0.2539 -6.2968,1.2031 -1.0899,0.4922 -1.8399,0.9922 -2.5508,1.8828 -1.3984,2.3125 -2.7969,4.6289 -4.1992,6.9414 -1.6133,-1.0898 -1.8008,-5.6328 -2.7344,-7.9336 -0.3398,-1.1132 -2.2969,-1.3515 -3.082,-0.5898 0.3125,5.0039 2.9882,12.8672 4.9961,17.7891 0.7734,0.5273 1.7382,0.164 2.2929,-0.6719 1.5078,-3.457 1.3399,-7.5195 4.2071,-10.9453 1.4296,-1.9766 3.5312,-4.1211 5.2773,-3.8711 0.9258,0 1.7813,0.2734 2.6836,1.0508 1.1367,0.9882 2.1953,2.4922 2.5977,3.7109 0.9023,3.1055 -0.4141,7.2539 0.9375,9.7188 0.6992,0.5039 1.9609,0.1796 2.664,-0.7813 1.586,-3.6992 -0.2578,-7.6211 -0.6523,-11.3047 -0.2422,-1.4023 -0.6953,-2.7031 -1.9766,-3.9492 -1.2734,-1.2383 -2.7969,-2.0469 -4.1641,-2.25 m -76.3007,0.7266 c -1.3594,0.7304 -3.0703,2.0898 -3.7539,3.4882 -0.7227,1.4805 -0.418,2.9961 0.6484,4.2618 2.3242,2.6953 6.8359,3.9453 7.9922,6.7695 -0.1133,1.3164 -2.3555,2.1601 -3.7656,2.3086 -2.1211,0.2422 -5.2657,-3.0039 -6.7618,-1.9531 -0.5,0.4843 -0.3945,1.8281 0.1289,2.8554 0.3907,0.7696 0.8086,1.1485 1.5079,1.5313 1.8203,0.9883 4.2812,0.9375 6.2148,0.6406 2.2578,-0.6484 5.4102,-0.6953 6.9453,-2.2734 0.8438,-1.5625 0.3125,-4.3711 -0.832,-5.9649 -2.6016,-2.0469 -5.1992,-4.0976 -7.8008,-6.1445 -0.043,-0.7461 0.9492,-1.6367 1.9297,-2.043 1.5351,-0.332 3.0703,-0.664 4.6055,-0.9961 0.5742,-0.9804 -0.375,-2.9218 -1.7071,-3.0898 -1.5703,-0.457 -3.7383,-0.2656 -5.3515,0.6094 m -726.56645,0.664 c -1.04688,-0.7812 -2.05079,-1.2265 -3.09766,-1.3828 -1.92188,-0.2891 -4.27344,-0.25 -6.19531,0.125 -1.92578,0.3789 -4.39453,1.5195 -6.17188,2.5938 -2.60937,1.7656 -3.65234,5.7148 -4.70312,8.5664 -0.60547,2.039 -0.4336,4.2968 0.45312,6.2773 0.45313,1.0117 1.15235,1.6094 2.26172,2.1172 2.125,0.9687 4.21875,1.168 6.23828,1.1172 4.08985,-0.2188 8.17969,-1.5899 12.2461,-3.7383 1.96484,-0.9961 3.95312,-3.5898 4.11328,-5.6172 0.24218,-2.0937 -0.625,-4.2851 -1.81641,-6.3047 -0.8125,-1.3789 -1.93359,-2.7226 -3.32812,-3.7539 m 0.92187,10.6406 c -1.03906,1.6915 -4.44922,3.3594 -6.33984,4.1485 -2.1211,0.8867 -4.62891,1.5976 -6.73438,1.3164 -1.5039,-0.1992 -3.43359,-0.7578 -4.22265,-2.3008 -0.69141,-1.8086 -0.24219,-3.7383 0.85937,-5.6016 1.53516,-2.2421 4.37109,-5.0625 6.46094,-6.0195 1.39844,-0.6406 3.28125,-0.9883 4.69531,-0.3047 1.62109,0.7891 4.46094,3.6719 5.27344,5.2657 0.57422,1.125 0.58594,2.5585 0.008,3.496 m -49.11328,0.2032 c 0.67187,1.4375 2.92187,3.9258 4.09766,5.289 0.97656,1.1328 2.25781,1.7618 3.67968,2.2696 4.5586,1.6914 8.88672,0.7929 13.32813,1.0234 1.05469,-0.07 2.14453,-0.2852 2.76562,-1.3984 0.60157,-1.0782 0.16407,-1.9805 -0.69531,-2.1875 -2.83984,-0.6914 -6.89844,1.0937 -10.11328,0.5429 -2.13672,-0.3593 -4.99609,-1.4297 -6.03906,-3.457 -0.16407,-0.5 0.0391,-0.9492 0.44922,-1.207 2.01562,-1.25 6.44531,-0.9688 9.6914,-2.6133 1.28125,-0.6524 2.92578,-1.5859 4.07031,-2.9453 0.89454,-1.0625 1.17969,-2.0742 1.10547,-3.2149 -0.10156,-1.6132 -0.8125,-2.7812 -2.1875,-3.3828 -1.27343,-0.5586 -2.9375,-0.8906 -4.20703,-0.8945 -1.83203,-0.01 -4.39844,0.4844 -6.16406,1.2656 -4.81641,1.8594 -6.80078,7.8555 -9.70313,9.2461 -0.3125,0.4492 -0.36328,1.0547 -0.0781,1.6641 m 16.57422,-5.4375 c -1.35938,0.9883 -3.16406,1.5547 -4.72266,2.1875 -1.73437,0.9609 -4.1875,1.0039 -4.7539,-0.023 0.19921,-1.7617 4.38671,-4.1445 6.94531,-5.1601 0.60937,-0.2383 1.28906,-0.4727 1.85156,-0.4531 0.87109,0.035 1.83594,0.5937 2.00781,1.2851 0.17969,0.7109 -0.45703,1.5274 -1.32812,2.1641 M 270.875,1663.8125 c -0.80859,2.3516 -0.82422,7.0352 0.004,9.3672 0.59375,1.6719 2.26562,3.3476 3.94921,3.9414 1.95313,0.6875 5.38282,0.6758 7.35157,0 2.04297,-0.6953 4.24609,-2.9062 4.94531,-4.9414 0.73828,-2.1367 0.80469,-6.2109 -0.0859,-8.3438 -0.7539,-1.8203 -2.41797,-3.7187 -3.88672,-4.3281 -2.10547,-0.8711 -5.125,-1.4101 -7.30859,-0.6523 -2.04688,0.707 -4.26563,2.914 -4.96875,4.9531 m 12.33984,1.4414 c 0.92188,1.2813 1.45703,2.4844 1.23438,3.6719 -0.22656,1.207 -1.39453,2.418 -2.71485,3.5156 -1.3164,1.0938 -2.44921,1.8633 -3.69921,1.6172 -1.09766,-0.2188 -2.60938,-1.2617 -3.5586,-2.3672 -0.78515,-0.9141 -1.01562,-1.75 -0.97656,-2.7187 0.0664,-1.7344 1.02344,-3.9844 2.26172,-5.4922 0.89453,-1.086 1.98437,-1.793 3.20312,-1.6055 1.46485,0.2305 3.0625,1.7305 4.25,3.3789 m 716.44141,6.4649 c -1.22656,-3.9297 -2.45703,-7.8594 -3.68359,-11.7891 -1.13282,-1.4336 -3.32422,-2.3828 -4.96094,-2.3281 -1.60547,0.055 -3.67969,0.4687 -5.23047,1.375 -1.04297,0.6132 -2.07031,1.6679 -2.91406,2.7187 -2.69532,4.5235 -5.66016,8.7422 -6.28907,13.3672 0.0586,1.3672 0.39844,3.0273 1.3711,3.9609 1.18359,1.1368 3.50781,1.5547 5.12109,1.125 1.76563,-0.4726 3.64844,-1.8242 4.79688,-2.9414 2.07812,-2.6406 4.15625,-5.2812 6.23437,-7.9179 2.01172,0.3632 0.83594,5.0742 4.72656,6.6757 1.24605,0.629 3.21875,0.754 4.28125,0.336 0.6562,-0.2578 0.9765,-0.6485 0.9843,-1.2852 0,-1.9492 -3.4023,-1.0429 -4.43742,-3.2968 m -8.17578,-6.6875 c -0.19531,1.457 -1.21875,3.1835 -2.28125,4.7148 -1.26563,1.8281 -3.48047,4.1758 -5.38672,5.7305 -0.99219,0.8125 -1.74219,1.1328 -2.37109,0.7265 -0.82422,-0.5312 -1.03516,-2.0234 -0.69141,-3.1718 0.64062,-2.168 2.26172,-4.6446 3.62109,-6.7579 0.86719,-1.3476 1.71875,-2.5234 2.88282,-3.2656 1.0625,-0.6797 2.59765,-1.3945 3.33984,-1.043 0.81641,0.3868 1.03906,1.9532 0.88672,3.0665 m -397.45313,-6.2266 c 0.78516,3.0976 1.57032,6.1953 2.35547,9.2969 0.3086,2.0742 0.25,4.1211 0.14844,6.1836 0.10156,1.0117 0.47656,1.832 1.45703,1.8242 0.98438,-0.01 1.28125,-0.836 1.36328,-1.8594 0.35547,-4.5 0.082,-10.1016 -1.11719,-14.4766 -0.13281,-1.2812 -1.89453,-2.2461 -3.22265,-2.0468 -0.69531,0.1132 -0.96094,0.4492 -0.98438,1.0781 m -25.28515,7.0508 c -0.40625,2.0429 -0.88672,4.7773 -0.89063,7.082 -0.004,1.3047 0.35547,3.0078 1.16406,4.3047 0.69922,1.1211 1.73047,1.8203 2.82422,2.0742 2.21485,0.5195 4.99219,0.2149 7.23438,0.1328 2.04297,-0.074 4.17578,-1.0312 6.2539,-2.5469 1.83985,-1.3398 2.625,-2.9765 2.92579,-4.7851 0.27734,-1.6563 0.36718,-3.5547 0.12109,-5.2109 -0.16016,-1.0704 -0.60547,-2.0547 -1.38281,-3.1407 -1.28516,-1.7968 -3.1211,-3.6953 -4.77735,-4.082 -1.64062,-0.074 -3.28125,-0.1523 -4.92578,-0.2266 -1.11328,-0.5468 -2.22656,-1.0898 -3.33984,-1.6328 -0.75781,0 -1.33203,0.3086 -1.96485,0.9258 -1.71875,1.668 -2.85156,5.1445 -3.24218,7.1055 m 16.3125,3.1836 c 0.26172,1.0195 0.17578,1.7656 -0.59375,2.7929 -1.20703,1.6172 -3.19141,3.2735 -4.6211,3.8125 -1.1875,0.4493 -2.58984,0.7618 -3.79687,0.8086 -0.98047,0.039 -1.84766,-0.1445 -2.78906,-0.9101 -1.3086,-1.0586 -1.7461,-2.3321 -1.80469,-3.6211 -0.0859,-2.0117 0.15234,-4.7813 1.3164,-6.6875 1.16016,-2.0274 3.44922,-1.875 5.23438,-2.3906 1.375,-0.2344 2.38281,0.1093 3.75,1.121 1.83594,1.3594 2.79687,3.0899 3.30469,5.0743 m -95.14063,1.8984 c 0.004,1.6602 0.33985,4.8008 1.14844,6.1484 0.51172,0.8477 1.65625,1.711 2.70703,2.3711 2.23438,1.3985 4.92578,1.7461 7.16406,1.9414 2.98828,0.2579 6.15625,0.1797 9.14844,0.062 2.16016,0.012 5.35156,-1.4257 6.86719,-3.4765 0.49609,-1.0235 0.0781,-1.9688 -0.94141,-2.1641 -2.37109,0.8828 -4.73828,1.7617 -7.10547,2.6445 -2.15625,0.3086 -4.72265,0.211 -6.875,-0.1093 -1.52343,-0.2266 -3.40234,-0.4336 -4.78906,-1.1797 -1.10156,-0.5899 -2.84766,-2.1836 -3.11719,-3.2305 -0.23437,-0.9023 0.40235,-1.7148 1.28907,-2.2617 2.75781,-0.9063 5.95703,-2.3555 8.85156,-4.1133 1.2539,-0.7617 2.88281,-1.9375 4.00781,-3.3515 0.85938,-1.086 1.19531,-2.125 1.1875,-3.2813 -0.0117,-1.168 -0.36719,-1.9883 -1.25781,-2.5156 -2.57031,-1.0625 -5.57813,-1.0469 -8.3125,-0.5821 -2.23047,0.6719 -5.3125,2.5743 -6.97656,4.8946 -1.63672,2.2851 -3.00391,5.7851 -2.9961,8.2031 m 12.76172,-6.9023 c -2.53516,1.4531 -6.53516,4.3867 -7.77734,3.6054 -0.22657,-0.4843 0.16406,-1.5429 0.77343,-2.3398 1.06641,-1.3945 2.97266,-2.5469 4.50782,-3.5195 1.51562,-1.1719 3.28125,-1.3946 4.05078,-0.3438 0.5664,0.832 -0.28125,1.7031 -1.55469,2.5977 m 765.23439,11.0742 c 2.5586,2.5429 6.1523,3.2422 9.0234,3.9414 2.6758,0.5937 5.4297,0.4687 8.2227,-0.5625 1.3554,-1.043 2.7109,-2.0899 4.0625,-3.1328 1.6171,-0.1407 6.4062,3.5 8.7421,3.9101 1.668,0.293 3.5782,0.3946 5.2539,0.2305 1.0391,-0.098 1.875,-0.4844 1.8868,-1.4688 0.01,-0.6523 -0.3008,-0.9843 -0.9141,-1.2187 -2.8828,-0.2461 -6.1758,-0.4023 -8.9766,-2.2539 -2.3398,-1.2734 -4.5586,-3.4492 -5.1836,-5.668 -0.4531,-1.457 -0.1367,-3.207 0.7344,-4.625 0.8789,-1.4375 2.9492,-3.0976 4.3281,-3.375 1.043,-0.2109 2.6836,0.1914 3.3985,0.7774 0.3867,0.3164 0.6015,0.789 0.4414,1.3281 -0.2344,0.8086 -1.2774,1.8555 -2.2305,2.5898 -1.3242,1.0157 -2.625,1.4727 -3.9375,1.8164 -0.8398,0.586 -1.207,1.6641 -0.6133,2.375 0.7227,0.8711 2.6133,0.5782 3.9375,0.1914 1.7422,-0.5039 3.6172,-1.4726 5.0586,-2.875 1.2344,-1.1992 2.0586,-2.5898 2.043,-4.0703 -0.012,-0.9922 -0.3359,-2.3632 -0.7344,-3.1562 -0.4804,-0.9531 -1.1367,-1.1524 -2.2812,-1.4219 -1.7813,-0.4219 -3.5547,-0.9062 -5.2539,-0.8125 -1.5508,0.086 -3.7383,0.4336 -5.0117,1.3711 -1.5547,1.1445 -3.0274,4.168 -3.2969,5.8789 0.125,2.5742 0.2461,5.1524 0.3672,7.7266 -1.0469,1.7578 -4.0743,2.5312 -6.0547,3.3633 -2.543,0.6132 -5.1485,-0.8868 -7.6875,-1.9141 -1.7735,-1.0313 -2.8086,-2.4805 -2.8008,-4.0625 0,-0.9453 0.2852,-1.7813 1.0859,-2.7891 1.2969,-1.6367 3.1641,-3.3203 4.7657,-4.8476 1.8828,-1.168 3.7695,-2.336 5.6523,-3.5 0.5195,-0.7422 0.5117,-2.0977 -0.09,-2.6485 -0.5977,-0.5507 -1.6836,-0.2187 -2.7657,0.1993 -2.1172,0.8203 -4.3398,1.832 -6.3476,3.4492 -1.3672,1.1015 -2.7305,2.5429 -3.6367,3.8984 -1.0782,1.6172 -1.9102,3.4961 -2.3243,5.1914 -0.4218,2.0391 -0.1757,4.375 1.1368,6.1641 M 1134.5,1660.7656 c -0.9766,1.9336 -1.4844,4.2539 -1.7461,6.2344 -0.1172,2.4219 0.1172,4.7891 2.0078,7.2891 1.3321,1.5468 2.7188,2.0703 4.1055,2.1523 2.6484,0.1524 5.5195,0.1719 8.168,-0.062 1.2617,-0.1133 2.9804,-0.3476 4.0937,-1.3945 0.5781,-0.5391 0.9688,-1.2891 0.9844,-1.9024 0.016,-0.7304 -0.3399,-1.0195 -0.9531,-1.1054 -3.3633,-0.4532 -6.8711,1.9687 -10.0469,1.5039 -1.4024,-0.2032 -3.5352,-1.3242 -4.2695,-2.7032 -0.4258,-0.8085 -0.1875,-1.6367 0.6093,-2.4062 2.793,-1.6914 6.6875,-2.7773 9.8242,-6.1953 0.8438,-1.0117 1.1641,-2.0508 1.1524,-3.1953 0,-0.6563 -0.1719,-1.4883 -0.5313,-1.9922 -0.6132,-0.8633 -1.7695,-1.2383 -2.8437,-1.3828 -2.4531,-0.125 -4.8789,-0.2461 -7.2852,1.2851 -1.3672,0.9453 -2.5898,2.5274 -3.2695,3.875 m 2.5,2.7071 0.5273,0.5273 -0.5273,0.5273 -0.5273,-0.5273 0.5273,-0.5273 m 3.7734,-1.2852 c -1.1875,0.7734 -2.6132,1.3242 -2.7968,0.543 -0.1875,-0.7852 1.0781,-1.9649 2.2382,-2.6797 1.1915,-0.7344 2.5625,-1.3828 2.8086,-0.6875 0.2735,0.7578 -1.0039,2.0078 -2.25,2.8242 m 13.8477,-9.3242 c -0.6328,1.1094 -0.8867,2.8984 -0.9922,4.1055 -0.4726,5.2421 -0.2851,10.8867 -0.082,16.1445 0.039,1.0156 0.164,2.043 0.8125,3.1328 0.625,1.0625 1.6367,1.9492 2.6211,1.9141 0.6914,-0.024 0.9843,-0.3907 1.082,-1.0235 -0.5469,-2.7422 -1.0898,-5.4844 -1.6367,-8.2265 -0.1875,-5.1485 0.332,-10.0938 0.8633,-15.211 0.01,-0.9922 -0.3282,-1.8242 -1.2813,-1.8125 -0.6484,0.01 -1.0117,0.3203 -1.3867,0.9766 m -192.02344,1.0195 c 0.1289,1.8867 0.25781,3.7774 0.38671,5.6641 -0.71875,2.0898 -5.82421,1.0312 -6.09375,3.4492 0.008,0.6406 0.33204,0.9766 0.98047,1.2109 2.15625,0.1485 4.31641,0.3008 6.47657,0.4532 1.76171,4.3867 4.42968,9.6718 5.33593,14.5117 0.31641,0.8242 1.23828,1.2578 2.29297,1.039 0.75391,-0.1523 1.02735,-0.4531 1.2461,-1.0976 0.26562,-0.7891 0.25781,-2.1992 0.0937,-3.168 -1.89454,-4.5625 -5.14063,-8.7695 -5.3125,-12.5156 2.60156,-2.1016 8.23046,-1.7656 12.19531,-2.1445 0.60937,-0.2579 0.91406,-0.6446 0.91406,-1.2774 0,-0.9805 -0.81641,-1.2812 -1.80469,-1.3633 -3.94531,0.1758 -7.89062,0.3516 -11.83593,0.5274 -0.90235,-0.5313 -1.57813,-2.1055 -1.62891,-3.2891 0.15625,-1.332 0.31641,-2.664 0.47266,-3.9961 -0.27735,-0.8906 -1.25391,-1.3086 -2.24219,-0.75 -0.95703,0.5469 -1.33594,1.7461 -1.47656,2.7461 m -708.00782,-1.1445 c -1.33203,5.6992 -2.66797,11.3984 -4,17.0937 -0.61328,1.7696 -1.91015,4.3946 -3.6875,4.9805 -1.66406,0.086 -3.90234,-2.3203 -5.25,-4.1016 -1.91015,-4.9257 -3.8164,-9.8515 -5.72656,-14.7734 -0.8125,-1.043 -1.96484,-2.4844 -3.05469,-2.957 -0.58593,-0.2578 -1.23828,-0.2422 -1.64843,0.098 -1.92188,8.1914 1.30078,18.1094 0.41406,26.9727 0.10547,1.2461 0.33594,3.0859 1.47656,3.8242 0.53516,0.3438 1.23438,0.3398 1.64844,0.031 0.4375,-0.3321 0.53906,-0.9766 0.58984,-1.5938 0.004,-6.1875 -1.82422,-13.1562 -0.66015,-18.8398 1.44921,0.2421 2.4414,8.8593 6.39843,12.8125 0.8125,0.9336 1.67578,1.4414 2.76953,1.7617 1.58204,0.4648 3.72657,0.6914 5.25391,0.3008 2.02734,-0.3829 3.03906,-3.2813 3.88281,-5.1563 1.35547,-4.9766 2.71094,-9.957 4.06641,-14.9336 1.50391,4.7149 1.57031,14.9453 4.20703,20.6524 0.41797,0.2968 1.09375,0.2851 1.49609,-0.031 0.66407,-0.5195 0.62891,-1.6094 0.54297,-2.6211 -0.51953,-6.4219 -2.0625,-13.0195 -3.07812,-19.3476 -0.51563,-1.8633 -0.54297,-4.7305 -2.25391,-5.7969 -1.25,-0.5703 -2.99219,0.3828 -3.38672,1.625 m 753.06631,-2.043 c -0.664,8.2617 -0.2968,17.0469 -0.066,25.336 0.031,1.2226 0.066,2.914 0.8321,4.0937 0.4258,0.6602 0.9023,1.0039 1.5703,1 1.0078,0 1.3398,-0.9023 1.3437,-1.9453 0.031,-9.5625 -0.25,-19.2891 -0.9961,-28.4922 -0.082,-0.9961 -0.3906,-1.8008 -1.3398,-1.7969 -0.9531,0 -1.2617,0.8086 -1.3438,1.8047 m -530.78115,-0.027 c 0.52734,6.0156 1.01562,12.4883 1.91016,18.3203 0.3164,2.0547 0.46875,5.2734 1.6289,7.1484 0.55469,0.8946 1.57813,1.3633 2.60156,1.1289 0.70704,-0.164 0.96875,-0.5078 0.98829,-1.1172 -0.79688,-3.0781 -1.59375,-6.1562 -2.39454,-9.2343 -0.4414,-5.3868 -0.8789,-10.7774 -1.32031,-16.1641 -0.28515,-0.9297 -1.13672,-1.7734 -2.19922,-1.832 -1.09375,-0.062 -1.30468,0.7304 -1.21484,1.75 m 176.16406,-0.7774 c -0.79297,0.9258 -1.24219,1.9141 -1.40234,2.9844 -0.73047,3.8828 1.35937,7.625 2.15625,10.9648 -1.66797,2.7696 -6.25781,5.3008 -9.10938,7.4805 -0.78125,0.7344 -1.22656,1.6914 -0.98437,2.707 0.17187,0.7227 0.5039,0.9961 1.13281,1.1993 1.35547,0.4414 3.65625,0.2422 5.18359,0.012 3.28907,-1.1445 6.57813,-2.2852 9.86329,-3.4258 1.82812,-0.1289 3.23046,2.5508 4.97656,4.5156 1.08203,0.8203 2.22265,1.1524 2.92969,0.5274 0.67187,-0.5938 0.66406,-1.8985 0.1914,-2.961 -2.54297,-3.0976 -5.08984,-6.1914 -7.63281,-9.289 1.57422,-2.1602 3.14453,-4.3242 4.71875,-6.4844 0.73437,-1.7773 0.86719,-5.543 -0.10156,-7.2773 -0.71485,-1.2774 -2.46094,-2.5079 -3.8086,-2.9727 -1.57422,-0.543 -3.76953,-0.5508 -5.32031,0 -1.04297,0.3711 -2.01172,1.1133 -2.79297,2.0195 m 0.88281,20.1758 -0.19531,0.1406 -0.3789,-0.098 -0.26954,-0.1758 0.19532,-0.1406 0.3789,0.098 0.26953,0.1758 M 655,1668.4727 655.52734,1669 655,1669.5273 654.47266,1669 655,1668.4727 m 1.92187,-0.4063 -0.19531,0.1406 -0.3789,-0.098 -0.26954,-0.1758 0.19532,-0.1406 0.3789,0.098 0.26953,0.1758 m 4.27735,-15.7109 c 0.58203,0.7422 1.01172,1.7461 0.88281,2.6367 -0.75781,2.1211 -3.66406,6.0859 -4.93359,5.9297 -1.33985,-1.1094 -2.57422,-4.5938 -2.35157,-6.7774 0.21875,-0.8867 0.88672,-1.7617 1.66016,-2.4023 0.80469,-0.668 1.59766,-0.9336 2.50781,-0.7734 0.875,0.1562 1.64844,0.6367 2.23438,1.3867 m -64.25781,-1.3399 c 1.17968,0.2969 1.98828,0.016 2.23437,-1.0156 0.25391,-1.0703 -0.22266,-1.918 -1.14062,-2.1953 -1.26172,-0.3555 -3.22657,-0.043 -3.12891,1.2187 -0.0156,0.9336 0.89062,1.7032 2.03516,1.9922 m 667.80079,-1.2265 c 0.6719,-0.6133 0.6719,-1.9649 0,-2.5782 -0.3945,-0.3632 -1.0899,-0.3632 -1.4844,0 -0.6719,0.6133 -0.6719,1.9649 0,2.5782 0.3945,0.3632 1.0899,0.3632 1.4844,0 m -145.9024,-5 c 0.4063,4.6015 0.8165,9.2031 1.2227,13.8047 -0.8867,1.371 -4.0859,-0.5743 -6.1523,0.01 -1.5938,0.1797 -3.5313,0.9804 -5.1641,1.8632 -2.4609,1.1836 -3.625,4.0352 -4.7695,6.3321 -0.8125,1.9375 -1.5782,4.2304 -1.336,6.2695 0.2188,1.8633 1.5313,3.7188 3.1914,4.4102 1.2618,0.5273 2.836,0.8125 4.1485,0.7187 3.4883,-0.2422 6.6133,-1.1015 9.8711,-2.1758 1.3867,0.7188 2.7773,1.4375 4.164,2.1563 0.6524,-0.027 0.9883,-0.3633 1.1836,-0.9844 -0.332,-10.1875 -2.5469,-20.5391 -2.7695,-30.3867 -0.07,-1.0313 -0.2813,-2.1094 -1.3945,-2.7149 -1.0782,-0.5898 -1.9844,-0.1523 -2.1954,0.6993 m 1.6016,24.1367 c -0.2148,1.1601 -1.375,2.5469 -2.707,3.6172 -2.2071,1.6875 -4.4649,1.7773 -6.7031,1.9648 -1.5274,0.1524 -3.3555,-0.1328 -4.4805,-1.7305 -1.1289,-1.4648 0.3125,-3.0234 0.8789,-4.5859 0.7656,-1.5547 2.1133,-3.1875 3.8047,-4.4062 1.375,-0.9883 2.4883,-1.2852 3.7734,-1.3321 1.2969,-0.047 2.4024,-0.012 3.2969,1.0117 1.2461,1.4258 2.4258,3.9102 2.1367,5.461 m -560.29687,-24.9141 c -0.62891,0.8711 -0.60547,2.2539 0.0625,2.7539 0.67969,0.5078 2,0.1172 2.64844,-0.7773 0.6289,-0.8711 0.60547,-2.2539 -0.0625,-2.7539 -0.67969,-0.5078 -2,-0.1172 -2.64844,0.7773 M 39.9375,1626.3125 c -0.707031,0.4141 -0.96875,0.8711 -0.984375,1.5703 1.5,3.7188 3.003906,7.4336 4.503906,11.1485 0.167969,1.1914 -0.425781,2.5078 -1.65625,3.1406 -1.203125,0.6172 -3.394531,0.6133 -4.417969,-0.02 -2.207031,-1.8203 -2.90625,-5.6406 -3.988281,-8.3828 -0.367187,-0.6093 -0.753906,-0.9257 -1.398437,-0.9023 -0.644532,0.02 -0.976563,0.3555 -1.210938,1.0078 -1.023437,2.7109 0.96875,5.7383 1.613282,8.1875 -1.011719,7.9805 -1.421876,16.8945 -0.742188,25.2383 0.07813,1 0.386719,1.8086 1.34375,1.8047 0.625,0 0.964844,-0.3008 1.199219,-0.9024 0.660156,-2.2265 -0.625,-5.9687 1.175781,-7.4062 5.917969,-0.8711 12.296875,0.289 18.875,-1.4297 1.371094,-0.043 2.960938,-0.9375 2.878906,-2.3281 -0.02344,-1.0664 -0.875,-1.3203 -1.902344,-1.2383 -3.371093,0.8945 -6.972656,1.6523 -10.222656,1.75 -3.320312,-0.2031 -7.859375,0.9258 -10.210937,-0.8985 -0.859375,-1.3593 -0.214844,-6.5625 0.28125,-8.4726 0.152343,-0.6016 0.609375,-1.0938 1.191406,-1.4453 5.6875,-1.4492 11.375,-2.8946 17.066406,-4.3438 1.5,-0.5039 2.609375,-0.8906 2.953125,-2.2695 0.402344,-1.6328 0.261719,-3.625 -0.984375,-5.3203 -2.1875,-2.0899 -3.71875,-5.8203 -6.269531,-5.9649 -1.0625,0.086 -1.414062,1.0743 -1.164062,2.1758 1.359374,2.543 2.71875,5.0821 4.074218,7.625 -0.171875,0.6524 -1.167968,1.1602 -2.03125,1.3789 -0.898437,0.2227 -1.777344,0.1094 -2.523437,-0.5937 -1.878907,-4.4297 -3.753907,-8.8594 -5.628907,-13.293 -0.484374,-0.25 -1.226562,-0.1601 -1.820312,0.1836 m 11.5,-26.5508 c -1.839844,3.1446 -2.875,8.3828 -5.445312,9.9024 -1.410157,-0.3711 -2.273438,-4.8282 -4.898438,-4.9766 -0.992188,-0.2148 -2.246094,-0.168 -3.285156,0.375 -0.710938,0.3711 -1.367188,1.0195 -1.800782,1.6992 -1.421874,2.8281 -1.503906,5.5274 -1.472656,8.2969 0.07813,1.7266 2.398438,4.6016 2.21875,5.6289 -0.441406,0.7148 -2.804687,1.6563 -1.632812,3.082 1.296875,1.0586 3.996094,0.5938 5.929687,0.2578 4.222657,-1.3359 9.078125,-2.707 12.832031,-4.207 0.738282,-0.9453 0.4375,-2.9453 -0.722656,-2.8906 -1.863281,-0.2188 -5.480468,1.8867 -6.152344,0.7031 2.144532,-4.5195 4.292969,-9.039 6.4375,-13.5547 0.542969,-1.6406 1.554688,-3.8437 0.402344,-4.9023 -0.753906,-0.6094 -1.773437,-0.2188 -2.410156,0.5859 m -9.621094,10.4961 c 1.140625,2.5313 1.949219,9.2617 2.773438,9.0313 -0.890625,0.25 -2.976563,-0.6211 -4.355469,-1.4571 -0.957031,-0.5859 -1.558594,-1.1875 -1.929687,-2.0859 -0.445313,-1.082 -0.765626,-2.5273 -0.558594,-3.6484 0.214844,-1.1602 1.449218,-3.7149 2.351562,-3.7579 0.644532,-0.027 1.289063,0.9688 1.71875,1.918 M 1279.7617,1592.3359 c 3.1016,-0.2343 6.3164,0 9.4297,0 1.3711,0.098 2.9609,-0.086 2.9102,-1.3359 0,-0.9531 -0.8321,-1.2578 -1.8633,-1.3359 -3.1016,0.2343 -6.3164,0 -9.4297,0 -1.3711,-0.098 -2.9609,0.086 -2.9102,1.3359 0,0.9531 0.8321,1.2578 1.8633,1.3359 m -234.7461,-2.6914 c -4.5,0.168 -10.2226,-0.4843 -13.8828,0.5274 -0.3906,0.4648 1.4141,11.5195 1.8281,12.8906 3.0313,5.1406 3.4727,11.4648 5.2891,15.8594 0.418,0.2929 1.1055,0.2812 1.5156,-0.051 0.6602,-0.543 0.6328,-1.6836 0.6172,-2.7461 -0.75,-3.5742 -1.5,-7.1484 -2.2539,-10.7187 1.7852,-2.0157 6.1875,-1.6016 9.1016,-3.3282 1.6328,-0.8047 4.8008,-2.6015 5.7343,-4.1015 0.7579,-1.2227 0.4297,-3.6289 -0.3398,-5.1094 -0.5352,-1.0234 -1.3086,-1.4844 -2.3945,-1.9063 -1.7149,-0.6679 -3.5352,-1.1836 -5.2149,-1.3164 m -7.8398,2.875 c 2.0039,-0.3828 4.7344,-0.2226 6.789,0.1016 1.2305,0.1953 2.6563,0.4492 3.6602,1.1016 0.8047,0.5273 1.457,1.375 1.2461,2.2382 -0.2813,1.1758 -2.0039,2.1329 -3.1719,2.7383 -2.3945,1.2344 -5.2461,2.5625 -7.4961,2.5117 -0.9101,-0.02 -1.3476,-0.5156 -1.6523,-1.4961 -0.4805,-1.539 -1.1485,-4.0859 -0.9688,-5.6171 0.1133,-0.9454 0.6289,-1.3946 1.5938,-1.5782 m 63.8867,3.6602 c 0.3672,0.7109 1.0195,1.3672 1.6953,1.7617 3.8203,1.3594 8.8399,2.4063 10.9414,4.043 0.047,0.6797 -2.4648,1.3828 -3.8242,1.5234 -3.0312,-0.207 -6.0625,-0.414 -9.0977,-0.6211 -0.5625,0.1446 -0.832,0.4414 -0.7773,1.1758 0.043,0.6094 0.4063,1.3477 0.9336,1.7773 3.3359,1.1016 7.4609,0.4883 11.1328,0.4024 2.2344,-0.5664 5.3438,-1.0859 6.8789,-3.2109 0.3047,-0.6094 0.3203,-1.4258 -0.012,-2.168 -0.3242,-0.7227 -1.0547,-1.4297 -1.6914,-1.8047 -3.9219,-1.2656 -8.6172,-2.082 -11.1602,-4.3438 -0.4882,-1.3632 1.8985,-2.0625 2.7813,-2.8867 0.5078,-0.6758 0.5586,-1.9804 -0.047,-2.6367 -0.8008,-0.8672 -2.6445,-0.5664 -4.0195,0.1602 -1.3711,0.7187 -3.0781,2.0898 -3.7617,3.4804 -0.5196,1.0547 -0.543,2.2461 0.027,3.3477 m -211.16797,-5.4649 c 0.39844,4.293 0.55469,8.336 0.79297,12.5391 0.0703,1.0313 0.37109,1.8594 1.32031,1.8555 0.94531,0 1.25391,-0.8321 1.33203,-1.8555 0.28907,-3.6875 0.26563,-7.7578 0.0391,-11.4492 0.11718,-1.3359 -0.85938,-2.793 -2.28125,-2.875 -1.09375,-0.062 -1.30079,0.7383 -1.20313,1.7851 m 67.81641,-3.0546 c -1.08985,0.074 -1.6875,0.2578 -1.95313,1.1523 0.57422,11.75 3.5586,24.8711 4.50781,36.0391 0.64844,0.4062 1.94532,0.012 2.58985,-0.7969 0.40234,-0.5039 0.5039,-1.2031 0.49219,-1.8594 -0.875,-5.4062 -1.67188,-11.3008 -2.23829,-15.75 2.72657,-1.8828 8.17579,-1.1836 12.09375,-3.4531 2.1836,-1.0469 5.25782,-2.6211 6.75782,-4.8516 0.73437,-1.3906 0.73437,-3.914 -0.008,-5.2968 -1.52734,-2.3243 -4.53906,-3.3633 -6.76953,-4.254 -5.16797,-1.8789 -10.3164,-0.6523 -15.47265,-0.9296 m 4.39843,2.8554 c 1.82032,-0.2187 4,-0.1953 5.82813,0.1367 2.08594,0.379 6.02344,1.6329 7.47656,2.9141 0.6836,0.6016 0.9961,1.4492 0.625,2.332 -0.73828,1.7461 -3.61719,3.3985 -5.23437,4.1954 -2.15625,1.0625 -5.51172,2.5 -7.6836,2.25 -1.5,-0.1719 -2.89453,-1.9102 -3.40625,-3.5274 -0.48828,-1.5586 -0.78906,-5.5586 -0.52734,-6.6367 0.23437,-0.957 1.66406,-1.5078 2.92187,-1.6641 m 246.72648,-3.1445 c -2.4726,0.9961 -4.832,2.6094 -6.5312,4.5078 -1.7734,1.9844 -3.75,4.6524 -4.4649,6.9961 -0.3906,1.2813 -0.4803,2.9297 -0.1678,4.25 0.1953,0.8203 0.453,1.3906 1.1405,2.0703 0.9648,0.957 2.0781,1.211 3.1564,1.1836 1.7226,-0.047 3.5936,-0.6797 5.2343,-1.3672 2.0235,-0.8515 5.836,-5.6719 6.8828,-5.6601 1.6055,1.5468 3.2149,3.0976 4.8204,4.6484 1.0468,0.5039 2.3203,0.5156 2.9257,-0.1758 0.375,-0.4258 0.4063,-1.1367 0.1368,-1.7461 -1.4258,-1.7695 -2.8477,-3.5351 -4.2696,-5.3047 -1.2773,-3.1523 -0.6367,-7.2656 -2.664,-9.707 -1.6875,-0.8516 -4.211,-0.4766 -6.1993,0.3047 m 0.6446,11.2734 c -1.2071,1.3633 -3.1211,2.9063 -4.6172,3.5391 -1.1055,0.4687 -2.6367,0.5391 -3.3985,0.039 -0.664,-0.4336 -0.6875,-1.1836 -0.3046,-2.1563 0.5937,-1.5117 1.7382,-3.1641 3.1914,-4.6992 1.8242,-1.918 3.8359,-3.3203 5.7695,-4.5078 0.9883,-0.6055 1.8672,-0.9922 2.4648,-0.3946 0.6875,2.129 -1.3711,5.586 -3.1054,8.1797 m -34.918,1.4493 c 0.082,1.4765 0.6094,2.7031 2.125,4.0078 2.8203,2.2265 5.5391,3.3867 8.2773,3.3672 2.8008,0.047 6.754,-0.5938 8.9532,-2.5977 0.5312,-0.9063 0.1172,-1.8125 -0.7539,-2.043 -2.3789,0.3907 -4.7578,0.7813 -7.1328,1.1719 -1.2891,0.074 -2.5977,-0.1211 -3.8165,-0.6445 -1.6562,-0.7149 -4.0507,-2.75 -4.2656,-4.3907 -0.07,-0.5351 0.168,-0.9843 0.6016,-1.2695 3.418,-1.2305 7.832,-1.4531 11.6719,-4.625 0.914,-0.9648 1.2265,-1.9765 1.1601,-3.1289 -0.066,-1.1211 -0.4844,-2.2656 -1.289,-2.832 -2.0743,-0.9063 -4.8321,-0.5742 -7.211,-0.1641 -2.289,0.5977 -5.2656,1.875 -6.8906,3.9219 -1.5117,2.8476 -1.4649,6.1719 -1.4297,9.2266 m 8.3594,-7.0977 c -1.0899,0.3398 -2.7031,0.3672 -2.6406,-0.3281 0.058,-0.7305 2.5898,-2.0938 3.8359,-2.586 1.1367,-0.4492 2.5742,-0.4687 2.8203,0.2539 0.2148,1.1133 -2.3633,2.0704 -4.0156,2.6602 m -117.3867,7.0977 c 0.094,1.4765 0.6601,2.6875 2.207,3.789 3.1601,1.9336 6.1836,2.6172 9.25,2.5547 2.7773,-0.1406 6.7226,-0.25 8.9258,-2.4844 0.5429,-0.9922 0.1133,-1.8515 -0.7422,-2 -3.0313,0.4492 -6.0625,0.8946 -9.0938,1.3438 -2.289,-0.6719 -5.9257,-2.2188 -6.7226,-4.1055 2.9062,-1.9258 9.4336,-1.1875 13.8515,-5.1055 1.1914,-1.2382 1.3399,-2.6953 1.2383,-4.1836 -0.078,-1.1718 -0.3203,-1.8164 -1.3047,-2.3046 -1.1523,-0.5743 -2.9336,-0.9102 -4.1562,-0.918 -2.0781,-0.012 -5.1797,0.5 -7.1758,1.1914 -1.6172,0.5625 -3.7812,2.2187 -4.9219,3.9023 -1.7343,2.7696 -1.2734,5.5508 -1.3554,8.3204 m 9.5859,-9.2149 c 1.5078,-0.4883 5.8047,-0.7617 5.6445,0.1484 -1.2695,1.5391 -5.3711,2.9922 -7.8281,3.9727 -1.1602,0.3633 -2.6367,0.3906 -2.8867,-0.3945 -0.1719,-1.4024 3.1172,-3.0235 5.0703,-3.7266 m -86.26568,14.4453 c 2.11719,0.4766 5.09375,0.3164 7.21094,-0.082 2.90234,-1.0156 5.80864,-2.0313 8.71094,-3.0469 1.3516,0.9844 2.7071,1.9688 4.0586,2.9531 1.711,0.6524 4.336,1.2071 6.1563,1.0586 1.9375,-0.1562 4.3281,-0.6093 6.1914,-1.3945 1.3281,-0.5586 2.918,-1.5664 4.0977,-2.7187 0.9414,-0.918 1.4492,-1.8594 1.7578,-2.9297 0.4765,-1.6524 0.5625,-3.5352 0.3554,-5.2149 -0.1328,-1.0859 -0.4882,-2.164 -1.2968,-2.9648 -0.9961,-0.9805 -2.6563,-1.5391 -3.9727,-1.9727 -1.9883,-0.6562 -4.1055,-1.2148 -6.0898,-1.3867 -2.0196,-0.1758 -4.0196,-0.1211 -6.1094,0.332 -1.0703,0.2305 -2.2344,0.4805 -2.8086,1.1133 -1.3399,2.7149 -1.4531,6.8438 -3.6563,9.3203 -3.71876,2.0352 -8.52736,4.168 -12.28908,3.8711 -1.34375,-0.4297 -3.30468,-2.1211 -3.01562,-3.1328 2.71484,-1.6758 5.43359,-3.3476 8.14844,-5.0195 1.42187,-1.1446 2.79687,-2.5625 3.01172,-4.0508 0.17187,-1.1523 -0.24219,-2.3047 -1.1836,-2.9531 -1.52734,-1.0586 -4.47656,-0.6328 -6.16015,-0.4844 -1.85938,0.1641 -4.58204,0.7344 -6.00782,2.2656 -1.60156,1.7227 -4.14843,7.7813 -4.15625,9.0781 0.89844,2.004 4.19141,6.2227 7.04688,7.3594 m 19.99618,-8.8594 c 1.0156,-0.5234 2.0351,-1.0429 3.0546,-1.5664 0.4063,-1.2109 0.3907,-4.2773 2.3555,-4.3242 1.6094,-0.2539 4.8438,0.6406 6.4844,1.5781 1.5664,0.8907 3.418,2.461 3.5156,3.9024 0.078,1.1719 -0.6172,2.4375 -1.6836,3.4726 -1.3398,1.3008 -3.207,2.6485 -4.6953,2.9297 -1.7851,0.3399 -4.9726,0.5196 -6.6836,-0.3047 -1.3476,-0.6523 -2.3867,-2.0664 -2.6445,-3.2109 -0.1836,-0.832 -0.1445,-1.8633 0.2969,-2.4766 m -18.92196,-2.6328 c -0.91797,0.3946 -1.76953,0.418 -1.90625,-0.1914 -0.22657,-1 1.76172,-2.7812 3.16797,-3.5117 1.24609,-0.6523 3.58984,-0.625 3.52734,0.2305 -0.0586,0.8164 -3.42188,2.8828 -4.78906,3.4726 m -90.69922,4.336 c 0.64844,1.9375 1.3789,4.5937 3.66797,5.789 1.17187,0.5118 1.98828,0.1055 2.30078,-0.7539 0.20312,-2.0273 0.40625,-4.0547 0.60937,-6.082 0.41016,-1.6484 0.94922,-3.2969 2.00782,-4.875 1.28125,-1.9102 3.51953,-3.8359 5.23046,-4.125 1.65235,-0.4883 4.00391,2.3984 5.13672,4.125 1.01172,3.5586 2.02735,7.1172 3.04297,10.6758 0.64844,0.5117 1.99219,0.5156 2.54297,-0.055 0.3125,-3.5586 -1.96875,-8.8086 -2.94922,-13.0547 -0.92969,-2.0312 -2.55469,-4.125 -4.69922,-4.9414 -2.45703,-0.6055 -4.89062,-0.3945 -7.32812,1.0117 -1.32813,0.8711 -2.97266,2.5 -4.05469,3.836 -0.70703,1.414 -1.41406,2.8281 -2.125,4.2421 -1.44531,0.6329 -0.73828,-2.8164 -1.83594,-3.8398 -0.7539,-0.543 -1.67187,-0.1211 -1.99218,0.7344 -0.71875,1.9062 -0.1836,5.2031 0.44531,7.3125 m 363.74228,-14.461 c -2.5782,0.7227 -6.0625,0.9102 -7.8907,2.3789 -0.6289,0.8399 -0.6601,2.8086 -0.043,4.0196 1.6797,2.8867 7.0586,4.2656 6.8867,6.8554 -0.2344,1.1719 -1.75,1.5782 -2.9258,1.4063 -2.3828,-0.8008 -4.7656,-1.6016 -7.1484,-2.4024 -0.5899,0.07 -0.8711,0.3321 -0.8477,1.0508 0.02,0.6133 0.3594,1.3672 0.875,1.9727 2.3086,2.0703 5.4063,3.0976 8.1367,3.3945 2.0547,0.2735 4.3867,-1.1719 6.2422,-3.1797 1.1367,-1.3711 1.4102,-2.9062 0.7305,-4.3398 -1.461,-3.1914 -7.1055,-4.207 -6.918,-6.6289 0.8125,-1.4844 4.2774,-0.3828 6.1445,-0.9649 0.5977,-0.2382 0.9258,-0.5859 0.9102,-1.2734 -0.012,-0.6992 -0.3398,-1.2109 -1.0117,-1.6914 -0.9297,-0.6602 -2.1172,-0.7149 -3.1406,-0.5977 m -168.1797,-5.8437 c -0.6914,1.9414 0.086,6.3906 0.9765,8.3047 0.293,0.6289 0.6094,0.9492 1.2461,0.9414 1.2422,0.035 1.4766,-1.5977 1.2774,-2.9922 -0.1524,-1.8477 -0.5078,-4.7422 -1.1133,-6.2852 -0.25,-0.6289 -0.5703,-0.9492 -1.1953,-0.9414 -0.6211,0.01 -0.9649,0.336 -1.1914,0.9727 m 53.1679,3.168 c 1.9141,8.5507 3.1016,18.1328 6.3125,25.8867 0.7305,0.5273 1.6094,0.125 1.9258,-0.711 0.4922,-3.1289 -0.3672,-6.9062 1.4961,-9.9804 0.75,-1.4688 1.8906,-3.1055 3.3828,-3.3321 1.6914,-0.1992 3.7969,1.5157 5.1133,3.375 1.3281,3.2032 2.6563,6.4102 3.9883,9.6172 0.6797,0.543 2.0351,0.5391 2.6445,-0.035 0.6133,-0.5743 0.4453,-1.6641 0.1367,-2.7383 -0.6992,-2.461 -1.7148,-5.0781 -2.8671,-7.3633 -0.918,-1.8242 -2.7149,-4.6484 -4.8868,-5.7148 -1.6875,-0.8321 -4.6172,-0.7071 -6.3437,-0.3555 -2.4649,-0.055 -4.5313,5.0664 -5.207,3.7812 -1.3321,-5.0351 -1.6016,-12.5429 -3.875,-17.375 -0.4532,-0.2929 -1.1368,-0.2812 -1.5469,0.051 -1.0391,0.8477 -0.5821,3.3867 -0.2735,4.8946 m -96.1484,-3.1133 c 2.0469,8.457 4.0977,16.914 6.1445,25.3711 0.4258,1.0312 1.0352,1.875 2.0391,1.8515 1.0117,-0.023 1.2852,-0.8789 1.1914,-1.8867 -1.9258,-8.5039 -3.8555,-17.0078 -5.7812,-25.5156 -0.4141,-0.9219 -1.2657,-1.8086 -2.3243,-1.8242 -1.082,-0.016 -1.3672,0.8672 -1.2695,2.0039 m -159.87114,1.0976 c 1.17968,0.2969 1.98828,0.016 2.23437,-1.0156 0.25391,-1.0703 -0.22266,-1.918 -1.14062,-2.1953 -1.26172,-0.3555 -3.22657,-0.043 -3.12891,1.2187 -0.0156,0.9336 0.89062,1.7032 2.03516,1.9922 m 345.85164,-5.2187 c -0.6172,1.6367 -0.8321,5.0234 -1.125,7.039 0.1328,1.8985 0.2656,3.8008 0.4023,5.6993 -2.4531,1.2695 -4.9023,2.539 -7.3515,3.8086 -1.7188,1.1835 -3.586,2.6953 -4.4063,4.4804 -0.9062,1.9649 -0.9961,4.3321 -0.8359,6.336 0.086,1.1132 0.3593,1.8632 1.3047,2.4062 1.8671,1.0781 5.246,1.2109 7.3085,0.5938 2.3985,-0.7149 6.0274,-4.7696 6.961,-4.7774 1.6445,1.8633 3.289,3.7305 4.9297,5.5938 1.0703,0.4687 1.9726,0.09 2.2539,-0.9219 0.1719,-0.6211 0.07,-1.418 -0.25,-2.1406 -1.4102,-2.0196 -2.8242,-4.0352 -4.2344,-6.0547 0.1484,-2.2969 0.2969,-4.5977 0.4453,-6.8985 -0.3359,-4.2421 -1.2383,-8.8632 -1.9609,-13.0664 -0.1367,-1.3437 -0.9141,-3.0781 -2.2149,-3.0312 -0.6757,-0.01 -1,0.3281 -1.2265,0.9336 m -0.062,21.0625 c -0.5938,1.207 -1.7539,2.5469 -3.0352,3.8008 -1.3476,1.3164 -2.5078,1.9765 -3.7578,2.2812 -0.9102,0.2188 -1.8477,0.2774 -2.5117,-0.375 -0.6641,-0.6484 -0.6328,-1.5976 -0.4102,-2.4922 0.2305,-0.9336 0.6211,-1.6836 1.4102,-2.4297 1.539,-1.4609 3.7851,-3.0507 5.5859,-4.0078 1,-0.5312 1.7188,-0.7617 2.3906,-0.1484 0.9102,0.832 0.9063,2.1914 0.3282,3.3711 M 34.054688,1565.0781 c -0.644532,1.0391 -0.171876,2.9883 0.835937,3.7696 2.953125,0.7695 5.90625,1.539 8.859375,2.3086 1.773438,0.9882 4.375,3.2226 4.625,4.9296 0.167969,1.1485 -0.289062,2.5391 -1.082031,3.7071 -0.644531,0.9492 -1.65625,1.9297 -2.636719,2.8828 -2.949219,3.789 -7.191406,3.5195 -9.613281,6.2461 -0.597657,1.0195 -0.65625,2.8867 -0.328125,4.1914 0.191406,0.7656 0.46875,1.3203 1.160156,1.789 4.039062,1.4219 8.234375,-1.2343 12.332031,-0.6015 1.445313,-0.1289 3.964844,-0.4336 4.6875,-1.5078 0.535157,-0.7969 0.144531,-1.6758 -0.683593,-1.9883 -3.226563,-0.6563 -9.296876,0.5156 -10.957032,-0.8555 0.179688,-1.1719 7.226563,-5.332 8.804688,-7.7461 1.835937,-2.3828 1.335937,-4.8633 1.417968,-7.3008 0.0039,-1.5429 -0.06641,-2.6328 -0.980468,-3.5664 -1.925782,-2.7031 -7.382813,-2.9609 -9.238282,-5.207 6.003907,-1.6601 12.007813,-3.3203 18.015626,-4.9766 0.65625,-0.3203 1.320312,-0.707 1.660156,-1.2343 0.527344,-0.8047 0.554687,-2.1328 -0.117188,-2.7461 -8.765625,3.1015 -18.273437,4.3594 -26.761718,7.9062 M 1233.5977,1527.0938 c 0.3515,1.0078 0.7929,2.2617 1.5351,3.1132 0.7539,0.8633 1.875,1.3243 2.8828,1.0586 1.0508,-0.2734 1.3789,-1.1679 0.9649,-2.3281 -0.961,-1.6953 -1.9219,-3.3906 -2.8789,-5.082 -0.2774,-1.6797 -0.5547,-3.3594 -0.8321,-5.043 -0.3515,-0.8398 -1.3086,-1.2422 -2.0351,-0.6758 -1.2461,2.1992 -0.6211,6.0235 0.3633,8.9571 m -309.58989,7.0117 c 1.99219,1.9961 5.41016,3.2695 7.96485,3.3476 3.74609,-0.012 7.66015,-1.5039 11.05859,-3.3672 1.63281,0.4571 3.26953,0.9141 4.90234,1.3711 2.41407,0.09 4.80078,0.055 7.20703,-0.6875 2.31641,-0.7109 4.92969,-1.9453 6.9961,-3.8203 1.21484,-1.1015 2.0625,-2.4101 2.23437,-3.8984 0.1211,-1.0352 -0.0234,-2.1914 -0.32422,-3.2149 -0.33203,-1.1171 -0.84375,-1.8515 -1.78125,-2.4531 -3.32031,-2.1328 -7.72656,-3.4765 -11.26562,-3.7695 -2.22266,-0.1875 -7.44922,0.2265 -8.99219,1.457 -1.03906,0.832 -1.64062,3.2969 -2.03125,4.8438 -0.1914,2.2968 -0.38672,4.5937 -0.57812,6.8906 -1.15625,1.6484 -3.78125,2.5976 -5.44532,3.0742 -1.90625,0.8203 -3.78906,-0.4023 -5.67578,-1.668 -1.97265,-1.3164 -2.38281,-3.3632 -2.52734,-5.1601 0.082,-1.4727 2.57031,-4.4102 4.42578,-5.1094 1.55859,-0.031 3.11719,-0.066 4.67188,-0.098 0.75,-0.7383 0.55468,-2.9454 -0.72657,-3.7305 -1.97656,-0.8867 -4.27343,-0.7891 -6.33203,0.2265 -1.32422,0.7227 -3.0039,2.0586 -4.07812,3.418 -0.88282,1.1172 -1.08985,2.043 -1.14844,3.1445 -0.0312,3.0391 -0.10938,6.418 1.44531,9.2032 m 21.3711,-11.4766 c 1.20312,-0.8945 3.27343,-1.6875 4.65625,-1.7187 2.02734,-0.055 4.71484,0.7304 6.70703,1.7265 1.48047,0.7774 3.64453,2.0078 3.62109,3.3985 -0.004,1.2968 -2.10547,3.1523 -3.61328,4.1523 -1.72266,1.1445 -4,2.1719 -5.76172,2.2227 -1.41797,0.043 -3.38672,-0.375 -4.72656,-1.1836 -1.41016,-0.8477 -3.12891,-2.9297 -3.26563,-4.2735 -0.14453,-1.3593 1.08203,-3.3593 2.38282,-4.3242 m -324.58985,-2.8867 c 0.36328,-0.3945 0.36328,-1.0899 0,-1.4844 -0.61328,-0.6719 -1.96484,-0.6719 -2.57812,0 -0.36328,0.3945 -0.36328,1.0899 0,1.4844 0.61328,0.6719 1.96484,0.6719 2.57812,0 m 364.3711,-2.7031 c -1.125,-0.5743 -2.41016,-0.5586 -2.9961,0.1328 -1.47656,1.6406 2.10547,4.2187 2.21094,5.8789 0.13281,0.8672 -0.13281,1.9219 -0.53516,2.7265 -0.69531,1.3946 -2.42187,2.3868 -4.01953,3.1172 -1.29687,0.5977 -2.49219,0.7071 -3.78125,0.6485 -1.74609,-0.086 -4.04297,-1.25 -5.35547,-2.961 -1.72265,-2.2773 -0.92968,-5.4609 -1.41797,-7.8203 -0.34375,-0.8086 -1.30468,-1.1992 -2.01562,-0.6367 -1.02734,2.5313 -0.875,6.8164 -0.20313,10.0703 1.23829,2.0274 3.92188,3.9727 5.83204,4.1758 2.84765,0.4375 6.42578,0.4141 9.27343,-0.7773 1.38282,-0.5782 2.81641,-1.3594 3.98828,-2.5 0.88282,-0.8594 1.64454,-1.9102 2,-2.961 0.65235,-1.918 0.0977,-4.3906 -0.64843,-6.3047 -0.41797,-1.0703 -1.15235,-2.1836 -2.33203,-2.789 m 195.71874,3.0351 c 0.4024,1.4297 1.4922,2.8906 2.4258,4.1719 2.0117,2.7539 4.7539,5.5469 7.0078,8.0273 0.7617,0.836 1.7188,1.1993 2.4414,0.6485 1.4844,-2.8516 1.8008,-7.3711 2.6524,-10.961 -0.055,-1.9414 0.6328,-4.5703 -0.5938,-5.8242 -0.7734,-0.5664 -1.6914,-0.1523 -2.0039,0.6797 -0.2422,2.9258 -0.6719,7.6602 -2.2188,8.8555 -2.3281,-1.0156 -5.1601,-5.4649 -6.621,-7.8477 -0.8282,-0.8203 -2.0118,-1.2304 -2.7188,-0.6758 -0.6602,0.5196 -0.6797,1.8477 -0.3711,2.9258 m -48.8203,10.0039 c 0.7734,1.2657 2.4961,2.0821 3.8594,2.293 1.7343,0.2695 3.5742,0.1445 5.2148,-0.5938 2.293,-1.5351 4.586,-3.0703 6.8789,-4.6054 2.2774,-0.5391 4.4258,3.9804 6.9688,4.1914 1.4414,0.3359 3.1601,-0.051 3.1406,-1.3555 0.051,-1.3125 -5.0156,-4.9687 -6.3516,-7.1953 -1.2617,-2.1016 0.3164,-4.082 -0.8554,-5.9258 -0.4414,-0.6875 -1.0196,-0.9844 -1.7422,-1.1797 -3.5117,-0.012 -6.9219,-0.7968 -10.3828,0.6328 -1.6993,0.9336 -3.5508,2.6915 -4.9727,4.3829 -1.1953,1.4257 -1.9687,2.7187 -2.1797,4.1679 -0.2265,1.5352 -0.3789,3.8828 0.4219,5.1875 m 13.5391,-7.2422 c -1.125,1.6446 -2.2657,2.9922 -3.8555,4.1211 -1.1289,0.8047 -2.6016,1.9766 -3.7188,2.0703 -0.8632,0.074 -1.8828,-0.5156 -2.5351,-1.3398 -0.6914,-0.8672 -0.6836,-1.6172 -0.2227,-2.5742 0.7149,-1.4844 2.4102,-3.2188 3.9883,-4.3164 1.5742,-1.0977 3.2617,-1.8633 4.7734,-2.1524 1.1993,-0.2304 2.5743,-0.2539 2.9649,0.6563 0.3945,0.9219 -0.5156,2.2461 -1.3945,3.5351 m -59.7422,6.4532 c 1.8086,2.289 4.0273,2.5742 6.0351,2.9687 3.4336,0.5508 6.8321,-0.2539 10.3438,-1.2305 0.9844,-0.2734 2.2148,-0.5937 3.0117,-1.2656 0.6055,-0.5117 0.9141,-1.0508 0.8945,-1.7265 -0.027,-1.043 -0.8789,-1.2032 -1.8867,-1.0313 -3.3789,0.8672 -6.8555,2.3086 -10.1562,2.2422 -1.4532,-0.2305 -4.5782,-1.5117 -5.0352,-2.5156 0.4492,-2.293 7.7734,-1.9571 11.2305,-4.9961 1.0859,-0.9336 1.2968,-2.3047 0.8476,-3.8711 -0.332,-1.1641 -0.9297,-1.8477 -1.9492,-2.125 -1.4922,-0.4024 -3.6406,-0.2266 -5.2226,0.023 -2.2032,0.3477 -5.2891,1.1446 -7.2071,2.4531 -1.6523,1.129 -2.3945,3.7657 -2.8125,5.7579 -0.3906,1.8711 0.2578,3.4257 1.9063,5.3164 m 3.1445,-7.8164 0.5273,0.5273 -0.5273,0.5273 -0.5273,-0.5273 0.5273,-0.5273 m 3.0703,-1.75 c 1.0078,-0.211 2.6602,0.1445 2.6563,0.4609 -0.2618,0.7383 -4.3243,1.6562 -4.4805,0.6016 0.01,-0.3243 0.9492,-0.8789 1.8242,-1.0625 m 4.8516,-0.6563 -0.1953,0.1406 -0.3789,-0.098 -0.2696,-0.1758 0.1953,-0.1406 0.3789,0.098 0.2696,0.1758 m 147.1289,10.0899 c 0.6992,1.2773 2.4414,2.496 3.7617,2.9648 2.9258,1.043 7.2852,1.6289 10.2617,1.2852 2.3125,-0.8047 4.625,-1.6055 6.9375,-2.4102 2.3008,1.0078 4.6016,2.0156 6.9024,3.0273 1.6601,0.5157 3.4062,0.5039 5.0898,0.4532 1.9805,-0.059 4.1875,-0.5703 6.2695,-1.4297 1.0391,-0.4297 1.8868,-1.0391 1.8672,-2.043 -0.019,-1.0117 -0.8711,-1.293 -1.875,-1.2031 -3.0429,0.5 -6.1601,2.3359 -9.1484,1.4844 -2.2227,-1.0235 -5.9336,-2.3164 -6.8086,-4.0664 2.2227,-2.3946 8.7812,-0.7657 12.8281,-4.2266 0.9961,-0.9766 1.4492,-2.6484 1.1758,-4.0508 -0.3086,-1.5976 -1.6562,-2.8906 -3.1641,-3.2539 -1.8554,-0.4492 -4.375,-0.2812 -6.2226,0.074 -1.7031,0.3281 -3.4805,1.1602 -5.1797,2.3321 -1.0664,0.7343 -2.1211,1.6523 -2.7539,2.664 -0.8164,2.2461 -1.6328,4.4883 -2.4492,6.7305 -1.3828,1.4414 -3.9766,2.539 -5.625,2.6836 -1.5039,0.1289 -4.2852,-0.2969 -5.6953,-1.0117 -1.8907,-1.1329 -4.1094,-3.4883 -3.7149,-5.1094 0.1524,-1.5195 1.4297,-3.1055 2.8789,-4.3438 2.3203,-2.3242 5.4102,-3.1562 7.8555,-3.4336 0.8086,-0.3711 1.2109,-1.3086 0.625,-2.0312 -1.5977,-1.0039 -4.7969,-0.9102 -7.0508,0.023 -1.7187,0.7813 -3.5351,1.8789 -5.1914,3.4844 -1.0469,1.0156 -1.7031,2.0039 -1.9375,3.082 -0.4453,2.0782 -0.6836,6.4219 0.3633,8.3243 m 28.7851,-6.9844 c -1.4336,0.4258 -4.6211,1.25 -4.8593,0.539 -0.3243,-0.957 3.2578,-3.1054 5.125,-3.8867 1.3711,-0.75 3.4843,-0.043 3.6054,1.0508 -0.043,0.9531 -2.5937,1.9219 -3.8711,2.2969 m -69.9765,4.9648 c 0.3437,1.0508 1.0898,2.1211 1.9687,3.0781 1.8555,2.0157 4.0625,2.9961 6.1094,3.1915 3.4141,-0.01 6.7852,0.5937 10.2578,-1.2344 1.6445,-0.7656 3.7656,-1.6211 4.8906,-3.0547 0.6719,-0.8555 1.0352,-2.0156 1.1758,-3.0781 0.1485,-1.1289 0.01,-2.0938 -0.5859,-3.2032 -0.9297,-1.7461 -2.7188,-3.5859 -4.3945,-4.7656 -1.9454,-1.3711 -4.1016,-2.4023 -6.0977,-3.0898 -1.8828,-0.6446 -4.168,-1.3125 -6.2227,-1.3633 -1.5312,-0.039 -2.7343,0.6055 -3.8515,2.1172 -1.8985,2.5625 -2.9141,5.5547 -3.3594,8.2265 -0.1758,1.0547 -0.2383,2.125 0.1094,3.1758 m 5.7109,-7.8359 c 1.0195,-1.3125 2.1719,-1.8516 3.461,-1.8008 2.2539,0.09 5.4062,1.6602 7.6953,3.2891 1.8281,1.3554 3.6445,3.4257 3.2187,5.1132 -0.8203,1.8516 -3.4258,3.1016 -5.1328,4.004 -1.7891,0.8085 -3.9297,0.8867 -5.7109,0.5507 -1.4297,-0.2695 -3.4297,-1.5976 -4.4102,-2.8437 -0.8164,-1.0352 -1.0781,-2.3906 -0.9726,-3.6211 0.1289,-1.4883 0.7265,-3.2461 1.8515,-4.6914 m -320.67577,-9.6289 c 1.13281,9.4765 1.26953,19.25 1.93359,28.539 0.22266,0.6055 0.5625,0.9063 1.17969,0.9063 0.94922,-0.01 1.25781,-0.8242 1.33594,-1.8281 0.66797,-8.4727 -0.42578,-18.0586 -0.96875,-26.5313 0.11719,-1.3125 -0.85547,-2.75 -2.27734,-2.832 -1.09375,-0.066 -1.29688,0.7226 -1.20313,1.7461 m 170.22657,23.207 c 1.9648,0.9649 5.457,1.6211 7.9102,1.5586 3.746,-0.094 7.3828,0.4883 11.207,-1.4414 1.1015,-0.7109 1.8164,-1.7539 2.082,-2.8945 0.3047,-1.3125 0.2774,-3.1133 -0.3555,-4.1758 -1.8593,-2.2422 -5.2539,-3.8867 -7.8085,-4.6875 -2.6797,-0.8399 -9.8438,0.1758 -10.4219,-0.7617 -0.6094,-4.0391 -0.035,-9.4258 -1.4531,-13.711 -0.2305,-1.1211 -2.2579,-1.3554 -3.043,-0.625 -0.7344,0.7422 1.164,26.0117 1.8828,26.7383 m 6.1094,-8.3906 c 1,-0.7813 1.7617,-0.9961 2.7461,-0.8555 1.7265,0.2422 4.0039,1.4727 5.7226,2.5508 1.1719,0.7305 2.418,1.7539 2.1719,2.7305 -0.2422,0.9492 -1.9219,1.7226 -3.0625,2.1328 -1.5586,0.5625 -3.1719,0.5586 -4.7813,0.4258 -1.496,-0.125 -3.3671,-0.4961 -4.5937,-1.3516 -0.7539,-0.5273 -1.0859,-1.1992 -0.9102,-2.0977 0.211,-1.0781 1.418,-2.5273 2.7071,-3.5351 m -75.38675,-17.7813 c 2.81641,10.4297 4.91797,20.3672 6.875,30.4766 0.31641,0.8242 1.20703,1.2695 2.27344,1.0391 0.74218,-0.1602 1.04297,-0.4727 1.23828,-1.1211 -1.82031,-10.043 -4.69141,-19.5586 -6.45703,-29.4024 -0.22657,-1.2929 -1.27344,-2.7422 -2.69532,-2.8008 -1.09375,-0.043 -1.32421,0.7774 -1.23437,1.8086 m -429.56641,4.4102 c 0.64063,2.0703 2.6211,8.0117 3.97657,8.7695 0.72265,0.4024 1.92968,0.016 2.60156,-0.8047 0.97656,-2.2656 1.95312,-4.5312 2.92969,-6.8007 1.29687,-1.7032 3.5625,-4.2852 5.12109,-4.1368 0.8125,0.1641 1.44531,1.1875 1.91406,2.125 1.66016,3.336 3.125,7.6914 3.91016,11 0.28515,1.1328 2.2539,1.3711 3.04297,0.5938 0.85156,-0.9141 -0.29297,-4.3867 -0.80078,-5.9766 -1.49219,-3.5547 -2.70704,-8.0742 -5,-10.8359 -1.26563,-0.8594 -5.46875,-0.8516 -7.13672,-0.027 -2.92578,1.3711 -4.27735,5.9649 -5.77735,6.625 -1.33203,-0.3125 -1.87109,-3.4492 -2.60156,-4.9492 -0.54297,-0.789 -1.52734,-1.1758 -2.23828,-0.5625 -1.02344,1.0547 -0.40234,3.3555 0.0586,4.9805 m -31.32812,-6.5195 c -2.2461,-0.1485 -5.32031,0.1328 -6.83985,1.4218 -0.54687,10.4844 0.76563,23.5782 1.10547,33.8672 0.86719,0.6836 2.875,0.4453 2.9336,-0.6719 -0.83985,-5.3046 -1.28907,-11.6054 -0.32032,-16.7304 5,-3.2149 11.59375,-2.25 17.46485,-6.4102 1.47265,-1.1758 2.14062,-2.5508 2.14062,-4.0664 0,-1.4844 -0.67578,-3 -2.16797,-4.0781 -4.84765,-2.1367 -9.4375,-2.2227 -14.3164,-3.332 m -4.11328,4.7812 c 0.43359,-0.7734 1.34765,-1.3711 2.29687,-1.5078 3.02735,-0.4414 8.71094,0.9375 11.65625,1.9922 1.07813,0.3867 2.84766,1.3437 2.85156,2.2148 0.008,0.9258 -1.8164,1.8789 -2.99218,2.4532 -2.63672,1.2812 -5.98828,2.7265 -8.65625,2.9609 -1.17969,0.1055 -2.67188,0.2226 -3.6211,-0.3281 -1.0625,-0.6172 -1.68359,-2.043 -1.84765,-3.2461 -0.17969,-1.336 -0.30078,-3.4532 0.3125,-4.5391 m 710.89065,-2.582 c 0.6562,-0.5391 0.6445,-1.9727 0.055,-2.5821 -0.5899,-0.6054 -1.9766,-0.6445 -2.5821,0.031 -0.3633,0.4023 -0.3945,1.1602 -0.043,1.7344 0.6054,0.9804 1.914,1.3593 2.5703,0.8164 m -687.93362,-1.9844 c -0.5586,1.4805 -0.26172,4.3125 -0.125,6.0273 0.29687,3.7149 0.79687,7.5782 1.73828,11.379 0.26172,1.0507 0.58594,1.9218 1.63672,1.9101 0.66015,-0.01 1.24219,-0.3398 1.67578,-1.0156 0.39453,-0.6133 0.48437,-1.3516 0.36719,-2.1055 -0.76953,-4.9648 -1.39063,-12.2344 -2.91016,-16.2305 -0.22656,-0.5976 -0.57031,-0.9023 -1.19141,-0.8945 -0.62109,0.01 -0.96484,0.3203 -1.1914,0.9297 m 469.19142,-2.0781 c -0.7227,0.1875 -1.0703,0.5781 -1.1289,1.2812 2.6484,5.211 4.8164,10.3555 5.3398,14.5508 -3.4453,0.09 -6.8906,0.1836 -10.3359,0.2734 -2.6953,0.8243 -6.9297,3.5782 -9.1563,6.0782 -1.2695,1.4258 -1.38668,3.5039 -1.00778,5.1914 0.39448,1.75 2.32418,3.3437 4.12108,4.0273 2.4609,0.9414 5.6953,1.4922 8.1836,1.2774 2.1875,-0.1875 5.1211,-0.8125 7.1992,-1.7578 0.918,-0.754 1.8399,-1.5118 2.7578,-2.2657 0.4492,0.836 0.9024,1.6719 1.3516,2.5078 0.8633,0.5274 2.793,-0.4296 2.9531,-1.7148 0.6875,-2.3672 0.2031,-5.8672 -0.5156,-8.2617 -1.7109,-5.6992 -3.3516,-11.4883 -5.3594,-17.0899 -0.4609,-1.289 -1.0976,-3.039 -2.3594,-3.7734 -0.6211,-0.3633 -1.4375,-0.4844 -2.0429,-0.3242 m 7.1093,26.8086 -0.2304,0.3203 -0.1563,-0.2031 0.02,-0.5782 0.1796,-0.625 0.2305,-0.3203 0.1563,0.2031 -0.02,0.5782 -0.1797,0.625 m -1.125,-2.9219 c -0.1796,0.2891 -5.3476,4.3437 -7.1445,4.918 -2.2617,0.7226 -4.3515,0.75 -6.7148,0.164 -1.7032,-0.3867 -4.3867,-1.2617 -4.7735,-2.8672 0,-1.2031 2.5938,-3.1679 3.9258,-4.0625 1.832,-1.2304 3.9649,-2.3203 5.8281,-2.9062 1.8243,-1.1445 3.7032,0.9922 5.8672,1.3476 1.4375,0 2.0196,-1.4648 2.1407,-1.8945 0.3085,-0.047 0.7226,0.9258 1.0039,1.836 0.3593,1.1562 0.4804,2.4726 -0.1329,3.4648 m -600.2265,-22.6094 c -1.01563,0.7227 -2.21485,1.7188 -3.01953,2.7422 -0.88282,1.1211 -1.09375,2.0703 -1.15625,3.2149 -0.0781,1.4765 0.0195,2.8906 1.1914,4.1093 2.875,2.7344 6.34766,2.2774 8.69531,3.5821 0.41407,0.3046 0.64454,0.7695 0.50782,1.207 -0.89453,1.7226 -3.9961,2.2539 -6.04688,2.9922 -2.03515,0 -4.07031,0 -6.10547,0 -0.57812,0.1562 -0.85156,0.4609 -0.80468,1.1953 0.043,0.6133 0.40625,1.3555 0.9375,1.7852 2.35156,1.0078 5.47265,0.6523 8.14453,0.1328 1.69531,-0.5039 3.52343,-1.2266 5.16015,-2.2032 1.0586,-0.6289 2.15625,-1.5195 2.71094,-2.6132 0.71484,-1.418 0.46094,-3.0547 -0.73437,-4.3438 -3.02344,-2.6133 -7.37891,-1.8711 -9.21094,-5.0234 -0.42578,-1.0547 0.3125,-2.2696 1.38281,-3.293 1.82422,-0.8984 3.64453,-1.8008 5.46875,-2.6992 0.56641,-0.7695 0.12891,-1.6875 -0.75,-2.0117 -1.9375,-0.3711 -4.35547,-0.3985 -6.37109,1.2226 m -157.88672,5.8516 c -0.40625,2.6992 -0.79688,5.8555 0.21094,8.2187 1.07031,1.2696 3.37109,1.6094 4.98437,0.9883 1.85547,-1.2539 3.71094,-2.5078 5.5625,-3.7617 0.74609,1.3086 1.48828,2.6211 2.23047,3.9336 0.99219,0.9101 2.26172,1.2187 2.94531,0.6172 0.60547,-0.5274 -1.57812,-15.5039 -1.85547,-15.793 -0.85547,-0.8984 -3.35937,-1.2695 -4.88281,-1.4101 -1.33203,-0.1211 -2.94922,-0.2813 -4.17578,0.375 -1.97656,1.0625 -4.33594,4.8242 -5.01953,6.832 m 10.08594,-1.6524 c 0.0976,1.3321 -1.75391,3.918 -3.27735,5.2539 -1.10937,0.9727 -2.54297,1.8008 -3.28125,1.5391 -0.61328,-0.2187 -0.8164,-1.0781 -0.60547,-1.9844 0.20313,-0.875 0.80078,-1.8672 1.35547,-2.789 0.97266,-1.6328 3.16797,-4.7344 4.42188,-3.8555 0.63672,0.3008 1.34375,1.1914 1.38672,1.8359 m 315.51171,0.586 c -1.20312,1.789 -2.78125,4.0898 -3.44921,6.082 -0.4336,1.2969 -0.69922,2.8867 -0.33985,4.2461 0.30078,1.1367 1.0625,1.8789 2.17969,2.1719 1.75781,0.4648 4.60937,0.4453 6.30469,-0.2422 5.10547,-1.7461 7.96875,-8.5274 10.21875,-8.4102 1.65625,1.7735 3.16797,6.8868 3.77734,9.3633 0.33203,1.3399 0.40625,2.4727 -0.31641,3.8047 -0.97265,1.7969 -3.16015,3.9297 -4.94531,4.3984 -1.26953,0.3282 -3.42578,-0.1406 -4.37109,-0.957 -1.19141,-0.8906 -0.91016,-3.543 -2.53125,-3.3867 -1.24219,-0.01 -1.4375,1.6758 -1.36328,3.1328 0.0273,0.7266 0.10156,1.4414 0.46093,2.0586 0.54297,0.9375 1.6836,1.6875 2.76172,2.0625 2.04297,0.7148 5.25391,0.6367 7.29297,0.2266 1.0586,-0.211 2.0586,-0.8164 2.95703,-1.6289 1.16016,-1.0547 1.92578,-2.1915 2.52344,-3.5704 1.14453,-2.7382 1.05078,-5.4921 0.4375,-8.2265 -1.73047,-5.5938 -4.73047,-11.9102 -7.15234,-17 -1.39844,-1.2266 -4.02344,-1.6094 -6,-1.0742 -3.66407,1.7695 -6.22266,4.0859 -8.44532,6.9492 m 11.39063,-0.8321 c -0.66406,1.8438 -1.51953,3.8985 -3.23047,5.6641 -1.51953,1.5664 -3.96094,3.707 -5.71875,4.5078 -0.87891,0.4024 -1.80469,0.25 -2.39062,-0.5039 -0.41797,-0.539 -0.45704,-0.9375 -0.21875,-1.6601 0.57812,-1.7188 2.38281,-4.2032 3.48828,-5.5157 1.08984,-1.2929 3.57812,-3.6601 5.34765,-4.5781 0.88672,-0.4609 1.83203,-0.5117 2.42969,-0.1016 0.65234,0.4493 0.65234,1.1954 0.29297,2.1875 m -199.86719,-6.1445 c -1.3789,0.027 -2.59375,1.5781 -3.09765,3 -0.33985,4.6836 -0.67579,9.3672 -1.01172,14.0508 1.46875,4.5469 -0.0234,10.207 1.39843,14.0156 0.71094,0.5508 1.6211,0.1367 1.92969,-0.6719 0.21485,-3.6015 0.4336,-7.2031 0.65235,-10.8085 2.07812,-2.3711 5.76562,-2.4219 8.54687,-4.5821 1.73438,-1.1328 3.46094,-2.2109 4.08203,-3.6758 0.92578,-2.2539 0.95313,-4.9296 -0.0195,-7.2812 -0.67578,-1.8789 -3.45312,-2.2578 -5.37109,-3.0938 -2.04297,-0.5351 -5.53516,-0.9843 -7.10938,-0.9531 m 9.3711,8.1524 c -0.10157,0.9257 -0.75391,1.7617 -1.71485,2.6015 -1.7539,1.5274 -3.92969,2.9805 -5.6914,3.5117 -0.96485,0.2891 -1.75,0.2461 -2.17188,-0.4453 -0.60937,-0.9922 -0.36719,-3.1992 -0.14453,-4.5351 0.21094,-1.2852 0.64844,-2.5508 1.76562,-3.5391 1.01563,-0.9023 2.5,-1.6601 3.6211,-1.6133 1.08203,0.043 2.65234,0.8516 3.41015,1.5938 0.63282,0.6172 1.02344,1.5273 0.92579,2.4258 m -31.24219,-4.2344 c -1.30469,1.914 -2.35938,4.0976 -3.01172,5.5976 -0.51172,1.1797 -0.14453,2.2696 0.71484,3.8204 0.56641,1.0312 1.2461,2.2382 2.09766,3.0703 2.08594,1.7148 4.73047,1.7578 7.10156,1.9648 1.59375,-0.1289 3.74219,-0.7617 5.23438,-1.5859 1.33984,-0.5391 2.36328,-2.4844 1.6289,-3.3203 -2.30468,-0.9844 -6.27734,2.1406 -8.74609,1.1718 -1.125,-0.2343 -2.74609,-1.3398 -3.04297,-2.4414 -0.32031,-2.4648 6.61719,-4.0468 7.25,-7.9258 0.28906,-1.3125 0.27344,-3.2656 -0.44531,-3.9453 -0.98047,-0.9218 -3.53906,-0.6289 -5.08594,0.1953 -1.40234,0.754 -2.78125,2.0586 -3.69531,3.3985 M 383,1506.4727 383.52734,1507 383,1507.5273 382.47266,1507 383,1506.4727 m -25.90234,1.6406 c -0.71485,1.1523 0.44921,5.2695 0.89453,7.0312 0.46093,1.9805 1.61328,4.6133 3.79297,5.5078 2.12109,0.9961 5.125,1.168 7.3164,0.5079 1.3125,-0.3946 3.21094,-1.2539 3.85156,-2.2539 0.53907,-0.8399 0.52735,-2.168 -0.0742,-2.6954 -1.91797,-1.1406 -5.36719,2.8711 -7.73047,1.5547 -1.1875,-0.4961 -2.73047,-1.8515 -3.3086,-2.9726 -0.4414,-0.8555 -0.45703,-1.8594 -0.40625,-2.7305 0.0547,-0.9687 0.22657,-1.6758 1.06641,-2.3945 2.57422,-1.5352 5.15234,-3.0703 7.73047,-4.6055 0.85937,-0.918 1.30078,-2.0937 1.07422,-3.0898 -0.23828,-1.043 -1.03516,-1.25 -2.1211,-1.336 -1.60547,-0.1211 -3.82031,-0.3672 -5.35937,0.4102 -2.33594,1.1836 -6.17188,6.1797 -6.72656,7.0664 m 148.76171,-12.332 c 0.875,5.6679 1.22266,12.3125 0.28907,17.7812 -2.67969,2.0469 -5.53125,4.6992 -9.30078,6.3164 -1.73438,0.7891 -4,1.0781 -5.625,0.2656 -1.39844,-0.6992 -3.33204,-2.957 -3.0586,-3.9726 1.77344,-2.4922 6.44531,-2.8008 9.16016,-5.3789 0.80469,-0.793 1.11328,-1.7032 0.82812,-2.8907 -0.28125,-1.1835 -0.99218,-1.9062 -1.99609,-2.1718 -1.99219,-0.5313 -4.34766,0.2226 -6.33203,1.1289 -1.35156,0.6211 -2.91016,1.1797 -3.90235,2.0937 -1.09375,1.0039 -2.66406,3.4336 -3.02734,4.9922 -0.32812,1.4024 0.26953,2.8125 0.95703,4.1914 0.66406,1.3242 1.625,2.9649 2.95313,4.1094 1.05859,0.918 1.98047,1.1289 3.07031,1.1953 2.29687,0.1406 4.92578,0.25 7.21094,-0.1797 1.97265,-0.3711 4.29687,-1.5039 6.10937,-2.6719 1.21485,-1.0664 2.42969,-2.1328 3.64453,-3.1992 0.76172,1.8555 1.51953,3.7071 2.28125,5.5625 0.76563,0.5039 2.125,0.5 2.64453,-0.082 -0.75781,-3.6484 -1.51562,-7.293 -2.27734,-10.9414 -0.082,-4.6758 -0.16797,-9.3516 -0.25,-14.0274 -0.17578,-1.0195 -0.48437,-2.2148 -1.35156,-2.7773 -0.90625,-0.5859 -1.8086,-0.1797 -2.02735,0.6563 m -166.25,8.0546 c -0.99609,0.9727 -1.82031,2.0118 -1.82031,3.1602 1.37891,4.0508 5.85156,8.2734 9.03125,11.4023 0.97656,1 2.00781,1.7735 3.17969,1.9375 0.73437,0.1016 1.41406,-0.043 1.82812,-0.4726 0.6211,-0.6406 0.625,-1.8945 0.15235,-2.7383 -3.07422,-3.2617 -7.56641,-6.4297 -8.6836,-10.125 2.57422,-2.9687 5.14844,-5.9375 7.72657,-8.9023 0.3164,-0.7266 0.4414,-1.5235 0.26953,-2.1368 -0.19922,-0.7031 -0.61719,-1.0546 -1.27344,-1.1015 -3.125,1.2461 -6.43359,6.6914 -10.41016,8.9765 m 214.23047,-9.6601 c 0.98047,0.9922 2.32032,1.2773 2.90235,0.664 0.73047,-0.7695 0.11718,-2.9921 -0.82422,-3.6992 -0.76563,-0.5742 -2.13672,-0.6133 -2.73828,0.062 -0.58594,0.6641 -0.32813,1.9766 0.66015,2.9727 m -221.18359,-1.4844 c -0.69141,8.582 -0.30859,17.7109 -0.0664,26.3203 0.0391,1.4844 0.17969,3.7031 0.9961,5.1406 0.37109,0.6485 0.76562,0.9766 1.41015,0.9688 1.28516,0.031 1.45703,-1.6523 1.39844,-3.0977 -0.33203,-10.0664 -0.26562,-19.6953 -1.05469,-29.3476 -0.0781,-0.9883 -0.38672,-1.7891 -1.33984,-1.7852 -0.95313,0 -1.26172,0.8047 -1.34375,1.8008 m -45.01563,-1 c 0.17969,3.2774 0.35547,6.5508 0.53516,9.8281 -1.27734,2.4493 -6.75391,0.918 -7.28516,3.4727 0.0117,0.6445 0.33204,0.9805 0.98047,1.2148 2.46485,0.9493 6.28907,-1.039 7.40235,0.3243 0.97265,4.3789 1.89843,10.0859 2.55859,14.707 0.22656,0.5937 0.55859,0.8984 1.18359,0.8828 0.6211,-0.016 0.96094,-0.332 1.19532,-0.9609 0.84375,-5.0313 -1.47657,-10.4727 -1.26172,-14.6954 0.73828,-1.582 4.3125,-0.539 4.1875,-2.4843 -0.0859,-2.3633 -4.42969,-0.4844 -5.34766,-2.375 -0.54297,-3.2188 -1.40625,-7.4766 -1.60937,-10.8282 -0.23047,-0.6015 -0.57032,-0.9023 -1.19141,-0.8945 -0.95312,0.01 -1.26562,0.8203 -1.34766,1.8086 m 172.92579,3.1719 c 0.16015,8.414 -0.52735,17.125 1.23828,25.3476 0.15234,1.1289 2.09765,1.3672 2.97265,0.6875 0.625,-2.5546 1.25,-5.1093 1.875,-7.664 0.54688,-1.25 2.25782,-3.8047 3.30078,-3.9102 1.375,0.1446 2.03516,3.1094 2.51172,4.8047 0.74219,2.9414 0.1836,7.5234 1.25,10.0703 0.34766,0.8321 1.31641,1.2266 2.03516,0.6758 1.19531,-2.4922 0.54297,-6.6875 0.48828,-9.9141 -0.37891,-2.3789 -1.32422,-6.2148 -2.64453,-8.207 -0.78906,-1.4375 -2.9375,-1.2109 -4.69141,-1.0625 -2.53125,-0.066 -4.5664,5.0391 -5.23047,3.8008 -0.875,-6.2695 0.0937,-13.9727 0.67969,-20.8047 -0.0547,-0.6328 -0.15625,-1.2344 -0.60156,-1.5703 -0.39844,-0.2969 -1.09375,-0.2969 -1.5,0.01 -0.82813,0.6289 -1.59766,6.1133 -1.68359,7.7383 m -237.35157,4.7344 c -1.14062,1.7578 -4.41797,-0.6563 -6.375,0.074 -0.61718,0.2383 -0.92968,0.6367 -0.95312,1.3086 -0.0234,0.6914 0.26953,1.125 0.85547,1.5234 1.90234,1.1914 5.03906,0.2305 6.4414,2.0117 1.375,4.9063 -0.65625,11.8321 1.05078,16.375 0.41016,0.2969 1.10938,0.2969 1.50782,0 1.61328,-4.8672 -0.27735,-12.164 1.0625,-17.3711 2.59375,-1.7031 6.88281,-2.0507 10.11718,-2.8047 1.70704,0.2969 4.26563,0.8594 4.58204,2.6329 0.61328,4.6054 -0.78125,10.5507 0.71093,14.5507 0.73047,0.5313 1.74219,0.1602 2.29688,-0.664 0.91015,-2.6758 1.8164,-5.3516 2.72265,-8.0313 1.0625,-1.7734 2.06641,-4.4922 3.73438,-4.1328 1.19922,0.3086 2.25391,1.9414 2.70703,3.1641 0.65625,3.6679 1.3125,7.3359 1.96875,11.0039 0.47266,0.8047 1.39844,1.207 2.12109,0.6367 1.50782,-3.1758 0.24219,-8.1484 -0.52343,-11.9922 -0.30078,-1.6601 -1.10157,-3.5976 -2.32032,-5.2344 -1.07812,-1.4453 -2.33593,-2.0625 -3.89843,-2.0742 -2.08985,-0.016 -5.82032,3.5508 -6.30469,2.9102 -0.96484,-4.1758 0.65625,-10.1367 -0.83203,-14.6016 -0.4375,-0.5351 -1.17578,-0.918 -1.79297,-0.957 -0.74219,-0.043 -1.05469,0.2617 -1.20703,0.8359 0.23047,2.0117 0.46094,4.0235 0.6914,6.0391 -0.0273,1.0625 -0.19531,1.9492 -0.95703,2.4101 -1.1289,0.6875 -12.17187,2.2579 -13.30078,1.8204 -1.96875,-2.5938 -0.3125,-8.543 -1.125,-12.2422 -0.3125,-0.8086 -1.22265,-1.2149 -1.9414,-0.6758 -1.54297,3.5898 0.11328,9.5234 -1.03907,13.4844 m 197.59375,-55.8711 c -0.89843,0.3632 -1.14453,0.914 -1.11718,2.0117 1.41015,10.2226 2.39062,20.5039 3.01171,30.4726 0.28516,1.0157 1.14454,1.9454 2.24219,1.9532 1.125,0.012 1.31641,-0.8711 1.22656,-1.8555 -0.69921,-4.8789 -1.63281,-10.3203 -1.33984,-14.8203 3.92188,-2.2617 9.55859,-2.0313 14.41797,-5.7305 1.88281,-1.2656 2.12891,-3.8359 2.20312,-5.875 -0.0195,-0.6914 -0.12109,-1.3359 -0.48437,-1.832 -0.66016,-0.9063 -2.38672,-1.5195 -3.67578,-2.125 -3.21094,-1.5078 -7.91016,-3.3008 -11.34375,-3.25 -1.55078,0.023 -3.83203,0.5195 -5.14063,1.0508 m 4.33594,2.8047 c 3.13672,-0.1915 6.49609,0.7578 9.55469,2.1328 1.09375,0.5742 2.91797,1.539 2.95312,2.4922 0.0508,1.2304 -2.54297,2.9218 -3.87109,3.6093 -2.12109,1.0977 -5.75391,2.6055 -7.69922,2.5117 -1.09766,-0.055 -1.95703,-1.1015 -2.37109,-2.4414 -0.5625,-1.8164 -0.52344,-4.8359 -0.17578,-6.6679 0.18359,-0.9649 0.63671,-1.4492 1.60937,-1.6367 m 181.8125,11.8906 c 2.64453,0.082 5.48047,0.2656 8.12109,-0.1758 1.24219,-0.207 3.04297,-0.6016 4.13282,-1.4922 0.6289,-0.5156 0.95703,-1.043 0.92578,-1.7305 -0.0273,-0.6914 -0.38672,-1.0351 -1.06641,-1.2031 -4.27734,0.25 -8.09765,2.5235 -11.95703,1.6602 -1.70703,-0.1758 -4.39453,-1.9258 -4.47266,-3.5078 0.65625,-2.5508 5.07032,-5.8555 7.53516,-7.6172 2.10547,-1.9024 5.13281,0.6718 6.66406,-0.5352 0.54297,-0.6015 0.53516,-2 0.0156,-2.6211 -1.54688,-1.0234 -4.64453,-0.5703 -6.92188,-0.4492 -1.78125,0.3164 -3.53125,1.2188 -4.8164,2.2773 -1.86328,1.754 -4.86719,4.6172 -6.20703,7.879 -0.35938,1.4921 0.22265,4.0117 1.1289,5.164 1.72656,1.7891 4.74219,2.2813 6.91797,2.3516 m -301.71094,-17.3008 c -0.85156,2.1328 1.47266,5.9766 -0.41406,8.6602 -1.27734,2.0546 -3.84766,4.871 -5.87109,5.082 -1.08203,-0.043 -2.60547,-1.332 -3.22657,-2.2891 -0.9375,-3.2461 -1.8789,-6.4922 -2.82031,-9.7383 -0.73437,-0.8086 -1.99219,-1.2226 -2.60547,-0.7187 -0.72265,2.8125 1.16016,7.4961 1.91407,11.0234 0.35546,1.3633 0.98828,2.8789 2.50781,4.1172 0.80078,0.6485 1.35156,0.8867 2.14062,1.0625 1.55078,0.3477 3.75391,0.332 5.28125,-0.1836 1.63282,-0.5508 3.79688,-2.2304 4.9336,-3.8906 1.55859,-2.2695 1.93359,-5.7891 2.1289,-8.2852 0.11328,-1.5156 -0.22265,-4.0546 -1.33203,-4.8515 -0.73828,-0.5313 -2.08984,-0.5313 -2.63672,0.012 m 178.6211,-1.2773 c -2.00782,0.6015 -4.36719,2.082 -6,3.8828 -2.44532,2.6914 -4.57032,6.2851 -5.13282,9.1875 -0.30468,1.5625 -0.51171,3.6367 -0.0625,5.2382 0.20313,0.7344 0.50782,1.293 1.20704,1.7579 1.99218,0.9843 4.21875,0.4726 6.25781,-0.2071 2.92187,-2.1172 5.83984,-4.2343 8.75781,-6.3515 1.36719,1.2109 2.73047,2.4218 4.09766,3.6328 0.65625,0.289 1.36718,0.2539 1.79297,-0.125 0.44531,-0.3906 0.58203,-1.1328 0.52343,-1.8281 -0.85547,-1.7305 -1.70703,-3.4571 -2.5625,-5.1836 -0.13281,-1.9883 -0.26953,-3.9766 -0.40234,-5.9649 -0.26563,-1.1211 -1.30859,-2.1992 -2.46484,-3.1953 -1.57813,-1.5742 -3.96094,-1.2227 -6.01172,-0.8437 m 3.59765,7.082 c -0.25,1.2305 -1.19531,2.5156 -2.23828,3.832 -1.53125,1.9375 -3.50781,3.7305 -5.41406,4.918 -1.25,0.7773 -2.48047,1.0976 -3.33594,0.5273 -0.64453,-0.4297 -0.88672,-1.2656 -0.67969,-2.1953 0.32032,-1.4492 1.51563,-3.2226 2.70313,-4.7109 1.50781,-1.8867 3.67578,-4.1641 5.56641,-5.461 1.01562,-0.6953 1.85546,-0.9492 2.60156,-0.3359 0.91797,0.75 1.01953,2.3242 0.79687,3.4258 m 185.20313,-7.1797 c -1.36328,3.668 -2.73047,7.3359 -4.09766,11.0078 -0.5625,1.1641 -1.62109,2.8867 -2.38281,2.9219 -2.08984,-1.8945 -1.58984,-8.043 -4.56641,-11.9375 -0.60937,-0.9336 -1.38672,-1.4844 -2.53906,-1.8281 -1.10547,-0.3321 -2.30078,-0.4375 -2.90234,0.2343 -0.36719,0.4141 -0.40625,1.125 -0.14063,1.6953 1.4375,1.7891 2.8711,3.5821 4.30469,5.3711 1.52344,3.3868 0.69531,7.7071 3.62891,10.7227 0.85156,0.543 2.04296,0.5391 3.14062,0.1914 1.55859,-0.4922 2.82813,-1.625 3.5625,-2.9023 2.08203,-5.168 5.02734,-11.5625 5.10938,-16.0547 -0.78907,-0.7149 -2.7461,-0.543 -3.11719,0.5781 m -25.89453,2.2187 c 0.55859,4.0704 1.51562,10.7344 2.94922,14.2227 0.2539,0.6172 0.63671,0.9258 1.26953,0.9219 0.64453,0 0.98437,-0.3203 1.21484,-0.9453 0.56641,-1.5118 0.30078,-4.4375 0.0312,-6.1758 -0.47266,-3.0313 -1.54297,-6.4531 -2.47266,-9.3203 -0.32421,-1 -0.80468,-1.8438 -1.77343,-1.8008 -1.28125,-0.01 -1.51563,1.6797 -1.21875,3.0976 m -53.9336,-3.0976 c -3.3789,0.8906 -5.8125,5.7969 -6.86718,6.8594 -0.22657,-1.3047 -0.44922,-2.6133 -0.67188,-3.918 -0.35156,-0.8281 -1.33203,-1.2266 -2.05469,-0.668 -1.0664,1.2578 -0.57812,3.9258 -0.48047,5.8828 0.59766,2.7305 1.52344,5.7344 3.25391,8.1407 0.54688,0.5429 1.27344,0.9257 1.89063,0.9414 0.74218,0.016 1.03906,-0.3164 1.26171,-0.9453 -0.0234,-2.0586 -0.0469,-4.1172 -0.0703,-6.1758 0.34375,-1.7891 1.52344,-3.8867 3.24219,-5.4531 1.21875,-1.1133 2.48828,-1.8282 3.84766,-2.0313 2.33593,-0.098 4.67187,-0.1992 7.01171,-0.3008 0.8125,-0.3125 1.22657,-1.2265 0.66797,-1.9453 -2.83203,-1.1367 -7.45703,-0.7031 -11.03125,-0.3867 m -92.72656,4.9297 c 1.37109,4.0351 2.74219,8.0742 4.11719,12.1133 0.44531,0.3086 1.10937,0.3007 1.53125,-0.027 1.33984,-2.8711 2.67969,-5.7461 4.01953,-8.6172 1.61328,-2.1015 3.25781,-4.8203 5.25391,-5.207 2.5,0.3594 4.27734,4.4844 6.1875,7.1406 1,2.8946 2.0039,5.7891 3.0039,8.6797 0.76172,0.5586 1.67578,0.125 1.99219,-0.7187 0.57812,-2.8868 -0.44141,-6.2618 -1.07422,-9.3243 -1.29687,-2.6289 -3.20703,-5.8242 -5.91797,-7.9492 -2.42969,-1.3476 -4.92578,-1.7773 -7.375,-0.8828 -3.36719,1.8789 -5.88672,6.7578 -6.85547,7.6172 -0.68359,-1.6055 -1.36718,-3.2109 -2.05468,-4.8164 -0.77344,-0.8047 -2.01954,-1.2031 -2.6875,-0.6953 -0.63672,0.4844 -0.44532,1.6562 -0.14063,2.6875 m -93.29297,-4.0156 c -0.39062,2.7851 0.20313,6.1132 -2.09765,8.9921 -1.67969,2.3047 -4.21875,5.8125 -6.73438,7.1289 -1.21484,0.3321 -2.32812,-0.9101 -2.46875,-2.1601 -0.0742,-2.9844 -0.14844,-5.9688 -0.21875,-8.957 -0.22266,-1.125 -2.25391,-1.3594 -3.09766,-0.6446 -0.92578,0.836 0.29297,10.043 0.61719,12.0547 0.16797,1.043 0.44922,2.1211 1.16797,2.832 1.12109,1.1055 3.51953,1.5743 5.10938,1.1055 2.08203,-0.6133 4.33984,-2.8789 5.83593,-4.8476 2.34375,-3.0899 3.82422,-6.0938 4.60938,-9.1914 0.33984,-1.3438 0.83984,-2.8086 0.80469,-4.2227 -0.0312,-1.0938 -0.36329,-2.1992 -1.33594,-2.75 -1.00781,-0.5664 -1.88281,-0.1602 -2.19141,0.6602 m 145.96485,13.3281 c 0.57812,1.9844 1.84765,4.6523 4.01562,5.5469 2.04688,0.9531 4.27344,1.0195 6.32031,0.098 3.00391,-1.3594 7.23828,-6.5117 8.71485,-6.4297 1.79297,0.5742 1.74218,4.2266 3.22265,5.8711 0.51172,0.5235 1.23828,0.9063 1.85547,0.9063 0.71875,0 1.07422,-0.336 1.28906,-1.0039 0.78516,-2.9141 -2.46875,-5.5743 -2.66796,-8.2383 -0.0586,-2.3438 -0.11719,-4.6875 -0.17969,-7.0313 -0.33985,-1.2304 -2.08985,-3.8008 -3.16016,-4.4179 -2.88672,-1.0664 -6.27344,-1.2149 -9.3164,-0.293 -2.90625,1.1836 -6.58204,3.4062 -8.90235,6.668 -1.23828,2.7734 -1.73828,5.5312 -1.1914,8.3242 m 16.47656,-4.3789 c -1.44531,1.9218 -3.60938,4.1484 -5.51172,5.4687 -1.14844,0.7969 -2.61328,1.8203 -3.69531,1.6289 -0.86719,-0.1484 -1.89453,-1.1367 -2.60938,-2.082 -1.38281,-1.8594 -1.21484,-3.6875 -0.57812,-5.5781 0.9375,-1.836 3.68359,-4.1797 5.38281,-5.3711 1.50391,-1.0547 3.22266,-2.1367 4.70312,-2.0586 1.39454,0.078 4.52344,1.4492 5.01954,2.6055 0.5039,1.1718 -1.39844,3.6445 -2.71094,5.3867 m -252.42578,-8.9727 c 0.4414,4.7695 0.5,11.1055 1.98828,15.4453 0.27734,0.8164 1.11719,1.2617 2.16406,1.0313 0.73047,-0.1602 0.97656,-0.461 1.0625,-1.0781 -0.60547,-4.754 -1.21094,-9.5079 -1.81641,-14.2579 -0.13281,-1.3437 -0.91406,-3.0898 -2.22265,-3.0312 -1.01563,0 -1.26953,0.875 -1.17578,1.8906 m 361.9375,12.3477 c 1.9375,1.9258 4.95312,3.1992 7.09375,3.8672 2.78125,0.8711 7.01953,1.6757 10.10156,1.414 2.02344,-0.1719 5.37891,-0.3906 7.26953,-1.457 0.65625,-0.3711 1.37109,-1.0625 1.70313,-1.8086 0.52734,-1.1875 0.0937,-2.1602 -0.96094,-2.2539 -2.41016,-0.2188 -5.97266,1.9648 -8.00781,2.2344 -2.06641,0.2734 -4.7461,-0.3164 -6.83594,-0.7344 -1.94531,-0.3906 -5.20703,-1.7774 -6.46485,-3.6289 -0.39843,-0.586 -0.42578,-0.9141 0.0234,-1.457 2.23828,-1.1719 4.47266,-2.3438 6.71094,-3.5118 1,-0.7031 1.77734,-1.5468 2.25781,-2.5898 0.70313,-1.5313 1.0625,-3.6719 0.64844,-5.2969 -0.28906,-1.1367 -1.03906,-1.8789 -2.16406,-2.1797 -1.30469,-0.3437 -2.97266,-0.2578 -4.25,-0.07 -1.07032,0.1563 -2.09766,0.5938 -3.09766,1.3867 -3.04687,2.7696 -4.29687,6.5977 -5.91016,9.9258 -0.18359,2.043 0.23829,4.3828 1.88282,6.1602 m 7.8789,-10.4141 c -1.38281,1.3008 -3.46093,2.7031 -4.28906,2.3945 -0.80469,-0.3007 0.86719,-2.3671 2.10156,-3.6367 1.31641,-1.2695 3.16407,-2.9492 3.67188,-1.9961 0.51172,0.7813 -0.23438,2.0586 -1.48438,3.2383 m -62.41406,12.2109 c 0.6875,0.5313 1.83203,0.2149 2.76563,-0.6132 2.48828,-2.9649 5.11328,-8.7071 7.83593,-9.1055 0.85547,0.168 1.73047,1.8398 2.22657,3.0352 0.84765,2.6796 1.69531,5.3593 2.53906,8.039 0.5,0.8086 1.44531,1.2031 2.16406,0.6094 1.02344,-0.8477 0.60547,-3.4219 0.25391,-4.9336 -1.09766,-3.25 -1.89063,-7.4219 -4.04297,-9.875 -1.17969,-0.7969 -4.5625,-0.7891 -6.14453,-0.055 -2.41797,0.9024 -4.5,5.6524 -5.16797,4.4688 -0.2461,-4.2227 -0.47266,-10.1133 -1.48438,-14.6954 -0.3164,-0.8046 -1.21484,-1.2148 -1.93359,-0.6562 -0.92578,6.9141 0.6875,16.8516 0.98828,23.7812 M 319.7421,1430.7448 c 0.39453,-0.3945 0.39453,-1.0899 0,-1.4844 -0.39453,-0.3945 -1.08985,-0.3945 -1.48438,0 -0.39453,0.3945 -0.39453,1.0899 0,1.4844 0.39453,0.3945 1.08985,0.3945 1.48438,0 m -53.0625,4.0625 c 1.33593,6.4297 0.63672,13.0117 2.83203,19.3594 0.63672,1.5937 3.18359,4.2851 5.3789,4.9765 1.78516,0.5586 4.55469,-0.09 6.32032,-1.1172 2.04687,-1.1914 4.58593,-4.0156 5.29297,-5.8554 0.5,-1.3164 0.83984,-2.8438 0.90234,-4.1797 0.0508,-1.0664 -0.12891,-2.082 -0.75,-3.1875 -0.61328,-1.0977 -1.47266,-1.9297 -2.44531,-2.4453 -1.49219,-0.793 -3.56641,-1.4336 -5.20313,-1.5586 -3.63281,-0.9063 -7.03906,4.3242 -8.3164,3.6836 -0.30079,-4.2422 -0.48047,-10.1172 -1.50782,-14.7032 -0.3164,-0.8046 -1.21875,-1.2148 -1.9375,-0.6562 -1.04687,0.8086 -0.6914,4.1172 -0.5664,5.6836 m 16.15625,15.9961 c -0.87891,1.5781 -2.50782,3.3359 -4.00391,4.0156 -0.91406,0.418 -1.83594,0.5899 -2.74219,0.3008 -1.12109,-0.3594 -2.71875,-1.5703 -3.2539,-2.4492 -0.46094,-0.7539 -0.4336,-1.6172 -0.0274,-2.5391 0.69532,-1.6016 2.74219,-4.3828 4.39063,-5.2695 1.11328,-0.5977 2.50781,-0.5821 3.625,-0.016 0.92187,0.4648 1.87109,1.414 2.33203,2.3242 0.60547,1.1992 0.38672,2.375 -0.32031,3.6328 m 367.94922,-21.0195 c 0.60546,-0.5899 0.64453,-1.9766 -0.0312,-2.5821 -0.40235,-0.3633 -1.16016,-0.3945 -1.73438,-0.043 -0.98047,0.6054 -1.35937,1.914 -0.81641,2.5703 0.53907,0.6562 1.97266,0.6445 2.58204,0.055 m -320.14454,-1.0704 c -0.39843,4.8789 0.61329,10.3594 1.01172,15.2305 0.23828,2.9219 0.66016,6.2813 1.5625,9.2422 0.32813,1.0703 0.82032,1.9492 1.78907,1.9375 0.64062,-0.01 0.98828,-0.3477 1.21875,-0.9844 -1.01563,-8.7851 -2.03125,-17.5703 -3.04297,-26.3554 -0.23047,-0.6016 -0.57032,-0.9024 -1.19532,-0.8985 -0.95312,0.012 -1.26171,0.8281 -1.34375,1.8281 m -108.92968,0.016 c 1.60547,12.4492 1.30859,25.789 2.5,37.164 0.41406,0.3399 1.19531,0.4571 1.77734,0.3203 0.73828,-0.1757 0.98828,-0.4804 1.08594,-1.1445 -0.66016,-11.6641 -1.60938,-22.9101 -1.69531,-34.1562 -0.082,-0.9297 -0.23047,-2.168 -0.79688,-3.0352 -0.42969,-0.6602 -0.90234,-1 -1.56641,-1.0078 -1,-0.016 -1.3164,0.8594 -1.30468,1.8594 m 136.03515,-2.9219 c -0.30078,3.8203 -0.20312,8.7969 0.0352,11.9453 -2.67969,1.1211 -5.35938,2.2383 -8.03516,3.3594 -1.83984,1.207 -4.60937,3.6875 -5.76562,5.6758 -0.89844,1.539 -1.40625,3.6796 -1.13672,5.2968 0.22656,1.3477 1.07422,3.1797 2.10547,3.8555 2.42969,0.9961 5.53515,0.457 8.2539,-0.7578 2.66797,-1.1758 5.5586,-6.4531 6.49219,-6.1055 1.39063,1.1172 1.44922,4.6953 2.03125,7.0977 0.27344,0.6289 0.63672,0.9453 1.26953,0.9375 0.64453,-0.01 0.98438,-0.3321 1.21875,-0.9649 -0.6914,-10.6172 -3.17968,-22.3711 -3.47265,-32.0039 -0.875,-0.5586 -2.83594,0.3867 -2.9961,1.6641 m -0.875,19.1055 c -0.69922,1.5468 -1.7539,3.1875 -3.24218,4.7734 -1.19141,1.2734 -2.56641,2.4609 -3.76563,3.0273 -0.92969,0.4454 -1.78516,0.5118 -2.48437,-0.1484 -0.67969,-0.6406 -0.76563,-1.6094 -0.54297,-2.5078 0.30468,-1.2266 1.21484,-2.4297 2.51953,-3.7383 1.29297,-1.293 2.58984,-2.3789 3.82031,-3.0234 1.46484,-0.7696 3.33984,-1.6953 3.91016,-0.8438 0.39062,0.5821 0.20312,1.5313 -0.21485,2.461 M 1225.7852,1307.784 c 0.6053,-0.5899 0.6445,-1.9766 -0.031,-2.5821 -0.4023,-0.3633 -1.1601,-0.3945 -1.7344,-0.043 -0.9804,0.6054 -1.3594,1.914 -0.8164,2.5703 0.5391,0.6562 1.9727,0.6445 2.5821,0.055 m -367.80478,0.062 c 0.98047,-0.6055 1.35937,-1.9141 0.8164,-2.5704 -0.53906,-0.6562 -1.97265,-0.6445 -2.58203,-0.055 -0.60547,0.5898 -0.64453,1.9765 0.0312,2.582 0.40235,0.3633 1.16016,0.3945 1.73438,0.043 m 170.91793,2.2304 c 0.75,0.047 1.043,-0.25 1.2539,-0.8203 0.125,-2.6797 0.2461,-5.3633 0.3711,-8.043 0.2852,-1.289 1.3711,-2.6836 2.7188,-3.7265 1.0273,-0.7891 1.8672,-0.9922 2.9453,-1.0586 2.6719,0.2422 5.3398,0.4883 8.0117,0.7305 0.8321,-0.2071 1.2617,-1.1211 0.6875,-2.1915 -0.4062,-0.75 -0.9961,-1.0625 -1.6914,-1.2539 -2.2031,-0.6093 -5.9726,-1.0898 -8.2617,-1.0507 -1.8594,0.6757 -3.7188,1.3554 -5.5781,2.0312 -0.7735,-0.8437 -1.5508,-1.6875 -2.3242,-2.5312 -0.6172,-0.3125 -1.3282,-0.375 -1.7774,-0.012 -0.7305,0.5899 1.1211,16.0274 1.8711,16.9649 0.4297,0.539 1.1641,0.9219 1.7734,0.9609 m 16.2696,-4.582 c 0.5312,1.5195 1.0664,3.0391 1.5976,4.5586 1.086,1.043 2.8125,1.8164 4.1055,2.1562 2.2734,0.5977 4.9336,0.375 7.1992,-0.1484 2.6992,-0.6211 5.6524,-1.1016 8.2617,-2.0508 0.9961,-0.3594 1.8477,-0.9844 1.7969,-1.9961 -0.051,-1.0195 -0.9531,-1.3086 -2.0508,-1.2344 -3.9922,0.879 -7.9843,1.754 -11.9804,2.629 -1.7422,-0.043 -4.1993,-1.9063 -4.9961,-3.4922 -0.2344,-0.8594 0.3867,-1.6797 1.2422,-2.1485 3.8515,-1.0508 8.664,-2.2461 12.875,-5.6836 1.5039,-1.5039 1.3046,-3.4062 1.0742,-5.207 -0.293,-1.1484 -1.0196,-1.8789 -2.1289,-2.1758 -1.8555,-0.4922 -4.4102,-0.289 -6.2383,0.062 -1.6875,0.3281 -3.5313,1.1641 -5.1797,2.336 -4.2656,3.4609 -5.7148,8.0742 -7.9063,9.9023 0,1.3086 1.3907,1.7383 2.3282,2.4922 m 13.4687,-8.4961 c -1.9492,1.1211 -4.5508,2.332 -6.6406,2.9492 -0.9414,0.2774 -1.8047,0.293 -1.8906,-0.3242 0.2461,-1.9961 3.7422,-4.5 6.0078,-5.4961 1.4219,-0.6523 3.3633,-0.7148 3.9961,0.3359 0.5078,0.8516 -0.3555,1.8907 -1.4727,2.5352 m -63.57811,11.2187 c 0.6211,1.129 1.71485,1.8438 2.80078,2.1016 1.89063,0.4453 4.38283,0.2383 6.24223,-0.3359 2.9062,-1.5391 5.8086,-3.0821 8.7109,-4.6211 1.832,0.4101 1.8047,4.4883 3.2969,5.6015 0.664,0.4571 2.0547,0.6016 2.9531,0.293 0.6875,-0.2344 1.0273,-0.5742 1.0625,-1.2539 -1.0938,-2.0469 -2.1875,-4.0977 -3.2813,-6.1445 -0.6328,-3.3477 -1.2695,-6.6953 -1.9023,-10.043 -0.5234,-1.543 -1.4219,-2.7773 -2.7969,-3.1211 -2.7226,-0.1914 -5.5703,-0.4609 -8.3359,1.1836 -3.88673,3.1563 -6.95313,5.9141 -8.95313,9.9883 -0.56641,1.6758 -0.74219,4.6289 0.20312,6.3515 m 16.39451,-9.3242 c -0.2187,0.9649 -0.8515,1.836 -1.832,2.8633 -2.2656,2.375 -4.5274,4.1524 -6.7305,5.1094 -1.5234,0.664 -3.22654,0.5273 -4.35544,-0.4688 -0.67188,-0.5937 -0.94532,-1.414 -0.63282,-2.3515 0.58985,-1.7735 2.72266,-4.043 4.44136,-5.7032 1.793,-1.7343 3.2149,-3.4101 4.8438,-4.1523 1.1562,-0.5312 2.457,-0.6914 3.4336,0.2539 1.1133,1.0742 1.1484,3.082 0.832,4.4492 m 128.0782,1.086 c -0.067,1.9218 -0.3672,4.3086 0.1093,6.1875 0.2657,1.0351 0.9766,1.9414 2.0742,2.7773 1.0782,0.8203 2.1329,1.2695 3.168,1.4336 2.2383,0.3477 4.9766,0.2656 7.211,-0.1016 1.6757,-0.2734 3.5156,-0.8945 5.0859,-1.914 1.207,-0.7852 2.3789,-1.875 3.2695,-3.1914 1.5742,-2.3477 0.9024,-4.8633 0.8867,-7.2891 -0.3437,-1.7812 -1.8711,-3.4453 -3.2773,-4.4336 -4.1406,-3.1367 -8.7734,-0.7109 -12.0547,-3.7383 -1.4766,-0.2422 -2.875,0.586 -3.875,1.9649 -1.8437,2.5547 -2.5078,5.7226 -2.5976,8.3047 m 3.582,-1.7852 c 0.7539,-1.6016 1.7031,-3.3203 3.1133,-3.668 1.7031,-0.4179 4.8515,-0.4023 6.6093,0.2032 1.9024,0.8164 5.2461,3.2851 5.4219,5.3242 0.094,1.457 -0.9961,3.0898 -2.5859,4.5469 -1.918,1.7617 -3.7969,2.4648 -5.711,2.7851 -1.2187,0.2031 -2.5859,0.3555 -3.789,-0.2422 -1.5977,-0.7929 -3.3203,-2.8515 -3.6289,-4.2617 -0.3242,-1.5 -0.1367,-3.1875 0.5703,-4.6875 m -38.0195,10.7188 c 0.7773,0.5351 2.0703,0.5234 2.6835,0 0.9375,-3.2266 1.879,-6.4532 2.8165,-9.6797 0.875,-1.6446 1.8164,-4.5157 3.4453,-4.9453 0.4882,-0.027 0.9453,0.4296 1.2031,0.9882 0.7851,4.3243 1.2891,9.9454 2.9726,13.6368 0.6407,0.5078 1.9532,0.5156 2.5782,-0.024 1.1523,-0.9883 1.5508,-7.3984 2.6484,-9.6719 0.6016,-1.2539 2.2539,-3.8125 3.4922,-3.8632 0.7734,-0.031 1.3125,0.9882 1.6992,1.9336 1.332,3.4648 0.6953,7.1406 2.8594,10.9648 0.3828,0.6797 0.8555,1.332 1.5312,1.6797 0.6172,0.3164 1.3438,0.293 1.7149,-0.055 -0.2422,-4.6719 -2.7774,-10.9453 -3.3828,-16.0898 -0.3399,-1.0508 -1.0235,-2.1602 -2.1836,-2.7344 -1.8047,-0.7735 -3.7617,-0.1406 -5.2227,0.832 -1.5703,1.9258 -3.1406,3.8477 -4.707,5.7695 -1.7539,-0.7695 -0.3867,-4.9453 -2.2695,-6.7968 -0.961,-1.0039 -2.668,-1.461 -4.086,-0.8242 -1.4297,0.6406 -2.8945,2.4218 -3.7656,3.6992 -1.0352,2.3164 -2.0664,4.6367 -3.1016,6.957 -0.7187,-1.9375 -1.4336,-3.8711 -2.1484,-5.8086 -0.4492,-0.5547 -1.168,-0.9414 -1.7891,-0.9687 -0.7422,-0.027 -1.0586,0.3007 -1.207,0.8906 0.832,4.3867 1.9297,10.3086 4.2188,14.1094 m -646.4688,-6.8164 c 0.24609,1.6406 1.51172,3.7773 3.1875,4.996 3,1.8829 6.16406,1.3047 9.24609,1.2969 2.22657,-0.6406 5.38672,-1.664 6.88672,-3.4375 0.30469,-0.582 0.27344,-1.3008 -0.0937,-1.7265 -0.38672,-0.4493 -1.11328,-0.586 -1.80859,-0.5586 -2.04297,0.8632 -4.08985,1.7304 -6.13672,2.5937 -1.20703,0.3867 -2.56641,0.4063 -3.71875,0.035 -1.63281,-0.543 -3.76172,-2.5821 -3.92969,-3.9922 2.54297,-1.957 7.96485,-0.9844 12.08985,-5.0899 1.05859,-1 1.80859,-2.0586 1.91406,-3.207 0.10156,-1.1328 -0.38281,-2.3125 -1.16406,-2.8828 -3.05469,-1.0234 -6.83985,-0.3867 -10.21094,-0.4844 -1.64844,0.2422 -3.76563,1.4922 -4.98438,3.1758 -1.87109,3.0156 -1.29687,6.1875 -1.27734,9.2813 m 8.53125,-9.3868 c 1.38281,-0.4414 4.73437,-0.4843 4.60937,0.4258 -0.97656,1.7149 -4.69531,3.1563 -6.79687,4.1055 -1.05859,0.2656 -2.72266,0.01 -2.67969,-0.6719 0.0664,-1.1211 3.49219,-3.4219 4.86719,-3.8594 m 481.65625,-2.8359 c -1.83203,0.6523 -4.80859,2.8437 -5.80859,4.9531 -0.8125,2.1211 -0.26954,4.3867 0.88671,6.3281 2.58594,3.3555 8.12891,4.6875 9.79297,6.7227 0.0781,0.918 -3.28906,1.5586 -4.67187,1.4414 -2.375,-0.7773 -4.75,-1.5547 -7.12891,-2.3281 -0.88281,0.047 -1.3164,0.8828 -0.78515,2.1211 0.32812,0.7617 1.01171,1.457 1.66406,1.8867 2.8164,1.3867 5.48437,1.5664 8.23437,1.4023 2.51172,-0.6914 6.07422,-0.4453 7.92578,-2.3632 0.75782,-1.1954 0.42969,-2.9219 -0.71093,-4.0625 -2.94141,-1.6524 -5.88672,-3.3086 -8.83203,-4.9649 -1.39844,-1.0586 -2.84375,-2.5937 -2.78125,-3.9648 0.29296,-1.7891 2.6875,-3.2657 4.36718,-3.8985 1.4375,-0.5742 1.37891,1.9844 3.03125,2.1485 0.61328,0.1054 1.47657,-0.02 2.09766,-0.4219 1.03125,-0.6602 1.35937,-1.793 1.30469,-2.9492 -0.0508,-1.1094 -0.49219,-2.2852 -1.3125,-2.8164 -2.10547,-0.8985 -4.88282,0.4375 -7.27344,0.7656 m -167.89453,-1.2344 c -1.62891,0.6797 -3.26172,1.3633 -4.89453,2.043 -1.37891,-0.2422 -3.70703,-1.8828 -4.86328,-0.5156 -0.52344,0.6054 3.62109,17.3945 4.09375,17.7343 0.73828,0.5313 1.625,0.1368 1.9414,-0.6914 0.0977,-3.0195 0.19922,-6.039 0.30078,-9.0586 0.13672,-1.3554 0.4961,-2.664 1.32032,-3.8242 0.80468,-1.125 2.07812,-2.1797 3.3789,-2.5898 1.66406,-0.1406 3.33203,-0.2813 4.9961,-0.4219 0.82812,-0.3555 1.22656,-1.3398 0.67187,-2.0586 -1.55469,-1.1367 -4.67578,-0.5078 -6.94531,-0.6172 m -29.1836,2.1719 c -2.0664,1.7344 -3.95703,3.9336 -5.21875,5.9844 -1.60156,2.7187 -0.92578,5.7343 -0.85156,8.3828 0.29688,0.9805 0.99219,1.457 2.09375,1.7969 1.87891,0.5742 4.45313,0.7343 6.33594,0.3554 2.53125,-0.016 6,-6.0195 7.1875,-4.8164 1.03125,1.3047 2.65234,9.8555 3.09766,12.5313 0.27343,1.6211 0.20312,3.2656 -0.19922,4.8711 -0.32032,1.2656 -0.79688,2.582 -1.74219,3.7851 -0.74219,0.9414 -1.59375,1.5469 -2.55078,1.75 -1.42969,0.3047 -3.28516,0.031 -4.71875,-0.6289 -1.76563,-1.6015 -3.53125,-3.2031 -5.29688,-4.8047 -0.57422,-0.2851 -1.23828,-0.2539 -1.65625,0.1328 -0.43359,0.4063 -0.58593,1.1368 -0.49218,1.8594 0.14843,1.1797 0.91406,2.2188 1.9375,3.2266 1.32031,1.2929 2.82812,2.4375 4.17578,2.9023 2.38672,0.8203 6.95703,0.793 9.34765,0.1992 1.07032,-0.2695 1.8711,-0.957 2.58594,-2.039 1.16406,-1.7696 1.63281,-3.5274 1.69141,-5.211 0.0937,-2.6328 0.27734,-5.5234 -0.1836,-8.1367 -0.9375,-3.6797 -1.87109,-7.3594 -2.80468,-11.039 0.23437,-3.3672 0.46875,-6.7344 0.70312,-10.1055 -0.13281,-0.707 -3.75,-2.7852 -5.07031,-3.1016 -1.16016,-0.2812 -2.9375,-0.2343 -4.21094,-0.059 -1.45312,0.2032 -2.73828,0.9727 -4.16016,2.1641 m 8.08204,4.5547 c 0.13281,0.8672 -1.02735,2.3242 -1.88672,3.5234 -1.07032,1.4922 -2.55469,3.375 -4.16016,4.4297 -1.50781,0.9258 -3.17969,1.418 -4.36328,0.2774 -0.70703,-0.6993 -0.78516,-1.6094 -0.51172,-2.543 0.35547,-1.211 1.25391,-2.5274 2.13672,-3.7969 1.61719,-2.6445 4.84766,-4.8828 6.625,-5.0625 0.44922,0.1094 2.07422,2.625 2.16016,3.1719 m -73.0586,35.5117 c 0.44141,-0.3477 0.55469,-0.9687 0.60156,-1.6211 -0.75781,-5.4336 -0.73437,-11.2461 -1.92187,-16.332 0.16016,-1.7539 -0.51563,-4.1836 0.94141,-5.1328 1.90625,-0.2539 3.8164,-0.5039 5.72656,-0.7539 2.58984,-0.6602 5.64062,-1.4219 8.13672,-3.1329 1.02343,-0.6992 1.98437,-1.6367 2.66015,-2.6367 0.78907,-1.9843 1.58203,-3.9765 2.3711,-5.9609 0.64453,-0.027 1.5039,0.9883 2.0039,1.957 0.95313,3.3008 1.91016,6.5977 2.86328,9.8985 0.66016,0.8125 1.92969,1.2187 2.60938,0.7109 1.07812,-0.8125 0.0859,-7.5 1.19922,-9.6758 0.65234,-1.2773 1.51562,-2.539 2.53125,-3.4101 0.92969,-0.7969 2.39062,-1.7696 3.48828,-1.7774 1.28125,0 2.26562,1.0703 2.51562,2.2656 0.51954,2.4727 0.19922,5.3868 0.0898,7.9688 0.0703,1.0781 0.28515,1.8086 1.22265,2.5234 1.13672,0.875 2.86719,1.5 4.15625,1.6211 1.94532,0.1836 4.30079,-0.457 6.21875,-0.9922 1.66797,-0.4687 3.55079,-1.8242 5.1211,-3.2617 1.25,-1.1445 2.40234,-2.5703 2.85156,-3.9726 0.74219,-2.7891 -0.49219,-5.75 -1.53906,-8.375 -1.00781,-1.9219 -3.72656,-2.1446 -5.5625,-2.2071 -5.27344,-0.164 -10.84766,0.3321 -16.10156,1.1797 -1.29688,0.211 -2.875,0.4805 -4.14844,1.1953 -1.28125,1.2149 -2.5625,2.4336 -3.84375,3.6485 -0.96485,-0.8633 -1.92969,-1.7266 -2.89063,-2.586 -1.80859,-1.082 -3.47265,0.4219 -4.3789,0.6485 -1.73828,-0.1055 -5.23047,-3.5078 -7.61328,-3.9102 -2.55079,-0.4297 -5.5625,-0.4219 -8.11719,0 -1.82031,0.3008 -4.60938,0.9805 -6.1875,1.8203 -0.625,0.336 -0.86328,0.5938 -0.97656,1.2617 1.45312,12.586 1.69921,25.8438 3.96875,38.3907 0.39453,0.7968 1.27734,1.2226 2.0039,0.6484 m 42.34375,-39.3555 c 1.69141,-0.2343 4.08203,-0.3437 5.73438,0.2071 1.17968,0.3984 2.70703,1.4648 3.3164,2.5429 0.58594,1.0352 0.52735,2.4493 0.1211,3.5899 -0.69141,1.9531 -2.58985,3.5351 -4.46875,4.4844 -2.23047,1.0859 -4.46875,1.625 -6.60157,0.8281 -0.9375,-0.4805 -1.46875,-1.3438 -1.66796,-2.3164 -0.375,-1.8399 -0.57422,-5.9532 0.29687,-7.4688 0.61328,-1.0742 2.04297,-1.6992 3.26953,-1.8672 m -44.58203,3.7071 c 0.21484,-0.9297 0.76172,-1.5039 1.71484,-2.0157 2.32422,-1.2578 5.27735,-1.9609 7.73047,-1.5546 2.08985,0.3828 4.82422,1.2929 6.19141,3.5273 0.64453,1.1992 0.37891,2.3008 -0.65625,3.5937 -1.32031,1.6524 -3.17969,3.0782 -4.70703,3.7657 -2.01953,0.9101 -4.80078,1.9961 -6.7461,1.8789 -1.17578,-0.07 -2.61328,-0.7813 -3.22265,-1.8125 -0.8711,-1.4688 -0.70313,-5.6406 -0.30469,-7.3828 m 485.36717,-4.3633 c -0.7226,1.8867 -0.6094,5.2383 -0.2344,7.2344 0.4727,2.5156 3.8711,7.2148 5.6485,9.1992 0.7148,0.8008 1.7305,1.2656 2.7383,0.9922 1.0273,-0.2774 1.1992,-1.0977 0.914,-2.2422 -1.8203,-3.0547 -3.6367,-6.1133 -5.4531,-9.1719 -0.5195,-1.1797 -1.043,-2.6133 -0.5977,-3.7148 0.3672,-0.9024 1.2696,-1.4493 2.2735,-1.6133 3.3711,0.5859 6.7383,1.1758 10.1094,1.7656 0.9961,0.01 1.8125,-0.3203 1.832,-1.3125 0.016,-0.9922 -0.793,-1.5742 -1.8047,-1.9336 -3.7383,-0.9062 -7.5781,-2.8906 -11.4219,-2.4297 -1.6875,0.2539 -3.3593,1.543 -4.0039,3.2266 m -542.69529,-2.8945 c -1.67188,-0.4922 -3.5,-0.5118 -5.1836,-0.375 -2.77734,0.2265 -6.71484,1.3789 -9.24219,3.3242 -1.79296,1.3828 -3.33593,4.039 -3.92187,5.9453 -0.31641,2.7539 -0.92969,5.6211 0.6875,8.2969 0.64453,0.9453 1.57031,1.8984 2.42969,2.4648 0.95703,0.6328 1.88281,0.7852 2.95312,0.8281 2.33594,0.094 4.85156,0.1836 7.17969,-0.1875 1.71875,-0.2773 3.41406,-0.5742 5.15234,-1.9843 1.35938,-1.1016 3.00391,-2.754 3.77735,-4.0704 1.24218,-2.1132 1.71484,-5.1289 1.19922,-7.2929 -0.38672,-1.6211 -1.21094,-3.793 -2.31641,-5.1953 -0.74219,-0.9454 -1.65234,-1.4414 -2.71484,-1.7539 m 0.11718,12.7812 c -1.3164,1.9102 -3.6875,3.3047 -5.48828,4.1367 -1.77344,0.8203 -3.93359,0.9219 -5.67187,0.5547 -1.52344,-0.3203 -3.12891,-1.9961 -3.96875,-3.6055 -0.50391,-0.9687 -0.58594,-1.8125 -0.34766,-2.7539 0.23047,-0.9218 0.75,-1.8242 1.60156,-2.7304 2.17578,-2.3008 5.23438,-4.1016 7.6875,-5.1914 1.33594,-0.5938 2.44532,-0.5704 3.72657,0.019 1.16015,0.5312 2.64453,1.7344 3.28125,2.9922 0.77734,2.1562 0.42968,4.3984 -0.82032,6.5781 M 574.875,1287.8633 c -1.78516,0.5664 -4.96094,2.5234 -5.83594,4.0703 -0.71875,1.2656 -0.71875,3.8477 -0.0117,5.1758 1.65235,2.8398 6.64844,3.2773 7.64063,5.7383 0.0469,0.9804 -2.55469,1.875 -3.81641,2.1679 -1.99219,-0.125 -3.98437,-0.25 -5.97656,-0.3789 -0.62891,0.25 -0.95313,0.668 -0.96484,1.3555 -0.0156,0.707 0.28906,1.1484 0.90234,1.5664 1.58594,1.0703 4.32812,0.9648 6.15625,0.6836 1.60547,-0.2422 3.73047,-0.418 5.27734,-1.3047 0.6875,-0.3984 1.32813,-1.0352 1.70313,-1.7383 0.80469,-1.5117 0.75781,-4.039 0.0234,-5.25 -1.84766,-1.2265 -3.69532,-2.4531 -5.54297,-3.6836 -0.86328,-0.664 -1.51172,-1.4179 -1.3125,-2.2031 0.23828,-0.9336 1.9414,-2.1016 3.11328,-2.7773 1.54687,-0.4922 3.09375,-0.9883 4.64062,-1.4805 0.3086,-0.4297 0.30469,-1.1445 -0.0156,-1.5547 -0.80469,-1.0273 -4.40625,-0.8828 -5.98047,-0.3867 m -158.98047,-0.019 c -2.30469,0.7187 -5.16406,3.5351 -7.05469,5.8554 -2.53906,3.0977 -3.17578,6.1328 -4.08203,9.2813 -0.32812,1.6601 -0.0234,3.9531 1.21485,4.9336 1.96093,0.8867 4.875,0.5703 7.15625,-0.25 1.98828,-2.1016 3.98046,-4.2071 5.97265,-6.3086 1.58985,1.5468 3.1836,3.0937 4.77344,4.6406 1.39062,0.6992 4.1875,0.7969 4.97656,-0.1914 0.33594,-0.4219 0.35156,-1.125 0.0586,-1.582 -1.15235,-0.625 -2.30469,-1.2461 -3.45704,-1.8672 -1.0664,-0.836 -1.94531,-2.3086 -2.48437,-3.5313 -1.97266,-3.0195 0.89844,-6.7929 -1.8125,-9.8711 -1.43359,-1.2304 -3.69922,-1.5976 -5.26172,-1.1093 m -0.72266,11.8867 c -1.03515,1.5664 -2.70312,3.3203 -4.27343,4.4414 -0.98828,0.707 -1.75782,1.0078 -2.14063,0.4179 -0.42578,-1.6484 0.25,-4.246 1.5586,-6.3593 1.21484,-1.8555 2.96093,-4.0899 4.91406,-5.7032 0.95703,-0.7929 1.83984,-1.1562 2.40625,-0.7656 0.84375,1.6328 -1.1875,5.3594 -2.46485,7.9688 m 782.64843,6.3984 c 3.3438,1.1211 7.9727,1.5078 11.4219,1.2383 1.0625,-0.086 1.7539,-0.2969 1.9648,-1.3906 0.2071,-1.0703 -0.2187,-1.8946 -1.0547,-2.0196 -2.6289,0.062 -5.3007,0.2305 -8.0156,-0.4961 -1.8984,-0.5078 -5.2422,-1.6992 -5.8047,-3.2617 2.9688,-1.9961 9.5352,-1.2578 13.8672,-4.1836 1.5196,-1.3086 1.3438,-3.4961 1.1211,-5.1328 -0.3594,-1.418 -1.6055,-2.2539 -3.1406,-2.8242 -1.9414,-0.7227 -4.2734,-1.3789 -6.2109,-1.3867 -1.9532,-0.01 -4.2266,0.7344 -6.2032,1.7773 -1.0664,0.5664 -2.1367,1.3438 -2.8437,2.3086 -0.9141,1.2461 -4.0781,7.0078 -4.0664,7.2617 1.5742,1.5196 5.3203,6.4532 8.9648,8.1094 m 2.332,-15.5976 c 1.4219,-0.293 3.3399,-0.2266 4.7422,-0.012 1.086,0.1641 2.7852,0.8633 2.7735,1.6524 -0.5703,1.5117 -3.9024,2.7851 -5.8008,3.289 -1.5742,0.4219 -3.2383,0.9336 -4.7031,0.8672 -0.8828,-0.043 -1.918,-0.2734 -2.0977,-0.8203 -0.1758,-1.2734 3.1524,-4.6758 5.0859,-4.9765 m -408.40621,0.1914 c -1.6289,1.9414 -2.76172,5.1601 -2.83203,7.2382 -0.0547,1.6094 0.41406,3.5899 0.875,5.168 0.38672,1.3164 1.15235,3.0352 2.17969,3.8516 1.64453,1.3008 5.07031,1.6367 7.16016,1.4961 0.67187,-0.047 1.41015,-0.1641 1.9414,-0.5821 0.85156,-0.6718 1.26172,-1.9687 0.79297,-2.6445 -1.88672,-0.1484 -3.77344,-0.2969 -5.66016,-0.4492 -1.53125,-0.7149 -3.47265,-2.4805 -3.41796,-3.7813 0.0391,-0.875 0.72656,-1.5195 1.60156,-1.9687 2.48828,-1.1992 5.16015,-1.5586 7.92187,-3.9414 1.90625,-1.4453 2.31641,-3.4141 2.15235,-5.2188 -0.0781,-1.1562 -0.32813,-1.9218 -1.27344,-2.4726 -1.38672,-0.8086 -3.66406,-0.9922 -5.24219,-0.7852 -1.99219,0.2617 -4.4375,1.9922 -6.19922,4.0899 m 5.96094,2.7773 c -1.40625,1.1094 -3.54687,2.2344 -3.67187,1.2422 -0.0937,-0.7305 1.18359,-2.0781 2.25781,-2.8633 1.32812,-0.9726 3.46094,-2.2773 3.73437,-1.5 0.25782,0.7266 -1.03515,2.1133 -2.32031,3.1211 m -273.01562,8.6484 c 0.30859,1.375 1.57421,2.9571 3.08984,3.8633 2.79297,1.293 5.51172,1.7696 8.27344,1.0352 2.01562,-0.5078 4.21484,-1.1055 6.18359,-2.2656 1.05859,-0.625 2.16406,-1.5313 2.71484,-2.5899 0.72657,-2.7812 0.88672,-5.6523 -0.29296,-8.3906 -1.23047,-2.1797 -4.06641,-4.4258 -6.46094,-5.9375 -2.42578,-1.5156 -4.875,-1.3555 -7.32031,-1.3672 -1.40235,0.094 -5.08985,1.8906 -5.75782,2.5937 -0.95312,3.5586 -0.41797,8.8008 -0.42968,13.0586 m 12.01562,-10.707 c 1.98438,1.7305 5.10547,4.7734 5.28125,6.5859 0.11719,1.1993 -1.09375,2.4922 -2.32031,3.4961 -1.65625,1.3477 -3.9375,2.5391 -5.66016,2.6329 -1.49219,0.086 -3.14844,-1.0352 -4.67187,-2.5 -1.35547,-1.3047 -1.82813,-2.3985 -1.89844,-3.7422 -0.082,-1.5625 -0.36328,-4.293 0.40234,-5.4766 0.69532,-1.082 3.72657,-2.6797 5.14844,-2.7031 1.23828,-0.02 2.44922,0.6054 3.71875,1.707 m -257.44141,13.418 c 0.63672,0.4297 1.87891,0.039 2.60157,-0.7344 1.1289,-3.293 2.26172,-6.582 3.39453,-9.875 0.82422,-1.5508 2.40234,-3.6016 3.67969,-3.6094 1.80468,0.1875 2.875,3.6133 3.66015,5.5469 0.71094,4.0156 1.42578,8.0313 2.14063,12.043 0.34765,0.8125 1.29687,1.2109 2.01562,0.6406 1.73828,-3.2344 -0.35547,-8.2578 -0.51562,-12 -0.85157,-2.7227 -0.98828,-5.3555 -3.00782,-8.1797 -0.93359,-1.0781 -2.05468,-1.7773 -3.13671,-2.0156 -1.03516,-0.2266 -2.23047,-0.1485 -3.17188,0.1914 -2.10547,0.7539 -5.05469,4.7773 -5.04687,4.7773 -0.35547,-1.2734 -0.71485,-2.5468 -1.07032,-3.8203 -0.60547,-0.7851 -1.87109,-1.1992 -2.52343,-0.7187 -0.60157,0.4414 0.23046,17.2461 0.98046,17.7539 m -31.39843,0.3008 c 0.62109,1.8203 2.26562,3.6562 3.96484,4.3203 2.49609,0.8125 4.91797,1.2851 7.33984,0.1992 3.76172,-1.543 6.58204,-7.332 8.03516,-8.3008 1.84766,0.5078 2.34375,4.25 3.92578,5.9414 0.56641,0.5391 1.11719,0.8047 1.92188,0.7266 0.6914,-0.066 1.41797,-0.461 1.8125,-1.0625 0.37109,-0.5664 0.37109,-1.293 0.10547,-1.8789 -1.61329,-1.8008 -3.32813,-3.8164 -4.09766,-6.2539 -0.3125,-3.3516 -0.625,-6.6993 -0.9375,-10.0469 -0.58203,-1.1172 -1.72266,-1.8594 -2.79688,-2.1172 -1.58984,-0.3867 -3.63281,-0.2266 -5.21093,0.074 -2.02344,0.3906 -4.19532,1.5235 -6.15625,2.6836 -2.66407,1.7695 -7.15625,5.4531 -8.09766,8.4102 -0.44141,2 -0.49219,5.3086 0.19141,7.3047 m 17.8789,-9.3399 c -1.26562,2.6133 -2.85547,5.4766 -5.10156,7.8477 -1.57422,1.6562 -3.09766,2.4804 -4.66406,2.664 -1.3125,0.1524 -2.36719,-0.3125 -3.6875,-1.625 -1.66797,-1.5351 -2.01172,-3.082 -1.45313,-4.625 0.46094,-1.5703 1.75782,-3.0664 3.50782,-4.7617 2.6875,-2.5976 5.0664,-4.0234 7.71484,-5.168 1.53125,-0.6601 3.23828,-0.457 4.41797,0.6211 1.23828,1.0977 -0.0899,3.168 -0.73438,5.0469 m 549.10938,-9.7656 c -0.97656,0.5273 -1.89844,1.6562 -2.49219,2.7266 -0.60547,1.0976 -0.8125,2.1171 -0.8125,3.2109 -0.004,1.3984 0.40234,2.957 1.47656,4.207 1.86719,1.0156 3.73438,2.0352 5.60157,3.0508 1.13671,0.8555 2.39843,1.9531 2.23046,2.6406 -1.48437,1.8633 -5.98046,2.418 -8.68359,3.0157 -1.39453,-0.3907 -2.78906,-0.7813 -4.18359,-1.1719 -0.69141,0.1875 -1.03516,0.5547 -1.19922,1.2734 -0.24219,1.0469 0.20703,2.043 1.02734,2.5664 1.07813,0.6875 2.8125,0.836 4.09766,0.7774 2.07422,-0.094 4.22656,-0.7188 6.17969,-1.1016 2.15625,-0.5586 5.21093,-1.1328 6.83203,-3.1797 0.7539,-1.2305 0.73047,-3.914 0.0391,-5.1015 -2.51953,-1.5469 -5.03906,-3.0977 -7.55859,-4.6446 -0.98438,-0.7109 -1.76172,-1.5078 -1.77344,-2.3515 -0.0117,-0.7618 0.71875,-1.836 1.61719,-2.4258 1.51171,-0.2305 3.01953,-0.4571 4.53125,-0.6836 0.46484,-0.711 0.0703,-2.0508 -0.74219,-2.6992 -1.19922,-0.9571 -4.71094,-0.9024 -6.1875,-0.1094 m -423.76953,-0.4688 c -1.34766,-0.039 -2.96875,0.1563 -4.23047,0.7579 -2.66406,0.9492 -3.10938,5.6562 -4.85938,6.3125 -0.95312,-0.7774 -1.91015,-1.5547 -2.86328,-2.3282 -1.26562,-0.6093 -2.89453,-0.8828 -4.23828,-0.4687 -1.39062,0.4258 -2.89844,1.6484 -4,2.8789 -1,1.6601 -1.99609,3.3242 -2.99609,4.9844 -0.19922,-1.9727 -0.39453,-3.9493 -0.59375,-5.9219 -0.35547,-0.8242 -1.33203,-1.2188 -2.05078,-0.6758 -1.3086,3.1094 -0.5586,7.9883 -0.66016,11.8477 0.0391,1.5156 0.17969,3.7421 0.99219,5.1757 0.36718,0.6602 0.73437,0.9766 1.42187,0.9922 0.67969,0.016 1.09766,-0.2929 1.5,-0.8906 1.24219,-3.668 2.48047,-7.3359 3.71875,-11 0.79688,-1.5039 2.40625,-3.6055 3.76172,-3.6172 1.28125,-0.01 2.80078,2.0391 3.29297,3.5547 0.17578,3.6719 0.34766,7.3477 0.51953,11.0195 0.3125,0.8243 1.18359,1.2227 2.07031,0.6993 2.78907,-3.3672 0.44532,-8.629 2.9375,-12.6993 1.10157,-2.2265 2.79688,-6.0117 5.1875,-6.8828 1.46094,0.1563 2.74219,2.4766 3.375,3.8946 0.81641,4.6718 1.63672,9.3437 2.45703,14.0156 0.31641,0.8047 1.21485,1.2109 1.9336,0.6445 1.78125,-3.4922 -0.0391,-8.7734 -0.53125,-12.9609 -0.38281,-2.4141 -1.4375,-6.1172 -3.34766,-8.2032 -0.79687,-0.871 -1.66797,-1.0976 -2.79687,-1.1289 m 445.75781,-0.3164 c -1.60547,0.4805 -3.91406,1.1602 -4.78516,2.668 -0.73828,1.2734 -0.4375,2.8906 0.69532,4.2461 1.91796,1.3945 3.83593,2.7891 5.75,4.1836 0.82812,0.8125 1.51171,1.7695 1.35546,2.5469 -0.85156,1.8242 -3.94531,3.3632 -5.82031,3.9882 -1.8125,0.586 -2.91797,-3.2578 -5.03515,-1.7851 -0.89063,0.5703 -1.37891,1.8789 -1.25391,2.8906 0.0937,0.7656 0.39844,1.1445 1.03125,1.5391 2.22656,1.1133 4.94141,1.0078 7.32031,0.2344 2.23047,-0.6172 5.27344,-1.9883 6.8711,-4.6211 0.85937,-2.0704 0.42578,-4.3164 -0.30469,-6.2852 -1.85938,-1.6602 -3.72266,-3.3242 -5.58203,-4.9883 -0.19141,-0.4726 0.008,-0.9062 0.43359,-1.1484 1.77734,-0.3086 3.55469,-0.6172 5.33203,-0.9297 0.40625,-0.707 0.0117,-2.0195 -0.82031,-2.6641 -1.41797,-0.957 -3.48438,-0.332 -5.1875,0.125 m -323.19531,-3.5703 c -0.60547,7.4805 0.36718,16.8516 0.98828,24.3281 0.10156,1.2071 0.3164,3.0157 0.95312,4.125 0.3711,0.6524 0.76172,0.9727 1.41016,0.9766 0.96484,0 1.28906,-0.8437 1.33984,-1.8437 -1.83984,-9.4766 -0.12109,-19.2071 -2.03515,-28.4805 -0.26172,-0.6094 -0.65235,-0.9102 -1.28907,-0.9102 -0.98828,0 -1.28515,0.8086 -1.36718,1.8047 m 454.45703,26.4414 c 0.71484,0.8125 1.92969,1.2227 2.60547,0.7696 0.64062,-2.8985 1.28125,-5.793 1.92187,-8.6914 0.77735,-1.6758 2.53516,-4.5352 4.34766,-4.8946 1.52734,0.1719 2.73437,2.5352 3.63281,3.9375 1.33594,3.336 2.67188,6.6758 4.00391,10.0117 0.41406,1.125 2.33593,1.3829 3.19922,0.5704 0.60546,-0.6133 0.46093,-1.8047 0.15234,-2.8946 -0.78906,-2.8008 -2.25781,-5.5976 -3.39844,-8.1758 -0.89062,-2.0117 -2.55859,-5.6171 -4.49609,-6.7343 -1.38672,-0.7969 -4.64063,-0.8203 -6.25,0 -3.41797,1.6054 -4.35547,7.4414 -5.20703,6.4375 -1.50782,-6.2657 -1.29297,-13.7149 -4.04688,-20.7071 -0.60547,-0.8476 -1.64453,-1.2304 -2.33594,-0.6601 0.98047,9.4687 2.65235,21.1562 5.8711,31.0273 m -535.53906,-18.0351 c 1.96875,5.7617 0.043,11.6406 2.05078,17.1172 0.43359,0.7812 1.3125,1.2382 2.36718,0.9921 0.70704,-0.164 1.07032,-0.496 1.25391,-1.1796 -0.60156,-2.0235 -1.20312,-4.0469 -1.80078,-6.0704 -0.0703,-1.1679 -0.0508,-2.7421 0.84766,-2.9453 3.76562,0.75 8.4375,5.8711 12.60546,7.7461 1.84766,0.8477 4.67969,1.1797 5.95704,0.094 0.55859,-0.6758 0.54296,-2.0391 0.0273,-2.6602 -1.89844,-0.5117 -3.79688,-1.0234 -5.69531,-1.5351 -2.3086,-1.3946 -8.56641,-5.4688 -9.11328,-6.8399 0.0117,-2.0742 6.36718,-3.5625 9.11718,-5.8633 0.82032,-0.8203 1.22657,-2.0078 0.67188,-2.7109 -0.53125,-0.6719 -1.83594,-0.668 -2.90235,-0.3047 -2.99218,1.6016 -5.98437,3.1992 -8.97265,4.7969 -1.00391,0.3984 -1.83203,0.3945 -2.59766,-0.3125 -0.75,-0.6875 -0.9414,-1.6445 -0.90625,-2.6524 0.47266,-3.7773 1.19922,-7.2812 0.87891,-11.0859 -0.0508,-0.6328 -0.15235,-1.2344 -0.60156,-1.5703 -0.39844,-0.3008 -1.08985,-0.3047 -1.48829,0 -0.73437,4.125 -1.60546,10.1094 -1.69921,14.9883 m 205.24218,-15.3008 c -0.67968,0.6758 -0.92968,1.2305 -1.12109,2.0312 -0.78906,5.8204 0.71875,11.7539 0.14453,17.293 0.20313,2.2578 3.16016,11.5195 4.75781,14.1406 0.35938,0.586 0.72657,0.8946 1.44922,0.875 0.67188,-0.023 1.24219,-0.3476 1.67969,-1.0156 0.39453,-0.6133 0.48828,-1.3398 0.38281,-2.0781 -1.11328,-3.3203 -3.03515,-6.9297 -3.10937,-9.7461 1.70703,-1.8672 6.08203,-0.1289 9.16406,-1.2891 1.05469,-0.3515 1.97656,-1.0117 1.96875,-2.0117 -0.008,-0.6641 -0.36328,-1.0195 -1.01172,-1.1836 -2.99609,0.2461 -5.99609,0.4922 -8.99609,0.7383 -1.02344,-0.043 -1.85938,-0.168 -2.33203,-0.9375 -0.77735,-3.793 -2.03907,-8.3906 -0.92579,-12.4297 0.60157,-1.2578 2.07813,-2.5664 3.1211,-2.543 1.35937,1.1094 2.71875,2.2188 4.07812,3.3321 0.60938,0.2851 1.30078,0.2539 1.72657,-0.1289 0.43359,-0.3907 0.57812,-1.1407 0.53515,-1.836 -0.0937,-1.5 -1.03125,-2.8242 -2.25,-3.6367 -1.70312,-1.1328 -4.1875,-0.9336 -6.14844,-0.8164 -1.0664,0.062 -2.15234,0.2891 -3.11328,1.2422 m -85.14843,-0.1328 c 0.19531,3.5078 0.70703,7.6289 -0.13282,10.9765 -0.15625,2.6055 -4.70703,1.2305 -4.66406,3.3711 0.082,2.3633 4.43359,0.4844 5.33984,2.3672 0.4961,4.625 0.9961,9.2461 1.49219,13.8672 0.29297,0.9258 1.14844,1.7774 2.21875,1.8281 1.10156,0.047 1.32422,-0.7617 1.2461,-1.8125 -0.66797,-4.8593 -2.52735,-9.9023 -1.35938,-13.914 2.01953,-1.9141 6.57031,-0.4141 9.40625,-1.1563 0.60156,-0.2344 0.90234,-0.5742 0.90234,-1.1992 0,-0.625 -0.30078,-0.9648 -0.90234,-1.1953 -3.15234,-0.793 -8.07031,0.832 -10.41406,-1.1875 -0.8086,-3.5977 -0.38281,-7.9961 -0.44531,-11.9297 -0.082,-0.9961 -0.39454,-1.7969 -1.34766,-1.7969 -0.95313,0 -1.25781,0.7969 -1.33984,1.7813 m -230.85547,-1.8399 c -0.52344,1.3008 -0.79688,3.6485 -1.04297,5.1289 0.125,3.2266 0.25,6.4532 0.375,9.6758 -2.57813,2.1875 -7.5625,-0.2187 -11.30078,1.7305 -2.96485,1.1094 -6.52735,4.2695 -8.78516,7.3945 -1.25781,1.875 -2.23047,4.2774 -2.29687,6.2422 -0.008,1.9492 1.22265,4.6914 3.08203,5.9453 1.44922,0.8203 3.63672,0.5469 5.19531,0.2969 2.05078,-0.3359 4.1875,-1.0898 6.15234,-1.9141 3.01563,-1.2656 7.19532,-5.8867 9.01172,-6.3437 1.92578,-0.25 1.36719,3.914 3.19141,6.2305 0.65234,1.207 2.64062,1.4414 3.39062,0.6562 0.36328,-2.918 -2.97656,-7.4336 -3.14843,-10.9453 0.26953,-4.0313 0.54296,-8.0586 0.8125,-12.0859 -1.63672,-4.125 0.0156,-9.3594 -2.58594,-12.75 -0.85547,-0.5274 -1.70313,-0.1211 -2.05078,0.7382 m -2.26172,24.9063 c -2.0586,2.3672 -4.60547,4.5039 -6.79297,5.8125 -2.17188,1.3008 -4.53125,2.0547 -6.72266,2.4219 -1.25781,0.2109 -2.54687,-0.2071 -3.19531,-1.3282 -0.78125,-1.3554 -0.23047,-3.7968 0.87109,-5.4336 1.55079,-2.3007 4.40625,-4.5234 6.51563,-5.8906 2.14844,-1.3945 4.58984,-1.8398 6.75,-1.8359 1.46484,0 3.45312,0.5312 4.12109,1.8476 0.60157,1.1875 -0.20703,2.8633 -1.54687,4.4063 m 818.58593,-76.8945 c -1.6914,-0.5313 -4.9375,-0.6954 -6.0039,0.1757 -1.1797,2.6446 -6.9805,4.8477 -10.2383,8.8243 -1.1875,1.9648 -1.789,4.2617 -0.8711,6.2695 0.9571,1.7226 3.3164,3.0156 4.875,3.2617 3.7852,0.3516 7.5274,-0.3242 11.3164,-1.6445 2.2266,-1.125 5.2813,-2.8946 6.7696,-5.5157 0.8672,-1.8007 0.8984,-5.6914 -0.02,-7.371 -0.9882,-1.8047 -4.0117,-3.4297 -5.8281,-4 m 1.5078,10.8046 c -1.9062,1.8008 -3.9023,2.8438 -5.8164,3.4883 -1.75,0.5821 -4,1.3164 -5.75,1.2422 -1.375,-0.012 -3.543,-1.2891 -3.7305,-2.543 1.875,-4.3867 9.2266,-7.0781 10.1133,-9.9179 0.8086,-0.5196 2.2032,-0.016 3.3399,0.7734 1.1211,0.7734 2.8047,2.3281 3.3437,3.4336 0.6641,1.1328 -0.2031,2.3164 -1.5,3.5234 m -768.58983,4.5743 c 0.78516,1.5078 2.47266,2.7929 3.81641,3.1054 3.46094,0.4336 6.88672,-0.2031 10.33984,-1.3359 2.67579,-1.8555 5.9375,-3.9844 6.94922,-6.8399 0.6836,-2.0976 0.082,-5.2968 -1.14453,-7.3789 -0.90234,-1.5273 -2.48437,-2.7851 -3.84765,-3.0937 -2.85547,-0.6563 -7.39063,-0.5313 -10.25,0.3437 -1.58594,0.4844 -3.83594,1.1211 -5.07813,2.0469 -0.83594,0.6211 -1.53906,1.7344 -1.84375,2.836 -0.60547,2.1914 0.12891,8.5351 1.05859,10.3164 m 17.33594,-6.3282 c -1.52734,2.3555 -4.6289,4.4493 -6.53515,5.3164 -1.25,0.5704 -2.5625,1.168 -3.78516,1.0743 -1.55469,-0.1211 -3.26172,-1.1719 -3.92969,-2.5274 -0.77734,-1.5781 -1.16015,-4.8906 -0.27734,-6.3906 0.74609,-1.2695 2.89062,-2.3008 4.32812,-2.9649 2.25391,-1.0429 4.41797,-1.1875 6.65235,-0.5546 1.66797,0.4765 2.67187,1.6054 3.51953,3.3007 0.5039,1.0079 0.70312,1.7032 0.0273,2.7461 m 769.48443,-9.9257 c -1.5117,0.3789 -2.332,1.5 -2.2656,3.0585 0.016,1.1602 0.4297,2.0235 1.3632,2.1329 1.3907,-0.8008 2.7813,-1.6016 4.1719,-2.4024 1.2305,-0.4219 2.4531,-0.039 3.7344,0.2891 2.4883,0.4648 5.4609,1.9687 7.4375,4.2656 0.4336,0.5625 0.7227,1.1484 0.7148,1.7188 -0.016,0.8671 -0.6875,1.746 -1.4765,2.3632 -1.7422,1.3594 -4.6133,2.25 -6.7149,2.7774 -3.1914,0.3828 -6.7773,2.0078 -9.3672,1.0312 -2.4804,-2.6054 -2.875,-8.0078 -4.5781,-11.375 -0.4726,-0.5351 -1.1836,-0.9179 -1.8047,-0.9258 -0.7382,-0.01 -1.0625,0.336 -1.2304,0.9961 3.1132,11.6641 5.9882,22.9649 9.8203,34.3555 0.3476,0.5938 0.707,0.9063 1.3515,0.8789 1.2539,0.01 1.5039,-1.6836 1.2032,-3.1055 -1.293,-5.7773 -4.3282,-11.8125 -4.1953,-16.582 3.871,-2.1953 10.1757,-1.1992 15.1875,-3.8633 1.3554,-0.5976 2.8125,-1.3164 4.1523,-2.4765 1.0391,-0.9024 1.75,-1.8789 1.8867,-3.0117 0.2266,-1.8516 -0.9883,-4.8516 -2.207,-6.1954 -2.4844,-1.9257 -6.0391,-3.5781 -8.9688,-4.1796 -2.4843,-0.4258 -5.6523,-0.5977 -8.2148,0.25 m -42.7422,-0.4102 c -3.4453,0.1953 -6.8203,-0.6914 -10.3125,0.7109 -1.3555,0.625 -3.0078,1.5157 -3.8906,2.5938 -0.5703,1.6211 -1.1446,3.2383 -1.7188,4.8594 -0.4961,0.9414 -1.3515,1.5742 -2.2304,1.7304 -0.8789,0.1602 -1.5899,-0.1484 -2.0899,-0.9414 -0.6133,-1.5586 -1.2265,-3.1133 -1.8398,-4.6679 -1.0352,-1.25 -3.3438,-2.5079 -4.9063,-3.004 -3.1914,-1.0078 -7.9179,-0.5507 -11.1679,-0.25 -2.1875,0.2032 -6.3204,0.6172 -8.1915,1.7969 -1.4492,0.7539 -1.2226,3.043 -1.0585,4.6797 0.7578,1.3906 1.5156,2.7813 2.2734,4.168 1.1914,4.2773 2.1758,9.2031 3.1992,13.8515 0.457,2.0704 0.3008,11.2539 1.0469,11.7422 0.6367,0.4219 1.9531,0.027 2.6055,-0.7734 0.414,-0.5078 0.5117,-1.207 0.5625,-1.8789 0.4492,-5.211 -2.2266,-10.4492 -1.3555,-14.875 3.875,-3.0508 11.0664,-3.0664 15.9765,-7.6602 0.5079,-0.289 4.3008,0.4063 5.4883,1.1914 0.8125,1.4766 1.625,2.9493 2.4375,4.4258 0.9063,1.2266 2.5391,2.4258 3.8867,2.875 3.9258,0.3203 8.875,0.7578 12.0313,-0.3867 0.5586,-0.7188 0.1445,-1.6328 -0.6641,-1.9453 -3.0742,-0.6524 -6.8515,0.5508 -9.914,-0.9531 -1.3047,-0.7579 -3.2305,-2.6719 -3.0938,-3.6875 2.6875,-2.6133 9.5703,-2.0782 14.0742,-5.5313 0.9258,-0.6094 1.4219,-1.3594 1.7461,-2.4805 0.3828,-1.2968 0.6563,-3.0507 -0.1054,-4.2461 -0.6602,-1.0312 -1.7032,-1.2656 -2.7891,-1.3437 m -38.0312,4.2383 c 2.4062,-0.5117 5.332,-0.6406 7.7539,-0.2852 1.2968,0.1875 2.5039,0.8985 3.6523,1.9961 0.832,0.793 1.5313,1.6524 1.3672,2.4922 -0.8359,2.0391 -3.9609,3.2461 -5.9766,4.3359 -2.8164,1.2696 -6.0312,2.5079 -8.5468,2.5977 -0.7657,-0.2383 -1.1875,-1.1523 -1.5118,-2.1016 -0.6367,-1.875 -1.5507,-4.7617 -1.2265,-6.6015 0.1758,-1.8282 2.7539,-1.9336 4.4883,-2.4336 m 35.5117,1.6133 c -1.3555,1 -3.168,1.5625 -4.7227,2.1953 -1.7305,0.9492 -4.1914,1.0312 -4.7461,-0.055 0.027,-1.5391 2.961,-3.543 5.0156,-4.332 1.961,-0.8047 5.0938,-1.2891 5.8321,0.012 0.1562,0.6484 -0.5313,1.5508 -1.3789,2.1797 m -94.8125,1.5117 c -0.4063,1.832 0.1093,4.5195 1.1992,6.3047 1.3789,2.1953 3.9765,3.3476 5.9414,3.832 2.7305,0.5469 5.7305,0.6562 8.2578,-0.4961 0.6133,-0.4141 0.9258,-0.8711 0.918,-1.543 0,-0.6601 -0.3242,-1.0156 -0.9375,-1.1875 -2.0117,0.1719 -4.0196,0.3399 -6.0313,0.5078 -1.2851,-0.2421 -3.8554,-1.2734 -3.8203,-2.1914 2.6289,-2.539 8.6719,-1.7421 12.9336,-5.4218 0.6484,-0.5508 0.8555,-0.8711 1.0391,-1.6485 0.2773,-1.1758 0.2578,-3.1367 -0.3672,-4.0976 -1.2852,-1.5742 -4.0078,-2.4727 -5.9024,-2.4532 -3.0195,-0.023 -6.3515,-0.1562 -9.1328,1.4532 -1.8672,1.3593 -3.6328,4.8554 -4.0976,6.9414 m 4.6953,-1.6758 c 1.2461,-1.5 3.1875,-3.0273 4.6484,-3.5117 2.2071,-0.6758 5.7305,0.3633 6.5352,1.5976 -0.3399,1.3164 -3.1953,2.7696 -4.8321,3.2539 -2.332,0.5664 -5.6875,1.9141 -7.0703,1.0508 -0.3906,-0.5586 -0.051,-1.4609 0.7188,-2.3906 m -611.32428,-6.0742 c -0.37109,0.4375 -0.41015,1.1836 -0.13281,1.8945 0.80469,1.3399 1.61328,2.6797 2.41797,4.0195 0.21094,0.8829 0.13281,1.8789 -0.17578,2.7696 -0.94922,2.1953 -4.02344,5.9453 -6.3711,6.6054 -0.875,0.2032 -1.85547,0.1368 -2.73828,-0.3164 -0.90234,-0.4648 -1.93359,-1.4687 -2.73828,-2.4336 -2.55859,-2.8398 -1.59375,-6.2148 -2.98828,-8.9765 -0.51172,-0.8047 -1.49219,-1.1797 -2.21094,-0.6055 -1.39844,1.9063 -0.0156,5.3633 0.5,7.9688 0.51563,1.9296 1.4375,4.5 3.1875,6.164 0.67188,0.6406 1.11719,0.8594 1.90625,1.0391 2.08985,0.4805 5.16797,0.3711 7.29688,0.062 1.41015,-0.2031 2.80859,-0.9844 3.99218,-2.2149 1.94922,-2.0273 3.05079,-4.8242 3.26563,-7.1015 0.17578,-1.8906 0.38672,-4.3164 -0.0625,-6.1992 -0.1875,-0.8008 -0.43359,-1.3594 -1.13281,-2.043 -1.20703,-1.2461 -3.22657,-1.5547 -4.01563,-0.6328 m 784.30078,9.6289 c 1.0704,1.8164 2.1407,3.6367 3.2071,5.4531 1.7304,1.6055 3.5195,2.3399 5.2344,2.7734 3.1132,0.793 7.0468,0.7383 10.1562,0.2188 1.8828,-0.5156 4.6289,-0.8555 5.8555,-2.3711 0.5273,-0.9023 0.1054,-1.8125 -0.8516,-2.0547 -2.6992,0.5625 -5.3945,1.1211 -8.0937,1.6836 -1.6172,0.1406 -3.2852,0.078 -4.8829,-0.3242 -1.7968,-0.4531 -4.0312,-1.4531 -5.5117,-3.375 -0.7265,-0.9414 -0.7461,-1.6328 -0.051,-2.0977 2.5586,-0.5898 5.1133,-1.1797 7.6719,-1.7695 1.3164,-0.4609 3.0235,-1.4375 3.75,-2.7891 0.6563,-1.2187 0.6914,-3.0039 -0.016,-4.3398 -0.6094,-1.1523 -1.6992,-1.8633 -2.7891,-2.1211 -1.9179,-0.4531 -5.4804,-0.5859 -7.332,0.3398 -3.1484,1.6602 -4.9219,5.7461 -6.3086,7.1407 -1.2422,0.5312 -3.6875,0.047 -3.6133,1.8203 -0.086,1.7539 2.293,1.332 3.5742,1.8125 m 10.2696,-4.9883 c -1.4102,0.668 -4.5547,1.7031 -4.7344,0.8945 -0.2187,-0.9804 1.8477,-2.8242 3.2305,-3.5859 1.1875,-0.6563 2.4687,-0.7891 3.2148,0.1953 0.832,0.832 -0.4219,1.9609 -1.7109,2.4961 m -227.23835,1.4961 c 0.0469,2.2891 0.0937,4.5781 0.14063,6.8633 0.15234,0.9961 0.58984,2.0586 1.40625,3.1289 0.83984,1.1015 1.74609,1.7695 2.80078,2.0156 1.58594,0.3711 3.58203,0.2109 5.19531,0.078 1.71875,-0.1406 3.48828,-0.6172 5.16016,-1.4765 2.02344,-1.0391 3.57422,-2.5586 4.85156,-4.086 0.69531,-0.8281 1.19141,-1.6875 1.31641,-2.7109 -0.0312,-1.3672 -0.0664,-2.7383 -0.0977,-4.1055 0.92575,-0.2812 2.59375,1.7891 3.02735,3.211 0.125,1.9922 0.2539,3.9804 0.3828,5.9726 0.4023,1.0078 2.1445,1.4844 3.1172,0.6836 1.5078,-2.7226 -0.3789,-7.3398 1.3633,-10.6601 0.6562,-1.2071 1.875,-2.7579 3.1015,-3.3633 1.3125,-0.1914 2.6211,-0.3789 3.9336,-0.5703 0.6055,-0.2539 0.9141,-0.6407 0.9063,-1.2735 -0.01,-0.6484 -0.3204,-0.9843 -0.961,-1.2187 -1.2461,-0.461 -3.7773,-0.3321 -5.2383,-0.1446 -2.2461,0.02 -3.6796,2.379 -5.2382,3.4766 -1.1914,0.6563 -6.41408,1.5664 -7.02346,1.6016 -1.83984,-0.9024 -3.67578,-1.8047 -5.51171,-2.711 -3.65625,-1.039 -7.57422,-1.9101 -11.17969,-2.3164 -1.48438,0.2969 -3.84375,2.4805 -4.14453,4.2774 0.89843,1.1093 1.79687,2.2187 2.6914,3.3281 m 5.59766,-3.5781 c 1.69531,-0.074 4,0.7578 5.69141,1.4492 1.54687,0.6289 3.29296,1.5273 4.80859,3.0312 0.97656,0.9649 1.35547,1.711 0.76562,2.7383 -1.11718,1.9336 -3.91015,3.5742 -5.54296,4.3867 -1.89844,0.9102 -3.90235,1.5938 -5.45704,0.8086 -1.10156,-0.6718 -2.23046,-2.8945 -2.64062,-4.2773 -0.51172,-1.7188 -0.69141,-5.0195 0.10937,-6.6406 0.46485,-0.9375 1.29688,-1.4532 2.26563,-1.4961 m -560.625,14.5156 c 0.3125,1.4414 1.01562,2.9766 2.55859,2.793 1.16797,-0.082 1.91797,-0.8985 2.28516,-1.8555 1.23437,-4.4453 2.05078,-8.668 5.22266,-12.9063 1.07812,-1.3242 2.39843,-2.5234 3.60546,-3.0664 1.2461,-0.5625 2.39844,-0.6836 3.3711,0.2969 1.15234,1.1563 1.8164,3.1328 1.98437,4.6406 0.10157,4.6875 0.20703,9.375 0.3086,14.0586 0.3125,0.8086 1.22265,1.2188 1.9375,0.6719 1.32031,-5.125 0.42968,-12.1211 0.62109,-18.0078 -0.19531,-1.3164 -0.98047,-2.9492 -2.25781,-4.125 -1.52344,-1.5234 -3.39063,-1.1602 -5.11719,-1.1172 -1.72656,0.1563 -3.5625,0.7734 -5.1875,1.8086 -1.85547,1.1875 -3.05078,3.2109 -4.3125,5.3711 -1.30469,2.1758 -0.99609,5.3359 -2.51953,5.9375 -0.53906,-3 -1.07422,-6.0039 -1.60938,-9.0078 -0.27343,-1.2735 -2.19531,-2.293 -3.10156,-1.6172 -0.48828,4.668 1.32422,10.8828 2.21094,16.125 m -134.59766,-4.0625 c 0.70313,2.043 2.91407,4.2461 4.9375,4.9453 3.78125,0.5781 7.4961,0.3516 11.25782,0.1211 2.52734,-0.6602 6.05859,-1.4297 7.86718,-3.375 0.29688,-0.5391 0.27735,-1.2461 -0.0898,-1.6484 -0.39844,-0.4336 -1.08594,-0.5039 -1.78906,-0.4336 -2.70313,0.8633 -5.40625,1.7265 -8.10938,2.5898 -1.63281,0.2735 -5.42969,0.6445 -6.46875,-0.09 -1.05469,-1.3438 4.08594,-3.25 5.42969,-5.2149 0.90234,-1.0703 1.83203,-2.5937 2.25,-3.9609 0.41016,-1.3359 0.5,-2.9375 -0.19531,-4.3047 -0.5586,-1.1016 -1.69922,-2.2305 -2.78907,-2.7812 -2.5,-0.9024 -4.9375,-0.4922 -7.39843,0.8632 -2.04688,1.3555 -4.26563,4.0508 -4.91016,5.9493 -0.67187,1.9765 -0.67969,5.3554 0.008,7.3398 m 11.26563,-7.3047 c -1.04297,2.1484 -4.51563,4.8242 -6.19922,5.25 -0.9375,0.2383 -1.76172,0.1914 -2.14844,-0.4687 -0.46875,-0.8086 -0.125,-2.3907 0.38672,-3.4961 0.75,-1.625 3.21875,-4.1368 4.92969,-4.8008 0.94531,-0.3672 1.73047,0 2.5,0.9062 0.76172,0.8985 0.96484,1.711 0.53125,2.6094 m 461.03125,-7.6484 c -1.11719,1.3359 0.77344,2.8593 1.3125,3.9883 0.32422,1.246 0.28125,3.289 -0.28125,4.6093 -1.30078,2.375 -3.8125,5.5352 -6.27344,6.25 -0.87891,0.1563 -1.83984,-0.2539 -2.61328,-0.8711 -1.57422,-1.2539 -2.48047,-4.2109 -2.61719,-6.3047 0.19141,-1.6875 0.38281,-3.371 0.57422,-5.0585 -0.19922,-0.6211 -0.60156,-0.9336 -1.27344,-0.9415 -0.69922,-0.012 -1.14062,0.293 -1.55468,0.9063 -1.16016,2.5117 -0.91016,5.5 -0.6875,8.2148 0.37109,2.0196 1.07812,4.3321 3.05468,6.2188 2.32813,1.9141 4.89453,1.0508 7.32422,1.0742 1.70703,-0.3711 3.60547,-2.2695 5.03906,-4.043 2.41407,-2.7695 2.22657,-5.4531 2.83985,-8.25 0.19922,-1.664 -0.0742,-5.0273 -1.15235,-5.9101 -0.77343,-0.6289 -2.98046,-0.6836 -3.6914,0.1172 m -230.14063,0.5468 c 0.58203,5.4805 1.16407,10.9649 1.7461,16.4493 0.25781,0.9531 1.07422,1.8086 2.14062,1.8593 1.09766,0.055 1.32031,-0.7617 1.23828,-1.8046 -0.35937,-4.6211 -0.61718,-11.3594 -1.85937,-15.504 -0.28125,-0.9453 -1.14844,-1.7968 -2.1875,-1.8554 -0.73047,-0.039 -0.98828,0.2734 -1.07813,0.8554 m 239.9336,2.3125 c 0.91797,2.7618 3.32812,13.1172 4.25,13.793 0.76172,0.5586 1.66406,0.1289 1.98437,-0.707 0.47656,-3.668 1.00781,-7.4492 2.9961,-10.961 0.89843,-1.6992 2.27734,-3.0273 3.74218,-2.6796 0.88672,0.164 1.77344,0.8632 2.57032,1.8086 1.24609,1.4726 2.30078,3.2421 2.78125,4.8281 0.16796,2.6758 0.33984,5.3554 0.50781,8.0312 0.22656,0.6055 0.54297,0.9336 1.22265,0.9219 0.6836,-0.012 1.19922,-0.3359 1.67579,-1.0078 0.66015,-0.9219 0.71093,-2.0938 0.58593,-3.0938 -0.36328,-2.9531 -0.69531,-6.3906 -1.78515,-9.2187 -0.60157,-1.5703 -2.4375,-3.6953 -4.25782,-5.0899 -0.84375,-0.6484 -1.27734,-0.8554 -2.13281,-1.0429 -1.29687,-0.2774 -3.05469,-0.2696 -4.25,0.3437 -1.57812,1.8789 -3.15625,3.7578 -4.73437,5.6407 -0.73047,-1.2852 -1.45703,-2.5704 -2.1836,-3.8516 -0.76953,-0.7969 -1.98437,-1.2031 -2.67968,-0.6524 -0.67969,0.5352 -0.65625,1.8438 -0.29297,2.9375 m -156.84766,-4.414 c -1.36328,-0.3125 -2.90625,-0.062 -4.23828,0.2656 -2.80078,0.6914 -5.57031,2.8281 -7.49609,4.7344 -2.0625,2.043 -5.32032,5.7578 -6.73047,9.168 -0.4336,1.0507 -0.74219,2.1093 -0.76563,3.1875 -0.0234,1.3476 0.3086,3.1015 1.13672,3.9921 0.86719,0.9336 2.5,1.1993 3.83984,1.3243 1.90625,0.1757 4.42188,0.4609 6.27735,-0.293 1.6875,-0.6836 3.55859,-2.2891 5.125,-3.7695 1.64453,-1.9649 3.28906,-3.9336 4.93359,-5.9024 2.04297,0.7656 2.63672,4.9219 4.1836,6.9258 0.70703,1.1016 2.5664,1.3945 3.44921,0.5078 0.38672,-0.4336 0.41797,-1.1562 0.19532,-1.8867 -4.04688,-6.0234 -5.03907,-11.2188 -7.84375,-17.1445 -0.67969,-0.668 -1.2461,-0.9258 -2.06641,-1.1094 m -0.95703,9.2265 c -0.52344,1.836 -2.09766,3.9297 -3.71875,5.8008 -1.57422,1.8125 -3.75391,3.7305 -5.57422,4.4883 -1.42578,0.5899 -3.27344,0.5625 -4.45312,-0.6016 -0.73047,-0.7187 -1.01172,-1.6562 -0.875,-2.5468 0.22265,-1.4375 1.73828,-3.25 3.04296,-4.8008 1.8711,-2.2266 4.50391,-4.918 6.67188,-6.4336 1.54297,-0.9375 3.23047,-2.3438 4.39844,-1.3164 1.33984,1.3437 0.8789,3.6211 0.50781,5.4101 M 573,1222.8203 c -0.72266,1.6953 -1.23047,3.457 -1.38281,5.1524 -0.15235,1.6875 -0.14453,3.4531 0.375,5.1523 0.42968,1.4063 1.15234,2.7188 2.10937,3.7813 1.37891,1.5234 3.01172,2.4492 4.80469,2.5468 2.35156,0.1289 4.85937,0.1524 7.20703,-0.043 1.6875,-0.1407 4.71875,-0.4375 6.01172,-1.5235 0.54687,-0.4531 0.92969,-1.1836 0.95703,-1.7929 0.0273,-0.7383 -0.29687,-1.004 -0.89453,-1.1055 -4.46875,0.4219 -8.97656,2.5625 -12.98828,1.1562 -1.76953,-0.8789 -4.00391,-3.6718 -4.38672,-5.1914 -0.22656,-0.9062 0.043,-1.7617 0.72656,-2.1992 2.8711,-0.6758 5.74219,-1.3516 8.61719,-2.0312 1.56641,-0.5704 3.67578,-1.4571 5.08984,-2.8204 0.65625,-0.6289 0.8711,-1.0117 1.0586,-1.8125 0.28515,-1.2382 0.25781,-3.1601 -0.37891,-4.0429 -0.98828,-1.3711 -4.23437,-2.3477 -5.92578,-2.3633 -2.75391,0.25 -5.57422,1.0508 -8.22656,3.1875 -1.3086,1.1602 -2.19141,2.582 -2.77344,3.9492 m 9.77734,0.5703 c -1.48828,0.6641 -3.30468,1.5977 -4.73437,1.8164 -0.89453,0.1368 -1.78906,-0.062 -1.82422,-0.6328 -0.0703,-1.1211 2.57031,-3.6719 4.02734,-4.4609 1.90235,-0.9297 4.9961,-1.0742 5.73828,0.1172 0.20704,1.1914 -1.69921,2.6172 -3.20703,3.1601 m -98.82031,-7.8476 c -2.34375,0.07 -4.85547,0.4375 -7.19922,1.9765 -2.05469,1.3477 -4.17578,3.1797 -4.89062,5.2969 -1.24219,3.6016 1.00781,8.3828 -0.85547,10.3516 -0.83594,0.8086 -1.98047,1.7343 -3.21094,2.1211 -1.99219,0.6289 -5.84375,0.957 -7.83594,0.9648 -1.20703,0 -2.4414,-0.5664 -3.64453,-1.6523 -0.92187,-0.8321 -1.5664,-1.7461 -1.6914,-2.6953 -0.24219,-1.8321 0.86718,-4.8946 2.0664,-6.6719 1.84375,-3.7774 6.60938,-4.3594 7.52344,-6.2383 0.20312,-1.0938 -0.23828,-1.9258 -1.14063,-2.2227 -0.85156,-0.2812 -2.23437,-0.2031 -3.22265,0.1094 -1.44531,0.4531 -2.74219,1.5977 -3.76563,2.8399 -1.28906,1.5625 -2.37109,3.4101 -3.20312,5.0742 -1.32031,3.0429 -2.82422,6.1172 -2.02344,9.3359 0.45313,1.3672 1.67188,3.0391 2.94922,3.8594 1.51172,0.9687 3.62891,1.2578 5.17969,1.3867 3.01562,0.2461 8.30468,-0.293 11.15625,-1.2187 1.29687,-0.6993 2.59375,-1.3946 3.89062,-2.0899 2.99219,0.6641 5.98828,1.332 8.98047,2 2.39844,0 6,-0.5898 8.22656,-1.6211 0.94141,-0.4336 1.81641,-1.3164 1.84766,-2.3594 0.0234,-0.7343 -0.3125,-1.0117 -0.91797,-1.1093 -4.17578,0.7734 -8.26953,2.2031 -12.02734,1.4765 -1.33594,-0.289 -3.64063,-2.0703 -4.08594,-3.4843 -0.16797,-0.5313 0.0312,-0.9766 0.44141,-1.2383 2.55859,-0.7149 5.11718,-1.4297 7.67578,-2.1406 1.67578,-0.7461 3.42968,-1.711 5.15625,-3.3711 1.0625,-1.0235 1.74218,-2.0118 1.98828,-3.125 0.28125,-1.2852 0.29297,-3.1407 -0.41797,-4.1172 -1.77344,-2.0039 -4.74219,-1.3321 -6.94922,-1.4375 m 2.55859,6.0429 c -2.23437,2.2188 -5.95703,3.9805 -8.51953,4.6407 -1.08593,0.2773 -2.69922,0.039 -2.85156,-0.6953 -0.24219,-1.1602 3.22656,-4.7149 5.08203,-5.7735 1.41016,-0.8008 3.22656,-1.1914 4.64063,-1.1406 0.89843,0.031 1.9375,0.2969 2.34765,0.8594 0.4336,0.5859 0.11719,1.3007 -0.69922,2.1093 m 254.44141,-2.7968 c -0.91406,-1.7891 -3.23437,-3.7539 -4.82031,-4.1133 -1.5625,-0.3516 -3.66016,-0.2735 -5.22266,-0.051 -1.6914,0.6172 -3.3789,1.2344 -5.07031,1.8516 -3.67969,0.078 -7.36328,0.1601 -11.04688,0.2422 -1.54687,0.246 -3.58984,0.4804 -4.95703,1.2539 -1.01172,0.8828 -2.02343,1.7656 -3.03515,2.6484 -0.92969,-0.2695 -1.85938,-0.5352 -2.78516,-0.8008 -0.67969,0.051 -1.0625,0.4258 -1.25391,1.1289 0.96485,3.1055 1.92969,6.211 2.89063,9.3164 0.36719,0.9258 1.19141,1.7852 2.26172,1.8282 0.74609,0.031 1.0664,-0.2891 1.26953,-0.875 -0.0117,-2.0235 -0.0234,-4.043 -0.0352,-6.0625 0.46485,-1.2188 1.34766,-2.7266 2.30078,-3.5079 1.38672,-1.1328 3.86719,-1.7343 5.59766,-2.0273 2.04688,-0.3477 5.84375,-0.7734 7.71094,0.1875 0.54297,0.2773 0.97656,0.7734 1,1.3203 -0.97656,1.9219 -1.95703,3.8438 -2.9336,5.7656 -0.59765,1.9453 -0.66015,5.2774 -0.16796,7.2657 0.25781,1.0429 0.96093,1.9492 2.05859,2.7851 1.07422,0.8164 2.14453,1.2774 3.19531,1.4297 1.71875,0.2539 3.54297,-0.086 5.23047,-0.6445 1.6875,-0.5625 3.51172,-1.4727 5.10156,-2.7696 0.96875,-0.789 1.72657,-1.6796 2.28125,-2.7148 0.8711,-1.6289 1.48828,-3.5703 1.71485,-5.2188 0.29687,-2.1445 -0.23438,-6.1914 -1.28516,-8.2382 m -2.78906,2.4453 c 0.89062,1.7344 0.92187,4.8359 0.27344,6.6015 -0.65625,1.7813 -2.80469,4.0704 -4.73438,5.5586 -1.60156,1.2344 -3.07422,1.9649 -4.60937,1.5586 -1.26172,-0.3281 -2.40625,-1.125 -2.94922,-2.2109 -0.53907,-1.0859 -0.76172,-2.4805 -0.38282,-3.6758 0.89454,-2.832 4.57813,-8.7891 5.89454,-10.4922 0.53515,-0.6914 1.35937,-0.9844 2.28906,-0.7617 1.33984,0.3203 3.47656,1.9844 4.21875,3.4219 m -61.75781,2.6172 c -1.11329,2.7734 -1.32032,5.4922 -0.39844,8.3203 1.04297,1.9453 3.27344,3.4336 4.89062,3.2656 1.89844,0.1133 4.41407,0.3281 6.21094,-0.2891 1.50781,-0.9453 3.01953,-1.8867 4.53125,-2.832 1.75781,0.8125 0.86719,4.9219 2.47656,6.8594 0.70703,0.8047 1.94532,1.2148 2.6211,0.7187 0.55859,-0.4101 -2.07032,-20.2773 -3.09766,-22.1328 -0.84766,-1.5351 -2.09766,-2.7539 -3.51562,-3.0742 -1.66407,-0.375 -3.69532,-0.2344 -5.30469,0.6367 -3.58594,2.4805 -6.70703,5.0821 -8.41406,8.5274 m 14.12109,-0.8555 c -0.0508,1.5859 -0.19922,3.2266 -1.23828,4.793 -0.94141,1.4179 -3.02344,3.625 -4.42969,4.3125 -1.38672,0.6757 -3.29297,0.164 -4.45703,-0.7539 -0.75391,-0.5977 -1.39453,-1.5352 -1.61328,-2.4414 -0.28125,-1.1758 0.0937,-2.4766 0.91015,-3.6954 1.1875,-1.7617 3.73438,-4.3164 5.50391,-5.4961 1.36328,-0.9062 3.43359,-1.4726 4.47656,-0.8906 1.10938,0.6211 0.89844,2.6953 0.84766,4.1719 m -56.6875,-6.8906 c -2.26953,1.25 -5.32813,2.0664 -6.83203,4.7304 -0.75391,1.7149 -0.375,3.8594 0.83984,5.1446 3.25781,2.6406 9.04297,2.7109 10.82422,6.0117 -0.58984,1.8945 -3.86328,2.6797 -5.80469,3.3359 -2.02343,-0.1523 -4.04687,-0.3086 -6.07031,-0.4609 -0.57422,0.1484 -0.84375,0.4531 -0.79297,1.1875 0.043,0.6133 0.40235,1.3555 0.9336,1.7891 2.34375,1.039 5.44531,0.5859 8.11328,0.1992 1.70703,-0.375 3.47656,-0.6836 5.1875,-1.5508 1.07031,-0.543 2.16406,-1.332 2.71093,-2.3438 0.75,-1.3945 0.72657,-4.0586 -0.004,-5.0976 -3.10156,-2.8985 -9.51172,-2.7344 -11.87891,-6.1953 -0.25781,-0.7813 0.39063,-1.3282 1.32031,-1.8399 2.63672,-1.2148 5.27344,-2.4258 7.91016,-3.6406 0.57813,-0.3789 0.88672,-0.7617 0.84766,-1.4062 -0.0352,-0.6329 -0.375,-0.9922 -1.01563,-1.1954 -1.70312,-0.5507 -4.41406,0.4805 -6.28906,1.3321 m -380.15625,0.664 c -0.35547,3.9297 -0.375,8.293 -0.0547,12.2227 0.24219,2.9531 0.78125,6.3164 1.5625,9.1875 0.27344,1.0039 0.64453,2.1445 1.63281,3.0547 0.69922,0.6406 1.31641,0.9336 2.15235,1.0195 1.12109,0.1133 2.28515,-0.3711 2.98828,-1.1055 1.34766,-3.9296 2.69531,-7.8632 4.04297,-11.7968 1.92578,2.2968 1.76953,8.0781 5.79297,11.8945 1.66015,1.5469 3.49218,1.125 5.23828,1.1953 1.48047,0 2.77734,0.012 4.02734,-1.1836 1.83594,-2.1953 3.44922,-4.8672 3.37891,-7.168 0.30078,-6.6914 -0.41797,-13.7968 -1.59766,-20.207 -0.64062,-0.8281 -1.90625,-1.2305 -2.59375,-0.7461 -0.42187,0.293 -0.55469,0.9883 -0.60156,1.6602 0.61719,3.7422 1.23437,7.4844 1.84766,11.2304 0.22656,2.5899 0.14843,5.3594 -0.53516,7.8516 -0.26953,0.9688 -0.58984,1.8281 -1.40234,2.7774 -1.01954,1.1835 -2.50391,2.3828 -3.5586,2.3554 -0.85547,-0.02 -1.61719,-0.7265 -2.24219,-1.5195 -1.40625,-1.7852 -2.57812,-4.4766 -3.51562,-6.6719 -1.73438,-4.0625 -1.16406,-8.1836 -2.44922,-12.164 -0.31641,-0.9883 -0.8125,-1.8125 -1.78516,-1.7891 -0.97656,0.023 -1.43359,0.8867 -1.76953,1.9492 -0.94531,6.125 -2.55078,12.2578 -3.95312,17.7305 -0.4336,0.6875 -1.125,0.6172 -1.63281,-0.074 -1.41797,-1.9219 -1.9375,-6.8399 -2.1836,-9.5391 -0.43359,-4.7734 1.23438,-9.5195 0.875,-14.2305 -0.0469,-0.6367 -0.16015,-1.2461 -0.60156,-1.582 -0.39844,-0.3047 -1.08594,-0.3047 -1.5,0 -1.01953,0.7305 -1.42188,4.1016 -1.5625,5.6523 m 925.10935,-8.8672 c 2.2617,10.2618 6.0586,19.2344 6.914,29.3165 0.1719,1.2968 2.1133,2.3203 3.0274,1.6523 0.9414,-0.6563 0.6914,-3.4297 0.4844,-4.8633 -2.2657,-8.4297 -4.5313,-16.8594 -6.7969,-25.289 -0.4219,-0.9063 -1.2891,-1.7891 -2.336,-1.8047 -0.7226,-0.01 -1.0781,0.3242 -1.2929,0.9882 m -833.24216,12.2735 c -0.16407,5.6406 -0.32813,11.2812 -0.49219,16.9219 0.74219,1.2304 2.50781,2.0625 3.82812,2.2734 2.28907,0.3633 6.05079,0.6094 8.27735,-0.3203 2.05859,-0.8594 5.67578,-3.5664 6.80469,-5.8516 0.89453,-1.8125 0.90234,-5.5664 -0.008,-7.3828 -0.51172,-1.0195 -1.65625,-2.2422 -2.71875,-3.0703 -1.15234,-0.9023 -2.04687,-1.1211 -3.16797,-1.1836 -1.6289,-0.09 -3.67187,-0.2227 -5.21875,0.2813 -1.39453,0.8789 -2.78515,1.7578 -4.17968,2.6367 -0.16407,-4.9336 -0.92969,-11.0547 -1.66407,-16.6407 -0.22656,-0.6718 -0.55859,-1.3515 -1.13281,-1.7148 -0.53125,-0.3398 -1.23828,-0.3398 -1.65234,-0.01 -0.90235,3.8789 0.75,9.7148 1.32422,14.0586 m 15.59375,8.9492 c 0.27343,0.5859 0.27734,1.1563 -0.008,1.7461 -0.89843,1.8711 -3.66406,3.6367 -5.32421,4.4648 -1.73438,0.8711 -4.09375,1.6524 -5.32813,0.836 -0.85547,-0.5625 -1.10547,-2.0352 -0.96094,-3.1953 0.1836,-1.4493 1.20703,-3.2188 2.26563,-4.7032 0.88281,-1.2343 2.12109,-2.4179 3.34375,-2.9882 0.98437,-0.4571 1.70703,-0.4493 2.71484,0.2695 1.13672,0.8086 2.8086,2.5195 3.29688,3.5703 m 598.89453,-26.2773 c -0.72266,0.023 -1.0586,0.3476 -1.42188,1 -2.28515,7.4609 -1.75781,14.6992 -3.47265,22.0078 -0.39453,1.2851 -1.07813,2.6484 -1.90625,3.6523 -0.63672,0.7695 -1.42188,1.461 -2.3086,1.4492 -1.54297,-0.016 -4.11328,-2.3906 -5.59375,-3.664 -1.71875,-1.4766 -3.16406,-3.5469 -4.60156,-5.5391 -3.79297,-4.457 -4.34375,-9.5312 -6.75781,-13.9062 -0.9961,-1.0313 -2.81641,-1.5352 -3.88672,-0.7657 -0.79688,0.5743 -1.14453,1.8203 -1.33203,2.8516 -0.41797,2.3242 -0.31641,4.875 -0.19922,7.1914 0.11719,2.375 2.53125,3.4766 2.92578,5.9883 -0.21094,2.2773 -0.42187,4.5586 -0.63672,6.8359 -0.004,1.4453 0.4961,4.2656 1.33985,4.9453 0.44531,0.3594 1.22265,0.4805 1.80859,0.3399 0.73047,-0.1758 0.98047,-0.5 1.07812,-1.1641 -0.64453,-4.5859 -1.28515,-11.1992 0,-13.8164 2.28516,3 4.56641,6.0039 6.84766,9.0078 1.29688,1.4297 3.10547,2.8633 4.87891,4.0899 1.79687,1.2422 3.46484,1.207 5.27734,1.1015 1.12109,-0.066 2.05469,-0.289 3.11328,-1.1875 1.28906,-1.0976 2.48047,-2.789 2.92969,-4.0664 0.50781,-4.6836 1.01562,-9.3633 1.51953,-14.0429 0.22266,-1.1524 0.89063,-2.8516 1.40234,-2.8125 1.03907,0.07 5.71485,14.7812 7.39454,17.8671 0.67187,1.2344 1.5,3.1016 2.65625,3.7227 0.57421,0.3125 1.25781,0.2891 1.68359,-0.078 0.67578,-0.5899 0.67187,-1.8438 0.35937,-2.9141 -1.78125,-3.375 -3.5664,-6.7539 -5.34765,-10.1328 -2.01563,-5.6953 -4.03125,-11.3906 -6.04688,-17.0898 -0.5,-0.5899 -1.01172,-0.8946 -1.70312,-0.8711 m -25.82813,15.875 -0.16015,0.2031 -0.19532,-0.2578 -0.0742,-0.3907 0.16015,-0.2031 0.19531,0.2578 0.0742,0.3907 m -398.42578,-13.9805 c 0.36328,-0.3945 0.36328,-1.0899 0,-1.4844 -0.61328,-0.6719 -1.96484,-0.6719 -2.57812,0 -0.36328,0.3945 -0.36328,1.0899 0,1.4844 0.61328,0.6719 1.96484,0.6719 2.57812,0 m 23.15625,-3.8945 c 0.55469,4.9414 2.48047,10.5742 1.30078,14.7343 -0.41406,0.6211 -7.07031,0.4063 -9.4414,1.2813 -2.3711,0.875 -5.08985,3.5508 -6.34766,5.8945 -1.23047,2.293 -1.90625,4.918 -1.89453,7.2774 -0.10938,1.6132 0.75391,3.8906 2.33984,4.9023 2.52344,0.8594 5.52735,0.5742 8.21094,0.2344 2.94922,-1.7071 5.89844,-3.418 8.84766,-5.125 0.57422,-0.1289 1.07422,0.066 1.46093,0.5039 0.5625,1.207 1.1211,2.414 1.6836,3.6211 0.72265,0.8125 1.97265,1.2226 2.59765,0.7187 0.94141,-3.125 -2.75,-8.0976 -2.82812,-11.9297 0.16406,-2.332 0.32812,-4.6679 0.49609,-7 -1.01953,-5.125 -1.08984,-11.4765 -3.50781,-15.8867 -1.01562,-0.6914 -2.97266,-0.414 -2.91797,0.7735 m 1.00781,23.1718 c -0.008,1.1914 -1.24609,2.5391 -2.3789,3.7539 -1.59766,1.711 -3.13672,2.8711 -4.73047,3.4493 -1.83594,0.4765 -3.96875,1.7695 -5.45703,0.3515 -0.98828,-0.9375 -0.95703,-2.3125 -0.7461,-3.539 0.22266,-1.293 0.66407,-2.4414 1.8125,-3.7813 1.375,-1.6055 3.23047,-3.3984 4.69532,-4.0508 1.53906,-0.5859 3.1289,-1.0156 4.54297,0.2735 1.07031,0.8984 2.26562,2.4609 2.26171,3.5429 m 255.2461,-25.9023 c -1.3125,4.5195 -0.40625,12.0898 -0.0195,16.457 -1.71094,-0.6328 -3.42188,-1.2656 -5.13282,-1.8984 -1.30078,-0.07 -2.91796,0.3398 -4.21093,0.8281 -1.40235,0.5274 -2.77344,1.707 -4.09375,3.168 -1.57813,1.7461 -2.61719,3.4492 -3.33594,5.1836 -1.02344,2.4726 -1.30078,5.8203 -0.73047,8.3047 0.34766,2.0546 3.23828,4.2109 5.16016,4.9726 2.17968,0.75 6.19531,0.7383 8.3125,0.012 2.16015,-0.7382 5.67187,-5.789 6.78906,-5.7968 1.02344,0.6093 2.04687,1.2148 3.06641,1.8242 0.67578,-0.039 1.01562,-0.3867 1.17187,-1.0235 -0.89844,-4.0859 -1.80078,-8.1679 -2.69922,-12.2539 -0.10156,-4.3867 -0.19922,-8.7734 -0.30078,-13.1562 -0.30078,-1.8281 -0.44922,-4.461 -0.98437,-5.957 -0.21094,-0.5938 -0.47266,-0.875 -1.22266,-1.0157 -0.58984,-0.1093 -1.35547,0 -1.76953,0.3516 m 1.20703,21.7656 -0.14844,0.875 -0.21875,0.711 -0.22265,0.3476 -0.19532,-0.2187 -0.0703,-0.6289 0.043,-0.8516 0.14844,-0.875 0.21875,-0.7109 0.22265,-0.3477 0.19532,0.2187 0.0703,0.629 -0.043,0.8515 m -1.21094,6.0469 c -0.49219,1.8359 -3.28515,4.0508 -5.40625,5.3789 -1.48437,0.9297 -3.22265,1.3945 -4.68359,0.8516 -1.16016,-0.4336 -2.69141,-1.6055 -3.42969,-2.5508 -0.96094,-1.2266 -1.33203,-3.0664 -0.92187,-4.5196 0.73437,-2.6171 2.79296,-4.9453 4.71484,-6.7187 1.30859,-1.207 2.96875,-2.0156 4.40625,-1.4375 3.10937,3.3867 3.83984,6.6367 5.32031,8.9961 m 516.54688,-59.1406 c 0.6719,-0.6133 0.6719,-1.9649 0,-2.5782 -0.3945,-0.3632 -1.0899,-0.3632 -1.4844,0 -0.6719,0.6133 -0.6719,1.9649 0,2.5782 0.3945,0.3632 1.0899,0.3632 1.4844,0 m -329.6875,-19.1446 c -2.32813,0.1758 -14.07813,0.4571 -14.91797,1.5118 -0.52344,0.6562 2.39062,12.7734 3.25,14.0703 0.54687,0.8281 1.58594,1.25 2.60937,1.0312 0.73828,-0.1601 1.01172,-0.4765 1.21875,-1.1094 0.44922,-2.5586 0.15625,-5.8593 -0.58203,-8.1484 -0.0586,-0.9141 0.23828,-1.7852 0.9336,-2.4062 3.57031,-1.7227 8.34768,-1.7422 12.62108,-2.3165 0.8398,-0.3476 1.2383,-1.3125 0.6836,-2.0312 -0.8164,-1.0547 -4.2188,-0.7188 -5.8164,-0.6016 m -37.48438,12.4258 c 0.0391,1.3985 0.60938,2.8672 2.15625,4.1563 1.12891,0.9414 2.08203,1.1484 3.15235,1.2109 2.60937,0.1563 5.65625,0.3164 8.25,-0.07 1.60937,-0.2422 3.70703,-1.4531 5.14062,-3.1524 2.04688,-2.7031 0.87891,-5.5 1.10156,-8.2304 -0.14843,-1.6524 -0.53906,-3.7774 -2.16406,-4.7735 -1.83984,-1.2578 -4.29687,-1.582 -6.21484,-1.6523 -2.1836,-0.078 -5.12891,-0.4688 -7.1836,0.1055 -0.70703,0.1953 -1.08593,0.4453 -1.48828,1.0898 -1.46875,2.332 -2.82422,8.4649 -2.75,11.3164 m 5.58594,-6.8203 c 0.80469,-1.3633 1.74219,-2.4375 3.01172,-2.7305 1.42187,-0.3203 3.15625,-0.1757 4.62109,0.6407 1.59766,0.8906 3.33203,2.4765 3.67578,3.9414 0.28516,1.1992 0.0625,2.3945 -0.95312,3.6445 -1.25,1.5273 -3.21094,3.0312 -4.66406,3.5273 -1.35938,0.4649 -3.33204,0.5352 -4.65625,-0.1289 -1.125,-0.5625 -2.77344,-2.1367 -3.06641,-3.2461 -0.39844,-1.5117 1.12109,-4.1093 2.03125,-5.6484 m 135.11324,5.8789 c 0.3047,1.0156 0.6133,2.2031 1.125,3.082 0.5586,0.9571 1.3555,1.4649 2.4844,1.8047 1.6719,0.5 3.6328,0.6563 5.2188,0.1524 1.9765,-1.0352 3.9492,-2.0664 5.9218,-3.0977 1.9649,0.7695 3.9258,1.543 5.8868,2.3125 2.4804,0.3438 5.7148,0.3828 8.2109,-0.01 1.0156,-0.1562 2.1641,-0.6094 3.0742,-1.4062 0.9141,-0.7969 1.3984,-1.7774 1.7266,-2.875 0.3359,-1.1211 0.3906,-2.1133 0.098,-3.1797 -0.3711,-1.3711 -1.1523,-2.8125 -2.082,-4.1524 -1.4492,-2.0586 -3.707,-4.4375 -5.9219,-4.8906 -0.6914,-0.1484 -1.4179,-0.1133 -1.8086,0.3086 -0.3711,0.4023 -0.4258,1.1836 -0.1562,1.8867 1.7461,1.7344 3.4922,3.4688 5.2344,5.2031 0.6171,0.8399 0.9921,1.8438 0.9531,2.7071 0.086,1.4414 -1.8711,3.2929 -3.3672,3.4843 -1.4024,0.293 -3.3438,0.25 -4.7305,-0.1836 -1.3359,-0.4218 -3.6211,-1.5937 -4.2695,-2.6875 0.1172,-2.2187 0.2383,-4.4375 0.3594,-6.6562 -0.336,-1.5977 -0.4961,-3.9648 -2.25,-4.1875 -1.086,-0.2148 -1.9102,0.2344 -2.1875,1.0391 -0.211,2.6562 -0.4219,5.3125 -0.6328,7.9687 -1.0196,2.0547 -4.4493,4.6289 -6.2071,5.0742 -0.6992,0.1758 -1.0859,0.1016 -1.7109,-0.3789 -0.7852,-0.6054 -1.3945,-1.7422 -1.7774,-2.6289 -1.0976,-2.543 -0.2343,-5.75 -1.1796,-8.0156 -0.254,-0.6133 -0.6407,-0.9219 -1.2696,-0.9141 -0.6484,0 -0.9844,0.3203 -1.2187,0.9414 -0.8711,2.336 -0.3008,6.7032 0.4765,9.2969 m -24.5039,-7.1328 c 0.3203,2.1016 1.1211,4.2266 1.8633,6.1953 0.7422,1.9727 1.9453,3.6563 4.168,4.9844 2.7461,1.5195 5.5,1.5 8.2773,0.8945 1.9883,-0.4609 4.4727,-1.6758 6.0235,-3.8515 0.6992,-1.0118 1.0195,-2.0938 1.1601,-3.1172 0.1914,-1.3946 -0.066,-2.7696 -0.4531,-4.2032 -0.2578,-2.1328 -2.4297,-4.3671 -4.6055,-5.5625 -3.1445,-1.4687 -6.2187,-0.4804 -9.3281,-0.7187 -1.8125,0.07 -5.8086,0.4766 -6.7773,1.5351 -0.6602,0.7188 -0.5274,2.5079 -0.3282,3.8438 m 7.3242,-2.4766 c 1.4258,-0.1914 3.3125,-0.2656 4.7266,0.211 1.5547,0.5234 3.2422,2.039 4.5469,3.5586 1.1367,1.3281 1.8789,2.3945 1.375,3.6484 -0.6602,1.6445 -2.4492,2.7656 -3.9102,3.4219 -1.7343,0.7773 -2.9531,1.0508 -4.664,0.2304 -1.4571,-0.6992 -3.4258,-2.1835 -4.3789,-3.8046 -0.8829,-1.5 -1.5664,-4.2149 -0.9102,-5.4454 0.5547,-1.0429 2.0195,-1.6601 3.2148,-1.8203 m -129.9687,-2.4609 c -0.75,-0.3359 -1.48437,-0.293 -1.91406,0.078 -0.4375,0.3789 -0.57422,1.1485 -0.51562,1.8321 0.84765,1.707 1.69531,3.4179 2.53906,5.125 0.3164,0.957 0.1914,1.8554 -0.10156,2.7968 -0.47266,1.5196 -1.37891,3.3047 -2.64844,4.5625 -1.45703,1.4414 -3.81641,2.8282 -5.4336,2.5508 -0.89453,-0.1523 -1.80859,-0.6523 -2.6914,-1.4531 -1.36328,-1.2422 -2.91406,-3.2149 -3.54297,-4.7422 -0.19922,-2.668 -0.39844,-5.3398 -0.60156,-8.0117 -0.20703,-0.5938 -0.48438,-0.8789 -1.23047,-1.0235 -1.06641,-0.207 -1.87891,0.2227 -2.19922,1.0625 -1.09375,3.1797 -1.5,6.793 -3.58594,9.8204 -0.58594,0.8554 -1.54297,2.0859 -2.38672,2.6406 -0.66797,0.4414 -1.03125,0.5 -1.69531,0.1015 -1.24609,-0.7578 -1.58984,-2.3554 -1.73828,-3.5234 -0.0156,-3.0195 -0.0312,-6.0391 -0.0469,-9.0586 -0.1914,-1.3047 -2.16015,-2.3242 -3.0664,-1.6953 -1.15625,2.0625 -0.42578,5.9453 -0.59375,8.7969 0.14844,2.0195 0.65234,4.1953 1.48828,6.2343 0.44141,1.0704 1.02344,2.2305 1.83594,2.7696 1.11718,0.7422 3.6875,0.6914 5.14062,0.375 3.1211,-0.2578 3.69922,-5.8008 5.71485,-5.1914 1.65234,1.6445 3.30468,3.289 4.95703,4.9336 2.72265,1.1679 5.55468,1.8047 8.32812,1.1093 2.22656,-0.9023 5.5,-3.5273 6.35547,-5.9765 0.78906,-2.0821 0.99219,-4.2383 0.94531,-6.2305 -0.0391,-1.6641 -0.28125,-3.4609 -0.9375,-5.125 -0.40625,-1.0234 -1.15234,-2.2109 -2.375,-2.7578 m 349.50002,2.9023 c 0.039,1.3672 0.4062,2.9844 1.2773,4.211 2.1719,3.0429 7.961,4.164 8.0938,6.6133 -0.5508,1.1523 -3.2344,0.7578 -4.9609,0.5937 -2.7188,-0.8125 -5.4375,-1.6289 -8.1524,-2.4414 -1.1641,-0.074 -1.4492,1.9063 -0.7734,2.875 1.8242,1.2734 5.3906,2.1719 7.8593,2.5586 3.5391,-0.1406 7.0821,-0.2813 10.6211,-0.4219 0.4102,0.1524 0.6836,0.5899 0.6797,1.0391 -0.4726,1.0039 -0.9453,2.0078 -1.414,3.0117 0.051,0.6328 0.414,1.0195 1.1289,1.2148 1.0195,0.2852 5.5937,-1.1757 5.8398,-1.4101 0.5586,-0.5391 0.5742,-1.9336 0.09,-2.707 -1.1172,-0.6016 -2.2305,-1.2071 -3.3477,-1.8125 -1.0547,-1.5 -2.1055,-3 -3.1602,-4.5039 -2.9882,-3.3555 -7.3359,-4.543 -9.2968,-7.7969 -0.3516,-1.2071 0.8828,-2.3203 2.1328,-2.4531 2.6484,0.1992 5.2969,0.4023 7.9453,0.6015 1.1328,0 1.375,-2.0625 0.6875,-2.9258 -2.4805,-1.1797 -6.6914,-0.5351 -9.9297,-0.6406 -1.3476,0.039 -2.9219,0.3399 -4.1719,1.5 -0.9375,0.8633 -1.1797,1.7774 -1.1484,2.8945 m -52.5547,11.2579 c 0.6172,1.121 1.7266,1.871 2.8242,2.0976 1.8633,0.3828 4.5157,-0.3906 6.293,-1.1094 1.6484,-1.3437 3.3008,-2.6875 4.9492,-4.0273 1.6875,-0.4844 3.2852,3.6992 5.8086,4.8242 1.0156,0.4453 2.2852,0.3633 3.1875,-0.2617 0.6641,-0.4609 0.9922,-1.0117 1,-1.6914 -0.066,-2.0195 -3.3359,-1.0508 -4.375,-3.375 -0.8594,-1.1719 -1.6641,-2.582 -2.0312,-3.836 -0.2305,-1.9375 -0.461,-3.875 -0.6914,-5.8125 -0.6719,-1.1992 -2.5313,-3.0078 -3.9649,-3.3437 -1.7422,-0.4141 -3.6094,-0.1328 -4.7734,0.832 -2.7578,2.4141 -7.2852,6.6407 -8.6211,10.3789 -0.3164,1.4844 -0.4375,3.8086 0.3945,5.3243 m 13.0391,-10.2305 c -0.4219,1.5586 -1.3867,3.1992 -2.6407,4.7422 -0.996,1.2226 -2.4101,2.7812 -3.6289,3.4101 -1.082,0.5547 -2.707,0.5977 -3.457,0.1055 -0.6484,-0.4258 -0.5742,-1.1641 -0.1133,-2.1211 0.711,-1.4687 2.1875,-3.3203 3.3477,-4.5937 1.5859,-1.2422 4.4258,-4.9727 6.039,-4.0313 0.6954,0.5078 0.6993,1.5781 0.4532,2.4883 m -45.0586,-0.043 c -0.6172,-1.8672 -1.1016,-4.5703 -3.0586,-5.8711 -0.6172,-0.3203 -1.3399,-0.2929 -1.7695,0.07 -0.4454,0.3828 -0.5821,1.1211 -0.5547,1.8125 0.3867,3.3086 3.7187,6.1836 2.7812,8.9336 -0.2617,1.2891 -1.1992,2.3516 -2.5156,2.5078 -1.4102,0.168 -3.1836,-0.6875 -4.7109,-1.5859 -1.2696,-0.7461 -2.6016,-1.7852 -3.8594,-3.0859 -3.1485,-2.3243 -0.9297,-5.8125 -2.5547,-7.6094 -0.7656,-0.5508 -1.6758,-0.1445 -1.9844,0.6641 -0.5078,3 -1.0156,5.996 -1.5234,8.9921 -0.418,1.125 -1.4922,2.8321 -2.4571,3.1133 -1.0976,0.3164 -2.1328,-0.9609 -2.7929,-2.2148 -1.2149,-2.9883 -2.4336,-5.9766 -3.6485,-8.9688 -0.3828,-0.5781 -0.7695,-0.8867 -1.414,-0.8476 -0.6406,0.035 -0.9922,0.375 -1.2031,1.039 -0.4297,3.5157 1.582,6.9649 2.9023,10.3203 0.6992,1.6368 2.375,3.8672 4.1914,4.0977 1.4883,0.3359 4.0078,0.3594 5.0938,-0.3242 1.1093,-1.2617 2.2187,-2.5195 3.3281,-3.7813 2.2031,0.9532 4.4101,1.9063 6.6133,2.8594 1.6406,0.4258 3.4804,0.5313 5.1757,0.418 1.0586,-0.07 2.1446,-0.3203 3.1094,-1.293 0.6836,-0.6914 0.9336,-1.25 1.125,-2.0508 0.5195,-2.164 0.2539,-5.0429 -0.2734,-7.1953 m 7.0234,1.8047 c 1.375,0.9023 2.7539,1.8047 4.1328,2.707 0.3946,1.2578 0.7891,2.5157 1.1836,3.7735 0.4805,0.9336 1.2696,1.5195 2.336,2.1172 2.1211,1.1875 4.1796,2.0664 6.2929,2.1406 2.2578,-0.035 5.3555,-0.027 6.8789,-1.6406 0.5274,-0.8516 0.1289,-1.7696 -0.7187,-2.0625 -2.0078,0.1406 -4.0156,0.2851 -6.0235,0.4296 -2.0351,-0.7148 -4.9375,-2.3789 -6.0703,-4.2968 -0.2851,-0.8321 0.3516,-1.3047 1.2696,-1.6485 3.5234,-0.9648 7.3359,-0.9375 10.8398,-3.2422 1.207,-1.0781 1.3399,-2.6484 1.2461,-4.0625 -0.074,-1.1406 -0.3125,-2.1914 -1.3164,-2.871 -2.668,-1.1524 -5.5547,-0.336 -8.2813,0.3867 -2.8632,0.8281 -5.2617,3.9023 -7.1875,5.625 -1.5156,0.3593 -3.0273,0.7187 -4.5429,1.0781 -0.3164,0.4258 -0.3281,1.1172 -0.039,1.5664 m 14.7266,-2.9961 c -1.211,0.5195 -3.5821,0.8242 -3.5235,-0.125 0.051,-0.8437 2.5743,-2.207 3.7813,-2.5859 0.9023,-0.2813 1.7734,-0.2696 1.9258,0.3203 0.2265,0.8633 -1.0742,1.918 -2.1836,2.3906 m 37.5234,-0.6992 c -0.1992,1.6992 -0.3984,3.3984 -0.5976,5.0976 1.3086,1.7149 2.6211,3.4258 3.9336,5.1407 0.5078,2.207 1.0156,4.414 1.5234,6.6211 0.6562,0.5117 2.0039,0.5 2.625,-0.027 1.168,-0.9922 -0.039,-4.4961 1.4922,-4.789 2.2383,0.7304 4.4726,1.4609 6.7109,2.1914 1.0977,0.1875 2.2344,0.2539 2.8203,-0.4219 0.5821,-0.6641 0.5742,-2.0195 0.07,-2.6328 -2.875,-0.961 -5.75,-1.9219 -8.6289,-2.8867 -1.3281,-0.6836 -3.7422,-2.0821 -4.1836,-3.4375 -0.2695,-0.8399 0.375,-1.3907 1.3047,-1.8985 3.3047,-1.4258 6.6055,-2.8515 9.9102,-4.2812 1.1094,-0.7657 1.3867,-2.75 0.5078,-3.5 -3.9727,-0.2422 -8.9844,4.332 -12.6445,4.1484 -0.8555,-0.125 -1.3711,-0.7461 -1.8243,-1.7617 -0.5937,-2.3086 -1.1875,-4.6172 -1.7812,-6.9219 -0.4727,-1.2656 -2.4414,-2.2812 -3.2578,-1.5859 -0.7735,2.8086 1.918,7.4297 2.0195,10.9453 m -269.5547,8.0156 c 0.7344,2.6445 0.7266,5.5508 3.1719,8.1797 0.6836,0.6172 1.3242,0.9375 2.0312,0.9102 0.7227,-0.031 1.0196,-0.3985 1.1055,-1.0235 -0.75,-2.0195 -1.4961,-4.0429 -2.2422,-6.0625 -0.2031,-0.9492 0.027,-1.8398 0.6836,-2.1133 6.4805,2.0274 12.961,4.0586 19.4414,6.086 1.6133,0.3476 3.8789,0.8906 4.8907,-0.2266 0.5937,-0.7656 0.1875,-1.6914 -0.6172,-2.164 -7.2774,-2.0118 -14.9414,-4.1446 -21.6563,-7.254 -0.75,-0.6484 -0.7305,-1.2812 -0.016,-1.8671 3.2461,-1.3047 6.4883,-2.6094 9.7305,-3.9141 1.1054,-0.6563 1.375,-2.5664 0.5429,-3.4297 -0.414,-0.4101 -1.1562,-0.5508 -1.8047,-0.4531 -3.625,2.539 -8.6562,4.4375 -12.5976,5.1914 -2.8945,-2.4883 -0.8399,-9.4492 -3.6055,-12.8359 -0.4805,-0.3008 -1.1836,-0.293 -1.5937,0.027 -0.7071,6.1484 1.6015,14.0898 2.5351,20.9492 m 54.8985,-21.1953 c 1.6367,9.7969 3.2968,18.6836 5.0468,28.3125 0.3125,0.8242 1.2188,1.2578 2.2774,1.0352 0.7461,-0.1563 1.0351,-0.461 1.2461,-1.0938 0.2734,-0.8203 0.1445,-2.1289 0,-3.1172 -1.2383,-8.3711 -3.0039,-17.3945 -5.4453,-25.2031 -0.3321,-1.0625 -0.8164,-1.9492 -1.7891,-1.9297 -0.9727,0.02 -1.3242,0.9102 -1.332,1.9961 m -24.9571,0.9609 c -0.4179,1.4883 -0.7617,3.6524 -0.7773,5.1368 0.3203,2.8554 0.6445,5.707 0.9648,8.5586 -0.3632,1.2304 -3.2343,0.8828 -3.039,2.4921 0.1679,2.3672 4.2031,0.3946 5.4453,2.4649 2.3555,3.3906 3.8633,9.6367 6.6914,11.625 0.6484,0 0.9844,-0.3438 1.2187,-0.9961 0.2891,-0.793 0.2539,-2.1992 0.1368,-3.1641 0.1757,-2.7695 -4.6602,-5.6914 -3.5157,-7.6328 0.3868,-0.7109 1.4258,-1.3203 2.3555,-1.6015 2.3438,-0.129 4.6914,-0.2579 7.0391,-0.3868 0.9375,-0.2968 1.7851,-1.1836 1.8476,-2.2304 0.043,-0.7344 -0.2617,-0.9922 -0.832,-1.0899 -3.668,0.3672 -7.3359,0.7344 -11.0039,1.0977 -1.0039,0.019 -1.586,-0.4336 -2.3281,-1.4024 -0.6993,-0.914 -1.1993,-1.8789 -1.3672,-2.8203 -0.3242,-1.7929 -0.1641,-3.9375 -0.078,-5.7539 0.062,-1.3437 0.461,-2.4062 1.7774,-3.375 0.9453,-0.6914 1.7695,-0.9219 2.7109,-0.6914 1.1485,0.2813 2.5235,1.1719 3.711,2.293 2.7734,1.832 1.0976,5.1562 2.5078,6.4883 0.7226,0.4179 2.0273,0.023 2.6719,-0.8008 0.6015,-0.7735 0.5976,-1.9922 0.5703,-3.043 -0.027,-1.1289 -0.1641,-2.1328 -0.7657,-3.2148 -0.7617,-1.3672 -2.0703,-2.6328 -3.4062,-3.4375 -2.4063,-1.4453 -5.8359,-2.1055 -8.3164,-1.7344 -1.6914,0.1758 -3.961,1.5742 -4.2188,3.2187 m 128.0782,-2.9882 c 0,3.4414 3.6211,7.5429 2.6406,9.3086 -3.086,1.2343 -7.8399,1.3437 -11.625,1.5585 -0.832,0.3516 -1.2227,1.3204 -0.6836,2.0391 3.6133,1.8242 9.4101,-0.4023 13.4648,0.094 2.6446,2.6289 3.2188,6.7421 4.5743,10.2929 0.8281,2.5586 1.5507,5.7578 1.5859,8.0899 0.3086,0.8008 1.1953,1.2422 2.2539,1.0039 1.4102,-0.2071 1.4687,-1.7344 1.2305,-3.2031 -0.7852,-5.4063 -4.0977,-10.879 -4.336,-15.7071 1.2539,-1.7226 5.125,-0.289 7.3125,-1.0156 0.8203,-0.3555 1.211,-1.3359 0.6836,-2.0508 -2.289,-1.5 -6.7539,0.168 -9.3984,-1.0937 -1.7188,-2.3946 -3.043,-6.3985 -4.4375,-9.5586 -0.4766,-0.9688 -1.0899,-1.8047 -2.0703,-1.7539 -0.9883,0.055 -1.2813,0.9257 -1.1953,1.9961 m -10.9063,-56.9766 c -1.5625,1.2617 -3.125,2.5273 -4.6875,3.793 -0.7422,-0.6016 -1.4844,-1.2032 -2.2226,-1.8086 -0.6172,0.039 -0.9766,0.375 -1.1875,1.039 -0.3829,1.1993 0.1289,2.9375 0.6093,4.2305 1.4766,3.2617 2.1602,7.3906 4.668,9.8203 0.9805,0.5117 1.8711,0.1133 2.0937,-0.7422 -0.1445,-3.1328 -1.5039,-6.7773 -0.3007,-10 0.4726,-0.9687 1.4297,-1.9062 2.4218,-2.5234 1.5469,-0.6367 3.0977,-1.2695 4.6446,-1.9024 0.5273,-0.7812 0.1015,-1.664 -0.7852,-1.9843 -1.2578,-0.4532 -3.8867,-0.375 -5.2539,0.078 m -53.0351,3.0117 c -2.2735,2.0313 -4.8477,6.3985 -5.2305,9.0508 -0.2188,1.5352 -0.3867,3.8398 0.4336,5.1484 0.789,1.2618 2.5117,2.0782 3.8437,2.2891 1.918,0.3008 4.3203,0.2773 6.2149,0.01 3.4765,-0.07 6.5195,-4.8203 8.6328,-5.2695 1.0703,0.332 3.0742,5.2617 3.793,7.0351 0.8007,1.961 1.9257,4.8399 1.4101,6.7461 -0.4023,1.4961 -1.6523,3.2813 -3.2344,4.4961 -1.5468,1.1914 -3.164,1.6953 -4.7461,1.9531 -2.1953,0.3594 -4.6054,0.1055 -6.7968,-0.7226 -2.0313,-1.5391 -4.0625,-3.0742 -6.0938,-4.6094 -0.7226,-0.289 -1.4258,-0.2539 -1.8594,0.1367 -0.4336,0.3868 -0.582,1.1563 -0.4882,1.8594 0.1562,1.1797 0.9336,2.2149 1.9765,3.1094 1.7266,1.4844 3.4961,2.1055 5.1875,2.6289 4.0977,1.0703 8.1055,0.875 12.2071,0.2891 1.3554,-0.3477 2.8125,-0.8711 4.1953,-1.9532 1.0742,-0.8437 1.7968,-1.8476 2.207,-2.8906 0.6367,-1.6367 0.9766,-3.5156 0.8828,-5.168 -0.1133,-2.0195 -0.7891,-4.1718 -1.3437,-6.125 -1.2032,-2.6757 -2.4063,-5.3515 -3.6094,-8.0273 -1.0586,-2.957 -1.5938,-6.1914 -2.1328,-9.0664 -0.3008,-1.0703 -1.6797,-3.0899 -2.4024,-3.6836 -1.9336,-0.9024 -5.4414,-0.6172 -8.0234,0.1562 -1.6524,0.5391 -3.6445,1.3829 -5.0234,2.6094 m 12.1445,2.375 c 0.1797,0.918 -0.4102,2.4961 -0.8399,3.6211 -0.6914,1.8047 -2.3789,3.9414 -4.4023,5.668 -1.625,1.3906 -3.1484,1.8437 -4.7305,1.9062 -1.2187,0.047 -2.5625,-0.4023 -3.5078,-1.6797 -0.9375,-1.2617 -0.5117,-2.3281 0.1719,-3.6562 0.9336,-1.8047 2.5547,-3.9219 4.582,-5.5703 1.5664,-1.2735 3.211,-2.1875 4.7696,-2.6172 1.3437,-0.3711 2.1835,0 3.0976,0.9414 0.3711,0.3867 0.7734,0.9375 0.8594,1.3867 m 98.9258,7.8594 c 1.8632,1.918 4.7343,2.5898 7.0117,3.1328 3.4258,0.2422 6.7851,0.7227 10.2773,-1.0937 1.3907,-0.7071 2.7344,-1.6524 3.7735,-2.9766 0.789,-1.0039 1.25,-2.0352 1.4023,-3.1055 0.2734,-1.9219 0.012,-4.4687 -1.2851,-6.2578 -1.8321,-2.1289 -4.6993,-3.7422 -6.9844,-4.1953 -3.7735,0.082 -7.543,-0.6211 -11.3164,0.4062 -2.0117,1.2813 -3.9688,3.9415 -4.1719,5.8868 -0.086,2.7148 -0.4609,5.7539 1.293,8.2031 m 4.5156,-10.4336 c 1.0039,-0.8398 2.4101,-1.0703 3.6523,-1.1797 1.8399,-0.1562 3.9102,-0.3359 5.7305,0.6641 1.7617,0.9726 4.3516,3.2265 4.6523,4.8945 0.2149,1.2031 -0.5078,2.3594 -1.7812,3.4414 -1.6797,1.4297 -3.9688,2.8047 -5.7305,2.9024 -1.6015,0.086 -4.2265,-0.4375 -5.7343,-1.2383 -1.5391,-0.8125 -3.4922,-2.9063 -3.5977,-4.1953 -0.1094,-1.3829 1.5508,-4.2383 2.8086,-5.2891 m -78.2149,-3.543 c -0.4453,0.3828 -0.582,1.1407 -0.5234,1.8282 0.8555,1.7148 1.707,3.4296 2.5625,5.1406 0.4141,1.1797 0.4609,2.5586 -0.1133,3.707 -0.8984,1.7813 -3.6328,3.9258 -5.2461,4.4297 -1.4297,0.4492 -3.2539,0.059 -4.5859,-0.9258 -2.7422,-2.1875 -3.5586,-5.7265 -4.4063,-8.4219 -0.8164,-1.0625 -2.9257,-1.6093 -3.6406,-0.8125 -0.5781,1.9961 1.3789,5.5235 2.2422,8.0782 0.7813,1.6054 2.5664,3.9218 4.3008,4.8047 2.0586,1.0429 6.2226,0.8359 8.3281,0.1875 1.586,-0.4883 3.8711,-1.7071 4.9375,-3.0469 2.043,-3.3086 1.2422,-6.8594 1.3008,-10.2305 -0.1758,-1.6016 -1.5078,-3.8711 -3.3047,-4.832 -0.6914,-0.3125 -1.418,-0.2813 -1.8516,0.094 m 25.3321,6.8086 c -0.066,1.6953 -0.07,3.5196 0.4101,5.2031 0.3008,1.0665 0.8125,2.0469 1.7383,3.1055 2.0703,2.3555 4.8633,4.1953 7.1602,4.8906 3.5664,0.2891 8.1875,0.7422 11.0156,-0.4023 0.5586,-0.7188 0.1445,-1.6328 -0.6719,-1.9453 -2.7773,-0.5977 -6.1484,0.4297 -8.9922,-0.918 -2.0039,-1.0078 -4.9609,-2.8867 -6.125,-4.9414 -0.1836,-0.5195 0.012,-0.9609 0.4219,-1.2148 1.8867,-0.336 3.7695,-0.6719 5.6563,-1.0118 1.5898,-0.5273 3.8086,-1.4023 4.914,-2.6757 0.8789,-1.0196 1.2852,-2.6953 1.3203,-4.0625 0.031,-1.125 -0.2343,-2.0157 -1.1875,-2.8868 -0.9062,-0.8242 -2.1093,-1.3046 -3.125,-1.4648 -1.3476,-0.2187 -2.8203,-0.1406 -4.1601,-0.023 -1.7461,0.1484 -3.4531,0.5351 -5.1446,2.1172 -2.1406,2.0078 -3.1523,4.1562 -3.2304,6.2304 m 7.3594,0.043 c -1.1915,0.4101 -2.5352,0.4023 -3.125,-0.4375 -0.4219,-0.5977 -0.1094,-1.2461 0.6757,-1.9414 0.9258,-0.8242 2.4805,-1.8867 3.6328,-2.4063 1.3165,-0.5937 3.4571,-0.086 3.8086,1.0274 0.1954,1.4961 -3.125,2.9726 -4.9921,3.7578 m -475.05475,-7.1445 c -0.85937,3.2187 -0.37109,9.9218 -0.26953,13.1914 0.043,1.4609 0.17969,3.6718 1.00391,5.1093 0.375,0.6524 0.76953,0.9805 1.42187,0.9727 0.97266,-0.012 1.32422,-0.8906 1.32813,-1.9375 -0.25782,-1.7461 -0.51953,-3.4922 -0.77735,-5.2383 0.30469,-3.3906 0.61328,-6.7812 0.91797,-10.1719 0.0977,-1.3046 -0.94922,-2.7656 -2.39062,-2.832 -0.7461,-0.031 -1.06641,0.2891 -1.23438,0.9063 m -73.86328,12.2773 c 0.45703,1.9063 1.20703,4.5078 2.85938,5.9258 2.11718,1.4375 4.85546,2.6094 7.22656,1.9726 1.71484,-0.3632 3.52734,-0.9882 5.19922,-2.1015 1.375,-0.9141 2.75,-2.2774 3.74218,-3.6641 0.76954,-1.0742 1.19922,-2.0625 1.35547,-3.1211 0.28516,-1.9922 0.15235,-4.2148 0.0781,-6.2148 -0.0625,-1.668 -0.63672,-3.6211 -2.35547,-5.1719 -0.93359,-0.8437 -2.125,-1.3047 -3.11719,-1.0273 -0.70703,0.1992 -1.05859,0.6328 -1.09765,1.2695 1.08203,2.0391 2.16796,4.0742 3.25,6.1094 0.49218,1.582 0.60156,3.0742 -0.29688,4.6992 -0.87891,1.5859 -2.50391,3.2773 -4.08984,4.4219 -1.32032,0.9531 -2.50391,1.3632 -3.74219,1.3398 -1.69531,0.2344 -3.99219,-1.8203 -5.22266,-3.8047 -1.64062,-3.9492 -1.86328,-8.0156 -2.47656,-12.0312 -0.19922,-1.2696 -2.14453,-2.2813 -3.03906,-1.6133 -0.94922,3.4453 1.75781,8.8008 1.72656,13.0117 m 403.87506,-9.3125 c -0.6133,1.7148 -2.0508,5.8555 -2.0391,7.1914 0.012,1.2656 2.4375,4.0078 3.4336,5.2695 1.2227,1.625 3.8008,1.7696 5.7149,2.0977 3.6953,-0.1328 7.3984,0.7109 11.1484,-0.7891 0.6641,-0.4297 1.0039,-0.9023 1.0117,-1.5664 0.012,-0.664 -0.3281,-1.0078 -0.9297,-1.1679 -3.3476,0.2148 -6.6953,0.4257 -10.039,0.6406 -1.2852,-0.1953 -3.8008,-1.4922 -3.8047,-2.4141 1.4648,-1.6484 7.2226,-2.875 9.289,-6.8828 0.5899,-1.0391 0.8243,-2.1172 0.8008,-3.2031 -0.027,-1.086 -0.3164,-2.2344 -1.2539,-3.1758 -0.9609,-0.9687 -2.0469,-1.1875 -3.1094,-1.2539 -2.4218,0.2695 -4.9492,-0.7852 -7.2851,1.1836 -1.2891,1.0976 -2.4805,2.8008 -2.9375,4.0703 m 10.0273,0.1875 c -0.4062,1.6523 -3.6054,4.0273 -5.0234,4.7148 -0.9414,0.4532 -1.7227,0.5625 -2.043,-0.066 -0.4648,-1.3711 0.5625,-3.5039 2.4844,-5.3046 0.9414,-0.9297 1.8437,-1.6797 2.6523,-1.7071 0.5391,-0.016 1.0313,0.2344 1.4571,0.7383 0.3789,0.4492 0.6211,1.0313 0.4726,1.625 m -245.28127,-0.01 c -0.0703,1.1562 0.23438,2.0391 1.09375,2.8086 3.00391,1.5195 6.00782,3.0351 9.00782,4.5547 1.52734,0.9961 4.67578,2.9922 5.15625,4.7109 0.16015,0.5781 -0.0586,1.1797 -0.47657,1.7539 -0.66796,0.9102 -1.63281,1.461 -2.55859,1.6524 -3.11328,0.7578 -6.45703,-0.8008 -9.875,-1.6719 -0.63672,0.094 -0.97656,0.4258 -1.14453,1.1562 -0.14453,0.625 -0.0391,1.4141 0.33203,1.961 1.37109,1.5664 3.99609,1.4765 5.85156,1.5234 2.32032,0.016 4.82422,0.2813 7.13672,-0.07 1.02344,-0.1563 2.10156,-0.5938 3.17578,-1.418 1.09766,-0.8398 1.79688,-1.7734 2.00782,-2.8554 0.30859,-1.5899 -0.19141,-3.8672 -1.21485,-5.1016 -3.94531,-4.3242 -11.30469,-6.8008 -13.82422,-8.8672 -0.0234,-0.625 0.92969,-1.1914 1.89063,-1.3594 1.78906,-0.4336 4.40234,1.4727 5.69531,0.094 0.53516,-0.7149 0.24609,-2.0391 -0.6875,-3.0352 -0.93359,-1 -2.07422,-1.2343 -3.13672,-1.207 -2.02344,0.055 -5.65625,0.9258 -7.17578,2.3867 -0.77344,0.7422 -1.18359,1.875 -1.25391,2.9844 m -264.63671,-5.3672 c -2.22657,0.1914 -10.91797,1.3906 -11.14454,2.1055 -0.10546,3.3125 -0.21093,6.6211 -0.3125,9.9336 -0.32031,1.8867 -3.45312,1.9297 -2.78906,4.3086 0.92188,1.1093 1.84375,2.2226 2.76172,3.332 -0.30469,3.293 -0.61328,6.582 -0.92187,9.875 0.17968,3.4805 0.21875,8.7851 1.13671,12.0312 0.19532,0.6875 0.50391,1.2813 1.25782,1.6954 1.07812,0.5937 1.98437,0.1562 2.1914,-0.7227 -0.51172,-4.7695 -1.02343,-9.5391 -1.53515,-14.3125 -0.16016,-1.9336 0.32422,-8.125 1.17578,-9.4961 2.09765,-1.8437 6.21875,-0.2578 9.38672,-2.4961 2.52734,-1.2617 5.84765,-3.7344 8.10937,-6.668 1.28516,-1.6679 1.4336,-3.6211 1.02344,-5.3281 -0.35938,-1.4961 -1.61328,-2.5156 -3.14063,-3.1992 -2.42187,-1.0898 -4.83984,-1.2617 -7.19921,-1.0586 m 4.65234,9.0586 c -3.23828,2.7187 -6.53125,5.0273 -9.60547,5.75 -1.14062,0.1133 -2.64453,-0.168 -3.23828,-0.9883 -0.70703,-0.9805 -0.57813,-3.9219 -0.25391,-5.332 0.28516,-1.2266 1.36328,-2.5742 2.71485,-3.3477 1.96484,-1.125 5.59765,-2.2383 7.69531,-2.1484 1.38281,0.062 3.52344,1.2344 4.22656,2.5976 0.57031,1.1016 -0.19922,2.1875 -1.53906,3.4688 m 119.19922,-10.0078 c -1.08594,0.3164 -1.85938,1.0859 -1.94141,2.2187 0.53906,2.0469 1.07813,4.0899 1.6211,6.1368 -0.40235,9.8671 -0.58985,19.5078 -1.77344,30.039 0.14062,1.4492 0.92578,3.1094 2.23437,3.0586 1.01953,0.01 1.29688,-0.832 1.37891,-1.8281 -0.21875,-3.7227 -0.21094,-7.4883 0.12891,-11.211 0.14062,-1.539 0.42968,-3.5781 1.26562,-4.582 2.71094,-2.0039 6.99609,-1.7851 10.50391,-4.8398 2.5039,-1.7852 4.13672,-4.8399 4.98828,-7.5742 0.50781,-2.1211 0.0586,-5.336 -1.22656,-7.3008 -1.67579,-2.3555 -4.61719,-3.1836 -6.87891,-3.8516 -2.83984,-0.7148 -7.45313,-1.0937 -10.30078,-0.2656 m 14.32812,7.5351 c 0.70703,1.0079 1,1.7852 0.77735,2.7461 -0.45313,1.9571 -2.89453,4.6563 -5.19532,6.5 -1.625,1.3047 -4.13671,2.7891 -5.61328,2.4532 -0.90234,-0.2032 -1.40234,-1.0938 -1.59375,-2.1055 -0.62109,-3.3086 -1.00781,-10.9492 -0.39453,-13.6055 1.03125,-1.4531 5.27344,-0.6406 7.6836,0.1289 1.52343,0.5977 3.19531,2.2539 4.33593,3.8828 m -117.28515,7.9493 c 0.625,1.8359 2.29297,3.6757 3.9375,4.3281 3.02734,1.207 7.22265,1.4844 10.28906,0.7344 2.55469,-0.9141 6.07031,-2.0586 7.85937,-4.3047 0.29297,-0.5821 0.26954,-1.293 -0.10937,-1.6992 -0.39453,-0.4258 -1.10156,-0.4922 -1.80469,-0.379 -3.96484,1.4493 -7.50781,4.0157 -10.96094,3.629 -2.02343,-0.1915 -4.82031,-2.5469 -6.22265,-4.6407 -0.63281,-1.2031 -0.40235,-2.3711 0.3164,-3.6367 0.72266,-1.2734 1.91016,-2.5078 3.13282,-3.4687 1.16797,-0.9141 2.55468,-1.9688 3.82422,-2.5039 1.5625,-0.129 3.12109,-0.2579 4.68359,-0.3829 0.73047,-0.8828 0.51172,-2.9023 -0.67969,-3.0625 -2.23047,-0.3945 -4.98047,-0.1601 -7.3125,1.1055 -2.22656,1.0742 -5.26953,3.4609 -6.79297,5.9336 -1.01172,2.0234 -0.87109,6.2656 -0.16015,8.3477 m -7.01563,-14.3555 c -0.10156,5.9844 -0.41015,12.3125 -0.19922,18.4648 0.082,1.0157 0.39453,1.836 1.34375,1.8399 0.94922,0 1.25391,-0.8164 1.33203,-1.8281 0.39844,-5.1446 1.21485,-11.3125 1.04688,-16.4883 0.14062,-1.3203 -0.85156,-2.7852 -2.29297,-2.8594 -0.74219,-0.035 -1.08594,0.2812 -1.23047,0.8711 m 233.98828,-1.4961 c -3.24218,1.6289 -6.24218,3.9531 -8.30859,6.4805 -1.76563,2.1601 -3.57813,4.7851 -3.91016,7.1172 -0.21875,1.5507 -0.35937,3.6796 0.0664,5.2539 0.19922,0.7382 0.49219,1.2851 1.18359,1.75 3.01172,1.1289 6.23047,0.4531 9.28516,-0.3907 1.91797,-1.3945 3.83594,-2.7929 5.75391,-4.1875 1.67578,0.4571 1.78515,4.5508 3.24609,5.6368 0.9375,0.582 2.96094,0.207 3.71875,-0.9844 0.35547,-0.5586 0.36719,-1.2969 0.082,-1.875 -1.28516,-1.3672 -2.4375,-2.4805 -2.92187,-4.2305 -1.40235,-3.1523 0.85546,-6.8125 0.30859,-10.0273 -0.24609,-0.9414 -1.94141,-4.2618 -2.46094,-4.7383 -1.34375,-0.75 -4.12109,-0.793 -6.04297,0.1953 m 3.94532,8.0898 c 0.28906,0.7813 -0.0664,1.4688 -0.82813,2.5235 -1.45703,2.0156 -3.9375,4.9961 -6.17578,6.3008 -1.81641,0.7617 -3.89453,1.6718 -5.36328,0.3711 -0.72266,-0.711 -0.77735,-1.6211 -0.52344,-2.5782 0.32031,-1.2187 0.94141,-2.5703 1.75781,-3.7617 2.45703,-3.0195 6.4336,-6.7383 8.96094,-7.1601 0.62891,0.1953 1.91797,3.6054 2.17188,4.3046 m -31.94922,-8.0273 c -2.88672,1.0078 -4.82032,3.582 -6.97266,6.4375 -1.82031,3.1016 -1.29297,6.1836 -1.25,9.293 0.24609,1.5781 1.52734,3.9218 3.22266,4.8554 1.87109,1.0274 5.20703,0.6172 7.21093,0.2891 1.91797,-0.5195 4.64454,-0.8555 5.8711,-2.375 0.3125,-0.5273 0.29687,-1.2383 -0.0312,-1.6563 -0.33594,-0.4296 -0.98828,-0.5468 -1.61719,-0.5429 -2.6875,-0.043 -5.47266,2.5547 -8.09375,1.4531 -1.91797,-1.0703 -4.06641,-3.5117 -3.63281,-4.957 0.16015,-0.8164 0.8164,-1.3321 1.80859,-1.6055 2.9336,-0.2305 5.91016,-0.6211 8.89844,-1.5508 1,-0.3125 1.99609,-0.7695 3.07422,-1.7617 1.07031,-0.9766 1.80078,-2.0937 2.00781,-3.1875 0.30469,-1.5781 -0.16797,-4.1094 -1.30078,-4.957 -2.59375,-0.8633 -6.18359,-0.8125 -9.19531,0.2656 m 3.91406,6.3984 c -1.42188,0.711 -3.28906,1.2969 -4.6875,1.4571 -0.88281,0.1015 -1.82031,-0.086 -1.78125,-0.6446 0.082,-1.0898 3.46094,-3.6992 4.875,-4.4414 1.42969,-0.75 3.33594,-0.7383 4.06641,0.3125 0.77734,0.9258 -0.85938,2.5742 -2.47266,3.3164 m -346.08203,-2.8789 c -0.63281,1.2891 -0.96485,2.7461 -1.08594,4.0899 -0.15234,1.7148 -0.0508,3.4179 0.32031,5.1367 0.30469,1.4062 0.62891,2.6836 1.83203,4.1484 1.69141,2.0664 3.41407,3.0782 5.16797,3.1797 2.00782,0.1133 4.1875,0.1328 6.19141,-0.1875 1.69141,-0.2734 3.51172,-0.5664 5.125,-2.0039 1.99609,-1.8867 3.38672,-4.1836 3.23437,-6.2031 0.0664,-1.6914 0.0703,-3.5156 -0.41015,-5.1992 -0.30078,-1.0664 -0.8125,-2.0547 -1.75391,-3.0703 -1.19922,-1.2852 -2.77734,-2.4219 -4.10547,-2.9219 -2.85156,-1.0703 -6.40234,-1.5274 -9.29687,-1.3516 -1.10156,0.066 -1.80078,0.3125 -2.60547,1.0391 -0.98438,0.8906 -2.00781,2.1133 -2.61328,3.3437 m 14.04297,0.7774 c 1.48828,1.0156 3.0625,3.0156 3.52343,4.4414 0.46094,1.4219 0.0664,3.2461 -0.91406,4.582 -1.1914,1.6211 -3.70703,3.0586 -5.41406,3.5742 -1.70703,0.5196 -4,0.211 -5.59375,-0.9492 -1.58984,-1.1562 -3.14453,-3.7344 -3.51953,-5.3984 -0.26172,-1.1407 0.0742,-2.6055 0.53906,-3.6641 0.66797,-1.5195 2.48438,-4.2773 3.85156,-4.5976 1.80078,-0.4258 5.67578,0.75 7.52735,2.0117 m 14.08984,-5.8438 c -1.66016,0.4024 -3.87891,0.5547 -4.01172,2.0274 0.57031,3.3711 1.14063,6.7422 1.71094,10.1132 0.59375,6.879 -0.37891,15.0157 0.16406,22.3243 0.0781,1.0507 0.28516,1.7343 1.3711,1.9414 0.58984,0.1172 1.35546,0 1.76562,-0.3438 1.41406,-3.9023 -1.85156,-10.1328 0.0117,-14.3672 2.34375,-2.0468 6.38672,-0.6836 9.37891,-2.3593 1.71093,-0.8555 3.76562,-2.9258 4.14453,-5.0157 0.4375,-2.2929 0.55859,-6.0742 -0.20703,-8.3281 -0.89063,-2.3945 -3.55469,-5.0781 -5.96485,-5.9492 -2.39453,-0.7969 -5.9375,-0.457 -8.36328,-0.043 m 8.70313,4.5938 c 1.58984,2.0547 3.22265,4.4101 2.85937,6.5312 -0.20703,1.6055 -1.01172,3.0742 -2.65625,4.2656 -1.84375,1.3321 -3.85156,2.379 -5.61328,2.2305 -1.33203,-0.1094 -2.34766,-0.6015 -2.63281,-1.7812 -0.56641,-2.3164 -1.20313,-8.0313 -0.87891,-10.4532 0.12109,-0.914 0.71484,-1.5937 1.63281,-2.1015 0.90235,-0.5 1.82032,-0.6367 2.76563,-0.586 1.55078,0.082 3.21094,0.5118 4.52344,1.8946 m -54.6875,-2.5391 c -1.76172,0.9688 -3.44532,2.7305 -4.67188,4.918 -1.30469,2.3281 -1.83594,4.8984 -1.55859,7.2383 0.30468,1.9804 1.30078,4.6132 3.19922,5.6406 2.73046,1.5 5.5664,2.1055 8.28515,1.5859 2.8711,-1.1054 6.78125,-1.6406 8.88281,-4.2578 0.28907,-0.625 0.25391,-1.3555 -0.14062,-1.7383 -0.41016,-0.3945 -1.13672,-0.375 -1.82031,-0.2343 -3.35157,1.2812 -6.625,3.2382 -9.87891,3.1601 -1.64844,-0.3437 -4.21484,-2.5078 -4.82812,-4.1367 -0.23829,-0.6289 -0.16016,-0.9453 0.33203,-1.3203 2.54687,-0.9492 5.09375,-1.8985 7.64062,-2.8438 1.3086,-0.8633 2.91797,-2.2695 3.85156,-3.6718 0.67579,-1.0157 1.14454,-2.1836 1.0586,-3.25 -0.0899,-1.1368 -0.82813,-2.2891 -1.98438,-2.8868 -2.98047,-1.0195 -5.7539,0.75 -8.36718,1.7969 M 390,1079.4727 390.52734,1080 390,1080.5273 389.47266,1080 390,1079.4727 m 1.43359,-0.4297 c -0.87109,-0.4766 1.27344,-2.1055 2.76172,-3.125 1.21094,-0.836 2.57422,-1.4297 2.78516,-0.6289 0.10937,1.2773 -4.23438,4.164 -5.54688,3.7539 m -21.49218,-8.3086 c -2.13672,0.6484 -5.73438,1.0117 -6.21094,3.0625 -0.24219,9.9492 -0.15235,20.1758 -0.0977,30.2304 0.55469,3.2383 0.22656,7.4375 2.46875,9.8829 0.53125,0.3046 1.26172,0.289 1.66016,-0.035 0.4414,-0.3594 0.48437,-0.9805 0.43359,-1.6367 -0.5664,-3.418 -1.13281,-6.836 -1.69922,-10.25 0.0703,-4.4805 -0.44922,-9.4688 0.29297,-13.6055 2.05078,-1.7148 6.26953,1.1563 9.34375,-0.2187 1.32813,-0.4141 2.85938,-1.3321 3.95313,-2.25 1.07812,-0.9063 2.37109,-2.3711 2.95312,-3.7539 0.81641,-1.9219 0.76172,-5.3868 0.29297,-7.3164 -0.40625,-1.6641 -2.37891,-3.3477 -4.16797,-3.9766 -2.58594,-0.9063 -6.61328,-0.5859 -9.22265,-0.1328 m 9.53515,5.5742 c 0.76563,0.9062 0.92188,1.6914 0.69531,2.6445 -0.36328,1.5 -1.77343,3.0742 -3.4414,4.4571 -1.34375,1.1171 -2.44922,1.8398 -3.7461,1.6953 -1.73437,-0.1875 -5.1289,-1.8203 -6.14453,-3.4688 -0.64062,-1.039 -0.60547,-3.2226 -0.3164,-4.4258 0.29297,-1.2226 1.34375,-1.8906 2.73047,-2.4609 1.82031,-0.7539 3.875,-1.4336 5.66796,-1.2187 1.4336,0.1718 3.32032,1.3203 4.55469,2.7773 m 98.53906,-6.6758 c -1.80078,0.1836 -4.71484,1.4102 -6.22656,2.375 -1.9414,1.2344 -5.1289,5.5352 -5.75,7.0078 -0.66406,1.5742 0.3125,7.211 0.98828,9.1524 0.49219,1.4023 1.45313,2.6054 2.8125,3.3593 3.09766,1.4336 6.15625,0.9727 9.23047,0.7422 2.21094,-0.7773 5.35547,-1.4531 6.86719,-3.3281 0.51562,-0.9961 0.0547,-1.8516 -0.9375,-2.0039 -3.85547,0.1406 -7.44922,3.3359 -10.88281,2.5156 -1.75,-0.3711 -4.22266,-2.7929 -4.54297,-4.4922 -0.21485,-1.1289 0.14453,-2.6328 1.0039,-3.2187 3.52735,-0.6914 8.51954,-1.8789 12.71485,-4.8867 0.85937,-0.7969 1.13281,-1.711 1.05469,-2.8672 -0.10157,-1.5742 -0.80079,-2.9024 -2.12891,-3.5977 -1.22266,-0.6406 -2.88672,-0.8906 -4.20313,-0.7578 M 472,1077.4727 472.52734,1078 472,1078.5273 471.47266,1078 472,1077.4727 m 5.01953,-3.6993 c 1.04688,-0.2578 2.71484,0.024 2.69141,0.586 -0.0352,0.7109 -2.58594,2.0703 -3.82813,2.5625 -1.15625,0.457 -2.58203,0.4883 -2.875,-0.3086 -0.33984,-0.9297 2.39453,-2.4375 4.01172,-2.8399 m 518.62109,5.2774 c 0.69532,3.0195 0.57032,6.0547 2.46094,9.1953 1.09375,1.543 2.33204,2.0977 3.86714,2.1875 2.2813,0.582 4.1641,-1.3008 5.0625,-2.0508 0.8868,-0.035 3.4844,6.6328 5.711,8.0469 1.4101,0.8984 2.7773,1.7461 4.2187,1.957 1.4453,0.211 2.8907,0.043 4.2266,-1.1406 2.2891,-2.2461 2.9258,-4.9102 3.1836,-7.1797 0.3906,-4.5195 0.3906,-9.5703 0,-14.0898 -0.1406,-1.6094 -0.4492,-4.7735 -1.5078,-6.1016 -0.4453,-0.5508 -1.1563,-0.9414 -1.7774,-0.957 -0.7422,-0.016 -1.0664,0.3281 -1.2343,0.9804 0.5507,2.7188 1.1015,5.4336 1.6523,8.1485 0.25,2.8789 0.25,6.0273 0,8.9062 -0.1602,1.8594 -0.7383,4.0703 -1.5898,5.6992 -0.5821,1.1172 -1.6329,1.8633 -2.9024,1.7149 -1.1836,-0.1406 -2.4765,-1.3477 -3.6484,-2.6875 -1.1602,-1.3203 -1.8164,-2.5195 -2.2656,-3.8242 -2.3516,-5.0039 -1.1016,-11.375 -2.3594,-15.7539 -0.7149,-0.5508 -1.586,-0.1289 -1.9219,0.6836 -0.2539,3.5156 -1.1328,7.5859 -2.6055,11.0351 -0.3867,0.9063 -0.9687,2.0781 -1.5937,2.5977 -0.4844,0.4023 -0.7617,0.4297 -1.211,0.023 -1.3945,-1.2422 -2.45308,-5.5039 -2.57808,-7.4375 0.4375,-3.1797 0.97657,-6.8516 0.48829,-10.1992 -0.17579,-1.3047 -2.17969,-2.3516 -3.02344,-1.6367 -0.44141,0.3711 -0.72656,10.5078 -0.65235,11.8828 M 549,1068.3359 c 1.14844,0 2.07422,-0.4453 2.07422,-1.3359 0,-0.8906 -0.92578,-1.3359 -2.07422,-1.3359 -1.14844,0 -2.07422,0.4453 -2.07422,1.3359 0,0.8906 0.92578,1.3359 2.07422,1.3359 m -250.95313,15.8125 c 0.64454,0.8946 1.72266,1.6211 2.80469,1.9883 1.88672,0.6446 4.35156,0.4805 6.21094,0.125 2.18359,-0.7265 4.36328,-1.4492 6.54687,-2.1758 0.54297,0.9532 1.08985,1.9024 1.63282,2.8555 0.41797,0.3281 1.16015,0.4414 1.7539,0.3125 2.33985,-0.543 0.67969,-4.0664 2.78516,-6.0078 0.89453,-1.25 2.17969,-2.7031 3.47656,-3.5586 3.91406,-1.8086 8.20313,-1.75 11.98047,-2.5195 0.59375,-0.2344 0.90234,-0.5664 0.88672,-1.1914 -0.0156,-0.6172 -0.33203,-0.961 -0.94922,-1.1914 -5.95312,-1.1524 -12.44922,2.5898 -18.26562,2.0078 -2.32032,0.1054 -1.67188,4.2148 -3.39454,5.3984 -1.21093,0.918 -7.59375,3.3984 -9.38281,2.9961 -1.375,-0.3125 -3.30078,-2.0273 -2.98828,-3.0625 2.99219,-1.8359 5.98047,-3.668 8.96875,-5.5039 1.27734,-1.0352 2.98828,-2.7305 3.22656,-4.5781 0.1875,-1.4649 -0.60937,-3.1485 -2.125,-3.9805 -1.85937,-1.0195 -5.50781,-0.8125 -7.375,-0.3867 -2.14453,0.3515 -3.94922,3.1836 -5.13672,5.082 -1.25781,2.7656 -3.09375,5.4883 -2.8125,8.2656 0.32422,1.5235 1.32032,3.961 2.15625,5.125 m 7.67969,-11.0586 c -1.71484,1.2032 -4.32031,2.8829 -4.65625,1.5196 0.20313,-1.5703 2.15235,-4.3906 4.125,-5.4688 1.22656,-0.6758 3.42188,-0.6836 3.72656,0.3086 0.32032,1.0352 -1.76953,2.6758 -3.19531,3.6406 m 795.29294,-6.25 c 0.9258,-0.6171 1.3282,-1.8945 0.7852,-2.5742 -0.5117,-0.6445 -1.9414,-0.6914 -2.8242,-0.1054 -0.9258,0.6171 -1.3282,1.8945 -0.7852,2.5742 0.5117,0.6445 1.9414,0.6914 2.8242,0.1054 m -519.79684,26.0625 c 0.86718,0.6875 2.88671,0.4297 2.96875,-0.7851 -0.1836,-1.6524 -0.3711,-3.3047 -0.55469,-4.9609 0.0352,-0.918 0.28515,-1.8985 0.92969,-2.1954 5.36718,0.4844 13.08984,4.5625 18.27734,4.8321 0.69922,-0.8086 0.52734,-2.7617 -0.59766,-3.1328 -5.58984,-2.0977 -12.64843,-3.1446 -17.62109,-6.1329 -0.60938,-0.6093 -0.19141,-1.0351 0.75781,-1.5976 2.24219,-1.0039 4.48828,-2.0117 6.73047,-3.0156 0.84375,-0.7344 1.27734,-1.9727 0.72266,-2.6602 -0.52344,-0.6523 -1.81641,-0.5 -2.86719,-0.2148 -2.1875,0.9062 -4.37891,1.8164 -6.56641,2.7265 -1.89843,-2.1992 -1.43359,-7.6093 -3.00781,-11.0625 -0.34766,-1.25 -2.21875,-2.289 -3.14062,-1.5508 -0.69532,0.5586 3.19921,29.1133 3.96875,29.75 m 705.89454,-18.9414 c -2.3477,0.1329 -4.875,0.9454 -6.6289,-0.625 -2.2813,-2.3906 -1.7695,-6.375 -3.0469,-9.5898 -0.4336,-0.9414 -1.3008,-1.8047 -2.3633,-1.8477 -1.0976,-0.043 -1.332,0.7735 -1.2461,1.793 0.711,2.9883 1.4258,5.9727 2.1407,8.9609 -2.9532,1.9375 -10.0352,0.3165 -13.7852,1.5079 -0.5859,0.5351 -0.6211,1.8593 -0.1562,2.9375 1.3359,2.0429 4.0703,4.0781 3.4257,5.8515 -0.2695,1.5469 -2.8867,4.1719 -4.6718,5.3477 -1.4922,0.9844 -3.25,1.3125 -4.75,1.1484 -1.7539,-0.1914 -4.0079,-1.4844 -5.6524,-2.9531 -1.4648,-1.3008 -2.539,-3.0664 -3.2617,-4.6758 -0.4375,-1.8984 -0.875,-3.793 -1.3125,-5.6914 -0.7773,-0.5508 -1.6953,-0.1289 -2.0117,0.7227 -0.543,1.4687 -0.3789,4.5468 -0.1485,6.2539 0.1954,1.4336 0.961,2.7578 2.1641,4.1562 1.1719,1.3672 2.5742,2.4922 3.957,3.3086 1.3828,0.8125 2.7813,1.4336 4.1407,1.7031 1.9531,0.3828 4.1875,0.3672 6.1445,0.016 1.3516,-0.2461 2.8047,-0.6954 4.1719,-1.4961 1.3359,-0.7852 3.0351,-2.2032 3.7382,-3.5899 0.1719,-3.4961 0.3399,-6.9883 0.5118,-10.4804 1.0507,-0.7188 5.7109,-0.5274 7.2929,-0.168 2.7188,0.8242 3.4375,4.8515 4.9883,7.6289 1.1211,2.3047 1.6485,4.9297 1.9883,7.0547 0.3281,0.8008 1.1914,1.25 2.2539,1.0039 1.4023,-0.211 1.4766,-1.7539 1.2148,-3.2266 -1.3906,-3.5742 -2.7773,-7.1445 -4.1679,-10.7187 0.4609,-1.5157 3.5703,-0.1992 5.0703,-1.4102 0.5391,-0.4336 0.9297,-1.1797 0.9453,-1.789 0.023,-0.7461 -0.3086,-1.0157 -0.9453,-1.1329 m -212.4375,-9.1171 c 0.1055,3.621 0.2148,7.2421 0.3203,10.8671 -0.668,1.6875 -3.4531,1.7227 -5.168,1.9766 -0.8515,0.3555 -1.2461,1.3398 -0.7109,2.0586 1.3945,1.4141 4.7617,-0.2461 6.3359,1.6875 2.5821,3.3086 2.9063,8.5937 5.6758,11.5156 0.5352,0.2891 1.2344,0.2656 1.6524,-0.09 0.4336,-0.375 0.5625,-1.0703 0.5429,-1.7617 -1.1679,-3.0235 -2.3359,-6.0469 -3.5039,-9.0704 -0.2812,-1.3242 0.3008,-2.2617 1.4453,-2.5273 1.9688,-0.4609 6.5977,0.082 8.2696,1.3164 1.6328,3.1602 3.2695,6.3203 4.9062,9.4766 0.6016,1.1172 2.5703,1.4023 3.3281,0.5156 -0.2851,-3.8867 -3.5039,-9.3906 -5.6562,-12.8164 -4.0352,-2.6875 -10.0117,-0.1055 -13.332,-2.3633 -0.8321,-2.7891 -1.8829,-6.4492 -0.9336,-9.3633 0.6797,-1.3125 2.8047,-2.6328 4.039,-2.2539 0.5352,0.1602 1.0313,0.6641 1.2969,1.2422 0.168,1.6484 0.3359,3.2969 0.5039,4.9453 0.3555,0.8477 1.2734,1.2305 2.0977,0.6719 1.0039,-0.6758 1.4648,-2.6172 1.4257,-3.9141 -0.043,-1.5117 -0.5546,-3.957 -1.4296,-5.1836 -1.2149,-1.75 -3.8204,-1.0039 -5.8321,-1.1953 -1.1133,0.055 -2.082,0.2539 -3.2226,1.1914 -1.1016,0.9063 -1.8164,2.0586 -2.0508,3.0743 m -365.95314,-1.0469 c 0.65625,-0.5391 0.64453,-1.9727 0.0547,-2.5821 -0.58984,-0.6054 -1.97656,-0.6445 -2.58203,0.031 -0.36328,0.4023 -0.39453,1.1602 -0.043,1.7344 0.60547,0.9804 1.91406,1.3593 2.57031,0.8164 m 22.07031,-3.0235 c -0.20312,3.5664 -0.40625,7.1368 -0.60546,10.7071 -2.3711,1.9687 -6.26954,0.9023 -9.42579,3.0078 -1.875,0.9961 -4.5039,3.2109 -5.875,5.289 -1.48828,2.4219 -1.41015,4.8516 -1.26953,7.2969 0.20703,1.3555 1.01563,3.086 2.28125,3.8594 2.51953,0.8633 5.54688,0.5781 8.20313,0.2305 2.17969,-1.293 4.35937,-2.5821 6.53906,-3.8711 1.69922,0.2734 1.25,4.2343 2.52734,5.5859 0.67579,0.543 2.00391,0.543 2.64063,-0.051 0.41797,-0.3906 0.55859,-1.0859 0.52344,-1.789 -0.62891,-2.0313 -1.25391,-4.0586 -1.87891,-6.086 -0.23828,-6.582 1.55078,-13.914 0.92188,-20.9961 -0.10938,-1.2578 -0.3711,-3.0703 -1.44532,-3.8398 -1.13281,-0.7774 -2.96875,-0.4727 -3.13672,0.6562 m -0.63671,20.125 c -0.45313,1.5664 -1.73829,3.1602 -3.46094,4.5664 -1.81641,1.4883 -3.9375,2.6485 -5.72266,2.9024 -1.21094,0.1719 -2.47265,-0.3125 -3.48437,-1.5899 -0.7461,-0.9453 -0.82813,-1.7304 -0.45703,-2.7109 0.46875,-1.2383 1.48046,-2.4297 2.5039,-3.3711 1.89453,-1.7383 4.42188,-3.543 6.53516,-4.4101 1.30469,-0.5391 2.53906,-0.8282 3.54687,0.1406 1.21485,1.1875 0.91016,2.9726 0.53907,4.4726 m -500.5625,-10.0273 c -0.97266,2.7617 -1.28907,5.418 -0.84766,8.1758 0.32031,1.9804 0.75391,4.2226 1.73828,6.1523 0.50391,0.9844 1.33594,2.2031 2.3125,3.043 2.69531,2.0664 5.54688,0.9648 8.30078,1.1055 3.42969,-1.3086 7.14453,-4 9.3711,-7.1563 1.65625,-2.7461 0.82031,-5.5625 0.875,-8.3242 -0.70313,-3.3281 -4.14454,-5.6406 -6.69922,-8.082 -0.23047,-1.5274 -0.46485,-3.0547 -0.69922,-4.5821 -0.81641,-0.8047 -6.58203,-1.7773 -8.07031,-1.4218 -1.23438,0.2929 -5.39454,8.5625 -6.28125,11.0898 m 15.86328,0.582 c 1.42187,1.4844 2.86328,3.8477 2.82812,5.5469 -0.0352,1.5586 -0.99219,3.0313 -2.63672,4.6836 -2.00781,2.0117 -4.75,4.4844 -6.6914,4.7734 -1.51953,0.2305 -3.03907,-1 -4.44141,-2.75 -1.60547,-2 -2.88281,-4.6367 -2.92969,-6.7187 -0.043,-1.9024 1.125,-4.9649 2.1836,-6.7383 0.77734,-1.293 3.04687,-3.8125 4.30468,-3.9492 2.375,0.5117 5.20313,3.4375 7.38282,5.1523 m 209.20312,-12.6289 c -0.0312,7.8672 0.32422,15.7539 0.96875,23.2188 0.125,1.4375 0.42188,3.7968 1.06641,5.1289 0.30469,0.6367 0.625,0.9648 1.34375,0.957 0.66015,-0.012 1.23828,-0.3398 1.67578,-1.0195 0.39062,-0.6133 0.49219,-1.3672 0.35937,-2.1172 -0.51562,-1.375 -1.03515,-2.75 -1.55078,-4.125 -0.0859,-6.6445 -0.17187,-13.2891 -0.2539,-19.9336 -0.33594,-1.5586 -0.66016,-4.1055 -2.28125,-4.0547 -0.97266,0.012 -1.32422,0.8945 -1.32813,1.9453 m -200.85937,14.3906 c 1.70312,0.25 4.48047,-0.3906 5.41015,1.1915 0.61719,2.9804 1.23438,5.957 1.85157,8.9335 0.32812,0.9805 0.92968,1.8204 1.92187,1.7813 0.99219,-0.039 1.33984,-0.9063 1.34766,-2 0.0117,-2.6133 -0.8711,-4.9336 -1.57422,-7.0703 -0.11328,-0.9492 0.10156,-1.8164 0.78515,-2.2852 0.89844,-0.6172 8.01563,-1.4062 9,-0.8789 2.21094,1.5742 1.47657,5.6875 2.58204,8.2149 0.42187,0.539 1.125,0.9179 1.80859,0.9687 0.78906,0.051 1.24219,-0.2265 1.67578,-0.7969 0.875,-2.3242 1.75,-4.6484 2.62109,-6.9726 0.60938,-1.0938 1.82422,-2.9024 2.76172,-2.9492 0.7461,-0.039 1.38672,0.9648 1.82032,1.9179 1.10546,3.7774 1.72656,8.2422 3.60156,11.9961 0.4375,0.5899 0.90234,0.9024 1.57031,0.8633 0.66797,-0.035 1.01563,-0.3828 1.19141,-1.0625 -1.30469,-5.8398 -2.25782,-11.6758 -5.1875,-17.1172 -1.28907,-1.1054 -3.48828,-1.5937 -5.10547,-0.5859 -2.48047,1.0937 -3.92578,6.1133 -5.20313,5.1289 -0.55078,-4.2578 -0.23047,-9.875 -0.24609,-14.6719 -0.0703,-1.0312 -0.28516,-2.1211 -1.40234,-2.7265 -1.08204,-0.5899 -1.9961,-0.1407 -2.22266,0.7812 0.24219,3.3164 0.48437,6.6289 0.72656,9.9414 -0.0469,1.0234 -0.19922,1.7774 -1.0039,2.4649 -1.20704,1.0234 -3.19922,1.5585 -4.62891,1.8984 -1.35938,0.3203 -3.40234,0.6719 -4.43359,-0.043 -1.82422,-1.6836 -1.57032,-4.8711 -1.79297,-7.5039 -0.29688,-0.9765 -0.74219,-1.789 -1.69532,-1.7656 -0.95312,0.02 -1.29296,0.8476 -1.34765,1.8516 0.1875,2.3007 0.375,4.6054 0.5625,6.9062 -0.85547,1.6445 -3.6875,0.1953 -5.34766,0.2109 -0.60547,0.1172 -0.89844,0.418 -1.05078,1.1602 -0.22266,1.082 0.20313,1.9297 1.00391,2.2187 M 1120.9609,943.91797 c 0.094,0.91015 0.2071,2.02344 -0.043,3.08984 -0.961,2.40235 -1.9258,4.80469 -2.8907,7.20703 -0.2343,1.00782 -0.078,1.86328 1,1.89453 1.0469,0.0273 2.0743,-0.82812 2.7422,-1.86328 1.6407,-2.53906 2.8516,-6.5625 2.711,-9.39453 -0.055,-1.10156 -0.3789,-1.84375 -1.4961,-2.05859 -1.1446,-0.22266 -1.9063,0.25 -2.0235,1.125 m -940.79293,7.30078 c 0.0664,-1.75781 0.51172,-4.02344 1.23437,-6.03125 0.70313,-1.95703 1.55469,-4.10156 3.13282,-5.66797 1.27734,-1.26953 3.03906,-2.15625 4.61718,-2.64453 2.35157,-0.19531 4.69922,-0.39453 7.05078,-0.58984 0.82813,-0.34766 1.22266,-1.32032 0.66797,-2.03516 -2.5,-1.14453 -6.71484,-0.70313 -9.95703,-0.27344 -2.0664,0.51172 -5.15625,3.55469 -6.69531,3.73828 -1.15625,0.10547 -0.76563,-2.55468 -0.91797,-3.90625 -0.35156,-0.82812 -1.33203,-1.22656 -2.05078,-0.67968 -1.26172,3.14843 -0.38281,8.07812 -0.53906,11.96875 0.14062,1.67968 0.59375,6.03906 1.54687,6.78906 0.71094,0.55859 1.59766,0.15234 1.91016,-0.66797 m 515.46875,-17.49219 c -0.24219,2.91406 -0.31641,6.3086 0.1289,9.21485 0.32422,2.09375 0.75,5.26562 1.8125,7.21484 0.47266,0.87109 1.39063,1.33203 2.42969,1.09375 1.0586,-0.23828 1.19141,-0.98047 0.94141,-2.04297 -0.9336,-2.82812 -1.91016,-5.49219 -2.33203,-8.30469 -0.10938,-2.70312 -0.21875,-5.40234 -0.32813,-8.10547 -0.25781,-0.60546 -0.64844,-0.91015 -1.28125,-0.90625 -0.98437,0.008 -1.28515,0.82813 -1.37109,1.83594 m 9.50781,17.36719 c 0.63672,0.82812 1.87891,1.22656 2.5625,0.79687 1.32813,-0.82812 3.41797,-8.24609 5.01953,-10.44531 1.40625,-1.51172 3.89453,-5.2539 6.20703,-5.80078 0.8125,-0.008 1.45313,0.75391 2.10157,1.71094 1.68359,2.47656 2.69921,5.18359 3.75,7.80859 0.65234,3.02344 1.30468,6.04688 1.95703,9.07031 0.36718,0.8125 1.29687,1.21094 2.02343,0.63672 0.82032,-0.64843 0.66407,-2.45312 0.56641,-3.71093 -0.17578,-2.3086 -0.67578,-5.03907 -1.35937,-7.26563 -1.58594,-3.41406 -2.30469,-6.81641 -4.89063,-10.10937 -0.95703,-0.92969 -1.88281,-1.14844 -3,-1.21485 -1.55469,-0.0898 -3.87891,-0.27344 -5.03516,0.44531 -2.29296,2.57422 -4.58593,5.14844 -6.88281,7.71875 -1.54297,-1.04296 -0.29687,-6.33984 -0.96484,-8.9414 -0.3125,-0.8086 -1.22656,-1.21875 -1.94141,-0.66797 -1.03515,5.71094 -0.92969,13.80078 -0.11328,19.96875 M 682.13281,930.6875 c -1.32031,-0.3125 -2.90234,-0.19531 -4.22656,-0.12891 -2.78906,-0.30078 -4.00781,3.16407 -6.1875,4.38282 -3.21875,-0.11329 -7,-2.9961 -10.73047,-2.36719 -2.75391,0.0703 -7.22656,1.73437 -8.79297,3.07031 -0.79297,-0.87109 -1.58984,-1.74219 -2.38281,-2.60937 -0.51172,-0.28516 -1.19531,-0.26172 -1.59375,0.082 -0.11328,5.08203 1.45312,11.49218 2.14062,17.14062 0.39844,0.67578 0.96485,1.34375 1.65235,1.6836 0.64453,0.32031 1.35547,0.29687 1.78515,-0.0391 2.00391,-2.82812 -2.42968,-7.36718 -0.60937,-10.73047 0.76562,-1.49218 2.51562,-3.49609 4.03906,-4.39453 1.19141,-0.69922 2.59375,-0.95703 3.80078,-0.96093 1.50391,-0.004 3.3086,0.46875 4.77735,1.01953 1.14453,0.43359 2.76953,1.29297 3.15625,2.39843 -0.46875,2.60157 -0.9336,5.20313 -1.39844,7.80469 0.0547,1.60156 -0.37109,3.7461 1.32812,4.8711 1.96875,0.97265 4.28125,0.47265 6.25391,-0.23829 3.19922,-1.36718 4.47656,-6.27343 6.68359,-6.57421 0.85938,2.05859 1.71875,4.11328 2.58204,6.17187 0.60546,1.10547 2.40234,1.36719 3.60937,0.58594 0.91406,-0.63281 1.28516,-1.85547 0.88281,-2.61719 -1.01172,-0.50781 -2.07422,-1.33594 -2.62109,-2.55469 -0.73047,-1.64062 -1.37109,-3.87109 -1.66797,-5.74609 -0.80859,-2.71094 1.39063,-5.34766 0.31641,-8.15625 -0.58594,-1.11328 -1.70703,-1.83594 -2.79688,-2.09375 m -1.99609,7.25781 c -1.28516,3.32031 -4.04688,7.5625 -6.54688,10.26563 -0.78906,0.65234 -1.55078,0.89453 -2.26562,0.28515 -0.9336,-0.79297 -0.97266,-2.23828 -0.59375,-3.40625 0.71875,-2.20312 2.26172,-4.63672 3.64844,-6.79297 0.86718,-1.35156 1.71484,-2.54687 2.88671,-3.3164 1.04688,-0.69141 2.70313,-1.44531 3.39063,-1.10547 0.84375,0.41797 -0.0195,2.64453 -0.51953,4.07031 m -418.51953,3.15235 c 0.11328,1.32421 0.36718,2.76171 0.88281,4.08203 0.39062,0.99609 1.14844,2.17187 2.23047,3.0625 1.13672,0.93359 2.08594,1.14062 3.16406,1.20312 1.98828,0.1211 4.21875,0.1875 6.19922,-0.18359 2.13672,-0.40235 4.10937,-1.48047 5.62109,-3.17188 1.14844,-1.28515 1.65625,-2.53515 1.73047,-3.98437 0.1211,-2.29297 0.27735,-4.92969 -0.0742,-7.21875 -0.15625,-1.01563 -0.61328,-2.21485 -1.42187,-3.10156 -0.85938,-0.94141 -1.72266,-1.14063 -2.81641,-1.20704 -2.6875,-0.16015 -12.73047,-0.5 -14.01953,0.54688 -1.82422,2.72656 -1.61328,6.81641 -1.49609,9.97266 m 10.41797,-7.29297 c 1.26171,-0.27735 2.57421,-0.54297 3.80078,0.0508 1.32812,0.64453 2.36718,2.0625 2.625,3.26953 0.28906,1.33594 0.34765,3.37109 -0.31641,4.69531 -0.77734,1.54297 -2.89453,3.35938 -4.30859,3.99219 -1.46094,0.65234 -3.26953,0.91406 -4.71875,0.44531 -1.19141,-0.38672 -2.66797,-1.44922 -3.3125,-2.5664 -0.6836,-2.32813 -1.78516,-5.08985 -0.76563,-7.33594 1.35938,-1.88281 4.66016,-1.70313 6.9961,-2.55078 M 162.98437,930.9375 c -1.58984,0 -3.63671,0.35156 -5.16015,0.75 -2.08985,0.35547 -3.45703,3.17969 -5.20313,5.08984 -0.84765,1.09766 -1.3789,2.03516 -1.6875,3.10547 -0.5625,1.96485 -0.54297,4.22266 -0.41797,6.20313 0.10938,1.71875 1.16407,3.53906 3.23438,5.16406 0.84766,0.66406 1.26953,0.87891 2.10547,1.07031 2.10547,0.48047 5.15234,0.35547 7.27344,0.0469 2,-0.29688 4.30468,-1.9961 6.0039,-4.07422 1.13672,-1.38672 1.82031,-2.82422 2.09766,-4.20703 0.40234,-1.98828 0.28906,-4.17969 0.21875,-6.17188 -0.0391,-1.0664 -0.1836,-2.01562 -0.80078,-3.1289 -0.59375,-1.07032 -1.49219,-2.16797 -2.46094,-2.73047 -1.39844,-0.8125 -3.6875,-1.11719 -5.20313,-1.11719 m 5.46485,8.13281 c 0.3125,1.74219 0.008,3.97266 -1.14844,5.70313 -1.24219,1.86718 -3.73047,3.91015 -5.44922,4.49609 -1.34765,0.46094 -3.33594,0.54297 -4.64062,-0.12109 -1.44922,-0.74219 -3.03125,-2.86328 -3.46094,-4.25782 -0.44531,-1.46093 0.0195,-3.27734 0.89453,-4.53906 0.94531,-1.35547 3.42188,-4.38672 5.53125,-5.48047 1.44141,-0.74609 4.26172,-0.73437 5.46875,-0.0312 1.21875,0.71485 2.55859,2.84375 2.80469,4.23047 m 1003.14458,3.90625 c 0.043,1.65235 0.2695,3.5 0.9335,5.19922 0.6524,1.66016 2.4961,3.38672 4.3555,3.95313 1.4414,0.4414 2.8789,0.0391 4.2813,-0.53516 1.3828,-0.56641 2.8632,-1.33984 3.9843,-2.46094 0.8633,-0.86328 1.4297,-1.8789 1.8125,-2.93359 0.586,-1.63281 1.1016,-3.5586 1.1055,-5.19141 0,-1.8789 -0.1484,-5.48437 -1.1367,-7.24609 -0.375,-0.67188 -1.0625,-1.36328 -1.8164,-1.70313 -0.7539,-0.33593 -1.5,-0.29297 -1.875,0.0664 -0.5391,3.16406 2.3867,7.5 1.2148,10.73828 -0.3242,1.48438 -2.0586,3.36719 -3.6758,4.64844 -0.9687,0.76172 -1.8085,1.10547 -2.6562,0.94922 -1.6016,-0.28516 -2.6641,-2.83203 -3.4063,-4.61719 -0.1718,-4.35156 -0.3476,-8.69922 -0.5195,-13.05078 -0.3125,-0.8086 -1.2226,-1.21875 -1.9414,-0.67188 -1.3203,3.44141 -0.5664,8.66797 -0.6601,12.85547 m -774.95318,2.04297 c 0.10157,1.26563 0.33594,3.10938 1.46094,3.85547 0.91797,0.60156 1.73438,0.17578 2.125,-0.65625 1.375,-3.17188 1.90235,-6.51172 4.50781,-9.94922 1.41797,-1.875 3.61329,-3.99219 5.23438,-4.26953 1.15234,-0.19531 1.74219,0.8125 2.21094,2.19922 1.85937,4.03125 0.54297,9.36328 2.99609,12.71875 0.83203,0.52344 1.69531,0.11719 2.01953,-0.73438 0.0352,-1.50781 0.39453,-3.41406 0.98438,-5.02734 1.14062,-2.51172 1.99218,-6.66406 3.8164,-7.85938 1.69141,2.78125 3.26953,10.1836 5.60938,14.9375 0.36719,0.60547 0.75781,0.92188 1.40234,0.89454 0.64063,-0.0234 1,-0.36719 1.21094,-1.02735 0.375,-1.16797 -0.10547,-2.96094 -0.47656,-4.19531 -2.875,-5.12891 -2.97266,-11.11719 -5.83594,-15.83594 -0.875,-0.51953 -1.98438,-0.20312 -3.03516,0.61719 -1.55078,1.98828 -3.10547,3.97266 -4.66015,5.96094 -1.44141,-0.53516 -1.21094,-4.21485 -2.53907,-5.9336 -0.45703,-0.61718 -0.80078,-0.82422 -1.55859,-1.0039 -1.21094,-0.28516 -3.08594,-0.23047 -4.03906,0.24218 -2.66016,2.59375 -5.32031,5.1875 -7.98047,7.78125 -1.09766,-0.0664 -0.26953,-3.42578 -0.78906,-4.92968 -0.26172,-0.60547 -0.65235,-0.91016 -1.28516,-0.91016 -0.65234,0 -0.98828,0.30469 -1.21484,0.91406 -0.32813,3.84766 -0.1836,8.17188 -0.16407,12.21094 m 40.31641,-13.19922 c -0.87891,2.14063 -1.05078,5.64844 -1.23047,8.08594 -0.125,1.73047 0.51953,5.96094 1.36328,7.08594 1.60547,1.5 4.72266,2.53125 6.91016,2.37109 2.21875,-0.12109 6.33203,-1.08203 8.05859,-2.39844 1.48047,-1.125 2.3086,-3.26953 2.39453,-4.89453 0.0859,-1.64062 0.20704,-3.54687 -0.10546,-5.17969 -0.19532,-1.01953 -0.76563,-2.17578 -1.50782,-3.11718 -3.42968,-3.38282 -8.66797,-2.15235 -11.82422,-5.07032 -0.65234,-0.11328 -1.3789,0.008 -1.97265,0.36719 -0.86328,0.52344 -1.66016,1.71094 -2.08594,2.75 m 10.82813,3.00781 c 1.60156,0.85547 3.35156,2.88282 3.66796,4.25 0.35547,1.47266 -0.10546,3.11329 -1.79296,4.4336 -1.6836,1.42187 -3.98829,2.5664 -5.65625,2.64844 -0.91797,0.0469 -1.86329,-0.33594 -2.76172,-0.96485 -0.92969,-0.65625 -1.49219,-1.39062 -1.69922,-2.35547 -0.42188,-1.95312 -0.25,-4.73047 0.29687,-6.71484 0.37891,-1.37891 1.00391,-2.39063 2.28516,-2.53125 1.47266,-0.15625 4.21875,0.46875 5.66016,1.23437 m 700.22654,-0.008 c -1.0234,2.17969 -0.9375,7.1836 -0.1289,9.3125 0.4883,1.28125 1.6992,2.4961 3,2.98438 1.2031,0.44922 2.9453,0.48047 4.2344,0.21093 2.5586,-0.24609 4.6094,-4.29687 6.0469,-5.23828 0.4336,-0.1875 0.8554,0 1.1015,0.41407 -0.1797,8.51562 3.461,18.22656 3.2657,27.77734 0.1015,1.01172 0.4765,1.83594 1.457,1.82812 0.6445,-0.004 0.9805,-0.3125 1.2148,-0.92578 0.668,-1.78515 0.2422,-5.07812 0.1953,-7.1289 -0.9687,-5.73047 -1.9414,-11.46094 -2.914,-17.19141 -0.2539,-5.38281 -0.6641,-10.73828 -0.1524,-16 -0.4023,-1.44141 -2.4492,-2.85547 -4.2343,-3.20703 -1.8164,-0.35938 -4.4922,-0.41406 -6.2735,0.20312 -2.8086,1.05469 -4.9844,4.27735 -6.8125,6.96094 m 12.8789,-1.6875 c -0.289,1.73438 -1.5742,3.94922 -2.664,5.70703 -1.0157,1.64453 -2.0782,3.03907 -3.4922,4.11719 -0.918,0.69531 -1.5938,1.02734 -2.3985,0.44141 -1,-0.72266 -1.7148,-2.39844 -1.8242,-3.44141 -0.094,-0.91797 0.1172,-1.78516 0.6602,-2.76562 1,-1.79297 3.1523,-4.14454 5.0547,-5.67579 1.3476,-1.08984 2.2734,-1.13671 3.5078,-0.40625 0.9023,0.53907 1.3086,1.09766 1.1562,2.02344 m -57.9258,-5.52344 c -2.2617,0.35547 -5.4023,1.67969 -6.9101,3.38282 -0.7109,1.14062 -0.7031,3.91406 0,4.9375 2.7617,2.15625 8.875,4.23437 10.6133,7.00781 0.094,0.81641 -1.6016,1.40625 -2.8164,1.55859 -2.6797,-0.17578 -5.3555,-0.35547 -8.0352,-0.53515 -1.1328,-0.0625 -1.3711,1.95703 -0.6836,2.83593 2.4688,1.14454 6.6758,0.39063 9.8867,0.5625 1.9024,-0.21484 4.6368,-0.6914 5.9063,-2.32031 0.7383,-1.43359 0.7461,-3.67969 -0.6992,-5.10937 -3.3868,-2.0625 -6.7696,-4.125 -10.1524,-6.1875 -0.4023,-1.29297 2.2891,-2.35547 4.0469,-2.95703 2.0156,0.14453 4.0312,0.28906 6.0469,0.43359 0.8476,-0.29688 1.2383,-1.21094 0.7109,-2.01172 -1.8359,-1.59766 -5.3242,-1.70703 -7.9141,-1.59766 m -786.88668,0.29297 c -0.73046,-0.008 -1.0625,0.33594 -1.22656,1 0.1211,4.64063 4.1211,8.9375 3.6875,13.01953 -0.0234,0.99219 -0.22265,1.78907 -0.99609,2.6211 -1,1.07422 -2.41797,1.78515 -3.62891,1.91797 -1.83984,0.20312 -4.9414,-0.36328 -6.69922,-1.29688 -1.18359,-0.6289 -2.73437,-2.15625 -3.69922,-3.39844 -0.8125,-1.03906 -1.02343,-1.875 -1.08984,-2.95312 0.24219,-2.66797 0.48438,-5.33984 0.72656,-8.00781 -0.16406,-0.60547 -0.5,-0.91407 -1.18359,-0.92578 -1.03125,-0.0195 -1.70703,0.78515 -2.05078,1.76953 -0.89844,3.67578 -1.41406,7.5 -3.03906,11.05468 -0.73829,1.23829 -1.91407,2.40625 -3.11329,3.125 -0.93359,0.55469 -1.74218,0.77344 -2.52734,0.34375 -1.56641,-1.04687 -2.27734,-3.375 -2.62109,-5.26562 0.19531,-3.03125 0.39453,-6.0625 0.58984,-9.09375 -0.3125,-0.82422 -1.21484,-1.24609 -1.93359,-0.6875 -1.16797,0.91016 -1.64844,6.17578 -1.70313,7.91797 -0.0586,2.73437 0.0274,5.38672 1.4336,8.19922 0.70703,1.10156 1.74609,1.8125 2.85937,2.07031 1.52734,0.35547 3.75,0.33203 5.25781,0.0156 1.94532,-1.40625 3.88672,-2.8125 5.82813,-4.21875 1.29687,0.98438 2.59375,1.96485 3.89062,2.94922 1.2461,0.57032 2.77735,0.71875 4.125,1 3.09766,0.51172 6.1211,0.74219 9.21875,-0.38672 1.05078,-0.48437 2.17188,-1.35937 2.75782,-2.45312 0.9375,-2.83594 0.44921,-5.50781 0.30859,-8.26953 -0.43359,-2.57813 -1.65234,-5.79297 -2.83203,-8.21875 -0.45313,-0.92969 -1.27735,-1.82031 -2.33985,-1.82813 m -201.46484,19.19532 c 0.25781,1.89843 1.26953,4.67578 3.2461,5.87109 0.98046,0.49219 2.14453,0.35937 3.19921,0.0742 1.10938,-0.30078 2.12891,-0.8125 3.19532,-1.73828 2.18359,-2.98828 4.36718,-5.97266 6.55078,-8.96094 0.87109,1.98047 1.74218,3.96484 2.61328,5.94531 0.75,1.19141 2.00781,1.69531 3.53125,1.95703 2.0039,0.34375 4.25781,0.51563 6.24609,-0.58203 1.75,-0.96484 3.4336,-2.71484 4.33203,-4.46875 1.51953,-3.17578 0.76953,-6.14453 0.94922,-9.21484 -0.0508,-1.53125 -0.20703,-3.69922 -1.47656,-5.08594 -0.75,-0.81641 -1.90625,-1.28125 -3.02734,-1.32422 -0.71094,-0.0273 -1.37891,0.11719 -1.76954,0.60156 -0.36718,0.45704 -0.34375,1.13672 -0.0625,1.58204 1.1836,0.88671 2.53125,1.46875 3.14454,3.40625 0.5664,1.79296 0.59375,4.86718 -0.0156,6.68359 -0.41406,1.23047 -1.48047,2.65625 -2.60937,3.50391 -1.17969,0.88281 -3.32813,1.94921 -4.54297,1.58593 -1.42969,-0.42578 -2.92578,-2.74609 -3.42188,-4.14062 -1.36719,-3.84766 -0.26172,-8.64453 -1.50781,-12.01563 -0.22656,-0.60547 -0.54297,-0.91015 -1.19531,-0.92187 -0.97266,-0.0156 -1.53125,0.78906 -1.9375,1.77344 -1.63672,4.69921 -2.81641,9.46093 -5.84766,14.11328 -0.84375,1.22265 -2.16797,2.8164 -3.32031,3.40234 -0.55469,0.28125 -1.08203,0.29297 -1.48828,0.0352 -1.20703,-0.78125 -1.73438,-3.58594 -1.89063,-5.28907 0.23047,-5.03125 0.46094,-10.0625 0.69141,-15.09375 -0.23047,-0.60156 -0.57031,-0.90625 -1.19141,-0.90625 -0.625,0 -0.96093,0.30079 -1.1914,0.90235 -0.78125,5.8789 -1.6875,12.22265 -1.20313,18.30469 m 949.28899,-20.25 c -1.9062,1.60156 -3.8164,3.20312 -5.7226,4.80468 -0.7852,-0.875 -1.5742,-1.74609 -2.3594,-2.62109 -0.5039,-0.28516 -1.1719,-0.26953 -1.5703,0.0625 -1.0078,0.83594 -1.3398,7.94922 -1.5039,9.98828 -0.1406,1.67188 -0.5391,6.0625 0.4961,6.76563 0.6328,0.43359 1.8789,0.0625 2.6875,-0.70704 1.6211,-3.29296 3.2422,-6.58593 4.8633,-9.8789 1.1914,-1.73438 3.6601,-4.59766 5.1836,-4.6211 1.4101,-0.0469 2.5586,2.02344 3.3867,3.56641 1.5351,2.89453 2.668,6.22266 3.3555,9.02734 0.414,0.81641 1.3242,1.23047 2.0507,0.62891 1.125,-1.30859 0.4883,-4.06641 -0.031,-5.98437 -1.125,-3.27735 -2.8672,-7.17969 -4.75,-9.95704 -1.5742,-1.23437 -4.125,-1.59765 -6.086,-1.07421 m -28.9804,2.9414 c -0.5625,1.91406 -1.125,3.82422 -1.6914,5.73438 -0.7149,0.98828 -2.0157,0.38281 -3.3399,0.20312 -0.8867,0.23438 -1.2812,1.25781 -0.7929,2.20703 0.6601,1.28125 2.2734,1.38672 3.375,1.83985 1.3984,1.19531 2.5507,4.90625 5.3437,5.90234 2.0586,0.94141 4.1602,0.77734 6.3399,0.11719 0.6796,-0.20703 1.371,-0.46094 1.7382,-0.94531 0.5625,-0.73438 0.5508,-2.08204 -0.031,-2.64063 -1.8789,0.13281 -3.7578,0.26563 -5.6367,0.39453 -1.3164,-0.63281 -3.1993,-2.52344 -3.0078,-3.44922 1.3984,-2.19922 5.3828,-1.67187 8.0703,-4.23437 1.3906,-1.09766 2.2812,-2.39453 2.0195,-3.97266 -0.1914,-1.16406 -0.9922,-2.24609 -2.0664,-2.93359 -1.7695,-1.13281 -4.5742,-1.71875 -6.3594,-1.14844 -1.3633,0.42969 -3.0469,1.69141 -3.9609,2.92578 m 4.875,4.09766 c -1.0547,0.53125 -2.6172,0.51953 -2.5586,-0.27735 0.055,-0.65625 1.7851,-2.29296 2.8125,-2.6875 0.8398,-0.32031 1.75,-0.0859 1.9062,0.46094 0.2032,0.71485 -1.0234,1.9336 -2.1601,2.50391 m -75.60546,11.99219 c 0.62109,0.53125 1.92968,0.53906 2.57031,0.0351 1.58203,-3.86328 3.16406,-7.72656 4.74609,-11.58594 0.58985,-1.16015 1.5,-2.98437 2.53125,-3.04296 0.81641,-0.043 1.26172,0.96484 1.52344,1.95312 0.89844,4.22656 1.79687,8.44922 2.69922,12.67578 0.6914,0.53125 1.68359,0.16406 2.23437,-0.64844 1.17969,-2.98046 2.36328,-5.95703 3.54688,-8.93359 0.67578,-1.21094 1.79687,-2.46094 2.75781,-2.23047 0.9375,0.22656 1.53516,1.83594 1.68359,3.05469 0.38672,3.19922 -0.40625,8.125 0.375,11.04687 0.15235,0.57032 0.45704,0.83594 1.19532,0.78516 0.61718,-0.043 1.35937,-0.40625 1.78906,-0.92969 1.67969,-4.33984 0.0586,-9.52734 -0.625,-14.16797 -0.26172,-1.32421 -0.92969,-3.07031 -2.15234,-3.8164 -1.10547,-0.67578 -2.96875,-0.66016 -4.19922,-0.0508 -1.58985,1.875 -3.17969,3.75 -4.76953,5.625 -2.11719,-1.21875 -1.28516,-6.66407 -4.0586,-8.60157 -1.04687,-0.61328 -2.95703,-0.6289 -4.1289,-0.0195 -1.28907,1.55469 -2.58204,3.10938 -3.8711,4.66407 -1.47265,-0.0312 -1.19922,-3.5 -2.1914,-4.5586 -0.67579,-0.54297 -2.07032,-0.53125 -2.6211,0.0234 -0.41015,0.41797 0.44141,18.27734 0.96485,18.72266 M 462.84375,927.55469 c -1.66016,0.57031 -2.06641,2.76953 -2.22266,4.43359 -0.16015,1.73438 -0.21093,3.42969 0.6875,5.17578 1.89453,2.35938 3.78907,4.71875 5.6875,7.07813 0.71094,1.11328 1.41016,2.57812 1.03907,3.47656 -0.41016,1.00391 -1.92969,1.60547 -3.1836,1.77344 -3.01562,-0.21485 -6.02734,-0.42969 -9.04297,-0.64453 -0.60547,0.16015 -0.92968,0.5039 -0.91797,1.16015 0.008,0.67188 0.33204,1.1211 0.9961,1.5586 3.74219,1.51562 7.5039,0.70703 11.24219,0.80468 1.5625,-0.23828 3.90234,-1.48828 4.82812,-3.22656 0.66797,-1.25781 0.62891,-2.97266 0.043,-4.28125 -2.73828,-4.64062 -7.58203,-7.40625 -8.38281,-11.82812 0.043,-0.8711 0.66797,-1.76172 1.60937,-2.19532 1.88672,-0.0312 3.77344,-0.0625 5.66016,-0.0898 0.66015,-0.69531 0.1914,-2.82422 -0.83203,-3.61328 -2,-1.10938 -4.9375,-0.28906 -7.21094,0.41797 m -79.95313,-0.53125 c -1.3789,0.41797 -2.88671,1.13672 -4.1289,2.0625 -2.75,2.26172 -4.57031,5.7539 -5.79297,8.73047 -1.07813,2.42578 -1.43359,4.91015 -0.52344,7.33203 0.95313,2.69922 3.04297,4.71484 5.4375,5.98828 1.73828,0.625 4.32031,0.45312 6.16406,0.10156 1.60547,-0.30859 5.12891,-1.3125 5.875,-2.45703 0.30469,-0.47266 0.29297,-1.15234 -0.0351,-1.56641 -0.34375,-0.42968 -0.98047,-0.54687 -1.61719,-0.54297 -2.67969,-0.0469 -5.48828,2.55469 -8.07812,1.45313 -1.24219,-0.57813 -3.80469,-3.08594 -3.82422,-3.96484 1.67187,-2.53516 6.75781,-2.47657 9.89453,-4.64454 1.26562,-0.73046 2.96484,-1.92187 3.69531,-3.33203 0.85938,-1.66015 0.76172,-4.70312 0.15625,-6.30859 -0.48437,-1.29297 -1.69922,-2.52344 -3.00781,-3 -1.30469,-0.47656 -2.84375,-0.26953 -4.21485,0.14844 m 4.25782,6.82422 c -0.42578,0.87109 -1.46875,1.71484 -2.40235,2.35937 -1.80859,1.24609 -3.90625,2.19531 -5.7539,2.73438 -0.95313,0.28125 -1.79297,0.29296 -2.02735,-0.35157 -0.22265,-1.80859 2.76172,-5.12109 4.42969,-6.92187 0.96875,-0.75391 2.41797,-1.17578 3.54688,-1.04297 0.89453,0.10547 1.83203,0.66797 2.24218,1.53125 0.25782,0.54297 0.23828,1.14453 -0.0351,1.69141 m 909.19133,4.92968 c -3.3906,-3.73047 -8.4531,-3.46093 -10.0156,-6.82031 -0.016,-0.98047 1.7149,-2.30078 2.8633,-2.78906 1.543,-0.11328 3.0859,-0.22266 4.6289,-0.33594 0.5586,-0.60547 0.5586,-2.00391 0.035,-2.625 -0.3516,-0.41797 -0.9844,-0.51953 -1.6563,-0.57422 -2.0273,-0.16797 -4.4023,-0.3789 -6.4219,0.72266 -1.0781,0.58594 -2.1992,1.5039 -2.7304,2.48437 -0.3516,0.65625 -0.4297,1.37891 -0.4688,2.07813 0.059,1.71875 -0.3789,3.67187 1.2188,5.26953 3.2851,2.19141 6.9804,1.82812 9.6367,5.06641 0.4805,0.60937 0.6367,1.02343 0.4414,1.65625 -0.2695,0.875 -1.1992,1.38671 -2.0898,1.59765 -3.3594,0.37891 -7.2774,1.73828 -10.3282,0.63281 -3.0312,-4.3164 -3.5117,-10.85937 -5.1133,-16.3789 -0.5429,-1.52344 -1.6757,-2.10156 -3.3125,-2.20313 -1.0351,-0.0664 -2.2226,-0.0273 -3.1367,0.4375 -1.3086,1.27735 -2.6211,2.55469 -3.9297,3.83203 -1.039,0.33985 -2.4414,-1.84765 -3.7226,-0.79296 -0.5625,0.92968 -1.125,1.86328 -1.6875,2.79687 -3.3047,-0.96484 -7.4961,-4.64844 -11.6172,-4.15625 -2.2617,2.16406 -2.9883,7.69922 -4.332,11.3125 -0.1641,1.83984 0.3593,4.48828 1.0273,6.19141 0.3867,0.98828 1.0899,1.64062 2.2383,2.00781 1.668,0.53516 3.582,0.36328 5.1758,0.10156 1.6992,-0.27734 3.4297,-0.89062 5.1406,-1.74219 1.332,-0.66406 2.9961,-1.51562 3.7812,-2.4375 0.7032,-1.27734 1.4063,-2.55468 2.1133,-3.83203 0.2032,1.64063 0.4102,3.27735 0.6172,4.91797 0.3555,0.82813 1.332,1.22266 2.0508,0.6836 1.3828,-2.10938 0.1133,-5.9336 0.9609,-8.71875 1.0977,-2.23438 2.2032,-5.97266 4.25,-6.83985 1.0157,-0.0117 1.668,1.78906 2.0157,2.91406 1.75,4.60547 1.3398,10.71094 3.9336,14.70704 3.0117,0.91796 6.746,0.32031 10.0625,0.42968 2.207,-0.17968 5.0703,-0.5039 7.2148,-1.24609 1.082,-0.37109 2.207,-1.10156 2.7578,-2.05078 0.3242,-0.55078 0.4805,-1.40235 0.4844,-2.0586 0,-1.53906 -0.6406,-2.84375 -2.086,-4.23828 M 1262,934.47266 1262.5273,935 1262,935.52734 1261.4727,935 1262,934.47266 m -3.457,2.74609 c 0.9687,1.03516 1.4765,1.74609 1.1484,2.74219 -0.3672,1.13281 -1.8555,2.64453 -2.9726,3.38281 -1.4766,0.97266 -4.129,1.81641 -5.629,1.69922 -0.9179,-0.0703 -1.8203,-0.64063 -2.2695,-1.42188 -0.668,-1.15625 -0.4453,-3.16406 -0.207,-4.58203 0.2617,-1.53515 0.7812,-3.27344 1.9414,-4.71484 0.75,-0.9375 1.4961,-1.39063 2.4336,-1.22656 1.6719,0.28906 3.7734,2.21875 5.5547,4.12109 m -263.33988,10.65234 c 0.88282,0.69922 2.81641,0.47657 3.01954,-0.71093 0.73828,-4.34375 1.75,-8.74219 3.55854,-12.9375 0.6993,-1.71875 2.5391,-4.28125 4.2891,-5.10157 0.5938,-0.16406 1.1484,0.0664 1.6172,0.47657 0.7461,0.66015 1.0312,1.61718 1.2812,2.54296 0.6602,2.45704 0.1954,12.91407 1.1641,13.71094 0.6563,0.53906 2.0352,0.53516 2.6524,0.0234 1.1054,-0.91797 1.996,-8.37109 2.9843,-10.65625 0.6446,-1.49219 1.8985,-3.57422 3.1641,-3.59766 0.7578,-0.0117 1.2109,0.72657 1.4883,1.66016 0.7539,4.31641 1.5078,8.63281 2.2617,12.94922 0.3164,0.59765 0.6797,0.90625 1.3203,0.89062 0.6367,-0.0117 0.9844,-0.32812 1.207,-0.9414 -0.3242,-3.74219 -0.6523,-7.48828 -0.9765,-11.23047 -0.6367,-2.23047 -0.7071,-5.34766 -2.25,-6.8711 -1.0391,-0.73437 -3.7383,-0.73828 -5.1055,-0.0586 -1.2695,1.21094 -2.5352,2.42578 -3.8047,3.63672 -1.6328,-0.52344 -1.6758,-4.23047 -3.1055,-5.78516 -0.7421,-0.76562 -1.8632,-1.16015 -2.9648,-1.20703 -1.3711,-0.0547 -2.957,0.35156 -4.1758,1.21094 -1.3476,1.67969 -2.6914,3.35937 -4.03904,5.03906 -0.9414,-0.71484 -1.8789,-1.42969 -2.82031,-2.14062 -0.61328,-0.11328 -1.37891,0.0117 -1.74609,0.375 -0.49219,0.48437 -0.0195,17.87109 0.98046,18.72265 m -69.59375,-11.82422 c 0.14063,1.65625 0.48047,3.52344 1.29688,5.15625 1.55078,2.67188 4.05469,5.9375 6.93359,6.94532 2.26563,0.75 5.07032,0.13672 7.31641,-0.62891 1.68359,-1.14062 3.36719,-2.27734 5.05469,-3.41797 1.23437,0.41797 2.46875,0.83985 3.70312,1.25781 2.04297,0.3711 5.20313,0.47266 7.25391,-0.0195 2.05469,-0.375 4.20703,-3.26172 4.96875,-5.1875 0.5625,-1.6289 0.40234,-3.58593 0.12109,-5.21484 -0.33594,-1.95703 -1.19922,-4.38672 -2.49609,-6.17578 -0.6875,-0.94922 -1.46094,-1.40625 -2.54297,-1.82422 -1.67188,-0.64063 -3.53125,-1.33594 -5.25391,-1.10156 -1.05859,0.14453 -2.23437,0.55859 -3.0039,1.17578 -1.23047,0.98437 -2.3086,3.1914 -3.10547,4.79687 -2.39844,3.4375 -0.54688,8.48828 -1.47656,10.47657 -1.26954,1.01562 -6.48047,3.17187 -8.28907,2.83203 -2.29687,-0.56641 -4.33593,-3.21485 -5.79687,-5.36719 -1.25391,-1.95313 -2.10547,-4.68359 -1.53125,-6.61328 0.36719,-1.23438 1.46484,-2.60156 2.61328,-3.75 1.14453,-1.14063 2.53125,-2.26563 3.73047,-2.58594 0.89453,-0.24219 1.84765,-0.0742 2.67969,0.35547 1.125,1.26953 2.24609,2.53516 3.37109,3.80469 0.53125,0.28515 1.21484,0.26172 1.62891,-0.10547 1.05859,-1.26953 0.39843,-4.41016 -0.76563,-5.86328 -0.92187,-0.96485 -2.53906,-1.22657 -3.87891,-1.35157 -1.66015,-0.15625 -3.58593,-0.30468 -5.23828,0.19532 -1.35937,0.41015 -2.91015,1.32812 -4.1289,2.27343 -1.26172,0.97657 -2.42969,2.34766 -2.91407,3.74219 -0.64843,1.87891 -0.41406,4.30078 -0.25,6.19531 m 31.81641,-3.75781 c 0.92188,1.22266 1.63672,2.54297 1.75,3.75391 0.10547,1.13281 -0.26172,2.60937 -0.92578,3.64062 -0.92578,1.42969 -2.85547,2.63282 -4.28516,2.72266 -1.16797,0.0781 -2.57812,-0.30078 -3.65234,-1.08203 -1.45313,-1.05469 -2.62109,-2.91016 -2.60547,-4.30469 0.008,-0.85937 0.33594,-1.86328 0.95313,-2.50781 1.08203,-0.53516 2.16406,-1.07031 3.24609,-1.60547 0.46875,-1.00391 0.78906,-3.42578 2.19141,-3.28906 0.96875,0.0117 2.375,1.40234 3.32812,2.67187 m -262.69922,-5.49219 c 0.65625,-0.53906 0.64453,-1.97265 0.0547,-2.58203 -0.58984,-0.60547 -1.97656,-0.64453 -2.58203,0.0312 -0.36328,0.40235 -0.39453,1.16016 -0.043,1.73438 0.60547,0.98047 1.91406,1.35937 2.57031,0.8164 m 549.06256,-5.05468 c 0.3632,-0.39453 0.3632,-1.08985 0,-1.48438 -0.6133,-0.67187 -1.9649,-0.67187 -2.5782,0 -0.3632,0.39453 -0.3632,1.08985 0,1.48438 0.6133,0.67187 1.9649,0.67187 2.5782,0 m -1038.29303,6.21875 c -0.64843,2.02343 -1.29297,4.05078 -1.9414,6.07422 0.64062,1.42187 1.28515,2.84765 1.92578,4.26953 0.61719,3.98828 -0.8086,9.23828 0.73437,12.58203 0.75782,0.53906 1.67188,0.1289 1.98047,-0.67969 0.75391,-3.02344 -0.74219,-8.35547 1.09375,-10.16016 3.66797,0.55079 8.15625,4.24219 12.61328,6.46485 1.97266,0.46484 4.67578,1.40234 5.9375,0.30859 0.54688,-0.6289 0.54688,-1.98828 0.0312,-2.61719 -1.90234,-0.52343 -3.80078,-1.04296 -5.69922,-1.5664 -3.48046,-2.12891 -6.5625,-3.86719 -9.90234,-5.55078 -1.15625,-0.71485 -2.85937,-2.02735 -3.19141,-3.12891 -0.26171,-0.87109 0.375,-1.42578 1.30079,-1.9375 3.26562,-1.37891 6.53515,-2.75781 9.80468,-4.13672 0.80078,-0.71875 1.22657,-1.94531 0.66797,-2.6289 -0.52734,-0.64844 -1.82031,-0.50391 -2.87109,-0.21875 -2.88672,1.12109 -6.05469,3.36328 -8.54297,2.95703 -1.95313,-1.96875 -1.37109,-6.51172 -2.60547,-9.15625 -0.76562,-1.01953 -2.83984,-1.58985 -3.57031,-0.76953 -0.42578,2.61328 2.43359,6.99218 2.23437,9.89453 m 1035.00778,3.80468 c -0.5781,-1.12109 -1.3047,-1.80078 -2.3008,-2.05859 -2.1445,-0.21484 -5.1992,0.59375 -6.414,-1.09766 -0.6172,-3.28906 -1.2383,-6.57812 -1.8594,-9.86718 -0.5938,-1.04297 -1.8438,-1.94141 -2.8945,-1.91797 -0.7305,0.0195 -1.0118,0.39062 -1.0899,1.00781 0.7617,3.02344 1.5235,6.05078 2.2813,9.07813 0.1093,0.9414 -0.074,1.84375 -0.7266,2.20703 -3.0312,-0.16407 -7.6172,-2.46875 -11.6211,-1.48828 -1.0312,0.15625 -2.1094,0.59375 -3.1875,1.41796 -1.0976,0.83985 -1.7969,1.77344 -2.0039,2.85938 -0.3047,1.57031 0.1953,3.9375 1.2227,5.05469 2.2421,1.49609 4.4804,2.99609 6.7187,4.49609 0.9375,0.82422 1.4102,1.44141 0.8711,1.85547 -0.793,0.60937 -4.1172,1.11719 -5.4961,0.96484 -1.6758,-0.49218 -3.3555,-0.98828 -5.0312,-1.48047 -1.375,1.13282 -2.75,2.26563 -4.125,3.39844 -1.5235,0.35156 -3.1211,0.67188 -4.5547,-0.67578 -1.3438,-1.16016 -2.6328,-3.25 -2.2305,-4.19531 1.6602,-1.91406 5.4648,-1.90235 8.2109,-3.57031 1.0704,-0.67579 1.7696,-1.53516 2.0313,-2.65625 0.3203,-1.36719 0.098,-3.0586 -1.1133,-4.28516 -0.9531,-0.96875 -2.0469,-1.1875 -3.1094,-1.25391 -2.3945,0.26953 -5.0273,-0.80078 -7.1757,1.20313 -2.5821,2.20703 -2.1524,4.99219 -2.7657,6.74219 -0.7343,1.23828 -3.4336,0.91015 -3.2812,2.51953 -0.043,1.66015 2.5508,1.01562 3.2344,2.45312 0.625,1.56641 1.246,3.12891 1.871,4.69531 0.6993,0.85938 1.8165,1.59766 2.879,1.96094 2.1015,0.71485 5.2031,0.55469 7.2773,0.25391 1.3437,-0.72656 2.6875,-1.45313 4.0273,-2.17969 1.9571,0.44141 5.293,0.48047 7.8555,0.0547 1.5195,-0.25391 3.7149,-0.75 5.1289,-1.65235 1.1719,-0.74609 1.4766,-2.14453 1.168,-3.67578 -0.918,-4.20703 -9.1133,-5.92968 -9.1797,-8.8125 0.3125,-1.00781 1.8594,-2.10156 2.625,-1.95703 0.6953,0.37891 1.3906,0.75781 2.0859,1.13672 2.3164,0.0703 4.6328,0.14453 6.9532,0.21875 1.0273,0.21484 1.4843,0.71484 1.7226,1.73438 0.6211,4.28515 1.4297,8.76562 3.0274,13.03125 0.4492,0.91796 1.3242,1.77343 2.3828,1.8164 1.0898,0.0469 1.3359,-0.75781 1.2187,-1.76562 -1.5351,-4.32422 -3.0742,-8.79688 -3.457,-13.01953 0.031,-0.67579 0.1992,-1.01954 0.7266,-1.3711 0.6523,-0.43359 1.75,-0.57031 2.5703,-0.39844 1.1445,0.23438 2.5586,1.34375 3.1953,2.69532 0.5469,3.66015 1.0898,7.32031 1.6367,10.98047 0.3398,0.80078 1.2227,1.22265 1.9531,0.65234 0.4453,-0.35156 0.5508,-0.96484 0.6055,-1.62109 -0.1406,-4.5 -0.6641,-8.86719 -1.8633,-13.48829 M 1198,936.47266 1198.5273,937 1198,937.52734 1197.4727,937 1198,936.47266 m 3.1758,-3.66797 c 0.8047,-0.36719 1.7539,-0.17188 2.2773,0.51172 0.8399,0.8125 -0.3867,1.97656 -1.6172,2.55859 -1.0937,0.53516 -2.5625,0.53906 -2.7968,-0.29297 -0.1914,-0.69141 1.0117,-2.26172 2.1367,-2.77734 m -577.52736,15.33203 c 0.23047,0.60937 0.60937,0.89062 1.36328,0.85937 0.66015,-0.0234 1.37109,-0.375 1.80469,-0.89453 0.62109,-1.94922 1.24218,-3.89844 1.86328,-5.84765 1.74218,-2.10938 3.39062,-4.76172 5.38281,-5.16797 2.14844,0.1914 4.24609,3.07812 5.63281,5.13281 0.96485,1.58594 1.08985,3.11719 0.58203,4.64062 -0.3125,0.9336 -0.92578,1.85938 -1.71484,2.40625 -1.19531,0.82422 -3.15234,1.15625 -4.66797,1.625 -2.74609,0.84375 -6.00781,0.99219 -8.76953,0.58985 -1.40234,-0.20313 -3.55469,-1.28906 -4.1875,-2.76953 0.0664,-1.28907 0.13672,-2.57422 0.20312,-3.85938 -0.12109,-0.62109 -0.44531,-0.95312 -1.14453,-0.97265 -1,-0.0234 -1.98828,0.82031 -2.625,1.89453 -0.83593,1.41797 -1.05078,3 -0.34375,4.39453 1.26563,2.07812 3.94141,3.99219 5.83594,4.20312 3.15234,0.48828 7,0.3086 10.16797,0.0234 2.19922,-0.19922 5.0625,-1.04687 7.17969,-1.94531 1.75,-0.73828 3.30468,-3.25781 3.94531,-5.32813 0.53906,-1.7539 0.36719,-3.55468 -0.41406,-5.28515 -1.70313,-3.13672 -2.94532,-6.14453 -5.59766,-7.32813 -1.50781,-0.58594 -3.58984,-1.04687 -5.19922,-0.88281 -1.95312,-0.19922 -4.41797,3.01172 -5.21094,1.875 -1.07812,-5.70313 0.57032,-13.89063 -0.99218,-19.38672 -0.39453,-0.29687 -1.08985,-0.29687 -1.48438,0 -1.3125,9.73047 -0.33594,21.23047 -1.60937,32.02344 M 365.80469,916.78906 c -0.19922,3.94141 -0.39844,7.88672 -0.59766,11.82813 -2.00391,2.16797 -6.52734,-0.16407 -9.20312,1.69922 -1.58594,1.04296 -3.56641,2.10156 -4.75391,3.42187 -1.24609,1.38281 -2.52734,3.4375 -3.44531,5.07813 -0.81641,1.46484 -1.29297,2.72265 -1.05469,4.21875 0.32422,2.02343 1.44531,4.67578 3.05469,5.58203 3.34375,1.59375 6.90625,2.02343 10.26953,1.83203 2.58984,-0.082 5.62109,-3.08203 7.62109,-3.1211 0.75,0.21094 2.12891,1.42188 3.08203,0.5586 -0.77734,-9.9375 -2.30859,-22.25781 -3.03125,-31.76953 -0.71875,-0.54297 -1.6289,-0.13672 -1.9414,0.67187 m 1.03515,23.28516 c 0.29688,1.29687 0.14844,2.28125 -1.20703,3.61328 -1.97265,1.93359 -4.65625,3.54687 -6.70312,3.76953 -1.96094,0.21484 -4.78516,-0.32812 -6.6211,-1.88672 -1.32422,-1.11719 -1.82031,-2.28906 -1.67187,-3.55469 0.14062,-1.23828 0.67969,-2.46093 1.8164,-3.73437 1.96094,-2.20703 4.57032,-3.98828 6.6836,-4.98438 1.51562,-0.71875 3.25781,-1.13281 4.48047,0.14063 1.17187,1.21484 2.92968,5.34375 3.22265,6.63672 M 1077.8828,916 c 1.875,4.29687 2.0586,8.15234 2.25,11.65234 -0.9844,1.82032 -4.375,-0.32422 -6.293,0.0703 -0.6171,0.19531 -0.9335,0.59765 -0.9531,1.25781 -0.023,0.6914 0.2696,1.125 0.8594,1.52344 1.9062,1.19921 5.0508,0.25781 6.4531,2.02343 0.6094,3.19922 1.2188,6.39844 1.8242,9.60157 0.5079,1.51171 1.0899,3.89062 2.0938,5.03515 0.4766,0.54688 1.1875,0.9336 1.7969,0.94531 1.0859,0.0195 1.2265,-0.85156 1.0586,-1.95312 -1.2188,-5.125 -4.1602,-9.67578 -3.1602,-13.81641 1.6992,-1.82422 5.8711,-0.24609 8.3906,-1.03125 0.6055,-0.26172 0.9063,-0.65234 0.9063,-1.28906 0,-0.64844 -0.2969,-0.98047 -0.8906,-1.21094 -2.5118,-0.72265 -6.5977,0.83594 -8.2774,-1.24218 -1.1758,-3.11329 -1.5,-7.11719 -1.6445,-10.79688 -0.1875,-1.25781 -1.9414,-2.22656 -3.2813,-2.00391 -0.7109,0.13672 -1.0703,0.50782 -1.1328,1.23438 m -824.2578,-0.1367 c -0.82422,1.4375 -0.99609,3.62891 -1.03516,5.125 -0.23047,8.28125 -0.59765,17.0625 0.0664,25.32031 0.082,0.9961 0.39062,1.80078 1.34375,1.80078 0.94922,0.004 1.25781,-0.80078 1.33984,-1.79296 0.76953,-9.52344 1.09766,-19.61329 1.11328,-29.47266 0,-1.04688 -0.42578,-1.92578 -1.41406,-1.9375 -0.67969,-0.0117 -1.04297,0.30469 -1.41406,0.95703 m -13.75781,-2.46484 c -2.23047,0.91406 -5.11328,2.10156 -7.10938,4.39453 -1.92578,3.05469 -2.07812,6.09765 -3.0039,9.16015 -0.46094,2.76563 -0.45313,6.875 0.10156,8.84375 -0.16797,1.14063 -2.64063,0.75391 -4.04297,0.90235 -0.61328,0.25781 -0.91797,0.64844 -0.92188,1.28125 0.25391,2.70312 5.03125,0.16406 6.28907,2.52344 1.2539,2.96484 2.5039,5.92578 3.7539,8.89062 0.50391,0.96484 1.09766,1.80859 2.07813,1.75391 0.96484,-0.0547 1.34375,-0.94532 1.3164,-2.05078 0.008,-3.46485 -4.23437,-7.16016 -2.72265,-9.26954 3.89453,-1.22656 8.5664,-1.41015 12.76562,-1.93359 0.97266,-0.30859 1.78125,-0.90234 1.76172,-1.88672 -0.0195,-1 -0.83594,-1.27344 -1.82812,-1.18359 -4.33594,0.55078 -8.67188,1.10547 -13.00782,1.65625 -1.57812,-0.1836 -2.08203,-2.08594 -2.48828,-3.58985 -0.30859,-1.27343 -0.39843,-2.54687 -0.1875,-3.85546 0.35938,-2.23438 1.14844,-5.9336 2.19922,-7.73829 0.95703,-1.63671 3.61328,-3.23437 5.32813,-4.1289 1.8164,-0.94141 3.88672,-0.83203 5.57422,0 0.88671,0.43359 1.42578,1.11328 1.85156,2.07031 0.55078,1.87891 1.10156,3.76172 1.65234,5.64063 0.76172,0.55859 1.67578,0.12109 1.99219,-0.73438 0.41016,-2.54297 0.0469,-5.67969 -1.22266,-8.31641 -1.07031,-1.68359 -3.26953,-2.96484 -4.91015,-3.20312 -1.73828,-0.25781 -3.52344,0.0781 -5.21875,0.77344 M 46.636719,926.11328 c 0.199219,1.35156 1,3.07422 2.285156,3.83984 1.144531,0.6836 2.777344,0.53907 4.097656,0.42969 1.382813,-0.11328 2.847657,-0.37109 4.1875,-1.26953 2.082031,-2.5625 4.167969,-5.12891 6.25,-7.69141 1.019531,-1.10937 2.414063,-2.32812 3.589844,-2.45312 1.40625,-0.14844 3.253906,1.30859 4.433594,2.5 1.085937,1.08984 1.832031,2.29687 1.820312,3.53125 -0.01172,0.87891 -0.351562,1.85547 -0.980469,2.58594 -1.390624,1.12109 -2.78125,2.24218 -4.171874,3.36328 -0.316407,0.64844 -0.371094,1.33594 0,1.79687 0.738281,0.92578 2.714843,0.59766 4.054687,-0.0976 1.371094,-0.71485 3.078125,-2.10157 3.761719,-3.44532 0.945312,-1.85546 0.804687,-5.47265 0.167968,-7.36328 -0.609374,-1.8164 -2.882812,-4.79687 -4.929687,-5.80859 -1.816406,-0.89844 -5.589844,-0.88672 -7.351563,-0.0234 -3.714843,2.34375 -5.835937,6.51172 -8.875,9.44531 -0.992187,0.91407 -1.953124,1.625 -2.835937,1.44141 -1.738281,-0.67187 -2.796875,-3.25 -2.683594,-4.9375 -0.03516,-1.19531 -0.15625,-2.60937 0.109375,-3.78125 0.863282,-1.39844 1.730469,-2.80078 2.59375,-4.19922 -0.07031,-0.97265 -0.996094,-1.33594 -2.121094,-1.28515 -1.136718,0.0508 -2.332031,0.46875 -2.902343,1.22265 -1.070313,3.67188 -0.382813,8.16406 -0.5,12.19922 m 3.476562,-37.85547 c -0.542969,0.71485 -0.132812,1.62891 0.675781,1.9375 2.617188,0.71875 6.441407,-0.76172 8.53125,1.22656 1.976563,2.4336 0.75,5.96875 2.097657,8.60938 0.15625,1.14453 -0.101563,2.60547 -0.976563,3.20312 -2.53125,0.45313 -5.066406,0.90235 -7.597656,1.35547 -0.886719,0.50782 -1.289062,1.45313 -0.734375,2.17188 5.488281,0.7539 12.769531,-1.07031 18.960937,-0.40625 1.636719,-0.13281 4.683594,-0.36719 6.082032,-1.48438 0.621094,-0.5 0.925781,-1.10937 0.882812,-1.91015 -0.0625,-1.1836 -0.988281,-2.07422 -1.996094,-2.11328 -1.703124,0.78125 -3.40625,1.5625 -5.109374,2.34375 -1.5625,0.32421 -4.230469,0.76562 -5.433594,-0.0352 -1.804688,-2.21094 -1.675782,-6.02734 -1.996094,-9.125 -0.109375,-1.27344 -0.117188,-2.66016 0.886719,-3.25 3.605469,-0.19141 7.214843,-0.38281 10.824219,-0.57422 1.125,-0.15625 1.371093,-2.14453 0.628906,-3.01953 -8.011719,0.69922 -18.144532,-0.17188 -25.726563,1.07031 m 6.558594,-7.95312 c 2.019531,1.14453 4.148437,1.79687 6.199219,2.42578 2.496094,0.76172 5.820312,1.27344 8.300781,0.39453 1.671875,-0.59375 3.355469,-2.26953 3.949219,-3.94922 0.691406,-1.95312 0.679687,-5.36328 0.01172,-7.33594 -0.535156,-1.58984 -2.25,-3.94922 -3.925781,-4.80468 -3.125,-0.77344 -6.246093,-0.67579 -9.375,-0.0781 -2.578125,1.25 -4.367187,3.4375 -5.898437,5.83984 -1.097656,1.72657 -1.726563,3.5586 -1.273438,5.29688 0.269532,1.03906 0.945313,1.60547 2.011719,2.21094 m 13.941406,-1.83203 c -1.105469,1.0664 -2.40625,1.84375 -3.636719,1.79296 -1.929687,-0.0781 -4.835937,-1.49218 -6.664062,-2.46484 -0.941406,-0.5 -1.695312,-1.07812 -1.6875,-1.875 0.01172,-1.21484 2.121094,-3.11719 3.632812,-4.375 1.308594,-1.08984 2.523438,-1.87891 3.78125,-1.96484 1.15625,-0.0742 2.578126,0.29297 3.625,1.07812 1.316407,0.99219 2.378907,2.97656 2.511719,4.3711 0.113281,1.23046 -0.472656,2.39062 -1.5625,3.4375 m 640.191407,-7.6836 c -0.38282,2.3086 -0.35938,4.8711 -0.17188,7.19141 0.10547,1.29297 0.34766,2.90625 0.92578,4.20703 0.44532,0.99609 1.3086,1.87891 2.35157,1.91406 0.73437,0.0234 1.01171,-0.32031 1.10937,-0.91797 -0.53125,-2.76562 -1.0625,-5.53125 -1.59375,-8.29687 0.30859,-2.38672 0.61328,-4.77735 0.92188,-7.16797 -0.0508,-1.00391 -0.39844,-1.82031 -1.33985,-1.82422 -1.80859,0.0703 -1.60547,3.07813 -2.20312,4.89453 m 48.09375,-5.75781 c -2.0625,1.07031 -4.35938,4.10547 -5.45703,5.80078 -1.17969,1.82422 -2.32422,4.10547 -2.71485,6.08984 -0.38672,1.96094 -0.38672,4.25782 -0.23437,6.23438 0.0859,1.07812 0.36328,1.91797 1.37109,2.55859 0.94922,0.60547 2.12891,0.74219 3.14844,0.69141 1.58203,-0.0781 3.75,-0.47266 5.11328,-1.36328 1.29297,-1.48438 3.13672,-4.78516 4.16406,-3.44531 1.35938,4.34765 2.98828,10.29687 3.17578,15.33593 -0.27734,2.04688 -1.89062,4.89844 -3.25,6.72266 -1.01172,1.35156 -2.8164,2.88672 -4.36718,3.53516 -1.40235,0.58203 -3.28907,0.57031 -4.71485,0.0664 -2.02734,-1.41797 -4.05469,-2.83984 -6.08203,-4.25781 -0.69531,-0.26953 -1.4375,-0.25391 -1.85156,0.17969 -0.88672,0.93359 0.0742,2.83203 1.46094,4.05468 1.70312,1.67579 3.51953,2.87891 5.21484,3.13282 3.11328,-0.10547 6.21875,0.72265 9.33203,-0.70313 1.71094,-0.9375 3.57422,-2.69922 4.71875,-4.39062 1.14063,-1.6836 1.72266,-3.46485 2.12109,-5.17578 0.54688,-2.32813 0.52344,-4.80469 0.32422,-7.11329 -0.24218,-2.82812 -2.6875,-22.21093 -3.60547,-22.8164 -0.65625,-0.4375 -1.92578,-0.043 -2.60546,0.75781 -0.78125,1.94531 -1.5625,3.89453 -2.33985,5.84375 -0.93359,1.58203 -2.41406,3.21484 -4.03906,4.57031 -0.94922,0.79297 -1.91016,1.5625 -2.73047,1.49219 -0.85547,-0.0781 -1.35937,-1.00391 -1.50781,-1.93359 -0.29688,-2.64453 1.55078,-5.90625 3.23828,-8.46094 0.94141,-1.19531 2.93359,-3.88672 4.45703,-4.375 1.18359,-0.0859 2.36719,-0.17188 3.55078,-0.25391 0.6211,-0.89453 -0.3164,-2.91015 -1.65625,-3.0664 -1.1914,-0.34375 -3.09375,-0.30469 -4.23437,0.28906 m -639.17969,1.64844 c -0.47266,6.28906 -0.51172,13.30468 -0.0469,19.59375 0.0742,1.01172 0.375,1.83203 1.32421,1.83593 0.94922,0.004 1.25391,-0.8125 1.33204,-1.82421 0.45312,-5.78125 1.23828,-12.67969 1.04687,-18.4961 0.14063,-1.32031 -0.85547,-2.75781 -2.26953,-2.85156 -1.09375,-0.0742 -1.30859,0.71094 -1.38672,1.74219 m 710.90625,6.30078 c -0.23828,2.68359 -0.66797,6.54687 0.23828,9.1875 0.44531,1.28906 1.625,3.01172 2.93359,4.09375 1.04688,0.87109 2.09375,1.1875 3.23829,1.10156 3.23046,0.39063 6.35937,-5.66406 7.28906,-4.84375 0.69531,6.10547 1.39062,12.21094 2.08594,18.31641 -0.17188,1.0039 -0.77735,1.83984 -1.71875,2.67187 -1.23829,1.08985 -2.50782,1.8086 -3.77735,1.95313 -2.04297,0.23047 -4.72656,-0.55469 -6.76953,-1.32422 -1.71484,-0.83985 -3.42578,-1.67969 -5.13672,-2.52344 -1.4414,-0.32812 -3.14844,0.0937 -3.1289,1.34375 0.3789,1.99609 4.625,3.28125 6.94531,4.29688 3.78515,1.24609 7.54297,1.39062 11.32422,1.08203 1.3789,-0.27344 2.75,-1.28907 3.80468,-2.4375 0.79688,-0.8711 1.24219,-1.70703 1.41016,-2.76172 0.15625,-6.92188 -1.20703,-13.4375 -1.94141,-20.20703 0.25782,-4.71094 0.51954,-9.42188 0.78125,-14.13282 -0.22656,-0.60546 -0.54296,-0.91796 -1.20312,-0.93359 -0.65625,-0.0156 -1.07422,0.27734 -1.49609,0.87109 -2.29688,3.23438 -2.63282,8.13282 -5.28907,12 -0.65625,0.95313 -1.5,1.99219 -2.35937,2.41797 -0.5586,0.27735 -1.11719,0.28125 -1.64063,0.008 -1.39062,-0.72657 -2.49609,-2.86329 -2.6914,-4.27735 -0.4336,-4.34765 1.13281,-9.40625 1.51562,-14.03515 -0.14453,-0.85157 -1.01172,-1.27344 -1.97656,-0.73829 -2.13281,2.1211 -1.79297,5.98047 -2.4375,8.8711 m -94.70703,-8.875 c -0.6875,0.30859 -1.30078,0.95312 -1.82813,1.60547 -2.26562,2.78906 -4.90234,11.8125 -6.10547,12.03515 -1.11718,-0.82812 -0.11718,-5.50781 -0.66796,-7.98047 -0.28907,-0.92578 -1.16016,-1.77343 -2.22266,-1.83593 -0.73438,-0.043 -1.04688,0.26172 -1.19141,0.83984 -0.71875,2.80469 0.37891,10.19531 0.8711,13.30859 0.23828,1.51563 0.78906,4.02344 2.25781,4.84375 0.99609,0.5586 1.79687,0.14454 2.17969,-0.67578 0.73047,-3.73047 2.34765,-8.26562 3.9414,-12.03125 0.92578,-1.91406 2.3711,-5.29297 3.89063,-5.89453 0.91015,-0.0117 1.58203,1.79297 1.92969,2.91406 1.17578,4.33985 2.34765,8.67969 3.51953,13.01954 0.38281,0.67968 0.85547,1.32812 1.53125,1.67578 0.62109,0.32031 1.33984,0.29297 1.71093,-0.0469 0.0898,-4.92578 -2.3164,-11.73047 -4.07031,-17.10156 -0.52734,-1.74609 -0.91406,-3.57422 -2.53906,-4.41016 -0.95703,-0.49218 -2.19531,-0.71093 -3.20703,-0.26562 m -385.3711,8.84375 c -0.0664,1.63281 -0.28125,3.6289 0.41407,5.22656 0.44531,1.01953 1.3164,2.02734 2.13672,2.77734 0.86718,0.79297 1.70703,1.23829 2.77734,1.40625 1.60156,0.25 3.60547,0.23829 5.22266,0.0117 2.21484,-0.30859 5.21484,-2 7.19921,-4.13672 1.83204,-1.97265 2.14454,-4.15625 2.09375,-6.23828 -0.14843,-1.75 -1.17187,-4.89062 -2.375,-6.05468 -2.86718,-2.03907 -6.58203,-1.94532 -10.11328,-2.20313 -1.48828,-0.15234 -2.69922,0.42188 -3.98047,1.90625 -1.99609,2.3125 -3.28515,4.95313 -3.375,7.30469 m 14.07032,3.5625 c -1.65625,1.44922 -3.91016,2.61719 -5.64063,2.85547 -0.98437,0.13672 -1.74609,-0.0703 -2.74609,-0.84375 -1.3086,-1.01563 -2.45313,-2.41407 -2.60938,-3.58985 -0.15234,-1.16406 0.30078,-2.55859 1.07422,-3.71484 1.07031,-1.59375 2.98047,-3.34766 4.42578,-3.67188 1.3125,-0.29687 3.39453,-0.35546 4.66797,0.30469 1.4961,0.76953 2.79688,2.84375 3.12891,4.19922 0.54297,1.47656 -0.875,3.17188 -2.30078,4.46094 m 427.58203,8.36328 c 0.8789,0.69141 2.82812,0.47656 2.99219,-0.65234 1.30859,-3.625 2.05078,-8.91016 3.58984,-13.03516 0.49219,-1.32031 2.20312,-3.87891 3.00781,-3.89453 2.20313,2.86328 3.07813,9.80469 4.0625,15.03906 0.22656,0.65625 0.55078,1.25 1.17969,1.59766 0.55469,0.30468 1.28516,0.29297 1.69141,-0.0117 1.3125,-3.90625 2.62109,-7.8125 3.92968,-11.71875 0.99219,-2.07031 2.55469,-5.23047 4.11328,-5.0586 1.55469,1.17579 1.77735,4.69141 2.44141,6.96485 0.33594,3.02734 0.67188,6.05469 1.00781,9.08203 0.20703,0.67578 0.46485,1.34375 0.97657,1.69922 0.47656,0.32422 1.16406,0.3164 1.57421,-0.004 1.50391,-3.17187 0.26172,-8.11328 -0.53125,-11.9375 -0.98828,-3.19922 -0.98437,-7.42969 -3.18359,-9.875 -0.94922,-0.60156 -2.96484,-0.61719 -4.12109,-0.35547 -0.77735,0.17578 -1.07422,0.3711 -1.59766,0.99219 -1.79297,3.66016 -3.58594,7.32031 -5.37891,10.98047 -2.5039,-1.66406 -0.78515,-8.48047 -4.00781,-11.61328 -0.77734,-0.53516 -2.00781,-0.54688 -3.03906,-0.0547 -1.57813,1.54297 -3.15625,3.08594 -4.73438,4.62891 -0.8164,-1.19922 -1.6289,-2.40235 -2.44531,-3.60547 -0.4414,-0.28125 -1.10937,-0.26172 -1.51953,0.082 -0.19531,6.09766 -1.37891,14.78516 -0.008,20.75 m -303.98828,-1.98828 c 0.92578,0.80469 2.67187,0.36328 3.3164,-0.63672 1.03516,-3.66016 2.07032,-7.31641 3.10547,-10.97656 0.78516,-1.73047 2.76563,-4.25782 4.33203,-4.1211 1.40235,0.28516 3.23828,3.50782 3.5,5.01563 0.53125,3.08594 -0.82422,8.32031 0.20703,10.97656 0.33204,0.86328 1.32032,1.25 2.11719,0.72656 1.38281,-1.53906 1.73047,-4.67187 1.53516,-6.95703 -0.37891,-2.57422 -0.35156,-5.89844 -1.28125,-8.09765 -0.75,-1.78516 -2.95313,-4.83985 -4.87891,-5.78907 -1.05078,-0.51953 -2.22656,-0.51562 -3.28515,-0.15625 -3.53907,0.91407 -4.06641,5.85547 -5.76954,6.78516 -0.60546,-1.97656 -1.20703,-3.95703 -1.80859,-5.9375 -0.44141,-0.78125 -1.35156,-1.17969 -2.05859,-0.60547 -0.32032,5.60938 0.49218,14.19141 0.96875,19.77344 m -31.66016,-3.8086 c 0.0625,1.66407 0.65234,3.60938 2.34766,5.17969 0.98828,0.91016 1.89453,1.11719 3.0039,1.1836 1.9961,0.11718 4.30078,0.11328 6.26172,-0.76172 2.20703,-0.98828 5.67578,-6.33985 6.65625,-6.33985 1.48438,0.78516 1.22266,4.94532 2.34766,6.83594 0.78125,1.01172 2.83203,1.59766 3.57422,0.75781 0.74218,-2.33593 -2.55469,-6.19531 -2.24219,-9.03125 0.25781,-3.01953 0.51953,-6.03906 0.77734,-9.0625 -0.14062,-0.83593 -1.91406,-4.28906 -2.375,-4.72265 -2.57422,-0.83594 -6.78906,-0.64063 -10.04297,-0.25782 -3.30859,1.49219 -5.60937,3.78907 -7.95312,6.01954 -1.88281,3.125 -2.50781,6.85156 -2.35547,10.19921 m 18.73438,-9.10546 c -0.10938,1.25 -0.84766,2.48437 -1.79297,3.79687 -2.0586,2.85547 -3.72657,5.49219 -6.71485,7.51953 -1.37109,0.92969 -3.30078,1.44531 -4.52343,0.82031 -1.28516,-0.65625 -2.30079,-2.8125 -2.51172,-4.18359 -0.28125,-1.80469 0.69922,-4.97656 1.9375,-6.51953 1.28515,-1.60938 4.48437,-4.11328 6.49609,-5.22656 1.61328,-0.89063 4.16797,-1.10938 5.375,-0.34766 1.07031,0.67578 1.85547,2.78125 1.73438,4.14063 m -191.3711,-5.70704 c -1.64844,1.44532 -3.09765,3.41797 -4.41015,5.5586 -1.69532,3.09375 -0.79297,6.19922 -0.82813,9.32812 0.37109,1.53516 1.63672,2.79688 3.19531,3.16016 1.26563,0.29297 2.9961,0.27734 4.24219,0.0156 1.27344,-0.51562 2.54688,-1.03125 3.82031,-1.54687 0.55078,0.008 1.02735,0.30078 1.3125,0.75391 1.07032,1.69921 2.42188,12.73046 1.9961,15.39843 -0.24219,1.53516 -1.10547,3.35547 -2.0586,4.8125 -0.89062,1.35938 -2.03515,2.4336 -3.30859,2.71485 -1.13672,0.25 -2.58984,0.20703 -3.76172,-0.20703 -1.99609,-1.32032 -3.99609,-2.63672 -5.99609,-3.95704 -1.07032,-0.55468 -2.25782,-0.82421 -2.92188,-0.11718 -0.67187,0.72265 -0.26953,1.8164 0.54297,2.68359 1.75781,1.875 5.08984,4.19922 7.14844,4.51172 2.1914,0.32812 5.02344,0.33594 7.22656,-0.004 1.01953,-0.15625 2.17578,-0.60937 3.08203,-1.39843 2.125,-2.45704 2.55469,-6.01954 3.17578,-8.94532 -0.85547,-6.67968 -1.71093,-13.36328 -2.5664,-20.04297 0.50781,-3.01953 1.01562,-6.03906 1.52343,-9.05859 -0.25781,-1.14844 -2.82812,-4.01172 -4.30468,-4.88672 -0.86328,-0.51172 -2.00391,-0.53125 -3.05078,-0.48047 -1.51172,0.0742 -2.76172,0.57032 -4.0586,1.70703 m 6.5625,5.8086 c 0.15625,1.14453 0.22656,2.58984 -0.34375,3.73047 -0.74609,1.5039 -2.86328,3.32031 -4.32031,4.33984 -0.99219,0.69531 -1.77734,1.01563 -2.6875,0.65625 -0.88281,-0.34766 -1.42578,-1.14453 -1.60156,-1.96875 -0.25,-1.13672 -0.0195,-2.40625 0.65234,-3.67187 0.97266,-1.82813 2.45703,-4.20704 4.11328,-5.67969 0.90235,-0.80078 1.66016,-1.07031 2.39844,-0.65235 0.98437,0.55469 1.63281,2.09766 1.78906,3.2461 m -33.41406,-2.1875 c -0.97656,2.51953 -0.92578,9.69531 -0.27344,12.25 0.40235,1.57812 1.45313,3.9414 3.03516,4.8125 1.73047,0.95703 5.5,0.79687 7.34765,0.17578 2.41016,-0.88281 5.0625,-3.55469 5.95704,-5.94141 0.82031,-2.40625 0.75781,-6.89062 0.18359,-9.33593 -0.25391,-1.09766 -0.96094,-2.14063 -2.04297,-2.78907 -1.76562,-1.05078 -10.03125,-4.10547 -10.23828,-4.0039 -1.25781,0.64062 -3.39063,3.33984 -3.96875,4.83203 m 11.62891,2.54297 c 1.30859,1.11718 1.83984,2.32812 1.79687,3.60937 -0.0469,1.40625 -0.44922,3.4336 -1.26172,4.58594 -0.84765,1.20703 -3.89062,3.71875 -5.19922,3.72266 -0.88281,0 -1.71875,-0.73047 -2.52343,-1.65235 -1.10547,-1.26562 -1.82032,-2.49609 -1.80079,-3.77344 0.0274,-1.57421 0.41407,-4.25781 1.12891,-5.6875 0.66406,-1.33593 2.03906,-2.42578 3.23828,-2.49609 1.40235,-0.082 3.25781,0.52734 4.6211,1.69141 m 59.23046,-8.66016 c -1.25,0.23828 -3.03906,0.80469 -4.13281,1.61328 -0.61719,0.45313 -0.9414,0.85547 -1.07422,1.64063 -0.17578,1.05859 0.29688,2.03515 1.3086,2.125 1.23437,-0.36328 2.47265,-0.72266 3.71093,-1.08594 0.48829,0.16016 0.65235,0.58203 0.77344,1.20312 0.34766,1.7461 0.65235,6.9961 -0.28515,8.32813 -1.35157,0.19141 -2.69922,0.38281 -4.04688,0.57422 -0.36719,0.38281 -0.5,1.17578 -0.40625,1.76562 1.25,1.13672 2.5,2.27735 3.75391,3.41407 0.60547,4.60156 -0.56641,10.6875 0.74218,14.51171 0.86719,0.54688 2.88672,-0.41406 2.95704,-1.73046 -0.25782,-3.34766 -0.51563,-6.69141 -0.77344,-10.03907 0.0469,-1.28515 0.3125,-2.63281 1.24609,-3.65625 2.125,-2.14843 5.57031,-0.008 8.48047,-1.6914 2.04688,-0.94922 5.70313,-2.7461 6.79297,-4.66016 0.80078,-1.41406 0.80859,-4.63281 -0.004,-6.26172 -1.54297,-2.59765 -4.61718,-4.55078 -6.82031,-5.21875 -4.12109,-1.52734 -8.13281,-1.08203 -12.22266,-0.83203 m 6.125,2.74609 c 1.50391,0.0703 3.26954,0.50782 4.74219,1.11719 1.23828,0.51563 2.60156,1.46485 3.74219,2.60547 0.87891,0.87891 1.56641,1.77734 1.35156,2.73047 -0.98828,2.30469 -4.10547,3.94141 -6.07031,4.94141 -1.60938,0.72265 -4.19141,1.07812 -5.46484,0.28906 -1.6836,-2.51563 -0.88282,-7.6836 -0.56641,-10.83203 0.44141,-0.74219 1.27734,-0.89844 2.26562,-0.85157 m 770.57814,6.57813 c 0.1602,1.05859 0.6016,2.12109 1.4141,3.19531 0.8203,1.08985 1.7422,1.79297 2.7773,2.19922 1.6328,0.64844 3.5313,0.98438 5.1953,0.75781 1.6485,-0.22265 3.6211,-0.8125 5.2071,-1.59765 1.3437,-0.66407 2.621,-1.96485 3.4375,-3.42969 0.3593,-1.60156 0.7226,-3.19922 1.0859,-4.79688 0.375,-0.67968 1.1016,-0.62109 1.5078,0.0703 0.9844,2.75781 -0.2383,6.49609 -0.5156,9.67968 0.6953,5.13282 2.2304,12.67969 4.082,17.0625 0.3399,0.80079 1.2227,1.21485 1.9492,0.65235 0.8125,-0.63281 0.6446,-2.375 0.5469,-3.59375 -0.3086,-3.65625 -2.2695,-7.44531 -1.793,-11.01172 0.6524,-2.55078 4.543,-1.92578 6.711,-3.98047 1.4179,-0.98828 2.8242,-2.30469 4.1054,-4.09375 0.8047,-1.125 1.0469,-2.01953 1.1094,-3.14453 0.094,-1.57813 0.3242,-3.76172 -0.4844,-5.21875 -0.9453,-1.69141 -3.2617,-2.96875 -4.8554,-3.21484 -2.4102,-0.36719 -9.5547,-0.47657 -11.0157,0.41796 -0.7539,1.19532 -1.5078,2.39063 -2.2656,3.58594 -0.7148,0.0274 -2.8945,-3.50781 -4.6484,-3.94922 -2.2031,-0.55468 -5.0274,-1.09375 -7.3281,-1.05468 -1.2852,0.0195 -3.0039,0.16796 -4.0704,0.83203 -1.1679,0.72656 -2.496,8.33593 -2.1523,10.63281 m 33.5391,-3.15234 c -0.2227,0.92187 -0.7696,1.82421 -1.6094,2.76953 -1.4492,1.625 -3.168,2.80859 -4.6836,3.57422 -1.293,0.65625 -2.5508,1.17968 -3.1172,0.30468 -0.832,-1.28906 -0.7578,-7.79297 0.078,-9.125 0.6797,-1.08984 2.8086,-1.84765 4.1758,-1.88281 1.4375,-0.0312 3.3711,0.47656 4.5274,1.76563 0.7265,0.8125 0.8554,1.66015 0.6289,2.59375 m -29.4336,-0.76172 c 0.3867,-1.07422 1.5664,-2.75 2.164,-2.82032 0.6953,0.28907 1.3907,0.57422 2.0821,0.86329 1.6172,0.10156 2.4922,-1.94141 3.8945,-1.00391 1.1094,0.53516 2.9453,2.46094 3.0977,3.8125 0.1093,0.95312 -0.5352,1.80469 -1.4063,2.76953 -1.1914,1.31641 -2.4453,2.39453 -3.6992,2.66797 -1.3086,0.28516 -3.4102,0.34766 -4.6524,-0.29297 -0.9336,-0.48047 -1.4765,-1.34375 -1.6757,-2.29687 -0.2344,-1.125 -0.1993,-2.60938 0.1953,-3.69922 m -731.69535,-4.32422 c -0.78516,1.48047 -0.41797,3.78906 0.33203,5.26562 1.91797,2.91016 6.41797,3.21875 9.32812,5.4375 1.30469,1.01172 2.03125,2.16407 1.46485,3.14844 -0.87891,1.53125 -3.61719,2.82422 -5.14454,2.83984 -2.64453,0.67969 -4.87109,-3.36328 -7.04687,-3.73046 -1.22656,0.004 -1.53125,1.85156 -1.24219,3.19531 0.20313,1.6289 2.5,3.00781 4.16406,3.33203 2.27735,0.44922 6.02735,0.57031 8.27735,-0.20703 1.57812,-0.54297 3.94531,-2.24219 4.79687,-3.95313 0.65235,-1.3125 0.64453,-3.03906 0,-4.35547 -2.95703,-5.26171 -10.0664,-4.73046 -11.33984,-8.76953 -0.0117,-0.89843 1.23437,-1.74609 2.46094,-2.00781 1.98828,0.41797 3.97656,0.83594 5.96484,1.25391 0.97656,-0.31641 1.36719,-1.28516 0.85156,-2.2461 -0.64062,-1.19922 -2.48047,-1.73828 -3.78906,-2.07812 -1.6875,-0.4375 -3.57812,-0.6875 -5.26172,-0.11719 -1.35156,0.46094 -3.11719,1.68359 -3.8164,2.99219 m 37.9375,0.0234 c -0.39844,1.52734 0.0156,2.82031 0.83203,4.30078 2.03515,5.33593 10.28125,6.92578 11.05078,10.76562 -0.17188,1.19531 -1.7461,1.5586 -3.04297,1.625 -3.67188,-0.25781 -7.34375,-0.51562 -11.01172,-0.77734 -0.82031,0.30859 -1.21484,1.21484 -0.68359,1.95312 0.875,1.21094 4.98437,1.57422 6.73828,1.64063 3.47656,-0.21875 6.77344,0.83203 10.39453,-0.75 1.12109,-0.65235 1.85547,-1.51563 2.01172,-2.57031 0.1914,-1.28907 -0.32422,-3.03516 -1.15625,-4.22657 -2.85547,-2.17187 -5.71485,-4.34765 -8.57031,-6.51953 -1.14454,-1.03125 -2.72266,-2.95312 -2.42188,-4.19531 0.66797,-1.61719 3.24219,-2.88672 4.84766,-2.60156 2.09375,0.0312 4.6289,3.49609 7.08984,2.78125 0.99219,-0.29688 1.37109,-1.2461 0.87891,-2.36328 -0.94922,-1.78125 -3.20703,-3.13282 -4.8125,-3.31641 -1.92188,-0.29688 -4.26953,-0.25781 -6.1875,0.125 -1.29688,0.25781 -2.96094,0.85156 -4.14844,1.60937 -0.9375,0.59766 -1.51563,1.38672 -1.80859,2.51954 m 775.87895,-4.91797 c -1.586,0.59375 -2.8399,1.69531 -3.1524,2.99218 -0.2304,0.96485 -0.1406,2.25782 0.3438,3.07813 2.3945,2.17578 5.3984,3.83984 6.7539,7.07812 0.7773,1.54688 0.5156,3.16407 -0.5742,4.47657 -1.4258,1.66797 -4.1133,0.8164 -6.2305,0.92578 -2.0117,-0.57031 -4.0234,-1.14063 -6.0352,-1.71094 -0.6406,0.0977 -0.9609,0.42969 -1.1367,1.16797 -0.2578,1.08203 0.1758,1.95703 0.9727,2.39844 2.4804,1.38281 7.2968,1.59375 10.2539,1.83593 1.5547,0.12891 3.914,-0.25 4.9804,-1.23437 0.9219,-0.84766 1.1993,-2.48047 1.3282,-3.82031 0.1562,-1.66407 0.3047,-3.59375 -0.1914,-5.2461 -0.8086,-3.32031 -4.3633,-6.09765 -5.8203,-7.80468 -0.031,-1.57422 3.4804,-1.21094 4.5156,-2.29688 0.3164,-0.42578 0.3164,-1.14062 0,-1.55078 -0.8125,-1.03906 -4.3867,-0.89844 -6.0039,-0.28906 m -36.543,3.82031 c -1.5,2.74609 -2.0586,5.5625 -1.5586,8.28125 0.5391,2.28906 1.1758,5.19141 3.125,7.01562 2.1289,1.48438 4.7461,1.47266 7.1211,1.17188 1.2773,-0.20313 3.1016,-0.46875 4.125,-1.34375 0.8477,-0.72656 1.2734,-1.96875 0.7227,-2.65234 -2.1524,-1.66016 -5.4844,1.57421 -7.7149,0.49609 -1.2187,-0.52344 -2.6601,-1.88672 -3.375,-2.99219 -0.5351,-0.83203 -0.8906,-1.8125 -0.6367,-2.42578 2.4258,-2.51562 7.8047,-1.94141 11.1641,-4.64844 1.1953,-0.96875 1.4492,-2.98437 1.0039,-4.79297 -0.2852,-1.16015 -1.0039,-1.89453 -2.125,-2.1914 -1.7891,-0.47656 -4.5313,-0.39453 -6.2891,0.14453 -2.0391,0.625 -4.5156,2.14453 -5.5625,3.9375 m 6.5937,2.08984 c -1.0937,0.4375 -2.6914,0.54297 -2.6328,-0.23828 0.062,-0.85156 2.5743,-2.21094 3.7891,-2.58984 0.9062,-0.28516 1.7656,-0.25781 1.9531,0.30078 0.3008,0.91016 -1.6758,1.95312 -3.1094,2.52734 M 1020.8594,858.875 c -1.2227,0.9375 -2.4492,1.87109 -3.6758,2.80469 -0.5078,-0.35157 -1.5547,-2.74219 -2.9492,-1.56641 -1.0391,0.85938 -0.7071,4.23047 -0.5899,5.84766 0.1602,2.125 0.4063,6.60547 1.625,8.26172 0.4492,0.61328 0.9961,0.92187 1.668,0.91796 0.7109,0 1.0195,-0.3125 1.2461,-0.91406 0.2031,-2.33203 0.4062,-4.66406 0.6094,-7 0.3945,-1.35547 1.2187,-2.63672 2.5234,-3.91406 2.7461,-2.90234 6.1524,-1.61328 8.9219,-2.97266 0.8047,-0.4375 1.207,-1.375 0.6289,-2.10547 -2.5078,-1.52734 -6.8828,0.37891 -10.0078,0.64063 m 73.2148,-4.3125 c -1.5937,-0.0977 -3.707,-0.30859 -5.2578,0.46094 -4.0273,2.23437 -5.8594,7.3164 -7.1484,8.80859 -2.0782,0.32422 -1.8633,-3.10937 -4.4102,-4.71875 -1.6797,-1.19141 -3.4844,-1.71484 -5.1484,-2.13672 -2.5,-0.63281 -5.5899,-1.48437 -8.1172,-1.34375 -2.4766,0.4961 -6.0781,0.75391 -7.9219,2.375 -0.6797,0.9375 -0.5078,2.65625 -0.3125,3.97266 1.7969,8.80078 3.1836,17.2539 4.332,25.92969 -0.3945,1.39843 -0.789,2.79687 -1.1835,4.19531 0.094,0.70312 0.4726,1.39453 1.1093,1.77344 0.9766,0.57812 1.9649,0.15625 2.5547,-0.76563 0.5586,-0.875 0.7149,-2.11719 0.8008,-3.07422 -0.5859,-4.63672 -1.1719,-9.26953 -1.7578,-13.90625 0.031,-0.9375 0.3008,-1.89453 0.9687,-2.36719 2.8516,-0.45312 5.7032,-0.91015 8.5586,-1.36718 3.3946,-0.67969 6.8242,-5.0625 9.7774,-4.83985 2.1758,0.375 3.4804,3.97657 5.8476,5.35547 3.0274,1.89063 6.1602,3.19922 9.2461,3.42578 1.4453,-0.0351 3.9922,-0.66797 5.2149,-1.61328 0.6211,-0.48047 0.9375,-1.01172 0.9257,-1.69531 -0.012,-0.69531 -0.3476,-1.03125 -0.957,-1.19141 -2.375,-0.625 -5.3711,1.28125 -8.0234,0.45313 -1.6602,-0.57813 -4.5156,-2.58985 -4.8438,-4.01172 1.3282,-1.83594 6.4883,-1.16016 8.75,-3.30859 1.293,-1.32422 1.4571,-4.14454 1.3633,-6.01172 -0.055,-1.07032 -0.2851,-2.17188 -1.2461,-3.13672 -0.9609,-0.97266 -2.0508,-1.19922 -3.1211,-1.26172 m -32.8242,4.96094 c 1.2148,-0.48828 2.4922,-0.8086 3.7617,-0.64844 2.3672,0.30078 5.5313,0.61719 7.7383,1.89453 1.2734,0.73438 2.6055,2.14453 2.6016,3.22656 -0.07,1.67188 -2.8789,3.78516 -4.5782,4.85157 -1.9609,1.07812 -5.6211,1.8789 -7.6093,1.54296 -1.5899,-0.10937 -2.6094,-2.07421 -3.1875,-3.57812 -0.6368,-1.69141 -0.7578,-3.95703 -0.4063,-5.56641 0.1992,-0.92578 0.711,-1.33593 1.6797,-1.72265 m 33,2.04687 c -0.832,0.94922 -2.1484,1.74219 -3.3789,2.3086 -1.6523,0.91406 -4.1523,0.60156 -4.7227,-0.35938 0.024,-1.46484 3.1172,-4.31641 5.0157,-5.36328 0.6562,-0.33594 1.1367,-0.48047 1.7734,-0.39844 0.8438,0.10156 1.6836,0.69922 1.9805,1.44531 0.3164,0.79297 0,1.60547 -0.668,2.36719 m -450.23828,-4.71484 c 0.87109,0.6289 2.2539,0.60547 2.7539,-0.0625 0.50782,-0.67969 0.11719,-2 -0.77734,-2.64844 -0.87109,-0.62891 -2.25391,-0.60547 -2.75391,0.0625 -0.50781,0.67969 -0.11718,2 0.77735,2.64844 m 353.33203,-0.0859 c -0.98828,2.72656 -2.30469,5.54297 -1.41016,8.35156 0.67969,1.83203 2.25391,4.92578 3.90625,5.84375 2.67186,0.82813 5.44536,0.54688 8.29296,0.0469 0.6836,-0.21875 1.375,-0.54688 1.7578,-1.08594 0.5821,-0.82422 0.5625,-2.16016 -0.01,-2.70703 -1.2812,-1.01563 -3.8594,1.08203 -5.7187,1.04297 -1.1719,-0.0195 -2.8711,-1.16016 -2.836,-2.07422 2.9649,-1.69922 5.9297,-3.40234 8.8946,-5.10156 1.5,-1.48828 1.289,-3.49219 1.0859,-5.1875 -0.3359,-1.35938 -1.6016,-2.48047 -3.1524,-3.01953 -1.8085,-0.62891 -4.5234,-0.62891 -6.3125,-0.0156 -1.7734,0.60547 -3.67573,2.27344 -4.49995,3.90625 m 10.01175,1.83203 c -0.5157,0.58594 -1.7813,1.26563 -2.6524,1.73828 -1.7304,0.78907 -4.25,2.29688 -4.78513,1.32032 -0.28906,-1.32032 2.16793,-4.57813 4.14843,-5.60547 1.0117,-0.34375 2.6055,0.46484 3.3125,1.32812 0.4023,0.48438 0.4023,0.73438 -0.023,1.21875 m -322.40628,3.03516 c -3.1211,0.54297 -6.23047,3.19922 -8.64063,2.48437 -1.91015,-2.46875 -0.32812,-7.90625 -1.11328,-11.33203 -0.3125,-0.80859 -1.22265,-1.21484 -1.9375,-0.67578 -1.64844,6.53516 0.28906,15.51172 -1.08984,22.41797 -2.92578,1.96875 -7.54297,4.37891 -11.16016,6.18359 -1.05469,0.39844 -1.78125,0.45703 -2.64844,-0.26172 -1.24609,-1.03515 -2.625,-3.22265 -2.82031,-4.51171 -0.18359,-1.23438 0.35938,-2.41797 1.08985,-3.71875 0.89453,-1.60157 2.3164,-4.55469 3.76562,-5.27735 1.58984,0.10547 3.17969,0.20703 4.76953,0.3125 0.61719,-0.17578 0.95313,-0.52734 0.96485,-1.27734 0.0195,-1.08594 -0.83985,-2.31641 -1.92579,-2.91797 -1.27734,-0.70703 -3.08984,-0.66797 -4.32812,-0.38672 -1.10156,0.25 -1.91797,0.91797 -2.76172,1.96875 -1.5625,1.94141 -2.89844,4.14453 -3.84766,6.1875 -1.07031,2.75391 -0.98828,5.58594 -0.26953,8.32813 0.72657,1.65625 1.71094,3.78906 2.8086,4.42578 1.40234,0.8164 3.57031,0.90234 5.17578,0.85547 4.08203,-0.0664 8.15625,-4.90625 11.625,-5.34766 1.95312,0.91406 0.92187,5.96094 3.41797,6.04297 0.94531,-0.0508 1.30468,-0.92188 1.3125,-2.01563 0.0117,-2.60156 -0.87891,-4.94922 -1.5625,-7.05468 -0.11328,-0.92579 0.082,-1.82422 0.71875,-1.85157 4.13672,2.13282 8.27734,4.26563 12.41406,6.39844 1.21875,0.50391 2.98437,1.09375 4.17187,0.69141 0.66797,-0.22657 1.00391,-0.6211 1.03125,-1.28907 0.0273,-0.6914 -0.28125,-1.11328 -0.89843,-1.55078 -5.31641,-2.15234 -11.97266,-5.08593 -16.14063,-8.66797 -0.36328,-0.96093 0.94922,-1.65234 2.20313,-2.21875 3.5,-1.57031 7.5039,-2.625 10.91406,-3.30859 0.83984,-0.34766 1.24609,-1.29687 0.67969,-2.01953 -0.80078,-1.01563 -4.33203,-0.80859 -5.91797,-0.61328 m 242.85156,-5.77735 c -0.34375,2.1836 -0.36328,4.9961 -0.19141,7.19922 0.13282,1.63282 0.47657,3.54297 1.29688,5.13282 1.06641,2.0664 3.53125,4.6875 5.91406,5.80078 1.82422,0.84765 5.56641,0.91797 7.3711,-0.0352 1.05468,-0.55469 1.96093,-1.65625 2.59765,-2.73047 0.82422,-1.38672 1.26563,-2.83203 1.4961,-4.18359 0.57421,-3.42188 -0.50782,-6.78125 -1.66797,-10.24219 -0.82422,-1.97266 -2.25391,-4.58984 -4.41407,-5.46094 -2.78125,-0.92578 -5.5625,-1.17187 -8.37109,-0.30859 -1.83594,0.92578 -3.78516,3.26953 -4.03125,4.82812 m 12.58203,0.52344 c 1.55078,2.02735 2.55469,5.35547 2.8711,7.62891 0.17578,1.2539 -0.125,2.52734 -0.94532,3.74609 -0.75781,1.13281 -2.3125,2.81641 -3.40234,3.1875 -1.44531,0.46094 -3.01563,-0.91015 -4.53906,-2.3164 -1.77344,-1.78125 -2.84766,-3.82813 -3.3086,-5.69922 -0.41406,-1.6875 0.32032,-4.06641 1.08594,-5.6875 0.66016,-1.39844 2.43359,-3.09766 3.90234,-3.25 1.36329,-0.14063 3.33204,1.08203 4.33594,2.39062 m -693.72656,-3.67578 c -0.58203,7.25 -0.45313,15.16797 -0.0859,22.43359 0.0937,1.8125 0.51172,5.58594 1.12891,7.05079 0.25781,0.60937 0.65234,0.91406 1.28125,0.91406 0.65234,0 0.98437,-0.30469 1.21094,-0.91016 -0.73047,-9.60547 -1.13282,-19.69922 -0.86329,-29.49219 -0.0781,-1.0039 -0.38281,-1.8164 -1.33203,-1.8164 -0.94922,0.004 -1.25781,0.8164 -1.33984,1.82031 m 895.14841,-0.94531 c 1.1484,8.32031 1.8867,16.51562 2.7031,24.53906 0.098,0.99609 0.4883,1.8125 1.4727,1.80469 0.9843,-0.008 1.2851,-0.82813 1.3711,-1.85547 0.2422,-2.92578 0.4179,-6.48438 -0.035,-9.38672 -0.7695,-5.00781 -1.5351,-10.01953 -2.3008,-15.02734 -0.3554,-1.0586 -1.0117,-1.96485 -2.0078,-1.96485 -1.0195,-0.004 -1.2851,0.87891 -1.2031,1.89063 m -424.8281,1.4375 c 0.98438,-0.22656 1.45703,-1.15625 1.22266,-2.17578 -0.22656,-0.98438 -1.15625,-1.45703 -2.17578,-1.22266 -0.98438,0.22656 -1.45703,1.15625 -1.22266,2.17578 0.22656,0.98438 1.15625,1.45703 2.17578,1.22266 m -20.54297,-2.3125 c -0.5664,0.86328 -0.71875,2.11328 -0.80468,3.05859 -0.0703,7.74219 -0.17188,15.48438 0.043,23.22266 1.33204,2.71484 0.0391,5.27734 2.07813,8.09765 0.82812,1.05469 2.07031,2.23438 3.11328,2.65235 1.47266,0.58984 4.10547,-0.0312 5.25781,-1.01563 0.5625,-0.48047 0.94922,-1.19922 0.97657,-1.80859 0.0351,-0.73438 -0.29688,-1 -0.875,-1.10547 -1.1875,0.28125 -2.6875,0.66016 -3.9336,0.10938 -1.55469,-0.6836 -2.3789,-2.8086 -2.69922,-4.2461 -0.5664,-2.53515 -1.14062,-5.24219 -1.16015,-7.8789 0.16797,-7.01954 -0.54297,-13.83985 0.84765,-21.0586 -0.1875,-0.65234 -0.58984,-0.99609 -1.25781,-1.00781 -0.70312,-0.008 -1.14844,0.32031 -1.58594,0.98047 m -574.96875,3.20703 c 0.5625,0.9375 1.58204,1.34766 2.28907,0.74219 0.78906,-0.67188 0.82812,-2.85157 0.0937,-3.89063 -0.62891,-0.89453 -1.92578,-1.30469 -2.58985,-0.77344 -0.74609,0.58985 -0.46093,2.80079 0.20703,3.92188 m 278.16797,-3.38672 c -0.43359,2.92578 1.56641,6.33594 0.56641,8.92188 -1.16016,1.69531 -4.46875,0.39843 -6.39844,1.0664 -0.60547,0.25781 -0.91016,0.65235 -0.90625,1.28516 0,0.65234 0.30078,0.98828 0.91016,1.22656 1.71875,0.22266 4.46875,-0.38281 5.41406,1.17969 1.78906,4.60156 1.38672,10.01172 1.44531,14.9375 0.082,0.99219 0.39063,1.80078 1.34375,1.79297 0.94922,-0.0117 1.26172,-0.82813 1.34375,-1.83985 0.043,-4.91797 0.21485,-10.73437 -0.39062,-14.98828 1.11328,-1.65234 5.08593,-0.26953 7.24218,-0.98047 0.60157,-0.26172 0.90625,-0.65234 0.90625,-1.28906 -0.004,-0.65234 -0.30468,-0.98828 -0.91015,-1.22266 -2.01563,-0.13671 -5.23438,0.53125 -6.41016,-1.1914 -0.53125,-3.27735 -1.0625,-6.55469 -1.59765,-9.82813 -0.25391,-0.60156 -0.57813,-0.90234 -1.20704,-0.89453 -0.94921,0.008 -1.27343,0.82813 -1.35156,1.82422 m -176.07812,20.22656 c 0.15625,4.00391 -3.08203,7.91407 -1.60547,12.22266 0.42187,1.07812 1.22265,2.26172 2.03515,2.78906 0.5625,0.36328 1.1836,0.44141 1.86329,0.48438 4.10937,0.13672 8.21093,0.0469 12.33593,-1.375 1.89453,-0.84375 4.61328,-2.89844 5.92188,-4.83594 1.08984,-1.61328 1.55469,-3.66406 1.03906,-5.32422 -0.41406,-1.32422 -1.64453,-3.03125 -2.91406,-4.125 -1.60156,-1.37891 -3.49219,-1.49609 -5.20313,-1.80859 -2.02734,-0.3711 -4.20312,0.0781 -6.1914,0.65234 -1.63282,0.47266 -3.55078,2.63281 -4.1211,1.875 -0.88672,-1.17578 -1.27734,-10.41797 -1.20312,-12.63281 0.29297,-2.32422 0.58594,-4.64453 0.88281,-6.96875 -0.12891,-1.01953 -0.49219,-2.21485 -1.46094,-2.78125 -0.59375,-0.34375 -1.32031,-0.32031 -1.72656,0.0234 -1.16406,6.83984 0.0859,14.6289 0.34766,21.80468 m 4.6875,6.29688 c 0.80468,-1.44531 2.32812,-3.52344 4.00781,-4.38672 1.41797,-0.73047 4.08594,-0.63672 5.61719,-0.30469 1.22265,0.26563 2.6289,1.33594 3.28906,2.625 0.61719,1.20313 0.39453,2.33985 -0.65234,3.53906 -1.19922,1.3711 -3.21875,2.85938 -4.69532,3.51172 -1.58593,0.69922 -4.10547,1.26172 -5.73828,1.1836 -1.16406,-0.0586 -2.67578,-0.74219 -3.0664,-1.73047 -0.42188,-1.07031 0.53906,-3.1875 1.23828,-4.4375 m -37.71875,-6.51953 c -0.60157,-1.08594 -1.28907,-1.75391 -2.27344,-2.16797 -2.24219,-0.45703 -4.48438,-0.91406 -6.72656,-1.36719 -0.70703,-1.11719 -1.11328,-2.11328 -2.34766,-2.45312 -4.93359,-0.17188 -9.86719,-0.34766 -14.79687,-0.52344 -2.16797,-3.05078 -0.13672,-8.46875 -1.40625,-12.50781 -0.48047,-1.55469 -0.40235,-3.84375 -1.98047,-3.80079 -0.94922,0.0312 -1.26953,0.88672 -1.36719,1.98047 -0.39453,4.41016 1.10547,8.16407 0.9375,12.01953 -0.043,1.00782 -0.16406,1.85547 -0.94141,2.31641 -1.07812,0.63281 -9.73437,1.44141 -9.77734,1.4375 -1.27344,-1.54297 -2.55078,-3.08203 -3.82422,-4.62109 -1.20703,-0.70313 -3.71094,-0.72266 -5.19531,0.0117 -1.79297,0.88281 -3.46875,3.20312 -4.35156,4.70703 -1.83594,4.33593 -3.67188,8.66797 -5.50782,13.0039 -1.1875,-1.65625 -0.15625,-7.73437 -0.76953,-10.95703 -0.3125,-0.80469 -1.22656,-1.21484 -1.94531,-0.66015 -1.22266,4.15234 -0.47266,10.14843 -0.41406,15.04687 0.64843,1.89453 0.26953,4.71484 2.17578,5.06641 1.03906,0.21484 1.88672,-0.20313 2.32812,-0.98828 1.75391,-5.00391 3.51172,-10.00391 5.26563,-15.00391 1.30469,-2.20313 2.9375,-6.05078 5.40234,-6.92188 1.75391,0.34375 3.27735,3.20704 4.20703,4.875 0.96485,4.92188 1.58594,10.23438 1.60157,15.01954 0.22656,0.59765 0.57031,0.90234 1.1875,0.89062 0.95312,-0.0117 1.26171,-0.83594 1.34765,-1.86328 0.36719,-4.42969 -1.04297,-9.38672 -0.8125,-13.17969 0.0781,-1.3125 0.6211,-2.32031 1.76563,-2.59375 2.46484,0.14063 6.21093,-0.83203 7.90625,0.89453 0.75,5.51563 0.58203,12.16407 -0.36328,17.83594 0.14453,0.58594 0.4375,0.86719 1.17187,1.01172 1.05859,0.20312 1.90625,-0.21484 2.18359,-1.00391 0.87891,-5.7539 -0.99218,-13.5039 1.15235,-18.41797 2.11719,-0.41015 6.48828,-1.0039 7.58984,0.54297 -0.10156,0.8125 -0.30859,1.79688 0.16016,2.47657 0.67578,0.71484 2.22265,1 1.98437,2.24609 -0.76953,2.65625 -3.0039,5.91016 -2.14843,8.99609 0.30078,1.3711 0.88671,2.86719 1.98046,4.23828 0.8711,1.08594 1.85938,1.77735 2.94141,2.02735 1.62891,0.375 3.64063,0.17187 5.25391,-0.31641 1.68359,-0.5039 3.60937,-1.44922 4.97265,-2.4375 1.33203,-0.96484 2.77344,-2.61719 3.76172,-4.36719 0.92969,-1.64453 1.57422,-3.53515 1.50781,-5.21093 -0.0625,-1.63282 -0.94921,-3.67969 -1.83593,-5.28125 m -2.04688,4.36328 c 0.21485,1.53515 0.25391,3.12109 -0.98828,4.70703 -1.83203,2.33984 -4.53906,4.25781 -6.57422,5.05078 -1.3125,0.51563 -2.40625,0.25781 -3.67578,-0.63672 -1.625,-0.99609 -1.97266,-2.64844 -1.73828,-4.21094 0.21094,-2.24609 1.375,-5.53125 3.05469,-7.67578 0.74609,-0.94531 1.60156,-1.5664 2.55859,-1.74609 1.53906,-0.29688 4.20703,0.29297 5.48438,1.18359 1.0664,0.7461 1.70703,2.10547 1.8789,3.32813 M 1179.764,855.10546 c 0.1758,0.64453 0.5547,0.97656 1.211,1 0.6953,0.0234 1.1132,-0.28125 1.6015,-0.91016 0.8203,-1.0625 1.4102,-2.87109 1.6758,-4.16406 0.2578,-1.24609 0.4883,-3.10156 0.062,-4.16406 -0.2578,-0.64063 -0.6445,-0.96094 -1.2734,-0.97266 -2.0782,0.86719 -2.8203,6.45703 -3.2774,9.21094 m -650.94526,-8.33594 c -0.10937,4.61719 -1.03515,10.26953 -1.61719,14.69531 -2.375,2.05469 -6.32031,0.63672 -9.43359,2.51563 -1.66797,0.70703 -3.44922,1.94922 -5.16016,3.71875 -1.03906,1.07812 -1.69531,2.05469 -1.92578,3.1289 -0.47656,2.21485 -0.24609,5.03516 -0.11718,7.27735 -0.16797,1.60937 1.30078,3.84375 3.23437,4.84765 1.91406,0.98047 5.375,0.76172 7.32422,0.38282 1.41406,-0.27344 2.76562,-1.3125 3.74219,-2.39453 1.05468,-1.55079 2.10937,-3.10547 3.16015,-4.65625 0.84766,-0.19532 0.56641,8.96093 0.6211,11.02734 0.0859,0.99219 0.39843,1.80078 1.35156,1.79687 0.95312,-0.004 1.26172,-0.8164 1.34375,-1.82031 0.48437,-5.95703 0.38281,-12.45703 0.082,-18.42187 -0.32812,-1.6836 -0.65625,-3.36719 -0.98437,-5.05078 -0.15625,-5.40235 1.36328,-10.6875 0.91015,-16.12891 -0.082,-0.98828 -0.39062,-1.79297 -1.33984,-1.80078 -0.625,-0.004 -0.96485,0.29297 -1.19141,0.88281 m -2.6875,23.15234 c -0.77734,2.51172 -1.74609,5.40235 -3.64844,7.77735 -1.07031,1.33594 -2.3164,2.50781 -3.55859,2.67969 -1.12891,0.15234 -2.59766,-0.28907 -3.6875,-1.05079 -0.92969,-0.64843 -1.49219,-1.49609 -1.69922,-2.45312 -0.37109,-1.71875 -0.28515,-3.97266 0.78516,-5.29297 1.34375,-1.65625 3.6289,-3.55469 5.86328,-4.66797 1.19141,-0.59375 2.58984,-1.19531 3.75391,-1.16406 0.6875,0.0195 1.15234,0.17187 1.67187,0.67578 1.00781,0.96484 0.90625,2.24219 0.51953,3.49609 m 98.0586,-8.42968 c -2.48047,2.32812 -6.80079,1.44531 -10.33204,2.93359 -0.91015,0.59766 -1.30078,1.64063 -0.74218,2.35938 2.83593,1.89453 8.76953,-2.27735 11.10937,-0.26954 0.17969,4.51563 0.35547,9.03125 0.53516,13.55079 0.1875,1.1914 0.42187,3.05468 0.9414,4.10546 0.3125,0.63672 0.66407,0.94922 1.30469,0.95313 0.95313,0.004 1.28125,-0.82422 1.32813,-1.80859 -0.88282,-5.54688 -1.54688,-11.67188 -0.52735,-16.82813 0.74219,-1.15625 2.83203,-1.64453 4.25391,-1.875 1.64844,-0.26562 4.17187,-0.57812 5.72656,0.22266 0.96094,0.49218 1.46094,1.37109 1.7461,2.34765 0.44531,3.66797 0.89062,7.33594 1.33593,11.00391 0.35938,1.05078 1.10157,2.24219 2.14063,2.75391 0.64453,0.3164 1.35547,0.28906 1.73047,-0.0664 -0.63282,-5.52734 -1.45313,-12.30859 -2.84766,-18.04297 -0.66406,-0.96875 -1.67578,-1.19531 -2.77344,-1.26953 -2.51562,0.14062 -10.82031,0.83594 -11.40625,-0.0586 -0.41015,-4.90625 -0.15234,-11.27735 -1.41406,-16.69532 -0.35156,-0.83203 -1.33203,-1.22265 -2.05078,-0.6914 -1.86328,4.87109 1.91406,12.17578 -0.0586,17.375 m 334.57421,-17.56641 c -0.1875,3.89844 -0.375,7.79688 -0.5625,11.69922 -2.02734,1.95312 -6.57031,0.42578 -9.41015,1.17578 -0.60156,0.23438 -0.90235,0.57422 -0.90235,1.19922 -0.004,0.62109 0.29688,0.96484 0.89063,1.19141 2.91016,0.21093 5.82031,0.42187 8.73047,0.63281 2.30859,2.39844 2.58203,6.29297 3.54687,9.55859 0.39844,0.97656 0.96094,1.79688 1.95703,1.76172 0.9961,-0.0352 1.28125,-0.87891 1.19532,-1.88281 -0.71875,-3.01953 -1.4336,-6.04297 -2.15235,-9.0625 0.24219,-0.96485 1.125,-1.46875 2.16016,-1.65235 1.66016,-0.0781 3.32031,-0.15234 4.98047,-0.23046 0.80078,-0.32032 1.2539,-1.25782 1.01172,-2.30469 -0.17188,-0.73828 -0.48438,-0.98828 -1.14844,-1.08594 -1.66406,0.20703 -3.32422,0.41406 -4.98828,0.62109 -0.99219,-0.0117 -1.83594,-0.15625 -2.28906,-0.92187 -0.85157,-3.91016 -0.35938,-8.66797 0.51171,-12.92578 0.008,-0.98828 -0.33203,-1.82031 -1.28906,-1.8086 -1.57422,-0.0312 -1.91406,2.48438 -2.24219,4.03516 M 70.46875,840.78906 c -1.5625,3.36719 -2.808594,7.84375 -5.605469,10.13672 -1.519531,0.82031 -2.085937,-4.88281 -5.757812,-5.25391 -2.355469,-0.22265 -5.191407,-0.26562 -7.089844,1.26172 -1.125,1.07813 -2.171875,3.47657 -2.410156,5.02735 -0.09375,2.58984 -0.515625,6.03906 1.300781,7.91015 4.890625,2.17578 10.835938,2.91407 16.152344,3.53125 3.847656,-0.54297 8.730468,-1.14453 11.839844,-2.66406 0.296874,-0.41797 0.289062,-1.09375 -0.04297,-1.5 -0.363281,-0.44922 -1.007813,-0.57422 -1.6875,-0.61328 -3.28125,-0.19531 -6.324219,0.94141 -9.089844,1.60547 -0.917969,0.10547 -1.828125,-0.0781 -2.191406,-0.72266 -0.371094,-3.94531 5.324219,-9.3789 6.910156,-14.45703 0.527344,-1.64844 1.230469,-3.83203 0.05859,-4.87891 -0.78125,-0.59765 -1.796875,-0.21484 -2.386719,0.61719 m -11.890625,8.85938 c 1.515625,1.32422 2.742187,4.52343 2.859375,6.3125 0.07422,1.125 -0.1875,2.69922 -0.972656,3.09375 -0.753906,0.38281 -4.082032,-0.2461 -5.164063,-0.86328 -0.816406,-0.46485 -1.65625,-1.44532 -2.097656,-2.36719 -0.59375,-1.23828 -0.355469,-2.44141 0.132813,-3.67188 0.453124,-1.13281 1.53125,-2.67968 2.769531,-3.13281 0.867187,-0.32031 1.746093,-0.008 2.472656,0.62891 m 914.87891,-1.58594 c -1.40234,7.01562 -0.78906,14.31641 -0.66797,21.14453 0.17188,1.12891 2.01563,1.38281 3.10156,0.72266 1.2461,-2.53516 2.4961,-5.06641 3.7461,-7.60157 1.01953,-1.42578 3.08203,-3.20703 4.375,-3.34765 1.26172,-0.14063 2.22265,1.0039 2.46875,2.28125 0.0742,2.64844 0.14844,5.30078 0.21875,7.94922 0.21875,1.125 2.26953,1.35937 3.04297,0.65625 0.63281,-0.63282 -0.0391,-10.24219 -0.44922,-12.03516 -0.2461,-1.08594 -0.95313,-2.16406 -2.08985,-2.77344 -1.35156,-0.72265 -3.02343,-0.62109 -4.32812,-0.20312 -3.25,0.7539 -6.00781,5.45703 -7.17578,4.65234 0.18359,-4.84765 0.36328,-9.69531 0.54687,-14.54297 -0.26172,-1.625 -0.41797,-4.83984 -1.39062,-6.08984 -0.65235,-0.84375 -1.92578,-1.24609 -2.59766,-0.75391 -1.24219,2.44922 1.27344,6.82422 1.19922,9.94141 M 50.835938,834.10937 c 0.246093,1.54688 0.46875,3.82422 0.976562,5.08204 0.246094,0.61328 0.566406,0.92187 1.195312,0.92187 0.621094,0 0.964844,-0.30859 1.199219,-0.91797 0.222657,-1.71875 -0.378906,-4.47265 1.175781,-5.41406 1.222657,-0.79688 4.167969,-1.14453 5.808594,-1.28906 4.011719,-0.0664 8.019532,-0.13282 12.027344,-0.19922 0.691406,-0.19531 1.285156,-0.50391 1.691406,-1.26172 0.589844,-1.08984 0.121094,-1.95313 -0.828125,-2.10156 -6.597656,0.37109 -13.195312,0.73828 -19.792969,1.10937 -1.550781,-0.85547 -0.339843,-4.36719 -0.984374,-6.23828 -0.257813,-0.60547 -0.65625,-0.91016 -1.289063,-0.90625 -0.652344,0.008 -0.984375,0.31641 -1.210937,0.93359 -0.890626,2.41407 -0.398438,7.57813 0.03125,10.28125 M 799.76953,798.97656 c 0.75781,4.46485 1.26172,9.58985 3.36719,12.90625 0.8125,0.41406 2.03125,0.0195 2.6914,-0.76172 1.10157,-3.62109 2.20704,-7.24609 3.3086,-10.87109 0.73828,-1.54297 2.47265,-3.60156 3.84765,-3.60156 0.85547,-0.004 1.72657,0.7539 2.52735,1.69922 1.30469,1.54296 2.14844,3.24218 2.64453,4.82421 0.55859,1.78516 1.03516,3.94532 1.15234,5.90235 -0.19531,1.6914 -0.38672,3.38672 -0.58203,5.07812 0.19141,0.625 0.58203,0.96094 1.26172,0.96094 0.71875,0 1.21875,-0.32422 1.70313,-0.98828 1.07031,-1.46875 0.8125,-3.59766 0.76953,-5.11719 -0.0664,-2.33594 -0.69922,-4.8125 -1.1836,-7.13281 -0.54297,-2.65234 -1.83593,-5.67188 -4.1875,-8.16016 -0.95312,-0.86328 -1.89843,-1.12109 -3.03125,-1.08203 -1.67578,0.0547 -3.78515,0.79688 -5.24218,1.69141 -2.41407,1.30078 -2.79688,6.41406 -4.71094,7.32422 -1.19531,-0.54297 -1.39844,-4.19922 -1.92969,-5.9336 -0.35937,-0.76953 -1.22266,-1.1875 -1.94531,-0.58203 -0.83985,0.70703 -0.65235,2.52344 -0.46094,3.84375 m -83.13672,0.89453 c 0.14063,3.41797 -0.78515,6.9336 0.71094,10.27344 1.36719,2.29297 3.35156,4.07422 5.54297,4.66797 1.78515,0.48047 3.48437,0.67969 5.21484,0.65234 1.79688,-0.0312 4.56641,-0.30078 6.10156,-1.12109 0.60938,-0.32422 0.91407,-0.69141 0.91016,-1.33984 -0.004,-0.64454 -0.32031,-0.99219 -0.92578,-1.22266 -2.77734,-0.85547 -6.14844,1.73437 -8.98828,0.0469 -1.90625,-1.27343 -5.3086,-3.875 -5.42188,-5.78515 0.98047,-2.90235 7.32813,-1.47266 10.21485,-6.15625 0.77343,-0.85547 1.22265,-1.71094 1.38672,-2.84375 0.16015,-1.08985 0.10156,-2.27344 -0.46875,-2.91797 -0.85547,-0.97266 -3.53125,-1.44141 -4.95313,-1.44531 -1.57812,-0.004 -3.65625,0.38281 -5.17578,1.30859 -2.09766,1.26953 -3.86719,4.01563 -4.14844,5.88281 m 7.13281,0.21485 c -1.42968,0.92187 -3.43359,1.54297 -3.66796,0.54297 -0.11329,-0.78516 1.18359,-2.10157 2.24218,-2.8711 1.35547,-0.86719 3.27735,-2.27734 4.17969,-1.33984 0.97656,0.92969 -1.30859,2.875 -2.75391,3.66797 m -24.90625,-6.0586 c 2.67969,5.01563 1.01954,9.375 2.83985,14.10157 0.35547,1.23437 0.87109,2.98437 1.68359,4.08593 0.6211,0.84375 1.58203,1.27344 2.60547,1.0625 0.73438,-0.14843 0.98438,-0.45312 1.21094,-1.05859 1.35156,-5.75781 2.70703,-11.51953 4.0625,-17.28125 -0.17578,-0.65234 -0.53125,-0.94531 -1.27735,-0.93359 -0.64843,0.0117 -1.35156,0.36328 -1.78906,0.86718 -1.0664,3.60157 -2.13281,7.20703 -3.19922,10.8086 -1.99609,-1.70313 -1.1914,-7.17578 -1.98828,-10.83594 -0.21875,-0.67578 -0.53906,-1.34766 -1.07422,-1.72656 -0.54297,-0.38282 -1.33203,-0.51563 -1.9375,-0.35938 -0.72265,0.1836 -1.08203,0.57031 -1.13672,1.26953 m -223.1289,0.87891 c -0.28125,1.13281 0.0508,2.9375 0.60156,4.22656 1.89063,3.67578 6.4375,5.58985 7.92969,8.21875 0.5625,0.91797 1.05078,2.48828 0.73437,3.33985 -0.3789,1.0039 -1.86328,1.63281 -3.14453,1.80078 -2.34375,-0.21485 -4.6914,-0.4336 -7.03515,-0.65235 -0.84375,0.22657 -1.2461,1.13282 -0.67188,2.03516 0.72266,1.12891 2.56641,1.38672 3.82422,1.5 2.16016,0.19922 5.01953,0.50391 7.19922,-0.24219 1.55078,-0.53515 2.80469,-1.65234 3.13281,-3.00781 0.35938,-1.47266 0.32813,-3.78906 -0.15625,-5.25781 -0.97266,-4.00391 -7.71484,-6.74219 -8.07812,-9.77735 0.0976,-0.52734 0.58984,-0.9414 1.15234,-1.05078 1.30469,0.0977 2.60937,0.19531 3.91406,0.29688 0.8711,-0.31641 1.29688,-1.27735 0.73047,-2.25782 -0.55469,-0.96093 -1.75391,-1.32812 -2.83203,-1.45312 -1.90234,-0.21875 -4.58984,0.15625 -6.23828,1 -0.65235,0.33203 -0.89063,0.57812 -1.0625,1.28125 m -184.1836,4 c -0.10546,2.61328 -0.33203,5.59766 0.19532,8.19922 0.20703,1.03906 0.63672,2.07422 1.36718,2.98437 1.33594,1.66016 3.03907,2.30469 4.82422,2.36328 3.08203,0.0781 6.28516,-0.71875 9.28907,-2.39062 1.64062,-1.19922 2.99218,-3.32813 3.09375,-4.98438 0.13671,-2.18359 -0.71485,-6.58203 -1.89063,-7.79687 -0.85547,-0.88281 -2.09766,-1.74219 -3.30469,-2.23047 -2.20703,-0.89062 -4.82031,-1.32031 -7.17187,-1.90234 -1.36328,-0.40625 -2.80078,-0.64844 -4.00781,0.60547 -1.71485,1.55078 -2.32813,3.50781 -2.39454,5.15234 m 7.44922,-2.08203 c 1.89453,0.51172 3.79297,0.40234 5.67188,2.48437 0.96484,0.96094 1.57422,1.86328 1.78125,2.78907 0.32422,1.42968 0.26562,3.20703 -0.92188,4.42578 -1.39453,1.42968 -3.92968,2.46093 -5.57812,2.73047 -1.20703,0.19921 -2.54297,-0.1211 -3.53906,-0.91016 -1.05469,-0.83594 -1.70704,-2.17188 -1.88282,-3.42578 -0.10156,-2.46875 -0.30468,-5.34375 1.10157,-7.53516 0.83984,-1.01562 2.03515,-0.85156 3.36718,-0.55859 m 384.89453,-5.17578 c -2.53906,0.51562 -4.77343,3.07422 -6.21875,4.69531 -1.91015,2.23437 -3.40625,5.5 -3.91796,8.60156 -0.13282,2.03125 -0.79297,4.27344 1.0664,6.25 0.96485,0.95703 2.07422,1.21094 3.14453,1.24219 1.33203,0.043 2.94141,-0.19531 4.15235,-0.75391 1.91797,-2.11328 3.83593,-4.22265 5.7539,-6.33593 0.5586,1.3164 1.11719,2.6289 1.67969,3.94531 0.51953,0.79297 1.51953,1.16406 2.23047,0.58984 0.87891,-0.71094 -0.17578,-13.11719 -0.50781,-14.98828 -0.125,-0.70312 -0.40235,-1.10156 -1.0586,-1.67578 -1.94922,-1.70703 -4.26953,-1.89453 -6.32422,-1.57031 m 3.09766,6.38672 c -0.082,1.18359 -0.50391,2.46093 -1.27344,3.71093 -1.17968,1.90625 -2.87109,3.98828 -4.80859,5.75391 -0.98438,0.89453 -1.89844,1.58594 -2.66797,1.42578 -0.74609,-0.15234 -1.29297,-1.13672 -1.39453,-2.01953 -0.16406,-1.38672 0.625,-3.22656 1.40234,-4.70313 1.19922,-2.27343 3.21485,-4.79687 5.01563,-6.16406 0.90625,-0.68359 1.66015,-1.0625 2.57812,-0.48047 0.90235,0.57422 1.20703,1.58985 1.14844,2.47657 m -245.41406,9.98437 c 0.0273,1.60938 -0.3711,3.76172 1.29687,4.88281 2.66407,0.99219 5.58203,0.69141 8.28907,-0.26953 2.72265,-1.11328 7.14062,-6.1914 8.61328,-6.24609 1.6875,0.6875 0.38672,4.91797 2.25781,6.77344 0.70312,0.74609 1.86719,1.21093 2.99219,1.25781 0.70312,0.0312 1.39843,-0.10938 1.79297,-0.57031 0.36718,-0.42579 0.40234,-1.14063 0.13671,-1.70704 -1.14062,-1.44921 -2.27734,-2.89843 -3.41796,-4.34765 -0.72266,-3.625 0.64062,-7.54297 0.6914,-10.9961 -0.16015,-0.6289 -3.08203,-3.78125 -4.11719,-4.25 -1.17578,-0.52734 -2.88281,-0.83203 -4.15625,-0.74609 -1.32812,0.0937 -2.85156,0.4375 -4.14453,1.14844 -2.91015,2.14062 -6.67578,4.57031 -8.35547,7.8125 -1.25781,2.34765 -1.80468,4.875 -1.8789,7.25781 m 17.22656,-7.1875 c -1.09375,1.81641 -3.08594,3.96484 -5.09375,5.78516 -1.88281,1.71093 -3.92969,3.13281 -5.74219,3.625 -1.13672,0.30859 -2.59375,0.0664 -3.14843,-0.76563 -0.71485,-1.07422 0.16015,-3.79297 0.83593,-5.28515 0.99219,-2.1836 2.76563,-3.85938 4.71485,-5.4961 1.42578,-1.19922 3.23437,-2.8164 4.71484,-3.14062 1.42188,-0.3125 3.29297,0.0312 4.40234,1.10156 1.2461,0.98047 0.17969,2.63672 -0.68359,4.17578 m -76.14844,-7.10937 c -0.34765,4.14843 -0.6289,9.26171 -0.0156,13.39453 0.14844,1 0.57812,2.22265 1.4414,3.10547 0.625,0.63671 1.23829,0.96093 1.90625,0.93359 1.05079,-0.043 1.21485,-0.95703 0.98438,-2.01172 -0.64063,-1.79687 -1.32813,-3.53125 -1.49609,-5.25391 -0.0937,-3.69921 -0.1875,-7.39843 -0.28125,-11.09765 -0.23047,-0.60156 -0.57032,-0.90625 -1.19532,-0.90235 -0.94922,0.004 -1.26172,0.82032 -1.34375,1.83204 m -58.76172,-2.02735 c -1.83203,0.38672 -3.5,3.94531 -4.64062,3.96094 -0.56641,-0.46484 -1.60156,-2.72656 -3.01563,-1.54688 -1.11718,1.57813 -0.46093,4.60157 -0.58984,6.85547 0.60938,3.33594 0.22656,7.48438 2.44922,9.94532 0.91797,0.53515 1.78906,0.1289 2.09766,-0.70704 0.14062,-2.35156 0.27734,-4.70703 0.41406,-7.0625 0.32812,-1.66796 1.10937,-3.32421 2.1875,-4.89062 0.84765,-1.22266 2.125,-2.76563 3.42969,-3.38281 1.55078,-0.35547 3.10156,-0.71485 4.65625,-1.07032 0.30078,-0.42578 0.30078,-1.13671 -0.0195,-1.54296 -0.82031,-1.04688 -5.34375,-0.89844 -6.96875,-0.5586 m 105.01954,-0.82422 c -1.81641,0.63672 -5.44532,3.45313 -6.9375,5.91797 -1.69532,3.41406 -1.41016,6.85156 -1.42969,10.27344 0.082,1.57031 0.91406,3.88281 2.43359,4.875 3.00391,0.99219 6.73438,0.31641 10.05078,0.43359 1.25782,-0.10937 3.10938,-0.34375 3.84766,-1.48828 0.58594,-0.90625 0.17578,-1.8125 -0.67188,-2.03515 -3.0039,0.20703 -6.00781,0.41406 -9.01171,0.61718 -1.22266,-0.2539 -2.79297,-1.32812 -3.14844,-2.5 1.54687,-2.05078 8.16015,-2.86718 12.0625,-7.80078 0.90625,-1.28906 1.14453,-2.8164 1.24219,-4.20703 0.0976,-1.30859 0.20703,-3.13672 -0.46094,-3.80469 -0.98047,-0.98437 -6.27344,-0.8789 -7.97656,-0.28125 m 4.42187,5.76563 c -1.42969,1.63281 -4.30859,3.35156 -6.44922,4.83984 -1.26172,0.87891 -2.52344,0.9961 -2.875,0.082 -0.28125,-0.73437 0.41016,-2.09375 1.44531,-3.20703 1.54297,-1.66015 4.86719,-4.48828 6.51172,-4.6875 0.86328,-0.10547 1.81641,0.25391 2.08203,0.79297 0.28516,0.57422 -0.0703,1.44531 -0.71484,2.17969 m -265.50781,-4.69531 c -2.61719,1.15625 -7.23438,4.75781 -8.94141,6.97656 -1.11719,1.45312 -1.28515,3.40625 -1.33594,5.08984 -0.0586,1.81641 0.10938,3.46094 1.46485,5.04688 1.30859,1.53515 3.96094,3.85547 5.85156,4.27343 2.14844,0.47266 5.11719,0.33594 7.26563,-0.32031 2.28125,-0.69531 5.73046,-4.17187 6.17968,-3.5039 1.07032,1.60937 1.41407,7.1875 1.05469,9.49218 -0.48828,3.16016 -0.70312,6.75 -2.00391,9.76563 -0.53906,1.25 -1.52343,2.5039 -2.68359,3.39453 -1.44141,1.29297 -3.03125,0.88672 -4.64062,0.23437 -2.91407,-1.09765 -5.96485,-3.13671 -7.65625,-5.03515 -0.63672,-0.71094 -1.32422,-1.54297 -1.46875,-2.50781 -0.33594,-2.10157 2.21093,-5.10157 0.93359,-6.66407 -0.61328,-0.5625 -1.98828,-0.5625 -2.62891,-0.0586 -0.83984,0.66406 -1.1875,3.33984 -1.43359,4.79297 -0.23438,1.37109 -0.375,2.85547 0.0781,4.21484 0.46094,1.37891 1.6211,2.85938 2.87891,3.96875 1.8125,1.60547 4.10938,2.85938 6.11328,3.73828 1.92188,0.83985 4.23047,1.46094 6.19922,1.55469 1.06641,0.0508 2.02734,-0.125 3.12891,-0.73437 1.35547,-0.7461 3.03906,-2.11329 3.77734,-3.42188 0.82422,-4.04297 1.65234,-8.08594 2.48047,-12.12891 0.21094,-3.92578 -0.53125,-7.53125 -0.99219,-11.28515 0.29688,-4.67578 0.59375,-9.35547 0.89063,-14.03516 -0.25782,-1.03906 -0.96094,-1.83984 -2.04297,-2.55469 -1.75781,-1.15625 -3.55469,-1.67968 -5.25391,-1.68359 -2.17187,-0.008 -5.12109,0.46484 -7.21484,1.39063 m 9.51562,9.89843 c -1.13672,2.49219 -2.79297,5.5 -5.55859,7.46094 -1.47266,0.97656 -3.23047,1.375 -4.69922,0.93359 -1.92969,-0.58203 -5.15625,-2.82031 -5.92578,-4.4414 -0.6875,-1.4336 -0.21094,-3.03516 0.78125,-4.375 1.36719,-1.84375 4.90234,-4.62891 7.28125,-5.96875 1.49609,-0.84375 3.28906,-1.57813 4.75781,-1.61719 1.40625,-0.0391 3.44141,1.04297 4.1875,2.42188 0.79297,1.71093 0.0742,3.64062 -0.82422,5.58593 m 159.60547,-8.0664 c -1.50781,2.09375 -4.10547,9.70703 -3.78906,10.12109 0.76172,1 3.85547,4.57813 5.73047,5.12891 2.7539,0.8125 7.70312,1.09375 10.3164,0.29297 0.70313,-0.21485 1.16407,-0.50782 1.57032,-1.25782 0.58203,-1.07031 0.29297,-1.90234 -0.53125,-2.03906 -2.34766,0.1875 -4.69532,0.37891 -7.04297,0.57031 -1.28516,-0.0859 -2.79297,-0.53125 -3.59375,-1.76953 -0.41406,-0.64062 -0.42188,-1.03515 -0.0234,-1.54687 2.57813,-1.45313 5.15625,-2.90625 7.73438,-4.35938 1.48046,-1.10937 2.67187,-2.29687 2.99609,-3.80859 0.22266,-1.02344 0.17578,-2.26172 -0.37891,-3.30078 -0.37109,-0.69922 -1.03515,-1.36719 -1.72265,-1.74219 -2.17578,-0.82422 -4.28907,-0.69922 -6.38282,0.20312 -1.64843,0.75782 -3.74609,1.9336 -4.88281,3.50782 m 7.73438,2.57031 c -1.94141,1.33594 -5.00782,3.40625 -5.78516,2.31641 -0.47266,-1.0586 0.93359,-2.63282 2.31641,-3.64063 1.71875,-1.16016 4.07031,-2.95703 4.88281,-1.64844 0.57422,0.89844 -0.17578,2.00391 -1.41406,2.97266 m -143.6211,-6.70703 c -1.70312,0.125 -3.52734,0.59375 -5.21484,1.32422 -2.23047,0.95703 -8.04297,6.3125 -8.73438,7.23047 -0.32031,0.42578 -0.34765,1.15234 -0.0625,1.76171 1.13672,1.04297 2.11329,1.98829 2.4375,3.32813 0.16797,1.98828 0.33594,3.97656 0.50782,5.96484 0.30468,1.02344 0.79297,1.79297 1.78125,2.57032 0.94922,0.7539 2.10156,1.33203 3.10937,1.53125 2.45313,0.48828 5.73047,0.35546 8.1836,-0.0781 2.32812,-0.4375 5,-1.43359 7.20312,-4.0625 0.61328,-0.79297 0.94531,-1.44141 0.89063,-2.16797 -0.0547,-0.73437 -0.45313,-1.09765 -1.16797,-1.1914 -2.50782,-0.0703 -4.87891,3.30078 -7.12891,3.78906 -1.77344,0.6289 -3.98828,1.125 -5.75391,0.77734 -1.74218,-0.25 -4.27343,-2.83203 -4.55468,-4.5 -0.3125,-1.43359 -0.25391,-3.25 0.91797,-4.01562 2.57421,-0.77344 5.15234,-1.55078 7.72656,-2.32813 1.84375,-0.77344 4.62109,-2.08203 5.89844,-3.55859 1.21484,-1.53516 1.90625,-4.57422 0.86328,-5.83985 -1.06641,-1.05078 -5.10938,-0.66406 -6.90235,-0.53515 M 194,797.47266 194.52734,798 194,798.52734 193.47266,798 194,797.47266 m 3.94922,-0.21485 c -1.08203,0.26563 -2.66016,0.0117 -2.83594,-0.6875 -0.13672,-0.55469 0.54297,-1.39453 1.33203,-1.89844 1.06641,-0.67578 3.1875,-1.55468 4.54688,-1.89062 1.0625,-0.26563 2.74218,0 2.71093,0.64062 -0.59765,1.44532 -3.95703,3.22266 -5.7539,3.83594 m 847.74608,-2.3789 c 0.1953,2.36328 0.25,8.62109 1.457,10.21875 0.4063,0.53906 1.1055,0.91796 1.75,0.96875 0.7696,0.0625 1.1446,-0.21485 1.543,-0.77344 1.2383,-2.67578 2.4727,-5.34766 3.711,-8.02344 0.8085,-1.33984 2.6289,-3.85156 3.6718,-3.9375 1.7969,0.59766 1.625,4.45313 2.3633,6.74219 0.1719,2.70703 0.3477,5.41797 0.5195,8.125 0.3516,0.83203 1.3243,1.22265 2.043,0.67578 1.2149,-2.15625 0.4141,-5.94922 0.5899,-8.82031 -0.4571,-3.23438 -0.1172,-6.14063 -2.1133,-9.33594 -0.8828,-1.05859 -2.086,-1.85938 -3.1836,-2.03906 -0.7422,-0.1211 -1.4922,-0.004 -2.1719,0.33203 -1.9375,2.22656 -3.8711,4.45312 -5.8086,6.67969 -1.4219,-0.125 -1.5117,-3.23438 -1.7539,-4.85938 -0.3555,-0.85156 -1.3437,-1.24609 -2.0664,-0.69922 -0.9414,0.72266 -0.668,3.31641 -0.5508,4.7461 m -13.8359,-6.17579 c -2.2031,0.20313 -3.2813,3.20313 -4.4805,4.65235 -1.0664,0.25781 -2.1367,0.51562 -3.207,0.77344 -0.6875,2.61328 1.5703,8.15234 2.9687,10.77343 0.8789,0.55469 1.7344,0.13282 2.0547,-0.72265 0.5938,-3.67578 0.7149,-7.48438 3.3125,-10.875 0.8008,-0.9375 1.6524,-1.5625 2.6836,-1.67188 1.5508,0.0625 3.1016,0.1211 4.6524,0.17969 0.5429,-0.59375 0.5351,-1.98828 0.016,-2.60156 -1.8594,-1.0586 -5.4258,-0.48828 -8,-0.50782 M 258.20703,809.875 c 0.87891,0.69531 2.8125,0.47266 3.01563,-0.71484 0.65234,-4.02735 1.48437,-8.07422 3.23828,-11.94922 0.58593,-1.29297 2.21093,-3.82422 3.53515,-3.90625 0.84375,-0.0547 1.3086,0.92578 1.4961,1.92578 0.33203,5.58594 0.1875,11.97656 2.70312,16.67969 0.78906,0.53125 1.65625,0.15234 2.13672,-0.66797 1.01563,-2.66407 2.02734,-5.32422 3.04297,-7.98438 0.71094,-1.29297 2.26953,-3.95312 3.37891,-3.92187 2.37109,2.01953 2.33593,7.69922 3.92968,10.94531 0.35157,1.12109 2.30469,1.35937 3.09766,0.58984 0.39844,-3.24218 -1.5625,-8.38281 -3.08203,-12.0039 -0.44531,-1.32032 -1.1836,-3.02344 -2.58594,-3.80078 -1.01562,-0.5625 -2.22266,-0.54297 -3.10156,-0.0469 -1.58594,1.88281 -3.17578,3.76953 -4.76172,5.65625 -1.73438,-1.22656 -1.48047,-5.76172 -2.125,-8.875 -0.36719,-1.07031 -1.12109,-2.23437 -2.07422,-2.75391 -1.41797,-0.77343 -3.78125,-0.16796 -5.19922,0.85547 -1.2539,1.91797 -2.50781,3.83203 -3.76172,5.75 -0.46484,-1.19531 -0.92968,-2.39062 -1.39453,-3.58593 -0.6875,-0.51172 -1.58203,-0.0977 -1.88281,0.74609 -0.0117,5.34375 -0.73047,12.28906 0.39453,17.0625 m 886.00777,-4.97656 c 0.6211,0.51562 1.9493,0.51172 2.5743,-0.0234 1.2617,-3.52734 2.5234,-7.05859 3.7851,-10.58984 0.7149,-1.39844 1.9375,-3.76954 3.418,-3.97266 1.793,0.30078 2.6953,3.09375 3.168,4.78906 1.1914,2.78125 -1.4493,6.63672 0.016,8.77735 0.9101,0.80859 2.6367,0.41015 3.6797,-0.58985 3.6093,-3.38672 5.9336,-10.4375 8.8984,-11.15234 0.9922,0.3164 1.5156,2.79687 1.8359,4.14062 0.5274,3.5 1.0508,6.9961 1.5743,10.49219 0.8672,0.76563 2.9179,0.53906 3.0664,-0.61328 0.4687,-2.84766 -0.7539,-6.21484 -1.1953,-9.24219 -0.8594,-2.88672 -1.1524,-6.71875 -3.0664,-8.84765 -1.3204,-0.70704 -3.5743,-0.71875 -5.1133,0.62109 -1.8789,2.32031 -3.7539,4.64062 -5.6328,6.96094 -1.5704,-0.86328 -1.4493,-4.79688 -2.8555,-7.05078 -0.5508,-1.02735 -1.1797,-1.64063 -2.2422,-1.88672 -1.6953,-0.17969 -3.6758,-0.44532 -5.3086,1.03515 -1.5742,2.3086 -3.1523,4.61719 -4.7266,6.92578 -1.0117,-1.96484 -2.0234,-3.92968 -3.0351,-5.89453 -0.9531,-0.8789 -2.1563,-1.27734 -2.8516,-0.60156 -0.332,0.32031 4.0508,16.75391 4.0117,16.72266 M 986.78906,788.70312 c -2.26562,2.10547 -4.02734,4.94141 -4.625,7.17188 -0.73828,2.77344 -0.89453,5.42969 0.0742,8.25 0.35547,1.03516 0.84766,2.125 1.68359,3.16797 0.86719,1.08594 1.84766,1.77344 2.91797,2.01953 1.80078,0.41406 4.44532,0.37109 6.26172,0.0312 1.29688,-0.24609 3.16797,-1.15625 3.83594,-2.4375 0.51953,-0.98828 0.13281,-1.87891 -0.76172,-2.07813 -2.15234,-0.24218 -4.8125,2.3125 -7.01953,1.4336 -1.76953,-0.53516 -3.36328,-2.61328 -3.86328,-4.23047 -0.11719,-2.41797 7.25,-2.41016 9.67969,-7.85156 0.71875,-1.45703 0.72265,-3.79688 0.32031,-5.32422 -0.29688,-1.1211 -1.04297,-1.89063 -2.1875,-2.15625 -2.15235,-0.23047 -4.33594,0.19922 -6.31641,2.0039 m -0.44922,7.33594 c -0.83203,-0.16797 0.92188,-2.375 2.09375,-3.46094 0.94922,-0.8789 2.58594,-1.87109 3.21094,-1.65625 1.01953,0.35547 -4.11719,5.35547 -5.30469,5.11719 m 20.56248,-7.93359 c -1.1093,0.92969 -2.3046,2.33594 -3,3.70703 -1.6562,3.78906 -1.5078,7.53516 -1.2539,11.32812 0.2657,1.66016 2.5118,3.94532 4.2618,4.17579 1.0507,0.23437 2.2382,0.13671 3.1875,-0.26172 1.2304,-0.92969 2.4648,-1.85938 3.6992,-2.78516 0.4609,0.97266 0.9218,1.94531 1.3867,2.91797 0.6367,0.78516 1.8789,1.20703 2.5664,0.67969 0.019,-6.22657 -0.5547,-13.67578 -0.5078,-20.08985 -0.2617,-0.9414 -0.9063,-1.41797 -2.0313,-1.76562 -1.3789,-0.42578 -2.914,-0.57422 -4.289,-0.17188 -1.3828,0.40235 -2.918,1.35157 -4.0196,2.26563 m 7.3946,4.89062 c -1.336,3.08594 -2.1172,6.67188 -4.6172,9.53516 -0.8672,0.80078 -1.6406,1.05859 -2.3672,0.64453 -0.9844,-0.55859 -1.6328,-2.10156 -1.793,-3.24219 -0.1758,-1.2539 -0.012,-2.44922 0.5977,-3.75 0.8555,-1.82422 2.2383,-4.0625 4.1523,-5.67187 1.2188,-1.02344 2.4102,-1.32031 3.2578,-0.71094 0.8477,0.60547 1.0508,1.98438 0.7696,3.19531 m -364.49614,16.20313 c 0.16016,1.13672 2.04688,1.39062 3.01172,0.71484 1.45703,-3.53906 2.91406,-7.08203 4.37109,-10.625 0.73438,-1.18359 1.72657,-2.41406 2.82813,-2.17578 1.5,0.4375 2.67187,2.57813 2.9375,4.0625 0.85547,3.23828 -0.36719,8.05859 0.73437,10.96875 0.33203,0.87109 1.3125,1.25391 2.20313,0.73438 1.78515,-1.51954 1.5,-4.58204 1.48047,-6.83594 -0.22657,-2.91016 -0.95703,-6.50781 -2.57422,-9.26953 -0.61719,-1.05078 -1.51172,-2.13672 -2.57422,-2.8711 -1.00781,-0.69531 -2.20703,-1.14843 -3.25391,-1.09375 -3.42187,-0.14062 -5.20312,6.88282 -6.29687,5.67969 -0.91406,-4.6875 0.58203,-11.875 -0.92578,-16.375 -0.39453,-0.29687 -1.08985,-0.29687 -1.48438,0.008 -1.27344,8.09375 -0.39062,18.41407 -0.45703,27.07813 M 49.75,799.87891 c 0.355469,-1.15625 0.707031,-2.3086 1.0625,-3.46094 0.46875,-0.81641 1.414062,-1.40625 2.367188,-1.70313 5.125,-0.23047 10.582031,-0.97656 16.132812,-1.90625 1.371094,-0.23828 2.246094,-1.42187 1.929688,-2.8125 -0.167969,-0.72265 -0.488282,-0.98047 -1.117188,-1.0664 -4.855469,1.3125 -9.523438,1.76562 -14.050781,2.5625 -1.386719,0.11718 -3.667969,0.35547 -4.71875,-0.29688 -1.859375,-1.71484 -0.257813,-5.875 -1.046875,-8.39844 -0.355469,-0.82031 -1.335938,-1.21484 -2.050782,-0.67187 -1.238281,4.76562 -0.425781,11.72656 -0.445312,17.05859 0.304688,0.82813 1.214844,1.24219 1.9375,0.69532 M 618.79297,781.8125 c -0.60156,1.53516 -1.125,5.17969 -1.22266,7.05078 -0.3164,6.29297 -0.42187,13.14844 0.0859,19.42578 0.082,1.00391 0.39062,1.82031 1.33984,1.82031 0.94922,0.004 1.25782,-0.80859 1.33203,-1.8164 -0.38281,-8.78906 0.3711,-17.88281 0.87891,-26.48438 -0.23047,-0.60547 -0.57812,-0.91015 -1.20312,-0.91015 -0.62891,0 -0.97266,0.30078 -1.21094,0.91406 m -209.21875,-0.0547 c -0.45313,3.28125 -0.90625,6.56641 -1.36328,9.84766 -1.23438,1.8125 -4.19922,0.17969 -6.40235,1.72265 -2.54687,1.39063 -4.8125,3.53516 -5.94531,5.48438 -1.60937,2.76953 -2.32812,5.35937 -2.35156,8.23047 -0.004,1.01562 -0.0625,2.10937 0.53125,3.16797 0.38281,0.68359 1.05469,1.34765 1.73828,1.72265 1.88281,1.02735 5.52344,0.82032 7.35547,0.21485 1.92187,-1.16016 3.84375,-2.32422 5.76953,-3.48828 1.04687,1.10156 2.09375,2.20703 3.14062,3.30859 0.85938,0.50781 2.16016,0.51562 2.77344,-0.17188 0.98438,-2.35156 -2.66406,-4.04687 -2.14453,-6.85546 0.44531,-8.10938 1.25391,-17.17969 0.0742,-24.78907 -0.88281,-0.57422 -2.78906,0.36328 -3.17578,1.60547 m -1.21094,19.16406 c -0.21875,1.3086 -0.66797,2.48438 -1.82422,3.82813 -1.73828,2.01172 -3.87109,3.65234 -5.63281,4.21875 -1.21484,0.39062 -2.47656,0.25781 -3.36719,-0.57422 -0.87109,-0.8125 -1.13672,-2.13281 -0.79297,-3.34766 0.42969,-1.51171 1.55469,-3.25 2.78125,-4.75781 1.01563,-1.25781 2.42969,-2.75 3.6836,-3.57812 1.36718,-0.90625 3.42968,-1.46875 4.47265,-0.88672 1.30469,0.85156 0.82813,3.34765 0.67969,5.09765 m -20.62109,-18.13281 c 0.67187,-0.61328 0.67187,-1.96484 0,-2.57812 -0.39453,-0.36328 -1.08985,-0.36328 -1.48438,0 -0.67187,0.61328 -0.67187,1.96484 0,2.57812 0.39453,0.36328 1.08985,0.36328 1.48438,0 M 121.664,780.6914 c -0.61328,7.5664 -1.66015,15.73828 -1.03125,23.32031 0.21094,2.53125 0.66797,7.00781 1.9375,9.21484 0.46094,0.80469 1.37891,1.25391 2.42188,1.01172 1.02344,-0.23828 1.34765,-1.02734 1.375,-2.19531 0.0859,-3.33594 -2.54688,-6.29297 -2.88672,-10.08985 0.28906,-7.08593 0.57812,-14.17187 0.86719,-21.25781 -0.082,-0.99609 -0.39063,-1.80078 -1.34375,-1.80469 -0.95313,-0.004 -1.26172,0.80079 -1.33985,1.80079 m 641.11328,2.19531 c -0.20312,3.57031 -0.40234,7.14062 -0.60156,10.70703 -1.06641,2.75781 -5.98828,0.83984 -6.28125,3.38672 -0.004,0.65234 0.30469,0.98828 0.91016,1.22656 1.71093,0.22656 4.48437,-0.38281 5.40625,1.19141 0.7539,4.94531 1.5039,9.89062 2.25781,14.83984 0.55078,0.81641 1.58203,1.18359 2.29297,0.64844 0.4375,-0.32813 0.53906,-0.95703 0.53515,-1.57813 -0.62109,-4.86718 -1.90625,-10.3164 -1.48828,-14.79297 1.96875,-1.83984 5.40625,-1.51953 8.10157,-1.79296 1.34375,-0.0508 2.33203,0.40625 2.61718,1.63671 0.0391,3.27344 0.0742,6.54688 0.11328,9.82032 0.20704,1.37109 1.00782,2.67578 2.25,3.71093 2.05079,1.69922 4.80079,2.64844 7.12891,2.50782 2.34766,-0.14453 4.98047,-1.28125 7.29688,-3.28907 1.50781,-1.30859 2.03906,-2.52734 2.125,-3.99218 0.16015,-2.67969 0.17968,-5.57422 -0.0469,-8.25 -0.12891,-1.51563 -0.38672,-3.79297 -1.46484,-4.98438 -0.48828,-0.53906 -1.20703,-0.92969 -1.83594,-0.94531 -0.72656,-0.0156 -1.08203,0.3125 -1.29297,0.97656 -0.73047,2.51953 2.09375,4.94531 1.73438,7.11328 -0.0352,2.21094 0.14453,4.53516 -1.22266,6.64453 -1.0625,1.4961 -2.92969,2.3711 -4.42969,2.94141 -1.39453,0.52734 -2.35937,0.51953 -3.71875,-0.22266 -1.78515,-0.98828 -3.46484,-2.47656 -3.65234,-4.55078 -0.9375,-3.78125 1.3789,-8.63672 0.36719,-11.71484 -3.11329,-1.14063 -8.55469,-0.38672 -11.8086,0.33594 -1.3125,-0.0781 -2.32031,-0.6211 -2.59375,-1.77735 -0.49219,-2.08593 -0.49219,-6.39062 0.2461,-8.5039 0.375,-1.07422 1.47656,-2.79688 2.44921,-3.0625 0.97657,-0.26563 2.45704,0.9414 3.39844,2.17968 1.60547,1.80079 0.58594,4.125 1.14063,5.90235 0.34765,0.82422 1.32422,1.21875 2.04687,0.66015 1.0625,-0.82421 0.72266,-4.23828 0.60547,-5.84765 -0.10156,-1.36328 -0.30469,-2.85156 -1.28516,-4.24219 -0.78125,-1.11719 -1.84375,-1.83203 -2.95312,-2.08984 -1.65625,-0.38672 -4.94141,-0.48828 -6.08984,0.3789 -1.1211,0.84375 -1.97266,3.39063 -2.25782,4.82813 m -546.13672,-4.14453 c 0.10938,3.625 0.21875,7.25 0.32813,10.875 -0.51172,1.125 -3.28516,0.8164 -3.12109,2.39062 -0.0547,1.91406 3.39453,0.88672 4.35156,2.52344 0.58203,4.44141 1.46094,10.08203 1.57422,14.70312 0.29297,0.78907 1.16015,1.20704 2.21875,0.9961 1.07031,-0.21094 1.32422,-0.89844 1.30859,-1.92578 -0.54297,-4.8711 -2.65234,-10.33594 -1.48047,-14.83203 0.60547,-0.94532 2.10547,-1.38282 3.33594,-1.67579 3.05469,-0.39062 6.10937,-0.78125 9.16797,-1.17187 1,-0.26953 1.8125,-0.65625 1.80078,-1.62891 -0.0156,-0.96484 -0.83203,-1.30078 -1.82422,-1.34765 -4.21875,0.57422 -8.99219,1.26562 -12.82812,1.38281 -0.9375,-0.39063 -1.38282,-1.96094 -1.66797,-3.17578 -0.17188,-2.6836 -0.34375,-5.3711 -0.51563,-8.0586 -0.25781,-0.60546 -0.64453,-0.91015 -1.27734,-0.90625 -0.98047,0.008 -1.28516,0.83204 -1.3711,1.85157 m 750.01563,-2.05078 c -0.67969,8.41015 -0.72266,17.92187 -0.0195,26.33203 0.11719,1.41797 0.4414,4.03125 1.46875,4.86328 0.6289,0.51172 1.88672,0.57812 2.97656,0.49609 1.11328,-0.082 1.98828,-0.41406 2.01172,-1.3789 -0.33984,-1.72266 -3.76172,-2.3711 -3.58203,-5.16016 -0.1836,-8.36719 -0.13281,-16.77734 -0.16797,-25.16406 -0.082,-0.98828 -0.39063,-1.79297 -1.34375,-1.78907 -0.95313,0.004 -1.26172,0.80469 -1.34375,1.80079 m -34.99219,-1.00391 c -0.62109,8.375 -1.3125,16.92578 -1.07812,25.32031 0.0703,2.5625 0.78515,5.64063 1.63281,8.28906 0.32812,1.01954 0.81641,1.86329 1.78516,1.83204 0.96875,-0.0274 1.30859,-0.89454 1.37109,-1.96094 -0.64844,-4.05078 -1.29297,-8.10547 -1.9375,-12.15625 -0.16797,-6.98047 1.09375,-14.73047 1.71875,-22.17969 -0.19531,-0.82812 -1.07422,-1.24609 -2.125,-1.05078 -1.08594,0.19922 -1.29297,0.875 -1.36719,1.90625 m 160.75389,14.98437 c 0.035,2.11329 -3.6602,1.50782 -3.5664,3.33204 -0.062,1.92187 3.3906,0.89062 4.3477,2.53125 0.6836,4.45703 1.3671,8.91015 2.0508,13.36718 0.4102,0.29688 1.1054,0.28907 1.5038,-0.0156 0.4492,-0.33985 0.5508,-0.94141 0.6016,-1.57422 -0.1758,-3.94141 -0.3554,-7.88672 -0.5313,-11.82813 0.6914,-1.15625 2.8438,-1.64453 4.2344,-1.87109 1.7578,-0.12109 4.2148,-0.65625 5.1562,0.77344 0.7696,2.92969 0.3594,6.65234 0.4336,9.92187 0.082,0.9961 0.3633,1.81641 1.3399,1.83594 3.2305,-1.73828 6.289,-9.72656 9.8555,-11.85547 1.6054,0.77344 -0.078,5.39063 1.1914,7.92969 0.8711,1.63281 3.2226,3.37109 4.8125,3.91406 1.9531,0.66797 4.3945,0.49219 6.3398,-0.39844 1.9375,-1.01953 4.5703,-2.34375 5.7813,-4.52343 0.6835,-2.44922 0.914,-4.9375 -0.4688,-7.38672 -0.7891,-1.3711 -1.6211,-3.0586 -2.4922,-3.88672 -1.1211,-1.0625 -3.3359,-1.58984 -4.9258,-1.97656 -3.3672,-0.48828 -6.957,-0.95703 -10.1015,0.51172 -2.6289,2.75781 -5.2617,5.51953 -7.8907,8.27734 -1.3593,-0.25391 0.4883,-4.14063 0.2188,-5.91406 -0.1602,-0.64063 -0.4648,-0.8711 -1.1211,-1.0625 -4.5859,-0.92578 -10.2578,2.17187 -13.4102,0.82031 -0.996,-1.48047 -0.7148,-7.46875 -0.051,-9.42578 0.5625,-1.65625 2.6679,-4.36719 4.457,-5.3086 1.5273,-0.66015 3.0117,-0.64843 4.5704,0.62891 1.2461,1.02344 2.2929,2.49219 2.8359,3.6875 0.1796,1.86328 0.3554,3.73047 0.5313,5.59375 0.7266,0.48047 2.0703,0.0742 2.7227,-0.72266 1.0468,-2.03515 0.6093,-4.82812 -0.2422,-7.19531 -0.6641,-2.1289 -2.0821,-4.3125 -4.3985,-5.2539 -1.4375,-0.71485 -2.7851,-1.07813 -4.207,-1 -1.3281,0.0703 -2.9258,0.39062 -4.1602,0.90625 -1.789,0.75 -3.4257,3.25781 -4.5117,5.30859 -1.6484,4.04687 -0.3828,7.99219 -0.9062,11.85937 m 37.2343,2.97266 c 1.2852,1 2.6563,3.01953 3.0469,4.42188 0.2071,0.74218 0.1758,1.07031 -0.3008,1.8164 -0.7343,1.15235 -2.4804,2.73047 -3.5703,3.26953 -1.3008,0.64063 -3.3633,0.65625 -4.5586,0.004 -1.1054,-0.60547 -2.1523,-2.125 -2.5468,-3.3125 -0.4532,-1.36719 -0.461,-3.33984 -0.1719,-4.71094 0.2461,-1.17187 1.289,-2.67187 2.5859,-3.19922 1.7969,-0.57031 3.7735,0.6836 5.5156,1.71094 M 71.945312,759.04297 c -0.878906,-0.52344 -2.160156,-0.55469 -2.777343,0.1289 -0.386719,0.42579 -0.429688,1.14844 -0.222657,1.85157 1.152344,2.82422 4.234376,5.42578 3.980469,7.90234 -0.222656,0.91016 -1.195312,1.80859 -2.121093,2.25 -1.292969,0.61328 -3.339844,0.57031 -4.644532,0.28516 -0.945312,-0.20313 -1.644531,-0.7461 -2.234375,-1.72657 -1.125,-3.0039 -2.246093,-6.00781 -3.367187,-9.01171 -0.597656,-0.8086 -1.640625,-1.17969 -2.335938,-0.60157 -1.5,2.70703 2.183594,7.52344 1.828125,10.53516 -1.410156,1.67578 -5.363281,0.68359 -7.898437,0.80859 -0.714844,-0.14453 -1.195313,-0.32812 -1.734375,-0.89062 -0.542969,-1.14844 -1.085938,-2.29297 -1.628907,-3.44141 -0.425781,-0.3125 -1.136718,-0.30469 -1.546874,0.0195 -1.25,1.84766 -0.425782,5.61328 0.390624,8.00782 0.347657,0.64453 0.683594,0.96093 1.371094,0.98828 1.378906,-0.57813 2.757813,-1.16016 4.136719,-1.73828 3.261719,0.34375 6.519531,0.68359 9.777344,1.02343 2.679687,-0.0781 7.875,-0.23828 10.308593,-1.48437 1.527344,-0.78516 2.808594,-2.48047 3.109376,-3.83594 0.429687,-1.95703 -0.140626,-4.29687 -0.992188,-6.23828 -0.667969,-1.52734 -2.0625,-4.03516 -3.398438,-4.83203 M 69.371094,732.6875 c -1.714844,2.73437 -5.535156,7.20703 -7.558594,9.21094 -0.710938,0.29297 -1.292969,-0.33594 -1.71875,-1.26953 -0.515625,-1.8711 -0.640625,-4.29688 -2.09375,-5.77735 -0.738281,-0.75 -1.875,-1.14453 -2.976562,-1.22265 -1.160157,-0.082 -1.945313,0.22265 -2.691407,0.92187 -1.167969,1.09375 -2.238281,2.69141 -2.5625,4.32031 -0.01172,4.83203 -2.160156,10.96485 -1.625,14.96875 0.25,0.22266 19.6875,-3.22265 20.855469,-3.98047 0.882812,-0.57421 1.265625,-1.9414 0.863281,-2.58984 -1.007812,-1.33594 -5.460937,0.12109 -5.609375,-1.51953 2.320313,-2.86719 4.644532,-5.73438 6.964844,-8.60156 0.902344,-1.58594 1.765625,-3.88672 0.648438,-4.96875 -0.75,-0.63282 -1.773438,-0.25782 -2.496094,0.50781 M 63,746.47266 63.527344,747 63,747.52734 62.472656,747 63,746.47266 m -6.457031,-6.29688 c 0.417969,2.44141 1.503906,5.32813 0.652343,7.48047 C 56.78125,748.37109 55.9375,748.57031 55,748.5625 c -1.199219,-0.008 -2.5625,-0.47266 -2.808594,-1.61719 -0.246094,-1.14062 0.07031,-4.36719 0.535156,-5.73828 0.375,-1.10547 1.507813,-2.84766 2.367188,-2.90625 0.75,-0.0508 1.195312,0.92188 1.449219,1.875 m 1.351562,-45.14062 c -3.945312,1.375 -7.886719,2.7539 -11.832031,4.1289 -0.503906,0.79297 -0.195312,1.92188 0.683594,3 2.984375,2.10938 5.964844,4.21875 8.945312,6.32813 1.296875,1.07812 2.664063,2.375 2.660156,3.50781 -0.0039,1.31641 -2.105468,3.24219 -3.664062,4.61328 -2.371094,2.44141 -5.828125,2.53906 -7.441406,5.25391 -0.886719,1.68359 -0.289063,3.64453 0.125,5.35937 0.273437,1.13281 0.503906,1.73828 1.449218,2.01172 2.167969,0.62891 5.757813,1.08203 8.199219,1.16406 2.566407,-0.15234 5.996094,0.60938 7.847657,-0.57031 0.699218,-0.91016 0.484374,-2.85547 -0.652344,-3.01562 -3.808594,-0.63282 -9.71875,-1.08204 -12.15625,-3.16016 0.07031,-2.00391 5.640625,-3.14063 8.109375,-6.44141 1.582031,-1.73828 2.210937,-3.32812 2.28125,-5.1914 0.05469,-1.48047 -0.01563,-2.79688 -1.171875,-4.24219 -2.980469,-2.19922 -5.960938,-4.39453 -8.945313,-6.59375 2.285157,-2.12109 7.902344,-3.11328 11.84375,-3.90625 1.183594,-0.22656 1.421875,-2.25781 0.679688,-3.04297 -0.863281,-0.83594 -5.347657,0.32031 -6.960938,0.79688 M 800.78906,599.74219 c 0.36328,-0.39453 0.36328,-1.08985 0,-1.48438 -0.61328,-0.67187 -1.96484,-0.67187 -2.57812,0 -0.36328,0.39453 -0.36328,1.08985 0,1.48438 0.61328,0.67187 1.96484,0.67187 2.57812,0 m -11.04687,-2 c 0.39453,-0.39453 0.39453,-1.08985 0,-1.48438 -0.39453,-0.39453 -1.08985,-0.39453 -1.48438,0 -0.39453,0.39453 -0.39453,1.08985 0,1.48438 0.39453,0.39453 1.08985,0.39453 1.48438,0 m -13.95313,0 c 0.36328,-0.39453 0.36328,-1.08985 0,-1.48438 -0.61328,-0.67187 -1.96484,-0.67187 -2.57812,0 -0.36328,0.39453 -0.36328,1.08985 0,1.48438 0.61328,0.67187 1.96484,0.67187 2.57812,0 m -266.1914,-4.77735 c -0.19922,1.65235 -0.13282,3.53125 0.33984,5.17578 0.30469,1.06641 0.82422,2.02735 1.77344,3.13282 1.75781,2.05468 3.39843,3.0664 5.18359,3.16797 2.02734,0.11328 4.17969,0.0937 6.20313,-0.41016 1.73046,-0.42969 3.48046,-1.03516 4.77343,-2.13672 1.41407,-1.20312 4.04297,-3.90234 4.46094,-5.78906 0.3125,-2.75 -0.0312,-5.6211 -1.32031,-8.27344 -1.15625,-1.80469 -4.06641,-3.77344 -5.8711,-4.1875 -2.64453,-0.60547 -5.59375,-1.15625 -8.26953,-1.16797 -1.52734,-0.008 -2.60547,0.0469 -3.4414,1.25391 -1.63282,2.36719 -3.50782,6.53125 -3.83203,9.23437 m 15.16796,-5.64453 c 1.23438,0.76953 2.7461,1.89063 3.45704,2.97656 0.78125,1.19922 1.36328,3.28125 0.82421,4.58204 -0.49609,1.19921 -2.10156,2.625 -3.34375,3.79296 -2.03125,1.91797 -3.72265,2.41016 -5.68359,2.66016 -1.31641,0.17188 -2.4375,-0.13281 -3.75391,-1.10547 -1.47656,-1.08984 -3.07421,-2.82812 -3.46484,-4.35156 -0.4375,-1.69922 0.57031,-3.95313 1.43359,-5.65625 1.05079,-1.69531 2.23438,-4.47266 3.95313,-4.49609 1.73047,-0.11719 4.84375,0.51562 6.57812,1.59765 m 189.23047,3.51953 c -0.67578,3.41016 -0.77734,6.97266 0.0469,10.32422 0.53906,0.95703 1.67578,1.87891 2.73828,2.47266 1.11719,0.625 2.05859,0.77344 3.125,0.8164 2.32422,0.0937 4.85937,0.21485 7.16797,-0.1875 1.98828,-0.34765 4.21484,-1.13671 6.07031,-2.15234 2.29297,-1.4375 4.66797,-3.15625 5.60938,-5.98437 0.98437,-3.47657 1.14062,-6.89454 -0.0469,-10.31641 -0.80078,-1.65234 -2.78906,-3.28906 -4.52734,-3.95313 -1.89063,-0.71875 -4.26172,-1.125 -6.20313,-1.30078 -1.74609,-0.16015 -4.60937,-0.51172 -6,0.46094 -1.98828,1.38281 -6.49219,6.61719 -7.98047,9.82031 m 21.55078,3.94922 c -0.88671,1.97266 -3.47656,3.73828 -5.76562,4.9336 -2.17969,1.14062 -4.61719,1.83203 -6.77734,1.72265 -2.08204,-0.21875 -4.85157,-0.72656 -5.85938,-2.72656 -0.76953,-1.53516 -1.04687,-3.97266 -0.28125,-5.59375 0.67578,-1.42578 2.39063,-3.57031 3.56641,-4.44531 1.49218,-0.60547 2.98047,-1.21094 4.47265,-1.81641 0.16016,-1.02344 0.32422,-2.04687 0.48828,-3.06641 1.60547,-0.6914 4.23047,0.57032 6.39844,1.38672 1.67969,0.69922 3.16797,1.40235 4.07031,3.02344 1.17579,2.14844 0.5,4.38281 -0.3125,6.58203 M 545.84766,578.59375 c -1.38282,0.0742 -5.96094,2.47656 -6.77735,3.47266 -0.45312,4.27734 -1.85156,10 -1.51172,14.91796 0.0508,1.82813 -0.0781,4.58204 1.54688,5.84375 0.57031,0.3086 1.32422,0.23047 1.94531,-0.0898 0.72266,-0.37891 1.01172,-0.85547 1.20313,-1.50781 0.0859,-4.35156 0.17187,-8.70313 0.25781,-13.05469 0.19922,-1.36719 0.91797,-2.54297 2.02344,-3.85937 1.11328,-1.33594 2.3164,-2.50782 3.66796,-2.76954 3,0.22266 5.9961,0.44141 8.99219,0.66407 0.8125,-0.3125 1.22656,-1.22266 0.6836,-1.94141 -3.14454,-1.39453 -8.1211,-1.83203 -12.03125,-1.67578 m -247.16797,3.28906 c -0.33985,1.5 -0.38672,3.91016 0.33203,5.23828 2.89453,3.71094 9.43359,4.48438 11.6875,8.83985 0.0391,0.54297 -0.41016,1.01562 -0.94531,1.33203 -1.23829,0.73047 -3.33985,1.16797 -4.67969,1.08984 -2.44531,0.27344 -4.10156,-3.49609 -6.10547,-3.5625 -0.60938,0.0586 -1.01172,0.42578 -1.19531,1.14063 -0.16407,0.62109 -0.0547,1.44922 0.29297,2.13672 0.67578,1.35546 2.4414,2.57031 3.76953,3.03125 2.18359,0.76171 6.14062,0.7539 8.33203,0.004 1.34375,-0.45703 3.10547,-1.67578 3.79687,-2.98828 0.78907,-1.49219 0.41016,-3.77344 -0.32031,-5.26562 -1.89844,-2.96875 -6.34766,-4.00782 -9.29297,-6.58594 -1.1875,-0.9336 -2.45312,-2.15625 -2.22656,-3.20313 0.21875,-1.00781 1.89844,-2.03125 3.07031,-2.3789 2.33594,-0.12891 4.66797,-0.25782 7.00391,-0.38672 0.82422,-0.36328 1.21875,-1.35156 0.67187,-2.07031 -2.84765,-1.03907 -7.44531,-0.90235 -11.07031,-0.20313 -1.53125,0.77344 -2.80859,2.45313 -3.12109,3.83203 m -21.89844,-1.03515 c -1.27734,1.18359 -2.20703,2.57031 -2.91797,3.96484 -1.89062,3.46484 -1.26953,6.82422 -1.28516,10.23437 0.35938,2.20313 1.21094,5.35157 3.22657,6.61719 2.67968,1.55469 5.55859,2 8.24609,1.73438 1.71484,-0.15235 3.44531,-0.76953 5.1875,-1.81641 1.71484,-1.03125 3.39063,-2.60547 4.42578,-4.36328 1.99219,-3.78516 1.85156,-7.54297 1.8125,-11.32031 -0.11328,-2.04297 -1.52344,-4.27344 -3.39062,-5.51563 -1.67188,-1.10937 -8.00391,-3.12109 -10.16797,-2.75781 -1.63672,0.27344 -3.625,1.82812 -5.13672,3.22266 m 15.66406,6.26953 c 0.46485,2.20312 -0.30859,5.47265 -1.59375,7.65234 -1.18359,2.00781 -3.1289,3.60938 -5.04687,4.57422 -1.94532,0.92969 -3.7461,1.62891 -5.6211,0.49219 -2.0039,-1.10157 -3.8125,-3.08985 -4.34765,-4.98438 -0.4961,-2.55078 -0.80469,-5.13672 0.78125,-7.64062 0.99218,-1.73438 2.51562,-3.56641 4.54687,-4.40235 1.69922,-0.70312 4,-0.45312 5.74219,-0.35937 1.01953,0.0508 1.82031,0.24219 2.83984,1.02734 1.33594,1.03125 2.44141,2.42578 2.69922,3.64063 m -39.54297,-9.15625 c -2.375,0.60156 -4.88672,1.67968 -7.24609,2.89062 -1.07422,0.55078 -1.6875,1 -1.94141,1.9961 0.0195,3.625 0.043,7.2539 0.0625,10.8789 -0.29297,1.125 -3.10547,0.60547 -2.95703,2.33594 -0.14062,1.77344 2.33985,3.19141 3.33985,4.30469 0.75781,1.17187 0.98437,3.17968 1.23046,4.69531 1.3711,8.36328 0.60547,16.91406 1.27735,25.25781 0.0781,0.99219 0.38672,1.80078 1.33594,1.79297 0.94921,-0.004 1.25781,-0.82031 1.33984,-1.83203 0.61328,-9.63672 -0.64063,-20.47266 -1.12891,-29.01953 0.39844,-1.14063 9.78907,-2.7461 13.03125,-4.91797 2.8711,-2.10938 5.17188,-4.16406 6.01563,-7.25391 0.18359,-2.6875 0.67187,-5.67187 -0.28516,-8.15234 -0.8789,-1.40625 -3.34765,-2.98047 -4.85156,-3.28516 -2.73828,-0.55078 -6.48438,-0.38672 -9.22266,0.3086 m 11.55078,8.95312 c -0.32812,1.44531 -1.97265,3.32422 -3.17968,4.60938 -1.70313,1.80859 -4.21094,3.28125 -6.45703,4.28125 -2.23829,0.84765 -4.75782,2.08593 -6.36719,1.33203 -1.58594,-1.87891 -1.42969,-5.41016 -1.94141,-8.10547 -0.125,-1.57422 -0.28906,-3.25391 0.97656,-4.57422 2.61329,-2.20703 5.6875,-3.16797 8.53516,-3.81641 1.21875,-0.20312 2.65234,-0.33593 3.86328,-0.0781 0.96875,0.20703 1.8711,0.79687 2.82422,1.75391 1.61328,1.61328 2.10547,3.02734 1.74609,4.59765 m 365.55079,-9.65625 c -1.11329,0.51172 -1.66407,1.44141 -2.15625,2.5 -1.96094,5.96875 -3.92188,11.9375 -5.88672,17.90625 -0.66016,1.41797 -1.63672,3.8125 -3.01563,4.02344 -0.8125,0.0273 -1.52734,-0.99219 -2.03515,-1.92578 -0.67188,-1.22656 -1.08204,-2.53516 -1.29688,-3.85156 -0.16016,-5.36719 -0.32422,-10.73047 -0.48437,-16.09766 -0.35938,-1.03906 -1.10157,-2.24609 -2.13282,-2.75 -1.03906,-0.51563 -1.94922,-0.125 -2.22656,0.89062 0.59766,2.07422 1.19531,4.14844 1.79297,6.22266 0.0664,4.99609 -0.44141,9.93359 0.37891,14.96484 0.66796,2.21094 1.36718,5.32422 3.89453,6.81641 1.02734,0.51953 2.24218,0.52344 3.30859,-0.004 1.84766,-0.90625 3.1875,-3.21484 3.96094,-4.73828 3.46875,-7.83984 6.0039,-16.5039 7.64844,-24.01562 -0.3711,-0.30078 -1.09766,-0.23828 -1.75,0.0586 M 462.98828,576.9532 c -2.0625,0.41797 -4.14062,0.58204 -6.23437,1.70313 -1.11719,0.59766 -1.78516,1.22266 -2.04688,2.24609 -0.40234,1.60547 -0.26953,3.6875 0.97656,5.27344 3.14844,3.25 8.08594,6.15234 10.02735,9.96094 0.59765,1.26172 0.33593,2.37109 -0.98047,3.4414 -1.23438,1.00391 -2.46094,1.03125 -3.7461,0.92188 -2.12109,-0.1875 -4.63281,-0.99609 -6.78125,-1.95703 -3.48437,-0.5586 -3.23437,-5.25781 -5.1875,-5.63672 -0.98046,0.0156 -1.29296,0.87891 -1.38671,1.97266 -0.13282,1.48437 -0.0274,2.96875 1.1289,4.30468 2.58594,2.47266 5.50391,3.19141 8.16797,4.05078 2.47656,0.48047 5.69531,0.51954 8.19141,0.13672 1.0039,-0.15234 2.20312,-0.60937 3.09375,-1.42187 0.94531,-0.86328 1.14453,-1.73438 1.21484,-2.83985 0.0977,-1.62109 0.26563,-3.70703 -0.36719,-5.23828 -1.80078,-4.17187 -8.27734,-6.57812 -9.98047,-11.77343 0.16797,-0.92188 1.15235,-1.39063 2.08985,-1.58985 2.65625,-0.0664 5.3125,-0.13672 7.96484,-0.20312 0.88672,-0.33203 1.26953,-1.30078 0.74219,-2.10157 -1.52734,-1.38671 -4.63672,-1.78906 -6.88672,-1.25 m -69.24219,5.73829 c -1.87109,2.0664 -2.9375,4.05859 -4.09765,6.14453 -0.96094,1.72656 -1.63672,3.41406 -1.92969,5.14062 -0.35547,2.07422 -0.625,5.1836 -0.0664,7.16406 0.41407,1.48047 2.45703,2.66797 4.26563,3.00391 2.33984,0.42969 6.03125,-0.80078 8.28125,-1.65625 4.52734,-1.17187 7.91797,-9.95703 9.11719,-8.83594 0.57031,2.83203 1.14453,5.66407 1.71875,8.49219 1.42187,3.63281 2.83984,7.26172 4.26171,10.89453 0.44532,1.82031 0.17188,3.96485 -1.0039,5.74219 -0.95313,1.44922 -3.03125,3.61719 -4.47266,4.35156 -0.90234,0.46094 -1.90234,0.47266 -2.80859,0.42188 -3.81641,-0.57032 -7.78906,-3.83203 -11.97656,-6.57422 -1.1211,-0.41016 -2.07813,-0.0508 -2.16016,1.05469 -0.0781,1.07031 0.78125,2.17187 1.76172,3.05859 2.4414,2.20312 5.53906,3.94531 8.22265,4.97656 2.27344,0.8711 5.9375,0.65625 8.26563,0.30469 1.86719,-0.28516 4.60937,-2.03516 5.87891,-4.14453 1.15234,-1.91797 1.36328,-4.36719 1.41796,-6.23047 0.0547,-1.69531 0.0312,-3.38672 -0.38671,-5.07813 -1.49219,-4.00781 -2.98829,-8.01953 -4.48047,-12.03125 -0.83594,-2.99218 -1.27735,-5.89062 -1.67969,-8.91406 0.4375,-3.04687 0.87891,-6.09765 1.31641,-9.14453 -0.1211,-0.63281 -3.9336,-2.80078 -6.03516,-3.82422 -1.65234,-0.80469 -4.57031,-0.70703 -6.28516,-0.33203 -2.41406,0.49219 -4.85937,3.89844 -7.125,6.01563 m 15.09375,2.25781 c -2.02343,3.55859 -3.05078,7.25 -6.19922,10.67969 -1.69531,1.76171 -3.20312,3.40234 -4.84375,4.02734 -1.73828,0.66016 -4.99609,1.40625 -6.45703,0.53906 -1.5039,-1.15234 -0.82812,-3.98437 -0.23047,-6.0664 0.95704,-2.86329 2.78907,-6.10157 5.26563,-8.82032 1.57422,-1.72656 3.95703,-4.58203 5.74219,-5.35156 2.10156,-0.62891 4.58593,1.0625 6.33203,1.71484 0.97265,0.78125 0.97656,1.9375 0.39062,3.27735 m 289.95703,-8.08203 c -3.17187,2.33593 -6.19531,4.63672 -7.89843,7.92968 -1.39844,2.8086 -1.69532,6.41016 -1.28516,9.26563 0.41797,1.94922 1.47266,4.66016 3.26563,5.57422 3.08203,1.23828 6.1289,0.71094 9.16406,0.73437 1.69531,-0.15625 5.98437,-1.21875 6.875,-2.58203 0.30469,-0.46875 0.29297,-1.14453 -0.0586,-1.55469 -0.35546,-0.41796 -1.07812,-0.58984 -1.76171,-0.6289 -3.76954,0.32031 -6.8125,2.93359 -9.9336,1.83594 -1.32812,-0.28907 -3.98828,-2.91016 -3.85937,-4.25391 2.85156,-3.57031 9.84765,-3.19531 13.63672,-8.03516 0.87109,-1.55468 0.76562,-4.60156 0.36718,-6.28906 -0.25781,-1.09766 -0.98047,-2.20312 -2.12109,-2.8125 -2.19141,-0.91016 -4.28125,-0.31641 -6.39063,0.81641 m 5.02735,5.08593 c -0.30078,0.875 -1.3086,1.75 -2.20313,2.42969 -2.50781,1.76172 -6.53515,4.2461 -7.64843,3.28516 0.15234,-2.36719 3.41406,-4.74219 6.21093,-7.16406 1.21094,-1.11329 2.48828,-1.13282 3.32422,-0.15625 0.42969,0.5 0.54688,0.92968 0.31641,1.60546 m -66.99219,-4.23437 c 0.45703,5.20312 0.68359,10.18359 0.80859,15.30469 0.1836,2.27734 0.84375,4.98828 1.58204,7.27734 0.32421,1.01563 0.8125,1.86328 1.78125,1.82813 0.97265,-0.0391 1.32812,-0.91407 1.33203,-2.00391 -0.61719,-3.0625 -1.23047,-6.12891 -1.84766,-9.19141 -0.0391,-3.67187 -0.082,-7.33984 -0.12109,-11.01172 -0.082,-0.9375 -0.22266,-2.18359 -0.78907,-3.05078 -0.42968,-0.65625 -0.89843,-0.99609 -1.5625,-1.0039 -1.01562,-0.0156 -1.27343,0.85547 -1.18359,1.85156 M 367.84376,576.8907 c -2.30469,2.92969 -4.60938,5.85547 -6.91797,8.78516 -1.04297,-0.5625 -1.37109,-4.61719 -1.65625,-6.86328 -0.34766,-0.83984 -1.30078,-1.24219 -2.01953,-0.69141 -0.61328,6.91016 0.57812,16.86328 1.00391,23.76953 0.70312,0.55469 1.61718,0.15625 2.08593,-0.64062 1.45703,-4.95313 2.91407,-9.90625 4.3711,-14.85547 1.89453,-2.11328 3.98047,-6.59375 7.2539,-7.35156 1.4961,0.0781 2.81641,1.75 3.36328,3.21094 1.12891,5.04296 2.41797,10.58984 2.375,15.9414 0.21875,1.15625 2.27735,1.38672 3.05079,0.67188 0.1289,-4.82422 -0.875,-11.4336 -2.22657,-16.98047 -0.39062,-1.87891 -1.27343,-4.60156 -3.38281,-5.85547 -2.33984,-0.88281 -5,-0.48438 -7.30078,0.85937 m 374.83594,3.02735 c -0.30469,1.59375 0.19531,3.89844 1.22656,5.08984 4.05469,2.53125 9.55469,5.76563 13.87891,7.85156 1.10156,0.59375 2.82812,2.10547 3.09765,3.19922 0.27735,1.12891 -0.95312,2.50782 -2.14453,3.19922 -1.15625,0.67578 -2.49219,0.8125 -3.71484,0.74219 -1.16407,-0.0703 -2.69532,-0.19922 -3.78516,-0.80469 -1.66797,-0.67578 -1.58594,-3.37109 -3.26953,-3.30078 -0.69922,0 -1.22266,0.32813 -1.67969,1.00391 -0.61328,0.91015 -0.71094,2.22265 -0.23828,3.09765 1.51563,1.92188 4.66797,2.92188 6.89453,3.40625 3.07422,0.26563 6.2461,-0.32422 9.24219,-1.4414 1.24609,-0.75391 2.51953,-2.48438 2.94141,-3.85547 0.50781,-1.64453 0.0234,-3.84766 -1.03516,-5.125 -4.69531,-3.70313 -10.96094,-6.75 -15.82031,-9.4375 -0.90625,-0.72266 -1.62891,-1.73828 -1.63672,-2.48438 -0.0352,-1.27734 2.0039,-2.39843 3.40234,-2.52734 2.19531,-1.01953 3.71485,2.44141 5.72656,1.32031 0.79688,-0.72656 0.75,-2.91015 0.10547,-3.71094 -0.67578,-0.83593 -2.60547,-1.1875 -3.86718,-1.19921 -1.75,-0.0195 -4.5625,0.25 -6.23438,1.11328 -1.51562,0.78515 -2.82422,2.46484 -3.08984,3.86328 m -580.87891,-4.26563 c -2.66406,1.875 -6.41797,8.88282 -7.74219,9.10157 -1.45703,-0.5 0.44532,-4.88282 0.21875,-6.92188 -0.19531,-0.61328 -0.59765,-0.92969 -1.26172,-0.94141 -0.69531,-0.0156 -1.1289,0.27735 -1.53515,0.88282 -1.28906,3.83593 -1.875,8.10547 -2.71094,12.1914 -0.26172,1.72266 -1.26562,8.14063 -0.53125,8.89844 0.81641,0.84766 2.59766,0.38281 3.42969,-0.58594 2.37109,-4.67187 4.73828,-9.33984 7.10937,-14.00781 1.53907,-1.95703 4.14844,-5.32422 6.10547,-5.95703 1.3711,0.13281 2.46875,2.39453 2.61328,3.85937 0.0977,5.34375 0.19532,10.69141 0.29297,16.03907 0.21094,0.6289 0.44531,0.83203 1.17188,1.01172 0.92187,0.22656 2.32812,0.13671 2.87109,-0.46094 1.21094,-1.69141 -1.80859,-3.09375 -1.42969,-4.9961 0.14844,-4.57812 0.59766,-9.3125 -0.16406,-13.875 -0.25,-1.49218 -0.84375,-3.9375 -2.1875,-4.8164 -1.76562,-0.72656 -4.24609,-0.89063 -6.25,0.57812 m -8.58594,11.07032 -0.16015,0.20312 -0.19532,-0.25781 -0.0742,-0.39063 0.16015,-0.20312 0.19531,0.25781 0.0742,0.39063 m -40.35156,7.43359 c 0.60938,1.77734 2.29688,3.74219 3.94922,4.51172 3.09766,1.04297 6.21875,1.0625 9.33203,0.38672 1.35156,-0.5625 2.88672,-1.82813 3.96094,-2.91016 1.60156,-2.26953 3.20703,-4.53906 4.80859,-6.80469 1.61719,1.14453 0.23047,5.4961 1.54297,7.96094 0.58594,1.14844 2.11719,2.24219 3.52734,1.95703 1.03516,-0.21094 1.37891,-1.15625 1.03907,-2.09375 -1.13672,-1.80078 -2.4961,-2.90234 -2.57813,-5.25781 -0.0742,-2.03906 -0.34765,-4.73438 0.10938,-6.65625 0.62109,-1.375 1.23828,-2.75 1.85937,-4.125 0.0937,-1.61328 0.33985,-3.72266 -0.46094,-5.31641 -0.77734,-1.54297 -2.46093,-2.8164 -3.80468,-3.1289 -3.125,-0.0937 -6.26172,-0.65235 -9.32031,0.88672 -2.60547,1.21875 -5.8125,3.18359 -7.77735,5.28515 -2.61719,2.80078 -5.23437,6.7461 -6.21875,10.02735 -0.47265,1.57421 -0.51562,3.67968 0.0312,5.27734 m 21.67578,-12.29688 c -1.49609,3.50782 -3.39453,7.58204 -6.24219,10.66797 -1.28515,1.38672 -3.61328,3.56641 -5.35937,3.89844 -1.72266,0.32813 -3.98047,-0.28906 -5.40625,-1.8125 -1.22266,-1.41016 -2.125,-3.02344 -1.34375,-4.58594 1.07031,-2.80468 3.21875,-6.09765 5.51172,-8.54297 2.08984,-2.23437 5.72656,-4.46875 8.38672,-5.35156 1.8125,-0.53906 4.07031,-1.16015 5.44531,0.25391 1.17969,1.47656 -0.50391,3.6289 -0.99219,5.47265 m 186.66406,-2.24218 c -0.91406,1.55859 -3.65625,0.97656 -5.39843,1.07812 -0.60547,0.26172 -0.91016,0.65235 -0.91016,1.28516 0,0.65234 0.30469,0.98828 0.91016,1.22656 1.71093,0.22266 4.48437,-0.38281 5.40234,1.17969 0.71094,5.99609 1.09375,13.92969 2.05469,19.50781 0.39844,0.29688 1.08594,0.29297 1.48437,-0.0195 0.44922,-0.35156 0.55078,-0.96875 0.60547,-1.625 0.46485,-5.58594 -1.13281,-11.29688 -0.91406,-16.17188 0.0625,-1.41015 0.38672,-2.28906 1.76172,-2.55859 2.22656,-0.44141 14.44531,-1.91016 15.03125,-1.0625 0.42578,4.42188 0.57812,9.74219 1.7539,14.70313 0.22657,0.67578 0.5586,1.35156 1.13282,1.71484 0.53906,0.33984 1.24609,0.33594 1.64843,0.008 0.90625,-0.74219 -0.84375,-17.65625 -1.8789,-18.97265 -0.44922,-0.57422 -1.05078,-0.86329 -1.82422,-0.96485 -6.05469,0.29688 -11.45703,2.17578 -16.70703,1.2461 -2.08985,-3.58204 -0.29688,-9.96875 -1.16016,-14.40235 -0.3125,-0.80859 -1.22265,-1.21484 -1.9414,-0.67578 -1.5625,3.92578 0.13671,10.17578 -1.05079,14.50391 m 25.77344,-12.41797 c 0.98438,-0.22656 1.45703,-1.15625 1.22266,-2.17578 -0.22656,-0.98438 -1.15625,-1.45703 -2.17578,-1.22266 -0.98438,0.22656 -1.45703,1.15625 -1.22266,2.17578 0.22656,0.98438 1.15625,1.45703 2.17578,1.22266 m 330.14844,-6.0586 c -0.55859,0.35547 -0.90234,1.04297 -1.12109,1.69922 -0.71875,4.64453 -1.32813,9.57422 -1.78516,13.73047 -1.46484,1.3711 -4.89063,-0.6875 -7.3125,0.043 -1.83984,0.26172 -4.35156,1.55078 -6.06641,2.37109 -2.27343,1.08594 -5.6875,4.56641 -6.97265,6.87891 -1.52344,2.63281 -1.44922,5.49609 -1.26172,8.24609 0.27734,1.73047 1.52344,3.47266 3.23828,4.51954 2.37891,1.38671 4.80469,0.63281 7.1875,0.83203 2.02734,-0.0117 4.13281,-0.17188 6.15625,-0.95313 3.03516,-0.76562 5.16016,-5.69922 6.08203,-6.22656 1.75391,0.71484 1.08984,5.48437 3.875,8.00781 0.57422,0.5625 1.10547,0.83203 1.91016,0.75781 0.6875,-0.0625 1.41797,-0.46484 1.80859,-1.0664 0.36719,-0.5625 0.37891,-1.29688 0.0937,-1.87891 -1.61719,-2.25781 -3.02734,-3.59375 -3.67187,-6.14062 0.0117,-3.02735 0.0273,-6.05469 0.0391,-9.08594 -0.62891,-1.63672 -1.25781,-3.27344 -1.88672,-4.91016 0.62891,-4.375 1.25391,-8.7539 1.88281,-13.1289 0.0977,-1.2461 0.26172,-3.08203 -0.55078,-3.71094 -0.41016,-0.3125 -1.11719,-0.32031 -1.64453,0.0156 m -5.38281,28.66407 c -0.94922,1.97265 -2.39063,3.91797 -4.07422,4.99609 -2.08203,1.32813 -4.41406,1.99219 -6.57813,1.67969 -1.59765,-0.23047 -4.28906,-1.84375 -5.20312,-3.66406 -0.6836,-1.3711 -0.14844,-3.17969 0.82031,-4.60938 1.44141,-2.12891 4.51563,-5.03516 6.53906,-6.25781 1.63282,-0.98438 4.07813,-2.26953 5.73047,-2.23438 1.41406,0.0352 3.42578,0.94532 4.15625,2.47266 0.6836,2.46094 -0.55078,5.0625 -1.39062,7.61719 m -24,-26.01563 c 0.67187,-0.61328 0.67187,-1.96484 0,-2.57812 -0.39453,-0.36328 -1.08985,-0.36328 -1.48438,0 -0.67187,0.61328 -0.67187,1.96484 0,2.57812 0.39453,0.36328 1.08985,0.36328 1.48438,0 m -82.04297,-1.08984 c 0.7539,3.92969 1.42578,8.34375 0.5039,11.92969 -2.02734,1.94531 -6.57031,0.41796 -9.41015,1.17187 -0.60156,0.23438 -0.90235,0.57422 -0.90235,1.19922 0,0.625 0.30079,0.96484 0.90235,1.19922 2.83594,0.7539 7.38281,-0.77735 9.41015,1.17578 0.85157,4.23437 -0.2539,9.24219 1.36719,13.8125 0.21485,3.46094 0.21094,7.92187 -0.60156,11.01172 0.12109,0.80469 0.94141,1.21484 2.00781,1.01562 1.08594,-0.20703 1.29297,-0.87109 1.3711,-1.89843 0.94921,-7.90235 -1.57422,-16.38282 -0.5586,-23.92579 1.19922,-1.64843 4.29688,-0.27734 6.46485,0.1211 1.00781,-0.0703 1.83203,-0.48828 1.85937,-1.47266 0.0195,-0.67187 -0.26953,-1.02734 -0.85937,-1.375 -2.21094,-1.2539 -5.7461,-0.34375 -7.44141,-2.17578 -0.25781,-3.53516 -0.51953,-7.07031 -0.77734,-10.60156 -0.24219,-1.37891 -0.77344,-3.07813 -2.03516,-3.01563 -0.96875,-0.004 -1.30469,0.83985 -1.30078,1.82813 m -86.03125,22.35156 c 1.25781,5.6875 0.89453,11.66016 1.14453,17.16016 0.22266,0.60937 0.54687,0.91406 1.16797,0.92968 0.63672,0.0117 0.97656,-0.28125 1.34375,-0.875 1.94922,-4.67187 3.89844,-9.34375 5.84765,-14.01171 1.25782,-2.08204 3.86329,-4.99219 5.84766,-6.10547 1.42578,-0.3711 2.76172,1.60937 3.30859,3.09375 0.82813,5.33203 1.65625,10.66015 2.48829,15.99218 0.33593,0.79688 1.21875,1.21485 1.94531,0.64454 1.4375,-4.14454 -0.082,-10.125 -0.72266,-14.94922 -0.37109,-1.69532 -0.67969,-3.46485 -1.54687,-5.17188 -0.54297,-1.07031 -1.33203,-2.16406 -2.33594,-2.70703 -1.18359,-0.64062 -2.97656,-0.63672 -4.25391,-0.36719 -0.85937,0.17969 -1.28125,0.38672 -2.11328,1.02735 -4.84765,2.96484 -6.28906,10.22265 -8.08594,9.68359 -0.89453,-1.25391 -1.20703,-4.50781 -1.27734,-6.49609 -0.0195,-7.14063 0.70313,-15.39844 -0.68359,-21.78516 -0.39844,-0.30078 -1.08985,-0.29687 -1.48828,0.004 -1.35157,7.10156 -0.55079,16.08593 -0.58594,23.93359 M 206.02344,562.89062 c -0.58985,3.55469 -1.17969,7.10547 -1.76563,10.66016 -0.54297,0.82031 -11.38281,0.15625 -14.44922,1.30078 -2.53515,1.07031 -5.98828,4.24219 -7.78906,6.94531 -0.71875,3.47266 -0.74219,6.92188 0.008,10.38672 0.89844,1.79297 3.9961,4.89063 5.78907,5.78907 3.4375,0.78906 6.93359,0.65625 10.3164,0.0898 2.19141,-1.65625 4.38672,-3.31641 6.58203,-4.97266 1.99219,1.47266 1.80469,6.23047 2.12891,9.12891 0.21484,0.57422 0.49609,0.84375 1.24219,0.78125 0.60547,-0.0469 1.35937,-0.42188 1.76562,-0.96094 1.11328,-5.17187 -2.6875,-11 -2.41797,-16.05469 1.35547,-8.54687 2.85547,-17.22265 3.89453,-26.15234 0.13672,-1.71094 0.4336,-4.54687 -0.12109,-6.01953 -0.23047,-0.60547 -0.57031,-0.91797 -1.19531,-0.91406 -2.30078,1.3164 -3.37891,6.40234 -3.98828,9.99218 m -4.74219,26.89454 c -0.62109,1.8125 -2.61328,3.48828 -4.49219,4.5664 -2.21875,1.1211 -4.43359,1.53125 -6.64453,0.75781 -1.62891,-0.79687 -4.46484,-3.65234 -5.28516,-5.28515 -0.75,-1.48828 -0.7539,-4.15625 0.008,-5.65235 1.02734,-2.03125 4.45703,-5.14453 6.32031,-5.98828 2.07812,-0.9414 5.60156,-1.92968 7.71484,-1.57422 1.4375,0.24219 3.45703,1.9961 4.25,3.54688 0.67188,1.31641 -1.28906,7.92578 -1.87109,9.62891 M 390.92615,515.7109 c -0.88281,3.63672 -3.98828,6.21093 -3.875,9.20703 0.88281,1.83594 2.78125,5.67187 4,7.16797 0.77734,0.95312 2.51563,1.87109 3.82813,2.48047 2.04687,0.95312 4.08984,1.01171 6.1289,0.83984 1.8711,-0.15625 4.41016,-0.72656 6.2461,-1.76953 0.96093,-0.54297 1.82812,-1.52735 1.86328,-2.55078 0.0234,-0.72657 -0.3086,-1.00782 -0.88672,-1.08203 -3.02735,0.80859 -6.05469,1.61718 -9.08203,2.42578 -1.02344,-0.0664 -1.94532,-0.50391 -2.89063,-1.20313 -1.17578,-0.87109 -2.4375,-2.17578 -3.01953,-3.36719 -0.47266,-0.96875 -0.39453,-1.6914 0.31641,-2.21875 2.82812,-1.10156 5.65625,-2.20312 8.48828,-3.30468 1.3789,-0.90625 3.8164,-2.23828 4.26562,-4.23047 0.082,-1.91797 0.69141,-4.54297 -1.15625,-6.0625 -1.35547,-1.0586 -3.6289,-1.32422 -5.15625,-1.45313 -1.42187,-0.125 -2.73828,-0.0547 -4.17187,0.73438 -1.64063,0.90234 -3.76172,2.72265 -4.89844,4.38672 m 7.86719,4.10156 c -1.98438,0.87109 -5.10938,2.83594 -5.88672,1.8125 -0.28516,-0.63672 0.23437,-2.36719 0.86719,-3.40234 0.96875,-1.58594 2.95703,-3.1211 4.375,-3.79688 0.97265,-0.46484 1.73437,-0.61328 2.66797,-0.21094 0.84375,0.36328 1.89453,1.20703 2.07421,1.86328 0.28125,1.47266 -2.375,2.69532 -4.09765,3.73438 m -167.71485,-9.74219 c -1.78515,1.79297 -4.07812,4.44141 -5.0625,6.72266 -0.83203,1.92578 -1.86718,4.14844 -2.25,6.14453 -0.16796,2.75781 -0.625,5.46484 0.27735,8.26172 0.78515,1.52734 2.47265,2.8125 3.83203,3.1289 1.97656,0.45704 4.33594,0.0664 6.28125,-0.57031 1.38281,-0.44922 2.76953,-1.14062 3.92187,-2.04297 1.5625,-1.21875 5.72657,-7.01953 6.69922,-6.61328 1.57422,4.65235 2.83594,11.98438 2.60547,17.84375 -0.45703,2.85547 -1.17187,6.08594 -2.63281,8.84375 -0.78516,1.48828 -2.35938,3.5625 -3.93359,4.35547 -1.35938,0.68359 -3.3125,0.58984 -4.69141,0.11719 -1.50391,-0.51563 -3.40234,-1.88672 -4.625,-2.97266 -0.80859,-0.71875 -1.45703,-1.51562 -1.76953,-2.49609 -0.14063,-1.66016 -0.27735,-3.32422 -0.41406,-4.98438 -0.26172,-0.60937 -0.66016,-0.91797 -1.29297,-0.91015 -0.98828,0.008 -1.28907,0.84375 -1.37891,1.89062 -0.16016,1.9336 -0.34375,4.45313 0.0625,6.36328 0.23047,1.08985 0.89453,2.03907 1.94922,2.94922 1.58203,1.36719 3.53516,2.53516 5.19922,3.05078 2.23828,0.70313 6.04297,0.71094 8.30078,0.1836 2.05859,-0.35547 4.34766,-3.25391 5.36328,-5.125 1.64453,-3.08985 2.57813,-6.99219 2.85156,-10.16016 0.82813,-10.45703 -3.60156,-20.74219 -3.05078,-31.18359 -0.35156,-1.57422 -3.03125,-4.24219 -5.17187,-5 -1.97657,-0.69922 -5.25391,-0.60547 -7.27735,-0.21094 -1.43359,0.28125 -2.69531,1.30859 -3.79297,2.41406 m 11.41016,4.09375 c 0.48047,1.88672 0.89453,3.71875 -0.11328,5.66797 -1.44531,2.79297 -3.58203,6.12891 -6.66016,8.64063 -1.25781,1.02734 -2.57422,1.88281 -3.80468,2.36328 -1.00782,0.39453 -1.78125,0.36328 -2.76172,-0.10547 -1.77344,-0.83594 -2.66407,-2.16406 -2.69922,-3.80078 -0.0547,-2.56641 1.39062,-6.07032 2.78906,-8.70703 1.11328,-2.09766 3.69141,-4.91407 5.96875,-6.70704 1.55859,-1.23046 3.15234,-1.41015 4.61719,-0.66796 1.33203,0.67968 2.35547,2.10156 2.66406,3.3164 m 674.26953,-4.20703 c -0.52344,2.98828 -0.0625,6.34375 -0.14844,9.1875 -0.0664,2.24609 0.67579,5.90234 1.37891,8.01953 0.35156,1.05469 1.00781,1.96094 2.00781,1.96875 1.01953,0.004 1.28516,-0.87109 1.20313,-1.86328 -0.57422,-2.66016 -1.35547,-5.43359 -1.19922,-8.11328 0.19531,-3.39453 0.64062,-6.90234 0.35156,-10.39844 -0.082,-1.01953 -0.36328,-1.88281 -1.36719,-1.87109 -1.28906,-0.0586 -2.07031,1.67187 -2.22656,3.07031 m -42.1289,13.11719 c 0.40625,2.46484 1.49218,6.03125 3.35546,7.86719 0.78516,0.48828 2.17188,0.57812 3.05079,0.34375 0.73046,-0.19532 0.92968,-0.40625 1.20703,-1.04688 0.86718,-3.69531 1.73437,-7.38672 2.59765,-11.08203 1.3125,-2.96094 2.125,-7.14453 4.3711,-9.10156 1.50781,-0.4375 1.49218,2.27343 1.98828,4.01953 0.1875,4.00781 0.375,8.01562 0.5625,12.02344 0.17578,1.01953 0.48437,2.21875 1.34765,2.77734 0.92579,0.60156 1.73829,0.15234 2.15625,-0.71875 1.6875,-5.02344 3.23047,-9.96875 6.28125,-14.83203 1.07422,-1.48828 3.03907,-3.53125 4.13282,-3.23828 2.97656,4.52734 1.64062,12.86718 4.89843,19.18359 0.36719,1.29297 2.28125,2.31641 3.11719,1.60547 0.25781,-6.32422 -4.18359,-13.47656 -3.65625,-19.99609 -0.34375,-1.56641 -0.67578,-3.96875 -2,-4.82813 -1.71094,-0.83984 -4.34375,-0.32812 -6.11328,0.85547 -3.66016,3.12891 -5.24219,8.89844 -6.95312,10.83984 -0.69141,-3.62109 -1.38282,-7.24218 -2.07032,-10.86328 -1.05859,-1.20703 -3.42187,-1.625 -5.0039,-0.85156 -1.66016,0.86719 -2.75391,3.16797 -3.45703,4.73828 -2.69922,4.67969 -2.42188,10.625 -4.66407,14.12891 -0.98828,0.33593 -2.20312,-1.55078 -2.28515,-3.08985 -0.4961,-4.60547 0.27343,-9.55859 0.69922,-14.01172 -0.19922,-0.60156 -0.55469,-0.91406 -1.1836,-0.90625 -0.64453,0.008 -1.01172,0.31641 -1.38672,0.97266 -1.85547,5.14844 -0.80859,10.16016 -0.99218,15.21094 m -76.6211,-1.87891 c 0.49219,2.17188 0.87891,5.20313 1.76563,7.03516 0.29297,0.60156 0.60937,0.90625 1.23828,0.90234 0.61719,-0.008 0.95312,-0.32031 1.17969,-0.93359 0.17968,-4.58594 0.39062,-9.59766 2.10156,-13.98828 0.76172,-1.51563 2.35547,-3.41016 3.95312,-4.6875 1.02344,-0.81641 1.82813,-1.03125 2.84766,-1.08203 2.98437,0.11328 6.84766,0.60156 8.98828,2.05078 0.29688,2.78515 -2.80859,6.91406 -1.09375,10.625 0.52344,1.71484 1.51563,3.55859 2.86719,4.99218 1.52344,1.61719 3.29687,3.33985 5.01953,4.03125 2.38281,0.95704 5.58984,1.30469 8.12109,1.32032 3.15625,0.0234 7.16016,-2.56641 9.9336,-2.24219 3.13672,1.71484 6.79297,1.23437 10.1914,1.125 2.94922,-0.36719 6.08594,-4.91016 8.58594,-5.99609 1.45703,2.20703 2.91406,4.41406 4.375,6.625 0.55859,0.33203 1.32813,0.44921 1.93359,0.28906 0.72266,-0.19141 1.06641,-0.5625 1.14844,-1.25781 -1.48828,-3.03907 -2.97656,-6.08204 -4.46484,-9.1211 -1.04688,-3.67969 1.11719,-7.34375 0.64844,-11.04687 -0.41797,-1.7461 -2.42579,-3.74219 -4.19922,-4.15235 -2.00782,-0.46875 -5.30469,-0.48437 -7.28516,0.16797 -1.67578,0.55469 -3.59375,1.98438 -5.15234,3.21485 -2.9336,2.30859 -5.0625,5.80468 -6.45703,8.76562 -0.36719,2.5625 -0.73829,5.125 -1.10547,7.69141 -1.625,1.59375 -4.81641,2.34765 -7.17969,2.9375 -1.92188,0.15625 -4.91797,-0.38282 -6.75391,-1.29688 -2.41406,-1.64844 -5.54297,-3.88281 -6.28906,-6.15625 -0.21484,-0.94922 6.10156,-1.10547 9.27734,-2.43359 1.625,-0.67578 3.6836,-1.72656 5.07032,-3.36719 1.66406,-1.98437 1.1289,-4.20703 1.03515,-6.32812 -0.2539,-1.10938 -0.96875,-2.19922 -2.08984,-2.81641 -1.9375,-1.06641 -5.36328,-0.70703 -7.30469,-0.4375 -2.17969,1.03516 -4.35547,2.07422 -6.53515,3.11328 -0.47657,-0.78125 -2.01172,-2.26562 -4.29688,-2.76953 -3.10547,-0.6875 -7.1875,-0.89063 -10.23047,-0.30859 -3.10937,0.37109 -4.85156,4.90625 -7.49609,6.0039 -0.55078,-1.19922 -1.10156,-2.39844 -1.65625,-3.59375 -0.69922,-0.51562 -1.59766,-0.0898 -1.91406,0.77735 -0.5625,4.05078 0.63671,8.39062 1.22265,12.34765 m 65.48047,-8.13281 c -0.0859,2.41016 -0.70703,5.30469 -2.47656,7.61719 -1.9336,2.41406 -4.04688,4.76562 -7.17578,6.50781 -1.88282,0.53516 -3.73047,0.76953 -5.5625,-0.63672 -1.62891,-1.30078 -2.05469,-2.99609 -1.64453,-4.50781 0.47265,-2.42188 2.17578,-5.27735 4.09765,-7.75 1.84375,-2.3711 4.97656,-4.73047 7.37891,-5.55469 1.25,-0.42969 2.39453,-0.29687 3.62109,0.71094 1.29297,1.0664 1.8086,2.33203 1.76172,3.61328 m -29.98437,0.26172 c -1.21875,1.05859 -3.10938,2.42969 -4.63282,2.9375 -1.98828,0.33594 -5.02343,0.74609 -5.92968,-0.53516 -0.35547,-0.85547 0.39843,-2.23437 1.48046,-3.36328 1.61719,-1.6875 3.92188,-3.07031 5.6875,-3.63672 0.94141,-0.30078 1.8086,-0.32031 2.69532,0.11719 0.88281,0.4375 1.875,1.36719 2.02734,2.19922 0.15625,0.84765 -0.53516,1.58594 -1.32812,2.28125 m -140.72657,-5.46094 c 0.42969,6.08594 0.78125,11.45703 0.85547,17.19141 0.10547,1.19922 0.33203,2.97265 0.94531,4.10156 0.47266,0.87109 1.39063,1.33594 2.4336,1.08984 0.72265,-0.16797 0.99219,-0.5039 1.05859,-1.13672 -0.52734,-2.0625 -1.05469,-4.125 -1.58203,-6.1875 -0.0391,-4.33203 -0.082,-8.66796 -0.12109,-13 -0.082,-0.9375 -0.22266,-2.18359 -0.78907,-3.05078 -0.42968,-0.65625 -0.90234,-1 -1.57421,-0.99609 -1.01954,0.0117 -1.30079,0.92187 -1.22657,1.98828 m -153.98437,0.625 c -1.53906,1.22656 -2.79297,2.5625 -3.97266,4.28906 -1.54297,2.26172 -2.48437,4.83203 -3.13281,7.16407 -0.52734,1.90234 -1.44922,4.22265 -0.82422,6.17187 0.42969,1.32813 1.71484,3.125 2.97656,3.82813 1.72266,0.96093 5.47266,0.77734 7.26172,0.3789 2.9375,-0.55078 6.28906,-7.33984 8.64063,-6.75 1.76562,5.78516 5.5625,13.125 8.38672,19.51953 0.47656,1.52344 0.68359,3.25782 0.0625,4.75 -0.64063,1.53907 -2.16407,3.33203 -3.51563,4.39063 -1.25391,0.98047 -2.45312,1.28125 -3.79297,1.32812 -2.49609,0.0899 -5.30859,0.31641 -7.79297,-0.43359 -4.6875,-2.03906 -9.37109,-4.07422 -14.05468,-6.11328 -0.69922,-0.16016 -1.39454,-0.1875 -1.81641,0.22656 -0.38281,0.375 -0.42578,1.12109 -0.14453,1.72656 3.71094,3.61719 9.33594,5.08203 13.82422,7.01563 4.42187,0.87109 8.83593,0.35156 13.26172,0.3789 1.03906,-0.15625 2.03906,-0.59765 3.08984,-1.375 1.34766,-0.99609 2.64062,-2.38281 3.40625,-3.76562 1.39062,-3.12109 0.70312,-6.19922 0.58203,-9.29297 -2.29297,-7.07422 -7.30859,-14.10156 -8.41406,-20.99219 -2.23828,-3.71484 2.77344,-7.84765 1.1289,-11.89843 -0.79296,-1.25 -3.36718,-3.03516 -4.85937,-3.3711 -1.64063,-0.36719 -3.59766,-0.1289 -5.22266,0.27735 -1.72656,0.42968 -3.4414,1.24218 -5.07812,2.54687 m 10.67578,4.5 c -0.19141,2.29688 -2.25,5.4375 -3.63281,7.75781 -1.36328,2.28516 -3.69141,4.15625 -6.01953,5.79297 -1.32813,0.9336 -2.42969,1.26563 -3.62891,0.63672 -1.57031,-0.78125 -1.91406,-2.68359 -1.6875,-4.18359 0.19531,-2.07032 1.20703,-4.67188 2.44531,-6.75391 1.19141,-2.00391 4.15235,-5.19922 6.25781,-6.44531 1.30079,-0.76563 3.44141,-1.34375 4.46875,-0.8711 1.32422,0.60938 1.91407,2.65235 1.79688,4.06641 m -47.88672,7.91797 c 0.0977,3.25391 -0.53906,7.46484 0.61328,9.97266 0.87891,0.70312 2.76172,0.49609 3.14453,-0.62891 1.40235,-5.11719 4.03516,-10.91797 6.32813,-15.95703 0.96875,-1.41797 3.07812,-3.19141 4.33594,-3.34766 0.87109,-0.11328 1.46484,0.47266 1.88281,1.3711 0.88672,1.89843 1.16015,4.62109 1.49219,6.69921 -0.25782,2.32813 -0.51954,4.65625 -0.78125,6.98438 0.0351,1.27344 0.37109,3.12891 0.94531,4.17578 0.36719,0.66016 0.65234,0.88281 1.41015,1.07031 0.96094,0.23828 2.33594,0.14063 2.87891,-0.47265 1.21094,-1.71094 -1.80859,-3.10547 -1.42969,-4.9961 0.0547,-2.94531 0.30469,-5.91797 -0.16406,-8.86328 -0.71484,-2.63672 -0.50781,-5.46484 -2.33594,-8.05859 -0.80468,-0.95703 -1.68359,-1.20313 -2.8125,-1.27735 -1.33203,-0.0937 -2.95703,-0.1914 -4.26562,0.45313 -1.35156,0.66797 -3.03516,2.41016 -3.91406,3.71484 -1.19532,1.81641 -1.29688,4.625 -2.75,5.02735 -0.8125,0.0703 0.76953,-8.10157 0.0508,-9.96875 -0.3125,-0.8125 -1.22266,-1.23047 -1.94141,-0.69532 -0.89844,4.92969 -1.79297,9.86329 -2.6875,14.79688 m -243.11328,-8.125 c -1.28516,2.46875 -2.04297,6.70312 -1.70703,9.27734 0.21094,1.62891 0.50781,3.60547 0.92969,5.10547 0.28125,1 0.92187,1.71875 2.03125,2.5625 1.07031,0.81641 2.13281,1.41406 3.16015,1.6211 2.1875,0.43359 5.01953,0.28906 7.21094,-0.0742 2.05469,-0.33594 4.18359,-1.20703 6.26172,-2.73047 0.62109,-0.45313 1.30859,-1.01172 1.60156,-1.60938 0.29297,-0.59765 0.26563,-1.28515 -0.11328,-1.71093 -0.39453,-0.44141 -1.12891,-0.59375 -1.83594,-0.51172 -1.72265,0.97656 -3.44531,1.95312 -5.16406,2.92968 -1.47656,0.57032 -3.29297,0.96485 -4.76563,0.80469 -1.25781,-0.13672 -2.48046,-0.85937 -3.71093,-1.9414 -0.91797,-0.80469 -1.53907,-1.58204 -1.28125,-2.29297 2.14453,-1.82032 7.68359,-2.29688 11.04687,-6.10157 1.3086,-1.34375 2.50781,-3.30468 3.02344,-4.98046 0.39453,-1.28907 0.48437,-2.9336 0.17187,-4.25391 -0.37109,-1.5625 -1.64453,-2.82422 -3.1875,-3.1875 -1.76171,-0.41797 -4.55468,-0.40625 -6.27734,-0.0117 -2.82812,1.30859 -5.39062,4.54297 -7.39453,7.10547 m 12.79297,-0.82813 c -0.34375,1.17969 -1.21485,2.59375 -2.03516,3.57422 -1.03906,1.23828 -2.8125,2.48047 -4.39062,3.3086 -1.23828,0.64453 -2.51953,0.92187 -3.35547,0.35937 -0.61328,-0.41406 -0.96094,-1.3164 -0.875,-2.21875 0.0859,-0.89844 0.66015,-1.80078 1.375,-2.6875 1.30078,-1.61328 3.95312,-4.26562 6.13281,-5.40625 0.89453,-0.46875 1.79688,-0.5 2.41016,-0.0781 0.84375,0.58593 1.08203,1.96875 0.73828,3.14843 M 970.86719,510.875 c -2.33594,3.04687 -5.36328,6.67187 -6.2461,10.02734 -0.3164,2.10938 -0.46093,5.17188 0.0391,7.26563 0.40234,1.69922 2.33203,3.48828 4.1289,4.48047 1.70313,0.9375 3.58203,0.97265 5.28906,0.72656 1.71485,-0.24609 3.57032,-1.47266 5.13282,-2.69141 2.41015,-1.1875 3.72265,-6.26172 5.29297,-5.10547 2.21484,6.48829 4.43359,12.98047 6.65234,19.46875 0.41016,1.89844 -0.0469,4.03516 -0.59375,5.74219 -0.30469,0.94141 -0.875,1.71875 -1.85547,2.40625 -1.64062,1.15625 -4.01172,2.21875 -5.73437,2.08594 -2.32422,-0.18359 -5.5586,-1.55469 -7.80079,-2.5 -2.04687,-1.26563 -4.08984,-2.53125 -6.13671,-3.79688 -1.1211,-0.41406 -2.08204,-0.0586 -2.16016,1.05469 -0.0742,1.0625 0.78906,2.19141 1.78125,3.0625 1.30078,1.14063 2.80078,1.98828 4.15625,2.625 2.16016,1.01563 4.62109,1.62891 7.07422,2.4336 1.58594,0.52343 3.52344,0.38671 5.14062,0.24218 1.6836,-0.15234 3.49219,-0.61328 5.20313,-1.61718 1.07812,-0.63282 2.14453,-1.52735 2.73047,-2.57032 1.07422,-3.08203 1.67968,-6.15234 1.42578,-9.23047 -2.54297,-8.33203 -5.08594,-16.66406 -7.62891,-25 0.20703,-2.67187 0.41016,-5.34375 0.61719,-8.01562 -0.14063,-1.66016 -0.61719,-3.39063 -1.30469,-5.12109 -0.44922,-1.13282 -0.91015,-1.82813 -1.92578,-2.11329 -1.35156,-0.38281 -3.78125,-0.35937 -5.24609,-0.0547 -2.73828,0.80078 -5.83203,4.3164 -8.03125,6.19531 m 13.54297,1.19531 c 0.10546,2.1875 -1.0625,5.59375 -2.21485,7.72656 -1.53906,2.83985 -2.48047,5.14063 -5.5039,7.81641 -0.97266,0.85938 -1.91407,1.53125 -2.83985,1.96484 -0.96875,0.45704 -1.7539,0.61719 -2.71875,0.19532 -1.65625,-0.72266 -2.87109,-2.40235 -3.29687,-3.90235 -0.45313,-1.59375 -0.51172,-3.10547 0.35156,-4.75 1.31641,-2.51562 3.29297,-5.59375 5.3125,-7.63672 2.54687,-1.91406 5.97656,-5.84375 8.33594,-5.44921 1.36328,0.4375 2.50781,2.66406 2.57422,4.03515 m -37.50782,-7.41406 c -2.04297,0.38672 -4.08203,2.42969 -5.34765,3.58984 -1.79297,1.64453 -4.3086,4.98047 -5.64844,7.54688 -1.12109,3.04687 -2.25,7.43359 -3.95313,8.94531 -0.63281,0.14844 -0.59765,-3.24219 -0.51562,-4.66016 0.55859,-4.42187 1.11719,-8.84765 1.67578,-13.26953 -0.14453,-0.58203 -0.44141,-0.85547 -1.17578,-0.80859 -0.60938,0.0391 -1.34766,0.40234 -1.77734,0.92187 -1.19141,1.44141 -1.47657,8.625 -1.59375,10.97266 -0.22657,4.88672 0.35937,10.85547 1.64062,15 0.9375,0.8125 2.64063,0.35547 3.30859,-0.63281 1.8125,-4.67578 3.6211,-9.35156 5.4336,-14.02735 2.59375,-3.3789 6.34375,-9.125 9.98047,-10.59375 0.80859,-0.0195 1.39453,0.72657 1.89062,1.65625 0.80078,1.50782 1.30469,3.19141 1.57422,4.8125 0.12109,6.04688 0.23828,12.08985 0.35938,18.13672 0.26171,0.9336 0.97656,1.67969 2.18359,1.94532 0.70703,0.15234 1.46484,0.0703 1.85547,-0.35547 1.28906,-1.62891 -1.73047,-4.21875 -1.35547,-6.00391 0.16797,-5.23437 0.67578,-10.67969 -0.18359,-15.88672 -0.63672,-1.9414 -0.32422,-4.23437 -2.06641,-6.16015 -1.95313,-1.78907 -4.23438,-1.16407 -6.28516,-1.12891 M 490.12109,503.6875 c -1.3125,-0.30859 -2.97656,-0.25781 -4.2539,0.25781 -2.78125,1.1211 -5.83203,3.72656 -7.5625,5.83203 -3.41407,4.15625 -5.96094,8.77735 -7.29297,13.12891 -0.55078,2.5625 -0.99219,6.07812 0.0625,7.95703 1,0.91406 5.55469,0.81641 6.84375,0.1875 1.35937,-0.66406 7.73047,-7.70312 8.97656,-7.70703 1.66406,0.52344 1.74609,4.25391 3.16016,5.84375 0.70312,0.74219 1.85156,1.21094 2.97656,1.25781 0.69531,0.0274 1.39062,-0.11719 1.78516,-0.58594 0.36328,-0.43359 0.40234,-1.15234 0.13281,-1.72656 -1.03906,-1.12109 -2.07813,-2.24609 -3.11719,-3.37109 -0.63672,-1.11328 -0.95703,-2.6211 -1.00391,-3.78516 0.84766,-4 1.69922,-8 2.55079,-12 0.11328,-1.37109 0.10156,-2.8789 -1.1836,-4.16015 -0.6875,-0.6875 -1.25,-0.9375 -2.07422,-1.12891 m -0.35937,6.36328 c -0.75391,2.77734 -2.85547,6.16406 -4.55469,8.71484 -1.30078,1.96094 -2.85156,4.08985 -4.53125,5.50782 -1.54297,1.30078 -4.98828,4.07422 -6.25781,3.6875 -0.90235,-0.27344 -1.02344,-1.82032 -0.67578,-2.95313 1.0625,-3.45312 3.29687,-7.36719 5.74218,-10.7539 1.22266,-1.69141 2.39454,-3.13282 3.83204,-4.21485 1.80859,-0.93359 3.82421,-3.55078 5.5,-2.5 0.91406,0.5625 1.20312,1.5586 0.94531,2.51172 m 249.17969,-7.11719 c -2.09766,0.51563 -4.1211,1.39063 -6.20313,2.72266 -1.34375,0.85937 -2.90625,1.875 -3.81641,3.12109 -1.23437,1.69141 -2.94921,4.42969 -3.89843,6.29688 -0.58594,1.14844 1.4414,7.94922 1.84375,9.10937 0.46484,1.33594 1.67578,3.00782 2.94531,3.82813 4.00391,2.02344 8.16406,1.29687 12.23437,1.44922 1.86329,-0.0117 4.64454,-0.71094 5.88672,-2.51563 0.53125,-1.00781 0.0977,-1.86328 -0.80078,-2.00781 -2.38281,0.51953 -4.76172,1.03906 -7.14453,1.55469 -1.59766,0.13281 -3.28516,0.10547 -4.86719,-0.39063 -2.20312,-0.76562 -4.64062,-2.0625 -5.375,-4.20703 -0.35937,-1.13672 -0.0703,-2.5 0.83203,-3.30469 3.51954,-1.7539 8.49219,-2.16015 12.67188,-6.39843 1.78516,-2 1.02734,-4.21094 1.19531,-6.3125 -0.0742,-1.09766 -0.32422,-1.95704 -1.32422,-2.59766 -1.30859,-0.83594 -2.83593,-0.67969 -4.17968,-0.34766 m 1.40234,6.69141 c -1.49219,1.70312 -5.31641,4.08984 -7.34375,4.54687 -0.91797,0.21094 -1.75781,-0.0312 -1.98828,-0.61328 -0.22266,-0.55078 0.14062,-1.46875 0.71875,-2.1875 1.0625,-1.32422 3.66797,-3.19922 5.40234,-4.16015 1.44141,-0.95703 3.32422,-0.64453 3.91406,0.25 0.28907,0.5664 -0.0625,1.42968 -0.70312,2.16406 m -22.63281,-3.74609 c -0.78516,3.01171 -3.16407,20.93359 -3.82813,20.86328 -1.82422,-0.98438 -3.13672,-4.70703 -3.82422,-6.92578 -0.91015,-4.69532 -1.82422,-9.39063 -2.73828,-14.08594 -0.35937,-0.92188 -1.16797,-1.78125 -2.23828,-1.82813 -0.73828,-0.0273 -1.05469,0.29297 -1.20703,0.87891 1.29297,5.99609 2.44141,12.41406 3.51562,18.35156 0.90235,2.34766 1.8125,4.83594 3.70704,7.21094 0.82031,1.02344 1.71484,1.78906 2.875,1.96875 0.71875,0.10937 1.4375,-0.0234 1.96484,-0.41797 0.78906,-0.58594 1.10937,-1.76172 1.28906,-2.78516 1.36328,-7.6875 3.26953,-16.18359 3.96485,-24.35937 0.0859,-1.00391 -0.17969,-1.85547 -1.19141,-1.85156 -1.31641,-0.0664 -2.04688,1.64453 -2.28906,2.98047 M 287.75,496.76953 c -0.17969,4.94922 -0.35547,9.89844 -0.53516,14.84375 -0.88672,1.65625 -3.69922,0.19922 -5.36328,0.22266 -0.60547,0.11718 -0.89844,0.41797 -1.05078,1.16015 -0.22266,1.08203 0.20313,1.92969 1.00391,2.21875 1.70312,0.23438 4.48828,-0.3789 5.39453,1.16016 1.0039,1.64062 1.27734,8.36328 1.38281,10.82812 -0.19141,1.66797 -0.38672,3.33985 -0.58203,5.01172 0.0937,0.56641 0.34375,0.83203 1.07422,0.78125 1.40234,-0.0976 2.44531,-1.44531 2.32422,-2.74218 0.76953,-4.57032 -1.78125,-9.64844 -0.59766,-13.88282 1.72266,-1.88672 5.875,-0.26562 8.40234,-1.0625 0.60547,-0.26172 0.90625,-0.65234 0.90625,-1.28906 0,-0.65234 -0.30078,-0.98437 -0.90625,-1.21875 -2.52343,-0.70703 -6.67968,0.70313 -8.40234,-1.16797 -0.67578,-4.85547 -0.58594,-10.30469 0.35938,-15.68359 -0.1211,-0.64453 -0.4375,-0.9375 -1.1875,-0.91797 -1.09375,0.0273 -1.94532,0.83984 -2.22266,1.73828 m -101.08984,-0.0898 c -0.125,12.15234 0.77734,24.08984 -0.82032,36.375 0.11719,0.64062 0.4375,0.9375 1.1875,0.91406 1.46875,-0.043 2.46485,-1.42188 2.35547,-2.72266 0.75781,-11.10156 0.82422,-23.45703 -0.0469,-34.54687 -0.0781,-1 -0.38282,-1.80469 -1.33594,-1.8086 -0.94922,-0.004 -1.25781,0.80079 -1.33984,1.78907 m 151.99218,-0.98438 c 0.46485,4.25781 1.65625,9.01953 0.55078,12.92969 -1.72656,1.89453 -5.8789,0.26953 -8.40625,1.06641 -0.60546,0.26171 -0.90625,0.65234 -0.90625,1.28906 0,0.65234 0.30079,0.98437 0.90625,1.21875 2.52735,0.71094 6.67969,-0.71094 8.40625,1.17578 0.50782,6.19922 0.59375,13.30859 0.51563,19.75781 0.1875,0.625 0.58984,0.96094 1.25781,0.96094 0.70703,0 1.15235,-0.32422 1.58985,-0.98438 0.5625,-0.85546 0.73437,-2.10937 0.78906,-3.03515 -0.77735,-5.51172 -1.48828,-11.51563 -0.55469,-16.70703 2.01953,-1.9375 6.57031,-0.41797 9.40625,-1.16797 0.60156,-0.23438 0.90234,-0.57422 0.90234,-1.19922 0,-0.625 -0.30078,-0.96484 -0.90234,-1.19922 -2.83984,-0.75 -7.38281,0.77734 -9.41016,-1.17578 -0.18359,-3.56641 -0.36328,-7.13672 -0.54687,-10.70313 -0.3125,-1.55078 -0.64063,-4.08203 -2.25,-4.05078 -0.96875,-0.008 -1.29688,0.83985 -1.34766,1.82422 m 363.07422,-0.89844 c 0.65625,-0.53906 0.64453,-1.97265 0.0547,-2.58203 -0.58984,-0.60547 -1.97656,-0.64453 -2.58203,0.0312 -0.36328,0.40235 -0.39453,1.16016 -0.043,1.73438 0.60547,0.98047 1.91406,1.35937 2.57031,0.8164 m -258.14453,31.24219 c 0.0547,1.72656 0.33203,4.44922 1.10938,6.13281 0.30468,1.19922 2.22656,1.42188 3.10156,0.72266 0.27344,-2.58984 0.54297,-5.17578 0.8125,-7.76562 0.51562,-2.60938 1.8164,-5.48829 3.04297,-7.91407 0.8164,-1.61328 2.01953,-3.33984 3.63281,-4.67578 1.19922,-0.99219 2.55078,-1.84375 3.53125,-1.51953 2.20312,1.45703 2.77344,5.36719 3.58203,8.06641 0.52344,4.65625 0.22266,9.625 -0.54297,14.11328 0.0586,1.1289 2.07422,1.35937 2.94531,0.67578 1.20704,-4.43359 0.41016,-10.72266 0.56641,-15.90625 -0.20312,-2.49609 -1.05859,-5.77734 -2.59375,-8.21484 -0.6875,-1.09375 -1.54297,-1.79688 -2.63672,-2.0586 -1.49219,-0.35547 -3.83984,-0.39062 -5.30859,0.33203 -1.36328,0.67188 -2.89063,2.36328 -3.94922,3.67969 -2.35938,2.32813 -3.00781,7.64063 -4.22266,6.79688 -0.85156,-7.86719 0.57422,-17.49219 -0.79687,-25.625 -0.64063,-0.81641 -1.92578,-1.23047 -2.60156,-0.73047 0.38671,11.01562 0.34375,22.67578 0.32812,33.89062 m 477.39844,-32.19531 c 0.98047,-0.60547 1.35937,-1.91406 0.8164,-2.57031 -0.53906,-0.65625 -1.97265,-0.64453 -2.58203,-0.0547 -0.60547,0.58984 -0.64453,1.97656 0.0312,2.58203 0.40235,0.36328 1.16016,0.39453 1.73438,0.043 M 358.57422,507.125 c 1.65234,8.08203 0.8164,16.28125 2.22656,24.09766 0.16016,1.12109 2.07813,1.36328 2.97266,0.6875 1.29297,-3.91016 2.58593,-7.82032 3.8789,-11.73047 1.10938,-2.40235 2.89844,-5.76953 5.37891,-7.10938 0.875,-0.28125 1.29687,0.34375 1.51172,1.26563 0.74219,5.30078 1.48437,10.60156 2.22265,15.90234 0.39063,0.78906 1.26954,1.21094 1.9961,0.64063 1.78906,-3.80469 0.16015,-9.42969 -0.52735,-13.92579 -0.62109,-2.60546 -0.45703,-6.04687 -2.24218,-7.87109 -0.8711,-0.60937 -2.82422,-0.64453 -4.08594,-0.37891 -0.83203,0.17579 -1.26172,0.39063 -1.96484,1.03125 -4.01954,3.64844 -5.48047,11.51954 -7.28907,11.76172 -0.42578,-9.69922 -1.10156,-21.90625 -1.91406,-31.39062 -0.39453,-0.29688 -1.08594,-0.29297 -1.48437,0.0156 -1.35547,4.79688 -0.625,11.44922 -0.67969,17.00391 M 121.80469,490.82812 c 0.57812,9.82813 -0.76953,18.83204 -0.24219,28.33594 0.0977,1.78516 0.51953,5.5625 1.13672,7.02344 0.25781,0.60937 0.64844,0.92187 1.28125,0.91406 0.98437,-0.0117 1.29297,-0.85547 1.38281,-1.91406 0.60938,-7.01563 -0.97656,-13.82422 -0.94922,-20.40625 0.32422,-4.34766 0.65235,-8.69531 0.97657,-13.04297 0.11328,-1.28516 -0.86329,-2.73047 -2.30469,-2.80078 -1.10547,-0.043 -1.34766,0.78516 -1.28125,1.89062 m 557.20703,-2.14062 c -1.37891,3.31641 -1.71094,6.91016 -2.25781,10.26562 -0.85938,5.28907 -0.58594,11.77735 -0.125,17.09766 0.27343,3.16406 0.70312,7.05859 2.24218,10.12891 0.48828,0.97656 1.14063,2.17187 2.04297,3.02734 0.94922,0.90234 1.95703,1.25391 3.10938,1.15625 1.05468,-0.0898 2.34375,-0.61328 3.19922,-1.44141 0.63671,-0.62109 0.96093,-1.23437 0.9375,-1.91406 -0.0234,-0.69531 -0.38672,-1.05469 -1.01954,-1.19922 -1.54296,-0.0742 -3.59375,0.98047 -4.55468,-0.34765 -0.98047,-1.01953 -1.69532,-3.20313 -1.97657,-4.64063 -1.21093,-6.13281 -1.51953,-12.47656 -1.17187,-18.67187 0.67969,-4.35547 1.58594,-8.49219 3.04687,-13.2461 -0.0508,-1.10937 -0.48046,-1.98047 -1.48046,-2.01562 -1.01954,-0.0391 -1.58204,0.80469 -1.99219,1.80078 m -535.16797,-1.82813 c -1.78125,0.60938 -3.30469,2.20704 -4.58203,3.89844 -1.12891,1.5 -1.63672,2.6875 -1.71094,4.12891 0.0781,5.22265 -0.24609,11.32812 0.25781,15.93359 -0.39453,2.46875 -5.74218,0.6211 -5.91406,3.16016 -0.004,0.65234 0.30469,0.98828 0.91016,1.22656 1.78125,0.23828 4.25,-0.375 5.77734,1.22266 1.66406,2.80468 1.01953,6.80078 2.12109,9.80468 0.28125,0.59766 0.65625,0.89844 1.29297,0.89063 0.97657,-0.0117 1.28516,-0.82422 1.35938,-1.8125 0.38672,-3.22266 -1.82031,-6.98047 -0.54688,-9.80859 0.75,-1.1211 2.85547,-1.40235 4.3125,-1.70704 2.35938,-0.17187 4.71875,-0.33984 7.07813,-0.51171 0.60937,-0.25782 0.91406,-0.64454 0.91406,-1.27735 0,-0.98047 -0.81641,-1.28125 -1.80078,-1.36328 -3.60938,0.16016 -7.21875,0.32031 -10.82813,0.48047 -1.14843,-0.59766 -1.64453,-2.80078 -1.87109,-4.20313 -0.16797,-3.89453 -0.51562,-7.84765 0.19141,-11.73437 1.14062,-2.17969 3.15234,-4.65625 5.3125,-5.37891 0.90234,-0.24609 1.82812,-0.0586 2.72656,0.35938 1.20703,0.5664 2.42969,1.76562 3.36719,3.07812 0.96484,1.34766 1.29687,2.50391 1.37109,3.92969 -0.19141,2.34766 -0.38281,4.69531 -0.57422,7.04297 0.0898,0.56641 0.33594,0.83594 1.06641,0.78125 0.58984,-0.043 1.33594,-0.40234 1.76562,-0.93359 1.02735,-3.34766 0.66016,-7.5 0.30469,-11.19922 -0.43359,-1.30469 -1.5,-2.99219 -2.375,-4.11719 -0.73437,-0.94531 -1.53516,-1.44922 -2.65625,-1.77344 -2.14844,-0.625 -5.17187,-0.83203 -7.26953,-0.11719 m 637.32812,-1.72265 c -0.46093,0.34375 -0.71875,1.02734 -0.92968,1.69531 -0.96094,3.08984 0.26562,12.79688 -0.74219,13.44922 -2.22656,0.12891 -4.45313,0.25781 -6.67969,0.38672 -1.04297,0.61328 -2.08594,1.22265 -3.1289,1.83594 -2.4961,0.32421 -5.17579,0.61328 -7.84375,1.51953 -2.22657,0.7539 -5.15235,1.98047 -6.8125,3.875 -0.76172,0.87109 -1.3086,1.95703 -1.40625,3.0625 -0.0977,1.13672 0.22656,2.17187 1.11328,3.28906 4.24609,4.64062 10.38672,3.46875 12.92968,7.8125 0.004,1.11719 -1.82421,2.19922 -2.96484,2.86719 -1.66797,0.97265 -3.10547,1.5625 -4.73437,1.61718 -1.27735,0.0469 -2.48047,-0.004 -3.7461,-0.69921 -1.77344,-0.97657 -2.76953,-2.4961 -3.45312,-3.71094 -0.44141,-0.29297 -1.10938,-0.32422 -1.54297,0.0352 -0.67969,0.5586 -0.60547,1.71875 -0.4375,2.82422 0.16797,1.10547 0.45312,2.24219 1.19922,2.9961 0.74609,0.75 1.90234,1.07031 2.9414,1.25 2.29297,0.39843 4.84766,0.34375 7.125,0.1289 2.17578,-0.19922 6.39453,-1.65234 8.01172,-3.38281 0.87891,-0.94141 1.27735,-2.64062 1.31641,-4 0.0312,-1.13281 -0.24219,-2.08203 -1.16016,-3.05078 -3.54297,-3.10156 -7.46094,-3.75781 -10.78906,-5.55078 -0.84375,-0.6211 -1.5,-1.49219 -1.30078,-2.34766 0.94531,-2.12109 4.03906,-3.49219 6.05078,-4.21484 3.50781,-1.14844 7.60156,-2.33203 10.03906,-3.3086 1.19922,-0.3125 3.36328,-0.28906 4.57813,0 1.48828,0.35547 2.45312,1.94532 2.67578,3.625 0.44922,7.67188 0.89844,15.34375 1.34375,23.01563 0.21094,0.68359 0.6289,1.375 1.23828,1.73828 0.58984,0.35156 1.29687,0.32813 1.70703,0.0156 1.84375,-8.30079 -2.76172,-18.89844 -0.97656,-27.53907 0.46484,-0.76562 1.33984,-0.89843 2.39453,-0.94531 2.70312,0.30859 5.40625,0.61719 8.10937,0.92969 0.9961,-0.0547 1.80079,-0.39844 1.8125,-1.34375 0.008,-0.95313 -0.79687,-1.28125 -1.78515,-1.53516 -3.75781,-1.66015 -8.70703,0.1836 -11.58594,-1.84765 -1.16797,-1.57813 -1.30859,-4.71485 -1.26172,-6.64844 -0.58984,-2.35938 2.55469,-5.76563 1.38281,-7.76953 -0.61328,-0.59766 -1.98437,-0.59766 -2.6875,-0.0742 m -141.0664,-2.48047 c -1.64063,-0.32422 -3.53516,-0.17578 -5.1836,-0.10938 -1.96093,-0.15234 -4.44921,1.25 -5.99218,3.23438 -1.28516,1.74219 -1.8711,4.27344 -2.17188,6.11719 -1.42578,5.18359 0.35547,12.0664 -1.12109,16.3125 -1.51953,0.93359 -6.55469,0.66406 -8.46875,0.24218 -2.89063,-1.23828 -5.27344,-4.98046 -9.10938,-4.86328 -2.76172,0.19922 -5.51953,-0.96484 -8.28125,1.11328 -2.66015,2.51172 -5.39453,5.44922 -6.125,8.14844 -0.41797,1.875 -0.96093,4.32031 -0.65625,6.21875 0.26563,1.65625 0.96875,3.61328 2.08203,5.14453 1.29688,1.77735 3.83985,3.75782 5.78516,4.12891 3.44141,0.0234 6.85547,0.48437 10.30469,-0.29688 1.80859,-0.7539 4.8164,-2.97265 5.78515,-4.83203 1.51954,-3.76562 0.70704,-7.76953 0.85938,-10.86718 1.40234,-1.60547 4.76172,-0.72266 7.03125,-0.82422 0.96484,0.20312 1.44531,0.6914 1.64453,1.69922 0.0859,2.64453 0.17188,5.28906 0.25781,7.93359 0.30469,1.90234 0.67578,4.10937 1.7461,6.08203 0.36718,0.67969 0.83984,1.32422 1.47656,1.69922 0.95703,0.55859 2.23047,0.53516 2.84766,-0.0937 0.40625,-0.41406 0.55078,-1.15625 0.45703,-1.80078 -0.20703,-1.47656 -1.48438,-2.23047 -2.44141,-3.34375 -0.78516,-1.27344 -0.98047,-3.25391 -1.21484,-4.71875 -0.28125,-1.75391 -0.6836,-5.23828 0.1914,-6.625 1.8125,-1.83203 5.73828,-0.23047 8.52344,-1.5 0.99219,-0.32813 1.80469,-0.85547 1.78906,-1.83985 -0.008,-0.66015 -0.32031,-1.01171 -0.92578,-1.21875 -2.33594,0.25782 -4.67187,0.51172 -7.00781,0.76563 -1.05469,-0.0195 -1.9375,-0.17969 -2.39453,-0.92969 -0.60547,-4.47265 -0.54297,-9.77344 0.0273,-14.53906 0.41016,-1.64063 1.10547,-3.125 2.5586,-4.76953 1.1875,-1.33985 2.46093,-2.52735 3.69531,-2.69922 1.37109,-0.19141 3.35156,0.47266 4.48828,1.75781 1.34375,1.52344 1.02734,3.17578 1.13672,4.80469 0.35156,0.83203 1.32812,1.23437 2.04687,0.67187 0.9961,-1.79296 0.88282,-5.66796 0.17969,-7.85546 -0.71484,-1.125 -2.51172,-2.08985 -3.82031,-2.34766 m -26.28906,29.52734 c 0.96875,2.13672 1.16406,5.53907 0.44531,7.67188 -0.79688,2.3164 -3.19922,4.05859 -5.41406,4.92578 -2.03516,0.83984 -4.6875,1.23828 -6.69922,0.40625 -1.8086,-0.74609 -4.19532,-2.71484 -4.97266,-4.38281 -0.78906,-1.69922 -0.98047,-3.95703 -0.44141,-5.69141 0.94922,-2.36328 2.80469,-5.55859 5.48829,-7.26562 1.77343,-0.91797 4.83593,-0.94141 6.61718,-0.28516 1.78125,0.65234 4.125,2.74219 4.97657,4.62109 m 259.97265,-55.4414 c 0.36328,-0.39453 0.36328,-1.08985 0,-1.48438 -0.61328,-0.67187 -1.96484,-0.67187 -2.57812,0 -0.36328,0.39453 -0.36328,1.08985 0,1.48438 0.61328,0.67187 1.96484,0.67187 2.57812,0 m -383.02344,-4.21875 c -1.04296,0.24218 -1.90234,0.55468 -1.88671,1.5039 0.0156,0.9375 0.8789,1.26172 1.92578,1.33985 2.26172,0.16797 5.22656,-0.29297 7.39062,-1.07422 1.33594,-0.22266 2.35938,-2.125 1.67578,-3.02735 -2.17187,-1.15234 -6.19531,0.69141 -9.10547,1.25782 m -92.0039,1.53125 c 0.36328,2.375 0.95703,4.91015 1.90234,7.21875 0.53125,1.29297 1.34766,2.9375 2.39063,4.0039 1.83984,1.85157 4.60547,0.94141 6.95312,1.08985 1.89063,-0.16797 4.54297,-0.96485 6.14844,-2.32032 1.375,-1.16015 2.27344,-3.23828 2.82031,-4.84765 0.66406,-1.94922 1.27735,-4.1836 1.38672,-6.1836 0.19531,-2.99609 -1.64062,-6.46484 -3.35547,-9.12109 -2.35156,-2.09766 -5.46484,-1.10937 -8.08203,-1.3125 -2.19531,0.0273 -8.69531,0.41797 -9.82031,1.55859 -0.90625,2.48438 -0.47266,6.69141 -0.34375,9.91407 m 17.05859,-4.82813 c 1.09766,1.78125 1.51953,2.99219 1.11719,4.75781 -0.43359,1.91407 -0.69922,3.81641 -2.36719,5.70704 -1.09375,1.23828 -2.54687,2.44921 -3.76562,3.13281 -0.95313,0.53515 -1.83594,0.79687 -2.73438,0.625 -1.46875,-0.27735 -3.16797,-2.09375 -4.09375,-3.69531 -1.29687,-2.25391 -2.65234,-6.51563 -2.36328,-8.67188 0.18359,-1.81641 2.87109,-3.85156 4.59375,-4.92578 1.70313,-0.92969 3.95313,-0.96484 5.64063,-0.60156 1.64062,0.35156 2.97265,2.04687 3.97265,3.67187 m -144.10547,5.73438 c 0.51563,3.97265 1.03125,7.94922 1.54688,11.92578 0.71875,0.55469 1.59765,0.12109 1.94922,-0.72266 0.90625,-4.39844 1.96875,-8.68359 4.36328,-12.90625 1.38281,-1.96484 2.89844,-4.07422 4.61328,-5.75781 0.91016,-0.89844 1.84375,-1.58594 2.77344,-1.39844 0.91406,0.1836 1.80859,1.23047 2.39453,2.17578 1.42187,2.28907 3.22656,6.14453 3.99609,8.84766 0.56641,1.98437 0.0977,10.04687 0.83594,10.73047 0.84375,0.71094 2.83984,0.5039 3.38281,-0.67969 0.6836,-1.07422 0.89453,-2.875 0.8086,-4.15234 -0.1836,-2.6211 -1.53516,-5.81641 -2.20313,-8.16407 -1.83594,-3.96875 -3.07031,-8.74218 -6.09766,-11.8164 -1.375,-0.80469 -4.65625,-0.78906 -6.23828,-0.0234 -3.86328,2.26953 -6.47265,8.01563 -8.75,9.71484 -1.20312,-0.26562 -0.19531,-4.18359 -0.78515,-5.93359 -0.35547,-0.82422 -1.33594,-1.21875 -2.05078,-0.67187 -1.20704,2.14843 -0.38282,5.95703 -0.53907,8.83203 m 202.36719,-11.88672 c -2.02734,2.03515 -4.39062,5.10547 -5.77734,7.76953 -1.38282,3.40625 -0.67188,6.78906 -0.56641,10.22656 0.26172,1.48047 0.78516,2.83985 2.10938,3.55078 1.21875,0.65625 2.9375,0.90625 4.2539,0.51563 4.21485,-0.8125 7.1836,-8.42969 8.40625,-7.60938 1.32813,7.48438 2.66016,14.97266 3.98828,22.46094 0.21875,2.51953 -0.11328,5.35938 -1.15625,7.82422 -0.51953,1.22656 -1.5039,2.66016 -2.64843,3.49219 -1.40235,1.02343 -3.16407,1.24218 -4.6875,1.02343 -3.60547,-0.50781 -8.3086,-2.16015 -11.78516,-4.12109 -2.70313,-1.52344 -5.18359,-4.25 -6.33594,-6.13672 -0.52344,-0.30078 -1.23047,-0.27344 -1.65234,0.0899 -0.44922,0.39062 -0.59375,1.10937 -0.5586,1.82031 0.082,1.53906 0.9961,2.96094 2.17188,4.1289 1.42187,1.41407 3.28906,2.58985 4.95312,3.42188 3.1875,1.59375 6.8125,2.68359 10.13282,3.50391 2.30859,0.5664 4.86718,0.53906 7.19922,0.40234 1.08593,-0.0625 2.0039,-0.27344 3.0664,-1.1875 1.33985,-1.16016 2.25391,-2.78125 2.8086,-4.07813 1.90234,-4.13671 1.41796,-8.13281 1.36718,-12.1875 -1.29687,-8.01562 -2.59765,-16.03125 -3.89453,-24.04687 0.25781,-3.71094 0.51563,-7.41797 0.77344,-11.125 -0.25781,-0.91406 -0.89844,-1.21875 -2,-1.54297 -1.73047,-0.51172 -3.53906,-0.76172 -5.27734,-0.70312 -1.89063,0.0664 -3.40625,1.01562 -4.89063,2.50781 m 7.89453,4.03125 c 0.23438,0.97265 0.0274,1.82031 -0.42969,2.85156 -1.42578,3.19141 -3.48046,6.8125 -6.03125,9.72656 -1.11718,1.28125 -2.1914,2.0625 -3.35937,1.49219 -0.87891,-0.42578 -1.42969,-1.38672 -1.62109,-2.3125 -0.28125,-1.38281 -0.27344,-3.33594 0.20312,-4.73437 0.73438,-2.14844 2.70313,-4.75 4.54297,-6.76563 1.30078,-1.42969 3.27344,-3.39844 4.55469,-3.20312 1.02343,0.16015 1.8789,1.83984 2.14062,2.94531 m -37.05078,-7.4375 c -1.4375,0.26172 -2.90234,1.29297 -4.03125,2.40234 -2.29687,3.875 -4.58984,7.7461 -6.88672,11.6211 -2.00781,-1 -1.17187,-6.22266 -2.57812,-8.92579 -0.3711,-0.60156 -0.78125,-0.90625 -1.42969,-0.89062 -0.64844,0.0117 -0.98828,0.33594 -1.21094,0.94922 0.15625,6.26953 2.54297,12.99609 2.06641,19.44531 0.16797,1.02344 0.4375,2.12109 1.26172,2.62891 0.88672,0.54687 1.71484,0.14062 2.11328,-0.6836 1.21094,-5.34375 2.89062,-10.80078 5.53515,-15.98437 1.41016,-2.21875 3.82422,-6.15625 6.24219,-6.58594 1.375,-0.0195 3.1875,2.05078 3.65235,3.5625 1.51562,5.5625 1.77343,11.08203 2.33203,16.94531 0.22265,0.67969 0.55078,1.35938 1.125,1.72266 0.53515,0.34375 1.23828,0.33984 1.65625,0.0156 0.57812,-5.52734 -0.91797,-12.78906 -1.75782,-19.02734 -0.60937,-2.23047 -1.88281,-5.30078 -3.92968,-6.81641 -1.07813,-0.62109 -2.85938,-0.61718 -4.16016,-0.3789 m -190.89453,1.13281 c -1.48438,1.00391 -3.40234,2.11328 -5.26563,3.91016 -2.05468,1.98047 -4.14062,4.66797 -5.6875,7.05078 -1.09375,1.68359 -1.68359,3.4414 -2.10937,5.14844 -0.42188,1.70703 -0.48047,3.44921 -0.41797,5.16406 0.0391,1.07031 0.18359,2.02734 0.80078,3.14844 0.59375,1.07031 1.50781,2.19921 2.48438,2.73046 1.70703,0.92969 5.54687,0.89454 7.32812,0.0274 5.29297,-2.82422 6.35938,-8.12891 9.60938,-10.63672 2.05078,1.69141 1.67578,7.01172 2.90234,9.92969 0.35547,1.10156 2.24219,1.36718 3.13672,0.55859 0.41406,-0.39844 0.5625,-1.10547 0.47656,-1.82422 -1.64844,-3.68359 -2.49219,-6.51953 -2.79687,-10.05859 -0.0937,-3.70313 -0.1875,-7.40625 -0.28516,-11.10938 -0.40234,-1.58984 -1.4375,-3.9414 -3.04687,-4.8125 -2.28125,-0.90234 -5.14844,-0.41015 -7.12891,0.77344 m 6.89453,7.21484 c -0.50781,2.21485 -1.875,4.53516 -3.29687,6.74219 -1.8711,2.90235 -3.74219,6.07031 -6.89063,8.78516 -1.54297,1.32812 -3.21875,2.09375 -4.53125,1.52344 -1.39062,-0.60547 -2.54297,-2.71485 -2.60937,-4.11719 -0.10157,-2.04688 0.92968,-4.71094 2.27343,-6.73047 2.28125,-3.42969 4.86328,-6.62109 7.44532,-8.26563 1.26953,-0.80468 3.30078,-1.97265 4.64062,-2.07421 0.6875,-0.0508 1.05859,0.0976 1.64063,0.60156 1.125,0.97656 1.61328,2.28125 1.32812,3.53515 m 367.59375,-3.24609 c -1.26172,-2.375 -2.92969,-4.58203 -5.37891,-5.82031 -2.35937,-0.73828 -5.14453,-0.40625 -7.21093,0.94922 -1.30078,2.25 -2.59766,4.5 -3.89844,6.74609 -1.43359,-0.75391 -1.24219,-6.45312 -3.94531,-6.94922 -1.70313,-0.41797 -4.59375,0.0117 -6.16016,1.17969 -1.30469,1.60937 -2.61328,3.21875 -3.91797,4.82422 -0.40234,-1.52344 -0.80469,-3.05078 -1.20703,-4.57813 -0.76562,-0.55078 -1.67969,-0.14062 -1.98047,0.67969 -1.08984,2.92969 -1.05859,9.73828 -1.16797,13.21875 0.0781,3.86328 -0.71484,8.73047 0.58203,11.86328 0.40235,0.3125 1.08985,0.32031 1.53907,0.0312 2.54297,-5.32031 2.61718,-12.67969 5.46484,-18.65625 0.87109,-1.65625 3.03125,-4.53125 4.625,-4.96875 1.98828,0.64063 2.45313,4.56641 3.32422,6.82031 0.59766,4.45313 1.00781,10.04297 2.03125,13.78907 0.875,0.68359 2.82422,0.44531 2.98437,-0.69141 0.48047,-4.80469 -0.42578,-10.27734 1.33985,-15.05859 0.37109,-1.30078 0.91406,-2.60157 1.97265,-3.85157 0.77344,-0.92187 1.65625,-1.60937 2.54297,-1.76171 0.91016,-0.15625 1.7461,0.17578 2.69922,0.95703 1.2461,1.01953 2.34766,2.49218 3.00781,3.73828 1.9375,5.33203 3.875,10.66797 5.8125,16 0.42579,1.14844 2.39844,1.42187 3.19532,0.57031 -0.1875,-6.09375 -3.95703,-12.75 -6.25391,-19.03125 m -97.71875,9.43359 c 1.99219,0.21875 3.98438,0.44141 5.97656,0.66407 1.67969,1.49218 3.36328,2.98437 5.04297,4.47656 1.85938,0.97656 4.16016,1.85156 6.12891,2.03125 2.46484,0.22656 5.7539,0.53906 8.19531,-0.21875 1.32422,-0.40625 2.91797,-1.29297 4.19531,-2.25781 1.00391,-0.76172 1.89063,-1.80078 1.8125,-2.85157 -0.082,-1.08984 -1.0664,-1.41796 -2.18359,-1.08984 -2.02734,1.10156 -4.05859,2.20313 -6.08594,3.30469 -1.25781,0.39844 -2.59375,0.32812 -3.83203,0.28515 -2.41797,0.0156 -5.33203,-1.62109 -7.40625,-3.58984 -0.42578,-0.57812 -0.42187,-0.88672 0.0117,-1.25781 2.52734,-0.91406 5.05469,-1.82813 7.58203,-2.74219 1.80469,-1.02734 4.69531,-2.72656 5.73047,-4.77734 0.72656,-1.44922 0.78125,-3.86328 -0.0352,-5.38282 -0.86328,-1.61328 -2.44531,-2.15234 -3.82812,-2.23437 -1.98047,-0.12109 -4.26563,-0.21484 -6.23438,0.0742 -1.05859,0.15234 -2.04297,0.59375 -3.11328,1.36328 -1.38672,0.99219 -2.76172,2.36719 -3.67187,3.69922 -1.20313,2.48437 -2.40235,4.96875 -3.60547,7.44922 -1.5625,0.19922 -3.12891,0.39843 -4.69141,0.59765 -0.59765,0.2461 -0.89844,0.61328 -0.89844,1.24219 0.004,0.64063 0.30469,0.98047 0.91016,1.21484 m 20.61328,-8.53515 c -2.21484,2.14062 -5.88281,4.19531 -8.38672,4.5625 -0.91797,0.13281 -1.79297,-0.0899 -2.08203,-0.70703 -0.42578,-0.89844 0.33203,-2.88282 1.50781,-4.17969 1.23829,-1.36328 3.23047,-2.91016 4.69532,-3.52734 1.20312,-0.51172 2.53906,-0.46485 3.67187,-0.0899 0.8711,0.28906 1.86328,0.86719 1.99219,1.54297 0.13672,0.70313 -0.57813,1.60547 -1.39844,2.39844 m 25.48438,-6.70703 c -1.86719,0.39062 -8.13672,2.67578 -8.69532,3.1289 -1.0625,3.08985 -0.38281,8.03907 -0.55468,11.89844 0.10937,1.44531 0.41015,4.07813 1.49609,4.90234 1.00391,0.7461 2.94531,0.45313 3.03125,-0.73828 -0.39062,-2.76172 -0.10156,-6.25781 0.44141,-8.99609 0.30078,-1.51563 0.98047,-3.44922 2.02734,-4.78906 1.09766,-1.40625 2.96094,-2.3086 4.51953,-2.69922 2.35156,-0.16797 4.70703,-0.33594 7.0625,-0.50391 0.5625,-0.21094 0.83203,-0.49609 0.76953,-1.24609 -0.0469,-0.59766 -0.42187,-1.34766 -0.95312,-1.71485 -2.69141,-0.47265 -6.14844,0.40625 -9.14453,0.75782 m 206.34765,-4.84375 c -0.4414,0.33593 -0.55859,0.94531 -0.58984,1.57422 0.67187,5.03515 1.63281,10.13281 0.48437,15.11328 -0.58984,1.20703 -2.15625,2.76172 -3.375,3.70703 -1.02734,0.80078 -1.82421,0.99609 -2.83203,1.05078 -1.59765,0.0859 -3.09765,0.12109 -4.73828,-0.90234 -1.8164,-1.13282 -4.22265,-2.97266 -5.50781,-4.91407 -1.30078,-1.96484 -1.76172,-4.65234 -2.07031,-6.82422 0.19531,-2.36718 0.38672,-4.73437 0.58203,-7.10156 -0.28906,-0.84375 -1.20313,-1.22656 -2,-0.69922 -0.91016,0.60547 -1.19531,2.42188 -1.41406,3.6836 -0.34375,2.01172 -0.36719,4.21093 -0.0625,6.23047 0.25781,1.69921 0.68359,3.50781 1.27734,5.15625 0.57812,1.58984 1.67578,3.74218 2.88672,4.84375 1.96484,1.78906 6.55078,4.13671 9.08594,4.35937 1.70703,0.14844 3.47265,-0.35547 5.17968,-0.96484 1.37891,-0.49219 2.81641,-1.1211 3.97657,-2.28907 1.79296,-1.79296 2.35156,-4.15234 2.30859,-6.11328 0.0859,-3.35937 0.19922,-6.88281 -0.11328,-10.23437 -0.14063,-1.5586 -0.55078,-4.94141 -1.57422,-5.67969 -0.41797,-0.30078 -1.10156,-0.30078 -1.50391,0.004 M 681.16396,462.8869 c 1.07422,0.55078 2.96094,-0.42188 3.03516,-1.66797 -0.81641,-5.28906 -1.25781,-10.78516 -0.30078,-16.10156 0.58203,-1.875 1.66406,-4.09375 2.89062,-5.76172 0.83203,-1.13281 2.07813,-2.23438 3.32031,-2.55469 1.71875,-0.4375 3.9336,0.60156 5.67969,1.39063 1.98438,0.89843 4.96875,2.65234 6.58203,4.39843 1.22657,2.57422 -1.89453,6.82813 -0.74218,10.51953 0.19531,1.95704 2.14453,4.6211 4.14453,5.54688 1.92187,0.96875 4.25781,1.55078 6.18359,1.71484 2.60547,0.22266 5.51563,0.29297 8.11719,-0.125 2.34765,-0.375 4.88281,-0.97265 7.23437,-2.13281 1.34766,-0.60547 2.94532,-1.70703 2.82422,-3.07031 -0.0703,-1.0586 -1.03125,-1.41016 -2.15234,-1.19141 -2.03125,0.86328 -4.0625,1.72266 -6.08985,2.58203 -2.66796,0.76563 -5.18359,1.1836 -7.83984,1.10547 -2.5,-0.0937 -5.34766,-1.10547 -7.41016,-2.78906 -0.41796,-0.52734 -0.41015,-0.83594 0.0273,-1.31641 3.20312,-1.83593 6.40625,-3.67187 9.61328,-5.5039 1.58984,-1.1836 3.6875,-2.98438 4.83984,-4.72266 1.03907,-1.57031 1.60157,-3.71484 1.23438,-5.28125 -0.26563,-1.67578 -2.61328,-3.12109 -4.27735,-3.30469 -1.98828,-0.30859 -4.26562,0.1836 -6.22265,0.84766 -2.22656,1.39062 -4.45313,2.78125 -6.67969,4.17187 -1.03906,0.0703 -6.62891,-4.22265 -9.07031,-5.05859 -2.70703,-0.92969 -5.5,-1.375 -8.21094,-0.95703 -1.05078,0.16016 -2.0625,0.62109 -2.96484,1.42187 -0.89453,0.79297 -1.50782,1.74219 -2.03907,2.75782 -1.35546,2.58984 -2.98828,11.93359 -2.91406,11.9414 -1.30859,-1.99218 -2.62109,-3.98828 -3.92969,-5.98047 -0.67578,-0.61718 -1.29296,-0.96484 -2.01171,-0.92187 -0.72657,0.0469 -1.08985,0.44141 -1.21485,1.14844 3.05469,6.30468 5.85547,13.52343 8.34375,18.89453 m 37.01172,-21.94141 c -0.89062,1.26563 -2.22266,2.57422 -3.48828,3.57813 -3.13672,1.82812 -8.01172,5.73047 -9.78516,5.09375 -0.37109,-0.83594 0.72266,-3.04297 1.53125,-4.36719 1.1875,-1.95703 2.47266,-3.3125 4.03516,-4.53906 1.65234,-1.29297 3.71094,-2.27344 5.55469,-2.63672 0.91015,-0.17578 1.85156,-0.0742 2.45312,0.55078 0.61719,0.64453 0.39453,1.33203 -0.30078,2.32031 m 123.70703,-6.0625 c -0.53906,1.44531 -0.59765,3.80078 0.125,5.27344 3.19141,4.84766 10.14453,6.81641 12.67578,11.80078 0.0312,0.61328 -0.42968,1.21875 -0.96484,1.66406 -0.90625,0.75 -1.84375,0.89453 -2.77734,0.94141 -1.1875,0.0586 -2.58204,0.17578 -3.78907,-0.44531 -1.35937,-1.10157 -3.375,-3.50391 -5.12109,-3.29297 -1.00391,0.0742 -1.45703,1.04687 -1.30078,2.1875 0.1875,1.95703 2.40625,3.30469 4.08984,3.99219 2.35156,1.01171 4.89453,1.78125 7.25781,1.21875 1.79297,-0.42969 4.90625,-1.51172 5.86719,-3.13282 0.75,-1.26172 0.73438,-3.78906 0.0274,-5.2539 -3.53516,-4.73828 -7.22657,-6.65625 -10.56641,-9.22266 -1.16797,-1.08203 -2.44141,-2.55469 -2.26563,-3.52344 0.17579,-0.97656 1.83985,-2.0664 3,-2.3164 2.00391,0.42968 4.00782,0.85547 6.01172,1.28125 0.85938,-0.10938 1.29297,-0.92969 0.75,-2.16797 -0.54687,-1.24219 -1.6875,-1.94531 -2.75781,-2.19922 -1.95703,-0.46094 -5.43359,-0.5 -7.27734,0.19531 -1.28125,0.48828 -2.4961,1.69922 -2.98438,3 M 739.78506,433.8869 c -2.40625,1.49219 -6.39844,3.54297 -7.08985,5.99609 -0.0703,2.00391 -0.67187,4.41016 1.08203,6.19531 4.85547,4.05079 11.32813,4.96875 15.11719,8.14454 0.24219,0.74609 -0.42187,1.58593 -1.26953,2.17187 -0.95313,0.66406 -2.51953,1.30469 -3.62891,1.46094 -1.59765,0.39453 -4.33984,-2.39844 -5.82812,-0.67578 -0.36328,0.43359 -0.38672,1.17187 -0.0742,1.80859 0.5,1.01563 1.72266,1.78125 2.77734,2.14453 2.82422,0.75391 5.48828,-0.39062 8.29297,-1.28515 2.0586,-0.86719 3.09766,-1.8125 3.63672,-3.73829 0.40625,-1.42968 0.6875,-2.96484 -0.58203,-4.16406 -3.97266,-2.12109 -7.94531,-4.23828 -11.92188,-6.35937 -1.25781,-0.76953 -3.88671,-2.38672 -3.92968,-3.66797 0.52343,-2.07813 3.91015,-3.96875 5.84765,-5.19922 2.88282,-0.66797 5.76563,-1.33203 8.64844,-1.99609 0.55469,-0.88282 -0.41797,-2.83985 -1.71094,-3 -3.03906,-0.49219 -6.30859,0.7539 -9.36718,2.16406 m -360.98047,-4.05469 c -0.76172,1.86719 -1.16407,5.19531 -1.22657,7.16016 -0.23828,7.74218 -0.16406,15.34765 1.17969,23.10937 0.41406,2.375 1.44922,6.0586 3.35547,8.16016 1.1875,1.42969 3.20703,1.22265 4.98047,1.04687 1.07031,-0.23047 2.22656,-0.93359 3.14062,-2.05078 0.88672,-1.08594 1.32422,-2.33203 1.0586,-3.29687 -0.28516,-1.01172 -1.2461,-1.36328 -2.23828,-0.94141 -1.33203,1.0625 -2.54688,3.54297 -3.87891,2.36328 -1.67578,-1.12109 -2.75391,-4.625 -3.3125,-6.5039 -0.69141,-2.32422 -1.28906,-5.64844 -1.42969,-8.0625 -0.39453,-6.66016 1.41016,-13.5586 0.91797,-20.13282 -0.0742,-0.98047 -0.39453,-1.80078 -1.33594,-1.79297 -0.6289,0.004 -0.94921,0.3086 -1.21093,0.94141 m 136.84765,-1.14844 c -0.0703,3.60547 0.41407,7.60938 -0.46875,10.90625 -0.46093,0.80469 -1.40234,1.39844 -2.375,1.6875 -2,0.13282 -4,0.26563 -6,0.39844 -0.60937,0.26563 -0.91406,0.66406 -0.91406,1.30078 -0.004,0.65625 0.30078,0.98828 0.90234,1.22266 2.52735,0.71484 6.67188,-0.72266 8.41407,1.19531 0.69922,5.25391 1.48047,11.10938 2.77343,16.77344 0.30469,1.42578 1.64454,2.42969 3.01563,2.08203 1.00391,-0.23438 1.42969,-1.08594 1.28906,-2.24219 -0.82031,-2.375 -1.64062,-4.75 -2.46094,-7.12109 -0.49218,-3.4375 -1.92578,-7.40235 -1.01562,-10.53906 0.44531,-0.7461 1.31641,-0.87891 2.375,-0.92579 2.33594,0.2461 4.67187,0.49219 7.00781,0.73829 0.61719,-0.15625 0.9336,-0.45313 0.92969,-1.21485 -0.008,-1.09765 -0.90234,-1.95312 -1.91406,-2.24219 -2.80469,-0.66796 -6.61328,0.79688 -8.41797,-1.08593 -0.79688,-3.26563 -0.375,-7.32813 -0.44141,-10.92969 -0.0859,-0.99219 -0.39844,-1.79688 -1.35156,-1.79688 -0.95313,0 -1.26563,0.80079 -1.34766,1.79297 m -186.44922,-7.57812 c -2.51953,4.24609 -0.96093,10.83203 -1.99609,15.5039 -3.58203,1.32813 -9.67969,2.23829 -14.4375,5.47266 -2.8125,1.79688 -4.95703,3.89844 -6.44922,6.74219 -1.35156,3.44531 -0.78906,6.87109 -0.47656,10.32812 0.95312,2.23828 2.42578,5.33203 4.96484,6.82813 1.375,0.66797 2.92578,0.38672 4.28516,0.0469 1.75,-0.43359 3.44141,-1.21093 5.14844,-2.35547 2.6289,-1.76171 7.58593,-9.33203 8.70312,-9.32031 2.09375,1.38281 3.25781,6.33594 5.40235,8.95313 0.52343,0.61328 0.84375,0.83203 1.63281,1.01172 0.98828,0.22656 2.3164,0.13281 2.86719,-0.50391 0.36328,-0.42188 0.38281,-1.10547 0.10546,-1.67969 -1.24609,-1.46484 -2.49609,-2.92969 -3.74609,-4.39453 -1.37109,-2.30859 -3.10937,-5.39453 -3.35547,-7.76172 -0.36719,-9.51172 0.12891,-20.17969 -0.0508,-28.85937 -0.625,-0.51563 -1.94922,-0.51172 -2.59766,-0.0117 m -1.83593,25.84375 c -0.47266,2.47656 -1.77344,5.33594 -3.41407,7.80078 -1.7539,2.62891 -4.64062,5.38281 -7.14843,6.92969 -1.5,0.92578 -3.21875,1.21484 -4.45703,0.46093 -1.3086,-0.78515 -3.08985,-3.6875 -3.61329,-5.26953 -0.58593,-1.76562 -0.51171,-3.86328 0.61329,-5.67578 1.55859,-2.51562 4.32031,-5.55469 6.89062,-6.92187 2.34375,-1.24219 5.3125,-2.78516 7.76953,-3.33203 0.99219,-0.21875 1.875,-0.20704 2.6211,0.5039 1.36718,1.48047 0.91406,3.67188 0.73828,5.50391 M 817.65615,421.9182 c 0.10937,4.13281 3.41016,8.55078 2.48828,11.66015 -1.66016,2 -5.64453,1.8086 -8.33594,2.14454 -0.61328,0.2539 -0.92578,0.63671 -0.91797,1.26562 0.008,0.97656 0.84766,1.28125 1.89063,1.36719 2.44922,-0.0977 7.625,-0.81641 8.77734,0.19531 2.12891,3.19922 2.70313,7.69141 3.875,11.52344 0.0977,2.01562 0.19532,4.03125 0.29297,6.05078 0.25781,0.85156 1.1875,1.28516 2.25,1.07812 0.75781,-0.14453 1.03516,-0.4414 1.25,-1.0625 0.27344,-0.78906 0.1875,-2.10156 0.1211,-3.07812 -1.125,-4.91016 -2.2461,-9.82422 -3.3711,-14.73828 1.46485,-1.77735 5.65235,-0.20703 8.35547,-1.46875 0.99219,-0.32813 1.80469,-0.85547 1.78906,-1.83985 -0.008,-0.65625 -0.3164,-1.00781 -0.91797,-1.21093 -2.65625,0.26172 -5.30859,0.52734 -7.96484,0.79297 -1.05469,-0.0547 -1.85156,-0.25 -2.51172,-1.03125 -1.48437,-4.60938 -2.96875,-9.21875 -4.45312,-13.83204 -0.30469,-0.58593 -0.65625,-0.89843 -1.29297,-0.87109 -1.25,-0.004 -1.48828,1.64063 -1.32422,3.05469 m -20.48047,-3.87891 c 1.33594,2.46485 2.41016,4.70313 3.01563,7.08594 2.07421,10.07422 4.15234,20.14453 6.22656,30.21484 0.26172,0.9961 0.63281,1.82813 1.59765,1.78907 0.62891,-0.0234 0.97657,-0.35157 1.20704,-0.9961 0.29296,-0.82031 0.14843,-2.1289 0.008,-3.11328 -1.44141,-10.14453 -3.76953,-20.45312 -6.21485,-30.15625 -0.46484,-1.84766 -1.20312,-4.53516 -2.40234,-6.11719 -0.60547,-0.79687 -1.61328,-1.28125 -2.62891,-0.99609 -1.03906,0.28906 -1.17578,1.14062 -0.80859,2.28906 M 270.83203,382.88281 c -0.58203,1.89844 -0.39453,4.26563 -0.22656,6.19141 0.10937,1.28125 0.33203,2.91015 1.34375,4.08203 0.84765,0.97656 1.84375,1.21094 2.95703,1.28125 1.88281,0.125 4.41797,0.36328 6.25391,-0.38672 1.68359,-0.69141 3.58203,-2.29297 5.16796,-3.78906 0.94141,-1.30078 1.88282,-2.60156 2.82422,-3.90235 0.97657,0.0508 2.36719,7.17969 2.66016,8.92188 0.20703,1.11328 2.16797,1.34766 2.96094,0.59766 0.26562,-4.20313 -2.88672,-10.06641 -3.17188,-14.94922 -0.88281,-2.54297 1.41016,-5.95313 0.16016,-7.8125 -0.9336,-0.82422 -2.39063,0.44922 -2.9336,0.59765 -0.92187,-0.61718 -1.84375,-1.23828 -2.76562,-1.85547 -1.14453,-0.42578 -2.82813,-0.41796 -4.14063,-0.23046 -2.07421,0.29687 -4.33984,2.03515 -5.83984,3.38281 -2.01953,1.8164 -4.23828,4.59765 -5.25,7.87109 m 16.25,-2.84765 c 0.27344,1.04296 0.125,1.80468 -0.40625,2.86718 -1.16016,2.31641 -2.57422,4.52344 -4.97266,6.40235 -0.9414,0.73828 -1.91406,1.5 -2.82812,1.88672 -0.92578,0.39062 -1.79688,0.41406 -2.70313,-0.0391 -1.27734,-0.64062 -2.38671,-2.05468 -2.61328,-3.24609 -0.28125,-1.48828 0.32422,-3.16406 1.10157,-4.71875 0.95312,-1.89844 2.57812,-3.92969 4.625,-5.79688 1.55468,-1.42187 3.29687,-2.76953 4.54687,-2.37109 1.42188,0.45703 2.84375,3.45313 3.25,5.01563 m 233.625,-7.29688 c 1.13672,7.78906 2.22656,15.875 3.12891,23.47656 0.22265,0.60547 0.5625,0.91407 1.18359,0.90625 0.61719,-0.008 0.96094,-0.32031 1.1875,-0.92578 0.67578,-7.21484 -2.08984,-14.86328 -1.97266,-22.28515 -0.13281,-1.35547 -0.91406,-3.09766 -2.22265,-3.04297 -1.00391,-0.008 -1.32031,0.86718 -1.30469,1.87109 m -125.09375,16.35547 c 0.24609,1.58594 1.52344,3.92187 3.21875,4.85937 1.80859,0.9961 5.3125,0.69922 7.26563,0.41797 1.0664,-0.15625 2.05859,-0.61328 3.11718,-1.30078 2.53907,-1.64062 7.50391,-10.73437 8.74219,-10.71875 2.51172,2 2.21484,7.6875 4.50781,10.9375 0.57422,1.12891 2.5586,1.36328 3.3125,0.59375 0.11328,-3.19531 -3.58593,-7.96484 -3.76562,-11.7539 -0.60547,-2.31641 2.26953,-3.3125 1.22265,-6.15625 -0.80078,-2.21094 -1.30078,-5.76954 -3.09375,-6.25782 -2.1914,-0.60156 -5.77343,-0.28515 -8.17187,-0.0898 -1.65625,0.13672 -3.53906,0.46875 -5.16016,1.27344 -1.69531,0.83984 -3.50781,2.3164 -5.10547,3.82422 -1.94921,1.83593 -3.79296,4.05078 -4.80078,6.07812 -1.24218,2.49219 -1.67968,5.74609 -1.28906,8.29297 M 415.3125,378.9375 c -1.39844,2.91406 -3.03906,5.86719 -5.67969,8.74609 -1.59765,1.73828 -3.15625,3.01563 -4.73047,3.44922 -1.53906,0.33203 -3.19922,0.69531 -4.46093,-0.59375 -1.44141,-1.32422 -1.94532,-2.94531 -1.59766,-4.51953 0.54297,-2.46875 2.13672,-5.16797 4.52344,-7.6875 2.03906,-2.15234 4.63672,-4.22656 6.78125,-4.98047 1.21484,-0.42578 2.58203,-0.74609 3.80859,-0.80078 0.92578,-0.0391 1.94531,0.11719 2.55859,0.83203 1.20313,1.45703 -0.51562,3.6875 -1.20312,5.55469 m 41.39844,11.26562 c 1.15625,1.8125 3.02343,3.57032 5.10937,4.3125 2.35938,0.83985 4.83594,1.13672 7.20313,0.75 3.85937,-1.01953 8.82031,-1.57031 11.91015,-4.375 0.29688,-0.54296 0.27344,-1.24218 -0.0898,-1.66406 -0.38672,-0.45312 -1.09375,-0.58984 -1.79688,-0.5625 -5.07812,1.40235 -9.41406,4.20703 -13.9375,3.39844 -1.23828,-0.35156 -2.46484,-1.05078 -3.70312,-2.30859 -1.38281,-1.39844 -2.77734,-3.22266 -3.16797,-4.63672 -0.26562,-0.95313 0.17188,-1.37891 1.1875,-1.76563 5.26953,-1.76172 10.54688,-2.0664 15.73828,-5.45312 1.79297,-1.47657 1.23828,-4.05469 1.13672,-6.01563 -0.34375,-1.35156 -1.57812,-2.10156 -3.12891,-2.71875 -2.3789,-0.94531 -4.9414,-0.76953 -7.2539,-0.57422 -1.61328,0.13672 -3.57813,0.41797 -5.13281,1.37891 -4.21094,2.91406 -5.02344,7.83203 -7.72266,10.10156 -0.0625,2.98047 2.34375,6.91797 3.64844,10.13281 m 12.08593,-12.99609 c -1.96093,0.75391 -9.46484,3.31641 -9.9414,2.42969 -0.47266,-0.8711 0.71875,-3.08203 1.74219,-4.29688 1.375,-1.64062 3.7539,-3.05859 5.52343,-3.61328 1.19922,-0.375 2.5586,-0.39844 3.71485,0 1.08203,0.375 2.78125,1.48828 3.09375,2.41406 0.4375,1.54688 -2.375,2.28907 -4.13282,3.06641 M 303.5977,373.98437 c 0.0781,6.8125 -0.59766,14.9375 0.66015,20.8711 0.64453,0.41015 1.92188,0.0273 2.57422,-0.77735 0.98047,-3.30078 1.96484,-6.59765 2.94531,-9.89453 0.77735,-1.97265 1.89063,-3.94531 3.23828,-5.88281 1.64844,-2.42578 4.70704,-5.67187 7.00391,-6.34766 0.55469,-0.0742 1.04297,0.16407 1.41797,0.58594 0.89453,1.01953 1.38281,3.13281 1.75391,4.58594 0.96093,5.1875 2.46093,10.6875 2.52734,16.06641 0.34766,0.83593 1.31641,1.23437 2.03516,0.67968 1.14843,-1.85547 0.55468,-5.3125 0.48437,-7.88281 -1.38672,-5.45703 -1.26953,-10.86719 -4.21484,-16.17578 -0.84375,-0.94922 -1.85938,-1.21484 -2.98047,-1.25391 -1.67969,-0.0586 -3.60547,0.25 -5.25391,1.32422 -5.05469,3.90235 -7.21094,8.47266 -8.83203,10.85156 -1.27344,-1.59375 -0.19141,-7.71093 0.19141,-10.93359 -0.21875,-0.83594 -1.125,-1.23437 -2.02344,-0.65625 -1.39453,1.05859 -1.46484,3.28906 -1.52734,4.83984 m 143.3789,-5.89843 c -0.95312,0.54297 -1.51562,1.66406 -1.96484,2.71875 -1.34375,5.32031 -2.69141,10.64062 -4.03516,15.96093 -0.34765,1.1211 -1.01953,2.92188 -1.91797,2.91797 -1.55859,-0.59765 -2.77734,-3.91406 -3.26562,-5.83593 -0.61719,-4.92969 -1.66797,-10.26954 -1.61328,-15.07032 -0.23047,-0.59765 -0.57032,-0.90234 -1.19141,-0.89453 -0.62109,0.008 -0.96094,0.32031 -1.19141,0.9336 -0.80468,5.61328 0.46094,11.70703 1.17969,17.30859 0.70313,2.77344 2.97656,6.67969 5.0625,8.83203 0.77344,0.48047 2.10547,0.58594 3,0.34375 0.72266,-0.19531 0.92188,-0.40625 1.19531,-1.04297 1.70313,-6.67187 3.40235,-13.34765 5.10157,-20.02344 0.88672,-1.38671 1.77343,-2.76953 2.65625,-4.15625 0.46093,-1.16406 0.082,-2.03125 -0.96485,-2.30078 -0.61718,-0.15625 -1.43359,-0.0469 -2.05078,0.3086 m -195.88281,2.54687 c -1.57031,1.54688 -3.48047,3.17969 -4.66406,5.16406 -1.41016,2.35547 -1.94532,4.74219 -2.47657,7.12891 -0.3789,1.69922 -0.48437,3.41016 -0.32812,5.11328 0.15234,1.63672 0.76562,3.5586 1.69922,5.17969 0.58594,1.01562 1.34375,1.70703 2.39453,2.34375 1.94531,1.17969 4.20703,2.32031 6.19922,2.70312 2.74609,0.52735 5.5039,0.125 8.26953,-0.83203 2.22656,-0.91015 5.29687,-1.76172 6.76953,-4.33593 0.28516,-0.67579 0.26172,-1.46094 -0.14062,-1.88672 -0.40235,-0.42578 -1.15625,-0.45703 -1.84766,-0.25391 -2.36328,1.19922 -4.72656,2.40234 -7.09375,3.60547 -1.58203,0.56641 -3.23828,1.125 -4.8125,0.68359 -1.69141,-0.46875 -4.32031,-1.78125 -5.58203,-2.85937 -1.14844,-0.98438 -2.32031,-3.03125 -2.72656,-4.47656 -0.33985,-2.875 0.69531,-5.78516 1.89062,-8.6836 1.47656,-2.55469 3.875,-4.82422 6.5625,-6.52344 1.45313,-0.92187 3.25,-1.44531 4.64844,-0.8164 1.8164,0.82031 2.76562,2.70703 3.35937,3.96875 0.4336,0.30078 1.10547,0.33203 1.53516,-0.0156 0.89844,-0.73437 0.89844,-3.65234 0.17969,-4.97656 -0.84375,-1.55078 -3.28125,-2.74219 -4.84766,-3.01562 -3.01172,0.14453 -6.5625,0.58593 -8.98828,2.78515 m 431.69922,-2.82031 c -0.5586,1.48047 -0.26172,4.3125 -0.125,6.02734 0.29687,3.71094 0.79297,7.58203 1.73828,11.37891 0.26562,1.05859 0.63672,1.91016 1.60156,1.90234 1.26172,0.0312 1.47266,-1.55468 1.28516,-2.90234 -0.39844,-4.70313 -0.61719,-12.31641 -2.125,-16.42188 -0.22266,-0.60937 -0.5625,-0.91796 -1.1836,-0.91406 -0.62109,0.004 -0.96484,0.32031 -1.1914,0.92969 m -145.54688,25.08203 c 0.70703,0.53906 1.69532,0.16016 2.28516,-0.68359 1.36328,-4.66016 2.72266,-9.31641 4.08203,-13.97657 1.26953,-2.19921 2.99219,-6.02734 5.31641,-6.91406 0.80468,-0.0234 1.52343,1 1.99218,1.9375 1.73829,5.00781 2.84375,12.11719 6.15235,16.63672 1.20312,0.55859 2.9414,-0.38672 3.21094,-1.63672 0.96093,-3.6875 1.92187,-7.37109 2.88671,-11.05469 0.55469,-1.42578 1.83594,-4.86718 2.97657,-4.89843 1.48828,0.28906 2.55859,3.15625 3.02734,4.88281 1.1875,4.22656 2.57422,9.85937 2.53125,14.00781 0.3125,0.81641 1.22266,1.25 2.28125,1.02735 0.74609,-0.15625 1.03516,-0.46094 1.24609,-1.09375 0.30469,-5.58985 -2.09375,-10.91407 -3.21093,-16.28907 -0.625,-1.90625 -1.16016,-4.5664 -2.9375,-5.78125 -1.03516,-0.61718 -2.91797,-0.64453 -4.1836,-0.35547 -1.11328,0.25 -2.01562,0.95704 -2.77343,2.02735 -1.39454,3.98828 -2.78516,7.97265 -4.17579,11.96094 -2.07031,-2.27344 -3.23046,-8.78907 -4.48437,-12.9375 -0.41016,-1.03516 -1.15625,-2.15235 -2.30078,-2.70704 -1.82031,-0.76562 -3.71485,-0.13281 -5.32422,0.85157 -3.02734,2.27343 -3.64844,7.45312 -5.6875,8.75781 -0.44922,-1.27734 -0.89844,-2.55469 -1.34375,-3.83203 -0.40234,-0.51953 -1.11328,-0.90235 -1.73047,-0.91797 -0.74219,-0.0156 -1.0625,0.3125 -1.22656,0.9375 1.47265,6.76172 -0.043,14.23047 1.39062,20.05078 m 357.87887,-8.9844 c 0.86328,0.53125 1.82812,0.16796 2.38281,-0.65625 1.30078,-3.65625 2.60547,-7.3086 3.90625,-10.96485 1.05469,-1.77344 2.67578,-4.33984 4.57813,-4.3125 2.66015,0.69141 4.71093,4.51563 6.37109,7.26172 0.94531,1.875 2.10938,3.94141 2.83984,5.96094 0.78125,2.79297 -0.22656,6.61719 1.94532,8.70703 0.85547,0.51953 1.73437,0.10937 2.0625,-0.79297 -0.21875,-2.33984 -0.4336,-4.68359 -0.65235,-7.02344 0.0586,-0.89843 0.375,-1.83593 0.89844,-2.07812 0.53125,-0.2461 1.45313,0.10156 2.08594,0.69531 1.625,1.52734 1.60156,4.30859 4.14844,6.44922 1.98437,1.66797 4.16015,2.65625 6.16796,3.10937 2.30079,0.51954 4.85157,1.26954 7.17969,0.79688 3.85547,-0.93359 8.8086,-2.11328 11.89453,-4.27344 0.28907,-0.46875 0.27735,-1.15234 -0.0781,-1.5664 -0.3711,-0.4336 -1.05078,-0.5586 -1.74219,-0.5586 -3.05469,0.90625 -6.11328,1.8125 -9.17187,2.71485 -1.83985,0.30859 -3.99219,0.36328 -5.82813,0.0976 -2.49219,-0.48437 -5.45703,-2.36328 -7.35547,-4.73437 -0.6875,-0.91407 -0.89844,-1.48047 -0.28515,-2.05078 3.82031,-2.22266 9.59765,-2.86329 13.60937,-6.59375 0.85156,-1.0625 1.39063,-2.8125 1.1875,-4.15625 -0.24219,-1.60157 -1.63281,-2.89454 -3.14062,-3.26172 -2.80469,-0.20313 -5.5586,-0.44532 -8.34375,1.20703 -3.37891,2.44531 -5.25391,6.16406 -6.58985,8.51562 -0.3125,0.35157 -5.24219,1.28907 -5.33984,1.28907 -2.0586,-2.03907 -4.13281,-9.38672 -8.72266,-12.66016 -1.19922,-0.64063 -2.87109,-0.53125 -4.1914,-0.46094 -1.125,0.0586 -2.05079,0.27344 -3.16407,1.16016 -3.96484,2.85937 -3.74609,7.58984 -5.70312,8.92187 -0.86719,-2.3125 -1.73438,-4.625 -2.60547,-6.9414 -0.39844,-0.57813 -0.82813,-0.88282 -1.48438,-0.85547 -0.64062,0.0312 -0.99218,0.36719 -1.14843,0.98828 1.29687,5.03516 1.82812,11.62109 4.28906,16.06641 M 928,375.47266 928.52734,376 928,376.52734 927.47266,376 928,375.47266 m 8.37109,-3.6211 c -1.03125,1.51953 -3.97265,3.05078 -5.375,3.33594 -0.85547,0.17578 -1.78906,-0.0273 -1.9375,-0.60938 -0.21093,-1.25781 2.48047,-3.53906 4.16016,-4.46484 1.1875,-0.63672 2.49609,-0.80078 3.22656,0.21875 0.36328,0.50391 0.35938,0.87891 -0.0742,1.51953 m -324.30468,-8.12109 c -1.36329,-0.19141 -3.07422,0.33984 -4.08594,1.1875 -2.98047,2.65234 -3.79688,7.23047 -5.31641,9.00781 -1.89062,0.35938 -1.8164,-5.35156 -4.57422,-6.88672 -1.44531,-0.82812 -3.61328,-0.54297 -5.26562,0.28125 -1.34766,0.67969 -3.07813,1.69141 -3.78125,2.59375 -1.01172,2.91016 -2.02735,5.82031 -3.03906,8.73047 -1.52344,-1.68359 -1.28516,-6.99609 -2.52735,-9.91797 -0.52344,-0.80078 -1.54297,-1.17187 -2.24609,-0.60547 -0.97656,5.20703 2.32812,12.19922 1.6289,18.11328 0.19922,1.26172 0.47657,3.04688 1.30079,3.66407 0.96875,0.6914 2.80078,0.46875 3.19531,-0.65625 1.14062,-4.67578 2.28515,-9.35547 3.42578,-14.03516 0.69922,-1.73437 2.53906,-4.48047 4.20312,-4.57422 1.37891,-0.0195 2.625,2.07422 3.23438,3.5625 1.67187,4.44922 2.27344,9.33203 2.5,13.9961 0.34375,0.83984 1.30078,1.24218 2.01172,0.70703 0.90234,-4.09375 1.64453,-10.1211 4.04297,-14.71485 0.85156,-2.10156 2.29297,-5.12109 4.28515,-6.12109 1.10157,-0.35547 1.64844,0.875 1.92188,2.08984 1.24609,6.33985 2.49219,12.67969 3.73828,19.01563 0.23437,1.19922 2.24219,1.42578 3.09766,0.69922 -0.57032,-7.25391 -3.32813,-16.20703 -4.83594,-24.13282 -0.70703,-1.09375 -1.76953,-1.83984 -2.91406,-2.0039 m 251.76953,20.23047 c 2.28515,0.83984 4.85156,1.39062 7.125,1.46093 3.91015,0.1211 8.22656,0.48438 12.13672,-0.3789 1.66406,-0.36719 3.58984,-0.64063 5.21875,-1.53125 1.01562,-0.55078 1.86328,-1.44922 1.82812,-2.46875 -0.0391,-1.0625 -0.90625,-1.21875 -1.93359,-1.04297 -3.89063,1.12891 -7.53125,2.54297 -11.22657,2.56641 -3.49218,0.13281 -7.57421,-0.10157 -10.3789,-1.27344 -0.61719,-0.4375 -0.16406,-0.84766 0.77344,-1.40625 3.23046,-1.60938 6.46484,-3.21875 9.69531,-4.83203 0.9414,-0.86719 1.91406,-2.53125 2.60547,-3.88672 0.85937,-1.67578 1.16015,-3.63672 0.28515,-5.35547 -1.02343,-1.96094 -3.25781,-3.41797 -4.86328,-3.25391 -2,-0.11718 -4.22265,-0.15625 -6.21094,0.46094 -2.05078,0.63672 -4.17968,1.83984 -6.21875,3.74219 -1.03906,0.96875 -1.86328,1.99609 -2.32421,2.98828 -1.03907,2.23047 -3.57032,8.55469 -3.50782,10.24219 0.0352,1.03515 4.97266,3.22265 6.9961,3.96875 m 12.30468,-14.08985 c -0.55859,1.16407 -2.20312,2.52735 -3.39453,3.32032 -2.21875,1.47656 -5.32031,2.97656 -7.7539,3.73828 -0.9961,0.30859 -1.77735,0.25781 -2.22657,-0.39844 -0.67578,-0.98828 -0.38281,-2.94531 0.39454,-4.27734 1.12109,-1.92969 2.94921,-3.78125 5.08593,-5.07032 1.48438,-0.89843 3.28125,-1.75781 4.69141,-1.57812 1.11719,0.14453 2.65234,1.29687 3.22266,2.53125 0.26562,0.57812 0.26562,1.14453 -0.0195,1.73437 m -131.67187,11.9336 c 1.46094,1.01953 1.04297,3.48437 3.23047,5.09375 1.6289,1.20312 3.55859,2.24218 5.17578,2.48047 4.52734,0.66406 10.66016,0.66406 15.17578,-0.10547 3.02344,-0.51563 6.27344,-1.44141 9.28125,-2.49219 1,-0.35156 1.84375,-0.81641 1.80078,-1.78906 -0.043,-0.96875 -0.91797,-1.32422 -2.00781,-1.32813 -3.72656,0.90625 -7.44922,1.8125 -11.17578,2.71875 -3.16016,0.50391 -6.67188,0.28516 -9.84766,0.16797 -2.45312,0.0312 -5.53125,-1.81641 -7.25,-3.77734 -0.65625,-1.03125 0.15625,-2.14844 1.41016,-2.85157 3.99219,-1.6914 7.98047,-3.38281 11.96875,-5.07421 1.59375,-0.80469 3.68359,-2.04688 5.04687,-3.66407 1.65625,-1.97656 1.14844,-4.17187 1.01563,-6.32031 -0.29688,-1.13672 -1.03516,-1.88281 -2.14844,-2.17187 -2.26953,-0.58985 -5.02344,0.41015 -7.25,1.02343 -1.98047,0.55078 -4.28516,1.5625 -5.96484,2.7461 -3.22657,2.42578 -7.03516,7.96093 -8.35547,11.11718 -1.16406,1.25391 -3.75,0.64844 -3.67969,2.40235 -0.0898,1.76953 2.28516,1.33984 3.57422,1.82422 M 750,375.47266 750.52734,376 750,376.52734 749.47266,376 750,375.47266 m 13.61719,-6.64063 c -1.21875,1.26172 -2.57813,2.24609 -3.83985,2.98438 -2.16406,1.26562 -4.58984,2.47265 -6.77343,3.12109 -0.94141,0.28125 -1.82813,0.30859 -1.96485,-0.32422 0.0664,-1.8125 3.99219,-5.12109 6.19531,-6.38672 2.40235,-1.12109 5.50782,-2.73828 7.26172,-1.80859 0.53516,0.61328 0.043,1.46094 -0.8789,2.41406 m -61.82032,-4.94141 c -3.51562,3.09375 -6.12109,7.30079 -8.38671,10.91016 -0.77344,1.38281 -1.41016,2.74609 -1.67969,4.10938 -0.24219,3.03906 -0.64453,6.14062 0.64844,9.20312 0.41406,0.72266 0.73437,0.98047 1.48046,1.32031 1.22657,0.56641 2.91407,0.85157 4.19141,0.76172 1.31641,-0.0898 2.87109,-0.41797 4.15234,-1.16406 4.64844,-3.32422 7.1211,-8.08594 8.59766,-9.73047 1.05859,2.30469 2.11328,4.60938 3.17188,6.91406 1.05859,1.21094 3.04687,1.51563 3.83593,0.6211 0.62891,-0.6836 0.54688,-1.97657 0.0664,-2.64063 -1.08984,-1.5039 -2.44531,-1.80859 -3.07422,-4.33203 -0.82812,-3.30469 -0.44531,-6.80859 -0.50391,-10.19922 -0.082,-1.02734 -0.28515,-1.75781 -1.35546,-1.69531 -0.60547,0.0391 -1.32032,0.39062 -1.80079,0.90625 -0.97265,2.30078 -1.9414,4.60547 -2.91406,6.90625 -1.50781,2.60156 -3.26953,5.58984 -5.60156,7.73437 -1.42578,1.3125 -3.25391,2.73047 -4.64453,2.94141 -1.45703,0.33203 -2.75781,-0.98437 -3.26563,-2.60547 -0.48437,-1.51172 -0.33593,-3.09765 0.42188,-4.70312 1.58984,-3.38282 4.60937,-7.77344 7.28515,-10.44532 0.85547,-0.85156 2.44532,-2.45312 3.24219,-2.39843 0.53516,0.8789 1.07422,1.76172 1.60938,2.64062 0.67578,0.47266 1.75,0.13281 2.42578,-0.84375 0.63281,-0.91797 0.79297,-2.22265 0.51953,-3.28515 -0.18359,-0.71094 -0.57813,-1.35157 -1.13281,-1.72657 -2.1211,-0.93359 -4.9336,-0.52734 -7.28907,0.80078 m -75.16015,6.95704 c -0.33985,2.14062 -1.03125,5.0039 -0.85156,7.17187 0.20703,2.52734 0.97265,5.80469 2.39843,8.23047 0.81641,1.38672 2.16407,2.73828 3.56641,3.57031 1.37109,0.8086 2.83203,1.21485 4.18359,1.42969 2.25782,0.36328 4.88672,0.41797 7.14063,-0.0156 1.24219,-0.24218 3.05469,-0.79687 4.13672,-1.6289 0.6289,-0.48047 0.95703,-0.92969 0.92578,-1.59766 -0.0273,-0.64453 -0.38672,-1.02734 -1.07813,-1.24219 -3.25781,-0.36328 -6.17968,2.875 -9.00781,1.59766 -1.26172,-0.20312 -2.55859,-0.58594 -3.80078,-1.33984 -1.28125,-0.76953 -2.51172,-2.02735 -3.30859,-3.27344 -0.77735,-1.21875 -1.33594,-2.51172 -1.33594,-3.69141 0.004,-0.92187 0.30859,-1.83203 0.97656,-2.32031 3.24219,-1.06641 6.48828,-2.13672 9.73047,-3.20312 1.51562,-0.92579 2.00781,-1.86329 2.09766,-3.41016 0.0898,-1.60938 0.26171,-3.72656 -0.11719,-5.25391 -0.25,-1.01562 -0.95313,-1.85156 -2.07813,-2.5039 -1.10937,-0.64063 -2.14843,-0.8125 -3.20703,-0.76563 -1.61719,0.0781 -3.67187,0.46485 -5.23437,1.38281 -2.38672,1.65235 -4.88282,4.61719 -5.13672,6.86329 m 12.51562,-1.00391 c -0.42578,0.86328 -1.46484,1.67969 -2.39062,2.21875 -1.46485,0.85547 -3.23828,1.47266 -4.76563,1.89062 -0.95703,0.26172 -1.8125,0.25391 -2.22265,-0.3789 -0.40235,-0.625 -0.0703,-1.41797 0.55468,-2.38281 0.9336,-1.4375 2.41407,-3.54688 3.8711,-4.33204 0.85937,-0.46093 1.85156,-0.51562 2.71094,-0.32812 0.88671,0.19141 1.84375,0.74609 2.26562,1.62109 0.26172,0.54297 0.24609,1.14844 -0.0234,1.69141 m 380.70703,-3.91016 c -0.082,1.29688 0.4531,3.13282 1.1289,4.06641 4.7812,5.71484 13.1953,7.82031 16.6601,12.92969 -0.2695,1.47656 -3.1132,2.35156 -4.7343,2.5625 -2.8555,0.76953 -5.6758,-0.92188 -8.9063,-1.71094 -0.707,0.13281 -1.082,0.52734 -1.125,1.22656 -0.043,0.69922 0.2813,1.27344 0.9219,1.89844 0.8711,0.85547 2.0859,1.30859 3.0781,1.46875 2.2461,0.35937 4.9063,0.23437 7.1524,0.0273 1.9726,-0.17968 5.5195,-0.89062 7.0976,-2.41015 0.7735,-0.73828 1.1758,-1.86719 1.2461,-2.97266 0.074,-1.16406 -0.2226,-2 -1.0664,-2.84766 -4.332,-2.89453 -8.6641,-5.78515 -12.9961,-8.67968 -1.3906,-1.13282 -3.8164,-3.21094 -4.2226,-4.51953 -0.1719,-0.5586 0.035,-1.03907 0.4492,-1.42969 0.9492,-0.89453 3.1875,-1.70703 4.4414,-1.89453 2.3398,-0.98438 2.3945,3.66015 4.9922,2.23047 1.1836,-0.72657 1.6445,-2.66797 0.914,-3.94532 -0.4218,-0.72656 -1.0195,-1.03515 -1.7343,-1.23437 -1.6016,-0.44531 -3.6094,-0.22266 -5.1915,-0.0899 -1.9531,0.16797 -4.2812,0.42579 -6.2656,2.16016 -1.1015,0.95703 -1.7695,2.06641 -1.8398,3.16406 m -20.05078,-10.21484 c 0.56638,2.70312 1.13278,5.41016 1.69918,8.11328 0.039,1.03906 -0.1211,1.94531 -0.8828,2.37109 -3.97653,-0.1875 -7.94919,-0.375 -11.92575,-0.5664 -0.9961,0.0859 -1.80078,0.39844 -1.8086,1.35156 -0.008,0.62109 0.28907,0.96094 0.87891,1.19141 4.29297,0.0664 9.59375,0.91015 13.70314,1.6289 2.4609,4.96485 2.5781,11.85938 5.1367,17.49219 0.5312,1.15234 1.9062,2.24609 3.375,1.97266 0.9843,-0.17969 1.3984,-1.10938 1.2968,-2.1875 -0.9882,-1.76172 -1.9804,-3.52344 -2.9726,-5.28516 -1.0391,-3.41406 -2.2227,-7.46875 -2.3516,-10.41406 1.6133,-1.1211 5.8828,1.23828 9.1992,1.09375 0.6407,-0.0352 1.3672,-0.17188 1.7071,-0.63672 0.3359,-0.44922 0.3437,-1.26563 0.027,-1.87891 -3.164,-2.98828 -8.1406,-0.125 -11.4648,-3.3789 -1.8125,-3.25 -0.7227,-7.08203 -2.3985,-10.75782 -0.3867,-1.05078 -1.0156,-1.95312 -2.0195,-1.96093 -1.01949,-0.008 -1.28121,0.86328 -1.19918,1.85156 m -20.875,0.61719 c 1.48438,0.0976 3.20703,-0.0859 3.14844,-1.33594 0,-0.95313 -0.89844,-1.25781 -2.01562,-1.33594 -1.48438,-0.0976 -3.20704,0.0859 -3.14844,1.33594 0,0.95312 0.89844,1.25781 2.01562,1.33594 m -455.89062,-0.3711 c 0.26562,1.48438 0.73047,3.21485 1.96094,3.14453 0.6289,-0.008 0.96093,-0.35546 1.18359,-1.03125 0.25391,-0.76953 0.24609,-2.38671 0.0117,-3.15234 -0.28125,-0.89844 -1.13281,-1.375 -2.1836,-1.13281 -1.07812,0.25 -1.15234,1.00781 -0.97265,2.17187 m 298.59375,10.03125 c 0.91406,5.28125 1.82812,10.5586 2.74219,15.83594 -0.23047,1.52344 -2.39063,2.69531 -2.65625,5.15625 -0.125,1.14453 0.10546,2.03125 1.05859,2.91016 0.89844,0.83593 2.09766,1.30859 3.09375,1.47265 3.875,0.63282 9.375,0.625 13.22656,-0.10937 2.55469,-0.48438 5.77735,-1.84766 8.11719,-3.1211 1.72266,-0.93359 4.63672,-2.67187 5.79297,-4.14843 1.10547,-2.2461 1.96875,-5.46875 0.96484,-8.15235 -2.53515,-3.84765 -6.67969,-5.39062 -9.82031,-7.38281 -3.0625,-1.06641 -6.11719,-2.28516 -9.21484,-1.52734 -1.6211,0.38672 -3.75391,0.92968 -5.0586,1.95703 -1.1289,1.59765 -2.39844,4.72265 -3.65234,3.54687 -1.22656,-1.10156 -1.59766,-6.63672 -1.78125,-8.68359 -0.0898,-3.65625 -0.17969,-7.31641 -0.26563,-10.97266 -0.30859,-0.80468 -1.21484,-1.21093 -1.93359,-0.66015 -1.29688,3.78125 -0.44531,9.36328 -0.61328,13.8789 m 8.18359,11.09766 c 0.42969,-2.08203 1.98438,-4.83203 4.35938,-6.22656 2.86328,-0.92969 5.76562,-0.21875 8.64062,0.88281 2.6211,1.78516 6.33203,3.41797 8.13672,6.375 0.46094,1.16406 -0.26953,2.33203 -1.39453,3.40234 -1.91016,1.82422 -4.66016,3.75391 -6.77344,4.6875 -2.15234,0.95313 -4.64453,2.08594 -6.8164,2.28907 -2.0625,-0.11719 -4.99219,0.67578 -6.17969,-0.86719 -0.6211,-3.15625 -0.5,-7.09375 0.0273,-10.54297 m -102.97623,-23.414 c 0.32422,3.60156 2.57031,7.72656 2.28906,10.97265 -1.88281,1.90625 -6.53515,0.40235 -9.33984,1.14844 -0.60156,0.23438 -0.90235,0.57422 -0.90235,1.19922 0,0.625 0.30079,0.96484 0.90235,1.19531 3.15234,0.78516 8.07422,-0.82031 10.41406,1.17969 1.27734,6.32031 4.13281,13.74219 3.66406,20.64453 0.11719,0.67188 0.40235,1.01172 1.14453,1.04688 0.70704,0.0312 1.24219,-0.27344 1.69532,-0.90235 0.60156,-0.84375 0.63672,-2.07031 0.52343,-3.08984 -1.20703,-5.97266 -2.41796,-11.94531 -3.625,-17.91406 0.0547,-0.62891 0.2461,-1.06641 0.76172,-1.30079 1.59375,0.14063 3.1836,0.28125 4.77735,0.42188 0.62109,-0.19531 0.9375,-0.58984 0.96093,-1.28516 0.0234,-0.70312 -0.26562,-1.21093 -0.85546,-1.64062 -1.91407,-1.22266 -5.04297,-0.0274 -6.47657,-1.89844 -0.90234,-2.83984 -2.13672,-6.59375 -2.53906,-9.73828 -0.29297,-0.92188 -1.08203,-1.77344 -2.15625,-1.82031 -1.10156,-0.0469 -1.32031,0.76172 -1.23828,1.78125 m 224.02344,1.13672 c -0.23438,4.3164 -0.46485,8.63281 -0.69532,12.94531 -0.83203,2.28515 -3.9375,1.22656 -5.04296,2.4414 -0.3086,0.42188 -0.3125,1.13672 -0.0117,1.54297 1.64843,1.54297 5.51953,-0.46875 7.20312,1.75 2.5586,4.66016 5.42578,9.73047 7.35938,14.67969 0.41406,0.82813 1.24218,1.30859 2.32031,1.05469 0.73047,-0.17188 1.03906,-0.50391 1.1875,-1.17969 0.13281,-0.60937 -0.008,-1.38672 -0.22656,-2.10937 -1.89453,-4.71875 -6.78907,-10.75782 -6.49219,-14.19141 5.78516,0.0312 13.19141,-1.26172 19.14453,-0.90234 0.78906,0.4414 1.37891,1.3789 1.67578,2.33593 0.60547,5.8086 1.19922,11.91016 3.71485,18.01172 0.4414,1.04297 1,2.21485 2.00781,2.73438 0.61719,0.32031 1.33594,0.29687 1.75781,-0.0586 0.74609,-0.6289 0.76172,-2.77343 0.50391,-3.92968 -0.51953,-2.34375 -2.78907,-4.3711 -3.46485,-7.07032 -1.38672,-4.75781 -0.68359,-10.72265 -2.80078,-14.78515 -6.69922,-1.70313 -14.64062,1.32422 -21.82422,0.48047 -1.36328,-0.0703 -2.6914,-0.46485 -3.35937,-1.78907 -0.98438,-1.9414 -0.74219,-6.57031 -0.0977,-8.64062 0.60938,-1.95313 1.99219,-3.8711 3.60547,-5.17578 1.82031,-1.46875 3.67969,-1.82422 5.5625,-1.40235 2.70313,1.875 5.40625,3.7461 8.11328,5.6211 0.64453,-0.0547 1.03516,-0.42188 1.22656,-1.12891 0.26563,-1.01172 -0.14843,-2.17969 -0.96875,-3.26953 -1.38281,-1.84375 -3.54687,-3.75 -5.11718,-4.10938 -2.16407,-0.49218 -5.01563,-0.26953 -7.20703,-0.0703 -1.37891,0.125 -2.77344,0.51563 -4.1875,1.49219 -1.67969,1.15625 -3.30469,3.05078 -3.88672,4.72266 m -281.96485,-5.5586 c -0.70703,0.41406 -0.95312,0.80469 -1.14843,1.49219 -0.19532,4.25391 -0.39063,8.50391 -0.58594,12.75781 -3.07813,1.44922 -6.16016,2.89844 -9.24219,4.35156 -2.32422,2.0625 -5.66797,5.48438 -7.07422,8.98829 -0.83594,2.55078 -0.89453,7.79296 0.0195,10.33593 0.59766,1.65235 2.27344,3.40235 3.99219,3.9375 1.07031,0.33203 2.16406,0.17969 3.22656,-0.14453 1.73828,-0.52344 3.48828,-1.46094 5.13282,-2.42187 2.59765,-2.15235 5.19531,-4.30469 7.79296,-6.45703 1.55079,-0.58204 2.09375,1.72656 3.04297,2.84375 0.92578,0.62109 3.07032,0.66796 3.78516,-0.14454 0.36328,-0.41406 0.37891,-1.10156 0.11719,-1.67578 -1.83594,-2.01953 -3.95313,-4.6914 -4.32422,-7.14843 -0.85938,-2.375 2.44531,-3.90625 2.58984,-6.03516 -0.55859,-1.37109 -1.12109,-2.74219 -1.67969,-4.11719 -0.10156,-3.97656 -0.20703,-7.95312 -0.30859,-11.92969 -0.28125,-1.43359 -1.09375,-4.08203 -2.32422,-4.83203 -0.78906,-0.48047 -2.07422,-0.35156 -3.01172,0.19922 m 0.45703,24.73828 c 0.19141,1.5586 -0.0781,3.29688 -1.01171,4.65625 -1.29297,1.8711 -4.05079,4.54688 -6.55079,6.26563 -1.88671,1.19531 -3.91796,2.71094 -5.62109,2.11719 -1.42969,-0.59375 -2.46875,-2.76172 -2.66016,-4.125 -0.22265,-1.57422 -0.17187,-3.10157 0.83594,-4.73438 1.73047,-2.79687 3.44531,-5.04297 5.92188,-6.95703 2.47265,-1.86719 5.35937,-3.71094 7.32422,-3.25781 1.20703,0.6289 1.5625,4.3789 1.76171,6.03515 m 2.20313,-16.90625 v 3.82032 l -0.0625,0.92578 -0.1875,0.71484 -0.3125,0.29297 -0.3125,-0.29297 -0.1875,-0.71484 -0.0625,-0.92578 v -3.82032 l 0.0625,-0.92578 0.1875,-0.71484 0.3125,-0.29297 0.3125,0.29297 0.1875,0.71484 0.0625,0.92578 m -305.93359,-3.1289 c -0.34766,3.9414 -0.17188,8.10937 -0.0469,12.05859 1.40625,8.90625 2.35156,18.28516 3.23828,27.19922 0.22266,0.60547 0.55469,0.90625 1.16797,0.91406 0.625,0.008 0.9375,-0.28906 1.23047,-0.88672 1.18359,-5.4375 2.68359,-11.40625 4.48828,-17 0.76563,-1.58984 2.10938,-3.38281 3.49219,-4.76172 0.89062,-0.88671 1.8164,-1.57421 2.60937,-1.375 1.08985,0.27344 2.54297,2.76172 3.26172,4.10157 2.03516,3.79687 3.35547,8.79687 3.51563,12.90234 -0.25782,3.02734 -0.51953,6.05469 -0.77735,9.07813 0.28516,0.83984 1.19922,1.21484 1.99219,0.6914 1.08203,-0.71484 1.38672,-3.22656 1.51953,-4.66797 0.26953,-2.9414 0.38281,-6.30859 -0.0742,-9.24218 -0.52343,-3.35547 -1.53906,-6.87891 -2.91406,-10.15625 -0.66406,-1.57813 -1.76562,-3.72657 -3.26562,-5.09766 -0.96485,-0.88281 -1.88672,-1.11719 -3.00782,-1.14844 -1.64453,-0.0391 -3.77734,0.23828 -5.14453,1.33985 -3.875,3.14843 -5.0625,11.85546 -6.23047,11.60546 -1.46093,-2.96093 -2.02343,-10.85156 -2.2539,-14.69921 -0.3086,-4.97266 0.17968,-10.23047 0.76172,-15.02344 -0.28125,-0.82813 -1.1836,-1.21875 -1.97657,-0.66016 -1.12109,0.78906 -1.46093,3.45313 -1.58593,4.82813 m 321.21093,-5.78907 c 0.98047,1.00391 2.28125,1.27735 2.94141,0.67188 0.65625,-0.60156 0.63672,-2.01172 0.0742,-2.86328 -0.73047,-1.15625 -2.83594,-1.67188 -3.64844,-0.81641 -0.60156,0.66797 -0.33594,2.01953 0.63281,3.00781 m 330.81243,-43.4375 c 0.074,6.13672 0.1446,12.27344 0.2188,18.40625 0.168,0.66797 0.5859,1.37891 1.1523,1.75782 0.5899,0.39843 1.4141,0.51562 2.0039,0.38672 1.0625,-0.23438 1.2657,-1.00391 1.1719,-2.05469 -0.5742,-3.10156 -1.1523,-6.19922 -1.7265,-9.30078 -0.3047,-3.2461 -0.1875,-7.23828 0.5546,-10.11719 -0.1171,-0.81641 -0.9375,-1.23438 -2,-1.02734 -1.0859,0.21093 -1.2929,0.89062 -1.375,1.94921 m 12.9375,14.25 c 0.1758,2.14063 0.4493,5.31641 1.6329,6.90235 0.7734,0.5625 1.6562,0.12109 2.1875,-0.75 2.3828,-5.28906 4.664,-10.60156 8.125,-15.85938 1.0429,-1.29297 2.4453,-2.71484 3.7226,-3.68359 1.2149,-0.91406 2.5664,-1.71484 3.6797,-1.61328 1.7461,0.26953 3.332,2.4375 4.2969,4.23828 0.8515,1.95703 1.2656,4.62891 1.3515,6.86719 0.1172,3.13672 0.1368,7.32812 -0.6093,10.10547 -0.07,1.13671 1.9453,1.36718 2.8203,0.68359 1.1914,-3.76953 0.3984,-9.36719 0.5625,-13.88281 -0.586,-3.02735 -0.7461,-6.2461 -3.2578,-9.25782 -1.7578,-1.875 -4.0664,-2.17187 -6.125,-2.12109 -2.086,0.17188 -4.1953,1.44141 -6.2422,2.84375 -1.0508,0.72266 -1.8438,1.35938 -2.4922,2.26172 -2.082,3.67578 -4.168,7.34766 -6.25,11.02344 -1.3125,-2.90235 -0.125,-10.46094 -0.8008,-14.95703 -0.3086,-0.80469 -1.2187,-1.21094 -1.9375,-0.66407 -1.3555,5.08594 -0.5898,12.02344 -0.6641,17.86328 M 675.01953,300.58984 c -4.92187,0.80078 -10.3125,1.36328 -14.90234,1.51172 -1.56641,2.13281 -1.60938,5.98438 -1.48047,8.875 0.60937,3.21875 1.02734,7.49219 3.47265,9.95313 0.9336,0.51953 1.78125,0.10547 2.10157,-0.8125 0.76172,-2.35547 -0.64453,-5.09766 -0.69922,-7.17969 0.0586,-1.91016 0.5,-4.90625 1.9375,-6.64453 0.78125,-0.94531 1.76172,-1.54688 2.74219,-1.75391 3.28906,-0.6914 7.92187,0.66797 10.9414,-0.25781 0.625,-0.1875 0.96094,-0.58984 0.96094,-1.25781 0,-0.70313 -0.32031,-1.15235 -0.98438,-1.58985 -1.15625,-0.75781 -2.87109,-0.84375 -4.08984,-0.84375 m 400.76177,1.36328 c -2.0235,1.22266 -4.1016,2.71094 -6.1446,4.80079 -2.9336,4.16406 -4.9492,7.98046 -5.9101,12.25781 -0.1407,1.09765 0,2.04297 0.6132,3.16406 0.5508,1.01172 1.5079,2.26563 2.461,3.07813 1.6601,1.51953 3.4765,1.16406 5.2109,1.12109 3.1836,-0.26953 6.125,-1.91406 9.2305,-3.8125 2.4375,-1.49219 6.7578,-6.59375 7.0859,-6.03906 0.2735,7.80859 3.4883,17.09375 4.8633,25.46484 0,1.54688 -0.4883,3.33984 -1.043,4.85938 -0.5742,1.57421 -1.6757,3.35156 -2.8632,4.79687 -0.9493,1.15625 -2.1407,2.1875 -3.4297,2.62109 -1.7422,0.58204 -4.043,0.36329 -5.8321,0.20704 -1.9218,-0.17188 -3.9218,-0.79297 -5.8711,-1.77344 -2.707,-1.58985 -5.414,-3.1836 -8.121,-4.77344 -1.125,-0.34375 -2.0743,0.004 -2.1524,1.10547 -0.1328,1.41406 1.4492,2.73437 2.7813,3.46875 3.4101,2.03516 6.8281,4.39062 10.2382,4.89453 3.125,0.37109 7.1211,0.47266 10.2383,-0.0117 1.0469,-0.16406 2.0313,-0.61719 3.1133,-1.39062 1.9023,-1.36719 3.1797,-3.04688 3.9531,-4.76953 1.1758,-2.6211 1.961,-5.53125 2.1719,-8.19141 -0.5,-8.51563 -3.9922,-16.64844 -4.8984,-25.08984 0.5703,-4.04297 1.1367,-8.08594 1.707,-12.12891 0.062,0.33984 -4.9609,-5.07813 -6.1406,-5.78906 -1.25,-0.75391 -3.5235,-0.54688 -5.0742,-0.41407 -2.125,0.17969 -4.1211,1.09766 -6.1875,2.34375 m 11.1015,8.0586 c -0.2773,1.42578 -1.7656,3.39844 -2.6055,4.53906 -1.9765,2.67969 -5.8203,5.71094 -9.457,7.53125 -1.1992,0.59766 -2.5937,1.20703 -3.7695,1.16016 -0.6875,-0.0274 -1.1524,-0.19532 -1.8242,-0.72657 -1.5938,-1.26953 -1.9922,-2.96875 -1.7071,-4.45703 0.3164,-1.98047 2.6563,-6.10937 3.9961,-7.83203 2.1602,-2.77344 5.2461,-4.6875 7.6914,-6.04687 1.9102,-1.01172 3.9883,-2.05469 5.3399,-1.3125 0.6953,0.47656 2.5781,5.89843 2.3359,7.14453 M 767.67578,312.125 c 0.43359,2.73047 0.68359,5.49609 1.73047,8.04297 0.74219,1.80078 1.89453,4.82422 3.52734,5.78125 1.78907,0.67578 4.46875,0.8789 6.0625,-0.64453 1.67188,-2.65235 3.33985,-5.3086 5.00782,-7.96094 1.30078,1.60156 2.60156,3.19922 3.90234,4.80078 1.32031,1.29297 3.30078,2.5 4.95703,3.01172 2.00391,0.62109 5.25391,0.65234 7.28125,0.17969 1.36719,-0.32032 2.98828,-1.58985 3.8125,-3.10547 1.91406,-4.96485 1.42188,-9.53125 1.47656,-14.25391 -0.0508,-2.11328 -0.10156,-5.1875 -1.625,-6.85937 -0.8125,-0.5625 -1.71875,-0.16016 -2,0.68359 0.26563,3.36328 0.53125,6.73047 0.79297,10.09766 -0.0312,2.35547 -0.40234,4.80468 -1.0625,6.92968 -0.28515,0.92969 -0.86719,1.92188 -1.80469,2.69922 -0.9414,0.78516 -1.8164,1.01563 -2.7539,1.02735 -1.75781,0.0273 -3.875,-1.01563 -5.625,-2.36328 -1.19141,-0.91797 -2.02735,-2.11719 -2.67188,-3.40235 -0.64453,-1.28125 -1.04687,-2.5664 -1.18359,-3.93359 -0.33594,-3.3711 -0.33594,-6.78516 -0.15234,-10.16016 -0.0859,-1 -0.39063,-1.8164 -1.33204,-1.82031 -3.14062,4.50391 -4.10937,13.75 -8.1914,19.73828 -0.4375,0.85938 -0.96485,1.52734 -1.83985,1.57422 -0.61718,0.0352 -1.04296,-0.1875 -1.58984,-0.71094 -1.17578,-1.12109 -2.25781,-3.1875 -2.67969,-4.64062 -0.58984,-2.03516 -0.83984,-4.78125 -1.16015,-7.01563 0.21875,-3.0039 0.4375,-6.00781 0.65625,-9.01562 -0.23047,-0.60157 -0.57422,-0.90625 -1.19532,-0.91016 -0.63281,0 -0.95312,0.30078 -1.20703,0.91406 -1.22656,2.96094 -1.64453,8.07422 -1.13281,11.31641 m -23.97656,-11.71094 c -1.67969,0.89453 -3.87891,1.85156 -3.96485,3.46875 0.98829,5.07813 -1.08593,10.10547 0.12891,15.27344 0.45703,1.33984 1.64453,2.97656 2.91406,3.90625 1.39844,1.02734 3.60547,1.84766 5.17969,2.10547 3.78125,-0.13672 7.50781,-1.23047 11.26172,-3.1875 1.35937,-0.79688 2.72266,-1.72266 3.73828,-2.90235 0.79297,-0.92578 1.25391,-1.91406 1.41797,-2.97265 0.30078,-1.95313 0.20312,-4.25 -0.10938,-6.19922 -0.26953,-1.69531 -0.57812,-3.51953 -1.98437,-5.10156 -1.68359,-1.90235 -4.14453,-3.3711 -6.08984,-4.34375 -1.66016,-0.82813 -3.44922,-1.46875 -5.15625,-1.71094 -2.36329,-0.33203 -4.96875,0.52734 -7.33594,1.66406 m 15.32422,6.53125 c 1.63281,1.52344 2.36328,3.76172 2.4414,6.00781 0.0352,1 -0.17968,1.81641 -0.98437,2.83985 -1,1.27344 -2.51563,2.5625 -3.7461,3.4414 -2.39062,1.71485 -5.25,2.29688 -7.66015,2.25782 -1.35156,-0.0234 -2.44141,-0.4961 -3.73438,-1.83594 -1.88672,-1.95703 -2.86328,-3.76172 -2.875,-5.71094 -0.0117,-2.54687 0.67188,-6.1875 2.38282,-8.66797 1.32421,-1.86328 3.35546,-3.30859 5.16796,-3.3164 3.03516,0.8164 6.70704,2.71484 9.00782,4.98437 m -296.38282,-6.22656 c -0.23046,6.17969 0.83985,12.11719 1.76563,18.5 0.26562,1.05859 0.63281,1.91016 1.60156,1.90234 0.63281,-0.004 0.97266,-0.32812 1.19531,-0.9414 -0.67968,-6.79297 -1.35546,-13.58985 -2.03515,-20.38672 -0.22266,-0.60938 -0.5625,-0.91406 -1.1836,-0.91016 -0.94921,0.008 -1.26171,0.83203 -1.34375,1.83594 m -83.02734,14.375 c 0.24609,1.58203 1.51953,3.92578 3.22656,4.85547 1.70703,0.93359 5.55469,0.80469 7.28907,0.36328 2.5625,-1.65234 5.125,-3.30078 7.6914,-4.95313 1.08594,1.53516 2.17578,3.07032 3.26563,4.60547 0.8125,0.5625 2.73047,0.66407 4.02734,0.32422 0.75391,-0.19531 1.35156,-0.49609 1.78516,-1.26172 0.34765,-0.61718 0.33984,-1.40234 -0.0117,-1.78125 -1.125,-0.24609 -2.2461,-0.49609 -3.36719,-0.74609 -0.67969,-0.58594 -1.11328,-1.71875 -1.41406,-2.62109 -1.65625,-3.57422 0.66406,-7.32032 0.26953,-11.00782 -0.19922,-1.3164 -1.01953,-3.05078 -2.28906,-3.8164 -3.1836,-0.97657 -6.98047,-0.54688 -10.24219,0.47265 -1.625,0.6875 -3.24219,1.75391 -5.08203,3.19922 -1.79688,1.41016 -3.64844,3.50781 -4.26563,5.10547 -0.87109,2.26172 -1.23437,4.97266 -0.88281,7.26172 m 18.56641,-8.21094 c -0.76172,1.79688 -2.31641,4.19531 -3.67578,5.60938 -1.51954,1.58203 -4.57422,3.92187 -6.57422,4.61328 -1.1836,0.41406 -2.5586,0.0391 -3.44922,-0.75 -0.86719,-0.77344 -1.55078,-2.25 -1.58985,-3.41016 -0.0547,-1.84375 0.625,-3.70703 2.4375,-5.62109 2.50782,-2.64063 5.83204,-4.52344 8.77344,-5.57813 1.21875,-0.4375 2.50781,-0.32031 3.48828,0.66797 1.1875,1.25781 1.15625,2.95703 0.58985,4.46875 m -122.17578,-8.08984 c -2.08985,0.16406 -6.75,0.98828 -7.9336,2.29297 -1.66015,1.82812 -5.08984,7.23437 -5.44922,9.80859 -0.33203,2.38672 -0.52343,5.89844 0.043,8.26953 0.25391,1.0586 0.95703,2.03516 2.03516,2.95313 2.82422,2.13672 5.53125,3.08593 8.30469,3.10937 1.60156,-0.11719 3.64453,-0.48047 5.18359,-1.16797 1.9375,-0.86718 4.48828,-2.85156 6.10937,-4.80859 1.39454,-1.6875 1.69141,-3.44922 1.96485,-5.14453 0.42187,-2.625 0.34765,-5.57813 0.1914,-8.21485 -0.10156,-1.71875 -1.125,-3.5 -3.1875,-5.13281 -2.46484,-1.72656 -4.83984,-1.77344 -7.26171,-1.96484 m 7.55468,9.29687 c 0.082,1.5625 0.0547,3.24219 -0.42578,4.80078 -0.38672,1.25782 -1.04687,2.60938 -1.92187,3.83204 -1.4375,2.01171 -4.23828,4.33203 -6.30078,4.73046 -1.96485,0.37891 -4.78125,0.17579 -6.60547,-1.13281 -1.76563,-1.35547 -2.98828,-3.51953 -2.83203,-5.34765 -0.004,-2.34766 0.70312,-4.28907 2.52343,-6.70704 0.98438,-1.30468 2.00782,-2.52343 3.29297,-3.30078 1.47656,-0.89843 3.26953,-1.58984 4.80469,-2.08203 1.57422,-0.47265 3.12109,-0.73828 4.67187,0.59766 1.82422,1.41797 2.70704,3 2.79297,4.60937 m 616.16407,13.13282 c 0.12109,1.45312 0.43359,3.92578 1.42578,4.67187 0.96875,0.69141 2.80468,0.47656 3.19531,-0.64062 1.6875,-6.01563 3.37109,-12.03125 5.05469,-18.04688 0.53906,-1.45312 2.1289,-4.75391 3.47265,-4.92969 1.60547,4.30078 -0.0976,14.25782 2.33985,19.61719 0.61718,0.50781 1.95703,0.51172 2.57812,-0.0117 0.62891,-2.58203 1.25391,-5.16406 1.88281,-7.74219 1.22657,-2.61328 2.40235,-5.42187 4.11719,-7.85937 0.78125,-1.11719 2.26953,-2.91406 3.03516,-3.01172 0.69922,-0.0859 0.9375,10.33594 1.75781,12.86719 0.79688,2.45312 1.37891,6.11328 2.85156,8.125 0.59375,0.8125 1.64063,1.20703 2.33594,0.58203 0.66797,-0.60156 0.49219,-1.79297 0.25391,-2.86719 -1.13672,-4.01953 -2.27344,-8.03906 -3.41016,-12.0625 -0.10937,-2.70312 -0.21484,-5.41015 -0.32031,-8.11719 -0.19141,-0.71484 -0.47656,-1.2539 -1.17578,-1.70703 -1.91407,-0.85156 -4.62891,-0.8125 -5.76563,0.41016 -2.35156,1.91016 -3.53906,7.38672 -6.19922,9.23828 -1.78515,-1.59375 0.35547,-7.8125 -1.23437,-10.83594 -1.03516,-1.21875 -3.53125,-1.64062 -4.84766,-0.87109 -1.49219,0.90234 -3.32812,4.06641 -4.05078,5.76562 -1.35937,4.65235 -2.71484,9.30469 -4.07422,13.95313 -1.23047,-3.89063 -0.10547,-12.48828 -0.74219,-17.96484 -0.15234,-1.1211 -2.13671,-1.35157 -2.99218,-0.65625 0.33593,6.48828 0.58984,14.86328 0.51172,22.09375 m -28.79297,-20.35547 c 0.35156,1.40625 0.70312,2.8125 1.05859,4.21875 -0.80859,2.97656 -1.61719,5.95312 -2.42187,8.93359 -0.10157,2.63672 0.12109,5.71875 1.36328,7.99609 1.58593,1.76954 4.19531,3.46485 7.00781,3.44922 3.71875,0.10547 7.61719,-0.61718 11.29297,-2.40234 2.5039,-2.14453 3.67969,-5.39453 4.10937,-8.00781 0.10157,-3.01172 -1.02343,-7.46875 -2.78125,-10.11328 -1.78515,-2.39063 -4.74609,-5.32032 -8.4375,-6.6875 -1.7539,-0.61329 -3.47656,-0.82813 -5.21484,-0.70313 -1.54297,0.11328 -3.8125,0.40234 -4.99609,1.48438 -0.54297,0.5 -0.89454,1.16796 -0.98047,1.83203 m 17.35937,7.33593 c 1.56641,2.57032 1.24219,5.14454 1.17578,7.70704 -0.21093,1.5 -1.29297,3.39062 -2.78906,4.33593 -1.78516,1.12891 -5.58984,2.25 -7.61328,2.14453 -1.73047,-0.0898 -4.11719,-1.78125 -5.375,-3.64453 -0.98047,-1.4414 -1.30859,-3.23437 -1.13672,-4.72265 0.26172,-2.28125 1.75391,-6.72266 3.12109,-8.74219 1.21094,-1.78125 3.81641,-3.77734 5.31641,-3.65625 2.21094,0.48437 5.34375,4.37109 7.30078,6.57812 M 609.86719,297.85547 c -2.47657,0.82812 -6.27344,3.87109 -7.6875,5.90234 -2.35547,3.375 -3.96094,7.57813 -4.42578,11.19922 -0.24219,2.29688 0.41796,5.1875 2.17187,7.08203 1.10156,0.95703 2.74219,1.21875 4.03906,1.33203 2.65235,0.23438 5.51172,0.21094 8.16797,0.0664 1.7461,-0.0937 8.14453,-2.57422 8.78516,-3.61328 0.29297,-0.47656 0.28125,-1.17969 -0.0664,-1.59766 -0.37109,-0.4414 -1.04687,-0.55859 -1.73828,-0.5625 -3.05469,0.90235 -6.10937,1.80469 -9.16406,2.70313 -1.48047,0.28906 -3.34766,0.40234 -4.8086,0.0898 -1.59375,-0.33594 -3.28515,-1.96484 -3.57031,-3.5 -0.21094,-1.14062 0.14844,-2.58984 1.01172,-3.27344 1.54688,-0.55078 3.09766,-1.10156 4.64844,-1.64843 2.77344,-2.67969 6.3164,-2.84375 8.66015,-5.95704 1.15625,-1.49218 1.59766,-3.41015 1.53907,-5.1289 -0.0391,-1.11719 -0.30078,-2.17969 -1.29688,-2.84766 -1.48437,-0.99609 -4.66406,-0.78125 -6.26562,-0.24609 m 2.65234,6.60937 c -1.73828,1.46485 -8.26562,5.125 -8.52734,4.14844 -0.004,-1.67578 2.19922,-3.85547 4.28906,-5.40234 1.23437,-0.94532 2.60156,-2.03125 3.73437,-2.23047 0.64844,-0.11328 1.13672,-0.0156 1.53516,0.41797 0.82813,0.79297 0.0625,2.21875 -1.03125,3.0664 m 25.41406,-7.90234 c -1.89453,0.10156 -3.35156,1.125 -5.16015,3.10156 -3.41407,4.14063 -6.0625,8.125 -7.94141,12.21094 -0.74219,2.41406 -0.46875,5.76562 -0.29687,8.24219 0.0781,1.10156 0.32031,2.08984 1.30468,2.93359 1.95313,1.35547 4.19141,1.625 6.24219,1.12109 3.87891,-0.82421 7.53125,-6.04687 10.67578,-7.83203 0.78906,0.87891 1.57422,1.75782 2.35938,2.63282 0.89453,0.59765 3.00781,0.67578 3.72265,-0.17579 0.83203,-2.53515 -3.25781,-4.78125 -3,-7.82812 0.52344,-2.33203 1.04688,-4.66797 1.57032,-7 0.14843,-1.51563 0.40625,-4 -0.47266,-4.83984 -1.53516,-1.46094 -6.5625,-2.69922 -9.00391,-2.56641 m 5.15625,7.53516 c -0.0273,2.17578 -0.64843,5.60937 -1.8789,7.67968 -1.46485,2.46094 -5.19141,5.80078 -7.46094,7.40625 -1.58203,0.94532 -3.10938,2.35938 -4.5625,1.26563 -0.89063,-0.60156 -1.46875,-1.6875 -1.64844,-2.57031 -0.3125,-1.50391 -0.14453,-3.16016 0.59766,-4.73829 1.66797,-3.53515 4.21094,-7.51562 7.21094,-10.80859 0.86718,-0.95312 1.88281,-2.03906 2.77343,-2.46875 0.59766,-0.28516 1.16016,-0.28906 1.7461,-0.0117 1.57812,0.74219 3.24218,2.85547 3.22265,4.2461 m -88.1289,3.8164 c -0.5625,2.36328 -0.48828,4.84375 -0.39844,7.20313 -0.15234,2.01953 1.22266,4.29687 3.21094,5.84765 1.66015,1.31641 3.40234,1.73438 5.09765,2.10157 2.33985,0.50781 4.8086,0.53906 7.15235,0.33203 2.82422,-0.27344 6.77734,-1.88672 8.91015,-3.60938 0.29688,-0.48047 0.28516,-1.14844 -0.0703,-1.55859 -0.35156,-0.41016 -1.08594,-0.59375 -1.75781,-0.625 -2.63281,-0.24219 -4.89844,2.21094 -7.20313,2.69531 -1.58203,0.41016 -3.2539,0.24219 -4.82031,-0.13281 -1.52344,-0.36328 -3.375,-0.83203 -4.73437,-1.82422 -1.14063,-0.82813 -2.19532,-2.26953 -2.60547,-3.48047 -0.6211,-2.53125 -0.0547,-5.11328 1.04687,-7.66797 0.87891,-1.57031 2.48828,-3.40625 3.67578,-4.40234 1.05469,-0.88281 2.41797,-1.53125 3.71485,-2.14063 1.61718,-0.75781 3.1875,-1.52734 4.48047,-0.1914 1.67187,1.51172 1.61328,4.07422 2.0664,5.78125 0.375,0.80859 1.31641,1.20703 2.04297,0.625 1.05469,-1.28516 0.57422,-3.92578 0.47266,-5.89063 -0.20703,-1.36328 -0.69141,-3.03906 -2.07032,-3.88672 -2.73437,-0.89843 -5.57031,-0.68359 -8.3164,-0.15625 -2.33203,0.88282 -5.09375,2.46875 -7.13281,4.77344 -1.7461,1.97266 -2.27735,4.15625 -2.76172,6.20703 m -44.07422,-10.89062 c -2.04297,0.63281 -4.32813,1.86718 -5.51953,3.8164 -1.1836,2.34375 -1.07422,4.95313 -0.35547,7.33203 2.30469,3.55469 8.53906,5.92969 8.82422,8.64844 -0.15235,0.91797 -1.74219,1.51172 -2.98828,1.6836 -2.69141,-0.20704 -5.37891,-0.41407 -8.06641,-0.6211 -0.56641,0.14453 -0.83594,0.44531 -0.78125,1.17578 0.043,0.60938 0.40234,1.35157 0.93359,1.78125 3.01563,1.125 6.8086,0.40625 10.17578,0.52735 1.35157,-0.20313 3.08985,-1 3.85157,-2.30469 0.86328,-1.87891 0.30859,-4.28516 -0.85547,-6.22266 -2.47656,-3.10937 -7.52344,-4.53125 -8.15625,-7.90234 -0.125,-0.86719 0.21484,-1.82422 0.77344,-2.52344 0.84375,-1.05469 3,-2.32031 4.34765,-2.6875 1.92578,-1.18359 3.57422,3.73438 5.71094,2.125 0.65625,-0.58984 0.69922,-1.89062 0.13672,-3.01562 -0.36328,-0.72657 -1.02344,-1.39844 -1.71094,-1.77735 -2.16406,-0.87109 -4.21484,-0.51953 -6.32031,-0.0351 m 425.35156,11.99218 c 1.3125,0.83594 2.625,1.67188 3.9375,2.50782 0.44922,1.5664 0.89844,3.13281 1.34766,4.69531 1,1.60937 2.6289,3.91016 4.27343,4.75391 4.44141,0.91015 8.84766,0.41406 13.28125,0.27343 2.20704,-0.48828 5.34766,-1.37109 6.85938,-3.32422 0.30078,-0.57812 0.27734,-1.27343 -0.0898,-1.69921 -0.39063,-0.45313 -1.10157,-0.58985 -1.80469,-0.53516 -2.05078,0.875 -4.10156,1.74609 -6.15625,2.62109 -2.45313,0.62891 -6.29688,0.58594 -8.67969,0.13672 -2.24609,-0.57812 -3.82422,-3.15625 -5.38281,-5.54687 -0.57422,-1.375 -0.34375,-3.40625 0.76562,-4.16407 3.20313,-0.96484 6.40625,-1.93359 9.60547,-2.90234 1.89453,-0.78125 4.47266,-1.77734 6.07813,-3.63672 1.3125,-1.51953 1.41797,-3.60937 1.03125,-5.30078 -0.25391,-1.125 -0.97266,-2.21875 -2.09375,-2.83984 -1.80078,-0.99219 -4.44532,-0.59766 -6.23828,-0.44922 -1.65625,0.14062 -3.52735,0.47656 -5.16016,1.29297 -1.71484,0.85156 -3.59766,2.38281 -4.71875,3.88672 -0.96875,2.23046 -1.9375,4.46484 -2.91016,6.69531 -1.35937,0.58984 -2.71875,1.17969 -4.07812,1.77344 -0.26172,0.4375 -0.17969,1.16015 0.13281,1.76171 m 15.60938,-5.83593 c -1.64063,0.65234 -4.08594,1.51172 -5.83985,1.96875 -0.89453,0.23437 -1.78906,0 -1.89453,-0.58985 -0.15234,-0.86328 1.60547,-3.03515 2.59375,-4.09765 0.95313,-1.01953 2.18359,-1.92188 3.47266,-2.4961 1.44922,-0.65234 3.30859,-1.22656 4.76953,-1.25781 1.125,-0.0234 2.70312,0.625 2.96484,1.53906 0.12891,1.91016 -3.8164,3.46094 -6.0664,4.9336 m -712.16407,-3.33203 c -0.4375,1.9375 -0.53906,5.40625 0.28125,7.3125 0.75391,1.76171 2.39844,3.1289 3.80078,4.28515 3.73829,3.86719 10.98047,6.33985 12.22657,9.33985 -0.54688,1.14843 -3.23828,0.76953 -4.94922,0.58203 -2.67578,-0.82422 -5.34766,-1.64844 -8.02344,-2.46875 -0.98437,0.15234 -1.43359,1.04687 -0.92969,2.02734 1.4961,1.82031 4.64063,2.58594 6.82813,3.30469 3.72265,0.16406 7.44531,0.76562 11.20312,-0.63281 0.64453,-0.39063 0.9961,-0.80469 1.15235,-1.55469 0.22265,-1.05078 -0.17188,-2.1875 -1,-3.25 -4.59375,-4.97266 -9.44532,-5.57422 -13.91797,-10.13672 -1.88281,-1.77734 -3.66406,-3.90234 -3.65235,-5.66016 0.008,-1.23437 0.60547,-2.40625 1.6875,-3.25 1.34766,-1.05078 3.15625,-1.74218 4.67188,-2.3164 1.01172,-0.38282 1.82031,-0.60938 2.78906,-0.14453 1.75781,0.74609 2.94531,3.95703 5.13281,3.89453 0.67188,-0.0508 1.0625,-0.42578 1.25,-1.12891 0.16407,-0.625 0.0547,-1.44141 -0.28515,-2.1875 -0.8711,-1.88672 -3.26953,-3.85156 -4.82422,-4.19531 -3.12891,-0.16797 -6.21094,0.36328 -9.36328,1.86328 -1.82422,1.13281 -3.69531,2.625 -4.07813,4.31641 m 617.38672,-7.21094 c -2.01562,0.16797 -4.18359,0.69531 -6.16797,1.1289 -2.54297,0.74219 -6.03515,2.07422 -7.85156,4.15235 -0.76562,1.27734 -0.55469,3.58984 -0.47656,5.14453 0.0586,1.13281 0.26562,2.02344 1.13281,3.14844 3.86328,4.83203 8.16797,6.14062 11.98438,9.28125 1.30078,1.08203 2.64843,2.38672 2.67187,3.48437 0.0195,1.10938 -1.26953,2.11328 -2.55859,2.75391 -1.75,0.86719 -4.01953,1.41797 -5.77344,1.52734 -0.90625,0.0586 -1.90234,-0.0625 -2.74219,-0.46875 -1.62109,-0.78125 -1.39062,-2.91015 -2.55859,-3.71875 -0.41797,-0.28906 -1.08594,-0.27734 -1.49219,0.0703 -0.75,0.64063 -0.81641,2.63672 -0.51562,3.95313 0.26562,1.16016 1,2.01953 2.08593,2.56641 1.66016,0.83593 3.51172,0.83593 5.16016,0.79296 2.03906,-0.0508 4.13281,-0.59765 6.16797,-1.17578 1.875,-0.42968 4.5625,-1.90234 5.8164,-4.125 0.51563,-1.07812 0.34375,-2.15625 0.0234,-3.24218 -0.41015,-1.375 -1.01172,-2.96094 -1.90234,-4.05469 -3.13281,-2.0625 -6.26953,-4.12891 -9.40625,-6.19531 -1.28906,-1.32422 -4.76563,-3.59375 -5.02344,-5.64063 -0.004,-0.86328 0.75781,-1.73437 1.70313,-2.53125 1.54296,-1.30469 3.24218,-2.14844 4.82421,-2.64453 1.90235,-0.59766 12.32422,-0.69922 12.66016,-1.14844 0.42578,-0.57422 0.0195,-1.89844 -0.77344,-2.54297 -2,-1.04687 -4.67968,-0.41406 -6.98828,-0.51562 m 161.65627,-0.8125 c 0.7812,-0.60938 0.7539,-2.95313 0.059,-3.63281 -0.6094,-0.59766 -1.9571,-0.59766 -2.5821,0.008 -0.6094,0.58984 -0.6601,1.92969 -0.051,2.82422 0.6289,0.92187 1.9024,1.32031 2.5743,0.80078 m -551.78517,-3.8086 c 1.17968,0.29688 1.98828,0.0156 2.23437,-1.01562 0.25391,-1.07031 -0.22266,-1.91797 -1.14062,-2.19531 -1.26172,-0.35547 -3.22657,-0.043 -3.12891,1.21875 -0.0156,0.93359 0.89062,1.70312 2.03516,1.99218 m -142.28125,-1.34375 c -0.0547,3.89454 0.5,8.29297 -0.47657,11.8125 -1.60156,2.23438 -6.91015,1.06641 -7.3164,3.53907 0.0234,0.61328 0.34765,0.95312 1,1.18359 2.47265,0.94531 6.29687,-1.03125 7.39843,0.3125 0.65625,5.21875 1.3086,10.43359 1.96485,15.65234 -0.17188,1.32813 -0.34375,2.65235 -0.51563,3.98047 0.1836,0.62891 0.53907,0.96094 1.3125,0.96094 0.71485,0.004 1.35547,-0.31641 1.85157,-0.98828 0.41796,-0.57422 0.51171,-1.33984 0.55859,-2.04688 -0.53906,-5.91015 -1.07422,-11.82031 -1.61328,-17.72656 2.58984,-1.99609 7.92969,-0.35156 11.38672,-1.15625 0.59765,-0.23047 0.89843,-0.57031 0.89843,-1.19531 0,-0.625 -0.29687,-0.96484 -0.89453,-1.19531 -3.5664,-0.83203 -8.52343,0.9414 -11.53515,-1.22657 -0.67578,-0.74218 -1.03516,-1.76562 -1.17188,-2.74218 -0.10547,-3.34766 -0.20703,-6.69532 -0.3125,-10.03907 -0.23047,-0.60546 -0.57031,-0.90625 -1.19531,-0.90625 -0.95313,-0.004 -1.26172,0.79688 -1.33984,1.78125 m 646.16406,2.02344 c -0.19922,3.95703 -0.40235,7.91406 -0.60547,11.8711 -0.88672,1.42578 -3.6875,-0.56641 -5.36719,0.10156 -0.62109,0.23828 -0.9375,0.64453 -0.96484,1.28515 0.15625,2.5586 4.95312,1.5586 6.30469,3.5625 0.96875,3.80469 1.27734,8.39063 1.78515,12.59766 0.375,1.52734 0.86328,3.85156 1.62891,5.11719 0.37109,0.60937 0.76172,0.92187 1.41015,0.91015 0.96485,-0.0195 1.30079,-0.85546 1.29297,-1.84765 -1.42968,-5.58985 -2.54687,-11.69922 -2.48828,-16.9375 2.38672,-1.91797 7.10938,-0.29297 10.50391,-1.83203 0.98047,-0.25 1.8164,-0.58203 1.78515,-1.53125 -0.0273,-0.94922 -0.88671,-1.26953 -1.98046,-1.36719 -2.0625,0.3125 -4.125,0.625 -6.1875,0.9375 -1.4375,0.0859 -3.46875,0.22266 -4.15235,-0.93359 -0.99219,-4.58204 -0.15625,-10.01172 0.55469,-14.9375 -0.0508,-0.99219 -0.39453,-1.79297 -1.33203,-1.80079 -1.8125,0.0664 -1.59766,3.01954 -2.1875,4.80469 m -489.1211,-2.90625 c -0.16796,2.61328 -0.33593,5.22266 -0.5,7.83203 -1.72656,1.89844 -5.8789,0.27344 -8.40625,1.07032 -0.60546,0.26171 -0.90625,0.65234 -0.90625,1.28906 0,0.65234 0.30079,0.98437 0.90235,1.21875 2.83984,0.7539 7.38281,-0.78125 9.41015,1.17969 0.83594,6.24218 0.37891,13.3164 0.41016,19.89062 -0.11719,1.28125 0.87109,2.74219 2.29297,2.79297 0.74219,0.0195 1.01562,-0.3125 1.12891,-0.95703 -0.90625,-7.4961 -0.84766,-14.84375 -0.23829,-21.73828 2.33204,-1.98828 7.26172,-0.38672 10.41016,-1.17188 0.60156,-0.23047 0.90234,-0.57031 0.90234,-1.19531 0,-0.95313 -0.80468,-1.26563 -1.80078,-1.35156 -3.26953,-0.0742 -6.99218,0.33984 -9.92187,-0.4336 -0.78125,-0.47265 -0.91016,-1.34375 -0.96485,-2.40234 0.20704,-2.33594 0.41016,-4.67188 0.61329,-7.00781 -0.0977,-0.61328 -0.34766,-0.9336 -1.10157,-0.92969 -1.07812,0.008 -1.94531,0.90234 -2.23047,1.91406 m -65.875,1.90235 c -0.17968,3.59765 -0.35937,7.19921 -0.53515,10.79687 -2.5,0.008 -5,0.0156 -7.5,0.0195 -1.04688,0.10156 -1.88672,0.48828 -1.89844,1.46875 -0.004,0.64844 0.30469,0.98438 0.92188,1.21485 2.17578,-0.0156 4.78125,0.27734 6.94921,1.25 0.95313,0.42968 1.65625,0.96875 2.11329,1.89453 1.44531,5.40625 2.28515,11.07422 2.84375,16.84765 0.2539,0.61719 0.63671,0.92969 1.26562,0.92578 0.64453,-0.008 0.98047,-0.32421 1.21094,-0.95703 0.47265,-1.28125 0.27344,-3.6875 0.21094,-5.20312 -0.75782,-4.28125 -1.57422,-7.94531 -1.84766,-11.80078 0.10156,-0.63282 0.29687,-1.05078 0.83203,-1.35547 1.60156,-0.16406 3.19922,-0.32813 4.80078,-0.48828 0.60938,-0.26172 0.91016,-0.65235 0.91016,-1.28516 0.004,-0.65234 -0.30078,-0.98828 -0.90625,-1.22266 -2.01563,-0.125 -5.23828,0.51954 -6.39844,-1.16796 -1.10937,-3.91797 0.082,-8.67188 0.54688,-12.9336 -0.0508,-0.99219 -0.38672,-1.79687 -1.34766,-1.80469 -1.59375,-0.0312 -1.83984,2.23829 -2.17188,3.80079 m 572.875,-2.90235 c -0.84765,2.97656 -0.96484,7.82031 -1.14062,11.05078 -0.35156,6.30469 -0.19141,12.85938 0.008,19.17188 0.0547,1.72265 0.32422,4.51172 1.13281,6.16015 0.3125,0.63672 0.65625,0.95313 1.29688,0.95313 0.62891,0 0.96875,-0.31641 1.19922,-0.92969 0.35547,-2.01172 0.70703,-4.02344 1.05859,-6.03515 0.9375,-2.26954 2.23438,-4.6875 3.79688,-6.8086 0.65234,-0.89062 1.36718,-1.6914 2.21875,-2.21094 0.85156,-0.51562 1.76955,-0.75781 2.65625,-0.58984 1.5195,0.28516 2.9609,2.03516 3.8476,3.70313 1.8789,4.34765 3.7618,8.69531 5.6407,13.03906 0.6484,0.79687 1.6718,1.17578 2.3672,0.57422 0.6601,-0.56641 0.4687,-1.66407 0.2226,-2.71094 -1.0156,-4.34766 -3.4453,-10.69531 -5.9219,-14.41406 -0.6953,-1.04688 -1.789,-2.13672 -2.8593,-2.84766 -1.6758,-1.10547 -3.6211,-1.52734 -5.30472,-1.05469 -2.54296,0.71094 -7.78515,6.23828 -8.21093,5.66407 -1.02344,-6.95313 0.79687,-15.83204 1.44922,-23.6836 -0.20704,-0.84765 -1.1211,-1.27344 -2.19532,-0.69922 -0.75781,0.40235 -1.07031,0.99219 -1.26172,1.66797 m -644.125,9.3125 c 1.94532,8.94531 1.38282,18.71875 3.67969,26.80469 0.70313,0.53906 1.61328,0.14453 2.08203,-0.65625 1.51953,-4.76953 1.71875,-10.07422 4.34766,-14.99609 1.69141,-1.96875 4.43359,-5.34375 6.3125,-5.60157 1.89062,0.21875 4.71094,3.63282 6.04687,5.57813 1.25782,2.1289 2.13282,4.66015 2.60938,6.85937 0.0117,2.01563 0.0234,4.03125 0.0352,6.04688 0.26953,0.88281 1.26562,1.30859 2.34765,0.73047 1.1211,-0.59766 1.34375,-1.71094 1.41016,-2.76953 0.16406,-2.64454 -0.58985,-5.58594 -1.46485,-8.21094 -0.67968,-2.04297 -1.51562,-4.13281 -2.6914,-6.14453 -0.9336,-1.59766 -2.39844,-3.85547 -4.11328,-4.72266 -1.54297,-0.78125 -3.63672,-0.53516 -5.22657,-0.40234 -1.37109,0.11718 -2.85156,0.36718 -4.12109,1.28125 -3.49219,2.41406 -5.26562,9.19922 -6.22266,8.58593 -1.37109,-6.85937 -2.19921,-15.33593 -2.41406,-22.6914 -0.30859,-0.8086 -1.22265,-1.22266 -1.9414,-0.66406 -1.29688,2.8164 -0.58204,7.39453 -0.67579,10.97265 m 241.34766,-11.16797 c 1.34766,8.94532 0.30469,17.50391 0.73828,26.27735 0.26563,3.01172 0.3086,7.30859 1.08985,10.03515 0.26171,0.92188 1.08984,1.77344 2.15234,1.82813 1.09766,0.0547 1.3125,-0.75 1.22656,-1.8086 -0.5664,-4.15234 -1.13672,-8.30468 -1.70312,-12.45703 -0.0391,-8.10937 0.64453,-17.33203 -0.64063,-24.70312 -0.41406,-0.33594 -1.19531,-0.45313 -1.77734,-0.31641 -0.73828,0.17578 -0.98828,0.48438 -1.08594,1.14453 m -84.92969,-0.0664 c -0.68359,3.55468 -0.65234,6.67578 0.21485,10.30468 0.32812,1.07032 0.82422,1.96094 1.78515,1.94922 0.98047,-0.0156 1.28516,-0.90625 1.37891,-1.99218 0.30078,-3.40625 0.11719,-7.21875 0.0859,-10.38282 -0.008,-0.99218 -0.41407,-1.85937 -1.44532,-1.85156 -1.02343,0.0117 -1.66406,0.89844 -2.01953,1.97266 m 213.81641,39.33984 c 0.22656,0.60156 0.5625,0.90625 1.18359,0.90234 0.6211,0 0.96485,-0.30468 1.19532,-0.92187 0.27343,-4.36328 1.17187,-9.60547 3.01953,-14.01563 0.85937,-2.30859 3.51172,-5.82421 5.6875,-6.84765 2.1914,0.8125 2.48828,5.25 3.30078,7.77734 0.52344,3.97656 0.53515,8.30078 1.61328,12.11719 0.33594,0.80859 1.22266,1.22656 1.94922,0.66016 1.61328,-3.8086 0.33203,-9.45704 -0.52735,-13.9336 -0.82812,-3.03515 -0.88281,-6.16797 -3.1875,-9.14453 -1.39453,-1.53906 -3.46093,-1.28516 -5.12109,-1.12109 -2.19922,0.0312 -4.81641,6.01172 -6.21875,4.80468 -1.03125,-7.32812 0.60156,-17.23046 -0.96484,-24.37109 -0.39453,-0.29687 -1.08594,-0.29687 -1.48438,0.004 -1.27734,13.76172 -0.39844,29.76172 -0.44531,44.08984 m 88.80859,-83.32422 c -0.27343,1.95703 -0.20703,4.21094 -0.0195,6.17188 0.13281,1.36718 0.54297,2.79687 1.48438,4.20703 1.95312,2.84765 5.07422,4.19531 7.72656,5.57031 2.16406,0.86328 4.96875,1.41406 7.26562,1.56641 1.27735,0.082 3.03125,-0.004 4.10547,-0.75782 0.6211,-0.43359 0.9375,-0.92578 0.92969,-1.60156 -0.0117,-0.69531 -0.33203,-1.03125 -0.96484,-1.24609 -2.82813,-0.97656 -6.0625,0.41406 -8.97266,-0.8086 -1.91797,-0.80468 -4.10937,-2.20312 -5.48047,-3.38281 -1.09375,-0.9414 -2.57422,-2.30859 -2.89844,-3.66797 -0.20312,-0.85937 0.0664,-1.73437 0.7461,-2.17187 2.52734,-0.34375 5.05469,-0.6836 7.58203,-1.02735 1.6875,-0.51953 3.44141,-1.14453 5.17578,-2.62109 1.07813,-0.91797 1.76953,-1.89453 2.01172,-2.99609 0.28516,-1.27344 0.31641,-3.03125 -0.37891,-4.32422 -0.86718,-1.61328 -2.44922,-2.15235 -3.82422,-2.23438 -3.09765,0.15235 -6.15234,-0.61328 -9.37109,1.53125 -2.74219,1.96094 -4.57812,5.15235 -5.11719,7.79297 m 10.21094,-0.35156 c -1.25,0.49609 -2.50391,0.83594 -3.69922,0.78125 -0.91015,-0.0391 -1.88281,-0.28125 -2.17969,-0.81641 -0.39453,-0.71875 0.35938,-2 1.45313,-2.99218 1.32422,-1.20704 3.23437,-2.3125 4.70703,-2.77735 0.95313,-0.30469 1.82813,-0.29687 2.71484,0 0.86329,0.28906 1.85157,0.875 1.98829,1.51953 0,1.71094 -2.99219,3.48828 -4.98438,4.28516 m -278.83594,6.39062 c 0.62891,1.44922 3.65625,4.53907 5.79688,5.73047 2.77734,1.35938 5.53515,0.6836 8.30859,0.69532 2.2461,-0.78125 5.34375,-2.11719 6.8711,-4.2461 0.35156,-0.67578 0.46875,-1.51562 0.30078,-2.12109 -0.19922,-0.71094 -0.625,-1.06641 -1.25,-1.11328 -2.69922,1.52734 -5.39453,3.05078 -8.08985,4.57812 -1.46875,0.28906 -5.30078,-1.3789 -5.85156,-2.70703 0.80859,-2.95312 8.76172,-3.21484 11.88672,-8.55859 0.66016,-1.32813 0.61328,-2.96485 0.16016,-4.32813 -0.36719,-1.10547 -1.11329,-2.23828 -2.03125,-2.79297 -1.60547,-0.96484 -5.39844,-0.80078 -7.23438,-0.19922 -2.125,0.69532 -5.51562,2.9336 -6.95703,4.94532 -1.61328,3.22265 -1.87109,7.14843 -1.91016,10.11718 m 14.16797,-9.13671 c -1.84765,2.40234 -5.54687,3.46484 -8.1875,5.01953 -0.96484,0.3789 -1.80859,0.40625 -2.21094,-0.22266 -0.39843,-0.62109 -0.0508,-1.41016 0.74219,-2.38281 1.23828,-1.50781 3.21094,-3.50391 4.70313,-4.49219 0.90234,-0.59375 1.89062,-0.96484 2.7539,-0.94141 0.89844,0.0234 1.80078,0.51954 2.22266,1.39063 0.25781,0.53125 0.23828,1.13281 -0.0234,1.62891 m -234.07812,0.96875 c -1.16407,1.67578 -2.02344,3.47265 -2.35938,5.16796 -0.33984,1.72657 -0.19922,3.42188 0.21094,5.16407 0.44922,1.9375 0.91797,4.46875 2.30078,6.15625 0.73047,0.89062 1.50781,1.09375 2.64844,1.16015 1.33984,0.082 3.00781,0.19922 4.24609,-0.41797 2.77344,-1.63281 4.73828,-6.69531 7.53125,-7.64062 1.86328,0.92578 1.10938,5.96094 2.56641,7.58984 0.60156,0.48438 1.90234,0.52735 2.77734,-0.0703 0.59375,-0.40234 0.97266,-1.08203 1.0586,-1.72656 -0.85157,-1.77344 -1.70313,-3.54297 -2.5586,-5.3125 -0.85156,-4.46485 2.04297,-9.95313 0.35938,-13.72266 -0.96875,-1.05078 -5.00391,-3.49219 -6.8125,-3.53125 -2.44922,-0.0547 -4.94141,0.89063 -7.30469,2.51953 -1.69922,1.17188 -3.48438,2.96094 -4.66406,4.66407 m 14.5,0.28515 c 0.27343,0.79297 0.1875,1.04688 -0.12891,1.85547 -1.35937,3.45703 -4.60937,7 -7.55078,10.30469 -0.78906,0.88672 -1.80859,2.00781 -2.82813,1.71094 -1.33984,-0.39063 -2.1875,-2.69922 -2.65625,-4.04297 -0.58203,-1.67578 -1.01562,-3.06641 -0.28515,-4.75 0.92969,-2.14453 2.7539,-4.64453 5.1289,-6.57422 1.62891,-1.32422 4.19141,-2.9336 5.47266,-2.49219 0.88281,0.30078 2.40234,2.69922 2.84766,3.98828 m 653.03125,6.125 c 0.66406,2.53125 2.4375,5.90625 3.71484,8.08985 0.73047,1.24609 2.00391,2.38281 3.5625,2.89453 1.125,0.36718 2.28906,0.36718 3.05469,-0.19922 2.01953,-3.24219 1.53906,-8.10938 3.83594,-11.76563 1.21093,-3.64062 5.56646,-7.29687 5.53126,-11.2539 -0.207,-0.66407 -0.6211,-0.95703 -1.332,-0.94922 -1.06255,0.0195 -2.00786,0.83594 -2.58989,1.72656 -1.46875,2.24609 -3.29687,5.51953 -4.39453,8.08984 -0.91016,2.89454 -1.82422,5.78907 -2.73438,8.6836 -0.25,0.40234 -0.69531,0.61719 -1.17187,0.45312 -2.41016,-1.64453 -3.18359,-5.39843 -4.50391,-8.10937 -0.75781,-3.69141 -1.51953,-7.38281 -2.28125,-11.07422 -0.29687,-1.13281 -2.28906,-1.36328 -3.07031,-0.625 -0.0234,3.87891 1.86719,9.47266 2.37891,14.03906 m -200.20313,0.99219 c 0.9961,2.48828 1.9961,6.17969 3.72656,8.11719 0.92969,1.04297 2.58204,1.35937 3.88672,1.01172 0.72657,-0.19141 0.92578,-0.40235 1.19532,-1.04688 1.98046,-7.13281 3.96484,-14.26172 5.94531,-21.39062 -0.16016,-0.61719 -0.50781,-0.9336 -1.15625,-0.95704 -0.66797,-0.0234 -1.09375,0.26563 -1.51953,0.85547 -2.71875,5.14844 -3.28516,13.4336 -6.41016,16.94922 -0.97656,-0.0547 -2.55469,-5.22656 -3.02344,-6.85547 -0.91797,-3.17578 -1.60547,-6.87109 -1.78906,-10.09375 -0.16016,-1.28515 -2.11328,-2.29687 -3.00391,-1.63281 -0.58984,4.10938 1.33204,10.16797 2.14844,15.04297 m -14.33203,-15.53516 c -1.34375,0.0312 -2.91797,0.39063 -4.22656,0.87891 -2.51563,0.93359 -6.0625,4.17187 -7.96875,6.1875 -1.84766,2.53125 -4.36719,4.19531 -5.23828,7.22266 -0.13282,2.6289 -0.53125,6.00781 1.30859,8.01562 1.12891,0.94922 3.59375,1.35547 5.07813,1.44141 1.6289,0.0937 3.58593,-0.27344 5.09765,-0.85938 2.71875,-0.98437 4.83985,-5.3125 7.0586,-7.40234 2.01562,-0.57031 1.74218,4.51172 3.8789,5.85156 0.82813,0.50391 2.16797,0.50781 2.69922,-0.15625 0.28516,-0.35937 -3.83594,-18.95703 -4.83203,-20.03516 -0.85938,-0.93359 -1.75781,-1.17187 -2.85547,-1.14453 m -0.69922,9.26953 c -0.9375,2.52735 -2.5039,5.37891 -4.73828,7.75391 -1.39062,1.47656 -3.26172,3.19531 -4.70312,3.4375 -1.13672,0.19141 -2.56641,-0.59375 -3.51172,-1.55078 -0.76172,-0.77344 -0.9961,-1.50781 -0.69532,-2.44922 0.62891,-1.96875 3.10157,-4.89062 4.76172,-6.71094 1.56641,-1.71875 3.79688,-3.34375 5.6875,-4.51562 1.20703,-0.75 2.59375,-1.35156 3.39453,-0.94531 1.38282,0.77734 0.47266,3.14843 -0.19531,4.98046 M 608.6997,231.8948 c -0.29688,1.23828 -0.27344,3.03516 0.3164,4.25781 3.17969,5.56641 10.14063,6.41016 12.66407,11.80469 0.0469,0.92969 -0.96094,1.79688 -1.89844,2.24609 -1.17188,0.56641 -2.57031,0.58985 -3.77734,0.59766 -1.17969,0.008 -2.63282,0.0195 -3.71485,-0.64453 -1.05859,-0.84766 -1.98828,-2.41797 -3.29687,-2.31641 -0.6211,0.0469 -1.02735,0.42188 -1.21485,1.13282 -0.16015,0.61718 -0.0508,1.45703 0.29297,2.1289 1.23047,1.98047 3.94141,3.00781 5.85938,3.29297 2.42187,0.28125 5.94922,-0.33203 8.23437,-1.27344 1.28125,-0.53125 2.4961,-1.6914 2.97656,-3.02343 0.55079,-1.53125 0.26563,-3.69922 -0.47265,-5.23047 -1.95313,-3.51563 -6.61719,-4.89844 -9.38281,-7.20313 -1.30469,-1.22656 -2.625,-2.5625 -2.64454,-3.65625 -0.0234,-1.125 1.23438,-2.39844 2.375,-2.36328 1.63282,0.0586 3.92969,3.48047 6.02344,2.64844 1.01172,-0.28516 1.37891,-1.20703 0.89453,-2.39844 -0.68359,-1.66406 -2.48437,-2.91406 -3.79297,-3.21484 -2.46484,-0.0781 -4.83984,-0.60547 -7.38671,0.67968 -1.1211,0.64454 -1.80469,1.48829 -2.05469,2.53516 m -151.77344,-1.01172 c -1.125,1.42188 -1.52734,3.55078 -1.08203,5.1875 0.46484,1.69531 1.76953,3.73828 3.00391,4.98438 1.89062,2.05859 5.98828,3.37109 6.82812,5.82031 0.0352,1.01172 -1.73828,1.84375 -2.85937,2.14062 -2.01172,-0.1875 -4.02344,-0.375 -6.03516,-0.5625 -1.01563,0.0742 -1.85938,0.51172 -1.875,1.51172 -0.0195,1.00391 0.8125,1.44922 1.83594,1.77344 2.30468,0.71875 5.01562,0.96094 7.33984,0.62891 1.60156,-0.23047 3.9375,-1.48828 4.86719,-3.21875 0.63672,-1.17969 0.64062,-3.01953 0.35937,-4.22657 -1.21484,-4.10546 -7.90234,-4.90625 -9.10547,-8.0664 -0.55468,-1.26172 -0.66406,-2.3711 0.29688,-3.4375 1.46094,-2.29297 5.38672,-1.20703 5.59766,-3.39844 -0.004,-0.65234 -0.32032,-0.98828 -0.96094,-1.22656 -1.01172,-0.37891 -2.97266,-0.3086 -4.19531,-0.14453 -1.41797,0.1914 -3.01563,0.97265 -4.01563,2.23437 m -12.88281,-0.2539 c -1.11719,3.1914 -1.72266,7.08203 -3.76563,9.84375 -2.11718,1.66015 -3.30078,5.85156 -6.39453,7.67187 -0.91797,0.45703 -1.54687,0.18359 -2.20312,-0.60547 -0.77344,-0.93359 -1.60547,-2.48047 -1.96094,-3.67969 -1.03125,-3.91796 0.43359,-8.25781 0.48047,-12.05468 -0.28125,-0.83594 -1.17188,-1.23828 -2.07422,-0.66016 -1.13281,0.72266 -1.38672,2.56641 -1.5,3.80859 -0.30469,3.35938 -0.6875,7.85157 0.16406,11.1875 0.41406,1.625 1.4336,3.78516 3.01953,4.94532 1.49219,1.09375 3.72657,1.64062 5.29297,0.91797 2.48047,-1.34375 4.42578,-4.625 6.02344,-6.32422 0.5625,-0.45313 0.875,-0.49219 1.33594,-0.10157 1.6914,5.58985 3.64453,13.16016 5.03906,19.41407 0.082,0.92187 0.15234,1.95703 -0.043,2.875 -0.30859,1.41406 -2.03906,3.51172 -3.60547,4.25781 -0.92578,0.44531 -1.79687,0.30859 -2.7539,0.008 -2.19922,-0.69531 -4.66407,-2.04687 -6.83985,-3.5039 -1.74219,-1.53516 -3.48437,-3.06641 -5.23047,-4.60157 -1.08984,-0.47265 -2.02343,-0.0742 -2.19922,0.98438 -0.16796,1.00781 0.45704,2.23828 1.1875,3.1875 0.76172,0.98047 1.73438,1.76562 2.72657,2.47265 3.38672,2.1836 6.74218,4.33204 10.21093,4.74219 1.6211,0.15235 3.6211,0.34375 5.21485,-0.36328 2.02734,-1.11328 3.99219,-2.9375 4.19531,-4.91016 0.39453,-2.49218 0.29297,-5.66796 -0.10937,-8.17578 -1.52735,-6.33593 -3.05469,-12.67578 -4.58204,-19.01562 0.50391,-4.07422 1.00391,-8.15235 1.50782,-12.22656 0.0859,-1.00782 -0.1836,-1.82032 -1.17969,-1.84766 -0.98438,-0.0273 -1.55078,0.77734 -1.95703,1.75391 m -47.41842,14.4136 c 0.22266,1.94922 1.62109,4.76562 3.21875,5.60547 2.08594,1.09375 6.12109,1.26172 8.23437,0.49218 2.94141,-1.21484 5.67579,-5.26562 6.92969,-6.75781 0.71094,1.60156 1.42188,3.20313 2.13281,4.80469 0.45313,0.51953 1.15625,0.90234 1.77344,0.90625 0.71875,0.004 1.07422,-0.33203 1.28516,-1.00391 0.70703,-2.13672 -1.48438,-4.28125 -1.67578,-6.22656 -0.58203,-3.79297 0.97656,-7.375 0.83984,-11.14453 -0.0352,-1.07422 -0.26562,-1.67578 -1.16406,-2.11719 -1.39844,-0.6914 -3.4961,-0.9414 -5.10938,-1.00781 -1.78125,-0.0742 -3.44531,-0.16016 -5.23828,0.66406 -1.7539,0.80469 -3.5,1.94922 -5.15625,3.4961 -1.94531,1.8164 -3.78906,4.03125 -4.79687,6.05468 -0.91797,1.84375 -1.49219,4.33203 -1.27344,6.23438 m 17.79297,-9.03125 c 0.0234,1.23437 -0.34766,2.53906 -1.07422,3.78906 -1.42969,2.46094 -3.91406,5.50391 -6.57422,7.66406 -1.30469,1.0625 -2.375,1.33594 -3.57812,0.69141 -1.07813,-0.57813 -2.4375,-2.14063 -2.92188,-3.28906 -0.41797,-1 -0.17578,-1.75391 0.35156,-2.76172 1.52344,-2.91406 3.5625,-5.70313 5.83985,-7.69922 1.3789,-1.20703 4.97656,-2.98047 6.16406,-2.44141 1.02734,0.46094 1.76953,2.73047 1.79297,4.04688 m -24.33203,-7.125 c -0.73047,-0.0195 -1.00782,0.33203 -1.10547,0.93359 1.17969,4.92188 2.08203,9.53906 1.48828,14.02735 -0.33594,1.78515 -2.14844,4.08984 -3.72656,4.93359 -1.35547,0.73047 -3.08985,0.3125 -4.53125,-0.5625 -1.46485,-0.88281 -3.48828,-2.91797 -4.70313,-4.46875 -2.04687,-3.19531 -1.97656,-6.90234 -2.36719,-10 -0.20703,-0.5625 -0.48437,-0.82813 -1.22265,-0.76953 -1.04688,0.082 -1.89063,0.875 -2.16406,1.80859 0.008,4.04688 -0.84375,8.26172 -2.48438,11.83985 -0.68359,1.0625 -2.19531,2.14453 -3.32031,2.33203 -0.94141,0.15234 -1.69141,-0.32422 -2.42188,-1.26563 -1.98437,-3.14453 -2.44922,-6.40234 -2.99609,-9.79687 0.22656,-2.35938 0.45312,-4.72266 0.67578,-7.08203 -0.3125,-0.83594 -1.20703,-1.22657 -2.00391,-0.69532 -1.8125,2.12891 -1.58984,5.94922 -1.61328,8.82422 0.0664,2.79688 0.55078,6.60547 1.8711,9.26172 0.99218,1.89453 3.26953,4.79688 5.44922,5.11328 1.47656,0.3125 2.93359,0.0547 4.25,-1.0039 1.625,-1.98829 3.2539,-3.97266 4.8789,-5.96094 1.5586,-0.0195 4.52735,4.36719 6.8086,5.16797 2.73046,0.76172 5.60937,1.53515 8.27734,0.46484 1.79297,-1.01172 3.87891,-4.13672 4.21875,-5.84766 -0.11719,-5.125 0.88672,-10.0625 -0.72656,-15.3125 -0.52735,-1.01171 -1.51172,-1.91015 -2.53125,-1.9414 m 757.76176,22.3125 c 0.1914,0.8125 1.0586,1.23437 2.0937,1.04687 2.3086,-3.04687 5.4609,-11.625 8.3555,-15.63672 0.9922,-1.26562 3.4883,-4.85937 4.9804,-5.74609 0.7618,-0.45703 1.5274,-0.19922 2.3985,0.59766 1.4297,1.3125 2.0508,3.11718 2.5898,4.71093 1.0899,3.21094 2.1875,6.64454 2.2774,9.81641 0.035,1.27344 0.1211,2.61719 -0.2813,3.89844 -1.1562,2.36719 -2.3086,4.73437 -3.4648,7.10156 0.082,0.6875 0.4531,1.05078 1.1797,1.23047 1.0351,0.25781 2.1367,-0.17188 2.8672,-0.99219 1.4023,-1.5664 2.0976,-4.34375 2.4023,-6.14453 0.4375,-2.58984 0.3516,-5.53125 0.125,-8.12109 -0.8867,-4.70313 -1.8945,-9.49219 -4.4727,-14.11328 -0.8046,-0.94922 -1.6679,-1.19141 -2.7968,-1.26954 -1.5664,-0.10156 -3.8047,-0.3125 -5.2266,0.45313 -4.418,3.83203 -7.6875,9.98437 -9.0195,11.71484 -0.1797,-1.98047 -0.3594,-3.96484 -0.5391,-5.94531 -0.2305,-1.14062 -2.2969,-1.39062 -3.0898,-0.625 -0.5118,0.53906 -0.7149,16.57422 -0.3789,18.02344 m -34.2227,-9.23828 c -0.1484,1.60156 -0.3125,3.58593 0.055,5.18359 0.2383,1.02344 0.957,2.17578 2.0547,3.08594 1.1328,0.9375 2.1054,1.15625 3.1914,1.21094 2.1211,0.10937 4.1523,-0.26954 6.2578,-1.32032 1.7109,-0.85547 3.4648,-2.11718 5.0664,-3.83203 1.2148,-1.65234 2.4297,-3.30859 3.6484,-4.96484 1.5157,1.78125 0.7852,6.57031 2.6094,9.93359 0.3633,0.67188 0.8399,1.32422 1.5156,1.67188 0.6172,0.3164 1.3438,0.29687 1.7149,-0.0508 0.6367,-2.91407 -2.3438,-7.46094 -2.2383,-10.96094 -0.707,-3.85547 2.1289,-8.5625 0.4492,-11.80469 -0.8398,-0.91797 -4.2929,-2.07031 -5.914,-2.33594 -1.0586,-0.17187 -2.0586,-0.0625 -3.1055,0.1875 -2.3399,0.5625 -4.9063,1.32813 -7.1484,2.51953 -1.6602,0.88282 -3.5118,2.50782 -4.918,4.23829 -1.9063,2.34765 -3.0156,4.86328 -3.2383,7.23828 m 19.2695,-6.03907 c -0.5234,1.9961 -3.2617,5.00782 -4.6367,6.76954 -1.7265,2.20703 -4.1758,3.87109 -6.3711,4.89453 -1.3633,0.63281 -2.414,0.87109 -3.5,-0.0937 -1.375,-1.22657 -1.9726,-3 -1.7461,-4.45703 0.2774,-1.78125 1.3867,-3.94922 2.8789,-5.69532 1.5274,-1.79687 3.0743,-3.1875 4.7461,-4.09765 2.3516,-0.71485 5.3203,-2.88672 7.3789,-1.72657 1,0.84375 1.5664,3.19141 1.25,4.40625 m -51.9336,-8.33984 c -2.2773,0.74219 -4.5507,1.48828 -6.8281,2.23438 -1.039,-0.32813 -2.082,-0.65625 -3.1211,-0.98438 -0.664,0.0273 -0.9609,0.35156 -1.2109,0.99219 -0.4961,1.26953 -0.8633,3.70312 -0.9844,5.16015 -0.3711,4.63282 0.1094,11.63672 0.8633,16.19141 1.1211,7.04297 2.2461,14.08594 3.3711,21.125 0.2539,1.33203 0.707,2.90234 1.9609,2.82031 0.9571,-0.0351 1.3164,-0.89843 1.3242,-1.98437 -0.7929,-5.92188 -1.5898,-11.84375 -2.3828,-17.76953 3.7696,-3.19922 9.6563,-3.78907 14.3242,-7.47657 2.8711,-2.25 5.8985,-5.8125 7.0625,-8.80078 0.2149,-2.42187 0.2461,-4.97656 -1.25,-7.29297 -1.8359,-2.35937 -4.6757,-3.1875 -6.9687,-3.85546 -2.0156,-0.50782 -4.1484,-0.55469 -6.1602,-0.35938 m 10.2305,11.30469 c -1.5195,2.55078 -3.1719,4.61719 -5.5312,6.33984 -2.9532,2.15625 -6.6172,4.05469 -9.6563,4.84766 -0.9883,0.2539 -1.875,0.21484 -2.6289,-0.51953 -1.957,-3.69141 -0.7812,-8.28125 -0.918,-12.375 0.047,-1.03125 0.2149,-1.76563 1.0274,-2.53907 2.957,-2.0039 6.3945,-3.91015 9.5156,-4.11718 1.4805,0.0742 3.3594,0.42578 4.7773,1.26172 1.1407,0.67578 2.7461,2.20312 3.6172,3.39843 1.0782,1.21094 0.5977,2.44141 -0.2031,3.70313 m -83.2266,-9.99219 c -0.7617,4.33984 0.3047,10.95313 0.668,15.16406 0.1953,2.22657 0.8516,4.94922 1.5899,7.24219 0.3242,1.01563 0.8125,1.85938 1.7812,1.82813 0.9688,-0.0312 1.3086,-0.89844 1.3711,-1.96485 -0.6289,-3.08984 -1.2539,-6.17969 -1.8828,-9.26562 -0.012,-3.71875 -0.027,-7.4375 -0.039,-11.15235 0.1016,-1.29687 -0.9414,-2.76172 -2.3594,-2.8125 -0.7421,-0.0195 -1.0156,0.31641 -1.1289,0.96094 m -114.38277,12.18359 c 0.30859,4.08594 -0.10156,7.36719 2.48047,11.13672 0.59766,0.63282 1.14453,0.95313 1.92969,1.08985 1.16406,0.20703 1.88281,-0.24219 2.24218,-1.05469 1.82813,-4.16797 1.58594,-9.38672 3.55469,-14.07031 1.16016,-2.48438 2.99219,-5.74219 5.25,-6.21094 1.125,-0.0703 2.51172,1.09375 3.22656,2.32812 1.42579,5.69922 5.25,11.9375 5.86719,17.82422 0.65625,0.83203 1.94141,1.23828 2.60547,0.75 1.05859,-1.80859 -0.51562,-5.42968 -0.77344,-7.97265 -2.125,-5.79297 -3.6289,-12.07422 -7.26172,-16.34375 -1.07812,-1.01953 -3.01562,-1.25391 -4.80859,-0.86719 -1.45703,0.3125 -2.82812,1.53906 -4.02344,3.02734 -4.03515,4.91407 -4.03125,11.59375 -5.82422,14.95703 -2.17187,-2.48046 -0.0586,-9.44531 -0.83984,-13.85546 -0.3125,-0.82422 -1.22266,-1.2461 -1.9375,-0.69532 -0.98828,0.76172 -1.71875,8.02735 -1.6875,9.95703 m -36.71094,8.11329 c 0.59375,1.70312 2.23438,3.50781 3.91016,4.46093 3.47266,1.36719 6.86719,0.89844 10.34766,0.30469 4.22265,-0.96875 6.41015,-7.16406 9.54296,-8.61719 1.67969,0.52344 0.69922,4.21875 2.3711,5.83203 0.91797,1.01563 2.92187,1.58204 3.75,0.6836 0.51172,-3.22656 -3.67969,-6.81641 -2.91016,-9.89453 0.14844,-3.02344 0.29688,-6.05078 0.44531,-9.07422 -0.39062,-1.52344 -3.50781,-4.36328 -5.24609,-5.02735 -1.96094,-0.74609 -5.05078,-0.47265 -7.125,-0.1289 -1.69531,0.28125 -3.4375,0.91406 -5.11719,1.66406 -1.98047,0.88281 -4.23828,2.14844 -5.9375,3.67188 -1.24609,1.11718 -3.09765,3.07421 -3.89453,4.76562 -0.79687,3.78906 -0.57812,7.55469 -0.13672,11.35938 m 22.58985,-15.08204 c 0.1875,0.85547 0.19531,1.92188 -0.008,2.78907 -1.76953,4.375 -2.99609,6.79297 -5.91796,10.6289 -1.63672,1.92969 -3.31641,3.06641 -5.60157,3.61719 -1.78906,0.42969 -3.98828,0.35547 -5.55078,-0.84375 -0.96484,-0.74219 -2.09375,-2.26953 -2.57812,-3.45703 -0.58985,-1.45313 -0.42188,-3.26953 -0.34766,-4.75391 0.0977,-2.07812 1.79297,-3.85937 3.32813,-5.625 2.03515,-2.33593 5.60546,-4.07422 8.35937,-5.04297 1.28906,-0.45312 2.60156,-0.8789 3.82813,-0.91796 0.96093,-0.0312 1.82031,0.17187 2.76953,0.95312 0.92968,0.76172 1.51953,1.74219 1.71875,2.65234 m -287.40235,-6.34765 c -1.96093,-0.36328 -4.13672,-0.30469 -6.09765,-0.13281 -2.4961,0.5 -6.0586,0.84375 -7.78907,3.26562 -0.3789,0.67188 -0.57812,1.45703 -0.4414,2.09375 0.15625,0.70313 0.57031,1.05859 1.23828,1.10938 1.70703,0.13671 5.07422,-2.76563 7.11719,-3.27344 1.54687,-0.38672 3.23828,-0.57813 4.78515,-0.0977 1.55078,0.48438 3.31641,1.5586 4.80469,2.80469 1.32422,1.10547 2.12891,2.32422 2.48828,3.58594 0.36719,1.28906 0.34766,2.42187 -0.33203,3.74218 -0.76172,1.48438 -2.04687,3.51172 -3.23437,4.39844 -2.55469,1.90625 -7.66407,4.13281 -10.57032,4.23828 -0.90625,0.0352 -1.93359,-0.14453 -2.53906,-0.89062 -1.05469,-1.09375 0.47656,-3.66406 -1.48828,-3.70313 -0.69141,-0.0469 -1.19531,0.23047 -1.63672,0.79688 -0.875,1.35937 -1.07031,4.94922 -1.74219,3.79297 -0.8164,-5.35938 0.60938,-13.21875 -0.8789,-18.37891 -0.71875,-0.53906 -1.62891,-0.12891 -1.9375,0.68359 -0.32813,5.84766 -0.1875,12.17188 -0.16797,18.20704 0.64062,4.65625 1.27734,9.30859 1.91406,13.96484 0.625,2.98047 -2.91797,7.32812 -2.32812,9.85156 0.7539,0.72656 2.76562,0.55469 3.32421,-0.625 0.87891,-1.29687 1.44141,-3.64062 1.69532,-5.12109 1.10547,-5.11719 -1.0625,-11.00391 -0.52344,-15.58594 0.54687,-0.82031 10.41797,-0.008 13.4375,-1.27734 1.85937,-0.78516 4.51562,-2.3086 5.91797,-3.25 1.07422,-0.71875 2.3164,-2.41797 3.10937,-3.77344 1.71485,-3.12109 1.32422,-6.17969 1.17188,-9.28516 -0.44922,-1.97265 -2.70313,-4.67578 -4.17969,-5.3789 -1.46094,-0.69141 -3.52344,-1.46485 -5.11719,-1.76172 m 364.8711,0.0898 c -1.875,3.78906 -3.25,8.15625 -3.14844,12.1836 0.49609,2.32031 1.55469,4.99218 2.66406,7.17187 0.84766,1.66797 2.02735,3.51563 3.42578,5.03906 1.4375,1.56641 3.25391,2.64453 4.98047,3.3711 1.77344,0.74609 3.44141,0.94531 5.21094,0.66406 2.08203,-0.32813 4.125,-1.16797 6.17187,-2.57031 1.33985,-0.91407 3.01172,-2.27735 2.91797,-3.67578 -0.0742,-1.05469 -1.08203,-1.2461 -2.18359,-0.98829 -3.16016,0.98047 -5.98828,4.08204 -8.93359,4.02735 -1.69141,-0.21094 -4.16407,-2.1836 -5.52344,-3.54688 -1.25391,-1.26562 -2.52735,-3.07812 -3.3086,-4.63672 -0.66015,-1.30859 -0.62109,-2.46484 0.375,-3.23437 3.54297,-1.70703 7.08985,-3.41406 10.63282,-5.12109 1.23828,-0.83985 2.41015,-1.97266 2.92578,-3.40625 0.57422,-1.60547 0.40234,-3.58985 0.13281,-5.21094 -0.16406,-0.98438 -0.46875,-2.19922 -1.22656,-3.07422 -0.58985,-0.6875 -1.1211,-0.95703 -1.89063,-1.15234 -1.60937,-0.41407 -3.65234,-0.2461 -5.23437,0.0469 -2.63281,0.71094 -5.8711,2.07031 -7.98828,4.11328 m 13.21093,3.01953 c -0.42578,0.88282 -1.5,1.85547 -2.43359,2.60938 -2.45312,1.98047 -5.17578,3.08594 -7.72656,4.07422 -1.01172,0.39062 -1.79688,0.65234 -2.20313,0.043 -0.5664,-0.85547 0.0703,-3.16797 0.56641,-4.4336 0.48828,-1.25781 1.59766,-2.51953 2.94141,-3.61719 1.53125,-1.25 3.17578,-2.20703 4.74218,-2.61718 1.3125,-0.34375 2.46875,0.043 3.55078,1.33593 0.76954,0.91797 1,1.69922 0.5625,2.60547 m -706.4924,-11.1836 c -0.0664,3.60156 0.35937,7.66406 -0.44141,10.92969 -1.82031,1.93359 -5.5,0.2539 -8.36328,1.37109 -1.05469,0.34766 -1.97656,1.00781 -1.96875,2.00781 0.008,0.66407 0.36719,1.01953 1.01172,1.1836 2.33984,-0.2461 4.67578,-0.49219 7.01562,-0.73828 1.00782,0.0391 1.85157,0.16796 2.3125,0.9414 0.81641,5.25391 0.39453,11.34375 0.44141,16.9375 0.0781,0.98047 0.38672,1.8086 1.33203,1.79297 1.77344,-0.0703 1.67578,-3.30078 2.23828,-5.06641 -0.30469,-4.85937 -1.51953,-10.16015 -0.42578,-14.67968 2.32813,-1.98828 7.25781,-0.38672 10.40625,-1.17188 0.60156,-0.23047 0.90234,-0.57031 0.90234,-1.19531 0,-0.625 -0.30078,-0.96484 -0.90234,-1.19531 -3.15234,-0.79297 -8.07031,0.83203 -10.41406,-1.1875 -0.78906,-2.9375 -0.36719,-6.65625 -0.44141,-9.92578 -0.0859,-0.9961 -0.39844,-1.80079 -1.35156,-1.80079 -0.95313,0 -1.26563,0.80469 -1.35156,1.79688 m 81.00781,-0.97266 c -0.23047,2.94922 -0.19531,6.22657 0.0547,9.17578 1.125,7.40625 1.6289,15.10547 2.10156,22.32032 0.27344,0.80078 1.125,1.23828 2.16406,1.01562 0.72656,-0.15625 0.96875,-0.44922 1.05469,-1.0664 -0.97656,-10.79297 -2.42969,-20.94141 -2.67969,-31.46485 -0.0859,-0.99609 -0.39844,-1.80859 -1.35547,-1.80078 -0.95703,0.004 -1.26172,0.81641 -1.33984,1.82031 m -104.99609,-0.0195 c -0.76563,9.51563 -0.58594,19.91797 -0.0898,29.45313 0.10156,2.01562 0.4375,6.4375 1.125,8.04687 0.26172,0.60938 0.65235,0.91016 1.28516,0.91016 0.65234,0.004 0.98437,-0.30078 1.21094,-0.90235 -0.90625,-12.28125 -1.03125,-25.04296 -0.86329,-37.50781 -0.0742,-1 -0.3789,-1.80859 -1.33203,-1.80859 -0.94922,0.004 -1.25781,0.8125 -1.33593,1.80859 m 773.08208,-1.95312 c 0.3945,-0.39453 0.3945,-1.08985 0,-1.48438 -0.3945,-0.39453 -1.0899,-0.39453 -1.4844,0 -0.3945,0.39453 -0.3945,1.08985 0,1.48438 0.3945,0.39453 1.0899,0.39453 1.4844,0 m -361.87115,14.46484 c 2.23828,0.54297 5.15625,-0.0156 7.125,-0.57031 0.91407,-0.0586 1.79297,0.23437 2.25391,0.91015 0.90234,1.32813 1.25391,5.36719 1.33203,7.53125 0.13281,3.45313 0.1875,8.02735 -0.60547,11.11329 0.0859,0.60156 0.32813,0.8789 1.05469,1.02343 1.04297,0.21094 1.89453,-0.21484 2.17187,-1.02734 0.11329,-5.75391 0.71875,-12.67188 -0.42578,-18.12109 0.0781,-0.88672 0.63282,-1.38672 1.55078,-1.58204 2.125,-0.45312 10.46875,-0.64453 10.58204,-0.0234 -0.71094,1.8125 -1.42188,3.62109 -2.13282,5.43359 -0.48047,2.41016 -1.33593,5.65625 -1.01562,8.10938 0.19922,1.51171 0.5,3.82812 1.29297,5.08593 0.68359,1.08985 2.44922,2.36328 3.76562,2.96094 3.44531,0.95313 6.80078,2.02734 10.2461,0.94922 1.60937,-0.50391 3.80468,-1.17578 4.96875,-1.96094 1.09765,-0.73828 2.58203,-2.52344 3.10546,-3.94922 0.73047,-1.98047 0.48829,-5.0664 0.125,-7.16015 -0.37109,-2.1211 -1.45703,-5.37891 -3.1875,-6.97657 -2.70312,-2.20312 -6.10937,-2.25 -8.90234,-2.6914 -2.01562,-1.21485 -4.02734,-2.42578 -6.04297,-3.64063 -4.51172,-0.74609 -9.5664,1.92969 -13.76562,0.57032 -2.3086,-2.75782 0.17187,-9.01954 -1.6211,-12.07422 -0.71875,-0.54297 -1.6289,-0.13672 -1.9414,0.67187 -0.20313,3.60938 -0.40235,7.21875 -0.60547,10.82813 -2.19141,1.8164 -7.67969,0.72656 -10.10547,2.59765 -0.52734,0.76953 -0.10547,1.67188 0.77734,1.99219 m 35.94141,2.58984 c 2.08984,0.88282 5.05859,3.3711 5.83594,5.375 0.63672,1.64454 1.26562,4.01954 0.46875,5.65625 -1.36719,2.32813 -4.19532,4.03516 -6.25,5.03907 -1.91016,0.99218 -3.80469,0.004 -5.71094,-0.65235 -1.92578,-0.76172 -4.10156,-1.75 -4.73828,-3.43359 -0.74219,-1.95703 -0.48047,-6.22266 0.30859,-8.59375 0.46094,-1.39063 2.04688,-3.66016 3.48047,-4.17578 1.36328,-0.48828 5.18359,0.1875 6.60547,0.78515 m 413.98834,-18.99218 c 0.414,8.89453 0.3984,18.40625 1.7734,27.38281 -0.2461,3.66797 -0.4883,7.33984 -0.7304,11.01172 0.1953,0.80469 1.0781,1.21484 2.1328,1.01562 1.0859,-0.20703 1.2929,-0.8789 1.3711,-1.91797 0.2929,-3.92187 0.3046,-8.26953 -0.024,-12.1914 -0.6797,-8.21875 -1.0351,-16.20313 -1.8359,-24.39453 -0.098,-1.00391 -0.4844,-1.82032 -1.4727,-1.81641 -0.6484,0 -0.9843,0.30469 -1.2148,0.91016 m -539.48053,-0.004 c -0.59765,0.79297 -0.83203,2.07031 -1.08984,3.05859 -0.82422,3.16016 -0.7461,6.08204 -0.65235,9.14063 0.19922,6.35156 0.60547,14.96484 2.23438,21.08203 0.23437,0.87891 1.08203,1.32813 2.16406,1.12109 1.42578,-0.17968 1.4375,-1.62109 1.40625,-3.05859 -0.96094,-6.71875 -1.92578,-13.4375 -2.88672,-20.15234 -0.54687,-3.48438 1.23438,-7.4961 1.55469,-11.125 -0.10547,-0.62891 -0.39844,-0.95313 -1.08203,-0.97266 -0.66797,-0.0156 -1.17578,0.28516 -1.64844,0.90625 m 462.48443,0.0352 c 1.8516,10.15234 -0.4414,19.36718 2.1601,29.28125 0.7149,2.92968 1.3477,6.26562 3.9571,9.14843 1.3242,1.23829 3.7187,1.5586 5.1758,1.00782 0.9023,-0.34375 1.3164,-1.29688 0.7773,-2.02735 -0.793,-1.0664 -2.7148,-0.90625 -3.9141,-2.57422 -1.8828,-2.61718 -2.5586,-5.08203 -3.1601,-7.78515 -0.5586,-2.50781 -1.086,-5.32031 -1.3086,-7.95313 -0.012,-6.0664 -0.023,-12.1289 -0.035,-18.1914 0.098,-1.29297 -0.9336,-2.7461 -2.3711,-2.8086 -1.1054,-0.043 -1.3476,0.79297 -1.2812,1.90235 m -298.10162,-0.0469 c -1.00781,3.54688 -0.93359,9.20703 -1.14062,13.07031 -0.56641,8.11719 1.43359,16.31641 1.1875,24.3711 0.14453,1.27734 2.06641,2.28906 2.97266,1.66015 0.89453,-4.125 0.9414,-10.14843 3.47265,-14.70703 0.57031,-1.27734 1.28906,-2.72656 2.3086,-3.79297 0.98437,-1.03515 2.28906,-1.67578 3.46484,-1.61718 0.94531,0.0469 1.77734,0.61328 2.70703,1.57812 1.16016,1.20703 2.1875,2.56641 2.59766,3.8125 0.66406,2.00391 0.38672,4.75 0.21093,6.8086 -0.57812,2.6914 -1.15234,5.38281 -1.73046,8.07421 0.25,0.95704 1.20312,1.3711 2.18359,0.85157 1.75,-1.24219 2.18359,-3.98828 2.4375,-5.83594 -0.0312,-4.07422 0.40625,-8.09766 -0.23047,-12.20313 -0.66016,-1.96093 -2.41797,-4.72265 -3.99219,-5.51953 -1.8164,-0.91406 -4.27734,-0.89453 -6.21875,-0.78515 -1.11718,0.0625 -2.0039,0.28125 -3.16406,1.18359 -3.36719,2.08594 -3.48437,6.99609 -5.0625,5.78516 -0.64453,-7.26953 0.79688,-15.40235 1.46094,-23.49219 -0.15235,-1.01563 -1.13281,-1.47656 -2.20703,-0.91406 -0.75,0.38672 -1.07032,1.01172 -1.25782,1.67187 m -220.13281,7.0625 c 0.0312,10.08203 -0.11719,20.46094 0.22656,30.35547 0.27735,0.79688 1.11719,1.22266 2.17579,1.01563 0.75,-0.14454 1.01953,-0.42188 1.23046,-1.02735 0.0977,-4.57422 0.41797,-9.59375 2.28516,-13.98047 0.87891,-2.01953 3.61719,-4.9414 5.57422,-6.0664 0.90234,-0.2461 1.73047,0.40234 2.49609,1.26953 2.10938,2.39453 3.37891,5.875 3.87891,8.76562 0.12891,3.01172 0.25781,6.02344 0.38672,9.03907 0.30859,0.8125 1.21094,1.21875 1.92578,0.65625 1.21484,-3.14844 0.53516,-8.0625 0.48828,-11.94532 -0.83984,-3.37109 -1.72656,-7.03515 -4.30469,-10.20312 -0.85547,-0.8711 -1.6875,-1.07422 -2.82422,-1.14063 -1.36718,-0.082 -2.94921,-0.16015 -4.2539,0.34766 -2.70313,0.67969 -4.98828,5.36719 -6.14844,4.55469 -1.19922,-5.59766 0.66016,-12.64063 0.64453,-18.80469 -0.0508,-0.63281 -0.15234,-1.23438 -0.60156,-1.56641 -0.39844,-0.30078 -1.09375,-0.30078 -1.49609,0.004 -0.85157,0.63672 -1.59375,7 -1.6836,8.72656 m 532.50783,-117.8125 c 0.5821,0.82032 1.7578,1.23828 2.8555,1.3125 1.1055,0.0742 2.2656,-0.20312 3.2305,-1.16015 0.6406,-0.63672 1.0078,-1.32813 1.1445,-2.12891 0.125,-0.71875 0.01,-1.52734 -0.3711,-2.246094 -0.5977,-1.121094 -1.7344,-1.933594 -2.8906,-2.132812 -0.7461,-0.125 -1.4649,0.0039 -2.0977,0.375 -0.9375,0.554687 -1.707,1.703125 -2.0859,2.828126 -0.375,1.12109 -0.3867,2.3125 0.2148,3.15234 m 143.7344,-5.832029 c 3.2305,0.05469 7.0039,0.746094 10.3281,-0.335937 0.6719,-0.480469 1.0196,-1.144532 1.0157,-1.824219 -0.01,-0.761719 -0.3711,-1.074219 -1.0235,-1.234375 -1.8359,-0.449219 -7.3711,-0.15625 -9.3008,0.07031 -1.0429,0.121094 -1.9843,0.960938 -1.9922,2.054688 -0.01,0.773438 0.3399,1.050781 0.9727,1.269531 m 69.3945,-4.378906 c -2.4375,0.222656 -5,0.652344 -7.3593,1.023437 -1.625,0.328126 -4,0.574219 -3.9688,2.160157 0.01,0.632812 0.3359,0.980469 0.9492,1.207031 3.2344,0.378906 6.8516,-0.675781 10.3164,-1.214844 1.0782,-0.34375 1.9883,-1 1.9844,-1.996094 0,-1.015624 -0.8906,-1.273437 -1.9219,-1.179687 m 65.9571,-6.027344 c -3.8633,-0.75 -8.4922,1.085938 -12.3477,1.027344 -0.6172,0.222656 -0.9297,0.5625 -0.9258,1.183594 0,0.621093 0.3242,0.960937 0.9453,1.1875 3.8633,0.757812 8.4922,-0.699219 12.3477,-1.027344 0.6172,-0.230469 0.9297,-0.558594 0.9258,-1.183594 0,-0.621093 -0.3242,-0.960937 -0.9453,-1.1875 m -118.4102,5.140625 c -0.3828,2.226563 -0.4609,4.953125 -0.125,7.179686 0.2461,1.61719 1.5117,3.80469 3.1836,4.88672 1.4766,0.95703 3.4922,1.23438 5.0781,1.375 2.8985,0.25391 6.3203,0.41016 9.211,-0.004 2.2148,-0.45313 5.3437,-2.02344 6.8593,-4.21485 0.7735,-1.44922 0.6524,-3.761718 0.1914,-5.292968 -0.9335,-2.328125 -2.4531,-5.152344 -4.9023,-6.964844 -5.1406,-2.074219 -10.2891,-1.542969 -15.4336,-3.132812 -1.1016,-0.109376 -1.7812,0.08984 -2.3555,1.003906 -0.8437,1.34375 -1.4375,3.621094 -1.707,5.164062 m 5.5586,-2.746094 c 0.9414,-0.203124 8,1.039063 9.5117,1.535157 1.2539,0.410156 2.668,1.46875 3.5196,2.601562 1.0703,1.425781 2.2773,4.058594 1.6914,5.53125 -0.5743,1.433601 -2.8282,2.964851 -4.2032,3.417971 -1.9961,0.65625 -5.6679,0.66797 -7.6718,-0.008 -1.4766,-0.5 -3.4375,-2.01953 -4.4688,-3.523442 -1.1601,-1.695312 -1.4844,-3.945312 -0.957,-5.640625 0.3789,-1.230469 1.6758,-3.714844 2.5781,-3.914063 m 22.6406,-4.339843 c -0.25,1.785156 0.5742,5.328125 1.0274,7.238281 0.9258,3.898438 2.3984,8.500002 3.9726,12.242192 0.418,0.99609 1.0313,1.84375 2.0352,1.80078 0.6719,-0.0312 1.0195,-0.37109 1.2305,-1.03125 0.2773,-0.86328 0.035,-2.16406 -0.2422,-3.15234 -1.3828,-4.019538 -2.7696,-8.03907 -4.1524,-12.062507 -0.1797,-1.691406 -0.3594,-3.386719 -0.5351,-5.082031 -0.3164,-0.820313 -1.2344,-1.261719 -2.2735,-1.035156 -0.7304,0.160156 -0.9765,0.460937 -1.0625,1.082031 m 64.0625,-3.128907 c -1.5078,-0.265624 -4.0468,-0.621093 -4.8711,0.457032 -0.5898,0.777344 -0.1679,1.664062 0.6328,2.003906 2.0821,0.539062 4.8047,0.46875 6.8672,2.265625 1.4883,1.300781 2.6953,3.195313 2.8399,4.59375 0.2812,1.761719 -1.4258,3.777344 -2.9336,5.195313 -1.7383,1.554687 -4.5078,3.242194 -6.5547,3.589844 -1.293,0.21875 -2.4531,-0.67969 -3.5781,-2.113282 -1.0157,-1.296875 -1.3047,-2.492188 -1.586,-3.796875 -1.6172,-2.875 3.2891,-7.230469 1.9297,-9.757813 -0.8281,-0.777343 -2.7344,0.117188 -3.707,1.554688 -0.8242,1.054688 -1.2695,2.140625 -1.4297,3.160156 -0.3008,1.949219 -0.1992,4.207032 -0.023,6.15625 0.2851,2.316406 0.9257,4.964846 3.2148,7.218756 1.0391,0.91406 2,1.13281 3.0899,1.19531 2.0273,0.10547 4.2226,-0.22656 6.2421,-0.92969 2.2539,-0.78125 5.1485,-2.96094 7.1602,-5.26172 1.8281,-2.050781 2.1367,-4.1875 2.082,-6.277343 -0.1758,-2.046875 -1.6875,-5.589844 -3.3164,-7.03125 -1.4101,-1.246094 -4.164,-1.886719 -6.0586,-2.222657 m -33.1836,4.230469 c 0.027,0.71875 0.4063,1.085938 1.0977,1.28125 2.4609,0.566407 5.2148,-1.515625 7.1133,-2.546875 1.1797,-0.367187 2.1953,0.183594 2.0468,1.367188 -1.0664,4.019531 -5.6406,8.269531 -8.3046,12.832031 -0.711,1.367187 -1.4219,2.953127 -0.7227,4.089847 0.6914,1.11719 2.5273,1.44922 3.8789,1.38281 1.9219,-0.0977 10.418,-1.85547 10.9414,-2.57812 0.5508,-0.76172 0.125,-1.67188 -0.7305,-1.98438 -2.2226,-0.820313 -9.0625,0.64844 -8.9335,-0.20703 2.2617,-3.472658 4.5234,-6.945314 6.789,-10.417971 0.4492,-0.988281 0.9766,-2.089843 1.1524,-3.160156 0.1757,-1.050781 0.019,-2.300781 -0.5157,-3.1875 -1.0351,-1.835937 -3.6172,-1.066406 -5.582,-1.238281 -1.9102,0.04297 -4.3984,0.203125 -6.2969,1.417968 -1.0547,0.675782 -1.9765,1.882813 -1.9336,2.949219 m -97.1914,1.855469 c -0.9609,1.402344 -1.375,2.972656 -0.9726,4.273438 0.3047,0.988281 0.9804,1.1875 2.0781,1.265624 2.6719,-0.121093 11.9102,-0.816406 12.5469,0.160157 0.3867,3.273437 0.4453,8.113283 1.5,11.710943 0.3125,0.79297 1.1406,1.24218 2.1953,1.00781 0.7344,-0.16406 0.9765,-0.46094 1.0664,-1.07813 -0.4961,-3.07421 -0.9961,-6.14453 -1.4961,-9.214842 0.9766,-4.707031 1.1758,-9.5 0.7617,-14.15625 -0.293,-0.9375 -1.164,-1.78125 -2.2265,-1.847656 -0.7383,-0.05078 -1.0508,0.25 -1.1993,0.816406 0.2383,1.992188 0.4805,3.980469 0.7188,5.972656 -0.035,1.0625 -0.25,1.832032 -1.0508,2.367188 -2.5547,1.140625 -5.6211,1.585937 -8.4648,1.46875 -0.9727,-0.03125 -1.9414,-0.105469 -1.8438,-0.804688 0.5313,-1.820312 4.9141,-4.238281 5.0899,-6.765625 0.09,-0.691406 -0.051,-1.433593 -0.5196,-1.824219 -0.4375,-0.363281 -1.1914,-0.402343 -1.9179,-0.113281 -2.7422,1.480469 -4.3282,4.519531 -6.2657,6.761719 m -69.9453,0.242188 c 0.2149,0.695312 0.6211,1.035156 1.2969,1.085937 2.75,-0.03125 3.4141,-4.996094 6.0859,-6 0.5703,-0.171875 1.1719,0.04297 1.7422,0.457031 0.8985,0.652344 1.4531,1.582032 1.457,2.425782 -0.996,3.96875 -4.5703,8.359374 -8.2773,12.851562 -0.4922,1.007812 -0.6016,2.335942 -0.332,3.210942 0.2148,0.69922 0.4765,0.9375 1.1289,1.13672 6.3945,0.77343 13.0312,-0.70703 19.1054,-1.3125 2.004,0.82422 4.0079,1.64843 6.0118,2.47265 1.6562,0.23828 3.5625,0.12891 5.2109,-0.375 2.0469,-0.62109 4.1367,-1.88281 6.1328,-3.29687 1.5977,-1.12891 3.625,-2.718754 5.0274,-4.48438 2.2343,-2.613281 0.457,-5.535156 1.5546,-7.703124 0.5665,-0.855469 5.8047,-3.132813 7.125,-3.007813 1.3907,0.183594 3.3516,1.214844 3.3008,2.65625 -0.5547,4.03125 -2.7617,8.21875 -5.4375,12.765627 -0.3554,1.10547 -0.3515,2.28906 0.2383,2.89063 4.6484,0.95703 10.9102,-1.36719 16.2031,-0.50391 1.0547,-0.0742 1.7657,-0.27734 1.9649,-1.36719 0.1992,-1.07031 -0.2578,-1.89844 -1.168,-2.03125 -2.9805,0.21094 -5.9609,0.42188 -8.9453,0.63672 -1.0117,-0.043 -1.8867,-0.14844 -2.1758,-0.875 0.8438,-3.222658 1.6836,-6.441408 2.5274,-9.660158 0.066,-1.578125 0.3046,-3.71875 -0.1329,-5.175782 -0.3007,-1 -1.0546,-1.660156 -2.1992,-2.035156 -3.1875,-0.773437 -6.3125,0.07031 -9.3242,0.789063 -1.0664,1.035156 -2.1328,2.070312 -3.1953,3.105469 -2.5195,-1.03125 -5.0352,-2.066407 -7.5547,-3.097657 -2.543,-0.21875 -7.918,0.394531 -10.2148,1.265625 -1.4532,0.550782 -3.1094,2.261719 -3.8789,3.882813 -1.4297,3.125 -0.7696,6.980469 -2.5547,9.5 -3.2969,2.031253 -7.9922,0.750003 -11.3828,2.074223 -0.8789,0.0508 -1.7969,-0.21485 -1.8204,-0.82422 1.9844,-3.47266 3.9727,-6.945316 5.9571,-10.414066 0.5625,-1.824218 0.8008,-5.566406 -0.2188,-7.183594 -0.5703,-0.90625 -1.7187,-1.664062 -2.8008,-2.039062 -1.5312,-0.53125 -3.8437,-0.585938 -5.25,-0.214844 -1.6132,0.421875 -4.3203,4.027344 -5.0585,6.253906 -0.2422,0.726563 -0.336,1.542969 -0.1485,2.140626 m 26.125,3.175781 c 0.6406,-1.175781 2.1719,-2.757813 3.3789,-3.363281 2.1328,-1.074219 6.4258,-0.679688 8.6797,-0.351563 1.3984,0.207031 3.5195,1.320313 4.1875,2.714844 0.5625,1.367187 -0.1484,2.96875 -1.5,4.425781 -2.3945,2.539062 -5.9336,4.847662 -8.625,5.894532 -1.0351,0.40235 -1.8359,0.6211 -2.8398,0.19141 -1.5703,-0.66797 -3.2578,-2.503911 -3.836,-3.925786 -0.6875,-1.683594 -0.3711,-3.878906 0.5547,-5.585937 M 326.74219,83.851562 c 0.92578,7.484376 1.26953,15.023438 2.97265,22.406248 0.26172,1.23438 1.7461,2.14063 3.3125,1.96485 1.58985,-0.0898 2.47266,-1.73828 2.41407,-3.11719 -0.84766,-7.734376 -1.69141,-15.468751 -2.53907,-23.203126 -0.58593,-0.753906 -1.78125,-1.253906 -2.90625,-1.136719 -1.62109,0.167969 -3.01562,1.617187 -3.2539,3.085937 m 446.0039,-1.132812 c -0.57812,4.492188 -1.30078,9.003906 -1.16797,13.3125 0.66797,4.39063 0.90625,8.76172 3.48829,13.22656 1.0039,1.50782 2.33593,2.73828 3.77343,3.0586 2.1211,0.47265 6.3086,0.66797 8.33985,-0.33594 4.44531,-2.64063 7.92187,-9.03125 9.67187,-10.65625 1.9336,4.23828 2.08985,11.85937 2.69531,17.66016 0.0859,3 -0.28515,6.95703 -1.26953,9.82031 -0.39453,1.15234 -1.45312,2.75 -2.51953,3.2539 -1.72265,0.60547 -3.73437,-0.53906 -5.61328,-1.3164 -3.71875,-2.36328 -7.4375,-4.72656 -11.16016,-7.08985 -1.14843,-0.16406 -2.125,0.26563 -2.71484,1.21094 -0.58203,0.9336 -0.70312,2.17578 -0.24219,3.23438 0.76172,1.7539 3.16797,3.71484 4.70703,4.79296 2.22266,1.5625 4.80469,3.15235 7.13282,4.13282 1.6875,0.70703 3.42968,1.22265 5.125,1.37109 2.04297,0.17969 5.21875,0.625 7.1914,-0.41797 1.65625,-0.875 3.39844,-3.24609 3.94922,-4.79297 0.75,-2.12109 1.17969,-5.70312 1.3086,-8.03906 0.0859,-14.58203 -2.76954,-28.890624 -3.5625,-43.312499 -0.67579,-0.953125 -1.77735,-1.265625 -2.92579,-1.207031 -1.09375,0.05469 -2.22265,0.480469 -2.93359,1.222656 -1.92969,5.644532 -3.85937,11.289063 -5.78906,16.929688 -0.94922,1.636716 -2.11328,3.371096 -3.58985,4.718746 -1.33203,1.21094 -3.27734,2.70704 -4.57812,2.40625 -1.26172,-0.28906 -2.29297,-1.91406 -2.72656,-3.10937 -0.87891,-2.42188 -1.35938,-5.265626 -1.69922,-7.851564 0.20703,-4.363281 1.45703,-8.851562 0.69531,-13.164062 -0.21484,-0.691406 -0.50781,-1.113282 -1.21875,-1.527344 -0.96094,-0.5625 -2.26562,-0.691406 -3.08594,-0.195312 -0.85937,0.519531 -1.14843,1.621093 -1.28125,2.664062 M 655.03516,79.753906 c -2.3125,-0.375 -4.86329,-0.320312 -7.17969,-0.195312 -2.51563,-0.625 -4.5586,3.457031 -6.05078,4.054687 -0.94532,-0.296875 -1.88672,-0.59375 -2.83203,-0.886719 -1.10547,-0.09375 -2.28907,0.386719 -2.85938,1.1875 -1.03516,1.445313 -0.52734,4.367188 -0.15234,6.132813 1.64843,6.210937 1.83203,13.488285 5.07812,18.898435 0.79297,0.46485 2.10547,0.34375 3.03906,-0.19531 0.70704,-0.41016 0.95704,-0.79687 1.15625,-1.48828 0.45313,-5.34766 0.91016,-10.695314 1.36329,-16.04297 0.23046,-1.355469 0.69531,-2.664062 1.80468,-3.910156 1.17578,-1.320313 2.33594,-1.828125 3.72657,-1.667969 3.34765,0.867187 6.6914,1.738281 10.03906,2.605469 1.07422,-0.207032 1.87109,-1.019532 2.1289,-2.179688 0.31641,-1.429687 -0.17187,-3.148437 -1.16406,-3.976562 -1.70703,-1.421875 -5.85937,-1.972656 -8.09765,-2.335938 M 501.5625,93.132812 c 1.90234,5.769532 -0.043,11.410158 2.55469,17.039068 0.49609,0.65234 1.07031,0.96875 1.85547,1.0664 1.15625,0.14063 2.32031,-0.35547 2.8789,-1.10937 1.13281,-4.9375 1.74219,-10.835941 4.28516,-15.929691 0.98437,-1.964844 2.13281,-3.855469 4.04297,-5.8125 1.19922,-1.230469 2.5664,-2.546875 3.57422,-2.285157 2.46875,2.027344 3.25781,6.65625 4.82812,10.042969 2.53516,5.457029 2.72656,11.605469 4.52734,16.972659 0.60547,0.74609 1.75782,1.2539 2.91797,1.10547 0.78125,-0.0977 1.37891,-0.41797 1.85547,-1.08594 1.55078,-4.01953 -0.47265,-8.19531 -0.85547,-12.23047 -2.19922,-6.707031 -4.14843,-13.4375 -7.98047,-20.113281 -0.89843,-0.9375 -1.83203,-1.15625 -2.93359,-1.222657 -1.91797,-0.113281 -4.40625,-0.335937 -6.27734,0.292969 -4.07032,1.902344 -7.15625,6.878907 -8.86328,8.863281 -0.35157,-2.941406 -0.70704,-5.882812 -1.0586,-8.824218 -0.58984,-0.75 -1.78125,-1.257813 -2.93359,-1.121094 -0.78125,0.08984 -1.37891,0.40625 -1.85547,1.070312 -1.23438,4.355469 -0.50781,8.859376 -0.5625,13.28125 m 820.0625,0.832032 c -0.1719,2.011718 -0.168,4.097656 0.3477,6.152346 0.3359,1.34765 0.8867,3.09765 1.9609,3.8164 2.3828,0.9336 5.4102,0.35157 8.0781,0.44532 1.6641,-0.13282 3.5352,-0.46485 5.1719,-1.27735 1.9336,-0.96093 4.5234,-2.87109 6.1094,-4.859372 0.6914,-2.148438 1.3828,-4.296876 2.0742,-6.445313 3.8125,-0.792969 8.3789,-0.328125 12.5,-0.359375 1.4492,0.0625 2.3398,0.386719 2.6133,1.761719 -0.2617,4.378906 0.9375,9.390621 2.2304,14.031251 0.3125,0.60547 0.668,0.91406 1.3047,0.90234 0.6289,-0.0156 0.9766,-0.33984 1.1953,-0.94922 -1.1328,-8.617184 -2.1601,-17.68359 -3.0703,-26.472652 -0.1679,-1.011719 -0.4336,-2.121094 -1.2734,-2.613282 -0.8789,-0.515625 -1.8047,-0.113281 -2.0469,0.792969 0.2461,2.339844 0.4922,4.675781 0.7383,7.011719 -0.031,1.011718 -0.1367,1.871094 -0.832,2.078125 -1.4219,0.429687 -10.9336,1.222656 -12.2578,0.257812 -1.2618,-1.039062 2.8242,-3.90625 2.9062,-6.195312 0.1836,-0.957031 0.25,-2.363281 -0.062,-3.160157 -0.2539,-0.65625 -0.6367,-0.984374 -1.2773,-1.003906 -2.2227,0.6875 -3.5508,6.773438 -6.3438,8.011719 -4.2422,-1.683594 -8.4844,-3.363281 -12.7226,-5.046875 -1.6055,-0.175781 -2.7266,0.59375 -3.4297,1.886719 -1.8516,3.417969 -3.6055,7.683593 -3.9141,11.234375 m 16.0391,-5.230469 c 1.4843,1.417969 3.5976,3.4375 3.3476,5.226563 -0.5976,2.496093 -3.7344,4.410156 -6.2304,6.050782 -2.125,1.18359 -4.6485,1.79687 -6.625,1.40234 -1.2813,-0.25781 -2.0938,-1.26562 -2.7618,-2.624998 -0.6289,-1.277343 -0.9297,-2.464843 -0.7461,-3.800781 0.3399,-2.433593 1.3946,-5.480469 2.586,-7.714843 0.7187,-1.347657 1.582,-2.429688 2.875,-2.296876 2.2344,0.230469 5.5195,2.070313 7.5547,3.757813 M 987.90234,78.023438 c -1.75781,0.535156 -3.51562,1.484374 -5.17968,2.835937 -3.30079,2.683594 -6.33204,6.75 -7.71485,9.945313 -0.83203,1.925781 -1.85937,4.136718 -2.24219,6.128906 -0.50781,2.644531 -0.6914,6.609376 -0.0859,9.242186 0.34375,2.04297 3.22265,4.17578 5.13281,4.96094 2.74609,1.03516 6.52734,1.71875 9.30859,1.22656 3.20703,-0.5625 5.91407,-0.9414 9.07813,-1.95312 1.57031,-0.5 3.97655,-0.98047 4.75385,-2.41407 0.4649,-0.85546 0.3321,-2.17187 -0.2265,-3.10156 -0.4258,-0.70312 -0.83595,-0.96484 -1.56641,-1.16406 -4.98829,-0.37891 -9.51954,2.3125 -14.10547,2.36719 -1.46094,-0.004 -3.33594,-0.64844 -4.73047,-1.35547 -0.97656,-0.4961 -1.58594,-1.07031 -1.80078,-1.96485 -0.33985,-1.40625 0.0937,-3.113278 0.69531,-4.664059 1.03906,-2.683593 1.91406,-5.128906 3.99609,-7.835937 1.2461,-1.617188 2.38282,-2.90625 4.02735,-3.832032 1.89453,-0.800781 3.78906,-1.597656 5.6875,-2.398437 0.49609,-0.765625 0.59375,-2.054687 0.36328,-3.113281 -0.2461,-1.144532 -0.95703,-2.28125 -2.11328,-2.863282 -1.10938,-0.558593 -2.22266,-0.367187 -3.27735,-0.04687 m -50.65625,15.890624 c -0.64453,2.070313 -0.78125,4.070313 -0.70703,6.132814 0.0508,1.42578 0.42969,2.66015 1.25391,4.13671 0.92187,1.64844 2.20703,3.66016 3.98828,5.08985 2.75,2.00781 5.58203,0.94922 8.34375,1.05078 2.69922,-0.27734 5.28516,-5.44141 7.74219,-5.96875 2.5625,0.93359 2.17187,5.96875 5.08203,7.61328 1.05078,0.60938 2.76953,0.53125 4.08984,0.45703 1.08594,-0.0586 2.19141,-0.26953 3.15235,-1.24609 1.24609,-1.26563 1.49609,-3.08594 0.76171,-4.19141 -1.46484,-0.58594 -2.92968,-1.17187 -4.39843,-1.75781 -1.13282,-0.76953 -1.4375,-2.88672 -1.75,-4.32031 -1.15625,-5.578125 0.17578,-10.890625 0.58203,-16.957031 -0.15235,-1.773437 -0.52735,-3.550781 -2.16016,-4.902344 -1.34375,-1.113281 -2.78906,-1.453125 -4.16406,-1.511719 -2.45703,-0.105468 -4.74609,0.179688 -7.21094,1.066407 -3.67969,1.324219 -7.67969,4.96875 -10.99219,8.128906 -1.90625,2.292969 -2.88671,4.835937 -3.61328,7.179687 M 956.168,88.957035 c -0.96485,3.398438 -2.28906,7.671875 -4.11328,10.796875 -0.69532,1.1914 -2,2.75 -3.24219,3.67578 -0.98438,0.73047 -1.75391,0.83984 -2.62891,0.43359 -1.39062,-0.64453 -3.05468,-3.25 -3.29297,-4.914057 -0.24218,-1.710938 0.91407,-4.042969 1.79297,-5.75 1.34375,-2.601563 3.83985,-4.472657 6.58985,-6.632813 1.58984,-1.253906 4.23047,-2.769531 5.33984,-2.503906 1.27734,0.410156 -0.0703,3.117188 -0.44531,4.894531 m 51.8593,-7.140625 c -0.9336,1.855469 -0.5468,4.445313 -0.086,6.304688 0.5195,2.101562 1.6758,4.027344 3.293,6.128906 2.1211,3.507812 8.1484,6.085936 8.7422,9.433586 -3.0235,1.08985 -9.7383,-2.71875 -14.1719,-2.91015 -0.9297,0.17578 -1.6563,0.92187 -1.9375,2.09765 -0.1758,0.73438 -0.1289,1.53907 0.2031,2.19922 1.9649,2.80078 5.3242,3 7.832,3.95703 3.7422,0.58985 7.4375,2.02735 11.2188,1.1875 1.5859,-0.40625 3.9531,-1.44921 4.8281,-3.05859 0.668,-1.22656 0.6055,-2.99609 0.1914,-4.28516 -1.8593,-4.437492 -8.2304,-8.800774 -11.3711,-13.113274 -1.0039,-1.339843 -2.7226,-3.476562 -2.5781,-4.597656 0.1523,-1.1875 2.5352,-2.347656 3.8086,-2.1875 2.1992,0.265625 4.4883,4.078125 7.0859,3.347656 0.7461,-0.160156 1.2344,-0.527343 1.6446,-1.171874 0.582,-0.914063 0.7031,-2.160157 0.3945,-3.222657 -0.5469,-1.886719 -2.3398,-3.769531 -3.9375,-4.414062 -1.625,-0.660157 -3.4961,-0.949219 -5.1523,-0.957031 -1.379,-0.0039 -2.7579,0.203124 -4.1602,0.683593 -1.9492,0.585938 -4.5977,2.386719 -5.8477,4.578125 M 481.95696,75.59766 c -1.64453,0.140625 -3.54687,0.457032 -5.14844,1.34375 -3.8789,2.667969 -8.58984,6.574219 -11.73437,10.800782 -1.3711,2.019531 -2.19141,4.113281 -2.81641,6.144531 -0.64453,2.085937 -0.74609,4.054687 -0.68359,6.128907 0.0547,1.69531 0.32422,3.40625 1.10547,5.16015 0.60156,1.35156 1.71093,3.03906 3.13672,3.78906 3.125,0.84766 6.25,0.70313 9.35156,-0.28515 3.45703,-1.44141 6.51953,-7.16797 8.55078,-8.35938 1.50391,0.92969 1.55469,6.57422 5.125,8.63672 1.15625,0.61719 2.97266,0.66797 4.27344,0.33594 0.75781,-0.19531 1.3164,-0.48047 1.78125,-1.19141 0.61718,-0.94922 0.57031,-2.21093 0.0937,-3.08203 -1.42578,-1.8164 -4.42969,-3.74609 -4.48828,-6.183588 -0.39844,-2.644532 -1.08204,-6.046876 -1.02344,-8.734376 0.61719,-1.667968 1.23437,-3.339843 1.85156,-5.007812 0.21875,-1.023438 0.13281,-2.183594 -0.17578,-3.207031 -0.59375,-1.96875 -2.10547,-4.632813 -3.99219,-5.65625 -1.66797,-0.90625 -3.57031,-0.773438 -5.20703,-0.632813 m 1.25,10.320313 c -1.27344,3.128906 -2.91016,6.769531 -5.01172,9.839843 -1.58984,2.328126 -3.68359,4.851564 -5.46484,6.140624 -1.15235,0.84375 -2.40625,1.52344 -3.35547,0.57812 -1.04688,-0.84375 -1.70313,-2.33984 -1.65625,-3.515618 0.0859,-2.363282 1.51562,-5.414063 3.125,-7.710938 1.59766,-2.289062 4.28906,-4.632812 6.35547,-6.257812 1.62109,-1.273438 4.10156,-3.324219 5.3789,-2.925782 1.05079,0.453125 1.21094,2.480469 0.62891,3.851563 m -330.39453,0.07813 c 0.4375,6.058594 0.10156,12.214844 0.80078,18.136717 0.19141,1.64063 0.97266,3.55078 2.26172,4.96094 1.26562,1.38281 3.40234,2.97656 5.05078,3.24219 2.20313,0.35937 5.26563,-0.66406 7.25781,-1.8086 2.03125,-1.16406 4.07422,-3.99609 5.33985,-6.27734 1.99609,-2.84766 1.55468,-7.468751 3.625,-8.91797 1.46875,0.570313 2.44531,3.878907 3.26953,5.83203 1.3789,4.27735 3,9.48828 3.13672,13.84766 0.0586,1.92578 0.17968,4 -0.1836,5.91406 -0.35547,1.8711 -1.2539,4.04688 -2.30859,5.82422 -1.42969,2.40625 -4.88672,5.76562 -7.18359,6.5 -1.2461,0.40234 -2.44532,0.0664 -3.71875,-0.46484 -2.0625,-1.34766 -4.125,-2.69532 -6.1836,-4.04297 -1.07422,-0.0937 -2.28125,0.3789 -2.85547,1.19922 -0.33984,0.48828 -0.51172,1.34765 -0.52343,2.01171 -0.0156,1.15625 0.28515,2.19532 1.13671,3.22266 1.26172,1.52344 3.52344,3.21094 5.09766,3.86719 3.44922,0.69531 6.875,0.53906 10.3125,0.10156 1.64453,-0.54297 3.64063,-1.98828 4.95703,-3.18359 1.33203,-1.21094 2.78906,-2.9961 4.02344,-4.72266 1.76172,-2.46484 3.01172,-5.66015 3.24609,-8.16797 0.37891,-4.10156 0.52735,-9.02734 -0.125,-13.10937 -0.64062,-3.9961 -1.80468,-8.24219 -2.85547,-12.152347 -1.1914,-2.964844 -2.38281,-5.933594 -3.57031,-8.902344 -0.17578,-3.703125 -0.35547,-7.410156 -0.53125,-11.113281 -0.29687,-1.070313 -1.05078,-1.84375 -2.21875,-2.09375 -1.42578,-0.304688 -3.13672,0.183593 -3.96484,1.152343 -3.52344,7.054688 -4.8711,14.882813 -7.3711,21.9375 -0.78125,1.554689 -2.24218,3.449219 -3.41796,4.636719 -0.91016,0.91406 -2.16407,1.82422 -3.16797,1.4961 -1.51563,-0.75782 -2.42188,-3.27344 -2.64063,-5.062506 -0.0859,-7.367187 -0.17187,-14.734375 -0.25781,-22.105469 -0.19531,-0.691406 -0.44922,-1.09375 -1.15234,-1.515625 -0.9375,-0.554687 -2.25,-0.6875 -3.06641,-0.183593 -2.06641,2.496093 -1.55078,6.800781 -2.21875,9.941406 m 730.75,16.160157 c 0.42578,3.18359 0.20312,6.05469 2.25391,9.04297 0.93359,0.90625 2.13281,1.29687 3.24609,1.11328 1.14453,-0.19141 2.27734,-1.01172 2.87109,-2.07422 0.95313,-5.94531 1.14063,-11.46875 2.90625,-17.09375 0.77735,-2.285156 2.07422,-4.679687 3.51563,-6.847656 0.85156,-1.277344 2.44531,-3.867187 3.66015,-3.980469 0.81641,-0.07813 1.29297,0.898438 1.46485,1.867188 0.88281,9.328125 1.76562,18.652347 2.64453,27.976567 0.47266,0.66015 1.07031,0.97656 1.84766,1.07812 1.16406,0.14453 2.32031,-0.35937 2.88281,-1.11719 1.1875,-6.05468 3.17578,-12.921872 4.84765,-18.953122 1.53125,-2.515625 3.10547,-6.671875 5.32422,-7.878907 1.92578,0.433594 1.67969,3.773438 2.35938,5.773438 0.043,6.769531 0.78906,13.472661 2.26562,20.167971 0.39063,1.05469 1.10547,1.82812 2.30078,2.08594 1.42188,0.3125 3.2461,-0.16016 3.94532,-1.21485 -0.83203,-8.18359 -2.89453,-16.980467 -2.85938,-25.179686 -0.37109,-1.675781 -0.67969,-3.457031 -1.54687,-5.164063 -0.54297,-1.070312 -1.33203,-2.164062 -2.32813,-2.707031 -1.68359,-0.917969 -5.60547,-0.882812 -7.33203,-0.03516 -3.73047,1.980469 -4.75781,7.304687 -7.61328,8.722656 -1.61719,-0.828125 -0.20313,-5.332031 -1.00781,-7.898437 -0.40235,-1.566406 -1.44532,-3.921875 -3.03516,-4.792969 -1.67187,-0.917969 -5.59766,-0.890625 -7.35937,-0.01563 -4.25782,2.496094 -5.44922,8.09375 -7.76172,9.71875 -1.4961,-1.097656 0.25781,-6.152344 -1.17578,-8.914062 -0.67579,-0.953126 -1.79688,-1.292969 -2.96094,-1.238282 -1.10938,0.05469 -2.28125,0.496094 -2.81641,1.320313 -0.17969,8.746093 -0.35937,17.492187 -0.53906,26.238281 M 890,86.472656 890.52734,87 890,87.527344 889.47266,87 890,86.472656 m -598.73047,-10.625 c -0.53906,0.84375 -0.75,2.164063 -0.58594,3.179688 0.59375,1.390625 1.1875,2.78125 1.78125,4.171875 0.83203,4.972656 1.66797,9.945312 2.5,14.914062 0.98828,3.847659 2.11719,8.386719 4.46094,12.199219 0.65234,1.0625 1.37891,2.11719 2.4375,2.65625 0.67578,0.34375 1.44922,0.45703 2.18359,0.33984 1.14844,-0.18359 2.16797,-0.96484 3.0625,-2 4.05469,-5.85156 5.42969,-11.1914 7.86329,-17.175778 1.58203,-5.3125 3.87109,-10.960937 4.25,-16.3125 -0.21875,-1.226562 -1.58985,-2.1875 -3.21485,-2.046874 -1.18359,0.101562 -2.27734,0.875 -2.92578,1.945312 -1.42187,4.703125 -2.84766,9.40625 -4.27344,14.109375 -0.8125,2.105469 -3.69531,10.820315 -4.79687,10.835935 -1.01172,0.0156 -2.82813,-6.109372 -3.21875,-7.800779 -0.94922,-5.679687 -1.90235,-11.363281 -2.85156,-17.046875 -0.36329,-1.0625 -0.95704,-2.1875 -1.88672,-2.75 -0.85157,-0.515625 -2.17578,-0.609375 -3.16407,-0.355468 -0.76953,0.199218 -1.1875,0.457031 -1.62109,1.136718 m 463.80078,-2.304687 c -2.58203,-0.08203 -6.83203,0.273437 -9.25781,1.476562 -3.58594,2.800781 -7.83594,5.738281 -10.77734,9.710938 -1.5,2.015625 -2.75391,4.074219 -3.65625,6.09375 -0.89844,2.007812 -1.60547,4.074219 -1.78516,6.101562 -0.25,2.875 -0.44141,6.335939 0.0156,9.199219 0.25782,1.62109 1.52735,3.75781 3.20313,4.96875 1.27734,0.92969 2.73047,1.17578 4.08203,1.29688 2.31641,0.20312 4.91406,0.41406 7.23047,-0.64454 2.01953,-0.92187 4.46484,-1.85156 5.95312,-3.46093 1.6211,-2.66016 3.24219,-5.31641 4.86329,-7.97266 2.08203,1.05859 1.23828,6.0625 3.1289,8.87109 0.75781,0.9375 1.83985,1.28125 3.01563,1.22266 1.11718,-0.0547 2.28515,-0.5 2.82031,-1.30859 0.62891,-4.07422 -2.4375,-8.89453 -2.41406,-13.144535 0.25,-4.664063 0.5,-9.328125 0.75,-13.992187 -0.2461,-1.53125 -0.46875,-3.71875 -1.30078,-5.148438 -0.36329,-0.621094 -1.01172,-1.269531 -1.67579,-1.773438 -1.46875,-1.117187 -2.79296,-1.449218 -4.19531,-1.496093 m -0.16797,9.429687 c -0.875,3.015625 -2.55078,6.855469 -3.85156,9.824219 -1.29687,2.957031 -2.96484,6.28125 -4.83984,8.921875 -1.39844,1.97266 -3.41016,3.22266 -5.29688,4 -1.34375,0.55469 -2.42578,0.79688 -3.69922,-0.20312 -0.90625,-0.71485 -1.48047,-1.72266 -1.67578,-2.64454 -0.24609,-1.19921 -0.12109,-2.60546 0.082,-3.820309 0.53516,-3.207031 2.16016,-6.542969 4.41016,-9.796875 2.21484,-3.621094 6.03906,-5.726562 9.13281,-7.90625 1.64453,-1.003906 4.24219,-1.355468 5.44531,-0.574218 0.67188,0.4375 0.58204,1.210937 0.29297,2.199218 M 346.64844,66.933594 c 0.61328,2.050781 1.22656,4.097656 1.83984,6.148437 -0.42187,5.890625 -1.09375,11.878907 -0.91016,17.953125 0.11719,3.757813 0.56641,8.402344 1.37891,12.046874 1.22266,4.0625 1.32813,8.03516 4.14063,12.17578 0.80468,1.08203 1.6875,1.79297 2.79296,2.0586 1.21875,0.29297 3.11719,0.32422 4.26954,-0.008 1.29296,-0.36718 2.21484,-1.75781 2.07812,-3.28906 -0.31641,-2.54687 -5.27734,-3.11719 -5.46094,-6.26172 -1.85547,-5.85547 -2.21484,-11.828122 -3.22656,-17.933591 -0.90234,-8.011719 1.80078,-15.960938 0.75,-24.027344 -0.29687,-1.078125 -1.03125,-1.804687 -2.19922,-2.109375 -1.01562,-0.265625 -2.34375,-0.265625 -3.2539,-0.01172 -1.375,0.386719 -2.07813,1.667969 -2.19922,3.257813 m -17.8086,-0.207032 c 0.85157,0.542969 2.16797,0.765626 3.19922,0.574219 1.13672,-0.207031 2.27735,-0.960937 2.89844,-2.128906 0.39062,-0.734375 0.50391,-1.589844 0.375,-2.25 -0.14844,-0.75 -0.52734,-1.25 -1.15234,-1.648437 -0.85157,-0.542969 -2.16797,-0.765626 -3.19922,-0.574219 -1.13672,0.207031 -2.27344,0.960937 -2.89844,2.128906 -0.39063,0.734375 -0.50391,1.589844 -0.375,2.25 0.14844,0.75 0.52734,1.25 1.15234,1.648437 m 115.875,-5.867187 c 1.10157,5.992187 2.22657,11.421875 2.84766,17.195313 0.0781,11.953124 -2.18359,24.410153 -0.4375,36.039063 0.55859,0.75 1.73437,1.26172 2.89453,1.125 1.59766,-0.082 2.47266,-1.70312 2.41406,-3.05078 -0.6914,-12.77344 1.64063,-25.550783 1.01172,-38.328127 -0.23437,-4.125 -0.80078,-9.136719 -2.07812,-13.054688 -0.33985,-1.039062 -1.01563,-2.128906 -2.20313,-2.738281 -0.73828,-0.378906 -1.58203,-0.492187 -2.25,-0.363281 -1.45703,0.238281 -2.18359,1.726562 -2.19922,3.175781 m -20.67187,-4.105469 c -3.2461,-0.511718 -6.79297,-0.273437 -10.05469,-0.171875 -2.23437,0.06641 -6.00781,0.339844 -8.21875,1.472657 -1.07422,0.550781 -2.18359,1.660156 -2.73047,2.746093 0.34375,16.777344 0.77735,32.203125 0.52344,48.37891 0.0742,1.05859 0.29687,2.07812 1.34375,2.73047 0.95703,0.59765 2.22656,0.57422 3.14453,0.0273 0.9375,-0.5625 1.72266,-1.73047 2.06641,-2.80859 -0.61719,-7.8711 -1.17188,-15.511723 -0.28125,-22.648442 3.58203,-3.042969 9.59765,-1.609375 14.33203,-4.339844 4.04687,-2.207031 8.08203,-3.984375 12.16015,-7.871094 1.32422,-1.316406 2.59766,-2.714843 3.33985,-4.082031 0.58984,-1.078125 0.73437,-2.042969 0.77734,-3.144531 0.0391,-1.050781 0.0274,-2.144531 -0.40234,-3.191407 -0.55469,-1.34375 -1.86719,-3.09375 -2.92188,-3.839843 -4.10547,-2.078125 -8.76562,-2.371094 -13.07812,-3.257813 m -14.50391,6.992188 c 3.00391,-0.753906 6.96485,-1.554688 10.36719,-1.308594 2.61719,0.15625 6.35547,0.863281 8.92969,1.65625 1.38281,0.421875 3.625,1.132812 4.32812,2.257812 0.84375,1.078126 -0.83594,2.820313 -2.46484,4.136719 -2.97266,2.402344 -6.66016,4.347657 -9.85938,5.847657 -2.55078,1.199218 -5.25781,1.925781 -7.78906,2.144531 -1.29687,0.109375 -2.69141,0.121093 -3.26953,-0.863281 -0.0859,-4.179688 -1.26563,-10.78125 -0.24219,-13.871094 m 429.15235,-1.6875 c 0.75781,2.46875 4.97265,2.832031 4.78515,6.074218 -0.0547,7.328126 0.59766,14.367188 -0.76172,21.960938 0.58985,1.371094 1.17578,2.742188 1.76172,4.113281 1.21094,5.91797 1.96094,12.3125 2.66406,17.90625 0.5586,0.75 1.74219,1.23047 2.85157,1.14063 1.73437,-0.90235 3.46875,-1.8086 5.20312,-2.71094 7.98828,-1.44922 16.03516,-0.48828 23.98047,-2.67188 0.93359,-0.67968 1.27344,-1.82421 1.01563,-3.00781 -0.25782,-1.17187 -1.01954,-1.87109 -1.94532,-2.125 -8.11328,-0.0625 -16.96484,1.58985 -24.73828,1.44531 -2.23047,-2.59375 -1.98437,-6.85156 -2.75,-10.124997 -0.14453,-1.339844 0.35156,-2.292969 1.57813,-2.574219 5.2539,-0.04297 10.50781,-0.08203 15.75781,-0.125 2.08203,-0.425781 5.34766,-0.527344 6.84375,-2.359375 0.48437,-0.84375 0.33984,-2.171875 -0.20313,-3.097656 -0.41406,-0.707032 -0.80468,-0.960938 -1.49609,-1.15625 -6.60547,0.347656 -13.38672,1.285156 -20.05859,0.820312 -1.01563,-0.05469 -1.99219,-0.21875 -2.76563,-0.984375 -0.55078,-0.550781 -0.73437,-1.027343 -0.88281,-1.753906 0.0195,-6.347656 -0.60156,-13.332031 0.26953,-19.320313 1.38281,-1.4375 4.10156,-1.632812 6.21484,-1.996093 4.1211,-0.01953 8.65625,2.917969 13.16797,1.816406 0.71485,-0.214844 1.13672,-0.503906 1.55469,-1.210937 0.56641,-0.953126 0.69531,-2.261719 0.21094,-3.070313 -3.13281,-1.898437 -8.13281,-2.914063 -11.94531,-3.472656 -2.3086,-0.07031 -4.86329,-0.277344 -7.15625,0.09766 -3.97657,1.660156 -8.36329,-0.02344 -11.96875,2.371094 -0.97266,0.878906 -1.45313,2.691406 -1.1875,4.015625 M 246.70703,58.953125 c 0.58984,1.722656 1.17578,3.441406 1.76563,5.164063 0.82421,5.535156 0.3125,12.109374 0.0508,17.695312 0.52734,2.40625 -3.47657,3.464844 -2.82813,6.207031 0.92188,1.414063 1.84766,2.824219 2.77344,4.234375 1.04297,5.574219 0,11.171874 0.58984,16.968754 0.85157,1.51953 2.49219,2.20312 3.94141,2.21484 9.36719,-1.875 18.13672,-0.49219 27.17578,-3.55469 0.92969,-0.71093 1.27734,-1.82812 1.01563,-3.01562 -0.26172,-1.17578 -1.02735,-1.875 -1.98438,-2.13281 -5.35547,0.0391 -11.19922,0.90234 -16.30859,1.82812 -2.33594,-0.30078 -5.64453,0.76563 -7.10547,-0.94141 -1.00781,-1.6914 -1.22266,-8.40234 -1.35547,-10.656246 -0.0742,-1.246094 -0.0195,-2.558594 0.96094,-3.246094 7.24218,-2.320312 15.16797,-1.546875 22.78515,-3.765625 1.0586,-0.375 2.19141,-0.964844 2.75,-1.917969 0.36328,-0.621094 0.48438,-1.417968 0.35157,-2.097656 -0.21485,-1.480469 -1.69141,-2.210938 -3.14844,-2.222656 -6.01563,0.925781 -12.03516,1.851562 -18.05078,2.777344 -1.39844,0.121093 -3.66797,0.351562 -4.72657,-0.292969 -2.02734,-4.53125 -0.85156,-11.449219 -0.89453,-16.984375 0.043,-1.035156 0.1836,-1.753906 0.96094,-2.34375 1.16016,-0.878906 3.125,-1.25 4.67188,-1.386719 6.36328,-0.652344 12.83984,0.5625 19.13671,0.769531 0.69532,-0.195312 1.09375,-0.445312 1.51172,-1.152344 0.55469,-0.933593 0.6875,-2.242187 0.19141,-3.058593 -1.55078,-1.726563 -4.73828,-2.003907 -6.89063,-2.410157 -8.65625,0.132813 -17.8125,-0.625 -26.14062,0.484376 -0.76953,0.566406 -1.20313,1.722656 -1.19922,2.835937 M 135.94141,55.6875 c -1.15625,0.191406 -2.25782,1.003906 -2.88282,2.074219 -2.92578,9.949219 -5.16015,19.472656 -8.90234,29.03125 -0.76172,1.425781 -3.52734,4.777343 -4.38281,4.988281 -0.92969,0.230469 -2.36328,-1.0625 -3.31641,-2.175781 -1.84765,-2.15625 -3.60547,-5.28125 -4.66797,-7.78125 -2.22265,-5.222657 -3.64453,-10.511719 -4.96875,-15.910157 -0.30859,-2.355468 -0.61718,-4.710937 -0.92578,-7.070312 -0.85937,-1.253906 -2.54687,-1.371094 -3.92969,-1.28125 -1.13671,0.07422 -2.191402,0.300781 -2.867184,1.328125 -1.78125,3.238281 2.363284,6.28125 1.433594,9.230469 C 99.304688,79.4375 98.859375,90.75 98.542969,102.0625 c 0.28125,2.375 0.488281,6.03516 2.457031,7.875 0.83984,0.48438 2.17188,0.35156 3.09375,-0.20703 0.71094,-0.42578 0.96094,-0.82813 1.16406,-1.56641 0.29297,-7.5625 -0.83203,-15.121091 0.41407,-21.667966 2.26953,0 4.66015,8.625 10.15234,11.480468 1.78516,0.882813 5.58594,0.898438 7.34766,0 2.1875,-1.117187 5.59374,-5.464843 6.8164,-7.785156 1.67578,-4.960937 3.34766,-9.921875 5.02344,-14.886718 0.82422,-0.01953 1.49219,5.003906 1.54687,6.777343 0.0508,9.710938 0.10157,19.417969 0.15235,29.128909 0.29687,1.05078 1.0664,1.8789 2.26953,2.03125 1.16797,0.14844 2.33203,-0.35938 2.89453,-1.12891 1.16797,-11.07031 0.53125,-22.898436 0.55859,-34.26953 -0.32812,-6.105469 -0.69922,-13.183594 -2.125,-19.050781 -0.25781,-1.050781 -0.96484,-2.128907 -2.125,-2.730469 -0.72265,-0.378906 -1.51953,-0.496094 -2.24218,-0.375 m 903.74609,-1.863281 c -0.8711,3.535156 -0.3789,8.613281 -0.066,12.199219 0.4961,5.683593 1.4805,13.785156 3.0742,19.203124 0.25,1.253907 1.7656,2.164063 3.3281,1.996094 1.2032,-0.148437 1.9727,-0.96875 2.2696,-2.039062 0.6718,-2.402344 0.2968,-5.789063 0.086,-8.199219 -0.9609,-4.6875 -1.918,-9.375 -2.8789,-14.0625 0.2734,-3.378906 0.5469,-6.757813 0.8242,-10.136719 -0.332,-1.222656 -1.7226,-2.175781 -3.3242,-2.019531 -1.5391,0.05078 -3.1094,1.675781 -3.3125,3.058594 M 703.26562,50.859375 c -0.58593,0.921875 -0.68359,2.148437 -0.32031,3.195313 1.23438,2.042968 2.46875,4.089843 3.70313,6.132812 2.42578,9.886719 6.26562,20.074219 9.74609,29.835938 -2.60156,9.679687 -5.20312,19.355472 -7.80469,29.035152 -0.0937,1.05469 -0.11328,2.19922 0.5,3 0.60547,0.78516 1.86719,1.27344 2.91797,1.17579 1.83203,-0.082 2.36328,-2.28516 2.9375,-3.89063 6.53125,-21.917969 12.98438,-42.535156 20.29297,-64.433594 -0.19922,-1.152344 -1.01562,-1.949218 -2.16797,-2.207031 -1.41797,-0.316406 -3.14844,0.1875 -3.95703,1.136719 -4.25781,7.949218 -5.31641,18.992187 -9.16406,25.804687 -3.4375,-6.203125 -5.23828,-15.890625 -8.07422,-23.828125 -0.78906,-1.597656 -1.83984,-3.789062 -3.02734,-5.082031 -0.77344,-0.84375 -1.70313,-1.164063 -2.875,-1.15625 -1.16407,0.01172 -2.10938,0.34375 -2.70704,1.28125 M 587.875,52.738281 c -1.57813,1.742188 -3.36328,4.179688 -4.01953,6.121094 -0.61328,5.523437 -0.35156,12.117187 -0.0781,16.875 -2.9375,2.210937 -8.77734,0.875 -13.05859,3.207031 -1.07422,0.769532 -1.79297,1.835938 -2.05078,2.996094 -0.24219,1.074219 -0.14844,2.328125 0.41797,3.113281 0.58593,0.8125 1.76562,1.269531 2.86718,1.214844 2.0586,-0.890625 4.11719,-1.777344 6.17579,-2.667969 1.52734,-0.355468 3.3125,-0.816406 4.78125,-0.875 0.94531,-0.03906 1.84765,0.171875 2.33203,0.867188 1.70703,8.003906 2.02734,17.164066 2.33203,25.617186 0.0742,1.03516 0.30078,2.09375 1.36719,2.70703 0.60156,0.34766 1.44531,0.4375 2.1875,0.27344 1.16796,-0.25781 1.87109,-1.01562 2.125,-1.96875 0.64453,-9.33594 -0.77344,-18.550781 -1.48829,-26.941406 0.0117,-0.667969 0.15235,-0.980469 0.69922,-1.367188 0.87891,-0.628906 2.48047,-0.863281 3.625,-1.109375 1.9375,-0.308593 5.16407,-0.921875 5.875,0.5 -0.44531,1.878907 -0.89062,3.757813 -1.33593,5.636719 -0.30469,3.507812 -0.45704,7.640625 0.125,11.136719 0.27734,1.65625 0.83203,3.492191 1.71484,5.164061 0.73047,1.37891 1.87891,2.73828 3.27734,3.76563 1.0586,0.78125 2.07032,1.21484 3.11719,1.36718 2.26953,0.33594 4.91406,0.21875 7.18359,0.0195 2.96875,-0.26563 6.27735,-1.79688 9.19922,-3.60157 1.59375,-0.98047 3.77344,-2.86328 4.77735,-4.57422 1.2539,-2.132809 1.61718,-5.082028 1.375,-7.265621 -0.1836,-1.695313 -1.03516,-3.503907 -2.05078,-5.152344 -1.42579,-2.320313 -3.30079,-4.085937 -5.2461,-5.945313 -3.66797,-3.0625 -8.01953,-5.695312 -11.98437,-7.207031 -6.65625,0.03125 -13.77735,-0.628906 -20.1211,0.394531 -1.22265,0.07031 -1.60547,-0.867187 -1.96875,-2.238281 -0.83203,-3.550781 -0.78125,-7.105469 -0.29297,-10.648437 0.69532,-2.039063 3.26954,-4.882813 5.49219,-6.636719 1.03125,-0.8125 1.83985,-1.039063 2.84375,-1.066406 1.5625,-0.03906 3.15625,0.421875 4.71875,1.144531 3.30469,0.574219 2.71485,6.191406 6.19531,6.644531 1.59375,0.128907 2.92188,-0.78125 3.27735,-2.089843 0.42969,-1.585938 0.26562,-3.746094 -0.60156,-5.347657 -0.76172,-1.410156 -2.05469,-2.753906 -3.39454,-3.707031 -1.32812,-0.945312 -2.78906,-1.671875 -4.14453,-2.097656 -2.84375,-0.898438 -6.35156,-0.632813 -9.23047,-0.476563 -1.08593,0.05859 -1.97265,0.292969 -3.08203,0.984375 -1.3789,0.859375 -2.8164,2.007813 -3.93359,3.234375 m 30.83203,33.667969 c 1.57813,1.445312 3.47656,3.183594 4.76953,4.8125 0.83203,1.046875 1.02735,1.820312 1.08203,2.804688 0.0742,1.285156 -0.008,2.375 -1.05078,3.355468 -2.95703,2.121094 -6.4375,4.667974 -9.53125,5.082034 -1.43359,0.12109 -3.35156,-0.16406 -4.54297,-1.13672 -1.61328,-1.31641 -2.6914,-4.472658 -2.91015,-6.382814 -0.3086,-2.746094 -0.0274,-6.03125 1.1289,-8.710937 0.77344,-1.828125 2.63282,-3.535157 4.40625,-3.722657 2.04297,-0.273437 4.37891,2.019532 6.64844,3.898438" id="path2"></path>
  
  </g>
    
  <g id="highlights">
      
    <path data-stop="161.580" data-start="131.640" class="audio-time" id="h-community" style=" stroke:none;fill-rule:nonzero;fill:#b3e3f1;fill-opacity:1;mix-blend-mode:darken" d="M 436.64063 1764.5947 C 400.71023 1764.5324 364.77682 1766.4082 328.84717 1765.5776 C 308.50734 1766.2026 288.05516 1768.4336 267.81299 1769.5664 C 256.48487 1771.0391 245.15575 1772.5122 233.83154 1773.9888 C 232.71045 1774.3481 231.97266 1774.8628 231.72656 1775.8198 C 231.19531 1777.6323 233.02734 1780.0747 231.44531 1781.3599 C 229.20313 1782.8638 226.95752 1784.3677 224.71143 1785.8716 C 223.36768 1787.0317 222.21045 1788.4214 221.47998 1789.7886 C 219.71436 1793.2378 219.32861 1796.6484 219.60205 1800.0586 C 219.77002 1802.0937 220.42236 1804.187 221.64111 1806.23 C 222.8833 1808.3159 224.64795 1810.0781 226.77686 1811.4844 C 231.52685 1814.3867 236.08643 1812.793 240.83643 1814.4375 C 259.61375 1814.9961 278.39406 1813.7739 297.17139 1813.4341 C 330.58932 1811.5942 363.7847 1808.2935 397.1792 1806.438 L 431.17969 1806.438 C 438.26952 1806.0435 445.10108 1804.832 452.16357 1804.4414 C 458.79247 1803.7031 465.40674 1806.1719 472.04736 1805.25 C 475.20752 1804.8242 479.77686 1804.8437 481.70654 1802.918 C 482.28076 1801.543 479.23096 1790.4839 478.73877 1790.4565 C 475.76612 1793.3979 472.79345 1796.3359 469.8208 1799.2734 C 466.8794 1801.0117 464.01904 1800.4771 461.16357 1800.4263 C 459.64795 1800.1099 458.25 1798.4644 457.71094 1796.7964 C 457.09766 1792.5698 456.48877 1788.3437 455.87549 1784.1211 C 455.12158 1783.3867 451.60547 1783.0151 449.98828 1782.769 C 448.17188 1782.4956 445.40625 1782.3042 443.8125 1782.7808 C 443.17969 1782.9722 442.9375 1783.1914 442.81641 1783.8398 C 443.64062 1788.6328 444.03125 1794.5542 446.35547 1798.9878 C 446.38281 1799.8276 445.67627 1800.7622 444.85986 1801.1763 C 444.34033 1801.438 443.78955 1801.4297 443.39502 1801.1719 C 440.11377 1796.6133 441.29297 1788.0864 438.03516 1783.0708 C 434.61328 1781.6724 428.58545 1783.7231 425.87842 1781.7466 C 425.35107 1780.7739 426.21826 1779.7187 427.34326 1779.4805 C 430.33545 1778.9766 434.49659 1780.1523 436.91455 1778.8125 C 437.23486 1778.3867 437.26221 1777.6645 437.04346 1776.9536 C 435.91065 1774.981 434.77734 1773.0078 433.64063 1771.0313 C 433.52734 1769.832 434.17969 1768.5703 435.10547 1768.6055 C 436.10547 1768.6406 437.29736 1769.9692 438.08643 1771.27 C 439.37549 1773.8286 440.66455 1776.3901 441.95361 1778.9487 C 445.62939 1779.9214 450.14502 1779.356 454.17627 1779.4028 C 455.69189 1778.8638 457.20313 1778.3276 458.71875 1777.7886 C 460.52734 1781.7925 458.78467 1787.9683 460.77686 1793.1401 C 461.09326 1794.7808 462.14844 1797.1406 463.92188 1797.2578 C 464.90234 1797.4063 466.13721 1797.106 467.14893 1796.6646 C 468.23096 1796.1958 469.25781 1795.3833 470.22656 1794.3677 C 472.59765 1791.8794 474.82471 1788.9106 476.32471 1786.2231 C 477.10596 1784.0083 477.89063 1781.7886 478.67578 1779.5698 C 479.17578 1778.894 480.08643 1778.5391 480.74268 1778.8828 C 482.09814 1784.8242 483.10889 1793.8008 485.39795 1801.1367 C 485.8042 1801.8242 486.14111 1802.0659 486.87158 1802.269 C 487.97314 1802.5737 489.8794 1802.5981 491.12549 1802.2896 C 492.27393 1802.0044 493.00342 1801.2847 493.29639 1800.1831 C 494.32764 1796.3433 493.65186 1790.7773 493.43701 1786.8633 C 492.57373 1781.9375 491.71094 1777.0083 490.85156 1772.0786 C 488.72656 1770.9067 484.9331 1772.0229 482.10498 1772.0933 C 479.77686 1771.0503 477.45361 1770.0073 475.12939 1768.9644 C 467.59034 1767.144 459.67577 1765.981 452.03906 1764.7544 C 446.90626 1764.6528 441.77354 1764.6036 436.64063 1764.5947 z "></path>
      
    <path data-stop="319.866" data-start="162.780" class="audio-time" id="h-models" style=" stroke:none;fill-rule:nonzero;fill:#b3e3f1;fill-opacity:1;mix-blend-mode:darken" d="M 1003.8281 1642.563 C 988.76173 1643.395 973.85106 1644.7153 958.85889 1645.563 C 949.11671 1646.1138 939.2578 1644.2534 929.00391 1644.5698 C 913.35158 1645.9409 898.21532 1648.0435 882.8833 1649.7466 C 881.85596 1649.9302 880.69971 1650.2617 880.11768 1650.9844 C 879.78955 1652.5664 879.46094 1654.1528 879.12891 1655.7349 C 877.10547 1657.7388 875.08154 1659.7417 873.0542 1661.7495 C 871.53467 1664.0073 870.81982 1666.6563 870.62842 1668.9492 C 870.40576 1671.5664 870.31982 1674.4761 870.96826 1677.0894 C 871.56592 1679.5073 872.65576 1681.8394 874.33154 1684.2612 C 875.75732 1686.3237 877.66358 1688.2734 879.75732 1689.6797 C 882.15967 1691.293 884.54346 1692.1958 886.93799 1692.4146 C 892.78173 1692.8364 898.38331 1689.4922 904.04736 1689.4453 C 924.64109 1689.418 945.23488 1689.438 965.82861 1689.438 C 967.48877 1689.77 969.15235 1690.1011 970.81641 1690.437 C 993.70701 1691.7026 1016.9219 1690.1602 1039.8164 1691.4375 C 1049.2734 1691.9609 1058.3555 1692.9136 1067.8359 1693.437 C 1081.9765 1694.2183 1097.0239 1694.2183 1111.1646 1693.437 C 1122.5981 1692.8081 1133.812 1690.0859 1145.187 1689.4336 L 1181.3276 1689.3398 C 1182.812 1689.2461 1183.2461 1688.8047 1183.3359 1687.2891 C 1183.3359 1678.2813 1183.9375 1668.5039 1182.9141 1659.9961 C 1180.1875 1657.9766 1175.6758 1658.8242 1172.25 1657.1602 C 1169.1914 1655.4805 1167.3755 1651.4966 1164.2505 1649.6528 C 1160.6606 1647.5356 1155.8511 1645.9453 1152.0425 1645.6289 C 1142.3667 1646.1445 1131.8706 1646.7075 1123.1089 1646.1255 C 1122.1675 1647.0903 1122.5117 1651.1597 1122.6445 1652.9604 C 1124.6211 1660.6245 1124.145 1668.7378 1125.4614 1675.9292 C 1125.3872 1677.1284 1124.8281 1678.4492 1123.9336 1678.3945 C 1122.7891 1678.4375 1121.7422 1675.5933 1120.043 1676.0815 C 1115.4961 1677.48 1111.2661 1678.731 1107.1099 1677.9653 C 1106.1411 1677.7075 1105.3237 1677.3833 1104.4995 1676.5825 C 1103.4214 1675.5317 1102.6831 1674.1528 1102.5425 1672.9263 C 1102.3003 1670.8247 1103.1914 1668.3008 1104.2461 1666.1953 C 1105.1445 1664.4023 1106.606 1661.9341 1108.3403 1660.6685 C 1109.9341 1659.5044 1112.2144 1658.9302 1114.0972 1658.5942 C 1115.9722 1658.6333 1117.8477 1658.6724 1119.7266 1658.7114 C 1119.6484 1655.6724 1120.2383 1649.2964 1118.0156 1646.105 C 1101.8633 1645.0855 1084.6675 1644.7075 1068.1714 1642.563 L 1003.8281 1642.563 z M 1115.9341 1662.5391 C 1114.9119 1662.5214 1113.7852 1662.7192 1112.9063 1662.9609 C 1111.8242 1663.2578 1110.7817 1663.7695 1109.7935 1664.7188 C 1108.188 1666.2656 1107.3828 1668.2031 1106.6953 1669.9336 C 1106.2383 1671.0703 1106.0122 1672.0815 1106.8755 1673.1401 C 1108.356 1674.8198 1110.3633 1674.4341 1112.0039 1674.3911 C 1113.9727 1674.2271 1116.3086 1673.9536 1118.2969 1672.2349 C 1119.8359 1670.9028 1120.4341 1669.4692 1120.2349 1667.981 C 1120.0278 1666.4106 1119.0698 1663.8315 1117.9644 1663.0503 C 1117.4602 1662.6965 1116.7291 1662.5528 1115.9341 1662.5391 z "></path>
      
    <path data-stop="130.680" data-start="106.940" class="audio-time" id="h-archive" style=" stroke:none;fill-rule:nonzero;fill:#b3e3f1;fill-opacity:1;mix-blend-mode:darken" d="M 566.84033 1427.5664 C 562.18018 1427.8164 557.50439 1428.6831 552.87158 1429.9878 C 547.76612 1431.4214 542.73095 1433.0625 537.63721 1434.1055 C 536.58643 1434.4609 535.94092 1434.8833 535.71826 1435.856 C 536.69092 1445.0083 539.51172 1454.4292 541.48828 1463.2573 C 542.00781 1464.1206 542.68701 1464.2031 543.75732 1464.0234 C 547.62841 1463.1914 552.02735 1461.2075 555.63281 1461.8481 C 556.42578 1462.2739 557.00732 1463.2344 557.28076 1464.1992 C 557.40186 1465.8633 557.52002 1467.5308 557.64111 1469.1987 C 557.96143 1470.105 558.64014 1470.2896 559.71826 1470.356 C 568.52685 1469.4731 577.50733 1468.7114 586.1792 1467.438 L 611.17969 1467.438 C 620.62499 1466.9106 629.79347 1464.9575 639.18018 1464.438 L 679.1792 1464.438 C 685.52685 1462.9536 691.84376 1463.6055 698.14453 1461.7266 C 699.80078 1461.1719 701.71924 1460.3555 703.24658 1459.1133 C 705.99267 1456.5273 707.89063 1453.0586 708.39844 1450.0781 C 708.67187 1447.7109 708.45361 1445.2339 707.82861 1442.8667 C 707.36377 1441.1167 706.40576 1439.5234 704.99561 1437.7266 C 703.36279 1435.6445 701.29345 1433.895 699.21533 1432.6685 C 697.16065 1431.4575 695.10986 1430.7778 693.09814 1430.606 C 671.02785 1428.8403 648.66013 1431.1401 626.77734 1429.7886 C 625.91016 1430.0464 625.70752 1430.6636 625.69189 1431.769 C 625.6333 1435.5542 626.19189 1441.9302 626.89893 1445.1724 C 626.89502 1446.7974 629.80127 1441.7964 632.13721 1440.8745 C 633.6333 1440.1284 636.42529 1440.1177 637.60107 1440.8481 C 640.26904 1443.438 641.03564 1447.7896 642.18018 1451.0903 C 642.48486 1452.313 642.69189 1453.6953 642.48486 1454.8594 C 642.3208 1455.7617 641.87939 1456.3286 641.02002 1456.2466 C 640.50049 1456.1958 640.0083 1455.8901 639.66064 1455.4292 C 638.71924 1452.5425 637.77344 1449.6558 636.83203 1446.769 C 636.38672 1445.6948 635.78076 1444.5039 634.91748 1444.3359 C 634.0542 1444.1641 633.12451 1445.0308 632.35107 1445.855 C 630.48389 1448.3745 628.62109 1450.894 626.75391 1453.4136 C 625.64063 1454.5464 624.30908 1454.4258 623.74658 1453.4531 C 623.44189 1446.3672 622.85156 1438.1831 622.33594 1430.6675 C 622.26953 1429.605 622.09765 1429.0229 621.21094 1428.769 C 603.30861 1428.8667 584.92625 1428.3633 566.84033 1427.5664 z "></path>
      
    <path data-stop="90.920" data-start="57.440" class="audio-time" id="h-bounce" style=" stroke:none;fill-rule:nonzero;fill:#b3e3f1;fill-opacity:1;mix-blend-mode:darken" d="M 534.15234 1205.5591 C 523.10939 1205.727 511.73095 1206.2969 500.92236 1207.4883 C 492.38331 1207.1445 483.58935 1206.082 474.83936 1206.5625 C 457.40968 1207.5195 440.21092 1208.5898 422.83594 1209.5625 C 410.87501 1210.2344 398.1245 1210.2344 386.16357 1209.5625 C 381.15186 1208.8984 376.14013 1208.2339 371.12842 1207.5659 C 366.76124 1207.3433 362.23046 1207.481 357.85547 1207.6333 C 355.23438 1207.7271 351.0625 1208.1167 348.78516 1208.7964 C 347.89453 1209.0581 347.71533 1209.6714 347.66455 1210.7769 C 348.13721 1215.3628 348.60938 1219.9487 349.07813 1224.5347 C 350.42969 1223.5972 351.77783 1222.6641 353.12549 1221.7266 C 354.67236 1221.2148 356.43311 1221.356 357.92139 1221.438 C 358.9331 1221.4927 359.73779 1221.688 360.76904 1222.4927 C 361.98779 1223.4419 363.55518 1225.0078 364.14111 1226.1797 C 364.95752 1227.8125 364.96826 1231.1489 364.12061 1232.8521 C 361.90186 1235.1606 359.68017 1237.4692 357.46143 1239.7778 C 360.91845 1240.3325 364.37842 1240.8828 367.83545 1241.4375 C 392.26121 1241.707 416.9844 1241.2183 441.22266 1240.2144 C 442.10547 1239.9565 442.28564 1239.3594 442.35205 1238.2734 C 442.58643 1234.6094 442.65625 1230.6294 442.35938 1226.9692 C 442.14063 1225.1138 441.69092 1222.25 440.01123 1221.1055 C 439.15967 1220.6602 437.96143 1220.875 436.87939 1221.3398 C 435.76611 1221.8164 434.73389 1222.6528 433.85889 1223.6997 C 430.26514 1228.4888 429.62158 1233.3281 428.1958 1237.7578 C 427.71143 1238.6641 426.86328 1239.3672 426 1239.3633 C 424.75781 1239.3633 423.83545 1238.0825 423.45264 1236.8013 C 422.12451 1232.3325 421.16797 1226.9023 420.59766 1222.1953 C 420.33203 1220.918 420.92627 1219.7695 422.06689 1219.7461 C 422.93018 1219.7148 423.73389 1220.3286 424.22607 1221.2739 C 424.86279 1224.3638 425.49609 1227.4536 426.12891 1230.5435 C 426.43359 1230.5239 429.85108 1222.2075 431.51514 1220.5474 C 433.33154 1218.7388 435.97705 1217.5312 438.02783 1217.4609 C 439.20752 1217.418 440.64014 1217.2817 441.78076 1217.8638 C 443.26514 1218.6138 444.79688 1220.7227 445.27734 1222.1836 L 445.76953 1239.2109 C 446.02734 1240.0977 446.60986 1240.2739 447.67236 1240.3403 C 463.38719 1240.3716 479.09767 1240.4028 494.8125 1240.4341 C 504.55858 1240.9927 514.06593 1242.895 523.81201 1243.4341 C 539.46434 1244.3013 555.09035 1244.5669 570.83643 1245.438 C 590.28172 1245.2778 609.72707 1243.8042 629.17236 1244.4331 C 634.24658 1242.6245 639.12891 1244.5698 644.22656 1241.4917 C 646.00781 1240.3315 647.52002 1238.9214 648.67236 1237.2378 C 650.02002 1235.269 651.16016 1233.0703 651.39844 1231.0664 C 651.61328 1227.9844 651.4458 1224.8716 650.11377 1221.813 C 648.71533 1218.9966 644.08936 1213.2544 642.94482 1212.1333 C 626.14015 1211.5747 607.64842 1210.1641 590.19141 1210.5703 C 582.2422 1208.9414 573.71093 1208.7773 565.81641 1207.7813 C 564.91406 1208.0273 564.72266 1208.7065 564.63281 1209.8628 C 564.32422 1213.9292 564.52783 1219.5747 565.01221 1223.0435 C 565.25049 1226.8208 568.59375 1231.1753 568.14844 1234.519 C 567.81641 1235.1948 566.92578 1235.48 566.09766 1235.0933 C 564.53906 1234.4878 564.36328 1232.0586 563.625 1230.75 C 563.20313 1230.1914 562.81592 1230.0742 562.10889 1230.2227 C 559.04248 1231.9023 555.97314 1233.5815 552.90674 1235.2573 C 551.07862 1235.8198 548.93017 1235.6089 547.12939 1235.5269 C 546.10986 1235.48 545.31689 1235.3198 544.46924 1234.5425 C 543.6919 1233.8315 543.02734 1232.7656 542.73047 1231.8633 C 542.10547 1229.0117 542.78516 1226.1323 544.14844 1223.2339 C 545.41797 1221.0464 548.03467 1218.3823 550.23779 1217.1519 C 553.14404 1214.98 558.55811 1216.769 560.19873 1215.1362 C 560.64795 1213.6792 560.72266 1209.105 559.875 1208.105 C 559.05078 1207.1401 556.43799 1206.7578 555.06299 1206.6328 C 548.16846 1206.543 541.22265 1205.9497 534.15234 1205.5591 z M 341.74951 1208.8945 C 341.4925 1208.9004 341.2251 1208.9341 340.95264 1208.981 C 338.83545 1209.352 336.72265 1210.2964 334.76953 1211.4448 C 333.09375 1212.4292 331.26953 1214.0034 330.09375 1215.7573 C 328.77344 1217.7261 328.08545 1219.9419 327.74561 1221.9419 C 327.46045 1223.6216 327.44922 1225.3984 327.72656 1227.082 C 328.00391 1228.7891 328.64795 1230.5273 329.65576 1232.2383 C 330.69482 1234 332.01563 1235.5239 333.71484 1236.6841 C 335.97265 1238.227 338.54639 1239.3013 340.9292 1239.9653 C 342.71435 1240.4614 345.72705 1240.5815 347.13721 1240.1206 C 348.80908 1239.855 344.45313 1237.7422 344.60156 1235.8008 C 343.92969 1230.8672 345.72217 1224.918 345.44092 1219.8281 C 345.29639 1217.2617 344.67969 1214.3003 344.25 1211.8784 C 344.06641 1210.8667 343.7417 1209.6641 342.92139 1209.1641 C 342.57715 1208.9517 342.17786 1208.8847 341.74951 1208.8945 z M 555.4292 1219.7109 C 555.29218 1219.7141 555.15137 1219.7241 555.00732 1219.7388 C 553.5542 1219.8872 552.12158 1220.5039 550.72705 1221.7148 C 549.02393 1223.1953 547.38672 1225.1948 546.83203 1226.9019 C 546.40234 1228.2261 546.43018 1230.0542 547.21143 1231.1792 C 547.98096 1232.4448 549.56201 1232.1953 550.96436 1231.7344 C 553.17138 1231.1055 555.18408 1230.5161 557.32471 1228.3052 C 558.60596 1226.9849 559.9292 1225.4565 559.87061 1224.019 C 559.82764 1222.9605 558.98828 1221.6606 558.07031 1220.7935 C 557.1919 1219.9663 556.38837 1219.6887 555.4292 1219.7109 z M 356.19287 1225.0459 C 356.12139 1225.0461 356.04834 1225.0491 355.97607 1225.0547 C 354.85108 1225.1445 353.74609 1225.855 352.88672 1226.7378 C 351.51953 1228.1479 350.35156 1230.2266 349.82813 1231.8984 C 349.40625 1233.2461 349.29688 1235.1177 350.09766 1235.8638 C 351.22266 1236.7388 353.51221 1236.25 355.14111 1235.5898 C 356.75439 1234.9375 358.84033 1233.8667 360.25049 1232.1753 C 360.8833 1231.4214 361.19971 1230.852 361.19971 1230.0044 C 361.19971 1228.8755 360.36279 1227.707 359.29248 1226.6602 C 358.25244 1225.6421 357.2651 1225.0428 356.19287 1225.0459 z "></path>
      
    <path data-stop="104.800" data-start="92.200" class="audio-time" id="h-tweaks" style=" stroke:none;fill-rule:nonzero;fill:#b3e3f1;fill-opacity:1;mix-blend-mode:darken" d="M 1167.8745 1127.8008 C 1166.2222 1127.8359 1165.4727 1130.2109 1164.9961 1131.8555 C 1164.293 1135.5781 1163.1333 1140.6011 1163.2661 1143.8394 C 1165.4419 1145.0894 1171.6992 1143.4878 1173.6563 1142.7729 C 1172.6797 1140.191 1171.7031 1137.6055 1170.7266 1135.0195 C 1170.3984 1133.543 1170.8984 1131.6167 1172.1094 1131.7573 C 1172.8516 1131.8198 1173.5039 1132.5078 1173.9961 1133.3789 C 1175.3516 1136.5391 1176.7026 1139.7026 1178.0581 1142.8667 C 1180.5776 1144.269 1186.1021 1142.3398 1188.1216 1144.2539 C 1188.4692 1144.8945 1188.1328 1145.8247 1187.4492 1146.2388 C 1185.2188 1146.395 1182.9883 1146.5503 1180.7578 1146.7104 C 1180.1602 1146.9253 1179.9604 1147.187 1179.9097 1147.8354 C 1181.0542 1153.312 1184.3198 1159.6841 1184.4683 1164.8716 C 1184.3237 1165.7974 1183.8516 1166.3247 1182.9727 1166.395 C 1182.1328 1166.4653 1181.1758 1166.0942 1180.7461 1165.4341 C 1180.1563 1162.5786 1179.5669 1159.7231 1178.981 1156.8677 C 1177.9067 1153.5239 1176.8667 1149.4448 1174.9761 1147.062 C 1173.8823 1146.3433 1162.8511 1147.4185 1162.1206 1148.1255 C 1161.144 1149.0786 1160.5747 1153.3013 1160.6177 1155.1216 C 1160.3833 1157.9106 1164.4648 1158.4487 1165.043 1160.9136 C 1166.1562 1161.4604 1167.269 1162.0078 1168.3784 1162.5586 C 1169.8745 1165.0859 1171.3716 1167.6168 1172.8638 1170.1479 C 1175.2427 1172.4409 1178.2456 1173.8164 1180.9058 1174.2773 C 1186.5854 1174.8008 1192.7349 1174.5708 1197.9653 1173.438 C 1199.5825 1173.77 1201.2031 1174.105 1202.8242 1174.437 C 1214.7265 1175.1011 1226.8984 1174.5112 1238.8242 1174.437 C 1244.5469 1174.4019 1250.0815 1173.1216 1255.8237 1173.438 C 1265.0972 1174.7466 1274.4766 1175.3008 1284.2227 1176.3867 C 1284.8789 1176.3477 1285.481 1176.27 1285.8325 1175.9341 C 1286.2935 1174.7153 1286.2148 1171.644 1288.3477 1171.4722 C 1294.6171 1171.4253 1300.8873 1171.3828 1307.1606 1171.3359 C 1311.3169 1169.832 1316.0425 1171.4644 1319.8901 1169.0229 C 1320.9136 1167.9371 1322.3667 1164.6636 1321.7417 1164.23 C 1318.2925 1164.2886 1313.8198 1164.9409 1310.0698 1164.3823 C 1307.562 1163.5855 1303.391 1163.0156 1302.6021 1160.8945 C 1302.4263 1159.7773 1303.1372 1158.707 1304.2544 1158.7148 C 1306.8325 1159.5664 1309.4136 1160.4185 1311.9917 1161.2739 C 1313.4097 1161.5278 1316.1831 1161.8677 1316.7612 1160.8286 C 1316.4448 1157.7349 1308.5352 1156.2539 1307.7305 1151.8594 C 1307.3359 1150.7188 1307.2813 1149.2969 1307.8477 1148.2617 C 1308.4492 1147.168 1309.9653 1146.1177 1311.1685 1145.7231 C 1315.0122 1145.5435 1320.2935 1144.7036 1323.1802 1146.2856 C 1323.6724 1147.0942 1323.2969 1148.7105 1322.4492 1149.1597 L 1313.8008 1148.7261 C 1312.8594 1149.0112 1312.0269 1149.8169 1312.2495 1150.9497 C 1314.187 1154.3208 1318.8086 1155.6284 1321.6172 1159.2378 C 1322.4492 1160.4604 1323.2813 1161.6841 1324.1133 1162.9028 C 1324.8516 1163.6177 1327.043 1164.23 1327.7695 1163.7847 C 1328.9883 1158.9331 1328.3477 1151.6636 1328.4023 1145.8315 C 1328.3437 1144.7339 1328.1445 1143.9487 1327.2422 1143.1011 C 1324.9648 1141.8394 1322.6909 1140.5781 1320.4175 1139.3203 C 1319.2378 1137.9688 1317.9414 1136.481 1316.2383 1135.3169 C 1313.8711 1133.7036 1311.4297 1132.8042 1309.1133 1132.6011 C 1266.4258 1132.9409 1223.7417 1130.8052 1181.0581 1130.5591 C 1176.6636 1129.6411 1172.269 1128.7227 1167.8745 1127.8008 z "></path>
      
    <path data-stop="56.060" data-start="35.200" class="audio-time" id="h-ideas" style=" stroke:none;fill-rule:nonzero;fill:#b3e3f1;fill-opacity:1;mix-blend-mode:darken" d="M 719.93701 1056.6094 C 717.24951 1057.0039 714.51513 1057.6831 711.69873 1059.8862 C 709.95264 1062.3159 708.21094 1064.7456 706.46484 1067.1753 C 703.23829 1067.355 700.01123 1067.5391 696.78076 1067.7188 C 696.15967 1067.9179 695.95312 1068.148 695.77734 1068.7925 C 695.51953 1077.4175 695.66846 1086.4878 695.66455 1095.2886 C 695.73096 1096.3706 695.90234 1096.9648 696.79688 1097.2266 C 705.35545 1097.5195 714.39895 1097.3989 723.14502 1097.4302 C 725.41064 1097.0981 727.67628 1096.769 729.94189 1096.437 C 753.93794 1099.4136 777.74957 1101.7886 802.23779 1105.3081 C 804.10498 1105.2495 806.87158 1105.9136 807.22705 1104.2065 C 807.53564 1103.187 807.94092 1099.1597 807.64014 1098.3706 C 806.4917 1097.0581 802.48779 1098.1401 800.21045 1097.2925 C 799.26514 1096.98 798.28516 1096.3784 797.87109 1095.687 C 797.60938 1095.2495 797.55029 1094.6558 797.66748 1094.1284 C 797.8667 1093.2534 798.38721 1092.7144 799.23486 1092.7222 C 801.44971 1093.1323 804.44092 1095.0591 807.08936 1094.3364 C 808.64403 1093.7739 809.04346 1089.7852 808.72705 1088.168 C 806.22705 1084.4883 801.49658 1084.7153 798.34424 1082.2427 C 797.0083 1081.27 796.42236 1080.2427 796.42236 1078.9849 C 796.41846 1077.3833 797.42139 1076.188 799.20264 1075.2466 C 801.64794 1073.9536 807.75781 1073.3472 807.69141 1072.9995 C 807.36719 1071.3042 805.68017 1068.4224 804.14502 1066.856 C 801.87549 1064.5396 798.68701 1063.0161 796.1792 1062.2388 C 785.87844 1060.2856 775.52732 1060.5937 765.17578 1058.5664 C 750.09769 1058.1641 735.01511 1057.3125 719.93701 1056.6094 z M 804.12012 1078.0137 C 804.03356 1078.0152 803.94897 1078.0193 803.8667 1078.0239 C 802.73779 1078.0864 801.51953 1078.4961 801.48047 1079.0156 C 801.4375 1079.6719 806.15235 1081.9102 807.84375 1082.4492 C 808.58984 1082.6875 808.84815 1082.6289 809.10205 1082.0273 C 809.66064 1080.6992 809.15185 1079.1841 808.14404 1078.7388 C 807.15894 1078.3066 805.41851 1077.9903 804.12012 1078.0137 z "></path>
      
    <path data-stop="34.220" data-start="24.840" class="audio-time" id="h-comments" style=" stroke:none;fill-rule:nonzero;fill:#b3e3f1;fill-opacity:1;mix-blend-mode:darken" d="M 1015.0005 918.26367 C 1011.2446 918.26367 1007.4878 918.36328 1003.8472 918.5625 C 994.34718 919.08203 985.27001 920.03857 975.82471 920.56201 C 960.52394 920.95654 945.21825 920.20703 929.91357 919.57031 C 927.9253 919.63281 925.90185 920.1167 923.83154 920.99561 C 922.17529 921.9917 920.51904 922.98486 918.86279 923.98096 C 913.83936 923.49268 908.82031 923 903.79688 922.51172 C 902.67969 922.59375 902.07373 922.83643 901.80029 923.74658 C 900.71436 932.52782 899.62842 941.31202 898.54248 950.09326 C 898.58936 950.80811 898.68701 951.46094 899.09326 951.97266 C 899.69092 952.72266 900.87061 953.04736 901.89404 953.23096 C 910.36669 954.73096 920.3628 956.37939 928.97607 956.43018 C 948.04246 956.43408 967.10988 956.43359 986.17236 956.4375 C 1006.852 955.29297 1027.5239 952.59424 1048.1528 951.43799 C 1054.9028 951.05908 1062.0982 951.05908 1068.8481 951.43799 C 1073.852 952.10596 1078.8589 952.76953 1083.8628 953.4375 C 1090.687 953.80859 1097.4956 953.08594 1104.2886 952.48828 C 1105.3706 952.39063 1105.9644 952.11719 1106.2222 951.05859 C 1106.4526 950.10156 1106.3437 948.71435 1105.8867 948.18311 C 1103.1797 946.58936 1097.3091 948.9414 1094.981 946.65234 C 1094.3521 945.69141 1094.4297 944.23779 1095.3281 943.83545 C 1097.6211 943.99561 1099.9141 944.15283 1102.207 944.31299 C 1103.6211 944.23486 1106.5112 943.8706 1106.5503 942.96826 C 1104.9097 940.43701 1099.4648 938.51562 1096.5234 936.38672 C 1095.2734 935.29688 1095.1685 933.5664 1095.52 932.17969 C 1095.8169 930.48828 1098.4497 929.27295 1100.2075 928.47217 C 1102.5395 928.08936 1104.8711 927.71143 1107.1992 927.33252 C 1108.2578 926.93018 1108.582 925.4414 1108.2422 923.91797 C 1108.0703 922.46485 1106.668 921.8208 1105.2656 921.71924 C 1097.9414 920.9458 1089.5933 920.02295 1083.1245 920.15186 C 1082.398 920.96435 1083.4185 927.10498 1084.1411 927.87451 C 1086.6841 928.08545 1089.2261 928.29297 1091.7729 928.5 C 1092.7378 928.67969 1093.3198 929.10889 1093.2495 929.96045 C 1093.1831 930.80029 1092.5469 931.32812 1091.6484 931.51172 C 1089.3516 931.58203 1087.0547 931.64893 1084.7578 931.71533 C 1084.1406 931.93018 1083.9058 932.18311 1083.7456 932.84326 C 1083.4956 937.16748 1085.9375 942.01124 1087.1719 946.03857 C 1087.543 947.21436 1087.0981 948.22656 1085.981 948.25781 C 1085.1333 948.26172 1084.4258 947.60596 1083.8438 946.64502 C 1083.1016 945.42627 1082.6645 944.08935 1082.1841 942.81592 L 1079.8989 932.08154 C 1078.1528 931.1792 1074.1094 932.02685 1072.9219 929.71436 C 1072.3984 928.72998 1073.1206 927.68799 1074.3237 927.56689 C 1076.0308 927.38721 1078.7539 929.00342 1079.8125 927.88623 C 1079.7773 925.99561 1079.7935 920.53467 1078.1997 919.76514 C 1062.7505 919.45654 1046.8198 919.59326 1031.187 919.56592 C 1029.5073 919.22998 1027.832 918.89844 1026.1523 918.5625 C 1022.5117 918.36328 1018.7563 918.26367 1015.0005 918.26367 z M 1104.769 930.82031 C 1104.4903 930.82544 1104.2144 930.85498 1103.9487 930.90967 C 1102.6753 931.16748 1100.5552 932.20752 1100.2075 933.08643 C 1099.8794 934.84814 1104.0776 935.78076 1106.105 937.13232 C 1107.5308 937.83154 1109.0151 938.34717 1109.1284 937.10889 C 1109.0659 935.35498 1108.8433 932.26953 1107.1362 931.39453 C 1106.4653 931.00781 1105.6053 930.80493 1104.769 930.82031 z "></path>
      
    <path data-stop="19.560" data-start="2.140" class="audio-time" id="h-workflow" style=" stroke:none;fill-rule:nonzero;fill:#b3e3f1;fill-opacity:1;mix-blend-mode:darken" d="M 287.98828 909.56982 L 277.99219 911.39795 C 268.10548 910.63232 257.89013 910.0083 247.83545 910.56299 C 239.12061 911.04346 230.45751 911.88232 221.89893 912.6167 C 200.67238 915.39013 179.23875 917.84815 158.0083 921.43799 C 150.72706 920.18799 143.44091 918.93359 136.15576 917.68359 C 131.53077 917.05469 123.53125 917.98779 118.92188 918.75732 C 116.33594 919.19092 113.26953 920.15967 110.77734 921.48779 C 109.09766 922.37842 107.26514 924.01514 106.09717 925.75342 C 104.77686 927.72217 104.09375 929.9336 103.75781 931.91016 C 103.08203 935.9375 102.41406 940.96827 102.53906 945.06592 C 102.64453 948.01513 104.31201 951.4458 106.7417 954.15674 C 108.27295 955.60596 110.15235 956.65234 111.82031 957.43359 C 113.25 958.10547 114.51221 958.41357 115.91455 958.46045 C 118.23877 958.53857 120.73389 958.66748 123.04248 958.27295 C 127.05029 957.34717 131.06299 956.41797 135.07471 955.48828 C 140.76611 955.32813 146.45752 955.16455 152.14893 955.00049 C 157.39892 955.68799 162.66016 956.5083 167.94141 957.36768 C 174.49609 957.50439 181.13331 958.06592 187.8208 958.43701 L 259.8208 958.43701 C 261.49268 958.76904 263.16797 959.10547 264.84375 959.4375 C 276.58593 960.08984 289.42921 959.08252 301.16748 958.43408 C 309.11669 957.43408 317.06641 956.43408 325.01953 955.43408 C 338.15233 955.35596 351.72999 955.70264 364.82373 956.43311 C 371.91357 956.83154 378.71485 958.04248 385.82813 958.43701 C 402.96873 959.39014 420.79347 958.95703 437.95752 958.42969 C 454.34032 955.88672 470.68361 958.84814 487.08984 956.74658 C 489.78515 955.92627 492.58643 955.17236 495.21533 953.86377 C 496.89502 953.02783 498.73096 951.80908 500.16064 950.25439 C 501.59033 948.6958 502.68359 946.85498 503.37891 945.17139 C 504.24219 943.08154 504.50781 941.06592 504.45703 938.98389 C 504.39844 936.56983 503.77295 934.18408 502.34326 931.76221 C 501.08545 929.6294 499.40576 927.90625 497.25732 926.67188 C 495.18311 925.47656 493.03857 924.80029 491.08154 924.62842 C 485.1753 924.81982 479.27392 925.01123 473.37158 925.20264 C 470.93018 922.99561 474.13281 917.82031 471.15234 915.09375 C 466.45313 914.31641 461.75048 913.53564 457.04736 912.75439 C 436.09035 912.35596 415.13328 912.28565 394.17627 913.56299 C 382.1255 912.89502 370.26122 911.23486 358.1792 910.56299 C 334.75735 910.44189 311.71873 911.10107 287.98828 909.56982 z "></path>
      
    <path data-stop="24.180" data-start="20.340" class="audio-time" id="h-tickling" style=" stroke:none;fill-rule:nonzero;fill:#b3e3f1;fill-opacity:1;mix-blend-mode:darken" d="M 729.43213 851.2793 C 726.84961 851.22217 724.27392 851.271 721.87939 851.62061 C 720.21143 852.21435 718.53906 852.8125 716.87109 853.40625 C 711.21485 852.47266 705.47656 851.91455 699.85547 853.08252 C 698.87109 853.75439 698.63623 854.76953 698.56201 855.84375 C 698.17139 861.46484 698.39502 867.38331 698.5708 873.01611 C 698.64111 875.31299 699.24658 877.8169 699.77783 880.14111 C 700.0708 881.43017 700.71094 883.29297 701.95313 883.89844 L 705.84375 883.75781 C 706.73047 883.875 707.40625 884.375 707.39063 885.10547 C 707.375 885.84375 706.65234 886.71436 705.76172 887.24561 C 704.71875 887.86279 703.15234 888.28467 702.05859 888.22998 C 701.07422 888.1792 700.27344 887.61377 699.25781 886.65674 C 697.90625 885.3833 696.8208 884.1333 696.54346 882.81299 C 696.10986 880.77783 695.55908 877.97607 695.43018 875.80811 C 695.39893 868.76514 695.37109 861.71825 695.34375 854.6792 C 695.27344 853.61279 695.09375 853.03174 694.18359 852.77783 C 688.51954 852.80908 681.22265 852.14063 676.125 853.13672 C 675.40625 855.73828 675.26611 861.33594 676.16455 863.84766 C 678.89502 864.89844 683.16846 861.31592 686.03174 861.46436 C 687.24658 861.42139 688.67188 861.33545 689.83594 861.53467 C 690.75 861.69482 691.32373 862.10889 691.24951 862.96436 C 691.20654 863.47217 690.90967 863.96924 690.46436 864.25049 C 688.18701 865.69189 682.40185 865.93701 678.65186 867.86279 C 677.62061 868.39404 676.83643 869.02002 677.16064 869.86377 C 681.20361 873.1997 687.71875 876.26123 692.57813 878.03467 C 693.45312 878.4917 694.09766 879.16406 694.17188 879.9375 C 694.25 880.72266 693.67969 881.15967 692.77734 881.38623 C 691.89063 881.61279 690.96045 881.57031 690.01904 881.26172 C 685.65577 879.25 679.86718 876.31299 676.24219 874.4458 C 676.67969 877.21142 677.12158 879.97266 677.55908 882.73828 C 677.59814 884.07422 677.1167 885.21484 676.02686 885.25781 C 673.8042 885.37109 674.15234 880.53857 672.85547 879.26514 C 670.19141 879.53857 666.1206 882.95654 662.93701 884.16357 C 661.64404 884.65967 660.33154 884.57764 659.08154 884.46826 C 657.85498 884.35889 656.41015 884.125 655.46484 883.3125 C 654.30469 882.3125 652.83643 879.5 652.55127 877.91016 C 652.18408 875.875 652.18018 873.21094 653.12549 871.17188 C 654.16455 868.9375 655.64404 866.51953 657.49951 864.38672 C 658.35498 863.39844 659.18701 862.76172 660.13623 862.53516 C 661.2417 862.27344 662.72217 862.29736 663.81592 862.84424 C 665.0581 863.46533 666.34326 864.94531 666.38232 865.98047 C 666.41357 866.82422 665.76123 867.32031 664.81201 867.39844 L 660.01904 867.08203 C 659.26514 867.51953 658.66797 868.67139 658.06641 869.70264 C 656.90625 871.69873 655.51904 873.93311 655.71826 876.04248 C 655.85107 877.41748 656.9292 879.05518 658.12061 880.09424 C 659.08154 880.93018 659.8711 881.09424 661.00781 880.71533 C 663.60937 879.84814 670.64502 876.45703 671.92236 874.91016 C 672.95752 868.5586 672.33984 860.67919 672.33984 853.71826 C 672.27344 852.63232 672.09814 852.03564 671.20752 851.78174 C 657.21925 851.82861 641.53905 851.10986 628.125 852.14502 C 627.1875 853.15283 627.45361 861.22705 628.37549 861.62549 C 631.83642 861.42236 636.1128 861.31592 639.83936 861.53467 C 640.82764 861.7417 641.69482 862.28565 642.18311 863.25439 C 643.67529 868.68798 643.35108 874.63672 645.21826 879.79688 C 645.3667 880.91797 644.23389 881.61279 643.15576 881.08154 C 642.38623 880.70654 641.60107 879.6792 641.1167 878.74951 C 640.62061 875.10108 640.12891 871.45263 639.63281 867.8042 C 639.38672 866.74561 639.13281 865.73096 638.13281 865.08252 C 635.45703 864.05908 632.69482 864.58252 629.81982 865.21143 C 628.66748 865.54736 628.01221 865.88672 627.74268 866.80078 C 627.32861 871.9414 627.6294 877.44581 628.59814 882.73096 C 628.57861 884.05517 628.14062 885.18018 627.03516 885.23877 C 625.23828 885.18018 625.14795 881.92138 624.59326 879.89795 C 624.33936 875.33936 624.08252 870.78125 623.82861 866.22656 C 620.93018 866.60938 618.03125 866.99561 615.12891 867.38232 C 613.88281 867.33936 612.57031 866.82764 612.58594 865.94092 C 612.60156 865.06201 613.90674 864.25391 615.19189 863.84766 L 623.91064 861.89063 C 624.84814 860.78906 624.8706 853.12842 623.89014 852.13623 C 618.3628 851.06592 610.9956 851.68408 604.72998 851.66455 C 603.63623 851.73096 603.03955 851.90674 602.78174 852.80127 C 602.80127 861.79735 602.15576 872.44874 603.11279 880.88232 C 605.93701 881.20264 608.76123 881.52002 611.58545 881.84033 C 613.34717 884.60205 615.11328 887.36377 616.875 890.12549 C 619.5664 892.64111 622.92237 894.31299 625.87939 895.02393 C 630.28564 896.14502 635.25049 897.17969 639.81299 897.43359 C 677.14889 899.52344 714.39896 901.37549 751.89111 903.44971 C 755.83642 903.66846 760.22705 902.60547 764.24268 901.04297 C 765.71533 900.46875 766.54688 899.69189 767.01563 898.11768 C 767.4375 896.70752 767.46045 895.32812 767.24561 893.97656 C 766.90186 891.81641 764.65283 881.46875 763.85596 881.44922 C 763.28955 881.4375 759.38281 885.53955 757.86328 885.95361 C 756.63281 886.28955 755.28467 886.59717 754.06201 886.46045 C 752.86279 886.32764 751.43799 885.65283 750.82471 884.60596 C 749.87939 882.98877 750.2417 879.05127 750.62842 877.0708 C 750.98779 875.19971 752.06982 873.07373 753.18311 871.23779 C 754.46435 869.12061 756.19141 867.1958 758.28516 865.49268 C 760.04687 864.90283 761.8042 864.3125 763.56592 863.71875 C 763.23389 861.95703 760.44531 858.81641 758.26172 857.61328 C 755.26172 855.65235 752.21142 854.75781 749.14893 853.95703 C 745.22315 852.92969 740.97216 851.70312 737.02295 851.57813 C 734.60303 851.5 732.01465 851.33643 729.43213 851.2793 z M 769.77246 866.8418 C 767.76733 866.82131 761.9707 867.7273 761.00391 868.14111 C 758.51172 870.30127 756.13232 872.84766 754.85889 875.83594 C 753.97217 877.77734 753 880.1875 754.14844 882.04688 C 754.67187 882.66797 755.22217 882.76123 756.00732 882.54639 C 757.09326 882.24561 758.23779 881.20703 759.17139 880.28906 C 762.24951 877.32032 762.99219 873.99658 763.80469 871.24658 C 764.46484 870.0083 765.80859 869.25342 766.69922 869.78467 C 766.875 877.4331 769.88623 888.14796 770.83154 897.15967 C 771.15967 898.5581 774.38721 897.03857 776.16064 896.52686 C 777.74658 895.81201 777.44092 893.72314 777.2417 892.01221 C 775.56201 883.82472 773.85498 876.04247 771.87451 867.85107 C 771.39795 867.18701 770.85547 866.93359 770.12109 866.85938 C 770.02368 866.84937 769.90614 866.84316 769.77246 866.8418 z "></path>
      
    <path id="h-long-term" style=" stroke:none;fill-rule:nonzero;fill:#b3e3f1;fill-opacity:1;mix-blend-mode:darken" d="M 580.91602 417.14355 C 576.49073 417.16016 572.06298 417.32568 567.83643 417.55811 C 536.75052 419.28076 505.84714 420.82422 474.81592 422.56641 C 434.8394 421.96094 394.56685 424.13721 354.77783 423.77783 C 353.89893 424.03174 353.72266 424.61328 353.66016 425.67188 C 353.62109 431.22265 354.17529 437.33594 353.17529 442.5 C 350.50733 444.74609 346.16455 443.89893 342.73096 447.71924 C 341.43408 449.02392 340.57031 450.45654 339.98438 451.82373 C 339.10156 453.88232 338.55127 455.96094 338.54736 457.99219 C 338.54346 460.35547 338.98828 463.9375 339.94922 466.18359 C 340.52344 467.53125 341.75391 469.04639 342.85547 470.12842 C 344.30078 471.54248 346.17627 472.65186 347.84033 473.33936 C 350.65283 474.50732 354.08594 475.12061 356.95313 475.3667 C 399.0898 476.22607 441.22319 474.07812 483.35596 474.30469 C 484.40674 474.23828 484.9917 474.06982 485.04639 473.14014 C 485.16748 470.9917 482.34033 457.45752 481.98486 457.46924 C 480.98877 458.93799 476.85595 464.35498 473.88721 465.22998 C 472.46924 465.69873 470.59765 465.28467 469.40625 464.33936 C 468.34375 463.49561 467.69531 462.14795 467.51953 460.88232 C 467.19141 458.53076 467.17627 455.46924 467.52393 453.10986 C 467.67627 452.10986 468.11377 451.21484 468.75439 450.19922 C 470.56689 447.33203 472.78467 444.01172 475.28467 442.01953 C 477.12451 440.32422 479.10498 440.31689 480.9917 440.50049 C 482.2417 440.60986 483.54736 440.89795 484.73877 441.44092 C 485.69189 441.87451 486.26904 442.35889 486.48779 443.3042 C 486.1792 446.9292 485.87061 450.55127 485.56201 454.17627 C 486.88623 460.45751 487.08643 467.97315 489.09814 473.91064 C 507.26219 474.96924 527.15676 474.35937 545.99268 474.39844 C 557.70751 474.04687 569.51612 473.43311 581.17236 473.43311 C 592.86766 472.79248 604.313 469.80518 616.01221 469.4458 C 625.11376 468.98877 634.80128 472.75342 644.17236 472.24951 C 645.59814 468.00733 648.27686 459.87109 648.44092 453.90234 C 648.30811 451.42188 648.12109 444.50049 646.95703 442.92627 C 645.58203 442.12158 644.20654 441.31689 642.82764 440.51221 C 641.89404 438.69971 640.85937 436.54736 639.12891 434.71143 C 631.82032 429.9458 623.73437 424.85937 616.16016 420.65625 C 608.69923 417.66797 601.35986 419.36767 593.98096 417.62549 C 589.76416 417.26025 585.3413 417.12695 580.91602 417.14355 z M 479.73047 444.28125 C 478.60499 444.24079 477.03149 445.57544 475.87061 446.69971 C 473.94092 448.56299 472.38281 450.78906 471.31641 452.83594 C 470.42578 454.54297 470.42139 456.33594 470.53857 458.07422 C 470.61279 459.14844 470.83936 460.29346 471.93311 460.90283 C 472.5581 461.25049 473.39063 461.27393 474.08203 460.97314 C 474.71875 460.6958 475.39893 459.95312 475.86768 459.375 C 478.1372 456.5625 480.05518 453.24951 481.41064 450.13623 C 481.89893 449.01123 482.1167 448.03857 481.80029 446.84326 C 481.49561 445.70654 480.8081 444.49658 479.94873 444.30908 C 479.87793 444.2937 479.8055 444.28395 479.73047 444.28125 z "></path>
      
    <path id="h-immediate" style=" stroke:none;fill-rule:nonzero;fill:#b3e3f1;fill-opacity:1;mix-blend-mode:darken" d="M 751.44727 343.50439 C 746.91065 343.51025 742.37498 343.56689 737.83594 343.56299 C 732.04688 343.8833 726.58641 345.23877 720.81299 345.56689 C 711.44582 345.58643 702.08152 345.60596 692.71436 345.62549 C 690.09717 344.99268 690.95311 349.28857 688.91016 349.37842 C 686.81641 349.20654 685.46924 344.94922 683.20752 345.57422 C 656.17242 343.94141 628.95356 345.25 601.83252 343.55859 C 600.16065 343.89062 598.4917 344.22607 596.81982 344.56201 L 536.81982 344.56201 C 529.86281 345.62451 522.96483 346.71533 515.8125 348.80127 C 513.17188 349.91064 504.79296 353.95362 504.04688 355.03564 C 502.67578 359.23486 506.07861 363.7925 505.94971 367.89404 C 504.29736 370.20263 502.64794 372.51613 500.99561 374.82861 C 499.96045 377.2622 499.51514 379.59717 499.57764 381.9917 C 499.64795 384.8706 500.27393 388.35206 500.98096 391.14111 C 501.48096 393.12158 502.48779 395.30811 504.0542 397.23779 C 505.33154 398.82373 507.05518 400.03906 508.76221 400.89844 C 511.3286 402.1914 514.31641 403.15234 516.9375 403.37109 C 531.01951 403.48828 544.33939 401.72314 557.84326 402.43799 C 559.50342 402.77002 561.16358 403.10498 562.82373 403.43701 L 685.17627 403.43701 C 698.92234 402.67529 712.43801 401.19482 726.18018 400.43701 C 741.50045 400.43311 756.78129 400.96826 772.125 400.06201 C 774.16406 399.54639 776.21533 398.53955 778.2583 396.97705 C 780.87158 394.98096 783.9922 391.8789 785.96484 389.25 C 787.23828 387.54688 788.17969 385.84033 788.75391 384.1333 C 789.45312 382.0669 789.53955 380.05516 789.47314 377.99268 C 789.40283 375.6294 788.71435 373.17236 787.54248 370.8208 C 785.63623 367.82471 783.73096 364.82421 781.8208 361.82813 C 781.02393 358.47657 781.80908 355.15283 779.48877 351.75439 C 778.08252 349.61769 776.36278 347.91748 774.26514 346.67139 C 771.3003 344.91358 768.06689 344.20752 765.06299 343.75049 C 760.52198 343.54346 755.98387 343.49854 751.44727 343.50439 z "></path>
      
    <path data-stop="2.140" data-start="0.000" class="audio-time" id="h-title" style=" stroke:none;fill-rule:nonzero;fill:#b3e3f1;fill-opacity:1;mix-blend-mode:darken" d="M 96.667969 43.664063 C 95.183595 43.753906 94.753906 44.187501 94.664063 45.679688 L 94.664063 143.32031 C 94.753906 144.8125 95.183595 145.24609 96.667969 145.33594 L 1052.332 145.33594 C 1053.8164 145.24609 1054.2461 144.8125 1054.3359 143.32031 L 1054.3359 45.679688 C 1054.2461 44.187501 1053.8164 43.753906 1052.332 43.664063 L 96.667969 43.664063 z "></path>
  
  </g>

</svg>

</p>
<ul class="org-ul">
<li><span class="audio-time" data-start="0.000" data-stop="19.560">00:00.000</span>: <b>Getting more ideas into blog posts and workflow demos</b>:
Now, also, I have an evil plan. My evil plan is that this is a good way for me to get ideas and convert them into blog posts and code and then do the workflow demos, because it's sometimes really difficult to see how to use something from just the code.</li>

<li><span class="audio-time" data-start="20.340" data-stop="24.180">00:20.340</span>: <b>I have fun tickling my brain</b>:
This process is fun. Tweaking Emacs is fun for me.</li>

<li><span class="audio-time" data-start="24.840" data-stop="34.220">00:24.840</span>: <b>I learn from other people's comments, questions</b>:
Also, if I do this out loud, other people can help out with questions and comments, like the way that you're all doing now, which is great. Fantastic.</li>

<li><span class="audio-time" data-start="35.200" data-stop="56.060">00:35.200</span>: <b>Other people pick up ideas</b>:
Of course, those are all very selfish reasons. So I'm hoping other people are getting something out of this too. (Hello, 19 people who are watching, and also for some reason, the hundreds of people who check these videos out afterwards. Great, fantastic.) I'm hoping you pick up some ideas from the crazy things that we like to play with in terms of Emacs.</li>

<li><span class="audio-time" data-start="57.440" data-stop="90.920">00:57.440</span>: <b>We bounce ideas around and make lots of progress</b>:
My medium-term plan there is then to start seeing how those ideas get transformed when they get bounced off other people and other people bounce ideas back. Because that's one of the fun things about Emacs, right? Everything is so personalizable that seeing how one workflow idea gets transformed into somebody else's life, you learn something from that process. I'm really looking forward to how bouncing ideas around will work here.</li>

<li><span class="audio-time" data-start="92.200" data-stop="104.800">01:32.200</span>: <b>More people share more</b>:
Especially if we can find little things that make doing things more fun or they make it take less effort&#x2013;then maybe more people will share more things, and then I get to learn from that also,</li>

<li><span class="audio-time" data-start="106.940" data-stop="130.680">01:46.940</span>: <b>Building up an archive</b>:
which is fantastic because long term, this can help build up an archive. Then people can go into that archive and find things without necessarily waiting for me. I don't become the bottleneck. People can just go in there and find&#x2026; "Oh, you remember that time that I saw this interesting idea about SVG highlighting or whatever." You can just go in there and try to find more information.</li>

<li><span class="audio-time" data-start="131.640" data-stop="161.580">02:11.640</span>: <b>More people join and thrive in the Emacs community</b>:
So that's great. Then ideally, as people find the things that resonate with them, the cool demos that say this text editor can be extended to do audio editing and animation and all that crazy stuff, then more people will come and join and share what they're learning, and then move on to building stuff maybe for themselves and for other people, and then it'll be even more amazing.</li>

<li><span class="audio-time" data-start="162.780" data-stop="319.866">02:42.780</span>: <b>I could be a voice in people's heads</b>:
And lastly, this is kind of odd, but having listened in the background to so many of the kiddo's current viewing habits, her favorite YouTube channels like J Perm or Cubehead or Tingman for Rubik's cube videos or Eyecraftmc for Minecraft, I'm beginning to appreciate kind of the value of having these mental models of other people in your head. I can imagine how they talk and all that stuff. I am looking forward to watching more Emacs videos, which I haven't done in a while because usually for Emacs News, I'm just skimming through the transcripts super quickly on account of (A), lots of videos and (B), not much time. So this idea of getting other people's voices into your head, or possibly becoming a voice in somebody's head, I think there might be something interesting there. Of course, the buzz these days is, "oh no, AI voice cloning, this is a safety issue and all of that stuff." But I think there are positive uses for this as well, in the sense that&#x2026; As qzump says, you know, they are like, "I have no Emacs friends and you're speaking to my soul." A lot of us are doing this in isolation. We don't normally meet other people. So the more voices we can have in our heads of actual people who enjoy doing these things, the less weird we feel. Or actually, more like&#x2026; the more weird we feel, but in a good way, like there's a tribe, right? If sharing more ideas in a multimedia sort of way, like with either audio narration with images or this webcam thing that we're trying (my goodness, I have to actually dress up) helps people build these mental models in their head&#x2026; Hey, one of the nice things about this webcam thing is I can make hand gestures. Cool, cool. Might be interesting. If, while you're hacking on Emacs, you can imagine me cheering you on and saying, "That's fantastic. Have you thought about writing a blog post about that so that we get that into Planet Emacs Life and, and then into Emacs News? Please share what you're learning." It'll be great. So, yeah, maybe that's a thing. So that's my evil plan for Yay Emacs.</li>
</ul>

</div>
<style>
 .sticky-at-top { position: sticky; top: 0 }
 .audio audio { width: 100%; }
 .audio { background: white; border: 1px solid gray; padding-top: 5px; padding-left: 5px; padding-right: 5px }
 .audio.js .audio-note { cursor: pointer }
 .audio.js .audio-note:hover { fill: #f6f396 !important; background-color: #f6f396 }
 svg .highlight { fill: #f6f396 !important }
 @media only screen and (min-width: 1080px) {
    /* break out */
    .audio-post svg { float: right }
 }
</style>
<script>
 (function(elem) {
	 let audio = elem.querySelector('audio');
       elem.querySelector('.audio').classList.add('js');
	 elem.querySelectorAll('.audio-time').forEach((audioTime) => {
		 // Turn them into buttons
		 audioTime.setAttribute('role', 'button');
		 audioTime.addEventListener('click', function(event) {
		 audio.currentTime = event.target.getAttribute('data-start');
		 });
	 });
       audio.textTracks[0].addEventListener('cuechange', function() {
         elem.querySelectorAll('.audio-time').forEach((audioTime) => {
          if ((parseFloat(audioTime.getAttribute('data-start')) <= audio.currentTime) &&
              (parseFloat(audioTime.getAttribute('data-stop')) > audio.currentTime)) {
				 audioTime.classList.add('highlight');
			 } else {
				 audioTime.classList.remove('highlight');
			 }
		 });
	 });
 })(document.currentScript.closest('.audio-post'));
</script>

</div>
<div><a href="https://sachachua.com/blog/2024/01/my-evil-plan-for-yay-emacs/index.org">View org source for this post</a></div>]]></description>
		</item>
	</channel>
</rss>