Calendar by WD – Responsive Event Calendar - Version 1.5.64

Version Description

Download this release

Release Info

Developer webdorado
Plugin Icon 128x128 Calendar by WD – Responsive Event Calendar
Version 1.5.64
Comparing to
See all releases

Code changes from version 1.5.63 to 1.5.64

calendar.php CHANGED
@@ -1,23 +1,26 @@
1
  <?php
2
  /*
3
- Plugin Name: Spider Event Calendar
4
  Plugin URI: https://10web.io/plugins/wordpress-spider-calendar
5
- Description: Spider Event Calendar is a highly configurable product which allows you to have multiple organized events. Spider Event Calendar is an extraordinary user friendly extension.
6
- Version: 1.5.63
7
  Author: 10Web
8
  Author URI: https://10web.io
9
  License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
10
  */
11
  if( ! defined( 'SPCALENDAR_VERSION' ) ) {
12
- define( 'SPCALENDAR_VERSION', "1.5.63");
13
  }
14
 
 
 
 
 
15
  // LANGUAGE localization.
 
16
  function sp_calendar_language_load () {
17
  load_plugin_textdomain('sp_calendar', false, basename(dirname(__FILE__)) . '/languages');
18
  }
19
 
20
- add_action('init', 'sp_calendar_language_load');
21
  add_action('init', 'sp_cal_registr_some_scripts');
22
  function sp_cal_registr_some_scripts () {
23
  wp_register_script("Canlendar_upcoming", plugins_url("elements/calendar.js", __FILE__), array(), SPCALENDAR_VERSION);
@@ -763,6 +766,11 @@ function add_button_style_calendar () {
763
  echo '<script>var wdplugin_url = "' . plugins_url('', __FILE__) . '";</script>';
764
  }
765
 
 
 
 
 
 
766
  add_action('admin_head', 'add_button_style_calendar');
767
  function Manage_Spider_Calendar () {
768
  global $wpdb;
@@ -1602,4 +1610,14 @@ function enqueue_block_editor_assets() {
1602
  ));
1603
  wp_enqueue_style('tw-gb-block', $assets['css_path'], array( 'wp-edit-blocks' ), $assets['version']);
1604
  }
1605
- ?>
 
 
 
 
 
 
 
 
 
 
1
  <?php
2
  /*
3
+ Plugin Name: SpiderCalendar
4
  Plugin URI: https://10web.io/plugins/wordpress-spider-calendar
5
+ Version: 1.5.64
 
6
  Author: 10Web
7
  Author URI: https://10web.io
8
  License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
9
  */
10
  if( ! defined( 'SPCALENDAR_VERSION' ) ) {
11
+ define( 'SPCALENDAR_VERSION', "1.5.64");
12
  }
13
 
14
+ define( 'SPC_PREFIX', 'SPC');
15
+ define( 'SPC_PLUGIN_DIR', WP_PLUGIN_DIR . "/" . plugin_basename(dirname(__FILE__)) );
16
+ define( 'SPC_PLUGIN_URL', plugins_url(plugin_basename(dirname(__FILE__))) );
17
+
18
  // LANGUAGE localization.
19
+ add_action('init', 'sp_calendar_language_load');
20
  function sp_calendar_language_load () {
21
  load_plugin_textdomain('sp_calendar', false, basename(dirname(__FILE__)) . '/languages');
22
  }
23
 
 
24
  add_action('init', 'sp_cal_registr_some_scripts');
25
  function sp_cal_registr_some_scripts () {
26
  wp_register_script("Canlendar_upcoming", plugins_url("elements/calendar.js", __FILE__), array(), SPCALENDAR_VERSION);
766
  echo '<script>var wdplugin_url = "' . plugins_url('', __FILE__) . '";</script>';
767
  }
768
 
769
+ // Enqueue block editor assets for Gutenberg.
770
+ add_filter('tw_get_block_editor_assets', 'register_block_editor_assets');
771
+ add_filter('tw_get_plugin_blocks', 'register_plugin_block');
772
+ add_action( 'enqueue_block_editor_assets', 'enqueue_block_editor_assets');
773
+
774
  add_action('admin_head', 'add_button_style_calendar');
775
  function Manage_Spider_Calendar () {
776
  global $wpdb;
1610
  ));
1611
  wp_enqueue_style('tw-gb-block', $assets['css_path'], array( 'wp-edit-blocks' ), $assets['version']);
1612
  }
1613
+
1614
+ /* Init Elementor */
1615
+ add_action('plugins_loaded', 'spcal_elementor_init');
1616
+ if ( !function_exists('spcal_elementor_init') ) {
1617
+ function spcal_elementor_init(){
1618
+ if ( defined('ELEMENTOR_VERSION') ) {
1619
+ require_once SPC_PLUGIN_DIR . '/elementor/elementor.php';
1620
+ SPCElementor::get_instance();
1621
+ }
1622
+ }
1623
+ }
elementor/assets/css/fonts.css ADDED
@@ -0,0 +1,258 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ @font-face {
2
+ font-family: 'twbb-icons';
3
+ src:
4
+ url('fonts/twbb-icons.ttf?5l7xbr') format('truetype'),
5
+ url('fonts/twbb-icons.woff?5l7xbr') format('woff'),
6
+ url('fonts/twbb-icons.svg?5l7xbr#twbb-icons') format('svg');
7
+ font-weight: normal;
8
+ font-style: normal;
9
+ }
10
+
11
+ .twbb-widget-icon {
12
+ /* use !important to prevent issues with browser extensions that change fonts */
13
+ font-family: 'twbb-icons' !important;
14
+ speak: none;
15
+ font-style: normal !important;
16
+ font-weight: normal !important;
17
+ font-variant: normal !important;
18
+ text-transform: none;
19
+ line-height: 1;
20
+
21
+ /* Better Font Rendering =========== */
22
+ -webkit-font-smoothing: antialiased;
23
+ -moz-osx-font-smoothing: grayscale;
24
+ }
25
+
26
+ .twbb-calendar.twbb-widget-icon:before {
27
+ content: "\e900";
28
+ }
29
+ .twbb-call-to-action.twbb-widget-icon:before {
30
+ content: "\e901";
31
+ }
32
+ .twbb-countdown.twbb-widget-icon:before {
33
+ content: "\e902";
34
+ }
35
+ .twbb-featured-image.twbb-widget-icon:before {
36
+ content: "\e903";
37
+ }
38
+ .twbb-flip-box.twbb-widget-icon:before {
39
+ content: "\e904";
40
+ }
41
+ .twbb-form-maker.twbb-widget-icon:before {
42
+ content: "\e905";
43
+ }
44
+ .twbb-map.twbb-widget-icon:before {
45
+ content: "\e906";
46
+ }
47
+ .twbb-menu.twbb-widget-icon:before {
48
+ content: "\e907";
49
+ }
50
+ .twbb-photo-gallery.twbb-widget-icon:before {
51
+ content: "\e908";
52
+ }
53
+ .twbb-post-comments.twbb-widget-icon:before {
54
+ content: "\e909";
55
+ }
56
+ .twbb-post-content.twbb-widget-icon:before {
57
+ content: "\e90a";
58
+ }
59
+ .twbb-post-excerpt.twbb-widget-icon:before {
60
+ content: "\e90b";
61
+ }
62
+ .twbb-post-info.twbb-widget-icon:before {
63
+ content: "\e90c";
64
+ }
65
+ .twbb-post-navigation.twbb-widget-icon:before {
66
+ content: "\e90d";
67
+ }
68
+ .twbb-posts.twbb-widget-icon:before {
69
+ content: "\e90e";
70
+ }
71
+ .twbb-posts-archive.twbb-widget-icon:before {
72
+ content: "\e90f";
73
+ }
74
+ .twbb-post-title.twbb-widget-icon:before {
75
+ content: "\e910";
76
+ }
77
+ .twbb-pricing-table.twbb-widget-icon:before {
78
+ content: "\e911";
79
+ }
80
+ .twbb-share-buttons.twbb-widget-icon:before {
81
+ content: "\e912";
82
+ }
83
+ .twbb-site-logo.twbb-widget-icon:before {
84
+ content: "\e913";
85
+ }
86
+ .twbb-site-title.twbb-widget-icon:before {
87
+ content: "\e914";
88
+ }
89
+ .twbb-slider-wd.twbb-widget-icon:before {
90
+ content: "\e915";
91
+ }
92
+ .twbb-testimonial-carousel.twbb-widget-icon:before {
93
+ content: "\e916";
94
+ }
95
+ .twbb-wd-facebook-feed.twbb-widget-icon:before {
96
+ content: "\e917";
97
+ }
98
+ .twbb-wd-instagram-feed.twbb-widget-icon:before {
99
+ content: "\e918";
100
+ }
101
+ .twbb-animated-heading.twbb-widget-icon:before {
102
+ content: "\e919";
103
+ }
104
+ .twbb-author-box.twbb-widget-icon:before {
105
+ content: "\e929";
106
+ }
107
+ .twbb-blockquotes.twbb-widget-icon:before {
108
+ content: "\e92a";
109
+ }
110
+ .twbb-login.twbb-widget-icon:before {
111
+ content: "\e92b";
112
+ }
113
+ .twbb-media-carousel.twbb-widget-icon:before {
114
+ content: "\e92c";
115
+ }
116
+ .twbb-nav-menu.twbb-widget-icon:before {
117
+ content: "\e92d";
118
+ }
119
+ .twbb-price-list.twbb-widget-icon:before {
120
+ content: "\e92e";
121
+ }
122
+ .twbb-search-form.twbb-widget-icon:before {
123
+ content: "\e92f";
124
+ }
125
+ .twbb-share-button.twbb-widget-icon:before {
126
+ content: "\e930";
127
+ }
128
+ .twbb-sitemap.twbb-widget-icon:before {
129
+ content: "\e931";
130
+ }
131
+ .twbb-menu-button.twbb-widget-icon:before {
132
+ content: "\e91a";
133
+ }
134
+ .twbb-bag-light.twbb-widget-icon:before {
135
+ content: "\e91b";
136
+ }
137
+ .twbb-bag-medium.twbb-widget-icon:before {
138
+ content: "\e91c";
139
+ }
140
+ .twbb-bag-solid.twbb-widget-icon:before {
141
+ content: "\e91d";
142
+ }
143
+ .twbb-basket-light.twbb-widget-icon:before {
144
+ content: "\e91f";
145
+ }
146
+ .twbb-basket-medium.twbb-widget-icon:before {
147
+ content: "\e920";
148
+ }
149
+ .twbb-basket-solid.twbb-widget-icon:before {
150
+ content: "\e921";
151
+ }
152
+ .twbb-cart-light.twbb-widget-icon:before {
153
+ content: "\e922";
154
+ }
155
+ .twbb-cart-medium.twbb-widget-icon:before {
156
+ content: "\e923";
157
+ }
158
+ .twbb-cart-solid.twbb-widget-icon:before {
159
+ content: "\e924";
160
+ }
161
+ .twbb-play.twbb-widget-icon:before {
162
+ content: "\e91e";
163
+ }
164
+ .twbb-arrow-up.twbb-widget-icon:before {
165
+ content: "\e925";
166
+ }
167
+ .twbb-arrow-down.twbb-widget-icon:before {
168
+ content: "\e932";
169
+ }
170
+ .twbb-search.twbb-widget-icon:before {
171
+ content: "\e926";
172
+ }
173
+ .twbb-redo.twbb-widget-icon:before {
174
+ content: "\e927";
175
+ }
176
+ .twbb-undo.twbb-widget-icon:before {
177
+ content: "\e928";
178
+ }
179
+ .twbb-builder.twbb-widget-icon:before {
180
+ content: "\e933";
181
+ }
182
+ .twbb-external.twbb-widget-icon:before {
183
+ content: "\e934";
184
+ }
185
+ .twbb-edit.twbb-widget-icon:before {
186
+ content: "\e935";
187
+ }
188
+ .twbb-check.twbb-widget-icon:before {
189
+ content: "\e936";
190
+ }
191
+ .twbb-add_to_cart.twbb-widget-icon:before {
192
+ content: "\e937";
193
+ }
194
+ .twbb-additional_information.twbb-widget-icon:before {
195
+ content: "\e938";
196
+ }
197
+ .twbb-breadcrumbs.twbb-widget-icon:before {
198
+ content: "\e939";
199
+ }
200
+ .twbb-custom_add_to_cart.twbb-widget-icon:before {
201
+ content: "\e93a";
202
+ }
203
+ .twbb-menu_cart.twbb-widget-icon:before {
204
+ content: "\e93b";
205
+ }
206
+ .twbb-product_categories.twbb-widget-icon:before {
207
+ content: "\e93c";
208
+ }
209
+ .twbb-product_content.twbb-widget-icon:before {
210
+ content: "\e93d";
211
+ }
212
+ .twbb-product_images.twbb-widget-icon:before {
213
+ content: "\e93e";
214
+ }
215
+ .twbb-product_meta.twbb-widget-icon:before {
216
+ content: "\e93f";
217
+ }
218
+ .twbb-product_prices.twbb-widget-icon:before {
219
+ content: "\e940";
220
+ }
221
+ .twbb-product_rating.twbb-widget-icon:before {
222
+ content: "\e941";
223
+ }
224
+ .twbb-product_related.twbb-widget-icon:before {
225
+ content: "\e942";
226
+ }
227
+ .twbb-product_stock.twbb-widget-icon:before {
228
+ content: "\e943";
229
+ }
230
+ .twbb-product_tabs.twbb-widget-icon:before {
231
+ content: "\e944";
232
+ }
233
+ .twbb-product_title.twbb-widget-icon:before {
234
+ content: "\e945";
235
+ }
236
+ .twbb-products.twbb-widget-icon:before {
237
+ content: "\e946";
238
+ }
239
+ .twbb-short_description.twbb-widget-icon:before {
240
+ content: "\e947";
241
+ }
242
+ .twbb-upsellls.twbb-widget-icon:before {
243
+ content: "\e948";
244
+ }
245
+ .twbb-woocommerce_pages.twbb-widget-icon:before {
246
+ content: "\e949";
247
+ }
248
+ .twbb-post-slider.twbb-widget-icon:before {
249
+ content: "\e94a";
250
+ }
251
+ .twbb-spider-calendar.twbb-widget-icon:before {
252
+ content: "\e94b";
253
+ }
254
+ #wpadminbar #wp-admin-bar-twbb_builder>.ab-item:before {
255
+ font-family: 'twbb-icons' !important;
256
+ content: "\e933";
257
+ top: 2px;
258
+ }
elementor/assets/css/fonts/twbb-icons.svg ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
+ <svg xmlns="http://www.w3.org/2000/svg">
4
+ <metadata>Generated by IcoMoon</metadata>
5
+ <defs>
6
+ <font id="twbb-icons" horiz-adv-x="1024">
7
+ <font-face units-per-em="1024" ascent="960" descent="-64" />
8
+ <missing-glyph horiz-adv-x="1024" />
9
+ <glyph unicode="&#x20;" horiz-adv-x="512" d="" />
10
+ <glyph unicode="&#xe900;" glyph-name="calendar" d="M811.008 30.208c-4.096 0-7.68 1.536-10.752 4.608l-96.256 93.696c-3.072 3.072-4.608 6.656-4.608 10.752s1.536 8.192 4.608 10.752l41.984 41.472c3.072 3.072 7.68 4.608 12.288 4.096s8.704-3.072 11.264-6.656l25.6-37.376c26.112 44.544 87.552 130.56 204.288 198.656 4.608 2.56 10.752 2.56 15.36 0s7.68-7.68 7.68-13.312v-93.184c0-6.656-4.096-12.288-10.24-14.336-1.536-0.512-134.144-46.592-186.368-189.44-2.048-5.12-6.144-8.704-11.264-9.728-1.536 0-2.56 0-3.584 0zM736.256 139.776l68.608-67.072c52.736 118.272 153.6 168.448 186.368 182.272v55.296c-116.224-74.752-167.424-165.376-180.736-192.512-1.024-2.56-5.12-10.24-14.848-10.24-5.12 0-9.728 2.56-12.8 6.656l-29.696 43.008-16.896-17.408zM873.984 694.784c0 0 0 0 0 0l-855.552 0.512c-8.704 0-15.36 6.656-15.36 15.36v114.688c0 33.792 27.648 61.44 61.44 61.44h104.448c8.704 0 15.36-6.656 15.36-15.36v-51.2c0-3.072-1.024-5.632-2.048-8.192l2.048-0.512c0-15.872 12.8-29.184 28.672-30.208 2.048 0 58.88 0 61.952 0 16.384 0 30.208 13.312 30.208 30.208v60.416c0 8.704 6.656 15.36 15.36 15.36h239.616c8.704 0 15.36-6.656 15.36-15.36v-59.904c0-16.384 12.8-29.696 29.184-30.208 1.536 0 60.928 0 61.44 0 16.384 0 30.208 13.312 30.208 30.208v59.904c0 8.704 6.656 15.36 15.36 15.36h114.688c33.792 0 61.952-27.136 64-61.44 0-0.512 0-0.512 0-1.024v-114.688c0-4.096-1.536-8.192-4.608-10.752-4.096-3.072-7.68-4.608-11.776-4.608zM33.792 726.016l824.832-1.024v99.328c-1.536 17.92-15.872 32.256-33.28 32.256h-99.328v-44.544c0-33.28-27.136-60.928-60.928-60.928-0.512 0-61.44 0-62.464 0-32.768 1.024-58.88 27.648-58.88 60.928v44.544h-208.384v-35.84c0-3.072-1.024-5.632-2.048-8.192l2.048-0.512c0-33.28-27.136-60.928-60.928-60.928-0.512 0-61.952 0-62.976 0-32.768 1.536-57.856 28.16-57.856 60.928v44.544h-88.576c-16.896 0-30.72-13.824-30.72-30.72v-99.84zM193.536 534.016h-89.6c-8.704 0-15.36 6.656-15.36 15.36v79.36c0 8.704 6.656 15.36 15.36 15.36h89.6c8.704 0 15.36-6.656 15.36-15.36v-79.36c0-8.192-6.656-15.36-15.36-15.36zM119.296 564.736h58.88v48.64h-58.88v-48.64zM193.536 399.872h-89.6c-8.704 0-15.36 6.656-15.36 15.36v79.36c0 8.704 6.656 15.36 15.36 15.36h89.6c8.704 0 15.36-6.656 15.36-15.36v-79.36c0-8.192-6.656-15.36-15.36-15.36zM119.296 430.592h58.88v48.64h-58.88v-48.64zM193.536 259.584h-89.6c-8.704 0-15.36 6.656-15.36 15.36v79.36c0 8.704 6.656 15.36 15.36 15.36h89.6c8.704 0 15.36-6.656 15.36-15.36v-79.36c0-8.192-6.656-15.36-15.36-15.36zM119.296 290.304h58.88v48.64h-58.88v-48.64zM342.016 534.016h-89.6c-8.704 0-15.36 6.656-15.36 15.36v79.36c0 8.704 6.656 15.36 15.36 15.36h89.6c8.704 0 15.36-6.656 15.36-15.36v-79.36c0-8.192-7.168-15.36-15.36-15.36zM267.776 564.736h58.88v48.64h-58.88v-48.64zM342.016 399.872h-89.6c-8.704 0-15.36 6.656-15.36 15.36v79.36c0 8.704 6.656 15.36 15.36 15.36h89.6c8.704 0 15.36-6.656 15.36-15.36v-79.36c0-8.192-7.168-15.36-15.36-15.36zM267.776 430.592h58.88v48.64h-58.88v-48.64zM342.016 259.584h-89.6c-8.704 0-15.36 6.656-15.36 15.36v79.36c0 8.704 6.656 15.36 15.36 15.36h89.6c8.704 0 15.36-6.656 15.36-15.36v-79.36c0-8.192-7.168-15.36-15.36-15.36zM267.776 290.304h58.88v48.64h-58.88v-48.64zM193.024 119.808h-89.6c-8.704 0-15.36 6.656-15.36 15.36v79.36c0 8.704 6.656 15.36 15.36 15.36h89.6c8.704 0 15.36-6.656 15.36-15.36v-79.36c0-8.192-7.168-15.36-15.36-15.36zM118.784 150.528h58.88v48.64h-58.88v-48.64zM490.496 534.016h-89.6c-8.704 0-15.36 6.656-15.36 15.36v79.36c0 8.704 6.656 15.36 15.36 15.36h89.6c8.704 0 15.36-6.656 15.36-15.36v-79.36c0-8.192-7.168-15.36-15.36-15.36zM416.256 564.736h58.88v48.64h-58.88v-48.64zM490.496 399.872h-89.6c-8.704 0-15.36 6.656-15.36 15.36v79.36c0 8.704 6.656 15.36 15.36 15.36h89.6c8.704 0 15.36-6.656 15.36-15.36v-79.36c0-8.192-7.168-15.36-15.36-15.36zM416.256 430.592h58.88v48.64h-58.88v-48.64zM639.488 534.016h-89.6c-8.704 0-15.36 6.656-15.36 15.36v79.36c0 8.704 6.656 15.36 15.36 15.36h89.6c8.704 0 15.36-6.656 15.36-15.36v-79.36c0-8.192-7.168-15.36-15.36-15.36zM565.248 564.736h58.88v48.64h-58.88v-48.64zM639.488 399.872h-89.6c-8.704 0-15.36 6.656-15.36 15.36v79.36c0 8.704 6.656 15.36 15.36 15.36h89.6c8.704 0 15.36-6.656 15.36-15.36v-79.36c0-8.192-7.168-15.36-15.36-15.36zM565.248 430.592h58.88v48.64h-58.88v-48.64zM787.456 534.016h-89.6c-8.704 0-15.36 6.656-15.36 15.36v79.36c0 8.704 6.656 15.36 15.36 15.36h89.6c8.704 0 15.36-6.656 15.36-15.36v-79.36c0-8.192-6.656-15.36-15.36-15.36zM713.216 564.736h58.88v48.64h-58.88v-48.64zM786.944 400.384h-89.6c-8.704 0-15.36 6.656-15.36 15.36v79.36c0 8.704 6.656 15.36 15.36 15.36h89.6c8.704 0 15.36-6.656 15.36-15.36v-79.36c0-8.192-6.656-15.36-15.36-15.36zM712.704 431.104h58.88v48.64h-58.88v-48.64zM245.76 796.672c-26.624 0-37.888 20.48-40.448 31.232 0 1.024-0.512 2.048-0.512 3.072v59.392c0 8.704 6.656 15.36 15.36 15.36h51.2c8.704 0 15.36-6.656 15.36-15.36v-59.392c0-1.024 0-2.048-0.512-3.072-2.048-10.752-13.824-31.232-40.448-31.232zM236.032 833.024c1.024-2.56 3.584-5.632 10.24-5.632 6.144 0 8.704 3.072 10.24 6.144v41.984h-19.968v-42.496zM271.36 830.976v0 0zM639.488 796.672c-26.624 0-37.888 20.48-40.448 31.232 0 1.024-0.512 2.048-0.512 3.072v59.392c0 8.704 6.656 15.36 15.36 15.36h50.688c8.704 0 15.36-6.656 15.36-15.36v-59.392c0-1.024 0-2.048-0.512-3.072-2.048-10.752-13.312-31.232-39.936-31.232zM629.248 833.024c1.024-2.56 3.584-5.632 10.24-5.632 6.144 0 8.704 3.072 10.24 6.144v41.984h-19.968v-42.496zM664.576 830.976v0 0zM505.856 34.816c0 0 0 0 0 0l-408.064 1.024c-52.736 0-95.232 43.008-95.232 95.744l0.512 578.56c0 8.704 6.656 15.36 15.36 15.36 0 0 0 0 0 0l855.552-1.024c8.704 0 15.36-6.656 15.36-15.36v-344.064c0-4.608-2.048-8.704-5.12-11.776-3.584-3.072-7.68-4.096-12.288-3.584-14.848 2.048-29.696 3.072-44.544 3.072-166.912 0-304.64-136.192-306.176-303.104 0-8.192-7.168-14.848-15.36-14.848zM33.792 694.784l-0.512-563.712c0-35.84 28.672-64.512 64.512-64.512l393.216-0.512c9.728 176.64 157.696 318.464 336.384 318.464 10.24 0 20.992-0.512 31.232-1.536v310.784l-824.832 1.024zM571.392 30.208c0 0 0 0 0 0-8.704 0-15.36 7.168-15.36 15.36 1.536 152.576 126.976 276.992 279.552 276.992 13.312 0 27.136-1.024 40.448-3.072 8.192-1.024 14.336-9.216 12.8-17.408-1.024-8.192-9.216-14.336-17.408-12.8-12.288 1.536-24.064 2.56-36.352 2.56-136.192 0-247.808-110.592-248.832-246.784 0.512-8.192-6.656-14.848-14.848-14.848z" />
11
+ <glyph unicode="&#xe901;" glyph-name="call-to-action" horiz-adv-x="656" d="M57.61-64c-0.030 0-0.066 0-0.103 0-31.761 0-57.508 25.747-57.508 57.508 0 0.043 0 0.086 0 0.13v-0.007 908.739c0 0.037 0 0.080 0 0.123 0 31.761 25.747 57.508 57.508 57.508 0.036 0 0.072 0 0.108 0h540.809c0.030 0 0.066 0 0.103 0 31.761 0 57.508-25.747 57.508-57.508 0-0.043 0-0.086 0-0.13v0.007-908.739c0-0.036 0-0.080 0-0.123 0-31.761-25.747-57.508-57.508-57.508-0.029 0-0.058 0-0.086 0h0.004zM26.624 902.369v-908.739c0-0.055-0.001-0.12-0.001-0.185 0-17.034 13.809-30.843 30.843-30.843 0.065 0 0.13 0 0.195 0.001h540.805c0.055 0 0.12-0.001 0.185-0.001 17.034 0 30.843 13.809 30.843 30.843 0 0.065 0 0.13-0.001 0.195v-0.010 908.739c0 0.055 0.001 0.12 0.001 0.185 0 17.034-13.809 30.843-30.843 30.843-0.065 0-0.13 0-0.195-0.001h-540.805c-0.055 0-0.12 0.001-0.185 0.001-17.034 0-30.843-13.809-30.843-30.843 0-0.065 0-0.13 0.001-0.195v0.010zM473.088 25.108l-22.159 26.624c-1.001 1.163-1.819 2.521-2.385 4.002l-0.031 0.094-31.724-30.72c-2.381-2.197-5.576-3.545-9.085-3.545-0.075 0-0.15 0.001-0.224 0.002h0.011c-0.169-0.010-0.366-0.016-0.565-0.016-1.064 0-2.088 0.171-3.047 0.487l0.069-0.020c-4.434 1.21-7.896 4.523-9.291 8.773l-0.027 0.095-33.71 113.48h-103.69c-0.068-0.001-0.148-0.002-0.228-0.002-7.216 0-13.066 5.85-13.066 13.066 0 0.087 0.001 0.174 0.003 0.261v-0.013c-0.001 0.068-0.002 0.147-0.002 0.227 0 7.216 5.85 13.066 13.066 13.066 0.080 0 0.16-0.001 0.239-0.002h95.793l-4.485 15.073c-0.349 1.134-0.55 2.439-0.55 3.789 0 4.196 1.938 7.939 4.969 10.383l0.026 0.020c2.199 1.901 5.086 3.059 8.244 3.059 2.351 0 4.552-0.642 6.437-1.76l-0.058 0.032 143.176-75.776c3.99-2.246 6.73-6.306 7.103-11.031l0.003-0.048c0.037-0.356 0.059-0.77 0.059-1.189 0-4.364-2.314-8.188-5.781-10.312l-0.053-0.030-45.056-31.048c1.692-0.875 3.107-2.061 4.218-3.494l0.021-0.029 22.18-26.624c1.97-2.251 3.171-5.217 3.171-8.464 0-4.111-1.926-7.773-4.925-10.131l-0.028-0.021c-2.080-1.935-4.879-3.122-7.954-3.122-0.163 0-0.325 0.003-0.486 0.010l0.023-0.001c-0.012 0-0.027 0-0.041 0-4.124 0-7.808 1.881-10.242 4.831l-0.018 0.023zM414.147 59.679l28.815 27.935c0.499 0.538 1.089 0.984 1.747 1.315l0.035 0.016 34.14 23.491-95.908 50.893zM124.232 485.663c-0.068-0.001-0.148-0.002-0.228-0.002-7.216 0-13.066 5.85-13.066 13.066 0 0.087 0.001 0.174 0.003 0.261v-0.013c-0.001 0.068-0.002 0.147-0.002 0.227 0 7.216 5.85 13.066 13.066 13.066 0.080 0 0.16-0.001 0.239-0.002h398.938c0.068 0.001 0.147 0.002 0.227 0.002 7.216 0 13.066-5.85 13.066-13.066 0-0.080-0.001-0.16-0.002-0.239v0.012c0.001-0.074 0.002-0.161 0.002-0.248 0-7.216-5.85-13.066-13.066-13.066-0.080 0-0.16 0.001-0.24 0.002h0.012zM124.232 561.029c-0.068-0.001-0.147-0.002-0.227-0.002-7.216 0-13.066 5.85-13.066 13.066 0 0.080 0.001 0.16 0.002 0.239v-0.012c-0.001 0.068-0.002 0.147-0.002 0.227 0 7.216 5.85 13.066 13.066 13.066 0.080 0 0.16-0.001 0.239-0.002h398.938c0.068 0.001 0.147 0.002 0.227 0.002 7.216 0 13.066-5.85 13.066-13.066 0-0.080-0.001-0.16-0.002-0.239v0.012c0.001-0.068 0.002-0.147 0.002-0.227 0-7.216-5.85-13.066-13.066-13.066-0.080 0-0.16 0.001-0.239 0.002h0.012zM226.202 636.396c-0.068-0.001-0.147-0.002-0.227-0.002-7.216 0-13.066 5.85-13.066 13.066 0 0.080 0.001 0.16 0.002 0.239v-0.012c-0.001 0.068-0.002 0.147-0.002 0.227 0 7.216 5.85 13.066 13.066 13.066 0.080 0 0.16-0.001 0.239-0.002h212.755c0.068 0.001 0.147 0.002 0.227 0.002 7.216 0 13.066-5.85 13.066-13.066 0-0.080-0.001-0.16-0.002-0.239v0.012c0.001-0.068 0.002-0.147 0.002-0.227 0-7.216-5.85-13.066-13.066-13.066-0.080 0-0.16 0.001-0.239 0.002h0.012z" />
12
+ <glyph unicode="&#xe902;" glyph-name="countdown" horiz-adv-x="2304" d="M1925.819-64c-65.233 0.249-118.050 53.054-118.318 118.259v359.791c-0.003 0.145-0.004 0.317-0.004 0.489 0 10.536 5.691 19.743 14.168 24.715l0.135 0.073c-0.474 2.028-0.745 4.358-0.745 6.75 0 0.009 0 0.019 0 0.028v-0.001c0 0.020 0 0.044 0 0.068 0 3.043 0.446 5.982 1.275 8.755l-0.055-0.216c-10.992 4.119-18.674 14.537-18.674 26.749 0 0.185 0.002 0.37 0.005 0.554v-0.028 359.698c0.249 65.257 53.093 118.088 118.33 118.318h259.902c65.237-0.268 118.050-53.081 118.318-118.292v-359.758c0.003-0.153 0.005-0.333 0.005-0.513 0-15.775-12.788-28.563-28.563-28.563-0.192 0-0.384 0.002-0.575 0.006h-7.662c0.474-2.027 0.745-4.355 0.745-6.746 0-0.011 0-0.021 0-0.032v0.002q0-1.491 0-2.914h10.809c0.153 0.003 0.333 0.005 0.513 0.005 15.775 0 28.563-12.788 28.563-28.563 0-0.192-0.002-0.384-0.006-0.575v0.029-359.799c0.002-0.222 0.002-0.485 0.002-0.748 0-64.915-52.624-117.539-117.539-117.539-0.263 0-0.526 0.001-0.788 0.003h0.041zM1865.712 54.284c0.267-33.054 27.040-59.767 60.091-59.938h259.896c33.127 0.172 59.936 26.981 60.108 60.091v330.541h-33.883c-0.163-0.003-0.354-0.005-0.547-0.005-15.775 0-28.563 12.788-28.563 28.563 0 0.181 0.002 0.361 0.005 0.54v-0.027q0 1.491 0 2.914h-254.221q0-1.423 0-2.914c0.003-0.153 0.005-0.333 0.005-0.513 0-15.775-12.788-28.563-28.563-28.563-0.18 0-0.36 0.002-0.54 0.005h-33.856zM2179.668 475.14c-0.474 2.028-0.745 4.358-0.745 6.75 0 0.009 0 0.019 0 0.028v-0.001c-0.003 0.163-0.005 0.355-0.005 0.547 0 15.775 12.788 28.563 28.563 28.563 0.192 0 0.384-0.002 0.576-0.006h33.854v330.66c-0.172 33.127-26.981 59.936-60.091 60.108h-259.896c-33.127-0.172-59.936-26.981-60.108-60.091v-330.676h33.883c0.153 0.003 0.333 0.005 0.513 0.005 15.794 0 28.597-12.803 28.597-28.597 0-0.18-0.002-0.36-0.005-0.54v0.027c0-0.009 0-0.020 0-0.030 0-2.391-0.272-4.719-0.786-6.954l0.040 0.208zM1363.402-64c-65.218 0.268-118.016 53.066-118.284 118.258v359.791c-0.003 0.145-0.004 0.317-0.004 0.489 0 10.536 5.691 19.743 14.168 24.715l0.135 0.073c-0.474 2.028-0.745 4.358-0.745 6.75 0 0.009 0 0.019 0 0.028v-0.001c0 0.020 0 0.044 0 0.068 0 3.043 0.446 5.982 1.275 8.755l-0.055-0.216c-10.992 4.119-18.674 14.537-18.674 26.749 0 0.185 0.002 0.37 0.005 0.554v-0.028 359.698c0.268 65.225 53.062 118.031 118.257 118.318h259.907c65.23-0.268 118.035-53.085 118.284-118.294v-359.756c0.003-0.153 0.005-0.333 0.005-0.513 0-15.775-12.788-28.563-28.563-28.563-0.18 0-0.36 0.002-0.54 0.005h-7.495c0.474-2.028 0.745-4.358 0.745-6.75 0-0.009 0-0.019 0-0.028v0.001q0-1.491 0-2.914h10.809c0.153 0.003 0.333 0.005 0.513 0.005 15.794 0 28.597-12.803 28.597-28.597 0-0.18-0.002-0.36-0.005-0.54v0.027-359.799c0.002-0.222 0.002-0.485 0.002-0.748 0-64.915-52.624-117.539-117.539-117.539-0.275 0-0.55 0.001-0.824 0.003h0.042zM1303.294 54.284c0.267-33.054 27.040-59.767 60.091-59.938h259.896c33.127 0.172 59.936 26.981 60.108 60.091v330.541h-33.883c-0.153-0.003-0.333-0.005-0.513-0.005-15.775 0-28.563 12.788-28.563 28.563 0 0.18 0.002 0.36 0.005 0.54v-0.027q0 1.491 0 2.914h-254.255q0-1.423 0-2.914c0.003-0.153 0.005-0.333 0.005-0.513 0-15.775-12.788-28.563-28.563-28.563-0.192 0-0.384 0.002-0.575 0.006h-33.854zM1617.217 475.14c-0.474 2.028-0.745 4.358-0.745 6.75 0 0.009 0 0.019 0 0.028v-0.001c-0.003 0.153-0.005 0.333-0.005 0.513 0 15.794 12.803 28.597 28.597 28.597 0.18 0 0.36-0.002 0.54-0.005h33.856v330.66c-0.172 33.127-26.981 59.936-60.091 60.108h-259.896c-33.113-0.191-59.902-26.992-60.074-60.091v-330.676h33.883c0.153 0.003 0.333 0.005 0.513 0.005 15.775 0 28.563-12.788 28.563-28.563 0-0.192-0.002-0.384-0.006-0.575v0.029c0-0.008 0-0.017 0-0.026 0-2.393-0.272-4.722-0.786-6.958l0.040 0.208zM665.115-64c-65.218 0.268-118.016 53.066-118.284 118.258v359.791c-0.003 0.145-0.004 0.317-0.004 0.489 0 10.536 5.691 19.743 14.168 24.715l0.135 0.073c-0.474 2.027-0.745 4.355-0.745 6.746 0 0.011 0 0.021 0 0.032v-0.002c0 0.020 0 0.044 0 0.068 0 3.043 0.446 5.982 1.275 8.755l-0.055-0.216c-10.992 4.119-18.674 14.537-18.674 26.749 0 0.185 0.002 0.37 0.005 0.554v-0.028 359.698c0.269 65.261 53.12 118.088 118.364 118.318h259.902c65.245-0.249 118.069-53.073 118.318-118.294v-359.756c0.003-0.153 0.005-0.333 0.005-0.513 0-15.775-12.788-28.563-28.563-28.563-0.18 0-0.36 0.002-0.54 0.005h-7.495c0.474-2.028 0.745-4.358 0.745-6.75 0-0.009 0-0.019 0-0.028v0.001q0-1.491 0-2.914h10.809c0.153 0.003 0.333 0.005 0.513 0.005 15.794 0 28.597-12.803 28.597-28.597 0-0.18-0.002-0.36-0.005-0.54v0.027-359.799c0.002-0.223 0.002-0.486 0.002-0.75 0-64.915-52.624-117.539-117.539-117.539-0.37 0-0.74 0.002-1.109 0.005h0.056zM605.008 54.284c0.268-33.090 27.098-59.824 60.198-59.938h259.789c33.127 0.172 59.936 26.981 60.108 60.091v330.541h-33.883c-0.153-0.003-0.333-0.005-0.513-0.005-15.775 0-28.563 12.788-28.563 28.563 0 0.18 0.002 0.36 0.005 0.54v-0.027q0 1.491 0 2.914h-254.153q0-1.423 0-2.914c0.003-0.153 0.005-0.333 0.005-0.513 0-15.775-12.788-28.563-28.563-28.563-0.192 0-0.384 0.002-0.575 0.006h-33.854zM919.032 475.14c-0.474 2.027-0.745 4.355-0.745 6.746 0 0.011 0 0.021 0 0.032v-0.002c-0.003 0.153-0.005 0.333-0.005 0.513 0 15.794 12.803 28.597 28.597 28.597 0.18 0 0.36-0.002 0.54-0.005h33.856v330.66c-0.172 33.127-26.981 59.936-60.091 60.108h-259.896c-33.127-0.172-59.936-26.981-60.108-60.091v-330.676h33.883c0.153 0.003 0.333 0.005 0.513 0.005 15.775 0 28.563-12.788 28.563-28.563 0-0.192-0.002-0.384-0.006-0.575v0.029c0-0.008 0-0.017 0-0.026 0-2.393-0.272-4.722-0.786-6.958l0.040 0.208zM122.181-64c-65.218 0.268-118.016 53.066-118.284 118.258v359.791c-0.003 0.145-0.004 0.317-0.004 0.489 0 10.536 5.691 19.743 14.168 24.715l0.135 0.073c-0.474 2.027-0.745 4.355-0.745 6.746 0 0.011 0 0.021 0 0.032v-0.002c0 0.020 0 0.044 0 0.068 0 3.043 0.446 5.982 1.275 8.755l-0.055-0.216c-10.992 4.119-18.674 14.537-18.674 26.749 0 0.173 0.002 0.346 0.005 0.518v-0.026 359.732c0.268 65.237 53.081 118.050 118.292 118.318h259.906c65.23-0.268 118.035-53.085 118.284-118.294v-359.756c0.003-0.153 0.005-0.333 0.005-0.513 0-15.775-12.788-28.563-28.563-28.563-0.18 0-0.36 0.002-0.54 0.005h-7.495c0.474-2.028 0.745-4.358 0.745-6.75 0-0.009 0-0.019 0-0.028v0.001q0-1.491 0-2.914h10.809c0.153 0.003 0.333 0.005 0.513 0.005 15.794 0 28.597-12.803 28.597-28.597 0-0.18-0.002-0.36-0.005-0.54v0.027-359.799c0.002-0.222 0.002-0.485 0.002-0.748 0-64.915-52.624-117.539-117.539-117.539-0.275 0-0.55 0.001-0.824 0.003h0.042zM62.073 54.284c0.267-33.054 27.040-59.767 60.091-59.938h259.896c33.127 0.172 59.936 26.981 60.108 60.091v330.541h-33.883c-0.153-0.003-0.333-0.005-0.513-0.005-15.775 0-28.563 12.788-28.563 28.563 0 0.18 0.002 0.36 0.005 0.54v-0.027q0 1.491 0 2.914h-254.255q0-1.423 0-2.914c0.003-0.153 0.005-0.333 0.005-0.513 0-15.775-12.788-28.563-28.563-28.563-0.192 0-0.384 0.002-0.575 0.006h-33.854zM376.097 475.14c-0.474 2.027-0.745 4.355-0.745 6.746 0 0.011 0 0.021 0 0.032v-0.002c-0.003 0.153-0.005 0.333-0.005 0.513 0 15.794 12.803 28.597 28.597 28.597 0.18 0 0.36-0.002 0.54-0.005h33.856v330.66c-0.172 33.127-26.981 59.936-60.091 60.108h-259.929c-33.142-0.153-59.969-26.969-60.142-60.091v-330.677h33.883c0.153 0.003 0.333 0.005 0.513 0.005 15.775 0 28.563-12.788 28.563-28.563 0-0.192-0.002-0.384-0.006-0.575v0.029c0-0.008 0-0.017 0-0.026 0-2.393-0.272-4.722-0.786-6.958l0.040 0.208zM223.998 161.929v195.875c0.551 15.641 13.363 28.112 29.088 28.112s28.538-12.471 29.087-28.062l0.001-0.050v-195.875c-0.038-16.059-13.046-29.067-29.101-29.105h-0.004c-0.153-0.003-0.333-0.005-0.513-0.005-15.775 0-28.563 12.788-28.563 28.563 0 0.192 0.002 0.384 0.006 0.575v-0.029zM1926.802 244.366v115.404c0.551 15.641 13.363 28.112 29.088 28.112s28.538-12.471 29.087-28.062l0.001-0.050v-115.404c0-26.778 21.708-48.486 48.486-48.486s48.486 21.708 48.486 48.486v0 114.422c0 16.065 13.023 29.088 29.088 29.088s29.088-13.023 29.088-29.088v0-114.422c0-58.945-47.785-106.73-106.73-106.73s-106.73 47.785-106.73 106.73v0zM1383.765 244.366v115.404c0 16.065 13.023 29.088 29.088 29.088s29.088-13.023 29.088-29.088v0-115.404c0-26.778 21.708-48.486 48.486-48.486s48.486 21.708 48.486 48.486v0 114.422c0 16.065 13.023 29.088 29.088 29.088s29.088-13.023 29.088-29.088v0-114.422c0-58.945-47.785-106.73-106.73-106.73s-106.73 47.785-106.73 106.73v0zM685.581 244.366v115.404c0 16.065 13.023 29.088 29.088 29.088s29.088-13.023 29.088-29.088v0-115.404c0-26.778 21.708-48.486 48.486-48.486s48.486 21.708 48.486 48.486v0 114.422c0 16.065 13.023 29.088 29.088 29.088s29.088-13.023 29.088-29.088v0-114.422c0-58.945-47.785-106.73-106.73-106.73s-106.73 47.785-106.73 106.73v0zM1131.679 360.718c-15.641 0.551-28.112 13.363-28.112 29.088s12.471 28.538 28.062 29.087l0.050 0.001h19.381c15.641-0.551 28.112-13.363 28.112-29.088s-12.471-28.538-28.062-29.087l-0.050-0.001zM1131.679 486.796c-16.065 0-29.088 13.023-29.088 29.088s13.023 29.088 29.088 29.088v0h19.381c16.065 0 29.088-13.023 29.088-29.088s-13.023-29.088-29.088-29.088v0zM2081.984 533.35v118.318c0 26.778-21.708 48.486-48.486 48.486s-48.486-21.708-48.486-48.486v0-113.439c0.011-0.296 0.017-0.644 0.017-0.993 0-16.074-13.031-29.105-29.105-29.105s-29.105 13.031-29.105 29.105c0 0.349 0.006 0.697 0.018 1.043l-0.001-0.050v113.439c0 58.945 47.785 106.73 106.73 106.73s106.73-47.785 106.73-106.73v0-118.318c-0.058-16.032-13.039-29.014-29.066-29.071h-0.006c-0.213-0.006-0.464-0.009-0.716-0.009-15.775 0-28.563 12.788-28.563 28.563 0 0.17 0.001 0.34 0.004 0.509v-0.025zM1538.948 533.35v118.318c0 26.778-21.708 48.486-48.486 48.486s-48.486-21.708-48.486-48.486v0-113.439c0-16.065-13.023-29.088-29.088-29.088s-29.088 13.023-29.088 29.088v0 113.439c0 58.945 47.785 106.73 106.73 106.73s106.73-47.785 106.73-106.73v0-118.318c-0.058-16.032-13.039-29.014-29.066-29.071h-0.006c-0.213-0.006-0.464-0.009-0.716-0.009-15.775 0-28.563 12.788-28.563 28.563 0 0.17 0.001 0.34 0.004 0.509v-0.025zM840.763 533.35v118.318c0 26.778-21.708 48.486-48.486 48.486s-48.486-21.708-48.486-48.486v0-113.439c0-16.065-13.023-29.088-29.088-29.088s-29.088 13.023-29.088 29.088v0 113.439c0 58.945 47.785 106.73 106.73 106.73s106.73-47.785 106.73-106.73v0-118.318c-0.058-16.032-13.039-29.014-29.066-29.071h-0.006c-0.213-0.006-0.464-0.009-0.716-0.009-15.775 0-28.563 12.788-28.563 28.563 0 0.17 0.001 0.34 0.004 0.509v-0.025zM224.1 541.109v123.129l-35.983-35.882c-5.062-4.514-11.775-7.273-19.132-7.273-15.906 0-28.8 12.894-28.8 28.8 0 7.357 2.759 14.070 7.298 19.16l-0.025-0.028 85.283 84.3c5.245 5.113 12.421 8.267 20.333 8.267 16.093 0 29.139-13.046 29.139-29.139 0-0.167-0.001-0.333-0.004-0.499v0.025-193.131c-0.591-15.102-12.977-27.122-28.17-27.122-0.329 0-0.656 0.006-0.982 0.017l0.047-0.001c-0.165-0.003-0.358-0.005-0.553-0.005-15.775 0-28.563 12.788-28.563 28.563 0 0.276 0.004 0.551 0.012 0.825l-0.001-0.040z" />
13
+ <glyph unicode="&#xe903;" glyph-name="featured-image" horiz-adv-x="656" d="M57.631-64c-0.036 0-0.080 0-0.123 0-31.761 0-57.508 25.747-57.508 57.508 0 0.043 0 0.086 0 0.13v-0.007 908.739c0 0.036 0 0.080 0 0.123 0 31.761 25.747 57.508 57.508 57.508 0.043 0 0.086 0 0.13 0h425.547c0.062 0.001 0.135 0.002 0.208 0.002 4.74 0 8.891-2.52 11.187-6.293l0.033-0.058 156.467-178.176c3.044-2.433 4.978-6.147 4.978-10.311 0-0.061 0-0.123-0.001-0.184v0.009-771.359c0-0.037 0-0.080 0-0.123 0-31.761-25.747-57.508-57.508-57.508-0.036 0-0.072 0-0.108 0h0.006zM26.624 902.369v-908.739c0-0.049 0-0.107 0-0.164 0-17.034 13.809-30.843 30.843-30.843 0.058 0 0.115 0 0.173 0h540.806c0.055 0 0.12-0.001 0.185-0.001 17.034 0 30.843 13.809 30.843 30.843 0 0.065 0 0.13-0.001 0.195v-0.010 758.006h-146.289c-0.068-0.001-0.147-0.002-0.227-0.002-7.216 0-13.066 5.85-13.066 13.066 0 0.080 0.001 0.16 0.002 0.239v-0.012 168.428h-412.262c-0.049 0-0.107 0-0.164 0-17.034 0-30.843-13.809-30.843-30.843 0-0.058 0-0.115 0-0.173v0.009zM496.476 778.24h117.023l-117.023 132.997zM81.92 66.765c-7.352 0-13.312 5.96-13.312 13.312s5.96 13.312 13.312 13.312v0h137.421c7.352 0 13.312-5.96 13.312-13.312s-5.96-13.312-13.312-13.312v0zM81.92 142.131c-7.352 0-13.312 5.96-13.312 13.312s5.96 13.312 13.312 13.312v0h274.842c7.352 0 13.312-5.96 13.312-13.312s-5.96-13.312-13.312-13.312v0zM81.92 217.498c-7.352 0-13.312 5.96-13.312 13.312s5.96 13.312 13.312 13.312v0h376.832c7.352 0 13.312-5.96 13.312-13.312s-5.96-13.312-13.312-13.312v0zM81.92 292.864c-7.352 0-13.312 5.96-13.312 13.312s5.96 13.312 13.312 13.312v0h461.107c7.352 0 13.312-5.96 13.312-13.312s-5.96-13.312-13.312-13.312v0zM109.056 415.232c-0.030 0-0.066 0-0.102 0-22.463 0-40.673 18.21-40.673 40.673 0 0.029 0 0.058 0 0.086v-0.004 191.939c0 0.030 0 0.066 0 0.103 0 22.463 18.21 40.673 40.673 40.673 0.036 0 0.072 0 0.108 0h437.508c0.030 0 0.066 0 0.103 0 22.463 0 40.673-18.21 40.673-40.673 0-0.036 0-0.072 0-0.108v0.006-191.939c0-0.024 0-0.053 0-0.082 0-22.463-18.21-40.673-40.673-40.673-0.036 0-0.072 0-0.108 0h0.006zM95.314 647.475v-191.939c0.080-7.806 6.387-14.112 14.185-14.193h437.522c7.806 0.080 14.112 6.387 14.193 14.185v191.947c-0.080 7.806-6.387 14.112-14.185 14.193h-437.543c-7.797-0.092-14.092-6.394-14.172-14.185v-0.008zM521.298 462.623l-136.97 109.486-54.19-54.19 16.978-14.049c2.964-2.449 4.838-6.126 4.838-10.24 0-7.321-5.935-13.255-13.255-13.255-3.207 0-6.147 1.139-8.44 3.033l0.022-0.018-25.948 21.381c-1.271 0.707-2.353 1.581-3.266 2.609l-0.011 0.013-0.676 0.717-25.539 21.012-66.048-66.048c-2.321-2.198-5.463-3.549-8.92-3.549-0.14 0-0.28 0.002-0.418 0.007l0.020-0.001c-7.229 0.145-13.034 6.039-13.034 13.289 0 3.592 1.425 6.851 3.74 9.243l-0.003-0.004 74.465 74.486c2.369 2.436 5.678 3.947 9.34 3.947 3.208 0 6.144-1.159 8.414-3.082l-0.019 0.016 27.402-22.692 64.369 64.369c2.369 2.436 5.678 3.947 9.34 3.947 3.208 0 6.144-1.159 8.414-3.082l-0.019 0.016 146.289-117.473c3.073-2.464 5.024-6.217 5.024-10.427 0-3.101-1.058-5.954-2.834-8.219l0.022 0.029c-2.615-2.73-6.289-4.427-10.36-4.427-0.102 0-0.204 0.001-0.305 0.003h0.015c-0.042-0.001-0.092-0.001-0.142-0.001-3.184 0-6.088 1.197-8.287 3.165l0.012-0.010zM120.136 604.918c0 18.606 15.083 33.69 33.69 33.69s33.69-15.083 33.69-33.69c0-18.606-15.083-33.69-33.69-33.69v0c-0.006 0-0.013 0-0.020 0-18.595 0-33.669 15.074-33.669 33.669 0 0.007 0 0.014 0 0.022v-0.001zM146.76 604.467c0-3.914 3.173-7.086 7.086-7.086s7.086 3.173 7.086 7.086c0 3.914-3.173 7.086-7.086 7.086v0c-0.031 0-0.067 0.001-0.103 0.001-3.868 0-7.004-3.136-7.004-7.004 0-0.022 0-0.044 0-0.066v0.003z" />
14
+ <glyph unicode="&#xe904;" glyph-name="flip-box" horiz-adv-x="656" d="M57.61-64c-0.030 0-0.066 0-0.103 0-31.761 0-57.508 25.747-57.508 57.508 0 0.043 0 0.086 0 0.13v-0.007 908.739c0 0.037 0 0.080 0 0.123 0 31.761 25.747 57.508 57.508 57.508 0.036 0 0.072 0 0.108 0h425.548c0.066 0.001 0.143 0.002 0.22 0.002 4.731 0 8.876-2.511 11.175-6.273l0.033-0.057 156.508-178.176c3.032-2.43 4.958-6.133 4.958-10.285 0-0.070-0.001-0.141-0.002-0.211v0.011-771.379c0-0.037 0-0.080 0-0.123 0-31.761-25.747-57.508-57.508-57.508-0.036 0-0.072 0-0.108 0h0.006zM26.624 902.369v-908.739c0-0.055-0.001-0.12-0.001-0.185 0-17.034 13.809-30.843 30.843-30.843 0.065 0 0.13 0 0.195 0.001h540.805c0.055 0 0.12-0.001 0.185-0.001 17.034 0 30.843 13.809 30.843 30.843 0 0.065 0 0.13-0.001 0.195v-0.010 758.026h-146.289c-0.068-0.001-0.147-0.002-0.227-0.002-7.216 0-13.066 5.85-13.066 13.066 0 0.080 0.001 0.16 0.002 0.239v-0.012 168.428h-412.262c-0.055 0-0.12 0.001-0.185 0.001-17.034 0-30.843-13.809-30.843-30.843 0-0.058 0-0.116 0-0.173v0.009zM496.517 778.24h117.023l-117.023 132.997zM172.442 151.040c-0.081-0.001-0.177-0.002-0.273-0.002-8.559 0-16.047 4.581-20.148 11.425l-0.059 0.107c-2.123 3.609-3.377 7.949-3.377 12.583 0 4.322 1.091 8.389 3.013 11.941l-0.066-0.133c2.212 3.994 6.144 11.53 151.552 124.129l2.662 2.212c4.712 3.932 10.833 6.318 17.51 6.318s12.798-2.387 17.554-6.354l-0.044 0.036c148.931-116.572 152.494-122.88 154.255-125.891 2.090-3.489 3.326-7.698 3.326-12.196s-1.236-8.706-3.387-12.306l0.061 0.11c-4.020-7.188-11.585-11.967-20.265-11.967-0.198 0-0.395 0.002-0.592 0.007l0.029-0.001zM322.703 292.352l-2.662-2.212c-85.565-66.048-127.672-100.188-141.312-112.64h289.464c-20.828 18.186-95.744 77.578-143.176 114.811-0.43 0.451-0.778 0.655-1.106 0.655s-0.758-0.123-1.208-0.614zM504.013 385.884c-0.068-0.001-0.147-0.002-0.227-0.002-7.216 0-13.066 5.85-13.066 13.066 0 0.080 0.001 0.16 0.002 0.239v-0.012c-0.001 0.068-0.002 0.147-0.002 0.227 0 7.216 5.85 13.066 13.066 13.066 0.080 0 0.16-0.001 0.239-0.002h35.439c0.068 0.001 0.147 0.002 0.227 0.002 7.216 0 13.066-5.85 13.066-13.066 0-0.080-0.001-0.16-0.002-0.239v0.012c-0.023-7.331-5.96-13.268-13.289-13.292h-0.002zM404.705 385.884c-0.068-0.001-0.147-0.002-0.227-0.002-7.216 0-13.066 5.85-13.066 13.066 0 0.080 0.001 0.16 0.002 0.239v-0.012c-0.001 0.068-0.002 0.147-0.002 0.227 0 7.216 5.85 13.066 13.066 13.066 0.080 0 0.16-0.001 0.239-0.002h35.439c0.068 0.001 0.147 0.002 0.227 0.002 7.216 0 13.066-5.85 13.066-13.066 0-0.080-0.001-0.16-0.002-0.239v0.012c0.001-0.068 0.002-0.147 0.002-0.227 0-7.216-5.85-13.066-13.066-13.066-0.080 0-0.16 0.001-0.239 0.002h0.012zM309.842 385.884c-0.068-0.001-0.147-0.002-0.227-0.002-7.216 0-13.066 5.85-13.066 13.066 0 0.080 0.001 0.16 0.002 0.239v-0.012c-0.001 0.068-0.002 0.147-0.002 0.227 0 7.216 5.85 13.066 13.066 13.066 0.080 0 0.16-0.001 0.239-0.002h35.439c0.068 0.001 0.147 0.002 0.227 0.002 7.216 0 13.066-5.85 13.066-13.066 0-0.080-0.001-0.16-0.002-0.239v0.012c0.001-0.068 0.002-0.147 0.002-0.227 0-7.216-5.85-13.066-13.066-13.066-0.080 0-0.16 0.001-0.239 0.002h0.012zM211.415 385.884c-0.068-0.001-0.147-0.002-0.227-0.002-7.216 0-13.066 5.85-13.066 13.066 0 0.080 0.001 0.16 0.002 0.239v-0.012c-0.002 0.074-0.002 0.161-0.002 0.248 0 7.205 5.841 13.046 13.046 13.046 0.087 0 0.174-0.001 0.261-0.003h35.458c0.068 0.001 0.147 0.002 0.227 0.002 7.216 0 13.066-5.85 13.066-13.066 0-0.080-0.001-0.16-0.002-0.239v0.012c0.001-0.068 0.002-0.147 0.002-0.227 0-7.216-5.85-13.066-13.066-13.066-0.080 0-0.16 0.001-0.239 0.002h0.012zM112.128 385.884c-0.068-0.001-0.147-0.002-0.227-0.002-7.216 0-13.066 5.85-13.066 13.066 0 0.080 0.001 0.16 0.002 0.239v-0.012c-0.001 0.068-0.002 0.147-0.002 0.227 0 7.216 5.85 13.066 13.066 13.066 0.080 0 0.16-0.001 0.239-0.002h35.439c0.068 0.001 0.147 0.002 0.227 0.002 7.216 0 13.066-5.85 13.066-13.066 0-0.080-0.001-0.16-0.002-0.239v0.012c0.001-0.068 0.002-0.147 0.002-0.227 0-7.216-5.85-13.066-13.066-13.066-0.080 0-0.16 0.001-0.239 0.002h0.012zM303.636 482.959l-2.662 2.212c-145.838 112.64-149.832 120.136-152.044 124.129-1.853 3.42-2.941 7.486-2.941 11.808 0 4.633 1.252 8.974 3.436 12.703l-0.064-0.119c4.28 6.952 11.846 11.52 20.478 11.53h301.877c0.079 0.001 0.172 0.001 0.266 0.001 8.764 0 16.415-4.766 20.502-11.848l0.061-0.114c2.090-3.489 3.326-7.698 3.326-12.196s-1.236-8.706-3.387-12.306l0.061 0.11c-1.331-2.212-5.325-9.318-154.255-125.891-4.153-3.823-9.719-6.166-15.832-6.166-0.36 0-0.717 0.008-1.073 0.024l0.050-0.002c-6.733 0.087-12.909 2.4-17.844 6.235l0.067-0.050zM317.379 505.999l2.662-2.212c0.881-0.881 1.331-0.881 2.212 0 38.564 30.147 121.016 95.314 143.626 114.811h-289.464c13.312-12.349 55.869-46.49 141.025-112.517z" />
15
+ <glyph unicode="&#xe905;" glyph-name="form-maker" horiz-adv-x="1234" d="M77.847-64c-0.041 0-0.091 0-0.14 0-42.917 0-77.708 34.791-77.708 77.708 0 0.049 0 0.098 0 0.147v-0.008 868.305c0 0.041 0 0.091 0 0.14 0 42.917 34.791 77.708 77.708 77.708 0.049 0 0.098 0 0.147 0h1077.892c0.048 0 0.106 0 0.163 0 42.904 0 77.684-34.78 77.684-77.684 0-0.057 0-0.115 0-0.172v0.009-868.305c0-0.048 0-0.106 0-0.163 0-42.904-34.78-77.684-77.684-77.684-0.057 0-0.115 0-0.172 0h0.009zM35.933 882.153v-868.305c0-0.069-0.001-0.151-0.001-0.233 0-23.007 18.651-41.658 41.658-41.658 0.082 0 0.164 0 0.246 0.001h1077.91c0.069 0 0.151-0.001 0.233-0.001 23.007 0 41.658 18.651 41.658 41.658 0 0.082 0 0.164-0.001 0.246v-0.013 868.305c0 0.069 0.001 0.151 0.001 0.233 0 23.007-18.651 41.658-41.658 41.658-0.082 0-0.164 0-0.246-0.001h-1077.887c-0.076 0.001-0.166 0.001-0.257 0.001-23.007 0-41.658-18.651-41.658-41.658 0-0.082 0-0.164 0.001-0.246v0.013zM145.524 57.553c-0.092-0.002-0.199-0.003-0.308-0.003-9.756 0-17.664 7.908-17.664 17.664 0 0.148 0.002 0.296 0.005 0.443v-0.022 216.669c-0.002 0.098-0.003 0.213-0.003 0.329 0 9.743 7.898 17.641 17.641 17.641 0.116 0 0.231-0.001 0.346-0.003h947.928c0.098 0.002 0.213 0.003 0.329 0.003 9.743 0 17.641-7.898 17.641-17.641 0-0.116-0.001-0.231-0.003-0.346v0.017-216.669c-0.026-9.912-8.055-17.94-17.964-17.967h-0.003zM163.491 93.487h912.012v180.852h-912.012zM145.524 370.153c-0.098-0.002-0.213-0.003-0.329-0.003-9.743 0-17.641 7.898-17.641 17.641 0 0.116 0.001 0.231 0.003 0.346v-0.017 91.020c-0.002 0.091-0.003 0.198-0.003 0.305 0 9.756 7.908 17.664 17.664 17.664 0.107 0 0.214-0.001 0.321-0.003h947.929c0.098 0.002 0.213 0.003 0.329 0.003 9.743 0 17.641-7.898 17.641-17.641 0-0.116-0.001-0.231-0.003-0.346v0.017-91.020c-0.026-9.912-8.055-17.94-17.964-17.967h-0.003zM163.491 406.109h912.012v55.063h-912.012zM842.473 557.591c-0.098-0.002-0.213-0.003-0.329-0.003-9.743 0-17.641 7.898-17.641 17.641 0 0.116 0.001 0.231 0.003 0.346v-0.017 89.204c-0.002 0.098-0.003 0.213-0.003 0.329 0 9.743 7.898 17.641 17.641 17.641 0.116 0 0.231-0.001 0.346-0.003h251.584c0.098 0.002 0.213 0.003 0.329 0.003 9.743 0 17.641-7.898 17.641-17.641 0-0.116-0.001-0.231-0.003-0.346v0.017-89.204c-0.040-9.907-8.060-17.927-17.963-17.967h-0.004zM859.834 593.524h215.575v53.295h-215.482zM522.775 557.591c-0.098-0.002-0.213-0.003-0.329-0.003-9.743 0-17.641 7.898-17.641 17.641 0 0.116 0.001 0.231 0.003 0.346v-0.017 89.204c-0.002 0.098-0.003 0.213-0.003 0.329 0 9.743 7.898 17.641 17.641 17.641 0.116 0 0.231-0.001 0.346-0.003h251.491c0.098 0.002 0.213 0.003 0.329 0.003 9.743 0 17.641-7.898 17.641-17.641 0-0.116-0.001-0.231-0.003-0.346v0.017-89.204c-0.040-9.907-8.060-17.927-17.963-17.967h-0.004zM540.137 593.524h215.575v53.295h-215.575zM145.524 557.591c-0.098-0.002-0.213-0.003-0.329-0.003-9.743 0-17.641 7.898-17.641 17.641 0 0.116 0.001 0.231 0.003 0.346v-0.017 244.317c-0.002 0.098-0.003 0.213-0.003 0.329 0 9.743 7.898 17.641 17.641 17.641 0.116 0 0.231-0.001 0.346-0.003h251.491c0.098 0.002 0.213 0.003 0.329 0.003 9.743 0 17.641-7.898 17.641-17.641 0-0.116-0.001-0.231-0.003-0.346v0.017-244.364c-0.040-9.907-8.060-17.927-17.963-17.967h-0.004zM163.491 593.524h215.575v208.384h-215.575zM842.473 713.309c-0.098-0.002-0.213-0.003-0.329-0.003-9.743 0-17.641 7.898-17.641 17.641 0 0.116 0.001 0.231 0.003 0.346v-0.017 89.088c-0.002 0.098-0.003 0.213-0.003 0.329 0 9.743 7.898 17.641 17.641 17.641 0.116 0 0.231-0.001 0.346-0.003h251.584c0.098 0.002 0.213 0.003 0.329 0.003 9.743 0 17.641-7.898 17.641-17.641 0-0.116-0.001-0.231-0.003-0.346v0.017-89.111c-0.026-9.912-8.055-17.94-17.964-17.967h-0.003zM859.834 749.242h215.575v53.271h-215.482zM522.775 713.309c-0.098-0.002-0.213-0.003-0.329-0.003-9.743 0-17.641 7.898-17.641 17.641 0 0.116 0.001 0.231 0.003 0.346v-0.017 89.088c-0.002 0.098-0.003 0.213-0.003 0.329 0 9.743 7.898 17.641 17.641 17.641 0.116 0 0.231-0.001 0.346-0.003h251.491c0.098 0.002 0.213 0.003 0.328 0.003 9.756 0 17.664-7.908 17.664-17.664 0-0.107-0.001-0.215-0.003-0.322v0.016-89.111c-0.026-9.912-8.055-17.94-17.964-17.967h-0.003zM540.137 749.242h215.575v53.271h-215.575z" />
16
+ <glyph unicode="&#xe906;" glyph-name="map" d="M1012.416 475.801l-0.463 0.463c-0.927 0.463-1.853 0.927-2.78 1.39-0.463 0-0.463 0.463-0.927 0.463-0.463 0.463-0.463 0.463-0.927 0.463-1.853 1.39-4.17 2.317-6.024 2.78h-0.463c-0.463 0-0.463 0-0.927 0h-0.463c-0.463 0-1.39 0-1.853 0 0 0-0.463 0-0.463 0-0.463 0.463-1.39 0.927-2.317 1.39l-0.463 0.463c-0.463 0-0.927 0.463-0.927 0.463h-0.463c-0.463 0-0.463 0-0.463 0.463-0.463 0-0.927 0.463-0.927 0.463-0.463 0-0.463 0.463-0.927 0.463h-0.463c-0.463 0-0.463 0.463-0.927 0.463-0.463 0.463-0.927 0.463-1.39 0.463l-0.927 0.463c-0.463 0.463-1.39 0.463-1.853 0.927l-0.463 0.463c-0.927 0.463-1.853 0.463-2.78 0.927s-1.853 0.927-2.78 1.39c-0.463 0-0.927 0.463-1.39 0.463h-0.463c-0.927 0.463-1.853 0.463-3.243 0.463h-0.463c-0.463 0-1.39 0.463-1.853 0.463-1.39 0.463-2.317 0.927-3.707 0.927h-0.463c-0.463 0-0.463 0-0.927 0h-0.927c-0.463 0-1.39 0-1.39 0-0.463 0-0.927 0-0.927 0h-0.463c-0.463 0-0.463 0-0.463 0-0.463 0-0.927 0-0.927 0h-0.463c-0.463 0-0.463 0-0.927 0-0.927 0-1.853 0-2.317 0h-0.463c-0.463 0-0.927 0-0.927 0l-2.78 0.463c-2.317 0-4.633-0.463-6.487-1.39-2.317 0.463-4.17 0.463-6.487-0.463-0.463 0-0.927 0-1.39 0h-0.463c-1.39 0.463-3.243 0.463-4.633 0.463h-0.927c-0.463 0-1.39 0-1.853 0 0 0-0.463 0.463-0.463 0.463l-0.463 0.463c-0.463 0.463-0.927 0.463-1.39 0.927l-0.463 0.463c-0.463 0.463-0.927 0.463-1.39 0.463l-1.39 0.463c-0.927 0.463-1.39 0.463-2.317 0.927l-3.707 0.927c-0.463 0-0.927 0-1.39 0h-1.39c-0.463 0-0.463 0-0.927 0h-0.463c-0.463 0-0.927 0-0.927 0h-2.78c-0.927 0-1.39 0-2.317 0h-0.463c-0.927 0-1.39 0-1.853 0h-0.927c-0.463 0-0.463 0-0.927 0v0c-0.463 0.463-1.39 0.463-1.853 0.927s-0.927 0.927-1.853 1.39l-0.463 0.463c-0.463 0.463-0.927 0.463-1.39 0.927l-0.463 0.463c-0.463 0-0.927 0.463-1.39 0.463h-0.463c-0.463 0-0.927 0.463-1.39 0.463h-0.463c-0.463 0-0.927 0-0.927 0h-0.927c-0.463 0-0.927 0-0.927 0h-1.39c-0.463 0-0.463 0-0.927 0h-1.39c0 0-0.463 0-0.463 0l-3.243 0.463c-0.463 0-0.927 0-0.927 0h-1.39c-0.463 0-0.463 0-0.927 0h-0.463c-0.463 0-0.927 0-0.927 0h-0.927c-0.463 0-0.463 0-0.927 0 0 0 0 0 0 0h-1.39c-0.463 0-0.463 0-0.927 0v0c-0.927 0.463-1.853 0.463-2.317 0.463h-0.463c-0.463 0-0.463 0-0.927 0h-0.463c-2.78 0.463-5.56-0.463-7.877-2.317-0.927-0.463-1.39-0.463-2.317-0.927l-0.463-0.463c-0.463-0.463-0.927-0.927-1.39-1.39-0.927 0-1.853 0-2.78 0h-0.463c-0.463 0-0.463 0-0.927 0h-0.463c0 0 0 0 0 0-1.39 0.463-2.317 0.927-3.707 1.39-1.853 0.463-4.17 0-6.024-0.927-1.39 0.463-2.317 0.927-3.707 1.39-1.39 0.927-3.243 1.39-5.097 1.39-0.463 0-0.463 0-0.927 0h-0.463c-0.927 0-1.39 0-2.317 0-0.463 0-0.927 0.463-1.39 0.463s-1.39 0.463-1.853 0.463c-0.463 0-0.463 0-0.927 0h-0.927c-0.927 0-1.853 0.463-2.78 0-0.927 0.463-1.853 0.463-2.317 0.463h-0.463c-0.463 0-0.463 0-0.927 0h-0.463c-0.463 0-1.39 0-1.853 0-1.39 0.927-3.243 1.853-4.633 1.853h-0.463c-0.463 0-1.39 0-1.853 0 0 0 0 0 0 0h-1.39c-0.463 0.927-0.927 2.317-1.39 3.243-0.927 1.39-1.853 2.78-3.243 3.707-0.463 0.463-1.39 0.927-1.853 1.39l-0.463 0.463c-1.39 0.927-2.78 1.39-4.17 1.853h-0.463c-0.927 0.463-1.853 0.927-2.317 0.927-0.927 0.463-1.39 0.463-2.317 0.463-1.39 0.463-2.78 0.463-4.17 0.463-0.463 0-0.927 0-0.927 0h-0.927c-0.927 0-1.39 0-2.317 0-0.463 0-0.463 0.463-0.927 0.463-0.463 0.463-0.927 0.463-1.39 0.927s-0.927 0.463-1.853 0.927l-0.463 0.463c-1.39 0.463-2.78 0.927-4.17 0.927-0.927 0-1.39 0.463-2.317 0.463-1.39 0.463-2.78 0.463-4.17 0h-0.463c-1.39 0-2.317 0-3.707-0.463l-0.927-0.463c-0.463 0-1.39-0.463-1.853-0.463-0.927 0-1.39-0.463-2.317-0.927-0.463 0-0.927-0.463-0.927-0.463l-0.463-0.463c-0.463 0-0.927-0.463-1.39-0.463s-0.927-0.463-1.39-0.463c-1.853 0-3.707-0.927-5.56-1.853-0.463 0-0.927 0-1.39 0.463h-1.39c-0.463 0-1.39 0-1.853 0-0.927 0-1.853 0-2.78 0h-0.927c-0.463 0-0.927 0-1.39 0-1.853 0-3.243-0.463-4.633-0.927-0.463 0-0.927-0.463-1.39-0.463s-0.927 0-0.927 0c-0.927 0-1.39 0-2.317 0h-0.927c-0.463 0-0.927 0-1.39-0.463-0.927 0-2.317 0-3.243-0.463-0.927 0-1.853-0.463-2.78-0.927-0.463 0-0.463 0-0.927 0h-0.463c-1.853 0-4.17-0.927-5.56-2.317-0.463-0.463-0.927-0.463-1.39-0.927-1.39-0.463-2.317-1.39-3.707-2.78h-1.39c-0.463 0-0.463 0-0.927 0h-0.463c-0.463 0-0.463 0-0.927 0h-0.463c-0.463 0-0.463 0-0.463 0-0.463 0-0.463 0-0.927 0h-1.39c-3.243-0.463-6.024-1.853-7.877-4.17-0.927 0.463-1.853 0.927-3.243 1.39h-0.463c-0.927 0-1.39 0.463-2.317 0.463h-0.927c-1.39 0-2.317 0-3.707-0.463 0 0-0.463 0-0.463 0h-0.927c-0.463 0-0.463 0-0.927 0-0.927 0.463-1.853 0.463-2.78 0.463h-1.39c-0.463 0-0.463 0-0.927 0s-0.463 0-0.463 0c-1.39 0.463-2.317 0.463-3.707 0h-0.463c-2.78-0.463-5.56-1.853-7.414-4.17-0.463-0.463-0.927-0.927-0.927-0.927l-0.463-0.463c-0.463-0.463-0.927-1.39-1.39-1.853l-0.463-0.463c-1.853-0.927-3.243-2.317-4.17-3.707h-7.414c0 0-0.463-0.463-0.463-0.463s-0.463 0-0.463 0-1.39 0-1.853 0h-0.927c-0.927 0.463-1.853 0.463-3.243 0.463h-0.463c-1.853 0-3.243-0.463-4.633-0.927l-0.463-0.463c0 0-0.463 0-0.463-0.463-0.463-0.463-0.927-0.463-1.853-0.927l-0.463-0.463c-0.463-0.463-0.927-0.927-1.39-0.927s-0.463 0-0.927-0.463c-0.463 0-1.39-0.463-1.853-0.463 0 0-0.463 0-0.463 0-1.39 0.927-2.78 1.39-4.17 1.39h-0.463c-0.463 0-1.39 0-1.853 0h-1.39c-0.463 0-0.927 0-0.927 0h-0.463c-0.463 0-0.927 0-0.927-0.463l-1.39-0.463c-0.463 0-0.927-0.463-0.927-0.463h-0.463c-0.463 0-0.927-0.463-0.927-0.463v0c-0.463 0-1.39-0.463-1.853-0.463-1.39 0-2.78-0.463-4.17-1.39l-0.927-0.463c0 0-0.463 0-0.463 0-1.39 0.927-3.243 1.853-4.633 2.317l-1.39 0.463c-0.463 0-0.927 0-0.927 0h-0.463c-0.463 0-0.463 0-0.927 0h-0.463c-0.463 0-0.463 0-0.927 0 0 0-0.463 0-0.463 0h-0.463c-3.243 0.463-6.487 0-9.267-2.317-0.463 0-0.927 0-0.927 0s-0.463 0-0.463 0h-0.463c-0.927 0.463-1.853 0.927-2.78 1.39h-0.463c-0.463 0-0.927 0.463-0.927 0.463h-0.463c-0.463 0-0.927 0.463-1.39 0.463-0.463 0.463-1.39 0.463-1.853 0.463-0.927 0.463-1.853 0.463-2.78 0.463h-1.39c-0.463 0-0.927 0-1.853 0-0.463 0.463-0.927 0.463-1.39 0.463l-0.463 0.463c-0.927 0.463-1.853 0.927-3.243 0.927-0.463 0-0.463 0.463-0.927 0.463l-0.463 0.463c-0.463 0.463-1.39 0.927-1.853 0.927-1.853 0.927-3.707 1.853-5.56 1.853v0c-0.463 0-0.927 0-0.927 0.463-1.853 0.927-4.17 1.39-6.024 0.927-0.927 0-1.853 0-2.78-0.463-0.463 0-0.463 0-0.463 0-0.463 0-0.927 0-1.39 0-0.927 0-2.317 0-3.243 0s-1.853 0-2.78 0h-0.463c-1.39-0.463-2.78-0.927-4.17-1.853l-0.463-0.463c-0.927 0-1.39 0-1.853 0s-0.927 0-1.39 0h-0.463c-0.463 0-1.39-0.463-1.853-0.463h-0.463c-0.463 0-0.927-0.463-0.927-0.463-0.463 0-0.927-0.463-1.39-0.463-0.927 0-1.39-0.463-2.317-0.463h-0.463c-0.927-0.463-1.39-0.463-1.853-0.927-2.317-0.463-4.17-1.853-5.56-3.243l-0.927-0.463c-1.39-0.463-2.317-1.39-3.243-2.317-0.927-0.463-1.853-0.927-2.78-1.39-1.39-0.927-2.78-2.317-4.17-3.707-0.463 0-0.463-0.463-0.927-0.463-0.927-0.463-1.853-1.39-2.317-2.317-0.927-1.39-1.853-2.317-2.317-3.707v-0.463c-0.463-0.463-0.463-0.463-0.927-0.927s-0.927-0.463-0.927-0.927c-1.39-0.927-2.317-1.853-3.243-2.78-0.463-0.463-0.927-0.463-0.927-0.927-0.463 0-0.463 0-0.927-0.463-0.927 0-1.39-0.463-2.317-0.463h-0.463c-1.39-0.463-2.78-1.39-3.243-1.853-0.463 0-0.927-0.463-1.39-0.927-3.243-0.927-6.487-3.707-7.877-7.414-0.463-0.927-0.927-2.317-0.927-3.243-0.463-1.853-0.463-3.243-0.463-4.633 0-0.927 0-1.853 0-2.78s0-1.853 0.463-2.78c0-1.853 0-3.707 0.927-5.56v0c0.463-2.317 0.927-4.17 2.317-6.024l0.463-0.463c0.463-0.463 0.927-1.39 1.853-1.853l0.463-0.463c0 0 0.463-0.463 0.463-0.463s0 0 0 0c-2.78-1.39-5.097-4.17-6.487-6.95 0 0 0 0 0 0h-0.463c-0.927-0.463-2.317-0.927-3.243-1.39l-0.463-0.463c-0.927-0.463-1.853-1.39-2.78-2.317-0.463 0-0.927 0-1.39 0-2.78-0.463-5.56-1.39-7.877-3.707-0.463 0-0.463 0-0.463 0-0.927 0-1.853-0.463-2.78-0.927l-0.463-0.463c-0.463 0-0.927-0.463-1.39-0.463l-0.463-0.463c-4.17-2.78-6.487-7.414-5.56-12.51v-0.463c0-1.39 0.463-2.317 0.463-3.707-1.853-0.463-3.707-1.39-5.097-2.78-0.927-0.463-2.317-1.39-3.243-1.853l-0.463-0.463c-1.853-1.853-3.243-4.17-4.17-6.487v-0.927c-0.463-2.78-0.463-6.024 0.927-8.34 0-0.927 0-1.39 0.463-1.853v0 0c-0.927-1.39-1.39-2.78-1.39-4.17v-0.927c0-0.463 0-0.463 0-0.927-0.927-3.243-0.463-6.487 1.39-9.267 0-3.243 0.927-6.024 2.78-8.34l-0.463-0.463c-1.39-1.853-2.78-4.17-3.243-6.487l-0.463-0.927c-0.463-1.39-0.927-2.78-0.927-3.707v-0.927c0 0 0-0.463 0-0.463v-0.927c0-0.463 0-0.463 0-0.927-0.463 0-0.927-0.463-1.39-0.463l-0.463-0.463c-2.317-0.927-3.707-2.78-5.097-4.633-0.927-0.927-1.39-2.317-1.853-3.243-1.853-1.853-3.243-4.17-3.707-6.487-0.463-0.463-0.463-1.39-0.463-1.853s-0.463-0.927-0.463-1.853c-0.463-0.463-0.927-1.39-1.39-2.317l-0.463-0.463c-0.927-1.39-1.39-2.78-1.39-3.707 0-0.463-0.463-0.927-0.463-1.853-0.463-0.463-0.927-1.39-0.927-1.853l-0.463-0.463c0 0 0-0.463-0.463-0.927v-0.463c-0.463-1.39-0.927-2.78-0.927-4.17 0-0.463 0-0.463 0-0.927v-1.853c0-0.463 0-1.39 0-1.853v-0.927c0-1.853 0.463-3.707 1.39-5.56 0-1.39 0.463-2.78 0.927-4.17v0c0 0 0-0.463 0-0.463v-0.463c-0.463-0.927-0.463-1.853-0.463-2.78v-0.463c-1.853-2.317-2.78-5.097-2.78-8.34 0-2.317 0.463-4.17 1.853-6.487 0 0 0 0 0 0 0-0.463 0-0.927 0-1.39 0-2.317 0.463-4.633 1.39-6.487v-0.463c0.463-1.39 1.39-2.317 2.317-3.243 0.463-0.463 0.927-0.927 0.927-1.39 0.463-0.463 0.463-0.463 0.463-0.927 0 0 0-0.463 0.463-0.463v-0.463c0.463-1.39 1.39-2.317 2.317-3.243 0-0.463 0.463-0.463 0.463-0.927l0.463-0.463c0 0 0 0 0-0.463 0-1.39 0.463-2.78 1.39-4.17l0.463-0.463c0-0.463 0.463-0.927 0.463-0.927 0.463-1.39 1.39-2.78 2.317-3.707 0.927-1.39 2.317-2.78 3.707-3.707v0c0.463-0.463 0.927-0.927 1.39-1.39 0.927-0.927 1.853-1.853 2.78-2.78 0 0 0.463-0.463 0.463-0.463l0.463-0.463c0.463-0.463 0.463-0.927 0.927-1.39l0.463-0.463c0-0.463 0.463-0.463 0.927-0.463l0.463-0.463c0.463-0.463 0.927-0.927 1.39-0.927 0 0 0.463-0.463 0.927-0.463 0.463-0.463 0.927-0.463 1.39-0.927l0.463-0.463c0.463-0.463 0.927-0.463 0.927-0.463 1.39-0.927 2.78-1.39 4.17-1.853h0.463c2.78-0.463 5.56 0 7.877 0.927 0.463 0 0.927 0.463 1.39 0.927s0.927 0.463 1.39 0.927l0.463 0.463c0.463 0 0.463 0 0.927 0v0c0.463 0 0.463-0.463 0.927-0.463l0.463-0.463c3.707-1.853 8.34-1.39 12.047 1.39 0.927 0.463 2.317 0.927 3.243 1.39 0.463 0 0.927 0 1.39 0.463 0.463-0.463 0.927-1.39 1.39-1.853l0.463-0.463c0.927-0.927 1.39-1.39 2.317-1.853l0.463-0.463c0.927-0.463 2.317-0.927 3.243-1.39 0 0 0 0 0-0.463-1.39-2.317-1.853-5.097-1.39-7.877v-0.927c0-1.39 0.463-2.317 0.927-3.243 0-0.463 0.463-1.39 0.463-1.853l0.463-0.463c0-0.463 0.463-1.39 0.463-1.853l0.463-0.463c0-0.463 0.463-0.927 0.463-0.927 0.463-0.927 0.463-1.39 0.927-1.853 0-0.463 0.463-0.927 0.463-0.927v-0.463c0.463-0.463 0.927-1.39 1.39-1.853 0.463-0.927 0.927-1.39 1.39-1.853s0.463-0.927 0.927-1.39c0 0 0.463-0.463 0.463-0.463 0-0.463 0.463-0.463 0.463-0.463v-0.927c0-0.463 0.463-1.39 0.463-1.853s0-0.927 0-0.927v-0.463c0-0.463 0.463-1.39 0.463-1.853l0.463-0.927c0-0.463 0-0.927 0.463-1.39v-0.463c0-0.927 0-1.853 0-2.78v-0.927c0-0.927 0-1.853 0.463-2.78 0-0.927 0.463-2.317 0.927-3.243 0 0 0-0.463 0-0.463-0.463-0.927-0.927-1.39-0.927-2.317-0.463-0.463-0.463-1.39-0.927-1.853v-0.463c-0.463-0.927-0.463-1.39-0.463-2.317l1.39-0.463h-1.39v-0.463c-0.463-0.927-0.463-2.317-0.463-3.243v-0.463c0-0.463-0.463-0.927-0.463-1.39-0.927-2.317-1.39-4.633-1.39-6.95v-0.927c0-0.463 0-0.927 0-1.39v-2.78c0-0.927 0-1.39 0-2.317v-0.927c0 0 0-0.463 0-0.463v-0.927c0-1.39 0.463-2.78 1.39-3.707v-0.463c0.463-0.927 0.927-2.317 1.853-3.243l0.463-0.463c0-0.463 0-0.463 0.463-0.927l0.463-0.927c0-0.463 0-0.463 0.463-0.463 0-0.463 0-0.927 0.463-0.927 0-0.927 0.463-1.853 0.927-2.78l0.463-0.463c0-0.463 0.463-0.927 0.463-0.927s0-0.463 0.463-0.463l0.463-0.463c0 0 0-0.463 0.463-0.463 0-0.463 0-0.927 0-0.927v0c0-0.927 0-1.853 0-3.243v-0.927c0-0.927 0.463-1.853 0.463-2.317s0.463-1.39 0.463-1.853v-0.463c0-0.927 0-1.853 0.463-2.78 0-1.39 0.463-2.317 0.463-3.243s0.463-1.39 0.463-2.317c0-1.39 0.463-2.78 1.39-3.707 0.463-0.927 0.927-1.853 1.39-2.78 0.463-0.463 0.463-1.39 0.927-1.853l0.463-0.463c0.463-0.463 0.463-0.927 0.927-0.927 0 0 0-0.463 0.463-0.463l0.927-2.78c0-0.927 0.463-1.853 0.927-2.317v-0.463c0 0 0-0.463 0-0.463-0.463-1.39-0.463-3.243 0-4.633v-0.927c0-1.39 0.463-2.78 1.39-3.707 0-1.39 0.463-2.78 1.39-4.17l0.463-0.463c1.39-3.243 4.17-5.56 7.414-6.487 1.39-0.927 3.243-1.853 4.633-1.853 0.927-0.463 1.853-0.463 2.78-0.463 2.317 0 4.17 0.463 6.024 1.853 0.463 0 1.39 0.463 1.853 0.463h0.463c0.463 0 0.463 0 0.927 0.463 0 0 0.463 0 0.463 0 0.463 0 0.927 0 1.39 0h0.463c1.853 0 3.243 0 5.097 0.463 1.853 0 3.243 0.927 4.633 1.853 0.927 0.463 1.853 0.927 2.78 1.39 0.463 0.463 0.927 0.463 1.39 0.927l0.927 0.463c0.463 0 0.463 0.463 0.927 0.463l2.78 2.317c0.463 0.463 0.927 0.927 0.927 0.927 0.463 0.463 0.927 0.927 1.39 1.39l0.463 0.927c0.463 0.463 0.927 0.927 1.39 1.853 0 0 0.463 0.463 0.463 0.463v0.463c0.463 0.463 0.927 0.927 1.39 1.39l0.463 0.463c0.463 0.463 0.463 0.927 0.927 1.39v0.463c0.463 0.463 0.463 0.927 0.927 1.39l0.463 0.463c0 0 0 0.463 0.463 0.463l0.463 0.927c0 0.463 0.463 0.463 0.463 0.927l0.463 0.463c0 0 0 0 0 0s0 0 0 0c0.463 0.463 0.927 1.39 0.927 1.853l0.463 0.463c0.463 0.463 0.463 0.927 0.927 1.39v0c1.39 1.39 1.853 3.243 2.317 4.633 0.463 0.927 0.927 2.317 0.927 3.243l0.463 2.317c0 0.463 0.463 0.927 0.463 1.39 0.927 0.463 1.853 1.39 2.78 2.317l0.463 0.463c0.927 0.927 1.39 1.39 1.853 2.317l0.463 0.463c0.463 0.463 0.463 0.927 0.463 1.39l0.463 0.463c0.463 0.927 0.927 2.317 0.927 3.243v0.927c0 1.39 0.463 2.317 0 3.707 0 0.927 0 2.317 0 2.78s0 0.463 0 0.927v0.927c0 1.853 0 3.707-0.927 5.097 0.927 0.927 1.39 2.317 1.853 3.243v0.463c2.317 0.927 4.17 2.317 5.56 3.707 0.463 0.463 0.463 0.463 0.927 0.927l0.463 0.463c0.927 0.927 1.39 1.853 1.853 2.78 0.463 0.463 0.463 0.927 0.927 1.39 0.927 1.39 1.853 2.78 2.317 4.633v0.463c0 0.463 0 0.927 0 0.927 0.463 1.853 0.927 3.707 0.927 5.097v0.927c0 1.39-0.463 2.317-0.927 3.707v0.927c0 0.463 0 0.463 0 0.927 0 1.39 0 2.78-0.463 3.707v1.853c0 1.39 0.463 2.317 0 3.707v0.927c0 0.927-0.463 2.317-0.927 3.243v0.463c-0.463 1.39-0.927 2.317-1.853 3.707 0 0 0 0.463 0 0.463 0 0.463 0 1.39 0 2.317 0 0 0 0.463 0 0.463v0.927c0.463 2.317 0 4.17-0.927 6.487v0c0 0.463 0.463 0.927 0.463 1.39v0.463c0.463 0.927 0.463 1.39 0.463 1.853v0.463c0.463 0.463 0.927 0.927 0.927 1.39 0.463 0.463 0.927 0.927 0.927 1.39l0.463 0.463c0 0 0.463 0.463 0.463 0.463l0.463 0.463c0 0 0.463 0.463 0.463 0.463l0.463 0.463c0 0.463 0.463 0.463 0.463 0.927l0.463 0.463c0 0.463 0.463 0.927 0.463 0.927s0.463 0.463 0.463 0.463l1.853 2.78c0.463 0.463 0.463 0.927 0.927 0.927l1.39 1.39c0.463 0.463 0.463 0.463 0.927 0.927 0 0 0.463 0 0 0 0 0 0.463 0.463 0.463 0.463l0.463 0.463c0.463 0 0.463 0.463 0.927 0.463 0.463 0.463 1.39 0.927 1.853 1.39l0.463 0.463c0.463 0.463 0.927 0.927 1.39 1.39 0 0 0.463 0.463 0.463 0.463l0.927 1.39c0.463 0.463 0.927 1.39 1.39 1.853 0 0 0.463 0.463 0.463 0.463v0.463c0.463 0.463 0.463 0.927 0.927 1.39l0.463 0.927c0 0 0.463 0.463 0.463 0.463l0.463 0.927c0 0.463 0.463 0.463 0.463 0.927l0.463 0.463c0.463 0.463 0.463 0.927 0.463 1.39 0 0 0 0.463 0 0.463l0.463 0.927c0.463 0.463 0.463 0.927 0.927 1.39s0.463 0.927 0.463 1.39l0.463 0.463c0 0.463 0.463 0.927 0.463 0.927v0.463c0 0.463 0.463 1.39 0.463 1.853 0.463 0.463 0.463 1.39 0.927 1.853l0.463 1.39c0.463 0.463 0.463 1.39 0.927 1.853 0.463 0.927 0.927 1.39 0.927 2.317 0 0.463 0.463 0.463 0.463 0.927s0.463 0.927 0.463 1.39l0.463 0.463c0 0.463 0.463 1.39 0.463 1.853 1.39 2.78 2.317 5.56 1.853 8.804 0 0.463 0 1.39-0.463 1.853 0.463 2.317 0 4.633-0.927 6.95 0.927 0.463 1.39 1.39 1.853 2.317v0c1.39 0.463 2.78 0.927 3.707 1.39 1.853 0.927 3.243 2.317 4.17 4.17v0c0.927 0.463 1.853 1.39 2.78 2.317l0.463 0.463c0 0 0.463 0.463 0.463 0.463 1.39 0.927 2.78 2.317 3.707 3.707l0.463 0.463c0.927 1.39 1.853 3.243 1.853 5.097 0.463 0.463 0.463 0.927 0.927 1.853l0.463 0.927c0.463 0.463 0.927 1.39 1.39 1.853l0.463 0.463c0.463 0.927 0.927 1.39 0.927 2.317 0 0.463 0.463 0.463 0.463 0.927 0.463 1.39 0.927 2.78 1.39 4.17v0.463c0 0 0 0 0 0 0.463-0.927 1.39-1.39 1.853-2.317s0.927-1.853 1.39-3.243l0.927-1.39c0 0 0.463-0.463 0.463-0.463l0.463-0.463c0-0.463 0.463-0.463 0.463-0.927l0.463-0.927c0-0.463 0.463-0.463 0.463-0.927l0.463-0.927c0.463-0.463 0.927-1.39 1.853-1.853 0.463-0.463 1.39-1.39 1.853-1.853l0.463-0.463c0.463-0.463 0.927-0.463 1.39-0.927v0c0-0.927 0.463-2.317 0.463-3.243v-0.463c0-0.463 0-0.463 0-0.463 0-0.463 0-0.927 0-1.39v-1.39c0-0.463 0-0.927 0.463-1.853l0.463-1.39c0-0.927 0.463-1.853 0.927-2.317 0-0.463 0.463-0.927 0.463-0.927 0-0.927 0.463-2.317 0.927-3.243l0.463-0.463c0 0 0-0.463 0.463-0.463 0-0.463 0.463-0.927 0.463-1.39l0.463-1.853c0-0.927 0.463-1.853 0.463-2.78v-0.463c0-0.463 0.463-1.39 0.463-1.853 0.463-1.39 0.927-2.78 1.853-4.17 0-0.463 0.463-0.927 0.463-1.39l0.463-1.853v-0.927c0-0.463 0-1.39 0.463-1.853v-0.463c0-0.463 0-0.463 0-0.927v-0.463c0-0.463 0.463-0.927 0.463-1.39l0.927-1.853c0.463-0.463 0.463-0.927 0.927-1.39 0.463-0.927 1.39-1.853 2.317-2.78s1.853-1.853 2.78-2.78l0.463-0.463c2.78-1.853 6.487-2.317 9.73-1.39h0.463c0.463 0 0.927 0.463 1.853 0.463l0.463 0.463c0.927 0.463 1.39 0.927 2.317 1.39l0.463 0.463c0.463 0.463 0.927 0.463 0.927 0.927l0.463 0.463c0.463 0.463 0.463 0.463 0.927 0.927 1.853 0.927 3.707 2.78 4.633 5.097 0.927 1.39 1.39 2.78 1.39 4.633 0.927 1.853 1.39 4.17 1.39 6.95v1.39c0 0.463 0 0.927 0 1.39v0.463c0 0.463 0.463 0.927 0.463 1.39v0.927c0 0.463 0.463 1.39 0.463 1.853v0.927c0 0 0 0.463 0 0.463v0.927c0 0.927 0 2.317 0 3.243 1.39 0.927 2.317 1.853 3.243 3.243l0.463 0.463c0.463 0.463 0.463 0.927 0.927 1.853 0 0.463 0.463 0.463 0.463 0.463 0.463 0.463 0.927 0.927 0.927 1.39 0.463 0.463 0.927 0.927 1.39 1.39s0.927 0.927 1.39 1.853v0.463c0 0.463 0.463 0.463 0.463 0.927l0.463 0.927c0.463 0 0.463 0.463 0.927 0.463l0.463 0.463c1.39 0.927 2.317 1.853 3.243 2.78l0.463-0.927c0.463-0.463 0.463-1.39 0.927-1.853 0-0.463 0-0.927-0.463-1.39v-0.927c0-0.463 0-0.927 0-1.39v-0.927c0-4.17 1.853-8.34 5.56-10.657 1.39-0.927 2.317-1.39 3.707-1.39 0.463-0.463 0.927-0.463 1.39-0.463 0 0 0.463 0 0.463 0s0 0 0 0c0-0.463 0.463-1.39 0.927-1.853 0-0.927 0-1.853 0-2.317-0.463-1.39-0.463-2.317-0.463-3.707v-1.853c0-0.927-0.463-1.39-0.463-2.317v-1.39c0-0.463 0-0.927 0-1.39v-0.927c0-1.39 0-2.317 0.463-3.707v-0.927c0.463-1.853 0.927-3.243 2.317-4.633l0.463-0.463c0.463-0.927 1.39-1.853 2.317-2.317 0-0.463 0.463-0.927 0.927-1.39 0-1.39 0-3.243 0.463-4.17 0-0.463 0-0.927 0-1.39v-0.927c0-0.927 0.463-2.317 0.927-3.243s0.463-1.39 0.927-2.317c0.463-1.853 0.927-3.243 1.853-4.633l0.463-0.463c0.927-1.39 1.853-2.317 2.78-2.78 0.463-0.927 1.39-1.39 1.853-1.853s0.927-0.927 1.39-1.39c1.853-2.317 4.17-4.17 6.95-4.633 0.463 0 1.39 0 1.853 0 0.463-0.463 0.463-0.463 0.927-0.927 0.463-0.927 0.463-1.853 0.927-2.78 0-0.927 0.463-1.853 0.927-2.78l0.927-1.853c0.463-0.927 0.927-1.39 1.39-2.317 0.463-1.39 1.39-2.317 2.317-3.243 0.463-0.927 1.39-2.317 2.317-3.243l2.317-2.317c0.463-0.927 1.39-1.39 1.853-1.853 0 0 0.463-0.463 0.463-0.463 1.853-3.243 5.097-5.56 8.34-6.024 0.927 0 1.39 0 2.317 0s1.39 0 2.317 0 2.78 0 4.17 0.463c4.17 0.927 6.95 3.707 8.804 7.877v0.463c0.463 0.463 0.463 1.39 0.463 1.853 1.853-0.927 4.17-1.39 6.024-1.39 1.39-0.927 2.78-1.853 4.633-2.317 0.927-0.463 2.317-0.463 3.243-0.463 1.39 0 2.317 0 3.707 0.463 0.463-0.463 0.463-0.927 0.927-1.39l0.463-0.463c0.463-0.463 0.927-0.927 1.39-1.39l0.463-0.463c2.317-1.853 5.097-3.243 8.34-3.243 1.853 0 3.243 0.463 4.633 0.927l0.927 0.463c0.463 0 0.463 0.463 0.927 0.463l0.463 0.463c0.927 0.463 1.853 0.927 2.78 1.853 0.463 0 0.927 0.463 1.39 0.463l0.463 0.463c0.927 0.463 2.317 0.927 2.78 1.853 1.39 0.927 2.78 1.853 3.707 2.78 0 0.463 0.463 0.463 0.463 0.463 2.317 2.78 3.243 6.024 2.78 9.267v0.927c0 1.39-0.463 2.317-0.927 3.243 0.463 0.463 0.463 0.927 0.927 1.39 0.463-1.39 1.39-2.78 2.78-4.17v-0.927c0.463-1.853 1.39-3.243 2.317-4.633v0c0.927-2.78 2.78-4.633 5.097-6.487l0.463-0.463c2.317-1.39 4.633-2.317 7.414-1.853 0.463 0 0.463-0.463 0.927-0.463 0-0.927-0.463-1.39-0.463-2.317v0c-2.317 0.927-5.097 0.927-7.414 0-3.243-0.927-6.487-3.243-7.877-6.487v-0.463c0 0-0.463-0.463-0.463-0.463-0.927-0.463-1.39-1.39-2.317-2.317-0.463 0-0.927 0-1.39 0-1.39 0-2.78-0.463-3.707-0.463-0.463 0-0.463 0-0.927 0-3.243-0.463-6.024-2.317-7.877-5.097-1.39-1.39-2.78-2.78-3.243-4.633-0.463-0.463-0.463-0.927-0.463-0.927v0c-2.317-0.927-4.17-2.78-5.56-4.633-0.463-0.463-0.927-1.39-1.39-1.853 0-0.463-0.463-0.463-0.463-0.927l-0.463-0.463c-0.463-0.463-0.927-1.39-0.927-1.853v-0.463c-0.463-0.927-0.463-1.853-0.463-2.317-1.39-0.463-2.78-0.927-3.707-1.853-2.78 0-5.56-0.927-7.414-2.78-1.39-0.927-2.317-1.853-3.707-2.78-3.707-0.927-6.95-3.243-8.34-6.95l-0.463-0.463c-0.463-0.463-0.463-1.39-0.463-1.853l-0.463-0.927c-0.463-0.927-0.463-1.853-0.927-3.243v-0.927c0-0.463 0-1.39 0-1.853s0-0.463-0.463-0.927v-0.927c0-0.463 0-0.463 0-0.927v-0.927c-0.463-1.39 0-3.243 0-4.633-0.463-0.927-0.463-1.39-0.463-2.317v-0.927c0-1.853 0-3.243 0.463-5.097v-0.463c0.463-1.39 0.927-2.78 2.317-4.17v-0.463c0-0.927 0.463-1.853 0.463-2.317l0.463-0.463c0.463-0.463 0.463-1.39 0.927-1.39 0-0.463 0.463-0.927 0.463-0.927v-0.463c0-0.927 0-1.39 0-2.317l0.463-2.317c0-0.927 0.463-1.39 0.463-2.317l0.463-0.463c0 0 0 0 0 0-0.927-1.39-1.39-2.78-1.39-4.633v-0.463c0 0 0-0.463 0-0.463v-0.927c0-0.463 0-0.927 0-1.39v-0.927c0-0.927 0-1.853 0.463-2.78v-0.463c0.927-3.243 3.243-6.024 6.487-7.877 0.927-0.927 2.317-1.853 3.707-2.317v0c1.39-0.463 2.317-1.39 3.707-1.39h0.463c0.927 0 2.317-0.463 3.243 0h0.927c0.927 0 2.317 0 3.707 0l1.39 0.463c1.39 0.463 2.78 0.927 4.17 1.39l0.927 0.463c0 0 0.463 0 0.463 0.463 0.927 0.463 1.853 0.463 2.317 0.927v0c1.39 0 2.78 0 4.17 0 0.463 0 0.927 0 1.39 0h0.927c2.78 0.463 6.024 1.39 7.877 3.707l0.463 0.463c0.463 0.463 0.927 1.39 1.39 1.853 0 0 0 0 0 0.463h0.463c0.463 0 0.927 0 1.39 0h0.463c0.463 0 0.927 0 0.927 0.463h0.463c0.463 0 0.927 0.463 1.853 0.463 0.463 0 0.927 0.463 1.39 0.463h0.463c0 0 0.463 0 0.463 0h0.463c0.927-0.463 1.39-0.927 2.317-0.927 0 0 0 0 0 0 0.463-2.317 1.39-4.17 2.78-5.56l0.463-0.927c0 0 0.463-0.463 0.463-0.463l0.463-0.463c1.853-1.853 4.17-3.243 6.487-4.17 0.463 0 0.463 0 0.927 0 0.927-0.463 1.853-0.927 2.78-0.927 0.463-1.39 0.927-2.317 1.853-3.243l0.463-0.463c0 0 0.463-0.463 0.463-0.463 0.927-1.39 1.853-2.78 3.243-3.707l0.463-0.463c0.463-0.463 1.39-0.927 2.317-1.39 1.39-0.927 2.317-1.853 3.707-2.317h0.463c0.927-0.463 2.317-0.463 3.243-0.463 2.78-1.39 5.56-1.853 8.804-1.39 1.853-0.927 3.707-1.39 6.024-1.39 0.463 0 0.463 0 0.927 0 3.707 0.463 7.414 2.317 9.267 5.097 0.927 0 1.853 0.463 2.78 0.463h0.463c1.39 0.463 3.243 1.39 4.17 2.317 2.78 1.853 4.633 4.633 5.097 7.877v0.927c0.463 1.39 0.463 2.317 0.463 3.707 0 0 0 0 0 0 0.463 0.927 0.927 1.853 1.39 2.78v0.463c0.463 0.927 0.463 1.853 0.463 2.78v0c0 0.463 0.463 0.927 0.463 1.39v0c2.317 1.853 3.707 4.633 4.17 7.414v0.463c0.463 0.927 0.927 2.317 0.927 3.707 0 0.463 0 0.463 0 0.927v0.927c0 0.927 0.463 1.853 0 2.317 0 0.463 0 0.927 0 0.927 0 0.463 0 0.463 0 0.927v0.927c0 0 0 0.463 0 0.463 0.463 0.927 0.463 1.39 0.463 2.317v0.927c0 1.39 0.463 2.317 0 3.707 0 1.853-0.463 3.243-0.927 4.633 0 0.463-0.463 1.39-0.463 1.853v0.927c0.463 1.853 0 4.17-0.463 6.024-0.463 2.317-1.39 4.633-2.78 6.487-0.463 0.927-0.927 1.39-1.39 1.853-0.463 0.927-1.39 2.317-2.317 3.243 0 0.463-0.463 1.39-0.463 1.853v0.463c-0.927 2.317-2.317 4.17-3.707 5.56l-0.463 0.463c0 0-0.463 0-0.463 0.463 0 0 0 0.463 0 0.463 0 0.927-0.463 1.39-0.927 1.853l-0.463 0.463c-0.927 1.853-1.853 3.243-3.243 4.17v0c-0.463 0.463-1.39 1.39-1.853 1.39s-0.463 0.463-0.927 0.463c0 0-0.463 0.463-0.463 0.463 0 0.927-0.463 1.39-0.463 2.317v0c-0.463 1.39-0.927 2.78-1.39 4.17 0 0.463 0 0.927 0 1.39 0 1.39-0.463 2.78-0.927 4.17 0.463 0 0.927-0.463 1.39-0.463h0.463c0.463 0 0.927 0 0.927 0 1.39 0 2.317 0 3.707 0.463h0.463c0.927 0.463 1.853 0.463 2.78 1.39l0.463 0.463c2.78 1.853 5.097 4.633 5.56 7.414 1.39 3.243 0.927 6.95-0.463 10.194-0.927 1.853-2.317 3.243-3.707 4.633-0.463 0.463-0.927 0.927-1.39 1.39-0.463 0.927-1.39 1.853-2.317 2.78 0 0.927 0 2.317-0.463 3.243v0.927c-0.463 1.39-0.927 2.78-1.853 4.17l-0.463 0.463c-0.927 1.39-1.853 2.317-3.243 3.243l-0.463 0.463c-0.463 0.463-1.39 0.927-1.853 1.39s-0.927 0.927-1.39 1.853-2.317 2.78-3.243 3.243c-1.39 1.39-2.78 2.78-4.633 3.707h-0.463c-0.463 0.463-1.39 0.927-2.317 1.39l-0.463 0.463c-0.463 0-0.927 0.463-1.39 0.463h-0.463c0 0-0.463 0-0.463 0-0.463 0-0.463 0.463-0.463 0.463-0.463 0.463-0.927 0.463-0.927 0.463-0.927 0.927-2.317 1.39-3.707 1.853-0.463 0-0.927 0.463-1.39 0.463h-0.463c-0.463 0-0.927 0-1.39 0.463-0.927 0.927-2.317 1.39-3.243 1.853-1.853 0.927-3.707 1.853-5.56 1.853h-0.463c-1.39 0-2.78 0-3.707-0.463-0.927 0.927-1.853 1.39-3.243 1.853l-0.463 0.463c-0.463 0.463-1.39 0.463-1.853 0.463 0 0-0.463 0-0.463 0.463l-0.463 0.463c-0.927 0.463-1.853 0.927-2.78 0.927h-0.463c-0.927 0-2.317 0.463-3.707 0h-0.463c-1.39 0-2.78-0.463-3.707-0.927l-0.463-0.463c-0.927-0.463-1.853-0.927-2.317-1.39 0 0-0.463-0.463-0.463-0.463 0 0.463 0 1.39-0.463 1.853v0.463c-1.853 5.56-7.414 8.804-12.974 8.34h-0.927c-1.39 0-2.317-0.463-3.243-0.927 0.927 4.17-0.463 8.34-3.243 11.12l-0.463 0.463c-0.927 0.927-1.853 1.39-2.78 1.853-0.463 0.463-0.927 0.927-0.927 1.39-1.39 2.78-3.707 4.633-6.487 5.56-1.39 0.463-2.317 0.927-4.17 0.463-4.633 0.463-9.267-1.39-11.584-5.56l-0.463-0.463c-0.463-0.927-0.927-1.853-1.39-2.317l-0.463-0.463c0-0.463-0.463-0.463-0.463-0.927v0c-0.463-0.463-0.463-0.463-0.927-0.927-2.317-1.39-4.633-3.243-5.56-6.024v0c-1.39-0.463-2.317-0.927-3.243-1.853l-0.463-0.463c0 0-0.463 0-0.463-0.463-1.853-0.463-3.707-1.39-5.097-2.317-1.853-1.39-3.243-3.243-4.17-5.097v0c-0.463 0.463-0.927 0.927-0.927 1.39-0.463 0.463-0.927 0.927-1.39 1.39l-0.463 0.463c-0.463 0.463-0.927 0.927-0.927 1.39l-0.463 0.463c-0.463 0.463-1.39 1.39-1.853 1.853l-0.463 0.463c0 0 0 0.463-0.463 0.463v0.463c-0.463 0.927-1.39 1.39-1.853 2.317-0.463 0.463-0.927 0.927-1.39 0.927 0 0.463-0.463 0.463-0.463 0.927s-0.463 0.463-0.463 0.927l-0.463 0.463c0 0.463-0.463 0.463-0.463 0.927 0 0 0.463 0.463 0.463 0.463 1.39 0.927 2.78 2.317 3.707 4.17 0.463 0.463 1.39 0.927 1.853 1.39s0.927 0.463 0.927 0.927c0.927 0.463 1.39 1.39 1.853 1.853l0.463 0.463c0.463 0.927 1.39 1.39 1.853 2.317l0.463 0.463c0 0.463 0.463 0.463 0.463 0.927l0.463 0.463c0.927 1.853 1.39 3.707 1.39 5.56 0.463 1.853 0.463 3.243 0.463 5.097v0.927c0 0.463 0 0.927 0 1.39 0 1.39 0 2.78-0.463 4.17v0.463c0 0.463-0.463 1.39-0.463 1.853v0.463c0 0.463-0.463 0.927-0.463 1.39-0.463 2.317-1.39 4.633-2.317 6.024 1.39 0.927 2.78 1.853 3.707 3.243l0.463 0.463c0.463 0.463 0.927 1.39 1.39 2.317 0.463 0.463 1.39 0.463 1.853 0.927 1.39 0.463 2.78 0.927 4.17 1.39 0.463 0 0.463 0 0.927 0 0.927 0.463 1.853 0.463 2.78 0.927 2.317 0.927 4.17 2.317 6.024 4.17 1.853 0.927 3.243 2.317 4.17 4.17 0.927 0.463 1.39 1.39 2.317 2.317 0 0 0.463 0.463 0.463 0.463 2.78 2.317 4.633 5.097 4.633 8.804 0.463 0.463 0.463 1.39 0.927 1.853 0 0.463 0.463 0.463 0.463 0.927 0.927 0.927 1.853 1.853 2.317 2.78 0.927 1.39 1.39 3.243 1.853 5.097 0.927 1.853 0.927 3.707 0.927 5.56 0 0.463 0 0.927 0 0.927 0 0.463 0 0.463 0 0.927 0 0.927 0 1.853-0.463 2.78 0 0.463 0 0.927 0 1.853 1.39 0 3.243 0 4.633 0.463 2.317 0.463 4.633 1.39 6.024 2.78 2.78 0.463 5.097 2.317 6.95 4.633l0.463 0.463c0 0 0.463 0.463 0.463 0.463l0.463 0.463c0.463 0.463 0.463 0.927 0.927 1.853l0.463 0.463c0.463 0.927 0.927 1.853 0.927 3.243v1.39c0.463 1.853 0.463 3.707 0 5.097 0 0 0 0.463 0 0.463v0.927c0 0 0 0.463 0 0.927v0.927c0 0.463 0 1.39-0.463 1.853v0.463c-0.463 0.927-0.463 1.853-0.927 2.78 0.463 0.927 0.927 1.39 1.39 2.317 1.39 0 2.317 0.463 3.243 0.927 0.463 0 0.927 0.463 1.39 0.463s0.927 0.463 0.927 0.463l0.463 0.463c0.927 0.463 1.39 0.927 2.317 1.39l0.463 0.463c0.463 0.463 0.927 0.463 1.39 0.927 0.463 0 0.463 0.463 0.927 0.463l0.927 0.927c0.463 0.463 0.927 0.927 1.39 0.927 0.927 0.927 1.853 2.317 2.78 3.707 0.463 0.927 1.39 1.39 1.39 2.317l0.463 0.463c0 0 0.463 0.463 0.463 0.463 0.463 0.463 0.927 0.927 1.39 1.39 0.927 0.927 1.39 1.39 1.853 2.317v0c0.927 0.927 1.39 1.853 2.317 3.243 0.463 0.463 0.463 0.927 0.927 1.39 0.463 0.927 1.39 1.853 1.39 2.317v0c0 0 0.463 0.463 0.463 0.463l0.463 0.463c1.39 1.39 1.853 2.78 2.78 4.17v0.463c0 0.463 0 0.463 0.463 0.927 0.463 1.39 0.927 2.317 0.927 3.243v0.463c0 0.463 0.463 0.927 0.463 1.39 0.463 1.39 0.927 3.243 0.927 4.633 0.927 1.853 1.853 4.17 1.853 6.024v0.927c0 0.927 0 1.853 0 2.78 0 0.463 0 0.463 0 0.927v0.463c0.463 4.17-1.39 8.34-4.633 11.12 0.463 0 0.463 0.463 0.927 0.463l0.463 0.463c0 0 0.463 0 0.927 0h0.463c1.39-0.463 3.243-0.927 4.633-0.463h0.463c0.463 0 0.927 0 1.39 0.463 0.463 0 1.39 0 1.853 0 0.927 0 1.39 0 1.853 0 0.927 0 1.39 0 1.853 0 0 0 0 0 0 0l0.463-0.463c1.39-0.463 2.78-0.927 4.17-1.39h0.463v-0.927c0-0.463 0-1.39 0-1.853v-0.927c0-0.463 0-0.463 0-0.927v-0.463c0-0.463 0-0.927 0.463-1.39v-0.927c0-0.463 0.463-0.927 0.463-1.39 0 0 0-0.463 0-0.463l0.463-1.39c0-1.39 0.463-2.78 0.927-3.707l0.463-0.463c0-0.463 0-0.927 0-0.927v-0.927c0-0.927 0.463-1.853 0.463-2.317 0.463-3.243 2.317-6.024 4.633-7.877 4.17-3.243 10.194-3.243 14.364 0.463 0.463 0.463 0.927 0.463 1.39 0.927l0.927 0.927c0 0 0.463 0.463 0.463 0.463 1.39 0.927 2.317 1.853 3.243 3.243v0.463c0.463 0.463 0.927 0.927 0.927 1.39 2.317 1.39 4.17 3.243 5.097 5.56l0.927 0.463c0.927 0.463 1.853 1.39 2.78 2.317l0.463 0.463c1.39 1.39 2.317 3.243 2.78 5.097 1.39 1.39 2.317 2.78 2.78 4.633v0.463c0.927 1.853 0.927 4.17 0.463 6.024 0.927 0.463 1.39 0.463 2.317 0.927 2.317-0.927 5.097-1.39 7.414-0.927h0.463c2.78 0.463 5.097 2.317 6.95 4.17 0 0 0 0 0 0 0.463 0 0.463 0.463 0.927 0.463 1.39 0.463 2.317 1.39 2.78 1.853 0.463 0 0.463 0.463 0.927 0.463 0.927 0.463 2.317 0.463 2.78 0.927 0.463 0 0.927 0.463 1.39 0.463l1.39 0.463c0 0 0.463 0 0.463 0s0 0 0 0h0.463c3.243-0.927 6.95-0.463 9.73 1.853 1.39 0.927 2.317 1.853 3.243 2.78 1.39 1.39 2.317 2.78 2.78 4.633 0.463 0 0.463 0 0.927 0 0.927-0.463 1.39-0.927 2.317-0.927h0.463c0.463 0 0.927-0.463 1.39-0.463 1.39-0.463 2.78-0.463 4.633-0.463h0.463c1.39 0 2.317 0.463 3.243 0.927 2.78 0.927 5.56 2.78 7.414 5.56v0c0.927 0.463 1.853 0.927 2.317 1.39 0.463 0 0.463 0.463 0.927 0.463l0.463 0.463c3.707 2.317 6.024 6.487 6.024 10.657-5.097 5.56-7.414 9.73-11.12 12.047zM950.791 457.267c0 0-0.463 0 0 0-0.927-0.463-1.39-0.927-1.853-0.927h-0.463c0 0 0 0 0 0-1.39 3.707-4.633 6.024-8.34 6.95h-0.463c-1.39 0.463-2.317 0.927-3.707 0.927h-0.463c-0.927 0-1.853 0-2.78 0 0.463 0.463 1.39 0.927 1.853 1.39h0.927c0.463 0 0.927 0 1.853 0s1.853-0.463 2.317-0.463h0.927c0 0 0.463 0 0.463 0s0 0 0 0c0.463 0 0.927-0.463 0.927-0.463 1.39-0.927 2.78-1.39 4.17-1.853h0.463c0.927 0 1.39-0.463 2.317-0.463h0.927c0.463 0 0.927 0 1.39 0-0.463-1.39-0.463-2.317-0.463-3.707 0 0 0-0.927 0-1.39zM610.23 455.414h0.927c2.317 0.463 4.17 1.39 6.024 2.78l0.463 0.463c0.463 0 0.463 0.463 0.927 0.927s1.39 0.927 1.853 0.927c0.463 0 0.927 0.463 0.927 0.463 0.463 0 0.927 0 1.39 0 1.39-0.463 2.317-0.463 3.243-0.463 0.463 0 0.927 0 1.39 0 1.853-0.463 3.707-0.463 5.56 0.463 0.927 0.463 1.39 0.463 2.317 0.927 0.463 0 0.927 0 1.853 0h0.463c0 0 0 0 0.463 0 0.927-0.463 1.853-0.463 2.317-0.463 1.853-0.463 3.243-0.463 5.097 0h0.463c2.317 0.463 4.17 1.39 5.56 2.78 0.463 0.463 1.39 0.927 1.853 0.927 0 0 0 0 0.463 0 0.927-0.463 2.317-0.927 3.243-0.927 0.463 0 0.927 0 1.39-0.463 0 0 0-0.463 0-0.463v-0.463c0.927-3.243 3.243-6.024 6.487-7.414l0.463-0.463c0.463 0 0.927-0.463 0.927-0.463h0.463c0.463 0 0.463 0 0.927 0s1.39-0.463 1.853-0.463h0.927c0.927 0 1.39-0.463 2.317-0.463h0.463c0.463 0 0.463 0 0.927 0 0.927-0.463 1.853-0.463 2.78-0.463h0.463c1.39 0 2.78 0.463 4.17 0.927l0.463 0.463c1.39 0.463 2.317 1.39 3.707 2.317l0.463 0.463c0.927 0.463 2.317 1.39 3.243 1.853 0.463 0 0.463 0 0.927-0.463h0.927c0.927 0 1.39 0 2.317 0h0.463c0.463 0 0.927 0 1.39 0 4.633-0.463 8.804 2.317 11.12 6.487 0.463 0.927 0.927 1.853 0.927 3.243 3.243 0 6.487 1.39 8.34 3.707 0.463 0.463 0.927 0.927 1.39 1.39l0.463 0.463c1.853 1.853 2.78 4.17 3.243 6.487 0.463 0 1.39 0.463 1.853 0.927 2.317 1.39 4.17 3.243 5.56 5.56l0.463 0.463c0.463 0.927 1.39 1.39 1.853 2.317 0.463 0 0.463 0 0.927 0h0.463c0.927 0 1.39 0 1.853 0.463h0.463c0.463 0 0.927 0 1.39 0h1.39c0.463 0 0.927 0 0.927 0h0.463c0.463 0 1.39 0 1.853 0.463 0.927-0.463 2.317-0.463 3.243-0.463s1.39 0 2.317 0h0.463c0 0 0 0 0.463 0 0.463-0.463 1.39-0.463 1.853-0.927l0.463-0.463c2.317-1.39 5.56-1.853 8.34-1.39 1.39-5.56 6.024-9.73 11.584-9.73h0.463c0.927 0 1.39 0 2.317 0h0.463c0.927 0 1.853 0.463 2.317 0.927 0.463 0 0.927 0.463 1.39 0.463h0.927c0.463 0 0.927 0 1.39 0h0.463c0.463 0 0.463 0 0.927 0v0c0 0 0.463 0 0.463 0h0.463c0.463 0 0.927 0 1.39 0h1.39c0.463 0 0.927 0 1.39 0 2.78-2.317 6.487-3.243 10.194-2.317 1.39 0.463 2.78 0.927 3.707 1.853l0.463 0.463c0.463 0 0.463 0.463 0.927 0.463 0 0 0.463 0 0.463 0v0c1.39-0.927 2.317-1.39 3.707-1.39 0.463 0 0.927-0.463 1.39-0.463 0 0 0 0 0 0 0.927-0.463 2.317-0.927 3.243-0.927h1.853c0.927 0 2.317 0 3.243 0v0c0.463 0 0.927 0 1.39-0.463l1.853-0.463c0.927 0 1.39 0 2.317 0v0c0.463 0 0.463 0 0.463 0 0.463 0 0.463-0.463 0.927-0.463s0.463-0.463 0.927-0.463c2.317-2.317 5.56-3.707 8.804-3.707 1.39-0.927 2.317-1.39 3.707-1.39 0.463 0 0.927-0.463 0.927-0.463 1.39-0.927 2.78-0.927 4.17-1.39h0.463c1.39 0 3.243 0 4.633 0.463h0.463c0.927 0.463 1.39 0.463 2.317 0.927l0.463 0.463c0.463 0 0.463 0.463 0.927 0.463h0.463c0 0 0.463 0 0.463 0 1.853-0.463 3.243 0 5.097 0.463 3.243-1.853 7.414-1.853 10.657 0 0.463 0 0.463 0 0.463 0h1.39c2.317 0 4.17 0.927 6.024 2.317 2.317-1.39 4.633-1.853 6.95-1.853 1.39 0 2.78 0 4.17 0.463h0.463c0.463 0 0.927 0 1.39 0.463 0.463 0 0.927-0.463 1.39-0.463 1.853-1.39 3.707-1.853 6.024-1.853 0.927-0.463 1.39-0.463 2.78-0.927v0c0.463 0 0.927-0.463 1.39-0.463h0.927c0.927 0 2.317-0.463 3.243 0h0.463c0.463 0 1.39 0 1.853 0 0 0 0.463 0 0.463 0h0.927c0.463 0 0.927 0 1.39 0l1.39 0.463c0.463 0 0.463 0 0.463 0 0.463 0 0.463 0 0.927 0h1.39c0.463 0 0.463 0 0.463 0v0c0.463-0.463 0.463-0.927 0.927-1.39v-0.463c1.853-5.097 6.024-8.34 11.12-8.34h0.463c0 0-0.463 0-0.463-0.463-0.927 0-2.317 0-3.243 0-1.39 0-2.317 0-3.243 0h-0.463c-0.463 0-0.463 0-0.463 0-0.463 0-0.927 0-1.853 0h-0.463c-1.39 0-2.78-0.463-3.707-0.927l-0.463-0.463c-0.463 0-0.463-0.463-0.927-0.463-2.317-0.927-4.17-2.317-5.56-4.633 0 0-0.463-0.463-0.463-0.463-0.927-0.463-1.853-0.927-2.78-1.853-0.463 0-0.927 0-1.39 0h-0.927c0 0-0.463 0-0.927 0s-0.927 0-0.927 0.463h-0.463c-0.463 0-0.463 0-0.927 0h-0.463c-1.39 0-3.243 0-4.633-0.463h-0.463c-0.463 0-0.463 0-0.927-0.463l-0.463-0.463c0 0 0 0 0 0-1.39 0.463-3.243 0.463-4.633 0-0.927 0-1.39 0-2.317 0-0.463 0-0.463 0-0.463 0h-0.927c-0.463 0-0.463 0-0.927 0h-0.463c-0.463 0-1.39 0-1.39 0-1.39 0-2.317 0-3.707-0.463-0.463 0-0.927 0-1.39-0.463h-0.463c-0.463 0-0.927-0.463-1.39-0.463l-0.927-0.463c-0.463 0-0.927-0.463-1.39-0.463l-0.463-0.463c-0.463-0.463-0.927-0.463-1.39-0.927l-0.463-0.463c-0.463-0.463-0.463-0.463-0.927-0.927-0.463 0-0.463-0.463-0.927-0.463l-0.463-0.463c-0.463-0.463-0.927-0.927-1.39-1.39l-0.463-0.463c-0.463-0.463-0.927-0.927-1.39-1.853v0c-0.927-0.463-1.39-0.927-2.317-1.39-0.927-0.927-2.317-1.39-2.78-2.317-0.463-0.463-1.39-1.39-1.853-1.853 0 0 0 0-0.463 0-1.39-0.463-2.317-1.39-3.243-2.317l-0.927-0.463c-0.463-0.463-0.927-0.463-1.39-0.927l-0.463-0.463c-2.317-1.853-3.707-4.633-4.17-7.414v-0.927c-0.927-5.56 1.39-11.12 6.487-13.437l0.463-0.463c0.927-1.39 2.78-2.78 4.17-3.707 0.927-0.927 2.317-1.39 3.707-1.853 0-0.463 0-0.927 0-1.39 0 0-0.463-0.463-0.463-0.463l-0.463-0.463c-0.463-0.463-0.927-1.39-0.927-1.853l-0.463-0.927c-0.927-0.927-1.39-2.317-1.853-3.707v-0.463c0-0.463-0.463-0.463 0-0.463l-0.463-0.463c0 0-0.463-0.463-0.463-0.463-0.927-0.463-1.39-1.39-1.853-1.853v0c0 0 0 0-0.463-0.463s-0.927-0.927-0.927-1.39v0c-0.463-0.463-0.463-0.463-0.927-0.927-3.707 0.927-7.414-0.463-10.194-2.78l-0.463-0.463c-0.463 0-0.463-0.463-0.927-0.927-1.853-0.927-3.243-2.317-4.17-4.17l-0.463-0.463c-0.463-0.927-1.39-1.39-1.853-2.317s-0.927-1.39-1.39-2.317c-0.927 0.463-1.853 0.463-2.78 0.927-1.853 1.853-4.17 3.243-6.95 3.707-1.39 0-2.78 0-3.707 0-2.317 0-5.097-0.927-6.95-2.78-0.927-0.463-1.39-1.39-1.853-1.853 0 0-0.463-0.463-0.463-0.927-0.927-0.463-1.853-0.927-2.317-1.853-1.39-0.463-2.78-1.39-4.17-2.317l-0.463-0.463c-1.853-1.39-3.243-3.243-3.707-5.56-0.927-1.853-1.39-3.707-1.39-5.56v-0.927c0-1.39 0.463-3.243 0.927-4.633v-0.463c0.463-0.927 0.927-2.317 1.853-3.243l0.463-0.463c0.463-0.927 0.927-1.39 1.853-1.853 0 0 0-0.463 0-0.463v-0.927c-0.463-3.243 0-6.024 1.39-8.804-0.927-3.243-0.463-6.487 0.927-9.267-0.463-2.317 0-5.097 0.927-7.414-0.463-0.927-1.39-1.853-1.853-2.78-0.927-1.39-1.39-2.78-1.853-4.633-0.463-0.463-0.927-1.39-1.39-1.853 0 0 0 0 0-0.463-4.17 0.463-7.877-0.927-10.657-4.17l-0.463-0.463c0-0.463-0.463-0.463-0.463-0.927v-0.463c0 0-0.463 0-0.463 0-3.707 1.39-7.877 0.927-11.12-1.853-0.463 0-0.463-0.463-0.463-0.463-0.463-0.463-0.927-0.463-1.39-0.927v0c-1.39-0.463-2.317-1.39-3.243-2.317-1.853-1.853-3.243-3.707-3.707-6.487-0.927-0.927-1.39-1.853-1.853-3.243v-0.463c-0.463-0.463-0.463-1.39-0.463-2.317v-0.463c-0.927-2.317-0.927-5.097-0.463-7.414 0 0.463-0.463 0.463-0.463 0.927-0.463 0.463-0.463 0.927-0.927 0.927-0.463 0.927-1.39 1.853-1.853 2.78-1.39 2.317-4.17 4.17-6.487 4.633 0 0.463-0.463 1.39-0.927 1.853-0.463 1.853-1.853 3.243-3.243 4.633-0.463 0.463-0.927 1.39-1.39 1.853 0 0.463-0.463 1.39-0.463 1.853 0 0.927-0.463 1.39-0.927 2.317l-0.463 0.927c-0.927 2.78-2.78 5.097-4.633 6.487-0.927 0.927-1.853 1.853-2.78 2.317-2.317 2.78-6.024 4.17-9.73 3.707-0.927 0-1.853-0.463-2.317-0.463-4.17-0.927-7.414-3.707-8.804-7.877 0 0 0-0.463 0-0.463-1.39-0.927-2.317-2.317-2.78-3.707 0 0-0.463-0.463-0.463-0.463l-0.463-0.463c-0.463-0.463-0.927-1.39-1.39-1.853l-0.463-0.463c-0.463-0.463-0.463-0.927-0.927-1.39s-0.927-0.927-1.39-1.39l-0.463-0.463c-0.463-0.463-0.463-0.927-0.927-1.39l-0.463-0.463c-0.463-0.927-0.927-1.853-1.39-2.317l-0.463-0.463c0-0.463-0.463-0.463-0.463-0.927-0.463-0.463-0.463-0.463-0.927-0.927l-0.463-0.463c-0.463-0.463-0.463-0.927-0.927-1.39s-0.927-0.463-0.927-0.927l-0.463-0.463c-0.463-0.463-1.39-1.39-1.853-1.853l-0.463-0.463c-0.463-0.463-1.39-0.927-1.853-1.853-0.927-0.463-1.853-1.39-2.317-1.853 0 0 0 0.463 0 0.463 0 0.927 0 1.853 0 2.317 0 1.853 0 3.707-0.463 5.097 0 0 0 0 0 0v0.927c0 0.463 0 0.927 0 1.39 0.927 3.243 0.463 6.95-1.39 9.73 0 0 0 0.463-0.463 0.463 0 0 0 0 0 0-1.39 4.17-5.097 6.95-9.267 7.414-1.39 1.39-2.78 2.317-4.633 2.78 0 0 0 0-0.463 0-0.927 0.927-1.853 1.39-2.78 2.317-0.463 0.463-0.463 0.463-0.927 0.927 0 0 0 0 0 0.463l-0.463 0.463c-1.853 3.243-5.097 5.56-8.804 6.024h-0.463c-1.853 0.463-3.707 0-5.56-0.927-0.463 0-0.463 0-0.927 0-1.853 0-3.243 0-4.633-0.463 0 0 0 0-0.463 0 0 0-0.463 0-0.463 0h-0.463c0 0-0.463 0-0.463 0-1.39 0.463-2.78 0.927-4.17 0.927-1.853 3.243-5.097 6.024-8.804 6.487-0.463 0-0.463 0-0.927 0h-0.463c-0.463 0-0.927 0-0.927 0h-0.463c-1.39 0-2.317 0-3.707-0.463 0 0 0 0-0.463 0.463 0 0.463-0.463 0.927-0.463 0.927-0.463 0.927-0.927 1.853-1.853 3.243-0.463 1.39-0.927 2.317-1.853 3.243l-0.463 0.463c-1.39 1.853-3.243 3.243-5.56 3.707-4.17 2.317-9.267 2.317-12.974-0.927-2.317-0.927-4.633-2.78-6.024-4.633s-1.853-4.17-1.853-6.024c-0.927-3.243-0.463-6.487 0.927-9.267 0.463-0.463 0.463-0.927 0.927-1.39 0 0 0-0.463 0-0.463v-0.927c0-0.463 0.463-0.927 0.463-0.927 0.463-2.317 1.853-4.17 3.243-6.024 0-0.927 0.463-1.39 0.927-2.317v-0.463c0.463-0.927 0.927-1.853 0.927-2.317 0.463-0.927 0.463-1.39 0.927-2.317l0.463-0.927c0.463-1.39 1.39-2.317 2.317-2.78 0.463-0.927 1.39-1.39 1.853-1.853 1.853-2.317 4.633-3.707 7.877-4.17h0.463c0.927 0 2.317 0 3.243 0h0.463c0 0 0.463 0 0.463 0s0.463 0 0.463 0c0 0-0.463-0.463-0.463-0.463-1.39-0.927-2.317-1.853-3.707-3.243l-0.463-0.463c-0.463 0-1.39-0.463-1.853-0.927-0.463 0-0.927-0.463-0.927-0.463-1.39-0.463-2.78-1.39-3.707-2.317l-0.463-0.463c-0.463-0.463-0.463-0.463-0.927-0.927l-0.463-0.463c-0.463-0.463-0.927-0.927-0.927-1.39-0.463 0-0.463-0.463-0.927-0.463s-0.927-0.463-1.39-0.463l-0.927-0.463c-0.463 0-0.927-0.463-1.39-0.927 0 0-0.463 0-0.463 0v0.463c0 0.927-0.463 1.853-0.927 2.78 0 0.463-0.463 0.927-0.463 0.927-0.463 1.853-1.39 3.243-2.317 4.633l-0.463 0.463c0 0.927-0.463 1.39-0.927 1.853-0.463 1.39-0.927 2.317-1.39 3.243-0.463 1.39-1.39 2.78-2.78 3.707-0.463 0.463-0.463 0.463-0.927 0.927 0 1.39 0 2.317-0.463 3.243l-0.463 1.39c0 0.927-0.463 1.39-0.463 1.853s-0.463 0.927-0.463 0.927c-0.463 0.927-0.463 1.853-0.927 2.78-0.463 1.39-1.39 2.317-2.317 3.707l-0.463 0.463c0 0-0.463 0.463-0.463 0.463-0.463 0.927-0.463 1.39-0.927 2.317s-0.463 1.39-0.927 1.853c-0.463 0.463-0.463 0.927-0.927 1.39-0.463 0.927-0.463 1.39-0.927 2.317 0 0 0 0.463-0.463 0.463-0.463 0.927-0.927 1.853-0.927 2.317l-0.463 0.463v0.463c0 2.317-0.463 4.17-1.39 6.487 0 0 0 0.463 0 0.463l0.463 1.39c0.463 0.927 0.463 1.853 0.927 2.317v0.463c0 0.463 0 0.463 0.463 0.927 0 0.463 0.463 0.927 0.463 1.39 0.463 0.927 0.927 1.853 1.39 3.243v0.463c0.463 1.39 0.463 3.243 0.463 4.633 0 0.463 0 1.39 0 1.853 0.463 1.853 0.927 3.707 0.463 5.56v0.927c0 0.463 0 1.39-0.463 1.853 0.927 0 2.317 0.463 3.243 0.463h0.463c0.463 0 0.927 0.463 0.927 0.463 0.927 0.463 1.853 0.927 2.317 0.927s0.463 0.463 0.927 0.463l0.927 0.463c0.463 0.463 1.39 0.927 1.853 1.39l0.463 0.463c0.927 0.927 1.39 1.853 2.317 2.78 1.39 1.853 2.317 4.17 2.317 6.487v0.927c0 1.853 0 4.17-0.463 5.56 0 0.463 0 0.463-0.463 0.927-0.463 2.317-1.39 4.17-2.78 5.56l-0.463 0.463c-0.463 0.927-1.39 1.39-2.317 1.853-0.463 0.463-0.927 0.927-1.853 1.39v0c0.463 0.927 0.927 2.317 0.927 3.243v0.927c0.463 5.56-2.317 10.657-6.95 12.974l-0.463 0.463c-2.317 0.927-4.17 1.39-6.487 0.927-1.39 0-2.317-0.463-3.707-0.927-0.927 0-2.317-0.463-3.243-0.927l-0.463-0.463c-0.463 0-0.463-0.463-0.927-0.463h-0.463v-1.39l-0.463 1.39h-0.463c-0.463 0-0.927-0.463-1.39-0.463-3.707 3.243-8.34 3.707-12.51 1.853-1.853-0.927-3.243-1.853-4.633-3.707-0.927-0.927-1.853-1.853-2.78-2.78-0.463 0-0.463-0.463-0.927-0.463-1.39-0.927-2.78-2.78-3.707-4.17-1.853-1.853-2.78-4.17-3.243-6.487 0-0.463-0.463-0.927-0.463-1.39-0.927-0.927-1.39-2.317-1.853-3.243 0 0 0-0.463-0.463-0.463-0.927 0-1.853-0.463-2.78-0.927 0 0 0 0 0 0-0.463 0.927-1.39 1.39-1.853 1.853s-0.927 0.927-1.39 1.853l-0.463 0.463c-0.463 0.463-0.927 0.463-1.39 0.927s-0.463 0.463-0.927 0.463c-0.463 0.463-0.927 0.927-1.39 0.927-0.463 0.463-0.463 0.463-0.927 0.927-0.927 0.927-1.853 1.39-2.78 1.853 0 0 0 0 0 0-0.927 1.853-1.853 3.707-3.243 4.633-0.927 0.927-1.853 1.853-3.243 2.78-0.927 0.927-2.317 1.853-3.707 2.317-1.853 0.463-3.707 0.927-5.097 0.927-0.463 0-1.39 0-1.853 0h-0.463c-1.39 0-2.317-0.463-3.243-0.927-2.317-0.463-4.17-1.853-5.56-3.707-0.463 0-1.39 0-1.853 0h-0.463c-1.39 0-2.78-0.463-4.17-1.39l-0.463-0.463c-0.927-0.463-1.853-1.39-2.78-1.853-0.927 0-1.853 0-2.317 0s-1.39 0-1.853 0h-0.463c-0.927 0-1.39 0-1.853 0 0 0 0 0.463-0.463 0.463 0.463 0.463 0.927 0.927 0.927 0.927 0.463 0.463 0.927 0.463 1.39 0.927l0.463 0.463c0 0 0.463 0.463 0.463 0.463l0.463 0.463c0.463 0.463 0.927 0.927 0.927 0.927 2.78 0.463 5.56 1.853 7.414 4.17 0.463 0.463 0.927 1.39 1.39 1.853 0.927 0.463 1.39 1.39 2.317 1.853 0.927 0 2.317 0.463 3.243 0.927 1.39 0 3.243 0.463 4.633 1.39 0.927 0 1.39 0 2.317 0.463 0.463 0 0.463-0.463 0.927-0.463h0.463c0.463 0 0.463 0 0.927 0l1.39-0.463c3.243-0.463 6.95 0.463 9.73 2.78h0.463c0 0 0.463 0 0.463 0 0.463 0 0.463 0 0.927 0 1.853-0.463 3.243-0.927 5.097-0.463h0.463c0.927 0 1.39 0.463 2.317 0.463h0.463c1.39 0.463 2.317 0.927 3.243 1.853 0.463 0 0.463 0.463 0.927 0.463 0.927 0.463 1.853 0.927 2.78 1.39l0.463 0.463c2.317 1.39 3.707 3.707 4.633 6.487h0.463c0.927 0.463 1.39 0.463 2.317 0.927l1.39 0.927c2.317 1.39 3.707 3.707 4.633 6.487v0.463c1.853 0 3.243 0.927 5.097 1.853 2.78 0 6.024 1.39 7.877 3.707l0.463 0.463c2.78 2.78 3.707 6.487 3.243 10.194 0 0.927-0.463 2.317-0.927 3.243 0 0 0 0 0 0h0.463c0.927-0.463 1.853-0.927 2.78-1.39h0.463c0.463 0 0.927-0.463 1.39-0.463 1.39-0.463 2.78-0.927 4.17-0.927h0.463c1.853 0 3.243 0.463 4.633 0.927s2.78 0.927 3.707 1.853c0 0 0.463 0 0.463 0h0.463c3.243 0.463 6.487 1.853 8.34 5.097 0 0 0 0.463 0.463 0.463 1.853 0 3.707 0.463 5.56 1.39 0.927 0.463 1.853 0.927 2.78 1.853 2.317 4.17 3.243 4.17 4.17 4.17zM761.745 275.171c0-0.463 0-0.463 0.463-0.927 0 0-0.463 0-0.463 0h-0.463c0 0 0 0 0 0 0 0.927 0 1.853-0.463 2.78 0-0.463 0.463-1.39 0.927-1.853zM537.021 318.262v0 0 0zM515.707 321.969v0 0 0zM559.262 456.804c0 0 0 0 0 0 0 0.927 0.463 1.39 0.463 1.853 0.463-0.463 0.927-0.463 1.39-0.927s0.927-0.927 1.39-1.39c0-0.463 0.463-0.927 0.463-1.39-1.39 0.927-2.78 1.39-3.707 1.853zM533.777 106.512c-0.463 1.39-1.39 2.78-2.78 3.707 0 0.927-0.463 1.853-0.463 2.78 0 0.463 0 0.463 0 0.927 0 1.39 0 2.78-0.463 3.707v0.927c0 0.463 0 0.463-0.463 0.927v0.927c0 0.463 0 0.927 0 0.927s0 0.463 0 0.463v0.927c0 0 0 0.463 0 0.927 0 0.927 0 1.853-0.463 3.243v0.927c0 0.463 0 0.927-0.463 0.927v0.463c0 0.463-0.463 0.927-0.463 1.39l-0.463 0.463c0 0.463-0.463 0.463-0.463 0.927l-0.463 0.463c-0.463 0.927-0.463 1.39-0.927 2.317v0c0 0.463 0 0.463 0 0.463 0 0.463-0.463 1.39-0.463 1.853v0.463c0 0.463-0.463 0.927-0.463 1.39 0 0 0 0.463 0 0.463l-0.463 1.39c0 0.463-0.463 0.927-0.463 0.927v0.463c-0.463 0.463-0.463 1.39-0.927 1.853v0.463c0 0.463 0 0.927 0 1.39v1.853c0 0.463 0.463 0.927 0.463 1.39l0.463 1.39c0 0.463 0 0.927 0.463 1.853v0.927c0 0 0 0 0 0.463 0.927 0.927 1.39 1.853 1.853 2.78s0.927 1.853 1.39 2.78l0.463 1.39c0.463 0.927 0.463 2.317 0.463 3.243v0.927c0 0 0 0.463 0 0.463v1.39c0 1.39 0 2.317 0 3.707v0.463c0 1.39-0.463 2.78-1.39 4.17 0 0.927 0 1.39 0 2.317v0.927c0 1.853-0.463 3.707-0.927 5.097v0.463c0.463 1.39 0.463 2.317 0.463 3.707 0 4.17-1.853 7.877-4.633 10.194-0.463 0.927-0.927 1.853-1.39 2.317l-0.463 0.463c0 0-0.463 0.463-0.463 0.463-0.463 0.463-0.463 0.927-0.927 0.927-0.463 0.927-0.927 1.39-1.39 1.853l-0.463 0.463c0 0.463-0.463 0.927-0.463 1.39 0.927 2.317 0.927 5.097 0.463 7.414 0 0.463 0 1.39 0 1.853 0 0.927 0 1.853 0 2.78 0 0.463 0 0.463 0 0.927v0.927c0 0.463 0 0.463 0 0.927v0.927c0 1.39 0 2.78-0.463 3.707 0 1.39-0.463 2.317-0.463 3.707v0.463c-0.927 2.78-2.78 5.56-5.56 6.95-0.463 0.463-0.927 0.927-1.39 0.927-0.463 0.463-0.463 0.463-0.927 0.463-1.853 1.853-4.633 2.78-7.414 2.78-0.463 0.463-0.927 0.927-1.39 1.39l-0.463 0.463c-0.927 0.927-1.39 1.39-2.317 1.853l-0.463 0.463c-0.463 0-0.463 0.463-0.927 0.463-2.78 2.317-6.487 2.78-9.73 1.853-0.927 0-2.317-0.463-2.78-0.927-0.463 0-0.463 0-0.927 0l-1.39-0.463c-0.463 0-0.927 0-1.39-0.463v0c-3.243 0-6.487-0.927-8.804-3.243-0.463 0-0.927 0-1.39 0-0.927 0-2.317 0.463-3.243 0h-0.463c-0.463 0-0.927 0-1.39 0s-0.927 0-1.39-0.463c-1.39 0-2.317-0.463-3.707-0.927-0.463 0-0.463 0-0.927 0v0 0c-0.463 0.463-0.927 0.927-1.39 1.39l-0.463 0.463c-0.463 0.463-0.463 0.463-0.927 0.927l-0.463 0.463c-0.463 0.463-0.463 0.463-0.927 0.927 0 0.463-0.463 0.463-0.463 0.927-0.463 1.853-0.927 3.243-1.853 4.633v0.463c-0.463 2.317-1.853 4.17-3.243 5.56v0c0 0.463-0.463 1.39-0.463 1.853v0.463c0 0 0 0.463 0 0.463 0.463 3.707-0.927 6.95-3.243 9.73v0.927c0 0 0 0.463 0 0.463v0.463c0 0.463 0 0.463 0.463 0.927v0.927c0 0.463 0 0.463 0 0.927v0.927c0 0.927 0 1.39 0 2.317v1.39c0 0.463 0 1.39 0 1.853v1.853c0 0.463 0 0.927-0.463 1.39 0 0.463 0 0.927 0 1.39 0 0.927 0 1.853 0 3.243v0.927c0 0.927-0.463 2.317-0.927 3.243 0 0 0 0.463 0 0.463s0 0.463 0 0.463v0.463c0 0.463 0.463 0.463 0.463 0.927s0.463 0.463 0.463 0.927v0c0.463 0.463 1.39 1.39 1.853 2.317l0.463 0.463c0.927 1.39 1.39 2.78 1.39 4.17v0.463c0.463 0.463 0.927 1.39 1.39 1.853l0.463 0.463c0.463 0.463 0.463 0.927 0.927 1.39 0.463 0 0.463 0.463 0.927 0.463l0.463 0.463c1.39 0.927 2.317 1.853 3.243 3.243 0.463 0.463 0.927 0.927 1.39 1.39l0.463 0.463c0.463 0.463 0.927 1.39 1.39 1.853s0.927 0.927 1.39 1.853l0.463 0.463c0 0.463 0.463 0.463 0.463 0.463 0.463 0.927 0.927 1.853 1.39 2.78l0.463 1.39c0.463 1.39 0.463 2.78 0.463 4.17v0.927c0 0.463 0 0.927 0 1.39v0c0.463 0 0.463 0.463 0.463 0.463l0.927 0.463c0.927 0.463 1.39 0.927 2.317 1.853l0.463 0.463c0.463 0.463 0.463 0.463 0.927 0.927 0.927-0.463 1.853-0.463 2.78-0.463s1.39 0 2.317 0h0.463c1.853 0 3.707 0.927 5.56 1.853l0.463 0.463c0.463 0.463 0.927 0.463 1.39 0.927 1.39 0.463 3.243 1.39 4.17 2.317 0.463 0 0.927 0 1.39 0h0.463c0.463 0 0.927 0.463 1.39 0.463s1.39-0.463 2.317-0.463h0.463c0.927 0 1.39 0 2.317 0 0 0 0-0.463 0-0.463v-0.927c0.463-1.39 0.927-2.78 1.39-3.707l0.463-0.463c0.463-0.927 0.927-1.39 1.39-1.853l0.463-0.463c0.927-0.927 1.853-1.39 2.78-2.317 1.39-1.39 2.78-2.317 4.633-2.78l0.463-0.463c0.927-0.463 1.39-0.927 2.317-1.39h0.463c0.463 0 0.927-0.463 1.39-0.463h0.463c0.463 0 0.463 0 0.927 0l0.463-0.463c0.927-0.927 1.853-2.317 2.78-2.78l1.39-0.927c0.927-0.463 1.853-0.927 2.78-1.39h0.463c0.927-0.463 1.39-0.463 2.317-0.463 0.463-0.463 0.927-0.927 1.39-0.927l0.927-0.463c1.39-0.927 2.78-1.39 4.17-1.853h0.463c1.39-0.463 2.78-0.463 4.633 0h0.463c1.39 0.463 2.78 0.927 3.707 1.39l1.39 0.927c0.927 0.463 1.39 0.927 2.317 1.853l0.463 0.463c0.463 0.463 0.927 0.927 0.927 1.39 1.853-1.39 4.17-1.853 6.95-1.39 0.463-0.463 0.927-0.463 1.39-0.463h0.463c0.463 0 0.927 0 0.927-0.463 0.463 0 0.463 0 0.927 0 1.39-0.927 3.243-1.39 4.633-1.39 0 0 0-0.463 0-0.463l0.463-0.463c0.463-0.927 0.927-1.853 1.39-2.78 0-0.927 0.463-1.39 0.927-2.317 0-1.39 0.463-2.317 0.927-3.243 0-0.463 0.463-0.927 0.463-1.853l0.927-2.317c0 0 0-0.463 0.463-0.927v-0.463c0-0.463 0.463-0.927 0.463-1.39s0.463-1.39 0.463-1.39c0-0.927 0-1.853 0.463-2.78v-0.463c0.463-0.927 0.463-1.853 0.927-2.78 0-0.463 0.463-0.927 0.927-1.39l0.463-0.463c0.463-0.927 0.927-1.853 1.853-2.317 0 0 0-0.463 0-0.463 0-0.463 0-0.927 0-1.39v-0.927c0-0.927 0-1.853 0-2.317l0.463-1.39c0-0.463 0-0.463 0-0.927 0-1.853 0.927-3.707 1.853-5.56l0.463-0.463c0.463-0.927 1.39-1.853 2.317-2.78 0 0 0-0.463 0.463-0.463v-0.927c0-0.463 0-0.463 0-0.927v-0.927c0-0.463 0.463-1.39 0.463-1.853v-0.463c0.463-2.317 1.39-4.17 2.78-6.024 0.463-0.927 1.39-1.853 2.317-2.317l0.463-0.463c0.927-0.927 1.39-1.39 2.317-1.853 0-0.463 0.463-0.463 0.463-0.927-0.463-3.707 0.927-6.95 3.243-9.73 0.927-0.927 1.39-1.39 2.317-2.317v-0.463c0.463-0.463 0.463-0.927 0.927-0.927l0.463-0.463c0-0.463 0.463-0.463 0.927-0.927l0.463-0.463c0.463-0.463 0.927-0.463 1.39-0.927l0.463-0.463c1.853-1.39 4.17-2.317 6.487-2.317h0.463c0.463 0 0.463 0 0.927 0 0 0 0 0 0-0.463s-0.463-0.463-0.463-0.927-0.463-0.927-0.463-1.39l-0.927-1.853c-0.463-0.463-0.463-0.927-0.927-0.927-0.463-0.463-0.463-0.927-0.927-0.927l-0.463-0.927c0-0.463-0.463-0.463-0.463-0.927l-0.927-1.39c0 0-0.463 0-0.463-0.463v0c-0.463-0.463-0.927-0.927-1.39-1.39l-0.463-0.463c-0.463-0.463-0.463-0.463-0.927-0.927-0.463 0-0.463-0.463-0.463-0.463l-0.463-0.463c0 0-0.463-0.463-0.463-0.463l-0.463-0.463c0 0-0.463-0.463-0.463-0.463l-0.463-0.463c0 0-0.463-0.463-0.927-0.927-0.463-0.927-1.39-1.39-1.853-2.317-0.463-0.463-0.463-0.463-0.463-0.927l-0.463-0.927c-0.463-0.463-0.927-1.39-1.39-1.853l-0.927-1.39c-0.463-0.463-0.927-0.927-0.927-1.853-1.39-0.927-2.317-2.317-2.78-3.707-0.927-0.927-1.853-2.317-2.317-3.707l-0.463-0.463c-0.463-0.927-0.463-1.853-0.927-2.78s-0.927-1.853-0.927-2.78c-0.927-1.39-1.39-2.78-1.853-4.633v-0.927c0-0.463 0-0.463 0-0.463 0-0.463-0.463-0.927-0.463-1.39s0-0.463 0-0.927v-0.463c-0.463-1.853-0.463-3.707-0.463-5.56v-0.927c0-1.39 0.463-2.78 0.927-4.17 0-0.463 0-0.463 0-0.927 0-1.39 0-2.317 0-3.707v-0.927c0-0.463 0-0.927 0.463-1.39v-1.39c0-0.463 0.463-0.927 0.463-1.853 0-1.853 0.463-3.243 1.39-4.633 0-0.463 0.463-0.927 0.927-1.39 0-0.463 0-1.39 0-1.853 0 0 0-0.463 0-0.463v-0.927c0-0.927 0-1.853 0-2.317v-0.927c0-0.463 0-1.39 0-1.39 0-0.463 0-0.927 0-1.39-1.39-0.463-2.317-1.39-3.243-2.317l1.39 6.024c-0.463 0-0.463-0.463-0.927-0.463l-0.463-0.463c-1.853-1.39-3.243-3.243-4.17-5.097l-0.463-0.463c0 0-0.463 0-0.463-0.463-0.927-0.463-1.853-0.927-2.78-1.853-3.243-2.78-4.633-6.95-3.707-11.584 0-2.317 0.463-5.097 1.39-6.95 0 0 0-0.463 0-0.463v-0.463c0 0 0-0.463 0-0.463v0c-0.463-0.463-1.39-0.927-1.853-1.39l-0.927-0.927c-1.39-1.39-2.317-2.78-2.78-4.17l-0.463-0.927c-1.39-2.78-1.853-6.487-0.927-9.73v-0.463c0 0-0.463-0.463-0.463-0.463l-0.927-0.927c0 0-0.463-0.463-0.463-0.463l-0.463-0.463c-0.463-0.463-0.463-0.927-0.927-1.853l-0.463-0.463c0-0.463-0.463-0.927-0.463-0.927-0.463-0.463-0.463-0.927-0.463-1.39s-0.463-0.463-0.463-0.927-1.39-1.39-1.853-1.853l-0.463-0.463c0-0.463-0.463-0.463-0.463-0.927 0 0-0.463-0.463-0.463-0.463-0.463-0.463-0.927-0.927-1.39-1.39-0.463 0-0.463 0-0.927-0.463h-0.463c-0.463 0-0.927-0.463-1.39-0.463-1.39 0-2.317 0-3.707 0h-0.927c0 0-0.463 0-0.463 0v0.463c0 0.463-0.463 0.927-0.463 1.853l-0.463 0.463c0 0 0 0.463-0.463 0.463l-0.463 0.463c0 0 0 0.463-0.463 0.463 0 0.463-0.463 0.463-0.463 0.927s0 0.463-0.463 0.927l-0.463 0.927c0 0.463-0.463 1.39-0.463 1.853v0.463l-1.39-0.463 0.927 0.927-0.927 1.853c0 0 0 0.463 0 0.463 0 0.463 0 0.463-0.463 0.927h1.39zM609.767 456.804v0 0 0zM534.241 102.342v0 0 0zM921.137 100.952l-0.463-1.853c0-0.463 0-0.927-0.463-1.39-0.463-0.927-0.463-1.853-0.463-2.78v-0.927c0-0.463 0-0.463 0-0.927 0 0 0-0.463 0-0.463-0.463-0.463-0.927-0.927-1.39-1.39l-0.463-0.463c0-0.463-0.463-0.463-0.463-0.927l-0.463-0.463c-0.927-0.927-1.39-1.853-1.853-3.243-0.463-0.927-0.463-1.853-0.927-2.78s-0.463-1.853-0.463-2.317c0-0.463 0-0.463-0.463-0.927 0-0.463-0.463-0.927-0.463-1.39l-0.463-0.927c-0.463-0.463-0.463-0.927-0.463-1.39 0 0 0 0 0 0-0.463 0-0.463 0-0.927 0.463-2.317 0.463-4.633 0.463-6.95-0.463-0.463 2.78-1.853 5.097-4.17 6.95v0c0 0.927 0 1.39 0 2.317v0.927c0 0.927-0.463 1.39-0.463 2.317v0.463c-2.317 5.56-7.877 8.804-13.9 7.877-0.927 0-1.853-0.463-2.78-0.927-1.853 1.39-4.17 2.317-6.024 2.317-0.463 0-0.927 0.463-1.39 0.463 0 0-0.463 0-0.463 0.463-1.39 0.927-2.317 1.39-3.707 1.39h-0.463c-1.853 0.463-3.707 0.463-5.56 0l-3.243-0.463c-0.463 0-0.927 0-1.39 0h-0.927c-1.39-0.463-2.78-0.927-4.17-1.39l-0.463-0.463c-1.39 0-2.317 0-3.707-0.463-1.39 0-2.317-0.463-3.243-0.927l-0.463-0.463c-0.927-0.463-1.853-0.927-2.317-1.39-0.463 0-0.463-0.463-0.927-0.463-1.39-0.463-3.243-1.39-4.17-2.317-0.927 0-1.853 0-2.78 0-0.463 0-0.927 0-1.39 0s-0.927 0-1.39 0c0 0 0 0.463 0 0.463l-0.463 0.463c0 0.463 0 0.463-0.463 0.927l-0.463 0.927c0 0.463-0.463 0.927-0.463 0.927v0c0 0.463 0 0.927 0 0.927v0.927c0 0.927 0 1.853-0.463 2.78v0.463c0 0.463-0.463 1.39-0.463 1.853l-0.463 0.927c-0.463 0.927-0.463 1.39-0.927 1.853 0 0.927 0.463 1.39 0.463 2.317v0.927c0.463 2.78-0.463 5.56-1.853 7.877 0 0 0 0 0 0s0 0 0 0l0.463 0.463c0.463 0 0.463 0.463 0.463 0.463 0.463 0 1.39 0.463 1.853 0.463 1.39 0.463 2.317 0.927 3.243 1.39 0.463 0 1.39 0.463 1.853 0.927 0.463 0 0.927 0 0.927 0.463 0.463 0 0.927 0 1.39 0.463h0.463c0.463 0 0.927 0.463 1.39 0.463l0.463 0.463c0.463 0 0.927 0.463 1.39 0.927s0.927 0.463 1.39 0.927l0.463 0.463c0.927 0.463 1.39 0.927 1.853 1.853l0.463 0.463c0.463 0.463 0.927 0.927 0.927 1.39l0.927 1.39c0.463 0.463 0.463 0.927 0.927 1.39l0.463 0.463c0 0.463 0.463 0.463 0.463 0.463 2.317 0.927 4.17 2.78 5.56 5.097 0.927 0.463 1.39 1.39 2.317 1.853 1.39 0 3.243 0 4.633 0.463 0.463 0 1.39 0 1.853 0.463 1.39 0 2.78 0.463 3.707 0.927 1.39 0.463 2.78 1.39 3.707 2.78 0.463-0.463 0.927-0.463 0.927-0.927 0.463-0.463 0.927-1.39 1.39-1.39 0.927-0.927 1.853-1.853 2.78-2.317l0.463-0.463c0.463 0 0.463-0.463 0.927-0.463l0.463-0.463c0 0 0.463-0.463 0.463-0.463l0.463-0.463c0.463-0.463 1.39-0.927 2.317-1.39 0.927-0.927 1.39-1.39 2.317-1.853s1.853-0.927 2.317-1.39c0.463 0 0.927-0.463 1.39-0.463l0.463-0.463c2.317-0.927 5.097-1.39 7.414-0.927h0.463c0.927 0 1.853 0.463 2.78 0.927l0.463 0.463c0.463 0 0.927 0.463 0.927 0.463 0-0.463 0.463-0.927 0.463-0.927l0.463-0.463c0.927-0.927 1.39-1.853 2.78-2.78l0.463-0.463c0.463-0.463 0.927-0.927 1.853-0.927 0.463-0.463 0.927-0.927 1.39-1.39s0.463-1.39 0.927-1.39l0.463-1.39c0.463-1.39 0.927-2.317 1.39-3.243l0.463-0.463c0.927-1.39 1.853-2.317 3.243-3.243 0.463-0.927 0.927-1.39 1.39-1.853 0.927-1.39 1.853-2.317 2.78-3.243 0-0.463 0.463-0.463 0.463-0.927v-0.927c0-0.463 0-0.463 0-0.927v-0.927c0.463-2.78 0.927-4.633 1.39-6.024zM561.578 75.468v0 0 0zM423.964 185.745c0 0.927-0.463 1.39-0.463 1.853 0 0.927-0.463 1.853-0.463 2.317 0 0 0 0.463 0 0.463 0 0.927-0.463 1.853-0.463 2.78l-0.463 1.853c-0.463 0.927-0.463 1.39-0.927 1.853l-0.463 0.463c-1.39 2.317-3.243 3.707-5.56 4.633l-0.463 0.463c-0.927 0.463-1.853 0.927-3.243 0.927 0 0 0 0-0.463 0-0.927 1.39-2.317 2.78-3.707 3.707l-1.39 0.927c-0.463 0.463-1.39 0.927-1.853 1.39-1.853 1.39-3.707 2.317-6.024 2.78h-0.463c-0.927 0-1.39 0.463-2.317 0.463h-0.463c-0.463 0-0.927 0-1.39 0s-0.927 0-0.927 0.463l-0.463 0.463c-0.463 0-0.463 0.463-0.927 0.463-0.927 0.927-2.317 1.853-3.707 2.78-0.463 0.463-0.927 0.463-1.39 0.927-0.927 0.927-1.853 1.39-2.78 1.853s-1.853 0.927-2.78 0.927l-0.927 0.463c0 0 0 0 0 0 0 0.463 0 0.463-0.463 0.927l-0.463 0.463c-0.463 1.39-1.39 2.78-2.317 4.17v0.927c0 1.853-0.463 3.707-1.39 5.56-0.463 0.927-1.39 2.317-1.853 3.243l-0.463 0.463c0 0-0.463 0.463-0.463 0.463l-0.463 0.463c-0.927 0.927-1.853 1.853-2.78 2.317v0c-1.39 2.317-3.707 3.707-6.487 4.633-0.927 0.463-1.853 0.927-2.78 1.39-0.463 0-0.463 0-0.927 0.463h-0.463c-0.463 0-0.927 0.463-1.39 0.463-0.927 0.463-1.853 0.463-2.317 0.463h-0.463c-0.463 0-0.927 0-1.39 0-0.463 0.463-0.927 0.927-0.927 1.39-0.463 0.463-0.463 0.927-0.927 0.927l-0.463 0.463c-0.463 0.463-0.927 1.39-1.853 1.853l-0.463 0.463c0 0-0.463 0.463-0.463 0.463l-0.463 0.463c0 0-0.463 0.463-0.927 0.463-0.463 0.927-1.39 1.853-2.317 2.78-0.463 0.927-0.927 1.853-1.39 2.78-2.317 4.17-7.414 6.487-12.047 6.024 0 0-0.463 0-0.927 0h-0.927c-0.463 0-1.39 0-1.853 0s-1.39 0-1.853 0c-0.463 0-0.463 0-0.927 0h-0.463c-0.927 0-1.853 0-2.78-0.463-0.927 0-1.39 0.463-2.317 0.463 0 0-0.463 0.463-0.463 0.463-0.463 0.463-0.927 0.463-1.39 0.927-0.927 0.927-1.853 1.853-2.78 2.317l-0.463 0.463c-1.853 1.39-4.17 1.853-6.487 1.853-3.243 1.39-6.95 1.39-10.194 0l-0.463-0.463c-0.463 0-0.927-0.463-0.927-0.463-0.463 0-0.927-0.463-1.39-0.463-1.39-0.463-2.317-1.39-3.243-2.317-0.927-0.463-1.39-0.463-1.853-0.927-2.317-0.463-4.633-1.853-6.487-4.17l-0.463-0.463c-0.463-0.463-0.927-0.927-0.927-1.39h-0.463c-0.463 0-0.927 0-1.39 0 0 0.463 0 0.463 0 0.927 0.463 0.927 0.463 1.853 0.927 3.243v0.927c0 0.463 0 0.927 0 1.39 0.463 3.707-0.463 7.414-2.317 10.194-0.927 1.39-2.317 2.78-3.707 3.707l-0.463 0.463c-1.39 1.39-3.707 2.78-6.024 3.243 0 0 0 0.463 0 0.463 0.463 0.927 0.927 1.39 0.927 2.317l0.463 0.463c0.463 0.927 0.463 2.317 0.927 3.707v0.927c0 0.463 0 0.927 0 1.39v0.927c0 0.463 0 1.39 0 1.853l1.853-1.39-0.927 1.39c1.853-0.463 4.17-0.927 6.487-0.463 3.707 0 7.414 1.853 9.73 5.097 0.927 0.927 1.39 2.317 1.853 3.707 0 0.463 0.463 0.927 0.463 1.39s0.463 0.927 0.463 0.927v0.463c0 0.463 0.463 1.39 0.463 1.853l0.463 2.317c0 0.927 0 1.39 0 2.317v0.927c0 0.463 0 0.927 0 1.39v0.927c0 0.927-0.463 1.39-0.463 1.853s-0.463 0.927-0.463 1.39c0 0 0 0.463 0 0.463 0 1.853-0.463 3.243-0.927 4.633l-0.463 0.463c0 0 0 0.463-0.463 0.463l-0.463 0.463c0 0 0 0 0 0s0 0 0.463 0.463c0.927 0.927 1.853 1.39 2.317 2.317 1.39 0.463 2.317 1.39 3.707 2.78 2.317 0.927 4.17 2.317 5.56 4.633l0.463 0.927c0.463 0.463 0.463 0.927 0.927 1.39 1.853 2.317 2.78 4.633 2.78 7.414v0.927c0 0.927 0 2.317-0.463 3.243 0.463 0.927 0.927 1.39 1.39 2.317 0 0.463 0.463 0.927 0.463 1.39 0.463 0.463 0.927 1.39 0.927 1.853 0.463 0.463 0.463 0.927 0.927 1.39h0.463c0.463 0 0.463 0 0.463 0 0.927 0 1.853 0.463 2.317 0.463h0.463c3.707 0.927 7.414 3.243 8.804 6.95 1.39 0 2.78 0 3.707 0h0.463c1.853 0.463 3.243 0.927 4.633 1.853 1.39 0.463 2.317 1.39 3.243 2.317l0.463 0.463c0.463 0 0.463 0.463 0.927 0.463s0.927 0.463 1.39 0.463c0.463 0 0.927 0.463 1.39 0.463 0 0 0.463 0 0.463 0.463 3.243 0.463 6.024 2.317 7.877 4.633l0.463 0.463c2.78 3.707 3.243 8.34 1.39 12.51-0.463 0.927-1.39 2.317-1.853 3.243 0.463 0.463 1.39 0.927 1.853 1.39 0.463 0 0.463 0.463 0.927 0.463 0.463 0.463 0.927 0.463 1.39 0.927 0.927 0 1.853 0.463 2.78 0.927l1.39 0.463c0.463 0.463 1.39 0.463 1.853 0.927s1.39 0.463 1.853 0.927c1.853 0.927 3.707 2.78 4.633 4.633l0.463 0.463c0.463 0.927 0.927 1.39 1.39 2.317 0.927 2.317 1.39 5.56 0.463 7.877 0 0.927 0 2.317-0.463 3.243v0.463c-0.463 1.853-1.853 3.707-2.78 5.097-0.927 0.927-1.853 2.317-3.243 2.78-0.463 0.463-0.927 0.927-0.927 1.39-1.853 2.317-4.17 3.707-6.95 4.17-0.463 0-0.463 0-0.927 0.463s-0.927 0.463-1.39 0.927c0 0 0 0 0 0-0.463 1.853-1.39 3.243-2.78 4.633-0.463 0.927-1.39 1.853-1.853 2.78-0.463 0.463-0.463 0.927-0.927 0.927-0.463 0.463-0.463 0.927-0.927 1.39-0.927 1.39-1.853 2.317-2.78 3.243 0 0-0.463 0.463-0.463 0.463-0.463 0.927-0.927 1.39-1.39 1.853-1.39 2.317-3.707 4.17-6.487 5.097h-0.463c-2.78 0.927-6.487 0.927-9.267-0.463-1.39 1.39-3.243 2.317-5.56 3.243h-0.463c-0.463 0-1.39 0.463-1.853 0.463-0.463 0.463-1.39 0.927-1.853 0.927l-0.463 0.463c-0.927 0.927-2.317 1.39-3.243 1.853-0.463 0-0.927 0.463-0.927 0.463l-0.463 0.463c-0.463 0.463-1.39 0.463-1.853 0.463-2.78 0.927-5.56 0.927-8.34 0v0c0 0-0.463 0-0.927 0v0c-0.463 0-0.927 0.463-1.39 0.463h-0.463c-0.463 0-0.927 0-1.39 0h-1.39c-0.463 0-0.927 0-1.39 0 0.463 0.463 0.463 0.927 0.463 1.853v0.463c0 0.463 0 0.927 0.463 1.39v0.927c0.463 1.39 0.463 2.78 0 4.17 0.463 1.853 0.463 4.17 0 5.56 0 0.927-0.463 1.853-0.463 2.317-0.927 3.243-3.707 6.024-6.95 7.877-1.853 1.853-4.17 2.78-6.95 2.78-0.927 0-1.39 0-2.317 0 0 0 0 0 0 0h-0.463c-0.463 0-0.927 0-0.927 0-0.463 0-0.463 0-0.927 0.463h-0.463c-1.39 0.463-2.317 0.463-3.707 0.463h-0.463c-0.927 0-1.853 0-2.317 0h-0.463c-2.317-0.463-4.17-0.927-6.024-2.317-0.463 0-0.927 0-1.39 0-0.463 0.463-0.463 0.463-0.927 0.927s-0.927 0.927-1.39 1.39c-0.927 1.853-2.317 3.243-3.707 4.17l-0.463 0.463c-0.463 0.463-0.927 0.463-0.927 0.463-0.927 0.927-2.317 1.39-3.707 1.853-1.853 0.927-4.17 1.39-6.024 1.39h-0.927c-0.463 0-0.927 0-0.927 0h-1.39c-2.78-0.463-5.097-1.39-6.95-2.78-0.927-0.463-1.853-0.927-2.317-1.853-0.463 0-0.463-0.463-0.927-0.463l-0.463-0.463c-0.463-0.463-1.39-1.39-1.853-1.853l-0.463-0.463c-0.927-1.39-1.853-2.78-1.853-3.707-0.463-1.39-0.927-2.78-0.927-4.17 0 0 0 0 0 0-0.463 0-0.927 0-1.39 0-0.927 0.463-1.853 0.927-3.243 1.39-0.463 0-1.39 0.463-1.853 0.463 0 0 0 0 0 0l-1.39 0.927c-1.39 0.927-2.317 1.39-4.17 1.39h-0.463c-0.927 0-1.853 0.463-2.317 0.463h-0.927c-1.39 0-2.317 0-3.707-0.463-0.463 0-1.39 0-1.853-0.463h-1.39c-1.853 0-3.243-0.463-5.097-1.39l-0.463-0.463c-0.463-0.463-0.927-0.463-1.39-0.927-0.463 0-0.927 0-1.39-0.463-0.463 0-0.463 0-0.463 0h-0.463c-0.463 0.463-0.927 0.927-1.39 0.927-0.927 0.463-1.853 0.927-2.78 1.39s-2.317 0.927-3.243 0.927h-0.463c-1.39 0.463-2.78 0.463-4.17 0.463-0.927 0-1.853 0-2.78 0 0 0-0.463 0-0.463 0-0.927 0.463-1.853 0.927-2.78 0.927h-0.463c-0.463 0-0.927 0-1.39 0s-0.927 0-1.39 0l-0.927 0.463c-0.463 0.463-1.39 0.463-1.853 0.463-0.927 0.463-2.317 0.463-3.243 0.927h-0.463c-0.463 0-0.927 0-1.39 0h-0.463c-0.463 0-1.39 0-1.853 0h-0.463c-0.463 0-0.463 0-0.927 0v0c-2.78 1.39-5.56 1.39-8.34 0.927 0 0 0 0 0 0l-0.463 0.463c-1.39 0.927-3.243 1.39-5.097 1.39h-0.927c-2.317 0-4.633 0-6.487-1.39-0.463 0-0.927 0-1.39 0-1.39 0-2.78 0-3.707-0.463-0.927 0-2.317-0.463-3.243-0.927-0.463 0-1.39 0-1.853-0.463-2.78 0.463-6.024 0-8.804-1.39h-0.463c-0.463 0-0.927-0.463-1.853-0.463-0.927 0.463-2.317 0.927-3.707 1.39l-1.853 0.463c-0.463 0-0.927 0-1.39 0h-0.463c-0.463 0-1.39 0-1.853 0 0 0-0.463 0-0.463 0h-0.463c0 0-0.463 0-0.463 0h-0.463c-0.463 0-0.927 0.463-1.39 0.463h-0.463c-0.927 0.463-1.853 0.463-2.78 0.463h-0.927c-0.463 0-0.463 0-0.927 0h-1.39c-0.463 0-0.463 0-0.927 0h-2.317c-0.927 0.463-1.853 0.463-2.78 0.463-0.463 0-1.39 0-1.853 0h-1.39c-0.463 0-1.39 0.463-1.853 0.463h-0.463c-0.463 0-0.927 0.463-1.39 0.463s-0.463 0-0.927 0h-0.463c-0.463 0-0.927 0-1.39 0h-0.927c-0.463 0-1.39 0-2.317 0h-1.853c-1.39 0.463-2.78 0.927-4.17 1.39h-0.463c-0.463 0-0.463 0-0.463 0-0.463 0-0.463 0-0.927 0h-0.463c-0.463 0-0.927 0-1.853 0-1.39 0.463-2.317 0.463-3.707 0.463-3.243 1.39-6.95 1.39-10.657 0l-0.927-0.463c-0.463 0-0.927-0.463-1.39-0.927v0c-0.927 0-2.317 0-3.243 0h-0.463c-0.927 0-1.853-0.463-2.78-0.927l-0.927-0.463c-0.463 0-0.463-0.463-0.927-0.463h-0.463c0 0-0.463 0-0.463 0h-0.927c-1.853 0-4.17-0.927-5.56-1.853l-0.463-0.463c-0.463-0.463-1.39-0.927-1.39-0.927-0.927-0.463-1.853-0.927-2.317-1.853-3.243 0-6.024-0.927-8.34-2.78l-0.463-0.463c-0.927-0.463-1.853-1.39-2.317-2.317-2.78-2.78-4.633-6.487-4.17-10.194-2.317-2.317-4.17-5.56-4.17-8.804 0-4.17 1.853-7.877 4.633-10.657l0.463-0.463c0.463-0.463 0.927-0.463 1.39-0.927-0.927-2.317-0.927-5.097-0.463-7.414v-0.463c0.463-1.853 1.39-3.243 2.317-4.633 0.927-2.78 3.243-5.56 6.024-6.95 0.463 0 0.463-0.463 0.927-0.463 0.463-0.463 0.927-0.927 1.39-1.39-0.927-1.39-1.853-2.78-2.317-4.17s-0.927-3.243-0.463-5.097c0-4.633 2.317-8.804 6.487-11.12 3.243-1.853 6.95-2.317 10.194-0.927 0.463 0 0.463 0 0.463 0 0.927 0 1.39 0.463 2.317 0.463h0.463c0.927 0.463 1.39 0.463 2.317 0.927 0.927 0 1.39 0.463 1.853 0.463 2.317 0 4.17 0.927 6.024 1.853 0.927 0.463 2.317 0.927 2.78 1.39 0.463 0 0.463 0.463 0.927 0.463l0.463 0.463c0.463 0.463 1.39 0.927 1.853 1.39 0.927 0.463 1.853 0.927 2.78 1.39s1.853 1.39 2.317 1.853c0.463 0 0.463 0.463 0.927 0.463s0.463 0.463 0.927 0.463c0.927 0.463 1.853 0.927 2.78 1.39s1.853 1.39 2.317 1.853c0.463 0 0.463 0 0.927 0 1.39 0 2.78 0.463 3.707 0.927 0.463 0 0.927 0.463 1.39 0.463 0.927 0.463 1.853 0.463 2.78 0.927 0.927 0 1.39 0 1.853 0.463h0.463c0.927 0.463 1.853 0.927 2.78 1.39 0 0 0.463 0 0 0 0.927-0.463 1.39-0.927 2.317-0.927h0.463c2.317-0.463 4.633-0.927 6.487 0h0.463c0.463 0 0.927-0.463 1.39-0.463 0.927-0.463 2.317-0.927 2.78-0.927l1.853-0.927c0 0 0.463 0 0.463 0 0.927-0.927 1.853-1.39 3.243-2.317 0.463-0.463 0.927-0.463 1.39-0.463l0.927-0.463c1.853-0.927 3.707-1.39 5.56-1.39 0 0 0 0 0 0 0.463-0.463 0.927-0.927 1.39-1.39 0-0.463 0.463-0.927 0.463-1.39l0.463-0.463c1.39-2.317 3.243-4.633 5.56-6.024 0.463-0.463 0.927-0.927 0.927-1.39 0.927-1.39 1.853-2.317 2.78-3.243l0.463-0.463c0.463-0.463 0.463-0.463 0.927-0.927l0.463-0.463c0 0 0 0 0.463-0.463 0 0 0-0.463 0.463-0.463 0-0.463 0-0.463 0-0.927 0.463-3.243 2.317-6.024 5.097-7.877 0.927-0.927 1.853-1.39 2.78-1.853l0.463-0.463c0 0 0.463 0 0.463-0.463 0-0.927 0-1.39 0.463-2.317v-0.927c0.463-1.39 0.927-2.317 1.39-3.243v0c0-0.463 0-1.39 0.463-1.853 0-0.463 0-0.927 0-1.39s0-0.927 0-1.853v-0.927c0-0.463 0-0.463 0-0.927v-0.463c0-0.463 0-0.463-0.463-0.927v0c-1.39-2.78-1.39-6.024-0.463-8.804 0-0.927 0.463-1.39 0.463-2.317 0-0.463 0-0.927 0-1.39v-0.927c0-1.853 0-3.707 0.463-5.56v-0.463c0.463-0.927 0.463-1.853 0.927-2.317 0 0 0-0.463 0-0.463 0.463-2.317 1.39-4.633 3.243-6.487v0c0.463-0.927 0.927-1.39 1.39-2.317s0.927-1.853 1.39-2.317c0 0 0-0.463 0-0.463v-0.463c0.463-1.853 1.39-3.243 2.78-4.17 0-0.463 0.463-0.463 0.927-0.927 0.463-1.853 1.39-3.707 2.78-5.56l0.463-0.463c1.853-2.317 4.633-3.707 7.414-4.17 0 0 0 0 0 0 0-0.463 0.463-0.927 0.927-1.853 0-0.463 0.463-0.463 0.463-0.927l0.463-0.927c0-0.463 0-0.463 0.463-0.463 0.463-1.39 0.927-2.317 1.39-3.243 0-0.463 0.463-0.463 0.463-0.463 0-0.463 0-0.463 0.463-0.927l0.463-0.927c0.463-0.927 0.463-1.39 0.927-2.317 0-0.927 0-1.39 0-2.317 0.463-3.243 1.853-6.024 4.17-8.34 0.927-1.39 2.317-2.78 4.17-3.707 0 0 0.463-0.463 0.927-0.463 0.463-3.707 2.78-6.95 5.56-8.34 0.463-0.463 0.463-0.463 0.927-0.927v0c1.39-4.17 5.097-6.95 9.267-7.877h0.463c0.927 0 1.39-0.463 2.317 0 0-0.927 0.463-1.39 0.463-2.317 0.463-0.927 0.927-1.853 1.39-2.78l0.927-1.39c0-0.463 0.463-0.927 0.463-0.927 0-0.463 0.463-0.463 0.463-0.463l0.463-0.463c0.927-1.853 2.78-2.78 4.633-4.17 1.39-1.853 3.243-3.243 5.097-4.17l0.927-0.463c0.927-0.463 1.853-0.927 2.78-1.39 0.927-0.927 1.39-1.39 2.317-1.853l0.463-0.463c0.463 0 0.463-0.463 0.927-0.463l0.463-0.463c0 0 0.463 0 0.463-0.463 0.927-0.463 1.853-0.927 2.78-1.39l0.463-0.463c0.463 0 0.463-0.463 0.927-0.463 0.463-0.463 1.39-0.927 1.39-0.927 1.39-0.927 2.317-1.39 3.707-1.853h0.927c0.463-0.463 0.927-0.463 1.853-0.927h0.463c0.463 0 0.927-0.463 1.39-0.463h0.463c1.39-0.463 3.243-0.463 4.633 0h0.463c0.463-0.463 0.927-0.927 0.927-0.927 0.463-0.463 0.927-0.927 1.39-1.39l0.463-0.463c0 0 0.463-0.463 0.463-0.463l0.463-0.463c0.463 0 0.463-0.463 0.927-0.463l1.39-0.927c1.39-0.927 2.78-1.39 4.17-1.39h0.463c0.927-0.463 1.853-0.927 2.78-0.927l1.39-0.463c0.463 0 0.463-0.463 0.927-0.463 0 0 0.463-0.463 0.463-0.463 0-0.927 0-1.39 0.463-2.317v-0.927c0.463-1.39 0.927-2.78 1.853-3.707l0.463-0.463c0.463-0.927 1.39-1.853 2.317-2.78l0.463-0.463c0.463-0.463 0.927-0.463 0.927-0.927 0.463-0.463 1.39-0.927 2.317-1.39v-0.463c0.927-1.39 2.317-2.78 3.707-3.707 1.39-1.39 3.243-2.317 5.097-3.243 0.463 0 0.927-0.463 1.39-0.463 1.39-1.39 2.78-2.317 4.633-2.78-0.463-0.927-0.927-1.853-1.39-2.78-2.78-2.317-4.633-5.56-5.097-9.267 0-0.463-0.463-0.927-0.463-0.927-1.39-2.317-2.317-5.56-1.853-8.34v0c0-0.463 0-0.463 0-0.463-0.463-1.853-0.463-3.243 0-5.097 0 0 0-0.463-0.463-0.463v-0.463c-0.463-0.927-0.463-1.853-0.927-3.243v-0.927c0-1.39 0-2.317 0-3.707v-0.927c0-0.463 0-0.463 0-0.927-0.463-3.707 0.927-6.95 3.243-9.73l0.463-0.463c0.463-0.463 0.927-0.927 1.853-1.39l0.463-0.463c0-0.463 0.463-0.463 0.463-0.927l0.463-0.463c0.463-0.927 0.927-1.39 1.39-2.317l0.463-0.927c0.463-0.927 0.463-1.853 0.927-2.317v-0.463c0-0.463 0.463-0.927 0.463-1.39v-0.463c0-0.463 0-0.463 0.463-0.927v-0.463c0-0.463 0-0.463 0.463-0.927v-1.39h0.927c0 0 0 0 0 0v-0.463c0.463-0.927 0.927-1.853 1.39-2.78v-0.463c0.463-0.463 0.463-1.39 0.927-1.853l0.463-0.927c0-2.317 0.463-4.633 1.853-6.487 0-0.463 0.463-0.463 0.463-0.927 0.463-1.853 1.853-3.243 2.78-4.17v-0.463c0.927-1.39 2.317-2.78 3.707-4.17 0.463-0.463 0.463-0.463 0.927-0.463 0.463-0.463 0.927-0.927 1.39-0.927 0.463-0.463 0.927-0.927 1.39-0.927l0.463-0.463c0.463 0 0.463-0.463 0.927-0.463 0.463-0.463 0.927-0.927 1.39-0.927s0.463-0.463 0.927-0.463 0.927-1.39 1.39-1.853v-2.317c0-0.927 0-1.39 0-1.853v-3.243c-0.463-1.39-0.927-2.78-0.927-4.633v-0.927c0-0.927 0-1.853 0-2.78v-0.463c0-0.463 0-0.927 0-1.39v-0.927c0 0 0-0.463 0-0.463-0.463-1.39-0.463-3.243-0.463-4.633-0.463-0.927-0.463-2.317-0.463-2.78v-0.463c0-0.463-0.463-1.39-0.463-1.853-0.927-1.853-1.39-4.17-1.39-6.024v-0.927c0 0 0-0.463 0-0.463-0.463-0.927-0.463-1.853-0.463-3.243v-0.927c0-0.463 0-0.927 0-1.39l0.463-3.243c0-0.463 0-0.463 0-0.927v-0.463c-0.463-1.39-0.463-2.317-0.463-3.707-0.463-0.927-0.463-2.317-0.927-3.243l-0.463-0.463c-0.463-0.463-0.463-1.39-0.927-1.853-0.463-0.927-0.927-1.853-0.927-2.78-1.853-2.317-2.78-5.097-2.78-7.877 0-1.853 0-3.707 0.463-5.097v-0.927c0-0.463 0-0.927 0-1.39 0 0 0-0.463 0-0.463v-0.927c0-0.463 0-0.463 0-0.927v0c-0.927-2.317-1.39-4.633-0.927-6.95v-0.927c0-0.927 0.463-1.39 0.463-1.853v-0.463c0-0.463 0.463-1.39 0.463-1.853 0.463-0.463 0.463-1.39 0.927-1.853-0.927-0.463-1.39-1.39-1.853-1.853-1.39-0.927-2.78-2.317-3.707-3.707l-0.463-0.463c-1.853-3.243-2.317-6.95-0.927-10.657v-0.463c0.463-1.853 1.39-3.243 2.78-4.633 0-0.463 0-0.927 0-0.927-0.463-1.853-0.463-4.17 0-6.024v-0.927c0-0.463 0.463-1.39 0.463-1.39 0-0.927 0.463-1.39 0.463-2.317v-0.463c0-0.463 0.463-0.927 0.463-1.39s0-0.927 0-1.39c0-1.853 0.927-3.707 1.853-5.097 0.463-1.39 1.39-2.78 2.317-3.707 1.39-1.853 2.78-3.243 4.633-4.17l0.463-0.463c0.463-0.463 1.39-0.463 1.853-0.927 0.927-0.463 1.39-0.463 1.853-0.927 0.927-0.463 1.853-0.463 2.78-0.927l1.39-0.463c0.927 0 1.39 0 2.317 0 1.39 0 2.317 0 3.707 0.463h0.463c2.78 0.927 5.56 2.78 6.95 5.56 2.78 0.463 5.097 2.317 6.95 4.633 2.317 2.78 3.243 6.487 2.317 10.194 0.463 0.927 1.39 1.853 1.39 3.243 1.39 0.927 2.78 2.317 3.707 3.707l0.463 0.463c1.39 1.853 2.317 4.17 2.317 6.487 0 0.927 0.463 1.853 0 2.78v0.927c0 0.927-0.463 2.317-0.463 3.243 0 0.463 0.463 0.927 0.463 1.39l0.463 0.463c0.463 0.463 0.463 0.927 0.463 1.39 2.78 1.853 4.633 5.097 5.097 8.34v0.463c0.927 0.927 1.39 1.853 1.853 2.78l0.463 0.463c0.463 0.463 0.463 1.39 0.927 1.853 0 0 0 0 0 0 0.927 0 1.853 0.463 2.78 0.927 0.463 0 0.927 0.463 1.39 0.463l0.927 0.463c0.463 0.463 1.39 0.463 1.853 0.927l0.463 0.463c0.463 0.463 0.927 0.463 1.39 0.927l0.463 0.463c1.853 1.39 2.78 3.243 3.707 5.097 0.463 0.463 0.927 0.927 0.927 1.39l0.463 0.463c0.927 1.39 1.853 2.78 2.317 4.633 0 0 0 0 0 0l0.463 0.463c1.39 0.927 2.78 1.853 3.707 2.78s1.853 1.853 2.78 3.243l0.463 0.463c0 0 0.463 0.463 0.463 0.463 0.927 0.927 1.39 1.853 1.853 2.78l0.463 0.927c0.463 0.463 0.463 1.39 0.927 1.853v0.463c0 0 0.463 0.463 0.463 0.463l0.927 0.927c0.463 0.463 0.463 0.927 0.927 0.927l0.927 1.39c0.463 0.463 0.463 0.927 0.927 1.39l0.463 0.463c0 0 0.463 0.463 0.463 0.927l0.463 0.927c0.463 0.463 0.463 0.927 0.463 1.39l0.463 0.463c0.463 0.463 0.463 1.39 0.927 1.853v0.463c0.463 0 0.463 0.463 0.463 0.463l0.463 0.463c1.853 1.853 3.243 4.17 3.243 6.487 0 0.463 0 0.463 0 0.927l0.463 1.853c0 0.927 0 1.39 0 2.317 0.463 1.39 0.463 2.78 0.463 3.707 1.39 0.463 2.78 1.39 4.17 2.317h0.463c0 0 0.463 0 0.463 0h0.463c5.097-0.463 9.73 2.317 12.047 6.487 1.39 0.927 2.317 2.317 2.78 3.707l0.463 0.463c0.927 1.39 0.927 2.78 1.39 4.17 0 0.463 0.463 0.927 0.463 0.927l0.463 0.463c0 0.463 0.463 0.927 0.463 0.927v0c0.463 0.927 0.927 1.853 1.39 2.78v0.463c0.463 1.39 0.927 2.78 0.927 4.633v0.463c0.463 0.927 0.927 2.317 1.39 3.243v0.927c0 0.927 0.463 1.853 0 3.243l0.463 1.39c0 0.463 0.463 0.927 0.463 1.39v1.39c0 1.39 0 2.78 0 3.707v1.853c0 0 0.463 0.463 0.463 0.463l0.463 0.463c0.463 0.463 0.463 0.927 0.927 1.853 0 0.463 0.463 0.463 0.463 0.927l0.463 0.927c0.463 0.463 0.463 0.927 0.463 1.39l0.463 0.927c0.927 0.927 1.853 1.853 2.317 3.243 0.463 0.463 0.927 1.39 1.39 1.853s0.463 0.927 0.927 0.927 0.463 0.927 0.927 0.927l0.463 0.463c0.463 0.463 0.463 0.927 0.927 1.39l0.927 2.317c0 0.463 0 0.463 0.463 0.927l0.463 1.39c0 0 0 0.463 0 0.463 0.463 1.39 0.927 2.78 0.463 4.17v1.39c0 0 0 0.463 0 0.463v0.927c0 0.463 0 0.927 0 1.39l3.243 11.12zM392.919 173.698c-0.463-0.463-0.927-1.39-0.927-1.853-0.927-0.927-1.853-1.853-2.317-2.78l-0.463-0.463c-0.927-1.39-1.853-3.243-1.853-4.633-0.463-0.927-0.927-2.317-0.927-3.243-0.463-1.39-0.463-2.78 0-4.633v0c0-1.39 0-2.317 0-3.243v-1.39c0-0.463 0-0.463 0-0.927l-0.463-1.39c0-0.463 0-0.463 0-0.927v-0.463c0 0 0-0.463 0-0.463-0.463-0.927-0.463-1.39-0.927-2.317l-0.463-1.853c0-0.927-0.463-1.39-0.463-2.317v-0.927c-0.463-0.927-0.927-1.39-0.927-2.317-0.463-0.463-0.927-1.39-0.927-1.853 0 0 0 0 0 0h-0.463c-1.853 0-3.707-0.927-5.097-1.853l-0.463-0.463c-0.927-0.463-1.853-1.39-2.78-2.317-2.317-0.463-4.17-1.853-5.56-3.243-0.927-0.463-1.39-0.927-1.853-1.39-0.463 0-0.463-0.463-0.927-0.463l-0.927-0.927c-0.463-0.463-0.463-0.463-0.927-0.927l-0.463-0.463c-1.853-1.39-3.707-3.243-4.633-5.56-0.927-1.853-1.39-3.707-0.927-5.097-0.463-1.853-0.463-3.243 0-5.097v-0.463c0-0.463 0-0.927 0-0.927s-0.463-0.463-0.463-0.463c-1.853-0.927-3.243-1.853-4.633-3.707-0.927-1.39-1.853-2.78-2.317-4.633-0.463-0.463-0.463-0.927-0.927-1.39-2.317 1.853-5.56 2.78-8.34 2.317-6.024-0.463-11.12-5.56-11.584-11.584v-0.463c-0.463-0.927-0.463-1.853-0.463-2.78v-0.927c0-0.927 0-1.853 0-3.243v-0.463c0-0.927 0-2.317 0-3.243v-0.927c0-0.463 0-0.927 0.463-1.39-1.853 0-3.707-0.927-5.56-1.853l-0.463-0.463c-2.317-1.39-4.17-3.707-5.097-6.024-2.317-0.927-4.633-2.317-6.024-4.17l-0.463-0.463c-0.463-0.463-0.927-1.39-1.39-2.317 0 0 0 0 0 0 0 0.927 0 1.853 0 3.243v0.927c0 0.463 0 0.463-0.463 0.927 0 0.463 0.463 0.927 0.463 1.39s0 0.463 0.463 0.927c0.463 0.927 0.463 1.853 0.927 2.317 0 0.463 0 0.463 0.463 0.927 0.927 1.39 1.39 2.78 1.853 4.17 0 0.463 0.463 0.927 0.463 1.853v0.463c0.927 1.39 1.39 3.243 1.39 5.097v0.927c0.463 0.927 0.463 2.317 0.463 3.243v0.927c0 0.927 0 2.317 0 3.243s0 1.39 0 2.317v0.463c0.927 1.853 0.927 4.17 0.927 6.024v0.463c0 0.463 0 0.463 0 0.927l0.463 1.39c0.463 1.39 0.927 2.317 0.927 3.707 0 0.463 0.463 0.927 0.463 1.39s0.463 1.39 0.463 1.853v1.39c0 0 0 0.463 0 0.927 0.463 1.39 0.463 2.78 0.463 4.633v0.927c0 0.463 0 0.463 0 0.927v1.853c0 0.463 0 0.927 0 0.927v0.927c0 0.463 0 0.927 0 0.927 0 0.463 0 0.927 0 0.927l0.463 3.243c0 0.463 0 0.463 0 0.463 0.463 0.927 0.463 2.317 0.463 3.243v0.927c0 0.927 0 1.853-0.463 2.78v0.927c0 0.927 0 1.853 0 2.78v0.927c0 0.463 0 0.463 0 0.927l-0.463 1.853c0 1.853 0 3.243-0.927 5.097l-0.463 0.463c-0.463 1.39-1.39 2.78-2.317 4.17l-0.463 0.463c-0.463 0.463-0.927 0.927-0.927 0.927l-0.463 0.463c-0.927 1.853-2.317 3.243-3.707 4.17h-0.463c-0.927 0.927-1.853 1.853-2.78 2.317l-0.463 0.463c-0.463 0-0.463 0.463-0.927 0.463s-0.463 0.463-0.463 0.463c-0.463 0.463-0.927 0.463-1.39 0.927s-0.927 0.463-0.927 0.927c0 0-0.463 0.463-0.463 0.463 0 1.39-0.463 2.78-0.927 3.707l-0.463 0.463c0 0.463-0.463 0.463-0.463 0.463-0.463 0.927-0.463 1.39-0.927 1.853s-0.463 1.39-0.927 1.853c-0.463 0.927-0.927 1.853-1.39 2.78l-0.463 0.463c0 0.463-0.463 0.463 0 0.463-0.463 0.927-0.463 1.853-0.927 2.317 0 0.463 0 0.463-0.463 0.463l-0.463 1.39c0 0.927-0.463 2.317-0.927 2.78 0 0.463 0 0.927-0.463 1.39v0.463c0 0.463-0.463 0.927-0.463 1.39l-0.463 1.39c-0.463 0.927-0.927 1.39-1.39 2.317l-0.463 0.927c0 0.463 0 0.463-0.463 0.927l-0.463 0.463c-0.463 0.927-0.927 1.39-0.927 1.853s-0.463 0.463-0.463 0.927c0.463 0.927 0.927 1.39 1.39 2.317v0.463c0.463 0.927 0.463 1.39 0.463 1.853 0.463 1.39 0.463 3.243 0.463 4.633v0.927c0 0.463 0 0.463 0 0.927 0 1.39 0 2.78-0.463 4.17 0.463 0.927 1.39 1.853 1.853 2.317l0.463 0.463c0.463 0.463 0.463 0.927 0.463 1.39l0.463 0.927c0.927 0.927 1.39 1.39 1.853 2.317l0.463 0.463c0.463 0.463 0.927 1.39 0.927 1.853 0.463 0.463 0.463 1.39 0.927 1.853 0 0.463 0.463 0.927 0.463 0.927 1.853 3.243 2.317 6.95 0.927 10.657v0c0 0.927 0.463 2.317 0 3.243 1.39-0.463 2.78-0.463 3.707-0.463h0.463c2.317 0 4.633 0.463 6.487 1.853l0.463 0.463c1.39 0.927 2.78 1.853 3.707 3.243v0c0.463 0 0.927 0 0.927 0v0c0.463 0 0.463-0.463 0.927-0.463l0.927-0.463c1.39-0.463 3.243-0.927 5.097-0.927 0 0 0.463-0.463 0.463-0.463l0.463-0.463c0.927-1.39 2.317-2.317 3.707-3.243l0.463-0.463c0.927-0.463 1.39-0.927 2.317-0.927 0.927-2.78 3.243-5.56 6.024-6.95 0.927-1.39 2.317-2.317 3.707-3.243 3.243-1.853 6.95-2.317 10.194-0.927 0.463-0.463 1.39-0.463 1.853-0.927 0 0 0.463-0.463 0.463-0.463s0-0.463 0.463-0.463c0-0.463 0-1.39 0.463-1.853 0 0 0 0 0-0.463l-0.463-0.927c0-0.463-0.463-0.463-0.463-0.927-0.927-0.927-1.39-1.853-2.317-2.78l-0.463-0.463c-2.317-4.17-2.317-9.73 0.463-13.437 1.853-2.78 4.633-4.633 7.877-5.097 0.463 0 0.927-0.463 1.39-0.463 3.707-4.17 10.194-5.097 15.29-2.78 0.463-0.463 0.463-0.463 0.927-0.927 4.17-3.243 9.267-3.707 13.9-0.927 0.927-0.463 2.317-0.463 3.243-0.463h0.463c0 0 0-0.463 0.463-0.463l0.927-0.927c0.463-0.927 1.39-1.853 2.317-2.317 0.927-0.927 1.853-1.853 2.78-2.317-0.463-0.927-1.39-1.853-1.39-2.78-0.463-0.463-0.463-0.463-0.463-0.927-2.317-0.927-3.243-2.317-4.17-4.17zM238.624 301.119c0 0.463 0 0.463 0 0.927v1.39c0 0.463 0.463 0.463 0.463 0.927l0.463 1.39c0.463 0.927 0.463 2.317 0.927 3.707v0.927c0 0.463 0 0.927 0 1.853 0 0 0 0 0 0v0c0.463 0 0.927-0.463 1.39-0.463h0.463c0.463 0 0.927-0.463 1.39-0.463h0.463c0.927 0 1.853-0.463 2.317-0.463 2.78-0.927 6.024-0.927 8.804 0.463 1.39 0.463 2.317 0.927 3.243 1.853 0.463-0.463 0.463-1.39 0.927-1.853s0.463-1.39 0.927-1.853l0.463-0.463c0 0 0.463-0.463 0.463-0.463 0-0.463 0.463-0.927 0.463-1.39-1.853 0.463-4.17 0.927-6.024 0.463-0.927 0-1.853 0-2.78 0-1.39 0-3.243-0.463-4.633-0.927-1.39 0-2.317-0.463-3.707-0.927l-1.39-0.463c-0.927-0.463-1.853-0.927-2.78-1.39l-0.463-0.463c-0.463-0.463-1.39-0.927-1.853-1.853 0 0 0 0.463 0 0.463 0.463-1.39 0.463-0.927 0.463-0.927zM271.522 447.073c0-1.39-0.463-2.317 0-3.707-1.39-2.317-1.853-5.097-1.39-7.414 0 0-0.463 0-0.463 0-0.927 0-1.853 0.463-2.78 0.463 0 0 0 0 0 0s-0.463 0-0.463 0l-0.463 0.463c-0.927 0.463-1.853 0.463-2.78 0.927 0 0-0.463 0-0.463 0-0.463 0-0.463 0.463-0.927 0.463l-0.463 0.463c-0.463 0.463-0.927 0.463-1.39 0.927s-1.39 0.927-2.317 1.39l-0.463 0.463c-0.927 0.463-1.853 0.927-3.243 0.927-0.463 0-0.927 0.463-1.39 0.463 0.463 0.463 1.39 0.927 1.853 1.39l0.463 0.463c0.463 0.463 0.927 0.463 0.927 0.927 0.463 0 1.39 0.463 1.853 0.463 2.317 0.927 4.17 1.853 6.024 3.707l0.463 0.463c0 0 0.463 0.463 0.463 0.463 0.927 0.927 1.853 1.853 2.317 2.78 1.853 0 3.243 0.463 4.633 0.927 0-0.463-0.463-1.39-0.463-1.853v-0.927c0-1.853 0.463-3.243 0.463-4.633zM224.724 333.090c-2.317-0.927-4.633-2.78-6.024-5.097v0c-0.463-0.463-0.927-0.927-0.927-1.39 0 0-0.463-0.463-0.463-0.463-0.463-0.463-0.463-0.927-0.927-1.39-2.78-3.243-3.707-8.34-1.853-12.047-0.463-1.39-0.927-3.243-0.463-4.633-0.463-1.39-0.463-2.317-0.463-3.707 0 0.463-0.463 0.463-0.463 0.927l-1.853 2.78c0 0 0 0.463-0.463 0.463 0 0 0 0 0 0s-0.463 0.463-0.463 0.463v0.463c0 0.463-0.463 0.927-0.927 1.39l-0.463 0.463c-0.463 0.927-1.39 1.853-2.317 2.317-0.463 0.927-0.927 1.39-1.39 1.853s-0.927 1.39-1.39 1.853v0.463c0 0.463-0.463 0.927-0.463 1.39l-0.463 0.463c-0.463 0.463-0.927 1.39-1.39 1.853l-0.927 0.927c-0.463 0.927-0.927 1.39-1.853 1.853-0.927 1.853-2.317 3.243-3.707 4.633l-0.463 0.463c-0.463 0.927-0.463 1.39-0.927 1.853 0 0.463 0 0.463-0.463 0.927-0.463 3.243-1.853 6.024-4.17 8.34l-0.463 0.463c-0.463 0.463-0.927 0.927-1.39 1.39-0.927 0.927-1.853 1.39-2.78 1.853l-0.463 0.463c-0.927 0.463-1.39 0.463-2.317 0.927s-1.853 0.927-3.243 1.39c-0.463 0.927-1.39 1.853-2.317 2.78-0.463 0.463-0.927 0.927-1.39 0.927l-0.463 0.463c0 0-0.463 0.463-0.463 0.463-1.39 1.39-2.78 2.317-4.633 3.243l-0.927 0.463c0 0.463-0.463 0.463-0.463 0.927 0.463 2.317 0.463 5.097-0.463 7.877-1.39 2.78-3.243 5.097-6.024 6.487 0 0 0 0 0 0.463 0 1.39 0 3.243-0.463 4.633v0.463c0 0.463 0 0.927 0 0.927 0 0.927 0.463 1.39 0.463 2.317v1.853c0 0.463 0 0.463 0 0.927v0.927c0 0.463 0 0.463 0 0.463s0 0 0 0.463c0.463 0.927 0.927 1.853 1.39 2.317 1.853 1.853 3.243 4.633 3.243 6.95 0.463 1.39 0.927 3.243 0.927 4.633 0 1.853-0.463 3.707-1.39 5.56-0.463 1.39-0.927 3.243-2.317 4.633-0.927 2.317-2.317 4.633-4.17 6.024-0.463 0.463-1.39 1.39-1.853 1.853s-0.927 1.39-1.39 1.853c-0.927 0.927-2.317 1.853-3.707 2.78-0.927 3.243-3.243 5.56-6.024 7.414-0.463 0.463-0.927 1.39-1.39 1.853-0.463 1.39-0.927 2.78-1.853 4.17-0.927 2.317-2.78 4.17-4.633 5.56-1.39 0.927-3.243 1.39-5.097 1.853 0 0.463-0.463 0.927-0.463 0.927 0 0.463-0.463 0.463-0.463 0.463-1.39 3.707-4.17 6.487-7.877 7.877-0.927 0.927-2.317 1.853-3.707 2.317l-0.463 0.463c-2.317 0.927-5.097 1.39-7.877 0.463-0.463 0.463-1.39 0.927-1.853 0.927-2.78 1.853-6.024 2.317-9.267 1.853 0 0-0.463 0-0.463 0-1.39 0.463-2.78 0.463-4.633 0 0 0-0.463 0-0.463 0-1.853 1.39-4.17 2.317-6.487 2.317-0.927 0.463-2.317 0.927-3.707 1.39h-0.463c-0.463 0-0.927 0-1.39 0-1.39 0.463-3.243 0.927-4.633 0.463-0.463 0-1.39 0.463-1.853 0.463h-0.463c-2.317 0.463-4.633 0-6.95-0.463l-1.853-0.463c-1.39-0.463-2.78-0.463-3.707-1.39-0.463 0-1.39-0.463-1.853-0.927-1.39-0.463-2.317-1.39-3.243-2.317-1.853-0.927-3.243-1.853-4.633-3.243-0.463 0-1.39 0-1.853 0 0.927 2.317 1.39 4.633 0.927 6.95 0 0.463 0 1.39 0 1.853 1.853 3.243 2.317 6.95 0.927 10.657v0.463h0.463c0.927 0 1.853 0 2.78 0 0.463 0 0.927 0 1.39 0s1.39 0 1.853 0c0.463-0.463 1.39-0.463 2.317-0.463h0.463c0.463 0 0.927 0 0.927 0 0.463 0 1.39-0.463 1.853-0.463 1.853-0.463 3.243-0.463 5.097 0 0.927 0 1.39 0 2.317 0 0.927-0.463 1.853-0.463 2.78-0.463s1.39-0.463 2.317-0.463h1.39c0.463 0 0.927 0 0.927 0h0.463c0.463 0 0.463 0 0.927 0h0.463c0.927 0 1.39-0.463 2.317-0.463h1.853c0.927 0 2.317 0 3.243 0h0.927c0.463 0 0.463 0 0.927 0l1.39-0.463c1.853-0.927 3.707-0.927 5.097-0.927h1.39c0.463 0 0.463 0 0.927 0l0.927-0.463c0.463-0.463 1.39-0.463 1.853-0.463s0.463 0 0.927-0.463l1.39-0.463c0.463 0 0.463 0 0.463 0 0.927-0.463 2.317-0.463 3.243-0.463 0.463 0 0.927 0 1.39 0h0.463c0 0 0.463 0 0.463 0 2.317-0.927 4.633-0.927 6.487-0.463 1.39 0 2.317 0 3.707 0.463 0.463 0 0.927 0 1.39 0h0.463c0.463 0 0.927 0 0.927 0h0.927c1.39 0 3.243 0.463 4.633 1.39 1.853 0 3.707 0.927 5.56 1.853 0.927 0 1.39 0 2.317 0.463 0.927-0.463 1.39-0.927 2.317-0.927l1.853-0.463c1.39-0.463 2.78-0.463 4.17 0 0.927 0 1.853 0 2.78 0h0.463c1.39 0 2.78 0 4.17 0.463h0.463c0.463 0 0.463 0 0.927 0.463 0.927-0.463 1.39-0.463 2.317-0.927h0.463c0.463 0 0.927 0 1.39 0s0.463 0 0.927 0 0.927-0.463 1.39-0.463c0.463 0 1.39-0.463 1.853-0.463h0.463c1.39-1.39 2.78-2.78 4.633-3.243h0.463c1.853-0.927 3.707-1.39 5.56-1.39 0.463 0 0.927 0 0.927 0h0.927c0.927 0 1.853-0.463 2.78 0 0.927 0 1.39 0 2.317 0 0.463 0 1.39 0 1.853 0h0.463c0.927 0 2.317 0 3.243 0.463 0.927-0.927 1.853-1.853 3.243-2.317l0.463-0.463c5.097-3.707 11.584-3.707 16.217 0.927 0.927 0.927 1.39 1.39 1.853 2.317 0.463 0 0.463 0 0.927 0 0.927-0.463 1.853-0.463 2.78-0.463 0.463 0 0.927 0 1.39 0h0.927c0.927 0 2.317 0 3.243 0l1.39 0.463c0 0 0 0 0 0h0.463c0.463 0 0.463 0 0.927 0h0.463c0.463 0 0.927 0 1.39 0 0 0 0.463-0.463 0.463-0.463l0.463-0.463c0.463-0.463 0.927-0.463 1.39-0.927 0.463 0 0.463-0.463 0.927-0.463 0-1.39 0.463-2.317 0.463-3.707-0.463-0.463-0.463-0.927-0.463-1.39-1.39-1.853-2.317-3.707-2.317-6.024-0.463-1.39-0.927-3.243-0.463-4.633-0.463-1.853-0.463-3.243 0-5.097 0.463-2.317 1.39-4.17 2.78-6.024 0.927-1.853 2.317-3.707 4.17-4.633 0-0.463 0.463-0.463 0.463-0.927 2.78-5.56 8.804-8.34 14.364-6.487 0.463 0 0.463 0 0.927 0h0.463c0 0 0 0 0.463 0h0.463c0.463 0 0.463 0 0.927 0v0c0.463-0.463 0.463-0.463 0.927-0.927l0.463-0.463c0.927-0.927 2.317-1.39 4.17-2.317 0 0 0.463 0 0.463-0.463 0.927-1.39 2.317-2.317 3.707-2.78 0.927-0.463 2.317-0.927 3.243-1.39v-0.463c0-0.463 0.463-0.927 0.463-1.39s0.463-0.927 0.463-1.39c0.463-1.39 1.39-2.317 2.317-3.707 0.463-0.927 0.927-2.317 1.39-3.243 2.78-4.17 7.877-6.024 12.974-5.097 1.853 0 3.243 0 4.633 0.463v0c3.243 0.463 6.487 2.317 8.804 4.633l0.463 0.463c0.463 0.463 0.927 1.39 1.39 1.853l0.463 0.463c0.927 1.39 1.39 3.243 1.39 4.633 0.463 1.39 0.463 2.78 0.463 4.17v0.927c0 0.927 0 1.853-0.463 2.78 0.463 0.463 1.39 1.39 1.853 1.853 1.853 1.39 2.78 3.243 3.707 5.56v0.463c0 0 0 0.463 0 0.463v0.463c0 0.463 0.463 0.927 0.463 1.39 0.463 0 0.463-0.463 0.927-0.463 2.78-3.243 7.414-5.097 12.047-4.17h0.463c1.853 0 3.707 0.463 5.56 0.927 0.463-0.463 0.463-0.927 0.927-1.39s0.463-0.927 0.927-0.927 0.927-0.927 1.39-1.39c0-0.463 0-1.39 0-1.853-0.927 0-1.853 0-2.78 0-1.39 0-2.78 0-4.17-0.463-0.463 0-0.927 0-1.39-0.463h-0.463c-0.463 0-0.927-0.463-1.39-0.463l-0.463-0.463c-0.463 0-0.927-0.463-1.39-0.463l-0.463-0.463c-0.927-0.463-2.317-1.39-2.78-2.317 0 0 0 0-0.463-0.463 0 0-0.463 0-0.463-0.463-0.927-0.463-1.853-0.927-2.317-1.39-4.17-0.463-8.34-2.78-10.194-6.487-0.927-2.317-1.853-4.633-1.39-6.95-2.317-4.633-1.39-9.73 1.853-13.437 0-0.463-0.463-0.927-0.463-0.927-4.17-0.463-7.414-3.243-9.267-6.95-0.927-0.463-1.853-0.927-2.78-1.39h-0.463c-1.853-0.927-3.243-2.317-4.17-3.707-0.463-0.463-1.39-1.39-1.39-1.853-0.927-1.39-1.853-3.243-2.317-4.633v-0.927c-0.463-1.853-0.463-3.707 0-6.024 0-1.853 0-3.243 0.463-5.097-0.463-0.463-0.927-0.927-1.39-1.39l-0.463-0.463c-0.463-0.463-0.927-0.927-1.39-1.39-0.927-0.463-1.853-0.927-2.78-1.39-2.317-1.39-3.707-3.707-4.633-6.024-0.927 0.463-1.853 0.463-2.78 0.463h-0.463c-0.463 0-0.927 0-0.927 0-0.463 0-0.927 0-1.39 0-2.78 0.927-5.56 0.463-8.34-0.463-0.463 0-0.463 0-0.927 0-1.39 0-2.78 0-4.17-0.463h-0.463c-1.39-0.463-2.317-0.927-3.243-1.39-2.78 0.927-5.56 0.463-8.34-0.463h-0.463c-5.097-5.097-7.877-6.95-9.267-8.804zM225.187 331.7v0 0c0 0 0 0 0 0zM410.063 144.507c0 0 0 0 0 0v0 0zM558.798 507.772c2.317-3.707 6.487-6.024 10.657-6.024v0c4.633 0 8.804 2.317 10.657 6.024l106.107 181.633c3.243 5.56 6.95 12.047 6.95 12.51 9.73 19.461 14.827 40.775 14.827 63.015 0.463 37.068-13.9 72.282-39.848 98.693s-61.162 40.775-98.23 40.775c-76.452 0-139.005-62.552-139.005-139.468 0-22.241 5.097-43.555 14.827-63.015l113.057-194.143zM570.382 879.377c30.118 0 58.845-12.047 80.159-33.361 21.314-21.777 32.898-50.505 32.898-80.623 0-18.534-4.17-35.678-12.047-51.895-0.463-0.927-3.707-6.487-6.024-11.12l-95.45-163.099-94.523 162.172-6.95 12.51c-7.877 15.754-12.047 33.361-12.047 51.432-0.463 62.552 50.968 113.984 113.984 113.984zM570.382 673.187c50.505 0 92.206 41.238 92.206 92.206s-41.238 92.206-92.206 92.206-92.206-41.238-92.206-92.206 41.238-92.206 92.206-92.206zM570.382 832.116c37.068 0 66.722-30.118 66.722-66.722s-30.118-66.722-66.722-66.722c-37.068 0-66.722 30.118-66.722 66.722s29.654 66.722 66.722 66.722zM651.931 599.515c0-6.487 1.39-12.974 4.633-18.997 0-0.463 0.463-0.463 0.463-0.927l26.411-45.871c2.317-3.707 6.487-6.024 10.657-6.487v0c4.633 0 8.34 2.317 10.657 6.024l25.484 42.628c0 0.463 0.463 0.463 0.463 0.927l1.39 2.78c3.243 6.024 4.633 12.51 4.633 18.997v0.463c-0.927 24.094-19.461 42.628-42.628 42.628-23.167 0.463-42.165-18.997-42.165-42.165zM712.167 598.588c0-2.317-0.927-5.097-1.853-7.414l-0.927-2.317-14.364-24.094-13.9 24.557-1.853 2.78c-1.39 2.317-1.853 5.097-1.853 7.414 0 9.73 7.877 17.607 17.607 17.607 8.804-0.463 16.681-8.34 17.144-18.534zM694.559 611.562c-6.95 0-12.974-5.56-12.974-12.974 0-6.95 5.56-12.974 12.974-12.974 6.95 0 12.974 5.56 12.974 12.974s-6.024 12.974-12.974 12.974zM699.656 598.588c0-2.78-2.317-5.56-5.56-5.56-2.78 0-5.56 2.317-5.56 5.56 0 2.78 2.317 5.56 5.56 5.56s5.56-2.317 5.56-5.56zM284.959 503.138c0.463-0.463 0.463-0.927 0.927-1.39l0.463-0.463c1.39-1.853 3.707-3.243 5.56-3.707 0.463-0.463 1.39-0.463 1.853-0.463 1.39-0.927 2.78-1.853 4.17-1.853 0.927-0.463 1.853-0.463 2.317-0.927 0.463 0 0.927-0.463 1.853-0.463h0.463c0.463 0 1.39 0 1.853 0s0.927 0 1.39 0c0.463 0 0.463 0 0.927 0h0.927c1.853-0.463 3.707-0.463 5.56 0.463 0.927 0 1.853 0 2.78 0.463h1.39c0.927 0 1.853 0 2.317 0.463 0.463 0 0.927 0 1.39 0s0.927 0 0.927 0c0.927-0.463 1.853-0.463 2.78-0.463 0 0 0.463 0 0.463 0 0.927-1.39 1.853-2.78 3.243-4.17 0-2.78 0.927-5.097 2.317-7.414 0.927-1.39 1.853-2.78 3.243-3.707 0.463-0.463 0.463-0.927 0.927-0.927 0 0 0-0.463 0-0.463-0.463-1.39-0.927-2.78-0.927-4.17 0-1.853 0-3.707 0.927-5.56 0-0.927 0.463-1.853 0.463-2.317 0.463-0.927 0.463-1.853 1.39-2.78 0.927-1.39 1.853-3.243 3.243-4.17 0 0 0 0 0 0 0-0.463 0-0.463 0.463-0.927l0.463-0.463c0.463-1.39 1.39-2.317 2.317-3.243 0.463-0.927 0.927-1.39 1.39-2.317 0-0.463 0.463-0.463 0.463-0.927 0 0 0.463-0.463 0.463-0.463l0.463-0.463c0.463-0.463 0.463-0.927 0.927-0.927 0.927-1.39 1.853-2.317 2.78-3.243 0.927-1.39 1.853-2.317 2.78-3.243 0.463-0.463 1.39-1.39 1.853-1.39 0.927-0.927 2.317-1.853 3.707-2.317 1.853-0.927 4.17-1.853 6.487-1.853h0.927c0.927-0.463 1.853-1.39 2.317-1.39l0.463-0.463c0.463-0.463 0.927-0.463 1.853-0.463h0.463c0.927-0.463 2.317-0.463 3.243-0.463 0.463 0 0.927 0 1.39 0h0.463c0.927 0 1.853 0 3.243 0.463 2.78 0 5.097 0.927 7.414 2.317l0.463 0.463c2.317 1.39 3.707 3.707 4.17 6.024 0.463 1.39 0.927 2.317 1.39 3.707 0.927 1.39 1.39 2.317 1.853 4.17 1.853 1.39 3.243 2.78 4.17 4.633 0 0.463 0 0.463 0.463 0.927 0.927 0 1.853 0.463 2.78 0.927 0 0 0 0 0 0h1.853l-14.827 25.484-1.39-0.927c-0.463-0.463-0.927-0.927-1.39-0.927s-0.463 0-0.927-0.463c-1.39-0.463-2.317-0.927-3.707-1.39l-0.463-0.463c-0.463-0.463-0.927-0.463-0.927-0.927-1.853-0.927-3.707-2.317-5.097-4.17l-0.463-0.463c-0.463-0.927-1.39-1.853-1.39-3.243 0-0.463-0.463-0.927-0.463-1.39s-0.463-0.463-0.463-0.927c-0.463 0.927-0.927 1.853-1.39 2.78 0 0.463 0.463 1.39 0.463 1.853 0 0.927 0 1.853 0 2.78 0 1.853 0 3.707-0.463 5.56 0 0.463 0 0.463 0 0.927s0 0.463 0 0.927 0 0.927 0 1.39c0 0.463 0 0.463 0 0.927s0 0.927 0 0.927c0 0.927 0 1.853-0.463 2.78-0.463 1.39-0.927 2.78-1.39 3.707-0.463 1.853-1.853 4.17-3.243 5.56-0.927 1.39-1.853 2.78-3.243 3.707-1.853 1.853-3.707 2.78-6.024 3.243-0.463 0.463-0.927 0.463-1.853 0.927 0 0 0 0 0 0s-0.463 0.463-0.463 0.463-0.927 1.39-1.853 1.853c-0.927 2.78-3.243 4.633-5.56 6.024 0 0-0.463 0.463-0.463 0.463-0.927 0.463-1.39 0.927-2.317 1.39l-0.927-3.243-0.463 0.463c0 0-0.463 0.463-0.927 0.463 0.927 0 1.853 0.463 2.78 0.927h0.463c2.78-0.463 5.56-0.463 8.34 0.927 0 0 0 0 0.463 0 0 0 0 0 0 0 0.927-0.463 1.39-0.463 2.317-0.463h0.463c1.39-0.463 2.78-0.463 4.633 0h0.927c1.39 0 2.317 0.463 3.707 1.39l0.927 0.463-0.463 0.927c-3.707 7.414-6.024 15.29-6.487 24.094v1.39h-2.78c-0.463 0-0.463 0-0.927 0h-0.927c-1.39 0-3.243-0.463-4.633-1.39-0.463 0-0.927 0.463-1.39 0.463h-0.463c-0.463 0-0.927 0-1.39 0h-0.927c-0.463 0-1.39 0-2.317 0l-2.78-0.463c-0.463 0-0.463 0-0.463 0-0.927 0-1.39 0-1.853 0s-0.927 0-0.927 0h-2.317c-0.927 0-1.39 0-1.853 0h-0.463c-0.463 0-0.927 0-1.39 0h-0.463c-0.463 0-0.927 0-1.39 0h-0.927c-0.927 0-1.39 0-1.853 0h-0.463c-0.463 0-0.927 0-1.39 0l-1.853-0.463c-1.853-0.463-3.707-0.927-5.56-2.317-0.463 0-0.463 0-0.927 0h-1.39c-0.463 0-0.927 0-0.927 0-0.463 0-0.463 0-0.927 0h-0.927c-1.39 0-2.317-0.463-3.707-1.39-0.463 0-1.39-0.463-1.39-0.463-1.39 0-2.78-0.463-3.707-0.927h-0.463c-3.243-0.927-6.024-3.243-7.877-6.024-0.463 0-0.927 0-1.39 0h-1.39c-0.463 0-1.39 0-1.853-0.463-0.463 0-0.927 0-0.927 0h-0.927c-2.317-0.463-4.633-1.39-6.487-3.243-1.39-0.927-2.317-1.853-3.243-3.243-1.853-2.317-2.317-5.097-2.317-7.877 1.39-6.95 4.17-11.12 7.877-12.974zM374.849 528.623c0.463-0.927 0.927-1.853 1.39-2.317 0-0.463 0.463-0.463 0.463-0.927l3.243-5.56 47.262-81.086c2.317-4.17 6.95-6.487 11.584-6.487s9.267 2.317 11.584 6.487l47.725 81.086 2.78 5.097c0 0.463 0.463 0.927 0.463 0.927 3.243 7.414 7.414 18.071 7.414 31.044 0 39.385-31.508 71.356-70.429 71.356s-70.429-31.508-70.429-70.429c0-2.317 0-4.17 0.463-6.95 0.927-7.414 2.78-15.29 6.487-22.241zM394.773 558.277c0 24.094 19.461 44.018 44.018 44.018s44.018-19.924 44.018-44.481c0-4.633-0.927-9.267-2.78-14.827-0.463-1.853-1.39-3.243-1.853-5.097l-38.921-66.259-36.141 61.162-4.17 6.487c-2.317 4.633-3.707 9.267-4.633 14.827 0.463 0.927 0.463 2.317 0.463 4.17zM417.014 530.939c4.633-3.707 9.73-6.024 15.29-6.95 2.317-0.463 4.17-0.463 6.024-0.463 15.754 0 28.728 10.194 32.898 25.021 0.927 3.243 1.39 6.487 1.39 9.73 0 19.461-15.29 34.288-34.288 34.288s-34.288-15.29-34.288-34.288c0-0.927 0-1.853 0-3.243 0.927-9.73 5.56-18.071 12.974-24.094zM427.671 558.277c0 6.024 4.633 10.657 10.657 10.657s10.657-4.633 10.657-10.657c0-1.853-0.463-3.707-1.39-5.56-1.853-3.243-5.56-5.56-9.267-5.56-5.56 0-9.73 3.243-10.657 8.34 0 0.927 0 1.853 0 2.78z" />
17
+ <glyph unicode="&#xe907;" glyph-name="menu" horiz-adv-x="923" d="M235.745-64c-21.606 0.023-39.114 17.532-39.137 39.135v714.017c0.023 21.606 17.532 39.114 39.135 39.137h451.279c21.606-0.023 39.114-17.532 39.137-39.135v-714.017c-0.023-21.606-17.532-39.114-39.135-39.137h-0.002zM219.136 689.152v-714.015c0-0.012 0-0.027 0-0.041 0-9.173 7.436-16.609 16.609-16.609 0.014 0 0.029 0 0.043 0h451.234c0.012 0 0.027 0 0.041 0 9.173 0 16.609 7.436 16.609 16.609 0 0.014 0 0.029 0 0.043v-0.002 714.015c0 0.012 0 0.027 0 0.041 0 9.173-7.436 16.609-16.609 16.609-0.014 0-0.029 0-0.043 0h-451.275c0 0 0 0 0 0-9.173 0-16.609-7.436-16.609-16.609 0-0.014 0-0.029 0-0.043v0.002zM283.914 21.033c-7.454 0-13.496 6.043-13.496 13.496s6.043 13.496 13.496 13.496h177.705c0.074 0.001 0.161 0.002 0.248 0.002 7.318 0 13.251-5.932 13.251-13.251 0-0.087-0.001-0.174-0.003-0.261v0.013c-0.023-7.444-6.052-13.473-13.494-13.496h-0.002zM283.464 88.617c-7.454 0-13.496 6.043-13.496 13.496s6.043 13.496 13.496 13.496h355.512c7.454 0 13.496-6.043 13.496-13.496s-6.043-13.496-13.496-13.496v0zM283.914 197.939c-7.454 0-13.496 6.043-13.496 13.496s6.043 13.496 13.496 13.496h177.705c0.074 0.001 0.161 0.002 0.248 0.002 7.318 0 13.251-5.932 13.251-13.251 0-0.087-0.001-0.174-0.003-0.261v0.013c-0.023-7.444-6.052-13.473-13.494-13.496h-0.002zM283.464 265.523c-7.454 0-13.496 6.043-13.496 13.496s6.043 13.496 13.496 13.496h355.512c7.454 0 13.496-6.043 13.496-13.496s-6.043-13.496-13.496-13.496v0zM283.914 374.845c-7.454 0-13.496 6.043-13.496 13.496s6.043 13.496 13.496 13.496h177.705c0.074 0.001 0.161 0.002 0.248 0.002 7.318 0 13.251-5.932 13.251-13.251 0-0.087-0.001-0.174-0.003-0.261v0.013c-0.023-7.444-6.052-13.473-13.494-13.496h-0.002zM283.464 442.429c-7.454 0-13.496 6.043-13.496 13.496s6.043 13.496 13.496 13.496h355.512c7.454 0 13.496-6.043 13.496-13.496s-6.043-13.496-13.496-13.496v0zM283.914 551.752c-7.454 0-13.496 6.043-13.496 13.496s6.043 13.496 13.496 13.496h177.705c0.074 0.001 0.161 0.002 0.248 0.002 7.318 0 13.251-5.932 13.251-13.251 0-0.087-0.001-0.174-0.003-0.261v0.013c-0.023-7.444-6.052-13.473-13.494-13.496h-0.002zM283.464 619.336c-7.454 0-13.496 6.043-13.496 13.496s6.043 13.496 13.496 13.496h355.512c7.454 0 13.496-6.043 13.496-13.496s-6.043-13.496-13.496-13.496v0zM39.137 781.394c-21.606 0.023-39.114 17.532-39.137 39.135v100.354c0.035 21.597 17.539 39.093 39.135 39.117h844.495c21.606-0.023 39.114-17.532 39.137-39.135v-100.354c-0.023-21.606-17.532-39.114-39.135-39.137h-0.002zM22.528 920.412v-100.352c0-0.012 0-0.027 0-0.041 0-9.173 7.436-16.609 16.609-16.609 0.014 0 0.029 0 0.043 0h844.45c0.012 0 0.027 0 0.041 0 9.173 0 16.609 7.436 16.609 16.609 0 0.014 0 0.029 0 0.043v-0.002 100.352c0 0.012 0 0.027 0 0.041 0 9.173-7.436 16.609-16.609 16.609-0.014 0-0.029 0-0.043 0h-844.491c0 0 0 0 0 0-9.173 0-16.609-7.436-16.609-16.609 0-0.014 0-0.029 0-0.043v0.002zM79.626 826.88c-5.718 0-10.353 4.635-10.353 10.353s4.635 10.353 10.353 10.353h91.791c0.031 0 0.068 0.001 0.105 0.001 5.655 0 10.24-4.585 10.24-10.24 0-0.079-0.001-0.159-0.003-0.238v0.012c-0.125-5.64-4.693-10.173-10.336-10.24h-0.006zM79.626 860.18c-5.718 0-10.353 4.635-10.353 10.353s4.635 10.353 10.353 10.353h91.791c0.031 0 0.067 0.001 0.103 0.001 5.655 0 10.24-4.585 10.24-10.24 0-0.036 0-0.072-0.001-0.108v0.005c-0.068-5.684-4.658-10.274-10.336-10.342h-0.007zM79.626 893.932c-5.718 0-10.353 4.635-10.353 10.353s4.635 10.353 10.353 10.353h91.791c0.031 0 0.067 0.001 0.103 0.001 5.655 0 10.24-4.585 10.24-10.24 0-0.036 0-0.072-0.001-0.108v0.005c-0.068-5.684-4.658-10.274-10.336-10.342h-0.007z" />
18
+ <glyph unicode="&#xe908;" glyph-name="photo-gallery" horiz-adv-x="1226" d="M400.851 348.093c0.177 227.514 184.559 411.903 412.053 412.093h0.018c165.567-1.68 308.712-96.017 380.214-233.562l1.137-2.403c1.128-2.155 1.789-4.706 1.789-7.413 0-1.569-0.222-3.087-0.638-4.523l0.028 0.115c-3.539-13.601-14.781-13.601-27.782-14.18h-234.451c-1.246-0.308-2.677-0.484-4.149-0.484-3.609 0-6.97 1.060-9.79 2.886l0.070-0.043c-28.053 16.48-61.789 26.214-97.798 26.214-3.036 0-6.055-0.069-9.057-0.206l0.426 0.015c-105.407-0.164-190.811-85.569-190.976-190.96v-0.016c0.177-105.397 85.577-190.789 190.96-190.954h0.016c0.089 0 0.194 0 0.299 0 56.608 0 107.474 24.587 142.502 63.664l0.159 0.18h-113.976c-0.114-0.003-0.248-0.004-0.383-0.004-9.626 0-17.43 7.804-17.43 17.43 0 0.135 0.002 0.269 0.005 0.403v-0.020 144.25c-0.003 0.114-0.004 0.248-0.004 0.383 0 9.626 7.804 17.43 17.43 17.43 0.135 0 0.269-0.002 0.403-0.005h362.988c0.049 0 0.108 0.001 0.166 0.001 8.98 0 16.408-6.646 17.632-15.288l0.011-0.095c1.565-10.555 2.622-23.024 2.931-35.678l0.007-0.385c-0.646-225.347-181.626-400.941-412.739-400.941-227.507 0.203-411.881 184.585-412.071 412.075v0.018zM436.313 348.093c0.127-207.944 168.664-376.482 376.597-376.609h0.013c211.055 0 376.609 160.278 376.609 365.368 0 5.32-0.601 10.641-0.601 15.961h-329.283v-108.789h127.11c0.022 0 0.049 0 0.075 0 2.56 0 4.998-0.524 7.212-1.47l-0.12 0.046c2.207-0.436 4.169-1.209 5.937-2.272l-0.083 0.046c5.037-3.259 8.323-8.849 8.323-15.207 0-3.327-0.9-6.444-2.47-9.12l0.046 0.085c-40.963-64.354-111.923-106.429-192.71-106.429-0.008 0-0.017 0-0.025 0h0.001c-124.962 0.228-226.2 101.474-226.415 226.417v0.021c0.215 124.964 101.454 226.21 226.394 226.438h0.022c2.602 0.105 5.656 0.164 8.723 0.164 41.299 0 80.079-10.79 113.672-29.705l-1.163 0.602h214.595c-70.433 114.090-194.164 189.373-335.594 190.974l-0.234 0.002c-207.918-0.127-376.441-168.611-376.632-376.502v-0.019zM177.375 2.226c-102.867 0-177.375 82.187-177.375 195.094v413.852c0 102.289 60.282 179.133 148.413 192.735v49.664c-0.003 0.121-0.005 0.263-0.005 0.405 0 9.614 7.794 17.408 17.408 17.408 0.143 0 0.285-0.002 0.426-0.005h194.494c0.121 0.003 0.263 0.005 0.405 0.005 9.614 0 17.408-7.794 17.408-17.408 0-0.143-0.002-0.285-0.005-0.426v0.021-47.282h65.024v76.845c0 43.164 43.743 76.867 99.328 76.867h470.016c47.304 0 84.591-27.782 86.817-63.844l93.496-248.899c0.748-1.884 1.181-4.068 1.181-6.353 0-1.434-0.171-2.829-0.493-4.164l0.025 0.121c-0.107-5.076-2.417-9.592-6.008-12.646l-0.024-0.020c-3.073-2.661-7.111-4.283-11.527-4.283-5.304 0-10.062 2.34-13.298 6.043l-0.018 0.021c-85.347 100.521-211.227 164.384-352.068 166.13l-0.3 0.003c-243.557-0.152-440.963-197.527-441.166-441.058v-0.019c-0.001-0.301-0.001-0.658-0.001-1.014 0-122.096 49.723-232.579 130.023-312.304l0.026-0.026c0.804-0.807 1.536-1.688 2.185-2.63l0.042-0.064c4.407-3.221 7.237-8.372 7.237-14.184 0-0.092-0.001-0.185-0.002-0.277v0.014c0-0.009 0-0.019 0-0.029 0-9.934-7.916-18.019-17.784-18.291l-0.025-0.001zM183.875 789.727c0.024-0.388 0.038-0.841 0.038-1.297 0-1.846-0.225-3.64-0.649-5.356l0.032 0.153c-2.25-6.944-8.466-11.958-15.912-12.397l-0.049-0.002c-78.625-4.742-131.851-69.187-131.851-159.054v-413.852c0-94.008 58.524-159.633 141.913-159.633h272.963c-72.585 82.661-116.872 191.729-116.872 311.14 0 0.563 0.001 1.127 0.003 1.69v-0.087c0.279 263.060 213.456 476.238 476.489 476.516h0.027c124.011-1.346 237.016-47.378 323.921-122.721l-0.626 0.531-67.873 180.714c-0.694 1.929-1.121 4.155-1.179 6.473l-0.001 0.027c0 17.141-24.242 31.922-51.445 31.922h-470.016c-34.304 0-63.844-18.922-63.844-41.383v-94.52c0.003-0.121 0.005-0.263 0.005-0.405 0-9.614-7.794-17.408-17.408-17.408-0.143 0-0.285 0.002-0.426 0.005h0.021c-0.016 0-0.034 0-0.053 0-1.026 0-2.034 0.081-3.017 0.237l0.109-0.014c-0.874-0.142-1.882-0.223-2.908-0.223-0.019 0-0.037 0-0.056 0h-94.583c-0.121-0.003-0.263-0.005-0.405-0.005-9.614 0-17.408 7.794-17.408 17.408 0 0.143 0.002 0.285 0.005 0.426v-0.021 47.26h-159.054z" />
19
+ <glyph unicode="&#xe909;" glyph-name="post-comments" horiz-adv-x="1234" d="M77.848-64c-0.048 0-0.105 0-0.162 0-42.905 0-77.686 34.781-77.686 77.686 0 0.057 0 0.114 0 0.171v-0.009 868.304c0 0.048 0 0.105 0 0.162 0 42.905 34.781 77.686 77.686 77.686 0.057 0 0.114 0 0.171 0h910.213c0.001 0 0.003 0 0.004 0 1.362 0 2.69-0.144 3.97-0.417l-0.124 0.022c0.566 0.066 1.223 0.104 1.888 0.104 4.781 0 9.107-1.949 12.225-5.097l0.001-0.001 221.567-209.591c3.504-3.212 5.693-7.81 5.693-12.919 0-0.936-0.073-1.854-0.215-2.75l0.013 0.099c0.316-1.243 0.497-2.67 0.497-4.139 0-0.019 0-0.037 0-0.056v0.003-710.812c0.001-0.178 0.002-0.388 0.002-0.599 0-42.994-34.854-77.848-77.848-77.848-0.001 0-0.002 0-0.002 0v0zM35.93 882.152v-868.304c-0.001-0.079-0.001-0.171-0.001-0.264 0-23.005 18.649-41.655 41.655-41.655 0.093 0 0.186 0 0.279 0.001h1077.881c0.079-0.001 0.171-0.001 0.264-0.001 23.005 0 41.655 18.649 41.655 41.655 0 0.093 0 0.186-0.001 0.279v-0.014 692.847l-208.992-4.192c-0.144-0.004-0.314-0.007-0.485-0.007-4.981 0-9.48 2.067-12.684 5.391l-0.005 0.005c-3.322 3.149-5.39 7.594-5.39 12.522 0 0.019 0 0.038 0 0.057v-0.003 203.602h-892.257c-0.079 0.001-0.171 0.001-0.264 0.001-23.005 0-41.655-18.649-41.655-41.655 0-0.093 0-0.186 0.001-0.279v0.014zM1006.035 739.032l172.463 3.461-172.463 163.139zM372.473 82.713c-6.704 2.545-11.382 8.915-11.382 16.378 0 0.137 0.002 0.274 0.005 0.41v-0.020 81.441h-67.069c-32.71 0.078-59.206 26.574-59.284 59.277v223.372c0.078 32.71 26.574 59.206 59.277 59.284l225.767 0.371v57.715c0.078 32.71 26.574 59.206 59.277 59.284h0.008l361.095-0.599c32.71-0.078 59.206-26.574 59.284-59.277v-223.372c-0.078-32.71-26.574-59.206-59.277-59.284h-67.077v-81.441c-0.084-7.539-4.705-13.978-11.257-16.722l-0.121-0.045c-2.102-0.6-4.555-1.026-7.079-1.192l-0.107-0.006c-0.068-0.001-0.149-0.002-0.229-0.002-5.175 0-9.81 2.315-12.925 5.966l-0.020 0.024-85.034 93.418h-41.918v-56.889c-0.075-32.712-26.573-59.209-59.277-59.284h-0.007l-177.254-0.599-85.034-93.418c-3.488-3.628-8.357-5.906-13.758-5.988h-0.015c-2.392 0.118-4.641 0.548-6.767 1.249l0.18-0.051zM294.026 488.122c-12.898 0-23.354-10.456-23.354-23.354v0-223.364c0.017-12.891 10.463-23.337 23.353-23.354h74.856c15.875 0 28.744-12.869 28.744-28.744v0-42.517l56.29 61.68c5.181 5.785 12.629 9.448 20.936 9.581h0.023l180.248 0.599c0.016 0 0.035 0 0.054 0 13.009 0 23.591 10.391 23.898 23.326l0.001 0.029v68.865c-0.38 1.42-0.599 3.050-0.599 4.731 0 0.021 0 0.042 0 0.062v-0.003 148.51c0 12.898-10.456 23.354-23.354 23.354v0h-117.371c-0.014 0-0.030 0-0.046 0-2.143 0-4.2 0.364-6.114 1.034l0.13-0.040zM555.715 581.539v-57.488h99.406c32.712-0.075 59.209-26.573 59.284-59.277v-130.552h44.912c8.33-0.134 15.778-3.796 20.935-9.554l0.024-0.027 56.29-61.68v42.517c0 15.875 12.869 28.744 28.744 28.744v0h74.854c12.898 0 23.354 10.456 23.354 23.354v0 223.364c0 12.898-10.456 23.354-23.354 23.354v0l-361.095 0.599c-12.898 0-23.354-10.456-23.354-23.354v0z" />
20
+ <glyph unicode="&#xe90a;" glyph-name="post-content" horiz-adv-x="1234" d="M77.847-64c-0.048 0-0.106 0-0.163 0-42.904 0-77.684 34.78-77.684 77.684 0 0.057 0 0.115 0 0.172v-0.009 868.305c0 0.048 0 0.106 0 0.163 0 42.904 34.78 77.684 77.684 77.684 0.057 0 0.115 0 0.172 0h910.211c1.368-0.001 2.702-0.145 3.988-0.418l-0.125 0.022c0.56 0.064 1.208 0.101 1.865 0.101 4.786 0 9.116-1.952 12.237-5.104l0.001-0.001 221.58-209.594c3.493-3.21 5.674-7.8 5.674-12.9 0-0.942-0.074-1.867-0.218-2.769l0.013 0.1c0.311-1.215 0.489-2.609 0.489-4.045 0-0.051 0-0.101-0.001-0.152v0.008-711.401c0-0.048 0-0.106 0-0.163 0-42.904-34.78-77.684-77.684-77.684-0.049 0-0.098 0-0.148 0h0.008zM35.956 882.153v-868.305c0-0.069-0.001-0.151-0.001-0.233 0-23.007 18.651-41.658 41.658-41.658 0.082 0 0.164 0 0.246 0.001h1077.887c0.062 0 0.136-0.001 0.21-0.001 23.020 0 41.681 18.661 41.681 41.681 0 0.074 0 0.148-0.001 0.221v-0.011 692.852l-208.989-4.189c-0.018 0-0.040 0-0.061 0-5.114 0-9.747 2.062-13.112 5.401l0.001-0.001c-3.314 3.145-5.376 7.582-5.376 12.501 0 0.023 0 0.047 0 0.070v-0.004 203.59h-892.276c-0.069 0-0.151 0.001-0.234 0.001-23.007 0-41.658-18.651-41.658-41.658 0-0.090 0-0.18 0.001-0.271v0.014zM1006.080 739.025l172.451 3.468-172.451 163.142zM167.727 235.404c-0.091-0.002-0.198-0.003-0.305-0.003-9.756 0-17.664 7.908-17.664 17.664 0 0.107 0.001 0.214 0.003 0.321v-0.016c-0.002 0.098-0.003 0.213-0.003 0.329 0 9.743 7.898 17.641 17.641 17.641 0.116 0 0.231-0.001 0.346-0.003h664.699c0.091 0.002 0.198 0.003 0.306 0.003 9.743 0 17.641-7.898 17.641-17.641 0-0.115-0.001-0.231-0.003-0.346v0.017c0.002-0.098 0.003-0.213 0.003-0.328 0-9.743-7.898-17.641-17.641-17.641-0.107 0-0.215 0.001-0.322 0.003h0.016zM167.727 355.165c-0.091-0.002-0.198-0.003-0.305-0.003-9.756 0-17.664 7.908-17.664 17.664 0 0.107 0.001 0.214 0.003 0.321v-0.016c-0.002 0.091-0.003 0.198-0.003 0.305 0 9.756 7.908 17.664 17.664 17.664 0.107 0 0.214-0.001 0.321-0.003h736.543c0.091 0.002 0.198 0.003 0.306 0.003 9.743 0 17.641-7.898 17.641-17.641 0-0.115-0.001-0.231-0.003-0.346v0.017c0.002-0.098 0.003-0.213 0.003-0.328 0-9.743-7.898-17.641-17.641-17.641-0.107 0-0.215 0.001-0.322 0.003h0.016zM167.727 474.927c-0.098-0.002-0.213-0.003-0.329-0.003-9.743 0-17.641 7.898-17.641 17.641 0 0.116 0.001 0.231 0.003 0.346v-0.017c-0.002 0.091-0.003 0.198-0.003 0.305 0 9.756 7.908 17.664 17.664 17.664 0.107 0 0.214-0.001 0.321-0.003h784.438c0.091 0.002 0.198 0.003 0.305 0.003 9.756 0 17.664-7.908 17.664-17.664 0-0.107-0.001-0.214-0.003-0.321v0.016c0.002-0.098 0.003-0.213 0.003-0.329 0-9.743-7.898-17.641-17.641-17.641-0.116 0-0.231 0.001-0.346 0.003h0.017zM167.727 594.688c-0.091-0.002-0.198-0.003-0.305-0.003-9.756 0-17.664 7.908-17.664 17.664 0 0.107 0.001 0.214 0.003 0.321v-0.016c-0.002 0.091-0.003 0.198-0.003 0.305 0 9.756 7.908 17.664 17.664 17.664 0.107 0 0.214-0.001 0.321-0.003h862.308c0.091 0.002 0.198 0.003 0.306 0.003 9.743 0 17.641-7.898 17.641-17.641 0-0.115-0.001-0.231-0.003-0.346v0.017c0.002-0.098 0.003-0.213 0.003-0.328 0-9.743-7.898-17.641-17.641-17.641-0.107 0-0.215 0.001-0.322 0.003h0.016z" />
21
+ <glyph unicode="&#xe90b;" glyph-name="post-excerpt" horiz-adv-x="1234" d="M77.847-64c-0.048 0-0.106 0-0.163 0-42.904 0-77.684 34.78-77.684 77.684 0 0.057 0 0.115 0 0.172v-0.009 868.305c0 0.048 0 0.106 0 0.163 0 42.904 34.78 77.684 77.684 77.684 0.057 0 0.115 0 0.172 0h910.211c1.394-0.002 2.752-0.154 4.058-0.442l-0.125 0.023c0.578 0.071 1.247 0.111 1.925 0.111 4.721 0 8.986-1.949 12.035-5.087l0.004-0.004 221.556-209.594c3.505-3.211 5.694-7.809 5.694-12.919 0-0.936-0.073-1.854-0.215-2.75l0.013 0.099c0.311-1.234 0.489-2.65 0.489-4.108 0-0.029 0-0.057 0-0.086v0.004-711.401c0-0.048 0-0.106 0-0.163 0-42.904-34.78-77.684-77.684-77.684-0.025 0-0.049 0-0.074 0h0.004zM35.933 882.153v-868.305c0-0.069-0.001-0.151-0.001-0.233 0-23.007 18.651-41.658 41.658-41.658 0.082 0 0.164 0 0.246 0.001h1077.91c0.069 0 0.151-0.001 0.233-0.001 23.007 0 41.658 18.651 41.658 41.658 0 0.082 0 0.164-0.001 0.246v-0.013 692.852l-208.989-4.189c-0.018 0-0.040 0-0.061 0-5.114 0-9.747 2.062-13.112 5.401l0.001-0.001c-3.328 3.151-5.399 7.6-5.399 12.533 0 0.020 0 0.041 0 0.061v-0.003 203.567h-892.23c-0.076 0.001-0.167 0.001-0.257 0.001-23.007 0-41.658-18.651-41.658-41.658 0-0.090 0-0.181 0.001-0.271v0.014zM1006.033 739.025l172.451 3.468-172.451 163.142zM446.138 168.96c0 24.421 19.797 44.218 44.218 44.218s44.218-19.797 44.218-44.218c0-24.421-19.797-44.218-44.218-44.218v0c-24.421 0-44.218 19.797-44.218 44.218v0zM297.635 168.96c0 24.421 19.797 44.218 44.218 44.218s44.218-19.797 44.218-44.218c0-24.421-19.797-44.218-44.218-44.218v0c-0.007 0-0.015 0-0.023 0-24.421 0-44.218 19.797-44.218 44.218v0zM149.737 168.96c0 24.421 19.797 44.218 44.218 44.218s44.218-19.797 44.218-44.218c0-24.421-19.797-44.218-44.218-44.218v0c-0.007 0-0.015 0-0.023 0-24.421 0-44.218 19.797-44.218 44.218v0zM167.703 355.142c-9.923 0-17.967 8.044-17.967 17.967s8.044 17.967 17.967 17.967v0h736.535c9.923 0 17.967-8.044 17.967-17.967s-8.044-17.967-17.967-17.967v0zM167.703 474.903c-9.923 0-17.967 8.044-17.967 17.967s8.044 17.967 17.967 17.967v0h784.431c9.923 0 17.967-8.044 17.967-17.967s-8.044-17.967-17.967-17.967v0zM167.703 594.665c-9.923 0-17.967 8.044-17.967 17.967s8.044 17.967 17.967 17.967v0h862.278c9.923 0 17.967-8.044 17.967-17.967s-8.044-17.967-17.967-17.967v0z" />
22
+ <glyph unicode="&#xe90c;" glyph-name="post-info" horiz-adv-x="1234" d="M77.847-64c-0.048 0-0.106 0-0.163 0-42.904 0-77.684 34.78-77.684 77.684 0 0.057 0 0.115 0 0.172v-0.009 868.305c0 0.048 0 0.106 0 0.163 0 42.904 34.78 77.684 77.684 77.684 0.057 0 0.115 0 0.172 0h910.211c1.36-0.001 2.686-0.145 3.964-0.418l-0.124 0.022c0.569 0.067 1.227 0.105 1.895 0.105 4.784 0 9.113-1.954 12.23-5.107l0.002-0.002 221.556-209.594c3.505-3.211 5.694-7.809 5.694-12.919 0-0.936-0.073-1.854-0.215-2.75l0.013 0.099c0.311-1.233 0.489-2.648 0.489-4.105 0-0.030 0-0.059 0-0.089v0.005-710.796c0.002-0.187 0.003-0.407 0.003-0.628 0-42.981-34.843-77.824-77.824-77.824-0.001 0-0.002 0-0.003 0v0zM35.933 882.153v-868.305c0-0.069-0.001-0.151-0.001-0.233 0-23.007 18.651-41.658 41.658-41.658 0.082 0 0.164 0 0.246 0.001h1077.91c0.069 0 0.151-0.001 0.233-0.001 23.007 0 41.658 18.651 41.658 41.658 0 0.082 0 0.164-0.001 0.246v-0.013 692.852l-209.594-4.189c-9.824 0.241-17.726 8.142-17.966 17.944v203.613h-892.23c-0.076 0.001-0.167 0.001-0.257 0.001-23.007 0-41.658-18.651-41.658-41.658 0-0.090 0-0.181 0.001-0.271v0.014zM1006.033 739.025l172.451 3.468-172.451 163.142zM191.628 86.319c-9.923 0-17.967 8.044-17.967 17.967s8.044 17.967 17.967 17.967h832.372c9.923 0 17.967-8.044 17.967-17.967s-8.044-17.967-17.967-17.967v0zM191.628 211.991c-9.923 0-17.967 8.044-17.967 17.967s8.044 17.967 17.967 17.967v0h832.372c9.923 0 17.967-8.044 17.967-17.967s-8.044-17.967-17.967-17.967v0zM191.628 331.753c-9.923 0-17.967 8.044-17.967 17.967s8.044 17.967 17.967 17.967v0h832.372c9.923 0 17.967-8.044 17.967-17.967s-8.044-17.967-17.967-17.967v0zM526.964 466.618l-95.814 94.627c-8.747 8.754-14.204 20.795-14.359 34.112v0.030c-0.006 0.265-0.009 0.577-0.009 0.889 0 13.096 5.513 24.904 14.345 33.23l0.023 0.021 147.316 147.316c8.965 8.757 21.193 14.207 34.693 14.359h0.029l59.834-0.768c3.326 4.265 6.678 8.059 10.244 11.641l-0.004-0.004c33.536 33.536 78.452 41.891 101.795 18.618 8.474-9.524 13.651-22.145 13.651-35.974 0-5.537-0.83-10.881-2.372-15.913l0.101 0.384c-5.675-20.155-16.061-37.433-29.923-51.218l-0.005-0.005c-2.857-2.889-6.67-4.826-10.926-5.299l-0.082-0.007 0.838-64.768c0.005-0.266 0.009-0.58 0.009-0.894 0-13.288-5.513-25.288-14.377-33.839l-147.33-147.33c-8.613-8.516-20.461-13.777-33.538-13.777-13.376 0-25.467 5.505-34.13 14.373l-0.009 0.009zM604.23 752.198l-147.316-147.316c-2.223-2.333-3.591-5.498-3.591-8.983s1.368-6.65 3.596-8.989l95.204-95.204c2.333-2.223 5.498-3.591 8.983-3.591s6.65 1.368 8.989 3.596l147.311 147.311c2.207 2.342 3.568 5.502 3.584 8.98v0.003l-1.187 94.022c0.002 0.091 0.004 0.199 0.004 0.306 0 6.786-5.502 12.288-12.288 12.288-0.108 0-0.215-0.001-0.322-0.004h0.016l-13.684 0.163c-7.238-13.964-7.447-25.856-3.002-30.72 3.327-3.169 5.395-7.632 5.395-12.579s-2.069-9.41-5.388-12.572l-0.007-0.007c-3.755-2.361-8.258-3.879-13.090-4.185l-0.082-0.004c-0.010 0-0.022 0-0.034 0-4.933 0-9.382 2.071-12.525 5.391l-0.007 0.008c-8.48 9.547-13.659 22.191-13.659 36.045 0 6.84 1.263 13.385 3.568 19.415l-0.125-0.373-41.379 0.512c-0.119 0.004-0.258 0.007-0.398 0.007-3.339 0-6.364-1.345-8.563-3.522l0.001 0.001zM742.54 795.927c-7.427-2.089-13.921-5.144-19.766-9.089l0.24 0.153c13.928-5.197 24.65-16.162 29.406-29.911l0.103-0.343c4.045 5.701 7.198 12.364 9.075 19.544l0.094 0.424c0.782 2.040 1.234 4.4 1.234 6.866 0 3.891-1.128 7.519-3.074 10.575l0.047-0.080c-2.212 1.786-5.057 2.867-8.156 2.867-0.406 0-0.808-0.019-1.205-0.055l0.051 0.004c-2.865-0.020-5.64-0.366-8.301-1.005l0.249 0.050z" />
23
+ <glyph unicode="&#xe90d;" glyph-name="post-navigation" horiz-adv-x="1234" d="M77.848-64c-0.046 0-0.101 0-0.156 0-42.908 0-77.692 34.784-77.692 77.692 0 0.055 0 0.11 0 0.164v-0.009 868.304c0 0.046 0 0.101 0 0.156 0 42.908 34.784 77.692 77.692 77.692 0.055 0 0.11 0 0.164 0h910.213c0.001 0 0.003 0 0.004 0 1.362 0 2.69-0.144 3.97-0.417l-0.124 0.022c0.566 0.066 1.223 0.104 1.888 0.104 4.781 0 9.107-1.949 12.225-5.097l0.001-0.001 221.567-209.591c3.504-3.212 5.693-7.81 5.693-12.919 0-0.936-0.073-1.854-0.215-2.75l0.013 0.099c0.316-1.244 0.497-2.671 0.497-4.141 0-0.018 0-0.036 0-0.053v0.003-710.812c0.001-0.178 0.002-0.388 0.002-0.599 0-42.994-34.854-77.848-77.848-77.848-0.001 0-0.002 0-0.002 0v0zM35.93 882.152v-868.304c-0.001-0.079-0.001-0.171-0.001-0.264 0-23.005 18.649-41.655 41.655-41.655 0.093 0 0.186 0 0.279 0.001h1077.881c0.079-0.001 0.171-0.001 0.264-0.001 23.005 0 41.655 18.649 41.655 41.655 0 0.093 0 0.186-0.001 0.279v-0.014 692.847l-208.992-4.192c-0.024 0-0.052 0-0.081 0-5.107 0-9.734 2.058-13.095 5.391l0.001-0.001c-3.322 3.149-5.39 7.594-5.39 12.522 0 0.019 0 0.038 0 0.057v-0.003 203.602h-892.257c-0.079 0.001-0.171 0.001-0.264 0.001-23.005 0-41.655-18.649-41.655-41.655 0-0.093 0-0.186 0.001-0.279v0.014zM1006.035 739.032l172.463 3.461-172.463 163.139zM613.202 98.283h-355.106c-29.086 0.044-52.653 23.611-52.697 52.693v426.97c0.044 29.086 23.611 52.653 52.693 52.697h350.32c1.432 0.38 3.075 0.599 4.77 0.599s3.338-0.218 4.904-0.629l-0.134 0.030h357.502c29.085-0.048 52.649-23.612 52.697-52.692v-426.971c0.001-0.089 0.001-0.195 0.001-0.3 0-28.938-23.459-52.398-52.398-52.398-0.106 0-0.211 0-0.317 0.001h0.016zM975.495 134.812c9.26 0 16.767 7.507 16.767 16.767v0 426.966c0 9.26-7.507 16.767-16.767 16.767v0h-344.327v-460.501zM241.329 578.545v-426.966c0-9.26 7.507-16.767 16.767-16.767v0h337.142v460.501h-337.142c-9.26 0-16.767-7.507-16.767-16.767v0zM862.915 291.106c-3.323 3.169-5.389 7.631-5.389 12.575s2.066 9.406 5.383 12.569l30.547 30.547h-185.637c-9.922 0-17.965 8.043-17.965 17.965s8.043 17.965 17.965 17.965v0h185.937l-30.84 30.54c-3.143 3.205-5.083 7.6-5.083 12.448 0 9.823 7.963 17.785 17.785 17.785 4.848 0 9.243-1.94 12.451-5.086l-0.003 0.003 58.087-57.524c1.372-0.845 2.553-1.824 3.582-2.946l0.011-0.012c3.329-3.282 5.391-7.841 5.391-12.881 0-0.076 0-0.151-0.001-0.227v0.011c0.003-0.116 0.005-0.252 0.005-0.388 0-4.849-2.073-9.213-5.382-12.254l-0.012-0.011c-0.913-0.912-1.92-1.729-3.006-2.435l-0.072-0.044-58.602-58.602c-3.221-3.243-7.65-5.283-12.555-5.389h-0.020c-0.017 0-0.037 0-0.057 0-4.927 0-9.371 2.067-12.512 5.382l-0.007 0.008zM346.124 291.106l-58.422 58.422c-1.223 0.807-2.29 1.683-3.256 2.658l-0.001 0.001c-3.329 3.284-5.391 7.844-5.391 12.886 0 0.076 0 0.152 0.001 0.228v-0.012c-0.003 0.115-0.004 0.25-0.004 0.385 0 4.848 2.073 9.211 5.382 12.252l0.012 0.011c0.946 0.948 1.993 1.795 3.124 2.524l0.074 0.045 58.482 57.913c3.231 3.295 7.728 5.337 12.702 5.337 9.823 0 17.785-7.963 17.785-17.785 0-4.974-2.042-9.472-5.334-12.7l-0.003-0.003-30.84-30.54h185.937c9.922 0 17.965-8.043 17.965-17.965s-8.043-17.965-17.965-17.965v0h-185.637l30.54-30.54c3.323-3.169 5.389-7.631 5.389-12.575s-2.066-9.406-5.383-12.569l-0.007-0.007c-3.221-3.243-7.65-5.284-12.556-5.389h-0.020c-0.016 0-0.035 0-0.054 0-4.928 0-9.372 2.067-12.514 5.382l-0.007 0.008z" />
24
+ <glyph unicode="&#xe90e;" glyph-name="posts" horiz-adv-x="640" d="M235.52-64c-0.074-0.001-0.161-0.002-0.248-0.002-7.691 0-13.926 6.235-13.926 13.926 0 0.094 0.001 0.189 0.003 0.283v-0.014c-0.001 0.074-0.002 0.161-0.002 0.248 0 7.703 6.244 13.947 13.947 13.947 0.080 0 0.16-0.001 0.239-0.002h195.347c0.074 0.001 0.161 0.002 0.248 0.002 7.703 0 13.947-6.244 13.947-13.947 0-0.087-0.001-0.174-0.002-0.261v0.013c0.001-0.074 0.002-0.161 0.002-0.248 0-7.703-6.244-13.947-13.947-13.947-0.087 0-0.174 0.001-0.261 0.002h0.013zM37.827-64c-20.87 0.070-37.769 16.975-37.827 37.841v95.074c0.058 20.879 16.968 37.789 37.841 37.847h94.603c20.879-0.058 37.789-16.968 37.847-37.841v-95.074c-0.058-20.879-16.968-37.789-37.841-37.847h-0.006zM28.365 68.444v-95.068c0.012-5.221 4.241-9.45 9.461-9.462h94.598c5.216 0.023 9.439 4.246 9.462 9.46v95.070c-0.023 5.216-4.246 9.439-9.46 9.462h-94.599c-5.212-0.023-9.43-4.248-9.441-9.461v-0.001zM489.062-50.34c-0.080-0.002-0.174-0.003-0.269-0.003-7.691 0-13.926 6.235-13.926 13.926 0 0.095 0.001 0.189 0.003 0.283v-0.014 43.561c-0.002 0.080-0.003 0.174-0.003 0.269 0 7.691 6.235 13.926 13.926 13.926 0.095 0 0.189-0.001 0.283-0.003h123.89c0.080 0.002 0.174 0.003 0.269 0.003 7.691 0 13.926-6.235 13.926-13.926 0-0.095-0.001-0.189-0.003-0.283v0.014-43.5c-0.19-7.761-6.432-14.003-14.175-14.192h-0.018zM503.255-21.955h95.539v15.135h-95.539zM235.54 6.902c-0.074-0.001-0.161-0.002-0.248-0.002-7.691 0-13.926 6.235-13.926 13.926 0 0.094 0.001 0.189 0.003 0.283v-0.014c-0.002 0.080-0.003 0.174-0.003 0.268 0 7.691 6.235 13.926 13.926 13.926 0.087 0 0.174-0.001 0.261-0.002h195.346c0.074 0.001 0.161 0.002 0.248 0.002 7.703 0 13.947-6.244 13.947-13.947 0-0.087-0.001-0.174-0.002-0.261v0.013c0.001-0.074 0.002-0.161 0.002-0.248 0-7.703-6.244-13.947-13.947-13.947-0.087 0-0.174 0.001-0.261 0.002h0.013zM236.012 77.844c-0.074-0.001-0.161-0.002-0.248-0.002-7.703 0-13.947 6.244-13.947 13.947 0 0.087 0.001 0.174 0.002 0.261v-0.013c-0.002 0.080-0.003 0.174-0.003 0.269 0 7.691 6.235 13.926 13.926 13.926 0.095 0 0.189-0.001 0.283-0.003h390.191c0.074 0.001 0.161 0.002 0.248 0.002 7.691 0 13.926-6.235 13.926-13.926 0-0.094-0.001-0.189-0.003-0.283v0.014c0.002-0.080 0.003-0.174 0.003-0.268 0-7.691-6.235-13.926-13.926-13.926-0.087 0-0.174 0.001-0.261 0.002h0.013zM235.54 215.962c-0.074-0.001-0.161-0.002-0.248-0.002-7.691 0-13.926 6.235-13.926 13.926 0 0.094 0.001 0.189 0.003 0.283v-0.014c-0.002 0.080-0.003 0.174-0.003 0.268 0 7.691 6.235 13.926 13.926 13.926 0.087 0 0.174-0.001 0.261-0.002h195.346c0.074 0.001 0.161 0.002 0.248 0.002 7.703 0 13.947-6.244 13.947-13.947 0-0.087-0.001-0.174-0.002-0.261v0.013c0.001-0.074 0.002-0.161 0.002-0.248 0-7.703-6.244-13.947-13.947-13.947-0.087 0-0.174 0.001-0.261 0.002h0.013zM37.847 215.962c-20.893 0.058-37.812 16.991-37.847 37.885v95.071c0.058 20.879 16.968 37.789 37.841 37.847h94.603c20.879-0.058 37.789-16.968 37.847-37.841v-95.074c-0.058-20.879-16.968-37.789-37.841-37.847h-0.006zM28.385 348.385v-94.945c0.012-5.221 4.241-9.45 9.461-9.462h94.598c5.216 0.023 9.439 4.246 9.462 9.46v94.988c-0.023 5.216-4.246 9.439-9.46 9.462h-94.599c-5.221-0.012-9.45-4.241-9.462-9.461v-0.001zM489.083 229.601c-0.080-0.002-0.174-0.003-0.269-0.003-7.691 0-13.926 6.235-13.926 13.926 0 0.095 0.001 0.189 0.003 0.283v-0.014 43.643c-0.002 0.080-0.003 0.174-0.003 0.269 0 7.691 6.235 13.926 13.926 13.926 0.095 0 0.189-0.001 0.283-0.003h123.89c0.080 0.002 0.174 0.003 0.269 0.003 7.691 0 13.926-6.235 13.926-13.926 0-0.095-0.001-0.189-0.003-0.283v0.014-43.52c-0.080-7.806-6.387-14.112-14.185-14.193h-0.008zM503.276 257.987h95.539v15.135h-95.539zM235.561 286.843c-0.068-0.001-0.147-0.002-0.227-0.002-7.703 0-13.947 6.244-13.947 13.947 0 0.087 0.001 0.174 0.002 0.261v-0.013c-0.002 0.080-0.003 0.174-0.003 0.268 0 7.691 6.235 13.926 13.926 13.926 0.087 0 0.174-0.001 0.261-0.002h195.346c0.074 0.001 0.161 0.002 0.248 0.002 7.703 0 13.947-6.244 13.947-13.947 0-0.087-0.001-0.174-0.002-0.261v0.013c0.001-0.074 0.002-0.161 0.002-0.248 0-7.703-6.244-13.947-13.947-13.947-0.087 0-0.174 0.001-0.261 0.002h0.013zM236.032 357.786c-0.074-0.001-0.161-0.002-0.248-0.002-7.703 0-13.947 6.244-13.947 13.947 0 0.087 0.001 0.174 0.002 0.261v-0.013c-0.001 0.074-0.002 0.161-0.002 0.248 0 7.703 6.244 13.947 13.947 13.947 0.087 0 0.174-0.001 0.261-0.002h390.192c0.074 0.001 0.161 0.002 0.248 0.002 7.691 0 13.926-6.235 13.926-13.926 0-0.094-0.001-0.189-0.003-0.283v0.014c0.002-0.080 0.003-0.174 0.003-0.268 0-7.691-6.235-13.926-13.926-13.926-0.087 0-0.174 0.001-0.261 0.002h0.013zM235.561 509.133c-0.074-0.001-0.161-0.002-0.248-0.002-7.691 0-13.926 6.235-13.926 13.926 0 0.094 0.001 0.189 0.003 0.283v-0.014c-0.002 0.080-0.003 0.174-0.003 0.268 0 7.691 6.235 13.926 13.926 13.926 0.087 0 0.174-0.001 0.261-0.002h195.346c0.074 0.001 0.161 0.002 0.248 0.002 7.703 0 13.947-6.244 13.947-13.947 0-0.087-0.001-0.174-0.002-0.261v0.013c0.001-0.074 0.002-0.161 0.002-0.248 0-7.703-6.244-13.947-13.947-13.947-0.087 0-0.174 0.001-0.261 0.002h0.013zM37.868 509.133c-20.924 0.047-37.868 17.019-37.868 37.949 0 0 0 0 0 0v0 95.089c0.058 20.879 16.968 37.789 37.841 37.847h94.603c20.879-0.058 37.789-16.968 37.847-37.841v-95.074c-0.058-20.879-16.968-37.789-37.841-37.847h-0.006zM28.406 641.577v-95.068c0.012-5.221 4.241-9.45 9.461-9.462h94.598c5.216 0.023 9.439 4.246 9.462 9.46v95.173c-0.023 5.216-4.246 9.439-9.46 9.462h-94.599c0 0 0 0 0 0-5.23 0-9.471-4.234-9.482-9.461v-0.001zM489.103 522.793c-0.080-0.002-0.174-0.003-0.269-0.003-7.691 0-13.926 6.235-13.926 13.926 0 0.095 0.001 0.189 0.003 0.283v-0.014 43.684c-0.002 0.080-0.003 0.174-0.003 0.269 0 7.691 6.235 13.926 13.926 13.926 0.095 0 0.189-0.001 0.283-0.003h123.89c0.080 0.002 0.174 0.003 0.269 0.003 7.691 0 13.926-6.235 13.926-13.926 0-0.095-0.001-0.189-0.003-0.283v0.014-43.52c-0.080-7.806-6.387-14.112-14.185-14.193h-0.008zM503.296 551.178h95.539v15.135h-95.539zM235.581 580.035c-0.068-0.001-0.147-0.002-0.227-0.002-7.703 0-13.947 6.244-13.947 13.947 0 0.087 0.001 0.174 0.002 0.261v-0.013c-0.002 0.080-0.003 0.174-0.003 0.268 0 7.691 6.235 13.926 13.926 13.926 0.087 0 0.174-0.001 0.261-0.002h195.346c0.074 0.001 0.161 0.002 0.248 0.002 7.703 0 13.947-6.244 13.947-13.947 0-0.087-0.001-0.174-0.002-0.261v0.013c0.001-0.074 0.002-0.161 0.002-0.248 0-7.703-6.244-13.947-13.947-13.947-0.087 0-0.174 0.001-0.261 0.002h0.013zM236.052 650.977c-0.074-0.001-0.161-0.002-0.248-0.002-7.703 0-13.947 6.244-13.947 13.947 0 0.087 0.001 0.174 0.002 0.261v-0.013c-0.001 0.074-0.002 0.161-0.002 0.248 0 7.703 6.244 13.947 13.947 13.947 0.087 0 0.174-0.001 0.261-0.002h390.192c0.074 0.001 0.161 0.002 0.248 0.002 7.691 0 13.926-6.235 13.926-13.926 0-0.094-0.001-0.189-0.003-0.283v0.014c0.002-0.080 0.003-0.174 0.003-0.268 0-7.691-6.235-13.926-13.926-13.926-0.087 0-0.174 0.001-0.261 0.002h0.013zM235.581 789.094c-0.074-0.001-0.161-0.002-0.248-0.002-7.691 0-13.926 6.235-13.926 13.926 0 0.094 0.001 0.189 0.003 0.283v-0.014c-0.002 0.080-0.003 0.174-0.003 0.268 0 7.691 6.235 13.926 13.926 13.926 0.087 0 0.174-0.001 0.261-0.002h195.346c0.074 0.001 0.161 0.002 0.248 0.002 7.703 0 13.947-6.244 13.947-13.947 0-0.087-0.001-0.174-0.002-0.261v0.013c0.001-0.074 0.002-0.161 0.002-0.248 0-7.703-6.244-13.947-13.947-13.947-0.087 0-0.174 0.001-0.261 0.002h0.013zM37.888 789.094c-20.932 0.035-37.888 17.012-37.888 37.949 0 0.014 0 0.029 0 0.043v-0.002 95.068c0.058 20.879 16.968 37.789 37.841 37.847h94.603c20.879-0.058 37.789-16.968 37.847-37.841v-95.074c0-0.061 0.001-0.133 0.001-0.205 0-20.789-16.853-37.642-37.642-37.642-0.072 0-0.144 0-0.216 0.001h0.011zM28.426 921.539v-94.925c0.012-5.221 4.241-9.45 9.461-9.462h94.598c5.216 0.023 9.439 4.246 9.462 9.46v95.070c-0.023 5.216-4.246 9.439-9.46 9.462h-94.599c0 0 0 0 0 0-5.234 0-9.479-4.231-9.503-9.46v-0.002zM489.124 802.755c-0.080-0.002-0.174-0.003-0.269-0.003-7.691 0-13.926 6.235-13.926 13.926 0 0.095 0.001 0.189 0.003 0.283v-0.014 43.725c-0.002 0.080-0.003 0.174-0.003 0.269 0 7.691 6.235 13.926 13.926 13.926 0.095 0 0.189-0.001 0.283-0.003h123.89c0.080 0.002 0.174 0.003 0.269 0.003 7.691 0 13.926-6.235 13.926-13.926 0-0.095-0.001-0.189-0.003-0.283v0.014-43.52c-0.080-7.806-6.387-14.112-14.185-14.193h-0.008zM503.316 831.14h95.539v15.34h-95.539zM235.52 860.201c-0.074-0.001-0.161-0.002-0.248-0.002-7.691 0-13.926 6.235-13.926 13.926 0 0.094 0.001 0.189 0.003 0.283v-0.014c-0.002 0.080-0.003 0.174-0.003 0.268 0 7.691 6.235 13.926 13.926 13.926 0.087 0 0.174-0.001 0.261-0.002h195.346c0.074 0.001 0.161 0.002 0.248 0.002 7.703 0 13.947-6.244 13.947-13.947 0-0.087-0.001-0.174-0.002-0.261v0.013c0.001-0.074 0.002-0.161 0.002-0.248 0-7.703-6.244-13.947-13.947-13.947-0.087 0-0.174 0.001-0.261 0.002h0.013zM235.991 931.144c-0.080-0.002-0.174-0.003-0.269-0.003-7.691 0-13.926 6.235-13.926 13.926 0 0.095 0.001 0.189 0.003 0.283v-0.014c-0.001 0.074-0.002 0.161-0.002 0.248 0 7.703 6.244 13.947 13.947 13.947 0.087 0 0.174-0.001 0.261-0.002h390.192c0.074 0.001 0.161 0.002 0.248 0.002 7.691 0 13.926-6.235 13.926-13.926 0-0.094-0.001-0.189-0.003-0.283v0.014c0.002-0.080 0.003-0.174 0.003-0.268 0-7.691-6.235-13.926-13.926-13.926-0.087 0-0.174 0.001-0.261 0.002h0.013z" />
25
+ <glyph unicode="&#xe90f;" glyph-name="posts-archive" horiz-adv-x="1234" d="M77.848-64c-0.048 0-0.105 0-0.162 0-42.905 0-77.686 34.781-77.686 77.686 0 0.057 0 0.114 0 0.171v-0.009 868.304c0 0.048 0 0.105 0 0.162 0 42.905 34.781 77.686 77.686 77.686 0.057 0 0.114 0 0.171 0h910.213c0.001 0 0.003 0 0.004 0 1.362 0 2.69-0.144 3.97-0.417l-0.124 0.022c0.566 0.066 1.223 0.104 1.888 0.104 4.781 0 9.107-1.949 12.225-5.097l0.001-0.001 221.567-209.591c3.504-3.212 5.693-7.81 5.693-12.919 0-0.936-0.073-1.854-0.215-2.75l0.013 0.099c0.316-1.244 0.497-2.671 0.497-4.141 0-0.018 0-0.036 0-0.053v0.003-710.812c0.001-0.178 0.002-0.388 0.002-0.599 0-42.994-34.854-77.848-77.848-77.848-0.001 0-0.002 0-0.002 0v0zM35.93 882.152v-868.304c-0.001-0.079-0.001-0.171-0.001-0.264 0-23.005 18.649-41.655 41.655-41.655 0.093 0 0.186 0 0.279 0.001h1077.881c0.079-0.001 0.171-0.001 0.264-0.001 23.005 0 41.655 18.649 41.655 41.655 0 0.093 0 0.186-0.001 0.279v-0.014 692.847l-208.992-4.192c-0.144-0.004-0.314-0.007-0.485-0.007-4.981 0-9.48 2.067-12.684 5.391l-0.005 0.005c-3.322 3.149-5.39 7.594-5.39 12.522 0 0.019 0 0.038 0 0.057v-0.003 203.602h-892.257c-0.079 0.001-0.171 0.001-0.264 0.001-23.005 0-41.655-18.649-41.655-41.655 0-0.093 0-0.186 0.001-0.279v0.014zM1006.035 739.032l172.463 3.461-172.463 163.139zM340.136 121.039c-0.032 0-0.070 0-0.108 0-14.823 0-26.84 12.016-26.84 26.84 0 0.038 0 0.076 0 0.114v-0.006 277.857c0 0.017 0 0.038 0 0.058 0 1.682 0.219 3.312 0.629 4.865l-0.030-0.132v273.067c0 0.034 0 0.074 0 0.114 0 14.82 12.014 26.834 26.834 26.834 0.040 0 0.080 0 0.12 0h513.79c0.034 0 0.074 0 0.114 0 14.82 0 26.834-12.014 26.834-26.834 0-0.040 0-0.080 0-0.12v0.006-277.857c-0.124-2.12-0.552-4.101-1.244-5.955l0.046 0.141v-272.043c0.012-0.292 0.018-0.635 0.018-0.979 0-14.344-11.628-25.971-25.971-25.971-0.139 0-0.278 0.001-0.417 0.003h0.021zM349.717 156.968h495.233v250.91h-495.233zM349.717 443.808h495.233v250.91h-495.233zM555.116 233.020c-35.371 0.041-64.034 28.704-64.075 64.071v16.172c0 9.922 8.043 17.965 17.965 17.965s17.965-8.043 17.965-17.965v0-16.168c0-0.011 0-0.023 0-0.036 0-15.524 12.585-28.109 28.109-28.109 0.013 0 0.025 0 0.038 0h84.433c0.011 0 0.023 0 0.036 0 15.524 0 28.109 12.585 28.109 28.109 0 0.013 0 0.025 0 0.038v-0.002 16.168c0 9.922 8.043 17.965 17.965 17.965s17.965-8.043 17.965-17.965v0-16.168c-0.041-35.371-28.704-64.034-64.071-64.075h-0.004zM555.116 514.47c-35.371 0.041-64.034 28.704-64.075 64.071v16.771c0 9.922 8.043 17.965 17.965 17.965s17.965-8.043 17.965-17.965v0-16.168c0-0.011 0-0.023 0-0.036 0-15.524 12.585-28.109 28.109-28.109 0.013 0 0.025 0 0.038 0h84.433c0.011 0 0.023 0 0.036 0 15.524 0 28.109 12.585 28.109 28.109 0 0.013 0 0.025 0 0.038v-0.002 16.168c0 9.922 8.043 17.965 17.965 17.965s17.965-8.043 17.965-17.965v0-16.168c0-0.001 0-0.002 0-0.003 0-35.508-28.615-64.332-64.043-64.671h-0.032z" />
26
+ <glyph unicode="&#xe910;" glyph-name="post-title" horiz-adv-x="1234" d="M77.847-64c-0.048 0-0.106 0-0.163 0-42.904 0-77.684 34.78-77.684 77.684 0 0.057 0 0.115 0 0.172v-0.009 868.305c0 0.048 0 0.106 0 0.163 0 42.904 34.78 77.684 77.684 77.684 0.057 0 0.115 0 0.172 0h910.211c0.002 0 0.005 0 0.008 0 1.357 0 2.68-0.144 3.955-0.418l-0.123 0.022c0.566 0.066 1.222 0.104 1.886 0.104 4.787 0 9.118-1.953 12.239-5.106l0.001-0.001 221.58-209.594c3.504-3.215 5.693-7.816 5.693-12.927 0-0.933-0.073-1.848-0.213-2.741l0.013 0.099c0.311-1.234 0.489-2.65 0.489-4.108 0-0.029 0-0.057 0-0.086v0.004-711.401c0-0.041 0-0.091 0-0.14 0-42.917-34.791-77.708-77.708-77.708-0.049 0-0.098 0-0.147 0h0.008zM35.956 882.153v-868.305c0-0.062-0.001-0.136-0.001-0.21 0-23.020 18.661-41.681 41.681-41.681 0.074 0 0.148 0 0.221 0.001h1077.865c0.069 0 0.151-0.001 0.233-0.001 23.007 0 41.658 18.651 41.658 41.658 0 0.082 0 0.164-0.001 0.246v-0.013 692.852l-209.571-4.189c-0.017 0-0.037 0-0.058 0-4.933 0-9.382 2.071-12.525 5.391l-0.007 0.008c-3.314 3.145-5.376 7.582-5.376 12.501 0 0.023 0 0.047 0 0.070v-0.004 203.59h-892.253c-0.069 0-0.151 0.001-0.233 0.001-23.020 0-41.681-18.661-41.681-41.681 0-0.082 0-0.164 0.001-0.246v0.013zM1006.080 739.025l172.451 3.468-172.451 163.142zM191.651 133.609c-0.091-0.002-0.198-0.003-0.306-0.003-9.743 0-17.641 7.898-17.641 17.641 0 0.115 0.001 0.231 0.003 0.346v-0.017c-0.002 0.098-0.003 0.213-0.003 0.328 0 9.743 7.898 17.641 17.641 17.641 0.107 0 0.215-0.001 0.322-0.003h832.333c0.091 0.002 0.198 0.003 0.305 0.003 9.756 0 17.664-7.908 17.664-17.664 0-0.107-0.001-0.214-0.003-0.321v0.016c0.002-0.091 0.003-0.198 0.003-0.305 0-9.756-7.908-17.664-17.664-17.664-0.107 0-0.214 0.001-0.321 0.003h0.016zM191.651 259.281c-0.091-0.002-0.198-0.003-0.306-0.003-9.743 0-17.641 7.898-17.641 17.641 0 0.115 0.001 0.231 0.003 0.346v-0.017c-0.002 0.098-0.003 0.213-0.003 0.328 0 9.743 7.898 17.641 17.641 17.641 0.107 0 0.215-0.001 0.322-0.003h832.333c0.091 0.002 0.198 0.003 0.305 0.003 9.756 0 17.664-7.908 17.664-17.664 0-0.107-0.001-0.214-0.003-0.321v0.016c0.002-0.098 0.003-0.213 0.003-0.329 0-9.743-7.898-17.641-17.641-17.641-0.116 0-0.231 0.001-0.346 0.003h0.017zM191.651 379.043c-0.091-0.002-0.198-0.003-0.306-0.003-9.743 0-17.641 7.898-17.641 17.641 0 0.115 0.001 0.231 0.003 0.346v-0.017c-0.002 0.098-0.003 0.213-0.003 0.328 0 9.743 7.898 17.641 17.641 17.641 0.107 0 0.215-0.001 0.322-0.003h832.333c0.091 0.002 0.198 0.003 0.305 0.003 9.756 0 17.664-7.908 17.664-17.664 0-0.107-0.001-0.214-0.003-0.321v0.016c0.002-0.091 0.003-0.198 0.003-0.305 0-9.756-7.908-17.664-17.664-17.664-0.107 0-0.214 0.001-0.321 0.003h0.016zM571.927 537.74v101.888c0.003 1.054 0.087 2.085 0.248 3.092l-0.015-0.113h-21.201c-0.098-0.002-0.213-0.003-0.329-0.003-9.743 0-17.641 7.898-17.641 17.641 0 0.116 0.001 0.231 0.003 0.346v-0.017c-0.002 0.098-0.003 0.213-0.003 0.329 0 9.743 7.898 17.641 17.641 17.641 0.116 0 0.231-0.001 0.346-0.003h71.826c0.098 0.002 0.213 0.003 0.329 0.003 9.743 0 17.641-7.898 17.641-17.641 0-0.116-0.001-0.231-0.003-0.346v0.017c0.002-0.098 0.003-0.213 0.003-0.329 0-9.743-7.898-17.641-17.641-17.641-0.116 0-0.231 0.001-0.346 0.003h-15.18c0.148-0.878 0.233-1.889 0.233-2.92 0-0.021 0-0.041 0-0.062v0.003-101.795c0.002-0.091 0.003-0.198 0.003-0.305 0-9.756-7.908-17.664-17.664-17.664-0.107 0-0.214 0.001-0.321 0.003h0.016c-0.105-0.002-0.228-0.004-0.352-0.004-9.743 0-17.641 7.898-17.641 17.641 0 0.116 0.001 0.231 0.003 0.347v-0.017zM470.109 537.74v125.673c-0.002 0.098-0.003 0.213-0.003 0.329 0 9.743 7.898 17.641 17.641 17.641 0.116 0 0.231-0.001 0.346-0.003h-0.017c0.091 0.002 0.198 0.003 0.306 0.003 9.743 0 17.641-7.898 17.641-17.641 0-0.115-0.001-0.231-0.003-0.346v0.017-125.673c0.002-0.098 0.003-0.213 0.003-0.328 0-9.743-7.898-17.641-17.641-17.641-0.107 0-0.215 0.001-0.322 0.003h0.016c-0.098-0.002-0.215-0.003-0.331-0.003-9.743 0-17.641 7.898-17.641 17.641 0 0.148 0.002 0.296 0.005 0.444v-0.022zM374.295 537.74v101.888c0 0.017 0 0.038 0 0.059 0 1.031 0.085 2.042 0.247 3.027l-0.015-0.107h-21.201c-0.098-0.002-0.213-0.003-0.329-0.003-9.743 0-17.641 7.898-17.641 17.641 0 0.116 0.001 0.231 0.003 0.346v-0.017c-0.002 0.098-0.003 0.213-0.003 0.329 0 9.743 7.898 17.641 17.641 17.641 0.116 0 0.231-0.001 0.346-0.003h71.849c0.098 0.002 0.213 0.003 0.329 0.003 9.743 0 17.641-7.898 17.641-17.641 0-0.116-0.001-0.231-0.003-0.346v0.017c0.002-0.091 0.003-0.198 0.003-0.305 0-9.756-7.908-17.664-17.664-17.664-0.107 0-0.214 0.001-0.321 0.003h-15.181c0.146-0.894 0.23-1.925 0.233-2.976v-101.798c0.002-0.098 0.003-0.213 0.003-0.328 0-9.743-7.898-17.641-17.641-17.641-0.107 0-0.215 0.001-0.322 0.003h0.016c-0.112-0.003-0.243-0.004-0.375-0.004-9.743 0-17.641 7.898-17.641 17.641 0 0.116 0.001 0.232 0.003 0.347v-0.017zM688.687 522.775c-0.098-0.002-0.213-0.003-0.329-0.003-9.743 0-17.641 7.898-17.641 17.641 0 0.116 0.001 0.231 0.003 0.346v-0.017 119.855c-0.002 0.091-0.003 0.198-0.003 0.305 0 9.756 7.908 17.664 17.664 17.664 0.107 0 0.214-0.001 0.321-0.003h-0.016c0.091 0.002 0.198 0.003 0.306 0.003 9.743 0 17.641-7.898 17.641-17.641 0-0.115-0.001-0.231-0.003-0.346v0.017-101.818h35.933c0.098 0.002 0.213 0.003 0.329 0.003 9.743 0 17.641-7.898 17.641-17.641 0-0.116-0.001-0.231-0.003-0.346v0.017c0.002-0.098 0.003-0.213 0.003-0.329 0-9.743-7.898-17.641-17.641-17.641-0.116 0-0.231 0.001-0.346 0.003h0.017zM809.705 525.103c-0.083-0.001-0.181-0.002-0.28-0.002-6.226 0-11.7 3.217-14.852 8.079l-0.042 0.069c-4.958 3.195-8.194 8.688-8.194 14.936 0 0.092 0.001 0.183 0.002 0.274v-0.014 103.75c-0.001 0.075-0.002 0.163-0.002 0.251 0 6.010 2.986 11.323 7.555 14.536l0.057 0.038c3.070 5.481 8.841 9.125 15.463 9.125 0.103 0 0.206-0.001 0.308-0.003h50.882c0.091 0.002 0.198 0.003 0.305 0.003 9.756 0 17.664-7.908 17.664-17.664 0-0.107-0.001-0.214-0.003-0.321v0.016c0.002-0.091 0.003-0.198 0.003-0.305 0-9.756-7.908-17.664-17.664-17.664-0.107 0-0.214 0.001-0.321 0.003h-38.314v-21.551h38.33c0.091 0.002 0.198 0.003 0.305 0.003 9.756 0 17.664-7.908 17.664-17.664 0-0.107-0.001-0.214-0.003-0.321v0.016c0.002-0.098 0.003-0.213 0.003-0.329 0-9.743-7.898-17.641-17.641-17.641-0.116 0-0.231 0.001-0.346 0.003h-38.313v-21.551h38.33c0.091 0.002 0.198 0.003 0.305 0.003 9.756 0 17.664-7.908 17.664-17.664 0-0.107-0.001-0.214-0.003-0.321v0.016c0.002-0.091 0.003-0.198 0.003-0.305 0-9.756-7.908-17.664-17.664-17.664-0.107 0-0.214 0.001-0.321 0.003h0.016z" />
27
+ <glyph unicode="&#xe911;" glyph-name="pricing-table" horiz-adv-x="1407" d="M515.052-64c-0.045 0-0.098 0-0.151 0-39.663 0-72.548 29.022-78.576 66.988l-0.059 0.452h-356.577c-0.049 0-0.106 0-0.164 0-43.931 0-79.544 35.613-79.544 79.544 0 0.058 0 0.115 0 0.173v-0.009 723.558c0 0.049 0 0.106 0 0.164 0 43.931 35.613 79.544 79.544 79.544 0.058 0 0.115 0 0.173 0h355.872c3.196 41.291 37.487 73.585 79.321 73.585 0.057 0 0.114 0 0.171 0h380.161c0.052 0 0.114 0 0.176 0 42.908 0 77.882-33.974 79.487-76.49l0.004-0.146h352.666c0.049 0 0.106 0 0.164 0 43.931 0 79.544-35.613 79.544-79.544 0-0.058 0-0.115 0-0.173v0.009-723.558c0-0.049 0-0.106 0-0.164 0-43.931-35.613-79.544-79.544-79.544-0.058 0-0.115 0-0.173 0h-354.049c-7.35-36.937-39.504-64.389-78.070-64.389-0.072 0-0.144 0-0.215 0h0.011zM472.044 15.708c-0.001-0.104-0.001-0.227-0.001-0.35 0-23.56 19.099-42.66 42.66-42.66 0.123 0 0.246 0.001 0.368 0.002h380.151c0.104-0.001 0.227-0.001 0.35-0.001 23.56 0 42.66 19.099 42.66 42.66 0 0.123-0.001 0.246-0.002 0.368v-0.019 128.778h-466.022zM1327.452 37.171c0.104-0.001 0.227-0.001 0.35-0.001 23.56 0 42.66 19.099 42.66 42.66 0 0.123-0.001 0.246-0.002 0.368v-0.019 82.698h-395.51v-125.706zM36.68 83.149c-0.001-0.104-0.001-0.227-0.001-0.35 0-23.56 19.099-42.66 42.66-42.66 0.123 0 0.246 0.001 0.368 0.002h355.637v122.737h-398.5zM938.086 181.268v699.023c0.001 0.104 0.001 0.227 0.001 0.35 0 23.56-19.099 42.66-42.66 42.66-0.123 0-0.246-0.001-0.368-0.002h-380.131c-0.104 0.001-0.227 0.001-0.35 0.001-23.56 0-42.66-19.099-42.66-42.66 0-0.123 0.001-0.246 0.002-0.368v0.019-699.023zM1370.378 199.7v603.935c0.001 0.104 0.001 0.227 0.001 0.35 0 23.56-19.099 42.66-42.66 42.66-0.123 0-0.246-0.001-0.368-0.002h-352.585v-646.984zM435.282 199.7v649.933h-355.656c-0.104 0.001-0.227 0.001-0.35 0.001-23.56 0-42.66-19.099-42.66-42.66 0-0.123 0.001-0.246 0.002-0.368v0.019-607.027zM588.554 46.408c-0.111-0.002-0.242-0.004-0.372-0.004-9.976 0-18.063 8.087-18.063 18.063 0 0.131 0.001 0.262 0.004 0.392v-0.019c-0.002 0.111-0.004 0.242-0.004 0.372 0 9.976 8.087 18.063 18.063 18.063 0.131 0 0.262-0.001 0.392-0.004h226.858c0.117 0.003 0.255 0.004 0.393 0.004 9.965 0 18.043-8.078 18.043-18.043 0-0.138-0.002-0.276-0.005-0.414v0.020c0.003-0.117 0.004-0.255 0.004-0.393 0-9.965-8.078-18.043-18.043-18.043-0.138 0-0.276 0.002-0.414 0.005h0.020zM1072.947 89.416c-0.111-0.002-0.242-0.004-0.372-0.004-9.976 0-18.063 8.087-18.063 18.063 0 0.131 0.001 0.262 0.004 0.392v-0.019c-0.002 0.111-0.004 0.242-0.004 0.372 0 9.976 8.087 18.063 18.063 18.063 0.131 0 0.262-0.001 0.392-0.004h171.685c0.105 0.002 0.228 0.003 0.352 0.003 9.987 0 18.084-8.096 18.084-18.084 0-0.124-0.001-0.247-0.004-0.37v0.018c0.002-0.105 0.003-0.228 0.003-0.352 0-9.987-8.096-18.084-18.084-18.084-0.124 0-0.247 0.001-0.37 0.004h0.018zM147.046 89.416c-0.105-0.002-0.228-0.003-0.352-0.003-9.987 0-18.084 8.096-18.084 18.084 0 0.124 0.001 0.247 0.004 0.37v-0.018c-0.002 0.105-0.003 0.228-0.003 0.352 0 9.987 8.096 18.084 18.084 18.084 0.124 0 0.247-0.001 0.37-0.004h171.686c0.105 0.002 0.228 0.003 0.352 0.003 9.987 0 18.084-8.096 18.084-18.084 0-0.124-0.001-0.247-0.004-0.37v0.018c0.002-0.105 0.003-0.228 0.003-0.352 0-9.987-8.096-18.084-18.084-18.084-0.124 0-0.247 0.001-0.37 0.004h0.018zM686.674 273.367v24.187c-11.68 1.83-22.028 4.469-31.974 7.961l1.254-0.384c-7.173 2.375-12.256 9.020-12.256 16.853 0 2.322 0.447 4.54 1.259 6.573l-0.042-0.119c2.384 7.17 9.032 12.249 16.866 12.249 2.317 0 4.531-0.444 6.56-1.253l-0.12 0.042c17.162-6.144 47.227-11.039 58.266-3.052 1.229 1.229 4.874 3.686 4.874 14.111 0 14.705-5.53 18.432-27.587 25.764-21.484 7.352-53.944 17.777-55.173 63.16-0.3 2.057-0.471 4.432-0.471 6.847 0 16.88 8.359 31.807 21.163 40.868l0.156 0.105c4.92 3.13 10.707 5.399 16.912 6.434l0.271 0.037v30.925c-0.002 0.111-0.004 0.242-0.004 0.372 0 9.976 8.087 18.063 18.063 18.063 0.131 0 0.262-0.001 0.392-0.004h-0.019c0.111 0.002 0.242 0.004 0.372 0.004 9.976 0 18.063-8.087 18.063-18.063 0-0.131-0.001-0.262-0.004-0.392v0.019-30.72c-0.003-1.189-0.108-2.351-0.304-3.481l0.018 0.122c10.519-3.082 19.559-6.739 28.137-11.164l-0.878 0.412c5.943-3.14 9.924-9.281 9.924-16.351 0-2.998-0.716-5.828-1.985-8.33l0.048 0.105c-3.143-5.934-9.278-9.908-16.343-9.908-3.001 0-5.834 0.717-8.338 1.989l0.105-0.048c-15.34 7.967-37.417 13.496-44.79 8.581-3.686-2.458-3.686-11.653-3.686-15.34 0.614-19.005 9.196-22.077 30.065-29.43 20.849-6.758 52.122-17.162 52.716-59.392 0.143-1.397 0.225-3.018 0.225-4.659 0-16.251-8.017-30.629-20.311-39.396l-0.148-0.1c-6.85-5.268-15.188-8.944-24.28-10.326l-0.296-0.037v-23.982c0.002-0.111 0.004-0.242 0.004-0.372 0-9.976-8.087-18.063-18.063-18.063-0.131 0-0.262 0.001-0.392 0.004h0.019c-0.038 0-0.082 0-0.127 0-9.976 0-18.063 8.087-18.063 18.063 0 0.137 0.002 0.274 0.005 0.41v-0.020zM1148.989 278.282v15.933c-8.208 1.393-15.426 3.306-22.371 5.793l0.908-0.284c-7.361 2.574-12.546 9.459-12.546 17.555 0 2.056 0.334 4.034 0.952 5.882l-0.038-0.131c2.457 7.396 9.313 12.635 17.393 12.635 2.117 0 4.15-0.36 6.041-1.021l-0.128 0.039c7.523-3.106 16.258-4.909 25.414-4.909 6.451 0 12.692 0.895 18.607 2.568l-0.481-0.116c0.614 0.614 2.437 1.843 2.437 7.967 0 9.196-2.437 11.039-19.62 16.548-26.188 4.136-46.054 26.293-46.591 53.192l-0.001 0.056c-0.252 1.739-0.396 3.747-0.396 5.788 0 14.644 7.407 27.558 18.679 35.2l0.149 0.095c3.34 2.184 7.218 3.914 11.363 4.979l0.27 0.059v21.32c-0.002 0.111-0.004 0.242-0.004 0.372 0 9.976 8.087 18.063 18.063 18.063 0.131 0 0.262-0.001 0.392-0.004h-0.019c0.111 0.002 0.242 0.004 0.372 0.004 9.976 0 18.063-8.087 18.063-18.063 0-0.131-0.001-0.262-0.004-0.392v0.019-23.777c7.873-2.462 14.572-5.24 20.962-8.533l-0.728 0.341c6.022-2.985 10.089-9.089 10.089-16.144 0-3.086-0.778-5.99-2.149-8.527l0.047 0.095c-2.988-6.013-9.088-10.073-16.136-10.073-3.089 0-5.996 0.78-8.535 2.153l0.095-0.047c-7.97 4.717-17.566 7.504-27.813 7.504-1.441 0-2.869-0.055-4.282-0.163l0.188 0.012c-0.836-2.001-1.321-4.326-1.321-6.764 0-0.64 0.033-1.272 0.099-1.895l-0.007 0.078c0.594-11.653 3.686-14.111 21.463-19.62 25.066-3.972 44.101-25.113 44.768-50.824l0.001-0.069c0.108-1.137 0.17-2.457 0.17-3.793 0-13.998-6.781-26.412-17.237-34.136l-0.116-0.082c-5.485-4.412-12.082-7.682-19.295-9.338l-0.325-0.063v-15.729c0.002-0.111 0.004-0.242 0.004-0.372 0-9.976-8.087-18.063-18.063-18.063-0.131 0-0.262 0.001-0.392 0.004h0.019c-0.081-0.001-0.177-0.002-0.273-0.002-9.976 0-18.063 8.087-18.063 18.063 0 0.174 0.002 0.347 0.007 0.519l-0.001-0.025zM216.965 278.282v15.933c-8.208 1.393-15.426 3.306-22.371 5.793l0.908-0.284c-7.371 2.568-12.565 9.458-12.565 17.561 0 2.054 0.334 4.029 0.95 5.876l-0.038-0.131c2.518 7.382 9.392 12.597 17.484 12.597 2.083 0 4.085-0.345 5.952-0.982l-0.13 0.038c7.523-3.106 16.258-4.909 25.414-4.909 6.451 0 12.692 0.895 18.607 2.568l-0.481-0.116c0.594 0.614 2.458 1.843 2.458 7.967 0 9.196-2.458 11.039-19.62 16.548-26.196 4.127-46.073 26.287-46.612 53.192l-0.001 0.056c-0.25 1.733-0.393 3.734-0.393 5.768 0 14.649 7.405 27.569 18.676 35.219l0.149 0.095c3.346 2.189 7.231 3.92 11.385 4.98l0.268 0.058v21.32c-0.002 0.111-0.004 0.242-0.004 0.372 0 9.976 8.087 18.063 18.063 18.063 0.131 0 0.262-0.001 0.392-0.004h-0.019c0.105 0.002 0.228 0.003 0.352 0.003 9.987 0 18.084-8.096 18.084-18.084 0-0.124-0.001-0.247-0.004-0.37v0.018-23.777c7.867-2.466 14.559-5.244 20.944-8.534l-0.73 0.342c6.019-2.992 10.082-9.098 10.082-16.153 0-3.082-0.775-5.983-2.142-8.518l0.047 0.096c-2.995-6.010-9.096-10.066-16.145-10.066-3.085 0-5.989 0.777-8.526 2.146l0.095-0.047c-7.97 4.716-17.565 7.503-27.811 7.503-1.434 0-2.856-0.055-4.263-0.162l0.187 0.011c-0.836-2.001-1.321-4.326-1.321-6.764 0-0.64 0.033-1.272 0.099-1.895l-0.007 0.078c0.594-11.653 3.686-14.111 21.463-19.62 25.058-3.988 44.084-25.119 44.768-50.823l0.001-0.070c0.108-1.135 0.169-2.454 0.169-3.788 0-13.995-6.771-26.408-17.216-34.142l-0.115-0.081c-5.49-4.4-12.084-7.669-19.292-9.336l-0.328-0.064v-15.729c0.002-0.105 0.003-0.228 0.003-0.352 0-9.987-8.096-18.084-18.084-18.084-0.124 0-0.247 0.001-0.37 0.004h0.018c-0.081-0.001-0.177-0.002-0.273-0.002-9.976 0-18.063 8.087-18.063 18.063 0 0.174 0.002 0.347 0.007 0.519l-0.001-0.025zM1091.338 555.438c-0.105-0.002-0.228-0.003-0.352-0.003-9.987 0-18.084 8.096-18.084 18.084 0 0.124 0.001 0.247 0.004 0.37v-0.018c-0.002 0.105-0.003 0.228-0.003 0.352 0 9.987 8.096 18.084 18.084 18.084 0.124 0 0.247-0.001 0.37-0.004h147.172c0.105 0.002 0.228 0.003 0.352 0.003 9.987 0 18.084-8.096 18.084-18.084 0-0.124-0.001-0.247-0.004-0.37v0.018c0.002-0.105 0.003-0.228 0.003-0.352 0-9.987-8.096-18.084-18.084-18.084-0.124 0-0.247 0.001-0.37 0.004h0.018zM165.437 555.438c-0.105-0.002-0.228-0.003-0.352-0.003-9.987 0-18.084 8.096-18.084 18.084 0 0.124 0.001 0.247 0.004 0.37v-0.018c-0.002 0.105-0.003 0.228-0.003 0.352 0 9.987 8.096 18.084 18.084 18.084 0.124 0 0.247-0.001 0.37-0.004h147.172c0.105 0.002 0.228 0.003 0.352 0.003 9.987 0 18.084-8.096 18.084-18.084 0-0.124-0.001-0.247-0.004-0.37v0.018c0.002-0.105 0.003-0.228 0.003-0.352 0-9.987-8.096-18.084-18.084-18.084-0.124 0-0.247 0.001-0.37 0.004h0.018zM606.945 635.146c-0.111-0.002-0.242-0.004-0.372-0.004-9.976 0-18.063 8.087-18.063 18.063 0 0.131 0.001 0.262 0.004 0.392v-0.019c-0.002 0.111-0.004 0.242-0.004 0.372 0 9.976 8.087 18.063 18.063 18.063 0.131 0 0.262-0.001 0.392-0.004h196.179c0.111 0.002 0.242 0.004 0.372 0.004 9.976 0 18.063-8.087 18.063-18.063 0-0.131-0.001-0.262-0.004-0.392v0.019c0.002-0.111 0.004-0.242 0.004-0.372 0-9.976-8.087-18.063-18.063-18.063-0.131 0-0.262 0.001-0.392 0.004h0.019zM1054.556 641.29c-0.105-0.002-0.228-0.003-0.352-0.003-9.987 0-18.084 8.096-18.084 18.084 0 0.124 0.001 0.247 0.004 0.37v-0.018c-0.002 0.105-0.003 0.228-0.003 0.352 0 9.987 8.096 18.084 18.084 18.084 0.124 0 0.247-0.001 0.37-0.004h220.736c0.111 0.002 0.242 0.004 0.372 0.004 9.976 0 18.063-8.087 18.063-18.063 0-0.131-0.001-0.262-0.004-0.392v0.019c0.002-0.111 0.004-0.242 0.004-0.372 0-9.976-8.087-18.063-18.063-18.063-0.131 0-0.262 0.001-0.392 0.004h0.019zM128.635 641.29c-0.105-0.002-0.228-0.003-0.352-0.003-9.987 0-18.084 8.096-18.084 18.084 0 0.124 0.001 0.247 0.004 0.37v-0.018c-0.002 0.105-0.003 0.228-0.003 0.352 0 9.987 8.096 18.084 18.084 18.084 0.124 0 0.247-0.001 0.37-0.004h220.736c0.111 0.002 0.242 0.004 0.372 0.004 9.976 0 18.063-8.087 18.063-18.063 0-0.131-0.001-0.262-0.004-0.392v0.019c0.002-0.111 0.004-0.242 0.004-0.372 0-9.976-8.087-18.063-18.063-18.063-0.131 0-0.262 0.001-0.392 0.004h0.019zM570.143 720.998c-0.111-0.002-0.242-0.004-0.372-0.004-9.976 0-18.063 8.087-18.063 18.063 0 0.131 0.001 0.262 0.004 0.392v-0.019c-0.002 0.111-0.004 0.242-0.004 0.372 0 9.976 8.087 18.063 18.063 18.063 0.131 0 0.262-0.001 0.392-0.004h269.785c0.117 0.003 0.255 0.004 0.393 0.004 9.965 0 18.043-8.078 18.043-18.043 0-0.138-0.002-0.276-0.005-0.414v0.020c0.003-0.117 0.004-0.255 0.004-0.393 0-9.965-8.078-18.043-18.043-18.043-0.138 0-0.276 0.002-0.414 0.005h0.020zM1017.754 733.286c-0.111-0.002-0.242-0.004-0.372-0.004-9.976 0-18.063 8.087-18.063 18.063 0 0.131 0.001 0.262 0.004 0.392v-0.019c-0.002 0.105-0.003 0.228-0.003 0.352 0 9.987 8.096 18.084 18.084 18.084 0.124 0 0.247-0.001 0.37-0.004h288.177c0.105 0.002 0.228 0.003 0.352 0.003 9.987 0 18.084-8.096 18.084-18.084 0-0.124-0.001-0.247-0.004-0.37v0.018c0.002-0.111 0.004-0.242 0.004-0.372 0-9.976-8.087-18.063-18.063-18.063-0.131 0-0.262 0.001-0.392 0.004h0.019zM91.853 733.286c-0.111-0.002-0.242-0.004-0.372-0.004-9.976 0-18.063 8.087-18.063 18.063 0 0.131 0.001 0.262 0.004 0.392v-0.019c-0.002 0.111-0.004 0.242-0.004 0.372 0 9.976 8.087 18.063 18.063 18.063 0.131 0 0.262-0.001 0.392-0.004h288.176c0.111 0.002 0.242 0.004 0.372 0.004 9.976 0 18.063-8.087 18.063-18.063 0-0.131-0.001-0.262-0.004-0.392v0.019c0.003-0.117 0.004-0.255 0.004-0.393 0-9.965-8.078-18.043-18.043-18.043-0.138 0-0.276 0.002-0.414 0.005h0.020zM533.361 812.995c-0.111-0.002-0.242-0.004-0.372-0.004-9.976 0-18.063 8.087-18.063 18.063 0 0.131 0.001 0.262 0.004 0.392v-0.019c-0.002 0.105-0.003 0.228-0.003 0.352 0 9.987 8.096 18.084 18.084 18.084 0.124 0 0.247-0.001 0.37-0.004h337.226c0.105 0.002 0.228 0.003 0.352 0.003 9.987 0 18.084-8.096 18.084-18.084 0-0.124-0.001-0.247-0.004-0.37v0.018c0.002-0.111 0.004-0.242 0.004-0.372 0-9.976-8.087-18.063-18.063-18.063-0.131 0-0.262 0.001-0.392 0.004h0.019z" />
28
+ <glyph unicode="&#xe912;" glyph-name="share-buttons" horiz-adv-x="656" d="M57.61-64c-0.030 0-0.066 0-0.103 0-31.761 0-57.508 25.747-57.508 57.508 0 0.043 0 0.086 0 0.13v-0.007 908.739c0 0.037 0 0.080 0 0.123 0 31.761 25.747 57.508 57.508 57.508 0.036 0 0.072 0 0.108 0h425.548c0.066 0.001 0.143 0.002 0.22 0.002 4.731 0 8.876-2.511 11.175-6.273l0.033-0.057 156.508-178.176c3.032-2.43 4.958-6.133 4.958-10.285 0-0.070-0.001-0.141-0.002-0.211v0.011-771.379c0-0.037 0-0.080 0-0.123 0-31.761-25.747-57.508-57.508-57.508-0.036 0-0.072 0-0.108 0h0.006zM26.624 902.369v-908.739c0-0.055-0.001-0.12-0.001-0.185 0-17.034 13.809-30.843 30.843-30.843 0.065 0 0.13 0 0.195 0.001h540.805c0.055 0 0.12-0.001 0.185-0.001 17.034 0 30.843 13.809 30.843 30.843 0 0.065 0 0.13-0.001 0.195v-0.010 758.026h-146.289c-0.068-0.001-0.147-0.002-0.227-0.002-7.216 0-13.066 5.85-13.066 13.066 0 0.080 0.001 0.16 0.002 0.239v-0.012 168.428h-412.262c-0.055 0-0.12 0.001-0.185 0.001-17.034 0-30.843-13.809-30.843-30.843 0-0.058 0-0.116 0-0.173v0.009zM496.517 778.24h117.023l-117.023 132.997zM376.832 153.211c0 0.020 0 0.045 0 0.069 0 3.364 0.313 6.655 0.912 9.845l-0.051-0.329-42.557 24.822c-17.627-30.272-49.906-50.308-86.869-50.36h-0.008c-0.030 0-0.066 0-0.102 0-55.276 0-100.086 44.81-100.086 100.086 0 0.036 0 0.072 0 0.108v-0.006c0 0.030 0 0.066 0 0.102 0 55.276 44.81 100.086 100.086 100.086 0.036 0 0.072 0 0.108 0h-0.006c0.071 0 0.155 0 0.24 0 25.988 0 49.656-9.929 67.419-26.2l-0.075 0.068 36.188 21.709c1.951 1.29 4.344 2.058 6.918 2.058 0.174 0 0.348-0.004 0.521-0.011l-0.025 0.001c-3.001 6.42-4.751 13.939-4.751 21.867 0 0.024 0 0.047 0 0.071v-0.004c0 29.408 23.84 53.248 53.248 53.248v0c29.385-0.058 53.19-23.863 53.248-53.242v-0.006c-0.058-29.385-23.863-53.19-53.242-53.248h-0.006c-0.020 0-0.044 0-0.068 0-14.033 0-26.792 5.456-36.271 14.362l0.028-0.026c-0.822-3.337-2.922-6.078-5.738-7.731l-0.058-0.031-32.768-19.64c9.675-15.11 15.422-33.543 15.422-53.318 0-0.069 0-0.138 0-0.207v0.011c0-0.029 0-0.064 0-0.099 0-8.828-1.143-17.389-3.289-25.543l0.156 0.697 43.704-25.498c9.795 11.868 24.497 19.383 40.954 19.415h0.006c29.385-0.058 53.19-23.863 53.248-53.242v-0.006c0-29.408-23.84-53.248-53.248-53.248v0c-29.394 0.093-53.187 23.943-53.187 53.35 0 0.007 0 0.015 0 0.022v-0.001zM403.456 153.211c0-14.704 11.92-26.624 26.624-26.624v0c14.704 0 26.624 11.92 26.624 26.624v0c0 14.704-11.92 26.624-26.624 26.624v0c-14.704 0-26.624-11.92-26.624-26.624v0zM174.715 237.445c0-0.055 0-0.12 0-0.185 0-40.538 32.862-73.4 73.4-73.4 0.065 0 0.13 0 0.195 0h-0.010c0.055 0 0.12 0 0.185 0 40.538 0 73.4 32.862 73.4 73.4 0 0.065 0 0.13 0 0.195v-0.010c-0.081 40.607-32.978 73.503-73.577 73.585h-0.008c-40.633-0.047-73.565-32.956-73.646-73.577v-0.008zM381.276 357.13c0-14.704 11.92-26.624 26.624-26.624v0c14.704 0 26.624 11.92 26.624 26.624v0c0 14.704-11.92 26.624-26.624 26.624v0c-0.018 0-0.040 0-0.061 0-14.704 0-26.624-11.92-26.624-26.624 0 0 0 0 0 0v0zM97.567 556.605c-0.068-0.001-0.147-0.002-0.227-0.002-7.216 0-13.066 5.85-13.066 13.066 0 0.080 0.001 0.16 0.002 0.239v-0.012c-0.001 0.068-0.002 0.147-0.002 0.227 0 7.216 5.85 13.066 13.066 13.066 0.080 0 0.16-0.001 0.239-0.002h461.013c0.068 0.001 0.147 0.002 0.227 0.002 7.216 0 13.066-5.85 13.066-13.066 0-0.080-0.001-0.16-0.002-0.239v0.012c0.001-0.068 0.002-0.147 0.002-0.227 0-7.216-5.85-13.066-13.066-13.066-0.080 0-0.16 0.001-0.239 0.002h0.012zM97.567 631.951c-0.068-0.001-0.147-0.002-0.227-0.002-7.216 0-13.066 5.85-13.066 13.066 0 0.080 0.001 0.16 0.002 0.239v-0.012c-0.001 0.074-0.002 0.161-0.002 0.248 0 7.216 5.85 13.066 13.066 13.066 0.080 0 0.16-0.001 0.24-0.002h376.82c0.068 0.001 0.148 0.002 0.228 0.002 7.216 0 13.066-5.85 13.066-13.066 0-0.087-0.001-0.174-0.003-0.261v0.013c0.001-0.068 0.002-0.147 0.002-0.227 0-7.216-5.85-13.066-13.066-13.066-0.080 0-0.16 0.001-0.239 0.002h0.012zM97.567 707.318c-0.068-0.001-0.147-0.002-0.227-0.002-7.216 0-13.066 5.85-13.066 13.066 0 0.080 0.001 0.16 0.002 0.239v-0.012c-0.001 0.068-0.002 0.147-0.002 0.227 0 7.216 5.85 13.066 13.066 13.066 0.080 0 0.16-0.001 0.239-0.002h274.83c0.068 0.001 0.147 0.002 0.227 0.002 7.216 0 13.066-5.85 13.066-13.066 0-0.080-0.001-0.16-0.002-0.239v0.012c0.001-0.068 0.002-0.147 0.002-0.227 0-7.216-5.85-13.066-13.066-13.066-0.080 0-0.16 0.001-0.239 0.002h0.012zM97.567 782.664c-0.068-0.001-0.148-0.002-0.228-0.002-7.216 0-13.066 5.85-13.066 13.066 0 0.087 0.001 0.174 0.003 0.261v-0.013c-0.001 0.068-0.002 0.147-0.002 0.227 0 7.216 5.85 13.066 13.066 13.066 0.080 0 0.16-0.001 0.239-0.002h137.409c0.068 0.001 0.147 0.002 0.227 0.002 7.216 0 13.066-5.85 13.066-13.066 0-0.080-0.001-0.16-0.002-0.239v0.012c0.001-0.074 0.002-0.161 0.002-0.248 0-7.216-5.85-13.066-13.066-13.066-0.080 0-0.16 0.001-0.24 0.002h0.012z" />
29
+ <glyph unicode="&#xe913;" glyph-name="site-logo" horiz-adv-x="656" d="M57.61-64c-0.030 0-0.066 0-0.103 0-31.761 0-57.508 25.747-57.508 57.508 0 0.043 0 0.086 0 0.13v-0.007 908.739c0 0.037 0 0.080 0 0.123 0 31.761 25.747 57.508 57.508 57.508 0.036 0 0.072 0 0.108 0h540.809c0.030 0 0.066 0 0.103 0 31.761 0 57.508-25.747 57.508-57.508 0-0.043 0-0.086 0-0.13v0.007-908.739c0-0.036 0-0.080 0-0.123 0-31.761-25.747-57.508-57.508-57.508-0.029 0-0.058 0-0.086 0h0.004zM26.583-6.369c0-0.055-0.001-0.12-0.001-0.185 0-17.034 13.809-30.843 30.843-30.843 0.065 0 0.13 0 0.195 0.001h540.805c0.055 0 0.12-0.001 0.185-0.001 17.034 0 30.843 13.809 30.843 30.843 0 0.065 0 0.13-0.001 0.195v-0.010 837.816h-602.829zM629.473 858.051v44.319c0 0.055 0.001 0.12 0.001 0.185 0 17.034-13.809 30.843-30.843 30.843-0.065 0-0.13 0-0.195-0.001h-540.805c-0.055 0-0.12 0.001-0.185 0.001-17.034 0-30.843-13.809-30.843-30.843 0-0.065 0-0.13 0.001-0.195v0.010-44.319zM141.844 268.472c-0.068-0.001-0.148-0.002-0.228-0.002-7.216 0-13.066 5.85-13.066 13.066 0 0.087 0.001 0.174 0.003 0.261v-0.013c-0.001 0.068-0.002 0.147-0.002 0.227 0 7.216 5.85 13.066 13.066 13.066 0.080 0 0.16-0.001 0.239-0.002h381.223c0.068 0.001 0.147 0.002 0.227 0.002 7.216 0 13.066-5.85 13.066-13.066 0-0.080-0.001-0.16-0.002-0.239v0.012c-0.012-7.34-5.953-13.289-13.289-13.312h-0.002zM478.31 357.13c-18.855 0-34.14 15.285-34.14 34.14v0 65.147c0.012 18.85 15.29 34.128 34.139 34.14h8.869c18.855 0 34.14-15.285 34.14-34.14v0-65.147c0-18.855-15.285-34.14-34.14-34.14v0zM470.774 456.868v-65.167c0-0.018 0-0.040 0-0.062 0-4.128 3.347-7.475 7.475-7.475 0.022 0 0.043 0 0.065 0h8.865c0.018 0 0.040 0 0.062 0 4.128 0 7.475 3.347 7.475 7.475 0 0.022 0 0.043 0 0.065v-0.003 65.167c0 0.018 0 0.040 0 0.062 0 4.128-3.347 7.475-7.475 7.475-0.022 0-0.043 0-0.065 0h-8.865c-0.018 0-0.040 0-0.062 0-4.128 0-7.475-3.347-7.475-7.475 0-0.022 0-0.043 0-0.065v0.003zM332.472 396.145v56.279c2.506 21.988 21.006 38.912 43.459 38.912v0c0.716 0.041 1.554 0.064 2.397 0.064 13.323 0 25.283-5.836 33.463-15.090l0.041-0.048c1.778-2.288 2.85-5.201 2.85-8.365 0-4.072-1.777-7.73-4.597-10.239l-0.014-0.012c-2.289-1.769-5.2-2.835-8.36-2.835-4.071 0-7.729 1.77-10.245 4.583l-0.012 0.013c-3.521 3.317-8.278 5.356-13.512 5.356-0.391 0-0.779-0.011-1.164-0.034l0.053 0.002h-0.43c-7.537 0-17.285-6.656-17.285-12.411v-56.3c0-5.325 9.318-12.411 17.285-12.411s17.285 6.656 17.285 12.411v7.107h-7.107c-0.074-0.002-0.161-0.002-0.248-0.002-7.205 0-13.046 5.841-13.046 13.046 0 0.087 0.001 0.174 0.003 0.261v-0.013c-0.001 0.068-0.002 0.147-0.002 0.227 0 7.216 5.85 13.066 13.066 13.066 0.080 0 0.16-0.001 0.239-0.002h20.468c0.068 0.001 0.147 0.002 0.227 0.002 7.216 0 13.066-5.85 13.066-13.066 0-0.080-0.001-0.16-0.002-0.239v0.012-20.48c-2.691-22.022-21.276-38.912-43.806-38.912-0.029 0-0.058 0-0.087 0h0.005c-0.313-0.008-0.681-0.013-1.050-0.013-22.408 0-40.828 17.081-42.948 38.933l-0.014 0.176zM265.093 357.233c-18.855 0-34.14 15.285-34.14 34.14v0 65.044c0 18.855 15.285 34.14 34.14 34.14h8.868c18.855 0 34.14-15.285 34.14-34.14v0-65.147c0.001-0.086 0.001-0.187 0.001-0.288 0-18.697-15.157-33.853-33.853-33.853-0.101 0-0.202 0-0.303 0.001h0.016zM258.007 456.97v-65.167c0-0.018 0-0.040 0-0.062 0-4.128 3.347-7.475 7.475-7.475 0.022 0 0.043 0 0.065 0h8.865c0.018 0 0.040 0 0.062 0 4.128 0 7.475 3.347 7.475 7.475 0 0.022 0 0.043 0 0.065v-0.003 65.065c0 0.018 0 0.040 0 0.062 0 4.128-3.347 7.475-7.475 7.475-0.022 0-0.043 0-0.065 0h-8.865c-0.006 0-0.013 0-0.021 0-4.128 0-7.475-3.347-7.475-7.475 0-0.022 0-0.043 0-0.065v0.003zM152.945 357.233c-0.074-0.002-0.161-0.002-0.248-0.002-7.205 0-13.046 5.841-13.046 13.046 0 0.087 0.001 0.174 0.003 0.261v-0.013 107.172c-0.002 0.074-0.002 0.161-0.002 0.248 0 7.205 5.841 13.046 13.046 13.046 0.087 0 0.174-0.001 0.261-0.003h-0.013c0.068 0.001 0.147 0.002 0.227 0.002 7.216 0 13.066-5.85 13.066-13.066 0-0.080-0.001-0.16-0.002-0.239v0.012-93.983h32.358c0.074 0.002 0.161 0.002 0.248 0.002 7.205 0 13.046-5.841 13.046-13.046 0-0.087-0.001-0.174-0.003-0.261v0.013c0.002-0.074 0.002-0.161 0.002-0.248 0-7.205-5.841-13.046-13.046-13.046-0.087 0-0.174 0.001-0.261 0.003h0.013zM174.674 880.763c-0.995 0.099-1.9 0.414-2.69 0.896l0.028-0.016c-0.881 0.451-1.331 0.901-2.212 1.331-0.862 0.465-1.594 1.054-2.204 1.752l-0.008 0.009c-2.462 2.331-3.994 5.622-3.994 9.272 0 0.016 0 0.033 0 0.049v-0.003c-0.012 0.137-0.018 0.295-0.018 0.456 0 0.797 0.165 1.556 0.463 2.243l-0.014-0.037c0.099 0.995 0.414 1.9 0.896 2.69l-0.016-0.028c0.43 0.881 0.881 1.331 1.331 2.212 0.466 0.862 1.054 1.594 1.752 2.204l0.009 0.008c0.616 0.717 1.348 1.312 2.171 1.762l0.040 0.020c0.881 0.451 1.331 0.881 2.212 1.331s1.761 0.451 2.662 0.901c0.807 0.176 1.735 0.277 2.686 0.277 3.618 0 6.895-1.459 9.275-3.821l-0.001 0.001c0.681-0.637 1.265-1.365 1.737-2.167l0.025-0.045c0.43-0.901 0.881-1.331 1.311-2.212s0.451-1.761 0.901-2.662c0-0.881 0.43-1.761 0.43-2.662 0.003-0.095 0.004-0.207 0.004-0.318 0-3.559-1.539-6.759-3.987-8.97l-0.011-0.009c-2.422-2.983-6.090-4.874-10.199-4.874-0.014 0-0.029 0-0.043 0h0.002c-0.187-0.022-0.404-0.035-0.624-0.035-0.695 0-1.36 0.125-1.975 0.355l0.039-0.013zM119.255 884.306c-0.68 0.637-1.264 1.365-1.737 2.166l-0.025 0.045c-0.451 0.881-0.881 1.331-1.331 2.212s-0.451 1.761-0.881 2.662c0 0.901-0.43 1.782-0.43 2.662-0.003 0.101-0.005 0.219-0.005 0.338 0 3.559 1.539 6.759 3.988 8.971l0.011 0.009c2.434 2.265 5.709 3.655 9.308 3.655s6.874-1.39 9.317-3.662l-0.008 0.008c2.45-2.33 3.973-5.613 3.973-9.252 0-0.023 0-0.047 0-0.070v0.004c0.012-0.135 0.018-0.293 0.018-0.452 0-0.798-0.165-1.558-0.462-2.247l0.014 0.037c-0.098-0.995-0.412-1.9-0.896-2.69l0.016 0.028c-0.364-0.845-0.81-1.574-1.344-2.228l0.013 0.017c-0.467-0.861-1.055-1.593-1.752-2.204l-0.009-0.008c-1.691-2.446-4.48-4.028-7.639-4.028-0.281 0-0.56 0.013-0.834 0.037l0.036-0.003c-0.137-0.006-0.298-0.009-0.459-0.009-3.519 0-6.687 1.507-8.892 3.912l-0.008 0.009zM66.007 884.306c-0.688 0.637-1.279 1.365-1.757 2.167l-0.025 0.045c-0.43 0.881-0.881 1.331-1.331 2.212s-0.43 1.761-0.881 2.662c0 0.901-0.451 1.782-0.451 2.662-0.011 0.131-0.017 0.283-0.017 0.436 0 0.805 0.172 1.571 0.482 2.261l-0.014-0.035c0.098 0.995 0.413 1.9 0.896 2.69l-0.016-0.028c0.451 0.881 0.881 1.331 1.331 2.212 0.473 0.862 1.068 1.594 1.772 2.203l0.010 0.008c2.434 2.265 5.709 3.655 9.308 3.655s6.874-1.39 9.317-3.662l-0.008 0.008c0.681-0.637 1.265-1.365 1.737-2.167l0.025-0.045c0.43-0.901 0.881-1.331 1.311-2.212s0.451-1.782 0.901-2.662c0-0.881 0.43-1.761 0.43-2.662 0.012-0.135 0.018-0.293 0.018-0.452 0-0.798-0.165-1.558-0.462-2.247l0.014 0.037c-0.098-0.997-0.421-1.903-0.916-2.688l0.015 0.025c-0.362-0.845-0.802-1.573-1.326-2.231l0.015 0.020c-0.468-0.861-1.056-1.593-1.752-2.204l-0.009-0.008c-2.221-2.459-5.421-3.998-8.98-3.998-0.119 0-0.238 0.002-0.356 0.005h0.017c-0.107-0.003-0.233-0.005-0.36-0.005-3.518 0-6.684 1.506-8.889 3.908l-0.008 0.009z" />
30
+ <glyph unicode="&#xe914;" glyph-name="site-title" horiz-adv-x="656" d="M57.61-64c-0.030 0-0.066 0-0.103 0-31.761 0-57.508 25.747-57.508 57.508 0 0.043 0 0.086 0 0.13v-0.007 908.739c0 0.037 0 0.080 0 0.123 0 31.761 25.747 57.508 57.508 57.508 0.036 0 0.072 0 0.108 0h540.809c0.030 0 0.066 0 0.103 0 31.761 0 57.508-25.747 57.508-57.508 0-0.043 0-0.086 0-0.13v0.007-908.739c0-0.036 0-0.080 0-0.123 0-31.761-25.747-57.508-57.508-57.508-0.029 0-0.058 0-0.086 0h0.004zM26.583-6.369c0-0.055-0.001-0.12-0.001-0.185 0-17.034 13.809-30.843 30.843-30.843 0.065 0 0.13 0 0.195 0.001h540.805c0.055 0 0.12-0.001 0.185-0.001 17.034 0 30.843 13.809 30.843 30.843 0 0.065 0 0.13-0.001 0.195v-0.010 837.816h-602.829zM629.473 858.051v44.319c0 0.055 0.001 0.12 0.001 0.185 0 17.034-13.809 30.843-30.843 30.843-0.065 0-0.13 0-0.195-0.001h-540.805c-0.055 0-0.12 0.001-0.185 0.001-17.034 0-30.843-13.809-30.843-30.843 0-0.065 0-0.13 0.001-0.195v0.010-44.319zM137.421 104.387c-0.068-0.001-0.147-0.002-0.227-0.002-7.216 0-13.066 5.85-13.066 13.066 0 0.080 0.001 0.16 0.002 0.239v-0.012c-0.001 0.068-0.002 0.147-0.002 0.227 0 7.216 5.85 13.066 13.066 13.066 0.080 0 0.16-0.001 0.239-0.002h381.203c0.068 0.001 0.147 0.002 0.227 0.002 7.216 0 13.066-5.85 13.066-13.066 0-0.080-0.001-0.16-0.002-0.239v0.012c0.001-0.068 0.002-0.147 0.002-0.227 0-7.216-5.85-13.066-13.066-13.066-0.080 0-0.16 0.001-0.239 0.002h0.012zM137.421 210.78c-0.068-0.001-0.147-0.002-0.227-0.002-7.216 0-13.066 5.85-13.066 13.066 0 0.080 0.001 0.16 0.002 0.239v-0.012c-0.001 0.074-0.002 0.161-0.002 0.248 0 7.216 5.85 13.066 13.066 13.066 0.080 0 0.16-0.001 0.24-0.002h381.203c0.068 0.001 0.148 0.002 0.228 0.002 7.216 0 13.066-5.85 13.066-13.066 0-0.087-0.001-0.174-0.003-0.261v0.013c0.001-0.068 0.002-0.147 0.002-0.227 0-7.216-5.85-13.066-13.066-13.066-0.080 0-0.16 0.001-0.239 0.002h0.012zM137.421 321.597c-0.068-0.001-0.147-0.002-0.227-0.002-7.216 0-13.066 5.85-13.066 13.066 0 0.080 0.001 0.16 0.002 0.239v-0.012c-0.001 0.068-0.002 0.147-0.002 0.227 0 7.216 5.85 13.066 13.066 13.066 0.080 0 0.16-0.001 0.239-0.002h381.203c0.068 0.001 0.147 0.002 0.227 0.002 7.216 0 13.066-5.85 13.066-13.066 0-0.080-0.001-0.16-0.002-0.239v0.012c0.001-0.068 0.002-0.147 0.002-0.227 0-7.216-5.85-13.066-13.066-13.066-0.080 0-0.16 0.001-0.239 0.002h0.012zM137.421 427.991c-0.068-0.001-0.148-0.002-0.228-0.002-7.216 0-13.066 5.85-13.066 13.066 0 0.087 0.001 0.174 0.003 0.261v-0.013c-0.001 0.068-0.002 0.147-0.002 0.227 0 7.216 5.85 13.066 13.066 13.066 0.080 0 0.16-0.001 0.239-0.002h381.203c0.068 0.001 0.147 0.002 0.227 0.002 7.216 0 13.066-5.85 13.066-13.066 0-0.080-0.001-0.16-0.002-0.239v0.012c0.001-0.074 0.002-0.161 0.002-0.248 0-7.216-5.85-13.066-13.066-13.066-0.080 0-0.16 0.001-0.24 0.002h0.012zM294.789 589.783v75.366c0 0.009 0 0.021 0 0.032 0 0.769 0.060 1.525 0.174 2.262l-0.011-0.082h-15.688c-0.068-0.001-0.148-0.002-0.228-0.002-7.216 0-13.066 5.85-13.066 13.066 0 0.087 0.001 0.174 0.003 0.261v-0.013c-0.001 0.068-0.002 0.147-0.002 0.227 0 7.216 5.85 13.066 13.066 13.066 0.080 0 0.16-0.001 0.239-0.002h53.236c0.068 0.001 0.147 0.002 0.227 0.002 7.216 0 13.066-5.85 13.066-13.066 0-0.080-0.001-0.16-0.002-0.239v0.012c0.001-0.074 0.002-0.161 0.002-0.248 0-7.216-5.85-13.066-13.066-13.066-0.080 0-0.16 0.001-0.24 0.002h-11.232c0.104-0.655 0.164-1.411 0.164-2.18 0-0.011 0-0.022 0-0.034v0.002-75.366c0.001-0.068 0.002-0.147 0.002-0.227 0-7.216-5.85-13.066-13.066-13.066-0.080 0-0.16 0.001-0.239 0.002h0.012c-0.086-0.002-0.188-0.003-0.29-0.003-7.216 0-13.066 5.85-13.066 13.066 0 0.102 0.001 0.204 0.003 0.305v-0.015zM219.443 589.783v93.164c-0.002 0.074-0.002 0.161-0.002 0.248 0 7.205 5.841 13.046 13.046 13.046 0.087 0 0.174-0.001 0.261-0.003h-0.013c0.068 0.001 0.147 0.002 0.227 0.002 7.216 0 13.066-5.85 13.066-13.066 0-0.080-0.001-0.16-0.002-0.239v0.012-93.082c0.001-0.068 0.002-0.147 0.002-0.227 0-7.216-5.85-13.066-13.066-13.066-0.080 0-0.16 0.001-0.239 0.002h0.012c-0.080-0.002-0.174-0.003-0.268-0.003-7.205 0-13.046 5.841-13.046 13.046 0 0.080 0.001 0.16 0.002 0.24v-0.012zM148.521 589.783v75.366c0.004 0.784 0.063 1.55 0.175 2.299l-0.011-0.087h-15.688c-0.068-0.001-0.148-0.002-0.228-0.002-7.216 0-13.066 5.85-13.066 13.066 0 0.087 0.001 0.174 0.003 0.261v-0.013c-0.001 0.068-0.002 0.147-0.002 0.227 0 7.216 5.85 13.066 13.066 13.066 0.080 0 0.16-0.001 0.239-0.002h53.236c0.068 0.001 0.147 0.002 0.227 0.002 7.216 0 13.066-5.85 13.066-13.066 0-0.080-0.001-0.16-0.002-0.239v0.012c0.001-0.074 0.002-0.161 0.002-0.248 0-7.216-5.85-13.066-13.066-13.066-0.080 0-0.16 0.001-0.24 0.002h-11.232c0.104-0.655 0.164-1.411 0.164-2.18 0-0.011 0-0.022 0-0.034v0.002-75.366c0.001-0.068 0.002-0.147 0.002-0.227 0-7.216-5.85-13.066-13.066-13.066-0.080 0-0.16 0.001-0.239 0.002h0.012c-0.092-0.002-0.201-0.004-0.31-0.004-7.216 0-13.066 5.85-13.066 13.066 0 0.102 0.001 0.204 0.004 0.305v-0.015zM381.235 578.703c-0.068-0.001-0.147-0.002-0.227-0.002-7.216 0-13.066 5.85-13.066 13.066 0 0.080 0.001 0.16 0.002 0.239v-0.012 88.74c-0.001 0.068-0.002 0.147-0.002 0.227 0 7.216 5.85 13.066 13.066 13.066 0.080 0 0.16-0.001 0.239-0.002h-0.012c0.068 0.001 0.147 0.002 0.227 0.002 7.216 0 13.066-5.85 13.066-13.066 0-0.080-0.001-0.16-0.002-0.239v0.012-75.366h26.624c0.068 0.001 0.147 0.002 0.227 0.002 7.216 0 13.066-5.85 13.066-13.066 0-0.080-0.001-0.16-0.002-0.239v0.012c0.001-0.068 0.002-0.147 0.002-0.227 0-7.216-5.85-13.066-13.066-13.066-0.080 0-0.16 0.001-0.239 0.002h0.012zM470.794 580.465c-0.060-0.001-0.131-0.002-0.203-0.002-4.616 0-8.674 2.386-11.010 5.992l-0.031 0.051c-3.657 2.366-6.043 6.425-6.043 11.041 0 0.071 0.001 0.142 0.002 0.213v-0.011 76.78c-0.001 0.060-0.002 0.132-0.002 0.203 0 4.434 2.202 8.354 5.572 10.726l0.042 0.028c2.269 4.060 6.541 6.76 11.444 6.76 0.081 0 0.161-0.001 0.242-0.002h37.671c0.068 0.001 0.147 0.002 0.227 0.002 7.216 0 13.066-5.85 13.066-13.066 0-0.080-0.001-0.16-0.002-0.239v0.012c0.001-0.068 0.002-0.147 0.002-0.227 0-7.216-5.85-13.066-13.066-13.066-0.080 0-0.16 0.001-0.239 0.002h-28.353v-15.954h28.365c0.068 0.001 0.147 0.002 0.227 0.002 7.216 0 13.066-5.85 13.066-13.066 0-0.080-0.001-0.16-0.002-0.239v0.012c0.001-0.074 0.002-0.161 0.002-0.248 0-7.216-5.85-13.066-13.066-13.066-0.080 0-0.16 0.001-0.24 0.002h-28.353v-15.954h28.365c0.068 0.001 0.147 0.002 0.227 0.002 7.216 0 13.066-5.85 13.066-13.066 0-0.080-0.001-0.16-0.002-0.239v0.012c0.001-0.068 0.002-0.147 0.002-0.227 0-7.216-5.85-13.066-13.066-13.066-0.080 0-0.16 0.001-0.239 0.002h0.012zM174.674 880.579c-0.995 0.099-1.9 0.414-2.69 0.896l0.028-0.016c-0.881 0.451-1.331 0.901-2.212 1.331-0.862 0.465-1.594 1.054-2.204 1.752l-0.008 0.009c-0.678 0.638-1.262 1.366-1.736 2.166l-0.025 0.046c-0.451 0.881-0.881 1.331-1.331 2.212s-0.451 1.761-0.881 2.662c0 0.881-0.451 1.761-0.451 2.662-0.011 0.131-0.017 0.283-0.017 0.436 0 0.805 0.172 1.571 0.482 2.261l-0.014-0.035c0.091 0.995 0.407 1.901 0.896 2.689l-0.015-0.026c0.43 0.881 0.881 1.331 1.331 2.212 0.462 0.864 1.051 1.596 1.752 2.204l0.010 0.008c2.434 2.265 5.709 3.655 9.308 3.655s6.874-1.39 9.317-3.662l-0.008 0.008c0.681-0.637 1.265-1.365 1.737-2.167l0.025-0.045c0.451-0.901 0.881-1.331 1.331-2.212s0.43-1.782 0.881-2.662c0-0.881 0.451-1.761 0.451-2.662 0.003-0.098 0.004-0.212 0.004-0.327 0-3.556-1.539-6.753-3.987-8.961l-0.011-0.010c-1.884-2.953-5.143-4.884-8.853-4.884-0.157 0-0.312 0.003-0.467 0.010l0.022-0.001c-0.082-0.004-0.177-0.007-0.274-0.007-0.875 0-1.704 0.199-2.443 0.554l0.034-0.015zM129.905 880.128v0zM128.573 880.128c-0.125-0.010-0.271-0.016-0.419-0.016-0.811 0-1.583 0.172-2.279 0.48l0.036-0.014c-0.995 0.098-1.9 0.412-2.69 0.896l0.028-0.016c-0.881 0.451-1.331 0.901-2.212 1.331-0.864 0.463-1.596 1.052-2.204 1.752l-0.008 0.009c-2.462 2.331-3.994 5.622-3.994 9.272 0 0.016 0 0.033 0 0.049v-0.003c-0.003 0.101-0.005 0.219-0.005 0.338 0 3.559 1.539 6.759 3.988 8.971l0.011 0.009c2.434 2.265 5.709 3.655 9.308 3.655s6.874-1.39 9.317-3.662l-0.008 0.008c2.45-2.33 3.973-5.613 3.973-9.252 0-0.023 0-0.047 0-0.070v0.004c0.012-0.135 0.018-0.293 0.018-0.452 0-0.798-0.165-1.558-0.462-2.247l0.014 0.037c-0.098-0.995-0.412-1.9-0.896-2.69l0.016 0.028c-0.364-0.845-0.81-1.574-1.344-2.228l0.013 0.017c-0.467-0.861-1.055-1.593-1.752-2.204l-0.009-0.008c-0.639-0.677-1.367-1.26-2.166-1.736l-0.046-0.025c-0.881-0.451-1.331-0.901-2.212-1.331s-1.782-0.451-2.662-0.881zM75.325 880.128c-0.103-0.003-0.225-0.005-0.347-0.005-3.557 0-6.754 1.539-8.961 3.988l-0.010 0.011c-0.688 0.637-1.279 1.365-1.757 2.167l-0.025 0.045c-0.43 0.881-0.881 1.331-1.331 2.212s-0.43 1.761-0.881 2.662c0 0.901-0.451 1.782-0.451 2.662-0.011 0.131-0.017 0.283-0.017 0.436 0 0.805 0.172 1.571 0.482 2.261l-0.014-0.035c0.098 0.995 0.413 1.9 0.896 2.69l-0.016-0.028c0.451 0.881 0.881 1.331 1.331 2.212 0.473 0.862 1.068 1.594 1.772 2.203l0.010 0.008c2.371 2.364 5.642 3.825 9.255 3.825 0.958 0 1.892-0.103 2.792-0.298l-0.086 0.016c0.995-0.096 1.9-0.411 2.69-0.896l-0.027 0.016c0.845-0.368 1.573-0.814 2.23-1.345l-0.018 0.014c0.863-0.472 1.595-1.067 2.203-1.772l0.008-0.010c2.462-2.338 3.994-5.634 3.994-9.289 0-0.010 0-0.021 0-0.031v0.002c0.012-0.135 0.018-0.293 0.018-0.452 0-0.798-0.165-1.558-0.462-2.247l0.014 0.037c-0.098-0.997-0.421-1.903-0.916-2.688l0.015 0.025c-0.362-0.845-0.802-1.573-1.326-2.231l0.015 0.020c-0.468-0.861-1.056-1.593-1.752-2.204l-0.009-0.008c-0.639-0.677-1.367-1.26-2.166-1.736l-0.046-0.025c-0.881-0.451-1.331-0.901-2.212-1.331s-1.761-0.451-2.662-0.881z" />
31
+ <glyph unicode="&#xe915;" glyph-name="slider-wd" horiz-adv-x="1372" d="M343.752 69.565c-193.322 17.585-343.614 178.893-343.614 375.304 0 193.721 146.204 353.294 334.289 374.397l1.712 0.156c91.454 87.024 215.473 140.561 351.997 140.561 137.86 0 262.969-54.59 354.891-143.332l-0.15 0.144c186.66-24.512 329.267-182.589 329.267-373.975 0-195.85-149.338-356.821-340.354-375.251l-1.534-0.12c-90.178-81.525-210.306-131.413-342.086-131.413-132.887 0-253.925 50.729-344.806 133.878l0.388-0.35zM688.195-32.835c0.122 0 0.267 0 0.411 0 124.177 0 237.317 47.254 322.42 124.76l-0.383-0.344c1.316 1.911 3.008 3.468 4.979 4.591l0.074 0.039c94.468 87.913 153.373 212.95 153.373 351.746 0 132.711-53.854 252.844-140.9 339.736l-0.007 0.007c-3.604 1.606-6.444 4.388-8.084 7.849l-0.042 0.098c-85.969 81.662-202.478 131.891-330.719 131.891-265.42 0-480.586-215.165-480.586-480.586 0-137.18 57.476-260.935 149.66-348.499l0.207-0.195c2.060-1.204 3.765-2.796 5.063-4.689l0.034-0.053c84.994-78.327 198.958-126.353 324.14-126.353 0.133 0 0.266 0 0.399 0h-0.020zM1200.195 448c0-0.112 0-0.244 0-0.376 0-132.399-50.456-253.013-133.189-343.663l0.359 0.399c157.543 34.572 273.714 172.947 273.714 338.455 0 161.378-110.446 296.961-259.873 335.282l-2.399 0.522c75.481-88.348 121.411-203.919 121.411-330.218 0-0.141 0-0.282 0-0.422v0.021zM31.165 444.883c0.313-166.142 117.533-304.816 273.765-338.16l2.27-0.406c-81.293 90.116-131.028 210.075-131.028 341.65 0 127.964 47.042 244.941 124.777 334.58l-0.538-0.634c-155.191-35.416-269.248-172.259-269.248-335.742 0-0.453 0.001-0.905 0.003-1.358v0.070zM1031.769 349.162c-18.187 1.046-43.142 28.583-60.817 51.979-0.967 0.982-1.692 2.205-2.078 3.57l-0.014 0.059v-37.843c0-8.606-6.977-15.583-15.583-15.583s-15.583 6.977-15.583 15.583v0 141.891c-0.003 0.111-0.005 0.242-0.005 0.373 0 7.054 4.817 12.982 11.341 14.675l0.105 0.023c5.187 1.558 51.979 13 79.538-7.279 11.498-8.803 18.923-22.425 19.233-37.794l0.001-0.050c0.074-1.278 0.116-2.773 0.116-4.277 0-29.535-16.23-55.279-40.257-68.801l-0.396-0.205c7.645-9.555 16.374-17.789 26.116-24.688l0.397-0.267c7.935-0.944 14.029-7.633 14.029-15.745 0-0.131-0.002-0.261-0.005-0.391v0.019c0.002-0.094 0.003-0.204 0.003-0.315 0-8.151-6.608-14.759-14.759-14.759-0.111 0-0.221 0.001-0.331 0.004h0.016zM968.86 495.75v-78.915c1.627 4.414 5.273 7.736 9.786 8.883l0.098 0.021c22.305 6.928 38.276 27.248 38.578 51.343v0.035c0.030 0.361 0.047 0.78 0.047 1.204 0 5.294-2.64 9.971-6.674 12.787l-0.051 0.033c-6.385 3.643-14.031 5.791-22.179 5.791-1.133 0-2.257-0.042-3.369-0.123l0.149 0.009c-5.8-0.037-11.472-0.4-17.050-1.071l0.71 0.070zM815.527 379.837c-9.692 10.206-15.653 24.035-15.653 39.258 0 0.998 0.026 1.99 0.076 2.976l-0.006-0.138v12.466h-9.35c-8.606 0-15.583 6.977-15.583 15.583s6.977 15.583 15.583 15.583h9.35v44.299c-0.002 0.080-0.002 0.175-0.002 0.27 0 8.459 6.857 15.315 15.315 15.315 0.095 0 0.189-0.001 0.284-0.003h70.152c8.606 0 15.583-6.977 15.583-15.583s-6.977-15.583-15.583-15.583h-54.539v-28.583h38.467c8.606 0 15.583-6.977 15.583-15.583s-6.977-15.583-15.583-15.583h-38.467v-13.512c0.006-7.478 2.976-14.262 7.798-19.241l-0.007 0.007c9.787-8.232 22.53-13.234 36.44-13.234 1.811 0 3.602 0.085 5.369 0.251l-0.226-0.017c0.080 0.002 0.175 0.002 0.27 0.002 8.459 0 15.315-6.857 15.315-15.315 0-0.095-0.001-0.189-0.003-0.284v0.014c0.003-0.106 0.004-0.232 0.004-0.357 0-8.643-6.957-15.661-15.577-15.76h-0.009c-1.821-0.136-3.944-0.214-6.085-0.214-22.757 0-43.47 8.756-58.952 23.083l0.057-0.052zM663.218 356.975c-8.141 0.484-14.559 7.204-14.559 15.423 0 0.056 0 0.112 0.001 0.168v-0.009 136.771c-0.001 0.047-0.001 0.103-0.001 0.159 0 8.219 6.419 14.939 14.517 15.421l0.042 0.002c1.786 0.117 3.872 0.183 5.974 0.183 23.204 0 44.516-8.102 61.261-21.631l-0.185 0.145c15.443-14.766 25.043-35.531 25.043-58.539 0-1.333-0.032-2.659-0.096-3.977l0.007 0.186c0.164-1.884 0.257-4.076 0.257-6.29 0-21.82-9.062-41.522-23.629-55.55l-0.024-0.023c-16.437-13.862-37.853-22.286-61.237-22.286-0.768 0-1.534 0.009-2.298 0.027l0.113-0.002zM679.847 389.209c11.773 1.474 22.247 6.137 30.786 13.087l-0.11-0.087c8.466 8.998 13.667 21.15 13.667 34.517 0 1.39-0.056 2.767-0.167 4.129l0.012-0.179c0.072 1.020 0.112 2.21 0.112 3.41 0 14.048-5.597 26.789-14.682 36.114l0.011-0.011c-8.040 6.92-18.188 11.602-29.36 12.973l-0.269 0.027zM575.889 372.58v136.749c0 8.606 6.977 15.583 15.583 15.583s15.583-6.977 15.583-15.583v0-136.704c0-8.606-6.977-15.583-15.583-15.583v0c-0.067-0.001-0.146-0.002-0.225-0.002-8.459 0-15.315 6.857-15.315 15.315 0 0.095 0.001 0.189 0.003 0.283v-0.014zM479.722 356.998c-0.080-0.002-0.175-0.002-0.27-0.002-8.459 0-15.315 6.857-15.315 15.315 0 0.095 0.001 0.189 0.003 0.284v-0.014 136.749c0 8.606 6.977 15.583 15.583 15.583s15.583-6.977 15.583-15.583v0-121.121h29.629c0.080 0.002 0.175 0.002 0.27 0.002 8.459 0 15.315-6.857 15.315-15.315 0-0.095-0.001-0.189-0.003-0.284v0.014c0-8.606-6.977-15.583-15.583-15.583v0zM346.646 369.464c-0.147 0.809-0.231 1.74-0.231 2.691 0 7.629 5.405 13.995 12.595 15.479l0.102 0.018c11.915 2.042 22.458 6.807 31.331 13.635l-0.166-0.123c8.904 15.071 4.675 19.745-16.629 33.792-15.028 7.418-26.287 20.551-31.057 36.487l-0.108 0.422c-6.233 42.095 55.096 56.142 61.863 57.7 0.937 0.203 2.013 0.319 3.117 0.319 8.499 0 15.389-6.89 15.389-15.389 0-7.396-5.217-13.573-12.172-15.053l-0.101-0.018c-16.117-3.629-38.467-14.024-37.421-22.261 0.512-4.163 10.396-10.908 17.675-15.583 17.675-11.954 50.421-34.304 24.954-76.934-0.624-0.485-1.026-1.229-1.046-2.067v-0.003c-13.2-12.893-30.31-21.836-49.386-24.886l-0.522-0.069c-0.77-0.336-1.667-0.531-2.61-0.531-0.178 0-0.355 0.007-0.529 0.021l0.023-0.001c-0.040 0-0.087-0.001-0.135-0.001-7.388 0-13.538 5.3-14.855 12.306l-0.015 0.094zM1241.734 394.93c-3.621 2.879-5.922 7.284-5.922 12.226 0 3.642 1.249 6.991 3.342 9.644l-0.025-0.033 17.675 22.862-17.675 22.261c-1.833 2.523-2.932 5.682-2.932 9.099 0 8.606 6.977 15.583 15.583 15.583 4.727 0 8.962-2.104 11.819-5.427l0.017-0.021 24.487-31.699c0.85-0.882 1.553-1.913 2.065-3.048l0.027-0.068c0.983-1.896 1.559-4.14 1.559-6.518 0-0.056 0-0.113-0.001-0.169v0.009c-0.034-2.433-0.605-4.725-1.6-6.774l0.042 0.095c-0.54-1.203-1.243-2.234-2.096-3.12l0.003 0.003-24.954-32.234c-2.859-3.497-7.173-5.711-12.004-5.711-3.508 0-6.743 1.167-9.338 3.135l0.039-0.028zM109.679 400.696l-24.954 32.234c-0.838 0.884-1.534 1.915-2.042 3.047l-0.028 0.069c-0.983 1.891-1.559 4.129-1.559 6.502 0 0.062 0 0.124 0.001 0.185v-0.009c0.032 2.433 0.603 4.726 1.6 6.773l-0.042-0.095c0.536 1.202 1.232 2.232 2.075 3.121l-0.005-0.005 24.954 31.699c2.875 3.343 7.11 5.448 11.837 5.448 8.606 0 15.583-6.977 15.583-15.583 0-3.416-1.099-6.575-2.963-9.144l0.031 0.045-17.675-22.261 17.675-22.862c2.068-2.62 3.317-5.97 3.317-9.611 0-4.942-2.301-9.347-5.89-12.202l-0.032-0.024c-2.385-2.248-5.608-3.63-9.154-3.63-0.069 0-0.138 0.001-0.206 0.002h0.010c-0.005 0-0.011 0-0.017 0-5.11 0-9.645 2.459-12.487 6.259l-0.029 0.041z" />
32
+ <glyph unicode="&#xe916;" glyph-name="testimonial-carousel" horiz-adv-x="656" d="M57.631-64c-0.036 0-0.080 0-0.123 0-31.761 0-57.508 25.747-57.508 57.508 0 0.043 0 0.086 0 0.13v-0.007 908.739c0 0.036 0 0.080 0 0.123 0 31.761 25.747 57.508 57.508 57.508 0.043 0 0.086 0 0.13 0h540.808c0.036 0 0.080 0 0.123 0 31.761 0 57.508-25.747 57.508-57.508 0-0.043 0-0.086 0-0.13v0.007-908.739c0-0.036 0-0.080 0-0.123 0-31.761-25.747-57.508-57.508-57.508-0.043 0-0.086 0-0.13 0h0.007zM26.624-6.369c0-0.049 0-0.107 0-0.164 0-17.034 13.809-30.843 30.843-30.843 0.058 0 0.115 0 0.173 0h540.806c0.055 0 0.12-0.001 0.185-0.001 17.034 0 30.843 13.809 30.843 30.843 0 0.065 0 0.13-0.001 0.195v-0.010 837.796h-602.849zM629.473 858.051v44.319c0 0.049 0 0.107 0 0.164 0 17.034-13.809 30.843-30.843 30.843-0.065 0-0.13 0-0.195-0.001h-540.805c-0.049 0-0.107 0-0.164 0-17.034 0-30.843-13.809-30.843-30.843 0-0.058 0-0.115 0-0.173v0.009-44.319zM215.88 279.552c-4.96 1.888-8.42 6.603-8.42 12.127 0 0.1 0.001 0.199 0.003 0.298v-0.015 31.908h-25.19c-0.061 0-0.133-0.001-0.205-0.001-17.554 0-31.785 14.231-31.785 31.785 0 0.065 0 0.13 0.001 0.195v-0.010 148.91c0 0.037 0 0.080 0 0.124 0 17.554 14.231 31.785 31.785 31.785 0.072 0 0.144 0 0.216-0.001h-0.011l96.645 0.266v21.012c0 0.037 0 0.080 0 0.123 0 17.554 14.231 31.785 31.785 31.785 0.043 0 0.087 0 0.13 0l163.116-0.451c0.037 0 0.080 0 0.123 0 17.554 0 31.785-14.231 31.785-31.785 0-0.043 0-0.087 0-0.13v0.007-141.312c0-0.037 0-0.080 0-0.123 0-17.554-14.231-31.785-31.785-31.785-0.043 0-0.087 0-0.13 0h-25.429v-31.908c-0.063-5.579-3.481-10.344-8.328-12.378l-0.089-0.033c-1.331 0-3.092-0.451-4.874-0.451-0.051-0.001-0.112-0.001-0.172-0.001-3.827 0-7.255 1.71-9.562 4.408l-0.014 0.017-36.864 40.776h-11.366v-28.447c0-0.037 0-0.080 0-0.123 0-17.554-14.231-31.785-31.785-31.785-0.043 0-0.087 0-0.13 0h0.007l-78.029-0.451-36.864-40.776c-2.475-2.59-5.903-4.252-9.718-4.423l-0.031-0.001c-1.747 0.084-3.391 0.393-4.946 0.898l0.134-0.037zM182.272 510.505c-2.927-0.034-5.291-2.398-5.325-5.322v-148.934c0.034-2.927 2.398-5.291 5.322-5.325h33.693c10.023-0.035 18.14-8.145 18.186-18.161v-5.759l16.384 18.186c3.392 3.457 8.076 5.636 13.269 5.754h0.022l81.572 0.451c3.026 0.012 5.504 2.341 5.753 5.304l0.001 0.021v37.663c-0.285 1.057-0.45 2.27-0.451 3.522v107.275c-0.034 2.927-2.398 5.291-5.322 5.325h-53.251c-0.009 0-0.020 0-0.031 0-0.997 0-1.969 0.104-2.907 0.303l0.091-0.016zM305.5 558.387v-20.828h39.895c0.037 0 0.080 0 0.123 0 17.554 0 31.785-14.231 31.785-31.785 0-0.043 0-0.087 0-0.13v0.007-94.515h15.073c5.215-0.119 9.899-2.298 13.289-5.752l0.003-0.003 16.384-18.186v5.755c0.046 10.014 8.152 18.119 18.161 18.166h33.694c2.927 0.034 5.291 2.398 5.325 5.322v141.315c-0.034 2.927-2.398 5.291-5.322 5.325h-0.003l-163.123 0.451c-2.882-0.008-5.231-2.279-5.365-5.128v-0.012zM553.738 396.145c-3.077 2.46-5.032 6.213-5.032 10.423 0 3.103 1.062 5.958 2.842 8.222l-0.022-0.029 15.073 19.497-15.073 19.067c-1.815 2.248-2.913 5.141-2.913 8.29 0 7.318 5.932 13.251 13.251 13.251 4.256 0 8.044-2.007 10.468-5.126l0.022-0.030 20.828-27.034c0.715-0.755 1.307-1.635 1.738-2.603l0.023-0.059c0.84-1.619 1.333-3.535 1.333-5.566 0-0.067-0.001-0.133-0.002-0.199v0.010c-0.020-2.095-0.509-4.072-1.367-5.836l0.036 0.081c-0.453-1.027-1.045-1.908-1.765-2.666l0.004 0.004-21.279-27.484c-2.326-2.98-5.918-4.877-9.954-4.877-0.101 0-0.201 0.001-0.301 0.004h0.015c-0.006 0-0.013 0-0.020 0-3.005 0-5.777 1-8 2.686l0.033-0.024zM84.234 401.019l-21.279 27.484c-0.723 0.754-1.321 1.635-1.758 2.604l-0.024 0.059c-0.84 1.619-1.333 3.535-1.333 5.566 0 0.067 0.001 0.133 0.002 0.199v-0.010c0.020 2.095 0.509 4.072 1.367 5.836l-0.036-0.081c0.461 1.027 1.059 1.908 1.785 2.666l-0.003-0.003 21.279 27.034c2.449 3.036 6.168 4.961 10.337 4.961 7.318 0 13.251-5.932 13.251-13.251 0-3.062-1.038-5.881-2.782-8.124l0.022 0.030-15.073-19.067 15.073-19.497c1.753-2.236 2.812-5.089 2.812-8.19 0-4.209-1.951-7.963-4.997-10.406l-0.026-0.020c-2.038-1.928-4.797-3.114-7.833-3.114-0.054 0-0.109 0-0.163 0.001h0.008c-0.006 0-0.013 0-0.021 0-4.328 0-8.17 2.078-10.584 5.291l-0.024 0.034z" />
33
+ <glyph unicode="&#xe917;" glyph-name="wd-facebook-feed" d="M625.778 709.689c5.689 5.689 17.067 11.378 39.822 11.378h85.333c22.756 0 39.822 17.067 39.822 39.822v147.911c0 22.756-17.067 39.822-39.822 39.822h-125.156c-73.956 0-136.533-22.756-182.044-68.267-45.511-51.2-68.267-113.778-68.267-187.733v-85.333h-102.4c-22.756-5.689-39.822-22.756-39.822-45.511v-159.289c0-22.756 17.067-39.822 39.822-39.822h102.4v-375.467c0-22.756 17.067-39.822 39.822-39.822h164.978c22.756 0 39.822 17.067 39.822 39.822v375.467h125.156c22.756 0 39.822 17.067 39.822 39.822v159.289c0 17.067-5.689 28.444-22.756 34.133-5.689 5.689-11.378 5.689-22.756 5.689h-125.156v73.956c5.689 22.756 11.378 28.444 11.378 34.133zM750.933 897.422v0 0zM603.022 561.778h142.222v-153.6h-142.222c-11.378 0-22.756-11.378-22.756-22.756v-392.533h-159.289v392.533c0 11.378-11.378 22.756-22.756 22.756h-125.156v153.6h119.467c11.378 0 22.756 11.378 22.756 22.756v108.089c5.689 130.844 85.333 210.489 210.489 210.489h125.156v-142.222h-79.644c-22.756 0-51.2 0-73.956-22.756-17.067-17.067-17.067-39.822-17.067-62.578v-91.022c0-11.378 11.378-22.756 22.756-22.756z" />
34
+ <glyph unicode="&#xe918;" glyph-name="wd-instagram-feed" d="M711.111 954.311h-403.911c-164.978 0-307.2-136.533-307.2-307.2v-403.911c0-170.667 136.533-307.2 307.2-307.2h403.911c170.667 0 307.2 136.533 307.2 307.2v403.911c0 170.667-136.533 307.2-307.2 307.2zM972.8 243.2c0-147.911-119.467-261.689-261.689-261.689h-403.911c-147.911 0-261.689 119.467-261.689 261.689v403.911c0 147.911 119.467 261.689 261.689 261.689h403.911c147.911 0 261.689-119.467 261.689-261.689v-403.911zM512 686.933c-130.844 0-238.933-108.089-238.933-238.933s108.089-238.933 238.933-238.933c130.844 0 238.933 108.089 238.933 238.933s-108.089 238.933-238.933 238.933zM512 248.889c-108.089 0-193.422 85.333-193.422 193.422s85.333 199.111 193.422 199.111 193.422-85.333 193.422-193.422-85.333-199.111-193.422-199.111zM836.267 738.133c0-18.851-15.282-34.133-34.133-34.133s-34.133 15.282-34.133 34.133c0 18.851 15.282 34.133 34.133 34.133s34.133-15.282 34.133-34.133z" />
35
+ <glyph unicode="&#xe919;" glyph-name="animated-heading" horiz-adv-x="656" d="M642.771 751.654h-159.584c-7.345 0-13.299 5.954-13.299 13.299v0 181.749c0 0.021 0 0.045 0 0.070 0 7.345 5.954 13.299 13.299 13.299 3.965 0 7.526-1.736 9.962-4.489l0.012-0.014 159.584-181.749c2.102-2.342 3.387-5.454 3.387-8.866 0-7.345-5.954-13.299-13.299-13.299-0.022 0-0.044 0-0.065 0h0.003zM496.485 778.251h116.896l-116.896 132.987zM598.442-64h-540.814c-31.827 0-57.628 25.801-57.628 57.628v0 908.745c0 31.827 25.801 57.628 57.628 57.628v0h425.558c7.345 0 13.299-5.954 13.299-13.299s-5.954-13.299-13.299-13.299v0h-425.558c-17.138 0-31.030-13.893-31.030-31.030v0-908.745c0-17.138 13.893-31.030 31.030-31.030v0h540.814c17.138 0 31.030 13.893 31.030 31.030v0 771.325c0 7.345 5.954 13.299 13.299 13.299s13.299-5.954 13.299-13.299v0-771.325c0-31.827-25.801-57.628-57.628-57.628v0zM336.9 504.608h-48.008v71.769h-55.234v-71.769h-47.831v176.119h47.831v-65.341h55.234v65.341h48.008zM469.134 504.608h-48.274v93.091c0 11.348 0 21.677 0.709 31.030-3.464-4.098-7.088-7.792-10.966-11.203l-0.116-0.1-19.992-16.49-24.647 30.321 60.42 49.471h42.866zM366.468 141.598h-273.377c-6.121 0-11.082 4.962-11.082 11.082s4.962 11.082 11.082 11.082v0h273.377c6.121 0 11.082-4.962 11.082-11.082s-4.962-11.082-11.082-11.082v0zM469.001 224.803h-375.91c-6.121 0-11.082 4.962-11.082 11.082s4.962 11.082 11.082 11.082v0h375.91c6.121 0 11.082-4.962 11.082-11.082s-4.962-11.082-11.082-11.082v0zM276.125 58.392h-183.034c-6.121 0-11.082 4.962-11.082 11.082s4.962 11.082 11.082 11.082v0h183.034c6.121 0 11.082-4.962 11.082-11.082s-4.962-11.082-11.082-11.082v0zM562.978 313.905h-469.887c-6.121 0-11.082 4.962-11.082 11.082s4.962 11.082 11.082 11.082v0h469.887c6.121 0 11.082-4.962 11.082-11.082s-4.962-11.082-11.082-11.082v0zM339.427 407.528c-32.449 0-58.825 0.443-78.684 1.419-40.738 1.95-50.801 4.965-51.156 15.294-0.31 8.866 2.926 14.673 73.143 23.317 39.896 4.921 93.579 9.442 147.704 12.501-28.535 1.463-61.955 2.296-95.569 2.296-63.852 0-127.001-3.007-189.315-8.887l7.961 0.607c-0.259-0.027-0.56-0.042-0.864-0.042-4.92 0-8.908 3.988-8.908 8.908 0 4.615 3.51 8.411 8.006 8.863l0.037 0.003c55.38 5.389 119.722 8.462 184.782 8.462 15.533 0 31.025-0.175 46.474-0.524l-2.297 0.041c115.255-2.394 121.284-11.038 123.545-14.274 1.103-1.544 1.763-3.471 1.763-5.551 0-1.563-0.373-3.040-1.035-4.345l0.025 0.055c-2.571-5.275-4.433-9.398-67.823-12.9-78.64-4.433-140.035-10.595-176.385-16.003 25.844-1.241 69.552-1.995 143.36-0.931v0c4.896 0 8.866-3.969 8.866-8.866s-3.969-8.866-8.866-8.866v0c-23.583-0.399-45.127-0.576-64.765-0.576z" />
36
+ <glyph unicode="&#xe91a;" glyph-name="menu-button" d="M0 106.667h1024v113.778h-1024v-113.778zM0 391.111h1024v113.778h-1024v-113.778zM0 789.333v-113.778h1024v113.778h-1024z" />
37
+ <glyph unicode="&#xe91b;" glyph-name="bag-light" horiz-adv-x="820" d="M818.918 61.832l-56.268 690.533c-0.52 6.817-6.179 12.152-13.085 12.152-0.013 0-0.025 0-0.038 0h-144.585c0.028 1.234 0.044 2.687 0.044 4.145 0 107.768-87.363 195.131-195.131 195.131s-195.131-87.363-195.131-195.131c0-1.457 0.016-2.911 0.048-4.361l-0.004 0.216h-144.323c-0.013 0-0.027 0-0.042 0-6.923 0-12.602-5.326-13.163-12.104l-0.003-0.048-57.236-690.533c-0.243-2.822-0.382-6.106-0.382-9.422 0-64.34 52.158-116.498 116.498-116.498 0.010 0 0.021 0 0.031 0h587.066c64.163 0.233 116.087 52.301 116.087 116.497 0 3.317-0.139 6.601-0.41 9.847l0.029-0.424zM241.185 764.869c-0.028 1.147-0.044 2.499-0.044 3.854 0 93.179 75.536 168.715 168.715 168.715s168.715-75.536 168.715-168.715c0-1.355-0.016-2.707-0.048-4.054l0.004 0.2h-337.341zM769.519-8.613c-16.379-17.834-39.807-28.971-65.835-28.971-0.135 0-0.269 0-0.404 0.001h-586.782c-0.145-0.001-0.317-0.001-0.488-0.001-49.653 0-89.905 40.252-89.905 89.905 0 2.635 0.113 5.244 0.336 7.821l-0.023-0.335 55.651 678.029h132.084v-88.056c0-7.295 5.914-13.208 13.208-13.208s13.208 5.914 13.208 13.208v0 88.32h337.958v-88.056c0-7.295 5.914-13.208 13.208-13.208s13.208 5.914 13.208 13.208v0 88.056h132.084l55.563-678.029c0.249-2.497 0.39-5.397 0.39-8.331 0-23.312-8.951-44.533-23.605-60.414l0.056 0.061z" />
38
+ <glyph unicode="&#xe91c;" glyph-name="bag-medium" horiz-adv-x="825" d="M824.076 72.745l-54.853 672.652c-1.1 13.308-12.172 23.692-25.67 23.692-0.029 0-0.058 0-0.087 0h-128.758c-6.417 106.926-94.701 191.212-202.671 191.212s-196.253-84.285-202.644-190.649l-0.027-0.563h-128.762c-0.025 0-0.054 0-0.083 0-13.498 0-24.57-10.384-25.664-23.599l-0.006-0.093-54.423-672.652c-0.272-3.111-0.428-6.731-0.428-10.387 0-69.785 56.572-126.357 126.357-126.358h572.046c69.674 0.147 126.099 56.663 126.099 126.358 0 3.656-0.155 7.276-0.46 10.853l0.032-0.466zM412.038 908.495c0.052 0 0.114 0 0.176 0 79.312 0 144.399-60.908 151.038-138.501l0.039-0.562h-301.818c6.702 77.961 71.485 138.745 150.533 139.063h0.032zM753.428 11.626c-13.58-14.846-33.038-24.122-54.662-24.122-0.127 0-0.254 0-0.381 0.001h-572.026c-0.076 0-0.166 0-0.256 0-41.34 0-74.854 33.513-74.854 74.854 0 2.176 0.093 4.33 0.275 6.458l-0.019-0.277 53.222 649.389h104.555v-72.536c0-14.223 11.53-25.752 25.752-25.752s25.752 11.53 25.752 25.752v0 72.536h303.191v-72.536c0-14.223 11.53-25.752 25.752-25.752s25.752 11.53 25.752 25.752v0 72.536h104.297l53.222-649.389c0.19-1.986 0.299-4.293 0.299-6.626 0-19.467-7.561-37.168-19.908-50.327l0.037 0.040z" />
39
+ <glyph unicode="&#xe91d;" glyph-name="bag-solid" horiz-adv-x="793" d="M792.942 47.655l-56.62 690.445h-131.379v13.561c0.028 1.275 0.044 2.777 0.044 4.283 0 115.063-93.277 208.34-208.34 208.34s-208.34-93.277-208.34-208.34c0-1.506 0.016-3.008 0.048-4.507l-0.004 0.224v-13.561h-131.379l-56.972-690.445c-0.221-2.532-0.347-5.478-0.347-8.453 0-56.997 46.205-103.201 103.201-103.201 0.029 0 0.058 0 0.087 0h587.063c57.040 0.007 103.276 46.249 103.276 103.289 0 2.944-0.123 5.86-0.365 8.742l0.025-0.377zM241.185 751.66c-0.028 1.102-0.044 2.399-0.044 3.7 0 85.884 69.623 155.506 155.506 155.506s155.506-69.623 155.506-155.506c0-1.301-0.016-2.599-0.048-3.892l0.004 0.192v-13.561h-310.925z" />
40
+ <glyph unicode="&#xe91e;" glyph-name="play" d="M517.662-64v0c-283.068 2.676-512.161 230.018-517.654 512.146l-0.008 0.516c-0.009 1.144-0.015 2.495-0.015 3.848 0 138.812 56.572 264.411 147.918 355l0.034 0.034c92.751 94.11 221.614 152.412 364.095 152.412 139.634 0 266.189-55.996 358.436-146.756l-0.068 0.067c94.613-86.993 153.692-211.361 153.692-349.527 0-3.289-0.033-6.571-0.1-9.845l0.008 0.489c0.011-1.252 0.017-2.731 0.017-4.212 0-140.502-56.494-267.808-148.006-360.444l0.051 0.051-5.662-5.722c-90.587-90.090-214.931-146.317-352.406-148.055l-0.332-0.003zM512 904.403c-0.548 0.002-1.197 0.004-1.847 0.004-127.565 0-242.34-54.763-322.096-142.063l-0.304-0.337c-80.726-77.637-130.874-186.562-130.874-307.201 0-2.118 0.015-4.232 0.046-6.342l-0.004 0.319c4.66-249.596 205.551-450.76 454.597-455.853l0.481-0.008c125.007 1.612 237.554 53.641 318.492 136.639l0.092 0.095 5.662 5.722c80.815 79.636 130.881 190.284 130.881 312.626 0 2.328-0.018 4.652-0.054 6.971l0.004-0.35c0.005 0.803 0.008 1.753 0.008 2.704 0 123.567-49.99 235.459-130.85 316.554l0.011-0.011c-84.096 80.575-198.343 130.265-324.194 130.53h-0.052zM659.878 437.278l-261.662-176.369v352.738z" />
41
+ <glyph unicode="&#xe91f;" glyph-name="basket-light" horiz-adv-x="1195" d="M1097.207 745.505h-301.282v15.199c0.029 1.26 0.045 2.745 0.045 4.233 0 110.068-89.228 199.296-199.296 199.296s-199.296-89.228-199.296-199.296c0-1.488 0.016-2.973 0.049-4.454l-0.004 0.22v-15.199h-300.023c-53.772-0.051-97.348-43.628-97.4-97.395v-8.999c0.306-53.578 43.785-96.9 97.395-96.95h0.005l51.263-526.48c4.368-45.034 42.025-79.952 87.837-79.952 0.073 0 0.147 0 0.22 0h719.469c0.089 0 0.194-0.001 0.299-0.001 45.813 0 83.47 34.918 87.809 79.592l0.028 0.361 50.903 526.21h1.979c53.772 0.051 97.348 43.628 97.4 97.395v8.999c-0.153 53.694-43.691 97.169-97.395 97.22h-0.005zM1017.525 18.56c-3.038-31.307-29.217-55.58-61.065-55.58-0.064 0-0.127 0-0.191 0h-719.47c-0.051 0-0.112 0-0.173 0-31.83 0-57.989 24.282-60.964 55.332l-0.019 0.248-50.543 521.623h943.238zM423.954 760.704c-0.029 1.172-0.045 2.552-0.045 3.936 0 95.167 77.148 172.315 172.315 172.315s172.315-77.148 172.315-172.315c0-1.384-0.016-2.764-0.049-4.141l0.004 0.204v-15.199h-344.091zM1167.446 639.562c-0.051-38.808-31.446-70.266-70.225-70.419h-999.822c-38.871 0.051-70.368 31.548-70.419 70.414v8.999c0.051 38.871 31.548 70.368 70.414 70.419h300.028v-74.646c0-7.45 6.040-13.49 13.49-13.49s13.49 6.040 13.49 13.49v0 74.646h344.541v-74.646c0-7.45 6.040-13.49 13.49-13.49s13.49 6.040 13.49 13.49v0 74.646h301.282c38.871-0.051 70.368-31.548 70.419-70.414v-0.005zM365.316 85.292h1.349c6.836 0.72 12.117 6.453 12.117 13.42 0 0.468-0.024 0.931-0.070 1.386l0.005-0.057-27.97 285.544c-0.687 6.903-6.464 12.249-13.49 12.249-7.485 0-13.553-6.068-13.553-13.553 0-0.459 0.023-0.913 0.067-1.361l-0.005 0.056 27.7-285.544c0.705-6.85 6.446-12.148 13.423-12.148 0.15 0 0.3 0.002 0.448 0.007l-0.022-0.001zM528.728 85.292h1.349c6.882 0.725 12.198 6.496 12.198 13.51 0 0.436-0.021 0.868-0.061 1.294l0.004-0.054-27.7 285.544c-0.687 6.903-6.464 12.249-13.49 12.249-7.485 0-13.553-6.068-13.553-13.553 0-0.459 0.023-0.913 0.067-1.361l-0.005 0.056 27.79-285.544c0.708-6.84 6.434-12.129 13.399-12.141h0.001zM663.271 85.292h1.259c6.988 0.007 12.739 5.291 13.485 12.080l0.005 0.061 27.61 285.544c0.040 0.391 0.063 0.845 0.063 1.304 0 7.485-6.068 13.553-13.553 13.553-7.026 0-12.803-5.346-13.486-12.193l-0.005-0.056-27.52-285.544c-0.041-0.396-0.065-0.855-0.065-1.32 0-6.998 5.329-12.752 12.15-13.425l0.056-0.004zM826.683 85.292h1.349c6.966 0.012 12.693 5.302 13.395 12.083l0.005 0.058 27.61 285.544c0.040 0.391 0.063 0.845 0.063 1.304 0 7.485-6.068 13.553-13.553 13.553-7.026 0-12.803-5.346-13.486-12.193l-0.005-0.056-27.52-285.544c-0.036-0.372-0.057-0.803-0.057-1.24 0-7.013 5.316-12.785 12.139-13.505l0.059-0.005z" />
42
+ <glyph unicode="&#xe920;" glyph-name="basket-medium" horiz-adv-x="1190" d="M1082.447 751.011h-280.404v1.665c0.028 1.269 0.044 2.763 0.044 4.262 0 114.502-92.822 207.324-207.324 207.324s-207.324-92.822-207.324-207.324c0-1.499 0.016-2.994 0.048-4.485l-0.004 0.223v-1.665h-279.44c-59.65-0.050-107.993-48.393-108.043-108.038v-8.768c0.31-55.335 42.137-100.806 95.896-106.859l0.493-0.045 48.545-501.485c4.86-50.582 47.143-89.817 98.589-89.817 0.089 0 0.178 0 0.267 0h700.996c0.077 0 0.169 0 0.261 0 51.464 0 93.766 39.227 98.637 89.412l0.032 0.405 48.545 501.31c55.061 5.483 97.726 51.494 97.878 107.502v8.779c-0.297 59.339-48.346 107.358-107.669 107.605h-0.024zM439.796 752.676c-0.028 1.096-0.044 2.387-0.044 3.682 0 85.465 69.283 154.748 154.748 154.748s154.748-69.283 154.748-154.748c0-1.295-0.016-2.586-0.048-3.873l0.004 0.191v-1.665h-309.408zM991.841 30.899c-2.313-23.84-22.247-42.324-46.499-42.324-0.042 0-0.083 0-0.125 0h-701.004c-0.132-0.001-0.288-0.002-0.445-0.002-24.345 0-44.34 18.627-46.51 42.406l-0.013 0.182-47.844 494.212h890.107zM1138.002 634.644c-0.050-30.614-24.854-55.418-55.463-55.467h-974.496c-30.614 0.050-55.418 24.854-55.467 55.463v8.768c0.050 30.614 24.854 55.418 55.463 55.467h279.182v-59.586c0-14.518 11.769-26.288 26.288-26.288s26.288 11.769 26.288 26.288v0 59.586h309.408v-59.586c0-14.518 11.769-26.288 26.288-26.288s26.288 11.769 26.288 26.288v0 59.586h280.404c30.614-0.050 55.418-24.854 55.467-55.463v-0.005zM369.082 81.46h2.541c13.394 1.327 23.769 12.536 23.769 26.167 0 0.845-0.040 1.68-0.118 2.505l0.008-0.105-27.252 278.476c-1.339 13.451-12.597 23.869-26.288 23.869-14.586 0-26.41-11.824-26.41-26.41 0-0.895 0.045-1.779 0.131-2.651l-0.009 0.11 26.901-278.213c1.335-13.386 12.54-23.753 26.165-23.753 0.197 0 0.394 0.002 0.59 0.006l-0.029-0.001zM528.298 81.46h2.541c13.394 1.327 23.769 12.536 23.769 26.167 0 0.845-0.040 1.68-0.118 2.505l0.008-0.105-26.901 278.476c-1.339 13.451-12.597 23.869-26.288 23.869-14.586 0-26.41-11.824-26.41-26.41 0-0.895 0.045-1.779 0.131-2.651l-0.009 0.11 26.989-278.213c1.338-13.383 12.541-23.747 26.165-23.747 0.043 0 0.087 0 0.13 0h-0.007zM658.073 81.547h2.629c0.037 0 0.080 0 0.123 0 13.624 0 24.827 10.363 26.156 23.637l0.009 0.11 26.726 278.126c0.078 0.762 0.123 1.646 0.123 2.541 0 14.586-11.824 26.41-26.41 26.41-13.691 0-24.949-10.418-26.279-23.759l-0.009-0.11-26.638-278.476c-0.065-0.695-0.103-1.504-0.103-2.321 0-13.598 10.324-24.784 23.562-26.148l0.112-0.009zM817.377 81.547h2.541c0.037 0 0.080 0 0.123 0 13.624 0 24.827 10.363 26.156 23.637l0.009 0.11 26.726 278.126c0.078 0.762 0.123 1.646 0.123 2.541 0 14.586-11.824 26.41-26.41 26.41-13.691 0-24.949-10.418-26.279-23.759l-0.009-0.11-26.638-278.476c-0.065-0.693-0.102-1.498-0.102-2.312 0-13.629 10.371-24.835 23.651-26.157l0.11-0.009z" />
43
+ <glyph unicode="&#xe921;" glyph-name="basket-solid" horiz-adv-x="1222" d="M1110.967 745.505h-287.792v1.709c0.029 1.302 0.045 2.836 0.045 4.374 0 117.519-95.268 212.786-212.786 212.786s-212.786-95.268-212.786-212.786c0-1.538 0.016-3.073 0.049-4.603l-0.004 0.229v-1.709h-286.803c-61.222-0.051-110.839-49.668-110.89-110.885v-8.999c0.357-61.008 49.846-110.339 110.88-110.44h15.029l49.464-511.37c3.832-38.187 35.777-67.76 74.641-67.811h719.485c0.020 0 0.044 0 0.068 0 38.873 0 70.831 29.607 74.554 67.502l0.025 0.309 49.554 511.37h16.728c61.202 0.102 110.788 49.688 110.89 110.88v9.004c-0.304 60.84-49.517 110.085-110.316 110.44h-0.034zM381.414 58.402h-2.608c-0.038 0-0.082 0-0.126 0-13.983 0-25.481 10.637-26.845 24.26l-0.009 0.113-27.52 285.454c-0.080 0.782-0.126 1.69-0.126 2.608 0 14.97 12.136 27.106 27.106 27.106 14.052 0 25.607-10.693 26.971-24.385l0.009-0.113 27.43-285.813c0.067-0.711 0.105-1.538 0.105-2.373 0-13.988-10.644-25.489-24.275-26.847l-0.112-0.009zM544.826 58.402h-2.608c-0.038 0-0.082 0-0.126 0-13.983 0-25.481 10.637-26.845 24.26l-0.009 0.113-27.52 285.454c-0.080 0.782-0.126 1.69-0.126 2.608 0 14.97 12.136 27.106 27.106 27.106 14.052 0 25.607-10.693 26.971-24.385l0.009-0.113 27.43-285.813c0.067-0.711 0.105-1.538 0.105-2.373 0-13.988-10.644-25.489-24.275-26.847l-0.112-0.009zM704.911 82.684c-1.373-13.736-12.872-24.373-26.854-24.373-0.044 0-0.089 0-0.133 0h-2.691c-13.622 1.491-24.128 12.933-24.128 26.829 0 0.877 0.042 1.743 0.124 2.598l-0.008-0.109 27.61 285.544c1.374 13.806 12.929 24.498 26.981 24.498 14.97 0 27.106-12.136 27.106-27.106 0-0.918-0.046-1.826-0.135-2.721l0.009 0.113zM868.323 82.684c-1.373-13.736-12.872-24.373-26.854-24.373-0.044 0-0.089 0-0.133 0h-2.601c-13.664 1.448-24.217 12.911-24.217 26.839 0 0.873 0.041 1.737 0.123 2.589l-0.008-0.109 27.61 285.544c1.374 13.806 12.929 24.498 26.981 24.498 14.97 0 27.106-12.136 27.106-27.106 0-0.918-0.046-1.826-0.135-2.721l0.009 0.113zM451.384 747.214c-0.029 1.125-0.045 2.45-0.045 3.779 0 87.717 71.108 158.825 158.825 158.825s158.825-71.108 158.825-158.825c0-1.329-0.016-2.654-0.049-3.975l0.004 0.196v-1.709h-317.561zM1167.896 626.071c-0.051-31.42-25.508-56.878-56.924-56.929h-1000.082c-31.42 0.051-56.878 25.508-56.929 56.924v8.999c0.051 31.42 25.508 56.878 56.924 56.929h286.538v-61.156c0-14.901 12.080-26.981 26.981-26.981s26.981 12.080 26.981 26.981v0 61.156h317.561v-61.156c0-14.901 12.080-26.981 26.981-26.981s26.981 12.080 26.981 26.981v0 61.156h287.792c31.42-0.051 56.878-25.508 56.929-56.924v-0.005z" />
44
+ <glyph unicode="&#xe922;" glyph-name="cart-light" horiz-adv-x="1102" d="M361.527 304.327h571.095c19.623 0.006 36.194 13.062 41.507 30.961l0.078 0.306 126.476 442.509c1.069 3.583 1.684 7.699 1.684 11.96 0 23.917-19.388 43.305-43.305 43.305-0.015 0-0.030 0-0.045 0h-761.041l-20.558 92.707c-4.355 19.537-21.541 33.925-42.088 33.925-0.070 0-0.141 0-0.211-0.001h-191.813c-23.154-1.014-41.542-20.032-41.542-43.344s18.388-42.33 41.451-43.341l0.091-0.003h157.039l110.060-495.428c-33.331-18.424-55.528-53.364-55.528-93.489 0-58.799 47.666-106.465 106.465-106.465 0.065 0 0.13 0 0.195 0h571.085c23.154 1.014 41.542 20.032 41.542 43.344s-18.388 42.33-41.451 43.341l-0.091 0.003h-571.095c-10.965 0-19.855 8.889-19.855 19.855s8.889 19.855 19.855 19.855v0zM361.527 241.168h571.095c10.458-0.676 18.685-9.324 18.685-19.894s-8.227-19.218-18.626-19.891l-0.059-0.003h-571.095c-0.035 0-0.077 0-0.118 0-45.891 0-83.093 37.202-83.093 83.093 0 33.92 20.324 63.092 49.459 76.004l0.53 0.21c4.29 1.807 7.247 5.976 7.247 10.836 0 0.784-0.077 1.551-0.224 2.292l0.012-0.075-114.203 513.876c-1.218 5.266-5.862 9.133-11.411 9.146h-166.421c-10.458 0.676-18.685 9.324-18.685 19.894s8.227 19.218 18.626 19.891l0.059 0.003h191.824c0.014 0 0.031 0 0.048 0 9.455 0 17.36-6.635 19.313-15.503l0.024-0.131 22.591-101.618c1.188-5.269 5.829-9.146 11.375-9.146 0.041 0 0.081 0 0.121 0.001h770.417c11.002-0.009 19.917-8.93 19.917-19.933 0-1.949-0.28-3.832-0.801-5.613l0.035 0.141-126.476-442.274c-2.478-8.354-10.071-14.349-19.069-14.383h-571.099c-23.917 0-43.305-19.388-43.305-43.305s19.388-43.305 43.305-43.305v0zM468.539 144.239c-57.504 0-104.12-46.616-104.12-104.12s46.616-104.12 104.12-104.12c57.504 0 104.12 46.616 104.12 104.12v0c-0.045 57.486-46.634 104.075-104.116 104.12h-0.004zM468.539-40.55c-44.552 0-80.669 36.117-80.669 80.669s36.117 80.669 80.669 80.669c44.552 0 80.669-36.117 80.669-80.669v0c-0.044-44.534-36.135-80.625-80.665-80.669h-0.004zM825.61 144.239c-57.504 0-104.12-46.616-104.12-104.12s46.616-104.12 104.12-104.12c57.504 0 104.12 46.616 104.12 104.12v0c-0.045 57.486-46.634 104.075-104.116 104.12h-0.004zM825.61-40.55c-44.552 0-80.669 36.117-80.669 80.669s36.117 80.669 80.669 80.669c44.552 0 80.669-36.117 80.669-80.669v0c-0.044-44.534-36.135-80.625-80.665-80.669h-0.004z" />
45
+ <glyph unicode="&#xe923;" glyph-name="cart-medium" horiz-adv-x="1101" d="M364.896 296.081h558.309c24.44 0.055 45.059 16.353 51.638 38.668l0.096 0.382 123.568 432.678c1.415 4.575 2.23 9.835 2.23 15.286 0 29.543-23.949 53.493-53.493 53.493-0.166 0-0.332-0.001-0.498-0.002h-734.81l-18.111 81.232c-5.39 24.289-26.747 42.183-52.283 42.183-0.076 0-0.152 0-0.227 0h-187.823c-29.733 0-53.836-24.103-53.836-53.836s24.103-53.836 53.836-53.836v0h144.583l103.852-467.296c-31.927-20.91-52.724-56.513-52.724-96.974 0-63.813 51.731-115.544 115.544-115.544 0.052 0 0.104 0 0.156 0h558.301c29.733 0 53.836 24.103 53.836 53.836s-24.103 53.836-53.836 53.836v0h-558.309c-4.389 0-7.947 3.558-7.947 7.947s3.558 7.947 7.947 7.947v0zM364.896 234.336h558.309c4.41 0 7.986-3.575 7.986-7.986s-3.575-7.986-7.986-7.986v0h-558.309c-0.049 0-0.106 0-0.164 0-38.49 0-69.693 31.203-69.693 69.693 0 28.552 17.169 53.093 41.746 63.863l0.448 0.175c8.17 3.626 13.765 11.668 13.765 21.016 0 1.76-0.198 3.474-0.574 5.12l0.030-0.154-111.57 502.142c-2.356 10.35-11.48 17.958-22.381 17.958-0.003 0-0.007 0-0.010 0h-162.999c-4.41 0-7.986 3.575-7.986 7.986s3.575 7.986 7.986 7.986v0h187.835c3.721-0.118 6.8-2.728 7.631-6.211l0.011-0.055 22.085-99.343c2.385-10.312 11.49-17.882 22.364-17.882 0.009 0 0.019 0 0.028 0h753.479c2.61-0.025 4.925-1.27 6.405-3.19l0.014-0.019c0.985-1.273 1.578-2.893 1.578-4.651 0-0.823-0.13-1.615-0.371-2.357l0.015 0.054-123.721-432.831c-1.015-3.327-4.047-5.709-7.639-5.731h-558.312c-29.712 0-53.798-24.086-53.798-53.798s24.086-53.798 53.798-53.798v0zM469.512 162.503c-62.547 0-113.251-50.704-113.251-113.251s50.704-113.251 113.251-113.251c62.547 0 113.251 50.704 113.251 113.251v0c-0.087 62.512-50.739 113.165-113.243 113.251h-0.008zM469.512-18.149c-37.224 0-67.401 30.176-67.401 67.401s30.176 67.401 67.401 67.401c37.224 0 67.401-30.176 67.401-67.401v0c-0.043-37.207-30.194-67.357-67.396-67.401h-0.004zM818.589 162.503c-62.547 0-113.251-50.704-113.251-113.251s50.704-113.251 113.251-113.251c62.547 0 113.251 50.704 113.251 113.251v0c-0.087 62.512-50.739 113.165-113.243 113.251h-0.008zM818.589-18.149c-37.224 0-67.401 30.176-67.401 67.401s30.176 67.401 67.401 67.401c37.224 0 67.401-30.176 67.401-67.401v0c-0.043-37.207-30.194-67.357-67.396-67.401h-0.004z" />
46
+ <glyph unicode="&#xe924;" glyph-name="cart-solid" horiz-adv-x="1104" d="M358 313.040h584.48c0.061 0 0.134-0.001 0.206-0.001 14.627 0 26.961 9.813 30.779 23.215l0.055 0.226 129.44 452.88c0.873 2.777 1.376 5.971 1.376 9.282 0 17.673-14.327 32-32 32-0.118 0-0.236-0.001-0.354-0.002h-788.702l-23.12 104c-3.175 14.593-15.982 25.361-31.304 25.361-0.076 0-0.152 0-0.228-0.001h-196.628c-17.872 0-32.36-14.488-32.36-32.36s14.488-32.36 32.36-32.36v0h170.64l116.8-525.68c-34.749-15.256-58.579-49.365-58.579-89.040 0-53.55 43.41-96.96 96.96-96.96 0.063 0 0.126 0 0.189 0h584.47c17.872 0 32.36 14.488 32.36 32.36s-14.488 32.36-32.36 32.36v0h-584.48c-17.872 0-32.36 14.488-32.36 32.36s14.488 32.36 32.36 32.36v0zM467.52 125.12c-52.224 0-94.56-42.336-94.56-94.56s42.336-94.56 94.56-94.56c52.224 0 94.56 42.336 94.56 94.56v0c-0.046 52.206-42.354 94.514-94.556 94.56h-0.004zM832.96 125.12c-52.224 0-94.56-42.336-94.56-94.56s42.336-94.56 94.56-94.56c52.224 0 94.56 42.336 94.56 94.56v0c-0.046 52.206-42.354 94.514-94.556 94.56h-0.004z" />
47
+ <glyph unicode="&#xe925;" glyph-name="arrow-up" d="M460.8 714.24l-439.808-440.32c-12.972-12.972-20.996-30.893-20.996-50.688 0-39.59 32.094-71.684 71.684-71.684 19.795 0 37.716 8.023 50.688 20.996v0l389.632 389.12 389.12-389.632c12.972-12.972 30.893-20.996 50.688-20.996 39.59 0 71.684 32.094 71.684 71.684 0 19.795-8.023 37.716-20.996 50.688v0l-439.296 440.832c-12.972 12.973-30.893 20.997-50.688 20.997s-37.716-8.024-50.688-20.997v0z" />
48
+ <glyph unicode="&#xe926;" glyph-name="search" d="M964.728 52.073l-229.376 238.592c56.552 67.087 90.92 154.488 90.92 249.916 0 214.805-174.134 388.939-388.939 388.939s-388.939-174.134-388.939-388.939c0-214.796 174.12-388.925 388.913-388.939h0.002c0.276-0.001 0.604-0.001 0.932-0.001 83.168 0 160.176 26.374 223.118 71.214l-1.179-0.798 231.123-240.399c9.273-9.658 22.292-15.659 36.713-15.659 28.093 0 50.867 22.774 50.867 50.867 0 13.672-5.394 26.084-14.17 35.225l0.016-0.017zM437.308 828.386c158.85 0 287.624-128.773 287.624-287.624s-128.773-287.624-287.624-287.624c-158.85 0-287.624 128.773-287.624 287.624v0c0.171 158.781 128.842 287.452 287.607 287.624h0.016z" />
49
+ <glyph unicode="&#xe927;" glyph-name="redo" d="M891.723 312.952c-4.741 1.586-10.201 2.501-15.874 2.501-23.897 0-44.001-16.238-49.881-38.282l-0.082-0.361c-36.535-133.984-156.234-231.209-298.96-233.229l-0.229-0.003h-6.024c-170.22 1.927-308.504 136.029-317.107 304.379l-0.032 0.773c0 0.191-0.001 0.418-0.001 0.644 0 87.804 34.158 167.631 89.911 226.916l-0.16-0.172c50.401 53.255 119.256 88.592 196.287 95.743l1.225 0.092-107.701-89.751c-12.124-10.19-19.776-25.363-19.776-42.323 0-30.473 24.703-55.176 55.176-55.176 13.976 0 26.739 5.197 36.461 13.763l-0.061-0.052 197.451 173.538c9.737 10.047 15.738 23.764 15.738 38.882s-6.002 28.834-15.752 38.896l0.014-0.015-167.514 191.368c-10.37 11.575-25.364 18.825-42.052 18.825-13.625 0-26.121-4.833-35.868-12.878l0.096 0.077c-11.486-9.104-18.788-23.054-18.788-38.71 0-12.756 4.847-24.38 12.801-33.13l-0.036 0.040 83.848-95.654c-181.31-13.323-329.82-139.586-376.198-308.158l-0.694-2.958c-7.84-30.845-12.339-66.256-12.339-102.717 0-198.161 132.901-365.281 314.432-417.090l3.059-0.747c27.024-7.942 58.069-12.511 90.182-12.511 6.162 0 12.285 0.168 18.365 0.5l-0.846-0.037c76.84 0.111 148.997 20.056 211.658 54.986l-2.22-1.136c95.833 56.609 166.663 146.913 196.73 254.25l0.721 3.015c0.573 3.121 0.901 6.713 0.901 10.382 0 24.827-15.021 46.147-36.47 55.366l-0.392 0.15z" />
50
+ <glyph unicode="&#xe928;" glyph-name="undo" d="M132.277 312.952c4.741 1.586 10.201 2.501 15.874 2.501 23.897 0 44.001-16.238 49.881-38.282l0.082-0.361c36.535-133.984 156.234-231.209 298.96-233.229l0.229-0.003h6.024c170.22 1.927 308.504 136.029 317.107 304.379l0.032 0.773c0 0.191 0.001 0.418 0.001 0.644 0 87.804-34.158 167.631-89.911 226.916l0.16-0.172c-50.401 53.255-119.256 88.592-196.287 95.743l-1.225 0.092 107.701-89.751c12.124-10.19 19.776-25.363 19.776-42.323 0-30.473-24.703-55.176-55.176-55.176-13.976 0-26.739 5.197-36.461 13.763l0.061-0.052-197.21 173.538c-9.737 10.047-15.738 23.764-15.738 38.882s6.002 28.834 15.752 38.896l-0.014-0.015 167.273 191.368c10.369 11.559 25.352 18.797 42.026 18.797 13.609 0 26.092-4.822 35.834-12.85l-0.097 0.077c11.486-9.104 18.788-23.054 18.788-38.71 0-12.756-4.847-24.38-12.801-33.13l0.036 0.040-83.787-95.654c181.335-13.297 329.873-139.569 376.259-308.158l0.694-2.957c7.84-30.845 12.339-66.256 12.339-102.717 0-198.161-132.901-365.281-314.432-417.090l-3.059-0.747c-27.024-7.942-58.069-12.511-90.182-12.511-6.162 0-12.285 0.168-18.365 0.5l0.846-0.037c-76.928 0.087-149.172 20.057-211.896 55.046l2.217-1.135c-95.737 56.651-166.48 146.946-196.49 254.25l-0.72 3.015c-0.57 3.112-0.896 6.692-0.896 10.349 0 24.802 14.99 46.103 36.405 55.338l0.391 0.15z" />
51
+ <glyph unicode="&#xe929;" glyph-name="author-box" horiz-adv-x="1234" d="M616.795 358.475c-114.199 0-206.776 92.577-206.776 206.776s92.577 206.776 206.776 206.776c114.199 0 206.776-92.577 206.776-206.776v0c-0.136-114.145-92.632-206.64-206.763-206.776h-0.013zM616.795 736.097c-94.356 0-170.846-76.491-170.846-170.846s76.491-170.846 170.846-170.846c94.356 0 170.846 76.491 170.846 170.846v0c-0.102 94.315-76.532 170.744-170.837 170.846h-0.010zM675.72 627.829c0-32.643-26.462-59.105-59.105-59.105s-59.105 26.462-59.105 59.105c0 32.643 26.462 59.105 59.105 59.105s59.105-26.462 59.105-59.105zM567.332 545.849h98.508c40.421 0 61.141-44.134 61.141-151.085l-113.778-17.965-107.789 17.965c0 106.951 21.558 151.085 61.919 151.085zM825.488 123.973h-417.385c-9.922 0-17.965 8.043-17.965 17.965s8.043 17.965 17.965 17.965v0h417.385c9.922 0 17.965-8.043 17.965-17.965s-8.043-17.965-17.965-17.965v0zM983.040 207.27h-732.489c-9.922 0-17.965 8.043-17.965 17.965s8.043 17.965 17.965 17.965v0h732.489c9.922 0 17.965-8.043 17.965-17.965s-8.043-17.965-17.965-17.965v0zM1155.743-64h-1077.895c-42.994 0-77.848 34.854-77.848 77.848v0 868.304c0 42.994 34.854 77.848 77.848 77.848v0h1077.895c42.994 0 77.848-34.854 77.848-77.848v0-868.304c0-42.994-34.854-77.848-77.848-77.848v0zM77.848 924.070c-23.151 0-41.918-18.767-41.918-41.918v0-868.304c0-23.151 18.767-41.918 41.918-41.918v0h1077.895c23.151 0 41.918 18.767 41.918 41.918v0 868.304c0 23.151-18.767 41.918-41.918 41.918v0z" />
52
+ <glyph unicode="&#xe92a;" glyph-name="blockquotes" horiz-adv-x="1234" d="M1215.626 714.48c-4.782 0.002-9.126 1.871-12.344 4.918l0.008-0.008-221.567 209.591c-3.306 3.26-5.354 7.788-5.354 12.794 0 9.922 8.043 17.965 17.965 17.965 4.649 0 8.886-1.766 12.075-4.664l-0.015 0.013 221.567-209.591c3.466-3.282 5.623-7.916 5.623-13.055 0-9.92-8.040-17.962-17.959-17.965v0zM1155.743-64h-1077.895c-42.994 0-77.848 34.854-77.848 77.848v0 868.304c0 42.994 34.854 77.848 77.848 77.848v0h910.222c9.922 0 17.965-8.043 17.965-17.965v0-203.243l209.231 4.012c0.181 0.007 0.393 0.011 0.606 0.011 4.824 0 9.188-1.974 12.326-5.158l0.002-0.002c3.324-3.26 5.385-7.796 5.389-12.814v-710.992c0-42.994-34.854-77.848-77.848-77.848v0zM77.848 924.070c-23.151 0-41.918-18.767-41.918-41.918v0-868.304c0-23.151 18.767-41.918 41.918-41.918v0h1077.895c23.151 0 41.918 18.767 41.918 41.918v0 692.667l-209.231-4.012c-0.181-0.007-0.393-0.011-0.606-0.011-4.824 0-9.188 1.974-12.326 5.158l-0.002 0.002c-3.324 3.26-5.385 7.796-5.389 12.814v203.603zM720.273 334.402c0-1.317-0.599-2.635-0.958-3.952-6.525-21.691-20.293-39.521-38.437-51.101l-0.367-0.219-3.234-2.096c-2.575-1.677-5.090-3.234-7.425-5.030-3.871-2.854-6.354-7.397-6.354-12.519 0-1.187 0.133-2.343 0.386-3.454l-0.020 0.104c0.784-6.362 5.445-11.448 11.516-12.855l0.101-0.020c1.95-0.495 4.189-0.78 6.494-0.78 1.279 0 2.537 0.088 3.77 0.257l-0.143-0.016c25.331 3.168 48.296 8.904 70.090 17.043l-2.123-0.695c33.774 12.695 62.937 34.852 91.621 69.764 39.463 47.906 54.434 101.142 44.433 158.151-10.083 61.061-62.489 107.062-125.64 107.062-11.668 0-22.969-1.57-33.704-4.511l0.893 0.209c-55.811-13.833-108.388-72.219-96.412-153.241 5.988-39.223 27.965-69.105 65.871-88.687 3.952-2.096 8.084-3.892 11.977-5.988l5.988-2.695 1.737-0.838v-1.856h-2.994l2.994-0.479c0.013-0.158 0.021-0.342 0.021-0.527 0-0.364-0.029-0.72-0.086-1.068l0.005 0.038zM715.542 377.458c-37.427 19.342-53.296 49.823-48.625 93.178 4.491 41.918 26.468 70.602 63.536 83.836 10.192 4.074 22.005 6.437 34.369 6.437 16.929 0 32.824-4.429 46.588-12.192l-0.475 0.246c24.387-15.196 41.539-40.048 46.155-69.077l0.074-0.567c1.521-7.893 2.391-16.97 2.391-26.25 0-26.445-7.066-51.239-19.412-72.598l0.373 0.7c-22.683-41.192-57.903-73.106-100.455-91.057l-1.346-0.504c-1.258-0.539-2.575-0.958-3.892-1.437l-11.977-4.431 7.126 8.563c11.316 12.961 19.882 28.63 24.6 45.887l0.191 0.822c0.892 3.667 1.632 8.116 2.065 12.655l0.031 0.4c0.359 2.934 0.719 5.988 1.198 8.743 0.047 0.18 0.074 0.386 0.074 0.599s-0.027 0.419-0.078 0.616l0.004-0.017s0 0-1.617 0.719c-10.659 3.234-19.402 5.988-27.486 8.923-5.306 1.882-9.733 3.842-13.988 6.084l0.574-0.276zM435.829 334.402c0-1.317-0.599-2.635-0.958-3.952-6.525-21.691-20.293-39.521-38.437-51.101l-0.367-0.219-3.234-2.096c-2.575-1.677-5.090-3.234-7.425-5.030-3.871-2.854-6.354-7.397-6.354-12.519 0-1.187 0.133-2.343 0.386-3.454l-0.020 0.104c0.784-6.362 5.445-11.448 11.516-12.855l0.101-0.020c1.95-0.495 4.189-0.78 6.494-0.78 1.279 0 2.537 0.088 3.77 0.257l-0.143-0.016c25.331 3.168 48.296 8.904 70.090 17.043l-2.123-0.695c33.774 12.695 62.937 34.852 91.621 69.764 39.463 47.906 54.434 101.142 44.433 158.151-10.063 61.083-62.48 107.108-125.647 107.108-11.731 0-23.091-1.587-33.877-4.559l0.894 0.21c-55.631-13.833-108.328-72.219-96.472-153.241 5.988-39.223 27.965-69.105 65.871-88.687 3.952-2.096 8.084-3.892 11.977-5.988l5.988-2.695 1.737-0.838v-1.856h-2.994l2.994-0.479c0.114-0.459 0.18-0.986 0.18-1.528 0-0.010 0-0.020 0-0.030v0.002zM431.158 377.458c-37.427 19.342-53.296 49.823-48.625 93.178 4.491 41.918 26.468 70.602 63.536 83.836 10.192 4.074 22.005 6.437 34.369 6.437 16.929 0 32.824-4.429 46.588-12.192l-0.475 0.246c24.387-15.196 41.539-40.048 46.155-69.077l0.074-0.567c1.521-7.893 2.391-16.97 2.391-26.25 0-26.445-7.066-51.239-19.412-72.598l0.373 0.7c-22.683-41.192-57.903-73.106-100.455-91.057l-1.346-0.504c-1.258-0.539-2.575-0.958-3.892-1.437l-11.977-4.431 7.126 8.563c11.316 12.961 19.882 28.63 24.6 45.887l0.191 0.822c0.892 3.667 1.632 8.116 2.065 12.655l0.031 0.4c0.359 2.934 0.719 5.988 1.198 8.743 0.047 0.18 0.074 0.386 0.074 0.599s-0.027 0.419-0.078 0.616l0.004-0.017s0 0-1.617 0.719c-10.659 3.234-19.402 5.988-27.486 8.923-5.306 1.882-9.733 3.842-13.988 6.084l0.574-0.276z" />
53
+ <glyph unicode="&#xe92b;" glyph-name="login" horiz-adv-x="820" d="M398.961 428.052c-3.671 0.003-6.993 1.494-9.398 3.901v0l-94.066 93.977c-2.211 2.368-3.569 5.559-3.569 9.066 0 7.345 5.954 13.299 13.299 13.299 3.507 0 6.698-1.358 9.074-3.576l-0.008 0.007 94.066-93.977c2.403-2.406 3.889-5.728 3.889-9.398s-1.486-6.992-3.889-9.398v0c-2.404-2.407-5.727-3.898-9.397-3.901h-0.001zM304.718 334.562c-7.283 0.080-13.157 6.003-13.157 13.298 0 3.604 1.434 6.873 3.762 9.269l94.019 94.019c2.294 1.933 5.282 3.108 8.545 3.108 7.345 0 13.299-5.954 13.299-13.299 0-3.23-1.151-6.19-3.066-8.494l0.018 0.022-94.022-94.022c-2.404-2.407-5.727-3.898-9.397-3.901h-0.001zM367.931 428.052h-354.632c-7.345 0-13.299 5.954-13.299 13.299s5.954 13.299 13.299 13.299v0h354.632c7.345 0 13.299-5.954 13.299-13.299s-5.954-13.299-13.299-13.299v0zM762.459-64h-540.814c-31.827 0-57.628 25.801-57.628 57.628v0 272.535c0 7.345 5.954 13.299 13.299 13.299s13.299-5.954 13.299-13.299v0-272.535c0-17.138 13.893-31.030 31.030-31.030v0h540.814c17.138 0 31.030 13.893 31.030 31.030v0 908.745c0 17.138-13.893 31.030-31.030 31.030v0h-540.814c-17.138 0-31.030-13.893-31.030-31.030v0-280.337c0-7.345-5.954-13.299-13.299-13.299s-13.299 5.954-13.299 13.299v0 280.337c0 31.827 25.801 57.628 57.628 57.628v0h540.814c31.827 0 57.628-25.801 57.628-57.628v0-908.745c0-31.827-25.801-57.628-57.628-57.628v0z" />
54
+ <glyph unicode="&#xe92c;" glyph-name="media-carousel" horiz-adv-x="1234" d="M936.75 346.798c-4.959 0.005-9.447 2.018-12.695 5.27v0l-61.38 61.38c-3.287 3.265-5.322 7.787-5.322 12.785 0 9.951 8.067 18.017 18.017 18.017 4.953 0 9.439-1.999 12.696-5.233l61.379-61.319c3.282-3.256 5.314-7.768 5.314-12.755 0-9.922-8.043-17.965-17.965-17.965-0.016 0-0.031 0-0.047 0h0.002zM875.251 285.777c-0.013 0-0.029 0-0.044 0-9.922 0-17.965 8.043-17.965 17.965 0 4.957 2.008 9.445 5.254 12.695v0l61.44 61.38c3.199 2.987 7.509 4.822 12.247 4.822 9.922 0 17.965-8.043 17.965-17.965 0-4.738-1.834-9.048-4.831-12.258l-61.37-61.37c-3.248-3.252-7.736-5.265-12.694-5.27h-0.001zM916.51 346.798h-209.591c-9.922 0-17.965 8.043-17.965 17.965s8.043 17.965 17.965 17.965v0h209.591c9.922 0 17.965-8.043 17.965-17.965s-8.043-17.965-17.965-17.965v0zM296.84 346.798c-0.013 0-0.029 0-0.044 0-9.922 0-17.965 8.043-17.965 17.965 0 4.987 2.032 9.499 5.313 12.754l0.001 0.001 61.38 61.5c3.289 3.522 7.96 5.718 13.143 5.718 9.922 0 17.965-8.043 17.965-17.965 0-5.184-2.196-9.855-5.707-13.134l-0.010-0.010-61.38-61.56c-3.248-3.252-7.736-5.265-12.694-5.27h-0.001zM358.34 285.777c-4.959 0.005-9.447 2.018-12.695 5.27v0l-61.38 61.38c-2.987 3.199-4.822 7.509-4.822 12.247 0 9.922 8.043 17.965 17.965 17.965 4.738 0 9.048-1.834 12.258-4.831l-0.010 0.010 61.62-61.38c3.246-3.25 5.254-7.738 5.254-12.695 0-9.922-8.043-17.965-17.965-17.965-0.016 0-0.031 0-0.047 0h0.002zM526.372 346.798h-208.992c-9.922 0-17.965 8.043-17.965 17.965s8.043 17.965 17.965 17.965v0h209.591c9.922 0 17.965-8.043 17.965-17.965s-8.043-17.965-17.965-17.965v0zM975.615 98.463h-717.638c-29.243 0.034-52.937 23.748-52.937 52.996 0 0.042 0 0.084 0 0.126v-0.007 426.906c0.034 29.222 23.714 52.903 52.933 52.937h717.642c29.222-0.034 52.903-23.714 52.937-52.933v-426.909c0-0.036 0-0.078 0-0.12 0-29.248-23.693-52.962-52.933-52.996h-0.003zM257.976 595.492c-9.393 0-17.007-7.614-17.007-17.007v0-426.906c0-9.393 7.614-17.007 17.007-17.007v0h717.638c9.393 0 17.007 7.614 17.007 17.007v426.906c0 9.393-7.614 17.007-17.007 17.007v0zM613.142 98.463c-9.922 0-17.965 8.043-17.965 17.965v0 497.029c0 9.922 8.043 17.965 17.965 17.965s17.965-8.043 17.965-17.965v0-497.029c0-9.922-8.043-17.965-17.965-17.965v0zM1215.626 714.48c-4.782 0.002-9.126 1.871-12.344 4.918l0.008-0.008-221.567 209.591c-3.306 3.26-5.354 7.788-5.354 12.794 0 9.922 8.043 17.965 17.965 17.965 4.649 0 8.886-1.766 12.075-4.664l-0.015 0.013 221.567-209.591c3.466-3.282 5.623-7.916 5.623-13.055 0-9.92-8.040-17.962-17.959-17.965v0zM1155.743-64h-1077.895c-42.994 0-77.848 34.854-77.848 77.848v0 868.304c0 42.994 34.854 77.848 77.848 77.848v0h910.222c9.922 0 17.965-8.043 17.965-17.965v0-203.243l209.231 4.012c0.145 0.004 0.315 0.007 0.486 0.007 4.862 0 9.263-1.971 12.449-5.157v0c3.324-3.26 5.385-7.796 5.389-12.814v-710.992c0-42.994-34.854-77.848-77.848-77.848v0zM77.848 924.070c-23.151 0-41.918-18.767-41.918-41.918v0-868.304c0-23.151 18.767-41.918 41.918-41.918v0h1077.895c23.151 0 41.918 18.767 41.918 41.918v0 692.667l-209.231-4.012c-0.107-0.002-0.233-0.004-0.359-0.004-9.922 0-17.965 8.043-17.965 17.965 0 0.001 0 0.003 0 0.004v0 203.602z" />
55
+ <glyph unicode="&#xe92d;" glyph-name="nav-menu" horiz-adv-x="923" d="M687.138-64h-451.55c-21.542 0.026-38.999 17.482-39.025 39.022v714.461c0.026 21.542 17.482 38.999 39.022 39.025h451.553c21.542-0.026 38.999-17.482 39.025-39.022v-714.461c-0.026-21.542-17.482-38.999-39.022-39.025h-0.002zM235.588 706.003c-9.123 0-16.519-7.396-16.519-16.519v0-714.459c0-9.123 7.396-16.519 16.519-16.519v0h451.55c9.123 0 16.519 7.396 16.519 16.519v0 714.459c0 9.123-7.396 16.519-16.519 16.519v0zM883.701 781.441h-844.676c-21.542 0.026-38.999 17.482-39.025 39.022v100.512c0.026 21.542 17.482 38.999 39.022 39.025h844.679c21.542-0.026 38.999-17.482 39.025-39.022v-100.512c-0.026-21.542-17.482-38.999-39.022-39.025h-0.002zM39.025 937.495c-9.113-0.026-16.494-7.406-16.519-16.517v-100.512c0.026-9.113 7.406-16.494 16.517-16.519h844.678c9.113 0.026 16.494 7.406 16.519 16.517v100.512c-0.026 9.113-7.406 16.494-16.517 16.519h-0.002zM171.042 893.879h-91.822c-5.392 0.368-9.627 4.832-9.627 10.285s4.235 9.917 9.595 10.283l0.032 0.002h91.822c5.392-0.368 9.627-4.832 9.627-10.285s-4.235-9.917-9.595-10.283l-0.032-0.002zM171.042 860.436h-91.822c-5.392 0.368-9.627 4.832-9.627 10.285s4.235 9.917 9.595 10.283l0.032 0.002h91.822c5.392-0.368 9.627-4.832 9.627-10.285s-4.235-9.917-9.595-10.283l-0.032-0.002zM171.042 826.993h-91.822c-5.392 0.368-9.627 4.832-9.627 10.285s4.235 9.917 9.595 10.283l0.032 0.002h91.822c5.392-0.368 9.627-4.832 9.627-10.285s-4.235-9.917-9.595-10.283l-0.032-0.002zM461.363 551.66h-177.793c-7.458 0-13.503 6.046-13.503 13.503s6.046 13.503 13.503 13.503v0h177.793c7.458 0 13.503-6.046 13.503-13.503s-6.046-13.503-13.503-13.503v0zM639.156 619.312h-355.587c-7.458 0-13.503 6.046-13.503 13.503s6.046 13.503 13.503 13.503v0h355.587c7.458 0 13.503-6.046 13.503-13.503s-6.046-13.503-13.503-13.503v0zM461.363 374.857h-177.793c-7.458 0-13.503 6.046-13.503 13.503s6.046 13.503 13.503 13.503v0h177.793c7.458 0 13.503-6.046 13.503-13.503s-6.046-13.503-13.503-13.503v0zM639.156 442.374h-355.587c-7.458 0-13.503 6.046-13.503 13.503s6.046 13.503 13.503 13.503v0h355.587c7.458 0 13.503-6.046 13.503-13.503s-6.046-13.503-13.503-13.503v0zM461.363 197.694h-177.793c-7.458 0-13.503 6.046-13.503 13.503s6.046 13.503 13.503 13.503v0h177.793c7.458 0 13.503-6.046 13.503-13.503s-6.046-13.503-13.503-13.503v0zM639.156 265.345h-355.587c-7.458 0-13.503 6.046-13.503 13.503s6.046 13.503 13.503 13.503v0h355.587c7.458 0 13.503-6.046 13.503-13.503s-6.046-13.503-13.503-13.503v0zM461.363 20.711h-177.793c-7.458 0-13.503 6.046-13.503 13.503s6.046 13.503 13.503 13.503v0h177.793c7.458 0 13.503-6.046 13.503-13.503s-6.046-13.503-13.503-13.503v0zM639.156 88.362h-355.587c-7.458 0-13.503 6.046-13.503 13.503s6.046 13.503 13.503 13.503v0h355.587c7.458 0 13.503-6.046 13.503-13.503s-6.046-13.503-13.503-13.503v0z" />
56
+ <glyph unicode="&#xe92e;" glyph-name="price-list" horiz-adv-x="656" d="M642.771 751.654h-159.584c-7.345 0-13.299 5.954-13.299 13.299v0 181.749c0 0.021 0 0.045 0 0.070 0 7.345 5.954 13.299 13.299 13.299 3.965 0 7.526-1.736 9.962-4.489l0.012-0.014 159.584-181.749c2.102-2.342 3.387-5.454 3.387-8.866 0-7.345-5.954-13.299-13.299-13.299-0.022 0-0.044 0-0.065 0h0.003zM496.485 778.251h116.896l-116.896 132.987zM598.442-64h-540.814c-31.827 0-57.628 25.801-57.628 57.628v0 908.745c0 31.827 25.801 57.628 57.628 57.628v0h425.558c7.345 0 13.299-5.954 13.299-13.299s-5.954-13.299-13.299-13.299v0h-425.558c-17.138 0-31.030-13.893-31.030-31.030v0-908.745c0-17.138 13.893-31.030 31.030-31.030v0h540.814c17.138 0 31.030 13.893 31.030 31.030v0 771.325c0 7.345 5.954 13.299 13.299 13.299s13.299-5.954 13.299-13.299v0-771.325c0-31.827-25.801-57.628-57.628-57.628v0zM365.626 564.009c0.017-0.375 0.027-0.815 0.027-1.257 0-9.433-4.384-17.841-11.226-23.3l-0.060-0.046c-7.832-5.598-17.603-8.951-28.156-8.951-1.011 0-2.015 0.031-3.011 0.091l0.137-0.007c-0.542-0.014-1.179-0.021-1.819-0.021-8.688 0-17.041 1.436-24.835 4.083l0.544-0.16c-3.992 1.489-6.783 5.269-6.783 9.701 0 0.034 0 0.067 0 0.101v-0.005 0.399c0.010 5.77 4.69 10.445 10.462 10.445 1.256 0 2.459-0.221 3.575-0.627l-0.073 0.023c2.083-0.709 3.99-1.286 5.807-1.729 4.424-1.3 9.514-2.073 14.776-2.128h0.030c0.393-0.026 0.852-0.041 1.314-0.041 4.072 0 7.875 1.154 11.099 3.152l-0.090-0.052c2.705 1.917 4.448 5.035 4.448 8.561 0 0.201-0.006 0.4-0.017 0.598l0.001-0.027c0.001 0.057 0.002 0.124 0.002 0.191 0 2.196-0.716 4.224-1.927 5.865l0.019-0.027c-1.532 2.020-3.368 3.715-5.457 5.048l-0.084 0.050c-4.17 2.546-9.146 5.153-14.289 7.454l-0.872 0.348c-6.059 2.673-11.283 5.879-16.006 9.681l0.136-0.106c-3.42 2.943-6.24 6.472-8.329 10.445l-0.093 0.194c-2.015 4.152-3.192 9.031-3.192 14.185 0 9.475 3.979 18.020 10.358 24.056l0.015 0.014c7.189 5.573 16.336 8.933 26.269 8.933 0.849 0 1.692-0.025 2.528-0.073l-0.116 0.005c0.096 0 0.211 0.001 0.325 0.001 5.98 0 11.779-0.777 17.302-2.234l-0.471 0.106c2.216-0.576 4.433-1.241 6.738-1.995 4.148-1.421 7.077-5.286 7.077-9.835 0-1.425-0.287-2.783-0.807-4.019l0.025 0.068c-1.592-3.778-5.264-6.382-9.545-6.382-1.169 0-2.292 0.194-3.339 0.552l0.073-0.022c-2.305 0.798-4.433 1.419-6.295 1.906-3.558 0.931-7.649 1.479-11.863 1.507h-0.018c-0.297 0.020-0.644 0.031-0.994 0.031-3.645 0-7.003-1.229-9.682-3.295l0.037 0.027c-2.267-2.118-3.681-5.125-3.681-8.463 0-2.069 0.543-4.011 1.494-5.691l-0.030 0.058c1.308-1.77 2.897-3.246 4.716-4.391l0.071-0.042c4.261-2.629 9.351-5.337 14.609-7.741l0.906-0.371c8.73-3.621 16.127-8.871 22.122-15.424l0.042-0.047c3.804-5.012 6.094-11.355 6.094-18.233 0-0.401-0.008-0.799-0.023-1.196l0.002 0.057zM328.035 638.748c-5.631 0-10.196 4.565-10.196 10.196v0 16.623c0 5.631 4.565 10.196 10.196 10.196s10.196-4.565 10.196-10.196v0-16.623c0-5.631-4.565-10.196-10.196-10.196v0zM328.035 503.411c-5.631 0-10.196 4.565-10.196 10.196v0 16.845c0 5.631 4.565 10.196 10.196 10.196s10.196-4.565 10.196-10.196v-16.623c0.002-0.066 0.002-0.144 0.002-0.222 0-5.631-4.565-10.196-10.196-10.196-0.001 0-0.002 0-0.003 0v0zM328.035 451.635c-76.238 0-138.041 61.803-138.041 138.041s61.803 138.041 138.041 138.041c76.238 0 138.041-61.803 138.041-138.041v0c-0.101-76.197-61.844-137.94-138.031-138.041h-0.010zM328.035 706.216c-64.364 0-116.541-52.177-116.541-116.541s52.177-116.541 116.541-116.541c64.364 0 116.541 52.177 116.541 116.541v0c-0.076 64.333-52.208 116.465-116.534 116.541h-0.007zM559.831 41.858h-98.056c-6.199 0.025-11.215 5.057-11.215 11.259 0 0 0 0 0 0v0 34.399c0 0 0 0 0 0 0 6.203 5.016 11.234 11.213 11.259h98.058c6.218 0 11.26-5.041 11.26-11.26v0-34.399c0-6.218-5.041-11.26-11.26-11.26v0zM473.035 64.332h75.581v11.969h-75.581zM415.895 87.251h-154.664c-5.907 0.383-10.553 5.267-10.553 11.237s4.646 10.855 10.52 11.236l0.033 0.002h154.664c0.211 0.014 0.458 0.022 0.706 0.022 6.218 0 11.26-5.041 11.26-11.26s-5.041-11.26-11.26-11.26c-0.248 0-0.495 0.008-0.739 0.024l0.033-0.002zM415.895 30.908h-154.664c-5.907 0.383-10.553 5.267-10.553 11.237s4.646 10.855 10.52 11.236l0.033 0.002h154.664c0.211 0.014 0.458 0.022 0.706 0.022 6.218 0 11.26-5.041 11.26-11.26s-5.041-11.26-11.26-11.26c-0.248 0-0.495 0.008-0.739 0.024l0.033-0.002zM570.559 143.548h-309.328c-6.218 0-11.26 5.041-11.26 11.26s5.041 11.26 11.26 11.26v0h309.328c6.218 0 11.26-5.041 11.26-11.26s-5.041-11.26-11.26-11.26v0zM179.222 30.908h-75.005c-16.55 0-29.966 13.416-29.966 29.966v0 75.359c0 0 0 0 0 0 0 16.559 13.411 29.985 29.964 30.011h75.007c16.564-0.025 29.986-13.446 30.011-30.008v-75.361c-0.025-16.555-13.452-29.966-30.011-29.966v0zM104.217 143.548c-4.137 0-7.492-3.354-7.492-7.492v0-75.359c0-4.137 3.354-7.492 7.492-7.492h75.005c0 0 0 0 0 0 4.146 0 7.511 3.349 7.536 7.489v75.361c0 0 0 0 0 0 0 4.137-3.354 7.492-7.492 7.492-0.016 0-0.031 0-0.047 0h0.002zM559.831 248.519h-98.056c-6.194 0-11.215 5.021-11.215 11.215v34.444c0 6.194 5.021 11.215 11.215 11.215v0h98.056c0.013 0 0.029 0 0.044 0 6.194 0 11.215-5.021 11.215-11.215 0 0 0 0 0 0v0-34.577c-0.075-6.137-5.067-11.082-11.214-11.082-0.016 0-0.032 0-0.048 0h0.002zM473.035 270.994h75.581v11.925h-75.581zM415.895 293.868h-154.664c-6.218 0-11.26 5.041-11.26 11.26s5.041 11.26 11.26 11.26v0h154.664c6.218 0 11.26-5.041 11.26-11.26s-5.041-11.26-11.26-11.26v0zM415.895 237.437h-154.664c-5.907 0.383-10.553 5.267-10.553 11.237s4.646 10.855 10.52 11.236l0.033 0.002h154.664c0.211 0.014 0.458 0.022 0.706 0.022 6.218 0 11.26-5.041 11.26-11.26s-5.041-11.26-11.26-11.26c-0.248 0-0.495 0.008-0.739 0.024l0.033-0.002zM570.559 350.21h-309.328c-5.907 0.383-10.553 5.267-10.553 11.237s4.646 10.855 10.52 11.236l0.033 0.002h309.328c0.211 0.014 0.458 0.022 0.706 0.022 6.218 0 11.26-5.041 11.26-11.26s-5.041-11.26-11.26-11.26c-0.248 0-0.495 0.008-0.739 0.024l0.033-0.002zM179.222 237.437h-75.005c-16.55 0-29.966 13.416-29.966 29.966v0 75.359c0 16.55 13.416 29.966 29.966 29.966v0h75.005c0 0 0 0 0 0 16.559 0 29.985-13.411 30.011-29.964v-75.361c-0.025-16.555-13.452-29.966-30.011-29.966v0zM104.217 350.21c-4.137 0-7.492-3.354-7.492-7.492v0-75.359c0-4.137 3.354-7.492 7.492-7.492h75.005c0 0 0 0 0 0 4.146 0 7.511 3.349 7.536 7.489v75.361c-0.025 4.143-3.389 7.492-7.536 7.492 0 0 0 0 0 0v0z" />
57
+ <glyph unicode="&#xe92f;" glyph-name="search-form" horiz-adv-x="1234" d="M1215.626 714.48c-4.782 0.002-9.126 1.871-12.344 4.918l0.008-0.008-221.567 209.591c-3.306 3.26-5.354 7.788-5.354 12.794 0 9.922 8.043 17.965 17.965 17.965 4.649 0 8.886-1.766 12.075-4.664l-0.015 0.013 221.567-209.591c3.466-3.282 5.623-7.916 5.623-13.055 0-9.92-8.040-17.962-17.959-17.965v0zM1155.743-64h-1077.895c-42.994 0-77.848 34.854-77.848 77.848v0 868.304c0 42.994 34.854 77.848 77.848 77.848v0h910.222c9.922 0 17.965-8.043 17.965-17.965v0-203.243l209.231 4.012c0.102 0.002 0.221 0.003 0.341 0.003 4.907 0 9.354-1.967 12.596-5.156l-0.002 0.002c3.324-3.26 5.385-7.796 5.389-12.814v-710.992c0-42.994-34.854-77.848-77.848-77.848v0zM77.848 924.070c-23.151 0-41.918-18.767-41.918-41.918v0-868.304c0-23.151 18.767-41.918 41.918-41.918v0h1077.895c23.151 0 41.918 18.767 41.918 41.918v0 692.667l-209.231-4.012c-0.174-0.006-0.377-0.010-0.582-0.010-4.832 0-9.203 1.973-12.351 5.158l-0.002 0.002c-3.324 3.26-5.385 7.796-5.389 12.814v203.603zM737.040 360.032l115.095-119.766c4.425-4.564 7.153-10.797 7.153-17.666 0-14.023-11.368-25.39-25.39-25.39-0.052 0-0.103 0-0.155 0h0.008c-0.039 0-0.085 0-0.131 0-7.151 0-13.605 2.984-18.184 7.776l-0.009 0.010-115.934 120.604zM833.752 194.036c-0.030 0-0.066 0-0.103 0-8.063 0-15.337 3.376-20.486 8.791l-0.011 0.012-118.509 122.94 42.277 38.684 117.251-121.922c4.921-5.141 7.95-12.127 7.95-19.821 0-15.816-12.8-28.642-28.606-28.684h-0.004zM704.045 325.779l113.778-118.209c4.122-4.087 9.797-6.613 16.063-6.613 5.961 0 11.387 2.286 15.452 6.029l-0.016-0.015c4.211 4.059 6.827 9.748 6.827 16.049 0 6.003-2.374 11.451-6.235 15.457l0.007-0.007-112.88 117.431zM587.572 269.249c-0.018 0-0.039 0-0.060 0-119.491 0-216.357 96.867-216.357 216.357s96.867 216.357 216.357 216.357c119.491 0 216.357-96.867 216.357-216.357v0c0-3.533 0-7.006 0-10.539 0 0 0-0.958 0-1.078-1.051-19.066-4.392-36.953-9.762-53.937l0.42 1.54-0.359-1.018c-28.231-88.418-109.66-151.326-205.781-151.326-0.287 0-0.573 0.001-0.86 0.002h0.044zM587.572 659.507c-95.776-0.178-173.349-77.86-173.349-173.661 0-95.91 77.751-173.661 173.661-173.661 77.262 0 142.74 50.455 165.281 120.214l0.343 1.229c4.118 12.619 6.863 27.219 7.648 42.338l0.017 0.418s0 0.958 0 1.018c0 2.515 0 5.33 0 8.204-0.136 95.883-77.742 173.594-173.572 173.9h-0.029z" />
58
+ <glyph unicode="&#xe930;" glyph-name="share-button" horiz-adv-x="656" d="M429.991 100.017c-29.379 0-53.195 23.816-53.195 53.195s23.816 53.195 53.195 53.195c29.379 0 53.195-23.816 53.195-53.195v0c0-29.379-23.816-53.195-53.195-53.195v0zM429.991 179.81c-14.689 0-26.597-11.908-26.597-26.597s11.908-26.597 26.597-26.597c14.689 0 26.597 11.908 26.597 26.597v0c0 14.689-11.908 26.597-26.597 26.597v0zM407.827 303.931c-29.379 0-53.195 23.816-53.195 53.195s23.816 53.195 53.195 53.195c29.379 0 53.195-23.816 53.195-53.195v0c0-29.379-23.816-53.195-53.195-53.195v0zM407.827 383.723c-14.689 0-26.597-11.908-26.597-26.597s11.908-26.597 26.597-26.597c14.689 0 26.597 11.908 26.597 26.597v0c0 14.689-11.908 26.597-26.597 26.597v0zM248.242 137.342c-55.281 0-100.095 44.814-100.095 100.095s44.814 100.095 100.095 100.095c55.281 0 100.095-44.814 100.095-100.095v0c-0.076-55.251-44.845-100.019-100.088-100.095h-0.007zM248.242 310.935c-40.592 0-73.497-32.906-73.497-73.497s32.906-73.497 73.497-73.497c40.592 0 73.497 32.906 73.497 73.497v0c-0.050 40.571-32.926 73.447-73.493 73.497h-0.005zM314.736 281.766c-7.33 0.019-13.265 5.966-13.265 13.299 0 4.81 2.554 9.024 6.38 11.359l0.058 0.033 44.329 26.597c1.808 0.98 3.959 1.557 6.244 1.557 7.345 0 13.299-5.954 13.299-13.299 0-4.581-2.317-8.622-5.843-11.013l-0.047-0.030-44.329-26.597c-1.948-1.191-4.304-1.9-6.825-1.906h-0.002zM390.095 157.645c-0.020 0-0.043 0-0.067 0-2.445 0-4.732 0.676-6.685 1.85l0.059-0.033-53.195 31.030c-3.558 2.423-5.864 6.456-5.864 11.026 0 7.345 5.954 13.299 13.299 13.299 2.135 0 4.153-0.503 5.941-1.398l-0.077 0.035 53.195-31.030c3.969-2.35 6.588-6.61 6.588-11.482 0-7.308-5.894-13.239-13.188-13.298h-0.006zM558.545 556.606h-461.022c-7.345 0-13.299 5.954-13.299 13.299s5.954 13.299 13.299 13.299v0h461.022c7.345 0 13.299-5.954 13.299-13.299s-5.954-13.299-13.299-13.299v0zM474.32 631.965h-376.797c-7.345 0-13.299 5.954-13.299 13.299s5.954 13.299 13.299 13.299v0h376.797c7.345 0 13.299-5.954 13.299-13.299s-5.954-13.299-13.299-13.299v0zM372.364 707.325h-274.84c-7.345 0-13.299 5.954-13.299 13.299s5.954 13.299 13.299 13.299v0h274.84c7.345 0 13.299-5.954 13.299-13.299s-5.954-13.299-13.299-13.299v0zM234.944 782.684h-137.42c-7.345 0-13.299 5.954-13.299 13.299s5.954 13.299 13.299 13.299v0h137.42c7.345 0 13.299-5.954 13.299-13.299s-5.954-13.299-13.299-13.299v0zM642.771 751.654h-159.584c-7.345 0-13.299 5.954-13.299 13.299v0 181.749c0 0.021 0 0.045 0 0.070 0 7.345 5.954 13.299 13.299 13.299 3.965 0 7.526-1.736 9.962-4.489l0.012-0.014 159.584-181.749c2.102-2.342 3.387-5.454 3.387-8.866 0-7.345-5.954-13.299-13.299-13.299-0.022 0-0.044 0-0.065 0h0.003zM496.485 778.251h116.896l-116.896 132.987zM598.442-64h-540.814c-31.827 0-57.628 25.801-57.628 57.628v0 908.745c0 31.827 25.801 57.628 57.628 57.628v0h425.558c7.345 0 13.299-5.954 13.299-13.299s-5.954-13.299-13.299-13.299v0h-425.558c-17.138 0-31.030-13.893-31.030-31.030v0-908.745c0-17.138 13.893-31.030 31.030-31.030v0h540.814c17.138 0 31.030 13.893 31.030 31.030v0 771.325c0 7.345 5.954 13.299 13.299 13.299s13.299-5.954 13.299-13.299v0-771.325c0-31.827-25.801-57.628-57.628-57.628v0z" />
59
+ <glyph unicode="&#xe931;" glyph-name="sitemap" horiz-adv-x="656" d="M642.771 751.654h-159.584c-7.345 0-13.299 5.954-13.299 13.299v0 181.749c0 0.021 0 0.045 0 0.070 0 7.345 5.954 13.299 13.299 13.299 3.965 0 7.526-1.736 9.962-4.489l0.012-0.014 159.584-181.749c2.102-2.342 3.387-5.454 3.387-8.866 0-7.345-5.954-13.299-13.299-13.299-0.022 0-0.044 0-0.065 0h0.003zM496.485 778.251h116.896l-116.896 132.987zM598.442-64h-540.814c-31.827 0-57.628 25.801-57.628 57.628v0 908.745c0 31.827 25.801 57.628 57.628 57.628v0h425.558c7.345 0 13.299-5.954 13.299-13.299s-5.954-13.299-13.299-13.299v0h-425.558c-17.138 0-31.030-13.893-31.030-31.030v0-908.745c0-17.138 13.893-31.030 31.030-31.030v0h540.814c17.138 0 31.030 13.893 31.030 31.030v0 771.325c0 7.345 5.954 13.299 13.299 13.299s13.299-5.954 13.299-13.299v0-771.325c0-31.827-25.801-57.628-57.628-57.628v0zM367.266 545.657h-78.462c-13.675 0.025-24.755 11.104-24.78 24.778v78.42c0 13.686 11.094 24.78 24.78 24.78v0h78.462c13.686 0 24.78-11.094 24.78-24.78v0-78.418c-0.025-13.675-11.104-24.755-24.778-24.78h-0.002zM288.803 650.007c-0.627-0.024-1.129-0.526-1.152-1.15v-78.42c0.024-0.627 0.526-1.129 1.15-1.152h78.464c0.627 0.024 1.129 0.526 1.152 1.15v78.42c-0.024 0.627-0.526 1.129-1.15 1.152h-0.002zM367.266 222.365h-78.462c-13.675 0.025-24.755 11.104-24.78 24.778v78.42c0.025 13.675 11.104 24.755 24.778 24.78h78.464c13.675-0.025 24.755-11.104 24.78-24.778v-78.42c-0.025-13.675-11.104-24.755-24.778-24.78h-0.002zM288.803 326.716c-0.627-0.024-1.129-0.526-1.152-1.15v-78.42c0.024-0.627 0.526-1.129 1.15-1.152h78.464c0.627 0.024 1.129 0.526 1.152 1.15v78.42c-0.024 0.627-0.526 1.129-1.15 1.152h-0.002zM539.883 222.365h-78.418c-13.686 0-24.78 11.094-24.78 24.78v78.418c0 13.686 11.094 24.78 24.78 24.78v0h78.418c13.675-0.025 24.755-11.104 24.78-24.778v-78.42c-0.025-13.675-11.104-24.755-24.778-24.78h-0.002zM461.465 326.716c-0.637 0-1.153-0.516-1.153-1.153v0-78.418c0-0.637 0.516-1.153 1.153-1.153v0h78.418c0.637 0 1.153 0.516 1.153 1.153v0 78.418c0 0.637-0.516 1.153-1.153 1.153v0zM194.604 222.365h-78.418c-13.675 0.025-24.755 11.104-24.78 24.778v78.42c0.025 13.675 11.104 24.755 24.778 24.78h78.42c13.686 0 24.78-11.094 24.78-24.78v-78.418c0-13.686-11.094-24.78-24.78-24.78v0zM116.186 326.716c-0.637 0-1.153-0.516-1.153-1.153v0-78.418c0-0.637 0.516-1.153 1.153-1.153h78.418c0.637 0 1.153 0.516 1.153 1.153v0 78.418c0 0.637-0.516 1.153-1.153 1.153v0zM328.035 326.716c-6.537 0-11.836 5.299-11.836 11.836v0 218.897c0 6.537 5.299 11.836 11.836 11.836s11.836-5.299 11.836-11.836v0-218.897c0-6.537-5.299-11.836-11.836-11.836v0zM500.652 326.716c0 0 0 0 0 0-6.512 0-11.792 5.279-11.792 11.792 0 0.016 0 0.031 0 0.047v-0.002 119.688h-321.651v-119.688c0.014-0.216 0.022-0.469 0.022-0.724 0-6.537-5.299-11.836-11.836-11.836s-11.836 5.299-11.836 11.836c0 0.255 0.008 0.508 0.024 0.758l-0.002-0.034v131.613c0 0 0 0 0 0 0 6.512 5.279 11.792 11.792 11.792 0.016 0 0.031 0 0.047 0h345.232c0.013 0 0.029 0 0.044 0 6.512 0 11.792-5.279 11.792-11.792 0 0 0 0 0 0v0-131.613c0-0.013 0-0.029 0-0.044 0-6.512-5.279-11.792-11.792-11.792-0.016 0-0.031 0-0.047 0h0.002z" />
60
+ <glyph unicode="&#xe932;" glyph-name="arrow-down" d="M461.312 177.152l-440.32 440.32c-12.972 12.972-20.996 30.893-20.996 50.688 0 39.59 32.094 71.684 71.684 71.684 19.795 0 37.716-8.023 50.688-20.996l389.12-389.12 389.12 389.12c12.972 12.972 30.893 20.996 50.688 20.996 39.59 0 71.684-32.094 71.684-71.684 0-19.795-8.023-37.716-20.996-50.688l-440.32-440.32c-12.972-12.973-30.893-20.997-50.688-20.997s-37.716 8.024-50.688 20.997v0z" />
61
+ <glyph unicode="&#xe933;" glyph-name="builder" d="M493.284-4.437l-441.344 218.738c-14.028 7.041-23.486 21.314-23.486 37.796 0 6.855 1.636 13.328 4.539 19.049l-0.111-0.24c7.056 14.031 21.34 23.49 37.833 23.49 6.817 0 13.257-1.616 18.957-4.486l-0.242 0.111 422.571-209.408 422.571 209.408c5.464 2.771 11.912 4.395 18.741 4.395 16.491 0 30.77-9.469 37.697-23.267l0.11-0.243c2.786-5.475 4.417-11.94 4.417-18.786 0-16.5-9.479-30.785-23.289-37.708l-0.243-0.11-441.287-218.738c-5.459-2.757-11.898-4.375-18.715-4.38h-0.002c-0.001 0-0.003 0-0.005 0-6.817 0-13.256 1.618-18.953 4.491l0.242-0.11zM493.284 191.829l-441.344 218.738c-14.072 7.058-23.561 21.373-23.561 37.903 0 6.923 1.664 13.457 4.615 19.224l-0.111-0.239c7.056 14.031 21.34 23.49 37.833 23.49 6.817 0 13.257-1.616 18.957-4.486l-0.242 0.111 422.571-209.465 422.571 209.465c5.458 2.759 11.898 4.375 18.715 4.375 16.493 0 30.777-9.459 37.722-23.248l0.111-0.242c2.845-5.528 4.512-12.064 4.512-18.989 0-16.547-9.52-30.869-23.382-37.79l-0.244-0.11-441.287-218.738c-5.447-2.798-11.884-4.437-18.705-4.437-0.004 0-0.008 0-0.012 0h0.001c-6.844 0.071-13.276 1.767-18.95 4.718l0.233-0.11zM493.284 385.593l-441.287 218.738c-13.992 7.089-23.42 21.357-23.438 37.829v0.003c0 0.018 0 0.038 0 0.059 0 16.463 9.437 30.721 23.197 37.661l0.242 0.11 441.344 218.738c5.462 2.785 11.913 4.417 18.745 4.417s13.283-1.632 18.984-4.527l-0.239 0.11 441.287-218.738c14.033-7.055 23.493-21.338 23.495-37.831v0c-0.016-16.489-9.471-30.766-23.253-37.72l-0.242-0.111-441.287-218.738c-5.443-2.727-11.86-4.324-18.649-4.324-0.024 0-0.047 0-0.071 0h0.004c-0.166-0.002-0.361-0.004-0.557-0.004-6.664 0-12.969 1.534-18.582 4.267l0.252-0.111z" />
62
+ <glyph unicode="&#xe934;" glyph-name="external" d="M1024 332.698v535.142c0.023 0.728 0.036 1.584 0.036 2.444 0 24.603-10.568 46.738-27.413 62.112l-0.066 0.059c-15.203 17.018-37.213 27.68-61.713 27.68-0.804 0-1.605-0.011-2.404-0.034l0.117 0.003h-548.557c-50.899 0-92.16-41.261-92.16-92.16s41.261-92.16 92.16-92.16h320l-676.557-692.224c-16.921-16.338-27.428-39.224-27.428-64.563s10.507-48.225 27.402-64.538l0.026-0.025 9.114-9.216c15.842-4.299 34.549-7.564 53.735-9.14l1.151-0.076c22.064 1.496 41.445 11.868 54.794 27.537l0.092 0.111 694.886 682.701v-304.435c0-0.001 0-0.002 0-0.003 0-50.647 40.854-91.751 91.405-92.157h0.039c3.475-0.536 7.484-0.842 11.565-0.842 44.112 0 79.872 35.76 79.872 79.872 0 1.377-0.035 2.745-0.104 4.104l0.008-0.191z" />
63
+ <glyph unicode="&#xe935;" glyph-name="edit" d="M636.723 789.129l208.282-209.306-527.223-529.886-208.213 209.306zM1003.11 839.646l-92.911 93.321c-16.643 16.719-39.677 27.066-65.126 27.066s-48.483-10.346-65.123-27.062l-0.003-0.004-88.747-89.429 208.282-209.306 103.765 104.311c12.847 12.94 20.787 30.767 20.787 50.449 0 19.75-7.995 37.632-20.925 50.587l0.001-0.001zM0.546-34.987c-0.369-1.568-0.58-3.368-0.58-5.218 0-13.121 10.636-23.757 23.757-23.757 1.95 0 3.845 0.235 5.658 0.678l-0.163-0.034 232.107 56.525-208.145 209.374z" />
64
+ <glyph unicode="&#xe936;" glyph-name="check" d="M244.541 294.4c-0.445-0.005-0.97-0.008-1.496-0.008-53.997 0-101.104 29.502-126.081 73.267l-0.375 0.713c-13.711 22.774-21.822 50.266-21.822 79.653s8.111 56.878 22.216 80.36l-0.394-0.707c26.012 44.564 73.602 74.032 128.073 74.032 1.998 0 3.986-0.040 5.965-0.118l-0.284 0.009h215.235v102.4h-221.038c-135.66-3.181-244.417-113.907-244.417-250.035 0-2.097 0.026-4.189 0.077-6.274l-0.006 0.309c-0.029-1.423-0.045-3.1-0.045-4.781 0-138.385 111.891-250.636 250.138-251.219h215.291v102.4zM989.086 578.828c-42.97 75.263-122.728 125.174-214.143 125.174-0.384 0-0.768-0.001-1.152-0.003h-220.979v-102.4h221.038c0.445 0.005 0.97 0.008 1.496 0.008 53.997 0 101.104-29.502 126.081-73.267l0.375-0.713c13.711-22.774 21.822-50.266 21.822-79.653s-8.111-56.878-22.216-80.36l0.394 0.707c-26.012-44.564-73.602-74.032-128.073-74.032-1.998 0-3.986 0.040-5.965 0.118l0.284-0.009h-215.235v-102.4h221.038c0.324-0.002 0.708-0.002 1.092-0.002 91.415 0 171.172 49.911 213.508 123.969l0.634 1.205c21.942 37.553 34.898 82.678 34.898 130.828s-12.955 93.275-35.57 132.078l0.673-1.25zM314.319 504.905h389.754v-108.105h-389.754v108.105z" />
65
+ <glyph unicode="&#xe937;" glyph-name="add_to_cart" horiz-adv-x="1313" d="M469.054-64c-0.018 0-0.040 0-0.062 0-60.324 0-109.227 48.902-109.227 109.227s48.902 109.227 109.227 109.227c60.324 0 109.227-48.902 109.227-109.227 0-0.022 0-0.044 0-0.066v0.004c-0.071-60.261-48.903-109.094-109.158-109.165h-0.007zM469.054 118.52c-40.513 0-73.356-32.842-73.356-73.356s32.842-73.356 73.356-73.356c40.513 0 73.356 32.842 73.356 73.356v0c-0.071 40.485-32.871 73.285-73.349 73.356h-0.007zM892.804 27.415c-8.246-32.122-36.943-55.482-71.096-55.482-40.479 0-73.294 32.815-73.294 73.294s32.815 73.294 73.294 73.294c0.013 0 0.026 0 0.039 0h-0.002c1.986 0 4.034 0 6.206 0-4.189 10-8.010 21.984-10.819 34.351l-0.29 1.52c-58.049-2.766-104.066-50.502-104.066-108.986 0-60.256 48.847-109.103 109.103-109.103 45.871 0 85.131 28.309 101.261 68.41l0.261 0.734c-11.572 7.025-21.566 14.273-30.927 22.244l0.331-0.275zM1046.342 470.094c-146.041-0.775-264.13-119.343-264.13-265.492 0-146.629 118.866-265.495 265.495-265.495 146.628 0 265.493 118.864 265.495 265.492v0c-0.494 146.735-119.559 265.496-266.363 265.496-0.175 0-0.35 0-0.525-0.001h0.027zM1046.342-29.618c-128.927 0.564-233.224 105.209-233.224 234.215 0 129.354 104.862 234.217 234.217 234.217s234.216-104.861 234.217-234.215v0c-0.423-129.445-105.456-234.217-234.96-234.217-0.088 0-0.176 0-0.263 0h0.014zM1173.566 229.423h-108.606v108.606c0 10.283-8.336 18.618-18.618 18.618s-18.618-8.336-18.618-18.618v0-108.606h-108.606c-10.283 0-18.618-8.336-18.618-18.618s8.336-18.618 18.618-18.618v0h108.606v-108.606c0-10.283 8.336-18.618 18.618-18.618s18.618 8.336 18.618 18.618v0 108.606h108.606c10.283 0 18.618 8.336 18.618 18.618s-8.336 18.618-18.618 18.618v0zM811.132 204.598c0 2.048 0 4.158 0 6.206h-447.767c-0.052 0-0.113 0-0.174 0-41.781 0-75.652 33.87-75.652 75.652 0 30.988 18.631 57.624 45.302 69.318l0.486 0.19c6.402 2.814 10.791 9.1 10.791 16.41 0 1.376-0.156 2.716-0.45 4.003l0.023-0.12-112.702 507.283c-1.873 8.072-8.991 14-17.498 14.026h-164.339c-7.335 0-13.281 5.946-13.281 13.281s5.946 13.281 13.281 13.281v0h189.347c0.037 0 0.081 0.001 0.126 0.001 6.289 0 11.552-4.392 12.89-10.276l0.017-0.089 22.28-100.414c1.848-8.098 8.974-14.055 17.497-14.088h760.929c0.005 0 0.012 0 0.018 0 7.335 0 13.281-5.946 13.281-13.281 0-1.304-0.188-2.565-0.538-3.755l0.024 0.094-102.586-359.021c11.435 4.542 25.026 8.494 39.065 11.186l1.461 0.233 96.504 337.796c1.207 4.053 1.901 8.71 1.901 13.529 0 27.112-21.978 49.090-49.090 49.090-0.014 0-0.028 0-0.041 0h-746.525l-19.177 86.388c-4.935 22.159-24.427 38.479-47.73 38.479-0.107 0-0.215 0-0.322-0.001h-189.33c-27.146 0-49.152-22.006-49.152-49.152s22.006-49.152 49.152-49.152v0h149.938l106.62-479.791c-32.226-19.976-53.37-55.151-53.37-95.265 0-61.454 49.624-111.318 110.987-111.707h449.666c-1.185 8.852-1.862 19.086-1.862 29.478 0 0.066 0 0.132 0 0.198v-0.010zM314.275 286.518c0-27.124 21.971-49.117 49.087-49.152h450.067c1.945 13.673 4.741 25.789 8.45 37.498l-0.445-1.627h-458.069c-7.335 0-13.281 5.946-13.281 13.281s5.946 13.281 13.281 13.281v0h468.247c6.254 13.821 12.924 25.592 20.51 36.687l-0.527-0.816h-488.231c-27.119-0.035-49.090-22.028-49.090-49.152v0z" />
66
+ <glyph unicode="&#xe938;" glyph-name="additional_information" horiz-adv-x="1313" d="M469.054-64c-0.018 0-0.040 0-0.062 0-60.324 0-109.227 48.902-109.227 109.227s48.902 109.227 109.227 109.227c60.324 0 109.227-48.902 109.227-109.227 0-0.022 0-0.044 0-0.066v0.004c-0.071-60.261-48.903-109.094-109.158-109.165h-0.007zM469.054 118.52c-40.513 0-73.356-32.842-73.356-73.356s32.842-73.356 73.356-73.356c40.513 0 73.356 32.842 73.356 73.356v0c-0.071 40.485-32.871 73.285-73.349 73.356h-0.007zM892.804 27.415c-8.246-32.122-36.943-55.482-71.096-55.482-40.479 0-73.294 32.815-73.294 73.294s32.815 73.294 73.294 73.294c0.013 0 0.026 0 0.039 0h-0.002c1.986 0 4.034 0 6.206 0-4.189 10-8.010 21.984-10.819 34.351l-0.29 1.52c-58.049-2.766-104.066-50.502-104.066-108.986 0-60.256 48.847-109.103 109.103-109.103 45.871 0 85.131 28.309 101.261 68.41l0.261 0.734c-11.572 7.025-21.566 14.273-30.927 22.244l0.331-0.275zM1046.342 470.094c-146.041-0.775-264.13-119.343-264.13-265.492 0-146.629 118.866-265.495 265.495-265.495 146.628 0 265.493 118.864 265.495 265.492v0c-0.494 146.735-119.559 265.496-266.363 265.496-0.175 0-0.35 0-0.525-0.001h0.027zM1046.342-29.618c-128.927 0.564-233.224 105.209-233.224 234.215 0 129.354 104.862 234.217 234.217 234.217s234.216-104.861 234.217-234.215v0c-0.423-129.445-105.456-234.217-234.96-234.217-0.088 0-0.176 0-0.263 0h0.014zM1046.342 366.514c-0.018 0-0.040 0-0.062 0-18.851 0-34.133-15.282-34.133-34.133s15.282-34.133 34.133-34.133c18.851 0 34.133 15.282 34.133 34.133v0c0 0 0 0 0 0 0 18.829-15.247 34.098-34.068 34.133h-0.003zM1046.342 247.172c-0.018 0-0.040 0-0.062 0-14.087 0-25.507-11.42-25.507-25.507 0-0.022 0-0.044 0-0.066v0.003-153.352c0-14.121 11.448-25.569 25.569-25.569s25.569 11.448 25.569 25.569v0 153.228c0 0.037 0 0.080 0 0.124 0 14.121-11.448 25.569-25.569 25.569 0 0 0 0 0 0v0zM314.275 286.518c0-27.124 21.971-49.117 49.087-49.152h450.067c1.945 13.673 4.741 25.789 8.45 37.498l-0.445-1.627h-458.069c-7.335 0-13.281 5.946-13.281 13.281s5.946 13.281 13.281 13.281v0h468.247c6.254 13.821 12.924 25.592 20.51 36.687l-0.527-0.816h-488.231c-27.119-0.035-49.090-22.028-49.090-49.152v0zM811.132 204.598c0 2.048 0 4.158 0 6.206h-447.767c-0.052 0-0.113 0-0.174 0-41.781 0-75.652 33.87-75.652 75.652 0 30.988 18.631 57.624 45.302 69.318l0.486 0.19c6.402 2.814 10.791 9.1 10.791 16.41 0 1.376-0.156 2.716-0.45 4.003l0.023-0.12-112.702 507.283c-1.873 8.072-8.991 14-17.498 14.026h-164.339c-7.335 0-13.281 5.946-13.281 13.281s5.946 13.281 13.281 13.281v0h189.347c0.037 0 0.081 0.001 0.126 0.001 6.289 0 11.552-4.392 12.89-10.276l0.017-0.089 22.28-100.414c1.848-8.098 8.974-14.055 17.497-14.088h760.929c0.005 0 0.012 0 0.018 0 7.335 0 13.281-5.946 13.281-13.281 0-1.304-0.188-2.565-0.538-3.755l0.024 0.094-102.586-359.021c11.435 4.542 25.026 8.494 39.065 11.186l1.461 0.233 96.504 337.796c1.207 4.053 1.901 8.71 1.901 13.529 0 27.112-21.978 49.090-49.090 49.090-0.014 0-0.028 0-0.041 0h-746.525l-19.177 86.388c-4.935 22.159-24.427 38.479-47.73 38.479-0.107 0-0.215 0-0.322-0.001h-189.33c-27.146 0-49.152-22.006-49.152-49.152s22.006-49.152 49.152-49.152v0h149.938l106.62-479.791c-32.226-19.976-53.37-55.151-53.37-95.265 0-61.454 49.624-111.318 110.987-111.707h449.666c-1.185 8.852-1.862 19.086-1.862 29.478 0 0.066 0 0.132 0 0.198v-0.010z" />
67
+ <glyph unicode="&#xe939;" glyph-name="breadcrumbs" horiz-adv-x="1319" d="M313.654 851.146h-212.247c-0.416 0.040-0.9 0.062-1.389 0.062-8.603 0-15.577-6.974-15.577-15.577s6.974-15.577 15.577-15.577c0.489 0 0.973 0.023 1.45 0.067l-0.061-0.005h212.247c7.984 0.736 14.188 7.401 14.188 15.515s-6.204 14.779-14.127 15.511l-0.061 0.005zM769.552 851.146h-212.558c-0.416 0.040-0.9 0.062-1.389 0.062-8.603 0-15.577-6.974-15.577-15.577s6.974-15.577 15.577-15.577c0.489 0 0.973 0.023 1.45 0.067l-0.061-0.005h212.558c7.984 0.736 14.188 7.401 14.188 15.515s-6.204 14.779-14.127 15.511l-0.061 0.005zM416.799 845.56l-24.824 31.589c-2.888 3.737-7.372 6.12-12.412 6.12-8.641 0-15.646-7.005-15.646-15.646 0-3.601 1.217-6.918 3.261-9.562l-0.027 0.036 17.377-22.342-17.625-22.652c-1.9-2.552-3.042-5.766-3.042-9.248 0-8.56 6.904-15.507 15.447-15.577h0.007c0.018 0 0.040 0 0.062 0 5.040 0 9.514 2.422 12.321 6.166l0.029 0.040 24.824 31.899c0.764 0.916 1.428 1.957 1.949 3.078l0.037 0.088c0.973 1.837 1.6 3.996 1.736 6.287l0.002 0.043c-0.064 2.267-0.607 4.392-1.53 6.298l0.040-0.092c-0.534 1.328-1.202 2.474-2.009 3.507l0.024-0.031zM505.422 845.56l-24.824 31.589c-2.888 3.737-7.372 6.12-12.412 6.12-8.641 0-15.646-7.005-15.646-15.646 0-3.601 1.217-6.918 3.261-9.562l-0.027 0.036 17.377-22.342-17.625-22.652c-1.9-2.552-3.042-5.766-3.042-9.248 0-8.56 6.904-15.507 15.447-15.577h0.007c0.018 0 0.040 0 0.062 0 5.040 0 9.514 2.422 12.321 6.166l0.029 0.040 24.824 31.899c0.779 0.93 1.445 1.993 1.952 3.142l0.033 0.085c0.979 1.816 1.607 3.955 1.736 6.228l0.002 0.040c-0.072 2.267-0.614 4.391-1.53 6.3l0.041-0.094c-0.534 1.328-1.202 2.474-2.009 3.507l0.024-0.031zM837.818 105.736h-770.544c-20.017 0-36.243 16.227-36.243 36.243v750.933c0.106 19.936 16.292 36.057 36.243 36.057 0 0 0 0 0 0h771.6v-176.004c0.014-4.346 1.791-8.273 4.653-11.108l0.001-0.001c2.701-2.728 6.447-4.418 10.587-4.418 0.205 0 0.41 0.004 0.613 0.012l-0.029-0.001 180.907 3.475v-305.959c5.585 0.434 11.171 0.683 16.88 0.683 4.779 0 9.495 0 14.212-0.434v321.474c-0.035 1.208-0.169 2.362-0.394 3.483l0.022-0.131c0.212 0.968 0.334 2.080 0.334 3.22 0 4.436-1.84 8.442-4.797 11.298l-0.005 0.004-191.767 181.155c-2.797 2.747-6.635 4.443-10.868 4.443-0.786 0-1.557-0.058-2.311-0.171l0.085 0.010c-0.39 0.029-0.845 0.046-1.303 0.046s-0.913-0.017-1.364-0.049l0.060 0.004h-787.115c-37.126-0.070-67.203-30.148-67.274-67.267v-750.94c0.035-37.14 30.134-67.238 67.27-67.274h787.428c-5.806 8.846-11.443 19.089-16.291 29.766l-0.59 1.451zM869.904 901.291l137.34-129.893-137.464-2.669zM1052.3 466.991c-146.041-0.775-264.13-119.343-264.13-265.492 0-146.629 118.866-265.495 265.495-265.495s265.493 118.864 265.495 265.492v0c-0.494 146.735-119.559 265.496-266.363 265.496-0.175 0-0.35 0-0.525-0.001h0.027zM1052.3-32.721c-128.927 0.564-233.224 105.209-233.224 234.215 0 129.354 104.862 234.217 234.217 234.217s234.216-104.861 234.217-234.215v0c-0.282-129.552-105.37-234.465-234.961-234.465-0.087 0-0.175 0-0.262 0h0.013zM994.956 159.418h143.422c0.012 0 0.026 0 0.039 0 3.602 0 6.64 2.416 7.58 5.716l0.014 0.056 31.775 110.654c0.19 0.643 0.3 1.381 0.3 2.145 0 1.792-0.603 3.443-1.617 4.762l0.014-0.018c-1.437 1.895-3.674 3.119-6.199 3.165h-193.636l-5.71 25.445c-0.823 3.578-3.98 6.206-7.751 6.206-0.002 0-0.004 0-0.007 0h-48.159c-4.353 0-7.882-3.529-7.882-7.882s3.529-7.882 7.882-7.882v0h41.829l28.672-128.465c-8.564-3.682-14.451-12.046-14.451-21.784 0-13.059 10.586-23.645 23.645-23.645 0.084 0 0.168 0 0.252 0.001h143.409c0.21-0.020 0.455-0.031 0.701-0.031 4.387 0 7.944 3.557 7.944 7.944s-3.557 7.944-7.944 7.944c-0.247 0-0.491-0.011-0.732-0.033l0.031 0.002h-143.422c-4.353 0-7.882 3.529-7.882 7.882s3.529 7.882 7.882 7.882v0zM1021.828 113.68c-12.758-0.035-23.087-10.386-23.087-23.149 0-12.785 10.364-23.149 23.149-23.149s23.149 10.364 23.149 23.149v0c-0.035 12.792-10.414 23.149-23.211 23.149 0 0 0 0 0 0v0zM1111.505 113.68c-12.758-0.035-23.087-10.386-23.087-23.149 0-12.785 10.364-23.149 23.149-23.149s23.149 10.364 23.149 23.149v0c-0.035 12.792-10.414 23.149-23.211 23.149 0 0 0 0 0 0v0z" />
68
+ <glyph unicode="&#xe93a;" glyph-name="custom_add_to_cart" horiz-adv-x="2564" d="M2052.256 960h-1538.614v-61.652c31.546-0.011 62.34-3.198 92.090-9.258l-2.956 0.503h1449.481c243.583 0 441.046-197.463 441.046-441.046s-197.463-441.046-441.046-441.046v0h-1439.023c-29.923-7.11-64.278-11.187-99.585-11.187-0.002 0-0.004 0-0.007 0h0.001v-59.22h1538.614c282.468 0 511.453 228.985 511.453 511.453s-228.985 511.453-511.453 511.453v0zM513.642 958.662c-281.458-1.244-509.142-229.696-509.142-511.327 0-282.4 228.931-511.331 511.331-511.331 282.399 0 511.329 228.928 511.331 511.326v0c-0.968 282.608-230.289 511.331-513.031 511.331-0.172 0-0.344 0-0.516 0h0.026zM513.642-3.686c-248.252 1.105-449.072 202.607-449.072 451.013 0 249.090 201.927 451.017 451.017 451.017s451.015-201.925 451.017-451.013v0c-0.899-249.282-203.188-451.017-452.595-451.017-0.129 0-0.258 0-0.387 0h0.020zM740.549 610.155h-372.706l-10.822 48.64c-1.511 6.984-7.629 12.143-14.955 12.16h-92.783c-8.395 0-15.2-6.805-15.2-15.2s6.805-15.2 15.2-15.2v0h80.5l55.207-247.458c-16.287-7.198-27.446-23.211-27.446-41.831 0-25.184 20.416-45.6 45.6-45.6 0.030 0 0.060 0 0.091 0h276.272c8.395 0 15.2 6.805 15.2 15.2s-6.805 15.2-15.2 15.2v0h-276.277c-8.395 0-15.2 6.805-15.2 15.2s6.805 15.2 15.2 15.2v0h276.277c0.017 0 0.037 0 0.057 0 6.9 0 12.717 4.634 14.509 10.959l0.026 0.106 60.8 213.166c0.393 1.27 0.619 2.729 0.619 4.242 0 3.406-1.148 6.543-3.077 9.047l0.026-0.035c-2.733 3.693-7.034 6.090-11.899 6.201h-0.017zM627.703 278.185c-24.528-0.069-44.384-19.969-44.384-44.506 0-24.58 19.926-44.506 44.506-44.506s44.506 19.926 44.506 44.506v0c-0.069 24.595-20.023 44.506-44.627 44.506 0 0 0 0 0 0v0zM1466.87 395.408c-10.822 29.184-21.645 56.788-31.981 82.324s-20.915 50.829-31.008 74.42c-8.634 20.429-17.997 41.101-27.603 61.53-5.334 11.157-16.53 18.727-29.494 18.727-0.019 0-0.039 0-0.058 0h-5.104c-0.039 0-0.086 0-0.133 0-12.943 0-24.117-7.573-29.332-18.53l-0.084-0.196c-9.485-20.186-18.848-40.858-27.847-61.652-10.579-24.32-21.037-49.37-31.13-74.42s-21.28-53.504-31.981-82.081l-26.995-72.96c-1.15-3.075-1.815-6.628-1.815-10.336 0-16.751 13.58-30.331 30.331-30.331 13.043 0 24.163 8.233 28.447 19.785l0.068 0.21c4.378 12.16 8.634 24.32 12.16 35.143s7.418 20.794 11.552 31.13c0.441 0.852 1.305 1.431 2.307 1.459h132.062c1.014-0.002 1.874-0.656 2.184-1.565l0.005-0.016c3.405-10.093 7.053-20.307 10.701-30.643s8.026-22.375 12.16-34.048c4.799-12.512 16.697-21.241 30.638-21.28h0.005c0.009 0 0.019 0 0.030 0 10.333 0 19.462 5.155 24.955 13.034l0.065 0.099c3.299 4.828 5.269 10.792 5.269 17.217 0 3.907-0.728 7.644-2.057 11.083l0.071-0.21q-13.741 38.061-26.387 72.109zM1389.775 426.659h-89.255c-0.010 0-0.021 0-0.032 0-1.343 0-2.432 1.089-2.432 2.432 0 0.306 0.056 0.598 0.16 0.868l-0.006-0.017c8.39 22.131 16.781 43.776 25.050 64.205 5.715 14.349 12.16 28.576 18.119 42.803 0.44 0.807 1.282 1.345 2.25 1.345s1.81-0.538 2.243-1.332l0.007-0.013c5.958-14.106 12.16-28.333 17.754-42.682 8.512-20.915 17.511-43.655 26.631-67.61l3.040-2.067zM1748.862 590.82c-17.023 14.722-37.321 26.179-59.61 33.121l-1.191 0.32c-24.049 7.088-51.677 11.166-80.259 11.166-13.247 0-26.289-0.876-39.071-2.573l1.499 0.163c-8.755-0.851-17.024-2.067-24.32-3.526-15.123-3.107-26.342-16.288-26.387-32.098v-280.416c0-0.042 0-0.091 0-0.14 0-15.979 11.5-29.271 26.674-32.054l0.2-0.030q11.066-1.946 24.32-3.283c14.47-1.459 28.698-2.189 42.195-2.189 0.73-0.008 1.592-0.012 2.455-0.012 26.104 0 51.283 3.96 74.97 11.313l-1.789-0.478c23.47 7.363 43.757 18.851 61.020 33.747l-0.219-0.185c17.243 15.191 30.914 34.011 39.876 55.301l0.374 1c9.026 21.733 14.268 46.975 14.268 73.442 0 1.413-0.015 2.822-0.045 4.228l0.004-0.21c0.012 0.804 0.019 1.754 0.019 2.706 0 26.792-5.415 52.319-15.211 75.546l0.479-1.279c-9.353 22.323-23.021 41.18-40.088 56.282l-0.162 0.141zM1740.107 457.059c0.010-0.675 0.016-1.472 0.016-2.27 0-17.669-2.899-34.66-8.246-50.525l0.326 1.115c-4.982-14.548-12.804-26.994-22.873-37.222l0.012 0.013c-10.508-10.247-23.213-18.294-37.337-23.364l-0.724-0.227c-15.587-5.416-33.552-8.543-52.248-8.543-1.126 0-2.249 0.011-3.369 0.034l0.167-0.003c-1.621-0.036-3.532-0.057-5.447-0.057-9.862 0-19.595 0.551-29.17 1.624l1.177-0.107c-0.928 0.314-1.584 1.177-1.584 2.193 0 0.041 0.001 0.082 0.003 0.123v-0.006 236.392s0.851 0 0.973 0c8.833 0.876 19.092 1.376 29.468 1.376 1.739 0 3.474-0.014 5.206-0.042l-0.261 0.003c0.998 0.022 2.174 0.035 3.354 0.035 18.653 0 36.565-3.175 53.224-9.013l-1.128 0.344c14.864-5.246 27.579-13.301 38.077-23.606l-0.016 0.015c9.974-10.023 17.78-22.213 22.649-35.801l0.212-0.679c4.804-14.345 7.577-30.863 7.577-48.028 0-1.199-0.014-2.394-0.040-3.587l0.003 0.178zM2113.786 534.397c-9.368 22.276-23.034 41.090-40.086 56.159l-0.164 0.142c-17.023 14.722-37.321 26.179-59.61 33.121l-1.191 0.32c-24.049 7.088-51.677 11.166-80.259 11.166-13.247 0-26.289-0.876-39.071-2.573l1.499 0.163c-8.755-0.851-17.024-2.067-24.32-3.526-15.123-3.107-26.342-16.288-26.387-32.098v-280.295c0-0.042 0-0.091 0-0.14 0-15.979 11.5-29.271 26.674-32.054l0.2-0.030q11.066-1.946 24.32-3.283c14.47-1.459 28.698-2.189 42.195-2.189 0.704-0.007 1.535-0.011 2.368-0.011 26.134 0 51.344 3.96 75.061 11.312l-1.794-0.479c23.47 7.363 43.757 18.851 61.020 33.747l-0.219-0.185c17.243 15.191 30.914 34.011 39.876 55.301l0.374 1c8.732 21.537 13.798 46.519 13.798 72.684 0 1.679-0.021 3.354-0.062 5.023l0.005-0.247c0.018 0.997 0.028 2.173 0.028 3.351 0 26.528-5.237 51.832-14.734 74.936l0.478-1.313zM2065.146 457.302c0.009-0.631 0.014-1.375 0.014-2.121 0-17.72-2.898-34.763-8.245-50.682l0.327 1.122c-4.982-14.548-12.804-26.994-22.873-37.222l0.012 0.013c-10.508-10.247-23.213-18.294-37.337-23.364l-0.724-0.227c-15.61-5.415-33.601-8.542-52.323-8.542-1.099 0-2.196 0.011-3.29 0.032l0.164-0.003c-1.625-0.036-3.539-0.057-5.459-0.057-9.9 0-19.672 0.551-29.285 1.623l1.182-0.107c-1.118 0.234-1.946 1.212-1.946 2.383 0 0.017 0 0.034 0.001 0.052v-0.003 236.027s0.973 0 1.094 0c8.833 0.876 19.092 1.376 29.468 1.376 1.739 0 3.474-0.014 5.206-0.042l-0.261 0.003c0.975 0.021 2.125 0.033 3.278 0.033 18.679 0 36.617-3.174 53.304-9.012l-1.131 0.345c14.864-5.246 27.579-13.301 38.077-23.606l-0.016 0.015c9.974-10.023 17.78-22.213 22.649-35.801l0.212-0.679c4.802-14.4 7.572-30.98 7.572-48.207 0-1.136-0.012-2.269-0.036-3.399l0.003 0.168z" />
69
+ <glyph unicode="&#xe93b;" glyph-name="menu_cart" horiz-adv-x="1234" d="M1233.144 728.7c0.259 1.145 0.408 2.461 0.408 3.811 0 5.111-2.131 9.725-5.553 13.001l-0.007 0.006-221.556 209.579c-3.189 2.999-7.495 4.841-12.232 4.841-1.050 0-2.079-0.091-3.079-0.264l0.107 0.015c-0.446 0.044-0.965 0.069-1.489 0.069s-1.043-0.025-1.555-0.074l0.065 0.005h-910.429c-42.844-0.070-77.578-34.694-77.824-77.49v-868.376c0.071-42.953 34.871-77.754 77.817-77.824h1077.938c42.967 0.035 77.789 34.857 77.824 77.821v710.969c-0.016 1.394-0.174 2.741-0.459 4.041l0.024-0.131zM1006.189 892.106l158.813-150.311-158.937-3.041zM1197.77 13.824c-0.035-23.122-18.769-41.856-41.888-41.891h-1078.058c-23.122 0.035-41.856 18.769-41.891 41.888v868.355c0.035 23.122 18.769 41.856 41.888 41.891h892.435v-203.559c0-0.016 0-0.035 0-0.055 0-5.003 2.041-9.528 5.336-12.79l0.001-0.001c3.161-3.188 7.542-5.161 12.384-5.161 0.206 0 0.412 0.004 0.616 0.011l-0.030-0.001 209.206 3.972zM838.625 626.921h-402.463l-11.792 52.876c-1.729 7.411-8.278 12.847-16.097 12.847-0.014 0-0.027 0-0.041 0h-100.164c-9.083 0-16.446-7.363-16.446-16.446s7.363-16.446 16.446-16.446h86.885l59.578-266.861c-17.649-7.758-29.75-25.087-29.75-45.242 0-27.214 22.062-49.276 49.276-49.276 0.052 0 0.104 0 0.155 0h298.317c9.083 0 16.446 7.363 16.446 16.446s-7.363 16.446-16.446 16.446h-298.263c-9.083 0-16.446 7.363-16.446 16.446s7.363 16.446 16.446 16.446h298.325c0.009 0 0.020 0 0.031 0 7.481 0 13.8 4.976 15.827 11.799l0.030 0.117 66.032 230.121c0.405 1.356 0.638 2.915 0.638 4.528 0 3.724-1.243 7.159-3.336 9.91l0.029-0.040c-3.096 3.872-7.82 6.33-13.118 6.33-0.036 0-0.071 0-0.107 0h0.005zM530.184 268.397c-26.422-0.141-47.787-21.593-47.787-48.034 0-26.529 21.506-48.035 48.035-48.035s48.035 21.506 48.035 48.034v0c-0.106 26.552-21.654 48.035-48.221 48.035-0.022 0-0.044 0-0.066 0h0.003zM716.676 268.397c-26.422-0.141-47.787-21.593-47.787-48.034 0-26.529 21.506-48.035 48.035-48.035s48.035 21.506 48.035 48.034v0c-0.106 26.552-21.654 48.035-48.221 48.035-0.022 0-0.044 0-0.066 0h0.003z" />
70
+ <glyph unicode="&#xe93c;" glyph-name="product_categories" horiz-adv-x="890" d="M523.023 570.684h-26.872v117.401c0 0 0 0 0 0 0 6.389-5.161 11.572-11.541 11.609h-157.778v62.614h26.872c0.078-0.001 0.169-0.001 0.261-0.001 13.414 0 24.292 10.856 24.328 24.261v76.966c-0.037 13.421-10.907 24.291-24.325 24.328h-77.228c-13.408-0.037-24.263-10.915-24.263-24.328 0 0 0 0 0 0v0-76.963c0.037-13.385 10.878-24.226 24.259-24.263h26.941v-62.484h-157.774c-6.412 0-11.61-5.198-11.61-11.61v0-117.401h-26.872c-13.385-0.037-24.226-10.878-24.263-24.259v-76.967c0 0 0 0 0 0 0-13.413 10.855-24.291 24.259-24.328h76.967c13.376 0.036 24.218 10.833 24.328 24.187v76.974c-0.037 13.408-10.915 24.263-24.328 24.263 0 0 0 0 0 0h-26.872v105.987h146.165v-105.987h-26.937c-13.385-0.037-24.226-10.878-24.263-24.259v-76.967c0 0 0 0 0 0 0-13.413 10.855-24.291 24.259-24.328h76.967c0.058-0.001 0.127-0.001 0.196-0.001 13.449 0 24.357 10.885 24.393 24.325v76.967c-0.037 13.408-10.915 24.263-24.328 24.263 0 0 0 0 0 0h-27.133v105.987h146.165v-105.987h-26.872c0 0 0 0 0 0-13.413 0-24.291-10.855-24.328-24.259v-76.967c0.037-13.421 10.907-24.291 24.325-24.328h76.902c13.421 0.037 24.291 10.907 24.328 24.325v76.967c-0.037 13.408-10.915 24.263-24.328 24.263 0 0 0 0 0 0v0zM275.632 786.572v76.963c0.033 0.598 0.51 1.075 1.106 1.109h76.966c0.598-0.033 1.075-0.51 1.109-1.106v-76.966c-0.033-0.598-0.51-1.075-1.106-1.109h-76.966c-0.598 0.033-1.075 0.51-1.109 1.106v0.003zM185.494 546.421v-76.963c-0.033-0.598-0.51-1.075-1.106-1.109h-76.966c-0.598 0.033-1.075 0.51-1.109 1.106v76.966c0.033 0.598 0.51 1.075 1.106 1.109h76.966c0.598-0.033 1.075-0.51 1.109-1.106v-0.003zM355.074 546.421v-76.963c-0.033-0.598-0.51-1.075-1.106-1.109h-77.227c-0.598 0.033-1.075 0.51-1.109 1.106v76.966c0.033 0.598 0.51 1.075 1.106 1.109h76.966c0.598-0.033 1.075-0.51 1.109-1.106v-0.003zM524.653 469.458c-0.036-0.62-0.547-1.109-1.172-1.109-0.001 0-0.001 0-0.002 0v0h-77.354c-0.001 0-0.001 0-0.002 0-0.625 0-1.137 0.489-1.172 1.106v76.966c0.036 0.62 0.547 1.109 1.172 1.109 0.001 0 0.001 0 0.002 0v0h76.898c0.001 0 0.001 0 0.002 0 0.625 0 1.137-0.489 1.172-1.106v-0.003zM548.394-18.344h-491.846c-16.822 0-30.459 13.637-30.459 30.459v0 891.337c0 16.822 13.637 30.459 30.459 30.459v0h404.382v-165.21c0-7.204 5.84-13.045 13.045-13.045v0h143.49v-334.268c4.305 0 8.675 0.391 13.045 0.391s8.675 0 13.045-0.391v347.377c0.030 0.322 0.048 0.697 0.048 1.076s-0.017 0.754-0.051 1.124l0.004-0.048v1.109s0 0.587 0 0.913c-0.683 2.021-1.779 3.748-3.195 5.152l-0.001 0.001-156.405 177.211c-0.411 0.61-0.84 1.142-1.309 1.636l0.005-0.005-1.891 1.174c-0.826 0.519-1.78 0.942-2.794 1.222l-0.076 0.018h-0.848l-0.913 0.652h-419.579c-31.216-0.037-56.511-25.333-56.548-56.545v-891.34c0.037-31.216 25.333-56.511 56.545-56.548h530.462c0 0 0 0 0 0 12.638 0 24.298 4.19 33.666 11.256l-0.142-0.103c-26.21 1.106-50.847 6.49-73.675 15.469l1.539-0.533zM487.020 912.322l114.662-130.446h-114.662zM630.51 452.239c-142.096-0.63-257.044-115.966-257.044-258.15 0-142.574 115.579-258.152 258.152-258.152s258.152 115.579 258.152 258.152c0 0.022 0 0.044 0 0.067v-0.004c-0.482 142.641-116.226 258.087-258.934 258.087-0.115 0-0.23 0-0.346 0h0.018zM630.51-33.541c-125.33 0.556-226.715 102.284-226.715 227.691 0 125.752 101.942 227.693 227.693 227.693s227.692-101.941 227.693-227.691v0c-0.334-125.823-102.41-227.694-228.28-227.694-0.138 0-0.276 0-0.413 0h0.021zM574.744 153.388h139.447c0.028 0 0.062-0.001 0.095-0.001 3.471 0 6.402 2.318 7.327 5.491l0.013 0.054 30.85 107.618c0.181 0.609 0.286 1.309 0.286 2.033 0 1.697-0.574 3.26-1.538 4.506l0.013-0.017c-1.422 1.858-3.636 3.049-6.128 3.065h-188.171l-5.544 25.111c-0.801 3.458-3.854 5.997-7.5 6.001h-46.83c-4.251 0-7.696-3.446-7.696-7.696s3.446-7.696 7.696-7.696h40.634l27.85-124.837c-8.321-3.593-14.039-11.728-14.039-21.198 0-12.716 10.308-23.024 23.024-23.024 0.075 0 0.149 0 0.224 0.001h139.436c4.251 0 7.696 3.446 7.696 7.696s-3.446 7.696-7.696 7.696h-139.447c-4.251 0-7.696 3.446-7.696 7.696s3.446 7.696 7.696 7.696v0zM600.899 108.71c-12.399-0.038-22.436-10.098-22.436-22.502 0-12.427 10.074-22.502 22.502-22.502 12.359 0 22.39 9.963 22.501 22.296v0.011c0.001 0.058 0.001 0.127 0.001 0.196 0 12.427-10.074 22.502-22.502 22.502-0.023 0-0.046 0-0.070 0h0.004zM688.102 108.71c-12.286-0.184-22.175-10.187-22.175-22.5 0-12.427 10.074-22.502 22.502-22.502 12.358 0 22.389 9.962 22.501 22.293v0.011c0.001 0.059 0.001 0.128 0.001 0.198 0 12.427-10.074 22.502-22.502 22.502-0.115 0-0.23-0.001-0.344-0.003h0.017z" />
71
+ <glyph unicode="&#xe93d;" glyph-name="product_content" horiz-adv-x="1312" d="M116.736 660.061c0-8.569 6.946-15.515 15.515-15.515v0h744.727c8.569 0 15.515 6.946 15.515 15.515s-6.946 15.515-15.515 15.515v0h-744.727c-8.569 0-15.515-6.946-15.515-15.515v0zM809.581 572.183h-677.329c-8.569 0-15.515-6.946-15.515-15.515s6.946-15.515 15.515-15.515v0h677.329c8.569 0 15.515 6.946 15.515 15.515s-6.946 15.515-15.515 15.515v0zM768.248 468.79h-635.997c-8.569 0-15.515-6.946-15.515-15.515s6.946-15.515 15.515-15.515v0h635.997c8.569 0 15.515 6.946 15.515 15.515s-6.946 15.515-15.515 15.515v0zM706.188 365.335h-573.936c-8.569 0-15.515-6.946-15.515-15.515s6.946-15.515 15.515-15.515v0h573.936c8.569 0 15.515 6.946 15.515 15.515s-6.946 15.515-15.515 15.515v0zM833.164 106.791h-765.952c-19.968 0.035-36.146 16.213-36.181 36.178v749.819c0.035 19.968 16.213 36.146 36.178 36.181h770.61v-175.818c0.034-8.577 6.995-15.517 15.577-15.517 0.087 0 0.174 0.001 0.261 0.002h-0.013l180.658 3.475v-309.993c4.282 0 8.564 0.372 12.909 0.372 6.206 0 12.102 0 18.122-0.745v326.191c-0.035 1.208-0.169 2.362-0.394 3.483l0.022-0.131c0.213 0.965 0.334 2.073 0.334 3.21 0 4.42-1.841 8.41-4.797 11.245l-0.005 0.005-191.643 181.031c-2.78 2.703-6.579 4.369-10.768 4.369-0.755 0-1.498-0.054-2.224-0.159l0.083 0.010c-0.39 0.029-0.845 0.046-1.303 0.046s-0.913-0.017-1.364-0.049l0.060 0.004h-786.122c-37.106-0.035-67.176-30.106-67.212-67.208v-749.819c0.035-37.106 30.106-67.176 67.208-67.212h782.464c-5.684 8.779-11.2 18.965-15.93 29.579l-0.578 1.451zM868.848 901.353l137.154-129.769-137.154-2.607zM1047.087 462.522c-144.887-0.67-262.082-118.278-262.082-263.258 0-145.395 117.866-263.261 263.261-263.261s263.26 117.864 263.261 263.258v0c-0.529 145.509-118.608 263.261-264.19 263.261-0.088 0-0.176 0-0.264 0h0.014zM1047.087-32.97c-127.803 0.599-231.176 104.342-231.176 232.228 0 128.258 103.973 232.231 232.231 232.231s232.229-103.972 232.231-232.228v0c-0.458-128.356-104.617-232.231-233.036-232.231-0.088 0-0.175 0-0.263 0h0.013zM990.239 157.68h142.243c3.577 0.002 6.597 2.387 7.557 5.654l0.014 0.056 31.465 109.723c0.201 0.66 0.317 1.419 0.317 2.204 0 1.766-0.585 3.395-1.573 4.704l0.014-0.020c-1.459 1.858-3.688 3.053-6.198 3.103h-192.024l-5.585 25.197c-0.797 3.572-3.939 6.203-7.695 6.206h-47.787c-4.319 0-7.82-3.501-7.82-7.82s3.501-7.82 7.82-7.82h41.456l28.424-127.41c-8.477-3.661-14.302-11.949-14.302-21.598 0-12.956 10.503-23.459 23.459-23.459 0.075 0 0.151 0 0.226 0.001h142.231c0.209-0.020 0.453-0.031 0.699-0.031 4.353 0 7.882 3.529 7.882 7.882s-3.529 7.882-7.882 7.882c-0.246 0-0.489-0.011-0.73-0.033l0.031 0.002h-142.243c-4.319 0-7.82 3.501-7.82 7.82s3.501 7.82 7.82 7.82v0zM1016.925 112.19c-12.682 0-22.962-10.281-22.962-22.962s10.281-22.962 22.962-22.962c12.682 0 22.962 10.281 22.962 22.962 0 0.022 0 0.044 0 0.065v-0.003c-0.035 12.655-10.302 22.9-22.962 22.9 0 0 0 0 0 0v0zM1105.858 112.19c-12.682 0-22.962-10.281-22.962-22.962s10.281-22.962 22.962-22.962c12.682 0 22.962 10.281 22.962 22.962 0 0.022 0 0.044 0 0.065v-0.003c-0.035 12.655-10.302 22.9-22.962 22.9 0 0 0 0 0 0v0z" />
72
+ <glyph unicode="&#xe93e;" glyph-name="product_images" horiz-adv-x="1310" d="M775.261 454.703l-170.294 136.533c-2.63 2.097-6.002 3.365-9.67 3.365-4.261 0-8.123-1.711-10.936-4.484l-74.905-74.967-31.589 26.065c-2.664 2.241-6.132 3.603-9.918 3.603-4.271 0-8.137-1.733-10.934-4.533v0l-86.885-86.885c-2.809-2.801-4.546-6.674-4.546-10.954 0-8.543 6.926-15.469 15.469-15.469 4.264 0 8.125 1.725 10.923 4.516l77.141 76.955 64.171-53.372c2.657-2.212 6.105-3.555 9.868-3.555 8.544 0 15.471 6.927 15.471 15.471 0 4.782-2.17 9.057-5.578 11.895l-0.025 0.020-19.673 16.384 63.054 62.992 159.558-127.721c2.619-2.108 5.986-3.383 9.65-3.383 8.535 0 15.454 6.919 15.454 15.454 0 4.871-2.253 9.215-5.774 12.048l-0.030 0.023zM785.377 693.698h-508.897c-25.93-0.246-46.856-21.323-46.856-47.288 0-0.001 0-0.001 0-0.002v0-223.418c0-26.096 21.137-47.255 47.225-47.29h508.9c26.103 0.035 47.255 21.187 47.29 47.287v223.421c-0.035 26.126-21.222 47.291-47.352 47.291-0.109 0-0.218 0-0.327-0.001h0.017zM801.699 422.99c0-9.014-7.308-16.322-16.322-16.322v0h-508.897c-8.798 0.276-15.825 7.475-15.825 16.314 0 0.003 0 0.005 0 0.008v0 223.418c0 9.014 7.308 16.322 16.322 16.322h508.897c9.014 0 16.322-7.308 16.322-16.322v0zM328.487 635.051c-0.018 0-0.040 0-0.062 0-21.525 0-38.974-17.449-38.974-38.974s17.449-38.974 38.974-38.974c21.525 0 38.974 17.449 38.974 38.974v0c0 0 0 0 0 0 0 21.503-17.414 38.939-38.909 38.974h-0.003zM328.487 588.071c-4.421 0-8.006 3.584-8.006 8.006s3.584 8.006 8.006 8.006c4.421 0 8.006-3.584 8.006-8.006v0c-0.035-4.407-3.598-7.971-8.002-8.006h-0.003zM832.295 109.273h-765.269c-19.881 0.106-35.96 16.229-35.995 36.116v747.585c0.105 19.837 16.158 35.89 35.985 35.995h768.382v-175.321c0.002-4.328 1.783-8.24 4.652-11.044l0.003-0.003c2.729-2.727 6.497-4.413 10.66-4.413 0.158 0 0.315 0.002 0.472 0.007l-0.023-0.001 179.976 3.413v-312.91c5.151 0.372 10.302 0.559 15.515 0.559s10.302 0 15.453-0.559v328.921c-0.020 1.199-0.177 2.351-0.457 3.455l0.022-0.104c0.231 0.998 0.363 2.145 0.363 3.322 0 4.378-1.828 8.33-4.763 11.133l-0.006 0.006-190.774 180.348c-2.747 2.586-6.458 4.175-10.54 4.175-0.88 0-1.744-0.074-2.584-0.216l0.091 0.013c-0.39 0.029-0.845 0.046-1.303 0.046s-0.913-0.017-1.364-0.049l0.060 0.004h-783.825c-36.916-0.035-66.849-29.881-67.025-66.76v-747.599c0.035-37.003 30.023-66.99 67.022-67.025h781.036c-5.342 8.647-10.618 18.799-15.163 29.341l-0.601 1.565zM866.304 913.392l148.945-141.002-148.945-2.855zM1046.652 460.164c-144.236-0.67-260.903-117.75-260.903-262.079 0-144.744 117.338-262.082 262.082-262.082s262.080 117.337 262.082 262.079v0c-0.494 144.85-118.031 262.082-262.949 262.082-0.11 0-0.219 0-0.329 0h0.017zM1046.652-33.094c-127.22 0.599-230.121 103.869-230.121 231.173 0 127.675 103.501 231.176 231.176 231.176s231.174-103.5 231.176-231.173v0c-0.494-127.712-104.138-231.052-231.919-231.052-0.11 0-0.219 0-0.329 0h0.017zM990.115 156.688h141.56c0.013 0 0.029 0 0.044 0 3.533 0 6.515 2.362 7.452 5.593l0.014 0.055 31.403 109.289c0.184 0.632 0.29 1.359 0.29 2.11 0 4.319-3.501 7.82-7.82 7.82-0.015 0-0.029 0-0.044 0h-191.021l-5.585 24.824c-0.772 3.57-3.904 6.206-7.651 6.206-0.016 0-0.031 0-0.047 0h-47.536c-4.319 0-7.82-3.501-7.82-7.82s3.501-7.82 7.82-7.82h41.27l28.113-126.604c-8.369-3.688-14.106-11.911-14.106-21.473 0-12.922 10.475-23.397 23.397-23.397 0.028 0 0.057 0 0.085 0h141.556c4.319 0 7.82 3.501 7.82 7.82s-3.501 7.82-7.82 7.82v0h-141.374c-0.209-0.020-0.451-0.031-0.696-0.031-4.319 0-7.82 3.501-7.82 7.82s3.501 7.82 7.82 7.82c0.245 0 0.487-0.011 0.727-0.033l-0.031 0.002zM1016.615 111.383c-12.587-0.035-22.776-10.247-22.776-22.838 0-12.613 10.225-22.838 22.838-22.838s22.838 10.225 22.838 22.838v0c-0.035 12.621-10.275 22.838-22.9 22.838 0 0 0 0 0 0v0zM1105.175 111.383c-12.587-0.035-22.776-10.247-22.776-22.838 0-12.613 10.225-22.838 22.838-22.838s22.838 10.225 22.838 22.838v0c-0.035 12.621-10.275 22.838-22.9 22.838 0 0 0 0 0 0v0z" />
73
+ <glyph unicode="&#xe93f;" glyph-name="product_meta" horiz-adv-x="1305" d="M153.228 342.559c-20.874 0-37.795-16.921-37.795-37.795s16.921-37.795 37.795-37.795c20.874 0 37.795 16.921 37.795 37.795v0c0 20.874-16.921 37.795-37.795 37.795v0zM280.328 342.559c-20.874 0-37.795-16.921-37.795-37.795s16.921-37.795 37.795-37.795c20.874 0 37.795 16.921 37.795 37.795v0c0 20.874-16.921 37.795-37.795 37.795v0zM445.285 304.764c0-20.874-16.921-37.795-37.795-37.795s-37.795 16.921-37.795 37.795c0 20.874 16.921 37.795 37.795 37.795s37.795-16.921 37.795-37.795zM1057.078 457.309v301.18c-0.020 1.177-0.177 2.308-0.456 3.39l0.022-0.1c0.235 1.002 0.37 2.152 0.37 3.333 0 4.357-1.832 8.286-4.769 11.058l-0.007 0.007-189.595 179.603c-2.784 2.727-6.6 4.409-10.809 4.409-0.851 0-1.686-0.069-2.499-0.201l0.089 0.012c-0.39 0.029-0.845 0.046-1.303 0.046s-0.913-0.017-1.364-0.049l0.060 0.004h-780.102c-36.832-0.035-66.68-29.884-66.715-66.712v-744.048c0.071-36.817 29.898-66.645 66.708-66.715h741.073c43.238-88.521 132.603-148.419 235.957-148.419 144.572 0 261.772 117.199 261.772 261.772 0 139.88-109.715 254.135-247.784 261.404l-0.647 0.027zM862.208 901.787l136.099-128.776-136.533-2.544zM66.715 113.307c-19.724 0.175-35.65 16.189-35.685 35.93v744.048c0.174 19.638 16.047 35.511 35.668 35.685h764.914v-174.452c0-0.036 0-0.079 0-0.122 0-4.259 1.759-8.108 4.589-10.86l0.004-0.003c2.653-2.727 6.357-4.418 10.457-4.418 0.207 0 0.414 0.004 0.619 0.013l-0.029-0.001 178.983 3.662v-285.479c-137.068-8.489-245.020-121.73-245.020-260.185 0-30.003 5.069-58.822 14.398-85.647l-0.554 1.83zM1043.301-32.97c-97.256 0.028-180.498 59.997-214.796 144.97l-0.555 1.555c-10.080 24.902-15.928 53.783-15.928 84.031 0 121.504 94.371 220.967 213.815 229.089l0.707 0.039 7.696 0.434c3.103 0 6.206 0 9.309 0 4.592 0 9.185 0 13.777-0.434v0c120.058-8.574 214.208-108.077 214.208-229.57 0-126.429-101.956-229.044-228.132-230.112l-0.102-0.001zM1159.168 280.064h-190.216l-5.585 24.824c-0.771 3.564-3.894 6.197-7.632 6.206h-47.353c-4.009-0.369-7.124-3.715-7.124-7.789s3.115-7.42 7.093-7.786l0.031-0.002h41.146l28.176-126.231c-8.391-3.64-14.154-11.853-14.154-21.412 0-12.853 10.42-23.273 23.273-23.273 0.067 0 0.133 0 0.2 0.001h140.992c0.209-0.020 0.451-0.031 0.696-0.031 4.319 0 7.82 3.501 7.82 7.82s-3.501 7.82-7.82 7.82c-0.245 0-0.487-0.011-0.727-0.033l0.031 0.002h-141.25c-4.284 0-7.758 3.473-7.758 7.758s3.473 7.758 7.758 7.758v0h141.002c3.544 0.001 6.536 2.359 7.495 5.592l0.014 0.055 31.030 108.73c0.19 0.637 0.299 1.369 0.299 2.126 0 1.778-0.603 3.415-1.616 4.718l0.013-0.017c-1.356 1.81-3.44 3.011-5.81 3.164l-0.023 0.001zM1013.388 110.639c-12.518-0.035-22.652-10.191-22.652-22.714 0-12.545 10.169-22.714 22.714-22.714s22.714 10.169 22.714 22.714v0c-0.035 12.552-10.219 22.714-22.776 22.714 0 0 0 0 0 0v0zM1101.514 110.639c-12.491-0.070-22.59-10.213-22.59-22.714 0-12.545 10.169-22.714 22.714-22.714s22.714 10.169 22.714 22.714v0c-0.035 12.552-10.219 22.714-22.776 22.714-0.022 0-0.044 0-0.066 0h0.003z" />
74
+ <glyph unicode="&#xe940;" glyph-name="product_prices" horiz-adv-x="1312" d="M834.343 110.452h-767.131c0 0 0 0 0 0-19.939 0-36.111 16.128-36.181 36.051v746.534c0.141 19.875 16.285 35.933 36.18 35.933 0 0 0.001 0 0.001 0h770.607v-175.011c0.002-4.328 1.783-8.24 4.652-11.044l0.003-0.003c2.672-2.729 6.395-4.421 10.512-4.421 0.232 0 0.462 0.005 0.691 0.016l-0.032-0.001 180.72 3.413v-313.344c4.841 0 9.806 0.496 14.708 0.496s10.923 0 16.322-0.621v329.356c-0.024 1.201-0.181 2.353-0.457 3.458l0.023-0.107c0.232 0.994 0.365 2.134 0.365 3.306 0 4.376-1.856 8.319-4.825 11.083l-0.009 0.008-191.333 180.224c-2.782 2.717-6.591 4.393-10.792 4.393-0.813 0-1.611-0.063-2.39-0.184l0.087 0.011c-0.381 0.031-0.825 0.048-1.272 0.048s-0.891-0.017-1.33-0.052l0.058 0.004h-786.308c-0.018 0-0.040 0-0.062 0-37.020 0-67.043-29.958-67.149-66.953v-746.537c0.106-37.006 30.129-66.963 67.149-66.963 0.022 0 0.044 0 0.066 0h782.643c-5.308 8.664-10.506 18.823-14.945 29.379l-0.57 1.527zM868.848 913.455l149.504-140.816-149.504-2.855zM1048.824 459.978c-144.202-0.67-260.841-117.722-260.841-262.017 0-144.71 117.31-262.020 262.020-262.020s262.018 117.309 262.020 262.017v0c-0.494 144.815-118.003 262.020-262.887 262.020-0.11 0-0.219 0-0.329 0h0.017zM1048.824-32.97c-127.186 0.599-230.059 103.842-230.059 231.111 0 127.641 103.473 231.114 231.114 231.114s231.114-103.473 231.114-231.114c0-0.021 0-0.042 0-0.063v0.003c-0.458-127.705-104.089-231.052-231.857-231.052-0.11 0-0.219 0-0.329 0h0.017zM992.535 156.625h141.56c0.013 0 0.029 0 0.044 0 3.533 0 6.515 2.362 7.452 5.593l0.014 0.055 31.341 108.854c0.183 0.633 0.288 1.359 0.288 2.111 0 4.323-3.481 7.833-7.793 7.881h-191.090l-5.648 24.824c-0.747 3.566-3.866 6.206-7.601 6.206-0.011 0-0.023 0-0.034 0h-47.536c-0.209 0.020-0.451 0.031-0.696 0.031-4.319 0-7.82-3.501-7.82-7.82s3.501-7.82 7.82-7.82c0.245 0 0.487 0.011 0.727 0.033l-0.031-0.002h41.27l28.3-126.728c-8.369-3.688-14.106-11.911-14.106-21.473 0-12.922 10.475-23.397 23.397-23.397 0.006 0 0.013 0 0.019 0h141.559c0.209-0.020 0.451-0.031 0.696-0.031 4.319 0 7.82 3.501 7.82 7.82s-3.501 7.82-7.82 7.82c-0.245 0-0.487-0.011-0.727-0.033l0.031 0.002h-141.436c-4.319 0-7.82 3.501-7.82 7.82s3.501 7.82 7.82 7.82v0zM1019.035 111.321c-12.587-0.035-22.776-10.247-22.776-22.838 0-12.613 10.225-22.838 22.838-22.838s22.838 10.225 22.838 22.838v0c-0.035 12.621-10.275 22.838-22.9 22.838 0 0 0 0 0 0v0zM1107.534 111.321c-12.587-0.035-22.776-10.247-22.776-22.838 0-12.613 10.225-22.838 22.838-22.838s22.838 10.225 22.838 22.838v0c-0.035 12.621-10.275 22.838-22.9 22.838 0 0 0 0 0 0v0zM741.19 346.779h-418.909c-8.569 0-15.515 6.946-15.515 15.515s6.946 15.515 15.515 15.515v0h418.909c8.569 0 15.515-6.946 15.515-15.515s-6.946-15.515-15.515-15.515v0zM627.433 264.425h-191.333c-8.569 0-15.515 6.946-15.515 15.515s6.946 15.515 15.515 15.515v0h191.333c8.569 0 15.515-6.946 15.515-15.515s-6.946-15.515-15.515-15.515v0z" />
75
+ <glyph unicode="&#xe941;" glyph-name="product_rating" horiz-adv-x="1314" d="M326.377 551.083l-47.104 6.827c-2.022 0.324-3.693 1.585-4.576 3.316l-0.016 0.035-20.79 42.512c-2.37 4.529-7.037 7.567-12.412 7.567s-10.042-3.038-12.375-7.49l-0.037-0.077-20.976-42.512c-0.847-1.809-2.545-3.094-4.564-3.348l-0.029-0.003-46.918-6.827c-5.314-0.778-9.598-4.482-11.205-9.397l-0.028-0.098c-0.436-1.277-0.687-2.748-0.687-4.278 0-3.911 1.645-7.439 4.28-9.928l0.007-0.006 33.699-32.83c1.162-1.129 1.882-2.706 1.882-4.452 0-0.356-0.030-0.706-0.088-1.046l0.005 0.037-8.006-46.732c-0.134-0.718-0.211-1.545-0.211-2.389 0-3.383 1.23-6.478 3.267-8.863l-0.016 0.019c2.61-3.031 6.453-4.938 10.74-4.938 2.33 0 4.529 0.563 6.468 1.561l-0.079-0.037 41.953 22.094c0.829 0.438 1.812 0.696 2.855 0.696s2.026-0.257 2.889-0.712l-0.034 0.016 41.953-22.094c1.876-1.020 4.109-1.62 6.482-1.62 4.278 0 8.101 1.95 10.628 5.010l0.019 0.023c2.022 2.366 3.252 5.461 3.252 8.844 0 0.844-0.077 1.671-0.223 2.473l0.013-0.084-8.006 46.732c-0.058 0.319-0.091 0.686-0.091 1.062 0 1.719 0.699 3.276 1.829 4.4v0l33.947 33.078c2.589 2.527 4.195 6.052 4.195 9.952 0 6.968-5.127 12.739-11.814 13.746l-0.077 0.009zM618.868 551.083l-46.918 6.827c-2.022 0.324-3.693 1.585-4.576 3.316l-0.016 0.035-21.225 42.512c-2.37 4.529-7.037 7.567-12.412 7.567s-10.042-3.038-12.375-7.49l-0.037-0.077-20.976-42.512c-0.847-1.809-2.545-3.094-4.564-3.348l-0.029-0.003-46.918-6.827c-5.301-0.807-9.573-4.499-11.205-9.397l-0.028-0.099c-0.445-1.29-0.702-2.776-0.702-4.323 0-3.889 1.626-7.397 4.234-9.884l0.005-0.005 34.009-32.83c1.162-1.129 1.882-2.706 1.882-4.452 0-0.356-0.030-0.706-0.088-1.046l0.005 0.037-8.006-46.732c-0.134-0.718-0.211-1.545-0.211-2.389 0-3.383 1.23-6.478 3.267-8.863l-0.016 0.019c2.61-3.031 6.453-4.938 10.74-4.938 2.33 0 4.529 0.563 6.468 1.561l-0.079-0.037 41.953 22.094c0.829 0.438 1.812 0.696 2.855 0.696s2.026-0.257 2.889-0.712l-0.034 0.016 41.953-22.094c1.901-1.054 4.169-1.674 6.582-1.674 4.189 0 7.942 1.87 10.469 4.82l0.016 0.019c2.022 2.366 3.252 5.461 3.252 8.844 0 0.844-0.077 1.671-0.223 2.473l0.013-0.084-8.006 46.732c-0.058 0.319-0.091 0.686-0.091 1.062 0 1.719 0.699 3.276 1.829 4.4v0l34.257 33.078c2.589 2.527 4.195 6.052 4.195 9.952 0 6.968-5.127 12.739-11.814 13.746l-0.077 0.009zM826.399 611.468c-0.015 0-0.032 0-0.050 0-5.394 0-10.065-3.1-12.326-7.616l-0.036-0.080-20.976-42.512c-0.847-1.809-2.545-3.094-4.564-3.348l-0.029-0.003-46.918-6.827c-5.301-0.807-9.573-4.499-11.205-9.397l-0.028-0.099c-0.445-1.29-0.702-2.776-0.702-4.323 0-3.889 1.626-7.397 4.234-9.884l0.005-0.005 33.885-32.83c1.13-1.124 1.829-2.68 1.829-4.4 0-0.375-0.033-0.742-0.097-1.099l0.006 0.038-8.006-46.732c-0.134-0.718-0.211-1.545-0.211-2.389 0-3.383 1.23-6.478 3.267-8.863l-0.016 0.019c2.61-3.031 6.453-4.938 10.74-4.938 2.33 0 4.529 0.563 6.468 1.561l-0.079-0.037 41.953 22.094c0.829 0.438 1.812 0.696 2.855 0.696s2.026-0.257 2.889-0.712l-0.034 0.016 41.953-22.094c1.876-1.020 4.109-1.62 6.482-1.62 4.278 0 8.101 1.95 10.628 5.010l0.019 0.023c2.022 2.366 3.252 5.461 3.252 8.844 0 0.844-0.077 1.671-0.223 2.473l0.013-0.084-8.006 46.732c-0.058 0.319-0.091 0.686-0.091 1.062 0 1.719 0.699 3.276 1.829 4.4v0l33.947 33.078c2.589 2.527 4.195 6.052 4.195 9.952 0 6.968-5.127 12.739-11.814 13.746l-0.077 0.009-46.918 6.827c-2.022 0.324-3.693 1.585-4.576 3.316l-0.016 0.035-20.976 42.512c-2.342 4.46-6.941 7.449-12.238 7.449-0.083 0-0.166-0.001-0.248-0.002h0.012zM836.577 108.342h-769.552c-19.881 0.106-35.96 16.229-35.995 36.116v748.454c0.070 19.886 16.172 35.987 36.050 36.057h769.559v-175.507c0.007-4.316 1.761-8.221 4.592-11.047v0c2.766-2.727 6.567-4.412 10.761-4.412 0.144 0 0.288 0.002 0.431 0.006h-0.021l180.348 3.413v-312.351c6.206 0.434 12.412 0.745 18.618 0.745 4.22 0 8.378 0 12.412 0v327.494c0 0.009 0 0.019 0 0.029 0 1.156-0.136 2.281-0.392 3.359l0.020-0.098c0.223 0.987 0.351 2.12 0.351 3.283 0 4.42-1.848 8.408-4.813 11.234l-0.006 0.006-191.457 180.658c-2.782 2.717-6.591 4.393-10.792 4.393-0.813 0-1.611-0.063-2.39-0.184l0.087 0.011c-0.381 0.031-0.825 0.048-1.272 0.048s-0.891-0.017-1.33-0.052l0.058 0.004h-784.756c-37.037-0.035-67.052-30.050-67.088-67.084v-748.454c0.035-37.037 30.050-67.052 67.084-67.088h785.567c-5.505 8.719-10.882 18.89-15.492 29.471l-0.581 1.497zM867.297 913.33l148.945-141.188-149.318-2.855zM1050.748 460.784c-144.407-0.67-261.213-117.889-261.213-262.39 0-144.915 117.477-262.392 262.392-262.392s262.391 117.475 262.392 262.389v0c-0.494 145.021-118.17 262.392-263.26 262.392-0.11 0-0.219 0-0.329 0h0.017zM1050.748-33.032c-127.357 0.599-230.369 103.981-230.369 231.422 0 127.812 103.612 231.424 231.424 231.424s231.423-103.611 231.424-231.421v0c-0.494-127.883-104.277-231.362-232.229-231.362-0.088 0-0.176 0-0.263 0h0.013zM994.087 156.936h141.622c3.577 0.002 6.597 2.387 7.557 5.654l0.014 0.056 31.403 109.351c0.179 0.626 0.281 1.344 0.281 2.087 0 1.788-0.595 3.437-1.599 4.759l0.014-0.020c-1.43 1.893-3.677 3.103-6.206 3.103v0h-191.209l-5.585 25.135c-0.772 3.57-3.904 6.206-7.651 6.206-0.016 0-0.031 0-0.047 0h-47.598c-4.319 0-7.82-3.501-7.82-7.82s3.501-7.82 7.82-7.82h41.332l28.3-126.914c-8.449-3.654-14.253-11.917-14.253-21.536 0-12.922 10.475-23.397 23.397-23.397 0.080 0 0.16 0 0.24 0.001h141.61c4.319 0 7.82 3.501 7.82 7.82s-3.501 7.82-7.82 7.82v0h-141.622c-0.209-0.020-0.451-0.031-0.696-0.031-4.319 0-7.82 3.501-7.82 7.82s3.501 7.82 7.82 7.82c0.245 0 0.487-0.011 0.727-0.033l-0.031 0.002zM1020.649 111.569c-12.56-0.070-22.714-10.268-22.714-22.838 0-12.613 10.225-22.838 22.838-22.838s22.838 10.225 22.838 22.838v0c-0.035 12.621-10.275 22.838-22.9 22.838-0.022 0-0.044 0-0.066 0h0.003zM1109.271 111.569c-12.56-0.070-22.714-10.268-22.714-22.838 0-12.613 10.225-22.838 22.838-22.838s22.838 10.225 22.838 22.838v0c-0.035 12.621-10.275 22.838-22.9 22.838-0.022 0-0.044 0-0.066 0h0.003z" />
76
+ <glyph unicode="&#xe942;" glyph-name="product_related" horiz-adv-x="1200" d="M1133.289 960h-918.497c-0.018 0-0.040 0-0.062 0-36.665 0-66.396-29.688-66.467-66.336v-35.444h30.658v35.437c0.035 19.707 15.983 35.676 35.678 35.747h918.504c19.728-0.035 35.712-16.019 35.747-35.744v-740.076c-0.035-19.728-16.019-35.712-35.744-35.747h-35.253v-30.596h35.437c36.653 0 66.37 29.695 66.405 66.339v740.076c-0.071 36.634-29.766 66.308-66.401 66.343h-0.003zM985.026 808.758h-918.497c-0.037 0-0.081 0-0.124 0-36.653 0-66.37-29.695-66.405-66.34v-740.076c0.071-36.612 29.731-66.272 66.336-66.343h918.504c36.638 0.035 66.334 29.709 66.405 66.336v740.080c-0.035 36.582-29.646 66.237-66.209 66.343h-0.010zM1020.773 2.343c-0.035-19.728-16.019-35.712-35.744-35.747h-918.5c-19.728 0.035-35.712 16.019-35.747 35.744v740.076c0.035 19.728 16.019 35.712 35.744 35.747h918.5c19.728-0.035 35.712-16.019 35.747-35.744v-0.003zM430.763 328.657h236.513c5.862 0.074 10.79 3.989 12.388 9.341l0.024 0.093 52.627 182.52c0.336 1.090 0.529 2.342 0.529 3.64 0 2.94-0.993 5.649-2.661 7.809l0.022-0.030c-2.426 3.141-6.191 5.146-10.425 5.151h-319.241l-9.557 41.953c-1.327 5.77-6.352 10.032-12.396 10.178h-79.578c-7.198 0-13.033-5.835-13.033-13.033s5.835-13.033 13.033-13.033v0h68.887l47.29-211.751c-14.1-6.095-23.787-19.884-23.787-35.934 0-21.559 17.477-39.036 39.036-39.036 0.115 0 0.231 0.001 0.346 0.001h236.495c7.198 0 13.033 5.835 13.033 13.033s-5.835 13.033-13.033 13.033v0h-236.513c-7.198 0-13.033 5.835-13.033 13.033s5.835 13.033 13.033 13.033v0zM475.074 252.944c-20.965-0.106-37.919-17.125-37.919-38.105 0-21.045 17.060-38.105 38.105-38.105s38.105 17.060 38.105 38.105c0 0.022 0 0.043 0 0.065v-0.003c-0.106 21.033-17.181 38.043-38.229 38.043-0.022 0-0.044 0-0.066 0h0.003zM622.964 252.944c-20.965-0.106-37.919-17.125-37.919-38.105 0-21.045 17.060-38.105 38.105-38.105s38.105 17.060 38.105 38.105c0 0.022 0 0.043 0 0.065v-0.003c-0.106 21.033-17.181 38.043-38.229 38.043-0.022 0-0.044 0-0.066 0h0.003zM1062.167 888.816h-918.497c-0.055 0-0.121 0-0.186 0-36.653 0-66.37-29.695-66.405-66.34v-44.314h30.658v44.311c0 0 0 0 0 0 0 19.721 15.969 35.712 35.681 35.747h918.5c19.716-0.035 35.685-16.026 35.685-35.747 0 0 0 0 0 0v0-740.073c-0.035-19.694-15.991-35.65-35.681-35.685h-41.397v-30.658h41.394c36.612 0.071 66.272 29.731 66.343 66.336v740.080c-0.035 36.539-29.575 66.167-66.078 66.343h-0.017z" />
77
+ <glyph unicode="&#xe943;" glyph-name="product_stock" horiz-adv-x="1407" d="M925.318 118.283h-262.967v763.392l111.716-220.453c7.563-15.459 23.064-25.977 41.050-26.253h311.972v-205.743c5.4 0.372 10.861 0.621 16.323 0.621s9.31 0 13.902-0.434v205.557h104.33c11.619 0.098 21.761 6.334 27.351 15.619l0.081 0.145c3.357 5.444 5.345 12.041 5.345 19.102 0 6.074-1.471 11.803-4.077 16.853l0.097-0.206-122.391 240.934c-9.359 19.167-28.56 32.217-50.844 32.583l-0.048 0.001h-939.965c-22.309-0.391-41.481-13.434-50.681-32.244l-0.15-0.339-122.391-240.934c-2.509-4.843-3.98-10.573-3.98-16.647 0-7.062 1.989-13.659 5.437-19.262l-0.091 0.159c5.672-9.431 15.813-15.666 27.418-15.764h104.344v-489.253c0-31.839 23.833-57.72 53.065-57.72h748.931c-4.677 8.366-9.314 18.347-13.241 28.678l-0.537 1.609zM1117.159 929.713c10.581-0.466 19.574-6.818 23.823-15.844l0.071-0.169 122.391-240.934c0.431-0.823 0.683-1.797 0.683-2.831 0-0.030 0-0.060-0.001-0.091v0.005-4.655h-448.725c-6.307 0.363-11.634 4.215-14.108 9.641l-0.042 0.103-129.404 254.464zM30.225 665.194v4.655c0.047 1.076 0.34 2.074 0.824 2.952l-0.017-0.035 122.329 240.934c4.278 9.205 13.262 15.567 23.777 16.011l0.056 0.002h445.374l-129.466-254.774c-2.506-5.539-7.839-9.396-14.108-9.742l-0.042-0.002zM632.25 118.283h-442.084c-6.698 0.199-12.592 3.471-16.346 8.449l-0.039 0.054c-3.876 5.030-6.212 11.42-6.212 18.356 0 0.202 0.002 0.403 0.006 0.604v-0.030 489.253h311.377c18.022 0.277 33.523 10.795 40.966 25.98l0.121 0.273 111.716 220.453zM1143.412 460.816c-144.416-0.67-261.229-117.896-261.229-262.405 0-144.924 117.484-262.408 262.408-262.408s262.407 117.483 262.408 262.405v0c-0.494 145.030-118.177 262.408-263.276 262.408-0.11 0-0.219 0-0.329 0h0.017zM1143.412-33.030c-127.338 0.634-230.321 104.008-230.321 231.435 0 127.82 103.618 231.438 231.438 231.438s231.437-103.617 231.438-231.435v0c-0.459-127.918-104.262-231.438-232.243-231.438-0.11 0-0.219 0-0.329 0h0.017zM1086.747 156.949h142.127c0.008 0 0.017 0 0.027 0 3.556 0 6.553 2.392 7.47 5.655l0.013 0.055 31.405 109.357c0.184 0.632 0.29 1.359 0.29 2.11 0 4.319-3.501 7.82-7.82 7.82-0.015 0-0.029 0-0.044 0h-191.591l-5.586 24.826c-0.771 3.565-3.894 6.198-7.633 6.206h-47.604c-4.319 0-7.82-3.501-7.82-7.82s3.501-7.82 7.82-7.82h41.087l28.363-126.922c-8.449-3.655-14.253-11.918-14.253-21.537 0-12.923 10.476-23.398 23.398-23.398 0.058 0 0.115 0 0.173 0.001h142.305c4.319 0 7.82 3.501 7.82 7.82s-3.501 7.82-7.82 7.82v0h-142.127c-0.209-0.020-0.451-0.031-0.696-0.031-4.319 0-7.82 3.501-7.82 7.82s3.501 7.82 7.82 7.82c0.245 0 0.487-0.011 0.727-0.033l-0.031 0.002zM1113.311 111.58c-12.561-0.070-22.716-10.269-22.716-22.839 0-12.614 10.226-22.84 22.84-22.84s22.84 10.225 22.84 22.839v0c-0.035 12.622-10.275 22.84-22.902 22.84-0.022 0-0.044 0-0.066 0h0.003zM1202.001 111.58c-12.587-0.035-22.778-10.247-22.778-22.84 0-12.614 10.226-22.84 22.84-22.84s22.84 10.226 22.84 22.84v0c-0.035 12.622-10.275 22.84-22.902 22.84 0 0 0 0 0 0v0z" />
78
+ <glyph unicode="&#xe944;" glyph-name="product_tabs" horiz-adv-x="1252" d="M91.167 863.62h812.994c9.391 0 17.005 7.613 17.005 17.005s-7.613 17.005-17.005 17.005v0h-812.994c-9.391 0-17.005-7.613-17.005-17.005s7.613-17.005 17.005-17.005v0zM161.854 928.97h671.806c8.569 0 15.515 6.946 15.515 15.515s-6.946 15.515-15.515 15.515v0h-671.806c-8.569 0-15.515-6.946-15.515-15.515s6.946-15.515 15.515-15.515v0zM774.020 103.067h-711.959c-19.053 0-34.568 13.591-34.568 30.224v638.728c0 16.632 15.515 30.161 34.568 30.161h871.207c19.053 0 34.568-13.529 34.568-30.161v-339.534c6.206 0.496 12.412 0.807 18.928 0.807 2.979 0 5.834 0 8.751 0v338.727c0 31.899-27.927 57.903-62.061 57.903h-871.393c-34.133-0.248-62.061-26.003-62.061-57.903v-638.728c0-31.961 27.927-57.903 62.061-57.903h727.164c-5.021 7.728-10.088 16.8-14.571 26.203l-0.634 1.476zM986.764 464.57c-145.47-0.67-263.137-118.75-263.137-264.313 0-145.978 118.338-264.316 264.316-264.316s264.315 118.337 264.316 264.313v0c-0.494 146.084-119.031 264.316-265.184 264.316-0.11 0-0.219 0-0.329 0h0.017zM986.764-32.97c-128.283 0.599-232.045 104.731-232.045 233.097 0 128.737 104.362 233.1 233.1 233.1s233.098-104.361 233.1-233.097v0c-0.423-128.828-104.956-233.1-233.843-233.1-0.109 0-0.219 0-0.328 0h0.017zM929.73 158.549h142.739c0.026 0 0.058-0.001 0.089-0.001 3.556 0 6.553 2.392 7.469 5.655l0.013 0.055 31.589 110.158c0.209 0.669 0.329 1.438 0.329 2.235 0 4.284-3.473 7.758-7.758 7.758-0.050 0-0.1 0-0.15-0.001h-192.38l-5.648 25.321c-0.797 3.572-3.939 6.203-7.695 6.206h-48.097c-0.209 0.020-0.453 0.031-0.699 0.031-4.353 0-7.882-3.529-7.882-7.882s3.529-7.882 7.882-7.882c0.246 0 0.489 0.011 0.73 0.033l-0.031-0.002h41.581l28.548-127.845c-8.455-3.709-14.254-12.007-14.254-21.659 0-13.025 10.558-23.583 23.583-23.583 0.037 0 0.073 0 0.11 0h142.733c0.209-0.020 0.453-0.031 0.699-0.031 4.353 0 7.882 3.529 7.882 7.882s-3.529 7.882-7.882 7.882c-0.246 0-0.489-0.011-0.73-0.033l0.031 0.002h-142.739c-4.353 0-7.882 3.529-7.882 7.882s3.529 7.882 7.882 7.882v0zM956.478 112.873c-12.689-0.035-22.962-10.33-22.962-23.024 0-12.716 10.308-23.024 23.024-23.024s23.024 10.308 23.024 23.024v0c-0.035 12.724-10.358 23.024-23.086 23.024 0 0 0 0 0 0v0zM1045.783 112.873c-12.689-0.035-22.962-10.33-22.962-23.024 0-12.716 10.308-23.024 23.024-23.024s23.024 10.308 23.024 23.024v0c-0.070 12.709-10.372 22.989-23.083 23.024h-0.003z" />
79
+ <glyph unicode="&#xe945;" glyph-name="product_title" horiz-adv-x="1309" d="M695.699 404.744h-359.145c-8.569 0-15.515-6.946-15.515-15.515s6.946-15.515 15.515-15.515v0h359.145c8.569 0 15.515 6.946 15.515 15.515s-6.946 15.515-15.515 15.515v0zM831.612 476.486h-630.66c-8.569 0-15.515-6.946-15.515-15.515s6.946-15.515 15.515-15.515v0h630.66c8.569 0 15.515 6.946 15.515 15.515s-6.946 15.515-15.515 15.515v0zM689.742 580.127c2.72-4.456 7.555-7.385 13.075-7.385 0.007 0 0.014 0 0.021 0h43.441c8.569 0 15.515 6.946 15.515 15.515s-6.946 15.515-15.515 15.515v0h-32.582v18.618h33.078c8.569 0 15.515 6.946 15.515 15.515s-6.946 15.515-15.515 15.515v0h-33.078v18.618h33.078c8.569 0 15.515 6.946 15.515 15.515s-6.946 15.515-15.515 15.515v0h-43.442c-0.006 0-0.013 0-0.020 0-5.52 0-10.355-2.929-13.037-7.318l-0.038-0.067c-4.345-2.777-7.188-7.572-7.199-13.031v-89.493c-0.003-0.107-0.004-0.232-0.004-0.359 0-5.246 2.636-9.877 6.655-12.64l0.052-0.034zM598.575 570.818h46.359c8.569 0 15.515 6.946 15.515 15.515s-6.946 15.515-15.515 15.515v0h-31.030v87.505c0 8.569-6.946 15.515-15.515 15.515s-15.515-6.946-15.515-15.515v0-103.083c0-0.019 0-0.042 0-0.065 0-8.5 6.891-15.391 15.391-15.391 0.109 0 0.218 0.001 0.327 0.003h-0.016zM480.039 673.901h18.618c-0.029-0.39-0.046-0.845-0.046-1.303s0.017-0.913 0.049-1.364l-0.004 0.060v-87.63c0-8.569 6.946-15.515 15.515-15.515s15.515 6.946 15.515 15.515v0 87.63c0.029 0.39 0.046 0.845 0.046 1.303s-0.017 0.913-0.049 1.364l0.004-0.060h13.157c8.569 0 15.515 6.946 15.515 15.515s-6.946 15.515-15.515 15.515v0h-62.061c-8.569 0-15.515-6.946-15.515-15.515s6.946-15.515 15.515-15.515v0zM425.922 568.211c8.535 0 15.453 6.919 15.453 15.453v108.234c0 8.569-6.946 15.515-15.515 15.515s-15.515-6.946-15.515-15.515v0-108.234c0.035-8.542 6.968-15.453 15.515-15.453 0.022 0 0.044 0 0.066 0h-0.003zM310.303 673.901h18.246c-0.029-0.39-0.046-0.845-0.046-1.303s0.017-0.913 0.049-1.364l-0.004 0.060v-87.63c0-8.569 6.946-15.515 15.515-15.515s15.515 6.946 15.515 15.515v0 87.63c-0.012 0.93-0.124 1.828-0.327 2.691l0.017-0.084h13.157c8.569 0 15.515 6.946 15.515 15.515s-6.946 15.515-15.515 15.515v0h-62.123c-8.569 0-15.515-6.946-15.515-15.515s6.946-15.515 15.515-15.515v0zM831.612 109.77h-764.649c-19.825 0.105-35.863 16.166-35.933 35.988v747.217c0.070 19.83 16.109 35.89 35.923 35.995h768.072v-175.197c0-0.019 0-0.042 0-0.065 0-8.535 6.919-15.453 15.453-15.453 0.109 0 0.218 0.001 0.327 0.003h-0.016l179.976 3.475v-313.22c5.151 0 10.302 0.559 15.515 0.559s10.302 0 15.391-0.559v328.921c0 0.009 0 0.019 0 0.029 0 1.156-0.136 2.281-0.392 3.359l0.020-0.098c0.234 1.005 0.369 2.158 0.369 3.343 0 4.373-1.831 8.319-4.769 11.111l-0.006 0.006-190.774 180.596c-2.739 2.588-6.443 4.179-10.52 4.179-0.888 0-1.758-0.075-2.604-0.22l0.091 0.013c-0.852 0.148-1.839 0.238-2.845 0.248h-783.277c-36.99-0.035-66.963-30.030-66.963-67.025 0 0 0 0 0 0v0-747.21c0-36.995 29.973-66.99 66.96-67.025h780.54c-5.48 8.746-10.799 18.942-15.328 29.556l-0.559 1.474zM865.745 913.517l148.945-140.94-148.945-2.855zM1046.218 459.978c-144.175-0.705-260.779-117.744-260.779-262.017 0-144.71 117.31-262.020 262.020-262.020 144.708 0 262.018 117.308 262.020 262.017v0c-0.494 144.815-118.003 262.020-262.887 262.020-0.131 0-0.263 0-0.394 0h0.021zM1046.218-33.094c-127.159 0.634-229.997 103.863-229.997 231.111 0 127.641 103.473 231.114 231.114 231.114s231.114-103.473 231.114-231.114c0-0.021 0-0.042 0-0.063v0.003c-0.529-127.651-104.132-230.928-231.857-230.928-0.132 0-0.263 0-0.395 0h0.021zM989.68 156.625h141.498c0.004 0 0.008 0 0.013 0 3.556 0 6.563 2.356 7.544 5.592l0.015 0.056 31.030 109.165c0.19 0.643 0.3 1.381 0.3 2.145 0 1.792-0.603 3.443-1.617 4.762l0.014-0.018c-1.448 1.871-3.684 3.073-6.201 3.103h-190.717l-5.585 24.824c-0.771 3.564-3.894 6.197-7.632 6.206h-47.539c-0.209 0.020-0.451 0.031-0.696 0.031-4.319 0-7.82-3.501-7.82-7.82s3.501-7.82 7.82-7.82c0.245 0 0.487 0.011 0.727 0.033l-0.031-0.002h41.27l28.486-126.604c-8.369-3.688-14.106-11.911-14.106-21.473 0-12.922 10.475-23.397 23.397-23.397 0.028 0 0.057 0 0.085 0h141.494c0.209-0.020 0.451-0.031 0.696-0.031 4.319 0 7.82 3.501 7.82 7.82s-3.501 7.82-7.82 7.82c-0.245 0-0.487-0.011-0.727-0.033l0.031 0.002h-141.498c-4.319 0-7.82 3.501-7.82 7.82s3.501 7.82 7.82 7.82v0zM1016.18 111.321c-12.587-0.035-22.776-10.247-22.776-22.838 0-12.613 10.225-22.838 22.838-22.838s22.838 10.225 22.838 22.838v0c-0.035 12.621-10.275 22.838-22.9 22.838 0 0 0 0 0 0v0zM1104.679 111.321c-12.587-0.035-22.776-10.247-22.776-22.838 0-12.613 10.225-22.838 22.838-22.838s22.838 10.225 22.838 22.838v0c-0.035 12.621-10.275 22.838-22.9 22.838 0 0 0 0 0 0v0z" />
80
+ <glyph unicode="&#xe946;" glyph-name="products" horiz-adv-x="1167" d="M504.056 960h-460.614c-23.993 0-43.442-19.45-43.442-43.442v0-371.060c0-23.993 19.45-43.442 43.442-43.442v0h460.49c23.993 0 43.442 19.45 43.442 43.442v0 371.060c0 0 0 0 0 0 0 23.949-19.379 43.372-43.312 43.442h-0.007zM511.69 545.497c-0.070-4.162-3.46-7.509-7.632-7.509 0 0-0.001 0-0.001 0h-460.614c-4.216 0-7.633 3.418-7.633 7.633v0 370.936c0.070 4.162 3.46 7.509 7.632 7.509 0 0 0.001 0 0.001 0h460.49c0.037 0.001 0.081 0.001 0.125 0.001 4.173 0 7.563-3.348 7.632-7.504v-0.006zM1123.856 960h-460.552c-23.993 0-43.442-19.45-43.442-43.442v0-371.060c0-23.993 19.45-43.442 43.442-43.442v0h460.552c23.993 0 43.442 19.45 43.442 43.442v0 371.060c0 23.993-19.45 43.442-43.442 43.442v0zM1131.427 545.497c-0.069-4.141-3.425-7.475-7.568-7.509h-460.555c-4.189 0.035-7.571 3.439-7.571 7.633 0 0 0 0 0 0v0 370.936c0 0 0 0 0 0 0 4.194 3.382 7.598 7.568 7.633h460.555c4.189-0.035 7.571-3.439 7.571-7.633 0 0 0 0 0 0v0zM504.056 394.069h-460.614c-23.993 0-43.442-19.45-43.442-43.442v0-371.184c0-23.993 19.45-43.442 43.442-43.442v0h460.49c23.993 0 43.442 19.45 43.442 43.442v0 371.060c0 0.037 0 0.081 0 0.124 0 23.949-19.379 43.372-43.312 43.442h-0.007zM511.69-20.558c0-4.216-3.418-7.633-7.633-7.633h-460.614c-4.162 0.070-7.509 3.46-7.509 7.632 0 0 0 0.001 0 0.001v0 371.060c0.069 4.119 3.39 7.441 7.503 7.509h460.496c4.216 0 7.633-3.418 7.633-7.633v0zM1123.856 394.069h-460.552c-23.993 0-43.442-19.45-43.442-43.442v0-371.184c0-23.993 19.45-43.442 43.442-43.442v0h460.552c23.993 0 43.442 19.45 43.442 43.442v0 371.060c0 0.037 0 0.080 0 0.124 0 23.993-19.45 43.442-43.442 43.442 0 0 0 0 0 0v0zM1131.427-20.558c0 0 0 0 0 0 0-4.194-3.382-7.598-7.568-7.633h-460.555c-4.189 0.035-7.571 3.439-7.571 7.633 0 0 0 0 0 0v0 371.060c0.069 4.141 3.425 7.475 7.568 7.509h460.555c4.189-0.035 7.571-3.439 7.571-7.633 0 0 0 0 0 0v0zM401.594 838.237h-221.122l-6.206 29.168c-0.891 4.106-4.494 7.137-8.804 7.137-0.003 0-0.006 0-0.009 0h-55.358c-5.004 0-9.061-4.057-9.061-9.061s4.057-9.061 9.061-9.061v0h47.725l32.768-147.456c-9.725-4.284-16.39-13.838-16.39-24.948 0-15.013 12.17-27.183 27.183-27.183 0.002 0 0.005 0 0.007 0h163.902c5.004 0 9.061 4.057 9.061 9.061s-4.057 9.061-9.061 9.061v0h-163.902c-4.704 0.401-8.371 4.318-8.371 9.092s3.667 8.691 8.337 9.090l0.034 0.002h163.902c0.011 0 0.024 0 0.036 0 4.12 0 7.598 2.75 8.698 6.514l0.016 0.064 36.243 126.976c0.233 0.762 0.367 1.638 0.367 2.545 0 4.97-4.029 8.999-8.999 8.999-0.020 0-0.040 0-0.060 0h0.003zM232.107 640.45c-0.018 0-0.040 0-0.062 0-14.67 0-26.562-11.892-26.562-26.562s11.892-26.562 26.562-26.562c14.67 0 26.562 11.892 26.562 26.562v0c0 0 0 0 0 0 0 14.648-11.857 26.527-26.496 26.562h-0.003zM334.569 640.45c-14.67 0-26.562-11.892-26.562-26.562s11.892-26.562 26.562-26.562c14.67 0 26.562 11.892 26.562 26.562v0c0 14.67-11.892 26.562-26.562 26.562v0zM1027.351 838.237h-221.122l-6.206 29.168c-0.939 4.104-4.552 7.123-8.873 7.137h-55.050c-5.004 0-9.061-4.057-9.061-9.061s4.057-9.061 9.061-9.061v0h47.725l32.768-147.456c-9.725-4.284-16.39-13.838-16.39-24.948 0-15.013 12.17-27.183 27.183-27.183 0.002 0 0.005 0 0.007 0h163.902c5.004 0 9.061 4.057 9.061 9.061s-4.057 9.061-9.061 9.061v0h-164.15c-4.704 0.401-8.371 4.318-8.371 9.092s3.667 8.691 8.337 9.090l0.034 0.002h163.902c0.011 0 0.024 0 0.036 0 4.12 0 7.598 2.75 8.698 6.514l0.016 0.064 36.243 126.976c0.233 0.762 0.367 1.638 0.367 2.545 0 4.97-4.029 8.999-8.999 8.999-0.020 0-0.040 0-0.060 0h0.003zM857.864 640.45c-14.67 0-26.562-11.892-26.562-26.562s11.892-26.562 26.562-26.562c14.67 0 26.562 11.892 26.562 26.562v0c0 14.67-11.892 26.562-26.562 26.562v0zM960.326 640.45c-0.037 0-0.080 0-0.124 0-14.67 0-26.562-11.892-26.562-26.562s11.892-26.562 26.562-26.562c14.67 0 26.562 11.892 26.562 26.562v0c0 0 0 0 0 0 0 14.626-11.822 26.491-26.431 26.562h-0.007zM401.594 272.306h-221.122l-6.206 29.168c-0.982 3.986-4.526 6.896-8.75 6.896-0.131 0-0.262-0.003-0.392-0.008l0.019 0.001h-55.048c-4.704-0.401-8.371-4.318-8.371-9.092s3.667-8.691 8.337-9.090l0.034-0.002h47.725l32.768-147.394c-9.725-4.284-16.39-13.838-16.39-24.948 0-15.013 12.17-27.183 27.183-27.183 0.002 0 0.005 0 0.007 0h163.902c5.004 0 9.061 4.057 9.061 9.061s-4.057 9.061-9.061 9.061h-163.902c-5.004 0-9.061 4.057-9.061 9.061s4.057 9.061 9.061 9.061h163.902c4.143 0.013 7.635 2.786 8.735 6.576l0.016 0.064 36.243 126.976c0.233 0.762 0.367 1.638 0.367 2.545 0 4.97-4.029 8.999-8.999 8.999-0.020 0-0.040 0-0.060 0h0.003zM232.107 74.519c-0.018 0-0.039 0-0.061 0-14.67 0-26.562-11.892-26.562-26.562s11.892-26.562 26.562-26.562c14.582 0 26.42 11.751 26.561 26.3v0.013c0.001 0.074 0.001 0.161 0.001 0.248 0 14.648-11.858 26.527-26.498 26.562h-0.003zM334.569 74.519c-14.669-0.001-26.561-11.893-26.561-26.562s11.892-26.562 26.562-26.562c14.582 0 26.42 11.751 26.561 26.3v0.013c0.001 0.074 0.001 0.161 0.001 0.248 0 14.67-11.892 26.562-26.562 26.562 0 0-0.001 0-0.001 0v0zM1027.351 272.306h-221.122l-6.206 29.168c-0.939 4.104-4.552 7.123-8.873 7.137h-55.050c-4.704-0.401-8.371-4.318-8.371-9.092s3.667-8.691 8.337-9.090l0.034-0.002h47.725l32.768-147.394c-9.725-4.284-16.39-13.838-16.39-24.948 0-15.013 12.17-27.183 27.183-27.183 0.002 0 0.005 0 0.007 0h163.902c5.004 0 9.061 4.057 9.061 9.061s-4.057 9.061-9.061 9.061h-164.15c-5.004 0-9.061 4.057-9.061 9.061s4.057 9.061 9.061 9.061h163.902c4.143 0.013 7.635 2.786 8.735 6.576l0.016 0.064 36.243 126.976c0.233 0.762 0.367 1.638 0.367 2.545 0 4.97-4.029 8.999-8.999 8.999-0.020 0-0.040 0-0.060 0h0.003zM857.864 74.519c-14.67 0-26.562-11.892-26.562-26.562s11.892-26.562 26.562-26.562c14.67 0 26.562 11.892 26.562 26.562v0c0 14.67-11.892 26.562-26.562 26.562v0zM960.326 74.519c-0.037 0-0.080 0-0.123 0-14.67 0-26.562-11.892-26.562-26.562s11.892-26.562 26.562-26.562c14.582 0 26.42 11.751 26.561 26.3v0.013c0.001 0.074 0.001 0.161 0.001 0.249 0 14.627-11.822 26.492-26.432 26.562h-0.007z" />
81
+ <glyph unicode="&#xe947;" glyph-name="short_description" horiz-adv-x="1314" d="M769.552 718.957h-637.114c-7.984-0.736-14.188-7.401-14.188-15.515s6.204-14.779 14.127-15.511l0.061-0.005h637.114c7.984 0.736 14.188 7.401 14.188 15.515s-6.204 14.779-14.127 15.511l-0.061 0.005zM132.437 584.285h367.771c0.416-0.040 0.9-0.062 1.389-0.062 8.603 0 15.577 6.974 15.577 15.577s-6.974 15.577-15.577 15.577c-0.489 0-0.973-0.023-1.45-0.067l0.061 0.005h-367.771c-7.984-0.736-14.188-7.401-14.188-15.515s6.204-14.779 14.127-15.511l0.061-0.005zM769.552 485.485h-637.114c-7.984-0.736-14.188-7.401-14.188-15.515s6.204-14.779 14.127-15.511l0.061-0.005h637.114c7.984 0.736 14.188 7.401 14.188 15.515s-6.204 14.779-14.127 15.511l-0.061 0.005zM500.208 381.905h-367.771c-7.984-0.736-14.188-7.401-14.188-15.515s6.204-14.779 14.127-15.511l0.061-0.005h367.771c0.416-0.040 0.9-0.062 1.389-0.062 8.603 0 15.577 6.974 15.577 15.577s-6.974 15.577-15.577 15.577c-0.489 0-0.973-0.023-1.45-0.067l0.061 0.005zM838.191 105.301h-770.855c-20.051 0-36.305 16.255-36.305 36.305v0 750.933c0 0.037 0 0.080 0 0.124 0 20.051 16.255 36.305 36.305 36.305 0 0 0 0 0 0h771.972v-176.066c0-0.016 0-0.036 0-0.055 0-4.331 1.782-8.245 4.652-11.051l0.003-0.003c2.735-2.764 6.528-4.475 10.721-4.475 0.158 0 0.316 0.002 0.472 0.007l-0.023-0.001 181.031 3.475v-311.668c4.965 0.31 9.93 0.496 14.957 0.496s10.799 0 16.136-0.621v327.556c-0.024 1.201-0.181 2.353-0.457 3.458l0.023-0.107c0.235 1.005 0.37 2.16 0.37 3.346 0 4.403-1.857 8.373-4.83 11.169l-0.008 0.007-191.829 181.341c-2.782 2.717-6.591 4.393-10.792 4.393-0.813 0-1.611-0.063-2.39-0.184l0.087 0.011c-0.39 0.029-0.845 0.046-1.303 0.046s-0.913-0.017-1.364-0.049l0.060 0.004h-787.487c-37.16-0.070-67.265-30.176-67.336-67.329v-750.94c0.035-37.187 30.154-67.327 67.329-67.398h787.618c-5.735 8.761-11.329 18.921-16.158 29.503l-0.599 1.465zM870.338 901.229l137.402-129.955-137.526-2.607zM1050.934 460.598c-144.4-0.635-261.213-117.84-261.213-262.328 0-144.881 117.449-262.33 262.33-262.33s262.329 117.448 262.33 262.328v0c-0.459 144.979-118.093 262.33-263.136 262.33-0.109 0-0.219 0-0.328 0h0.017zM1050.934-33.094c-127.323 0.599-230.307 103.953-230.307 231.36 0 127.778 103.584 231.362 231.362 231.362s231.361-103.583 231.362-231.359v0c-0.529-127.822-104.271-231.238-232.167-231.238-0.088 0-0.176 0-0.264 0h0.014zM994.273 156.874h141.746c0.013 0 0.029 0 0.044 0 3.533 0 6.515 2.362 7.452 5.593l0.014 0.055 31.403 109.351c0.184 0.632 0.29 1.359 0.29 2.11 0 4.319-3.501 7.82-7.82 7.82-0.015 0-0.029 0-0.044 0h-191.145l-5.648 24.824c-0.747 3.566-3.866 6.206-7.601 6.206-0.011 0-0.023 0-0.034 0h-47.598c-0.209 0.020-0.451 0.031-0.696 0.031-4.319 0-7.82-3.501-7.82-7.82s3.501-7.82 7.82-7.82c0.245 0 0.487 0.011 0.727 0.033l-0.031-0.002h41.27l28.362-126.914c-8.369-3.688-14.106-11.911-14.106-21.473 0-12.922 10.475-23.397 23.397-23.397 0.006 0 0.013 0 0.019 0h141.745c0.209-0.020 0.451-0.031 0.696-0.031 4.319 0 7.82 3.501 7.82 7.82s-3.501 7.82-7.82 7.82c-0.245 0-0.487-0.011-0.727-0.033l0.031 0.002h-141.746c-4.319 0-7.82 3.501-7.82 7.82s3.501 7.82 7.82 7.82v0zM1020.835 111.507c-12.56-0.070-22.714-10.268-22.714-22.838 0-12.613 10.225-22.838 22.838-22.838s22.838 10.225 22.838 22.838v0c-0.035 12.621-10.275 22.838-22.9 22.838-0.022 0-0.044 0-0.066 0h0.003zM1109.457 111.507c-12.587-0.035-22.776-10.247-22.776-22.838 0-12.613 10.225-22.838 22.838-22.838s22.838 10.225 22.838 22.838v0c-0.035 12.621-10.275 22.838-22.9 22.838 0 0 0 0 0 0v0z" />
82
+ <glyph unicode="&#xe948;" glyph-name="upsellls" horiz-adv-x="1313" d="M469.054 154.391c-0.018 0-0.040 0-0.062 0-60.324 0-109.227-48.902-109.227-109.227s48.902-109.227 109.227-109.227c60.324 0 109.227 48.902 109.227 109.226v0c-0.071 60.274-48.896 109.121-109.154 109.227h-0.010zM469.054-28.129c-40.513 0-73.356 32.842-73.356 73.356s32.842 73.356 73.356 73.356c40.513 0 73.356-32.842 73.356-73.356 0-0.022 0-0.044 0-0.065v0.003c-0.071-40.472-32.878-73.258-73.352-73.294h-0.003zM314.275 286.518c0-27.124 21.971-49.117 49.087-49.152h450.067c1.945 13.673 4.741 25.789 8.45 37.498l-0.445-1.627h-458.069c-7.335 0-13.281 5.946-13.281 13.281s5.946 13.281 13.281 13.281v0h468.247c6.254 13.821 12.924 25.592 20.51 36.687l-0.527-0.816h-488.231c-27.119-0.035-49.090-22.028-49.090-49.152v0zM811.132 204.598c0 2.048 0 4.158 0 6.206h-447.767c-0.052 0-0.113 0-0.174 0-41.781 0-75.652 33.87-75.652 75.652 0 30.988 18.631 57.624 45.302 69.318l0.486 0.19c6.402 2.814 10.791 9.1 10.791 16.41 0 1.376-0.156 2.716-0.45 4.003l0.023-0.12-112.702 507.283c-1.873 8.072-8.991 14-17.498 14.026h-164.339c-7.335 0-13.281 5.946-13.281 13.281s5.946 13.281 13.281 13.281v0h189.347c0.037 0 0.081 0.001 0.126 0.001 6.289 0 11.552-4.392 12.89-10.276l0.017-0.089 22.28-100.414c1.848-8.098 8.974-14.055 17.497-14.088h760.929c0.005 0 0.012 0 0.018 0 7.335 0 13.281-5.946 13.281-13.281 0-1.304-0.188-2.565-0.538-3.755l0.024 0.094-102.586-359.021c11.435 4.542 25.026 8.494 39.065 11.186l1.461 0.233 96.504 337.796c1.207 4.053 1.901 8.71 1.901 13.529 0 27.112-21.978 49.090-49.090 49.090-0.014 0-0.028 0-0.041 0h-746.525l-19.177 86.388c-4.935 22.159-24.427 38.479-47.73 38.479-0.107 0-0.215 0-0.322-0.001h-189.33c-27.146 0-49.152-22.006-49.152-49.152s22.006-49.152 49.152-49.152v0h149.938l106.62-479.791c-32.226-19.976-53.37-55.151-53.37-95.265 0-61.454 49.624-111.318 110.987-111.707h449.666c-1.185 8.852-1.862 19.086-1.862 29.478 0 0.066 0 0.132 0 0.198v-0.010zM1046.342 470.094c-146.041-0.775-264.13-119.343-264.13-265.492 0-146.629 118.866-265.495 265.495-265.495 146.628 0 265.493 118.864 265.495 265.492v0c-0.494 146.735-119.559 265.496-266.363 265.496-0.175 0-0.35 0-0.525-0.001h0.027zM1046.342-29.618c-128.927 0.564-233.224 105.209-233.224 234.215 0 129.354 104.862 234.217 234.217 234.217s234.216-104.861 234.217-234.215v0c-0.423-129.445-105.456-234.217-234.96-234.217-0.088 0-0.176 0-0.263 0h0.014zM1168.787 242.641l-106.062 106.124c-0.829 1.523-1.82 2.83-2.977 3.97l-0.002 0.002c-3.368 3.361-8.017 5.44-13.151 5.44-2.672 0-5.213-0.563-7.51-1.577l0.119 0.047c-2.419-1.033-4.48-2.458-6.203-4.217l-0.003-0.003c-0.692-0.707-1.325-1.477-1.886-2.3l-0.038-0.058-106.93-106.992c-3.362-3.37-5.441-8.020-5.441-13.157 0-10.288 8.34-18.629 18.629-18.629 5.152 0 9.815 2.091 13.188 5.471v0l77.762 77.824v-224.97c0-10.283 8.336-18.618 18.618-18.618s18.618 8.336 18.618 18.618v0 223.977l77.265-77.265c3.408-3.65 8.249-5.926 13.621-5.926 10.283 0 18.618 8.336 18.618 18.618 0 5.372-2.275 10.213-5.915 13.611l-0.011 0.010zM892.804 27.415c-8.246-32.122-36.943-55.482-71.096-55.482-40.479 0-73.294 32.815-73.294 73.294s32.815 73.294 73.294 73.294c0.013 0 0.026 0 0.039 0h-0.002c1.986 0 4.034 0 6.206 0-4.189 10-8.010 21.984-10.819 34.351l-0.29 1.52c-58.049-2.766-104.066-50.502-104.066-108.986 0-60.256 48.847-109.103 109.103-109.103 45.871 0 85.131 28.309 101.261 68.41l0.261 0.734c-11.572 7.025-21.566 14.273-30.927 22.244l0.331-0.275z" />
83
+ <glyph unicode="&#xe949;" glyph-name="woocommerce_pages" horiz-adv-x="872" d="M582.625 803.731h-29.851v-25.941h29.851c0.412 0.026 0.894 0.040 1.379 0.040 12.327 0 22.44-9.483 23.44-21.553l0.006-0.085v-358.71c5.834 0.434 11.667 0.745 17.563 0.745 2.793 0 5.585 0 8.316 0v357.966c-1.156 26.502-22.922 47.551-49.604 47.551-0.387 0-0.772-0.004-1.157-0.013l0.057 0.001zM625.199 427.21c-135.207-0.599-244.581-110.344-244.581-245.634 0-135.661 109.975-245.636 245.636-245.636s245.636 109.975 245.636 245.636c0 0.021 0 0.042 0 0.063v-0.004c-0.459 135.725-110.591 245.574-246.379 245.574-0.11 0-0.219 0-0.329 0h0.017zM625.199-35.018c-119.227 0.564-215.661 97.346-215.661 216.651 0 119.654 96.999 216.654 216.654 216.654s216.652-96.998 216.654-216.651v0c-0.317-119.723-97.445-216.654-217.211-216.654-0.153 0-0.306 0-0.459 0h0.024zM572.199 142.848h132.686c0.013 0 0.028 0 0.044 0 3.315 0 6.115 2.202 7.018 5.223l0.013 0.052 29.355 102.4c0.151 0.557 0.237 1.197 0.237 1.857 0 1.635-0.531 3.146-1.431 4.37l0.014-0.021c-1.398 1.784-3.554 2.92-5.974 2.92-0.081 0-0.163-0.001-0.243-0.004h-178.723l-5.213 23.893c-0.763 3.293-3.671 5.71-7.143 5.71-0.020 0-0.039 0-0.059 0h-44.557c-4.044 0-7.323-3.279-7.323-7.323s3.279-7.323 7.323-7.323h38.664l26.562-118.784c-7.918-3.419-13.359-11.159-13.359-20.171 0-12.099 9.808-21.907 21.907-21.907 0.071 0 0.142 0 0.213 0.001h132.675c4.044 0 7.323 3.279 7.323 7.323s-3.279 7.323-7.323 7.323v0h-132.686c-4.044 0-7.323 3.279-7.323 7.323s3.279 7.323 7.323 7.323v0zM597.023 100.336c-11.798-0.036-21.348-9.608-21.348-21.411 0-11.825 9.586-21.411 21.411-21.411 11.759 0 21.305 9.48 21.41 21.215v0.010c0 0.037 0 0.080 0 0.124 0 11.859-9.614 21.473-21.473 21.473 0 0 0 0 0 0v0zM679.998 100.336c-0.037 0-0.080 0-0.123 0-11.825 0-21.411-9.586-21.411-21.411s9.586-21.411 21.411-21.411c11.759 0 21.304 9.48 21.41 21.214v0.010c0.001 0.055 0.001 0.121 0.001 0.187 0 11.782-9.516 21.341-21.281 21.411h-0.007zM421.454 105.674h-369.943c-13.456 0.035-24.355 10.934-24.39 24.386v647.109h123.128c7.506 0 13.591 6.085 13.591 13.591v142.119h351.263c13.323-0.209 24.046-11.042 24.080-24.387v-527.953c7.341 3.29 16.351 6.547 25.621 9.191l1.5 0.366v518.392c-0.034 28.326-22.899 51.299-51.18 51.51h-367.977l-1.365-0.434c-0.834-0.302-1.51-0.595-2.165-0.922l0.117 0.053-0.621-0.372c-0.434 0-0.869-0.621-1.303-0.931l-0.434-0.372-1.303-1.241-136.471-155.834c-1.028-1.211-1.852-2.634-2.392-4.189l-0.028-0.093-0.372-1.055v-1.055c-0.031-0.344-0.048-0.744-0.048-1.148s0.017-0.804 0.052-1.199l-0.004 0.051h-0.807v-661.194c0.141-28.354 23.141-51.289 51.507-51.324h382.359c-4.247 7.478-8.423 16.352-11.946 25.55l-0.466 1.385zM136.533 910.352v-106h-93.091zM119.405 25.926c-0.429-0.028-0.931-0.044-1.436-0.044-12.316 0-22.416 9.491-23.383 21.558l-0.005 0.083v44.56h-26.314v-44.373c1.152-26.505 22.92-47.557 49.604-47.557 0.474 0 0.946 0.007 1.417 0.020l-0.069-0.002h387.568c-12.247 7.998-22.921 16.542-32.705 26l0.061-0.059z" />
84
+ <glyph unicode="&#xe94a;" glyph-name="post-slider" horiz-adv-x="1234" d="M953.338 371.709c-0.979 2.331-2.335 4.32-4.011 5.987l-0.001 0.001-1.138 0.958-59.883 59.883c-3.199 2.987-7.509 4.822-12.247 4.822-9.922 0-17.965-8.043-17.965-17.965 0-4.738 1.834-9.048 4.831-12.258l30.71-30.71h-186.416c-9.922 0-17.965-8.043-17.965-17.965s8.043-17.965 17.965-17.965v0h185.637l-30.54-30.061c-3.522-3.289-5.718-7.96-5.718-13.143 0-9.922 8.043-17.965 17.965-17.965 5.184 0 9.855 2.196 13.134 5.707l58.875 58.875c0.98 0.691 1.84 1.399 2.644 2.165l-0.009-0.009c3.363 3.268 5.45 7.835 5.45 12.888 0 2.434-0.484 4.755-1.361 6.873l0.044-0.119zM526.372 382.727h-186.116l30.66 30.72c3.287 3.265 5.322 7.787 5.322 12.785 0 9.951-8.067 18.017-18.017 18.017-4.953 0-9.439-1.999-12.696-5.233l-59.882-59.882-1.138-0.958c-1.677-1.668-3.033-3.657-3.967-5.868l-0.045-0.12c-0.877-2.044-1.387-4.423-1.387-6.921 0-4.969 2.018-9.468 5.279-12.72v0c0.796-0.733 1.655-1.44 2.552-2.098l0.083-0.058 58.865-58.865c3.308-4.46 8.555-7.319 14.471-7.319 9.922 0 17.965 8.043 17.965 17.965 0 5.795-2.744 10.949-7.003 14.234l-0.042 0.031-30.421 30.361h185.637c9.922 0 17.965 8.043 17.965 17.965s-8.043 17.965-17.965 17.965v0zM975.615 631.422h-717.638c-29.222-0.034-52.903-23.714-52.937-52.933v-426.909c0.034-29.222 23.714-52.903 52.933-52.937h717.642c29.222 0.034 52.903 23.714 52.937 52.933v426.909c-0.034 29.222-23.714 52.903-52.933 52.937h-0.003zM240.969 151.579v426.906c0 9.393 7.614 17.007 17.007 17.007v0h337.201v-461.099h-337.201c0 0-0.001 0-0.001 0-9.393 0-17.007 7.614-17.007 17.007 0 0.063 0 0.126 0.001 0.189v-0.010zM992.621 151.579c0-9.393-7.614-17.007-17.007-17.007v0h-344.507v461.099h344.507c9.393 0 17.007-7.614 17.007-17.007v0zM1227.962 745.499l-221.567 209.591c-3.202 3-7.521 4.843-12.27 4.843-1.017 0-2.014-0.085-2.985-0.247l0.105 0.015c-0.449 0.044-0.97 0.069-1.497 0.069s-1.048-0.025-1.563-0.074l0.066 0.005h-910.402c0 0 0 0-0.001 0-42.889 0-77.677-34.683-77.847-77.532v-868.32c0-42.994 34.854-77.848 77.848-77.848v0h1077.895c42.994 0 77.848 34.854 77.848 77.848v0 710.991c-0.009 1.365-0.183 2.684-0.503 3.946l0.024-0.113c0.263 1.151 0.413 2.473 0.413 3.83 0 5.109-2.133 9.72-5.556 12.991l-0.007 0.006zM1179.277 742.086l-173.242-3.294v167.313zM1197.661 13.848c0-23.151-18.767-41.918-41.918-41.918v0h-1077.895c-23.151 0-41.918 18.767-41.918 41.918v0 868.304c0 23.151 18.767 41.918 41.918 41.918v0h892.257v-203.602c0-0.001 0-0.002 0-0.004 0-9.922 8.043-17.965 17.965-17.965 0.126 0 0.252 0.001 0.378 0.004h-0.019l209.231 4.012z" />
85
+ <glyph unicode="&#xe94b;" glyph-name="spider-calendar" horiz-adv-x="1085" d="M226.15 692.946c31.282 0.268 56.585 25.487 56.989 56.71v153.596c0 0 0 0 0 0.001 0 31.341-25.407 56.748-56.748 56.748-0.085 0-0.169 0-0.254-0.001h0.013c-31.152-0.436-56.287-25.591-56.688-56.71v-153.596c0-31.32 25.373-56.714 56.685-56.748h0.003zM205.607 903.252c0.414 11.187 9.361 20.155 20.501 20.602l0.041 0.001c0.072 0.001 0.156 0.001 0.241 0.001 11.379 0 20.603-9.224 20.603-20.603 0-0.001 0-0.001 0-0.002v0-153.558c-0.416-11.207-9.396-20.187-20.564-20.602l-0.039-0.001c-11.353 0.034-20.543 9.245-20.543 20.603 0 0 0 0 0 0v0zM540.314 692.946c31.178 0.402 56.346 25.57 56.748 56.71v153.596c0.019 0.551 0.030 1.199 0.030 1.849 0 31.341-25.407 56.748-56.748 56.748s-56.748-25.407-56.748-56.748c0-0.65 0.011-1.298 0.033-1.943l-0.003 0.094v-154.401c0.926-30.769 25.85-55.419 56.642-55.904l0.046-0.001zM519.771 903.252c-0.019 0.333-0.030 0.722-0.030 1.114 0 11.379 9.224 20.603 20.603 20.603s20.603-9.224 20.603-20.603c0-0.392-0.011-0.781-0.033-1.167l0.002 0.054v-153.558c-0.416-11.207-9.396-20.187-20.564-20.602l-0.039-0.001c-11.377 0.334-20.48 9.606-20.543 21.019v0.006zM849.418 692.946c31.178 0.402 56.346 25.57 56.748 56.71v153.596c0.019 0.551 0.030 1.199 0.030 1.849 0 31.341-25.407 56.748-56.748 56.748s-56.748-25.407-56.748-56.748c0-0.65 0.011-1.298 0.033-1.943l-0.003 0.094v-153.558c-0.003-0.198-0.004-0.432-0.004-0.666 0-30.975 25.11-56.086 56.086-56.086 0.213 0 0.426 0.001 0.639 0.004h-0.032zM828.875 903.252c-0.019 0.333-0.030 0.722-0.030 1.114 0 11.379 9.224 20.603 20.603 20.603s20.603-9.224 20.603-20.603c0-0.392-0.011-0.781-0.033-1.167l0.002 0.054v-153.558c-0.416-11.207-9.396-20.187-20.564-20.602l-0.039-0.001c-0.127-0.003-0.277-0.005-0.428-0.005-11.112 0-20.121 9.008-20.121 20.121 0 0.171 0.002 0.342 0.006 0.512v-0.025zM1062.917 547.4h-149.401c-11.045-0.167-19.954-9.076-20.121-20.105v-153.935c0.167-11.045 9.076-19.954 20.105-20.121h148.513c8.522 0.25 15.801 5.325 19.221 12.577l0.057 0.134c1.102 2.157 1.747 4.706 1.747 7.405 0 0.002 0 0.003 0 0.005v0 153.919c-0.167 11.045-9.076 19.954-20.105 20.121h-0.016zM1050.025 386.252h-123.617v127.955h123.617zM1062.917 341.251h-149.401c-11.045-0.167-19.954-9.076-20.121-20.105v-153.935c0.167-11.045 9.076-19.954 20.105-20.121h148.513c0.003 0 0.008 0 0.012 0 9.453 0 17.452 6.22 20.129 14.791l0.040 0.149c0.535 1.494 0.844 3.217 0.844 5.013 0 0.059 0 0.118-0.001 0.177v-0.009 153.919c-0.167 11.045-9.076 19.954-20.105 20.121h-0.016zM1050.025 180.102h-123.617v128.136h123.617zM1062.917 130.161h-149.401c-11.045-0.167-19.954-9.076-20.121-20.105v-153.935c0.167-11.045 9.076-19.954 20.105-20.121h148.513c8.539 0.247 15.828 5.351 19.221 12.637l0.056 0.135c1.095 2.141 1.74 4.669 1.747 7.347v153.921c-0.167 11.045-9.076 19.954-20.105 20.121h-0.016zM1050.025-30.987h-123.617v128.136h123.617zM839.719 547.4h-149.401c-11.045-0.167-19.954-9.076-20.121-20.105v-153.935c0.167-11.045 9.076-19.954 20.105-20.121h149.417c8.323 0.108 15.41 5.283 18.326 12.576l0.048 0.135c1.102 2.157 1.747 4.706 1.747 7.405 0 0.002 0 0.003 0 0.005v0 153.919c-0.167 11.045-9.076 19.954-20.105 20.121h-0.016zM826.827 386.252h-123.617v127.955h123.617zM839.719 341.251h-149.401c-11.045-0.167-19.954-9.076-20.121-20.105v-153.935c0.167-11.045 9.076-19.954 20.105-20.121h149.417c0.034 0 0.074 0 0.115 0 9.201 0 16.934 6.289 19.133 14.803l0.030 0.137c0.524 1.545 0.831 3.325 0.843 5.175v153.925c-0.167 11.045-9.076 19.954-20.105 20.121h-0.016zM826.827 180.102h-123.617v128.136h123.617zM839.719 130.161h-149.401c-11.045-0.167-19.954-9.076-20.121-20.105v-153.935c0.167-11.045 9.076-19.954 20.105-20.121h149.417c8.336 0.118 15.428 5.318 18.327 12.636l0.047 0.135c1.095 2.141 1.74 4.669 1.747 7.347v153.921c-0.167 11.045-9.076 19.954-20.105 20.121h-0.016zM826.827-30.987h-123.617v128.136h123.617zM1072.314 844.274c-5.413 4.022-12.227 6.438-19.606 6.438-2.422 0-4.784-0.26-7.058-0.755l0.218 0.040h-102.231c-0.072 0.001-0.157 0.001-0.242 0.001-13.674 0-24.76-11.085-24.76-24.76 0-0.085 0-0.17 0.001-0.255v0.013-82.291c0.005-0.301 0.007-0.656 0.007-1.012 0-19.798-8.039-37.718-21.030-50.675l-0.002-0.002c-12.38-12.011-29.288-19.415-47.925-19.415-0.539 0-1.077 0.006-1.614 0.019l0.080-0.001c-36.627 0.723-67.532 33.796-67.532 72.291v82.050c0.001 0.090 0.002 0.197 0.002 0.303 0 13.641-11.058 24.699-24.699 24.699-0.107 0-0.213-0.001-0.319-0.002h-119.143c-0.090 0.001-0.197 0.002-0.303 0.002-13.641 0-24.699-11.058-24.699-24.699 0-0.107 0.001-0.213 0.002-0.319v0.016-82.231c-0.227-21.329-9.869-40.362-24.959-53.17l-0.102-0.084c-12.625-11.033-29.257-17.762-47.461-17.762-3.574 0-7.087 0.259-10.521 0.76l0.391-0.047c-35.663 5.651-62.603 36.177-62.603 72.995 0 0.452 0.004 0.902 0.012 1.352l-0.001-0.067v79.279c0.001 0.090 0.002 0.197 0.002 0.303 0 13.641-11.058 24.699-24.699 24.699-0.107 0-0.213-0.001-0.319-0.002h-118.902c-0.090 0.001-0.197 0.002-0.303 0.002-13.641 0-24.699-11.058-24.699-24.699 0-0.107 0.001-0.213 0.002-0.319v0.016-82.291c-0.236-21.315-9.85-40.339-24.902-53.172l-0.099-0.082c-12.617-11.006-29.23-17.718-47.41-17.718-3.613 0-7.164 0.265-10.635 0.777l0.393-0.048c-35.625 5.623-62.544 36.109-62.544 72.882 0 0.47 0.004 0.939 0.013 1.407l-0.001-0.070v79.279c0.001 0.072 0.001 0.157 0.001 0.243 0 13.674-11.085 24.76-24.76 24.76-0.106 0-0.212-0.001-0.319-0.002h-94.083c-0.108 0.001-0.235 0.002-0.363 0.002-18 0-32.591-14.592-32.591-32.591 0-0.107 0.001-0.213 0.002-0.319v0.016-233.921c0.004-6.676 3.422-12.554 8.604-15.98l0.071-0.044c3.080-2.513 7.054-4.036 11.384-4.036 0.001 0 0.001 0 0.002 0h1044.482c10.962 0.169 19.787 9.079 19.82 20.058v231.936c0.008 0.266 0.012 0.579 0.012 0.894 0 10.191-4.677 19.289-12.002 25.265l-0.059 0.047zM1048.217 602.22h-1012.072v214.583h79.821v-68.134c-0.005-0.377-0.007-0.822-0.007-1.268 0-55.015 40.387-100.598 93.13-108.717l0.614-0.078c4.568-0.684 9.839-1.075 15.202-1.075 27.242 0 52.128 10.085 71.13 26.725l-0.124-0.107c22.85 19.547 37.305 48.335 37.531 80.505v71.185h96.388v-68.134c-0.004-0.369-0.007-0.805-0.007-1.241 0-55.196 40.675-100.892 93.686-108.749l0.6-0.073c4.546-0.675 9.793-1.061 15.13-1.061 27.253 0 52.157 10.053 71.207 26.654l-0.13-0.111c22.762 19.606 37.131 48.411 37.29 80.576v71.114h96.388v-71.086c0-58.495 46.206-107.051 102.954-108.436 0.861-0.026 1.875-0.040 2.892-0.040 28.3 0 53.943 11.379 72.603 29.811l-0.010-0.010c19.827 19.5 32.113 46.615 32.113 76.599 0 0.307-0.001 0.613-0.004 0.92v-0.047 71.327h93.677zM393.262 547.4h-149.401c-11.045-0.167-19.954-9.076-20.121-20.105v-153.935c0.167-11.045 9.076-19.954 20.105-20.121h149.417c8.208 0.218 15.16 5.363 18.025 12.576l0.047 0.135c1.102 2.157 1.747 4.706 1.747 7.405 0 0.002 0 0.003 0 0.005v0 153.919c-0.162 10.942-8.904 19.79-19.789 20.12l-0.031 0.001zM380.37 386.252h-123.617v127.955h123.617zM393.262 341.251h-149.401c-11.045-0.167-19.954-9.076-20.121-20.105v-153.935c0.167-11.045 9.076-19.954 20.105-20.121h149.417c0.048 0 0.105-0.001 0.162-0.001 9.19 0 16.91 6.293 19.086 14.804l0.030 0.136c0.535 1.494 0.844 3.217 0.844 5.013 0 0.059 0 0.118-0.001 0.177v-0.009 153.919c-0.167 11.045-9.076 19.954-20.105 20.121h-0.016zM380.37 180.102h-123.617v128.136h123.617zM393.262 130.161h-149.401c-11.045-0.167-19.954-9.076-20.121-20.105v-153.935c0.1-11.096 9.035-20.073 20.105-20.241h149.417c11.045 0.167 19.954 9.076 20.121 20.105v154.056c-0.167 11.045-9.076 19.954-20.105 20.121h-0.016zM380.37-30.987h-123.617v128.136h123.617zM474.77 146.728h133.979c0.090-0.001 0.196-0.002 0.303-0.002 14.972 0 27.109 12.137 27.109 27.109 0 0.107-0.001 0.213-0.002 0.319v-0.016 137.895c-0.201 15.556-12.758 28.113-28.295 28.314h-133.094c-15.556-0.201-28.113-12.758-28.314-28.295v-136.709c0.033-15.685 12.653-28.411 28.295-28.615h0.019zM496.698 289.804h90.364v-93.737h-90.364zM617.002 547.4h-149.401c-11.045-0.167-19.954-9.076-20.121-20.105v-153.935c0.167-11.045 9.076-19.954 20.105-20.121h149.417c8.202 0.235 15.147 5.373 18.025 12.576l0.048 0.135c1.102 2.157 1.747 4.706 1.747 7.405 0 0.002 0 0.003 0 0.005v0 153.919c-0.162 10.942-8.904 19.79-19.789 20.12l-0.031 0.001zM604.111 386.252h-123.617v127.955h123.617zM617.002 130.161h-149.401c-11.045-0.167-19.954-9.076-20.121-20.105v-153.935c0.1-11.096 9.035-20.073 20.105-20.241h149.417c8.215 0.245 15.165 5.408 18.025 12.636l0.047 0.135c1.095 2.141 1.74 4.669 1.747 7.347v154.042c-0.162 10.942-8.904 19.79-19.789 20.12l-0.031 0.001zM604.111-30.987h-123.617v128.136h123.617zM170.064 340.347h-149.401c-10.798-0.054-19.594-8.555-20.119-19.23l-0.002-0.047v-153.859c0-0.019 0-0.041 0-0.062 0-11.173 8.972-20.25 20.105-20.42h148.513c8.424 0 15.714 4.857 19.221 11.924l0.056 0.125c1.102 2.157 1.747 4.706 1.747 7.405 0 0.002 0 0.003 0 0.005v0 153.98c-0.134 11.071-9.055 20.014-20.105 20.181h-0.016zM157.172 180.102h-123.617v127.172h123.617zM170.064 130.161h-149.401c-11.045-0.167-19.954-9.076-20.121-20.105v-153.935c0.1-11.096 9.035-20.073 20.105-20.241h149.417c8.336 0.118 15.428 5.318 18.327 12.636l0.047 0.135c1.095 2.141 1.74 4.669 1.747 7.347v154.042c-0.167 11.045-9.076 19.954-20.105 20.121h-0.016zM157.172-30.987h-123.617v128.136h123.617zM170.064 547.4h-149.401c-11.045-0.167-19.954-9.076-20.121-20.105v-153.935c0.167-11.045 9.076-19.954 20.105-20.121h148.513c8.522 0.25 15.801 5.325 19.221 12.577l0.057 0.134c1.102 2.157 1.747 4.706 1.747 7.405 0 0.002 0 0.003 0 0.005v0 153.919c-0.167 11.045-9.076 19.954-20.105 20.121h-0.016zM157.172 386.252h-123.617v127.955h123.617z" />
86
+ </font></defs></svg>
elementor/assets/css/fonts/twbb-icons.ttf ADDED
Binary file
elementor/assets/css/fonts/twbb-icons.woff ADDED
Binary file
elementor/assets/js/script.js ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ jQuery("document").ready(function () {
2
+ elementor.hooks.addAction('panel/open_editor/widget/spc-elementor', function (panel, model, view) {
3
+ var calendar_obj = jQuery('select[data-setting="spc_calendar_id"]', window.parent.document);
4
+ spc_edit_calendar_link(calendar_obj);
5
+ var theme_obj = jQuery('select[data-setting="spc_theme_id"]', window.parent.document);
6
+ spc_edit_theme_link(theme_obj);
7
+ });
8
+ jQuery('body').on('change', 'select[data-setting="spc_calendar_id"]', window.parent.document, function () {
9
+ spc_edit_calendar_link(jQuery(this));
10
+ });
11
+ jQuery('body').on('change', 'select[data-setting="spc_theme_id"]', window.parent.document, function () {
12
+ spc_edit_theme_link(jQuery(this));
13
+ });
14
+ });
15
+
16
+ function spc_edit_calendar_link(el) {
17
+ var id = el.val();
18
+ var link = el.closest('.elementor-control-content').find('.elementor-control-field-description').find('a');
19
+ var new_link = 'admin.php?page=SpiderCalendar';
20
+ if (id !== '0') {
21
+ new_link = 'admin.php?page=SpiderCalendar&task=show_manage_event&calendar_id=' + id;
22
+ }
23
+ link.attr('href', new_link);
24
+ }
25
+
26
+ function spc_edit_theme_link(el) {
27
+ console.log(el);
28
+ var id = el.val();
29
+ var link = el.closest('.elementor-control-content').find('.elementor-control-field-description').find('a');
30
+ var new_link = 'admin.php?page=spider_calendar_themes';
31
+ if (id !== '0') {
32
+ new_link = 'admin.php?page=spider_calendar_themes&task=edit_theme&id=' + id;
33
+ }
34
+ link.attr('href', new_link);
35
+ }
elementor/elementor.php ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ class SPCElementor {
4
+ protected static $instance = NULL;
5
+
6
+ private function __construct() {
7
+ // Register widget for Elementor builder.
8
+ add_action('elementor/widgets/widgets_registered', array( $this, 'register_widgets' ));
9
+ // Register 10Web category for Elementor widget if 10Web builder doesn't installed.
10
+ add_action('elementor/elements/categories_registered', array( $this, 'register_widget_category' ), 1, 1);
11
+ // Fires after elementor editor styles and scripts are enqueued.
12
+ add_action('elementor/editor/after_enqueue_styles', array( $this, 'enqueue_styles' ), 1);
13
+ add_action('elementor/editor/after_enqueue_scripts', array( $this, 'enqueue_scripts' ));
14
+ }
15
+
16
+ public function register_widgets() {
17
+ if ( defined('ELEMENTOR_PATH') && class_exists('Elementor\Widget_Base') ) {
18
+ $file = SPC_PLUGIN_DIR . '/elementor/widget.php';
19
+ if ( is_file($file) ) {
20
+ require_once $file;
21
+ }
22
+ }
23
+ }
24
+
25
+ public function register_widget_category( $elements_manager ) {
26
+ if ( !defined('TWBB_VERSION') ) {
27
+ $elements_manager->add_category('tenweb-plugins-widgets', array(
28
+ 'title' => __('10WEB', 'tenweb-builder'),
29
+ 'icon' => 'fa fa-plug',
30
+ ));
31
+ }
32
+ }
33
+
34
+ public function enqueue_styles() {
35
+ if ( !defined('TWBB_VERSION') ) {
36
+ global $wp_styles;
37
+ $style_key = 'twbb-fonts';
38
+ $version = '1.2.13';
39
+ foreach ( $wp_styles->queue as $style ) {
40
+ if ( !empty($wp_styles->registered[$style_key]->ver) && version_compare($wp_styles->registered[$style_key]->ver, $version) === -1 ) {
41
+ wp_deregister_style($style_key);
42
+ wp_register_style($style_key, SPC_PLUGIN_URL . '/elementor/assets/css/fonts.css', [], $version);
43
+ }
44
+ }
45
+ wp_enqueue_style($style_key);
46
+ }
47
+ }
48
+
49
+ public function enqueue_scripts() {
50
+ wp_enqueue_script('spc_widget_js', SPC_PLUGIN_URL . '/elementor/assets/js/script.js', array( 'jquery' ), '1.0.0');
51
+ }
52
+
53
+ public static function get_instance() {
54
+ if ( self::$instance === NULL ) {
55
+ self::$instance = new self();
56
+ }
57
+
58
+ return self::$instance;
59
+ }
60
+ }
elementor/widget.php ADDED
@@ -0,0 +1,198 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ class SPCElementorWidget extends \Elementor\Widget_Base {
4
+ /**
5
+ * Get widget name.
6
+ *
7
+ * @return string Widget name.
8
+ */
9
+ public function get_name() {
10
+ return 'spc-elementor';
11
+ }
12
+
13
+ /**
14
+ * Get widget title.
15
+ *
16
+ * @return string Widget title.
17
+ */
18
+ public function get_title() {
19
+ return __('Spider Calendar', 'sp_calendar');
20
+ }
21
+
22
+ /**
23
+ * Get widget icon.
24
+ *
25
+ * @return string Widget icon.
26
+ */
27
+ public function get_icon() {
28
+ return 'twbb-spider-calendar twbb-widget-icon';
29
+ }
30
+
31
+ /**
32
+ * Get widget categories.
33
+ *
34
+ * @return array Widget categories.
35
+ */
36
+ public function get_categories() {
37
+ return [ 'tenweb-plugins-widgets' ];
38
+ }
39
+
40
+ /**
41
+ * Register widget controls.
42
+ */
43
+ protected function _register_controls() {
44
+ $this->start_controls_section('spc_general', [
45
+ 'label' => __('Spider Calendar', 'sp_calendar'),
46
+ ]);
47
+ $this->add_control('spc_calendar_id', [
48
+ 'label' => __('Calendar', 'sp_calendar'),
49
+ 'label_block' => TRUE,
50
+ 'description' => __('Select the Calendar to display.', 'sp_calendar') . ' <a target="_blank" href="' . add_query_arg(array( 'page' => 'SpiderCalendar' ), admin_url('admin.php')) . '">' . __('Edit calendar', 'sp_calendar') . '</a>',
51
+ 'type' => \Elementor\Controls_Manager::SELECT,
52
+ 'options' => $this->get_calendars(),
53
+ 'default' => 0,
54
+ ]);
55
+ $this->add_control('spc_theme_id', [
56
+ 'label' => __('Theme', 'sp_calendar'),
57
+ 'label_block' => TRUE,
58
+ 'description' => __('Select the Theme to display.', 'sp_calendar') . ' <a target="_blank" href="' . add_query_arg(array( 'page' => 'spider_calendar_themes' ), admin_url('admin.php')) . '">' . __('Edit theme', 'sp_calendar') . '</a>',
59
+ 'type' => \Elementor\Controls_Manager::SELECT,
60
+ 'options' => $this->get_themes(),
61
+ 'default' => $this->get_theme_first_id(),
62
+ ]);
63
+ $this->add_control('spc_views', [
64
+ 'label' => __('Select Views', 'sp_calendar'),
65
+ 'label_block' => TRUE,
66
+ 'description' => __('Select the View to display.', 'sp_calendar'),
67
+ 'multiple' => TRUE,
68
+ 'type' => \Elementor\Controls_Manager::SELECT2,
69
+ 'options' => $this->get_views(),
70
+ 'default' => [ 'month' ],
71
+ ]);
72
+ $this->add_control('spc_active_view', [
73
+ 'label' => __('Active View', 'sp_calendar'),
74
+ 'label_block' => TRUE,
75
+ 'description' => __('Select the View to display.', 'sp_calendar'),
76
+ 'type' => \Elementor\Controls_Manager::SELECT,
77
+ 'options' => $this->get_views(),
78
+ 'default' => 'month',
79
+ ]);
80
+ $this->end_controls_section();
81
+ }
82
+
83
+ /**
84
+ * Render widget output on the frontend.
85
+ */
86
+ protected function render() {
87
+ $views = $this->get_views();
88
+ $settings = $this->get_settings_for_display();
89
+ $id = $settings['spc_calendar_id'];
90
+ $theme_id = $settings['spc_theme_id'];
91
+ $views_default = implode(array_keys($views), ',');
92
+ $spc_views = implode($settings['spc_views'], ',');
93
+ $select = (!empty($spc_views) ? $spc_views : $views_default) . ',';
94
+ $default = ($settings['spc_active_view']) ? $settings['spc_active_view'] : 'month';
95
+ if ( !$id ) {
96
+ $this->calendar_not_selected();
97
+
98
+ return FALSE;
99
+ }
100
+ $params = [
101
+ 'id' => $id,
102
+ 'theme' => $theme_id,
103
+ 'select' => $select,
104
+ 'default' => $default,
105
+ ];
106
+ echo '<div style="height:0.5px;"></div>'; //@TODO this output is required because ajax is running and at first output is empty
107
+ echo spider_calendar_big($params);
108
+ }
109
+
110
+ /**
111
+ * Get calendars.
112
+ *
113
+ * @return array
114
+ */
115
+ protected function get_calendars() {
116
+ global $wpdb;
117
+ $data = [ 0 => __('Select a Calendar', 'sp_calendar') ];
118
+ $rows = $wpdb->get_results('SELECT `id`, `title` FROM `' . $wpdb->prefix . 'spidercalendar_calendar` WHERE published=1');
119
+ if ( !empty($rows) ) {
120
+ foreach ( $rows as $row ) {
121
+ $data[$row->id] = $row->title;
122
+ }
123
+ }
124
+
125
+ return $data;
126
+ }
127
+
128
+ /**
129
+ * Get themes.
130
+ *
131
+ * @return array
132
+ */
133
+ protected function get_themes() {
134
+ global $wpdb;
135
+ $data = [ 0 => __('Select a Theme', 'sp_calendar') ];
136
+ $rows = $wpdb->get_results('SELECT `id`, `title` FROM `' . $wpdb->prefix . 'spidercalendar_theme`');
137
+ if ( !empty($rows) ) {
138
+ foreach ( $rows as $row ) {
139
+ $data[$row->id] = $row->title;
140
+ }
141
+ }
142
+
143
+ return $data;
144
+ }
145
+
146
+ /**
147
+ * Get views.
148
+ *
149
+ * @return array
150
+ */
151
+ protected function get_views() {
152
+ $data = [
153
+ 'month' => __('Month', 'sp_calendar'),
154
+ 'list' => __('List', 'sp_calendar'),
155
+ 'week' => __('Week', 'sp_calendar'),
156
+ 'day' => __('Day', 'sp_calendar'),
157
+ ];
158
+
159
+ return $data;
160
+ }
161
+
162
+ private function calendar_not_selected() {
163
+ $font_class = new \Elementor\Scheme_Typography();
164
+ $font = $font_class->get_scheme_value();
165
+ $color_class = new \Elementor\Scheme_Color();
166
+ $color = $color_class->get_scheme();
167
+ $style = '';
168
+ if ( !empty($font[3]) ) {
169
+ if ( !empty($font[3]["font_family"]) ) {
170
+ $style .= 'font-family: ' . $font[3]["font_family"];
171
+ }
172
+ if ( !empty($font[3]["font_weight"]) ) {
173
+ $style .= 'font-weight: ' . $font[3]["font_weight"];
174
+ }
175
+ }
176
+ if ( !empty($color[3]) && !empty($color[3]["value"]) ) {
177
+ $style .= 'color: ' . $color[3]["value"];
178
+ }
179
+ if ( !empty($style) ) {
180
+ echo '<style>.elementor-widget-container .spc-message { ' . $style . '}</style>';
181
+ }
182
+ echo '<div class="spc-message">' . __('There is no calendar selected or the calendar was deleted.', 'sp_calendar') . '</div>';
183
+ }
184
+
185
+ /**
186
+ * Get theme first id.
187
+ *
188
+ * @return int
189
+ */
190
+ private function get_theme_first_id() {
191
+ $keys = array_keys($this->get_themes());
192
+ $id = ($keys[1]) ? $keys[1] : 0;
193
+
194
+ return $id;
195
+ }
196
+ }
197
+
198
+ \Elementor\Plugin::instance()->widgets_manager->register_widget_type(new SPCElementorWidget());
functions_for_xml_and_ajax.php CHANGED
@@ -2,7 +2,7 @@
2
  function php_window() {
3
  global $wpdb;
4
  $gutenberg_callback = sp_get('callback', 0);
5
- $gutenberg_id = sp_get('edit', 0);
6
  $themes = $wpdb->get_results("SELECT id,title FROM " . $wpdb->prefix . "spidercalendar_theme");
7
  $calendars = $wpdb->get_results("SELECT id,title FROM " . $wpdb->prefix . "spidercalendar_calendar WHERE published=1");
8
  ?>
@@ -12,88 +12,92 @@ function php_window() {
12
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
13
  <script language="javascript" type="text/javascript"
14
  src="<?php echo get_option("siteurl"); ?>/wp-includes/js/jquery/jquery.js"></script>
15
- <script language="javascript" type="text/javascript"
16
- src="<?php echo get_option("siteurl"); ?>/wp-includes/js/tinymce/tiny_mce_popup.js"></script>
17
- <link rel="stylesheet" href="<?php echo get_option("siteurl"); ?>/wp-includes/js/tinymce/plugins/compat3x/css/dialog.css" type="text/css" media="all">
18
- <script language="javascript" type="text/javascript"
19
- src="<?php echo get_option("siteurl"); ?>/wp-includes/js/tinymce/utils/mctabs.js"></script>
20
- <script language="javascript" type="text/javascript"
21
- src="<?php echo get_option("siteurl"); ?>/wp-includes/js/tinymce/utils/form_utils.js"></script>
22
- <link rel="stylesheet" id="dashicons-css" href="<?php echo get_option("siteurl"); ?>/wp-includes/css/dashicons.min.css?ver=5.1.1" type="text/css" media="all">
 
 
23
  <base target="_self">
24
  </head>
25
- <body id="link" dir="ltr" class="forceColors">
26
  <div class="wd-table">
27
- <form name="spider_cat" action="#">
28
- <?php if( !$gutenberg_callback ){?>
29
- <div class="tabs" role="tablist" tabindex="-1">
30
- <ul>
31
- <li id="Single_product_tab" class="current" role="tab" tabindex="0"><span><a
32
- href="javascript:mcTabs.displayTab('Single_product_tab','Single_product_panel');" onMouseDown="return false;"
33
- tabindex="-1">Spider Calendar</a></span></li>
34
- </ul>
35
- </div>
36
- <?php }?>
37
- <div class="panel_wrapper">
38
- <div id="Single_product_panel" class="panel current">
39
- <br>
40
- <table border="0" cellpadding="4" cellspacing="0">
41
- <tbody>
42
- <tr>
43
- <td nowrap="nowrap"><label for="spider_Calendar" class="wd-label" >Select Calendar</label></td>
44
- <td><select name="spider_Calendar" id="spider_Calendar" style="width:150px;">
45
- <option value="- Select a Calendar -" selected="selected">- Select a Calendar -</option>
46
- <?php
47
- foreach ($calendars as $calendar) {
48
- ?>
49
- <option value="<?php echo $calendar->id; ?>"><?php echo $calendar->title; ?></option>
50
- <?php }?>
51
- </select>
52
- </td>
53
- </tr>
54
- <tr>
55
- <td nowrap="nowrap"><label for="spider_Calendar_theme" class="wd-label">Select Theme</label></td>
56
- <td>
57
- <select name="spider_Calendar_theme" id="spider_Calendar_theme" style="width:150px;">
58
- <option value="- Select a Theme -" selected="selected">- Select a Theme -</option>
59
- <?php
60
- foreach ($themes as $theme) {
61
- ?>
62
- <option value="<?php echo $theme->id; ?>"><?php echo $theme->title; ?></option>
63
- <?php }?>
64
- </select>
65
- </td>
66
- </tr>
67
- <tr>
68
- <td class="key"><label for="default_view" class="wd-label">Default View</label></td>
69
- <td>
70
- <select id="default_view" style="width:150px;" onChange="spider_calendar_select_view(this.value)">
71
- <option value="month" selected="selected">Month</option>
72
- <option value="list">List</option>
73
- <option value="week">Week</option>
74
- <option value="day">Day</option>
75
- </select>
76
- </td>
77
- </tr>
78
- <tr>
79
- <td class="key"><label for="view_0" class="wd-label">Select Views</label></td>
80
- <td style="font-size: 13px;">
81
- <input type="checkbox" id="view_0" value="month" checked="checked">Month
82
- <input type="checkbox" id="view_1" value="list" checked="checked">List
83
- <input type="checkbox" id="view_2" value="week" checked="checked">Week
84
- <input type="checkbox" id="view_3" value="day" checked="checked">Day
85
- </td>
86
- </tr>
87
- </tbody>
88
- </table>
89
- </div>
90
- </div>
91
- <div class="mceActionPanel">
92
- <div style="float: right;">
93
- <input type="button" id="insert" name="insert" value="Insert" onClick="insert_spider_calendar();"/>
94
- </div>
95
- </div>
96
- </form>
 
 
97
  <style type="text/css">
98
  .wd-table {
99
  clear: both;
@@ -208,41 +212,41 @@ function php_window() {
208
  }
209
  // Get shortcodes attributes.
210
  function get_params(module_name) {
211
- <?php if ($gutenberg_callback) {
212
- if ( $gutenberg_id == 0) {
213
- ?>
214
- return false;
215
- <?php
216
- }
217
- ?>
218
- var short_code_attr = new Array();
219
- short_code_attr['id'] = <?php echo (int) $gutenberg_id; ?>;
220
- selected_text = window.parent.window['<?php echo $gutenberg_callback . '_shortcode'; ?>'];
221
- <?php
222
- }
223
- else {?>
224
  selected_text = top.tinyMCE.activeEditor.selection.getContent();
225
- <?php }?>
226
 
227
- var module_start_index = selected_text.indexOf("[" + module_name);
228
- var module_end_index = selected_text.indexOf("]", module_start_index);
229
- var module_str = "";
230
- if ((module_start_index >= 0) && (module_end_index >= 0)) {
231
- module_str = selected_text.substring(module_start_index + 1, module_end_index);
232
- }
233
- else {
234
- return false;
235
- }
236
- var params_str = module_str.substring(module_str.indexOf(" ") + 1);
237
- var key_values = params_str.split(" ");
238
- var short_code_attr = new Array();
239
- for (var key in key_values) {
240
- var short_code_index = key_values[key].split('=')[0];
241
- var short_code_value = key_values[key].split('=')[1];
242
- short_code_value = short_code_value.substring(1, short_code_value.length - 1);
243
- short_code_attr[short_code_index] = short_code_value;
244
- }
245
- return short_code_attr;
246
  }
247
 
248
  function spider_calendar_select_view(selected_value) {
@@ -252,7 +256,6 @@ function php_window() {
252
  }
253
  }
254
  }
255
-
256
  function insert_spider_calendar() {
257
  var calendar_id = document.getElementById('spider_Calendar').value;
258
  var theme_id = document.getElementById('spider_Calendar_theme').value;
@@ -285,7 +288,6 @@ function php_window() {
285
  }
286
  }
287
  </script>
288
- </div>
289
  </body>
290
  </html>
291
  <?php
@@ -837,5 +839,4 @@ function validate_data(&$value, $esc_html) {
837
  $value = esc_html($value);
838
  }
839
  }
840
-
841
  ?>
2
  function php_window() {
3
  global $wpdb;
4
  $gutenberg_callback = sp_get('callback', 0);
5
+ $gutenberg_id = sp_get('edit', 0);
6
  $themes = $wpdb->get_results("SELECT id,title FROM " . $wpdb->prefix . "spidercalendar_theme");
7
  $calendars = $wpdb->get_results("SELECT id,title FROM " . $wpdb->prefix . "spidercalendar_calendar WHERE published=1");
8
  ?>
12
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
13
  <script language="javascript" type="text/javascript"
14
  src="<?php echo get_option("siteurl"); ?>/wp-includes/js/jquery/jquery.js"></script>
15
+ <?php if( !$gutenberg_callback ){?>
16
+ <script language="javascript" type="text/javascript"
17
+ src="<?php echo get_option("siteurl"); ?>/wp-includes/js/tinymce/tiny_mce_popup.js"></script>
18
+ <link rel="stylesheet" href="<?php echo get_option("siteurl"); ?>/wp-includes/js/tinymce/plugins/compat3x/css/dialog.css" type="text/css" media="all">
19
+ <script language="javascript" type="text/javascript"
20
+ src="<?php echo get_option("siteurl"); ?>/wp-includes/js/tinymce/utils/mctabs.js"></script>
21
+ <script language="javascript" type="text/javascript"
22
+ src="<?php echo get_option("siteurl"); ?>/wp-includes/js/tinymce/utils/form_utils.js"></script>
23
+ <?php }?>
24
+ <link rel="stylesheet" id="dashicons-css" href="<?php echo get_option("siteurl"); ?>/wp-includes/css/dashicons.min.css?ver=5.1.1" type="text/css" media="all">
25
  <base target="_self">
26
  </head>
27
+ <body id="link" dir="ltr" class="wp-core-ui">
28
  <div class="wd-table">
29
+ <form name="spider_cat" action="#">
30
+ <?php if( !$gutenberg_callback ){?>
31
+ <div class="tabs" role="tablist" tabindex="-1">
32
+ <ul>
33
+ <li id="Single_product_tab" class="current" role="tab" tabindex="0"><span><a
34
+ href="javascript:mcTabs.displayTab('Single_product_tab','Single_product_panel');" onMouseDown="return false;"
35
+ tabindex="-1">Spider Calendar</a></span></li>
36
+ </ul>
37
+ </div>
38
+ <?php }?>
39
+ <div class="panel_wrapper">
40
+ <div id="Single_product_panel" class="panel current">
41
+ <br>
42
+ <table border="0" cellpadding="4" cellspacing="0">
43
+ <tbody>
44
+ <tr>
45
+ <td nowrap="nowrap"><label for="spider_Calendar" class="wd-label">Select Calendar</label></td>
46
+ <td><select name="spider_Calendar" id="spider_Calendar" >
47
+ <option value="- Select a Calendar -" selected="selected">- Select a Calendar -</option>
48
+ <?php
49
+ foreach ($calendars as $calendar) {
50
+ ?>
51
+ <option value="<?php echo $calendar->id; ?>"><?php echo $calendar->title; ?></option>
52
+ <?php }?>
53
+ </select>
54
+ </td>
55
+ </tr>
56
+ <tr>
57
+ <td nowrap="nowrap"><label for="spider_Calendar_theme" class="wd-label">Select Theme</label></td>
58
+ <td>
59
+ <select name="spider_Calendar_theme" id="spider_Calendar_theme" >
60
+ <option value="- Select a Theme -" selected="selected">- Select a Theme -</option>
61
+ <?php
62
+ foreach ($themes as $theme) {
63
+ ?>
64
+ <option value="<?php echo $theme->id; ?>"><?php echo $theme->title; ?></option>
65
+ <?php }?>
66
+ </select>
67
+ </td>
68
+ </tr>
69
+ <tr>
70
+ <td class="key"><label for="default_view" class="wd-label">Default View</label></td>
71
+ <td>
72
+ <select id="default_view" style="width:150px;" onChange="spider_calendar_select_view(this.value)">
73
+ <option value="month" selected="selected">Month</option>
74
+ <option value="list">List</option>
75
+ <option value="week">Week</option>
76
+ <option value="day">Day</option>
77
+ </select>
78
+ </td>
79
+ </tr>
80
+ <tr>
81
+ <td class="key"><label for="view_0" class="wd-label">Select Views</label></td>
82
+ <td style="font-size: 13px;">
83
+ <input type="checkbox" id="view_0" value="month" checked="checked">Month
84
+ <input type="checkbox" id="view_1" value="list" checked="checked">List
85
+ <input type="checkbox" id="view_2" value="week" checked="checked">Week
86
+ <input type="checkbox" id="view_3" value="day" checked="checked">Day
87
+ </td>
88
+ </tr>
89
+ </tbody>
90
+ </table>
91
+ </div>
92
+ </div>
93
+ <br>
94
+ <div class="mceActionPanel">
95
+ <div style="float: right;">
96
+ <input type="button" id="insert" name="insert" class="button-primary" value="Insert" onClick="insert_spider_calendar();"/>
97
+ </div>
98
+ </div>
99
+ </form>
100
+ </div>
101
  <style type="text/css">
102
  .wd-table {
103
  clear: both;
212
  }
213
  // Get shortcodes attributes.
214
  function get_params(module_name) {
215
+ <?php if ($gutenberg_callback) {
216
+ if ( $gutenberg_id == 0) {
217
+ ?>
218
+ return false;
219
+ <?php
220
+ }
221
+ ?>
222
+ var short_code_attr = new Array();
223
+ short_code_attr['id'] = <?php echo (int) $gutenberg_id; ?>;
224
+ selected_text = window.parent.window['<?php echo $gutenberg_callback . '_shortcode'; ?>'];
225
+ <?php
226
+ }
227
+ else {?>
228
  selected_text = top.tinyMCE.activeEditor.selection.getContent();
229
+ <?php }?>
230
 
231
+ var module_start_index = selected_text.indexOf("[" + module_name);
232
+ var module_end_index = selected_text.indexOf("]", module_start_index);
233
+ var module_str = "";
234
+ if ((module_start_index >= 0) && (module_end_index >= 0)) {
235
+ module_str = selected_text.substring(module_start_index + 1, module_end_index);
236
+ }
237
+ else {
238
+ return false;
239
+ }
240
+ var params_str = module_str.substring(module_str.indexOf(" ") + 1);
241
+ var key_values = params_str.split(" ");
242
+ var short_code_attr = new Array();
243
+ for (var key in key_values) {
244
+ var short_code_index = key_values[key].split('=')[0];
245
+ var short_code_value = key_values[key].split('=')[1];
246
+ short_code_value = short_code_value.substring(1, short_code_value.length - 1);
247
+ short_code_attr[short_code_index] = short_code_value;
248
+ }
249
+ return short_code_attr;
250
  }
251
 
252
  function spider_calendar_select_view(selected_value) {
256
  }
257
  }
258
  }
 
259
  function insert_spider_calendar() {
260
  var calendar_id = document.getElementById('spider_Calendar').value;
261
  var theme_id = document.getElementById('spider_Calendar_theme').value;
288
  }
289
  }
290
  </script>
 
291
  </body>
292
  </html>
293
  <?php
839
  $value = esc_html($value);
840
  }
841
  }
 
842
  ?>
js/editor_plugin.js CHANGED
@@ -5,7 +5,7 @@
5
  ed.windowManager.open({
6
  file : spider_calendar_ajax + '?action=window',
7
  width : 400 + ed.getLang('sp_calendar_mce.delta_width', 0),
8
- height : 220 + ed.getLang('sp_calendar_mce.delta_height', 0),
9
  inline : 1
10
  }, {
11
  plugin_url : url
5
  ed.windowManager.open({
6
  file : spider_calendar_ajax + '?action=window',
7
  width : 400 + ed.getLang('sp_calendar_mce.delta_width', 0),
8
+ height : 270 + ed.getLang('sp_calendar_mce.delta_height', 0),
9
  inline : 1
10
  }, {
11
  plugin_url : url
preview_widget.php CHANGED
@@ -25,12 +25,10 @@ require_once("front_end/frontend_functions.php");
25
  $date_REFERER = date("Y-m");
26
  $date = date("Y") . '-' . php_Month_num(date("F")) . '-' . date("d");
27
  $year_REFERER = substr($date_REFERER, 0, 4);
28
- // var_dump(date("F", mktime(0, 0, 0, 7, 1, 0)));
29
  $month_REFERER = Month_name(substr($date_REFERER, 5, 2));
30
  $day_REFERER = substr($date_REFERER, 8, 2);
31
 
32
  $year = substr($date, 0, 4);
33
- // var_dump($date);
34
  $month = Month_name(substr($date, 5, 2));
35
  $day = substr($date, 8, 2);
36
 
25
  $date_REFERER = date("Y-m");
26
  $date = date("Y") . '-' . php_Month_num(date("F")) . '-' . date("d");
27
  $year_REFERER = substr($date_REFERER, 0, 4);
 
28
  $month_REFERER = Month_name(substr($date_REFERER, 5, 2));
29
  $day_REFERER = substr($date_REFERER, 8, 2);
30
 
31
  $year = substr($date, 0, 4);
 
32
  $month = Month_name(substr($date, 5, 2));
33
  $day = substr($date, 8, 2);
34
 
readme.txt CHANGED
@@ -1,547 +1,15 @@
1
- === Calendar by 10Web - Responsive Event Calendar ===
2
- Contributors: webdorado, wdsupport, 10web
3
- Tags: calendar, event, event calendar, events, events calendar, calendars, event manager, calendar widget, event management, free calendar, Calender, upcoming events
4
  Requires at least: 3.9
5
- Tested up to: 5.2
6
- Stable tag: 1.5.63
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
10
- Event Calendar by 10Web is a responsive calendar plugin for organizing events. Plugin lets you manage and publish unlimited event calendars on your site.
11
 
12
  == Description ==
13
 
14
- [Special Offer for all Premium Plugins](https://10web.io/plugins)
15
- [WordPress Calendar](https://10web.io/plugins/wordpress-spider-calendar)
16
- [Demo](https://demo.10web.io/olddemo/spider-calendar)
17
- [Demo Admin](https://demo.10web.io/olddemo/spider-calendar)
18
  [User Manual](https://help.10web.io/hc/en-us/sections/360002491871)
19
-
20
- WordPress event calendar is a FREE user-friendly responsive plugin to manage multiple recurring events and various display options. This free plugin makes event registration and events management easy and lets you display beautiful responsive calendars, upcoming events and more. It’s perfect for websites organising seminars, summits, conferences, concerts, meetings, and more.
21
-
22
- This tool is a highly configurable plugin which allows you to have multiple organized events in one calendar. It is one of the best plugin of its kind available in WordPress Directory. If you have problem with organizing your events and displaying them in a calendar format, then this plugin is the best solution.
23
-
24
- Maybe you just want to have a quick look at your schedule to remind yourself about the future appointments or online reservations? Or you want to bring together your holiday occasions, webinars, and events lists? This WordPress plugin comes with advanced event manager tools and options. Spider WordPress Calendar is a great online events organizer and events manager plugin. It’s a feature-rich event manager plugin allowing you to use it as an editorial, news or availability agenda.
25
-
26
- You can add unlimited number of calendars and events on your website. You can have a separate upcoming events widget on any page you’d like.
27
-
28
- There is also a possibility of displaying the events in a list view. The product includes a widget called Upcoming events, allowing to have a specific number of upcoming events arranged in ordered or randomized option.
29
-
30
- Possibility to add multiple events for a single date, including events from different categories.
31
- You can display the calendar in a smaller format for all pages using its widgets.
32
- Different categories created for the events will be displayed as a legend below the calendar. This will allow the users to manage the types of the events they are looking for.
33
-
34
- This advanced events plugin allows you to provide detailed information about the upcoming events you have. You can provide event dates, time, venue, mention the event organizers, upload an image or a video for a particular event, and more. If you have an event page on your website you can use the shortcode of the plugin to display it on the page.
35
-
36
- Also, that can be a very good place to display an upcoming events widget. For websites with long events lists there is an event filter option in the front end to help your site visitors filter out events they are not interested in.
37
-
38
- Its recurring events option makes event scheduling even easier. You just need to provide the repeating rate of the event.
39
-
40
- Spider Calendar comes with a number of event display options, and themes, but if you want to have custom styles, you can add new themes with customized settings and options.
41
-
42
-
43
- Upgrade to [WordPress Calendar Pro](https://10web.io/plugins/wordpress-spider-calendar) to add features:
44
-
45
- * 17 standard themes included in extension package for the plugin and 6 themes for the widget.
46
- * Possibility to alter the width of the widget and main calendar.
47
- * You can change date color, font size and font family in the event popup.
48
- * Possibility to change arrow color and background color in the event popup.
49
- * Possibility to change event popup background color.
50
- * Possibility to define the height and width of the popup.
51
- * Possibility to define the number of displayed events in the popup.
52
- * Possibility to change next, previous and current month font size and color.
53
- * Possibility to change current day cell border color.
54
- * Possibility to define the main border radius, color and width.
55
- * You have also possibility to change popup window parameters.
56
- * Possibility to add new themes based on the default theme.
57
- * Possibility of displaying/hiding the category legend below the calendar widget.
58
- * Possibility of selecting the start day of the week (Monday, Sunday).
59
- * Possibility to select event date style in the popup.
60
- * Possibility to set a number of events to be displayed within a single day
61
-
62
- ###IMPORTANT:
63
- If you think you found a bug in the plugin or have any problem/question concerning the plugin, please check out [Support Forum](https://wordpress.org/support/plugin/spider-event-calendar). If you do not find a solution here, do not hesitate to contact us at https://10web.io/contact-us.
64
-
65
-
66
- == Screenshots ==
67
- 1. WordPress Event Calendar - Calendar
68
- 2. WordPress Event Calendar - Widget Calendar
69
- 3. WordPress Event Calendar - Widget Calendar
70
- 4. WordPress Event Calendar - Widget Calendar
71
- 5. WordPress Event Calendar - Create Event
72
- 6. WordPress Event Calendar - Edit Theme
73
-
74
- == Privacy Policy ==
75
- This plugin does not collect any data from website, neither collects visitors data in the sites it is installed on. No tracking is performed and no embeds/cookies are included along with the plugin. The plugin asks for your consent to collect site administrator’s email address and site URL to offer customer support, deals and discounts on premium products and more.
76
-
77
- == Changelog ==
78
-
79
- = 1.5.63 =
80
- Fixed: Compatibility with Elementor.
81
- Fixed: Remove irrelevant categories from Categories section.
82
- Fixed: Frontend filters.
83
- Added: Gutenberg Integration.
84
-
85
- = 1.5.62 =
86
- New: GDPR compliance help
87
- New: WD library updated
88
- Fixed: Bugs when exporting event
89
-
90
- = 1.5.61 =
91
- Fixed: Faster loading of pages. Synchronous requests in calendar frontend are removed
92
- Changed: PHP 7.2 compatibility, create_function is not used anymore
93
-
94
- = 1.5.60 =
95
- Fixed: Events of the same day of the previous year were visible in popup
96
- Updated: Italian translation thanks to Marco Moniga
97
-
98
- = 1.5.59 =
99
- Fixed: register_activation_hook not being called because of conflict with some plugins
100
-
101
- = 1.5.58 =
102
- Fixed: JS error on widget
103
-
104
- = 1.5.57 =
105
- Changed: Deactivation popup
106
-
107
- = 1.5.56 =
108
- Changed: Web-Dorado links
109
-
110
- = 1.5.55 =
111
- Fixed: Load admin styles only on calendar pages
112
- Changed: Introducing brand new free Backup WD plugin
113
-
114
- = 1.5.54 =
115
- Fixed: Network activate issue
116
-
117
- = 1.5.53 =
118
- Changed: Event popup design
119
- Fixed: Generate shortcode popup styles
120
-
121
- = 1.5.52 =
122
- Fixed: Security issue
123
- Added: Overview page
124
-
125
- = 1.5.51 =
126
- Removed: Featured plugins, themes page
127
-
128
- = 1.5.50 =
129
- Fixed: Minor bug
130
-
131
- = 1.5.49 =
132
- Fixed: Bug on PHP 7
133
-
134
- = 1.5.48 =
135
- Added: Icelandic translation
136
-
137
- = 1.5.47 =
138
- Fixed: Minor bug
139
- Fixed: Translations
140
-
141
- = 1.5.46 =
142
- Fixed: Translations
143
-
144
- = 1.5.45 =
145
- Changed: Featured themes page
146
-
147
- = 1.5.44 =
148
- Fixed: Minor bug
149
-
150
- = 1.5.43 =
151
- Changed: Category color picker
152
-
153
- = 1.5.42 =
154
- Fixed: Minor bug
155
-
156
- = 1.5.41 =
157
- Fixed: Minor bug
158
-
159
- = 1.5.40 =
160
- Changed: Featured plugins, themes page
161
- Changed: Uninstall page
162
-
163
- = 1.5.39 =
164
- Fixed: Security issue
165
-
166
- = 1.5.38 =
167
- Fixed: Calendar header date format
168
-
169
- = 1.5.37 =
170
- Fixed: Minor bugs
171
- Fixed: Finnish translation
172
-
173
- = 1.5.36 =
174
- Changed: Default themes redesigned.
175
- Fixed: SEO issue.
176
- Fixed: Bug in calendar quick edit.
177
- Fixed: Bug in Theme preview.
178
- Added: Shortcodes support in event description.
179
- Added: Capability to copy event.
180
- Fixed: Translations.
181
-
182
- = 1.5.35 =
183
- Fixed: Minor bugs
184
-
185
- = 1.5.34 =
186
- Fixed: Bug in update
187
-
188
- = 1.5.33 =
189
- Fixed: Translations.
190
-
191
- = 1.5.32 =
192
- Changed: Category styles
193
- Fixed: Minor bugs
194
-
195
- = 1.4.30 =
196
- New: New year promo
197
-
198
- = 1.4.29 =
199
- Changed: Notices order
200
-
201
-
202
- = 1.4.28 =
203
- Fixed: bug in adding events
204
- New: Notices
205
-
206
- = 1.4.27 =
207
- Fixed: Translation
208
-
209
- = 1.4.26 =
210
- New: Export to Event Calendar WD
211
-
212
- = 1.4.25 =
213
- Changed: Compability with WordPress 4.3
214
-
215
- = 1.4.24 =
216
- Conflict with event calendar wd fixed
217
-
218
- = 1.4.23 =
219
- Fixed: Conflict with some plugins
220
-
221
- = 1.4.22 =
222
- Fixed: Conflict with some themes
223
-
224
- = 1.4.21 =
225
- Edit featured plugins
226
-
227
- = 1.4.20 =
228
- bug in color picker fixed
229
-
230
- = 1.4.19 =
231
- Add featured themes
232
-
233
- = 1.4.18 =
234
- change links
235
-
236
- = 1.4.17 =
237
- translation fixed
238
-
239
- = 1.4.16 =
240
- cache issue fixed
241
-
242
- = 1.4.15 =
243
- bug fixed in description editor
244
- allow origin issue fixed
245
-
246
- = 1.4.14 =
247
- bug fixed in upcoming events widget
248
-
249
- = 1.4.11 =
250
- Added "All Categories" button to all views
251
-
252
- = 1.4.10 =
253
- bug fixed in frontend
254
-
255
- = 1.4.9 =
256
- bug in current day fixed
257
-
258
- = 1.4.8 =
259
- warning in list view fixed
260
-
261
- = 1.4.7 =
262
- add option Display Category Legend:
263
- edit admin css
264
-
265
- = 1.4.6 =
266
- bug fixed in wp 3.9 editor
267
-
268
- = 1.4.5 =
269
- bug fixed in upcoming events
270
-
271
- = 1.4.4 =
272
- bug in upcoming events fixed
273
-
274
- = 1.4.3 =
275
- order events by time
276
-
277
- = 1.4.2 =
278
- translations fixed
279
-
280
- = 1.4.1 =
281
- bug fix, (width parameter problem), correct user manual links
282
-
283
- = 1.4 =
284
- categories and upcoming events
285
-
286
- = 1.0.0 =
287
- Initial version
288
-
289
-
290
- += Installation ==
291
-
292
- Follow the steps below to install the calendar plugin.
293
-
294
- 1. Log in to the administrator panel for installing the calendar.
295
- 2. Go to Plugins Add >New >Upload.
296
- 3. Click **Choose file** (**Browse**) and select the Spider Event Calendar zip file.
297
- *For Mac Users*
298
- *Go to your Downloads folder and locate the folder with the Spider Event Calendar. Right-click on the folder and select Compress. Now you have a newly created .zip file which can be installed as described here.*
299
- 4. Click **Upload&Install** button for uploading and installing the calendar.
300
- 5. Click **Activate Plugin** button for activating the calendar plugin.
301
- 6. If the installation of the calendar succeeded you will see the message in the picture. If any problem occurs, during the installation of the calendar please contact us info@web-dorado.com.
302
-
303
-
304
-
305
-
306
- == Frequently Asked Questions ==
307
-
308
-
309
- = How can I update the plugin? =
310
-
311
- If you want to update the calendar plugin while preserving your existing calendars, you need to deactivate and delete the Spider Calendar from the list of installed plugins (Do not uninstall it using the Uninstall Spider Calendar option of the plugin, otherwise you will lose your initial data) and install the new plugin.
312
-
313
- = How can I create or edit calendars? =
314
-
315
- On the left menu select Calendar ->Calendars ->Add a Calendar.
316
- Title. Add a title for the calendar.
317
- Default Year. Specify the year that is displayed by default. Leave empty for current year.
318
- Default month. Specify the month that is displayed by default.
319
- Use 12 hours time format. Choose the format of the time for the calendar.
320
- Published. Choose whether to publish the calendar or not.
321
-
322
- = How can I create or edit events? =
323
-
324
- On the left menu select Calendar > Calendars.
325
- Select a calendar from the list. Click on the Add an Event button for creating a new event. If you want to edit an existing event, simply click on its title in the list of events.
326
- Title. Add a title for the event.
327
- Select Category. Choose the category/categories of the events.
328
- Date. Provide the date of the event.
329
- Time. Set the start and the end time for the event.
330
- Note. Write the description of the event.
331
- Published. Choose whether to publish the event or not.
332
- Repeat Event.Choose the frequency for repeating the events.
333
-
334
- * Don't repeat this event.
335
- * Repeat daily. Choose the frequency of the days for repeating the events.
336
- * Repeat weekly. Choose the quantity of the weeks and a weekday for repeating the events.
337
- * Repeat monthly. Choose the quantity of the months and the quantity of the weekdays for repeating the events.
338
- * Repeat yearly. Choose the quantity of the years, choose a month and the frequency of the week and weekdays.
339
- * Repeat until. Choose the end date for repeating each event.
340
-
341
- Save. Click the "Save" button to save the created event.
342
-
343
- Note: Spider Event Calendar is not an online booking calendar and does not come with a booking system or reservation system. It does not support event bookings or event subscriptions. However you can manually add your bookings, Facebook calendar events, outlook appointments, Icalendar ( Ical ) appointment booking, and other events feed to the calendar. If you want to have booking forms, RSVP functionality, Facebook event calendar, or Google Calendar integration, you’ll have to get an appointment booking calendar, a booking plugin or other reservation plugin.
344
-
345
- It does not support ticket integration,event ticketing and ticket sale. For this purpose you can check out Event Calendar WD, which allows you to sale event tickets and also provides events calendars Google maps integration. With its events gmap option you’ll be able to mark event location on Google maps.
346
-
347
- = Does the plugin provide customization options? =
348
-
349
- In Premium version of the plugin there are 11 default calendar and widget themes. You can use one of the calendar default themes or create a new one. If you change the parameters of the calendar default theme here is a big **Reset Theme** button for resetting default theme*s parameters on the calendar to original.
350
-
351
- On the left menu select Calendar > Calendar Themes > Add a Theme. You can fill the all parameters of the calendar theme or inherit the parameters of the calendar theme from the default themes of the calendar.
352
-
353
- **The General Parameters of the Spider Event Calendar.**
354
-
355
- Title. Choose a title for the calendar theme.
356
- Default theme. Choose the default theme for the calendar.
357
- Width. Define the width of the calendar.
358
- The first day of the week. Choose whether to start the calendar from Monday or from Sunday.
359
- Main Border Color. Choose the color of the calendar main border.
360
- Main Border Radius. Define the radius of the calendar main border.
361
- Main Border Width. Define the width of the [WordPress Calendar plugin](http://wordpress.org/extend/plugins/spider-event-calendar/) main border.
362
-
363
- **The Header Parameters of the Spider Event Calendar**
364
-
365
- Header height. Define the height of the calendar header.
366
- Header background color. Choose the background color of the calendar header.
367
- Current month font size. Define the font size of the calendar current month.
368
- Current Month color. Choose the color of the calendar current month.
369
- Current Month arrow color. Choose the color for the calendar's current month arrow.
370
- Arrow size. Define the size of the arrow on the calendar.
371
- Names of the Weekdays color. Choose the color for the names of weekdays.
372
- Names of the Weekdays cell height. Define the height of the cell for the names of weekdays.
373
- Names of the Weekdays Background Color. Choose the background color for the weekdays.
374
- Sunday background color. Choose Sunday background color for the [WordPress Event Calendar](http://wordpress.org/extend/plugins/spider-event-calendar/).
375
- Names of the Weekdays Font Size. Define the font size of the weekday.
376
-
377
- **The Body Parameters of the Spider WordPress Event Calendar**
378
-
379
- Background color. Choose the background color for the calendar.
380
- Cell height. Define the height of the calendar cell.
381
- Other months days text color. Choose the text color of the other months for the calendar.
382
- Other months days background color. Choose the background color for the other months days on the calendar.
383
- Cell text color without events. Choose the text color for the calendar cell without events.
384
- Cell text color with [WordPress Calendar events](http://wordpress.org/extend/plugins/spider-event-calendar/). Choose the text color for the calendar cell with events.
385
- Cell background color with events. Choose the background color for the calendar cell with events.
386
- Event title color. Choose the color for the calendarevent title.
387
- Current day cell border color. Choose the cell border color for the calendar current day.
388
- Cell border color. Choose the color for the calendar cell border.
389
- Sundays text color. Choose the text color for Sundays for the calendar.
390
- Sundays cell background color. Choose the background color for Sundays cell for the calendar.
391
- Sundays font size. Define the font size of Sundays for the calendar.
392
- Days font size. Define the font size of the calendar days.
393
- Show time in cell. Choose whether to show the time on the calendar cell or not.
394
- Show Numbers for event. Choose whether to display numbers for events or not.
395
- Number of Displayed event. Define the number of displayed events.
396
- Event Titles Background Color. Choose the background color for the event titles.
397
- Views Tabs Background Color. Choose the background color for the views tabs.
398
- Views Tabs Text Color. Choose the text color for the views tabs.
399
- Views Tabs Font Size. Define the font size of views tabs.
400
-
401
-
402
- **The Popup Window Parameters of the Spider Event Calendar**
403
-
404
- Date format in popup. Choose the format of the calendar date in popup.
405
- Event title color in popup. Choose the color for the calendar event title in popup.
406
- Event title font size in popup. Define the font size of the calendar event title in popup.
407
- Event title font family in popup.Select thecalendar event title font family in popup.
408
- Event title font style in popup. Select the calendar event title font style in popup.
409
- Date color in popup. Choose the color for the calendar date in popup.
410
- Date font size in popup. Define the font size of thecalendar date in popup.
411
- Date font family in popup. Choose the font family of the calendar date in popup.
412
- Date style in popup. Select the style of the calendar date in popup.
413
- Arrow background color in popup. Choose the background color for the calendar arrow in popup.
414
- Arrow color in popup. Choose the color for the calendar arrow in popup.
415
- Popup background color. Choose the background color for the calendar popup.
416
- Popup width. Define the width of the calendar popup.
417
- Popup height. Define the height of the calendar popup.
418
- Number of displayed events. Define the number of displayed events for the calendar.
419
- Show repeat rate. Choose whether to show the calendar repeat rate or not.
420
-
421
- **The Other Views Parameters of the Spider Event Calendar.**
422
-
423
- Date Background Color. Specify the background color of the event date cell (List View and Weekly View).
424
- Event Background Color 1. Select the background color of the events with an odd number.
425
- Event Background Color 2. Select the background color of the events with an even number.
426
- Event Number Background Color 1. Select the number background color of the events with an odd number.
427
- Event Number Background Color 2. Select the number background color of the events with an even number.
428
- Event Number Color. Specify the color of the event number.
429
- Day and Month Font Color. Specify the font color of the day and the month of the event date (e.g. 23 March).
430
- Day of the Week Font Color. Specify the font color of the day of the week in the event date.
431
- Date Font Size. Specify the font size of the date text.
432
- Event Number Font Size. Specify the font size of the event number.
433
- Event Cell Height. Specify the height of the event cell.
434
- Date Cell Height. Specify the height of the date cell.
435
- Day and Month Font Size. Specify the font size of the day and the month of the event date.
436
- Day of the Week Font Size. Specify the font size of the day of the week in the event date.
437
-
438
- = Can I edit the appearance of calendar widgets? =
439
-
440
- On the left menu select Calendar -> Widget Themes -> Add a Theme.
441
-
442
- **The General Parameters of the Spider Event Calendar.**
443
-
444
- Title. Choose a title for the theme.
445
- Default Theme. Choose the default theme.
446
- Width. Define the Width.
447
- The First day of the Week. Choose whether to start the week from Monday or from Sunday.
448
-
449
- **The Popup Window Parameters of the Spider Event Calendar.**
450
-
451
- Date Format in Popup. Choose the format of the date in popup.
452
- Event Title Color in Popup. Choose the color for the event title in popup.
453
- Event Title Font Size in Popup. Define the font size of the event title in popup.
454
- Event Title Font Family in Popup.Select the event title font family in popup.
455
- Event Title Font Style in Popup. Select the event title font style in popup.
456
- Date Color in Popup. Choose the color of the date in popup.
457
- Date Font Size in Popup. Define the font size of the date in popup.
458
- Date Font Family in Popup. Choose the font family of the date in popup.
459
- Date Style in Popup. Select the style of the date in popup.
460
- Arrow Background Color in Popup. Choose the background color of the arrow in popup.
461
- Arrow Color in Popup. Choose the color of the arrow in popup.
462
- Popup Background Color. Choose the background color for the popup.
463
- Popup Width. Define the width of the popup.
464
- Popup Height. Define the height of the popup.
465
- Show Repeat Rate. Choose whether to show the repeat rate or not.
466
-
467
- **The Body Parameters of the Spider Event Calendar.**
468
-
469
- YEAR Font. Choose font style for the year.
470
- MONTH Font. Choose font style for the month.
471
- DAY Font. Choose the font style for the day.
472
- Names of the Weekdays Font. Choose the font style for the names of the weekdays.
473
- Header Background Color. Choose the background color of the header.
474
- Calendar Background Color. Choose the background color of the calendar.
475
- Color of Month. Choose the color to display the months.
476
- Color of the Names of the Weekdays. Choose the color to display the names of the weekdays.
477
- Color of Other Months. Choose the color for the other month days.
478
- Color of Days without Events. Choose the color for the days without events.
479
- Color of Days with Events. Choose the color for the days with events.
480
- Background Color of Days with Events. Select the background color for the days with events.
481
- Background Color of Current Day. Select the background color for the current day.
482
- Color of Arrows. Choose the color for the arrows.
483
- Color of Current Day. Choose the color for the current day.
484
- Border Color of the Current Day. Select the border color for the current day.
485
- Color of Sundays. Choose the color for Sundays.
486
- Background Color for the Names of the Weekdays. Select the background color for the names of the weekdays.
487
- Sunday Background Color. Select the background color for Sundays.
488
- Cell Border Color. Choose the color for the cell border.
489
- Year and Month Font Size. Choose the font size to display year and month.
490
- Year Font color. Select the font color for the year.
491
- Year Tabs Background color. Choose the background color for the year tabs.
492
-
493
- = How can I publish calendars on pages or posts? =
494
-
495
- Press the button named Insert Spider Event Calendar in a post or page you want to show the calendar.
496
- Select calendar. Select a calendar from the given list.
497
- Select theme. Select a calendar theme from the given list.
498
- Select Default View. Select the default view from provided options (Month, List, Week and Day).
499
- Select Views. Select the views options (Month, List, Week and Day) for the calendar in the public view.
500
- Save the page or post where the calendar is inserted.
501
-
502
- Alternatively, you can use Spider Event Calendar without the button on the toolbar: Add the shortcode [Spider_Calendar id="1" theme="10" default="month" select="month,list,week,day,"] (where Spider_Calendar id is the id of the calendar, theme is the ID of the theme, default is the default view of the calendar, select is the option for the available views.)
503
-
504
- = Can I place the calendar on a widget area? =
505
-
506
- You can add Spider Event Calendar Widget to the sidebar the following way.
507
-
508
- Select calendar. Select a calendar from the given list.
509
- Select theme for a widget. Select a calendar theme for the widget from the given list.
510
- Select Default View. Select the default view from provided options (Month, List, Week and Day).
511
- Select Views. Select the views options (Month, List, Week and Day) for the calendar in the public view.
512
- Save the widget where the calendar is inserted.
513
-
514
- In Premium version of the plugin, you can publish the calendar with Upcoming Events widget.
515
-
516
- In addition to the main widget you can also use Upcoming Events widget, which will display a custom list of upcoming events.
517
-
518
- Add Upcoming Events Widget to the sidebar.
519
- Title. Provide title for the widget.
520
- Select Calendar. Select a calendar from the given list.
521
- Select Theme for a widget. Select a theme for the widget from the given list.
522
- Events to display. Choose among the display possibilities for the list.
523
- Starting from current date.
524
- Event quantity. Select the amount of events to be displayed with the widget.
525
- Events in date interval.
526
- Starting from.Select whether to start with the current day or choose a custom day to start the list.
527
- Select start date.Choose the start date for the event list.
528
- Following days quantity.Define the amount of days you want the event list to include events from.
529
- Events quantity.Define the amount of events to be displayed in the event list.
530
- Ordering.Choose whether to have the events displayed randomly or ordered. When random, specified amount of events will be randomly generated from the entire list of events within the provided interval.
531
- Selected Events.
532
- Select events from list.Click on Add button to specify the events you want to show in the events list.
533
- Show Event Date.Choose whether to display the event date in the list or not.
534
- Show Event Repeat Rate. Choose whether to display the event repeat rate in the list or not.
535
- Show Event Text. Choose whether to display the event details in the list or not.
536
- Show Numbering.Choose whether to have the listed events.
537
- Width. Define the width of the widget.
538
- Background Color.Select the background color for the widget.
539
- Event Title Color.Choose the title color for the events.
540
- Event Title Font Size.Define the font size for the event titles.
541
- Event Title Font.Specify the font family for the event titles.
542
- Event Date Color.Choose the color to display the event dates.
543
- Event Date Format.Choose the date format for the events.
544
- Event Repeat Rate Color.Choose the color to display the repeat rate line.
545
- Event Text Color.Select the text color for the events.
546
- Divider Color.Select the color to be used with the divider.
547
- Save the widget.
1
+ === SpiderCalendar ===
2
+ Contributors: webdorado,10web
 
3
  Requires at least: 3.9
4
+ Tested up to: 5.1
5
+ Stable tag: 1.5.64
6
  License: GPLv2 or later
7
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
8
 
9
+ SpiderCalendar is a responsive calendar plugin for organizing events. Plugin lets you manage and publish unlimited event calendars on your site.
10
 
11
  == Description ==
12
 
13
+ [Special Offer for all Premium Plugins](https://10web.io/plugins)
14
+ [SpiderCalendar](https://10web.io/plugins/wordpress-spider-calendar)
 
 
15
  [User Manual](https://help.10web.io/hc/en-us/sections/360002491871)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
spidercalendar_upcoming_events_widget.php CHANGED
@@ -2,7 +2,8 @@
2
  $firtstime=1;
3
  add_action( 'wp_print_scripts', 'cal_scripts' );
4
 
5
- function cal_scripts(){
 
6
  $spider_cal_pages = array(
7
  'toplevel_page_SpiderCalendar',
8
  'calendar_page_spider_calendar_event_category',
@@ -16,11 +17,12 @@ function cal_scripts(){
16
 
17
  if(function_exists('get_current_screen')) {
18
  $current_screen = get_current_screen();
19
- if(is_admin() && !in_array($current_screen->id, $spider_cal_pages)) {
20
  return;
21
  }
22
  }
23
 
 
24
  wp_enqueue_script("Calendar", plugins_url("elements/calendar.js", __FILE__), array(), SPCALENDAR_VERSION, FALSE);
25
  wp_enqueue_script("calendar-setup", plugins_url("elements/calendar-setup.js", __FILE__), array(), SPCALENDAR_VERSION, FALSE);
26
  wp_enqueue_script("calendar_function", plugins_url("elements/calendar_function.js", __FILE__), array(), SPCALENDAR_VERSION, FALSE);
2
  $firtstime=1;
3
  add_action( 'wp_print_scripts', 'cal_scripts' );
4
 
5
+ function cal_scripts(){
6
+
7
  $spider_cal_pages = array(
8
  'toplevel_page_SpiderCalendar',
9
  'calendar_page_spider_calendar_event_category',
17
 
18
  if(function_exists('get_current_screen')) {
19
  $current_screen = get_current_screen();
20
+ if(is_admin() && !empty($current_screen->id) && !in_array($current_screen->id, $spider_cal_pages)) {
21
  return;
22
  }
23
  }
24
 
25
+
26
  wp_enqueue_script("Calendar", plugins_url("elements/calendar.js", __FILE__), array(), SPCALENDAR_VERSION, FALSE);
27
  wp_enqueue_script("calendar-setup", plugins_url("elements/calendar-setup.js", __FILE__), array(), SPCALENDAR_VERSION, FALSE);
28
  wp_enqueue_script("calendar_function", plugins_url("elements/calendar_function.js", __FILE__), array(), SPCALENDAR_VERSION, FALSE);
wd/assets/img/sp_calendar_main_plugin.png ADDED
Binary file