diff --git a/README.md b/README.md
index 480eb6ff0ceda135c9e05474ecbad78e62426175..bd0ab2f0d32ed3d5370e69179091eb6949947b30 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,8 @@
 # fruity with keyboardS
 
-A [LimeSurvey]() theme extending [Fruity](), to create text questions, each associated with a specific keyboard layout.
\ No newline at end of file
+A [LimeSurvey](https://www.limesurvey.org/) theme extending [Fruity](https://manual.limesurvey.org/Themes), to create text questions, each associated with a specific keyboard layout.
+
+## Resources
+This project depends on limesurvey and uses [jkeyboard](https://github.com/javidan/jkeyboard).
+
+Backgrounds adapted from [birdscards](https://www.birdscards.com/free-svg-cut-files/background-svgs/).
diff --git a/config.xml b/config.xml
new file mode 100755
index 0000000000000000000000000000000000000000..48416762ca81ae4879c676925e7c16929315ed55
--- /dev/null
+++ b/config.xml
@@ -0,0 +1,706 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    (¯`·._.·(¯`·._.· Fruity Theme Manifest  ·._.·´¯)·._.·´¯)
+
+    Base configuration for Fruity Theme.
+    The content of this file is imported into DB when you install the template.
+
+-->
+<config>
+    <!-- Those metadata are displayed in the theme configuration page.  -->
+    <metadata>
+        <name>fruity_for_ecrimo</name>
+        <title>Fruity Theme</title>
+        <type>theme</type>
+        <creationDate>2022-01-03 15:09</creationDate>
+        <author>lzbk</author>
+        <authorEmail>loizbek@lezinter.net</authorEmail>
+        <authorUrl>http://www.limesurvey.org</authorUrl>
+        <copyright>Copyright (C) 2005 - 2019 LimeSurvey Gmbh, Inc. All rights reserved.</copyright>
+        <license>GNU General Public License version 2 or later</license>
+        <version>3.0.1</version>
+        <apiVersion>3</apiVersion>
+        <description twig="on"><![CDATA[<strong>{{gT("LimeSurvey Fruity Theme")}}</strong><br>{{gT("A fruity theme for a flexible use. This theme offers monochromes variations and many options for easy customizations.")}}]]></description>
+        <lastUpdate>2022-02-07 21:14:17</lastUpdate>
+        <extends>fruity</extends>
+    </metadata>
+
+    <!--
+        Here the list of the css/js files to add to the template package.
+        About packages in Yii: http://www.yiiframework.com/doc/api/1.1/CClientScript#packages-detail
+        "css/variations/sea_green.css" will be updated via the theme variation options
+
+        NOTE: The "add" tag also count as a "replace" tag.
+              Eg: You can't add a file with the same name as a file in the mother theme. It will always replace it. You must use a diffrent file name.
+              Eg: Vanilla manifest already has "<add>css/theme.css</add>". So here, if you use "<add>css/theme.css</add>" it will replace the vanilla css/theme.css
+
+        NOTE: If a file in a mother theme, you don't need to add it here again.
+              Eg: css/ajaxify.css is already added in vanilla, this theme doesn't replace it, so ne need to add it here.
+                  Even if no mention at all about  "css/ajaxify.css" is made here, it will be added because it's in the mother theme configuration
+
+        NOTE: To easy test changes in config file, you can force the use of the XML file rather than DB. To do so, turn debug mode on, and in config.php config array, on bottom of debug mode, add:
+              'force_xmlsettings_for_survey_rendering' => true,
+
+              Then, you will not need anymore to reset your theme each time you change the config file.
+              But, once turning the setting off, You will still must reset the theme to the changes are pushed to DB
+    -->
+    <files>
+        <css>
+            <add>css/variations/sea_green.css</add>
+            <remove>css/noTablesOnMobile.css</remove>
+            <replace>css/animate.css</replace>
+            <replace>css/theme.css</replace>
+            <replace>css/custom.css</replace>
+            <add>css/jkeyboard.css</add>
+        </css>
+        <js>
+            <add>scripts/jkeyboard.js</add>
+            <replace>scripts/theme.js</replace>
+            <replace>scripts/custom.js</replace>
+        </js>
+        <print_css>
+            <replace>css/print_theme.css</replace>
+        </print_css>
+    </files>
+
+    <!-- You can add here any option you want. It will be available in twig file via aSurveyInfo.options.youroptionname -->
+    <!-- eg: Ajaxmode: will be available with aSurveyInfo.options.ajaxmode -->
+    <!-- for animations, see https://daneden.github.io/animate.css/ -->
+    <!-- for checkbox icons, use the Unicode of the charcter (eg: http://fontawesome.io/icon/check/ is f00c ) -->
+    <options>
+        <!-- simple options -->
+        <container type="buttons" category="Simple options" width="4" title="Survey container" options="on|off" optionlabels="Yes|No">on</container>
+        <zebrastriping type="buttons" category="Simple options" width="4" title="Zebra-striped questions" options="on|off" optionlabels="Yes|No">off</zebrastriping>
+        <stickymatrixheaders type="buttons" category="Simple options" width="4" title="Sticky array headers" options="on|off" optionlabels="Yes|No">off</stickymatrixheaders>
+        <greyoutselected type="buttons" category="Simple options" width="4" title="Dim answered array rows" options="on|off" optionlabels="Yes|No">off</greyoutselected>
+        <hideprivacyinfo type="buttons" category="Simple options" width="4" title="Hide privacy info" options="on|off" optionlabels="Yes|No">off</hideprivacyinfo>
+        <crosshover type="buttons" category="Simple options" width="4" title="Cross-hover in matrix questions" options="on|off" optionlabels="Yes|No">off</crosshover>
+        <showpopups type="buttons" category="Simple options" width="4" title="Show popups" options="1|0|-1" optionlabels="Popup|On page|No">1</showpopups>
+        <notables type="buttons" category="Simple options" width="4" title="Break tables" options="2|1|0" optionlabels="Always on|Small screens|Off">1</notables>
+        <showclearall type="buttons" category="Simple options" width="4" title="Show Clear All button" options="on|off" optionlabels="Yes|No">off</showclearall>
+        <questionhelptextposition type="buttons" category="Simple options" width="4" title="Question help text position" options="top|bottom" optionlabels="Top|Bottom">top</questionhelptextposition>
+        <fixnumauto type="buttons" category="Simple options" width="4" title="Fix automatically numeric value" options="enable|partial|disable" optionlabels="Yes|For expression|No">off</fixnumauto>
+        <questionborder type="buttons" category="Simple options" width="4" title="Question borders" options="on|off" optionlabels="Yes|No">on</questionborder>
+        <questioncontainershadow type="buttons" category="Simple options" width="4" title="Question shadow" options="on|off" optionlabels="Yes|No">on</questioncontainershadow>
+        <!-- colors -->
+        <bodybackgroundcolor type="colorpicker" category="Colors" width="4" title="Background color" options="on|off" optionlabels="Yes|No">#ffffff</bodybackgroundcolor>
+        <fontcolor type="colorpicker" category="Colors" width="4" title="Font color" options="on|off" optionlabels="Yes|No">#444444</fontcolor>
+        <questionbackgroundcolor type="colorpicker" category="Colors" width="4" title="Question background color" options="on|off" optionlabels="Yes|No">#ffffff</questionbackgroundcolor>
+        <checkicon type="icon" category="Colors" width="4" title="Check icon">f00c
+            <dropdownoptions>
+                <option value="f00c"> <i class="fa fa-check"/> Check </option>
+                <option value="f058"> <i class="fa fa-check-circle"/> Check circle </option>
+                <option value="f14a"> <i class="fa fa-check-square"/> Check square </option>
+                <option value="f111"> <i class="fa fa-circle"/> Circle </option>
+                <option value="f067"> <i class="fa fa-plus"/> Plus </option>
+                <option value="f0c8"> <i class="fa fa-square"/> Square </option>
+                <option value="f005"> <i class="fa fa-star"/> Star </option>
+                <option value="f00d"> <i class="fa fa-times"/> Times </option>
+                <option value="f069"> <i class="fa fa-asterisk"/> Asterisk </option>
+                <option value="f061"> <i class="fa fa-arrow-right"/> Arrow right </option>
+                <option value="f138"> <i class="fa fa-chevron-circle-right"/> Chevron circle right </option>
+                <option value="f1d0"> <i class="fa fa-resistance"/> Resistance </option>
+            </dropdownoptions>
+        </checkicon>
+        <!-- images -->
+        <backgroundimage type="buttons" category="Images" width="4" title="Background image" options="on|off" optionlabels="Yes|No">off</backgroundimage>
+        <backgroundimagefile type="dropdown" category="Images" width="6" title="Background image file" parent="backgroundimage">./files/pattern.png</backgroundimagefile>
+        <brandlogo type="buttons" category="Images" width="4" title="Logo" options="on|off" optionlabels="Yes|No">on</brandlogo>
+        <brandlogofile type="dropdown" category="Images" width="6" title="Logo file" parent="brandlogo">themes/survey/fruity/files/logo.png</brandlogofile>
+        <!-- animations -->
+        <animatebody type="buttons" category="Animations" width="4" title="Animate body" options="on|off" optionlabels="Yes|No">off</animatebody>
+        <bodyanimation type="dropdown" category="Animations" width="6" title="Body animation" parent="animatebody">fadeInRight
+            <dropdownoptions>
+                <optgroup label="Attention Seekers">
+                    <option value="bounce">bounce</option>
+                    <option value="flash">flash</option>
+                    <option value="pulse">pulse</option>
+                    <option value="rubberBand">rubberBand</option>
+                    <option value="shake">shake</option>
+                    <option value="swing">swing</option>
+                    <option value="tada">tada</option>
+                    <option value="wobble">wobble</option>
+                    <option value="jello">jello</option>
+                </optgroup>
+                <optgroup label="Bouncing Entrances">
+                    <option value="bounceIn">bounceIn</option>
+                    <option value="bounceInDown">bounceInDown</option>
+                    <option value="bounceInLeft">bounceInLeft</option>
+                    <option value="bounceInRight">bounceInRight</option>
+                    <option value="bounceInUp">bounceInUp</option>
+                </optgroup>
+                <optgroup label="Bouncing Exits">
+                    <option value="bounceOut">bounceOut</option>
+                    <option value="bounceOutDown">bounceOutDown</option>
+                    <option value="bounceOutLeft">bounceOutLeft</option>
+                    <option value="bounceOutRight">bounceOutRight</option>
+                    <option value="bounceOutUp">bounceOutUp</option>
+                </optgroup>
+                <optgroup label="Fading Entrances">
+                    <option value="fadeIn">fadeIn</option>
+                    <option value="fadeInDown">fadeInDown</option>
+                    <option value="fadeInDownBig">fadeInDownBig</option>
+                    <option value="fadeInLeft">fadeInLeft</option>
+                    <option value="fadeInLeftBig">fadeInLeftBig</option>
+                    <option value="fadeInRight">fadeInRight</option>
+                    <option value="fadeInRightBig">fadeInRightBig</option>
+                    <option value="fadeInUp">fadeInUp</option>
+                    <option value="fadeInUpBig">fadeInUpBig</option>
+                </optgroup>
+                <optgroup label="Fading Exits">
+                    <option value="fadeOut">fadeOut</option>
+                    <option value="fadeOutDown">fadeOutDown</option>
+                    <option value="fadeOutDownBig">fadeOutDownBig</option>
+                    <option value="fadeOutLeft">fadeOutLeft</option>
+                    <option value="fadeOutLeftBig">fadeOutLeftBig</option>
+                    <option value="fadeOutRight">fadeOutRight</option>
+                    <option value="fadeOutRightBig">fadeOutRightBig</option>
+                    <option value="fadeOutUp">fadeOutUp</option>
+                    <option value="fadeOutUpBig">fadeOutUpBig</option>
+                </optgroup>
+                <optgroup label="Flippers">
+                    <option value="flip">flip</option>
+                    <option value="flipInX">flipInX</option>
+                    <option value="flipInY">flipInY</option>
+                    <option value="flipOutX">flipOutX</option>
+                    <option value="flipOutY">flipOutY</option>
+                </optgroup>
+                <optgroup label="Lightspeed">
+                    <option value="lightSpeedIn">lightSpeedIn</option>
+                    <option value="lightSpeedOut">lightSpeedOut</option>
+                </optgroup>
+                <optgroup label="Rotating Entrances">
+                    <option value="rotateIn">rotateIn</option>
+                    <option value="rotateInDownLeft">rotateInDownLeft</option>
+                    <option value="rotateInDownRight">rotateInDownRight</option>
+                    <option value="rotateInUpLeft">rotateInUpLeft</option>
+                    <option value="rotateInUpRight">rotateInUpRight</option>
+                </optgroup>
+                <optgroup label="Rotating Exits">
+                    <option value="rotateOut">rotateOut</option>
+                    <option value="rotateOutDownLeft">rotateOutDownLeft</option>
+                    <option value="rotateOutDownRight">rotateOutDownRight</option>
+                    <option value="rotateOutUpLeft">rotateOutUpLeft</option>
+                    <option value="rotateOutUpRight">rotateOutUpRight</option>
+                </optgroup>
+                <optgroup label="Sliding Entrances">
+                    <option value="slideInUp">slideInUp</option>
+                    <option value="slideInDown">slideInDown</option>
+                    <option value="slideInLeft">slideInLeft</option>
+                    <option value="slideInRight">slideInRight</option>
+                </optgroup>
+                <optgroup label="Sliding Exits">
+                    <option value="slideOutUp">slideOutUp</option>
+                    <option value="slideOutDown">slideOutDown</option>
+                    <option value="slideOutLeft">slideOutLeft</option>
+                    <option value="slideOutRight">slideOutRight</option>
+                </optgroup>
+                <optgroup label="Zoom Entrances">
+                    <option value="zoomIn">zoomIn</option>
+                    <option value="zoomInDown">zoomInDown</option>
+                    <option value="zoomInLeft">zoomInLeft</option>
+                    <option value="zoomInRight">zoomInRight</option>
+                    <option value="zoomInUp">zoomInUp</option>
+                </optgroup>
+                <optgroup label="Zoom Exits">
+                    <option value="zoomOut">zoomOut</option>
+                    <option value="zoomOutDown">zoomOutDown</option>
+                    <option value="zoomOutLeft">zoomOutLeft</option>
+                    <option value="zoomOutRight">zoomOutRight</option>
+                    <option value="zoomOutUp">zoomOutUp</option>
+                </optgroup>
+                <optgroup label="Specials">
+                    <option value="hinge">hinge</option>
+                    <option value="jackInTheBox">jackInTheBox</option>
+                    <option value="rollIn">rollIn</option>
+                    <option value="rollOut">rollOut</option>
+                </optgroup>
+            </dropdownoptions>
+        </bodyanimation>
+        <bodyanimationduration type="duration" category="Animations" width="2" title="Duration" parent="animatebody">500</bodyanimationduration>
+        <animatequestion type="buttons" category="Animations" width="4" title="Animate question" options="on|off" optionlabels="Yes|No">off</animatequestion>
+        <questionanimation type="dropdown" category="Animations" width="6" title="Question animation" parent="animatequestion">flipInX
+            <dropdownoptions>
+                <optgroup label="Attention Seekers">
+                    <option value="bounce">bounce</option>
+                    <option value="flash">flash</option>
+                    <option value="pulse">pulse</option>
+                    <option value="rubberBand">rubberBand</option>
+                    <option value="shake">shake</option>
+                    <option value="swing">swing</option>
+                    <option value="tada">tada</option>
+                    <option value="wobble">wobble</option>
+                    <option value="jello">jello</option>
+                </optgroup>
+                <optgroup label="Bouncing Entrances">
+                    <option value="bounceIn">bounceIn</option>
+                    <option value="bounceInDown">bounceInDown</option>
+                    <option value="bounceInLeft">bounceInLeft</option>
+                    <option value="bounceInRight">bounceInRight</option>
+                    <option value="bounceInUp">bounceInUp</option>
+                </optgroup>
+                <optgroup label="Bouncing Exits">
+                    <option value="bounceOut">bounceOut</option>
+                    <option value="bounceOutDown">bounceOutDown</option>
+                    <option value="bounceOutLeft">bounceOutLeft</option>
+                    <option value="bounceOutRight">bounceOutRight</option>
+                    <option value="bounceOutUp">bounceOutUp</option>
+                </optgroup>
+                <optgroup label="Fading Entrances">
+                    <option value="fadeIn">fadeIn</option>
+                    <option value="fadeInDown">fadeInDown</option>
+                    <option value="fadeInDownBig">fadeInDownBig</option>
+                    <option value="fadeInLeft">fadeInLeft</option>
+                    <option value="fadeInLeftBig">fadeInLeftBig</option>
+                    <option value="fadeInRight">fadeInRight</option>
+                    <option value="fadeInRightBig">fadeInRightBig</option>
+                    <option value="fadeInUp">fadeInUp</option>
+                    <option value="fadeInUpBig">fadeInUpBig</option>
+                </optgroup>
+                <optgroup label="Fading Exits">
+                    <option value="fadeOut">fadeOut</option>
+                    <option value="fadeOutDown">fadeOutDown</option>
+                    <option value="fadeOutDownBig">fadeOutDownBig</option>
+                    <option value="fadeOutLeft">fadeOutLeft</option>
+                    <option value="fadeOutLeftBig">fadeOutLeftBig</option>
+                    <option value="fadeOutRight">fadeOutRight</option>
+                    <option value="fadeOutRightBig">fadeOutRightBig</option>
+                    <option value="fadeOutUp">fadeOutUp</option>
+                    <option value="fadeOutUpBig">fadeOutUpBig</option>
+                </optgroup>
+                <optgroup label="Flippers">
+                    <option value="flip">flip</option>
+                    <option value="flipInX">flipInX</option>
+                    <option value="flipInY">flipInY</option>
+                    <option value="flipOutX">flipOutX</option>
+                    <option value="flipOutY">flipOutY</option>
+                </optgroup>
+                <optgroup label="Lightspeed">
+                    <option value="lightSpeedIn">lightSpeedIn</option>
+                    <option value="lightSpeedOut">lightSpeedOut</option>
+                </optgroup>
+                <optgroup label="Rotating Entrances">
+                    <option value="rotateIn">rotateIn</option>
+                    <option value="rotateInDownLeft">rotateInDownLeft</option>
+                    <option value="rotateInDownRight">rotateInDownRight</option>
+                    <option value="rotateInUpLeft">rotateInUpLeft</option>
+                    <option value="rotateInUpRight">rotateInUpRight</option>
+                </optgroup>
+                <optgroup label="Rotating Exits">
+                    <option value="rotateOut">rotateOut</option>
+                    <option value="rotateOutDownLeft">rotateOutDownLeft</option>
+                    <option value="rotateOutDownRight">rotateOutDownRight</option>
+                    <option value="rotateOutUpLeft">rotateOutUpLeft</option>
+                    <option value="rotateOutUpRight">rotateOutUpRight</option>
+                </optgroup>
+                <optgroup label="Sliding Entrances">
+                    <option value="slideInUp">slideInUp</option>
+                    <option value="slideInDown">slideInDown</option>
+                    <option value="slideInLeft">slideInLeft</option>
+                    <option value="slideInRight">slideInRight</option>
+                </optgroup>
+                <optgroup label="Sliding Exits">
+                    <option value="slideOutUp">slideOutUp</option>
+                    <option value="slideOutDown">slideOutDown</option>
+                    <option value="slideOutLeft">slideOutLeft</option>
+                    <option value="slideOutRight">slideOutRight</option>
+                </optgroup>
+                <optgroup label="Zoom Entrances">
+                    <option value="zoomIn">zoomIn</option>
+                    <option value="zoomInDown">zoomInDown</option>
+                    <option value="zoomInLeft">zoomInLeft</option>
+                    <option value="zoomInRight">zoomInRight</option>
+                    <option value="zoomInUp">zoomInUp</option>
+                </optgroup>
+                <optgroup label="Zoom Exits">
+                    <option value="zoomOut">zoomOut</option>
+                    <option value="zoomOutDown">zoomOutDown</option>
+                    <option value="zoomOutLeft">zoomOutLeft</option>
+                    <option value="zoomOutRight">zoomOutRight</option>
+                    <option value="zoomOutUp">zoomOutUp</option>
+                </optgroup>
+                <optgroup label="Specials">
+                    <option value="hinge">hinge</option>
+                    <option value="jackInTheBox">jackInTheBox</option>
+                    <option value="rollIn">rollIn</option>
+                    <option value="rollOut">rollOut</option>
+                </optgroup>
+            </dropdownoptions>
+        </questionanimation>
+        <questionanimationduration type="duration" category="Animations" width="2" title="Duration" parent="animatequestion">500</questionanimationduration>
+        <animatealert type="buttons" category="Animations" width="4" title="Animate alert" options="on|off" optionlabels="Yes|No">off</animatealert>
+        <alertanimation type="dropdown" category="Animations" width="6" title="Alert animation" parent="animatealert">shake
+            <dropdownoptions>
+                <optgroup label="Attention Seekers">
+                    <option value="bounce">bounce</option>
+                    <option value="flash">flash</option>
+                    <option value="pulse">pulse</option>
+                    <option value="rubberBand">rubberBand</option>
+                    <option value="shake">shake</option>
+                    <option value="swing">swing</option>
+                    <option value="tada">tada</option>
+                    <option value="wobble">wobble</option>
+                    <option value="jello">jello</option>
+                </optgroup>
+                <optgroup label="Bouncing Entrances">
+                    <option value="bounceIn">bounceIn</option>
+                    <option value="bounceInDown">bounceInDown</option>
+                    <option value="bounceInLeft">bounceInLeft</option>
+                    <option value="bounceInRight">bounceInRight</option>
+                    <option value="bounceInUp">bounceInUp</option>
+                </optgroup>
+                <optgroup label="Bouncing Exits">
+                    <option value="bounceOut">bounceOut</option>
+                    <option value="bounceOutDown">bounceOutDown</option>
+                    <option value="bounceOutLeft">bounceOutLeft</option>
+                    <option value="bounceOutRight">bounceOutRight</option>
+                    <option value="bounceOutUp">bounceOutUp</option>
+                </optgroup>
+                <optgroup label="Fading Entrances">
+                    <option value="fadeIn">fadeIn</option>
+                    <option value="fadeInDown">fadeInDown</option>
+                    <option value="fadeInDownBig">fadeInDownBig</option>
+                    <option value="fadeInLeft">fadeInLeft</option>
+                    <option value="fadeInLeftBig">fadeInLeftBig</option>
+                    <option value="fadeInRight">fadeInRight</option>
+                    <option value="fadeInRightBig">fadeInRightBig</option>
+                    <option value="fadeInUp">fadeInUp</option>
+                    <option value="fadeInUpBig">fadeInUpBig</option>
+                </optgroup>
+                <optgroup label="Fading Exits">
+                    <option value="fadeOut">fadeOut</option>
+                    <option value="fadeOutDown">fadeOutDown</option>
+                    <option value="fadeOutDownBig">fadeOutDownBig</option>
+                    <option value="fadeOutLeft">fadeOutLeft</option>
+                    <option value="fadeOutLeftBig">fadeOutLeftBig</option>
+                    <option value="fadeOutRight">fadeOutRight</option>
+                    <option value="fadeOutRightBig">fadeOutRightBig</option>
+                    <option value="fadeOutUp">fadeOutUp</option>
+                    <option value="fadeOutUpBig">fadeOutUpBig</option>
+                </optgroup>
+                <optgroup label="Flippers">
+                    <option value="flip">flip</option>
+                    <option value="flipInX">flipInX</option>
+                    <option value="flipInY">flipInY</option>
+                    <option value="flipOutX">flipOutX</option>
+                    <option value="flipOutY">flipOutY</option>
+                </optgroup>
+                <optgroup label="Lightspeed">
+                    <option value="lightSpeedIn">lightSpeedIn</option>
+                    <option value="lightSpeedOut">lightSpeedOut</option>
+                </optgroup>
+                <optgroup label="Rotating Entrances">
+                    <option value="rotateIn">rotateIn</option>
+                    <option value="rotateInDownLeft">rotateInDownLeft</option>
+                    <option value="rotateInDownRight">rotateInDownRight</option>
+                    <option value="rotateInUpLeft">rotateInUpLeft</option>
+                    <option value="rotateInUpRight">rotateInUpRight</option>
+                </optgroup>
+                <optgroup label="Rotating Exits">
+                    <option value="rotateOut">rotateOut</option>
+                    <option value="rotateOutDownLeft">rotateOutDownLeft</option>
+                    <option value="rotateOutDownRight">rotateOutDownRight</option>
+                    <option value="rotateOutUpLeft">rotateOutUpLeft</option>
+                    <option value="rotateOutUpRight">rotateOutUpRight</option>
+                </optgroup>
+                <optgroup label="Sliding Entrances">
+                    <option value="slideInUp">slideInUp</option>
+                    <option value="slideInDown">slideInDown</option>
+                    <option value="slideInLeft">slideInLeft</option>
+                    <option value="slideInRight">slideInRight</option>
+                </optgroup>
+                <optgroup label="Sliding Exits">
+                    <option value="slideOutUp">slideOutUp</option>
+                    <option value="slideOutDown">slideOutDown</option>
+                    <option value="slideOutLeft">slideOutLeft</option>
+                    <option value="slideOutRight">slideOutRight</option>
+                </optgroup>
+                <optgroup label="Zoom Entrances">
+                    <option value="zoomIn">zoomIn</option>
+                    <option value="zoomInDown">zoomInDown</option>
+                    <option value="zoomInLeft">zoomInLeft</option>
+                    <option value="zoomInRight">zoomInRight</option>
+                    <option value="zoomInUp">zoomInUp</option>
+                </optgroup>
+                <optgroup label="Zoom Exits">
+                    <option value="zoomOut">zoomOut</option>
+                    <option value="zoomOutDown">zoomOutDown</option>
+                    <option value="zoomOutLeft">zoomOutLeft</option>
+                    <option value="zoomOutRight">zoomOutRight</option>
+                    <option value="zoomOutUp">zoomOutUp</option>
+                </optgroup>
+                <optgroup label="Specials">
+                    <option value="hinge">hinge</option>
+                    <option value="jackInTheBox">jackInTheBox</option>
+                    <option value="rollIn">rollIn</option>
+                    <option value="rollOut">rollOut</option>
+                </optgroup>
+            </dropdownoptions>
+        </alertanimation>
+        <alertanimationduration type="duration" category="Animations" width="2" title="Duration" parent="animatealert">500</alertanimationduration>
+        <animatecheckbox type="buttons" category="Animations" width="4" title="Animate checkbox" options="on|off" optionlabels="Yes|No">on</animatecheckbox>
+        <checkboxanimation type="dropdown" category="Animations" width="6" title="Alert animation" parent="animatecheckbox">rubberBand
+            <dropdownoptions>
+                <optgroup label="Attention Seekers">
+                    <option value="bounce">bounce</option>
+                    <option value="flash">flash</option>
+                    <option value="pulse">pulse</option>
+                    <option value="rubberBand">rubberBand</option>
+                    <option value="shake">shake</option>
+                    <option value="swing">swing</option>
+                    <option value="tada">tada</option>
+                    <option value="wobble">wobble</option>
+                    <option value="jello">jello</option>
+                </optgroup>
+                <optgroup label="Bouncing Entrances">
+                    <option value="bounceIn">bounceIn</option>
+                    <option value="bounceInDown">bounceInDown</option>
+                    <option value="bounceInLeft">bounceInLeft</option>
+                    <option value="bounceInRight">bounceInRight</option>
+                    <option value="bounceInUp">bounceInUp</option>
+                </optgroup>
+                <optgroup label="Bouncing Exits">
+                    <option value="bounceOut">bounceOut</option>
+                    <option value="bounceOutDown">bounceOutDown</option>
+                    <option value="bounceOutLeft">bounceOutLeft</option>
+                    <option value="bounceOutRight">bounceOutRight</option>
+                    <option value="bounceOutUp">bounceOutUp</option>
+                </optgroup>
+                <optgroup label="Fading Entrances">
+                    <option value="fadeIn">fadeIn</option>
+                    <option value="fadeInDown">fadeInDown</option>
+                    <option value="fadeInDownBig">fadeInDownBig</option>
+                    <option value="fadeInLeft">fadeInLeft</option>
+                    <option value="fadeInLeftBig">fadeInLeftBig</option>
+                    <option value="fadeInRight">fadeInRight</option>
+                    <option value="fadeInRightBig">fadeInRightBig</option>
+                    <option value="fadeInUp">fadeInUp</option>
+                    <option value="fadeInUpBig">fadeInUpBig</option>
+                </optgroup>
+                <optgroup label="Fading Exits">
+                    <option value="fadeOut">fadeOut</option>
+                    <option value="fadeOutDown">fadeOutDown</option>
+                    <option value="fadeOutDownBig">fadeOutDownBig</option>
+                    <option value="fadeOutLeft">fadeOutLeft</option>
+                    <option value="fadeOutLeftBig">fadeOutLeftBig</option>
+                    <option value="fadeOutRight">fadeOutRight</option>
+                    <option value="fadeOutRightBig">fadeOutRightBig</option>
+                    <option value="fadeOutUp">fadeOutUp</option>
+                    <option value="fadeOutUpBig">fadeOutUpBig</option>
+                </optgroup>
+                <optgroup label="Flippers">
+                    <option value="flip">flip</option>
+                    <option value="flipInX">flipInX</option>
+                    <option value="flipInY">flipInY</option>
+                    <option value="flipOutX">flipOutX</option>
+                    <option value="flipOutY">flipOutY</option>
+                </optgroup>
+                <optgroup label="Lightspeed">
+                    <option value="lightSpeedIn">lightSpeedIn</option>
+                    <option value="lightSpeedOut">lightSpeedOut</option>
+                </optgroup>
+                <optgroup label="Rotating Entrances">
+                    <option value="rotateIn">rotateIn</option>
+                    <option value="rotateInDownLeft">rotateInDownLeft</option>
+                    <option value="rotateInDownRight">rotateInDownRight</option>
+                    <option value="rotateInUpLeft">rotateInUpLeft</option>
+                    <option value="rotateInUpRight">rotateInUpRight</option>
+                </optgroup>
+                <optgroup label="Rotating Exits">
+                    <option value="rotateOut">rotateOut</option>
+                    <option value="rotateOutDownLeft">rotateOutDownLeft</option>
+                    <option value="rotateOutDownRight">rotateOutDownRight</option>
+                    <option value="rotateOutUpLeft">rotateOutUpLeft</option>
+                    <option value="rotateOutUpRight">rotateOutUpRight</option>
+                </optgroup>
+                <optgroup label="Sliding Entrances">
+                    <option value="slideInUp">slideInUp</option>
+                    <option value="slideInDown">slideInDown</option>
+                    <option value="slideInLeft">slideInLeft</option>
+                    <option value="slideInRight">slideInRight</option>
+                </optgroup>
+                <optgroup label="Sliding Exits">
+                    <option value="slideOutUp">slideOutUp</option>
+                    <option value="slideOutDown">slideOutDown</option>
+                    <option value="slideOutLeft">slideOutLeft</option>
+                    <option value="slideOutRight">slideOutRight</option>
+                </optgroup>
+                <optgroup label="Zoom Entrances">
+                    <option value="zoomIn">zoomIn</option>
+                    <option value="zoomInDown">zoomInDown</option>
+                    <option value="zoomInLeft">zoomInLeft</option>
+                    <option value="zoomInRight">zoomInRight</option>
+                    <option value="zoomInUp">zoomInUp</option>
+                </optgroup>
+                <optgroup label="Zoom Exits">
+                    <option value="zoomOut">zoomOut</option>
+                    <option value="zoomOutDown">zoomOutDown</option>
+                    <option value="zoomOutLeft">zoomOutLeft</option>
+                    <option value="zoomOutRight">zoomOutRight</option>
+                    <option value="zoomOutUp">zoomOutUp</option>
+                </optgroup>
+                <optgroup label="Specials">
+                    <option value="hinge">hinge</option>
+                    <option value="jackInTheBox">jackInTheBox</option>
+                    <option value="rollIn">rollIn</option>
+                    <option value="rollOut">rollOut</option>
+                </optgroup>
+            </dropdownoptions>
+        </checkboxanimation>
+        <checkboxanimationduration type="duration" category="Animations" width="2" title="Duration" parent="animatecheckbox">500</checkboxanimationduration>
+        <animateradio type="buttons" category="Animations" width="4" title="Animate radio buttons" options="on|off" optionlabels="Yes|No">on</animateradio>
+        <radioanimation type="dropdown" category="Animations" width="6" title="Radio button animation" parent="animateradio">zoomIn
+            <dropdownoptions>
+                <optgroup label="Attention Seekers">
+                    <option value="bounce">bounce</option>
+                    <option value="flash">flash</option>
+                    <option value="pulse">pulse</option>
+                    <option value="rubberBand">rubberBand</option>
+                    <option value="shake">shake</option>
+                    <option value="swing">swing</option>
+                    <option value="tada">tada</option>
+                    <option value="wobble">wobble</option>
+                    <option value="jello">jello</option>
+                </optgroup>
+                <optgroup label="Bouncing Entrances">
+                    <option value="bounceIn">bounceIn</option>
+                    <option value="bounceInDown">bounceInDown</option>
+                    <option value="bounceInLeft">bounceInLeft</option>
+                    <option value="bounceInRight">bounceInRight</option>
+                    <option value="bounceInUp">bounceInUp</option>
+                </optgroup>
+                <optgroup label="Bouncing Exits">
+                    <option value="bounceOut">bounceOut</option>
+                    <option value="bounceOutDown">bounceOutDown</option>
+                    <option value="bounceOutLeft">bounceOutLeft</option>
+                    <option value="bounceOutRight">bounceOutRight</option>
+                    <option value="bounceOutUp">bounceOutUp</option>
+                </optgroup>
+                <optgroup label="Fading Entrances">
+                    <option value="fadeIn">fadeIn</option>
+                    <option value="fadeInDown">fadeInDown</option>
+                    <option value="fadeInDownBig">fadeInDownBig</option>
+                    <option value="fadeInLeft">fadeInLeft</option>
+                    <option value="fadeInLeftBig">fadeInLeftBig</option>
+                    <option value="fadeInRight">fadeInRight</option>
+                    <option value="fadeInRightBig">fadeInRightBig</option>
+                    <option value="fadeInUp">fadeInUp</option>
+                    <option value="fadeInUpBig">fadeInUpBig</option>
+                </optgroup>
+                <optgroup label="Fading Exits">
+                    <option value="fadeOut">fadeOut</option>
+                    <option value="fadeOutDown">fadeOutDown</option>
+                    <option value="fadeOutDownBig">fadeOutDownBig</option>
+                    <option value="fadeOutLeft">fadeOutLeft</option>
+                    <option value="fadeOutLeftBig">fadeOutLeftBig</option>
+                    <option value="fadeOutRight">fadeOutRight</option>
+                    <option value="fadeOutRightBig">fadeOutRightBig</option>
+                    <option value="fadeOutUp">fadeOutUp</option>
+                    <option value="fadeOutUpBig">fadeOutUpBig</option>
+                </optgroup>
+                <optgroup label="Flippers">
+                    <option value="flip">flip</option>
+                    <option value="flipInX">flipInX</option>
+                    <option value="flipInY">flipInY</option>
+                    <option value="flipOutX">flipOutX</option>
+                    <option value="flipOutY">flipOutY</option>
+                </optgroup>
+                <optgroup label="Lightspeed">
+                    <option value="lightSpeedIn">lightSpeedIn</option>
+                    <option value="lightSpeedOut">lightSpeedOut</option>
+                </optgroup>
+                <optgroup label="Rotating Entrances">
+                    <option value="rotateIn">rotateIn</option>
+                    <option value="rotateInDownLeft">rotateInDownLeft</option>
+                    <option value="rotateInDownRight">rotateInDownRight</option>
+                    <option value="rotateInUpLeft">rotateInUpLeft</option>
+                    <option value="rotateInUpRight">rotateInUpRight</option>
+                </optgroup>
+                <optgroup label="Rotating Exits">
+                    <option value="rotateOut">rotateOut</option>
+                    <option value="rotateOutDownLeft">rotateOutDownLeft</option>
+                    <option value="rotateOutDownRight">rotateOutDownRight</option>
+                    <option value="rotateOutUpLeft">rotateOutUpLeft</option>
+                    <option value="rotateOutUpRight">rotateOutUpRight</option>
+                </optgroup>
+                <optgroup label="Sliding Entrances">
+                    <option value="slideInUp">slideInUp</option>
+                    <option value="slideInDown">slideInDown</option>
+                    <option value="slideInLeft">slideInLeft</option>
+                    <option value="slideInRight">slideInRight</option>
+                </optgroup>
+                <optgroup label="Sliding Exits">
+                    <option value="slideOutUp">slideOutUp</option>
+                    <option value="slideOutDown">slideOutDown</option>
+                    <option value="slideOutLeft">slideOutLeft</option>
+                    <option value="slideOutRight">slideOutRight</option>
+                </optgroup>
+                <optgroup label="Zoom Entrances">
+                    <option value="zoomIn">zoomIn</option>
+                    <option value="zoomInDown">zoomInDown</option>
+                    <option value="zoomInLeft">zoomInLeft</option>
+                    <option value="zoomInRight">zoomInRight</option>
+                    <option value="zoomInUp">zoomInUp</option>
+                </optgroup>
+                <optgroup label="Zoom Exits">
+                    <option value="zoomOut">zoomOut</option>
+                    <option value="zoomOutDown">zoomOutDown</option>
+                    <option value="zoomOutLeft">zoomOutLeft</option>
+                    <option value="zoomOutRight">zoomOutRight</option>
+                    <option value="zoomOutUp">zoomOutUp</option>
+                </optgroup>
+                <optgroup label="Specials">
+                    <option value="hinge">hinge</option>
+                    <option value="jackInTheBox">jackInTheBox</option>
+                    <option value="rollIn">rollIn</option>
+                    <option value="rollOut">rollOut</option>
+                </optgroup>
+            </dropdownoptions>
+        </radioanimation>
+        <radioanimationduration type="duration" category="Animations" width="2" title="Duration" parent="animateradio">500</radioanimationduration>
+       <!-- fonts -->
+         <font type="dropdown" category="Fonts" width="12" title="Fonts" parent="font">noto
+            <dropdownoptions>
+                <optgroup label="User browser">
+                <option class="font-georgia         " value="georgia" data-font-package="websafe">Georgia</option>
+                <option class="font-palatino        " value="palatino" data-font-package="websafe">Palatino Linotype</option>
+                <option class="font-times_new_roman " value="times_new_roman" data-font-package="websafe">Times New Roman</option>
+                <option class="font-arial           " value="arial" data-font-package="websafe">Arial</option>
+                <option class="font-arial_black     " value="arial_black" data-font-package="websafe">Arial Black</option>
+                <option class="font-comic_sans      " value="comic_sans" data-font-package="websafe">Comic Sans</option>
+                <option class="font-impact          " value="impact" data-font-package="websafe">Impact</option>
+                <option class="font-lucida_sans     " value="lucida_sans" data-font-package="websafe">Lucida Sans</option>
+                <option class="font-trebuchet       " value="trebuchet" data-font-package="websafe">Trebuchet</option>
+                <option class="font-courier         " value="courier" data-font-package="websafe">Courier New</option>
+                <option class="font-lucida_console  " value="lucida_console" data-font-package="websafe">Lucida Console</option>
+            </optgroup>
+            </dropdownoptions>
+        </font>
+        <cssframework type="dropdown" category="Simple options" width="12" title="Variations" parent="cssframework">
+            <dropdownoptions>
+                <option value="css/variations/sea_green.css">Sea Green</option>
+                <option value="css/variations/apple_blossom.css">Apple Blossom</option>
+                <option value="css/variations/bay_of_many.css">Bay of Many</option>
+                <option value="css/variations/black_pearl.css">Black Pearl</option>
+                <option value="css/variations/free_magenta.css">Free Magenta</option>
+                <option value="css/variations/purple_tentacle.css">Purple Tentacle</option>
+                <option value="css/variations/sunset_orange.css">Sunset Orange</option>
+                <option value="css/variations/skyline_blue.css">Skyline Blue</option>
+            </dropdownoptions>
+        </cssframework>
+    </options>
+
+    <engine>
+        <!-- core: use core options view file, custom: use customized options.twig view file -->
+        <optionspage>core</optionspage>
+    </engine>
+
+
+    <!-- Engine configuration is the very same as vanilla  -->
+
+    <!-- Disable the updater system for core themes. -->
+    <updaters disabled="disabled">
+    </updaters>
+
+</config>
diff --git a/css/custom.css b/css/custom.css
new file mode 100755
index 0000000000000000000000000000000000000000..da2bb8fe97bd5b211df3c0bf3e555a462988d5e7
--- /dev/null
+++ b/css/custom.css
@@ -0,0 +1,42 @@
+/******************
+    User custom CSS
+    ---------------
+
+    In this file you can add your own custom CSS
+    It will be loaded last, so you can override any other property.
+    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
+*/
+.fruity .question-container .btn-primary{
+    background-color:rgba(255,255,255,0.55);
+    border:1px solid white;
+}
+
+.fruity .question-container .btn-primary:hover, .fruity .btn-primary:focus, .fruity .btn-primary:active, .fruity .btn-primary.active, .fruity .btn-primary.active:focus, .fruity .open .dropdown-toggle.btn-primary{
+    background-color:white;
+    border:1px solid white;
+}
+
+.item0, .item5, .item10, .item15, .item20{
+    background-image:url(/upload/themes/survey/fruity_for_ecrimo/files/bg/item0.svg);
+}
+
+.item1, .item6, .item11, .item16, .item21{
+    background-image:url(/upload/themes/survey/fruity_for_ecrimo/files/bg/item1.svg);
+}
+
+.item2, .item7, .item12, .item17, .item22{
+    background-image:url(/upload/themes/survey/fruity_for_ecrimo/files/bg/item2.svg);
+}
+
+.item3, .item8, .item13, .item18, .item23{
+    background-image:url(/upload/themes/survey/fruity_for_ecrimo/files/bg/item3.svg);
+}
+
+.item4, .item9, .item14, .item19, .item24{
+    background-image:url(/upload/themes/survey/fruity_for_ecrimo/files/bg/item4.svg);
+}
+
+.asterisk.pull-left{
+    display:none;
+}
+.ecrire .clavier{display:none;}
\ No newline at end of file
diff --git a/css/jkeyboard.css b/css/jkeyboard.css
new file mode 100755
index 0000000000000000000000000000000000000000..235e0a6b85089759a0783b3435749c92877de236
--- /dev/null
+++ b/css/jkeyboard.css
@@ -0,0 +1,68 @@
+.jkeyboard {
+  display: inline-block;
+  background-color:none;
+}
+.jkeyboard, .jkeyboard .jline, .jkeyboard .jline ul {
+  display: block;
+  margin: 0;
+  padding: 0;
+}
+.jkeyboard .jline {
+  text-align: center;
+  margin-left: -14px;
+}
+.jkeyboard .jline ul li {
+  font-family: arial, sans-serif;
+  font-size: 20px;
+  background-color: #328637;
+  display: inline-block;
+  border: 1px solid #0f3e12;
+  box-shadow: 0 0 3px #0f3e12;
+  box-shadow: inset 0 0 3px #0f3e12;
+  margin: 10px 0 1px 14px;
+  color: #f7faf7;
+  border-radius: 5px;
+  width: 52px;
+  height: 52px;
+  box-sizing: border-box;
+  text-align: center;
+  line-height: 52px;
+  overflow: hidden;
+  cursor: pointer;
+  user-select: none;
+}
+.jkeyboard .jline ul li.uppercase {
+  text-transform: uppercase;
+}
+.jkeyboard .jline ul li:hover, .jkeyboard .jline ul li:active {
+  background-color: #051506;
+}
+.jkeyboard .jline .return {
+  width: 120px;
+}
+.jkeyboard .jline .space {
+  width: 456px;
+}
+.jkeyboard .jline .numeric_switch {
+  width: 84px;
+}
+.jkeyboard .jline .layout_switch {
+  background-color: #328637;
+  background-image: url("/upload/themes/survey/fruity_for_ecrimo/files/kb/locale.png") ;
+  background-repeat: no-repeat;
+  background-position: center, right;
+}
+.jkeyboard .jline .shift {
+  width: 100px;
+  background-color: #328637;
+  background-image: url("/upload/themes/survey/fruity_for_ecrimo/files/kb/shift.png");
+  background-repeat: no-repeat;
+  background-position: center, center;
+}
+.jkeyboard .jline .backspace {
+  width: 69px;
+  background-color: #328637;
+  background-image: url("/upload/themes/survey/fruity_for_ecrimo/files/kb/backspace.png");
+  background-repeat: no-repeat;
+  background-position: center, center;
+}
diff --git a/files/bg/item0.svg b/files/bg/item0.svg
new file mode 100644
index 0000000000000000000000000000000000000000..365773fa4d552c47fe15b01f6454b1f6ee6c9fed
--- /dev/null
+++ b/files/bg/item0.svg
@@ -0,0 +1,56 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
+
+<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"
+   id="Layer_1"
+   x="0px"
+   y="0px"
+   width="395.10999"
+   height="395.11301"
+   viewBox="0 0 395.10999 395.11301"
+   enable-background="new 0 0 864 864"
+   xml:space="preserve"
+   sodipodi:docname="item0.svg"
+   inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"><metadata
+   id="metadata9"><rdf:RDF><cc:Work
+       rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+         rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs
+   id="defs7" /><sodipodi:namedview
+   pagecolor="#ffffff"
+   bordercolor="#666666"
+   borderopacity="1"
+   objecttolerance="10"
+   gridtolerance="10"
+   guidetolerance="10"
+   inkscape:pageopacity="0"
+   inkscape:pageshadow="2"
+   inkscape:window-width="1920"
+   inkscape:window-height="1053"
+   id="namedview5"
+   showgrid="false"
+   fit-margin-top="0"
+   fit-margin-left="0"
+   fit-margin-right="0"
+   fit-margin-bottom="0"
+   inkscape:zoom="1.0925926"
+   inkscape:cx="-176.72939"
+   inkscape:cy="60.005512"
+   inkscape:window-x="1920"
+   inkscape:window-y="195"
+   inkscape:window-maximized="1"
+   inkscape:current-layer="Layer_1" />
+<path
+   d="m 362.098,371.836 -11.109,19.24 v -38.523 l 11.109,19.24 -0.012,0.021 z m -11.11,-77.359 11.121,19.26 -11.121,19.047 z m 15.682,-41.545 -11.119,-19.262 33.175,19.152 z m 22.056,5.369 -33.175,19.154 11.119,-19.262 z m -22.001,-121.664 -11.123,-19.263 33.177,19.154 z m 22.053,5.37 -33.177,19.154 11.123,-19.263 z m -26.63,-2.761 -0.012,0.021 0.012,0.021 -11.107,19.238 v -38.521 z m -11.107,77.241 v -38.305 l 11.121,19.26 z m 15.693,-16.434 21.984,-0.02 -33.118,19.121 z m -0.024,-5.267 -11.109,-19.239 33.117,19.119 z m 24.614,-48.169 c -0.007,0.021 -0.012,0.044 -0.02,0.063 l -10.854,19.042 h -22.216 z m -33.09,-33.803 h 22.216 l 10.9,19.12 z m -2.633,-9.825 11.134,-19.188 21.983,0.067 z m 11.107,-24.453 -11.107,-19.24 33.115,19.12 z M 362.148,23.037 351.04,42.276 V 3.756 l 11.108,19.239 -0.012,0.022 z m 4.575,2.61 22.055,0.109 -33.176,19.153 z M 362.16,81.19 351.041,100.236 351.04,61.929 Z m -0.064,174.352 -0.012,0.021 0.012,0.021 -11.107,19.24 v -38.521 z m -6.547,36.3 33.117,19.121 -22.009,0.119 z m 2.634,-4.558 h 22.241 l 10.934,19.154 z m 22.214,-5.267 h -22.216 l 33.116,-19.12 z m -22.203,-52.899 22.063,0.004 11.04,19.107 z m 22.037,-5.262 -22.055,-0.107 33.177,-19.154 z m -21.996,-52.868 h 22.241 l 10.934,19.153 z m 26.788,-2.656 10.086,-17.693 V 186 Z m 8.874,-42.564 -8.873,-15.564 10.086,-17.669 v 35.31 z m -13.42,-18.22 H 358.236 L 391.411,88.394 Z M 358.235,54.736 h 22.24 L 391.41,73.89 Z M 380.449,49.47 H 358.232 L 391.349,30.35 Z M 366.723,20.385 355.602,1.123 388.778,20.278 Z M 345.776,100.17 334.714,81.136 345.774,61.93 Z M 334.715,23.008 345.775,3.756 v 38.521 z m 3.756,148.055 -33.176,19.154 11.121,-19.263 z m -33.176,-24.632 33.176,19.153 -22.055,0.107 z m 24.795,111.733 10.9,19.121 -33.116,-19.121 z m -22.215,-5.265 33.175,-19.153 -10.933,19.153 z m 26.788,2.656 11.061,-19.254 v 38.523 z m -26.735,-55.512 h 22.242 l 10.933,19.153 z m 30.482,23.68 -22.008,0.12 -11.107,-19.24 z m -8.266,-28.945 h -22.217 l 33.116,-19.121 z m -22.217,-52.909 h 22.217 l 10.899,19.12 z m 10e-4,-5.265 33.175,-19.154 -10.933,19.154 z m 26.788,2.656 11.061,-19.254 v 38.522 z m 6.387,-36.314 -33.175,-19.154 h 22.24 z m -10.961,-24.42 h -22.216 l 33.116,-19.12 z m -24.847,-4.561 11.119,-19.262 22.056,0.108 z m 33.115,33.506 -22.009,0.121 -11.106,-19.24 z m -21.982,5.387 21.982,0.066 -33.115,19.12 z m -4.586,55.443 -0.012,0.022 0.012,0.021 -11.108,19.24 v -38.521 z m 0.013,58.197 -11.121,19.045 v -38.305 z m 4.573,2.61 21.931,0.112 -33.118,19.119 z m 21.992,52.771 -22.056,0.109 -11.122,-19.264 z m 2.57,10.074 -10.9,19.119 h -22.216 z m -2.57,-4.594 -33.178,19.153 11.122,-19.264 z m -0.062,52.661 -22.009,0.119 -11.109,-19.24 z m -30.483,-23.682 h 22.242 l 10.933,19.154 z m 37.849,36.215 v 38.523 l -11.061,-19.271 z m -15.607,16.598 h -22.24 l 33.174,-19.154 z m 4.546,-55.467 11.061,-19.207 v 38.24 z m 0.053,-116.297 11.061,-19.205 v 38.239 z M 330.168,20.352 h -22.24 L 341.103,1.198 Z m -0.026,5.266 10.9,19.121 -33.116,-19.121 z m 8.328,23.715 -22.056,0.107 -11.119,-19.261 z m -26.628,2.718 -0.012,0.021 0.012,0.021 -11.109,19.239 V 32.811 Z m 0.012,58.195 -11.12,19.045 -10e-4,-38.305 z m -0.065,174.352 -0.013,0.021 0.013,0.02 -11.106,19.24 v -38.521 z m 0.013,58.195 -11.119,19.045 v -38.305 z m 4.573,2.61 21.983,0.068 -33.116,19.119 z m 13.715,29.013 10.9,19.121 -33.116,-19.121 z m 36.58,0.03 22.056,0.107 -33.175,19.152 z m 0,-5.262 -11.119,-19.262 33.175,19.154 z m -11.119,-33.65 11.131,-19.186 21.984,0.066 z m 35.807,-14.592 -10.935,19.152 h -22.24 z m -6.387,-36.315 10.139,-17.786 v 35.548 z m -0.165,-58.16 10.304,-17.85 v 35.477 z M 395.109,69.75 385.022,52.08 395.109,34.387 Z M 364.188,0 h 18.223 l 8.939,15.682 z M 332.647,0 305.295,15.792 314.411,0 Z M 300.732,13.158 V 0 h 7.598 z m -34.751,297.915 -10.936,-19.154 33.179,19.154 z m 22.242,5.265 -33.119,19.119 10.903,-19.119 z m -30.485,-28.946 22.009,-0.119 11.107,19.239 z m 0,-5.546 33.116,-19.121 -11.107,19.239 z m -2.692,-4.525 10.936,-19.156 h 22.243 z m 10.961,-24.422 -10.903,-19.121 33.119,19.121 z m 0.051,-116.295 -10.901,-19.121 33.118,19.121 z m 22.217,5.265 -33.177,19.154 10.936,-19.154 z m -26.79,-2.655 -10.976,19.228 v -38.435 z m -6.329,-36.302 10.901,-19.12 h 22.216 z m -4.645,113.575 -0.001,-38.281 10.976,19.229 z m 15.547,-16.444 h 22.217 l -33.118,19.12 z m -0.024,-5.265 -10.936,-19.156 33.177,19.156 z m -8.243,-23.682 22.009,-0.119 11.108,19.24 z m 0,-5.545 33.117,-19.12 -11.108,19.238 z m -0.059,-52.662 22.08,-0.01 11.097,19.165 z m 22.056,-5.275 -22.057,-0.107 33.177,-19.154 z m 8.486,-29.087 H 266.033 L 255.098,59.372 Z m -30.484,-23.681 22.009,-0.12 11.107,19.239 z m 3.695,26.335 -10.976,19.056 V 61.955 Z M 250.51,42.19 V 3.756 l 10.976,19.207 z m 10.923,213.318 -10.976,19.229 v -38.434 z m 0,58.221 -10.975,19.055 -0.001,-38.283 z m -10.975,38.824 10.976,19.207 -10.976,19.229 z m 4.647,-2.523 33.118,19.121 h -22.215 z m 35.751,-29.131 -11.121,19.262 -22.056,-0.107 z m -6.561,-36.28 11.121,-19.262 v 38.523 z m -26.615,-55.435 22.086,-0.054 11.091,19.209 z m 0.052,-5.426 33.177,-19.155 -11.121,19.263 z m 26.618,-55.434 11.119,-19.261 v 38.521 z m 0.011,-58.099 11.106,-19.239 0.001,38.241 z m 11.107,-38.892 -11.12,-19.261 11.12,-19.261 z M 279.799,49.418 257.79,49.299 290.906,30.179 Z m -24.7,-4.645 10.935,-19.156 h 22.241 z m 10.959,-24.422 -10.901,-19.12 33.117,19.12 z M 245.243,100.17 234.183,81.136 245.243,61.93 Z M 234.184,23.008 245.243,3.756 v 38.521 z m 3.755,148.055 -33.176,19.154 11.12,-19.263 z m -33.175,-24.632 33.176,19.153 -22.056,0.107 z m 24.794,111.733 10.901,19.121 -33.117,-19.121 z m -22.214,-5.265 33.176,-19.153 -10.936,19.153 z m 26.788,2.656 11.059,-19.254 v 38.523 z m -26.735,-55.512 h 22.24 l 10.935,19.153 z m 30.482,23.68 -22.008,0.12 -11.109,-19.24 z m -8.269,-28.945 h -22.215 l 33.116,-19.121 z m -22.214,-52.909 h 22.215 l 10.901,19.12 z m 0.001,-5.265 33.175,-19.154 -10.935,19.154 z m 26.787,2.656 11.06,-19.254 v 38.522 z m 6.387,-36.314 -33.176,-19.154 h 22.241 z M 229.61,78.526 h -22.215 l 33.116,-19.12 z m -24.848,-4.561 11.122,-19.262 22.056,0.108 z m 33.117,33.506 -22.008,0.121 -11.109,-19.24 z m -21.983,5.387 21.983,0.066 -33.117,19.12 z m -4.586,55.443 -0.012,0.022 0.012,0.021 -11.107,19.24 v -38.521 z m 0.012,58.197 -11.119,19.045 -0.001,-38.305 z m 4.575,2.61 21.929,0.112 -33.116,19.119 z m 21.99,52.771 -22.056,0.109 -11.119,-19.264 z m 2.572,10.074 -10.901,19.119 h -22.216 z m -2.572,-4.594 -33.175,19.153 11.119,-19.264 z m -0.061,52.661 -22.008,0.119 -11.108,-19.24 z m -30.482,-23.682 h 22.24 l 10.936,19.154 z m 37.847,36.215 v 38.523 l -11.059,-19.271 z m -15.606,16.598 h -22.241 l 33.176,-19.154 z m 4.547,-55.467 11.059,-19.207 0.001,38.24 z m 0.052,-116.297 11.06,-19.205 0.001,38.239 z M 229.637,20.352 H 207.396 L 240.572,1.198 Z m -0.027,5.266 10.901,19.121 -33.116,-19.121 z m 8.329,23.715 -22.056,0.107 -11.122,-19.261 z m -26.629,2.718 -0.013,0.021 0.013,0.021 -11.107,19.239 V 32.811 Z m 0.012,58.195 -11.12,19.045 V 90.986 Z m -0.063,174.352 -0.014,0.021 0.014,0.02 -11.109,19.24 v -38.521 z m 0.01,58.195 -11.118,19.045 -0.001,-38.305 z m 4.576,2.61 21.982,0.068 -33.117,19.119 z m 13.714,29.013 10.901,19.121 -33.118,-19.121 z m 36.422,0 h 22.243 l -33.178,19.154 z m -8.301,-28.98 22.081,-0.01 11.096,19.164 z m 26.629,-2.664 11.107,-19.24 v 38.242 z m 0.052,-116.296 11.107,-19.239 v 38.241 z M 295.468,13.159 287.871,0 h 7.597 z m -4.56,2.633 L 263.554,0 H 281.79 Z M 232.114,0 204.761,15.792 213.879,0 Z M 200.202,13.158 V 0 h 7.596 z m -39.145,358.733 -11.109,19.24 V 352.61 l 11.109,19.24 -0.013,0.021 z m -3.915,-84.553 h 22.24 l 10.935,19.154 z m 30.481,23.682 -22.007,0.119 -11.108,-19.238 z m -8.267,-28.946 h -22.215 l 33.115,-19.12 z m -24.847,-4.561 11.121,-19.263 22.055,0.108 z m 11.121,-24.524 -11.121,-19.262 33.176,19.153 z m 0.053,-116.295 -11.121,-19.262 33.175,19.154 z m 22.053,5.37 -33.175,19.153 11.121,-19.262 z m -26.628,-2.76 -0.014,0.021 0.014,0.021 -11.107,19.239 v -38.521 z m -6.547,-36.259 11.134,-19.187 21.982,0.067 z m 11.133,97.065 21.929,0.111 -33.115,19.119 z m -15.693,16.435 V 178.238 L 161.12,197.5 Z m 15.667,-21.701 -11.107,-19.239 33.116,19.12 z m 24.641,-48.184 -10.9,19.12 h -22.216 z m -33.117,-33.789 h 22.216 l 10.9,19.119 z m 0.002,-5.266 33.175,-19.153 -10.934,19.153 z m 0,-52.812 h 22.241 l 10.933,19.153 z m 30.483,23.679 -22.009,0.12 -11.107,-19.239 z M 161.108,23.095 149.999,42.334 V 3.813 l 11.109,19.239 -0.014,0.021 z m 4.573,2.61 22.056,0.107 -33.175,19.155 z m -4.562,55.543 -11.118,19.045 -0.002,-38.306 z m -0.063,174.35 -0.013,0.021 0.013,0.021 -11.108,19.239 v -38.521 z m 0.012,58.195 -11.121,19.047 v -38.307 z m 4.573,2.612 21.984,0.068 -33.116,19.119 z m 24.675,4.591 -10.933,19.154 h -22.24 z m -6.386,-36.312 10.953,-19.215 v 38.402 z m -26.789,-55.519 h 22.215 l 10.9,19.12 z m 0.001,-5.266 33.175,-19.153 -10.935,19.153 z m 0.052,-52.854 h 22.241 l 10.934,19.153 z m 26.787,-2.656 10.954,-19.214 v 38.403 z m 0,-58.128 10.954,-19.187 v 38.153 z M 194.936,71.326 183.982,52.138 194.936,32.923 Z M 179.408,49.528 h -22.217 l 33.117,-19.12 z M 165.681,20.443 154.562,1.18 187.737,20.334 Z m -20.947,79.784 -11.061,-19.034 11.06,-19.206 z m -11.06,-77.162 11.06,-19.253 v 38.522 z m 3.757,148.054 -33.177,19.154 11.121,-19.262 z m -33.177,-24.631 33.177,19.153 -22.056,0.109 z m 24.796,111.734 10.9,19.119 -33.117,-19.119 z m -22.215,-5.267 33.175,-19.153 -10.935,19.153 z m 26.788,2.657 11.059,-19.253 v 38.522 z M 106.887,200.1 h 22.241 l 10.935,19.154 z m 30.482,23.68 -22.008,0.119 -11.108,-19.238 z m -8.267,-28.946 h -22.216 l 33.117,-19.119 z m -22.216,-52.907 h 22.216 l 10.901,19.12 z m 0.001,-5.267 33.176,-19.152 -10.935,19.152 z m 26.789,2.657 11.059,-19.254 v 38.523 z m 6.387,-36.315 -33.176,-19.153 h 22.24 z M 129.1,78.583 h -22.215 l 33.117,-19.12 z m -24.846,-4.561 11.12,-19.262 22.055,0.108 z m 33.114,33.507 -22.008,0.12 -11.107,-19.24 z m -21.981,5.385 21.982,0.066 -33.116,19.12 z m -4.586,55.446 -0.013,0.021 0.013,0.021 -11.107,19.238 v -38.521 z m 0.013,58.195 -11.12,19.045 v -38.307 z m 4.573,2.61 21.93,0.11 -33.116,19.119 z m 21.991,52.771 -22.056,0.109 -11.121,-19.263 z m 2.572,10.074 -10.9,19.121 h -22.217 z m -2.572,-4.596 -33.177,19.154 11.121,-19.262 z m -0.062,52.661 -22.008,0.119 -11.108,-19.238 z m -30.481,-23.68 h 22.24 l 10.935,19.154 z m 37.847,36.215 v 38.523 l -11.059,-19.271 z m -15.607,16.597 h -22.24 l 33.175,-19.154 z m 4.548,-55.466 11.059,-19.207 v 38.24 z m 0.053,-116.295 11.059,-19.207 v 38.239 z M 129.127,20.409 h -22.24 L 140.063,1.256 Z m -0.027,5.266 10.902,19.12 -33.117,-19.12 z m 8.329,23.715 -22.055,0.107 -11.12,-19.262 z m -26.628,2.718 -0.013,0.021 0.013,0.021 -11.109,19.24 V 32.869 Z m 0.012,58.195 -11.119,19.046 -0.002,-38.306 z m -0.065,174.353 -0.013,0.02 0.013,0.021 -11.107,19.239 v -38.52 z m 0.013,58.194 -11.12,19.045 V 323.59 Z m 4.573,2.609 21.982,0.068 -33.115,19.119 z m 13.716,29.012 10.9,19.121 -33.117,-19.121 z m 36.58,0.031 22.056,0.107 -33.176,19.154 z m 0,-5.261 -11.12,-19.264 33.176,19.156 z m -8.489,-23.825 h 22.217 l 10.9,19.121 z m 26.789,-2.609 10.953,-19.188 0.002,38.154 z m 0,-116.252 11.006,-19.279 0.002,38.202 z M 194.936,13.159 187.408,0 h 7.528 z M 190.309,15.74 163.047,0 h 18.288 z M 131.705,0 104.253,15.85 113.403,0 Z M 99.691,13.215 99.693,0 h 7.629 z M 64.94,311.131 54.004,291.975 87.182,311.131 Z m 22.242,5.264 -33.118,19.121 10.901,-19.121 z m -30.485,-28.946 22.008,-0.118 11.109,19.238 z m 0,-5.546 33.117,-19.12 -11.109,19.238 z m -2.692,-4.526 10.936,-19.156 h 22.242 z m 10.96,-24.422 -10.901,-19.119 33.118,19.119 z M 65.018,136.66 54.116,117.541 87.235,136.66 Z m 22.216,5.266 -33.177,19.156 10.935,-19.156 z m -26.79,-2.655 -10.977,19.228 v -38.434 z m -6.329,-36.302 10.902,-19.12 h 22.215 z m -4.646,113.576 -10e-4,-38.283 10.977,19.229 z M 65.018,200.1 h 22.217 l -33.119,19.121 z m -0.026,-5.266 -10.935,-19.154 33.177,19.154 z m -8.243,-23.679 22.01,-0.119 11.107,19.238 z m 0,-5.547 33.117,-19.12 -11.107,19.239 z m -0.058,-52.66 22.08,-0.011 11.097,19.164 z M 78.746,107.67 56.69,107.564 89.866,88.409 Z M 87.234,78.583 H 64.991 L 54.057,59.429 Z M 56.748,54.902 78.758,54.783 89.865,74.022 Z m 3.696,26.337 -10.977,19.054 V 62.011 Z M 49.468,42.247 V 3.813 l 10.977,19.206 z m 10.924,213.32 -10.976,19.227 v -38.435 z m 0,58.218 -10.975,19.055 -0.001,-38.281 z m -10.975,38.825 10.977,19.207 -10.977,19.227 z m 4.647,-2.524 33.117,19.121 H 64.964 Z M 89.815,320.955 78.694,340.217 56.638,340.11 Z m -6.56,-36.28 11.12,-19.261 v 38.521 z m -26.616,-55.434 22.087,-0.053 11.09,19.207 z m 0.052,-5.426 33.177,-19.154 -11.122,19.262 z m 26.617,-55.434 11.119,-19.262 v 38.521 z m 0.012,-58.099 11.105,-19.239 0.001,38.241 z M 94.426,71.39 83.306,52.129 94.426,32.867 Z M 78.758,49.475 56.748,49.356 89.865,30.236 Z M 54.058,44.83 64.992,25.675 H 87.235 Z M 65.018,20.409 54.116,1.289 87.233,20.409 Z M 44.202,100.227 33.142,81.193 44.202,61.987 Z M 33.143,23.065 44.203,3.812 V 42.334 Z M 36.898,171.119 3.722,190.273 14.843,171.011 Z M 3.723,146.488 36.899,165.641 14.844,165.75 Z m 24.795,111.734 10.9,19.119 L 6.301,258.222 Z M 6.303,252.955 39.479,233.802 28.543,252.955 Z m 26.787,2.657 11.06,-19.253 v 38.522 z M 6.356,200.1 h 22.24 l 10.936,19.154 z M 36.838,223.78 14.829,223.899 3.722,204.661 Z M 28.569,194.834 H 6.353 L 39.469,175.715 Z M 6.354,141.927 H 28.57 l 10.9,19.12 z M 6.356,136.66 39.532,117.508 28.596,136.66 Z m 26.787,2.657 11.06,-19.254 v 38.523 z M 28.569,78.583 H 6.353 L 39.469,59.463 Z M 28.596,83.849 39.53,103.002 6.354,83.849 Z m -24.874,48.252 11.132,-19.187 21.984,0.066 z m 6.548,36.259 -0.012,0.021 0.012,0.021 L 0,186.189 V 150.572 Z M 0,208.746 10.281,226.555 0,244.166 Z m 14.856,20.419 21.929,0.11 L 3.67,248.394 Z M 36.845,281.936 14.79,282.045 3.67,262.782 Z m 0,5.478 -33.175,19.154 11.12,-19.262 z m 2.573,4.596 -10.9,19.121 H 6.301 Z m 4.731,2.524 10e-4,38.24 -11.061,-19.033 z m -11.006,-97.088 11.06,-19.207 0.002,38.239 z M 28.596,20.409 H 6.354 L 39.53,1.256 Z m -0.027,5.266 10.9,19.12 L 6.353,25.675 Z M 36.898,49.39 14.843,49.497 3.721,30.235 Z m 0,5.478 L 3.721,74.022 14.843,54.76 Z m -0.06,52.661 -22.009,0.12 L 3.721,88.409 Z M 10.281,110.303 0,127.912 V 92.495 Z M 0,266.957 l 10.217,17.698 -0.013,0.02 0.013,0.021 L 0,302.392 Z M 36.784,340.075 14.776,340.194 3.669,320.956 Z M 6.303,316.395 h 22.24 l 10.936,19.154 z m 33.176,33.658 -10.935,19.154 H 6.303 Z m 4.671,2.557 v 38.523 L 33.091,371.862 Z m -15.632,21.861 10.9,19.121 -33.115,-19.121 z m 36.422,0 h 22.242 l -33.178,19.156 z m -8.301,-28.978 22.081,-0.01 11.096,19.164 z m 26.628,-2.663 11.108,-19.24 v 38.238 z m 0.053,-116.296 11.106,-19.24 v 38.24 z M 94.426,13.216 86.797,0 h 7.63 z M 89.866,15.85 62.415,0 H 80.717 Z M 31.172,0 3.721,15.85 12.871,0 Z M 10.269,52.108 10.256,52.129 10.269,52.15 0,69.937 V 34.321 Z M 0,325.131 10.229,342.85 0,360.371 Z m 14.803,20.328 21.983,0.068 -33.117,19.119 z m 16.714,49.653 H 12.953 L 3.67,379.034 Z m 30.451,0 27.847,-16.078 -9.282,16.078 z m 32.407,-13.446 v 13.445 h -7.762 z m 5.266,0 7.762,13.445 h -7.762 z m 4.562,-2.632 27.846,16.078 h -18.566 z m 58.505,16.078 27.55,-15.908 -9.069,15.908 z m 32.177,-13.391 v 13.391 h -7.635 z m 5.265,-0.111 7.794,13.502 h -7.794 z m 4.562,-2.633 27.946,16.135 h -18.632 z m 58.199,16.135 27.943,-16.135 -9.314,16.135 z m 32.505,-13.502 v 13.502 h -7.796 z m 5.267,0 7.795,13.502 h -7.795 z m 4.56,-2.633 27.946,16.135 h -18.632 z m 58.408,16.135 27.62,-15.947 c -0.005,0.021 -0.012,0.043 -0.018,0.063 l -9.057,15.885 h -18.545 z m -5.469,-49.75 h 22.216 l 10.9,19.119 z m 26.789,-2.612 10.139,-17.76 v 35.49 l -1.264,-2.166 z M 395.109,11.646 388.47,0 h 6.639 z M 6.79,0 0,11.762 V 0 Z M 0,383.207 6.872,395.111 H 0 Z m 388.259,11.905 6.851,-12.018 v 12.018 z"
+   id="path2"
+   inkscape:connector-curvature="0"
+   style="fill:#b1e8a7;fill-opacity:1"
+   sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" />
+</svg>
\ No newline at end of file
diff --git a/files/bg/item1.svg b/files/bg/item1.svg
new file mode 100644
index 0000000000000000000000000000000000000000..7c421dfea07fc9931310d273d25a325af5ed4485
--- /dev/null
+++ b/files/bg/item1.svg
@@ -0,0 +1,25 @@
+<?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"
+   xml:space="preserve"
+   enable-background="new 0 0 864 864"
+   viewBox="0 0 391 391"
+   height="391"
+   width="391"
+   y="0px"
+   x="0px"
+   id="Layer_1"
+   version="1.1"><metadata
+   id="metadata9"><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="defs7" />
+<path
+   style="fill:#e3a2ee;fill-opacity:1"
+   id="path2"
+   d="m 371.714,330.468 c -3.633,-2.784 -8.846,-3.65 -13.273,-2.212 -4.103,1.336 -7.221,4.322 -8.777,8.407 -1.645,4.319 -1.314,9.479 0.789,13.755 -4.277,-2.105 -9.434,-2.433 -13.756,-0.79 -4.083,1.555 -7.069,4.674 -8.406,8.776 -1.439,4.429 -0.571,9.641 2.214,13.273 2.425,3.17 5.926,4.807 9.866,4.602 2.176,-0.111 3.85,-1.964 3.738,-4.138 -0.11,-2.177 -1.971,-3.858 -4.14,-3.739 -1.321,0.068 -2.37,-0.429 -3.202,-1.521 -1.215,-1.583 -1.615,-4.066 -0.975,-6.033 0.6,-1.844 1.85,-3.139 3.713,-3.848 2.469,-0.943 5.622,-0.637 8.033,0.771 7.656,4.466 5.117,13.056 4.156,15.581 -3.171,8.338 -13.046,10.003 -17.145,10.33 -15.944,1.269 -29.736,-12.367 -38.86,-21.397 -0.101,-0.101 -0.199,-0.197 -0.3,-0.296 4.748,-0.563 9.338,-2.445 13.059,-5.607 8.459,-7.188 10.521,-18.833 4.904,-27.69 -2.96,-4.669 -7.678,-7.869 -12.946,-8.781 -0.937,-0.162 -1.868,-0.226 -2.794,-0.233 0.719,-0.717 1.391,-1.502 1.958,-2.412 3.1,-4.951 3.183,-11.781 0.396,-17.332 5.551,2.786 12.381,2.703 17.334,-0.398 0.91,-0.567 1.695,-1.238 2.413,-1.958 0.007,0.927 0.071,1.856 0.233,2.795 0.911,5.267 4.111,9.987 8.781,12.946 8.857,5.617 20.502,3.555 27.69,-4.902 3.162,-3.722 5.044,-8.311 5.607,-13.06 0.099,0.1 0.194,0.198 0.297,0.3 9.028,9.123 22.665,22.915 21.396,38.859 -0.326,4.099 -1.991,13.973 -10.329,17.145 -2.526,0.961 -11.115,3.499 -15.583,-4.154 -1.405,-2.413 -1.712,-5.567 -0.77,-8.035 0.71,-1.864 2.004,-3.113 3.849,-3.714 1.967,-0.639 4.449,-0.238 6.033,0.975 1.092,0.834 1.588,1.881 1.52,3.203 -0.119,2.169 1.564,4.028 3.739,4.141 2.174,0.11 4.027,-1.563 4.138,-3.74 0.207,-3.942 -1.43,-7.444 -4.6,-9.869 z M 50.593,376.279 c 3.94,0.205 7.441,-1.432 9.866,-4.602 2.784,-3.633 3.652,-8.845 2.214,-13.273 -1.337,-4.103 -4.323,-7.222 -8.408,-8.776 -4.32,-1.645 -9.478,-1.315 -13.756,0.79 2.105,-4.276 2.434,-9.436 0.789,-13.755 -1.555,-4.085 -4.674,-7.071 -8.775,-8.407 -4.43,-1.438 -9.641,-0.572 -13.275,2.212 -3.168,2.425 -4.806,5.927 -4.601,9.866 0.112,2.177 1.964,3.851 4.138,3.74 2.178,-0.112 3.859,-1.972 3.74,-4.141 -0.068,-1.322 0.428,-2.369 1.521,-3.203 1.583,-1.213 4.066,-1.613 6.032,-0.975 1.845,0.601 3.139,1.85 3.85,3.714 0.941,2.468 0.635,5.622 -0.771,8.035 -4.467,7.653 -13.055,5.115 -15.581,4.154 -8.339,-3.172 -10.003,-13.046 -10.331,-17.145 -1.27,-15.944 12.367,-29.736 21.398,-38.859 0.1,-0.102 0.197,-0.2 0.296,-0.3 0.562,4.749 2.444,9.338 5.606,13.06 7.188,8.457 18.833,10.52 27.69,4.904 4.67,-2.961 7.87,-7.679 8.782,-12.946 0.162,-0.938 0.225,-1.87 0.232,-2.795 0.717,0.72 1.503,1.389 2.412,1.959 4.952,3.099 11.782,3.182 17.334,0.396 -2.787,5.551 -2.703,12.381 0.396,17.332 0.569,0.91 1.239,1.695 1.959,2.412 -0.927,0.008 -1.858,0.071 -2.794,0.233 -5.269,0.912 -9.986,4.112 -12.948,8.781 -5.615,8.857 -3.552,20.503 4.904,27.69 3.722,3.162 8.312,5.045 13.06,5.607 -0.1,0.099 -0.198,0.195 -0.299,0.296 -9.123,9.03 -22.916,22.666 -38.86,21.397 -4.098,-0.327 -13.973,-1.992 -17.144,-10.33 -0.961,-2.525 -3.5,-11.115 4.156,-15.581 2.411,-1.407 5.564,-1.714 8.032,-0.771 1.864,0.709 3.113,2.004 3.714,3.848 0.641,1.967 0.239,4.45 -0.975,6.033 -0.834,1.092 -1.881,1.589 -3.201,1.521 -2.171,-0.119 -4.03,1.563 -4.141,3.739 -0.112,2.176 1.563,4.029 3.739,4.14 z M 19.247,60.424 c 3.635,2.785 8.846,3.651 13.275,2.212 4.102,-1.336 7.221,-4.322 8.775,-8.407 1.645,-4.319 1.316,-9.477 -0.789,-13.755 4.278,2.105 9.436,2.436 13.756,0.791 4.084,-1.557 7.07,-4.676 8.406,-8.777 1.439,-4.428 0.572,-9.641 -2.212,-13.273 -2.426,-3.17 -5.927,-4.807 -9.866,-4.602 -2.176,0.111 -3.851,1.965 -3.739,4.139 0.11,2.176 1.97,3.857 4.14,3.738 1.322,-0.067 2.369,0.428 3.202,1.521 1.215,1.583 1.614,4.067 0.976,6.033 -0.601,1.845 -1.85,3.139 -3.715,3.849 -2.467,0.942 -5.621,0.636 -8.033,-0.77 C 35.769,28.655 38.306,20.066 39.269,17.54 42.44,9.202 52.314,7.537 56.413,7.211 c 15.944,-1.27 29.737,12.367 38.86,21.396 0.1,0.102 0.199,0.197 0.299,0.297 -4.748,0.563 -9.336,2.444 -13.059,5.606 -8.457,7.188 -10.52,18.833 -4.903,27.69 2.96,4.669 7.679,7.87 12.946,8.781 0.938,0.162 1.869,0.226 2.795,0.233 -0.72,0.717 -1.391,1.502 -1.959,2.412 -3.1,4.952 -3.184,11.782 -0.396,17.334 -5.552,-2.788 -12.382,-2.705 -17.335,0.397 -0.909,0.566 -1.695,1.238 -2.412,1.957 -0.008,-0.927 -0.07,-1.857 -0.232,-2.794 -0.912,-5.268 -4.112,-9.988 -8.782,-12.947 -8.857,-5.617 -20.502,-3.555 -27.69,4.903 -3.162,3.722 -5.045,8.311 -5.606,13.06 -0.099,-0.1 -0.196,-0.199 -0.296,-0.301 C 19.612,86.112 5.975,72.32 7.245,56.377 c 0.328,-4.1 1.992,-13.973 10.331,-17.146 2.526,-0.96 11.114,-3.499 15.581,4.155 1.406,2.412 1.713,5.566 0.771,8.034 -0.711,1.864 -2.005,3.113 -3.85,3.714 -1.966,0.639 -4.449,0.239 -6.032,-0.975 -1.093,-0.834 -1.589,-1.881 -1.521,-3.203 0.119,-2.168 -1.563,-4.029 -3.74,-4.14 -2.174,-0.111 -4.025,1.563 -4.138,3.739 -0.206,3.943 1.432,7.444 4.6,9.869 z M 340.37,14.612 c -3.94,-0.205 -7.441,1.432 -9.866,4.602 -2.785,3.633 -3.654,8.846 -2.215,13.273 1.338,4.102 4.323,7.221 8.406,8.777 4.323,1.645 9.479,1.314 13.759,-0.791 -2.105,4.278 -2.436,9.436 -0.791,13.757 1.557,4.084 4.675,7.069 8.777,8.407 4.428,1.438 9.641,0.571 13.273,-2.214 3.17,-2.425 4.807,-5.926 4.601,-9.866 -0.11,-2.175 -1.964,-3.85 -4.138,-3.738 -2.175,0.109 -3.858,1.971 -3.739,4.14 0.068,1.321 -0.428,2.37 -1.52,3.202 -1.584,1.214 -4.066,1.615 -6.033,0.975 -1.845,-0.601 -3.139,-1.85 -3.849,-3.714 -0.942,-2.468 -0.636,-5.621 0.77,-8.033 4.468,-7.655 13.057,-5.116 15.583,-4.155 8.338,3.172 10.003,13.046 10.329,17.145 1.27,15.943 -12.367,29.736 -21.396,38.86 -0.103,0.1 -0.198,0.199 -0.297,0.299 -0.563,-4.749 -2.445,-9.338 -5.607,-13.06 -7.188,-8.458 -18.833,-10.521 -27.69,-4.904 -4.67,2.96 -7.87,7.679 -8.781,12.946 -0.162,0.938 -0.227,1.869 -0.233,2.795 -0.718,-0.72 -1.503,-1.39 -2.413,-1.96 -4.951,-3.099 -11.781,-3.182 -17.332,-0.395 2.787,-5.552 2.703,-12.383 -0.395,-17.333 -0.57,-0.91 -1.242,-1.695 -1.961,-2.412 0.927,-0.008 1.859,-0.071 2.794,-0.233 5.269,-0.911 9.987,-4.112 12.946,-8.781 5.618,-8.857 3.556,-20.503 -4.902,-27.69 -3.722,-3.162 -8.313,-5.044 -13.061,-5.606 0.101,-0.1 0.199,-0.195 0.299,-0.297 9.124,-9.029 22.917,-22.666 38.861,-21.396 4.098,0.326 13.974,1.991 17.143,10.329 0.963,2.526 3.502,11.115 -4.155,15.583 -2.411,1.405 -5.563,1.712 -8.032,0.77 -1.863,-0.71 -3.113,-2.004 -3.713,-3.849 -0.643,-1.966 -0.241,-4.45 0.975,-6.033 0.831,-1.093 1.881,-1.588 3.2,-1.521 2.171,0.119 4.031,-1.563 4.14,-3.738 0.111,-2.176 -1.563,-4.029 -3.737,-4.141 z M 391,65.327 v 50.981 c -0.884,-2.823 -2.357,-5.373 -4.299,-7.532 -3.778,-4.196 -9.295,-6.924 -15.572,-7.381 -1.282,-0.092 -2.575,-0.065 -3.869,0.066 0.223,-0.222 0.44,-0.446 0.668,-0.675 7.84,-7.923 20.064,-20.283 23.072,-35.459 z m -46.751,235.34 c 2.08,0.644 4.289,-0.52 4.932,-2.6 0.934,-3.005 0.67,-6.291 -0.741,-9.253 -2.101,-4.416 -6.065,-7.246 -10.872,-7.775 -5.249,-0.575 -10.773,1.763 -14.16,5.951 -0.031,-0.421 -0.044,-0.836 -0.107,-1.267 -0.775,-5.321 -5.751,-10.158 -11.324,-11.015 -4.637,-0.711 -8.639,1.411 -10.7,5.684 -0.89,1.842 -0.117,4.06 1.725,4.948 1.843,0.89 4.06,0.117 4.948,-1.725 0.64,-1.323 1.506,-1.795 2.901,-1.579 2.366,0.362 4.806,2.63 5.116,4.758 0.438,2.932 -0.444,5.108 -2.598,6.456 -3.07,1.923 -7.922,1.642 -11.289,-0.648 -6.449,-4.389 -5.755,-15.067 -3.206,-21.25 2.904,-7.034 8.595,-11.158 14.622,-15.526 6.33,-4.587 12.876,-9.332 17.145,-17.713 0.176,-0.345 0.328,-0.699 0.492,-1.05 0.883,18.051 10.761,33.618 21.169,47.086 3.294,6.051 2.589,13.882 -1.893,19.154 -4.614,5.431 -11.956,6.84 -17.457,3.353 -2.751,-1.745 -4.708,-4.598 -5.234,-7.634 -0.31,-1.776 -0.259,-4.432 1.729,-6.979 1.703,-2.18 4.619,-3.452 7.262,-3.162 1.461,0.159 3.439,0.866 4.609,3.324 0.547,1.149 0.669,2.437 0.332,3.526 -0.647,2.081 0.521,4.293 2.599,4.936 z M 89.687,280.393 c -2.062,-4.27 -6.063,-6.395 -10.699,-5.684 -5.574,0.859 -10.551,5.696 -11.326,11.015 -0.063,0.431 -0.075,0.849 -0.106,1.269 -3.388,-4.19 -8.91,-6.526 -14.16,-5.951 -4.806,0.527 -8.772,3.359 -10.872,7.773 -1.41,2.962 -1.675,6.248 -0.742,9.253 0.644,2.08 2.854,3.246 4.933,2.602 2.078,-0.646 3.245,-2.857 2.601,-4.935 -0.338,-1.09 -0.217,-2.377 0.332,-3.527 1.17,-2.46 3.148,-3.167 4.608,-3.324 2.642,-0.292 5.558,0.98 7.261,3.162 1.988,2.549 2.04,5.201 1.73,6.98 -0.527,3.035 -2.482,5.888 -5.234,7.631 -5.5,3.489 -12.844,2.08 -17.457,-3.349 -4.481,-5.273 -5.187,-13.104 -1.893,-19.158 10.408,-13.466 20.287,-29.033 21.17,-47.082 0.163,0.35 0.316,0.701 0.49,1.048 4.27,8.382 10.816,13.124 17.146,17.713 6.027,4.369 11.717,8.493 14.621,15.527 2.549,6.18 3.242,16.858 -3.205,21.249 -3.367,2.291 -8.219,2.569 -11.29,0.648 -2.153,-1.348 -3.036,-3.523 -2.597,-6.458 0.309,-2.126 2.748,-4.394 5.115,-4.758 1.396,-0.213 2.262,0.259 2.9,1.579 0.89,1.844 3.107,2.616 4.949,1.725 1.842,-0.889 2.614,-3.104 1.725,-4.948 z M 46.713,90.225 c -2.079,-0.644 -4.289,0.52 -4.933,2.601 -0.933,3.004 -0.668,6.29 0.742,9.252 2.1,4.416 6.066,7.246 10.872,7.775 5.25,0.576 10.772,-1.763 14.16,-5.951 0.031,0.421 0.044,0.837 0.106,1.268 0.775,5.32 5.752,10.157 11.326,11.014 4.637,0.712 8.638,-1.411 10.699,-5.684 0.89,-1.842 0.117,-4.059 -1.725,-4.947 -1.842,-0.89 -4.06,-0.117 -4.949,1.725 -0.639,1.323 -1.505,1.794 -2.9,1.578 -2.367,-0.361 -4.807,-2.63 -5.115,-4.758 -0.439,-2.932 0.443,-5.107 2.597,-6.456 3.071,-1.923 7.923,-1.642 11.29,0.648 6.447,4.39 5.754,15.068 3.205,21.251 -2.904,7.032 -8.594,11.158 -14.621,15.525 -6.33,4.586 -12.877,9.332 -17.146,17.713 -0.174,0.345 -0.327,0.699 -0.49,1.05 -0.883,-18.051 -10.762,-33.617 -21.17,-47.086 -3.294,-6.051 -2.589,-13.882 1.893,-19.154 4.613,-5.431 11.957,-6.839 17.457,-3.353 2.752,1.746 4.707,4.599 5.234,7.634 0.31,1.776 0.258,4.431 -1.73,6.98 -1.703,2.179 -4.619,3.45 -7.261,3.161 -1.46,-0.158 -3.438,-0.865 -4.608,-3.323 -0.549,-1.15 -0.67,-2.438 -0.332,-3.526 0.644,-2.082 -0.523,-4.294 -2.601,-4.937 z m 251.39,-48.479 c -3.004,-0.933 -6.291,-0.669 -9.253,0.741 -4.415,2.102 -7.245,6.066 -7.775,10.872 -0.573,5.251 1.764,10.774 5.954,14.161 -0.424,0.03 -0.839,0.044 -1.27,0.106 -5.317,0.775 -10.158,5.752 -11.014,11.325 -0.712,4.637 1.414,8.638 5.684,10.7 1.844,0.889 4.058,0.117 4.947,-1.725 0.889,-1.843 0.117,-4.06 -1.725,-4.949 -1.32,-0.639 -1.794,-1.505 -1.578,-2.9 0.361,-2.367 2.632,-4.807 4.757,-5.116 2.936,-0.438 5.11,0.444 6.458,2.597 1.922,3.071 1.644,7.923 -0.648,11.29 -4.391,6.448 -15.07,5.755 -21.252,3.206 -7.033,-2.904 -11.158,-8.595 -15.525,-14.622 -4.586,-6.33 -9.332,-12.876 -17.713,-17.146 -0.346,-0.175 -0.699,-0.327 -1.05,-0.491 18.05,-0.883 33.617,-10.761 47.086,-21.168 6.051,-3.295 13.882,-2.591 19.154,1.892 5.431,4.614 6.838,11.956 3.353,17.457 -1.745,2.751 -4.599,4.707 -7.634,5.234 -1.776,0.31 -4.431,0.259 -6.98,-1.73 -2.179,-1.702 -3.45,-4.619 -3.162,-7.262 0.159,-1.46 0.866,-3.438 3.324,-4.608 1.15,-0.548 2.438,-0.67 3.526,-0.332 2.08,0.646 4.293,-0.521 4.936,-2.6 0.644,-2.079 -0.52,-4.288 -2.6,-4.932 z M 249.862,81.78 c 0.99,1.368 1.991,2.746 3.03,4.104 1.688,3.139 1.897,7.14 0.377,9.899 -1.243,2.252 -3.396,3.253 -6.374,2.989 -2.169,-0.195 -4.6,-2.533 -5.098,-4.908 -0.3,-1.416 0.135,-2.33 1.451,-3.058 1.756,-0.971 2.392,-3.183 1.422,-4.938 -0.973,-1.759 -3.186,-2.392 -4.939,-1.421 -4.119,2.277 -6.004,6.357 -5.047,10.915 1.156,5.49 6.233,10.167 11.56,10.646 0.524,0.048 1.041,0.071 1.55,0.071 5.17,0 9.432,-2.42 11.838,-6.789 0.791,-1.428 1.332,-2.993 1.642,-4.623 2.121,1.645 4.51,3.091 7.287,4.236 7.379,3.046 16.581,3.504 23.525,-0.063 -3.567,6.943 -3.11,16.145 -0.063,23.523 1.145,2.777 2.592,5.168 4.236,7.287 -1.629,0.31 -3.195,0.853 -4.623,1.642 -4.369,2.408 -6.789,6.669 -6.789,11.838 0,0.509 0.023,1.026 0.07,1.551 0.479,5.325 5.157,10.402 10.647,11.559 4.558,0.959 8.637,-0.928 10.915,-5.047 0.971,-1.754 0.338,-3.965 -1.422,-4.938 -1.755,-0.971 -3.967,-0.335 -4.938,1.423 -0.728,1.315 -1.643,1.749 -3.059,1.45 -2.374,-0.499 -4.713,-2.929 -4.908,-5.098 -0.263,-2.978 0.738,-5.13 2.99,-6.375 2.76,-1.521 6.76,-1.311 9.899,0.378 1.358,1.038 2.735,2.039 4.104,3.031 5.875,4.26 11.43,8.285 14.888,15.077 4.233,8.313 3.892,18.178 -0.871,25.136 -4.563,6.66 -13.12,10.959 -20.647,6.285 -3.332,-2.07 -5.475,-6.971 -4.996,-11.405 0.258,-2.356 1.328,-5.435 4.958,-6.715 2.865,-1.008 6.798,-0.111 8.093,2.828 0.595,1.345 0.561,2.974 -0.084,4.246 -0.496,0.98 -1.264,1.593 -2.279,1.819 -1.997,0.443 -3.254,2.43 -2.813,4.422 0.442,1.998 2.422,3.257 4.422,2.813 3.191,-0.71 5.778,-2.737 7.281,-5.705 1.646,-3.253 1.746,-7.207 0.256,-10.58 -2.765,-6.282 -10.381,-9.282 -17.336,-6.832 -5.589,1.967 -9.188,6.408 -9.865,12.641 -0.087,0.788 -0.074,2.108 0.02,2.896 0.957,8.067 3.76,10.285 3.111,10.963 -0.899,0.644 -4.02,-1.21 -10.895,-12.256 -4.129,-6.63 -8.455,-13.446 -16.522,-18.248 -0.129,-0.077 -0.841,-0.53 -1.101,-0.646 -6.424,-2.908 -6.571,-10.705 -6.458,-13.021 0.13,-2.711 1.384,-5.301 3.36,-6.931 1.15,-0.947 3.074,-1.998 5.716,-1.613 2.252,0.329 4.351,1.897 5.22,3.905 0.471,1.087 0.768,2.764 -0.492,4.573 -0.588,0.843 -1.434,1.438 -2.32,1.633 -1.959,0.431 -3.199,2.37 -2.767,4.33 0.431,1.959 2.369,3.198 4.327,2.768 2.688,-0.59 5.074,-2.215 6.719,-4.576 2.443,-3.505 2.885,-7.737 1.201,-11.616 -1.859,-4.295 -6.115,-7.518 -10.842,-8.206 -2.549,-0.373 -5.071,-0.073 -7.388,0.836 0.909,-2.316 1.209,-4.838 0.837,-7.388 -0.689,-4.726 -3.912,-8.981 -8.207,-10.842 -3.879,-1.683 -8.111,-1.241 -11.617,1.202 -2.359,1.644 -3.984,4.03 -4.576,6.719 -0.43,1.958 0.809,3.896 2.77,4.327 1.959,0.433 3.896,-0.809 4.328,-2.767 0.194,-0.888 0.79,-1.733 1.634,-2.321 1.81,-1.259 3.486,-0.962 4.573,-0.491 2.007,0.869 3.575,2.968 3.904,5.219 0.386,2.643 -0.664,4.566 -1.613,5.717 -1.629,1.977 -4.219,3.23 -6.93,3.359 -2.316,0.114 -10.112,-0.033 -13.021,-6.458 -0.115,-0.259 -0.57,-0.971 -0.646,-1.1 -4.802,-8.067 -11.62,-12.395 -18.249,-16.522 -11.045,-6.876 -12.9,-9.995 -12.256,-10.895 0.679,-0.648 2.896,2.153 10.963,3.111 0.787,0.094 2.107,0.106 2.896,0.02 6.232,-0.679 10.674,-4.276 12.64,-9.866 2.45,-6.954 -0.55,-14.57 -6.831,-17.335 -3.375,-1.489 -7.329,-1.391 -10.58,0.256 -2.97,1.503 -4.997,4.09 -5.705,7.281 -0.443,2 0.814,3.979 2.812,4.422 1.991,0.441 3.978,-0.815 4.421,-2.812 0.229,-1.017 0.839,-1.784 1.819,-2.281 1.275,-0.643 2.901,-0.678 4.247,-0.084 2.938,1.296 3.836,5.229 2.827,8.094 -1.28,3.63 -4.358,4.7 -6.715,4.958 -4.433,0.479 -9.333,-1.665 -11.403,-4.997 -4.676,-7.526 -0.375,-16.083 6.286,-20.646 6.954,-4.764 16.821,-5.104 25.134,-0.871 6.794,3.457 10.818,9.01 15.079,14.886 z M 233.31,233.274 c 5.609,3.3 12.342,4.527 19.028,3.745 -0.859,2.44 -1.32,5.148 -1.32,8.064 0,0.451 0.013,0.91 0.033,1.368 0.099,2.08 0.585,4.085 1.376,5.939 -1.856,-0.788 -3.859,-1.277 -5.939,-1.376 -0.459,-0.021 -0.918,-0.033 -1.369,-0.033 -2.916,0 -5.625,0.461 -8.064,1.32 0.782,-6.683 -0.447,-13.415 -3.745,-19.027 z m 3.628,-6.292 c -6.978,-4.132 -11.847,-12.425 -7.659,-20.284 1.891,-3.542 6.567,-5.97 11.121,-5.774 2.389,0.102 5.558,0.976 7.089,4.551 1.211,2.817 0.563,6.849 -2.321,8.351 -1.322,0.689 -2.975,0.766 -4.307,0.197 -1.034,-0.44 -1.708,-1.18 -2.004,-2.198 -0.566,-1.926 -2.583,-3.031 -4.508,-2.468 -1.929,0.562 -3.028,2.584 -2.468,4.508 0.912,3.116 3.088,5.545 6.129,6.842 3.334,1.423 7.264,1.257 10.515,-0.435 6.053,-3.157 8.533,-10.913 5.645,-17.658 -1.375,-3.215 -3.676,-5.646 -6.609,-7.167 2.934,-1.522 5.234,-3.954 6.609,-7.17 2.889,-6.744 0.408,-14.5 -5.645,-17.655 -3.251,-1.694 -7.181,-1.857 -10.515,-0.438 -3.041,1.297 -5.217,3.728 -6.129,6.844 -0.561,1.923 0.539,3.944 2.468,4.507 1.925,0.563 3.941,-0.54 4.508,-2.466 0.296,-1.021 0.97,-1.76 2.004,-2.2 1.332,-0.568 2.984,-0.492 4.307,0.197 2.884,1.504 3.532,5.533 2.321,8.351 -1.531,3.576 -4.7,4.449 -7.089,4.552 -4.554,0.195 -9.23,-2.233 -11.121,-5.775 -4.188,-7.858 0.682,-16.152 7.659,-20.285 7.28,-4.307 17.173,-4 25.213,0.785 6.562,3.908 10.218,9.72 14.087,15.873 3.305,5.253 6.707,10.638 11.987,14.797 0.032,0.028 0.063,0.056 0.096,0.084 -0.032,0.025 -0.063,0.056 -0.096,0.081 -5.28,4.16 -8.683,9.544 -11.987,14.799 -3.869,6.152 -7.525,11.965 -14.087,15.871 -8.041,4.784 -17.933,5.091 -25.213,0.783 z m -83.03,25.32 c -2.439,-0.859 -5.149,-1.32 -8.065,-1.32 -0.451,0 -0.91,0.013 -1.368,0.033 -2.079,0.099 -4.082,0.586 -5.937,1.376 0.787,-1.854 1.273,-3.859 1.373,-5.937 0.02,-0.458 0.033,-0.917 0.033,-1.368 0,-2.916 -0.461,-5.627 -1.32,-8.067 6.686,0.782 13.417,-0.443 19.028,-3.742 -3.299,5.609 -4.528,12.341 -3.744,19.025 z m 0.116,-25.317 c -7.28,4.308 -17.174,4.001 -25.213,-0.785 -6.563,-3.907 -10.219,-9.72 -14.088,-15.874 -3.303,-5.252 -6.707,-10.636 -11.986,-14.796 -0.033,-0.028 -0.063,-0.056 -0.096,-0.084 0.032,-0.025 0.063,-0.056 0.096,-0.081 5.279,-4.161 8.684,-9.545 11.986,-14.8 3.869,-6.152 7.525,-11.964 14.088,-15.871 8.039,-4.786 17.933,-5.092 25.213,-0.785 6.977,4.133 11.846,12.425 7.658,20.284 -1.891,3.542 -6.566,5.97 -11.12,5.774 -2.39,-0.101 -5.558,-0.976 -7.089,-4.551 -1.211,-2.817 -0.563,-6.848 2.321,-8.352 1.321,-0.688 2.974,-0.764 4.306,-0.197 1.035,0.441 1.709,1.182 2.005,2.2 0.564,1.926 2.583,3.029 4.508,2.468 1.929,-0.563 3.028,-2.585 2.468,-4.508 -0.912,-3.117 -3.088,-5.546 -6.129,-6.844 -3.334,-1.421 -7.264,-1.257 -10.516,0.437 -6.053,3.156 -8.533,10.912 -5.645,17.657 1.375,3.214 3.676,5.647 6.61,7.168 -2.935,1.522 -5.235,3.955 -6.61,7.171 -2.889,6.743 -0.408,14.5 5.645,17.654 3.252,1.695 7.182,1.857 10.516,0.438 3.041,-1.298 5.217,-3.728 6.129,-6.844 0.561,-1.923 -0.539,-3.945 -2.468,-4.508 -1.925,-0.565 -3.943,0.54 -4.508,2.466 -0.296,1.021 -0.97,1.761 -2.005,2.198 -1.332,0.57 -2.984,0.494 -4.306,-0.194 -2.884,-1.505 -3.532,-5.533 -2.321,-8.352 1.531,-3.577 4.699,-4.448 7.089,-4.553 4.554,-0.195 9.229,2.235 11.12,5.776 4.188,7.861 -0.681,16.156 -7.658,20.288 z m 3.628,-69.367 c -5.61,-3.299 -12.343,-4.528 -19.028,-3.745 0.859,-2.439 1.32,-5.147 1.32,-8.064 0,-0.451 -0.014,-0.909 -0.033,-1.368 -0.1,-2.08 -0.586,-4.084 -1.375,-5.939 1.855,0.79 3.859,1.277 5.938,1.376 0.458,0.021 0.917,0.033 1.368,0.033 2.916,0 5.627,-0.461 8.066,-1.319 -0.782,6.683 0.446,13.416 3.744,19.026 z m 65.906,65.905 c -3.307,-1.924 -7.021,-3.087 -10.881,-3.087 -3.077,0 -6.244,0.732 -9.361,2.395 -3.411,1.819 -6.158,4.994 -7.834,8.741 -1.677,-3.747 -4.424,-6.922 -7.835,-8.741 -3.117,-1.662 -6.285,-2.395 -9.362,-2.395 -3.857,0 -7.571,1.163 -10.878,3.087 1.923,-3.307 3.084,-7.021 3.084,-10.88 0,-3.076 -0.732,-6.243 -2.395,-9.362 -1.819,-3.41 -4.994,-6.157 -8.741,-7.834 3.747,-1.676 6.922,-4.425 8.741,-7.835 1.662,-3.116 2.395,-6.283 2.395,-9.362 0,-3.858 -1.161,-7.572 -3.085,-10.879 3.308,1.923 7.021,3.086 10.881,3.086 3.075,0 6.243,-0.732 9.362,-2.395 3.409,-1.818 6.156,-4.994 7.834,-8.741 1.675,3.747 4.423,6.923 7.834,8.741 3.116,1.662 6.283,2.395 9.362,2.395 3.857,0 7.57,-1.162 10.876,-3.085 -1.923,3.307 -3.083,7.02 -3.083,10.878 0,3.078 0.732,6.245 2.395,9.362 1.818,3.41 4.994,6.158 8.74,7.835 -3.746,1.675 -6.922,4.424 -8.74,7.834 -1.662,3.116 -2.395,6.283 -2.395,9.362 0,3.858 1.162,7.573 3.086,10.88 z m -16.825,-61.874 c -3.541,-1.89 -5.969,-6.567 -5.773,-11.12 0.101,-2.389 0.975,-5.559 4.551,-7.089 2.817,-1.211 6.849,-0.563 8.351,2.321 0.688,1.322 0.765,2.974 0.198,4.307 -0.441,1.034 -1.182,1.708 -2.201,2.004 -1.925,0.565 -3.029,2.583 -2.467,4.508 0.563,1.929 2.585,3.027 4.508,2.467 3.116,-0.911 5.546,-3.088 6.844,-6.127 1.421,-3.336 1.256,-7.265 -0.437,-10.516 -3.156,-6.053 -10.911,-8.533 -17.657,-5.646 -3.215,1.376 -5.646,3.677 -7.167,6.61 -1.523,-2.934 -3.956,-5.234 -7.171,-6.61 -6.745,-2.888 -14.5,-0.407 -17.654,5.646 -1.695,3.251 -1.857,7.18 -0.438,10.516 1.297,3.039 3.728,5.216 6.843,6.127 1.924,0.561 3.945,-0.538 4.508,-2.467 0.565,-1.925 -0.54,-3.942 -2.465,-4.508 -1.021,-0.296 -1.761,-0.97 -2.199,-2.004 -0.57,-1.333 -0.494,-2.984 0.195,-4.307 1.505,-2.884 5.533,-3.532 8.351,-2.321 3.577,1.53 4.449,4.7 4.554,7.089 0.193,4.553 -2.235,9.23 -5.777,11.12 -7.857,4.188 -16.152,-0.682 -20.285,-7.658 -4.307,-7.28 -4,-17.174 0.786,-25.213 3.907,-6.562 9.719,-10.218 15.873,-14.087 5.253,-3.305 10.636,-6.707 14.798,-11.987 0.027,-0.032 0.055,-0.063 0.083,-0.096 0.024,0.032 0.056,0.063 0.08,0.096 4.161,5.28 9.545,8.683 14.8,11.987 6.152,3.869 11.964,7.525 15.871,14.087 4.786,8.039 5.092,17.933 0.785,25.213 -4.135,6.976 -12.428,11.846 -20.288,7.658 z m -42.791,75.252 c 4.133,-6.977 12.428,-11.847 20.285,-7.658 3.542,1.89 5.971,6.567 5.775,11.12 -0.103,2.39 -0.977,5.559 -4.552,7.089 -2.817,1.212 -6.847,0.563 -8.351,-2.321 -0.689,-1.322 -0.766,-2.975 -0.197,-4.307 0.44,-1.034 1.18,-1.708 2.199,-2.004 1.926,-0.565 3.031,-2.582 2.467,-4.508 -0.563,-1.929 -2.584,-3.027 -4.508,-2.468 -3.115,0.912 -5.546,3.089 -6.843,6.129 -1.421,3.335 -1.257,7.264 0.437,10.515 3.156,6.054 10.911,8.533 17.656,5.646 3.215,-1.376 5.647,-3.677 7.17,-6.61 1.521,2.934 3.953,5.234 7.168,6.61 6.746,2.888 14.501,0.408 17.656,-5.646 1.693,-3.251 1.857,-7.18 0.438,-10.515 -1.298,-3.04 -3.728,-5.217 -6.844,-6.129 -1.923,-0.56 -3.945,0.539 -4.508,2.468 -0.563,1.926 0.541,3.942 2.467,4.508 1.02,0.296 1.76,0.97 2.199,2.004 0.568,1.332 0.492,2.984 -0.196,4.307 -1.503,2.884 -5.533,3.533 -8.351,2.321 -3.576,-1.53 -4.45,-4.699 -4.553,-7.089 -0.195,-4.553 2.234,-9.23 5.775,-11.12 7.858,-4.188 16.152,0.682 20.285,7.658 4.307,7.28 4.001,17.174 -0.785,25.213 -3.907,6.563 -9.719,10.218 -15.872,14.088 -5.254,3.304 -10.638,6.706 -14.799,11.986 -0.026,0.033 -0.056,0.063 -0.081,0.096 -0.027,-0.032 -0.057,-0.063 -0.082,-0.096 -4.162,-5.28 -9.545,-8.683 -14.799,-11.986 -6.153,-3.87 -11.965,-7.525 -15.872,-14.088 -4.784,-8.039 -5.09,-17.932 -0.784,-25.213 z m 73.113,-98.31 c 2.439,0.858 5.147,1.319 8.063,1.319 0.451,0 0.91,-0.013 1.369,-0.033 2.08,-0.099 4.083,-0.585 5.938,-1.376 -0.789,1.855 -1.275,3.859 -1.374,5.938 -0.021,0.458 -0.033,0.917 -0.033,1.367 0,2.917 0.461,5.627 1.32,8.066 -6.686,-0.783 -13.417,0.444 -19.027,3.742 3.297,-5.608 4.526,-12.34 3.744,-19.023 z M 205.46,61.65 c -4.376,2.997 -8.045,7.432 -9.978,12.466 -1.937,-5.034 -5.604,-9.469 -9.98,-12.466 -3.794,-2.598 -8.217,-4.193 -12.853,-4.807 10.463,-4.102 18.743,-12.075 22.75,-22.162 0.024,-0.065 0.055,-0.129 0.083,-0.195 0.024,0.066 0.056,0.13 0.08,0.195 4.009,10.087 12.287,18.061 22.75,22.162 -4.635,0.614 -9.059,2.21 -12.852,4.807 z m -24.147,6.114 c 6.661,4.563 10.958,13.12 6.286,20.646 -2.069,3.332 -6.973,5.476 -11.405,4.997 -2.357,-0.258 -5.436,-1.328 -6.715,-4.958 -1.009,-2.865 -0.111,-6.798 2.826,-8.094 1.347,-0.594 2.976,-0.559 4.248,0.084 0.98,0.497 1.594,1.265 1.818,2.281 0.443,1.996 2.43,3.253 4.422,2.812 1.998,-0.442 3.258,-2.422 2.812,-4.422 -0.71,-3.191 -2.735,-5.778 -5.703,-7.281 -3.253,-1.646 -7.208,-1.745 -10.581,-0.256 -6.283,2.765 -9.283,10.381 -6.834,17.335 1.971,5.59 6.411,9.188 12.642,9.866 0.79,0.087 2.11,0.074 2.896,-0.02 8.07,-0.958 10.287,-3.76 10.964,-3.111 0.644,0.899 -1.209,4.019 -12.256,10.895 -6.63,4.128 -13.446,8.455 -18.247,16.522 -0.078,0.129 -0.529,0.841 -0.646,1.1 -2.908,6.425 -10.704,6.572 -13.023,6.458 -2.711,-0.129 -5.3,-1.383 -6.929,-3.359 -0.948,-1.15 -1.999,-3.074 -1.613,-5.717 0.329,-2.251 1.897,-4.35 3.903,-5.219 1.088,-0.471 2.765,-0.768 4.574,0.491 0.844,0.588 1.439,1.434 1.634,2.321 0.431,1.958 2.368,3.199 4.329,2.767 1.959,-0.431 3.198,-2.369 2.768,-4.327 -0.591,-2.688 -2.215,-5.075 -4.576,-6.719 -3.504,-2.443 -7.738,-2.885 -11.616,-1.202 -4.296,1.86 -7.518,6.116 -8.207,10.842 -0.37,2.55 -0.073,5.072 0.839,7.388 -2.318,-0.909 -4.84,-1.209 -7.391,-0.836 -4.727,0.689 -8.982,3.912 -10.842,8.207 -1.683,3.879 -1.241,8.11 1.201,11.617 1.645,2.359 4.031,3.984 6.72,4.575 1.958,0.431 3.896,-0.809 4.327,-2.769 0.433,-1.959 -0.809,-3.897 -2.768,-4.328 -0.887,-0.194 -1.732,-0.791 -2.32,-1.634 -1.259,-1.81 -0.963,-3.487 -0.492,-4.573 0.87,-2.007 2.967,-3.575 5.221,-3.904 2.642,-0.386 4.564,0.664 5.716,1.613 1.976,1.629 3.229,4.219 3.36,6.93 0.113,2.315 -0.035,10.112 -6.459,13.021 -0.26,0.116 -0.971,0.57 -1.1,0.646 -8.068,4.802 -12.396,11.619 -16.523,18.249 -6.875,11.045 -9.994,12.9 -10.895,12.256 -0.648,-0.679 2.154,-2.896 3.111,-10.963 0.095,-0.788 0.107,-2.108 0.021,-2.896 -0.679,-6.232 -4.276,-10.674 -9.865,-12.64 -6.954,-2.45 -14.571,0.549 -17.335,6.831 -1.49,3.374 -1.391,7.329 0.255,10.58 1.503,2.97 4.091,4.997 7.283,5.705 1.999,0.444 3.978,-0.814 4.421,-2.812 0.441,-1.991 -0.816,-3.979 -2.813,-4.422 -1.016,-0.228 -1.783,-0.838 -2.28,-1.818 -0.644,-1.274 -0.679,-2.901 -0.084,-4.247 1.294,-2.938 5.228,-3.836 8.093,-2.827 3.631,1.279 4.699,4.357 4.958,6.714 0.479,4.434 -1.665,9.334 -4.996,11.404 -7.527,4.675 -16.084,0.375 -20.646,-6.285 -4.764,-6.956 -5.106,-16.822 -0.872,-25.135 3.458,-6.793 9.012,-10.816 14.889,-15.078 1.367,-0.991 2.746,-1.991 4.104,-3.03 3.139,-1.689 7.141,-1.897 9.898,-0.377 2.252,1.243 3.254,3.396 2.99,6.374 -0.195,2.168 -2.533,4.599 -4.907,5.098 -1.417,0.299 -2.331,-0.135 -3.058,-1.451 -0.972,-1.756 -3.183,-2.392 -4.939,-1.422 -1.758,0.973 -2.392,3.185 -1.42,4.938 2.277,4.119 6.355,6.005 10.914,5.047 5.49,-1.155 10.168,-6.232 10.646,-11.56 0.048,-0.523 0.07,-1.04 0.07,-1.55 0,-5.169 -2.42,-9.431 -6.788,-11.837 -1.428,-0.791 -2.994,-1.333 -4.622,-1.642 1.643,-2.121 3.09,-4.51 4.234,-7.288 3.049,-7.38 3.506,-16.582 -0.063,-23.527 6.944,3.57 16.146,3.112 23.525,0.066 2.776,-1.146 5.168,-2.592 7.287,-4.236 0.309,1.63 0.854,3.195 1.641,4.623 2.41,4.369 6.669,6.789 11.838,6.789 0.51,0 1.025,-0.023 1.553,-0.071 5.324,-0.479 10.4,-5.156 11.557,-10.646 0.96,-4.558 -0.928,-8.638 -5.047,-10.915 -1.754,-0.971 -3.966,-0.338 -4.939,1.421 -0.969,1.756 -0.333,3.968 1.425,4.938 1.314,0.728 1.749,1.642 1.448,3.058 -0.498,2.375 -2.928,4.713 -5.097,4.908 -2.978,0.264 -5.132,-0.737 -6.374,-2.989 -1.521,-2.76 -1.311,-6.761 0.377,-9.899 1.039,-1.358 2.039,-2.736 3.033,-4.104 4.258,-5.876 8.284,-11.43 15.074,-14.888 8.313,-4.234 18.178,-3.893 25.135,0.871 z m -28.501,-7.477 c -8.38,4.27 -13.123,10.815 -17.712,17.146 -4.368,6.027 -8.493,11.718 -15.526,14.622 -6.18,2.549 -16.859,3.242 -21.25,-3.206 -2.29,-3.367 -2.569,-8.219 -0.648,-11.29 1.348,-2.152 3.524,-3.034 6.455,-2.597 2.129,0.31 4.396,2.749 4.762,5.116 0.213,1.396 -0.258,2.262 -1.578,2.9 -1.846,0.89 -2.618,3.106 -1.727,4.949 0.887,1.842 3.104,2.613 4.949,1.725 4.269,-2.063 6.393,-6.063 5.68,-10.7 -0.855,-5.573 -5.693,-10.55 -11.011,-11.325 -0.431,-0.063 -0.849,-0.076 -1.271,-0.106 4.191,-3.387 6.527,-8.91 5.953,-14.161 -0.527,-4.806 -3.36,-8.771 -7.774,-10.872 -2.962,-1.41 -6.247,-1.674 -9.253,-0.741 -2.08,0.644 -3.244,2.853 -2.601,4.933 0.645,2.078 2.856,3.246 4.935,2.6 1.089,-0.338 2.377,-0.216 3.527,0.332 2.46,1.171 3.166,3.148 3.324,4.608 0.291,2.643 -0.98,5.56 -3.162,7.262 -2.55,1.989 -5.203,2.04 -6.98,1.73 -3.035,-0.527 -5.887,-2.483 -7.632,-5.234 -3.487,-5.501 -2.08,-12.843 3.351,-17.457 5.272,-4.482 13.104,-5.187 19.156,-1.892 13.467,10.407 29.033,20.285 47.084,21.168 -0.352,0.163 -0.704,0.315 -1.051,0.49 z M 61.685,185.468 c 2.997,4.376 7.432,8.044 12.467,9.979 -5.035,1.936 -9.47,5.604 -12.467,9.979 -2.597,3.794 -4.193,8.217 -4.807,12.854 -4.102,-10.464 -12.074,-18.743 -22.161,-22.749 -0.066,-0.025 -0.13,-0.056 -0.195,-0.084 0.065,-0.025 0.129,-0.056 0.195,-0.081 10.087,-4.009 18.06,-12.286 22.161,-22.751 0.613,4.636 2.21,9.06 4.807,12.853 z m 37.199,143.944 c 2.18,1.702 3.451,4.618 3.162,7.261 -0.158,1.459 -0.865,3.438 -3.324,4.608 -1.15,0.548 -2.438,0.669 -3.527,0.332 -2.079,-0.646 -4.29,0.522 -4.936,2.6 -0.645,2.08 0.521,4.29 2.601,4.933 3.005,0.933 6.291,0.67 9.253,-0.741 4.415,-2.101 7.246,-6.065 7.775,-10.872 0.574,-5.25 -1.762,-10.773 -5.953,-14.161 0.422,-0.03 0.838,-0.043 1.27,-0.106 5.317,-0.775 10.156,-5.752 11.014,-11.325 0.711,-4.638 -1.414,-8.638 -5.684,-10.7 -1.844,-0.89 -4.059,-0.116 -4.949,1.726 -0.89,1.843 -0.117,4.059 1.727,4.948 1.32,0.639 1.793,1.505 1.578,2.9 -0.363,2.367 -2.633,4.807 -4.758,5.116 -2.934,0.438 -5.11,-0.443 -6.458,-2.597 -1.921,-3.071 -1.642,-7.923 0.648,-11.29 4.391,-6.448 15.069,-5.755 21.251,-3.205 7.033,2.903 11.158,8.594 15.526,14.622 4.587,6.328 9.332,12.875 17.712,17.145 0.346,0.175 0.699,0.327 1.051,0.491 -18.051,0.882 -33.617,10.761 -47.085,21.17 -6.052,3.293 -13.883,2.589 -19.155,-1.894 -5.431,-4.613 -6.84,-11.956 -3.352,-17.456 1.744,-2.753 4.598,-4.708 7.633,-5.235 1.777,-0.311 4.43,-0.26 6.98,1.73 z m 42.217,-20.301 c -0.992,-1.368 -1.992,-2.746 -3.031,-4.104 -1.689,-3.14 -1.898,-7.14 -0.377,-9.898 1.242,-2.253 3.396,-3.254 6.374,-2.99 2.169,0.195 4.599,2.533 5.097,4.907 0.301,1.417 -0.134,2.332 -1.449,3.059 -1.757,0.971 -2.393,3.183 -1.424,4.938 0.974,1.758 3.186,2.392 4.939,1.422 4.119,-2.278 6.006,-6.357 5.047,-10.915 -1.156,-5.491 -6.232,-10.168 -11.558,-10.647 -0.526,-0.048 -1.042,-0.07 -1.552,-0.07 -5.169,0 -9.429,2.419 -11.838,6.787 -0.789,1.429 -1.332,2.995 -1.641,4.624 -2.12,-1.645 -4.511,-3.091 -7.287,-4.236 -7.379,-3.046 -16.581,-3.504 -23.525,0.063 3.568,-6.941 3.111,-16.145 0.063,-23.522 -1.145,-2.776 -2.592,-5.168 -4.234,-7.286 1.628,-0.311 3.194,-0.854 4.622,-1.643 4.368,-2.409 6.788,-6.668 6.788,-11.838 0,-0.508 -0.022,-1.025 -0.07,-1.553 -0.479,-5.322 -5.156,-10.4 -10.646,-11.556 -4.559,-0.96 -8.637,0.927 -10.914,5.047 -0.972,1.753 -0.338,3.965 1.42,4.938 1.757,0.971 3.968,0.335 4.939,-1.423 0.727,-1.315 1.641,-1.749 3.058,-1.449 2.374,0.498 4.712,2.929 4.907,5.098 0.264,2.977 -0.738,5.13 -2.99,6.375 -2.758,1.52 -6.76,1.309 -9.898,-0.378 -1.357,-1.039 -2.736,-2.04 -4.104,-3.033 -5.877,-4.259 -11.431,-8.285 -14.889,-15.075 -4.234,-8.313 -3.892,-18.18 0.872,-25.137 4.563,-6.661 13.119,-10.958 20.646,-6.286 3.331,2.07 5.476,6.973 4.996,11.407 -0.259,2.356 -1.327,5.435 -4.958,6.714 -2.865,1.008 -6.799,0.112 -8.093,-2.828 -0.595,-1.345 -0.56,-2.974 0.084,-4.245 0.497,-0.981 1.265,-1.595 2.28,-1.82 1.996,-0.442 3.254,-2.429 2.813,-4.421 -0.443,-1.999 -2.422,-3.259 -4.421,-2.813 -3.192,0.71 -5.78,2.736 -7.283,5.704 -1.646,3.253 -1.745,7.207 -0.255,10.58 2.764,6.283 10.381,9.283 17.335,6.833 5.589,-1.969 9.187,-6.41 9.865,-12.641 0.087,-0.79 0.074,-2.11 -0.021,-2.896 -0.957,-8.07 -3.76,-10.286 -3.111,-10.964 0.9,-0.643 4.02,1.209 10.895,12.256 4.128,6.631 8.455,13.446 16.523,18.247 0.129,0.079 0.84,0.53 1.1,0.646 6.424,2.909 6.572,10.705 6.459,13.023 -0.131,2.71 -1.385,5.301 -3.36,6.93 -1.151,0.947 -3.074,1.998 -5.716,1.613 -2.254,-0.329 -4.351,-1.897 -5.221,-3.904 -0.471,-1.087 -0.767,-2.765 0.492,-4.573 0.588,-0.844 1.434,-1.438 2.32,-1.634 1.959,-0.431 3.2,-2.369 2.768,-4.33 -0.432,-1.959 -2.369,-3.197 -4.327,-2.767 -2.688,0.59 -5.075,2.214 -6.72,4.575 -2.442,3.504 -2.884,7.738 -1.201,11.617 1.859,4.295 6.115,7.517 10.842,8.206 2.551,0.37 5.072,0.073 7.39,-0.838 -0.911,2.318 -1.209,4.839 -0.838,7.388 0.689,4.726 3.911,8.981 8.207,10.842 3.878,1.682 8.111,1.241 11.616,-1.201 2.36,-1.645 3.985,-4.031 4.576,-6.72 0.431,-1.958 -0.809,-3.896 -2.768,-4.327 -1.961,-0.434 -3.898,0.809 -4.329,2.768 -0.194,0.886 -0.79,1.732 -1.634,2.32 -1.81,1.259 -3.486,0.963 -4.574,0.491 -2.006,-0.869 -3.574,-2.967 -3.903,-5.219 -0.386,-2.643 0.665,-4.566 1.613,-5.717 1.629,-1.977 4.218,-3.229 6.929,-3.359 2.318,-0.113 10.113,0.033 13.021,6.458 0.118,0.259 0.57,0.971 0.647,1.101 4.802,8.066 11.618,12.395 18.248,16.521 11.046,6.876 12.899,9.995 12.256,10.895 -0.678,0.648 -2.895,-2.153 -10.964,-3.11 -0.786,-0.095 -2.106,-0.106 -2.896,-0.021 -6.231,0.68 -10.673,4.277 -12.642,9.867 -2.449,6.954 0.551,14.57 6.832,17.334 3.375,1.49 7.33,1.392 10.582,-0.255 2.969,-1.502 4.994,-4.089 5.704,-7.282 0.444,-1.999 -0.814,-3.978 -2.812,-4.421 -1.992,-0.441 -3.979,0.815 -4.422,2.813 -0.227,1.016 -0.838,1.784 -1.818,2.28 -1.273,0.644 -2.901,0.679 -4.248,0.083 -2.938,-1.294 -3.835,-5.227 -2.826,-8.093 1.279,-3.63 4.357,-4.699 6.715,-4.958 4.433,-0.479 9.334,1.665 11.404,4.997 4.673,7.527 0.375,16.083 -6.287,20.646 -6.955,4.763 -16.82,5.104 -25.135,0.871 -6.789,-3.458 -10.815,-9.012 -15.074,-14.888 z m 44.401,20.131 c 4.376,-2.998 8.044,-7.433 9.979,-12.466 1.934,5.033 5.603,9.468 9.979,12.466 3.793,2.597 8.217,4.192 12.853,4.806 -10.463,4.102 -18.743,12.075 -22.75,22.162 -0.024,0.065 -0.056,0.129 -0.081,0.195 -0.027,-0.066 -0.058,-0.13 -0.082,-0.195 -4.009,-10.087 -12.287,-18.061 -22.75,-22.162 4.635,-0.613 9.058,-2.209 12.852,-4.806 z m 24.147,-6.114 c -6.662,-4.563 -10.961,-13.119 -6.287,-20.646 2.07,-3.332 6.973,-5.476 11.405,-4.997 2.356,0.259 5.435,1.328 6.715,4.958 1.009,2.866 0.111,6.799 -2.827,8.093 -1.346,0.596 -2.974,0.561 -4.247,-0.083 -0.98,-0.496 -1.592,-1.265 -1.819,-2.28 -0.443,-1.997 -2.43,-3.254 -4.421,-2.813 -1.997,0.443 -3.257,2.422 -2.812,4.421 0.708,3.193 2.735,5.78 5.704,7.282 3.252,1.646 7.206,1.745 10.58,0.255 6.282,-2.764 9.282,-10.38 6.832,-17.334 -1.968,-5.59 -6.409,-9.188 -12.64,-9.867 -0.791,-0.085 -2.11,-0.073 -2.896,0.021 -8.068,0.957 -10.285,3.759 -10.963,3.11 -0.645,-0.899 1.21,-4.019 12.256,-10.895 6.629,-4.127 13.446,-8.455 18.248,-16.521 0.076,-0.13 0.529,-0.842 0.646,-1.101 2.908,-6.425 10.704,-6.571 13.021,-6.458 2.711,0.13 5.301,1.383 6.93,3.359 0.948,1.15 1.999,3.074 1.613,5.717 -0.329,2.252 -1.897,4.35 -3.904,5.219 -1.087,0.472 -2.764,0.768 -4.573,-0.491 -0.844,-0.588 -1.439,-1.435 -1.634,-2.32 -0.432,-1.959 -2.369,-3.201 -4.33,-2.768 -1.959,0.432 -3.197,2.369 -2.768,4.327 0.592,2.688 2.217,5.075 4.576,6.72 3.506,2.442 7.738,2.883 11.617,1.201 4.295,-1.86 7.518,-6.116 8.207,-10.842 0.371,-2.549 0.072,-5.072 -0.838,-7.388 2.317,0.909 4.838,1.208 7.389,0.836 4.727,-0.689 8.982,-3.912 10.842,-8.207 1.684,-3.879 1.242,-8.11 -1.201,-11.616 -1.645,-2.359 -4.03,-3.986 -6.719,-4.576 -1.958,-0.431 -3.896,0.809 -4.327,2.77 -0.433,1.958 0.808,3.896 2.767,4.327 0.887,0.194 1.732,0.791 2.32,1.635 1.26,1.809 0.963,3.486 0.492,4.573 -0.869,2.006 -2.968,3.575 -5.22,3.903 -2.642,0.386 -4.565,-0.663 -5.716,-1.613 -1.977,-1.63 -3.23,-4.219 -3.36,-6.93 -0.113,-2.315 0.034,-10.111 6.458,-13.021 0.26,-0.116 0.972,-0.57 1.101,-0.646 8.067,-4.801 12.394,-11.619 16.522,-18.25 6.875,-11.044 9.995,-12.898 10.895,-12.255 0.648,0.68 -2.154,2.896 -3.111,10.963 -0.094,0.788 -0.106,2.108 -0.02,2.896 0.678,6.232 4.276,10.674 9.865,12.641 6.955,2.45 14.571,-0.55 17.336,-6.831 1.49,-3.375 1.391,-7.33 -0.256,-10.58 -1.503,-2.971 -4.09,-4.997 -7.281,-5.706 -2,-0.444 -3.979,0.815 -4.422,2.813 -0.441,1.991 0.815,3.977 2.813,4.421 1.016,0.228 1.783,0.838 2.279,1.818 0.645,1.275 0.679,2.901 0.084,4.247 -1.295,2.938 -5.228,3.836 -8.093,2.828 -3.63,-1.28 -4.7,-4.358 -4.958,-6.715 -0.479,-4.434 1.664,-9.334 4.996,-11.404 7.527,-4.675 16.084,-0.375 20.647,6.286 4.763,6.955 5.104,16.821 0.871,25.135 -3.458,6.792 -9.013,10.816 -14.888,15.077 -1.369,0.99 -2.746,1.992 -4.104,3.03 -3.14,1.689 -7.14,1.898 -9.899,0.377 -2.252,-1.243 -3.253,-3.395 -2.99,-6.374 0.195,-2.169 2.534,-4.599 4.908,-5.098 1.416,-0.299 2.331,0.134 3.059,1.452 0.971,1.755 3.183,2.392 4.938,1.421 1.76,-0.973 2.393,-3.185 1.422,-4.938 -2.278,-4.119 -6.357,-6.004 -10.915,-5.046 -5.49,1.154 -10.168,6.231 -10.647,11.558 -0.047,0.525 -0.07,1.041 -0.07,1.551 0,5.169 2.42,9.431 6.789,11.838 1.428,0.79 2.994,1.332 4.623,1.641 -1.645,2.122 -3.092,4.51 -4.236,7.288 -3.047,7.38 -3.504,16.583 0.064,23.527 -6.945,-3.57 -16.146,-3.112 -23.526,-0.066 -2.777,1.146 -5.167,2.592 -7.287,4.236 -0.31,-1.629 -0.853,-3.195 -1.642,-4.624 -2.408,-4.368 -6.668,-6.787 -11.838,-6.787 -0.509,0 -1.025,0.022 -1.551,0.07 -5.325,0.479 -10.402,5.156 -11.559,10.647 -0.959,4.558 0.928,8.637 5.047,10.915 1.754,0.97 3.967,0.336 4.939,-1.422 0.97,-1.756 0.334,-3.968 -1.424,-4.938 -1.314,-0.727 -1.749,-1.642 -1.449,-3.059 0.498,-2.374 2.929,-4.712 5.098,-4.907 2.979,-0.264 5.131,0.737 6.374,2.99 1.521,2.759 1.312,6.759 -0.377,9.898 -1.039,1.358 -2.04,2.736 -3.032,4.104 -4.26,5.876 -8.285,11.43 -15.076,14.888 -8.312,4.234 -18.18,3.893 -25.135,-0.87 z m 28.5,7.477 c 8.381,-4.27 13.125,-10.816 17.713,-17.145 4.367,-6.028 8.492,-11.719 15.525,-14.622 6.182,-2.55 16.861,-3.243 21.25,3.205 2.291,3.367 2.57,8.219 0.649,11.29 -1.348,2.153 -3.524,3.035 -6.457,2.597 -2.128,-0.31 -4.396,-2.749 -4.759,-5.116 -0.214,-1.396 0.257,-2.262 1.578,-2.9 1.844,-0.89 2.615,-3.105 1.726,-4.948 -0.889,-1.842 -3.104,-2.615 -4.947,-1.726 -4.271,2.063 -6.395,6.063 -5.683,10.7 0.855,5.573 5.693,10.55 11.012,11.325 0.432,0.063 0.848,0.076 1.27,0.106 -4.19,3.388 -6.527,8.911 -5.952,14.161 0.528,4.807 3.36,8.771 7.774,10.872 2.963,1.411 6.248,1.674 9.254,0.741 2.08,-0.643 3.244,-2.853 2.6,-4.933 -0.645,-2.077 -2.855,-3.245 -4.936,-2.6 -1.089,0.337 -2.376,0.216 -3.526,-0.332 -2.46,-1.17 -3.166,-3.149 -3.324,-4.608 -0.29,-2.643 0.981,-5.559 3.162,-7.261 2.55,-1.99 5.203,-2.041 6.98,-1.731 3.035,0.527 5.889,2.482 7.632,5.235 3.487,5.5 2.08,12.843 -3.351,17.456 -5.272,4.482 -13.104,5.187 -19.155,1.894 -13.468,-10.409 -29.035,-20.288 -47.085,-21.17 0.351,-0.163 0.705,-0.316 1.05,-0.49 z m 91.128,-125.181 c -2.997,-4.376 -7.432,-8.044 -12.466,-9.978 5.034,-1.936 9.469,-5.604 12.466,-9.979 2.597,-3.793 4.192,-8.217 4.807,-12.854 4.102,10.464 12.075,18.743 22.162,22.749 0.065,0.025 0.129,0.056 0.195,0.084 -0.066,0.025 -0.13,0.056 -0.195,0.081 -10.087,4.009 -18.061,12.286 -22.162,22.75 -0.614,-4.636 -2.21,-9.06 -4.807,-12.853 z m 1.855,-51.598 c -0.164,-0.35 -0.316,-0.703 -0.492,-1.049 -4.269,-8.382 -10.814,-13.126 -17.145,-17.713 -6.027,-4.368 -11.718,-8.493 -14.622,-15.526 -2.549,-6.181 -3.243,-16.859 3.206,-21.251 3.367,-2.29 8.219,-2.569 11.289,-0.648 2.153,1.348 3.035,3.524 2.598,6.458 -0.311,2.126 -2.75,4.395 -5.116,4.758 -1.396,0.214 -2.262,-0.258 -2.901,-1.578 -0.889,-1.843 -3.105,-2.615 -4.948,-1.725 -1.842,0.889 -2.614,3.104 -1.725,4.947 2.062,4.27 6.063,6.396 10.7,5.684 5.573,-0.857 10.549,-5.696 11.324,-11.014 0.063,-0.431 0.076,-0.848 0.107,-1.27 3.387,4.19 8.911,6.526 14.16,5.952 4.807,-0.528 8.771,-3.359 10.872,-7.774 1.411,-2.962 1.675,-6.248 0.741,-9.252 -0.643,-2.081 -2.852,-3.245 -4.932,-2.602 -2.078,0.645 -3.246,2.856 -2.6,4.936 0.337,1.09 0.215,2.376 -0.332,3.526 -1.17,2.46 -3.148,3.167 -4.609,3.324 -2.643,0.29 -5.559,-0.981 -7.262,-3.162 -1.988,-2.548 -2.039,-5.202 -1.729,-6.98 0.526,-3.034 2.483,-5.888 5.234,-7.632 5.501,-3.487 12.843,-2.079 17.457,3.351 4.481,5.272 5.187,13.104 1.893,19.156 -10.407,13.468 -20.285,29.034 -21.168,47.084 z M 290.14,22.999 c -0.228,0.229 -0.453,0.445 -0.674,0.669 0.131,-1.294 0.158,-2.587 0.066,-3.869 -0.457,-6.278 -3.186,-11.794 -7.382,-15.571 -2.1,-1.891 -4.573,-3.333 -7.304,-4.227 h 50.411 C 310.238,3.124 298.003,15.22 290.14,22.999 Z m -35.932,5.027 c 3.389,3.574 8.107,5.123 12.934,4.246 3.661,-0.667 6.896,-2.785 8.881,-5.813 1.852,-2.83 2.449,-6.203 1.675,-9.494 -0.494,-2.095 -2.598,-3.396 -4.695,-2.902 -2.101,0.49 -3.4,2.597 -2.907,4.695 0.359,1.519 -0.131,2.697 -0.604,3.422 -0.818,1.244 -2.182,2.123 -3.744,2.407 -2.846,0.517 -4.764,-0.771 -5.876,-1.94 -1.988,-2.096 -2.838,-5.306 -2.158,-8.174 1.391,-5.881 8.109,-8.564 13.514,-7.383 5.717,1.246 10.039,6.706 10.516,13.273 0.369,5.066 -2.322,10.991 -6.453,15.11 -12.232,9.02 -25.459,16.431 -40.512,16.521 h -0.223 c -17.463,0 -31.878,-11.975 -33.576,-27.934 -0.707,-6.646 3.286,-14.973 10.966,-16.834 5.662,-1.371 13.251,1.657 14.935,7.763 1.215,4.401 -1.266,9.228 -5.416,10.532 -2.094,0.659 -4.596,0.011 -6.232,-1.609 -0.915,-0.901 -1.867,-2.427 -1.221,-4.564 0.63,-2.084 -0.548,-4.285 -2.633,-4.916 -2.086,-0.629 -4.287,0.55 -4.918,2.633 -1.351,4.467 -0.147,9.124 3.223,12.458 3.715,3.677 9.268,5.058 14.146,3.521 8.226,-2.585 13.008,-11.626 10.656,-20.149 C 232.647,6.216 227.332,1.837 221.327,0 h 40.87 c -5.913,1.945 -10.636,6.562 -12.083,12.676 -1.291,5.448 0.278,11.329 4.094,15.35 z m -58.645,-16.38 c -0.024,0.054 -0.056,0.109 -0.08,0.162 C 195.455,11.755 195.427,11.7 195.4,11.646 192.855,6.388 188.423,1.949 182.3,0.001 h 26.362 c -6.122,1.947 -10.553,6.387 -13.099,11.645 z m -28.427,21.399 c 4.879,1.536 10.431,0.155 14.146,-3.521 3.37,-3.334 4.575,-7.991 3.222,-12.458 -0.631,-2.083 -2.832,-3.262 -4.917,-2.633 -2.083,0.631 -3.265,2.832 -2.633,4.916 0.646,2.138 -0.306,3.663 -1.218,4.564 -1.638,1.62 -4.144,2.269 -6.233,1.609 -4.149,-1.305 -6.631,-6.131 -5.417,-10.532 1.683,-6.105 9.271,-9.134 14.936,-7.763 7.68,1.861 11.67,10.188 10.964,16.834 -1.698,15.959 -16.114,27.934 -33.577,27.934 h -0.223 c -15.053,-0.09 -28.275,-7.501 -40.508,-16.521 -4.133,-4.119 -6.823,-10.044 -6.456,-15.11 0.477,-6.567 4.802,-12.027 10.515,-13.273 5.404,-1.182 12.127,1.502 13.518,7.383 0.678,2.868 -0.173,6.078 -2.161,8.174 -1.11,1.17 -3.028,2.457 -5.873,1.94 -1.565,-0.284 -2.929,-1.163 -3.745,-2.407 -0.475,-0.725 -0.963,-1.903 -0.605,-3.422 0.494,-2.099 -0.809,-4.205 -2.906,-4.695 -2.101,-0.494 -4.201,0.808 -4.695,2.902 -0.775,3.291 -0.179,6.664 1.672,9.494 1.984,3.027 5.223,5.146 8.885,5.813 4.826,0.877 9.543,-0.672 12.934,-4.246 3.813,-4.021 5.382,-9.902 4.094,-15.35 C 139.41,6.563 134.687,1.947 128.774,10e-4 h 40.87 c -6.006,1.837 -11.318,6.216 -13.16,12.895 -2.354,8.523 2.424,17.564 10.652,20.149 z M 108.813,4.228 c -4.194,3.777 -6.925,9.293 -7.38,15.571 -0.092,1.282 -0.067,2.575 0.064,3.869 -0.223,-0.224 -0.447,-0.44 -0.676,-0.669 C 92.958,15.22 80.723,3.124 65.704,10e-4 h 50.412 c -2.732,0.894 -5.203,2.336 -7.303,4.227 z m -85.779,96.557 c 0.228,0.23 0.445,0.455 0.668,0.677 -1.294,-0.132 -2.586,-0.158 -3.869,-0.066 -6.277,0.457 -11.793,3.185 -15.57,7.381 C 2.347,110.907 0.89,113.415 0,116.19 V 65.504 C 3.067,80.6 15.226,92.896 23.034,100.785 Z m -10.322,40.032 c 5.447,1.287 11.328,-0.281 15.349,-4.098 3.574,-3.39 5.123,-8.107 4.246,-12.935 -0.667,-3.66 -2.784,-6.896 -5.812,-8.88 -2.83,-1.852 -6.203,-2.45 -9.494,-1.675 -2.095,0.494 -3.398,2.598 -2.904,4.695 0.492,2.101 2.598,3.4 4.695,2.906 1.52,-0.358 2.699,0.131 3.424,0.605 1.244,0.818 2.122,2.182 2.406,3.744 0.518,2.845 -0.771,4.764 -1.94,5.876 -2.095,1.988 -5.306,2.838 -8.174,2.158 -5.881,-1.391 -8.564,-8.11 -7.384,-13.514 1.247,-5.716 6.707,-10.039 13.275,-10.516 5.066,-0.369 10.99,2.321 15.109,6.453 9.021,12.232 16.432,25.458 16.52,40.511 v 0.224 c 0,17.462 -11.974,31.879 -27.933,33.576 -6.646,0.707 -14.972,-3.286 -16.833,-10.966 -1.371,-5.663 1.656,-13.251 7.762,-14.936 4.4,-1.214 9.229,1.266 10.533,5.416 0.658,2.094 0.01,4.597 -1.609,6.233 -0.902,0.914 -2.428,1.867 -4.566,1.221 -2.082,-0.631 -4.284,0.548 -4.914,2.633 -0.629,2.086 0.549,4.287 2.633,4.917 4.467,1.352 9.123,0.147 12.457,-3.222 3.677,-3.715 5.057,-9.269 3.522,-14.146 C 30.495,158.87 21.452,154.089 12.93,156.44 6.212,158.292 1.817,163.658 0,169.707 v -41.095 c 1.923,5.972 6.558,10.749 12.712,12.205 z M 0,182.15 c 1.928,6.182 6.39,10.653 11.681,13.215 0.053,0.025 0.108,0.056 0.162,0.081 -0.054,0.028 -0.109,0.056 -0.162,0.084 C 6.39,198.092 1.928,202.56 0,208.74 Z m 0,39.031 c 1.816,6.048 6.212,11.414 12.93,13.269 8.522,2.35 17.565,-2.43 20.15,-10.656 1.534,-4.88 0.154,-10.431 -3.522,-14.146 -3.334,-3.37 -7.99,-4.576 -12.457,-3.224 -2.084,0.632 -3.262,2.833 -2.633,4.919 0.63,2.082 2.832,3.263 4.914,2.632 2.139,-0.646 3.664,0.307 4.566,1.22 1.619,1.636 2.268,4.142 1.609,6.232 -1.305,4.15 -6.133,6.631 -10.533,5.417 -6.105,-1.683 -9.133,-9.271 -7.762,-14.937 1.861,-7.68 10.187,-11.67 16.833,-10.963 15.959,1.697 27.933,16.114 27.933,33.576 v 0.223 c -0.088,15.053 -7.499,28.276 -16.52,40.508 -4.119,4.133 -10.043,6.824 -15.109,6.456 -6.568,-0.476 -12.028,-4.801 -13.275,-10.514 -1.181,-5.405 1.503,-12.127 7.384,-13.518 2.868,-0.68 6.079,0.172 8.174,2.161 1.17,1.109 2.458,3.028 1.94,5.873 -0.284,1.566 -1.162,2.929 -2.406,3.744 -0.725,0.475 -1.904,0.963 -3.424,0.605 -2.098,-0.494 -4.203,0.81 -4.695,2.906 -0.494,2.101 0.81,4.201 2.904,4.695 3.291,0.775 6.664,0.18 9.494,-1.673 3.027,-1.983 5.145,-5.222 5.812,-8.882 0.877,-4.827 -0.672,-9.545 -4.246,-12.935 C 24.04,250.356 18.16,248.787 12.712,250.074 6.558,251.528 1.923,256.304 0,262.271 Z m 0,53.521 c 0.89,2.776 2.347,5.285 4.263,7.413 3.777,4.196 9.293,6.925 15.57,7.381 1.283,0.091 2.575,0.065 3.869,-0.065 -0.223,0.223 -0.44,0.445 -0.668,0.676 C 15.225,297.997 3.067,310.293 0,325.388 Z m 100.821,93.191 c 0.229,-0.228 0.453,-0.445 0.676,-0.669 -0.132,1.295 -0.157,2.587 -0.066,3.869 0.457,6.278 3.186,11.795 7.381,15.572 2.186,1.968 4.771,3.452 7.637,4.335 H 65.2 c 15.252,-2.952 27.671,-15.24 35.621,-23.107 z m 35.934,-5.027 c -3.39,-3.575 -8.107,-5.124 -12.934,-4.247 -3.662,0.667 -6.898,2.785 -8.883,5.813 -1.851,2.83 -2.448,6.203 -1.674,9.494 0.494,2.095 2.597,3.397 4.695,2.903 2.1,-0.492 3.4,-2.598 2.906,-4.695 -0.357,-1.521 0.133,-2.698 0.605,-3.423 0.818,-1.244 2.182,-2.123 3.745,-2.407 2.846,-0.517 4.763,0.771 5.875,1.941 1.988,2.096 2.839,5.305 2.159,8.173 -1.391,5.881 -8.111,8.564 -13.516,7.384 -5.715,-1.246 -10.038,-6.707 -10.515,-13.273 -0.368,-5.067 2.322,-10.992 6.454,-15.111 12.233,-9.021 25.457,-16.432 40.51,-16.52 h 0.223 c 17.463,0 31.879,11.975 33.577,27.934 0.706,6.646 -3.286,14.972 -10.966,16.834 -5.662,1.371 -13.251,-1.657 -14.936,-7.764 -1.214,-4.4 1.268,-9.228 5.418,-10.532 2.091,-0.659 4.596,-0.011 6.232,1.609 0.914,0.901 1.866,2.427 1.22,4.565 -0.632,2.083 0.548,4.284 2.633,4.915 2.085,0.628 4.286,-0.55 4.917,-2.633 1.354,-4.466 0.148,-9.124 -3.222,-12.458 -3.715,-3.676 -9.267,-5.057 -14.146,-3.521 -8.228,2.585 -13.007,11.627 -10.656,20.15 1.875,6.808 7.359,11.231 13.506,13.003 h -41.574 c 6.078,-1.873 10.965,-6.547 12.439,-12.785 1.292,-5.447 -0.278,-11.328 -4.092,-15.349 z m 58.644,16.38 c 0.025,-0.054 0.055,-0.109 0.082,-0.162 0.025,0.053 0.055,0.108 0.081,0.162 2.596,5.358 7.146,9.869 13.452,11.754 h -27.067 c 6.306,-1.885 10.857,-6.395 13.452,-11.754 z m 28.427,-21.399 c -4.879,-1.535 -10.431,-0.154 -14.146,3.521 -3.37,3.334 -4.574,7.992 -3.223,12.458 0.631,2.083 2.832,3.261 4.918,2.633 2.084,-0.631 3.263,-2.832 2.633,-4.915 -0.646,-2.139 0.306,-3.664 1.219,-4.565 1.637,-1.62 4.141,-2.269 6.233,-1.609 4.149,1.305 6.63,6.132 5.417,10.532 -1.684,6.106 -9.272,9.135 -14.936,7.764 -7.68,-1.862 -11.672,-10.188 -10.965,-16.834 1.698,-15.959 16.113,-27.934 33.576,-27.934 h 0.223 c 15.053,0.088 28.277,7.499 40.51,16.52 4.133,4.119 6.822,10.044 6.455,15.111 -0.477,6.566 -4.801,12.027 -10.516,13.273 -5.404,1.181 -12.125,-1.503 -13.516,-7.384 -0.679,-2.868 0.172,-6.077 2.16,-8.173 1.111,-1.171 3.029,-2.458 5.875,-1.941 1.563,0.284 2.927,1.163 3.744,2.407 0.474,0.725 0.963,1.902 0.605,3.423 -0.494,2.098 0.807,4.203 2.906,4.695 2.099,0.494 4.201,-0.809 4.694,-2.903 0.776,-3.291 0.179,-6.664 -1.673,-9.494 -1.984,-3.027 -5.222,-5.146 -8.883,-5.813 -4.826,-0.877 -9.544,0.672 -12.934,4.247 -3.814,4.021 -5.383,9.901 -4.096,15.349 1.475,6.238 6.361,10.912 12.439,12.785 h -41.574 c 6.146,-1.771 11.631,-6.195 13.507,-13.003 2.355,-8.523 -2.426,-17.565 -10.652,-20.15 z m 58.323,28.818 c 4.196,-3.777 6.925,-9.294 7.381,-15.572 0.092,-1.282 0.066,-2.574 -0.064,-3.869 0.221,0.224 0.446,0.441 0.675,0.669 7.951,7.867 20.369,20.155 35.621,23.107 h -51.249 c 2.865,-0.883 5.451,-2.367 7.636,-4.335 z m 85.779,-96.558 c -0.228,-0.23 -0.445,-0.453 -0.668,-0.676 1.294,0.131 2.587,0.156 3.869,0.065 6.277,-0.456 11.794,-3.185 15.572,-7.381 1.941,-2.159 3.415,-4.71 4.299,-7.532 v 50.982 c -3.008,-15.176 -15.232,-27.536 -23.072,-35.458 z m 10.323,-40.032 c -5.448,-1.288 -11.328,0.28 -15.35,4.097 -3.574,3.39 -5.123,8.107 -4.246,12.935 0.667,3.66 2.784,6.896 5.813,8.88 2.83,1.852 6.202,2.45 9.493,1.675 2.096,-0.494 3.397,-2.597 2.903,-4.695 -0.491,-2.1 -2.597,-3.4 -4.695,-2.906 -1.519,0.357 -2.697,-0.131 -3.423,-0.605 -1.243,-0.818 -2.123,-2.182 -2.407,-3.744 -0.516,-2.845 0.771,-4.764 1.941,-5.876 2.096,-1.988 5.307,-2.838 8.174,-2.158 5.881,1.391 8.564,8.11 7.383,13.515 -1.246,5.716 -6.706,10.038 -13.273,10.515 -5.067,0.37 -10.991,-2.321 -15.11,-6.454 -9.021,-12.231 -16.431,-25.458 -16.521,-40.51 v -0.224 c 0,-17.462 11.975,-31.878 27.935,-33.576 6.646,-0.707 14.971,3.286 16.834,10.966 1.37,5.663 -1.657,13.251 -7.764,14.937 -4.401,1.214 -9.228,-1.267 -10.532,-5.417 -0.659,-2.093 -0.011,-4.597 1.608,-6.232 0.902,-0.915 2.428,-1.868 4.565,-1.222 2.083,0.631 4.285,-0.548 4.916,-2.633 0.628,-2.085 -0.55,-4.287 -2.633,-4.918 -4.467,-1.351 -9.124,-0.146 -12.457,3.223 -3.678,3.715 -5.059,9.269 -3.523,14.146 2.585,8.226 11.627,13.008 20.151,10.656 6.762,-1.862 11.173,-7.287 12.967,-13.384 v 41.338 c -1.896,-6.031 -6.552,-10.862 -12.749,-12.329 z M 391,208.866 c -1.905,-6.247 -6.393,-10.76 -11.718,-13.339 -0.054,-0.025 -0.109,-0.056 -0.162,-0.081 0.053,-0.028 0.108,-0.056 0.162,-0.084 5.325,-2.577 9.813,-7.091 11.718,-13.337 z m 0,-39.038 c -1.794,-6.098 -6.205,-11.521 -12.967,-13.385 -8.524,-2.35 -17.566,2.431 -20.151,10.656 -1.535,4.879 -0.154,10.432 3.523,14.146 3.333,3.371 7.99,4.575 12.457,3.224 2.083,-0.631 3.261,-2.833 2.633,-4.919 -0.631,-2.083 -2.833,-3.262 -4.916,-2.632 -2.138,0.646 -3.663,-0.306 -4.565,-1.22 -1.619,-1.637 -2.268,-4.142 -1.608,-6.233 1.305,-4.15 6.131,-6.63 10.532,-5.416 6.106,1.683 9.134,9.271 7.764,14.936 -1.863,7.68 -10.188,11.671 -16.834,10.964 -15.96,-1.697 -27.935,-16.114 -27.935,-33.576 v -0.222 c 0.09,-15.054 7.5,-28.278 16.521,-40.511 4.119,-4.132 10.043,-6.822 15.11,-6.454 6.567,0.476 12.027,4.801 13.273,10.515 1.182,5.404 -1.502,12.125 -7.383,13.516 -2.867,0.68 -6.078,-0.171 -8.174,-2.16 -1.171,-1.11 -2.457,-3.029 -1.941,-5.874 0.284,-1.564 1.164,-2.928 2.407,-3.744 0.726,-0.475 1.904,-0.964 3.423,-0.605 2.099,0.494 4.204,-0.808 4.695,-2.906 0.494,-2.1 -0.808,-4.201 -2.903,-4.695 -3.291,-0.775 -6.663,-0.179 -9.493,1.674 -3.028,1.983 -5.146,5.221 -5.813,8.881 -0.877,4.827 0.672,9.545 4.246,12.935 4.021,3.814 9.901,5.383 15.35,4.096 6.197,-1.465 10.853,-6.298 12.749,-12.325 z m 0,-118.412 c -1.837,-9.606 -7.092,-16.622 -14.809,-19.557 -6.26,-2.38 -12.347,-2.216 -17.288,0.165 2.38,-4.941 2.544,-11.029 0.165,-17.287 -2.899,-7.625 -9.789,-12.84 -19.22,-14.736 H 391 Z M 51.112,10e-4 C 41.682,1.897 34.793,7.112 31.893,14.737 29.514,20.993 29.678,27.083 32.057,32.021 27.118,29.641 21.028,29.479 14.772,31.859 7.102,34.774 1.869,41.724 0,51.24 V 10e-4 Z M 0,339.652 c 1.869,9.515 7.103,16.464 14.772,19.38 6.257,2.382 12.346,2.218 17.286,-0.164 -2.38,4.94 -2.544,11.028 -0.165,17.287 2.955,7.771 10.047,13.041 19.756,14.845 H 0 Z M 339.313,391 c 9.709,-1.804 16.8,-7.074 19.755,-14.845 2.379,-6.256 2.216,-12.347 -0.163,-17.285 4.939,2.38 11.026,2.544 17.286,0.162 7.717,-2.934 12.972,-9.95 14.809,-19.555 v 51.522 h -51.687 z" />
+</svg>
\ No newline at end of file
diff --git a/files/bg/item2.svg b/files/bg/item2.svg
new file mode 100644
index 0000000000000000000000000000000000000000..1857d6d4a97646c40b69e0656dd6fa76fd22fb31
--- /dev/null
+++ b/files/bg/item2.svg
@@ -0,0 +1,50 @@
+<?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"
+   id="svg834"
+   version="1.1"
+   viewBox="0 0 103.0941 103.09437"
+   height="103.09437mm"
+   width="103.0941mm">
+  <defs
+     id="defs828">
+    <pattern
+       id="pattern2824"
+       patternTransform="matrix(0.26458333,0,0,0.26458333,169.19105,302.9052)"
+       height="389.64801"
+       width="389.64699"
+       patternUnits="userSpaceOnUse">
+      <path
+         d="m 238.81599,137.856 -37.70801,-36.52902 v 28.69999 l 37.70801,36.52902 z m 0,-48.706016 -37.70801,-36.528982 v 28.699993 l 37.70801,36.528985 z m 50.27799,-36.528982 -37.708,36.528982 v 28.699996 l 37.708,-36.528985 z M 238.81599,186.56198 201.10798,150.033 v 28.69999 l 37.70801,36.53 z M 251.38598,20.438967 272.48398,0 h -21.098 z M 138.262,186.56198 100.55497,150.033 v 28.69999 l 37.70703,36.53 z M 289.09398,3.9149858 251.38598,40.443969 V 69.144983 L 289.09398,32.616 Z M 188.53799,296.14998 150.82998,332.67999 V 361.379 l 37.70801,-36.52902 z m 50.278,-12.17499 -37.70801,-36.52902 v 28.69901 l 37.70801,36.52899 z m -37.70801,40.87601 37.70801,36.52898 v -28.69901 l -37.70801,-36.53 z M 238.81599,0 h -21.09801 l 21.09801,20.438967 z M 150.83097,20.438967 171.92897,0 h -21.098 z M 138.262,283.97499 l -37.70801,-36.53 V 276.144 l 37.70699,36.52898 V 283.97499 Z M 188.53799,3.9149858 150.82998,40.443969 V 69.144983 L 188.53799,32.616 Z M 138.262,235.26799 100.55497,198.73897 v 28.69901 l 37.70703,36.52899 z m 50.27599,12.177 -37.70801,36.52898 v 28.69901 L 188.53799,276.144 Z m -87.984,77.40601 37.70699,36.52898 v -28.69901 l -37.70699,-36.53 z m 87.984,-126.11203 -37.70801,36.52902 v 28.69898 l 37.70801,-36.52899 z m 0,-48.70597 -37.70801,36.52898 v 28.69999 l 37.70801,-36.53 z m 0,-97.411998 -37.70801,36.528982 v 28.699996 l 37.70801,-36.528985 z m 0,48.705978 -37.70801,36.52902 v 28.69999 l 37.70801,-36.52902 z m 50.278,133.94101 -37.70801,-36.52902 v 28.69901 l 37.70801,36.52899 z m 62.84598,89.58301 37.70801,36.52898 v -28.69901 l -37.70801,-36.53 z m 87.98502,-272.229998 -37.708,36.528982 v 28.699996 l 37.708,-36.528985 z M 351.93899,20.438967 373.03699,0 h -21.098 z m -62.84501,80.888013 -37.708,36.52902 v 28.69999 l 37.708,-36.52902 z m 50.276,182.64801 -37.70801,-36.52902 v 28.69901 l 37.70801,36.52899 z M 389.64699,3.9149858 351.93899,40.443969 V 69.144983 L 389.64699,32.616 Z m 0,292.2349942 -37.708,36.53001 V 361.379 l 37.708,-36.52902 z m 0,-146.11698 -37.708,36.52898 v 28.69999 l 37.708,-36.53 z m 0,97.41199 -37.708,36.52898 v 28.69901 l 37.708,-36.52898 z m 0,-48.70602 -37.708,36.52902 v 28.69898 l 37.708,-36.52899 z m 0,-97.41199 -37.708,36.52902 v 28.69999 l 37.708,-36.52902 z m -100.55301,194.823 -37.708,36.53001 V 361.379 l 37.708,-36.52902 z m 0,-48.70499 -37.708,36.52898 v 28.69901 l 37.708,-36.52898 z M 339.36998,0 H 318.273 l 21.09698,20.438967 z m -50.276,150.033 -37.708,36.52898 v 28.69999 l 37.708,-36.53 z m 0,48.70597 -37.708,36.52902 v 28.69898 l 37.708,-36.52899 z m 50.276,36.52902 -37.70801,-36.52902 v 28.69901 l 37.70801,36.52899 z m 0,-97.41199 -37.70801,-36.52902 v 28.69999 l 37.70801,36.52902 z m 0,48.70598 -37.70801,-36.52898 v 28.69999 l 37.70801,36.53 z m 0,-97.411996 -37.70801,-36.528982 v 28.699993 l 37.70801,36.528985 z m 0,-48.706015 L 301.66197,3.9149858 V 32.616 l 37.70801,36.528983 z m -100.55399,0 L 201.10798,3.9149858 V 32.616 l 37.70801,36.528983 z m -50.278,333.113011 v -28.7 L 150.82998,381.386 v 8.26201 h 21.09801 z m 50.278,7.82902 -37.70801,-36.52902 v 28.7 l 16.61,16.09103 h 21.09801 z m 50.27799,-7.82902 v -28.7 l -37.708,36.52902 v 8.26201 h 21.098 z m 50.276,7.82902 -37.70801,-36.52902 v 28.7 l 16.61103,16.09103 h 21.09698 z m 50.27701,-7.82902 v -28.7 l -37.708,36.52902 v 8.26201 h 21.098 z M 138.262,381.386 100.55497,344.85698 v 28.7 l 16.61001,16.09103 H 138.262 Z m 0,-243.53 -37.70703,-36.52902 v 28.69999 l 37.70703,36.52902 z m -50.277017,60.88297 -37.708007,36.52902 v 28.69898 l 37.708007,-36.52899 z m 0,-48.70597 -37.708007,36.52898 v 28.69999 l 37.708007,-36.53 z m 0,-48.70602 -37.708007,36.52902 v 28.69999 l 37.708007,-36.52902 z m 0,-48.705978 -37.708007,36.528982 V 117.84998 L 87.984983,81.320995 Z m 0,194.823988 -37.708007,36.52898 v 28.69901 L 87.984983,276.144 Z M 138.262,89.149984 100.55497,52.621002 V 81.320995 L 138.262,117.84998 Z m 0,-48.706015 L 100.55399,3.9149858 V 32.616 l 37.70699,36.528983 V 40.443969 Z M 87.984983,3.9149858 50.276976,40.443969 V 69.144983 L 87.984983,32.616 Z m 0,369.6419942 v -28.7 L 50.276976,381.386 v 8.26201 H 71.37498 Z m 0,-77.407 -37.708007,36.53001 V 361.379 L 87.984983,324.84998 Z M 138.262,0 H 117.16399 L 138.262,20.438967 Z M 37.707969,89.149984 0,52.621002 v 28.699993 l 37.707969,36.528985 z m 0,-48.706015 L 0,3.9149858 V 32.616 l 37.707969,36.528983 z m 0,340.942031 L 0,344.85698 v 28.7 l 16.610986,16.09103 h 21.096983 z m 0,-243.53 L 0,101.32698 v 28.69999 l 37.707969,36.52902 z M 50.276976,20.438967 71.37498,0 H 50.276976 Z M 37.707969,0 H 16.609965 L 37.707969,20.438967 Z M 0,324.851 37.707969,361.37998 V 332.68097 L 0,296.15097 Z M 37.707969,283.97499 0,247.44597 v 28.69901 l 37.707969,36.52899 z m 0,-97.41301 L 0,150.033 v 28.69999 l 37.707969,36.53 z m 0,48.70601 L 0,198.73897 v 28.69901 l 37.707969,36.52899 z"
+         id="path2"
+         style="fill:#00a79d;stroke-width:0.99999994" />
+    </pattern>
+  </defs>
+  <metadata
+     id="metadata831">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     transform="translate(-169.19106,-302.90521)"
+     id="layer1">
+    <rect
+       id="rect2827"
+       y="302.90521"
+       x="169.19106"
+       height="103.09437"
+       width="103.0941"
+       style="fill:url(#pattern2824);stroke:none" />
+  </g>
+</svg>
diff --git a/files/bg/item3.svg b/files/bg/item3.svg
new file mode 100644
index 0000000000000000000000000000000000000000..ac936c81f2e2298906176d6d3562c5a295afd6e8
--- /dev/null
+++ b/files/bg/item3.svg
@@ -0,0 +1,25 @@
+<?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"
+   xml:space="preserve"
+   enable-background="new 0 0 864 864"
+   viewBox="0 0 394.28699 394.28601"
+   height="394.28601"
+   width="394.28699"
+   y="0px"
+   x="0px"
+   id="Layer_1"
+   version="1.1"><metadata
+   id="metadata9"><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="defs7" />
+<path
+   style="fill:#fff625;fill-opacity:1"
+   id="path2"
+   d="m 29.939,192.39 c -1.006,-1.007 -9.165,5.52 -18.223,14.578 -4.921,4.92 -9.09,9.572 -11.716,12.959 v 4.143 c 3.348,-2.215 9.143,-7.238 15.36,-13.457 9.059,-9.06 15.585,-17.218 14.579,-18.223 z m -7.289,-7.289 c -1.006,-1.007 -9.165,5.52 -18.222,14.578 -1.561,1.559 -3.043,3.092 -4.428,4.566 v 6.705 c 2.474,-2.189 5.229,-4.783 8.072,-7.627 9.058,-9.058 15.585,-17.217 14.578,-18.222 z m -7.288,-7.29 c -0.899,-0.899 -7.506,4.215 -15.361,11.771 v 7.229 c 0.261,-0.258 0.521,-0.516 0.783,-0.777 9.058,-9.058 15.584,-17.217 14.578,-18.223 z m -7.289,-7.289 c -0.599,-0.599 -3.729,1.469 -8.072,5.147 v 6.254 c 5.453,-6.018 8.814,-10.657 8.072,-11.401 z m 38.95,23.005 c 1.006,-1.007 -5.521,-9.165 -14.579,-18.222 -9.057,-9.059 -17.215,-15.585 -18.222,-14.578 -1.006,1.006 5.521,9.165 14.578,18.222 9.057,9.057 17.216,15.585 18.223,14.578 z m -25.51,37.811 c -1.007,1.006 5.52,9.164 14.577,18.223 9.058,9.057 17.216,15.584 18.223,14.578 1.006,-1.006 -5.521,-9.164 -14.578,-18.223 -9.058,-9.056 -17.217,-15.584 -18.222,-14.578 z m 7.288,-7.289 c -1.007,1.008 5.521,9.166 14.577,18.223 9.059,9.059 17.217,15.584 18.223,14.578 1.007,-1.006 -5.521,-9.164 -14.577,-18.223 -9.058,-9.056 -17.217,-15.584 -18.223,-14.578 z m 47.378,18.223 c 1.006,-1.006 -5.521,-9.164 -14.578,-18.223 -9.058,-9.057 -17.216,-15.584 -18.223,-14.578 -1.006,1.008 5.521,9.166 14.578,18.223 9.058,9.058 17.216,15.586 18.223,14.578 z m -4.784,24.373 c 9.058,-9.057 15.585,-17.215 14.578,-18.223 -1.007,-1.006 -9.165,5.521 -18.223,14.578 -9.057,9.059 -15.584,17.217 -14.578,18.223 1.008,1.006 9.166,-5.519 18.223,-14.578 z M 36.09,216.76 c -1.006,1.008 5.521,9.166 14.578,18.223 9.058,9.059 17.216,15.584 18.222,14.578 1.007,-1.006 -5.52,-9.164 -14.578,-18.223 C 45.254,222.282 37.096,215.754 36.09,216.76 Z M 99.411,75.54 c -1.007,1.006 5.52,9.165 14.577,18.222 9.058,9.058 17.216,15.585 18.223,14.578 1.006,-1.006 -5.521,-9.165 -14.578,-18.222 C 108.575,81.06 100.417,74.533 99.411,75.54 Z m 14.577,-14.579 c -1.007,1.007 5.521,9.165 14.578,18.223 9.058,9.057 17.216,15.584 18.222,14.578 1.007,-1.006 -5.52,-9.165 -14.577,-18.222 -9.059,-9.058 -17.217,-15.584 -18.223,-14.579 z m 17.084,64.462 c 1.007,1.007 9.164,-5.521 18.223,-14.578 9.057,-9.058 15.584,-17.216 14.577,-18.223 -1.006,-1.006 -9.164,5.521 -18.223,14.578 -9.057,9.058 -15.584,17.216 -14.577,18.223 z m 40.087,-70.611 c 9.059,-9.058 15.585,-17.216 14.579,-18.222 -1.007,-1.006 -9.165,5.521 -18.223,14.578 -9.058,9.058 -15.585,17.217 -14.578,18.223 1.007,1.006 9.165,-5.521 18.222,-14.579 z M 106.7,68.25 c -1.007,1.007 5.52,9.165 14.577,18.222 9.058,9.058 17.216,15.585 18.222,14.579 1.008,-1.007 -5.52,-9.165 -14.577,-18.223 C 115.865,73.77 107.706,67.244 106.7,68.25 Z m 71.749,-6.149 c 9.058,-9.057 15.584,-17.216 14.577,-18.222 -1.006,-1.007 -9.164,5.52 -18.222,14.577 -9.058,9.057 -15.585,17.216 -14.578,18.222 1.007,1.008 9.165,-5.519 18.223,-14.577 z M 43.378,131.572 c -1.007,1.006 5.521,9.165 14.578,18.223 9.058,9.057 17.216,15.584 18.222,14.577 1.007,-1.006 -5.521,-9.165 -14.577,-18.222 -9.058,-9.057 -17.217,-15.584 -18.223,-14.578 z m -7.289,7.289 c -1.006,1.006 5.521,9.165 14.578,18.222 9.058,9.058 17.216,15.584 18.223,14.578 1.006,-1.006 -5.521,-9.165 -14.578,-18.222 -9.057,-9.057 -17.216,-15.584 -18.223,-14.578 z m -17.083,-2.506 c -9.058,9.057 -15.585,17.215 -14.578,18.222 1.007,1.007 9.165,-5.52 18.223,-14.578 9.057,-9.057 15.584,-17.216 14.577,-18.223 -1.006,-1.006 -9.165,5.521 -18.222,14.579 z m 59.678,137.579 c 9.058,-9.059 15.585,-17.217 14.577,-18.223 -1.006,-1.006 -9.164,5.521 -18.222,14.578 -9.058,9.059 -15.585,17.217 -14.578,18.223 1.007,1.006 9.166,-5.519 18.223,-14.578 z M 92.122,82.828 c -1.007,1.006 5.52,9.165 14.578,18.223 9.057,9.058 17.216,15.584 18.222,14.578 1.007,-1.006 -5.521,-9.165 -14.577,-18.222 C 101.286,88.349 93.128,81.822 92.122,82.828 Z m -31.661,49.884 c 1.007,1.006 9.165,-5.521 18.223,-14.578 9.058,-9.058 15.584,-17.216 14.578,-18.223 -1.007,-1.006 -9.165,5.521 -18.223,14.578 -9.058,9.058 -15.584,17.217 -14.578,18.223 z m 25.513,148.511 c 9.057,-9.057 15.584,-17.217 14.578,-18.223 -1.007,-1.006 -9.165,5.52 -18.224,14.578 -9.057,9.057 -15.584,17.215 -14.577,18.223 1.006,1.006 9.165,-5.521 18.223,-14.578 z m 194.75,-9.793 c 1.006,-1.008 -5.521,-9.166 -14.578,-18.223 -9.058,-9.059 -17.216,-15.584 -18.223,-14.578 -1.006,1.006 5.521,9.166 14.578,18.223 9.057,9.057 17.216,15.584 18.223,14.578 z m -56.034,56.033 c 1.006,-1.008 -5.521,-9.166 -14.578,-18.223 -9.058,-9.059 -17.216,-15.584 -18.223,-14.578 -1.006,1.006 5.521,9.164 14.579,18.223 9.057,9.057 17.215,15.584 18.222,14.578 z m 63.323,-63.322 c 1.006,-1.006 -5.521,-9.166 -14.579,-18.223 -9.057,-9.059 -17.216,-15.584 -18.222,-14.578 -1.007,1.006 5.52,9.166 14.577,18.223 9.058,9.059 17.216,15.584 18.224,14.578 z m -24.373,6.148 c -1.007,-1.006 -9.165,5.521 -18.223,14.578 -9.058,9.059 -15.585,17.217 -14.578,18.223 1.006,1.006 9.165,-5.52 18.223,-14.578 9.058,-9.056 15.584,-17.215 14.578,-18.223 z m -31.661,49.885 c 1.006,-1.008 -5.521,-9.166 -14.578,-18.223 -9.058,-9.059 -17.216,-15.584 -18.223,-14.578 -1.006,1.006 5.521,9.164 14.578,18.223 9.058,9.057 17.217,15.584 18.223,14.578 z M 348.828,199.68 c -1.007,-1.006 -9.165,5.52 -18.222,14.578 -9.059,9.057 -15.585,17.215 -14.579,18.223 1.007,1.006 9.165,-5.521 18.223,-14.578 9.058,-9.057 15.584,-17.217 14.578,-18.223 z m 45.459,14.578 c -5.204,5.791 -8.372,10.211 -7.649,10.934 0.579,0.58 3.527,-1.338 7.649,-4.793 z m -13.798,35.307 c 1.007,-1.008 -5.52,-9.166 -14.578,-18.223 -9.057,-9.059 -17.215,-15.584 -18.223,-14.578 -1.006,1.006 5.521,9.164 14.579,18.223 9.057,9.056 17.216,15.584 18.222,14.578 z m -7.288,7.287 c 1.006,-1.006 -5.521,-9.164 -14.579,-18.221 -9.057,-9.059 -17.215,-15.586 -18.222,-14.578 -1.007,1.006 5.521,9.164 14.578,18.223 9.058,9.056 17.216,15.584 18.223,14.576 z m 14.577,-14.576 c 1.006,-1.008 -5.521,-9.166 -14.578,-18.223 -9.058,-9.059 -17.216,-15.586 -18.223,-14.578 -1.006,1.006 5.521,9.164 14.578,18.223 9.058,9.056 17.216,15.584 18.223,14.578 z M 217.401,334.75 c 1.007,-1.006 -5.52,-9.164 -14.578,-18.221 -9.058,-9.059 -17.216,-15.586 -18.222,-14.578 -1.006,1.006 5.521,9.164 14.578,18.223 9.058,9.057 17.216,15.584 18.222,14.576 z m -68.105,9.795 c 9.058,-9.057 15.585,-17.215 14.578,-18.223 -1.006,-1.006 -9.165,5.521 -18.222,14.578 -9.058,9.059 -15.585,17.217 -14.578,18.223 1.006,1.006 9.164,-5.519 18.222,-14.578 z m -24.372,4.784 c 1.007,-1.006 -5.521,-9.166 -14.577,-18.223 -9.059,-9.057 -17.217,-15.584 -18.223,-14.578 -1.007,1.006 5.521,9.166 14.577,18.223 9.058,9.058 17.217,15.583 18.223,14.578 z m 7.289,-7.29 c 1.007,-1.008 -5.521,-9.164 -14.578,-18.223 -9.058,-9.057 -17.216,-15.584 -18.222,-14.578 -1.007,1.008 5.52,9.166 14.577,18.223 9.058,9.059 17.216,15.584 18.223,14.578 z m -31.662,-46.238 c 9.058,-9.059 15.584,-17.217 14.578,-18.223 -1.007,-1.006 -9.165,5.52 -18.222,14.578 -9.059,9.057 -15.585,17.215 -14.579,18.223 1.007,1.006 9.165,-5.521 18.223,-14.578 z m -7.289,-7.289 c 9.058,-9.059 15.585,-17.217 14.578,-18.223 -1.007,-1.006 -9.165,5.52 -18.223,14.578 -9.058,9.057 -15.584,17.215 -14.577,18.223 1.006,1.006 9.165,-5.521 18.222,-14.578 z M 163.871,47.524 c 9.058,-9.057 15.584,-17.216 14.578,-18.222 -1.007,-1.007 -9.165,5.52 -18.223,14.578 -9.058,9.057 -15.584,17.215 -14.578,18.222 1.007,1.006 9.165,-5.521 18.223,-14.578 z m -7.286,304.31 c 9.058,-9.057 15.584,-17.215 14.578,-18.223 -1.007,-1.006 -9.165,5.521 -18.223,14.578 -9.058,9.057 -15.584,17.217 -14.578,18.223 1.007,1.006 9.165,-5.519 18.223,-14.578 z m 53.527,-9.795 c 1.007,-1.006 -5.521,-9.164 -14.577,-18.223 -9.058,-9.057 -17.217,-15.584 -18.223,-14.576 -1.007,1.006 5.521,9.164 14.577,18.221 9.059,9.059 17.217,15.586 18.223,14.578 z m -7.288,7.29 c 1.006,-1.006 -5.521,-9.164 -14.578,-18.223 -9.058,-9.057 -17.216,-15.584 -18.222,-14.576 -1.007,1.006 5.52,9.164 14.577,18.221 9.058,9.058 17.216,15.583 18.223,14.578 z m -31.662,17.084 c 9.059,-9.059 15.585,-17.217 14.579,-18.223 -1.007,-1.006 -9.166,5.521 -18.223,14.578 -9.059,9.057 -15.584,17.217 -14.578,18.223 1.007,1.006 9.165,-5.522 18.222,-14.578 z m -7.288,-7.29 c 9.058,-9.059 15.584,-17.215 14.578,-18.223 -1.008,-1.006 -9.165,5.52 -18.223,14.578 -9.058,9.057 -15.585,17.217 -14.578,18.223 1.007,1.006 9.165,-5.521 18.223,-14.578 z M 270.928,199.678 c -1.006,-1.006 -9.164,5.521 -18.222,14.578 -9.058,9.059 -15.585,17.217 -14.578,18.223 1.007,1.006 9.165,-5.52 18.223,-14.578 9.056,-9.059 15.583,-17.217 14.577,-18.223 z M 184.599,68.251 c -1.007,1.006 5.52,9.165 14.577,18.223 9.058,9.057 17.216,15.584 18.223,14.578 1.006,-1.006 -5.521,-9.165 -14.578,-18.223 -9.057,-9.057 -17.216,-15.584 -18.222,-14.578 z m -7.289,7.289 c -1.007,1.006 5.52,9.165 14.578,18.222 9.058,9.058 17.216,15.584 18.222,14.579 1.007,-1.007 -5.52,-9.165 -14.577,-18.223 C 186.475,81.061 178.317,74.534 177.31,75.54 Z m 14.579,-14.577 c -1.007,1.006 5.52,9.165 14.577,18.222 9.058,9.057 17.217,15.584 18.223,14.578 1.007,-1.006 -5.521,-9.165 -14.578,-18.222 -9.058,-9.058 -17.217,-15.585 -18.222,-14.578 z M 93.262,210.61 c 9.058,-9.057 15.585,-17.214 14.578,-18.221 -1.007,-1.007 -9.165,5.521 -18.223,14.579 -9.058,9.057 -15.584,17.215 -14.577,18.221 1.006,1.007 9.164,-5.521 18.222,-14.579 z m 115.71,-85.185 c 1.007,1.006 9.165,-5.52 18.223,-14.578 9.058,-9.058 15.584,-17.216 14.578,-18.223 -1.007,-1.006 -9.166,5.521 -18.223,14.578 -9.058,9.058 -15.584,17.217 -14.578,18.223 z m 93.616,-31.66 c 1.006,-1.006 -5.521,-9.165 -14.578,-18.223 -9.058,-9.057 -17.217,-15.583 -18.223,-14.577 -1.007,1.006 5.521,9.165 14.578,18.222 9.058,9.057 17.216,15.584 18.223,14.578 z m -164.227,38.947 c 1.006,1.006 9.164,-5.521 18.222,-14.578 9.058,-9.058 15.585,-17.216 14.578,-18.223 -1.006,-1.006 -9.164,5.521 -18.222,14.578 -9.057,9.058 -15.584,17.217 -14.578,18.223 z m -59.677,63.321 c 9.057,-9.058 15.583,-17.216 14.577,-18.222 -1.006,-1.007 -9.164,5.52 -18.222,14.578 -9.058,9.056 -15.585,17.214 -14.578,18.222 1.008,1.007 9.165,-5.521 18.223,-14.578 z m 7.29,7.29 c 9.057,-9.058 15.584,-17.216 14.577,-18.223 -1.006,-1.007 -9.164,5.521 -18.223,14.577 -9.058,9.059 -15.584,17.217 -14.577,18.223 1.006,1.007 9.164,-5.521 18.223,-14.577 z m 35.304,-71.75 c -1.007,1.006 5.521,9.165 14.577,18.222 9.059,9.058 17.217,15.585 18.223,14.578 1.007,-1.007 -5.521,-9.165 -14.578,-18.222 -9.058,-9.058 -17.216,-15.585 -18.222,-14.578 z m -7.289,7.288 c -1.007,1.006 5.521,9.165 14.578,18.222 9.058,9.058 17.216,15.584 18.222,14.578 1.007,-1.006 -5.521,-9.164 -14.577,-18.222 -9.058,-9.057 -17.217,-15.584 -18.223,-14.578 z m 56.032,-56.032 c -1.006,1.006 5.521,9.165 14.578,18.223 9.058,9.057 17.216,15.584 18.223,14.578 1.006,-1.006 -5.521,-9.165 -14.578,-18.222 -9.058,-9.058 -17.216,-15.585 -18.223,-14.579 z m 61.958,159.445 c 1.006,-1.008 -5.521,-9.166 -14.578,-18.223 -9.058,-9.059 -17.216,-15.584 -18.223,-14.578 -1.007,1.006 5.521,9.164 14.578,18.223 9.057,9.056 17.216,15.584 18.223,14.578 z m -14.578,14.578 c 1.006,-1.008 -5.521,-9.166 -14.578,-18.223 -9.058,-9.059 -17.216,-15.584 -18.223,-14.578 -1.006,1.006 5.521,9.164 14.578,18.223 9.058,9.057 17.217,15.584 18.223,14.578 z m 7.289,-7.289 c 1.006,-1.008 -5.521,-9.166 -14.578,-18.223 -9.058,-9.059 -17.216,-15.586 -18.223,-14.578 -1.006,1.006 5.521,9.164 14.578,18.223 9.058,9.056 17.216,15.584 18.223,14.578 z M 138.36,54.812 c 1.007,1.007 9.165,-5.52 18.222,-14.578 9.058,-9.057 15.585,-17.216 14.578,-18.222 -1.007,-1.006 -9.165,5.521 -18.223,14.578 -9.057,9.058 -15.584,17.217 -14.577,18.222 z m 156.939,46.242 c 1.007,-1.007 -5.521,-9.166 -14.578,-18.223 -9.057,-9.057 -17.216,-15.584 -18.222,-14.577 -1.007,1.006 5.52,9.165 14.577,18.222 9.057,9.057 17.216,15.584 18.223,14.578 z M 99.412,231.338 c -1.007,1.008 5.521,9.166 14.577,18.223 9.059,9.059 17.216,15.584 18.223,14.578 1.007,-1.006 -5.521,-9.164 -14.578,-18.223 -9.057,-9.056 -17.215,-15.584 -18.222,-14.578 z M 288.01,108.342 c 1.007,-1.006 -5.521,-9.165 -14.577,-18.222 -9.059,-9.058 -17.217,-15.584 -18.224,-14.579 -1.006,1.007 5.521,9.165 14.578,18.223 9.057,9.058 17.216,15.585 18.223,14.578 z M 247.921,82.831 c -1.007,1.006 5.521,9.165 14.578,18.222 9.057,9.058 17.216,15.584 18.222,14.578 1.007,-1.007 -5.521,-9.165 -14.577,-18.222 -9.059,-9.058 -17.217,-15.585 -18.223,-14.578 z M 263.64,192.39 c -1.007,-1.006 -9.165,5.521 -18.223,14.578 -9.058,9.059 -15.584,17.217 -14.578,18.223 1.007,1.006 9.165,-5.52 18.223,-14.578 9.057,-9.058 15.583,-17.218 14.578,-18.223 z m 24.371,-6.149 c 1.007,-1.007 -5.521,-9.165 -14.577,-18.223 -9.058,-9.058 -17.216,-15.584 -18.223,-14.578 -1.007,1.007 5.521,9.166 14.577,18.223 9.059,9.058 17.217,15.584 18.223,14.578 z m -7.288,7.289 c 1.007,-1.007 -5.521,-9.165 -14.578,-18.223 -9.057,-9.058 -17.216,-15.584 -18.223,-14.578 -1.007,1.006 5.521,9.164 14.578,18.223 9.057,9.058 17.216,15.584 18.223,14.578 z m -87.695,6.148 c -1.006,-1.006 -9.164,5.521 -18.223,14.578 -9.057,9.059 -15.584,17.217 -14.577,18.223 1.006,1.006 9.165,-5.52 18.222,-14.578 9.058,-9.059 15.585,-17.217 14.578,-18.223 z M 294.16,132.714 c 1.006,1.006 9.165,-5.521 18.222,-14.578 9.058,-9.058 15.585,-17.216 14.578,-18.222 -1.006,-1.006 -9.164,5.521 -18.223,14.578 -9.056,9.058 -15.584,17.216 -14.577,18.222 z m 36.444,3.644 c -9.058,9.057 -15.584,17.215 -14.578,18.223 1.006,1.006 9.165,-5.521 18.223,-14.578 9.058,-9.057 15.584,-17.216 14.578,-18.222 -1.007,-1.007 -9.166,5.519 -18.223,14.577 z m 35.306,49.885 c 1.007,-1.007 -5.521,-9.165 -14.577,-18.223 -9.059,-9.058 -17.217,-15.584 -18.223,-14.578 -1.007,1.006 5.521,9.165 14.577,18.223 9.058,9.057 17.216,15.584 18.223,14.578 z m -18.223,-47.378 c -1.007,1.006 5.521,9.165 14.578,18.222 9.058,9.058 17.216,15.584 18.223,14.578 1.006,-1.007 -5.521,-9.165 -14.578,-18.223 -9.058,-9.057 -17.216,-15.584 -18.223,-14.577 z m 25.512,40.089 c 1.007,-1.008 -5.521,-9.165 -14.578,-18.223 -9.057,-9.058 -17.216,-15.585 -18.222,-14.578 -1.007,1.007 5.52,9.165 14.577,18.223 9.058,9.057 17.217,15.584 18.223,14.578 z m -71.751,-71.751 c -9.057,9.058 -15.584,17.216 -14.577,18.223 1.007,1.007 9.164,-5.521 18.223,-14.578 9.057,-9.058 15.585,-17.216 14.577,-18.223 -1.006,-1.006 -9.164,5.52 -18.223,14.578 z M 199.177,53.674 c -1.007,1.006 5.521,9.165 14.578,18.223 9.058,9.058 17.216,15.584 18.222,14.578 1.007,-1.006 -5.52,-9.165 -14.577,-18.223 -9.059,-9.058 -17.218,-15.585 -18.223,-14.578 z M 170.02,4.93 c -1.007,1.006 5.52,9.165 14.577,18.223 9.058,9.057 17.216,15.584 18.223,14.577 1.007,-1.006 -5.52,-9.165 -14.578,-18.222 C 179.185,10.451 171.027,3.924 170.02,4.93 Z m 107.056,48.745 c -1.006,1.007 5.521,9.165 14.578,18.223 9.058,9.057 17.216,15.584 18.222,14.577 1.007,-1.006 -5.52,-9.165 -14.578,-18.222 -9.057,-9.057 -17.216,-15.585 -18.222,-14.578 z m -60.816,1.138 c 1.006,1.006 9.164,-5.52 18.222,-14.577 9.058,-9.058 15.585,-17.217 14.578,-18.223 -1.006,-1.006 -9.164,5.521 -18.223,14.578 -9.058,9.058 -15.584,17.217 -14.577,18.222 z M 100.551,217.899 c 9.058,-9.057 15.584,-17.215 14.578,-18.223 -1.007,-1.006 -9.165,5.521 -18.223,14.578 -9.058,9.059 -15.585,17.217 -14.578,18.223 1.006,1.008 9.165,-5.52 18.223,-14.578 z M 247.919,4.931 c -1.006,1.006 5.521,9.165 14.578,18.223 9.058,9.057 17.217,15.584 18.223,14.578 1.007,-1.006 -5.521,-9.165 -14.578,-18.222 C 257.085,10.453 248.926,3.925 247.919,4.931 Z m -69.468,290.868 c 9.058,-9.057 15.584,-17.215 14.578,-18.221 -1.007,-1.008 -9.165,5.52 -18.223,14.578 -9.058,9.057 -15.584,17.215 -14.578,18.221 1.007,1.008 9.165,-5.519 18.223,-14.578 z m 31.661,-31.66 c 1.007,-1.006 -5.521,-9.164 -14.577,-18.221 -9.059,-9.059 -17.217,-15.586 -18.223,-14.58 -1.007,1.008 5.521,9.166 14.577,18.223 9.058,9.059 17.217,15.584 18.223,14.578 z m -7.289,7.289 c 1.007,-1.006 -5.52,-9.164 -14.578,-18.223 -9.057,-9.057 -17.215,-15.584 -18.222,-14.576 -1.007,1.006 5.52,9.164 14.578,18.223 9.058,9.057 17.216,15.584 18.222,14.576 z M 358.621,193.53 c 1.007,-1.006 -5.52,-9.164 -14.577,-18.221 -9.058,-9.059 -17.216,-15.585 -18.223,-14.578 -1.007,1.006 5.521,9.164 14.578,18.222 9.057,9.058 17.216,15.585 18.222,14.577 z m -233.697,77.898 c 1.006,-1.006 -5.521,-9.164 -14.578,-18.223 -9.058,-9.057 -17.216,-15.584 -18.223,-14.578 -1.007,1.008 5.521,9.166 14.578,18.223 9.058,9.059 17.216,15.584 18.223,14.578 z m 60.816,-1.139 c -1.007,-1.006 -9.165,5.52 -18.222,14.578 -9.059,9.057 -15.585,17.215 -14.578,18.223 1.006,1.006 9.165,-5.521 18.222,-14.578 9.058,-9.058 15.585,-17.217 14.578,-18.223 z m 155.799,-77.897 c -1.007,-1.007 -9.165,5.521 -18.223,14.578 -9.058,9.059 -15.584,17.217 -14.577,18.223 1.006,1.006 9.164,-5.52 18.222,-14.578 9.057,-9.058 15.585,-17.218 14.578,-18.223 z m -31.661,49.882 c 1.007,-1.006 -5.52,-9.164 -14.577,-18.223 -9.058,-9.057 -17.216,-15.584 -18.223,-14.578 -1.007,1.008 5.521,9.166 14.578,18.223 9.058,9.058 17.216,15.586 18.222,14.578 z m -7.288,7.289 c 1.006,-1.006 -5.521,-9.164 -14.578,-18.223 -9.058,-9.057 -17.216,-15.584 -18.223,-14.576 -1.007,1.006 5.521,9.164 14.578,18.221 9.058,9.058 17.216,15.586 18.223,14.578 z m -7.289,7.289 c 1.007,-1.006 -5.521,-9.164 -14.578,-18.223 -9.058,-9.057 -17.216,-15.584 -18.223,-14.578 -1.006,1.006 5.521,9.166 14.579,18.223 9.057,9.058 17.216,15.584 18.222,14.578 z M 61.6,101.05 C 62.606,100.044 56.079,91.885 47.022,82.828 37.965,73.771 29.805,67.244 28.799,68.25 c -1.007,1.006 5.521,9.165 14.578,18.222 9.057,9.057 17.216,15.585 18.223,14.578 z m 304.312,163.091 c 1.006,-1.006 -5.521,-9.164 -14.578,-18.223 -9.058,-9.057 -17.216,-15.584 -18.223,-14.576 -1.006,1.006 5.521,9.164 14.578,18.223 9.058,9.057 17.216,15.584 18.223,14.576 z m -7.289,7.289 c 1.007,-1.006 -5.521,-9.164 -14.578,-18.223 -9.058,-9.057 -17.216,-15.584 -18.222,-14.576 -1.007,1.006 5.52,9.164 14.577,18.221 9.058,9.059 17.216,15.584 18.223,14.578 z m -17.083,-1.141 c -1.006,-1.006 -9.165,5.521 -18.223,14.578 -9.057,9.059 -15.584,17.217 -14.577,18.223 1.006,1.006 9.164,-5.52 18.222,-14.578 9.057,-9.056 15.585,-17.215 14.578,-18.223 z m 41.455,-3.64 c 4.664,-4.664 8.653,-9.086 11.292,-12.42 v -4.396 c -3.399,2.342 -8.973,7.207 -14.937,13.17 -9.057,9.059 -15.584,17.217 -14.578,18.223 1.007,1.007 9.165,-5.52 18.223,-14.577 z m -73.115,53.525 c 1.006,-1.006 -5.521,-9.166 -14.578,-18.223 -9.058,-9.059 -17.216,-15.584 -18.223,-14.578 -1.006,1.008 5.52,9.166 14.578,18.223 9.058,9.057 17.216,15.584 18.223,14.578 z m 80.404,-46.238 c 1.4,-1.4 2.742,-2.779 4.003,-4.115 v -6.778 c -2.363,2.107 -4.965,4.566 -7.647,7.248 -9.058,9.059 -15.584,17.217 -14.578,18.223 1.006,1.008 9.164,-5.519 18.222,-14.578 z m -87.693,53.527 c 1.006,-1.008 -5.521,-9.166 -14.578,-18.223 -9.058,-9.059 -17.216,-15.584 -18.223,-14.578 -1.006,1.006 5.521,9.164 14.578,18.223 9.058,9.057 17.216,15.584 18.223,14.578 z m 76.758,-109.56 c 0.883,0.883 7.269,-4.031 14.938,-11.363 v -7.217 c -0.12,0.119 -0.239,0.238 -0.359,0.359 -9.059,9.057 -15.585,17.215 -14.579,18.221 z M 295.302,334.75 c 1.006,-1.006 -5.52,-9.164 -14.578,-18.221 -9.058,-9.059 -17.216,-15.584 -18.223,-14.578 -1.006,1.006 5.521,9.164 14.578,18.223 9.058,9.057 17.216,15.584 18.223,14.576 z m -174.024,30.524 c -1.006,1.006 5.521,9.164 14.579,18.221 4.377,4.379 8.541,8.16 11.793,10.791 h 4.67 c -2.456,-3.43 -7.14,-8.754 -12.819,-14.434 -9.057,-9.059 -17.216,-15.584 -18.223,-14.578 z m 56.034,21.865 c -0.555,0.555 1.186,3.289 4.375,7.146 h 5.997 c -5.512,-4.9 -9.671,-7.845 -10.372,-7.146 z m 21.868,-21.865 c -1.007,1.006 5.521,9.164 14.577,18.221 4.378,4.379 8.543,8.16 11.794,10.791 h 4.67 c -2.456,-3.43 -7.14,-8.754 -12.818,-14.434 -9.059,-9.059 -17.218,-15.584 -18.223,-14.578 z m 64.46,-17.084 c -1.006,-1.006 -9.165,5.52 -18.222,14.578 -9.058,9.057 -15.585,17.215 -14.578,18.223 1.006,1.006 9.164,-5.521 18.223,-14.578 9.057,-9.059 15.584,-17.217 14.577,-18.223 z m -40.088,-7.289 c -9.057,9.059 -15.584,17.217 -14.578,18.223 1.007,1.006 9.165,-5.521 18.223,-14.578 9.058,-9.057 15.585,-17.215 14.578,-18.223 -1.008,-1.006 -9.166,5.521 -18.223,14.578 z m 47.378,-63.322 c -1.008,-1.006 -9.165,5.521 -18.223,14.578 -9.058,9.059 -15.585,17.217 -14.578,18.223 1.007,1.006 9.165,-5.52 18.223,-14.578 9.057,-9.057 15.583,-17.218 14.578,-18.223 z m -40.089,70.611 c -9.058,9.057 -15.584,17.217 -14.578,18.223 1.007,1.006 9.165,-5.521 18.223,-14.578 9.058,-9.057 15.584,-17.217 14.578,-18.223 -1.007,-1.006 -9.166,5.519 -18.223,14.578 z m 7.289,7.289 c -9.059,9.057 -15.584,17.217 -14.578,18.223 1.007,1.006 9.165,-5.521 18.223,-14.578 9.058,-9.059 15.584,-17.217 14.577,-18.223 -1.006,-1.006 -9.166,5.519 -18.222,14.578 z M 354.974,53.677 c -1.006,1.006 5.521,9.165 14.579,18.222 9.057,9.058 17.215,15.584 18.222,14.578 1.006,-1.006 -5.521,-9.165 -14.577,-18.222 C 364.14,59.197 355.981,52.67 354.974,53.677 Z m 24.374,86.328 c 0.883,0.882 7.271,-4.032 14.939,-11.366 v -7.216 c -0.12,0.12 -0.24,0.239 -0.361,0.36 -9.058,9.057 -15.584,17.216 -14.578,18.222 z m 7.287,-70.611 c 0.579,0.579 3.529,-1.339 7.652,-4.795 v -6.143 c -5.205,5.794 -8.376,10.214 -7.652,10.938 z M 325.818,4.933 c -1.007,1.006 5.521,9.165 14.577,18.222 9.059,9.058 17.217,15.584 18.223,14.578 1.007,-1.006 -5.521,-9.165 -14.577,-18.223 C 334.982,10.454 326.825,3.927 325.818,4.933 Z M 124.78,394.286 c -9,-8.982 -17.078,-15.436 -18.079,-14.434 -0.863,0.863 3.82,6.99 10.887,14.434 z M 60.46,54.811 C 61.467,55.817 69.625,49.29 78.683,40.233 87.741,31.176 94.267,23.017 93.261,22.011 92.255,21.005 84.096,27.531 75.038,36.589 65.98,45.647 59.454,53.805 60.46,54.811 Z M 231.975,8.575 c 0.621,-0.621 -1.631,-3.971 -5.576,-8.574 h -6.377 c 6.286,5.746 11.188,9.339 11.953,8.574 z m 56.034,21.868 C 289.016,29.436 282.488,21.277 273.431,12.22 268.182,6.971 263.239,2.576 259.81,0 h -3.804 c 2.016,3.248 7.236,9.32 13.78,15.864 9.059,9.058 17.216,15.585 18.223,14.579 z M 277.075,8.576 c 9.058,9.057 17.216,15.584 18.222,14.578 1.007,-1.006 -5.52,-9.165 -14.577,-18.223 C 278.969,3.181 277.253,1.526 275.615,0 h -6.61 c 2.279,2.601 5.031,5.537 8.07,8.576 z M 210.109,30.441 C 211.115,29.435 204.588,21.276 195.531,12.219 190.283,6.97 185.34,2.576 181.912,0 h -3.805 c 2.016,3.248 7.236,9.32 13.779,15.863 9.058,9.058 17.216,15.585 18.223,14.578 z m -88.832,23.232 c -1.007,1.007 5.521,9.165 14.578,18.222 9.058,9.058 17.215,15.585 18.222,14.579 1.007,-1.007 -5.521,-9.166 -14.578,-18.223 -9.057,-9.058 -17.216,-15.584 -18.222,-14.578 z M 92.121,4.928 c -1.007,1.007 5.521,9.165 14.577,18.223 9.059,9.058 17.217,15.584 18.223,14.578 1.007,-1.006 -5.52,-9.165 -14.577,-18.222 C 101.286,10.449 93.127,3.922 92.121,4.928 Z m 38.95,42.596 c 1.007,1.007 9.165,-5.52 18.223,-14.577 9.058,-9.058 15.584,-17.216 14.577,-18.223 -1.006,-1.006 -9.164,5.521 -18.223,14.578 -9.056,9.057 -15.584,17.216 -14.577,18.222 z m -2.506,-46.24 c 9.058,9.058 17.216,15.584 18.223,14.579 0.918,-0.919 -4.434,-7.788 -12.255,-15.862 h -7.239 c 0.419,0.425 0.842,0.853 1.271,1.283 z m 219.121,59.681 c -1.006,1.006 5.521,9.165 14.578,18.223 9.058,9.057 17.216,15.583 18.223,14.577 1.006,-1.006 -5.521,-9.165 -14.578,-18.222 -9.058,-9.057 -17.216,-15.584 -18.223,-14.578 z m 17.084,64.463 c 1.007,1.006 9.165,-5.521 18.222,-14.579 4.666,-4.665 8.656,-9.089 11.295,-12.422 v -4.394 c -3.399,2.34 -8.974,7.207 -14.938,13.172 -9.059,9.058 -15.585,17.216 -14.579,18.223 z m -9.794,6.148 c -1.007,1.006 5.521,9.165 14.578,18.223 9.057,9.057 17.216,15.583 18.222,14.578 1.007,-1.006 -5.52,-9.165 -14.577,-18.223 -9.058,-9.058 -17.216,-15.585 -18.223,-14.578 z m 31.661,15.717 c 0.578,0.579 3.527,-1.338 7.65,-4.793 v -6.142 c -5.204,5.793 -8.374,10.212 -7.65,10.935 z M 283.09,0 c 0.419,0.427 0.843,0.855 1.274,1.287 9.057,9.057 17.216,15.584 18.222,14.578 0.919,-0.918 -4.435,-7.789 -12.257,-15.864 h -7.239 z m 25.646,36.593 c -9.058,9.058 -15.585,17.216 -14.578,18.222 1.007,1.007 9.165,-5.521 18.223,-14.578 9.057,-9.058 15.585,-17.216 14.578,-18.222 -1.007,-1.006 -9.165,5.521 -18.223,14.578 z m -7.289,-7.289 c -9.057,9.058 -15.584,17.217 -14.577,18.223 1.006,1.006 9.164,-5.521 18.223,-14.578 9.057,-9.058 15.584,-17.216 14.577,-18.222 -1.007,-1.007 -9.165,5.52 -18.223,14.577 z m 14.577,14.578 c -9.057,9.058 -15.584,17.216 -14.577,18.223 1.006,1.006 9.165,-5.52 18.222,-14.578 9.059,-9.058 15.585,-17.216 14.579,-18.223 -1.007,-1.006 -9.165,5.521 -18.224,14.578 z m 7.29,7.289 c -9.058,9.058 -15.585,17.216 -14.578,18.223 1.006,1.006 9.165,-5.521 18.222,-14.578 9.059,-9.058 15.585,-17.216 14.578,-18.222 -1.006,-1.007 -9.165,5.52 -18.222,14.577 z m 7.289,7.289 c -9.059,9.058 -15.585,17.216 -14.579,18.222 1.007,1.006 9.166,-5.521 18.223,-14.578 9.059,-9.057 15.584,-17.216 14.578,-18.223 -1.007,-1.006 -9.165,5.521 -18.222,14.579 z M 36.089,60.961 c -1.006,1.006 5.52,9.165 14.578,18.223 9.058,9.057 17.216,15.584 18.223,14.578 C 69.896,92.756 63.369,84.597 54.311,75.539 45.254,66.481 37.096,59.955 36.089,60.961 Z M 21.512,309.239 c -1.007,1.008 5.521,9.166 14.578,18.223 9.057,9.059 17.216,15.584 18.222,14.578 1.007,-1.006 -5.52,-9.164 -14.577,-18.223 -9.058,-9.057 -17.217,-15.584 -18.223,-14.578 z m 7.289,-7.289 c -1.007,1.008 5.521,9.166 14.577,18.223 9.059,9.059 17.217,15.584 18.223,14.578 1.007,-1.006 -5.521,-9.164 -14.577,-18.223 -9.058,-9.057 -17.217,-15.584 -18.223,-14.578 z m 7.289,-7.287 c -1.007,1.006 5.52,9.164 14.577,18.221 9.059,9.059 17.217,15.586 18.223,14.578 1.007,-1.006 -5.521,-9.164 -14.578,-18.223 -9.058,-9.057 -17.216,-15.584 -18.222,-14.576 z m 40.089,25.509 c 1.006,-1.006 -5.521,-9.164 -14.578,-18.223 -9.058,-9.057 -17.216,-15.584 -18.223,-14.576 -1.006,1.006 5.521,9.164 14.578,18.223 9.058,9.057 17.216,15.584 18.223,14.576 z M 8.073,248.422 c -0.599,-0.6 -3.729,1.469 -8.072,5.146 v 6.254 c 5.453,-6.017 8.814,-10.658 8.072,-11.4 z m 29.155,-48.744 c -1.007,-1.008 -9.165,5.52 -18.223,14.578 -9.058,9.057 -15.584,17.215 -14.577,18.223 1.006,1.006 9.164,-5.521 18.222,-14.58 9.058,-9.057 15.584,-17.215 14.578,-18.221 z M 100.551,373.7 c 9.058,-9.057 15.584,-17.215 14.578,-18.223 -1.007,-1.006 -9.165,5.521 -18.222,14.578 -9.059,9.059 -15.585,17.217 -14.579,18.223 1.007,1.006 9.165,-5.52 18.223,-14.578 z m -7.289,-7.287 c 9.059,-9.059 15.585,-17.217 14.578,-18.223 -1.007,-1.008 -9.165,5.52 -18.222,14.578 -9.059,9.057 -15.585,17.215 -14.578,18.223 1.006,1.006 9.165,-5.522 18.222,-14.578 z m -7.288,-7.29 c 9.058,-9.059 15.584,-17.217 14.578,-18.223 -1.007,-1.008 -9.165,5.52 -18.224,14.578 -9.057,9.057 -15.583,17.215 -14.577,18.221 1.006,1.008 9.165,-5.519 18.223,-14.576 z M 71.395,344.545 c 9.058,-9.059 15.585,-17.217 14.578,-18.223 -1.007,-1.006 -9.165,5.52 -18.223,14.578 -9.057,9.057 -15.584,17.217 -14.578,18.223 1.008,1.006 9.166,-5.521 18.223,-14.578 z m 7.289,7.289 c 9.058,-9.059 15.585,-17.217 14.578,-18.223 -1.007,-1.006 -9.165,5.52 -18.223,14.578 -9.058,9.057 -15.584,17.215 -14.577,18.223 1.007,1.006 9.165,-5.521 18.222,-14.578 z m 28.017,-127.783 c -1.007,1.006 5.521,9.164 14.577,18.221 9.059,9.059 17.217,15.586 18.223,14.578 1.007,-1.006 -5.521,-9.164 -14.577,-18.223 -9.059,-9.056 -17.217,-15.584 -18.223,-14.576 z M 53.173,125.423 c 1.006,1.007 9.164,-5.521 18.222,-14.578 9.058,-9.058 15.585,-17.216 14.578,-18.223 -1.007,-1.006 -9.165,5.521 -18.223,14.578 -9.058,9.057 -15.584,17.216 -14.577,18.223 z M 21.511,75.539 c -1.006,1.006 5.521,9.165 14.578,18.223 9.058,9.057 17.216,15.583 18.223,14.577 C 55.318,107.333 48.791,99.174 39.734,90.117 30.676,81.059 22.517,74.532 21.511,75.539 Z m 71.75,-20.728 c 9.058,-9.057 15.584,-17.216 14.577,-18.223 -1.006,-1.006 -9.164,5.521 -18.222,14.579 -9.058,9.057 -15.585,17.215 -14.578,18.222 1.006,1.006 9.165,-5.52 18.223,-14.578 z M 100.55,62.1 C 109.607,53.042 116.134,44.884 115.127,43.877 114.12,42.87 105.962,49.398 96.904,58.455 87.847,67.513 81.32,75.671 82.327,76.677 83.333,77.684 91.492,71.158 100.55,62.1 Z M 85.972,47.522 C 95.03,38.465 101.557,30.307 100.55,29.3 99.544,28.294 91.385,34.82 82.327,43.877 73.269,52.935 66.743,61.094 67.749,62.1 68.756,63.106 76.914,56.58 85.972,47.522 Z M 0.001,118.911 c 0.261,-0.258 0.521,-0.517 0.782,-0.778 9.059,-9.057 15.585,-17.215 14.578,-18.222 -0.898,-0.899 -7.505,4.214 -15.36,11.771 z M 113.99,372.563 c -1.007,1.006 5.521,9.164 14.577,18.221 1.219,1.219 2.418,2.389 3.588,3.502 h 6.857 c -2.006,-2.227 -4.307,-4.65 -6.801,-7.145 -9.056,-9.059 -17.215,-15.586 -18.221,-14.578 z M 19.005,58.456 C 9.947,67.514 3.421,75.672 4.427,76.678 5.434,77.684 13.592,71.158 22.65,62.1 31.708,53.042 38.234,44.884 37.228,43.877 36.221,42.871 28.062,49.398 19.005,58.456 Z m 28.017,57.172 C 48.029,114.621 41.501,106.463 32.444,97.405 23.387,88.347 15.228,81.82 14.222,82.827 c -1.007,1.006 5.521,9.165 14.577,18.222 9.058,9.058 17.217,15.585 18.223,14.579 z m -3.644,249.646 c -1.006,1.006 5.521,9.164 14.578,18.221 4.378,4.379 8.542,8.16 11.794,10.791 h 4.669 c -2.455,-3.43 -7.14,-8.754 -12.818,-14.434 -9.058,-9.059 -17.216,-15.584 -18.223,-14.578 z m 321.395,-6.151 c 1.007,1.008 9.165,-5.52 18.224,-14.576 4.663,-4.664 8.651,-9.086 11.29,-12.42 v -4.395 c -3.399,2.342 -8.972,7.207 -14.936,13.17 -9.057,9.057 -15.585,17.216 -14.578,18.221 z m 7.29,7.291 c 1.006,1.006 9.164,-5.521 18.222,-14.578 1.401,-1.402 2.741,-2.781 4.002,-4.115 v -6.779 c -2.362,2.109 -4.964,4.566 -7.646,7.25 -9.058,9.056 -15.584,17.215 -14.578,18.222 z m -24.372,6.149 c -1.007,1.006 5.52,9.164 14.577,18.223 1.218,1.217 2.418,2.387 3.588,3.5 h 6.856 c -2.005,-2.227 -4.306,-4.65 -6.799,-7.145 -9.058,-9.059 -17.216,-15.584 -18.222,-14.578 z m -293.38,14.576 c -9.058,-9.057 -17.216,-15.584 -18.222,-14.578 -1.006,1.008 5.521,9.166 14.578,18.223 1.218,1.219 2.418,2.389 3.588,3.502 h 6.856 c -2.005,-2.227 -4.304,-4.651 -6.8,-7.147 z m 286.09,-7.287 c -0.862,0.863 3.82,6.992 10.887,14.434 h 7.191 c -8.999,-8.983 -17.076,-15.436 -18.078,-14.434 z m -9.794,-9.795 c -9.058,9.059 -15.585,17.217 -14.578,18.223 1.007,1.006 9.165,-5.52 18.223,-14.578 9.058,-9.057 15.584,-17.215 14.577,-18.223 -1.006,-1.006 -9.164,5.521 -18.222,14.578 z m 2.506,17.084 c -0.555,0.555 1.185,3.287 4.374,7.145 h 5.996 c -5.511,-4.901 -9.671,-7.846 -10.37,-7.145 z M 113.989,216.762 c -1.007,1.006 5.521,9.164 14.578,18.223 9.058,9.057 17.216,15.584 18.222,14.576 1.007,-1.006 -5.52,-9.164 -14.577,-18.223 -9.058,-9.056 -17.217,-15.584 -18.223,-14.576 z m 163.088,-85.188 c -1.006,1.007 5.521,9.165 14.578,18.223 9.057,9.058 17.216,15.585 18.223,14.578 1.006,-1.007 -5.521,-9.166 -14.578,-18.223 -9.057,-9.057 -17.217,-15.584 -18.223,-14.578 z m 31.662,60.818 c -9.058,9.058 -15.585,17.216 -14.578,18.222 1.006,1.008 9.164,-5.52 18.223,-14.578 9.058,-9.057 15.584,-17.215 14.577,-18.223 -1.006,-1.005 -9.164,5.521 -18.222,14.579 z m -52.39,-130.29 c 9.058,-9.058 15.584,-17.216 14.577,-18.222 -1.007,-1.007 -9.165,5.521 -18.223,14.578 -9.057,9.057 -15.584,17.216 -14.577,18.223 1.006,1.005 9.164,-5.521 18.223,-14.579 z m 59.677,59.679 c -9.057,9.058 -15.584,17.216 -14.578,18.222 1.007,1.006 9.165,-5.52 18.223,-14.578 9.059,-9.057 15.584,-17.216 14.578,-18.223 -1.007,-1.006 -9.165,5.521 -18.223,14.579 z m -7.289,25.511 c 1.007,1.006 9.165,-5.521 18.223,-14.578 9.058,-9.058 15.584,-17.216 14.578,-18.223 -1.007,-1.006 -9.165,5.521 -18.223,14.578 -9.057,9.058 -15.584,17.217 -14.578,18.223 z m -7.287,70.611 c 1.006,1.006 9.165,-5.52 18.223,-14.578 9.057,-9.057 15.584,-17.216 14.578,-18.222 -1.008,-1.006 -9.166,5.521 -18.224,14.578 -9.056,9.058 -15.584,17.216 -14.577,18.222 z M 145.651,263 c -9.058,9.057 -15.584,17.217 -14.578,18.223 1.007,1.006 9.165,-5.521 18.223,-14.578 9.058,-9.059 15.584,-17.217 14.578,-18.223 -1.006,-1.006 -9.165,5.522 -18.223,14.578 z m 25.51,-130.288 c 9.058,-9.058 15.584,-17.216 14.578,-18.223 -1.007,-1.006 -9.165,5.521 -18.223,14.578 -9.058,9.057 -15.584,17.216 -14.578,18.222 1.007,1.007 9.165,-5.52 18.223,-14.577 z m -25.51,163.089 c 1.006,1.006 9.165,-5.521 18.223,-14.578 9.058,-9.059 15.584,-17.217 14.577,-18.223 -1.007,-1.006 -9.164,5.52 -18.222,14.578 -9.057,9.057 -15.585,17.215 -14.578,18.223 z m 7.289,-25.512 c -9.058,9.059 -15.584,17.217 -14.578,18.223 1.006,1.006 9.165,-5.521 18.223,-14.578 9.058,-9.059 15.584,-17.217 14.577,-18.223 -1.006,-1.005 -9.164,5.52 -18.222,14.578 z m 148.51,-85.187 c -9.058,9.059 -15.584,17.216 -14.578,18.222 1.007,1.008 9.165,-5.519 18.223,-14.578 9.058,-9.057 15.585,-17.215 14.578,-18.222 -1.007,-1.007 -9.165,5.522 -18.223,14.578 z m -147.371,135.07 c 1.006,-1.006 -5.521,-9.164 -14.578,-18.223 -9.057,-9.057 -17.216,-15.584 -18.223,-14.576 -1.006,1.006 5.521,9.164 14.579,18.223 9.057,9.057 17.215,15.584 18.222,14.576 z m 102.27,-290.87 c -1.006,-1.006 -9.165,5.521 -18.223,14.579 -9.058,9.057 -15.584,17.216 -14.577,18.222 1.006,1.007 9.164,-5.52 18.222,-14.577 9.058,-9.057 15.584,-17.217 14.578,-18.224 z m -77.899,77.899 c -1.007,-1.006 -9.165,5.52 -18.223,14.578 -9.058,9.058 -15.584,17.216 -14.578,18.223 1.007,1.006 9.166,-5.52 18.223,-14.578 9.059,-9.059 15.584,-17.217 14.578,-18.223 z M 61.6,178.95 c 1.007,-1.007 -5.521,-9.165 -14.578,-18.222 -9.058,-9.058 -17.216,-15.585 -18.223,-14.578 -1.006,1.007 5.521,9.165 14.578,18.222 9.057,9.057 17.218,15.584 18.223,14.578 z m 45.101,123 c -1.007,1.008 5.521,9.166 14.578,18.223 9.058,9.059 17.216,15.584 18.223,14.578 1.006,-1.006 -5.521,-9.164 -14.578,-18.223 -9.058,-9.057 -17.216,-15.584 -18.223,-14.578 z m 40.09,25.511 c 1.006,-1.006 -5.521,-9.164 -14.579,-18.223 -9.057,-9.057 -17.215,-15.584 -18.222,-14.576 -1.007,1.006 5.521,9.164 14.578,18.221 9.058,9.059 17.216,15.586 18.223,14.578 z M 21.511,153.439 c -1.006,1.006 5.521,9.165 14.578,18.222 9.057,9.057 17.216,15.584 18.223,14.578 1.006,-1.006 -5.521,-9.164 -14.578,-18.223 -9.057,-9.057 -17.217,-15.583 -18.223,-14.577 z M 249.059,54.813 c 9.058,-9.058 15.584,-17.216 14.577,-18.222 -1.006,-1.007 -9.164,5.52 -18.222,14.577 -9.058,9.058 -15.584,17.216 -14.578,18.223 1.007,1.007 9.166,-5.52 18.223,-14.578 z M 100.55,140.001 c 9.058,-9.058 15.584,-17.217 14.578,-18.223 -1.007,-1.006 -9.164,5.521 -18.223,14.578 -9.058,9.057 -15.584,17.216 -14.577,18.223 1.006,1.006 9.164,-5.521 18.222,-14.578 z m -77.9,200.9 c -1.006,-1.006 -9.165,5.52 -18.222,14.578 -1.561,1.561 -3.043,3.092 -4.428,4.566 v 6.705 c 2.474,-2.189 5.229,-4.783 8.072,-7.627 9.058,-9.058 15.585,-17.214 14.578,-18.222 z M 71.395,188.744 c 9.058,-9.058 15.584,-17.216 14.578,-18.222 -1.007,-1.007 -9.165,5.52 -18.223,14.577 -9.059,9.058 -15.584,17.215 -14.578,18.223 1.008,1.007 9.166,-5.52 18.223,-14.578 z m 21.867,-56.033 c 9.058,-9.058 15.584,-17.216 14.577,-18.222 -1.006,-1.006 -9.165,5.52 -18.222,14.578 -9.059,9.058 -15.585,17.216 -14.579,18.222 1.007,1.006 9.166,-5.52 18.224,-14.578 z m 70.611,70.612 c 9.058,-9.056 15.584,-17.215 14.577,-18.221 -1.006,-1.007 -9.164,5.52 -18.222,14.577 -9.058,9.059 -15.585,17.217 -14.578,18.223 1.007,1.006 9.165,-5.521 18.223,-14.579 z m 35.305,-71.75 c -1.007,1.007 5.521,9.165 14.578,18.223 9.057,9.058 17.216,15.584 18.222,14.578 1.007,-1.007 -5.52,-9.165 -14.577,-18.222 -9.058,-9.058 -17.217,-15.585 -18.223,-14.579 z m 31.661,-17.082 c -9.059,9.058 -15.585,17.216 -14.579,18.223 1.008,1.006 9.165,-5.521 18.224,-14.578 9.057,-9.058 15.584,-17.216 14.577,-18.222 -1.006,-1.007 -9.166,5.52 -18.222,14.577 z m 14.577,14.578 c -9.058,9.057 -15.584,17.216 -14.577,18.223 1.006,1.006 9.164,-5.521 18.222,-14.578 9.058,-9.058 15.584,-17.216 14.578,-18.223 -1.007,-1.006 -9.165,5.521 -18.223,14.578 z m -7.289,-7.289 c -9.058,9.058 -15.584,17.216 -14.577,18.223 1.006,1.006 9.164,-5.521 18.222,-14.578 9.058,-9.058 15.584,-17.216 14.578,-18.223 -1.007,-1.006 -9.166,5.52 -18.223,14.578 z m -46.238,17.082 c -1.006,1.007 5.521,9.165 14.578,18.223 9.057,9.058 17.216,15.584 18.222,14.578 1.007,-1.007 -5.52,-9.165 -14.577,-18.223 -9.058,-9.057 -17.218,-15.584 -18.223,-14.578 z m -99.767,21.866 c -1.006,1.006 5.521,9.166 14.579,18.222 9.057,9.058 17.216,15.584 18.222,14.578 1.006,-1.007 -5.52,-9.165 -14.578,-18.223 -9.057,-9.057 -17.216,-15.583 -18.223,-14.577 z M 217.4,178.952 c 1.007,-1.007 -5.521,-9.166 -14.578,-18.223 -9.057,-9.057 -17.216,-15.584 -18.223,-14.578 -1.006,1.006 5.521,9.165 14.578,18.223 9.058,9.057 17.216,15.584 18.223,14.578 z m -86.327,24.371 c 1.007,1.008 9.165,-5.519 18.222,-14.577 9.059,-9.058 15.585,-17.216 14.579,-18.224 -1.007,-1.006 -9.165,5.521 -18.223,14.579 -9.058,9.058 -15.584,17.216 -14.578,18.222 z m 23.006,38.949 c 1.006,-1.006 -5.521,-9.164 -14.578,-18.221 -9.058,-9.059 -17.216,-15.584 -18.223,-14.578 -1.006,1.006 5.521,9.164 14.578,18.223 9.058,9.056 17.216,15.584 18.223,14.576 z M 106.7,146.15 c -1.006,1.007 5.521,9.166 14.578,18.222 9.058,9.059 17.216,15.586 18.223,14.578 1.006,-1.006 -5.521,-9.164 -14.578,-18.222 -9.058,-9.058 -17.216,-15.584 -18.223,-14.578 z m -7.289,7.289 c -1.006,1.006 5.521,9.165 14.578,18.222 9.058,9.059 17.216,15.584 18.223,14.578 1.007,-1.006 -5.521,-9.164 -14.578,-18.223 -9.057,-9.057 -17.215,-15.583 -18.223,-14.577 z m 110.7,32.801 c 1.007,-1.007 -5.521,-9.165 -14.578,-18.222 -9.057,-9.058 -17.216,-15.585 -18.222,-14.579 -1.008,1.006 5.521,9.165 14.577,18.223 9.058,9.058 17.216,15.585 18.223,14.578 z m 20.729,6.15 c -9.058,9.058 -15.584,17.216 -14.578,18.222 1.006,1.008 9.165,-5.52 18.222,-14.578 9.059,-9.057 15.585,-17.215 14.579,-18.222 -1.007,-1.006 -9.166,5.521 -18.223,14.578 z m -7.29,25.511 c 1.007,1.006 9.166,-5.52 18.224,-14.578 9.058,-9.056 15.584,-17.215 14.577,-18.221 -1.007,-1.007 -9.165,5.52 -18.222,14.577 -9.059,9.058 -15.585,17.216 -14.579,18.222 z m 29.155,-81.543 c -9.058,9.058 -15.584,17.216 -14.578,18.222 1.006,1.007 9.165,-5.521 18.223,-14.578 9.058,-9.057 15.584,-17.215 14.577,-18.222 -1.006,-1.007 -9.164,5.52 -18.222,14.578 z m -74.255,3.643 c 9.058,-9.058 15.584,-17.217 14.578,-18.223 -1.008,-1.006 -9.166,5.521 -18.223,14.578 -9.059,9.057 -15.584,17.216 -14.578,18.223 1.007,1.006 9.165,-5.521 18.223,-14.578 z m 124.139,31.662 c 1.007,-1.006 -5.52,-9.165 -14.578,-18.222 -9.058,-9.058 -17.216,-15.585 -18.223,-14.579 -1.006,1.006 5.521,9.166 14.578,18.223 9.058,9.058 17.216,15.584 18.223,14.578 z M 262.5,146.152 c -1.007,1.006 5.521,9.165 14.577,18.222 9.059,9.059 17.217,15.584 18.223,14.578 1.007,-1.006 -5.521,-9.164 -14.577,-18.222 -9.058,-9.058 -17.217,-15.584 -18.223,-14.578 z m -59.678,47.377 c 1.007,-1.007 -5.521,-9.165 -14.577,-18.223 -9.058,-9.058 -17.217,-15.584 -18.223,-14.578 -1.007,1.006 5.521,9.165 14.577,18.221 9.059,9.06 17.217,15.586 18.223,14.58 z m -31.66,17.083 c 9.057,-9.057 15.584,-17.216 14.577,-18.222 -1.006,-1.006 -9.164,5.521 -18.223,14.578 -9.057,9.059 -15.584,17.217 -14.577,18.223 1.007,1.006 9.164,-5.521 18.223,-14.579 z m 52.39,52.39 c -9.058,9.057 -15.585,17.215 -14.578,18.223 1.006,1.006 9.164,-5.521 18.223,-14.578 9.057,-9.059 15.584,-17.217 14.577,-18.223 -1.007,-1.008 -9.165,5.52 -18.222,14.578 z m -0.002,-77.901 c -9.057,9.058 -15.583,17.215 -14.577,18.221 1.006,1.008 9.165,-5.519 18.223,-14.577 9.058,-9.058 15.584,-17.216 14.578,-18.224 -1.008,-1.004 -9.166,5.523 -18.224,14.58 z m -52.388,-7.29 c -1.007,-1.006 -9.165,5.521 -18.222,14.578 -9.059,9.058 -15.585,17.216 -14.579,18.222 1.007,1.008 9.165,-5.52 18.223,-14.578 9.057,-9.056 15.584,-17.214 14.578,-18.222 z m -70.611,-70.61 c -1.007,-1.006 -9.165,5.52 -18.223,14.578 -9.058,9.057 -15.584,17.216 -14.578,18.223 1.007,1.006 9.165,-5.521 18.223,-14.578 9.058,-9.057 15.584,-17.217 14.578,-18.223 z m 239.85,194.751 c -1.006,1.008 5.521,9.166 14.577,18.223 9.059,9.059 17.217,15.584 18.223,14.578 1.007,-1.006 -5.521,-9.166 -14.577,-18.223 -9.059,-9.057 -17.217,-15.584 -18.223,-14.578 z m -85.188,85.189 c -0.556,0.555 1.186,3.287 4.374,7.145 h 5.996 c -5.512,-4.901 -9.67,-7.846 -10.37,-7.145 z m 75.393,-94.984 c -9.058,9.059 -15.585,17.217 -14.578,18.223 1.006,1.006 9.165,-5.52 18.223,-14.578 9.058,-9.057 15.584,-17.217 14.578,-18.223 -1.007,-1.006 -9.165,5.521 -18.223,14.578 z m -68.104,87.695 c -0.863,0.863 3.82,6.992 10.887,14.434 h 7.191 c -8.999,-8.983 -17.077,-15.436 -18.078,-14.434 z M 47.023,271.428 c 1.007,-1.008 -5.521,-9.166 -14.578,-18.223 -9.057,-9.057 -17.216,-15.584 -18.223,-14.578 -1.006,1.006 5.521,9.164 14.578,18.223 9.057,9.059 17.216,15.584 18.223,14.578 z m -17.084,-1.139 c -1.006,-1.008 -9.164,5.52 -18.222,14.576 C 6.795,289.787 2.626,294.439 0,297.826 v 4.143 c 3.348,-2.215 9.143,-7.24 15.361,-13.457 9.058,-9.058 15.585,-17.217 14.578,-18.223 z M 22.65,263 c -1.006,-1.008 -9.164,5.52 -18.222,14.578 -1.561,1.559 -3.043,3.09 -4.428,4.566 v 6.705 c 2.474,-2.191 5.229,-4.783 8.072,-7.627 C 17.131,272.164 23.657,264.006 22.65,263 Z M 309.875,8.576 C 310.497,7.954 308.243,4.604 304.298,0 h -6.378 c 6.287,5.748 11.189,9.341 11.955,8.576 z m 45.099,0.002 c 9.058,9.058 17.216,15.584 18.223,14.578 1.006,-1.006 -5.521,-9.165 -14.578,-18.222 -1.752,-1.752 -3.469,-3.407 -5.107,-4.933 h -6.609 c 2.279,2.6 5.031,5.537 8.071,8.577 z M 22.649,29.3 C 21.643,28.293 13.485,34.82 4.426,43.877 2.866,45.437 1.385,46.968 0,48.442 v 6.706 C 2.473,52.959 5.228,50.365 8.071,47.522 17.13,38.465 23.656,30.306 22.649,29.3 Z m 24.374,320.029 c 1.007,-1.006 -5.521,-9.166 -14.578,-18.223 -9.057,-9.057 -17.216,-15.584 -18.223,-14.578 -1.006,1.006 5.521,9.166 14.578,18.223 9.058,9.058 17.216,15.583 18.223,14.578 z M 365.907,30.444 C 366.913,29.438 360.386,21.279 351.329,12.221 346.079,6.971 341.134,2.575 337.705,0 h -3.802 c 2.015,3.247 7.236,9.321 13.781,15.866 9.058,9.058 17.216,15.585 18.223,14.578 z m 13.443,265.359 c 0.883,0.883 7.269,-4.031 14.937,-11.363 v -7.215 c -0.119,0.117 -0.238,0.236 -0.358,0.355 -9.059,9.059 -15.584,17.217 -14.579,18.223 z m 1.14,31.66 c 1.006,-1.006 -5.521,-9.164 -14.578,-18.221 -9.058,-9.059 -17.216,-15.586 -18.222,-14.58 -1.007,1.008 5.52,9.166 14.577,18.223 9.058,9.059 17.216,15.586 18.223,14.578 z M 208.97,47.525 c 1.008,1.006 9.166,-5.521 18.223,-14.578 9.059,-9.057 15.585,-17.215 14.578,-18.223 -1.006,-1.006 -9.165,5.521 -18.222,14.579 -9.058,9.057 -15.585,17.215 -14.579,18.222 z m 14.582,248.276 c 1.006,1.008 9.164,-5.52 18.222,-14.578 9.058,-9.057 15.585,-17.215 14.578,-18.221 -1.007,-1.008 -9.165,5.52 -18.223,14.576 -9.058,9.059 -15.584,17.217 -14.577,18.223 z M 206.464,1.286 c 9.059,9.057 17.217,15.584 18.223,14.578 0.918,-0.917 -4.434,-7.789 -12.257,-15.863 h -7.238 c 0.418,0.426 0.841,0.854 1.272,1.285 z m 126.644,74.257 c -1.006,1.006 5.521,9.165 14.578,18.222 9.057,9.057 17.216,15.584 18.223,14.579 1.006,-1.007 -5.521,-9.166 -14.578,-18.223 -9.057,-9.057 -17.216,-15.585 -18.223,-14.578 z M 22.65,107.199 c -1.007,-1.006 -9.165,5.52 -18.222,14.578 -1.561,1.56 -3.043,3.091 -4.428,4.566 v 6.706 c 2.474,-2.189 5.229,-4.784 8.072,-7.627 9.058,-9.058 15.584,-17.216 14.578,-18.223 z m 7.289,7.289 c -1.007,-1.006 -9.165,5.521 -18.223,14.578 -4.921,4.92 -9.09,9.573 -11.716,12.96 v 4.142 c 3.348,-2.214 9.143,-7.24 15.36,-13.457 9.059,-9.058 15.585,-17.217 14.579,-18.223 z M 230.84,270.289 c -9.058,9.059 -15.584,17.217 -14.577,18.223 1.006,1.008 9.164,-5.52 18.222,-14.576 9.058,-9.059 15.585,-17.217 14.578,-18.223 -1.006,-1.007 -9.166,5.52 -18.223,14.576 z m 133.931,-66.962 c 1.007,1.006 9.165,-5.521 18.223,-14.579 4.665,-4.665 8.654,-9.088 11.293,-12.422 v -4.395 c -3.399,2.341 -8.973,7.207 -14.938,13.171 -9.057,9.059 -15.584,17.217 -14.578,18.225 z m 8.427,-102.272 c 1.006,-1.006 -5.521,-9.165 -14.578,-18.223 -9.058,-9.057 -17.216,-15.583 -18.223,-14.577 -1.007,1.006 5.521,9.165 14.578,18.222 9.057,9.057 17.216,15.584 18.223,14.578 z M 325.82,82.831 c -1.007,1.006 5.521,9.165 14.577,18.223 9.059,9.058 17.217,15.584 18.223,14.578 1.007,-1.006 -5.521,-9.165 -14.578,-18.222 -9.058,-9.058 -17.215,-15.585 -18.222,-14.579 z m 46.24,127.785 c 1.007,1.006 9.165,-5.521 18.222,-14.58 1.402,-1.401 2.743,-2.781 4.005,-4.116 v -6.778 c -2.363,2.109 -4.965,4.567 -7.648,7.251 -9.058,9.057 -15.584,17.215 -14.579,18.223 z M 217.397,23.153 C 218.404,22.146 211.877,13.987 202.82,4.93 201.07,3.18 199.354,1.526 197.716,0 h -6.609 c 2.279,2.6 5.031,5.536 8.069,8.574 9.057,9.058 17.215,15.585 18.221,14.579 z m 154.661,109.563 c 1.007,1.006 9.165,-5.52 18.223,-14.578 1.402,-1.402 2.743,-2.783 4.006,-4.119 v -6.778 c -2.363,2.109 -4.966,4.568 -7.65,7.252 -9.058,9.058 -15.584,17.217 -14.579,18.223 z M 174.807,370.057 c -9.058,9.057 -15.585,17.215 -14.578,18.223 1.006,1.006 9.164,-5.521 18.222,-14.578 9.058,-9.059 15.584,-17.217 14.578,-18.223 -1.006,-1.008 -9.165,5.519 -18.222,14.578 z m 126.644,-74.256 c 1.006,1.008 9.164,-5.52 18.223,-14.576 9.057,-9.059 15.584,-17.217 14.577,-18.223 -1.006,-1.008 -9.165,5.52 -18.223,14.576 -9.057,9.059 -15.584,17.217 -14.577,18.223 z M 139.499,23.151 C 140.505,22.145 133.978,13.986 124.921,4.929 123.171,3.179 121.456,1.525 119.818,0 h -6.61 c 2.28,2.6 5.03,5.535 8.068,8.573 9.058,9.058 17.216,15.585 18.223,14.578 z M 154.076,8.574 c 0.622,-0.622 -1.631,-3.971 -5.575,-8.573 h -6.377 c 6.286,5.746 11.187,9.338 11.952,8.573 z M 308.74,270.289 c -9.058,9.059 -15.585,17.217 -14.578,18.223 1.007,1.008 9.165,-5.52 18.223,-14.576 9.058,-9.059 15.584,-17.217 14.577,-18.223 -1.006,-1.007 -9.164,5.52 -18.222,14.576 z M 191.89,372.561 c -1.006,1.008 5.521,9.166 14.578,18.223 1.218,1.219 2.418,2.389 3.588,3.502 h 6.857 c -2.007,-2.227 -4.307,-4.65 -6.801,-7.146 -9.056,-9.058 -17.215,-15.585 -18.222,-14.579 z m -7.289,7.291 c -0.863,0.863 3.82,6.99 10.888,14.434 h 7.191 c -8.999,-8.983 -17.078,-15.436 -18.079,-14.434 z m 116.85,-116.85 c -9.058,9.057 -15.584,17.215 -14.578,18.223 1.007,1.006 9.165,-5.521 18.223,-14.578 9.058,-9.059 15.584,-17.217 14.578,-18.223 -1.007,-1.008 -9.165,5.52 -18.223,14.578 z M 21.513,387.139 c -0.556,0.555 1.185,3.289 4.374,7.146 h 5.996 c -5.513,-4.9 -9.671,-7.845 -10.37,-7.146 z M 379.347,62.105 c 0.883,0.883 7.271,-4.032 14.94,-11.368 v -7.215 c -0.121,0.12 -0.241,0.24 -0.363,0.361 -9.058,9.057 -15.584,17.216 -14.577,18.222 z m 14.94,230.054 c -5.202,5.793 -8.371,10.211 -7.647,10.934 0.579,0.58 3.525,-1.338 7.647,-4.791 z M 364.768,47.528 c 1.006,1.007 9.164,-5.521 18.223,-14.578 4.666,-4.666 8.657,-9.091 11.296,-12.425 v -4.393 c -3.398,2.34 -8.974,7.208 -14.94,13.174 -9.058,9.057 -15.584,17.215 -14.579,18.222 z M 360.986,0 c 0.42,0.428 0.845,0.856 1.276,1.289 9.058,9.057 17.216,15.584 18.222,14.577 C 381.403,14.949 376.048,8.076 368.225,0 Z m 11.071,54.817 c 1.006,1.006 9.164,-5.521 18.223,-14.578 1.402,-1.403 2.744,-2.784 4.007,-4.121 V 29.34 c -2.363,2.11 -4.968,4.569 -7.651,7.253 -9.058,9.058 -15.584,17.217 -14.579,18.224 z M 15.362,255.711 c -0.899,-0.9 -7.506,4.215 -15.361,11.771 v 7.229 c 0.261,-0.258 0.521,-0.516 0.783,-0.777 9.058,-9.059 15.584,-17.217 14.578,-18.223 z m 21.866,21.868 c -1.007,-1.008 -9.165,5.52 -18.223,14.576 -9.058,9.059 -15.584,17.217 -14.577,18.223 1.006,1.008 9.164,-5.52 18.222,-14.578 9.058,-9.057 15.584,-17.216 14.578,-18.221 z M 8.073,326.323 c -0.599,-0.598 -3.729,1.469 -8.072,5.148 v 6.254 c 5.453,-6.019 8.814,-10.658 8.072,-11.402 z M 132.211,30.44 C 133.217,29.434 126.69,21.275 117.632,12.218 112.385,6.971 107.444,2.577 104.015,0.001 h -3.805 c 2.016,3.249 7.235,9.319 13.777,15.861 9.059,9.058 17.217,15.584 18.224,14.578 z M 43.378,53.672 c -1.007,1.007 5.52,9.165 14.578,18.223 9.057,9.057 17.215,15.584 18.222,14.578 C 77.184,85.467 70.657,77.308 61.6,68.251 52.543,59.194 44.384,52.665 43.378,53.672 Z m 311.6,233.703 c -1.006,1.006 5.521,9.164 14.578,18.221 9.058,9.059 17.216,15.586 18.223,14.578 1.007,-1.006 -5.521,-9.164 -14.578,-18.223 -9.058,-9.056 -17.216,-15.583 -18.223,-14.576 z M 14.221,4.928 c -1.006,1.006 5.521,9.165 14.578,18.222 9.057,9.057 17.217,15.584 18.223,14.578 C 48.029,36.722 41.501,28.563 32.444,19.506 23.387,10.448 15.227,3.921 14.221,4.928 Z m 38.951,42.594 c 1.007,1.007 9.165,-5.52 18.222,-14.577 9.059,-9.058 15.584,-17.216 14.578,-18.222 -1.006,-1.007 -9.165,5.52 -18.222,14.578 -9.059,9.056 -15.585,17.215 -14.578,18.221 z m 46.24,339.617 c -0.555,0.557 1.186,3.289 4.374,7.146 h 5.997 c -5.513,-4.9 -9.671,-7.845 -10.371,-7.146 z M 8.073,92.622 c -0.6,-0.599 -3.729,1.468 -8.072,5.147 v 6.254 C 5.453,98.003 8.815,93.364 8.073,92.622 Z M 29.938,36.588 C 28.931,35.582 20.773,42.109 11.715,51.166 6.795,56.086 2.626,60.738 0,64.125 v 4.142 C 3.348,66.053 9.143,61.028 15.359,54.81 24.418,45.753 30.945,37.595 29.938,36.588 Z m 250.786,312.741 c 1.007,-1.006 -5.521,-9.164 -14.577,-18.223 -9.059,-9.057 -17.216,-15.584 -18.223,-14.576 -1.006,1.006 5.521,9.164 14.578,18.221 9.057,9.058 17.216,15.585 18.222,14.578 z m 24.373,-4.782 c 9.058,-9.059 15.584,-17.217 14.577,-18.223 -1.006,-1.006 -9.164,5.52 -18.222,14.578 -9.058,9.057 -15.584,17.215 -14.578,18.221 1.006,1.008 9.165,-5.519 18.223,-14.576 z m -35.306,28.016 c -1.007,1.006 5.52,9.164 14.577,18.223 1.218,1.217 2.418,2.387 3.588,3.5 h 6.856 c -2.006,-2.227 -4.306,-4.65 -6.8,-7.145 -9.057,-9.059 -17.215,-15.584 -18.221,-14.578 z m -17.084,-2.506 c -9.057,9.057 -15.584,17.215 -14.578,18.221 1.007,1.008 9.165,-5.52 18.223,-14.576 9.058,-9.059 15.584,-17.217 14.578,-18.223 -1.007,-1.008 -9.165,5.519 -18.223,14.578 z m 35.306,-28.018 c 1.007,-1.006 -5.52,-9.164 -14.578,-18.221 -9.057,-9.059 -17.215,-15.586 -18.222,-14.578 -1.006,1.006 5.521,9.164 14.578,18.223 9.058,9.057 17.216,15.584 18.222,14.576 z m 24.373,9.797 c 9.057,-9.059 15.584,-17.217 14.577,-18.223 -1.006,-1.008 -9.165,5.52 -18.222,14.576 -9.058,9.059 -15.584,17.217 -14.578,18.223 1.006,1.008 9.165,-5.519 18.223,-14.576 z m 53.526,-9.795 c 1.007,-1.006 -5.521,-9.164 -14.577,-18.223 -9.059,-9.057 -17.216,-15.584 -18.223,-14.578 -1.007,1.008 5.52,9.166 14.578,18.223 9.058,9.057 17.216,15.584 18.222,14.578 z m -7.288,7.29 c 1.006,-1.008 -5.521,-9.164 -14.578,-18.223 -9.057,-9.059 -17.216,-15.584 -18.223,-14.578 -1.006,1.006 5.521,9.164 14.578,18.223 9.058,9.056 17.216,15.583 18.223,14.578 z m -31.661,17.082 c 9.058,-9.057 15.584,-17.215 14.578,-18.223 -1.007,-1.006 -9.165,5.521 -18.223,14.578 -9.058,9.059 -15.584,17.217 -14.578,18.223 1.007,1.006 9.165,-5.52 18.223,-14.578 z m -7.289,-7.29 c 9.058,-9.057 15.585,-17.215 14.578,-18.221 -1.007,-1.008 -9.165,5.52 -18.223,14.576 -9.058,9.059 -15.584,17.217 -14.578,18.225 1.007,1.006 9.166,-5.521 18.223,-14.58 z m 74.613,10.936 c -5.202,5.791 -8.37,10.209 -7.647,10.932 0.579,0.58 3.526,-1.338 7.647,-4.791 z m -117.208,-4.785 c -1.006,1.006 5.521,9.164 14.578,18.223 4.377,4.377 8.541,8.158 11.793,10.789 h 4.67 c -2.456,-3.43 -7.139,-8.754 -12.818,-14.434 -9.058,-9.059 -17.216,-15.584 -18.223,-14.578 z m 102.272,8.43 c 0.883,0.881 7.268,-4.031 14.936,-11.365 v -7.215 l -0.357,0.357 c -9.058,9.057 -15.584,17.215 -14.579,18.223 z m -24.371,-8.43 c -1.008,1.006 5.52,9.166 14.577,18.223 4.377,4.377 8.541,8.158 11.792,10.789 h 4.67 c -2.456,-3.43 -7.139,-8.754 -12.817,-14.434 -9.058,-9.057 -17.216,-15.584 -18.222,-14.578 z M 387.774,8.578 C 388.395,7.956 386.14,4.605 382.194,0 h -6.378 c 6.288,5.749 11.192,9.344 11.958,8.578 z M 50.665,1.284 C 59.723,10.341 67.882,16.868 68.888,15.862 69.806,14.944 64.455,8.075 56.634,0.001 h -7.239 c 0.417,0.425 0.84,0.852 1.27,1.283 z M 43.377,8.573 C 52.435,17.63 60.593,24.157 61.599,23.151 62.606,22.145 56.079,13.986 47.022,4.928 45.272,3.178 43.558,1.526 41.92,0.001 h -6.61 c 2.279,2.599 5.03,5.534 8.067,8.572 z M 54.31,30.439 C 55.316,29.432 48.789,21.274 39.732,12.217 34.485,6.97 29.544,2.577 26.116,0 h -3.807 c 2.017,3.249 7.236,9.319 13.778,15.86 9.058,9.059 17.217,15.586 18.223,14.579 z M 76.177,8.573 C 76.798,7.951 74.546,4.603 70.602,0.001 h -6.376 c 6.285,5.745 11.185,9.337 11.951,8.572 z M 8.072,14.723 C 7.473,14.124 4.344,16.191 0.001,19.87 v 6.253 c 5.452,-6.02 8.813,-10.658 8.071,-11.4 z m 7.288,7.288 C 14.462,21.112 7.856,26.225 0.001,33.781 v 7.23 C 0.262,40.754 0.522,40.495 0.783,40.234 9.841,31.176 16.368,23.018 15.36,22.011 Z m 31.52,372.275 c -9,-8.982 -17.078,-15.436 -18.079,-14.434 -0.863,0.863 3.82,6.99 10.887,14.434 z M 22.65,373.702 c 9.058,-9.059 15.584,-17.217 14.578,-18.223 -1.007,-1.008 -9.165,5.52 -18.223,14.578 -9.058,9.057 -15.584,17.215 -14.577,18.223 1.006,1.006 9.165,-5.522 18.222,-14.578 z m -7.288,-40.09 c -0.899,-0.898 -7.506,4.215 -15.361,11.771 v 7.229 c 0.261,-0.256 0.521,-0.516 0.783,-0.777 9.058,-9.057 15.584,-17.215 14.578,-18.223 z m 14.577,14.578 c -1.006,-1.006 -9.165,5.521 -18.223,14.578 -4.921,4.92 -9.09,9.572 -11.716,12.961 v 4.141 c 3.348,-2.215 9.143,-7.238 15.36,-13.457 9.059,-9.059 15.585,-17.217 14.579,-18.223 z" />
+</svg>
\ No newline at end of file
diff --git a/files/bg/item4.svg b/files/bg/item4.svg
new file mode 100644
index 0000000000000000000000000000000000000000..b502f6467752c892a3755333da1575dba7b02020
--- /dev/null
+++ b/files/bg/item4.svg
@@ -0,0 +1,56 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
+
+<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"
+   id="Layer_1"
+   x="0px"
+   y="0px"
+   width="395.29901"
+   height="395.29901"
+   viewBox="0 0 395.29901 395.29901"
+   enable-background="new 0 0 864 864"
+   xml:space="preserve"
+   sodipodi:docname="item4.svg"
+   inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"><metadata
+   id="metadata9"><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="defs7" /><sodipodi:namedview
+   pagecolor="#ffffff"
+   bordercolor="#666666"
+   borderopacity="1"
+   objecttolerance="10"
+   gridtolerance="10"
+   guidetolerance="10"
+   inkscape:pageopacity="0"
+   inkscape:pageshadow="2"
+   inkscape:window-width="1920"
+   inkscape:window-height="1013"
+   id="namedview5"
+   showgrid="false"
+   fit-margin-top="0"
+   fit-margin-left="0"
+   fit-margin-right="0"
+   fit-margin-bottom="0"
+   inkscape:zoom="0.77257963"
+   inkscape:cx="-196.93391"
+   inkscape:cy="390.78907"
+   inkscape:window-x="0"
+   inkscape:window-y="40"
+   inkscape:window-maximized="1"
+   inkscape:current-layer="Layer_1" />
+<path
+   d="m 395.298,0.001 v 3.611 c -8.426,1.572 -15.576,7.303 -18.952,15.151 -1.518,-0.432 -3.07,-0.767 -4.651,-1.001 C 375.036,9.295 382.052,2.793 390.599,0 h 4.699 z m -28.894,386.414 c -7.634,0 -14.646,3.407 -19.413,8.884 h -5.956 c 5.514,-8.241 14.918,-13.559 25.291,-13.559 10.364,0 19.771,5.318 25.288,13.559 h -5.807 c -4.772,-5.475 -11.785,-8.884 -19.403,-8.884 z m 9.133,8.884 h -18.275 c 2.74,-1.494 5.864,-2.338 9.143,-2.338 3.271,0 6.392,0.844 9.132,2.338 z m -43.673,0 c -1.701,-3.302 -3.882,-6.304 -6.442,-8.921 0.186,-4.221 3.666,-7.6 7.931,-7.6 3.845,0 7.06,2.744 7.791,6.377 -3.104,2.892 -5.724,6.313 -7.695,10.144 z m -32.81,-8.884 c -7.635,0 -14.646,3.407 -19.414,8.884 h -5.94 c 5.515,-8.241 14.917,-13.559 25.291,-13.559 10.364,0 19.771,5.318 25.288,13.559 h -5.821 c -4.774,-5.475 -11.788,-8.884 -19.404,-8.884 z m 9.131,8.884 h -18.274 c 2.741,-1.494 5.865,-2.338 9.144,-2.338 3.269,0 6.39,0.844 9.13,2.338 z m -43.657,0 c -1.701,-3.302 -3.882,-6.304 -6.442,-8.921 0.185,-4.221 3.666,-7.6 7.931,-7.6 3.845,0 7.06,2.744 7.791,6.377 -3.105,2.892 -5.724,6.313 -7.695,10.144 z m -32.827,-8.884 c -7.634,0 -14.646,3.407 -19.412,8.884 h -5.926 c 5.515,-8.241 14.918,-13.559 25.291,-13.559 10.364,0 19.771,5.318 25.288,13.559 h -5.838 c -4.772,-5.475 -11.786,-8.884 -19.403,-8.884 z m 9.133,8.884 h -18.275 c 2.74,-1.494 5.864,-2.338 9.143,-2.338 3.271,0 6.392,0.844 9.132,2.338 z m -43.642,0 c -1.701,-3.302 -3.883,-6.304 -6.442,-8.921 0.185,-4.221 3.666,-7.6 7.931,-7.6 3.845,0 7.059,2.744 7.791,6.377 -3.104,2.892 -5.724,6.313 -7.694,10.144 z m -32.842,-8.884 c -7.633,0 -14.646,3.407 -19.413,8.884 h -5.909 c 5.514,-8.241 14.918,-13.559 25.291,-13.559 10.364,0 19.771,5.318 25.287,13.559 h -5.853 c -4.773,-5.475 -11.786,-8.884 -19.403,-8.884 z m 9.132,8.884 h -18.275 c 2.74,-1.494 5.864,-2.338 9.143,-2.338 3.271,0 6.392,0.844 9.132,2.338 z m -43.626,0 c -1.701,-3.302 -3.882,-6.304 -6.442,-8.921 0.185,-4.221 3.666,-7.6 7.931,-7.6 3.845,0 7.06,2.744 7.791,6.377 -3.104,2.891 -5.724,6.313 -7.695,10.144 z m -32.858,-8.884 c -7.634,0 -14.646,3.407 -19.413,8.884 h -5.894 c 5.515,-8.241 14.918,-13.559 25.291,-13.559 10.365,0 19.771,5.318 25.288,13.559 h -5.869 c -4.772,-5.475 -11.786,-8.884 -19.403,-8.884 z m 9.133,8.884 H 87.857 c 2.74,-1.494 5.863,-2.338 9.142,-2.338 3.271,0 6.392,0.844 9.132,2.338 z m -43.61,0 c -1.701,-3.302 -3.882,-6.304 -6.442,-8.921 0.186,-4.221 3.666,-7.6 7.932,-7.6 3.845,0 7.059,2.744 7.79,6.377 -3.104,2.891 -5.724,6.313 -7.694,10.144 z m -32.874,-8.884 c -7.634,0 -14.645,3.407 -19.412,8.884 H 4.356 c 5.515,-8.241 14.918,-13.559 25.291,-13.559 10.365,0 19.771,5.318 25.288,13.559 h -5.884 c -4.774,-5.475 -11.787,-8.884 -19.404,-8.884 z m 9.132,8.884 H 20.504 c 2.74,-1.494 5.865,-2.338 9.143,-2.338 3.271,0 6.392,0.844 9.132,2.338 z M 73.386,10e-4 c 8.515,2.783 15.517,9.247 18.872,17.667 -1.594,0.206 -3.16,0.517 -4.69,0.923 C 83.537,9.422 74.323,3.179 64.01,3.179 53.541,3.179 44.239,9.579 40.297,18.948 38.793,18.492 37.254,18.13 35.684,17.868 39.008,9.35 46.045,2.806 54.627,0.002 h 18.759 z m 67.335,0 c 8.515,2.783 15.518,9.247 18.874,17.667 -1.595,0.206 -3.161,0.517 -4.692,0.923 -4.031,-9.169 -13.244,-15.412 -23.558,-15.412 -10.468,0 -19.77,6.4 -23.712,15.769 -1.504,-0.456 -3.044,-0.818 -4.613,-1.08 3.323,-8.518 10.361,-15.062 18.942,-17.866 h 18.759 z m 67.336,0 c 8.515,2.783 15.518,9.247 18.874,17.667 -1.595,0.206 -3.161,0.517 -4.692,0.923 -4.031,-9.169 -13.244,-15.412 -23.558,-15.412 -10.468,0 -19.77,6.4 -23.713,15.769 -1.503,-0.456 -3.043,-0.818 -4.612,-1.08 3.323,-8.518 10.361,-15.062 18.942,-17.866 h 18.759 z m 67.336,0 c 8.515,2.783 15.518,9.247 18.874,17.667 -1.594,0.206 -3.161,0.517 -4.691,0.923 C 285.544,9.422 276.33,3.179 266.017,3.179 c -10.468,0 -19.77,6.4 -23.712,15.769 -1.505,-0.456 -3.043,-0.818 -4.613,-1.08 3.324,-8.518 10.361,-15.062 18.942,-17.866 h 18.759 z m 67.336,0 c 8.515,2.783 15.518,9.247 18.873,17.667 -1.594,0.206 -3.16,0.517 -4.691,0.923 C 352.88,9.422 343.667,3.179 333.353,3.179 c -10.468,0 -19.77,6.4 -23.713,15.769 -1.503,-0.456 -3.043,-0.818 -4.612,-1.08 C 308.352,9.35 315.389,2.806 323.97,0.002 h 18.759 z m -9.376,361.011 c -10.468,0 -19.77,6.399 -23.713,15.769 -1.503,-0.456 -3.043,-0.817 -4.612,-1.08 4.475,-11.468 15.682,-19.364 28.325,-19.364 12.562,0 23.722,7.808 28.249,19.165 -1.594,0.207 -3.16,0.517 -4.691,0.923 -4.032,-9.169 -13.245,-15.413 -23.558,-15.413 z m 17.392,17.655 c -1.422,0.664 -2.796,1.418 -4.116,2.254 -2.243,-5.109 -7.348,-8.688 -13.276,-8.688 -6.203,0 -11.506,3.917 -13.57,9.407 -1.303,-0.889 -2.663,-1.695 -4.072,-2.415 2.959,-6.937 9.869,-11.668 17.643,-11.668 7.545,10e-4 14.303,4.483 17.391,11.11 z m -84.728,-17.655 c -10.468,0 -19.77,6.399 -23.712,15.769 -1.505,-0.456 -3.043,-0.817 -4.613,-1.08 4.475,-11.468 15.682,-19.364 28.325,-19.364 12.562,0 23.722,7.808 28.25,19.165 -1.594,0.207 -3.161,0.517 -4.691,0.923 -4.033,-9.169 -13.247,-15.413 -23.559,-15.413 z m 17.392,17.655 c -1.421,0.664 -2.796,1.418 -4.117,2.254 -2.243,-5.109 -7.348,-8.688 -13.275,-8.688 -6.202,0 -11.507,3.917 -13.57,9.407 -1.302,-0.889 -2.663,-1.695 -4.072,-2.415 2.959,-6.937 9.869,-11.668 17.643,-11.668 7.545,10e-4 14.303,4.483 17.391,11.11 z m -84.728,-17.655 c -10.468,0 -19.77,6.399 -23.713,15.769 -1.503,-0.456 -3.043,-0.817 -4.612,-1.08 4.475,-11.468 15.682,-19.364 28.325,-19.364 12.562,0 23.722,7.808 28.25,19.165 -1.595,0.207 -3.161,0.517 -4.692,0.923 -4.032,-9.169 -13.245,-15.413 -23.558,-15.413 z m 17.391,17.655 c -1.421,0.664 -2.795,1.418 -4.115,2.254 -2.244,-5.109 -7.349,-8.688 -13.276,-8.688 -6.203,0 -11.506,3.917 -13.57,9.407 -1.303,-0.889 -2.663,-1.695 -4.072,-2.415 2.958,-6.937 9.869,-11.668 17.643,-11.668 7.546,10e-4 14.302,4.483 17.39,11.11 z m -84.727,-17.655 c -10.468,0 -19.77,6.4 -23.712,15.769 -1.504,-0.456 -3.044,-0.817 -4.613,-1.08 4.475,-11.468 15.682,-19.364 28.325,-19.364 12.562,0 23.722,7.808 28.25,19.165 -1.595,0.207 -3.161,0.517 -4.692,0.923 -4.032,-9.169 -13.245,-15.413 -23.558,-15.413 z m 17.392,17.655 c -1.421,0.664 -2.796,1.418 -4.116,2.254 -2.243,-5.109 -7.348,-8.688 -13.276,-8.688 -6.203,0 -11.505,3.917 -13.57,9.407 -1.303,-0.889 -2.663,-1.695 -4.071,-2.415 2.958,-6.937 9.868,-11.668 17.642,-11.668 7.546,10e-4 14.303,4.483 17.391,11.11 z M 64.01,361.012 c -10.469,0 -19.771,6.4 -23.713,15.769 -1.504,-0.456 -3.043,-0.817 -4.613,-1.08 4.475,-11.468 15.682,-19.364 28.326,-19.364 12.561,0 23.722,7.808 28.248,19.165 -1.594,0.207 -3.16,0.517 -4.69,0.923 -4.032,-9.169 -13.246,-15.413 -23.558,-15.413 z m 17.391,17.655 c -1.421,0.664 -2.796,1.418 -4.116,2.254 -2.243,-5.109 -7.349,-8.688 -13.275,-8.688 -6.203,0 -11.506,3.917 -13.571,9.407 -1.302,-0.889 -2.662,-1.695 -4.071,-2.415 2.959,-6.937 9.869,-11.668 17.643,-11.668 7.545,10e-4 14.302,4.483 17.39,11.11 z M 0,361.234 v -4.711 c 11.174,1.238 20.799,8.635 24.922,18.979 -1.594,0.207 -3.16,0.517 -4.69,0.923 C 16.639,368.255 8.932,362.411 0,361.234 Z m 14.066,17.433 c -1.422,0.664 -2.797,1.418 -4.117,2.254 C 8.138,376.798 4.465,373.675 0,372.622 v -4.759 c 6.16,1.098 11.44,5.17 14.066,10.804 z M 29.647,23.907 c 12.742,0 24.036,8.035 28.434,19.658 -1.565,0.257 -3.103,0.612 -4.604,1.063 C 49.598,35.113 40.197,28.583 29.647,28.583 19.208,28.583 9.927,34.949 5.966,44.278 4.438,43.877 2.875,43.573 1.284,43.372 5.732,31.849 16.966,23.907 29.647,23.907 Z M 0,14.788 v -4.759 c 6.16,1.098 11.44,5.17 14.066,10.804 -1.422,0.665 -2.797,1.418 -4.117,2.253 C 8.139,18.965 4.465,15.842 0,14.788 Z m 298.99,320.508 c -10.44,0 -19.721,6.367 -23.681,15.696 -1.529,-0.401 -3.092,-0.705 -4.682,-0.907 4.448,-11.521 15.682,-19.465 28.362,-19.465 12.741,0 24.036,8.035 28.435,19.659 -1.566,0.257 -3.104,0.613 -4.605,1.063 -3.878,-9.515 -13.28,-16.046 -23.829,-16.046 z m 17.75,18.471 c -1.415,0.717 -2.781,1.52 -4.09,2.407 -1.995,-5.619 -7.364,-9.656 -13.66,-9.656 -6.023,0 -11.198,3.693 -13.384,8.935 -1.325,-0.832 -2.704,-1.583 -4.131,-2.244 3.028,-6.772 9.854,-11.365 17.515,-11.365 7.853,-10e-4 14.851,4.851 17.75,11.923 z m -85.086,-18.471 c -10.441,0 -19.721,6.367 -23.681,15.696 -1.529,-0.401 -3.092,-0.705 -4.683,-0.907 4.448,-11.521 15.683,-19.465 28.363,-19.465 12.74,0 24.035,8.035 28.435,19.659 -1.567,0.257 -3.104,0.613 -4.604,1.063 -3.879,-9.515 -13.281,-16.046 -23.83,-16.046 z m 17.75,18.471 c -1.415,0.717 -2.781,1.52 -4.089,2.407 -1.996,-5.619 -7.365,-9.656 -13.661,-9.656 -6.023,0 -11.199,3.693 -13.385,8.935 -1.324,-0.832 -2.703,-1.583 -4.13,-2.244 3.028,-6.772 9.854,-11.365 17.515,-11.365 7.853,-10e-4 14.851,4.851 17.75,11.923 z m -85.086,-18.471 c -10.44,0 -19.721,6.367 -23.682,15.695 -1.528,-0.4 -3.091,-0.704 -4.682,-0.906 4.448,-11.521 15.683,-19.465 28.363,-19.465 12.741,0 24.036,8.035 28.434,19.659 -1.566,0.257 -3.103,0.613 -4.604,1.063 -3.877,-9.515 -13.28,-16.046 -23.829,-16.046 z m 17.75,18.471 c -1.415,0.717 -2.781,1.52 -4.089,2.407 -1.997,-5.619 -7.365,-9.656 -13.661,-9.656 -6.023,0 -11.199,3.694 -13.384,8.935 -1.325,-0.832 -2.704,-1.583 -4.131,-2.244 3.028,-6.772 9.854,-11.365 17.515,-11.365 7.853,-10e-4 14.852,4.851 17.75,11.923 z M 96.982,335.296 c -10.439,0 -19.721,6.367 -23.681,15.695 -1.528,-0.4 -3.092,-0.704 -4.682,-0.906 4.448,-11.521 15.682,-19.465 28.362,-19.465 12.741,0 24.036,8.035 28.435,19.659 -1.566,0.257 -3.104,0.613 -4.604,1.063 -3.878,-9.515 -13.28,-16.046 -23.83,-16.046 z m 17.75,18.471 c -1.415,0.715 -2.78,1.52 -4.089,2.407 -1.997,-5.619 -7.365,-9.656 -13.661,-9.656 -6.023,0 -11.198,3.694 -13.383,8.935 -1.326,-0.832 -2.705,-1.583 -4.131,-2.244 3.027,-6.772 9.854,-11.365 17.514,-11.365 7.853,-10e-4 14.852,4.851 17.75,11.923 z M 29.647,301.945 c 4.363,0 7.914,3.534 7.945,7.891 -2.984,3.047 -5.455,6.613 -7.251,10.574 -2.044,-4.509 -4.97,-8.507 -8.527,-11.811 0.621,-3.769 3.891,-6.654 7.833,-6.654 z m -13.383,2.387 c -1.326,-0.832 -2.705,-1.582 -4.131,-2.243 3.028,-6.772 9.854,-11.365 17.514,-11.365 7.854,0 14.852,4.852 17.751,11.923 -1.415,0.717 -2.782,1.521 -4.09,2.408 -1.996,-5.62 -7.364,-9.656 -13.661,-9.656 -6.023,0 -11.198,3.693 -13.383,8.933 z m 47.746,0.886 c 12.561,0 23.722,7.807 28.248,19.165 -1.594,0.206 -3.16,0.516 -4.69,0.922 -4.031,-9.168 -13.245,-15.411 -23.558,-15.411 -10.469,0 -19.771,6.399 -23.713,15.769 -1.504,-0.456 -3.043,-0.819 -4.613,-1.081 4.474,-11.468 15.681,-19.364 28.326,-19.364 z M 29.647,250.825 c 4.363,0 7.914,3.534 7.945,7.891 -2.984,3.048 -5.455,6.614 -7.251,10.574 -2.044,-4.509 -4.97,-8.507 -8.527,-11.811 0.621,-3.767 3.891,-6.654 7.833,-6.654 z m -13.383,2.389 c -1.326,-0.832 -2.705,-1.583 -4.131,-2.244 3.028,-6.771 9.854,-11.365 17.514,-11.365 7.854,0 14.852,4.852 17.751,11.924 -1.415,0.716 -2.782,1.52 -4.09,2.407 -1.996,-5.619 -7.364,-9.656 -13.661,-9.656 -6.023,0 -11.198,3.693 -13.383,8.934 z m 47.746,0.884 c 12.561,0 23.721,7.807 28.248,19.165 -1.594,0.207 -3.16,0.517 -4.69,0.923 -4.031,-9.168 -13.245,-15.412 -23.558,-15.412 -10.469,0 -19.771,6.4 -23.713,15.77 -1.504,-0.456 -3.043,-0.818 -4.613,-1.08 4.474,-11.47 15.681,-19.366 28.326,-19.366 z M 29.647,199.706 c 4.363,0 7.914,3.535 7.945,7.891 -2.984,3.048 -5.455,6.614 -7.251,10.574 -2.044,-4.51 -4.97,-8.508 -8.527,-11.811 0.621,-3.767 3.891,-6.654 7.833,-6.654 z m -13.383,2.389 c -1.326,-0.832 -2.705,-1.582 -4.131,-2.244 3.028,-6.772 9.854,-11.366 17.514,-11.366 7.854,0 14.852,4.853 17.751,11.925 -1.415,0.717 -2.782,1.52 -4.09,2.407 -1.996,-5.62 -7.364,-9.656 -13.661,-9.656 -6.023,-0.001 -11.198,3.693 -13.383,8.934 z m 47.746,0.885 c 12.561,0 23.721,7.807 28.248,19.164 -1.594,0.207 -3.16,0.517 -4.69,0.923 -4.031,-9.169 -13.245,-15.412 -23.558,-15.412 -10.469,0 -19.771,6.4 -23.713,15.771 -1.504,-0.458 -3.043,-0.819 -4.613,-1.082 C 40.158,210.875 51.365,202.98 64.01,202.98 Z M 29.647,148.587 c 4.363,0 7.914,3.535 7.945,7.891 -2.984,3.048 -5.455,6.614 -7.251,10.574 -2.044,-4.509 -4.97,-8.507 -8.527,-11.811 0.621,-3.768 3.891,-6.654 7.833,-6.654 z m -13.383,2.389 c -1.326,-0.833 -2.705,-1.583 -4.131,-2.244 3.028,-6.772 9.854,-11.366 17.514,-11.366 7.854,0 14.852,4.853 17.751,11.925 -1.415,0.716 -2.782,1.521 -4.09,2.407 -1.996,-5.62 -7.364,-9.656 -13.661,-9.656 -6.023,-0.001 -11.198,3.694 -13.383,8.934 z m 47.746,0.885 c 12.561,0 23.721,7.806 28.248,19.165 -1.594,0.206 -3.16,0.516 -4.69,0.923 -4.031,-9.169 -13.245,-15.413 -23.558,-15.413 -10.469,0 -19.771,6.4 -23.713,15.77 -1.504,-0.456 -3.043,-0.818 -4.613,-1.081 4.474,-11.469 15.681,-19.364 28.326,-19.364 z M 29.647,97.468 c 4.363,0 7.914,3.534 7.945,7.891 -2.984,3.049 -5.455,6.614 -7.251,10.574 -2.044,-4.509 -4.97,-8.507 -8.527,-11.811 0.621,-3.767 3.891,-6.654 7.833,-6.654 z m -13.383,2.389 c -1.326,-0.832 -2.705,-1.583 -4.131,-2.244 3.028,-6.772 9.854,-11.366 17.514,-11.366 7.854,0 14.852,4.853 17.751,11.925 -1.415,0.717 -2.782,1.521 -4.09,2.407 -1.996,-5.619 -7.364,-9.655 -13.661,-9.655 -6.023,-0.001 -11.198,3.692 -13.383,8.933 z m 47.746,0.884 c 12.561,0 23.721,7.807 28.248,19.165 -1.594,0.206 -3.16,0.516 -4.69,0.922 -4.031,-9.168 -13.245,-15.412 -23.558,-15.412 -10.469,0 -19.771,6.401 -23.713,15.77 -1.504,-0.456 -3.043,-0.818 -4.613,-1.081 4.474,-11.468 15.681,-19.364 28.326,-19.364 z M 29.647,46.349 c 4.363,0 7.914,3.534 7.945,7.891 -2.984,3.048 -5.455,6.614 -7.251,10.574 -2.044,-4.509 -4.97,-8.507 -8.527,-11.811 0.621,-3.767 3.891,-6.654 7.833,-6.654 z m -13.383,2.389 c -1.326,-0.833 -2.705,-1.583 -4.131,-2.244 3.028,-6.771 9.854,-11.365 17.514,-11.365 7.854,0 14.852,4.852 17.751,11.924 -1.415,0.716 -2.782,1.521 -4.09,2.407 -1.996,-5.62 -7.364,-9.656 -13.661,-9.656 -6.023,-0.001 -11.198,3.693 -13.383,8.934 z m 47.746,0.884 c 12.561,0 23.721,7.807 28.248,19.165 -1.594,0.206 -3.16,0.517 -4.69,0.923 C 83.537,60.541 74.323,54.297 64.01,54.297 c -10.469,0 -19.771,6.4 -23.713,15.77 -1.504,-0.456 -3.043,-0.818 -4.613,-1.08 C 40.158,57.518 51.365,49.622 64.01,49.622 Z M 63.314,39.098 c -1.791,-3.951 -4.26,-7.51 -7.236,-10.554 0.186,-4.22 3.666,-7.599 7.932,-7.599 3.845,0 7.059,2.744 7.79,6.376 -3.54,3.296 -6.448,7.284 -8.486,11.777 z m 68.031,10.524 c 12.562,0 23.722,7.807 28.25,19.165 -1.595,0.206 -3.161,0.517 -4.692,0.923 -4.031,-9.169 -13.244,-15.413 -23.558,-15.413 -10.468,0 -19.77,6.4 -23.712,15.77 -1.504,-0.456 -3.044,-0.818 -4.613,-1.08 4.474,-11.469 15.681,-19.365 28.325,-19.365 z M 130.65,39.098 c -1.791,-3.951 -4.26,-7.51 -7.236,-10.554 0.185,-4.22 3.666,-7.599 7.931,-7.599 3.845,0 7.06,2.744 7.791,6.376 -3.54,3.296 -6.448,7.284 -8.486,11.777 z m 68.031,10.524 c 12.562,0 23.722,7.807 28.25,19.165 -1.595,0.206 -3.161,0.517 -4.692,0.923 -4.031,-9.169 -13.244,-15.413 -23.558,-15.413 -10.468,0 -19.77,6.4 -23.713,15.77 -1.503,-0.456 -3.043,-0.818 -4.612,-1.08 4.474,-11.469 15.681,-19.365 28.325,-19.365 z m -0.695,-10.524 c -1.792,-3.951 -4.26,-7.51 -7.236,-10.554 0.185,-4.22 3.666,-7.599 7.931,-7.599 3.845,0 7.059,2.744 7.791,6.377 -3.54,3.296 -6.449,7.283 -8.486,11.776 z m 68.031,10.524 c 12.562,0 23.722,7.807 28.25,19.165 -1.594,0.206 -3.161,0.517 -4.691,0.923 -4.032,-9.169 -13.246,-15.413 -23.559,-15.413 -10.468,0 -19.77,6.401 -23.712,15.77 -1.505,-0.456 -3.043,-0.818 -4.613,-1.08 4.474,-11.469 15.681,-19.365 28.325,-19.365 z m -0.695,-10.524 c -1.792,-3.951 -4.26,-7.51 -7.236,-10.554 0.185,-4.22 3.666,-7.599 7.931,-7.599 3.845,0 7.06,2.744 7.791,6.377 -3.54,3.296 -6.45,7.283 -8.486,11.776 z m 0.695,270.796 c -10.468,0 -19.77,6.399 -23.712,15.769 -1.505,-0.456 -3.043,-0.819 -4.613,-1.081 4.475,-11.468 15.682,-19.363 28.325,-19.363 12.562,0 23.722,7.806 28.25,19.165 -1.594,0.206 -3.161,0.516 -4.691,0.922 -4.033,-9.169 -13.247,-15.412 -23.559,-15.412 z m 17.392,17.653 c -1.421,0.666 -2.796,1.419 -4.117,2.254 -2.243,-5.108 -7.348,-8.687 -13.275,-8.687 -6.202,0 -11.507,3.917 -13.57,9.408 -1.302,-0.89 -2.663,-1.696 -4.072,-2.416 2.959,-6.937 9.869,-11.668 17.643,-11.668 7.545,0.001 14.303,4.483 17.391,11.109 z m -84.728,-17.653 c -10.468,0 -19.77,6.399 -23.713,15.769 -1.503,-0.456 -3.043,-0.819 -4.612,-1.081 4.475,-11.468 15.682,-19.363 28.325,-19.363 12.562,0 23.722,7.806 28.25,19.165 -1.595,0.206 -3.161,0.516 -4.692,0.922 -4.032,-9.169 -13.245,-15.412 -23.558,-15.412 z m 17.391,17.653 c -1.421,0.666 -2.795,1.419 -4.115,2.254 -2.244,-5.108 -7.349,-8.687 -13.276,-8.687 -6.203,0 -11.506,3.917 -13.57,9.408 -1.303,-0.89 -2.663,-1.696 -4.071,-2.416 2.958,-6.937 9.868,-11.668 17.642,-11.668 7.546,0.001 14.302,4.483 17.39,11.109 z m -84.727,-17.653 c -10.468,0 -19.77,6.399 -23.712,15.769 -1.504,-0.456 -3.044,-0.819 -4.613,-1.081 4.475,-11.468 15.682,-19.363 28.325,-19.363 12.562,0 23.722,7.806 28.25,19.165 -1.595,0.206 -3.161,0.516 -4.692,0.922 -4.032,-9.169 -13.245,-15.412 -23.558,-15.412 z m 17.392,17.653 c -1.421,0.666 -2.796,1.419 -4.116,2.254 -2.243,-5.108 -7.348,-8.687 -13.276,-8.687 -6.203,0 -11.505,3.917 -13.57,9.408 -1.303,-0.89 -2.663,-1.696 -4.071,-2.416 2.958,-6.937 9.868,-11.668 17.642,-11.668 7.546,0.001 14.303,4.483 17.391,11.109 z M 125.417,94.684 c -1.566,0.257 -3.104,0.613 -4.604,1.063 -3.879,-9.514 -13.28,-16.045 -23.83,-16.045 -10.439,0 -19.721,6.366 -23.681,15.695 C 71.774,94.996 70.21,94.692 68.62,94.49 73.068,82.969 84.302,75.026 96.982,75.026 c 12.742,0 24.037,8.034 28.435,19.658 z M 89.149,53.003 c 0.621,-3.768 3.892,-6.654 7.833,-6.654 4.363,0 7.914,3.534 7.945,7.891 -2.983,3.048 -5.456,6.614 -7.251,10.574 -2.044,-4.509 -4.969,-8.507 -8.527,-11.811 z m 103.603,41.681 c -1.566,0.257 -3.103,0.613 -4.604,1.063 -3.878,-9.514 -13.28,-16.045 -23.829,-16.045 -10.44,0 -19.721,6.366 -23.682,15.695 -1.528,-0.401 -3.091,-0.705 -4.682,-0.907 4.448,-11.521 15.683,-19.464 28.363,-19.464 12.742,0 24.037,8.035 28.434,19.658 z m -36.267,-41.68 c 0.621,-3.769 3.892,-6.655 7.833,-6.655 4.363,0 7.914,3.534 7.946,7.891 -2.984,3.048 -5.457,6.614 -7.252,10.574 -2.043,-4.509 -4.969,-8.507 -8.527,-11.81 z m 103.604,41.68 c -1.567,0.257 -3.104,0.613 -4.604,1.063 -3.879,-9.514 -13.281,-16.045 -23.83,-16.045 -10.441,0 -19.721,6.366 -23.681,15.695 -1.529,-0.401 -3.092,-0.705 -4.683,-0.907 4.448,-11.521 15.683,-19.464 28.363,-19.464 12.741,0 24.035,8.035 28.435,19.658 z M 223.82,53.003 c 0.622,-3.768 3.893,-6.654 7.834,-6.654 4.363,0 7.914,3.535 7.945,7.891 -2.983,3.049 -5.456,6.614 -7.251,10.574 -2.043,-4.509 -4.969,-8.507 -8.528,-11.811 z m 7.834,231.174 c -10.441,0 -19.721,6.367 -23.681,15.695 -1.529,-0.4 -3.092,-0.704 -4.683,-0.905 4.448,-11.522 15.683,-19.465 28.363,-19.465 12.74,0 24.035,8.035 28.435,19.658 -1.567,0.256 -3.104,0.612 -4.604,1.062 -3.879,-9.513 -13.281,-16.045 -23.83,-16.045 z m 17.75,18.471 c -1.415,0.716 -2.781,1.521 -4.089,2.408 -1.996,-5.621 -7.365,-9.657 -13.661,-9.657 -6.023,0 -11.199,3.693 -13.385,8.934 -1.324,-0.832 -2.703,-1.582 -4.13,-2.243 3.028,-6.772 9.854,-11.365 17.515,-11.365 7.853,-0.001 14.851,4.85 17.75,11.923 z m -85.086,-18.471 c -10.44,0 -19.721,6.367 -23.682,15.695 -1.528,-0.4 -3.091,-0.705 -4.682,-0.905 4.448,-11.522 15.683,-19.465 28.363,-19.465 12.741,0 24.036,8.035 28.434,19.658 -1.566,0.256 -3.103,0.612 -4.604,1.062 -3.877,-9.514 -13.28,-16.045 -23.829,-16.045 z m 17.75,18.471 c -1.415,0.716 -2.781,1.521 -4.089,2.407 -1.997,-5.62 -7.365,-9.656 -13.661,-9.656 -6.023,0 -11.199,3.693 -13.384,8.934 -1.325,-0.831 -2.704,-1.582 -4.131,-2.243 3.028,-6.771 9.854,-11.365 17.515,-11.365 7.853,-0.001 14.852,4.85 17.75,11.923 z M 131.345,100.741 c 12.562,0 23.722,7.807 28.25,19.165 -1.595,0.206 -3.161,0.516 -4.692,0.922 -4.031,-9.168 -13.244,-15.412 -23.558,-15.412 -10.468,0 -19.77,6.401 -23.712,15.77 -1.504,-0.456 -3.044,-0.818 -4.613,-1.081 4.474,-11.468 15.681,-19.364 28.325,-19.364 z M 130.65,90.217 c -1.791,-3.95 -4.26,-7.51 -7.236,-10.554 0.185,-4.221 3.666,-7.599 7.931,-7.599 3.845,0 7.06,2.744 7.791,6.376 -3.54,3.297 -6.448,7.284 -8.486,11.777 z m 68.031,10.524 c 12.562,0 23.722,7.807 28.25,19.165 -1.595,0.206 -3.161,0.516 -4.692,0.922 -4.031,-9.168 -13.244,-15.412 -23.558,-15.412 -10.468,0 -19.77,6.401 -23.713,15.77 -1.503,-0.456 -3.043,-0.818 -4.612,-1.081 4.474,-11.468 15.681,-19.364 28.325,-19.364 z m -0.695,-10.524 c -1.792,-3.95 -4.26,-7.51 -7.236,-10.554 0.185,-4.221 3.666,-7.599 7.931,-7.599 3.845,0 7.059,2.744 7.791,6.377 -3.54,3.297 -6.449,7.283 -8.486,11.776 z m 0.695,168.557 c -10.468,0 -19.77,6.4 -23.713,15.77 -1.503,-0.456 -3.043,-0.818 -4.612,-1.08 4.475,-11.469 15.682,-19.365 28.325,-19.365 12.562,0 23.722,7.808 28.25,19.165 -1.595,0.207 -3.161,0.517 -4.692,0.923 -4.032,-9.169 -13.245,-15.413 -23.558,-15.413 z m 17.391,17.655 c -1.421,0.665 -2.795,1.418 -4.115,2.254 -2.244,-5.109 -7.349,-8.688 -13.276,-8.688 -6.203,0 -11.506,3.918 -13.57,9.407 -1.303,-0.889 -2.663,-1.695 -4.072,-2.414 2.958,-6.937 9.869,-11.669 17.643,-11.669 7.546,10e-4 14.302,4.483 17.39,11.11 z m -23.32,-130.626 c -1.566,0.257 -3.103,0.612 -4.604,1.063 -3.878,-9.514 -13.28,-16.045 -23.829,-16.045 -10.44,0 -19.721,6.366 -23.682,15.695 -1.528,-0.401 -3.091,-0.705 -4.682,-0.907 4.448,-11.521 15.683,-19.464 28.363,-19.464 12.742,0 24.037,8.035 28.434,19.658 z m -36.267,-41.68 c 0.621,-3.769 3.892,-6.655 7.833,-6.655 4.363,0 7.914,3.534 7.946,7.891 -2.984,3.049 -5.457,6.614 -7.252,10.574 -2.043,-4.509 -4.969,-8.507 -8.527,-11.81 z m 42.196,114.753 c -6.203,0 -11.506,3.918 -13.57,9.408 -1.303,-0.89 -2.663,-1.696 -4.072,-2.415 2.958,-6.938 9.869,-11.669 17.643,-11.669 7.547,0 14.304,4.482 17.392,11.109 -1.421,0.665 -2.795,1.418 -4.115,2.254 -2.246,-5.108 -7.351,-8.687 -13.278,-8.687 z m 7.791,12.923 c -3.54,3.296 -6.448,7.281 -8.485,11.775 -1.792,-3.951 -4.26,-7.51 -7.236,-10.554 0.185,-4.221 3.666,-7.599 7.931,-7.599 3.843,0.001 7.057,2.744 7.79,6.378 z m -7.791,-24.144 c -10.468,0 -19.77,6.4 -23.713,15.771 -1.503,-0.458 -3.043,-0.819 -4.612,-1.082 4.475,-11.468 15.682,-19.363 28.325,-19.363 12.562,0 23.722,7.807 28.25,19.164 -1.595,0.207 -3.161,0.517 -4.692,0.923 -4.032,-9.169 -13.245,-15.413 -23.558,-15.413 z m -0.695,-15.199 c -1.792,-3.952 -4.26,-7.511 -7.236,-10.555 0.185,-4.22 3.666,-7.599 7.931,-7.599 3.845,0 7.059,2.744 7.791,6.376 -3.54,3.298 -6.449,7.284 -8.486,11.778 z m 0.695,-24.699 c -6.203,0 -11.506,3.918 -13.57,9.407 -1.303,-0.889 -2.663,-1.694 -4.072,-2.414 2.958,-6.938 9.869,-11.669 17.643,-11.669 7.547,0 14.304,4.482 17.392,11.109 -1.421,0.665 -2.795,1.418 -4.115,2.253 -2.246,-5.108 -7.351,-8.686 -13.278,-8.686 z m 0,-11.222 c -10.468,0 -19.77,6.4 -23.713,15.77 -1.503,-0.456 -3.043,-0.818 -4.612,-1.081 4.475,-11.468 15.682,-19.363 28.325,-19.363 12.562,0 23.722,7.807 28.25,19.165 -1.595,0.206 -3.161,0.516 -4.692,0.923 -4.032,-9.169 -13.245,-15.414 -23.558,-15.414 z m -0.695,-15.199 c -1.792,-3.951 -4.26,-7.51 -7.236,-10.554 0.185,-4.221 3.666,-7.599 7.931,-7.599 3.845,0 7.059,2.744 7.791,6.376 -3.54,3.298 -6.449,7.284 -8.486,11.777 z m 0.695,-24.698 c -6.203,0 -11.506,3.917 -13.57,9.407 -1.303,-0.889 -2.663,-1.694 -4.072,-2.414 2.958,-6.937 9.869,-11.669 17.643,-11.669 7.547,0 14.304,4.482 17.392,11.109 -1.421,0.665 -2.795,1.418 -4.115,2.254 -2.246,-5.109 -7.351,-8.687 -13.278,-8.687 z m -34.363,20.727 c 7.853,0 14.852,4.853 17.75,11.925 -1.415,0.717 -2.781,1.521 -4.089,2.407 -1.997,-5.62 -7.365,-9.656 -13.661,-9.656 -6.023,0 -11.199,3.694 -13.384,8.935 -1.325,-0.832 -2.704,-1.583 -4.131,-2.244 3.029,-6.772 9.854,-11.367 17.515,-11.367 z m 0,11.222 c 4.363,0 7.914,3.535 7.946,7.891 -2.984,3.048 -5.457,6.614 -7.252,10.574 -2.044,-4.509 -4.97,-8.507 -8.527,-11.811 0.621,-3.768 3.892,-6.654 7.833,-6.654 z m 28.434,48.335 c -1.566,0.257 -3.103,0.612 -4.604,1.063 -3.878,-9.515 -13.28,-16.045 -23.829,-16.045 -10.44,0 -19.721,6.366 -23.682,15.694 -1.528,-0.399 -3.091,-0.704 -4.682,-0.905 4.448,-11.522 15.683,-19.465 28.363,-19.465 12.742,0 24.037,8.035 28.434,19.658 z m -28.434,-8.437 c 7.853,0 14.852,4.853 17.75,11.925 -1.415,0.717 -2.781,1.52 -4.089,2.407 -1.997,-5.62 -7.365,-9.656 -13.661,-9.656 -6.023,0 -11.199,3.694 -13.384,8.935 -1.325,-0.832 -2.704,-1.582 -4.131,-2.243 3.029,-6.775 9.854,-11.368 17.515,-11.368 z m 0,11.221 c 4.363,0 7.914,3.535 7.946,7.891 -2.984,3.048 -5.457,6.614 -7.252,10.574 -2.044,-4.509 -4.97,-8.507 -8.527,-11.811 0.621,-3.767 3.892,-6.654 7.833,-6.654 z m 28.434,48.335 c -1.566,0.257 -3.103,0.613 -4.604,1.063 -3.878,-9.514 -13.28,-16.045 -23.829,-16.045 -10.44,0 -19.721,6.366 -23.682,15.694 -1.528,-0.4 -3.091,-0.704 -4.682,-0.905 4.448,-11.522 15.683,-19.465 28.363,-19.465 12.742,0 24.037,8.035 28.434,19.658 z m -28.434,-8.436 c 7.853,0 14.852,4.852 17.75,11.924 -1.415,0.716 -2.781,1.52 -4.089,2.407 -1.997,-5.619 -7.365,-9.656 -13.661,-9.656 -6.023,0 -11.199,3.694 -13.384,8.935 -1.325,-0.832 -2.704,-1.583 -4.131,-2.244 3.029,-6.772 9.854,-11.366 17.515,-11.366 z m 0,11.22 c 4.363,0 7.914,3.534 7.946,7.891 -2.984,3.048 -5.457,6.614 -7.252,10.574 -2.044,-4.509 -4.97,-8.507 -8.527,-11.811 0.621,-3.767 3.892,-6.654 7.833,-6.654 z m 59.502,6.655 c 0.622,-3.768 3.893,-6.654 7.834,-6.654 4.363,0 7.914,3.535 7.945,7.892 -2.983,3.047 -5.456,6.613 -7.251,10.573 -2.043,-4.509 -4.969,-8.508 -8.528,-11.811 z m 7.834,-13.2 c -6.023,0 -11.199,3.694 -13.385,8.935 -1.324,-0.832 -2.703,-1.583 -4.13,-2.244 3.028,-6.771 9.854,-11.365 17.515,-11.365 7.853,0 14.851,4.852 17.75,11.924 -1.415,0.716 -2.781,1.52 -4.089,2.407 -1.997,-5.62 -7.365,-9.657 -13.661,-9.657 z m 0,-11.221 c -10.441,0 -19.721,6.366 -23.681,15.694 -1.529,-0.4 -3.092,-0.704 -4.683,-0.905 4.448,-11.522 15.683,-19.465 28.363,-19.465 12.74,0 24.035,8.035 28.435,19.658 -1.567,0.257 -3.104,0.613 -4.604,1.063 -3.879,-9.514 -13.281,-16.045 -23.83,-16.045 z m -7.834,-26.698 c 0.622,-3.768 3.893,-6.654 7.834,-6.654 4.363,0 7.914,3.535 7.945,7.891 -2.983,3.049 -5.456,6.614 -7.251,10.574 -2.043,-4.511 -4.969,-8.509 -8.528,-11.811 z m 7.834,-13.201 c -6.023,0 -11.199,3.694 -13.385,8.935 -1.324,-0.832 -2.703,-1.582 -4.13,-2.244 3.028,-6.772 9.854,-11.366 17.515,-11.366 7.853,0 14.851,4.853 17.75,11.925 -1.415,0.717 -2.781,1.521 -4.089,2.408 -1.997,-5.621 -7.365,-9.658 -13.661,-9.658 z m 0,-11.22 c -10.441,0 -19.721,6.366 -23.681,15.694 -1.529,-0.399 -3.092,-0.704 -4.683,-0.905 4.448,-11.522 15.683,-19.465 28.363,-19.465 12.74,0 24.035,8.035 28.435,19.658 -1.567,0.257 -3.104,0.612 -4.604,1.063 -3.879,-9.514 -13.281,-16.045 -23.83,-16.045 z m -7.834,-26.699 c 0.622,-3.769 3.893,-6.654 7.834,-6.654 4.363,0 7.914,3.535 7.945,7.892 -2.983,3.048 -5.456,6.613 -7.251,10.573 -2.043,-4.509 -4.969,-8.507 -8.528,-11.811 z m 7.834,-13.2 c -6.023,0 -11.199,3.694 -13.385,8.935 -1.324,-0.833 -2.703,-1.583 -4.13,-2.244 3.028,-6.772 9.854,-11.366 17.515,-11.366 7.853,0 14.851,4.853 17.75,11.925 -1.415,0.717 -2.781,1.521 -4.089,2.407 -1.997,-5.621 -7.365,-9.657 -13.661,-9.657 z m 0,-11.22 c -10.441,0 -19.721,6.366 -23.681,15.695 -1.529,-0.401 -3.092,-0.705 -4.683,-0.907 4.448,-11.521 15.683,-19.464 28.363,-19.464 12.74,0 24.035,8.035 28.435,19.658 -1.567,0.257 -3.104,0.612 -4.604,1.063 -3.879,-9.514 -13.281,-16.045 -23.83,-16.045 z m -7.834,-26.699 c 0.622,-3.768 3.893,-6.654 7.834,-6.654 4.363,0 7.914,3.534 7.945,7.892 -2.983,3.048 -5.456,6.613 -7.251,10.573 -2.043,-4.509 -4.969,-8.507 -8.528,-11.811 z m 7.834,-13.199 c -6.023,0 -11.199,3.693 -13.385,8.934 -1.324,-0.832 -2.703,-1.583 -4.13,-2.244 3.028,-6.772 9.854,-11.366 17.515,-11.366 7.853,0 14.851,4.853 17.75,11.925 -1.415,0.717 -2.781,1.521 -4.089,2.408 -1.997,-5.621 -7.365,-9.657 -13.661,-9.657 z m -53.674,9.655 c -1.997,-5.619 -7.365,-9.655 -13.661,-9.655 -6.023,0 -11.199,3.693 -13.384,8.934 -1.325,-0.832 -2.704,-1.583 -4.131,-2.244 3.028,-6.771 9.854,-11.366 17.515,-11.366 7.853,0 14.852,4.853 17.75,11.925 -1.416,0.716 -2.782,1.52 -4.089,2.406 z m -46.635,11.384 c 7.547,0 14.305,4.482 17.393,11.109 -1.421,0.665 -2.796,1.418 -4.116,2.253 -2.243,-5.108 -7.349,-8.687 -13.276,-8.687 -6.203,0 -11.505,3.917 -13.57,9.407 -1.303,-0.889 -2.663,-1.694 -4.071,-2.414 2.956,-6.935 9.866,-11.668 17.64,-11.668 z m 0,11.222 c 3.845,0 7.06,2.744 7.791,6.376 -3.54,3.297 -6.448,7.283 -8.485,11.776 -1.791,-3.951 -4.26,-7.51 -7.236,-10.554 0.184,-4.22 3.665,-7.598 7.93,-7.598 z m 0,28.677 c 12.562,0 23.722,7.807 28.25,19.165 -1.595,0.206 -3.161,0.516 -4.692,0.923 -4.031,-9.169 -13.244,-15.413 -23.558,-15.413 -10.468,0 -19.77,6.4 -23.712,15.77 -1.504,-0.456 -3.044,-0.818 -4.613,-1.081 4.474,-11.469 15.681,-19.364 28.325,-19.364 z m 0,11.22 c 7.547,0 14.305,4.482 17.393,11.109 -1.421,0.665 -2.796,1.418 -4.116,2.253 -2.243,-5.108 -7.349,-8.687 -13.276,-8.687 -6.203,0 -11.505,3.918 -13.57,9.407 -1.303,-0.889 -2.663,-1.694 -4.071,-2.414 2.956,-6.936 9.866,-11.668 17.64,-11.668 z m 0,11.222 c 3.845,0 7.06,2.743 7.791,6.376 -3.54,3.296 -6.448,7.282 -8.485,11.777 -1.791,-3.952 -4.26,-7.511 -7.236,-10.555 0.184,-4.219 3.665,-7.598 7.93,-7.598 z m 0,28.677 c 12.562,0 23.722,7.807 28.25,19.164 -1.595,0.207 -3.161,0.517 -4.692,0.923 -4.031,-9.168 -13.244,-15.412 -23.558,-15.412 -10.468,0 -19.77,6.4 -23.712,15.771 -1.504,-0.458 -3.044,-0.819 -4.613,-1.082 4.474,-11.469 15.681,-19.364 28.325,-19.364 z m 0,11.22 c 7.547,0 14.305,4.482 17.393,11.109 -1.421,0.665 -2.796,1.418 -4.116,2.254 -2.243,-5.109 -7.349,-8.688 -13.276,-8.688 -6.203,0 -11.505,3.918 -13.57,9.408 -1.303,-0.89 -2.663,-1.696 -4.071,-2.415 2.956,-6.936 9.866,-11.668 17.64,-11.668 z m 0,11.222 c 3.845,0 7.06,2.743 7.791,6.376 -3.54,3.296 -6.448,7.282 -8.485,11.776 -1.791,-3.951 -4.26,-7.51 -7.236,-10.554 0.184,-4.22 3.665,-7.598 7.93,-7.598 z m 0,28.676 c 12.562,0 23.722,7.808 28.25,19.165 -1.595,0.207 -3.161,0.517 -4.692,0.923 -4.031,-9.168 -13.244,-15.412 -23.558,-15.412 -10.468,0 -19.77,6.4 -23.712,15.77 -1.504,-0.456 -3.044,-0.818 -4.613,-1.08 4.474,-11.47 15.681,-19.366 28.325,-19.366 z m 0,11.222 c 7.547,0 14.305,4.482 17.393,11.109 -1.421,0.665 -2.796,1.418 -4.116,2.253 -2.243,-5.108 -7.349,-8.687 -13.276,-8.687 -6.203,0 -11.505,3.918 -13.57,9.407 -1.303,-0.889 -2.663,-1.695 -4.071,-2.414 2.956,-6.936 9.866,-11.668 17.64,-11.668 z m 0,11.22 c 3.845,0 7.06,2.745 7.791,6.377 -3.54,3.296 -6.448,7.283 -8.485,11.776 -1.791,-3.951 -4.26,-7.511 -7.236,-10.554 0.184,-4.22 3.665,-7.599 7.93,-7.599 z m 59.405,7.6 c 0.185,-4.221 3.666,-7.6 7.931,-7.6 3.845,0 7.059,2.745 7.791,6.378 -3.54,3.296 -6.448,7.282 -8.485,11.775 -1.793,-3.951 -4.26,-7.51 -7.237,-10.553 z m 67.336,0 c 0.185,-4.221 3.666,-7.6 7.931,-7.6 3.845,0 7.06,2.745 7.791,6.378 -3.54,3.296 -6.449,7.282 -8.485,11.775 -1.793,-3.951 -4.26,-7.51 -7.237,-10.553 z m 7.931,-14.145 c -6.202,0 -11.507,3.918 -13.57,9.407 -1.302,-0.889 -2.663,-1.695 -4.072,-2.414 2.959,-6.937 9.869,-11.669 17.643,-11.669 7.547,0 14.305,4.482 17.393,11.109 -1.421,0.665 -2.796,1.418 -4.117,2.254 -2.245,-5.108 -7.35,-8.687 -13.277,-8.687 z m 0,-11.221 c -10.468,0 -19.77,6.4 -23.712,15.77 -1.505,-0.456 -3.043,-0.818 -4.613,-1.08 4.475,-11.469 15.682,-19.365 28.325,-19.365 12.562,0 23.722,7.808 28.25,19.165 -1.594,0.207 -3.161,0.517 -4.691,0.923 -4.033,-9.169 -13.247,-15.413 -23.559,-15.413 z m -0.695,-15.2 c -1.792,-3.951 -4.26,-7.51 -7.236,-10.554 0.185,-4.221 3.666,-7.599 7.931,-7.599 3.845,0 7.06,2.743 7.791,6.377 -3.54,3.297 -6.45,7.282 -8.486,11.776 z m 0.695,-24.698 c -6.202,0 -11.507,3.918 -13.57,9.408 -1.302,-0.89 -2.663,-1.696 -4.072,-2.415 2.959,-6.938 9.869,-11.669 17.643,-11.669 7.547,0 14.305,4.482 17.393,11.109 -1.421,0.665 -2.796,1.418 -4.117,2.254 -2.245,-5.108 -7.35,-8.687 -13.277,-8.687 z m 0,-11.221 c -10.468,0 -19.77,6.4 -23.712,15.771 -1.505,-0.458 -3.043,-0.819 -4.613,-1.082 4.475,-11.468 15.682,-19.363 28.325,-19.363 12.562,0 23.722,7.807 28.25,19.164 -1.594,0.207 -3.161,0.517 -4.691,0.923 -4.033,-9.169 -13.247,-15.413 -23.559,-15.413 z m -0.695,-15.199 c -1.792,-3.952 -4.26,-7.511 -7.236,-10.555 0.185,-4.22 3.666,-7.599 7.931,-7.599 3.845,0 7.06,2.744 7.791,6.376 -3.54,3.298 -6.45,7.284 -8.486,11.778 z m 0.695,-24.699 c -6.202,0 -11.507,3.918 -13.57,9.407 -1.302,-0.889 -2.663,-1.694 -4.072,-2.414 2.959,-6.938 9.869,-11.669 17.643,-11.669 7.547,0 14.305,4.482 17.393,11.109 -1.421,0.665 -2.796,1.418 -4.117,2.253 -2.245,-5.108 -7.35,-8.686 -13.277,-8.686 z m 0,-11.222 c -10.468,0 -19.77,6.401 -23.712,15.77 -1.505,-0.456 -3.043,-0.818 -4.613,-1.081 4.475,-11.468 15.682,-19.363 28.325,-19.363 12.562,0 23.722,7.807 28.25,19.165 -1.594,0.206 -3.161,0.516 -4.691,0.923 -4.033,-9.169 -13.247,-15.414 -23.559,-15.414 z m -0.695,-15.199 c -1.792,-3.951 -4.26,-7.51 -7.236,-10.554 0.185,-4.221 3.666,-7.599 7.931,-7.599 3.845,0 7.06,2.744 7.791,6.376 -3.54,3.298 -6.45,7.284 -8.486,11.777 z m 0.695,-24.698 c -6.202,0 -11.507,3.918 -13.57,9.407 -1.302,-0.889 -2.663,-1.694 -4.072,-2.414 2.959,-6.937 9.869,-11.669 17.643,-11.669 7.547,0 14.305,4.482 17.393,11.109 -1.421,0.665 -2.796,1.418 -4.117,2.254 -2.245,-5.109 -7.35,-8.687 -13.277,-8.687 z m 0,-11.222 c -10.468,0 -19.77,6.401 -23.712,15.77 -1.505,-0.456 -3.043,-0.818 -4.613,-1.081 4.475,-11.468 15.682,-19.363 28.325,-19.363 12.562,0 23.722,7.807 28.25,19.165 -1.594,0.206 -3.161,0.516 -4.691,0.922 -4.033,-9.169 -13.247,-15.413 -23.559,-15.413 z m -0.695,-15.199 c -1.792,-3.95 -4.26,-7.51 -7.236,-10.554 0.185,-4.221 3.666,-7.599 7.931,-7.599 3.845,0 7.06,2.744 7.791,6.377 -3.54,3.297 -6.45,7.283 -8.486,11.776 z m 0.695,-24.698 c -6.202,0 -11.507,3.918 -13.57,9.407 -1.302,-0.889 -2.663,-1.695 -4.072,-2.415 2.959,-6.936 9.869,-11.668 17.643,-11.668 7.547,0 14.305,4.482 17.393,11.109 -1.421,0.665 -2.796,1.418 -4.117,2.254 -2.245,-5.109 -7.35,-8.687 -13.277,-8.687 z m -54.06,8.687 c -2.244,-5.109 -7.349,-8.688 -13.276,-8.688 -6.203,0 -11.506,3.918 -13.57,9.407 -1.303,-0.889 -2.663,-1.695 -4.072,-2.415 2.958,-6.936 9.869,-11.668 17.643,-11.668 7.547,0 14.304,4.482 17.392,11.109 -1.423,0.666 -2.797,1.419 -4.117,2.255 z m -67.336,-0.001 c -2.243,-5.108 -7.349,-8.687 -13.276,-8.687 -6.203,0 -11.505,3.918 -13.57,9.407 -1.303,-0.889 -2.663,-1.695 -4.071,-2.415 2.958,-6.936 9.868,-11.668 17.642,-11.668 7.547,0 14.305,4.482 17.393,11.109 -1.423,0.666 -2.798,1.419 -4.118,2.254 z M 96.982,86.246 c 7.853,0 14.852,4.853 17.75,11.925 -1.415,0.717 -2.781,1.521 -4.089,2.407 -1.997,-5.619 -7.365,-9.655 -13.661,-9.655 -6.022,0 -11.198,3.693 -13.383,8.934 -1.326,-0.832 -2.705,-1.583 -4.131,-2.244 3.028,-6.773 9.854,-11.367 17.514,-11.367 z m 0,11.222 c 4.363,0 7.914,3.534 7.945,7.891 -2.983,3.049 -5.456,6.614 -7.251,10.574 -2.045,-4.509 -4.97,-8.507 -8.527,-11.811 0.622,-3.767 3.892,-6.654 7.833,-6.654 z m 28.435,48.335 c -1.566,0.257 -3.104,0.612 -4.604,1.063 -3.879,-9.514 -13.28,-16.045 -23.83,-16.045 -10.439,0 -19.721,6.366 -23.681,15.695 -1.528,-0.401 -3.092,-0.705 -4.682,-0.907 4.448,-11.521 15.682,-19.464 28.362,-19.464 12.742,0 24.037,8.035 28.435,19.658 z m -28.435,-8.438 c 7.853,0 14.852,4.853 17.75,11.925 -1.415,0.717 -2.781,1.521 -4.089,2.407 -1.997,-5.62 -7.365,-9.656 -13.661,-9.656 -6.022,0 -11.198,3.694 -13.383,8.935 -1.326,-0.832 -2.705,-1.583 -4.131,-2.244 3.028,-6.773 9.854,-11.367 17.514,-11.367 z m 0,11.222 c 4.363,0 7.914,3.535 7.945,7.891 -2.983,3.048 -5.456,6.614 -7.251,10.574 -2.045,-4.509 -4.97,-8.507 -8.527,-11.811 0.622,-3.768 3.892,-6.654 7.833,-6.654 z m 28.435,48.335 c -1.566,0.257 -3.104,0.612 -4.604,1.063 -3.879,-9.515 -13.28,-16.045 -23.83,-16.045 -10.439,0 -19.721,6.366 -23.681,15.694 -1.528,-0.399 -3.092,-0.704 -4.682,-0.905 4.448,-11.522 15.682,-19.465 28.362,-19.465 12.742,0 24.037,8.035 28.435,19.658 z m -28.435,-8.437 c 7.853,0 14.852,4.853 17.75,11.925 -1.415,0.717 -2.781,1.52 -4.089,2.407 -1.997,-5.62 -7.365,-9.656 -13.661,-9.656 -6.022,0 -11.198,3.694 -13.383,8.935 -1.326,-0.832 -2.705,-1.582 -4.131,-2.244 3.028,-6.774 9.854,-11.367 17.514,-11.367 z m 0,11.221 c 4.363,0 7.914,3.535 7.945,7.891 -2.983,3.048 -5.456,6.614 -7.251,10.574 -2.045,-4.51 -4.97,-8.508 -8.527,-11.811 0.622,-3.767 3.892,-6.654 7.833,-6.654 z m 28.435,48.335 c -1.566,0.257 -3.104,0.613 -4.604,1.063 -3.879,-9.514 -13.28,-16.045 -23.83,-16.045 -10.439,0 -19.721,6.366 -23.681,15.694 -1.528,-0.4 -3.092,-0.704 -4.682,-0.905 4.448,-11.522 15.682,-19.465 28.362,-19.465 12.742,0 24.037,8.035 28.435,19.658 z m -28.435,-8.436 c 7.853,0 14.852,4.852 17.75,11.924 -1.415,0.716 -2.781,1.52 -4.089,2.407 -1.997,-5.619 -7.365,-9.656 -13.661,-9.656 -6.022,0 -11.198,3.694 -13.383,8.935 -1.326,-0.832 -2.705,-1.583 -4.131,-2.244 3.028,-6.772 9.854,-11.366 17.514,-11.366 z m 0,11.22 c 4.363,0 7.914,3.534 7.945,7.891 -2.983,3.048 -5.456,6.614 -7.251,10.574 -2.045,-4.509 -4.97,-8.507 -8.527,-11.811 0.622,-3.767 3.892,-6.654 7.833,-6.654 z m 28.435,48.335 c -1.566,0.256 -3.104,0.612 -4.604,1.062 -3.879,-9.514 -13.28,-16.045 -23.83,-16.045 -10.439,0 -19.721,6.367 -23.681,15.695 -1.528,-0.4 -3.092,-0.705 -4.682,-0.905 4.448,-11.522 15.682,-19.465 28.362,-19.465 12.742,0 24.037,8.034 28.435,19.658 z m -28.435,-8.436 c 7.853,0 14.852,4.852 17.75,11.923 -1.415,0.717 -2.78,1.521 -4.089,2.408 -1.997,-5.62 -7.365,-9.656 -13.661,-9.656 -6.023,0 -11.198,3.693 -13.383,8.934 -1.326,-0.832 -2.705,-1.582 -4.131,-2.243 3.028,-6.773 9.854,-11.366 17.514,-11.366 z m 0,11.221 c 4.363,0 7.914,3.534 7.945,7.891 -2.983,3.048 -5.456,6.613 -7.251,10.574 -2.045,-4.509 -4.97,-8.507 -8.527,-11.811 0.622,-3.769 3.892,-6.654 7.833,-6.654 z m 59.503,6.654 c 0.621,-3.768 3.892,-6.654 7.833,-6.654 4.363,0 7.914,3.534 7.946,7.891 -2.984,3.048 -5.457,6.613 -7.252,10.574 -2.043,-4.509 -4.969,-8.507 -8.527,-11.811 z m 67.335,0 c 0.622,-3.769 3.893,-6.654 7.834,-6.654 4.363,0 7.914,3.535 7.945,7.892 -2.983,3.047 -5.456,6.612 -7.251,10.573 -2.043,-4.509 -4.969,-8.508 -8.528,-11.811 z m 67.336,0 c 0.621,-3.769 3.893,-6.654 7.834,-6.654 4.363,0 7.914,3.535 7.945,7.892 -2.983,3.047 -5.456,6.612 -7.25,10.573 -2.044,-4.509 -4.97,-8.508 -8.529,-11.811 z m 7.834,-13.2 c -6.023,0 -11.198,3.693 -13.384,8.934 -1.325,-0.832 -2.704,-1.582 -4.131,-2.243 3.028,-6.772 9.854,-11.365 17.515,-11.365 7.853,0 14.851,4.852 17.75,11.924 -1.415,0.716 -2.781,1.521 -4.09,2.408 -1.995,-5.622 -7.364,-9.658 -13.66,-9.658 z m 0,-11.222 c -10.44,0 -19.721,6.367 -23.681,15.695 -1.529,-0.4 -3.092,-0.704 -4.682,-0.905 4.448,-11.522 15.682,-19.465 28.362,-19.465 12.741,0 24.036,8.035 28.435,19.658 -1.566,0.256 -3.104,0.612 -4.605,1.062 -3.878,-9.513 -13.28,-16.045 -23.829,-16.045 z m -7.834,-26.697 c 0.621,-3.768 3.893,-6.654 7.834,-6.654 4.363,0 7.914,3.535 7.945,7.892 -2.983,3.047 -5.456,6.613 -7.25,10.573 -2.044,-4.509 -4.97,-8.508 -8.529,-11.811 z m 7.834,-13.2 c -6.023,0 -11.198,3.694 -13.384,8.935 -1.325,-0.832 -2.704,-1.583 -4.131,-2.244 3.028,-6.771 9.854,-11.365 17.515,-11.365 7.853,0 14.851,4.852 17.75,11.924 -1.415,0.716 -2.781,1.52 -4.09,2.407 -1.996,-5.62 -7.365,-9.657 -13.66,-9.657 z m 0,-11.221 c -10.44,0 -19.721,6.366 -23.681,15.694 -1.529,-0.4 -3.092,-0.704 -4.682,-0.905 4.448,-11.522 15.682,-19.465 28.362,-19.465 12.741,0 24.036,8.035 28.435,19.658 -1.566,0.257 -3.104,0.613 -4.605,1.063 -3.878,-9.514 -13.28,-16.045 -23.829,-16.045 z m -7.834,-26.698 c 0.621,-3.768 3.893,-6.654 7.834,-6.654 4.363,0 7.914,3.535 7.945,7.891 -2.983,3.049 -5.456,6.614 -7.25,10.574 -2.044,-4.511 -4.97,-8.509 -8.529,-11.811 z m 7.834,-13.201 c -6.023,0 -11.198,3.694 -13.384,8.935 -1.325,-0.832 -2.704,-1.582 -4.131,-2.244 3.028,-6.772 9.854,-11.366 17.515,-11.366 7.853,0 14.851,4.853 17.75,11.925 -1.415,0.717 -2.781,1.521 -4.09,2.408 -1.996,-5.621 -7.365,-9.658 -13.66,-9.658 z m 0,-11.22 c -10.44,0 -19.721,6.366 -23.681,15.694 -1.529,-0.399 -3.092,-0.704 -4.682,-0.905 4.448,-11.522 15.682,-19.465 28.362,-19.465 12.741,0 24.036,8.035 28.435,19.658 -1.566,0.257 -3.104,0.612 -4.605,1.063 -3.878,-9.514 -13.28,-16.045 -23.829,-16.045 z m -7.834,-26.699 c 0.621,-3.769 3.893,-6.654 7.834,-6.654 4.363,0 7.914,3.535 7.945,7.892 -2.983,3.048 -5.456,6.613 -7.25,10.573 -2.044,-4.509 -4.97,-8.507 -8.529,-11.811 z m 7.834,-13.2 c -6.023,0 -11.198,3.694 -13.384,8.935 -1.325,-0.833 -2.704,-1.583 -4.131,-2.244 3.028,-6.772 9.854,-11.366 17.515,-11.366 7.853,0 14.851,4.853 17.75,11.925 -1.415,0.717 -2.781,1.521 -4.09,2.407 -1.996,-5.621 -7.365,-9.657 -13.66,-9.657 z m 0,-11.22 c -10.44,0 -19.721,6.366 -23.681,15.695 -1.529,-0.401 -3.092,-0.705 -4.682,-0.907 4.448,-11.521 15.682,-19.464 28.362,-19.464 12.741,0 24.036,8.035 28.435,19.658 -1.566,0.257 -3.104,0.612 -4.605,1.063 -3.878,-9.514 -13.28,-16.045 -23.829,-16.045 z m -7.834,-26.699 c 0.621,-3.768 3.893,-6.654 7.834,-6.654 4.363,0 7.914,3.534 7.945,7.892 -2.983,3.048 -5.456,6.613 -7.25,10.573 -2.044,-4.509 -4.97,-8.507 -8.529,-11.811 z m 7.834,-13.199 c -6.023,0 -11.198,3.693 -13.384,8.934 -1.325,-0.832 -2.704,-1.583 -4.131,-2.244 3.028,-6.772 9.854,-11.366 17.515,-11.366 7.853,0 14.851,4.853 17.75,11.925 -1.415,0.717 -2.781,1.521 -4.09,2.408 -1.996,-5.621 -7.365,-9.657 -13.66,-9.657 z m 0,-11.222 c -10.44,0 -19.721,6.366 -23.681,15.695 -1.529,-0.401 -3.092,-0.705 -4.682,-0.907 4.448,-11.521 15.682,-19.464 28.362,-19.464 12.741,0 24.036,8.035 28.435,19.658 -1.566,0.257 -3.104,0.613 -4.605,1.063 -3.878,-9.513 -13.28,-16.045 -23.829,-16.045 z m -7.834,-26.698 c 0.621,-3.768 3.893,-6.654 7.834,-6.654 4.363,0 7.914,3.535 7.945,7.891 -2.983,3.049 -5.456,6.614 -7.25,10.574 -2.044,-4.509 -4.97,-8.507 -8.529,-11.811 z m 7.834,-13.2 c -6.023,0 -11.198,3.694 -13.384,8.935 -1.325,-0.833 -2.704,-1.583 -4.131,-2.244 3.028,-6.771 9.854,-11.365 17.515,-11.365 7.853,0 14.851,4.852 17.75,11.924 -1.415,0.717 -2.781,1.521 -4.09,2.408 -1.996,-5.621 -7.365,-9.658 -13.66,-9.658 z m -53.675,9.657 c -1.997,-5.62 -7.365,-9.657 -13.661,-9.657 -6.023,0 -11.199,3.694 -13.385,8.935 -1.324,-0.833 -2.703,-1.583 -4.13,-2.244 3.028,-6.771 9.854,-11.365 17.515,-11.365 7.853,0 14.851,4.852 17.75,11.924 -1.415,0.716 -2.781,1.52 -4.089,2.407 z M 177.98,49.459 c -1.997,-5.62 -7.365,-9.656 -13.661,-9.656 -6.023,0 -11.199,3.694 -13.384,8.935 -1.325,-0.832 -2.704,-1.583 -4.131,-2.244 3.028,-6.771 9.854,-11.365 17.515,-11.365 7.853,0 14.852,4.852 17.75,11.924 -1.416,0.716 -2.782,1.52 -4.089,2.406 z m -67.336,0 c -1.997,-5.62 -7.365,-9.656 -13.661,-9.656 -6.022,0 -11.198,3.694 -13.383,8.935 -1.326,-0.832 -2.705,-1.583 -4.131,-2.244 3.027,-6.771 9.854,-11.365 17.514,-11.365 7.853,0 14.852,4.852 17.75,11.924 -1.416,0.716 -2.782,1.52 -4.089,2.406 z M 64.01,60.843 c 7.546,0 14.304,4.482 17.392,11.109 -1.421,0.665 -2.796,1.418 -4.116,2.253 -2.243,-5.108 -7.349,-8.687 -13.275,-8.687 -6.203,0 -11.506,3.918 -13.57,9.407 C 49.138,74.036 47.778,73.23 46.369,72.51 49.326,65.575 56.236,60.843 64.01,60.843 Z m 0,11.222 c 3.845,0 7.059,2.744 7.79,6.376 -3.54,3.296 -6.448,7.283 -8.485,11.776 -1.791,-3.95 -4.26,-7.51 -7.236,-10.554 0.185,-4.22 3.665,-7.598 7.931,-7.598 z m 0,39.897 c 7.546,0 14.304,4.482 17.392,11.109 -1.421,0.665 -2.796,1.418 -4.116,2.253 -2.243,-5.108 -7.349,-8.687 -13.275,-8.687 -6.203,0 -11.506,3.917 -13.57,9.407 -1.303,-0.889 -2.663,-1.694 -4.072,-2.414 2.957,-6.935 9.867,-11.668 17.641,-11.668 z m 0,11.222 c 3.845,0 7.059,2.744 7.79,6.376 -3.54,3.297 -6.448,7.283 -8.485,11.776 -1.791,-3.951 -4.26,-7.51 -7.236,-10.554 0.185,-4.22 3.665,-7.598 7.931,-7.598 z m 0,39.897 c 7.546,0 14.304,4.482 17.392,11.109 -1.421,0.665 -2.796,1.418 -4.116,2.253 -2.243,-5.108 -7.349,-8.687 -13.275,-8.687 -6.203,0 -11.506,3.918 -13.57,9.407 -1.303,-0.889 -2.663,-1.694 -4.072,-2.414 2.957,-6.936 9.867,-11.668 17.641,-11.668 z m 0,11.222 c 3.845,0 7.059,2.743 7.79,6.376 -3.54,3.296 -6.448,7.282 -8.485,11.777 -1.791,-3.952 -4.26,-7.511 -7.236,-10.555 0.185,-4.219 3.665,-7.598 7.931,-7.598 z m 0,39.897 c 7.546,0 14.304,4.482 17.392,11.109 -1.421,0.664 -2.796,1.418 -4.116,2.254 -2.243,-5.109 -7.349,-8.688 -13.275,-8.688 -6.203,0 -11.506,3.918 -13.57,9.408 -1.303,-0.89 -2.663,-1.696 -4.072,-2.415 2.957,-6.936 9.867,-11.668 17.641,-11.668 z m 0,11.222 c 3.845,0 7.059,2.743 7.79,6.376 -3.54,3.296 -6.448,7.282 -8.485,11.776 -1.791,-3.951 -4.26,-7.51 -7.236,-10.554 0.185,-4.22 3.665,-7.598 7.931,-7.598 z m 0,39.898 c 7.546,0 14.304,4.482 17.392,11.109 -1.421,0.665 -2.796,1.418 -4.116,2.253 -2.243,-5.108 -7.349,-8.687 -13.275,-8.687 -6.203,0 -11.506,3.917 -13.57,9.407 -1.303,-0.889 -2.663,-1.695 -4.072,-2.414 2.957,-6.936 9.867,-11.668 17.641,-11.668 z m 0,11.22 c 3.845,0 7.059,2.745 7.79,6.377 -3.54,3.296 -6.448,7.283 -8.485,11.776 -1.791,-3.951 -4.26,-7.511 -7.236,-10.554 0.185,-4.22 3.665,-7.599 7.931,-7.599 z m 0,39.899 c 7.546,0 14.304,4.482 17.392,11.108 -1.421,0.666 -2.796,1.419 -4.116,2.254 -2.243,-5.108 -7.349,-8.687 -13.275,-8.687 -6.203,0 -11.506,3.917 -13.571,9.408 -1.302,-0.89 -2.662,-1.696 -4.071,-2.416 2.957,-6.936 9.867,-11.667 17.641,-11.667 z m 0,11.221 c 3.845,0 7.059,2.743 7.79,6.376 -3.54,3.297 -6.448,7.282 -8.485,11.776 -1.791,-3.951 -4.26,-7.511 -7.236,-10.554 0.185,-4.219 3.665,-7.598 7.931,-7.598 z m 59.404,7.599 c 0.185,-4.22 3.666,-7.599 7.931,-7.599 3.845,0 7.06,2.743 7.791,6.376 -3.54,3.297 -6.448,7.282 -8.485,11.776 -1.792,-3.95 -4.26,-7.51 -7.237,-10.553 z m 67.336,0 c 0.185,-4.22 3.666,-7.599 7.931,-7.599 3.845,0 7.059,2.743 7.791,6.376 -3.54,3.297 -6.448,7.282 -8.485,11.776 -1.793,-3.95 -4.26,-7.51 -7.237,-10.553 z m 67.336,0 c 0.185,-4.22 3.666,-7.599 7.931,-7.599 3.845,0 7.06,2.743 7.791,6.376 -3.54,3.297 -6.449,7.282 -8.485,11.776 -1.793,-3.95 -4.26,-7.51 -7.237,-10.553 z m 67.336,0 c 0.186,-4.22 3.666,-7.599 7.931,-7.599 3.845,0 7.06,2.743 7.791,6.376 -3.54,3.297 -6.448,7.282 -8.485,11.776 -1.792,-3.95 -4.261,-7.51 -7.237,-10.553 z m 7.931,-14.144 c -6.203,0 -11.506,3.917 -13.57,9.408 -1.303,-0.89 -2.663,-1.696 -4.072,-2.416 2.959,-6.937 9.869,-11.668 17.643,-11.668 7.547,0 14.305,4.482 17.393,11.108 -1.422,0.666 -2.796,1.419 -4.116,2.254 -2.245,-5.108 -7.35,-8.686 -13.278,-8.686 z m 0,-11.221 c -10.468,0 -19.77,6.399 -23.713,15.769 -1.503,-0.456 -3.043,-0.819 -4.612,-1.081 4.475,-11.468 15.682,-19.363 28.325,-19.363 12.562,0 23.722,7.806 28.249,19.165 -1.594,0.206 -3.16,0.516 -4.691,0.922 -4.032,-9.169 -13.245,-15.412 -23.558,-15.412 z m -0.695,-15.2 c -1.791,-3.951 -4.26,-7.511 -7.236,-10.554 0.186,-4.221 3.666,-7.6 7.931,-7.6 3.845,0 7.06,2.745 7.791,6.378 -3.54,3.296 -6.449,7.282 -8.486,11.776 z m 0.695,-24.699 c -6.203,0 -11.506,3.918 -13.57,9.407 -1.303,-0.889 -2.663,-1.695 -4.072,-2.414 2.959,-6.937 9.869,-11.669 17.643,-11.669 7.547,0 14.305,4.482 17.393,11.109 -1.422,0.665 -2.796,1.418 -4.116,2.254 -2.245,-5.108 -7.35,-8.687 -13.278,-8.687 z m 0,-11.221 c -10.468,0 -19.77,6.4 -23.713,15.77 -1.503,-0.456 -3.043,-0.818 -4.612,-1.08 4.475,-11.469 15.682,-19.365 28.325,-19.365 12.562,0 23.722,7.808 28.249,19.165 -1.594,0.207 -3.16,0.517 -4.691,0.923 -4.032,-9.169 -13.245,-15.413 -23.558,-15.413 z m -0.695,-15.2 c -1.791,-3.951 -4.26,-7.51 -7.236,-10.554 0.186,-4.221 3.666,-7.599 7.931,-7.599 3.845,0 7.06,2.743 7.791,6.377 -3.54,3.297 -6.449,7.282 -8.486,11.776 z m 0.695,-24.698 c -6.203,0 -11.506,3.918 -13.57,9.408 -1.303,-0.89 -2.663,-1.696 -4.072,-2.415 2.959,-6.938 9.869,-11.669 17.643,-11.669 7.547,0 14.305,4.482 17.393,11.109 -1.422,0.665 -2.796,1.418 -4.116,2.254 -2.245,-5.108 -7.35,-8.687 -13.278,-8.687 z m 0,-11.221 c -10.468,0 -19.77,6.4 -23.713,15.771 -1.503,-0.458 -3.043,-0.819 -4.612,-1.082 4.475,-11.468 15.682,-19.363 28.325,-19.363 12.562,0 23.722,7.807 28.249,19.164 -1.594,0.207 -3.16,0.517 -4.691,0.923 -4.032,-9.169 -13.245,-15.413 -23.558,-15.413 z m -0.695,-15.199 c -1.791,-3.952 -4.26,-7.511 -7.236,-10.555 0.186,-4.22 3.666,-7.599 7.931,-7.599 3.845,0 7.06,2.744 7.791,6.376 -3.54,3.298 -6.449,7.284 -8.486,11.778 z m 0.695,-24.699 c -6.203,0 -11.506,3.918 -13.57,9.407 -1.303,-0.889 -2.663,-1.694 -4.072,-2.414 2.959,-6.938 9.869,-11.669 17.643,-11.669 7.547,0 14.305,4.482 17.393,11.109 -1.422,0.665 -2.796,1.418 -4.116,2.253 -2.245,-5.108 -7.35,-8.686 -13.278,-8.686 z m 0,-11.222 c -10.468,0 -19.77,6.401 -23.713,15.77 -1.503,-0.456 -3.043,-0.818 -4.612,-1.081 4.475,-11.468 15.682,-19.363 28.325,-19.363 12.562,0 23.722,7.807 28.249,19.165 -1.594,0.206 -3.16,0.516 -4.691,0.923 -4.032,-9.169 -13.245,-15.414 -23.558,-15.414 z m -0.695,-15.199 c -1.791,-3.951 -4.26,-7.51 -7.236,-10.554 0.186,-4.221 3.666,-7.599 7.931,-7.599 3.845,0 7.06,2.744 7.791,6.376 -3.54,3.298 -6.449,7.284 -8.486,11.777 z m 0.695,-24.698 c -6.203,0 -11.506,3.918 -13.57,9.407 -1.303,-0.889 -2.663,-1.694 -4.072,-2.414 2.959,-6.937 9.869,-11.669 17.643,-11.669 7.547,0 14.305,4.482 17.393,11.109 -1.422,0.665 -2.796,1.418 -4.116,2.254 -2.245,-5.109 -7.35,-8.687 -13.278,-8.687 z m 0,-11.222 c -10.468,0 -19.77,6.401 -23.713,15.77 -1.503,-0.456 -3.043,-0.818 -4.612,-1.081 4.475,-11.468 15.682,-19.363 28.325,-19.363 12.562,0 23.722,7.807 28.249,19.165 -1.594,0.206 -3.16,0.516 -4.691,0.922 -4.032,-9.169 -13.245,-15.413 -23.558,-15.413 z m -0.695,-15.199 c -1.791,-3.95 -4.26,-7.51 -7.236,-10.554 0.186,-4.221 3.666,-7.599 7.931,-7.599 3.845,0 7.06,2.744 7.791,6.377 -3.54,3.297 -6.449,7.283 -8.486,11.776 z m 0.695,-24.698 c -6.203,0 -11.506,3.918 -13.57,9.407 -1.303,-0.889 -2.663,-1.695 -4.072,-2.415 2.959,-6.936 9.869,-11.668 17.643,-11.668 7.547,0 14.305,4.482 17.393,11.109 -1.422,0.665 -2.796,1.418 -4.116,2.254 -2.245,-5.109 -7.35,-8.687 -13.278,-8.687 z m 0,-11.222 c -10.468,0 -19.77,6.401 -23.713,15.77 -1.503,-0.456 -3.043,-0.818 -4.612,-1.08 4.475,-11.469 15.682,-19.364 28.325,-19.364 12.562,0 23.722,7.807 28.249,19.165 -1.594,0.206 -3.16,0.517 -4.691,0.923 -4.032,-9.17 -13.245,-15.414 -23.558,-15.414 z m -0.695,-15.199 c -1.791,-3.951 -4.26,-7.51 -7.236,-10.554 0.186,-4.22 3.666,-7.599 7.931,-7.599 3.845,0 7.06,2.744 7.791,6.377 -3.54,3.296 -6.449,7.283 -8.486,11.776 z M 333.353,14.4 c -6.203,0 -11.506,3.918 -13.57,9.408 -1.303,-0.89 -2.663,-1.695 -4.072,-2.415 2.959,-6.937 9.869,-11.669 17.643,-11.669 7.547,0 14.305,4.482 17.393,11.109 -1.422,0.665 -2.796,1.419 -4.116,2.254 -2.245,-5.108 -7.35,-8.687 -13.278,-8.687 z m -5.928,29.165 c -1.566,0.257 -3.104,0.612 -4.605,1.063 -3.878,-9.514 -13.28,-16.045 -23.829,-16.045 -10.44,0 -19.721,6.366 -23.681,15.695 -1.529,-0.401 -3.092,-0.705 -4.682,-0.906 4.448,-11.522 15.682,-19.465 28.362,-19.465 12.741,0 24.036,8.035 28.435,19.658 z M 279.292,23.087 c -2.243,-5.108 -7.348,-8.688 -13.275,-8.688 -6.202,0 -11.507,3.918 -13.57,9.408 -1.302,-0.89 -2.663,-1.695 -4.072,-2.415 2.959,-6.937 9.869,-11.669 17.643,-11.669 7.547,0 14.305,4.482 17.393,11.109 -1.423,0.666 -2.798,1.42 -4.119,2.255 z m -19.203,20.478 c -1.567,0.257 -3.104,0.612 -4.604,1.063 -3.879,-9.514 -13.281,-16.045 -23.83,-16.045 -10.441,0 -19.721,6.366 -23.681,15.695 -1.529,-0.401 -3.092,-0.705 -4.683,-0.906 4.448,-11.522 15.683,-19.465 28.363,-19.465 12.741,0 24.035,8.035 28.435,19.658 z M 211.957,23.087 c -2.244,-5.108 -7.349,-8.688 -13.276,-8.688 -6.203,0 -11.506,3.918 -13.57,9.408 -1.303,-0.89 -2.663,-1.695 -4.072,-2.415 2.958,-6.937 9.869,-11.669 17.643,-11.669 7.547,0 14.304,4.482 17.392,11.109 -1.423,0.666 -2.797,1.42 -4.117,2.255 z m -19.205,20.478 c -1.566,0.257 -3.103,0.612 -4.604,1.063 -3.878,-9.515 -13.28,-16.045 -23.829,-16.045 -10.44,0 -19.721,6.366 -23.682,15.695 -1.528,-0.401 -3.091,-0.705 -4.682,-0.906 4.448,-11.522 15.683,-19.465 28.363,-19.465 12.742,0 24.037,8.035 28.434,19.658 z M 144.621,23.086 c -2.243,-5.108 -7.349,-8.687 -13.276,-8.687 -6.203,0 -11.505,3.918 -13.57,9.408 -1.303,-0.89 -2.663,-1.695 -4.071,-2.415 2.958,-6.937 9.868,-11.669 17.642,-11.669 7.547,0 14.305,4.482 17.393,11.109 -1.423,0.666 -2.798,1.419 -4.118,2.254 z m -19.204,20.479 c -1.566,0.257 -3.104,0.612 -4.604,1.063 -3.879,-9.515 -13.28,-16.045 -23.83,-16.045 -10.439,0 -19.721,6.366 -23.681,15.695 C 71.774,43.877 70.21,43.573 68.62,43.372 73.068,31.85 84.302,23.907 96.982,23.907 c 12.742,0 24.037,8.035 28.435,19.658 z M 77.285,23.086 c -2.243,-5.108 -7.349,-8.687 -13.275,-8.687 -6.203,0 -11.506,3.918 -13.57,9.408 -1.303,-0.89 -2.663,-1.695 -4.072,-2.415 2.959,-6.937 9.869,-11.669 17.643,-11.669 7.546,0 14.304,4.482 17.392,11.109 -1.423,0.666 -2.798,1.419 -4.118,2.254 z M 24.922,68.787 c -1.594,0.206 -3.16,0.517 -4.69,0.923 C 16.639,61.54 8.932,55.697 0.001,54.52 v -4.712 c 11.173,1.239 20.798,8.635 24.921,18.979 z M 14.066,71.952 C 12.644,72.617 11.269,73.37 9.949,74.205 8.138,70.084 4.465,66.961 0,65.907 v -4.759 c 6.16,1.098 11.44,5.171 14.066,10.804 z m 15.581,3.074 c 12.742,0 24.036,8.035 28.434,19.658 -1.565,0.257 -3.103,0.613 -4.604,1.063 C 49.598,86.233 40.197,79.702 29.647,79.702 19.208,79.702 9.927,86.068 5.966,95.397 4.438,94.996 2.875,94.692 1.284,94.49 5.732,82.968 16.966,75.026 29.647,75.026 Z m -4.725,44.881 c -1.594,0.206 -3.16,0.516 -4.69,0.922 C 16.639,112.66 8.932,106.817 0.001,105.64 v -4.711 c 11.173,1.236 20.798,8.633 24.921,18.978 z m -10.856,3.165 c -1.422,0.665 -2.797,1.418 -4.117,2.253 C 8.138,121.203 4.465,118.08 0,117.027 v -4.759 c 6.16,1.097 11.44,5.17 14.066,10.804 z m 15.581,3.073 c 12.742,0 24.036,8.035 28.434,19.658 -1.565,0.257 -3.103,0.612 -4.604,1.063 -3.879,-9.514 -13.28,-16.045 -23.83,-16.045 -10.439,0 -19.72,6.366 -23.681,15.695 -1.528,-0.401 -3.091,-0.705 -4.682,-0.907 4.448,-11.522 15.682,-19.464 28.363,-19.464 z m -4.725,44.881 c -1.594,0.206 -3.16,0.516 -4.69,0.923 -3.593,-8.17 -11.3,-14.013 -20.231,-15.19 v -4.712 c 11.173,1.238 20.798,8.634 24.921,18.979 z m -10.856,3.165 c -1.422,0.665 -2.797,1.418 -4.117,2.253 C 8.138,172.322 4.465,169.2 0,168.146 v -4.759 c 6.16,1.098 11.44,5.17 14.066,10.804 z m 15.581,3.073 c 12.742,0 24.036,8.035 28.434,19.658 -1.565,0.257 -3.103,0.612 -4.604,1.063 -3.879,-9.515 -13.28,-16.045 -23.83,-16.045 -10.439,0 -19.72,6.366 -23.681,15.694 -1.528,-0.399 -3.091,-0.704 -4.682,-0.905 4.448,-11.523 15.682,-19.465 28.363,-19.465 z m -4.725,44.88 c -1.594,0.207 -3.16,0.517 -4.69,0.923 -3.593,-8.169 -11.3,-14.012 -20.231,-15.188 v -4.713 c 11.173,1.238 20.798,8.634 24.921,18.978 z m -10.856,3.166 c -1.422,0.664 -2.797,1.418 -4.117,2.254 C 8.138,223.442 4.465,220.318 0,219.265 v -4.759 c 6.16,1.098 11.44,5.169 14.066,10.804 z m 15.581,3.073 c 12.742,0 24.036,8.035 28.434,19.658 -1.565,0.257 -3.103,0.613 -4.604,1.063 -3.879,-9.514 -13.28,-16.045 -23.83,-16.045 -10.439,0 -19.72,6.366 -23.681,15.694 -1.528,-0.4 -3.091,-0.704 -4.682,-0.905 4.448,-11.523 15.682,-19.465 28.363,-19.465 z m -4.725,44.88 c -1.594,0.207 -3.16,0.517 -4.69,0.923 -3.593,-8.169 -11.3,-14.012 -20.231,-15.189 v -4.712 c 11.173,1.238 20.798,8.634 24.921,18.978 z m -10.856,3.166 c -1.422,0.665 -2.797,1.418 -4.117,2.253 C 8.138,274.56 4.465,271.437 0,270.384 v -4.758 c 6.16,1.097 11.44,5.169 14.066,10.803 z m 15.581,3.073 c 12.742,0 24.036,8.035 28.434,19.658 -1.565,0.256 -3.103,0.612 -4.604,1.062 -3.879,-9.514 -13.28,-16.045 -23.83,-16.045 -10.439,0 -19.72,6.367 -23.681,15.695 -1.528,-0.4 -3.091,-0.705 -4.682,-0.905 4.448,-11.522 15.682,-19.465 28.363,-19.465 z m -4.725,44.881 c -1.594,0.206 -3.16,0.516 -4.69,0.922 -3.593,-8.169 -11.3,-14.013 -20.231,-15.189 v -4.712 c 11.173,1.238 20.798,8.634 24.921,18.979 z m -10.856,3.164 c -1.422,0.666 -2.797,1.419 -4.117,2.254 C 8.138,325.679 4.465,322.556 0,321.503 v -4.759 c 6.16,1.098 11.44,5.17 14.066,10.803 z m 15.581,3.073 c 12.742,0 24.036,8.035 28.434,19.659 -1.565,0.257 -3.103,0.613 -4.604,1.063 -3.879,-9.515 -13.28,-16.046 -23.83,-16.046 -10.439,0 -19.72,6.367 -23.681,15.695 -1.528,-0.4 -3.091,-0.704 -4.682,-0.906 4.448,-11.521 15.682,-19.465 28.363,-19.465 z m 17.75,23.147 c -1.415,0.715 -2.782,1.52 -4.09,2.407 -1.996,-5.619 -7.364,-9.656 -13.661,-9.656 -6.022,0 -11.197,3.693 -13.383,8.935 -1.326,-0.832 -2.705,-1.583 -4.131,-2.244 3.028,-6.772 9.854,-11.365 17.514,-11.365 7.854,-10e-4 14.852,4.851 17.751,11.923 z m -25.584,5.951 c 0.621,-3.769 3.892,-6.655 7.833,-6.655 4.363,0 7.914,3.535 7.945,7.892 -2.984,3.047 -5.455,6.614 -7.251,10.573 -2.043,-4.508 -4.969,-8.506 -8.527,-11.81 z m 67.336,0 c 0.621,-3.769 3.892,-6.655 7.833,-6.655 4.363,0 7.914,3.535 7.945,7.892 -2.983,3.048 -5.456,6.614 -7.251,10.573 -2.044,-4.508 -4.969,-8.506 -8.527,-11.81 z m 67.336,0 c 0.621,-3.769 3.892,-6.655 7.833,-6.655 4.363,0 7.914,3.535 7.946,7.892 -2.984,3.048 -5.457,6.614 -7.252,10.573 -2.043,-4.508 -4.969,-8.506 -8.527,-11.81 z m 67.335,0 c 0.622,-3.769 3.893,-6.655 7.834,-6.655 4.363,0 7.914,3.536 7.945,7.892 -2.983,3.048 -5.456,6.614 -7.251,10.573 -2.043,-4.508 -4.969,-8.506 -8.528,-11.81 z m 67.336,0 c 0.621,-3.769 3.893,-6.655 7.834,-6.655 4.363,0 7.914,3.536 7.945,7.892 -2.983,3.048 -5.456,6.614 -7.25,10.573 -2.044,-4.508 -4.97,-8.506 -8.529,-11.81 z m 67.336,0 c 0.622,-3.769 3.893,-6.655 7.834,-6.655 4.135,0 7.538,3.176 7.91,7.215 -3.094,3.003 -5.669,6.553 -7.57,10.508 -2.021,-4.206 -4.812,-7.948 -8.174,-11.068 z m 7.834,-13.2 c -6.023,0 -11.199,3.693 -13.384,8.935 -1.325,-0.832 -2.705,-1.583 -4.131,-2.244 3.028,-6.772 9.854,-11.365 17.515,-11.365 7.746,0 14.658,4.722 17.628,11.638 -1.42,0.688 -2.791,1.463 -4.106,2.321 -2.098,-5.425 -7.366,-9.285 -13.522,-9.285 z m 0,-11.222 c -10.441,0 -19.721,6.367 -23.682,15.696 -1.528,-0.401 -3.091,-0.705 -4.681,-0.907 4.448,-11.521 15.682,-19.465 28.362,-19.465 12.703,0 23.97,7.988 28.396,19.556 -1.579,0.228 -3.129,0.558 -4.645,0.981 -3.924,-9.413 -13.269,-15.861 -23.75,-15.861 z m -7.834,-26.697 c 0.622,-3.769 3.893,-6.654 7.834,-6.654 4.135,0 7.538,3.175 7.91,7.214 -3.094,3.004 -5.669,6.553 -7.57,10.508 -2.022,-4.206 -4.812,-7.948 -8.174,-11.068 z m 7.834,-13.2 c -6.023,0 -11.199,3.693 -13.384,8.934 -1.326,-0.832 -2.705,-1.582 -4.131,-2.243 3.028,-6.772 9.854,-11.365 17.515,-11.365 7.746,0 14.658,4.722 17.628,11.638 -1.42,0.688 -2.791,1.463 -4.106,2.321 -2.098,-5.426 -7.366,-9.285 -13.522,-9.285 z m 0,-11.222 c -10.441,0 -19.721,6.367 -23.682,15.695 -1.528,-0.4 -3.091,-0.704 -4.681,-0.905 4.448,-11.522 15.682,-19.465 28.362,-19.465 12.703,0 23.97,7.987 28.396,19.554 -1.579,0.229 -3.129,0.559 -4.645,0.983 -3.924,-9.413 -13.269,-15.862 -23.75,-15.862 z m -7.834,-26.697 c 0.622,-3.768 3.893,-6.654 7.834,-6.654 4.135,0 7.538,3.175 7.91,7.215 -3.094,3.003 -5.669,6.552 -7.57,10.507 -2.022,-4.206 -4.812,-7.948 -8.174,-11.068 z m 7.834,-13.2 c -6.023,0 -11.199,3.694 -13.384,8.935 -1.325,-0.832 -2.705,-1.583 -4.131,-2.244 3.028,-6.771 9.854,-11.365 17.515,-11.365 7.746,0 14.658,4.722 17.628,11.638 -1.42,0.688 -2.791,1.463 -4.106,2.321 -2.098,-5.426 -7.366,-9.285 -13.522,-9.285 z m 0,-11.221 c -10.441,0 -19.721,6.366 -23.682,15.694 -1.528,-0.4 -3.091,-0.704 -4.681,-0.905 4.448,-11.522 15.682,-19.465 28.362,-19.465 12.703,0 23.969,7.987 28.396,19.555 -1.579,0.229 -3.129,0.558 -4.645,0.982 -3.924,-9.414 -13.269,-15.861 -23.75,-15.861 z m -7.834,-26.698 c 0.622,-3.768 3.893,-6.654 7.834,-6.654 4.135,0 7.538,3.175 7.91,7.214 -3.094,3.004 -5.669,6.554 -7.57,10.508 -2.022,-4.205 -4.812,-7.949 -8.174,-11.068 z m 7.834,-13.201 c -6.023,0 -11.199,3.694 -13.384,8.935 -1.325,-0.832 -2.705,-1.582 -4.131,-2.244 3.028,-6.772 9.854,-11.366 17.515,-11.366 7.746,0 14.658,4.723 17.628,11.64 -1.42,0.688 -2.791,1.463 -4.106,2.32 -2.098,-5.424 -7.366,-9.285 -13.522,-9.285 z m 0,-11.22 c -10.441,0 -19.721,6.366 -23.682,15.694 -1.528,-0.399 -3.091,-0.704 -4.681,-0.905 4.448,-11.522 15.682,-19.465 28.362,-19.465 12.703,0 23.969,7.986 28.396,19.555 -1.579,0.229 -3.129,0.558 -4.645,0.982 -3.924,-9.414 -13.269,-15.861 -23.75,-15.861 z m -7.834,-26.699 c 0.622,-3.769 3.893,-6.654 7.834,-6.654 4.135,0 7.538,3.175 7.91,7.215 -3.094,3.003 -5.669,6.553 -7.57,10.508 -2.022,-4.205 -4.812,-7.948 -8.174,-11.069 z m 7.834,-13.2 c -6.023,0 -11.199,3.694 -13.384,8.935 -1.325,-0.833 -2.705,-1.583 -4.131,-2.244 3.028,-6.772 9.854,-11.366 17.515,-11.366 7.746,0 14.658,4.724 17.628,11.64 -1.42,0.688 -2.791,1.463 -4.106,2.32 -2.098,-5.425 -7.366,-9.285 -13.522,-9.285 z m 0,-11.22 c -10.441,0 -19.721,6.366 -23.682,15.695 -1.528,-0.401 -3.091,-0.705 -4.681,-0.907 4.448,-11.521 15.682,-19.464 28.362,-19.464 12.703,0 23.969,7.987 28.396,19.555 -1.579,0.229 -3.129,0.558 -4.645,0.982 -3.924,-9.414 -13.269,-15.861 -23.75,-15.861 z m -7.834,-26.699 c 0.622,-3.768 3.893,-6.654 7.834,-6.654 4.135,0 7.538,3.175 7.91,7.215 -3.094,3.002 -5.669,6.552 -7.57,10.507 -2.022,-4.205 -4.812,-7.948 -8.174,-11.068 z m 7.834,-13.199 c -6.023,0 -11.199,3.693 -13.384,8.934 -1.325,-0.832 -2.705,-1.583 -4.131,-2.244 3.028,-6.772 9.854,-11.366 17.515,-11.366 7.746,0 14.658,4.723 17.628,11.639 -1.42,0.688 -2.791,1.464 -4.106,2.321 -2.098,-5.425 -7.366,-9.284 -13.522,-9.284 z m 0,-11.222 c -10.441,0 -19.721,6.366 -23.682,15.695 -1.528,-0.401 -3.091,-0.705 -4.681,-0.907 4.448,-11.521 15.682,-19.464 28.362,-19.464 12.703,0 23.969,7.986 28.396,19.555 -1.579,0.229 -3.129,0.558 -4.645,0.982 -3.924,-9.412 -13.269,-15.861 -23.75,-15.861 z m -7.834,-26.698 c 0.622,-3.768 3.893,-6.654 7.834,-6.654 4.135,0 7.538,3.175 7.91,7.215 -3.094,3.003 -5.669,6.553 -7.57,10.507 -2.022,-4.206 -4.812,-7.948 -8.174,-11.068 z m 7.834,-13.2 c -6.023,0 -11.199,3.694 -13.384,8.935 -1.325,-0.833 -2.705,-1.583 -4.131,-2.244 3.028,-6.771 9.854,-11.365 17.515,-11.365 7.746,0 14.658,4.722 17.628,11.639 -1.42,0.688 -2.791,1.463 -4.106,2.321 -2.098,-5.427 -7.366,-9.286 -13.522,-9.286 z m 0,-11.221 c -10.441,0 -19.721,6.366 -23.682,15.695 -1.528,-0.401 -3.091,-0.705 -4.681,-0.906 4.448,-11.522 15.682,-19.465 28.362,-19.465 12.703,0 23.969,7.987 28.396,19.555 -1.579,0.229 -3.129,0.558 -4.645,0.982 -3.924,-9.412 -13.269,-15.861 -23.75,-15.861 z M 299.686,13.695 C 297.235,8.292 293.522,3.619 288.965,0.002 H 310.4 c -4.556,3.615 -8.265,8.288 -10.714,13.693 z m -67.337,0 C 229.899,8.292 226.186,3.619 221.629,0.002 h 21.434 c -4.554,3.615 -8.264,8.288 -10.714,13.693 z m -67.336,0 C 162.563,8.292 158.85,3.619 154.293,0.002 h 21.434 c -4.555,3.615 -8.264,8.288 -10.714,13.693 z m -67.336,0 C 95.227,8.291 91.514,3.619 86.957,0.002 h 21.435 c -4.555,3.615 -8.265,8.288 -10.715,13.693 z m -67.336,0 C 27.891,8.291 24.178,3.619 19.621,0.002 H 41.056 C 36.5,3.617 32.791,8.29 30.341,13.695 Z m -5.419,3.973 c -1.594,0.206 -3.16,0.517 -4.69,0.923 C 16.639,10.421 8.932,4.578 0.001,3.402 v -3.4 h 6.05 c 8.513,2.782 15.515,9.246 18.871,17.666 z M 0,21.677 c 2.266,1.05 3.959,3.135 4.465,5.645 C 2.83,28.844 1.34,30.52 0,32.319 Z m 0,51.119 c 2.266,1.05 3.959,3.135 4.465,5.645 C 2.83,79.963 1.34,81.638 0,83.438 Z m 0,51.119 c 2.266,1.05 3.959,3.135 4.465,5.645 C 2.83,131.081 1.34,132.757 0,134.557 Z m 0,51.119 c 2.266,1.05 3.959,3.134 4.465,5.645 C 2.83,182.2 1.34,183.876 0,185.676 Z m 0,51.12 c 2.266,1.049 3.959,3.134 4.465,5.645 C 2.83,233.32 1.34,234.997 0,236.795 Z m 0,51.119 c 2.266,1.05 3.959,3.134 4.465,5.645 C 2.83,284.439 1.34,286.115 0,287.915 Z m 0,51.119 c 2.266,1.05 3.959,3.134 4.465,5.645 C 2.83,335.559 1.34,337.234 0,339.034 Z m 0,51.119 c 2.266,1.049 3.959,3.134 4.465,5.645 -1.634,1.521 -3.125,3.196 -4.465,4.995 z m 392.103,6.211 c 0.282,-2.216 1.478,-4.147 3.195,-5.407 v 8.952 c -0.991,-1.249 -2.055,-2.437 -3.195,-3.545 z m -5.548,-4.448 c -1.312,-0.862 -2.679,-1.642 -4.096,-2.334 2.392,-5.358 7.16,-9.354 12.839,-10.796 v 4.876 c -3.968,1.359 -7.167,4.389 -8.743,8.254 z m -10.209,-4.676 c -1.518,-0.432 -3.07,-0.767 -4.651,-1.001 3.935,-9.976 12.972,-17.228 23.604,-18.896 v 4.745 c -8.427,1.573 -15.577,7.302 -18.953,15.152 z m 15.757,-41.995 c 0.282,-2.215 1.478,-4.147 3.195,-5.407 v 8.953 c -0.991,-1.249 -2.055,-2.438 -3.195,-3.546 z m -5.548,-4.449 c -1.312,-0.86 -2.679,-1.641 -4.096,-2.332 2.392,-5.36 7.16,-9.355 12.839,-10.796 v 4.875 c -3.968,1.36 -7.167,4.389 -8.743,8.253 z m -10.209,-4.675 c -1.518,-0.432 -3.07,-0.767 -4.651,-1.001 3.935,-9.976 12.972,-17.228 23.604,-18.896 v 4.745 c -8.427,1.573 -15.577,7.302 -18.953,15.152 z m 15.757,-41.995 c 0.282,-2.215 1.478,-4.147 3.195,-5.408 v 8.954 c -0.991,-1.25 -2.055,-2.438 -3.195,-3.546 z m -5.548,-4.449 c -1.312,-0.862 -2.679,-1.642 -4.096,-2.334 2.392,-5.359 7.16,-9.354 12.839,-10.795 v 4.875 c -3.968,1.36 -7.167,4.39 -8.743,8.254 z m -10.209,-4.675 c -1.518,-0.432 -3.07,-0.767 -4.651,-1.001 3.935,-9.975 12.972,-17.228 23.604,-18.895 v 4.744 c -8.427,1.572 -15.577,7.302 -18.953,15.152 z m 15.757,-41.995 c 0.282,-2.215 1.478,-4.147 3.195,-5.407 v 8.953 c -0.991,-1.251 -2.055,-2.437 -3.195,-3.546 z m -5.548,-4.45 c -1.312,-0.861 -2.679,-1.641 -4.096,-2.332 2.392,-5.36 7.16,-9.355 12.839,-10.796 v 4.875 c -3.968,1.361 -7.167,4.39 -8.743,8.253 z m -10.209,-4.675 c -1.518,-0.432 -3.07,-0.767 -4.651,-1.001 3.935,-9.976 12.972,-17.227 23.604,-18.895 v 4.744 c -8.427,1.573 -15.577,7.304 -18.953,15.152 z m 15.757,-41.996 c 0.282,-2.214 1.478,-4.146 3.195,-5.406 v 8.953 c -0.991,-1.25 -2.055,-2.437 -3.195,-3.547 z m -5.548,-4.447 c -1.312,-0.861 -2.679,-1.642 -4.096,-2.333 2.392,-5.36 7.16,-9.355 12.839,-10.796 v 4.874 c -3.968,1.362 -7.167,4.391 -8.743,8.255 z m -10.209,-4.676 c -1.518,-0.431 -3.07,-0.767 -4.651,-1.001 3.935,-9.976 12.972,-17.227 23.604,-18.895 v 4.744 c -8.427,1.573 -15.577,7.303 -18.953,15.152 z m 15.757,-41.995 c 0.282,-2.215 1.478,-4.147 3.195,-5.407 v 8.953 c -0.991,-1.249 -2.055,-2.437 -3.195,-3.546 z m -5.548,-4.448 c -1.312,-0.861 -2.679,-1.642 -4.096,-2.333 2.392,-5.359 7.16,-9.355 12.839,-10.796 v 4.875 c -3.968,1.36 -7.167,4.39 -8.743,8.254 z m -10.209,-4.676 c -1.518,-0.432 -3.07,-0.767 -4.651,-1.001 3.935,-9.976 12.972,-17.228 23.604,-18.896 v 4.745 c -8.427,1.573 -15.577,7.303 -18.953,15.152 z m 15.757,-41.995 c 0.282,-2.215 1.478,-4.147 3.195,-5.407 v 8.954 c -0.991,-1.251 -2.055,-2.439 -3.195,-3.547 z m -5.548,-4.448 c -1.312,-0.861 -2.679,-1.641 -4.096,-2.333 2.392,-5.36 7.16,-9.355 12.839,-10.796 v 4.875 c -3.968,1.36 -7.167,4.39 -8.743,8.254 z m -10.209,-4.676 c -1.518,-0.431 -3.07,-0.767 -4.651,-1.001 3.935,-9.976 12.972,-17.227 23.604,-18.895 v 4.744 c -8.427,1.573 -15.577,7.303 -18.953,15.152 z m 15.757,-41.995 c 0.282,-2.215 1.478,-4.147 3.195,-5.407 v 8.954 c -0.991,-1.251 -2.055,-2.438 -3.195,-3.547 z m -5.548,-4.448 c -1.312,-0.861 -2.679,-1.641 -4.096,-2.333 2.392,-5.359 7.16,-9.355 12.839,-10.796 v 4.875 c -3.968,1.36 -7.167,4.389 -8.743,8.254 z M 366.666,12.951 C 364.218,7.862 360.641,3.45 356.295,0.001 h 20.736 c -4.343,3.449 -7.918,7.861 -10.365,12.95 z"
+   id="path2"
+   inkscape:connector-curvature="0"
+   style="fill:#008bce"
+   sodipodi:nodetypes="cccccccsccsccsccscccsccccsccsccsccscccsccccsccsccsccscccsccccsccsccsccscccsccccsccsccsccscccsccccsccsccsccsccccsccccccccsccccccccsccccccccsccccccccscccccsccsccsccsccccsccsccsccsccccsccsccsccsccccsccsccsccsccccsccsccsccsccccccccccccccsccsccscccccsccsccsccsccccsccsccsccsccccsccsccsccsccccsccsccsccsccccscccsccsccscsccsccsscccsccsccscsccsccsscccsccsccccsccsccsscccsccsccccsccsccsscccsccsccccsccsccsscccsccsccccsccsccsccsccsccsccsccsccsccsccsccsccsccsccsccsccsccsccsccsccccsccsccsccsccccsccsccsccsccccccsccsccscccccsccsccscccccsccsccscccsccsccsccsccccsccsccsccsccccsccsccsccsccsccsccsccsccsccsccsccsccccccsccsccscccsccsccscccccsccsccsccsccsccsccssccsccsccsccsccsccssccsccsscccsccsccscsccsccsscccsccsccscsccsccsscccscscccsccsccssccsccscscccsccsccssccsccscscccsccsccssccsccscscccsccsccscsccsccsccsccsscccssccsccssccsccsscccssccsccssccsccsscccssccsccssccsccsscccscsccccscccsccsccssccsccsccsccsccsccssccsccsccsccsccsccssccsccsccsccsccsccssccsccsccsccsccsccscsccscccsccsccsccsccsscccsccsccscsccsccsscccsccsccscsccsccsscccsccsccscsccsccsscccsccsccscsccsccsscccscsccccsccccscccsccsccssccsccscscccsccsccssccsccscscccsccsccssccsccscscccsccsccssccsccscscccsccsccssccsccscscccsccsccscsccscccsccscccsccsccsccsccsscccssccsccsscccssccsccsscccssccsccsscccssccsccsscccssccsccsscccscsccccsccccsccccscccsccsccssccsccsccsccsccsccssccsccsccsccsccsccssccsccsccsccsccsccssccsccsccsccsccsccssccsccsccsccsccsccssccsccsccsccsccsccsccsccsccsccsccccsccsccsccsccccsccsccsccsccccsccsccsccsccccccccccccsccsccsccccccccccsccsccsccccccccccsccsccsccccccccccsccsccsccccccccccsccsccsccccccccccsccsccsccscccccsccccsccccsccccsccccsccccscccsccsccssccsccscscccsccsccssccsccscscccsccsccssccsccscscccsccsccssccsccscscccsccsccssccsccscscccsccsccssccsccscscccsccsccssccsccsccccccccccccccccccccccccacccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" />
+</svg>
\ No newline at end of file
diff --git a/files/kb/backspace.png b/files/kb/backspace.png
new file mode 100755
index 0000000000000000000000000000000000000000..4bf53ed2bb6f18a3e0129f58ed8f9a6c9c9998f0
Binary files /dev/null and b/files/kb/backspace.png differ
diff --git a/files/kb/locale.png b/files/kb/locale.png
new file mode 100755
index 0000000000000000000000000000000000000000..365d0992b3a555eb7cb5520c306754f737c47224
Binary files /dev/null and b/files/kb/locale.png differ
diff --git a/files/kb/shift.png b/files/kb/shift.png
new file mode 100755
index 0000000000000000000000000000000000000000..d1ec50072a9792b27a23a804843dd263e9db356d
Binary files /dev/null and b/files/kb/shift.png differ
diff --git a/files/logo.png b/files/logo.png
new file mode 100755
index 0000000000000000000000000000000000000000..98e20c6c14f086f1cb27c12ef37a96d8d3400bf3
Binary files /dev/null and b/files/logo.png differ
diff --git a/files/logo_pdf.png b/files/logo_pdf.png
new file mode 100755
index 0000000000000000000000000000000000000000..d84c08c1d322a38fee860f1287dacd78ff9498bf
Binary files /dev/null and b/files/logo_pdf.png differ
diff --git a/files/poweredby.png b/files/poweredby.png
new file mode 100755
index 0000000000000000000000000000000000000000..5f4fd0ca80f4d9a492b49dd81b18b3b44bf17e8a
Binary files /dev/null and b/files/poweredby.png differ
diff --git a/files/preview.png b/files/preview.png
new file mode 100755
index 0000000000000000000000000000000000000000..2b2f92e35e6faa4420ef3121d2910e7557b12168
Binary files /dev/null and b/files/preview.png differ
diff --git a/files/survey_list_header.png b/files/survey_list_header.png
new file mode 100755
index 0000000000000000000000000000000000000000..27daea2521a028d334ca7f9233b9475bb0e6421b
Binary files /dev/null and b/files/survey_list_header.png differ
diff --git a/scripts/custom.js b/scripts/custom.js
new file mode 100755
index 0000000000000000000000000000000000000000..409db31e3ef201a158d6a57438582045ecf68a4d
--- /dev/null
+++ b/scripts/custom.js
@@ -0,0 +1,83 @@
+/******************
+	User custom JS
+	---------------
+
+   Put JS-functions for your template here.
+   If possible use a closure, or add them to the general Template Object "Template"
+*/
+
+
+$(document).on('ready pjax:scriptcomplete',function(){
+	/**
+	 * Code included inside this will only run once the page Document Object Model (DOM) is ready for JavaScript code to execute
+	 * @see https://learn.jquery.com/using-jquery-core/document-ready/
+	 */
+	handleExtrakeyboard();
+});
+
+function handleExtrakeyboard(){
+	inputs = $(".ecrire input");
+	layouts = $(".ecrire .clavier");
+	res = inputs.length > 0 && layouts.length == inputs.length;
+	if (res){
+		for(i=0;i<inputs.length;i++){
+			input = $(inputs[i])
+			layout = $(layouts[i])
+			layout = createLayout(input, layout.text(), i);
+			createKeyboard(input, layout, i) ; 
+		}
+	}
+	else if(inputs.length > 0){
+		alert(inputs.length+" questions écrire / "+layouts.length+" claviers définis…");
+	}
+	return res;
+}
+
+function createLayout(i, l, n){
+	res = {
+			layout: "l"+n,
+			input: i,
+			customLayouts: {
+				selectable: ["l"+n],
+			}
+		};
+	layout = [] ;
+	line = [];
+	console.log(l);
+	l = l.replace("espace","␠").replace("retour","␈").replace("entrée","␍");
+	console.log(l);
+	for(j=0;j<l.length;j++){
+		if(l[j]==" "){
+			layout.push(line);
+			line=[];
+		}
+		else{
+		    switch(l[j]){
+		        case "␠":
+		            line.push("space");
+		            break;
+		        case "␈":
+		            line.push("backspace");
+		            break;
+		        case "␍":
+		            line.push('return');
+		            break;
+		        default:
+		            line.push(l[j]);
+		    }
+		}
+	}
+	if(line.length != 0){
+		layout.push(line);
+	}
+	//layout[0].push('backspace');
+	res['customLayouts']["l"+n] = layout ;
+	return res;
+}
+
+function createKeyboard(input, layout, n){
+	elt = $( "<div id='kb"+n+"'></div>" );
+	elt.appendTo(input.parent());
+	$('#kb'+n).jkeyboard(layout);
+	input.attr('readonly','readonly');
+}
\ No newline at end of file
diff --git a/scripts/jkeyboard.js b/scripts/jkeyboard.js
new file mode 100755
index 0000000000000000000000000000000000000000..63de63a05aeb30abbd9ff9e33826b6f35ced7566
--- /dev/null
+++ b/scripts/jkeyboard.js
@@ -0,0 +1,346 @@
+// the semi-colon before function invocation is a safety net against concatenated
+// scripts and/or other plugins which may not be closed properly.
+; (function ($, window, document, undefined) {
+
+    // undefined is used here as the undefined global variable in ECMAScript 3 is
+    // mutable (ie. it can be changed by someone else). undefined isn't really being
+    // passed in so we can ensure the value of it is truly undefined. In ES5, undefined
+    // can no longer be modified.
+
+    // window and document are passed through as local variable rather than global
+    // as this (slightly) quickens the resolution process and can be more efficiently
+    // minified (especially when both are regularly referenced in your plugin).
+
+    // Create the defaults once
+    var pluginName = "jkeyboard",
+        defaults = {
+            layout: "english",
+            selectable: ['azeri', 'english', 'german', 'russian'],
+            input: $('#input'),
+            customLayouts: {
+                selectable: []
+            },
+        };
+
+
+    var function_keys = {
+        backspace: {
+            text: '&nbsp;',
+        },
+        return: {
+            text: '&#9166;'
+        },
+        shift: {
+            text: '&nbsp;'
+        },
+        space: {
+            text: '&nbsp;'
+        },
+        numeric_switch: {
+            text: '123',
+            command: function () {
+                this.createKeyboard('numeric');
+                this.events();
+            }
+        },
+        layout_switch: {
+            text: '&nbsp;',
+            command: function () {
+                var l = this.toggleLayout();
+                this.createKeyboard(l);
+                this.events();
+            }
+        },
+        character_switch: {
+            text: 'ABC',
+            command: function () {
+                this.createKeyboard(layout);
+                this.events();
+            }
+        },
+        symbol_switch: {
+            text: '#+=',
+            command: function () {
+                this.createKeyboard('symbolic');
+                this.events();
+            }
+        }
+    };
+
+
+    var layouts = {
+        azeri: [
+            ['q', 'ü', 'e', 'r', 't', 'y', 'u', 'i', 'o', 'p', 'ö', 'ğ'],
+            ['a', 's', 'd', 'f', 'g', 'h', 'j', 'k', 'l', 'ı', 'ə'],
+            ['shift', 'z', 'x', 'c', 'v', 'b', 'n', 'm', 'ç', 'ş', 'backspace'],
+            ['numeric_switch', 'layout_switch', 'space', 'return']
+        ],
+        english: [
+            ['q', 'w', 'e', 'r', 't', 'y', 'u', 'i', 'o', 'p',],
+            ['a', 's', 'd', 'f', 'g', 'h', 'j', 'k', 'l',],
+            ['shift', 'z', 'x', 'c', 'v', 'b', 'n', 'm', 'backspace'],
+            ['numeric_switch', 'layout_switch', 'space', 'return']
+        ],
+        german: [
+            ['q', 'w', 'e', 'r', 't', 'z', 'u', 'i', 'o', 'p','ü','ß'],
+            ['a', 's', 'd', 'f', 'g', 'h', 'j', 'k', 'l','ö','ä'],
+            ['shift', 'y', 'x', 'c', 'v', 'b', 'n', 'm', 'backspace'],
+            ['numeric_switch', 'layout_switch', 'space', 'return']
+        ],
+        russian: [
+            ['й', 'ц', 'у', 'к', 'е', 'н', 'г', 'ш', 'щ', 'з', 'х'],
+            ['ф', 'ы', 'в', 'а', 'п', 'р', 'о', 'л', 'д', 'ж', 'э'],
+            ['shift', 'я', 'ч', 'с', 'м', 'и', 'т', 'ь', 'б', 'ю', 'backspace'],
+            ['numeric_switch', 'layout_switch', 'space', 'return']
+        ],
+        numeric: [
+            ['1', '2', '3', '4', '5', '6', '7', '8', '9', '0'],
+            ['-', '/', ':', ';', '(', ')', '$', '&', '@', '"'],
+            ['symbol_switch', '.', ',', '?', '!', "'", 'backspace'],
+            ['character_switch', 'layout_switch', 'space', 'return'],
+        ],
+        numbers_only: [
+            ['1', '2', '3',],
+            ['4', '5', '6',],
+            ['7', '8', '9',],
+            ['0', 'return', 'backspace'],
+        ],
+        symbolic: [
+            ['[', ']', '{', '}', '#', '%', '^', '*', '+', '='],
+            ['_', '\\', '|', '~', '<', '>'],
+            ['numeric_switch', '.', ',', '?', '!', "'", 'backspace'],
+            ['character_switch', 'layout_switch', 'space', 'return'],
+
+        ]
+    }
+
+    var shift = false, capslock = false, layout = 'english', layout_id = 0;
+
+    // The actual plugin constructor
+    function Plugin(element, options) {
+        this.element = element;
+        // jQuery has an extend method which merges the contents of two or
+        // more objects, storing the result in the first object. The first object
+        // is generally empty as we don't want to alter the default options for
+        // future instances of the plugin
+        this.settings = $.extend({}, defaults, options);
+        // Extend & Merge the cusom layouts
+        layouts = $.extend(true, {}, this.settings.customLayouts, layouts);
+        if (Array.isArray(this.settings.customLayouts.selectable)) {
+            $.merge(this.settings.selectable, this.settings.customLayouts.selectable);
+        }
+        this._defaults = defaults;
+        this._name = pluginName;
+        this.init();
+    }
+
+    Plugin.prototype = {
+        init: function () {
+            layout = this.settings.layout;
+            this.createKeyboard(layout);
+            this.events();
+        },
+
+        setInput: function (newInputField) {
+            this.settings.input = newInputField;
+        },
+
+        createKeyboard: function (layout) {
+            shift = false;
+            capslock = false;
+
+            var keyboard_container = $('<ul/>').addClass('jkeyboard'),
+                me = this;
+
+            layouts[layout].forEach(function (line, index) {
+                var line_container = $('<li/>').addClass('jline');
+                line_container.append(me.createLine(line));
+                keyboard_container.append(line_container);
+            });
+
+            $(this.element).html('').append(keyboard_container);
+        },
+
+        createLine: function (line) {
+            var line_container = $('<ul/>');
+
+            line.forEach(function (key, index) {
+                var key_container = $('<li/>').addClass('jkey').data('command', key);
+
+                if (function_keys[key]) {
+                    key_container.addClass(key).html(function_keys[key].text);
+                }
+                else {
+                    key_container.addClass('letter').html(key);
+                }
+
+                line_container.append(key_container);
+            })
+
+            return line_container;
+        },
+
+        events: function () {
+            var letters = $(this.element).find('.letter'),
+                shift_key = $(this.element).find('.shift'),
+                space_key = $(this.element).find('.space'),
+                backspace_key = $(this.element).find('.backspace'),
+                return_key = $(this.element).find('.return'),
+
+                me = this,
+                fkeys = Object.keys(function_keys).map(function (k) {
+                    return '.' + k;
+                }).join(',');
+
+            letters.on('click', function () {
+                me.type((shift || capslock) ? $(this).text().toUpperCase() : $(this).text());
+            });
+
+            space_key.on('click', function () {
+                me.type(' ');
+            });
+
+            return_key.on('click', function () {
+                me.type("\n");
+                me.settings.input.parents('form').submit();
+            });
+
+            backspace_key.on('click', function () {
+                me.backspace();
+            });
+
+            shift_key.on('click', function () {
+                if (shift) {
+                    me.toggleShiftOff();
+                } else {
+                    me.toggleShiftOn();
+                }
+            }).on('dblclick', function () {
+                me.toggleShiftOn(true);
+            });
+
+
+            $(fkeys).on('click', function (e) {
+                //prevent bubbling to avoid side effects when used as floating keyboard which closes on click outside of keyboard container
+                e.stopPropagation();
+                
+                var command = function_keys[$(this).data('command')].command;
+                if (!command) return;
+
+                command.call(me);
+            });
+        },
+
+        type: function (key) {
+            var input = this.settings.input,
+                val = input.val(),
+                input_node = input.get(0),
+                start = input_node.selectionStart,
+                end = input_node.selectionEnd;
+
+            var max_length = $(input).attr("maxlength");
+            if (start == end && end == val.length) {
+                if (!max_length || val.length < max_length) {
+                    input.val(val + key);
+                }
+            } else {
+                var new_string = this.insertToString(start, end, val, key);
+                input.val(new_string);
+                start++;
+                end = start;
+                input_node.setSelectionRange(start, end);
+            }
+
+            input.trigger('focus');
+
+            if (shift && !capslock) {
+                this.toggleShiftOff();
+            }
+        },
+
+        backspace: function () {
+            var input = this.settings.input,
+                input_node = input.get(0),
+                start = input_node.selectionStart,
+                val = input.val();    
+
+            if (start > 0) {
+                input.val(val.substring(0, start - 1) + val.substring(start));
+                input.trigger('focus');
+                input_node.setSelectionRange(start - 1, start - 1);
+            }
+            else {
+                input.trigger('focus');
+                input_node.setSelectionRange(0, 0);
+            }
+	    },
+
+        toggleShiftOn: function (lock) {
+            var letters = $(this.element).find('.letter'),
+                shift_key = $(this.element).find('.shift');
+
+            letters.addClass('uppercase');
+            shift_key.addClass('active');
+            if (typeof lock !== 'undefined' && lock) {
+                shift_key.addClass('lock');
+                capslock = true;
+            }
+            shift = true;
+        },
+
+        toggleShiftOff: function () {
+            var letters = $(this.element).find('.letter'),
+                shift_key = $(this.element).find('.shift');
+
+            letters.removeClass('uppercase');
+            shift_key.removeClass('active lock');
+            shift = capslock = false;
+        },
+
+        toggleLayout: function () {
+            layout_id = layout_id || 0;
+            var plain_layouts = this.settings.selectable;
+            layout_id++;
+
+            var current_id = layout_id % plain_layouts.length;
+            return plain_layouts[current_id];
+        },
+
+        insertToString: function (start, end, string, insert_string) {
+            return string.substring(0, start) + insert_string + string.substring(end, string.length);
+        }
+    };
+
+
+    var methods = {
+        init: function(options) {
+            if (!this.data("plugin_" + pluginName)) {
+                this.data("plugin_" + pluginName, new Plugin(this, options));
+            }
+        },
+        setInput: function(content) {
+            this.data("plugin_" + pluginName).setInput($(content));
+        },
+        setLayout: function(layoutname) {
+            // change layout if it is not match current
+            object = this.data("plugin_" + pluginName);
+            if (typeof(layouts[layoutname]) !== 'undefined' && object.settings.layout != layoutname) {
+                object.settings.layout = layoutname;
+                object.createKeyboard(layoutname);
+                object.events();
+            };
+        },
+    };
+
+    $.fn[pluginName] = function (methodOrOptions) {
+        if (methods[methodOrOptions]) {
+            return methods[methodOrOptions].apply(this.first(), Array.prototype.slice.call( arguments, 1));
+        } else if (typeof methodOrOptions === 'object' || ! methodOrOptions) {
+            // Default to "init"
+            return methods.init.apply(this.first(), arguments);
+        } else {
+            $.error('Method ' +  methodOrOptions + ' does not exist on jQuery.jkeyboard');
+        }
+    };
+
+})(jQuery, window, document);