about summary refs log tree commit diff
path: root/bundles/glance/files
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2025-09-07 17:32:13 +0200
committerRobert Günzler <r@gnzler.io>2025-09-07 17:42:42 +0200
commit38be6c13f76e893cf47636257071b440dec0c5b2 (patch)
treef7ded3235a7e3362cbd1ed3d91523968fe0faf90 /bundles/glance/files
initial commit
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to 'bundles/glance/files')
-rw-r--r--bundles/glance/files/config.yml133
-rwxr-xr-xbundles/glance/files/glance.run4
-rw-r--r--bundles/glance/files/hex.pngbin0 -> 128583 bytes
-rw-r--r--bundles/glance/files/hex.svg411
-rw-r--r--bundles/glance/files/home-assistant.svg4
-rw-r--r--bundles/glance/files/immich.svg29
-rw-r--r--bundles/glance/files/jellyfin.svg24
-rw-r--r--bundles/glance/files/miniflux.svg1
-rw-r--r--bundles/glance/files/paperless.svg82
-rw-r--r--bundles/glance/files/traefik.yaml18
-rw-r--r--bundles/glance/files/vaultwarden.svg74
11 files changed, 780 insertions, 0 deletions
diff --git a/bundles/glance/files/config.yml b/bundles/glance/files/config.yml
new file mode 100644
index 0000000..eda57c4
--- /dev/null
+++ b/bundles/glance/files/config.yml
@@ -0,0 +1,133 @@
+server:
+  host: 0.0.0.0
+  port: ${node.metadata.get("glance/port")}
+  assets-path: /var/lib/glance/assets/
+
+branding:
+  custom-footer: " "
+  logo-url: /assets/hex.svg
+  favicon-url: /assets/hex.png
+
+theme: # kanagawa dark
+  background-color: 240 13 14
+  primary-color: 51 33 68
+  negative-color: 358 100 68
+  contrast-multiplier: 1.2
+
+pages:
+  - name: Home
+    columns:
+      - size: small
+        widgets:
+          - type: calendar
+
+          - type: html
+            source: |
+              <div>
+              <span class="color-primary">TODO:</span> miniflux widget
+              </div>
+
+      - size: full
+        widgets:
+          - type: search
+            search-engine: duckduckgo
+
+          - type: monitor
+            cache: 1m
+            title: Services
+            sites:
+              - title: Jellyfin
+                url: https://tv.gzr.im
+                icon: /assets/jellyfin.svg
+              - title: Vaultwarden
+                url: https://vault.gzr.im
+                icon: /assets/vaultwarden.svg
+              - title: Miniflux
+                url: https://rss.gzr.im
+                icon: /assets/miniflux.svg
+              - title: Paperless
+                url: https://paper.gzr.im
+                icon: /assets/paperless.svg
+              - title: Immich
+                url: https://photos.gzr.im
+                icon: /assets/immich.svg
+              - title: Home Assistant
+                url: http://home.gzr.im
+                icon: /assets/home-assistant.svg
+
+          - type: bookmarks
+            groups:
+              - links:
+                  - title: Gmail
+                    url: https://mail.google.com/mail/u/0/
+                  - title: Amazon
+                    url: https://www.amazon.com/
+                  - title: Github
+                    url: https://github.com/
+                  - title: Wikipedia
+                    url: https://en.wikipedia.org/
+              - title: Entertainment
+                color: 10 70 50
+                links:
+                  - title: Netflix
+                    url: https://www.netflix.com/
+                  - title: Disney+
+                    url: https://www.disneyplus.com/
+                  - title: YouTube
+                    url: https://www.youtube.com/
+                  - title: Prime Video
+                    url: https://www.primevideo.com/
+              - title: Social
+                color: 200 50 50
+                links:
+                  - title: Reddit
+                    url: https://www.reddit.com/
+                  - title: Twitter
+                    url: https://twitter.com/
+                  - title: Instagram
+                    url: https://www.instagram.com/
+
+      - size: small
+        widgets:
+          - type: clock
+            hour-format: 24h
+            timezones:
+              - timezone: UTC
+                label: UTC
+              - timezone: Europe/Berlin
+                label: Berlin
+              - timezone: Europe/Istanbul
+                label: Istanbul
+
+          - type: weather
+            location: Berlin, Germany
+
+          - type: markets
+            markets:
+              - symbol: OTLY
+                name: Oatly
+
+  - name: News
+    columns:
+      - size: small
+        widgets:
+          - type: hacker-news
+
+          - type: reddit
+            subreddit: selfhosted
+
+      - size: full
+        widgets:
+          - type: rss
+            limit: 10
+            collapse-after: 3
+            cache: 3h
+            feeds:
+              - url: https://ciechanow.ski/atom.xml
+              - url: https://www.joshwcomeau.com/rss.xml
+                title: Josh Comeau
+              - url: https://samwho.dev/rss.xml
+              - url: https://awesomekling.github.io/feed.xml
+              - url: https://ishadeed.com/feed.xml
+                title: Ahmad Shadeed
+
diff --git a/bundles/glance/files/glance.run b/bundles/glance/files/glance.run
new file mode 100755
index 0000000..fda6185
--- /dev/null
+++ b/bundles/glance/files/glance.run
@@ -0,0 +1,4 @@
+#!/bin/sh
+set -eu
+
+exec /usr/bin/glance -config /var/lib/glance/config.yml
diff --git a/bundles/glance/files/hex.png b/bundles/glance/files/hex.png
new file mode 100644
index 0000000..182e36a
--- /dev/null
+++ b/bundles/glance/files/hex.png
Binary files differdiff --git a/bundles/glance/files/hex.svg b/bundles/glance/files/hex.svg
new file mode 100644
index 0000000..341407d
--- /dev/null
+++ b/bundles/glance/files/hex.svg
@@ -0,0 +1,411 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   width="1200"
+   height="1200"
+   viewBox="0 0 1200 1200"
+   version="1.1"
+   xml:space="preserve"
+   id="SVGRoot"
+   inkscape:version="1.3.2 (091e20ef0f, 2023-11-25)"
+   sodipodi:docname="hexagon_new.svg"
+   inkscape:export-filename="hexagon_new.svg.2024_01_23_03_37_00.png"
+   inkscape:export-xdpi="96"
+   inkscape:export-ydpi="96"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:svg="http://www.w3.org/2000/svg"><defs
+   id="defs2"><pattern
+     inkscape:collect="always"
+     xlink:href="#Terrain"
+     preserveAspectRatio="xMidYMid"
+     id="pattern23"
+     patternTransform="matrix(3,0,0,3,909.96215,46.355732)"
+     x="0"
+     y="0" /><pattern
+     patternUnits="userSpaceOnUse"
+     preserveAspectRatio="xMidYMid"
+     width="237.35618"
+     height="237.35619"
+     patternTransform="translate(909.96215,46.355732)"
+     style="fill:#000000"
+     id="Terrain"
+     inkscape:collect="always"
+     inkscape:isstock="true"
+     inkscape:label="Terrain"><path
+       d="m 237.35221,128.60927 v -0.46284 c -2.57132,1.5151 -5.16631,3.02228 -5.8072,3.41788 -4.1932,2.59499 -7.34601,4.96855 -9.76305,7.5517 -2.20736,2.35377 -4.92106,3.97959 -8.869,5.59752 -0.57366,0.23743 -1.17098,0.47473 -1.9107,0.75164 l -1.879,0.71996 c -3.86887,1.48344 -5.85471,2.48035 -7.50826,3.9954 -1.67331,1.53488 -3.81739,2.61088 -6.63397,3.49701 -0.77137,0.23743 -1.57833,0.46283 -2.55942,0.71205 l -2.42892,0.60526 c -2.09265,0.53402 -3.28331,0.93752 -4.16946,1.49529 -1.2184,0.75951 -2.62273,1.28962 -5.03973,1.98978 a 151.94442,151.94442 0 0 1 -1.90674,0.53802 c -0.807,0.22961 -1.42412,0.4114 -2.04518,0.60128 a 43.526283,43.526283 0 0 0 -4.43055,1.60212 c -1.06809,0.45493 -2.17572,1.55463 -3.47323,3.32293 a 62.375936,62.375936 0 0 0 -2.43288,3.63936 c -2.27464,3.58799 -2.99853,4.6442 -4.05079,5.73995 a 20.162997,20.162997 0 0 1 -1.81969,1.66941 c -0.92171,0.7516 -4.11012,2.9827 -4.67187,3.45738 a 5.8071969,5.8071969 0 0 0 -1.4518,1.64168 c -0.4905,0.90986 -0.75163,1.80784 -1.09972,3.50886 -0.85845,4.19715 -1.39246,5.85862 -3.24382,8.74243 -1.61,2.50405 -2.68997,3.9084 -3.88861,5.13868 -0.18595,0.18974 -0.37568,0.37976 -0.59334,0.58546 l -1.48347,1.40827 c -0.66062,0.63295 -1.25798,1.23423 -1.92257,1.93838 a 16.788653,16.788653 0 0 0 -3.9123,6.70122 c -0.98899,3.21611 -1.076,6.1197 -0.69627,10.76785 0.18596,2.30232 0.20183,2.51591 0.20183,3.23586 0,4.15762 0.0472,6.93463 0.24907,10.19819 0.0949,1.60216 0.22148,3.0856 0.38374,4.43852 h 0.35603 c -0.44701,-3.78973 -0.59339,-8.63565 -0.59339,-14.63671 0,-0.73577 -0.0151,-0.94937 -0.20523,-3.26751 -0.3719,-4.60066 -0.28459,-7.46467 0.68436,-10.62148 a 16.393066,16.393066 0 0 1 3.81736,-6.54693 c 0.66067,-0.69621 1.25802,-1.29357 1.91071,-1.91859 0.24907,-0.23743 1.23821,-1.17097 1.48346,-1.41225 a 28.32393,28.32393 0 0 0 0.60132,-0.59337 c 1.22234,-1.25007 2.3181,-2.67417 3.94001,-5.20193 1.88693,-2.93528 2.43281,-4.63235 3.29919,-8.87697 0.34016,-1.66542 0.59335,-2.53174 1.06016,-3.40206 0.2691,-0.49448 0.70809,-0.98103 1.35685,-1.52695 0.54587,-0.45489 3.73039,-2.68997 4.6679,-3.44951 0.67646,-0.55379 1.28961,-1.11156 1.85926,-1.70098 1.07604,-1.12744 1.8039,-2.19158 4.09826,-5.80328 a 62.067383,62.067383 0 0 1 2.41308,-3.6196 c 1.26587,-1.71287 2.33397,-2.77306 3.31105,-3.19236 1.38456,-0.59337 2.79285,-1.09575 4.39102,-1.59024 a 92.503733,92.503733 0 0 1 3.00642,-0.87032 l 0.94148,-0.26521 c 2.44872,-0.70807 3.88071,-1.25003 5.13476,-2.03723 0.84654,-0.52613 2.00953,-0.92173 4.06261,-1.4439 l 2.42891,-0.60522 c 0.98896,-0.24919 1.79997,-0.47473 2.57927,-0.71999 2.86397,-0.89798 5.0595,-2.00167 6.78425,-3.58006 1.6021,-1.47158 3.56028,-2.45264 7.38161,-3.9163 l 1.87906,-0.71995 c 0.73973,-0.28479 1.34106,-0.51823 1.91857,-0.75555 3.99541,-1.64168 6.75265,-3.29133 9.00351,-5.69646 2.39331,-2.55154 5.51841,-4.90526 9.68791,-7.48446 0.61709,-0.37975 3.09347,-1.8197 5.59756,-3.29524 v -25.54693 c -1.58237,3.22404 -3.37039,5.87447 -5.02394,7.081 -0.99292,0.71996 -2.12829,1.59024 -3.57611,2.73744 a 420.85164,420.85164 0 0 0 -2.46452,1.97002 l -0.50237,0.40353 a 913.50603,913.50603 0 0 1 -1.9265,1.54275 c -2.98666,2.37352 -5.10308,3.97564 -6.96628,5.21778 -1.22626,0.81492 -1.52696,1.09973 -3.18844,2.82055 -2.3102,2.40117 -4.6362,3.40992 -11.53127,4.33164 -4.47012,0.59337 -7.92756,1.94234 -12.16426,4.37915 -0.65272,0.37186 -2.87591,1.68913 -2.7572,1.62188 -1.06813,0.62501 -1.85533,1.06414 -2.62673,1.44785 -2.22716,1.10764 -4.1418,1.64961 -6.21464,1.64961 -6.77635,0 -16.3931,4.55318 -20.42408,9.0312 -4.76681,5.30086 -12.42931,10.95773 -17.90026,12.32645 -2.92735,0.73184 -4.68771,2.7889 -5.55405,5.81114 -0.49841,1.7406 -0.62498,3.27547 -0.62498,5.46703 0,0.32428 0.004,0.38765 0.0949,1.43595 0.17802,2.04912 0.13834,3.44952 -0.30463,5.24548 -0.60525,2.45261 -1.93443,4.98436 -4.18922,7.68623 -5.48678,6.58648 -9.05103,18.42638 -9.05103,28.35556 0,0.94546 0.008,1.68518 0.0265,3.46137 0.0472,4.27235 0.0393,6.25028 -0.0869,8.68314 -0.22148,4.42264 -0.82677,8.20047 -1.97794,11.59064 h -0.41537 c 1.16307,-3.38626 1.77619,-7.168 1.99771,-11.61044 0.12245,-2.42496 0.13455,-4.39099 0.0869,-8.66334 -0.0151,-1.77221 -0.0265,-2.51591 -0.0265,-3.46137 0,-10.01622 3.58798,-21.94315 9.14596,-28.60873 2.2153,-2.65838 3.51281,-5.13868 4.10616,-7.528 0.43121,-1.7406 0.46685,-3.10536 0.29253,-5.11494 -0.0911,-1.0681 -0.0949,-1.13135 -0.0949,-1.47155 0,-2.2232 0.12661,-3.78578 0.64086,-5.57778 0.90194,-3.14491 2.75724,-5.31666 5.83884,-6.08809 5.37996,-1.34497 12.98313,-6.95833 17.70247,-12.19985 4.10223,-4.56108 13.8257,-9.16569 20.7168,-9.16569 2.00565,0 3.86487,-0.52613 6.03666,-1.61003 0.76347,-0.37979 1.54277,-0.81098 2.60296,-1.43205 -0.11867,0.0712 2.10845,-1.25003 2.76118,-1.62586 4.28023,-2.45657 7.7772,-3.82529 12.30667,-4.43054 6.81592,-0.90983 9.05884,-1.87905 11.30184,-4.20903 1.68125,-1.74455 1.99378,-2.04125 3.25172,-2.87985 1.85136,-1.23028 3.95981,-2.8245 6.94254,-5.19799 a 440.41731,440.41731 0 0 0 1.92253,-1.53886 l 0.50638,-0.40349 a 1846.8072,1846.8072 0 0 1 2.46448,-1.96999 c 1.45179,-1.14724 2.59109,-2.02542 3.58798,-2.74932 1.72868,-1.26193 3.62355,-4.17738 5.25732,-7.67438 z m 0,-45.978921 c -0.24529,0.0036 -0.50237,0.02491 -0.77136,0.05127 -2.42498,0.24918 -5.47094,1.364763 -8.63565,2.947132 -1.43997,0.719955 -3.34666,1.056206 -5.60546,1.072012 -1.85922,0.01425 -3.8451,-0.185817 -5.82697,-0.526128 -0.67249,-0.118541 -1.28961,-0.241349 -1.8474,-0.367896 a 12.480726,12.480726 0 0 0 -1.40432,-0.225331 108.1531,108.1531 0 0 0 -6.59044,-0.34814 c -4.12202,-0.06337 -6.80405,0.292966 -7.10868,1.079985 -0.15005,0.383703 0.23735,1.008755 1.19864,1.926488 0.39953,0.383702 0.87817,0.803039 1.59813,1.404312 a 690.72015,690.72015 0 0 0 1.89487,1.590272 c 0.54984,0.474725 1.22634,0.759539 2.17576,0.988963 0.27704,0.06337 0.34016,0.07903 1.04432,0.213583 1.39638,0.276947 1.98977,0.494482 2.43284,1.040401 0.55779,0.696247 0.55382,1.795947 -0.0593,3.512769 -0.9653,2.701869 -2.26277,3.975639 -4.03106,4.086419 -1.43596,0.0908 -3.00642,-0.51033 -5.7439,-2.001666 -1.79199,-0.977106 -2.69786,-2.88775 -3.29125,-6.036614 -0.0673,-0.344226 -0.12661,-0.70415 -0.19805,-1.131388 l -0.17007,-1.091804 c -0.41537,-2.602977 -0.7516,-3.639392 -1.47553,-3.999387 -0.32051,-0.158052 -0.62895,-0.292607 -0.93358,-0.395592 -0.89802,-0.304713 -1.81969,-0.403495 -3.20425,-0.363945 -0.90591,0.0285 -5.8151,0.395592 -5.44721,0.367899 -8.12931,0.541968 -11.39285,1.997718 -14.67227,5.929827 a 52.640572,52.640572 0 0 0 -1.68125,2.151988 l -0.90985,1.222345 -0.99292,1.313364 c -1.6219,2.120345 -2.7928,3.354573 -4.11012,4.398893 -0.25701,0.20575 -0.52615,0.41143 -0.84261,0.64088 l -1.62587,1.163 a 42.248546,42.248546 0 0 0 -2.04121,1.57839 c -1.79989,1.47949 -3.853,3.40206 -6.42826,6.08411 -3.26359,3.39412 -4.66001,5.35621 -4.62833,6.30961 0.0302,0.65271 0.64875,0.83464 2.68599,0.94148 0.63693,0.0356 0.85055,0.0474 1.17887,0.079 1.16697,0.0951 2.01355,0.28869 2.69394,0.6646 2.95895,1.64167 4.60067,2.87192 5.51841,4.58087 1.30541,2.43286 0.31635,5.09515 -3.51677,8.01455 -3.27546,2.4922 -4.39095,4.10223 -4.47406,5.91797 -0.0265,0.46283 0,0.76349 0.10281,1.75245 0.27288,2.55941 0.099,4.21298 -1.10763,6.8911 a 17.496751,17.496751 0 0 1 -1.64565,2.97874 c -1.11556,1.57048 -2.16385,2.27068 -4.19323,3.04207 -0.17008,0.0634 -1.32125,0.48658 -1.68911,0.62897 -0.71206,0.26914 -1.33712,0.53802 -1.98195,0.84657 -1.6535,0.79115 -3.32288,1.81971 -5.18211,3.25965 -3.33876,2.57521 -5.23362,5.75971 -6.32148,9.91334 -0.43514,1.66147 -0.61316,2.69396 -1.10763,6.01685 -0.49845,3.40204 -0.85845,5.00022 -1.61401,6.54695 -0.8307,1.69312 -4.71931,10.51863 -5.13071,11.42451 a 151.3906,151.3906 0 0 1 -2.51992,5.30481 c -1.61001,3.2082 -3.01036,5.56588 -4.24464,7.04538 -2.12825,2.55549 -3.5523,5.68456 -5.44721,11.24254 a 320.47971,320.47971 0 0 0 -0.74762,2.21528 c -0.71207,2.1164 -1.17094,3.40204 -1.68518,4.68766 -2.42499,6.0604 -10.059745,10.4079 -18.378938,10.4079 -4.430551,0 -8.14114,-1.0839 -12.271068,-3.38228 -2.215294,-1.23817 -1.799887,-0.95731 -8.805732,-5.7518 -5.668762,-3.87675 -7.00184,-4.24462 -8.097638,-2.72953 -0.146268,0.19794 -0.715994,1.0839 -0.723931,1.09576 a 20.665391,20.665391 0 0 1 -1.954167,2.33397 c -0.288756,0.31253 -2.18366,2.32207 -2.757278,2.94709 -0.941443,1.02852 -1.700977,1.90278 -2.365569,2.74142 a 18.038702,18.038702 0 0 0 -2.009575,3.03018 c -0.510312,1.01666 -0.751634,2.07682 -1.052258,4.19322 a 394.6362,394.6362 0 0 1 -0.181795,1.25797 h -0.395566 l 0.185953,-1.31336 c 0.30463,-2.15595 0.553814,-3.2438 1.087862,-4.3119 a 18.410553,18.410553 0 0 1 2.057045,-3.10138 c 0.672492,-0.84656 1.435994,-1.73269 2.385373,-2.7612 0.573619,-0.62897 2.468485,-2.6425 2.753311,-2.95105 a 20.404304,20.404304 0 0 0 1.914633,-2.28648 c 0,0 0.58148,-0.89403 0.735798,-1.10765 1.285644,-1.78015 2.800706,-1.36081 8.639547,2.63854 6.990047,4.77868 6.574639,4.50177 8.778066,5.7281 4.074557,2.26669 7.713902,3.33479 12.077216,3.33479 8.168844,0 15.653331,-4.26046 18.014971,-10.16259 a 86.910157,86.910157 0 0 0 1.67727,-4.66794 2671.1204,2671.1204 0 0 0 0.74374,-2.21526 c 1.91066,-5.60148 3.35059,-8.75824 5.52234,-11.36517 1.20654,-1.44785 2.59506,-3.78577 4.19324,-6.96627 0.7793,-1.55465 1.59817,-3.28731 2.51195,-5.29296 0.40743,-0.9019 4.30393,-9.73535 5.13467,-11.43633 0.73191,-1.49929 1.0879,-3.06978 1.58238,-6.4283 0.49051,-3.3387 0.67245,-4.37914 1.11156,-6.06036 1.10766,-4.23277 3.05,-7.49241 6.45993,-10.127 a 28.948954,28.948954 0 0 1 5.25732,-3.30314 c 0.65673,-0.31646 1.29358,-0.58547 2.00958,-0.86237 0.3719,-0.14241 1.527,-0.56568 1.69311,-0.62897 1.95817,-0.7437 2.9432,-1.40435 4.01125,-2.89965 0.53405,-0.7516 1.0602,-1.70102 1.60607,-2.91545 1.17491,-2.60295 1.34102,-4.18927 1.076,-6.68542 a 10.732237,10.732237 0 0 1 -0.10658,-1.81176 c 0.0869,-1.95421 1.2698,-3.65523 4.62833,-6.21072 3.69082,-2.81261 4.61253,-5.27709 3.40993,-7.51611 -0.87028,-1.61793 -2.47234,-2.81657 -5.36017,-4.41869 -0.62105,-0.34815 -1.42412,-0.52613 -2.53965,-0.62106 -0.31635,-0.0285 -0.53008,-0.0396 -1.16701,-0.0751 -2.28249,-0.11854 -3.01829,-0.3364 -3.05389,-1.32127 -0.0397,-1.11159 1.38455,-3.11326 4.73514,-6.60232 2.5832,-2.68999 4.64818,-4.62441 6.45997,-6.11181 0.70806,-0.58148 1.35288,-1.07596 2.05701,-1.59418 l 1.62981,-1.16304 c 0.31256,-0.2296 0.57758,-0.42724 0.83074,-0.629 1.28961,-1.02851 2.43681,-2.23504 4.03891,-4.327696 a 151.5884,151.5884 0 0 0 0.98895,-1.313326 l 0.91382,-1.222373 c 0.71206,-0.945462 1.20261,-1.582332 1.69708,-2.1678 3.35059,-4.023096 6.71705,-5.522381 14.74349,-6.05246 -0.17424,0.0071 4.74701,-0.356043 5.66475,-0.38769 1.43203,-0.03951 2.39331,0.06337 3.34666,0.38769 0.31635,0.106791 0.64086,0.245265 0.97712,0.411397 0.89798,0.450983 1.25401,1.530932 1.68911,4.292105 l 0.17424,1.091839 c 0.0673,0.423251 0.13077,0.779295 0.19804,1.119498 0.56969,3.042032 1.43207,4.861759 3.08557,5.763688 2.67421,1.455708 4.19327,2.037228 5.53425,1.954178 1.58237,-0.099 2.76518,-1.254011 3.67899,-3.825312 0.57355,-1.598168 0.57755,-2.567345 0.12662,-3.133051 -0.35604,-0.443044 -0.90195,-0.640821 -2.20343,-0.897976 a 22.073676,22.073676 0 0 1 -1.05623,-0.2175 c -1.00478,-0.237433 -1.73661,-0.553822 -2.34584,-1.072047 a 99.936786,99.936786 0 0 0 -1.89086,-1.586285 33.367643,33.367643 0 0 1 -1.61404,-1.424104 c -1.07989,-1.028512 -1.52693,-1.752453 -1.29748,-2.353726 0.4035,-1.044353 3.09347,-1.400396 7.48842,-1.333153 a 91.206214,91.206214 0 0 1 6.61814,0.348143 c 1.09183,0.154137 1.26591,0.194003 1.4558,0.237079 0.55381,0.118896 1.16697,0.245265 1.82759,0.359996 a 32.794046,32.794046 0 0 0 5.75973,0.522211 c 2.19946,-0.01425 4.05075,-0.340308 5.43141,-1.028546 3.20421,-1.602126 6.28581,-2.729527 8.77013,-2.990633 0.27704,-0.0285 0.55378,-0.04343 0.81094,-0.05125 z m 0,-39.930415 v 0.593383 c -3.40992,6.349137 -6.83172,11.689556 -9.35557,14.209432 -1.26195,1.265881 -3.01437,1.938378 -5.35627,2.199473 -1.76036,0.189876 -3.27542,0.15823 -7.58733,-0.07899 -3.9202,-0.217535 -6.06036,-0.174176 -8.11737,0.308523 a 33.24897,33.24897 0 0 1 -5.93382,0.834691 l -0.89004,0.05557 c -4.94086,0.296667 -7.66254,0.704146 -12.94356,2.270667 -1.78016,0.526099 -3.66708,0.98502 -5.65689,1.376625 a 97.420857,97.420857 0 0 1 -12.89609,1.570444 c -2.99063,0.177986 -5.22569,0.225687 -8.00667,0.225687 -2.13615,0 -4.70747,0.63687 -7.12051,2.049156 -3.28335,1.926489 -5.95752,5.091156 -7.72581,9.691853 a 27.125304,27.125304 0 0 1 -1.80389,3.87672 c -1.42409,2.452615 -2.73744,3.556273 -5.29289,4.818195 l -1.59424,0.775344 a 25.507358,25.507358 0 0 0 -5.99706,4.054742 c -3.24381,2.899722 -5.42743,6.578622 -8.91651,14.082881 l -0.82284,1.77616 c -2.88774,6.21072 -4.54919,9.2172 -6.86339,11.81615 -3.04604,3.42577 -8.0106,5.70436 -15.946055,7.94336 -1.728718,0.48657 -7.531956,2.00956 -7.611062,2.02936 -2.737436,0.73971 -4.620434,1.32127 -6.183004,1.94628 -4.17343,1.66937 -7.401411,4.16154 -14.391383,10.49094 l -0.672491,0.60921 c -3.394167,3.06969 -5.304832,4.70746 -7.441021,6.28188 -1.562532,1.14719 -3.164674,2.24299 -5.130746,3.52467 -0.814867,0.53007 -4.07452,2.61084 -4.877556,3.14096 -4.557166,2.96688 -7.330205,5.1584 -9.739314,7.94335 a 24.530262,24.530262 0 0 0 -2.547552,3.50092 c -1.633815,2.73348 -2.480353,5.20193 -3.639383,9.93317 l -0.609222,2.47636 c -0.236977,0.96916 -0.454904,1.79594 -0.680391,2.60293 -1.174904,4.23277 -2.729574,6.86739 -5.84674,10.64523 l -1.621909,1.96208 a 58.748417,58.748417 0 0 0 -1.657549,2.0966 9.4544954,9.4544954 0 0 0 -1.360781,2.48431 c -0.45891,1.27772 -0.601285,2.33393 -0.739767,4.72325 -0.229795,3.97569 -0.561714,5.94966 -1.831559,8.96795 -0.621052,1.47159 -2.238992,5.54613 -2.535685,6.25027 a 29.059719,29.059719 0 0 1 -1.412259,2.9273 c -1.139262,2.03332 -2.654362,4.00338 -5.190085,6.70518 -2.357669,2.51594 -3.5088373,4.31189 -4.1971271,6.32941 a 22.500909,22.500909 0 0 0 -0.545915,1.90669 l -0.1817952,0.72789 H 7.4736378 l 0.2052283,-0.82283 c 0.2052284,-0.82678 0.3639685,-1.38056 0.553852,-1.93833 0.7120252,-2.07685 1.8908979,-3.91631 4.2881389,-6.4718 2.511949,-2.68208 4.007282,-4.62836 5.130746,-6.63398 a 28.679957,28.679957 0 0 0 1.392454,-2.88381 c 0.296693,-0.69624 1.914633,-4.77078 2.531754,-6.25023 1.254009,-2.96689 1.578369,-4.90527 1.803893,-8.83346 0.138331,-2.42888 0.284598,-3.51278 0.763465,-4.83799 a 9.8500815,9.8500815 0 0 1 1.416188,-2.58718 c 0.502375,-0.67247 1.028561,-1.33311 1.66938,-2.1124 l 1.625839,-1.95815 c 3.085531,-3.74222 4.612536,-6.32936 5.771604,-10.49884 0.22148,-0.80699 0.435137,-1.62981 0.676459,-2.59503 l 0.605216,-2.47636 c 1.170936,-4.76288 2.02938,-7.26295 3.686891,-10.04392 0.727862,-1.21841 1.582337,-2.39331 2.587087,-3.5563 2.440781,-2.8166 5.237594,-5.02398 9.822425,-8.01458 0.810973,-0.52616 4.066621,-2.61089 4.877556,-3.14096 1.962104,-1.27377 3.56024,-2.36562 5.11098,-3.50886 2.124283,-1.56255 4.031017,-3.19631 7.413278,-6.25814 l 0.672492,-0.60921 c 7.025575,-6.36497 10.277329,-8.87297 14.506091,-10.56213 1.582375,-0.63296 3.48121,-1.22239 6.230476,-1.96209 0.08315,-0.0249 5.882381,-1.54283 7.603162,-2.0294 7.872147,-2.2192 12.785347,-4.47404 15.764107,-7.82464 2.27856,-2.56342 3.92814,-5.54612 6.79616,-11.72516 l 0.82677,-1.78016 c 3.50887,-7.543799 5.71226,-11.258372 9.00748,-14.201518 a 25.902946,25.902946 0 0 1 6.0841,-4.114082 l 1.59821,-0.779334 c 2.49218,-1.22629 3.74619,-2.282496 5.12678,-4.656015 a 26.741586,26.741586 0 0 0 1.77225,-3.825317 c 1.80386,-4.683709 4.53736,-7.919643 7.89986,-9.889631 2.47242,-1.447847 5.11487,-2.10451 7.31834,-2.10451 2.773,0 5.00413,-0.0477 7.97892,-0.225331 a 97.037151,97.037151 0 0 0 12.84469,-1.566529 c 1.97794,-0.38769 3.85697,-0.842587 5.62522,-1.364738 5.31269,-1.574446 8.06203,-1.98585 13.0306,-2.286515 l 0.88611,-0.05531 c 2.27856,-0.146268 3.8767,-0.356012 5.87444,-0.826767 2.10055,-0.494482 4.26834,-0.534055 8.94021,-0.276911 3.57615,0.197851 5.07935,0.229497 6.80803,0.03962 2.25879,-0.245193 3.93214,-0.894025 5.12284,-2.080787 2.54756,-2.551523 6.05246,-8.058072 9.63251,-14.525898 z m 0,178.096626 c -0.5063,-1.8197 -0.87031,-4.17346 -1.31727,-8.01063 l -0.0949,-0.80699 -0.0911,-0.80304 c -0.72,-6.21069 -1.21447,-8.69499 -2.19549,-9.67997 -0.97319,-0.97315 -1.2026,-1.98981 -0.99692,-3.41786 0.0393,-0.23743 0.0711,-0.43518 0.1542,-0.85053 0.27288,-1.40036 0.30463,-1.99377 0.0302,-2.70582 -0.35981,-0.94148 -1.30938,-1.74451 -3.0816,-2.47635 -2.00958,-0.82675 -2.57923,-1.91464 -1.9344,-3.33875 0.26079,-0.57361 0.70805,-1.19467 1.39245,-1.98187 0.4114,-0.47473 2.16779,-2.35768 2.00954,-2.18756 2.43284,-2.65046 3.55238,-4.48597 3.55238,-6.51928 a 6.012901,6.012901 0 0 1 2.57132,-5.0991 v 0.49843 a 5.6054479,5.6054479 0 0 0 -2.17572,4.60067 c 0,2.16385 -1.15911,4.07058 -3.65522,6.78825 0.15005,-0.16622 -1.59817,1.71287 -2.00564,2.17571 -0.66063,0.76349 -1.08786,1.35686 -1.32919,1.88694 -0.54191,1.20258 -0.0911,2.06496 1.72479,2.80865 1.86323,0.7714 2.89568,1.64567 3.29919,2.70187 0.30878,0.80699 0.27704,1.45181 -0.0151,2.92735 -0.079,0.40744 -0.11868,0.59732 -0.15005,0.82674 -0.18973,1.31731 0.0151,2.21133 0.88214,3.0856 1.08393,1.0839 1.57444,3.54443 2.31024,9.91335 l 0.0949,0.80307 0.0911,0.80699 c 0.32429,2.77302 0.60522,4.77074 0.92568,6.34122 z m 0,-24.58963 c -0.55381,-1.23818 -1.75245,-3.9163 -1.95813,-4.41869 -0.4035,-1.00081 -0.49448,-1.50323 -0.35981,-2.04911 0.079,-0.33249 0.81093,-1.85135 0.91774,-2.10847 a 28.003504,28.003504 0 0 0 1.40036,-4.43058 v 1.57838 a 24.850687,24.850687 0 0 1 -1.03643,3.00644 c -0.12245,0.29655 -0.82677,1.76435 -0.89797,2.04917 -0.11074,0.44304 -0.0302,0.87817 0.34431,1.80784 0.16252,0.40346 0.98899,2.25479 1.59027,3.59582 z m 0,-33.66038 c -0.65268,0.6567 -1.44782,1.1472 -2.53175,1.63377 -0.099,0.0396 -5.52635,2.16386 -8.06993,3.33479 -3.69873,1.70896 -6.60628,2.33394 -9.11033,2.07682 -2.00957,-0.20968 -3.56817,-0.89008 -5.84281,-2.34188 l -1.26588,-0.81883 a 30.618324,30.618324 0 0 0 -2.15198,-1.29358 c -1.60211,-0.86238 -1.28565,-2.29438 0.58152,-4.14177 1.46762,-1.45575 3.79759,-3.13701 7.40931,-5.45909 l 1.76432,-1.11555 c 7.10075,-4.48198 7.20756,-4.54925 8.8097,-5.83093 4.45032,-3.56027 7.78908,-5.54613 10.40783,-5.97333 v 0.40349 c -2.51988,0.43515 -5.78347,2.37352 -10.16262,5.87842 -1.62187,1.29749 -1.71681,1.36078 -8.84522,5.85465 a 258.08004,258.08004 0 0 0 -1.7604,1.1195 c -3.58794,2.30624 -5.90214,3.97561 -7.34604,5.4037 -1.70494,1.69312 -1.95813,2.82055 -0.67245,3.51281 0.67245,0.36 1.30144,0.74369 2.17569,1.30542 l 1.26587,0.82283 c 2.2311,1.42015 3.7383,2.07682 5.67273,2.27855 2.42491,0.25308 5.26916,-0.35603 8.90858,-2.03724 2.55549,-1.17887 7.98293,-3.30314 8.06993,-3.33877 1.20257,-0.54193 2.01751,-1.07201 2.69393,-1.85529 z m 0,-16.36537 v 0.3956 c -2.59506,0.10287 -4.79051,1.23817 -7.79697,3.5919 l -1.83156,1.45579 a 20.519025,20.519025 0 0 1 -1.74059,1.24212 c -0.32428,0.20576 -2.17969,1.31728 -2.46055,1.4874 -1.30941,0.79115 -2.43284,1.50324 -3.50883,2.21525 a 44.546891,44.546891 0 0 0 -3.22798,2.34187 c -1.82366,1.47159 -2.92732,2.72957 -3.15285,3.69874 -0.24907,1.05621 0.58553,1.79199 2.78892,2.1599 4.23273,0.70415 8.27565,-0.0215 12.04558,-1.83945 a 24.510483,24.510483 0 0 0 6.76452,-4.82617 16.535477,16.535477 0 0 0 2.12031,-2.93525 v 0.75954 a 15.404103,15.404103 0 0 1 -1.83552,2.44866 24.902113,24.902113 0 0 1 -6.8792,4.90923 c -3.8372,1.85133 -7.9632,2.59108 -12.28293,1.87109 -2.39728,-0.39556 -3.42184,-1.30144 -3.10538,-2.63854 0.25323,-1.0839 1.39643,-2.39331 3.28729,-3.91627 0.92965,-0.75163 2.01751,-1.53488 3.25969,-2.36169 1.07992,-0.71993 2.20732,-1.42803 3.52067,-2.22316 0.28497,-0.17409 2.13615,-1.28172 2.46054,-1.48345 0.49845,-0.31646 1.02853,-0.69624 1.70102,-1.22237 0.31634,-0.24526 1.5428,-1.22633 1.83156,-1.4518 3.07374,-2.41304 5.33646,-3.5761 8.04226,-3.67894 z m 0,-61.15752 v 0.395557 c -0.69225,-0.09504 -1.70101,0.09113 -3.0935,0.613163 -3.95977,1.483479 -5.45908,2.00562 -7.57542,2.674172 -0.70417,0.221415 -1.04043,0.328207 -1.53094,0.490495 -0.58548,0.197921 -1.25004,0.300796 -2.66623,0.45892 a 613.29214,613.29214 0 0 0 -1.04436,0.118538 c -3.08556,0.371814 -4.46218,0.97711 -4.46218,2.401214 0,1.76032 1.14323,5.213789 3.14884,10.210051 a 22.682878,22.682878 0 0 1 0.92171,3.00647 102.18767,102.18767 0 0 1 0.33222,1.36871 c 0.7358,3.01434 1.25401,4.23672 2.19946,4.61647 0.87424,0.34813 1.85926,0.23707 2.95502,-0.28478 1.37666,-0.66852 2.85615,-1.95418 4.43059,-3.74619 0.60125,-0.67249 1.17487,-1.3806 1.81572,-2.20343 l 1.25004,-1.62188 c 1.02456,-1.27773 2.40121,-4.830124 3.319,-8.002698 v 1.364768 c -0.90588,2.848203 -2.08475,5.73596 -3.0104,6.88714 -0.17423,0.2175 -1.05626,1.36872 -1.24611,1.61793 -0.64482,0.83073 -1.22634,1.54283 -1.82763,2.22323 -1.61401,1.82365 -3.1251,3.14092 -4.56109,3.83713 -1.18284,0.56967 -2.28253,0.6923 -3.27545,0.29261 -1.12351,-0.44699 -1.66148,-1.71682 -2.43285,-4.88547 a 829.73288,829.73288 0 0 1 -0.33222,-1.36871 c -0.31634,-1.26588 -0.58152,-2.15596 -0.90191,-2.95109 -2.03331,-5.063496 -3.18051,-8.524867 -3.18051,-10.360369 0,-1.72871 1.51903,-2.397262 4.81032,-2.796805 a 63.64972,63.64972 0 0 1 1.04829,-0.118539 c 1.38459,-0.154137 2.03728,-0.253097 2.58319,-0.435141 0.49841,-0.16624 0.83071,-0.276947 1.53487,-0.498433 2.11245,-0.664601 3.60378,-1.186777 7.55565,-2.66627 1.39646,-0.522176 2.46055,-0.727893 3.23592,-0.63687 z M 8.3149606e-4,115.51538 C 4.0081512,111.0413 7.1727874,106.3378 9.1270299,101.51562 10.432441,98.295562 11.536139,95.138764 13.403301,89.430458 l 0.628989,-1.914599 c 2.583156,-7.887996 3.999345,-11.796361 5.842771,-15.649373 2.40121,-5.031851 4.964637,-8.378492 8.018533,-10.103262 2.634595,-1.487406 4.034948,-3.10932 4.834053,-5.201969 a 18.434289,18.434289 0 0 0 0.735799,-2.602928 c 0.486576,-2.057065 0.810935,-3.002521 1.554633,-4.098282 0.969222,-1.43201 2.480352,-2.583171 4.78662,-3.544444 6.242344,-2.602957 6.618104,-2.784934 7.140321,-3.564235 0.257008,-0.387658 0.328063,-0.850488 0.292536,-1.784084 -0.01512,-0.288756 -0.09071,-1.511153 -0.09487,-1.582345 a 37.105929,37.105929 0 0 1 -0.06728,-2.195489 c 0,-3.971698 0.07106,-4.497823 0.937512,-5.201968 0.205606,-0.166186 0.447005,-0.31646 0.81891,-0.514243 0.106961,-0.05533 0.862375,-0.443074 1.123427,-0.585483 a 27.058055,27.058055 0 0 0 3.607748,-2.322096 c 0.814942,-0.609181 1.044359,-0.846554 3.168643,-3.136981 1.495332,-1.617956 2.456617,-2.515915 3.544478,-3.21216 1.439887,-0.92171 2.848214,-1.234209 4.311837,-0.834671 1.740585,0.474697 4.276308,0.791161 7.429114,0.973115 2.729537,0.158211 5.103043,0.197858 8.683125,0.197858 1.926463,0 3.548409,0.185877 6.091994,0.621067 3.0737,0.526125 3.678954,0.609207 4.89736,0.609207 1.602142,0 2.939188,-0.348095 4.224869,-1.166982 2.001638,-1.27378 3.208215,-1.847377 4.430547,-2.057038 1.43199,-0.253153 1.88693,-0.181909 6.54694,0.814904 6.82779,1.463686 12.20379,0.537989 16.24274,-3.837185 2.01748,-2.18759 2.16779,-3.520701 1.37666,-5.854662 -0.32806,-0.957316 -0.40751,-1.226309 -0.46284,-1.7010062 -0.11452,-0.9968844 0.19805,-1.863224 1.07202,-2.7413972 1.04829,-1.04832 1.86717,-3.6275263 2.46055,-7.23526676 h 0.80304 c -0.61712,3.84112626 -1.49137,6.58648816 -2.70187,7.79301546 -0.70806,0.7120705 -0.93358,1.3410595 -0.8465,2.0887105 0.0435,0.3955802 0.11867,0.6447912 0.42323,1.5427772 0.87821,2.583167 0.69622,4.216943 -1.54277,6.645819 -4.26047,4.612547 -9.91736,5.589649 -16.99045,4.074531 -4.51755,-0.969173 -4.96456,-1.03643 -6.2423,-0.814882 -1.095762,0.189884 -2.223195,0.727869 -4.141759,1.94628 a 8.2796066,8.2796066 0 0 1 -4.652107,1.293566 c -1.285644,0 -1.902765,-0.08697 -5.035842,-0.621094 C 84.157598,23.52596 82.571293,23.34398 80.7002,23.34398 c -3.599849,0 -5.977285,-0.03961 -8.730595,-0.197858 -3.200278,-0.185878 -5.783433,-0.510305 -7.595263,-1.004784 -2.223156,-0.605242 -4.023081,0.545911 -7.061178,3.82134 -2.175723,2.349808 -2.405141,2.583194 -3.275452,3.235907 a 27.841315,27.841315 0 0 1 -3.710551,2.385366 c -0.269103,0.146268 -1.020624,0.534051 -1.123503,0.589444 -0.33222,0.17416 -0.534047,0.300661 -0.692296,0.42723 -0.58148,0.474693 -0.644787,0.949387 -0.644787,4.5888 0,0.731826 0.02646,1.400364 0.06728,2.15198 0,0.06727 0.07899,1.297527 0.09487,1.594208 0.03969,1.087862 -0.0514,1.697065 -0.427237,2.258778 -0.660624,0.988963 -0.897978,1.107651 -7.496353,3.853009 -2.167786,0.905885 -3.556309,1.962104 -4.430589,3.259631 -0.676384,0.992924 -0.977046,1.871123 -1.439887,3.837188 -0.328063,1.384541 -0.478639,1.946276 -0.767433,2.701828 -0.862412,2.266731 -2.393272,4.03103 -5.182186,5.609413 -2.887748,1.62982 -5.360163,4.85778 -7.698104,9.755145 -1.819691,3.813427 -3.231911,7.698085 -5.803237,15.554436 l -0.625021,1.914634 c -1.878954,5.724115 -2.982614,8.892733 -4.295962,12.140515 -2.0887181,5.14654 -5.5184504,10.14679 -9.86199688976,14.874 v -1.17486 z m 0,30.85568 v -0.19794 l 0.39560315394,-0.004 c 2.50011965,0 2.95502365,2.05706 1.81969135,5.28502 A 23.877547,23.877547 0 0 1 8.3149606e-4,155.9245 v -0.75951 A 22.849024,22.849024 0 0 0 1.8403276,151.3201 c 1.0641637,-3.00644 0.6764598,-4.75495 -1.44389295,-4.75495 -0.13455119,0 -0.26494489,0 -0.39560315394,0.008 V 128.14187 A 134.87887,134.87887 0 0 0 5.4243402,124.84268 c 5.4037038,-3.7422 11.7844908,-14.87402 11.7844908,-21.19945 0,-7.160068 8.532775,-28.735314 12.749708,-31.41739 5.027905,-3.200265 12.753713,-11.060556 14.161965,-14.933353 0.763502,-2.096586 2.175723,-2.87591 5.704365,-3.706614 2.432844,-0.569665 3.417827,-0.957316 4.220901,-1.894873 0.593348,-0.68832 1.075994,-1.894848 1.712882,-4.074509 0.09109,-0.30856 0.751597,-2.642528 0.961247,-3.346669 1.432025,-4.778684 2.887786,-7.314384 5.328567,-8.065996 0.988951,-0.300661 1.19864,-0.387681 3.852964,-1.46366 2.962998,-1.198624 4.735181,-1.752461 6.77246,-1.946279 2.670198,-0.257121 5.194053,0.296655 7.733669,1.84738 2.148057,1.313352 4.822186,1.867163 7.978961,1.803867 2.385411,-0.04758 4.826192,-0.423262 7.844523,-1.107625 0.719924,-0.158211 2.919382,-0.688342 3.267477,-0.767437 1.06413,-0.237203 1.71685,-0.352063 2.16782,-0.352063 1.96608,0 3.53261,-0.02003 5.61733,-0.106658 3.12514,-0.126576 6.15533,-0.363968 8.99958,-0.743713 3.36246,-0.450946 6.28981,-1.079939 8.65538,-1.906707 7.47663,-2.618778 12.91193,-7.239228 13.3194,-10.914221 0.11452,-1.012709 0.15836,-1.170939 1.1037,-4.394937 0.92167,-3.14493 1.2698,-5.114952 1.07595,-7.2115424 C 140.35869,8.054109 140.1648,7.2075817 139.85223,6.4005732 139.25885,4.8498746 138.8118,2.6820699 138.49534,0 h 0.35604 c 0.30463,2.5594205 0.74766,4.6362482 1.37268,6.2581606 a 9.8619485,9.8619485 0 0 1 0.60923,2.646463 c 0.19804,2.1599054 -0.15837,4.1694724 -1.0958,7.3578894 -0.93358,3.188436 -0.97705,3.350631 -1.0839,4.331668 -0.4312,3.856947 -5.97331,8.576296 -13.58041,11.238584 -2.39727,0.838628 -5.34833,1.471578 -8.73849,1.926516 -2.85615,0.379759 -5.90215,0.621044 -9.03126,0.747651 -2.09658,0.08322 -3.66708,0.106658 -5.63709,0.106658 -0.4114,0 -1.04432,0.106658 -2.080778,0.344164 -0.344315,0.07899 -2.543584,0.605242 -3.267553,0.767437 -3.038059,0.684355 -5.506544,1.068075 -7.923552,1.115546 -3.224013,0.06728 -5.973317,-0.502405 -8.192542,-1.859237 -2.464517,-1.507192 -4.905298,-2.041243 -7.488454,-1.795971 -1.993738,0.189884 -3.734362,0.735791 -6.661681,1.922555 -2.670199,1.083905 -2.883818,1.166982 -3.884637,1.475547 -2.266734,0.696219 -3.671017,3.148838 -5.067477,7.800933 -0.209764,0.700184 -0.870274,3.030184 -0.961285,3.346647 -0.656655,2.235058 -1.151131,3.473254 -1.791987,4.220905 -0.878174,1.020608 -1.914633,1.432014 -4.750942,2.09661 -3.085569,0.723905 -4.402885,1.447837 -5.10308,3.37829 -1.443893,3.971675 -9.225071,11.891311 -14.320215,15.13116 -4.086387,2.606894 -12.56776,24.047661 -12.56776,31.089074 0,6.4639 -6.448025,17.71434 -11.954608,21.52382 -0.8465386,0.58547 -3.259578,2.02538 -5.64895750394,3.43368 v -0.45889 18.23256 z m 0,-68.713221 V 77.218747 C 2.936126,75.707608 5.7566362,73.171908 8.6404535,69.710538 c 1.5032315,-1.803892 5.6212535,-7.42911 6.2463115,-8.129294 0.712063,-0.806982 1.606073,-1.566521 2.935219,-2.551543 0.427276,-0.31646 1.946268,-1.412229 2.171792,-1.578362 3.702652,-2.709776 5.53818,-4.731208 6.321449,-7.65855 0.316347,-1.178843 0.609222,-2.682066 0.973115,-4.865696 0.09071,-0.569635 0.791206,-4.928988 1.012725,-6.246301 1.135332,-6.633955 2.266696,-10.597731 3.983546,-12.698305 4.292107,-5.237552 7.868183,-10.894409 7.868183,-12.923766 0,-1.004814 0.134551,-1.325212 2.393272,-6.2146542 0.269103,-0.5894211 0.494514,-1.0839043 0.700233,-1.5546633 0.988951,-2.2745991 1.542766,-3.9716712 1.637707,-5.28499657 h 0.395603 c -0.09071,1.37661737 -0.656692,3.11325737 -1.673348,5.44323027 -0.205606,0.4747237 -0.431168,0.9692031 -0.704126,1.5625852 -2.191559,4.7509716 -2.353776,5.1386536 -2.353776,6.0484986 0,2.163844 -3.595842,7.848408 -7.955187,13.176964 -1.661481,2.025369 -2.781015,5.957495 -3.900511,12.516299 -0.225637,1.317312 -0.921713,5.668766 -1.016655,6.242362 -0.363968,2.199451 -0.660623,3.710581 -0.981014,4.905245 -0.810973,3.038101 -2.697902,5.114927 -6.467868,7.876139 l -2.171754,1.574421 c -1.305449,0.969178 -2.179691,1.716827 -2.87588,2.496126 -0.605254,0.684386 -4.723314,6.301683 -6.2344443,8.12138 -2.9747906,3.568162 -5.8863118,6.17114 -8.94421420394,7.698121 z m 0,143.134731 V 219.0797 C 0.19056378,220.01328 0.39643465,220.80051 0.63378898,221.51256 c 0.79116852,2.38537 1.81969132,3.26751 3.23984882,2.60689 7.5042522,-3.50092 13.3351932,-9.54942 13.3351932,-15.64147 0,-6.40846 2.519887,-12.65475 6.764523,-18.31561 0.743698,-0.98896 1.447862,-1.74056 2.187553,-2.37348 0.288756,-0.24526 0.573657,-0.46682 0.909884,-0.71208 l 0.791168,-0.56568 c 1.455761,-1.06016 2.104517,-2.08867 2.800743,-4.98042 0.297071,-1.21443 0.545915,-1.98586 1.661443,-5.24547 l 0.249071,-0.74369 c 1.281713,-3.78972 1.803893,-5.92193 1.649575,-7.37768 -0.189733,-1.75245 -1.503194,-2.06891 -4.470085,-0.64876 a 32.089904,32.089904 0 0 1 -3.619616,1.46366 c -5.494677,1.84738 -10.664996,2.29442 -16.8756664,2.14409 l -0.7714016,-0.0215 -0.5735811,-0.008 A 15.744307,15.744307 0 0 0 1.9588535,172.2647 8.6277218,8.6277218 0 0 0 6.8031496e-4,173.41584 V 172.9174 A 9.3160407,9.3160407 0 0 1 1.8006425,171.90118 16.128024,16.128024 0 0 1 8.4939591,170.7065 l 0.7714015,0.0215 c 6.1710994,0.15024 11.3018454,-0.2965 16.7411524,-2.1243 a 31.694319,31.694319 0 0 0 3.576076,-1.44389 c 3.180548,-1.51905 4.810318,-1.12741 5.031836,0.9613 0.166299,1.53883 -0.363968,3.69478 -1.665411,7.54776 l -0.253228,0.7437 c -1.107666,3.24383 -1.356888,4.01519 -1.645644,5.21382 -0.72,2.97479 -1.420158,4.09034 -2.955024,5.20592 l -0.791168,0.56567 c -0.332221,0.23743 -0.609185,0.45493 -0.890117,0.6923 a 14.02351,14.02351 0 0 0 -2.124246,2.31019 c -4.197165,5.59753 -6.685417,11.76472 -6.685417,18.07825 0,6.28192 -5.933783,12.44117 -13.5646109,16.00147 -1.7010142,0.79514 -2.9233512,-0.26094 -3.78183312,-2.84031 -0.0910866,-0.2691 -0.17385826,-0.54987 -0.25700786976,-0.84258 z m 0,-24.58959 v -0.96921 L 0.57845669,196.52738 c 0.83070241,1.89879 1.36868031,4.08639 1.68517791,6.63394 0.2607874,2.09661 0.3322205,3.67898 0.4113638,7.31834 0.078992,3.68688 0.1980473,5.04373 0.6448252,5.95356 0.5063433,1.02852 1.4517921,0.92962 3.2793827,-0.59337 6.7803587,-5.65686 8.6317227,-9.05893 8.6317227,-15.27752 0,-2.83632 0.435099,-4.90128 1.463622,-6.99394 0.897978,-1.84742 1.443931,-2.61878 5.300863,-7.76141 a 27.611874,27.611874 0 0 1 3.006463,-3.47721 17.706411,17.706411 0 0 1 1.400353,-1.21046 c 0.150425,-0.1189 0.253228,-0.20575 0.351874,-0.29261 a 4.1417809,4.1417809 0 0 0 1.04039,-1.31336 14.154053,14.154053 0 0 0 0.89401,-2.34974 l 0.146268,-0.47473 0.142488,-0.45493 c 0.11452,-0.35996 0.189732,-0.61312 0.260787,-0.85444 0.178016,-0.60526 0.292536,-1.06019 0.359811,-1.44785 0.150425,-0.87031 0.04724,-1.3806 -0.336378,-1.64167 -0.92965,-0.6369 -3.671055,-0.0951 -9.414992,1.95419 -3.77382,1.34497 -6.376819,1.64957 -11.0170203,1.6852 -3.0499275,0.0249 -4.125959,0.15806 -5.2415244,0.83864 -1.3766173,0.83863 -2.3101984,2.53175 -2.99852598,5.64103 C 0.39137008,183.27931 0.19778268,184.06655 0,184.77465 v -1.57443 l 0.20182677,-0.87821 c 0.71206299,-3.20423 1.69311493,-4.98438 3.18054803,-5.89423 1.2025701,-0.73182 2.3180976,-0.87029 5.4471685,-0.89403 4.5927687,-0.0355 7.1601257,-0.33211 10.8825827,-1.66143 5.906079,-2.10452 8.683087,-2.65438 9.770948,-1.91069 0.545915,0.37183 0.67646,1.02852 0.506381,2.03727 a 13.327279,13.327279 0 0 1 -0.371905,1.4953 l -0.260788,0.85842 -0.142488,0.45493 -0.146268,0.47469 a 14.494256,14.494256 0 0 1 -0.921713,2.41311 c -0.316347,0.60522 -0.636888,0.99683 -1.131364,1.42802 l -0.363968,0.3047 -0.403503,0.32822 c -0.356031,0.29261 -0.652724,0.55382 -0.977083,0.86237 a 27.232112,27.232112 0 0 0 -2.958992,3.42579 c -3.837203,5.11489 -4.379112,5.88237 -5.26526,7.69807 -0.996851,2.03731 -1.42012,4.0429 -1.42012,6.81991 0,6.34521 -1.906734,9.85403 -8.7740975,15.57814 -1.9937764,1.66147 -3.2359181,1.79995 -3.8886425,0.46682 -0.4826079,-0.98896 -0.601285,-2.34981 -0.6843591,-6.11973 -0.078992,-3.62355 -0.1504252,-5.20194 -0.4073952,-7.27875 -0.312567,-2.50804 -0.8386394,-4.66794 -1.65754964,-6.52324 L 4.1574803e-4,196.20703 Z M 150.03462,0.00440693 h 0.41144 l 0.59335,2.08076217 c 1.29747,4.5729827 1.93444,7.6466722 2.08082,10.9972729 0.19389,4.355395 -0.60133,8.410144 -2.62281,12.33041 -3.08553,5.985207 -8.0976,10.483007 -14.32807,13.489466 -4.89736,2.357703 -10.3327,3.627523 -14.32812,3.627523 -2.70583,0 -6.81993,0.545911 -14.74352,1.827617 l -0.89794,0.146267 c -9.691877,1.578384 -12.520287,1.977925 -14.818655,1.977925 -1.380586,0 -1.613972,-0.03175 -7.729739,-1.107624 -1.408252,-0.253191 -2.500082,-0.435152 -3.560277,-0.593382 -8.002658,-1.170943 -12.26313,-0.47472 -12.642935,3.109296 -0.03931,0.336265 -0.07106,0.680398 -0.11452,1.111612 l -0.106961,1.07994 c -0.435137,4.311883 -0.799067,6.222551 -1.704944,7.895875 -1.1472,2.112434 -3.073739,3.144904 -6.183005,3.144904 -4.034986,0 -5.11098,0.237222 -6.131603,1.254017 0.205606,-0.201838 -1.98977,2.314182 -3.227981,3.441582 -1.087862,0.988963 -5.664794,4.964644 -6.238375,5.470943 a 135.00149,135.00149 0 0 0 -2.587125,2.341873 c -2.757241,2.567345 -4.671874,4.652099 -5.775571,6.388711 -2.341833,3.678941 -4.145726,7.136361 -4.624366,9.52572 -0.656655,3.283349 1.451793,3.77388 7.524057,0.478641 a 247.72757,247.72757 0 0 1 17.619364,-8.663305 c 1.384554,-0.61715 5.554016,-2.452616 6.202772,-2.749319 1.997707,-0.890074 3.283388,-1.503236 4.264403,-2.037267 l 0.771401,-0.423287 0.862375,-0.466786 c 0.696227,-0.371883 1.337084,-0.696248 1.97794,-1.008756 7.160088,-3.449481 13.639748,-4.137825 19.909833,-0.47469 9.054917,5.277117 15.142982,14.644571 15.142982,22.326855 0,7.563587 -0.28876,9.941037 -2.04911,13.133427 a 17.92794,17.92794 0 0 1 -1.95424,2.81656 c -2.559424,3.07368 -4.67184,6.40851 -5.047638,8.41413 -0.474709,2.50801 1.855294,2.78096 7.978998,-0.0214 5.26522,-2.40516 8.8611,-5.91399 11.27414,-10.41185 a 31.848596,31.848596 0 0 0 2.41308,-5.98517 c 0.35603,-1.17884 1.25401,-4.608606 1.34895,-4.936923 a 11.479894,11.479894 0 0 1 0.69226,-1.910682 c 2.95506,-5.90608 8.34293,-12.065331 14.34002,-14.731602 3.01039,-1.337069 5.14257,-3.817379 7.67433,-8.224213 0.33222,-0.585469 1.68518,-3.022278 2.03331,-3.627539 1.39249,-2.413067 2.46058,-3.837171 3.70666,-4.739134 4.01518,-2.927306 11.35332,-4.390966 19.89399,-4.390966 2.97479,0 6.54301,-0.490544 10.88255,-1.416215 a 166.18551,166.18551 0 0 0 5.91798,-1.39244 c -0.51424,0.130571 6.14737,-1.574445 7.68227,-1.934444 5.59752,-1.317287 16.24668,-1.98186 25.36097,-1.98186 6.86736,0 11.00519,-3.651246 15.24189,-15.297293 2.6188,-7.203621 2.6188,-10.431598 1.06416,-13.588369 l -0.46681,-0.937554 a 5.2850234,5.2850234 0 0 1 -0.60918,-2.417015 c 0,-1.594205 0,-1.586306 0.98895,-9.71559 0.1818,-1.475523 0.31635,-2.666248 0.44308,-3.8134445 0.35603,-3.3427049 0.54587,-6.0128882 0.54587,-8.22816 0,-0.37186776 -0.008,-0.76746335 -0.0151,-1.18676414 h 0.39561 c 0.0151,0.41930079 0.0151,0.81490394 0.0151,1.18676414 0,2.2350311 -0.18974,4.9171275 -0.54989,8.2677316 -0.11867,1.1511569 -0.26078,2.3458239 -0.43907,3.8213409 -0.98898,8.089742 -0.98898,8.097641 -0.98898,9.668122 0,0.779301 0.17801,1.412232 0.57358,2.246921 0.0949,0.201827 0.45894,0.929636 0.46288,0.933597 1.60607,3.259627 1.60607,6.598344 -1.04829,13.896903 -4.28814,11.78846 -8.55651,15.558388 -15.6138,15.558388 -9.08262,0 -19.71201,0.664576 -25.27393,1.973965 -1.527,0.356031 -8.18468,2.057065 -7.6744,1.930453 a 166.56132,166.56132 0 0 1 -5.92982,1.396431 c -4.36728,0.929629 -7.95522,1.424111 -10.96562,1.424111 -8.46553,0 -15.72846,1.451784 -19.66061,4.311882 -1.18673,0.86633 -2.23109,2.254837 -3.59985,4.620417 -0.34431,0.601309 -1.69704,3.038119 -2.03327,3.627539 -2.56739,4.470126 -4.74705,7.005826 -7.85635,8.38643 -5.89421,2.622735 -11.22671,8.714743 -14.1422,14.545679 a 11.143647,11.143647 0 0 0 -0.66852,1.847361 c -0.0911,0.31646 -0.98895,3.754112 -1.34499,4.944812 a 32.232316,32.232316 0 0 1 -2.44868,6.05249 c -2.45264,4.57297 -6.10786,8.14113 -11.45616,10.58589 -6.368919,2.91149 -9.098456,2.59105 -8.536705,-0.41144 0.395565,-2.09262 2.531717,-5.47095 5.138645,-8.59606 a 17.536309,17.536309 0 0 0 1.9067,-2.75327 c 1.72078,-3.11725 2.00167,-5.44724 2.00167,-12.943562 0,-7.531985 -6.008955,-16.772855 -14.921497,-21.974789 -6.159307,-3.591907 -12.508422,-2.919438 -19.561701,0.47864 a 52.573323,52.573323 0 0 0 -2.824478,1.467639 l -0.771402,0.423288 a 62.830859,62.830859 0 0 1 -4.292107,2.053071 c -0.652724,0.292611 -4.818179,2.128219 -6.20674,2.74932 a 247.33989,247.33989 0 0 0 -17.587729,8.647499 c -6.309619,3.425774 -8.849235,2.832403 -8.101607,-0.905879 0.490545,-2.452616 2.306268,-5.941717 4.675843,-9.660206 1.127395,-1.77221 3.061833,-3.876755 5.842809,-6.463858 0.78327,-0.731844 1.629808,-1.499285 2.595024,-2.349775 0.57755,-0.510322 5.150513,-4.481979 6.230476,-5.467027 1.222337,-1.107608 3.402028,-3.615631 3.220082,-3.429718 1.115527,-1.115546 2.274595,-1.368718 6.408491,-1.368718 2.966891,0 4.762847,-0.961279 5.834872,-2.935239 0.870312,-1.610053 1.230237,-3.496978 1.661481,-7.749529 l 0.102803,-1.079939 0.118677,-1.111612 c 0.22148,-2.144058 1.768252,-3.362464 4.442419,-3.797616 2.151987,-0.348095 4.948762,-0.201827 8.647521,0.340195 1.068057,0.158249 2.163817,0.340157 3.576076,0.589421 6.064327,1.068079 6.313511,1.107625 7.658532,1.107625 2.266734,0 5.103042,-0.407441 14.755355,-1.977903 l 0.89797,-0.142526 c 7.9513,-1.289605 12.07325,-1.83552 14.80676,-1.83552 3.93607,0 9.31207,-1.257955 14.15406,-3.591912 6.15927,-2.966891 11.112,-7.409321 14.15407,-13.31145 1.9858,-3.856948 2.76907,-7.840506 2.57522,-12.132631 -0.14627,-3.3110329 -0.7753,-6.3609983 -2.06888,-10.9062733 z m 5.41164,0 h 0.40343 c 0.30879,1.54277667 0.75957,3.44158487 1.38856,5.88630807 1.43595,5.557977 1.21043,10.692669 -0.29669,15.336839 a 24.130721,24.130721 0 0 1 -4.48989,8.180716 54.733221,54.733221 0 0 1 -7.6427,7.425146 c -4.47802,3.568192 -9.24091,6.127616 -14.22134,7.274808 a 102.3103,102.3103 0 0 1 -8.92834,1.610053 c -1.25401,0.173933 -2.51592,0.336226 -4.07456,0.522168 l -3.71452,0.443047 c -4.56113,0.557775 -6.90297,1.008749 -8.56052,1.764303 -3.67098,1.665422 -11.214799,2.389349 -19.466717,2.389349 -0.541946,0 -1.107666,-0.04758 -1.701052,-0.138558 -1.036384,-0.162217 -1.977902,-0.40744 -3.615647,-0.90588 -2.903546,-0.874239 -3.809461,-1.087866 -4.996233,-1.012687 -1.542803,0.09097 -2.622728,0.905885 -3.350589,2.72558 -0.735798,1.843438 -0.957317,2.978744 -1.321285,5.92587 -0.435137,3.552371 -1.135332,4.794505 -3.943975,5.656881 a 15.870894,15.870894 0 0 0 -2.689965,1.052269 c -0.249071,0.130643 -0.45891,0.253096 -0.696227,0.403496 l -0.530117,0.340308 c -0.751596,0.450983 -1.526966,0.58942 -3.659149,0.58942 -1.265877,0 -3.49304,-0.2175 -3.762028,-0.154136 -0.482608,0.110706 -0.296693,-0.05517 -2.824479,2.468456 -0.593386,0.593371 -1.380586,1.257971 -2.500082,2.124302 -0.601323,0.466787 -2.832416,2.148046 -3.140976,2.385372 -1.962104,1.495299 -3.295219,2.610846 -4.375182,3.710588 -1.930431,1.970023 -2.709732,3.619636 -2.199458,5.023947 0.530079,1.451799 1.610041,1.748467 3.520706,1.115548 a 22.042029,22.042029 0 0 0 3.073738,-1.376653 c 0.593348,-0.304713 3.077632,-1.633737 3.706621,-1.962086 a 46.204396,46.204396 0 0 1 4.869656,-2.246934 64.163985,64.163985 0 0 0 4.367282,-1.914635 c 0.806967,-0.383702 4.248567,-2.041218 5.142577,-2.460517 1.744554,-0.830735 3.204245,-1.495335 4.608604,-2.092657 6.780322,-2.887792 11.598539,-3.916304 14.901695,-2.630673 l 2.148057,0.830768 c 0.909807,0.34814 1.649574,0.640823 2.381404,0.941477 a 59.69387,59.69387 0 0 1 5.170281,2.373518 c 7.25507,3.809478 12.00605,8.754292 13.76243,15.771972 2.75327,11.017065 1.42413,18.01104 -3.19635,24.68456 -1.57046,2.27463 -1.39245,3.6394 0.0265,3.54841 1.63778,-0.11071 4.03896,-1.95813 5.97732,-4.95275 1.22631,-1.8988 2.01752,-4.13384 3.18448,-8.51697 l 0.66849,-2.511955 c 0.26116,-0.977069 0.49058,-1.788016 0.72397,-2.5713 1.95023,-6.550889 4.35144,-10.791556 8.5288,-13.750542 2.82845,-2.001669 9.38725,-6.131592 10.07955,-6.626074 2.66623,-1.90278 4.16553,-3.73433 5.67269,-7.12052 3.06184,-6.899023 8.34289,-9.628563 17.5917,-9.628563 3.70265,0 7.08495,-0.447013 11.68161,-1.380605 a 247.18561,247.18561 0 0 0 2.45265,-0.506343 c 0.94942,-0.19785 1.61004,-0.332299 2.23903,-0.447012 1.59421,-0.292717 2.78491,-0.435126 3.80156,-0.435126 1.75643,0 3.71456,-0.395604 12.41745,-2.369568 l 1.16697,-0.261105 c 6.46386,-1.451798 10.14281,-2.116371 12.52422,-2.116371 0.60922,0 0.94942,0.0049 2.53175,0.03961 3.08557,0.0593 4.85382,0.05133 6.8555,-0.07899 6.49157,-0.419327 10.57402,-2.120356 11.78846,-5.759743 a 34.455504,34.455504 0 0 1 1.40432,-3.493016 c -0.0593,0.122608 0.90592,-1.9621 1.14724,-2.523836 2.12821,-4.865696 2.20339,-8.671216 -0.56965,-15.601879 a 34.178596,34.178596 0 0 1 -2.08071,-8.196586 c -0.63689,-4.739134 -0.54591,-9.1538605 0.0397,-15.96189702 l 0.079,-0.83862803 h 0.3956 l -0.079,0.87027402 c -0.5855,6.78428673 -0.6725,11.17134703 -0.0435,15.87881303 a 33.783012,33.783012 0 0 0 2.057,8.097641 c 2.80872,7.033523 2.73355,10.945841 0.56572,15.910462 -0.24529,0.565674 -1.21047,2.658323 -1.15113,2.531739 a 34.087611,34.087611 0 0 0 -1.39245,3.453441 c -1.27778,3.845114 -5.49865,5.597553 -12.13659,6.02874 -2.01751,0.130583 -3.7897,0.138558 -6.8911,0.07899 -1.5744,-0.03553 -1.91463,-0.03961 -2.51989,-0.03961 -2.33786,0 -6.00499,0.660608 -12.43721,2.104508 l -1.16705,0.265021 c -8.76619,1.985846 -10.70059,2.377492 -12.50445,2.377492 -0.98899,0 -2.15596,0.142529 -3.73036,0.431189 -0.62505,0.114625 -1.28568,0.245193 -2.23113,0.439085 a 1936.079,1936.079 0 0 0 -2.45261,0.510304 c -4.62047,0.937558 -8.0304,1.388508 -11.76075,1.388508 -9.1064,0 -14.24107,2.654384 -17.21987,9.359534 -1.5428,3.481162 -3.09347,5.372088 -5.81511,7.318333 -0.70412,0.502384 -7.26293,4.628356 -10.07954,6.626074 -4.09032,2.89566 -6.44799,7.069118 -8.38243,13.540913 -0.22942,0.775307 -0.4549,1.582336 -0.71996,2.559405 l -0.66856,2.511993 c -1.17884,4.42265 -1.9779,6.68538 -3.23191,8.62772 -1.99771,3.08951 -4.49783,5.01601 -6.28585,5.13469 -1.85926,0.12245 -2.09662,-1.67333 -0.3719,-4.16552 4.55712,-6.58254 5.86253,-13.461786 3.13304,-24.368079 -1.72082,-6.891093 -6.3927,-11.756776 -13.556717,-15.51485 -1.582337,-0.830733 -3.243817,-1.582334 -5.138645,-2.361629 -0.727899,-0.296527 -1.46366,-0.589419 -2.373544,-0.941512 l -2.148018,-0.82283 c -3.17658,-1.234193 -7.919623,-0.229603 -14.60504,2.622734 -1.392453,0.593372 -2.852145,1.261924 -4.592768,2.084719 l -5.142577,2.460553 c -1.863193,0.87822 -3.227981,1.48348 -4.394948,1.930476 a 45.836504,45.836504 0 0 0 -4.830085,2.227142 c -0.62502,0.328207 -3.109304,1.653528 -3.706658,1.962086 a 22.370364,22.370364 0 0 1 -3.12514,1.400396 c -2.09658,0.69226 -3.409928,0.336393 -4.023081,-1.356861 -0.577549,-1.590272 0.260788,-3.362482 2.294363,-5.435345 1.087899,-1.115548 2.436812,-2.239033 4.410822,-3.750172 0.312567,-0.237079 2.543584,-1.91855 3.140938,-2.381386 a 26.488411,26.488411 0 0 0 2.464479,-2.08874 c 2.666268,-2.6662 2.413077,-2.436775 3.010394,-2.575249 0.344315,-0.07903 2.646501,0.14239 3.853039,0.14239 2.064945,0 2.780939,-0.126727 3.457399,-0.533994 l 0.518248,-0.332478 c 0.245292,-0.158052 0.466772,-0.28478 0.727862,-0.423251 a 16.2467,16.2467 0 0 1 2.753234,-1.075992 c 2.626696,-0.806983 3.251755,-1.914634 3.671056,-5.328533 0.368126,-2.978746 0.593423,-4.141792 1.34502,-6.028736 0.7872,-1.958139 1.993739,-2.87195 3.694753,-2.970822 1.254009,-0.07899 2.175685,0.138557 5.130746,1.028504 a 25.135509,25.135509 0 0 0 3.568177,0.894025 c 0.573618,0.08697 1.119496,0.134551 1.637707,0.134551 8.192617,0 15.704764,-0.719966 19.304584,-2.357707 1.70891,-0.775336 4.07058,-1.226283 8.67518,-1.791984 l 3.71849,-0.443048 c 1.55074,-0.189883 2.81265,-0.348132 4.06269,-0.52219 3.22802,-0.450974 6.09199,-0.961278 8.89674,-1.606065 4.91316,-1.131375 9.62457,-3.663137 14.06306,-7.199656 a 54.353465,54.353465 0 0 0 7.58736,-7.373715 23.743048,23.743048 0 0 0 4.41079,-8.038307 c 1.48739,-4.576917 1.70891,-9.636453 0.29669,-15.1232426 a 112.68651,112.68651 0 0 1 -1.41218,-5.98124225 z m 44.99781,0 h 0.49844 c -0.19804,0.26105197 -0.35603,0.46677165 -0.46284,0.59732031 -1.56253,1.96210396 -2.72953,3.13304316 -3.88467,3.78575626 a 3.9637678,3.9637678 0 0 1 -1.96604,0.561736 c -0.94148,0 -1.67727,0.2650205 -2.65436,0.874235 l -1.04833,0.6764372 c -1.73264,1.107651 -3.1686,1.6139905 -5.39576,1.6139905 -2.2153,0 -3.95188,-0.4984176 -6.36102,-1.6021039 A 80.157506,80.157506 0 0 1 178.25964,6.092451 l -0.86237,-0.3876812 c -0.63296,-0.276926 -1.1551,-0.4628334 -1.64958,-0.5854564 a 5.3087584,5.3087584 0 0 0 -1.29358,-0.1701921 c -0.90985,0 -1.70101,-0.2690268 -4.35145,-1.3331377 l -0.61712,-0.2451779 c -1.9779,-0.7793235 -3.20424,-1.1155465 -4.16156,-1.0522545 -1.15907,0.078992 -1.74848,0.8030211 -1.74848,2.4328327 0,8.2123691 -2.06102,19.9454321 -4.80635,22.6868331 -2.99853,3.002491 -10.50278,9.375383 -13.47364,11.495713 -5.20592,3.718503 -12.33045,7.990844 -17.44932,9.913372 a 42.276231,42.276231 0 0 1 -5.26916,1.594231 c -1.29755,0.308561 -2.61086,0.565675 -4.45039,0.886099 -0.20976,0.03961 -3.48113,0.593382 -4.54919,0.787223 -1.92257,0.344164 -3.67896,0.688301 -5.53822,1.091826 -8.156975,1.772198 -9.917328,1.981863 -15.07574,1.981863 -0.985021,0 -1.1472,-0.02778 -5.557984,-0.791161 -0.957317,-0.166204 -1.704983,-0.288763 -2.432882,-0.39558 -3.208177,-0.470759 -5.470942,-0.538016 -6.978104,-0.07899 -1.795956,0.55381 -2.34584,1.839476 -1.46366,4.16155 0.799068,2.088687 1.914633,3.405999 3.49697,4.24859 1.289613,0.688324 2.670198,1.028504 5.466973,1.467597 3.726425,0.585468 4.32771,0.692296 6.131603,1.155131 a 30.934794,30.934794 0 0 1 7.36577,2.915452 c 3.283394,1.811793 5.767674,4.549258 7.903824,8.263796 1.07996,1.871134 3.74222,7.646683 4.16946,8.382479 1.34498,2.314178 2.47639,2.622734 4.30791,0.791149 1.95817,-1.954218 4.09432,-3.311044 8.35876,-5.56193 0.18596,-0.09896 0.81487,-0.43514 0.8386,-0.443079 3.15678,-1.665418 4.71542,-2.575248 6.27799,-3.773843 2.0214,-1.542821 3.42576,-3.204288 4.26047,-5.186166 3.37036,-8.006623 8.20834,-13.176923 12.84072,-13.176923 l 2.17568,0.01247 c 4.16553,0.03167 6.8634,0.0074 9.8501,-0.122596 5.4037,-0.245193 9.40701,-0.826793 11.62628,-1.847402 2.31416,-1.068078 5.30876,-2.171768 9.56522,-3.568171 1.36876,-0.450973 2.48826,-0.810969 5.02394,-1.621912 3.046,-0.969181 4.38308,-1.400368 6.00102,-1.938357 a 419.09526,419.09526 0 0 1 4.48203,-1.471582 c 1.45175,-0.47472 2.35767,-0.791184 3.1765,-1.099726 a 23.687665,23.687665 0 0 0 2.6346,-1.16304 c 0.73977,-0.387658 1.48739,-0.830706 2.31813,-1.384543 1.37666,-0.921709 2.43285,-1.238173 4.76289,-1.63378 l 0.4549,-0.07899 c 2.2588,-0.399541 3.56024,-0.909842 5.04768,-2.227158 3.09346,-2.753261 3.39412,-9.169656 1.51906,-17.611469 -0.67253,-3.034117 -0.83074,-7.626882 -0.62109,-14.0314163 a 331.19217,331.19217 0 0 1 0.32429,-7.37371083 h 0.39556 l -0.0593,1.21048823 c -0.12661,2.5396611 -0.20976,4.3593524 -0.2691,6.179074 -0.20183,6.3689239 -0.0472,10.9379149 0.61708,13.9285489 1.90674,8.576296 1.59818,15.111379 -1.6456,17.991228 -1.54674,1.376644 -2.91545,1.914633 -5.2376,2.3221 l -0.45883,0.07899 c -2.27856,0.391643 -3.29129,0.692281 -4.60857,1.574446 a 25.21067,25.21067 0 0 1 -2.35767,1.408263 24.07534,24.07534 0 0 1 -2.67817,1.18283 c -0.82673,0.312491 -1.73662,0.625001 -3.19234,1.103659 a 2135.4937,2135.4937 0 0 1 -4.47802,1.467621 c -1.62191,0.541977 -2.95899,0.973142 -6.00499,1.946302 -2.53965,0.806982 -3.65518,1.166959 -5.02394,1.613972 -4.24463,1.396425 -7.22736,2.492188 -9.52176,3.552367 -2.27856,1.052255 -6.31748,1.637716 -11.77656,1.886946 -2.99062,0.130571 -5.69646,0.154243 -9.86985,0.122597 l -2.1718,-0.01247 c -4.42662,0 -9.16176,5.059535 -12.47675,12.93566 -0.86634,2.053072 -2.31023,3.765976 -4.38311,5.34831 -1.59024,1.214437 -3.16071,2.132205 -6.33332,3.805525 l -0.83864,0.443044 c -4.23277,2.235045 -6.34518,3.5761 -8.26775,5.498672 -2.03331,2.033281 -3.46137,1.641675 -4.92503,-0.878219 -0.44307,-0.759539 -3.10537,-6.527185 -4.16946,-8.386429 -2.10849,-3.655199 -4.54133,-6.337274 -7.753476,-8.109484 a 30.539208,30.539208 0 0 0 -7.278803,-2.879852 c -1.78012,-0.462835 -2.381443,-0.565712 -6.092032,-1.147193 -2.836346,-0.443078 -4.248604,-0.791184 -5.589619,-1.507202 -1.669341,-0.890062 -2.848214,-2.282529 -3.678916,-4.458257 -0.961285,-2.527798 -0.308788,-4.058688 1.71685,-4.679781 1.582337,-0.482593 3.884599,-0.415363 7.152151,0.06728 0.727862,0.106659 1.479496,0.229493 2.440782,0.395581 4.359344,0.751613 4.541291,0.783285 5.490708,0.783285 5.126778,0 6.863433,-0.205826 14.992705,-1.973984 1.86319,-0.403506 3.62358,-0.751615 5.55005,-1.095768 1.07206,-0.189883 4.34354,-0.751612 4.54926,-0.783258 1.83549,-0.320428 3.14491,-0.577561 4.43056,-0.88216 1.79992,-0.423292 3.46529,-0.925675 5.22171,-1.582349 5.07534,-1.902742 12.18006,-6.167183 17.35828,-9.865901 2.95506,-2.10847 10.44348,-8.465537 13.4262,-11.448246 2.63067,-2.63856 4.68768,-14.30437 4.68768,-22.4099108 0,-1.823656 0.73576,-2.7295634 2.11638,-2.8284434 1.04039,-0.071244 2.2944,0.276926 4.33561,1.0799433 l 0.61712,0.2452157 c 2.58319,1.0364296 3.37436,1.3054262 4.20507,1.3054262 0.45097,0 0.90988,0.063307 1.38459,0.1819086 0.52214,0.1305827 1.06016,0.3243969 1.71685,0.6052687 a 35.986424,35.986424 0 0 1 1.32121,0.6012813 l 0.45494,0.2135433 c 2.36561,1.0799395 4.04682,1.5625625 6.19884,1.5625625 2.14012,0 3.5088,-0.4786583 5.18215,-1.5506986 0.079,-0.051326 0.83074,-0.545915 1.05226,-0.6804246 1.03642,-0.6447874 1.83552,-0.933566 2.86405,-0.933566 0.58152,0 1.16303,-0.1701921 1.76825,-0.5142689 1.09973,-0.6171062 2.24296,-1.7603603 3.7739,-3.68289641 L 200.44792,0.0043389 Z M 128.3842,237.35577 h -0.80303 c 0.19389,-1.17094 0.35981,-2.45266 0.50634,-3.82138 0.17423,-1.62191 0.30085,-3.26358 0.38766,-4.83011 0.0302,-0.54984 0.0552,-1.0483 -0.13833,-2.88381 -0.18595,-0.76744 -0.36774,-1.63772 -0.53797,-2.58714 -0.7951,-4.45428 -1.05226,-9.05889 -0.45098,-13.36285 a 24.03578,24.03578 0 0 1 2.04915,-7.10081 27.999547,27.999547 0 0 1 4.9844,-7.20754 c 1.33705,-1.42411 2.18756,-2.17571 4.67974,-4.26836 1.78012,-1.4953 2.51199,-2.19946 2.97479,-2.9669 0.25323,-0.42328 0.37568,-0.81492 0.37568,-1.21048 0,-0.6923 0,-0.68834 -0.29631,-3.65124 -0.14249,-1.46369 -0.22526,-2.49225 -0.2691,-3.5445 -0.19805,-4.78658 0.64089,-7.75347 3.20821,-8.60791 6.28981,-2.09661 10.24173,-4.78659 13.23235,-10.10328 3.7462,-6.66954 10.17445,-12.46489 14.18963,-12.46489 4.88947,0 7.91177,-0.77534 11.63422,-3.48116 2.67413,-1.94628 3.75806,-2.61085 4.93293,-2.95105 0.87821,-0.25308 1.50327,-0.29261 3.60778,-0.29261 0.73576,0 1.39639,-0.32822 2.20339,-1.03642 0.42724,-0.37975 2.02141,-2.02541 2.21526,-2.21529 2.38934,-2.31418 4.73911,-3.47322 8.24005,-3.47322 0.96918,0 1.79599,0.0144 2.89568,0.0477 2.97086,0.0908 3.50884,0.0672 4.45822,-0.27696 1.19864,-0.43514 2.18763,-1.19863 5.83495,-4.41872 3.16467,-2.79282 4.24067,-3.52858 9.04702,-6.5153 0.56965,-0.35601 1.02459,-0.64477 1.45973,-0.93752 a 27.473419,27.473419 0 0 0 3.74222,-2.96689 c 1.62981,-1.53488 3.17257,-3.10533 4.6046,-4.70746 v 1.17886 a 79.742143,79.742143 0 0 1 -4.06262,4.10618 c -1.25801,1.18678 -2.45264,2.11637 -3.84514,3.04599 -0.44307,0.30079 -0.9019,0.59341 -1.48342,0.94941 -4.76678,2.96689 -5.81904,3.68688 -8.94025,6.44016 -3.74222,3.30313 -4.75094,4.08243 -6.08802,4.569 -1.08393,0.3956 -1.65752,0.41931 -4.75102,0.32429 -1.09183,-0.0321 -1.91067,-0.0477 -2.87195,-0.0477 -3.27148,0 -5.43927,1.0681 -7.68624,3.25171 -0.17423,0.17015 -1.78802,1.83553 -2.24689,2.23902 -0.93755,0.82678 -1.76432,1.23423 -2.72557,1.23423 -2.01755,0 -2.61089,0.0396 -3.38626,0.26094 -1.05619,0.30864 -2.09265,0.93756 -4.68768,2.82845 -3.87673,2.82052 -7.06117,3.63545 -12.10099,3.63545 -3.64728,0 -9.87378,5.61732 -13.5013,12.06138 -3.1014,5.51448 -7.21546,8.3152 -13.66745,10.46723 -2.10062,0.70017 -2.85222,3.36639 -2.67024,7.82463 0.0397,1.02855 0.12246,2.05311 0.2691,3.49698 0.2967,3.01441 0.2967,2.99857 0.2967,3.73041 0,0.54592 -0.1663,1.07991 -0.49055,1.61793 -0.52615,0.87028 -1.28957,1.61003 -3.14094,3.16467 -2.47241,2.07286 -3.30712,2.81659 -4.6165,4.20511 a 27.216289,27.216289 0 0 0 -4.84592,7.00578 23.260433,23.260433 0 0 0 -1.97794,6.86743 c -0.58942,4.21688 -0.33638,8.73845 0.447,13.11363 0.17008,0.93756 0.3481,1.792 0.52619,2.54759 0.0635,0.26094 0.11868,0.49449 0.23698,1.60604 a 98.619485,98.619485 0 0 1 -0.46288,6.37682 c -0.14627,1.33315 -0.30879,2.58323 -0.49448,3.73437 z m -5.30086,0 h -0.41533 l 0.0472,-0.11071 c 1.21444,-2.83236 1.69708,-4.67978 1.69708,-7.40536 0,-1.41225 -0.0302,-1.95023 -0.30085,-6.1909 -0.30463,-4.76288 -0.39556,-7.76931 -0.21732,-11.19509 0.22942,-4.54922 0.94938,-8.74244 2.29833,-12.72204 0.51428,-1.50319 1.10763,-2.96688 1.79993,-4.39099 1.36871,-2.82449 2.70183,-4.90131 4.12199,-6.56673 a 23.347462,23.347462 0 0 1 1.72082,-1.80385 c 0.17007,-0.1584 1.18673,-1.10765 1.45179,-1.36477 2.26272,-2.21528 2.97082,-4.55716 2.97082,-11.54319 0,-7.45282 1.1472,-9.40309 6.25818,-11.17135 0.43117,-0.14631 0.75953,-0.26521 1.09576,-0.38766 a 20.293541,20.293541 0 0 0 2.41311,-1.06808 c 1.95814,-1.02856 3.81343,-2.46056 5.71223,-4.51759 10.08745,-10.93006 14.69601,-13.9088 22.29918,-13.9088 3.27541,0 5.75179,-0.7714 8.70285,-2.49217 0.70416,-0.40748 5.46701,-3.4891 7.18386,-4.45828 1.11953,-0.629 2.23899,-1.19862 3.4139,-1.7366 3.13304,-1.42411 5.52631,-1.76036 10.52258,-1.8988 2.97876,-0.079 4.23277,-0.194 5.64102,-0.62505 1.79996,-0.55382 3.18845,-1.58233 4.32378,-3.33479 0.87027,-1.34895 2.70977,-2.80076 5.79927,-4.77074 0.63689,-0.40749 1.29354,-0.81098 2.23506,-1.38456 3.76993,-2.31417 4.57296,-2.82051 5.85865,-3.78577 2.11237,-1.58233 3.67891,-3.31104 5.4116,-5.84278 a 80.778576,80.778576 0 0 0 2.22316,-3.46138 v 0.75161 c -0.77927,1.25401 -1.34499,2.12824 -1.8988,2.93523 -1.74849,2.56343 -3.34666,4.3198 -5.49861,5.93378 -1.30152,0.97316 -2.10455,1.48348 -5.89032,3.80158 a 148.36834,148.36834 0 0 0 -2.22712,1.38458 c -3.046,1.93835 -4.84989,3.37039 -5.68059,4.65207 -1.18678,1.83159 -2.65047,2.9234 -4.54133,3.50092 -1.4558,0.44308 -2.72958,0.56176 -5.74791,0.64485 -4.94475,0.13455 -7.29456,0.46678 -10.36429,1.85921 a 43.941645,43.941645 0 0 0 -3.38623,1.7208 c -1.70102,0.96127 -6.46387,4.04289 -7.17986,4.45824 -3.00646,1.75249 -5.55008,2.54364 -8.90067,2.54364 -7.46472,0 -11.98628,2.92734 -22.00645,13.78219 -1.93044,2.0887 -3.8253,3.5484 -5.81507,4.59671 -0.79121,0.41538 -1.58238,0.75953 -2.46452,1.08785 -0.34016,0.12673 -0.67249,0.24525 -2.12432,0.73974 -2.00957,0.69625 -2.94312,1.28567 -3.67102,2.5199 -0.88218,1.4953 -1.30148,3.93211 -1.30148,7.9315 0,7.08097 -0.73973,9.52173 -3.0856,11.82402 -0.27289,0.26521 -1.29355,1.21049 -1.45966,1.36875 a 22.959788,22.959788 0 0 0 -1.69311,1.7762 c -1.39646,1.63771 -2.71374,3.6868 -4.06662,6.4797 a 37.655793,37.655793 0 0 0 -1.78016,4.34745 c -1.33708,3.944 -2.04915,8.10158 -2.27856,12.61919 -0.17424,3.40204 -0.0869,6.39662 0.21732,11.14366 0.27288,4.2565 0.30085,4.79448 0.30085,6.21859 0,2.51199 -0.40347,4.30004 -1.72074,7.51612 z m 9.92133,0 h -0.3956 c -0.0151,-1.87114 0.0265,-3.71458 0.11074,-5.94172 0.1028,-2.5357 -0.15836,-4.66396 -1.00086,-9.64042 l -0.12245,-0.73576 c -0.83864,-4.96464 -1.09183,-7.65462 -0.7793,-10.47118 0.40747,-3.65914 1.87906,-6.59838 4.74701,-8.96791 8.71873,-7.19965 11.79243,-11.93878 11.79243,-17.64709 0,-1.02852 -0.11868,-1.90279 -0.38767,-3.23192 -0.3837,-1.89487 -0.43514,-2.24693 -0.3837,-2.99458 0.079,-1.01274 0.50238,-1.85928 1.40825,-2.65837 1.05623,-0.92959 2.78892,-1.81969 5.42744,-2.77302 3.84514,-1.38456 6.13951,-3.63149 9.61278,-8.5328 l 0.70416,-0.98897 c 1.77215,-2.50405 2.80861,-3.80948 4.12592,-5.0556 1.70499,-1.61002 3.55234,-2.67808 5.7518,-3.2319 5.26129,-1.31333 8.05811,-2.16385 10.02414,-3.02229 a 19.581487,19.581487 0 0 0 2.08868,-1.06806 c 0.43514,-0.25701 0.6923,-0.41142 1.67728,-1.02854 1.06809,-0.66457 2.06498,-0.8228 4.50176,-0.90193 2.15202,-0.0712 3.12518,-0.17015 4.33961,-0.55778 a 8.4932228,8.4932228 0 0 0 3.77386,-2.46054 c 1.9265,-2.09662 3.96771,-3.01039 7.03748,-3.52072 0.42323,-0.0712 0.7437,-0.11853 1.52693,-0.22961 2.72958,-0.38369 3.93211,-0.66851 5.33254,-1.432 1.78012,-0.96917 2.68599,-1.7564 9.2804,-7.78512 l 1.24218,-1.12743 c 3.8174,-3.44553 6.37686,-5.47095 8.4734,-6.51921 1.68128,-0.83868 3.0065,-1.85533 4.43849,-3.40208 v 0.57362 c -1.35289,1.41221 -2.64647,2.37348 -4.26441,3.18446 -2.04911,1.02456 -4.59277,3.03416 -8.38643,6.45596 l -1.23417,1.1274 c -6.64588,6.07225 -7.53596,6.84364 -9.35962,7.84054 -1.45572,0.79115 -2.68996,1.08782 -5.46697,1.47551 -0.7793,0.1107 -1.09969,0.15806 -1.51903,0.22534 -2.99067,0.49843 -4.95277,1.37662 -6.80806,3.40203 a 8.8888082,8.8888082 0 0 1 -3.94398,2.57133 c -1.26588,0.39556 -2.26276,0.50239 -4.45032,0.57359 -2.3656,0.079 -3.31899,0.22533 -4.30794,0.84258 a 56.964325,56.964325 0 0 1 -1.68125,1.03249 19.969161,19.969161 0 0 1 -2.13218,1.08787 c -1.99378,0.87027 -4.80639,1.7287 -10.08745,3.04601 -3.853,0.96523 -6.03662,3.02623 -9.6523,8.13323 l -0.70016,0.98896 c -3.52071,4.96066 -5.86258,7.25504 -9.80262,8.67519 -2.59899,0.93358 -4.29211,1.80785 -5.30083,2.69789 -0.83074,0.73579 -1.20654,1.47949 -1.27377,2.38936 -0.0514,0.69621 0,1.04036 0.37568,2.88775 0.27704,1.35291 0.3956,2.25484 0.3956,3.31105 0,5.85072 -3.137,10.68081 -11.93877,17.95564 -2.78101,2.29439 -4.20907,5.14263 -4.60463,8.7029 -0.30879,2.76908 -0.0552,5.43139 0.77537,10.36431 l 0.12661,0.73186 c 0.85051,5.00415 1.10763,7.14824 1.00479,9.72349 -0.0869,2.20344 -0.12662,4.03498 -0.11074,5.92588 z m -95.067133,0 h -0.807005 c 0.269103,-1.51115 0.450936,-3.4812 0.636888,-6.32147 0.07899,-1.23028 0.106961,-1.60608 0.154205,-2.2153 0.514243,-6.93854 1.598173,-10.73616 4.549191,-13.13342 1.839458,-1.49139 2.856151,-3.52862 3.429732,-6.32937 0.201827,-0.99687 0.277039,-1.53093 0.526148,-3.62754 0.261165,-2.17571 0.458873,-3.18842 0.88611,-4.09825 0.573619,-1.22237 1.511131,-1.85529 2.923351,-1.85529 5.648996,0 15.222123,3.60771 21.203415,7.99084 3.425763,2.51195 8.410167,5.26918 12.555893,6.76846 5.154444,1.86319 8.659351,1.74452 9.790752,-0.68435 0.672492,-1.43995 0.759496,-1.62587 1.04829,-2.28254 1.159068,-2.63857 1.855295,-4.82617 2.076813,-6.92278 0.09109,-0.85838 0.09487,-1.67331 0.0076,-2.45261 -0.126614,-1.08785 -0.561714,-1.79991 -1.613972,-2.90755 l -0.522179,-0.54197 a 12.100963,12.100963 0 0 1 -0.953348,-1.10369 12.013934,12.013934 0 0 1 -0.988989,-1.61002 l -0.447005,-0.84654 c -0.640857,-1.22633 -1.060195,-1.81971 -1.629808,-2.19949 -2.080781,-1.38452 -5.854677,-2.17571 -11.293947,-2.70183 a 107.76543,107.76543 0 0 0 -3.576113,-0.28086 l -0.862375,-0.0672 c -3.785763,-0.28868 -5.981253,-0.61711 -7.539855,-1.26587 -5.554016,-2.31418 -13.691263,-10.45136 -13.691263,-14.60502 0,-2.11242 0.688366,-3.76993 2.163893,-5.58963 0.783232,-0.96521 4.398917,-4.6323 5.059502,-5.35621 1.788057,-1.96607 4.01915,-3.77391 6.993978,-5.7993 1.107667,-0.75162 5.846741,-3.79761 6.918804,-4.54526 a 19.992897,19.992897 0 0 0 2.508018,-2.14804 c 0.605254,-0.59337 2.753273,-2.82053 2.816542,-2.88776 2.840315,-2.88779 5.023937,-4.57297 7.808882,-5.68856 1.329147,-0.53007 3.216076,-1.10369 6.902967,-2.12825 a 3788.5943,3788.5943 0 0 1 4.660006,-1.29749 238.37988,238.37988 0 0 0 5.012072,-1.46368 c 8.06993,-2.46846 13.4499,-4.77868 16.13593,-7.29459 3.4574,-3.24384 4.66001,-5.47493 6.2225,-10.29316 0.79915,-2.46052 1.22238,-3.57607 2.00569,-5.03185 3.77385,-7.0058 11.35725,-15.574196 17.20796,-17.979364 5.59752,-2.306275 7.66643,-4.644157 7.66643,-7.152162 0,-1.143277 1.08,-3.322933 2.70187,-5.431394 1.883,-2.452616 4.213,-4.49387 6.62608,-5.609381 4.94479,-2.282567 13.25208,-3.991485 18.75866,-3.991485 2.10448,0 3.88857,-0.59337 6.4955,-1.934391 3.63938,-1.863231 3.99541,-2.021461 5.37203,-2.021461 4.12203,0 12.68251,-1.008755 18.10201,-2.361665 l 1.53487,-0.387689 1.37268,-0.352059 c 1.02853,-0.261283 1.71289,-0.427239 2.34581,-0.565712 1.54284,-0.340308 2.67416,-0.486579 3.78973,-0.462835 1.08389,0.02491 2.16389,0.205395 3.42977,0.585467 1.80382,0.541934 5.42343,-0.356008 9.04698,-2.246934 a 26.927511,26.927511 0 0 0 3.89257,-2.452633 v 0.949414 c -4.38701,3.220075 -10.19029,5.403718 -13.16905,4.509692 a 11.756803,11.756803 0 0 0 -3.21607,-0.553822 c -1.04043,-0.02135 -2.12035,0.118541 -3.60382,0.443043 a 94.149369,94.149369 0 0 0 -3.69078,0.909867 l -1.54284,0.391605 c -5.48277,1.368751 -14.10652,2.385408 -18.29186,2.385408 -1.1828,0 -1.54673,0.158408 -5.01207,1.934391 -2.70977,1.388507 -4.59273,2.021461 -6.85546,2.021461 -5.39977,0 -13.58838,1.685175 -18.42636,3.916269 -2.28654,1.056206 -4.51764,3.014376 -6.32943,5.372089 -1.52296,1.985829 -2.53965,4.034949 -2.53965,4.952718 0,2.875902 -2.2944,5.466993 -8.15694,7.880054 -5.64503,2.326035 -13.11764,10.763869 -16.8124,17.623359 -0.75163,1.4043 -1.16696,2.48426 -1.95027,4.90526 -1.6021,4.93293 -2.86008,7.2748 -6.43616,10.62539 -2.80074,2.62673 -8.25585,4.97255 -16.4445,7.47262 a 239.13941,239.13941 0 0 1 -5.023932,1.46764 591.44001,591.44001 0 0 1 -4.667868,1.29751 c -3.655256,1.02061 -5.526349,1.58629 -6.819968,2.10452 -2.662224,1.06414 -4.766778,2.68998 -7.535849,5.50653 -0.05934,0.0594 -2.215295,2.29443 -2.828447,2.8957 a 20.728686,20.728686 0 0 1 -2.610898,2.23509 c -1.083893,0.7595 -5.834835,3.80947 -6.922734,4.54921 -2.927357,1.99374 -5.118879,3.76598 -6.855496,5.67663 -0.68039,0.75163 -4.272302,4.39498 -5.027905,5.3246 -1.372649,1.68521 -1.989808,3.17656 -1.989808,5.09119 0,3.75808 7.911723,11.66978 13.204686,13.87713 1.451792,0.60526 3.599811,0.92568 7.298533,1.20653 a 231.90415,231.90415 0 0 0 1.71685,0.12673 c 1.281713,0.0912 2.005644,0.14631 2.741405,0.21751 5.569852,0.54198 9.422853,1.34502 11.650015,2.83639 0.719925,0.47469 1.194634,1.15115 1.898797,2.48822 l 0.439106,0.84259 a 11.293969,11.293969 0 0 0 0.925644,1.50719 c 0.245291,0.32821 0.51428,0.63292 0.894047,1.03245 0.09109,0.0951 0.435137,0.45889 0.52218,0.54198 1.159067,1.22233 1.677278,2.06891 1.823622,3.36248 0.09487,0.83864 0.09109,1.71286 -0.0037,2.62665 -0.233575,2.19553 -0.949417,4.45036 -2.14012,7.1601 -0.292535,0.66065 -0.379729,0.85053 -1.052296,2.29442 -1.380548,2.955 -5.273121,3.08557 -10.779666,1.09576 -4.220901,-1.52695 -9.268573,-4.3198 -12.757644,-6.87529 -5.850709,-4.29207 -15.265663,-7.83653 -20.732636,-7.83653 -1.97794,0 -2.531755,1.19468 -3.022299,5.25733 a 39.174841,39.174841 0 0 1 -0.537978,3.69083 c -0.605254,2.96688 -1.701052,5.15844 -3.706621,6.78825 -2.717669,2.20735 -3.75806,5.84672 -4.260472,12.57961 -0.04347,0.60127 -0.07106,0.97711 -0.150048,2.20341 -0.181795,2.77306 -0.359811,4.74308 -0.621089,6.27002 z m 3.184441,0 h -0.403502 c 0.114519,-0.55778 0.229417,-1.16304 0.356031,-1.81575 l 0.41537,-2.22323 c 0.988951,-5.26127 1.66148,-7.88002 2.642532,-9.51383 0.672454,-1.12342 1.455761,-2.1757 3.184441,-4.36326 3.247748,-4.09828 4.303975,-5.75579 4.303975,-7.40142 l -0.0076,-0.66855 c -0.0076,-0.70415 -0.0076,-1.06806 0.0076,-1.49134 0.08315,-1.99773 0.581518,-3.24381 1.835528,-3.7185 1.550702,-0.59341 4.110085,0.17409 7.959193,2.5436 3.781758,2.32607 6.934602,4.23277 10.249588,6.19485 0.518249,0.30864 5.645027,3.32688 6.990009,4.13388 a 282.53119,282.53119 0 0 1 2.539616,1.54278 c 5.467049,3.36248 15.404145,1.99772 18.315628,-3.09742 1.424123,-2.4843 1.795993,-3.37039 3.077703,-6.85155 a 32.556694,32.556694 0 0 1 0.46678,-1.21443 16.721402,16.721402 0 0 1 1.60607,-3.02228 c 3.69082,-5.53029 5.90215,-10.32477 5.90215,-14.52593 0,-1.44785 0.29631,-2.61875 1.32914,-5.87444 0.20561,-0.64876 0.32807,-1.05226 0.45494,-1.47554 1.43993,-4.83799 1.20257,-7.56356 -1.69704,-9.49403 a 9.1380272,9.1380272 0 0 0 -3.94794,-1.49534 c -2.84822,-0.3679 -5.73207,0.46283 -9.458461,2.32606 -0.613153,0.30864 -2.626734,1.36082 -3.006463,1.55465 a 24.763659,24.763659 0 0 0 -1.637745,0.90986 l -1.740586,1.05225 c -4.596661,2.73747 -8.069933,3.63146 -12.979162,2.40517 -1.31331,-0.33211 -2.468409,-0.55386 -5.182148,-1.04435 -5.241486,-0.94546 -7.397442,-1.48345 -9.229039,-2.55549 -2.464479,-1.45181 -2.951055,-3.56821 -1.139263,-6.5865 a 36.829017,36.829017 0 0 1 5.712264,-7.24714 62.106939,62.106939 0 0 1 3.291251,-3.03017 c -0.03024,0.0215 2.436812,-2.09662 3.093468,-2.67813 a 33.672247,33.672247 0 0 0 2.571288,-2.50405 c 3.046072,-3.34667 5.055647,-5.28502 7.943395,-7.34603 3.932145,-2.80866 8.465537,-4.88943 13.916674,-6.1632 14.648577,-3.41788 20.174887,-5.02395 23.272327,-7.09287 3.40207,-2.26669 8.42597,-9.79867 14.57337,-21.68203 2.06498,-3.99544 4.85382,-7.27879 8.35873,-10.1705 2.02937,-1.67731 3.78179,-2.86804 6.94253,-4.838027 2.93526,-1.827629 3.80553,-2.428903 4.5018,-3.227992 a 8.3666355,8.3666355 0 0 0 1.16693,-1.926488 c 0.24151,-0.514275 1.13533,-2.559444 1.18677,-2.678125 0.53798,-1.186741 1.01269,-2.136156 1.56257,-3.057876 2.58316,-4.339554 6.34125,-7.12052 12.42142,-8.228164 5.03576,-0.909866 7.85234,-1.068096 11.74095,-0.909866 1.28564,0.05161 1.63377,0.06337 2.21529,0.05517 2.03724,-0.0285 3.8411,-0.411434 6.57067,-1.503237 8.20441,-3.283349 15.32894,-4.762842 23.41471,-4.762842 1.20653,0 2.38533,0.05945 4.14572,0.189732 l 0.82677,0.06337 c 4.92507,0.379752 7.15223,0.379752 10.02414,-0.249181 a 19.640824,19.640824 0 0 0 5.57382,-2.155947 v 0.454932 a 19.984984,19.984984 0 0 1 -5.49074,2.08867 c -2.91942,0.636906 -5.17425,0.636906 -10.13889,0.257012 l -0.82276,-0.06337 c -1.75246,-0.130643 -2.92339,-0.189732 -4.11806,-0.189732 -8.03037,0 -15.11139,1.471555 -23.26439,4.731197 -2.77304,1.107608 -4.62834,1.503201 -6.71309,1.534882 -0.59338,0.0071 -0.94541,-0.0036 -2.23899,-0.05517 -3.86094,-0.158052 -6.64588,-0.0036 -11.65792,0.909794 -5.95755,1.079986 -9.62067,3.78972 -12.14842,8.034373 a 28.798631,28.798631 0 0 0 -1.54284,3.018328 c -0.0472,0.111063 -0.94541,2.16385 -1.1907,2.686026 a 8.7028834,8.7028834 0 0 1 -1.22627,2.017479 c -0.7358,0.842583 -1.61008,1.44784 -4.5888,3.303141 -3.14491,1.962111 -4.88553,3.144901 -6.89903,4.806371 -3.46534,2.86006 -6.22254,6.10387 -8.26383,10.04787 -6.17507,11.94668 -11.21877,19.51028 -14.69994,21.83236 -3.15678,2.10455 -8.69099,3.71458 -23.406767,7.14822 -5.399735,1.25797 -9.881726,3.31898 -13.774299,6.09994 -2.856151,2.04122 -4.85382,3.95984 -7.880088,7.29065 a 34.048051,34.048051 0 0 1 -2.598992,2.53174 c -0.660624,0.58547 -3.129071,2.70187 -3.101367,2.67809 -1.293581,1.12348 -2.2944,2.04125 -3.267553,3.01441 a 36.433436,36.433436 0 0 0 -5.644989,7.17192 c -1.701052,2.83241 -1.273776,4.70355 1.000781,6.03666 1.768328,1.0404 3.90841,1.57838 9.193436,2.5278 a 73.460243,73.460243 0 0 1 5.11098,1.02851 c 4.790551,1.19863 8.164913,0.33248 12.682507,-2.35768 l 1.740548,-1.0483 c 0.656655,-0.39559 1.170936,-0.68436 1.66148,-0.92962 0.375685,-0.18974 2.389304,-1.24213 3.006426,-1.55069 3.793627,-1.89883 6.740747,-2.7454 9.687877,-2.36562 a 9.5336134,9.5336134 0 0 1 4.11409,1.55464 c 3.0935,2.06101 3.34269,4.95276 1.85926,9.9411 -0.12661,0.42326 -0.25323,0.8307 -0.45887,1.47946 -1.01666,3.21216 -1.30938,4.36725 -1.30938,5.75576 0,4.30399 -2.23903,9.15387 -5.96542,14.74744 a 16.329773,16.329773 0 0 0 -1.57051,2.95109 c -0.14626,0.35599 -0.28875,0.71995 -0.4668,1.20258 -1.28565,3.50092 -1.66538,4.40285 -3.101372,6.91089 -3.034129,5.30877 -13.224416,6.70517 -18.869442,3.2359 a 228.80671,228.80671 0 0 0 -2.531755,-1.53884 c -1.344982,-0.80702 -6.47176,-3.82531 -6.989971,-4.13387 -3.315024,-1.96607 -6.471799,-3.86885 -10.253594,-6.19489 -3.75806,-2.31418 -6.210671,-3.04599 -7.611061,-2.51593 -1.060158,0.40352 -1.503232,1.51116 -1.582337,3.36643 a 24.178191,24.178191 0 0 0 -0.0076,1.47158 l 0.0076,0.67251 c 0,1.78015 -1.064126,3.45347 -4.557128,7.8603 -1.55074,1.95813 -2.322142,3.00249 -2.986696,4.11013 -0.945449,1.57044 -1.613972,4.17737 -2.595024,9.38329 l -0.41537,2.2232 -0.340157,1.74056 z m 4.153625,0 h -0.395565 c 0.01512,-0.13455 0.01512,-0.26911 0.01512,-0.3956 0,-4.90128 3.354557,-13.2798 7.579427,-17.15657 a 10.356431,10.356431 0 0 0 1.451792,-1.64957 14.161965,14.161965 0 0 0 1.139263,-1.93837 c 0.142488,-0.28479 0.692258,-1.44785 0.83074,-1.72476 1.273776,-2.48825 2.705839,-2.58711 6.713121,0.15413 0.530041,0.35599 2.401172,1.64562 2.531717,1.73262 1.03646,0.71209 1.847395,1.26592 2.650431,1.8039 1.98977,1.34102 3.706621,2.45265 5.344366,3.44161 5.668724,3.42969 10.083477,5.24939 13.493404,5.24939 6.669581,0 12.939629,-2.3537 15.665191,-5.85465 0.62899,-0.80699 1.26592,-2.04518 2.00168,-3.80948 0.31635,-0.75954 0.64876,-1.60608 1.05619,-2.69001 l 1.08393,-2.89962 c 1.84339,-4.9211 3.06973,-7.53985 4.57296,-9.2053 3.12511,-3.47718 5.88235,-14.24107 5.88235,-20.83547 0,-0.75163 0.0673,-1.23028 0.40354,-3.27149 0.14626,-0.87032 0.22979,-1.4241 0.29253,-2.00563 0.24907,-2.17969 0.0832,-3.74223 -0.66459,-4.90131 -1.81973,-2.80866 -7.79305,-3.65125 -15.21422,-1.89089 a 39.78404,39.78404 0 0 0 -7.492386,2.49216 c -2.045178,0.93757 -6.768453,3.85301 -6.527168,3.71853 -2.658369,1.43995 -5.130747,1.64167 -9.81052,0.51424 -11.68955,-2.82447 -12.037682,-3.40993 -6.036661,-10.60564 6.899036,-8.2796 18.640025,-18.26812 22.303143,-18.26812 3.924208,0 21.298352,-4.73914 26.021592,-7.10076 3.74226,-1.87114 9.62067,-8.37853 14.56547,-14.97293 0.28082,-0.37579 5.34043,-8.54465 7.59526,-11.70936 3.69872,-5.19403 7.2076,-8.92042 10.66106,-10.89048 2.88378,-1.64954 5.20589,-4.066599 7.43698,-7.409289 0.76347,-1.147225 4.1616,-6.982078 5.03584,-8.073917 0.60915,-0.763455 1.18674,-1.26979 1.78798,-1.538799 5.56596,-2.472442 9.58114,-3.5761 15.50699,-3.5761 h 11.472 c 1.6021,0 2.91148,-0.158052 9.07075,-0.988963 l 1.70102,-0.225331 c 3.92424,-0.514275 6.55487,-0.763491 8.61192,-0.763491 0.65665,0 1.16696,0.0036 2.38537,0.01425 7.36184,0.07511 11.29395,-0.189732 17.74594,-1.594224 1.22634,-0.264843 2.42494,-0.704149 3.60382,-1.309373 v 0.443044 a 15.016428,15.016428 0 0 1 -3.52071,1.25402 c -6.48763,1.408298 -10.44348,1.677271 -17.83298,1.60209 -1.21845,-0.0107 -1.72479,-0.01425 -2.38144,-0.01425 -2.03732,0 -4.65211,0.249181 -8.56048,0.759538 l -1.70098,0.229603 c -6.18701,0.834649 -7.49242,0.988927 -9.12223,0.988927 h -11.472 c -5.85865,0 -9.82636,1.087888 -15.3487,3.544455 -0.53012,0.237434 -1.06412,0.704149 -1.63774,1.42414 -0.85444,1.060122 -4.24067,6.879201 -5.01604,8.042238 -2.26273,3.390177 -4.62834,5.854642 -7.56752,7.531922 -3.3902,1.93838 -6.86737,5.62917 -10.53445,10.77575 -2.24693,3.15285 -7.30647,11.32961 -7.6032,11.72122 -4.98437,6.64583 -10.88648,13.18092 -14.70785,15.0916 -4.77074,2.38538 -22.208157,7.14032 -26.195672,7.14032 -3.489071,0 -15.18652,9.94897 -22.002444,18.12573 -5.775572,6.93067 -5.613392,7.20364 5.830904,9.96876 4.5888,1.10765 6.962267,0.90983 9.529663,-0.47473 -0.265323,0.13849 4.474091,-2.78092 6.550904,-3.73432 2.140119,-0.98103 4.588762,-1.81572 7.559655,-2.51987 7.56752,-1.792 13.70703,-0.92962 15.64143,2.06497 0.81097,1.25399 0.98105,2.89566 0.7279,5.15843 a 38.110715,38.110715 0 0 1 -0.2967,2.02933 c -0.3326,2.00957 -0.39953,2.48824 -0.39953,3.20425 0,6.68542 -2.78102,17.53635 -5.98526,21.09661 -1.45576,1.61793 -2.67413,4.21297 -4.49779,9.08264 -0.13833,0.3679 -0.87027,2.34978 -1.07996,2.89961 -0.4114,1.09184 -0.74366,1.93838 -1.06016,2.70582 -0.75163,1.79204 -1.40432,3.05791 -2.05705,3.89655 -2.808636,3.61169 -9.197361,6.00892 -15.97772,6.00892 -3.504869,0 -7.971023,-1.83945 -13.699086,-5.30876 -1.641714,-0.99292 -3.362495,-2.10451 -5.360202,-3.44951 a 340.8128,340.8128 0 0 1 -2.6544,-1.80386 l -2.531754,-1.73662 c -3.829266,-2.62273 -4.988296,-2.53965 -6.131528,-0.2965 -0.13833,0.2691 -0.688365,1.432 -0.83074,1.7208 a 14.545682,14.545682 0 0 1 -1.170935,1.98978 c -0.443037,0.62107 -0.93755,1.18674 -1.5072,1.71291 -4.141758,3.79762 -7.452851,12.06928 -7.452851,16.86381 l -0.01512,0.39559 z m -11.729083,0 h -0.435137 c 0.462841,-0.99691 0.708056,-2.05707 0.708056,-3.16471 0,-7.9117 1.910703,-16.6304 4.806388,-19.52215 2.045216,-2.04911 3.073701,-3.31498 3.916308,-5.03975 1.044359,-2.14014 1.562533,-4.74703 1.562533,-8.2717 0,-2.69791 0.451011,-4.58485 1.333152,-5.96146 0.688328,-1.0681 1.424126,-1.66543 3.524674,-2.97484 a 12.516328,12.516328 0 0 0 1.542766,-1.10365 c 1.82366,-1.56653 2.60296,-2.45266 3.053934,-3.72248 0.565682,-1.59028 0.367748,-3.5761 -0.735799,-6.33728 a 27.287494,27.287494 0 0 0 -1.578368,-3.19235 l -0.367748,-0.67251 a 29.854843,29.854843 0 0 1 -1.044359,-1.97792 c -2.04121,-4.23675 -1.491326,-7.47657 3.038135,-11.78053 a 80.69946,80.69946 0 0 1 10.605619,-8.5249 c 1.566539,-1.06411 6.645846,-4.27231 7.611099,-4.94482 0.7872,-0.55381 1.712844,-1.30542 3.073663,-2.49219 -0.0076,0 2.86012,-2.5278 3.74623,-3.28336 1.966035,-1.6852 3.595843,-2.96688 5.162343,-4.01515 1.8672,-1.24616 3.54841,-2.08874 5.091213,-2.50014 5.055572,-1.34896 6.171137,-1.65357 8.61188,-2.36163 4.964598,-1.43995 8.687098,-2.72957 11.131808,-3.95588 a 17.987277,17.987277 0 0 1 2.95502,-1.10367 c 3.42576,-1.05228 4.75491,-1.62191 6.71308,-3.20425 2.68203,-2.1599 5.17028,-5.63711 7.64667,-11.02497 6.31748,-13.75453 7.54775,-15.5821 12.71807,-19.458848 1.24214,-0.933575 2.51989,-1.621913 4.52153,-2.531743 l 0.92171,-0.411402 c 4.71938,-2.1164 6.67355,-3.532601 8.34686,-6.87529 0.74373,-1.491348 0.98109,-2.488248 1.33315,-4.853864 0.30879,-2.053073 0.58545,-2.990633 1.39642,-4.054742 1.01662,-1.345007 2.78098,-2.480311 5.6806,-3.564211 1.33311,-0.498433 2.91152,-0.988963 4.76677,-1.475542 6.45997,-1.701015 10.00044,-2.120316 15.66524,-2.298338 2.72954,-0.08686 3.75806,-0.221416 5.0081,-0.791149 0.47074,-0.213581 0.93358,-0.486614 1.41619,-0.834719 1.46366,-1.068061 3.22004,-1.795953 5.23759,-2.242984 2.25872,-0.502384 4.2288,-0.609176 7.39741,-0.573579 l 0.92961,0.0071 c 1.11556,0 2.69,-0.395592 7.79304,-1.855293 4.28421,-1.218388 6.30962,-1.70498 7.63484,-1.70498 0.32428,0 0.7516,0.05133 1.40432,0.162217 l 1.98187,0.356021 c 3.88464,0.664601 6.89904,0.74765 9.949,-0.08322 3.15678,-0.862376 5.85464,-2.678106 8.0264,-5.633131 v 0.648774 c -2.16382,2.784909 -4.83009,4.517563 -7.92356,5.360194 -3.11724,0.850489 -6.183,0.767405 -10.11911,0.09078 l -1.97791,-0.356042 c -0.63295,-0.102913 -1.04432,-0.154243 -1.34101,-0.154243 -1.26588,0 -3.29129,0.482603 -7.80888,1.772256 -4.88546,1.396373 -6.44803,1.788015 -7.619,1.788015 l -0.93358,-0.0071 c -3.1409,-0.03951 -5.08328,0.06728 -7.30643,0.561761 -1.96608,0.439092 -3.67896,1.147193 -5.09518,2.175704 a 8.4655317,8.4655317 0 0 1 -1.48339,0.878185 c -1.31335,0.59337 -2.37355,0.739747 -5.15849,0.826782 -5.63705,0.17407 -9.14986,0.593406 -15.57419,2.282532 a 49.669727,49.669727 0 0 0 -4.72724,1.463652 c -2.83635,1.068096 -4.5453,2.159935 -5.51052,3.433711 -0.75159,0.996866 -1.02062,1.882989 -1.31727,3.87672 -0.35604,2.405165 -0.60526,3.433676 -1.37273,4.968559 a 12.104919,12.104919 0 0 1 -3.82129,4.529467 c -1.23424,0.893989 -2.35378,1.475542 -4.71934,2.531712 l -0.91386,0.41144 c -1.98187,0.897973 -3.23588,1.57838 -4.45031,2.488239 -5.10305,3.829239 -6.30172,5.605439 -12.5994,19.304579 -2.49615,5.44325 -5.02397,8.97187 -7.75351,11.17526 -2.00954,1.62192 -3.37429,2.20344 -6.84363,3.2715 a 17.658941,17.658941 0 0 0 -2.89962,1.07999 c -2.46844,1.23419 -6.2107,2.53171 -11.19507,3.97955 a 343.13094,343.13094 0 0 1 -8.623786,2.36164 c -1.491363,0.39954 -3.13697,1.22635 -4.968529,2.4487 a 54.333683,54.333683 0 0 0 -5.122847,3.98354 c -0.88611,0.75954 -3.750161,3.28335 -3.750161,3.28335 a 38.846502,38.846502 0 0 1 -3.101366,2.51993 c -0.973153,0.68037 -6.06036,3.88858 -7.618999,4.94482 a 80.303875,80.303875 0 0 0 -10.558186,8.48528 c -4.402885,4.18531 -4.917127,7.2392 -2.954986,11.32563 a 29.479039,29.479039 0 0 0 1.036423,1.95813 l 0.371905,0.67251 a 27.627697,27.627697 0 0 1 1.594205,3.23193 c 1.139263,2.84821 1.34502,4.92898 0.747666,6.61815 -0.482608,1.35685 -1.297512,2.28252 -3.172573,3.89255 -0.450974,0.38371 -0.917745,0.71206 -2.096618,1.4518 -1.550702,0.96921 -2.250859,1.53884 -2.891716,2.53965 -0.842608,1.30546 -1.273814,3.12117 -1.273814,5.74789 0,3.58005 -0.530079,6.24625 -1.602104,8.44179 -0.866344,1.77619 -1.918602,3.07367 -3.995414,5.14658 -2.796775,2.79677 -4.687711,11.43238 -4.687711,19.24523 0,1.10765 -0.229417,2.1678 -0.672453,3.16466 z m 111.76876,0 h -0.39954 l -0.43517,-2.29443 c -1.21837,-6.43221 -1.60211,-10.36436 -1.0839,-14.7395 0.27704,-2.29439 0.30463,-3.82928 0.21733,-6.05246 -0.0711,-1.76036 -0.0673,-2.24694 0.0752,-3.01833 0.30879,-1.70102 1.36082,-3.37434 4.11012,-6.46386 3.58798,-4.03498 4.84989,-6.09599 7.83262,-11.9269 0.53405,-1.04439 0.92171,-1.7683 1.33712,-2.4922 0.35603,-0.62502 0.71996,-1.21048 1.09576,-1.78011 1.24211,-1.85928 2.78094,-3.33087 6.66165,-6.64982 4.43845,-3.79762 6.13156,-5.48279 7.17195,-7.56754 0.27704,-0.55383 0.51424,-1.10765 0.7635,-1.74061 a 81.490632,81.490632 0 0 0 0.58942,-1.60208 c 1.43596,-3.93212 3.16864,-5.51054 9.05889,-7.04539 1.97401,-0.51426 8.12931,-2.02936 8.45763,-2.11244 6.40453,-1.62192 10.02017,-2.9115 13.24419,-4.98436 2.31817,-1.49138 2.31027,-1.48744 10.94192,-6.53905 l 1.02852,-0.6013 c 4.04682,-2.37348 6.76449,-4.03495 8.99165,-5.5184 a 59.060931,59.060931 0 0 0 3.48121,-2.4922 286.28531,286.28531 0 0 0 2.51985,-2.00956 34.708681,34.708681 0 0 1 6.37685,-4.05475 v 0.44304 a 33.92542,33.92542 0 0 0 -6.12763,3.91631 c 0.071,-0.0552 -1.883,1.51904 -2.52386,2.01747 a 59.456515,59.456515 0 0 1 -3.50094,2.51196 c -2.23506,1.48743 -4.95669,3.14889 -9.01141,5.52633 l -1.02852,0.60526 c -8.62379,5.04374 -8.61589,5.03979 -10.93006,6.52715 -3.27148,2.10454 -6.91876,3.40602 -13.36286,5.03584 -0.32806,0.0833 -6.48366,1.59814 -8.4497,2.10846 -3.17654,0.83073 -5.20199,1.78011 -6.50744,2.96689 -1.05225,0.95732 -1.5823,1.92254 -2.28249,3.83717 l -0.59335,1.61003 a 20.222335,20.222335 0 0 1 -0.77541,1.76826 c -1.07595,2.15595 -2.78487,3.85699 -7.27082,7.69413 -3.84904,3.29128 -5.37997,4.75497 -6.58651,6.56674 a 30.531296,30.531296 0 0 0 -1.08389,1.76035 c -0.41537,0.71604 -0.79514,1.43599 -1.32522,2.47241 -2.99853,5.85864 -4.28024,7.94339 -7.89589,12.00998 -2.70183,3.04602 -3.71852,4.66 -4.01518,6.27402 -0.13455,0.7318 -0.13455,1.20258 -0.0673,2.92733 0.0869,2.24691 0.0552,3.7976 -0.21733,6.11971 -0.51428,4.3198 -0.13455,8.22421 1.07993,14.61688 l 0.44303,2.36957 z m -30.29791,0 h -0.83074 l 0.54989,-1.70106 c 0.4114,-1.30542 0.7635,-2.68203 1.06019,-4.11408 1.04825,-5.0358 1.29355,-9.3477 1.29355,-16.33768 0,-2.25879 -0.7358,-3.85697 -1.63382,-3.85697 -1.163,0 -2.7532,2.21928 -4.32374,6.75664 -3.87277,11.21482 -8.95208,16.48403 -16.982476,16.48403 -8.86904,0 -11.574841,-0.53403 -19.15423,-3.99145 a 34.688901,34.688901 0 0 1 -3.726463,-1.99376 c -1.166967,-0.71206 -5.055534,-3.39018 -5.870476,-3.84508 -1.661442,-0.9336 -2.769109,-1.07205 -3.845064,-0.39164 -0.249071,0.1584 -0.498445,0.36 -0.751597,0.61316 a 22.821332,22.821332 0 0 1 -1.705021,1.52695 58.499199,58.499199 0 0 1 -1.210469,0.96525 l -0.395603,0.31646 c -3.291288,2.61878 -4.481991,4.49779 -4.481991,8.38244 0,0.4035 -0.0076,0.79514 -0.03024,1.18679 h -0.791206 c 0.02268,-0.39165 0.03024,-0.78329 0.03024,-1.18679 0,-4.16152 1.317316,-6.24233 4.782652,-9.0035 a 105.07149,105.07149 0 0 1 0.791168,-0.63292 c 0.328063,-0.25311 0.565682,-0.44703 0.803037,-0.63695 a 22.057853,22.057853 0 0 0 1.649612,-1.47946 c 0.292536,-0.28868 0.585449,-0.53006 0.886073,-0.71998 1.372686,-0.87028 2.769108,-0.69226 4.656037,0.3679 0.850508,0.47868 4.758917,3.16471 5.894211,3.86092 a 33.901686,33.901686 0 0 0 3.647358,1.95023 c 7.464642,3.40601 10.059742,3.92029 18.821934,3.92029 7.615034,0 12.457024,-5.02399 16.242744,-15.95398 1.67732,-4.84593 3.42577,-7.28669 5.06748,-7.28669 1.50319,0 2.42491,2.00168 2.42491,4.64812 0,7.04142 -0.24907,11.39287 -1.30545,16.49595 -0.30463,1.46365 -0.66456,2.86006 -1.08783,4.19317 -0.15798,0.51428 -0.31634,1.00085 -0.47077,1.46369 z m -59.041168,0 0.198047,-0.37187 a 63.333252,63.333252 0 0 0 2.583194,-5.24551 c 1.079924,-2.48817 2.286463,-3.81342 3.655181,-4.16152 1.479496,-0.37584 2.828447,0.29261 4.968529,2.02936 2.148056,1.74055 2.401209,1.92253 3.057902,2.01747 0.632958,0.0868 1.693115,0.45094 3.504907,1.16699 0.514243,0.19793 4.264441,1.7208 5.478841,2.19549 1.214438,0.47469 2.314167,0.89008 3.358526,1.25794 1.226306,0.43517 2.365606,0.80702 3.421795,1.11163 h -1.364711 c -0.696265,-0.2214 -1.424126,-0.46679 -2.191597,-0.73975 a 111.23867,111.23867 0 0 1 -3.366425,-1.26192 c -1.218369,-0.47469 -4.972498,-1.99377 -5.482772,-2.1955 -1.780158,-0.70415 -2.828485,-1.06019 -3.413934,-1.14719 -0.767433,-0.10678 -1.000819,-0.27697 -3.251716,-2.09661 -2.045178,-1.66146 -3.307125,-2.28648 -4.624404,-1.95422 -1.226305,0.30864 -2.34977,1.55073 -3.38623,3.9361 a 63.689284,63.689284 0 0 1 -2.697864,5.45909 z m 44.657648,0 a 12.002067,12.002067 0 0 0 4.45829,-2.48035 c 0.61316,-0.53798 1.31332,-1.36872 2.11242,-2.48821 0.41537,-0.57757 0.85047,-1.22633 1.34895,-1.99378 a 138.34815,138.34815 0 0 0 0.98895,-1.54274 l 0.18596,-0.29651 0.36774,-0.58152 a 35.274369,35.274369 0 0 1 1.28565,-1.92253 c 0.41537,-0.56572 0.71996,-0.88218 0.96521,-0.97316 0.40351,-0.14631 0.58946,0.18973 0.58946,0.80699 l 0.004,0.83468 c 0.0227,2.73348 -0.0302,4.47807 -0.27704,6.45991 a 19.146342,19.146342 0 0 1 -0.94152,4.17741 h -0.4233 a 18.382862,18.382862 0 0 0 0.96922,-4.22487 c 0.24529,-1.96211 0.29669,-3.69079 0.27704,-6.40846 l -0.004,-0.83867 c 0,-0.38371 -0.0302,-0.44304 -0.0593,-0.43514 -0.14249,0.0552 -0.41537,0.33638 -0.77927,0.83074 a 34.985589,34.985589 0 0 0 -1.27377,1.90672 l -0.36397,0.57757 -0.18973,0.29654 a 501.64207,501.64207 0 0 1 -0.98899,1.55068 c -0.49841,0.7714 -0.94148,1.42411 -1.36078,2.00961 -0.81494,1.13926 -1.53094,1.99374 -2.17576,2.55151 a 12.211727,12.211727 0 0 1 -3.53655,2.18364 z m -72.676949,0 h -0.541984 c 1.333152,-1.35686 2.053114,-3.29524 2.053114,-5.93382 0,-7.35789 -0.01512,-6.8634 0.403503,-8.21627 0.236976,-0.7635 0.593386,-1.47954 1.293581,-2.62278 0.166299,-0.27696 1.946268,-3.08557 2.682066,-4.29605 1.20257,-1.96604 4.367244,-6.52715 4.830085,-7.34204 1.376617,-2.40517 1.867162,-4.77078 1.867162,-9.56527 0,-3.10533 0.988989,-5.61732 3.204246,-9.27255 l 1.123427,-1.83155 a 28.747204,28.747204 0 0 0 0.98502,-1.74057 c 0.640857,-1.24608 0.981052,-2.28651 1.03646,-3.27548 0.07899,-1.4953 -0.51428,-2.8838 -1.938368,-4.31186 -2.02938,-2.02541 -3.402029,-2.14801 -4.430552,-0.73181 -0.838677,1.1551 -1.376655,3.06179 -2.001675,6.51527 -0.07899,0.40747 -0.324284,1.81969 -0.324284,1.80784 -0.328063,1.84739 -0.553814,2.89964 -0.830702,3.79761 -0.534085,1.74851 -1.463698,3.01043 -3.307087,4.84988 l -1.28965,1.26588 c -2.523817,2.52779 -3.829228,4.55317 -4.493858,7.71393 l -0.458873,2.18364 c -0.344315,1.62188 -0.617121,2.78491 -0.921713,3.93211 -1.451792,5.43535 -3.817399,10.27336 -8.936277,17.69058 -3.03806,4.40681 -4.371213,7.46472 -4.319773,9.38331 h -0.395604 c -0.04724,-2.04122 1.325216,-5.16239 4.39098,-9.60486 5.091212,-7.38554 7.437052,-12.18401 8.876976,-17.57188 0.30463,-1.13928 0.573619,-2.29442 0.917745,-3.91238 l 0.45891,-2.17966 c 0.684359,-3.2517 2.029304,-5.3404 4.604599,-7.9117 0.249071,-0.25308 1.123464,-1.10765 1.285644,-1.26983 1.807824,-1.79595 2.697902,-3.01438 3.212145,-4.68374 a 32.271873,32.271873 0 0 0 0.818872,-3.75014 l 0.320504,-1.80781 c 0.640857,-3.52074 1.186734,-5.45908 2.072844,-6.68146 1.186772,-1.64168 2.848214,-1.4953 5.027906,0.68831 1.503231,1.5032 2.14405,2.99853 2.057045,4.61255 -0.05934,1.05225 -0.41537,2.14011 -1.079962,3.43367 a 29.1151,29.1151 0 0 1 -0.996888,1.76431 l -1.12354,1.83155 c -2.18366,3.59984 -3.148876,6.05246 -3.148876,9.06684 0,4.85778 -0.506343,7.29064 -1.918563,9.76305 -0.474747,0.83073 -3.643352,5.39974 -4.834054,7.34997 -0.739729,1.21053 -2.519887,4.02705 -2.682104,4.29606 -0.684359,1.11555 -1.028523,1.80785 -1.253972,2.53175 -0.403502,1.29752 -0.387704,0.83073 -0.387704,8.10158 0,2.57923 -0.672453,4.52551 -1.906696,5.93382 z M 122.66801,0.00440693 h 0.4193 c -0.14627,0.3559937 -0.30463,0.72390803 -0.47467,1.11552377 -1.54281,3.5840164 -2.15596,5.9931288 -2.15596,9.9608653 0,3.022281 -0.83074,4.5888 -2.6267,5.162378 -1.36871,0.435148 -2.26272,0.387677 -6.95043,-0.170193 -4.56904,-0.537985 -7.5834,-0.625028 -11.139707,-0.05529 -2.468448,0.985002 -10.249626,2.777008 -12.710136,2.777008 -4.410784,0 -14.541732,-1.139271 -21.409134,-2.773047 a 8.7345298,8.7345298 0 0 0 -6.705146,0.981041 c -1.602142,0.921705 -2.804712,1.989807 -5.498646,4.735173 -2.484283,2.527775 -3.769927,3.651247 -5.459112,4.549228 -2.804674,1.499267 -4.438412,3.026219 -5.300825,4.853836 -0.719962,1.523017 -0.921713,3.101374 -0.921713,6.048499 0,1.740578 -1.04829,2.646463 -3.738255,3.853013 0.03931,-0.02003 -1.174904,0.518203 -1.519068,0.676433 -3.473235,1.606095 -5.027906,3.279413 -5.027906,6.546943 0,4.952735 -1.92257,7.603158 -6.859464,11.060566 l -1.803855,1.242156 c -0.751597,0.514242 -1.305411,0.909849 -1.847396,1.30543 -0.363968,0.269008 -0.708056,0.530089 -1.036422,0.791184 -2.832378,2.223192 -4.351445,5.751806 -6.1553,13.165078 -0.249071,1.016657 -1.305449,5.538186 -1.610041,6.780316 a 138.62902,138.62902 0 0 1 -2.057046,7.646683 c -0.5419465,1.780148 -1.7801575,5.961475 -1.962104,6.539032 -0.4153701,1.34501 -0.6487559,1.954186 -0.9731149,2.500069 -0.3242835,0.553861 -2.7097701,3.591938 -5.0002394,7.227378 l -2.14408820394,3.44553 v -0.75162 L 1.8126236,106.31007 a 107.12457,107.12457 0 0 1 4.9883717,-7.211501 c -0.1186772,0.197919 0.5340094,-1.107684 0.9414803,-2.42101 0.1780157,-0.569656 1.416189,-4.750985 1.9581354,-6.539035 0.723931,-2.385373 1.360819,-4.782599 2.053077,-7.62294 0.300851,-1.23818 1.360819,-5.759708 1.60611,-6.780317 1.827629,-7.496356 3.370356,-11.08431 6.297714,-13.382669 0.332598,-0.265021 0.68039,-0.526128 1.04829,-0.795121 0.545915,-0.403502 1.107666,-0.795122 1.859263,-1.313351 l 1.795955,-1.242134 c 4.845922,-3.390177 6.693317,-5.937735 6.693317,-10.736201 0,-3.457405 1.661443,-5.245451 5.257361,-6.902978 0.348094,-0.162217 1.566463,-0.70018 1.52296,-0.684332 2.55549,-1.147223 3.504907,-1.966065 3.504907,-3.489079 0,-3.006455 0.209764,-4.628345 0.957317,-6.214654 0.905877,-1.914633 2.598992,-3.500939 5.47491,-5.03579 1.641676,-0.874261 2.907553,-1.977925 5.59748,-4.719349 2.484322,-2.531739 3.70269,-3.611675 5.348372,-4.561096 a 9.1261595,9.1261595 0 0 1 6.997871,-1.024569 c 6.831798,1.629815 16.931074,2.765148 21.314192,2.765148 2.413077,0 10.178381,-1.79201 12.627062,-2.769109 3.607781,-0.577534 6.657751,-0.494483 11.270251,0.05133 4.60063,0.545915 5.49861,0.593386 6.78429,0.185877 1.60607,-0.514269 2.3498,-1.918594 2.3498,-4.786579 0,-3.9954215 0.61709,-6.4480665 2.61083,-11.0764155 z m 9.93713,0 h 0.39553 c 0.0227,2.22317477 0.1028,4.54131027 0.25701,7.67435337 0.18595,3.8371617 0.25322,5.7636817 0.25322,8.5446277 0,3.88072 -1.85132,6.906935 -5.18218,9.161782 -2.58316,1.752439 -5.91005,2.951063 -9.62457,3.690792 -1.47953,0.213544 -3.72642,0.221518 -8.97192,0.09094 -2.66626,-0.06728 -3.69872,-0.08697 -4.90129,-0.08697 -1.09576,0 -1.96603,0.170192 -3.01829,0.538015 -0.3481,0.118602 -1.79996,0.68832 -2.207434,0.83469 -2.591055,0.929609 -5.375962,1.396407 -9.806514,1.396407 -3.204245,0 -5.372069,-0.545915 -8.884875,-1.938357 l -1.25794,-0.494483 c -4.964599,-1.926516 -8.414136,-2.037275 -14.707881,0.443051 -4.410784,1.736617 -7.171993,3.639387 -8.813669,5.858623 -1.246072,1.685205 -1.712882,3.085572 -2.34977,6.250262 -0.482608,2.409089 -0.763502,3.457406 -1.384554,4.798439 -0.652725,1.396407 -1.570432,2.298353 -2.796775,2.856124 -0.921714,0.423292 -1.720781,0.593386 -3.686854,0.866344 -3.576075,0.502405 -5.051678,1.222344 -6.175067,3.78969 -1.467629,3.354568 -3.053972,5.486787 -5.62526,7.816785 -0.949418,0.862378 -5.197985,4.359347 -6.293783,5.308761 -3.243742,2.808659 -5.478841,6.871304 -7.397443,12.646887 a 102.3815,102.3815 0 0 0 -1.293543,4.232728 c -0.0036,0.02135 -0.894047,3.152849 -1.139301,3.995436 -3.358526,11.412632 -7.073083,20.946246 -10.3366673,24.209846 -1.1075906,1.10761 -2.0016378,2.23109 -4.1140914,5.12679 -1.3449826,1.85134 -2.4644787,3.26355 -3.54047239449,4.39099 v -0.6131 C 1.0846866,120.21497 2.267452,118.69593 3.7508787,116.65866 c 1.5942426,-2.18361 2.5001197,-3.32293 3.6275528,-4.44638 3.1923775,-3.19636 6.8990365,-12.714096 10.2337885,-24.051611 0.245292,-0.830734 1.131402,-3.967706 1.139263,-3.987499 0.478678,-1.677271 0.874281,-2.978742 1.29755,-4.248569 1.938406,-5.834888 4.205102,-9.952958 7.51612,-12.816971 1.099729,-0.957353 5.340397,-4.450355 6.285883,-5.300873 2.531755,-2.294389 4.082419,-4.387038 5.526312,-7.686213 0.664592,-1.515088 1.602104,-2.496151 2.848214,-3.109319 0.949418,-0.462811 1.835528,-0.660612 3.769928,-0.93357 1.795956,-0.249222 2.571288,-0.415366 3.4416,-0.814904 1.143231,-0.518207 1.989808,-1.352897 2.602923,-2.662284 0.605253,-1.305452 0.882179,-2.33396 1.356888,-4.707488 0.648793,-3.220063 1.127433,-4.663933 2.417045,-6.408473 1.693115,-2.290427 4.513626,-4.232768 8.991648,-5.997093 6.388724,-2.515914 9.941064,-2.401191 14.992667,-0.439087 l 1.261909,0.498444 c 3.469342,1.372679 5.589657,1.906708 8.738532,1.906708 4.387011,0 7.128416,-0.458876 9.676007,-1.372657 0.395565,-0.142299 1.851361,-0.71207 2.207361,-0.834693 a 8.9006759,8.9006759 0 0 1 3.14887,-0.561736 c 1.20654,0 2.243,0.02003 5.56592,0.102916 4.56106,0.114633 6.80406,0.106659 8.24002,-0.09891 3.65915,-0.73183 6.93857,-1.910698 9.47032,-3.627526 3.22794,-2.191552 5.0081,-5.095147 5.0081,-8.837367 0,-2.769113 -0.0673,-4.691671 -0.27704,-8.9798061 -0.13833,-2.8719496 -0.21732,-5.0753613 -0.23357,-7.23922772 z m -95.470677,0 h 0.807005 C 37.664428,1.5867288 37.30458,2.7022753 36.742828,3.7505915 35.821153,5.4832706 35.615433,6.0251981 34.662085,8.9050696 a 16.005394,16.005394 0 0 1 -0.767471,1.9898114 c -0.886072,1.843416 -2.341871,3.481127 -5.17028,5.641032 -3.168643,2.424937 -5.644989,6.546943 -7.923591,12.480741 -0.949379,2.464482 -3.461367,10.138858 -3.81343,11.080354 -1.064126,2.832374 -2.595023,5.023926 -6.183004,9.367457 L 9.7441512,50.746171 C 7.3627087,53.649763 6.0453921,55.520861 5.1078803,57.530433 4.1980346,59.484634 2.291263,61.446737 8.3149606e-4,63.127981 V 62.178592 C 2.0341417,60.619969 3.6006803,58.895214 4.3918866,57.194206 5.3650016,55.109456 6.7139528,53.198789 9.1309606,50.2477 l 1.0601574,-1.289601 c 3.53658,-4.272318 5.031874,-6.416398 6.052498,-9.13801 0.348094,-0.921709 2.864012,-8.600023 3.817436,-11.088275 2.329928,-6.056402 4.86565,-10.285233 8.180674,-12.820929 2.737436,-2.096614 4.114091,-3.639386 4.936894,-5.360179 0.257008,-0.534051 0.458911,-1.0680754 0.731868,-1.8948736 0.969147,-2.9273159 1.186734,-3.4930129 2.136151,-5.2770973 a 10.94981,10.94981 0 0 0 1.087824,-3.37432817 z m 3.587981,0 h 0.403502 C 40.469254,3.2877619 39.974778,5.0164724 39.329991,6.0410192 a 23.394932,23.394932 0 0 0 -1.621947,3.2477707 c -0.502337,1.1867601 -0.965216,2.4526191 -1.384516,3.7184991 -0.150048,0.443052 -0.27704,0.854453 -0.953386,2.132194 a 99.481867,99.481867 0 0 0 -5.067402,5.261303 c -1.376655,1.566524 -2.353776,2.875911 -2.828485,3.821363 -0.375685,0.751616 -0.814866,2.369545 -1.428019,5.130732 -0.253228,1.147196 -1.44393,6.784312 -1.784126,8.334984 -1.435993,6.507398 -2.622727,10.55819 -3.916271,12.658738 -3.030198,4.925049 -4.209033,6.214652 -14.6683461,16.258607 A 27.603962,27.603962 0 0 1 8.3149606e-4,70.897279 V 70.442346 A 27.449685,27.449685 0 0 0 5.4006425,66.320361 C 15.844082,56.300185 16.999181,55.02638 20.005606,50.140925 c 1.265877,-2.049143 2.44475,-6.080172 3.868876,-12.540072 0.340157,-1.54676 1.530898,-7.183835 1.78405,-8.33105 0.62109,-2.804697 1.068095,-4.430548 1.463698,-5.221731 0.490469,-0.988963 1.487395,-2.318113 2.883779,-3.91234 0.356032,-0.407445 0.735799,-0.83071 1.131402,-1.257937 0.94938,-1.02853 1.962066,-2.064964 2.978759,-3.069747 0.356032,-0.348095 0.684359,-0.672503 1.333153,-1.344998 a 51.038453,51.038453 0 0 1 1.890822,-5.3245719 23.762827,23.762827 0 0 1 1.657549,-3.3031597 c 0.601286,-0.9652119 1.083931,-2.6543849 1.72475,-5.83091147 z m -7.607093,0 h 0.435137 C 32.723679,1.8794683 31.165115,3.5330079 29.032894,4.8701065 c -2.848251,1.7880453 -6.527168,2.848199 -9.64834,2.848199 -3.520705,0 -4.667905,2.7691085 -4.64417,8.5130075 0,0.672496 0.01512,1.253991 0.04724,2.369568 0.03931,1.305426 0.04724,1.760333 0.04724,2.36954 0,2.26673 -0.30085,4.470116 -0.795099,6.52718 A 26.373693,26.373693 0 0 1 13.189228,30.254827 1027.6365,1027.6365 0 0 1 10.420157,36.528813 1689.467,1689.467 0 0 1 2.5480063,53.883148 21.614796,21.614796 0 0 1 4.1574803e-4,58.155486 V 57.502749 A 21.70578,21.70578 0 0 0 2.1959055,53.716993 1689.0793,1689.0793 0 0 0 12.144907,31.63937 c 0.209764,-0.474697 0.391597,-0.882161 0.965216,-2.33396 a 27.38639,27.38639 0 0 0 1.329184,-8.334989 c 0,-0.601281 -0.01512,-1.052254 -0.04724,-2.353719 -0.03024,-1.119511 -0.04724,-1.704968 -0.04724,-2.377467 -0.01512,-2.686034 0.209764,-4.596703 0.818835,-6.068284 0.76747,-1.8513416 2.132258,-2.844265 4.220938,-2.844265 3.045997,0 6.649777,-1.0403943 9.43869,-2.7888945 2.005606,-1.2619162 3.481134,-2.8007282 4.288138,-4.53338457 z m 111.804319,0 h 0.39957 c 0.73576,3.96374927 0.86238,5.01206547 0.91779,7.23920127 a 48.827131,48.827131 0 0 1 0.14626,11.0091588 c -0.3798,3.473231 -1.22638,6.333317 -2.62272,8.366612 -4.486,6.52718 -15.74438,11.559031 -26.27086,11.559031 -2.01358,0 -4.14183,0.110891 -6.45203,0.328328 a 163.69332,163.69332 0 0 0 -9.6404,1.250033 c -8.528845,1.289628 -10.941923,1.586306 -14.367686,1.586306 -2.737474,0 -4.826155,-0.415363 -8.580246,-1.542777 l -1.099729,-0.328328 c -0.549846,-0.162217 -1.004788,-0.292724 -1.443893,-0.403479 -3.164712,-0.810974 -5.62526,-0.807005 -8.584214,0.284825 a 6.4559569,6.4559569 0 0 0 -3.627515,3.23588 c -0.63292,1.206554 -0.988989,2.397252 -1.590236,5.075388 -0.593424,2.626673 -0.925682,3.765966 -1.578407,5.000179 a 6.3926631,6.3926631 0 0 1 -3.896541,3.307098 41.457369,41.457369 0 0 0 -3.758022,1.352895 c -2.591093,1.107648 -3.995415,2.203435 -5.459112,4.141791 -0.52611,0.692285 -0.407433,0.514266 -2.148019,3.125144 -0.783269,1.174888 -1.843427,2.294386 -3.354558,3.615649 -0.795137,0.696212 -4.236699,3.493017 -5.095143,4.232764 -2.915452,2.511956 -4.976466,4.802426 -6.57857,7.571501 -1.66938,2.887792 -3.085569,7.239238 -4.462186,13.15721 -0.344315,1.475511 -0.680466,3.022245 -1.044397,4.802387 l -0.466809,2.294386 -0.431169,2.15595 c -0.712063,3.54446 -1.09576,5.25337 -1.491363,6.43225 -2.689966,8.08574 -6.827793,16.67785 -10.732196,20.25395 -2.02148,1.85924 -3.2042832,2.79681 -4.3910548,3.50487 -0.3560315,0.21358 -0.7278614,0.41143 -1.1550614,0.6211 -0.1742363,0.0868 -3.7976315,1.74057 -5.57775123,2.63459 l -0.48264566449,0.24525 v -0.44702 L 0.30954331,135.5124 C 2.0976,134.61837 5.7172535,132.96481 5.8873323,132.88176 a 16.29417,16.29417 0 0 0 1.1234646,-0.60921 c 1.1629984,-0.69226 2.3260346,-1.61793 4.3277101,-3.45347 3.841134,-3.52071 7.951295,-12.06928 10.629392,-20.09177 0.383736,-1.1551 0.767433,-2.85614 1.475528,-6.38081 l 0.435137,-2.1599 a 194.03472,194.03472 0 0 1 1.51113,-7.104712 c 1.384555,-5.957521 2.808681,-10.340611 4.505689,-13.267952 1.625915,-2.812611 3.718526,-5.134692 6.657751,-7.674343 0.866343,-0.743698 4.303975,-3.540467 5.095105,-4.232798 1.491402,-1.297485 2.527824,-2.39324 3.283389,-3.53253 1.752416,-2.626732 1.629846,-2.444752 2.163855,-3.148898 1.503194,-1.989787 2.966892,-3.129081 5.621292,-4.264413 1.032491,-0.443051 2.270627,-0.886101 3.793663,-1.368721 a 6.0010333,6.0010333 0 0 0 3.667049,-3.109294 c 0.628951,-1.194663 0.957316,-2.314174 1.594204,-5.138676 0.557783,-2.480307 0.917783,-3.690795 1.574438,-4.93689 a 6.8475866,6.8475866 0 0 1 3.837203,-3.425787 c 3.045997,-1.119507 5.577751,-1.123468 8.821531,-0.296655 0.443074,0.114633 0.901946,0.241209 1.455761,0.407444 l 1.475565,0.43911 c 3.350627,1.004783 5.403666,1.416189 8.093669,1.416189 3.39806,0 5.803238,-0.296655 14.312282,-1.582345 a 164.02561,164.02561 0 0 1 9.65623,-1.253994 c 2.32608,-0.213544 4.46616,-0.328366 6.49161,-0.328366 10.40387,0 21.5396,-4.976458 25.94645,-11.384927 1.35285,-1.970029 2.17569,-4.770784 2.55546,-8.188645 0.33222,-3.061829 0.28875,-6.337277 0.008,-9.4544956 a 53.87876,53.87876 0 0 0 -0.22564,-2.0253959 c 0,-1.7682633 -0.11868,-2.7453657 -0.85452,-6.72493605 z m -137.4501519,0 H 7.8769512 C 7.1213858,2.9989795 6.7851591,4.031452 5.7209953,6.4128794 4.9496315,8.1415937 4.6648063,10.048328 4.7636787,12.303145 c 0.078992,1.712893 0.2808189,3.046004 0.9019843,6.380787 0.4311685,2.326057 0.621052,3.469289 0.7674331,4.826151 0.3797291,3.520724 0.094866,6.361024 -1.1076662,9.015409 A 183.31437,183.31437 0 0 1 8.3149606e-4,43.293317 V 42.454689 A 183.9473,183.9473 0 0 0 4.9614992,32.359336 C 6.1364031,29.780107 6.4132913,27.00706 6.0374929,23.549654 5.8950047,22.204656 5.7052724,21.073281 5.2739906,18.755146 4.6529386,15.404542 4.443326,14.055609 4.3681134,12.318966 4.2653102,10.008756 4.5578457,8.042691 5.3571024,6.2546457 6.4014614,3.9206854 6.7337197,2.9040378 7.4695181,0.00440693 Z m 110.9499219,0 a 27.999547,27.999547 0 0 1 -1.94238,4.44636847 c -1.01264,1.8592403 -1.58626,3.3426822 -1.92253,4.7391118 l -0.15836,0.7120441 -0.11074,0.5736187 a 2.0886919,2.0886919 0 0 1 -0.29254,0.81885 c -0.29253,0.407463 -0.7635,0.506362 -2.02938,0.494476 0.36397,0 -3.8965,-0.114633 -5.94561,-0.114633 -4.03498,0 -7.298568,0.324396 -11.653982,1.012709 -6.673512,1.052254 -7.013783,1.095764 -9.359546,0.996888 a 16.840078,16.840078 0 0 1 -3.164826,-0.431214 c -7.001839,-1.645614 -18.268119,-2.318139 -21.64645,-1.190702 -1.075956,0.356031 -2.326035,1.107651 -3.765959,2.211337 a 44.451953,44.451953 0 0 0 -2.587124,2.167801 c -0.553815,0.494479 -3.627478,3.362468 -4.264441,3.892554 -0.573581,0.474698 -3.235843,2.935246 -3.500863,3.172593 a 45.353889,45.353889 0 0 1 -1.799963,1.542799 c -1.973971,1.594208 -3.520705,2.452622 -4.715338,2.452622 -1.392491,0.02003 -1.708951,0 -2.033348,-0.158211 -0.447005,-0.221518 -0.593386,-0.680398 -0.447005,-1.412228 0.292536,-1.436001 1.768252,-4.288161 5.079345,-9.810531 2.25086,-3.750149 3.726387,-7.1205391 4.659969,-10.364345 0.573618,-1.9937462 0.767433,-2.9273424 1.174866,-5.75182114 h 0.399571 C 47.977436,2.8922646 47.783622,3.8416819 47.202104,5.8670778 46.256655,9.142526 44.765254,12.5485 42.494627,16.326361 c -3.283351,5.474899 -4.747011,8.311242 -5.023975,9.683921 -0.118677,0.573622 -0.03024,0.846557 0.233575,0.977102 0.237354,0.118602 0.534047,0.138557 1.376655,0.118602 1.550664,0 3.042066,-0.830729 4.944794,-2.36558 0.553852,-0.447009 1.13537,-0.945453 1.784126,-1.526975 0.260787,-0.233499 2.931326,-2.701856 3.512806,-3.184452 0.628951,-0.526152 3.694753,-3.382277 4.252535,-3.884655 0.94938,-0.850515 1.799925,-1.566524 2.61086,-2.187587 1.471597,-1.127437 2.757203,-1.898812 3.880706,-2.270668 3.465335,-1.155118 14.798853,-0.482597 21.864,1.182803 1.016655,0.237203 2.03331,0.375836 3.089537,0.419327 2.310198,0.09891 2.650431,0.05533 9.284409,-0.992927 4.371175,-0.692281 7.658535,-1.016644 11.709315,-1.016644 2.05705,0 6.32542,0.118602 5.95359,0.114633 1.13533,0.01247 1.51903,-0.06728 1.70101,-0.328365 0.0911,-0.126577 0.15799,-0.31646 0.22942,-0.672499 l 0.11074,-0.5656745 0.15836,-0.7318299 c 0.3481,-1.4241109 0.93358,-2.9431635 1.96207,-4.8340724 0.7398,-1.356858 1.36086,-2.769086 1.87117,-4.25649264 z m -3.39814,0 c -2.33786,7.09679247 -3.77782,8.70286107 -7.81674,8.70286107 -1.78016,0 -4.04288,0.1265764 -11.349391,0.5933821 l -0.605216,0.039609 c -6.171137,0.3916422 -9.28441,0.5538104 -11.384958,0.5538104 -2.116346,0 -5.237518,-0.3797556 -11.416592,-1.2975005 L 71.839219,8.5055962 C 64.552517,7.4216957 62.293682,7.1249915 60.52543,7.1249915 c -1.760353,0 -2.887748,0.3995414 -4.33561,1.321251 -0.03931,0.024945 -0.712025,0.4628334 -0.909807,0.5815219 -0.961285,0.5933783 -1.708952,0.8663131 -2.666268,0.8663131 -1.107666,0 -1.625877,-0.5775345 -1.625877,-1.6693606 0,-0.4114054 0.0635,-0.9058848 0.198047,-1.6218936 0.0635,-0.3243968 0.356031,-1.7405745 0.423269,-2.104509 0.316347,-1.6258771 0.514243,-3.0381014 0.581518,-4.49386202 h 0.791169 C 52.914595,1.5155792 52.712769,2.9713398 52.388485,4.6525871 52.313272,5.024417 52.024517,6.4327106 51.965216,6.7531351 a 8.323121,8.323121 0 0 0 -0.185953,1.4715818 c 0,0.6724988 0.181795,0.8781996 0.834671,0.8781996 0.7872,0 1.404321,-0.2255244 2.254866,-0.7516157 0.185953,-0.1108914 0.850469,-0.5419502 0.894009,-0.5696353 1.566539,-0.9968844 2.832416,-1.4478614 4.76281,-1.4478614 1.827628,0 4.074557,0.2928 11.432466,1.3885342 l 0.605254,0.090935 c 6.131527,0.9098457 9.2448,1.2896013 11.301883,1.2896013 2.076813,0 5.186117,-0.1622174 11.333518,-0.5538104 l 0.609184,-0.039609 C 103.1421,8.0426609 105.39693,7.916077 107.20471,7.916077 c 3.54051,0 4.80639,-1.3450016 6.98608,-7.91170399 z m -59.04113,0 h 0.447043 C 55.612271,1.5313587 55.386784,2.0218772 55.331452,2.4530646 c -0.05934,0.4430513 0.166299,0.6487521 0.917707,0.775336 0.712063,0.1186016 1.522998,0.1385575 4.276271,0.1385575 2.38148,0 5.142652,0.2215181 8.44577,0.6408491 1.56257,0.1978583 3.17658,0.4351257 5.194054,0.7476548 9.494022,1.4636599 8.900674,1.3805821 10.613555,1.3805821 9.50196,0 20.503221,-0.8861027 23.913151,-2.7453657 1.1393,-0.6210633 1.9977,-1.7761587 2.61086,-3.38621478 h 0.4233 c -0.64879,1.76826328 -1.57447,3.04206988 -2.84825,3.73432438 -3.493,1.9067377 -14.506128,2.7928592 -24.099061,2.7928592 -1.744516,0 -1.123464,0.086967 -10.672894,-1.3845656 C 72.088441,4.8306217 70.4784,4.6011666 68.923729,4.4033915 65.636409,3.9840605 62.887106,3.7625386 60.52543,3.7625386 c -2.784869,0 -3.599811,-0.020031 -4.33954,-0.1465323 -0.941518,-0.158211 -1.337121,-0.5221644 -1.246073,-1.2144265 0.0635,-0.4826192 0.272882,-0.9533518 1.040353,-2.39725224 z m 30.222765,0 c 2.25086,0.64875213 4.102224,0.98893984 5.573783,0.98893984 3.793663,0 6.606274,-0.28085669 8.861102,-0.98893984 h 1.17884 C 99.340309,1.0052334 96.207269,1.3889499 91.776718,1.3889499 c -1.780157,0 -4.082419,-0.47865447 -6.934601,-1.38454297 h 1.364749 z m -58.238135,0 C 26.829506,1.2979465 25.215496,2.1366009 23.209852,2.587578 c -1.5744,0.3520629 -2.966891,0.4272264 -5.11098,0.3955804 A 38.466743,38.466743 0 0 0 17.406614,2.970686 c -2.124245,0 -3.504869,-0.4905147 -3.995376,-1.9660611 A 3.4020362,3.4020362 0 0 1 13.252876,0.00377575 h 0.391634 c 0.0076,0.32439685 0.05518,0.61712882 0.142488,0.87822614 0.419339,1.25399431 1.649613,1.69310741 3.619616,1.69310741 l 0.696227,0.00756 c 2.116384,0.035528 3.481172,-0.039609 5.019968,-0.3837203 1.780158,-0.3995414 3.235919,-1.1116119 4.292145,-2.19551241 h 0.541909 z M 8.3149606e-4,82.234757 C 2.8925858,82.171393 4.5500976,83.552069 4.5500976,86.63764 c 0,4.513625 -1.997707,11.214841 -4.54926610394,16.41678 v -0.90983 C 2.3466709,97.112738 4.1544945,90.882257 4.1544945,86.63764 c 0,-2.840305 -1.4636599,-4.074534 -4.15366300394,-4.007291 z m 0,2.788903 C 0.48740787,85.078837 0.86324409,85.253263 1.1362016,85.54185 c 0.5538141,0.585468 0.6329197,1.47159 0.4588724,2.998534 l -0.063496,0.514274 a 11.444291,11.444291 0 0 0 -0.1462678,1.538834 c 0,1.265874 -0.58544878,3.765981 -1.38455429449,6.289822 V 95.518515 C 0.59017323,93.489187 0.98974488,91.614101 0.98974488,90.593492 c 0,-0.38769 0.0302362,-0.692295 0.14626772,-1.590272 l 0.063496,-0.510287 C 1.3658079,87.084634 1.2943748,86.281596 0.85141417,85.814809 0.65336693,85.60514 0.37273701,85.470585 8.6929134e-4,85.419217 Z m 0,77.52688 v -0.58155 A 8.57234,8.57234 0 0 0 1.1757354,160.10975 c 0.5222174,-1.0681 1.0601953,-2.48427 1.8038929,-4.70351 3.1053733,-9.31605 3.0974363,-10.52258 0.099024,-12.02582 -0.8900788,-0.44305 -1.8988347,-0.56567 -3.07766932283,-0.35996 v -0.4035 A 5.1821711,5.1821711 0 0 1 3.2526992,143.02836 c 3.2596158,1.62981 3.2675528,3.00643 0.099024,12.5005 -0.7436598,2.239 -1.2856063,3.66706 -1.8196535,4.75491 a 8.2360921,8.2360921 0 0 1 -1.53093544,2.26677 z M 13.308359,178.80909 c 0.664592,0 1.20257,-0.0912 3.299187,-0.51822 l 0.941519,-0.18584 c 3.267515,-0.62106 5.031798,-0.51424 5.747829,0.92173 0.545878,1.08788 -0.185952,2.31812 -1.879029,3.82926 a 29.906271,29.906271 0 0 1 -2.009575,1.61003 c -0.371906,0.27696 -1.934438,1.42016 -2.290432,1.68916 -0.735798,0.55382 -1.174904,0.93756 -1.372649,1.19864 a 7.5477732,7.5477732 0 0 0 -1.143307,2.17569 c 0.03024,-0.079 -1.590236,5.39976 -2.753272,8.78994 -1.068095,3.10536 -2.1994206,4.24066 -3.4890709,3.39807 -0.8346709,-0.55382 -1.4478237,-1.67727 -2.6108221,-4.3633 -0.7832693,-1.82764 -0.988989,-2.27858 -1.3450205,-2.92734 -1.7999244,-3.2359 -1.5427653,-9.45449 -0.022677,-13.0029 a 3.7976217,3.7976217 0 0 1 2.7611716,-2.3577 c 1.0245921,-0.26094 1.9225323,-0.29655 4.6600059,-0.26521 z m 0,0.79119 c -0.447005,0 -0.826772,0 -1.511131,-0.008 -4.7747146,-0.0513 -5.8665445,0.22534 -6.685417,2.14007 -1.4359937,3.35063 -1.6851779,9.31605 -0.022677,12.31068 0.3797669,0.68435 0.5854866,1.13925 1.3845543,2.99849 1.0759937,2.4922 1.6772787,3.59195 2.3181354,4.01125 0.6487559,0.42724 1.3845543,-0.31646 2.3023373,-2.98665 a 270.14539,270.14539 0 0 0 2.757203,-8.79783 8.319165,8.319165 0 0 1 1.25794,-2.38935 c 0.257008,-0.34424 0.731868,-0.75161 1.527005,-1.35687 0.363968,-0.27693 1.926463,-1.41221 2.294362,-1.68912 0.799105,-0.59341 1.424126,-1.0958 1.958173,-1.57048 1.435956,-1.27776 2.013543,-2.25484 1.701014,-2.87986 -0.478677,-0.95731 -2.005606,-1.04834 -4.89736,-0.50242 l -0.929613,0.1858 c -2.171792,0.43913 -2.713739,0.53407 -3.457436,0.53407 z m 136.726261,57.75549 c -1.36479,-4.84988 -1.49136,-5.58963 -1.49136,-7.51616 0,-1.31727 -0.0514,-2.4803 -0.17008,-4.48593 -0.24907,-4.08642 -0.25701,-5.3404 0.1028,-6.75265 0.47864,-1.87505 1.66541,-2.80867 3.82534,-2.80867 h 10.28519 c 1.61401,0 2.05307,0.73185 2.3458,2.81262 0.0393,0.31252 0.0514,0.38373 0.0752,0.52217 0.33222,2.1164 1.10767,2.99857 3.51277,2.99857 1.44,0 2.19156,0.15806 2.54366,0.54194 0.30085,0.32821 0.30085,0.56966 0.14249,1.55463 -0.33638,2.08081 0.19805,3.50096 2.96689,5.45909 2.50012,1.76036 4.60067,2.12036 6.54693,1.33313 1.50324,-0.60919 2.66234,-1.64563 4.71542,-3.95586 l 0.43514,-0.48658 0.43116,-0.48654 a 29.906271,29.906271 0 0 1 1.0681,-1.13139 14.16592,14.16592 0 0 1 3.78576,-2.66228 c 0.60125,-0.30082 0.68039,-0.34031 2.23899,-1.04041 2.41304,-1.07994 3.56425,-1.78011 4.64414,-3.01433 1.04043,-1.18674 1.84739,-1.91862 2.65047,-2.38936 1.25794,-0.73184 2.15988,-0.84259 5.4116,-0.84259 2.36561,0 4.1774,-1.70895 7.12055,-5.92983 l 1.11553,-1.59422 c 0.41934,-0.59337 0.76747,-1.06806 1.1037,-1.49929 3.11327,-4.0033 7.66647,-4.11407 12.16029,0.37979 2.19156,2.1876 4.02312,7.68624 5.3958,15.23402 0.98895,5.43927 1.65358,11.65394 1.76826,15.76013 h -0.39557 c -0.11868,-4.08247 -0.77537,-10.27338 -1.76039,-15.68896 -1.35685,-7.46468 -3.17257,-12.91587 -5.28495,-15.02828 -4.33172,-4.33169 -8.60799,-4.22486 -11.57488,-0.41139 -0.32806,0.42328 -0.67249,0.89399 -1.08786,1.4834 l -1.1116,1.59028 c -3.02623,4.33168 -4.89732,6.09991 -7.44888,6.09991 -3.18051,0 -4.03892,0.10288 -5.20985,0.79118 -0.7595,0.44305 -1.54281,1.14719 -2.55156,2.30628 -1.13133,1.28961 -2.32207,2.01356 -4.78258,3.11721 a 40.883769,40.883769 0 0 0 -2.22323,1.02851 13.782203,13.782203 0 0 0 -3.68682,2.58714 29.538375,29.538375 0 0 0 -1.48346,1.60213 l -0.43514,0.49053 c -2.08868,2.35373 -3.27942,3.41787 -4.85779,4.05473 -2.08081,0.8426 -4.31981,0.46285 -6.92273,-1.37664 -2.89965,-2.04517 -3.48907,-3.6196 -3.13304,-5.8428 0.13455,-0.83863 0.13455,-1.02851 -0.0397,-1.22629 -0.25323,-0.27303 -0.92565,-0.41143 -2.25487,-0.41143 -2.62273,0 -3.5444,-1.04036 -3.9044,-3.33083 l -0.079,-0.53005 c -0.26532,-1.90673 -0.60525,-2.46849 -1.95023,-2.46849 H 152.3014 c -1.97794,0 -3.00646,0.80702 -3.4416,2.50804 -0.34809,1.35682 -0.33638,2.59899 -0.0907,6.62999 a 70.018651,70.018651 0 0 1 0.17008,4.50967 c 0,1.89093 0.12661,2.62274 1.50716,7.51616 z m 5.41164,0 c -0.51825,-2.60295 -0.63692,-4.23676 -0.53801,-5.87053 0.0151,-0.27696 0.0393,-0.56963 0.071,-0.94147 l 0.0907,-1.01271 c 0.13455,-1.50719 0.19805,-2.75723 0.19805,-4.43848 0,-1.95419 0.57758,-3.06973 1.66541,-3.33083 0.94148,-0.22961 2.19946,0.21358 3.63942,1.18677 2.62669,1.78805 5.53421,5.17029 6.54693,7.60713 1.88693,4.52549 5.58569,6.20674 13.26792,6.20674 3.40207,0 5.6648,-0.92965 8.17675,-3.11725 0.57361,-0.49843 5.95755,-5.93374 8.30732,-7.91167 2.85218,-2.40121 4.65604,-3.00252 8.15698,-3.29129 2.18362,-0.17798 3.15677,-0.35603 4.52549,-0.9336 1.81179,-0.7714 3.70269,-2.16781 5.89425,-4.46614 2.93919,-3.06977 5.24152,-3.52862 6.91087,-1.70102 1.31331,1.43595 2.15988,4.18527 2.6979,8.00665 0.28875,2.04516 0.3719,3.06182 0.62506,6.87525 0.099,1.48348 0.0673,2.1045 -0.36397,7.13245 h -0.39557 c 0.43121,-5.02395 0.46284,-5.64897 0.36397,-7.10868 -0.25323,-3.79761 -0.33638,-4.81032 -0.62105,-6.84363 -0.52615,-3.74623 -1.35689,-6.43621 -2.59506,-7.79307 -1.4874,-1.62583 -3.53258,-1.21839 -6.32939,1.70892 -2.23502,2.33397 -4.16946,3.75807 -6.03265,4.54926 -1.41619,0.60526 -2.42491,0.7872 -4.5888,0.96522 -3.48114,0.28479 -5.20989,0.86238 -7.99079,3.20429 -2.33398,1.96204 -7.71394,7.39743 -8.30733,7.90771 -2.57923,2.24694 -4.93296,3.21216 -8.4339,3.21216 -7.82468,0 -11.66975,-1.74847 -13.63185,-6.44802 -0.98498,-2.36166 -3.84114,-5.68855 -6.40853,-7.43306 -1.35288,-0.91777 -2.51588,-1.32522 -3.32289,-1.13139 -0.87027,0.20965 -1.36081,1.15513 -1.36081,2.9471 0,1.69315 -0.0635,2.95503 -0.19805,4.47408 l -0.0907,1.01271 c -0.034,0.36789 -0.0552,0.6527 -0.0752,0.92962 -0.0949,1.614 0.0265,3.23589 0.54988,5.84678 z m 44.99781,0 c 0.99689,-1.28962 3.53261,-4.66396 4.31191,-5.65687 2.16779,-2.76121 5.16238,-4.8974 7.67433,-5.51448 2.77304,-0.67646 4.54927,0.57357 4.54927,3.65519 0,1.59028 -0.0151,2.04122 -0.29254,7.51616 h -0.39556 c 0.27704,-5.47889 0.29253,-5.93382 0.29253,-7.51616 0,-2.81655 -1.52696,-3.88861 -4.05872,-3.26754 -2.41704,0.59341 -5.3404,2.67817 -7.45678,5.3681 -0.7358,0.93358 -3.02623,3.98359 -4.126,5.4156 z M 196.5436,103.26804 c 1.36082,1.07204 2.76911,2.01751 4.52553,3.06581 0.4193,0.2531 3.33078,1.93838 4.09428,2.41307 4.45822,2.76911 5.93379,5.28107 4.8855,10.02016 -0.57358,2.57924 -1.79203,4.39103 -3.71452,5.71226 -1.51514,1.04041 -3.19242,1.68521 -6.36106,2.59504 -4.73514,1.3648 -5.4116,1.57838 -7.44491,2.4843 a 23.806342,23.806342 0 0 0 -3.08954,1.65353 c -4.39495,2.7968 -7.55565,3.04602 -11.06056,1.29752 -1.40829,-0.70016 -6.80406,-4.35144 -6.80406,-4.35536 a 40.258745,40.258745 0 0 0 -2.05704,-1.21447 c -6.34519,-3.49302 -13.55672,-9.55737 -13.65563,-12.5994 -0.0435,-1.36872 0.7872,-2.59903 2.48425,-4.0587 0.40747,-0.35605 0.86241,-0.716 1.4558,-1.16698 0.28497,-0.2175 1.33708,-1.01271 1.5586,-1.18678 1.76825,-1.34497 2.84031,-2.29044 3.68685,-3.34269 4.39892,-5.466993 10.50282,-11.34538 13.59228,-12.76952 4.77078,-2.191509 7.84845,-2.282496 10.82721,0.04735 1.28568,1.004803 2.23506,2.587174 3.39413,5.281103 0.11452,0.257012 0.90985,2.155947 1.1393,2.666229 0.64086,1.443898 1.14716,2.294388 1.67728,2.745368 0.2846,0.23708 0.57358,0.47469 0.87028,0.71205 z m -1.38059,-0.11071 c -0.64479,-0.54984 -1.19864,-1.47946 -1.88697,-3.02619 -0.22941,-0.514276 -1.02848,-2.421011 -1.13922,-2.674179 -1.11164,-2.571329 -2.00958,-4.074532 -3.15681,-4.968558 -2.70184,-2.116399 -5.47884,-2.037266 -10.00827,0.0477 -2.94716,1.352874 -8.97985,7.167999 -13.30756,12.547927 -0.89798,1.11555 -2.00958,2.09661 -3.8253,3.47722 l -1.5586,1.17883 a 31.638935,31.638935 0 0 0 -1.42016,1.13933 c -1.5309,1.31727 -2.24296,2.37348 -2.2074,3.43759 0.0832,2.62672 7.17597,8.59214 13.24422,11.92693 0.69627,0.38371 1.38456,0.79119 2.09666,1.23818 0.0472,0.032 5.38386,3.6473 6.73678,4.31979 3.25172,1.62192 6.11577,1.39247 10.28523,-1.25797 a 24.593556,24.593556 0 0 1 3.19238,-1.70496 c 2.07681,-0.92962 2.76911,-1.14719 7.54775,-2.52385 3.08557,-0.88611 4.70752,-1.51113 6.1316,-2.49219 1.75643,-1.20259 2.86009,-2.84027 3.3862,-5.22963 0.96525,-4.35935 -0.32807,-6.5667 -4.52943,-9.17758 -0.75163,-0.46682 -3.65125,-2.14406 -4.08245,-2.40516 -1.78012,-1.06415 -3.21612,-2.02542 -4.60464,-3.12516 -0.30463,-0.23743 -0.60128,-0.4786 -0.89401,-0.72786 z M 34.701619,95.577927 c 1.701014,-1.178878 3.117203,-1.977961 4.802419,-2.749354 0.332598,-0.158052 0.684359,-0.308629 1.099729,-0.490531 l 1.728718,-0.743662 a 64.994714,64.994714 0 0 0 7.017676,-3.544454 126.85243,126.85243 0 0 1 11.024957,-5.736001 c 1.669417,-0.771392 8.659389,-3.89256 8.374564,-3.765976 7.583357,-3.409932 11.115968,-2.74138 19.581505,3.184495 3.129071,2.19151 5.237556,5.241483 6.507326,8.963924 1.194709,3.493017 1.487433,6.531133 1.487433,10.977522 0,3.29129 -0.261165,5.12283 -1.45576,7.50426 -1.653543,3.30709 -4.865688,6.38476 -10.11908,9.28441 -9.672038,5.33645 -15.360567,10.89838 -20.898785,18.92481 -3.493001,5.0635 -18.893178,17.48883 -25.776378,21.42097 -8.390324,4.79051 -18.734929,8.7266 -25.811905,8.7266 -3.9756474,0 -5.803238,-1.89089 -5.8388789,-5.28901 -0.030236,-2.50006 0.8149039,-5.43135 2.4921826,-9.62061 1.1670043,-2.91549 0.7991055,-5.10305 -0.8544378,-8.81758 -1.2619086,-2.83636 -1.5348661,-3.61566 -1.5348661,-4.95276 0,-1.32522 0.7396913,-2.72953 2.1835842,-4.37911 1.0325292,-1.18678 1.384554,-1.51512 4.707515,-4.54925 2.013506,-1.84345 3.196309,-3.00645 4.232731,-4.25252 3.742261,-4.49387 4.992302,-7.70208 7.080982,-17.71434 1.234243,-5.95358 2.622728,-8.022488 5.981292,-9.98856 0.316346,-0.185817 1.562532,-0.890033 1.859225,-1.060158 a 30.325593,30.325593 0 0 0 2.128252,-1.337071 z m 0.22148,0.324295 a 30.709308,30.709308 0 0 1 -2.151987,1.356858 l -1.859188,1.056203 c -3.255722,1.906737 -4.57697,3.880707 -5.795376,9.731437 -2.096579,10.06762 -3.366463,13.33121 -7.160088,17.88442 -1.052258,1.26192 -2.246929,2.43681 -4.27234,4.28812 -3.307049,3.02231 -3.655219,3.35457 -4.675805,4.51761 -1.3845544,1.58629 -2.0847119,2.91151 -2.0847119,4.12199 0,1.25797 0.2691024,2.01751 1.5031938,4.79452 1.6891461,3.79762 2.0728441,6.08016 0.8544755,9.12615 -1.6535811,4.14176 -2.4882519,7.03351 -2.460548,9.46634 0.030236,3.18844 1.6852158,4.89739 5.4432376,4.89739 6.99001,0 17.279207,-3.9163 25.614199,-8.67522 6.835691,-3.90841 22.192327,-16.29814 25.649763,-21.3023 5.569852,-8.07784 11.301846,-13.6833 21.033298,-19.0514 5.190047,-2.86006 8.342891,-5.88234 9.956863,-9.1103 1.155099,-2.31814 1.412221,-4.09433 1.412221,-7.33023 0,-4.402844 -0.292536,-7.409314 -1.46366,-10.850895 -1.246073,-3.647295 -3.307087,-6.626038 -6.364952,-8.766181 -8.358765,-5.854681 -11.748925,-6.495539 -19.185902,-3.144911 0.277039,-0.126728 -6.709153,2.990633 -8.374526,3.758074 -0.672529,0.31646 -1.305486,0.613163 -1.922608,0.90983 a 126.4608,126.4608 0 0 0 -9.070715,4.814281 65.390298,65.390298 0 0 1 -7.061215,3.564211 l -1.728719,0.743733 c -0.411401,0.177987 -0.759496,0.332122 -1.091829,0.486543 a 29.494862,29.494862 0 0 0 -4.743081,2.713727 z m -3.006425,4.826168 c 3.046035,-2.472415 4.865688,-3.231946 9.367446,-4.458274 2.420976,-0.66062 3.607748,-1.166983 4.869694,-2.262741 1.503232,-1.305423 2.955024,-1.78805 6.273978,-2.413068 1.087824,-0.205751 1.451792,-0.276946 2.001676,-0.40353 2.167786,-0.490494 3.750123,-1.159047 5.182148,-2.329983 4.12199,-3.374336 10.047874,-5.581686 14.363716,-5.581686 2.108448,0 6.633978,2.998535 10.182388,6.788255 4.244598,4.533381 6.313511,9.205239 5.035767,12.856487 -1.257941,3.59984 -4.505726,7.34603 -9.110287,11.02102 -3.338797,2.66232 -7.263005,5.14263 -9.976668,6.49948 -1.471597,0.7358 -2.606929,1.93045 -3.864907,3.95187 -0.272882,0.43518 -4.391017,8.01063 -6.341216,11.00917 -2.223193,3.42182 -6.092069,6.86738 -11.958576,11.0606 a 218.59269,218.59269 0 0 1 -3.639383,2.53965 c -0.0514,0.0355 -2.693933,1.83949 -3.402028,2.33002 -2.55942,1.76427 -4.094324,2.90755 -5.162419,3.88857 -4.604598,4.22092 -14.692006,6.1474 -17.287068,3.55237 -0.775332,-0.77535 -0.870311,-1.60608 -0.771401,-4.16158 0.146268,-3.72639 -0.198047,-5.73596 -1.958136,-8.11343 a 13.485513,13.485513 0 0 0 -2.784944,-2.73746 c -1.554634,-1.167 -2.401172,-2.41702 -2.595024,-3.75409 -0.3836977,-2.61487 1.530935,-5.16637 5.605455,-8.58026 0.624983,-0.52218 2.638526,-2.152 2.804674,-2.28652 a 18.999975,18.999975 0 0 0 2.068951,-1.88694 c 1.621871,-1.83155 2.314167,-3.77783 3.085531,-7.93936 a 198.39408,198.39408 0 0 0 0.316346,-1.72875 c 0.130772,-0.73975 0.236977,-1.30542 0.348095,-1.87109 0.292535,-1.4953 0.593386,-2.84031 0.949417,-4.20507 0.395566,-1.49534 0.545877,-2.17575 0.933581,-4.10223 0.236977,-1.19469 0.367748,-1.66542 0.617122,-2.16385 0.482607,-0.96918 0.502374,-0.98897 4.845921,-4.51758 z m 0.253228,0.30863 c -4.260472,3.45738 -4.304012,3.49696 -4.747048,4.38305 -0.229418,0.45892 -0.348095,0.90987 -0.581519,2.06496 -0.387666,1.93443 -0.537978,2.62274 -0.937511,4.12992 -0.356032,1.35687 -0.652725,2.68999 -0.945487,4.17741 a 134.41603,134.41603 0 0 0 -0.510463,2.74929 l -0.154205,0.85052 c -0.783307,4.22486 -1.491401,6.2265 -3.18051,8.12533 a 19.29271,19.29271 0 0 1 -2.112453,1.93043 c -0.1663,0.13455 -2.175761,1.7683 -2.796775,2.28649 -3.971679,3.32293 -5.823043,5.79534 -5.47098,8.22029 0.178016,1.22633 0.965216,2.38538 2.440743,3.49302 1.18681,0.89008 2.132221,1.8276 2.864051,2.81657 1.831559,2.46845 2.18366,4.55716 2.037279,8.36664 -0.09902,2.4289 -0.0036,3.20421 0.656655,3.86881 2.413115,2.41311 12.271105,0.52613 16.737222,-3.56816 1.087899,-0.99686 2.634633,-2.14804 5.205921,-3.92421 l 3.402028,-2.33002 c 1.435994,-0.98105 2.551559,-1.7564 3.635452,-2.53171 5.826974,-4.1695 9.668107,-7.58734 11.85566,-10.95772 1.938407,-2.98274 6.056466,-10.55424 6.337323,-10.99729 1.293581,-2.08079 2.476346,-3.32687 4.027087,-4.10225 2.685997,-1.34498 6.586469,-3.80948 9.901493,-6.45592 4.557165,-3.63149 7.757442,-7.33022 8.987678,-10.83905 1.214438,-3.473263 -0.799067,-8.018528 -4.952693,-12.457011 -3.481171,-3.718491 -7.927559,-6.661671 -9.893631,-6.661671 -4.220901,0 -10.059742,2.175739 -14.114495,5.494685 -1.487395,1.214473 -3.125102,1.902745 -5.340359,2.409116 -0.557782,0.126726 -0.92965,0.197921 -2.02148,0.403496 -3.247748,0.613162 -4.652107,1.079949 -6.084094,2.326069 -1.321248,1.147195 -2.55156,1.669363 -5.023937,2.34183 -4.454287,1.21448 -6.230514,1.954223 -9.221141,4.387086 z m 51.695093,-1.40435 c 0,2.99063 -0.237354,4.3198 -1.028523,5.65687 -0.435099,0.72789 -3.030198,3.97564 -3.40199,4.47012 -2.357745,3.14097 -3.69086,4.06663 -6.827868,5.44329 -0.530079,0.2296 -0.870274,0.39555 -1.198601,0.59333 -0.217323,0.13064 -0.474709,0.26129 -0.791169,0.40349 -0.280819,0.13065 -1.764321,0.75164 -2.183622,0.94547 -2.39331,1.09974 -3.556309,2.29438 -3.556309,4.24465 0,4.33956 -7.496352,14.28853 -13.651691,17.74993 -3.23588,1.81966 -8.425965,3.70269 -12.967294,4.69162 -5.273159,1.14722 -8.896706,0.98106 -9.739314,-0.91773 -0.522142,-1.1749 -1.740586,-1.68521 -4.739112,-2.29838 l -0.236976,-0.0474 c -1.914633,-0.39164 -2.745373,-0.61313 -3.572107,-1.04436 -1.155137,-0.59337 -1.772221,-1.46365 -1.772221,-2.70577 0,-1.08391 0.427238,-2.28253 1.285645,-3.82532 0.336,-0.60527 0.719962,-1.23819 1.277744,-2.1164 -0.0635,0.099 1.119496,-1.74056 1.451793,-2.27855 2.646463,-4.23276 3.896503,-7.31833 3.896503,-10.76785 0,-7.28273 4.438489,-13.20067 10.878615,-16.95479 2.064982,-1.206571 3.65125,-1.309412 6.012888,-0.83868 1.993738,0.39563 2.393272,0.35605 2.939225,-0.601271 1.78012,-3.105326 2.784907,-3.758072 6.277946,-3.758072 1.554634,0 2.757204,-0.387691 4.141758,-1.250034 0.617121,-0.383703 3.429732,-2.440762 4.347477,-3.038084 3.639421,-2.365616 4.485959,-2.769111 9.968769,-4.727245 2.749341,-0.981096 6.004989,0.506336 8.833436,3.607711 2.591093,2.844257 4.355376,6.570689 4.355376,9.363539 z m -0.791168,0 c 0,-2.5713 -1.68121,-6.123655 -4.149695,-8.829474 -2.638563,-2.895695 -5.601449,-4.248569 -7.97896,-3.398079 -5.431408,1.938377 -6.222539,2.314178 -9.810558,4.648112 -0.886072,0.577565 -3.706583,2.64253 -4.355338,3.046025 -1.503232,0.933575 -2.848215,1.368744 -4.561134,1.368744 -3.196347,0 -3.947944,0.486548 -5.589619,3.36245 -0.435137,0.755582 -0.99292,1.139292 -1.720781,1.222372 -0.514243,0.0552 -0.751635,0.0214 -2.064983,-0.24134 -2.187553,-0.43515 -3.587943,-0.34815 -5.459036,0.74369 -6.218608,3.62754 -10.483011,9.31606 -10.483011,16.27439 0,3.63939 -1.29755,6.83969 -4.015219,11.18716 l -1.455761,2.28253 c -0.549845,0.86633 -0.929612,1.49138 -1.253971,2.07685 -0.799106,1.43596 -1.18681,2.52381 -1.18681,3.44158 0,1.65752 1.13537,2.24295 4.707515,2.97483 l 0.241512,0.0477 c 3.271521,0.67247 4.628372,1.23814 5.300863,2.74928 1.254009,2.8245 14.241071,0 21.598979,-4.13782 5.925884,-3.33479 13.248152,-13.05036 13.248152,-17.0616 0,-2.33397 1.372648,-3.75014 4.019149,-4.96461 0.435137,-0.19792 1.918564,-0.82279 2.183622,-0.94147 0.292536,-0.13455 0.52218,-0.2531 0.712063,-0.3679 0.363969,-0.2175 0.73183,-0.39559 1.285682,-0.64086 3.026192,-1.32521 4.252536,-2.1757 6.515263,-5.19008 0.403465,-0.53798 2.955062,-3.72638 3.350627,-4.39498 0.708094,-1.19069 0.921713,-2.39722 0.921713,-5.261275 z M 68.365946,90.77155 c 0.05934,-0.03951 0.949418,-0.597322 1.167005,-0.727893 0.379729,-0.225331 0.672492,-0.371849 0.961247,-0.462836 1.016656,-0.328206 2.001676,-0.03951 4.367282,1.234264 5.878413,3.164667 7.686237,9.047009 3.631484,15.313125 -1.598173,2.46841 -3.706658,3.56026 -7.40538,4.39494 -0.336378,0.079 -0.474671,0.10679 -1.238173,0.26912 -2.38938,0.51028 -3.473272,0.82279 -4.5888,1.44386 -1.435956,0.79908 -2.409146,1.97002 -2.966891,3.73432 -3.113235,9.86198 -7.800945,17.14471 -14.351811,19.90194 -6.507402,2.74138 -8.358766,3.37433 -11.068536,3.51676 -1.954167,0.0989 -3.876699,-0.25701 -6.091993,-1.14324 a 17.58378,17.58378 0 0 1 -2.231093,-1.02855 c -1.590274,-0.92172 -2.033311,-1.87508 -1.780158,-3.68289 0.118677,-0.84263 1.491402,-6.14345 1.914633,-8.16887 0.249071,-1.20653 0.470778,-2.42886 0.692258,-3.83322 a 183.56754,183.56754 0 0 0 0.534086,-3.52071 c 0.561713,-3.72244 0.988951,-5.645 1.776151,-7.37763 0.973152,-2.14805 2.424945,-3.57219 4.636308,-4.40289 2.606892,-0.9771 4.169424,-1.22632 7.132385,-1.3964 1.87903,-0.1068 2.642494,-0.2531 3.560277,-0.81098 0.241512,-0.1463 0.482608,-0.32038 0.719962,-0.52613 a 12.108875,12.108875 0 0 0 1.333115,-1.34497 c 0.233575,-0.27303 0.94148,-1.1472 1.04039,-1.26192 1.329147,-1.582339 2.492183,-2.187597 4.877556,-2.187597 1.558602,0 2.333934,-0.363946 3.235919,-1.329168 -0.06728,0.0712 1.087861,-1.242132 1.522998,-1.669372 a 12.243374,12.243374 0 0 1 2.686035,-1.977922 c 0.593348,-0.328208 1.246072,-0.640858 1.973971,-0.941512 a 25.681416,25.681416 0 0 0 3.959773,-2.017476 z m -5.743899,3.299189 a 11.847788,11.847788 0 0 0 -2.598992,1.91463 46.156929,46.156929 0 0 0 -1.511131,1.66147 c -0.973115,1.040399 -1.851326,1.451796 -3.524674,1.451796 -2.262765,0 -3.318954,0.549877 -4.576932,2.045175 -0.09109,0.11106 -0.803036,0.98896 -1.040353,1.26587 a 12.500504,12.500504 0 0 1 -1.372724,1.38851 c -0.257008,0.2175 -0.51428,0.40744 -0.775332,0.56567 -0.988989,0.59736 -1.799925,0.75161 -3.746192,0.86633 -2.923352,0.16625 -4.450319,0.4114 -7.009777,1.37271 -2.112416,0.79115 -3.489071,2.13615 -4.418683,4.19321 -0.763503,1.68913 -1.186734,3.58796 -1.744517,7.2748 l -0.257008,1.71682 -0.277039,1.80784 c -0.22526,1.4083 -0.443036,2.63858 -0.696227,3.84907 -0.4272,2.04912 -1.795956,7.33018 -1.910664,8.14511 -0.233575,1.64957 0.13833,2.44472 1.586305,3.28335 0.53401,0.3047 1.226306,0.62501 2.183622,1.00876 2.159925,0.86234 4.027049,1.20653 5.921877,1.10764 2.646539,-0.13456 4.478098,-0.76349 10.937991,-3.48116 6.41246,-2.70187 11.044724,-9.89363 14.126362,-19.66062 0.589455,-1.85924 1.629808,-3.10928 3.152806,-3.95586 1.159068,-0.6448 2.270665,-0.96916 4.695572,-1.48739 0.759572,-0.15806 0.901946,-0.194 1.23428,-0.26912 3.607711,-0.81489 5.633122,-1.85924 7.160051,-4.2209 3.924245,-6.068274 2.195527,-11.689539 -3.489033,-14.751367 -2.274633,-1.226325 -3.176542,-1.487431 -4.054753,-1.206534 -0.257008,0.07903 -0.526148,0.213584 -0.88218,0.427239 -0.217322,0.126726 -1.09576,0.68037 -1.15903,0.719955 a 26.073047,26.073047 0 0 1 -4.019187,2.045169 c -0.712025,0.296525 -1.352882,0.601309 -1.9344,0.92172 z M 45.853002,107.0143 c 6.388724,-1.13531 10.427641,-0.38371 12.844648,2.4368 2.009575,2.34583 0.447005,8.47344 -2.345801,14.06306 -1.894866,3.78972 -4.193235,6.41246 -9.161802,9.96481 -5.597518,3.99544 -14.043288,4.82613 -16.104302,1.52299 -0.735761,-1.17488 -0.830702,-3.22005 -0.419301,-6.22254 0.308787,-2.24694 0.735799,-4.23671 1.871131,-9.09057 l 0.04724,-0.20184 c 0.629027,-2.68998 0.937587,-4.07849 1.242179,-5.59358 0.573619,-2.868 1.479496,-4.53737 2.87195,-5.43535 1.111597,-0.71204 2.187591,-0.90192 4.877556,-1.03641 2.108485,-0.10679 2.990665,-0.18191 4.276309,-0.40749 z m 0.07106,0.38768 c -1.305449,0.23352 -2.199459,0.30863 -4.327711,0.41535 -2.618796,0.13065 -3.651288,0.30863 -4.683741,0.97316 -1.285682,0.8307 -2.144088,2.40908 -2.697903,5.18214 -0.30463,1.51905 -0.617121,2.90755 -1.246072,5.60546 l -0.04762,0.19793 c -1.131364,4.84198 -1.554633,6.82784 -1.859263,9.05893 -0.407433,2.9115 -0.312567,4.88943 0.356031,5.96147 1.906734,3.04603 10.103244,2.24299 15.542552,-1.64167 4.917089,-3.51281 7.171955,-6.08809 9.035187,-9.81449 2.713701,-5.42744 4.252498,-11.472 2.401172,-13.62794 -2.310199,-2.69393 -6.210709,-3.42179 -12.472781,-2.31019 z m 6.293745,1.98188 c 2.816579,0 4.216932,1.21839 4.450355,3.44158 0.1663,1.59027 -0.170078,3.22009 -1.09576,6.30563 -1.012725,3.37039 -7.262967,10.03999 -10.759937,12.37393 -2.773077,1.84739 -7.91966,2.24298 -10.510753,0.39163 -1.578368,-1.12743 -1.396422,-4.77868 0.0076,-10.46719 0.269103,-1.08785 0.581518,-2.23508 0.93755,-3.46532 a 163.21861,163.21861 0 0 1 1.206538,-4.01125 l 0.146268,-0.47471 c 0.585449,-1.8988 2.017512,-3.06578 4.244598,-3.66706 1.740624,-0.47472 3.773934,-0.5934 6.914873,-0.52613 l 1.538797,0.0395 c 1.530935,0.0434 2.144088,0.0594 2.919458,0.0594 z m 0,0.3956 c -0.779301,0 -1.396385,-0.0142 -2.931289,-0.0594 l -1.534866,-0.0396 c -3.105373,-0.0673 -5.110941,0.0512 -6.804056,0.51428 -2.104517,0.56568 -3.429733,1.64566 -3.967711,3.40203 a 505.49114,505.49114 0 0 1 -0.632957,2.06101 c -0.269103,0.87029 -0.502375,1.64961 -0.72,2.41306 -0.356032,1.22633 -0.664554,2.36957 -0.933581,3.45351 -1.356851,5.4907 -1.530898,9.07076 -0.158362,10.04783 2.440781,1.7485 7.40931,1.36476 10.055811,-0.39555 3.425763,-2.28649 9.624604,-8.89672 10.601726,-12.15637 0.909807,-3.03413 1.242103,-4.6323 1.079886,-6.1553 -0.209764,-2.0175 -1.439886,-3.08557 -4.054715,-3.08557 z m -7.037443,2.76907 a 12.381829,12.381829 0 0 1 3.390161,0.55382 c 2.14405,0.70415 3.449499,1.98978 3.449499,3.99544 0,3.79363 -3.762028,6.80406 -8.837367,8.49322 -3.884636,1.29752 -5.387868,-0.7081 -4.612535,-6.54299 0.33222,-2.4843 1.511092,-4.22091 3.259615,-5.3246 a 8.0620343,8.0620343 0 0 1 3.350627,-1.17489 z m -0.236976,0.42724 a 7.6704045,7.6704045 0 0 0 -2.903585,1.07998 c -1.653581,1.04432 -2.761209,2.68204 -3.0737,5.04763 -0.747629,5.58175 0.537978,7.29857 4.090318,6.11575 4.929033,-1.64563 8.568378,-4.56108 8.568378,-8.12134 0,-1.80389 -1.178835,-2.96689 -3.176504,-3.61963 a 11.096176,11.096176 0 0 0 -3.243855,-0.53404 c -0.0514,0 -0.138331,0.0107 -0.260788,0.032 z M 76.9344,103.6994 c -1.075994,3.87673 -5.906117,3.90047 -10.570091,1.30543 -4.023081,-2.23109 -5.459074,-7.112622 -1.977903,-9.047048 a 26.318309,26.318309 0 0 0 1.772221,-1.068089 l 0.803036,-0.514237 a 19.838618,19.838618 0 0 1 1.550702,-0.90987 c 1.871131,-0.961269 3.489071,-1.107644 5.53818,-0.284779 3.623584,1.447882 4.343546,5.273164 2.887786,10.522623 z m -8.24005,-9.881721 a 19.486547,19.486547 0 0 0 -1.519068,0.89004 l -0.803036,0.514276 c -0.332599,0.209665 -0.593386,0.375794 -0.854476,0.534025 -0.324283,0.197919 -0.632957,0.37979 -0.94148,0.549868 -3.140939,1.740566 -1.815723,6.250272 1.977902,8.354792 4.474091,2.48821 9.019389,2.4645 10.000403,-1.0681 1.412259,-5.075383 0.73183,-8.691001 -2.650431,-10.047862 -1.938331,-0.771392 -3.437632,-0.640857 -5.209814,0.276948 z m 7.061178,4.806342 c 0,2.254839 -0.965254,3.560289 -2.626659,3.940049 -1.305449,0.30043 -2.990626,-0.0214 -4.38308,-0.716 l -0.747704,-0.37189 c -0.265323,-0.13456 -0.466734,-0.24527 -0.644825,-0.34814 -1.609966,-0.94148 -1.633701,-1.966037 0.134551,-4.323747 2.689965,-3.584008 8.267717,-2.832407 8.267717,1.81969 z m -0.395566,0 c 0,-2.096611 -1.135294,-3.382276 -2.895685,-3.623548 -1.673348,-0.225336 -3.556308,0.569627 -4.659968,2.041212 -1.641714,2.191549 -1.621947,2.943187 -0.253229,3.746185 0.174237,0.099 0.367748,0.20184 0.628989,0.3364 l 0.739729,0.36789 c 1.321248,0.66065 2.911484,0.96522 4.121991,0.68831 1.475565,-0.34031 2.318173,-1.47946 2.318173,-3.560254 z M 153.09252,209.78359 c 0,-5.0635 0.96526,-6.62209 7.31044,-11.77658 a 22.469262,22.469262 0 0 1 3.01039,-2.05705 c 1.02849,-0.59341 2.10849,-1.11555 3.36246,-1.65357 0.49055,-0.20965 0.98105,-0.41535 1.62191,-0.6725 l 1.5507,-0.62106 c 3.71853,-1.5151 5.43534,-2.6504 6.57464,-4.7668 0.47471,-0.87819 0.87424,-1.74056 1.27775,-2.70183 a 58.772152,58.772152 0 0 0 0.60918,-1.51908 l 0.11868,-0.29261 0.22148,-0.56963 c 1.26591,-3.17261 2.39331,-4.77869 5.02394,-6.52719 a 13.948348,13.948348 0 0 0 1.96214,-1.58233 18.339348,18.339348 0 0 0 1.53483,-1.69706 c 0.10696,-0.13455 1.00875,-1.26588 1.26587,-1.57448 1.37666,-1.64167 2.5753,-2.33393 4.5532,-2.33393 1.21844,0 2.22319,-0.24918 3.78573,-0.83073 2.14408,-0.79905 2.58319,-0.92563 3.54447,-0.87028 1.00082,0.0512 1.91864,0.49843 2.84032,1.42019 0.51428,0.51423 2.19553,2.30623 2.57919,2.68204 2.00167,1.97792 3.73436,2.73746 7.02958,2.73746 a 78.128152,78.128152 0 0 1 4.77868,0.17798 c 6.30168,0.34424 8.67912,0.22567 10.0004,-0.87427 2.73351,-2.2825 4.60464,-1.07995 4.60464,3.06976 0,4.24466 -3.40207,7.91171 -7.51616,7.91171 -1.89883,0 -3.29129,0.56567 -3.69475,1.4518 -0.44304,0.98102 0.2691,2.43286 2.36557,4.18132 5.38,4.48198 4.44642,8.2124 -3.02226,8.2124 a 8.6672803,8.6672803 0 0 0 -5.77554,2.07286 c -1.29755,1.07201 -2.29443,2.31813 -3.89654,4.67581 l -0.60128,0.89007 c -1.22631,1.80784 -1.98187,2.80866 -2.89569,3.71849 -2.45658,2.4566 -3.67895,3.02228 -5.16238,2.72562 l -0.3956,-0.0912 a 4.2802363,4.2802363 0 0 0 -1.05226,-0.1463 c -0.63292,0 -0.95335,0.26521 -3.23588,2.46055 -1.9186,1.84739 -3.19238,2.68208 -4.67581,2.68208 -0.52614,0 -1.36871,0.4549 -2.55156,1.36475 -0.50237,0.3877 -1.06015,0.84655 -1.78011,1.4637 l -1.94627,1.69702 a 71.644505,71.644505 0 0 1 -1.796,1.51118 c -3.69078,2.99063 -6.183,4.03494 -7.99476,2.5792 -1.06809,-0.85049 -1.6377,-1.78409 -1.83155,-2.87195 -0.14627,-0.80699 -0.10281,-1.43599 0.11452,-2.88779 0.34431,-2.31415 0.257,-3.3308 -0.72394,-4.58878 -0.91778,-1.17887 -1.17093,-1.2738 -1.49136,-0.94546 -0.099,0.10288 -0.53405,0.64482 -0.63689,0.76744 -0.87424,0.98897 -1.9186,1.41225 -3.56024,1.11555 -1.81973,-0.3321 -2.20342,-1.62584 -1.8672,-3.99145 l 0.0949,-0.61711 c 0.23698,-1.44785 0.2691,-1.95027 0.099,-2.29439 -0.17423,-0.34031 -0.75159,-0.37187 -2.06891,0.1584 l -0.29254,0.11463 c -5.45113,2.19155 -6.03666,2.40912 -7.68623,2.63855 -2.38538,0.33248 -3.68289,-0.63296 -3.68289,-3.12512 z m 0.79117,0 c 0,1.97792 0.84654,2.61088 2.78495,2.34183 1.54673,-0.21748 2.14802,-0.43511 7.49635,-2.59105 l 0.29631,-0.11853 c 1.64962,-0.65666 2.65044,-0.6092 3.06977,0.22961 0.28082,0.56572 0.2453,1.09184 -0.0265,2.76911 l -0.0949,0.60526 c -0.28498,1.99373 -0.0265,2.8759 1.22238,3.10134 1.35685,0.24526 2.12821,-0.0672 2.82841,-0.86238 0.079,-0.0912 0.53007,-0.65666 0.66459,-0.79115 0.75163,-0.77534 1.51113,-0.49447 2.68206,1.00876 1.1472,1.47949 1.25401,2.67808 0.87821,5.19008 -0.3956,2.67019 -0.20522,3.71849 1.43199,5.0279 1.38063,1.10761 3.59985,0.17798 7.00188,-2.57529 0.53405,-0.43514 1.08786,-0.90192 1.77623,-1.49529 l 1.95016,-1.70101 c 0.7279,-0.62502 1.29358,-1.09181 1.81183,-1.49136 1.32124,-1.01271 2.27062,-1.52695 3.03416,-1.52695 1.20254,0 2.35367,-0.75162 4.12592,-2.46054 l 0.97312,-0.94546 c 0.37191,-0.35207 0.66066,-0.61712 0.93759,-0.84263 0.71599,-0.58938 1.30541,-0.89399 1.87506,-0.89399 0.40739,0 0.71599,0.0512 1.2263,0.16626 0.27704,0.0634 0.28082,0.0672 0.37973,0.0833 1.17094,0.23709 2.15596,-0.21751 4.44246,-2.50405 0.87031,-0.87029 1.60607,-1.83949 2.80475,-3.60376 l 0.60125,-0.89011 c 1.64167,-2.41702 2.67413,-3.7066 4.04288,-4.84195 a 9.4544954,9.4544954 0 0 1 6.28188,-2.25483 c 6.67355,0 7.36584,-2.77306 2.51595,-6.81596 -2.33397,-1.94627 -3.21214,-3.72244 -2.57922,-5.11492 0.56171,-1.23424 2.24292,-1.91464 4.41471,-1.91464 3.65919,0 6.72499,-3.29915 6.72499,-7.12052 0,-3.53651 -1.1393,-4.26835 -3.30712,-2.46451 -1.5586,1.29753 -3.94794,1.42016 -10.55025,1.06016 l -0.40354,-0.0249 c -2.01354,-0.10681 -3.16071,-0.15413 -4.3316,-0.15413 -3.51281,0 -5.44332,-0.84654 -7.58737,-2.96689 -0.39556,-0.38765 -2.08078,-2.18756 -2.58319,-2.68602 -0.7872,-0.78721 -1.52697,-1.1472 -2.32207,-1.18675 -0.80303,-0.0477 -1.21047,0.0712 -3.22401,0.81884 -1.64171,0.61317 -2.72957,0.87822 -4.06269,0.87822 -1.71284,0 -2.7058,0.57757 -3.94794,2.05706 -0.24907,0.29261 -1.1432,1.42411 -1.25794,1.56255 a 19.102828,19.102828 0 0 1 -1.59818,1.76431 14.739519,14.739519 0 0 1 -2.07284,1.67331 c -2.47638,1.64962 -3.52071,3.12911 -4.72728,6.16324 l -0.22526,0.56568 -0.11074,0.29261 a 210.25374,210.25374 0 0 1 -0.61712,1.53491 30.653927,30.653927 0 0 1 -1.31335,2.76908 c -1.25,2.32603 -3.09347,3.54841 -6.97417,5.12679 l -1.55067,0.62505 c -0.63296,0.25308 -1.12346,0.45489 -1.60218,0.66061 a 31.330377,31.330377 0 0 0 -3.28335,1.61402 21.678091,21.678091 0 0 0 -2.90755,1.98579 c -6.17904,5.02395 -7.01768,6.38085 -7.01768,11.1674 z m 52.69992,-31.55192 c 1.21047,0.60526 2.58712,0.79909 4.22483,0.6725 1.00086,-0.079 1.94234,-0.24525 3.48117,-0.58941 2.12032,-0.47075 2.50405,-0.54592 3.29522,-0.60922 1.09973,-0.0908 1.90677,0.0672 2.48825,0.55383 0.62502,0.51822 0.77534,1.07599 0.49841,1.66936 -0.26079,0.54592 -0.41533,0.68835 -1.99771,2.00563 -1.39642,1.15908 -1.98977,1.91068 -1.98977,2.80471 0,2.88775 0.51031,3.96375 3.09744,6.17903 1.52697,1.30543 2.3458,2.70579 2.08868,3.80553 -0.29669,1.28567 -1.96207,1.98586 -4.98833,1.98586 -2.84032,0 -5.02394,1.82366 -7.9236,5.80717 -0.19804,0.27692 -1.5665,2.20343 -1.95416,2.7177 a 15.384324,15.384324 0 0 1 -1.86716,2.17571 c -0.41934,0.38769 -0.82681,0.6725 -1.22635,0.85049 -1.12739,0.49846 -1.99767,0.6211 -3.8886,0.68834 -3.0302,0.10681 -4.29997,0.57358 -5.92589,2.80866 -0.62498,0.85843 -1.23023,1.58234 -1.85132,2.21529 a 16.958754,16.958754 0 0 1 -3.4218,2.64644 c -0.0593,0.0321 -4.2288,2.4487 -5.85467,3.49301 -1.48736,0.95732 -2.55153,0.80703 -3.25172,-0.3047 -0.50634,-0.80301 -0.7516,-1.79596 -1.13533,-4.09429 -0.33222,-2.00958 -0.50238,-2.80076 -0.81491,-3.53261 -0.38369,-0.90983 -0.8742,-1.28168 -1.59023,-1.13929 -2.45265,0.49057 -3.54051,0.54988 -4.34355,0.079 -0.93751,-0.55379 -1.23817,-1.82756 -1.03642,-4.24462 0.0635,-0.77534 -0.4114,-1.13534 -1.4874,-1.20254 -0.88615,-0.0513 -1.9384,0.079 -3.9321,0.44304 l -0.27289,0.0477 c -3.15284,0.57357 -4.24066,0.6804 -5.03187,0.28868 -1.15117,-0.56568 -0.63296,-2.08476 1.67331,-4.83013 2.16782,-2.58314 4.19323,-4.27626 6.23444,-5.35226 1.4795,-0.77929 2.34977,-1.0483 4.81032,-1.62189 2.88386,-0.6804 4.11409,-1.3885 5.55406,-3.68288 1.17093,-1.87907 4.24856,-7.36583 4.80238,-8.24401 1.42015,-2.24298 2.68996,-3.59984 4.37125,-4.48597 1.02848,-0.54591 1.86712,-1.11554 3.62747,-2.40121 l 0.54592,-0.39955 c 3.10533,-2.26273 4.86569,-3.15676 6.99394,-3.15676 1.66938,0 2.56736,0.53802 3.61172,1.88694 0.13455,0.17016 0.66062,0.87822 0.79116,1.05621 0.33638,0.43123 0.63292,0.78328 0.96923,1.1195 a 9.6087742,9.6087742 0 0 0 2.62666,1.89092 z m -0.17424,0.35603 c -1.10766,-0.55382 -1.97794,-1.19863 -2.73747,-1.96607 -0.34432,-0.35603 -0.65273,-0.716 -0.99292,-1.15904 -0.13833,-0.18191 -0.66455,-0.89012 -0.79514,-1.05625 -0.97704,-1.25797 -1.76428,-1.73266 -3.29915,-1.73266 -2.01354,0 -3.71852,0.87031 -6.76055,3.07763 l -0.54592,0.39955 c -1.77619,1.3015 -2.62272,1.87508 -3.67895,2.43286 -1.60607,0.85052 -2.83238,2.15594 -4.21693,4.35148 -0.54989,0.86629 -3.62359,6.34912 -4.80635,8.23606 -1.4993,2.40121 -2.82055,3.15677 -5.79931,3.85696 -2.42494,0.57359 -3.27148,0.83074 -4.71534,1.59024 -1.99381,1.05229 -3.97565,2.71376 -6.11577,5.26131 -2.14801,2.5555 -2.58323,3.83322 -1.79992,4.21692 0.67249,0.33248 1.77218,0.22567 4.78658,-0.32035 l 0.27704,-0.0513 c 2.02534,-0.3679 3.09347,-0.50238 4.02308,-0.44305 1.26985,0.079 1.94627,0.58547 1.85927,1.62584 -0.19011,2.27861 0.079,3.41787 0.8426,3.86885 0.68436,0.4035 1.71682,0.34814 4.06266,-0.12245 0.92961,-0.1858 1.58229,0.30863 2.03331,1.37267 0.32806,0.77139 0.50241,1.58236 0.81887,3.48116 l 0.0264,0.14237 c 0.37191,2.23505 0.61316,3.20821 1.07596,3.94795 0.57759,0.90987 1.39249,1.02852 2.70584,0.18191 1.63771,-1.05225 5.81114,-3.46927 5.85865,-3.50092 a 16.575037,16.575037 0 0 0 3.34662,-2.58714 18.944595,18.944595 0 0 0 1.81969,-2.16781 c 1.70895,-2.35372 3.08953,-2.86006 6.2265,-2.96688 1.84343,-0.0672 2.67417,-0.1858 3.74227,-0.66062 0.35603,-0.15806 0.73179,-0.41933 1.12346,-0.77537 a 15.04412,15.04412 0 0 0 1.81969,-2.12032 c 0.37973,-0.51428 1.74059,-2.43684 1.95024,-2.71767 2.96685,-4.07853 5.22966,-5.96941 8.24005,-5.96941 2.86405,0 4.35934,-0.63292 4.6046,-1.67727 0.21354,-0.91774 -0.53798,-2.1955 -1.96608,-3.41787 -2.67019,-2.29044 -3.23191,-3.47718 -3.23191,-6.47966 0,-1.05625 0.64876,-1.87509 2.13222,-3.10932 1.50323,-1.25402 1.67331,-1.4083 1.8909,-1.87114 0.19805,-0.4193 0.099,-0.78719 -0.39167,-1.19859 -0.88214,-0.73185 -1.86713,-0.65272 -5.44324,0.14238 -1.55463,0.34424 -2.51195,0.51423 -3.53654,0.59337 -1.70102,0.13455 -3.15281,-0.0712 -4.43055,-0.71206 z m -11.0762,-1.5428 c 2.23502,-1.11552 3.54444,-0.87026 5.10308,0.542 0.22148,0.19793 1.02848,0.97707 1.19463,1.1353 1.66148,1.53883 3.19241,2.25878 5.65689,2.25878 4.49779,0 5.53818,0.55779 6.36892,3.20027 0.10281,0.32821 0.53405,1.81974 0.65666,2.22323 0.31634,1.04037 0.64879,1.98978 1.06813,3.00643 0.84257,2.04517 1.04432,3.2913 0.68035,4.0508 -0.30463,0.6369 -0.83074,0.86237 -2.12428,1.10369 -0.91775,0.17016 -1.10767,0.20965 -1.52304,0.33638 -0.73183,0.22961 -1.32514,0.55382 -1.81965,1.05226 -0.3956,0.39559 -0.79907,0.84262 -1.30942,1.44785 -0.23697,0.28085 -1.15113,1.38455 -1.36868,1.63772 -2.84821,3.37832 -4.91716,4.88547 -7.74958,4.88547 -1.48736,0 -2.74927,0.50637 -4.18923,1.58234 -0.72786,0.54196 -4.5967,4.07852 -6.02078,5.16633 a 28.913351,28.913351 0 0 1 -3.54048,2.32607 c -1.81179,1.0048 -2.90759,1.27378 -3.55238,0.88214 -0.52217,-0.31646 -0.65272,-0.81885 -0.76747,-2.1757 a 20.78011,20.78011 0 0 0 -0.0635,-0.71601 c -0.21355,-1.8711 -0.88607,-2.71372 -2.83238,-2.71372 -2.81261,0 -3.5009,-0.48658 -3.84903,-2.14011 -0.37977,-1.82365 -0.83074,-2.65043 -2.5911,-3.82531 -1.5705,-1.04831 -1.70498,-2.14406 -0.60128,-3.25171 0.79117,-0.79119 1.83156,-1.38459 4.48989,-2.71767 2.61483,-1.30547 3.63938,-1.89884 4.39102,-2.64253 a 15.463442,15.463442 0 0 0 2.09658,-2.56339 c 0.3877,-0.59337 0.72393,-1.20255 1.1393,-2.02937 l 0.83867,-1.70102 c 0.35981,-0.7239 0.68039,-1.33311 1.03246,-1.97001 2.27066,-4.08244 4.10222,-5.84674 9.1855,-8.3864 z m -8.83737,8.58424 c -0.35188,0.62896 -0.66852,1.23423 -1.02852,1.95418 l -0.83471,1.70101 a 20.926478,20.926478 0 0 1 -1.16296,2.06891 15.855071,15.855071 0 0 1 -2.15203,2.62274 c -0.79117,0.79114 -1.82763,1.38851 -4.48993,2.71767 -2.61082,1.30542 -3.63934,1.89879 -4.39098,2.64648 -0.92171,0.92567 -0.82284,1.72871 0.54588,2.63854 1.8593,1.24213 2.35771,2.1599 2.75728,4.07454 0.30879,1.46365 0.82677,1.8276 3.46137,1.8276 2.17568,0 2.99455,1.01665 3.22401,3.06578 0.0227,0.19793 0.034,0.32428 0.0673,0.72788 0.099,1.21049 0.21732,1.64961 0.57754,1.86719 0.47471,0.29261 1.45973,0.0512 3.15678,-0.89007 a 28.517765,28.517765 0 0 0 3.48911,-2.29439 c 1.40432,-1.0681 5.27709,-4.60861 6.02872,-5.17032 1.49923,-1.1195 2.84028,-1.65752 4.42262,-1.65752 2.67809,0 4.6679,-1.45176 7.44888,-4.747 l 1.36475,-1.63377 a 23.762827,23.762827 0 0 1 1.33311,-1.47159 4.6362633,4.6362633 0 0 1 1.98191,-1.15115 c 0.43518,-0.13455 0.63296,-0.17797 1.57047,-0.35206 1.16701,-0.21751 1.61004,-0.40352 1.8395,-0.88217 0.30085,-0.629 0.11074,-1.78015 -0.68833,-3.73038 a 33.411158,33.411158 0 0 1 -1.08389,-3.04207 c -0.12246,-0.4074 -0.55382,-1.89878 -0.6567,-2.2192 -0.7714,-2.45265 -1.64564,-2.92339 -5.98919,-2.92339 -2.57128,0 -4.19716,-0.76349 -5.92584,-2.36561 -0.17424,-0.1584 -0.97316,-0.93753 -1.1907,-1.13135 -1.4439,-1.30547 -2.57923,-1.52301 -4.66394,-0.47869 -5.01207,2.50406 -6.78433,4.21297 -9.01145,8.22821 z m 22.09742,4.7193 c -1.17887,2.55154 -6.63794,6.03666 -10.57799,6.03666 -2.10845,0 -2.99063,-1.17884 -2.81261,-3.10932 0.12661,-1.37662 0.83074,-3.12907 1.55463,-4.19717 l 0.60129,-0.91776 a 17.781572,17.781572 0 0 1 0.74373,-1.06806 c 1.44783,-1.89883 3.10538,-2.94709 5.38787,-2.94709 3.58398,0 6.23048,3.76597 5.10308,6.20274 z m -0.35603,-0.16622 c 0.99693,-2.16385 -1.44389,-5.64106 -4.74701,-5.64106 -2.13619,0 -3.69082,0.98106 -5.07141,2.79286 -0.23697,0.31646 -0.46284,0.63295 -0.73183,1.04435 0,0 -0.47471,0.73971 -0.60128,0.92168 -0.68833,1.01665 -1.36872,2.70977 -1.49137,4.01128 -0.15798,1.71284 0.56568,2.67808 2.42098,2.67808 3.78573,0 9.10639,-3.39412 10.21799,-5.80719 z m -27.56047,8.20446 c 0.82285,0.0712 1.75643,0.32039 2.32608,0.71206 0.83864,0.58151 0.87027,1.42409 -0.10281,2.39327 -2.03331,2.03726 -5.08327,1.71685 -5.08327,-0.53404 0,-1.84343 1.24214,-2.70581 2.86008,-2.57129 z m -0.034,0.39556 c -1.40825,-0.11853 -2.42888,0.59341 -2.42888,2.17573 0,1.81176 2.5832,2.08077 4.41079,0.25701 0.80303,-0.80699 0.78327,-1.35683 0.15836,-1.78802 -0.50238,-0.34813 -1.37666,-0.58155 -2.13615,-0.64484 z m 11.70542,-89.38255 c 1.83553,0.92962 6.83176,3.25964 7.67036,3.73038 a 9.5494363,9.5494363 0 0 1 2.78888,2.23109 17.813218,17.813218 0 0 1 1.48346,2.05702 c 0.94942,1.49534 0.0151,3.03022 -2.45261,4.60069 -1.96607,1.25004 -4.81825,2.49217 -8.68312,3.88467 -1.91463,0.68831 -7.76534,2.64248 -8.34686,2.8482 -2.60689,0.92169 -5.87441,0.0396 -9.945,-2.31812 -1.55467,-0.89801 -3.16471,-1.97793 -5.11887,-3.37833 -0.88218,-0.63687 -3.75803,-2.76512 -4.23277,-3.10533 a 32.125505,32.125505 0 0 0 -3.41394,-2.25487 c -1.90673,-1.02851 -1.76035,-2.62665 0.0673,-4.79844 1.29354,-1.53485 1.64957,-1.84739 7.16009,-6.4599 a 91.063805,91.063805 0 0 0 3.51677,-3.06183 37.659747,37.659747 0 0 0 1.86716,-1.84344 c 2.00954,-2.148013 3.87674,-2.567341 5.92192,-1.550686 0.88611,0.435146 1.79199,1.127396 2.93922,2.183636 0.58545,0.54194 2.74534,2.65834 3.15674,3.04599 2.05705,1.94237 3.74226,3.24381 5.61732,4.19321 z m -0.18179,0.35604 c -1.9186,-0.96917 -3.63145,-2.29047 -5.71223,-4.25651 -0.41537,-0.39559 -2.57133,-2.50804 -3.15281,-3.04207 -1.11949,-1.0325 -2.00167,-1.70101 -2.84825,-2.12426 -1.87899,-0.933607 -3.56024,-0.553856 -5.45903,1.46761 a 38.047423,38.047423 0 0 1 -1.883,1.86319 c -0.98105,0.90987 -2.04121,1.82763 -3.52861,3.07368 -5.48284,4.58881 -5.84284,4.9053 -7.11265,6.41245 -1.69312,2.00958 -1.81176,3.32294 -0.1818,4.19717 0.88218,0.47473 1.93837,1.18282 3.4574,2.28257 0.47471,0.34422 3.35067,2.46842 4.23277,3.10532 a 61.23665,61.23665 0 0 0 5.08331,3.35854 c 3.97958,2.30229 7.14819,3.15675 9.6127,2.28645 0.58549,-0.2054 6.43616,-2.16383 8.3469,-2.84818 3.83713,-1.38456 6.66954,-2.61487 8.60394,-3.84511 2.31024,-1.46764 3.12514,-2.80866 2.33394,-4.05873 a 17.441368,17.441368 0 0 0 -1.45365,-2.00959 9.1617626,9.1617626 0 0 0 -2.68206,-2.14406 c -0.82281,-0.45889 -5.80721,-2.78887 -7.6585,-3.71849 z m -15.36057,3.18446 c 1.23027,-0.1463 2.25483,-0.0512 3.32292,0.27695 0.85051,0.26092 1.0839,0.3679 3.41783,1.49135 1.87907,0.90587 3.31899,1.52697 5.21779,2.19944 3.31502,1.1749 4.47806,2.46451 3.493,3.86092 -0.8228,1.16303 -3.18047,2.34187 -7.05721,3.63145 -3.34269,1.11559 -6.12367,0.92966 -8.4774,-0.35601 -1.83946,-1.00871 -3.29522,-2.5713 -4.80635,-4.86571 -1.1472,-1.74452 -1.07997,-3.24377 0.0635,-4.37515 0.98105,-0.96922 2.71767,-1.61004 4.82616,-1.85925 z m 0.0472,0.39556 c -2.02934,0.23707 -3.69078,0.85447 -4.5967,1.7485 -1.00081,0.98896 -1.06015,2.28253 -0.008,3.87676 1.47556,2.24689 2.88782,3.76202 4.66794,4.73514 2.25487,1.23028 4.91713,1.41225 8.15698,0.33248 3.7937,-1.26588 6.10783,-2.421 6.85946,-3.48906 0.7674,-1.08789 -0.19805,-2.15595 -3.30316,-3.25965 -1.91463,-0.68041 -3.36245,-1.30542 -5.25335,-2.21528 -2.31024,-1.11157 -2.53965,-1.21444 -3.36249,-1.46761 a 7.2866865,7.2866865 0 0 0 -3.16472,-0.26128 z M 80.107011,197.9476 c 0,1.89093 -0.573619,2.99064 -1.752454,3.5326 -0.905877,0.41535 -1.799924,0.48658 -4.268371,0.47469 l -0.704164,-0.004 c -3.635414,0 -6.724951,-3.02623 -6.724951,-6.1316 0,-3.00248 4.193197,-4.15758 7.808844,-2.15196 1.099767,0.61317 1.665449,0.76744 3.390161,1.08786 1.756384,0.32821 2.250935,0.89801 2.250935,3.19239 z m -0.395603,0 c 0,-2.09657 -0.356032,-2.50797 -1.930469,-2.80072 -1.760353,-0.32822 -2.357708,-0.49452 -3.50487,-1.13138 -3.390198,-1.88296 -7.223395,-0.8307 -7.223395,1.80388 0,2.88776 2.911483,5.73596 6.329348,5.73596 h 0.708095 c 2.39724,0.0144 3.267552,-0.0552 4.098292,-0.4351 1.028523,-0.47473 1.522999,-1.42413 1.522999,-3.17264 z M 92.89629,151.32787 c 1.46759,-0.51823 3.441562,-1.0681 6.368882,-1.79991 1.020628,-0.25701 6.539078,-1.59817 8.133238,-1.99772 7.74955,-1.95023 12.48076,-3.52071 15.12325,-5.28106 5.90608,-3.9361 14.58528,-13.40244 17.33851,-18.90898 0.89008,-1.78015 1.8395,-2.52385 3.0381,-2.47241 0.49844,0.0249 1.03249,0.17798 1.70895,0.47469 a 20.099703,20.099703 0 0 1 1.40039,0.6725 l 0.49841,0.24918 c 1.89089,0.92567 3.31502,1.36081 5.00417,1.36081 2.84825,0 3.95981,1.21443 3.30315,3.12907 -0.55385,1.60608 -2.34187,3.52467 -4.39102,4.75494 -3.28335,1.97003 -4.64813,6.84361 -4.64813,13.27981 0,1.42015 -0.54195,2.4843 -1.57444,3.3071 -0.78323,0.62501 -1.66144,1.02851 -3.35063,1.64562 l -0.40346,0.14631 c -1.91857,0.69225 -2.76121,1.09578 -3.43367,1.76429 -2.01354,2.01752 -4.96066,2.82846 -8.05016,2.82846 -0.54592,0 -0.97712,0.36393 -1.57841,1.22629 -0.11452,0.16233 -0.52222,0.77142 -0.58152,0.86238 -1.06019,1.55072 -1.95027,2.26274 -3.37829,2.26274 -3.10141,0 -4.24861,0.3679 -8.60795,2.7454 -2.04915,1.11551 -3.48113,1.41617 -5.79927,1.45572 -0.1028,0 -0.18595,0 -0.36397,0.008 -1.90669,0.0249 -2.81654,0.11852 -4.15759,0.53011 a 29.04785,29.04785 0 0 0 -3.51674,1.40825 c -0.85844,0.3956 -4.165567,1.98192 -4.046814,1.92653 -3.081638,1.46369 -5.269229,2.36558 -7.476624,2.99458 -4.909228,1.40432 -7.349934,0.88609 -10.846904,-1.61006 -1.020661,-0.73184 -1.076031,-1.75241 -0.328441,-3.01433 0.573619,-0.96921 1.542765,-2.01353 3.196347,-3.54841 l 0.704126,-0.64876 c 1.550702,-1.42411 1.77222,-1.62587 2.333971,-2.18764 0.917745,-0.91773 1.234205,-1.38452 2.167824,-3.01828 0.763464,-1.32917 1.333115,-2.02143 2.480315,-2.79286 0.909808,-0.60921 2.112416,-1.17884 3.734324,-1.75242 z m 0.134551,0.37183 c -1.594205,0.56172 -2.769109,1.1195 -3.64732,1.70892 -1.087861,0.73185 -1.621871,1.3806 -2.357669,2.66228 -0.949417,1.66147 -1.281713,2.15204 -2.231131,3.09746 -0.565682,0.56963 -0.79113,0.77535 -2.34977,2.2034 l -0.700195,0.64481 c -1.621871,1.51114 -2.579187,2.5357 -3.12514,3.46138 -0.652687,1.10369 -0.609185,1.89882 0.217323,2.49219 3.402028,2.42892 5.720163,2.91941 10.510715,1.55069 2.175722,-0.62107 4.351445,-1.51904 7.41324,-2.97088 -0.118677,0.0552 3.188448,-1.53484 4.050826,-1.9304 a 29.392011,29.392011 0 0 1 3.56424,-1.42413 c 1.38849,-0.4312 2.32997,-0.52614 4.27234,-0.55383 h 0.35981 c 2.26273,-0.0396 3.63145,-0.32821 5.61733,-1.41222 4.41471,-2.40519 5.61728,-2.79285 8.79783,-2.79285 1.26187,0 2.05701,-0.63292 3.04993,-2.08867 l 0.58548,-0.87032 c 0.67249,-0.96127 1.18674,-1.39245 1.90277,-1.39245 2.99456,0 5.84674,-0.79115 7.7732,-2.70977 0.72397,-0.7279 1.59821,-1.1472 3.57615,-1.85921 l 0.40347,-0.14631 c 3.40206,-1.23817 4.66397,-2.24294 4.66397,-4.58086 0,-6.56674 1.39642,-11.5511 4.84199,-13.62002 1.97791,-1.18674 3.69869,-3.03416 4.2169,-4.54132 0.56175,-1.63377 -0.32807,-2.60693 -2.92732,-2.60693 -1.76032,0 -3.23985,-0.45098 -5.17818,-1.40036 -2.97483,-1.4518 -2.68211,-1.32126 -3.44954,-1.35686 -1.02062,-0.0395 -1.83946,0.60127 -2.66623,2.25484 -2.78494,5.56587 -11.51157,15.08761 -17.47302,19.06329 -2.69393,1.79592 -7.45285,3.37038 -15.24983,5.33247 -1.5942,0.4035 -7.11261,1.74061 -8.133237,1.99772 -2.91549,0.72786 -4.877556,1.27772 -6.329348,1.78801 z m 6.657713,1.59423 c 0.822806,0 1.582336,-0.079 2.867946,-0.27303 2.06498,-0.30471 2.62673,-0.35603 3.34666,-0.19794 0.99688,0.22141 1.49933,0.92963 1.49933,2.25086 0,1.60216 -0.89801,2.88384 -2.61879,3.99938 -1.28172,0.83073 -2.5832,1.39645 -5.597558,2.53175 l -0.106961,0.0396 -0.901909,0.34031 c -1.202607,0.45888 -2.084749,0.99686 -3.690822,2.14801 l -0.316346,0.22568 c -3.239849,2.32603 -5.281096,3.17655 -9.118261,3.17655 -1.970041,0 -2.721638,-0.80303 -2.274634,-2.22319 0.344315,-1.11163 1.416189,-2.59504 3.085569,-4.40285 0.498482,-0.54196 1.044359,-1.10768 1.641676,-1.70105 1.254009,-1.24213 4.450355,-4.19717 4.529461,-4.27231 0.181795,-0.18584 0.367748,-0.35206 0.553814,-0.49843 1.337084,-1.07205 2.282532,-1.21842 5.609386,-1.15909 0.652762,0.0144 1.040428,0.0144 1.491402,0.0144 z m 0,0.39555 c -0.454941,0 -0.842645,-0.004 -1.4993,-0.0144 -3.235881,-0.0552 -4.114054,0.079 -5.356234,1.07205 -0.174236,0.13848 -0.348094,0.29261 -0.522141,0.46678 -0.07899,0.0833 -3.283351,3.04207 -4.529462,4.28025 a 53.245818,53.245818 0 0 0 -1.629808,1.68518 c -1.629845,1.76825 -2.674166,3.21216 -2.998563,4.25256 -0.356032,1.13929 0.178015,1.70894 1.898797,1.70894 3.742261,0 5.712302,-0.81887 8.884875,-3.10141 l 0.316347,-0.22533 c 1.633776,-1.17094 2.539691,-1.72476 3.781795,-2.19945 l 0.909846,-0.34031 0.09902,-0.0396 c 2.986704,-1.12345 4.272344,-1.68122 5.526354,-2.4922 1.61401,-1.0483 2.43685,-2.21529 2.43685,-3.66709 0,-1.14319 -0.38374,-1.68517 -1.18677,-1.85924 -0.65273,-0.14631 -1.20654,-0.099 -3.20429,0.19793 -1.30541,0.19794 -2.08074,0.27693 -2.927319,0.27693 z m 44.491466,-17.93585 c -0.7437,2.15199 -0.78323,2.67417 -0.38767,5.04769 0.46681,2.79281 -0.54591,6.55883 -2.17171,6.55883 a 6.6814409,6.6814409 0 0 0 -0.59736,0.0283 l -0.25323,0.0144 c -1.13136,0.0712 -1.91066,0.0672 -2.74537,-0.0672 -2.59109,-0.41934 -4.11806,-2.03332 -4.11806,-5.31666 0,-5.49868 0.84658,-7.78911 3.21615,-10.4158 a 8.6633242,8.6633242 0 0 0 0.99685,-1.48344 c 0.23358,-0.40745 1.09977,-2.02937 1.076,-1.98188 1.75638,-3.22006 3.04996,-4.56111 4.84592,-4.11412 0.46284,0.1189 0.87031,0.30471 1.41622,0.62901 l 0.54985,0.33212 a 7.9117123,7.9117123 0 0 0 1.2263,0.63296 c 0.27704,0.10678 0.71211,0.12672 1.87903,0.10286 l 0.28498,-0.004 c 1.25004,-0.0214 1.89086,0.032 2.30623,0.26128 0.63693,0.35206 0.47475,1.01267 -0.45097,1.93835 a 85.406933,85.406933 0 0 1 -1.52693,1.48743 c -4.19324,3.9954 -5.04371,4.90527 -5.54616,6.34913 z m -0.37191,-0.12673 c 0.53012,-1.54279 1.36876,-2.44076 5.64503,-6.51135 0.61315,-0.58151 1.07992,-1.03641 1.523,-1.47554 0.76743,-0.77136 0.8584,-1.13925 0.53405,-1.31728 -0.32429,-0.17798 -0.93755,-0.2296 -2.10456,-0.20967 l -0.28497,0.004 c -1.24211,0.025 -1.68522,0.008 -2.03332,-0.13456 -0.4193,-0.16232 -0.7793,-0.35605 -1.2856,-0.66065 l -0.54595,-0.3282 a 4.7865857,4.7865857 0 0 0 -1.30938,-0.58149 c -1.53487,-0.38373 -2.73744,0.85843 -4.40285,3.91628 0.0302,-0.0512 -0.84654,1.57442 -1.07996,1.98586 a 8.9837488,8.9837488 0 0 1 -1.04829,1.55069 c -2.29837,2.55944 -3.11328,4.74703 -3.11328,10.15469 0,3.08162 1.37666,4.53733 3.78577,4.92501 0.79514,0.13066 1.5507,0.13455 2.65436,0.0634 a 146.89279,146.89279 0 0 0 0.48658,-0.0283 c 0.1663,-0.0144 0.28875,-0.0144 0.39167,-0.0144 1.26584,0 2.21526,-3.52071 1.78012,-6.09991 -0.4035,-2.43681 -0.36019,-3.02228 0.40743,-5.23753 z m -3.66311,4.9132 c 0.22941,0.20576 0.98898,0.7516 1.00871,0.76345 0.77537,0.62107 0.80701,1.30941 0.004,2.51595 -1.47946,2.23109 -3.493,1.22237 -3.493,-1.79994 0,-1.50716 0.20183,-2.24298 0.81884,-2.38142 0.46681,-0.10288 0.79116,0.11852 1.66144,0.90196 z m -0.53012,0.58547 c -0.59331,-0.53407 -0.88211,-0.73185 -0.96125,-0.71205 -0.0673,0.0144 -0.19805,0.48654 -0.19805,1.60604 0,2.32208 1.05623,2.85219 2.04518,1.36476 0.59339,-0.89403 0.58152,-1.12345 0.15799,-1.46365 0.0151,0.0144 -0.77141,-0.55383 -1.04432,-0.79115 z m 88.17607,-51.5013 c 0.87028,-0.435141 1.4518,-0.656662 2.32604,-0.933574 l 0.11112,-0.0356 a 19.352048,19.352048 0 0 0 3.4772,-1.404347 c 1.64961,-0.822795 2.51199,-0.743698 2.75327,0.332477 0.17424,0.791184 0.079,1.586285 -0.49447,5.023948 -0.89798,5.38785 -3.62355,10.340576 -8.37453,14.359716 -1.70101,1.43599 -2.93125,1.73664 -3.85697,0.96526 -0.7437,-0.62108 -1.2263,-1.80785 -1.82366,-4.14577 -0.11868,-0.4549 -0.56564,-2.30624 -0.68039,-2.75322 a 45.167966,45.167966 0 0 0 -1.07206,-3.647331 c -0.94938,-2.697884 -1.1986,-4.264417 -0.83074,-5.118858 0.30463,-0.723942 0.82284,-0.886123 2.21529,-0.969206 0.58942,-0.0356 0.82681,-0.05517 1.17491,-0.110708 l 0.7714,-0.130642 c 0.28497,-0.0477 0.48257,-0.07903 0.66459,-0.114623 0.43514,-0.07903 0.7595,-0.150221 1.07202,-0.237434 0.6725,-0.194005 1.35289,-0.474689 2.56732,-1.079914 z m 0.17424,0.356008 c -1.23027,0.609212 -1.93043,0.905915 -2.63063,1.103693 -0.33222,0.09077 -0.66856,0.166239 -1.11159,0.249181 a 43.027843,43.027843 0 0 1 -1.5072,0.249181 c -0.30463,0.05126 -0.54985,0.07511 -1.1551,0.111064 -1.23818,0.07119 -1.64954,0.201836 -1.87506,0.731844 -0.30879,0.727892 -0.079,2.223193 0.84257,4.82613 a 45.539811,45.539811 0 0 1 1.08393,3.682889 l 0.68043,2.75332 c 0.57751,2.25483 1.03642,3.39408 1.69311,3.94 0.73969,0.61712 1.77615,0.36791 3.35059,-0.96522 4.6758,-3.95585 7.35787,-8.821564 8.24005,-14.122389 0.55381,-3.34269 0.65272,-4.157618 0.49448,-4.86967 -0.16215,-0.739747 -0.7358,-0.791149 -2.19153,-0.06337 a 19.727854,19.727854 0 0 1 -3.53261,1.424104 l -0.11074,0.03951 a 14.00373,14.00373 0 0 0 -2.27066,0.909866 z m -1.78008,2.602943 c 0.54191,-0.126726 0.98895,-0.296525 1.54273,-0.561724 0.13833,-0.07119 1.01665,-0.51819 1.31334,-0.660614 0.59339,-0.280863 1.17491,-0.51819 1.85927,-0.747649 1.06809,-0.356045 1.83552,-0.304714 2.32607,0.158051 0.38767,0.371849 0.53004,0.894025 0.55778,1.653528 0.008,0.158052 0.008,0.276947 0.008,0.541969 0,2.22714 -1.8316,6.677476 -4.48596,8.999598 -1.71681,1.50323 -2.89171,1.84735 -3.92421,0.99686 -0.81494,-0.6725 -1.38455,-1.83945 -2.63856,-5.107035 -0.7358,-1.910644 -0.81097,-3.204211 -0.2691,-4.034947 0.44303,-0.672503 1.1472,-0.933609 2.30627,-1.068095 l 0.4984,-0.04771 c 0.47078,-0.04735 0.6923,-0.07511 0.90989,-0.122454 z m -0.83074,0.909866 -0.48265,0.04735 c -0.94941,0.106792 -1.46366,0.300797 -1.73661,0.716005 -0.36775,0.56571 -0.30879,1.621913 0.34431,3.315028 1.19463,3.10137 1.74452,4.23671 2.40518,4.7826 0.64479,0.5301 1.43992,0.29652 2.89961,-0.98103 2.47639,-2.1678 4.21694,-6.396642 4.21694,-8.406217 0,-0.253097 0,-0.367862 -0.008,-0.510286 -0.0227,-0.569628 -0.11868,-0.92172 -0.31257,-1.107645 -0.23735,-0.22533 -0.71206,-0.257012 -1.53097,0.01424 a 15.012472,15.012472 0 0 0 -1.76825,0.712053 c -0.2846,0.134557 -1.15907,0.581516 -1.31331,0.656698 a 7.7297424,7.7297424 0 0 1 -1.70102,0.617078 c -0.26116,0.06337 -0.50634,0.09504 -1.01272,0.142389 z M 135.26755,58.293859 c -0.62899,1.701004 -1.40035,2.867986 -2.82448,4.509661 l -1.02852,1.174898 a 26.512147,26.512147 0 0 0 -1.04039,1.277763 18.355172,18.355172 0 0 0 -1.85133,2.966889 c -1.12743,2.254838 -2.82447,4.027047 -5.08331,5.494687 -1.68121,1.091768 -3.26355,1.827563 -6.1988,3.002486 -4.35538,1.740564 -6.49947,0.498433 -10.76784,-6.487636 -1.13136,-1.855294 -3.48113,-3.413884 -7.112615,-5.008072 -1.186772,-0.526163 -5.095144,-2.072907 -5.708334,-2.341876 -1.962066,-0.862401 -2.78487,-1.47158 -2.539616,-2.3142 0.265323,-0.917743 2.096579,-1.602104 6.123666,-2.405149 6.578569,-1.31335 10.653089,-1.511129 15.795709,-1.194662 3.1251,0.193863 3.82529,0.197851 5.03973,-0.102913 0.78724,-0.189876 1.55074,-0.514242 2.37358,-1.028509 l 1.1037,-0.676457 c 3.9004,-2.428899 5.11884,-3.148865 6.84359,-3.916302 2.38537,-1.072044 4.18133,-1.313329 5.51444,-0.553814 2.84826,1.629816 3.0381,3.046001 1.36082,7.603158 z m -0.74369,-0.276911 c 1.56257,-4.23277 1.42412,-5.245453 -1.01273,-6.637918 -1.05226,-0.601281 -2.61872,-0.391616 -4.79444,0.585456 -1.67732,0.751616 -2.88779,1.463656 -6.7527,3.864871 l -1.10369,0.684361 a 8.9402343,8.9402343 0 0 1 -2.599,1.123471 c -1.3291,0.320409 -2.0649,0.31646 -5.27709,0.118609 -5.0793,-0.308557 -9.08658,-0.114626 -15.590018,1.186763 -1.938368,0.383696 -3.34269,0.74369 -4.268372,1.087837 -0.803036,0.300654 -1.20257,0.573626 -1.254009,0.755578 -0.0635,0.225509 0.585487,0.708108 2.096617,1.368721 0.593386,0.26502 4.505726,1.811758 5.712265,2.345824 3.765957,1.657515 6.226507,3.283349 7.464677,5.316664 4.09433,6.697269 5.88235,7.73767 9.80262,6.171141 2.88779,-1.159082 4.43452,-1.879037 6.06433,-2.935278 2.14409,-1.396375 3.74619,-3.065779 4.80635,-5.182143 0.56965,-1.147193 1.19467,-2.136156 1.92253,-3.093473 a 27.275627,27.275627 0 0 1 1.076,-1.317276 l 1.02852,-1.174913 c 1.36876,-1.578382 2.08872,-2.670207 2.67814,-4.268375 z m -2.6267,-0.154243 c -3.1409,5.0635 -7.33017,8.603961 -13.17302,9.980613 -3.09346,0.723906 -4.93292,-0.312544 -5.19008,-2.345822 -0.21732,-1.760356 0.90591,-3.584001 2.37354,-3.584001 1.19467,0 2.21526,-0.664576 6.08414,-3.623562 0.58148,-0.443051 1.01661,-0.775337 1.44778,-1.083902 1.74062,-1.26588 3.07374,-2.045179 4.28028,-2.405153 2.20339,-0.660635 3.69082,-0.850515 4.48993,-0.482619 0.98895,0.450949 0.87817,1.633778 -0.31257,3.544446 z m -0.33222,-0.205576 c 1.07603,-1.740599 1.16303,-2.666245 0.47871,-2.978771 -0.67649,-0.312511 -2.10455,-0.130572 -4.21304,0.502406 -1.14716,0.344152 -2.45264,1.103686 -4.15759,2.341857 -0.42724,0.312511 -0.86237,0.640851 -1.44389,1.083901 -3.98752,3.053929 -4.99227,3.702678 -6.32145,3.702678 -1.19467,0 -2.17572,1.590261 -1.97794,3.140914 0.22148,1.780147 1.82763,2.682111 4.70351,2.005656 5.7281,-1.345006 9.83425,-4.818246 12.93169,-9.798641 z m 50.86843,-44.38858 c 5.49071,1.962104 8.20838,1.962104 12.50839,0.0049 1.19471,-0.541951 2.16389,-1.16304 4.35144,-2.697891 2.20339,-1.5506989 3.18444,-2.1796917 4.40682,-2.737463 1.63774,-0.7437166 3.07767,-0.9414917 4.43849,-0.5063433 1.5507,0.4984441 2.45261,4.8656953 2.68203,11.2544083 0.19804,5.617308 -0.20523,11.444281 -0.97312,13.529035 -0.72,1.950213 -2.31813,3.231915 -4.5532,3.963745 a 16.495919,16.495919 0 0 1 -5.12674,0.719997 c -2.29047,0 -3.56031,0.94939 -4.82619,3.022253 -0.14627,0.2335 -0.61311,1.028531 -0.67642,1.135333 -0.6923,1.147196 -1.20658,1.712893 -1.95024,1.958139 -0.3719,0.126576 -0.81887,0.328365 -1.53097,0.688324 l -0.96121,0.48658 c -0.40743,0.209575 -0.73977,0.37183 -1.06809,0.53009 -2.54363,1.226313 -4.64021,1.867139 -6.78826,1.867139 -2.2588,0 -3.97168,0.826791 -5.54612,2.341883 -0.45887,0.439086 -1.66144,1.792006 -1.83156,1.954204 -1.00479,0.965212 -2.34584,1.677256 -4.29211,2.413047 -0.55377,0.205833 -2.3656,0.842612 -2.47237,0.878196 l -0.81491,0.308557 c -0.35225,0.14253 -0.70416,0.249215 -1.06809,0.32041 -2.19553,0.450974 -4.40685,-0.213548 -7.11262,-1.748479 -0.50245,-0.288793 -2.02938,-1.210511 -2.2786,-1.352919 -0.81094,-0.458873 -1.62977,-0.605243 -3.59584,-0.75159 l -0.68436,-0.0593 c -1.89094,-0.158212 -3.03814,-0.450996 -4.04289,-1.174904 -1.97794,-1.428072 -2.67813,-3.069752 -2.2351,-4.877583 0.52615,-2.144054 2.57129,-4.359352 5.87445,-6.835721 a 66.933082,66.933082 0 0 1 2.57132,-1.82363 c -0.13077,0.09097 1.71289,-1.155118 2.09662,-1.424111 1.07996,-0.755577 1.8988,-1.542773 5.04371,-4.762858 l 0.43113,-0.435126 c 1.38062,-1.40829 2.33007,-2.330022 3.21222,-3.097459 1.14716,-0.988963 1.86712,-2.35372 2.96685,-5.162374 l 0.24907,-0.636891 c 1.06806,-2.737463 1.69312,-3.955851 2.71767,-4.877583 0.56171,-0.506339 2.64253,-2.587132 3.13697,-2.966887 1.57448,-1.186768 3.16864,-1.07994 7.74164,0.55381 z m -0.13455,0.37183 c -4.45432,-1.590247 -5.93382,-1.693085 -7.36584,-0.605246 -0.47071,0.356032 -2.53172,2.417042 -3.11721,2.939207 -0.95731,0.862374 -1.56654,2.053073 -2.61086,4.727247 l -0.24907,0.636915 c -1.11953,2.871923 -1.8672,4.272291 -3.07374,5.320607 a 56.113814,56.113814 0 0 0 -3.62354,3.508834 c -3.17265,3.24381 -3.98752,4.034971 -5.09518,4.81033 -0.39164,0.272957 -2.23503,1.519052 -2.10055,1.424114 -0.98895,0.67646 -1.78806,1.23817 -2.55946,1.815731 -3.23191,2.424937 -5.23355,4.5888 -5.72806,6.614196 -0.40351,1.641675 0.22979,3.125121 2.08078,4.458232 0.93358,0.672499 2.02148,0.949417 3.8451,1.10767 l 0.68436,0.05133 c 2.02537,0.158211 2.87985,0.308561 3.7581,0.810951 0.25701,0.142526 1.78008,1.068079 2.27852,1.344997 2.63464,1.495302 4.76289,2.136152 6.8397,1.708925 0.34016,-0.06727 0.67249,-0.166186 0.99685,-0.296693 a 26.504235,26.504235 0 0 1 0.83074,-0.31646 c 0.11112,-0.03961 1.92253,-0.672502 2.46845,-0.878199 1.89883,-0.712071 3.19638,-1.40829 4.15366,-2.326035 0.15836,-0.150274 1.36082,-1.503228 1.83156,-1.954205 1.64564,-1.582344 3.44954,-2.452645 5.82301,-2.452645 2.07685,0 4.12202,-0.628966 6.61817,-1.82759 0.32429,-0.158211 0.65269,-0.31646 1.06016,-0.526129 0.0476,-0.02495 0.7635,-0.39162 0.96125,-0.486558 0.7279,-0.367937 1.18681,-0.577557 1.58234,-0.712067 0.63295,-0.205568 1.09186,-0.719969 1.73661,-1.788049 l 0.67257,-1.139267 c 1.34102,-2.17573 2.71763,-3.208199 5.17028,-3.208199 1.76035,0 3.45347,-0.193852 5.0002,-0.70018 2.13615,-0.696249 3.63935,-1.898838 4.31184,-3.722468 0.73977,-2.021457 1.1472,-7.81282 0.94549,-13.382687 -0.22148,-6.143437 -1.1116,-10.4750854 -2.40518,-10.8865097 -1.25798,-0.4035061 -2.59899,-0.2175496 -4.15367,0.486584 -1.19463,0.5419502 -2.16385,1.1630135 -4.3514,2.7018517 -2.20343,1.550699 -3.18444,2.1757 -4.40682,2.73744 -4.40288,1.997707 -7.22339,1.997707 -12.80904,0.0049 z m 5.60542,8.121389 c 2.12825,0 2.98666,-0.08323 3.8451,-0.37976 0.49841,-0.170192 3.93608,-1.898834 5.88631,-2.753284 0.7516,-0.324396 1.40826,-0.965219 2.61086,-2.38933 1.01269,-1.202589 1.26191,-1.483442 1.74055,-1.914656 1.4637,-1.325189 2.79681,-1.297504 4.04292,0.48658 2.46452,3.520702 2.21919,6.305632 0.0302,10.688735 a 28.189428,28.189428 0 0 0 -0.98895,2.167805 c -0.12661,0.316459 -0.3956,1.068075 -0.43117,1.147192 -0.0673,0.177902 -0.13455,0.320428 -0.21354,0.462833 -0.24907,0.450977 -0.61712,0.874239 -1.60218,1.859241 -0.94942,0.949417 -2.04121,1.293566 -4.62044,1.712893 -0.71603,0.118602 -0.87027,0.142526 -1.18673,0.201827 -2.38144,0.435125 -3.79763,1.064118 -4.84195,2.40119 -1.41226,1.815757 -3.12514,2.958989 -5.92589,4.24859 -0.2177,0.09494 -0.43513,0.197858 -0.71206,0.31646 l -0.70413,0.316497 a 23.766783,23.766783 0 0 0 -3.04603,1.542777 c -1.01666,0.632931 -1.89487,0.929632 -3.72639,1.368722 -3.39413,0.814904 -4.85782,1.487403 -6.87133,3.702675 -2.02541,2.231123 -4.02312,3.022284 -6.57861,2.650424 -2.12031,-0.312492 -4.20506,-1.190699 -9.32001,-3.750146 -2.49215,-1.246099 -2.54358,-3.07765 -0.59331,-5.36414 1.33704,-1.558598 1.39241,-1.606068 7.67433,-6.50341 3.21214,-2.504054 5.13075,-4.18136 6.57857,-5.886331 1.00082,-1.178838 1.66148,-2.266703 1.9621,-3.283347 2.17569,-7.239228 4.94484,-8.694962 9.01146,-6.155328 0.77136,0.482623 2.61482,1.79991 2.84031,1.938377 1.32915,0.850495 2.57919,1.166982 5.14262,1.166982 z m 0,0.791157 c -2.7058,0 -4.10222,-0.352063 -5.56985,-1.289602 -0.24907,-0.158211 -2.08471,-1.467624 -2.83238,-1.938353 -3.58004,-2.235084 -5.79931,-1.068106 -7.83262,5.71621 -0.34016,1.13531 -1.05619,2.314171 -2.11634,3.564205 -1.49534,1.760364 -3.4416,3.46137 -6.70126,6.001031 -6.19483,4.830112 -6.27398,4.897365 -7.55565,6.392671 -1.64961,1.938357 -1.61798,3.164689 0.34809,4.145729 5.02791,2.511976 7.07706,3.378316 9.07472,3.671033 2.28651,0.332296 4.02709,-0.355994 5.88235,-2.397226 2.14409,-2.357707 3.73833,-3.093502 7.2709,-3.940052 1.75246,-0.423265 2.57129,-0.696223 3.493,-1.27378 a 24.407632,24.407632 0 0 1 3.14098,-1.59027 l 0.70409,-0.316422 0.70416,-0.316498 c 2.6979,-1.238165 4.31584,-2.322073 5.63316,-4.011216 1.18673,-1.530939 2.76911,-2.231123 5.32456,-2.697895 0.32806,-0.0593 0.47868,-0.08322 1.20257,-0.201827 2.41308,-0.395584 3.40207,-0.704148 4.1853,-1.491371 0.93362,-0.93357 1.26984,-1.321247 1.4716,-1.685182 0.0593,-0.106658 0.11452,-0.221518 0.17423,-0.371867 0.0265,-0.0593 0.29669,-0.814886 0.43125,-1.147193 0.25322,-0.632931 0.57358,-1.345001 1.01665,-2.2311 2.07285,-4.149691 2.29436,-6.645842 0.0302,-9.881723 -0.94942,-1.360818 -1.72876,-1.376643 -2.86405,-0.3521 -0.43911,0.39558 -0.68436,0.672499 -1.66938,1.839481 -1.28172,1.522987 -1.99378,2.211307 -2.89569,2.606891 -1.90673,0.830729 -5.38787,2.583167 -5.94569,2.77307 -0.96521,0.332296 -1.89482,0.423265 -4.10218,0.423265 z m -5.02394,3.402039 c 2.16386,1.5428 4.09036,1.471582 7.21149,0.348133 2.13226,-0.767464 2.34191,-0.830756 3.04604,-0.830756 0.98895,-0.0049 1.66541,0.53799 2.07288,1.764325 0.65669,1.970026 -0.91775,3.37039 -4.86569,5.016027 -1.06806,0.447012 -6.4283,2.4447 -7.91172,3.057868 -3.10931,1.281702 -5.51052,2.539661 -7.46472,4.015208 -5.15051,3.892554 -7.26297,4.719322 -9.37931,3.829258 a 9.7590962,9.7590962 0 0 1 -1.43203,-0.783261 L 163.37,41.8654 a 35.760936,35.760936 0 0 0 -0.88611,-0.553935 c -1.31728,-0.791188 -1.11552,-1.693131 0.33638,-2.903619 0.53405,-0.447012 4.21693,-3.010397 5.35227,-3.920266 2.80868,-2.250859 4.7114,-4.537349 5.70035,-7.255026 1.21448,-3.342682 1.93444,-4.786575 2.69005,-5.296883 0.68435,-0.458872 1.3291,-0.209575 2.44471,0.751612 0.24907,0.221518 1.34494,1.218388 1.62584,1.46366 0.76346,0.672499 1.46762,1.246095 2.24296,1.799932 z m -0.23735,0.31646 c -0.78327,-0.561736 -1.4993,-1.13927 -2.27067,-1.819668 -0.28875,-0.253191 -1.37661,-1.250083 -1.62191,-1.463683 -0.98895,-0.854453 -1.48342,-1.048316 -1.96607,-0.723931 -0.65665,0.439113 -1.36082,1.859263 -2.53965,5.103047 -1.01666,2.796816 -2.96689,5.138676 -5.82301,7.429103 -1.15116,0.921733 -4.83008,3.481153 -5.34833,3.916301 -1.27378,1.060181 -1.40825,1.649602 -0.3837,2.262743 l 0.89401,0.553837 0.7872,0.506343 c 0.58152,0.367899 0.98109,0.593382 1.37273,0.755577 1.93833,0.818869 3.94004,0.02759 8.98768,-3.781822 1.98583,-1.499263 4.41078,-2.769082 7.55565,-4.066582 1.48743,-0.613172 6.84366,-2.610879 7.91176,-3.053953 3.75802,-1.570462 5.19798,-2.848203 4.6402,-4.525489 -0.35603,-1.072041 -0.89008,-1.503224 -1.70101,-1.499263 -0.63296,0 -0.85051,0.06728 -2.91152,0.810946 -3.23192,1.163014 -5.27709,1.242157 -7.57943,-0.399545 z"
+       id="path48320"
+       style="fill-opacity:1;stroke-width:0.395584" /></pattern><clipPath
+     clipPathUnits="userSpaceOnUse"
+     id="clipPath19"><path
+       id="path19"
+       style="stroke-width:0.1;stroke-linecap:square;paint-order:markers fill stroke;stop-color:#000000"
+       d="m 438.25066,553.76374 859.87054,0 v 201.39554 l -859.87054,0 z"
+       sodipodi:nodetypes="ccccc" /></clipPath><clipPath
+     clipPathUnits="userSpaceOnUse"
+     id="clipPath17"><path
+       id="path17"
+       style="stroke-width:0.1;stroke-linecap:square;paint-order:markers fill stroke;stop-color:#000000"
+       d="m 438.25066,553.76374 859.87054,0 v 201.39554 l -859.87054,0 z"
+       sodipodi:nodetypes="ccccc" /></clipPath><clipPath
+     clipPathUnits="userSpaceOnUse"
+     id="clipPath7"><rect
+       style="fill:none;stroke:#000000;stroke-width:0.999999;stroke-linecap:butt;stroke-linejoin:bevel;paint-order:stroke markers fill;stop-color:#000000"
+       id="rect7"
+       width="44.999748"
+       height="77.937294"
+       x="251.53429"
+       y="222.73541" /></clipPath><clipPath
+     clipPathUnits="userSpaceOnUse"
+     id="clipPath87"><path
+       id="path87"
+       style="stroke-width:0.1;stroke-linecap:square;paint-order:markers fill stroke;stop-color:#000000"
+       d="m -880.82767,-187.29769 h 1640.84 v 73.28155 h -1640.84 z" /></clipPath><clipPath
+     clipPathUnits="userSpaceOnUse"
+     id="clipPath61"><path
+       id="path61"
+       style="stroke-width:0.1;stroke-linecap:square;paint-order:markers fill stroke;stop-color:#000000"
+       d="M 438.25066,553.76374 H 1298.1212 V 755.15928 H 438.25066 Z"
+       sodipodi:nodetypes="ccccc" /></clipPath><clipPath
+     clipPathUnits="userSpaceOnUse"
+     id="clipPath59"><path
+       id="path59"
+       style="stroke-width:0.1;stroke-linecap:square;paint-order:markers fill stroke;stop-color:#000000"
+       d="M 438.25066,553.76374 H 1298.1212 V 755.15928 H 438.25066 Z"
+       sodipodi:nodetypes="ccccc" /></clipPath><clipPath
+     clipPathUnits="userSpaceOnUse"
+     id="clipPath56"><rect
+       style="fill:#000000;stroke:#000000;stroke-width:0;stroke-linejoin:bevel;paint-order:stroke markers fill;stop-color:#000000"
+       id="rect55"
+       width="20"
+       height="200"
+       x="530"
+       y="595" /></clipPath><clipPath
+     clipPathUnits="userSpaceOnUse"
+     id="clipPath53"><rect
+       style="fill:#000000;stroke:#000000;stroke-width:0;stroke-linejoin:bevel;paint-order:stroke markers fill;stop-color:#000000"
+       id="rect51"
+       width="20"
+       height="200"
+       x="530"
+       y="595" /></clipPath><clipPath
+     clipPathUnits="userSpaceOnUse"
+     id="clipPath37"><path
+       id="path37"
+       style="stroke-width:0.0999999;stroke-linecap:square;paint-order:markers fill stroke;stop-color:#000000"
+       d="m 1691.1994,-792.32001 h 1634.8919 v 92.82806 H 1691.1994 Z" /></clipPath><clipPath
+     clipPathUnits="userSpaceOnUse"
+     id="clipPath34"><path
+       id="path34"
+       style="stroke-width:0.1;stroke-linecap:square;paint-order:markers fill stroke;stop-color:#000000"
+       d="m 1736.6147,-745.57287 h 1589.4765 v 72.46715 H 1736.6147 Z" /></clipPath><clipPath
+     clipPathUnits="userSpaceOnUse"
+     id="clipPath51"><path
+       id="path51"
+       style="stroke-width:0.0999999;stroke-linecap:square;paint-order:markers fill stroke;stop-color:#000000"
+       d="m 1806.4991,-753.5228 h 1637.2646 v 66.90533 H 1806.4991 Z" /></clipPath><clipPath
+     clipPathUnits="userSpaceOnUse"
+     id="clipPath24"><rect
+       style="fill:#ff0000;stroke:none;stroke-width:3;stroke-linecap:square;stroke-linejoin:miter;paint-order:stroke markers fill;stop-color:#000000"
+       id="rect24"
+       width="78"
+       height="45.033199"
+       x="763.61322"
+       y="452.82422" /></clipPath><clipPath
+     clipPathUnits="userSpaceOnUse"
+     id="clipPath20"><path
+       id="path20"
+       style="stroke-width:0.1;stroke-linecap:square;paint-order:markers fill stroke;stop-color:#000000"
+       d="M 438.25066,553.76374 H 1298.1212 V 755.15928 H 438.25066 Z"
+       sodipodi:nodetypes="ccccc" /></clipPath><linearGradient
+     id="swatch378"
+     inkscape:swatch="solid"><stop
+       style="stop-color:#000000;stop-opacity:1;"
+       offset="0"
+       id="stop378" /></linearGradient><linearGradient
+     id="swatch377"
+     inkscape:swatch="solid"><stop
+       style="stop-color:#000000;stop-opacity:1;"
+       offset="0"
+       id="stop377" /></linearGradient><linearGradient
+     id="swatch376"
+     inkscape:swatch="solid"><stop
+       style="stop-color:#300d6b;stop-opacity:1;"
+       offset="0"
+       id="stop376" /></linearGradient><linearGradient
+     id="linearGradient12"
+     inkscape:label="offset"><stop
+       style="stop-color:#7a7a94;stop-opacity:1;"
+       offset="0"
+       id="stop12" /><stop
+       style="stop-color:#ffffff;stop-opacity:1;"
+       offset="1"
+       id="stop11" /></linearGradient><linearGradient
+     id="linearGradient8"
+     inkscape:label="offset"><stop
+       style="stop-color:#ffffff;stop-opacity:1;"
+       offset="0"
+       id="stop4" /><stop
+       style="stop-color:#7a7a94;stop-opacity:1;"
+       offset="1"
+       id="stop8" /></linearGradient><linearGradient
+     id="linearGradient7"
+     inkscape:label="offset"><stop
+       style="stop-color:#ffffff;stop-opacity:1;"
+       offset="0.70934886"
+       id="stop6" /><stop
+       style="stop-color:#7a7a94;stop-opacity:1;"
+       offset="1"
+       id="stop7" /></linearGradient><linearGradient
+     id="swatch5"
+     inkscape:swatch="solid"><stop
+       style="stop-color:#ffffff;stop-opacity:1;"
+       offset="0"
+       id="stop5" /></linearGradient><clipPath
+     clipPathUnits="userSpaceOnUse"
+     id="clipPath54"><path
+       id="path54"
+       style="stroke-width:0.0999999;stroke-linecap:square;paint-order:markers fill stroke;stop-color:#000000"
+       d="m 1691.1994,-792.32001 h 1634.8919 v 92.82806 H 1691.1994 Z" /></clipPath><clipPath
+     clipPathUnits="userSpaceOnUse"
+     id="clipPath55"><path
+       id="path55"
+       style="stroke-width:0.1;stroke-linecap:square;paint-order:markers fill stroke;stop-color:#000000"
+       d="m 1736.6147,-745.57287 h 1589.4765 v 72.46715 H 1736.6147 Z" /></clipPath><clipPath
+     clipPathUnits="userSpaceOnUse"
+     id="clipPath27"><rect
+       style="fill:none;stroke:#000000;stroke-width:0.999999;stroke-linecap:butt;stroke-linejoin:bevel;paint-order:stroke markers fill;stop-color:#000000"
+       id="rect28-6"
+       width="46.160622"
+       height="39.922417"
+       x="86.574379"
+       y="420.06253" /></clipPath><clipPath
+     clipPathUnits="userSpaceOnUse"
+     id="clipPath25"><rect
+       style="fill:#ff0000;stroke:none;stroke-width:3;stroke-linecap:square;stroke-linejoin:miter;paint-order:stroke markers fill;stop-color:#000000"
+       id="rect25-8"
+       width="78"
+       height="45.033199"
+       x="763.61322"
+       y="452.82422" /></clipPath><clipPath
+     clipPathUnits="userSpaceOnUse"
+     id="clipPath15"><rect
+       style="fill:none;stroke:#000000;stroke-linecap:butt;stroke-linejoin:bevel;paint-order:stroke markers fill;stop-color:#000000"
+       id="rect15-7"
+       width="45.034248"
+       height="38.955639"
+       x="262.48285"
+       y="121.00073" /></clipPath><clipPath
+     clipPathUnits="userSpaceOnUse"
+     id="clipPath5"><rect
+       style="fill:#000000;stroke:#000000;stroke-width:0;stroke-linejoin:bevel;paint-order:stroke markers fill;stop-color:#000000"
+       id="rect5-4"
+       width="20"
+       height="200"
+       x="530"
+       y="595" /></clipPath><clipPath
+     clipPathUnits="userSpaceOnUse"
+     id="clipPath1084"><path
+       id="path1084"
+       style="stroke-width:0.1;stroke-linecap:square;paint-order:markers fill stroke;stop-color:#000000"
+       d="m -880.82767,-187.29769 h 1640.84 v 73.28155 h -1640.84 z" /></clipPath><clipPath
+     clipPathUnits="userSpaceOnUse"
+     id="clipPath52"><path
+       id="path52"
+       style="stroke-width:0.1;stroke-linecap:square;paint-order:markers fill stroke;stop-color:#000000"
+       d="m -880.82767,-187.29769 h 1640.84 v 73.28155 h -1640.84 z" /></clipPath><linearGradient
+     id="linearGradient52"
+     inkscape:label="offset"><stop
+       style="stop-color:#ffffff;stop-opacity:1;"
+       offset="0.74193549"
+       id="stop51" /><stop
+       style="stop-color:#000000;stop-opacity:1;"
+       offset="1"
+       id="stop52" /></linearGradient><linearGradient
+     id="linearGradient50"
+     inkscape:label="offset"><stop
+       style="stop-color:#000000;stop-opacity:1;"
+       offset="0"
+       id="stop50" /><stop
+       style="stop-color:#ffffff;stop-opacity:1;"
+       offset="0.24137932"
+       id="stop49" /></linearGradient><linearGradient
+     id="linearGradient48"
+     inkscape:label="offset"><stop
+       style="stop-color:#ffffff;stop-opacity:1;"
+       offset="0.70994729"
+       id="stop47" /><stop
+       style="stop-color:#7a7a94;stop-opacity:1;"
+       offset="1"
+       id="stop48" /></linearGradient><linearGradient
+     id="swatch44"
+     inkscape:swatch="solid"><stop
+       style="stop-color:#ffffff;stop-opacity:1;"
+       offset="0"
+       id="stop44" /></linearGradient><linearGradient
+     id="swatch43"
+     inkscape:label="accent"><stop
+       style="stop-color:#ad8bd7;stop-opacity:1;"
+       offset="0"
+       id="stop43" /></linearGradient><linearGradient
+     id="swatch40"
+     inkscape:label="offset"><stop
+       style="stop-color:#ffffff;stop-opacity:1;"
+       offset="0"
+       id="stop40" /></linearGradient><linearGradient
+     inkscape:collect="always"
+     xlink:href="#swatch378"
+     id="linearGradient380"
+     x1="124.4313"
+     y1="594.69556"
+     x2="1087.645"
+     y2="594.69556"
+     gradientUnits="userSpaceOnUse" /></defs>
+  <sodipodi:namedview
+   pagecolor="#ffffff"
+   bordercolor="#292929"
+   borderopacity="1"
+   inkscape:showpageshadow="2"
+   inkscape:pageopacity="0.0"
+   inkscape:pagecheckerboard="true"
+   inkscape:deskcolor="#232323"
+   id="namedview1"
+   showgrid="false"
+   inkscape:zoom="0.55371062"
+   inkscape:cx="553.53824"
+   inkscape:cy="650.1591"
+   inkscape:window-width="1498"
+   inkscape:window-height="972"
+   inkscape:window-x="0"
+   inkscape:window-y="0"
+   inkscape:window-maximized="0"
+   inkscape:current-layer="layer2"
+   showguides="true"><inkscape:grid
+     type="axonomgrid"
+     id="grid2"
+     units="mm"
+     originx="0"
+     originy="0"
+     spacingx="0"
+     spacingy="3.7795276"
+     empcolor="#0099e5"
+     empopacity="0.30196078"
+     color="#0099e5"
+     opacity="0.14902"
+     empspacing="5"
+     dotted="false"
+     gridanglex="30"
+     gridanglez="30"
+     visible="false"
+     enabled="true" /><sodipodi:guide
+     position="605.53588,604.72439"
+     orientation="1,0"
+     id="guide5"
+     inkscape:locked="false" /><sodipodi:guide
+     position="605.53588,604.7244"
+     orientation="0,-1"
+     id="guide46"
+     inkscape:locked="false" /></sodipodi:namedview>
+ <style
+   type="text/css"
+   id="style1">
+g.prefab path {
+  vector-effect:non-scaling-stroke;
+  -inkscape-stroke:hairline;
+  fill: none;
+  fill-opacity: 1;
+  stroke-opacity: 1;
+  stroke: #00349c;
+}
+ </style>
+ 
+<g
+   inkscape:groupmode="layer"
+   id="layer2"
+   inkscape:label="fill"
+   style="display:inline"><path
+     id="path8"
+     style="display:none;fill:#c3c3c3;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-dasharray:none;stroke-opacity:1"
+     inkscape:label="donut (make invisible to make accent arms darker"
+     d="M 474.3418,121.86719 261.15039,244.95312 129.95508,472.18945 V 718.36133 L 261.15039,945.59766 474.3418,1068.6836 H 736.73047 L 949.92188,945.59766 1081.1172,718.36133 V 472.18945 L 949.92188,244.95312 736.73047,121.86719 Z M 605.375,406.00391 769.5293,500.59375 V 689.95703 L 605.53516,784.63867 441.54297,689.95703 V 500.59375 Z" /><path
+     style="display:none;fill:#92efff;fill-opacity:1"
+     d="M 474.60921,122.83465 H 736.46257 L 949.21842,245.6693 1080.1451,472.44096 v 245.6693 L 949.21842,944.88192 736.46257,1067.7166 H 474.60921 L 261.85336,944.88192 130.92668,718.11026 V 472.44096 L 261.85336,245.6693 Z"
+     id="path5"
+     sodipodi:nodetypes="ccccccccccccc"
+     inkscape:label="12gon" /><path
+     sodipodi:type="star"
+     style="display:none;fill:#ca92ff;fill-opacity:1"
+     id="path4"
+     inkscape:flatsided="true"
+     sodipodi:sides="6"
+     sodipodi:cx="605.53589"
+     sodipodi:cy="595.27563"
+     sodipodi:r1="188.97641"
+     sodipodi:r2="168.20892"
+     sodipodi:arg1="-1.5707963"
+     sodipodi:arg2="-1.0471975"
+     inkscape:rounded="0"
+     inkscape:randomized="0"
+     inkscape:label="6gon"
+     d="m 605.53589,406.29922 163.65837,94.48821 0,188.97641 -163.65838,94.4882 -163.65837,-94.4882 1e-5,-188.97641 z" /><path
+     id="path12"
+     style="display:inline;opacity:1;mix-blend-mode:normal;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:15;stroke-miterlimit:3;stroke-dasharray:none;stroke-opacity:1"
+     inkscape:label="white"
+     d="M 130.92668,472.44096 425.51171,302.36221 605.53589,406.29923 261.85336,604.72442 V 944.88191 L 130.92668,718.11026 Z M 736.46255,1067.7165 441.8775,897.63785 441.87754,689.7638 785.56008,888.18901 1080.1453,718.11022 949.21843,944.88192 Z M 949.21844,245.66941 v 340.15741 l -180.0242,103.93698 5e-5,-396.8504 -294.58516,-170.07889 261.85344,2.6e-4 z" /><g
+     id="g35"
+     inkscape:label="accent"
+     style="display:inline"><path
+       id="path25"
+       style="display:inline;opacity:1;fill:#14da7a;fill-opacity:1;stroke:none;stroke-width:15;stroke-miterlimit:3;stroke-dasharray:none;stroke-opacity:1"
+       inkscape:label="bg"
+       d="m 261.85336,944.88193 -5e-5,-340.15752 180.02423,-103.93699 -1e-5,396.85042 294.5851,170.07876 H 474.60921 Z M 1080.145,718.11029 785.56008,888.18907 605.53589,784.25199 949.21844,585.82683 l 6e-5,-340.15768 130.9265,226.77186 z m -605.53571,-595.27555 294.58495,170.0787 -3e-5,207.87401 L 425.51171,302.36221 130.92649,472.441 261.85344,245.6694 Z" /><path
+       id="path22"
+       style="display:inline;opacity:0.553539;fill:url(#pattern23);fill-opacity:1;stroke:none;stroke-width:15;stroke-miterlimit:3;stroke-dasharray:none;stroke-opacity:1"
+       inkscape:label="pattern"
+       d="m 261.85336,944.88193 -5e-5,-340.15752 180.02423,-103.93699 -1e-5,396.85042 294.5851,170.07876 H 474.60921 Z M 1080.145,718.11029 785.56008,888.18907 605.53589,784.25199 949.21844,585.82683 l 6e-5,-340.15768 130.9265,226.77186 z m -605.53571,-595.27555 294.58495,170.0787 -3e-5,207.87401 L 425.51171,302.36221 130.92649,472.441 261.85344,245.6694 Z" /><path
+       id="path6"
+       style="display:none;opacity:1;mix-blend-mode:color;fill:#300d6b;fill-opacity:1;stroke:#000000;stroke-width:15;stroke-miterlimit:3;stroke-dasharray:none;stroke-opacity:1"
+       inkscape:label="color blend"
+       d="m 261.85336,944.88193 -5e-5,-340.15752 180.02423,-103.93699 -1e-5,396.85042 294.5851,170.07876 H 474.60921 Z M 1080.145,718.11029 785.56008,888.18907 605.53589,784.25199 949.21844,585.82683 l 6e-5,-340.15768 130.9265,226.77186 z m -605.53571,-595.27555 294.58495,170.0787 -3e-5,207.87401 L 425.51171,302.36221 130.92649,472.441 261.85344,245.6694 Z" /><path
+       id="path379"
+       style="display:inline;opacity:0.328;mix-blend-mode:luminosity;fill:url(#linearGradient380);stroke:none;stroke-width:15;stroke-miterlimit:3;stroke-dasharray:none;stroke-opacity:1"
+       inkscape:label="monochrome lum"
+       d="m 261.85336,944.88193 -5e-5,-340.15752 180.02423,-103.93699 -1e-5,396.85042 294.5851,170.07876 H 474.60921 Z M 1080.145,718.11029 785.56008,888.18907 605.53589,784.25199 949.21844,585.82683 l 6e-5,-340.15768 130.9265,226.77186 z m -605.53571,-595.27555 294.58495,170.0787 -3e-5,207.87401 L 425.51171,302.36221 130.92649,472.441 261.85344,245.6694 Z" /><path
+       id="path1"
+       style="display:none;opacity:1;mix-blend-mode:hue;fill:url(#linearGradient380);stroke:none;stroke-width:15.0009;stroke-miterlimit:3;stroke-dasharray:none;stroke-opacity:1"
+       inkscape:label="monochrome hue"
+       d="m 261.85336,944.88193 -5e-5,-340.15752 180.02423,-103.93699 -1e-5,396.85042 294.5851,170.07876 H 474.60921 Z M 1080.145,718.11029 785.56008,888.18907 605.53589,784.25199 949.21844,585.82683 l 6e-5,-340.15768 130.9265,226.77186 z m -605.53571,-595.27555 294.58495,170.0787 -3e-5,207.87401 L 425.51171,302.36221 130.92649,472.441 261.85344,245.6694 Z" /></g></g><g
+   id="g18"
+   style="display:inline"
+   inkscape:label="mesh"><path
+     id="path2"
+     style="display:none;fill:none;fill-opacity:1;stroke:#00ff0b;stroke-width:22.6772;stroke-linejoin:miter;stroke-miterlimit:3;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke"
+     d="M 605.53589,406.29922 425.51171,302.36221 130.92668,472.44096 M 736.46257,1067.7166 441.87754,897.63782 V 689.7638 M 261.85336,944.88192 V 604.72443 L 441.87754,500.78742 M 1080.1451,718.11026 785.56007,888.189 605.53588,784.252 M 932.85259,217.32284 949.21842,585.82679 769.19424,689.7638 M 474.60921,122.83465 769.19424,292.91339 V 500.78742 M 490.97505,132.28347 278.21919,255.11812 147.29251,481.88978 114.56084,727.55908 245.48752,954.33074 490.97505,1096.063 752.8284,1077.1654 949.21875,944.88281 1080.1445,718.10938 1096.5109,481.88978 965.58426,236.22048 775.59283,122.83474 Z m 114.56011,274.01536 163.6582,94.48828 V 689.76367 L 605.53516,784.25195 441.87695,689.76367 V 500.78711 Z"
+     inkscape:label="gchan"
+     sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccc" /><path
+     id="path24"
+     style="display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:22.6772;stroke-linejoin:miter;stroke-miterlimit:3;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke"
+     d="M 605.53589,406.29922 425.51171,302.36221 130.92668,472.44096 M 736.46257,1067.7166 441.87754,897.63782 V 689.7638 M 261.85336,944.88192 V 604.72443 L 441.87754,500.78742 M 1080.1451,718.11026 785.56007,888.189 605.53588,784.252 M 949.21842,245.6693 V 585.82679 L 769.19424,689.7638 M 474.60921,122.83465 769.19424,292.91339 V 500.78742 M 474.60938,122.83398 261.85352,245.66992 130.92578,472.44141 V 718.10938 L 261.85352,944.88281 474.60938,1067.7168 H 736.46289 L 949.21875,944.88281 1080.1445,718.10938 V 472.44141 L 949.21875,245.66992 736.46289,122.83398 Z m 130.92578,283.46485 163.6582,94.48828 V 689.76367 L 605.53516,784.25195 441.87695,689.76367 V 500.78711 Z"
+     sodipodi:insensitive="true"
+     inkscape:label="main" /></g><g
+   inkscape:groupmode="layer"
+   id="layer1"
+   inkscape:label="reference"
+   style="display:none;opacity:1"
+   sodipodi:insensitive="true"><image
+     width="1020"
+     height="1020"
+     preserveAspectRatio="none"
+     xlink:href="hexagon.png"
+     id="image1"
+     x="90"
+     y="90"
+     style="display:none" /><image
+     width="1200"
+     height="1200"
+     preserveAspectRatio="none"
+     xlink:href="hexagon_new_glitch.png"
+     id="image1-6"
+     x="4.3283901"
+     y="6.349555" /></g></svg>
diff --git a/bundles/glance/files/home-assistant.svg b/bundles/glance/files/home-assistant.svg
new file mode 100644
index 0000000..7bce628
--- /dev/null
+++ b/bundles/glance/files/home-assistant.svg
@@ -0,0 +1,4 @@
+<svg width="240" height="240" viewBox="0 0 240 240" fill="none" xmlns="http://www.w3.org/2000/svg">
+<path d="M240 224.762C240 233.012 233.25 239.762 225 239.762H15C6.75 239.762 0 233.012 0 224.762V134.762C0 126.512 4.77 114.993 10.61 109.153L109.39 10.3725C115.22 4.5425 124.77 4.5425 130.6 10.3725L229.39 109.162C235.22 114.992 240 126.522 240 134.772V224.772V224.762Z" fill="#F2F4F9"/>
+<path d="M229.39 109.153L130.61 10.3725C124.78 4.5425 115.23 4.5425 109.4 10.3725L10.61 109.153C4.78 114.983 0 126.512 0 134.762V224.762C0 233.012 6.75 239.762 15 239.762H107.27L66.64 199.132C64.55 199.852 62.32 200.262 60 200.262C48.7 200.262 39.5 191.062 39.5 179.762C39.5 168.462 48.7 159.262 60 159.262C71.3 159.262 80.5 168.462 80.5 179.762C80.5 182.092 80.09 184.322 79.37 186.412L111 218.042V102.162C104.2 98.8225 99.5 91.8425 99.5 83.7725C99.5 72.4725 108.7 63.2725 120 63.2725C131.3 63.2725 140.5 72.4725 140.5 83.7725C140.5 91.8425 135.8 98.8225 129 102.162V183.432L160.46 151.972C159.84 150.012 159.5 147.932 159.5 145.772C159.5 134.472 168.7 125.272 180 125.272C191.3 125.272 200.5 134.472 200.5 145.772C200.5 157.072 191.3 166.272 180 166.272C177.5 166.272 175.12 165.802 172.91 164.982L129 208.892V239.772H225C233.25 239.772 240 233.022 240 224.772V134.772C240 126.522 235.23 115.002 229.39 109.162V109.153Z" fill="#18BCF2"/>
+</svg>
diff --git a/bundles/glance/files/immich.svg b/bundles/glance/files/immich.svg
new file mode 100644
index 0000000..376fa6f
--- /dev/null
+++ b/bundles/glance/files/immich.svg
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="utf-8"?>

+<!-- Generator: Adobe Illustrator 28.3.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->

+<svg version="1.1" id="Flower" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"

+	 viewBox="0 0 792 792" style="enable-background:new 0 0 792 792;" xml:space="preserve">

+<style type="text/css">

+	.st0{fill:#FA2921;}

+	.st1{fill:#ED79B5;}

+	.st2{fill:#FFB400;}

+	.st3{fill:#1E83F7;}

+	.st4{fill:#18C249;}

+</style>

+<g id="Flower_00000077325900055813483940000000694823054982625702_">

+	<path class="st0" d="M375.48,267.63c38.64,34.21,69.78,70.87,89.82,105.42c34.42-61.56,57.42-134.71,57.71-181.3

+		c0-0.33,0-0.63,0-0.91c0-68.94-68.77-95.77-128.01-95.77s-128.01,26.83-128.01,95.77c0,0.94,0,2.2,0,3.72

+		C300.01,209.24,339.15,235.47,375.48,267.63z"/>

+	<path class="st1" d="M164.7,455.63c24.15-26.87,61.2-55.99,103.01-80.61c44.48-26.18,88.97-44.47,128.02-52.84

+		c-47.91-51.76-110.37-96.24-154.6-110.91c-0.31-0.1-0.6-0.19-0.86-0.28c-65.57-21.3-112.34,35.81-130.64,92.15

+		c-18.3,56.34-14.04,130.04,51.53,151.34C162.05,454.77,163.25,455.16,164.7,455.63z"/>

+	<path class="st2" d="M681.07,302.19c-18.3-56.34-65.07-113.45-130.64-92.15c-0.9,0.29-2.1,0.68-3.54,1.15

+		c-3.75,35.93-16.6,81.27-35.96,125.76c-20.59,47.32-45.84,88.27-72.51,118c69.18,13.72,145.86,12.98,190.26-1.14

+		c0.31-0.1,0.6-0.2,0.86-0.28C695.11,432.22,699.37,358.52,681.07,302.19z"/>

+	<path class="st3" d="M336.54,510.71c-11.15-50.39-14.8-98.36-10.7-138.08c-64.03,29.57-125.63,75.23-153.26,112.76

+		c-0.19,0.26-0.37,0.51-0.53,0.73c-40.52,55.78-0.66,117.91,47.27,152.72c47.92,34.82,119.33,53.54,159.86-2.24

+		c0.56-0.76,1.3-1.78,2.19-3.01C363.28,602.32,347.02,558.08,336.54,510.71z"/>

+	<path class="st4" d="M617.57,482.52c-35.33,7.54-82.42,9.33-130.72,4.66c-51.37-4.96-98.11-16.32-134.63-32.5

+		c8.33,70.03,32.73,142.73,59.88,180.6c0.19,0.26,0.37,0.51,0.53,0.73c40.52,55.78,111.93,37.06,159.86,2.24

+		c47.92-34.82,87.79-96.95,47.27-152.72C619.2,484.77,618.46,483.75,617.57,482.52z"/>

+</g>

+</svg>

diff --git a/bundles/glance/files/jellyfin.svg b/bundles/glance/files/jellyfin.svg
new file mode 100644
index 0000000..d4d7f01
--- /dev/null
+++ b/bundles/glance/files/jellyfin.svg
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- ***** BEGIN LICENSE BLOCK *****
+  - Part of the Jellyfin project (https://jellyfin.media)
+  - 
+  - All copyright belongs to the Jellyfin contributors; a full list can
+  - be found in the file CONTRIBUTORS.md
+  - 
+  - This work is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License.
+  - To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0/.
+- ***** END LICENSE BLOCK ***** -->
+<svg version="1.1" id="icon-transparent" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 512 512">
+	<defs>
+		<linearGradient id="linear-gradient" gradientUnits="userSpaceOnUse" x1="110.25" y1="213.3" x2="496.14" y2="436.09">
+			<stop offset="0" style="stop-color:#AA5CC3"/>
+			<stop offset="1" style="stop-color:#00A4DC"/>
+		</linearGradient>
+	</defs>
+	<title>icon-transparent</title>
+	<g id="icon-transparent">
+		<path id="inner-shape" d="M256,201.6c-20.4,0-86.2,119.3-76.2,139.4s142.5,19.9,152.4,0S276.5,201.6,256,201.6z" fill="url(#linear-gradient)"/>
+		<path id="outer-shape" d="M256,23.3c-61.6,0-259.8,359.4-229.6,420.1s429.3,60,459.2,0S317.6,23.3,256,23.3z
+		M406.5,390.8c-19.6,39.3-281.1,39.8-300.9,0s110.1-275.3,150.4-275.3S426.1,351.4,406.5,390.8z" fill="url(#linear-gradient)"/>
+	</g>
+</svg>
diff --git a/bundles/glance/files/miniflux.svg b/bundles/glance/files/miniflux.svg
new file mode 100644
index 0000000..33ae73a
--- /dev/null
+++ b/bundles/glance/files/miniflux.svg
@@ -0,0 +1 @@
+<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 431.27 298.29"><title>icon</title><path d="M178.24,117a95.75,95.75,0,0,1,45.48-11q50.36,0,64.16,43.8a139.1,139.1,0,0,1,37.57-31.07q22.13-12.73,49.34-12.73,37.77,0,54,23.08T445,198.38v174c0,4.35.61,7.3,1.83,8.88s3.86,3,7.92,4.14L469,390.14v10.65H384.53q-11,0-15.83-8.29t-4.88-24.86V187.73q0-26.64-5.89-37.88T338.24,138.6q-21.93,0-46.7,26A210,210,0,0,1,294,198.38v174c0,4.35.61,7.3,1.83,8.88s3.86,3,7.92,4.14l14.21,4.74v10.65H233.47q-11,0-15.84-8.29t-4.88-24.86V187.73q0-26.64-5.88-37.88t-19.7-11.25q-21.53,0-44.26,23.68v210.1c0,4.35.6,7.4,1.82,9.17s3.72,3.26,7.52,4.44l13.8,4.15v10.65H37.73V390.14l14.21-4.74q6.09-1.77,7.92-4.14c1.22-1.58,1.83-4.53,1.83-8.88V148.67q0-6.51-1.83-8.88t-7.92-4.15l-14.21-4.73V120.26l97.46-17.76h6.9v41.43A142.53,142.53,0,0,1,178.24,117Z" transform="translate(-37.73 -102.5)"/></svg>
\ No newline at end of file
diff --git a/bundles/glance/files/paperless.svg b/bundles/glance/files/paperless.svg
new file mode 100644
index 0000000..3144ae9
--- /dev/null
+++ b/bundles/glance/files/paperless.svg
@@ -0,0 +1,82 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.1"
+   width="900"
+   height="900"
+   id="svg3923"
+   sodipodi:docname="square.svg"
+   inkscape:export-filename="/tmp/test.png"
+   inkscape:export-xdpi="96"
+   inkscape:export-ydpi="96"
+   inkscape:version="0.92.2 2405546, 2018-03-11">
+  <metadata
+     id="metadata3929">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs3927" />
+  <sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="3840"
+     inkscape:window-height="2096"
+     id="namedview3925"
+     showgrid="false"
+     inkscape:zoom="1.1360927"
+     inkscape:cx="635.07139"
+     inkscape:cy="606.383"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="g3921" />
+  <g
+     transform="matrix(10.638298,0,0,10.638298,106.38298,-206.38301)"
+     id="g3921">
+    <defs
+       id="SvgjsDefs1018" />
+    <g
+       id="SvgjsG1019"
+       featureKey="root"
+       style="fill:#ffffff" />
+    <g
+       id="SvgjsG1020"
+       featureKey="symbol1"
+       transform="matrix(0.10341565,0,0,0.10341565,-11.43874,18.048418)"
+       inkscape:export-filename="/tmp/test.png"
+       inkscape:export-xdpi="116.02285"
+       inkscape:export-ydpi="116.02285"
+       style="fill:#17541f">
+      <defs
+         id="defs3911" />
+      <g
+         id="g3915">
+        <path
+           d="M 231,798 C 227,779 219,741 218,741 49,640 69,465 125,365 c 12,126 235,213 105,367 -1,2 6,26 12,48 26,-44 65,-97 63,-102 C 145,288 645,258 749,16 c 47,234 -24,596 -426,688 -2,1 -73,126 -76,127 0,-2 -30,-1 -26,-11 2,-6 6,-14 10,-22 z M 330,625 C 267,476 452,312 544,271 356,439 324,564 330,625 Z m -104,79 c 51,-59 -9,-160 -45,-193 61,105 57,166 45,193 z"
+           style="fill:#17541f"
+           id="path3913"
+           inkscape:connector-curvature="0" />
+      </g>
+    </g>
+  </g>
+</svg>
diff --git a/bundles/glance/files/traefik.yaml b/bundles/glance/files/traefik.yaml
new file mode 100644
index 0000000..1f248a7
--- /dev/null
+++ b/bundles/glance/files/traefik.yaml
@@ -0,0 +1,18 @@
+http:
+  services:
+    glance:
+      loadBalancer:
+        servers:
+          - url: http://${node.metadata.get("container_gateway", "10.89.0.1")}:${node.metadata.get("glance/port")}
+
+  routers:
+    glance:
+      rule: Host(`1.gzr.im`)
+      entryPoints:
+        - http
+        - https
+      service: glance
+      middlewares:
+        - tls-redirect@file
+      tls:
+        certResolver: le
diff --git a/bundles/glance/files/vaultwarden.svg b/bundles/glance/files/vaultwarden.svg
new file mode 100644
index 0000000..91abbd6
--- /dev/null
+++ b/bundles/glance/files/vaultwarden.svg
@@ -0,0 +1,74 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg version="1.1" viewBox="0 0 256 256" id="svg383" sodipodi:docname="vaultwarden-icon.svg" inkscape:version="1.2.1 (9c6d41e410, 2022-07-14, custom)" width="256" height="256" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
+  <defs id="defs387" />
+  <sodipodi:namedview id="namedview385" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1" showgrid="false" inkscape:zoom="3.3359375" inkscape:cx="128" inkscape:cy="128" inkscape:window-width="1874" inkscape:window-height="1056" inkscape:window-x="46" inkscape:window-y="24" inkscape:window-maximized="1" inkscape:current-layer="svg383" />
+  <title id="title287">Vaultwarden Icon</title>
+  <g id="logo" transform="matrix(2.4381018,0,0,2.4381018,128,128)">
+    <g id="gear" mask="url(#holes)">
+      <path d="m-31.1718-33.813208 26.496029 74.188883h9.3515399l26.49603-74.188883h-9.767164l-16.728866 47.588948q-1.662496 4.571864-2.805462 8.624198-1.142966 3.948427-1.870308 7.585137-.72734199-3.63671-1.8703079-7.689043-1.142966-4.052334-2.805462-8.728104l-16.624959-47.381136z" stroke="#000" stroke-width="4.51171" id="path289" />
+      <circle transform="scale(-1,1)" r="43" fill="none" stroke="#000" stroke-width="9" id="circle291" />
+      <g id="cogs" transform="scale(-1,1)">
+        <polygon id="cog" points="51 0 46 -3 46 3" stroke="#000" stroke-linejoin="round" stroke-width="3" />
+        <use transform="rotate(11.25)" xlink:href="#cog" id="use294" />
+        <use transform="rotate(22.5)" xlink:href="#cog" id="use296" />
+        <use transform="rotate(33.75)" xlink:href="#cog" id="use298" />
+        <use transform="rotate(45)" xlink:href="#cog" id="use300" />
+        <use transform="rotate(56.25)" xlink:href="#cog" id="use302" />
+        <use transform="rotate(67.5)" xlink:href="#cog" id="use304" />
+        <use transform="rotate(78.75)" xlink:href="#cog" id="use306" />
+        <use transform="rotate(90)" xlink:href="#cog" id="use308" />
+        <use transform="rotate(101.25)" xlink:href="#cog" id="use310" />
+        <use transform="rotate(112.5)" xlink:href="#cog" id="use312" />
+        <use transform="rotate(123.75)" xlink:href="#cog" id="use314" />
+        <use transform="rotate(135)" xlink:href="#cog" id="use316" />
+        <use transform="rotate(146.25)" xlink:href="#cog" id="use318" />
+        <use transform="rotate(157.5)" xlink:href="#cog" id="use320" />
+        <use transform="rotate(168.75)" xlink:href="#cog" id="use322" />
+        <use transform="scale(-1)" xlink:href="#cog" id="use324" />
+        <use transform="rotate(191.25)" xlink:href="#cog" id="use326" />
+        <use transform="rotate(202.5)" xlink:href="#cog" id="use328" />
+        <use transform="rotate(213.75)" xlink:href="#cog" id="use330" />
+        <use transform="rotate(225)" xlink:href="#cog" id="use332" />
+        <use transform="rotate(236.25)" xlink:href="#cog" id="use334" />
+        <use transform="rotate(247.5)" xlink:href="#cog" id="use336" />
+        <use transform="rotate(258.75)" xlink:href="#cog" id="use338" />
+        <use transform="rotate(-90)" xlink:href="#cog" id="use340" />
+        <use transform="rotate(-78.75)" xlink:href="#cog" id="use342" />
+        <use transform="rotate(-67.5)" xlink:href="#cog" id="use344" />
+        <use transform="rotate(-56.25)" xlink:href="#cog" id="use346" />
+        <use transform="rotate(-45)" xlink:href="#cog" id="use348" />
+        <use transform="rotate(-33.75)" xlink:href="#cog" id="use350" />
+        <use transform="rotate(-22.5)" xlink:href="#cog" id="use352" />
+        <use transform="rotate(-11.25)" xlink:href="#cog" id="use354" />
+      </g>
+      <g id="mounts" transform="scale(-1,1)">
+        <polygon id="mount" points="0 -35 7 -42 -7 -42" stroke="#000" stroke-linejoin="round" stroke-width="6" />
+        <use transform="rotate(72)" xlink:href="#mount" id="use358" />
+        <use transform="rotate(144)" xlink:href="#mount" id="use360" />
+        <use transform="rotate(216)" xlink:href="#mount" id="use362" />
+        <use transform="rotate(-72)" xlink:href="#mount" id="use364" />
+      </g>
+    </g>
+    <mask id="holes">
+      <rect x="-60" y="-60" width="120" height="120" fill="#fff" id="rect368" />
+      <circle id="hole" cy="-40" r="3" />
+      <use transform="rotate(72)" xlink:href="#hole" id="use371" />
+      <use transform="rotate(144)" xlink:href="#hole" id="use373" />
+      <use transform="rotate(216)" xlink:href="#hole" id="use375" />
+      <use transform="rotate(-72)" xlink:href="#hole" id="use377" />
+    </mask>
+  </g>
+  <metadata id="metadata381">
+    <rdf:RDF>
+      <cc:Work rdf:about="">
+        <dc:title>Vaultwarden Icon</dc:title>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Mathijs van Veluw</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:relation>Rust Logo</dc:relation>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+</svg>