aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar André Oliveira <37463445+SpecialAro@users.noreply.github.com>2024-03-18 12:36:05 +0000
committerLibravatar GitHub <noreply@github.com>2024-03-18 12:36:05 +0000
commit006950318f1228af10eeb0cdfb0861af6ecb1e75 (patch)
treed61c790d4a4b9f6f16620f645b2ba5dce248f79d
parentGoogle Voice darkmode update for add contact (#516) (diff)
downloadferdium-recipes-006950318f1228af10eeb0cdfb0861af6ecb1e75.tar.gz
ferdium-recipes-006950318f1228af10eeb0cdfb0861af6ecb1e75.tar.zst
ferdium-recipes-006950318f1228af10eeb0cdfb0861af6ecb1e75.zip
Add several recipes (#519)
The added recipes are as follows: - Mastodeck (fixes https://github.com/ferdium/ferdium-app/issues/959) - Microsoft Planner (fixes https://github.com/ferdium/ferdium-app/issues/955) - Alibaba Chat (fixes https://github.com/ferdium/ferdium-app/issues/1376) - Fiverr (step forward in https://github.com/ferdium/ferdium-app/issues/1377 - missing unread logic) - Draw.io (fixes https://github.com/ferdium/ferdium-app/issues/1429) - Canva (fixes https://github.com/ferdium/ferdium-app/issues/1447) - Penpot (fixes https://github.com/ferdium/ferdium-app/issues/1469) - HackerNews (fixes https://github.com/ferdium/ferdium-app/issues/1505) - Google Maps (fixes https://github.com/ferdium/ferdium-app/issues/1513) - Patreon (fixes https://github.com/ferdium/ferdium-app/issues/1524) - Fandom (fixes https://github.com/ferdium/ferdium-app/issues/1540) - Romeo (fixes https://github.com/ferdium/ferdium-app/issues/1553) - Infomaniak Kdrive (fixes https://github.com/ferdium/ferdium-app/issues/1559) - Notion Calendar (fixes https://github.com/ferdium/ferdium-app/issues/1599) - Superlist (fixes https://github.com/ferdium/ferdium-app/issues/1601) - Purelymail (fixes https://github.com/ferdium/ferdium-app/issues/1624) - SOGo (fixes https://github.com/ferdium/ferdium-app/issues/1472)
-rw-r--r--recipes/alibaba-chat/icon.svg37
-rw-r--r--recipes/alibaba-chat/index.js1
-rw-r--r--recipes/alibaba-chat/package.json9
-rw-r--r--recipes/alibaba-chat/webview.js19
-rw-r--r--recipes/canva/icon.svg27
-rw-r--r--recipes/canva/index.js1
-rw-r--r--recipes/canva/package.json9
-rw-r--r--recipes/canva/webview.js16
-rw-r--r--recipes/drawio/icon.svg20
-rw-r--r--recipes/drawio/index.js1
-rw-r--r--recipes/drawio/package.json9
-rw-r--r--recipes/drawio/webview.js16
-rw-r--r--recipes/fandom/icon.svg21
-rw-r--r--recipes/fandom/index.js1
-rw-r--r--recipes/fandom/package.json9
-rw-r--r--recipes/fandom/webview.js16
-rw-r--r--recipes/fiverr/icon.svg15
-rw-r--r--recipes/fiverr/index.js1
-rw-r--r--recipes/fiverr/package.json10
-rw-r--r--recipes/fiverr/webview.js16
-rw-r--r--recipes/google-maps/icon.svg20
-rw-r--r--recipes/google-maps/index.js1
-rw-r--r--recipes/google-maps/package.json9
-rw-r--r--recipes/google-maps/webview.js16
-rw-r--r--recipes/hacker-news/icon.svg1
-rw-r--r--recipes/hacker-news/index.js1
-rw-r--r--recipes/hacker-news/package.json9
-rw-r--r--recipes/hacker-news/webview.js16
-rw-r--r--recipes/infomaniak-kdrive/icon.svg34
-rw-r--r--recipes/infomaniak-kdrive/index.js1
-rw-r--r--recipes/infomaniak-kdrive/package.json9
-rw-r--r--recipes/infomaniak-kdrive/webview.js16
-rw-r--r--recipes/mastodeck/icon.svg983
-rw-r--r--recipes/mastodeck/index.js1
-rw-r--r--recipes/mastodeck/package.json9
-rw-r--r--recipes/mastodeck/webview.js9
-rw-r--r--recipes/ms-planner/icon.svg15
-rw-r--r--recipes/ms-planner/index.js27
-rw-r--r--recipes/ms-planner/package.json14
-rw-r--r--recipes/ms-planner/service.css15
-rw-r--r--recipes/ms-planner/webview.js40
-rw-r--r--recipes/notion-calendar/icon.svg31
-rw-r--r--recipes/notion-calendar/index.js1
-rw-r--r--recipes/notion-calendar/package.json10
-rw-r--r--recipes/notion-calendar/webview.js16
-rw-r--r--recipes/patreon/icon.svg31
-rw-r--r--recipes/patreon/index.js1
-rw-r--r--recipes/patreon/package.json9
-rw-r--r--recipes/patreon/webview.js16
-rw-r--r--recipes/penpot/icon.svg14
-rw-r--r--recipes/penpot/index.js1
-rw-r--r--recipes/penpot/package.json11
-rw-r--r--recipes/penpot/webview.js16
-rw-r--r--recipes/purelymail/icon.svg31
-rw-r--r--recipes/purelymail/index.js1
-rw-r--r--recipes/purelymail/package.json10
-rw-r--r--recipes/purelymail/webview.js16
-rw-r--r--recipes/romeo/icon.svg20
-rw-r--r--recipes/romeo/index.js1
-rw-r--r--recipes/romeo/package.json10
-rw-r--r--recipes/romeo/webview.js16
-rw-r--r--recipes/sogo/icon.svg20
-rw-r--r--recipes/sogo/index.js1
-rw-r--r--recipes/sogo/package.json10
-rw-r--r--recipes/sogo/webview.js20
-rw-r--r--recipes/superlist/icon.svg13
-rw-r--r--recipes/superlist/index.js1
-rw-r--r--recipes/superlist/package.json10
-rw-r--r--recipes/superlist/webview.js16
69 files changed, 1853 insertions, 0 deletions
diff --git a/recipes/alibaba-chat/icon.svg b/recipes/alibaba-chat/icon.svg
new file mode 100644
index 0000000..005a6a7
--- /dev/null
+++ b/recipes/alibaba-chat/icon.svg
@@ -0,0 +1,37 @@
1<?xml version="1.0" encoding="utf-8"?>
2<!-- Generator: Adobe Illustrator 28.3.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4 viewBox="0 0 50 50" style="enable-background:new 0 0 50 50;" xml:space="preserve">
5<style type="text/css">
6 .st0{fill:#F16C00;}
7</style>
8<g>
9 <path class="st0" d="M32.03,12.2c0.12,0.15,0.22,0.4,0.36,0.43c0.55,0.11,1.08-0.06,1.65,0.39c0.81,0.63,1.86,0.93,2.73,1.49
10 c0.37,0.24,0.64,0.77,0.79,1.22c0.36,1.08,1.36,2.11,0.41,3.35c-0.1,2.29-1.51,3.9-2.85,5.56c-1.66,2.07-3.29,4.17-4.92,6.27
11 c-0.34,0.44-0.62,0.93-0.88,1.43c-0.53,1.04-0.16,1.7,0.97,1.43c2.88-0.67,5.84-0.81,8.72-1.65c3.02-0.88,5.91-1.99,8.83-3.1
12 c0.39-0.15,0.85-0.12,1.28-0.17c-0.28,0.3-0.51,0.71-0.85,0.88c-2.17,1.09-4.38,2.1-6.56,3.17c-2.87,1.42-5.88,2.51-8.93,3.42
13 c-1.84,0.55-3.84,0.84-5.83,0.63c-1.55-0.16-2.13-0.77-2.14-2.35c-0.01-1.41,0.38-2.6,1.31-3.75c1.61-1.98,3.38-3.82,4.92-5.84
14 c1.32-1.73,2.97-3.25,3.73-5.42c0.54-1.55,0.63-1.54-0.45-2.64c-1.14-1.16-2.7-1.46-4.1-2.06c-0.51-0.22-1.06-0.36-1.61-0.44
15 c-0.19-0.03-0.45,0.21-0.62,0.38c-0.04,0.04,0.14,0.37,0.28,0.48c0.32,0.26,0.69,0.47,1.04,0.7c-0.43,0.22-0.85,0.6-1.3,0.64
16 c-2.2,0.21-4.29,0.84-6.42,1.33c-2.73,0.63-5.34,1.63-8.06,2.28c-0.58,0.14-0.43,0.56-0.38,0.86c0.06,0.4,0.47,0.83,0.38,1.15
17 c-0.1,0.38-0.58,0.65-0.9,0.97c-0.21,0.21-0.43,0.42-0.64,0.64c-0.7,0.71-0.64,1.03,0.39,1.25c0.71,0.15,1.48,0.1,2.22,0.09
18 c2.04-0.02,3.73-1.11,5.53-1.85c0.12-0.05,0.2-0.39,0.18-0.58c-0.02-0.22-0.18-0.43-0.27-0.65c0.35,0.01,0.85-0.13,1.03,0.06
19 c0.43,0.45,0.76,1.01,1.04,1.58c0.11,0.22,0.04,0.61-0.09,0.84c-0.06,0.11-0.53,0.09-0.73-0.03c-0.56-0.33-0.99-0.35-1.57,0.08
20 c-0.6,0.45-1.33,0.77-2.05,1c-2.35,0.75-4.77,0.54-7.17,0.28c-0.24-0.03-0.44-0.42-0.53,0.12c-0.14,0.92,0.41,2.01-0.33,2.73
21 c-0.63,0.61-1.59,0.87-2.32,1.4C6.65,30.72,5.97,31.31,5.5,32c-0.82,1.21-0.47,2.22,0.88,2.69c0.73,0.25,1.52,0.41,2.28,0.45
22 c1.5,0.07,3.05,0.26,4.49-0.04c2.07-0.43,4.23-0.44,6.21-1.29c0.13-0.05,0.3-0.02,0.45,0c0.14,0.02,0.27,0.07,0.41,0.1
23 c-0.1,0.11-0.18,0.28-0.31,0.33c-2.18,0.91-4.32,1.9-6.55,2.65c-1.2,0.4-2.55,0.39-3.84,0.5c-0.74,0.07-1.67-0.26-2.21,0.08
24 C6.52,37.96,6,37.4,5.39,37.36c-2.31-0.17-4.2-1.06-5-3.47c-0.11-0.33-0.21-0.66-0.32-0.99c-0.31-0.99,0.43-1.8,0.46-2.74
25 c0.03-0.9,0.73-1.5,1.09-2.25c1.4-2.9,3.63-5.11,5.96-7.19c2.58-2.31,5.4-4.26,8.76-5.45c1.76-0.62,3.51-1.31,5.29-1.89
26 c1.14-0.37,2.28-0.8,3.52-0.76c0.19,0.01,0.39-0.28,0.58-0.43C27.83,12.2,29.93,12.2,32.03,12.2z"/>
27 <path class="st0" d="M42.68,35.86c0.19-0.45,0.27-1,0.58-1.31c0.37-0.36,0.93-0.65,1.45-0.72c0.66-0.1,1.73,1.22,1.73,1.99
28 c0,0.61-1.38,2.07-2,1.97c-0.44-0.07-0.89-0.39-1.21-0.73C42.96,36.8,42.88,36.34,42.68,35.86z M45.09,35.15
29 c-0.32,0-0.52,0.03-0.82,0.15c0.32,0.25,0.4,0.3,0.82,0.3c0,0.3,0,0.6,0.05,1.15c-0.22-0.21-0.38-0.4-0.57-0.52
30 c-0.07-0.04-0.25,0.08-0.38,0.13c0.13,0.2,0.21,0.45,0.39,0.57c0.1,0.06,0.35-0.1,0.51-0.43c0.27-0.25,0.54-0.51,0.81-0.76
31 c-0.27-0.05-0.54-0.09-0.81-0.14c0-0.15,0-0.3,0.26-0.86c-0.09,0.07-0.17,0.14-0.26,0.21c0.07,0.07,0.13,0.13,0.2,0.2
32 C45.45,34.94,45.53,34.92,45.09,35.15z M43.83,35.75c-0.12-0.17-0.25-0.35-0.38-0.53c-0.05,0.2-0.16,0.4-0.14,0.59
33 c0.03,0.21,0.18,0.41,0.28,0.62C43.65,36.24,43.72,36.05,43.83,35.75z"/>
34 <path class="st0" d="M49.6,28.37c0.17,0.09,0.29,0.16,0.4,0.22c-0.22,0.09-0.43,0.19-0.66,0.25c-0.05,0.01-0.14-0.13-0.21-0.2
35 C49.3,28.54,49.46,28.45,49.6,28.37z"/>
36</g>
37</svg>
diff --git a/recipes/alibaba-chat/index.js b/recipes/alibaba-chat/index.js
new file mode 100644
index 0000000..dd41f72
--- /dev/null
+++ b/recipes/alibaba-chat/index.js
@@ -0,0 +1 @@
module.exports = Ferdium => Ferdium;
diff --git a/recipes/alibaba-chat/package.json b/recipes/alibaba-chat/package.json
new file mode 100644
index 0000000..323f81b
--- /dev/null
+++ b/recipes/alibaba-chat/package.json
@@ -0,0 +1,9 @@
1{
2 "id": "alibaba-chat",
3 "name": "Alibaba Chat",
4 "version": "1.0.0",
5 "license": "MIT",
6 "config": {
7 "serviceURL": "https://message.alibaba.com/message/messenger.htm"
8 }
9}
diff --git a/recipes/alibaba-chat/webview.js b/recipes/alibaba-chat/webview.js
new file mode 100644
index 0000000..4c3f67d
--- /dev/null
+++ b/recipes/alibaba-chat/webview.js
@@ -0,0 +1,19 @@
1function _interopRequireDefault(obj) {
2 return obj && obj.__esModule ? obj : { default: obj };
3}
4
5const _path = _interopRequireDefault(require('path'));
6
7module.exports = Ferdium => {
8 // TODO: If your SNAME service has unread messages, uncomment these lines to implement the logic for updating the badges
9 const getMessages = () => {
10 // TODO: Insert your notification-finding code here
11 const count = document.querySelector(
12 '#im-list > div > div.im-conversation-list-container > div.im-next-tabs.im-next-tabs-pure.im-next-tabs-scrollable.im-next-medium.list-tab > div.im-next-tabs-bar > div > div > div > ul > li:nth-child(2) > div > div > span.red-num',
13 );
14 Ferdium.setBadge(count, 0);
15 };
16 Ferdium.loop(getMessages);
17
18 Ferdium.injectCSS(_path.default.join(__dirname, 'service.css'));
19};
diff --git a/recipes/canva/icon.svg b/recipes/canva/icon.svg
new file mode 100644
index 0000000..e0bd934
--- /dev/null
+++ b/recipes/canva/icon.svg
@@ -0,0 +1,27 @@
1<svg xmlns="http://www.w3.org/2000/svg" width="1900" height="1900" fill="none">
2 <circle cx="950" cy="950" r="950" fill="#7D2AE7"/>
3 <circle cx="950" cy="950" r="950" fill="url(#a)"/>
4 <circle cx="950" cy="950" r="950" fill="url(#b)"/>
5 <circle cx="950" cy="950" r="950" fill="url(#c)"/>
6 <circle cx="950" cy="950" r="950" fill="url(#d)"/>
7 <path fill="#fff" d="M1360.14 1144.88c-7.84 0-14.74 6.62-21.92 21.08-81.08 164.41-221.12 280.74-383.174 280.74-187.38 0-303.419-169.15-303.419-402.83 0-395.834 220.548-624.697 414.263-624.697 90.52 0 145.8 56.885 145.8 147.41 0 107.439-61.04 164.324-61.04 202.216 0 17.009 10.58 27.308 31.56 27.308 84.29 0 183.22-96.855 183.22-233.682 0-132.669-115.47-230.186-309.18-230.186-320.145 0-604.665 296.804-604.665 707.471 0 317.88 181.522 527.94 461.601 527.94 297.274 0 469.164-295.77 469.164-391.77 0-21.26-10.87-31-22.21-31Z"/>
8 <defs>
9 <radialGradient id="a" cx="0" cy="0" r="1" gradientTransform="rotate(-49.416 2013.48303023 443.1854085) scale(1469.49)" gradientUnits="userSpaceOnUse">
10 <stop stop-color="#6420FF"/>
11 <stop offset="1" stop-color="#6420FF" stop-opacity="0"/>
12 </radialGradient>
13 <radialGradient id="b" cx="0" cy="0" r="1" gradientTransform="rotate(54.703 42.71673666 594.1943586) scale(1657.12)" gradientUnits="userSpaceOnUse">
14 <stop stop-color="#00C4CC"/>
15 <stop offset="1" stop-color="#00C4CC" stop-opacity="0"/>
16 </radialGradient>
17 <radialGradient id="c" cx="0" cy="0" r="1" gradientTransform="matrix(1023.00018 -1030.00171 473.71139 470.4913 367 1684)" gradientUnits="userSpaceOnUse">
18 <stop stop-color="#6420FF"/>
19 <stop offset="1" stop-color="#6420FF" stop-opacity="0"/>
20 </radialGradient>
21 <radialGradient id="d" cx="0" cy="0" r="1" gradientTransform="matrix(595.99869 1371.99953 -2298.40601 998.43108 777 256)" gradientUnits="userSpaceOnUse">
22 <stop stop-color="#00C4CC" stop-opacity=".725916"/>
23 <stop offset=".0001" stop-color="#00C4CC"/>
24 <stop offset="1" stop-color="#00C4CC" stop-opacity="0"/>
25 </radialGradient>
26 </defs>
27</svg> \ No newline at end of file
diff --git a/recipes/canva/index.js b/recipes/canva/index.js
new file mode 100644
index 0000000..dd41f72
--- /dev/null
+++ b/recipes/canva/index.js
@@ -0,0 +1 @@
module.exports = Ferdium => Ferdium;
diff --git a/recipes/canva/package.json b/recipes/canva/package.json
new file mode 100644
index 0000000..eeebd4e
--- /dev/null
+++ b/recipes/canva/package.json
@@ -0,0 +1,9 @@
1{
2 "id": "canva",
3 "name": "Canva",
4 "version": "1.0.0",
5 "license": "MIT",
6 "config": {
7 "serviceURL": "https://canva.com"
8 }
9}
diff --git a/recipes/canva/webview.js b/recipes/canva/webview.js
new file mode 100644
index 0000000..2a81dec
--- /dev/null
+++ b/recipes/canva/webview.js
@@ -0,0 +1,16 @@
1function _interopRequireDefault(obj) {
2 return obj && obj.__esModule ? obj : { default: obj };
3}
4
5const _path = _interopRequireDefault(require('path'));
6
7module.exports = Ferdium => {
8 // TODO: If your SNAME service has unread messages, uncomment these lines to implement the logic for updating the badges
9 // const getMessages = () => {
10 // // TODO: Insert your notification-finding code here
11 // Ferdium.setBadge(0, 0);
12 // };
13 // Ferdium.loop(getMessages);
14
15 Ferdium.injectCSS(_path.default.join(__dirname, 'service.css'));
16};
diff --git a/recipes/drawio/icon.svg b/recipes/drawio/icon.svg
new file mode 100644
index 0000000..ee65a9c
--- /dev/null
+++ b/recipes/drawio/icon.svg
@@ -0,0 +1,20 @@
1<?xml version="1.0" encoding="utf-8"?>
2<!-- Generator: Adobe Illustrator 28.3.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4 viewBox="0 0 1858 1858" style="enable-background:new 0 0 1858 1858;" xml:space="preserve">
5<style type="text/css">
6 .st0{fill:#F08705;}
7 .st1{fill:#DF6C0C;}
8 .st2{fill:#FFFFFF;}
9</style>
10<g>
11 <path class="st0" d="M1858,1778.7c0,44.8-36.8,79.3-79.3,79.3H79.3c-44.8,0-79.3-36.8-79.3-79.3V79.3C0,34.5,36.8,0,79.3,0h1699.3
12 c44.8,0,79.3,36.8,79.3,79.3v1699.4H1858z"/>
13 <path class="st1" d="M1858,1778.7c0,44.8-36.8,79.3-79.3,79.3H635.8l-370.2-376l230-376l683-848.5l677.2,697.9L1858,1778.7z"/>
14 <path class="st2" d="M1525.7,1038.2h-195.5l-207-351.8c46-9.2,80.5-50.6,80.5-98.9V321.9c0-56.3-44.8-101.2-101.2-101.2H757.7
15 c-56.3,0-101.2,44.8-101.2,101.2v265.6c0,49.4,34.5,89.7,79.3,98.9l-207,353H333.4c-56.3,0-101.2,44.8-101.2,101.2v265.6
16 c0,56.3,44.8,101.2,101.2,101.2h344.9c56.3,0,101.2-44.8,101.2-101.2v-265.6c0-56.3-44.8-101.2-101.2-101.2H645l204.7-349.5h159.8
17 l205.8,349.5h-34.5c-56.3,0-101.2,44.8-101.2,101.2v265.6c0,56.3,44.8,101.2,101.2,101.2h344.9c56.3,0,101.2-44.8,101.2-101.2
18 v-265.6C1626.9,1084.2,1582.1,1038.2,1525.7,1038.2L1525.7,1038.2z"/>
19</g>
20</svg>
diff --git a/recipes/drawio/index.js b/recipes/drawio/index.js
new file mode 100644
index 0000000..dd41f72
--- /dev/null
+++ b/recipes/drawio/index.js
@@ -0,0 +1 @@
module.exports = Ferdium => Ferdium;
diff --git a/recipes/drawio/package.json b/recipes/drawio/package.json
new file mode 100644
index 0000000..3a555cb
--- /dev/null
+++ b/recipes/drawio/package.json
@@ -0,0 +1,9 @@
1{
2 "id": "drawio",
3 "name": "Draw.io",
4 "version": "1.0.0",
5 "license": "MIT",
6 "config": {
7 "serviceURL": "https://app.diagrams.net/"
8 }
9}
diff --git a/recipes/drawio/webview.js b/recipes/drawio/webview.js
new file mode 100644
index 0000000..2a81dec
--- /dev/null
+++ b/recipes/drawio/webview.js
@@ -0,0 +1,16 @@
1function _interopRequireDefault(obj) {
2 return obj && obj.__esModule ? obj : { default: obj };
3}
4
5const _path = _interopRequireDefault(require('path'));
6
7module.exports = Ferdium => {
8 // TODO: If your SNAME service has unread messages, uncomment these lines to implement the logic for updating the badges
9 // const getMessages = () => {
10 // // TODO: Insert your notification-finding code here
11 // Ferdium.setBadge(0, 0);
12 // };
13 // Ferdium.loop(getMessages);
14
15 Ferdium.injectCSS(_path.default.join(__dirname, 'service.css'));
16};
diff --git a/recipes/fandom/icon.svg b/recipes/fandom/icon.svg
new file mode 100644
index 0000000..96959d6
--- /dev/null
+++ b/recipes/fandom/icon.svg
@@ -0,0 +1,21 @@
1<?xml version="1.0" encoding="utf-8"?>
2<!-- Generator: Adobe Illustrator 28.3.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4 viewBox="0 0 155 155" style="enable-background:new 0 0 155 155;" xml:space="preserve">
5<style type="text/css">
6 .st0{fill:#FA005A;}
7 .st1{fill:#FFC500;}
8</style>
9<g>
10 <path class="st0" d="M128.75,75.7L53.85,0.81c-0.39-0.39-0.88-0.65-1.41-0.76C51.9-0.05,51.34,0,50.84,0.21s-0.94,0.56-1.24,1.01
11 s-0.47,0.99-0.47,1.53v62.97L26.44,43.06c-0.39-0.39-0.88-0.65-1.42-0.76c-0.54-0.11-1.09-0.05-1.6,0.16
12 c-0.51,0.21-0.94,0.56-1.24,1.02c-0.3,0.46-0.47,0.99-0.47,1.54v65.02c0,2.04,0.39,4.05,1.17,5.94c0.78,1.88,1.92,3.59,3.36,5.03
13 l29.52,29.47c2.91,2.89,6.84,4.52,10.94,4.53h21.6c4.1,0,8.03-1.63,10.93-4.53l29.52-29.47c1.44-1.44,2.58-3.14,3.35-5.02
14 c0.78-1.88,1.17-3.89,1.17-5.92V86.64c0-2.03-0.4-4.05-1.18-5.92C131.34,78.84,130.19,77.13,128.75,75.7L128.75,75.7z"/>
15 <path class="st1" d="M105.91,103.12c0,1.23-0.49,2.4-1.36,3.27l-23.78,23.87c-0.43,0.43-0.94,0.78-1.51,1.01
16 c-0.57,0.23-1.17,0.36-1.78,0.36s-1.22-0.12-1.78-0.36c-0.56-0.24-1.08-0.58-1.51-1.01l-23.73-23.9c-0.86-0.86-1.35-2.02-1.37-3.24
17 v-9.11c0-0.61,0.12-1.21,0.36-1.78c0.23-0.56,0.58-1.07,1.01-1.5l8.55-8.55c0.87-0.87,2.05-1.36,3.28-1.36
18 c1.23,0,2.41,0.49,3.28,1.36l11.94,11.95l11.92-11.95c0.87-0.87,2.05-1.36,3.28-1.36c1.23,0,2.41,0.49,3.28,1.36l8.53,8.55
19 c0.43,0.43,0.78,0.94,1.01,1.5c0.23,0.56,0.36,1.17,0.36,1.78L105.91,103.12L105.91,103.12z"/>
20</g>
21</svg>
diff --git a/recipes/fandom/index.js b/recipes/fandom/index.js
new file mode 100644
index 0000000..dd41f72
--- /dev/null
+++ b/recipes/fandom/index.js
@@ -0,0 +1 @@
module.exports = Ferdium => Ferdium;
diff --git a/recipes/fandom/package.json b/recipes/fandom/package.json
new file mode 100644
index 0000000..318d761
--- /dev/null
+++ b/recipes/fandom/package.json
@@ -0,0 +1,9 @@
1{
2 "id": "fandom",
3 "name": "Fandom",
4 "version": "1.0.0",
5 "license": "MIT",
6 "config": {
7 "serviceURL": "https://www.fandom.com"
8 }
9}
diff --git a/recipes/fandom/webview.js b/recipes/fandom/webview.js
new file mode 100644
index 0000000..2a81dec
--- /dev/null
+++ b/recipes/fandom/webview.js
@@ -0,0 +1,16 @@
1function _interopRequireDefault(obj) {
2 return obj && obj.__esModule ? obj : { default: obj };
3}
4
5const _path = _interopRequireDefault(require('path'));
6
7module.exports = Ferdium => {
8 // TODO: If your SNAME service has unread messages, uncomment these lines to implement the logic for updating the badges
9 // const getMessages = () => {
10 // // TODO: Insert your notification-finding code here
11 // Ferdium.setBadge(0, 0);
12 // };
13 // Ferdium.loop(getMessages);
14
15 Ferdium.injectCSS(_path.default.join(__dirname, 'service.css'));
16};
diff --git a/recipes/fiverr/icon.svg b/recipes/fiverr/icon.svg
new file mode 100644
index 0000000..1e71430
--- /dev/null
+++ b/recipes/fiverr/icon.svg
@@ -0,0 +1,15 @@
1<?xml version="1.0" encoding="utf-8"?>
2<!-- Generator: Adobe Illustrator 28.3.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4 viewBox="0 0 2500 2500" style="enable-background:new 0 0 2500 2500;" xml:space="preserve">
5<style type="text/css">
6 .st0{fill:#00B22D;}
7 .st1{fill:#FFFFFF;}
8</style>
9<circle class="st0" cx="1250" cy="1250" r="1250"/>
10<g>
11 <path class="st1" d="M1923.84,921.59h-825.02v-54.07c0-106.13,106.13-108.13,160.2-108.13c62.08,0,90.11,6.01,90.11,6.01V473.04
12 c0,0-56.07-8.01-132.16-8.01c-172.21,0-490.61,48.06-490.61,412.51v46.06H576.16v270.34h150.19v570.71l0,0v270.34h372.46v-270.34
13 l0,0v-570.71h450.56v570.71l0,0v270.34h374.46v-270.34l0,0V921.59z"/>
14</g>
15</svg>
diff --git a/recipes/fiverr/index.js b/recipes/fiverr/index.js
new file mode 100644
index 0000000..dd41f72
--- /dev/null
+++ b/recipes/fiverr/index.js
@@ -0,0 +1 @@
module.exports = Ferdium => Ferdium;
diff --git a/recipes/fiverr/package.json b/recipes/fiverr/package.json
new file mode 100644
index 0000000..6f9f630
--- /dev/null
+++ b/recipes/fiverr/package.json
@@ -0,0 +1,10 @@
1{
2 "id": "fiverr",
3 "name": "Fiverr",
4 "version": "1.0.0",
5 "license": "MIT",
6 "config": {
7 "serviceURL": "https://www.fiverr.com/inbox/",
8 "hasNotificationSound": true
9 }
10}
diff --git a/recipes/fiverr/webview.js b/recipes/fiverr/webview.js
new file mode 100644
index 0000000..2a81dec
--- /dev/null
+++ b/recipes/fiverr/webview.js
@@ -0,0 +1,16 @@
1function _interopRequireDefault(obj) {
2 return obj && obj.__esModule ? obj : { default: obj };
3}
4
5const _path = _interopRequireDefault(require('path'));
6
7module.exports = Ferdium => {
8 // TODO: If your SNAME service has unread messages, uncomment these lines to implement the logic for updating the badges
9 // const getMessages = () => {
10 // // TODO: Insert your notification-finding code here
11 // Ferdium.setBadge(0, 0);
12 // };
13 // Ferdium.loop(getMessages);
14
15 Ferdium.injectCSS(_path.default.join(__dirname, 'service.css'));
16};
diff --git a/recipes/google-maps/icon.svg b/recipes/google-maps/icon.svg
new file mode 100644
index 0000000..298ceae
--- /dev/null
+++ b/recipes/google-maps/icon.svg
@@ -0,0 +1,20 @@
1<?xml version="1.0" encoding="utf-8"?>
2<!-- Generator: Adobe Illustrator 28.3.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4 viewBox="0 0 132.3 132.3" style="enable-background:new 0 0 132.3 132.3;" xml:space="preserve">
5<style type="text/css">
6 .st0{fill:#1A73E8;}
7 .st1{fill:#EA4335;}
8 .st2{fill:#4285F4;}
9 .st3{fill:#FBBC04;}
10 .st4{fill:#34A853;}
11</style>
12<path class="st0" d="M80.2,2.2C75.8,0.8,71,0,66.1,0C52,0,39.3,6.4,30.8,16.5l21.8,18.3L80.2,2.2z"/>
13<path class="st1" d="M30.8,16.5C24.1,24.5,20,34.9,20,46.1c0,8.7,1.7,15.7,4.6,22l28-33.3C52.6,34.8,30.8,16.5,30.8,16.5z"/>
14<path class="st2" d="M66.2,28.5c9.8,0,17.7,7.9,17.7,17.7c0,4.3-1.6,8.3-4.2,11.4c0,0,13.9-16.6,27.5-32.7
15 c-5.6-10.8-15.3-19-27-22.7L52.6,34.8C55.9,31,60.7,28.5,66.2,28.5"/>
16<path class="st3" d="M66.2,63.8c-9.8,0-17.7-7.9-17.7-17.7c0-4.3,1.5-8.3,4.1-11.3l-28,33.3c4.8,10.6,12.8,19.2,21,29.9l34.1-40.5
17 C76.4,61.4,71.6,63.8,66.2,63.8"/>
18<path class="st4" d="M79.1,109.2c15.4-24.1,33.3-35,33.3-63c0-7.7-1.9-14.9-5.2-21.3L45.6,98c2.6,3.4,5.3,7.3,7.9,11.3
19 c9.4,14.5,6.8,23.1,12.8,23.1S69.7,123.7,79.1,109.2"/>
20</svg>
diff --git a/recipes/google-maps/index.js b/recipes/google-maps/index.js
new file mode 100644
index 0000000..dd41f72
--- /dev/null
+++ b/recipes/google-maps/index.js
@@ -0,0 +1 @@
module.exports = Ferdium => Ferdium;
diff --git a/recipes/google-maps/package.json b/recipes/google-maps/package.json
new file mode 100644
index 0000000..e2a0d35
--- /dev/null
+++ b/recipes/google-maps/package.json
@@ -0,0 +1,9 @@
1{
2 "id": "google-maps",
3 "name": "Google Maps",
4 "version": "1.0.0",
5 "license": "MIT",
6 "config": {
7 "serviceURL": "https://www.google.com/maps"
8 }
9}
diff --git a/recipes/google-maps/webview.js b/recipes/google-maps/webview.js
new file mode 100644
index 0000000..2a81dec
--- /dev/null
+++ b/recipes/google-maps/webview.js
@@ -0,0 +1,16 @@
1function _interopRequireDefault(obj) {
2 return obj && obj.__esModule ? obj : { default: obj };
3}
4
5const _path = _interopRequireDefault(require('path'));
6
7module.exports = Ferdium => {
8 // TODO: If your SNAME service has unread messages, uncomment these lines to implement the logic for updating the badges
9 // const getMessages = () => {
10 // // TODO: Insert your notification-finding code here
11 // Ferdium.setBadge(0, 0);
12 // };
13 // Ferdium.loop(getMessages);
14
15 Ferdium.injectCSS(_path.default.join(__dirname, 'service.css'));
16};
diff --git a/recipes/hacker-news/icon.svg b/recipes/hacker-news/icon.svg
new file mode 100644
index 0000000..faac12a
--- /dev/null
+++ b/recipes/hacker-news/icon.svg
@@ -0,0 +1 @@
<svg height="18" viewBox="4 4 188 188" width="18" xmlns="http://www.w3.org/2000/svg"><path d="m4 4h188v188h-188z" fill="#f60"/><path d="m73.2521756 45.01 22.7478244 47.39130083 22.7478244-47.39130083h19.56569631l-34.32352071 64.48661468v41.49338532h-15.98v-41.49338532l-34.32352071-64.48661468z" fill="#fff"/></svg> \ No newline at end of file
diff --git a/recipes/hacker-news/index.js b/recipes/hacker-news/index.js
new file mode 100644
index 0000000..dd41f72
--- /dev/null
+++ b/recipes/hacker-news/index.js
@@ -0,0 +1 @@
module.exports = Ferdium => Ferdium;
diff --git a/recipes/hacker-news/package.json b/recipes/hacker-news/package.json
new file mode 100644
index 0000000..0c9e406
--- /dev/null
+++ b/recipes/hacker-news/package.json
@@ -0,0 +1,9 @@
1{
2 "id": "hacker-news",
3 "name": "Hacker News",
4 "version": "1.0.0",
5 "license": "MIT",
6 "config": {
7 "serviceURL": "https://news.ycombinator.com/"
8 }
9}
diff --git a/recipes/hacker-news/webview.js b/recipes/hacker-news/webview.js
new file mode 100644
index 0000000..2a81dec
--- /dev/null
+++ b/recipes/hacker-news/webview.js
@@ -0,0 +1,16 @@
1function _interopRequireDefault(obj) {
2 return obj && obj.__esModule ? obj : { default: obj };
3}
4
5const _path = _interopRequireDefault(require('path'));
6
7module.exports = Ferdium => {
8 // TODO: If your SNAME service has unread messages, uncomment these lines to implement the logic for updating the badges
9 // const getMessages = () => {
10 // // TODO: Insert your notification-finding code here
11 // Ferdium.setBadge(0, 0);
12 // };
13 // Ferdium.loop(getMessages);
14
15 Ferdium.injectCSS(_path.default.join(__dirname, 'service.css'));
16};
diff --git a/recipes/infomaniak-kdrive/icon.svg b/recipes/infomaniak-kdrive/icon.svg
new file mode 100644
index 0000000..cad4c94
--- /dev/null
+++ b/recipes/infomaniak-kdrive/icon.svg
@@ -0,0 +1,34 @@
1<?xml version="1.0" encoding="utf-8"?>
2<!-- Generator: Adobe Illustrator 28.3.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4 viewBox="0 0 46 46" style="enable-background:new 0 0 46 46;" xml:space="preserve">
5<style type="text/css">
6 .st0{opacity:0.5042;fill-rule:evenodd;clip-rule:evenodd;fill:#A2BFFF;enable-background:new ;}
7 .st1{opacity:0.8;fill-rule:evenodd;clip-rule:evenodd;fill:#A0BDFF;enable-background:new ;}
8 .st2{fill-rule:evenodd;clip-rule:evenodd;fill:#1A47FF;}
9 .st3{fill-rule:evenodd;clip-rule:evenodd;fill:#5287FF;}
10</style>
11<g id="Page-1">
12 <g id="Workspace" transform="translate(-68.000000, -293.000000)">
13 <g id="Drive" transform="translate(68.000000, 293.000000)">
14 <g id="logo" transform="translate(2.700000, 2.700000)">
15 <path id="Rectangle-Copy-32" class="st0" d="M17.65,1.64L20.9,3c0.5,0.21,0.88,0.62,1.06,1.13l1.29,3.78
16 c0.21,0.61,0.71,1.07,1.34,1.22l13.53,3.31c0.84,0.21,1.44,0.96,1.44,1.83v15.78c0,1.04-0.84,1.89-1.89,1.89
17 c-0.19,0-0.37-0.03-0.55-0.08l-20.74-6.38c-0.79-0.24-1.33-0.97-1.33-1.8V3.38c0-1.04,0.84-1.89,1.89-1.89
18 C17.17,1.49,17.42,1.54,17.65,1.64z"/>
19 <path id="Rectangle-Copy-12" class="st1" d="M12.94,5.41l3.25,1.36c0.5,0.21,0.88,0.62,1.06,1.13l1.29,3.78
20 c0.21,0.61,0.71,1.07,1.34,1.22L33.4,16.2c0.84,0.21,1.44,0.96,1.44,1.83v15.78c0,1.04-0.84,1.89-1.89,1.89
21 c-0.19,0-0.37-0.03-0.55-0.08l-20.74-6.38c-0.79-0.24-1.33-0.97-1.33-1.8V7.15c0-1.04,0.84-1.89,1.89-1.89
22 C12.46,5.26,12.71,5.31,12.94,5.41z"/>
23 <path id="Rectangle" class="st2" d="M8.22,8.61l3.25,1.36c0.5,0.21,0.88,0.62,1.06,1.13l1.29,3.78
24 c0.21,0.61,0.71,1.07,1.34,1.22l13.53,3.31c0.84,0.21,1.44,0.96,1.44,1.83v15.78c0,1.04-0.84,1.89-1.89,1.89
25 c-0.19,0-0.37-0.03-0.55-0.08L6.94,32.45c-0.79-0.24-1.33-0.97-1.33-1.8V10.35c0-1.04,0.84-1.89,1.89-1.89
26 C7.74,8.47,7.99,8.52,8.22,8.61z"/>
27 <path id="Rectangle-Copy-37" class="st3" d="M3.44,16.98l20.95,5.82c0.63,0.18,1.13,0.67,1.31,1.3l3.95,13.81
28 c0.14,0.5-0.15,1.02-0.65,1.17c-0.18,0.05-0.36,0.05-0.54-0.01L6.52,32.32c-0.57-0.18-1.02-0.61-1.22-1.17L1.16,19.42
29 c-0.35-0.98,0.17-2.06,1.15-2.41C2.67,16.89,3.07,16.87,3.44,16.98z"/>
30 </g>
31 </g>
32 </g>
33</g>
34</svg>
diff --git a/recipes/infomaniak-kdrive/index.js b/recipes/infomaniak-kdrive/index.js
new file mode 100644
index 0000000..dd41f72
--- /dev/null
+++ b/recipes/infomaniak-kdrive/index.js
@@ -0,0 +1 @@
module.exports = Ferdium => Ferdium;
diff --git a/recipes/infomaniak-kdrive/package.json b/recipes/infomaniak-kdrive/package.json
new file mode 100644
index 0000000..2f6e0f5
--- /dev/null
+++ b/recipes/infomaniak-kdrive/package.json
@@ -0,0 +1,9 @@
1{
2 "id": "infomaniak-kdrive",
3 "name": "Infomaniak KDrive",
4 "version": "1.0.0",
5 "license": "MIT",
6 "config": {
7 "serviceURL": "https://kdrive.infomaniak.com/"
8 }
9}
diff --git a/recipes/infomaniak-kdrive/webview.js b/recipes/infomaniak-kdrive/webview.js
new file mode 100644
index 0000000..2a81dec
--- /dev/null
+++ b/recipes/infomaniak-kdrive/webview.js
@@ -0,0 +1,16 @@
1function _interopRequireDefault(obj) {
2 return obj && obj.__esModule ? obj : { default: obj };
3}
4
5const _path = _interopRequireDefault(require('path'));
6
7module.exports = Ferdium => {
8 // TODO: If your SNAME service has unread messages, uncomment these lines to implement the logic for updating the badges
9 // const getMessages = () => {
10 // // TODO: Insert your notification-finding code here
11 // Ferdium.setBadge(0, 0);
12 // };
13 // Ferdium.loop(getMessages);
14
15 Ferdium.injectCSS(_path.default.join(__dirname, 'service.css'));
16};
diff --git a/recipes/mastodeck/icon.svg b/recipes/mastodeck/icon.svg
new file mode 100644
index 0000000..134947d
--- /dev/null
+++ b/recipes/mastodeck/icon.svg
@@ -0,0 +1,983 @@
1<?xml version="1.0" encoding="utf-8"?>
2<!-- Generator: Adobe Illustrator 28.3.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4 viewBox="0 0 1080 1080" style="enable-background:new 0 0 1080 1080;" xml:space="preserve">
5<style type="text/css">
6 .st0{fill:#D4EAF9;}
7 .st1{fill:#F3F3F3;}
8 .st2{fill:#41A0E5;}
9 .st3{fill:#191919;}
10 .st4{fill:#308FD4;}
11 .st5{fill:#EDF5FA;}
12 .st6{fill:#1A1A1A;}
13 .st7{fill:#EDF4FA;}
14 .st8{fill:#104A74;}
15 .st9{fill:#10191F;}
16 .st10{fill:#E9E9E9;}
17 .st11{fill:#8B8B8B;}
18 .st12{fill:#A3A3A3;}
19 .st13{fill:#105689;}
20 .st14{fill:#105C94;}
21 .st15{fill:#5D5D5D;}
22 .st16{fill:#919191;}
23 .st17{fill:#525252;}
24 .st18{fill:#535353;}
25 .st19{fill:#5C5C5C;}
26</style>
27<g>
28 <path class="st0" d="M52.12,216.73c1.09-4.25,2.03-8.4,4.78-12.19c3.43-4.74,7.92-7.08,13.2-8.76c4.3-1.37,8.65-1.15,13.02-1.17
29 c3.69-0.02,7.38-0.13,11.06,0.04c2.09,0.1,2.26-0.84,2.22-2.52c-0.1-4.5,0.05-9.01-0.06-13.52c-0.1-4.18,1.16-7.98,2.37-11.92
30 c2.17-7.03,7.95-11.83,15.64-13.96c4.54-1.26,9.07-1.09,13.64-1.16c4.48-0.07,8.96-0.13,13.44-0.2c0.14-4.65,0.29-9.31,0.41-13.96
31 c0.05-1.84,0-3.69,0.01-5.53c0.01-4.94,2.12-11.08,4.87-15.81c2.87-4.93,7.52-7.17,12.55-8.68c3.98-1.2,8.16-1.37,12.37-1.36
32 c60.83,0.08,121.65,0.06,182.48,0.06c5.47,0,10.67,2.02,15.83,4.83c5.51,3,7.47,7.94,9.2,13.38c1.3,4.1,1.16,8.24,1.17,12.41
33 c0.01,3.89-0.04,7.78,0.04,11.67c0.01,0.66,0.75,1.89,0.79,1.88c2.97-1.1,5.82,2.17,8.9,0.17c0.87-0.56,2.61-0.5,3.6-0.01
34 c4.45,2.21,9.14,0.58,13.65,1.2c2.51,0.34,2.62-0.84,2.57-2.79c-0.12-4.71,0.18-9.43-0.1-14.13c-0.29-4.84,1.03-9.4,2.66-13.68
35 c2.58-6.75,8.11-10.66,15.07-12.45c2.05-0.53,4.15-0.99,6.25-1.2c2.03-0.2,4.09-0.04,6.14-0.04c68,0,135.99,0.03,203.99-0.06
36 c4.62-0.01,9.13,0.96,13.02,2.72c6.95,3.14,11.58,8.81,13.62,16.52c1.2,4.55,1.09,9.07,1.14,13.64c0.03,3.28,0.05,6.55-0.01,9.83
37 c-0.03,1.42,0.64,1.63,1.86,1.62c8.6-0.04,17.2-0.08,25.8,0.02c1.87,0.02,1.89-0.88,1.88-2.23c-0.04-4.1,0.08-8.19-0.04-12.29
38 c-0.14-4.77,0.81-9.24,2.4-13.76c2.26-6.41,9.62-14.19,16.68-14.84c0.88-0.08,1.79-1.23,2.55-1.1c3.17,0.52,6.3-3.02,9.44-0.08
39 c3.31-0.54,6.84,1.11,10.04-1.02c0.4-0.26,1.35,0.36,2.06,0.51c0.95,0.2,2.05,0.74,2.84,0.45c6.3-2.28,12.8-0.68,19.18-1.17
40 c-0.14,0.76-0.16,1.57-0.45,2.26c-1.1,2.59-1.13,2.59,1.49,2.65c1.22,0.03,2.45,0.01,3.67,0.01c6.12,0,12.24,0.21,18.35-0.06
41 c5.71-0.25,11.53,1.2,17.13-0.93c5.88,2.13,11.96,0.68,17.94,0.93c6.92,0.28,13.86,0.05,20.79,0.09c0.73,0,1.47,0.37,2.2,0.57
42 c-0.42,0.43-0.84,0.88-1.27,1.3c-5.33,5.13-10.43,10.46-14.7,16.54c-3.69,0-7.38,0-11.06,0c-0.42-1.43-1.22-2.52-2.84-2.43
43 c-1.52,0.08-3.03,0.36-4.52,0.7c-0.13,0.03-0.02,1.13-0.02,1.73c-2.05,0-4.1,0-6.15,0c-0.52-2.03-1.95-2.6-3.87-2.47
44 c-1.16,0.08-2.33,0.01-3.5,0.01c-0.41,0-0.82,0-1.23,0c-0.41-0.41-0.82-0.82-1.23-1.23c-10.24,0-20.49,0-30.73,0
45 c-2.3-1.74-5.07-1.74-7.38,0c-2.1-0.1-4.23-0.26-4.92,2.46c-1.84,0.1-1.04,1.53-1.23,2.46c-7.38,0-14.75,0-22.13,0
46 c-1.23,0-2.46,0-3.69,0c-0.41-0.41-0.82-0.82-1.23-1.23c-0.82,0-1.64,0-2.46,0c-0.41,0.41-0.82,0.82-1.23,1.23
47 c-1.65,0.01-1.21,1.26-1.21,2.15c-0.03,5.43-0.02,10.86-0.02,16.29c0,1.64,0,3.28,0,4.92c0.41,0.41,0.82,0.82,1.23,1.23
48 c0,0.41,0,0.82,0,1.23c0,0.41,0,0.82,0,1.23c0,1.23,0,2.46,0,3.69c-0.41,0.5-1.15,0.98-1.17,1.5c-0.13,2.36-0.06,4.73-0.06,7.1
49 c-0.41,0.41-0.82,0.82-1.23,1.23c-5.74,0-11.47,0-17.21,0c-0.41,0.41-0.82,0.82-1.23,1.23c-0.41,0-0.82,0-1.23,0
50 c-1.57,0-3.14,0.03-4.71-0.01c-2-0.04-1.3,1.44-1.44,2.47c-7.79,0-15.57,0-23.36,0c-0.82-0.82-1.64-1.64-2.46-2.46
51 c-0.41,0-0.82,0-1.23,0c-2-1.77-4.14-1.77-6.15,0c-0.41,0.41-0.82,0.82-1.23,1.23c-0.41,0.41-0.82,0.82-1.23,1.23
52 c-1.64,0-3.28,0-4.92,0c0-0.41,0-0.82,0-1.23c-0.19-0.93,0.61-2.35-1.23-2.46c0-2.87,0-5.74,0-8.6c0-0.82,0-1.64,0-2.46
53 c0.35-0.14,1-0.28,1-0.43c0.05-4.22,0.05-8.44,0-12.66c0-0.15-0.65-0.29-1-0.43c0-5.33,0-10.65,0-15.98
54 c-0.41-0.41-0.82-0.82-1.23-1.23c-0.41-0.41-0.82-0.82-1.23-1.23c-0.1-1.84-1.53-1.04-2.46-1.23c-0.41,0-0.82,0-1.23,0
55 c-0.41,0.41-0.82,0.82-1.23,1.23c-0.41,0.41-0.82,0.82-1.23,1.23c-0.41,0.41-0.82,0.82-1.23,1.23c-0.41,0-0.82,0-1.23,0
56 c-1.24-1.68-2.45-1.68-3.69,0c-0.41,0-0.82,0-1.23,0c-0.96-0.76-1.93-1.52-2.89-2.28c-1.76,2.45-5.31-0.56-6.94,2.28
57 c-63.1,0-126.21,0-189.31,0c-0.18-0.87,0.58-2.19-0.96-2.43c-0.99-0.16-2.03-0.05-3.05-0.02c-1.23,0.03-3.89,2.83-3.28,3.74
58 c1.79,2.65,1.02,6.3,3.59,8.55c0,2.05,0,4.1,0,6.15c-2.48,0.66-2.53,2.56-2.48,4.62c0.05,2.14-0.41,4.45,2.48,5.22
59 c0,4.51,0,9.01,0,13.52c-0.93,0.19-2.35-0.61-2.46,1.23c-5.2,0-10.42,0.19-15.61-0.07c-3.19-0.16-5.22,0.99-6.52,3.76
60 c-4.92,0-9.83,0-14.75,0c-2.05-3.08-1.63-3.09-3.69,0c-1.64,0-3.28,0-4.92,0c0-0.6,0.11-1.7-0.02-1.73c-1.48-0.34-3-0.61-4.52-0.7
61 c-1.62-0.09-2.42,1-2.84,2.43c-3.28,0-6.56,0-9.83,0c-0.1-1.08,0.52-2.41-1.54-2.52c-2.08-0.1-2.37,0.88-2.15,2.52
62 c-1.64,0-3.28,0-4.92,0c0.37-2.01-0.45-2.83-2.46-2.46c0-13.11,0-26.22,0-39.34c3.29-0.9,4.39-1.75,3.57-3.39
63 c-0.78-1.57-2.3-3.09-3.87-3.87c-1.64-0.82-2.49,0.28-3.39,3.57c-40.57,0-81.13,0-121.7,0c-21.31,0-42.61,0-63.92,0
64 c-0.09-1.1,0.52-2.62-1.58-2.46c-3.28,0.25-4.41,2.56-2.3,5.27c2.42,3.12,2.18,6.62,0.54,9.44c-1.1,1.9-1.57,3.52-1.57,5.51
65 c0,7.56-0.11,15.12,0.07,22.67c0.05,2.29-0.63,2.67-2.74,2.65c-12.46-0.11-24.92,0.07-37.38-0.14c-2.8-0.05-4,1.64-5.35,3.27
66 c-0.41,0.49,0.17,2.67,0.37,2.68c2.62,0.13,1.99,2.01,1.99,3.48c0.02,12.46,0.01,24.92,0.01,37.38c-14.34,0-28.68,0-43.02,0
67 c-2.04,0.21-1.19,1.81-1.19,2.79c-0.06,12.18-0.04,24.37-0.04,36.55c0,0.82,0,1.64,0,2.46c-0.22,2.05-1.83,1.18-2.81,1.19
68 c-12.47,0.06-24.94,0.04-37.41,0.04c-1.43,0-2.88-0.13-4.29,0.03c-1.57,0.18-0.79,1.55-0.97,2.42c0,42.2,0,84.41,0,126.61
69 c-2.69,1.23-1.15,3.56-1.15,5.27c-0.1,42.79-0.08,85.57-0.08,128.36c0,1.43-0.08,2.87,0.06,4.29c0.03,0.36,0.76,0.65,1.17,0.98
70 c1.23,0,2.46,0,3.69,0c13.09,0,26.18-0.01,39.27,0c3.72,0,3.74,0.03,3.75,3.96c0.02,4.3-0.04,8.59,0.06,12.88
71 c0.01,0.54,0.77,1.06,1.17,1.59c0,0.41,0,0.82,0,1.23c0,15.26-0.03,30.51,0.06,45.77c0.01,1.12-1.21,2.98,1.17,3.4
72 c13.52,0,27.04,0,40.57,0c0,11.77-0.02,23.55,0.04,35.32c0,0.98-0.85,2.58,1.19,2.79c13.1,0,26.2,0,39.29,0
73 c4.95,0,4.95,0.01,4.96,5.22c0,1.23,0,2.46,0,3.68c0,12.48-0.02,24.97,0.04,37.45c0,0.98-0.87,2.6,1.19,2.81
74 c18.03,0,36.06,0,54.09,0c2.38-0.42,1.16-2.28,1.17-3.4c0.09-15.26,0.06-30.51,0.06-45.77c0.41,0,0.82,0,1.23,0
75 c0.42,2.38,2.29,1.16,3.4,1.17c15.67,0.09,31.33,0.06,47,0.06c0,15.98,0,31.96,0,47.94c-15.33,0-30.67-0.02-46,0.01
76 c-3.62,0.01-4.37,0.67-4.38,4.03c-0.04,15.54,0.02,31.08-0.06,46.61c-0.01,2.04,0.79,2.24,2.5,2.24
77 c13.29-0.06,26.58-0.03,39.87-0.04c1.98,0,3.97-0.18,5.62,1.24c0,15.36,0,30.71,0,46.07c0,4.3,0.02,4.31,4.01,4.32
78 c6.14,0.02,12.29,0,18.43,0c18.43,0,36.86,0.01,55.29-0.01c1.82,0,4.6,0.55,5.22-0.35c0.98-1.41,0.61-3.83,0.62-5.82
79 c0.03-14.74,0.02-29.49,0.02-44.23c-0.43-2.39-2.3-1.16-3.43-1.17c-15.35-0.09-30.69-0.06-46.04-0.06
80 c-10.03,0-20.05,0.03-30.08-0.04c-0.98-0.01-2.6,0.87-2.81-1.19c25.77,0,51.55-0.07,77.32,0.05c6.1,0.03,6.57-0.65,6.27-6.52
81 c-0.03-0.61,0-1.23,0-1.84c0-13.09-0.02-26.18,0.04-39.27c0-0.98-0.87-2.59,1.19-2.81c0,15.56,0.02,31.13-0.03,46.69
82 c-0.01,1.67,0.12,2.79,2.22,2.5c1.01-0.14,2.04-0.02,3.07-0.02c22.32,0,44.64,0,66.97,0c1.23,0,2.47,0.09,3.68-0.02
83 c1.91-0.17,3.29-0.01,2.81,2.54c-0.22,1.19-0.04,2.45-0.04,3.68c0,38.09,0,76.18,0,114.27c0.22,2.05,1.83,1.18,2.81,1.19
84 c12.06,0.06,24.12,0.02,36.18,0.08c0.98,0.01,2.59-0.86,2.81,1.19c0,13.06,0.06,26.12-0.06,39.17c-0.02,2.21,0.51,2.7,2.69,2.68
85 c13.87-0.11,27.75-0.06,41.62-0.06c0.82,0,1.64,0,2.46,0c0,0.41,0,0.82,0,1.23c-0.41,0.32-1.18,0.65-1.18,0.97
86 c-0.06,14.33-0.04,28.66-0.07,42.99c0,1.48,0.81,1.51,1.93,1.53c19.48,0.46,39.01-1.19,58.46,1.21c57.33,0,114.65,0,171.98,0
87 c1.23,0,2.47-0.09,3.68,0.02c1.72,0.17,2.49-0.21,2.49-2.24c-0.06-44.84-0.06-89.67,0-134.51c0-2.08-0.86-2.22-2.53-2.21
88 c-10.65,0.06-21.29,0.03-31.94,0.03c-11.47,0-22.95,0-34.42,0c-13.51,0-27.03,0.01-40.54,0c-3.67,0-3.7-0.03-3.7-3.4
89 c-0.01-21.91-0.01-43.82,0-65.73c0-3.36,0.04-3.39,3.72-3.39c23.75-0.01,47.51,0,71.26,0c0.32,4.56,0.58,4.89,4.75,4.91
90 c9.61,0.03,19.22,0.01,28.83,0.01c17.38,0,34.75,0.01,52.13-0.01c2.71,0,2.71-0.05,2.8-3.07c0.02-0.61,0-1.23,0-1.84
91 c0.41,0,0.82,0,1.23,0c15.98,0,31.96,0,47.94,0c1.84-0.1,1.04-1.53,1.23-2.46c4.26,4.06,8.53,8.1,12.76,12.19
92 c0.25,0.24,0.35,1.1,0.17,1.24c-2.58,2.12-4.96,5.31-7.91,5.98c-5.07,1.16-10.15,2.76-15.52,2.75
93 c-57.97-0.06-115.94-0.04-173.91-0.04c-1.43,0-2.87-0.09-4.3,0.02c-2.73,0.21-5.45,2.74-5.49,5.47c-0.12,7.37-0.11,14.75,0,22.12
94 c0.04,2.82,2.61,5.31,5.41,5.56c1.42,0.13,2.87,0.02,4.3,0.02c22.74,0,45.47,0,68.21,0c3.69,0,7.49-0.56,11.02,0.18
95 c2.73,0.57,5.6,1.62,8.27,2.07c6.69,1.12,9.74,6.08,13.36,10.64c-0.29,4.97,2.58,9.31,2.56,14.33c-0.14,38.1-0.11,76.2-0.04,114.3
96 c0.01,6.76-0.84,13.29-2.31,19.92c-1.56,7.04-6.41,10.77-11.76,13.98c-2.48,1.48-6.05,1.52-9.14,1.54
97 c-18.64,0.13-37.28,0.06-55.92,0.06c-57.15,0-114.3,0-171.45,0c-1.64,0-3.35,0.31-4.9-0.06c-3.55-0.85-7.36-1.4-10.55-2.7
98 c-3.32-1.36-5.64-5.17-8.38-7.94c-0.4-0.41-0.94-0.94-0.95-1.43c-0.09-5.12-3.1-9.67-2.58-14.97c0.4-4.06,0.1-8.19,0.07-12.28
99 c-0.03-4.38-1.74-5.95-6.14-6.12c-6.6-0.25-13.18,0.5-19.8-1.09c-7.41-1.78-12.89-5.76-16.23-12.34c-2.08-4.09-3.27-8.65-3.3-13.37
100 c-0.02-4.1-0.08-8.2,0.03-12.29c0.05-1.58-0.49-2.63-1.59-3.67c-1.96-1.85-4.16-2.79-6.88-2.73c-3.48,0.09-6.97-0.07-10.45,0.04
101 c-8.08,0.25-13.92-3.34-18.02-10.15c-0.7-1.17-2.21-2.13-2.34-3.3c-0.63-5.43-2.72-10.52-2.67-16.18
102 c0.25-27.04,0.11-54.08,0.11-81.11c0-1.43,0.1-2.88-0.02-4.3c-0.25-2.8-2.73-5.24-5.55-5.42c-2.04-0.13-4.1-0.02-6.14-0.02
103 c-2.05,0-4.1,0.09-6.14-0.02c-2.1-0.11-4.4,0.72-6.21-1.1c-1.58,1.98-3.76,0.95-5.68,1.09c-2.04,0.15-4.1-0.06-6.14,0.06
104 c-3.32,0.19-5.76,2.84-5.89,6.33c-0.07,2.05,0,4.1-0.01,6.14c-0.04,8.54,0.47,17.08-2.38,25.43c-2.45,7.19-5.94,11.56-12.04,13.66
105 c-4.42,1.52-8.97,2.52-13.72,2.51c-21.92-0.04-43.84-0.09-65.75,0.04c-5.19,0.03-10.11-0.79-14.97-2.49
106 c-5.55-1.94-9.58-5.76-11.46-11.06c-1.66-4.71-3.02-9.64-2.7-14.91c0.36-5.92-0.09-11.88,0.17-17.81c0.1-2.25-1.15-3.26-2.33-4.61
107 c-1.17-1.33-2.64-0.7-3.98-0.78c-7.82-0.46-15.65,0.66-23.48-1.13c-7.25-1.66-12.88-5.45-15.54-12.04
108 c-1.83-4.53-3.12-9.6-2.78-14.87c0.38-5.92,0.12-11.87,0.08-17.81c-0.03-4.06-1.73-5.76-5.83-5.78c-8.4-0.04-16.8,0.01-25.19-0.02
109 c-4.72-0.01-9.21-1.34-13.36-3.32c-6.35-3.03-10.24-8.42-12.08-15.1c-1.05-3.8-1.52-7.74-1.35-11.77
110 c0.22-5.11,0.1-10.24,0.03-15.36c-0.04-2.69-2.2-4.78-4.93-4.83c-3.48-0.06-6.98-0.21-10.44,0.03c-5.22,0.37-10.2-0.79-14.93-2.59
111 c-6.11-2.32-10.46-6.71-12.72-13.02c-1.81-5.05-2.96-10.2-2.4-15.57c0.25-2.38-0.82-3.91-2.53-5.1c-2.5-1.75-5.42-2.79-8.24-1.4
112 c-1.42,0.7-2.68,0.83-3.99,0.71c-2.1-0.2-4.16-0.92-6.26-1.14c-6.18-0.64-10.32-4.77-14.65-8.5c-1.47-1.26-3.46-2.99-3.54-4.58
113 c-0.24-4.75-2.77-8.92-2.7-13.72c0.18-12.08-0.01-24.17,0.12-36.25c0.03-2.32-0.67-4.05-2.52-5.07c-1.12-0.62-2.64-0.64-3.99-0.72
114 c-7.82-0.43-15.72,0.99-23.46-1.23c-2.04-0.58-4.13-1.06-6.19-1.5c-1.85-0.39-3.27-2.88-4.87-4.45c-1.02-1.01-2.14-1.94-3.01-3.07
115 c-0.68-0.89-1.09-2-1.51-3.05c-1.74-4.41-2.58-8.93-2.52-13.73c0.15-12.08,0.05-24.17,0.05-36.26c0-12.09,0-24.17,0-36.26
116 c0-12.29-0.19-24.58,0.05-36.87c0.24-11.92-0.86-23.84,1.02-35.77c0.91-5.8,0.23-11.86,0.12-17.8c-0.04-2.12,0.18-4.13-0.98-6.36
117 c-0.99-1.91-0.89-5.15,0.09-7.12c1.01-2.04,0.88-3.86,0.89-5.78c0.08-11.06,0.23-22.13-0.02-33.18
118 c-0.25-10.89,0.95-21.81-1.04-32.7c-0.87-4.78-0.42-9.87,2.26-14.34c-0.65-2.85,1.17-4.86,2.55-6.92c2.35-3.51,5.22-7.01,9.17-8.23
119 c4.37-1.34,8.8-3.05,13.64-2.79c5.11,0.27,10.24,0.11,15.36,0.04c2.65-0.03,3.55-0.95,3.58-3.61c0.06-5.33-0.01-10.65,0.04-15.98
120 c0.01-1.29-0.13-2.35-1.27-3.18C54.51,218.82,53.34,217.75,52.12,216.73z"/>
121 <path class="st0" d="M52.12,216.73c1.22,1.01,2.39,2.09,3.67,3.02c1.14,0.83,1.28,1.89,1.27,3.18c-0.05,5.33,0.02,10.65-0.04,15.98
122 c-0.03,2.67-0.93,3.58-3.58,3.61c-5.12,0.07-10.25,0.23-15.36-0.04c-4.84-0.26-9.27,1.45-13.64,2.79
123 c-3.95,1.21-6.82,4.72-9.17,8.23c-1.38,2.06-3.2,4.07-2.55,6.92c-2.68,4.47-3.14,9.56-2.26,14.34c1.99,10.9,0.79,21.81,1.04,32.7
124 c0.25,11.06,0.1,22.12,0.02,33.18c-0.01,1.91,0.11,3.74-0.89,5.78c-0.98,1.98-1.08,5.21-0.09,7.12c1.16,2.23,0.94,4.25,0.98,6.36
125 c0.11,5.94,0.79,12-0.12,17.8c-1.88,11.93-0.78,23.85-1.02,35.77c-0.25,12.29-0.05,24.58-0.05,36.87c0,12.09,0,24.17,0,36.26
126 c0,12.09,0.1,24.17-0.05,36.26c-0.06,4.79,0.78,9.32,2.52,13.73c0.42,1.05,0.83,2.16,1.51,3.05c0.86,1.13,1.98,2.06,3.01,3.07
127 c1.6,1.57,3.01,4.06,4.87,4.45c2.06,0.44,4.16,0.92,6.19,1.5c7.74,2.21,15.64,0.79,23.46,1.23c1.35,0.07,2.87,0.09,3.99,0.72
128 c1.84,1.03,2.54,2.76,2.52,5.07c-0.14,12.08,0.05,24.17-0.12,36.25c-0.07,4.8,2.46,8.97,2.7,13.72c0.08,1.6,2.08,3.32,3.54,4.58
129 c4.33,3.73,8.47,7.86,14.65,8.5c2.1,0.22,4.16,0.94,6.26,1.14c1.31,0.12,2.57-0.01,3.99-0.71c2.81-1.39,5.74-0.35,8.24,1.4
130 c1.7,1.2,2.77,2.73,2.53,5.1c-0.56,5.37,0.59,10.52,2.4,15.57c2.26,6.31,6.61,10.7,12.72,13.02c4.73,1.8,9.71,2.96,14.93,2.59
131 c3.46-0.24,6.96-0.09,10.44-0.03c2.72,0.05,4.89,2.14,4.93,4.83c0.07,5.12,0.19,10.25-0.03,15.36c-0.17,4.03,0.3,7.97,1.35,11.77
132 c1.84,6.68,5.73,12.07,12.08,15.1c4.16,1.99,8.65,3.31,13.36,3.32c8.4,0.03,16.8-0.02,25.19,0.02c4.1,0.02,5.8,1.72,5.83,5.78
133 c0.04,5.94,0.31,11.9-0.08,17.81c-0.34,5.27,0.94,10.34,2.78,14.87c2.66,6.59,8.29,10.37,15.54,12.04
134 c7.83,1.8,15.67,0.68,23.48,1.13c1.34,0.08,2.82-0.55,3.98,0.78c1.19,1.35,2.44,2.36,2.33,4.61c-0.26,5.93,0.19,11.89-0.17,17.81
135 c-0.32,5.26,1.04,10.2,2.7,14.91c1.87,5.3,5.91,9.12,11.46,11.06c4.86,1.7,9.78,2.52,14.97,2.49c21.92-0.12,43.83-0.07,65.75-0.04
136 c4.74,0.01,9.3-0.99,13.72-2.51c6.1-2.1,9.6-6.47,12.04-13.66c2.84-8.36,2.33-16.89,2.38-25.43c0.01-2.05-0.06-4.1,0.01-6.14
137 c0.12-3.48,2.56-6.13,5.89-6.33c2.04-0.12,4.1,0.1,6.14-0.06c1.92-0.15,4.11,0.88,5.68-1.09c1.81,1.82,4.11,0.99,6.21,1.1
138 c2.04,0.11,4.1,0.02,6.14,0.02c2.05,0,4.1-0.1,6.14,0.02c2.82,0.17,5.31,2.62,5.55,5.42c0.12,1.42,0.02,2.87,0.02,4.3
139 c0,27.04,0.14,54.08-0.11,81.11c-0.05,5.65,2.04,10.74,2.67,16.18c0.14,1.17,1.64,2.14,2.34,3.3c4.09,6.8,9.94,10.39,18.02,10.15
140 c3.48-0.11,6.97,0.05,10.45-0.04c2.72-0.07,4.92,0.87,6.88,2.73c1.1,1.04,1.64,2.1,1.59,3.67c-0.12,4.09-0.06,8.19-0.03,12.29
141 c0.03,4.72,1.22,9.28,3.3,13.37c3.35,6.58,8.82,10.56,16.23,12.34c6.62,1.59,13.2,0.83,19.8,1.09c4.4,0.17,6.11,1.74,6.14,6.12
142 c0.03,4.1,0.33,8.23-0.07,12.28c-0.52,5.29,2.49,9.85,2.58,14.97c0.01,0.48,0.55,1.02,0.95,1.43c2.73,2.77,5.06,6.58,8.38,7.94
143 c3.18,1.31,7,1.86,10.55,2.7c1.55,0.37,3.26,0.06,4.9,0.06c57.15,0,114.3,0,171.45,0c18.64,0,37.28,0.06,55.92-0.06
144 c3.08-0.02,6.66-0.06,9.14-1.54c5.36-3.2,10.2-6.93,11.76-13.98c1.47-6.63,2.32-13.16,2.31-19.92c-0.07-38.1-0.1-76.2,0.04-114.3
145 c0.02-5.02-2.85-9.36-2.56-14.33c-3.62-4.56-6.67-9.51-13.36-10.64c-2.67-0.45-5.55-1.49-8.27-2.07
146 c-3.53-0.74-7.34-0.18-11.02-0.18c-22.74,0-45.47,0-68.21,0c-1.43,0-2.88,0.1-4.3-0.02c-2.8-0.25-5.36-2.73-5.41-5.56
147 c-0.11-7.37-0.11-14.75,0-22.12c0.04-2.73,2.76-5.27,5.49-5.47c1.43-0.11,2.87-0.02,4.3-0.02c57.97,0,115.94-0.02,173.91,0.04
148 c5.37,0.01,10.44-1.59,15.52-2.75c2.95-0.68,5.32-3.86,7.91-5.98c0.18-0.15,0.07-1-0.17-1.24c-4.23-4.09-8.5-8.14-12.76-12.19
149 c0-14.75,0-29.5,0-44.25c17.8,0,35.6,0,53.4,0c1.23,0,2.46,0.09,3.68-0.02c3.9-0.33,5.6-2.12,5.61-5.99
150 c0.03-12.07-0.01-24.14,0.02-36.21c0.01-4.03,0.46-4.47,4.55-4.48c9.82-0.04,19.64-0.01,29.46-0.01c1.23,0,2.46,0.09,3.68-0.02
151 c1.83-0.17,3.91-2.52,4.09-4.44c0.36-3.92,0.06-4.35-3.69-5.37c0-9.42,0-18.85,0-28.27c2.94-0.66,5.67-2.08,8.9-0.15
152 c1.51,0.9,4.36,0.84,5.97,0c2.94-1.54,5.86-0.9,8.79-1.05c2.86-0.14,5.74-0.16,8.6,0.01c2.67,0.16,4.93-0.62,7.2-1.95
153 c3.39-1.98,3.41-1.86,2.47-5.98c-0.22-0.97-0.13-2.01-0.13-3.02c-0.01-18.43,0.04-36.86-0.06-55.29c-0.01-2.19,0.47-2.72,2.69-2.7
154 c12.9,0.12,25.8,0.01,38.7,0.1c2.69,0.02,4.98-0.64,7.05-2.31c1.51-1.22,2.22-2.65,2.08-4.7c-0.13-1.95-0.37-3.5-2.56-4.15
155 c-0.51-0.15-1.05-1-1.14-1.59c-0.18-1.2-0.05-2.45-0.05-3.68c0-57.13,0-114.27,0-171.4c0-1.02,0.06-2.05-0.01-3.07
156 c-0.1-1.43,0.15-2.21,1.93-2.19c2.18,0.03,2.79-1.47,3.06-3.54c0.67-5.08-1.26-9.87-1.33-14.86c-0.01-0.5-0.43-1.19-0.86-1.44
157 c-2.04-1.2-1.55-3.13-1.55-4.91c-0.01-16.38-0.01-32.76-0.01-49.15c0-0.61-0.15-1.28,0.04-1.83c0.21-0.61,0.64-1.45,1.15-1.6
158 c2.19-0.65,2.42-2.2,2.56-4.15c0.14-2.05-0.57-3.48-2.08-4.7c-2.06-1.67-4.35-2.34-7.05-2.31c-12.29,0.1-24.57,0.05-36.86,0.03
159 c-0.98,0-1.96-0.2-2.94-0.3c0.31-0.81,0.87-1.62,0.89-2.44c0.08-4.91,0.19-9.84-0.03-14.74c-0.1-2.27-0.72-4.59-1.54-6.71
160 c-0.33-0.84-2-1.07-2.8-1.84c-0.35-0.34-0.38-1.64-0.04-1.99c3.57-3.68,3.66-3.68,1.76-7.19c-1.11-2.05-2.1-4.43-4.45-5.27
161 c-2.04-0.73-3.5,1.3-5.3,1.91c-0.54,0.18-1.47,0.59-1.59,0.44c-1.04-1.42-1.85-1.02-2.68,0.15c-0.57,0.79-1.16,1.57-1.74,2.35
162 c-6.67,0-13.34,0.01-20.01-0.01c-3.19-0.01-3.19-0.04-3.34-3.68c-0.14-1.16,0.13-2.68-0.5-3.41c-1.31-1.52-1.17-3.8-0.56-4.47
163 c1.57-1.71,0.68-2.54-0.07-4.06c-0.72-1.45-1.51-2.88-0.36-5.15c1.15-2.26-0.51-5.84,0.41-8.35c1.83-4.95,0.64-9.88,1.01-14.79
164 c0.04-0.49-0.76-1.04-1.17-1.56c-0.41-0.41-0.82-0.82-1.23-1.23c-0.41-0.41-0.82-0.82-1.23-1.23c-0.5-0.41-0.98-1.15-1.5-1.17
165 c-2.36-0.13-4.73-0.06-7.1-0.06c-0.82,0-1.64,0-2.46,0c-0.32-0.41-0.63-1.16-0.96-1.17c-2.64-0.1-5.28-0.1-7.91,0
166 c-0.33,0.01-0.64,0.77-0.96,1.17c-1.64,0-3.28,0-4.92,0c-1.56-1.66-3.36-1.66-4.92,0c-1.23,0-2.46,0-3.69,0
167 c-0.14-0.35-0.21-0.94-0.44-1.01c-3.21-1.02-3.24-1.01-3.24-3.99c-0.01-11.04,0-22.07,0-33.11c0-0.41,0-0.82,0-1.23
168 c-0.19-0.93,0.61-2.35-1.23-2.46c0-0.41,0-0.82,0-1.23c-0.1-1.84-1.53-1.04-2.46-1.23c-2.05,0-4.1,0-6.15,0
169 c-1.16,0-2.34-0.13-3.46,0.06c-0.53,0.09-0.97,0.76-1.45,1.17c-2.68-0.47-5.63,1.03-8.1-1.18c-0.22-0.2-1.22,0.11-1.56,0.46
170 c-0.96,0.98-1.76,2.11-2.63,3.18c-22.13,0-44.25,0-66.38,0c4.26-6.08,9.37-11.41,14.7-16.54c0.44-0.42,0.85-0.86,1.27-1.3
171 c-0.73-0.2-1.46-0.57-2.2-0.57c-6.93-0.04-13.87,0.19-20.79-0.09c-5.98-0.25-12.06,1.21-17.94-0.93
172 c-5.61,2.13-11.42,0.68-17.13,0.93c-6.1,0.27-12.23,0.06-18.35,0.06c-1.22,0-2.45,0.03-3.67-0.01c-2.63-0.07-2.59-0.06-1.49-2.65
173 c0.29-0.69,0.31-1.5,0.45-2.26c50.8,0,101.61,0,152.41,0c5.02,0,11.02,2.04,15.81,4.88c5.07,3.01,7.24,7.78,8.82,13.1
174 c1.89,6.32,1,12.77,1.2,19.16c0.05,1.84,0.07,3.69-0.01,5.53c-0.06,1.43,0.67,1.62,1.87,1.6c3.48-0.06,6.97,0.01,10.45-0.03
175 c7.39-0.09,14.18,2.1,20.13,6.25c4.41,3.08,6.76,7.82,8.2,13.09c1.74,6.36,0.94,12.78,1.16,19.17c0.04,1.23,0.09,2.47-0.01,3.69
176 c-0.13,1.54,0.33,2.18,2.01,2.1c2.86-0.13,5.76,0.19,8.6-0.09c5.05-0.49,9.91,0.91,14.27,2.7c7.6,3.12,12.82,8.64,14.68,17.4
177 c1.33,6.27,0.64,12.4,1.01,18.59c0.19,3.11,0.07,3.14,3.37,3.15c5.74,0.02,11.47,0.08,17.21-0.02c4.17-0.07,8,1.1,11.97,2.22
178 c5.15,1.45,8.59,4.72,11.67,8.54c2.63,3.25,4.97,11.63,4.97,15.74c0.01,26.22,0,52.44,0,78.66c-2.47,15.34-0.9,30.8-1.17,46.2
179 c-0.27,15.56-0.06,31.14-0.06,46.71c0,15.57,0,31.14,0,46.71c0,15.57,0.18,31.14-0.06,46.71c-0.16,10.2-4.29,18.66-13.48,23.69
180 c-3.62,1.98-7.9,3.08-12.16,3.2c-5.32,0.16-10.65,0.02-15.98,0.04c-4.76,0.03-5.01,0.28-5.02,5.26c-0.02,12.7,0.16,25.4-0.08,38.1
181 c-0.11,5.6-1.2,11.08-4.79,15.82c-3.34,4.41-7.66,7.05-12.88,8.4c-3.53,0.91-7.06,1.98-10.66,2.39c-3.64,0.41-7.37,0.19-11.05,0.05
182 c-1.86-0.07-2.45,0.49-2.38,2.37c0.14,3.89,0.32,7.81-0.03,11.67c-0.49,5.37-1.53,10.5-4.72,15.26c-3.29,4.92-7.82,7.26-13.09,8.84
183 c-6.9,2.06-13.99,1.02-21,1.23c-2.95,0.09-2.95-0.58-2.93,2.98c0.03,5.53-0.13,11.07,0.05,16.59c0.14,4.4-1.04,8.68-2.7,12.42
184 c-3.02,6.8-8.61,11.41-15.96,13.5c-4.05,1.15-8.2,1.32-12.4,1.27c-7.78-0.11-15.57-0.04-23.35-0.03c-3.38,0.01-3.39,0.04-3.41,3.7
185 c-0.01,4.92-0.23,9.85,0.05,14.75c0.35,6.02-1.53,11.67-2.72,17.38c-0.62,2.98-3.14,5.73-5.24,8.2c-2.01,2.37-7.92,5.53-10.94,6.09
186 c-3.85,0.71-7.78,1.43-11.68,1.44c-59,0.09-117.99,0.06-176.99,0.07c-2.01,0-4.75-0.58-5.83,0.47c-1.06,1.03-0.51,3.79-0.53,5.79
187 c-0.05,5.12,0.02,10.24-0.04,15.36c-0.01,1.31,0.43,1.81,1.74,1.73c1.43-0.08,2.87-0.02,4.3-0.02c26.63,0,53.26,0.03,79.89-0.02
188 c4.76-0.01,9.36,1.17,13.46,3.11c6.43,3.06,10.68,8.44,12.48,15.5c0.47,1.86,1.02,3.74,1.19,5.64c0.21,2.23,0.05,4.5,0.05,6.76
189 c0,41.58-0.08,83.17,0.09,124.75c0.02,6.02-1.93,11.58-2.56,17.42c-0.04,0.37-0.12,0.79-0.32,1.09
190 c-2.97,4.51-7.19,7.79-11.27,11.16c-1.25,1.03-3.27,0.49-5.02,1.13c-3.41,1.25-7.34,1.46-11.05,1.48
191 c-28.47,0.1-56.95,0.06-85.42,0.06c-1.24-1.68-2.45-1.68-3.69,0c-27.86,0-55.73,0-83.59,0c-0.01-1.66-1.28-1.21-2.17-1.21
192 c-9.11-0.03-18.22-0.02-27.33-0.02c-11.06,0-22.13,0-33.19,0c-0.41-0.41-0.82-0.82-1.23-1.23c-1.64,0-3.28,0-4.92,0
193 c-0.41-0.41-0.82-0.82-1.23-1.23c-0.88-0.26-1.81-0.42-2.62-0.83c-0.83-0.42-1.53-1.08-2.29-1.63c-0.41-0.41-0.82-0.82-1.23-1.23
194 c-0.82-0.82-1.64-1.64-2.46-2.46c-0.41-0.41-0.82-0.82-1.23-1.23c-0.55-0.76-1.22-1.46-1.63-2.29c-0.41-0.81-0.56-1.74-0.83-2.62
195 c-0.41-0.41-0.82-0.82-1.23-1.23c0-1.64,0-3.28,0-4.92c-0.41-0.41-0.82-0.82-1.23-1.23c0-7.11-0.04-14.23,0.03-21.34
196 c0.02-1.58-0.44-2.07-2.04-2.05c-6.71,0.08-13.41,0.03-20.12,0.03c-0.41-0.41-0.82-0.82-1.23-1.23c-1.23,0-2.46,0-3.69,0
197 c-0.41-0.41-0.82-0.82-1.23-1.23c-2.77,0.99-4.13-1.56-6.15-2.46c-0.41-0.41-0.82-0.82-1.23-1.23c-1.23-1.23-2.46-2.46-3.69-3.69
198 c-0.41-0.41-0.82-0.82-1.23-1.23c-0.9-2.02-3.45-3.37-2.46-6.15c-0.41-0.41-0.82-0.82-1.23-1.23c0-1.23,0-2.46,0-3.69
199 c-0.41-0.41-0.82-0.82-1.23-1.23c0-6.28-0.04-12.56,0.03-18.84c0.02-1.49-0.3-2.17-1.98-2.1c-3.03,0.13-6.08,0.04-9.11,0.04
200 c-1.24-1.68-2.45-1.68-3.69,0c-1.23,0-2.46,0-3.69,0c-0.41-0.41-0.82-0.82-1.23-1.23c-1.23,0-2.46,0-3.69,0
201 c-0.41-0.41-0.82-0.82-1.23-1.23c-2.77,0.99-4.13-1.56-6.15-2.46c-0.41-0.41-0.82-0.82-1.23-1.23c-0.82-0.82-1.64-1.64-2.46-2.46
202 c-0.41-0.41-0.82-0.82-1.23-1.23c-1.58-2.72-4.31-4.94-3.69-8.6c-0.41-0.41-0.82-0.82-1.23-1.23c0-1.23,0-2.46,0-3.69
203 c-0.41-0.41-0.82-0.82-1.23-1.23c0-30.71,0-61.42,0-92.13c0-4.97-0.01-4.97-5.21-4.98c-7.78-0.01-15.56-0.01-23.34,0
204 c-3.38,0.01-3.4,0.04-3.41,3.7c-0.01,8.6,0,17.2,0,25.8c-0.41,0.41-0.82,0.82-1.23,1.23c-0.16,9.81-5.02,16.61-13.62,20.86
205 c-3.12,1.54-6.46,2.51-10.03,2.5c-27.66-0.02-55.32,0.22-82.97-0.14c-9.07-0.12-17.05-3.66-21.85-12.17
206 c-0.69-1.23-3.05-10.4-3.06-12.25c-0.01-6.97,0.03-13.93-0.02-20.9c-0.01-1.99,0.36-4.41-0.61-5.82c-0.62-0.9-3.41-0.34-5.22-0.35
207 c-5.12-0.03-10.24-0.05-15.37,0c-3.96,0.04-7.57-1.12-11.34-2.28c-7.4-2.26-12.2-8.25-14.24-16.05c-1.78-6.8-0.82-13.61-1.13-20.41
208 c-0.19-4.24-0.3-8.48-0.44-12.73c-4.07-0.06-8.15-0.15-12.22-0.17c-5.74-0.03-11.47-0.05-17.21,0.01
209 c-3.96,0.04-7.6-0.92-11.33-2.34c-8.28-3.15-13.71-9.41-15.49-17.35c-1.07-4.79-1.04-9.5-1.09-14.27
210 c-0.04-4.92-0.04-9.83,0.01-14.75c0.02-1.32-0.45-1.74-1.75-1.73c-5.33,0.05-10.66,0.11-15.98-0.02c-1.94-0.05-4.02,0.81-5.83-0.73
211 c-1.55-1.31-4.16,0.61-5.44-1.69c-5.27-0.9-8.64-4.49-11.54-8.5c-2.98-4.11-4.93-11.29-4.97-16.37c-0.02-3.05-0.12-6.09-0.19-9.14
212 c-3.22-0.14-6.47-0.6-9.66-0.34c-4.46,0.36-8.86-0.29-12.93-1.55c-5.87-1.82-10.72-5.56-14.1-10.92
213 c-2.85-4.52-4.9-10.92-4.91-15.79c-0.01-12.91,0.01-25.81-0.01-38.72c0-3.12-0.04-3.14-3.34-3.16c-5.74-0.02-11.48-0.23-17.21,0.06
214 c-4.84,0.24-9.33-1.16-13.69-2.67c-3.46-1.2-6.54-3.65-8.77-6.77c-2.82-3.94-3.91-9.11-5.08-13.9c-1.81-7.43-0.94-14.85-1.03-22.27
215 c-0.19-16.59-0.17-33.19,0.02-49.78c0.04-3.71-1.4-7.67,1.12-11.19c0.17-0.24-0.01-0.78-0.09-1.16c-1.55-7.53-1.49-10.07,0.08-18.7
216 c0.29-1.59,0.04-3.27,0.04-4.91c0-52.24,0.03-104.49-0.04-156.73c-0.01-5.1,2.3-14.66,6.45-20.06c3.15-4.1,7.56-6.7,12.69-7.83
217 c2.27-0.5,4.56-0.99,6.87-1.2c2.24-0.2,4.5-0.04,6.76-0.04c3.69,0,7.38-0.04,11.06,0.02c1.33,0.02,1.75-0.46,1.72-1.76
218 c-0.07-3.28,0.3-6.6-0.11-9.82C50.38,222.75,52.44,219.94,52.12,216.73z"/>
219 <path class="st1" d="M553.67,972.73c9.11,0,18.22-0.01,27.33,0.02c0.89,0,2.16-0.45,2.17,1.21c-9.11,0-18.22,0.01-27.33-0.02
220 C554.95,973.94,553.68,974.4,553.67,972.73z"/>
221 <path class="st1" d="M438.11,883c1.24-1.68,2.45-1.68,3.69,0C440.57,883,439.34,883,438.11,883z"/>
222 <path class="st1" d="M666.76,973.96c1.24-1.68,2.45-1.68,3.69,0C669.22,973.96,667.99,973.96,666.76,973.96z"/>
223 <path class="st1" d="M377.88,792.03c0.41-0.41,0.82-0.82,1.23-1.23C378.7,791.21,378.29,791.62,377.88,792.03z"/>
224 <path class="st1" d="M412.3,863.33c0.41,0.41,0.82,0.82,1.23,1.23C413.12,864.15,412.71,863.74,412.3,863.33z"/>
225 <path class="st1" d="M417.22,873.16c0.41,0.41,0.82,0.82,1.23,1.23C418.04,873.98,417.63,873.57,417.22,873.16z"/>
226 <path class="st1" d="M420.9,876.85c0.41,0.41,0.82,0.82,1.23,1.23C421.72,877.67,421.31,877.26,420.9,876.85z"/>
227 <path class="st1" d="M428.28,880.54c0.41,0.41,0.82,0.82,1.23,1.23C429.1,881.36,428.69,880.95,428.28,880.54z"/>
228 <path class="st1" d="M433.2,881.77c0.41,0.41,0.82,0.82,1.23,1.23C434.02,882.59,433.61,882.18,433.2,881.77z"/>
229 <path class="st1" d="M452.87,903.89c0.41,0.41,0.82,0.82,1.23,1.23C453.69,904.71,453.28,904.3,452.87,903.89z"/>
230 <path class="st1" d="M454.1,908.81c0.41,0.41,0.82,0.82,1.23,1.23C454.91,909.63,454.5,909.22,454.1,908.81z"/>
231 <path class="st1" d="M457.78,916.19c0.41,0.41,0.82,0.82,1.23,1.23C458.6,917.01,458.19,916.6,457.78,916.19z"/>
232 <path class="st1" d="M411.07,858.41c0.41,0.41,0.82,0.82,1.23,1.23C411.89,859.23,411.48,858.82,411.07,858.41z"/>
233 <path class="st1" d="M470.08,924.79c0.41,0.41,0.82,0.82,1.23,1.23C470.9,925.61,470.49,925.2,470.08,924.79z"/>
234 <path class="st1" d="M474.99,926.02c0.41,0.41,0.82,0.82,1.23,1.23C475.81,926.84,475.4,926.43,474.99,926.02z"/>
235 <path class="st1" d="M498.35,950.61c0.41,0.41,0.82,0.82,1.23,1.23C499.17,951.43,498.76,951.02,498.35,950.61z"/>
236 <path class="st1" d="M499.58,956.75c0.41,0.41,0.82,0.82,1.23,1.23C500.4,957.57,499.99,957.16,499.58,956.75z"/>
237 <path class="st1" d="M503.27,962.9c0.41,0.41,0.82,0.82,1.23,1.23C504.09,963.72,503.68,963.31,503.27,962.9z"/>
238 <path class="st1" d="M506.95,966.59c0.41,0.41,0.82,0.82,1.23,1.23C507.77,967.41,507.36,967,506.95,966.59z"/>
239 <path class="st1" d="M513.1,970.27c0.41,0.41,0.82,0.82,1.23,1.23C513.92,971.09,513.51,970.68,513.1,970.27z"/>
240 <path class="st1" d="M519.25,971.5c0.41,0.41,0.82,0.82,1.23,1.23C520.07,972.32,519.66,971.91,519.25,971.5z"/>
241 <path class="st1" d="M462.7,921.1c0.41,0.41,0.82,0.82,1.23,1.23C463.52,921.92,463.11,921.51,462.7,921.1z"/>
242 <path class="st2" d="M811.81,595.01V451.85c0-1.02-0.11-2.05,0.02-3.06c0.28-2.09-0.84-2.22-2.51-2.21
243 c-14.74,0.05-29.49,0.02-44.23,0.02c-0.41-0.32-1.16-0.63-1.17-0.97c-0.12-1.83-0.06-3.68-0.06-5.52v-177.9h-23.36
244 c-15.49,0-30.99-0.04-46.48,0.05c-2.05,0.01-2.83-0.27-2.77-2.62c0.2-7.34,0.07-14.68,0.07-22.02c0-5.48-0.05-10.95,0.04-16.44
245 c0.02-1.59-0.46-2.07-2.04-2.04c-5.48,0.09-10.95,0.04-16.44,0.04h-9.83c-4.67,0-9.34,0.1-14-0.04c-3.18-0.09-3.85-1.89-1.98-4.88
246 v-2.46c-2.05-0.22-1.18-1.83-1.19-2.82c-0.06-9.42-0.02-18.83-0.04-28.26c-0.01-3.31-0.05-3.33-3.16-3.34
247 c-13.3-0.01-26.61,0.05-39.93-0.05c-2.29-0.02-4.87,1-6.88-1.16c-0.2-0.2-0.82-0.14-1.19-0.01c-4.99,1.7-9.88,1.77-15.02,0.17
248 c-1.4-0.43-3.49,1.17-5.57,1.11c-5.73-0.18-11.47,0-17.2-0.1c-1.71-0.04-3.69,0.8-5.1-1.11c-0.22-0.3-1.27-0.28-1.75-0.05
249 c-5.02,2.4-10.34,1.09-15.48,1.12c-31.95,0.15-63.89,0.07-95.82,0.07c-3.05,0-3.28,0.06-3.05,2.78c0.33,3.93-1.3,8.05,1.13,11.8
250 c0.28,0.44-0.15,1.28,0.06,1.81c1.01,2.56-3.39,5.06-0.02,7.6v17.81c-0.22,2.05-1.82,1.18-2.8,1.19
251 c-11.85,0.06-23.7,0.04-35.55,0.04c-1.22,0-2.46,0.12-3.68-0.02c-2-0.25-2.27,0.71-2.26,2.45c0.07,11.64,0.04,23.29,0.04,34.94
252 c0,1.43,0.12,2.88-0.06,4.28c-0.07,0.52-0.85,1.25-1.38,1.33c-1.4,0.18-2.85,0.06-4.28,0.06h-63.12c-1.03,0.12-2.51-0.57-2.47,1.45
253 c0.05,1.98,0.01,3.95,0.01,5.93c0.34,0.27,0.68,0.55,1.02,0.82c-0.34,0.14-0.68,0.27-1.02,0.41v11.06
254 c0.41,0.32,1.17,0.63,1.18,0.96c0.1,2.64,0.1,5.27,0,7.92c-0.01,0.33-0.77,0.64-1.18,0.96v7.38c1.68,1.24,1.68,2.45,0,3.69v2.46
255 c1.68,1.24,1.68,2.45,0,3.69v2.46c2.4,0.43,1.17,2.3,1.17,3.43c0.09,16.58,0.01,33.15,0.11,49.74c0.02,3.11-0.98,6.43,1.16,9.34
256 c0.2,0.26,0.14,0.84,0,1.19c-0.69,1.93-2.09,3.5-0.14,5.88c1.16,1.4-0.71,4.31,1.33,6.18c0.39,0.36,0.36,1.92-0.06,2.3
257 c-1.84,1.71-0.76,3.82-1.12,5.72c-0.33,1.7-0.92,3.33-1.19,5.03c-0.57,3.6,0.59,7.01,1.49,10.42c0.28,1.11,1.22,2.48,0.85,3.25
258 c-1.67,3.45-1.73,6.71,0.02,10.12c0.22,0.42-0.77,1.34-0.79,2.04c-0.02,0.84,0.34,1.71,0.65,2.52c0.12,0.34,0.55,0.57,0.84,0.85
259 c0.21-0.33,0.58-0.65,0.58-0.98c0.04-4.51,0.01-9.01,0.02-13.51c0.01-1.77-0.25-3.55,1.19-5.05c0.63-0.65,1.07-1.63,1.23-2.53
260 c0.52-2.89,0.86-5.8,1.27-8.7c0.16-1.16,0.14-2.4,0.54-3.45c0.23-0.61,1.14-1.17,1.84-1.3c0.32-0.07,0.87,0.89,1.3,1.39
261 c0.37,0.45,0.96,0.92,1.01,1.41c0.15,1.83,0.33,3.97,2.3,4.31c1.23,0.22,2.84-0.93,4.08-1.77c1.06-0.71,1.77-0.7,2.56,0.2
262 c0.79,0.9,2.26,1.86,2.21,2.7c-0.15,2.26,1.35,3.25,2.57,4.52c2.25,2.41,4.43,5,8.1,1.97c0.28-0.23,1.77,0.64,2.4,1.28
263 c0.38,0.39,0.5,1.57,0.2,1.99c-0.65,0.87-1.45,2.26-2.88,1.29c-0.92-0.63-1.59-1.49-1.64,0.43c-0.09,3.56,0.23,7.12-1.19,10.57
264 c-1.33,3.2-3.28,3.95-5.67,1.35c-2.2-2.4-6.34-2.82-6.93-6.81c-1.52,0.05-3.15-0.22-4.52,0.25c-1.41,0.47-2.66,1.57-3.84,2.54
265 c-0.55,0.45-1.04,1.23-1.18,1.94c-0.5,2.68-0.85,5.38-1.27,8.08c-0.23,1.54-3.04,2.38-3.36,1.12c-0.96-3.91-2.62-0.52-2.63-0.18
266 c-0.01,1.71-2.9,3.2-0.25,5.22c0.81,0.63-0.33,3.02-2.37,6.49c-0.18,0.87,0.59,2.24-0.96,2.42c-1.4,0.17-2.84,0.04-4.27,0.04
267 h-43.95v145c0,1.23,0.18,2.48-0.04,3.68c-0.48,2.53,0.89,2.61,2.8,2.56c4.29-0.11,8.59-0.04,12.9-0.04
268 c8.81,0,17.62-0.01,26.42,0.01c1.82,0,4.61-0.55,5.22,0.34c0.98,1.41,0.61,3.82,0.63,5.81c0.02,27.04,0.01,54.08,0.01,81.11
269 c1.7-0.01,1.2-1.32,1.22-2.2c0.02-8.79,0.01-17.59,0.01-26.38v-51.54c0-1.23-0.05-2.46,0.01-3.68c0.12-2.51,1.07-3.45,3.72-3.47
270 c8.4-0.04,16.78-0.01,25.16-0.01h6.75c0.25-1.89-0.77-4.06,1.16-5.61c-2.19-1.75-0.73-3.32-0.07-5.21
271 c0.41-1.19-1.01-2.88-1.02-4.35c-0.12-8.2-0.02-16.39-0.1-24.59c-0.01-1.56,0.41-2.09,2.04-2.08c10.04,0.07,20.07,0.09,30.12-0.01
272 c1.91-0.01,2.35,0.58,2.34,2.41c-0.07,10.85-0.02,21.71-0.05,32.56c0,1.99-0.18,3.98,1.24,5.64c13.31,0,26.61-0.01,39.93,0
273 c3.04,0.01,3.07,0.04,3.09,2.79c0.04,4.51,0.01,9.01,0.01,13.52v98.89c0,1.44,0.14,2.89-0.04,4.3c-0.23,2.08,0.84,2.22,2.51,2.22
274 c11.26-0.06,22.52-0.04,33.79-0.04c5.52,0,5.53,0,5.53,5.26v106.28c0,7.57,0.01,15.14,0,22.73c-0.01,3.38-0.05,3.39-3.71,3.41
275 c-12.69,0.01-25.38,0-38.08,0c0.22,2.05,1.83,1.18,2.82,1.19c12.06,0.06,24.11,0.01,36.17,0.07c0.98,0.01,2.59-0.86,2.82,1.19
276 c2.21-1.77,4.56-2.62,7.57-2.54c11.04,0.22,22.09,0.06,33.13,0.1c4.24,0.01,4.77,0.55,4.77,4.87c0.02,10.63,0.09,21.28-0.05,31.91
277 c-0.02,2.48-0.76,4.98-1.17,7.46h198.45c5.61,0,5.61,0,5.61-5.81c0-11.68,0.01-23.34,0-35.02c-0.01-3.39-0.05-3.41-3.7-3.42
278 c-9.83-0.01-19.66,0-29.49,0h-82.31c-3.69,0-3.72-0.02-3.74-3.38V741.38c0-0.42,0.06-0.84-0.01-1.23
279 c-0.33-2.04,0.75-2.26,2.46-2.25c11.47,0.07,22.94,0.01,34.41,0.06c1.66,0.01,2.77-0.1,2.52-2.2c-0.17-1.41-0.04-2.86-0.04-4.3
280 c0-42.39-0.02-84.77,0.07-127.16c0.01-1.71-1.54-4.04,1.16-5.27c0.22-2.05,1.83-1.18,2.82-1.19c11.85-0.06,23.71-0.04,35.58-0.04
281 c1.22,0,2.46-0.12,3.68,0.02c2.07,0.26,2.23-0.8,2.23-2.48c-0.06-12.07-0.05-24.13-0.04-36.19c0.01-3.09,0.04-3.13,2.74-3.13
282 c10.22-0.02,20.44,0.04,30.66-0.06c1.98-0.01,2.3,0.7,2.29,2.46c-0.07,10.83-0.04,21.67-0.04,32.5c0,1.23-0.16,2.48,0.04,3.68
283 c0.22,1.29,0.79,2.53,1.19,3.8c-1.75,0.21-3.49,0.6-5.24,0.61c-9,0.06-17.98,0.01-26.98,0.04c-0.89,0.01-2.19-0.47-2.2,1.22
284 c20.43,0,40.85,0.02,61.28-0.04c1.91-0.01,3.98,0.74,5.75-1.02c0.33-0.33,1.99,0.66,3.04,1.06h1.23c14.74,0,29.49-0.02,44.23,0.02
285 c1.67,0.01,2.79-0.12,2.51-2.21C811.7,597.07,811.81,596.04,811.81,595.01z M434.68,483.53c-14.11-0.1-28.24-0.06-42.36-0.04
286 c-1.39,0.01-2.47-0.09-2.15-1.91c0.02-0.2,0-0.41,0-0.61c0-13.71,0.92-27.5-0.26-41.11c-1.17-13.37-0.5-26.7-0.97-40.04
287 c-0.04-1.22,0.1-2.46-0.02-3.68c-0.17-1.77,0.3-2.47,2.27-2.46c14.32,0.09,28.65,0.04,42.98,0.06c2.68,0,2.7,0.05,2.72,3.16
288 c0.01,13.92,0,27.83,0,41.75c0,14.12-0.02,28.24,0.04,42.36C436.92,482.72,436.74,483.54,434.68,483.53z M574.55,633.84
289 c-0.01,4.09-0.43,4.52-4.5,4.52c-19.2,0.02-38.41,0.02-57.63,0c-3.47,0-4.22-0.75-4.23-4.18c-0.04-11.04,0.01-22.08-0.05-33.1
290 c0-1.57,0.42-2.09,2.04-2.08c10.22,0.07,20.43,0.04,30.66,0.04h29.43c2.32,0.01,3.88,1.27,4.27,3.53c0.14,0.8,0.02,1.63,0.02,2.45
291 C574.56,614.62,574.59,624.22,574.55,633.84z M572.02,541.28c-10.23-0.05-20.45-0.02-30.68-0.02c-10.23,0-20.45-0.04-30.68,0.04
292 c-1.68,0-2.54-0.16-2.52-2.22c0.1-11.25,0.11-22.51,0-33.76c-0.02-2.1,0.9-2.2,2.54-2.19c19.84,0.04,39.68,0.01,59.52,0.04
293 c3.58,0,4.33,0.7,4.35,4.07c0.04,10.63-0.05,21.28,0.06,31.91C574.64,541.34,573.58,541.28,572.02,541.28z M691.61,483.53
294 c-14.54-0.09-29.07-0.1-43.61,0c-2.14,0.01-2.16-0.96-2.16-2.57c0.04-14.12,0.02-28.25,0.02-42.37c0-13.72,0.02-27.44-0.04-41.14
295 c0-1.7,0.17-2.53,2.23-2.52c14.54,0.09,29.07,0.1,43.61,0c2.14-0.01,2.16,0.96,2.16,2.57c-0.04,27.84-0.04,55.69,0.01,83.52
296 C693.84,482.71,693.67,483.54,691.61,483.53z"/>
297 <path class="st2" d="M30,264.67c0.18-0.87-0.6-2.24,0.97-2.42c1.41-0.16,2.86-0.03,4.29-0.03c12.47,0,24.94,0.02,37.41-0.04
298 c0.98,0,2.59,0.87,2.81-1.19c1.65,1.42,3.64,1.24,5.62,1.24c13.29-0.02,26.57-0.01,39.86-0.01c2.06-0.22,1.18-1.83,1.19-2.82
299 c0.06-11.67,0.08-23.35,0-35.02c-0.01-1.99,0.15-2.84,2.59-2.81c12.69,0.16,25.39,0.11,38.09,0.04c1.78-0.01,2.54,0.35,2.43,2.31
300 c-0.16,3.06-0.48,6.22,0.08,9.19c0.54,2.84-2.72,5.49-0.12,8.22c-2.52,2.32-0.2,4.63-0.09,6.97c0.09,1.89,0.84,3.95-0.84,5.8
301 c-0.48,0.53,0.44,2.16,0.3,3.23c-0.17,1.34,0.1,2.47,0.6,3.68c1.07,2.55,3.21,1.11,4.7,1.11c31.54,0.11,63.07,0.08,94.61,0.08
302 c1.43,0,2.87,0.07,4.3-0.02c1.45-0.08,2.34,0.17,2.15,1.95c-0.15,1.42-0.03,2.86-0.03,4.3c0,58.57,0,117.14,0,175.71
303 c-0.02,1.69-1.55,1.51-2.16,1.16c-3-1.7-6.21-1.13-9.35-1.14c-11.05-0.04-22.1-0.02-33.15-0.02c-1.43,0-2.88-0.12-4.29,0.06
304 c-0.53,0.07-1.33,0.82-1.38,1.32c-0.18,1.62-0.07,3.27-0.07,4.9c0,38.88,0,77.76,0,116.64c0,7.77,0,15.54,0,23.3
305 c0,14.31-0.06,28.62,0.06,42.93c0.02,2.26-0.58,2.68-2.72,2.66c-16.35-0.1-32.71-0.08-49.06-0.02c-1.8,0.01-2.43-0.39-2.42-2.32
306 c0.09-11.24,0.05-22.49,0.04-33.73c0-3.28-0.04-3.32-3.16-3.32c-13.7-0.01-27.39-0.01-41.09-0.01c-0.53-9.44,0.41-18.86-0.95-28.38
307 c-0.94-6.57-0.83-13.5,0.73-20.37c1.15-5.06,0.26-10.59,0.21-15.91c-0.03-3.43-0.77-4.16-4.24-4.18
308 c-9.82-0.04-19.64-0.01-29.46-0.01c-1.84,0-3.7-0.16-5.52,0.05c-1.7,0.19-3.35,0.77-5.02,1.18c-0.04-1.34-2.61-2.48-0.31-4.04
309 c0.24-0.16,0.41-0.82,0.28-1.06c-2.44-4.38-1.12-9.11-1.13-13.64c-0.1-80.06-0.07-160.13-0.07-240.19c0-1.43-0.12-2.88,0.03-4.3
310 c0.21-1.94-0.61-2.33-2.41-2.32c-13.51,0.07-27.03,0.01-40.54,0.09C32.52,263.51,31.26,264.26,30,264.67z"/>
311 <path class="st3" d="M220.53,567.07c0-38.88,0-77.76,0-116.64c0-1.64-0.11-3.29,0.07-4.9c0.06-0.51,0.85-1.25,1.38-1.32
312 c1.41-0.19,2.86-0.06,4.29-0.06c11.05,0,22.1-0.03,33.15,0.02c3.14,0.01,6.35-0.55,9.35,1.14c0.61,0.35,2.14,0.53,2.16-1.16
313 c2.69-1.23,1.15-3.56,1.15-5.27c0.09-56.73,0.08-113.45,0.08-170.18c0-1.43,0.13-2.88-0.03-4.3c-0.24-2.1,0.84-2.22,2.51-2.22
314 c15.15,0.05,30.31,0.03,45.46,0.03c0,59.39,0,118.78,0,178.16c0,1.43-0.12,2.88,0.03,4.3c0.18,1.77-0.7,2.04-2.15,1.95
315 c-1.22-0.08-2.46-0.02-3.68-0.02c-13.11,0-26.21-0.02-39.32,0.04c-0.98,0-2.6-0.87-2.82,1.19c0,48.33,0,96.67,0,145
316 c0,1.23,0.19,2.49-0.04,3.68c-0.48,2.54,0.88,2.6,2.8,2.56c4.3-0.11,8.6-0.03,12.9-0.03c8.81,0,17.61-0.01,26.42,0.01
317 c1.82,0,4.6-0.55,5.22,0.35c0.98,1.41,0.62,3.83,0.62,5.82c0.03,27.03,0.02,54.07,0.02,81.1c-15.57,0-31.14,0-46.71,0
318 c0-15.98,0-31.96,0-47.94c-0.42-2.38-2.29-1.16-3.4-1.17c-15.67-0.09-31.33-0.06-47-0.06c-0.41,0-0.82,0-1.23,0
319 c0-9.38,0-18.75,0-28.13c0-13.05,0.02-26.09-0.04-39.14C221.72,568.89,222.58,567.29,220.53,567.07z"/>
320 <path class="st3" d="M692.57,857.18c-27.44,0-54.88,0-82.32,0c-3.69,0-3.73-0.03-3.73-3.38c-0.01-37.47-0.01-74.94-0.01-112.42
321 c0-0.41,0.06-0.83-0.01-1.23c-0.34-2.04,0.75-2.26,2.46-2.25c11.47,0.07,22.93,0.01,34.4,0.06c1.66,0.01,2.76-0.1,2.52-2.21
322 c-0.17-1.41-0.03-2.86-0.03-4.3c0-42.39-0.02-84.77,0.08-127.16c0-1.71-1.54-4.05,1.15-5.27c13.31,0,26.62,0,39.93,0
323 c5.55,0,5.55,0,5.56,5.24c0,9.01,0,18.02,0,27.03c0,16.99,0,33.99,0,50.98c0,5.25,0.01,5.25,5.55,5.25c9.21,0,18.43,0,27.64,0
324 c0,16.8,0,33.6,0,50.4c-0.82,0-1.64,0-2.46,0c-23.75,0-47.51,0-71.26,0c-3.68,0-3.72,0.03-3.72,3.39
325 c-0.01,21.91-0.01,43.82,0,65.73c0,3.38,0.04,3.4,3.7,3.4c13.51,0.01,27.03,0,40.54,0c0,13.05-0.01,26.11,0.01,39.16
326 c0,1.59-0.43,3.79,0.42,4.64C694.59,855.88,692.05,856.19,692.57,857.18z"/>
327 <path class="st3" d="M726.99,810.47c10.65,0,21.29,0.03,31.94-0.03c1.67-0.01,2.53,0.12,2.53,2.21c-0.06,44.84-0.06,89.67,0,134.51
328 c0,2.03-0.77,2.41-2.49,2.24c-1.22-0.12-2.45-0.02-3.68-0.02c-57.33,0-114.65,0-171.98,0c-19.44-2.4-38.97-0.75-58.46-1.21
329 c-1.12-0.03-1.94-0.05-1.93-1.53c0.03-14.33,0.01-28.66,0.07-42.99c0-0.33,0.77-0.65,1.18-0.97c19.85,0,39.7,0,59.55,0
330 c46.45,0,92.9,0,139.35,0c3.9,0,3.93-0.03,3.93-3.79C727,869.4,726.99,839.94,726.99,810.47z"/>
331 <path class="st3" d="M392.63,597.81c13.31,0,26.62-0.01,39.93,0.01c3.04,0,3.07,0.03,3.09,2.79c0.03,4.5,0.01,9.01,0.01,13.51
332 c0,32.97,0,65.93,0,98.9c0,1.43,0.13,2.88-0.03,4.3c-0.24,2.09,0.83,2.23,2.5,2.22c11.26-0.06,22.52-0.03,33.79-0.03
333 c5.53,0,5.53,0,5.53,5.27c0,35.42,0,70.85,0,106.27c0,7.58,0.01,15.15-0.01,22.73c-0.01,3.38-0.04,3.4-3.7,3.4
334 c-12.7,0.01-25.39,0-38.09,0c0-38.09,0-76.18,0-114.27c0-1.23-0.19-2.49,0.04-3.68c0.48-2.55-0.89-2.71-2.81-2.54
335 c-1.22,0.11-2.46,0.02-3.68,0.02c-22.32,0-44.64,0-66.97,0c-1.02,0-2.06-0.11-3.07,0.02c-2.09,0.29-2.22-0.83-2.22-2.5
336 c0.05-15.56,0.03-31.13,0.03-46.69c8.37,0,16.73,0,25.1,0c1.02,0,2.04,0.03,3.06-0.01c2.93-0.11,3.69-0.92,3.79-4.01
337 c0.04-1.22,0.01-2.45,0.01-3.67c0-25.71,0-51.42,0-77.13c0-1.23,0-2.46,0-3.69C389.52,596.67,391.42,598.27,392.63,597.81z"/>
338 <path class="st4" d="M320.1,262.21c-15.15,0-30.31,0.02-45.46-0.03c-1.67-0.01-2.75,0.12-2.51,2.22c0.16,1.41,0.03,2.86,0.03,4.3
339 c0,56.73,0.02,113.45-0.08,170.18c0,1.71,1.54,4.05-1.15,5.27c0-58.57,0-117.14,0-175.71c0-1.43-0.12-2.88,0.03-4.3
340 c0.18-1.77-0.71-2.03-2.15-1.95c-1.43,0.08-2.87,0.02-4.3,0.02c-31.54,0-63.07,0.03-94.61-0.08c-1.5-0.01-3.64,1.43-4.7-1.11
341 c-0.5-1.2-0.77-2.33-0.6-3.68c0.13-1.07-0.79-2.7-0.3-3.23c1.68-1.85,0.93-3.92,0.84-5.8c-0.11-2.34-2.43-4.65,0.09-6.97
342 c-2.6-2.73,0.66-5.38,0.12-8.22c-0.56-2.97-0.24-6.13-0.08-9.19c0.1-1.96-0.65-2.32-2.43-2.31c-12.7,0.07-25.39,0.12-38.09-0.04
343 c-2.44-0.03-2.6,0.82-2.59,2.81c0.08,11.67,0.06,23.35,0,35.02c-0.01,0.98,0.87,2.6-1.19,2.82c0-13,0.02-26.01-0.04-39.01
344 c0-0.98,0.85-2.58-1.19-2.79c-14.34,0-28.68,0-43.02,0c0-0.41,0-0.82,0-1.23c14.34,0,28.68,0,43.02,0
345 c0.41-0.41,0.82-0.82,1.23-1.23c0.41,0,0.82,0,1.23,0c0,0.41,0,0.82,0,1.23c0.02,1.69,1.31,1.21,2.2,1.21
346 c13.1,0.03,26.19,0.03,39.29,0.01c2.72,0,2.76-0.05,2.76-3.11c0.01-13.3,0.01-26.6,0.01-39.9c0-15.05-0.02-30.1,0.04-45.15
347 c0-0.98-0.85-2.58,1.19-2.79c21.31,0,42.61,0,63.92,0c0,0.41,0,0.82,0,1.23c-20.47,0-40.95,0.01-61.42-0.03
348 c-1.64,0-2.56,0.08-2.55,2.19c0.1,14.13,0.1,28.26,0,42.38c-0.01,2.11,0.9,2.2,2.54,2.2c18.02-0.04,36.04-0.03,54.05-0.03
349 c30.45,0,60.9,0,91.35,0c1.43,0,2.88-0.12,4.28,0.06c0.54,0.07,1.34,0.78,1.41,1.29c0.19,1.4,0.07,2.85,0.07,4.28
350 c0,7.15-0.34,14.33,0.1,21.45c0.43,7.08-1.36,13.94-1.33,20.95C320.13,237.69,320.1,249.95,320.1,262.21z"/>
351 <path class="st3" d="M30,264.67c1.26-0.41,2.53-1.17,3.79-1.18c13.51-0.09,27.03-0.02,40.54-0.09c1.8-0.01,2.62,0.38,2.41,2.32
352 c-0.15,1.42-0.03,2.86-0.03,4.3c0,80.06-0.03,160.13,0.07,240.19c0.01,4.53-1.32,9.26,1.13,13.64c0.13,0.24-0.04,0.9-0.28,1.06
353 c-2.3,1.56,0.27,2.7,0.31,4.04c-13.82,0-27.64-0.02-41.46,0.04c-0.98,0-2.58-0.85-2.79,1.19c-1.23,0-2.46,0-3.69,0
354 c0-46.3,0-92.61,0-138.91C30,349.08,30,306.88,30,264.67z"/>
355 <path class="st5" d="M388.94,602.72c0,25.71,0,51.42,0,77.13c0,1.22,0.03,2.45-0.01,3.67c-0.1,3.09-0.87,3.9-3.79,4.01
356 c-1.02,0.04-2.04,0.01-3.06,0.01c-8.37,0-16.73,0-25.1,0c-2.06,0.22-1.18,1.83-1.19,2.81c-0.06,13.09-0.04,26.18-0.04,39.27
357 c0,0.61-0.03,1.23,0,1.84c0.3,5.87-0.17,6.55-6.27,6.52c-25.77-0.12-51.55-0.05-77.32-0.05c-0.56-10.65,1.06-21.34-1.11-31.99
358 c-0.76-3.73-0.02-7.74-0.14-11.62c-0.19-6.34-0.01-6.91,6.56-6.84c13.27,0.14,26.55,0.06,39.82,0c0.98,0,2.59,0.86,2.81-1.19
359 c1.69-0.02,1.21-1.31,1.21-2.2c0.03-8.79,0.02-17.59,0.02-26.38c0-17.18,0-34.36,0-51.54c0-1.23-0.05-2.46,0.01-3.68
360 c0.13-2.5,1.07-3.44,3.73-3.46c8.39-0.04,16.77-0.02,25.16-0.02c2.25,0,4.5,0,6.75,0c0.01,1.66,1.28,1.21,2.16,1.21
361 c8.09,0.03,16.17,0.01,24.26,0.02C386.8,600.27,386.8,600.28,388.94,602.72z"/>
362 <path class="st6" d="M726.99,130.68c1.23,0,2.46,0,3.69,0c0.22,2.05,1.82,1.17,2.81,1.19c5.1,0.09,10.24-0.29,15.31,0.13
363 c5.27,0.44,10.22-1.39,15.43-1.37c35.94,0.1,71.88,0.05,107.82,0.05c0.22,2.06,1.83,1.19,2.82,1.19
364 c13.92,0.06,27.85,0.05,41.77,0.02c1.43,0,2.18,0.17,2.17,1.94c-0.08,13.51-0.05,27.03-0.02,40.54c0,1.25-0.28,1.9-1.66,1.81
365 c-1.22-0.08-2.46-0.02-3.68-0.02c-60.4,0-120.8,0-181.2,0c-1.02,0-2.06-0.11-3.07,0.02c-2.1,0.29-2.21-0.85-2.21-2.51
366 c0.05-13.92,0.03-27.85,0.03-41.77C726.99,131.5,726.99,131.09,726.99,130.68z"/>
367 <path class="st7" d="M723.31,737.94c0.82,0,1.64,0,2.46,0c0.41-0.32,1.18-0.65,1.18-0.97c0.06-16.15,0.06-32.31,0-48.46
368 c0-0.33-0.77-0.65-1.18-0.97c-0.02-1.69-1.31-1.21-2.2-1.21c-8.39-0.03-16.79-0.01-25.18-0.02c-4.56-0.01-4.58-0.02-4.58-4.37
369 c-0.01-27.22,0-54.45,0-81.67c20.43,0,40.85,0.02,61.28-0.04c1.9-0.01,3.98,0.74,5.75-1.02c0.33-0.33,1.99,0.67,3.04,1.06
370 c0,22.24,0,44.48,0,66.72c0,5.71-0.02,11.43,0.02,17.14c0.01,0.89-0.47,2.18,1.21,2.19c0.41,0,0.82,0,1.23,0
371 c14.29,0,28.58,0.06,42.86-0.06c2.22-0.02,2.69,0.54,2.67,2.7c-0.1,16.33-0.06,32.66-0.06,48.99c0,0.61,0.02,1.23,0,1.84
372 c-0.09,3.02-0.09,3.07-2.8,3.07c-17.38,0.02-34.75,0.01-52.13,0.01c-9.61,0-19.22,0.02-28.83-0.01
373 C723.89,742.83,723.62,742.51,723.31,737.94z"/>
374 <path class="st3" d="M77.94,528.97c1.67-0.41,3.32-0.99,5.02-1.18c1.82-0.21,3.68-0.05,5.52-0.05c9.82,0,19.64-0.02,29.46,0.01
375 c3.48,0.01,4.21,0.74,4.24,4.18c0.05,5.32,0.93,10.85-0.21,15.91c-1.56,6.87-1.67,13.8-0.73,20.37c1.36,9.51,0.42,18.94,0.95,28.38
376 c0.22,2.05,1.82,1.18,2.81,1.19c12.45,0.06,24.9,0.03,37.35,0.05c2.82,0,2.85,0.05,2.86,3c0.02,10.82-0.06,21.64,0.06,32.45
377 c0.02,2.16-0.43,2.73-2.67,2.71c-13.88-0.12-27.76-0.06-41.64-0.06c0-11.36,0.02-22.73-0.04-34.09c-0.01-0.98,0.85-2.58-1.19-2.78
378 c-13.52,0-27.04,0-40.57,0c0-15.26,0.03-30.51-0.06-45.77c-0.01-1.12,1.21-2.98-1.17-3.4c0-0.41,0-0.82,0-1.23
379 C77.94,542.08,77.94,535.52,77.94,528.97z"/>
380 <path class="st3" d="M354.52,740.4c0,14.74,0.02,29.49-0.02,44.23c0,1.99,0.36,4.41-0.62,5.82c-0.62,0.9-3.41,0.35-5.22,0.35
381 c-18.43,0.01-36.86,0.01-55.29,0.01c-6.14,0-12.29,0.01-18.43,0c-4-0.01-4.01-0.03-4.01-4.32c-0.01-15.36,0-30.71,0-46.07
382 C298.8,740.4,326.66,740.4,354.52,740.4z"/>
383 <path class="st8" d="M811.81,737.94c0-16.33-0.05-32.66,0.06-48.99c0.01-2.17-0.45-2.72-2.67-2.7
384 c-14.29,0.12-28.58,0.06-42.86,0.06c0.22-2.06,1.83-1.18,2.82-1.19c13.1-0.06,26.21-0.03,39.31-0.05c3.31,0,3.34-0.04,3.35-3.14
385 c0.01-13.31-0.01-26.62,0.01-39.93c0.01-4.28,0.56-4.85,4.81-4.85c14.13-0.02,28.26-0.01,42.39-0.01c0.61,0,1.32-0.19,1.82,0.05
386 c0.56,0.27,1.25,0.88,1.32,1.42c0.18,1.41,0.06,2.86,0.06,4.29c0,12.9,0,25.8-0.01,38.7c0,1.26-0.15,2.3,1.8,2.29
387 c17.61-0.07,35.22-0.07,52.83,0c1.77,0.01,2.02-0.72,1.94-2.17c-0.08-1.43-0.02-2.87-0.02-4.3c0-12.08-0.02-24.16,0.04-36.24
388 c0.01-0.98-0.87-2.6,1.19-2.82c0,13.71,0,27.43,0,41.14c0,5.57,0,5.57-5.84,5.57c-15.97,0-31.93-0.01-47.9,0c-4,0-4,0.03-4.04,4.3
389 c-0.01,0.61,0,1.23,0,1.84c0,14.75,0,29.5,0,44.25c-0.19,0.93,0.61,2.35-1.23,2.46c0-16.38-0.02-32.76,0.03-49.14
390 c0-1.65-0.09-2.56-2.19-2.54c-14.54,0.09-29.07,0.09-43.61,0c-2.11-0.01-2.2,0.9-2.2,2.54c0.05,16.38,0.03,32.76,0.03,49.14
391 C812.63,737.94,812.22,737.94,811.81,737.94z"/>
392 <path class="st9" d="M354.52,740.4c-27.86,0-55.73,0-83.59,0c-1.65-1.42-3.64-1.24-5.62-1.24c-13.29,0.02-26.58-0.02-39.87,0.04
393 c-1.7,0.01-2.51-0.2-2.5-2.24c0.09-15.54,0.03-31.08,0.06-46.61c0.01-3.35,0.77-4.02,4.38-4.03c15.33-0.03,30.67-0.01,46-0.01
394 c15.57,0,31.14,0,46.71,0c-0.22,2.05-1.82,1.19-2.81,1.19c-13.27,0.06-26.55,0.14-39.82,0c-6.57-0.07-6.75,0.5-6.56,6.84
395 c0.12,3.88-0.62,7.89,0.14,11.62c2.17,10.64,0.55,21.34,1.11,31.99c0.22,2.06,1.83,1.18,2.81,1.19
396 c10.03,0.07,20.05,0.04,30.08,0.04c15.35,0,30.69-0.03,46.04,0.06C352.22,739.24,354.09,738.01,354.52,740.4z"/>
397 <path class="st3" d="M220.53,686.31c-18.03,0-36.06,0-54.09,0c0-15.56,0.02-31.12-0.03-46.68c-0.01-1.65,0.09-2.55,2.2-2.54
398 c16.58,0.09,33.17,0.09,49.75,0c2.1-0.01,2.2,0.89,2.2,2.54C220.51,655.19,220.53,670.75,220.53,686.31z"/>
399 <path class="st3" d="M813.04,737.94c0-16.38,0.02-32.76-0.03-49.14c0-1.65,0.09-2.56,2.2-2.54c14.54,0.09,29.07,0.09,43.61,0
400 c2.11-0.01,2.2,0.9,2.19,2.54c-0.05,16.38-0.03,32.76-0.03,49.14C845,737.94,829.02,737.94,813.04,737.94z"/>
401 <path class="st6" d="M477.45,859.64c2.21-1.78,4.55-2.61,7.57-2.55c11.04,0.23,22.08,0.07,33.13,0.1c4.24,0.01,4.77,0.56,4.78,4.88
402 c0.02,10.63,0.08,21.27-0.05,31.9c-0.03,2.49-0.76,4.98-1.17,7.47c-13.87,0-27.75-0.06-41.62,0.06c-2.18,0.02-2.71-0.47-2.69-2.68
403 C477.51,885.76,477.45,872.7,477.45,859.64z"/>
404 <path class="st8" d="M726.99,810.47c0,29.47,0,58.93,0,88.4c0,3.76-0.03,3.79-3.93,3.79c-46.45,0.01-92.9,0-139.35,0
405 c-19.85,0-39.7,0-59.55,0c0-0.41,0-0.82,0-1.23c65.33,0,130.66,0,195.99,0c5.6,0,5.6,0,5.61-5.81c0-11.67,0.01-23.35-0.01-35.02
406 c0-3.39-0.04-3.41-3.69-3.42c-9.83-0.01-19.66,0-29.49,0c-0.52-0.99,2.01-1.3,0.43-2.91c-0.84-0.86-0.41-3.05-0.42-4.64
407 c-0.02-13.05-0.01-26.11-0.01-39.16C704.05,810.47,715.52,810.47,726.99,810.47z"/>
408 <path class="st10" d="M872.05,130.68c-35.94,0-71.88,0.05-107.82-0.05c-5.21-0.01-10.15,1.81-15.43,1.37
409 c-5.07-0.42-10.2-0.04-15.31-0.13c-0.99-0.02-2.59,0.86-2.81-1.19c7.38,0,14.75,0,22.13,0c1.84-0.1,1.04-1.53,1.23-2.46
410 c0.69-2.72,2.82-2.56,4.92-2.46c2.46,0,4.92,0,7.38,0c10.24,0,20.49,0,30.73,0c0.41,0.41,0.82,0.82,1.23,1.23c0.41,0,0.82,0,1.23,0
411 c0.57,0.78,1.15,1.56,1.72,2.34c1.95-2.89,3.75,0.95,5.65,0.12c2.05,0,4.1,0,6.15,0c1.86-1.17,3.68-2.21,5.62-0.04
412 c0.27,0.3,1.15,0.04,1.75,0.04c3.69,0,7.38,0,11.06,0c22.13,0,44.25,0,66.38,0c2.52-0.07,4.76-2.37,7.67-0.16
413 c1.37,1.04,3.93,0.24,4.62-2.3c1.16,0,2.34,0.13,3.46-0.06c0.53-0.09,0.97-0.76,1.45-1.17c2.05,0,4.1,0,6.15,0
414 c0.1,1.84,1.53,1.04,2.46,1.23c0,0.41,0,0.82,0,1.23c0.19,0.93-0.61,2.35,1.23,2.46c0,0.41,0,0.82,0,1.23
415 c-0.41,0.32-1.12,0.59-1.18,0.96c-0.31,2.13,0.2,4.69-0.82,6.33c-1.7,2.75,1.58,4.29,0.82,6.64c-0.52,1.61,0.46,3.43-1.03,5.1
416 c-0.66,0.74-0.55,3.05,0.14,3.88c1.11,1.34,0.77,2.63,0.81,3.96c0.09,2.63,0.01,5.27,0.03,7.9c0.03,3.25,0.04,3.25,3.7,3.34
417 c0.4,0.01,0.81,0,1.22,0c1.23,0,2.46,0,3.69,0c1.64,0,3.28,0,4.92,0c1.64,0,3.28,0,4.92,0c3.28,0,6.56,0,9.83,0
418 c0.82,0,1.64,0,2.46,0c0.5,0.41,0.98,1.15,1.5,1.17c2.36,0.13,4.73,0.06,7.1,0.06c0.41,0.41,0.82,0.82,1.23,1.23
419 c0.41,0.41,0.82,0.82,1.23,1.23c0,1.82,0.76,4.36-0.15,5.32c-2.04,2.15,1.26,3.35,0.28,5.26c-0.56,1.08-0.08,2.64-1.39,3.7
420 c-0.65,0.53-1.12,1.64-1.14,2.5c-0.11,4.25-0.13,8.5,0,12.74c0.03,1.05,1.25,2.84,1.04,2.99c-2.5,1.71,0.09,3.1,0.12,4.59
421 c0.03,2.02,0.74,3.61,2.48,4.69c0.15,3.64,0.15,3.67,3.34,3.68c6.67,0.02,13.34,0.01,20.01,0.01c0.41,0,0.82,0,1.23,0
422 c-0.14,0.35-0.28,1-0.43,1c-8.74,0.11-17.48,0.23-26.22,0.18c-1.69-0.01-2.9-1.1-2.86-3.07c0.03-1.22,0.01-2.45,0.01-3.67
423 c0-11.62-0.07-23.24,0.06-34.86c0.03-2.25-0.57-2.68-2.71-2.66c-12.64,0.11-25.28,0.05-37.92,0.05c-1.39-1.65-1.25-3.63-1.24-5.61
424 c0.02-12.44-0.07-24.87,0.08-37.31c0.03-2.33-0.7-2.63-2.75-2.62C902.22,130.72,887.13,130.68,872.05,130.68z"/>
425 <path class="st10" d="M368.05,174.94c3.28,0,6.56,0,9.83,0c2.46,0,4.92,0,7.38,0c1.64,0,3.28,0,4.92,0c1.23,0,2.46,0,3.69,0
426 c4.92,0,9.83,0,14.75,0c0.75-0.13,1.91-0.01,2.17-0.44c1.44-2.33,3.64-2.03,5.82-2.03c4.2,0.01,8.41,0.05,12.61-0.05
427 c0.52-0.01,1.02-0.77,1.53-1.17c0.93-0.19,2.35,0.61,2.46-1.23c0-4.51,0-9.01,0-13.52c0-3.28,0-6.56,0-9.83c0-2.05,0-4.1,0-6.15
428 c-0.46-2.68,1.01-5.62-1.16-8.12c-0.21-0.24,0.47-1.36,0.86-2c0.9-1.5,1.43-0.19,2.18,0.24c0.46,0.26,1.2,0.05,1.81,0.05
429 c63.1,0,126.21,0,189.31,0c3.28,0,6.56,0,9.83,0c0.41,0,0.82,0,1.23,0c1.23,0,2.46,0,3.69,0c0.41,0,0.82,0,1.23,0s0.82,0,1.23,0
430 c0.82-0.82,1.64-1.64,2.46-2.46c0.41,0,0.82,0,1.23,0s0.82,0,1.23,0c0.41,0.41,0.82,0.82,1.23,1.23c0.41,0.41,0.82,0.82,1.23,1.23
431 c0,4.81-0.04,9.63,0.05,14.44c0.01,0.52,0.77,1.03,1.18,1.54c0,4.51,0,9.01,0,13.52c0,0.82,0,1.64,0,2.46
432 c-2.86,4.69-2.86,4.69,0,8.6c0,0.82,0,1.64,0,2.46c0.41,0.41,0.82,0.82,1.23,1.23c1.64,0,3.28,0,4.92,0c0.41,0,0.82,0,1.23,0
433 c2.87,0,5.74,0,8.6,0c0.82,0,1.64,0,2.46,0c7.79,0,15.57,0,23.36,0c0.41,0,0.82,0,1.23,0c2.36-0.11,4.72-0.22,7.09-0.32
434 c1.85-3.06,4.87-2.03,7.54-2.11c2.81-0.09,5.62,0.04,8.42-0.07c0.53-0.02,1.03-0.76,1.54-1.17c0.41,0,0.82,0,1.23,0
435 c2.16,0.26,3.45-0.81,3.64-2.85c0.2-2.2-0.03-4.44,0.1-6.66c0.03-0.54,0.76-1.04,1.17-1.56c0,4.67-0.07,9.34,0.04,14
436 c0.04,1.63-0.53,2.03-2.07,2.01c-6.7-0.07-13.39-0.03-20.09-0.03c-1.84,0-3.68,0-5.53,0c-15.55,0-31.11,0-46.66,0
437 c-4.34,0-4.34-0.02-4.36-4.6c0-1.02,0-2.05,0-3.07c0-10.85,0.02-21.69-0.04-32.54c-0.01-0.98,0.87-2.6-1.19-2.81
438 c-1.23-2.69-3.56-1.15-5.27-1.15c-66.55-0.09-133.1-0.08-199.66-0.08c-1.43,0-2.87-0.08-4.29,0.06c-0.36,0.03-0.65,0.76-0.98,1.17
439 c-2.06,0.22-1.18,1.83-1.19,2.82c-0.06,11.87-0.03,23.74-0.04,35.62c0,4.57-0.02,4.59-4.36,4.59c-24.36,0.01-48.72,0-73.08,0
440 c0-0.41,0-0.82,0-1.23c0.82,0,1.64,0,2.46,0c1.64,0,3.28,0,4.92,0C365.59,174.94,366.82,174.94,368.05,174.94z"/>
441 <path class="st10" d="M120.96,217.96c-0.41,0.41-0.82,0.82-1.23,1.23c0-12.46,0.01-24.92-0.01-37.38c0-1.46,0.63-3.35-1.99-3.48
442 c-0.2-0.01-0.78-2.19-0.37-2.68c1.35-1.63,2.55-3.32,5.35-3.27c12.46,0.21,24.92,0.04,37.38,0.14c2.11,0.02,2.79-0.36,2.74-2.65
443 c-0.18-7.55-0.07-15.11-0.07-22.67c0-1.99,0.47-3.61,1.57-5.51c1.64-2.82,1.88-6.32-0.54-9.44c-2.11-2.71-0.98-5.02,2.3-5.27
444 c2.1-0.16,1.49,1.36,1.58,2.46c-2.04,0.21-1.19,1.81-1.19,2.79c-0.06,15.05-0.04,30.1-0.04,45.15c-14.28,0-28.56,0.05-42.84-0.06
445 c-2.17-0.02-2.72,0.46-2.7,2.68C121.03,192.66,120.96,205.31,120.96,217.96z"/>
446 <path class="st11" d="M220.53,686.31c0-15.56-0.02-31.12,0.03-46.68c0.01-1.65-0.09-2.55-2.2-2.54c-16.58,0.09-33.17,0.09-49.75,0
447 c-2.1-0.01-2.2,0.89-2.2,2.54c0.05,15.56,0.03,31.12,0.03,46.68c-2.06-0.22-1.18-1.83-1.19-2.81c-0.06-12.48-0.04-24.97-0.04-37.45
448 c0-1.23,0-2.46,0-3.68c-0.01-5.21-0.01-5.22-4.96-5.22c-13.1,0-26.2,0-39.29,0c0-0.41,0-0.82,0-1.23c13.88,0,27.76-0.06,41.64,0.06
449 c2.24,0.02,2.69-0.55,2.67-2.71c-0.12-10.82-0.05-21.64-0.06-32.45c0-2.95-0.04-2.99-2.86-3c-12.45-0.02-24.9,0.01-37.35-0.05
450 c-0.98,0-2.59,0.86-2.81-1.19c13.7,0,27.39-0.01,41.09,0.01c3.12,0,3.16,0.04,3.16,3.32c0.02,11.24,0.05,22.49-0.04,33.73
451 c-0.02,1.93,0.62,2.33,2.42,2.32c16.35-0.06,32.71-0.08,49.06,0.02c2.14,0.01,2.74-0.41,2.72-2.66
452 c-0.12-14.31-0.06-28.62-0.06-42.93c0-7.77,0-15.54,0-23.3c2.05,0.21,1.19,1.82,1.19,2.8c0.06,13.05,0.04,26.09,0.04,39.14
453 c0,9.38,0,18.75,0,28.13c0,15.26,0.03,30.51-0.06,45.77C221.7,684.03,222.92,685.89,220.53,686.31z"/>
454 <path class="st3" d="M119.73,220.42c2.04,0.21,1.19,1.81,1.19,2.79c0.06,13,0.04,26,0.04,39.01c-13.29,0-26.57-0.01-39.86,0.01
455 c-1.98,0-3.97,0.18-5.62-1.24c0-0.82,0-1.64,0-2.46c2.04-0.21,1.19-1.81,1.19-2.78c0.06-11.36,0.04-22.73,0.04-34.09
456 c3.13,0.98,3.49,4.9,6.58,6.09c1.49,0.57,0.94,2-0.2,2.87c-0.86,0.66-2.49,1.16-2.58,1.87c-0.31,2.62,0.25,5.38-0.23,7.95
457 c-0.47,2.5-1.29,4.6,1.23,6.61c0.57,0.46,0.28,3.01-0.46,3.89c-1.76,2.08,0.73,4.98-1.64,6.73c0.33,0.29,0.61,0.75,0.98,0.84
458 c2.66,0.61,5.23,1.53,8.09,1.36c1.85-0.11,4.2,1.62,5.54,0.95c2.96-1.48,5.87-0.92,8.8-1.01c4.5-0.14,9.01-0.02,13.51-0.04
459 c3.37-0.02,3.39-0.04,3.4-3.71C119.74,244.17,119.73,232.29,119.73,220.42z"/>
460 <path class="st10" d="M231.6,130.68c0-0.41,0-0.82,0-1.23c40.57,0,81.13,0,121.7,0c1.48-0.61,3.02-2.37,4.54-0.85
461 c1.52,1.52-0.24,3.06-0.85,4.54c0,13.11,0,26.22,0,39.34c0,0.82,0,1.64,0,2.46c-0.41,0-0.82,0-1.23,0c0-13.7,0.01-27.4-0.01-41.09
462 c0-3.12-0.04-3.12-3.33-3.16c-1.02-0.01-2.04,0-3.07,0C310.1,130.68,270.85,130.68,231.6,130.68z"/>
463 <path class="st12" d="M30,391.29c0,46.3,0,92.61,0,138.91c-0.41-0.32-1.14-0.62-1.17-0.98c-0.14-1.42-0.06-2.86-0.06-4.29
464 c0-42.79-0.02-85.58,0.08-128.36C28.85,394.85,27.31,392.51,30,391.29z"/>
465 <path class="st10" d="M725.76,160.19c-0.41,0.52-1.14,1.02-1.17,1.56c-0.13,2.21,0.1,4.45-0.1,6.66c-0.19,2.04-1.48,3.11-3.64,2.85
466 c0-0.41,0-0.82,0-1.23c0.41-0.5,1.15-0.98,1.17-1.5c0.13-2.36,0.06-4.73,0.06-7.1c0-1.23,0-2.46,0-3.69
467 c0.34-0.13,0.68-0.27,1.02-0.4c-0.34-0.27-0.68-0.55-1.02-0.82c0-0.41,0-0.82,0-1.23c-0.41-0.41-0.82-0.82-1.23-1.23
468 c0-1.64,0-3.28,0-4.92c1.65-0.01,1.21-1.26,1.21-2.15c0.03-5.43,0.02-10.86,0.02-16.29c0.41-0.41,0.82-0.82,1.23-1.23
469 c0.82,0,1.64,0,2.46,0c0.41,0.41,0.82,0.82,1.23,1.23c0,0.41,0,0.82,0,1.23c-1.66,0.01-1.21,1.28-1.21,2.17
470 C725.75,142.78,725.76,151.48,725.76,160.19z"/>
471 <path class="st12" d="M77.94,528.97c0,6.56,0,13.11,0,19.67c-0.41-0.53-1.16-1.05-1.17-1.59c-0.1-4.29-0.04-8.59-0.06-12.88
472 c-0.01-3.94-0.03-3.96-3.75-3.96c-13.09-0.01-26.18,0-39.27,0c0.21-2.04,1.81-1.19,2.79-1.19
473 C50.3,528.95,64.12,528.97,77.94,528.97z"/>
474 <path class="st11" d="M222.99,637.14c15.67,0,31.33-0.03,47,0.06c1.12,0.01,2.98-1.21,3.4,1.17c-15.67,0-31.33,0.03-47-0.06
475 C225.28,638.31,223.41,639.53,222.99,637.14z"/>
476 <path class="st12" d="M77.94,549.86c2.38,0.42,1.16,2.28,1.17,3.4c0.09,15.26,0.06,30.51,0.06,45.77c-2.38-0.42-1.16-2.28-1.17-3.4
477 C77.91,580.38,77.94,565.12,77.94,549.86z"/>
478 <path class="st12" d="M76.71,221.65c0,11.36,0.02,22.73-0.04,34.09c-0.01,0.98,0.85,2.58-1.19,2.78c0-12.18-0.02-24.37,0.04-36.55
479 c0-0.98-0.85-2.58,1.19-2.79c0,0.41,0,0.82,0,1.23C76.71,220.83,76.71,221.24,76.71,221.65z"/>
480 <path class="st12" d="M120.96,635.91c0,0.41,0,0.82,0,1.23c-2.04-0.21-1.19-1.81-1.19-2.79c-0.06-11.77-0.04-23.55-0.04-35.32
481 c2.04,0.21,1.19,1.81,1.19,2.78C120.99,613.18,120.96,624.55,120.96,635.91z"/>
482 <path class="st10" d="M719.62,171.25c-0.51,0.41-1.01,1.15-1.54,1.17c-2.8,0.12-5.62-0.01-8.42,0.07
483 c-2.67,0.08-5.69-0.94-7.54,2.11c-2.36,0.11-4.72,0.22-7.09,0.32c0.2-2.03,1.78-0.99,2.76-1.21c0.87-0.19,2.14,0.41,2.15-1.25
484 c0.41,0,0.82,0,1.23,0c0.41-0.41,0.82-0.82,1.23-1.23C708.14,171.25,713.88,171.25,719.62,171.25z"/>
485 <path class="st10" d="M436.89,130.68c-0.61,0-1.35,0.21-1.81-0.05c-0.75-0.43-1.28-1.74-2.18-0.24c-0.38,0.64-1.07,1.76-0.86,2
486 c2.17,2.5,0.7,5.44,1.16,8.12c-2.57-2.24-1.8-5.9-3.59-8.55c-0.61-0.91,2.05-3.71,3.28-3.74c1.02-0.03,2.05-0.13,3.05,0.02
487 C437.47,128.5,436.71,129.81,436.89,130.68z"/>
488 <path class="st10" d="M430.74,171.25c-0.51,0.41-1.01,1.16-1.53,1.17c-4.2,0.1-8.4,0.06-12.61,0.05c-2.17-0.01-4.38-0.31-5.82,2.03
489 c-0.26,0.43-1.42,0.31-2.17,0.44c1.3-2.77,3.33-3.92,6.52-3.76C420.32,171.44,425.54,171.25,430.74,171.25z"/>
490 <path class="st10" d="M356.98,133.14c0.61-1.48,2.37-3.02,0.85-4.54c-1.52-1.52-3.06,0.24-4.54,0.85c0.9-3.29,1.75-4.39,3.39-3.57
491 c1.57,0.78,3.09,2.3,3.87,3.87C361.37,131.39,360.28,132.24,356.98,133.14z"/>
492 <path class="st10" d="M722.08,130.68c0,5.43,0.02,10.86-0.02,16.29c-0.01,0.89,0.43,2.14-1.21,2.15c0-5.43-0.02-10.86,0.02-16.29
493 C720.87,131.95,720.43,130.69,722.08,130.68z"/>
494 <path class="st10" d="M433.2,146.66c0,3.28,0,6.56,0,9.83c-2.89-0.77-2.43-3.07-2.48-5.22
495 C430.67,149.22,430.72,147.32,433.2,146.66z"/>
496 <path class="st10" d="M667.99,174.94c-2.87,0-5.74,0-8.6,0c0-0.41,0-0.82,0-1.23c0.41-0.41,0.82-0.82,1.23-1.23
497 c2.05,0,4.1,0,6.15,0c0.41,0,0.82,0,1.23,0C667.99,173.3,667.99,174.12,667.99,174.94z"/>
498 <path class="st10" d="M652.01,146.66c-0.41-0.51-1.17-1.02-1.18-1.54c-0.09-4.81-0.05-9.63-0.05-14.44c0.41,0,0.82,0,1.23,0
499 C652.01,136.01,652.01,141.34,652.01,146.66z"/>
500 <path class="st10" d="M385.26,174.94c-2.46,0-4.92,0-7.38,0c0.42-1.43,1.22-2.52,2.84-2.43c1.52,0.08,3.03,0.36,4.52,0.7
501 C385.37,173.23,385.26,174.33,385.26,174.94z"/>
502 <path class="st10" d="M652.01,160.19c0-4.51,0-9.01,0-13.52c0.35,0.14,1,0.28,1,0.43c0.05,4.22,0.05,8.44,0,12.66
503 C653.01,159.9,652.36,160.04,652.01,160.19z"/>
504 <path class="st10" d="M652.01,171.25c-2.86-3.92-2.86-3.92,0-8.6C652.01,165.51,652.01,168.38,652.01,171.25z"/>
505 <path class="st10" d="M636.03,130.68c-3.28,0-6.56,0-9.83,0c1.63-2.84,5.18,0.17,6.94-2.28
506 C634.1,129.16,635.06,129.92,636.03,130.68z"/>
507 <path class="st10" d="M806.9,129.45c-1.9,0.83-3.71-3.01-5.65-0.12c-0.57-0.78-1.15-1.56-1.72-2.34c1.17,0,2.34,0.06,3.5-0.01
508 C804.95,126.85,806.37,127.42,806.9,129.45z"/>
509 <path class="st10" d="M820.42,129.45c-0.6,0-1.49,0.26-1.75-0.04c-1.94-2.17-3.76-1.13-5.62,0.04c0-0.6-0.11-1.7,0.02-1.73
510 c1.48-0.34,3-0.61,4.52-0.7C819.2,126.93,820,128.02,820.42,129.45z"/>
511 <path class="st10" d="M722.08,161.41c0,2.37,0.07,4.74-0.06,7.1c-0.03,0.52-0.76,1-1.17,1.5c0-2.37-0.07-4.74,0.06-7.1
512 C720.93,162.4,721.67,161.91,722.08,161.41z"/>
513 <path class="st10" d="M699.95,172.48c-0.01,1.65-1.28,1.05-2.15,1.25c-0.99,0.22-2.56-0.81-2.76,1.21c-0.41,0-0.82,0-1.23,0
514 c0.13-1.02-0.57-2.51,1.44-2.47C696.81,172.5,698.38,172.48,699.95,172.48z"/>
515 <path class="st10" d="M368.05,174.94c-1.23,0-2.46,0-3.69,0c-0.22-1.64,0.07-2.62,2.15-2.52
516 C368.57,172.52,367.95,173.86,368.05,174.94z"/>
517 <path class="st10" d="M766.33,125.77c-2.46,0-4.92,0-7.38,0C761.26,124.03,764.03,124.03,766.33,125.77z"/>
518 <path class="st10" d="M666.76,172.48c-2.05,0-4.1,0-6.15,0C662.62,170.71,664.75,170.71,666.76,172.48z"/>
519 <path class="st10" d="M393.86,174.94c-1.23,0-2.46,0-3.69,0C392.23,171.85,391.81,171.85,393.86,174.94z"/>
520 <path class="st10" d="M356.98,174.94c0-0.82,0-1.64,0-2.46c2.01-0.37,2.83,0.45,2.46,2.46
521 C358.62,174.94,357.8,174.94,356.98,174.94z"/>
522 <path class="st10" d="M667.99,174.94c0-0.82,0-1.64,0-2.46c0.82,0.82,1.64,1.64,2.46,2.46
523 C669.63,174.94,668.81,174.94,667.99,174.94z"/>
524 <path class="st10" d="M640.94,130.68c-1.23,0-2.46,0-3.69,0C638.49,129,639.71,129,640.94,130.68z"/>
525 <path class="st10" d="M645.86,128.22c-0.82,0.82-1.64,1.64-2.46,2.46c0-0.41,0-0.82,0-1.23c0.41-0.41,0.82-0.82,1.23-1.23
526 C645.04,128.22,645.45,128.22,645.86,128.22z"/>
527 <path class="st10" d="M754.04,128.22c-0.19,0.93,0.61,2.35-1.23,2.46C752.99,129.75,752.2,128.33,754.04,128.22z"/>
528 <path class="st10" d="M648.32,128.22c-0.41,0-0.82,0-1.23,0c0-0.41,0-0.82,0-1.23c0.93,0.19,2.35-0.61,2.46,1.23
529 C649.14,128.22,648.73,128.22,648.32,128.22z"/>
530 <path class="st10" d="M652.01,173.71c0-0.82,0-1.64,0-2.46c1.84,0.1,1.04,1.53,1.23,2.46
531 C652.83,173.71,652.42,173.71,652.01,173.71z"/>
532 <path class="st10" d="M433.2,170.02c-0.1,1.84-1.53,1.04-2.46,1.23C430.84,169.41,432.27,170.2,433.2,170.02z"/>
533 <path class="st10" d="M660.61,172.48c-0.41,0.41-0.82,0.82-1.23,1.23C659.79,173.3,660.2,172.89,660.61,172.48z"/>
534 <path class="st10" d="M702.41,171.25c-0.41,0.41-0.82,0.82-1.23,1.23C701.59,172.07,702,171.66,702.41,171.25z"/>
535 <path class="st10" d="M720.85,170.02c0,0.41,0,0.82,0,1.23c-0.41,0-0.82,0-1.23,0C720.03,170.84,720.44,170.43,720.85,170.02z"/>
536 <path class="st10" d="M643.4,129.45c0,0.41,0,0.82,0,1.23c-0.41,0-0.82,0-1.23,0C642.58,130.27,642.99,129.86,643.4,129.45z"/>
537 <path class="st10" d="M722.08,156.5c0.34,0.27,0.68,0.55,1.02,0.82c-0.34,0.13-0.68,0.27-1.02,0.4
538 C722.08,157.32,722.08,156.91,722.08,156.5z"/>
539 <path class="st10" d="M720.85,154.04c0.41,0.41,0.82,0.82,1.23,1.23C721.67,154.86,721.26,154.45,720.85,154.04z"/>
540 <path class="st10" d="M645.86,128.22c-0.41,0-0.82,0-1.23,0c0.41-0.41,0.82-0.82,1.23-1.23
541 C645.86,127.4,645.86,127.81,645.86,128.22z"/>
542 <path class="st10" d="M652.01,130.68c-0.41,0-0.82,0-1.23,0c0-0.41,0-0.82,0-1.23C651.19,129.86,651.6,130.27,652.01,130.68z"/>
543 <path class="st10" d="M798.29,126.99c-0.41-0.41-0.82-0.82-1.23-1.23C797.47,126.18,797.88,126.59,798.29,126.99z"/>
544 <path class="st10" d="M645.86,128.22c0-0.41,0-0.82,0-1.23c0.41,0,0.82,0,1.23,0c0,0.41,0,0.82,0,1.23
545 C646.68,128.22,646.27,128.22,645.86,128.22z"/>
546 <path class="st10" d="M649.55,128.22c0.41,0.41,0.82,0.82,1.23,1.23c-0.41,0-0.82,0-1.23,0
547 C649.55,129.04,649.55,128.63,649.55,128.22z"/>
548 <path class="st10" d="M659.38,173.71c0,0.41,0,0.82,0,1.23c-0.41,0-0.82,0-1.23,0C658.56,174.53,658.97,174.12,659.38,173.71z"/>
549 <path class="st10" d="M652.01,173.71c0.41,0,0.82,0,1.23,0c0,0.41,0,0.82,0,1.23C652.83,174.53,652.42,174.12,652.01,173.71z"/>
550 <path class="st10" d="M723.31,129.45c-0.41,0.41-0.82,0.82-1.23,1.23C722.49,130.27,722.9,129.86,723.31,129.45z"/>
551 <path class="st10" d="M726.99,130.68c-0.41-0.41-0.82-0.82-1.23-1.23C726.17,129.86,726.58,130.27,726.99,130.68z"/>
552 <path class="st2" d="M963.01,606.41c0,9.42,0,18.85,0,28.27c-0.47,1.21,1.14,3.11-1.23,3.69c0-11.88-0.03-23.76,0.03-35.64
553 c0.01-1.69-0.16-2.53-2.23-2.52c-12.49,0.1-24.99,0.1-37.48,0c-2.19-0.02-2.15,1.03-2.14,2.59c0.04,10.04,0.03,20.07,0.01,30.11
554 c-0.01,2.94-0.04,2.99-2.89,2.99c-16.59,0.02-33.18,0.01-49.77,0.01c-5.1,0-5.11-0.01-5.11-5.08c0-60.01-0.03-120.03,0.04-180.04
555 c0.01-6.58-0.38-6.75-6.76-6.68c-12.9,0.13-25.81,0.04-38.71,0.04c-4.95,0-4.96-0.01-4.96-5.23c-0.01-4.71-0.17-9.43,0.04-14.13
556 c0.21-4.75-0.87-9.56,1.04-14.3c0.64-1.59-0.09-3.92-0.66-5.76c-0.45-1.45-0.65-2.47,0.29-3.84c0.59-0.87,0.37-2.28,0.52-3.45
557 c2.63-0.97,1.14-3.18,1.14-4.66c0.11-41.38,0.09-82.75,0.09-124.13c0-1.43-0.03-2.87,0.01-4.3c0.05-2.06,1.04-2.95,3.06-1.96
558 c1.59,0.78,3.17,0.31,4.76,0.9c1.8,0.67,4.29,0.76,6.03,0.03c3.53-1.49,6.69-1.62,10.14,0.04c1,0.48,2.96,0.6,3.54-0.01
559 c1.78-1.87,3.86-1.16,5.73-1.06c4.96,0.26,9.96-0.96,14.91,1.03c1.91,0.77,4.78,0.76,6.57-0.15c3.2-1.62,6.33-0.6,9.46-0.87
560 c0.81-0.07,2.02,1.33,2.51,1.07c4.43-2.41,9.14-0.85,13.68-1.06c6.75-0.3,13.52-0.04,20.27-0.1c2.76-0.02,3.02-0.7,3.88-3.37
561 c1.39-4.3,1.14-8.66,1.16-13.03c0.02-7.17,0.11-14.34-0.06-21.51c-0.05-2.2,0.49-2.73,2.7-2.7c11.67,0.13,23.35,0.05,35.03,0.07
562 c2.86,0,2.89,0.05,2.9,2.98c0.02,11.68,0.02,23.35-0.01,35.03c0,1.55-0.09,2.63,2.13,2.61c12.29-0.11,24.58-0.04,36.87-0.11
563 c0.53,0,1.06-0.77,1.59-1.18c0.41-0.41,0.82-0.82,1.23-1.23c-0.37,2.01,0.45,2.83,2.46,2.46c0,56.88,0,113.75,0,170.63
564 c0,15.34-0.1,30.69,0.03,46.03c0.13,15.4-2.13,30.72-1.29,46.14c0.15,2.67-0.03,2.71-3.13,2.72c-12.07,0.01-24.14,0.04-36.21-0.03
565 c-1.74-0.01-2.47,0.27-2.47,2.27c0.07,22.3,0.08,44.6,0,66.9c-0.01,2.11,0.9,2.2,2.54,2.19c8.59-0.06,17.19-0.03,25.78-0.03
566 c-0.02,1.69-1.31,1.21-2.19,1.21c-6.54,0.03-13.07,0.01-19.61,0.02c-5.23,0-5.23,0.01-5.24,5.53
567 C963.01,606,963.01,606.21,963.01,606.41z"/>
568 <path class="st10" d="M1004.81,262.21c-2.01,0.37-2.83-0.45-2.46-2.46c0-1.42,0-2.84,0-4.26c0-10.15,0.01-20.3,0-30.45
569 c-0.01-5.82-0.03-5.82-5.58-5.85c-1.83-0.01-3.65,0-5.48,0c-0.41,0-0.82,0-1.23,0c0.58-0.78,1.17-1.56,1.74-2.35
570 c0.84-1.16,1.65-1.57,2.68-0.15c0.12,0.16,1.05-0.25,1.59-0.44c1.79-0.61,3.25-2.64,5.3-1.91c2.34,0.84,3.34,3.22,4.45,5.27
571 c1.9,3.51,1.81,3.52-1.76,7.19c-0.34,0.36-0.32,1.65,0.04,1.99c0.8,0.77,2.47,1,2.8,1.84c0.83,2.12,1.44,4.44,1.54,6.71
572 c0.22,4.9,0.11,9.83,0.03,14.74c-0.01,0.82-0.58,1.63-0.89,2.44c0.98,0.1,1.96,0.3,2.94,0.3c12.29,0.02,24.57,0.07,36.86-0.03
573 c2.69-0.02,4.98,0.65,7.05,2.31c1.51,1.22,2.22,2.65,2.08,4.7c-0.13,1.95-0.37,3.5-2.56,4.15c-0.51,0.15-0.94,0.99-1.15,1.6
574 c-0.19,0.55-0.04,1.21-0.04,1.83c0,16.38-0.01,32.76,0.01,49.15c0,1.78-0.5,3.71,1.55,4.91c0.43,0.25,0.86,0.95,0.86,1.44
575 c0.07,4.98,2,9.78,1.33,14.86c-0.27,2.07-0.89,3.57-3.06,3.54c-1.78-0.02-2.03,0.76-1.93,2.19c0.07,1.02,0.01,2.05,0.01,3.07
576 c0,57.13,0,114.27,0,171.4c0,1.23-0.12,2.48,0.05,3.68c0.09,0.59,0.63,1.44,1.14,1.59c2.19,0.65,2.42,2.2,2.56,4.15
577 c0.14,2.05-0.57,3.48-2.08,4.7c-2.06,1.67-4.35,2.33-7.05,2.31c-12.9-0.09-25.8,0.02-38.7-0.1c-2.22-0.02-2.7,0.52-2.69,2.7
578 c0.1,18.43,0.06,36.86,0.06,55.29c0,1.01-0.09,2.05,0.13,3.02c0.95,4.12,0.92,4-2.47,5.98c-2.27,1.33-4.53,2.11-7.2,1.95
579 c-2.86-0.17-5.74-0.15-8.6-0.01c-2.93,0.14-5.84-0.49-8.79,1.05c-1.61,0.84-4.46,0.9-5.97,0c-3.24-1.93-5.97-0.51-8.9,0.15
580 c0-0.2,0-0.41,0-0.61c0.02-5.52,0.02-5.53,5.24-5.53c6.54-0.01,13.07,0.01,19.61-0.02c0.89,0,2.18,0.48,2.19-1.21
581 c2.25,0,4.5,0.06,6.75-0.02c2.2-0.07,4.39-0.27,6.58-0.41c0.06-2.02,0.18-4.04,0.18-6.06c0.01-18.83,0-37.66,0.02-56.49
582 c0-1.81-0.55-4.6,0.35-5.22c1.4-0.98,3.82-0.61,5.81-0.62c11.05-0.04,22.11-0.02,33.16-0.02c1.23,0,2.47,0.12,3.68-0.03
583 c2.13-0.26,3.67-2.04,3.7-4.11c0.02-1.23,0-2.46,0-3.68c0-15.76,0-31.52,0-47.28c0-15.56,0-31.11,0-46.67
584 c0-15.76-0.22-31.53,0.06-47.28c0.28-15.59-1.32-31.24,1.17-46.77c0-22.92,0.01-45.85-0.01-68.77c0-3.36-0.04-3.38-3.72-3.38
585 C1033.46,262.21,1019.14,262.21,1004.81,262.21z"/>
586 <path class="st10" d="M961.78,638.37c2.37-0.58,0.76-2.48,1.23-3.69c3.75,1.02,4.05,1.45,3.69,5.37c-0.18,1.92-2.26,4.27-4.09,4.44
587 c-1.22,0.12-2.45,0.02-3.68,0.02c-9.82,0-19.64-0.03-29.46,0.01c-4.09,0.02-4.54,0.45-4.55,4.48c-0.03,12.07,0,24.14-0.02,36.21
588 c-0.01,3.87-1.71,5.66-5.61,5.99c-1.22,0.1-2.45,0.02-3.68,0.02c-17.8,0-35.6,0-53.4,0c0-0.61,0-1.23,0-1.84
589 c0.04-4.27,0.04-4.3,4.04-4.3c15.97-0.01,31.93,0,47.9,0c5.84,0,5.84,0,5.84-5.57c0-13.71,0-27.43,0-41.14
590 C933.92,638.37,947.85,638.37,961.78,638.37z"/>
591 <path class="st10" d="M966.7,215.5c-1.74-1.08-2.45-2.67-2.48-4.69c-0.02-1.49-2.62-2.88-0.12-4.59c0.22-0.15-1-1.95-1.04-2.99
592 c-0.13-4.24-0.12-8.5,0-12.74c0.02-0.86,0.49-1.98,1.14-2.5c1.31-1.06,0.83-2.62,1.39-3.7c0.99-1.91-2.31-3.11-0.28-5.26
593 c0.91-0.96,0.15-3.5,0.15-5.32c0.41,0.52,1.21,1.07,1.17,1.56c-0.37,4.91,0.82,9.85-1.01,14.79c-0.93,2.5,0.73,6.08-0.41,8.35
594 c-1.15,2.27-0.37,3.7,0.36,5.15c0.75,1.51,1.64,2.35,0.07,4.06c-0.61,0.67-0.75,2.94,0.56,4.47
595 C966.84,212.82,966.56,214.34,966.7,215.5z"/>
596 <path class="st10" d="M928.59,170.02c-0.41,0-0.81,0.01-1.22,0c-3.66-0.09-3.67-0.09-3.7-3.34c-0.02-2.63,0.06-5.27-0.03-7.9
597 c-0.04-1.32,0.3-2.61-0.81-3.96c-0.69-0.83-0.8-3.15-0.14-3.88c1.49-1.68,0.5-3.49,1.03-5.1c0.76-2.35-2.51-3.89-0.82-6.64
598 c1.02-1.64,0.51-4.2,0.82-6.33c0.05-0.37,0.77-0.64,1.18-0.96c0,11.04-0.01,22.07,0,33.11c0,2.98,0.03,2.97,3.24,3.99
599 C928.38,169.08,928.45,169.67,928.59,170.02z"/>
600 <path class="st10" d="M910.15,126.99c-0.69,2.54-3.25,3.34-4.62,2.3c-2.91-2.21-5.15,0.08-7.67,0.16c0.86-1.07,1.67-2.2,2.63-3.18
601 c0.35-0.35,1.34-0.66,1.56-0.46C904.52,128.03,907.48,126.52,910.15,126.99z"/>
602 <path class="st10" d="M951.95,170.02c-3.28,0-6.56,0-9.83,0c0.32-0.41,0.63-1.16,0.96-1.17c2.64-0.1,5.28-0.1,7.91,0
603 C951.32,168.86,951.63,169.61,951.95,170.02z"/>
604 <path class="st10" d="M963.01,171.25c-2.37,0-4.74,0.07-7.1-0.06c-0.52-0.03-1-0.76-1.5-1.17c2.37,0,4.74-0.07,7.1,0.06
605 C962.03,170.1,962.51,170.84,963.01,171.25z"/>
606 <path class="st10" d="M937.2,170.02c-1.64,0-3.28,0-4.92,0C933.84,168.36,935.64,168.36,937.2,170.02z"/>
607 <path class="st10" d="M915.07,125.77c-0.48,0.41-0.92,1.09-1.45,1.17c-1.13,0.18-2.31,0.06-3.46,0.06
608 c0.48-0.41,0.92-1.09,1.45-1.17C912.74,125.64,913.91,125.77,915.07,125.77z"/>
609 <path class="st10" d="M923.68,126.99c-0.93-0.19-2.35,0.61-2.46-1.23C922.15,125.95,923.57,125.16,923.68,126.99z"/>
610 <path class="st10" d="M924.91,130.68c-1.84-0.1-1.04-1.53-1.23-2.46C925.52,128.33,924.72,129.75,924.91,130.68z"/>
611 <path class="st10" d="M964.24,172.48c-0.41-0.41-0.82-0.82-1.23-1.23C963.42,171.66,963.83,172.07,964.24,172.48z"/>
612 <path class="st10" d="M965.47,173.71c-0.41-0.41-0.82-0.82-1.23-1.23C964.65,172.89,965.06,173.3,965.47,173.71z"/>
613 <path class="st3" d="M961.78,638.37c-13.93,0-27.86,0-41.8,0c-2.06,0.22-1.18,1.83-1.19,2.82c-0.06,12.08-0.04,24.16-0.04,36.24
614 c0,1.43-0.06,2.87,0.02,4.3c0.08,1.44-0.17,2.17-1.94,2.17c-17.61-0.07-35.22-0.07-52.83,0c-1.95,0.01-1.8-1.03-1.8-2.29
615 c0.01-12.9,0.01-25.8,0.01-38.7c0-1.43,0.12-2.88-0.06-4.29c-0.07-0.54-0.76-1.15-1.32-1.42c-0.5-0.24-1.2-0.05-1.82-0.05
616 c-14.13,0-28.26-0.02-42.39,0.01c-4.25,0.01-4.8,0.57-4.81,4.85c-0.02,13.31,0,26.62-0.01,39.93c0,3.11-0.04,3.14-3.35,3.14
617 c-13.1,0.01-26.21-0.01-39.31,0.05c-0.98,0-2.6-0.87-2.82,1.19c-0.41,0-0.82,0-1.23,0c0-28.68,0-57.37,0-86.05
618 c14.74,0,29.49-0.02,44.23,0.03c1.67,0.01,2.79-0.13,2.5-2.22c-0.14-1.01-0.02-2.04-0.02-3.07c0-47.72,0-95.43,0-143.15
619 c0-1.02-0.11-2.06,0.02-3.07c0.29-2.09-0.83-2.22-2.5-2.22c-14.74,0.05-29.49,0.03-44.23,0.03c0-61.46,0-122.93,0-184.39
620 c15.57,0,31.14,0,46.71,0c2.68,1.22,1.15,3.56,1.15,5.26c0.1,43.32,0.08,86.64,0.08,129.96c-0.14,1.17,0.07,2.58-0.52,3.45
621 c-0.94,1.38-0.74,2.39-0.29,3.84c0.58,1.84,1.31,4.17,0.66,5.76c-1.91,4.74-0.83,9.54-1.04,14.3c-0.21,4.7-0.05,9.42-0.04,14.13
622 c0.01,5.22,0.01,5.22,4.96,5.23c12.9,0,25.81,0.09,38.71-0.04c6.38-0.06,6.77,0.1,6.76,6.68c-0.07,60.01-0.04,120.03-0.04,180.04
623 c0,5.07,0.01,5.08,5.11,5.08c16.59,0,33.18,0.01,49.77-0.01c2.85,0,2.88-0.05,2.89-2.99c0.02-10.04,0.03-20.07-0.01-30.11
624 c-0.01-1.57-0.05-2.61,2.14-2.59c12.49,0.11,24.99,0.1,37.48,0c2.07-0.02,2.23,0.83,2.23,2.52
625 C961.76,614.61,961.78,626.49,961.78,638.37z"/>
626 <path class="st3" d="M691.34,237.63c0-5.48-0.05-10.96,0.03-16.43c0.03-1.59-0.46-2.07-2.04-2.04c-5.48,0.09-10.95,0.03-16.43,0.03
627 c-0.41-1.26-1.33-2.6-1.13-3.76c0.51-3.02-0.97-3.57-3.45-4.03c-1.39-0.25-2.64-1.54-3.82-2.51c-0.87-0.72-1.52-1.12-2.57-0.28
628 c-0.88,0.71-1.89,1.45-2.95,1.68c-1.02,0.22-2.18-0.21-3.28-0.35c0.44-0.84,0.93-1.66,1.31-2.52c0.61-1.38,0.79-3.21,1.82-4.09
629 c1.98-1.7,1.35-2.7-0.22-4.01c-1.09-0.91-1.88-2.32-3.09-2.92c-1.15-0.58-2.71-0.59-4.03-0.43c-0.33,0.04-0.56,1.69-0.67,2.62
630 c-0.11,1.01-0.01,2.04-0.03,3.06c-0.05,2.66-0.06,2.66-3.68,2.8c0-8.6,0-17.21,0-25.81c0.82,0,1.64,0,2.46,0c0.41,0,0.82,0,1.23,0
631 c0,3.25-0.03,6.51,0.04,9.76c0.01,0.44,0.55,0.87,0.85,1.3c0.52-0.41,1.05-0.82,1.57-1.23c0.41,0,0.82,0,1.23,0
632 c1.6-0.41,3.19-0.93,4.81-1.2c2.76-0.47,3.08-0.93,2.13-3.54c-0.31-0.86-0.53-1.75-0.79-2.63c0.41-0.41,0.82-0.82,1.23-1.23
633 c0.41,0,0.82,0,1.23,0c1.23,0,2.46,0,3.69,0c2.02,5.29,6.54,0.53,9.61,2.33c1.51,0.89,3.37-0.24,3.92-2.33c1.64,0,3.28,0,4.92,0
634 c2.05,0,4.1,0,6.15,0c0.51,0.41,1.12,0.74,1.52,1.25c0.54,0.69,1.17,2.21,1.34,2.15c1.37-0.49,1.84,1.98,3.42,0.86
635 c1.19-0.84,3.09-0.87,3.98-1.87c1.75-1.98,3.09,1.01,4.48,0.05c1.53-1.05,3.16-1.35,4.94-1.2c2,1.77,4.14,1.77,6.15,0
636 c1.23,0,2.46,0,3.69,0c1.78-0.15,3.47,0.06,4.92,1.23c0,9.96-0.03,19.92,0.01,29.88c0.02,4.06,0.46,4.51,4.46,4.52
637 c9.96,0.04,19.92,0.03,29.88,0c1.79-0.01,3.52,0.03,4.98,1.25c0,14.75,0,29.5,0,44.25c-0.41,0-0.82,0-1.23,0
638 c-7.79,0-15.57,0-23.36,0c-0.32-0.41-0.62-1.15-0.97-1.17c-1.62-0.13-3.25-0.06-4.88-0.06c-13.23,0-26.46-0.03-39.7,0.04
639 c-1.75,0.01-2.48-0.3-2.44-2.28c0.13-6.31,0.06-12.62,0.03-18.93C692.55,238.93,693.02,237.64,691.34,237.63z"/>
640 <path class="st3" d="M645.86,438.59c0-13.72,0.03-27.43-0.03-41.15c-0.01-1.69,0.16-2.53,2.23-2.51c14.53,0.09,29.07,0.09,43.6,0
641 c2.14-0.01,2.17,0.96,2.17,2.57c-0.03,27.84-0.04,55.68,0.01,83.53c0,1.69-0.16,2.53-2.22,2.51c-14.53-0.09-29.07-0.09-43.6,0
642 c-2.14,0.01-2.17-0.96-2.17-2.57C645.88,466.84,645.86,452.72,645.86,438.59z"/>
643 <path class="st3" d="M436.89,438.66c0,14.12-0.02,28.24,0.03,42.36c0.01,1.7-0.17,2.52-2.23,2.51
644 c-14.12-0.09-28.24-0.06-42.36-0.03c-1.39,0-2.47-0.09-2.16-1.91c0.03-0.2,0-0.41,0-0.61c0-13.71,0.92-27.5-0.26-41.11
645 c-1.17-13.38-0.5-26.7-0.96-40.03c-0.04-1.23,0.09-2.47-0.03-3.68c-0.18-1.76,0.3-2.47,2.27-2.46c14.32,0.09,28.65,0.04,42.97,0.05
646 c2.67,0,2.71,0.05,2.71,3.16C436.89,410.83,436.89,424.75,436.89,438.66z"/>
647 <path class="st6" d="M663.07,179.85c-0.41,0-0.82,0-1.23,0c-0.41,0.41-0.82,0.82-1.23,1.23c-0.78,0.58-2.28,1.25-2.22,1.71
648 c0.34,2.53-1.74,3.03-3.05,4.21c-0.4,0.36-0.59,0.96-0.88,1.46c-0.41,0-0.82,0-1.23,0c-2.34-1.51-1.09-3.76-1.03-5.67
649 c0.06-1.83,0.28-1.82-1.43-4.17c-0.41,0-0.82,0-1.23,0c-0.31-0.41-0.62-0.82-0.93-1.23c-0.51,0.41-1.02,0.82-1.53,1.23
650 c0,8.6,0,17.21,0,25.81c0,2.46,0,4.92,0,7.38c-2.06-0.22-1.18-1.83-1.19-2.82c-0.07-9.42-0.03-18.84-0.05-28.25
651 c-0.01-3.31-0.04-3.34-3.15-3.34c-13.31-0.01-26.62,0.05-39.93-0.06c-2.3-0.02-4.88,0.99-6.89-1.15c-0.19-0.2-0.83-0.14-1.19-0.01
652 c-4.99,1.7-9.88,1.77-15.02,0.17c-1.4-0.44-3.5,1.17-5.58,1.1c-5.73-0.18-11.47,0-17.2-0.1c-1.71-0.03-3.68,0.81-5.09-1.1
653 c-0.22-0.3-1.27-0.29-1.75-0.05c-5.02,2.41-10.33,1.1-15.48,1.12c-31.94,0.15-63.88,0.07-95.82,0.08c-3.05,0-3.28,0.05-3.05,2.77
654 c0.33,3.93-1.29,8.05,1.14,11.81c0.28,0.43-0.14,1.27,0.07,1.81c1.01,2.55-3.39,5.07-0.03,7.59c0,3.07,0,6.14,0,9.21
655 c0,2.87,0,5.73,0,8.6c-13.1,0-26.21-0.02-39.31,0.02c-1.99,0.01-4.41-0.36-5.82,0.62c-0.9,0.62-0.34,3.41-0.35,5.22
656 c-0.02,10.44-0.01,20.88-0.01,31.33c0,5.84,0,5.84-5.57,5.84c-20.68,0-41.36,0-62.04,0c-1.1-0.08-2.49,0.52-2.48-1.58
657 c0.05-13.49,0.02-26.98,0.08-40.47c0-0.33,0.77-0.65,1.18-0.97c0,11.87-0.02,23.75,0.02,35.62c0.01,1.99-0.48,4.78,0.59,5.75
658 c1.13,1.04,3.84,0.41,5.86,0.41c16.79,0.02,33.57,0.02,50.36,0c3.45,0,6.91-0.12,10.36-0.18c0.14-3.63,0.29-7.25,0.43-10.88
659 c0-0.82,0-1.64,0-2.46c0-7.79,0-15.57,0-23.36c0-1.01-0.03-2.03,0-3.04c0.11-3.55,0.73-4.26,4.04-4.32c3.24-0.06,6.49,0,9.73-0.02
660 c1.4-0.01,3.27,0.46,4.1-0.26c2.07-1.76,4.62-1.43,6.27-0.79c4.32,1.66,8.64,0.73,12.94,1.04c1.88,0.13,3.88-0.42,5.5,1.05
661 c0.14-0.35,0.28-0.69,0.43-1.04c0.41,0,0.82,0,1.23,0c0.41-0.41,0.82-0.82,1.23-1.23c0-1.64,0-3.28,0-4.92
662 c-0.04-2.72,0.48-5.62-2.46-7.38c0-0.41,0-0.82,0-1.23c-0.47-1.21,1.14-3.11-1.23-3.69c0.01-2.52,2.09-4.7,1.23-7.38
663 c0.41-0.41,0.82-0.82,1.23-1.23c0-3.69,0-7.38,0-11.06c-0.18-0.23-0.57-1.06-0.9-1.15c-0.38-0.11-1.39,0.47-1.8,0.6
664 c-1.39,0.43-2.79,0.38-4.18,0.7c-2.48,0.57-1.13,3.52,0.03,4.63c0.66,0.63,1.04,1.91,0.02,2.42c-1.22,0.61-1.88-0.77-2.45-1.58
665 c-1.24-1.74-2.82-5.08-5.47-4.39c-1.81-4.4-5.52-2.55-8.27-2c-3.79,0.75-7.64,1.14-11.4,2c-0.1-1.84-1.53-1.04-2.46-1.23
666 c-1.23,0-2.46,0-3.69,0c-0.93,0.19-2.35-0.61-2.46,1.23c-0.82,0-1.64,0-2.46,0c-0.51-0.41-1-1.16-1.52-1.17
667 c-3.18-0.11-6.36-0.06-9.54-0.06c-1.23,0-2.46,0-3.69,0c-2.03,0-4.08-0.16-6.09,0.04c-2.09,0.21-4.14,0.78-6.2,1.19
668 c-0.1-1.84-1.53-1.04-2.46-1.23c-0.1-1.84-1.53-1.04-2.46-1.23c-0.41-0.41-0.82-0.82-1.23-1.23c0.41,0,0.82,0,1.23,0
669 c24.36,0,48.72,0,73.08,0c4.35,0,4.36-0.02,4.36-4.59c0.01-11.87-0.02-23.75,0.04-35.62c0.01-0.98-0.87-2.6,1.19-2.82
670 c0,13.51-0.01,27.02,0.01,40.53c0,2.53,1.01,3.41,3.23,2.16c2.17-1.22,4.2-1.15,6.26-0.56c3.7,1.07,7.17,2.01,10.51-1.12
671 c0.78-0.73,2.72-0.57,4.01-0.27c0.84,0.19,1.36,1.72,2.22,1.97c0.97,0.28,2.16-0.21,3.26-0.36c-0.4-1.26,2.08-2.61-0.17-3.84
672 c-0.69-0.38-1.14-1.15-1.8-1.6c-0.45-0.31-1.07-0.37-1.61-0.54c0.45-0.24,0.92-0.44,1.34-0.72c2.71-1.81,5.52-1.66,8.44-0.58
673 c1.63,0.6,3.18-0.1,3.64-1.52c1.25-3.83,1.25-3.9,4.92-4c1.3-0.03,2.24-0.96,3.2-1.13c2.68-0.46,5.39-0.13,8.14-1.16
674 c1.26-0.47,3.36,1.38,5.12,2.06c0.47,0.18,1.29,0.14,1.6-0.16c0.32-0.3,0.48-1.3,0.23-1.57c-1.5-1.68-2.4-3.53-2.31-5.82
675 c0.07-1.84,1.43-3.67,2.64-3.28c1.35,0.43,2.43,1.36,2.28,3.07c-0.04,0.41,0.02,0.82-0.01,1.23c-0.14,1.74,0.99,2.82,2.36,2.93
676 c1.51,0.12,2.24-1.13,2.62-2.7c0.39-1.63,1.1-3.25,2-4.67c0.38-0.59,1.64-0.94,2.45-0.87c3.94,0.34,4.82-0.5,3.41-3.92
677 c-0.43-1.04-0.96-2.2,0.18-2.4c3.14-0.55,2.97-2.69,3-4.95c0.01-0.43,0.51-1.14,0.89-1.21c0.46-0.09,1.41,0.29,1.47,0.6
678 c0.36,1.89,2.35,3.9,1.18,5.54c-2.13,2.97-0.4,5,0.77,7.39c1.31,2.67,0.79,3.46-2.08,3.61c-1,0.05-2.02,0.03-3.01,0.18
679 c-0.21,0.03-0.44,0.64-0.46,0.99c-0.02,0.35,0.16,0.97,0.37,1.02c0.76,0.19,1.85-0.1,2.3,0.33c1.73,1.67,3.01,1.41,4.45-0.37
680 c0.71-0.88,1.89-1.38,2.75-2.16c0.49-0.44,1.17-1.16,1.09-1.64c-0.47-2.96,0.66-5.12,2.99-6.78c1.04-0.74,0.45-1.28-0.21-1.73
681 c-1.59-1.08-1.47-2.46,0.1-2.95c2.1-0.66,3.17-2.32,4.69-3.55c0.41-0.33,1.31-0.68,1.57-0.48c1.12,0.86,2.3,1.8,3.01,2.97
682 c0.28,0.46-0.81,1.6-0.91,2.48c-0.07,0.59,0.37,1.62,0.84,1.82c7.07,2.89,7.27,2.82,8.77,8.54c0.44,1.66,0.66,3.61,2.27,3.62
683 c1.24,0.01,2.77-1.49,3.63-2.71c0.48-0.68,0.21-2.36-0.33-3.2c-0.87-1.35-2.27-2.34-3.37-3.54c-0.27-0.3-0.48-1.13-0.34-1.24
684 c1.22-0.94,1.79-2.78,3.8-2.67c1.95,0.1,2.96,1.2,3.02,2.95c0.07,1.99,1.17,2.74,2.82,3.23c1.08,0.32,2.11,0.82,3.18,1.21
685 c2.42,0.88,3.21,2.21,2.45,4.48c-0.47,1.43-1.2,2.78-1.69,4.21c-0.22,0.65-0.17,1.39-0.23,2.09c0.96,0.05,2.05,0.39,2.86,0.06
686 c0.87-0.37,1.59-1.29,2.18-2.11c0.98-1.36,2.28-1.42,3.76-1.37c2.17,0.08,2.52,0.22,1.22,2.42c-1.16,1.97,0.07,2.75,1.09,3.39
687 c1.61,1.02,3.82-0.19,5.58,1.47c0.8,0.75,2.77-1.68,2.68-3.22c-0.11-1.84-0.13-3.69,0.06-5.52c0.04-0.38,1.61-1.02,1.69-0.93
688 c1.08,1.37,3.4,2.01,3.08,4.19c-0.24,1.63,1.53,4.31-1.99,4.65c-0.17,0.02-0.5,1.18-0.3,1.55c0.21,0.37,0.99,0.54,1.53,0.57
689 c0.29,0.02,0.71-0.37,0.91-0.69c1.45-2.26,3.23-1.72,4.91-0.47c2.31,1.7,4.21,1.63,6.16-0.62c0.5-0.58,1.99-0.83,2.71-0.51
690 c0.55,0.24,0.64,1.61,0.87,2.49c0.45,1.71-0.91,2.5-1.8,3.56c-0.2,0.24-0.13,0.94,0.08,1.25c0.29,0.43,0.83,0.7,1.27,1.03
691 c0.95-1.54,2.49-1.02,3.85-1.08c2.97-0.12,2.97-0.11,1.79-2.83c-0.9-2.08-0.16-4.3,2.1-6.29c1.5-1.32,2.03-1.1,2.57,1.07
692 c0.57,2.3,0.85,2.44,2.49,1.24c0.33-0.24,0.54-0.65,0.88-0.84c0.66-0.37,1.37-0.64,2.06-0.96c0.24,0.9,0.98,2.24,0.63,2.64
693 c-1.53,1.76-1.2,3.76-1.1,5.7c0.1,1.86,2.31,3.55,3.77,2.59c1.72-1.13,3.38-0.84,5.08-1.19c0.78-0.16,1.38-1.22,2.07-1.87
694 c-0.75-0.17-1.6-0.17-2.22-0.55c-1.16-0.71-2.25-1.59-3.24-2.52c-0.37-0.34-0.63-1.12-0.5-1.56c0.11-0.37,0.86-0.71,1.36-0.77
695 c4.88-0.53,9.1,1.38,13.2,3.67c0.41,0.23,0.78,0.52,1.17,0.79c-0.55,0.15-1.13,0.24-1.65,0.45c-0.64,0.26-1.67,0.53-1.78,0.97
696 c-0.34,1.45,0.76,1.58,1.86,1.47c1.47-0.14,2.66,0.12,3.8,1.3c0.7,0.73,2.07,1.03,3.17,1.11c3.34,0.25,3.38,0.17,3.38-3.07
697 c0.01-13.3,0.01-26.61,0.01-39.91c2.06,0.22,1.18,1.83,1.19,2.81c0.06,10.85,0.04,21.69,0.04,32.54c0,1.02,0,2.05,0,3.07
698 c0.02,4.58,0.02,4.59,4.36,4.6c15.55,0.01,31.11,0,46.66,0c1.84,0,3.68,0,5.53,0c0.01,1.67,1.28,1.21,2.17,1.21
699 c4.86,0.04,9.73,0.16,14.59-0.06c1.71-0.08,3.25,1.67,4.97,0.3c0.13,1.57,0.26,3.13,0.4,4.7c-1.45-1.16-3.14-1.38-4.92-1.23
700 c-1.24-1.68-2.45-1.68-3.69,0c-2.05,0-4.1,0-6.15,0c-0.01-1.65-1.27-1.21-2.15-1.21c-5.84-0.03-11.68-0.02-17.52-0.02
701 c-2.05,0-4.1,0-6.15,0c-1.56-1.66-3.36-1.66-4.92,0c-1.46-0.87-2.68,2.1-4.51,0.14c-0.51-0.55-2.92-0.73-4.33,0.65
702 c-1.75,1.71-2.86-1.93-4.67-0.79C665.52,178.17,664.31,178.17,663.07,179.85z M538.13,163.85c2.38,0.1,4.09-0.82,4.47-2.08
703 c0.57-1.85-0.31-4.28-2.37-5.75c-1.8-1.29-2,1.05-3,1.6c-1.35,0.74-2.55,1.73-3.86,2.55c-0.8,0.5-1.76,0.78-2.49,1.36
704 c-0.37,0.3-0.63,1.11-0.5,1.55c0.12,0.37,0.97,0.84,1.35,0.74C534.09,163.14,536.39,162.68,538.13,163.85z M588.77,174.44
705 c0.82-1.05,1.64-1.62,1.71-2.27c0.16-1.66-1.38-3.74-2.34-3.27c-0.98,0.48-2.12,1.8-2.13,2.76
706 C586,172.46,587.54,173.27,588.77,174.44z M561.69,164.14c-0.86-0.8-1.36-1.5-1.57-1.42c-0.58,0.22-1.11,0.7-1.48,1.22
707 c-0.09,0.12,0.57,1.1,0.88,1.1C560.11,165.03,560.68,164.59,561.69,164.14z M469.92,171.15c-0.46,0.3-0.77,0.51-1.08,0.71
708 c0.51,0.2,1.01,0.52,1.53,0.57c0.28,0.03,0.62-0.37,0.93-0.57C470.82,171.61,470.33,171.36,469.92,171.15z M517.58,166.15
709 c0.16-0.16,0.3-0.3,0.44-0.44c-0.59-0.3-0.73-0.5-1.23,0C517.06,165.86,517.32,166.01,517.58,166.15z"/>
710 <path class="st13" d="M540.84,599.03c9.81,0,19.62-0.01,29.43,0c2.33,0,3.88,1.26,4.27,3.53c0.14,0.79,0.02,1.63,0.02,2.45
711 c0,9.6,0.03,19.21-0.01,28.81c-0.02,4.1-0.43,4.52-4.5,4.53c-19.21,0.03-38.42,0.03-57.63,0c-3.46,0-4.22-0.75-4.23-4.18
712 c-0.04-11.04,0.01-22.07-0.05-33.11c-0.01-1.57,0.41-2.08,2.03-2.07C520.4,599.07,530.62,599.03,540.84,599.03z"/>
713 <path class="st13" d="M541.34,541.26c-10.23,0-20.46-0.03-30.68,0.03c-1.68,0.01-2.54-0.15-2.52-2.22c0.1-11.25,0.1-22.5,0-33.75
714 c-0.02-2.1,0.89-2.2,2.54-2.19c19.84,0.04,39.69,0.02,59.53,0.04c3.57,0,4.33,0.7,4.35,4.07c0.05,10.64-0.05,21.28,0.07,31.91
715 c0.02,2.2-1.04,2.14-2.6,2.13C561.79,541.24,551.56,541.26,541.34,541.26z"/>
716 <path class="st14" d="M322.56,219.19c-0.41,0.32-1.18,0.65-1.18,0.97c-0.06,13.49-0.03,26.98-0.08,40.47
717 c-0.01,2.1,1.38,1.5,2.48,1.58c0,0.41,0,0.82,0,1.23c-1.03,0.12-2.51-0.56-2.47,1.45c0.04,1.97,0.01,3.95,0.01,5.92
718 c0,0.41,0,0.82,0,1.23c0,3.69,0,7.38,0,11.06c0,3.28,0,6.56,0,9.83c0,2.46,0,4.92,0,7.38c0,1.23,0,2.46,0,3.69
719 c0,0.82,0,1.64,0,2.46c0,1.23,0,2.46,0,3.69c0,0.82,0,1.64,0,2.46c0,44.25,0,88.51,0,132.76c-0.18,0.87,0.59,2.23-0.96,2.42
720 c-1.4,0.17-2.84,0.04-4.27,0.04c-14.65,0-29.3,0-43.95,0c0.22-2.06,1.83-1.18,2.82-1.19c13.11-0.06,26.21-0.04,39.32-0.04
721 c1.23,0,2.46-0.07,3.68,0.02c1.45,0.1,2.33-0.18,2.15-1.95c-0.15-1.42-0.03-2.86-0.03-4.3c0-59.39,0-118.78,0-178.16
722 c0-12.26,0.03-24.52-0.01-36.78c-0.02-7.01,1.76-13.87,1.33-20.95c-0.43-7.13-0.1-14.3-0.1-21.45c0-1.43,0.13-2.88-0.07-4.28
723 c-0.07-0.5-0.87-1.22-1.41-1.29c-1.41-0.18-2.85-0.06-4.28-0.06c-30.45,0-60.9,0-91.35,0c1.22-2.68,3.55-1.15,5.26-1.15
724 c42.09-0.1,84.18-0.08,126.27-0.08c0.41,0.41,0.82,0.82,1.23,1.23c0,0.41,0,0.82,0,1.23c0,11.66,0.01,23.32,0,34.98
725 c0,4.33-0.02,4.34-4.6,4.35c-9.21,0.01-18.41-0.01-27.62,0.02C323.88,217.98,322.58,217.5,322.56,219.19z"/>
726 <path class="st13" d="M693.8,600.26c0,27.22,0,54.45,0,81.67c0,4.35,0.02,4.37,4.58,4.37c8.39,0.01,16.79-0.01,25.18,0.02
727 c0.89,0,2.18-0.48,2.2,1.21c-9.21,0-18.43,0-27.64,0c-5.54,0-5.55,0-5.55-5.25c0-16.99,0-33.99,0-50.98c0-9.01,0-18.02,0-27.03
728 c0-5.24-0.01-5.24-5.56-5.24c-13.31,0-26.62,0-39.93,0c0.22-2.05,1.83-1.18,2.81-1.19c11.86-0.06,23.72-0.04,35.57-0.04
729 c1.23,0,2.47-0.12,3.68,0.03c2.07,0.26,2.23-0.81,2.22-2.49c-0.06-12.06-0.04-24.12-0.03-36.19c0-3.08,0.04-3.13,2.73-3.14
730 c10.22-0.02,20.45,0.05,30.67-0.05c1.98-0.02,2.29,0.7,2.28,2.45c-0.07,10.84-0.04,21.67-0.04,32.51c0,1.23-0.16,2.48,0.04,3.67
731 c0.22,1.29,0.78,2.53,1.19,3.79c-1.75,0.21-3.49,0.6-5.24,0.62c-9,0.06-17.99,0.02-26.99,0.05
732 C695.11,599.06,693.82,598.57,693.8,600.26z"/>
733 <path class="st13" d="M392.63,597.81c-1.21,0.47-3.11-1.14-3.69,1.23c-10.65,0-21.31,0-31.96,0c0.24-1.9-0.77-4.06,1.16-5.61
734 c-2.19-1.75-0.72-3.31-0.08-5.21c0.41-1.19-1-2.88-1.02-4.36c-0.12-8.19-0.02-16.39-0.09-24.58c-0.01-1.57,0.41-2.09,2.04-2.08
735 c10.04,0.07,20.08,0.08,30.11-0.01c1.91-0.02,2.36,0.58,2.34,2.4c-0.08,10.86-0.03,21.71-0.05,32.57
736 C391.39,594.15,391.2,596.15,392.63,597.81z"/>
737 <path class="st2" d="M321.33,445.38c0-44.25,0-88.51,0-132.76c2.39,0.43,1.16,2.3,1.17,3.43c0.09,16.58,0.01,33.16,0.11,49.74
738 c0.02,3.11-0.98,6.43,1.15,9.34c0.2,0.27,0.14,0.84,0.01,1.2c-0.7,1.93-2.1,3.49-0.14,5.87c1.16,1.4-0.71,4.31,1.33,6.18
739 c0.39,0.36,0.35,1.92-0.06,2.3c-1.85,1.7-0.76,3.83-1.12,5.72c-0.33,1.69-0.92,3.33-1.19,5.02c-0.56,3.61,0.59,7.01,1.48,10.43
740 c0.29,1.1,1.22,2.48,0.85,3.24c-1.66,3.46-1.74,6.71,0.03,10.12c0.22,0.42-0.77,1.34-0.79,2.04c-0.02,0.84,0.34,1.71,0.65,2.52
741 c0.13,0.34,0.55,0.57,0.84,0.84c0.2-0.33,0.57-0.65,0.57-0.98c0.04-4.5,0.02-9.01,0.03-13.51c0.01-1.76-0.25-3.55,1.19-5.05
742 c0.62-0.65,1.07-1.64,1.23-2.53c0.51-2.88,0.86-5.79,1.27-8.69c0.16-1.16,0.13-2.4,0.54-3.46c0.24-0.61,1.14-1.16,1.84-1.3
743 c0.33-0.07,0.88,0.88,1.3,1.4c0.37,0.45,0.97,0.91,1.01,1.41c0.16,1.83,0.33,3.97,2.3,4.32c1.23,0.22,2.83-0.94,4.07-1.77
744 c1.06-0.71,1.77-0.7,2.56,0.2c0.79,0.9,2.27,1.85,2.21,2.7c-0.15,2.26,1.35,3.24,2.56,4.53c2.26,2.4,4.43,5,8.1,1.96
745 c0.29-0.24,1.77,0.63,2.4,1.28c0.38,0.39,0.51,1.57,0.2,1.99c-0.65,0.88-1.45,2.26-2.87,1.3c-0.93-0.63-1.59-1.49-1.64,0.43
746 c-0.09,3.56,0.24,7.11-1.2,10.56c-1.32,3.19-3.27,3.95-5.66,1.36c-2.21-2.4-6.35-2.82-6.94-6.81c-1.52,0.05-3.14-0.22-4.52,0.24
747 c-1.41,0.47-2.65,1.57-3.84,2.55c-0.56,0.46-1.04,1.23-1.18,1.94c-0.51,2.68-0.86,5.38-1.27,8.08c-0.24,1.54-3.04,2.39-3.35,1.11
748 c-0.97-3.9-2.63-0.51-2.63-0.18c-0.01,1.7-2.91,3.19-0.25,5.22C324.52,439.51,323.38,441.91,321.33,445.38z"/>
749 <path class="st6" d="M647.09,211.81c0-2.46,0-4.92,0-7.38c3.63-0.14,3.63-0.14,3.68-2.8c0.02-1.02-0.08-2.05,0.03-3.06
750 c0.1-0.93,0.34-2.58,0.67-2.62c1.33-0.16,2.88-0.15,4.03,0.43c1.21,0.61,2,2.01,3.09,2.92c1.57,1.31,2.21,2.3,0.22,4.01
751 c-1.02,0.88-1.2,2.71-1.82,4.09c-0.38,0.86-0.87,1.68-1.31,2.52c1.1,0.14,2.26,0.57,3.28,0.35c1.06-0.23,2.07-0.97,2.95-1.68
752 c1.05-0.84,1.7-0.44,2.57,0.28c1.18,0.98,2.44,2.26,3.82,2.51c2.48,0.45,3.97,1.01,3.45,4.03c-0.2,1.16,0.72,2.5,1.13,3.76
753 c-3.28,0-6.56,0-9.83,0c-0.14-0.75-0.03-1.95-0.45-2.18c-1.97-1.06-4.08-1.86-6.15-2.72c-0.1-0.04-0.31,0.19-0.47,0.29
754 c-3.68,2.26-3.65,2.22-6.67,0.14c-0.58-0.4-1.48-0.31-2.23-0.45C647.09,213.45,647.09,212.63,647.09,211.81z"/>
755 <path class="st15" d="M763.87,262.21c0.41,0,0.82,0,1.23,0c0,61.46,0,122.93,0,184.39c-0.41-0.32-1.15-0.63-1.17-0.97
756 c-0.12-1.83-0.06-3.68-0.06-5.52C763.87,380.81,763.87,321.51,763.87,262.21z"/>
757 <path class="st16" d="M323.79,263.44c0-0.41,0-0.82,0-1.23c20.68,0,41.36,0,62.04,0c5.57,0,5.57,0,5.57-5.84
758 c0-10.44-0.01-20.88,0.01-31.33c0-1.81-0.55-4.6,0.35-5.22c1.41-0.98,3.83-0.61,5.82-0.62c13.1-0.04,26.21-0.02,39.31-0.02
759 c-0.22,2.05-1.83,1.18-2.81,1.19c-11.85,0.06-23.7,0.04-35.54,0.04c-1.23,0-2.47,0.12-3.67-0.03c-2.01-0.25-2.27,0.72-2.26,2.45
760 c0.07,11.64,0.03,23.29,0.03,34.93c0,1.43,0.13,2.88-0.07,4.28c-0.07,0.52-0.84,1.26-1.37,1.33c-1.41,0.19-2.85,0.06-4.28,0.06
761 C365.87,263.44,344.83,263.44,323.79,263.44z"/>
762 <path class="st17" d="M765.1,600.26c0,28.68,0,57.37,0,86.05c-1.68-0.02-1.21-1.31-1.21-2.19c-0.03-5.71-0.02-11.43-0.02-17.14
763 c0-22.24,0-44.48,0-66.72C764.28,600.26,764.69,600.26,765.1,600.26z"/>
764 <path class="st15" d="M691.34,237.63c1.68,0.01,1.21,1.3,1.21,2.18c0.03,6.31,0.1,12.62-0.03,18.93c-0.04,1.97,0.7,2.28,2.44,2.28
765 c13.23-0.06,26.46-0.04,39.7-0.04c1.63,0,3.26-0.07,4.88,0.06c0.35,0.03,0.65,0.76,0.97,1.17c-15.49,0-30.99-0.04-46.48,0.05
766 c-2.05,0.01-2.82-0.27-2.76-2.62C691.47,252.31,691.34,244.97,691.34,237.63z"/>
767 <path class="st3" d="M647.09,214.27c0.75,0.14,1.66,0.05,2.23,0.45c3.03,2.08,3,2.12,6.67-0.14c0.16-0.1,0.37-0.33,0.47-0.29
768 c2.07,0.86,4.18,1.66,6.15,2.72c0.42,0.23,0.32,1.43,0.45,2.18c-4.67,0-9.34,0.1-14-0.03
769 C645.89,219.06,645.23,217.26,647.09,214.27z"/>
770 <path class="st16" d="M321.33,292.95c0-3.28,0-6.56,0-9.83c0.41,0.32,1.16,0.63,1.17,0.96c0.1,2.64,0.1,5.28,0,7.91
771 C322.5,292.32,321.74,292.63,321.33,292.95z"/>
772 <path class="st16" d="M321.33,304.01c0-1.23,0-2.46,0-3.69C323.02,301.56,323.02,302.77,321.33,304.01z"/>
773 <path class="st16" d="M321.33,310.16c0-1.23,0-2.46,0-3.69C323.02,307.7,323.02,308.92,321.33,310.16z"/>
774 <path class="st16" d="M321.33,272.05c0-0.41,0-0.82,0-1.23c0.34,0.27,0.68,0.55,1.02,0.82
775 C322.01,271.78,321.67,271.91,321.33,272.05z"/>
776 <path class="st18" d="M725.76,687.54c0.41,0.32,1.18,0.65,1.18,0.97c0.06,16.15,0.06,32.31,0,48.46c0,0.33-0.77,0.65-1.18,0.97
777 C725.76,721.14,725.76,704.34,725.76,687.54z"/>
778 <path class="st16" d="M356.98,599.03c10.65,0,21.31,0,31.96,0c0,1.23,0,2.46,0,3.69c-2.14-2.44-2.14-2.45-5.54-2.46
779 c-8.09-0.01-16.17,0.01-24.26-0.02C358.26,600.24,356.99,600.69,356.98,599.03z"/>
780 <path class="st6" d="M355.75,176.17c-42.09,0-84.18-0.02-126.27,0.08c-1.71,0-4.04-1.53-5.26,1.15c-18.02,0-36.04-0.02-54.05,0.03
781 c-1.65,0-2.56-0.09-2.54-2.2c0.1-14.13,0.1-28.26,0-42.38c-0.01-2.11,0.91-2.19,2.55-2.19c20.47,0.04,40.95,0.03,61.42,0.03
782 c39.25,0,78.51,0,117.76,0c1.02,0,2.04-0.01,3.07,0c3.29,0.04,3.32,0.04,3.33,3.16c0.01,13.7,0.01,27.4,0.01,41.09
783 C355.75,175.35,355.75,175.76,355.75,176.17z"/>
784 <path class="st3" d="M122.19,219.19c0-0.41,0-0.82,0-1.23c0.14-0.35,0.19-0.87,0.45-1.02c2.68-1.6,5.68-1.79,8.61-1.37
785 c2.79,0.4,4.23-1.33,5.46-3.07c0.76-1.07,0.38-2.59-0.9-3.74c-1.33-1.2-1.56,0.47-2.3,0.68c-1.44,0.4-2.73,1.28-4.11,1.92
786 c-1.23,0.57-6.3-0.88-6.65-2.15c-0.47-1.69-0.45-3.53-0.49-5.31c0-0.22,0.99-0.72,1.44-0.63c0.91,0.18,2.31,0.45,2.54,1.06
787 c0.97,2.51,2.75,2.89,5.05,2.59c1.38-0.18,3.28,0.27,4.04-0.48c1.3-1.29-0.25-2.78-0.77-4.21c-0.4-1.08-0.11-2.43-0.07-3.66
788 c0.06-2.11-1.53-1.55-2.55-1.42c-0.68,0.08-1.37,0.75-1.88,1.32c-2.48,2.71-2.69,2.8-5.44,1.65c-2.36-0.99-2.4-0.99-2.41-3.19
789 c-0.03-5.53,0.02-11.06-0.03-16.59c-0.01-1.33,0.48-1.71,1.77-1.71c13.11,0.04,26.22,0.05,39.33-0.02
790 c1.73-0.01,1.98,0.67,1.97,2.14c-0.04,12.09-0.07,24.17,0.02,36.26c0.02,2.06-0.81,2.24-2.51,2.24
791 C149.24,219.16,135.71,219.19,122.19,219.19z"/>
792 <path class="st3" d="M76.71,221.65c0-0.41,0-0.82,0-1.23c14.34,0,28.68,0,43.02,0c0,11.87,0.01,23.75,0,35.62
793 c0,3.67-0.03,3.69-3.4,3.71c-4.5,0.02-9.01-0.1-13.51,0.04c-2.93,0.09-5.83-0.47-8.8,1.01c-1.34,0.67-3.69-1.06-5.54-0.95
794 c-2.86,0.17-5.43-0.75-8.09-1.36c-0.37-0.09-0.66-0.55-0.98-0.84c2.37-1.75-0.12-4.65,1.64-6.73c0.74-0.88,1.03-3.43,0.46-3.89
795 c-2.52-2.01-1.7-4.11-1.23-6.61c0.48-2.57-0.08-5.33,0.23-7.95c0.08-0.71,1.71-1.2,2.58-1.87c1.14-0.87,1.68-2.29,0.2-2.87
796 C80.2,226.55,79.84,222.63,76.71,221.65z"/>
797 <path class="st3" d="M122.19,219.19c13.52,0,27.04-0.03,40.56,0.03c1.7,0.01,2.53-0.18,2.51-2.24c-0.1-12.09-0.07-24.17-0.02-36.26
798 c0.01-1.47-0.24-2.15-1.97-2.14c-13.11,0.07-26.22,0.05-39.33,0.02c-1.29,0-1.78,0.38-1.77,1.71c0.05,5.53,0.01,11.06,0.03,16.59
799 c0.01,2.21,0.05,2.21,2.41,3.19c2.75,1.15,2.96,1.06,5.44-1.65c0.51-0.56,1.21-1.23,1.88-1.32c1.02-0.13,2.62-0.68,2.55,1.42
800 c-0.04,1.23-0.32,2.57,0.07,3.66c0.52,1.43,2.08,2.92,0.77,4.21c-0.76,0.75-2.66,0.3-4.04,0.48c-2.3,0.3-4.08-0.08-5.05-2.59
801 c-0.24-0.61-1.63-0.88-2.54-1.06c-0.45-0.09-1.44,0.41-1.44,0.63c0.04,1.78,0.02,3.62,0.49,5.31c0.35,1.26,5.42,2.71,6.65,2.15
802 c1.38-0.64,2.67-1.52,4.11-1.92c0.74-0.21,0.97-1.88,2.3-0.68c1.28,1.16,1.66,2.67,0.9,3.74c-1.23,1.74-2.67,3.47-5.46,3.07
803 c-2.93-0.42-5.93-0.23-8.61,1.37c-0.26,0.16-0.31,0.67-0.45,1.02c-0.41,0-0.82,0-1.23,0c0-12.65,0.06-25.3-0.06-37.95
804 c-0.02-2.22,0.53-2.69,2.7-2.68c14.28,0.11,28.56,0.06,42.84,0.06c0,13.3,0.01,26.6-0.01,39.9c0,3.06-0.04,3.11-2.76,3.11
805 c-13.1,0.02-26.19,0.02-39.29-0.01C123.51,220.4,122.21,220.88,122.19,219.19z"/>
806 <path class="st14" d="M725.76,182.31c-0.13-1.57-0.26-3.13-0.4-4.7c-1.72,1.37-3.27-0.38-4.97-0.3c-4.85,0.23-9.72,0.1-14.59,0.06
807 c-0.89-0.01-2.16,0.45-2.17-1.21c6.7,0,13.39-0.04,20.09,0.03c1.54,0.02,2.11-0.37,2.07-2.01c-0.1-4.67-0.04-9.33-0.04-14
808 c0-8.7-0.01-17.4,0.02-26.11c0-0.89-0.45-2.15,1.21-2.17c0,13.92,0.02,27.85-0.03,41.77c-0.01,1.66,0.1,2.8,2.21,2.51
809 c1-0.14,2.04-0.02,3.07-0.02c60.4,0,120.8,0,181.2,0c1.23,0,2.46-0.06,3.68,0.02c1.38,0.08,1.66-0.56,1.66-1.81
810 c-0.04-13.51-0.06-27.03,0.02-40.54c0.01-1.77-0.74-1.94-2.17-1.94c-13.92,0.04-27.85,0.04-41.77-0.02c-0.98,0-2.6,0.87-2.82-1.19
811 c15.09,0,30.17,0.04,45.26-0.05c2.06-0.01,2.78,0.28,2.75,2.62c-0.15,12.43-0.06,24.87-0.08,37.31c0,1.98-0.15,3.95,1.24,5.61
812 c-2.04,0.21-1.19,1.81-1.19,2.79c-0.06,13-0.04,26-0.04,39.01c-2.05-0.22-1.18-1.83-1.19-2.81c-0.06-11.04-0.03-22.08-0.04-33.12
813 c0-4.62-0.02-4.63-4.93-4.63c-24.74,0-49.48,0-74.22,0c-23.72,0-47.44-0.01-71.16,0.01c-3.31,0-3.34,0.04-3.34,3.14
814 c-0.01,12.47-0.01,24.95-0.01,37.42c-1.46-1.21-3.19-1.25-4.98-1.25c-9.96,0.03-19.92,0.04-29.88,0c-4-0.02-4.45-0.46-4.46-4.52
815 C725.74,202.23,725.76,192.27,725.76,182.31z"/>
816 <path class="st6" d="M919.99,217.96c0-13-0.02-26.01,0.04-39.01c0-0.98-0.85-2.58,1.19-2.79c12.64,0,25.28,0.06,37.92-0.05
817 c2.14-0.02,2.74,0.41,2.71,2.66c-0.14,11.62-0.06,23.24-0.06,34.86c0,1.22,0.02,2.45-0.01,3.67c-0.05,1.97,1.17,3.06,2.86,3.07
818 c8.74,0.05,17.48-0.07,26.22-0.18c0.15,0,0.29-0.65,0.43-1c1.83,0,3.65-0.01,5.48,0c5.55,0.03,5.57,0.03,5.58,5.85
819 c0.01,10.15,0,20.3,0,30.45c0,1.42,0,2.84,0,4.26c-0.41,0.41-0.82,0.82-1.23,1.23c-12.25,0-24.49-0.07-36.74,0.07
820 c-2.27,0.03-2.67-0.61-2.65-2.73c0.11-11.84,0.02-23.68,0.09-35.51c0.01-1.77-0.34-2.45-2.29-2.44
821 c-11.23,0.09-22.45,0.05-33.68,0.05c-1.63,0-3.28,0.13-4.89-0.04C919.39,220.22,920.17,218.84,919.99,217.96z M960.55,199.74
822 c0-5.92,0.02-11.84-0.03-17.77c-0.01-0.71-0.43-1.41-0.66-2.12c-0.83,0.45-1.84,0.74-2.45,1.4c-0.45,0.48-0.34,1.46-0.56,2.19
823 c-0.46,1.56-1.45,1.87-2.42,0.68c-0.59-0.71-0.76-1.77-1.36-2.47c-0.62-0.73-1.48-1.66-2.3-1.72c-2.73-0.22-5.55,0.25-8.06-1.31
824 c-4.15,1.1-8.3,2.11-12.46,0.01c-0.16-0.08-0.48-0.1-0.6,0c-2.05,1.77-4.52,1.19-6.85,1.19c-1.42,0-1.61,0.66-1.6,1.87
825 c0.04,7.76,0.02,15.52,0.02,23.28c0,4.08,0.08,8.17-0.04,12.25c-0.05,1.68,0.6,2,2.11,1.99c11.84-0.05,23.69-0.04,35.53-0.01
826 c1.29,0,1.77-0.38,1.76-1.71C960.53,211.58,960.55,205.66,960.55,199.74z"/>
827 <path class="st6" d="M645.86,133.14c0,13.3,0.01,26.61-0.01,39.91c0,3.24-0.04,3.32-3.38,3.07c-1.1-0.08-2.46-0.39-3.17-1.11
828 c-1.14-1.18-2.33-1.44-3.8-1.3c-1.1,0.11-2.2-0.02-1.86-1.47c0.1-0.44,1.14-0.71,1.78-0.97c0.53-0.22,1.1-0.31,1.65-0.45
829 c-0.39-0.26-0.76-0.56-1.17-0.79c-4.11-2.28-8.33-4.19-13.2-3.67c-0.5,0.05-1.25,0.4-1.36,0.77c-0.13,0.44,0.13,1.22,0.5,1.56
830 c1,0.94,2.08,1.81,3.24,2.52c0.62,0.38,1.47,0.38,2.22,0.55c-0.68,0.65-1.28,1.71-2.07,1.87c-1.7,0.35-3.37,0.06-5.08,1.19
831 c-1.45,0.96-3.67-0.74-3.77-2.59c-0.1-1.94-0.42-3.94,1.1-5.7c0.35-0.4-0.39-1.74-0.63-2.64c-0.69,0.31-1.4,0.59-2.06,0.96
832 c-0.34,0.19-0.56,0.6-0.88,0.84c-1.64,1.21-1.92,1.06-2.49-1.24c-0.53-2.17-1.07-2.39-2.57-1.07c-2.26,1.99-3,4.22-2.1,6.29
833 c1.18,2.72,1.18,2.71-1.79,2.83c-1.36,0.05-2.9-0.46-3.85,1.08c-0.43-0.34-0.97-0.6-1.27-1.03c-0.21-0.31-0.28-1.01-0.08-1.25
834 c0.9-1.06,2.25-1.85,1.8-3.56c-0.23-0.88-0.32-2.25-0.87-2.49c-0.72-0.32-2.21-0.07-2.71,0.51c-1.96,2.25-3.85,2.32-6.16,0.62
835 c-1.69-1.24-3.46-1.79-4.91,0.47c-0.2,0.31-0.62,0.7-0.91,0.69c-0.54-0.03-1.33-0.2-1.53-0.57c-0.21-0.37,0.13-1.54,0.3-1.55
836 c3.52-0.33,1.75-3.02,1.99-4.65c0.32-2.18-2-2.82-3.08-4.19c-0.08-0.1-1.65,0.54-1.69,0.93c-0.19,1.82-0.17,3.68-0.06,5.52
837 c0.09,1.55-1.88,3.97-2.68,3.22c-1.76-1.65-3.97-0.45-5.58-1.47c-1.02-0.65-2.25-1.43-1.09-3.39c1.3-2.2,0.96-2.35-1.22-2.42
838 c-1.47-0.05-2.78,0.01-3.76,1.37c-0.59,0.82-1.31,1.74-2.18,2.11c-0.8,0.34-1.89-0.01-2.86-0.06c0.07-0.7,0.01-1.44,0.23-2.09
839 c0.49-1.43,1.22-2.78,1.69-4.21c0.75-2.28-0.03-3.6-2.45-4.48c-1.07-0.39-2.1-0.88-3.18-1.21c-1.65-0.49-2.75-1.25-2.82-3.23
840 c-0.06-1.75-1.07-2.85-3.02-2.95c-2.02-0.11-2.58,1.73-3.8,2.67c-0.14,0.11,0.07,0.94,0.34,1.24c1.1,1.21,2.51,2.2,3.37,3.54
841 c0.54,0.84,0.81,2.52,0.33,3.2c-0.86,1.21-2.39,2.72-3.63,2.71c-1.6-0.01-1.83-1.96-2.27-3.62c-1.51-5.72-1.7-5.64-8.77-8.54
842 c-0.47-0.19-0.9-1.23-0.84-1.82c0.1-0.87,1.19-2.02,0.91-2.48c-0.71-1.18-1.89-2.11-3.01-2.97c-0.26-0.2-1.16,0.15-1.57,0.48
843 c-1.52,1.23-2.59,2.89-4.69,3.55c-1.57,0.49-1.69,1.87-0.1,2.95c0.66,0.45,1.25,0.99,0.21,1.73c-2.33,1.66-3.46,3.82-2.99,6.78
844 c0.08,0.49-0.61,1.21-1.09,1.64c-0.87,0.78-2.04,1.28-2.75,2.16c-1.44,1.79-2.72,2.05-4.45,0.37c-0.45-0.43-1.54-0.13-2.3-0.33
845 c-0.21-0.05-0.38-0.67-0.37-1.02c0.02-0.35,0.25-0.95,0.46-0.99c0.99-0.15,2-0.13,3.01-0.18c2.87-0.14,3.38-0.94,2.08-3.61
846 c-1.17-2.39-2.89-4.42-0.77-7.39c1.17-1.64-0.82-3.65-1.18-5.54c-0.06-0.31-1.01-0.68-1.47-0.6c-0.37,0.07-0.88,0.78-0.89,1.21
847 c-0.03,2.26,0.13,4.4-3,4.95c-1.14,0.2-0.61,1.36-0.18,2.4c1.4,3.42,0.53,4.26-3.41,3.92c-0.81-0.07-2.07,0.28-2.45,0.87
848 c-0.9,1.42-1.61,3.04-2,4.67c-0.38,1.56-1.11,2.82-2.62,2.7c-1.38-0.11-2.51-1.19-2.36-2.93c0.03-0.41-0.02-0.82,0.01-1.23
849 c0.15-1.7-0.93-2.64-2.28-3.07c-1.21-0.39-2.57,1.45-2.64,3.28c-0.09,2.29,0.81,4.14,2.31,5.82c0.24,0.27,0.08,1.26-0.23,1.57
850 c-0.31,0.3-1.13,0.34-1.6,0.16c-1.76-0.68-3.86-2.54-5.12-2.06c-2.75,1.03-5.46,0.7-8.14,1.16c-0.96,0.16-1.9,1.1-3.2,1.13
851 c-3.67,0.09-3.67,0.17-4.92,4c-0.46,1.41-2.01,2.12-3.64,1.52c-2.92-1.07-5.73-1.23-8.44,0.58c-0.42,0.28-0.89,0.48-1.34,0.72
852 c0.54,0.17,1.16,0.23,1.61,0.54c0.66,0.45,1.12,1.23,1.8,1.6c2.26,1.24-0.23,2.59,0.17,3.84c-1.1,0.15-2.29,0.64-3.26,0.36
853 c-0.86-0.25-1.38-1.78-2.22-1.97c-1.29-0.29-3.23-0.45-4.01,0.27c-3.34,3.13-6.81,2.19-10.51,1.12c-2.06-0.59-4.09-0.66-6.26,0.56
854 c-2.23,1.25-3.23,0.37-3.23-2.16c-0.02-13.51-0.01-27.02-0.01-40.53c0.32-0.41,0.62-1.14,0.98-1.17c1.42-0.14,2.86-0.06,4.29-0.06
855 c66.55,0,133.1-0.01,199.66,0.08C642.3,131.99,644.63,130.45,645.86,133.14z"/>
856 <path class="st10" d="M649.55,129.45c0.41,0,0.82,0,1.23,0c0,0.41,0,0.82,0,1.23C650.37,130.27,649.96,129.86,649.55,129.45z"/>
857 <path class="st10" d="M649.55,128.22c0,0.41,0,0.82,0,1.23c-0.41-0.41-0.82-0.82-1.23-1.23
858 C648.73,128.22,649.14,128.22,649.55,128.22z"/>
859 <path class="st19" d="M355.75,176.17c0-0.41,0-0.82,0-1.23c0.41,0,0.82,0,1.23,0c0,0.41,0,0.82,0,1.23
860 C356.57,176.17,356.16,176.17,355.75,176.17z"/>
861 <path class="st3" d="M1004.81,262.21c14.33,0,28.66-0.01,42.98,0c3.68,0,3.72,0.03,3.72,3.38c0.01,22.92,0.01,45.85,0.01,68.77
862 c-2.49,15.54-0.89,31.18-1.17,46.77c-0.28,15.76-0.06,31.52-0.06,47.28c0,15.56,0,31.11,0,46.67c0,15.76,0,31.52,0,47.28
863 c0,1.23,0.02,2.46,0,3.68c-0.03,2.07-1.57,3.85-3.7,4.11c-1.21,0.15-2.45,0.03-3.68,0.03c-11.05,0-22.11-0.02-33.16,0.02
864 c-1.99,0.01-4.41-0.36-5.81,0.62c-0.9,0.62-0.34,3.41-0.35,5.22c-0.01,18.83,0,37.66-0.02,56.49c0,2.02-0.12,4.04-0.18,6.06
865 c-2.19,0.14-4.38,0.34-6.58,0.41c-2.25,0.07-4.5,0.02-6.75,0.02c-8.59,0-17.19-0.03-25.78,0.03c-1.64,0.01-2.55-0.08-2.54-2.19
866 c0.08-22.3,0.07-44.6,0-66.9c-0.01-2,0.73-2.28,2.47-2.27c12.07,0.07,24.14,0.04,36.21,0.03c3.1,0,3.28-0.05,3.13-2.72
867 c-0.84-15.42,1.42-30.74,1.29-46.14c-0.13-15.34-0.03-30.69-0.03-46.03C1004.81,375.97,1004.81,319.09,1004.81,262.21z"/>
868 <path class="st4" d="M919.99,217.96c0.18,0.87-0.6,2.26,0.97,2.42c1.61,0.17,3.26,0.04,4.89,0.04c11.23,0,22.45,0.05,33.68-0.05
869 c1.96-0.02,2.3,0.67,2.29,2.44c-0.07,11.84,0.02,23.68-0.09,35.51c-0.02,2.12,0.38,2.75,2.65,2.73
870 c12.24-0.14,24.49-0.07,36.74-0.07c-0.53,0.41-1.06,1.17-1.59,1.18c-12.29,0.07-24.58-0.01-36.87,0.11
871 c-2.21,0.02-2.13-1.06-2.13-2.61c0.03-11.68,0.03-23.35,0.01-35.03c0-2.93-0.04-2.97-2.9-2.98c-11.68-0.02-23.35,0.06-35.03-0.07
872 c-2.21-0.02-2.75,0.5-2.7,2.7c0.16,7.17,0.07,14.34,0.06,21.51c-0.01,4.37,0.23,8.73-1.16,13.03c-0.86,2.67-1.12,3.35-3.88,3.37
873 c-6.76,0.05-13.53-0.21-20.27,0.1c-4.54,0.2-9.25-1.35-13.68,1.06c-0.49,0.27-1.69-1.14-2.51-1.07c-3.13,0.27-6.27-0.75-9.46,0.87
874 c-1.79,0.91-4.66,0.92-6.57,0.15c-4.95-1.98-9.95-0.77-14.91-1.03c-1.87-0.1-3.95-0.8-5.73,1.06c-0.58,0.61-2.55,0.49-3.54,0.01
875 c-3.44-1.66-6.61-1.53-10.14-0.04c-1.74,0.73-4.24,0.65-6.03-0.03c-1.58-0.6-3.17-0.12-4.76-0.9c-2.01-0.99-3-0.1-3.06,1.96
876 c-0.04,1.43-0.01,2.87-0.01,4.3c0,41.38,0.02,82.75-0.09,124.13c0,1.48,1.49,3.69-1.14,4.66c0-43.32,0.02-86.64-0.08-129.96
877 c0-1.71,1.53-4.04-1.15-5.26c-0.21-2.05-1.82-1.19-2.8-1.19c-13.25-0.06-26.5-0.04-39.75-0.04c-3.32,0-2.94,0.21-2.94-2.93
878 c0-12.43,0.02-24.87-0.04-37.3c0-0.98,0.86-2.59-1.19-2.8c0-12.47-0.01-24.95,0.01-37.42c0-3.1,0.04-3.14,3.34-3.14
879 c23.72-0.01,47.44-0.01,71.16-0.01c24.74,0,49.48,0,74.22,0c4.91,0,4.92,0.01,4.93,4.63c0.01,11.04-0.02,22.08,0.04,33.12
880 C918.8,216.13,917.93,217.74,919.99,217.96z"/>
881 <path class="st15" d="M765.1,217.96c2.05,0.21,1.19,1.82,1.19,2.8c0.06,12.43,0.04,24.87,0.04,37.3c0,3.14-0.38,2.93,2.94,2.93
882 c13.25-0.01,26.5-0.02,39.75,0.04c0.98,0,2.59-0.86,2.8,1.19c-15.57,0-31.14,0-46.71,0C765.1,247.46,765.1,232.71,765.1,217.96z"/>
883 <path class="st6" d="M691.34,179.85c5.84,0,11.68-0.01,17.52,0.02c0.89,0,2.14-0.43,2.15,1.21c-1.78-0.15-3.41,0.15-4.94,1.2
884 c-1.39,0.96-2.72-2.03-4.48-0.05c-0.89,1.01-2.79,1.04-3.98,1.87c-1.58,1.12-2.05-1.35-3.42-0.86c-0.16,0.06-0.79-1.46-1.34-2.15
885 C692.47,180.6,691.86,180.26,691.34,179.85z"/>
886 <path class="st6" d="M666.76,179.85c1.82-1.14,2.93,2.5,4.67,0.79c1.41-1.39,3.82-1.2,4.33-0.65c1.83,1.97,3.06-1.01,4.51-0.14
887 c-0.55,2.09-2.41,3.22-3.92,2.33C673.3,180.39,668.78,185.15,666.76,179.85z"/>
888 <path class="st6" d="M654.47,188.46c0.29-0.49,0.48-1.09,0.88-1.46c1.3-1.18,3.38-1.68,3.05-4.21c-0.06-0.46,1.44-1.13,2.22-1.71
889 c0.26,0.88,0.48,1.77,0.79,2.63c0.95,2.61,0.63,3.08-2.13,3.54C657.65,187.53,656.07,188.05,654.47,188.46z"/>
890 <path class="st6" d="M650.78,178.62c1.7,2.35,1.48,2.34,1.43,4.17c-0.06,1.91-1.31,4.16,1.03,5.67c-0.52,0.41-1.05,0.82-1.57,1.23
891 c-0.3-0.43-0.84-0.86-0.85-1.3C650.74,185.13,650.78,181.88,650.78,178.62z"/>
892 <path class="st6" d="M711.01,181.08c2.05,0,4.1,0,6.15,0C715.15,182.85,713.02,182.85,711.01,181.08z"/>
893 <path class="st6" d="M680.28,179.85c1.56-1.66,3.36-1.66,4.92,0C683.56,179.85,681.92,179.85,680.28,179.85z"/>
894 <path class="st6" d="M663.07,179.85c1.24-1.68,2.45-1.68,3.69,0C665.53,179.85,664.3,179.85,663.07,179.85z"/>
895 <path class="st6" d="M717.16,181.08c1.24-1.68,2.45-1.68,3.69,0C719.62,181.08,718.39,181.08,717.16,181.08z"/>
896 <path class="st6" d="M647.09,178.62c0.51-0.41,1.02-0.82,1.53-1.23c0.31,0.41,0.62,0.82,0.93,1.23
897 C648.73,178.62,647.91,178.62,647.09,178.62z"/>
898 <path class="st6" d="M660.61,181.08c0.41-0.41,0.82-0.82,1.23-1.23C661.43,180.26,661.02,180.67,660.61,181.08z"/>
899 <path class="st3" d="M322.56,219.19c0.02-1.69,1.31-1.21,2.2-1.21c9.21-0.03,18.41-0.01,27.62-0.02c4.58,0,4.59-0.02,4.6-4.35
900 c0.01-11.66,0-23.32,0-34.98c0.82,0,1.64,0,2.46,0c0.1,1.84,1.53,1.04,2.46,1.23c0.41,0.83,0.97,1.63,1.19,2.5
901 c0.25,0.96,0.97,1.58,1.16,0.47c0.6-3.53,3.14-2.69,5.39-3.05c1.51-0.24,3.64,1.49,4.55-1.15c1.23,0,2.46,0,3.69,0
902 c0.51,0.41,1,1.16,1.52,1.17c3.18,0.11,6.36,0.06,9.54,0.06c0.31,0.41,0.62,0.82,0.93,1.23c0.51-0.41,1.02-0.82,1.53-1.23
903 c0.93-0.19,2.35,0.61,2.46-1.23c1.23,0,2.46,0,3.69,0c0.1,1.84,1.53,1.04,2.46,1.23c0,0.2-0.02,0.41,0,0.61
904 c0.13,0.96,0.28,1.93,0.42,2.89c0.84-0.31,1.99-0.37,2.47-0.97c1.69-2.09,3.72-2.73,6.35-2.58c3.46,0.2,6.95,0.05,10.42,0.05
905 c0.82,1.5,1.93,2.92,2.39,4.52c0.63,2.19,3.25,1.91,4.05,3.74c0.15,0.35,0.83,0.61,0.8,0.87c-0.12,1.16,1.15,2.76-1.31,3.24
906 c-1.97,0.39-1.19,1.89-0.15,2.56c2.07,1.32,4.32,2.36,6.5,3.51c0.47,1.21-1.14,3.11,1.23,3.69c0,0.41,0,0.82,0,1.23
907 c-0.44,1.45-1.23,2.48-2.92,2.46c-1.23-0.01-2.47-0.13-3.68,0.03c-1.49,0.19-4.05-0.82-4.24,0.81c-0.21,1.82,1.12,3.95,2.16,5.72
908 c0.51,0.86,1.91,1.18,2.87,1.8c0.34,0.21,0.59,0.57,0.88,0.86c-0.32,0.21-0.67,0.63-0.95,0.59c-4-0.6-8.61,1.83-11.95-2.34
909 c-0.16-0.2-1.21,0.01-1.58,0.33c-0.83,0.74-1.58,1.35-2.55,0.35c-0.81-0.83-1.43-0.76-2.57-0.32c-3.04,1.18-3.04,0.99-5.01-2.24
910 c-0.62-1.02-1.66-1.79-2.56-2.62c-0.54-0.5-4.4,0.39-4.52,1.2c-0.12,0.78,0.53,1.68,0.89,2.51c0.5,1.18,3.44,0.21,2.41,2.46
911 c-0.27,0.6-2.14,0.66-3.27,0.66c-1.53-0.01-2.98-0.33-4.53-0.83c-2.87-0.94-6.05-3.09-9.36-0.44c-0.64,0.51-2.09,0.46-2.58-1.46
912 c-0.25-0.98-0.17-3.2-2.46-3.42c-3.53-0.33-4.09,0.46-3.54,4.52c0.38,2.8,0.43,5.74-2.64,7.49c-0.35,0.2-0.74,1.07-0.61,1.23
913 c0.48,0.61,1.11,1.29,1.8,1.46c0.38,0.1,1.12-0.68,1.49-1.2c2.86-4.05,7.52-5.96,11.77-4.78c1.01,0.28,1.31,2.04,0.51,3.04
914 c-0.35,0.44-1.11,1.12-1.02,1.26c0.43,0.67,1,1.49,1.69,1.7c0.93,0.29,2.02,0.07,3.05,0.07c0,7.79,0,15.57,0,23.36
915 c-1.67-0.41-3.33-0.87-5.01-1.22c-2.57-0.53-3.3,1.94-4.84,3.09c-1.39,1.05-1.83,0.83-2.45-1.38c-0.15-0.55-0.18-1.39-0.54-1.57
916 c-1.93-1-8.14,0.09-9.18,2.05c-1.35,2.55-1.64,2.52-2.65-0.1c-0.47-1.22-1.73-2.24-2.83-3.08c-0.8-0.61-2.27-1.37-2.85-1.03
917 c-0.82,0.48-1.45,1.86-1.54,2.91c-0.12,1.5-0.59,3.13,0.87,4.56c0.45,0.44-0.06,2.89-0.48,2.99c-1.17,0.28-2.11,0.61-1.6,1.79
918 c0.24,0.54,1.64,0.63,2.54,0.81c0.59,0.12,1.23,0.09,1.83,0.01c2.63-0.37,5.59-0.21,5.49-4.3c-0.01-0.53,1.27-2.77,2.96-0.68
919 c0.67,0.83,2.2,0.98,2.86,1.81c2.07,2.64,4.64,3.63,7.92,3.2c1.21-0.16,2.45-0.07,3.67-0.02c2.28,0.09,3.4-1.04,3.34-3.25
920 c-0.05-1.96,0.32-3.56,2.48-4.14c-0.14,3.63-0.29,7.25-0.43,10.88c-3.45,0.06-6.91,0.17-10.36,0.18c-16.79,0.02-33.57,0.02-50.36,0
921 c-2.02,0-4.72,0.62-5.86-0.41c-1.07-0.98-0.58-3.76-0.59-5.75C322.54,242.94,322.56,231.06,322.56,219.19z"/>
922 <path class="st6" d="M390.17,224.11c-1.02,0-2.11,0.22-3.05-0.07c-0.69-0.21-1.26-1.03-1.69-1.7c-0.09-0.14,0.66-0.82,1.02-1.26
923 c0.8-1,0.5-2.76-0.51-3.04c-4.25-1.18-8.91,0.73-11.77,4.78c-0.37,0.53-1.11,1.3-1.49,1.2c-0.69-0.18-1.32-0.86-1.8-1.46
924 c-0.13-0.16,0.26-1.03,0.61-1.23c3.06-1.75,3.02-4.69,2.64-7.49c-0.55-4.06,0-4.85,3.54-4.52c2.29,0.22,2.21,2.44,2.46,3.42
925 c0.49,1.92,1.94,1.98,2.58,1.46c3.31-2.65,6.49-0.5,9.36,0.44c1.55,0.51,3,0.83,4.53,0.83c1.13,0.01,3-0.05,3.27-0.66
926 c1.02-2.26-1.91-1.29-2.41-2.46c-0.35-0.83-1-1.74-0.89-2.51c0.12-0.81,3.98-1.7,4.52-1.2c0.9,0.83,1.94,1.61,2.56,2.62
927 c1.97,3.23,1.97,3.42,5.01,2.24c1.14-0.44,1.76-0.51,2.57,0.32c0.97,1,1.72,0.39,2.55-0.35c0.37-0.32,1.42-0.53,1.58-0.33
928 c3.34,4.17,7.95,1.74,11.95,2.34c0.28,0.04,0.63-0.38,0.95-0.59c-0.29-0.29-0.54-0.64-0.88-0.86c-0.97-0.61-2.37-0.93-2.87-1.8
929 c-1.04-1.77-2.38-3.91-2.16-5.72c0.19-1.63,2.75-0.61,4.24-0.81c1.21-0.15,2.45-0.04,3.68-0.03c1.68,0.02,2.47-1.01,2.92-2.46
930 c2.94,1.75,2.42,4.66,2.46,7.38c-1.49,1.28-3.14,2.41-4.4,3.89c-0.98,1.15,0.53,0.75,0.98,1.06c0.41,0.28,0.65,0.79,0.96,1.2
931 c-0.14,0.35-0.28,0.69-0.43,1.04c-1.62-1.48-3.61-0.92-5.5-1.05c-4.3-0.31-8.62,0.62-12.94-1.04c-1.65-0.64-4.21-0.97-6.27,0.79
932 c-0.83,0.71-2.7,0.25-4.1,0.26c-3.24,0.02-6.49-0.04-9.73,0.02c-3.31,0.06-3.93,0.77-4.04,4.32
933 C390.15,222.08,390.17,223.09,390.17,224.11z"/>
934 <path class="st6" d="M390.17,249.92c-2.16,0.58-2.53,2.18-2.48,4.14c0.06,2.2-1.06,3.34-3.34,3.25c-1.22-0.05-2.47-0.14-3.67,0.02
935 c-3.28,0.43-5.84-0.56-7.92-3.2c-0.66-0.84-2.19-0.98-2.86-1.81c-1.68-2.09-2.97,0.15-2.96,0.68c0.1,4.09-2.86,3.93-5.49,4.3
936 c-0.6,0.08-1.24,0.11-1.83-0.01c-0.9-0.18-2.3-0.26-2.54-0.81c-0.52-1.17,0.43-1.51,1.6-1.79c0.42-0.1,0.93-2.55,0.48-2.99
937 c-1.46-1.43-1-3.06-0.87-4.56c0.09-1.05,0.71-2.43,1.54-2.91c0.58-0.33,2.04,0.42,2.85,1.03c1.1,0.85,2.36,1.86,2.83,3.08
938 c1.01,2.62,1.3,2.66,2.65,0.1c1.04-1.96,7.25-3.05,9.18-2.05c0.36,0.18,0.39,1.03,0.54,1.57c0.62,2.21,1.06,2.44,2.45,1.38
939 c1.53-1.15,2.26-3.62,4.84-3.09c1.68,0.35,3.34,0.81,5.01,1.22C390.17,248.28,390.17,249.1,390.17,249.92z"/>
940 <path class="st6" d="M431.97,198.29c-2.18-1.15-4.43-2.19-6.5-3.51c-1.05-0.67-1.82-2.17,0.15-2.56c2.46-0.49,1.18-2.08,1.31-3.24
941 c0.03-0.26-0.65-0.52-0.8-0.87c-0.8-1.83-3.42-1.55-4.05-3.74c-0.46-1.6-1.57-3.02-2.39-4.52c2.64-0.68,4.22,2.66,5.47,4.39
942 c0.58,0.81,1.24,2.19,2.45,1.58c1.02-0.51,0.64-1.79-0.02-2.42c-1.16-1.11-2.51-4.07-0.03-4.63c1.38-0.32,2.79-0.27,4.18-0.7
943 c0.41-0.13,1.42-0.7,1.8-0.6c0.33,0.09,0.71,0.91,0.9,1.15c-1.38,0.68-2.66,1.53-4.38,1.4c-0.53-0.04-1.15,1.06-1.73,1.64
944 c2.67,2.65,0.12,6.23,1.65,9.12c1.07,2.02,2.16,0.26,3.24,0.14C434.06,193.59,431.98,195.77,431.97,198.29z"/>
945 <path class="st6" d="M538.13,163.85c-1.74-1.17-4.05-0.71-6.4-0.03c-0.38,0.11-1.23-0.37-1.35-0.74c-0.14-0.44,0.12-1.26,0.5-1.55
946 c0.73-0.58,1.69-0.86,2.49-1.36c1.31-0.82,2.51-1.82,3.86-2.55c1-0.55,1.2-2.89,3-1.6c2.06,1.47,2.94,3.9,2.37,5.75
947 C542.22,163.03,540.51,163.95,538.13,163.85z"/>
948 <path class="st3" d="M433.2,190.92c-1.08,0.12-2.17,1.89-3.24-0.14c-1.52-2.88,1.02-6.47-1.65-9.12c0.58-0.58,1.2-1.68,1.73-1.64
949 c1.72,0.14,3-0.72,4.38-1.4c0,3.69,0,7.38,0,11.06C434.02,190.1,433.61,190.51,433.2,190.92z"/>
950 <path class="st6" d="M419.68,179.85c-3.47,0-6.96,0.15-10.42-0.05c-2.63-0.15-4.66,0.49-6.35,2.58c-0.48,0.6-1.63,0.66-2.47,0.97
951 c-0.14-0.96-0.29-1.92-0.42-2.89c-0.03-0.2,0-0.41,0-0.61c3.76-0.86,7.61-1.25,11.4-2C414.15,177.31,417.86,175.46,419.68,179.85z"
952 />
953 <path class="st6" d="M374.19,178.62c-0.91,2.64-3.04,0.9-4.55,1.15c-2.25,0.36-4.79-0.48-5.39,3.05c-0.19,1.12-0.92,0.49-1.16-0.47
954 c-0.22-0.88-0.78-1.67-1.19-2.5c2.07-0.41,4.12-0.97,6.2-1.19C370.11,178.46,372.16,178.62,374.19,178.62z"/>
955 <path class="st6" d="M588.77,174.44c-1.23-1.17-2.77-1.98-2.76-2.78c0.01-0.96,1.15-2.28,2.13-2.76c0.95-0.46,2.49,1.62,2.34,3.27
956 C590.41,172.82,589.59,173.39,588.77,174.44z"/>
957 <path class="st3" d="M433.2,216.73c-0.32-0.41-0.56-0.92-0.96-1.2c-0.45-0.31-1.95,0.09-0.98-1.06c1.26-1.48,2.92-2.61,4.4-3.89
958 c0,1.64,0,3.28,0,4.92c-0.41,0.41-0.82,0.82-1.23,1.23C434.02,216.73,433.61,216.73,433.2,216.73z"/>
959 <path class="st6" d="M388.94,179.85c-3.18,0-6.37,0.05-9.54-0.06c-0.52-0.02-1.01-0.76-1.52-1.17c3.18,0,6.37-0.05,9.54,0.06
960 C387.94,178.7,388.44,179.44,388.94,179.85z"/>
961 <path class="st6" d="M561.69,164.14c-1.01,0.45-1.59,0.89-2.17,0.89c-0.31,0-0.97-0.98-0.88-1.1c0.37-0.51,0.9-1,1.48-1.22
962 C560.33,162.63,560.84,163.33,561.69,164.14z"/>
963 <path class="st6" d="M433.2,201.98c-2.37-0.58-0.76-2.48-1.23-3.69C434.34,198.87,432.73,200.77,433.2,201.98z"/>
964 <path class="st6" d="M400.01,179.85c-0.93-0.19-2.35,0.61-2.46-1.23C398.48,178.81,399.9,178.01,400.01,179.85z"/>
965 <path class="st6" d="M469.92,171.15c0.41,0.21,0.9,0.46,1.38,0.71c-0.31,0.2-0.64,0.6-0.93,0.57c-0.52-0.06-1.02-0.37-1.53-0.57
966 C469.16,171.66,469.47,171.45,469.92,171.15z"/>
967 <path class="st6" d="M391.4,179.85c-0.51,0.41-1.02,0.82-1.53,1.23c-0.31-0.41-0.62-0.82-0.93-1.23
968 C389.76,179.85,390.58,179.85,391.4,179.85z"/>
969 <path class="st6" d="M393.86,178.62c-0.1,1.84-1.53,1.04-2.46,1.23C391.51,178.01,392.93,178.81,393.86,178.62z"/>
970 <path class="st6" d="M361.9,179.85c-0.93-0.19-2.35,0.61-2.46-1.23C360.37,178.81,361.8,178.01,361.9,179.85z"/>
971 <path class="st6" d="M359.44,178.62c-0.82,0-1.64,0-2.46,0c0-0.41,0-0.82,0-1.23C357.91,177.58,359.34,176.79,359.44,178.62z"/>
972 <path class="st6" d="M517.58,166.15c-0.26-0.14-0.52-0.29-0.79-0.44c0.5-0.5,0.64-0.3,1.23,0
973 C517.88,165.85,517.74,165.99,517.58,166.15z"/>
974 <path class="st6" d="M434.43,216.73c0.41-0.41,0.82-0.82,1.23-1.23C435.25,215.91,434.84,216.32,434.43,216.73z"/>
975 <path class="st6" d="M433.2,190.92c0.41-0.41,0.82-0.82,1.23-1.23C434.02,190.1,433.61,190.51,433.2,190.92z"/>
976 <path class="st3" d="M960.55,199.74c0,5.92-0.03,11.84,0.02,17.77c0.01,1.33-0.47,1.71-1.76,1.71
977 c-11.84-0.04-23.69-0.04-35.53,0.01c-1.51,0.01-2.16-0.31-2.11-1.99c0.12-4.08,0.04-8.17,0.04-12.25c0-7.76,0.02-15.52-0.02-23.28
978 c-0.01-1.21,0.19-1.87,1.6-1.87c2.34,0,4.8,0.58,6.85-1.19c0.12-0.1,0.43-0.08,0.6,0c4.16,2.1,8.31,1.09,12.46-0.01
979 c2.51,1.56,5.33,1.09,8.06,1.31c0.82,0.07,1.68,1,2.3,1.72c0.6,0.7,0.77,1.76,1.36,2.47c0.98,1.18,1.96,0.87,2.42-0.68
980 c0.22-0.73,0.11-1.71,0.56-2.19c0.61-0.66,1.61-0.95,2.45-1.4c0.23,0.71,0.65,1.41,0.66,2.12
981 C960.58,187.89,960.55,193.82,960.55,199.74z"/>
982</g>
983</svg>
diff --git a/recipes/mastodeck/index.js b/recipes/mastodeck/index.js
new file mode 100644
index 0000000..dd41f72
--- /dev/null
+++ b/recipes/mastodeck/index.js
@@ -0,0 +1 @@
module.exports = Ferdium => Ferdium;
diff --git a/recipes/mastodeck/package.json b/recipes/mastodeck/package.json
new file mode 100644
index 0000000..40370a0
--- /dev/null
+++ b/recipes/mastodeck/package.json
@@ -0,0 +1,9 @@
1{
2 "id": "mastodeck",
3 "name": "Mastodeck",
4 "version": "1.0.0",
5 "license": "MIT",
6 "config": {
7 "serviceURL": "https://mastodeck.com"
8 }
9}
diff --git a/recipes/mastodeck/webview.js b/recipes/mastodeck/webview.js
new file mode 100644
index 0000000..1119219
--- /dev/null
+++ b/recipes/mastodeck/webview.js
@@ -0,0 +1,9 @@
1function _interopRequireDefault(obj) {
2 return obj && obj.__esModule ? obj : { default: obj };
3}
4
5const _path = _interopRequireDefault(require('path'));
6
7module.exports = Ferdium => {
8 Ferdium.injectCSS(_path.default.join(__dirname, 'service.css'));
9};
diff --git a/recipes/ms-planner/icon.svg b/recipes/ms-planner/icon.svg
new file mode 100644
index 0000000..43a4cfc
--- /dev/null
+++ b/recipes/ms-planner/icon.svg
@@ -0,0 +1,15 @@
1<?xml version="1.0" encoding="utf-8"?>
2<!-- Generator: Adobe Illustrator 28.3.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4 viewBox="0 0 50 50" style="enable-background:new 0 0 50 50;" xml:space="preserve">
5<style type="text/css">
6 .st0{fill:#185C37;}
7 .st1{fill:#33C481;}
8 .st2{fill:#107C41;}
9 .st3{fill:#21A366;}
10</style>
11<path class="st0" d="M15.2,50H4.8c-1.2,0-2.3-1-2.3-2.3V24.2l7.9-2.3l7.1,2.3v23.5C17.5,49,16.5,50,15.2,50L15.2,50z"/>
12<path class="st1" d="M31.5,0h13.7c1.3,0,2.3,1,2.3,2.3c0,0,0,0,0,0v27.3c0,1.3-1,2.3-2.3,2.3h0H31.5l-2.7-17.1L31.5,0z"/>
13<path class="st2" d="M2.5,2.3V25h15v16h12.7c1.3,0,2.3-1,2.3-2.3v0V0H4.8C3.5,0,2.5,1,2.5,2.3z"/>
14<path class="st3" d="M17.5,0h15v17h-15V0z"/>
15</svg>
diff --git a/recipes/ms-planner/index.js b/recipes/ms-planner/index.js
new file mode 100644
index 0000000..cc0b44a
--- /dev/null
+++ b/recipes/ms-planner/index.js
@@ -0,0 +1,27 @@
1module.exports = Ferdium =>
2 class Planner extends Ferdium {
3 overrideUserAgent() {
4 return window.navigator.userAgent
5 .replace(/(Ferdium|Electron)(\S+\s)/g, '')
6 .replace(/(Chrome\/)([^ ]*)/g, '$163.0.3239.84');
7 }
8
9 // https://docs.microsoft.com/en-us/microsoftteams/troubleshoot/teams-sign-in/sign-in-loop#resolution
10 knownCertificateHosts() {
11 return ['tasks.office.com'];
12 }
13
14 // we need to allow all cookies for ms teams
15 onHeadersReceived(details, callback) {
16 if (
17 details.responseHeaders &&
18 details.responseHeaders['Set-Cookie'] &&
19 details.responseHeaders['Set-Cookie'].length > 0 &&
20 !details.responseHeaders['Set-Cookie'][0].includes('SameSite=none')
21 ) {
22 details.responseHeaders['Set-Cookie'][0] =
23 `${details.responseHeaders['Set-Cookie'][0]}; SameSite=none`;
24 }
25 callback({ cancel: false, responseHeaders: details.responseHeaders });
26 }
27 };
diff --git a/recipes/ms-planner/package.json b/recipes/ms-planner/package.json
new file mode 100644
index 0000000..ca74458
--- /dev/null
+++ b/recipes/ms-planner/package.json
@@ -0,0 +1,14 @@
1{
2 "id": "ms-planner",
3 "name": "Microsoft Planner",
4 "aliases": [
5 "office",
6 "tasks"
7 ],
8 "version": "1.0.0",
9 "license": "MIT",
10 "config": {
11 "serviceURL": "https://tasks.office.com/",
12 "hasNotificationSound": true
13 }
14}
diff --git a/recipes/ms-planner/service.css b/recipes/ms-planner/service.css
new file mode 100644
index 0000000..d28527c
--- /dev/null
+++ b/recipes/ms-planner/service.css
@@ -0,0 +1,15 @@
1.app-wrapper-web .app,
2.app-wrapper-web ._36Q2N,
3.app-wrapper-web .h70RQ,
4.app-wrapper-web ._3QfZd,
5.app-wrapper-web ._1jJ70,
6._1XkO3.two {
7 width: 100% !important;
8 max-width: 100% !important;
9 height: 100% !important;
10 top: 0 !important;
11}
12
13._1Wk6A ._3YewW._31v_P._2Ptrm {
14 display: none;
15}
diff --git a/recipes/ms-planner/webview.js b/recipes/ms-planner/webview.js
new file mode 100644
index 0000000..4dd73fd
--- /dev/null
+++ b/recipes/ms-planner/webview.js
@@ -0,0 +1,40 @@
1const path = require('path');
2
3setTimeout(() => {
4 const elem = document.querySelector('.landing-title.version-title');
5 if (elem && elem.textContent.toLowerCase().includes('google chrome')) {
6 window.FerdiumAPI.clearCache();
7 window.location.reload();
8 }
9}, 1000);
10
11const isMutedIcon = element =>
12 element.parentElement.parentElement.querySelectorAll('*[data-icon="muted"]')
13 .length > 0;
14
15const isPinnedIcon = element => element.classList.contains('_1EFSv');
16
17module.exports = Ferdium => {
18 const getMessages = function getMessages() {
19 const elements = document.querySelectorAll(
20 '.CxUIE, .unread, ._0LqQ, .m61XR .ZKn2B, .VOr2j, ._1V5O7 ._2vfYK, html[dir] ._23LrM, ._1pJ9J:not(._2XH9R)',
21 );
22 let count = 0;
23
24 for (const element of elements) {
25 try {
26 // originalLog(isMutedIcon(elements[i]), isPinnedIcon(elements[i]));
27 if (!isMutedIcon(element) && !isPinnedIcon(element)) {
28 count += 1;
29 }
30 } catch {
31 // nope;
32 }
33 }
34
35 Ferdium.setBadge(count);
36 };
37
38 Ferdium.injectCSS(path.join(__dirname, 'service.css'));
39 Ferdium.loop(getMessages);
40};
diff --git a/recipes/notion-calendar/icon.svg b/recipes/notion-calendar/icon.svg
new file mode 100644
index 0000000..e7a9c1b
--- /dev/null
+++ b/recipes/notion-calendar/icon.svg
@@ -0,0 +1,31 @@
1<?xml version="1.0" encoding="utf-8"?>
2<!-- Generator: Adobe Illustrator 28.3.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4 viewBox="0 0 428 428" style="enable-background:new 0 0 428 428;" xml:space="preserve">
5<style type="text/css">
6 .st0{fill:#FFFFFF;}
7</style>
8<g>
9 <g>
10 <path class="st0" d="M408.45,63C415.91,70,420,79.59,420,90.02v284.83c0,0.11,0,0.23-0.01,0.35c-0.02,0.37-0.06,0.73-0.06,1.1
11 l0.03,0.17c0,17.19-13.46,32.09-30.36,34.16c-1.21,0.2-2.42,0.35-3.66,0.43l-278.75,16.87c-0.88,0.05-1.74,0.08-2.6,0.08
12 c-0.1,0-0.19-0.01-0.29-0.02c-0.1-0.01-0.19-0.02-0.29-0.02c-0.2,0-0.39,0.01-0.59,0.02c-0.19,0.01-0.39,0.02-0.59,0.02
13 c-9.93,0-19.22-3.65-26.4-10.39c-7.77-7.31-12.1-17.34-12.1-28.21v-13.54c0-2.75-0.53-4.23-3.73-4.23c0,0-8.77,0.17-9.68,0.17
14 c-11.07,0-21.43-4.08-29.43-11.6c-8.67-8.15-13.44-19.33-13.44-31.44L8,63.86c0-24.61,19.99-45.88,44.55-47.4L317.17,0.09
15 c12.08-0.75,23.53,3.33,32.2,11.47c8.67,8.14,13.44,19.29,13.44,31.42v8.37c0,0-0.17,2.8,3.46,2.69l14.5-0.88
16 C391.16,52.49,400.99,56.01,408.45,63z"/>
17 <path d="M52.71,354.35c-7.44-0.08-14.05-1.99-19.19-6.78c0,0-0.02,0-0.03-0.03c-0.6-0.58-1.16-1.18-1.69-1.77
18 c-4.06-4.64-6.26-10.59-6.26-17.02L25.48,63.85c0-15.33,12.93-29.09,28.22-30.03l264.59-16.38c0.58-0.03,1.14-0.05,1.72-0.05
19 c6.61,0,12.78,2.39,17.49,6.83c0.65,0.61,1.26,1.24,1.82,1.91c0.98,1.12,1.86,2.32,2.62,3.59c-0.76-1.26-1.64-2.45-2.62-3.57
20 c3.96,4.61,6.13,10.47,6.13,16.84v6.78c0,0,0.17,5.55-5.34,5.92l0.03,0.03L96.8,70.96c-17.85,1.11-32.35,16.57-32.35,34.46
21 c0,0-0.1,244.49-0.12,244.88c-0.18,4.04-3.51,4.04-6.26,4.04H52.71z"/>
22 <path d="M402.58,376.04c0.03-0.4,0.07-0.8,0.07-1.19l-0.07-286.25c-0.1-1.51-0.35-2.98-0.76-4.39c-0.96-3.3-2.75-6.27-5.29-8.64
23 c-3.63-3.4-8.37-5.24-13.46-5.24c-0.45,0-0.89,0.02-1.34,0.05l-282.4,17.7c-0.1,0.01-0.2,0.02-0.3,0.04
24 c-0.13,0.02-0.27,0.04-0.4,0.04c-8.98,0.93-16.51,8.78-17.12,17.78c-0.03,0.4-0.03,0.78-0.03,1.18v280.47
25 c0,0.13,0.01,0.27,0.02,0.39c0.01,0.12,0.02,0.25,0.02,0.37c0.18,6.28,2.68,12.02,7.14,16.21c3.98,3.74,9.08,5.87,14.6,6.15h0.88
26 l282.25-17.09c0.08,0,0.17-0.01,0.25-0.03c0.06-0.01,0.12-0.02,0.18-0.02c0.02,0,0.04,0,0.07,0
27 C395.22,392.04,402,384.54,402.58,376.04z M125.77,379.72c-9.66,0.68-18.21-2.6-17.95-15.27v-197.1c0-6.76,5.57-11.09,11.72-11.4
28 l245.68-14.73c6.13-0.32,11.15,4.13,11.15,10.28v197.45c0,7.23-1.81,16.52-14.24,17.01h-0.03l-0.02,0.02L125.77,379.72z"/>
29 </g>
30</g>
31</svg>
diff --git a/recipes/notion-calendar/index.js b/recipes/notion-calendar/index.js
new file mode 100644
index 0000000..dd41f72
--- /dev/null
+++ b/recipes/notion-calendar/index.js
@@ -0,0 +1 @@
module.exports = Ferdium => Ferdium;
diff --git a/recipes/notion-calendar/package.json b/recipes/notion-calendar/package.json
new file mode 100644
index 0000000..672c823
--- /dev/null
+++ b/recipes/notion-calendar/package.json
@@ -0,0 +1,10 @@
1{
2 "id": "notion-calendar",
3 "name": "Notion Calendar",
4 "version": "1.0.0",
5 "license": "MIT",
6 "config": {
7 "serviceURL": "https://calendar.notion.so/",
8 "hasNotificationSound": true
9 }
10}
diff --git a/recipes/notion-calendar/webview.js b/recipes/notion-calendar/webview.js
new file mode 100644
index 0000000..2a81dec
--- /dev/null
+++ b/recipes/notion-calendar/webview.js
@@ -0,0 +1,16 @@
1function _interopRequireDefault(obj) {
2 return obj && obj.__esModule ? obj : { default: obj };
3}
4
5const _path = _interopRequireDefault(require('path'));
6
7module.exports = Ferdium => {
8 // TODO: If your SNAME service has unread messages, uncomment these lines to implement the logic for updating the badges
9 // const getMessages = () => {
10 // // TODO: Insert your notification-finding code here
11 // Ferdium.setBadge(0, 0);
12 // };
13 // Ferdium.loop(getMessages);
14
15 Ferdium.injectCSS(_path.default.join(__dirname, 'service.css'));
16};
diff --git a/recipes/patreon/icon.svg b/recipes/patreon/icon.svg
new file mode 100644
index 0000000..b6ad167
--- /dev/null
+++ b/recipes/patreon/icon.svg
@@ -0,0 +1,31 @@
1<?xml version="1.0" encoding="utf-8"?>
2<!-- Generator: Adobe Illustrator 28.3.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4 viewBox="0 0 42 42" style="enable-background:new 0 0 42 42;" xml:space="preserve">
5<path d="M38.97,12.39c0,0.31,0.02,0.63,0,0.94c-0.03,0.36-0.08,0.72-0.15,1.08c-0.09,0.51-0.2,1.01-0.33,1.51
6 c-0.1,0.37-0.22,0.73-0.36,1.08c-0.31,0.77-0.66,1.52-1.12,2.21c-0.28,0.43-0.57,0.85-0.86,1.27c-0.11,0.15-0.24,0.3-0.37,0.43
7 c-0.22,0.24-0.44,0.48-0.69,0.69c-0.36,0.32-0.73,0.62-1.12,0.91c-0.36,0.25-0.76,0.43-1.12,0.67c-0.4,0.27-0.87,0.38-1.3,0.59
8 c-0.38,0.18-0.8,0.24-1.19,0.38c-0.5,0.18-1.02,0.22-1.53,0.33c-0.54,0.12-1.1,0.2-1.64,0.32c-0.45,0.09-0.89,0.2-1.34,0.3
9 c-0.25,0.06-0.51,0.1-0.76,0.17c-0.3,0.09-0.6,0.21-0.9,0.32c-0.2,0.07-0.41,0.13-0.6,0.22c-0.28,0.14-0.54,0.32-0.82,0.46
10 c-0.46,0.24-0.84,0.58-1.18,0.96c-0.29,0.32-0.55,0.68-0.8,1.04c-0.42,0.59-0.71,1.24-0.96,1.92c-0.25,0.66-0.49,1.32-0.73,1.99
11 c-0.22,0.62-0.43,1.25-0.66,1.88c-0.2,0.54-0.4,1.08-0.62,1.62c-0.3,0.77-0.68,1.51-1.12,2.22c-0.33,0.53-0.68,1.05-1.14,1.48
12 c-0.37,0.34-0.72,0.7-1.17,0.94c-0.45,0.24-0.91,0.45-1.4,0.56c-0.59,0.13-1.2,0.17-1.81,0.13c-0.23-0.01-0.45-0.08-0.68-0.12
13 c-0.14-0.03-0.28-0.05-0.41-0.09c-0.11-0.03-0.22-0.1-0.32-0.15c-0.3-0.15-0.62-0.26-0.9-0.45c-0.34-0.24-0.66-0.5-0.96-0.78
14 c-0.55-0.49-0.97-1.1-1.34-1.74c-0.25-0.43-0.48-0.87-0.68-1.32C5.7,35.91,5.56,35.45,5.4,35c-0.12-0.35-0.23-0.71-0.34-1.06
15 c-0.09-0.32-0.16-0.64-0.24-0.96c-0.07-0.3-0.15-0.59-0.21-0.9c-0.11-0.54-0.21-1.07-0.32-1.61c-0.05-0.23-0.09-0.45-0.13-0.68
16 c-0.06-0.34-0.11-0.68-0.17-1.02c-0.04-0.25-0.09-0.51-0.13-0.76c-0.04-0.28-0.08-0.56-0.12-0.84c-0.04-0.24-0.08-0.48-0.11-0.73
17 c-0.03-0.23-0.06-0.45-0.09-0.68c-0.03-0.24-0.06-0.49-0.09-0.73c-0.03-0.24-0.05-0.47-0.08-0.71l-0.1-0.82
18 c-0.01-0.1-0.02-0.19-0.03-0.29c-0.03-0.4-0.07-0.8-0.1-1.21c-0.02-0.25-0.04-0.5-0.05-0.75c-0.02-0.39-0.04-0.78-0.05-1.17
19 C3.01,19.46,3,18.82,3,18.18c0-0.38,0-0.75,0.03-1.13c0.03-0.39,0.08-0.78,0.12-1.18c0.03-0.31,0.06-0.62,0.11-0.93
20 c0.02-0.18,0.06-0.35,0.1-0.52c0.09-0.43,0.18-0.86,0.28-1.29c0.08-0.31,0.18-0.61,0.27-0.92c0.16-0.57,0.39-1.11,0.62-1.65
21 c0.11-0.25,0.24-0.49,0.37-0.73c0.19-0.33,0.37-0.66,0.58-0.97C5.73,8.49,6,8.12,6.29,7.77C6.57,7.43,6.86,7.11,7.16,6.8
22 C7.4,6.56,7.68,6.35,7.93,6.14C8.19,5.92,8.44,5.7,8.7,5.51c0.41-0.3,0.84-0.58,1.26-0.85c0.25-0.16,0.51-0.29,0.77-0.43
23 c0.4-0.22,0.81-0.44,1.22-0.65c0.26-0.13,0.53-0.24,0.79-0.35c0.68-0.28,1.36-0.56,2.06-0.82c0.46-0.17,0.93-0.3,1.4-0.45
24 c0.24-0.08,0.48-0.16,0.72-0.23c0.2-0.06,0.4-0.09,0.6-0.13c0.22-0.05,0.43-0.12,0.66-0.16c0.3-0.06,0.6-0.1,0.91-0.15
25 c0.34-0.05,0.68-0.11,1.02-0.15c0.14-0.02,0.28-0.02,0.42-0.03c0.47-0.03,0.94-0.05,1.41-0.08c0.19-0.01,0.38-0.05,0.57-0.02
26 c0.44,0.08,0.89,0.02,1.33,0.05c0.43,0.03,0.85,0.08,1.28,0.13c0.31,0.04,0.61,0.1,0.91,0.15c0.27,0.04,0.53,0.07,0.8,0.11
27 c0.22,0.03,0.43,0.08,0.65,0.13c0.46,0.1,0.92,0.2,1.37,0.32c0.4,0.11,0.8,0.28,1.2,0.37c0.47,0.11,0.9,0.33,1.35,0.48
28 c0.46,0.15,0.86,0.42,1.3,0.61c0.51,0.22,0.96,0.55,1.42,0.86c0.35,0.24,0.69,0.49,1,0.77c0.47,0.41,0.92,0.84,1.36,1.28
29 c0.26,0.26,0.48,0.56,0.71,0.85c0.38,0.46,0.66,0.99,0.93,1.52c0.22,0.42,0.39,0.87,0.54,1.33c0.12,0.37,0.16,0.77,0.24,1.16
30 c0.1,0.42,0.1,0.84,0.07,1.27C38.99,12.38,38.98,12.39,38.97,12.39z"/>
31</svg>
diff --git a/recipes/patreon/index.js b/recipes/patreon/index.js
new file mode 100644
index 0000000..dd41f72
--- /dev/null
+++ b/recipes/patreon/index.js
@@ -0,0 +1 @@
module.exports = Ferdium => Ferdium;
diff --git a/recipes/patreon/package.json b/recipes/patreon/package.json
new file mode 100644
index 0000000..3aafa11
--- /dev/null
+++ b/recipes/patreon/package.json
@@ -0,0 +1,9 @@
1{
2 "id": "patreon",
3 "name": "Patreon",
4 "version": "1.0.0",
5 "license": "MIT",
6 "config": {
7 "serviceURL": "https://www.patreon.com/login"
8 }
9}
diff --git a/recipes/patreon/webview.js b/recipes/patreon/webview.js
new file mode 100644
index 0000000..2a81dec
--- /dev/null
+++ b/recipes/patreon/webview.js
@@ -0,0 +1,16 @@
1function _interopRequireDefault(obj) {
2 return obj && obj.__esModule ? obj : { default: obj };
3}
4
5const _path = _interopRequireDefault(require('path'));
6
7module.exports = Ferdium => {
8 // TODO: If your SNAME service has unread messages, uncomment these lines to implement the logic for updating the badges
9 // const getMessages = () => {
10 // // TODO: Insert your notification-finding code here
11 // Ferdium.setBadge(0, 0);
12 // };
13 // Ferdium.loop(getMessages);
14
15 Ferdium.injectCSS(_path.default.join(__dirname, 'service.css'));
16};
diff --git a/recipes/penpot/icon.svg b/recipes/penpot/icon.svg
new file mode 100644
index 0000000..d51af20
--- /dev/null
+++ b/recipes/penpot/icon.svg
@@ -0,0 +1,14 @@
1<?xml version="1.0" encoding="utf-8"?>
2<!-- Generator: Adobe Illustrator 28.3.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4 viewBox="0 0 341.93 341.93" style="enable-background:new 0 0 341.93 341.93;" xml:space="preserve">
5<path color-rendering="auto" image-rendering="auto" shape-rendering="auto" text-rendering="auto" d="M109.05,0L73.09,50.64v28.63
6 L41.81,94.15l-0.28-0.13v186.76l121.99,57.63l7.45,3.52l7.46-3.52l121.99-57.63V94.02l-0.23,0.11l-31.3-14.89v-28.6l-1.1-1.54
7 L232.92,0l-35.96,50.64v0.05L170.8,13.84l-25.96,36.57l-0.93-1.31L109.05,0z M115.41,29.42L129.32,49H88.78l13.74-19.35
8 L115.41,29.42z M239.28,29.42L253.19,49h-40.54l13.74-19.35L239.28,29.42z M177.16,43.26l13.91,19.58h-40.53l13.74-19.36
9 L177.16,43.26z M84.94,58.87h19.22v64.74l-19.22-9.08V58.87z M114.03,58.87h19.13v78.43l-19.13-9.04V58.87z M208.81,58.87h19.22
10 v69.33l-19.22,9.08V58.87z M237.9,58.87h19.13v55.63l-19.13,9.04V58.87z M146.69,72.72h19.23v80.07l-19.23-9.08V72.72z
11 M175.79,72.72h19.13v71.14l-19.13,9.04V72.72z M268.88,93.99l16.93,6.92l-16.93,8V93.99z M73.09,94.02v14.92l-16.92-8L73.09,94.02z
12 M56.43,117.55l107.08,50.59v153.78L56.43,271.33L56.43,117.55z M285.5,117.55v153.78l-107.08,50.58V168.13L285.5,117.55z"/>
13<script id="bw-fido2-page-script" xmlns=""></script>
14</svg>
diff --git a/recipes/penpot/index.js b/recipes/penpot/index.js
new file mode 100644
index 0000000..dd41f72
--- /dev/null
+++ b/recipes/penpot/index.js
@@ -0,0 +1 @@
module.exports = Ferdium => Ferdium;
diff --git a/recipes/penpot/package.json b/recipes/penpot/package.json
new file mode 100644
index 0000000..980a4fd
--- /dev/null
+++ b/recipes/penpot/package.json
@@ -0,0 +1,11 @@
1{
2 "id": "penpot",
3 "name": "Penpot",
4 "version": "1.0.0",
5 "license": "MIT",
6 "config": {
7 "serviceURL": "https://design.penpot.app/",
8 "hasHostedOption": true,
9 "hasCustomUrl": true
10 }
11}
diff --git a/recipes/penpot/webview.js b/recipes/penpot/webview.js
new file mode 100644
index 0000000..2a81dec
--- /dev/null
+++ b/recipes/penpot/webview.js
@@ -0,0 +1,16 @@
1function _interopRequireDefault(obj) {
2 return obj && obj.__esModule ? obj : { default: obj };
3}
4
5const _path = _interopRequireDefault(require('path'));
6
7module.exports = Ferdium => {
8 // TODO: If your SNAME service has unread messages, uncomment these lines to implement the logic for updating the badges
9 // const getMessages = () => {
10 // // TODO: Insert your notification-finding code here
11 // Ferdium.setBadge(0, 0);
12 // };
13 // Ferdium.loop(getMessages);
14
15 Ferdium.injectCSS(_path.default.join(__dirname, 'service.css'));
16};
diff --git a/recipes/purelymail/icon.svg b/recipes/purelymail/icon.svg
new file mode 100644
index 0000000..2fc7b1d
--- /dev/null
+++ b/recipes/purelymail/icon.svg
@@ -0,0 +1,31 @@
1<svg xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" width="192" height="192">
2 <!-- Created with SVG-edit - https://github.com/SVG-Edit/svgedit-->
3
4 <g class="layer">
5 <title>Layer 3</title>
6 <path d="m5.521525,15.813595l183.40726,-0.327651l-2.487703,153.965389l-182.200332,2.855393l1.280775,-156.493131z" fill="#ffffff" id="svg_7" stroke="#4c4c4c" stroke-dasharray="null" stroke-linecap="null" stroke-linejoin="null" stroke-width="12"/>
7 <polygon fill="#ffffff" id="svg_16" stroke-width="12"/>
8 <polygon fill="#ffffff" id="svg_17" stroke-width="12"/>
9 <polygon fill="#ffffff" id="svg_18" stroke-width="12"/>
10 <polygon fill="#ffffff" id="svg_19" stroke-width="12"/>
11 <polygon fill="#ffffff" id="svg_20" stroke-width="12"/>
12 <polygon fill="#ffffff" id="svg_21" stroke-width="12"/>
13 <polygon fill="#ffffff" id="svg_22" stroke-width="12"/>
14 <polygon fill="#ffffff" id="svg_25" stroke-width="12"/>
15 <polygon fill="#ffffff" id="svg_26" stroke-width="12"/>
16 <line fill="none" id="svg_30" stroke="#cccccc" stroke-dasharray="null" stroke-linecap="null" stroke-linejoin="null" stroke-width="9" x1="7.94331" x2="71.680493" y1="168.387412" y2="119.435089"/>
17 <line fill="none" id="svg_31" stroke="#cccccc" stroke-dasharray="null" stroke-linecap="null" stroke-linejoin="null" stroke-width="9" x1="182.611667" x2="118.874481" y1="165.46188" y2="117.791969"/>
18 </g>
19 <g class="layer" display="inline">
20 <title>Layer 2</title>
21 <path d="m1.514762,13.947336l92.30845,134.939874l97.654719,-134.450606l-189.963169,-0.489268z" fill="#ffffff" id="svg_12" stroke="#310035" stroke-dasharray="null" stroke-linecap="null" stroke-linejoin="null" stroke-width="9"/>
22 </g>
23 <g class="layer">
24 <title>Layer 5</title>
25 <g id="svg_4">
26 <circle cx="94.512235" cy="64.888373" fill="#ed9ff4" id="svg_5" r="45.947662" stroke="#000000" stroke-dasharray="null" stroke-linecap="null" stroke-linejoin="null" stroke-width="2"/>
27 <circle cx="94.512235" cy="67.416129" fill="#000000" id="svg_6" r="27.421291" stroke="#000000" stroke-dasharray="null" stroke-linecap="null" stroke-linejoin="null" stroke-width="2"/>
28 <circle cx="133.066652" cy="38.129528" fill="#ffffff" id="svg_10" r="2.236069" stroke="#000000" stroke-dasharray="null" stroke-linecap="null" stroke-linejoin="null" stroke-width="0" transform="matrix(2.36481, 0.460277, -0.437926, 2.4855, -222.707, -98.7136)"/>
29 </g>
30 </g>
31<script xmlns="" id="bw-fido2-page-script"/></svg> \ No newline at end of file
diff --git a/recipes/purelymail/index.js b/recipes/purelymail/index.js
new file mode 100644
index 0000000..dd41f72
--- /dev/null
+++ b/recipes/purelymail/index.js
@@ -0,0 +1 @@
module.exports = Ferdium => Ferdium;
diff --git a/recipes/purelymail/package.json b/recipes/purelymail/package.json
new file mode 100644
index 0000000..d09652b
--- /dev/null
+++ b/recipes/purelymail/package.json
@@ -0,0 +1,10 @@
1{
2 "id": "purelymail",
3 "name": "Purelymail",
4 "version": "1.0.0",
5 "license": "MIT",
6 "config": {
7 "serviceURL": "https://inbox.purelymail.com",
8 "hasNotificationSound": true
9 }
10}
diff --git a/recipes/purelymail/webview.js b/recipes/purelymail/webview.js
new file mode 100644
index 0000000..2a81dec
--- /dev/null
+++ b/recipes/purelymail/webview.js
@@ -0,0 +1,16 @@
1function _interopRequireDefault(obj) {
2 return obj && obj.__esModule ? obj : { default: obj };
3}
4
5const _path = _interopRequireDefault(require('path'));
6
7module.exports = Ferdium => {
8 // TODO: If your SNAME service has unread messages, uncomment these lines to implement the logic for updating the badges
9 // const getMessages = () => {
10 // // TODO: Insert your notification-finding code here
11 // Ferdium.setBadge(0, 0);
12 // };
13 // Ferdium.loop(getMessages);
14
15 Ferdium.injectCSS(_path.default.join(__dirname, 'service.css'));
16};
diff --git a/recipes/romeo/icon.svg b/recipes/romeo/icon.svg
new file mode 100644
index 0000000..8b92cb1
--- /dev/null
+++ b/recipes/romeo/icon.svg
@@ -0,0 +1,20 @@
1<?xml version="1.0" encoding="utf-8"?>
2<!-- Generator: Adobe Illustrator 28.3.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4 viewBox="0 0 95.13 95.13" style="enable-background:new 0 0 95.13 95.13;" xml:space="preserve">
5<style type="text/css">
6 .st0{fill:#00BDFF;}
7 .st1{fill:#ED1E79;}
8 .st2{fill:#6DDC00;}
9</style>
10<g>
11 <path class="st0" d="M85.79,8.94l-6.08,3.12c7.41,14.13,2.35,34.78-13.32,49.78C55.05,72.72,40.67,78.6,20.77,78.72v14.17
12 c23.38,0,41.11-9.6,54.32-22.52C94.1,51.72,98.7,24.94,85.79,8.94z"/>
13 <circle class="st1" cx="11.71" cy="52.66" r="9.68"/>
14 <path class="st2" d="M44.53,37.89c5.84-5.72,6.75-14.11,2-18.73s-13.26-3.74-19.1,2s-6.74,14.11-2,18.73S38.7,43.62,44.53,37.89z"
15 />
16 <path class="st0" d="M66.94,9.14c-11.2-10.97-33.42-8.65-47.93,5.58c-4.05,4-7.11,8.89-8.94,14.28h4.45
17 c1.12-4.22,3.92-8.35,7.52-11.88C32.37,6.98,47.9,5.25,55.87,13.06s6.56,22.52-3.77,32.66c-6.19,6.08-14.44,9.19-21.42,9v12.57
18 c11.23-0.54,21.92-4.95,30.26-12.48C75.88,41.02,78.13,20.11,66.94,9.14z"/>
19</g>
20</svg>
diff --git a/recipes/romeo/index.js b/recipes/romeo/index.js
new file mode 100644
index 0000000..dd41f72
--- /dev/null
+++ b/recipes/romeo/index.js
@@ -0,0 +1 @@
module.exports = Ferdium => Ferdium;
diff --git a/recipes/romeo/package.json b/recipes/romeo/package.json
new file mode 100644
index 0000000..9ab0cb9
--- /dev/null
+++ b/recipes/romeo/package.json
@@ -0,0 +1,10 @@
1{
2 "id": "romeo",
3 "name": "Romeo",
4 "version": "1.0.0",
5 "license": "MIT",
6 "config": {
7 "serviceURL": "http://romeo.com",
8 "hasNotificationSound": true
9 }
10}
diff --git a/recipes/romeo/webview.js b/recipes/romeo/webview.js
new file mode 100644
index 0000000..2a81dec
--- /dev/null
+++ b/recipes/romeo/webview.js
@@ -0,0 +1,16 @@
1function _interopRequireDefault(obj) {
2 return obj && obj.__esModule ? obj : { default: obj };
3}
4
5const _path = _interopRequireDefault(require('path'));
6
7module.exports = Ferdium => {
8 // TODO: If your SNAME service has unread messages, uncomment these lines to implement the logic for updating the badges
9 // const getMessages = () => {
10 // // TODO: Insert your notification-finding code here
11 // Ferdium.setBadge(0, 0);
12 // };
13 // Ferdium.loop(getMessages);
14
15 Ferdium.injectCSS(_path.default.join(__dirname, 'service.css'));
16};
diff --git a/recipes/sogo/icon.svg b/recipes/sogo/icon.svg
new file mode 100644
index 0000000..80b0994
--- /dev/null
+++ b/recipes/sogo/icon.svg
@@ -0,0 +1,20 @@
1<?xml version="1.0" encoding="utf-8"?>
2<!-- Generator: Adobe Illustrator 28.3.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4 viewBox="0 0 464 464" style="enable-background:new 0 0 464 464;" xml:space="preserve">
5<style type="text/css">
6 .st0{fill:#50BD37;}
7</style>
8<g>
9 <g>
10 <g>
11 <path class="st0" d="M231.9,288.4c-32.9,0-56.3-24.1-56.3-56.4c0-32.3,23.4-56.4,56.3-56.4c33.2,0,56.5,24.1,56.5,56.4
12 C288.4,264.3,265,288.4,231.9,288.4z M231.8,120.4c-65.1,0-111.4,47.6-111.4,111.6c0,63.9,46.3,111.6,111.4,111.6
13 c65.6,0,111.8-47.6,111.8-111.6C343.6,168.1,297.3,120.4,231.8,120.4z M231.7,401.4c-98.9,0-169.1-72.3-169.1-169.4
14 c0-97.1,70.2-169.4,169.1-169.4c99.5,0,169.7,72.3,169.7,169.4C401.4,329.1,331.2,401.4,231.7,401.4z M231.5,0
15 C96.2,0,0,99.1,0,232C0,365,96.2,464,231.5,464C367.8,464,464,365,464,232C464,99.1,367.8,0,231.5,0z"/>
16 </g>
17 </g>
18</g>
19<script id="bw-fido2-page-script" xmlns=""></script>
20</svg>
diff --git a/recipes/sogo/index.js b/recipes/sogo/index.js
new file mode 100644
index 0000000..dd41f72
--- /dev/null
+++ b/recipes/sogo/index.js
@@ -0,0 +1 @@
module.exports = Ferdium => Ferdium;
diff --git a/recipes/sogo/package.json b/recipes/sogo/package.json
new file mode 100644
index 0000000..b7e6656
--- /dev/null
+++ b/recipes/sogo/package.json
@@ -0,0 +1,10 @@
1{
2 "id": "sogo",
3 "name": "SOGo",
4 "version": "1.0.0",
5 "license": "MIT",
6 "config": {
7 "hasCustomUrl": true,
8 "hasNotificationSound": true
9 }
10}
diff --git a/recipes/sogo/webview.js b/recipes/sogo/webview.js
new file mode 100644
index 0000000..158fcb6
--- /dev/null
+++ b/recipes/sogo/webview.js
@@ -0,0 +1,20 @@
1function _interopRequireDefault(obj) {
2 return obj && obj.__esModule ? obj : { default: obj };
3}
4
5const _path = _interopRequireDefault(require('path'));
6
7module.exports = Ferdium => {
8 const getMessages = () => {
9 let count = 0;
10 for (const e of document.querySelectorAll('.sg-counter-badge')) {
11 if (e.textContent && e.textContent !== '') {
12 count += Number.parseInt(e.textContent);
13 }
14 }
15 Ferdium.setBadge(count, 0);
16 };
17 Ferdium.loop(getMessages);
18
19 Ferdium.injectCSS(_path.default.join(__dirname, 'service.css'));
20};
diff --git a/recipes/superlist/icon.svg b/recipes/superlist/icon.svg
new file mode 100644
index 0000000..980a47e
--- /dev/null
+++ b/recipes/superlist/icon.svg
@@ -0,0 +1,13 @@
1<?xml version="1.0" encoding="utf-8"?>
2<!-- Generator: Adobe Illustrator 28.3.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3<svg version="1.1" id="layer" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4 viewBox="0 0 652 652" style="enable-background:new 0 0 652 652;" xml:space="preserve">
5<style type="text/css">
6 .st0{fill:#FF5043;}
7</style>
8<path class="st0" d="M326,1C145.85,1,1,145.85,1,326s144.85,325,325,325s325-144.85,325-325S505.69,1,326,1z M468.1,371.84
9 L309.5,493.77c-2.75,2.75-8.25,4.13-12.38,2.75c-6.88-1.38-11-9.63-8.25-16.04l20.17-90.76c0-1.38,0-2.75-1.38-4.13l-124.68-79.76
10 c-1.38-1.38-4.13-2.75-5.5-4.13c-5.5-6.88-4.13-17.42,4.13-22.92l158.6-121.93c2.75-2.75,8.25-4.13,12.38-2.75
11 c6.88,1.38,11,9.63,8.25,16.04l-20.17,90.76c0,1.38,0,2.75,1.38,4.13l124.68,79.76c1.38,1.38,4.13,2.75,5.5,4.13
12 C477.27,357.17,475.89,366.8,468.1,371.84z"/>
13</svg>
diff --git a/recipes/superlist/index.js b/recipes/superlist/index.js
new file mode 100644
index 0000000..dd41f72
--- /dev/null
+++ b/recipes/superlist/index.js
@@ -0,0 +1 @@
module.exports = Ferdium => Ferdium;
diff --git a/recipes/superlist/package.json b/recipes/superlist/package.json
new file mode 100644
index 0000000..a8bde3d
--- /dev/null
+++ b/recipes/superlist/package.json
@@ -0,0 +1,10 @@
1{
2 "id": "superlist",
3 "name": "Superlist",
4 "version": "1.0.0",
5 "license": "MIT",
6 "config": {
7 "serviceURL": "https://app.superlist.com",
8 "hasNotificationSound": true
9 }
10}
diff --git a/recipes/superlist/webview.js b/recipes/superlist/webview.js
new file mode 100644
index 0000000..2a81dec
--- /dev/null
+++ b/recipes/superlist/webview.js
@@ -0,0 +1,16 @@
1function _interopRequireDefault(obj) {
2 return obj && obj.__esModule ? obj : { default: obj };
3}
4
5const _path = _interopRequireDefault(require('path'));
6
7module.exports = Ferdium => {
8 // TODO: If your SNAME service has unread messages, uncomment these lines to implement the logic for updating the badges
9 // const getMessages = () => {
10 // // TODO: Insert your notification-finding code here
11 // Ferdium.setBadge(0, 0);
12 // };
13 // Ferdium.loop(getMessages);
14
15 Ferdium.injectCSS(_path.default.join(__dirname, 'service.css'));
16};