WP Google Maps - Version 8.0.0

Version Description

= 7.11.19 = Please update to 7.11.18 or above to ensure you are using the latest security enhancements.

= 6.3.15 = Please update your WP Google Maps version to 6.3.15 to ensure you are using the latest security enhancements.

= 6.3.14 = Please update your WP Google Maps version to 6.3.14 to ensure you are using the latest security enhancements.

= 6.2.1 = Please update your WP Google Maps version to 6.2.1 to ensure you are using the latest security enhancements.

= 6.1.10 = Please update WP Google Maps to version 6.1.10 to enable our latest security enhancements.

= 6.1.5 = We no longer support timthumb and we have opted to remove it from WP Google Maps. Please update to 6.1.5 to ensure the removal of the timthumb script.

= 6.0.27 = Please upgrade your version of WP Google Maps to version 6.0.27 as it includes multiple security improvements.

Download this release

Release Info

Developer perryrylance
Plugin Icon 128x128 WP Google Maps
Version 8.0.0
Comparing to
See all releases

Code changes from version 7.11.53 to 8.0.0

README.md CHANGED
@@ -1 +1 @@
1
- # wp-google-maps-version7
1
+ # wp-google-maps-version7
base/classes/WPGM_templates.php CHANGED
@@ -1,141 +1,141 @@
1
- <?php
2
-
3
- if(!defined('ABSPATH'))
4
- exit;
5
-
6
- class WPGMAPS_templates {
7
-
8
-
9
- /**
10
- * Includes WP Google Maps V6 Welome Page
11
- *
12
- * @return void
13
- */
14
- function welcome_page_v6() {
15
- include(dirname(dirname(__FILE__))."/includes/welcome.php");
16
- }
17
-
18
- /**
19
- * Includes credits page
20
- *
21
- * @return void
22
- */
23
- function welcome_page_credits() {
24
- include(dirname(dirname(__FILE__))."/includes/credits.php");
25
- }
26
-
27
- /**
28
- * Outputs WP Google Maps V5 Welcome Page
29
- *
30
- * @return void
31
- */
32
- function welcome_page() {
33
- global $wpgmza_global_array;
34
- ?>
35
-
36
-
37
- <div class="wrap about-wrap">
38
-
39
- <!-- <img src='<?php echo WPGMAPS_DIR; ?>base/assets/WP-google-maps-logo.png' style="float:right; width:250px;" /> -->
40
- <h1><?php _e("Welcome to","wp-google-maps"); ?> <strong>WP Google Maps</strong> <small>v6</small></h1>
41
-
42
- <div class="about-text"><?php _e("Amazing maps. Simple interface. Powerful functionality. World Class Support.","wp-google-maps"); ?></div>
43
-
44
- <h3><?php _e("What's new?","wp-google-maps"); ?></h3>
45
-
46
- <div class="feature-section three-col">
47
- <div class="col">
48
- <h4><?php _e("Store Locator","wp-google-maps"); ?></h4>
49
- <p><?php _e("Let users search for products, branches and stores near them","wp-google-maps"); ?></p>
50
- <img src='<?php echo WPGMAPS_DIR; ?>base/assets/storelocator.jpg' style="border:1px solid #ccc;" />
51
- </div>
52
- <div class="col">
53
- <h4><?php _e("Polygons","wp-google-maps"); ?></h4>
54
- <p><?php _e("Create service areas or coverage maps with polygons","wp-google-maps"); ?></p>
55
- <img src='<?php echo WPGMAPS_DIR; ?>base/assets/polygons.png' style="border:1px solid #ccc;" />
56
- </div>
57
- <div class="col">
58
- <h4><?php _e("Polylines","wp-google-maps"); ?></h4>
59
- <p><?php _e("Create custom routes or outlines using polylines","wp-google-maps"); ?></p>
60
- <img src='<?php echo WPGMAPS_DIR; ?>base/assets/polylines.png' style="border:1px solid #ccc;" style='margin-bottom:20px;' />
61
- </div>
62
- </div>
63
-
64
- <hr />
65
-
66
- <div class="feature-section normal clear" >
67
- <div class="changelog ">
68
-
69
- <?php if ($wpgmza_global_array['code'] != "100") {
70
-
71
- // NB: GDPR
72
- ?>
73
-
74
- <!--<h3 style='margin-top:20px;'><?php _e("How did you find out about us?","wp-google-maps"); ?></h3>
75
-
76
- <div class="feature-section normal">
77
- <form action='' method='POST' name='wpgmaps_feedback'>
78
- <p><ul class="wpgmza_welcome_poll" style="list-style: none outside none;">
79
- <li style="list-style: none outside none;">
80
- <input type="radio" id="wpgmaps_findus_repository" value="repository" name="wpgmaps_findus">
81
- <label for="wpgmaps_search_term"><?php _e("WordPress.org plugin repository","wp-google-maps"); ?></label>
82
- <br /><input type="text" id="wpgmaps_search_term" class="regular-text" style='margin-top:5px; margin-left:40px;' name="wpgmaps_search_term" placeholder="<?php _e("What search term did you use?","wp-google-maps"); ?>">
83
- </li>
84
- <li style="list-style: none outside none;">
85
- <input type="radio" id="wpgmaps_findus_searchengine" value="search_engine" name="wpgmaps_findus">
86
- <label for="wpgmaps_findus_searchengine"><?php _e("Google or other search engine","wp-google-maps"); ?></label>
87
- </li>
88
- <li style="list-style: none outside none;">
89
- <input type="radio" id="wpgmaps_findus_friend" value="friend" name="wpgmaps_findus">
90
- <label for="wpgmaps_findus_friend"><?php _e("Friend recommendation","wp-google-maps"); ?></label>
91
- </li>
92
- <li style="list-style: none outside none;">
93
- <input type="radio" id="wpgmaps_findus_other" value="other" name="wpgmaps_findus">
94
- <label for="wpgmaps_findus_other"><?php _e("Other","wp-google-maps"); ?></label>
95
- <br /><input type="text" id="wpgmaps_findus_other_url" class="regular-text" style='margin-top:5px; margin-left:40px;' name="wpgmaps_findus_other_url" placeholder="<?php _e("Please explain","wp-google-maps"); ?>">
96
-
97
- </li>
98
-
99
-
100
- </ul></p>
101
- <input type='submit' name='wpgmza_save_feedback' value='Submit'>
102
-
103
- </form>-->
104
- </div>
105
- <?php } else { ?>
106
- <div class="wpgm_notice_message">
107
- <ul>
108
- <li>
109
- <?php echo $wpgmza_global_array['message']; ?>
110
- </li>
111
- </ul>
112
- </div>
113
- <?php } ?>
114
-
115
- <div class="feature-section three-col">
116
- <div class='col'>
117
- <h4><?php _e("New to WP Google Maps?","wp-google-maps"); ?></h4>
118
- <p><?php _e("You may want to","wp-google-maps"); ?> <a href='http://wpgmaps.com/documentation/' target='_blank' title='Documentation'><?php _e("review our documentation","wp-google-maps"); ?></a> <?php _e("before you get started. If you're a tech-savvy individual, you may skip this step.","wp-google-maps"); ?></p>
119
- </div>
120
- <div class='col'>
121
- <h4><?php _e("Help me!","wp-google-maps"); ?></h4>
122
- <p><?php _e("Visit our","wp-google-maps"); ?> <a title='Support Forum' target='_blank' href='http://www.wpgmaps.com/forums/forum/support-forum/'><?php _e("Support Forum","wp-google-maps"); ?></a> <?php _e("for quick and friendly help. We'll answer your request within 24hours.","wp-google-maps"); ?></p>
123
- </div>
124
- <div class='col'>
125
- <h4><?php _e("Feedback","wp-google-maps"); ?></h4>
126
- <p><?php _e("We need you to help us make this plugin better.","wp-google-maps"); ?> <a href='http://www.wpgmaps.com/contact-us/' title='Feedback' target='_BLANK'><?php _e("Send us your feedback","wp-google-maps"); ?></a> <?php _e("and we'll act on it as soon as humanly possible.","wp-google-maps"); ?></p>
127
- </div>
128
- </div>
129
-
130
- <a class="button-primary" href="admin.php?page=wp-google-maps-menu&override=1"><?php echo __("OK! Let's start","wp-google-maps"); ?></a>
131
-
132
- </div>
133
- </div>
134
- </div>
135
-
136
-
137
- <?php
138
-
139
- }
140
-
141
  }
1
+ <?php
2
+
3
+ if(!defined('ABSPATH'))
4
+ exit;
5
+
6
+ class WPGMAPS_templates {
7
+
8
+
9
+ /**
10
+ * Includes WP Google Maps V6 Welome Page
11
+ *
12
+ * @return void
13
+ */
14
+ function welcome_page_v6() {
15
+ include(dirname(dirname(__FILE__))."/includes/welcome.php");
16
+ }
17
+
18
+ /**
19
+ * Includes credits page
20
+ *
21
+ * @return void
22
+ */
23
+ function welcome_page_credits() {
24
+ include(dirname(dirname(__FILE__))."/includes/credits.php");
25
+ }
26
+
27
+ /**
28
+ * Outputs WP Google Maps V5 Welcome Page
29
+ *
30
+ * @return void
31
+ */
32
+ function welcome_page() {
33
+ global $wpgmza_global_array;
34
+ ?>
35
+
36
+
37
+ <div class="wrap about-wrap">
38
+
39
+ <!-- <img src='<?php echo WPGMAPS_DIR; ?>base/assets/WP-google-maps-logo.png' style="float:right; width:250px;" /> -->
40
+ <h1><?php _e("Welcome to","wp-google-maps"); ?> <strong>WP Google Maps</strong> <small>v6</small></h1>
41
+
42
+ <div class="about-text"><?php _e("Amazing maps. Simple interface. Powerful functionality. World Class Support.","wp-google-maps"); ?></div>
43
+
44
+ <h3><?php _e("What's new?","wp-google-maps"); ?></h3>
45
+
46
+ <div class="feature-section three-col">
47
+ <div class="col">
48
+ <h4><?php _e("Store Locator","wp-google-maps"); ?></h4>
49
+ <p><?php _e("Let users search for products, branches and stores near them","wp-google-maps"); ?></p>
50
+ <img src='<?php echo WPGMAPS_DIR; ?>base/assets/storelocator.jpg' style="border:1px solid #ccc;" />
51
+ </div>
52
+ <div class="col">
53
+ <h4><?php _e("Polygons","wp-google-maps"); ?></h4>
54
+ <p><?php _e("Create service areas or coverage maps with polygons","wp-google-maps"); ?></p>
55
+ <img src='<?php echo WPGMAPS_DIR; ?>base/assets/polygons.png' style="border:1px solid #ccc;" />
56
+ </div>
57
+ <div class="col">
58
+ <h4><?php _e("Polylines","wp-google-maps"); ?></h4>
59
+ <p><?php _e("Create custom routes or outlines using polylines","wp-google-maps"); ?></p>
60
+ <img src='<?php echo WPGMAPS_DIR; ?>base/assets/polylines.png' style="border:1px solid #ccc;" style='margin-bottom:20px;' />
61
+ </div>
62
+ </div>
63
+
64
+ <hr />
65
+
66
+ <div class="feature-section normal clear" >
67
+ <div class="changelog ">
68
+
69
+ <?php if ($wpgmza_global_array['code'] != "100") {
70
+
71
+ // NB: GDPR
72
+ ?>
73
+
74
+ <!--<h3 style='margin-top:20px;'><?php _e("How did you find out about us?","wp-google-maps"); ?></h3>
75
+
76
+ <div class="feature-section normal">
77
+ <form action='' method='POST' name='wpgmaps_feedback'>
78
+ <p><ul class="wpgmza_welcome_poll" style="list-style: none outside none;">
79
+ <li style="list-style: none outside none;">
80
+ <input type="radio" id="wpgmaps_findus_repository" value="repository" name="wpgmaps_findus">
81
+ <label for="wpgmaps_search_term"><?php _e("WordPress.org plugin repository","wp-google-maps"); ?></label>
82
+ <br /><input type="text" id="wpgmaps_search_term" class="regular-text" style='margin-top:5px; margin-left:40px;' name="wpgmaps_search_term" placeholder="<?php _e("What search term did you use?","wp-google-maps"); ?>">
83
+ </li>
84
+ <li style="list-style: none outside none;">
85
+ <input type="radio" id="wpgmaps_findus_searchengine" value="search_engine" name="wpgmaps_findus">
86
+ <label for="wpgmaps_findus_searchengine"><?php _e("Google or other search engine","wp-google-maps"); ?></label>
87
+ </li>
88
+ <li style="list-style: none outside none;">
89
+ <input type="radio" id="wpgmaps_findus_friend" value="friend" name="wpgmaps_findus">
90
+ <label for="wpgmaps_findus_friend"><?php _e("Friend recommendation","wp-google-maps"); ?></label>
91
+ </li>
92
+ <li style="list-style: none outside none;">
93
+ <input type="radio" id="wpgmaps_findus_other" value="other" name="wpgmaps_findus">
94
+ <label for="wpgmaps_findus_other"><?php _e("Other","wp-google-maps"); ?></label>
95
+ <br /><input type="text" id="wpgmaps_findus_other_url" class="regular-text" style='margin-top:5px; margin-left:40px;' name="wpgmaps_findus_other_url" placeholder="<?php _e("Please explain","wp-google-maps"); ?>">
96
+
97
+ </li>
98
+
99
+
100
+ </ul></p>
101
+ <input type='submit' name='wpgmza_save_feedback' value='Submit'>
102
+
103
+ </form>-->
104
+ </div>
105
+ <?php } else { ?>
106
+ <div class="wpgm_notice_message">
107
+ <ul>
108
+ <li>
109
+ <?php echo $wpgmza_global_array['message']; ?>
110
+ </li>
111
+ </ul>
112
+ </div>
113
+ <?php } ?>
114
+
115
+ <div class="feature-section three-col">
116
+ <div class='col'>
117
+ <h4><?php _e("New to WP Google Maps?","wp-google-maps"); ?></h4>
118
+ <p><?php _e("You may want to","wp-google-maps"); ?> <a href='http://wpgmaps.com/documentation/' target='_blank' title='Documentation'><?php _e("review our documentation","wp-google-maps"); ?></a> <?php _e("before you get started. If you're a tech-savvy individual, you may skip this step.","wp-google-maps"); ?></p>
119
+ </div>
120
+ <div class='col'>
121
+ <h4><?php _e("Help me!","wp-google-maps"); ?></h4>
122
+ <p><?php _e("Visit our","wp-google-maps"); ?> <a title='Support Forum' target='_blank' href='http://www.wpgmaps.com/forums/forum/support-forum/'><?php _e("Support Forum","wp-google-maps"); ?></a> <?php _e("for quick and friendly help. We'll answer your request within 24hours.","wp-google-maps"); ?></p>
123
+ </div>
124
+ <div class='col'>
125
+ <h4><?php _e("Feedback","wp-google-maps"); ?></h4>
126
+ <p><?php _e("We need you to help us make this plugin better.","wp-google-maps"); ?> <a href='http://www.wpgmaps.com/contact-us/' title='Feedback' target='_BLANK'><?php _e("Send us your feedback","wp-google-maps"); ?></a> <?php _e("and we'll act on it as soon as humanly possible.","wp-google-maps"); ?></p>
127
+ </div>
128
+ </div>
129
+
130
+ <a class="button-primary" href="admin.php?page=wp-google-maps-menu&override=1"><?php echo __("OK! Let's start","wp-google-maps"); ?></a>
131
+
132
+ </div>
133
+ </div>
134
+ </div>
135
+
136
+
137
+ <?php
138
+
139
+ }
140
+
141
  }
base/classes/widget_module.class.php CHANGED
@@ -1,133 +1,133 @@
1
- <?php
2
-
3
- if(!defined('ABSPATH'))
4
- exit;
5
-
6
- class wpgmza_widget extends WP_Widget {
7
-
8
- /**
9
- * Widget Constructor
10
- */
11
- function __construct() {
12
- parent::__construct(
13
- 'wpgmza_map_widget',
14
- __('WP Google Maps', 'wp-google-maps'),
15
- array(
16
- 'description' => __( 'Add your map as a widget', 'wp-google-maps' ),
17
- 'classname' => 'wpgmza_widget'
18
- )
19
- );
20
- }
21
-
22
- /**
23
- * Outputs Widget Content
24
- *
25
- * @param array $args Display arguments including 'before_title', 'after_title', 'before_widget', and 'after_widget'.
26
- * @param array $instance The settings for the instance of a widget
27
- *
28
- * @return void
29
- */
30
- public function widget( $args, $instance ) {
31
-
32
- if(!isset($instance['title']))
33
- $instance['title'] = '';
34
-
35
- $title = apply_filters( 'widget_title', $instance['title'] );
36
-
37
- echo $args['before_widget'];
38
- if ( ! empty( $title ) )
39
- echo $args['before_title'] . $title . $args['after_title'];
40
-
41
- if(!isset($instance['selection']))
42
- {
43
- global $wpdb;
44
- $instance['selection'] = $wpdb->get_var("SELECT id FROM {$wpdb->prefix}wpgmza_maps ORDER BY id DESC LIMIT 1");
45
- }
46
-
47
- echo do_shortcode("[wpgmza id='".$instance['selection']."']");
48
-
49
-
50
-
51
-
52
-
53
- echo $args['after_widget'];
54
- }
55
-
56
- /**
57
- * Outputs the settings update form.
58
- *
59
- * @param array $instance Display arguments including 'before_title', 'after_title', 'before_widget', and 'after_widget'.
60
- *
61
- * @return void/string 'noform' (Default - Inherited)
62
- */
63
- public function form($instance) {
64
- if( $instance) {
65
- if (isset($instance['title'])) { $title = esc_attr($instance['title']); } else { $title = ""; }
66
- if (isset($instance['selection'])) { $selection = esc_attr($instance['selection']); } else { $selection = false; }
67
- } else {
68
- $title = '';
69
- $selection = false;
70
- }
71
-
72
- echo "<p>";
73
- echo "<label for=\"".$this->get_field_id('title')."\">".__('Title', 'wp-google-maps')."</label>";
74
- echo "<input class=\"widefat\" id=\"".$this->get_field_id('title')."\" name=\"".$this->get_field_name('title')."\" type=\"text\" value=\"".$title."\" />";
75
- echo "</p>";
76
-
77
-
78
- echo "<p><label for=\"".$this->get_field_id('selection')."\">".__('Select your map:', 'wp-google-maps')."</label>";
79
- echo "<select class='widefat' name='".$this->get_field_name('selection')."'>";
80
- wpgmza_get_widget_select_field($selection);
81
- echo "</select></p>";
82
-
83
- }
84
-
85
- /**
86
- * Updates a particular instance of a widget.
87
- *
88
- * @param array $new_instance New settings for this instance as input
89
- * @param array $old_instance Old settings for this instance
90
- *
91
- * @return array $instance
92
- */
93
- public function update( $new_instance, $old_instance ) {
94
- $instance = array();
95
- $instance['selection'] = ( ! empty( $new_instance['selection'] ) ) ? strip_tags( $new_instance['selection'] ) : '';
96
- $instance['title'] = ( ! empty( $new_instance['title'] ) ) ? strip_tags( $new_instance['title'] ) : '';
97
-
98
- return $instance;
99
- }
100
- }
101
-
102
- /**
103
- * Registers the 'wpgmza' widget
104
- *
105
- * @return void
106
- */
107
- function wpgmza_load_widget() {
108
- register_widget( 'wpgmza_widget' );
109
- }
110
-
111
- /**
112
- * Outputs the 'options' for the map select field
113
- *
114
- * @return void
115
- */
116
- function wpgmza_get_widget_select_field($selection) {
117
- global $wpdb;
118
- global $wpgmza_tblname_maps;
119
-
120
- if (function_exists('wpgmza_get_widget_select_field_pro')) { wpgmza_get_widget_select_field_pro(); return; }
121
-
122
- $results = $wpdb->get_results("SELECT * FROM $wpgmza_tblname_maps WHERE `active` = 0 ORDER BY `id` DESC ");
123
-
124
- foreach ( $results as $result ) {
125
- $sel = ( intval($selection) == $result->id ) ? "selected" : '';
126
-
127
- echo "<option ".$sel." value=\"".$result->id."\">[ID: ".$result->id."] ".stripslashes($result->map_title)."</option>";
128
- }
129
-
130
-
131
-
132
- }
133
- add_action( 'widgets_init', 'wpgmza_load_widget' );
1
+ <?php
2
+
3
+ if(!defined('ABSPATH'))
4
+ exit;
5
+
6
+ class wpgmza_widget extends WP_Widget {
7
+
8
+ /**
9
+ * Widget Constructor
10
+ */
11
+ function __construct() {
12
+ parent::__construct(
13
+ 'wpgmza_map_widget',
14
+ __('WP Google Maps', 'wp-google-maps'),
15
+ array(
16
+ 'description' => __( 'Add your map as a widget', 'wp-google-maps' ),
17
+ 'classname' => 'wpgmza_widget'
18
+ )
19
+ );
20
+ }
21
+
22
+ /**
23
+ * Outputs Widget Content
24
+ *
25
+ * @param array $args Display arguments including 'before_title', 'after_title', 'before_widget', and 'after_widget'.
26
+ * @param array $instance The settings for the instance of a widget
27
+ *
28
+ * @return void
29
+ */
30
+ public function widget( $args, $instance ) {
31
+
32
+ if(!isset($instance['title']))
33
+ $instance['title'] = '';
34
+
35
+ $title = apply_filters( 'widget_title', $instance['title'] );
36
+
37
+ echo $args['before_widget'];
38
+ if ( ! empty( $title ) )
39
+ echo $args['before_title'] . $title . $args['after_title'];
40
+
41
+ if(!isset($instance['selection']))
42
+ {
43
+ global $wpdb;
44
+ $instance['selection'] = $wpdb->get_var("SELECT id FROM {$wpdb->prefix}wpgmza_maps ORDER BY id DESC LIMIT 1");
45
+ }
46
+
47
+ echo do_shortcode("[wpgmza id='".$instance['selection']."']");
48
+
49
+
50
+
51
+
52
+
53
+ echo $args['after_widget'];
54
+ }
55
+
56
+ /**
57
+ * Outputs the settings update form.
58
+ *
59
+ * @param array $instance Display arguments including 'before_title', 'after_title', 'before_widget', and 'after_widget'.
60
+ *
61
+ * @return void/string 'noform' (Default - Inherited)
62
+ */
63
+ public function form($instance) {
64
+ if( $instance) {
65
+ if (isset($instance['title'])) { $title = esc_attr($instance['title']); } else { $title = ""; }
66
+ if (isset($instance['selection'])) { $selection = esc_attr($instance['selection']); } else { $selection = false; }
67
+ } else {
68
+ $title = '';
69
+ $selection = false;
70
+ }
71
+
72
+ echo "<p>";
73
+ echo "<label for=\"".$this->get_field_id('title')."\">".__('Title', 'wp-google-maps')."</label>";
74
+ echo "<input class=\"widefat\" id=\"".$this->get_field_id('title')."\" name=\"".$this->get_field_name('title')."\" type=\"text\" value=\"".$title."\" />";
75
+ echo "</p>";
76
+
77
+
78
+ echo "<p><label for=\"".$this->get_field_id('selection')."\">".__('Select your map:', 'wp-google-maps')."</label>";
79
+ echo "<select class='widefat' name='".$this->get_field_name('selection')."'>";
80
+ wpgmza_get_widget_select_field($selection);
81
+ echo "</select></p>";
82
+
83
+ }
84
+
85
+ /**
86
+ * Updates a particular instance of a widget.
87
+ *
88
+ * @param array $new_instance New settings for this instance as input
89
+ * @param array $old_instance Old settings for this instance
90
+ *
91
+ * @return array $instance
92
+ */
93
+ public function update( $new_instance, $old_instance ) {
94
+ $instance = array();
95
+ $instance['selection'] = ( ! empty( $new_instance['selection'] ) ) ? strip_tags( $new_instance['selection'] ) : '';
96
+ $instance['title'] = ( ! empty( $new_instance['title'] ) ) ? strip_tags( $new_instance['title'] ) : '';
97
+
98
+ return $instance;
99
+ }
100
+ }
101
+
102
+ /**
103
+ * Registers the 'wpgmza' widget
104
+ *
105
+ * @return void
106
+ */
107
+ function wpgmza_load_widget() {
108
+ register_widget( 'wpgmza_widget' );
109
+ }
110
+
111
+ /**
112
+ * Outputs the 'options' for the map select field
113
+ *
114
+ * @return void
115
+ */
116
+ function wpgmza_get_widget_select_field($selection) {
117
+ global $wpdb;
118
+ global $wpgmza_tblname_maps;
119
+
120
+ if (function_exists('wpgmza_get_widget_select_field_pro')) { wpgmza_get_widget_select_field_pro(); return; }
121
+
122
+ $results = $wpdb->get_results("SELECT * FROM $wpgmza_tblname_maps WHERE `active` = 0 ORDER BY `id` DESC ");
123
+
124
+ foreach ( $results as $result ) {
125
+ $sel = ( intval($selection) == $result->id ) ? "selected" : '';
126
+
127
+ echo "<option ".$sel." value=\"".$result->id."\">[ID: ".$result->id."] ".stripslashes($result->map_title)."</option>";
128
+ }
129
+
130
+
131
+
132
+ }
133
+ add_action( 'widgets_init', 'wpgmza_load_widget' );
base/includes/credits.php CHANGED
@@ -1,103 +1,103 @@
1
- <?php
2
-
3
- if(!defined('ABSPATH'))
4
- exit;
5
-
6
- ?>
7
-
8
- <div class="wrap about-wrap">
9
-
10
- <h1><?php
11
-
12
- global $wpgmza;
13
- printf(__("Welcome to WP Google Maps version %s","wp-google-maps"), $wpgmza->getBasicVersion());
14
-
15
- ?></h1>
16
-
17
- <div class="about-text"><?php _e("Thank you for updating! WP Google Maps version 7 helps you build amazing maps through a simple interface and powerful functionality along with world class support.","wp-google-maps"); ?></div>
18
-
19
- <div class="wpgmza-badge" style=''></div>
20
-
21
- <h2 class="nav-tab-wrapper wp-clearfix">
22
- <a href="admin.php?page=wp-google-maps-menu&action=welcome_page" class="nav-tab"><?php _e("Welcome","wp-google-maps"); ?></a>
23
- <a href="admin.php?page=wp-google-maps-menu&action=credits" class="nav-tab nav-tab-active"><?php _e("Credits","wp-google-maps"); ?></a>
24
-
25
- </h2>
26
-
27
- <p class="about-description"><?php _e("WP Google Maps is created by an international team of developers.","wp-google-maps"); ?></p>
28
- <h3 class="wp-people-group"><?php _e("Project Leaders","wp-google-maps"); ?></h3>
29
- <ul class="wp-people-group " id="wp-people-group-project-leaders">
30
-
31
- <li class="wp-person" id="wp-person-nickduncan">
32
- <a href="https://profiles.wordpress.org/nickduncan/" class="web"><img src="https://secure.gravatar.com/avatar/38d79f24b5a649e132f8ed93f6dc2d37?s=60&amp;d=mm&amp;r=g" srcset="https://secure.gravatar.com/avatar/38d79f24b5a649e132f8ed93f6dc2d37?s=64&d=mm&r=g 2x" class="gravatar" alt="">
33
- Nick Duncan</a>
34
- <span class="title"><?php _e("Founder &amp; Lead Developer","wp-google-maps"); ?></span>
35
- </li>
36
- <li class="wp-person" id="wp-person-perry">
37
- <a href="https://github.com/orgs/CodeCabin/people/PerryRylance" class="web"><img src="https://avatars3.githubusercontent.com/u/14136738?s=96&v=4" srcset="https://avatars3.githubusercontent.com/u/14136738?s=96&v=4 2x" class="gravatar" alt="">
38
- Perry Rylance</a>
39
- <span class="title"><?php _e("Lead Developer &amp; Support","wp-google-maps"); ?></span>
40
- </li>
41
- </ul>
42
- <h3 class="wp-people-group"><?php _e("Contributors","wp-google-maps"); ?></h3>
43
- <ul class="wp-people-group " id="wp-people-group-core-developers">
44
-
45
- <li class="wp-person" id="wp-person-dylanauty">
46
- <a href="https://profiles.wordpress.org/dylanauty/" class="web"><img src="https://secure.gravatar.com/avatar/3e032ec3258ebc08eeed69568141164a?s=64&d=mm&r=g" srcset="https://secure.gravatar.com/avatar/3e032ec3258ebc08eeed69568141164a?s=64&d=mm&r=g 2x" class="gravatar" alt="">
47
- Dylan Auty</a>
48
- <span class="title"><?php _e("Support &amp; Developer","wp-google-maps"); ?></span>
49
- </li>
50
-
51
- <li class="wp-person" id="wp-person-dylanauty">
52
- <a href="https://github.com/JarekCodeCabin" class="web"><img src="https://avatars3.githubusercontent.com/u/25925938?s=460&v=4" srcset="https://avatars3.githubusercontent.com/u/25925938?s=460&v=4 2x" class="gravatar" alt="">
53
- Jarek Kacprzak</a>
54
- <span class="title"><?php _e("Support &amp; Developer","wp-google-maps"); ?></span>
55
- </li>
56
-
57
-
58
-
59
- <li class="wp-person" id="wp-person-tamduncan">
60
- <a href="https://twitter.com/thebossybabe" class="web"><img src="https://pbs.twimg.com/profile_images/378800000229252467/623181616d530dc6e8088939814b0f5d_400x400.jpeg" srcset="https://pbs.twimg.com/profile_images/378800000229252467/623181616d530dc6e8088939814b0f5d_400x400.jpeg 2x" class="gravatar" alt="">
61
- Tam Duncan</a>
62
- <span class="title"><?php _e("Marketing","wp-google-maps"); ?></span>
63
- </li>
64
- <li class="wp-person" id="wp-person-dylank">
65
- <a href="https://github.com/orgs/CodeCabin/people/dylank6169" class="web"><img src="https://avatars3.githubusercontent.com/u/25743655?s=96&v=4" srcset="https://avatars3.githubusercontent.com/u/25743655?s=96&v=4 2x" class="gravatar" alt="">
66
- Dylan Kotzé</a>
67
- <span class="title"><?php _e("Support &amp; Developer","wp-google-maps"); ?></span>
68
- </li>
69
- <li class="wp-person" id="wp-person-trevor">
70
- <a href="https://github.com/orgs/CodeCabin/people/andtrev" class="web"><img src="https://avatars3.githubusercontent.com/u/13884866?s=96&v=4" class="gravatar" alt="">
71
- Trevor Anderson</a>
72
- <span class="title"><?php _e("Support &amp; Developer","wp-google-maps"); ?></span>
73
- </li>
74
-
75
- <li class="wp-person" id="wp-person-veronique">
76
- <a href="https://github.com/orgs/CodeCabin/people/VeroniqueSmit" class="web"><img src="https://avatars1.githubusercontent.com/u/22832458?s=96&v=4" class="gravatar" alt="">
77
- Veronique Smit</a>
78
- <span class="title"><?php _e("Support","wp-google-maps"); ?></span>
79
- </li>
80
-
81
- <li class="wp-person" id="wp-person-pat">
82
- <a href="https://github.com/patdumond" class="web"><img src="https://avatars3.githubusercontent.com/u/9320495?s=460&v=4" class="gravatar" alt="">
83
- Pat Dumond</a>
84
- <span class="title"><?php _e("Documentation","wp-google-maps"); ?></span>
85
- </li>
86
- <li class="wp-person" id="wp-person-nathanmiller">
87
- <a href="https://profiles.wordpress.org/jarryd-long/" class="web"><img src="https://ca.slack-edge.com/T0CCUAUDD-U0CDJ724Q-g4e0ca967af9-1024" srcset="https://ca.slack-edge.com/T0CCUAUDD-U0CDJ724Q-g4e0ca967af9-1024 2x" class="gravatar" alt="">
88
- Nathan Miller</a>
89
- <span class="title"><?php _e("Support","wp-google-maps"); ?></span>
90
- </li>
91
-
92
- <li class="wp-person" id="wp-person-gerardarall">
93
- <a href="https://github.com/arall" class="web"><img src="https://avatars2.githubusercontent.com/u/1453137?s=60&v=4" srcset="https://avatars2.githubusercontent.com/u/1453137?s=60&v=4 2x" class="gravatar" alt="">
94
- Gerard Arall</a>
95
- <span class="title"><?php _e("Security suggestions","wp-google-maps"); ?></span>
96
- </li>
97
-
98
-
99
- <p class="clear"><?php _e("Want to see your name on this page?","wp-google-maps"); ?> <a href="https://github.com/CodeCabin/wp-google-maps/"><?php _e("Get involved on GitHub.","wp-google-maps"); ?></a></p>
100
-
101
- <a class="button-primary" style='padding:10px; height:inherit;' href="admin.php?page=wp-google-maps-menu&override=1"><?php echo __("OK! Let's start","wp-google-maps"); ?></a>
102
-
103
  </div>
1
+ <?php
2
+
3
+ if(!defined('ABSPATH'))
4
+ exit;
5
+
6
+ ?>
7
+
8
+ <div class="wrap about-wrap">
9
+
10
+ <h1><?php
11
+
12
+ global $wpgmza;
13
+ printf(__("Welcome to WP Google Maps version %s","wp-google-maps"), $wpgmza->getBasicVersion());
14
+
15
+ ?></h1>
16
+
17
+ <div class="about-text"><?php _e("Thank you for updating! WP Google Maps version 7 helps you build amazing maps through a simple interface and powerful functionality along with world class support.","wp-google-maps"); ?></div>
18
+
19
+ <div class="wpgmza-badge" style=''></div>
20
+
21
+ <h2 class="nav-tab-wrapper wp-clearfix">
22
+ <a href="admin.php?page=wp-google-maps-menu&action=welcome_page" class="nav-tab"><?php _e("Welcome","wp-google-maps"); ?></a>
23
+ <a href="admin.php?page=wp-google-maps-menu&action=credits" class="nav-tab nav-tab-active"><?php _e("Credits","wp-google-maps"); ?></a>
24
+
25
+ </h2>
26
+
27
+ <p class="about-description"><?php _e("WP Google Maps is created by an international team of developers.","wp-google-maps"); ?></p>
28
+ <h3 class="wp-people-group"><?php _e("Project Leaders","wp-google-maps"); ?></h3>
29
+ <ul class="wp-people-group " id="wp-people-group-project-leaders">
30
+
31
+ <li class="wp-person" id="wp-person-nickduncan">
32
+ <a href="https://profiles.wordpress.org/nickduncan/" class="web"><img src="https://secure.gravatar.com/avatar/38d79f24b5a649e132f8ed93f6dc2d37?s=60&amp;d=mm&amp;r=g" srcset="https://secure.gravatar.com/avatar/38d79f24b5a649e132f8ed93f6dc2d37?s=64&d=mm&r=g 2x" class="gravatar" alt="">
33
+ Nick Duncan</a>
34
+ <span class="title"><?php _e("Founder &amp; Lead Developer","wp-google-maps"); ?></span>
35
+ </li>
36
+ <li class="wp-person" id="wp-person-perry">
37
+ <a href="https://github.com/orgs/CodeCabin/people/PerryRylance" class="web"><img src="https://avatars3.githubusercontent.com/u/14136738?s=96&v=4" srcset="https://avatars3.githubusercontent.com/u/14136738?s=96&v=4 2x" class="gravatar" alt="">
38
+ Perry Rylance</a>
39
+ <span class="title"><?php _e("Lead Developer &amp; Support","wp-google-maps"); ?></span>
40
+ </li>
41
+ </ul>
42
+ <h3 class="wp-people-group"><?php _e("Contributors","wp-google-maps"); ?></h3>
43
+ <ul class="wp-people-group " id="wp-people-group-core-developers">
44
+
45
+ <li class="wp-person" id="wp-person-dylanauty">
46
+ <a href="https://profiles.wordpress.org/dylanauty/" class="web"><img src="https://secure.gravatar.com/avatar/3e032ec3258ebc08eeed69568141164a?s=64&d=mm&r=g" srcset="https://secure.gravatar.com/avatar/3e032ec3258ebc08eeed69568141164a?s=64&d=mm&r=g 2x" class="gravatar" alt="">
47
+ Dylan Auty</a>
48
+ <span class="title"><?php _e("Support &amp; Developer","wp-google-maps"); ?></span>
49
+ </li>
50
+
51
+ <li class="wp-person" id="wp-person-dylanauty">
52
+ <a href="https://github.com/JarekCodeCabin" class="web"><img src="https://avatars3.githubusercontent.com/u/25925938?s=460&v=4" srcset="https://avatars3.githubusercontent.com/u/25925938?s=460&v=4 2x" class="gravatar" alt="">
53
+ Jarek Kacprzak</a>
54
+ <span class="title"><?php _e("Support &amp; Developer","wp-google-maps"); ?></span>
55
+ </li>
56
+
57
+
58
+
59
+ <li class="wp-person" id="wp-person-tamduncan">
60
+ <a href="https://twitter.com/thebossybabe" class="web"><img src="https://pbs.twimg.com/profile_images/378800000229252467/623181616d530dc6e8088939814b0f5d_400x400.jpeg" srcset="https://pbs.twimg.com/profile_images/378800000229252467/623181616d530dc6e8088939814b0f5d_400x400.jpeg 2x" class="gravatar" alt="">
61
+ Tam Duncan</a>
62
+ <span class="title"><?php _e("Marketing","wp-google-maps"); ?></span>
63
+ </li>
64
+ <li class="wp-person" id="wp-person-dylank">
65
+ <a href="https://github.com/orgs/CodeCabin/people/dylank6169" class="web"><img src="https://avatars3.githubusercontent.com/u/25743655?s=96&v=4" srcset="https://avatars3.githubusercontent.com/u/25743655?s=96&v=4 2x" class="gravatar" alt="">
66
+ Dylan Kotzé</a>
67
+ <span class="title"><?php _e("Support &amp; Developer","wp-google-maps"); ?></span>
68
+ </li>
69
+ <li class="wp-person" id="wp-person-trevor">
70
+ <a href="https://github.com/orgs/CodeCabin/people/andtrev" class="web"><img src="https://avatars3.githubusercontent.com/u/13884866?s=96&v=4" class="gravatar" alt="">
71
+ Trevor Anderson</a>
72
+ <span class="title"><?php _e("Support &amp; Developer","wp-google-maps"); ?></span>
73
+ </li>
74
+
75
+ <li class="wp-person" id="wp-person-veronique">
76
+ <a href="https://github.com/orgs/CodeCabin/people/VeroniqueSmit" class="web"><img src="https://avatars1.githubusercontent.com/u/22832458?s=96&v=4" class="gravatar" alt="">
77
+ Veronique Smit</a>
78
+ <span class="title"><?php _e("Support","wp-google-maps"); ?></span>
79
+ </li>
80
+
81
+ <li class="wp-person" id="wp-person-pat">
82
+ <a href="https://github.com/patdumond" class="web"><img src="https://avatars3.githubusercontent.com/u/9320495?s=460&v=4" class="gravatar" alt="">
83
+ Pat Dumond</a>
84
+ <span class="title"><?php _e("Documentation","wp-google-maps"); ?></span>
85
+ </li>
86
+ <li class="wp-person" id="wp-person-nathanmiller">
87
+ <a href="https://profiles.wordpress.org/jarryd-long/" class="web"><img src="https://ca.slack-edge.com/T0CCUAUDD-U0CDJ724Q-g4e0ca967af9-1024" srcset="https://ca.slack-edge.com/T0CCUAUDD-U0CDJ724Q-g4e0ca967af9-1024 2x" class="gravatar" alt="">
88
+ Nathan Miller</a>
89
+ <span class="title"><?php _e("Support","wp-google-maps"); ?></span>
90
+ </li>
91
+
92
+ <li class="wp-person" id="wp-person-gerardarall">
93
+ <a href="https://github.com/arall" class="web"><img src="https://avatars2.githubusercontent.com/u/1453137?s=60&v=4" srcset="https://avatars2.githubusercontent.com/u/1453137?s=60&v=4 2x" class="gravatar" alt="">
94
+ Gerard Arall</a>
95
+ <span class="title"><?php _e("Security suggestions","wp-google-maps"); ?></span>
96
+ </li>
97
+
98
+
99
+ <p class="clear"><?php _e("Want to see your name on this page?","wp-google-maps"); ?> <a href="https://github.com/CodeCabin/wp-google-maps/"><?php _e("Get involved on GitHub.","wp-google-maps"); ?></a></p>
100
+
101
+ <a class="button-primary" style='padding:10px; height:inherit;' href="admin.php?page=wp-google-maps-menu&override=1"><?php echo __("OK! Let's start","wp-google-maps"); ?></a>
102
+
103
  </div>
base/includes/deprecated.php CHANGED
@@ -1,5 +1,5 @@
1
- <?php
2
- /* deprecated functions that are slowly being phased out */
3
-
4
-
5
-
1
+ <?php
2
+ /* deprecated functions that are slowly being phased out */
3
+
4
+
5
+
base/includes/full-screen-module.php CHANGED
@@ -1,98 +1,98 @@
1
- <?php
2
- /*
3
- Full screen module
4
- */
5
-
6
- if(!defined('ABSPATH'))
7
- exit;
8
-
9
- /**
10
- * Add the style sheet to the top of the page
11
- * @author Nick Duncan <nick@codecabin.co.za>
12
- * @since 1.0.0
13
- * @return void
14
- */
15
- add_action("wpgooglemaps_hook_user_styles","wpgooglemaps_full_screen_hook_control_user_styles",10);
16
- function wpgooglemaps_full_screen_hook_control_user_styles() {
17
- global $wpgmza_version;
18
- }
19
-
20
-
21
-
22
- /**
23
- * Add relevant settings to the main WP Google Maps Settings page
24
- * @param string $ret Current table output
25
- * @param array $wpgmza_settings General settings array
26
- * @since 1.0.0
27
- * @author Nick Duncan <nick@codecabin.co.za>
28
- * @return string
29
- */
30
- add_filter("wpgooglemaps_map_settings_output_bottom","wpgooglemaps_full_screen_filter_control_map_settings_output_bottom",10,2);
31
- function wpgooglemaps_full_screen_filter_control_map_settings_output_bottom($ret,$wpgmza_settings) {
32
- if (isset($wpgmza_settings['wpgmza_fs_enabled']) && $wpgmza_settings['wpgmza_fs_enabled'] == '1') { $wpgmza_fs_enabled = "checked='checked'"; } else { $wpgmza_fs_enabled = ''; }
33
- if (isset($wpgmza_settings['wpgmza_fs_string1'])) { $wpgmza_fs_string1 = $wpgmza_settings['wpgmza_fs_string1']; } else { $wpgmza_fs_string1 = __("Full screen","wp-google-maps"); }
34
- if (isset($wpgmza_settings['wpgmza_fs_string2'])) { $wpgmza_fs_string2 = $wpgmza_settings['wpgmza_fs_string2']; } else { $wpgmza_fs_string2 = __("Close full screen","wp-google-maps"); }
35
-
36
- $ret .= " <table class='form-table'>";
37
- $ret .= " <tr>";
38
- $ret .= " <td width='200' valign='top'>".__("Enable Full Screen Option","wp-google-maps").":</td>";
39
- $ret .= " <td>";
40
- $ret .= " <div class='switch'><input name='wpgmza_fs_enabled' type='checkbox' class='cmn-toggle cmn-toggle-yes-no' id='wpgmza_fs_enabled' value='1' $wpgmza_fs_enabled /> <label for='wpgmza_fs_enabled' data-on='".__("Yes", "wp-google-maps")."' data-off='".__("No", "wp-google-maps")."'></label></div><br />";
41
- $ret .= " </td>";
42
- $ret .= " </tr>";
43
- $ret .= " <tr>";
44
- $ret .= " <td width='200' valign='top'>".__("Open Full Screen String","wp-google-maps").":</td>";
45
- $ret .= " <td>";
46
- $ret .= " <input name='wpgmza_fs_string1' type='text' id='wpgmza_fs_string1' value='$wpgmza_fs_string1' />";
47
- $ret .= " </td>";
48
- $ret .= " </tr>";
49
- $ret .= " <tr>";
50
- $ret .= " <td width='200' valign='top'>".__("Close Full Screen String","wp-google-maps").":</td>";
51
- $ret .= " <td>";
52
- $ret .= " <input name='wpgmza_fs_string2' type='text' id='wpgmza_fs_string2' value='$wpgmza_fs_string2' />";
53
- $ret .= " </td>";
54
- $ret .= " </tr>";
55
- $ret .= " </table>";
56
-
57
-
58
-
59
- return $ret;
60
-
61
- }
62
-
63
- add_filter("wpgooglemaps_filter_save_settings","wpgooglemaps_full_screen_filter_control_save_settings",10,1);
64
- function wpgooglemaps_full_screen_filter_control_save_settings($wpgmza_data) {
65
- if (isset($_POST['wpgmza_fs_enabled'])) { $wpgmza_data['wpgmza_fs_enabled'] = sanitize_text_field($_POST['wpgmza_fs_enabled']); } else { $wpgmza_data['wpgmza_fs_enabled'] = 0; }
66
- if (isset($_POST['wpgmza_fs_string1'])) { $wpgmza_data['wpgmza_fs_string1'] = sanitize_text_field($_POST['wpgmza_fs_string1']); } else { $wpgmza_data['wpgmza_fs_string1'] = __("Full screen","wp-google-maps"); }
67
- if (isset($_POST['wpgmza_fs_string2'])) { $wpgmza_data['wpgmza_fs_string2'] = sanitize_text_field($_POST['wpgmza_fs_string2']); } else { $wpgmza_data['wpgmza_fs_string2'] = __("Close full screen","wp-google-maps"); }
68
- return $wpgmza_data;
69
- }
70
-
71
-
72
-
73
- add_action("wpgooglemaps_hook_user_js_after_core","wpgooglemaps_full_screen_hook_control_user_js_after_core",10);
74
- function wpgooglemaps_full_screen_hook_control_user_js_after_core() {
75
- if (!function_exists("wpgmaps_pro_activate")) {
76
- global $wpgmza_version;
77
- $wpgmza_settings = get_option("WPGMZA_OTHER_SETTINGS");
78
- if (isset($wpgmza_settings['wpgmza_fs_enabled']) && $wpgmza_settings['wpgmza_fs_enabled'] == '1') {
79
- wp_register_style( 'wp-google-maps-full-screen', plugins_url('css/wp-google-maps-full-screen-map.css', dirname(dirname(__FILE__))),array(),$wpgmza_version);
80
- wp_enqueue_style( 'wp-google-maps-full-screen' );
81
- wp_register_script('wp-google-maps-full-screen-js', plugins_url('/js/wp-google-maps-full-screen-map.js',dirname(dirname(__FILE__))), array(), $wpgmza_version, false);
82
- wp_enqueue_script('wp-google-maps-full-screen-js');
83
- }
84
- }
85
- }
86
-
87
- add_action("wpgooglemaps_hook_user_js_after_localize","wpgooglemaps_full_screen_hook_control_user_js_after_localize");
88
- function wpgooglemaps_full_screen_hook_control_user_js_after_localize() {
89
- $wpgmza_settings = get_option("WPGMZA_OTHER_SETTINGS");
90
- if (isset($wpgmza_settings['wpgmza_fs_string1']) && $wpgmza_settings['wpgmza_fs_string1'] != '') { $wpgmza_fs_string1 = $wpgmza_settings['wpgmza_fs_string1']; } else { $wpgmza_fs_string1 = __("Full screen","wp-google-maps"); }
91
- if (isset($wpgmza_settings['wpgmza_fs_string2']) && $wpgmza_settings['wpgmza_fs_string2'] != '') { $wpgmza_fs_string2 = $wpgmza_settings['wpgmza_fs_string2']; } else { $wpgmza_fs_string2 = __("Close full screen","wp-google-maps"); }
92
-
93
-
94
- wp_localize_script( 'wp-google-maps-full-screen-js', 'wpgmaps_full_screen_string_1', $wpgmza_fs_string1);
95
- wp_localize_script( 'wp-google-maps-full-screen-js', 'wpgmaps_full_screen_string_2', $wpgmza_fs_string2);
96
-
97
-
98
  }
1
+ <?php
2
+ /*
3
+ Full screen module
4
+ */
5
+
6
+ if(!defined('ABSPATH'))
7
+ exit;
8
+
9
+ /**
10
+ * Add the style sheet to the top of the page
11
+ * @author Nick Duncan <nick@codecabin.co.za>
12
+ * @since 1.0.0
13
+ * @return void
14
+ */
15
+ add_action("wpgooglemaps_hook_user_styles","wpgooglemaps_full_screen_hook_control_user_styles",10);
16
+ function wpgooglemaps_full_screen_hook_control_user_styles() {
17
+ global $wpgmza_version;
18
+ }
19
+
20
+
21
+
22
+ /**
23
+ * Add relevant settings to the main WP Google Maps Settings page
24
+ * @param string $ret Current table output
25
+ * @param array $wpgmza_settings General settings array
26
+ * @since 1.0.0
27
+ * @author Nick Duncan <nick@codecabin.co.za>
28
+ * @return string
29
+ */
30
+ add_filter("wpgooglemaps_map_settings_output_bottom","wpgooglemaps_full_screen_filter_control_map_settings_output_bottom",10,2);
31
+ function wpgooglemaps_full_screen_filter_control_map_settings_output_bottom($ret,$wpgmza_settings) {
32
+ if (isset($wpgmza_settings['wpgmza_fs_enabled']) && $wpgmza_settings['wpgmza_fs_enabled'] == '1') { $wpgmza_fs_enabled = "checked='checked'"; } else { $wpgmza_fs_enabled = ''; }
33
+ if (isset($wpgmza_settings['wpgmza_fs_string1'])) { $wpgmza_fs_string1 = $wpgmza_settings['wpgmza_fs_string1']; } else { $wpgmza_fs_string1 = __("Full screen","wp-google-maps"); }
34
+ if (isset($wpgmza_settings['wpgmza_fs_string2'])) { $wpgmza_fs_string2 = $wpgmza_settings['wpgmza_fs_string2']; } else { $wpgmza_fs_string2 = __("Close full screen","wp-google-maps"); }
35
+
36
+ $ret .= " <table class='form-table'>";
37
+ $ret .= " <tr>";
38
+ $ret .= " <td width='200' valign='top'>".__("Enable Full Screen Option","wp-google-maps").":</td>";
39
+ $ret .= " <td>";
40
+ $ret .= " <div class='switch'><input name='wpgmza_fs_enabled' type='checkbox' class='cmn-toggle cmn-toggle-yes-no' id='wpgmza_fs_enabled' value='1' $wpgmza_fs_enabled /> <label for='wpgmza_fs_enabled' data-on='".__("Yes", "wp-google-maps")."' data-off='".__("No", "wp-google-maps")."'></label></div><br />";
41
+ $ret .= " </td>";
42
+ $ret .= " </tr>";
43
+ $ret .= " <tr>";
44
+ $ret .= " <td width='200' valign='top'>".__("Open Full Screen String","wp-google-maps").":</td>";
45
+ $ret .= " <td>";
46
+ $ret .= " <input name='wpgmza_fs_string1' type='text' id='wpgmza_fs_string1' value='$wpgmza_fs_string1' />";
47
+ $ret .= " </td>";
48
+ $ret .= " </tr>";
49
+ $ret .= " <tr>";
50
+ $ret .= " <td width='200' valign='top'>".__("Close Full Screen String","wp-google-maps").":</td>";
51
+ $ret .= " <td>";
52
+ $ret .= " <input name='wpgmza_fs_string2' type='text' id='wpgmza_fs_string2' value='$wpgmza_fs_string2' />";
53
+ $ret .= " </td>";
54
+ $ret .= " </tr>";
55
+ $ret .= " </table>";
56
+
57
+
58
+
59
+ return $ret;
60
+
61
+ }
62
+
63
+ add_filter("wpgooglemaps_filter_save_settings","wpgooglemaps_full_screen_filter_control_save_settings",10,1);
64
+ function wpgooglemaps_full_screen_filter_control_save_settings($wpgmza_data) {
65
+ if (isset($_POST['wpgmza_fs_enabled'])) { $wpgmza_data['wpgmza_fs_enabled'] = sanitize_text_field($_POST['wpgmza_fs_enabled']); } else { $wpgmza_data['wpgmza_fs_enabled'] = 0; }
66
+ if (isset($_POST['wpgmza_fs_string1'])) { $wpgmza_data['wpgmza_fs_string1'] = sanitize_text_field($_POST['wpgmza_fs_string1']); } else { $wpgmza_data['wpgmza_fs_string1'] = __("Full screen","wp-google-maps"); }
67
+ if (isset($_POST['wpgmza_fs_string2'])) { $wpgmza_data['wpgmza_fs_string2'] = sanitize_text_field($_POST['wpgmza_fs_string2']); } else { $wpgmza_data['wpgmza_fs_string2'] = __("Close full screen","wp-google-maps"); }
68
+ return $wpgmza_data;
69
+ }
70
+
71
+
72
+
73
+ add_action("wpgooglemaps_hook_user_js_after_core","wpgooglemaps_full_screen_hook_control_user_js_after_core",10);
74
+ function wpgooglemaps_full_screen_hook_control_user_js_after_core() {
75
+ if (!function_exists("wpgmaps_pro_activate")) {
76
+ global $wpgmza_version;
77
+ $wpgmza_settings = get_option("WPGMZA_OTHER_SETTINGS");
78
+ if (isset($wpgmza_settings['wpgmza_fs_enabled']) && $wpgmza_settings['wpgmza_fs_enabled'] == '1') {
79
+ wp_register_style( 'wp-google-maps-full-screen', plugins_url('css/wp-google-maps-full-screen-map.css', dirname(dirname(__FILE__))),array(),$wpgmza_version);
80
+ wp_enqueue_style( 'wp-google-maps-full-screen' );
81
+ wp_register_script('wp-google-maps-full-screen-js', plugins_url('/js/wp-google-maps-full-screen-map.js',dirname(dirname(__FILE__))), array(), $wpgmza_version, false);
82
+ wp_enqueue_script('wp-google-maps-full-screen-js');
83
+ }
84
+ }
85
+ }
86
+
87
+ add_action("wpgooglemaps_hook_user_js_after_localize","wpgooglemaps_full_screen_hook_control_user_js_after_localize");
88
+ function wpgooglemaps_full_screen_hook_control_user_js_after_localize() {
89
+ $wpgmza_settings = get_option("WPGMZA_OTHER_SETTINGS");
90
+ if (isset($wpgmza_settings['wpgmza_fs_string1']) && $wpgmza_settings['wpgmza_fs_string1'] != '') { $wpgmza_fs_string1 = $wpgmza_settings['wpgmza_fs_string1']; } else { $wpgmza_fs_string1 = __("Full screen","wp-google-maps"); }
91
+ if (isset($wpgmza_settings['wpgmza_fs_string2']) && $wpgmza_settings['wpgmza_fs_string2'] != '') { $wpgmza_fs_string2 = $wpgmza_settings['wpgmza_fs_string2']; } else { $wpgmza_fs_string2 = __("Close full screen","wp-google-maps"); }
92
+
93
+
94
+ wp_localize_script( 'wp-google-maps-full-screen-js', 'wpgmaps_full_screen_string_1', $wpgmza_fs_string1);
95
+ wp_localize_script( 'wp-google-maps-full-screen-js', 'wpgmaps_full_screen_string_2', $wpgmza_fs_string2);
96
+
97
+
98
  }
base/includes/welcome.php CHANGED
@@ -1,130 +1,139 @@
1
- <?php
2
-
3
- if(!defined('ABSPATH'))
4
- exit;
5
-
6
- ?>
7
-
8
- <?php global $wpgmza_global_array; ?>
9
- <div class="wrap about-wrap">
10
- <p>&nbsp;</p>
11
-
12
- <h1><?php
13
-
14
- global $wpgmza;
15
- printf(__("Welcome to WP Google Maps version %s","wp-google-maps"), $wpgmza->getBasicVersion());
16
-
17
- ?></h1>
18
-
19
- <div class="about-text"><?php _e("Build amazing maps through a simple interface and powerful functionality along with world class support.","wp-google-maps"); ?></div>
20
-
21
- <div class="wpgmza-badge" style=''></div>
22
-
23
- <a class="button-primary" style='padding:5px; padding-right:15px; padding-left:15px; height:inherit;' href="admin.php?page=wp-google-maps-menu&override=1"><?php echo __("Skip intro and create a map","wp-google-maps"); ?></a>
24
- <p>&nbsp;</p>
25
-
26
-
27
- <h2 class="nav-tab-wrapper wp-clearfix">
28
- <a href="admin.php?page=wp-google-maps-menu&action=welcome_page" class="nav-tab nav-tab-active"><?php _e("Welcome","wp-google-maps"); ?></a>
29
- <a href="admin.php?page=wp-google-maps-menu&action=credits" class="nav-tab"><?php _e("Credits","wp-google-maps"); ?></a>
30
-
31
- </h2>
32
-
33
- <div class="feature-section two-col">
34
- <div class="col">
35
- <h4><?php _e("Unlimited Markers","wp-google-maps"); ?></h4>
36
- <p><?php _e("Create as many markers as you like","wp-google-maps"); ?></p>
37
- <img src='<?php echo WPGMAPS_DIR; ?>base/assets/feature1.jpg' style="border:1px solid #ccc;" />
38
- </div>
39
- <div class="col">
40
- <h4><?php _e("Store Locator","wp-google-maps"); ?></h4>
41
- <p><?php _e("Let users search for products, branches and stores near them","wp-google-maps"); ?></p>
42
- <img src='<?php echo WPGMAPS_DIR; ?>base/assets/feature2.jpg?1=2' style="border:1px solid #ccc;" />
43
- </div>
44
- </div>
45
- <div class="feature-section two-col">
46
- <div class="col">
47
- <h4><?php _e("Themes","wp-google-maps"); ?></h4>
48
- <p><?php _e("Select from various <a href='http://wpgmaps.com/map-themes/' target='_BLANK'>map themes</a>, or make your own.","wp-google-maps"); ?></p>
49
- <img src='<?php echo WPGMAPS_DIR; ?>base/assets/feature3.jpg' style="border:1px solid #ccc;" />
50
- </div>
51
- <div class="col">
52
- <h4><?php _e("Polylines","wp-google-maps"); ?>, <?php _e("Polygons","wp-google-maps"); ?>, <?php _e("Circles","wp-google-maps"); ?>, <?php _e("and Squares","wp-google-maps"); ?></h4>
53
- <p><?php _e("Add custom shapes such as polygons, polylines, circles and squares!","wp-google-maps"); ?></p>
54
- <img src='<?php echo WPGMAPS_DIR; ?>base/assets/feature4.jpg' style="border:1px solid #ccc;" />
55
- </div>
56
- </div>
57
-
58
-
59
- <hr />
60
-
61
- <div class="feature-section normal clear" >
62
- <div class="changelog ">
63
-
64
- <?php if ($wpgmza_global_array['code'] != "100") {
65
-
66
- // NB: GDPR
67
- ?>
68
-
69
- <!--<h3 style='margin-top:20px;'><?php _e("How did you find out about us?","wp-google-maps"); ?></h3>
70
-
71
- <div class="feature-section normal">
72
- <form action='' method='POST' name='wpgmaps_feedback'>
73
- <p><ul class="wpgmza_welcome_poll" style="list-style: none outside none;">
74
- <li style="list-style: none outside none;">
75
- <input type="radio" id="wpgmaps_findus_repository" value="repository" name="wpgmaps_findus">
76
- <label for="wpgmaps_search_term"><?php _e("WordPress.org plugin repository","wp-google-maps"); ?></label>
77
- <br /><input type="text" id="wpgmaps_search_term" class="regular-text" style='margin-top:5px; margin-left:40px;' name="wpgmaps_search_term" placeholder="<?php _e("What search term did you use?","wp-google-maps"); ?>">
78
- </li>
79
- <li style="list-style: none outside none;">
80
- <input type="radio" id="wpgmaps_findus_searchengine" value="search_engine" name="wpgmaps_findus">
81
- <label for="wpgmaps_findus_searchengine"><?php _e("Google or other search engine","wp-google-maps"); ?></label>
82
- </li>
83
- <li style="list-style: none outside none;">
84
- <input type="radio" id="wpgmaps_findus_friend" value="friend" name="wpgmaps_findus">
85
- <label for="wpgmaps_findus_friend"><?php _e("Friend recommendation","wp-google-maps"); ?></label>
86
- </li>
87
- <li style="list-style: none outside none;">
88
- <input type="radio" id="wpgmaps_findus_other" value="other" name="wpgmaps_findus">
89
- <label for="wpgmaps_findus_other"><?php _e("Other","wp-google-maps"); ?></label>
90
- <br /><input type="text" id="wpgmaps_findus_other_url" class="regular-text" style='margin-top:5px; margin-left:40px;' name="wpgmaps_findus_other_url" placeholder="<?php _e("Please explain","wp-google-maps"); ?>">
91
-
92
- </li>
93
-
94
-
95
- </ul></p>
96
- <input class='button-primary' type='submit' name='wpgmza_save_feedback' value='<?php _e("Submit and create a map","wp-google-maps"); ?>'>
97
-
98
- </form>-->
99
- </div>
100
- <?php } else { ?>
101
- <div class="wpgm_notice_message">
102
- <ul>
103
- <li>
104
- <?php echo $wpgmza_global_array['message']; ?>
105
- </li>
106
- </ul>
107
- </div>
108
- <?php } ?>
109
-
110
- <div class="feature-section three-col">
111
- <div class='col'>
112
- <h4><?php _e("New to WP Google Maps?","wp-google-maps"); ?></h4>
113
- <p><?php _e("You may want to","wp-google-maps"); ?> <a href='http://wpgmaps.com/documentation/' target='_blank' title='Documentation'><?php _e("review our documentation","wp-google-maps"); ?></a> <?php _e("before you get started. If you're a tech-savvy individual, you may skip this step.","wp-google-maps"); ?></p>
114
- </div>
115
- <div class='col'>
116
- <h4><?php _e("Help me!","wp-google-maps"); ?></h4>
117
- <p><?php _e("Visit our","wp-google-maps"); ?> <a title='Support Desk' target='_blank' href='http://www.wpgmaps.com/support/'><?php _e("Support Desk","wp-google-maps"); ?></a> <?php _e("for quick and friendly help. We'll answer your request within 24hours.","wp-google-maps"); ?></p>
118
- </div>
119
- <div class='col'>
120
- <h4><?php _e("Feedback","wp-google-maps"); ?></h4>
121
- <p><?php _e("We need you to help us make this plugin better.","wp-google-maps"); ?> <a href='http://www.wpgmaps.com/contact-us/' title='Feedback' target='_BLANK'><?php _e("Send us your feedback","wp-google-maps"); ?></a> <?php _e("and we'll act on it as soon as humanly possible.","wp-google-maps"); ?></p>
122
- </div>
123
- </div>
124
-
125
- <a class="button-primary" style='padding:5px; padding-right:15px; padding-left:15px; height:inherit;' href="admin.php?page=wp-google-maps-menu&override=1"><?php echo __("OK! Let's start","wp-google-maps"); ?></a>
126
-
127
- </div>
128
- </div>
129
-
130
- </div>
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ if(!defined('ABSPATH'))
4
+ exit;
5
+
6
+ ?>
7
+
8
+ <?php global $wpgmza_global_array; ?>
9
+ <div id="wpgmza-welcome-page" class="wrap about-wrap">
10
+ <p>&nbsp;</p>
11
+
12
+ <h1><?php
13
+
14
+ global $wpgmza;
15
+ printf(__("Welcome to WP Google Maps version %s","wp-google-maps"), $wpgmza->getBasicVersion());
16
+
17
+ ?></h1>
18
+
19
+ <div class="about-text"><?php _e("Build amazing maps through a simple interface and powerful functionality along with world class support.","wp-google-maps"); ?></div>
20
+
21
+ <div class="wpgmza-badge" style=''></div>
22
+
23
+ <a class="button-primary" style='padding:5px; padding-right:15px; padding-left:15px; height:inherit;' href="admin.php?page=wp-google-maps-menu&override=1"><?php echo __("Skip intro and create a map","wp-google-maps"); ?></a>
24
+ <p>&nbsp;</p>
25
+
26
+
27
+ <h2 class="nav-tab-wrapper wp-clearfix">
28
+ <a href="admin.php?page=wp-google-maps-menu&action=welcome_page" class="nav-tab nav-tab-active"><?php _e("Welcome","wp-google-maps"); ?></a>
29
+ <a href="admin.php?page=wp-google-maps-menu&action=credits" class="nav-tab"><?php _e("Credits","wp-google-maps"); ?></a>
30
+
31
+ </h2>
32
+
33
+ <div class="wpgmza-flex feature-section two-col">
34
+ <div class="col wpgmza-flex-grid__item">
35
+ <div class="wpgmza-card">
36
+ <h4><?php _e("Unlimited Markers","wp-google-maps"); ?></h4>
37
+ <p><?php _e("Create as many markers as you like","wp-google-maps"); ?></p>
38
+ <img src='<?php echo WPGMAPS_DIR; ?>base/assets/feature1.jpg' style="border:1px solid #ccc;" />
39
+ </div>
40
+ </div>
41
+ <div class="col wpgmza-flex-grid__item">
42
+ <div class="wpgmza-card">
43
+ <h4><?php _e("Store Locator","wp-google-maps"); ?></h4>
44
+ <p><?php _e("Let users search for products, branches and stores near them","wp-google-maps"); ?></p>
45
+ <img src='<?php echo WPGMAPS_DIR; ?>base/assets/feature2.jpg?1=2' style="border:1px solid #ccc;" />
46
+ </div>
47
+ </div>
48
+ </div>
49
+ <div class="wpgmza-flex feature-section two-col">
50
+ <div class="col wpgmza-flex-grid__item">
51
+ <div class="wpgmza-card">
52
+ <h4><?php _e("Themes","wp-google-maps"); ?></h4>
53
+ <p><?php _e("Select from various <a href='http://wpgmaps.com/map-themes/' target='_BLANK'>map themes</a>, or make your own.","wp-google-maps"); ?></p>
54
+ <img src='<?php echo WPGMAPS_DIR; ?>base/assets/feature3.jpg' style="border:1px solid #ccc;" />
55
+ </div>
56
+ </div>
57
+ <div class="col wpgmza-flex-grid__item">
58
+ <div class="wpgmza-card">
59
+ <h4><?php _e("Polylines","wp-google-maps"); ?>, <?php _e("Polygons","wp-google-maps"); ?>, <?php _e("Circles","wp-google-maps"); ?>, <?php _e("and Squares","wp-google-maps"); ?></h4>
60
+ <p><?php _e("Add custom shapes such as polygons, polylines, circles and squares!","wp-google-maps"); ?></p>
61
+ <img src='<?php echo WPGMAPS_DIR; ?>base/assets/feature4.jpg' style="border:1px solid #ccc;" />
62
+ </div>
63
+ </div>
64
+ </div>
65
+
66
+ <div class="feature-section normal clear" >
67
+ <div class="changelog ">
68
+
69
+ <?php if ($wpgmza_global_array['code'] != "100") {
70
+
71
+ // NB: GDPR
72
+ ?>
73
+
74
+ <!--<h3 style='margin-top:20px;'><?php _e("How did you find out about us?","wp-google-maps"); ?></h3>
75
+
76
+ <div class="feature-section normal">
77
+ <form action='' method='POST' name='wpgmaps_feedback'>
78
+ <p><ul class="wpgmza_welcome_poll" style="list-style: none outside none;">
79
+ <li style="list-style: none outside none;">
80
+ <input type="radio" id="wpgmaps_findus_repository" value="repository" name="wpgmaps_findus">
81
+ <label for="wpgmaps_search_term"><?php _e("WordPress.org plugin repository","wp-google-maps"); ?></label>
82
+ <br /><input type="text" id="wpgmaps_search_term" class="regular-text" style='margin-top:5px; margin-left:40px;' name="wpgmaps_search_term" placeholder="<?php _e("What search term did you use?","wp-google-maps"); ?>">
83
+ </li>
84
+ <li style="list-style: none outside none;">
85
+ <input type="radio" id="wpgmaps_findus_searchengine" value="search_engine" name="wpgmaps_findus">
86
+ <label for="wpgmaps_findus_searchengine"><?php _e("Google or other search engine","wp-google-maps"); ?></label>
87
+ </li>
88
+ <li style="list-style: none outside none;">
89
+ <input type="radio" id="wpgmaps_findus_friend" value="friend" name="wpgmaps_findus">
90
+ <label for="wpgmaps_findus_friend"><?php _e("Friend recommendation","wp-google-maps"); ?></label>
91
+ </li>
92
+ <li style="list-style: none outside none;">
93
+ <input type="radio" id="wpgmaps_findus_other" value="other" name="wpgmaps_findus">
94
+ <label for="wpgmaps_findus_other"><?php _e("Other","wp-google-maps"); ?></label>
95
+ <br /><input type="text" id="wpgmaps_findus_other_url" class="regular-text" style='margin-top:5px; margin-left:40px;' name="wpgmaps_findus_other_url" placeholder="<?php _e("Please explain","wp-google-maps"); ?>">
96
+
97
+ </li>
98
+
99
+
100
+ </ul></p>
101
+ <input class='button-primary' type='submit' name='wpgmza_save_feedback' value='<?php _e("Submit and create a map","wp-google-maps"); ?>'>
102
+
103
+ </form>-->
104
+ </div>
105
+ <?php } else { ?>
106
+ <div class="wpgm_notice_message">
107
+ <ul>
108
+ <li>
109
+ <?php echo $wpgmza_global_array['message']; ?>
110
+ </li>
111
+ </ul>
112
+ </div>
113
+ <?php } ?>
114
+
115
+ <div id="wpgmza-support__row" class="feature-section three-col">
116
+ <div class='col wpgmza-support__col'>
117
+ <div class="wpgmza-card">
118
+ <h4><?php _e("New to WP Google Maps?","wp-google-maps"); ?></h4>
119
+ <p><?php _e("You may want to","wp-google-maps"); ?> <a href='http://wpgmaps.com/documentation/' target='_blank' title='Documentation'><?php _e("review our documentation","wp-google-maps"); ?></a> <?php _e("before you get started. If you're a tech-savvy individual, you may skip this step.","wp-google-maps"); ?></p>
120
+ </div>
121
+ </div>
122
+ <div class='col wpgmza-support__col'>
123
+ <div class="wpgmza-card">
124
+ <h4><?php _e("Help me!","wp-google-maps"); ?></h4>
125
+ <p><?php _e("Visit our","wp-google-maps"); ?> <a title='Support Desk' target='_blank' href='http://www.wpgmaps.com/support/'><?php _e("Support Desk","wp-google-maps"); ?></a> <?php _e("for quick and friendly help. We'll answer your request within 24hours.","wp-google-maps"); ?></p>
126
+ </div>
127
+ </div>
128
+ <div class='col wpgmza-support__col'>
129
+ <div class="wpgmza-card">
130
+ <h4><?php _e("Feedback","wp-google-maps"); ?></h4>
131
+ <p><?php _e("We need you to help us make this plugin better.","wp-google-maps"); ?> <a href='http://www.wpgmaps.com/contact-us/' title='Feedback' target='_BLANK'><?php _e("Send us your feedback","wp-google-maps"); ?></a> <?php _e("and we'll act on it as soon as humanly possible.","wp-google-maps"); ?></p>
132
+ </div>
133
+ </div>
134
+ </div>
135
+
136
+ <a class="button-primary" style='padding:5px; padding-right:15px; padding-left:15px; height:inherit;' href="admin.php?page=wp-google-maps-menu&override=1"><?php echo __("OK! Let's start","wp-google-maps"); ?></a>
137
+
138
+ </div>
139
+ </div>
base/includes/wp-google-maps-polygons.php CHANGED
@@ -1,828 +1,831 @@
1
- <?php
2
- /*
3
- Polygon functionality for WP Google Maps
4
- */
5
-
6
- if(!defined('ABSPATH'))
7
- exit;
8
-
9
- add_action('wp_enqueue_scripts', function() {
10
-
11
- wpgmza_enqueue_fontawesome();
12
-
13
- });
14
-
15
- /**
16
- * Render polygon editor HTML
17
- * @param integer $mid Map ID
18
- * @return string HTML outut
19
- */
20
- function wpgmza_b_pro_add_poly($mid) {
21
- global $wpgmza_tblname_maps;
22
- global $wpdb;
23
- if ($_GET['action'] == "add_poly" && isset($mid)) {
24
-
25
- if( function_exists('google_maps_api_key_warning' ) ){ google_maps_api_key_warning(); }
26
-
27
- $mid = sanitize_text_field($mid);
28
- $res = wpgmza_get_map_data($mid);
29
- echo "
30
-
31
-
32
-
33
-
34
- <div class='wrap'>
35
- <h1>WP Google Maps</h1>
36
- <div class='wide'>
37
-
38
- <h2>".__("Add a Polygon","wp-google-maps")."</h2>
39
- <form action='?page=wp-google-maps-menu&action=edit&map_id=".esc_attr($mid)."' method='post' id='wpgmaps_add_poly_form'>
40
- <input type='hidden' name='wpgmaps_map_id' id='wpgmaps_map_id' value='".esc_attr($mid)."' />
41
- <input type='hidden' name='wpgmaps_polygon-nonce' id='wpgmaps_b_nonce' value='".wp_create_nonce( 'wpgmaps_polygon-nonce' )."' />
42
-
43
- <table class='wpgmza-listing-comp' style='width:30%;float:left; height:400px;'>
44
- <tr>
45
- <td>".__("Name","wp-google-maps")."</td><td><input type=\"text\" value=\"\" name=\"poly_name\" /></td>
46
- </tr>
47
- <tr>
48
- <td>".__("Title","wp-google-maps")."</td><td><input disabled type=\"text\" value=\"".__("Pro version only","wp-google-maps")."\" /><i><a href='".wpgm_pro_link("http://www.wpgmaps.com/purchase-professional-version/?utm_source=plugin&utm_medium=link&utm_campaign=polygons")."' title='".__("Pro Version","wp-google-maps")."'>".__("Get the Pro add-on","wp-google-maps")."</a></i></td>
49
- </tr>
50
- <tr>
51
- <td>".__("Link","wp-google-maps")."</td><td><input disabled type=\"text\" value=\"pro version only\" /></td>
52
- </tr>
53
- <tr>
54
- <td>".__("Line Color","wp-google-maps")."</td><td><input id=\"poly_line\" name=\"poly_line\" type=\"text\" class=\"color\" value=\"000000\" /></td>
55
- </tr>
56
- <tr>
57
- <td>".__("Line Opacity","wp-google-maps")."</td><td><input id=\"poly_line_opacity\" name=\"poly_line_opacity\" type=\"text\" value=\"0.5\" /> (0 - 1.0) example: 0.5 for 50%</td>
58
- </tr>
59
- <tr>
60
- <td>".__("Fill Color","wp-google-maps")."</td><td><input id=\"poly_fill\" name=\"poly_fill\" type=\"text\" class=\"color\" value=\"66ff00\" /></td>
61
- </tr>
62
- <tr>
63
- <td>".__("Opacity","wp-google-maps")."</td><td><input id=\"poly_opacity\" name=\"poly_opacity\" type=\"text\" value=\"0.5\" /> (0 - 1.0) example: 0.5 for 50%</td>
64
- </tr>
65
- <tr>
66
- <td>".__("On Hover Line Color","wp-google-maps")."</td><td><input disabled type=\"text\" value=\"".__("Pro version only","wp-google-maps")."\"/></td>
67
- </tr>
68
- <tr>
69
- <td>".__("On Hover Fill Color","wp-google-maps")."</td><td><input disabled type=\"text\" value=\"".__("Pro version only","wp-google-maps")."\"/></td>
70
- </tr>
71
- <tr>
72
- <td>".__("On Hover Opacity","wp-google-maps")."</td><td><input disabled type=\"text\"value=\"".__("Pro version only","wp-google-maps")."\" /></td>
73
- </tr>
74
-
75
-
76
- </table>
77
-
78
- <div class='wpgmza_map_seventy'>
79
- <div id=\"wpgmza_map\">&nbsp;</div>
80
-
81
- <p>
82
- <ul style=\"list-style:initial;\" class='update-nag update-blue update-slim update-map-overlay'>
83
-
84
- <li style=\"margin-left:30px;\">".__("Click on the map to insert a vertex.","wp-google-maps")."</li>
85
- <li style=\"margin-left:30px;\">".__("Click on a vertex to remove it.","wp-google-maps")."</li>
86
- <li style=\"margin-left:30px;\">".__("Drag a vertex to move it.","wp-google-maps")."</li>
87
- </ul>
88
- </p>
89
- </div>
90
-
91
- <p style='clear: both;'>Polygon data:<br /><textarea name=\"wpgmza_polygon\" id=\"poly_line_list\" style=\"width:90%; height:100px; border:1px solid #ccc; background-color:#FFF; padding:5px; overflow:auto;\"></textarea>
92
- <!-- <p style='clear: both;'>Polygon data:<br /><textarea name=\"wpgmza_polygon_inner\" id=\"poly_line_list_inner\" style=\"width:90%; height:100px; border:1px solid #ccc; background-color:#FFF; padding:5px; overflow:auto;\"></textarea> -->
93
- <p class='submit'><a href='javascript:history.back();' class='button button-secondary' title='".__("Cancel")."'>".__("Cancel")."</a> <input type='submit' name='wpgmza_save_poly' class='button-primary' value='".__("Save Polygon","wp-google-maps")." &raquo;' /></p>
94
-
95
- </form>
96
- </div>
97
- </div>
98
- ";
99
- }
100
- }
101
-
102
-
103
- /**
104
- * Render polygon editor HTML (edit mode)
105
- * @param integer $mid Map ID
106
- * @return string HTML outut
107
- */
108
- function wpgmza_b_pro_edit_poly($mid) {
109
- global $wpgmza_tblname_maps;
110
- global $wpdb;
111
-
112
- if ($_GET['action'] == "edit_poly" && isset($mid)) {
113
- $mid = sanitize_text_field($mid);;
114
- $res = wpgmza_get_map_data($mid);
115
- $pol = wpgmza_b_return_poly_options(sanitize_text_field($_GET['poly_id']));
116
-
117
- echo "
118
-
119
-
120
- <div class='wrap'>
121
- <h1>WP Google Maps</h1>
122
- <div class='wide'>
123
-
124
- <h2>".__("Edit Polygon","wp-google-maps")."</h2>
125
- <form action='?page=wp-google-maps-menu&action=edit&map_id=".esc_attr($mid)."' method='post' id='wpgmaps_edit_poly_form'>
126
- <input type='hidden' name='wpgmaps_map_id' id='wpgmaps_map_id' value='".esc_attr($mid)."' />
127
- <input type='hidden' name='wpgmaps_poly_id' id='wpgmaps_poly_id' value='".esc_attr($_GET['poly_id'])."' />
128
- <input type='hidden' name='wpgmaps_polygon-nonce' id='wpgmaps_b_nonce' value='".wp_create_nonce( 'wpgmaps_polygon-nonce' )."' />
129
-
130
- <table class='wpgmza-listing-comp' style='width:30%;float:left; height:400px;'>
131
- <tr>
132
- <td>".__("Name","wp-google-maps")."</td><td><input type=\"text\" value=\"".esc_attr(stripslashes($pol->polyname))."\" name=\"poly_name\" /></td>
133
- </tr>
134
- <tr>
135
- <td>".__("Title","wp-google-maps")."</td><td><input disabled type=\"text\" value=\"".__("Pro version only","wp-google-maps")."\" /><i><a href='".wpgm_pro_link("http://www.wpgmaps.com/purchase-professional-version/?utm_source=plugin&utm_medium=link&utm_campaign=polygons")."' title='".__("Pro Version","wp-google-maps")."'>".__("Get the Pro add-on","wp-google-maps")."</a></i></td>
136
- </tr>
137
- <tr>
138
- <td>".__("Link","wp-google-maps")."</td><td><input disabled type=\"text\" value=\"pro version only\" /></td>
139
- </tr>
140
- <tr>
141
- <td>".__("Line Color","wp-google-maps")."</td><td><input id=\"poly_line\" name=\"poly_line\" type=\"text\" class=\"color\" value=\"".esc_attr($pol->linecolor)."\" /></td>
142
- </tr>
143
- <tr>
144
- <td>".__("Line Opacity","wp-google-maps")."</td><td><input id=\"poly_line_opacity\" name=\"poly_line_opacity\" type=\"text\" value=\"".esc_attr($pol->lineopacity)."\" /> (0 - 1.0) example: 0.5 for 50%</td>
145
- </tr>
146
- <tr>
147
- <td>".__("Fill Color","wp-google-maps")."</td><td><input id=\"poly_fill\" name=\"poly_fill\" type=\"text\" class=\"color\" value=\"".esc_attr($pol->fillcolor)."\" /></td>
148
- </tr>
149
- <tr>
150
- <td>".__("Opacity","wp-google-maps")."</td><td><input id=\"poly_opacity\" name=\"poly_opacity\" type=\"text\" value=\"".esc_attr($pol->opacity)."\" /> (0 - 1.0) example: 0.5 for 50%</td>
151
- </tr>
152
- <tr>
153
- <td>".__("On Hover Line Color","wp-google-maps")."</td><td><input disabled type=\"text\" value=\"".__("Pro version only","wp-google-maps")."\"/></td>
154
- </tr>
155
- <tr>
156
- <td>".__("On Hover Fill Color","wp-google-maps")."</td><td><input disabled type=\"text\" value=\"".__("Pro version only","wp-google-maps")."\"/></td>
157
- </tr>
158
- <tr>
159
- <td>".__("On Hover Opacity","wp-google-maps")."</td><td><input disabled type=\"text\"value=\"".__("Pro version only","wp-google-maps")."\" /></td>
160
- </tr>
161
- <tr>
162
- <td>".__("Show Polygon","wp-google-maps")."</td>
163
- <td>
164
- <button id='fit-bounds-to-shape'
165
- class='button button-secondary'
166
- type='button'
167
- title='" . __('Fit map bounds to shape', 'wp-google-maps') . "'
168
- data-fit-bounds-to-shape='poly'>
169
- <i class='fas fa-eye'></i>
170
- </button>
171
- </td>
172
- </tr>
173
- </table>
174
-
175
- <div class='wpgmza_map_seventy'>
176
- <div id=\"wpgmza_map\" >&nbsp;</div>
177
- <p>
178
- <ul style=\"list-style:initial;\" class='update-nag update-blue update-slim update-map-overlay'>
179
-
180
- <li style=\"margin-left:30px;\">Click on the map to insert a vertex.</li>
181
- <li style=\"margin-left:30px;\">Click on a vertex to remove it.</li>
182
- <li style=\"margin-left:30px;\">Drag a vertex to move it.</li>
183
- </ul>
184
- </p>
185
- </div>
186
-
187
-
188
- <p style='clear: both;' >Polygon data:<br /><textarea name=\"wpgmza_polygon\" id=\"poly_line_list\" style=\"width:90%; height:100px; border:1px solid #ccc; background-color:#FFF; padding:5px; overflow:auto;\"></textarea>
189
- <!-- <p style='clear: both;' >Polygon data (inner):<br /><textarea name=\"wpgmza_polygon_inner\" id=\"poly_line_list_inner\" style=\"width:90%; height:100px; border:1px solid #ccc; background-color:#FFF; padding:5px; overflow:auto;\">".$pol->innerpolydata."</textarea> -->
190
- <p class='submit'><a href='javascript:history.back();' class='button button-secondary' title='".__("Cancel")."'>".__("Cancel")."</a> <input type='submit' name='wpgmza_edit_poly' class='button-primary' value='".__("Save Polygon","wp-google-maps")." &raquo;' /></p>
191
-
192
- </form>
193
- </div>
194
-
195
-
196
- </div>
197
-
198
-
199
-
200
- ";
201
-
202
- }
203
-
204
-
205
-
206
- }
207
-
208
- /**
209
- * Render polygons JS
210
- *
211
- * @todo This needs to be converted to a native JS file with localized variables
212
- *
213
- * @param integer $mapid Map ID
214
- *
215
- * @return void
216
- */
217
- function wpgmaps_b_admin_add_poly_javascript($mapid) {
218
- $res = wpgmza_get_map_data(sanitize_text_field($_GET['map_id']));
219
- $wpgmza_settings = get_option("WPGMZA_OTHER_SETTINGS");
220
-
221
-
222
- $wpgmza_lat = $res->map_start_lat;
223
- $wpgmza_lng = $res->map_start_lng;
224
- $wpgmza_map_type = $res->type;
225
- $wpgmza_width = $res->map_width;
226
- $wpgmza_height = $res->map_height;
227
- $wpgmza_width_type = $res->map_width_type;
228
- $wpgmza_height_type = $res->map_height_type;
229
- if (!$wpgmza_map_type || $wpgmza_map_type == "" || $wpgmza_map_type == "1") { $wpgmza_map_type = "ROADMAP"; }
230
- else if ($wpgmza_map_type == "2") { $wpgmza_map_type = "SATELLITE"; }
231
- else if ($wpgmza_map_type == "3") { $wpgmza_map_type = "HYBRID"; }
232
- else if ($wpgmza_map_type == "4") { $wpgmza_map_type = "TERRAIN"; }
233
- else { $wpgmza_map_type = "ROADMAP"; }
234
- $start_zoom = $res->map_start_zoom;
235
- if ($start_zoom < 1 || !$start_zoom) {
236
- $start_zoom = 5;
237
- }
238
-
239
-
240
- if (isset($res->kml)) { $kml = $res->kml; } else { $kml = false; }
241
-
242
- ?>
243
- <link rel='stylesheet' id='wpgooglemaps-css' href='<?php echo wpgmaps_get_plugin_url(); ?>/css/wpgmza_style.css' type='text/css' media='all' />
244
- <script type="text/javascript" >
245
- jQuery(function($) {
246
- function wpgmza_InitMap() {
247
- var myLatLng = new google.maps.LatLng(<?php echo $wpgmza_lat; ?>,<?php echo $wpgmza_lng; ?>);
248
- MYMAP.init('#wpgmza_map', myLatLng, <?php echo $start_zoom; ?>);
249
- }
250
- jQuery("#wpgmza_map").css({
251
- height:'<?php echo $wpgmza_height; ?><?php echo $wpgmza_height_type; ?>',
252
- width:'<?php echo $wpgmza_width; ?><?php echo $wpgmza_width_type; ?>'
253
- });
254
- wpgmza_InitMap();
255
- jQuery("#poly_line").focusout(function() {
256
- poly.setOptions({ strokeColor: "#"+jQuery("#poly_line").val() });
257
- });
258
- jQuery("#poly_fill").focusout(function() {
259
- poly.setOptions({ fillColor: "#"+jQuery("#poly_fill").val() });
260
- });
261
- jQuery("#poly_line_opacity").focusout(function() {
262
- poly.setOptions({ strokeOpacity: jQuery("#poly_line_opacity").val() });
263
- });
264
- jQuery("#poly_opacity").keyup(function() {
265
- poly.setOptions({ fillOpacity: jQuery("#poly_opacity").val() });
266
- });
267
-
268
-
269
- });
270
- // polygons variables
271
- var poly;
272
- var poly_markers = [];
273
- var poly_path = new google.maps.MVCArray;
274
-
275
- var MYMAP = {
276
- map: null,
277
- bounds: null
278
- }
279
- MYMAP.init = function(selector, latLng, zoom) {
280
- var myOptions = {
281
- zoom:zoom,
282
- center: latLng,
283
- zoomControl: true,
284
- panControl: true,
285
- mapTypeControl: true,
286
- streetViewControl: true,
287
- mapTypeId: google.maps.MapTypeId.<?php echo $wpgmza_map_type; ?>
288
- }
289
- this.map = new google.maps.Map(jQuery(selector)[0], myOptions);
290
- this.bounds = new google.maps.LatLngBounds();
291
- // polygons
292
- poly = new google.maps.Polygon({
293
- strokeWeight: 3,
294
- fillColor: '#66FF00'
295
- });
296
- poly.setMap(this.map);
297
- poly.setPaths(new google.maps.MVCArray([poly_path]));
298
- google.maps.event.addListener(this.map, 'click', addPoint);
299
- <?php
300
- $total_poly_array = wpgmza_b_return_polygon_id_array(sanitize_text_field($_GET['map_id']));
301
- if ($total_poly_array > 0) {
302
- foreach ($total_poly_array as $poly_id) {
303
- $polyoptions = wpgmza_b_return_poly_options($poly_id);
304
- $linecolor = $polyoptions->linecolor;
305
- $fillcolor = $polyoptions->fillcolor;
306
- $fillopacity = $polyoptions->opacity;
307
- $lineopacity = $polyoptions->lineopacity;
308
- $title = $polyoptions->title;
309
- $link = $polyoptions->link;
310
- $ohlinecolor = $polyoptions->ohlinecolor;
311
- $ohfillcolor = $polyoptions->ohfillcolor;
312
- $ohopacity = $polyoptions->ohopacity;
313
- if (!$linecolor) { $linecolor = "000000"; }
314
- if (!$fillcolor) { $fillcolor = "66FF00"; }
315
- if ($fillopacity == "") { $fillopacity = "0.5"; }
316
- if ($lineopacity == "") { $lineopacity = "1.0"; }
317
- if ($ohlinecolor == "") { $ohlinecolor = $linecolor; }
318
- if ($ohfillcolor == "") { $ohfillcolor = $fillcolor; }
319
- if ($ohopacity == "") { $ohopacity = $fillopacity; }
320
- $linecolor = "#".$linecolor;
321
- $fillcolor = "#".$fillcolor;
322
- $ohlinecolor = "#".$ohlinecolor;
323
- $ohfillcolor = "#".$ohfillcolor;
324
-
325
- $poly_array = wpgmza_b_return_polygon_array($poly_id);
326
-
327
- if (sizeof($poly_array) > 1) { ?>
328
-
329
- var WPGM_PathData_<?php echo $poly_id; ?> = [<?php
330
- foreach ($poly_array as $single_poly) {
331
- $poly_data_raw = str_replace(" ","",$single_poly);
332
- $poly_data_raw = explode(",",$poly_data_raw);
333
- $lat = $poly_data_raw[0];
334
- $lng = $poly_data_raw[1];
335
- ?>
336
- new google.maps.LatLng(<?php echo $lat; ?>, <?php echo $lng; ?>),
337
- <?php
338
- }
339
- ?>];
340
- var WPGM_Path_<?php echo $poly_id; ?> = new google.maps.Polygon({
341
- path: WPGM_PathData_<?php echo $poly_id; ?>,
342
- strokeColor: "<?php echo $linecolor; ?>",
343
- fillOpacity: "<?php echo $fillopacity; ?>",
344
- strokeOpacity: "<?php echo $lineopacity; ?>",
345
- fillColor: "<?php echo $fillcolor; ?>",
346
- strokeWeight: 2
347
- });
348
-
349
- WPGM_Path_<?php echo $poly_id; ?>.setMap(this.map);
350
- <?php } } ?>
351
-
352
- <?php } ?>
353
-
354
-
355
- <?php if ($kml != false) { ?>
356
- var temp = '<?php echo $kml; ?>';
357
- arr = temp.split(',');
358
- arr.forEach(function(entry) {
359
- var georssLayer = new google.maps.KmlLayer(entry+'?tstamp=<?php echo time(); ?>',{suppressInfoWindows: true, zindex: 0, clickable : false});
360
- georssLayer.setMap(MYMAP.map);
361
-
362
- });
363
- <?php } ?>
364
-
365
- }
366
- function addPoint(event) {
367
-
368
- poly_path.insertAt(poly_path.length, event.latLng);
369
-
370
- var poly_marker = new google.maps.Marker({
371
- position: event.latLng,
372
- map: MYMAP.map,
373
- icon: "<?php echo wpgmaps_get_plugin_url()."/images/marker.png"; ?>",
374
- draggable: true
375
- });
376
-
377
-
378
-
379
- poly_markers.push(poly_marker);
380
- poly_marker.setTitle("#" + poly_path.length);
381
-
382
- google.maps.event.addListener(poly_marker, 'click', function() {
383
- poly_marker.setMap(null);
384
- for (var i = 0, I = poly_markers.length; i < I && poly_markers[i] != poly_marker; ++i);
385
- poly_markers.splice(i, 1);
386
- poly_path.removeAt(i);
387
- updatePolyPath(poly_path);
388
- }
389
- );
390
-
391
- google.maps.event.addListener(poly_marker, 'dragend', function() {
392
- for (var i = 0, I = poly_markers.length; i < I && poly_markers[i] != poly_marker; ++i);
393
- poly_path.setAt(i, poly_marker.getPosition());
394
- updatePolyPath(poly_path);
395
- }
396
- );
397
-
398
-
399
- updatePolyPath(poly_path);
400
- }
401
-
402
- function updatePolyPath(poly_path) {
403
- var temp_array;
404
- temp_array = "";
405
- poly_path.forEach(function(latLng, index) {
406
- // temp_array = temp_array + " ["+ index +"] => "+ latLng + ", ";
407
- temp_array = temp_array + latLng + ",";
408
- });
409
- jQuery("#poly_line_list").html(temp_array);
410
- }
411
-
412
-
413
- </script>
414
- <?php
415
- }
416
-
417
- /**
418
- * Render polygon edit JS
419
- *
420
- * @todo This needs to be converted to a native JS file with localized variables
421
- *
422
- * @param integer $mapid Map ID
423
- * @param integer $polyid Polygon ID
424
- *
425
- * @return void
426
- */
427
- function wpgmaps_b_admin_edit_poly_javascript($mapid,$polyid) {
428
- $res = wpgmza_get_map_data($mapid);
429
-
430
- $wpgmza_settings = get_option("WPGMZA_OTHER_SETTINGS");
431
-
432
-
433
- $wpgmza_lat = $res->map_start_lat;
434
-
435
- $wpgmza_lng = $res->map_start_lng;
436
- $wpgmza_map_type = $res->type;
437
- $wpgmza_width = $res->map_width;
438
- $wpgmza_height = $res->map_height;
439
- $wpgmza_width_type = $res->map_width_type;
440
- $wpgmza_height_type = $res->map_height_type;
441
- if (!$wpgmza_map_type || $wpgmza_map_type == "" || $wpgmza_map_type == "1") { $wpgmza_map_type = "ROADMAP"; }
442
- else if ($wpgmza_map_type == "2") { $wpgmza_map_type = "SATELLITE"; }
443
- else if ($wpgmza_map_type == "3") { $wpgmza_map_type = "HYBRID"; }
444
- else if ($wpgmza_map_type == "4") { $wpgmza_map_type = "TERRAIN"; }
445
- else { $wpgmza_map_type = "ROADMAP"; }
446
- $start_zoom = $res->map_start_zoom;
447
- if ($start_zoom < 1 || !$start_zoom) {
448
- $start_zoom = 5;
449
- }
450
- if (isset($res->kml)) { $kml = $res->kml; } else { $kml = false; }
451
-
452
- ?>
453
- <link rel='stylesheet' id='wpgooglemaps-css' href='<?php echo wpgmaps_get_plugin_url(); ?>/css/wpgmza_style.css' type='text/css' media='all' />
454
- <script type="text/javascript" >
455
- // polygons variables
456
- var poly;
457
- var poly_markers = [];
458
- var poly_path = new google.maps.MVCArray;
459
-
460
- jQuery(function($) {
461
-
462
- function wpgmza_InitMap() {
463
- var myLatLng = new google.maps.LatLng(<?php echo $wpgmza_lat; ?>,<?php echo $wpgmza_lng; ?>);
464
- MYMAP.init('#wpgmza_map', myLatLng, <?php echo $start_zoom; ?>);
465
- }
466
- jQuery("#wpgmza_map").css({
467
- height:'<?php echo $wpgmza_height; ?><?php echo $wpgmza_height_type; ?>',
468
- width:'<?php echo $wpgmza_width; ?><?php echo $wpgmza_width_type; ?>'
469
- });
470
- wpgmza_InitMap();
471
-
472
-
473
- jQuery("#poly_line").focusout(function() {
474
- poly.setOptions({ strokeColor: "#"+jQuery("#poly_line").val() });
475
- });
476
- jQuery("#poly_fill").focusout(function() {
477
- poly.setOptions({ fillColor: "#"+jQuery("#poly_fill").val() });
478
- });
479
- jQuery("#poly_opacity").keyup(function() {
480
- poly.setOptions({ fillOpacity: jQuery("#poly_opacity").val() });
481
- });
482
- jQuery("#poly_line_opacity").keyup(function() {
483
- poly.setOptions({ strokeOpacity: jQuery("#poly_line_opacity").val() });
484
- });
485
- });
486
-
487
-
488
- var MYMAP = {
489
- map: null,
490
- bounds: null
491
- }
492
- MYMAP.init = function(selector, latLng, zoom) {
493
- var myOptions = {
494
- zoom:zoom,
495
- center: latLng,
496
- zoomControl: true,
497
- panControl: true,
498
- mapTypeControl: true,
499
- streetViewControl: false,
500
- mapTypeId: google.maps.MapTypeId.<?php echo $wpgmza_map_type; ?>
501
- }
502
- this.map = new google.maps.Map(jQuery(selector)[0], myOptions);
503
- this.bounds = new google.maps.LatLngBounds();
504
- // polygons
505
-
506
- <?php
507
- $total_poly_array = wpgmza_b_return_polygon_id_array(sanitize_text_field($_GET['map_id']));
508
- if ($total_poly_array > 0) {
509
- foreach ($total_poly_array as $poly_id) {
510
- $polyoptions = wpgmza_b_return_poly_options($poly_id);
511
- $linecolor = $polyoptions->linecolor;
512
- $fillcolor = $polyoptions->fillcolor;
513
- $fillopacity = $polyoptions->opacity;
514
- $lineopacity = $polyoptions->lineopacity;
515
- $title = $polyoptions->title;
516
- $link = $polyoptions->link;
517
- $ohlinecolor = $polyoptions->ohlinecolor;
518
- $ohfillcolor = $polyoptions->ohfillcolor;
519
- $ohopacity = $polyoptions->ohopacity;
520
- if (!$linecolor) { $linecolor = "000000"; }
521
- if (!$fillcolor) { $fillcolor = "66FF00"; }
522
- if ($fillopacity == "") { $fillopacity = "0.5"; }
523
- if ($lineopacity == "") { $lineopacity = "1.0"; }
524
- if ($ohlinecolor == "") { $ohlinecolor = $linecolor; }
525
- if ($ohfillcolor == "") { $ohfillcolor = $fillcolor; }
526
- if ($ohopacity == "") { $ohopacity = $fillopacity; }
527
- $linecolor = "#".$linecolor;
528
- $fillcolor = "#".$fillcolor;
529
- $ohlinecolor = "#".$ohlinecolor;
530
- $ohfillcolor = "#".$ohfillcolor;
531
-
532
- $poly_array = wpgmza_b_return_polygon_array($poly_id);
533
-
534
- if (sizeof($poly_array) > 1) {
535
- if ($polyid != $poly_id) {
536
- ?>
537
-
538
- var WPGM_PathData_<?php echo $poly_id; ?> = [<?php
539
- foreach ($poly_array as $single_poly) {
540
- $poly_data_raw = str_replace(" ","",$single_poly);
541
- $poly_data_raw = explode(",",$poly_data_raw);
542
- $lat = $poly_data_raw[0];
543
- $lng = $poly_data_raw[1];
544
- ?>
545
- new google.maps.LatLng(<?php echo $lat; ?>, <?php echo $lng; ?>),
546
- <?php
547
- }
548
- ?>];
549
- var WPGM_Path_<?php echo $poly_id; ?> = new google.maps.Polygon({
550
- path: WPGM_PathData_<?php echo $poly_id; ?>,
551
- strokeColor: "<?php echo $linecolor; ?>",
552
- fillOpacity: "<?php echo $fillopacity; ?>",
553
- strokeOpacity: "<?php echo $lineopacity; ?>",
554
- fillColor: "<?php echo $fillcolor; ?>",
555
- strokeWeight: 2
556
- });
557
-
558
- WPGM_Path_<?php echo $poly_id; ?>.setMap(this.map);
559
- <?php } } } ?>
560
-
561
- <?php } ?>
562
-
563
-
564
- <?php if ($kml != false) { ?>
565
- var temp = '<?php echo $kml; ?>';
566
- arr = temp.split(',');
567
- arr.forEach(function(entry) {
568
- var georssLayer = new google.maps.KmlLayer(entry+'?tstamp=<?php echo time(); ?>',{suppressInfoWindows: true, zindex: 0, clickable : false});
569
- georssLayer.setMap(MYMAP.map);
570
-
571
- });
572
- <?php } ?>
573
-
574
-
575
-
576
- addPolygon();
577
-
578
-
579
- }
580
- function addPolygon() {
581
- <?php
582
- $poly_array = wpgmza_b_return_polygon_array($polyid);
583
-
584
- $polyoptions = wpgmza_b_return_poly_options($polyid);
585
- $linecolor = $polyoptions->linecolor;
586
- $lineopacity = $polyoptions->lineopacity;
587
- $fillcolor = $polyoptions->fillcolor;
588
- $fillopacity = $polyoptions->opacity;
589
- if (!$linecolor) { $linecolor = "000000"; }
590
- if (!$fillcolor) { $fillcolor = "66FF00"; }
591
- if ($fillopacity == "") { $fillopacity = "0.5"; }
592
- if ($lineopacity == "") { $lineopacity = "1"; }
593
- $linecolor = "#".$linecolor;
594
- $fillcolor = "#".$fillcolor;
595
-
596
- foreach ($poly_array as $single_poly) {
597
- $poly_data_raw = str_replace(" ","",$single_poly);
598
- $poly_data_raw = explode(",",$poly_data_raw);
599
- $lat = $poly_data_raw[0];
600
- $lng = $poly_data_raw[1];
601
- ?>
602
- var temp_gps = new google.maps.LatLng(<?php echo $lat; ?>, <?php echo $lng; ?>);
603
- addExistingPoint(temp_gps);
604
- updatePolyPath(poly_path);
605
-
606
-
607
-
608
- <?php
609
- }
610
- ?>
611
-
612
- poly = new google.maps.Polygon({
613
- strokeWeight: 3,
614
- strokeColor: "<?php echo $linecolor; ?>",
615
- strokeOpacity: "<?php echo $lineopacity; ?>",
616
- fillOpacity: "<?php echo $fillopacity; ?>",
617
- fillColor: "<?php echo $fillcolor; ?>"
618
- });
619
- poly.setMap(MYMAP.map);
620
- poly.setPaths(poly_path);
621
- google.maps.event.addListener(MYMAP.map, 'click', addPoint);
622
-
623
- setTimeout(function() {
624
- jQuery("#fit-bounds-to-shape").click();
625
- }, 500);
626
- }
627
- function addExistingPoint(temp_gps) {
628
- poly_path.insertAt(poly_path.length, temp_gps);
629
- var poly_marker = new google.maps.Marker({
630
- position: temp_gps,
631
- map: MYMAP.map,
632
- draggable: true
633
- });
634
- poly_markers.push(poly_marker);
635
- poly_marker.setTitle("#" + poly_path.length);
636
- google.maps.event.addListener(poly_marker, 'click', function() {
637
- poly_marker.setMap(null);
638
- for (var i = 0, I = poly_markers.length; i < I && poly_markers[i] != poly_marker; ++i);
639
- poly_markers.splice(i, 1);
640
- poly_path.removeAt(i);
641
- updatePolyPath(poly_path);
642
- }
643
- );
644
-
645
- google.maps.event.addListener(poly_marker, 'dragend', function() {
646
- for (var i = 0, I = poly_markers.length; i < I && poly_markers[i] != poly_marker; ++i);
647
- poly_path.setAt(i, poly_marker.getPosition());
648
- updatePolyPath(poly_path);
649
- }
650
- );
651
- }
652
- function addPoint(event) {
653
-
654
- poly_path.insertAt(poly_path.length, event.latLng);
655
-
656
- var poly_marker = new google.maps.Marker({
657
- position: event.latLng,
658
- map: MYMAP.map,
659
- icon: "<?php echo wpgmaps_get_plugin_url()."/images/marker.png"; ?>",
660
- draggable: true
661
- });
662
-
663
-
664
-
665
- poly_markers.push(poly_marker);
666
- poly_marker.setTitle("#" + poly_path.length);
667
-
668
- google.maps.event.addListener(poly_marker, 'click', function() {
669
- poly_marker.setMap(null);
670
- for (var i = 0, I = poly_markers.length; i < I && poly_markers[i] != poly_marker; ++i);
671
- poly_markers.splice(i, 1);
672
- poly_path.removeAt(i);
673
- updatePolyPath(poly_path);
674
- }
675
- );
676
-
677
- google.maps.event.addListener(poly_marker, 'dragend', function() {
678
- for (var i = 0, I = poly_markers.length; i < I && poly_markers[i] != poly_marker; ++i);
679
- poly_path.setAt(i, poly_marker.getPosition());
680
- updatePolyPath(poly_path);
681
- }
682
- );
683
-
684
-
685
- updatePolyPath(poly_path);
686
- }
687
-
688
- function updatePolyPath(poly_path) {
689
- var temp_array;
690
- temp_array = "";
691
- poly_path.forEach(function(latLng, index) {
692
- // temp_array = temp_array + " ["+ index +"] => "+ latLng + ", ";
693
- temp_array = temp_array + latLng + ",";
694
- });
695
- jQuery("#poly_line_list").html(temp_array);
696
- }
697
-
698
-
699
- </script>
700
- <?php
701
- }
702
-
703
- /**
704
- * Returns the list of polygons displayed in the map editor
705
- *
706
- * @todo Build this as a hook or filter instead of a function call
707
- *
708
- * @param integer $map_id Map ID
709
- * @param boolean $admin Identify if user is admin or not
710
- * @param string $width Width to be used for HTML output
711
- * @return string List HTML
712
- */
713
- function wpgmza_b_return_polygon_list($map_id,$admin = true,$width = "100%") {
714
- wpgmaps_debugger("return_marker_start");
715
-
716
- global $wpdb;
717
- global $wpgmza_tblname_poly;
718
- $wpgmza_tmp = "";
719
-
720
- $results = $wpdb->get_results( $wpdb->prepare("SELECT * FROM $wpgmza_tblname_poly WHERE `map_id` = %d ORDER BY `id` DESC", intval($map_id)) );
721
-
722
- $wpgmza_tmp .= "
723
-
724
- <table id=\"wpgmza_table_poly\" class=\"display\" cellspacing=\"0\" cellpadding=\"0\" style=\"width:$width;\">
725
- <thead>
726
- <tr>
727
- <th align='left'><strong>".__("ID","wp-google-maps")."</strong></th>
728
- <th align='left'><strong>".__("Name","wp-google-maps")."</strong></th>
729
- <th align='left' style='width:182px;'><strong>".__("Action","wp-google-maps")."</strong></th>
730
- </tr>
731
- </thead>
732
- <tbody>
733
- ";
734
- $res = wpgmza_get_map_data($map_id);
735
- $default_marker = "<img src='".$res->default_marker."' />";
736
-
737
- //$wpgmza_data = get_option('WPGMZA');
738
- //if ($wpgmza_data['map_default_marker']) { $default_icon = "<img src='".$wpgmza_data['map_default_marker']."' />"; } else { $default_icon = "<img src='".wpgmaps_get_plugin_url()."/images/marker.png' />"; }
739
-
740
- foreach ( $results as $result ) {
741
- unset($poly_data);
742
- unset($poly_array);
743
- $poly_data = '';
744
- $poly_array = wpgmza_b_return_polygon_array($result->id);
745
- foreach ($poly_array as $poly_single) {
746
- $poly_data .= $poly_single.",";
747
- }
748
- if (isset($result->polyname) && $result->polyname != "") { $polygon_name = $result->polyname; } else { $polygon_name = "Polygon".$result->id; }
749
-
750
- $wpgmza_tmp .= "
751
- <tr id=\"wpgmza_poly_tr_".$result->id."\">
752
- <td height=\"40\">".$result->id."</td>
753
- <td height=\"40\">".esc_attr(stripslashes($polygon_name))."</td>
754
- <td width='170' align='left'>
755
- <a href=\"".get_option('siteurl')."/wp-admin/admin.php?page=wp-google-maps-menu&action=edit_poly&map_id=".$map_id."&poly_id=".$result->id."\" title=\"".__("Edit","wp-google-maps")."\" class=\"wpgmza_edit_poly_btn button\" id=\"".$result->id."\"><i class=\"fa fa-edit\"> </i></a>
756
- <a href=\"javascript:void(0);\" title=\"".__("Delete this polygon","wp-google-maps")."\" class=\"wpgmza_poly_del_btn button\" id=\"".$result->id."\"><i class=\"fa fa-times\"> </i></a>
757
- </td>
758
- </tr>";
759
-
760
- }
761
- $wpgmza_tmp .= "</tbody></table>";
762
-
763
-
764
- return $wpgmza_tmp;
765
-
766
- }
767
-
768
- /**
769
- * Retrieve polygon options from DB
770
- *
771
- * @param integer $poly_id Polygon ID
772
- * @return array MYSQL Array
773
- */
774
- function wpgmza_b_return_poly_options($poly_id) {
775
- global $wpdb;
776
- global $wpgmza_tblname_poly;
777
- $results = $wpdb->get_results($wpdb->prepare("SELECT * FROM $wpgmza_tblname_poly WHERE `id` = %d LIMIT 1",intval($poly_id)) );
778
- foreach ( $results as $result ) {
779
- return $result;
780
- }
781
- }
782
-
783
- /**
784
- * Return the polygon data in the correct format
785
- *
786
- * @param integer $poly_id Polygon ID
787
- * @return array Poly data array
788
- */
789
- function wpgmza_b_return_polygon_array($poly_id) {
790
- global $wpdb;
791
- global $wpgmza_tblname_poly;
792
-
793
- $results = $wpdb->get_results($wpdb->prepare("SELECT * FROM $wpgmza_tblname_poly WHERE `id` = %d LIMIT 1",intval($poly_id)) );
794
-
795
- if(empty($results))
796
- return null;
797
-
798
- $polyline = $results[0];
799
- $polydata = $polyline->polydata;
800
-
801
- $regex = '/-?(\d+)(\.\d+)?,\s*-?(\d+)(\.\d+)?/';
802
-
803
- if(!preg_match_all($regex, $polydata, $m))
804
- return array();
805
-
806
- return $m[0];
807
- }
808
-
809
- /**
810
- * Return polygon ID array
811
- *
812
- * This is used when creating the JSON array of all the polygons and their unique options
813
- *
814
- * @param integer $map_id Map ID
815
- * @return array Array of IDs
816
- */
817
- function wpgmza_b_return_polygon_id_array($map_id) {
818
- global $wpdb;
819
- global $wpgmza_tblname_poly;
820
- $ret = array();
821
- $results = $wpdb->get_results($wpdb->prepare("SELECT * FROM $wpgmza_tblname_poly WHERE `map_id` = %d",intval($map_id)) );
822
- foreach ( $results as $result ) {
823
- $current_id = $result->id;
824
- $ret[] = $current_id;
825
-
826
- }
827
- return $ret;
 
 
 
828
  }
1
+ <?php
2
+ /*
3
+ Polygon functionality for WP Google Maps
4
+ */
5
+
6
+ if(!defined('ABSPATH'))
7
+ exit;
8
+
9
+ add_action('wp_enqueue_scripts', function() {
10
+
11
+ wpgmza_enqueue_fontawesome();
12
+
13
+ });
14
+
15
+ /**
16
+ * Render polygon editor HTML
17
+ * @param integer $mid Map ID
18
+ * @return string HTML outut
19
+ */
20
+ function wpgmza_b_pro_add_poly($mid) {
21
+ global $wpgmza_tblname_maps;
22
+ global $wpdb;
23
+ if ($_GET['action'] == "add_poly" && isset($mid)) {
24
+
25
+ if( function_exists('google_maps_api_key_warning' ) ){ google_maps_api_key_warning(); }
26
+
27
+ $mid = sanitize_text_field($mid);
28
+ $res = wpgmza_get_map_data($mid);
29
+ echo "
30
+
31
+
32
+
33
+
34
+ <div class='wrap'>
35
+ <h1>WP Google Maps</h1>
36
+ <div class='wide'>
37
+
38
+ <h2>".__("Add a Polygon","wp-google-maps")."</h2>
39
+ <form action='?page=wp-google-maps-menu&action=edit&map_id=".esc_attr($mid)."' method='post' id='wpgmaps_add_poly_form'>
40
+ <input type='hidden' name='wpgmaps_map_id' id='wpgmaps_map_id' value='".esc_attr($mid)."' />
41
+ <input type='hidden' name='wpgmaps_polygon-nonce' id='wpgmaps_b_nonce' value='".wp_create_nonce( 'wpgmaps_polygon-nonce' )."' />
42
+
43
+ <table class='wpgmza-listing-comp' style='width:30%;float:left; height:400px;'>
44
+ <tr>
45
+ <td>".__("Name","wp-google-maps")."</td><td><input type=\"text\" value=\"\" name=\"poly_name\" placeholder='".__("Name","wp-google-maps")."'/></td>
46
+ </tr>
47
+ <tr>
48
+ <td>".__("Title","wp-google-maps")."</td><td><input disabled type=\"text\" value=\"".__("Pro version only","wp-google-maps")."\" /><i class='wpgmza-info__small'><a href='".wpgm_pro_link("http://www.wpgmaps.com/purchase-professional-version/?utm_source=plugin&utm_medium=link&utm_campaign=polygons")."' title='".__("Pro Version","wp-google-maps")."'>".__("Get the Pro add-on","wp-google-maps")."</a></i></td>
49
+ </tr>
50
+ <tr>
51
+ <td>".__("Link","wp-google-maps")."</td><td><input disabled type=\"text\" value=\"Pro version only\" /></td>
52
+ </tr>
53
+ <tr>
54
+ <td>".__("Line Color","wp-google-maps")."</td><td><input id=\"poly_line\" name=\"poly_line\" type=\"text\" class=\"color\" value=\"000000\" /></td>
55
+ </tr>
56
+ <tr>
57
+ <td>".__("Line Opacity","wp-google-maps")."</td><td><input id=\"poly_line_opacity\" name=\"poly_line_opacity\" type=\"text\" value=\"0.5\" /> <small class='wpgmza-info__small'>(0 - 1.0) example: 0.5 for 50%</small></td>
58
+ </tr>
59
+ <tr>
60
+ <td>".__("Fill Color","wp-google-maps")."</td><td><input id=\"poly_fill\" name=\"poly_fill\" type=\"text\" class=\"color\" value=\"66ff00\" /></td>
61
+ </tr>
62
+ <tr>
63
+ <td>".__("Opacity","wp-google-maps")."</td><td><input id=\"poly_opacity\" name=\"poly_opacity\" type=\"text\" value=\"0.5\" /> <small class='wpgmza-info__small'>(0 - 1.0) example: 0.5 for 50%</small></td>
64
+ </tr>
65
+ <tr>
66
+ <td>".__("On Hover Line Color","wp-google-maps")."</td><td><input disabled type=\"text\" value=\"".__("Pro version only","wp-google-maps")."\"/></td>
67
+ </tr>
68
+ <tr>
69
+ <td>".__("On Hover Fill Color","wp-google-maps")."</td><td><input disabled type=\"text\" value=\"".__("Pro version only","wp-google-maps")."\"/></td>
70
+ </tr>
71
+ <tr>
72
+ <td>".__("On Hover Opacity","wp-google-maps")."</td><td><input disabled type=\"text\"value=\"".__("Pro version only","wp-google-maps")."\" /></td>
73
+ </tr>
74
+
75
+
76
+ </table>
77
+
78
+ <div class='wpgmza_map_seventy'>
79
+ <div id=\"wpgmza_map\">&nbsp;</div>
80
+
81
+ <p>
82
+ <ul style=\"list-style:initial;\" class='update-nag update-blue update-slim update-map-overlay'>
83
+
84
+ <li style=\"margin-left:30px;\">".__("Click on the map to insert a vertex.","wp-google-maps")."</li>
85
+ <li style=\"margin-left:30px;\">".__("Click on a vertex to remove it.","wp-google-maps")."</li>
86
+ <li style=\"margin-left:30px;\">".__("Drag a vertex to move it.","wp-google-maps")."</li>
87
+ </ul>
88
+ </p>
89
+ </div>
90
+
91
+ <div id='wpgmza-polygon-textarea' style='clear: both;'><label>Polygon data:</label><br /><textarea name=\"wpgmza_polygon\" id=\"poly_line_list\" style=\"width:90%; height:100px; border:1px solid #ccc; background-color:#FFF; padding:5px; overflow:auto;\"></textarea>
92
+ </div>
93
+ <p class='submit'><a href='javascript:history.back();' class='button button-secondary' title='".__("Cancel")."'>".__("Cancel")."</a> <input type='submit' name='wpgmza_save_poly' class='button-primary' value='".__("Save Polygon","wp-google-maps")." &raquo;' /></p>
94
+
95
+ </form>
96
+ </div>
97
+ </div>
98
+ ";
99
+ }
100
+ }
101
+
102
+
103
+ /**
104
+ * Render polygon editor HTML (edit mode)
105
+ * @param integer $mid Map ID
106
+ * @return string HTML outut
107
+ */
108
+ function wpgmza_b_pro_edit_poly($mid) {
109
+ global $wpgmza_tblname_maps;
110
+ global $wpdb;
111
+
112
+ if ($_GET['action'] == "edit_poly" && isset($mid)) {
113
+ $mid = sanitize_text_field($mid);;
114
+ $res = wpgmza_get_map_data($mid);
115
+ $pol = wpgmza_b_return_poly_options(sanitize_text_field($_GET['poly_id']));
116
+
117
+ echo "
118
+
119
+
120
+ <div class='wrap'>
121
+ <h1>WP Google Maps</h1>
122
+ <div class='wide'>
123
+
124
+ <h2>".__("Edit Polygon","wp-google-maps")."</h2>
125
+ <form action='?page=wp-google-maps-menu&action=edit&map_id=".esc_attr($mid)."' method='post' id='wpgmaps_edit_poly_form'>
126
+ <input type='hidden' name='wpgmaps_map_id' id='wpgmaps_map_id' value='".esc_attr($mid)."' />
127
+ <input type='hidden' name='wpgmaps_poly_id' id='wpgmaps_poly_id' value='".esc_attr($_GET['poly_id'])."' />
128
+ <input type='hidden' name='wpgmaps_polygon-nonce' id='wpgmaps_b_nonce' value='".wp_create_nonce( 'wpgmaps_polygon-nonce' )."' />
129
+
130
+ <table class='wpgmza-listing-comp' style='width:30%;float:left; height:400px;'>
131
+ <tr>
132
+ <td>".__("Name","wp-google-maps")."</td><td><input type=\"text\" value=\"".esc_attr(stripslashes($pol->polyname))."\" name=\"poly_name\" /></td>
133
+ </tr>
134
+ <tr>
135
+ <td>".__("Title","wp-google-maps")."</td><td><input disabled type=\"text\" value=\"".__("Pro version only","wp-google-maps")."\" /><i><a href='".wpgm_pro_link("http://www.wpgmaps.com/purchase-professional-version/?utm_source=plugin&utm_medium=link&utm_campaign=polygons")."' title='".__("Pro Version","wp-google-maps")."'>".__("Get the Pro add-on","wp-google-maps")."</a></i></td>
136
+ </tr>
137
+ <tr>
138
+ <td>".__("Description","wp-google-maps")."</td><td><textarea disabled type=\"text\" value=\"".__("Pro version only","wp-google-maps")."\"></textarea><i><a href='".wpgm_pro_link("http://www.wpgmaps.com/purchase-professional-version/?utm_source=plugin&utm_medium=link&utm_campaign=polygons")."' title='".__("Pro Version","wp-google-maps")."'>".__("Get the Pro add-on","wp-google-maps")."</a></i></td>
139
+ </tr>
140
+ <tr>
141
+ <td>".__("Link","wp-google-maps")."</td><td><input disabled type=\"text\" value=\"pro version only\" /></td>
142
+ </tr>
143
+ <tr>
144
+ <td>".__("Line Color","wp-google-maps")."</td><td><input id=\"poly_line\" name=\"poly_line\" type=\"text\" class=\"color\" value=\"".esc_attr($pol->linecolor)."\" /></td>
145
+ </tr>
146
+ <tr>
147
+ <td>".__("Line Opacity","wp-google-maps")."</td><td><input id=\"poly_line_opacity\" name=\"poly_line_opacity\" type=\"text\" value=\"".esc_attr($pol->lineopacity)."\" /> <small class='wpgmza-info__small'>(0 - 1.0) example: 0.5 for 50%</small></td>
148
+ </tr>
149
+ <tr>
150
+ <td>".__("Fill Color","wp-google-maps")."</td><td><input id=\"poly_fill\" name=\"poly_fill\" type=\"text\" class=\"color\" value=\"".esc_attr($pol->fillcolor)."\" /></td>
151
+ </tr>
152
+ <tr>
153
+ <td>".__("Opacity","wp-google-maps")."</td><td><input id=\"poly_opacity\" name=\"poly_opacity\" type=\"text\" value=\"".esc_attr($pol->opacity)."\" /> <small class='wpgmza-info__small'>(0 - 1.0) example: 0.5 for 50%</small></td>
154
+ </tr>
155
+ <tr>
156
+ <td>".__("On Hover Line Color","wp-google-maps")."</td><td><input disabled type=\"text\" value=\"".__("Pro version only","wp-google-maps")."\"/></td>
157
+ </tr>
158
+ <tr>
159
+ <td>".__("On Hover Fill Color","wp-google-maps")."</td><td><input disabled type=\"text\" value=\"".__("Pro version only","wp-google-maps")."\"/></td>
160
+ </tr>
161
+ <tr>
162
+ <td>".__("On Hover Opacity","wp-google-maps")."</td><td><input disabled type=\"text\"value=\"".__("Pro version only","wp-google-maps")."\" /></td>
163
+ </tr>
164
+ <tr>
165
+ <td>".__("Show Polygon","wp-google-maps")."</td>
166
+ <td>
167
+ <button id='fit-bounds-to-shape'
168
+ class='button button-secondary'
169
+ type='button'
170
+ title='" . __('Fit map bounds to shape', 'wp-google-maps') . "'
171
+ data-fit-bounds-to-shape='poly'>
172
+ <i class='fas fa-eye'></i>
173
+ </button>
174
+ </td>
175
+ </tr>
176
+ </table>
177
+
178
+ <div class='wpgmza_map_seventy'>
179
+ <div id=\"wpgmza_map\" >&nbsp;</div>
180
+ <p>
181
+ <ul style=\"list-style:initial;\" class='update-nag update-blue update-slim update-map-overlay'>
182
+
183
+ <li style=\"margin-left:30px;\">Click on the map to insert a vertex.</li>
184
+ <li style=\"margin-left:30px;\">Click on a vertex to remove it.</li>
185
+ <li style=\"margin-left:30px;\">Drag a vertex to move it.</li>
186
+ </ul>
187
+ </p>
188
+ </div>
189
+
190
+ <div class='clear'></div>
191
+ <p style='clear: both;' >Polygon data:<br /><textarea name=\"wpgmza_polygon\" id=\"poly_line_list\" style=\"height:100px; background-color:#FFF; padding:5px; overflow:auto;\"></textarea>
192
+ <!-- <p style='clear: both;' >Polygon data (inner):<br /><textarea name=\"wpgmza_polygon_inner\" id=\"poly_line_list_inner\" style=\"width:90%; height:100px; border:1px solid #ccc; background-color:#FFF; padding:5px; overflow:auto;\">".$pol->innerpolydata."</textarea> -->
193
+ <p class='submit'><a href='javascript:history.back();' class='button button-secondary' title='".__("Cancel")."'>".__("Cancel")."</a> <input type='submit' name='wpgmza_edit_poly' class='button-primary' value='".__("Save Polygon","wp-google-maps")." &raquo;' /></p>
194
+
195
+ </form>
196
+ </div>
197
+
198
+
199
+ </div>
200
+
201
+
202
+
203
+ ";
204
+
205
+ }
206
+
207
+
208
+
209
+ }
210
+
211
+ /**
212
+ * Render polygons JS
213
+ *
214
+ * @todo This needs to be converted to a native JS file with localized variables
215
+ *
216
+ * @param integer $mapid Map ID
217
+ *
218
+ * @return void
219
+ */
220
+ function wpgmaps_b_admin_add_poly_javascript($mapid) {
221
+ $res = wpgmza_get_map_data(sanitize_text_field($_GET['map_id']));
222
+ $wpgmza_settings = get_option("WPGMZA_OTHER_SETTINGS");
223
+
224
+
225
+ $wpgmza_lat = $res->map_start_lat;
226
+ $wpgmza_lng = $res->map_start_lng;
227
+ $wpgmza_map_type = $res->type;
228
+ $wpgmza_width = $res->map_width;
229
+ $wpgmza_height = $res->map_height;
230
+ $wpgmza_width_type = $res->map_width_type;
231
+ $wpgmza_height_type = $res->map_height_type;
232
+ if (!$wpgmza_map_type || $wpgmza_map_type == "" || $wpgmza_map_type == "1") { $wpgmza_map_type = "ROADMAP"; }
233
+ else if ($wpgmza_map_type == "2") { $wpgmza_map_type = "SATELLITE"; }
234
+ else if ($wpgmza_map_type == "3") { $wpgmza_map_type = "HYBRID"; }
235
+ else if ($wpgmza_map_type == "4") { $wpgmza_map_type = "TERRAIN"; }
236
+ else { $wpgmza_map_type = "ROADMAP"; }
237
+ $start_zoom = $res->map_start_zoom;
238
+ if ($start_zoom < 1 || !$start_zoom) {
239
+ $start_zoom = 5;
240
+ }
241
+
242
+
243
+ if (isset($res->kml)) { $kml = $res->kml; } else { $kml = false; }
244
+
245
+ ?>
246
+ <link rel='stylesheet' id='wpgooglemaps-css' href='<?php echo wpgmaps_get_plugin_url(); ?>/css/wpgmza_style.css' type='text/css' media='all' />
247
+ <script type="text/javascript" >
248
+ jQuery(function($) {
249
+ function wpgmza_InitMap() {
250
+ var myLatLng = new google.maps.LatLng(<?php echo $wpgmza_lat; ?>,<?php echo $wpgmza_lng; ?>);
251
+ MYMAP.init('#wpgmza_map', myLatLng, <?php echo $start_zoom; ?>);
252
+ }
253
+ jQuery("#wpgmza_map").css({
254
+ height:'<?php echo $wpgmza_height; ?><?php echo $wpgmza_height_type; ?>',
255
+ width:'<?php echo $wpgmza_width; ?><?php echo $wpgmza_width_type; ?>'
256
+ });
257
+ wpgmza_InitMap();
258
+ jQuery("#poly_line").focusout(function() {
259
+ poly.setOptions({ strokeColor: "#"+jQuery("#poly_line").val() });
260
+ });
261
+ jQuery("#poly_fill").focusout(function() {
262
+ poly.setOptions({ fillColor: "#"+jQuery("#poly_fill").val() });
263
+ });
264
+ jQuery("#poly_line_opacity").focusout(function() {
265
+ poly.setOptions({ strokeOpacity: jQuery("#poly_line_opacity").val() });
266
+ });
267
+ jQuery("#poly_opacity").keyup(function() {
268
+ poly.setOptions({ fillOpacity: jQuery("#poly_opacity").val() });
269
+ });
270
+
271
+
272
+ });
273
+ // polygons variables
274
+ var poly;
275
+ var poly_markers = [];
276
+ var poly_path = new google.maps.MVCArray;
277
+
278
+ var MYMAP = {
279
+ map: null,
280
+ bounds: null
281
+ }
282
+ MYMAP.init = function(selector, latLng, zoom) {
283
+ var myOptions = {
284
+ zoom:zoom,
285
+ center: latLng,
286
+ zoomControl: true,
287
+ panControl: true,
288
+ mapTypeControl: true,
289
+ streetViewControl: true,
290
+ mapTypeId: google.maps.MapTypeId.<?php echo $wpgmza_map_type; ?>
291
+ }
292
+ this.map = new google.maps.Map(jQuery(selector)[0], myOptions);
293
+ this.bounds = new google.maps.LatLngBounds();
294
+ // polygons
295
+ poly = new google.maps.Polygon({
296
+ strokeWeight: 3,
297
+ fillColor: '#66FF00'
298
+ });
299
+ poly.setMap(this.map);
300
+ poly.setPaths(new google.maps.MVCArray([poly_path]));
301
+ google.maps.event.addListener(this.map, 'click', addPoint);
302
+ <?php
303
+ $total_poly_array = wpgmza_b_return_polygon_id_array(sanitize_text_field($_GET['map_id']));
304
+ if ($total_poly_array > 0) {
305
+ foreach ($total_poly_array as $poly_id) {
306
+ $polyoptions = wpgmza_b_return_poly_options($poly_id);
307
+ $linecolor = $polyoptions->linecolor;
308
+ $fillcolor = $polyoptions->fillcolor;
309
+ $fillopacity = $polyoptions->opacity;
310
+ $lineopacity = $polyoptions->lineopacity;
311
+ $title = $polyoptions->title;
312
+ $link = $polyoptions->link;
313
+ $ohlinecolor = $polyoptions->ohlinecolor;
314
+ $ohfillcolor = $polyoptions->ohfillcolor;
315
+ $ohopacity = $polyoptions->ohopacity;
316
+ if (!$linecolor) { $linecolor = "000000"; }
317
+ if (!$fillcolor) { $fillcolor = "66FF00"; }
318
+ if ($fillopacity == "") { $fillopacity = "0.5"; }
319
+ if ($lineopacity == "") { $lineopacity = "1.0"; }
320
+ if ($ohlinecolor == "") { $ohlinecolor = $linecolor; }
321
+ if ($ohfillcolor == "") { $ohfillcolor = $fillcolor; }
322
+ if ($ohopacity == "") { $ohopacity = $fillopacity; }
323
+ $linecolor = "#".$linecolor;
324
+ $fillcolor = "#".$fillcolor;
325
+ $ohlinecolor = "#".$ohlinecolor;
326
+ $ohfillcolor = "#".$ohfillcolor;
327
+
328
+ $poly_array = wpgmza_b_return_polygon_array($poly_id);
329
+
330
+ if (sizeof($poly_array) > 1) { ?>
331
+
332
+ var WPGM_PathData_<?php echo $poly_id; ?> = [<?php
333
+ foreach ($poly_array as $single_poly) {
334
+ $poly_data_raw = str_replace(" ","",$single_poly);
335
+ $poly_data_raw = explode(",",$poly_data_raw);
336
+ $lat = $poly_data_raw[0];
337
+ $lng = $poly_data_raw[1];
338
+ ?>
339
+ new google.maps.LatLng(<?php echo $lat; ?>, <?php echo $lng; ?>),
340
+ <?php
341
+ }
342
+ ?>];
343
+ var WPGM_Path_<?php echo $poly_id; ?> = new google.maps.Polygon({
344
+ path: WPGM_PathData_<?php echo $poly_id; ?>,
345
+ strokeColor: "<?php echo $linecolor; ?>",
346
+ fillOpacity: "<?php echo $fillopacity; ?>",
347
+ strokeOpacity: "<?php echo $lineopacity; ?>",
348
+ fillColor: "<?php echo $fillcolor; ?>",
349
+ strokeWeight: 2
350
+ });
351
+
352
+ WPGM_Path_<?php echo $poly_id; ?>.setMap(this.map);
353
+ <?php } } ?>
354
+
355
+ <?php } ?>
356
+
357
+
358
+ <?php if ($kml != false) { ?>
359
+ var temp = '<?php echo $kml; ?>';
360
+ arr = temp.split(',');
361
+ arr.forEach(function(entry) {
362
+ var georssLayer = new google.maps.KmlLayer(entry+'?tstamp=<?php echo time(); ?>',{suppressInfoWindows: true, zindex: 0, clickable : false});
363
+ georssLayer.setMap(MYMAP.map);
364
+
365
+ });
366
+ <?php } ?>
367
+
368
+ }
369
+ function addPoint(event) {
370
+
371
+ poly_path.insertAt(poly_path.length, event.latLng);
372
+
373
+ var poly_marker = new google.maps.Marker({
374
+ position: event.latLng,
375
+ map: MYMAP.map,
376
+ icon: "<?php echo wpgmaps_get_plugin_url()."/images/marker.png"; ?>",
377
+ draggable: true
378
+ });
379
+
380
+
381
+
382
+ poly_markers.push(poly_marker);
383
+ poly_marker.setTitle("#" + poly_path.length);
384
+
385
+ google.maps.event.addListener(poly_marker, 'click', function() {
386
+ poly_marker.setMap(null);
387
+ for (var i = 0, I = poly_markers.length; i < I && poly_markers[i] != poly_marker; ++i);
388
+ poly_markers.splice(i, 1);
389
+ poly_path.removeAt(i);
390
+ updatePolyPath(poly_path);
391
+ }
392
+ );
393
+
394
+ google.maps.event.addListener(poly_marker, 'dragend', function() {
395
+ for (var i = 0, I = poly_markers.length; i < I && poly_markers[i] != poly_marker; ++i);
396
+ poly_path.setAt(i, poly_marker.getPosition());
397
+ updatePolyPath(poly_path);
398
+ }
399
+ );
400
+
401
+
402
+ updatePolyPath(poly_path);
403
+ }
404
+
405
+ function updatePolyPath(poly_path) {
406
+ var temp_array;
407
+ temp_array = "";
408
+ poly_path.forEach(function(latLng, index) {
409
+ // temp_array = temp_array + " ["+ index +"] => "+ latLng + ", ";
410
+ temp_array = temp_array + latLng + ",";
411
+ });
412
+ jQuery("#poly_line_list").html(temp_array);
413
+ }
414
+
415
+
416
+ </script>
417
+ <?php
418
+ }
419
+
420
+ /**
421
+ * Render polygon edit JS
422
+ *
423
+ * @todo This needs to be converted to a native JS file with localized variables
424
+ *
425
+ * @param integer $mapid Map ID
426
+ * @param integer $polyid Polygon ID
427
+ *
428
+ * @return void
429
+ */
430
+ function wpgmaps_b_admin_edit_poly_javascript($mapid,$polyid) {
431
+ $res = wpgmza_get_map_data($mapid);
432
+
433
+ $wpgmza_settings = get_option("WPGMZA_OTHER_SETTINGS");
434
+
435
+
436
+ $wpgmza_lat = $res->map_start_lat;
437
+
438
+ $wpgmza_lng = $res->map_start_lng;
439
+ $wpgmza_map_type = $res->type;
440
+ $wpgmza_width = $res->map_width;
441
+ $wpgmza_height = $res->map_height;
442
+ $wpgmza_width_type = $res->map_width_type;
443
+ $wpgmza_height_type = $res->map_height_type;
444
+ if (!$wpgmza_map_type || $wpgmza_map_type == "" || $wpgmza_map_type == "1") { $wpgmza_map_type = "ROADMAP"; }
445
+ else if ($wpgmza_map_type == "2") { $wpgmza_map_type = "SATELLITE"; }
446
+ else if ($wpgmza_map_type == "3") { $wpgmza_map_type = "HYBRID"; }
447
+ else if ($wpgmza_map_type == "4") { $wpgmza_map_type = "TERRAIN"; }
448
+ else { $wpgmza_map_type = "ROADMAP"; }
449
+ $start_zoom = $res->map_start_zoom;
450
+ if ($start_zoom < 1 || !$start_zoom) {
451
+ $start_zoom = 5;
452
+ }
453
+ if (isset($res->kml)) { $kml = $res->kml; } else { $kml = false; }
454
+
455
+ ?>
456
+ <link rel='stylesheet' id='wpgooglemaps-css' href='<?php echo wpgmaps_get_plugin_url(); ?>/css/wpgmza_style.css' type='text/css' media='all' />
457
+ <script type="text/javascript" >
458
+ // polygons variables
459
+ var poly;
460
+ var poly_markers = [];
461
+ var poly_path = new google.maps.MVCArray;
462
+
463
+ jQuery(function($) {
464
+
465
+ function wpgmza_InitMap() {
466
+ var myLatLng = new google.maps.LatLng(<?php echo $wpgmza_lat; ?>,<?php echo $wpgmza_lng; ?>);
467
+ MYMAP.init('#wpgmza_map', myLatLng, <?php echo $start_zoom; ?>);
468
+ }
469
+ jQuery("#wpgmza_map").css({
470
+ height:'<?php echo $wpgmza_height; ?><?php echo $wpgmza_height_type; ?>',
471
+ width:'<?php echo $wpgmza_width; ?><?php echo $wpgmza_width_type; ?>'
472
+ });
473
+ wpgmza_InitMap();
474
+
475
+
476
+ jQuery("#poly_line").focusout(function() {
477
+ poly.setOptions({ strokeColor: "#"+jQuery("#poly_line").val() });
478
+ });
479
+ jQuery("#poly_fill").focusout(function() {
480
+ poly.setOptions({ fillColor: "#"+jQuery("#poly_fill").val() });
481
+ });
482
+ jQuery("#poly_opacity").keyup(function() {
483
+ poly.setOptions({ fillOpacity: jQuery("#poly_opacity").val() });
484
+ });
485
+ jQuery("#poly_line_opacity").keyup(function() {
486
+ poly.setOptions({ strokeOpacity: jQuery("#poly_line_opacity").val() });
487
+ });
488
+ });
489
+
490
+
491
+ var MYMAP = {
492
+ map: null,
493
+ bounds: null
494
+ }
495
+ MYMAP.init = function(selector, latLng, zoom) {
496
+ var myOptions = {
497
+ zoom:zoom,
498
+ center: latLng,
499
+ zoomControl: true,
500
+ panControl: true,
501
+ mapTypeControl: true,
502
+ streetViewControl: false,
503
+ mapTypeId: google.maps.MapTypeId.<?php echo $wpgmza_map_type; ?>
504
+ }
505
+ this.map = new google.maps.Map(jQuery(selector)[0], myOptions);
506
+ this.bounds = new google.maps.LatLngBounds();
507
+ // polygons
508
+
509
+ <?php
510
+ $total_poly_array = wpgmza_b_return_polygon_id_array(sanitize_text_field($_GET['map_id']));
511
+ if ($total_poly_array > 0) {
512
+ foreach ($total_poly_array as $poly_id) {
513
+ $polyoptions = wpgmza_b_return_poly_options($poly_id);
514
+ $linecolor = $polyoptions->linecolor;
515
+ $fillcolor = $polyoptions->fillcolor;
516
+ $fillopacity = $polyoptions->opacity;
517
+ $lineopacity = $polyoptions->lineopacity;
518
+ $title = $polyoptions->title;
519
+ $link = $polyoptions->link;
520
+ $ohlinecolor = $polyoptions->ohlinecolor;
521
+ $ohfillcolor = $polyoptions->ohfillcolor;
522
+ $ohopacity = $polyoptions->ohopacity;
523
+ if (!$linecolor) { $linecolor = "000000"; }
524
+ if (!$fillcolor) { $fillcolor = "66FF00"; }
525
+ if ($fillopacity == "") { $fillopacity = "0.5"; }
526
+ if ($lineopacity == "") { $lineopacity = "1.0"; }
527
+ if ($ohlinecolor == "") { $ohlinecolor = $linecolor; }
528
+ if ($ohfillcolor == "") { $ohfillcolor = $fillcolor; }
529
+ if ($ohopacity == "") { $ohopacity = $fillopacity; }
530
+ $linecolor = "#".$linecolor;
531
+ $fillcolor = "#".$fillcolor;
532
+ $ohlinecolor = "#".$ohlinecolor;
533
+ $ohfillcolor = "#".$ohfillcolor;
534
+
535
+ $poly_array = wpgmza_b_return_polygon_array($poly_id);
536
+
537
+ if (sizeof($poly_array) > 1) {
538
+ if ($polyid != $poly_id) {
539
+ ?>
540
+
541
+ var WPGM_PathData_<?php echo $poly_id; ?> = [<?php
542
+ foreach ($poly_array as $single_poly) {
543
+ $poly_data_raw = str_replace(" ","",$single_poly);
544
+ $poly_data_raw = explode(",",$poly_data_raw);
545
+ $lat = $poly_data_raw[0];
546
+ $lng = $poly_data_raw[1];
547
+ ?>
548
+ new google.maps.LatLng(<?php echo $lat; ?>, <?php echo $lng; ?>),
549
+ <?php
550
+ }
551
+ ?>];
552
+ var WPGM_Path_<?php echo $poly_id; ?> = new google.maps.Polygon({
553
+ path: WPGM_PathData_<?php echo $poly_id; ?>,
554
+ strokeColor: "<?php echo $linecolor; ?>",
555
+ fillOpacity: "<?php echo $fillopacity; ?>",
556
+ strokeOpacity: "<?php echo $lineopacity; ?>",
557
+ fillColor: "<?php echo $fillcolor; ?>",
558
+ strokeWeight: 2
559
+ });
560
+
561
+ WPGM_Path_<?php echo $poly_id; ?>.setMap(this.map);
562
+ <?php } } } ?>
563
+
564
+ <?php } ?>
565
+
566
+
567
+ <?php if ($kml != false) { ?>
568
+ var temp = '<?php echo $kml; ?>';
569
+ arr = temp.split(',');
570
+ arr.forEach(function(entry) {
571
+ var georssLayer = new google.maps.KmlLayer(entry+'?tstamp=<?php echo time(); ?>',{suppressInfoWindows: true, zindex: 0, clickable : false});
572
+ georssLayer.setMap(MYMAP.map);
573
+
574
+ });
575
+ <?php } ?>
576
+
577
+
578
+
579
+ addPolygon();
580
+
581
+
582
+ }
583
+ function addPolygon() {
584
+ <?php
585
+ $poly_array = wpgmza_b_return_polygon_array($polyid);
586
+
587
+ $polyoptions = wpgmza_b_return_poly_options($polyid);
588
+ $linecolor = $polyoptions->linecolor;
589
+ $lineopacity = $polyoptions->lineopacity;
590
+ $fillcolor = $polyoptions->fillcolor;
591
+ $fillopacity = $polyoptions->opacity;
592
+ if (!$linecolor) { $linecolor = "000000"; }
593
+ if (!$fillcolor) { $fillcolor = "66FF00"; }
594
+ if ($fillopacity == "") { $fillopacity = "0.5"; }
595
+ if ($lineopacity == "") { $lineopacity = "1"; }
596
+ $linecolor = "#".$linecolor;
597
+ $fillcolor = "#".$fillcolor;
598
+
599
+ foreach ($poly_array as $single_poly) {
600
+ $poly_data_raw = str_replace(" ","",$single_poly);
601
+ $poly_data_raw = explode(",",$poly_data_raw);
602
+ $lat = $poly_data_raw[0];
603
+ $lng = $poly_data_raw[1];
604
+ ?>
605
+ var temp_gps = new google.maps.LatLng(<?php echo $lat; ?>, <?php echo $lng; ?>);
606
+ addExistingPoint(temp_gps);
607
+ updatePolyPath(poly_path);
608
+
609
+
610
+
611
+ <?php
612
+ }
613
+ ?>
614
+
615
+ poly = new google.maps.Polygon({
616
+ strokeWeight: 3,
617
+ strokeColor: "<?php echo $linecolor; ?>",
618
+ strokeOpacity: "<?php echo $lineopacity; ?>",
619
+ fillOpacity: "<?php echo $fillopacity; ?>",
620
+ fillColor: "<?php echo $fillcolor; ?>"
621
+ });
622
+ poly.setMap(MYMAP.map);
623
+ poly.setPaths(poly_path);
624
+ google.maps.event.addListener(MYMAP.map, 'click', addPoint);
625
+
626
+ setTimeout(function() {
627
+ jQuery("#fit-bounds-to-shape").click();
628
+ }, 500);
629
+ }
630
+ function addExistingPoint(temp_gps) {
631
+ poly_path.insertAt(poly_path.length, temp_gps);
632
+ var poly_marker = new google.maps.Marker({
633
+ position: temp_gps,
634
+ map: MYMAP.map,
635
+ draggable: true
636
+ });
637
+ poly_markers.push(poly_marker);
638
+ poly_marker.setTitle("#" + poly_path.length);
639
+ google.maps.event.addListener(poly_marker, 'click', function() {
640
+ poly_marker.setMap(null);
641
+ for (var i = 0, I = poly_markers.length; i < I && poly_markers[i] != poly_marker; ++i);
642
+ poly_markers.splice(i, 1);
643
+ poly_path.removeAt(i);
644
+ updatePolyPath(poly_path);
645
+ }
646
+ );
647
+
648
+ google.maps.event.addListener(poly_marker, 'dragend', function() {
649
+ for (var i = 0, I = poly_markers.length; i < I && poly_markers[i] != poly_marker; ++i);
650
+ poly_path.setAt(i, poly_marker.getPosition());
651
+ updatePolyPath(poly_path);
652
+ }
653
+ );
654
+ }
655
+ function addPoint(event) {
656
+
657
+ poly_path.insertAt(poly_path.length, event.latLng);
658
+
659
+ var poly_marker = new google.maps.Marker({
660
+ position: event.latLng,
661
+ map: MYMAP.map,
662
+ icon: "<?php echo wpgmaps_get_plugin_url()."/images/marker.png"; ?>",
663
+ draggable: true
664
+ });
665
+
666
+
667
+
668
+ poly_markers.push(poly_marker);
669
+ poly_marker.setTitle("#" + poly_path.length);
670
+
671
+ google.maps.event.addListener(poly_marker, 'click', function() {
672
+ poly_marker.setMap(null);
673
+ for (var i = 0, I = poly_markers.length; i < I && poly_markers[i] != poly_marker; ++i);
674
+ poly_markers.splice(i, 1);
675
+ poly_path.removeAt(i);
676
+ updatePolyPath(poly_path);
677
+ }
678
+ );
679
+
680
+ google.maps.event.addListener(poly_marker, 'dragend', function() {
681
+ for (var i = 0, I = poly_markers.length; i < I && poly_markers[i] != poly_marker; ++i);
682
+ poly_path.setAt(i, poly_marker.getPosition());
683
+ updatePolyPath(poly_path);
684
+ }
685
+ );
686
+
687
+
688
+ updatePolyPath(poly_path);
689
+ }
690
+
691
+ function updatePolyPath(poly_path) {
692
+ var temp_array;
693
+ temp_array = "";
694
+ poly_path.forEach(function(latLng, index) {
695
+ // temp_array = temp_array + " ["+ index +"] => "+ latLng + ", ";
696
+ temp_array = temp_array + latLng + ",";
697
+ });
698
+ jQuery("#poly_line_list").html(temp_array);
699
+ }
700
+
701
+
702
+ </script>
703
+ <?php
704
+ }
705
+
706
+ /**
707
+ * Returns the list of polygons displayed in the map editor
708
+ *
709
+ * @todo Build this as a hook or filter instead of a function call
710
+ *
711
+ * @param integer $map_id Map ID
712
+ * @param boolean $admin Identify if user is admin or not
713
+ * @param string $width Width to be used for HTML output
714
+ * @return string List HTML
715
+ */
716
+ function wpgmza_b_return_polygon_list($map_id,$admin = true,$width = "100%") {
717
+ wpgmaps_debugger("return_marker_start");
718
+
719
+ global $wpdb;
720
+ global $wpgmza_tblname_poly;
721
+ $wpgmza_tmp = "";
722
+
723
+ $results = $wpdb->get_results( $wpdb->prepare("SELECT * FROM $wpgmza_tblname_poly WHERE `map_id` = %d ORDER BY `id` DESC", intval($map_id)) );
724
+
725
+ $wpgmza_tmp .= "
726
+
727
+ <table id=\"wpgmza_table_poly\" class=\"display\" cellspacing=\"0\" cellpadding=\"0\" style=\"width:$width;\">
728
+ <thead>
729
+ <tr>
730
+ <th align='left'><strong>".__("ID","wp-google-maps")."</strong></th>
731
+ <th align='left'><strong>".__("Name","wp-google-maps")."</strong></th>
732
+ <th align='left' style='width:182px;'><strong>".__("Action","wp-google-maps")."</strong></th>
733
+ </tr>
734
+ </thead>
735
+ <tbody>
736
+ ";
737
+ $res = wpgmza_get_map_data($map_id);
738
+ $default_marker = "<img src='".$res->default_marker."' />";
739
+
740
+ //$wpgmza_data = get_option('WPGMZA');
741
+ //if ($wpgmza_data['map_default_marker']) { $default_icon = "<img src='".$wpgmza_data['map_default_marker']."' />"; } else { $default_icon = "<img src='".wpgmaps_get_plugin_url()."/images/marker.png' />"; }
742
+
743
+ foreach ( $results as $result ) {
744
+ unset($poly_data);
745
+ unset($poly_array);
746
+ $poly_data = '';
747
+ $poly_array = wpgmza_b_return_polygon_array($result->id);
748
+ foreach ($poly_array as $poly_single) {
749
+ $poly_data .= $poly_single.",";
750
+ }
751
+ if (isset($result->polyname) && $result->polyname != "") { $polygon_name = $result->polyname; } else { $polygon_name = "Polygon".$result->id; }
752
+
753
+ $wpgmza_tmp .= "
754
+ <tr id=\"wpgmza_poly_tr_".$result->id."\">
755
+ <td height=\"40\">".$result->id."</td>
756
+ <td height=\"40\">".esc_attr(stripslashes($polygon_name))."</td>
757
+ <td width='170' align='left'>
758
+ <a href=\"".get_option('siteurl')."/wp-admin/admin.php?page=wp-google-maps-menu&action=edit_poly&map_id=".$map_id."&poly_id=".$result->id."\" title=\"".__("Edit","wp-google-maps")."\" class=\"wpgmza_edit_poly_btn button\" id=\"".$result->id."\"><i class=\"fa fa-edit\"> </i></a>
759
+ <a href=\"javascript:void(0);\" title=\"".__("Delete this polygon","wp-google-maps")."\" class=\"wpgmza_poly_del_btn button\" id=\"".$result->id."\"><i class=\"fa fa-times\"> </i></a>
760
+ </td>
761
+ </tr>";
762
+
763
+ }
764
+ $wpgmza_tmp .= "</tbody></table>";
765
+
766
+
767
+ return $wpgmza_tmp;
768
+
769
+ }
770
+
771
+ /**
772
+ * Retrieve polygon options from DB
773
+ *
774
+ * @param integer $poly_id Polygon ID
775
+ * @return array MYSQL Array
776
+ */
777
+ function wpgmza_b_return_poly_options($poly_id) {
778
+ global $wpdb;
779
+ global $wpgmza_tblname_poly;
780
+ $results = $wpdb->get_results($wpdb->prepare("SELECT * FROM $wpgmza_tblname_poly WHERE `id` = %d LIMIT 1",intval($poly_id)) );
781
+ foreach ( $results as $result ) {
782
+ return $result;
783
+ }
784
+ }
785
+
786
+ /**
787
+ * Return the polygon data in the correct format
788
+ *
789
+ * @param integer $poly_id Polygon ID
790
+ * @return array Poly data array
791
+ */
792
+ function wpgmza_b_return_polygon_array($poly_id) {
793
+ global $wpdb;
794
+ global $wpgmza_tblname_poly;
795
+
796
+ $results = $wpdb->get_results($wpdb->prepare("SELECT * FROM $wpgmza_tblname_poly WHERE `id` = %d LIMIT 1",intval($poly_id)) );
797
+
798
+ if(empty($results))
799
+ return null;
800
+
801
+ $polyline = $results[0];
802
+ $polydata = $polyline->polydata;
803
+
804
+ $regex = '/-?(\d+)(\.\d+)?,\s*-?(\d+)(\.\d+)?/';
805
+
806
+ if(!preg_match_all($regex, $polydata, $m))
807
+ return array();
808
+
809
+ return $m[0];
810
+ }
811
+
812
+ /**
813
+ * Return polygon ID array
814
+ *
815
+ * This is used when creating the JSON array of all the polygons and their unique options
816
+ *
817
+ * @param integer $map_id Map ID
818
+ * @return array Array of IDs
819
+ */
820
+ function wpgmza_b_return_polygon_id_array($map_id) {
821
+ global $wpdb;
822
+ global $wpgmza_tblname_poly;
823
+ $ret = array();
824
+ $results = $wpdb->get_results($wpdb->prepare("SELECT * FROM $wpgmza_tblname_poly WHERE `map_id` = %d",intval($map_id)) );
825
+ foreach ( $results as $result ) {
826
+ $current_id = $result->id;
827
+ $ret[] = $current_id;
828
+
829
+ }
830
+ return $ret;
831
  }
base/includes/wp-google-maps-polylines.php CHANGED
@@ -1,827 +1,827 @@
1
- <?php
2
- /*
3
- Polylines functionality for WP Google Maps
4
- */
5
-
6
- if(!defined('ABSPATH'))
7
- exit;
8
-
9
- /**
10
- * Render polyline editor HTML
11
- * @param integer $mid Map ID
12
- * @return string HTML outut
13
- */
14
- function wpgmza_b_pro_add_polyline($mid) {
15
- global $wpgmza_tblname_maps;
16
- global $wpdb;
17
- if ($_GET['action'] == "add_polyline" && isset($mid)) {
18
-
19
- if( function_exists('google_maps_api_key_warning' ) ){ google_maps_api_key_warning(); }
20
-
21
- $res = wpgmza_get_map_data($mid);
22
- echo "
23
-
24
-
25
-
26
-
27
- <div class='wrap'>
28
- <h1>WP Google Maps</h1>
29
- <div class='wide'>
30
-
31
- <h2>".__("Add a Polyline","wp-google-maps")."</h2>
32
- <form action='?page=wp-google-maps-menu&action=edit&map_id=".intval($mid)."' method='post' id='wpgmaps_add_polyline_form'>
33
- <input type='hidden' name='wpgmaps_map_id' id='wpgmaps_map_id' value='".intval($mid)."' />
34
- <input type='hidden' name='wpgmaps_polyline-nonce' id='wpgmaps_b_nonce' value='".wp_create_nonce( 'wpgmaps_polyline-nonce' )."' />
35
- <table class='wpgmza-listing-comp' style='width:30%;float:left;'>
36
- <tr>
37
- <td>
38
- ".__("Name","wp-google-maps")."
39
- </td>
40
- <td>
41
- <input id=\"poly_name\" name=\"poly_name\" type=\"text\" value=\"\" />
42
- </td>
43
- </tr>
44
- <tr>
45
- <td>
46
- ".__("Line Color","wp-google-maps")."
47
- </td>
48
- <td>
49
- <input id=\"poly_line\" name=\"poly_line\" type=\"text\" class=\"color\" value=\"000000\" />
50
- </td>
51
- </tr>
52
- <tr>
53
- <td>
54
- ".__("Opacity","wp-google-maps")."
55
- </td>
56
- <td>
57
- <input id=\"poly_opacity\" name=\"poly_opacity\" type=\"text\" value=\"0.8\" /> (0 - 1.0) example: 0.8 for 80%
58
- </td>
59
- </tr>
60
- <tr>
61
- <td>
62
- ".__("Line Thickness","wp-google-maps")."
63
- </td>
64
- <td>
65
- <input id=\"poly_thickness\" name=\"poly_thickness\" type=\"text\" value=\"4\" /> (0 - 50) example: 4
66
- </td>
67
-
68
- </tr>
69
-
70
-
71
-
72
- </table>
73
- <div class='wpgmza_map_seventy'>
74
- <div id=\"wpgmza_map\">&nbsp;</div>
75
- <p>
76
-
77
- <ul style=\"list-style:initial;\" class='update-nag update-blue update-slim update-map-overlay'>
78
-
79
- <li style=\"margin-left:30px;\">Click on the map to insert a vertex.</li>
80
- <li style=\"margin-left:30px;\">Click on a vertex to remove it.</li>
81
- <li style=\"margin-left:30px;\">Drag a vertex to move it.</li>
82
- </ul>
83
- </p>
84
- </div>
85
-
86
-
87
- <p style='clear: both;'>Polyline data:<br /><textarea name=\"wpgmza_polyline\" id=\"poly_line_list\" style=\"width:90%; height:100px; border:1px solid #ccc; background-color:#FFF; padding:5px; overflow:auto;\"></textarea>
88
- <p class='submit'><a href='javascript:history.back();' class='button button-secondary' title='".__("Cancel")."'>".__("Cancel")."</a> <input type='submit' name='wpgmza_save_polyline' class='button-primary' value='".__("Save Polyline","wp-google-maps")." &raquo;' /></p>
89
-
90
- </form>
91
- </div>
92
-
93
-
94
- </div>
95
-
96
-
97
-
98
- ";
99
-
100
- }
101
-
102
-
103
-
104
- }
105
-
106
-
107
- /**
108
- * Render polyline editor HTML (edit mode)
109
- * @param integer $mid Map ID
110
- * @return string HTML outut
111
- */
112
- function wpgmza_b_pro_edit_polyline($mid) {
113
- global $wpgmza_tblname_maps;
114
- global $wpdb;
115
- if ($_GET['action'] == "edit_polyline" && isset($mid)) {
116
- $res = wpgmza_get_map_data($mid);
117
- $pol = wpgmza_b_return_polyline_options(sanitize_text_field($_GET['poly_id']));
118
-
119
- echo "
120
-
121
-
122
- <div class='wrap'>
123
- <h1>WP Google Maps</h1>
124
- <div class='wide'>
125
-
126
- <h2>".__("Edit Polyline","wp-google-maps")."</h2>
127
- <form action='?page=wp-google-maps-menu&action=edit&map_id=".esc_attr($mid)."' method='post' id='wpgmaps_edit_poly_form'>
128
- <input type='hidden' name='wpgmaps_map_id' id='wpgmaps_map_id' value='".esc_attr($mid)."' />
129
- <input type='hidden' name='wpgmaps_poly_id' id='wpgmaps_poly_id' value='".esc_attr($_GET['poly_id'])."' />
130
- <input type='hidden' name='wpgmaps_polyline-nonce' id='wpgmaps_b_nonce' value='".wp_create_nonce( 'wpgmaps_polyline-nonce' )."' />
131
- <table class='wpgmza-listing-comp' style='width:30%;float:left;'>
132
- <tr>
133
- <td>
134
- ".__("Name","wp-google-maps")."
135
- </td>
136
- <td>
137
- <input id=\"poly_name\" name=\"poly_name\" type=\"text\" value=\"".esc_attr(stripslashes($pol->polyname))."\" />
138
- </td>
139
- </tr>
140
- <tr>
141
- <td>
142
- ".__("Line Color","wp-google-maps")."
143
- </td>
144
- <td>
145
- <input id=\"poly_line\" name=\"poly_line\" type=\"text\" class=\"color\" value=\"".esc_attr($pol->linecolor)."\" />
146
- </td>
147
- </tr>
148
- <tr>
149
- <td>
150
- ".__("Opacity","wp-google-maps")."
151
- </td>
152
- <td>
153
- <input id=\"poly_opacity\" name=\"poly_opacity\" type=\"text\" value=\"".esc_attr($pol->opacity)."\" /> (0 - 1.0) example: 0.8 for 80%
154
- </td>
155
- </tr>
156
- <tr>
157
- <td>
158
- ".__("Line Thickness","wp-google-maps")."
159
- </td>
160
- <td>
161
- <input id=\"poly_thickness\" name=\"poly_thickness\" type=\"text\" value=\"".esc_attr($pol->linethickness)."\" /> (0 - 50) example: 4
162
- </td>
163
- </tr>
164
-
165
- <tr>
166
-
167
- <td>
168
- ".__('Show Polyline', 'wp-google-maps')."
169
- </td>
170
- <td>
171
- <button id='fit-bounds-to-shape'
172
- class='button button-secondary'
173
- type='button'
174
- title='" . __('Fit map bounds to shape', 'wp-google-maps') . "'
175
- data-fit-bounds-to-shape='poly'>
176
- <i class='fas fa-eye'></i>
177
- </button>
178
- </td>
179
-
180
- </tr>
181
-
182
- </table>
183
- <div class='wpgmza_map_seventy'>
184
- <div id=\"wpgmza_map\">&nbsp;</div>
185
- <p>
186
- <ul style=\"list-style:initial;\" class='update-nag update-blue update-slim update-map-overlay'>
187
-
188
- <li style=\"margin-left:30px;\">Click on the map to insert a vertex.</li>
189
- <li style=\"margin-left:30px;\">Click on a vertex to remove it.</li>
190
- <li style=\"margin-left:30px;\">Drag a vertex to move it.</li>
191
- </ul>
192
- </p>
193
- </div>
194
-
195
- <p style='clear: both;'>Polyline data:<br /><textarea name=\"wpgmza_polyline\" id=\"poly_line_list\" style=\"width:90%; height:100px; border:1px solid #ccc; background-color:#FFF; padding:5px; overflow:auto;\"></textarea>
196
- <p class='submit'><a href='javascript:history.back();' class='button button-secondary' title='".__("Cancel")."'>".__("Cancel")."</a> <input type='submit' name='wpgmza_edit_polyline' class='button-primary' value='".__("Save Polyline","wp-google-maps")." &raquo;' /></p>
197
-
198
- </form>
199
- </div>
200
-
201
-
202
- </div>
203
-
204
-
205
-
206
- ";
207
-
208
- }
209
-
210
-
211
-
212
- }
213
- /**
214
- * Render polyline JS
215
- *
216
- * @todo This needs to be converted to a native JS file with localized variables
217
- *
218
- * @param integer $mapid Map ID
219
- *
220
- * @return void
221
- */
222
- function wpgmaps_b_admin_add_polyline_javascript($mapid) {
223
- $res = wpgmza_get_map_data(sanitize_text_field($_GET['map_id']));
224
- $wpgmza_settings = get_option("WPGMZA_OTHER_SETTINGS");
225
-
226
-
227
- $wpgmza_lat = $res->map_start_lat;
228
- $wpgmza_lng = $res->map_start_lng;
229
- $wpgmza_map_type = $res->type;
230
- $wpgmza_width = $res->map_width;
231
- $wpgmza_height = $res->map_height;
232
- $wpgmza_width_type = $res->map_width_type;
233
- $wpgmza_height_type = $res->map_height_type;
234
- if (!$wpgmza_map_type || $wpgmza_map_type == "" || $wpgmza_map_type == "1") { $wpgmza_map_type = "ROADMAP"; }
235
- else if ($wpgmza_map_type == "2") { $wpgmza_map_type = "SATELLITE"; }
236
- else if ($wpgmza_map_type == "3") { $wpgmza_map_type = "HYBRID"; }
237
- else if ($wpgmza_map_type == "4") { $wpgmza_map_type = "TERRAIN"; }
238
- else { $wpgmza_map_type = "ROADMAP"; }
239
- $start_zoom = $res->map_start_zoom;
240
- if ($start_zoom < 1 || !$start_zoom) {
241
- $start_zoom = 5;
242
- }
243
- if (isset($res->kml)) { $kml = $res->kml; } else { $kml = false; }
244
-
245
- ?>
246
- <link rel='stylesheet' id='wpgooglemaps-css' href='<?php echo wpgmaps_get_plugin_url(); ?>/css/wpgmza_style.css' type='text/css' media='all' />
247
- <script type="text/javascript" >
248
- jQuery(function($) {
249
- function wpgmza_InitMap() {
250
- var myLatLng = new google.maps.LatLng(<?php echo $wpgmza_lat; ?>,<?php echo $wpgmza_lng; ?>);
251
- MYMAP.init('#wpgmza_map', myLatLng, <?php echo $start_zoom; ?>);
252
- }
253
- jQuery("#wpgmza_map").css({
254
- height:'<?php echo $wpgmza_height; ?><?php echo $wpgmza_height_type; ?>',
255
- width:'<?php echo $wpgmza_width; ?><?php echo $wpgmza_width_type; ?>'
256
- });
257
- wpgmza_InitMap();
258
- jQuery("#poly_line").focusout(function() {
259
- poly.setOptions({ strokeColor: "#"+jQuery("#poly_line").val() });
260
- });
261
- jQuery("#poly_opacity").keyup(function() {
262
- poly.setOptions({ strokeOpacity: jQuery("#poly_opacity").val() });
263
- });
264
- jQuery("#poly_thickness").keyup(function() {
265
- poly.setOptions({ strokeWeight: jQuery("#poly_thickness").val() });
266
- });
267
-
268
-
269
- });
270
- // polygons variables
271
- var poly;
272
- var poly_markers = [];
273
- var poly_path = new google.maps.MVCArray;
274
-
275
-
276
- var MYMAP = {
277
- map: null,
278
- bounds: null
279
- }
280
- MYMAP.init = function(selector, latLng, zoom) {
281
- var myOptions = {
282
- zoom:zoom,
283
- center: latLng,
284
- zoomControl: true,
285
- panControl: true,
286
- mapTypeControl: true,
287
- streetViewControl: true,
288
- mapTypeId: google.maps.MapTypeId.<?php echo $wpgmza_map_type; ?>
289
- }
290
- this.map = new google.maps.Map(jQuery(selector)[0], myOptions);
291
- this.bounds = new google.maps.LatLngBounds();
292
- // polygons
293
- poly = new google.maps.Polyline({
294
- strokeWeight: 3,
295
- fillColor: '#66FF00'
296
- });
297
- poly.setMap(this.map);
298
-
299
- google.maps.event.addListener(this.map, 'click', addPoint);
300
- <?php
301
- /* polylines */
302
- $total_polyline_array = wpgmza_b_return_polyline_id_array(sanitize_text_field($_GET['map_id']));
303
- if ($total_polyline_array > 0) {
304
- foreach ($total_polyline_array as $poly_id) {
305
- $polyoptions = wpgmza_b_return_polyline_options($poly_id);
306
- $linecolor = $polyoptions->linecolor;
307
- $fillopacity = $polyoptions->opacity;
308
- $linethickness = $polyoptions->linethickness;
309
- if (!$linecolor) { $linecolor = "000000"; }
310
- if (!$linethickness) { $linethickness = "4"; }
311
- if (!$fillopacity) { $fillopacity = "0.5"; }
312
- $linecolor = "#".$linecolor;
313
- $poly_array = wpgmza_b_return_polyline_array($poly_id);
314
- ?>
315
-
316
- <?php if (sizeof($poly_array) > 1) { ?>
317
- var WPGM_PathLineData_<?php echo $poly_id; ?> = [
318
- <?php
319
- $poly_array = wpgmza_b_return_polyline_array($poly_id);
320
-
321
- foreach ($poly_array as $single_poly) {
322
- $poly_data_raw = str_replace(" ","",$single_poly);
323
- $poly_data_raw = explode(",",$poly_data_raw);
324
- $lat = $poly_data_raw[0];
325
- $lng = $poly_data_raw[1];
326
- ?>
327
- new google.maps.LatLng(<?php echo $lat; ?>, <?php echo $lng; ?>),
328
- <?php
329
- }
330
- ?>
331
- ];
332
- var WPGM_PathLine_<?php echo $poly_id; ?> = new google.maps.Polyline({
333
- path: WPGM_PathLineData_<?php echo $poly_id; ?>,
334
- strokeColor: "<?php echo $linecolor; ?>",
335
- strokeOpacity: "<?php echo $fillopacity; ?>",
336
- strokeWeight: "<?php echo $linethickness; ?>"
337
-
338
- });
339
-
340
-
341
-
342
- WPGM_PathLine_<?php echo $poly_id; ?>.setMap(this.map);
343
-
344
-
345
-
346
- <?php } } } ?>
347
-
348
- <?php if ($kml != false) { ?>
349
- var temp = '<?php echo $kml; ?>';
350
- arr = temp.split(',');
351
- arr.forEach(function(entry) {
352
- var georssLayer = new google.maps.KmlLayer(entry+'?tstamp=<?php echo time(); ?>',{suppressInfoWindows: true, zindex: 0, clickable : false});
353
- georssLayer.setMap(MYMAP.map);
354
-
355
- });
356
- <?php } ?>
357
-
358
- }
359
- function addPoint(event) {
360
-
361
-
362
- var path = poly.getPath();
363
- path.push(event.latLng);
364
-
365
- var poly_marker = new google.maps.Marker({
366
- position: event.latLng,
367
- map: MYMAP.map,
368
- icon: "<?php echo wpgmaps_get_plugin_url()."/images/marker.png"; ?>",
369
- draggable: true
370
- });
371
-
372
-
373
-
374
- poly_markers.push(poly_marker);
375
- poly_marker.setTitle("#" + path.length);
376
-
377
- google.maps.event.addListener(poly_marker, 'click', function() {
378
- poly_marker.setMap(null);
379
- for (var i = 0, I = poly_markers.length; i < I && poly_markers[i] != poly_marker; ++i);
380
- poly_markers.splice(i, 1);
381
- path.removeAt(i);
382
- updatePolyPath(path);
383
- }
384
- );
385
-
386
- google.maps.event.addListener(poly_marker, 'dragend', function() {
387
- for (var i = 0, I = poly_markers.length; i < I && poly_markers[i] != poly_marker; ++i);
388
- path.setAt(i, poly_marker.getPosition());
389
- updatePolyPath(path);
390
- }
391
- );
392
-
393
-
394
- updatePolyPath(path);
395
- }
396
-
397
- function updatePolyPath(poly_path) {
398
- var temp_array;
399
- temp_array = "";
400
- poly_path.forEach(function(latLng, index) {
401
- // temp_array = temp_array + " ["+ index +"] => "+ latLng + ", ";
402
- temp_array = temp_array + latLng + ",";
403
- });
404
- jQuery("#poly_line_list").html(temp_array);
405
- }
406
-
407
-
408
- </script>
409
- <?php
410
- }
411
-
412
- /**
413
- * Render polyline edit JS
414
- *
415
- * @todo This needs to be converted to a native JS file with localized variables
416
- *
417
- * @param integer $mapid Map ID
418
- * @param integer $polyid Polygon ID
419
- *
420
- * @return void
421
- */
422
- function wpgmaps_b_admin_edit_polyline_javascript($mapid,$polyid) {
423
- $res = wpgmza_get_map_data($mapid);
424
-
425
- $wpgmza_settings = get_option("WPGMZA_OTHER_SETTINGS");
426
-
427
-
428
- $wpgmza_lat = $res->map_start_lat;
429
-
430
- $wpgmza_lng = $res->map_start_lng;
431
- $wpgmza_map_type = $res->type;
432
- $wpgmza_width = $res->map_width;
433
- $wpgmza_height = $res->map_height;
434
- $wpgmza_width_type = $res->map_width_type;
435
- $wpgmza_height_type = $res->map_height_type;
436
- if (!$wpgmza_map_type || $wpgmza_map_type == "" || $wpgmza_map_type == "1") { $wpgmza_map_type = "ROADMAP"; }
437
- else if ($wpgmza_map_type == "2") { $wpgmza_map_type = "SATELLITE"; }
438
- else if ($wpgmza_map_type == "3") { $wpgmza_map_type = "HYBRID"; }
439
- else if ($wpgmza_map_type == "4") { $wpgmza_map_type = "TERRAIN"; }
440
- else { $wpgmza_map_type = "ROADMAP"; }
441
- $start_zoom = $res->map_start_zoom;
442
- if ($start_zoom < 1 || !$start_zoom) {
443
- $start_zoom = 5;
444
- }
445
- if (isset($res->kml)) { $kml = $res->kml; } else { $kml = false; }
446
-
447
- $wpgmza_settings = get_option("WPGMZA_OTHER_SETTINGS");
448
-
449
-
450
-
451
- $poly_array = wpgmza_b_return_polyline_array($polyid);
452
-
453
- $polyoptions = wpgmza_b_return_polyline_options($polyid);
454
- $linecolor = $polyoptions->linecolor;
455
- $linethickness = $polyoptions->linethickness;
456
- $fillopacity = $polyoptions->opacity;
457
- if (!$linecolor) { $linecolor = "000000"; }
458
- if (!$linethickness) { $linethickness = "4"; }
459
- if (!$fillopacity) { $fillopacity = "0.5"; }
460
- $linecolor = "#".$linecolor;
461
-
462
- ?>
463
- <link rel='stylesheet' id='wpgooglemaps-css' href='<?php echo wpgmaps_get_plugin_url(); ?>/css/wpgmza_style.css' type='text/css' media='all' />
464
- <script type="text/javascript" >
465
- // polygons variables
466
- var poly;
467
- var poly_markers = [];
468
- var poly_path = new google.maps.MVCArray;
469
- var path;
470
-
471
- jQuery(function($) {
472
-
473
- function wpgmza_InitMap() {
474
- var myLatLng = new google.maps.LatLng(<?php echo $wpgmza_lat; ?>,<?php echo $wpgmza_lng; ?>);
475
- MYMAP.init('#wpgmza_map', myLatLng, <?php echo $start_zoom; ?>);
476
- }
477
- jQuery("#wpgmza_map").css({
478
- height:'<?php echo $wpgmza_height; ?><?php echo $wpgmza_height_type; ?>',
479
- width:'<?php echo $wpgmza_width; ?><?php echo $wpgmza_width_type; ?>'
480
- });
481
- wpgmza_InitMap();
482
-
483
-
484
- jQuery("#poly_line").focusout(function() {
485
- poly.setOptions({ strokeColor: "#"+jQuery("#poly_line").val() });
486
- });
487
- jQuery("#poly_opacity").keyup(function() {
488
- poly.setOptions({ strokeOpacity: jQuery("#poly_opacity").val() });
489
- });
490
- jQuery("#poly_thickness").keyup(function() {
491
- poly.setOptions({ strokeWeight: jQuery("#poly_thickness").val() });
492
- });
493
- });
494
-
495
-
496
- var MYMAP = {
497
- map: null,
498
- bounds: null
499
- }
500
- MYMAP.init = function(selector, latLng, zoom) {
501
- var myOptions = {
502
- zoom:zoom,
503
- center: latLng,
504
- zoomControl: true,
505
- panControl: true,
506
- mapTypeControl: true,
507
- streetViewControl: true,
508
- mapTypeId: google.maps.MapTypeId.<?php echo $wpgmza_map_type; ?>
509
- }
510
- this.map = new google.maps.Map(jQuery(selector)[0], myOptions);
511
- this.bounds = new google.maps.LatLngBounds();
512
- // polygons
513
-
514
-
515
-
516
- poly = new google.maps.Polyline({
517
- strokeWeight: "<?php echo $linethickness; ?>",
518
- strokeColor: "<?php echo $linecolor; ?>",
519
- strokeOpacity: "<?php echo $fillopacity; ?>"
520
- });
521
- path = poly.getPath();
522
-
523
- <?php
524
- /* polylines */
525
- $total_polyline_array = wpgmza_b_return_polyline_id_array(sanitize_text_field($_GET['map_id']));
526
- if ($total_polyline_array > 0) {
527
- foreach ($total_polyline_array as $poly_id) {
528
- $polyoptions = wpgmza_b_return_polyline_options($poly_id);
529
- $linecolor = $polyoptions->linecolor;
530
- $fillopacity = $polyoptions->opacity;
531
- $linethickness = $polyoptions->linethickness;
532
- if (!$linecolor) { $linecolor = "000000"; }
533
- if (!$linethickness) { $linethickness = "4"; }
534
- if (!$fillopacity) { $fillopacity = "0.5"; }
535
- $linecolor = "#".$linecolor;
536
- $poly_array = wpgmza_b_return_polyline_array($poly_id);
537
- ?>
538
-
539
- <?php if (sizeof($poly_array) > 1) {
540
- if ($poly_id != $polyid) {
541
- ?>
542
- var WPGM_PathLineData_<?php echo $poly_id; ?> = [
543
- <?php
544
- $poly_array = wpgmza_b_return_polyline_array($poly_id);
545
-
546
- foreach ($poly_array as $single_poly) {
547
- $poly_data_raw = str_replace(" ","",$single_poly);
548
- $poly_data_raw = explode(",",$poly_data_raw);
549
- $lat = $poly_data_raw[0];
550
- $lng = $poly_data_raw[1];
551
- ?>
552
- new google.maps.LatLng(<?php echo $lat; ?>, <?php echo $lng; ?>),
553
- <?php
554
- }
555
- ?>
556
- ];
557
-
558
- var WPGM_PathLine_<?php echo $poly_id; ?> = new google.maps.Polyline({
559
- path: WPGM_PathLineData_<?php echo $poly_id; ?>,
560
- strokeColor: "<?php echo $linecolor; ?>",
561
- strokeOpacity: "<?php echo $fillopacity; ?>",
562
- strokeWeight: "<?php echo $linethickness; ?>"
563
-
564
- });
565
-
566
- WPGM_PathLine_<?php echo $poly_id; ?>.setMap(this.map);
567
- <?php } } } } ?>
568
-
569
-
570
- <?php if ($kml != false) { ?>
571
- var temp = '<?php echo $kml; ?>';
572
- arr = temp.split(',');
573
- arr.forEach(function(entry) {
574
- var georssLayer = new google.maps.KmlLayer(entry+'?tstamp=<?php echo time(); ?>',{suppressInfoWindows: true, zindex: 0, clickable : false});
575
- georssLayer.setMap(MYMAP.map);
576
-
577
- });
578
- <?php } ?>
579
-
580
-
581
- addPolyline();
582
-
583
- setTimeout(function() {
584
- $("#fit-bounds-to-shape").click();
585
- }, 500);
586
-
587
- }
588
- function addPolyline() {
589
-
590
-
591
-
592
- <?php
593
- $poly_array = wpgmza_b_return_polyline_array($polyid);
594
-
595
- $polyoptions = wpgmza_b_return_polyline_options($polyid);
596
- $linecolor = $polyoptions->linecolor;
597
- $fillopacity = $polyoptions->opacity;
598
- if (!$linecolor) { $linecolor = "000000"; }
599
- if (!$fillopacity) { $fillopacity = "0.5"; }
600
- $linecolor = "#".$linecolor;
601
-
602
- foreach ($poly_array as $single_poly) {
603
- $poly_data_raw = str_replace(" ","",$single_poly);
604
- $poly_data_raw = str_replace(")","",$poly_data_raw );
605
- $poly_data_raw = str_replace("(","",$poly_data_raw );
606
- $poly_data_raw = explode(",",$poly_data_raw);
607
- $lat = $poly_data_raw[0];
608
- $lng = $poly_data_raw[1];
609
- ?>
610
- var temp_gps = new google.maps.LatLng(<?php echo $lat; ?>, <?php echo $lng; ?>);
611
- addExistingPoint(temp_gps);
612
- updatePolyPath(path);
613
-
614
-
615
-
616
- <?php
617
- }
618
- ?>
619
-
620
- poly.setMap(MYMAP.map);
621
-
622
- google.maps.event.addListener(MYMAP.map, 'click', addPoint);
623
- }
624
- function addExistingPoint(temp_gps) {
625
-
626
-
627
-
628
- path.push(temp_gps);
629
-
630
- var poly_marker = new google.maps.Marker({
631
- position: temp_gps,
632
- map: MYMAP.map,
633
- draggable: true
634
- });
635
- poly_markers.push(poly_marker);
636
- poly_marker.setTitle("#" + path.length);
637
- google.maps.event.addListener(poly_marker, 'click', function() {
638
- poly_marker.setMap(null);
639
- for (var i = 0, I = poly_markers.length; i < I && poly_markers[i] != poly_marker; ++i);
640
- poly_markers.splice(i, 1);
641
- path.removeAt(i);
642
- updatePolyPath(path);
643
- }
644
- );
645
-
646
- google.maps.event.addListener(poly_marker, 'dragend', function() {
647
- for (var i = 0, I = poly_markers.length; i < I && poly_markers[i] != poly_marker; ++i);
648
- path.setAt(i, poly_marker.getPosition());
649
- updatePolyPath(path);
650
- }
651
- );
652
- }
653
- function addPoint(event) {
654
-
655
- var path = poly.getPath();
656
- path.push(event.latLng);
657
-
658
- var poly_marker = new google.maps.Marker({
659
- position: event.latLng,
660
- map: MYMAP.map,
661
- draggable: true
662
- });
663
-
664
-
665
-
666
- poly_markers.push(poly_marker);
667
- poly_marker.setTitle("#" + path.length);
668
-
669
- google.maps.event.addListener(poly_marker, 'click', function() {
670
- poly_marker.setMap(null);
671
- for (var i = 0, I = poly_markers.length; i < I && poly_markers[i] != poly_marker; ++i);
672
- poly_markers.splice(i, 1);
673
- path.removeAt(i);
674
- updatePolyPath(path);
675
- }
676
- );
677
-
678
- google.maps.event.addListener(poly_marker, 'dragend', function() {
679
- for (var i = 0, I = poly_markers.length; i < I && poly_markers[i] != poly_marker; ++i);
680
- path.setAt(i, poly_marker.getPosition());
681
- updatePolyPath(path);
682
- }
683
- );
684
-
685
-
686
- updatePolyPath(path);
687
- }
688
-
689
- function updatePolyPath(poly_path) {
690
- var temp_array;
691
- temp_array = "";
692
- path.forEach(function(latLng, index) {
693
- // temp_array = temp_array + " ["+ index +"] => "+ latLng + ", ";
694
- temp_array = temp_array + latLng + ",";
695
- });
696
- jQuery("#poly_line_list").html(temp_array);
697
- }
698
-
699
-
700
- </script>
701
- <?php
702
- }
703
- /**
704
- * Returns the list of polylines displayed in the map editor
705
- *
706
- * @todo Build this as a hook or filter instead of a function call
707
- *
708
- * @param integer $map_id Map ID
709
- * @param boolean $admin Identify if user is admin or not
710
- * @param string $width Width to be used for HTML output
711
- * @return string List HTML
712
- */
713
- function wpgmza_b_return_polyline_list($map_id,$admin = true,$width = "100%") {
714
- wpgmaps_debugger("return_marker_start");
715
-
716
- global $wpdb;
717
- global $wpgmza_tblname_polylines;
718
- $wpgmza_tmp = "";
719
-
720
- $results = $wpdb->get_results($wpdb->prepare("SELECT * FROM $wpgmza_tblname_polylines WHERE `map_id` = %d ORDER BY `id` DESC",intval($map_id)) );
721
-
722
- $wpgmza_tmp .= "
723
-
724
- <table id=\"wpgmza_table_polyline\" class=\"display\" cellspacing=\"0\" cellpadding=\"0\" style=\"width:$width;\">
725
- <thead>
726
- <tr>
727
- <th align='left'><strong>".__("ID","wp-google-maps")."</strong></th>
728
- <th align='left'><strong>".__("Name","wp-google-maps")."</strong></th>
729
- <th align='left' style='width:182px;'><strong>".__("Action","wp-google-maps")."</strong></th>
730
- </tr>
731
- </thead>
732
- <tbody>
733
- ";
734
- $res = wpgmza_get_map_data($map_id);
735
- $default_marker = "<img src='".$res->default_marker."' />";
736
-
737
- //$wpgmza_data = get_option('WPGMZA');
738
- //if ($wpgmza_data['map_default_marker']) { $default_icon = "<img src='".$wpgmza_data['map_default_marker']."' />"; } else { $default_icon = "<img src='".wpgmaps_get_plugin_url()."/images/marker.png' />"; }
739
-
740
- foreach ( $results as $result ) {
741
- unset($poly_data);
742
- unset($poly_array);
743
- $poly_data = '';
744
- $poly_array = wpgmza_b_return_polyline_array($result->id);
745
- foreach ($poly_array as $poly_single) {
746
- $poly_data .= $poly_single.",";
747
- }
748
- if (isset($result->polyname) && $result->polyname != "") { $poly_name = $result->polyname; } else { $poly_name = "Polyline".$result->id; }
749
-
750
- $wpgmza_tmp .= "
751
- <tr id=\"wpgmza_poly_tr_".$result->id."\">
752
- <td height=\"40\">".$result->id."</td>
753
- <td height=\"40\">".esc_attr(stripslashes($poly_name))."</td>
754
- <td width='170' align='left'>
755
- <a href=\"".get_option('siteurl')."/wp-admin/admin.php?page=wp-google-maps-menu&action=edit_polyline&map_id=".$map_id."&poly_id=".$result->id."\" title=\"".__("Edit","wp-google-maps")."\" class=\"wpgmza_edit_poly_btn button\" id=\"".$result->id."\"><i class=\"fa fa-edit\"> </i></a>
756
- <a href=\"javascript:void(0);\" title=\"".__("Delete this polyline","wp-google-maps")."\" class=\"wpgmza_polyline_del_btn button\" id=\"".$result->id."\"><i class=\"fa fa-times\"> </i></a>
757
- </td>
758
- </tr>";
759
-
760
- }
761
- $wpgmza_tmp .= "</tbody></table>";
762
-
763
-
764
- return $wpgmza_tmp;
765
-
766
- }
767
- /**
768
- * Retrieve polyline options from DB
769
- *
770
- * @param integer $poly_id Polyline ID
771
- * @return array MYSQL Array
772
- */
773
- function wpgmza_b_return_polyline_options($poly_id) {
774
- global $wpdb;
775
- global $wpgmza_tblname_polylines;
776
- $results = $wpdb->get_results($wpdb->prepare("SELECT * FROM $wpgmza_tblname_polylines WHERE `id` = %d LIMIT 1",intval($poly_id)) );
777
- foreach ( $results as $result ) {
778
- return $result;
779
- }
780
- }
781
-
782
- /**
783
- * Return the polyline data in the format of an array of coordinate-pair strings
784
- *
785
- * @param integer $poly_id Polyline ID
786
- * @return array Poly data array of coordinate-pair strings
787
- */
788
- function wpgmza_b_return_polyline_array($poly_id) {
789
- global $wpdb;
790
- global $wpgmza_tblname_polylines;
791
-
792
- $results = $wpdb->get_results($wpdb->prepare("SELECT * FROM $wpgmza_tblname_polylines WHERE `id` = %d LIMIT 1",intval($poly_id)) );
793
-
794
- if(empty($results))
795
- return null;
796
-
797
- $polyline = $results[0];
798
- $polydata = $polyline->polydata;
799
-
800
- $regex = '/-?(\d+)(\.\d+)?,\s*-?(\d+)(\.\d+)?/';
801
-
802
- if(!preg_match_all($regex, $polydata, $m))
803
- return array();
804
-
805
- return $m[0];
806
- }
807
-
808
- /**
809
- * Return polyline ID array
810
- *
811
- * This is used when creating the JSON array of all the polylines and their unique options
812
- *
813
- * @param integer $map_id Map ID
814
- * @return array Array of IDs
815
- */
816
- function wpgmza_b_return_polyline_id_array($map_id) {
817
- global $wpdb;
818
- global $wpgmza_tblname_polylines;
819
- $ret = array();
820
- $results = $wpdb->get_results($wpdb->prepare("SELECT * FROM $wpgmza_tblname_polylines WHERE `map_id` = %d",intval($map_id)) );
821
- foreach ( $results as $result ) {
822
- $current_id = $result->id;
823
- $ret[] = $current_id;
824
-
825
- }
826
- return $ret;
827
  }
1
+ <?php
2
+ /*
3
+ Polylines functionality for WP Google Maps
4
+ */
5
+
6
+ if(!defined('ABSPATH'))
7
+ exit;
8
+
9
+ /**
10
+ * Render polyline editor HTML
11
+ * @param integer $mid Map ID
12
+ * @return string HTML outut
13
+ */
14
+ function wpgmza_b_pro_add_polyline($mid) {
15
+ global $wpgmza_tblname_maps;
16
+ global $wpdb;
17
+ if ($_GET['action'] == "add_polyline" && isset($mid)) {
18
+
19
+ if( function_exists('google_maps_api_key_warning' ) ){ google_maps_api_key_warning(); }
20
+
21
+ $res = wpgmza_get_map_data($mid);
22
+ echo "
23
+
24
+
25
+
26
+
27
+ <div class='wrap'>
28
+ <h1>WP Google Maps</h1>
29
+ <div class='wide'>
30
+
31
+ <h2>".__("Add a Polyline","wp-google-maps")."</h2>
32
+ <form action='?page=wp-google-maps-menu&action=edit&map_id=".intval($mid)."' method='post' id='wpgmaps_add_polyline_form'>
33
+ <input type='hidden' name='wpgmaps_map_id' id='wpgmaps_map_id' value='".intval($mid)."' />
34
+ <input type='hidden' name='wpgmaps_polyline-nonce' id='wpgmaps_b_nonce' value='".wp_create_nonce( 'wpgmaps_polyline-nonce' )."' />
35
+ <table class='wpgmza-listing-comp' style='width:30%;float:left;'>
36
+ <tr>
37
+ <td>
38
+ ".__("Name","wp-google-maps")."
39
+ </td>
40
+ <td>
41
+ <input id=\"poly_name\" name=\"poly_name\" type=\"text\" value=\"\" />
42
+ </td>
43
+ </tr>
44
+ <tr>
45
+ <td>
46
+ ".__("Line Color","wp-google-maps")."
47
+ </td>
48
+ <td>
49
+ <input id=\"poly_line\" name=\"poly_line\" type=\"text\" class=\"color\" value=\"000000\" />
50
+ </td>
51
+ </tr>
52
+ <tr>
53
+ <td>
54
+ ".__("Opacity","wp-google-maps")."
55
+ </td>
56
+ <td>
57
+ <input id=\"poly_opacity\" name=\"poly_opacity\" type=\"text\" value=\"0.8\" /> (0 - 1.0) example: 0.8 for 80%
58
+ </td>
59
+ </tr>
60
+ <tr>
61
+ <td>
62
+ ".__("Line Thickness","wp-google-maps")."
63
+ </td>
64
+ <td>
65
+ <input id=\"poly_thickness\" name=\"poly_thickness\" type=\"text\" value=\"4\" /> (0 - 50) example: 4
66
+ </td>
67
+
68
+ </tr>
69
+
70
+
71
+
72
+ </table>
73
+ <div class='wpgmza_map_seventy'>
74
+ <div id=\"wpgmza_map\">&nbsp;</div>
75
+ <p>
76
+
77
+ <ul style=\"list-style:initial;\" class='update-nag update-blue update-slim update-map-overlay'>
78
+
79
+ <li style=\"margin-left:30px;\">Click on the map to insert a vertex.</li>
80
+ <li style=\"margin-left:30px;\">Click on a vertex to remove it.</li>
81
+ <li style=\"margin-left:30px;\">Drag a vertex to move it.</li>
82
+ </ul>
83
+ </p>
84
+ </div>
85
+
86
+
87
+ <p style='clear: both;'>Polyline data:<br /><textarea name=\"wpgmza_polyline\" id=\"poly_line_list\" style=\" height:100px; background-color:#FFF; padding:5px; overflow:auto;\"></textarea>
88
+ <p class='submit'><a href='javascript:history.back();' class='button button-secondary' title='".__("Cancel")."'>".__("Cancel")."</a> <input type='submit' name='wpgmza_save_polyline' class='button-primary' value='".__("Save Polyline","wp-google-maps")." &raquo;' /></p>
89
+
90
+ </form>
91
+ </div>
92
+
93
+
94
+ </div>
95
+
96
+
97
+
98
+ ";
99
+
100
+ }
101
+
102
+
103
+
104
+ }
105
+
106
+
107
+ /**
108
+ * Render polyline editor HTML (edit mode)
109
+ * @param integer $mid Map ID
110
+ * @return string HTML outut
111
+ */
112
+ function wpgmza_b_pro_edit_polyline($mid) {
113
+ global $wpgmza_tblname_maps;
114
+ global $wpdb;
115
+ if ($_GET['action'] == "edit_polyline" && isset($mid)) {
116
+ $res = wpgmza_get_map_data($mid);
117
+ $pol = wpgmza_b_return_polyline_options(sanitize_text_field($_GET['poly_id']));
118
+
119
+ echo "
120
+
121
+
122
+ <div class='wrap'>
123
+ <h1>WP Google Maps</h1>
124
+ <div class='wide'>
125
+
126
+ <h2>".__("Edit Polyline","wp-google-maps")."</h2>
127
+ <form action='?page=wp-google-maps-menu&action=edit&map_id=".esc_attr($mid)."' method='post' id='wpgmaps_edit_poly_form'>
128
+ <input type='hidden' name='wpgmaps_map_id' id='wpgmaps_map_id' value='".esc_attr($mid)."' />
129
+ <input type='hidden' name='wpgmaps_poly_id' id='wpgmaps_poly_id' value='".esc_attr($_GET['poly_id'])."' />
130
+ <input type='hidden' name='wpgmaps_polyline-nonce' id='wpgmaps_b_nonce' value='".wp_create_nonce( 'wpgmaps_polyline-nonce' )."' />
131
+ <table class='wpgmza-listing-comp' style='width:30%;float:left;'>
132
+ <tr>
133
+ <td>
134
+ ".__("Name","wp-google-maps")."
135
+ </td>
136
+ <td>
137
+ <input id=\"poly_name\" name=\"poly_name\" type=\"text\" value=\"".esc_attr(stripslashes($pol->polyname))."\" />
138
+ </td>
139
+ </tr>
140
+ <tr>
141
+ <td>
142
+ ".__("Line Color","wp-google-maps")."
143
+ </td>
144
+ <td>
145
+ <input id=\"poly_line\" name=\"poly_line\" type=\"text\" class=\"color\" value=\"".esc_attr($pol->linecolor)."\" />
146
+ </td>
147
+ </tr>
148
+ <tr>
149
+ <td>
150
+ ".__("Opacity","wp-google-maps")."
151
+ </td>
152
+ <td>
153
+ <input id=\"poly_opacity\" name=\"poly_opacity\" type=\"text\" value=\"".esc_attr($pol->opacity)."\" /> (0 - 1.0) example: 0.8 for 80%
154
+ </td>
155
+ </tr>
156
+ <tr>
157
+ <td>
158
+ ".__("Line Thickness","wp-google-maps")."
159
+ </td>
160
+ <td>
161
+ <input id=\"poly_thickness\" name=\"poly_thickness\" type=\"text\" value=\"".esc_attr($pol->linethickness)."\" /> (0 - 50) example: 4
162
+ </td>
163
+ </tr>
164
+
165
+ <tr>
166
+
167
+ <td>
168
+ ".__('Show Polyline', 'wp-google-maps')."
169
+ </td>
170
+ <td>
171
+ <button id='fit-bounds-to-shape'
172
+ class='button button-secondary'
173
+ type='button'
174
+ title='" . __('Fit map bounds to shape', 'wp-google-maps') . "'
175
+ data-fit-bounds-to-shape='poly'>
176
+ <i class='fas fa-eye'></i>
177
+ </button>
178
+ </td>
179
+
180
+ </tr>
181
+
182
+ </table>
183
+ <div class='wpgmza_map_seventy'>
184
+ <div id=\"wpgmza_map\">&nbsp;</div>
185
+ <p>
186
+ <ul style=\"list-style:initial;\" class='update-nag update-blue update-slim update-map-overlay'>
187
+
188
+ <li style=\"margin-left:30px;\">Click on the map to insert a vertex.</li>
189
+ <li style=\"margin-left:30px;\">Click on a vertex to remove it.</li>
190
+ <li style=\"margin-left:30px;\">Drag a vertex to move it.</li>
191
+ </ul>
192
+ </p>
193
+ </div>
194
+
195
+ <p style='clear: both;'>Polyline data:<br /><textarea name=\"wpgmza_polyline\" id=\"poly_line_list\" style=\"height:100px; background-color:#FFF; padding:5px; overflow:auto;\"></textarea>
196
+ <p class='submit'><a href='javascript:history.back();' class='button button-secondary' title='".__("Cancel")."'>".__("Cancel")."</a> <input type='submit' name='wpgmza_edit_polyline' class='button-primary' value='".__("Save Polyline","wp-google-maps")." &raquo;' /></p>
197
+
198
+ </form>
199
+ </div>
200
+
201
+
202
+ </div>
203
+
204
+
205
+
206
+ ";
207
+
208
+ }
209
+
210
+
211
+
212
+ }
213
+ /**
214
+ * Render polyline JS
215
+ *
216
+ * @todo This needs to be converted to a native JS file with localized variables
217
+ *
218
+ * @param integer $mapid Map ID
219
+ *
220
+ * @return void
221
+ */
222
+ function wpgmaps_b_admin_add_polyline_javascript($mapid) {
223
+ $res = wpgmza_get_map_data(sanitize_text_field($_GET['map_id']));
224
+ $wpgmza_settings = get_option("WPGMZA_OTHER_SETTINGS");
225
+
226
+
227
+ $wpgmza_lat = $res->map_start_lat;
228
+ $wpgmza_lng = $res->map_start_lng;
229
+ $wpgmza_map_type = $res->type;
230
+ $wpgmza_width = $res->map_width;
231
+ $wpgmza_height = $res->map_height;
232
+ $wpgmza_width_type = $res->map_width_type;
233
+ $wpgmza_height_type = $res->map_height_type;
234
+ if (!$wpgmza_map_type || $wpgmza_map_type == "" || $wpgmza_map_type == "1") { $wpgmza_map_type = "ROADMAP"; }
235
+ else if ($wpgmza_map_type == "2") { $wpgmza_map_type = "SATELLITE"; }
236
+ else if ($wpgmza_map_type == "3") { $wpgmza_map_type = "HYBRID"; }
237
+ else if ($wpgmza_map_type == "4") { $wpgmza_map_type = "TERRAIN"; }
238
+ else { $wpgmza_map_type = "ROADMAP"; }
239
+ $start_zoom = $res->map_start_zoom;
240
+ if ($start_zoom < 1 || !$start_zoom) {
241
+ $start_zoom = 5;
242
+ }
243
+ if (isset($res->kml)) { $kml = $res->kml; } else { $kml = false; }
244
+
245
+ ?>
246
+ <link rel='stylesheet' id='wpgooglemaps-css' href='<?php echo wpgmaps_get_plugin_url(); ?>/css/wpgmza_style.css' type='text/css' media='all' />
247
+ <script type="text/javascript" >
248
+ jQuery(function($) {
249
+ function wpgmza_InitMap() {
250
+ var myLatLng = new google.maps.LatLng(<?php echo $wpgmza_lat; ?>,<?php echo $wpgmza_lng; ?>);
251
+ MYMAP.init('#wpgmza_map', myLatLng, <?php echo $start_zoom; ?>);
252
+ }
253
+ jQuery("#wpgmza_map").css({
254
+ height:'<?php echo $wpgmza_height; ?><?php echo $wpgmza_height_type; ?>',
255
+ width:'<?php echo $wpgmza_width; ?><?php echo $wpgmza_width_type; ?>'
256
+ });
257
+ wpgmza_InitMap();
258
+ jQuery("#poly_line").focusout(function() {
259
+ poly.setOptions({ strokeColor: "#"+jQuery("#poly_line").val() });
260
+ });
261
+ jQuery("#poly_opacity").keyup(function() {
262
+ poly.setOptions({ strokeOpacity: jQuery("#poly_opacity").val() });
263
+ });
264
+ jQuery("#poly_thickness").keyup(function() {
265
+ poly.setOptions({ strokeWeight: jQuery("#poly_thickness").val() });
266
+ });
267
+
268
+
269
+ });
270
+ // polygons variables
271
+ var poly;
272
+ var poly_markers = [];
273
+ var poly_path = new google.maps.MVCArray;
274
+
275
+
276
+ var MYMAP = {
277
+ map: null,
278
+ bounds: null
279
+ }
280
+ MYMAP.init = function(selector, latLng, zoom) {
281
+ var myOptions = {
282
+ zoom:zoom,
283
+ center: latLng,
284
+ zoomControl: true,
285
+ panControl: true,
286
+ mapTypeControl: true,
287
+ streetViewControl: true,
288
+ mapTypeId: google.maps.MapTypeId.<?php echo $wpgmza_map_type; ?>
289
+ }
290
+ this.map = new google.maps.Map(jQuery(selector)[0], myOptions);
291
+ this.bounds = new google.maps.LatLngBounds();
292
+ // polygons
293
+ poly = new google.maps.Polyline({
294
+ strokeWeight: 3,
295
+ fillColor: '#66FF00'
296
+ });
297
+ poly.setMap(this.map);
298
+
299
+ google.maps.event.addListener(this.map, 'click', addPoint);
300
+ <?php
301
+ /* polylines */
302
+ $total_polyline_array = wpgmza_b_return_polyline_id_array(sanitize_text_field($_GET['map_id']));
303
+ if ($total_polyline_array > 0) {
304
+ foreach ($total_polyline_array as $poly_id) {
305
+ $polyoptions = wpgmza_b_return_polyline_options($poly_id);
306
+ $linecolor = $polyoptions->linecolor;
307
+ $fillopacity = $polyoptions->opacity;
308
+ $linethickness = $polyoptions->linethickness;
309
+ if (!$linecolor) { $linecolor = "000000"; }
310
+ if (!$linethickness) { $linethickness = "4"; }
311
+ if (!$fillopacity) { $fillopacity = "0.5"; }
312
+ $linecolor = "#".$linecolor;
313
+ $poly_array = wpgmza_b_return_polyline_array($poly_id);
314
+ ?>
315
+
316
+ <?php if (sizeof($poly_array) > 1) { ?>
317
+ var WPGM_PathLineData_<?php echo $poly_id; ?> = [
318
+ <?php
319
+ $poly_array = wpgmza_b_return_polyline_array($poly_id);
320
+
321
+ foreach ($poly_array as $single_poly) {
322
+ $poly_data_raw = str_replace(" ","",$single_poly);
323
+ $poly_data_raw = explode(",",$poly_data_raw);
324
+ $lat = $poly_data_raw[0];
325
+ $lng = $poly_data_raw[1];
326
+ ?>
327
+ new google.maps.LatLng(<?php echo $lat; ?>, <?php echo $lng; ?>),
328
+ <?php
329
+ }
330
+ ?>
331
+ ];
332
+ var WPGM_PathLine_<?php echo $poly_id; ?> = new google.maps.Polyline({
333
+ path: WPGM_PathLineData_<?php echo $poly_id; ?>,
334
+ strokeColor: "<?php echo $linecolor; ?>",
335
+ strokeOpacity: "<?php echo $fillopacity; ?>",
336
+ strokeWeight: "<?php echo $linethickness; ?>"
337
+
338
+ });
339
+
340
+
341
+
342
+ WPGM_PathLine_<?php echo $poly_id; ?>.setMap(this.map);
343
+
344
+
345
+
346
+ <?php } } } ?>
347
+
348
+ <?php if ($kml != false) { ?>
349
+ var temp = '<?php echo $kml; ?>';
350
+ arr = temp.split(',');
351
+ arr.forEach(function(entry) {
352
+ var georssLayer = new google.maps.KmlLayer(entry+'?tstamp=<?php echo time(); ?>',{suppressInfoWindows: true, zindex: 0, clickable : false});
353
+ georssLayer.setMap(MYMAP.map);
354
+
355
+ });
356
+ <?php } ?>
357
+
358
+ }
359
+ function addPoint(event) {
360
+
361
+
362
+ var path = poly.getPath();
363
+ path.push(event.latLng);
364
+
365
+ var poly_marker = new google.maps.Marker({
366
+ position: event.latLng,
367
+ map: MYMAP.map,
368
+ icon: "<?php echo wpgmaps_get_plugin_url()."/images/marker.png"; ?>",
369
+ draggable: true
370
+ });
371
+
372
+
373
+
374
+ poly_markers.push(poly_marker);
375
+ poly_marker.setTitle("#" + path.length);
376
+
377
+ google.maps.event.addListener(poly_marker, 'click', function() {
378
+ poly_marker.setMap(null);
379
+ for (var i = 0, I = poly_markers.length; i < I && poly_markers[i] != poly_marker; ++i);
380
+ poly_markers.splice(i, 1);
381
+ path.removeAt(i);
382
+ updatePolyPath(path);
383
+ }
384
+ );
385
+
386
+ google.maps.event.addListener(poly_marker, 'dragend', function() {
387
+ for (var i = 0, I = poly_markers.length; i < I && poly_markers[i] != poly_marker; ++i);
388
+ path.setAt(i, poly_marker.getPosition());
389
+ updatePolyPath(path);
390
+ }
391
+ );
392
+
393
+
394
+ updatePolyPath(path);
395
+ }
396
+
397
+ function updatePolyPath(poly_path) {
398
+ var temp_array;
399
+ temp_array = "";
400
+ poly_path.forEach(function(latLng, index) {
401
+ // temp_array = temp_array + " ["+ index +"] => "+ latLng + ", ";
402
+ temp_array = temp_array + latLng + ",";
403
+ });
404
+ jQuery("#poly_line_list").html(temp_array);
405
+ }
406
+
407
+
408
+ </script>
409
+ <?php
410
+ }
411
+
412
+ /**
413
+ * Render polyline edit JS
414
+ *
415
+ * @todo This needs to be converted to a native JS file with localized variables
416
+ *
417
+ * @param integer $mapid Map ID
418
+ * @param integer $polyid Polygon ID
419
+ *
420
+ * @return void
421
+ */
422
+ function wpgmaps_b_admin_edit_polyline_javascript($mapid,$polyid) {
423
+ $res = wpgmza_get_map_data($mapid);
424
+
425
+ $wpgmza_settings = get_option("WPGMZA_OTHER_SETTINGS");
426
+
427
+
428
+ $wpgmza_lat = $res->map_start_lat;
429
+
430
+ $wpgmza_lng = $res->map_start_lng;
431
+ $wpgmza_map_type = $res->type;
432
+ $wpgmza_width = $res->map_width;
433
+ $wpgmza_height = $res->map_height;
434
+ $wpgmza_width_type = $res->map_width_type;
435
+ $wpgmza_height_type = $res->map_height_type;
436
+ if (!$wpgmza_map_type || $wpgmza_map_type == "" || $wpgmza_map_type == "1") { $wpgmza_map_type = "ROADMAP"; }
437
+ else if ($wpgmza_map_type == "2") { $wpgmza_map_type = "SATELLITE"; }
438
+ else if ($wpgmza_map_type == "3") { $wpgmza_map_type = "HYBRID"; }
439
+ else if ($wpgmza_map_type == "4") { $wpgmza_map_type = "TERRAIN"; }
440
+ else { $wpgmza_map_type = "ROADMAP"; }
441
+ $start_zoom = $res->map_start_zoom;
442
+ if ($start_zoom < 1 || !$start_zoom) {
443
+ $start_zoom = 5;
444
+ }
445
+ if (isset($res->kml)) { $kml = $res->kml; } else { $kml = false; }
446
+
447
+ $wpgmza_settings = get_option("WPGMZA_OTHER_SETTINGS");
448
+
449
+
450
+
451
+ $poly_array = wpgmza_b_return_polyline_array($polyid);
452
+
453
+ $polyoptions = wpgmza_b_return_polyline_options($polyid);
454
+ $linecolor = $polyoptions->linecolor;
455
+ $linethickness = $polyoptions->linethickness;
456
+ $fillopacity = $polyoptions->opacity;
457
+ if (!$linecolor) { $linecolor = "000000"; }
458
+ if (!$linethickness) { $linethickness = "4"; }
459
+ if (!$fillopacity) { $fillopacity = "0.5"; }
460
+ $linecolor = "#".$linecolor;
461
+
462
+ ?>
463
+ <link rel='stylesheet' id='wpgooglemaps-css' href='<?php echo wpgmaps_get_plugin_url(); ?>/css/wpgmza_style.css' type='text/css' media='all' />
464
+ <script type="text/javascript" >
465
+ // polygons variables
466
+ var poly;
467
+ var poly_markers = [];
468
+ var poly_path = new google.maps.MVCArray;
469
+ var path;
470
+
471
+ jQuery(function($) {
472
+
473
+ function wpgmza_InitMap() {
474
+ var myLatLng = new google.maps.LatLng(<?php echo $wpgmza_lat; ?>,<?php echo $wpgmza_lng; ?>);
475
+ MYMAP.init('#wpgmza_map', myLatLng, <?php echo $start_zoom; ?>);
476
+ }
477
+ jQuery("#wpgmza_map").css({
478
+ height:'<?php echo $wpgmza_height; ?><?php echo $wpgmza_height_type; ?>',
479
+ width:'<?php echo $wpgmza_width; ?><?php echo $wpgmza_width_type; ?>'
480
+ });
481
+ wpgmza_InitMap();
482
+
483
+
484
+ jQuery("#poly_line").focusout(function() {
485
+ poly.setOptions({ strokeColor: "#"+jQuery("#poly_line").val() });
486
+ });
487
+ jQuery("#poly_opacity").keyup(function() {
488
+ poly.setOptions({ strokeOpacity: jQuery("#poly_opacity").val() });
489
+ });
490
+ jQuery("#poly_thickness").keyup(function() {
491
+ poly.setOptions({ strokeWeight: jQuery("#poly_thickness").val() });
492
+ });
493
+ });
494
+
495
+
496
+ var MYMAP = {
497
+ map: null,
498
+ bounds: null
499
+ }
500
+ MYMAP.init = function(selector, latLng, zoom) {
501
+ var myOptions = {
502
+ zoom:zoom,
503
+ center: latLng,
504
+ zoomControl: true,
505
+ panControl: true,
506
+ mapTypeControl: true,
507
+ streetViewControl: true,
508
+ mapTypeId: google.maps.MapTypeId.<?php echo $wpgmza_map_type; ?>
509
+ }
510
+ this.map = new google.maps.Map(jQuery(selector)[0], myOptions);
511
+ this.bounds = new google.maps.LatLngBounds();
512
+ // polygons
513
+
514
+
515
+
516
+ poly = new google.maps.Polyline({
517
+ strokeWeight: "<?php echo $linethickness; ?>",
518
+ strokeColor: "<?php echo $linecolor; ?>",
519
+ strokeOpacity: "<?php echo $fillopacity; ?>"
520
+ });
521
+ path = poly.getPath();
522
+
523
+ <?php
524
+ /* polylines */
525
+ $total_polyline_array = wpgmza_b_return_polyline_id_array(sanitize_text_field($_GET['map_id']));
526
+ if ($total_polyline_array > 0) {
527
+ foreach ($total_polyline_array as $poly_id) {
528
+ $polyoptions = wpgmza_b_return_polyline_options($poly_id);
529
+ $linecolor = $polyoptions->linecolor;
530
+ $fillopacity = $polyoptions->opacity;
531
+ $linethickness = $polyoptions->linethickness;
532
+ if (!$linecolor) { $linecolor = "000000"; }
533
+ if (!$linethickness) { $linethickness = "4"; }
534
+ if (!$fillopacity) { $fillopacity = "0.5"; }
535
+ $linecolor = "#".$linecolor;
536
+ $poly_array = wpgmza_b_return_polyline_array($poly_id);
537
+ ?>
538
+
539
+ <?php if (sizeof($poly_array) > 1) {
540
+ if ($poly_id != $polyid) {
541
+ ?>
542
+ var WPGM_PathLineData_<?php echo $poly_id; ?> = [
543
+ <?php
544
+ $poly_array = wpgmza_b_return_polyline_array($poly_id);
545
+
546
+ foreach ($poly_array as $single_poly) {
547
+ $poly_data_raw = str_replace(" ","",$single_poly);
548
+ $poly_data_raw = explode(",",$poly_data_raw);
549
+ $lat = $poly_data_raw[0];
550
+ $lng = $poly_data_raw[1];
551
+ ?>
552
+ new google.maps.LatLng(<?php echo $lat; ?>, <?php echo $lng; ?>),
553
+ <?php
554
+ }
555
+ ?>
556
+ ];
557
+
558
+ var WPGM_PathLine_<?php echo $poly_id; ?> = new google.maps.Polyline({
559
+ path: WPGM_PathLineData_<?php echo $poly_id; ?>,
560
+ strokeColor: "<?php echo $linecolor; ?>",
561
+ strokeOpacity: "<?php echo $fillopacity; ?>",
562
+ strokeWeight: "<?php echo $linethickness; ?>"
563
+
564
+ });
565
+
566
+ WPGM_PathLine_<?php echo $poly_id; ?>.setMap(this.map);
567
+ <?php } } } } ?>
568
+
569
+
570
+ <?php if ($kml != false) { ?>
571
+ var temp = '<?php echo $kml; ?>';
572
+ arr = temp.split(',');
573
+ arr.forEach(function(entry) {
574
+ var georssLayer = new google.maps.KmlLayer(entry+'?tstamp=<?php echo time(); ?>',{suppressInfoWindows: true, zindex: 0, clickable : false});
575
+ georssLayer.setMap(MYMAP.map);
576
+
577
+ });
578
+ <?php } ?>
579
+
580
+
581
+ addPolyline();
582
+
583
+ setTimeout(function() {
584
+ $("#fit-bounds-to-shape").click();
585
+ }, 500);
586
+
587
+ }
588
+ function addPolyline() {
589
+
590
+
591
+
592
+ <?php
593
+ $poly_array = wpgmza_b_return_polyline_array($polyid);
594
+
595
+ $polyoptions = wpgmza_b_return_polyline_options($polyid);
596
+ $linecolor = $polyoptions->linecolor;
597
+ $fillopacity = $polyoptions->opacity;
598
+ if (!$linecolor) { $linecolor = "000000"; }
599
+ if (!$fillopacity) { $fillopacity = "0.5"; }
600
+ $linecolor = "#".$linecolor;
601
+
602
+ foreach ($poly_array as $single_poly) {
603
+ $poly_data_raw = str_replace(" ","",$single_poly);
604
+ $poly_data_raw = str_replace(")","",$poly_data_raw );
605
+ $poly_data_raw = str_replace("(","",$poly_data_raw );
606
+ $poly_data_raw = explode(",",$poly_data_raw);
607
+ $lat = $poly_data_raw[0];
608
+ $lng = $poly_data_raw[1];
609
+ ?>
610
+ var temp_gps = new google.maps.LatLng(<?php echo $lat; ?>, <?php echo $lng; ?>);
611
+ addExistingPoint(temp_gps);
612
+ updatePolyPath(path);
613
+
614
+
615
+
616
+ <?php
617
+ }
618
+ ?>
619
+
620
+ poly.setMap(MYMAP.map);
621
+
622
+ google.maps.event.addListener(MYMAP.map, 'click', addPoint);
623
+ }
624
+ function addExistingPoint(temp_gps) {
625
+
626
+
627
+
628
+ path.push(temp_gps);
629
+
630
+ var poly_marker = new google.maps.Marker({
631
+ position: temp_gps,
632
+ map: MYMAP.map,
633
+ draggable: true
634
+ });
635
+ poly_markers.push(poly_marker);
636
+ poly_marker.setTitle("#" + path.length);
637
+ google.maps.event.addListener(poly_marker, 'click', function() {
638
+ poly_marker.setMap(null);
639
+ for (var i = 0, I = poly_markers.length; i < I && poly_markers[i] != poly_marker; ++i);
640
+ poly_markers.splice(i, 1);
641
+ path.removeAt(i);
642
+ updatePolyPath(path);
643
+ }
644
+ );
645
+
646
+ google.maps.event.addListener(poly_marker, 'dragend', function() {
647
+ for (var i = 0, I = poly_markers.length; i < I && poly_markers[i] != poly_marker; ++i);
648
+ path.setAt(i, poly_marker.getPosition());
649
+ updatePolyPath(path);
650
+ }
651
+ );
652
+ }
653
+ function addPoint(event) {
654
+
655
+ var path = poly.getPath();
656
+ path.push(event.latLng);
657
+
658
+ var poly_marker = new google.maps.Marker({
659
+ position: event.latLng,
660
+ map: MYMAP.map,
661
+ draggable: true
662
+ });
663
+
664
+
665
+
666
+ poly_markers.push(poly_marker);
667
+ poly_marker.setTitle("#" + path.length);
668
+
669
+ google.maps.event.addListener(poly_marker, 'click', function() {
670
+ poly_marker.setMap(null);
671
+ for (var i = 0, I = poly_markers.length; i < I && poly_markers[i] != poly_marker; ++i);
672
+ poly_markers.splice(i, 1);
673
+ path.removeAt(i);
674
+ updatePolyPath(path);
675
+ }
676
+ );
677
+
678
+ google.maps.event.addListener(poly_marker, 'dragend', function() {
679
+ for (var i = 0, I = poly_markers.length; i < I && poly_markers[i] != poly_marker; ++i);
680
+ path.setAt(i, poly_marker.getPosition());
681
+ updatePolyPath(path);
682
+ }
683
+ );
684
+
685
+
686
+ updatePolyPath(path);
687
+ }
688
+
689
+ function updatePolyPath(poly_path) {
690
+ var temp_array;
691
+ temp_array = "";
692
+ path.forEach(function(latLng, index) {
693
+ // temp_array = temp_array + " ["+ index +"] => "+ latLng + ", ";
694
+ temp_array = temp_array + latLng + ",";
695
+ });
696
+ jQuery("#poly_line_list").html(temp_array);
697
+ }
698
+
699
+
700
+ </script>
701
+ <?php
702
+ }
703
+ /**
704
+ * Returns the list of polylines displayed in the map editor
705
+ *
706
+ * @todo Build this as a hook or filter instead of a function call
707
+ *
708
+ * @param integer $map_id Map ID
709
+ * @param boolean $admin Identify if user is admin or not
710
+ * @param string $width Width to be used for HTML output
711
+ * @return string List HTML
712
+ */
713
+ function wpgmza_b_return_polyline_list($map_id,$admin = true,$width = "100%") {
714
+ wpgmaps_debugger("return_marker_start");
715
+
716
+ global $wpdb;
717
+ global $wpgmza_tblname_polylines;
718
+ $wpgmza_tmp = "";
719
+
720
+ $results = $wpdb->get_results($wpdb->prepare("SELECT * FROM $wpgmza_tblname_polylines WHERE `map_id` = %d ORDER BY `id` DESC",intval($map_id)) );
721
+
722
+ $wpgmza_tmp .= "
723
+
724
+ <table id=\"wpgmza_table_polyline\" class=\"display\" cellspacing=\"0\" cellpadding=\"0\" style=\"width:$width;\">
725
+ <thead>
726
+ <tr>
727
+ <th align='left'><strong>".__("ID","wp-google-maps")."</strong></th>
728
+ <th align='left'><strong>".__("Name","wp-google-maps")."</strong></th>
729
+ <th align='left' style='width:182px;'><strong>".__("Action","wp-google-maps")."</strong></th>
730
+ </tr>
731
+ </thead>
732
+ <tbody>
733
+ ";
734
+ $res = wpgmza_get_map_data($map_id);
735
+ $default_marker = "<img src='".$res->default_marker."' />";
736
+
737
+ //$wpgmza_data = get_option('WPGMZA');
738
+ //if ($wpgmza_data['map_default_marker']) { $default_icon = "<img src='".$wpgmza_data['map_default_marker']."' />"; } else { $default_icon = "<img src='".wpgmaps_get_plugin_url()."/images/marker.png' />"; }
739
+
740
+ foreach ( $results as $result ) {
741
+ unset($poly_data);
742
+ unset($poly_array);
743
+ $poly_data = '';
744
+ $poly_array = wpgmza_b_return_polyline_array($result->id);
745
+ foreach ($poly_array as $poly_single) {
746
+ $poly_data .= $poly_single.",";
747
+ }
748
+ if (isset($result->polyname) && $result->polyname != "") { $poly_name = $result->polyname; } else { $poly_name = "Polyline".$result->id; }
749
+
750
+ $wpgmza_tmp .= "
751
+ <tr id=\"wpgmza_poly_tr_".$result->id."\">
752
+ <td height=\"40\">".$result->id."</td>
753
+ <td height=\"40\">".esc_attr(stripslashes($poly_name))."</td>
754
+ <td width='170' align='left'>
755
+ <a href=\"".get_option('siteurl')."/wp-admin/admin.php?page=wp-google-maps-menu&action=edit_polyline&map_id=".$map_id."&poly_id=".$result->id."\" title=\"".__("Edit","wp-google-maps")."\" class=\"wpgmza_edit_poly_btn button\" id=\"".$result->id."\"><i class=\"fa fa-edit\"> </i></a>
756
+ <a href=\"javascript:void(0);\" title=\"".__("Delete this polyline","wp-google-maps")."\" class=\"wpgmza_polyline_del_btn button\" id=\"".$result->id."\"><i class=\"fa fa-times\"> </i></a>
757
+ </td>
758
+ </tr>";
759
+
760
+ }
761
+ $wpgmza_tmp .= "</tbody></table>";
762
+
763
+
764
+ return $wpgmza_tmp;
765
+
766
+ }
767
+ /**
768
+ * Retrieve polyline options from DB
769
+ *
770
+ * @param integer $poly_id Polyline ID
771
+ * @return array MYSQL Array
772
+ */
773
+ function wpgmza_b_return_polyline_options($poly_id) {
774
+ global $wpdb;
775
+ global $wpgmza_tblname_polylines;
776
+ $results = $wpdb->get_results($wpdb->prepare("SELECT * FROM $wpgmza_tblname_polylines WHERE `id` = %d LIMIT 1",intval($poly_id)) );
777
+ foreach ( $results as $result ) {
778
+ return $result;
779
+ }
780
+ }
781
+
782
+ /**
783
+ * Return the polyline data in the format of an array of coordinate-pair strings
784
+ *
785
+ * @param integer $poly_id Polyline ID
786
+ * @return array Poly data array of coordinate-pair strings
787
+ */
788
+ function wpgmza_b_return_polyline_array($poly_id) {
789
+ global $wpdb;
790
+ global $wpgmza_tblname_polylines;
791
+
792
+ $results = $wpdb->get_results($wpdb->prepare("SELECT * FROM $wpgmza_tblname_polylines WHERE `id` = %d LIMIT 1",intval($poly_id)) );
793
+
794
+ if(empty($results))
795
+ return null;
796
+
797
+ $polyline = $results[0];
798
+ $polydata = $polyline->polydata;
799
+
800
+ $regex = '/-?(\d+)(\.\d+)?,\s*-?(\d+)(\.\d+)?/';
801
+
802
+ if(!preg_match_all($regex, $polydata, $m))
803
+ return array();
804
+
805
+ return $m[0];
806
+ }
807
+
808
+ /**
809
+ * Return polyline ID array
810
+ *
811
+ * This is used when creating the JSON array of all the polylines and their unique options
812
+ *
813
+ * @param integer $map_id Map ID
814
+ * @return array Array of IDs
815
+ */
816
+ function wpgmza_b_return_polyline_id_array($map_id) {
817
+ global $wpdb;
818
+ global $wpgmza_tblname_polylines;
819
+ $ret = array();
820
+ $results = $wpdb->get_results($wpdb->prepare("SELECT * FROM $wpgmza_tblname_polylines WHERE `map_id` = %d",intval($map_id)) );
821
+ foreach ( $results as $result ) {
822
+ $current_id = $result->id;
823
+ $ret[] = $current_id;
824
+
825
+ }
826
+ return $ret;
827
  }
constants.php CHANGED
@@ -1,20 +1,20 @@
1
- <?php
2
-
3
- if(!defined('ABSPATH'))
4
- exit;
5
-
6
- global $wpdb;
7
-
8
- global $WPGMZA_TABLE_NAME_MARKERS;
9
- global $WPGMZA_TABLE_NAME_MAPS;
10
- global $WPGMZA_TABLE_NAME_POLYGONS;
11
- global $WPGMZA_TABLE_NAME_POLYLINES;
12
- global $WPGMZA_TABLE_NAME_CIRCLES;
13
- global $WPGMZA_TABLE_NAME_RECTANGLES;
14
-
15
- $WPGMZA_TABLE_NAME_MARKERS = $wpdb->prefix . 'wpgmza';
16
- $WPGMZA_TABLE_NAME_MAPS = $wpdb->prefix . 'wpgmza_maps';
17
- $WPGMZA_TABLE_NAME_POLYGONS = $wpdb->prefix . 'wpgmza_polygon';
18
- $WPGMZA_TABLE_NAME_POLYLINES = $wpdb->prefix . 'wpgmza_polylines';
19
- $WPGMZA_TABLE_NAME_CIRCLES = $wpdb->prefix . 'wpgmza_circles';
20
- $WPGMZA_TABLE_NAME_RECTANGLES = $wpdb->prefix . 'wpgmza_rectangles';
1
+ <?php
2
+
3
+ if(!defined('ABSPATH'))
4
+ exit;
5
+
6
+ global $wpdb;
7
+
8
+ global $WPGMZA_TABLE_NAME_MARKERS;
9
+ global $WPGMZA_TABLE_NAME_MAPS;
10
+ global $WPGMZA_TABLE_NAME_POLYGONS;
11
+ global $WPGMZA_TABLE_NAME_POLYLINES;
12
+ global $WPGMZA_TABLE_NAME_CIRCLES;
13
+ global $WPGMZA_TABLE_NAME_RECTANGLES;
14
+
15
+ $WPGMZA_TABLE_NAME_MARKERS = $wpdb->prefix . 'wpgmza';
16
+ $WPGMZA_TABLE_NAME_MAPS = $wpdb->prefix . 'wpgmza_maps';
17
+ $WPGMZA_TABLE_NAME_POLYGONS = $wpdb->prefix . 'wpgmza_polygon';
18
+ $WPGMZA_TABLE_NAME_POLYLINES = $wpdb->prefix . 'wpgmza_polylines';
19
+ $WPGMZA_TABLE_NAME_CIRCLES = $wpdb->prefix . 'wpgmza_circles';
20
+ $WPGMZA_TABLE_NAME_RECTANGLES = $wpdb->prefix . 'wpgmza_rectangles';
css/common.css CHANGED
@@ -1,203 +1,518 @@
1
- /** Override the auto complete styles */
2
- .pac-container {
3
- border-radius: 2px;
4
- border-top: none;
5
- font-family: Roboto, sans-serif;
6
-
7
- box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
8
- -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
9
- -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
10
- -o-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
11
- }
12
-
13
- .pac-container .pac-item{
14
- border-top: none;
15
- }
16
-
17
- .pac-container .pac-item .pac-item-query{
18
- color: #333;
19
-
20
- }
21
-
22
- .wpgmza-google-maps-api-error-overlay,
23
- .wpgmza-google-maps-api-error-overlay *
24
- {
25
- text-align: left;
26
- }
27
-
28
- .wpgmza-google-api-error-list
29
- {
30
- list-style: none;
31
- }
32
-
33
- .wpgmza-google-api-error-list li
34
- {
35
- background: ghostwhite;
36
- padding: 0.5em;
37
- margin: 0.5em;
38
- }
39
-
40
- .wpgmza-google-api-error-list li:before
41
- {
42
- content: "\26D4";
43
- color: red;
44
- }
45
-
46
- .wpgmza-google-maps-api-error-overlay a
47
- {
48
- color: blue;
49
- }
50
-
51
- .wpgmza-google-maps-api-error-overlay .wpgmza-documentation-buttons
52
- {
53
- float: right;
54
- }
55
-
56
- .wpgmza-google-maps-api-error-overlay .wpgmza-documentation-buttons a
57
- {
58
- color: #444444;
59
- background: #F3F3F3;
60
- border: 1px #DADADA solid;
61
- padding: 5px 10px;
62
- border-radius: 2px;
63
- cursor: pointer;
64
- font-size: 9pt;
65
- outline: none;
66
- }
67
-
68
- .wpgmza-google-maps-api-error-overlay .wpgmza-documentation-buttons a:hover {
69
- border: 1px #C6C6C6 solid;
70
- box-shadow: 1px 1px 1px #EAEAEA;
71
- color: #333333;
72
- background: #F7F7F7;
73
- }
74
-
75
- .wpgmza-google-maps-api-error-overlay .wpgmza-documentation-buttons a:active {
76
- box-shadow: inset 1px 1px 1px #DFDFDF;
77
- }
78
-
79
- .wpgmza-google-maps-api-error-overlay .wpgmza-documentation-buttons a i
80
- {
81
- font-weight: bold;
82
- padding-right: 0.3em;
83
- }
84
-
85
- .wpgmza-google-maps-api-error-overlay .wpgmza-front-end-only
86
- {
87
- color: red;
88
- font-size: 0.8em;
89
- }
90
-
91
- .wpgmza-google-html-overlay
92
- {
93
- position: absolute;
94
- }
95
-
96
- .wpgmza-google-maps-api-error-overlay
97
- {
98
- position: absolute;
99
-
100
- top: 0px;
101
- left: 0px;
102
-
103
- width: 100%;
104
- height: 100%;
105
-
106
- background: rgba(255,255,255,0.8);
107
- padding: 1em;
108
-
109
- text-align: center;
110
- z-index: 2;
111
-
112
- overflow-y: scroll;
113
- }
114
-
115
- [data-wpgmza-table]
116
- {
117
- overflow: visible;
118
- }
119
-
120
- .wpgmza-modern-store-locator .wpgmza_cat_checkbox_holder
121
- {
122
- margin: 0 auto;
123
- pointer-events: all;
124
- }
125
-
126
- .ol-info-window-plain
127
- {
128
- min-width: 240px;
129
- }
130
-
131
- .wpgmza-gallery-input li
132
- {
133
- position: relative;
134
-
135
- width: 120px;
136
- height: 120px;
137
- margin: 0.25em;
138
-
139
- display: inline-block;
140
- vertical-align: top;
141
-
142
- background-size: cover;
143
- box-sizing: border-box;
144
- }
145
-
146
- .wpgmza-gallery-input li.wpgmza-add-new-picture
147
- {
148
- cursor: pointer;
149
- border: #E8E8E8 dashed 6px;
150
- color: #E8E8E8;
151
- }
152
-
153
- .wpgmza-gallery-input li.wpgmza-add-new-picture:hover
154
- {
155
- border-color: lightgray;
156
- color: lightgray;
157
- }
158
-
159
- .wpgmza-gallery-input li.wpgmza-add-new-picture>i
160
- {
161
- position: absolute;
162
-
163
- left: 50%;
164
- top: 50%;
165
-
166
- transform: translate(-50%, -50%);
167
-
168
- font-size: 32px;
169
- }
170
-
171
- .wpgmza-marker-panel fieldset>*
172
- {
173
- display: inline-block;
174
- vertical-align: top;
175
- }
176
-
177
- .wpgmza-marker-panel fieldset>label
178
- {
179
- width: 180px;
180
- }
181
-
182
- .wpgmza-marker-icon-preview
183
- {
184
- width: 32px;
185
- height: 32px;
186
- background-repeat: no-repeat;
187
- background-position: center;
188
- background-size: contain;
189
- border: #E8E8E8 dashed 6px;
190
- }
191
-
192
- .wpgmza-marker-icon-picker>*
193
- {
194
- display: inline-block;
195
- vertical-align: middle;
196
- }
197
-
198
- .ol-marker>img
199
- {
200
- position: absolute;
201
- bottom: 0;
202
- transform: translate(-50%, 0%);
203
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /** Override the auto complete styles */
2
+ .pac-container {
3
+ border-radius: 2px;
4
+ border-top: none;
5
+ font-family: Roboto, sans-serif;
6
+
7
+ box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
8
+ -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
9
+ -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
10
+ -o-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
11
+ }
12
+
13
+ .pac-container .pac-item{
14
+ border-top: none;
15
+ }
16
+
17
+ .pac-container .pac-item .pac-item-query{
18
+ color: #333;
19
+
20
+ }
21
+
22
+ .wpgmza-google-maps-api-error-overlay,
23
+ .wpgmza-google-maps-api-error-overlay *
24
+ {
25
+ text-align: left;
26
+ }
27
+
28
+ .wpgmza-google-api-error-list
29
+ {
30
+ list-style: none;
31
+ }
32
+
33
+ .wpgmza-google-api-error-list li
34
+ {
35
+ background: ghostwhite;
36
+ padding: 0.5em;
37
+ margin: 0.5em;
38
+ }
39
+
40
+ .wpgmza-google-api-error-list li:before
41
+ {
42
+ content: "\26D4";
43
+ color: red;
44
+ }
45
+
46
+ .wpgmza-google-maps-api-error-overlay a
47
+ {
48
+ color: blue;
49
+ }
50
+
51
+ .wpgmza-google-maps-api-error-overlay .wpgmza-documentation-buttons
52
+ {
53
+ float: right;
54
+ }
55
+
56
+ .wpgmza-google-maps-api-error-overlay .wpgmza-documentation-buttons a
57
+ {
58
+ color: #444444;
59
+ background: #F3F3F3;
60
+ border: 1px #DADADA solid;
61
+ padding: 5px 10px;
62
+ border-radius: 2px;
63
+ cursor: pointer;
64
+ font-size: 9pt;
65
+ outline: none;
66
+ }
67
+
68
+ .wpgmza-google-maps-api-error-overlay .wpgmza-documentation-buttons a:hover {
69
+ border: 1px #C6C6C6 solid;
70
+ box-shadow: 1px 1px 1px #EAEAEA;
71
+ color: #333333;
72
+ background: #F7F7F7;
73
+ }
74
+
75
+ .wpgmza-google-maps-api-error-overlay .wpgmza-documentation-buttons a:active {
76
+ box-shadow: inset 1px 1px 1px #DFDFDF;
77
+ }
78
+
79
+ .wpgmza-google-maps-api-error-overlay .wpgmza-documentation-buttons a i
80
+ {
81
+ font-weight: bold;
82
+ padding-right: 0.3em;
83
+ }
84
+
85
+ .wpgmza-google-maps-api-error-overlay .wpgmza-front-end-only
86
+ {
87
+ color: red;
88
+ font-size: 0.8em;
89
+ }
90
+
91
+ .wpgmza-google-html-overlay
92
+ {
93
+ position: absolute;
94
+ }
95
+
96
+ .wpgmza-google-maps-api-error-overlay
97
+ {
98
+ position: absolute;
99
+
100
+ top: 0px;
101
+ left: 0px;
102
+
103
+ width: 100%;
104
+ height: 100%;
105
+
106
+ background: rgba(255,255,255,0.8);
107
+ padding: 1em;
108
+
109
+ text-align: center;
110
+ z-index: 2;
111
+
112
+ overflow-y: scroll;
113
+ }
114
+
115
+ [data-wpgmza-table]
116
+ {
117
+ overflow: visible;
118
+ }
119
+
120
+ .wpgmza-modern-store-locator .wpgmza_cat_checkbox_holder
121
+ {
122
+ margin: 0 auto;
123
+ pointer-events: all;
124
+ }
125
+
126
+ .ol-info-window-plain
127
+ {
128
+ min-width: 240px;
129
+ }
130
+
131
+ .wpgmza-marker-gallery
132
+ {
133
+ cursor: pointer;
134
+ }
135
+
136
+ .wpgmza-gallery-input li
137
+ {
138
+ position: relative;
139
+
140
+ width: 120px;
141
+ height: 120px;
142
+ margin: 0.25em;
143
+
144
+ display: inline-block;
145
+ vertical-align: top;
146
+
147
+ background-size: cover;
148
+ box-sizing: border-box;
149
+ }
150
+
151
+ .wpgmza-gallery-input li.wpgmza-add-new-picture
152
+ {
153
+ cursor: pointer;
154
+ border: #E8E8E8 dashed 6px;
155
+ color: #E8E8E8;
156
+ }
157
+
158
+ .wpgmza-gallery-input li.wpgmza-add-new-picture:hover
159
+ {
160
+ border-color: lightgray;
161
+ color: lightgray;
162
+ }
163
+
164
+ .wpgmza-gallery-input li.wpgmza-add-new-picture>i
165
+ {
166
+ position: absolute;
167
+
168
+ left: 50%;
169
+ top: 50%;
170
+
171
+ transform: translate(-50%, -50%);
172
+
173
+ font-size: 32px;
174
+ }
175
+
176
+ #wpgmaps_options fieldset
177
+ {
178
+ margin-bottom: 1em;
179
+ }
180
+
181
+ #wpgmaps_options fieldset>*,
182
+ .wpgmza-marker-panel fieldset>*
183
+ {
184
+ display: inline-block;
185
+ vertical-align: top;
186
+ }
187
+
188
+ #wpgmaps_options [type="number"],
189
+ .wpgmza-marker-panel [type="number"]
190
+ {
191
+ width: 64px;
192
+ }
193
+
194
+ #wpgmaps_options fieldset>label,
195
+ .wpgmza-marker-panel fieldset>label
196
+ {
197
+ width: 200px;
198
+ }
199
+
200
+ #wpgmaps_options fieldset>label+div,
201
+ .wpgmza-marker-panel fieldset>label+div
202
+ {
203
+ width: calc(100% - 200px);
204
+ }
205
+
206
+ .wpgmza-marker-icon-preview
207
+ {
208
+ width: 32px;
209
+ height: 32px;
210
+ background-repeat: no-repeat;
211
+ background-position: center;
212
+ background-size: contain;
213
+ border: #E8E8E8 dashed 6px;
214
+ }
215
+
216
+ .wpgmza-marker-icon-picker>*
217
+ {
218
+ display: inline-block;
219
+ vertical-align: middle;
220
+ }
221
+
222
+ .wpgmza-rating-gradient-container
223
+ {
224
+ display: inline-block;
225
+ vertical-align: middle;
226
+
227
+ border: 1px solid lightgray;
228
+ width: 128px;
229
+ height: 1em;
230
+ }
231
+
232
+ .wpgmza-rating-gradient-container>.wpgmza-rating-gradient
233
+ {
234
+ height: 100%;
235
+
236
+ /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff0000+0,00ff00+100 */
237
+ background: #ff0000; /* Old browsers */
238
+ background: -moz-linear-gradient(left, #ff0000 0%, #00ff00 128px); /* FF3.6-15 */
239
+ background: -webkit-linear-gradient(left, #ff0000 0%,#00ff00 128px); /* Chrome10-25,Safari5.1-6 */
240
+ background: linear-gradient(to right, #ff0000 0%,#00ff00 128px); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
241
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#00ff00',GradientType=1 ); /* IE6-9 */
242
+
243
+ pointer-events: none;
244
+
245
+ transition: width 0.5s;
246
+ }
247
+
248
+ .wpgmza-rating-stars-container
249
+ {
250
+ position: relative;
251
+ font-size: 1.5em;
252
+ }
253
+
254
+ .wpgmza-rating-stars-container + .wpgmza-num-ratings
255
+ {
256
+ position: relative;
257
+ }
258
+
259
+ .wpgmza-rating-stars-container>span
260
+ {
261
+ position: absolute;
262
+ top: 0px;
263
+ left: 0px;
264
+ padding-top: 0.3em;
265
+ }
266
+
267
+ .wpgmza-rating-stars-container>span.wpgmza-background
268
+ {
269
+ text-shadow: 0px 0px 2px black;
270
+ }
271
+
272
+ .wpgmza-rating-stars-container>span.wpgmza-foreground
273
+ {
274
+ overflow: hidden;
275
+ color: yellow;
276
+ text-shadow: 0px -1px 3px orange inner;
277
+ }
278
+
279
+ .wpgmza-rating-thumbs-container i
280
+ {
281
+ /* display: none; */
282
+ }
283
+
284
+ .wpgmza-rating-thumbs-container, .wpgmza-rating-thumbs-container *
285
+ {
286
+ display: inline-block;
287
+ vertical-align: middle;
288
+ }
289
+
290
+ .wpgmza-rating-thumbs-container
291
+ {
292
+ background: ghostwhite;
293
+ /* background: linear-gradient(to right, #88AFD0 0%, #88AFD0 75%, transparent 75%, transparent 100%); */
294
+
295
+ border: 1px solid lightgrey;
296
+ border-radius: 6px;
297
+ }
298
+
299
+ .wpgmza-rating-thumbs-container>span.wpgmza-downvote,
300
+ .wpgmza-rating-thumbs-container>span.wpgmza-upvote
301
+ {
302
+ padding: 0.5em 1em;
303
+ }
304
+
305
+ .wpgmza-rating-thumbs-container i
306
+ {
307
+ position: relative;
308
+ font-size: 1.5em;
309
+
310
+ top: 0.0em;
311
+ transition: top 0.6s;
312
+ }
313
+
314
+ .wpgmza-rating-thumbs-container .wpgmza-upvote>i
315
+ {
316
+ top: -0.05em;
317
+ }
318
+
319
+ .wpgmza-rating-thumbs-container .wpgmza-down>i
320
+ {
321
+ top: 0.05em;
322
+ }
323
+
324
+ .wpgmza-rating-thumbs-container .wpgmza-upvote:hover>i
325
+ {
326
+ top: -0.25em;
327
+ }
328
+
329
+ .wpgmza-rating-thumbs-container .wpgmza-downvote:hover>i
330
+ {
331
+ top: 0.25em;
332
+ }
333
+
334
+ .wpgmza-rating-thumbs-container>span.wpgmza-upvote
335
+ {
336
+ border-left: 1px solid lightgrey;
337
+ }
338
+
339
+ .wpgmza-rating-thumbs-container>span:hover,
340
+ .wpgmza-rating-thumbs-container>span.wpgmza-remembered-rating
341
+ {
342
+ /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,c9c9c9+100&0.5+0,0.2+100 */
343
+ background: -moz-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(201,201,201,0.2) 100%); /* FF3.6-15 */
344
+ background: -webkit-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(201,201,201,0.2) 100%); /* Chrome10-25,Safari5.1-6 */
345
+ background: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(201,201,201,0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
346
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#33c9c9c9',GradientType=0 ); /* IE6-9 */
347
+ }
348
+
349
+ .wpgmza-rating-thumbs-container>span:active
350
+ {
351
+ /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,c9c9c9+100&0.5+0,0.2+100 */
352
+ background: -moz-linear-gradient(bottom, rgba(255,255,255,0.5) 0%, rgba(201,201,201,0.2) 100%); /* FF3.6-15 */
353
+ background: -webkit-linear-gradient(bottom, rgba(255,255,255,0.5) 0%,rgba(201,201,201,0.2) 100%); /* Chrome10-25,Safari5.1-6 */
354
+ background: linear-gradient(to top, rgba(255,255,255,0.5) 0%,rgba(201,201,201,0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
355
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33c9c9c9', endColorstr='#80ffffff',GradientType=0 ); /* IE6-9 */
356
+ }
357
+
358
+ .wpgmza-rating.wpgmza-loading
359
+ {
360
+ filter: grayscale(100%);
361
+ }
362
+
363
+ .wpgmza-google-text-overlay > .wpgmza-inner
364
+ {
365
+ position: absolute;
366
+ transform: translate(-50%, -50%);
367
+
368
+ text-align: center;
369
+ font-weight: bold;
370
+
371
+ text-shadow: 0px 0px 2px white;
372
+ text-shadow: 0px 0px 2px white,
373
+ 0px 0px 2px white,
374
+ 0px 0px 2px white,
375
+ 0px 0px 2px white;
376
+ }
377
+
378
+ .wpgmza-modern-store-locator {
379
+ text-align: center;
380
+ padding-top: 10px;
381
+ }
382
+
383
+ .wpgmza-modern-store-locator > .wpgmza-inner {
384
+ display: inline-block;
385
+ background: white;
386
+ padding: 0.5em !important;
387
+
388
+ border-radius: 2px;
389
+ font-family: Roboto, sans-serif;
390
+
391
+ box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
392
+ -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
393
+ -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
394
+ -o-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
395
+
396
+ }
397
+
398
+ .wpgmza-modern-store-locator input,
399
+ .wpgmza-modern-store-locator select {
400
+ height: 28px !important;
401
+ vertical-align: top;
402
+ padding: 0 6px !important;
403
+ margin: 0 2px;
404
+ color: #777;
405
+ }
406
+
407
+ .wpgmza-select-theme-preset
408
+ {
409
+ position: absolute;
410
+ right: 0.5em;
411
+ bottom: 0.5em;
412
+ }
413
+
414
+ #wpgmza-theme-editor
415
+ {
416
+
417
+ background: #fff;
418
+ z-index: 999;
419
+ box-sizing: border-box;
420
+ overflow-y: auto;
421
+ }
422
+
423
+ #wpgmza-theme-editor>*
424
+ {
425
+ }
426
+
427
+ #wpgmza-theme-editor fieldset>label
428
+ {
429
+ width: 100px;
430
+ }
431
+
432
+ #wpgmza-theme-editor fieldset>label + div
433
+ {
434
+ display: inline-block;
435
+ vertical-align: middle;
436
+ }
437
+
438
+ #wpgmza-theme-editor fieldset>label + div > input[type="checkbox"]:not(:checked) + input
439
+ {
440
+ display: none;
441
+ }
442
+
443
+ .wpgmza-import-log
444
+ {
445
+ display: none;
446
+ position: relative;
447
+ }
448
+
449
+ .wpgmza-import-log > .wpgmza-log-contents
450
+ {
451
+ white-space: pre-wrap;
452
+ display: block;
453
+ word-wrap: break-word;
454
+ border: 1px dotted grey;
455
+ padding: 1em;
456
+ font-family: monospace;
457
+ font-size: 11px;
458
+ }
459
+
460
+ .wpgmza-import-log-buttons
461
+ {
462
+ position: absolute;
463
+ right: 0;
464
+ bottom: 100%;
465
+ }
466
+
467
+ /* Global settings page */
468
+
469
+ #wpgmza-global-settings>ul>li
470
+ {
471
+ display: inline-block;
472
+ }
473
+
474
+ form.wpgmza-form *
475
+ {
476
+ box-sizing: border-box;
477
+ }
478
+
479
+ form.wpgmza-form fieldset
480
+ {
481
+ border: 1px dotted lightgrey;
482
+ margin: 0.25em 0;
483
+ padding: 1em;
484
+ }
485
+
486
+ form.wpgmza-form label
487
+ {
488
+ display: block;
489
+ }
490
+
491
+ form.wpgmza-form .wpgmza-fancy-toggle-button,
492
+ form.wpgmza-form .wpgmza-fancy-toggle-button + label
493
+ {
494
+ display: inline-block;
495
+ vertical-align: baseline;
496
+ }
497
+
498
+ form.wpgmza-form .wpgmza-fancy-toggle-button + label
499
+ {
500
+ padding: 1em 1em;
501
+ }
502
+
503
+ input.wpgmza-address
504
+ {
505
+ width: 320px;
506
+ }
507
+
508
+ .wpgmza-upgrade-tab, .wpgmza-upgrade-tab a,
509
+ .update-att,
510
+ .update-att a
511
+ {
512
+ color: #2B323C !important;
513
+ }
514
+
515
+ .wpgmza-action-buttons>*
516
+ {
517
+ text-align: center;
518
+ }
css/data_table_front_old.css CHANGED
@@ -1,476 +1,476 @@
1
- /*
2
- * Table styles
3
- */
4
- table.dataTable {
5
- width: 100%;
6
- margin: 0 auto;
7
- clear: both;
8
- border-collapse: separate;
9
- border-spacing: 0;
10
- /*
11
- * Header and footer styles
12
- */
13
- /*
14
- * Body styles
15
- */
16
- }
17
- table.dataTable thead th,
18
- table.dataTable tfoot th {
19
- font-weight: bold;
20
- }
21
- table.dataTable thead th,
22
- table.dataTable thead td {
23
- padding: 10px 18px;
24
- border-bottom: 1px solid #111111;
25
- }
26
- table.dataTable thead th:active,
27
- table.dataTable thead td:active {
28
- outline: none;
29
- }
30
- table.dataTable tfoot th,
31
- table.dataTable tfoot td {
32
- padding: 10px 18px 6px 18px;
33
- border-top: 1px solid #111111;
34
- }
35
- table.dataTable thead .sorting_asc,
36
- table.dataTable thead .sorting_desc,
37
- table.dataTable thead .sorting {
38
- cursor: pointer;
39
- *cursor: hand;
40
- }
41
- table.dataTable thead .sorting {
42
- background: url("../images/sort_both.png") no-repeat center right;
43
- }
44
- table.dataTable thead .sorting_asc {
45
- background: url("../images/sort_asc.png") no-repeat center right;
46
- }
47
- table.dataTable thead .sorting_desc {
48
- background: url("../images/sort_desc.png") no-repeat center right;
49
- }
50
- table.dataTable thead .sorting_asc_disabled {
51
- background: url("../images/sort_asc_disabled.png") no-repeat center right;
52
- }
53
- table.dataTable thead .sorting_desc_disabled {
54
- background: url("../images/sort_desc_disabled.png") no-repeat center right;
55
- }
56
- table.dataTable tbody tr {
57
- background-color: white;
58
- }
59
- table.dataTable tbody tr.selected {
60
- background-color: #b0bed9;
61
- }
62
- table.dataTable tbody th,
63
- table.dataTable tbody td {
64
- padding: 8px 10px;
65
- }
66
- table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
67
- border-top: 1px solid #dddddd;
68
- }
69
- table.dataTable.row-border tbody tr:first-child th,
70
- table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
71
- table.dataTable.display tbody tr:first-child td {
72
- border-top: none;
73
- }
74
- table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
75
- border-top: 1px solid #dddddd;
76
- border-right: 1px solid #dddddd;
77
- }
78
- table.dataTable.cell-border tbody tr th:first-child,
79
- table.dataTable.cell-border tbody tr td:first-child {
80
- border-left: 1px solid #dddddd;
81
- }
82
- table.dataTable.cell-border tbody tr:first-child th,
83
- table.dataTable.cell-border tbody tr:first-child td {
84
- border-top: none;
85
- }
86
- table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
87
- background-color: #f9f9f9;
88
- }
89
- table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
90
- background-color: #abb9d3;
91
- }
92
- table.dataTable.hover tbody tr:hover,
93
- table.dataTable.hover tbody tr.odd:hover,
94
- table.dataTable.hover tbody tr.even:hover, table.dataTable.display tbody tr:hover,
95
- table.dataTable.display tbody tr.odd:hover,
96
- table.dataTable.display tbody tr.even:hover {
97
- background-color: whitesmoke;
98
- }
99
- table.dataTable.hover tbody tr:hover.selected,
100
- table.dataTable.hover tbody tr.odd:hover.selected,
101
- table.dataTable.hover tbody tr.even:hover.selected, table.dataTable.display tbody tr:hover.selected,
102
- table.dataTable.display tbody tr.odd:hover.selected,
103
- table.dataTable.display tbody tr.even:hover.selected {
104
- background-color: #a9b7d1;
105
- }
106
- table.dataTable.order-column tbody tr > .sorting_1,
107
- table.dataTable.order-column tbody tr > .sorting_2,
108
- table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
109
- table.dataTable.display tbody tr > .sorting_2,
110
- table.dataTable.display tbody tr > .sorting_3 {
111
- background-color: #f9f9f9;
112
- }
113
- table.dataTable.order-column tbody tr.selected > .sorting_1,
114
- table.dataTable.order-column tbody tr.selected > .sorting_2,
115
- table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
116
- table.dataTable.display tbody tr.selected > .sorting_2,
117
- table.dataTable.display tbody tr.selected > .sorting_3 {
118
- background-color: #acbad4;
119
- }
120
- table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
121
- background-color: #f1f1f1;
122
- }
123
- table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
124
- background-color: #f3f3f3;
125
- }
126
- table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
127
- background-color: whitesmoke;
128
- }
129
- table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
130
- background-color: #a6b3cd;
131
- }
132
- table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
133
- background-color: #a7b5ce;
134
- }
135
- table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
136
- background-color: #a9b6d0;
137
- }
138
- table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
139
- background-color: #f9f9f9;
140
- }
141
- table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
142
- background-color: #fbfbfb;
143
- }
144
- table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
145
- background-color: #fdfdfd;
146
- }
147
- table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
148
- background-color: #acbad4;
149
- }
150
- table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
151
- background-color: #adbbd6;
152
- }
153
- table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
154
- background-color: #afbdd8;
155
- }
156
- table.dataTable.display tbody tr:hover > .sorting_1,
157
- table.dataTable.display tbody tr.odd:hover > .sorting_1,
158
- table.dataTable.display tbody tr.even:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1,
159
- table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_1,
160
- table.dataTable.order-column.hover tbody tr.even:hover > .sorting_1 {
161
- background-color: #eaeaea;
162
- }
163
- table.dataTable.display tbody tr:hover > .sorting_2,
164
- table.dataTable.display tbody tr.odd:hover > .sorting_2,
165
- table.dataTable.display tbody tr.even:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2,
166
- table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_2,
167
- table.dataTable.order-column.hover tbody tr.even:hover > .sorting_2 {
168
- background-color: #ebebeb;
169
- }
170
- table.dataTable.display tbody tr:hover > .sorting_3,
171
- table.dataTable.display tbody tr.odd:hover > .sorting_3,
172
- table.dataTable.display tbody tr.even:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3,
173
- table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_3,
174
- table.dataTable.order-column.hover tbody tr.even:hover > .sorting_3 {
175
- background-color: #eeeeee;
176
- }
177
- table.dataTable.display tbody tr:hover.selected > .sorting_1,
178
- table.dataTable.display tbody tr.odd:hover.selected > .sorting_1,
179
- table.dataTable.display tbody tr.even:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1,
180
- table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_1,
181
- table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_1 {
182
- background-color: #a1aec7;
183
- }
184
- table.dataTable.display tbody tr:hover.selected > .sorting_2,
185
- table.dataTable.display tbody tr.odd:hover.selected > .sorting_2,
186
- table.dataTable.display tbody tr.even:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2,
187
- table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_2,
188
- table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_2 {
189
- background-color: #a2afc8;
190
- }
191
- table.dataTable.display tbody tr:hover.selected > .sorting_3,
192
- table.dataTable.display tbody tr.odd:hover.selected > .sorting_3,
193
- table.dataTable.display tbody tr.even:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3,
194
- table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_3,
195
- table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_3 {
196
- background-color: #a4b2cb;
197
- }
198
- table.dataTable.no-footer {
199
- border-bottom: 1px solid #111111;
200
- }
201
- table.dataTable.nowrap th, table.dataTable.nowrap td {
202
- white-space: nowrap;
203
- }
204
- table.dataTable.compact thead th,
205
- table.dataTable.compact thead td {
206
- padding: 5px 9px;
207
- }
208
- table.dataTable.compact tfoot th,
209
- table.dataTable.compact tfoot td {
210
- padding: 5px 9px 3px 9px;
211
- }
212
- table.dataTable.compact tbody th,
213
- table.dataTable.compact tbody td {
214
- padding: 4px 5px;
215
- }
216
- table.dataTable th.dt-left,
217
- table.dataTable td.dt-left {
218
- text-align: left;
219
- }
220
- table.dataTable th.dt-center,
221
- table.dataTable td.dt-center,
222
- table.dataTable td.dataTables_empty {
223
- text-align: center;
224
- }
225
- table.dataTable th.dt-right,
226
- table.dataTable td.dt-right {
227
- text-align: right;
228
- }
229
- table.dataTable th.dt-justify,
230
- table.dataTable td.dt-justify {
231
- text-align: justify;
232
- }
233
- table.dataTable th.dt-nowrap,
234
- table.dataTable td.dt-nowrap {
235
- white-space: nowrap;
236
- }
237
- table.dataTable thead th.dt-head-left,
238
- table.dataTable thead td.dt-head-left,
239
- table.dataTable tfoot th.dt-head-left,
240
- table.dataTable tfoot td.dt-head-left {
241
- text-align: left;
242
- }
243
- table.dataTable thead th.dt-head-center,
244
- table.dataTable thead td.dt-head-center,
245
- table.dataTable tfoot th.dt-head-center,
246
- table.dataTable tfoot td.dt-head-center {
247
- text-align: center;
248
- }
249
- table.dataTable thead th.dt-head-right,
250
- table.dataTable thead td.dt-head-right,
251
- table.dataTable tfoot th.dt-head-right,
252
- table.dataTable tfoot td.dt-head-right {
253
- text-align: right;
254
- }
255
- table.dataTable thead th.dt-head-justify,
256
- table.dataTable thead td.dt-head-justify,
257
- table.dataTable tfoot th.dt-head-justify,
258
- table.dataTable tfoot td.dt-head-justify {
259
- text-align: justify;
260
- }
261
- table.dataTable thead th.dt-head-nowrap,
262
- table.dataTable thead td.dt-head-nowrap,
263
- table.dataTable tfoot th.dt-head-nowrap,
264
- table.dataTable tfoot td.dt-head-nowrap {
265
- white-space: nowrap;
266
- }
267
- table.dataTable tbody th.dt-body-left,
268
- table.dataTable tbody td.dt-body-left {
269
- text-align: left;
270
- }
271
- table.dataTable tbody th.dt-body-center,
272
- table.dataTable tbody td.dt-body-center {
273
- text-align: center;
274
- }
275
- table.dataTable tbody th.dt-body-right,
276
- table.dataTable tbody td.dt-body-right {
277
- text-align: right;
278
- }
279
- table.dataTable tbody th.dt-body-justify,
280
- table.dataTable tbody td.dt-body-justify {
281
- text-align: justify;
282
- }
283
- table.dataTable tbody th.dt-body-nowrap,
284
- table.dataTable tbody td.dt-body-nowrap {
285
- white-space: nowrap;
286
- }
287
-
288
- table.dataTable,
289
- table.dataTable th,
290
- table.dataTable td {
291
- -webkit-box-sizing: content-box;
292
- -moz-box-sizing: content-box;
293
- box-sizing: content-box;
294
- }
295
-
296
- /*
297
- * Control feature layout
298
- */
299
- .dataTables_wrapper {
300
- position: relative;
301
- clear: both;
302
- *zoom: 1;
303
- zoom: 1;
304
- }
305
- .dataTables_wrapper .dataTables_length {
306
- float: left;
307
- }
308
- .dataTables_wrapper .dataTables_filter {
309
- float: right;
310
- text-align: right;
311
- }
312
- .dataTables_wrapper .dataTables_filter input {
313
- margin-left: 0.5em;
314
- }
315
- .dataTables_wrapper .dataTables_info {
316
- clear: both;
317
- float: left;
318
- padding-top: 0.755em;
319
- }
320
- .dataTables_wrapper .dataTables_paginate {
321
- float: right;
322
- text-align: right;
323
- padding-top: 0.25em;
324
- }
325
- .dataTables_wrapper .dataTables_paginate .paginate_button {
326
- box-sizing: border-box;
327
- display: inline-block;
328
- min-width: 1.5em;
329
- padding: 0.5em 1em;
330
- margin-left: 2px;
331
- text-align: center;
332
- text-decoration: none !important;
333
- cursor: pointer;
334
- *cursor: hand;
335
- color: #333333 !important;
336
- border: 1px solid transparent;
337
- }
338
- .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
339
- color: #333333 !important;
340
- border: 1px solid #cacaca;
341
- background-color: white;
342
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, gainsboro));
343
- /* Chrome,Safari4+ */
344
- background: -webkit-linear-gradient(top, white 0%, gainsboro 100%);
345
- /* Chrome10+,Safari5.1+ */
346
- background: -moz-linear-gradient(top, white 0%, gainsboro 100%);
347
- /* FF3.6+ */
348
- background: -ms-linear-gradient(top, white 0%, gainsboro 100%);
349
- /* IE10+ */
350
- background: -o-linear-gradient(top, white 0%, gainsboro 100%);
351
- /* Opera 11.10+ */
352
- background: linear-gradient(to bottom, white 0%, gainsboro 100%);
353
- /* W3C */
354
- }
355
- .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
356
- cursor: default;
357
- color: #666 !important;
358
- border: 1px solid transparent;
359
- background: transparent;
360
- box-shadow: none;
361
- }
362
- .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
363
- color: white !important;
364
- border: 1px solid #111111;
365
- background-color: #585858;
366
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111111));
367
- /* Chrome,Safari4+ */
368
- background: -webkit-linear-gradient(top, #585858 0%, #111111 100%);
369
- /* Chrome10+,Safari5.1+ */
370
- background: -moz-linear-gradient(top, #585858 0%, #111111 100%);
371
- /* FF3.6+ */
372
- background: -ms-linear-gradient(top, #585858 0%, #111111 100%);
373
- /* IE10+ */
374
- background: -o-linear-gradient(top, #585858 0%, #111111 100%);
375
- /* Opera 11.10+ */
376
- background: linear-gradient(to bottom, #585858 0%, #111111 100%);
377
- /* W3C */
378
- }
379
- .dataTables_wrapper .dataTables_paginate .paginate_button:active {
380
- outline: none;
381
- background-color: #2b2b2b;
382
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
383
- /* Chrome,Safari4+ */
384
- background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
385
- /* Chrome10+,Safari5.1+ */
386
- background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
387
- /* FF3.6+ */
388
- background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
389
- /* IE10+ */
390
- background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
391
- /* Opera 11.10+ */
392
- background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
393
- /* W3C */
394
- box-shadow: inset 0 0 3px #111;
395
- }
396
- .dataTables_wrapper .dataTables_processing {
397
- position: absolute;
398
- top: 50%;
399
- left: 50%;
400
- width: 100%;
401
- height: 40px;
402
- margin-left: -50%;
403
- margin-top: -25px;
404
- padding-top: 20px;
405
- text-align: center;
406
- font-size: 1.2em;
407
- background-color: white;
408
- background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
409
- /* Chrome,Safari4+ */
410
- background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
411
- /* Chrome10+,Safari5.1+ */
412
- background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
413
- /* FF3.6+ */
414
- background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
415
- /* IE10+ */
416
- background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
417
- /* Opera 11.10+ */
418
- background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
419
- /* W3C */
420
- }
421
- .dataTables_wrapper .dataTables_length,
422
- .dataTables_wrapper .dataTables_filter,
423
- .dataTables_wrapper .dataTables_info,
424
- .dataTables_wrapper .dataTables_processing,
425
- .dataTables_wrapper .dataTables_paginate {
426
- color: #333333;
427
- }
428
- .dataTables_wrapper .dataTables_scroll {
429
- clear: both;
430
- }
431
- .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
432
- *margin-top: -1px;
433
- -webkit-overflow-scrolling: touch;
434
- }
435
- .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
436
- .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
437
- height: 0;
438
- overflow: hidden;
439
- margin: 0 !important;
440
- padding: 0 !important;
441
- }
442
- .dataTables_wrapper.no-footer .dataTables_scrollBody {
443
- border-bottom: 1px solid #111111;
444
- }
445
- .dataTables_wrapper.no-footer div.dataTables_scrollHead table,
446
- .dataTables_wrapper.no-footer div.dataTables_scrollBody table {
447
- border-bottom: none;
448
- }
449
- .dataTables_wrapper:after {
450
- visibility: hidden;
451
- display: block;
452
- content: "";
453
- clear: both;
454
- height: 0;
455
- }
456
-
457
- @media screen and (max-width: 767px) {
458
- .dataTables_wrapper .dataTables_info,
459
- .dataTables_wrapper .dataTables_paginate {
460
- float: none;
461
- text-align: center;
462
- }
463
- .dataTables_wrapper .dataTables_paginate {
464
- margin-top: 0.5em;
465
- }
466
- }
467
- @media screen and (max-width: 640px) {
468
- .dataTables_wrapper .dataTables_length,
469
- .dataTables_wrapper .dataTables_filter {
470
- float: none;
471
- text-align: center;
472
- }
473
- .dataTables_wrapper .dataTables_filter {
474
- margin-top: 0.5em;
475
- }
476
- }
1
+ /*
2
+ * Table styles
3
+ */
4
+ table.dataTable {
5
+ width: 100%;
6
+ margin: 0 auto;
7
+ clear: both;
8
+ border-collapse: separate;
9
+ border-spacing: 0;
10
+ /*
11
+ * Header and footer styles
12
+ */
13
+ /*
14
+ * Body styles
15
+ */
16
+ }
17
+ table.dataTable thead th,
18
+ table.dataTable tfoot th {
19
+ font-weight: bold;
20
+ }
21
+ table.dataTable thead th,
22
+ table.dataTable thead td {
23
+ padding: 10px 18px;
24
+ border-bottom: 1px solid #111111;
25
+ }
26
+ table.dataTable thead th:active,
27
+ table.dataTable thead td:active {
28
+ outline: none;
29
+ }
30
+ table.dataTable tfoot th,
31
+ table.dataTable tfoot td {
32
+ padding: 10px 18px 6px 18px;
33
+ border-top: 1px solid #111111;
34
+ }
35
+ table.dataTable thead .sorting_asc,
36
+ table.dataTable thead .sorting_desc,
37
+ table.dataTable thead .sorting {
38
+ cursor: pointer;
39
+ *cursor: hand;
40
+ }
41
+ table.dataTable thead .sorting {
42
+ background: url("../images/sort_both.png") no-repeat center right;
43
+ }
44
+ table.dataTable thead .sorting_asc {
45
+ background: url("../images/sort_asc.png") no-repeat center right;
46
+ }
47
+ table.dataTable thead .sorting_desc {
48
+ background: url("../images/sort_desc.png") no-repeat center right;
49
+ }
50
+ table.dataTable thead .sorting_asc_disabled {
51
+ background: url("../images/sort_asc_disabled.png") no-repeat center right;
52
+ }
53
+ table.dataTable thead .sorting_desc_disabled {
54
+ background: url("../images/sort_desc_disabled.png") no-repeat center right;
55
+ }
56
+ table.dataTable tbody tr {
57
+ background-color: white;
58
+ }
59
+ table.dataTable tbody tr.selected {
60
+ background-color: #b0bed9;
61
+ }
62
+ table.dataTable tbody th,
63
+ table.dataTable tbody td {
64
+ padding: 8px 10px;
65
+ }
66
+ table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
67
+ border-top: 1px solid #dddddd;
68
+ }
69
+ table.dataTable.row-border tbody tr:first-child th,
70
+ table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
71
+ table.dataTable.display tbody tr:first-child td {
72
+ border-top: none;
73
+ }
74
+ table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
75
+ border-top: 1px solid #dddddd;
76
+ border-right: 1px solid #dddddd;
77
+ }
78
+ table.dataTable.cell-border tbody tr th:first-child,
79
+ table.dataTable.cell-border tbody tr td:first-child {
80
+ border-left: 1px solid #dddddd;
81
+ }
82
+ table.dataTable.cell-border tbody tr:first-child th,
83
+ table.dataTable.cell-border tbody tr:first-child td {
84
+ border-top: none;
85
+ }
86
+ table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
87
+ background-color: #f9f9f9;
88
+ }
89
+ table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
90
+ background-color: #abb9d3;
91
+ }
92
+ table.dataTable.hover tbody tr:hover,
93
+ table.dataTable.hover tbody tr.odd:hover,
94
+ table.dataTable.hover tbody tr.even:hover, table.dataTable.display tbody tr:hover,
95
+ table.dataTable.display tbody tr.odd:hover,
96
+ table.dataTable.display tbody tr.even:hover {
97
+ background-color: whitesmoke;
98
+ }
99
+ table.dataTable.hover tbody tr:hover.selected,
100
+ table.dataTable.hover tbody tr.odd:hover.selected,
101
+ table.dataTable.hover tbody tr.even:hover.selected, table.dataTable.display tbody tr:hover.selected,
102
+ table.dataTable.display tbody tr.odd:hover.selected,
103
+ table.dataTable.display tbody tr.even:hover.selected {
104
+ background-color: #a9b7d1;
105
+ }
106
+ table.dataTable.order-column tbody tr > .sorting_1,
107
+ table.dataTable.order-column tbody tr > .sorting_2,
108
+ table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
109
+ table.dataTable.display tbody tr > .sorting_2,
110
+ table.dataTable.display tbody tr > .sorting_3 {
111
+ background-color: #f9f9f9;
112
+ }
113
+ table.dataTable.order-column tbody tr.selected > .sorting_1,
114
+ table.dataTable.order-column tbody tr.selected > .sorting_2,
115
+ table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
116
+ table.dataTable.display tbody tr.selected > .sorting_2,
117
+ table.dataTable.display tbody tr.selected > .sorting_3 {
118
+ background-color: #acbad4;
119
+ }
120
+ table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
121
+ background-color: #f1f1f1;
122
+ }
123
+ table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
124
+ background-color: #f3f3f3;
125
+ }
126
+ table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
127
+ background-color: whitesmoke;
128
+ }
129
+ table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
130
+ background-color: #a6b3cd;
131
+ }
132
+ table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
133
+ background-color: #a7b5ce;
134
+ }
135
+ table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
136
+ background-color: #a9b6d0;
137
+ }
138
+ table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
139
+ background-color: #f9f9f9;
140
+ }
141
+ table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
142
+ background-color: #fbfbfb;
143
+ }
144
+ table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
145
+ background-color: #fdfdfd;
146
+ }
147
+ table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
148
+ background-color: #acbad4;
149
+ }
150
+ table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
151
+ background-color: #adbbd6;
152
+ }
153
+ table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
154
+ background-color: #afbdd8;
155
+ }
156
+ table.dataTable.display tbody tr:hover > .sorting_1,
157
+ table.dataTable.display tbody tr.odd:hover > .sorting_1,
158
+ table.dataTable.display tbody tr.even:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1,
159
+ table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_1,
160
+ table.dataTable.order-column.hover tbody tr.even:hover > .sorting_1 {
161
+ background-color: #eaeaea;
162
+ }
163
+ table.dataTable.display tbody tr:hover > .sorting_2,
164
+ table.dataTable.display tbody tr.odd:hover > .sorting_2,
165
+ table.dataTable.display tbody tr.even:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2,
166
+ table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_2,
167
+ table.dataTable.order-column.hover tbody tr.even:hover > .sorting_2 {
168
+ background-color: #ebebeb;
169
+ }
170
+ table.dataTable.display tbody tr:hover > .sorting_3,
171
+ table.dataTable.display tbody tr.odd:hover > .sorting_3,
172
+ table.dataTable.display tbody tr.even:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3,
173
+ table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_3,
174
+ table.dataTable.order-column.hover tbody tr.even:hover > .sorting_3 {
175
+ background-color: #eeeeee;
176
+ }
177
+ table.dataTable.display tbody tr:hover.selected > .sorting_1,
178
+ table.dataTable.display tbody tr.odd:hover.selected > .sorting_1,
179
+ table.dataTable.display tbody tr.even:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1,
180
+ table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_1,
181
+ table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_1 {
182
+ background-color: #a1aec7;
183
+ }
184
+ table.dataTable.display tbody tr:hover.selected > .sorting_2,
185
+ table.dataTable.display tbody tr.odd:hover.selected > .sorting_2,
186
+ table.dataTable.display tbody tr.even:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2,
187
+ table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_2,
188
+ table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_2 {
189
+ background-color: #a2afc8;
190
+ }
191
+ table.dataTable.display tbody tr:hover.selected > .sorting_3,
192
+ table.dataTable.display tbody tr.odd:hover.selected > .sorting_3,
193
+ table.dataTable.display tbody tr.even:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3,
194
+ table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_3,
195
+ table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_3 {
196
+ background-color: #a4b2cb;
197
+ }
198
+ table.dataTable.no-footer {
199
+ border-bottom: 1px solid #111111;
200
+ }
201
+ table.dataTable.nowrap th, table.dataTable.nowrap td {
202
+ white-space: nowrap;
203
+ }
204
+ table.dataTable.compact thead th,
205
+ table.dataTable.compact thead td {
206
+ padding: 5px 9px;
207
+ }
208
+ table.dataTable.compact tfoot th,
209
+ table.dataTable.compact tfoot td {
210
+ padding: 5px 9px 3px 9px;
211
+ }
212
+ table.dataTable.compact tbody th,
213
+ table.dataTable.compact tbody td {
214
+ padding: 4px 5px;
215
+ }
216
+ table.dataTable th.dt-left,
217
+ table.dataTable td.dt-left {
218
+ text-align: left;
219
+ }
220
+ table.dataTable th.dt-center,
221
+ table.dataTable td.dt-center,
222
+ table.dataTable td.dataTables_empty {
223
+ text-align: center;
224
+ }
225
+ table.dataTable th.dt-right,
226
+ table.dataTable td.dt-right {
227
+ text-align: right;
228
+ }
229
+ table.dataTable th.dt-justify,
230
+ table.dataTable td.dt-justify {
231
+ text-align: justify;
232
+ }
233
+ table.dataTable th.dt-nowrap,
234
+ table.dataTable td.dt-nowrap {
235
+ white-space: nowrap;
236
+ }
237
+ table.dataTable thead th.dt-head-left,
238
+ table.dataTable thead td.dt-head-left,
239
+ table.dataTable tfoot th.dt-head-left,
240
+ table.dataTable tfoot td.dt-head-left {
241
+ text-align: left;
242
+ }
243
+ table.dataTable thead th.dt-head-center,
244
+ table.dataTable thead td.dt-head-center,
245
+ table.dataTable tfoot th.dt-head-center,
246
+ table.dataTable tfoot td.dt-head-center {
247
+ text-align: center;
248
+ }
249
+ table.dataTable thead th.dt-head-right,
250
+ table.dataTable thead td.dt-head-right,
251
+ table.dataTable tfoot th.dt-head-right,
252
+ table.dataTable tfoot td.dt-head-right {
253
+ text-align: right;
254
+ }
255
+ table.dataTable thead th.dt-head-justify,
256
+ table.dataTable thead td.dt-head-justify,
257
+ table.dataTable tfoot th.dt-head-justify,
258
+ table.dataTable tfoot td.dt-head-justify {
259
+ text-align: justify;
260
+ }
261
+ table.dataTable thead th.dt-head-nowrap,
262
+ table.dataTable thead td.dt-head-nowrap,
263
+ table.dataTable tfoot th.dt-head-nowrap,
264
+ table.dataTable tfoot td.dt-head-nowrap {
265
+ white-space: nowrap;
266
+ }
267
+ table.dataTable tbody th.dt-body-left,
268
+ table.dataTable tbody td.dt-body-left {
269
+ text-align: left;
270
+ }
271
+ table.dataTable tbody th.dt-body-center,
272
+ table.dataTable tbody td.dt-body-center {
273
+ text-align: center;
274
+ }
275
+ table.dataTable tbody th.dt-body-right,
276
+ table.dataTable tbody td.dt-body-right {
277
+ text-align: right;
278
+ }
279
+ table.dataTable tbody th.dt-body-justify,
280
+ table.dataTable tbody td.dt-body-justify {
281
+ text-align: justify;
282
+ }
283
+ table.dataTable tbody th.dt-body-nowrap,
284
+ table.dataTable tbody td.dt-body-nowrap {
285
+ white-space: nowrap;
286
+ }
287
+
288
+ table.dataTable,
289
+ table.dataTable th,
290
+ table.dataTable td {
291
+ -webkit-box-sizing: content-box;
292
+ -moz-box-sizing: content-box;
293
+ box-sizing: content-box;
294
+ }
295
+
296
+ /*
297
+ * Control feature layout
298
+ */
299
+ .dataTables_wrapper {
300
+ position: relative;
301
+ clear: both;
302
+ *zoom: 1;
303
+ zoom: 1;
304
+ }
305
+ .dataTables_wrapper .dataTables_length {
306
+ float: left;
307
+ }
308
+ .dataTables_wrapper .dataTables_filter {
309
+ float: right;
310
+ text-align: right;
311
+ }
312
+ .dataTables_wrapper .dataTables_filter input {
313
+ margin-left: 0.5em;
314
+ }
315
+ .dataTables_wrapper .dataTables_info {
316
+ clear: both;
317
+ float: left;
318
+ padding-top: 0.755em;
319
+ }
320
+ .dataTables_wrapper .dataTables_paginate {
321
+ float: right;
322
+ text-align: right;
323
+ padding-top: 0.25em;
324
+ }
325
+ .dataTables_wrapper .dataTables_paginate .paginate_button {
326
+ box-sizing: border-box;
327
+ display: inline-block;
328
+ min-width: 1.5em;
329
+ padding: 0.5em 1em;
330
+ margin-left: 2px;
331
+ text-align: center;
332
+ text-decoration: none !important;
333
+ cursor: pointer;
334
+ *cursor: hand;
335
+ color: #333333 !important;
336
+ border: 1px solid transparent;
337
+ }
338
+ .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
339
+ color: #333333 !important;
340
+ border: 1px solid #cacaca;
341
+ background-color: white;
342
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, gainsboro));
343
+ /* Chrome,Safari4+ */
344
+ background: -webkit-linear-gradient(top, white 0%, gainsboro 100%);
345
+ /* Chrome10+,Safari5.1+ */
346
+ background: -moz-linear-gradient(top, white 0%, gainsboro 100%);
347
+ /* FF3.6+ */
348
+ background: -ms-linear-gradient(top, white 0%, gainsboro 100%);
349
+ /* IE10+ */
350
+ background: -o-linear-gradient(top, white 0%, gainsboro 100%);
351
+ /* Opera 11.10+ */
352
+ background: linear-gradient(to bottom, white 0%, gainsboro 100%);
353
+ /* W3C */
354
+ }
355
+ .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
356
+ cursor: default;
357
+ color: #666 !important;
358
+ border: 1px solid transparent;
359
+ background: transparent;
360
+ box-shadow: none;
361
+ }
362
+ .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
363
+ color: white !important;
364
+ border: 1px solid #111111;
365
+ background-color: #585858;
366
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111111));
367
+ /* Chrome,Safari4+ */
368
+ background: -webkit-linear-gradient(top, #585858 0%, #111111 100%);
369
+ /* Chrome10+,Safari5.1+ */
370
+ background: -moz-linear-gradient(top, #585858 0%, #111111 100%);
371
+ /* FF3.6+ */
372
+ background: -ms-linear-gradient(top, #585858 0%, #111111 100%);
373
+ /* IE10+ */
374
+ background: -o-linear-gradient(top, #585858 0%, #111111 100%);
375
+ /* Opera 11.10+ */
376
+ background: linear-gradient(to bottom, #585858 0%, #111111 100%);
377
+ /* W3C */
378
+ }
379
+ .dataTables_wrapper .dataTables_paginate .paginate_button:active {
380
+ outline: none;
381
+ background-color: #2b2b2b;
382
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
383
+ /* Chrome,Safari4+ */
384
+ background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
385
+ /* Chrome10+,Safari5.1+ */
386
+ background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
387
+ /* FF3.6+ */
388
+ background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
389
+ /* IE10+ */
390
+ background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
391
+ /* Opera 11.10+ */
392
+ background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
393
+ /* W3C */
394
+ box-shadow: inset 0 0 3px #111;
395
+ }
396
+ .dataTables_wrapper .dataTables_processing {
397
+ position: absolute;
398
+ top: 50%;
399
+ left: 50%;
400
+ width: 100%;
401
+ height: 40px;
402
+ margin-left: -50%;
403
+ margin-top: -25px;
404
+ padding-top: 20px;
405
+ text-align: center;
406
+ font-size: 1.2em;
407
+ background-color: white;
408
+ background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
409
+ /* Chrome,Safari4+ */
410
+ background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
411
+ /* Chrome10+,Safari5.1+ */
412
+ background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
413
+ /* FF3.6+ */
414
+ background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
415
+ /* IE10+ */
416
+ background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
417
+ /* Opera 11.10+ */
418
+ background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
419
+ /* W3C */
420
+ }
421
+ .dataTables_wrapper .dataTables_length,
422
+ .dataTables_wrapper .dataTables_filter,
423
+ .dataTables_wrapper .dataTables_info,
424
+ .dataTables_wrapper .dataTables_processing,
425
+ .dataTables_wrapper .dataTables_paginate {
426
+ color: #333333;
427
+ }
428
+ .dataTables_wrapper .dataTables_scroll {
429
+ clear: both;
430
+ }
431
+ .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
432
+ *margin-top: -1px;
433
+ -webkit-overflow-scrolling: touch;
434
+ }
435
+ .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
436
+ .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
437
+ height: 0;
438
+ overflow: hidden;
439
+ margin: 0 !important;
440
+ padding: 0 !important;
441
+ }
442
+ .dataTables_wrapper.no-footer .dataTables_scrollBody {
443
+ border-bottom: 1px solid #111111;
444
+ }
445
+ .dataTables_wrapper.no-footer div.dataTables_scrollHead table,
446
+ .dataTables_wrapper.no-footer div.dataTables_scrollBody table {
447
+ border-bottom: none;
448
+ }
449
+ .dataTables_wrapper:after {
450
+ visibility: hidden;
451
+ display: block;
452
+ content: "";
453
+ clear: both;
454
+ height: 0;
455
+ }
456
+
457
+ @media screen and (max-width: 767px) {
458
+ .dataTables_wrapper .dataTables_info,
459
+ .dataTables_wrapper .dataTables_paginate {
460
+ float: none;
461
+ text-align: center;
462
+ }
463
+ .dataTables_wrapper .dataTables_paginate {
464
+ margin-top: 0.5em;
465
+ }
466
+ }
467
+ @media screen and (max-width: 640px) {
468
+ .dataTables_wrapper .dataTables_length,
469
+ .dataTables_wrapper .dataTables_filter {
470
+ float: none;
471
+ text-align: center;
472
+ }
473
+ .dataTables_wrapper .dataTables_filter {
474
+ margin-top: 0.5em;
475
+ }
476
+ }
css/font-awesome.css ADDED
@@ -0,0 +1,2337 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*!
2
+ * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
3
+ * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
4
+ */
5
+ /* FONT PATH
6
+ * -------------------------- */
7
+ @font-face {
8
+ font-family: 'FontAwesome';
9
+ src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
10
+ src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
11
+ font-weight: normal;
12
+ font-style: normal;
13
+ }
14
+ .fa {
15
+ display: inline-block;
16
+ font: normal normal normal 14px/1 FontAwesome;
17
+ font-size: inherit;
18
+ text-rendering: auto;
19
+ -webkit-font-smoothing: antialiased;
20
+ -moz-osx-font-smoothing: grayscale;
21
+ }
22
+ /* makes the font 33% larger relative to the icon container */
23
+ .fa-lg {
24
+ font-size: 1.33333333em;
25
+ line-height: 0.75em;
26
+ vertical-align: -15%;
27
+ }
28
+ .fa-2x {
29
+ font-size: 2em;
30
+ }
31
+ .fa-3x {
32
+ font-size: 3em;
33
+ }
34
+ .fa-4x {
35
+ font-size: 4em;
36
+ }
37
+ .fa-5x {
38
+ font-size: 5em;
39
+ }
40
+ .fa-fw {
41
+ width: 1.28571429em;
42
+ text-align: center;
43
+ }
44
+ .fa-ul {
45
+ padding-left: 0;
46
+ margin-left: 2.14285714em;
47
+ list-style-type: none;
48
+ }
49
+ .fa-ul > li {
50
+ position: relative;
51
+ }
52
+ .fa-li {
53
+ position: absolute;
54
+ left: -2.14285714em;
55
+ width: 2.14285714em;
56
+ top: 0.14285714em;
57
+ text-align: center;
58
+ }
59
+ .fa-li.fa-lg {
60
+ left: -1.85714286em;
61
+ }
62
+ .fa-border {
63
+ padding: .2em .25em .15em;
64
+ border: solid 0.08em #eeeeee;
65
+ border-radius: .1em;
66
+ }
67
+ .fa-pull-left {
68
+ float: left;
69
+ }
70
+ .fa-pull-right {
71
+ float: right;
72
+ }
73
+ .fa.fa-pull-left {
74
+ margin-right: .3em;
75
+ }
76
+ .fa.fa-pull-right {
77
+ margin-left: .3em;
78
+ }
79
+ /* Deprecated as of 4.4.0 */
80
+ .pull-right {
81
+ float: right;
82
+ }
83
+ .pull-left {
84
+ float: left;
85
+ }
86
+ .fa.pull-left {
87
+ margin-right: .3em;
88
+ }
89
+ .fa.pull-right {
90
+ margin-left: .3em;
91
+ }
92
+ .fa-spin {
93
+ -webkit-animation: fa-spin 2s infinite linear;
94
+ animation: fa-spin 2s infinite linear;
95
+ }
96
+ .fa-pulse {
97
+ -webkit-animation: fa-spin 1s infinite steps(8);
98
+ animation: fa-spin 1s infinite steps(8);
99
+ }
100
+ @-webkit-keyframes fa-spin {
101
+ 0% {
102
+ -webkit-transform: rotate(0deg);
103
+ transform: rotate(0deg);
104
+ }
105
+ 100% {
106
+ -webkit-transform: rotate(359deg);
107
+ transform: rotate(359deg);
108
+ }
109
+ }
110
+ @keyframes fa-spin {
111
+ 0% {
112
+ -webkit-transform: rotate(0deg);
113
+ transform: rotate(0deg);
114
+ }
115
+ 100% {
116
+ -webkit-transform: rotate(359deg);
117
+ transform: rotate(359deg);
118
+ }
119
+ }
120
+ .fa-rotate-90 {
121
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
122
+ -webkit-transform: rotate(90deg);
123
+ -ms-transform: rotate(90deg);
124
+ transform: rotate(90deg);
125
+ }
126
+ .fa-rotate-180 {
127
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
128
+ -webkit-transform: rotate(180deg);
129
+ -ms-transform: rotate(180deg);
130
+ transform: rotate(180deg);
131
+ }
132
+ .fa-rotate-270 {
133
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
134
+ -webkit-transform: rotate(270deg);
135
+ -ms-transform: rotate(270deg);
136
+ transform: rotate(270deg);
137
+ }
138
+ .fa-flip-horizontal {
139
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
140
+ -webkit-transform: scale(-1, 1);
141
+ -ms-transform: scale(-1, 1);
142
+ transform: scale(-1, 1);
143
+ }
144
+ .fa-flip-vertical {
145
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
146
+ -webkit-transform: scale(1, -1);
147
+ -ms-transform: scale(1, -1);
148
+ transform: scale(1, -1);
149
+ }
150
+ :root .fa-rotate-90,
151
+ :root .fa-rotate-180,
152
+ :root .fa-rotate-270,
153
+ :root .fa-flip-horizontal,
154
+ :root .fa-flip-vertical {
155
+ filter: none;
156
+ }
157
+ .fa-stack {
158
+ position: relative;
159
+ display: inline-block;
160
+ width: 2em;
161
+ height: 2em;
162
+ line-height: 2em;
163
+ vertical-align: middle;
164
+ }
165
+ .fa-stack-1x,
166
+ .fa-stack-2x {
167
+ position: absolute;
168
+ left: 0;
169
+ width: 100%;
170
+ text-align: center;
171
+ }
172
+ .fa-stack-1x {
173
+ line-height: inherit;
174
+ }
175
+ .fa-stack-2x {
176
+ font-size: 2em;
177
+ }
178
+ .fa-inverse {
179
+ color: #ffffff;
180
+ }
181
+ /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
182
+ readers do not read off random characters that represent icons */
183
+ .fa-glass:before {
184
+ content: "\f000";
185
+ }
186
+ .fa-music:before {
187
+ content: "\f001";
188
+ }
189
+ .fa-search:before {
190
+ content: "\f002";
191
+ }
192
+ .fa-envelope-o:before {
193
+ content: "\f003";
194
+ }
195
+ .fa-heart:before {
196
+ content: "\f004";
197
+ }
198
+ .fa-star:before {
199
+ content: "\f005";
200
+ }
201
+ .fa-star-o:before {
202
+ content: "\f006";
203
+ }
204
+ .fa-user:before {
205
+ content: "\f007";
206
+ }
207
+ .fa-film:before {
208
+ content: "\f008";
209
+ }
210
+ .fa-th-large:before {
211
+ content: "\f009";
212
+ }
213
+ .fa-th:before {
214
+ content: "\f00a";
215
+ }
216
+ .fa-th-list:before {
217
+ content: "\f00b";
218
+ }
219
+ .fa-check:before {
220
+ content: "\f00c";
221
+ }
222
+ .fa-remove:before,
223
+ .fa-close:before,
224
+ .fa-times:before {
225
+ content: "\f00d";
226
+ }
227
+ .fa-search-plus:before {
228
+ content: "\f00e";
229
+ }
230
+ .fa-search-minus:before {
231
+ content: "\f010";
232
+ }
233
+ .fa-power-off:before {
234
+ content: "\f011";
235
+ }
236
+ .fa-signal:before {
237
+ content: "\f012";
238
+ }
239
+ .fa-gear:before,
240
+ .fa-cog:before {
241
+ content: "\f013";
242
+ }
243
+ .fa-trash-o:before {
244
+ content: "\f014";
245
+ }
246
+ .fa-home:before {
247
+ content: "\f015";
248
+ }
249
+ .fa-file-o:before {
250
+ content: "\f016";
251
+ }
252
+ .fa-clock-o:before {
253
+ content: "\f017";
254
+ }
255
+ .fa-road:before {
256
+ content: "\f018";
257
+ }
258
+ .fa-download:before {
259
+ content: "\f019";
260
+ }
261
+ .fa-arrow-circle-o-down:before {
262
+ content: "\f01a";
263
+ }
264
+ .fa-arrow-circle-o-up:before {
265
+ content: "\f01b";
266
+ }
267
+ .fa-inbox:before {
268
+ content: "\f01c";
269
+ }
270
+ .fa-play-circle-o:before {
271
+ content: "\f01d";
272
+ }
273
+ .fa-rotate-right:before,
274
+ .fa-repeat:before {
275
+ content: "\f01e";
276
+ }
277
+ .fa-refresh:before {
278
+ content: "\f021";
279
+ }
280
+ .fa-list-alt:before {
281
+ content: "\f022";
282
+ }
283
+ .fa-lock:before {
284
+ content: "\f023";
285
+ }
286
+ .fa-flag:before {
287
+ content: "\f024";
288
+ }
289
+ .fa-headphones:before {
290
+ content: "\f025";
291
+ }
292
+ .fa-volume-off:before {
293
+ content: "\f026";
294
+ }
295
+ .fa-volume-down:before {
296
+ content: "\f027";
297
+ }
298
+ .fa-volume-up:before {
299
+ content: "\f028";
300
+ }
301
+ .fa-qrcode:before {
302
+ content: "\f029";
303
+ }
304
+ .fa-barcode:before {
305
+ content: "\f02a";
306
+ }
307
+ .fa-tag:before {
308
+ content: "\f02b";
309
+ }
310
+ .fa-tags:before {
311
+ content: "\f02c";
312
+ }
313
+ .fa-book:before {
314
+ content: "\f02d";
315
+ }
316
+ .fa-bookmark:before {
317
+ content: "\f02e";
318
+ }
319
+ .fa-print:before {
320
+ content: "\f02f";
321
+ }
322
+ .fa-camera:before {
323
+ content: "\f030";
324
+ }
325
+ .fa-font:before {
326
+ content: "\f031";
327
+ }
328
+ .fa-bold:before {
329
+ content: "\f032";
330
+ }
331
+ .fa-italic:before {
332
+ content: "\f033";
333
+ }
334
+ .fa-text-height:before {
335
+ content: "\f034";
336
+ }
337
+ .fa-text-width:before {
338
+ content: "\f035";
339
+ }
340
+ .fa-align-left:before {
341
+ content: "\f036";
342
+ }
343
+ .fa-align-center:before {
344
+ content: "\f037";
345
+ }
346
+ .fa-align-right:before {
347
+ content: "\f038";
348
+ }
349
+ .fa-align-justify:before {
350
+ content: "\f039";
351
+ }
352
+ .fa-list:before {
353
+ content: "\f03a";
354
+ }
355
+ .fa-dedent:before,
356
+ .fa-outdent:before {
357
+ content: "\f03b";
358
+ }
359
+ .fa-indent:before {
360
+ content: "\f03c";
361
+ }
362
+ .fa-video-camera:before {
363
+ content: "\f03d";
364
+ }
365
+ .fa-photo:before,
366
+ .fa-image:before,
367
+ .fa-picture-o:before {
368
+ content: "\f03e";
369
+ }
370
+ .fa-pencil:before {
371
+ content: "\f040";
372
+ }
373
+ .fa-map-marker:before {
374
+ content: "\f041";
375
+ }
376
+ .fa-adjust:before {
377
+ content: "\f042";
378
+ }
379
+ .fa-tint:before {
380
+ content: "\f043";
381
+ }
382
+ .fa-edit:before,
383
+ .fa-pencil-square-o:before {
384
+ content: "\f044";
385
+ }
386
+ .fa-share-square-o:before {
387
+ content: "\f045";
388
+ }
389
+ .fa-check-square-o:before {
390
+ content: "\f046";
391
+ }
392
+ .fa-arrows:before {
393
+ content: "\f047";
394
+ }
395
+ .fa-step-backward:before {
396
+ content: "\f048";
397
+ }
398
+ .fa-fast-backward:before {
399
+ content: "\f049";
400
+ }
401
+ .fa-backward:before {
402
+ content: "\f04a";
403
+ }
404
+ .fa-play:before {
405
+ content: "\f04b";
406
+ }
407
+ .fa-pause:before {
408
+ content: "\f04c";
409
+ }
410
+ .fa-stop:before {
411
+ content: "\f04d";
412
+ }
413
+ .fa-forward:before {
414
+ content: "\f04e";
415
+ }
416
+ .fa-fast-forward:before {
417
+ content: "\f050";
418
+ }
419
+ .fa-step-forward:before {
420
+ content: "\f051";
421
+ }
422
+ .fa-eject:before {
423
+ content: "\f052";
424
+ }
425
+ .fa-chevron-left:before {
426
+ content: "\f053";
427
+ }
428
+ .fa-chevron-right:before {
429
+ content: "\f054";
430
+ }
431
+ .fa-plus-circle:before {
432
+ content: "\f055";
433
+ }
434
+ .fa-minus-circle:before {
435
+ content: "\f056";
436
+ }
437
+ .fa-times-circle:before {
438
+ content: "\f057";
439
+ }
440
+ .fa-check-circle:before {
441
+ content: "\f058";
442
+ }
443
+ .fa-question-circle:before {
444
+ content: "\f059";
445
+ }
446
+ .fa-info-circle:before {
447
+ content: "\f05a";
448
+ }
449
+ .fa-crosshairs:before {
450
+ content: "\f05b";
451
+ }
452
+ .fa-times-circle-o:before {
453
+ content: "\f05c";
454
+ }
455
+ .fa-check-circle-o:before {
456
+ content: "\f05d";
457
+ }
458
+ .fa-ban:before {
459
+ content: "\f05e";
460
+ }
461
+ .fa-arrow-left:before {
462
+ content: "\f060";
463
+ }
464
+ .fa-arrow-right:before {
465
+ content: "\f061";
466
+ }
467
+ .fa-arrow-up:before {
468
+ content: "\f062";
469
+ }
470
+ .fa-arrow-down:before {
471
+ content: "\f063";
472
+ }
473
+ .fa-mail-forward:before,
474
+ .fa-share:before {
475
+ content: "\f064";
476
+ }
477
+ .fa-expand:before {
478
+ content: "\f065";
479
+ }
480
+ .fa-compress:before {
481
+ content: "\f066";
482
+ }
483
+ .fa-plus:before {
484
+ content: "\f067";
485
+ }
486
+ .fa-minus:before {
487
+ content: "\f068";
488
+ }
489
+ .fa-asterisk:before {
490
+ content: "\f069";
491
+ }
492
+ .fa-exclamation-circle:before {
493
+ content: "\f06a";
494
+ }
495
+ .fa-gift:before {
496
+ content: "\f06b";
497
+ }
498
+ .fa-leaf:before {
499
+ content: "\f06c";
500
+ }
501
+ .fa-fire:before {
502
+ content: "\f06d";
503
+ }
504
+ .fa-eye:before {
505
+ content: "\f06e";
506
+ }
507
+ .fa-eye-slash:before {
508
+ content: "\f070";
509
+ }
510
+ .fa-warning:before,
511
+ .fa-exclamation-triangle:before {
512
+ content: "\f071";
513
+ }
514
+ .fa-plane:before {
515
+ content: "\f072";
516
+ }
517
+ .fa-calendar:before {
518
+ content: "\f073";
519
+ }
520
+ .fa-random:before {
521
+ content: "\f074";
522
+ }
523
+ .fa-comment:before {
524
+ content: "\f075";
525
+ }
526
+ .fa-magnet:before {
527
+ content: "\f076";
528
+ }
529
+ .fa-chevron-up:before {
530
+ content: "\f077";
531
+ }
532
+ .fa-chevron-down:before {
533
+ content: "\f078";
534
+ }
535
+ .fa-retweet:before {
536
+ content: "\f079";
537
+ }
538
+ .fa-shopping-cart:before {
539
+ content: "\f07a";
540
+ }
541
+ .fa-folder:before {
542
+ content: "\f07b";
543
+ }
544
+ .fa-folder-open:before {
545
+ content: "\f07c";
546
+ }
547
+ .fa-arrows-v:before {
548
+ content: "\f07d";
549
+ }
550
+ .fa-arrows-h:before {
551
+ content: "\f07e";
552
+ }
553
+ .fa-bar-chart-o:before,
554
+ .fa-bar-chart:before {
555
+ content: "\f080";
556
+ }
557
+ .fa-twitter-square:before {
558
+ content: "\f081";
559
+ }
560
+ .fa-facebook-square:before {
561
+ content: "\f082";
562
+ }
563
+ .fa-camera-retro:before {
564
+ content: "\f083";
565
+ }
566
+ .fa-key:before {
567
+ content: "\f084";
568
+ }
569
+ .fa-gears:before,
570
+ .fa-cogs:before {
571
+ content: "\f085";
572
+ }
573
+ .fa-comments:before {
574
+ content: "\f086";
575
+ }
576
+ .fa-thumbs-o-up:before {
577
+ content: "\f087";
578
+ }
579
+ .fa-thumbs-o-down:before {
580
+ content: "\f088";
581
+ }
582
+ .fa-star-half:before {
583
+ content: "\f089";
584
+ }
585
+ .fa-heart-o:before {
586
+ content: "\f08a";
587
+ }
588
+ .fa-sign-out:before {
589
+ content: "\f08b";
590
+ }
591
+ .fa-linkedin-square:before {
592
+ content: "\f08c";
593
+ }
594
+ .fa-thumb-tack:before {
595
+ content: "\f08d";
596
+ }
597
+ .fa-external-link:before {
598
+ content: "\f08e";
599
+ }
600
+ .fa-sign-in:before {
601
+ content: "\f090";
602
+ }
603
+ .fa-trophy:before {
604
+ content: "\f091";
605
+ }
606
+ .fa-github-square:before {
607
+ content: "\f092";
608
+ }
609
+ .fa-upload:before {
610
+ content: "\f093";
611
+ }
612
+ .fa-lemon-o:before {
613
+ content: "\f094";
614
+ }
615
+ .fa-phone:before {
616
+ content: "\f095";
617
+ }
618
+ .fa-square-o:before {
619
+ content: "\f096";
620
+ }
621
+ .fa-bookmark-o:before {
622
+ content: "\f097";
623
+ }
624
+ .fa-phone-square:before {
625
+ content: "\f098";
626
+ }
627
+ .fa-twitter:before {
628
+ content: "\f099";
629
+ }
630
+ .fa-facebook-f:before,
631
+ .fa-facebook:before {
632
+ content: "\f09a";
633
+ }
634
+ .fa-github:before {
635
+ content: "\f09b";
636
+ }
637
+ .fa-unlock:before {
638
+ content: "\f09c";
639
+ }
640
+ .fa-credit-card:before {
641
+ content: "\f09d";
642
+ }
643
+ .fa-feed:before,
644
+ .fa-rss:before {
645
+ content: "\f09e";
646
+ }
647
+ .fa-hdd-o:before {
648
+ content: "\f0a0";
649
+ }
650
+ .fa-bullhorn:before {
651
+ content: "\f0a1";
652
+ }
653
+ .fa-bell:before {
654
+ content: "\f0f3";
655
+ }
656
+ .fa-certificate:before {
657
+ content: "\f0a3";
658
+ }
659
+ .fa-hand-o-right:before {
660
+ content: "\f0a4";
661
+ }
662
+ .fa-hand-o-left:before {
663
+ content: "\f0a5";
664
+ }
665
+ .fa-hand-o-up:before {
666
+ content: "\f0a6";
667
+ }
668
+ .fa-hand-o-down:before {
669
+ content: "\f0a7";
670
+ }
671
+ .fa-arrow-circle-left:before {
672
+ content: "\f0a8";
673
+ }
674
+ .fa-arrow-circle-right:before {
675
+ content: "\f0a9";
676
+ }
677
+ .fa-arrow-circle-up:before {
678
+ content: "\f0aa";
679
+ }
680
+ .fa-arrow-circle-down:before {
681
+ content: "\f0ab";
682
+ }
683
+ .fa-globe:before {
684
+ content: "\f0ac";
685
+ }
686
+ .fa-wrench:before {
687
+ content: "\f0ad";
688
+ }
689
+ .fa-tasks:before {
690
+ content: "\f0ae";
691
+ }
692
+ .fa-filter:before {
693
+ content: "\f0b0";
694
+ }
695
+ .fa-briefcase:before {
696
+ content: "\f0b1";
697
+ }
698
+ .fa-arrows-alt:before {
699
+ content: "\f0b2";
700
+ }
701
+ .fa-group:before,
702
+ .fa-users:before {
703
+ content: "\f0c0";
704
+ }
705
+ .fa-chain:before,
706
+ .fa-link:before {
707
+ content: "\f0c1";
708
+ }
709
+ .fa-cloud:before {
710
+ content: "\f0c2";
711
+ }
712
+ .fa-flask:before {
713
+ content: "\f0c3";
714
+ }
715
+ .fa-cut:before,
716
+ .fa-scissors:before {
717
+ content: "\f0c4";
718
+ }
719
+ .fa-copy:before,
720
+ .fa-files-o:before {
721
+ content: "\f0c5";
722
+ }
723
+ .fa-paperclip:before {
724
+ content: "\f0c6";
725
+ }
726
+ .fa-save:before,
727
+ .fa-floppy-o:before {
728
+ content: "\f0c7";
729
+ }
730
+ .fa-square:before {
731
+ content: "\f0c8";
732
+ }
733
+ .fa-navicon:before,
734
+ .fa-reorder:before,
735
+ .fa-bars:before {
736
+ content: "\f0c9";
737
+ }
738
+ .fa-list-ul:before {
739
+ content: "\f0ca";
740
+ }
741
+ .fa-list-ol:before {
742
+ content: "\f0cb";
743
+ }
744
+ .fa-strikethrough:before {
745
+ content: "\f0cc";
746
+ }
747
+ .fa-underline:before {
748
+ content: "\f0cd";
749
+ }
750
+ .fa-table:before {
751
+ content: "\f0ce";
752
+ }
753
+ .fa-magic:before {
754
+ content: "\f0d0";
755
+ }
756
+ .fa-truck:before {
757
+ content: "\f0d1";
758
+ }
759
+ .fa-pinterest:before {
760
+ content: "\f0d2";
761
+ }
762
+ .fa-pinterest-square:before {
763
+ content: "\f0d3";
764
+ }
765
+ .fa-google-plus-square:before {
766
+ content: "\f0d4";
767
+ }
768
+ .fa-google-plus:before {
769
+ content: "\f0d5";
770
+ }
771
+ .fa-money:before {
772
+ content: "\f0d6";
773
+ }
774
+ .fa-caret-down:before {
775
+ content: "\f0d7";
776
+ }
777
+ .fa-caret-up:before {
778
+ content: "\f0d8";
779
+ }
780
+ .fa-caret-left:before {
781
+ content: "\f0d9";
782
+ }
783
+ .fa-caret-right:before {
784
+ content: "\f0da";
785
+ }
786
+ .fa-columns:before {
787
+ content: "\f0db";
788
+ }
789
+ .fa-unsorted:before,
790
+ .fa-sort:before {
791
+ content: "\f0dc";
792
+ }
793
+ .fa-sort-down:before,
794
+ .fa-sort-desc:before {
795
+ content: "\f0dd";
796
+ }
797
+ .fa-sort-up:before,
798
+ .fa-sort-asc:before {
799
+ content: "\f0de";
800
+ }
801
+ .fa-envelope:before {
802
+ content: "\f0e0";
803
+ }
804
+ .fa-linkedin:before {
805
+ content: "\f0e1";
806
+ }
807
+ .fa-rotate-left:before,
808
+ .fa-undo:before {
809
+ content: "\f0e2";
810
+ }
811
+ .fa-legal:before,
812
+ .fa-gavel:before {
813
+ content: "\f0e3";
814
+ }
815
+ .fa-dashboard:before,
816
+ .fa-tachometer:before {
817
+ content: "\f0e4";
818
+ }
819
+ .fa-comment-o:before {
820
+ content: "\f0e5";
821
+ }
822
+ .fa-comments-o:before {
823
+ content: "\f0e6";
824
+ }
825
+ .fa-flash:before,
826
+ .fa-bolt:before {
827
+ content: "\f0e7";
828
+ }
829
+ .fa-sitemap:before {
830
+ content: "\f0e8";
831
+ }
832
+ .fa-umbrella:before {
833
+ content: "\f0e9";
834
+ }
835
+ .fa-paste:before,
836
+ .fa-clipboard:before {
837
+ content: "\f0ea";
838
+ }
839
+ .fa-lightbulb-o:before {
840
+ content: "\f0eb";
841
+ }
842
+ .fa-exchange:before {
843
+ content: "\f0ec";
844
+ }
845
+ .fa-cloud-download:before {
846
+ content: "\f0ed";
847
+ }
848
+ .fa-cloud-upload:before {
849
+ content: "\f0ee";
850
+ }
851
+ .fa-user-md:before {
852
+ content: "\f0f0";
853
+ }
854
+ .fa-stethoscope:before {
855
+ content: "\f0f1";
856
+ }
857
+ .fa-suitcase:before {
858
+ content: "\f0f2";
859
+ }
860
+ .fa-bell-o:before {
861
+ content: "\f0a2";
862
+ }
863
+ .fa-coffee:before {
864
+ content: "\f0f4";
865
+ }
866
+ .fa-cutlery:before {
867
+ content: "\f0f5";
868
+ }
869
+ .fa-file-text-o:before {
870
+ content: "\f0f6";
871
+ }
872
+ .fa-building-o:before {
873
+ content: "\f0f7";
874
+ }
875
+ .fa-hospital-o:before {
876
+ content: "\f0f8";
877
+ }
878
+ .fa-ambulance:before {
879
+ content: "\f0f9";
880
+ }
881
+ .fa-medkit:before {
882
+ content: "\f0fa";
883
+ }
884
+ .fa-fighter-jet:before {
885
+ content: "\f0fb";
886
+ }
887
+ .fa-beer:before {
888
+ content: "\f0fc";
889
+ }
890
+ .fa-h-square:before {
891
+ content: "\f0fd";
892
+ }
893
+ .fa-plus-square:before {
894
+ content: "\f0fe";
895
+ }
896
+ .fa-angle-double-left:before {
897
+ content: "\f100";
898
+ }
899
+ .fa-angle-double-right:before {
900
+ content: "\f101";
901
+ }
902
+ .fa-angle-double-up:before {
903
+ content: "\f102";
904
+ }
905
+ .fa-angle-double-down:before {
906
+ content: "\f103";
907
+ }
908
+ .fa-angle-left:before {
909
+ content: "\f104";
910
+ }
911
+ .fa-angle-right:before {
912
+ content: "\f105";
913
+ }
914
+ .fa-angle-up:before {
915
+ content: "\f106";
916
+ }
917
+ .fa-angle-down:before {
918
+ content: "\f107";
919
+ }
920
+ .fa-desktop:before {
921
+ content: "\f108";
922
+ }
923
+ .fa-laptop:before {
924
+ content: "\f109";
925
+ }
926
+ .fa-tablet:before {
927
+ content: "\f10a";
928
+ }
929
+ .fa-mobile-phone:before,
930
+ .fa-mobile:before {
931
+ content: "\f10b";
932
+ }
933
+ .fa-circle-o:before {
934
+ content: "\f10c";
935
+ }
936
+ .fa-quote-left:before {
937
+ content: "\f10d";
938
+ }
939
+ .fa-quote-right:before {
940
+ content: "\f10e";
941
+ }
942
+ .fa-spinner:before {
943
+ content: "\f110";
944
+ }
945
+ .fa-circle:before {
946
+ content: "\f111";
947
+ }
948
+ .fa-mail-reply:before,
949
+ .fa-reply:before {
950
+ content: "\f112";
951
+ }
952
+ .fa-github-alt:before {
953
+ content: "\f113";
954
+ }
955
+ .fa-folder-o:before {
956
+ content: "\f114";
957
+ }
958
+ .fa-folder-open-o:before {
959
+ content: "\f115";
960
+ }
961
+ .fa-smile-o:before {
962
+ content: "\f118";
963
+ }
964
+ .fa-frown-o:before {
965
+ content: "\f119";
966
+ }
967
+ .fa-meh-o:before {
968
+ content: "\f11a";
969
+ }
970
+ .fa-gamepad:before {
971
+ content: "\f11b";
972
+ }
973
+ .fa-keyboard-o:before {
974
+ content: "\f11c";
975
+ }
976
+ .fa-flag-o:before {
977
+ content: "\f11d";
978
+ }
979
+ .fa-flag-checkered:before {
980
+ content: "\f11e";
981
+ }
982
+ .fa-terminal:before {
983
+ content: "\f120";
984
+ }
985
+ .fa-code:before {
986
+ content: "\f121";
987
+ }
988
+ .fa-mail-reply-all:before,
989
+ .fa-reply-all:before {
990
+ content: "\f122";
991
+ }
992
+ .fa-star-half-empty:before,
993
+ .fa-star-half-full:before,
994
+ .fa-star-half-o:before {
995
+ content: "\f123";
996
+ }
997
+ .fa-location-arrow:before {
998
+ content: "\f124";
999
+ }
1000
+ .fa-crop:before {
1001
+ content: "\f125";
1002
+ }
1003
+ .fa-code-fork:before {
1004
+ content: "\f126";
1005
+ }
1006
+ .fa-unlink:before,
1007
+ .fa-chain-broken:before {
1008
+ content: "\f127";
1009
+ }
1010
+ .fa-question:before {
1011
+ content: "\f128";
1012
+ }
1013
+ .fa-info:before {
1014
+ content: "\f129";
1015
+ }
1016
+ .fa-exclamation:before {
1017
+ content: "\f12a";
1018
+ }
1019
+ .fa-superscript:before {
1020
+ content: "\f12b";
1021
+ }
1022
+ .fa-subscript:before {
1023
+ content: "\f12c";
1024
+ }
1025
+ .fa-eraser:before {
1026
+ content: "\f12d";
1027
+ }
1028
+ .fa-puzzle-piece:before {
1029
+ content: "\f12e";
1030
+ }
1031
+ .fa-microphone:before {
1032
+ content: "\f130";
1033
+ }
1034
+ .fa-microphone-slash:before {
1035
+ content: "\f131";
1036
+ }
1037
+ .fa-shield:before {
1038
+ content: "\f132";
1039
+ }
1040
+ .fa-calendar-o:before {
1041
+ content: "\f133";
1042
+ }
1043
+ .fa-fire-extinguisher:before {
1044
+ content: "\f134";
1045
+ }
1046
+ .fa-rocket:before {
1047
+ content: "\f135";
1048
+ }
1049
+ .fa-maxcdn:before {
1050
+ content: "\f136";
1051
+ }
1052
+ .fa-chevron-circle-left:before {
1053
+ content: "\f137";
1054
+ }
1055
+ .fa-chevron-circle-right:before {
1056
+ content: "\f138";
1057
+ }
1058
+ .fa-chevron-circle-up:before {
1059
+ content: "\f139";
1060
+ }
1061
+ .fa-chevron-circle-down:before {
1062
+ content: "\f13a";
1063
+ }
1064
+ .fa-html5:before {
1065
+ content: "\f13b";
1066
+ }
1067
+ .fa-css3:before {
1068
+ content: "\f13c";
1069
+ }
1070
+ .fa-anchor:before {
1071
+ content: "\f13d";
1072
+ }
1073
+ .fa-unlock-alt:before {
1074
+ content: "\f13e";
1075
+ }
1076
+ .fa-bullseye:before {
1077
+ content: "\f140";
1078
+ }
1079
+ .fa-ellipsis-h:before {
1080
+ content: "\f141";
1081
+ }
1082
+ .fa-ellipsis-v:before {
1083
+ content: "\f142";
1084
+ }
1085
+ .fa-rss-square:before {
1086
+ content: "\f143";
1087
+ }
1088
+ .fa-play-circle:before {
1089
+ content: "\f144";
1090
+ }
1091
+ .fa-ticket:before {
1092
+ content: "\f145";
1093
+ }
1094
+ .fa-minus-square:before {
1095
+ content: "\f146";
1096
+ }
1097
+ .fa-minus-square-o:before {
1098
+ content: "\f147";
1099
+ }
1100
+ .fa-level-up:before {
1101
+ content: "\f148";
1102
+ }
1103
+ .fa-level-down:before {
1104
+ content: "\f149";
1105
+ }
1106
+ .fa-check-square:before {
1107
+ content: "\f14a";
1108
+ }
1109
+ .fa-pencil-square:before {
1110
+ content: "\f14b";
1111
+ }
1112
+ .fa-external-link-square:before {
1113
+ content: "\f14c";
1114
+ }
1115
+ .fa-share-square:before {
1116
+ content: "\f14d";
1117
+ }
1118
+ .fa-compass:before {
1119
+ content: "\f14e";
1120
+ }
1121
+ .fa-toggle-down:before,
1122
+ .fa-caret-square-o-down:before {
1123
+ content: "\f150";
1124
+ }
1125
+ .fa-toggle-up:before,
1126
+ .fa-caret-square-o-up:before {
1127
+ content: "\f151";
1128
+ }
1129
+ .fa-toggle-right:before,
1130
+ .fa-caret-square-o-right:before {
1131
+ content: "\f152";
1132
+ }
1133
+ .fa-euro:before,
1134
+ .fa-eur:before {
1135
+ content: "\f153";
1136
+ }
1137
+ .fa-gbp:before {
1138
+ content: "\f154";
1139
+ }
1140
+ .fa-dollar:before,
1141
+ .fa-usd:before {
1142
+ content: "\f155";
1143
+ }
1144
+ .fa-rupee:before,
1145
+ .fa-inr:before {
1146
+ content: "\f156";
1147
+ }
1148
+ .fa-cny:before,
1149
+ .fa-rmb:before,
1150
+ .fa-yen:before,
1151
+ .fa-jpy:before {
1152
+ content: "\f157";
1153
+ }
1154
+ .fa-ruble:before,
1155
+ .fa-rouble:before,
1156
+ .fa-rub:before {
1157
+ content: "\f158";
1158
+ }
1159
+ .fa-won:before,
1160
+ .fa-krw:before {
1161
+ content: "\f159";
1162
+ }
1163
+ .fa-bitcoin:before,
1164
+ .fa-btc:before {
1165
+ content: "\f15a";
1166
+ }
1167
+ .fa-file:before {
1168
+ content: "\f15b";
1169
+ }
1170
+ .fa-file-text:before {
1171
+ content: "\f15c";
1172
+ }
1173
+ .fa-sort-alpha-asc:before {
1174
+ content: "\f15d";
1175
+ }
1176
+ .fa-sort-alpha-desc:before {
1177
+ content: "\f15e";
1178
+ }
1179
+ .fa-sort-amount-asc:before {
1180
+ content: "\f160";
1181
+ }
1182
+ .fa-sort-amount-desc:before {
1183
+ content: "\f161";
1184
+ }
1185
+ .fa-sort-numeric-asc:before {
1186
+ content: "\f162";
1187
+ }
1188
+ .fa-sort-numeric-desc:before {
1189
+ content: "\f163";
1190
+ }
1191
+ .fa-thumbs-up:before {
1192
+ content: "\f164";
1193
+ }
1194
+ .fa-thumbs-down:before {
1195
+ content: "\f165";
1196
+ }
1197
+ .fa-youtube-square:before {
1198
+ content: "\f166";
1199
+ }
1200
+ .fa-youtube:before {
1201
+ content: "\f167";
1202
+ }
1203
+ .fa-xing:before {
1204
+ content: "\f168";
1205
+ }
1206
+ .fa-xing-square:before {
1207
+ content: "\f169";
1208
+ }
1209
+ .fa-youtube-play:before {
1210
+ content: "\f16a";
1211
+ }
1212
+ .fa-dropbox:before {
1213
+ content: "\f16b";
1214
+ }
1215
+ .fa-stack-overflow:before {
1216
+ content: "\f16c";
1217
+ }
1218
+ .fa-instagram:before {
1219
+ content: "\f16d";
1220
+ }
1221
+ .fa-flickr:before {
1222
+ content: "\f16e";
1223
+ }
1224
+ .fa-adn:before {
1225
+ content: "\f170";
1226
+ }
1227
+ .fa-bitbucket:before {
1228
+ content: "\f171";
1229
+ }
1230
+ .fa-bitbucket-square:before {
1231
+ content: "\f172";
1232
+ }
1233
+ .fa-tumblr:before {
1234
+ content: "\f173";
1235
+ }
1236
+ .fa-tumblr-square:before {
1237
+ content: "\f174";
1238
+ }
1239
+ .fa-long-arrow-down:before {
1240
+ content: "\f175";
1241
+ }
1242
+ .fa-long-arrow-up:before {
1243
+ content: "\f176";
1244
+ }
1245
+ .fa-long-arrow-left:before {
1246
+ content: "\f177";
1247
+ }
1248
+ .fa-long-arrow-right:before {
1249
+ content: "\f178";
1250
+ }
1251
+ .fa-apple:before {
1252
+ content: "\f179";
1253
+ }
1254
+ .fa-windows:before {
1255
+ content: "\f17a";
1256
+ }
1257
+ .fa-android:before {
1258
+ content: "\f17b";
1259
+ }
1260
+ .fa-linux:before {
1261
+ content: "\f17c";
1262
+ }
1263
+ .fa-dribbble:before {
1264
+ content: "\f17d";
1265
+ }
1266
+ .fa-skype:before {
1267
+ content: "\f17e";
1268
+ }
1269
+ .fa-foursquare:before {
1270
+ content: "\f180";
1271
+ }
1272
+ .fa-trello:before {
1273
+ content: "\f181";
1274
+ }
1275
+ .fa-female:before {
1276
+ content: "\f182";
1277
+ }
1278
+ .fa-male:before {
1279
+ content: "\f183";
1280
+ }
1281
+ .fa-gittip:before,
1282
+ .fa-gratipay:before {
1283
+ content: "\f184";
1284
+ }
1285
+ .fa-sun-o:before {
1286
+ content: "\f185";
1287
+ }
1288
+ .fa-moon-o:before {
1289
+ content: "\f186";
1290
+ }
1291
+ .fa-archive:before {
1292
+ content: "\f187";
1293
+ }
1294
+ .fa-bug:before {
1295
+ content: "\f188";
1296
+ }
1297
+ .fa-vk:before {
1298
+ content: "\f189";
1299
+ }
1300
+ .fa-weibo:before {
1301
+ content: "\f18a";
1302
+ }
1303
+ .fa-renren:before {
1304
+ content: "\f18b";
1305
+ }
1306
+ .fa-pagelines:before {
1307
+ content: "\f18c";
1308
+ }
1309
+ .fa-stack-exchange:before {
1310
+ content: "\f18d";
1311
+ }
1312
+ .fa-arrow-circle-o-right:before {
1313
+ content: "\f18e";
1314
+ }
1315
+ .fa-arrow-circle-o-left:before {
1316
+ content: "\f190";
1317
+ }
1318
+ .fa-toggle-left:before,
1319
+ .fa-caret-square-o-left:before {
1320
+ content: "\f191";
1321
+ }
1322
+ .fa-dot-circle-o:before {
1323
+ content: "\f192";
1324
+ }
1325
+ .fa-wheelchair:before {
1326
+ content: "\f193";
1327
+ }
1328
+ .fa-vimeo-square:before {
1329
+ content: "\f194";
1330
+ }
1331
+ .fa-turkish-lira:before,
1332
+ .fa-try:before {
1333
+ content: "\f195";
1334
+ }
1335
+ .fa-plus-square-o:before {
1336
+ content: "\f196";
1337
+ }
1338
+ .fa-space-shuttle:before {
1339
+ content: "\f197";
1340
+ }
1341
+ .fa-slack:before {
1342
+ content: "\f198";
1343
+ }
1344
+ .fa-envelope-square:before {
1345
+ content: "\f199";
1346
+ }
1347
+ .fa-wordpress:before {
1348
+ content: "\f19a";
1349
+ }
1350
+ .fa-openid:before {
1351
+ content: "\f19b";
1352
+ }
1353
+ .fa-institution:before,
1354
+ .fa-bank:before,
1355
+ .fa-university:before {
1356
+ content: "\f19c";
1357
+ }
1358
+ .fa-mortar-board:before,
1359
+ .fa-graduation-cap:before {
1360
+ content: "\f19d";
1361
+ }
1362
+ .fa-yahoo:before {
1363
+ content: "\f19e";
1364
+ }
1365
+ .fa-google:before {
1366
+ content: "\f1a0";
1367
+ }
1368
+ .fa-reddit:before {
1369
+ content: "\f1a1";
1370
+ }
1371
+ .fa-reddit-square:before {
1372
+ content: "\f1a2";
1373
+ }
1374
+ .fa-stumbleupon-circle:before {
1375
+ content: "\f1a3";
1376
+ }
1377
+ .fa-stumbleupon:before {
1378
+ content: "\f1a4";
1379
+ }
1380
+ .fa-delicious:before {
1381
+ content: "\f1a5";
1382
+ }
1383
+ .fa-digg:before {
1384
+ content: "\f1a6";
1385
+ }
1386
+ .fa-pied-piper-pp:before {
1387
+ content: "\f1a7";
1388
+ }
1389
+ .fa-pied-piper-alt:before {
1390
+ content: "\f1a8";
1391
+ }
1392
+ .fa-drupal:before {
1393
+ content: "\f1a9";
1394
+ }
1395
+ .fa-joomla:before {
1396
+ content: "\f1aa";
1397
+ }
1398
+ .fa-language:before {
1399
+ content: "\f1ab";
1400
+ }
1401
+ .fa-fax:before {
1402
+ content: "\f1ac";
1403
+ }
1404
+ .fa-building:before {
1405
+ content: "\f1ad";
1406
+ }
1407
+ .fa-child:before {
1408
+ content: "\f1ae";
1409
+ }
1410
+ .fa-paw:before {
1411
+ content: "\f1b0";
1412
+ }
1413
+ .fa-spoon:before {
1414
+ content: "\f1b1";
1415
+ }
1416
+ .fa-cube:before {
1417
+ content: "\f1b2";
1418
+ }
1419
+ .fa-cubes:before {
1420
+ content: "\f1b3";
1421
+ }
1422
+ .fa-behance:before {
1423
+ content: "\f1b4";
1424
+ }
1425
+ .fa-behance-square:before {
1426
+ content: "\f1b5";
1427
+ }
1428
+ .fa-steam:before {
1429
+ content: "\f1b6";
1430
+ }
1431
+ .fa-steam-square:before {
1432
+ content: "\f1b7";
1433
+ }
1434
+ .fa-recycle:before {
1435
+ content: "\f1b8";
1436
+ }
1437
+ .fa-automobile:before,
1438
+ .fa-car:before {
1439
+ content: "\f1b9";
1440
+ }
1441
+ .fa-cab:before,
1442
+ .fa-taxi:before {
1443
+ content: "\f1ba";
1444
+ }
1445
+ .fa-tree:before {
1446
+ content: "\f1bb";
1447
+ }
1448
+ .fa-spotify:before {
1449
+ content: "\f1bc";
1450
+ }
1451
+ .fa-deviantart:before {
1452
+ content: "\f1bd";
1453
+ }
1454
+ .fa-soundcloud:before {
1455
+ content: "\f1be";
1456
+ }
1457
+ .fa-database:before {
1458
+ content: "\f1c0";
1459
+ }
1460
+ .fa-file-pdf-o:before {
1461
+ content: "\f1c1";
1462
+ }
1463
+ .fa-file-word-o:before {
1464
+ content: "\f1c2";
1465
+ }
1466
+ .fa-file-excel-o:before {
1467
+ content: "\f1c3";
1468
+ }
1469
+ .fa-file-powerpoint-o:before {
1470
+ content: "\f1c4";
1471
+ }
1472
+ .fa-file-photo-o:before,
1473
+ .fa-file-picture-o:before,
1474
+ .fa-file-image-o:before {
1475
+ content: "\f1c5";
1476
+ }
1477
+ .fa-file-zip-o:before,
1478
+ .fa-file-archive-o:before {
1479
+ content: "\f1c6";
1480
+ }
1481
+ .fa-file-sound-o:before,
1482
+ .fa-file-audio-o:before {
1483
+ content: "\f1c7";
1484
+ }
1485
+ .fa-file-movie-o:before,
1486
+ .fa-file-video-o:before {
1487
+ content: "\f1c8";
1488
+ }
1489
+ .fa-file-code-o:before {
1490
+ content: "\f1c9";
1491
+ }
1492
+ .fa-vine:before {
1493
+ content: "\f1ca";
1494
+ }
1495
+ .fa-codepen:before {
1496
+ content: "\f1cb";
1497
+ }
1498
+ .fa-jsfiddle:before {
1499
+ content: "\f1cc";
1500
+ }
1501
+ .fa-life-bouy:before,
1502
+ .fa-life-buoy:before,
1503
+ .fa-life-saver:before,
1504
+ .fa-support:before,
1505
+ .fa-life-ring:before {
1506
+ content: "\f1cd";
1507
+ }
1508
+ .fa-circle-o-notch:before {
1509
+ content: "\f1ce";
1510
+ }
1511
+ .fa-ra:before,
1512
+ .fa-resistance:before,
1513
+ .fa-rebel:before {
1514
+ content: "\f1d0";
1515
+ }
1516
+ .fa-ge:before,
1517
+ .fa-empire:before {
1518
+ content: "\f1d1";
1519
+ }
1520
+ .fa-git-square:before {
1521
+ content: "\f1d2";
1522
+ }
1523
+ .fa-git:before {
1524
+ content: "\f1d3";
1525
+ }
1526
+ .fa-y-combinator-square:before,
1527
+ .fa-yc-square:before,
1528
+ .fa-hacker-news:before {
1529
+ content: "\f1d4";
1530
+ }
1531
+ .fa-tencent-weibo:before {
1532
+ content: "\f1d5";
1533
+ }
1534
+ .fa-qq:before {
1535
+ content: "\f1d6";
1536
+ }
1537
+ .fa-wechat:before,
1538
+ .fa-weixin:before {
1539
+ content: "\f1d7";
1540
+ }
1541
+ .fa-send:before,
1542
+ .fa-paper-plane:before {
1543
+ content: "\f1d8";
1544
+ }
1545
+ .fa-send-o:before,
1546
+ .fa-paper-plane-o:before {
1547
+ content: "\f1d9";
1548
+ }
1549
+ .fa-history:before {
1550
+ content: "\f1da";
1551
+ }
1552
+ .fa-circle-thin:before {
1553
+ content: "\f1db";
1554
+ }
1555
+ .fa-header:before {
1556
+ content: "\f1dc";
1557
+ }
1558
+ .fa-paragraph:before {
1559
+ content: "\f1dd";
1560
+ }
1561
+ .fa-sliders:before {
1562
+ content: "\f1de";
1563
+ }
1564
+ .fa-share-alt:before {
1565
+ content: "\f1e0";
1566
+ }
1567
+ .fa-share-alt-square:before {
1568
+ content: "\f1e1";
1569
+ }
1570
+ .fa-bomb:before {
1571
+ content: "\f1e2";
1572
+ }
1573
+ .fa-soccer-ball-o:before,
1574
+ .fa-futbol-o:before {
1575
+ content: "\f1e3";
1576
+ }
1577
+ .fa-tty:before {
1578
+ content: "\f1e4";
1579
+ }
1580
+ .fa-binoculars:before {
1581
+ content: "\f1e5";
1582
+ }
1583
+ .fa-plug:before {
1584
+ content: "\f1e6";
1585
+ }
1586
+ .fa-slideshare:before {
1587
+ content: "\f1e7";
1588
+ }
1589
+ .fa-twitch:before {
1590
+ content: "\f1e8";
1591
+ }
1592
+ .fa-yelp:before {
1593
+ content: "\f1e9";
1594
+ }
1595
+ .fa-newspaper-o:before {
1596
+ content: "\f1ea";
1597
+ }
1598
+ .fa-wifi:before {
1599
+ content: "\f1eb";
1600
+ }
1601
+ .fa-calculator:before {
1602
+ content: "\f1ec";
1603
+ }
1604
+ .fa-paypal:before {
1605
+ content: "\f1ed";
1606
+ }
1607
+ .fa-google-wallet:before {
1608
+ content: "\f1ee";
1609
+ }
1610
+ .fa-cc-visa:before {
1611
+ content: "\f1f0";
1612
+ }
1613
+ .fa-cc-mastercard:before {
1614
+ content: "\f1f1";
1615
+ }
1616
+ .fa-cc-discover:before {
1617
+ content: "\f1f2";
1618
+ }
1619
+ .fa-cc-amex:before {
1620
+ content: "\f1f3";
1621
+ }
1622
+ .fa-cc-paypal:before {
1623
+ content: "\f1f4";
1624
+ }
1625
+ .fa-cc-stripe:before {
1626
+ content: "\f1f5";
1627
+ }
1628
+ .fa-bell-slash:before {
1629
+ content: "\f1f6";
1630
+ }
1631
+ .fa-bell-slash-o:before {
1632
+ content: "\f1f7";
1633
+ }
1634
+ .fa-trash:before {
1635
+ content: "\f1f8";
1636
+ }
1637
+ .fa-copyright:before {
1638
+ content: "\f1f9";
1639
+ }
1640
+ .fa-at:before {
1641
+ content: "\f1fa";
1642
+ }
1643
+ .fa-eyedropper:before {
1644
+ content: "\f1fb";
1645
+ }
1646
+ .fa-paint-brush:before {
1647
+ content: "\f1fc";
1648
+ }
1649
+ .fa-birthday-cake:before {
1650
+ content: "\f1fd";
1651
+ }
1652
+ .fa-area-chart:before {
1653
+ content: "\f1fe";
1654
+ }
1655
+ .fa-pie-chart:before {
1656
+ content: "\f200";
1657
+ }
1658
+ .fa-line-chart:before {
1659
+ content: "\f201";
1660
+ }
1661
+ .fa-lastfm:before {
1662
+ content: "\f202";
1663
+ }
1664
+ .fa-lastfm-square:before {
1665
+ content: "\f203";
1666
+ }
1667
+ .fa-toggle-off:before {
1668
+ content: "\f204";
1669
+ }
1670
+ .fa-toggle-on:before {
1671
+ content: "\f205";
1672
+ }
1673
+ .fa-bicycle:before {
1674
+ content: "\f206";
1675
+ }
1676
+ .fa-bus:before {
1677
+ content: "\f207";
1678
+ }
1679
+ .fa-ioxhost:before {
1680
+ content: "\f208";
1681
+ }
1682
+ .fa-angellist:before {
1683
+ content: "\f209";
1684
+ }
1685
+ .fa-cc:before {
1686
+ content: "\f20a";
1687
+ }
1688
+ .fa-shekel:before,
1689
+ .fa-sheqel:before,
1690
+ .fa-ils:before {
1691
+ content: "\f20b";
1692
+ }
1693
+ .fa-meanpath:before {
1694
+ content: "\f20c";
1695
+ }
1696
+ .fa-buysellads:before {
1697
+ content: "\f20d";
1698
+ }
1699
+ .fa-connectdevelop:before {
1700
+ content: "\f20e";
1701
+ }
1702
+ .fa-dashcube:before {
1703
+ content: "\f210";
1704
+ }
1705
+ .fa-forumbee:before {
1706
+ content: "\f211";
1707
+ }
1708
+ .fa-leanpub:before {
1709
+ content: "\f212";
1710
+ }
1711
+ .fa-sellsy:before {
1712
+ content: "\f213";
1713
+ }
1714
+ .fa-shirtsinbulk:before {
1715
+ content: "\f214";
1716
+ }
1717
+ .fa-simplybuilt:before {
1718
+ content: "\f215";
1719
+ }
1720
+ .fa-skyatlas:before {
1721
+ content: "\f216";
1722
+ }
1723
+ .fa-cart-plus:before {
1724
+ content: "\f217";
1725
+ }
1726
+ .fa-cart-arrow-down:before {
1727
+ content: "\f218";
1728
+ }
1729
+ .fa-diamond:before {
1730
+ content: "\f219";
1731
+ }
1732
+ .fa-ship:before {
1733
+ content: "\f21a";
1734
+ }
1735
+ .fa-user-secret:before {
1736
+ content: "\f21b";
1737
+ }
1738
+ .fa-motorcycle:before {
1739
+ content: "\f21c";
1740
+ }
1741
+ .fa-street-view:before {
1742
+ content: "\f21d";
1743
+ }
1744
+ .fa-heartbeat:before {
1745
+ content: "\f21e";
1746
+ }
1747
+ .fa-venus:before {
1748
+ content: "\f221";
1749
+ }
1750
+ .fa-mars:before {
1751
+ content: "\f222";
1752
+ }
1753
+ .fa-mercury:before {
1754
+ content: "\f223";
1755
+ }
1756
+ .fa-intersex:before,
1757
+ .fa-transgender:before {
1758
+ content: "\f224";
1759
+ }
1760
+ .fa-transgender-alt:before {
1761
+ content: "\f225";
1762
+ }
1763
+ .fa-venus-double:before {
1764
+ content: "\f226";
1765
+ }
1766
+ .fa-mars-double:before {
1767
+ content: "\f227";
1768
+ }
1769
+ .fa-venus-mars:before {
1770
+ content: "\f228";
1771
+ }
1772
+ .fa-mars-stroke:before {
1773
+ content: "\f229";
1774
+ }
1775
+ .fa-mars-stroke-v:before {
1776
+ content: "\f22a";
1777
+ }
1778
+ .fa-mars-stroke-h:before {
1779
+ content: "\f22b";
1780
+ }
1781
+ .fa-neuter:before {
1782
+ content: "\f22c";
1783
+ }
1784
+ .fa-genderless:before {
1785
+ content: "\f22d";
1786
+ }
1787
+ .fa-facebook-official:before {
1788
+ content: "\f230";
1789
+ }
1790
+ .fa-pinterest-p:before {
1791
+ content: "\f231";
1792
+ }
1793
+ .fa-whatsapp:before {
1794
+ content: "\f232";
1795
+ }
1796
+ .fa-server:before {
1797
+ content: "\f233";
1798
+ }
1799
+ .fa-user-plus:before {
1800
+ content: "\f234";
1801
+ }
1802
+ .fa-user-times:before {
1803
+ content: "\f235";
1804
+ }
1805
+ .fa-hotel:before,
1806
+ .fa-bed:before {
1807
+ content: "\f236";
1808
+ }
1809
+ .fa-viacoin:before {
1810
+ content: "\f237";
1811
+ }
1812
+ .fa-train:before {
1813
+ content: "\f238";
1814
+ }
1815
+ .fa-subway:before {
1816
+ content: "\f239";
1817
+ }
1818
+ .fa-medium:before {
1819
+ content: "\f23a";
1820
+ }
1821
+ .fa-yc:before,
1822
+ .fa-y-combinator:before {
1823
+ content: "\f23b";
1824
+ }
1825
+ .fa-optin-monster:before {
1826
+ content: "\f23c";
1827
+ }
1828
+ .fa-opencart:before {
1829
+ content: "\f23d";
1830
+ }
1831
+ .fa-expeditedssl:before {
1832
+ content: "\f23e";
1833
+ }
1834
+ .fa-battery-4:before,
1835
+ .fa-battery:before,
1836
+ .fa-battery-full:before {
1837
+ content: "\f240";
1838
+ }
1839
+ .fa-battery-3:before,
1840
+ .fa-battery-three-quarters:before {
1841
+ content: "\f241";
1842
+ }
1843
+ .fa-battery-2:before,
1844
+ .fa-battery-half:before {
1845
+ content: "\f242";
1846
+ }
1847
+ .fa-battery-1:before,
1848
+ .fa-battery-quarter:before {
1849
+ content: "\f243";
1850
+ }
1851
+ .fa-battery-0:before,
1852
+ .fa-battery-empty:before {
1853
+ content: "\f244";
1854
+ }
1855
+ .fa-mouse-pointer:before {
1856
+ content: "\f245";
1857
+ }
1858
+ .fa-i-cursor:before {
1859
+ content: "\f246";
1860
+ }
1861
+ .fa-object-group:before {
1862
+ content: "\f247";
1863
+ }
1864
+ .fa-object-ungroup:before {
1865
+ content: "\f248";
1866
+ }
1867
+ .fa-sticky-note:before {
1868
+ content: "\f249";
1869
+ }
1870
+ .fa-sticky-note-o:before {
1871
+ content: "\f24a";
1872
+ }
1873
+ .fa-cc-jcb:before {
1874
+ content: "\f24b";
1875
+ }
1876
+ .fa-cc-diners-club:before {
1877
+ content: "\f24c";
1878
+ }
1879
+ .fa-clone:before {
1880
+ content: "\f24d";
1881
+ }
1882
+ .fa-balance-scale:before {
1883
+ content: "\f24e";
1884
+ }
1885
+ .fa-hourglass-o:before {
1886
+ content: "\f250";
1887
+ }
1888
+ .fa-hourglass-1:before,
1889
+ .fa-hourglass-start:before {
1890
+ content: "\f251";
1891
+ }
1892
+ .fa-hourglass-2:before,
1893
+ .fa-hourglass-half:before {
1894
+ content: "\f252";
1895
+ }
1896
+ .fa-hourglass-3:before,
1897
+ .fa-hourglass-end:before {
1898
+ content: "\f253";
1899
+ }
1900
+ .fa-hourglass:before {
1901
+ content: "\f254";
1902
+ }
1903
+ .fa-hand-grab-o:before,
1904
+ .fa-hand-rock-o:before {
1905
+ content: "\f255";
1906
+ }
1907
+ .fa-hand-stop-o:before,
1908
+ .fa-hand-paper-o:before {
1909
+ content: "\f256";
1910
+ }
1911
+ .fa-hand-scissors-o:before {
1912
+ content: "\f257";
1913
+ }
1914
+ .fa-hand-lizard-o:before {
1915
+ content: "\f258";
1916
+ }
1917
+ .fa-hand-spock-o:before {
1918
+ content: "\f259";
1919
+ }
1920
+ .fa-hand-pointer-o:before {
1921
+ content: "\f25a";
1922
+ }
1923
+ .fa-hand-peace-o:before {
1924
+ content: "\f25b";
1925
+ }
1926
+ .fa-trademark:before {
1927
+ content: "\f25c";
1928
+ }
1929
+ .fa-registered:before {
1930
+ content: "\f25d";
1931
+ }
1932
+ .fa-creative-commons:before {
1933
+ content: "\f25e";
1934
+ }
1935
+ .fa-gg:before {
1936
+ content: "\f260";
1937
+ }
1938
+ .fa-gg-circle:before {
1939
+ content: "\f261";
1940
+ }
1941
+ .fa-tripadvisor:before {
1942
+ content: "\f262";
1943
+ }
1944
+ .fa-odnoklassniki:before {
1945
+ content: "\f263";
1946
+ }
1947
+ .fa-odnoklassniki-square:before {
1948
+ content: "\f264";
1949
+ }
1950
+ .fa-get-pocket:before {
1951
+ content: "\f265";
1952
+ }
1953
+ .fa-wikipedia-w:before {
1954
+ content: "\f266";
1955
+ }
1956
+ .fa-safari:before {
1957
+ content: "\f267";
1958
+ }
1959
+ .fa-chrome:before {
1960
+ content: "\f268";
1961
+ }
1962
+ .fa-firefox:before {
1963
+ content: "\f269";
1964
+ }
1965
+ .fa-opera:before {
1966
+ content: "\f26a";
1967
+ }
1968
+ .fa-internet-explorer:before {
1969
+ content: "\f26b";
1970
+ }
1971
+ .fa-tv:before,
1972
+ .fa-television:before {
1973
+ content: "\f26c";
1974
+ }
1975
+ .fa-contao:before {
1976
+ content: "\f26d";
1977
+ }
1978
+ .fa-500px:before {
1979
+ content: "\f26e";
1980
+ }
1981
+ .fa-amazon:before {
1982
+ content: "\f270";
1983
+ }
1984
+ .fa-calendar-plus-o:before {
1985
+ content: "\f271";
1986
+ }
1987
+ .fa-calendar-minus-o:before {
1988
+ content: "\f272";
1989
+ }
1990
+ .fa-calendar-times-o:before {
1991
+ content: "\f273";
1992
+ }
1993
+ .fa-calendar-check-o:before {
1994
+ content: "\f274";
1995
+ }
1996
+ .fa-industry:before {
1997
+ content: "\f275";
1998
+ }
1999
+ .fa-map-pin:before {
2000
+ content: "\f276";
2001
+ }
2002
+ .fa-map-signs:before {
2003
+ content: "\f277";
2004
+ }
2005
+ .fa-map-o:before {
2006
+ content: "\f278";
2007
+ }
2008
+ .fa-map:before {
2009
+ content: "\f279";
2010
+ }
2011
+ .fa-commenting:before {
2012
+ content: "\f27a";
2013
+ }
2014
+ .fa-commenting-o:before {
2015
+ content: "\f27b";
2016
+ }
2017
+ .fa-houzz:before {
2018
+ content: "\f27c";
2019
+ }
2020
+ .fa-vimeo:before {
2021
+ content: "\f27d";
2022
+ }
2023
+ .fa-black-tie:before {
2024
+ content: "\f27e";
2025
+ }
2026
+ .fa-fonticons:before {
2027
+ content: "\f280";
2028
+ }
2029
+ .fa-reddit-alien:before {
2030
+ content: "\f281";
2031
+ }
2032
+ .fa-edge:before {
2033
+ content: "\f282";
2034
+ }
2035
+ .fa-credit-card-alt:before {
2036
+ content: "\f283";
2037
+ }
2038
+ .fa-codiepie:before {
2039
+ content: "\f284";
2040
+ }
2041
+ .fa-modx:before {
2042
+ content: "\f285";
2043
+ }
2044
+ .fa-fort-awesome:before {
2045
+ content: "\f286";
2046
+ }
2047
+ .fa-usb:before {
2048
+ content: "\f287";
2049
+ }
2050
+ .fa-product-hunt:before {
2051
+ content: "\f288";
2052
+ }
2053
+ .fa-mixcloud:before {
2054
+ content: "\f289";
2055
+ }
2056
+ .fa-scribd:before {
2057
+ content: "\f28a";
2058
+ }
2059
+ .fa-pause-circle:before {
2060
+ content: "\f28b";
2061
+ }
2062
+ .fa-pause-circle-o:before {
2063
+ content: "\f28c";
2064
+ }
2065
+ .fa-stop-circle:before {
2066
+ content: "\f28d";
2067
+ }
2068
+ .fa-stop-circle-o:before {
2069
+ content: "\f28e";
2070
+ }
2071
+ .fa-shopping-bag:before {
2072
+ content: "\f290";
2073
+ }
2074
+ .fa-shopping-basket:before {
2075
+ content: "\f291";
2076
+ }
2077
+ .fa-hashtag:before {
2078
+ content: "\f292";
2079
+ }
2080
+ .fa-bluetooth:before {
2081
+ content: "\f293";
2082
+ }
2083
+ .fa-bluetooth-b:before {
2084
+ content: "\f294";
2085
+ }
2086
+ .fa-percent:before {
2087
+ content: "\f295";
2088
+ }
2089
+ .fa-gitlab:before {
2090
+ content: "\f296";
2091
+ }
2092
+ .fa-wpbeginner:before {
2093
+ content: "\f297";
2094
+ }
2095
+ .fa-wpforms:before {
2096
+ content: "\f298";
2097
+ }
2098
+ .fa-envira:before {
2099
+ content: "\f299";
2100
+ }
2101
+ .fa-universal-access:before {
2102
+ content: "\f29a";
2103
+ }
2104
+ .fa-wheelchair-alt:before {
2105
+ content: "\f29b";
2106
+ }
2107
+ .fa-question-circle-o:before {
2108
+ content: "\f29c";
2109
+ }
2110
+ .fa-blind:before {
2111
+ content: "\f29d";
2112
+ }
2113
+ .fa-audio-description:before {
2114
+ content: "\f29e";
2115
+ }
2116
+ .fa-volume-control-phone:before {
2117
+ content: "\f2a0";
2118
+ }
2119
+ .fa-braille:before {
2120
+ content: "\f2a1";
2121
+ }
2122
+ .fa-assistive-listening-systems:before {
2123
+ content: "\f2a2";
2124
+ }
2125
+ .fa-asl-interpreting:before,
2126
+ .fa-american-sign-language-interpreting:before {
2127
+ content: "\f2a3";
2128
+ }
2129
+ .fa-deafness:before,
2130
+ .fa-hard-of-hearing:before,
2131
+ .fa-deaf:before {
2132
+ content: "\f2a4";
2133
+ }
2134
+ .fa-glide:before {
2135
+ content: "\f2a5";
2136
+ }
2137
+ .fa-glide-g:before {
2138
+ content: "\f2a6";
2139
+ }
2140
+ .fa-signing:before,
2141
+ .fa-sign-language:before {
2142
+ content: "\f2a7";
2143
+ }
2144
+ .fa-low-vision:before {
2145
+ content: "\f2a8";
2146
+ }
2147
+ .fa-viadeo:before {
2148
+ content: "\f2a9";
2149
+ }
2150
+ .fa-viadeo-square:before {
2151
+ content: "\f2aa";
2152
+ }
2153
+ .fa-snapchat:before {
2154
+ content: "\f2ab";
2155
+ }
2156
+ .fa-snapchat-ghost:before {
2157
+ content: "\f2ac";
2158
+ }
2159
+ .fa-snapchat-square:before {
2160
+ content: "\f2ad";
2161
+ }
2162
+ .fa-pied-piper:before {
2163
+ content: "\f2ae";
2164
+ }
2165
+ .fa-first-order:before {
2166
+ content: "\f2b0";
2167
+ }
2168
+ .fa-yoast:before {
2169
+ content: "\f2b1";
2170
+ }
2171
+ .fa-themeisle:before {
2172
+ content: "\f2b2";
2173
+ }
2174
+ .fa-google-plus-circle:before,
2175
+ .fa-google-plus-official:before {
2176
+ content: "\f2b3";
2177
+ }
2178
+ .fa-fa:before,
2179
+ .fa-font-awesome:before {
2180
+ content: "\f2b4";
2181
+ }
2182
+ .fa-handshake-o:before {
2183
+ content: "\f2b5";
2184
+ }
2185
+ .fa-envelope-open:before {
2186
+ content: "\f2b6";
2187
+ }
2188
+ .fa-envelope-open-o:before {
2189
+ content: "\f2b7";
2190
+ }
2191
+ .fa-linode:before {
2192
+ content: "\f2b8";
2193
+ }
2194
+ .fa-address-book:before {
2195
+ content: "\f2b9";
2196
+ }
2197
+ .fa-address-book-o:before {
2198
+ content: "\f2ba";
2199
+ }
2200
+ .fa-vcard:before,
2201
+ .fa-address-card:before {
2202
+ content: "\f2bb";
2203
+ }
2204
+ .fa-vcard-o:before,
2205
+ .fa-address-card-o:before {
2206
+ content: "\f2bc";
2207
+ }
2208
+ .fa-user-circle:before {
2209
+ content: "\f2bd";
2210
+ }
2211
+ .fa-user-circle-o:before {
2212
+ content: "\f2be";
2213
+ }
2214
+ .fa-user-o:before {
2215
+ content: "\f2c0";
2216
+ }
2217
+ .fa-id-badge:before {
2218
+ content: "\f2c1";
2219
+ }
2220
+ .fa-drivers-license:before,
2221
+ .fa-id-card:before {
2222
+ content: "\f2c2";
2223
+ }
2224
+ .fa-drivers-license-o:before,
2225
+ .fa-id-card-o:before {
2226
+ content: "\f2c3";
2227
+ }
2228
+ .fa-quora:before {
2229
+ content: "\f2c4";
2230
+ }
2231
+ .fa-free-code-camp:before {
2232
+ content: "\f2c5";
2233
+ }
2234
+ .fa-telegram:before {
2235
+ content: "\f2c6";
2236
+ }
2237
+ .fa-thermometer-4:before,
2238
+ .fa-thermometer:before,
2239
+ .fa-thermometer-full:before {
2240
+ content: "\f2c7";
2241
+ }
2242
+ .fa-thermometer-3:before,
2243
+ .fa-thermometer-three-quarters:before {
2244
+ content: "\f2c8";
2245
+ }
2246
+ .fa-thermometer-2:before,
2247
+ .fa-thermometer-half:before {
2248
+ content: "\f2c9";
2249
+ }
2250
+ .fa-thermometer-1:before,
2251
+ .fa-thermometer-quarter:before {
2252
+ content: "\f2ca";
2253
+ }
2254
+ .fa-thermometer-0:before,
2255
+ .fa-thermometer-empty:before {
2256
+ content: "\f2cb";
2257
+ }
2258
+ .fa-shower:before {
2259
+ content: "\f2cc";
2260
+ }
2261
+ .fa-bathtub:before,
2262
+ .fa-s15:before,
2263
+ .fa-bath:before {
2264
+ content: "\f2cd";
2265
+ }
2266
+ .fa-podcast:before {
2267
+ content: "\f2ce";
2268
+ }
2269
+ .fa-window-maximize:before {
2270
+ content: "\f2d0";
2271
+ }
2272
+ .fa-window-minimize:before {
2273
+ content: "\f2d1";
2274
+ }
2275
+ .fa-window-restore:before {
2276
+ content: "\f2d2";
2277
+ }
2278
+ .fa-times-rectangle:before,
2279
+ .fa-window-close:before {
2280
+ content: "\f2d3";
2281
+ }
2282
+ .fa-times-rectangle-o:before,
2283
+ .fa-window-close-o:before {
2284
+ content: "\f2d4";
2285
+ }
2286
+ .fa-bandcamp:before {
2287
+ content: "\f2d5";
2288
+ }
2289
+ .fa-grav:before {
2290
+ content: "\f2d6";
2291
+ }
2292
+ .fa-etsy:before {
2293
+ content: "\f2d7";
2294
+ }
2295
+ .fa-imdb:before {
2296
+ content: "\f2d8";
2297
+ }
2298
+ .fa-ravelry:before {
2299
+ content: "\f2d9";
2300
+ }
2301
+ .fa-eercast:before {
2302
+ content: "\f2da";
2303
+ }
2304
+ .fa-microchip:before {
2305
+ content: "\f2db";
2306
+ }
2307
+ .fa-snowflake-o:before {
2308
+ content: "\f2dc";
2309
+ }
2310
+ .fa-superpowers:before {
2311
+ content: "\f2dd";
2312
+ }
2313
+ .fa-wpexplorer:before {
2314
+ content: "\f2de";
2315
+ }
2316
+ .fa-meetup:before {
2317
+ content: "\f2e0";
2318
+ }
2319
+ .sr-only {
2320
+ position: absolute;
2321
+ width: 1px;
2322
+ height: 1px;
2323
+ padding: 0;
2324
+ margin: -1px;
2325
+ overflow: hidden;
2326
+ clip: rect(0, 0, 0, 0);
2327
+ border: 0;
2328
+ }
2329
+ .sr-only-focusable:active,
2330
+ .sr-only-focusable:focus {
2331
+ position: static;
2332
+ width: auto;
2333
+ height: auto;
2334
+ margin: 0;
2335
+ overflow: visible;
2336
+ clip: auto;
2337
+ }
css/font-awesome.min.css CHANGED
@@ -1,4 +1,4 @@
1
- /*!
2
- * Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
3
- * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
4
- */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.0.3');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.3333333333333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.2857142857142858em;text-align:center}.fa-ul{padding-left:0;margin-left:2.142857142857143em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.142857142857143em;width:2.142857142857143em;top:.14285714285714285em;text-align:center}.fa-li.fa-lg{left:-1.8571428571428572em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg)}100%{-ms-transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);-webkit-transform:scale(-1,1);-moz-transform:scale(-1,1);-ms-transform:scale(-1,1);-o-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);-webkit-transform:scale(1,-1);-moz-transform:scale(1,-1);-ms-transform:scale(1,-1);-o-transform:scale(1,-1);transform:scale(1,-1)}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-asc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-desc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-reply-all:before{content:"\f122"}.fa-mail-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}
1
+ /*!
2
+ * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
3
+ * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
4
+ */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
css/gutenberg.css CHANGED
@@ -1,51 +1,52 @@
1
- .wpgmza-gutenberg-block
2
- {
3
- padding: 1em;
4
- height: 300px;
5
- background: #F3F3F4;
6
- font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
7
- }
8
-
9
- .wpgmza-gutenberg-block .wpgmza-gutenberg-block-title
10
- {
11
- white-space: nowrap;
12
- font-size: 9pt;
13
- color: #333;
14
- position: absolute;
15
- top: 50%;
16
- left: 50%;
17
- transform: translate(-50%, -50%);
18
- }
19
-
20
- .wpgmza-gutenberg-block .dashicon.dashicons-location-alt
21
- {
22
- height: 64px;
23
- width: auto;
24
- position: absolute;
25
- top: 50%;
26
- left: 50%;
27
- transform: translate(-50%, -50%);
28
- color: #e0e0e0;
29
- }
30
-
31
- .wpgmza-gutenberg-block-title
32
- {
33
- padding-left: 0.5em;
34
- }
35
-
36
- .map-block-gutenberg-button-container
37
- {
38
- text-align: center;
39
- }
40
-
41
- .map-block-gutenberg-button-container>a
42
- {
43
- display: block;
44
- width: 100%;
45
- text-align: center;
46
- }
47
-
48
- .map-block-gutenberg-button-container i
49
- {
50
- padding-right: 0.34em;
 
51
  }
1
+ .wpgmza-gutenberg-block
2
+ {
3
+ padding: 1em;
4
+ height: 300px;
5
+ background: #F3F3F4;
6
+ font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
7
+ }
8
+
9
+ .wpgmza-gutenberg-block .wpgmza-gutenberg-block-title
10
+ {
11
+ white-space: nowrap;
12
+ font-size: 9pt;
13
+ color: #333;
14
+ position: absolute;
15
+ top: 50%;
16
+ left: 50%;
17
+ transform: translate(-50%, -50%);
18
+ }
19
+
20
+ .wpgmza-gutenberg-block .dashicon.dashicons-location-alt
21
+ {
22
+ height: 64px;
23
+ width: auto;
24
+ position: absolute;
25
+ top: 50%;
26
+ left: 50%;
27
+ transform: translate(-50%, -50%);
28
+ color: #e0e0e0;
29
+ }
30
+
31
+ .wpgmza-gutenberg-block-title
32
+ {
33
+ padding-left: 0.5em;
34
+ }
35
+
36
+ .map-block-gutenberg-button-container
37
+ {
38
+ text-align: center;
39
+ }
40
+
41
+ .map-block-gutenberg-button-container>a,
42
+ .map-block-gutenberg-button-container>button
43
+ {
44
+ display: block;
45
+ width: 100%;
46
+ text-align: center;
47
+ }
48
+
49
+ .map-block-gutenberg-button-container i
50
+ {
51
+ padding-right: 0.34em;
52
  }
css/jquery.dataTables.min.css CHANGED
@@ -1 +1 @@
1
- table.dataTable{width:100%;margin:0 auto;clear:both;border-collapse:separate;border-spacing:0}table.dataTable thead th,table.dataTable tfoot th{font-weight:bold}table.dataTable thead th,table.dataTable thead td{padding:10px 18px;border-bottom:1px solid #111}table.dataTable thead th:active,table.dataTable thead td:active{outline:none}table.dataTable tfoot th,table.dataTable tfoot td{padding:10px 18px 6px 18px;border-top:1px solid #111}table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,table.dataTable thead .sorting{cursor:pointer;*cursor:hand}table.dataTable thead .sorting{background:url("../images/sort_both.png") no-repeat center right}table.dataTable thead .sorting_asc{background:url("../images/sort_asc.png") no-repeat center right}table.dataTable thead .sorting_desc{background:url("../images/sort_desc.png") no-repeat center right}table.dataTable thead .sorting_asc_disabled{background:url("../images/sort_asc_disabled.png") no-repeat center right}table.dataTable thead .sorting_desc_disabled{background:url("../images/sort_desc_disabled.png") no-repeat center right}table.dataTable tbody tr{background-color:#fff}table.dataTable tbody tr.selected{background-color:#b0bed9}table.dataTable tbody th,table.dataTable tbody td{padding:8px 10px}table.dataTable.row-border tbody th,table.dataTable.row-border tbody td,table.dataTable.display tbody th,table.dataTable.display tbody td{border-top:1px solid #ddd}table.dataTable.row-border tbody tr:first-child th,table.dataTable.row-border tbody tr:first-child td,table.dataTable.display tbody tr:first-child th,table.dataTable.display tbody tr:first-child td{border-top:none}table.dataTable.cell-border tbody th,table.dataTable.cell-border tbody td{border-top:1px solid #ddd;border-right:1px solid #ddd}table.dataTable.cell-border tbody tr th:first-child,table.dataTable.cell-border tbody tr td:first-child{border-left:1px solid #ddd}table.dataTable.cell-border tbody tr:first-child th,table.dataTable.cell-border tbody tr:first-child td{border-top:none}table.dataTable.stripe tbody tr.odd,table.dataTable.display tbody tr.odd{background-color:#f9f9f9}table.dataTable.stripe tbody tr.odd.selected,table.dataTable.display tbody tr.odd.selected{background-color:#abb9d3}table.dataTable.hover tbody tr:hover,table.dataTable.hover tbody tr.odd:hover,table.dataTable.hover tbody tr.even:hover,table.dataTable.display tbody tr:hover,table.dataTable.display tbody tr.odd:hover,table.dataTable.display tbody tr.even:hover{background-color:#f5f5f5}table.dataTable.hover tbody tr:hover.selected,table.dataTable.hover tbody tr.odd:hover.selected,table.dataTable.hover tbody tr.even:hover.selected,table.dataTable.display tbody tr:hover.selected,table.dataTable.display tbody tr.odd:hover.selected,table.dataTable.display tbody tr.even:hover.selected{background-color:#a9b7d1}table.dataTable.order-column tbody tr>.sorting_1,table.dataTable.order-column tbody tr>.sorting_2,table.dataTable.order-column tbody tr>.sorting_3,table.dataTable.display tbody tr>.sorting_1,table.dataTable.display tbody tr>.sorting_2,table.dataTable.display tbody tr>.sorting_3{background-color:#f9f9f9}table.dataTable.order-column tbody tr.selected>.sorting_1,table.dataTable.order-column tbody tr.selected>.sorting_2,table.dataTable.order-column tbody tr.selected>.sorting_3,table.dataTable.display tbody tr.selected>.sorting_1,table.dataTable.display tbody tr.selected>.sorting_2,table.dataTable.display tbody tr.selected>.sorting_3{background-color:#acbad4}table.dataTable.display tbody tr.odd>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd>.sorting_1{background-color:#f1f1f1}table.dataTable.display tbody tr.odd>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd>.sorting_2{background-color:#f3f3f3}table.dataTable.display tbody tr.odd>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd>.sorting_3{background-color:#f5f5f5}table.dataTable.display tbody tr.odd.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1{background-color:#a6b3cd}table.dataTable.display tbody tr.odd.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_2{background-color:#a7b5ce}table.dataTable.display tbody tr.odd.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_3{background-color:#a9b6d0}table.dataTable.display tbody tr.even>.sorting_1,table.dataTable.order-column.stripe tbody tr.even>.sorting_1{background-color:#f9f9f9}table.dataTable.display tbody tr.even>.sorting_2,table.dataTable.order-column.stripe tbody tr.even>.sorting_2{background-color:#fbfbfb}table.dataTable.display tbody tr.even>.sorting_3,table.dataTable.order-column.stripe tbody tr.even>.sorting_3{background-color:#fdfdfd}table.dataTable.display tbody tr.even.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1{background-color:#acbad4}table.dataTable.display tbody tr.even.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_2{background-color:#adbbd6}table.dataTable.display tbody tr.even.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_3{background-color:#afbdd8}table.dataTable.display tbody tr:hover>.sorting_1,table.dataTable.display tbody tr.odd:hover>.sorting_1,table.dataTable.display tbody tr.even:hover>.sorting_1,table.dataTable.order-column.hover tbody tr:hover>.sorting_1,table.dataTable.order-column.hover tbody tr.odd:hover>.sorting_1,table.dataTable.order-column.hover tbody tr.even:hover>.sorting_1{background-color:#eaeaea}table.dataTable.display tbody tr:hover>.sorting_2,table.dataTable.display tbody tr.odd:hover>.sorting_2,table.dataTable.display tbody tr.even:hover>.sorting_2,table.dataTable.order-column.hover tbody tr:hover>.sorting_2,table.dataTable.order-column.hover tbody tr.odd:hover>.sorting_2,table.dataTable.order-column.hover tbody tr.even:hover>.sorting_2{background-color:#ebebeb}table.dataTable.display tbody tr:hover>.sorting_3,table.dataTable.display tbody tr.odd:hover>.sorting_3,table.dataTable.display tbody tr.even:hover>.sorting_3,table.dataTable.order-column.hover tbody tr:hover>.sorting_3,table.dataTable.order-column.hover tbody tr.odd:hover>.sorting_3,table.dataTable.order-column.hover tbody tr.even:hover>.sorting_3{background-color:#eee}table.dataTable.display tbody tr:hover.selected>.sorting_1,table.dataTable.display tbody tr.odd:hover.selected>.sorting_1,table.dataTable.display tbody tr.even:hover.selected>.sorting_1,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1,table.dataTable.order-column.hover tbody tr.odd:hover.selected>.sorting_1,table.dataTable.order-column.hover tbody tr.even:hover.selected>.sorting_1{background-color:#a1aec7}table.dataTable.display tbody tr:hover.selected>.sorting_2,table.dataTable.display tbody tr.odd:hover.selected>.sorting_2,table.dataTable.display tbody tr.even:hover.selected>.sorting_2,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2,table.dataTable.order-column.hover tbody tr.odd:hover.selected>.sorting_2,table.dataTable.order-column.hover tbody tr.even:hover.selected>.sorting_2{background-color:#a2afc8}table.dataTable.display tbody tr:hover.selected>.sorting_3,table.dataTable.display tbody tr.odd:hover.selected>.sorting_3,table.dataTable.display tbody tr.even:hover.selected>.sorting_3,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3,table.dataTable.order-column.hover tbody tr.odd:hover.selected>.sorting_3,table.dataTable.order-column.hover tbody tr.even:hover.selected>.sorting_3{background-color:#a4b2cb}table.dataTable.no-footer{border-bottom:1px solid #111}table.dataTable.nowrap th,table.dataTable.nowrap td{white-space:nowrap}table.dataTable.compact thead th,table.dataTable.compact thead td{padding:5px 9px}table.dataTable.compact tfoot th,table.dataTable.compact tfoot td{padding:5px 9px 3px 9px}table.dataTable.compact tbody th,table.dataTable.compact tbody td{padding:4px 5px}table.dataTable th.dt-left,table.dataTable td.dt-left{text-align:left}table.dataTable th.dt-center,table.dataTable td.dt-center,table.dataTable td.dataTables_empty{text-align:center}table.dataTable th.dt-right,table.dataTable td.dt-right{text-align:right}table.dataTable th.dt-justify,table.dataTable td.dt-justify{text-align:justify}table.dataTable th.dt-nowrap,table.dataTable td.dt-nowrap{white-space:nowrap}table.dataTable thead th.dt-head-left,table.dataTable thead td.dt-head-left,table.dataTable tfoot th.dt-head-left,table.dataTable tfoot td.dt-head-left{text-align:left}table.dataTable thead th.dt-head-center,table.dataTable thead td.dt-head-center,table.dataTable tfoot th.dt-head-center,table.dataTable tfoot td.dt-head-center{text-align:center}table.dataTable thead th.dt-head-right,table.dataTable thead td.dt-head-right,table.dataTable tfoot th.dt-head-right,table.dataTable tfoot td.dt-head-right{text-align:right}table.dataTable thead th.dt-head-justify,table.dataTable thead td.dt-head-justify,table.dataTable tfoot th.dt-head-justify,table.dataTable tfoot td.dt-head-justify{text-align:justify}table.dataTable thead th.dt-head-nowrap,table.dataTable thead td.dt-head-nowrap,table.dataTable tfoot th.dt-head-nowrap,table.dataTable tfoot td.dt-head-nowrap{white-space:nowrap}table.dataTable tbody th.dt-body-left,table.dataTable tbody td.dt-body-left{text-align:left}table.dataTable tbody th.dt-body-center,table.dataTable tbody td.dt-body-center{text-align:center}table.dataTable tbody th.dt-body-right,table.dataTable tbody td.dt-body-right{text-align:right}table.dataTable tbody th.dt-body-justify,table.dataTable tbody td.dt-body-justify{text-align:justify}table.dataTable tbody th.dt-body-nowrap,table.dataTable tbody td.dt-body-nowrap{white-space:nowrap}table.dataTable,table.dataTable th,table.dataTable td{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.dataTables_wrapper{position:relative;clear:both;*zoom:1;zoom:1}.dataTables_wrapper .dataTables_length{float:left}.dataTables_wrapper .dataTables_filter{float:right;text-align:right}.dataTables_wrapper .dataTables_filter input{margin-left:0.5em}.dataTables_wrapper .dataTables_info{clear:both;float:left;padding-top:0.755em}.dataTables_wrapper .dataTables_paginate{float:right;text-align:right;padding-top:0.25em}.dataTables_wrapper .dataTables_paginate .paginate_button{box-sizing:border-box;display:inline-block;min-width:1.5em;padding:0.5em 1em;margin-left:2px;text-align:center;text-decoration:none !important;cursor:pointer;*cursor:hand;color:#333 !important;border:1px solid transparent}.dataTables_wrapper .dataTables_paginate .paginate_button.current,.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{color:#333 !important;border:1px solid #cacaca;background-color:#fff;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));background:-webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-o-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:linear-gradient(to bottom, #fff 0%, #dcdcdc 100%)}.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{cursor:default;color:#666 !important;border:1px solid transparent;background:transparent;box-shadow:none}.dataTables_wrapper .dataTables_paginate .paginate_button:hover{color:white !important;border:1px solid #111;background-color:#585858;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));background:-webkit-linear-gradient(top, #585858 0%, #111 100%);background:-moz-linear-gradient(top, #585858 0%, #111 100%);background:-ms-linear-gradient(top, #585858 0%, #111 100%);background:-o-linear-gradient(top, #585858 0%, #111 100%);background:linear-gradient(to bottom, #585858 0%, #111 100%)}.dataTables_wrapper .dataTables_paginate .paginate_button:active{outline:none;background-color:#2b2b2b;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));background:-webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);box-shadow:inset 0 0 3px #111}.dataTables_wrapper .dataTables_processing{position:absolute;top:50%;left:50%;width:100%;height:40px;margin-left:-50%;margin-top:-25px;padding-top:20px;text-align:center;font-size:1.2em;background-color:white;background:-webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(25%, rgba(255,255,255,0.9)), color-stop(75%, rgba(255,255,255,0.9)), color-stop(100%, rgba(255,255,255,0)));background:-webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:-moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:-ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:-o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%)}.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter,.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_processing,.dataTables_wrapper .dataTables_paginate{color:#333}.dataTables_wrapper .dataTables_scroll{clear:both}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody{*margin-top:-1px;-webkit-overflow-scrolling:touch}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td>div.dataTables_sizing{height:0;overflow:hidden;margin:0 !important;padding:0 !important}.dataTables_wrapper.no-footer .dataTables_scrollBody{border-bottom:1px solid #111}.dataTables_wrapper.no-footer div.dataTables_scrollHead table,.dataTables_wrapper.no-footer div.dataTables_scrollBody table{border-bottom:none}.dataTables_wrapper:after{visibility:hidden;display:block;content:"";clear:both;height:0}@media screen and (max-width: 767px){.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_paginate{float:none;text-align:center}.dataTables_wrapper .dataTables_paginate{margin-top:0.5em}}@media screen and (max-width: 640px){.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter{float:none;text-align:center}.dataTables_wrapper .dataTables_filter{margin-top:0.5em}}
1
+ table.dataTable{width:100%;margin:0 auto;clear:both;border-collapse:separate;border-spacing:0}table.dataTable thead th,table.dataTable tfoot th{font-weight:bold}table.dataTable thead th,table.dataTable thead td{padding:10px 18px;border-bottom:1px solid #111}table.dataTable thead th:active,table.dataTable thead td:active{outline:none}table.dataTable tfoot th,table.dataTable tfoot td{padding:10px 18px 6px 18px;border-top:1px solid #111}table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,table.dataTable thead .sorting{cursor:pointer;*cursor:hand}table.dataTable thead .sorting{background:url("../images/sort_both.png") no-repeat center right}table.dataTable thead .sorting_asc{background:url("../images/sort_asc.png") no-repeat center right}table.dataTable thead .sorting_desc{background:url("../images/sort_desc.png") no-repeat center right}table.dataTable thead .sorting_asc_disabled{background:url("../images/sort_asc_disabled.png") no-repeat center right}table.dataTable thead .sorting_desc_disabled{background:url("../images/sort_desc_disabled.png") no-repeat center right}table.dataTable tbody tr{background-color:#fff}table.dataTable tbody tr.selected{background-color:#b0bed9}table.dataTable tbody th,table.dataTable tbody td{padding:8px 10px}table.dataTable.row-border tbody th,table.dataTable.row-border tbody td,table.dataTable.display tbody th,table.dataTable.display tbody td{border-top:1px solid #ddd}table.dataTable.row-border tbody tr:first-child th,table.dataTable.row-border tbody tr:first-child td,table.dataTable.display tbody tr:first-child th,table.dataTable.display tbody tr:first-child td{border-top:none}table.dataTable.cell-border tbody th,table.dataTable.cell-border tbody td{border-top:1px solid #ddd;border-right:1px solid #ddd}table.dataTable.cell-border tbody tr th:first-child,table.dataTable.cell-border tbody tr td:first-child{border-left:1px solid #ddd}table.dataTable.cell-border tbody tr:first-child th,table.dataTable.cell-border tbody tr:first-child td{border-top:none}table.dataTable.stripe tbody tr.odd,table.dataTable.display tbody tr.odd{background-color:#f9f9f9}table.dataTable.stripe tbody tr.odd.selected,table.dataTable.display tbody tr.odd.selected{background-color:#abb9d3}table.dataTable.hover tbody tr:hover,table.dataTable.hover tbody tr.odd:hover,table.dataTable.hover tbody tr.even:hover,table.dataTable.display tbody tr:hover,table.dataTable.display tbody tr.odd:hover,table.dataTable.display tbody tr.even:hover{background-color:#f5f5f5}table.dataTable.hover tbody tr:hover.selected,table.dataTable.hover tbody tr.odd:hover.selected,table.dataTable.hover tbody tr.even:hover.selected,table.dataTable.display tbody tr:hover.selected,table.dataTable.display tbody tr.odd:hover.selected,table.dataTable.display tbody tr.even:hover.selected{background-color:#a9b7d1}table.dataTable.order-column tbody tr>.sorting_1,table.dataTable.order-column tbody tr>.sorting_2,table.dataTable.order-column tbody tr>.sorting_3,table.dataTable.display tbody tr>.sorting_1,table.dataTable.display tbody tr>.sorting_2,table.dataTable.display tbody tr>.sorting_3{background-color:#f9f9f9}table.dataTable.order-column tbody tr.selected>.sorting_1,table.dataTable.order-column tbody tr.selected>.sorting_2,table.dataTable.order-column tbody tr.selected>.sorting_3,table.dataTable.display tbody tr.selected>.sorting_1,table.dataTable.display tbody tr.selected>.sorting_2,table.dataTable.display tbody tr.selected>.sorting_3{background-color:#acbad4}table.dataTable.display tbody tr.odd>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd>.sorting_1{background-color:#f1f1f1}table.dataTable.display tbody tr.odd>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd>.sorting_2{background-color:#f3f3f3}table.dataTable.display tbody tr.odd>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd>.sorting_3{background-color:#f5f5f5}table.dataTable.display tbody tr.odd.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1{background-color:#a6b3cd}table.dataTable.display tbody tr.odd.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_2{background-color:#a7b5ce}table.dataTable.display tbody tr.odd.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_3{background-color:#a9b6d0}table.dataTable.display tbody tr.even>.sorting_1,table.dataTable.order-column.stripe tbody tr.even>.sorting_1{background-color:#f9f9f9}table.dataTable.display tbody tr.even>.sorting_2,table.dataTable.order-column.stripe tbody tr.even>.sorting_2{background-color:#fbfbfb}table.dataTable.display tbody tr.even>.sorting_3,table.dataTable.order-column.stripe tbody tr.even>.sorting_3{background-color:#fdfdfd}table.dataTable.display tbody tr.even.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1{background-color:#acbad4}table.dataTable.display tbody tr.even.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_2{background-color:#adbbd6}table.dataTable.display tbody tr.even.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_3{background-color:#afbdd8}table.dataTable.display tbody tr:hover>.sorting_1,table.dataTable.display tbody tr.odd:hover>.sorting_1,table.dataTable.display tbody tr.even:hover>.sorting_1,table.dataTable.order-column.hover tbody tr:hover>.sorting_1,table.dataTable.order-column.hover tbody tr.odd:hover>.sorting_1,table.dataTable.order-column.hover tbody tr.even:hover>.sorting_1{background-color:#eaeaea}table.dataTable.display tbody tr:hover>.sorting_2,table.dataTable.display tbody tr.odd:hover>.sorting_2,table.dataTable.display tbody tr.even:hover>.sorting_2,table.dataTable.order-column.hover tbody tr:hover>.sorting_2,table.dataTable.order-column.hover tbody tr.odd:hover>.sorting_2,table.dataTable.order-column.hover tbody tr.even:hover>.sorting_2{background-color:#ebebeb}table.dataTable.display tbody tr:hover>.sorting_3,table.dataTable.display tbody tr.odd:hover>.sorting_3,table.dataTable.display tbody tr.even:hover>.sorting_3,table.dataTable.order-column.hover tbody tr:hover>.sorting_3,table.dataTable.order-column.hover tbody tr.odd:hover>.sorting_3,table.dataTable.order-column.hover tbody tr.even:hover>.sorting_3{background-color:#eee}table.dataTable.display tbody tr:hover.selected>.sorting_1,table.dataTable.display tbody tr.odd:hover.selected>.sorting_1,table.dataTable.display tbody tr.even:hover.selected>.sorting_1,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1,table.dataTable.order-column.hover tbody tr.odd:hover.selected>.sorting_1,table.dataTable.order-column.hover tbody tr.even:hover.selected>.sorting_1{background-color:#a1aec7}table.dataTable.display tbody tr:hover.selected>.sorting_2,table.dataTable.display tbody tr.odd:hover.selected>.sorting_2,table.dataTable.display tbody tr.even:hover.selected>.sorting_2,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2,table.dataTable.order-column.hover tbody tr.odd:hover.selected>.sorting_2,table.dataTable.order-column.hover tbody tr.even:hover.selected>.sorting_2{background-color:#a2afc8}table.dataTable.display tbody tr:hover.selected>.sorting_3,table.dataTable.display tbody tr.odd:hover.selected>.sorting_3,table.dataTable.display tbody tr.even:hover.selected>.sorting_3,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3,table.dataTable.order-column.hover tbody tr.odd:hover.selected>.sorting_3,table.dataTable.order-column.hover tbody tr.even:hover.selected>.sorting_3{background-color:#a4b2cb}table.dataTable.no-footer{border-bottom:1px solid #111}table.dataTable.nowrap th,table.dataTable.nowrap td{white-space:nowrap}table.dataTable.compact thead th,table.dataTable.compact thead td{padding:5px 9px}table.dataTable.compact tfoot th,table.dataTable.compact tfoot td{padding:5px 9px 3px 9px}table.dataTable.compact tbody th,table.dataTable.compact tbody td{padding:4px 5px}table.dataTable th.dt-left,table.dataTable td.dt-left{text-align:left}table.dataTable th.dt-center,table.dataTable td.dt-center,table.dataTable td.dataTables_empty{text-align:center}table.dataTable th.dt-right,table.dataTable td.dt-right{text-align:right}table.dataTable th.dt-justify,table.dataTable td.dt-justify{text-align:justify}table.dataTable th.dt-nowrap,table.dataTable td.dt-nowrap{white-space:nowrap}table.dataTable thead th.dt-head-left,table.dataTable thead td.dt-head-left,table.dataTable tfoot th.dt-head-left,table.dataTable tfoot td.dt-head-left{text-align:left}table.dataTable thead th.dt-head-center,table.dataTable thead td.dt-head-center,table.dataTable tfoot th.dt-head-center,table.dataTable tfoot td.dt-head-center{text-align:center}table.dataTable thead th.dt-head-right,table.dataTable thead td.dt-head-right,table.dataTable tfoot th.dt-head-right,table.dataTable tfoot td.dt-head-right{text-align:right}table.dataTable thead th.dt-head-justify,table.dataTable thead td.dt-head-justify,table.dataTable tfoot th.dt-head-justify,table.dataTable tfoot td.dt-head-justify{text-align:justify}table.dataTable thead th.dt-head-nowrap,table.dataTable thead td.dt-head-nowrap,table.dataTable tfoot th.dt-head-nowrap,table.dataTable tfoot td.dt-head-nowrap{white-space:nowrap}table.dataTable tbody th.dt-body-left,table.dataTable tbody td.dt-body-left{text-align:left}table.dataTable tbody th.dt-body-center,table.dataTable tbody td.dt-body-center{text-align:center}table.dataTable tbody th.dt-body-right,table.dataTable tbody td.dt-body-right{text-align:right}table.dataTable tbody th.dt-body-justify,table.dataTable tbody td.dt-body-justify{text-align:justify}table.dataTable tbody th.dt-body-nowrap,table.dataTable tbody td.dt-body-nowrap{white-space:nowrap}table.dataTable,table.dataTable th,table.dataTable td{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.dataTables_wrapper{position:relative;clear:both;*zoom:1;zoom:1}.dataTables_wrapper .dataTables_length{float:left}.dataTables_wrapper .dataTables_filter{float:right;text-align:right}.dataTables_wrapper .dataTables_filter input{margin-left:0.5em}.dataTables_wrapper .dataTables_info{clear:both;float:left;padding-top:0.755em}.dataTables_wrapper .dataTables_paginate{float:right;text-align:right;padding-top:0.25em}.dataTables_wrapper .dataTables_paginate .paginate_button{box-sizing:border-box;display:inline-block;min-width:1.5em;padding:0.5em 1em;margin-left:2px;text-align:center;text-decoration:none !important;cursor:pointer;*cursor:hand;color:#333 !important;border:1px solid transparent}.dataTables_wrapper .dataTables_paginate .paginate_button.current,.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{color:#333 !important;border:1px solid #cacaca;background-color:#fff;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));background:-webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-o-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:linear-gradient(to bottom, #fff 0%, #dcdcdc 100%)}.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{cursor:default;color:#666 !important;border:1px solid transparent;background:transparent;box-shadow:none}.dataTables_wrapper .dataTables_paginate .paginate_button:hover{color:white !important;border:1px solid #111;background-color:#585858;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));background:-webkit-linear-gradient(top, #585858 0%, #111 100%);background:-moz-linear-gradient(top, #585858 0%, #111 100%);background:-ms-linear-gradient(top, #585858 0%, #111 100%);background:-o-linear-gradient(top, #585858 0%, #111 100%);background:linear-gradient(to bottom, #585858 0%, #111 100%)}.dataTables_wrapper .dataTables_paginate .paginate_button:active{outline:none;background-color:#2b2b2b;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));background:-webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);box-shadow:inset 0 0 3px #111}.dataTables_wrapper .dataTables_processing{position:absolute;top:50%;left:50%;width:100%;height:40px;margin-left:-50%;margin-top:-25px;padding-top:20px;text-align:center;font-size:1.2em;background-color:white;background:-webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(25%, rgba(255,255,255,0.9)), color-stop(75%, rgba(255,255,255,0.9)), color-stop(100%, rgba(255,255,255,0)));background:-webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:-moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:-ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:-o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%)}.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter,.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_processing,.dataTables_wrapper .dataTables_paginate{color:#333}.dataTables_wrapper .dataTables_scroll{clear:both}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody{*margin-top:-1px;-webkit-overflow-scrolling:touch}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td>div.dataTables_sizing{height:0;overflow:hidden;margin:0 !important;padding:0 !important}.dataTables_wrapper.no-footer .dataTables_scrollBody{border-bottom:1px solid #111}.dataTables_wrapper.no-footer div.dataTables_scrollHead table,.dataTables_wrapper.no-footer div.dataTables_scrollBody table{border-bottom:none}.dataTables_wrapper:after{visibility:hidden;display:block;content:"";clear:both;height:0}@media screen and (max-width: 767px){.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_paginate{float:none;text-align:center}.dataTables_wrapper .dataTables_paginate{margin-top:0.5em}}@media screen and (max-width: 640px){.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter{float:none;text-align:center}.dataTables_wrapper .dataTables_filter{margin-top:0.5em}}
css/open-layers.css CHANGED
@@ -1,169 +1,169 @@
1
- .wpgmza-ol-modern-infowindow-container
2
- {
3
- position: absolute;
4
- top: 0px;
5
- right: 0px;
6
-
7
- }
8
-
9
- .wpgmza_map
10
- {
11
- position: relative;
12
- }
13
-
14
- .wpgmza-ol-modern-infowindow-container .wpgmza_modern_infowindow
15
- {
16
- min-width: 160px;
17
- }
18
-
19
- @keyframes wpgmza-bounce {
20
- from {
21
- bottom: 0px;
22
- }
23
- to {
24
- bottom: 15px;
25
- }
26
- }
27
- @-webkit-keyframes wpgmza-bounce {
28
- from {
29
- bottom: 0px;
30
- }
31
- to {
32
- bottom: 15px;
33
- }
34
- }
35
-
36
- @keyframes wpgmza-drop {
37
- from {
38
- bottom: 100vh;
39
- }
40
- to {
41
- bottom: 0vh;
42
- }
43
- }
44
-
45
- @-webkit-keyframes wpgmza-drop {
46
- from {
47
- bottom: 100vh;
48
- }
49
- to {
50
- bottom: 0vh;
51
- }
52
- }
53
-
54
- .ol-marker
55
- {
56
- position: relative;
57
- }
58
-
59
- .ol-marker>img
60
- {
61
- /*position: absolute;
62
- bottom: 0px;
63
- transform: translateX(-50%);*/
64
- max-width: none;
65
- z-index: 2;
66
- }
67
-
68
- .ol-marker[data-anim='bounce']>img
69
- {
70
- animation: wpgmza-bounce 0.3s infinite alternate;
71
- -webkit-animation: wpgmza-bounce 0.3s infinite alternate;
72
- }
73
-
74
- .ol-marker[data-anim='drop']>img
75
- {
76
- animation: wpgmza-drop 0.3s;
77
- -webkit-animation: wpgmza-drop 0.3s;
78
- }
79
-
80
- .ol-marker-label
81
- {
82
- top: 1.5em;
83
- position: relative;
84
- transform: translateX(-50%);
85
- text-shadow:
86
- 0px 0px 1px white,
87
- 0px 0px 1px white,
88
- 0px 0px 1px white,
89
- 0px 0px 2px white,
90
- 0px 0px 2px white,
91
- 0px 0px 2px white,
92
- 0px 0px 3px white,
93
- 0px 0px 3px white;
94
- }
95
-
96
- .ol-info-window-plain {
97
- position: absolute;
98
- bottom: 56px;
99
- left: 0px;
100
- transform: translateX(-50%);
101
- background: white;
102
- /* box-shadow: 2px 2px 5px rgba(0,0,0,0.5); */
103
- /* border: 1px solid lightgray; */
104
- padding: 10px;
105
- font-size: 14px;
106
- }
107
-
108
- .ol-info-window-plain:after
109
- {
110
- content: '';
111
- position: absolute;
112
- bottom: 0;
113
- left: 50%;
114
- width: 0;
115
- height: 0;
116
- border: 8px solid transparent;
117
- border-top-color: white;
118
- border-bottom: 0;
119
- margin-left: -8px;
120
- margin-bottom: -8px;
121
- }
122
-
123
- .ol-info-window-close
124
- {
125
- float: right;
126
- margin: 0 0 3px 3px;
127
- cursor: pointer;
128
- }
129
-
130
- .ol-info-window-container,
131
- .wpgmza-pro-info-window-container
132
- {
133
- z-index: 999999;
134
- }
135
-
136
- .wpgmza_map, #wpgmza_map
137
- {
138
- position: relative;
139
- }
140
-
141
- .wpgmza-ol-canvas-overlay
142
- {
143
- position: absolute;
144
- left: 0px;
145
- top: 0px;
146
- pointer-events: none;
147
- z-index: 1;
148
- }
149
-
150
- .wpgmza_map[data-maps-engine="open-layers"] .wpgmza-modern-store-locator,
151
- #wpgmza_map[data-maps-engine="open-layers"] .wpgmza-modern-store-locator
152
- {
153
- position: absolute;
154
- top: 0px;
155
- left: 0px;
156
- width: 100%;
157
- max-width: 100% !important;
158
- z-index: 99;
159
- }
160
-
161
- .wpgmza-modern-store-locator
162
- {
163
- pointer-events: none;
164
- }
165
-
166
- .wpgmza-modern-store-locator>.wpgmza-inner
167
- {
168
- pointer-events: all;
169
  }
1
+ .wpgmza-ol-modern-infowindow-container
2
+ {
3
+ position: absolute;
4
+ top: 0px;
5
+ right: 0px;
6
+
7
+ }
8
+
9
+ .wpgmza_map
10
+ {
11
+ position: relative;
12
+ }
13
+
14
+ .wpgmza-ol-modern-infowindow-container .wpgmza_modern_infowindow
15
+ {
16
+ min-width: 160px;
17
+ }
18
+
19
+ @keyframes wpgmza-bounce {
20
+ from {
21
+ bottom: 0px;
22
+ }
23
+ to {
24
+ bottom: 15px;
25
+ }
26
+ }
27
+ @-webkit-keyframes wpgmza-bounce {
28
+ from {
29
+ bottom: 0px;
30
+ }
31
+ to {
32
+ bottom: 15px;
33
+ }
34
+ }
35
+
36
+ @keyframes wpgmza-drop {
37
+ from {
38
+ bottom: 100vh;
39
+ }
40
+ to {
41
+ bottom: 0vh;
42
+ }
43
+ }
44
+
45
+ @-webkit-keyframes wpgmza-drop {
46
+ from {
47
+ bottom: 100vh;
48
+ }
49
+ to {
50
+ bottom: 0vh;
51
+ }
52
+ }
53
+
54
+ .ol-marker
55
+ {
56
+ position: relative;
57
+ }
58
+
59
+ .ol-marker>img
60
+ {
61
+ /*position: absolute;
62
+ bottom: 0px;
63
+ transform: translateX(-50%);*/
64
+ max-width: none;
65
+ z-index: 2;
66
+ }
67
+
68
+ .ol-marker[data-anim='bounce']>img
69
+ {
70
+ animation: wpgmza-bounce 0.3s infinite alternate;
71
+ -webkit-animation: wpgmza-bounce 0.3s infinite alternate;
72
+ }
73
+
74
+ .ol-marker[data-anim='drop']>img
75
+ {
76
+ animation: wpgmza-drop 0.3s;
77
+ -webkit-animation: wpgmza-drop 0.3s;
78
+ }
79
+
80
+ .ol-marker-label
81
+ {
82
+ top: 1.5em;
83
+ position: relative;
84
+ transform: translateX(-50%);
85
+ text-shadow:
86
+ 0px 0px 1px white,
87
+ 0px 0px 1px white,
88
+ 0px 0px 1px white,
89
+ 0px 0px 2px white,
90
+ 0px 0px 2px white,
91
+ 0px 0px 2px white,
92
+ 0px 0px 3px white,
93
+ 0px 0px 3px white;
94
+ }
95
+
96
+ .ol-info-window-plain {
97
+ position: absolute;
98
+ bottom: 56px;
99
+ left: 0px;
100
+ transform: translateX(-50%);
101
+ background: white;
102
+ /* box-shadow: 2px 2px 5px rgba(0,0,0,0.5); */
103
+ /* border: 1px solid lightgray; */
104
+ padding: 10px;
105
+ font-size: 14px;
106
+ }
107
+
108
+ .ol-info-window-plain:after
109
+ {
110
+ content: '';
111
+ position: absolute;
112
+ bottom: 0;
113
+ left: 50%;
114
+ width: 0;
115
+ height: 0;
116
+ border: 8px solid transparent;
117
+ border-top-color: white;
118
+ border-bottom: 0;
119
+ margin-left: -8px;
120
+ margin-bottom: -8px;
121
+ }
122
+
123
+ .ol-info-window-close
124
+ {
125
+ float: right;
126
+ margin: 0 0 3px 3px;
127
+ cursor: pointer;
128
+ }
129
+
130
+ .ol-info-window-container,
131
+ .wpgmza-pro-info-window-container
132
+ {
133
+ z-index: 999999;
134
+ }
135
+
136
+ .wpgmza_map, #wpgmza_map
137
+ {
138
+ position: relative;
139
+ }
140
+
141
+ .wpgmza-ol-canvas-overlay
142
+ {
143
+ position: absolute;
144
+ left: 0px;
145
+ top: 0px;
146
+ pointer-events: none;
147
+ z-index: 1;
148
+ }
149
+
150
+ .wpgmza_map[data-maps-engine="open-layers"] .wpgmza-modern-store-locator,
151
+ #wpgmza_map[data-maps-engine="open-layers"] .wpgmza-modern-store-locator
152
+ {
153
+ position: absolute;
154
+ top: 0px;
155
+ left: 0px;
156
+ width: 100%;
157
+ max-width: 100% !important;
158
+ z-index: 99;
159
+ }
160
+
161
+ .wpgmza-modern-store-locator
162
+ {
163
+ pointer-events: none;
164
+ }
165
+
166
+ .wpgmza-modern-store-locator>.wpgmza-inner
167
+ {
168
+ pointer-events: all;
169
  }
css/styles/compact.css ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #wpgmza_map,
2
+ .wpgmza_map
3
+ {
4
+ margin: 0 !important;
5
+ }
6
+
7
+ .wpgmza-store-locator,
8
+ .wpgmza-directions-box
9
+ {
10
+ margin: 0;
11
+ font-size: 14pt;
12
+ display: block;
13
+ }
14
+
15
+ .wpgmza-store-locator,
16
+ .wpgmza-store-locator *,
17
+ .wpgmza-directions-box input,
18
+ .wpgmza-directions-box select
19
+ {
20
+ margin: 0 !important;
21
+ padding: 0 !important;
22
+ }
23
+
24
+ .wpgmza-store-locator *
25
+ {
26
+ display: inline !important;
27
+ }
28
+
29
+ .wpgmza-store-locator > * *
30
+ {
31
+ height: 42px !important;
32
+ }
33
+
34
+ .wpgmza-store-locator > *
35
+ {
36
+ display: inline-block !important;
37
+ vertical-align: baseline !important;
38
+ height: 42px !important;
39
+ }
40
+
41
+ .wpgmza-store-locator input[type="button"]
42
+ {
43
+ vertical-align: baseline;
44
+ padding: 0 0.5em !important;
45
+ }
46
+
47
+ .wpgmza-not-found-msg
48
+ {
49
+ display: none !important;
50
+ }
51
+
52
+ .wpgmza-directions-box h2
53
+ {
54
+ display: none !important;
55
+ }
56
+
57
+ .wpgmza-directions-box *
58
+ {
59
+ display: inline;
60
+ }
61
+
62
+ .wpgmza-store-locator .wpgmza-use-my-location,
63
+ .wpgmza-directions-box .wpgmza-use-my-location
64
+ {
65
+ display: inline-block !important;
66
+ width: 2em;
67
+ height: 2em;
68
+ padding: 0;
69
+ }
70
+
71
+ .wpgmza-directions-box .wpgmza-directions-buttons > *
72
+ {
73
+ height: 2em;
74
+ padding: 0 0.5em !important;
75
+ }
76
+
77
+ .wpgmza-store-locator .wpgmza_checkbox
78
+ {
79
+ display: inline-block !important;
80
+ vertical-align: middle;
81
+ }
css/styles/default.css ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .wpgmza-store-locator > div > *,
2
+ .wpgmza-directions-box-inner > div > *
3
+ {
4
+ display: inline-block;
5
+ /* vertical-align: top; */
6
+ }
7
+
8
+ .wpgmza-store-locator label,
9
+ .wpgmza-directions-box label
10
+ {
11
+ width: 180px;
12
+ }
13
+
14
+ .wpgmza-store-locator input[type="button"],
15
+ .wpgmza-not-found-msg,
16
+ div.wpgmza-waypoint-via,
17
+ .wpgmza-add-waypoint,
18
+ input.wpgmza-get-directions
19
+ {
20
+ margin-left: 180px;
21
+ }
22
+
23
+ input.wpgmza-directions-from,
24
+ input.wpgmza-directions-to
25
+ {
26
+ width: calc(80% - 180px);
27
+ }
css/styles/legacy.css ADDED
@@ -0,0 +1,741 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #wpgmza-maps-engine-dialog
2
+ {
3
+ text-align: left;
4
+ }
5
+
6
+ #wpgmza-maps-engine-dialog h1
7
+ {
8
+ text-align: center;
9
+ margin-bottom: 1em;
10
+ }
11
+
12
+ #wpgmza-maps-engine-dialog img
13
+ {
14
+ display: block;
15
+ margin: 0 auto;
16
+ width: 80%;
17
+ box-sizing: border-box;
18
+ }
19
+
20
+ #wpgmza-maps-engine-dialog .wpgmza-inner
21
+ {
22
+ display: flex;
23
+ }
24
+
25
+ #wpgmza-maps-engine-dialog .wpgmza-inner>div,
26
+ #wpgmza-maps-engine-dialog .wpgmza-inner label
27
+ {
28
+ flex: 1;
29
+
30
+ display: flex;
31
+ flex-direction: column;
32
+ }
33
+
34
+ #wpgmza-maps-engine-dialog .wpgmza-inner>div>div,
35
+ #wpgmza-maps-engine-dialog .wpgmza-inner label>div
36
+ {
37
+ flex-grow: 1;
38
+ }
39
+
40
+ #wpgmza-maps-engine-dialog ul
41
+ {
42
+ list-style: none;
43
+ /* font-weight: bold; */
44
+ }
45
+
46
+ #wpgmza-maps-engine-dialog .wpgmza-pros>li:before
47
+ {
48
+ content: "\2714";
49
+ }
50
+
51
+ #wpgmza-maps-engine-dialog .wpgmza-cons>li:before
52
+ {
53
+ content: "\2718";
54
+ }
55
+
56
+ /* #wpgmza-maps-engine-dialog h2 */
57
+ /* { */
58
+ /* width: 30%; */
59
+ /* } */
60
+
61
+ #wpgmza-maps-engine-dialog h2>img
62
+ {
63
+ width: 100%;
64
+ height: auto;
65
+ }
66
+
67
+ #wpgmza-maps-engine-dialog footer
68
+ {
69
+ margin: auto;
70
+ width: 20%;
71
+ }
72
+
73
+ #wpgmza-maps-engine-dialog footer>img
74
+ {
75
+ width: 100%;
76
+ height: auto;
77
+ }
78
+
79
+ #wpgmza-maps-engine-dialog img.wpgmza-engine-logo
80
+ {
81
+ width: 75%;
82
+ height: auto;
83
+ }
84
+
85
+ #wpgmza-maps-engine-dialog input[type='radio']
86
+ {
87
+ display: none;
88
+ }
89
+
90
+ #wpgmza-maps-engine-dialog input[type='radio'] + label
91
+ {
92
+ /* filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
93
+ /* filter: gray; /* IE6-9 */
94
+
95
+ -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
96
+
97
+ transition: all 0.5s;
98
+ }
99
+
100
+ #wpgmza-maps-engine-dialog input[type='radio'] + label:hover,
101
+ #wpgmza-maps-engine-dialog input[type='radio']:checked + label
102
+ {
103
+ /* filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");*/
104
+
105
+ -webkit-filter: grayscale(0%);
106
+ }
107
+
108
+ #wpgmza-maps-engine-dialog .wpgmza-mock-radio
109
+ {
110
+ position: relative;
111
+
112
+ left: -1.3em; /* Compensate for radio button */
113
+ }
114
+
115
+ #wpgmza-maps-engine-dialog .wpgmza-mock-radio-button
116
+ {
117
+ display: inline-block;
118
+ box-sizing: border-box;
119
+ width: 2em;
120
+ height: 2em;
121
+
122
+ margin-right: 0.5em;
123
+
124
+ position: top;
125
+ top: -4px;
126
+
127
+ border: 1px solid #ccc;
128
+ border-radius: 100%;
129
+ }
130
+
131
+ #wpgmza-maps-engine-dialog small
132
+ {
133
+ display: block;
134
+ text-align: center;
135
+ }
136
+
137
+ #wpgmza-maps-engine-dialog input[type='radio']:checked + label .wpgmza-mock-radio-button
138
+ {
139
+ /*width: calc(2em - 1px);
140
+ height: calc(2em - 1px);*/
141
+
142
+ border: 4px solid white;
143
+ box-shadow: -1px -1px 0px #ccc, /* top left */
144
+ -1px 0px 0px #ccc, /* top */
145
+ 1px -1px 0px #ccc, /* top right */
146
+ 1px 0px 0px #ccc, /* right */
147
+ 1px -1px 0px #ccc, /* bottom right */
148
+ 0px -1px 0px #ccc, /* bottom */
149
+ -1px -1px 0px #ccc, /* bottom left */
150
+ -1px 0px 0px #ccc; /* left */
151
+
152
+ background: #0073AA;
153
+ }
154
+
155
+ #wpgmza-maps-engine-dialog .wpgmza-mock-radio>*
156
+ {
157
+ display: inline-block;
158
+ vertical-align: middle;
159
+ }
160
+
161
+ #wpgmza-maps-engine-dialog .wpgmza-mock-radio-label
162
+ {
163
+ width: 50%;
164
+ height: auto;
165
+ }
166
+
167
+ #wpgmza-maps-engine-dialog ul
168
+ {
169
+ text-align: center;
170
+ }
171
+
172
+ #wpgmza-maps-engine-dialog button
173
+ {
174
+ font-size: 1.25em;
175
+ }
176
+
177
+ .wpgmza-centered
178
+ {
179
+ text-align: center;
180
+ }
181
+
182
+ .wpgmza_map {
183
+ border:0;
184
+ }
185
+
186
+ .wpgmza_hide_input { display:none !important; }
187
+ .wpgmza_theme_selection { margin-right:20px; margin-bottom:20px; cursor:pointer; border-radius:4px; }
188
+
189
+ .wpgmza-not-found-msg {
190
+ display: none;
191
+ margin-top: 20px;
192
+ color: #777;
193
+ }
194
+
195
+ .wpgmza-not-found-msg.is-active {
196
+ display: block;
197
+ }
198
+
199
+ .wpgmza-not-found-msg p {
200
+ margin-bottom: 0;
201
+ }
202
+ .wpgmza_map img:not(button img) {
203
+ border: none !important;
204
+ background-color:transparent !important;
205
+ /* padding:0 !important; */ /* Moved to google-ui-compatibility.js */
206
+ box-shadow: none !important;
207
+ }
208
+
209
+ /* Don't allow white border around Google logo */
210
+ .wpgmza_map img[src$="//maps.gstatic.com/mapfiles/api-3/images/google4.png"],
211
+ img[src='http://maps.gstatic.com/mapfiles/api-3/images/google_white5.png']
212
+ {
213
+ box-shadow: none !important;
214
+ }
215
+
216
+ #wpgmza_map img { box-shadow: none !important; }
217
+ .wpgmza_table img {
218
+ box-shadow: none !important;
219
+
220
+ }
221
+ .gm-style div { margin-top:0 !important; }
222
+
223
+ #wpgmaps_directions_edit {
224
+ padding-top:20px;
225
+ }
226
+ .wpgmza_markerbox {
227
+ /* height:auto; */
228
+ /* min-height:100px; */
229
+ margin:0; padding:0;
230
+ color:#000 !important;
231
+ }
232
+ .wpgmza_markerbox img { margin: 3px !important; }
233
+
234
+ .wpgmza_markerbox h1,
235
+ .wpgmza_markerbox h2,
236
+ .wpgmza_markerbox h3,
237
+ .wpgmza_markerbox h4,
238
+ .wpgmza_markerbox h5,
239
+ .wpgmza_markerbox h6,
240
+ .wpgmza_markerbox h7,
241
+ .wpgmza_markerbox h8,
242
+ .wpgmza_markerbox strong,
243
+ .wpgmza_markerbox p,
244
+ .wpgmza_markerbox br {
245
+ margin:2px;
246
+ padding:1px;
247
+ color:#000 !important;
248
+ }
249
+
250
+
251
+ .wpgmza_markerbox a {
252
+ color:#1982D1 !important;
253
+ }
254
+ .wpgmaps_mlist_table {
255
+ width:42px;
256
+ }
257
+
258
+ .wpgmza_table .wpgmaps_mlist_marker {
259
+ width:32px;
260
+ height:32px;
261
+ vertical-align:top;
262
+ padding:0 !important;
263
+ }
264
+
265
+ .wpgmza_table .wpgmaps_mlist_info {
266
+ vertical-align:top;
267
+ text-align:left;
268
+ padding:0 !important;
269
+
270
+ }
271
+ .wpgmza_table .wpgmaps_mlist_row {
272
+ cursor:pointer;
273
+ }
274
+ .wpgmza_table .wpgmaps_mlist_row:hover {
275
+ background-color: #EEEEEE;
276
+
277
+ }
278
+ .wpgmaps_directions_outer_div {
279
+ padding-top:30px;
280
+ padding-bottom:5px;
281
+ }
282
+
283
+ .wpgmaps_directions_outer_div table, wpgmza_marker_list_class {
284
+ margin-bottom:0px !important;
285
+ }
286
+
287
+ .wpgmza_map h2 { clear:both; }
288
+
289
+ .wpgmaps_user_form { clear: both; }
290
+
291
+ .wpgmza_table { clear:both; }
292
+
293
+
294
+ .wpgmaps_mlist_row img {
295
+ margin-bottom:0 !important;
296
+ }
297
+
298
+ .wpgmza_table td {
299
+ vertical-align: top !important;
300
+ padding-bottom: 15px !important;
301
+ padding-right: 10px !important;
302
+ border: 0 !important;
303
+
304
+ }
305
+ .wpgmza_table tr { border: 0 !important; }
306
+ .wpgmza_table th {
307
+ text-align: left !important;
308
+ padding-bottom: 15px !important;
309
+ border: 0 !important;
310
+ min-width:100px;
311
+ }
312
+
313
+
314
+ .dataTables_filter input[type="text"], .dataTables_filter select { display: inline !important; }
315
+ .dataTables_filter label { font-weight:bold; }
316
+ .adp-placemark img { width:24px !important; max-width:none !important; }
317
+
318
+ .wpgmza_table .sorting { background-image: none !important; }
319
+ /* .wpgmza_table .sorting_asc { background-image: none !important; }
320
+ .wpgmza_table .sorting_desc { background-image: none !important; } */
321
+
322
+
323
+ #wpgm_premium {
324
+ display:block;
325
+ overflow:auto;
326
+ margin:10px;
327
+ margin-left:0;
328
+ clear:both;
329
+ width:90%;
330
+ }
331
+ #wpgm_premium h2 {
332
+ margin-top:0;
333
+ padding-top:0;
334
+ font-weight:200;
335
+ font-size: 20px;
336
+ padding-bottom:0px;
337
+ margin-bottom:2px;
338
+ }
339
+ #wpgm_premium p {
340
+ font-size:16px;
341
+ line-height:28px;
342
+
343
+ }
344
+ .wpgm_premium_row {
345
+ margin-top:20px;
346
+ display:block;
347
+ clear:both;
348
+ width:100%;
349
+ overflow:auto;
350
+ }
351
+ .wpgm_details p {
352
+ padding-top:0px;
353
+ margin-top:2px;
354
+ color: #666 !important;
355
+
356
+ }
357
+
358
+ .wpgm_icon {
359
+ display:block;
360
+ float:left;
361
+ width:50px;
362
+ height:70px;
363
+ background-image:url(../images/premium.png);
364
+ background-repeat: no-repeat;
365
+ }
366
+ .wpgm_details {
367
+ display:block;
368
+ float:left;
369
+ width:80%;
370
+ }
371
+
372
+ .wpgm_notice_message {
373
+ border-style: solid;
374
+ border-width: 1px;
375
+ margin: 5px 0 15px;
376
+ padding: 0 0.6em;
377
+ background-color: #FFFCF5;
378
+ border-color: #FFBA00;
379
+ }
380
+
381
+
382
+ /* store locator styling */
383
+ .wpgmza_sl_main_div {
384
+ width:100%;
385
+ }
386
+ .wpgmza_sl_query_div {
387
+ height:30px;
388
+ display:block;
389
+ }
390
+ .wpgmza_sl_query_innerdiv1 {
391
+ float:left;
392
+ display:block;
393
+ width:150px;
394
+ clear:left;
395
+ }
396
+ .wpgmza_sl_query_innerdiv2 {
397
+ display:block;
398
+ float:left;
399
+ width:250px;
400
+ }
401
+
402
+ .wpgmza_sl_radius_div {
403
+ display:block;
404
+ height:30px;
405
+ margin-top:10px;
406
+ clear:both;
407
+ }
408
+ .wpgmza_sl_radius_innerdiv1 {
409
+ float:left;
410
+ display:block;
411
+ width:150px;
412
+ }
413
+ .wpgmza_sl_radius_innerdiv2 {
414
+ display:block;
415
+ float:left;
416
+ width:250px;
417
+ }
418
+
419
+ .wpgmza_sl_radius_select {
420
+
421
+ }
422
+ .wpgmza_sl_select_option {
423
+
424
+ }
425
+
426
+ .wpgmza_sl_category_div {
427
+ display:block;
428
+ clear:both;
429
+ height:auto;
430
+ overflow:auto;
431
+ margin-top:10px;
432
+ margin-bottom:10px;
433
+
434
+ }
435
+ .wpgmza_sl_category_innerdiv1 {
436
+ float:left;
437
+ display:block;
438
+ width:150px;
439
+ }
440
+ .wpgmza_sl_category_innerdiv2 {
441
+
442
+ float:left;
443
+
444
+ }
445
+
446
+ .wpgmza_sl_search_button {
447
+
448
+ }
449
+ .wpgmza_marker_approval_msg { font-weight: bold; }
450
+
451
+ .scrollFix {
452
+ line-height: 1.35;
453
+ }
454
+ .wpgmza_infowindow_description { white-space: normal; }
455
+ .wpgmza_infowindow_title { white-space: normal; }
456
+ .wpgmza_infowindow_address { white-space: normal; }
457
+ .wpgmza_infowindow_title { font-weight: bold; }
458
+ #wpgmza_marker_list tr { vertical-align: middle !important; }
459
+ #wpgmza_marker_list td { vertical-align: middle !important; }
460
+ #wpgmza_marker_list td img { vertical-align: middle !important; }
461
+
462
+ .wpgmza_marker_carousel { clear:both; }
463
+
464
+ .wpgmza-shadow {
465
+ -webkit-box-shadow: 3px 3px 10px 0px rgba(107,107,107,1);
466
+ -moz-box-shadow: 3px 3px 10px 0px rgba(107,107,107,1);
467
+ box-shadow: 3px 3px 10px 0px rgba(107,107,107,1);
468
+ }
469
+ .wpgmza_innermap_holder {
470
+ padding:5px;
471
+ background-color:white;
472
+ border: 1px solid #ccc;
473
+ border-radius:5px;
474
+ }
475
+ .wpgmza_small_img { max-width: 14px; max-height: 14px; }
476
+ ul.wpgmza_marker_list_class {
477
+ list-style: none;
478
+ margin-left:5px;
479
+ padding-left:0;
480
+ }
481
+
482
+ .wpgmza-basic-list-item { float:left; cursor:pointer; }
483
+ .wpgmaps_blist_row { clear:both; display:block; height:auto; overflow:hidden; }
484
+ .wpgmaps_blist_row:hover { background-color:#EEE; }
485
+ .wpgmza_div_marker { width:17px; height:17px; }
486
+ .wpgmza_div_address { padding-left:2px;}
487
+
488
+
489
+ .wpgmza_row {
490
+ width:100%;
491
+ display:block;
492
+ overflow:auto;
493
+ }
494
+ .wpgmza_row_col {
495
+ width:90%;
496
+ float:left;
497
+ display:block;
498
+ overflow:auto;
499
+ margin:0.25%;
500
+ padding:0.2%;
501
+ min-height:360px;
502
+ }
503
+ .wpgmza_row_col h2 {
504
+ font-weight:900;
505
+ }
506
+ .wpgmza_row_col ul li {
507
+ margin: 0.3em 2.5em;
508
+ }
509
+
510
+ .wpgmza_row_col ul {
511
+ list-style-type:disc;
512
+ }
513
+
514
+
515
+ @media only screen and (min-width:480px) {
516
+ .wpgmza_row_col {
517
+ width:31%;
518
+ float:left;
519
+ display:block;
520
+ overflow:auto;
521
+ margin:0.25%;
522
+ padding:0.2%;
523
+ min-height:360px;
524
+ }
525
+
526
+
527
+
528
+ }
529
+ .wpgmza_theme_selection_activate {
530
+ /* padding: 10px; */
531
+ border-radius: px;
532
+ padding-left: 0px;
533
+ padding-right: 0px;
534
+ border-left: 4px solid #0073AA;
535
+ }
536
+
537
+
538
+ /*The following CSS will fix text from overflowing in the info window on an iPhone*/
539
+ @media only screen and (min-width: 320px) and (max-width:568px) and (-webkit-min-device-pixel-ratio: 2) {
540
+ .wpgmza_infowindow_description,
541
+ .wpgmza_infowindow_address,
542
+ .wpgmza_infowindow_title {
543
+ width:140px !important;
544
+ }
545
+ }
546
+
547
+ .wpgmza-badge {
548
+ background-image: url(../images/WP-google-maps-logo-1-B-transparent.png); position: absolute;
549
+ background: url(../images/WP-google-maps-logo-1-B-transparent.png) center no-repeat;
550
+ -webkit-background-size: 202px 101px;
551
+ background-size: 202px 101px;
552
+ color: #fff;
553
+ font-size: 14px;
554
+ text-align: center;
555
+ font-weight: 600;
556
+ margin: 5px 0 0;
557
+ padding:5px;
558
+
559
+ height: 101px;
560
+ display: inline-block;
561
+ width: 202px;
562
+ text-rendering: optimizeLegibility;
563
+ -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2);
564
+ box-shadow: 0 1px 3px rgba(0,0,0,.2);
565
+ top: 0;
566
+ right: 0;
567
+ }
568
+ .toplevel_page_wp-google-maps-menu .about-text {
569
+ max-width: 600px;
570
+ }
571
+
572
+
573
+ .wpgmza-clearfix {
574
+ zoom: 1;
575
+ }
576
+
577
+ .wpgmza-clearfix:before,
578
+ .wpgmza-clearfix:after {
579
+ content: '';
580
+ display: table;
581
+ table-layout: fixed;
582
+ }
583
+
584
+ .wpgmza-clearfix:after {
585
+ clear: both;
586
+ }
587
+
588
+ .wpgmza_sl_main_div {
589
+ overflow: hidden;
590
+ position: relative;
591
+ top: 10px;
592
+ }
593
+
594
+ .wpgmza_sl_query_div,
595
+ .wpgmza_sl_radius_div {
596
+ height: auto;
597
+ margin-bottom: 10px;
598
+ }
599
+
600
+ .wpgmza_sl_radius_div {
601
+ margin-bottom: 20px;
602
+ }
603
+
604
+
605
+
606
+ .wpgmaps_fullscreen {
607
+ position: fixed !important;
608
+ top:0;
609
+ left:0;
610
+ width:100% !important;
611
+ height: 100% !important;
612
+ z-index:9999;
613
+
614
+ }
615
+
616
+ .wpgmza-modern-store-locator {
617
+ text-align: center;
618
+ padding-top: 10px;
619
+ }
620
+
621
+ .wpgmza-modern-store-locator > .wpgmza-inner {
622
+ display: inline-block;
623
+ background: white;
624
+ padding: 0.5em !important;
625
+
626
+ border-radius: 2px;
627
+ font-family: Roboto, sans-serif;
628
+
629
+ box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
630
+ -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
631
+ -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
632
+ -o-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
633
+
634
+ }
635
+
636
+ .wpgmza-modern-store-locator input,
637
+ .wpgmza-modern-store-locator select {
638
+ height: 28px !important;
639
+ vertical-align: top;
640
+ padding: 0 6px !important;
641
+ margin: 0 2px;
642
+ color: #777;
643
+ }
644
+
645
+ #addressInput {
646
+ width: auto !important;
647
+ display: inline;
648
+ }
649
+
650
+ .wpgmza-form-field {
651
+ position: relative;
652
+ overflow: hidden;
653
+ margin-top: 0;
654
+ margin-bottom: 5px;
655
+ padding-top: 25px;
656
+ }
657
+
658
+ .wpgmza-form-field:last-of-type {
659
+ margin-bottom: 18px;
660
+ }
661
+
662
+ .wpgmza-form-field--no-pad {
663
+ display: block;
664
+ padding-top: 0;
665
+ }
666
+
667
+ .wpgmza-form-field__label {
668
+ display: block;
669
+ color: #666;
670
+ font-weight: 400;
671
+ }
672
+
673
+ #wpgmza-map .wpgmza-form-field__label--float {
674
+ width: 100%;
675
+ position: absolute;
676
+ top: 37px;
677
+ background: #fff;
678
+ transition: all ease .3s;
679
+ }
680
+
681
+ .wpgmza-form-field__input:focus ~ label {
682
+ top: 8px;
683
+ color: #333;
684
+ font-weight: 700;
685
+ }
686
+
687
+ .wpgmza-modern-store-locator .wpgmza_sl_search_button {
688
+ cursor: pointer;
689
+ font-size: 15px;
690
+ padding: 0 0.3em;
691
+ height: 100%;
692
+ line-height: 28px;
693
+ color: #b7b7b7;
694
+ }
695
+
696
+ #wpgmza_map .wpgmza-inner .wpgmza-form-field__input,
697
+ #wpgmza_map .wpgmza-form-field input[type="text"],
698
+ #wpgmza_map .wpgmza-form-field input[type="url"],
699
+ #wpgmza_map .wpgmza-form-field input[type="password"],
700
+ #wpgmza_map .wpgmza-form-field input[type="search"],
701
+ #wpgmza_map .wpgmza-form-field input[type="number"],
702
+ #wpgmza_map .wpgmza-form-field input[type="tel"],
703
+ #wpgmza_map .wpgmza-form-field input[type="email"],
704
+ #wpgmza_map .wpgmza-form-field textarea,
705
+ #wpgmza_map .wpgmza-form-field select {
706
+ padding: 10px;
707
+ padding-left: 0;
708
+ border: none;
709
+ border-radius: 0;
710
+ transition: all .3s;
711
+ background: none;
712
+ box-shadow: none;
713
+ font-family: Roboto, sans-serif;
714
+ }
715
+
716
+ #wpgmza_map .wpgmza-inner .wpgmza-form-field__input:focus,
717
+ #wpgmza_map .wpgmza-form-field input[type="text"]:focus,
718
+ #wpgmza_map .wpgmza-form-field input[type="url"]:focus,
719
+ #wpgmza_map .wpgmza-form-field input[type="password"]:focus,
720
+ #wpgmza_map .wpgmza-form-field input[type="search"]:focus,
721
+ #wpgmza_map .wpgmza-form-field input[type="number"]:focus,
722
+ #wpgmza_map .wpgmza-form-field input[type="tel"]:focus,
723
+ #wpgmza_map .wpgmza-form-field input[type="email"]:focus,
724
+ #wpgmza_map .wpgmza-form-field textarea:focus,
725
+ #wpgmza_map .wpgmza-form-field select:focus {
726
+ background: none;
727
+ }
728
+
729
+ .wpgmza_sl_main_div input[type="button"],
730
+ .wpgmaps_directions_outer_div input[type="button"],
731
+ .wpgmza-inner input[type="button"]
732
+ .wpgmza_sl_main_div input[type="button"] {
733
+ font-weight: 500;
734
+ text-transform: uppercase;
735
+ letter-spacing: 0.05em;
736
+ }
737
+
738
+ .ol-marker > img
739
+ {
740
+ max-width: none !important;
741
+ }
css/styles/minimal.css ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ @import "compact.css";
2
+
3
+ .wpgmza-store-locator label,
4
+ .wpgmza-directions-box label,
5
+ .wpgmza-directions-options,
6
+ .wpgmza-show-directions-options,
7
+ .wpgmza-hide-directions-options,
8
+ .wpgmza-add-waypoint
9
+ {
10
+ display: none !important;
11
+ }
css/styles/modern.css ADDED
File without changes
css/wp-google-maps-admin.css CHANGED
@@ -1,584 +1,2700 @@
1
- .wpgmza-extension {
2
-
3
- float: left;
4
- margin: 0 15px 15px 0;
5
- background: #fff;
6
- border: 1px solid #ccc;
7
- width: 320px;
8
- padding: 14px;
9
- height: 370px;
10
- position: relative;
11
-
12
- }
13
- .wpgmza-extension h3 {
14
- margin: 0 0 8px;
15
- font-size: 13px;
16
-
17
- }
18
- .wpgmza-extension .wp-post-image {
19
- width: 100%;
20
- height: auto;
21
- }
22
- .wpgmza-extension .button-secondary {
23
- position: absolute;
24
- bottom: 14px;
25
- left: 14px;
26
- }
27
- .wpgmza-plugin {
28
- height: 250px;
29
- }
30
-
31
- #wpgmaps_tabs .ui-tabs-nav li,
32
- #wpgmaps_tabs_markers .ui-tabs-nav li
33
- {
34
- padding: 0px !important;
35
- display: inline-block;
36
- }
37
-
38
- #wpgmaps_tabs .ui-tabs-nav li > a,
39
- #wpgmaps_tabs_markers .ui-tabs-nav li > a
40
- {
41
- display: inline-block;
42
- padding: 10px 15px;
43
- }
44
-
45
- .ui-widget-header {
46
- background: transparent !important;
47
- border-style: none !important;
48
- }
49
-
50
- .ui-corner-all {
51
- border-style: none;
52
- border-radius: 0px ;
53
- }
54
-
55
- .ui-tabs-active {
56
- background: #0073AA !important;
57
- }
58
-
59
- .ui-tabs-active a {
60
- color:white !important;
61
- }
62
-
63
- .ui-state-default{
64
- background: #E8E8E8;
65
- padding-top: 10px;
66
- padding-bottom: 10px;
67
- padding-left: 15px;
68
- padding-right: 15px;
69
-
70
- transition: background 0.2s;
71
- -webkit-transition: background 0.2s;
72
- -moz-transition: background 0.2s;
73
- -o-transition: background 0.2s;
74
- }
75
-
76
- .ui-state-default a{
77
- text-decoration: none;
78
- color: black;
79
- }
80
-
81
- .ui-tabs-panel {
82
- background: white;
83
- margin-top: -19px !important;
84
- padding: 13px;
85
- }
86
-
87
- .ui-slider {
88
- position: relative;
89
- text-align: left;
90
- background: #E8E8E8;
91
- }
92
- .ui-slider .ui-slider-handle {
93
- position: absolute;
94
- z-index: 2;
95
- cursor: default;
96
- background: #0073AA;
97
- border-radius: 10px;
98
- padding: 9px !important;
99
- }
100
- .ui-slider .ui-slider-range {
101
- position: absolute;
102
- z-index: 1;
103
- font-size: .7em;
104
- display: block;
105
- border: 0;
106
- background-position: 0 0;
107
- }
108
-
109
- .ui-slider-horizontal {
110
- height: .8em;
111
- }
112
- .ui-slider-horizontal .ui-slider-handle {
113
- top: -.3em;
114
- margin-left: -.6em;
115
- }
116
- .ui-slider-horizontal .ui-slider-range {
117
- top: 0;
118
- height: 100%;
119
- }
120
- .ui-slider-horizontal .ui-slider-range-min {
121
- left: 0;
122
- }
123
- .ui-slider-horizontal .ui-slider-range-max {
124
- right: 0;
125
- }
126
-
127
- .ui-slider-vertical {
128
- width: .8em;
129
- height: 100px;
130
- }
131
- .ui-slider-vertical .ui-slider-handle {
132
- left: -.3em;
133
- margin-left: 0;
134
- margin-bottom: -.6em;
135
- }
136
- .ui-slider-vertical .ui-slider-range {
137
- left: 0;
138
- width: 100%;
139
- }
140
- .ui-slider-vertical .ui-slider-range-min {
141
- bottom: 0;
142
- }
143
- .ui-slider-vertical .ui-slider-range-max {
144
- top: 0;
145
- }
146
-
147
- /** Toggles from - http://callmenick.com/ */
148
-
149
- .cmn-toggle {
150
- position: absolute;
151
- margin-left: -9999px;
152
- visibility: hidden;
153
- }
154
- .cmn-toggle + label {
155
- display: block;
156
- position: relative;
157
- cursor: pointer;
158
- outline: none;
159
- -webkit-user-select: none;
160
- -moz-user-select: none;
161
- -ms-user-select: none;
162
- user-select: none;
163
- }
164
-
165
-
166
- input.cmn-toggle-round-flat + label {
167
- padding: 0px;
168
- width: 26px;
169
- height: 17px;
170
- background-color: #dddddd;
171
- -webkit-border-radius: 30px;
172
- -moz-border-radius: 30px;
173
- -ms-border-radius: 30px;
174
- -o-border-radius: 30px;
175
- border-radius: 30px;
176
- -webkit-transition: background 0.4s;
177
- -moz-transition: background 0.4s;
178
- -o-transition: background 0.4s;
179
- transition: background 0.4s;
180
- }
181
-
182
- input.cmn-toggle-round-flat + label:before, input.cmn-toggle-round-flat + label:after {
183
- display: block;
184
- position: absolute;
185
- content: "";
186
- }
187
- input.cmn-toggle-round-flat + label:before {
188
- top: 2px;
189
- left: 2px;
190
- bottom: 2px;
191
- right: 2px;
192
- background-color: #fff;
193
- -webkit-border-radius: 60px;
194
- -moz-border-radius: 60px;
195
- -ms-border-radius: 60px;
196
- -o-border-radius: 60px;
197
- border-radius: 60px;
198
- -webkit-transition: background 0.4s;
199
- -moz-transition: background 0.4s;
200
- -o-transition: background 0.4s;
201
- transition: background 0.4s;
202
- }
203
- input.cmn-toggle-round-flat + label:after {
204
- top: 4px;
205
- left: 4px;
206
- bottom: 4px;
207
- width: 9px;
208
- background-color: #dddddd;
209
- -webkit-border-radius: 6px;
210
- -moz-border-radius: 6px;
211
- -ms-border-radius: 6px;
212
- -o-border-radius: 6px;
213
- border-radius: 6px;
214
- -webkit-transition: margin 0.4s, background 0.4s;
215
- -moz-transition: margin 0.4s, background 0.4s;
216
- -o-transition: margin 0.4s, background 0.4s;
217
- transition: margin 0.4s, background 0.4s;
218
- }
219
- input.cmn-toggle-round-flat:checked + label {
220
- background-color: #0073AA;
221
- }
222
- input.cmn-toggle-round-flat:checked + label:after {
223
- margin-left: 8px;
224
- background-color: #0073AA;
225
- }
226
-
227
- input.cmn-toggle-yes-no + label {
228
- padding: 2px;
229
- width: 33px;
230
- height: 18px;
231
- position: relative;
232
- top: 1px;
233
- }
234
-
235
- input.cmn-toggle-yes-no + label:before, input.cmn-toggle-yes-no + label:after {
236
- display: block;
237
- position: absolute;
238
- top: 0;
239
- left: 0;
240
- bottom: 0;
241
- right: 0;
242
- color: #fff;
243
- font-family: sans-serif;
244
- font-size: 13px;
245
- text-align: center;
246
- line-height: 24px;
247
- }
248
- input.cmn-toggle-yes-no + label:before {
249
- background-color: #dddddd;
250
- color: black !important;
251
- content: attr(data-off);
252
- -webkit-transition: -webkit-transform 0.5s;
253
- -moz-transition: -moz-transform 0.5s;
254
- -o-transition: -o-transform 0.5s;
255
- transition: transform 0.5s;
256
- -webkit-backface-visibility: hidden;
257
- -moz-backface-visibility: hidden;
258
- -ms-backface-visibility: hidden;
259
- -o-backface-visibility: hidden;
260
- backface-visibility: hidden;
261
- }
262
- input.cmn-toggle-yes-no + label:after {
263
- background-color: #0073AA;
264
- content: attr(data-on);
265
- -webkit-transition: -webkit-transform 0.5s;
266
- -moz-transition: -moz-transform 0.5s;
267
- -o-transition: -o-transform 0.5s;
268
- transition: transform 0.5s;
269
- -webkit-transform: rotateY(180deg);
270
- -moz-transform: rotateY(180deg);
271
- -ms-transform: rotateY(180deg);
272
- -o-transform: rotateY(180deg);
273
- transform: rotateY(180deg);
274
- -webkit-backface-visibility: hidden;
275
- -moz-backface-visibility: hidden;
276
- -ms-backface-visibility: hidden;
277
- -o-backface-visibility: hidden;
278
- backface-visibility: hidden;
279
- }
280
- input.cmn-toggle-yes-no:checked + label:before {
281
- -webkit-transform: rotateY(180deg);
282
- -moz-transform: rotateY(180deg);
283
- -ms-transform: rotateY(180deg);
284
- -o-transform: rotateY(180deg);
285
- transform: rotateY(180deg);
286
- }
287
- input.cmn-toggle-yes-no:checked + label:after {
288
- -webkit-transform: rotateY(0);
289
- -moz-transform: rotateY(0);
290
- -ms-transform: rotateY(0);
291
- -o-transform: rotateY(0);
292
- transform: rotateY(0);
293
- }
294
-
295
- .switch {
296
- display: inline-block;
297
- margin-right: 5px;
298
- top: 3px;
299
- position: relative;
300
- }
301
-
302
- .update-blue{
303
- border-left: 4px solid #0073AA;
304
- }
305
-
306
- .button-primary {
307
- border-radius: 0px !important;
308
- border-style: none !important;
309
- background-color: #0073AA !important;
310
- }
311
-
312
- .button-seconday{
313
- border-radius: 0px !important;
314
- border-style: none !important;
315
- }
316
-
317
- .grey-out{
318
- opacity:0.5;
319
- }
320
-
321
- .cmn-override-big{
322
- width: 50px !important;
323
- height: 28px !important;
324
- }
325
-
326
- .cmn-override-big-wide{
327
- width: 100px !important;
328
- height: 28px !important;
329
- }
330
-
331
- .cmn-override-big:after, .cmn-override-big:before, .cmn-override-big-wide:after, .cmn-override-big-wide:before{
332
- line-height: 34px !important;
333
- }
334
-
335
- #wpgmza_marker_holder #wpgmza_table {
336
- background-color: white;
337
- padding: 10px;
338
- }
339
-
340
- #wpgmza_marker_holder #wpgmza_table_filter {
341
- float: right;
342
- }
343
-
344
- #wpgmza_marker_holder #wpgmza_table_length {
345
- float: left;
346
- }
347
-
348
- .wpgmza-promo {
349
- border: 4px solid white;
350
- box-shadow: 1px 1px 5px #ABABAB;
351
- -webkit-box-shadow: 1px 1px 5px #ABABAB;
352
- -moz-box-shadow: 1px 1px 5px #ABABAB;
353
- }
354
-
355
- .wpgmza-promo .wpgmza-promo-overlay{
356
- opacity:0;
357
- transition: opacity 0.4s;
358
- -webkit-transition: opacity 0.4s;
359
- -moz-transition: opacity 0.4s;
360
- -o-transition: opacity 0.4s;
361
- }
362
-
363
- .wpgmza-promo:hover .wpgmza-promo-overlay{
364
- opacity:1;
365
- }
366
-
367
-
368
- .wpgmza-promo-overlay {
369
- background: #E8E8E8;
370
- position: absolute;
371
- bottom: 0px;
372
- right: 0px;
373
- left: 0px;
374
- padding: 10px;
375
- }
376
-
377
- .wpgmza-promo-overlay h4, .wpgmza-promo-overlay p {
378
- margin: 0px !Important;
379
- }
380
-
381
- .about-wrap {
382
- margin-top: -20px !important;
383
- }
384
-
385
- .paginate_button {
386
- background: white;
387
- margin-right: 5px;
388
- padding: 5px;
389
- position: relative;
390
- top: 8px;
391
- cursor: pointer;
392
- }
393
-
394
- .paginate_button:hover {
395
- background: #0073AA;
396
- color: white;
397
- }
398
-
399
- #wpgmza_table_info {
400
- padding: 7px;
401
- }
402
-
403
- .update-nag h4{
404
- margin:0px !important;
405
- }
406
-
407
- .update-slim{
408
- margin-top: 0px !important;
409
- line-height: 15px !important;
410
- }
411
-
412
- .update-att{
413
- border: 1px solid #ffba00;
414
- }
415
-
416
- .update-map-overlay {
417
- position: absolute;
418
- margin-top: -103px !important;
419
- margin-left: 5px;
420
- }
421
-
422
- .wpgmza-listing, .wpgmza-listing th span {
423
- padding: 7px;
424
- }
425
-
426
- .wpgmza-listing{
427
- border: 4px solid white !important;
428
- }
429
-
430
- .wpgmza-listing-comp {
431
- border: 4px solid white !important;
432
- background: white;
433
- margin-bottom: 5px;
434
- box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
435
- -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
436
- -moz-ox-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
437
- }
438
-
439
- .wpgmza_map_seventy{
440
- width:69% !important;
441
- float:left;
442
- margin-left: 1%;
443
- }
444
-
445
- #wpgmza_store_locator_default_radius_km,
446
- #wpgmza_store_locator_default_radius_mi {
447
- display: none;
448
- }
449
-
450
- #wpgmza_store_locator_default_radius_km.active,
451
- #wpgmza_store_locator_default_radius_mi.active {
452
- display: block;
453
- }
454
-
455
- #wpgmza-gdpr-compliance fieldset
456
- {
457
- margin-bottom: 0.3em;
458
- }
459
-
460
- #wpgmza-gdpr-compliance fieldset>*
461
- {
462
- display: inline-block;
463
- vertical-align: top;
464
- }
465
-
466
- #wpgmza-gdpr-compliance fieldset>label
467
- {
468
- width: 260px;
469
- }
470
-
471
- #wpgmza-gdpr-compliance input[type='number']
472
- {
473
- width: 64px;
474
- }
475
-
476
- #wpgmza-gdpr-compliance textarea
477
- {
478
- resize: both;
479
- }
480
-
481
-
482
- #wpgmza-gdpr-compliance label
483
- {
484
- cursor: auto;
485
- }
486
-
487
- #wpgmza-gdpr-compliance i
488
- {
489
- cursor: help !important;
490
- }
491
-
492
- [name='wpgmza_gdpr_default_notice']
493
- {
494
- width: 80%;
495
- }
496
-
497
- [name='wpgmza_gdpr_default_notice']>p:first-child
498
- {
499
- margin-top: 0px;
500
- }
501
-
502
- [name='wpgmza_gdpr_company_name'], [name='wpgmza_gdpr_retention_purpose']
503
- {
504
- width: 50vw;
505
- }
506
-
507
- [name='wpgmza_gdpr_notice_override_text']
508
- {
509
- width: 50vw;
510
- height: 200px;
511
- }
512
-
513
- #wpgmza-google-api-error-dialog
514
- {
515
- width: 66vw;
516
- }
517
-
518
- #wpgmza-google-api-error-list,
519
- #wpgmza-google-api-error-list *
520
- {
521
- text-align: left;
522
- }
523
-
524
- #wpgmza-google-api-error-list
525
- {
526
- list-style: none;
527
- }
528
-
529
- #wpgmza-google-api-error-list li
530
- {
531
- background: ghostwhite;
532
- padding: 0.5em;
533
- margin: 0.5em;
534
- }
535
-
536
- #wpgmza-google-api-error-list li:before
537
- {
538
- content: "\26D4";
539
- color: red;
540
- }
541
-
542
- #wpgmza-google-api-error-dialog a
543
- {
544
- color: blue;
545
- }
546
-
547
- #wpgmza-google-api-error-dialog .wpgmza-documentation-buttons
548
- {
549
- float: right;
550
- }
551
-
552
- #wpgmza-google-api-error-dialog .wpgmza-documentation-buttons a
553
- {
554
- color: #444444;
555
- background: #F3F3F3;
556
- border: 1px #DADADA solid;
557
- padding: 5px 10px;
558
- border-radius: 2px;
559
- cursor: pointer;
560
- font-size: 9pt;
561
- outline: none;
562
- }
563
-
564
- #wpgmza-google-api-error-dialog .wpgmza-documentation-buttons a:hover {
565
- border: 1px #C6C6C6 solid;
566
- box-shadow: 1px 1px 1px #EAEAEA;
567
- color: #333333;
568
- background: #F7F7F7;
569
- }
570
-
571
- #wpgmza-google-api-error-dialog .wpgmza-documentation-buttons a:active {
572
- box-shadow: inset 1px 1px 1px #DFDFDF;
573
- }
574
-
575
- #wpgmza-google-api-error-dialog .wpgmza-documentation-buttons a i
576
- {
577
- font-weight: bold;
578
- padding-right: 0.3em;
579
- }
580
-
581
- [aria-controls="wpgmza-gdpr-compliance"]
582
- {
583
- margin-left: 3px;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
584
  }
1
+ .wpgmza-extension {
2
+
3
+ float: left;
4
+ margin: 0 15px 15px 0;
5
+ background: #fff;
6
+ border: 1px solid #ccc;
7
+ width: 320px;
8
+ padding: 14px;
9
+ height: 370px;
10
+ position: relative;
11
+
12
+ }
13
+ .wpgmza-extension h3 {
14
+ margin: 0 0 8px;
15
+ font-size: 13px;
16
+
17
+ }
18
+ .wpgmza-extension .wp-post-image {
19
+ width: 100%;
20
+ height: auto;
21
+ }
22
+ .wpgmza-extension .button-secondary {
23
+ position: absolute;
24
+ bottom: 14px;
25
+ left: 14px;
26
+ }
27
+ .wpgmza-plugin {
28
+ height: 250px;
29
+ }
30
+
31
+ #wpgmaps_tabs .ui-tabs-nav li,
32
+ #wpgmaps_tabs_markers .ui-tabs-nav li
33
+ {
34
+ padding: 0px !important;
35
+ display: inline-block !important;
36
+ }
37
+
38
+ #wpgmaps_tabs .ui-tabs-nav li > a,
39
+ #wpgmaps_tabs_markers .ui-tabs-nav li > a
40
+ {
41
+ display: inline-block !important;
42
+ padding: 10px 15px !important;
43
+ }
44
+
45
+ .ui-widget-header {
46
+ background: transparent !important;
47
+ border-style: none !important;
48
+ }
49
+
50
+ .ui-corner-all {
51
+ border-style: none;
52
+ border-radius: 0px ;
53
+ }
54
+
55
+ .ui-tabs-active {
56
+ background: #0073AA !important;
57
+ }
58
+
59
+ .ui-tabs-active a {
60
+ color:white !important;
61
+ }
62
+
63
+ .ui-state-default{
64
+ background: #E8E8E8;
65
+ padding-top: 10px;
66
+ padding-bottom: 10px;
67
+ padding-left: 15px;
68
+ padding-right: 15px;
69
+
70
+ transition: background 0.2s;
71
+ -webkit-transition: background 0.2s;
72
+ -moz-transition: background 0.2s;
73
+ -o-transition: background 0.2s;
74
+ }
75
+
76
+ .ui-state-default a{
77
+ text-decoration: none;
78
+ color: black;
79
+ }
80
+
81
+ .ui-tabs-panel {
82
+ background: white !important;
83
+ margin-top: -19px !important;
84
+ padding: 13px !important;
85
+ }
86
+
87
+ .ui-slider {
88
+ position: relative;
89
+ text-align: left;
90
+ background: #E8E8E8;
91
+ }
92
+ .ui-slider .ui-slider-handle {
93
+ position: absolute;
94
+ z-index: 2;
95
+ cursor: default;
96
+ background: #0073AA;
97
+ border-radius: 10px;
98
+ padding: 9px !important;
99
+ }
100
+ .ui-slider .ui-slider-range {
101
+ position: absolute;
102
+ z-index: 1;
103
+ font-size: .7em;
104
+ display: block;
105
+ border: 0;
106
+ background-position: 0 0;
107
+ }
108
+
109
+ .ui-slider-horizontal {
110
+ height: .8em;
111
+ }
112
+ .ui-slider-horizontal .ui-slider-handle {
113
+ top: -.3em;
114
+ margin-left: -.6em;
115
+ }
116
+ .ui-slider-horizontal .ui-slider-range {
117
+ top: 0;
118
+ height: 100%;
119
+ }
120
+ .ui-slider-horizontal .ui-slider-range-min {
121
+ left: 0;
122
+ }
123
+ .ui-slider-horizontal .ui-slider-range-max {
124
+ right: 0;
125
+ }
126
+
127
+ .ui-slider-vertical {
128
+ width: .8em;
129
+ height: 100px;
130
+ }
131
+ .ui-slider-vertical .ui-slider-handle {
132
+ left: -.3em;
133
+ margin-left: 0;
134
+ margin-bottom: -.6em;
135
+ }
136
+ .ui-slider-vertical .ui-slider-range {
137
+ left: 0;
138
+ width: 100%;
139
+ }
140
+ .ui-slider-vertical .ui-slider-range-min {
141
+ bottom: 0;
142
+ }
143
+ .ui-slider-vertical .ui-slider-range-max {
144
+ top: 0;
145
+ }
146
+
147
+ /** Toggles from - http://callmenick.com/ */
148
+
149
+ .cmn-toggle {
150
+ position: absolute;
151
+ margin-left: -9999px;
152
+ visibility: hidden;
153
+ }
154
+ .cmn-toggle + label {
155
+ display: block;
156
+ position: relative;
157
+ cursor: pointer;
158
+ outline: none;
159
+ -webkit-user-select: none;
160
+ -moz-user-select: none;
161
+ -ms-user-select: none;
162
+ user-select: none;
163
+ }
164
+
165
+
166
+ input.cmn-toggle-round-flat + label {
167
+ padding: 0px;
168
+ width: 26px;
169
+ height: 17px;
170
+ background-color: #dddddd;
171
+ -webkit-border-radius: 30px;
172
+ -moz-border-radius: 30px;
173
+ -ms-border-radius: 30px;
174
+ -o-border-radius: 30px;
175
+ border-radius: 30px;
176
+ -webkit-transition: background 0.4s;
177
+ -moz-transition: background 0.4s;
178
+ -o-transition: background 0.4s;
179
+ transition: background 0.4s;
180
+ }
181
+
182
+ input.cmn-toggle-round-flat + label:before, input.cmn-toggle-round-flat + label:after {
183
+ display: block;
184
+ position: absolute;
185
+ content: "";
186
+ }
187
+ input.cmn-toggle-round-flat + label:before {
188
+ top: 2px;
189
+ left: 2px;
190
+ bottom: 2px;
191
+ right: 2px;
192
+ background-color: #fff;
193
+ -webkit-border-radius: 60px;
194
+ -moz-border-radius: 60px;
195
+ -ms-border-radius: 60px;
196
+ -o-border-radius: 60px;
197
+ border-radius: 60px;
198
+ -webkit-transition: background 0.4s;
199
+ -moz-transition: background 0.4s;
200
+ -o-transition: background 0.4s;
201
+ transition: background 0.4s;
202
+ }
203
+ input.cmn-toggle-round-flat + label:after {
204
+ top: 4px;
205
+ left: 4px;
206
+ bottom: 4px;
207
+ width: 9px;
208
+ background-color: #dddddd;
209
+ -webkit-border-radius: 6px;
210
+ -moz-border-radius: 6px;
211
+ -ms-border-radius: 6px;
212
+ -o-border-radius: 6px;
213
+ border-radius: 6px;
214
+ -webkit-transition: margin 0.4s, background 0.4s;
215
+ -moz-transition: margin 0.4s, background 0.4s;
216
+ -o-transition: margin 0.4s, background 0.4s;
217
+ transition: margin 0.4s, background 0.4s;
218
+ }
219
+ input.cmn-toggle-round-flat:checked + label {
220
+ background-color: #0073AA;
221
+ }
222
+ input.cmn-toggle-round-flat:checked + label:after {
223
+ margin-left: 8px;
224
+ background-color: #0073AA;
225
+ }
226
+
227
+ input.cmn-toggle-yes-no + label {
228
+ padding: 2px;
229
+ width: 33px;
230
+ height: 18px;
231
+ position: relative;
232
+ top: 1px;
233
+ }
234
+
235
+ input.cmn-toggle-yes-no + label:before, input.cmn-toggle-yes-no + label:after {
236
+ display: block;
237
+ position: absolute;
238
+ top: 0;
239
+ left: 0;
240
+ bottom: 0;
241
+ right: 0;
242
+ color: #fff;
243
+ font-family: sans-serif;
244
+ font-size: 13px;
245
+ text-align: center;
246
+ line-height: 24px;
247
+ }
248
+ input.cmn-toggle-yes-no + label:before {
249
+ background-color: #dddddd;
250
+ color: black !important;
251
+ content: attr(data-off);
252
+ -webkit-transition: -webkit-transform 0.5s;
253
+ -moz-transition: -moz-transform 0.5s;
254
+ -o-transition: -o-transform 0.5s;
255
+ transition: transform 0.5s;
256
+ -webkit-backface-visibility: hidden;
257
+ -moz-backface-visibility: hidden;
258
+ -ms-backface-visibility: hidden;
259
+ -o-backface-visibility: hidden;
260
+ backface-visibility: hidden;
261
+ }
262
+ input.cmn-toggle-yes-no + label:after {
263
+ background-color: #0073AA;
264
+ content: attr(data-on);
265
+ -webkit-transition: -webkit-transform 0.5s;
266
+ -moz-transition: -moz-transform 0.5s;
267
+ -o-transition: -o-transform 0.5s;
268
+ transition: transform 0.5s;
269
+ -webkit-transform: rotateY(180deg);
270
+ -moz-transform: rotateY(180deg);
271
+ -ms-transform: rotateY(180deg);
272
+ -o-transform: rotateY(180deg);
273
+ transform: rotateY(180deg);
274
+ -webkit-backface-visibility: hidden;
275
+ -moz-backface-visibility: hidden;
276
+ -ms-backface-visibility: hidden;
277
+ -o-backface-visibility: hidden;
278
+ backface-visibility: hidden;
279
+ }
280
+ input.cmn-toggle-yes-no:checked + label:before {
281
+ -webkit-transform: rotateY(180deg);
282
+ -moz-transform: rotateY(180deg);
283
+ -ms-transform: rotateY(180deg);
284
+ -o-transform: rotateY(180deg);
285
+ transform: rotateY(180deg);
286
+ }
287
+ input.cmn-toggle-yes-no:checked + label:after {
288
+ -webkit-transform: rotateY(0);
289
+ -moz-transform: rotateY(0);
290
+ -ms-transform: rotateY(0);
291
+ -o-transform: rotateY(0);
292
+ transform: rotateY(0);
293
+ }
294
+
295
+ .switch {
296
+ display: inline-block;
297
+ margin-right: 5px;
298
+ top: 3px;
299
+ position: relative;
300
+ }
301
+
302
+ .update-blue{
303
+ border-left: 4px solid #0073AA;
304
+ }
305
+
306
+ .button-primary {
307
+ border-radius: 0px !important;
308
+ border-style: none !important;
309
+ background-color: #0073AA !important;
310
+ }
311
+
312
+ .button-seconday{
313
+ border-radius: 0px !important;
314
+ border-style: none !important;
315
+ }
316
+
317
+ .grey-out{
318
+ opacity:0.5;
319
+ }
320
+
321
+ .cmn-override-big{
322
+ width: 50px !important;
323
+ height: 28px !important;
324
+ }
325
+
326
+ .cmn-override-big-wide{
327
+ width: 100px !important;
328
+ height: 28px !important;
329
+ }
330
+
331
+ .cmn-override-big:after, .cmn-override-big:before, .cmn-override-big-wide:after, .cmn-override-big-wide:before{
332
+ line-height: 34px !important;
333
+ }
334
+
335
+ #wpgmza_marker_holder #wpgmza_table {
336
+ background-color: white;
337
+ padding: 10px;
338
+ }
339
+
340
+ #wpgmza_marker_holder #wpgmza_table_filter {
341
+ float: right;
342
+ }
343
+
344
+ #wpgmza_marker_holder #wpgmza_table_length {
345
+ float: left;
346
+ }
347
+
348
+ .wpgmza-promo {
349
+ border: 4px solid white;
350
+ box-shadow: 1px 1px 5px #ABABAB;
351
+ -webkit-box-shadow: 1px 1px 5px #ABABAB;
352
+ -moz-box-shadow: 1px 1px 5px #ABABAB;
353
+ }
354
+
355
+ .wpgmza-promo .wpgmza-promo-overlay{
356
+ opacity:0;
357
+ transition: opacity 0.4s;
358
+ -webkit-transition: opacity 0.4s;
359
+ -moz-transition: opacity 0.4s;
360
+ -o-transition: opacity 0.4s;
361
+ }
362
+
363
+ .wpgmza-promo:hover .wpgmza-promo-overlay{
364
+ opacity:1;
365
+ }
366
+
367
+
368
+ .wpgmza-promo-overlay {
369
+ background: #E8E8E8;
370
+ position: absolute;
371
+ bottom: 0px;
372
+ right: 0px;
373
+ left: 0px;
374
+ padding: 10px;
375
+ }
376
+
377
+ .wpgmza-promo-overlay h4, .wpgmza-promo-overlay p {
378
+ margin: 0px !Important;
379
+ }
380
+
381
+ .about-wrap {
382
+ margin-top: -20px !important;
383
+ }
384
+
385
+ .paginate_button {
386
+ background: white;
387
+ margin-right: 5px;
388
+ padding: 5px;
389
+ position: relative;
390
+ top: 8px;
391
+ cursor: pointer;
392
+ }
393
+
394
+ .paginate_button:hover {
395
+ background: #0073AA;
396
+ color: white;
397
+ }
398
+
399
+ #wpgmza_table_info {
400
+ padding: 7px;
401
+ }
402
+
403
+ .update-nag h4{
404
+ margin:0px !important;
405
+ }
406
+
407
+ .update-slim{
408
+ margin-top: 0px !important;
409
+ line-height: 15px !important;
410
+ }
411
+
412
+ .update-att{
413
+ border: 1px solid #ffba00;
414
+ }
415
+
416
+ .update-map-overlay {
417
+ position: absolute;
418
+ margin-top: -103px !important;
419
+ margin-left: 5px;
420
+ }
421
+
422
+ .wpgmza-listing, .wpgmza-listing th span {
423
+ padding: 7px;
424
+ }
425
+
426
+ .wpgmza-listing{
427
+ border: 4px solid white !important;
428
+ }
429
+
430
+ .wpgmza-listing-comp {
431
+ border: 4px solid white !important;
432
+ background: white;
433
+ margin-bottom: 5px;
434
+ box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
435
+ -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
436
+ -moz-ox-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
437
+ }
438
+
439
+ .wpgmza_map_seventy{
440
+ width:69% !important;
441
+ float:left;
442
+ margin-left: 1%;
443
+ }
444
+
445
+ #wpgmza_store_locator_default_radius_km,
446
+ #wpgmza_store_locator_default_radius_mi {
447
+ display: none;
448
+ }
449
+
450
+ #wpgmza_store_locator_default_radius_km.active,
451
+ #wpgmza_store_locator_default_radius_mi.active {
452
+ display: block;
453
+ }
454
+
455
+ #wpgmza-gdpr-compliance fieldset
456
+ {
457
+ margin-bottom: 0.3em;
458
+ }
459
+
460
+ #wpgmza-gdpr-compliance fieldset>*
461
+ {
462
+ display: inline-block;
463
+ vertical-align: top;
464
+ }
465
+
466
+ #wpgmza-gdpr-compliance fieldset>label
467
+ {
468
+ width: 260px;
469
+ }
470
+
471
+ #wpgmza-gdpr-compliance input[type='number']
472
+ {
473
+ width: 64px;
474
+ }
475
+
476
+ #wpgmza-gdpr-compliance textarea
477
+ {
478
+ resize: both;
479
+ }
480
+
481
+
482
+ #wpgmza-gdpr-compliance label
483
+ {
484
+ cursor: auto;
485
+ }
486
+
487
+ #wpgmza-gdpr-compliance i
488
+ {
489
+ cursor: help !important;
490
+ }
491
+
492
+ [name='wpgmza_gdpr_default_notice']
493
+ {
494
+ width: 80%;
495
+ }
496
+
497
+ [name='wpgmza_gdpr_default_notice']>p:first-child
498
+ {
499
+ margin-top: 0px;
500
+ }
501
+
502
+ [name='wpgmza_gdpr_company_name'], [name='wpgmza_gdpr_retention_purpose']
503
+ {
504
+ width: 50vw;
505
+ }
506
+
507
+ [name='wpgmza_gdpr_notice_override_text']
508
+ {
509
+ width: 50vw;
510
+ height: 200px;
511
+ }
512
+
513
+ #wpgmza-google-api-error-dialog
514
+ {
515
+ width: 66vw;
516
+ }
517
+
518
+ #wpgmza-google-api-error-list,
519
+ #wpgmza-google-api-error-list *
520
+ {
521
+ text-align: left;
522
+ }
523
+
524
+ #wpgmza-google-api-error-list
525
+ {
526
+ list-style: none;
527
+ }
528
+
529
+ #wpgmza-google-api-error-list li
530
+ {
531
+ background: ghostwhite;
532
+ padding: 0.5em;
533
+ margin: 0.5em;
534
+ }
535
+
536
+ #wpgmza-google-api-error-list li:before
537
+ {
538
+ content: "\26D4";
539
+ color: red;
540
+ }
541
+
542
+ #wpgmza-google-api-error-dialog a
543
+ {
544
+ color: blue;
545
+ }
546
+
547
+ #wpgmza-google-api-error-dialog .wpgmza-documentation-buttons
548
+ {
549
+ float: right;
550
+ }
551
+
552
+ #wpgmza-google-api-error-dialog .wpgmza-documentation-buttons a
553
+ {
554
+ color: #444444;
555
+ background: #F3F3F3;
556
+ border: 1px #DADADA solid;
557
+ padding: 5px 10px;
558
+ border-radius: 2px;
559
+ cursor: pointer;
560
+ font-size: 9pt;
561
+ outline: none;
562
+ }
563
+
564
+ #wpgmza-google-api-error-dialog .wpgmza-documentation-buttons a:hover {
565
+ border: 1px #C6C6C6 solid;
566
+ box-shadow: 1px 1px 1px #EAEAEA;
567
+ color: #333333;
568
+ background: #F7F7F7;
569
+ }
570
+
571
+ #wpgmza-google-api-error-dialog .wpgmza-documentation-buttons a:active {
572
+ box-shadow: inset 1px 1px 1px #DFDFDF;
573
+ }
574
+
575
+ #wpgmza-google-api-error-dialog .wpgmza-documentation-buttons a i
576
+ {
577
+ font-weight: bold;
578
+ padding-right: 0.3em;
579
+ }
580
+
581
+ [aria-controls="wpgmza-gdpr-compliance"]
582
+ {
583
+ margin-left: 3px;
584
+ }
585
+
586
+
587
+
588
+ .ui-tabs-panel {
589
+ /*box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 3px rgba(0,0,0,0.04);*/
590
+ /* transition: all 0.3s cubic-bezier(.25,.8,.25,1);*/
591
+ }
592
+
593
+
594
+
595
+ .error {
596
+ border-width: 3px;
597
+ box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 3px rgba(0,0,0,0.04);
598
+ }
599
+
600
+ #wpcontent {
601
+ padding: 20px;
602
+ padding-right: 25px;
603
+ padding-top: 0;
604
+ box-sizing: border-box;
605
+
606
+ }
607
+
608
+ .wrap {
609
+ margin: 0;
610
+ }
611
+
612
+ #wpgmza-map-edit__btns {
613
+ position: fixed;
614
+ bottom: 0;
615
+ left: 0;
616
+ right: 0;
617
+ width: 100%;
618
+ height: 50px;
619
+ background: #fff;
620
+ z-index: 999;
621
+ text-align: right;
622
+ margin: 0;
623
+ box-shadow: 0 1px 6px rgba(0,0,0,0.12), 0 -1px 3px rgba(0,0,0,0.04);
624
+ padding: 10px;
625
+ padding-right: 20px;
626
+ box-sizing: border-box;
627
+ border-top: 1px solid #ddd;
628
+
629
+ }
630
+ #wpgmza-map-edit__btns input {
631
+ display: inline-block;
632
+ vertical-align: middle;
633
+
634
+ }
635
+
636
+ #wpgmza-theme-editor {
637
+ box-shadow: 0 1px 6px rgba(0,0,0,0.12), 0 -1px 3px rgba(0,0,0,0.04);
638
+ border-radius: 3px;
639
+ padding: 20px;
640
+ box-sizing: border-box;
641
+ }
642
+
643
+ #wpgmza_map {
644
+ border: 1px solid #ddd;
645
+ border-radius: 4px;
646
+ box-shadow: 0 1px 6px rgba(0,0,0,0.12), 0 -1px 3px rgba(0,0,0,0.04);
647
+ }
648
+
649
+ .wpgmza-google-maps-api-error-overlay {
650
+ background: rgba(0,0,0,0.3) !important;
651
+ color: #fff;
652
+ box-sizing: border-box;
653
+ padding: 20px;
654
+ }
655
+ .wpgmza-google-maps-api-error-overlay h2 {
656
+ color: #fff;
657
+ margin-top: 5px;
658
+ }
659
+ .wpgmza-google-maps-api-error-overlay .template.notice {
660
+ background: transparent;
661
+ border: 1px solid #fff;
662
+ padding-bottom: 30px;
663
+ position: relative;
664
+ }
665
+
666
+ .wpgmza-google-maps-api-error-overlay a {
667
+ color: #fff !important;
668
+ font-weight: bold;
669
+ }
670
+
671
+ .wpgmza-google-maps-api-error-overlay .wpgmza-documentation-buttons {
672
+ position: absolute;
673
+ bottom: 15px;
674
+ right: 10px;
675
+ }
676
+
677
+ .wpgmza-google-maps-api-error-overlay .wpgmza-documentation-buttons a{
678
+ background: transparent !important;
679
+ text-decoration: none !important;
680
+ color: #fff !important;
681
+ border: 1px solid #fff !important;
682
+ border-radius: 1px !important;
683
+ }
684
+
685
+ .wpgmza-google-maps-api-error-overlay .wpgmza-documentation-buttons a:hover {
686
+ background: #fff !important;
687
+ color: #333 !important;
688
+ border: 1px solid #fff !important;
689
+ }
690
+
691
+ #wpgmza_map {
692
+ position: relative;
693
+ }
694
+
695
+ #wpgmza_marker_holder {
696
+ background: #fff;
697
+ box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 3px rgba(0,0,0,0.04);
698
+ transition: all 0.3s cubic-bezier(.25,.8,.25,1);
699
+ border-radius: 3px;
700
+ }
701
+
702
+ .dataTables_length,
703
+ .dataTables_filter,
704
+ .wpgmza-marker-listing__actions,
705
+ .dataTables_info,
706
+ .dataTables_paginate{
707
+ padding: 10px 20px;
708
+ }
709
+
710
+ .wpgmza-marker-listing__actions {
711
+ padding-bottom: 15px;
712
+ }
713
+
714
+ .button-primary,
715
+ .ui-tabs-active,
716
+ .wpgmza_general_btn,
717
+ .wpgmza_file_select_btn{
718
+ background-color: #2B323C !important;
719
+ text-shadow: none;
720
+ border-radius: 2px !important;
721
+ transition: background .12s ease-in-out !important;
722
+ }
723
+
724
+ .button-primary:hover,
725
+ .ui-tabs-active:hover,
726
+ .wpgmza_general_btn:hover,
727
+ .wpgmza_file_select_btn:hover {
728
+ background-color: #616f82 !important;
729
+ }
730
+
731
+ .button-primary:active,
732
+ .button-primary:focus,
733
+ .ui-tabs-nav a:active,
734
+ .ui-tabs-nav a:focus{
735
+ outline: none !important;
736
+ box-shadow: none !important;
737
+ }
738
+
739
+
740
+ body[class*="wp-google-maps"] .ui-tabs-nav {
741
+ overflow-x: scroll !important;
742
+ overflow-y: hidden !important;
743
+ white-space: nowrap !important;
744
+ font-size: 0 !important;
745
+ }
746
+
747
+ body[class*="wp-google-maps"] .ui-tabs {
748
+ box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 3px rgba(0,0,0,0.04);
749
+ background: #fff !important;
750
+ background: #f9f9f9 !important;
751
+ border-radius: 3px;
752
+ overflow: hidden;
753
+ }
754
+
755
+ body[class*="wp-google-maps"] .ui-tabs-nav li {
756
+ display: inline-block !important;
757
+ font-size: 12px;
758
+ margin-bottom: 0 !important;
759
+ border-right: 1px solid #eee;
760
+
761
+ border-radius: 0;
762
+ transition: background .13s ease-in-out;
763
+
764
+
765
+ }
766
+ body[class*="wp-google-maps"] .ui-tabs-nav li a {
767
+ }
768
+
769
+ body[class*="wp-google-maps"] .ui-tabs-panel {
770
+ border: 1px solid #eee;
771
+ }
772
+
773
+ body[class*="wp-google-maps"] .ui-state-default {
774
+ background: #fff;
775
+ }
776
+
777
+ body[class*="wp-google-maps"] .ui-state-default:hover {
778
+ background: #f9f9f9;
779
+ }
780
+
781
+ body[class*="wp-google-maps"] .ui-tabs-panel {
782
+ margin-top: 0 !important;
783
+
784
+ }
785
+
786
+ li[aria-controls="wpgmza-gdpr-compliance"] {
787
+ margin-left: 0;
788
+ }
789
+
790
+ .wpgmza-upgrade-tab,
791
+ .wpgmza-upgrade-tab a{
792
+ background: #FACE48 !important;
793
+ }
794
+
795
+ #wpgmza-pro-features {
796
+ padding: 0;
797
+ margin-top: 20px;
798
+ text-align: center;
799
+ }
800
+
801
+ .wpgmza-pro-features__item {
802
+ display: inline-block;
803
+ width: 33%;
804
+ vertical-align: top;
805
+ box-sizing: border-box;
806
+ padding: 10px ;
807
+ min-height: 300px;
808
+ }
809
+ .wpgmza-pro-features__item .wpgmza-card {
810
+ min-height: 360px;
811
+ }
812
+
813
+ .wpgmza-card {
814
+ background: #fff;
815
+ box-sizing: border-box;
816
+ padding: 20px;
817
+ border-radius: 3px;
818
+ position: relative;
819
+ box-shadow: 0 1px 6px rgba(0,0,0,0.12), 0 1px 3px rgba(0,0,0,0.04);
820
+ }
821
+
822
+ .wpgmza-pro-features__item img {
823
+ border: none;
824
+ }
825
+
826
+ .wpgmza-pro-features__item p {
827
+ }
828
+
829
+ .wpgmza-feature-item__desc {
830
+ position: absolute;
831
+ bottom: 0;
832
+ left: 0;
833
+ right: 0;
834
+ box-sizing: border-box;
835
+ padding: 20px;
836
+ font-size: 14px;
837
+ }
838
+ #wpgmza-basic-footer-text {
839
+ text-align: center !important;
840
+ margin-top: 20px;
841
+ }
842
+
843
+ .wpgmza-nag {
844
+ border: 2px solid black;
845
+ line-height: 12px;
846
+ box-sizing: border-box;
847
+ border-radius: 4px !important;
848
+ }
849
+ #wpgmaps_save_reminder {
850
+ margin-top: 20px;
851
+ }
852
+
853
+ .wpgmza.button,
854
+ body[class*="wp-google-maps"] .button.button-secondary{
855
+ background: transparent;
856
+ border: 2px solid #2B323C;
857
+ box-sizing: border-box;
858
+ line-height: 20px;
859
+ box-shadow: none;
860
+ outline: none;
861
+ transition: background-color .1s ease-in-out;
862
+ }
863
+
864
+ .wpgmza.button:hover,
865
+ body[class*="wp-google-maps"] .button.button-secondary:hover{
866
+ background: #2B323C;
867
+ color: #fff;
868
+ border: 2px solid #2B323C;
869
+ }
870
+
871
+ .wpgmza.button:active,
872
+ .wpgmza.button:focus,
873
+ body[class*="wp-google-maps"] .button.button-secondary:active,
874
+ body[class*="wp-google-maps"] .button.button-secondary:focus{
875
+ outline: none;
876
+ box-shadow: none;
877
+ border: 2px solid #2B323C;
878
+ }
879
+ .wpgmza-error-message {
880
+ border: 2px solid #EE6385;
881
+ border-width: 2px !important;
882
+ padding: 20px !important;
883
+ box-sizing: border-box;
884
+ }
885
+ .wpgmza-error-message h1 {
886
+ color: #EE6385;
887
+ font-size: 17px;
888
+ padding: 0;
889
+ margin-bottom: 15px;
890
+ }
891
+
892
+ .wpgmza-error-message a {
893
+ color: #EE6385;
894
+ }
895
+
896
+ .wpgmza_copy_shortcode {
897
+ background: #fffbef !important;
898
+ box-shadow: none !important;
899
+ border: none !important;
900
+ padding: 7px 5px;
901
+ font-size: 15px !important;
902
+ color: #FACE48 !important;
903
+ border: 2px solid #FACE48 !important;
904
+ border-radius: 3px !important;
905
+ cursor: pointer;
906
+ text-align: center;
907
+ }
908
+
909
+ .ui-slider-handle {
910
+ border: 2px solid #FACE48 !important;
911
+ cursor: pointer !important;
912
+ }
913
+
914
+ .ui-slider-handle:active,
915
+ .ui-slider-handle:focus {
916
+ box-shadow: none !important;
917
+ outline: none !important;
918
+ }
919
+
920
+ #slider-range-max {
921
+ background: #FACE48 !important;
922
+ border: 1px solid #ccc !important;
923
+ border-radius: 30px !important;
924
+ }
925
+
926
+ .ui-slider-range.ui-slider-range-max {
927
+ background: #f9f9f9 !important;
928
+ }
929
+
930
+ body[class*="wp-google-maps"] {
931
+ background: #f5f5f9;
932
+ }
933
+
934
+ body[class*="wp-google-maps"] .ui-tabs {
935
+ background: #efeff5 !important;
936
+ }
937
+
938
+ .update-att {
939
+ border: 2px solid #FACE48;
940
+ border-radius: 5px;
941
+ background: #FACE48;
942
+ color: #fff;
943
+ margin: 10px;
944
+ box-sizing: border-box;
945
+ font-size: 13px;
946
+ }
947
+
948
+ .update-att a {
949
+ color: #fff;
950
+ opacity: .9;
951
+ font-weight: bold;
952
+ }
953
+ .update-att .fa {
954
+ margin-right: 10px;
955
+ }
956
+
957
+ .wpgmza-marker-tab__title {
958
+ margin-top: 0;
959
+ }
960
+
961
+ #wpgmaps_tabs_markers .update-att {
962
+ margin: 0;
963
+ width: 100%;
964
+ margin-bottom: 10px;
965
+ }
966
+
967
+ #wpgmza-marker-tabs__wrap #tabs-m-2 {
968
+ max-height: 410px;
969
+ overflow: auto;
970
+ }
971
+
972
+ #wpgmza-marker-tabs__wrap {
973
+ margin-bottom: 20px;
974
+ }
975
+
976
+ #wpgmza-map-edit__markers {
977
+
978
+ clear: both;
979
+ padding-top: 10px;
980
+ }
981
+
982
+ .wpgmza-button__top-right {
983
+ position: absolute;
984
+ top: 10px;
985
+ right: 10px;
986
+ }
987
+
988
+ .ui-tabs-panel {
989
+ position: relative;
990
+ }
991
+
992
+ body[class*="wp-google-maps"] .button.button-secondary,
993
+ body[class*="wp-google-maps"] .button.button-primary{
994
+ height: 26px;
995
+ box-sizing: border-box;
996
+ }
997
+
998
+ body[class*="wp-google-maps"] .button.button-secondary {
999
+ height: 29px;
1000
+ line-height: 25px;
1001
+ vertical-align: top;
1002
+ }
1003
+
1004
+ .wpgmza-clear {
1005
+ clear: both;
1006
+ }
1007
+
1008
+ .wpgmza-support-notice {
1009
+ background: #0073AA !important;
1010
+ color: #fff;
1011
+ border: none;
1012
+ border-radius: 3px;
1013
+ margin: 0;
1014
+ position: absolute;
1015
+ top: 10px;
1016
+ right: 0;
1017
+ padding: 10px 20px !important;
1018
+ display: none !important;
1019
+ }
1020
+
1021
+ .wpgmza-support-notice a {
1022
+ color: #fff;
1023
+ }
1024
+
1025
+ #wpgmza-theme-editor {
1026
+ padding: 0 !important;
1027
+ background: #f5f5f9 !important;
1028
+ }
1029
+
1030
+ #wpgmza-theme-editor__edit {
1031
+ position: relative;
1032
+ }
1033
+
1034
+ #wpgmza-theme-editor__feature {
1035
+ position: sticky;
1036
+ top: 0;
1037
+
1038
+ background: #fff;
1039
+ z-index: 99;
1040
+
1041
+ border-bottom: 1px solid #eee;
1042
+ padding: 10px 20px;
1043
+ line-height: 28px;
1044
+ box-shadow: 0 1px 4px rgba(0,0,0,0.07), 0 -1px 3px rgba(0,0,0,0.04);
1045
+ }
1046
+
1047
+ #wpgmza-theme-editor__feature-settings {
1048
+ padding: 20px;
1049
+ padding-top: 10px;
1050
+ }
1051
+
1052
+ #wpgmza-theme-editor__toggle {
1053
+ position: absolute;
1054
+ right: 20px;
1055
+ top: 50%;
1056
+ transform: translate(-50%, -50%);
1057
+ cursor: pointer;
1058
+ }
1059
+ #wpgmza-map-theme-editor__holder {
1060
+ display: none;
1061
+ position: relative;
1062
+ height: 0;
1063
+ width: 100%;
1064
+ }
1065
+
1066
+ #wpgmza-map-theme-editor__holder.active {
1067
+ display: block;
1068
+ }
1069
+
1070
+ #wpgmza-theme-editor {
1071
+ display: block !important;
1072
+ position: absolute !important;
1073
+ right: 0 !important;
1074
+ bottom: 4px !important;
1075
+ transform: none !important;
1076
+ width: 50% !important;
1077
+ z-index: 99 !important;
1078
+ height: 50px !important;
1079
+ transition: all 0.7s cubic-bezier(.25, .8, .25, 1) !important;
1080
+ animation: .3s wpgmzaSlideIn ease-in-out !important;
1081
+ }
1082
+
1083
+ #wpgmza-theme-editor.active {
1084
+ height: 260px !important;
1085
+ }
1086
+
1087
+ @keyframes wpgmzaSlideIn {
1088
+ 0% {
1089
+ opacity: 0;
1090
+ transform: translateY(10px);
1091
+ }
1092
+ 100% {
1093
+ opacity: 1;
1094
+ transform: translateY(0);
1095
+ }
1096
+ }
1097
+
1098
+ .wpgmza-form-group__multiple {
1099
+ display: flex;
1100
+ }
1101
+
1102
+ .wpgmza-form-group__multiple fieldset {
1103
+ margin-right: 20px;
1104
+ flex: 1;
1105
+ }
1106
+
1107
+ #wpgmza-maps-engine-dialog {
1108
+ background: #f5f5f9;
1109
+ }
1110
+
1111
+ .wpgmza-border-box__option {
1112
+ background: #fff;
1113
+ border-radius: 4px;
1114
+ padding: 30px;
1115
+ border: 2px solid #fff;
1116
+ cursor: pointer;
1117
+ box-shadow: 0 1px 4px rgba(0,0,0,0.07), 0 -1px 3px rgba(0,0,0,0.04);
1118
+ }
1119
+
1120
+ .wpgmza-border-box__option:first-of-type {
1121
+ margin-right: 20px;
1122
+ }
1123
+
1124
+ .wpgmza-border-box__option:hover,
1125
+ .wpgmza-border-box__option.selected{
1126
+ border-color: #2B323C;
1127
+ }
1128
+
1129
+ #wpgmza-confirm-engine {
1130
+ padding: 3px 30px !important;
1131
+ height: 45px !important;
1132
+ margin-top: 30px;
1133
+ font-size: 15px !important;
1134
+
1135
+ }
1136
+ .wpgmza-border-box__option .wpgmza-mock-radio {
1137
+ width: 100% !important;
1138
+ left: 0 !important;
1139
+ }
1140
+ .wpgmza-border-box__option .wpgmza-mock-radio-button {
1141
+ display: none !important;
1142
+ }
1143
+ .wpgmza-engine-logo {
1144
+ max-height: 140px;
1145
+ width: auto !important;
1146
+ }
1147
+
1148
+ #wpgmza-maps-engine-dialog {
1149
+ max-width: 800px
1150
+ }
1151
+
1152
+ #wpgmza-confirm-engine[disabled],
1153
+ #wpgmza-confirm-engine:disabled {
1154
+ background: #2b323c66 !important;
1155
+ color: #fff !important;
1156
+ }
1157
+
1158
+ .wpgmza-promo img {
1159
+ max-width: 200px;
1160
+ }
1161
+ .feature-section.three-col .col {
1162
+ max-width: 30%;
1163
+ display: inline-block;
1164
+ margin-bottom: 30px;
1165
+
1166
+ }
1167
+
1168
+ .feature-section {
1169
+ text-align: center;
1170
+
1171
+ }
1172
+
1173
+ .wpgmza-promo-overlay {
1174
+ width: 100%;
1175
+ background: none;
1176
+ margin: 0 auto;
1177
+ top: -100px;
1178
+ background: rgba(0,0,0,0.3);
1179
+ color: #fff;
1180
+ bottom: unset;
1181
+ padding: 15px 30px;
1182
+ padding-top: 15px;
1183
+ border-radius: 5px;
1184
+ pointer-events: none;
1185
+ width: max-content;
1186
+ }
1187
+ .wpgmza-promo-overlay * {
1188
+ color: #fff !important;
1189
+ }
1190
+
1191
+ .wpgmza-map-edit__mouse-tip {
1192
+ text-align: center;
1193
+ margin: 20px 0;
1194
+ }
1195
+
1196
+ #wpgmza-theme-editor fieldset>label {
1197
+ width: auto;
1198
+ display: inline-block !important;
1199
+ vertical-align: middle !important;
1200
+ line-height: 30px;
1201
+ margin-right: 10px;
1202
+ }
1203
+
1204
+ #wpgmza-theme-editor fieldset>input,
1205
+ #wpgmza-theme-editor fieldset>select{
1206
+ display: inline-block !important;
1207
+ vertical-align: middle !important;
1208
+ }
1209
+
1210
+ #wpgmza-theme-editor .wpgmza-form-group {
1211
+ border-bottom: 1px solid #eee;
1212
+ padding: 10px 0;
1213
+ }
1214
+
1215
+ #wpgmza-theme-editor fieldset {
1216
+ margin: 0;
1217
+ }
1218
+
1219
+ #wpgmza-theme-editor fieldset div {
1220
+ display: inline !important;
1221
+ }
1222
+
1223
+ #wpgmza-theme-editor .wpgmza-form-group:last-of-type {
1224
+ margin-bottom: 10px;
1225
+ }
1226
+
1227
+
1228
+ body[class*="wp-google-maps"] input.cmn-toggle-yes-no + label:after {
1229
+ background: #face48;
1230
+ border: 1px solid #dcb02a !important;
1231
+ color: #444444;
1232
+ }
1233
+
1234
+ body[class*="wp-google-maps"] input.cmn-toggle-yes-no + label {
1235
+ border-radius: 2px;
1236
+ overflow: hidden;
1237
+
1238
+ }
1239
+
1240
+ body[class*="wp-google-maps"] input.cmn-toggle-yes-no + label:before {
1241
+ background: #eee;
1242
+ border: 1px solid #ccc;
1243
+ }
1244
+
1245
+ body[class*="wp-google-maps"] input[type=checkbox]:checked:before {
1246
+ color: #face48;
1247
+ }
1248
+ body[class*="wp-google-maps"] input.cmn-toggle-round-flat:checked + label,
1249
+ body[class*="wp-google-maps"] input.cmn-toggle-round-flat:checked + label:after{
1250
+ background: #face48;
1251
+ }
1252
+
1253
+ body[class*="wp-google-maps"] .ui-slider-handle {
1254
+ transition: transform .2s ease-in-out;
1255
+ }
1256
+ body[class*="wp-google-maps"] .ui-slider-handle:hover {
1257
+ transform: scale(1.2);
1258
+ }
1259
+
1260
+
1261
+
1262
+
1263
+ body[class*="wp-google-maps"] input[type="text"],
1264
+ body[class*="wp-google-maps"] select {
1265
+ padding: 6px 8px;
1266
+ box-shadow: none;
1267
+ border: 1px solid #ccc;
1268
+ border-radius: 2px;
1269
+ transition: border .12s ease-in-out;
1270
+ }
1271
+ body[class*="wp-google-maps"] select {
1272
+ cursor: pointer;
1273
+ }
1274
+ body[class*="wp-google-maps"] input[type="text"]:not(.color):hover,
1275
+ body[class*="wp-google-maps"] select:hover{
1276
+ border-color: #face48;
1277
+ }
1278
+
1279
+ body[class*="wp-google-maps"] input[type="text"]::placeholder {
1280
+ color: #ccc;
1281
+ }
1282
+
1283
+
1284
+ #wpgmaps_tabs_markers input:not([type="checkbox"]):not([type="button"]),
1285
+ #wpgmaps_tabs_markers select,
1286
+ #wpgmaps_tabs_markers textarea,
1287
+ #wpgmza_addmarker
1288
+ {
1289
+ width: 100% !important;
1290
+ }
1291
+
1292
+
1293
+ #wpgmaps_tabs_markers td {
1294
+ padding-bottom: 10px;
1295
+ }
1296
+ .wpgmza-info__small {
1297
+ color: #333;
1298
+ opacity: .5;
1299
+ padding: 3px;
1300
+ margin-top: 3px;
1301
+ display: inline-block;
1302
+ }
1303
+
1304
+ .wpgmza-info-right {
1305
+ margin-left: 10px;
1306
+ }
1307
+
1308
+ .wp-core-ui .button,
1309
+ .wp-core-ui .button-secondary,
1310
+ .dataTables_wrapper .dataTables_paginate .paginate_button.current{
1311
+ border: 2px solid #2B323C;
1312
+ color: #2B323C !important;
1313
+ font-weight: normal;
1314
+ transition: all .12s ease-in-out;
1315
+ background: transparent;
1316
+ border-radius: 4px;
1317
+ }
1318
+ .wp-core-ui .button:hover,
1319
+ .wp-core-ui .button-secondary:hover,
1320
+ .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
1321
+ border: 2px solid #2B323C;
1322
+ background: #2B323C;
1323
+ color: #fff !important;
1324
+ font-weight: normal;
1325
+ }
1326
+
1327
+ .wpgmza-flex {
1328
+ display: flex;
1329
+ }
1330
+
1331
+ .wpgmza-flex a {
1332
+ margin-right: 3px !important;
1333
+ }
1334
+
1335
+ body[class*="wp-google-maps"] .button-primary, body[class*="wp-google-maps"] .ui-tabs-active {
1336
+ /* color: #fff !important; */
1337
+ }
1338
+
1339
+ .button.button-secondary,
1340
+ .button.button-primary {
1341
+ color: #fff !important;
1342
+ }
1343
+ body[class*="wp-google-maps"] input[type="text"] {
1344
+ border: none !important;
1345
+ border-bottom: 2px solid #e8e8e8 !important;
1346
+ }
1347
+ body[class*="wp-google-maps"] input[type="text"]:active,
1348
+ body[class*="wp-google-maps"] input[type="text"]:focus,
1349
+ body[class*="wp-google-maps"] input[type="text"]:hover{
1350
+ border-color: #2B323C !important;
1351
+ }
1352
+
1353
+
1354
+ .wpgmza-listing-comp {
1355
+ box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 3px rgba(0,0,0,0.04);
1356
+ border-radius: 2px;
1357
+ padding: 15px;
1358
+ box-sizing: border-box;
1359
+ }
1360
+
1361
+ .wpgmza-listing {
1362
+ box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 3px rgba(0,0,0,0.04) !important;
1363
+ border-radius: 3px;
1364
+ }
1365
+
1366
+ .wpgmza-listing a {
1367
+ color: #333 !important;
1368
+ }
1369
+
1370
+ .wpgmza-listing-comp input {
1371
+ width: 100%;
1372
+ }
1373
+
1374
+ .wpgmza-listing-comp td {
1375
+ padding-bottom: 10px;
1376
+ }
1377
+
1378
+ #wpgmza-polygon-textarea {
1379
+ display: block;
1380
+ clear: both;
1381
+ padding-top: 20px;
1382
+ }
1383
+
1384
+ #wpgmza-polygon-textarea textarea {
1385
+ margin-top: 10px;
1386
+ width: 100% !important;
1387
+ box-shadow: none;
1388
+ }
1389
+
1390
+ body[class*="wp-google-maps"] input[type="text"].wpgmza_copy_shortcode {
1391
+ border: 2px solid #face48 !important;
1392
+ }
1393
+
1394
+ #wpgmza-support__row {
1395
+ background: transparent;
1396
+ display: flex;
1397
+ }
1398
+
1399
+ .wpgmza-support__col {
1400
+ padding: 10px;
1401
+ box-sizing: border-box;
1402
+ flex: 1;
1403
+
1404
+ }
1405
+
1406
+ .wpgmza-support__col .wpgmza-card {
1407
+ height: 100%;
1408
+ }
1409
+
1410
+ .wpgmza-support__col h2 {
1411
+ margin-top: 0;
1412
+ border-bottom: 1px solid #eee;
1413
+ padding-bottom: 15px;
1414
+ }
1415
+
1416
+ .wpgmza-support__col h2 i {
1417
+ margin-right: 10px;
1418
+ color: #face48
1419
+ }
1420
+
1421
+ #wpbody {
1422
+ padding-top: 5px;
1423
+ }
1424
+
1425
+ input[type="radio"]
1426
+ {
1427
+ -webkit-appearance: none;
1428
+ -moz-appearance: none;
1429
+ appearance: none;
1430
+ display: inline-block;
1431
+ position: relative;
1432
+ background-color: #fff;
1433
+ color: #333;
1434
+ height: 15px;
1435
+ width: 15px;
1436
+ border: 0;
1437
+ border-radius: 50%;
1438
+ cursor: pointer;
1439
+ margin-right: 7px;
1440
+ outline: none;
1441
+ border: 1px solid #2B323C;
1442
+ }
1443
+ input[type="radio"]:checked::before
1444
+ {
1445
+ content: '';
1446
+ display: block;
1447
+ position: absolute;
1448
+ color: #fff;
1449
+ left: 50%;
1450
+ top: 50%;
1451
+ background: #2B323C;
1452
+ transform: translate(-50%,-50%);
1453
+
1454
+ width: 7px;
1455
+ height: 7px;
1456
+ margin: 0;
1457
+ }
1458
+ input[type="radio"]:hover
1459
+ {
1460
+ background-color: #fff;
1461
+ }
1462
+ input[type="radio"]:checked
1463
+ {
1464
+ background-color: #fff;
1465
+ border: 1px solid #333;;
1466
+ }
1467
+
1468
+ input[type="radio"]:active,
1469
+ input[type="radio"]:focus {
1470
+ outline: none;
1471
+ box-shadow: none;
1472
+ }
1473
+ #wpgmaps_tabs select,
1474
+ #wpgmaps_tabs input:not([type="checkbox"]):not([type="radio"]){
1475
+ min-width: 200px;
1476
+ }
1477
+
1478
+ #wpgmza-welcome-page {
1479
+ width: 100%;
1480
+ margin: 0 auto;
1481
+ text-align: center;
1482
+ }
1483
+
1484
+ #wpgmza-welcome-page .about-text,
1485
+ #wpgmza-welcome-page h1 {
1486
+ width: 100%;
1487
+ }
1488
+
1489
+
1490
+ #wpgmza-welcome-page #wpgmza-support__row {
1491
+ justify-content: center;
1492
+ }
1493
+
1494
+ .wpgmza-flex-grid__item {
1495
+ flex: 1;
1496
+ padding: 20px;
1497
+ box-sizing: border-box;
1498
+ }
1499
+
1500
+ .wpgmza-flex-grid__item .wpgmza-card {
1501
+ height: 100%;
1502
+ }
1503
+
1504
+ #wpgmza-welcome-page .nav-tab {
1505
+ background: #face48;
1506
+ border: none;
1507
+ color: #fff !important;
1508
+ font-weight: normal;
1509
+ }
1510
+ #wpgmza-welcome-page .nav-tab-wrapper {
1511
+ text-align: center !important;
1512
+ border-bottom: 1px solid #e7e7e7;
1513
+ }
1514
+
1515
+ .wpgmza-card h4 {
1516
+ margin: 0;
1517
+ margin-bottom: 15px;
1518
+ }
1519
+ .wpgmza-error-message {
1520
+ border-left-color: #EE6385;
1521
+ }
1522
+
1523
+ .wpgmza-error-message a {
1524
+ color: #EE6385 !important;
1525
+ }
1526
+
1527
+ input[type="text"].wpgmza_copy_shortcode {
1528
+ color: #2B323C !important;
1529
+ border: 2px solid #2B323C !important;
1530
+ background: #f4f7fb !important;
1531
+ }
1532
+
1533
+ .button.button-secondary {
1534
+ color: #2B323C !important;
1535
+ }
1536
+
1537
+ select[id*="width"],
1538
+ select[id*="height"]{
1539
+ min-width: 50px !important;
1540
+ }
1541
+
1542
+
1543
+ .button-primary:disabled,
1544
+ .button-primary[disabled]{
1545
+ background: #2B323C !important;
1546
+ color: #fff !important;
1547
+ opacity: .3
1548
+ }
1549
+ #wpgm_notice_message_save_marker,
1550
+ #wpgm_notice_message_addfirst_marker{
1551
+
1552
+ margin-top: 10px;
1553
+ }
1554
+ #wpgm_notice_message_save_marker .update-nag,
1555
+ #wpgm_notice_message_addfirst_marker .update-nag{
1556
+ padding: 6px 15px !important;
1557
+ border: 2px solid #FACE48;
1558
+ color: #FACE48;
1559
+ box-shadow: none;
1560
+ border-radius: 5px;
1561
+ width: 100%;
1562
+ box-sizing: border-box;
1563
+ text-align: center !important;
1564
+ }
1565
+
1566
+ table.dataTable thead th, table.dataTable thead td {
1567
+ border-bottom: 1px solid #ddd;
1568
+ }
1569
+ table.dataTable tfoot th, table.dataTable tfoot td {
1570
+ border-top: 1px solid #ddd;
1571
+ }
1572
+
1573
+
1574
+ table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td, table.dataTable.display tbody tr.odd>.sorting_1, table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
1575
+ background: #fff;
1576
+ }
1577
+
1578
+ tbody tr .sorting_1 {
1579
+ text-align: center;
1580
+ }
1581
+
1582
+ table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd ,
1583
+ table.dataTable.display tbody tr.odd td{
1584
+ background: #f9f9f9 !important;
1585
+ }
1586
+
1587
+ table.dataTable.display tbody tr.odd>.sorting_1, table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
1588
+ background: #f4f4f4 !important;
1589
+ }
1590
+
1591
+ tbody tr.even>.sorting_1 {
1592
+ background: #f9f9f9 !important;
1593
+ }
1594
+
1595
+ table.dataTable.display tbody tr:hover td {
1596
+ transition: background .12s ease-in-out;
1597
+ }
1598
+
1599
+ table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover td {
1600
+ background: #f9f9f9;
1601
+ }
1602
+
1603
+ table.dataTable.hover tbody tr.odd:hover, table.dataTable.display tbody tr.odd:hover td {
1604
+ background: #f4f4f4 !important;
1605
+ }
1606
+
1607
+ .wpgmza-listing td {
1608
+ vertical-align: middle;
1609
+ }
1610
+
1611
+ .wpgmza-wizard-option__info-title {
1612
+ border-bottom: 1px solid #eee;
1613
+ padding: 10px;
1614
+ padding-top: 0;
1615
+ margin-bottom: 10px;
1616
+ }
1617
+ .wpgmza-wizard-option__info-title i {
1618
+ margin-right: 10px;
1619
+ }
1620
+
1621
+ .wpgmza-listing {
1622
+ padding: 0;
1623
+
1624
+ }
1625
+
1626
+ .maps_page_wp-google-maps-menu-custom-fields {
1627
+ background: #F5F5F9;
1628
+ }
1629
+
1630
+ #wpcontent {
1631
+ padding-left: 0;
1632
+ padding: 30px;
1633
+ }
1634
+
1635
+ #wpgmza-custom-fields h1 {
1636
+ font-size: 25px;
1637
+ margin-bottom: 15px;
1638
+ }
1639
+
1640
+ #wpgmza-custom-fields .wp-list-table {
1641
+ box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 3px rgba(0,0,0,0.04) !important;
1642
+ border-radius: 3px;
1643
+ }
1644
+ .wpgmza-infowindow-style-picker {
1645
+ flex-wrap: wrap;
1646
+ justify-content: center;
1647
+ text-align: center;
1648
+ }
1649
+
1650
+ #wrap {
1651
+
1652
+ }
1653
+
1654
+ .wpgmza-infowindow-picker__item {
1655
+ padding: 10px;
1656
+ box-sizing: border-box;
1657
+ flex: 1;
1658
+
1659
+ }
1660
+
1661
+ .wpgmza-infowindow-picker__item .wpgmza-card {
1662
+ padding: 0;
1663
+ height: 170px;
1664
+ min-width: 240px;
1665
+ }
1666
+
1667
+ .wpgmza-infowindow-picker__item img {
1668
+ position: absolute;
1669
+ left: 50%;
1670
+ top: 50%;
1671
+ transform: translate(-50%, -50%);
1672
+ height: 100px;
1673
+ width: auto;
1674
+ }
1675
+
1676
+ .wpgmza_mlist_selection_activate {
1677
+ border: none !important;
1678
+ }
1679
+ .wpgmza_mlist_selection_activate .wpgmza-card {
1680
+ border-color: #2B323C;
1681
+ }
1682
+ .notice-success, div.updated {
1683
+ padding: 10px;
1684
+ border: 2px solid #46b450;
1685
+ color: #46b450;
1686
+ border-radius: 3px;
1687
+ }
1688
+ .wpgmza-card {
1689
+ display: block !important;
1690
+ }
1691
+ .wpgmza-marker-listing-picker__item {
1692
+ padding: 6px;
1693
+ box-sizing: border-box;
1694
+ flex-grow: 1;
1695
+ flex-basis: 0;
1696
+ max-width: 200px;
1697
+ }
1698
+ .wpgmza-marker-listing-picker__item .wpgmza-card {
1699
+ padding: 10px !important;
1700
+ width: 100%;
1701
+ text-align: center;
1702
+ }
1703
+ .wpgmza-marker-listing-picker__item.selected .wpgmza-card {
1704
+ border-color: #2B323C;
1705
+ }
1706
+ .wpgmza-marker-listing-picker {
1707
+ flex-wrap: wrap;
1708
+ text-align: center;
1709
+ justify-content: center;
1710
+ }
1711
+ .wpgmza-listing-item__title {
1712
+ display: block;
1713
+ margin-top: 10px;
1714
+ }
1715
+ .wpgmza-infowindow-style__name {
1716
+ position: absolute;
1717
+ bottom: 0;
1718
+ left: 0;
1719
+ right: 0;
1720
+ text-align: center;
1721
+ padding: 15px;
1722
+ box-sizing: border-box;
1723
+ }
1724
+ .wpgmza-infowindow-picker__item .wpgmza-card {
1725
+ height: 220px;
1726
+ }
1727
+ .wpgmza-infowindow-picker__item img {
1728
+ top: 45%;
1729
+ }
1730
+ a {
1731
+ color: #2f76e1;
1732
+ }
1733
+ a:hover {
1734
+ color: #1e5ec0;
1735
+ }
1736
+ #wpgmza_marker_holder table thead th {
1737
+ border-top: 1px solid #eee;
1738
+ }
1739
+ #wpgmza_marker_holder table tfoot th {
1740
+ border-bottom: 1px solid #eee;
1741
+ padding: 13px 0;
1742
+ }
1743
+ .wpgmza-card ul {
1744
+ list-style: none;
1745
+ padding: 0;
1746
+ margin: 0;
1747
+ }
1748
+ .wpgmza-card ul li {
1749
+ margin: 0;
1750
+ padding: 3px 0;
1751
+ }
1752
+ .wp-core-ui a.button-primary,
1753
+ a.button-primary,
1754
+ input.button-primary,
1755
+ .wp-core-ui .button-primary{
1756
+ text-shadow: none !important;
1757
+ padding: 10px 15px !important;
1758
+ height: 37px !important;
1759
+ line-height: 18px !important;
1760
+ font-size: 13px;
1761
+ }
1762
+ .wrap > h1:first-of-type {
1763
+ margin-bottom: 10px;
1764
+ padding-top: 0;
1765
+ }
1766
+ textarea[name="wpgmza_custom_css"],
1767
+ textarea[name="wpgmza_custom_js"]{
1768
+ background: #2B323C;
1769
+ color: #fff !important;
1770
+ padding: 20px 25px;
1771
+ border-radius: 5px;
1772
+ }
1773
+ body[class*="wp-google-maps"] input[type="text"]:hover,
1774
+ body[class*="wp-google-maps"] select:hover {
1775
+ border-color: #2B323C;
1776
+ }
1777
+ .wpgmza-buttons__right {
1778
+ text-align: right;
1779
+ position: relative;
1780
+ max-width: 100%;
1781
+ padding: 15px 0;
1782
+ box-sizing: border-box;
1783
+ }
1784
+ textarea[name="wpgmza_custom_js"]:active,
1785
+ textarea[name="wpgmza_custom_js"]:focus,
1786
+ textarea[name="wpgmza_custom_css"]:active,
1787
+ textarea[name="wpgmza_custom_css"]:focus,
1788
+ #wpgmza-custom-fields-table input:active,
1789
+ #wpgmza-custom-fields-table input:focus{
1790
+ box-shadow: none;
1791
+ outline: none;
1792
+ }
1793
+ hr {
1794
+ border-color: #f4f4f4 !important;
1795
+ }
1796
+
1797
+ .maps_page_wp-google-maps-menu-settings .ui-tabs-panel,
1798
+ .maps_page_wp-google-maps-menu-advanced .ui-tabs-panel{
1799
+ padding: 20px;
1800
+ }
1801
+
1802
+ .maps_page_wp-google-maps-menu-settings .ui-tabs-panel h3,
1803
+ .maps_page_wp-google-maps-menu-advanced h2 {
1804
+ margin-top: 0;
1805
+ margin-bottom: 15px;
1806
+ }
1807
+
1808
+ input[type="text"] {
1809
+ background: transparent !important;
1810
+ }
1811
+
1812
+ input[type="number"],
1813
+ input[type="date"],
1814
+ input:not([type="checkbox"]){
1815
+ border: 1px solid #ddd;
1816
+ box-shadow: none;
1817
+ padding: 4px 9px;
1818
+ border-radius: 2px;
1819
+ transition: border-color .12s ease-in-out;
1820
+ background: #fff;
1821
+ }
1822
+ input[type="number"]:hover,
1823
+ input[type="number"]:active,
1824
+ input[type="number"]:focus,
1825
+ input[type="date"]:hover,
1826
+ input[type="date"]:focus,
1827
+ input[type="date"]:active,
1828
+ input:not([type="checkbox"]):hover,
1829
+ input:not([type="checkbox"]):active,
1830
+ input:not([type="checkbox"]):focus{
1831
+ border-color: #2B323C;
1832
+ outline: none;
1833
+ box-shadow: none;
1834
+ }
1835
+
1836
+
1837
+ #wpgmza-gdpr-compliance-notice {
1838
+ min-width: 100%;
1839
+ }
1840
+
1841
+ .wpgmza-buttons__float-right {
1842
+ position: absolute;
1843
+ right: 20px;
1844
+ bottom: 20px;
1845
+ }
1846
+
1847
+ #wpgmza-import-target-map-panel table {
1848
+ border: 1px solid #ddd !important;
1849
+ margin-bottom: 15px;
1850
+ margin-top: 15px;
1851
+ box-shadow: none !important;
1852
+ }
1853
+
1854
+
1855
+
1856
+ #wpgmza-advanced__get-help-link {
1857
+ text-align: right;
1858
+ padding: 20px;
1859
+ }
1860
+
1861
+ body[class*="wp-google-maps"] .button.button-secondary:hover {
1862
+ color: #fff !important;
1863
+ }
1864
+
1865
+ .wpgmza_file_select_btn + #wpgmaps_import_file_name:not(:empty){
1866
+ border: 1px solid #2B323C;
1867
+ padding: 7px 10px;
1868
+ border-radius: 3px;
1869
+ display: inline-block;
1870
+ }
1871
+
1872
+ .notice p {
1873
+ margin: 0;
1874
+ }
1875
+
1876
+ #wpgmap_import_schedule_list_table,
1877
+ #wpgmap_import_file_list_table,
1878
+ #import_options table{
1879
+ border: 1px solid #ccc !important;
1880
+ box-shadow: none !important;
1881
+ }
1882
+ #import_options table {
1883
+ margin-top: 10px;
1884
+ margin-bottom: 10px;
1885
+ }
1886
+
1887
+ #wpgmap_import_schedule_list_table .import_schedule_edit{
1888
+ margin-top: 10px;
1889
+ display: inline-block;
1890
+ }
1891
+
1892
+ #wpgmap_import_schedule_list_table span[name="status"] {
1893
+ opacity: .6;
1894
+ margin-left: 20px;
1895
+ border-left: 1px solid #ccc;
1896
+ padding-left: 20px;
1897
+ }
1898
+
1899
+ #wpgmza-category-table * {
1900
+ color: #333;
1901
+ }
1902
+
1903
+ .wrap .add-new-h2,
1904
+ .wrap .add-new-h2:active{
1905
+ color: #2B323C;
1906
+ border: 2px solid #2B323C;
1907
+ padding: 6px 15px;
1908
+ border-radius: 4px;
1909
+ background: transparent;
1910
+ transition: all .12s ease-in-out;
1911
+
1912
+ }
1913
+
1914
+ .wrap .add-new-h2:hover,
1915
+ .wrap .add-new-h2:focus,
1916
+ .wrap .add-new-h2:active {
1917
+ background: #2B323C;
1918
+ color: #fff;
1919
+ border-color: #2B323C;
1920
+ outline: none;
1921
+ box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 2px 5px rgba(0,0,0,0.14) !important;
1922
+ }
1923
+
1924
+ #wpmgza_unsave_notice {
1925
+ display: inline-block !important;
1926
+ opacity: 0;
1927
+ transition: all .12s ease-in-out;
1928
+ border: 2px solid #0073AA;
1929
+ border-radius: 3px;
1930
+ padding: 7px 10px;
1931
+ color: #0073AA;
1932
+ pointer-events: none;
1933
+ }
1934
+
1935
+ #wpmgza_unsave_notice.visible {
1936
+ opacity: 1;
1937
+ }
1938
+ #wpgmaps_add_marker_category table {
1939
+ width: 100%;
1940
+ }
1941
+ .wpgmza-category-icon__btns {
1942
+ margin: 10px 0;
1943
+ }
1944
+
1945
+ .wpgmza_general_btn {
1946
+ padding: 10px 15px !important;
1947
+ }
1948
+ .wpgmza-category-icon__btns {
1949
+ height: 40px;
1950
+ }
1951
+ .wpgmza-category-icon__btns * {
1952
+ flex: 1;
1953
+ text-align: center;
1954
+ display: inline-block;
1955
+ vertical-align: middle;
1956
+
1957
+ padding: 14px !important;
1958
+ height: 100% !important;
1959
+ line-height: 0px !important;
1960
+ font-size: 13px !important;
1961
+ }
1962
+ .wpgmza-category-icon__btns a {
1963
+
1964
+ line-height: 7px !important;
1965
+ margin-top: 1px !important;
1966
+ }
1967
+ .wpgmza-center-msg {
1968
+ text-align: center;
1969
+ display: block;
1970
+ font-size: 11px;
1971
+ opacity: .7
1972
+ }
1973
+ .ui-tabs {
1974
+ padding: 0 !important;;
1975
+ }
1976
+
1977
+ #wpgmza-save-map-btn {
1978
+ position: absolute;
1979
+ right: 10px;
1980
+ top: 50%;
1981
+ transform: translateY( -50%);
1982
+ height: 35px !important;
1983
+ line-height: 0 !important;
1984
+ }
1985
+
1986
+ .wpgmza-map-edit__mouse-tip {
1987
+ text-align: center;
1988
+ width: 100% !important;
1989
+ }
1990
+
1991
+ .wpgmza-select-theme-preset,
1992
+ .wp-core-ui .wpgmza-select-theme-preset{
1993
+ color: #fff !important;
1994
+ border: 2px solid #fff !important;
1995
+ line-height: 0 !important;
1996
+ height: 32px !important;
1997
+ }
1998
+
1999
+ .wpgmza-select-theme-preset:hover,
2000
+ .wp-core-ui .wpgmza-select-theme-preset:hover {
2001
+ background: #fff !important;
2002
+ color: #333 !important;
2003
+
2004
+ }
2005
+ #wpgmza-theme-presets .owl-item img {
2006
+ border: 2px solid transparent;
2007
+ box-sizing: border-box;
2008
+ border-radius: 5px !important;
2009
+ transition: all .12s ease-in-out;
2010
+ }
2011
+ #wpgmza-theme-presets .owl-item img:hover {
2012
+ border-color: #333;
2013
+ box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 30px rgba(0,0,0,0.14) !important;
2014
+ }
2015
+
2016
+
2017
+ .owl-carousel .owl-dot span {
2018
+ background: transparent !important;
2019
+ border: 2px solid #2B323C !important;
2020
+ }
2021
+
2022
+ .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
2023
+ background: #2B323C !important;
2024
+ }
2025
+
2026
+ .owl-dot:active,
2027
+ .owl-dot:focus,
2028
+ .owl-dot:hover {
2029
+ box-shadow: none;
2030
+ outline: none !important;
2031
+ }
2032
+
2033
+ textarea {
2034
+ border: 2px solid #ccc;
2035
+ box-shadow: none;
2036
+ border-radius: 3px;
2037
+ }
2038
+
2039
+ textarea:hover,
2040
+ #poly_line_list:hover {
2041
+ border-color: #2B323C;
2042
+ }
2043
+
2044
+ textarea[name="wpgmza_theme_data"] {
2045
+ min-width: 400px;
2046
+ height: 100px;
2047
+ }
2048
+
2049
+ textarea:active,
2050
+ textarea:focus,
2051
+ textarea:hover {
2052
+ box-shadow: none;
2053
+ outline: none;
2054
+ }
2055
+
2056
+ #wpgmaps_tabs {
2057
+ overflow: visible;
2058
+ }
2059
+
2060
+ #wpgmza-theme-editor {
2061
+ bottom: 0 !important;
2062
+ }
2063
+
2064
+ #wpgmza-theme-editor {
2065
+ display: none !important;
2066
+ }
2067
+
2068
+ #wpgmza-theme-editor.active{
2069
+ display: block !important;
2070
+ }
2071
+
2072
+ #wpgmza-theme-editor__feature-settings {
2073
+ box-sizing: border-box !important;
2074
+ }
2075
+
2076
+ #wpgmza-theme-editor__feature-settings * {
2077
+ min-width: unset !important;
2078
+ }
2079
+
2080
+ #wpgmza-map-edit__btns input {
2081
+ }
2082
+
2083
+ #wpgmza_addmarker {
2084
+ margin-top: 10px;
2085
+ }
2086
+
2087
+ #wpgmza-marker-edit-panel > div {
2088
+ margin-top: 10px;
2089
+ }
2090
+
2091
+ #wpgmza-marker-tabs__wrap > div:first-of-type {
2092
+ margin-bottom: 20px;
2093
+ }
2094
+
2095
+ .wpgmza-save-marker {
2096
+ width: 100%;
2097
+ }
2098
+
2099
+ #wpgmaps_options fieldset {
2100
+ margin-bottom: 10px;
2101
+ }
2102
+
2103
+ .wpgmza-center {
2104
+ text-align: center;
2105
+ }
2106
+
2107
+ .wpgmza-gallery-input li.wpgmza-add-new-picture {
2108
+ border: 3px dashed #ddd;
2109
+ border-radius: 3px;
2110
+ color: #ddd;
2111
+ transition: all .1s ease-in-out;
2112
+ }
2113
+
2114
+ .wpgmza-gallery-input li.wpgmza-add-new-picture:hover,
2115
+ .wpgmza-gallery-input li:hover{
2116
+ color: #2B323C;
2117
+ border: 3px solid #2B323C;
2118
+ }
2119
+
2120
+ .wpgmza-gallery-input li {
2121
+ border: 3px dashed #ddd;
2122
+ border-radius: 3px;
2123
+ padding: 30px !iimportant;
2124
+ box-sizing: border-box;
2125
+ background-origin: content-box !important;
2126
+ cursor: pointer;
2127
+
2128
+ }
2129
+ .wpgmza-gallery-input li:hover .wpgmza-delete-gallery-item {
2130
+ display: block;
2131
+ }
2132
+ button.wpgmza-delete-gallery-item {
2133
+ bottom: 5px;
2134
+ right: 5px;
2135
+ border-radius: 0;
2136
+ cursor: pointer;
2137
+ display: none;
2138
+ }
2139
+
2140
+ #wpgmza_marker_holder .wpgmza-flex a {
2141
+ flex: 1;
2142
+ }
2143
+
2144
+ .notice.notice-warning {
2145
+ border: 2px solid #ffb900;
2146
+ border-radius: 3px;
2147
+ padding: 8px 15px;
2148
+ }
2149
+
2150
+ .wpgmza-marker-icon-preview {
2151
+ border: none;
2152
+ }
2153
+
2154
+ .wpgmza-marker-panel label {
2155
+ display: block !important;
2156
+ margin-bottom: 6px;
2157
+ margin-top: 6px;
2158
+ }
2159
+
2160
+ #wpgmaps_options fieldset>label+div, .wpgmza-marker-panel fieldset>label+div {
2161
+ width: 100%;
2162
+ display: block;
2163
+ }
2164
+
2165
+ .wpgmza-gallery-input {
2166
+ text-align: left;
2167
+ }
2168
+
2169
+ .wpgmza-text-field__description {
2170
+ display: block;
2171
+ margin-top: 5px;
2172
+ opacity: .7
2173
+ }
2174
+
2175
+ .wpgmza-marker-library-dialog {
2176
+ background: #F5F5F9;
2177
+ padding-top: 50px;
2178
+ }
2179
+
2180
+ .wpgmza-marker-library-dialog iframe {
2181
+ border: 1px solid #ccc;
2182
+ box-shadow: 0 1px 3px rgba(0,0,0,0.02), 0 1px 3px rgba(0,0,0,0.04);
2183
+ }
2184
+
2185
+ #wpgmza-powered-by-mappity {
2186
+ background: #6539C2;
2187
+ color: #fff;
2188
+ padding: 5px 10px;
2189
+ border-radius: 4px;
2190
+ position: absolute;
2191
+ top: 10px;
2192
+ right: 30px;
2193
+ }
2194
+
2195
+ #wpgmza-powered-by-mappity a {
2196
+ color: #fff;
2197
+ }
2198
+
2199
+ .wpgmza-input-button__line {
2200
+ display: flex !important;
2201
+ }
2202
+
2203
+ #wpgmza-marker-tabs__wrap h2 {
2204
+ margin: 0;
2205
+ margin-bottom: 20px;
2206
+ }
2207
+ #wpgmza-powered-by-mappity {
2208
+ display: none;
2209
+ }
2210
+ .remodal-is-opened #wpgmza-powered-by-mappity {
2211
+ display: block;
2212
+ }
2213
+
2214
+ .wpgmza-label-amber {
2215
+ background: #FACE48;
2216
+ color: #fff;
2217
+ padding: 5px 10px;
2218
+ font-size: 16px;
2219
+ margin-left: 6px;
2220
+ }
2221
+
2222
+ input[id*="width"],
2223
+ input[id*="height"]{
2224
+ min-width: 70px !important;
2225
+ }
2226
+
2227
+ .notice.notice-error {
2228
+ border: 2px solid #dc3232;
2229
+ color: #dc3232;
2230
+ box-shadow: none;
2231
+ padding: 10px 15px !important;
2232
+ }
2233
+
2234
+ #wpgmaps_marker_category_priority {
2235
+ width: 204px;
2236
+ }
2237
+
2238
+ select,
2239
+ textarea,
2240
+ input[type="number"],
2241
+ input[type="date"],
2242
+ input:not([type="checkbox"]):not(.wpgmza_general_btn):not(.button) {
2243
+ border-width: 2px !important;
2244
+ }
2245
+
2246
+ .wpgmza-label-amber {
2247
+ border-radius: 4px;
2248
+ box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.04) !important;
2249
+ }
2250
+
2251
+ .wpgmza-marker-select__btns input,
2252
+ .wpgmza-marker-select__btns a,
2253
+ .wpgmza-marker-select__btns span{
2254
+ flex: 1;
2255
+ text-align: center;
2256
+ display: inline-block;
2257
+ vertical-align: middle;
2258
+ height: max-content;
2259
+ }
2260
+
2261
+ .wpgmza_file_select_btn {
2262
+ border: 1px solid #eee;
2263
+ }
2264
+
2265
+ .wpgmza-marker-select__btns #wpgmza_mm img {
2266
+ max-width: 100px;
2267
+ }
2268
+ #wpgmaps_options h3 {
2269
+ margin-top: 0;
2270
+ margin-bottom: 10px;
2271
+ }
2272
+ #wpgmaps_options td {
2273
+ padding-bottom: 10px;
2274
+ }
2275
+
2276
+ .wpgmza-marker-select__btns + .wpgmza-center {
2277
+ width: 100%;
2278
+ text-align: center;
2279
+ }
2280
+
2281
+ .ui-tabs-nav li:hover a {
2282
+ color: #000;
2283
+ }
2284
+
2285
+ #wpgmaps_tabs_markers .wpgmza-open-layers-feature-coming-soon {
2286
+ margin-top: 50px;
2287
+ }
2288
+
2289
+ #wpgm_premium {
2290
+ width: 100% !important;
2291
+ }
2292
+ #wpgm_premium .wpgmza-flex {
2293
+ flex-wrap: wrap;
2294
+ flex-basis: 20%;
2295
+ }
2296
+ #wpgm_premium .wpgmza-flex .wpgm_premium_row {
2297
+ flex: 1;
2298
+ flex-basis: 25%;
2299
+ }
2300
+ #wpgm_premium .wpgm_premium_row {
2301
+ overflow: hidden;
2302
+ padding: 10px;
2303
+ box-sizing: border-box;
2304
+ }
2305
+ .wpgm_premium_row,
2306
+ .wpgm_premium_row .wpgmza-card{
2307
+ display: inline-block !important;
2308
+ }
2309
+
2310
+ .wpgm_premium_row .wpgmza-card {
2311
+ height: 100%;
2312
+ width: 100%;
2313
+ overflow: hidden;
2314
+ border: 2px solid ;
2315
+ border-radius: 3px;
2316
+ text-align: left;
2317
+ }
2318
+
2319
+ .wpgm_premium_row .wpgmza-card:hover {
2320
+ border-color:
2321
+ }
2322
+
2323
+ #wpgm_premium .wpgm_premium_row h2 {
2324
+ font-size: 16px;
2325
+ font-weight: bold;
2326
+ margin-bottom: 10px;
2327
+ margin-top: 0;
2328
+ }
2329
+
2330
+ #wpgm_premium .wpgm_premium_row p {
2331
+ font-size: 15px;
2332
+ line-height: 23px;
2333
+ }
2334
+
2335
+ .wpgm_details {
2336
+ display: block;
2337
+ clear: both;
2338
+ float: none;
2339
+ width: 100%;
2340
+ }
2341
+
2342
+ .wpgmza-card .wpgm_icon {
2343
+ width: 25px;
2344
+ height: 25px;
2345
+ background-size: cover;
2346
+ position: absolute;
2347
+ right: 10px;
2348
+ top: 10px;
2349
+ }
2350
+
2351
+ @media(max-width: 1150px) {
2352
+ #wpgm_premium .wpgmza-flex .wpgm_premium_row {
2353
+ flex: 1;
2354
+ flex-basis: 33%;
2355
+ }
2356
+ }
2357
+
2358
+ @media(max-width: 800px) {
2359
+ #wpgm_premium .wpgmza-flex .wpgm_premium_row {
2360
+ flex: 1;
2361
+ flex-basis: 50%;
2362
+ }
2363
+ }
2364
+
2365
+ @media(max-width: 550px) {
2366
+ #wpgm_premium .wpgmza-flex .wpgm_premium_row {
2367
+ flex: 1;
2368
+ flex-basis: 100%;
2369
+ }
2370
+ }
2371
+
2372
+ #wpgmza-upgrade-now__btn {
2373
+ display: block;
2374
+ margin: 0 auto;
2375
+ padding: 20px !important;
2376
+ height: 50px !important;
2377
+ font-size: 20px !important;
2378
+ border-radius: 5px !important;
2379
+ width: 400px !important;
2380
+ line-height: 10px !important;
2381
+ }
2382
+
2383
+ #wpgmza-pro-upgrade-tab {
2384
+ text-align: center;
2385
+ }
2386
+
2387
+ #wpgmza-pro-upgrade-tab h1 {
2388
+ font-weight: bold !important;
2389
+ margin-top: 10px;
2390
+ }
2391
+ .wpgmza-support-notice {
2392
+ top: -15px;
2393
+ right: -17px;
2394
+ background: #fff !important;
2395
+ border: 3px solid #FACE48 !important;
2396
+ color: #333;
2397
+ }
2398
+
2399
+ .wpgmza-support-notice a {
2400
+ color: #333;
2401
+ }
2402
+
2403
+ .wpgmza-popup-notification {
2404
+ position: fixed;
2405
+ bottom: 60px;
2406
+ right: 19px;
2407
+ border-radius: 4px;
2408
+ box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.04) !important;
2409
+ background: #FACE48;
2410
+ color: #fff;
2411
+ padding: 7px 16px;
2412
+ margin-left: 6px;
2413
+ font-size: 13px;
2414
+ animation: 4s wpgmzaPopupNotification forwards;
2415
+ }
2416
+
2417
+ @keyframes wpgmzaPopupNotification {
2418
+ 0% {
2419
+ opacity: 0;
2420
+ transform: translateY(100px);
2421
+ }
2422
+ 10% {
2423
+ opacity: 1;
2424
+ transform: translateY(0);
2425
+ }
2426
+ 80% {
2427
+ opacity: 1;
2428
+ transform: translateY(0);
2429
+ }
2430
+
2431
+ 100% {
2432
+ opacity: 0;
2433
+ transform: translateY(100px);
2434
+ }
2435
+ }
2436
+
2437
+ body[class*="wp-google-maps"] .wpgmza-listing {
2438
+ border: none !important
2439
+ }
2440
+ .wpgmza-listing a:active,
2441
+ .wpgmza-listing a:focus{
2442
+ outline: none;
2443
+ box-shadow: none;
2444
+ }
2445
+
2446
+
2447
+ body[class*="wp-google-maps"] input.cmn-toggle-yes-no + label{
2448
+ overflow: visible !important;
2449
+ }
2450
+
2451
+ body[class*="wp-google-maps"] input.cmn-toggle-yes-no + label:hover:after,
2452
+ body[class*="wp-google-maps"] input.cmn-toggle-yes-no + label:hover:before{
2453
+ box-shadow: 0 2px 4px rgba(0,0,0,0.04), 0 1px 2px rgba(0,0,0,0.04) !important;
2454
+ }
2455
+
2456
+ #wpgmza-directions-box-settings label {
2457
+ margin-right: 30px;
2458
+ margin-bottom: 10px;
2459
+ margin-top: 10px;
2460
+ }
2461
+
2462
+ #wpgmaps_tabs input[type="color"] {
2463
+ padding: 0;
2464
+ width: 25px;
2465
+ height: 25px;
2466
+ min-width: unset !important;
2467
+ cursor: pointer;
2468
+ }
2469
+
2470
+ @media(max-width:600px) {
2471
+ #wpgmza-marker-tabs__wrap > div {
2472
+ float: none;
2473
+ clear: both;
2474
+ display: block;
2475
+ min-width: 100%;
2476
+ }
2477
+
2478
+ .wpgmza-pro-features__item {
2479
+ display: block;
2480
+ width: 100%;
2481
+ }
2482
+ }
2483
+
2484
+ #wpgmaps_add_poly_form textarea,
2485
+ #wpgmaps_add_polyline_form textarea,
2486
+ #wpgmaps_add_heatmap_form textarea{
2487
+ width: 100%;
2488
+ }
2489
+
2490
+ #wpgmaps_add_poly_form .button.button-secondary,
2491
+ #wpgmaps_add_polyline_form .button.button-secondary,
2492
+ #wpgmaps_add_heatmap_form .button.button-secondary,
2493
+ #wpgmaps_add_circle_form .button.button-secondary,
2494
+ #wpgmaps_add_rectangle_form .button.button-secondary{
2495
+ height: 38px;
2496
+ line-height: 33px
2497
+ }
2498
+
2499
+ #wpgmaps_tabs_markers th {
2500
+ text-align: left;
2501
+ border-bottom: 1px solid #eee;
2502
+ padding-bottom: 8px;
2503
+ }
2504
+
2505
+ #wpgmaps_tabs_markers td {
2506
+ padding: 2px 0;
2507
+ border-bottom: 1px solid #eee;
2508
+ }
2509
+ body .button-primary,
2510
+ body .ui-tabs-active,
2511
+ body .wpgmza_general_btn,
2512
+ body .wpgmza_file_select_btn {
2513
+ background-color: #2B323C !important;
2514
+ text-shadow: none;
2515
+ border-radius: 2px !important;
2516
+ }
2517
+
2518
+ .wpgmza-label-amber {
2519
+ color: #2B323C;
2520
+ }
2521
+
2522
+ input.cmn-toggle-yes-no + label:before, input.cmn-toggle-yes-no + label:after {
2523
+ color: #2B323C;
2524
+ }
2525
+
2526
+ body[class*="wp-google-maps"] select {
2527
+ padding: 0 5px;
2528
+ }
2529
+
2530
+ .wpgmza-select-theme-preset, .wp-core-ui .wpgmza-select-theme-preset {
2531
+ background: #fff !important;
2532
+ color: #2B323C !important;
2533
+ }
2534
+
2535
+ .wpgmza-select-theme-preset:hover, .wp-core-ui .wpgmza-select-theme-preset:hover {
2536
+ background: #f9f9f9 !important;
2537
+ border-color: #2B323C !important;
2538
+ }
2539
+
2540
+ #wpgmza-title-label {
2541
+ font-weight: 600;
2542
+ }
2543
+ .wp-core-ui .button-primary {
2544
+ box-shadow: none;
2545
+ }
2546
+ input[type="checkbox"] {
2547
+ color: #2B323C;
2548
+ border: 1px solid #ccc !important;
2549
+ box-shadow: none;
2550
+ }
2551
+ input[type="checkbox"]:checked {
2552
+ background: #333;
2553
+ border-color: #2B323C !important;
2554
+ }
2555
+ input[type="checkbox"]:before {
2556
+ color: #2B323C !important;
2557
+ }
2558
+ input[type="checkbox"]:before {
2559
+ color: #2B323C !important;
2560
+
2561
+ color: #fff !important;
2562
+ }
2563
+ input[type="checkbox"]:active,
2564
+ input[type="checkbox"]:focus {
2565
+ outline: none;
2566
+ box-shadow: none;
2567
+ }
2568
+ input[type="checkbox"]:hover {
2569
+ border-color: #2B323C !important;
2570
+ }
2571
+ input.cmn-toggle-yes-no + label:before, input.cmn-toggle-yes-no + label:after {
2572
+ color: #2B323C;
2573
+ box-sizing: border-box;
2574
+ line-height: 20px;
2575
+ }
2576
+ .ui-tabs-nav::-webkit-scrollbar {
2577
+ width: 0px;
2578
+ background: transparent;
2579
+ }
2580
+ .ui-tabs-nav {
2581
+ -ms-overflow-style: none;
2582
+ scrollbar-height: none;
2583
+ }
2584
+ .ui-tabs-nav::-webkit-scrollbar {
2585
+ display: none;
2586
+ }
2587
+ #wpgmaps_tabs_markers #qt_wpgmza-description-editor_toolbar input {
2588
+ width: auto !important;
2589
+ }
2590
+ .wpgmza-flex__item {
2591
+ flex: 1;
2592
+ text-align: left;
2593
+ padding: 0 !important;
2594
+ }
2595
+ .wpgmza-flex__item input {
2596
+ text-align: left;
2597
+ padding-left: 5px !important;
2598
+ }
2599
+ #wpgmza-category__upload-image-button {
2600
+ max-width: 250px;
2601
+ padding-left: 10px !important;
2602
+ }
2603
+ #wpgmza-category__upload-image-button button {
2604
+ width: 100%;
2605
+ }
2606
+ .wpgmza-panel {
2607
+ box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 3px rgba(0,0,0,0.04) !important;
2608
+ }
2609
+ .wpgmza-custom-fields__iconpicker-wrap .iconpicker {
2610
+ border-width: 2px !important;
2611
+ }
2612
+ #wpgmza-marker-tabs__wrap > div:nth-child(2) {
2613
+ overflow-x: hidden !important;
2614
+ }
2615
+ .wpgmza-popup-notification {
2616
+ color: #333;
2617
+ }
2618
+ textarea[name="wpgmza_custom_css"],
2619
+ textarea[name="wpgmza_custom_js"] {
2620
+ border-color: #2B323C;
2621
+ }
2622
+ .cmn-override-big-wide:before,
2623
+ .cmn-override-big-wide:after,
2624
+ .cmn-override-big:after,
2625
+ .cmn-override-big:before{
2626
+ line-height: 30px !important;
2627
+ }
2628
+ .wpgmza_nag_review_div h3 {
2629
+ margin-top: 5px;
2630
+ margin-bottom: 5px;
2631
+ }
2632
+ .button-border {
2633
+ border: 2px solid #333;
2634
+ color: #333;
2635
+ text-decoration: none;
2636
+ padding: 5px 10px;
2637
+ line-height: 15px;
2638
+ height: 20px;
2639
+ display: inline-block;
2640
+ border-radius: 3px;
2641
+ }
2642
+ .button-border__green {
2643
+ border-color: #46b450;
2644
+ color: #46b450;
2645
+ opacity: .6;
2646
+ background: #46b450;
2647
+ color: #fff;
2648
+ }
2649
+ .button-border__green:hover {
2650
+ color: #fff;
2651
+ }
2652
+ .wpgmza-form-group__multiple > div {
2653
+ flex: 1;
2654
+ display: flex;
2655
+ padding: 3px;
2656
+ padding-left: 10px;
2657
+ line-height: 30px;
2658
+ box-sizing: border-box;
2659
+ }
2660
+ .wpgmza-form-group__multiple > div * {
2661
+ flex: 1;
2662
+ }
2663
+ #wpgmza_theme_editor_element {
2664
+ width:100%;
2665
+ }
2666
+ #wpgmza-theme-editor input[type="number"] {
2667
+ padding-right: 0;
2668
+ margin-left: 0;
2669
+ margin-right: 0;
2670
+ }
2671
+ #wpgmza-theme-editor select {
2672
+ padding-left: 10px !important;
2673
+ }
2674
+ #wpgmza-theme-editor input[type="color"] {
2675
+ height:25px;
2676
+ padding: 0 2px;
2677
+ width: 25px;
2678
+ cursor: pointer;
2679
+ }
2680
+ #wpgmza-theme-editor__feature-settings {
2681
+ box-sizing: border-box;
2682
+ padding-bottom: 0;
2683
+ }
2684
+ #wpgmza-theme-editor {
2685
+ overflow-y: hidden;
2686
+ }
2687
+ #wpgmza-theme-editor__invert-lightness label {
2688
+ line-height: 16px;
2689
+ }
2690
+ .wpgmza-marker-icon-picker > * {
2691
+ flex: 1;
2692
+ }
2693
+ .wpgmza-marker-icon-picker button {
2694
+ margin: 2px !important;
2695
+ }
2696
+
2697
+ #wpfooter
2698
+ {
2699
+ position: static !important;
2700
  }
css/wp-google-maps-full-screen-map.css CHANGED
@@ -1,51 +1,51 @@
1
- .wpgmza_lb_overlay{
2
- z-index: 99998 ;
3
- position: fixed;
4
- width: 100%;
5
- height:100%;
6
- top:0px;
7
- left: 0px;
8
- opacity: 0.8;
9
- background-color: black;
10
- }
11
-
12
- .wpgmza_lb_override{
13
- z-index: 99999 !important;
14
- position:fixed !important;
15
- width: 100% !important;
16
- height: 100% !important;
17
- left: 0% !important;
18
- top: 0% !important;
19
- }
20
-
21
- .wpgmaps_full_screen_icon {
22
- cursor:pointer;
23
- width:20px;
24
- }
25
- .wpgmaps_full_screen_icon_close {
26
- cursor:pointer;
27
- width:20px;
28
- }
29
- .wpgmza_fs_button {
30
- direction: ltr;
31
- overflow: hidden;
32
- text-align: center;
33
- position: relative;
34
- color: rgb(86, 86, 86);
35
- font-family: Roboto, Arial, sans-serif;
36
- -webkit-user-select: none;
37
- font-size: 11px;
38
- background-color: rgb(255, 255, 255);
39
- padding: 8px;
40
- border-bottom-left-radius: 2px;
41
- border-top-left-radius: 2px;
42
- border-bottom-right-radius: 2px;
43
- border-top-right-radius: 2px;
44
- -webkit-background-clip: padding-box;
45
- background-clip: padding-box;
46
- box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
47
- border-left: 0px;
48
- min-width: 40px;
49
- margin-left:10px;
50
-
51
- }
1
+ .wpgmza_lb_overlay{
2
+ z-index: 99998 ;
3
+ position: fixed;
4
+ width: 100%;
5
+ height:100%;
6
+ top:0px;
7
+ left: 0px;
8
+ opacity: 0.8;
9
+ background-color: black;
10
+ }
11
+
12
+ .wpgmza_lb_override{
13
+ z-index: 99999 !important;
14
+ position:fixed !important;
15
+ width: 100% !important;
16
+ height: 100% !important;
17
+ left: 0% !important;
18
+ top: 0% !important;
19
+ }
20
+
21
+ .wpgmaps_full_screen_icon {
22
+ cursor:pointer;
23
+ width:20px;
24
+ }
25
+ .wpgmaps_full_screen_icon_close {
26
+ cursor:pointer;
27
+ width:20px;
28
+ }
29
+ .wpgmza_fs_button {
30
+ direction: ltr;
31
+ overflow: hidden;
32
+ text-align: center;
33
+ position: relative;
34
+ color: rgb(86, 86, 86);
35
+ font-family: Roboto, Arial, sans-serif;
36
+ -webkit-user-select: none;
37
+ font-size: 11px;
38
+ background-color: rgb(255, 255, 255);
39
+ padding: 8px;
40
+ border-bottom-left-radius: 2px;
41
+ border-top-left-radius: 2px;
42
+ border-bottom-right-radius: 2px;
43
+ border-top-right-radius: 2px;
44
+ -webkit-background-clip: padding-box;
45
+ background-clip: padding-box;
46
+ box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
47
+ border-left: 0px;
48
+ min-width: 40px;
49
+ margin-left:10px;
50
+
51
+ }
css/wpgmza_style.css CHANGED
@@ -1,741 +1,748 @@
1
- #wpgmza-maps-engine-dialog
2
- {
3
- text-align: left;
4
- }
5
-
6
- #wpgmza-maps-engine-dialog h1
7
- {
8
- text-align: center;
9
- margin-bottom: 1em;
10
- }
11
-
12
- #wpgmza-maps-engine-dialog img
13
- {
14
- display: block;
15
- margin: 0 auto;
16
- width: 80%;
17
- box-sizing: border-box;
18
- }
19
-
20
- #wpgmza-maps-engine-dialog .wpgmza-inner
21
- {
22
- display: flex;
23
- }
24
-
25
- #wpgmza-maps-engine-dialog .wpgmza-inner>div,
26
- #wpgmza-maps-engine-dialog .wpgmza-inner label
27
- {
28
- flex: 1;
29
-
30
- display: flex;
31
- flex-direction: column;
32
- }
33
-
34
- #wpgmza-maps-engine-dialog .wpgmza-inner>div>div,
35
- #wpgmza-maps-engine-dialog .wpgmza-inner label>div
36
- {
37
- flex-grow: 1;
38
- }
39
-
40
- #wpgmza-maps-engine-dialog ul
41
- {
42
- list-style: none;
43
- /* font-weight: bold; */
44
- }
45
-
46
- #wpgmza-maps-engine-dialog .wpgmza-pros>li:before
47
- {
48
- content: "\2714";
49
- }
50
-
51
- #wpgmza-maps-engine-dialog .wpgmza-cons>li:before
52
- {
53
- content: "\2718";
54
- }
55
-
56
- /* #wpgmza-maps-engine-dialog h2 */
57
- /* { */
58
- /* width: 30%; */
59
- /* } */
60
-
61
- #wpgmza-maps-engine-dialog h2>img
62
- {
63
- width: 100%;
64
- height: auto;
65
- }
66
-
67
- #wpgmza-maps-engine-dialog footer
68
- {
69
- margin: auto;
70
- width: 20%;
71
- }
72
-
73
- #wpgmza-maps-engine-dialog footer>img
74
- {
75
- width: 100%;
76
- height: auto;
77
- }
78
-
79
- #wpgmza-maps-engine-dialog img.wpgmza-engine-logo
80
- {
81
- width: 75%;
82
- height: auto;
83
- }
84
-
85
- #wpgmza-maps-engine-dialog input[type='radio']
86
- {
87
- display: none;
88
- }
89
-
90
- #wpgmza-maps-engine-dialog input[type='radio'] + label
91
- {
92
- /* filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
93
- /* filter: gray; /* IE6-9 */
94
-
95
- -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
96
-
97
- transition: all 0.5s;
98
- }
99
-
100
- #wpgmza-maps-engine-dialog input[type='radio'] + label:hover,
101
- #wpgmza-maps-engine-dialog input[type='radio']:checked + label
102
- {
103
- /* filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");*/
104
-
105
- -webkit-filter: grayscale(0%);
106
- }
107
-
108
- #wpgmza-maps-engine-dialog .wpgmza-mock-radio
109
- {
110
- position: relative;
111
-
112
- left: -1.3em; /* Compensate for radio button */
113
- }
114
-
115
- #wpgmza-maps-engine-dialog .wpgmza-mock-radio-button
116
- {
117
- display: inline-block;
118
- box-sizing: border-box;
119
- width: 2em;
120
- height: 2em;
121
-
122
- margin-right: 0.5em;
123
-
124
- position: top;
125
- top: -4px;
126
-
127
- border: 1px solid #ccc;
128
- border-radius: 100%;
129
- }
130
-
131
- #wpgmza-maps-engine-dialog small
132
- {
133
- display: block;
134
- text-align: center;
135
- }
136
-
137
- #wpgmza-maps-engine-dialog input[type='radio']:checked + label .wpgmza-mock-radio-button
138
- {
139
- /*width: calc(2em - 1px);
140
- height: calc(2em - 1px);*/
141
-
142
- border: 4px solid white;
143
- box-shadow: -1px -1px 0px #ccc, /* top left */
144
- -1px 0px 0px #ccc, /* top */
145
- 1px -1px 0px #ccc, /* top right */
146
- 1px 0px 0px #ccc, /* right */
147
- 1px -1px 0px #ccc, /* bottom right */
148
- 0px -1px 0px #ccc, /* bottom */
149
- -1px -1px 0px #ccc, /* bottom left */
150
- -1px 0px 0px #ccc; /* left */
151
-
152
- background: #0073AA;
153
- }
154
-
155
- #wpgmza-maps-engine-dialog .wpgmza-mock-radio>*
156
- {
157
- display: inline-block;
158
- vertical-align: middle;
159
- }
160
-
161
- #wpgmza-maps-engine-dialog .wpgmza-mock-radio-label
162
- {
163
- width: 50%;
164
- height: auto;
165
- }
166
-
167
- #wpgmza-maps-engine-dialog ul
168
- {
169
- text-align: center;
170
- }
171
-
172
- #wpgmza-maps-engine-dialog button
173
- {
174
- font-size: 1.25em;
175
- }
176
-
177
- .wpgmza-centered
178
- {
179
- text-align: center;
180
- }
181
-
182
- .wpgmza_map {
183
- border:0;
184
- }
185
-
186
- .wpgmza_hide_input { display:none !important; }
187
- .wpgmza_theme_selection { margin-right:20px; margin-bottom:20px; cursor:pointer; border-radius:4px; }
188
-
189
- .wpgmza-not-found-msg {
190
- display: none;
191
- margin-top: 20px;
192
- color: #777;
193
- }
194
-
195
- .wpgmza-not-found-msg.is-active {
196
- display: block;
197
- }
198
-
199
- .wpgmza-not-found-msg p {
200
- margin-bottom: 0;
201
- }
202
- .wpgmza_map img:not(button img) {
203
- border: none !important;
204
- background-color:transparent !important;
205
- /* padding:0 !important; */ /* Moved to google-ui-compatibility.js */
206
- box-shadow: none !important;
207
- }
208
-
209
- /* Don't allow white border around Google logo */
210
- .wpgmza_map img[src$="//maps.gstatic.com/mapfiles/api-3/images/google4.png"],
211
- img[src='http://maps.gstatic.com/mapfiles/api-3/images/google_white5.png']
212
- {
213
- box-shadow: none !important;
214
- }
215
-
216
- #wpgmza_map img { box-shadow: none !important; }
217
- .wpgmza_table img {
218
- box-shadow: none !important;
219
-
220
- }
221
- .gm-style div { margin-top:0 !important; }
222
-
223
- #wpgmaps_directions_edit {
224
- padding-top:20px;
225
- }
226
- .wpgmza_markerbox {
227
- /* height:auto; */
228
- /* min-height:100px; */
229
- margin:0; padding:0;
230
- color:#000 !important;
231
- }
232
- .wpgmza_markerbox img { margin: 3px !important; }
233
-
234
- .wpgmza_markerbox h1,
235
- .wpgmza_markerbox h2,
236
- .wpgmza_markerbox h3,
237
- .wpgmza_markerbox h4,
238
- .wpgmza_markerbox h5,
239
- .wpgmza_markerbox h6,
240
- .wpgmza_markerbox h7,
241
- .wpgmza_markerbox h8,
242
- .wpgmza_markerbox strong,
243
- .wpgmza_markerbox p,
244
- .wpgmza_markerbox br {
245
- margin:2px;
246
- padding:1px;
247
- color:#000 !important;
248
- }
249
-
250
-
251
- .wpgmza_markerbox a {
252
- color:#1982D1 !important;
253
- }
254
- .wpgmaps_mlist_table {
255
- width:42px;
256
- }
257
-
258
- .wpgmza_table .wpgmaps_mlist_marker {
259
- width:32px;
260
- height:32px;
261
- vertical-align:top;
262
- padding:0 !important;
263
- }
264
-
265
- .wpgmza_table .wpgmaps_mlist_info {
266
- vertical-align:top;
267
- text-align:left;
268
- padding:0 !important;
269
-
270
- }
271
- .wpgmza_table .wpgmaps_mlist_row {
272
- cursor:pointer;
273
- }
274
- .wpgmza_table .wpgmaps_mlist_row:hover {
275
- background-color: #EEEEEE;
276
-
277
- }
278
- .wpgmaps_directions_outer_div {
279
- padding-top:30px;
280
- padding-bottom:5px;
281
- }
282
-
283
- .wpgmaps_directions_outer_div table, wpgmza_marker_list_class {
284
- margin-bottom:0px !important;
285
- }
286
-
287
- .wpgmza_map h2 { clear:both; }
288
-
289
- .wpgmaps_user_form { clear: both; }
290
-
291
- .wpgmza_table { clear:both; }
292
-
293
-
294
- .wpgmaps_mlist_row img {
295
- margin-bottom:0 !important;
296
- }
297
-
298
- .wpgmza_table td {
299
- vertical-align: top !important;
300
- padding-bottom: 15px !important;
301
- padding-right: 10px !important;
302
- border: 0 !important;
303
-
304
- }
305
- .wpgmza_table tr { border: 0 !important; }
306
- .wpgmza_table th {
307
- text-align: left !important;
308
- padding-bottom: 15px !important;
309
- border: 0 !important;
310
- min-width:100px;
311
- }
312
-
313
-
314
- .dataTables_filter input[type="text"], .dataTables_filter select { display: inline !important; }
315
- .dataTables_filter label { font-weight:bold; }
316
- .adp-placemark img { width:24px !important; max-width:none !important; }
317
-
318
- .wpgmza_table .sorting { background-image: none !important; }
319
- /* .wpgmza_table .sorting_asc { background-image: none !important; }
320
- .wpgmza_table .sorting_desc { background-image: none !important; } */
321
-
322
-
323
- #wpgm_premium {
324
- display:block;
325
- overflow:auto;
326
- margin:10px;
327
- margin-left:0;
328
- clear:both;
329
- width:90%;
330
- }
331
- #wpgm_premium h2 {
332
- margin-top:0;
333
- padding-top:0;
334
- font-weight:200;
335
- font-size: 20px;
336
- padding-bottom:0px;
337
- margin-bottom:2px;
338
- }
339
- #wpgm_premium p {
340
- font-size:16px;
341
- line-height:28px;
342
-
343
- }
344
- .wpgm_premium_row {
345
- margin-top:20px;
346
- display:block;
347
- clear:both;
348
- width:100%;
349
- overflow:auto;
350
- }
351
- .wpgm_details p {
352
- padding-top:0px;
353
- margin-top:2px;
354
- color: #666 !important;
355
-
356
- }
357
-
358
- .wpgm_icon {
359
- display:block;
360
- float:left;
361
- width:50px;
362
- height:70px;
363
- background-image:url(../images/premium.png);
364
- background-repeat: no-repeat;
365
- }
366
- .wpgm_details {
367
- display:block;
368
- float:left;
369
- width:80%;
370
- }
371
-
372
- .wpgm_notice_message {
373
- border-style: solid;
374
- border-width: 1px;
375
- margin: 5px 0 15px;
376
- padding: 0 0.6em;
377
- background-color: #FFFCF5;
378
- border-color: #FFBA00;
379
- }
380
-
381
-
382
- /* store locator styling */
383
- .wpgmza_sl_main_div {
384
- width:100%;
385
- }
386
- .wpgmza_sl_query_div {
387
- height:30px;
388
- display:block;
389
- }
390
- .wpgmza_sl_query_innerdiv1 {
391
- float:left;
392
- display:block;
393
- width:150px;
394
- clear:left;
395
- }
396
- .wpgmza_sl_query_innerdiv2 {
397
- display:block;
398
- float:left;
399
- width:250px;
400
- }
401
-
402
- .wpgmza_sl_radius_div {
403
- display:block;
404
- height:30px;
405
- margin-top:10px;
406
- clear:both;
407
- }
408
- .wpgmza_sl_radius_innerdiv1 {
409
- float:left;
410
- display:block;
411
- width:150px;
412
- }
413
- .wpgmza_sl_radius_innerdiv2 {
414
- display:block;
415
- float:left;
416
- width:250px;
417
- }
418
-
419
- .wpgmza_sl_radius_select {
420
-
421
- }
422
- .wpgmza_sl_select_option {
423
-
424
- }
425
-
426
- .wpgmza_sl_category_div {
427
- display:block;
428
- clear:both;
429
- height:auto;
430
- overflow:auto;
431
- margin-top:10px;
432
- margin-bottom:10px;
433
-
434
- }
435
- .wpgmza_sl_category_innerdiv1 {
436
- float:left;
437
- display:block;
438
- width:150px;
439
- }
440
- .wpgmza_sl_category_innerdiv2 {
441
-
442
- float:left;
443
-
444
- }
445
-
446
- .wpgmza_sl_search_button {
447
-
448
- }
449
- .wpgmza_marker_approval_msg { font-weight: bold; }
450
-
451
- .scrollFix {
452
- line-height: 1.35;
453
- }
454
- .wpgmza_infowindow_description { white-space: normal; }
455
- .wpgmza_infowindow_title { white-space: normal; }
456
- .wpgmza_infowindow_address { white-space: normal; }
457
- .wpgmza_infowindow_title { font-weight: bold; }
458
- #wpgmza_marker_list tr { vertical-align: middle !important; }
459
- #wpgmza_marker_list td { vertical-align: middle !important; }
460
- #wpgmza_marker_list td img { vertical-align: middle !important; }
461
-
462
- .wpgmza_marker_carousel { clear:both; }
463
-
464
- .wpgmza-shadow {
465
- -webkit-box-shadow: 3px 3px 10px 0px rgba(107,107,107,1);
466
- -moz-box-shadow: 3px 3px 10px 0px rgba(107,107,107,1);
467
- box-shadow: 3px 3px 10px 0px rgba(107,107,107,1);
468
- }
469
- .wpgmza_innermap_holder {
470
- padding:5px;
471
- background-color:white;
472
- border: 1px solid #ccc;
473
- border-radius:5px;
474
- }
475
- .wpgmza_small_img { max-width: 14px; max-height: 14px; }
476
- ul.wpgmza_marker_list_class {
477
- list-style: none;
478
- margin-left:5px;
479
- padding-left:0;
480
- }
481
-
482
- .wpgmza-basic-list-item { float:left; cursor:pointer; }
483
- .wpgmaps_blist_row { clear:both; display:block; height:auto; overflow:hidden; }
484
- .wpgmaps_blist_row:hover { background-color:#EEE; }
485
- .wpgmza_div_marker { width:17px; height:17px; }
486
- .wpgmza_div_address { padding-left:2px;}
487
-
488
-
489
- .wpgmza_row {
490
- width:100%;
491
- display:block;
492
- overflow:auto;
493
- }
494
- .wpgmza_row_col {
495
- width:90%;
496
- float:left;
497
- display:block;
498
- overflow:auto;
499
- margin:0.25%;
500
- padding:0.2%;
501
- min-height:360px;
502
- }
503
- .wpgmza_row_col h2 {
504
- font-weight:900;
505
- }
506
- .wpgmza_row_col ul li {
507
- margin: 0.3em 2.5em;
508
- }
509
-
510
- .wpgmza_row_col ul {
511
- list-style-type:disc;
512
- }
513
-
514
-
515
- @media only screen and (min-width:480px) {
516
- .wpgmza_row_col {
517
- width:31%;
518
- float:left;
519
- display:block;
520
- overflow:auto;
521
- margin:0.25%;
522
- padding:0.2%;
523
- min-height:360px;
524
- }
525
-
526
-
527
-
528
- }
529
- .wpgmza_theme_selection_activate {
530
- /* padding: 10px; */
531
- border-radius: px;
532
- padding-left: 0px;
533
- padding-right: 0px;
534
- border-left: 4px solid #0073AA;
535
- }
536
-
537
-
538
- /*The following CSS will fix text from overflowing in the info window on an iPhone*/
539
- @media only screen and (min-width: 320px) and (max-width:568px) and (-webkit-min-device-pixel-ratio: 2) {
540
- .wpgmza_infowindow_description,
541
- .wpgmza_infowindow_address,
542
- .wpgmza_infowindow_title {
543
- width:140px !important;
544
- }
545
- }
546
-
547
- .wpgmza-badge {
548
- background-image: url(../images/WP-google-maps-logo-1-B-transparent.png); position: absolute;
549
- background: url(../images/WP-google-maps-logo-1-B-transparent.png) center no-repeat;
550
- -webkit-background-size: 202px 101px;
551
- background-size: 202px 101px;
552
- color: #fff;
553
- font-size: 14px;
554
- text-align: center;
555
- font-weight: 600;
556
- margin: 5px 0 0;
557
- padding:5px;
558
-
559
- height: 101px;
560
- display: inline-block;
561
- width: 202px;
562
- text-rendering: optimizeLegibility;
563
- -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2);
564
- box-shadow: 0 1px 3px rgba(0,0,0,.2);
565
- top: 0;
566
- right: 0;
567
- }
568
- .toplevel_page_wp-google-maps-menu .about-text {
569
- max-width: 600px;
570
- }
571
-
572
-
573
- .wpgmza-clearfix {
574
- zoom: 1;
575
- }
576
-
577
- .wpgmza-clearfix:before,
578
- .wpgmza-clearfix:after {
579
- content: '';
580
- display: table;
581
- table-layout: fixed;
582
- }
583
-
584
- .wpgmza-clearfix:after {
585
- clear: both;
586
- }
587
-
588
- .wpgmza_sl_main_div {
589
- overflow: hidden;
590
- position: relative;
591
- top: 10px;
592
- }
593
-
594
- .wpgmza_sl_query_div,
595
- .wpgmza_sl_radius_div {
596
- height: auto;
597
- margin-bottom: 10px;
598
- }
599
-
600
- .wpgmza_sl_radius_div {
601
- margin-bottom: 20px;
602
- }
603
-
604
-
605
-
606
- .wpgmaps_fullscreen {
607
- position: fixed !important;
608
- top:0;
609
- left:0;
610
- width:100% !important;
611
- height: 100% !important;
612
- z-index:9999;
613
-
614
- }
615
-
616
- .wpgmza-modern-store-locator {
617
- text-align: center;
618
- padding-top: 10px;
619
- }
620
-
621
- .wpgmza-modern-store-locator > .wpgmza-inner {
622
- display: inline-block;
623
- background: white;
624
- padding: 0.5em !important;
625
-
626
- border-radius: 2px;
627
- font-family: Roboto, sans-serif;
628
-
629
- box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
630
- -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
631
- -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
632
- -o-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
633
-
634
- }
635
-
636
- .wpgmza-modern-store-locator input,
637
- .wpgmza-modern-store-locator select {
638
- height: 28px !important;
639
- vertical-align: top;
640
- padding: 0 6px !important;
641
- margin: 0 2px;
642
- color: #777;
643
- }
644
-
645
- #addressInput {
646
- width: auto !important;
647
- display: inline;
648
- }
649
-
650
- .wpgmza-form-field {
651
- position: relative;
652
- overflow: hidden;
653
- margin-top: 0;
654
- margin-bottom: 5px;
655
- padding-top: 25px;
656
- }
657
-
658
- .wpgmza-form-field:last-of-type {
659
- margin-bottom: 18px;
660
- }
661
-
662
- .wpgmza-form-field--no-pad {
663
- display: block;
664
- padding-top: 0;
665
- }
666
-
667
- .wpgmza-form-field__label {
668
- display: block;
669
- color: #666;
670
- font-weight: 400;
671
- }
672
-
673
- #wpgmza-map .wpgmza-form-field__label--float {
674
- width: 100%;
675
- position: absolute;
676
- top: 37px;
677
- background: #fff;
678
- transition: all ease .3s;
679
- }
680
-
681
- .wpgmza-form-field__input:focus ~ label {
682
- top: 8px;
683
- color: #333;
684
- font-weight: 700;
685
- }
686
-
687
- .wpgmza-modern-store-locator .wpgmza_sl_search_button {
688
- cursor: pointer;
689
- font-size: 15px;
690
- padding: 0 0.3em;
691
- height: 100%;
692
- line-height: 28px;
693
- color: #b7b7b7;
694
- }
695
-
696
- #wpgmza_map .wpgmza-inner .wpgmza-form-field__input,
697
- #wpgmza_map .wpgmza-form-field input[type="text"],
698
- #wpgmza_map .wpgmza-form-field input[type="url"],
699
- #wpgmza_map .wpgmza-form-field input[type="password"],
700
- #wpgmza_map .wpgmza-form-field input[type="search"],
701
- #wpgmza_map .wpgmza-form-field input[type="number"],
702
- #wpgmza_map .wpgmza-form-field input[type="tel"],
703
- #wpgmza_map .wpgmza-form-field input[type="email"],
704
- #wpgmza_map .wpgmza-form-field textarea,
705
- #wpgmza_map .wpgmza-form-field select {
706
- padding: 10px;
707
- padding-left: 0;
708
- border: none;
709
- border-radius: 0;
710
- transition: all .3s;
711
- background: none;
712
- box-shadow: none;
713
- font-family: Roboto, sans-serif;
714
- }
715
-
716
- #wpgmza_map .wpgmza-inner .wpgmza-form-field__input:focus,
717
- #wpgmza_map .wpgmza-form-field input[type="text"]:focus,
718
- #wpgmza_map .wpgmza-form-field input[type="url"]:focus,
719
- #wpgmza_map .wpgmza-form-field input[type="password"]:focus,
720
- #wpgmza_map .wpgmza-form-field input[type="search"]:focus,
721
- #wpgmza_map .wpgmza-form-field input[type="number"]:focus,
722
- #wpgmza_map .wpgmza-form-field input[type="tel"]:focus,
723
- #wpgmza_map .wpgmza-form-field input[type="email"]:focus,
724
- #wpgmza_map .wpgmza-form-field textarea:focus,
725
- #wpgmza_map .wpgmza-form-field select:focus {
726
- background: none;
727
- }
728
-
729
- .wpgmza_sl_main_div input[type="button"],
730
- .wpgmaps_directions_outer_div input[type="button"],
731
- .wpgmza-inner input[type="button"]
732
- .wpgmza_sl_main_div input[type="button"] {
733
- font-weight: 500;
734
- text-transform: uppercase;
735
- letter-spacing: 0.05em;
736
- }
737
-
738
- .ol-marker > img
739
- {
740
- max-width: none !important;
741
- }
 
 
 
 
 
 
 
1
+ #wpgmza-maps-engine-dialog
2
+ {
3
+ text-align: left;
4
+ }
5
+
6
+ #wpgmza-maps-engine-dialog h1
7
+ {
8
+ text-align: center;
9
+ margin-bottom: 1em;
10
+ }
11
+
12
+ #wpgmza-maps-engine-dialog img
13
+ {
14
+ display: block;
15
+ margin: 0 auto;
16
+ width: 80%;
17
+ box-sizing: border-box;
18
+ }
19
+
20
+ #wpgmza-maps-engine-dialog .wpgmza-inner
21
+ {
22
+ display: flex;
23
+ }
24
+
25
+ #wpgmza-maps-engine-dialog .wpgmza-inner>div,
26
+ #wpgmza-maps-engine-dialog .wpgmza-inner label
27
+ {
28
+ flex: 1;
29
+
30
+ display: flex;
31
+ flex-direction: column;
32
+ }
33
+
34
+ #wpgmza-maps-engine-dialog .wpgmza-inner>div>div,
35
+ #wpgmza-maps-engine-dialog .wpgmza-inner label>div
36
+ {
37
+ flex-grow: 1;
38
+ }
39
+
40
+ #wpgmza-maps-engine-dialog ul
41
+ {
42
+ list-style: none;
43
+ /* font-weight: bold; */
44
+ }
45
+
46
+ #wpgmza-maps-engine-dialog .wpgmza-pros>li:before
47
+ {
48
+ content: "\2714";
49
+ }
50
+
51
+ #wpgmza-maps-engine-dialog .wpgmza-cons>li:before
52
+ {
53
+ content: "\2718";
54
+ }
55
+
56
+ /* #wpgmza-maps-engine-dialog h2 */
57
+ /* { */
58
+ /* width: 30%; */
59
+ /* } */
60
+
61
+ #wpgmza-maps-engine-dialog h2>img
62
+ {
63
+ width: 100%;
64
+ height: auto;
65
+ }
66
+
67
+ #wpgmza-maps-engine-dialog footer
68
+ {
69
+ margin: auto;
70
+ width: 20%;
71
+ }
72
+
73
+ #wpgmza-maps-engine-dialog footer>img
74
+ {
75
+ width: 100%;
76
+ height: auto;
77
+ }
78
+
79
+ #wpgmza-maps-engine-dialog img.wpgmza-engine-logo
80
+ {
81
+ width: 75%;
82
+ height: auto;
83
+ }
84
+
85
+ #wpgmza-maps-engine-dialog input[type='radio']
86
+ {
87
+ display: none;
88
+ }
89
+
90
+ #wpgmza-maps-engine-dialog input[type='radio'] + label
91
+ {
92
+ /* filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
93
+ /* filter: gray; /* IE6-9 */
94
+
95
+ -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
96
+
97
+ transition: all 0.5s;
98
+ }
99
+
100
+ #wpgmza-maps-engine-dialog input[type='radio'] + label:hover,
101
+ #wpgmza-maps-engine-dialog input[type='radio']:checked + label
102
+ {
103
+ /* filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");*/
104
+
105
+ -webkit-filter: grayscale(0%);
106
+ }
107
+
108
+ #wpgmza-maps-engine-dialog .wpgmza-mock-radio
109
+ {
110
+ position: relative;
111
+
112
+ left: -1.3em; /* Compensate for radio button */
113
+ }
114
+
115
+ #wpgmza-maps-engine-dialog .wpgmza-mock-radio-button
116
+ {
117
+ display: inline-block;
118
+ box-sizing: border-box;
119
+ width: 2em;
120
+ height: 2em;
121
+
122
+ margin-right: 0.5em;
123
+
124
+ position: top;
125
+ top: -4px;
126
+
127
+ border: 1px solid #ccc;
128
+ border-radius: 100%;
129
+ }
130
+
131
+ #wpgmza-maps-engine-dialog small
132
+ {
133
+ display: block;
134
+ text-align: center;
135
+ }
136
+
137
+ #wpgmza-maps-engine-dialog input[type='radio']:checked + label .wpgmza-mock-radio-button
138
+ {
139
+ /*width: calc(2em - 1px);
140
+ height: calc(2em - 1px);*/
141
+
142
+ border: 4px solid white;
143
+ box-shadow: -1px -1px 0px #ccc, /* top left */
144
+ -1px 0px 0px #ccc, /* top */
145
+ 1px -1px 0px #ccc, /* top right */
146
+ 1px 0px 0px #ccc, /* right */
147
+ 1px -1px 0px #ccc, /* bottom right */
148
+ 0px -1px 0px #ccc, /* bottom */
149
+ -1px -1px 0px #ccc, /* bottom left */
150
+ -1px 0px 0px #ccc; /* left */
151
+
152
+ background: #0073AA;
153
+ }
154
+
155
+ #wpgmza-maps-engine-dialog .wpgmza-mock-radio>*
156
+ {
157
+ display: inline-block;
158
+ vertical-align: middle;
159
+ }
160
+
161
+ #wpgmza-maps-engine-dialog .wpgmza-mock-radio-label
162
+ {
163
+ width: 50%;
164
+ height: auto;
165
+ }
166
+
167
+ #wpgmza-maps-engine-dialog ul
168
+ {
169
+ text-align: center;
170
+ }
171
+
172
+ #wpgmza-maps-engine-dialog button
173
+ {
174
+ font-size: 1.25em;
175
+ }
176
+
177
+ .wpgmza-centered
178
+ {
179
+ text-align: center;
180
+ }
181
+
182
+ .wpgmza_map {
183
+ border:0;
184
+ }
185
+
186
+ .wpgmza_hide_input { display:none !important; }
187
+ .wpgmza_theme_selection { margin-right:20px; margin-bottom:20px; cursor:pointer; border-radius:4px; }
188
+
189
+ .wpgmza-not-found-msg {
190
+ display: none;
191
+ margin-top: 20px;
192
+ color: #777;
193
+ }
194
+
195
+ .wpgmza-not-found-msg.is-active {
196
+ display: block;
197
+ }
198
+
199
+ .wpgmza-not-found-msg p {
200
+ margin-bottom: 0;
201
+ }
202
+ .wpgmza_map img:not(button img) {
203
+ border: none !important;
204
+ background-color:transparent !important;
205
+ /* padding:0 !important; */ /* Moved to google-ui-compatibility.js */
206
+ box-shadow: none !important;
207
+ }
208
+
209
+ /* Don't allow white border around Google logo */
210
+ .wpgmza_map img[src$="//maps.gstatic.com/mapfiles/api-3/images/google4.png"],
211
+ img[src='http://maps.gstatic.com/mapfiles/api-3/images/google_white5.png']
212
+ {
213
+ box-shadow: none !important;
214
+ }
215
+
216
+ #wpgmza_map img { box-shadow: none !important; }
217
+ .wpgmza_table img {
218
+ box-shadow: none !important;
219
+
220
+ }
221
+ .gm-style div { margin-top:0 !important; }
222
+
223
+ #wpgmaps_directions_edit {
224
+ padding-top:20px;
225
+ }
226
+ .wpgmza_markerbox {
227
+ /* height:auto; */
228
+ /* min-height:100px; */
229
+ margin:0; padding:0;
230
+ color:#000 !important;
231
+ }
232
+ .wpgmza_markerbox img { margin: 3px !important; }
233
+
234
+ .wpgmza_markerbox h1,
235
+ .wpgmza_markerbox h2,
236
+ .wpgmza_markerbox h3,
237
+ .wpgmza_markerbox h4,
238
+ .wpgmza_markerbox h5,
239
+ .wpgmza_markerbox h6,
240
+ .wpgmza_markerbox h7,
241
+ .wpgmza_markerbox h8,
242
+ .wpgmza_markerbox strong,
243
+ .wpgmza_markerbox p,
244
+ .wpgmza_markerbox br {
245
+ margin:2px;
246
+ padding:1px;
247
+ color:#000 !important;
248
+ }
249
+
250
+
251
+ .wpgmza_markerbox a {
252
+ color:#1982D1 !important;
253
+ }
254
+ .wpgmaps_mlist_table {
255
+ width:42px;
256
+ }
257
+
258
+ .wpgmza_table .wpgmaps_mlist_marker {
259
+ width:32px;
260
+ height:32px;
261
+ vertical-align:top;
262
+ padding:0 !important;
263
+ }
264
+
265
+ .wpgmza_table .wpgmaps_mlist_info {
266
+ vertical-align:top;
267
+ text-align:left;
268
+ padding:0 !important;
269
+
270
+ }
271
+ .wpgmza_table .wpgmaps_mlist_row {
272
+ cursor:pointer;
273
+ }
274
+ .wpgmza_table .wpgmaps_mlist_row:hover {
275
+ background-color: #EEEEEE;
276
+
277
+ }
278
+ .wpgmaps_directions_outer_div {
279
+ padding-top:30px;
280
+ padding-bottom:5px;
281
+ }
282
+
283
+ .wpgmaps_directions_outer_div table, wpgmza_marker_list_class {
284
+ margin-bottom:0px !important;
285
+ }
286
+
287
+ .wpgmza_map h2 { clear:both; }
288
+
289
+ .wpgmaps_user_form { clear: both; }
290
+
291
+ .wpgmza_table { clear:both; }
292
+
293
+
294
+ .wpgmaps_mlist_row img {
295
+ margin-bottom:0 !important;
296
+ }
297
+
298
+ .wpgmza_table td {
299
+ vertical-align: top !important;
300
+ padding-bottom: 15px !important;
301
+ padding-right: 10px !important;
302
+ border: 0 !important;
303
+
304
+ }
305
+ .wpgmza_table tr { border: 0 !important; }
306
+ .wpgmza_table th {
307
+ text-align: left !important;
308
+ padding-bottom: 15px !important;
309
+ border: 0 !important;
310
+ min-width:100px;
311
+ }
312
+
313
+
314
+ .dataTables_filter input[type="text"], .dataTables_filter select { display: inline !important; }
315
+ .dataTables_filter label { font-weight:bold; }
316
+ .adp-placemark img { width:24px !important; max-width:none !important; }
317
+
318
+ .wpgmza_table .sorting { background-image: none !important; }
319
+ /* .wpgmza_table .sorting_asc { background-image: none !important; }
320
+ .wpgmza_table .sorting_desc { background-image: none !important; } */
321
+
322
+
323
+ #wpgm_premium {
324
+ display:block;
325
+ overflow:auto;
326
+ margin:10px;
327
+ margin-left:0;
328
+ clear:both;
329
+ width:90%;
330
+ }
331
+ #wpgm_premium h2 {
332
+ margin-top:0;
333
+ padding-top:0;
334
+ font-weight:200;
335
+ font-size: 20px;
336
+ padding-bottom:0px;
337
+ margin-bottom:2px;
338
+ }
339
+ #wpgm_premium p {
340
+ font-size:16px;
341
+ line-height:28px;
342
+
343
+ }
344
+ .wpgm_premium_row {
345
+ margin-top:20px;
346
+ display:block;
347
+ clear:both;
348
+ width:100%;
349
+ overflow:auto;
350
+ }
351
+ .wpgm_details p {
352
+ padding-top:0px;
353
+ margin-top:2px;
354
+ color: #666 !important;
355
+
356
+ }
357
+
358
+ .wpgm_icon {
359
+ display:block;
360
+ float:left;
361
+ width:50px;
362
+ height:70px;
363
+ background-image:url(../images/premium.png);
364
+ background-repeat: no-repeat;
365
+ }
366
+ .wpgm_details {
367
+ display:block;
368
+ float:left;
369
+ width:80%;
370
+ }
371
+
372
+ .wpgm_notice_message {
373
+ border-style: solid;
374
+ border-width: 1px;
375
+ margin: 5px 0 15px;
376
+ padding: 0 0.6em;
377
+ background-color: #FFFCF5;
378
+ border-color: #FFBA00;
379
+ }
380
+
381
+
382
+ /* store locator styling */
383
+ .wpgmza_sl_main_div {
384
+ width:100%;
385
+ }
386
+ .wpgmza_sl_query_div {
387
+ height:30px;
388
+ display:block;
389
+ }
390
+ .wpgmza_sl_query_innerdiv1 {
391
+ float:left;
392
+ display:block;
393
+ width:150px;
394
+ clear:left;
395
+ }
396
+ .wpgmza_sl_query_innerdiv2 {
397
+ display:block;
398
+ float:left;
399
+ width:250px;
400
+ }
401
+
402
+ .wpgmza_sl_radius_div {
403
+ display:block;
404
+ height:30px;
405
+ margin-top:10px;
406
+ clear:both;
407
+ }
408
+ .wpgmza_sl_radius_innerdiv1 {
409
+ float:left;
410
+ display:block;
411
+ width:150px;
412
+ }
413
+ .wpgmza_sl_radius_innerdiv2 {
414
+ display:block;
415
+ float:left;
416
+ width:250px;
417
+ }
418
+
419
+ .wpgmza_sl_radius_select {
420
+
421
+ }
422
+ .wpgmza_sl_select_option {
423
+
424
+ }
425
+
426
+ .wpgmza_sl_category_div {
427
+ display:block;
428
+ clear:both;
429
+ height:auto;
430
+ overflow:auto;
431
+ margin-top:10px;
432
+ margin-bottom:10px;
433
+
434
+ }
435
+ .wpgmza_sl_category_innerdiv1 {
436
+ float:left;
437
+ display:block;
438
+ width:150px;
439
+ }
440
+ .wpgmza_sl_category_innerdiv2 {
441
+
442
+ float:left;
443
+
444
+ }
445
+
446
+ .wpgmza_sl_search_button {
447
+
448
+ }
449
+ .wpgmza_marker_approval_msg { font-weight: bold; }
450
+
451
+ .scrollFix {
452
+ line-height: 1.35;
453
+ }
454
+ .wpgmza_infowindow_description { white-space: normal; }
455
+ .wpgmza_infowindow_title { white-space: normal; }
456
+ .wpgmza_infowindow_address { white-space: normal; }
457
+ .wpgmza_infowindow_title { font-weight: bold; }
458
+ #wpgmza_marker_list tr { vertical-align: middle !important; }
459
+ #wpgmza_marker_list td { vertical-align: middle !important; }
460
+ #wpgmza_marker_list td img { vertical-align: middle !important; }
461
+
462
+ .wpgmza_marker_carousel { clear:both; }
463
+
464
+ .wpgmza-shadow {
465
+ -webkit-box-shadow: 3px 3px 10px 0px rgba(107,107,107,1);
466
+ -moz-box-shadow: 3px 3px 10px 0px rgba(107,107,107,1);
467
+ box-shadow: 3px 3px 10px 0px rgba(107,107,107,1);
468
+ }
469
+ .wpgmza_innermap_holder {
470
+ padding:5px;
471
+ background-color:white;
472
+ border: 1px solid #ccc;
473
+ border-radius:5px;
474
+ }
475
+ .wpgmza_small_img { max-width: 14px; max-height: 14px; }
476
+ ul.wpgmza_marker_list_class {
477
+ list-style: none;
478
+ margin-left:5px;
479
+ padding-left:0;
480
+ }
481
+
482
+ .wpgmza-basic-list-item { float:left; cursor:pointer; }
483
+ .wpgmaps_blist_row { clear:both; display:block; height:auto; overflow:hidden; }
484
+ .wpgmaps_blist_row:hover { background-color:#EEE; }
485
+ .wpgmza_div_marker { width:17px; height:17px; }
486
+ .wpgmza_div_address { padding-left:2px;}
487
+
488
+
489
+ .wpgmza_row {
490
+ width:100%;
491
+ display:block;
492
+ overflow:auto;
493
+ }
494
+ .wpgmza_row_col {
495
+ width:90%;
496
+ float:left;
497
+ display:block;
498
+ overflow:auto;
499
+ margin:0.25%;
500
+ padding:0.2%;
501
+ min-height:360px;
502
+ }
503
+ .wpgmza_row_col h2 {
504
+ font-weight:900;
505
+ }
506
+ .wpgmza_row_col ul li {
507
+ margin: 0.3em 2.5em;
508
+ }
509
+
510
+ .wpgmza_row_col ul {
511
+ list-style-type:disc;
512
+ }
513
+
514
+
515
+ @media only screen and (min-width:480px) {
516
+ .wpgmza_row_col {
517
+ width:31%;
518
+ float:left;
519
+ display:block;
520
+ overflow:auto;
521
+ margin:0.25%;
522
+ padding:0.2%;
523
+ min-height:360px;
524
+ }
525
+
526
+
527
+
528
+ }
529
+ .wpgmza_theme_selection_activate {
530
+ /* padding: 10px; */
531
+ border-radius: px;
532
+ padding-left: 0px;
533
+ padding-right: 0px;
534
+ border-left: 4px solid #0073AA;
535
+ }
536
+
537
+
538
+ /*The following CSS will fix text from overflowing in the info window on an iPhone*/
539
+ @media only screen and (min-width: 320px) and (max-width:568px) and (-webkit-min-device-pixel-ratio: 2) {
540
+ .wpgmza_infowindow_description,
541
+ .wpgmza_infowindow_address,
542
+ .wpgmza_infowindow_title {
543
+ width:140px !important;
544
+ }
545
+ }
546
+
547
+ .wpgmza-badge {
548
+ background-image: url(../images/WP-google-maps-logo-1-B-transparent.png); position: absolute;
549
+ background: url(../images/WP-google-maps-logo-1-B-transparent.png) center no-repeat;
550
+ -webkit-background-size: 202px 101px;
551
+ background-size: 202px 101px;
552
+ color: #fff;
553
+ font-size: 14px;
554
+ text-align: center;
555
+ font-weight: 600;
556
+ margin: 5px 0 0;
557
+ padding:5px;
558
+
559
+ height: 101px;
560
+ display: inline-block;
561
+ width: 202px;
562
+ text-rendering: optimizeLegibility;
563
+ -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2);
564
+ box-shadow: 0 1px 3px rgba(0,0,0,.2);
565
+ top: 0;
566
+ right: 0;
567
+ }
568
+ .toplevel_page_wp-google-maps-menu .about-text {
569
+ max-width: 600px;
570
+ }
571
+
572
+
573
+ .wpgmza-clearfix {
574
+ zoom: 1;
575
+ }
576
+
577
+ .wpgmza-clearfix:before,
578
+ .wpgmza-clearfix:after {
579
+ content: '';
580
+ display: table;
581
+ table-layout: fixed;
582
+ }
583
+
584
+ .wpgmza-clearfix:after {
585
+ clear: both;
586
+ }
587
+
588
+ .wpgmza_sl_main_div {
589
+ overflow: hidden;
590
+ position: relative;
591
+ top: 10px;
592
+ }
593
+
594
+ .wpgmza_sl_query_div,
595
+ .wpgmza_sl_radius_div {
596
+ height: auto;
597
+ margin-bottom: 10px;
598
+ }
599
+
600
+ .wpgmza_sl_radius_div {
601
+ margin-bottom: 20px;
602
+ }
603
+
604
+
605
+
606
+ .wpgmaps_fullscreen {
607
+ position: fixed !important;
608
+ top:0;
609
+ left:0;
610
+ width:100% !important;
611
+ height: 100% !important;
612
+ z-index:9999;
613
+
614
+ }
615
+
616
+ .wpgmza-modern-store-locator {
617
+ text-align: center;
618
+ padding-top: 10px;
619
+ }
620
+
621
+ .wpgmza-modern-store-locator > .wpgmza-inner {
622
+ display: inline-block;
623
+ background: white;
624
+ padding: 0.5em !important;
625
+
626
+ border-radius: 2px;
627
+ font-family: Roboto, sans-serif;
628
+
629
+ box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
630
+ -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
631
+ -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
632
+ -o-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
633
+
634
+ }
635
+
636
+ .wpgmza-modern-store-locator input,
637
+ .wpgmza-modern-store-locator select {
638
+ height: 28px !important;
639
+ vertical-align: top;
640
+ padding: 0 6px !important;
641
+ margin: 0 2px;
642
+ color: #777;
643
+ }
644
+
645
+ #addressInput {
646
+ width: auto !important;
647
+ display: inline;
648
+ }
649
+
650
+ .wpgmza-form-field {
651
+ position: relative;
652
+ overflow: hidden;
653
+ margin-top: 0;
654
+ margin-bottom: 5px;
655
+ padding-top: 25px;
656
+ }
657
+
658
+ .wpgmza-form-field:last-of-type {
659
+ margin-bottom: 18px;
660
+ }
661
+
662
+ .wpgmza-form-field--no-pad {
663
+ display: block;
664
+ padding-top: 0;
665
+ }
666
+
667
+ .wpgmza-form-field__label {
668
+ display: block;
669
+ color: #666;
670
+ font-weight: 400;
671
+ }
672
+
673
+ #wpgmza-map .wpgmza-form-field__label--float {
674
+ width: 100%;
675
+ position: absolute;
676
+ top: 37px;
677
+ background: #fff;
678
+ transition: all ease .3s;
679
+ }
680
+
681
+ .wpgmza-form-field__input:focus ~ label {
682
+ top: 8px;
683
+ color: #333;
684
+ font-weight: 700;
685
+ }
686
+
687
+ .wpgmza-modern-store-locator .wpgmza_sl_search_button {
688
+ cursor: pointer;
689
+ font-size: 15px;
690
+ padding: 0 0.3em;
691
+ height: 100%;
692
+ line-height: 28px;
693
+ color: #b7b7b7;
694
+ }
695
+
696
+ #wpgmza_map .wpgmza-inner .wpgmza-form-field__input,
697
+ #wpgmza_map .wpgmza-form-field input[type="text"],
698
+ #wpgmza_map .wpgmza-form-field input[type="url"],
699
+ #wpgmza_map .wpgmza-form-field input[type="password"],
700
+ #wpgmza_map .wpgmza-form-field input[type="search"],
701
+ #wpgmza_map .wpgmza-form-field input[type="number"],
702
+ #wpgmza_map .wpgmza-form-field input[type="tel"],
703
+ #wpgmza_map .wpgmza-form-field input[type="email"],
704
+ #wpgmza_map .wpgmza-form-field textarea,
705
+ #wpgmza_map .wpgmza-form-field select {
706
+ padding: 10px;
707
+ padding-left: 0;
708
+ border: none;
709
+ border-radius: 0;
710
+ transition: all .3s;
711
+ background: none;
712
+ box-shadow: none;
713
+ font-family: Roboto, sans-serif;
714
+ }
715
+
716
+ #wpgmza_map .wpgmza-inner .wpgmza-form-field__input:focus,
717
+ #wpgmza_map .wpgmza-form-field input[type="text"]:focus,
718
+ #wpgmza_map .wpgmza-form-field input[type="url"]:focus,
719
+ #wpgmza_map .wpgmza-form-field input[type="password"]:focus,
720
+ #wpgmza_map .wpgmza-form-field input[type="search"]:focus,
721
+ #wpgmza_map .wpgmza-form-field input[type="number"]:focus,
722
+ #wpgmza_map .wpgmza-form-field input[type="tel"]:focus,
723
+ #wpgmza_map .wpgmza-form-field input[type="email"]:focus,
724
+ #wpgmza_map .wpgmza-form-field textarea:focus,
725
+ #wpgmza_map .wpgmza-form-field select:focus {
726
+ background: none;
727
+ }
728
+
729
+ .wpgmza_sl_main_div input[type="button"],
730
+ .wpgmaps_directions_outer_div input[type="button"],
731
+ .wpgmza-inner input[type="button"]
732
+ .wpgmza_sl_main_div input[type="button"] {
733
+ font-weight: 500;
734
+ text-transform: uppercase;
735
+ letter-spacing: 0.05em;
736
+ }
737
+
738
+ .ol-marker > img
739
+ {
740
+ max-width: none !important;
741
+ }
742
+
743
+ .wpgmza_polygon_title {
744
+ margin: 0;
745
+ margin-top: 10px;
746
+ margin-bottom: 10px;
747
+ font-size: 14px;
748
+ }
docs/circle.js.html CHANGED
@@ -1,163 +1,163 @@
1
- <!DOCTYPE html>
2
- <html lang="en">
3
- <head>
4
- <meta charset="utf-8">
5
- <title>JSDoc: Source: circle.js</title>
6
-
7
- <script src="scripts/prettify/prettify.js"> </script>
8
- <script src="scripts/prettify/lang-css.js"> </script>
9
- <!--[if lt IE 9]>
10
- <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11
- <![endif]-->
12
- <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
13
- <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
14
- </head>
15
-
16
- <body>
17
-
18
- <div id="main">
19
-
20
- <h1 class="page-title">Source: circle.js</h1>
21
-
22
-
23
-
24
-
25
-
26
-
27
- <section>
28
- <article>
29
- <pre class="prettyprint source linenums"><code>/**
30
- * @namespace WPGMZA
31
- * @module Circle
32
- * @requires WPGMZA.MapObject
33
- */
34
- (function($) {
35
-
36
- var Parent = WPGMZA.MapObject;
37
-
38
- /**
39
- * @class Circle
40
- * @summary Represents a generic circle. &lt;b>Please do not instantiate this object directly, use createInstance&lt;/b>
41
- * @return {WPGMZA.Circle}
42
- */
43
- WPGMZA.Circle = function(options, engineCircle)
44
- {
45
- var self = this;
46
-
47
- WPGMZA.assertInstanceOf(this, "Circle");
48
-
49
- this.center = new WPGMZA.LatLng();
50
- this.radius = 100;
51
-
52
- Parent.apply(this, arguments);
53
- }
54
-
55
- WPGMZA.Circle.prototype = Object.create(Parent.prototype);
56
- WPGMZA.Circle.prototype.constructor = WPGMZA.Circle;
57
-
58
- /**
59
- * @function createInstance
60
- * @summary Creates an instance of a circle, &lt;b>please always use this function rather than calling the constructor directly&lt;/b>
61
- * @param {object} options Options for the object (optional)
62
- */
63
- WPGMZA.Circle.createInstance = function(options)
64
- {
65
- var constructor;
66
-
67
- if(WPGMZA.settings.engine == "google-maps")
68
- constructor = WPGMZA.GoogleCircle;
69
- else
70
- constructor = WPGMZA.OLCircle;
71
-
72
- return new constructor(options);
73
- }
74
-
75
- /**
76
- * @function getCenter
77
- * @returns {WPGMZA.LatLng}
78
- */
79
- WPGMZA.Circle.prototype.getCenter = function()
80
- {
81
- return this.center.clone();
82
- }
83
-
84
- /**
85
- * @function setCenter
86
- * @param {object|WPGMZA.LatLng} latLng either a literal or as a WPGMZA.LatLng
87
- * @returns {void}
88
- */
89
- WPGMZA.Circle.prototype.setCenter = function(latLng)
90
- {
91
- this.center.lat = latLng.lat;
92
- this.center.lng = latLng.lng;
93
- }
94
-
95
- /**
96
- * @function getRadius
97
- * @summary Returns the circles radius in kilometers
98
- * @returns {WPGMZA.LatLng}
99
- */
100
- WPGMZA.Circle.prototype.getRadius = function()
101
- {
102
- return this.radius;
103
- }
104
-
105
- /**
106
- * @function setRadius
107
- * @param {number} The radius
108
- * @returns {void}
109
- */
110
- WPGMZA.Circle.prototype.setRadius = function(radius)
111
- {
112
- this.radius = radius;
113
- }
114
-
115
- /**
116
- * @function getMap
117
- * @summary Returns the map that this circle is being displayed on
118
- * @return {WPGMZA.Map}
119
- */
120
- WPGMZA.Circle.prototype.getMap = function()
121
- {
122
- return this.map;
123
- }
124
-
125
- /**
126
- * @function setMap
127
- * @param {WPGMZA.Map} The target map
128
- * @summary Puts this circle on a map
129
- * @return {void}
130
- */
131
- WPGMZA.Circle.prototype.setMap = function(map)
132
- {
133
- if(this.map)
134
- this.map.removeCircle(this);
135
-
136
- if(map)
137
- map.addCircle(this);
138
-
139
- }
140
-
141
- })(jQuery);</code></pre>
142
- </article>
143
- </section>
144
-
145
-
146
-
147
-
148
- </div>
149
-
150
- <nav>
151
- <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-Circle.html">Circle</a></li><li><a href="module-Distance.html">Distance</a></li><li><a href="module-Event.html">Event</a></li><li><a href="module-EventDispatcher.html">EventDispatcher</a></li><li><a href="module-FriendlyError.html">FriendlyError</a></li><li><a href="module-Geocoder.html">Geocoder</a></li><li><a href="module-GoogleCircle.html">GoogleCircle</a></li><li><a href="module-GoogleGeocoder.html">GoogleGeocoder</a></li><li><a href="module-GoogleInfoWindow.html">GoogleInfoWindow</a></li><li><a href="module-GoogleMap.html">GoogleMap</a></li><li><a href="module-GoogleMarker.html">GoogleMarker</a></li><li><a href="module-GoogleModernStoreLocator.html">GoogleModernStoreLocator</a></li><li><a href="module-GoogleModernStoreLocatorCircle.html">GoogleModernStoreLocatorCircle</a></li><li><a href="module-GooglePolygon.html">GooglePolygon</a></li><li><a href="module-GooglePolyline.html">GooglePolyline</a></li><li><a href="module-GoogleVertexContextMenu.html">GoogleVertexContextMenu</a></li><li><a href="module-InfoWindow.html">InfoWindow</a></li><li><a href="module-LatLng.html">LatLng</a></li><li><a href="module-LatLngBounds.html">LatLngBounds</a></li><li><a href="module-Map.html">Map</a></li><li><a href="module-MapObject.html">MapObject</a></li><li><a href="module-MapsEngineDialog.html">MapsEngineDialog</a></li><li><a href="module-MapSettings.html">MapSettings</a></li><li><a href="module-Marker.html">Marker</a></li><li><a href="module-ModernStoreLocator.html">ModernStoreLocator</a></li><li><a href="module-ModernStoreLocatorCircle.html">ModernStoreLocatorCircle</a></li><li><a href="module-OLCircle.html">OLCircle</a></li><li><a href="module-OLGeocoder.html">OLGeocoder</a></li><li><a href="module-OLInfoWindow.html">OLInfoWindow</a></li><li><a href="module-OLMap.html">OLMap</a></li><li><a href="module-OLMarker.html">OLMarker</a></li><li><a href="module-OLModernStoreLocator.html">OLModernStoreLocator</a></li><li><a href="module-OLModernStoreLocatorCircle.html">OLModernStoreLocatorCircle</a></li><li><a href="module-OLPolygon.html">OLPolygon</a></li><li><a href="module-OLPolyline.html">OLPolyline</a></li><li><a href="module-Polygon.html">Polygon</a></li><li><a href="module-Polyline.html">Polyline</a></li><li><a href="module-WPGMZA.html">WPGMZA</a></li></ul><h3>Classes</h3><ul><li><a href="module-Circle-Circle.html">Circle</a></li><li><a href="module-ModernStoreLocatorCircle-WPGMZA.ModernStoreLocatorCircle.html">ModernStoreLocatorCircle</a></li><li><a href="module-OLGeocoder-OLGeocoder.html">OLGeocoder</a></li></ul>
152
- </nav>
153
-
154
- <br class="clear">
155
-
156
- <footer>
157
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Wed May 16 2018 13:18:38 GMT+0100 (GMT Daylight Time)
158
- </footer>
159
-
160
- <script> prettyPrint(); </script>
161
- <script src="scripts/linenumber.js"> </script>
162
- </body>
163
- </html>
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>JSDoc: Source: circle.js</title>
6
+
7
+ <script src="scripts/prettify/prettify.js"> </script>
8
+ <script src="scripts/prettify/lang-css.js"> </script>
9
+ <!--[if lt IE 9]>
10
+ <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11
+ <![endif]-->
12
+ <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
13
+ <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
14
+ </head>
15
+
16
+ <body>
17
+
18
+ <div id="main">
19
+
20
+ <h1 class="page-title">Source: circle.js</h1>
21
+
22
+
23
+
24
+
25
+
26
+
27
+ <section>
28
+ <article>
29
+ <pre class="prettyprint source linenums"><code>/**
30
+ * @namespace WPGMZA
31
+ * @module Circle
32
+ * @requires WPGMZA.MapObject
33
+ */
34
+ (function($) {
35
+
36
+ var Parent = WPGMZA.MapObject;
37
+
38
+ /**
39
+ * @class Circle
40
+ * @summary Represents a generic circle. &lt;b>Please do not instantiate this object directly, use createInstance&lt;/b>
41
+ * @return {WPGMZA.Circle}
42
+ */
43
+ WPGMZA.Circle = function(options, engineCircle)
44
+ {
45
+ var self = this;
46
+
47
+ WPGMZA.assertInstanceOf(this, "Circle");
48
+
49
+ this.center = new WPGMZA.LatLng();
50
+ this.radius = 100;
51
+
52
+ Parent.apply(this, arguments);
53
+ }
54
+
55
+ WPGMZA.Circle.prototype = Object.create(Parent.prototype);
56
+ WPGMZA.Circle.prototype.constructor = WPGMZA.Circle;
57
+
58
+ /**
59
+ * @function createInstance
60
+ * @summary Creates an instance of a circle, &lt;b>please always use this function rather than calling the constructor directly&lt;/b>
61
+ * @param {object} options Options for the object (optional)
62
+ */
63
+ WPGMZA.Circle.createInstance = function(options)
64
+ {
65
+ var constructor;
66
+
67
+ if(WPGMZA.settings.engine == "google-maps")
68
+ constructor = WPGMZA.GoogleCircle;
69
+ else
70
+ constructor = WPGMZA.OLCircle;
71
+
72
+ return new constructor(options);
73
+ }
74
+
75
+ /**
76
+ * @function getCenter
77
+ * @returns {WPGMZA.LatLng}
78
+ */
79
+ WPGMZA.Circle.prototype.getCenter = function()
80
+ {
81
+ return this.center.clone();
82
+ }
83
+
84
+ /**
85
+ * @function setCenter
86
+ * @param {object|WPGMZA.LatLng} latLng either a literal or as a WPGMZA.LatLng
87
+ * @returns {void}
88
+ */
89
+ WPGMZA.Circle.prototype.setCenter = function(latLng)
90
+ {
91
+ this.center.lat = latLng.lat;
92
+ this.center.lng = latLng.lng;
93
+ }
94
+
95
+ /**
96
+ * @function getRadius
97
+ * @summary Returns the circles radius in kilometers
98
+ * @returns {WPGMZA.LatLng}
99
+ */
100
+ WPGMZA.Circle.prototype.getRadius = function()
101
+ {
102
+ return this.radius;
103
+ }
104
+
105
+ /**
106
+ * @function setRadius
107
+ * @param {number} The radius
108
+ * @returns {void}
109
+ */
110
+ WPGMZA.Circle.prototype.setRadius = function(radius)
111
+ {
112
+ this.radius = radius;
113
+ }
114
+
115
+ /**
116
+ * @function getMap
117
+ * @summary Returns the map that this circle is being displayed on
118
+ * @return {WPGMZA.Map}
119
+ */
120
+ WPGMZA.Circle.prototype.getMap = function()
121
+ {
122
+ return this.map;
123
+ }
124
+
125
+ /**
126
+ * @function setMap
127
+ * @param {WPGMZA.Map} The target map
128
+ * @summary Puts this circle on a map
129
+ * @return {void}
130
+ */
131
+ WPGMZA.Circle.prototype.setMap = function(map)
132
+ {
133
+ if(this.map)
134
+ this.map.removeCircle(this);
135
+
136
+ if(map)
137
+ map.addCircle(this);
138
+
139
+ }
140
+
141
+ })(jQuery);</code></pre>
142
+ </article>
143
+ </section>
144
+
145
+
146
+
147
+
148
+ </div>
149
+
150
+ <nav>
151
+ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-Circle.html">Circle</a></li><li><a href="module-Distance.html">Distance</a></li><li><a href="module-Event.html">Event</a></li><li><a href="module-EventDispatcher.html">EventDispatcher</a></li><li><a href="module-FriendlyError.html">FriendlyError</a></li><li><a href="module-Geocoder.html">Geocoder</a></li><li><a href="module-GoogleCircle.html">GoogleCircle</a></li><li><a href="module-GoogleGeocoder.html">GoogleGeocoder</a></li><li><a href="module-GoogleInfoWindow.html">GoogleInfoWindow</a></li><li><a href="module-GoogleMap.html">GoogleMap</a></li><li><a href="module-GoogleMarker.html">GoogleMarker</a></li><li><a href="module-GoogleModernStoreLocator.html">GoogleModernStoreLocator</a></li><li><a href="module-GoogleModernStoreLocatorCircle.html">GoogleModernStoreLocatorCircle</a></li><li><a href="module-GooglePolygon.html">GooglePolygon</a></li><li><a href="module-GooglePolyline.html">GooglePolyline</a></li><li><a href="module-GoogleVertexContextMenu.html">GoogleVertexContextMenu</a></li><li><a href="module-InfoWindow.html">InfoWindow</a></li><li><a href="module-LatLng.html">LatLng</a></li><li><a href="module-LatLngBounds.html">LatLngBounds</a></li><li><a href="module-Map.html">Map</a></li><li><a href="module-MapObject.html">MapObject</a></li><li><a href="module-MapsEngineDialog.html">MapsEngineDialog</a></li><li><a href="module-MapSettings.html">MapSettings</a></li><li><a href="module-Marker.html">Marker</a></li><li><a href="module-ModernStoreLocator.html">ModernStoreLocator</a></li><li><a href="module-ModernStoreLocatorCircle.html">ModernStoreLocatorCircle</a></li><li><a href="module-OLCircle.html">OLCircle</a></li><li><a href="module-OLGeocoder.html">OLGeocoder</a></li><li><a href="module-OLInfoWindow.html">OLInfoWindow</a></li><li><a href="module-OLMap.html">OLMap</a></li><li><a href="module-OLMarker.html">OLMarker</a></li><li><a href="module-OLModernStoreLocator.html">OLModernStoreLocator</a></li><li><a href="module-OLModernStoreLocatorCircle.html">OLModernStoreLocatorCircle</a></li><li><a href="module-OLPolygon.html">OLPolygon</a></li><li><a href="module-OLPolyline.html">OLPolyline</a></li><li><a href="module-Polygon.html">Polygon</a></li><li><a href="module-Polyline.html">Polyline</a></li><li><a href="module-WPGMZA.html">WPGMZA</a></li></ul><h3>Classes</h3><ul><li><a href="module-Circle-Circle.html">Circle</a></li><li><a href="module-ModernStoreLocatorCircle-WPGMZA.ModernStoreLocatorCircle.html">ModernStoreLocatorCircle</a></li><li><a href="module-OLGeocoder-OLGeocoder.html">OLGeocoder</a></li></ul>
152
+ </nav>
153
+
154
+ <br class="clear">
155
+
156
+ <footer>
157
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Wed May 16 2018 13:18:38 GMT+0100 (GMT Daylight Time)
158
+ </footer>
159
+
160
+ <script> prettyPrint(); </script>
161
+ <script src="scripts/linenumber.js"> </script>
162
+ </body>
163
+ </html>
docs/core.js.html CHANGED
@@ -1,469 +1,469 @@
1
- <!DOCTYPE html>
2
- <html lang="en">
3
- <head>
4
- <meta charset="utf-8">
5
- <title>JSDoc: Source: core.js</title>
6
-
7
- <script src="scripts/prettify/prettify.js"> </script>
8
- <script src="scripts/prettify/lang-css.js"> </script>
9
- <!--[if lt IE 9]>
10
- <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11
- <![endif]-->
12
- <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
13
- <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
14
- </head>
15
-
16
- <body>
17
-
18
- <div id="main">
19
-
20
- <h1 class="page-title">Source: core.js</h1>
21
-
22
-
23
-
24
-
25
-
26
-
27
- <section>
28
- <article>
29
- <pre class="prettyprint source linenums"><code>/**
30
- * @module WPGMZA
31
- * @summary This is the core Javascript module. Some code exists in ../core.js, the functionality there will slowly be handed over to this module.
32
- */
33
- (function($) {
34
- var core = {
35
- maps: [],
36
- events: null,
37
- settings: null,
38
-
39
- loadingHTML: '&lt;div class="wpgmza-preloader">&lt;div class="wpgmza-loader">...&lt;/div>&lt;/div>',
40
-
41
- /**
42
- * @function guid
43
- * @summary Utility function returns a GUID
44
- * @static
45
- * @return {string} The GUID
46
- */
47
- guid: function() { // Public Domain/MIT
48
- var d = new Date().getTime();
49
- if (typeof performance !== 'undefined' &amp;&amp; typeof performance.now === 'function'){
50
- d += performance.now(); //use high-precision timer if available
51
- }
52
- return 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, function (c) {
53
- var r = (d + Math.random() * 16) % 16 | 0;
54
- d = Math.floor(d / 16);
55
- return (c === 'x' ? r : (r &amp; 0x3 | 0x8)).toString(16);
56
- });
57
- },
58
-
59
- /**
60
- * @function hexOpacityToRGBA
61
- * @summary Takes a hex string and opacity value and converts it to Openlayers RGBA format
62
- * @param {string} colour The hex color string
63
- * @param {number} opacity The opacity from 0.0 - 1.0
64
- * @static
65
- * @return {array} RGBA where color components are 0 - 255 and opacity is 0.0 - 1.0
66
- */
67
- hexOpacityToRGBA: function(colour, opacity)
68
- {
69
- hex = parseInt(colour.replace(/^#/, ""), 16);
70
- return [
71
- (hex &amp; 0xFF0000) >> 16,
72
- (hex &amp; 0xFF00) >> 8,
73
- hex &amp; 0xFF,
74
- parseFloat(opacity)
75
- ];
76
- },
77
-
78
- latLngRegexp: /^(\-?\d+(\.\d+)?),\s*(\-?\d+(\.\d+)?)$/,
79
-
80
- /**
81
- * @function isLatLngString
82
- * @summary Utility function returns true is string is a latitude and longitude
83
- * @param str {string} The string to attempt to parse as coordinates
84
- * @static
85
- * @return {array} the matched latitude and longitude or null if no match
86
- */
87
- isLatLngString: function(str)
88
- {
89
- if(typeof str != "string")
90
- return null;
91
-
92
- // Remove outer brackets
93
- if(str.match(/^\(.+\)$/))
94
- str = str.replace(/^\(|\)$/, "");
95
-
96
- var m = str.match(WPGMZA.latLngRegexp);
97
-
98
- if(!m)
99
- return null;
100
-
101
- return {
102
- lat: parseFloat(m[1]),
103
- lng: parseFloat(m[3])
104
- };
105
- },
106
-
107
- /**
108
- * @function stringToLatLng
109
- * @summary Utility function returns a latLng literal given a valid latLng string
110
- * @param str {string} The string to attempt to parse as coordinates
111
- * @static
112
- * @return {object} LatLng literal
113
- */
114
- stringToLatLng: function(str)
115
- {
116
- var result = WPGMZA.isLatLngString(str);
117
-
118
- if(!result)
119
- throw new Error("Not a valid latLng");
120
-
121
- return result;
122
- },
123
-
124
- /**
125
- * @function getImageDimensions
126
- * @summary Utility function to get the dimensions of an image, caches results for best performance
127
- * @param src {string} Image source URL
128
- * @param callback {function} Callback to recieve image dimensions
129
- * @static
130
- * @return {void}
131
- */
132
- imageDimensionsCache: {},
133
- getImageDimensions: function(src, callback)
134
- {
135
- if(WPGMZA.imageDimensionsCache[src])
136
- {
137
- callback(WPGMZA.imageDimensionsCache[src]);
138
- return;
139
- }
140
-
141
- var img = document.createElement("img");
142
- img.onload = function(event) {
143
- var result = {
144
- width: image.width,
145
- height: image.height
146
- };
147
- WPGMZA.imageDimensionsCache[src] = result;
148
- callback(result);
149
- };
150
- img.src = src;
151
- },
152
-
153
- /**
154
- * @function isDeveloperMode
155
- * @summary Returns true if developer mode is set
156
- * @static
157
- * @return {boolean} True if developer mode is on
158
- */
159
- isDeveloperMode: function()
160
- {
161
- return this.developer_mode || (window.Cookies &amp;&amp; window.Cookies.get("wpgmza-developer-mode"));
162
- },
163
-
164
- /**
165
- * @function isProVersion
166
- * @summary Returns true if the Pro add-on is active
167
- * @static
168
- * @return {boolean} True if the Pro add-on is active
169
- */
170
- isProVersion: function()
171
- {
172
- return (this._isProVersion == "1");
173
- },
174
-
175
- /**
176
- * @function openMediaDialog
177
- * @summary Opens the WP media dialog and returns the result to a callback
178
- * @param {function} callback Callback to recieve the attachment ID as the first parameter and URL as the second
179
- * @static
180
- * @return {void}
181
- */
182
- openMediaDialog: function(callback) {
183
- // Media upload
184
- var file_frame;
185
-
186
- // If the media frame already exists, reopen it.
187
- if ( file_frame ) {
188
- // Set the post ID to what we want
189
- file_frame.uploader.uploader.param( 'post_id', set_to_post_id );
190
- // Open frame
191
- file_frame.open();
192
- return;
193
- }
194
-
195
- // Create the media frame.
196
- file_frame = wp.media.frames.file_frame = wp.media({
197
- title: 'Select a image to upload',
198
- button: {
199
- text: 'Use this image',
200
- },
201
- multiple: false // Set to true to allow multiple files to be selected
202
- });
203
-
204
- // When an image is selected, run a callback.
205
- file_frame.on( 'select', function() {
206
- // We set multiple to false so only get one image from the uploader
207
- attachment = file_frame.state().get('selection').first().toJSON();
208
-
209
- callback(attachment.id, attachment.url);
210
- });
211
-
212
- // Finally, open the modal
213
- file_frame.open();
214
- },
215
-
216
- /**
217
- * @function getCurrentPosition
218
- * @summary This function will get the users position, it first attempts to get
219
- * high accuracy position (mobile with GPS sensors etc.), if that fails
220
- * (desktops will time out) then it tries again without high accuracy
221
- * enabled
222
- * @static
223
- * @return {object} The users position as a LatLng literal
224
- */
225
- getCurrentPosition: function(callback)
226
- {
227
- if(!navigator.geolocation)
228
- {
229
- console.warn("No geolocation available on this device");
230
- return;
231
- }
232
-
233
- var options = {
234
- enableHighAccuracy: true
235
- };
236
-
237
- navigator.geolocation.getCurrentPosition(function(position) {
238
- callback(position);
239
- },
240
- function(error) {
241
-
242
- options.enableHighAccuracy = false;
243
-
244
- navigator.geolocation.getCurrentPosition(function(position) {
245
- callback(position);
246
- },
247
- function(error) {
248
- console.warn(error.code, error.message);
249
- },
250
- options);
251
-
252
- },
253
- options);
254
- },
255
-
256
- /**
257
- * @function runCatchableTask
258
- * @summary Runs a catchable task and displays a friendly error if the function throws an error
259
- * @param {function} callback The function to run
260
- * @param {HTMLElement} friendlyErrorContainer The container element to hold the error
261
- * @static
262
- * @return {void}
263
- */
264
- runCatchableTask: function(callback, friendlyErrorContainer) {
265
-
266
- if(WPGMZA.isDeveloperMode())
267
- callback();
268
- else
269
- try{
270
- callback();
271
- }catch(e) {
272
- var friendlyError = new WPGMZA.FriendlyError(e);
273
- $(friendlyErrorContainer).html("");
274
- $(friendlyErrorContainer).append(friendlyError.element);
275
- $(friendlyErrorContainer).show();
276
- }
277
- },
278
-
279
- /**
280
- * @function assertInstanceOf
281
- * @summary
282
- * This function is for checking inheritence has been setup correctly.
283
- * For objects that have engine and Pro specific classes, it will automatically
284
- * add the engine and pro prefix to the supplied string and if such an object
285
- * exists it will test against that name rather than the un-prefix argument
286
- * supplied.
287
- *
288
- * For example, if we are running the Pro addon with Google maps as the engine,
289
- * if you supply Marker as the instance name the function will check to see
290
- * if instance is an instance of GoogleProMarker
291
- * @param {object} instance The object to check
292
- * @param {string} instanceName The class name as a string which this object should be an instance of
293
- * @static
294
- * @return {void}
295
- */
296
- assertInstanceOf: function(instance, instanceName) {
297
- var engine, fullInstanceName, assert;
298
- var pro = WPGMZA.isProVersion() ? "Pro" : "";
299
-
300
- switch(WPGMZA.settings.engine)
301
- {
302
- case "google-maps":
303
- engine = "Google";
304
- break;
305
-
306
- default:
307
- engine = "OL";
308
- break;
309
- }
310
-
311
- if(WPGMZA[engine + pro + instanceName])
312
- fullInstanceName = engine + pro + instanceName;
313
- else if(WPGMZA[pro + instanceName])
314
- fullInstanceName = pro + instanceName;
315
- else if(WPGMZA[engine + instanceName])
316
- fullInstanceName = engine + instanceName;
317
- else
318
- fullInstanceName = instanceName;
319
-
320
- assert = instance instanceof WPGMZA[fullInstanceName];
321
-
322
- if(!assert)
323
- throw new Error("Object must be an instance of " + fullInstanceName + " (did you call a constructor directly, rather than createInstance?)");
324
- },
325
-
326
- /**
327
- * @function getMapByID
328
- * @param {mixed} id The ID of the map to retrieve
329
- * @static
330
- * @return {object} The map object, or null if no such map exists
331
- */
332
- getMapByID: function(id) {
333
- for(var i = 0; i &lt; WPGMZA.maps.length; i++) {
334
- if(WPGMZA.maps[i].id == id)
335
- return WPGMZA.maps[i];
336
- }
337
-
338
- return null;
339
- },
340
-
341
- /**
342
- * @function isGoogleAutocompleteSupported
343
- * @summary Shorthand function to determine if the Places Autocomplete is available
344
- * @static
345
- * @return {boolean}
346
- */
347
- isGoogleAutocompleteSupported: function() {
348
- return typeof google === 'object' &amp;&amp; typeof google.maps === 'object' &amp;&amp; typeof google.maps.places === 'object' &amp;&amp; typeof google.maps.places.Autocomplete === 'function';
349
- }
350
- };
351
-
352
- if(window.WPGMZA)
353
- window.WPGMZA = $.extend(window.WPGMZA, core);
354
- else
355
- window.WPGMZA = core;
356
-
357
- for(var key in WPGMZA_localized_data)
358
- {
359
- var value = WPGMZA_localized_data[key];
360
- WPGMZA[key] = value;
361
- }
362
-
363
- /*for(var key in WPGMZA_localized_data)
364
- WPGMZA[key] = WPGMZA_localized_data[key];
365
-
366
- $(document).ready(function(event) {
367
- // Datatables to throw errors
368
- if($.fn.dataTable)
369
- $.fn.dataTable.ext.errMode = 'throw';
370
-
371
- // Combined script warning
372
- if($("script[src*='wp-google-maps.combined.js'], script[src*='wp-google-maps-pro.combined.js']").length)
373
- console.warn("Minified script is out of date, using combined script instead.");
374
-
375
- // Check for multiple jQuery versions
376
- var elements = $("script").filter(function() {
377
- return this.src.match(/(^|\/)jquery\.(min\.)?js(\?|$)/i);
378
- });
379
-
380
- if(elements.length > 1)
381
- console.warn("Multiple jQuery versions detected: ", elements);
382
-
383
- // Disable map edit page preloader in developer more
384
- if(WPGMZA.isDeveloperMode())
385
- $("#wpgmza-map-edit-page form.wpgmza").show();
386
-
387
- // Shortcode boxes
388
- $(".wpgmza_copy_shortcode").on("click", function() {
389
- var temp = $("&lt;input>");
390
- var temp2 = $('&lt;div id="wpgmza_tmp" style="display: none;" width:100%; text-align:center;"/>');
391
- $(document.body).append(temp);
392
- temp.val($(this).val()).select();
393
- document.execCommand("copy");
394
- temp.remove();
395
- $(this).after(temp2);
396
- $(temp2).html(
397
- $("[data-shortcode-copy-string]").attr("data-shortcode-copy-string")
398
- );
399
- $(temp2).fadeIn();
400
- setTimeout(function() {
401
- $(temp2).fadeOut();
402
- }, 1000);
403
- setTimeout(function() {
404
- $(temp2).remove();
405
- }, 1500);
406
- });
407
-
408
- // Fancy switches
409
- // $("form.wpgmza .cmn-toggle").each(function(index, el) {
410
- //
411
- // $(el).wrap("&lt;div class='switch'/>");
412
- // $(el).after("&lt;label for=""/>")
413
- //
414
- // });
415
-
416
- $("form.wpgmza").on("click", ".switch label", function(event) {
417
- var input = $(this).prev(".cmn-toggle");
418
-
419
- if(input.prop("disabled"))
420
- return;
421
-
422
- var val = !input.prop("checked");
423
-
424
- input.prop("checked", val);
425
-
426
- if(val)
427
- input.attr("checked", "checked");
428
- else
429
- input.removeAttr("checked");
430
-
431
- input.trigger("change");
432
- });
433
-
434
- // Geolocation warnings
435
- if(window.location.protocol != 'https:')
436
- {
437
- var warning = '&lt;span class="notice notice-warning">' + WPGMZA.localized_strings.unsecure_geolocation + "&lt;/span>";
438
-
439
- $(".wpgmza-geolocation-setting").after(
440
- $(warning)
441
- );
442
- }
443
-
444
- // Switch off thanks for feedback message
445
- document.cookie = "wpgmza_feedback_thanks=false; expires=Thu, 01 Jan 1970 00:00:01 GMT;";
446
- });*/
447
- })(jQuery);</code></pre>
448
- </article>
449
- </section>
450
-
451
-
452
-
453
-
454
- </div>
455
-
456
- <nav>
457
- <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-Circle.html">Circle</a></li><li><a href="module-Distance.html">Distance</a></li><li><a href="module-Event.html">Event</a></li><li><a href="module-EventDispatcher.html">EventDispatcher</a></li><li><a href="module-FriendlyError.html">FriendlyError</a></li><li><a href="module-Geocoder.html">Geocoder</a></li><li><a href="module-GoogleCircle.html">GoogleCircle</a></li><li><a href="module-GoogleGeocoder.html">GoogleGeocoder</a></li><li><a href="module-GoogleInfoWindow.html">GoogleInfoWindow</a></li><li><a href="module-GoogleMap.html">GoogleMap</a></li><li><a href="module-GoogleMarker.html">GoogleMarker</a></li><li><a href="module-GoogleModernStoreLocator.html">GoogleModernStoreLocator</a></li><li><a href="module-GoogleModernStoreLocatorCircle.html">GoogleModernStoreLocatorCircle</a></li><li><a href="module-GooglePolygon.html">GooglePolygon</a></li><li><a href="module-GooglePolyline.html">GooglePolyline</a></li><li><a href="module-GoogleVertexContextMenu.html">GoogleVertexContextMenu</a></li><li><a href="module-InfoWindow.html">InfoWindow</a></li><li><a href="module-LatLng.html">LatLng</a></li><li><a href="module-LatLngBounds.html">LatLngBounds</a></li><li><a href="module-Map.html">Map</a></li><li><a href="module-MapObject.html">MapObject</a></li><li><a href="module-MapsEngineDialog.html">MapsEngineDialog</a></li><li><a href="module-MapSettings.html">MapSettings</a></li><li><a href="module-Marker.html">Marker</a></li><li><a href="module-ModernStoreLocator.html">ModernStoreLocator</a></li><li><a href="module-ModernStoreLocatorCircle.html">ModernStoreLocatorCircle</a></li><li><a href="module-OLCircle.html">OLCircle</a></li><li><a href="module-OLGeocoder.html">OLGeocoder</a></li><li><a href="module-OLInfoWindow.html">OLInfoWindow</a></li><li><a href="module-OLMap.html">OLMap</a></li><li><a href="module-OLMarker.html">OLMarker</a></li><li><a href="module-OLModernStoreLocator.html">OLModernStoreLocator</a></li><li><a href="module-OLModernStoreLocatorCircle.html">OLModernStoreLocatorCircle</a></li><li><a href="module-OLPolygon.html">OLPolygon</a></li><li><a href="module-OLPolyline.html">OLPolyline</a></li><li><a href="module-Polygon.html">Polygon</a></li><li><a href="module-Polyline.html">Polyline</a></li><li><a href="module-WPGMZA.html">WPGMZA</a></li></ul><h3>Classes</h3><ul><li><a href="module-Circle-Circle.html">Circle</a></li><li><a href="module-ModernStoreLocatorCircle-WPGMZA.ModernStoreLocatorCircle.html">ModernStoreLocatorCircle</a></li><li><a href="module-OLGeocoder-OLGeocoder.html">OLGeocoder</a></li></ul>
458
- </nav>
459
-
460
- <br class="clear">
461
-
462
- <footer>
463
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Wed May 16 2018 13:18:38 GMT+0100 (GMT Daylight Time)
464
- </footer>
465
-
466
- <script> prettyPrint(); </script>
467
- <script src="scripts/linenumber.js"> </script>
468
- </body>
469
- </html>
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>JSDoc: Source: core.js</title>
6
+
7
+ <script src="scripts/prettify/prettify.js"> </script>
8
+ <script src="scripts/prettify/lang-css.js"> </script>
9
+ <!--[if lt IE 9]>
10
+ <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11
+ <![endif]-->
12
+ <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
13
+ <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
14
+ </head>
15
+
16
+ <body>
17
+
18
+ <div id="main">
19
+
20
+ <h1 class="page-title">Source: core.js</h1>
21
+
22
+
23
+
24
+
25
+
26
+
27
+ <section>
28
+ <article>
29
+ <pre class="prettyprint source linenums"><code>/**
30
+ * @module WPGMZA
31
+ * @summary This is the core Javascript module. Some code exists in ../core.js, the functionality there will slowly be handed over to this module.
32
+ */
33
+ (function($) {
34
+ var core = {
35
+ maps: [],
36
+ events: null,
37
+ settings: null,
38
+
39
+ loadingHTML: '&lt;div class="wpgmza-preloader">&lt;div class="wpgmza-loader">...&lt;/div>&lt;/div>',
40
+
41
+ /**
42
+ * @function guid
43
+ * @summary Utility function returns a GUID
44
+ * @static
45
+ * @return {string} The GUID
46
+ */
47
+ guid: function() { // Public Domain/MIT
48
+ var d = new Date().getTime();
49
+ if (typeof performance !== 'undefined' &amp;&amp; typeof performance.now === 'function'){
50
+ d += performance.now(); //use high-precision timer if available
51
+ }
52
+ return 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, function (c) {
53
+ var r = (d + Math.random() * 16) % 16 | 0;
54
+ d = Math.floor(d / 16);
55
+ return (c === 'x' ? r : (r &amp; 0x3 | 0x8)).toString(16);
56
+ });
57
+ },
58
+
59
+ /**
60
+ * @function hexOpacityToRGBA
61
+ * @summary Takes a hex string and opacity value and converts it to Openlayers RGBA format
62
+ * @param {string} colour The hex color string
63
+ * @param {number} opacity The opacity from 0.0 - 1.0
64
+ * @static
65
+ * @return {array} RGBA where color components are 0 - 255 and opacity is 0.0 - 1.0
66
+ */
67
+ hexOpacityToRGBA: function(colour, opacity)
68
+ {
69
+ hex = parseInt(colour.replace(/^#/, ""), 16);
70
+ return [
71
+ (hex &amp; 0xFF0000) >> 16,
72
+ (hex &amp; 0xFF00) >> 8,
73
+ hex &amp; 0xFF,
74
+ parseFloat(opacity)
75
+ ];
76
+ },
77
+
78
+ latLngRegexp: /^(\-?\d+(\.\d+)?),\s*(\-?\d+(\.\d+)?)$/,
79
+
80
+ /**
81
+ * @function isLatLngString
82
+ * @summary Utility function returns true is string is a latitude and longitude
83
+ * @param str {string} The string to attempt to parse as coordinates
84
+ * @static
85
+ * @return {array} the matched latitude and longitude or null if no match
86
+ */
87
+ isLatLngString: function(str)
88
+ {
89
+ if(typeof str != "string")
90
+ return null;
91
+
92
+ // Remove outer brackets
93
+ if(str.match(/^\(.+\)$/))
94
+ str = str.replace(/^\(|\)$/, "");
95
+
96
+ var m = str.match(WPGMZA.latLngRegexp);
97
+
98
+ if(!m)
99
+ return null;
100
+
101
+ return {
102
+ lat: parseFloat(m[1]),
103
+ lng: parseFloat(m[3])
104
+ };
105
+ },
106
+
107
+ /**
108
+ * @function stringToLatLng
109
+ * @summary Utility function returns a latLng literal given a valid latLng string
110
+ * @param str {string} The string to attempt to parse as coordinates
111
+ * @static
112
+ * @return {object} LatLng literal
113
+ */
114
+ stringToLatLng: function(str)
115
+ {
116
+ var result = WPGMZA.isLatLngString(str);
117
+
118
+ if(!result)
119
+ throw new Error("Not a valid latLng");
120
+
121
+ return result;
122
+ },
123
+
124
+ /**
125
+ * @function getImageDimensions
126
+ * @summary Utility function to get the dimensions of an image, caches results for best performance
127
+ * @param src {string} Image source URL
128
+ * @param callback {function} Callback to recieve image dimensions
129
+ * @static
130
+ * @return {void}
131
+ */
132
+ imageDimensionsCache: {},
133
+ getImageDimensions: function(src, callback)
134
+ {
135
+ if(WPGMZA.imageDimensionsCache[src])
136
+ {
137
+ callback(WPGMZA.imageDimensionsCache[src]);
138
+ return;
139
+ }
140
+
141
+ var img = document.createElement("img");
142
+ img.onload = function(event) {
143
+ var result = {
144
+ width: image.width,
145
+ height: image.height
146
+ };
147
+ WPGMZA.imageDimensionsCache[src] = result;
148
+ callback(result);
149
+ };
150
+ img.src = src;
151
+ },
152
+
153
+ /**
154
+ * @function isDeveloperMode
155
+ * @summary Returns true if developer mode is set
156
+ * @static
157
+ * @return {boolean} True if developer mode is on
158
+ */
159
+ isDeveloperMode: function()
160
+ {
161
+ return this.developer_mode || (window.Cookies &amp;&amp; window.Cookies.get("wpgmza-developer-mode"));
162
+ },
163
+
164
+ /**
165
+ * @function isProVersion
166
+ * @summary Returns true if the Pro add-on is active
167
+ * @static
168
+ * @return {boolean} True if the Pro add-on is active
169
+ */
170
+ isProVersion: function()
171
+ {
172
+ return (this._isProVersion == "1");
173
+ },
174
+
175
+ /**
176
+ * @function openMediaDialog
177
+ * @summary Opens the WP media dialog and returns the result to a callback
178
+ * @param {function} callback Callback to recieve the attachment ID as the first parameter and URL as the second
179
+ * @static
180
+ * @return {void}
181
+ */
182
+ openMediaDialog: function(callback) {
183
+ // Media upload
184
+ var file_frame;
185
+
186
+ // If the media frame already exists, reopen it.
187
+ if ( file_frame ) {
188
+ // Set the post ID to what we want
189
+ file_frame.uploader.uploader.param( 'post_id', set_to_post_id );
190
+ // Open frame
191
+ file_frame.open();
192
+ return;
193
+ }
194
+
195
+ // Create the media frame.
196
+ file_frame = wp.media.frames.file_frame = wp.media({
197
+ title: 'Select a image to upload',
198
+ button: {
199
+ text: 'Use this image',
200
+ },
201
+ multiple: false // Set to true to allow multiple files to be selected
202
+ });
203
+
204
+ // When an image is selected, run a callback.
205
+ file_frame.on( 'select', function() {
206
+ // We set multiple to false so only get one image from the uploader
207
+ attachment = file_frame.state().get('selection').first().toJSON();
208
+
209
+ callback(attachment.id, attachment.url);
210
+ });
211
+
212
+ // Finally, open the modal
213
+ file_frame.open();
214
+ },
215
+
216
+ /**
217
+ * @function getCurrentPosition
218
+ * @summary This function will get the users position, it first attempts to get
219
+ * high accuracy position (mobile with GPS sensors etc.), if that fails
220
+ * (desktops will time out) then it tries again without high accuracy
221
+ * enabled
222
+ * @static
223
+ * @return {object} The users position as a LatLng literal
224
+ */
225
+ getCurrentPosition: function(callback)
226
+ {
227
+ if(!navigator.geolocation)
228
+ {
229
+ console.warn("No geolocation available on this device");
230
+ return;
231
+ }
232
+
233
+ var options = {
234
+ enableHighAccuracy: true
235
+ };
236
+
237
+ navigator.geolocation.getCurrentPosition(function(position) {
238
+ callback(position);
239
+ },
240
+ function(error) {
241
+
242
+ options.enableHighAccuracy = false;
243
+
244
+ navigator.geolocation.getCurrentPosition(function(position) {
245
+ callback(position);
246
+ },
247
+ function(error) {
248
+ console.warn(error.code, error.message);
249
+ },
250
+ options);
251
+
252
+ },
253
+ options);
254
+ },
255
+
256
+ /**
257
+ * @function runCatchableTask
258
+ * @summary Runs a catchable task and displays a friendly error if the function throws an error
259
+ * @param {function} callback The function to run
260
+ * @param {HTMLElement} friendlyErrorContainer The container element to hold the error
261
+ * @static
262
+ * @return {void}
263
+ */
264
+ runCatchableTask: function(callback, friendlyErrorContainer) {
265
+
266
+ if(WPGMZA.isDeveloperMode())
267
+ callback();
268
+ else
269
+ try{
270
+ callback();
271
+ }catch(e) {
272
+ var friendlyError = new WPGMZA.FriendlyError(e);
273
+ $(friendlyErrorContainer).html("");
274
+ $(friendlyErrorContainer).append(friendlyError.element);
275
+ $(friendlyErrorContainer).show();
276
+ }
277
+ },
278
+
279
+ /**
280
+ * @function assertInstanceOf
281
+ * @summary
282
+ * This function is for checking inheritence has been setup correctly.
283
+ * For objects that have engine and Pro specific classes, it will automatically
284
+ * add the engine and pro prefix to the supplied string and if such an object
285
+ * exists it will test against that name rather than the un-prefix argument
286
+ * supplied.
287
+ *
288
+ * For example, if we are running the Pro addon with Google maps as the engine,
289
+ * if you supply Marker as the instance name the function will check to see
290
+ * if instance is an instance of GoogleProMarker
291
+ * @param {object} instance The object to check
292
+ * @param {string} instanceName The class name as a string which this object should be an instance of
293
+ * @static
294
+ * @return {void}
295
+ */
296
+ assertInstanceOf: function(instance, instanceName) {
297
+ var engine, fullInstanceName, assert;
298
+ var pro = WPGMZA.isProVersion() ? "Pro" : "";
299
+
300
+ switch(WPGMZA.settings.engine)
301
+ {
302
+ case "google-maps":
303
+ engine = "Google";
304
+ break;
305
+
306
+ default:
307
+ engine = "OL";
308
+ break;
309
+ }
310
+
311
+ if(WPGMZA[engine + pro + instanceName])
312
+ fullInstanceName = engine + pro + instanceName;
313
+ else if(WPGMZA[pro + instanceName])
314
+ fullInstanceName = pro + instanceName;
315
+ else if(WPGMZA[engine + instanceName])
316
+ fullInstanceName = engine + instanceName;
317
+ else
318
+ fullInstanceName = instanceName;
319
+
320
+ assert = instance instanceof WPGMZA[fullInstanceName];
321
+
322
+ if(!assert)
323
+ throw new Error("Object must be an instance of " + fullInstanceName + " (did you call a constructor directly, rather than createInstance?)");
324
+ },
325
+
326
+ /**
327
+ * @function getMapByID
328
+ * @param {mixed} id The ID of the map to retrieve
329
+ * @static
330
+ * @return {object} The map object, or null if no such map exists
331
+ */
332
+ getMapByID: function(id) {
333
+ for(var i = 0; i &lt; WPGMZA.maps.length; i++) {
334
+ if(WPGMZA.maps[i].id == id)
335
+ return WPGMZA.maps[i];
336
+ }
337
+
338
+ return null;
339
+ },
340
+
341
+ /**
342
+ * @function isGoogleAutocompleteSupported
343
+ * @summary Shorthand function to determine if the Places Autocomplete is available
344
+ * @static
345
+ * @return {boolean}
346
+ */
347
+ isGoogleAutocompleteSupported: function() {
348
+ return typeof google === 'object' &amp;&amp; typeof google.maps === 'object' &amp;&amp; typeof google.maps.places === 'object' &amp;&amp; typeof google.maps.places.Autocomplete === 'function';
349
+ }
350
+ };
351
+
352
+ if(window.WPGMZA)
353
+ window.WPGMZA = $.extend(window.WPGMZA, core);
354
+ else
355
+ window.WPGMZA = core;
356
+
357
+ for(var key in WPGMZA_localized_data)
358
+ {
359
+ var value = WPGMZA_localized_data[key];
360
+ WPGMZA[key] = value;
361
+ }
362
+
363
+ /*for(var key in WPGMZA_localized_data)
364
+ WPGMZA[key] = WPGMZA_localized_data[key];
365
+
366
+ $(document).ready(function(event) {
367
+ // Datatables to throw errors
368
+ if($.fn.dataTable)
369
+ $.fn.dataTable.ext.errMode = 'throw';
370
+
371
+ // Combined script warning
372
+ if($("script[src*='wp-google-maps.combined.js'], script[src*='wp-google-maps-pro.combined.js']").length)
373
+ console.warn("Minified script is out of date, using combined script instead.");
374
+
375
+ // Check for multiple jQuery versions
376
+ var elements = $("script").filter(function() {
377
+ return this.src.match(/(^|\/)jquery\.(min\.)?js(\?|$)/i);
378
+ });
379
+
380
+ if(elements.length > 1)
381
+ console.warn("Multiple jQuery versions detected: ", elements);
382
+
383
+ // Disable map edit page preloader in developer more
384
+ if(WPGMZA.isDeveloperMode())
385
+ $("#wpgmza-map-edit-page form.wpgmza").show();
386
+
387
+ // Shortcode boxes
388
+ $(".wpgmza_copy_shortcode").on("click", function() {
389
+ var temp = $("&lt;input>");
390
+ var temp2 = $('&lt;div id="wpgmza_tmp" style="display: none;" width:100%; text-align:center;"/>');
391
+ $(document.body).append(temp);
392
+ temp.val($(this).val()).select();
393
+ document.execCommand("copy");
394
+ temp.remove();
395
+ $(this).after(temp2);
396
+ $(temp2).html(
397
+ $("[data-shortcode-copy-string]").attr("data-shortcode-copy-string")
398
+ );
399
+ $(temp2).fadeIn();
400
+ setTimeout(function() {
401
+ $(temp2).fadeOut();
402
+ }, 1000);
403
+ setTimeout(function() {
404
+ $(temp2).remove();
405
+ }, 1500);
406
+ });
407
+
408
+ // Fancy switches
409
+ // $("form.wpgmza .cmn-toggle").each(function(index, el) {
410
+ //
411
+ // $(el).wrap("&lt;div class='switch'/>");
412
+ // $(el).after("&lt;label for=""/>")
413
+ //
414
+ // });
415
+
416
+ $("form.wpgmza").on("click", ".switch label", function(event) {
417
+ var input = $(this).prev(".cmn-toggle");
418
+
419
+ if(input.prop("disabled"))
420
+ return;
421
+
422
+ var val = !input.prop("checked");
423
+
424
+ input.prop("checked", val);
425
+
426
+ if(val)
427
+ input.attr("checked", "checked");
428
+ else
429
+ input.removeAttr("checked");
430
+
431
+ input.trigger("change");
432
+ });
433
+
434
+ // Geolocation warnings
435
+ if(window.location.protocol != 'https:')
436
+ {
437
+ var warning = '&lt;span class="notice notice-warning">' + WPGMZA.localized_strings.unsecure_geolocation + "&lt;/span>";
438
+
439
+ $(".wpgmza-geolocation-setting").after(
440
+ $(warning)
441
+ );
442
+ }
443
+
444
+ // Switch off thanks for feedback message
445
+ document.cookie = "wpgmza_feedback_thanks=false; expires=Thu, 01 Jan 1970 00:00:01 GMT;";
446
+ });*/
447
+ })(jQuery);</code></pre>
448
+ </article>
449
+ </section>
450
+
451
+
452
+
453
+
454
+ </div>
455
+
456
+ <nav>
457
+ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-Circle.html">Circle</a></li><li><a href="module-Distance.html">Distance</a></li><li><a href="module-Event.html">Event</a></li><li><a href="module-EventDispatcher.html">EventDispatcher</a></li><li><a href="module-FriendlyError.html">FriendlyError</a></li><li><a href="module-Geocoder.html">Geocoder</a></li><li><a href="module-GoogleCircle.html">GoogleCircle</a></li><li><a href="module-GoogleGeocoder.html">GoogleGeocoder</a></li><li><a href="module-GoogleInfoWindow.html">GoogleInfoWindow</a></li><li><a href="module-GoogleMap.html">GoogleMap</a></li><li><a href="module-GoogleMarker.html">GoogleMarker</a></li><li><a href="module-GoogleModernStoreLocator.html">GoogleModernStoreLocator</a></li><li><a href="module-GoogleModernStoreLocatorCircle.html">GoogleModernStoreLocatorCircle</a></li><li><a href="module-GooglePolygon.html">GooglePolygon</a></li><li><a href="module-GooglePolyline.html">GooglePolyline</a></li><li><a href="module-GoogleVertexContextMenu.html">GoogleVertexContextMenu</a></li><li><a href="module-InfoWindow.html">InfoWindow</a></li><li><a href="module-LatLng.html">LatLng</a></li><li><a href="module-LatLngBounds.html">LatLngBounds</a></li><li><a href="module-Map.html">Map</a></li><li><a href="module-MapObject.html">MapObject</a></li><li><a href="module-MapsEngineDialog.html">MapsEngineDialog</a></li><li><a href="module-MapSettings.html">MapSettings</a></li><li><a href="module-Marker.html">Marker</a></li><li><a href="module-ModernStoreLocator.html">ModernStoreLocator</a></li><li><a href="module-ModernStoreLocatorCircle.html">ModernStoreLocatorCircle</a></li><li><a href="module-OLCircle.html">OLCircle</a></li><li><a href="module-OLGeocoder.html">OLGeocoder</a></li><li><a href="module-OLInfoWindow.html">OLInfoWindow</a></li><li><a href="module-OLMap.html">OLMap</a></li><li><a href="module-OLMarker.html">OLMarker</a></li><li><a href="module-OLModernStoreLocator.html">OLModernStoreLocator</a></li><li><a href="module-OLModernStoreLocatorCircle.html">OLModernStoreLocatorCircle</a></li><li><a href="module-OLPolygon.html">OLPolygon</a></li><li><a href="module-OLPolyline.html">OLPolyline</a></li><li><a href="module-Polygon.html">Polygon</a></li><li><a href="module-Polyline.html">Polyline</a></li><li><a href="module-WPGMZA.html">WPGMZA</a></li></ul><h3>Classes</h3><ul><li><a href="module-Circle-Circle.html">Circle</a></li><li><a href="module-ModernStoreLocatorCircle-WPGMZA.ModernStoreLocatorCircle.html">ModernStoreLocatorCircle</a></li><li><a href="module-OLGeocoder-OLGeocoder.html">OLGeocoder</a></li></ul>
458
+ </nav>
459
+
460
+ <br class="clear">
461
+
462
+ <footer>
463
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Wed May 16 2018 13:18:38 GMT+0100 (GMT Daylight Time)
464
+ </footer>
465
+
466
+ <script> prettyPrint(); </script>
467
+ <script src="scripts/linenumber.js"> </script>
468
+ </body>
469
+ </html>
docs/distance.js.html CHANGED
@@ -1,104 +1,104 @@
1
- <!DOCTYPE html>
2
- <html lang="en">
3
- <head>
4
- <meta charset="utf-8">
5
- <title>JSDoc: Source: distance.js</title>
6
-
7
- <script src="scripts/prettify/prettify.js"> </script>
8
- <script src="scripts/prettify/lang-css.js"> </script>
9
- <!--[if lt IE 9]>
10
- <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11
- <![endif]-->
12
- <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
13
- <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
14
- </head>
15
-
16
- <body>
17
-
18
- <div id="main">
19
-
20
- <h1 class="page-title">Source: distance.js</h1>
21
-
22
-
23
-
24
-
25
-
26
-
27
- <section>
28
- <article>
29
- <pre class="prettyprint source linenums"><code>/**
30
- * @namespace WPGMZA
31
- * @module Distance
32
- * @requires WPGMZA
33
- */
34
- (function($) {
35
-
36
- WPGMZA.Distance = {
37
-
38
- MILES: true,
39
- KILOMETERS: false,
40
-
41
- MILES_PER_KILOMETER: 0.621371,
42
- KILOMETERS_PER_MILE: 1.60934,
43
-
44
- // TODO: Implement WPGMZA.settings.distance_units
45
-
46
- /**
47
- * Converts a UI distance (eg from a form control) to meters,
48
- * accounting for the global units setting
49
- */
50
- uiToMeters: function(uiDistance)
51
- {
52
- return parseFloat(uiDistance) / (WPGMZA.settings.distance_units == WPGMZA.Distance.MILES ? WPGMZA.Distance.MILES_PER_KILOMETER : 1) * 1000;
53
- },
54
-
55
- /**
56
- * Converts a UI distance (eg from a form control) to kilometers,
57
- * accounting for the global units setting
58
- */
59
- uiToKilometers: function(uiDistance)
60
- {
61
- return WPGMZA.Distance.uiToMeters(uiDistance) * 0.001;
62
- },
63
-
64
- /**
65
- * Converts a UI distance (eg from a form control) to miles,
66
- * accounting for the global units setting
67
- */
68
- uiToMiles: function(uiDistance)
69
- {
70
- return WPGMZA.Distance.uiToKilometers(uiDistance) * WPGMZA.Distance.MILES_PER_KILOMETER;
71
- },
72
-
73
- kilometersToUI: function(km)
74
- {
75
- if(WPGMZA.settings.distance_units == WPGMZA.Distance.MILES)
76
- return km * WPGMZA.Distance.MILES_PER_KILOMETER;
77
- return km;
78
- }
79
-
80
- };
81
-
82
- })(jQuery);</code></pre>
83
- </article>
84
- </section>
85
-
86
-
87
-
88
-
89
- </div>
90
-
91
- <nav>
92
- <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-Circle.html">Circle</a></li><li><a href="module-Distance.html">Distance</a></li><li><a href="module-Event.html">Event</a></li><li><a href="module-EventDispatcher.html">EventDispatcher</a></li><li><a href="module-FriendlyError.html">FriendlyError</a></li><li><a href="module-Geocoder.html">Geocoder</a></li><li><a href="module-GoogleCircle.html">GoogleCircle</a></li><li><a href="module-GoogleGeocoder.html">GoogleGeocoder</a></li><li><a href="module-GoogleInfoWindow.html">GoogleInfoWindow</a></li><li><a href="module-GoogleMap.html">GoogleMap</a></li><li><a href="module-GoogleMarker.html">GoogleMarker</a></li><li><a href="module-GoogleModernStoreLocator.html">GoogleModernStoreLocator</a></li><li><a href="module-GoogleModernStoreLocatorCircle.html">GoogleModernStoreLocatorCircle</a></li><li><a href="module-GooglePolygon.html">GooglePolygon</a></li><li><a href="module-GooglePolyline.html">GooglePolyline</a></li><li><a href="module-GoogleVertexContextMenu.html">GoogleVertexContextMenu</a></li><li><a href="module-InfoWindow.html">InfoWindow</a></li><li><a href="module-LatLng.html">LatLng</a></li><li><a href="module-LatLngBounds.html">LatLngBounds</a></li><li><a href="module-Map.html">Map</a></li><li><a href="module-MapObject.html">MapObject</a></li><li><a href="module-MapsEngineDialog.html">MapsEngineDialog</a></li><li><a href="module-MapSettings.html">MapSettings</a></li><li><a href="module-Marker.html">Marker</a></li><li><a href="module-ModernStoreLocator.html">ModernStoreLocator</a></li><li><a href="module-ModernStoreLocatorCircle.html">ModernStoreLocatorCircle</a></li><li><a href="module-OLCircle.html">OLCircle</a></li><li><a href="module-OLGeocoder.html">OLGeocoder</a></li><li><a href="module-OLInfoWindow.html">OLInfoWindow</a></li><li><a href="module-OLMap.html">OLMap</a></li><li><a href="module-OLMarker.html">OLMarker</a></li><li><a href="module-OLModernStoreLocator.html">OLModernStoreLocator</a></li><li><a href="module-OLModernStoreLocatorCircle.html">OLModernStoreLocatorCircle</a></li><li><a href="module-OLPolygon.html">OLPolygon</a></li><li><a href="module-OLPolyline.html">OLPolyline</a></li><li><a href="module-Polygon.html">Polygon</a></li><li><a href="module-Polyline.html">Polyline</a></li><li><a href="module-WPGMZA.html">WPGMZA</a></li></ul><h3>Classes</h3><ul><li><a href="module-Circle-Circle.html">Circle</a></li><li><a href="module-ModernStoreLocatorCircle-WPGMZA.ModernStoreLocatorCircle.html">ModernStoreLocatorCircle</a></li><li><a href="module-OLGeocoder-OLGeocoder.html">OLGeocoder</a></li></ul>
93
- </nav>
94
-
95
- <br class="clear">
96
-
97
- <footer>
98
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Wed May 16 2018 13:18:38 GMT+0100 (GMT Daylight Time)
99
- </footer>
100
-
101
- <script> prettyPrint(); </script>
102
- <script src="scripts/linenumber.js"> </script>
103
- </body>
104
- </html>
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>JSDoc: Source: distance.js</title>
6
+
7
+ <script src="scripts/prettify/prettify.js"> </script>
8
+ <script src="scripts/prettify/lang-css.js"> </script>
9
+ <!--[if lt IE 9]>
10
+ <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11
+ <![endif]-->
12
+ <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
13
+ <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
14
+ </head>
15
+
16
+ <body>
17
+
18
+ <div id="main">
19
+
20
+ <h1 class="page-title">Source: distance.js</h1>
21
+
22
+
23
+
24
+
25
+
26
+
27
+ <section>
28
+ <article>
29
+ <pre class="prettyprint source linenums"><code>/**
30
+ * @namespace WPGMZA
31
+ * @module Distance
32
+ * @requires WPGMZA
33
+ */
34
+ (function($) {
35
+
36
+ WPGMZA.Distance = {
37
+
38
+ MILES: true,
39
+ KILOMETERS: false,
40
+
41
+ MILES_PER_KILOMETER: 0.621371,
42
+ KILOMETERS_PER_MILE: 1.60934,
43
+
44
+ // TODO: Implement WPGMZA.settings.distance_units
45
+
46
+ /**
47
+ * Converts a UI distance (eg from a form control) to meters,
48
+ * accounting for the global units setting
49
+ */
50
+ uiToMeters: function(uiDistance)
51
+ {
52
+ return parseFloat(uiDistance) / (WPGMZA.settings.distance_units == WPGMZA.Distance.MILES ? WPGMZA.Distance.MILES_PER_KILOMETER : 1) * 1000;
53
+ },
54
+
55
+ /**
56
+ * Converts a UI distance (eg from a form control) to kilometers,
57
+ * accounting for the global units setting
58
+ */
59
+ uiToKilometers: function(uiDistance)
60
+ {
61
+ return WPGMZA.Distance.uiToMeters(uiDistance) * 0.001;
62
+ },
63
+
64
+ /**
65
+ * Converts a UI distance (eg from a form control) to miles,
66
+ * accounting for the global units setting
67
+ */
68
+ uiToMiles: function(uiDistance)
69
+ {
70
+ return WPGMZA.Distance.uiToKilometers(uiDistance) * WPGMZA.Distance.MILES_PER_KILOMETER;
71
+ },
72
+
73
+ kilometersToUI: function(km)
74
+ {
75
+ if(WPGMZA.settings.distance_units == WPGMZA.Distance.MILES)
76
+ return km * WPGMZA.Distance.MILES_PER_KILOMETER;
77
+ return km;
78
+ }
79
+
80
+ };
81
+
82
+ })(jQuery);</code></pre>
83
+ </article>
84
+ </section>
85
+
86
+
87
+
88
+
89
+ </div>
90
+
91
+ <nav>
92
+ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-Circle.html">Circle</a></li><li><a href="module-Distance.html">Distance</a></li><li><a href="module-Event.html">Event</a></li><li><a href="module-EventDispatcher.html">EventDispatcher</a></li><li><a href="module-FriendlyError.html">FriendlyError</a></li><li><a href="module-Geocoder.html">Geocoder</a></li><li><a href="module-GoogleCircle.html">GoogleCircle</a></li><li><a href="module-GoogleGeocoder.html">GoogleGeocoder</a></li><li><a href="module-GoogleInfoWindow.html">GoogleInfoWindow</a></li><li><a href="module-GoogleMap.html">GoogleMap</a></li><li><a href="module-GoogleMarker.html">GoogleMarker</a></li><li><a href="module-GoogleModernStoreLocator.html">GoogleModernStoreLocator</a></li><li><a href="module-GoogleModernStoreLocatorCircle.html">GoogleModernStoreLocatorCircle</a></li><li><a href="module-GooglePolygon.html">GooglePolygon</a></li><li><a href="module-GooglePolyline.html">GooglePolyline</a></li><li><a href="module-GoogleVertexContextMenu.html">GoogleVertexContextMenu</a></li><li><a href="module-InfoWindow.html">InfoWindow</a></li><li><a href="module-LatLng.html">LatLng</a></li><li><a href="module-LatLngBounds.html">LatLngBounds</a></li><li><a href="module-Map.html">Map</a></li><li><a href="module-MapObject.html">MapObject</a></li><li><a href="module-MapsEngineDialog.html">MapsEngineDialog</a></li><li><a href="module-MapSettings.html">MapSettings</a></li><li><a href="module-Marker.html">Marker</a></li><li><a href="module-ModernStoreLocator.html">ModernStoreLocator</a></li><li><a href="module-ModernStoreLocatorCircle.html">ModernStoreLocatorCircle</a></li><li><a href="module-OLCircle.html">OLCircle</a></li><li><a href="module-OLGeocoder.html">OLGeocoder</a></li><li><a href="module-OLInfoWindow.html">OLInfoWindow</a></li><li><a href="module-OLMap.html">OLMap</a></li><li><a href="module-OLMarker.html">OLMarker</a></li><li><a href="module-OLModernStoreLocator.html">OLModernStoreLocator</a></li><li><a href="module-OLModernStoreLocatorCircle.html">OLModernStoreLocatorCircle</a></li><li><a href="module-OLPolygon.html">OLPolygon</a></li><li><a href="module-OLPolyline.html">OLPolyline</a></li><li><a href="module-Polygon.html">Polygon</a></li><li><a href="module-Polyline.html">Polyline</a></li><li><a href="module-WPGMZA.html">WPGMZA</a></li></ul><h3>Classes</h3><ul><li><a href="module-Circle-Circle.html">Circle</a></li><li><a href="module-ModernStoreLocatorCircle-WPGMZA.ModernStoreLocatorCircle.html">ModernStoreLocatorCircle</a></li><li><a href="module-OLGeocoder-OLGeocoder.html">OLGeocoder</a></li></ul>
93
+ </nav>
94
+
95
+ <br class="clear">
96
+
97
+ <footer>
98
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Wed May 16 2018 13:18:38 GMT+0100 (GMT Daylight Time)
99
+ </footer>
100
+
101
+ <script> prettyPrint(); </script>
102
+ <script src="scripts/linenumber.js"> </script>
103
+ </body>
104
+ </html>
docs/event-dispatcher.js.html CHANGED
@@ -1,184 +1,184 @@
1
- <!DOCTYPE html>
2
- <html lang="en">
3
- <head>
4
- <meta charset="utf-8">
5
- <title>JSDoc: Source: event-dispatcher.js</title>
6
-
7
- <script src="scripts/prettify/prettify.js"> </script>
8
- <script src="scripts/prettify/lang-css.js"> </script>
9
- <!--[if lt IE 9]>
10
- <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11
- <![endif]-->
12
- <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
13
- <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
14
- </head>
15
-
16
- <body>
17
-
18
- <div id="main">
19
-
20
- <h1 class="page-title">Source: event-dispatcher.js</h1>
21
-
22
-
23
-
24
-
25
-
26
-
27
- <section>
28
- <article>
29
- <pre class="prettyprint source linenums"><code>/**
30
- * @namespace WPGMZA
31
- * @module EventDispatcher
32
- * @requires WPGMZA
33
- */
34
- (function($) {
35
-
36
- WPGMZA.EventDispatcher = function()
37
- {
38
- WPGMZA.assertInstanceOf(this, "EventDispatcher");
39
-
40
- this._listenersByType = [];
41
- }
42
-
43
- WPGMZA.EventDispatcher.prototype.addEventListener = function(type, listener, thisObject, useCapture)
44
- {
45
- var arr;
46
-
47
- var types = type.split(/\s+/);
48
- if(types.length > 1)
49
- {
50
- for(var i = 0; i &lt; types.length; i++)
51
- this.addEventListener(types[i], listener, thisObject, useCapture);
52
-
53
- return;
54
- }
55
-
56
- if(!(listener instanceof Function))
57
- throw new Error("Listener must be a function");
58
-
59
- if(!(arr = this._listenersByType[type]))
60
- arr = this._listenersByType[type] = [];
61
-
62
- var obj = {
63
- listener: listener,
64
- thisObject: (thisObject ? thisObject : this),
65
- useCapture: (useCapture ? true : false)
66
- };
67
-
68
- arr.push(obj);
69
- }
70
-
71
- WPGMZA.EventDispatcher.prototype.on = WPGMZA.EventDispatcher.prototype.addEventListener;
72
-
73
- WPGMZA.EventDispatcher.prototype.removeEventListener = function(type, listener, thisObject, useCapture)
74
- {
75
- var arr, index, obj;
76
-
77
- if(!(arr = this._listenersByType[type]))
78
- return;
79
-
80
- if(!thisObject)
81
- thisObject = this;
82
-
83
- useCapture = (useCapture ? true : false);
84
-
85
- for(var i = 0; i &lt; arr.length; i++)
86
- {
87
- obj = arr[i];
88
-
89
- if(obj.listener == listener &amp;&amp; obj.thisObject == thisObject &amp;&amp; obj.useCapture == useCapture)
90
- {
91
- arr.splice(i, 1);
92
- return;
93
- }
94
- }
95
- }
96
-
97
- WPGMZA.EventDispatcher.prototype.off = WPGMZA.EventDispatcher.prototype.removeEventListener;
98
-
99
- WPGMZA.EventDispatcher.prototype.hasEventListener = function(type)
100
- {
101
- return (_listenersByType[type] ? true : false);
102
- }
103
-
104
- WPGMZA.EventDispatcher.prototype.dispatchEvent = function(event)
105
- {
106
- if(!(event instanceof WPGMZA.Event))
107
- {
108
- if(typeof event == "string")
109
- event = new WPGMZA.Event(event);
110
- else
111
- {
112
- var src = event;
113
- event = new WPGMZA.Event();
114
- for(var name in src)
115
- event[name] = src[name];
116
- }
117
- }
118
-
119
- event.target = this;
120
-
121
- var path = [];
122
- for(var obj = this.parent; obj != null; obj = obj.parent)
123
- path.unshift(obj);
124
-
125
- event.phase = WPGMZA.Event.CAPTURING_PHASE;
126
- for(var i = 0; i &lt; path.length &amp;&amp; !event._cancelled; i++)
127
- path[i]._triggerListeners(event);
128
-
129
- if(event._cancelled)
130
- return;
131
-
132
- event.phase = WPGMZA.Event.AT_TARGET;
133
- this._triggerListeners(event);
134
-
135
- event.phase = WPGMZA.Event.BUBBLING_PHASE;
136
- for(i = path.length - 1; i >= 0 &amp;&amp; !event._cancelled; i--)
137
- path[i]._triggerListeners(event);
138
- }
139
-
140
- WPGMZA.EventDispatcher.prototype.trigger = WPGMZA.EventDispatcher.prototype.dispatchEvent;
141
-
142
- WPGMZA.EventDispatcher.prototype._triggerListeners = function(event)
143
- {
144
- var arr, obj;
145
-
146
- if(!(arr = this._listenersByType[event.type]))
147
- return;
148
-
149
- for(var i = 0; i &lt; arr.length; i++)
150
- {
151
- obj = arr[i];
152
-
153
- if(event.phase == WPGMZA.Event.CAPTURING_PHASE &amp;&amp; !obj.useCapture)
154
- continue;
155
-
156
- obj.listener.call(arr[i].thisObject, event);
157
- }
158
- }
159
-
160
- WPGMZA.events = new WPGMZA.EventDispatcher();
161
-
162
- })(jQuery);</code></pre>
163
- </article>
164
- </section>
165
-
166
-
167
-
168
-
169
- </div>
170
-
171
- <nav>
172
- <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-Circle.html">Circle</a></li><li><a href="module-Distance.html">Distance</a></li><li><a href="module-Event.html">Event</a></li><li><a href="module-EventDispatcher.html">EventDispatcher</a></li><li><a href="module-FriendlyError.html">FriendlyError</a></li><li><a href="module-Geocoder.html">Geocoder</a></li><li><a href="module-GoogleCircle.html">GoogleCircle</a></li><li><a href="module-GoogleGeocoder.html">GoogleGeocoder</a></li><li><a href="module-GoogleInfoWindow.html">GoogleInfoWindow</a></li><li><a href="module-GoogleMap.html">GoogleMap</a></li><li><a href="module-GoogleMarker.html">GoogleMarker</a></li><li><a href="module-GoogleModernStoreLocator.html">GoogleModernStoreLocator</a></li><li><a href="module-GoogleModernStoreLocatorCircle.html">GoogleModernStoreLocatorCircle</a></li><li><a href="module-GooglePolygon.html">GooglePolygon</a></li><li><a href="module-GooglePolyline.html">GooglePolyline</a></li><li><a href="module-GoogleVertexContextMenu.html">GoogleVertexContextMenu</a></li><li><a href="module-InfoWindow.html">InfoWindow</a></li><li><a href="module-LatLng.html">LatLng</a></li><li><a href="module-LatLngBounds.html">LatLngBounds</a></li><li><a href="module-Map.html">Map</a></li><li><a href="module-MapObject.html">MapObject</a></li><li><a href="module-MapsEngineDialog.html">MapsEngineDialog</a></li><li><a href="module-MapSettings.html">MapSettings</a></li><li><a href="module-Marker.html">Marker</a></li><li><a href="module-ModernStoreLocator.html">ModernStoreLocator</a></li><li><a href="module-ModernStoreLocatorCircle.html">ModernStoreLocatorCircle</a></li><li><a href="module-OLCircle.html">OLCircle</a></li><li><a href="module-OLGeocoder.html">OLGeocoder</a></li><li><a href="module-OLInfoWindow.html">OLInfoWindow</a></li><li><a href="module-OLMap.html">OLMap</a></li><li><a href="module-OLMarker.html">OLMarker</a></li><li><a href="module-OLModernStoreLocator.html">OLModernStoreLocator</a></li><li><a href="module-OLModernStoreLocatorCircle.html">OLModernStoreLocatorCircle</a></li><li><a href="module-OLPolygon.html">OLPolygon</a></li><li><a href="module-OLPolyline.html">OLPolyline</a></li><li><a href="module-Polygon.html">Polygon</a></li><li><a href="module-Polyline.html">Polyline</a></li><li><a href="module-WPGMZA.html">WPGMZA</a></li></ul><h3>Classes</h3><ul><li><a href="module-Circle-Circle.html">Circle</a></li><li><a href="module-ModernStoreLocatorCircle-WPGMZA.ModernStoreLocatorCircle.html">ModernStoreLocatorCircle</a></li><li><a href="module-OLGeocoder-OLGeocoder.html">OLGeocoder</a></li></ul>
173
- </nav>
174
-
175
- <br class="clear">
176
-
177
- <footer>
178
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Wed May 16 2018 13:18:38 GMT+0100 (GMT Daylight Time)
179
- </footer>
180
-
181
- <script> prettyPrint(); </script>
182
- <script src="scripts/linenumber.js"> </script>
183
- </body>
184
- </html>
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>JSDoc: Source: event-dispatcher.js</title>
6
+
7
+ <script src="scripts/prettify/prettify.js"> </script>
8
+ <script src="scripts/prettify/lang-css.js"> </script>
9
+ <!--[if lt IE 9]>
10
+ <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11
+ <![endif]-->
12
+ <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
13
+ <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
14
+ </head>
15
+
16
+ <body>
17
+
18
+ <div id="main">
19
+
20
+ <h1 class="page-title">Source: event-dispatcher.js</h1>
21
+
22
+
23
+
24
+
25
+
26
+
27
+ <section>
28
+ <article>
29
+ <pre class="prettyprint source linenums"><code>/**
30
+ * @namespace WPGMZA
31
+ * @module EventDispatcher
32
+ * @requires WPGMZA
33
+ */
34
+ (function($) {
35
+
36
+ WPGMZA.EventDispatcher = function()
37
+ {
38
+ WPGMZA.assertInstanceOf(this, "EventDispatcher");
39
+
40
+ this._listenersByType = [];
41
+ }
42
+
43
+ WPGMZA.EventDispatcher.prototype.addEventListener = function(type, listener, thisObject, useCapture)
44
+ {
45
+ var arr;
46
+
47
+ var types = type.split(/\s+/);
48
+ if(types.length > 1)
49
+ {
50
+ for(var i = 0; i &lt; types.length; i++)
51
+ this.addEventListener(types[i], listener, thisObject, useCapture);
52
+
53
+ return;
54
+ }
55
+
56
+ if(!(listener instanceof Function))
57
+ throw new Error("Listener must be a function");
58
+
59
+ if(!(arr = this._listenersByType[type]))
60
+ arr = this._listenersByType[type] = [];
61
+
62
+ var obj = {
63
+ listener: listener,
64
+ thisObject: (thisObject ? thisObject : this),
65
+ useCapture: (useCapture ? true : false)
66
+ };
67
+
68
+ arr.push(obj);
69
+ }
70
+
71
+ WPGMZA.EventDispatcher.prototype.on = WPGMZA.EventDispatcher.prototype.addEventListener;
72
+
73
+ WPGMZA.EventDispatcher.prototype.removeEventListener = function(type, listener, thisObject, useCapture)
74
+ {
75
+ var arr, index, obj;
76
+
77
+ if(!(arr = this._listenersByType[type]))
78
+ return;
79
+
80
+ if(!thisObject)
81
+ thisObject = this;
82
+
83
+ useCapture = (useCapture ? true : false);
84
+
85
+ for(var i = 0; i &lt; arr.length; i++)
86
+ {
87
+ obj = arr[i];
88
+
89
+ if(obj.listener == listener &amp;&amp; obj.thisObject == thisObject &amp;&amp; obj.useCapture == useCapture)
90
+ {
91
+ arr.splice(i, 1);
92
+ return;
93
+ }
94
+ }
95
+ }
96
+
97
+ WPGMZA.EventDispatcher.prototype.off = WPGMZA.EventDispatcher.prototype.removeEventListener;
98
+
99
+ WPGMZA.EventDispatcher.prototype.hasEventListener = function(type)
100
+ {
101
+ return (_listenersByType[type] ? true : false);
102
+ }
103
+
104
+ WPGMZA.EventDispatcher.prototype.dispatchEvent = function(event)
105
+ {
106
+ if(!(event instanceof WPGMZA.Event))
107
+ {
108
+ if(typeof event == "string")
109
+ event = new WPGMZA.Event(event);
110
+ else
111
+ {
112
+ var src = event;
113
+ event = new WPGMZA.Event();
114
+ for(var name in src)
115
+ event[name] = src[name];
116
+ }
117
+ }
118
+
119
+ event.target = this;
120
+
121
+ var path = [];
122
+ for(var obj = this.parent; obj != null; obj = obj.parent)
123
+ path.unshift(obj);
124
+
125
+ event.phase = WPGMZA.Event.CAPTURING_PHASE;
126
+ for(var i = 0; i &lt; path.length &amp;&amp; !event._cancelled; i++)
127
+ path[i]._triggerListeners(event);
128
+
129
+ if(event._cancelled)
130
+ return;
131
+
132
+ event.phase = WPGMZA.Event.AT_TARGET;
133
+ this._triggerListeners(event);
134
+
135
+ event.phase = WPGMZA.Event.BUBBLING_PHASE;
136
+ for(i = path.length - 1; i >= 0 &amp;&amp; !event._cancelled; i--)
137
+ path[i]._triggerListeners(event);
138
+ }
139
+
140
+ WPGMZA.EventDispatcher.prototype.trigger = WPGMZA.EventDispatcher.prototype.dispatchEvent;
141
+
142
+ WPGMZA.EventDispatcher.prototype._triggerListeners = function(event)
143
+ {
144
+ var arr, obj;
145
+
146
+ if(!(arr = this._listenersByType[event.type]))
147
+ return;
148
+
149
+ for(var i = 0; i &lt; arr.length; i++)
150
+ {
151
+ obj = arr[i];
152
+
153
+ if(event.phase == WPGMZA.Event.CAPTURING_PHASE &amp;&amp; !obj.useCapture)
154
+ continue;
155
+
156
+ obj.listener.call(arr[i].thisObject, event);
157
+ }
158
+ }
159
+
160
+ WPGMZA.events = new WPGMZA.EventDispatcher();
161
+
162
+ })(jQuery);</code></pre>
163
+ </article>
164
+ </section>
165
+
166
+
167
+
168
+
169
+ </div>
170
+
171
+ <nav>
172
+ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-Circle.html">Circle</a></li><li><a href="module-Distance.html">Distance</a></li><li><a href="module-Event.html">Event</a></li><li><a href="module-EventDispatcher.html">EventDispatcher</a></li><li><a href="module-FriendlyError.html">FriendlyError</a></li><li><a href="module-Geocoder.html">Geocoder</a></li><li><a href="module-GoogleCircle.html">GoogleCircle</a></li><li><a href="module-GoogleGeocoder.html">GoogleGeocoder</a></li><li><a href="module-GoogleInfoWindow.html">GoogleInfoWindow</a></li><li><a href="module-GoogleMap.html">GoogleMap</a></li><li><a href="module-GoogleMarker.html">GoogleMarker</a></li><li><a href="module-GoogleModernStoreLocator.html">GoogleModernStoreLocator</a></li><li><a href="module-GoogleModernStoreLocatorCircle.html">GoogleModernStoreLocatorCircle</a></li><li><a href="module-GooglePolygon.html">GooglePolygon</a></li><li><a href="module-GooglePolyline.html">GooglePolyline</a></li><li><a href="module-GoogleVertexContextMenu.html">GoogleVertexContextMenu</a></li><li><a href="module-InfoWindow.html">InfoWindow</a></li><li><a href="module-LatLng.html">LatLng</a></li><li><a href="module-LatLngBounds.html">LatLngBounds</a></li><li><a href="module-Map.html">Map</a></li><li><a href="module-MapObject.html">MapObject</a></li><li><a href="module-MapsEngineDialog.html">MapsEngineDialog</a></li><li><a href="module-MapSettings.html">MapSettings</a></li><li><a href="module-Marker.html">Marker</a></li><li><a href="module-ModernStoreLocator.html">ModernStoreLocator</a></li><li><a href="module-ModernStoreLocatorCircle.html">ModernStoreLocatorCircle</a></li><li><a href="module-OLCircle.html">OLCircle</a></li><li><a href="module-OLGeocoder.html">OLGeocoder</a></li><li><a href="module-OLInfoWindow.html">OLInfoWindow</a></li><li><a href="module-OLMap.html">OLMap</a></li><li><a href="module-OLMarker.html">OLMarker</a></li><li><a href="module-OLModernStoreLocator.html">OLModernStoreLocator</a></li><li><a href="module-OLModernStoreLocatorCircle.html">OLModernStoreLocatorCircle</a></li><li><a href="module-OLPolygon.html">OLPolygon</a></li><li><a href="module-OLPolyline.html">OLPolyline</a></li><li><a href="module-Polygon.html">Polygon</a></li><li><a href="module-Polyline.html">Polyline</a></li><li><a href="module-WPGMZA.html">WPGMZA</a></li></ul><h3>Classes</h3><ul><li><a href="module-Circle-Circle.html">Circle</a></li><li><a href="module-ModernStoreLocatorCircle-WPGMZA.ModernStoreLocatorCircle.html">ModernStoreLocatorCircle</a></li><li><a href="module-OLGeocoder-OLGeocoder.html">OLGeocoder</a></li></ul>
173
+ </nav>
174
+
175
+ <br class="clear">
176
+
177
+ <footer>
178
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Wed May 16 2018 13:18:38 GMT+0100 (GMT Daylight Time)
179
+ </footer>
180
+
181
+ <script> prettyPrint(); </script>
182
+ <script src="scripts/linenumber.js"> </script>
183
+ </body>
184
+ </html>
docs/event.js.html CHANGED
@@ -1,84 +1,84 @@
1
- <!DOCTYPE html>
2
- <html lang="en">
3
- <head>
4
- <meta charset="utf-8">
5
- <title>JSDoc: Source: event.js</title>
6
-
7
- <script src="scripts/prettify/prettify.js"> </script>
8
- <script src="scripts/prettify/lang-css.js"> </script>
9
- <!--[if lt IE 9]>
10
- <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11
- <![endif]-->
12
- <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
13
- <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
14
- </head>
15
-
16
- <body>
17
-
18
- <div id="main">
19
-
20
- <h1 class="page-title">Source: event.js</h1>
21
-
22
-
23
-
24
-
25
-
26
-
27
- <section>
28
- <article>
29
- <pre class="prettyprint source linenums"><code>/**
30
- * @namespace WPGMZA
31
- * @module Event
32
- * @requires WPGMZA
33
- */
34
- (function($) {
35
-
36
- WPGMZA.Event = function(options)
37
- {
38
- if(typeof options == "string")
39
- this.type = options;
40
-
41
- this.bubbles = true;
42
- this.cancelable = true;
43
- this.phase = WPGMZA.Event.PHASE_CAPTURE;
44
- this.target = null;
45
-
46
- this._cancelled = false;
47
-
48
- if(typeof options == "object")
49
- for(var name in options)
50
- this[name] = options[name];
51
- }
52
-
53
- WPGMZA.Event.CAPTURING_PHASE = 0;
54
- WPGMZA.Event.AT_TARGET = 1;
55
- WPGMZA.Event.BUBBLING_PHASE = 2;
56
-
57
- WPGMZA.Event.prototype.stopPropagation = function()
58
- {
59
- this._cancelled = true;
60
- }
61
-
62
- })(jQuery);</code></pre>
63
- </article>
64
- </section>
65
-
66
-
67
-
68
-
69
- </div>
70
-
71
- <nav>
72
- <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-Circle.html">Circle</a></li><li><a href="module-Distance.html">Distance</a></li><li><a href="module-Event.html">Event</a></li><li><a href="module-EventDispatcher.html">EventDispatcher</a></li><li><a href="module-FriendlyError.html">FriendlyError</a></li><li><a href="module-Geocoder.html">Geocoder</a></li><li><a href="module-GoogleCircle.html">GoogleCircle</a></li><li><a href="module-GoogleGeocoder.html">GoogleGeocoder</a></li><li><a href="module-GoogleInfoWindow.html">GoogleInfoWindow</a></li><li><a href="module-GoogleMap.html">GoogleMap</a></li><li><a href="module-GoogleMarker.html">GoogleMarker</a></li><li><a href="module-GoogleModernStoreLocator.html">GoogleModernStoreLocator</a></li><li><a href="module-GoogleModernStoreLocatorCircle.html">GoogleModernStoreLocatorCircle</a></li><li><a href="module-GooglePolygon.html">GooglePolygon</a></li><li><a href="module-GooglePolyline.html">GooglePolyline</a></li><li><a href="module-GoogleVertexContextMenu.html">GoogleVertexContextMenu</a></li><li><a href="module-InfoWindow.html">InfoWindow</a></li><li><a href="module-LatLng.html">LatLng</a></li><li><a href="module-LatLngBounds.html">LatLngBounds</a></li><li><a href="module-Map.html">Map</a></li><li><a href="module-MapObject.html">MapObject</a></li><li><a href="module-MapsEngineDialog.html">MapsEngineDialog</a></li><li><a href="module-MapSettings.html">MapSettings</a></li><li><a href="module-Marker.html">Marker</a></li><li><a href="module-ModernStoreLocator.html">ModernStoreLocator</a></li><li><a href="module-ModernStoreLocatorCircle.html">ModernStoreLocatorCircle</a></li><li><a href="module-OLCircle.html">OLCircle</a></li><li><a href="module-OLGeocoder.html">OLGeocoder</a></li><li><a href="module-OLInfoWindow.html">OLInfoWindow</a></li><li><a href="module-OLMap.html">OLMap</a></li><li><a href="module-OLMarker.html">OLMarker</a></li><li><a href="module-OLModernStoreLocator.html">OLModernStoreLocator</a></li><li><a href="module-OLModernStoreLocatorCircle.html">OLModernStoreLocatorCircle</a></li><li><a href="module-OLPolygon.html">OLPolygon</a></li><li><a href="module-OLPolyline.html">OLPolyline</a></li><li><a href="module-Polygon.html">Polygon</a></li><li><a href="module-Polyline.html">Polyline</a></li><li><a href="module-WPGMZA.html">WPGMZA</a></li></ul><h3>Classes</h3><ul><li><a href="module-Circle-Circle.html">Circle</a></li><li><a href="module-ModernStoreLocatorCircle-WPGMZA.ModernStoreLocatorCircle.html">ModernStoreLocatorCircle</a></li><li><a href="module-OLGeocoder-OLGeocoder.html">OLGeocoder</a></li></ul>
73
- </nav>
74
-
75
- <br class="clear">
76
-
77
- <footer>
78
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Wed May 16 2018 13:18:38 GMT+0100 (GMT Daylight Time)
79
- </footer>
80
-
81
- <script> prettyPrint(); </script>
82
- <script src="scripts/linenumber.js"> </script>
83
- </body>
84
- </html>
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>JSDoc: Source: event.js</title>
6
+
7
+ <script src="scripts/prettify/prettify.js"> </script>
8
+ <script src="scripts/prettify/lang-css.js"> </script>
9
+ <!--[if lt IE 9]>
10
+ <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11
+ <![endif]-->
12
+ <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
13
+ <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
14
+ </head>
15
+
16
+ <body>
17
+
18
+ <div id="main">
19
+
20
+ <h1 class="page-title">Source: event.js</h1>
21
+
22
+
23
+
24
+
25
+
26
+
27
+ <section>
28
+ <article>
29
+ <pre class="prettyprint source linenums"><code>/**
30
+ * @namespace WPGMZA
31
+ * @module Event
32
+ * @requires WPGMZA
33
+ */
34
+ (function($) {
35
+
36
+ WPGMZA.Event = function(options)
37
+ {
38
+ if(typeof options == "string")
39
+ this.type = options;
40
+
41
+ this.bubbles = true;
42
+ this.cancelable = true;
43
+ this.phase = WPGMZA.Event.PHASE_CAPTURE;
44
+ this.target = null;
45
+
46
+ this._cancelled = false;
47
+
48
+ if(typeof options == "object")
49
+ for(var name in options)
50
+ this[name] = options[name];
51
+ }
52
+
53
+ WPGMZA.Event.CAPTURING_PHASE = 0;
54
+ WPGMZA.Event.AT_TARGET = 1;
55
+ WPGMZA.Event.BUBBLING_PHASE = 2;
56
+
57
+ WPGMZA.Event.prototype.stopPropagation = function()
58
+ {
59
+ this._cancelled = true;
60
+ }
61
+
62
+ })(jQuery);</code></pre>
63
+ </article>
64
+ </section>
65
+
66
+
67
+
68
+
69
+ </div>
70
+
71
+ <nav>
72
+ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-Circle.html">Circle</a></li><li><a href="module-Distance.html">Distance</a></li><li><a href="module-Event.html">Event</a></li><li><a href="module-EventDispatcher.html">EventDispatcher</a></li><li><a href="module-FriendlyError.html">FriendlyError</a></li><li><a href="module-Geocoder.html">Geocoder</a></li><li><a href="module-GoogleCircle.html">GoogleCircle</a></li><li><a href="module-GoogleGeocoder.html">GoogleGeocoder</a></li><li><a href="module-GoogleInfoWindow.html">GoogleInfoWindow</a></li><li><a href="module-GoogleMap.html">GoogleMap</a></li><li><a href="module-GoogleMarker.html">GoogleMarker</a></li><li><a href="module-GoogleModernStoreLocator.html">GoogleModernStoreLocator</a></li><li><a href="module-GoogleModernStoreLocatorCircle.html">GoogleModernStoreLocatorCircle</a></li><li><a href="module-GooglePolygon.html">GooglePolygon</a></li><li><a href="module-GooglePolyline.html">GooglePolyline</a></li><li><a href="module-GoogleVertexContextMenu.html">GoogleVertexContextMenu</a></li><li><a href="module-InfoWindow.html">InfoWindow</a></li><li><a href="module-LatLng.html">LatLng</a></li><li><a href="module-LatLngBounds.html">LatLngBounds</a></li><li><a href="module-Map.html">Map</a></li><li><a href="module-MapObject.html">MapObject</a></li><li><a href="module-MapsEngineDialog.html">MapsEngineDialog</a></li><li><a href="module-MapSettings.html">MapSettings</a></li><li><a href="module-Marker.html">Marker</a></li><li><a href="module-ModernStoreLocator.html">ModernStoreLocator</a></li><li><a href="module-ModernStoreLocatorCircle.html">ModernStoreLocatorCircle</a></li><li><a href="module-OLCircle.html">OLCircle</a></li><li><a href="module-OLGeocoder.html">OLGeocoder</a></li><li><a href="module-OLInfoWindow.html">OLInfoWindow</a></li><li><a href="module-OLMap.html">OLMap</a></li><li><a href="module-OLMarker.html">OLMarker</a></li><li><a href="module-OLModernStoreLocator.html">OLModernStoreLocator</a></li><li><a href="module-OLModernStoreLocatorCircle.html">OLModernStoreLocatorCircle</a></li><li><a href="module-OLPolygon.html">OLPolygon</a></li><li><a href="module-OLPolyline.html">OLPolyline</a></li><li><a href="module-Polygon.html">Polygon</a></li><li><a href="module-Polyline.html">Polyline</a></li><li><a href="module-WPGMZA.html">WPGMZA</a></li></ul><h3>Classes</h3><ul><li><a href="module-Circle-Circle.html">Circle</a></li><li><a href="module-ModernStoreLocatorCircle-WPGMZA.ModernStoreLocatorCircle.html">ModernStoreLocatorCircle</a></li><li><a href="module-OLGeocoder-OLGeocoder.html">OLGeocoder</a></li></ul>
73
+ </nav>
74
+
75
+ <br class="clear">
76
+
77
+ <footer>
78
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Wed May 16 2018 13:18:38 GMT+0100 (GMT Daylight Time)
79
+ </footer>
80
+
81
+ <script> prettyPrint(); </script>
82
+ <script src="scripts/linenumber.js"> </script>
83
+ </body>
84
+ </html>
docs/fonts/OpenSans-Bold-webfont.svg CHANGED
@@ -1,1830 +1,1830 @@
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></metadata>
5
- <defs>
6
- <font id="open_sansbold" horiz-adv-x="1169" >
7
- <font-face units-per-em="2048" ascent="1638" descent="-410" />
8
- <missing-glyph horiz-adv-x="532" />
9
- <glyph unicode="&#xfb01;" horiz-adv-x="1417" d="M41 0zM778 889h-264v-889h-305v889h-168v147l168 82v82q0 191 94 279t301 88q158 0 281 -47l-78 -224q-92 29 -170 29q-65 0 -94 -38.5t-29 -98.5v-70h264v-229zM940 1407q0 149 166 149t166 -149q0 -71 -41.5 -110.5t-124.5 -39.5q-166 0 -166 150zM1258 0h-305v1118 h305v-1118z" />
10
- <glyph unicode="&#xfb02;" horiz-adv-x="1417" d="M41 0zM778 889h-264v-889h-305v889h-168v147l168 82v82q0 191 94 279t301 88q158 0 281 -47l-78 -224q-92 29 -170 29q-65 0 -94 -38.5t-29 -98.5v-70h264v-229zM1258 0h-305v1556h305v-1556z" />
11
- <glyph unicode="&#xfb03;" horiz-adv-x="2208" d="M41 0zM778 889h-264v-889h-305v889h-168v147l168 82v82q0 191 94 279t301 88q158 0 281 -47l-78 -224q-92 29 -170 29q-65 0 -94 -38.5t-29 -98.5v-70h264v-229zM1571 889h-264v-889h-305v889h-168v147l168 82v82q0 191 94 279t301 88q158 0 281 -47l-78 -224 q-92 29 -170 29q-65 0 -94 -38.5t-29 -98.5v-70h264v-229zM1730 1407q0 149 166 149t166 -149q0 -71 -41.5 -110.5t-124.5 -39.5q-166 0 -166 150zM2048 0h-305v1118h305v-1118z" />
12
- <glyph unicode="&#xfb04;" horiz-adv-x="2208" d="M41 0zM778 889h-264v-889h-305v889h-168v147l168 82v82q0 191 94 279t301 88q158 0 281 -47l-78 -224q-92 29 -170 29q-65 0 -94 -38.5t-29 -98.5v-70h264v-229zM1571 889h-264v-889h-305v889h-168v147l168 82v82q0 191 94 279t301 88q158 0 281 -47l-78 -224 q-92 29 -170 29q-65 0 -94 -38.5t-29 -98.5v-70h264v-229zM2048 0h-305v1556h305v-1556z" />
13
- <glyph horiz-adv-x="2048" />
14
- <glyph horiz-adv-x="2048" />
15
- <glyph unicode="&#xd;" horiz-adv-x="1044" />
16
- <glyph unicode=" " horiz-adv-x="532" />
17
- <glyph unicode="&#x09;" horiz-adv-x="532" />
18
- <glyph unicode="&#xa0;" horiz-adv-x="532" />
19
- <glyph unicode="!" horiz-adv-x="586" d="M416 485h-244l-51 977h346zM117 143q0 84 45 127t131 43q83 0 128.5 -44t45.5 -126q0 -79 -46 -124.5t-128 -45.5q-84 0 -130 44.5t-46 125.5z" />
20
- <glyph unicode="&#x22;" horiz-adv-x="967" d="M412 1462l-41 -528h-197l-41 528h279zM834 1462l-41 -528h-197l-41 528h279z" />
21
- <glyph unicode="#" horiz-adv-x="1323" d="M999 844l-47 -232h258v-206h-297l-77 -406h-220l78 406h-194l-76 -406h-215l74 406h-238v206h277l47 232h-252v209h289l77 407h219l-77 -407h198l78 407h215l-78 -407h240v-209h-279zM539 612h196l47 232h-196z" />
22
- <glyph unicode="$" d="M1092 457q0 -159 -115 -255.5t-322 -115.5v-205h-137v201q-244 5 -428 86v264q87 -43 209.5 -76t218.5 -39v310l-67 26q-198 78 -280.5 169.5t-82.5 226.5q0 145 113.5 238.5t316.5 113.5v153h137v-149q229 -10 414 -92l-94 -234q-156 64 -320 78v-295 q195 -75 277.5 -130t121 -121t38.5 -154zM791 442q0 42 -34 71t-102 60v-249q136 23 136 118zM389 1049q0 -44 30.5 -72.5t98.5 -58.5v235q-129 -19 -129 -104z" />
23
- <glyph unicode="%" horiz-adv-x="1845" d="M315 1024q0 -127 22.5 -189.5t72.5 -62.5q96 0 96 252q0 250 -96 250q-50 0 -72.5 -61.5t-22.5 -188.5zM758 1026q0 -230 -89 -345.5t-261 -115.5q-165 0 -255 118.5t-90 342.5q0 457 345 457q169 0 259.5 -118.5t90.5 -338.5zM1446 1462l-811 -1462h-240l811 1462h240z M1339 440q0 -127 22.5 -189.5t72.5 -62.5q96 0 96 252q0 250 -96 250q-50 0 -72.5 -61.5t-22.5 -188.5zM1782 442q0 -229 -89 -344.5t-261 -115.5q-165 0 -255 118.5t-90 341.5q0 457 345 457q169 0 259.5 -118.5t90.5 -338.5z" />
24
- <glyph unicode="&#x26;" horiz-adv-x="1536" d="M1536 0h-377l-115 113q-191 -133 -432 -133q-244 0 -387 112t-143 303q0 137 60.5 233.5t207.5 180.5q-75 86 -109 164.5t-34 171.5q0 152 116.5 245t311.5 93q186 0 297.5 -86.5t111.5 -231.5q0 -119 -69 -217.5t-223 -187.5l284 -277q71 117 123 301h318 q-36 -135 -99 -263.5t-143 -227.5zM403 424q0 -86 64.5 -137t165.5 -51q126 0 227 61l-332 330q-58 -44 -91.5 -92t-33.5 -111zM762 1133q0 53 -36 83.5t-93 30.5q-67 0 -105.5 -32t-38.5 -91q0 -88 95 -194q86 48 132 94.5t46 108.5z" />
25
- <glyph unicode="'" horiz-adv-x="545" d="M412 1462l-41 -528h-197l-41 528h279z" />
26
- <glyph unicode="(" horiz-adv-x="694" d="M82 561q0 265 77.5 496t223.5 405h250q-141 -193 -213 -424t-72 -475q0 -245 73.5 -473.5t209.5 -413.5h-248q-147 170 -224 397t-77 488z" />
27
- <glyph unicode=")" horiz-adv-x="694" d="M612 561q0 -263 -77.5 -490t-223.5 -395h-248q135 184 209 412.5t74 474.5q0 244 -72 475t-213 424h250q147 -175 224 -406.5t77 -494.5z" />
28
- <glyph unicode="*" horiz-adv-x="1116" d="M688 1556l-41 -368l373 104l33 -252l-340 -24l223 -297l-227 -121l-156 313l-137 -311l-236 119l221 297l-338 26l39 250l365 -104l-41 368h262z" />
29
- <glyph unicode="+" d="M475 612h-387v219h387v390h219v-390h387v-219h-387v-385h-219v385z" />
30
- <glyph unicode="," horiz-adv-x="594" d="M459 215q-52 -202 -176 -479h-220q65 266 101 502h280z" />
31
- <glyph unicode="-" horiz-adv-x="659" d="M61 424v250h537v-250h-537z" />
32
- <glyph unicode="." horiz-adv-x="584" d="M117 143q0 84 45 127t131 43q83 0 128.5 -44t45.5 -126q0 -79 -46 -124.5t-128 -45.5q-84 0 -130 44.5t-46 125.5z" />
33
- <glyph unicode="/" horiz-adv-x="846" d="M836 1462l-545 -1462h-277l545 1462h277z" />
34
- <glyph unicode="0" d="M1096 731q0 -383 -125.5 -567t-386.5 -184q-253 0 -381.5 190t-128.5 561q0 387 125 570.5t385 183.5q253 0 382.5 -192t129.5 -562zM381 731q0 -269 46.5 -385.5t156.5 -116.5q108 0 156 118t48 384q0 269 -48.5 386.5t-155.5 117.5q-109 0 -156 -117.5t-47 -386.5z" />
35
- <glyph unicode="1" d="M846 0h-309v846l3 139l5 152q-77 -77 -107 -101l-168 -135l-149 186l471 375h254v-1462z" />
36
- <glyph unicode="2" d="M1104 0h-1022v215l367 371q163 167 213 231.5t72 119.5t22 114q0 88 -48.5 131t-129.5 43q-85 0 -165 -39t-167 -111l-168 199q108 92 179 130t155 58.5t188 20.5q137 0 242 -50t163 -140t58 -206q0 -101 -35.5 -189.5t-110 -181.5t-262.5 -265l-188 -177v-14h637v-260z " />
37
- <glyph unicode="3" d="M1047 1135q0 -137 -83 -233t-233 -132v-6q177 -22 268 -107.5t91 -230.5q0 -211 -153 -328.5t-437 -117.5q-238 0 -422 79v263q85 -43 187 -70t202 -27q153 0 226 52t73 167q0 103 -84 146t-268 43h-111v237h113q170 0 248.5 44.5t78.5 152.5q0 166 -208 166 q-72 0 -146.5 -24t-165.5 -83l-143 213q200 144 477 144q227 0 358.5 -92t131.5 -256z" />
38
- <glyph unicode="4" d="M1137 303h-176v-303h-302v303h-624v215l641 944h285v-919h176v-240zM659 543v248q0 62 5 180t8 137h-8q-37 -82 -89 -160l-268 -405h352z" />
39
- <glyph unicode="5" d="M614 934q212 0 337.5 -119t125.5 -326q0 -245 -151 -377t-432 -132q-244 0 -394 79v267q79 -42 184 -68.5t199 -26.5q283 0 283 232q0 221 -293 221q-53 0 -117 -10.5t-104 -22.5l-123 66l55 745h793v-262h-522l-27 -287l35 7q61 14 151 14z" />
40
- <glyph unicode="6" d="M72 621q0 434 183.5 646t549.5 212q125 0 196 -15v-247q-89 20 -176 20q-159 0 -259.5 -48t-150.5 -142t-59 -267h13q99 170 317 170q196 0 307 -123t111 -340q0 -234 -132 -370.5t-366 -136.5q-162 0 -282.5 75t-186 219t-65.5 347zM600 227q99 0 152 66.5t53 189.5 q0 107 -49.5 168.5t-149.5 61.5q-94 0 -160.5 -61t-66.5 -142q0 -119 62.5 -201t158.5 -82z" />
41
- <glyph unicode="7" d="M227 0l549 1200h-721v260h1049v-194l-553 -1266h-324z" />
42
- <glyph unicode="8" d="M586 1481q210 0 338.5 -95.5t128.5 -257.5q0 -112 -62 -199.5t-200 -156.5q164 -88 235.5 -183.5t71.5 -209.5q0 -180 -141 -289.5t-371 -109.5q-240 0 -377 102t-137 289q0 125 66.5 222t213.5 171q-125 79 -180 169t-55 197q0 157 130 254t339 97zM358 389 q0 -86 60 -134t164 -48q115 0 172 49.5t57 130.5q0 67 -56.5 125.5t-183.5 124.5q-213 -98 -213 -248zM584 1255q-79 0 -127.5 -40.5t-48.5 -108.5q0 -60 38.5 -107.5t139.5 -97.5q98 46 137 94t39 111q0 69 -50 109t-128 40z" />
43
- <glyph unicode="9" d="M1098 838q0 -432 -182 -645t-551 -213q-130 0 -197 14v248q84 -21 176 -21q155 0 255 45.5t153 143t61 268.5h-12q-58 -94 -134 -132t-190 -38q-191 0 -301 122.5t-110 340.5q0 235 133.5 371.5t363.5 136.5q162 0 283.5 -76t186.5 -220.5t65 -344.5zM569 1231 q-96 0 -150 -66t-54 -190q0 -106 49 -168t149 -62q94 0 161 61.5t67 141.5q0 119 -62.5 201t-159.5 82z" />
44
- <glyph unicode=":" horiz-adv-x="584" d="M117 143q0 84 45 127t131 43q83 0 128.5 -44t45.5 -126q0 -79 -46 -124.5t-128 -45.5q-84 0 -130 44.5t-46 125.5zM117 969q0 84 45 127t131 43q83 0 128.5 -44t45.5 -126q0 -81 -46.5 -125.5t-127.5 -44.5q-84 0 -130 44t-46 126z" />
45
- <glyph unicode=";" horiz-adv-x="594" d="M444 238l15 -23q-52 -202 -176 -479h-220q65 266 101 502h280zM117 969q0 84 45 127t131 43q83 0 128.5 -44t45.5 -126q0 -81 -46.5 -125.5t-127.5 -44.5q-84 0 -130 44t-46 126z" />
46
- <glyph unicode="&#x3c;" d="M1081 203l-993 438v143l993 496v-240l-684 -317l684 -281v-239z" />
47
- <glyph unicode="=" d="M88 805v219h993v-219h-993zM88 418v219h993v-219h-993z" />
48
- <glyph unicode="&#x3e;" d="M88 442l684 281l-684 317v240l993 -496v-143l-993 -438v239z" />
49
- <glyph unicode="?" horiz-adv-x="977" d="M276 485v74q0 96 41 167t150 151q105 75 138.5 122t33.5 105q0 65 -48 99t-134 34q-150 0 -342 -98l-109 219q223 125 473 125q206 0 327.5 -99t121.5 -264q0 -110 -50 -190t-190 -180q-96 -71 -121.5 -108t-25.5 -97v-60h-265zM244 143q0 84 45 127t131 43 q83 0 128.5 -44t45.5 -126q0 -79 -46 -124.5t-128 -45.5q-84 0 -130 44.5t-46 125.5z" />
50
- <glyph unicode="@" horiz-adv-x="1837" d="M1735 752q0 -144 -46 -263.5t-130 -187.5t-195 -68q-74 0 -131 35.5t-82 93.5h-16q-108 -129 -275 -129q-177 0 -279 106.5t-102 291.5q0 211 134 340t350 129q86 0 189.5 -16.5t170.5 -39.5l-23 -489q0 -139 76 -139q64 0 102 93.5t38 244.5q0 161 -67 284.5 t-188.5 188.5t-277.5 65q-202 0 -351 -83t-228.5 -239.5t-79.5 -361.5q0 -276 147.5 -423.5t427.5 -147.5q106 0 233 23.5t250 68.5v-192q-214 -91 -475 -91q-380 0 -592.5 200t-212.5 556q0 247 108.5 448.5t309 316t461.5 114.5q220 0 393 -90t267 -256t94 -383zM711 627 q0 -211 172 -211q90 0 137 63.5t57 206.5l13 221q-51 11 -115 11q-125 0 -194.5 -78t-69.5 -213z" />
51
- <glyph unicode="A" horiz-adv-x="1413" d="M1079 0l-106 348h-533l-106 -348h-334l516 1468h379l518 -1468h-334zM899 608q-147 473 -165.5 535t-26.5 98q-33 -128 -189 -633h381z" />
52
- <glyph unicode="B" horiz-adv-x="1376" d="M184 1462h455q311 0 451.5 -88.5t140.5 -281.5q0 -131 -61.5 -215t-163.5 -101v-10q139 -31 200.5 -116t61.5 -226q0 -200 -144.5 -312t-392.5 -112h-547v1462zM494 883h180q126 0 182.5 39t56.5 129q0 84 -61.5 120.5t-194.5 36.5h-163v-325zM494 637v-381h202 q128 0 189 49t61 150q0 182 -260 182h-192z" />
53
- <glyph unicode="C" horiz-adv-x="1305" d="M805 1225q-175 0 -271 -131.5t-96 -366.5q0 -489 367 -489q154 0 373 77v-260q-180 -75 -402 -75q-319 0 -488 193.5t-169 555.5q0 228 83 399.5t238.5 263t364.5 91.5q213 0 428 -103l-100 -252q-82 39 -165 68t-163 29z" />
54
- <glyph unicode="D" horiz-adv-x="1516" d="M1397 745q0 -361 -205.5 -553t-593.5 -192h-414v1462h459q358 0 556 -189t198 -528zM1075 737q0 471 -416 471h-165v-952h133q448 0 448 481z" />
55
- <glyph unicode="E" horiz-adv-x="1147" d="M1026 0h-842v1462h842v-254h-532v-321h495v-254h-495v-377h532v-256z" />
56
- <glyph unicode="F" horiz-adv-x="1124" d="M489 0h-305v1462h838v-254h-533v-377h496v-253h-496v-578z" />
57
- <glyph unicode="G" horiz-adv-x="1483" d="M739 821h580v-758q-141 -46 -265.5 -64.5t-254.5 -18.5q-331 0 -505.5 194.5t-174.5 558.5q0 354 202.5 552t561.5 198q225 0 434 -90l-103 -248q-160 80 -333 80q-201 0 -322 -135t-121 -363q0 -238 97.5 -363.5t283.5 -125.5q97 0 197 20v305h-277v258z" />
58
- <glyph unicode="H" horiz-adv-x="1567" d="M1382 0h-309v631h-579v-631h-310v1462h310v-573h579v573h309v-1462z" />
59
- <glyph unicode="I" horiz-adv-x="678" d="M184 0v1462h310v-1462h-310z" />
60
- <glyph unicode="J" horiz-adv-x="678" d="M31 -430q-105 0 -183 22v258q80 -20 146 -20q102 0 146 63.5t44 198.5v1370h310v-1368q0 -256 -117 -390t-346 -134z" />
61
- <glyph unicode="K" horiz-adv-x="1360" d="M1360 0h-352l-383 616l-131 -94v-522h-310v1462h310v-669l122 172l396 497h344l-510 -647z" />
62
- <glyph unicode="L" horiz-adv-x="1157" d="M184 0v1462h310v-1206h593v-256h-903z" />
63
- <glyph unicode="M" horiz-adv-x="1931" d="M803 0l-352 1147h-9q19 -350 19 -467v-680h-277v1462h422l346 -1118h6l367 1118h422v-1462h-289v692q0 49 1.5 113t13.5 340h-9l-377 -1145h-284z" />
64
- <glyph unicode="N" horiz-adv-x="1665" d="M1481 0h-394l-636 1106h-9q19 -293 19 -418v-688h-277v1462h391l635 -1095h7q-15 285 -15 403v692h279v-1462z" />
65
- <glyph unicode="O" horiz-adv-x="1630" d="M1511 733q0 -363 -180 -558t-516 -195t-516 195t-180 560t180.5 557.5t517.5 192.5t515.5 -194t178.5 -558zM444 733q0 -245 93 -369t278 -124q371 0 371 493q0 494 -369 494q-185 0 -279 -124.5t-94 -369.5z" />
66
- <glyph unicode="P" horiz-adv-x="1286" d="M494 774h102q143 0 214 56.5t71 164.5q0 109 -59.5 161t-186.5 52h-141v-434zM1194 1006q0 -236 -147.5 -361t-419.5 -125h-133v-520h-310v1462h467q266 0 404.5 -114.5t138.5 -341.5z" />
67
- <glyph unicode="Q" horiz-adv-x="1630" d="M1511 733q0 -258 -91.5 -432.5t-268.5 -255.5l352 -393h-397l-268 328h-23q-336 0 -516 195t-180 560t180.5 557.5t517.5 192.5t515.5 -194t178.5 -558zM444 733q0 -245 93 -369t278 -124q371 0 371 493q0 494 -369 494q-185 0 -279 -124.5t-94 -369.5z" />
68
- <glyph unicode="R" horiz-adv-x="1352" d="M494 813h100q147 0 217 49t70 154q0 104 -71.5 148t-221.5 44h-94v-395zM494 561v-561h-310v1462h426q298 0 441 -108.5t143 -329.5q0 -129 -71 -229.5t-201 -157.5q330 -493 430 -637h-344l-349 561h-165z" />
69
- <glyph unicode="S" horiz-adv-x="1128" d="M1047 406q0 -198 -142.5 -312t-396.5 -114q-234 0 -414 88v288q148 -66 250.5 -93t187.5 -27q102 0 156.5 39t54.5 116q0 43 -24 76.5t-70.5 64.5t-189.5 99q-134 63 -201 121t-107 135t-40 180q0 194 131.5 305t363.5 111q114 0 217.5 -27t216.5 -76l-100 -241 q-117 48 -193.5 67t-150.5 19q-88 0 -135 -41t-47 -107q0 -41 19 -71.5t60.5 -59t196.5 -102.5q205 -98 281 -196.5t76 -241.5z" />
70
- <glyph unicode="T" horiz-adv-x="1186" d="M748 0h-310v1204h-397v258h1104v-258h-397v-1204z" />
71
- <glyph unicode="U" horiz-adv-x="1548" d="M1374 1462v-946q0 -162 -72.5 -284t-209.5 -187t-324 -65q-282 0 -438 144.5t-156 395.5v942h309v-895q0 -169 68 -248t225 -79q152 0 220.5 79.5t68.5 249.5v893h309z" />
72
- <glyph unicode="V" horiz-adv-x="1331" d="M1018 1462h313l-497 -1462h-338l-496 1462h313l275 -870q23 -77 47.5 -179.5t30.5 -142.5q11 92 75 322z" />
73
- <glyph unicode="W" horiz-adv-x="1980" d="M1608 0h-353l-198 768q-11 41 -37.5 169.5t-30.5 172.5q-6 -54 -30 -173.5t-37 -170.5l-197 -766h-352l-373 1462h305l187 -798q49 -221 71 -383q6 57 27.5 176.5t40.5 185.5l213 819h293l213 -819q14 -55 35 -168t32 -194q10 78 32 194.5t40 188.5l186 798h305z" />
74
- <glyph unicode="X" horiz-adv-x="1366" d="M1366 0h-354l-340 553l-340 -553h-332l485 754l-454 708h342l315 -526l309 526h334l-459 -725z" />
75
- <glyph unicode="Y" horiz-adv-x="1278" d="M639 860l305 602h334l-485 -893v-569h-308v559l-485 903h336z" />
76
- <glyph unicode="Z" horiz-adv-x="1186" d="M1137 0h-1088v201l701 1005h-682v256h1050v-200l-700 -1006h719v-256z" />
77
- <glyph unicode="[" horiz-adv-x="678" d="M627 -324h-484v1786h484v-211h-224v-1364h224v-211z" />
78
- <glyph unicode="\" horiz-adv-x="846" d="M289 1462l545 -1462h-277l-545 1462h277z" />
79
- <glyph unicode="]" horiz-adv-x="678" d="M51 -113h223v1364h-223v211h484v-1786h-484v211z" />
80
- <glyph unicode="^" horiz-adv-x="1090" d="M8 520l438 950h144l495 -950h-239l-322 643l-280 -643h-236z" />
81
- <glyph unicode="_" horiz-adv-x="842" d="M846 -324h-850v140h850v-140z" />
82
- <glyph unicode="`" horiz-adv-x="1243" d="M707 1241q-63 44 -185 142.5t-190 164.5v21h342q63 -101 235 -301v-27h-202z" />
83
- <glyph unicode="a" horiz-adv-x="1237" d="M870 0l-59 152h-8q-77 -97 -158.5 -134.5t-212.5 -37.5q-161 0 -253.5 92t-92.5 262q0 178 124.5 262.5t375.5 93.5l194 6v49q0 170 -174 170q-134 0 -315 -81l-101 206q193 101 428 101q225 0 345 -98t120 -298v-745h-213zM780 518l-118 -4q-133 -4 -198 -48t-65 -134 q0 -129 148 -129q106 0 169.5 61t63.5 162v92z" />
84
- <glyph unicode="b" horiz-adv-x="1296" d="M782 1139q198 0 310 -154.5t112 -423.5q0 -277 -115.5 -429t-314.5 -152q-197 0 -309 143h-21l-51 -123h-233v1556h305v-362q0 -69 -12 -221h12q107 166 317 166zM684 895q-113 0 -165 -69.5t-54 -229.5v-33q0 -180 53.5 -258t169.5 -78q94 0 149.5 86.5t55.5 251.5 t-56 247.5t-153 82.5z" />
85
- <glyph unicode="c" horiz-adv-x="1053" d="M614 -20q-522 0 -522 573q0 285 142 435.5t407 150.5q194 0 348 -76l-90 -236q-72 29 -134 47.5t-124 18.5q-238 0 -238 -338q0 -328 238 -328q88 0 163 23.5t150 73.5v-261q-74 -47 -149.5 -65t-190.5 -18z" />
86
- <glyph unicode="d" horiz-adv-x="1296" d="M514 -20q-197 0 -309.5 153t-112.5 424q0 275 114.5 428.5t315.5 153.5q211 0 322 -164h10q-23 125 -23 223v358h306v-1556h-234l-59 145h-13q-104 -165 -317 -165zM621 223q117 0 171.5 68t59.5 231v33q0 180 -55.5 258t-180.5 78q-102 0 -158.5 -86.5t-56.5 -251.5 t57 -247.5t163 -82.5z" />
87
- <glyph unicode="e" horiz-adv-x="1210" d="M623 922q-97 0 -152 -61.5t-63 -174.5h428q-2 113 -59 174.5t-154 61.5zM666 -20q-270 0 -422 149t-152 422q0 281 140.5 434.5t388.5 153.5q237 0 369 -135t132 -373v-148h-721q5 -130 77 -203t202 -73q101 0 191 21t188 67v-236q-80 -40 -171 -59.5t-222 -19.5z" />
88
- <glyph unicode="f" horiz-adv-x="793" d="M778 889h-264v-889h-305v889h-168v147l168 82v82q0 191 94 279t301 88q158 0 281 -47l-78 -224q-92 29 -170 29q-65 0 -94 -38.5t-29 -98.5v-70h264v-229z" />
89
- <glyph unicode="g" horiz-adv-x="1157" d="M1133 1118v-155l-175 -45q48 -75 48 -168q0 -180 -125.5 -280.5t-348.5 -100.5l-55 3l-45 5q-47 -36 -47 -80q0 -66 168 -66h190q184 0 280.5 -79t96.5 -232q0 -196 -163.5 -304t-469.5 -108q-234 0 -357.5 81.5t-123.5 228.5q0 101 63 169t185 97q-47 20 -82 65.5 t-35 96.5q0 64 37 106.5t107 83.5q-88 38 -139.5 122t-51.5 198q0 183 119 283t340 100q47 0 111.5 -8.5t82.5 -12.5h390zM270 -158q0 -63 60.5 -99t169.5 -36q164 0 257 45t93 123q0 63 -55 87t-170 24h-158q-84 0 -140.5 -39.5t-56.5 -104.5zM381 752q0 -91 41.5 -144 t126.5 -53q86 0 126 53t40 144q0 202 -166 202q-168 0 -168 -202z" />
90
- <glyph unicode="h" horiz-adv-x="1346" d="M1192 0h-305v653q0 242 -180 242q-128 0 -185 -87t-57 -282v-526h-305v1556h305v-317q0 -37 -7 -174l-7 -90h16q102 164 324 164q197 0 299 -106t102 -304v-729z" />
91
- <glyph unicode="i" horiz-adv-x="625" d="M147 1407q0 149 166 149t166 -149q0 -71 -41.5 -110.5t-124.5 -39.5q-166 0 -166 150zM465 0h-305v1118h305v-1118z" />
92
- <glyph unicode="j" horiz-adv-x="625" d="M70 -492q-117 0 -201 25v240q70 -19 143 -19q77 0 112.5 43t35.5 127v1194h305v-1239q0 -178 -103 -274.5t-292 -96.5zM147 1407q0 149 166 149t166 -149q0 -71 -41.5 -110.5t-124.5 -39.5q-166 0 -166 150z" />
93
- <glyph unicode="k" horiz-adv-x="1270" d="M453 608l133 170l313 340h344l-444 -485l471 -633h-352l-322 453l-131 -105v-348h-305v1556h305v-694l-16 -254h4z" />
94
- <glyph unicode="l" horiz-adv-x="625" d="M465 0h-305v1556h305v-1556z" />
95
- <glyph unicode="m" horiz-adv-x="2011" d="M1161 0h-305v653q0 121 -40.5 181.5t-127.5 60.5q-117 0 -170 -86t-53 -283v-526h-305v1118h233l41 -143h17q45 77 130 120.5t195 43.5q251 0 340 -164h27q45 78 132.5 121t197.5 43q190 0 287.5 -97.5t97.5 -312.5v-729h-306v653q0 121 -40.5 181.5t-127.5 60.5 q-112 0 -167.5 -80t-55.5 -254v-561z" />
96
- <glyph unicode="n" horiz-adv-x="1346" d="M1192 0h-305v653q0 121 -43 181.5t-137 60.5q-128 0 -185 -85.5t-57 -283.5v-526h-305v1118h233l41 -143h17q51 81 140.5 122.5t203.5 41.5q195 0 296 -105.5t101 -304.5v-729z" />
97
- <glyph unicode="o" horiz-adv-x="1268" d="M403 561q0 -166 54.5 -251t177.5 -85q122 0 175.5 84.5t53.5 251.5q0 166 -54 249t-177 83q-122 0 -176 -82.5t-54 -249.5zM1176 561q0 -273 -144 -427t-401 -154q-161 0 -284 70.5t-189 202.5t-66 308q0 274 143 426t402 152q161 0 284 -70t189 -201t66 -307z" />
98
- <glyph unicode="p" horiz-adv-x="1296" d="M774 -20q-197 0 -309 143h-16q16 -140 16 -162v-453h-305v1610h248l43 -145h14q107 166 317 166q198 0 310 -153t112 -425q0 -179 -52.5 -311t-149.5 -201t-228 -69zM684 895q-113 0 -165 -69.5t-54 -229.5v-33q0 -180 53.5 -258t169.5 -78q205 0 205 338 q0 165 -50.5 247.5t-158.5 82.5z" />
99
- <glyph unicode="q" horiz-adv-x="1296" d="M623 219q116 0 170 66.5t59 232.5v37q0 180 -55.5 258t-178.5 78q-215 0 -215 -338q0 -168 53.5 -251t166.5 -83zM514 -20q-198 0 -310 152.5t-112 424.5q0 274 114.5 428t313.5 154q106 0 185 -40t139 -124h8l27 143h258v-1610h-306v469q0 61 13 168h-13 q-49 -81 -130 -123t-187 -42z" />
100
- <glyph unicode="r" horiz-adv-x="930" d="M784 1139q62 0 103 -9l-23 -286q-37 10 -90 10q-146 0 -227.5 -75t-81.5 -210v-569h-305v1118h231l45 -188h15q52 94 140.5 151.5t192.5 57.5z" />
101
- <glyph unicode="s" horiz-adv-x="1018" d="M940 332q0 -172 -119.5 -262t-357.5 -90q-122 0 -208 16.5t-161 48.5v252q85 -40 191.5 -67t187.5 -27q166 0 166 96q0 36 -22 58.5t-76 51t-144 66.5q-129 54 -189.5 100t-88 105.5t-27.5 146.5q0 149 115.5 230.5t327.5 81.5q202 0 393 -88l-92 -220q-84 36 -157 59 t-149 23q-135 0 -135 -73q0 -41 43.5 -71t190.5 -89q131 -53 192 -99t90 -106t29 -143z" />
102
- <glyph unicode="t" horiz-adv-x="889" d="M631 223q80 0 192 35v-227q-114 -51 -280 -51q-183 0 -266.5 92.5t-83.5 277.5v539h-146v129l168 102l88 236h195v-238h313v-229h-313v-539q0 -65 36.5 -96t96.5 -31z" />
103
- <glyph unicode="u" horiz-adv-x="1346" d="M952 0l-41 143h-16q-49 -78 -139 -120.5t-205 -42.5q-197 0 -297 105.5t-100 303.5v729h305v-653q0 -121 43 -181.5t137 -60.5q128 0 185 85.5t57 283.5v526h305v-1118h-234z" />
104
- <glyph unicode="v" horiz-adv-x="1165" d="M426 0l-426 1118h319l216 -637q36 -121 45 -229h6q5 96 45 229l215 637h319l-426 -1118h-313z" />
105
- <glyph unicode="w" horiz-adv-x="1753" d="M1079 0l-86 391l-116 494h-7l-204 -885h-328l-318 1118h304l129 -495q31 -133 63 -367h6q4 76 35 241l16 85l138 536h336l131 -536q4 -22 12.5 -65t16.5 -91.5t14.5 -95t7.5 -74.5h6q9 72 32 197.5t33 169.5l134 495h299l-322 -1118h-332z" />
106
- <glyph unicode="x" horiz-adv-x="1184" d="M389 571l-360 547h346l217 -356l219 356h346l-364 -547l381 -571h-347l-235 383l-236 -383h-346z" />
107
- <glyph unicode="y" horiz-adv-x="1165" d="M0 1118h334l211 -629q27 -82 37 -194h6q11 103 43 194l207 629h327l-473 -1261q-65 -175 -185.5 -262t-281.5 -87q-79 0 -155 17v242q55 -13 120 -13q81 0 141.5 49.5t94.5 149.5l18 55z" />
108
- <glyph unicode="z" horiz-adv-x="999" d="M938 0h-883v180l518 705h-487v233h834v-198l-504 -687h522v-233z" />
109
- <glyph unicode="{" horiz-adv-x="807" d="M287 270q0 87 -65.5 133t-190.5 46v239q126 0 191 44t65 126v8v318q0 153 97 215.5t341 62.5v-225q-99 -3 -136.5 -38t-37.5 -103v-299q-6 -188 -234 -222v-12q234 -35 234 -212v-9v-299q0 -68 37 -103t137 -38v-226q-244 0 -341 62.5t-97 216.5v315z" />
110
- <glyph unicode="|" horiz-adv-x="1128" d="M455 1550h219v-2015h-219v2015z" />
111
- <glyph unicode="}" horiz-adv-x="807" d="M520 -45q0 -112 -41 -169t-135.5 -83.5t-261.5 -26.5v226q99 2 136.5 36t37.5 105v299v11q0 86 59 139.5t174 70.5v12q-227 34 -233 222v299q0 70 -37 104t-137 37v225q167 0 262 -26.5t135.5 -84t40.5 -167.5v-318v-10q0 -84 61.5 -126t194.5 -42v-239 q-125 0 -190.5 -41t-65.5 -138v-315z" />
112
- <glyph unicode="~" d="M322 672q-55 0 -117.5 -33.5t-116.5 -87.5v231q103 109 256 109q73 0 137.5 -16t139.5 -48q129 -55 227 -55q53 0 116 32t117 89v-231q-101 -109 -256 -109q-66 0 -126 13t-150 50q-131 56 -227 56z" />
113
- <glyph unicode="&#xa1;" horiz-adv-x="586" d="M168 606h244l51 -975h-346zM467 948q0 -84 -45 -127t-131 -43q-83 0 -128.5 44t-45.5 126q0 81 46.5 125.5t127.5 44.5q84 0 130 -44t46 -126z" />
114
- <glyph unicode="&#xa2;" d="M563 176q-420 59 -420 565q0 261 104.5 403t315.5 173v166h178v-158q166 -9 299 -74l-90 -235q-72 29 -134 47t-124 18q-121 0 -179 -83.5t-58 -254.5q0 -327 237 -327q82 0 148 15.5t166 60.5v-254q-127 -61 -265 -70v-188h-178v196z" />
115
- <glyph unicode="&#xa3;" d="M700 1483q195 0 390 -82l-93 -230q-157 64 -272 64q-78 0 -120 -44.5t-42 -127.5v-193h375v-219h-375v-143q0 -170 -151 -248h718v-260h-1048v248q103 44 141.5 101t38.5 157v145h-178v219h178v195q0 201 114.5 309.5t323.5 108.5z" />
116
- <glyph unicode="&#xa4;" d="M188 723q0 102 54 197l-129 127l147 147l127 -127q91 53 197 53q105 0 196 -55l127 129l150 -143l-129 -129q53 -89 53 -199q0 -107 -53 -199l125 -125l-146 -145l-127 125q-95 -51 -196 -51q-115 0 -199 51l-125 -123l-145 145l127 125q-54 93 -54 197zM395 723 q0 -77 54.5 -132.5t134.5 -55.5q81 0 136.5 55t55.5 133q0 80 -56.5 135t-135.5 55q-78 0 -133.5 -56t-55.5 -134z" />
117
- <glyph unicode="&#xa5;" d="M584 860l264 602h313l-383 -747h195v-178h-246v-138h246v-178h-246v-221h-287v221h-247v178h247v138h-247v178h190l-377 747h316z" />
118
- <glyph unicode="&#xa6;" horiz-adv-x="1128" d="M455 1550h219v-815h-219v815zM455 350h219v-815h-219v815z" />
119
- <glyph unicode="&#xa7;" horiz-adv-x="995" d="M121 805q0 79 36 144.5t97 105.5q-133 84 -133 233q0 131 111.5 210t293.5 79q170 0 363 -84l-82 -190q-68 32 -138.5 57.5t-148.5 25.5q-81 0 -118 -23t-37 -71q0 -49 49.5 -86t163.5 -82q163 -64 240 -148.5t77 -193.5q0 -177 -125 -260q62 -40 93.5 -92.5t31.5 -126.5 q0 -148 -119.5 -235.5t-320.5 -87.5q-203 0 -349 79v207q81 -41 180 -69.5t169 -28.5q194 0 194 117q0 39 -18.5 63t-63.5 49.5t-125 59.5q-183 74 -252 152.5t-69 195.5zM344 827q0 -67 65 -119t181 -98q78 57 78 146q0 68 -50.5 115t-183.5 96q-37 -14 -63.5 -53.5 t-26.5 -86.5z" />
120
- <glyph unicode="&#xa8;" horiz-adv-x="1243" d="M279 1405q0 65 37.5 100t101.5 35q66 0 103.5 -37t37.5 -98q0 -60 -38 -96.5t-103 -36.5q-64 0 -101.5 35t-37.5 98zM682 1405q0 70 40.5 102.5t100.5 32.5q65 0 103.5 -36t38.5 -99q0 -61 -39 -97t-103 -36q-60 0 -100.5 32.5t-40.5 100.5z" />
121
- <glyph unicode="&#xa9;" horiz-adv-x="1704" d="M895 1010q-97 0 -150 -74t-53 -205q0 -280 203 -280q57 0 123 15t123 44v-191q-120 -57 -252 -57q-204 0 -316 125t-112 346q0 220 110.5 342.5t309.5 122.5q149 0 305 -78l-74 -168q-113 58 -217 58zM100 731q0 200 100 375t275 276t377 101q200 0 375 -100t276 -275 t101 -377q0 -197 -97 -370t-272 -277t-383 -104q-207 0 -382 103.5t-272.5 276.5t-97.5 371zM242 731q0 -164 82 -305.5t224 -223t304 -81.5q164 0 305.5 82t223 224t81.5 304q0 164 -82 305.5t-224 223t-304 81.5q-164 0 -305.5 -82t-223 -224t-81.5 -304z" />
122
- <glyph unicode="&#xaa;" horiz-adv-x="784" d="M561 764l-31 110q-43 -58 -105 -90t-136 -32q-117 0 -179.5 58.5t-62.5 164.5q0 109 82.5 163.5t267.5 63.5l99 4q0 117 -127 117q-81 0 -217 -61l-66 135q66 32 145.5 57t178.5 25q137 0 211.5 -71t74.5 -202v-442h-135zM252 977q0 -38 23 -56t55 -18q77 0 121.5 41.5 t44.5 106.5v36l-99 -6q-145 -10 -145 -104z" />
123
- <glyph unicode="&#xab;" horiz-adv-x="1260" d="M82 573l371 455l219 -119l-279 -348l279 -348l-219 -119l-371 453v26zM588 573l370 455l220 -119l-279 -348l279 -348l-220 -119l-370 453v26z" />
124
- <glyph unicode="&#xac;" d="M1081 248h-219v364h-774v219h993v-583z" />
125
- <glyph unicode="&#xad;" horiz-adv-x="659" d="M61 424zM61 424v250h537v-250h-537z" />
126
- <glyph unicode="&#xae;" horiz-adv-x="1704" d="M1157 905q0 -170 -143 -233l237 -400h-254l-178 338h-47v-338h-229v916h264q181 0 265.5 -70t84.5 -213zM772 778h31q66 0 94.5 28.5t28.5 94.5q0 65 -28 92t-97 27h-29v-242zM100 731q0 200 100 375t275 276t377 101q200 0 375 -100t276 -275t101 -377q0 -197 -97 -370 t-272 -277t-383 -104q-207 0 -382 103.5t-272.5 276.5t-97.5 371zM242 731q0 -164 82 -305.5t224 -223t304 -81.5q164 0 305.5 82t223 224t81.5 304q0 164 -82 305.5t-224 223t-304 81.5q-164 0 -305.5 -82t-223 -224t-81.5 -304z" />
127
- <glyph unicode="&#xaf;" horiz-adv-x="1024" d="M1030 1556h-1036v201h1036v-201z" />
128
- <glyph unicode="&#xb0;" horiz-adv-x="877" d="M92 1137q0 92 46 172t126 127t174 47q92 0 172.5 -46t127 -127t46.5 -173q0 -93 -46.5 -173.5t-126.5 -125.5t-173 -45q-145 0 -245.5 99.5t-100.5 244.5zM283 1137q0 -64 44.5 -109t110.5 -45t111 46t45 108q0 63 -45.5 110t-110.5 47q-64 0 -109.5 -46t-45.5 -111z" />
129
- <glyph unicode="&#xb1;" d="M475 674h-387v219h387v389h219v-389h387v-219h-387v-385h-219v385zM88 0v219h993v-219h-993z" />
130
- <glyph unicode="&#xb2;" horiz-adv-x="776" d="M702 586h-647v168l224 219q102 100 130.5 144.5t28.5 94.5q0 38 -24 58t-64 20q-81 0 -180 -88l-123 152q147 129 336 129q137 0 216 -66.5t79 -183.5q0 -85 -47 -160t-176 -192l-105 -95h352v-200z" />
131
- <glyph unicode="&#xb3;" horiz-adv-x="776" d="M666 1249q0 -143 -170 -198v-13q94 -20 146 -75t52 -134q0 -121 -88 -190.5t-274 -69.5q-143 0 -273 70v190q148 -90 271 -90q143 0 143 107q0 53 -44 79.5t-122 26.5h-112v160h92q83 0 123.5 26t40.5 83q0 38 -25 63t-76 25q-47 0 -89 -19t-99 -59l-101 141 q62 47 137.5 78t178.5 31q127 0 208 -64t81 -168z" />
132
- <glyph unicode="&#xb4;" horiz-adv-x="1243" d="M332 1241v27q172 200 235 301h342v-21q-52 -52 -177.5 -154.5t-196.5 -152.5h-203z" />
133
- <glyph unicode="&#xb5;" horiz-adv-x="1352" d="M465 465q0 -121 44 -181.5t138 -60.5q126 0 183 86.5t57 282.5v526h305v-1118h-231l-43 150h-15q-42 -85 -102 -127.5t-148 -42.5q-62 0 -114 23t-84 67l5 -85l5 -157v-320h-305v1610h305v-653z" />
134
- <glyph unicode="&#xb6;" horiz-adv-x="1341" d="M1167 -260h-161v1616h-166v-1616h-162v819q-62 -18 -146 -18q-216 0 -317.5 125t-101.5 376q0 260 109 387t341 127h604v-1816z" />
135
- <glyph unicode="&#xb7;" horiz-adv-x="584" d="M117 723q0 84 45 127t131 43q83 0 128.5 -44t45.5 -126q0 -81 -46.5 -125.5t-127.5 -44.5q-84 0 -130 44t-46 126z" />
136
- <glyph unicode="&#xb8;" horiz-adv-x="420" d="M418 -250q0 -128 -75.5 -185t-233.5 -57q-78 0 -146 21v168q27 -7 72.5 -14t70.5 -7q72 0 72 62q0 83 -166 108l78 154h193l-27 -61q74 -24 118 -74.5t44 -114.5z" />
137
- <glyph unicode="&#xb9;" horiz-adv-x="776" d="M584 586h-238v446l3 112l5 95q-27 -36 -75 -78l-78 -61l-109 127l301 235h191v-876z" />
138
- <glyph unicode="&#xba;" horiz-adv-x="795" d="M737 1116q0 -171 -91.5 -267.5t-250.5 -96.5q-153 0 -245.5 98.5t-92.5 265.5q0 169 89.5 266t252.5 97q152 0 245 -98.5t93 -264.5zM260 1116q0 -100 32.5 -150.5t104.5 -50.5t103.5 50.5t31.5 150.5t-31.5 149.5t-103.5 49.5t-104.5 -49.5t-32.5 -149.5z" />
139
- <glyph unicode="&#xbb;" horiz-adv-x="1260" d="M1178 547l-371 -453l-219 119l278 348l-278 348l219 119l371 -455v-26zM672 547l-371 -453l-219 119l278 348l-278 348l219 119l371 -455v-26z" />
140
- <glyph unicode="&#xbc;" horiz-adv-x="1804" d="M46 0zM538 586h-238v446l3 112l5 95q-27 -36 -75 -78l-78 -61l-109 127l301 235h191v-876zM1370 1462l-811 -1462h-239l811 1462h239zM1682 152h-125v-151h-238v151h-383v154l385 577h236v-563h125v-168zM1319 320v164q0 86 6 184q-9 -26 -35.5 -80t-41.5 -77l-127 -191 h198z" />
141
- <glyph unicode="&#xbd;" horiz-adv-x="1804" d="M46 0zM538 586h-238v446l3 112l5 95q-27 -36 -75 -78l-78 -61l-109 127l301 235h191v-876zM1370 1462l-811 -1462h-239l811 1462h239zM1716 1h-647v168l224 219q102 100 130.5 144.5t28.5 94.5q0 38 -24 58t-64 20q-81 0 -180 -88l-123 152q147 129 336 129 q137 0 216 -66.5t79 -183.5q0 -85 -47 -160t-176 -192l-105 -95h352v-200z" />
142
- <glyph unicode="&#xbe;" horiz-adv-x="1804" d="M90 0zM697 1249q0 -143 -170 -198v-13q94 -20 146 -75t52 -134q0 -121 -88 -190.5t-274 -69.5q-143 0 -273 70v190q148 -90 271 -90q143 0 143 107q0 53 -44 79.5t-122 26.5h-112v160h92q83 0 123.5 26t40.5 83q0 38 -25 63t-76 25q-47 0 -89 -19t-99 -59l-101 141 q62 47 137.5 78t178.5 31q127 0 208 -64t81 -168zM1441 1462l-811 -1462h-239l811 1462h239zM1712 152h-125v-151h-238v151h-383v154l385 577h236v-563h125v-168zM1349 320v164q0 86 6 184q-9 -26 -35.5 -80t-41.5 -77l-127 -191h198z" />
143
- <glyph unicode="&#xbf;" horiz-adv-x="977" d="M713 606v-74q0 -98 -44.5 -169t-152.5 -148q-109 -78 -137.5 -122t-28.5 -107q0 -57 43.5 -94t132.5 -37q79 0 169 29t186 71l102 -221q-98 -56 -221.5 -90.5t-229.5 -34.5q-220 0 -345.5 96.5t-125.5 265.5q0 108 48.5 187t191.5 184q95 70 121.5 107t26.5 98v59h264z M745 948q0 -84 -45 -127t-131 -43q-83 0 -128.5 44t-45.5 126q0 81 46.5 125.5t127.5 44.5q84 0 130 -44t46 -126z" />
144
- <glyph unicode="&#xc0;" horiz-adv-x="1413" d="M0 0zM1079 0l-106 348h-533l-106 -348h-334l516 1468h379l518 -1468h-334zM899 608q-147 473 -165.5 535t-26.5 98q-33 -128 -189 -633h381zM713 1579q-63 44 -185 142.5t-190 164.5v21h342q63 -101 235 -301v-27h-202z" />
145
- <glyph unicode="&#xc1;" horiz-adv-x="1413" d="M0 0zM1079 0l-106 348h-533l-106 -348h-334l516 1468h379l518 -1468h-334zM899 608q-147 473 -165.5 535t-26.5 98q-33 -128 -189 -633h381zM541 1579v27q172 200 235 301h342v-21q-52 -52 -177.5 -154.5t-196.5 -152.5h-203z" />
146
- <glyph unicode="&#xc2;" horiz-adv-x="1413" d="M0 0zM1079 0l-106 348h-533l-106 -348h-334l516 1468h379l518 -1468h-334zM899 608q-147 473 -165.5 535t-26.5 98q-33 -128 -189 -633h381zM938 1579q-157 93 -234 176q-78 -81 -229 -176h-203v27q189 189 256 301h357q31 -52 107.5 -141.5t148.5 -159.5v-27h-203z" />
147
- <glyph unicode="&#xc3;" horiz-adv-x="1413" d="M0 0zM1079 0l-106 348h-533l-106 -348h-334l516 1468h379l518 -1468h-334zM899 608q-147 473 -165.5 535t-26.5 98q-33 -128 -189 -633h381zM543 1684q-31 0 -59.5 -26.5t-41.5 -80.5h-149q11 145 82.5 227t189.5 82q41 0 80.5 -16.5t78 -36t75.5 -35.5t73 -16 q31 0 59.5 26t41.5 80h149q-11 -145 -83.5 -227t-188.5 -82q-41 0 -80.5 16.5t-78 36t-75.5 36t-73 16.5z" />
148
- <glyph unicode="&#xc4;" horiz-adv-x="1413" d="M0 0zM1079 0l-106 348h-533l-106 -348h-334l516 1468h379l518 -1468h-334zM899 608q-147 473 -165.5 535t-26.5 98q-33 -128 -189 -633h381zM365 1743q0 65 37.5 100t101.5 35q66 0 103.5 -37t37.5 -98q0 -60 -38 -96.5t-103 -36.5q-64 0 -101.5 35t-37.5 98zM768 1743 q0 70 40.5 102.5t100.5 32.5q65 0 103.5 -36t38.5 -99q0 -61 -39 -97t-103 -36q-60 0 -100.5 32.5t-40.5 100.5z" />
149
- <glyph unicode="&#xc5;" horiz-adv-x="1413" d="M0 0zM1079 0l-106 348h-533l-106 -348h-334l516 1468h379l518 -1468h-334zM899 608q-147 473 -165.5 535t-26.5 98q-33 -128 -189 -633h381zM959 1567q0 -108 -71 -174t-183 -66t-180 64t-68 174q0 108 67.5 172.5t180.5 64.5q110 0 182 -66t72 -169zM801 1565 q0 45 -27 70.5t-69 25.5t-69 -25.5t-27 -70.5t24 -71t72 -26q42 0 69 26t27 71z" />
150
- <glyph unicode="&#xc6;" horiz-adv-x="1950" d="M1829 0h-873v348h-491l-150 -348h-315l655 1462h1174v-254h-563v-321h526v-254h-526v-377h563v-256zM578 608h378v590h-127z" />
151
- <glyph unicode="&#xc7;" horiz-adv-x="1305" d="M119 0zM805 1225q-175 0 -271 -131.5t-96 -366.5q0 -489 367 -489q154 0 373 77v-260q-180 -75 -402 -75q-319 0 -488 193.5t-169 555.5q0 228 83 399.5t238.5 263t364.5 91.5q213 0 428 -103l-100 -252q-82 39 -165 68t-163 29zM959 -250q0 -128 -75.5 -185t-233.5 -57 q-78 0 -146 21v168q27 -7 72.5 -14t70.5 -7q72 0 72 62q0 83 -166 108l78 154h193l-27 -61q74 -24 118 -74.5t44 -114.5z" />
152
- <glyph unicode="&#xc8;" horiz-adv-x="1147" d="M184 0zM1026 0h-842v1462h842v-254h-532v-321h495v-254h-495v-377h532v-256zM634 1579q-63 44 -185 142.5t-190 164.5v21h342q63 -101 235 -301v-27h-202z" />
153
- <glyph unicode="&#xc9;" horiz-adv-x="1147" d="M184 0zM1026 0h-842v1462h842v-254h-532v-321h495v-254h-495v-377h532v-256zM424 1579v27q172 200 235 301h342v-21q-52 -52 -177.5 -154.5t-196.5 -152.5h-203z" />
154
- <glyph unicode="&#xca;" horiz-adv-x="1147" d="M175 0zM1026 0h-842v1462h842v-254h-532v-321h495v-254h-495v-377h532v-256zM841 1579q-157 93 -234 176q-78 -81 -229 -176h-203v27q189 189 256 301h357q31 -52 107.5 -141.5t148.5 -159.5v-27h-203z" />
155
- <glyph unicode="&#xcb;" horiz-adv-x="1147" d="M184 0zM1026 0h-842v1462h842v-254h-532v-321h495v-254h-495v-377h532v-256zM272 1743q0 65 37.5 100t101.5 35q66 0 103.5 -37t37.5 -98q0 -60 -38 -96.5t-103 -36.5q-64 0 -101.5 35t-37.5 98zM675 1743q0 70 40.5 102.5t100.5 32.5q65 0 103.5 -36t38.5 -99 q0 -61 -39 -97t-103 -36q-60 0 -100.5 32.5t-40.5 100.5z" />
156
- <glyph unicode="&#xcc;" horiz-adv-x="678" d="M0 0zM184 0v1462h310v-1462h-310zM317 1579q-63 44 -185 142.5t-190 164.5v21h342q63 -101 235 -301v-27h-202z" />
157
- <glyph unicode="&#xcd;" horiz-adv-x="678" d="M167 0zM184 0v1462h310v-1462h-310zM167 1579v27q172 200 235 301h342v-21q-52 -52 -177.5 -154.5t-196.5 -152.5h-203z" />
158
- <glyph unicode="&#xce;" horiz-adv-x="678" d="M0 0zM184 0v1462h310v-1462h-310zM570 1579q-157 93 -234 176q-78 -81 -229 -176h-203v27q189 189 256 301h357q31 -52 107.5 -141.5t148.5 -159.5v-27h-203z" />
159
- <glyph unicode="&#xcf;" horiz-adv-x="678" d="M0 0zM184 0v1462h310v-1462h-310zM-3 1743q0 65 37.5 100t101.5 35q66 0 103.5 -37t37.5 -98q0 -60 -38 -96.5t-103 -36.5q-64 0 -101.5 35t-37.5 98zM400 1743q0 70 40.5 102.5t100.5 32.5q65 0 103.5 -36t38.5 -99q0 -61 -39 -97t-103 -36q-60 0 -100.5 32.5 t-40.5 100.5z" />
160
- <glyph unicode="&#xd0;" horiz-adv-x="1516" d="M47 850h137v612h459q358 0 556 -189t198 -528q0 -361 -205.5 -553t-593.5 -192h-414v596h-137v254zM1075 737q0 232 -104 351.5t-314 119.5h-163v-358h237v-254h-237v-340h131q450 0 450 481z" />
161
- <glyph unicode="&#xd1;" horiz-adv-x="1665" d="M184 0zM1481 0h-394l-636 1106h-9q19 -293 19 -418v-688h-277v1462h391l635 -1095h7q-15 285 -15 403v692h279v-1462zM668 1684q-31 0 -59.5 -26.5t-41.5 -80.5h-149q11 145 82.5 227t189.5 82q41 0 80.5 -16.5t78 -36t75.5 -35.5t73 -16q31 0 59.5 26t41.5 80h149 q-11 -145 -83.5 -227t-188.5 -82q-41 0 -80.5 16.5t-78 36t-75.5 36t-73 16.5z" />
162
- <glyph unicode="&#xd2;" horiz-adv-x="1630" d="M119 0zM1511 733q0 -363 -180 -558t-516 -195t-516 195t-180 560t180.5 557.5t517.5 192.5t515.5 -194t178.5 -558zM444 733q0 -245 93 -369t278 -124q371 0 371 493q0 494 -369 494q-185 0 -279 -124.5t-94 -369.5zM824 1579q-63 44 -185 142.5t-190 164.5v21h342 q63 -101 235 -301v-27h-202z" />
163
- <glyph unicode="&#xd3;" horiz-adv-x="1630" d="M119 0zM1511 733q0 -363 -180 -558t-516 -195t-516 195t-180 560t180.5 557.5t517.5 192.5t515.5 -194t178.5 -558zM444 733q0 -245 93 -369t278 -124q371 0 371 493q0 494 -369 494q-185 0 -279 -124.5t-94 -369.5zM658 1579v27q172 200 235 301h342v-21 q-52 -52 -177.5 -154.5t-196.5 -152.5h-203z" />
164
- <glyph unicode="&#xd4;" horiz-adv-x="1630" d="M119 0zM1511 733q0 -363 -180 -558t-516 -195t-516 195t-180 560t180.5 557.5t517.5 192.5t515.5 -194t178.5 -558zM444 733q0 -245 93 -369t278 -124q371 0 371 493q0 494 -369 494q-185 0 -279 -124.5t-94 -369.5zM1047 1579q-157 93 -234 176q-78 -81 -229 -176h-203 v27q189 189 256 301h357q31 -52 107.5 -141.5t148.5 -159.5v-27h-203z" />
165
- <glyph unicode="&#xd5;" horiz-adv-x="1630" d="M119 0zM1511 733q0 -363 -180 -558t-516 -195t-516 195t-180 560t180.5 557.5t517.5 192.5t515.5 -194t178.5 -558zM444 733q0 -245 93 -369t278 -124q371 0 371 493q0 494 -369 494q-185 0 -279 -124.5t-94 -369.5zM652 1684q-31 0 -59.5 -26.5t-41.5 -80.5h-149 q11 145 82.5 227t189.5 82q41 0 80.5 -16.5t78 -36t75.5 -35.5t73 -16q31 0 59.5 26t41.5 80h149q-11 -145 -83.5 -227t-188.5 -82q-41 0 -80.5 16.5t-78 36t-75.5 36t-73 16.5z" />
166
- <glyph unicode="&#xd6;" horiz-adv-x="1630" d="M119 0zM1511 733q0 -363 -180 -558t-516 -195t-516 195t-180 560t180.5 557.5t517.5 192.5t515.5 -194t178.5 -558zM444 733q0 -245 93 -369t278 -124q371 0 371 493q0 494 -369 494q-185 0 -279 -124.5t-94 -369.5zM474 1743q0 65 37.5 100t101.5 35q66 0 103.5 -37 t37.5 -98q0 -60 -38 -96.5t-103 -36.5q-64 0 -101.5 35t-37.5 98zM877 1743q0 70 40.5 102.5t100.5 32.5q65 0 103.5 -36t38.5 -99q0 -61 -39 -97t-103 -36q-60 0 -100.5 32.5t-40.5 100.5z" />
167
- <glyph unicode="&#xd7;" d="M428 723l-299 301l152 154l301 -299l305 299l153 -150l-305 -305l301 -303l-149 -152l-305 301l-301 -299l-150 152z" />
168
- <glyph unicode="&#xd8;" horiz-adv-x="1630" d="M1511 733q0 -363 -180 -558t-516 -195q-197 0 -336 65l-90 -135l-162 108l90 136q-198 194 -198 581q0 365 180.5 557.5t517.5 192.5q198 0 344 -70l84 125l160 -104l-88 -131q194 -194 194 -572zM444 733q0 -191 56 -307l506 756q-84 45 -189 45q-185 0 -279 -124.5 t-94 -369.5zM1186 733q0 180 -51 297l-500 -751q76 -39 180 -39q371 0 371 493z" />
169
- <glyph unicode="&#xd9;" horiz-adv-x="1548" d="M174 0zM1374 1462v-946q0 -162 -72.5 -284t-209.5 -187t-324 -65q-282 0 -438 144.5t-156 395.5v942h309v-895q0 -169 68 -248t225 -79q152 0 220.5 79.5t68.5 249.5v893h309zM750 1579q-63 44 -185 142.5t-190 164.5v21h342q63 -101 235 -301v-27h-202z" />
170
- <glyph unicode="&#xda;" horiz-adv-x="1548" d="M174 0zM1374 1462v-946q0 -162 -72.5 -284t-209.5 -187t-324 -65q-282 0 -438 144.5t-156 395.5v942h309v-895q0 -169 68 -248t225 -79q152 0 220.5 79.5t68.5 249.5v893h309zM602 1579v27q172 200 235 301h342v-21q-52 -52 -177.5 -154.5t-196.5 -152.5h-203z" />
171
- <glyph unicode="&#xdb;" horiz-adv-x="1548" d="M174 0zM1374 1462v-946q0 -162 -72.5 -284t-209.5 -187t-324 -65q-282 0 -438 144.5t-156 395.5v942h309v-895q0 -169 68 -248t225 -79q152 0 220.5 79.5t68.5 249.5v893h309zM1006 1579q-157 93 -234 176q-78 -81 -229 -176h-203v27q189 189 256 301h357 q31 -52 107.5 -141.5t148.5 -159.5v-27h-203z" />
172
- <glyph unicode="&#xdc;" horiz-adv-x="1548" d="M174 0zM1374 1462v-946q0 -162 -72.5 -284t-209.5 -187t-324 -65q-282 0 -438 144.5t-156 395.5v942h309v-895q0 -169 68 -248t225 -79q152 0 220.5 79.5t68.5 249.5v893h309zM433 1743q0 65 37.5 100t101.5 35q66 0 103.5 -37t37.5 -98q0 -60 -38 -96.5t-103 -36.5 q-64 0 -101.5 35t-37.5 98zM836 1743q0 70 40.5 102.5t100.5 32.5q65 0 103.5 -36t38.5 -99q0 -61 -39 -97t-103 -36q-60 0 -100.5 32.5t-40.5 100.5z" />
173
- <glyph unicode="&#xdd;" horiz-adv-x="1278" d="M0 0zM639 860l305 602h334l-485 -893v-569h-308v559l-485 903h336zM461 1579v27q172 200 235 301h342v-21q-52 -52 -177.5 -154.5t-196.5 -152.5h-203z" />
174
- <glyph unicode="&#xde;" horiz-adv-x="1286" d="M1194 770q0 -229 -142.5 -353t-404.5 -124h-153v-293h-310v1462h310v-229h178q254 0 388 -119t134 -344zM494 543h100q145 0 216 52.5t71 174.5q0 107 -63.5 159t-199.5 52h-124v-438z" />
175
- <glyph unicode="&#xdf;" horiz-adv-x="1456" d="M1249 1241q0 -64 -21 -112.5t-53 -86.5t-69 -67t-69 -53t-53 -45t-21 -43q0 -27 26.5 -53t92.5 -66q146 -91 198.5 -140t78 -110t25.5 -139q0 -172 -116.5 -259t-343.5 -87q-99 0 -171 14.5t-132 48.5v242q53 -36 135.5 -61t146.5 -25q168 0 168 123q0 41 -16 66.5 t-57 55.5t-115 72q-126 72 -175 131.5t-49 140.5q0 64 35 117t105 102q77 55 108 95t31 86q0 60 -63.5 100.5t-163.5 40.5q-116 0 -181 -52.5t-65 -148.5v-1128h-305v1139q0 201 146.5 314.5t404.5 113.5q244 0 391 -88.5t147 -237.5z" />
176
- <glyph unicode="&#xe0;" horiz-adv-x="1237" d="M86 0zM870 0l-59 152h-8q-77 -97 -158.5 -134.5t-212.5 -37.5q-161 0 -253.5 92t-92.5 262q0 178 124.5 262.5t375.5 93.5l194 6v49q0 170 -174 170q-134 0 -315 -81l-101 206q193 101 428 101q225 0 345 -98t120 -298v-745h-213zM780 518l-118 -4q-133 -4 -198 -48 t-65 -134q0 -129 148 -129q106 0 169.5 61t63.5 162v92zM614 1241q-63 44 -185 142.5t-190 164.5v21h342q63 -101 235 -301v-27h-202z" />
177
- <glyph unicode="&#xe1;" horiz-adv-x="1237" d="M86 0zM870 0l-59 152h-8q-77 -97 -158.5 -134.5t-212.5 -37.5q-161 0 -253.5 92t-92.5 262q0 178 124.5 262.5t375.5 93.5l194 6v49q0 170 -174 170q-134 0 -315 -81l-101 206q193 101 428 101q225 0 345 -98t120 -298v-745h-213zM780 518l-118 -4q-133 -4 -198 -48 t-65 -134q0 -129 148 -129q106 0 169.5 61t63.5 162v92zM441 1241v27q172 200 235 301h342v-21q-52 -52 -177.5 -154.5t-196.5 -152.5h-203z" />
178
- <glyph unicode="&#xe2;" horiz-adv-x="1237" d="M86 0zM870 0l-59 152h-8q-77 -97 -158.5 -134.5t-212.5 -37.5q-161 0 -253.5 92t-92.5 262q0 178 124.5 262.5t375.5 93.5l194 6v49q0 170 -174 170q-134 0 -315 -81l-101 206q193 101 428 101q225 0 345 -98t120 -298v-745h-213zM780 518l-118 -4q-133 -4 -198 -48 t-65 -134q0 -129 148 -129q106 0 169.5 61t63.5 162v92zM843 1240q-157 93 -234 176q-78 -81 -229 -176h-203v27q189 189 256 301h357q31 -52 107.5 -141.5t148.5 -159.5v-27h-203z" />
179
- <glyph unicode="&#xe3;" horiz-adv-x="1237" d="M86 0zM870 0l-59 152h-8q-77 -97 -158.5 -134.5t-212.5 -37.5q-161 0 -253.5 92t-92.5 262q0 178 124.5 262.5t375.5 93.5l194 6v49q0 170 -174 170q-134 0 -315 -81l-101 206q193 101 428 101q225 0 345 -98t120 -298v-745h-213zM780 518l-118 -4q-133 -4 -198 -48 t-65 -134q0 -129 148 -129q106 0 169.5 61t63.5 162v92zM467 1346q-31 0 -59.5 -26.5t-41.5 -80.5h-149q11 145 82.5 227t189.5 82q41 0 80.5 -16.5t78 -36t75.5 -35.5t73 -16q31 0 59.5 26t41.5 80h149q-11 -145 -83.5 -227t-188.5 -82q-41 0 -80.5 16.5t-78 36t-75.5 36 t-73 16.5z" />
180
- <glyph unicode="&#xe4;" horiz-adv-x="1237" d="M86 0zM870 0l-59 152h-8q-77 -97 -158.5 -134.5t-212.5 -37.5q-161 0 -253.5 92t-92.5 262q0 178 124.5 262.5t375.5 93.5l194 6v49q0 170 -174 170q-134 0 -315 -81l-101 206q193 101 428 101q225 0 345 -98t120 -298v-745h-213zM780 518l-118 -4q-133 -4 -198 -48 t-65 -134q0 -129 148 -129q106 0 169.5 61t63.5 162v92zM285 1405q0 65 37.5 100t101.5 35q66 0 103.5 -37t37.5 -98q0 -60 -38 -96.5t-103 -36.5q-64 0 -101.5 35t-37.5 98zM688 1405q0 70 40.5 102.5t100.5 32.5q65 0 103.5 -36t38.5 -99q0 -61 -39 -97t-103 -36 q-60 0 -100.5 32.5t-40.5 100.5z" />
181
- <glyph unicode="&#xe5;" horiz-adv-x="1237" d="M86 0zM870 0l-59 152h-8q-77 -97 -158.5 -134.5t-212.5 -37.5q-161 0 -253.5 92t-92.5 262q0 178 124.5 262.5t375.5 93.5l194 6v49q0 170 -174 170q-134 0 -315 -81l-101 206q193 101 428 101q225 0 345 -98t120 -298v-745h-213zM780 518l-118 -4q-133 -4 -198 -48 t-65 -134q0 -129 148 -129q106 0 169.5 61t63.5 162v92zM883 1479q0 -108 -71 -174t-183 -66t-180 64t-68 174q0 108 67.5 172.5t180.5 64.5q110 0 182 -66t72 -169zM725 1477q0 45 -27 70.5t-69 25.5t-69 -25.5t-27 -70.5t24 -71t72 -26q42 0 69 26t27 71z" />
182
- <glyph unicode="&#xe6;" horiz-adv-x="1878" d="M1329 -20q-137 0 -249.5 50.5t-184.5 155.5q-98 -117 -196.5 -161.5t-256.5 -44.5q-161 0 -258.5 94.5t-97.5 259.5q0 178 121 262.5t362 93.5l191 6v84q0 69 -44.5 102t-121.5 33q-140 0 -305 -77l-99 202q189 101 422 101q227 0 342 -131q66 64 152.5 96.5t206.5 32.5 q221 0 349 -137.5t128 -370.5v-148h-723q5 -130 77 -203t202 -73q196 0 380 88v-236q-79 -39 -171 -59t-226 -20zM760 518l-113 -4q-124 -4 -186 -47.5t-62 -134.5q0 -129 140 -129q101 0 161 61t60 162v92zM1307 922q-217 0 -234 -236h430q-2 112 -55 174t-141 62z" />
183
- <glyph unicode="&#xe7;" horiz-adv-x="1053" d="M92 0zM614 -20q-522 0 -522 573q0 285 142 435.5t407 150.5q194 0 348 -76l-90 -236q-72 29 -134 47.5t-124 18.5q-238 0 -238 -338q0 -328 238 -328q88 0 163 23.5t150 73.5v-261q-74 -47 -149.5 -65t-190.5 -18zM805 -250q0 -128 -75.5 -185t-233.5 -57q-78 0 -146 21 v168q27 -7 72.5 -14t70.5 -7q72 0 72 62q0 83 -166 108l78 154h193l-27 -61q74 -24 118 -74.5t44 -114.5z" />
184
- <glyph unicode="&#xe8;" horiz-adv-x="1210" d="M92 0zM623 922q-97 0 -152 -61.5t-63 -174.5h428q-2 113 -59 174.5t-154 61.5zM666 -20q-270 0 -422 149t-152 422q0 281 140.5 434.5t388.5 153.5q237 0 369 -135t132 -373v-148h-721q5 -130 77 -203t202 -73q101 0 191 21t188 67v-236q-80 -40 -171 -59.5t-222 -19.5z M620 1241q-63 44 -185 142.5t-190 164.5v21h342q63 -101 235 -301v-27h-202z" />
185
- <glyph unicode="&#xe9;" horiz-adv-x="1210" d="M92 0zM623 922q-97 0 -152 -61.5t-63 -174.5h428q-2 113 -59 174.5t-154 61.5zM666 -20q-270 0 -422 149t-152 422q0 281 140.5 434.5t388.5 153.5q237 0 369 -135t132 -373v-148h-721q5 -130 77 -203t202 -73q101 0 191 21t188 67v-236q-80 -40 -171 -59.5t-222 -19.5z M447 1241v27q172 200 235 301h342v-21q-52 -52 -177.5 -154.5t-196.5 -152.5h-203z" />
186
- <glyph unicode="&#xea;" horiz-adv-x="1210" d="M92 0zM623 922q-97 0 -152 -61.5t-63 -174.5h428q-2 113 -59 174.5t-154 61.5zM666 -20q-270 0 -422 149t-152 422q0 281 140.5 434.5t388.5 153.5q237 0 369 -135t132 -373v-148h-721q5 -130 77 -203t202 -73q101 0 191 21t188 67v-236q-80 -40 -171 -59.5t-222 -19.5z M860 1241q-157 93 -234 176q-78 -81 -229 -176h-203v27q189 189 256 301h357q31 -52 107.5 -141.5t148.5 -159.5v-27h-203z" />
187
- <glyph unicode="&#xeb;" horiz-adv-x="1210" d="M92 0zM623 922q-97 0 -152 -61.5t-63 -174.5h428q-2 113 -59 174.5t-154 61.5zM666 -20q-270 0 -422 149t-152 422q0 281 140.5 434.5t388.5 153.5q237 0 369 -135t132 -373v-148h-721q5 -130 77 -203t202 -73q101 0 191 21t188 67v-236q-80 -40 -171 -59.5t-222 -19.5z M297 1405q0 65 37.5 100t101.5 35q66 0 103.5 -37t37.5 -98q0 -60 -38 -96.5t-103 -36.5q-64 0 -101.5 35t-37.5 98zM700 1405q0 70 40.5 102.5t100.5 32.5q65 0 103.5 -36t38.5 -99q0 -61 -39 -97t-103 -36q-60 0 -100.5 32.5t-40.5 100.5z" />
188
- <glyph unicode="&#xec;" horiz-adv-x="625" d="M0 0zM465 0h-305v1118h305v-1118zM274 1241q-63 44 -185 142.5t-190 164.5v21h342q63 -101 235 -301v-27h-202z" />
189
- <glyph unicode="&#xed;" horiz-adv-x="625" d="M145 0zM465 0h-305v1118h305v-1118zM145 1241v27q172 200 235 301h342v-21q-52 -52 -177.5 -154.5t-196.5 -152.5h-203z" />
190
- <glyph unicode="&#xee;" horiz-adv-x="625" d="M0 0zM465 0h-305v1118h305v-1118zM544 1241q-157 93 -234 176q-78 -81 -229 -176h-203v27q189 189 256 301h357q31 -52 107.5 -141.5t148.5 -159.5v-27h-203z" />
191
- <glyph unicode="&#xef;" horiz-adv-x="625" d="M0 0zM465 0h-305v1118h305v-1118zM-29 1405q0 65 37.5 100t101.5 35q66 0 103.5 -37t37.5 -98q0 -60 -38 -96.5t-103 -36.5q-64 0 -101.5 35t-37.5 98zM374 1405q0 70 40.5 102.5t100.5 32.5q65 0 103.5 -36t38.5 -99q0 -61 -39 -97t-103 -36q-60 0 -100.5 32.5 t-40.5 100.5z" />
192
- <glyph unicode="&#xf0;" horiz-adv-x="1268" d="M510 1303q-80 53 -152 92l101 176q144 -65 258 -141l225 139l100 -154l-170 -104q156 -143 230 -324.5t74 -413.5q0 -280 -145 -436.5t-400 -156.5q-245 0 -392 137t-147 372q0 233 130 369.5t351 136.5q205 0 275 -98l8 4q-67 162 -192 281l-230 -142l-100 156zM864 532 q0 108 -61 173t-168 65q-121 0 -176.5 -68.5t-55.5 -214.5q0 -140 60 -211t172 -71q123 0 176 82t53 245z" />
193
- <glyph unicode="&#xf1;" horiz-adv-x="1346" d="M160 0zM1192 0h-305v653q0 121 -43 181.5t-137 60.5q-128 0 -185 -85.5t-57 -283.5v-526h-305v1118h233l41 -143h17q51 81 140.5 122.5t203.5 41.5q195 0 296 -105.5t101 -304.5v-729zM508 1346q-31 0 -59.5 -26.5t-41.5 -80.5h-149q11 145 82.5 227t189.5 82 q41 0 80.5 -16.5t78 -36t75.5 -35.5t73 -16q31 0 59.5 26t41.5 80h149q-11 -145 -83.5 -227t-188.5 -82q-41 0 -80.5 16.5t-78 36t-75.5 36t-73 16.5z" />
194
- <glyph unicode="&#xf2;" horiz-adv-x="1268" d="M92 0zM403 561q0 -166 54.5 -251t177.5 -85q122 0 175.5 84.5t53.5 251.5q0 166 -54 249t-177 83q-122 0 -176 -82.5t-54 -249.5zM1176 561q0 -273 -144 -427t-401 -154q-161 0 -284 70.5t-189 202.5t-66 308q0 274 143 426t402 152q161 0 284 -70t189 -201t66 -307z M612 1241q-63 44 -185 142.5t-190 164.5v21h342q63 -101 235 -301v-27h-202z" />
195
- <glyph unicode="&#xf3;" horiz-adv-x="1268" d="M92 0zM403 561q0 -166 54.5 -251t177.5 -85q122 0 175.5 84.5t53.5 251.5q0 166 -54 249t-177 83q-122 0 -176 -82.5t-54 -249.5zM1176 561q0 -273 -144 -427t-401 -154q-161 0 -284 70.5t-189 202.5t-66 308q0 274 143 426t402 152q161 0 284 -70t189 -201t66 -307z M467 1241v27q172 200 235 301h342v-21q-52 -52 -177.5 -154.5t-196.5 -152.5h-203z" />
196
- <glyph unicode="&#xf4;" horiz-adv-x="1268" d="M92 0zM403 561q0 -166 54.5 -251t177.5 -85q122 0 175.5 84.5t53.5 251.5q0 166 -54 249t-177 83q-122 0 -176 -82.5t-54 -249.5zM1176 561q0 -273 -144 -427t-401 -154q-161 0 -284 70.5t-189 202.5t-66 308q0 274 143 426t402 152q161 0 284 -70t189 -201t66 -307z M864 1241q-157 93 -234 176q-78 -81 -229 -176h-203v27q189 189 256 301h357q31 -52 107.5 -141.5t148.5 -159.5v-27h-203z" />
197
- <glyph unicode="&#xf5;" horiz-adv-x="1268" d="M92 0zM403 561q0 -166 54.5 -251t177.5 -85q122 0 175.5 84.5t53.5 251.5q0 166 -54 249t-177 83q-122 0 -176 -82.5t-54 -249.5zM1176 561q0 -273 -144 -427t-401 -154q-161 0 -284 70.5t-189 202.5t-66 308q0 274 143 426t402 152q161 0 284 -70t189 -201t66 -307z M469 1346q-31 0 -59.5 -26.5t-41.5 -80.5h-149q11 145 82.5 227t189.5 82q41 0 80.5 -16.5t78 -36t75.5 -35.5t73 -16q31 0 59.5 26t41.5 80h149q-11 -145 -83.5 -227t-188.5 -82q-41 0 -80.5 16.5t-78 36t-75.5 36t-73 16.5z" />
198
- <glyph unicode="&#xf6;" horiz-adv-x="1268" d="M92 0zM403 561q0 -166 54.5 -251t177.5 -85q122 0 175.5 84.5t53.5 251.5q0 166 -54 249t-177 83q-122 0 -176 -82.5t-54 -249.5zM1176 561q0 -273 -144 -427t-401 -154q-161 0 -284 70.5t-189 202.5t-66 308q0 274 143 426t402 152q161 0 284 -70t189 -201t66 -307z M291 1405q0 65 37.5 100t101.5 35q66 0 103.5 -37t37.5 -98q0 -60 -38 -96.5t-103 -36.5q-64 0 -101.5 35t-37.5 98zM694 1405q0 70 40.5 102.5t100.5 32.5q65 0 103.5 -36t38.5 -99q0 -61 -39 -97t-103 -36q-60 0 -100.5 32.5t-40.5 100.5z" />
199
- <glyph unicode="&#xf7;" d="M88 612v219h993v-219h-993zM444 373q0 76 37 113.5t103 37.5t102.5 -39t36.5 -112q0 -70 -37 -111t-102 -41t-102.5 39t-37.5 113zM444 1071q0 75 37 113.5t103 38.5q67 0 103 -40.5t36 -111.5q0 -70 -37 -110.5t-102 -40.5t-102.5 39t-37.5 112z" />
200
- <glyph unicode="&#xf8;" horiz-adv-x="1268" d="M1176 561q0 -273 -144 -427t-401 -154q-126 0 -234 45l-67 -101l-154 105l68 100q-152 156 -152 432q0 274 143 426t402 152q132 0 248 -52l55 82l152 -108l-58 -84q142 -155 142 -416zM403 561q0 -94 19 -166l317 475q-43 23 -106 23q-122 0 -176 -82.5t-54 -249.5z M864 561q0 81 -12 141l-309 -462q38 -15 92 -15q122 0 175.5 84.5t53.5 251.5z" />
201
- <glyph unicode="&#xf9;" horiz-adv-x="1346" d="M154 0zM952 0l-41 143h-16q-49 -78 -139 -120.5t-205 -42.5q-197 0 -297 105.5t-100 303.5v729h305v-653q0 -121 43 -181.5t137 -60.5q128 0 185 85.5t57 283.5v526h305v-1118h-234zM620 1241q-63 44 -185 142.5t-190 164.5v21h342q63 -101 235 -301v-27h-202z" />
202
- <glyph unicode="&#xfa;" horiz-adv-x="1346" d="M154 0zM952 0l-41 143h-16q-49 -78 -139 -120.5t-205 -42.5q-197 0 -297 105.5t-100 303.5v729h305v-653q0 -121 43 -181.5t137 -60.5q128 0 185 85.5t57 283.5v526h305v-1118h-234zM498 1241v27q172 200 235 301h342v-21q-52 -52 -177.5 -154.5t-196.5 -152.5h-203z" />
203
- <glyph unicode="&#xfb;" horiz-adv-x="1346" d="M154 0zM952 0l-41 143h-16q-49 -78 -139 -120.5t-205 -42.5q-197 0 -297 105.5t-100 303.5v729h305v-653q0 -121 43 -181.5t137 -60.5q128 0 185 85.5t57 283.5v526h305v-1118h-234zM901 1241q-157 93 -234 176q-78 -81 -229 -176h-203v27q189 189 256 301h357 q31 -52 107.5 -141.5t148.5 -159.5v-27h-203z" />
204
- <glyph unicode="&#xfc;" horiz-adv-x="1346" d="M154 0zM952 0l-41 143h-16q-49 -78 -139 -120.5t-205 -42.5q-197 0 -297 105.5t-100 303.5v729h305v-653q0 -121 43 -181.5t137 -60.5q128 0 185 85.5t57 283.5v526h305v-1118h-234zM326 1405q0 65 37.5 100t101.5 35q66 0 103.5 -37t37.5 -98q0 -60 -38 -96.5 t-103 -36.5q-64 0 -101.5 35t-37.5 98zM729 1405q0 70 40.5 102.5t100.5 32.5q65 0 103.5 -36t38.5 -99q0 -61 -39 -97t-103 -36q-60 0 -100.5 32.5t-40.5 100.5z" />
205
- <glyph unicode="&#xfd;" horiz-adv-x="1165" d="M0 0zM0 1118h334l211 -629q27 -82 37 -194h6q11 103 43 194l207 629h327l-473 -1261q-65 -175 -185.5 -262t-281.5 -87q-79 0 -155 17v242q55 -13 120 -13q81 0 141.5 49.5t94.5 149.5l18 55zM393 1241v27q172 200 235 301h342v-21q-52 -52 -177.5 -154.5t-196.5 -152.5 h-203z" />
206
- <glyph unicode="&#xfe;" horiz-adv-x="1296" d="M465 973q50 81 131 123.5t186 42.5q198 0 310 -154.5t112 -423.5q0 -273 -111.5 -427t-310.5 -154q-213 0 -317 137h-14l7 -62l7 -94v-453h-305v2048h305v-391l-7 -120l-7 -72h14zM684 895q-113 0 -165 -69.5t-54 -229.5v-33q0 -180 53.5 -258t169.5 -78q205 0 205 338 q0 165 -50.5 247.5t-158.5 82.5z" />
207
- <glyph unicode="&#xff;" horiz-adv-x="1165" d="M0 0zM0 1118h334l211 -629q27 -82 37 -194h6q11 103 43 194l207 629h327l-473 -1261q-65 -175 -185.5 -262t-281.5 -87q-79 0 -155 17v242q55 -13 120 -13q81 0 141.5 49.5t94.5 149.5l18 55zM243 1405q0 65 37.5 100t101.5 35q66 0 103.5 -37t37.5 -98q0 -60 -38 -96.5 t-103 -36.5q-64 0 -101.5 35t-37.5 98zM646 1405q0 70 40.5 102.5t100.5 32.5q65 0 103.5 -36t38.5 -99q0 -61 -39 -97t-103 -36q-60 0 -100.5 32.5t-40.5 100.5z" />
208
- <glyph unicode="&#x131;" horiz-adv-x="625" d="M465 0h-305v1118h305v-1118z" />
209
- <glyph unicode="&#x152;" horiz-adv-x="1993" d="M1872 0h-873q-38 -9 -109 -14.5t-116 -5.5q-319 0 -487 197t-168 558q0 363 169.5 556.5t487.5 193.5q61 0 127 -7t101 -16h868v-254h-563v-321h526v-254h-526v-377h563v-256zM776 1227q-166 0 -252 -125.5t-86 -368.5q0 -244 86 -368.5t250 -124.5q65 0 126 10.5 t99 28.5v907q-35 19 -101.5 30t-121.5 11z" />
210
- <glyph unicode="&#x153;" horiz-adv-x="2003" d="M1446 -20q-271 0 -420 155q-141 -155 -391 -155q-162 0 -286 70t-190.5 202t-66.5 309q0 277 141.5 427.5t399.5 150.5q112 0 212 -39.5t171 -116.5q144 156 383 156q244 0 380 -135t136 -373v-148h-746v-8q7 -127 81.5 -197.5t207.5 -70.5q107 0 200 21t193 67v-236 q-81 -39 -175.5 -59t-229.5 -20zM403 561q0 -166 54.5 -251t177.5 -85q122 0 175.5 84.5t53.5 251.5q0 166 -54 249t-177 83q-122 0 -176 -82.5t-54 -249.5zM1405 922q-94 0 -156 -57.5t-71 -178.5h450q-2 111 -60.5 173.5t-162.5 62.5z" />
211
- <glyph unicode="&#x178;" horiz-adv-x="1278" d="M0 0zM639 860l305 602h334l-485 -893v-569h-308v559l-485 903h336zM297 1743q0 65 37.5 100t101.5 35q66 0 103.5 -37t37.5 -98q0 -60 -38 -96.5t-103 -36.5q-64 0 -101.5 35t-37.5 98zM700 1743q0 70 40.5 102.5t100.5 32.5q65 0 103.5 -36t38.5 -99q0 -61 -39 -97 t-103 -36q-60 0 -100.5 32.5t-40.5 100.5z" />
212
- <glyph unicode="&#x2c6;" horiz-adv-x="1243" d="M852 1241q-157 93 -234 176q-78 -81 -229 -176h-203v27q189 189 256 301h357q31 -52 107.5 -141.5t148.5 -159.5v-27h-203z" />
213
- <glyph unicode="&#x2da;" horiz-adv-x="1182" d="M842 1479q0 -108 -71 -174t-183 -66t-180 64t-68 174q0 108 67.5 172.5t180.5 64.5q110 0 182 -66t72 -169zM684 1477q0 45 -27 70.5t-69 25.5t-69 -25.5t-27 -70.5t24 -71t72 -26q42 0 69 26t27 71z" />
214
- <glyph unicode="&#x2dc;" horiz-adv-x="1243" d="M457 1346q-31 0 -59.5 -26.5t-41.5 -80.5h-149q11 145 82.5 227t189.5 82q41 0 80.5 -16.5t78 -36t75.5 -35.5t73 -16q31 0 59.5 26t41.5 80h149q-11 -145 -83.5 -227t-188.5 -82q-41 0 -80.5 16.5t-78 36t-75.5 36t-73 16.5z" />
215
- <glyph unicode="&#x2000;" horiz-adv-x="953" />
216
- <glyph unicode="&#x2001;" horiz-adv-x="1907" />
217
- <glyph unicode="&#x2002;" horiz-adv-x="953" />
218
- <glyph unicode="&#x2003;" horiz-adv-x="1907" />
219
- <glyph unicode="&#x2004;" horiz-adv-x="635" />
220
- <glyph unicode="&#x2005;" horiz-adv-x="476" />
221
- <glyph unicode="&#x2006;" horiz-adv-x="317" />
222
- <glyph unicode="&#x2007;" horiz-adv-x="317" />
223
- <glyph unicode="&#x2008;" horiz-adv-x="238" />
224
- <glyph unicode="&#x2009;" horiz-adv-x="381" />
225
- <glyph unicode="&#x200a;" horiz-adv-x="105" />
226
- <glyph unicode="&#x2010;" horiz-adv-x="659" d="M61 424v250h537v-250h-537z" />
227
- <glyph unicode="&#x2011;" horiz-adv-x="659" d="M61 424v250h537v-250h-537z" />
228
- <glyph unicode="&#x2012;" horiz-adv-x="659" d="M61 424v250h537v-250h-537z" />
229
- <glyph unicode="&#x2013;" horiz-adv-x="1024" d="M82 436v230h860v-230h-860z" />
230
- <glyph unicode="&#x2014;" horiz-adv-x="2048" d="M82 436v230h1884v-230h-1884z" />
231
- <glyph unicode="&#x2018;" horiz-adv-x="444" d="M39 961l-14 22q22 91 72.5 228.5t103.5 250.5h219q-66 -267 -101 -501h-280z" />
232
- <glyph unicode="&#x2019;" horiz-adv-x="444" d="M406 1462l14 -22q-50 -197 -176 -479h-219q69 296 100 501h281z" />
233
- <glyph unicode="&#x201a;" horiz-adv-x="596" d="M459 215q-52 -202 -176 -479h-220q65 266 101 502h280z" />
234
- <glyph unicode="&#x201c;" horiz-adv-x="911" d="M492 983q22 91 72.5 228.5t103.5 250.5h219q-66 -267 -101 -501h-280zM25 983q22 91 72.5 228.5t103.5 250.5h219q-66 -267 -101 -501h-280z" />
235
- <glyph unicode="&#x201d;" horiz-adv-x="911" d="M420 1440q-50 -197 -176 -479h-219q69 296 100 501h281zM887 1440q-50 -197 -176 -479h-219q69 296 100 501h280z" />
236
- <glyph unicode="&#x201e;" horiz-adv-x="1061" d="M459 215q-52 -202 -176 -479h-220q65 266 101 502h280zM926 215q-52 -202 -176 -479h-220q65 266 101 502h280z" />
237
- <glyph unicode="&#x2022;" horiz-adv-x="770" d="M98 748q0 154 74 235.5t213 81.5q137 0 212 -82t75 -235q0 -152 -75.5 -235t-211.5 -83q-138 0 -212.5 83t-74.5 235z" />
238
- <glyph unicode="&#x2026;" horiz-adv-x="1751" d="M117 143q0 84 45 127t131 43q83 0 128.5 -44t45.5 -126q0 -79 -46 -124.5t-128 -45.5q-84 0 -130 44.5t-46 125.5zM700 143q0 84 45 127t132 43q83 0 128.5 -44t45.5 -126q0 -79 -46 -124.5t-128 -45.5q-85 0 -131 44.5t-46 125.5zM1284 143q0 84 45 127t131 43 q83 0 128.5 -44t45.5 -126q0 -79 -46 -124.5t-128 -45.5q-84 0 -130 44.5t-46 125.5z" />
239
- <glyph unicode="&#x202f;" horiz-adv-x="381" />
240
- <glyph unicode="&#x2039;" horiz-adv-x="754" d="M82 573l371 455l219 -119l-279 -348l279 -348l-219 -119l-371 453v26z" />
241
- <glyph unicode="&#x203a;" horiz-adv-x="754" d="M672 547l-371 -453l-219 119l278 348l-278 348l219 119l371 -455v-26z" />
242
- <glyph unicode="&#x2044;" horiz-adv-x="266" d="M657 1462l-811 -1462h-239l811 1462h239z" />
243
- <glyph unicode="&#x205f;" horiz-adv-x="476" />
244
- <glyph unicode="&#x2074;" horiz-adv-x="776" d="M758 737h-125v-151h-238v151h-383v154l385 577h236v-563h125v-168zM395 905v164q0 86 6 184q-9 -26 -35.5 -80t-41.5 -77l-127 -191h198z" />
245
- <glyph unicode="&#x20ac;" d="M803 1225q-122 0 -201 -70.5t-102 -204.5h403v-176h-418l-2 -35v-47l2 -33h355v-178h-338q51 -243 321 -243q143 0 275 57v-256q-116 -59 -293 -59q-245 0 -403 133t-199 368h-137v178h118q-4 23 -4 62l2 53h-116v176h133q37 242 199 382.5t405 140.5q188 0 352 -82 l-98 -232q-69 31 -129 48.5t-125 17.5z" />
246
- <glyph unicode="&#x2122;" horiz-adv-x="1534" d="M381 741h-168v572h-197v149h564v-149h-199v-572zM956 741l-165 529h-7l4 -111v-418h-163v721h247l160 -510l170 510h240v-721h-168v408l4 121h-6l-174 -529h-142z" />
247
- <glyph unicode="&#xe000;" horiz-adv-x="1120" d="M0 1120h1120v-1120h-1120v1120z" />
248
- <glyph horiz-adv-x="1296" d="M0 0z" />
249
- <hkern u1="&#x22;" u2="&#x178;" k="-20" />
250
- <hkern u1="&#x22;" u2="&#x153;" k="123" />
251
- <hkern u1="&#x22;" u2="&#xfc;" k="61" />
252
- <hkern u1="&#x22;" u2="&#xfb;" k="61" />
253
- <hkern u1="&#x22;" u2="&#xfa;" k="61" />
254
- <hkern u1="&#x22;" u2="&#xf9;" k="61" />
255
- <hkern u1="&#x22;" u2="&#xf8;" k="123" />
256
- <hkern u1="&#x22;" u2="&#xf6;" k="123" />
257
- <hkern u1="&#x22;" u2="&#xf5;" k="123" />
258
- <hkern u1="&#x22;" u2="&#xf4;" k="123" />
259
- <hkern u1="&#x22;" u2="&#xf3;" k="123" />
260
- <hkern u1="&#x22;" u2="&#xf2;" k="123" />
261
- <hkern u1="&#x22;" u2="&#xeb;" k="123" />
262
- <hkern u1="&#x22;" u2="&#xea;" k="123" />
263
- <hkern u1="&#x22;" u2="&#xe9;" k="123" />
264
- <hkern u1="&#x22;" u2="&#xe8;" k="123" />
265
- <hkern u1="&#x22;" u2="&#xe7;" k="123" />
266
- <hkern u1="&#x22;" u2="&#xe6;" k="82" />
267
- <hkern u1="&#x22;" u2="&#xe5;" k="82" />
268
- <hkern u1="&#x22;" u2="&#xe4;" k="82" />
269
- <hkern u1="&#x22;" u2="&#xe3;" k="82" />
270
- <hkern u1="&#x22;" u2="&#xe2;" k="82" />
271
- <hkern u1="&#x22;" u2="&#xe1;" k="82" />
272
- <hkern u1="&#x22;" u2="&#xe0;" k="123" />
273
- <hkern u1="&#x22;" u2="&#xdd;" k="-20" />
274
- <hkern u1="&#x22;" u2="&#xc5;" k="143" />
275
- <hkern u1="&#x22;" u2="&#xc4;" k="143" />
276
- <hkern u1="&#x22;" u2="&#xc3;" k="143" />
277
- <hkern u1="&#x22;" u2="&#xc2;" k="143" />
278
- <hkern u1="&#x22;" u2="&#xc1;" k="143" />
279
- <hkern u1="&#x22;" u2="&#xc0;" k="143" />
280
- <hkern u1="&#x22;" u2="u" k="61" />
281
- <hkern u1="&#x22;" u2="s" k="61" />
282
- <hkern u1="&#x22;" u2="r" k="61" />
283
- <hkern u1="&#x22;" u2="q" k="123" />
284
- <hkern u1="&#x22;" u2="p" k="61" />
285
- <hkern u1="&#x22;" u2="o" k="123" />
286
- <hkern u1="&#x22;" u2="n" k="61" />
287
- <hkern u1="&#x22;" u2="m" k="61" />
288
- <hkern u1="&#x22;" u2="g" k="61" />
289
- <hkern u1="&#x22;" u2="e" k="123" />
290
- <hkern u1="&#x22;" u2="d" k="123" />
291
- <hkern u1="&#x22;" u2="c" k="123" />
292
- <hkern u1="&#x22;" u2="a" k="82" />
293
- <hkern u1="&#x22;" u2="Y" k="-20" />
294
- <hkern u1="&#x22;" u2="W" k="-41" />
295
- <hkern u1="&#x22;" u2="V" k="-41" />
296
- <hkern u1="&#x22;" u2="T" k="-41" />
297
- <hkern u1="&#x22;" u2="A" k="143" />
298
- <hkern u1="&#x27;" u2="&#x178;" k="-20" />
299
- <hkern u1="&#x27;" u2="&#x153;" k="123" />
300
- <hkern u1="&#x27;" u2="&#xfc;" k="61" />
301
- <hkern u1="&#x27;" u2="&#xfb;" k="61" />
302
- <hkern u1="&#x27;" u2="&#xfa;" k="61" />
303
- <hkern u1="&#x27;" u2="&#xf9;" k="61" />
304
- <hkern u1="&#x27;" u2="&#xf8;" k="123" />
305
- <hkern u1="&#x27;" u2="&#xf6;" k="123" />
306
- <hkern u1="&#x27;" u2="&#xf5;" k="123" />
307
- <hkern u1="&#x27;" u2="&#xf4;" k="123" />
308
- <hkern u1="&#x27;" u2="&#xf3;" k="123" />
309
- <hkern u1="&#x27;" u2="&#xf2;" k="123" />
310
- <hkern u1="&#x27;" u2="&#xeb;" k="123" />
311
- <hkern u1="&#x27;" u2="&#xea;" k="123" />
312
- <hkern u1="&#x27;" u2="&#xe9;" k="123" />
313
- <hkern u1="&#x27;" u2="&#xe8;" k="123" />
314
- <hkern u1="&#x27;" u2="&#xe7;" k="123" />
315
- <hkern u1="&#x27;" u2="&#xe6;" k="82" />
316
- <hkern u1="&#x27;" u2="&#xe5;" k="82" />
317
- <hkern u1="&#x27;" u2="&#xe4;" k="82" />
318
- <hkern u1="&#x27;" u2="&#xe3;" k="82" />
319
- <hkern u1="&#x27;" u2="&#xe2;" k="82" />
320
- <hkern u1="&#x27;" u2="&#xe1;" k="82" />
321
- <hkern u1="&#x27;" u2="&#xe0;" k="123" />
322
- <hkern u1="&#x27;" u2="&#xdd;" k="-20" />
323
- <hkern u1="&#x27;" u2="&#xc5;" k="143" />
324
- <hkern u1="&#x27;" u2="&#xc4;" k="143" />
325
- <hkern u1="&#x27;" u2="&#xc3;" k="143" />
326
- <hkern u1="&#x27;" u2="&#xc2;" k="143" />
327
- <hkern u1="&#x27;" u2="&#xc1;" k="143" />
328
- <hkern u1="&#x27;" u2="&#xc0;" k="143" />
329
- <hkern u1="&#x27;" u2="u" k="61" />
330
- <hkern u1="&#x27;" u2="s" k="61" />
331
- <hkern u1="&#x27;" u2="r" k="61" />
332
- <hkern u1="&#x27;" u2="q" k="123" />
333
- <hkern u1="&#x27;" u2="p" k="61" />
334
- <hkern u1="&#x27;" u2="o" k="123" />
335
- <hkern u1="&#x27;" u2="n" k="61" />
336
- <hkern u1="&#x27;" u2="m" k="61" />
337
- <hkern u1="&#x27;" u2="g" k="61" />
338
- <hkern u1="&#x27;" u2="e" k="123" />
339
- <hkern u1="&#x27;" u2="d" k="123" />
340
- <hkern u1="&#x27;" u2="c" k="123" />
341
- <hkern u1="&#x27;" u2="a" k="82" />
342
- <hkern u1="&#x27;" u2="Y" k="-20" />
343
- <hkern u1="&#x27;" u2="W" k="-41" />
344
- <hkern u1="&#x27;" u2="V" k="-41" />
345
- <hkern u1="&#x27;" u2="T" k="-41" />
346
- <hkern u1="&#x27;" u2="A" k="143" />
347
- <hkern u1="&#x28;" u2="J" k="-184" />
348
- <hkern u1="&#x2c;" u2="&#x178;" k="123" />
349
- <hkern u1="&#x2c;" u2="&#x152;" k="102" />
350
- <hkern u1="&#x2c;" u2="&#xdd;" k="123" />
351
- <hkern u1="&#x2c;" u2="&#xdc;" k="41" />
352
- <hkern u1="&#x2c;" u2="&#xdb;" k="41" />
353
- <hkern u1="&#x2c;" u2="&#xda;" k="41" />
354
- <hkern u1="&#x2c;" u2="&#xd9;" k="41" />
355
- <hkern u1="&#x2c;" u2="&#xd8;" k="102" />
356
- <hkern u1="&#x2c;" u2="&#xd6;" k="102" />
357
- <hkern u1="&#x2c;" u2="&#xd5;" k="102" />
358
- <hkern u1="&#x2c;" u2="&#xd4;" k="102" />
359
- <hkern u1="&#x2c;" u2="&#xd3;" k="102" />
360
- <hkern u1="&#x2c;" u2="&#xd2;" k="102" />
361
- <hkern u1="&#x2c;" u2="&#xc7;" k="102" />
362
- <hkern u1="&#x2c;" u2="Y" k="123" />
363
- <hkern u1="&#x2c;" u2="W" k="123" />
364
- <hkern u1="&#x2c;" u2="V" k="123" />
365
- <hkern u1="&#x2c;" u2="U" k="41" />
366
- <hkern u1="&#x2c;" u2="T" k="143" />
367
- <hkern u1="&#x2c;" u2="Q" k="102" />
368
- <hkern u1="&#x2c;" u2="O" k="102" />
369
- <hkern u1="&#x2c;" u2="G" k="102" />
370
- <hkern u1="&#x2c;" u2="C" k="102" />
371
- <hkern u1="&#x2d;" u2="T" k="82" />
372
- <hkern u1="&#x2e;" u2="&#x178;" k="123" />
373
- <hkern u1="&#x2e;" u2="&#x152;" k="102" />
374
- <hkern u1="&#x2e;" u2="&#xdd;" k="123" />
375
- <hkern u1="&#x2e;" u2="&#xdc;" k="41" />
376
- <hkern u1="&#x2e;" u2="&#xdb;" k="41" />
377
- <hkern u1="&#x2e;" u2="&#xda;" k="41" />
378
- <hkern u1="&#x2e;" u2="&#xd9;" k="41" />
379
- <hkern u1="&#x2e;" u2="&#xd8;" k="102" />
380
- <hkern u1="&#x2e;" u2="&#xd6;" k="102" />
381
- <hkern u1="&#x2e;" u2="&#xd5;" k="102" />
382
- <hkern u1="&#x2e;" u2="&#xd4;" k="102" />
383
- <hkern u1="&#x2e;" u2="&#xd3;" k="102" />
384
- <hkern u1="&#x2e;" u2="&#xd2;" k="102" />
385
- <hkern u1="&#x2e;" u2="&#xc7;" k="102" />
386
- <hkern u1="&#x2e;" u2="Y" k="123" />
387
- <hkern u1="&#x2e;" u2="W" k="123" />
388
- <hkern u1="&#x2e;" u2="V" k="123" />
389
- <hkern u1="&#x2e;" u2="U" k="41" />
390
- <hkern u1="&#x2e;" u2="T" k="143" />
391
- <hkern u1="&#x2e;" u2="Q" k="102" />
392
- <hkern u1="&#x2e;" u2="O" k="102" />
393
- <hkern u1="&#x2e;" u2="G" k="102" />
394
- <hkern u1="&#x2e;" u2="C" k="102" />
395
- <hkern u1="A" u2="&#x201d;" k="143" />
396
- <hkern u1="A" u2="&#x2019;" k="143" />
397
- <hkern u1="A" u2="&#x178;" k="123" />
398
- <hkern u1="A" u2="&#x152;" k="41" />
399
- <hkern u1="A" u2="&#xdd;" k="123" />
400
- <hkern u1="A" u2="&#xd8;" k="41" />
401
- <hkern u1="A" u2="&#xd6;" k="41" />
402
- <hkern u1="A" u2="&#xd5;" k="41" />
403
- <hkern u1="A" u2="&#xd4;" k="41" />
404
- <hkern u1="A" u2="&#xd3;" k="41" />
405
- <hkern u1="A" u2="&#xd2;" k="41" />
406
- <hkern u1="A" u2="&#xc7;" k="41" />
407
- <hkern u1="A" u2="Y" k="123" />
408
- <hkern u1="A" u2="W" k="82" />
409
- <hkern u1="A" u2="V" k="82" />
410
- <hkern u1="A" u2="T" k="143" />
411
- <hkern u1="A" u2="Q" k="41" />
412
- <hkern u1="A" u2="O" k="41" />
413
- <hkern u1="A" u2="J" k="-266" />
414
- <hkern u1="A" u2="G" k="41" />
415
- <hkern u1="A" u2="C" k="41" />
416
- <hkern u1="A" u2="&#x27;" k="143" />
417
- <hkern u1="A" u2="&#x22;" k="143" />
418
- <hkern u1="B" u2="&#x201e;" k="82" />
419
- <hkern u1="B" u2="&#x201a;" k="82" />
420
- <hkern u1="B" u2="&#x178;" k="20" />
421
- <hkern u1="B" u2="&#xdd;" k="20" />
422
- <hkern u1="B" u2="&#xc5;" k="41" />
423
- <hkern u1="B" u2="&#xc4;" k="41" />
424
- <hkern u1="B" u2="&#xc3;" k="41" />
425
- <hkern u1="B" u2="&#xc2;" k="41" />
426
- <hkern u1="B" u2="&#xc1;" k="41" />
427
- <hkern u1="B" u2="&#xc0;" k="41" />
428
- <hkern u1="B" u2="Z" k="20" />
429
- <hkern u1="B" u2="Y" k="20" />
430
- <hkern u1="B" u2="X" k="41" />
431
- <hkern u1="B" u2="W" k="20" />
432
- <hkern u1="B" u2="V" k="20" />
433
- <hkern u1="B" u2="T" k="61" />
434
- <hkern u1="B" u2="A" k="41" />
435
- <hkern u1="B" u2="&#x2e;" k="82" />
436
- <hkern u1="B" u2="&#x2c;" k="82" />
437
- <hkern u1="C" u2="&#x152;" k="41" />
438
- <hkern u1="C" u2="&#xd8;" k="41" />
439
- <hkern u1="C" u2="&#xd6;" k="41" />
440
- <hkern u1="C" u2="&#xd5;" k="41" />
441
- <hkern u1="C" u2="&#xd4;" k="41" />
442
- <hkern u1="C" u2="&#xd3;" k="41" />
443
- <hkern u1="C" u2="&#xd2;" k="41" />
444
- <hkern u1="C" u2="&#xc7;" k="41" />
445
- <hkern u1="C" u2="Q" k="41" />
446
- <hkern u1="C" u2="O" k="41" />
447
- <hkern u1="C" u2="G" k="41" />
448
- <hkern u1="C" u2="C" k="41" />
449
- <hkern u1="D" u2="&#x201e;" k="82" />
450
- <hkern u1="D" u2="&#x201a;" k="82" />
451
- <hkern u1="D" u2="&#x178;" k="20" />
452
- <hkern u1="D" u2="&#xdd;" k="20" />
453
- <hkern u1="D" u2="&#xc5;" k="41" />
454
- <hkern u1="D" u2="&#xc4;" k="41" />
455
- <hkern u1="D" u2="&#xc3;" k="41" />
456
- <hkern u1="D" u2="&#xc2;" k="41" />
457
- <hkern u1="D" u2="&#xc1;" k="41" />
458
- <hkern u1="D" u2="&#xc0;" k="41" />
459
- <hkern u1="D" u2="Z" k="20" />
460
- <hkern u1="D" u2="Y" k="20" />
461
- <hkern u1="D" u2="X" k="41" />
462
- <hkern u1="D" u2="W" k="20" />
463
- <hkern u1="D" u2="V" k="20" />
464
- <hkern u1="D" u2="T" k="61" />
465
- <hkern u1="D" u2="A" k="41" />
466
- <hkern u1="D" u2="&#x2e;" k="82" />
467
- <hkern u1="D" u2="&#x2c;" k="82" />
468
- <hkern u1="E" u2="J" k="-123" />
469
- <hkern u1="F" u2="&#x201e;" k="123" />
470
- <hkern u1="F" u2="&#x201a;" k="123" />
471
- <hkern u1="F" u2="&#xc5;" k="41" />
472
- <hkern u1="F" u2="&#xc4;" k="41" />
473
- <hkern u1="F" u2="&#xc3;" k="41" />
474
- <hkern u1="F" u2="&#xc2;" k="41" />
475
- <hkern u1="F" u2="&#xc1;" k="41" />
476
- <hkern u1="F" u2="&#xc0;" k="41" />
477
- <hkern u1="F" u2="A" k="41" />
478
- <hkern u1="F" u2="&#x3f;" k="-41" />
479
- <hkern u1="F" u2="&#x2e;" k="123" />
480
- <hkern u1="F" u2="&#x2c;" k="123" />
481
- <hkern u1="K" u2="&#x152;" k="41" />
482
- <hkern u1="K" u2="&#xd8;" k="41" />
483
- <hkern u1="K" u2="&#xd6;" k="41" />
484
- <hkern u1="K" u2="&#xd5;" k="41" />
485
- <hkern u1="K" u2="&#xd4;" k="41" />
486
- <hkern u1="K" u2="&#xd3;" k="41" />
487
- <hkern u1="K" u2="&#xd2;" k="41" />
488
- <hkern u1="K" u2="&#xc7;" k="41" />
489
- <hkern u1="K" u2="Q" k="41" />
490
- <hkern u1="K" u2="O" k="41" />
491
- <hkern u1="K" u2="G" k="41" />
492
- <hkern u1="K" u2="C" k="41" />
493
- <hkern u1="L" u2="&#x201d;" k="164" />
494
- <hkern u1="L" u2="&#x2019;" k="164" />
495
- <hkern u1="L" u2="&#x178;" k="61" />
496
- <hkern u1="L" u2="&#x152;" k="41" />
497
- <hkern u1="L" u2="&#xdd;" k="61" />
498
- <hkern u1="L" u2="&#xdc;" k="20" />
499
- <hkern u1="L" u2="&#xdb;" k="20" />
500
- <hkern u1="L" u2="&#xda;" k="20" />
501
- <hkern u1="L" u2="&#xd9;" k="20" />
502
- <hkern u1="L" u2="&#xd8;" k="41" />
503
- <hkern u1="L" u2="&#xd6;" k="41" />
504
- <hkern u1="L" u2="&#xd5;" k="41" />
505
- <hkern u1="L" u2="&#xd4;" k="41" />
506
- <hkern u1="L" u2="&#xd3;" k="41" />
507
- <hkern u1="L" u2="&#xd2;" k="41" />
508
- <hkern u1="L" u2="&#xc7;" k="41" />
509
- <hkern u1="L" u2="Y" k="61" />
510
- <hkern u1="L" u2="W" k="41" />
511
- <hkern u1="L" u2="V" k="41" />
512
- <hkern u1="L" u2="U" k="20" />
513
- <hkern u1="L" u2="T" k="41" />
514
- <hkern u1="L" u2="Q" k="41" />
515
- <hkern u1="L" u2="O" k="41" />
516
- <hkern u1="L" u2="G" k="41" />
517
- <hkern u1="L" u2="C" k="41" />
518
- <hkern u1="L" u2="&#x27;" k="164" />
519
- <hkern u1="L" u2="&#x22;" k="164" />
520
- <hkern u1="O" u2="&#x201e;" k="82" />
521
- <hkern u1="O" u2="&#x201a;" k="82" />
522
- <hkern u1="O" u2="&#x178;" k="20" />
523
- <hkern u1="O" u2="&#xdd;" k="20" />
524
- <hkern u1="O" u2="&#xc5;" k="41" />
525
- <hkern u1="O" u2="&#xc4;" k="41" />
526
- <hkern u1="O" u2="&#xc3;" k="41" />
527
- <hkern u1="O" u2="&#xc2;" k="41" />
528
- <hkern u1="O" u2="&#xc1;" k="41" />
529
- <hkern u1="O" u2="&#xc0;" k="41" />
530
- <hkern u1="O" u2="Z" k="20" />
531
- <hkern u1="O" u2="Y" k="20" />
532
- <hkern u1="O" u2="X" k="41" />
533
- <hkern u1="O" u2="W" k="20" />
534
- <hkern u1="O" u2="V" k="20" />
535
- <hkern u1="O" u2="T" k="61" />
536
- <hkern u1="O" u2="A" k="41" />
537
- <hkern u1="O" u2="&#x2e;" k="82" />
538
- <hkern u1="O" u2="&#x2c;" k="82" />
539
- <hkern u1="P" u2="&#x201e;" k="266" />
540
- <hkern u1="P" u2="&#x201a;" k="266" />
541
- <hkern u1="P" u2="&#xc5;" k="102" />
542
- <hkern u1="P" u2="&#xc4;" k="102" />
543
- <hkern u1="P" u2="&#xc3;" k="102" />
544
- <hkern u1="P" u2="&#xc2;" k="102" />
545
- <hkern u1="P" u2="&#xc1;" k="102" />
546
- <hkern u1="P" u2="&#xc0;" k="102" />
547
- <hkern u1="P" u2="Z" k="20" />
548
- <hkern u1="P" u2="X" k="41" />
549
- <hkern u1="P" u2="A" k="102" />
550
- <hkern u1="P" u2="&#x2e;" k="266" />
551
- <hkern u1="P" u2="&#x2c;" k="266" />
552
- <hkern u1="Q" u2="&#x201e;" k="82" />
553
- <hkern u1="Q" u2="&#x201a;" k="82" />
554
- <hkern u1="Q" u2="&#x178;" k="20" />
555
- <hkern u1="Q" u2="&#xdd;" k="20" />
556
- <hkern u1="Q" u2="&#xc5;" k="41" />
557
- <hkern u1="Q" u2="&#xc4;" k="41" />
558
- <hkern u1="Q" u2="&#xc3;" k="41" />
559
- <hkern u1="Q" u2="&#xc2;" k="41" />
560
- <hkern u1="Q" u2="&#xc1;" k="41" />
561
- <hkern u1="Q" u2="&#xc0;" k="41" />
562
- <hkern u1="Q" u2="Z" k="20" />
563
- <hkern u1="Q" u2="Y" k="20" />
564
- <hkern u1="Q" u2="X" k="41" />
565
- <hkern u1="Q" u2="W" k="20" />
566
- <hkern u1="Q" u2="V" k="20" />
567
- <hkern u1="Q" u2="T" k="61" />
568
- <hkern u1="Q" u2="A" k="41" />
569
- <hkern u1="Q" u2="&#x2e;" k="82" />
570
- <hkern u1="Q" u2="&#x2c;" k="82" />
571
- <hkern u1="T" u2="&#x201e;" k="123" />
572
- <hkern u1="T" u2="&#x201a;" k="123" />
573
- <hkern u1="T" u2="&#x2014;" k="82" />
574
- <hkern u1="T" u2="&#x2013;" k="82" />
575
- <hkern u1="T" u2="&#x153;" k="143" />
576
- <hkern u1="T" u2="&#x152;" k="41" />
577
- <hkern u1="T" u2="&#xfd;" k="41" />
578
- <hkern u1="T" u2="&#xfc;" k="102" />
579
- <hkern u1="T" u2="&#xfb;" k="102" />
580
- <hkern u1="T" u2="&#xfa;" k="102" />
581
- <hkern u1="T" u2="&#xf9;" k="102" />
582
- <hkern u1="T" u2="&#xf8;" k="143" />
583
- <hkern u1="T" u2="&#xf6;" k="143" />
584
- <hkern u1="T" u2="&#xf5;" k="143" />
585
- <hkern u1="T" u2="&#xf4;" k="143" />
586
- <hkern u1="T" u2="&#xf3;" k="143" />
587
- <hkern u1="T" u2="&#xf2;" k="143" />
588
- <hkern u1="T" u2="&#xeb;" k="143" />
589
- <hkern u1="T" u2="&#xea;" k="143" />
590
- <hkern u1="T" u2="&#xe9;" k="143" />
591
- <hkern u1="T" u2="&#xe8;" k="143" />
592
- <hkern u1="T" u2="&#xe7;" k="143" />
593
- <hkern u1="T" u2="&#xe6;" k="164" />
594
- <hkern u1="T" u2="&#xe5;" k="164" />
595
- <hkern u1="T" u2="&#xe4;" k="164" />
596
- <hkern u1="T" u2="&#xe3;" k="164" />
597
- <hkern u1="T" u2="&#xe2;" k="164" />
598
- <hkern u1="T" u2="&#xe1;" k="164" />
599
- <hkern u1="T" u2="&#xe0;" k="143" />
600
- <hkern u1="T" u2="&#xd8;" k="41" />
601
- <hkern u1="T" u2="&#xd6;" k="41" />
602
- <hkern u1="T" u2="&#xd5;" k="41" />
603
- <hkern u1="T" u2="&#xd4;" k="41" />
604
- <hkern u1="T" u2="&#xd3;" k="41" />
605
- <hkern u1="T" u2="&#xd2;" k="41" />
606
- <hkern u1="T" u2="&#xc7;" k="41" />
607
- <hkern u1="T" u2="&#xc5;" k="143" />
608
- <hkern u1="T" u2="&#xc4;" k="143" />
609
- <hkern u1="T" u2="&#xc3;" k="143" />
610
- <hkern u1="T" u2="&#xc2;" k="143" />
611
- <hkern u1="T" u2="&#xc1;" k="143" />
612
- <hkern u1="T" u2="&#xc0;" k="143" />
613
- <hkern u1="T" u2="z" k="82" />
614
- <hkern u1="T" u2="y" k="41" />
615
- <hkern u1="T" u2="x" k="41" />
616
- <hkern u1="T" u2="w" k="41" />
617
- <hkern u1="T" u2="v" k="41" />
618
- <hkern u1="T" u2="u" k="102" />
619
- <hkern u1="T" u2="s" k="123" />
620
- <hkern u1="T" u2="r" k="102" />
621
- <hkern u1="T" u2="q" k="143" />
622
- <hkern u1="T" u2="p" k="102" />
623
- <hkern u1="T" u2="o" k="143" />
624
- <hkern u1="T" u2="n" k="102" />
625
- <hkern u1="T" u2="m" k="102" />
626
- <hkern u1="T" u2="g" k="143" />
627
- <hkern u1="T" u2="e" k="143" />
628
- <hkern u1="T" u2="d" k="143" />
629
- <hkern u1="T" u2="c" k="143" />
630
- <hkern u1="T" u2="a" k="164" />
631
- <hkern u1="T" u2="T" k="-41" />
632
- <hkern u1="T" u2="Q" k="41" />
633
- <hkern u1="T" u2="O" k="41" />
634
- <hkern u1="T" u2="G" k="41" />
635
- <hkern u1="T" u2="C" k="41" />
636
- <hkern u1="T" u2="A" k="143" />
637
- <hkern u1="T" u2="&#x3f;" k="-41" />
638
- <hkern u1="T" u2="&#x2e;" k="123" />
639
- <hkern u1="T" u2="&#x2d;" k="82" />
640
- <hkern u1="T" u2="&#x2c;" k="123" />
641
- <hkern u1="U" u2="&#x201e;" k="41" />
642
- <hkern u1="U" u2="&#x201a;" k="41" />
643
- <hkern u1="U" u2="&#xc5;" k="20" />
644
- <hkern u1="U" u2="&#xc4;" k="20" />
645
- <hkern u1="U" u2="&#xc3;" k="20" />
646
- <hkern u1="U" u2="&#xc2;" k="20" />
647
- <hkern u1="U" u2="&#xc1;" k="20" />
648
- <hkern u1="U" u2="&#xc0;" k="20" />
649
- <hkern u1="U" u2="A" k="20" />
650
- <hkern u1="U" u2="&#x2e;" k="41" />
651
- <hkern u1="U" u2="&#x2c;" k="41" />
652
- <hkern u1="V" u2="&#x201e;" k="102" />
653
- <hkern u1="V" u2="&#x201a;" k="102" />
654
- <hkern u1="V" u2="&#x153;" k="41" />
655
- <hkern u1="V" u2="&#x152;" k="20" />
656
- <hkern u1="V" u2="&#xfc;" k="20" />
657
- <hkern u1="V" u2="&#xfb;" k="20" />
658
- <hkern u1="V" u2="&#xfa;" k="20" />
659
- <hkern u1="V" u2="&#xf9;" k="20" />
660
- <hkern u1="V" u2="&#xf8;" k="41" />
661
- <hkern u1="V" u2="&#xf6;" k="41" />
662
- <hkern u1="V" u2="&#xf5;" k="41" />
663
- <hkern u1="V" u2="&#xf4;" k="41" />
664
- <hkern u1="V" u2="&#xf3;" k="41" />
665
- <hkern u1="V" u2="&#xf2;" k="41" />
666
- <hkern u1="V" u2="&#xeb;" k="41" />
667
- <hkern u1="V" u2="&#xea;" k="41" />
668
- <hkern u1="V" u2="&#xe9;" k="41" />
669
- <hkern u1="V" u2="&#xe8;" k="41" />
670
- <hkern u1="V" u2="&#xe7;" k="41" />
671
- <hkern u1="V" u2="&#xe6;" k="41" />
672
- <hkern u1="V" u2="&#xe5;" k="41" />
673
- <hkern u1="V" u2="&#xe4;" k="41" />
674
- <hkern u1="V" u2="&#xe3;" k="41" />
675
- <hkern u1="V" u2="&#xe2;" k="41" />
676
- <hkern u1="V" u2="&#xe1;" k="41" />
677
- <hkern u1="V" u2="&#xe0;" k="41" />
678
- <hkern u1="V" u2="&#xd8;" k="20" />
679
- <hkern u1="V" u2="&#xd6;" k="20" />
680
- <hkern u1="V" u2="&#xd5;" k="20" />
681
- <hkern u1="V" u2="&#xd4;" k="20" />
682
- <hkern u1="V" u2="&#xd3;" k="20" />
683
- <hkern u1="V" u2="&#xd2;" k="20" />
684
- <hkern u1="V" u2="&#xc7;" k="20" />
685
- <hkern u1="V" u2="&#xc5;" k="82" />
686
- <hkern u1="V" u2="&#xc4;" k="82" />
687
- <hkern u1="V" u2="&#xc3;" k="82" />
688
- <hkern u1="V" u2="&#xc2;" k="82" />
689
- <hkern u1="V" u2="&#xc1;" k="82" />
690
- <hkern u1="V" u2="&#xc0;" k="82" />
691
- <hkern u1="V" u2="u" k="20" />
692
- <hkern u1="V" u2="s" k="20" />
693
- <hkern u1="V" u2="r" k="20" />
694
- <hkern u1="V" u2="q" k="41" />
695
- <hkern u1="V" u2="p" k="20" />
696
- <hkern u1="V" u2="o" k="41" />
697
- <hkern u1="V" u2="n" k="20" />
698
- <hkern u1="V" u2="m" k="20" />
699
- <hkern u1="V" u2="g" k="20" />
700
- <hkern u1="V" u2="e" k="41" />
701
- <hkern u1="V" u2="d" k="41" />
702
- <hkern u1="V" u2="c" k="41" />
703
- <hkern u1="V" u2="a" k="41" />
704
- <hkern u1="V" u2="Q" k="20" />
705
- <hkern u1="V" u2="O" k="20" />
706
- <hkern u1="V" u2="G" k="20" />
707
- <hkern u1="V" u2="C" k="20" />
708
- <hkern u1="V" u2="A" k="82" />
709
- <hkern u1="V" u2="&#x3f;" k="-41" />
710
- <hkern u1="V" u2="&#x2e;" k="102" />
711
- <hkern u1="V" u2="&#x2c;" k="102" />
712
- <hkern u1="W" u2="&#x201e;" k="102" />
713
- <hkern u1="W" u2="&#x201a;" k="102" />
714
- <hkern u1="W" u2="&#x153;" k="41" />
715
- <hkern u1="W" u2="&#x152;" k="20" />
716
- <hkern u1="W" u2="&#xfc;" k="20" />
717
- <hkern u1="W" u2="&#xfb;" k="20" />
718
- <hkern u1="W" u2="&#xfa;" k="20" />
719
- <hkern u1="W" u2="&#xf9;" k="20" />
720
- <hkern u1="W" u2="&#xf8;" k="41" />
721
- <hkern u1="W" u2="&#xf6;" k="41" />
722
- <hkern u1="W" u2="&#xf5;" k="41" />
723
- <hkern u1="W" u2="&#xf4;" k="41" />
724
- <hkern u1="W" u2="&#xf3;" k="41" />
725
- <hkern u1="W" u2="&#xf2;" k="41" />
726
- <hkern u1="W" u2="&#xeb;" k="41" />
727
- <hkern u1="W" u2="&#xea;" k="41" />
728
- <hkern u1="W" u2="&#xe9;" k="41" />
729
- <hkern u1="W" u2="&#xe8;" k="41" />
730
- <hkern u1="W" u2="&#xe7;" k="41" />
731
- <hkern u1="W" u2="&#xe6;" k="41" />
732
- <hkern u1="W" u2="&#xe5;" k="41" />
733
- <hkern u1="W" u2="&#xe4;" k="41" />
734
- <hkern u1="W" u2="&#xe3;" k="41" />
735
- <hkern u1="W" u2="&#xe2;" k="41" />
736
- <hkern u1="W" u2="&#xe1;" k="41" />
737
- <hkern u1="W" u2="&#xe0;" k="41" />
738
- <hkern u1="W" u2="&#xd8;" k="20" />
739
- <hkern u1="W" u2="&#xd6;" k="20" />
740
- <hkern u1="W" u2="&#xd5;" k="20" />
741
- <hkern u1="W" u2="&#xd4;" k="20" />
742
- <hkern u1="W" u2="&#xd3;" k="20" />
743
- <hkern u1="W" u2="&#xd2;" k="20" />
744
- <hkern u1="W" u2="&#xc7;" k="20" />
745
- <hkern u1="W" u2="&#xc5;" k="82" />
746
- <hkern u1="W" u2="&#xc4;" k="82" />
747
- <hkern u1="W" u2="&#xc3;" k="82" />
748
- <hkern u1="W" u2="&#xc2;" k="82" />
749
- <hkern u1="W" u2="&#xc1;" k="82" />
750
- <hkern u1="W" u2="&#xc0;" k="82" />
751
- <hkern u1="W" u2="u" k="20" />
752
- <hkern u1="W" u2="s" k="20" />
753
- <hkern u1="W" u2="r" k="20" />
754
- <hkern u1="W" u2="q" k="41" />
755
- <hkern u1="W" u2="p" k="20" />
756
- <hkern u1="W" u2="o" k="41" />
757
- <hkern u1="W" u2="n" k="20" />
758
- <hkern u1="W" u2="m" k="20" />
759
- <hkern u1="W" u2="g" k="20" />
760
- <hkern u1="W" u2="e" k="41" />
761
- <hkern u1="W" u2="d" k="41" />
762
- <hkern u1="W" u2="c" k="41" />
763
- <hkern u1="W" u2="a" k="41" />
764
- <hkern u1="W" u2="Q" k="20" />
765
- <hkern u1="W" u2="O" k="20" />
766
- <hkern u1="W" u2="G" k="20" />
767
- <hkern u1="W" u2="C" k="20" />
768
- <hkern u1="W" u2="A" k="82" />
769
- <hkern u1="W" u2="&#x3f;" k="-41" />
770
- <hkern u1="W" u2="&#x2e;" k="102" />
771
- <hkern u1="W" u2="&#x2c;" k="102" />
772
- <hkern u1="X" u2="&#x152;" k="41" />
773
- <hkern u1="X" u2="&#xd8;" k="41" />
774
- <hkern u1="X" u2="&#xd6;" k="41" />
775
- <hkern u1="X" u2="&#xd5;" k="41" />
776
- <hkern u1="X" u2="&#xd4;" k="41" />
777
- <hkern u1="X" u2="&#xd3;" k="41" />
778
- <hkern u1="X" u2="&#xd2;" k="41" />
779
- <hkern u1="X" u2="&#xc7;" k="41" />
780
- <hkern u1="X" u2="Q" k="41" />
781
- <hkern u1="X" u2="O" k="41" />
782
- <hkern u1="X" u2="G" k="41" />
783
- <hkern u1="X" u2="C" k="41" />
784
- <hkern u1="Y" u2="&#x201e;" k="123" />
785
- <hkern u1="Y" u2="&#x201a;" k="123" />
786
- <hkern u1="Y" u2="&#x153;" k="102" />
787
- <hkern u1="Y" u2="&#x152;" k="41" />
788
- <hkern u1="Y" u2="&#xfc;" k="61" />
789
- <hkern u1="Y" u2="&#xfb;" k="61" />
790
- <hkern u1="Y" u2="&#xfa;" k="61" />
791
- <hkern u1="Y" u2="&#xf9;" k="61" />
792
- <hkern u1="Y" u2="&#xf8;" k="102" />
793
- <hkern u1="Y" u2="&#xf6;" k="102" />
794
- <hkern u1="Y" u2="&#xf5;" k="102" />
795
- <hkern u1="Y" u2="&#xf4;" k="102" />
796
- <hkern u1="Y" u2="&#xf3;" k="102" />
797
- <hkern u1="Y" u2="&#xf2;" k="102" />
798
- <hkern u1="Y" u2="&#xeb;" k="102" />
799
- <hkern u1="Y" u2="&#xea;" k="102" />
800
- <hkern u1="Y" u2="&#xe9;" k="102" />
801
- <hkern u1="Y" u2="&#xe8;" k="102" />
802
- <hkern u1="Y" u2="&#xe7;" k="102" />
803
- <hkern u1="Y" u2="&#xe6;" k="102" />
804
- <hkern u1="Y" u2="&#xe5;" k="102" />
805
- <hkern u1="Y" u2="&#xe4;" k="102" />
806
- <hkern u1="Y" u2="&#xe3;" k="102" />
807
- <hkern u1="Y" u2="&#xe2;" k="102" />
808
- <hkern u1="Y" u2="&#xe1;" k="102" />
809
- <hkern u1="Y" u2="&#xe0;" k="102" />
810
- <hkern u1="Y" u2="&#xd8;" k="41" />
811
- <hkern u1="Y" u2="&#xd6;" k="41" />
812
- <hkern u1="Y" u2="&#xd5;" k="41" />
813
- <hkern u1="Y" u2="&#xd4;" k="41" />
814
- <hkern u1="Y" u2="&#xd3;" k="41" />
815
- <hkern u1="Y" u2="&#xd2;" k="41" />
816
- <hkern u1="Y" u2="&#xc7;" k="41" />
817
- <hkern u1="Y" u2="&#xc5;" k="123" />
818
- <hkern u1="Y" u2="&#xc4;" k="123" />
819
- <hkern u1="Y" u2="&#xc3;" k="123" />
820
- <hkern u1="Y" u2="&#xc2;" k="123" />
821
- <hkern u1="Y" u2="&#xc1;" k="123" />
822
- <hkern u1="Y" u2="&#xc0;" k="123" />
823
- <hkern u1="Y" u2="z" k="41" />
824
- <hkern u1="Y" u2="u" k="61" />
825
- <hkern u1="Y" u2="s" k="82" />
826
- <hkern u1="Y" u2="r" k="61" />
827
- <hkern u1="Y" u2="q" k="102" />
828
- <hkern u1="Y" u2="p" k="61" />
829
- <hkern u1="Y" u2="o" k="102" />
830
- <hkern u1="Y" u2="n" k="61" />
831
- <hkern u1="Y" u2="m" k="61" />
832
- <hkern u1="Y" u2="g" k="41" />
833
- <hkern u1="Y" u2="e" k="102" />
834
- <hkern u1="Y" u2="d" k="102" />
835
- <hkern u1="Y" u2="c" k="102" />
836
- <hkern u1="Y" u2="a" k="102" />
837
- <hkern u1="Y" u2="Q" k="41" />
838
- <hkern u1="Y" u2="O" k="41" />
839
- <hkern u1="Y" u2="G" k="41" />
840
- <hkern u1="Y" u2="C" k="41" />
841
- <hkern u1="Y" u2="A" k="123" />
842
- <hkern u1="Y" u2="&#x3f;" k="-41" />
843
- <hkern u1="Y" u2="&#x2e;" k="123" />
844
- <hkern u1="Y" u2="&#x2c;" k="123" />
845
- <hkern u1="Z" u2="&#x152;" k="20" />
846
- <hkern u1="Z" u2="&#xd8;" k="20" />
847
- <hkern u1="Z" u2="&#xd6;" k="20" />
848
- <hkern u1="Z" u2="&#xd5;" k="20" />
849
- <hkern u1="Z" u2="&#xd4;" k="20" />
850
- <hkern u1="Z" u2="&#xd3;" k="20" />
851
- <hkern u1="Z" u2="&#xd2;" k="20" />
852
- <hkern u1="Z" u2="&#xc7;" k="20" />
853
- <hkern u1="Z" u2="Q" k="20" />
854
- <hkern u1="Z" u2="O" k="20" />
855
- <hkern u1="Z" u2="G" k="20" />
856
- <hkern u1="Z" u2="C" k="20" />
857
- <hkern u1="[" u2="J" k="-184" />
858
- <hkern u1="a" u2="&#x201d;" k="20" />
859
- <hkern u1="a" u2="&#x2019;" k="20" />
860
- <hkern u1="a" u2="&#x27;" k="20" />
861
- <hkern u1="a" u2="&#x22;" k="20" />
862
- <hkern u1="b" u2="&#x201d;" k="20" />
863
- <hkern u1="b" u2="&#x2019;" k="20" />
864
- <hkern u1="b" u2="&#xfd;" k="41" />
865
- <hkern u1="b" u2="z" k="20" />
866
- <hkern u1="b" u2="y" k="41" />
867
- <hkern u1="b" u2="x" k="41" />
868
- <hkern u1="b" u2="w" k="41" />
869
- <hkern u1="b" u2="v" k="41" />
870
- <hkern u1="b" u2="&#x27;" k="20" />
871
- <hkern u1="b" u2="&#x22;" k="20" />
872
- <hkern u1="c" u2="&#x201d;" k="-41" />
873
- <hkern u1="c" u2="&#x2019;" k="-41" />
874
- <hkern u1="c" u2="&#x27;" k="-41" />
875
- <hkern u1="c" u2="&#x22;" k="-41" />
876
- <hkern u1="e" u2="&#x201d;" k="20" />
877
- <hkern u1="e" u2="&#x2019;" k="20" />
878
- <hkern u1="e" u2="&#xfd;" k="41" />
879
- <hkern u1="e" u2="z" k="20" />
880
- <hkern u1="e" u2="y" k="41" />
881
- <hkern u1="e" u2="x" k="41" />
882
- <hkern u1="e" u2="w" k="41" />
883
- <hkern u1="e" u2="v" k="41" />
884
- <hkern u1="e" u2="&#x27;" k="20" />
885
- <hkern u1="e" u2="&#x22;" k="20" />
886
- <hkern u1="f" u2="&#x201d;" k="-123" />
887
- <hkern u1="f" u2="&#x2019;" k="-123" />
888
- <hkern u1="f" u2="&#x27;" k="-123" />
889
- <hkern u1="f" u2="&#x22;" k="-123" />
890
- <hkern u1="h" u2="&#x201d;" k="20" />
891
- <hkern u1="h" u2="&#x2019;" k="20" />
892
- <hkern u1="h" u2="&#x27;" k="20" />
893
- <hkern u1="h" u2="&#x22;" k="20" />
894
- <hkern u1="k" u2="&#x153;" k="41" />
895
- <hkern u1="k" u2="&#xf8;" k="41" />
896
- <hkern u1="k" u2="&#xf6;" k="41" />
897
- <hkern u1="k" u2="&#xf5;" k="41" />
898
- <hkern u1="k" u2="&#xf4;" k="41" />
899
- <hkern u1="k" u2="&#xf3;" k="41" />
900
- <hkern u1="k" u2="&#xf2;" k="41" />
901
- <hkern u1="k" u2="&#xeb;" k="41" />
902
- <hkern u1="k" u2="&#xea;" k="41" />
903
- <hkern u1="k" u2="&#xe9;" k="41" />
904
- <hkern u1="k" u2="&#xe8;" k="41" />
905
- <hkern u1="k" u2="&#xe7;" k="41" />
906
- <hkern u1="k" u2="&#xe0;" k="41" />
907
- <hkern u1="k" u2="q" k="41" />
908
- <hkern u1="k" u2="o" k="41" />
909
- <hkern u1="k" u2="e" k="41" />
910
- <hkern u1="k" u2="d" k="41" />
911
- <hkern u1="k" u2="c" k="41" />
912
- <hkern u1="m" u2="&#x201d;" k="20" />
913
- <hkern u1="m" u2="&#x2019;" k="20" />
914
- <hkern u1="m" u2="&#x27;" k="20" />
915
- <hkern u1="m" u2="&#x22;" k="20" />
916
- <hkern u1="n" u2="&#x201d;" k="20" />
917
- <hkern u1="n" u2="&#x2019;" k="20" />
918
- <hkern u1="n" u2="&#x27;" k="20" />
919
- <hkern u1="n" u2="&#x22;" k="20" />
920
- <hkern u1="o" u2="&#x201d;" k="20" />
921
- <hkern u1="o" u2="&#x2019;" k="20" />
922
- <hkern u1="o" u2="&#xfd;" k="41" />
923
- <hkern u1="o" u2="z" k="20" />
924
- <hkern u1="o" u2="y" k="41" />
925
- <hkern u1="o" u2="x" k="41" />
926
- <hkern u1="o" u2="w" k="41" />
927
- <hkern u1="o" u2="v" k="41" />
928
- <hkern u1="o" u2="&#x27;" k="20" />
929
- <hkern u1="o" u2="&#x22;" k="20" />
930
- <hkern u1="p" u2="&#x201d;" k="20" />
931
- <hkern u1="p" u2="&#x2019;" k="20" />
932
- <hkern u1="p" u2="&#xfd;" k="41" />
933
- <hkern u1="p" u2="z" k="20" />
934
- <hkern u1="p" u2="y" k="41" />
935
- <hkern u1="p" u2="x" k="41" />
936
- <hkern u1="p" u2="w" k="41" />
937
- <hkern u1="p" u2="v" k="41" />
938
- <hkern u1="p" u2="&#x27;" k="20" />
939
- <hkern u1="p" u2="&#x22;" k="20" />
940
- <hkern u1="r" u2="&#x201d;" k="-82" />
941
- <hkern u1="r" u2="&#x2019;" k="-82" />
942
- <hkern u1="r" u2="&#x153;" k="41" />
943
- <hkern u1="r" u2="&#xf8;" k="41" />
944
- <hkern u1="r" u2="&#xf6;" k="41" />
945
- <hkern u1="r" u2="&#xf5;" k="41" />
946
- <hkern u1="r" u2="&#xf4;" k="41" />
947
- <hkern u1="r" u2="&#xf3;" k="41" />
948
- <hkern u1="r" u2="&#xf2;" k="41" />
949
- <hkern u1="r" u2="&#xeb;" k="41" />
950
- <hkern u1="r" u2="&#xea;" k="41" />
951
- <hkern u1="r" u2="&#xe9;" k="41" />
952
- <hkern u1="r" u2="&#xe8;" k="41" />
953
- <hkern u1="r" u2="&#xe7;" k="41" />
954
- <hkern u1="r" u2="&#xe6;" k="41" />
955
- <hkern u1="r" u2="&#xe5;" k="41" />
956
- <hkern u1="r" u2="&#xe4;" k="41" />
957
- <hkern u1="r" u2="&#xe3;" k="41" />
958
- <hkern u1="r" u2="&#xe2;" k="41" />
959
- <hkern u1="r" u2="&#xe1;" k="41" />
960
- <hkern u1="r" u2="&#xe0;" k="41" />
961
- <hkern u1="r" u2="q" k="41" />
962
- <hkern u1="r" u2="o" k="41" />
963
- <hkern u1="r" u2="g" k="20" />
964
- <hkern u1="r" u2="e" k="41" />
965
- <hkern u1="r" u2="d" k="41" />
966
- <hkern u1="r" u2="c" k="41" />
967
- <hkern u1="r" u2="a" k="41" />
968
- <hkern u1="r" u2="&#x27;" k="-82" />
969
- <hkern u1="r" u2="&#x22;" k="-82" />
970
- <hkern u1="t" u2="&#x201d;" k="-41" />
971
- <hkern u1="t" u2="&#x2019;" k="-41" />
972
- <hkern u1="t" u2="&#x27;" k="-41" />
973
- <hkern u1="t" u2="&#x22;" k="-41" />
974
- <hkern u1="v" u2="&#x201e;" k="82" />
975
- <hkern u1="v" u2="&#x201d;" k="-82" />
976
- <hkern u1="v" u2="&#x201a;" k="82" />
977
- <hkern u1="v" u2="&#x2019;" k="-82" />
978
- <hkern u1="v" u2="&#x3f;" k="-41" />
979
- <hkern u1="v" u2="&#x2e;" k="82" />
980
- <hkern u1="v" u2="&#x2c;" k="82" />
981
- <hkern u1="v" u2="&#x27;" k="-82" />
982
- <hkern u1="v" u2="&#x22;" k="-82" />
983
- <hkern u1="w" u2="&#x201e;" k="82" />
984
- <hkern u1="w" u2="&#x201d;" k="-82" />
985
- <hkern u1="w" u2="&#x201a;" k="82" />
986
- <hkern u1="w" u2="&#x2019;" k="-82" />
987
- <hkern u1="w" u2="&#x3f;" k="-41" />
988
- <hkern u1="w" u2="&#x2e;" k="82" />
989
- <hkern u1="w" u2="&#x2c;" k="82" />
990
- <hkern u1="w" u2="&#x27;" k="-82" />
991
- <hkern u1="w" u2="&#x22;" k="-82" />
992
- <hkern u1="x" u2="&#x153;" k="41" />
993
- <hkern u1="x" u2="&#xf8;" k="41" />
994
- <hkern u1="x" u2="&#xf6;" k="41" />
995
- <hkern u1="x" u2="&#xf5;" k="41" />
996
- <hkern u1="x" u2="&#xf4;" k="41" />
997
- <hkern u1="x" u2="&#xf3;" k="41" />
998
- <hkern u1="x" u2="&#xf2;" k="41" />
999
- <hkern u1="x" u2="&#xeb;" k="41" />
1000
- <hkern u1="x" u2="&#xea;" k="41" />
1001
- <hkern u1="x" u2="&#xe9;" k="41" />
1002
- <hkern u1="x" u2="&#xe8;" k="41" />
1003
- <hkern u1="x" u2="&#xe7;" k="41" />
1004
- <hkern u1="x" u2="&#xe0;" k="41" />
1005
- <hkern u1="x" u2="q" k="41" />
1006
- <hkern u1="x" u2="o" k="41" />
1007
- <hkern u1="x" u2="e" k="41" />
1008
- <hkern u1="x" u2="d" k="41" />
1009
- <hkern u1="x" u2="c" k="41" />
1010
- <hkern u1="y" u2="&#x201e;" k="82" />
1011
- <hkern u1="y" u2="&#x201d;" k="-82" />
1012
- <hkern u1="y" u2="&#x201a;" k="82" />
1013
- <hkern u1="y" u2="&#x2019;" k="-82" />
1014
- <hkern u1="y" u2="&#x3f;" k="-41" />
1015
- <hkern u1="y" u2="&#x2e;" k="82" />
1016
- <hkern u1="y" u2="&#x2c;" k="82" />
1017
- <hkern u1="y" u2="&#x27;" k="-82" />
1018
- <hkern u1="y" u2="&#x22;" k="-82" />
1019
- <hkern u1="&#x7b;" u2="J" k="-184" />
1020
- <hkern u1="&#xc0;" u2="&#x201d;" k="143" />
1021
- <hkern u1="&#xc0;" u2="&#x2019;" k="143" />
1022
- <hkern u1="&#xc0;" u2="&#x178;" k="123" />
1023
- <hkern u1="&#xc0;" u2="&#x152;" k="41" />
1024
- <hkern u1="&#xc0;" u2="&#xdd;" k="123" />
1025
- <hkern u1="&#xc0;" u2="&#xd8;" k="41" />
1026
- <hkern u1="&#xc0;" u2="&#xd6;" k="41" />
1027
- <hkern u1="&#xc0;" u2="&#xd5;" k="41" />
1028
- <hkern u1="&#xc0;" u2="&#xd4;" k="41" />
1029
- <hkern u1="&#xc0;" u2="&#xd3;" k="41" />
1030
- <hkern u1="&#xc0;" u2="&#xd2;" k="41" />
1031
- <hkern u1="&#xc0;" u2="&#xc7;" k="41" />
1032
- <hkern u1="&#xc0;" u2="Y" k="123" />
1033
- <hkern u1="&#xc0;" u2="W" k="82" />
1034
- <hkern u1="&#xc0;" u2="V" k="82" />
1035
- <hkern u1="&#xc0;" u2="T" k="143" />
1036
- <hkern u1="&#xc0;" u2="Q" k="41" />
1037
- <hkern u1="&#xc0;" u2="O" k="41" />
1038
- <hkern u1="&#xc0;" u2="J" k="-266" />
1039
- <hkern u1="&#xc0;" u2="G" k="41" />
1040
- <hkern u1="&#xc0;" u2="C" k="41" />
1041
- <hkern u1="&#xc0;" u2="&#x27;" k="143" />
1042
- <hkern u1="&#xc0;" u2="&#x22;" k="143" />
1043
- <hkern u1="&#xc1;" u2="&#x201d;" k="143" />
1044
- <hkern u1="&#xc1;" u2="&#x2019;" k="143" />
1045
- <hkern u1="&#xc1;" u2="&#x178;" k="123" />
1046
- <hkern u1="&#xc1;" u2="&#x152;" k="41" />
1047
- <hkern u1="&#xc1;" u2="&#xdd;" k="123" />
1048
- <hkern u1="&#xc1;" u2="&#xd8;" k="41" />
1049
- <hkern u1="&#xc1;" u2="&#xd6;" k="41" />
1050
- <hkern u1="&#xc1;" u2="&#xd5;" k="41" />
1051
- <hkern u1="&#xc1;" u2="&#xd4;" k="41" />
1052
- <hkern u1="&#xc1;" u2="&#xd3;" k="41" />
1053
- <hkern u1="&#xc1;" u2="&#xd2;" k="41" />
1054
- <hkern u1="&#xc1;" u2="&#xc7;" k="41" />
1055
- <hkern u1="&#xc1;" u2="Y" k="123" />
1056
- <hkern u1="&#xc1;" u2="W" k="82" />
1057
- <hkern u1="&#xc1;" u2="V" k="82" />
1058
- <hkern u1="&#xc1;" u2="T" k="143" />
1059
- <hkern u1="&#xc1;" u2="Q" k="41" />
1060
- <hkern u1="&#xc1;" u2="O" k="41" />
1061
- <hkern u1="&#xc1;" u2="J" k="-266" />
1062
- <hkern u1="&#xc1;" u2="G" k="41" />
1063
- <hkern u1="&#xc1;" u2="C" k="41" />
1064
- <hkern u1="&#xc1;" u2="&#x27;" k="143" />
1065
- <hkern u1="&#xc1;" u2="&#x22;" k="143" />
1066
- <hkern u1="&#xc2;" u2="&#x201d;" k="143" />
1067
- <hkern u1="&#xc2;" u2="&#x2019;" k="143" />
1068
- <hkern u1="&#xc2;" u2="&#x178;" k="123" />
1069
- <hkern u1="&#xc2;" u2="&#x152;" k="41" />
1070
- <hkern u1="&#xc2;" u2="&#xdd;" k="123" />
1071
- <hkern u1="&#xc2;" u2="&#xd8;" k="41" />
1072
- <hkern u1="&#xc2;" u2="&#xd6;" k="41" />
1073
- <hkern u1="&#xc2;" u2="&#xd5;" k="41" />
1074
- <hkern u1="&#xc2;" u2="&#xd4;" k="41" />
1075
- <hkern u1="&#xc2;" u2="&#xd3;" k="41" />
1076
- <hkern u1="&#xc2;" u2="&#xd2;" k="41" />
1077
- <hkern u1="&#xc2;" u2="&#xc7;" k="41" />
1078
- <hkern u1="&#xc2;" u2="Y" k="123" />
1079
- <hkern u1="&#xc2;" u2="W" k="82" />
1080
- <hkern u1="&#xc2;" u2="V" k="82" />
1081
- <hkern u1="&#xc2;" u2="T" k="143" />
1082
- <hkern u1="&#xc2;" u2="Q" k="41" />
1083
- <hkern u1="&#xc2;" u2="O" k="41" />
1084
- <hkern u1="&#xc2;" u2="J" k="-266" />
1085
- <hkern u1="&#xc2;" u2="G" k="41" />
1086
- <hkern u1="&#xc2;" u2="C" k="41" />
1087
- <hkern u1="&#xc2;" u2="&#x27;" k="143" />
1088
- <hkern u1="&#xc2;" u2="&#x22;" k="143" />
1089
- <hkern u1="&#xc3;" u2="&#x201d;" k="143" />
1090
- <hkern u1="&#xc3;" u2="&#x2019;" k="143" />
1091
- <hkern u1="&#xc3;" u2="&#x178;" k="123" />
1092
- <hkern u1="&#xc3;" u2="&#x152;" k="41" />
1093
- <hkern u1="&#xc3;" u2="&#xdd;" k="123" />
1094
- <hkern u1="&#xc3;" u2="&#xd8;" k="41" />
1095
- <hkern u1="&#xc3;" u2="&#xd6;" k="41" />
1096
- <hkern u1="&#xc3;" u2="&#xd5;" k="41" />
1097
- <hkern u1="&#xc3;" u2="&#xd4;" k="41" />
1098
- <hkern u1="&#xc3;" u2="&#xd3;" k="41" />
1099
- <hkern u1="&#xc3;" u2="&#xd2;" k="41" />
1100
- <hkern u1="&#xc3;" u2="&#xc7;" k="41" />
1101
- <hkern u1="&#xc3;" u2="Y" k="123" />
1102
- <hkern u1="&#xc3;" u2="W" k="82" />
1103
- <hkern u1="&#xc3;" u2="V" k="82" />
1104
- <hkern u1="&#xc3;" u2="T" k="143" />
1105
- <hkern u1="&#xc3;" u2="Q" k="41" />
1106
- <hkern u1="&#xc3;" u2="O" k="41" />
1107
- <hkern u1="&#xc3;" u2="J" k="-266" />
1108
- <hkern u1="&#xc3;" u2="G" k="41" />
1109
- <hkern u1="&#xc3;" u2="C" k="41" />
1110
- <hkern u1="&#xc3;" u2="&#x27;" k="143" />
1111
- <hkern u1="&#xc3;" u2="&#x22;" k="143" />
1112
- <hkern u1="&#xc4;" u2="&#x201d;" k="143" />
1113
- <hkern u1="&#xc4;" u2="&#x2019;" k="143" />
1114
- <hkern u1="&#xc4;" u2="&#x178;" k="123" />
1115
- <hkern u1="&#xc4;" u2="&#x152;" k="41" />
1116
- <hkern u1="&#xc4;" u2="&#xdd;" k="123" />
1117
- <hkern u1="&#xc4;" u2="&#xd8;" k="41" />
1118
- <hkern u1="&#xc4;" u2="&#xd6;" k="41" />
1119
- <hkern u1="&#xc4;" u2="&#xd5;" k="41" />
1120
- <hkern u1="&#xc4;" u2="&#xd4;" k="41" />
1121
- <hkern u1="&#xc4;" u2="&#xd3;" k="41" />
1122
- <hkern u1="&#xc4;" u2="&#xd2;" k="41" />
1123
- <hkern u1="&#xc4;" u2="&#xc7;" k="41" />
1124
- <hkern u1="&#xc4;" u2="Y" k="123" />
1125
- <hkern u1="&#xc4;" u2="W" k="82" />
1126
- <hkern u1="&#xc4;" u2="V" k="82" />
1127
- <hkern u1="&#xc4;" u2="T" k="143" />
1128
- <hkern u1="&#xc4;" u2="Q" k="41" />
1129
- <hkern u1="&#xc4;" u2="O" k="41" />
1130
- <hkern u1="&#xc4;" u2="J" k="-266" />
1131
- <hkern u1="&#xc4;" u2="G" k="41" />
1132
- <hkern u1="&#xc4;" u2="C" k="41" />
1133
- <hkern u1="&#xc4;" u2="&#x27;" k="143" />
1134
- <hkern u1="&#xc4;" u2="&#x22;" k="143" />
1135
- <hkern u1="&#xc5;" u2="&#x201d;" k="143" />
1136
- <hkern u1="&#xc5;" u2="&#x2019;" k="143" />
1137
- <hkern u1="&#xc5;" u2="&#x178;" k="123" />
1138
- <hkern u1="&#xc5;" u2="&#x152;" k="41" />
1139
- <hkern u1="&#xc5;" u2="&#xdd;" k="123" />
1140
- <hkern u1="&#xc5;" u2="&#xd8;" k="41" />
1141
- <hkern u1="&#xc5;" u2="&#xd6;" k="41" />
1142
- <hkern u1="&#xc5;" u2="&#xd5;" k="41" />
1143
- <hkern u1="&#xc5;" u2="&#xd4;" k="41" />
1144
- <hkern u1="&#xc5;" u2="&#xd3;" k="41" />
1145
- <hkern u1="&#xc5;" u2="&#xd2;" k="41" />
1146
- <hkern u1="&#xc5;" u2="&#xc7;" k="41" />
1147
- <hkern u1="&#xc5;" u2="Y" k="123" />
1148
- <hkern u1="&#xc5;" u2="W" k="82" />
1149
- <hkern u1="&#xc5;" u2="V" k="82" />
1150
- <hkern u1="&#xc5;" u2="T" k="143" />
1151
- <hkern u1="&#xc5;" u2="Q" k="41" />
1152
- <hkern u1="&#xc5;" u2="O" k="41" />
1153
- <hkern u1="&#xc5;" u2="J" k="-266" />
1154
- <hkern u1="&#xc5;" u2="G" k="41" />
1155
- <hkern u1="&#xc5;" u2="C" k="41" />
1156
- <hkern u1="&#xc5;" u2="&#x27;" k="143" />
1157
- <hkern u1="&#xc5;" u2="&#x22;" k="143" />
1158
- <hkern u1="&#xc6;" u2="J" k="-123" />
1159
- <hkern u1="&#xc7;" u2="&#x152;" k="41" />
1160
- <hkern u1="&#xc7;" u2="&#xd8;" k="41" />
1161
- <hkern u1="&#xc7;" u2="&#xd6;" k="41" />
1162
- <hkern u1="&#xc7;" u2="&#xd5;" k="41" />
1163
- <hkern u1="&#xc7;" u2="&#xd4;" k="41" />
1164
- <hkern u1="&#xc7;" u2="&#xd3;" k="41" />
1165
- <hkern u1="&#xc7;" u2="&#xd2;" k="41" />
1166
- <hkern u1="&#xc7;" u2="&#xc7;" k="41" />
1167
- <hkern u1="&#xc7;" u2="Q" k="41" />
1168
- <hkern u1="&#xc7;" u2="O" k="41" />
1169
- <hkern u1="&#xc7;" u2="G" k="41" />
1170
- <hkern u1="&#xc7;" u2="C" k="41" />
1171
- <hkern u1="&#xc8;" u2="J" k="-123" />
1172
- <hkern u1="&#xc9;" u2="J" k="-123" />
1173
- <hkern u1="&#xca;" u2="J" k="-123" />
1174
- <hkern u1="&#xcb;" u2="J" k="-123" />
1175
- <hkern u1="&#xd0;" u2="&#x201e;" k="82" />
1176
- <hkern u1="&#xd0;" u2="&#x201a;" k="82" />
1177
- <hkern u1="&#xd0;" u2="&#x178;" k="20" />
1178
- <hkern u1="&#xd0;" u2="&#xdd;" k="20" />
1179
- <hkern u1="&#xd0;" u2="&#xc5;" k="41" />
1180
- <hkern u1="&#xd0;" u2="&#xc4;" k="41" />
1181
- <hkern u1="&#xd0;" u2="&#xc3;" k="41" />
1182
- <hkern u1="&#xd0;" u2="&#xc2;" k="41" />
1183
- <hkern u1="&#xd0;" u2="&#xc1;" k="41" />
1184
- <hkern u1="&#xd0;" u2="&#xc0;" k="41" />
1185
- <hkern u1="&#xd0;" u2="Z" k="20" />
1186
- <hkern u1="&#xd0;" u2="Y" k="20" />
1187
- <hkern u1="&#xd0;" u2="X" k="41" />
1188
- <hkern u1="&#xd0;" u2="W" k="20" />
1189
- <hkern u1="&#xd0;" u2="V" k="20" />
1190
- <hkern u1="&#xd0;" u2="T" k="61" />
1191
- <hkern u1="&#xd0;" u2="A" k="41" />
1192
- <hkern u1="&#xd0;" u2="&#x2e;" k="82" />
1193
- <hkern u1="&#xd0;" u2="&#x2c;" k="82" />
1194
- <hkern u1="&#xd2;" u2="&#x201e;" k="82" />
1195
- <hkern u1="&#xd2;" u2="&#x201a;" k="82" />
1196
- <hkern u1="&#xd2;" u2="&#x178;" k="20" />
1197
- <hkern u1="&#xd2;" u2="&#xdd;" k="20" />
1198
- <hkern u1="&#xd2;" u2="&#xc5;" k="41" />
1199
- <hkern u1="&#xd2;" u2="&#xc4;" k="41" />
1200
- <hkern u1="&#xd2;" u2="&#xc3;" k="41" />
1201
- <hkern u1="&#xd2;" u2="&#xc2;" k="41" />
1202
- <hkern u1="&#xd2;" u2="&#xc1;" k="41" />
1203
- <hkern u1="&#xd2;" u2="&#xc0;" k="41" />
1204
- <hkern u1="&#xd2;" u2="Z" k="20" />
1205
- <hkern u1="&#xd2;" u2="Y" k="20" />
1206
- <hkern u1="&#xd2;" u2="X" k="41" />
1207
- <hkern u1="&#xd2;" u2="W" k="20" />
1208
- <hkern u1="&#xd2;" u2="V" k="20" />
1209
- <hkern u1="&#xd2;" u2="T" k="61" />
1210
- <hkern u1="&#xd2;" u2="A" k="41" />
1211
- <hkern u1="&#xd2;" u2="&#x2e;" k="82" />
1212
- <hkern u1="&#xd2;" u2="&#x2c;" k="82" />
1213
- <hkern u1="&#xd3;" u2="&#x201e;" k="82" />
1214
- <hkern u1="&#xd3;" u2="&#x201a;" k="82" />
1215
- <hkern u1="&#xd3;" u2="&#x178;" k="20" />
1216
- <hkern u1="&#xd3;" u2="&#xdd;" k="20" />
1217
- <hkern u1="&#xd3;" u2="&#xc5;" k="41" />
1218
- <hkern u1="&#xd3;" u2="&#xc4;" k="41" />
1219
- <hkern u1="&#xd3;" u2="&#xc3;" k="41" />
1220
- <hkern u1="&#xd3;" u2="&#xc2;" k="41" />
1221
- <hkern u1="&#xd3;" u2="&#xc1;" k="41" />
1222
- <hkern u1="&#xd3;" u2="&#xc0;" k="41" />
1223
- <hkern u1="&#xd3;" u2="Z" k="20" />
1224
- <hkern u1="&#xd3;" u2="Y" k="20" />
1225
- <hkern u1="&#xd3;" u2="X" k="41" />
1226
- <hkern u1="&#xd3;" u2="W" k="20" />
1227
- <hkern u1="&#xd3;" u2="V" k="20" />
1228
- <hkern u1="&#xd3;" u2="T" k="61" />
1229
- <hkern u1="&#xd3;" u2="A" k="41" />
1230
- <hkern u1="&#xd3;" u2="&#x2e;" k="82" />
1231
- <hkern u1="&#xd3;" u2="&#x2c;" k="82" />
1232
- <hkern u1="&#xd4;" u2="&#x201e;" k="82" />
1233
- <hkern u1="&#xd4;" u2="&#x201a;" k="82" />
1234
- <hkern u1="&#xd4;" u2="&#x178;" k="20" />
1235
- <hkern u1="&#xd4;" u2="&#xdd;" k="20" />
1236
- <hkern u1="&#xd4;" u2="&#xc5;" k="41" />
1237
- <hkern u1="&#xd4;" u2="&#xc4;" k="41" />
1238
- <hkern u1="&#xd4;" u2="&#xc3;" k="41" />
1239
- <hkern u1="&#xd4;" u2="&#xc2;" k="41" />
1240
- <hkern u1="&#xd4;" u2="&#xc1;" k="41" />
1241
- <hkern u1="&#xd4;" u2="&#xc0;" k="41" />
1242
- <hkern u1="&#xd4;" u2="Z" k="20" />
1243
- <hkern u1="&#xd4;" u2="Y" k="20" />
1244
- <hkern u1="&#xd4;" u2="X" k="41" />
1245
- <hkern u1="&#xd4;" u2="W" k="20" />
1246
- <hkern u1="&#xd4;" u2="V" k="20" />
1247
- <hkern u1="&#xd4;" u2="T" k="61" />
1248
- <hkern u1="&#xd4;" u2="A" k="41" />
1249
- <hkern u1="&#xd4;" u2="&#x2e;" k="82" />
1250
- <hkern u1="&#xd4;" u2="&#x2c;" k="82" />
1251
- <hkern u1="&#xd5;" u2="&#x201e;" k="82" />
1252
- <hkern u1="&#xd5;" u2="&#x201a;" k="82" />
1253
- <hkern u1="&#xd5;" u2="&#x178;" k="20" />
1254
- <hkern u1="&#xd5;" u2="&#xdd;" k="20" />
1255
- <hkern u1="&#xd5;" u2="&#xc5;" k="41" />
1256
- <hkern u1="&#xd5;" u2="&#xc4;" k="41" />
1257
- <hkern u1="&#xd5;" u2="&#xc3;" k="41" />
1258
- <hkern u1="&#xd5;" u2="&#xc2;" k="41" />
1259
- <hkern u1="&#xd5;" u2="&#xc1;" k="41" />
1260
- <hkern u1="&#xd5;" u2="&#xc0;" k="41" />
1261
- <hkern u1="&#xd5;" u2="Z" k="20" />
1262
- <hkern u1="&#xd5;" u2="Y" k="20" />
1263
- <hkern u1="&#xd5;" u2="X" k="41" />
1264
- <hkern u1="&#xd5;" u2="W" k="20" />
1265
- <hkern u1="&#xd5;" u2="V" k="20" />
1266
- <hkern u1="&#xd5;" u2="T" k="61" />
1267
- <hkern u1="&#xd5;" u2="A" k="41" />
1268
- <hkern u1="&#xd5;" u2="&#x2e;" k="82" />
1269
- <hkern u1="&#xd5;" u2="&#x2c;" k="82" />
1270
- <hkern u1="&#xd6;" u2="&#x201e;" k="82" />
1271
- <hkern u1="&#xd6;" u2="&#x201a;" k="82" />
1272
- <hkern u1="&#xd6;" u2="&#x178;" k="20" />
1273
- <hkern u1="&#xd6;" u2="&#xdd;" k="20" />
1274
- <hkern u1="&#xd6;" u2="&#xc5;" k="41" />
1275
- <hkern u1="&#xd6;" u2="&#xc4;" k="41" />
1276
- <hkern u1="&#xd6;" u2="&#xc3;" k="41" />
1277
- <hkern u1="&#xd6;" u2="&#xc2;" k="41" />
1278
- <hkern u1="&#xd6;" u2="&#xc1;" k="41" />
1279
- <hkern u1="&#xd6;" u2="&#xc0;" k="41" />
1280
- <hkern u1="&#xd6;" u2="Z" k="20" />
1281
- <hkern u1="&#xd6;" u2="Y" k="20" />
1282
- <hkern u1="&#xd6;" u2="X" k="41" />
1283
- <hkern u1="&#xd6;" u2="W" k="20" />
1284
- <hkern u1="&#xd6;" u2="V" k="20" />
1285
- <hkern u1="&#xd6;" u2="T" k="61" />
1286
- <hkern u1="&#xd6;" u2="A" k="41" />
1287
- <hkern u1="&#xd6;" u2="&#x2e;" k="82" />
1288
- <hkern u1="&#xd6;" u2="&#x2c;" k="82" />
1289
- <hkern u1="&#xd8;" u2="&#x201e;" k="82" />
1290
- <hkern u1="&#xd8;" u2="&#x201a;" k="82" />
1291
- <hkern u1="&#xd8;" u2="&#x178;" k="20" />
1292
- <hkern u1="&#xd8;" u2="&#xdd;" k="20" />
1293
- <hkern u1="&#xd8;" u2="&#xc5;" k="41" />
1294
- <hkern u1="&#xd8;" u2="&#xc4;" k="41" />
1295
- <hkern u1="&#xd8;" u2="&#xc3;" k="41" />
1296
- <hkern u1="&#xd8;" u2="&#xc2;" k="41" />
1297
- <hkern u1="&#xd8;" u2="&#xc1;" k="41" />
1298
- <hkern u1="&#xd8;" u2="&#xc0;" k="41" />
1299
- <hkern u1="&#xd8;" u2="Z" k="20" />
1300
- <hkern u1="&#xd8;" u2="Y" k="20" />
1301
- <hkern u1="&#xd8;" u2="X" k="41" />
1302
- <hkern u1="&#xd8;" u2="W" k="20" />
1303
- <hkern u1="&#xd8;" u2="V" k="20" />
1304
- <hkern u1="&#xd8;" u2="T" k="61" />
1305
- <hkern u1="&#xd8;" u2="A" k="41" />
1306
- <hkern u1="&#xd8;" u2="&#x2e;" k="82" />
1307
- <hkern u1="&#xd8;" u2="&#x2c;" k="82" />
1308
- <hkern u1="&#xd9;" u2="&#x201e;" k="41" />
1309
- <hkern u1="&#xd9;" u2="&#x201a;" k="41" />
1310
- <hkern u1="&#xd9;" u2="&#xc5;" k="20" />
1311
- <hkern u1="&#xd9;" u2="&#xc4;" k="20" />
1312
- <hkern u1="&#xd9;" u2="&#xc3;" k="20" />
1313
- <hkern u1="&#xd9;" u2="&#xc2;" k="20" />
1314
- <hkern u1="&#xd9;" u2="&#xc1;" k="20" />
1315
- <hkern u1="&#xd9;" u2="&#xc0;" k="20" />
1316
- <hkern u1="&#xd9;" u2="A" k="20" />
1317
- <hkern u1="&#xd9;" u2="&#x2e;" k="41" />
1318
- <hkern u1="&#xd9;" u2="&#x2c;" k="41" />
1319
- <hkern u1="&#xda;" u2="&#x201e;" k="41" />
1320
- <hkern u1="&#xda;" u2="&#x201a;" k="41" />
1321
- <hkern u1="&#xda;" u2="&#xc5;" k="20" />
1322
- <hkern u1="&#xda;" u2="&#xc4;" k="20" />
1323
- <hkern u1="&#xda;" u2="&#xc3;" k="20" />
1324
- <hkern u1="&#xda;" u2="&#xc2;" k="20" />
1325
- <hkern u1="&#xda;" u2="&#xc1;" k="20" />
1326
- <hkern u1="&#xda;" u2="&#xc0;" k="20" />
1327
- <hkern u1="&#xda;" u2="A" k="20" />
1328
- <hkern u1="&#xda;" u2="&#x2e;" k="41" />
1329
- <hkern u1="&#xda;" u2="&#x2c;" k="41" />
1330
- <hkern u1="&#xdb;" u2="&#x201e;" k="41" />
1331
- <hkern u1="&#xdb;" u2="&#x201a;" k="41" />
1332
- <hkern u1="&#xdb;" u2="&#xc5;" k="20" />
1333
- <hkern u1="&#xdb;" u2="&#xc4;" k="20" />
1334
- <hkern u1="&#xdb;" u2="&#xc3;" k="20" />
1335
- <hkern u1="&#xdb;" u2="&#xc2;" k="20" />
1336
- <hkern u1="&#xdb;" u2="&#xc1;" k="20" />
1337
- <hkern u1="&#xdb;" u2="&#xc0;" k="20" />
1338
- <hkern u1="&#xdb;" u2="A" k="20" />
1339
- <hkern u1="&#xdb;" u2="&#x2e;" k="41" />
1340
- <hkern u1="&#xdb;" u2="&#x2c;" k="41" />
1341
- <hkern u1="&#xdc;" u2="&#x201e;" k="41" />
1342
- <hkern u1="&#xdc;" u2="&#x201a;" k="41" />
1343
- <hkern u1="&#xdc;" u2="&#xc5;" k="20" />
1344
- <hkern u1="&#xdc;" u2="&#xc4;" k="20" />
1345
- <hkern u1="&#xdc;" u2="&#xc3;" k="20" />
1346
- <hkern u1="&#xdc;" u2="&#xc2;" k="20" />
1347
- <hkern u1="&#xdc;" u2="&#xc1;" k="20" />
1348
- <hkern u1="&#xdc;" u2="&#xc0;" k="20" />
1349
- <hkern u1="&#xdc;" u2="A" k="20" />
1350
- <hkern u1="&#xdc;" u2="&#x2e;" k="41" />
1351
- <hkern u1="&#xdc;" u2="&#x2c;" k="41" />
1352
- <hkern u1="&#xdd;" u2="&#x201e;" k="123" />
1353
- <hkern u1="&#xdd;" u2="&#x201a;" k="123" />
1354
- <hkern u1="&#xdd;" u2="&#x153;" k="102" />
1355
- <hkern u1="&#xdd;" u2="&#x152;" k="41" />
1356
- <hkern u1="&#xdd;" u2="&#xfc;" k="61" />
1357
- <hkern u1="&#xdd;" u2="&#xfb;" k="61" />
1358
- <hkern u1="&#xdd;" u2="&#xfa;" k="61" />
1359
- <hkern u1="&#xdd;" u2="&#xf9;" k="61" />
1360
- <hkern u1="&#xdd;" u2="&#xf8;" k="102" />
1361
- <hkern u1="&#xdd;" u2="&#xf6;" k="102" />
1362
- <hkern u1="&#xdd;" u2="&#xf5;" k="102" />
1363
- <hkern u1="&#xdd;" u2="&#xf4;" k="102" />
1364
- <hkern u1="&#xdd;" u2="&#xf3;" k="102" />
1365
- <hkern u1="&#xdd;" u2="&#xf2;" k="102" />
1366
- <hkern u1="&#xdd;" u2="&#xeb;" k="102" />
1367
- <hkern u1="&#xdd;" u2="&#xea;" k="102" />
1368
- <hkern u1="&#xdd;" u2="&#xe9;" k="102" />
1369
- <hkern u1="&#xdd;" u2="&#xe8;" k="102" />
1370
- <hkern u1="&#xdd;" u2="&#xe7;" k="102" />
1371
- <hkern u1="&#xdd;" u2="&#xe6;" k="102" />
1372
- <hkern u1="&#xdd;" u2="&#xe5;" k="102" />
1373
- <hkern u1="&#xdd;" u2="&#xe4;" k="102" />
1374
- <hkern u1="&#xdd;" u2="&#xe3;" k="102" />
1375
- <hkern u1="&#xdd;" u2="&#xe2;" k="102" />
1376
- <hkern u1="&#xdd;" u2="&#xe1;" k="102" />
1377
- <hkern u1="&#xdd;" u2="&#xe0;" k="102" />
1378
- <hkern u1="&#xdd;" u2="&#xd8;" k="41" />
1379
- <hkern u1="&#xdd;" u2="&#xd6;" k="41" />
1380
- <hkern u1="&#xdd;" u2="&#xd5;" k="41" />
1381
- <hkern u1="&#xdd;" u2="&#xd4;" k="41" />
1382
- <hkern u1="&#xdd;" u2="&#xd3;" k="41" />
1383
- <hkern u1="&#xdd;" u2="&#xd2;" k="41" />
1384
- <hkern u1="&#xdd;" u2="&#xc7;" k="41" />
1385
- <hkern u1="&#xdd;" u2="&#xc5;" k="123" />
1386
- <hkern u1="&#xdd;" u2="&#xc4;" k="123" />
1387
- <hkern u1="&#xdd;" u2="&#xc3;" k="123" />
1388
- <hkern u1="&#xdd;" u2="&#xc2;" k="123" />
1389
- <hkern u1="&#xdd;" u2="&#xc1;" k="123" />
1390
- <hkern u1="&#xdd;" u2="&#xc0;" k="123" />
1391
- <hkern u1="&#xdd;" u2="z" k="41" />
1392
- <hkern u1="&#xdd;" u2="u" k="61" />
1393
- <hkern u1="&#xdd;" u2="s" k="82" />
1394
- <hkern u1="&#xdd;" u2="r" k="61" />
1395
- <hkern u1="&#xdd;" u2="q" k="102" />
1396
- <hkern u1="&#xdd;" u2="p" k="61" />
1397
- <hkern u1="&#xdd;" u2="o" k="102" />
1398
- <hkern u1="&#xdd;" u2="n" k="61" />
1399
- <hkern u1="&#xdd;" u2="m" k="61" />
1400
- <hkern u1="&#xdd;" u2="g" k="41" />
1401
- <hkern u1="&#xdd;" u2="e" k="102" />
1402
- <hkern u1="&#xdd;" u2="d" k="102" />
1403
- <hkern u1="&#xdd;" u2="c" k="102" />
1404
- <hkern u1="&#xdd;" u2="a" k="102" />
1405
- <hkern u1="&#xdd;" u2="Q" k="41" />
1406
- <hkern u1="&#xdd;" u2="O" k="41" />
1407
- <hkern u1="&#xdd;" u2="G" k="41" />
1408
- <hkern u1="&#xdd;" u2="C" k="41" />
1409
- <hkern u1="&#xdd;" u2="A" k="123" />
1410
- <hkern u1="&#xdd;" u2="&#x3f;" k="-41" />
1411
- <hkern u1="&#xdd;" u2="&#x2e;" k="123" />
1412
- <hkern u1="&#xdd;" u2="&#x2c;" k="123" />
1413
- <hkern u1="&#xde;" u2="&#x201e;" k="266" />
1414
- <hkern u1="&#xde;" u2="&#x201a;" k="266" />
1415
- <hkern u1="&#xde;" u2="&#xc5;" k="102" />
1416
- <hkern u1="&#xde;" u2="&#xc4;" k="102" />
1417
- <hkern u1="&#xde;" u2="&#xc3;" k="102" />
1418
- <hkern u1="&#xde;" u2="&#xc2;" k="102" />
1419
- <hkern u1="&#xde;" u2="&#xc1;" k="102" />
1420
- <hkern u1="&#xde;" u2="&#xc0;" k="102" />
1421
- <hkern u1="&#xde;" u2="Z" k="20" />
1422
- <hkern u1="&#xde;" u2="X" k="41" />
1423
- <hkern u1="&#xde;" u2="A" k="102" />
1424
- <hkern u1="&#xde;" u2="&#x2e;" k="266" />
1425
- <hkern u1="&#xde;" u2="&#x2c;" k="266" />
1426
- <hkern u1="&#xe0;" u2="&#x201d;" k="20" />
1427
- <hkern u1="&#xe0;" u2="&#x2019;" k="20" />
1428
- <hkern u1="&#xe0;" u2="&#x27;" k="20" />
1429
- <hkern u1="&#xe0;" u2="&#x22;" k="20" />
1430
- <hkern u1="&#xe1;" u2="&#x201d;" k="20" />
1431
- <hkern u1="&#xe1;" u2="&#x2019;" k="20" />
1432
- <hkern u1="&#xe1;" u2="&#x27;" k="20" />
1433
- <hkern u1="&#xe1;" u2="&#x22;" k="20" />
1434
- <hkern u1="&#xe2;" u2="&#x201d;" k="20" />
1435
- <hkern u1="&#xe2;" u2="&#x2019;" k="20" />
1436
- <hkern u1="&#xe2;" u2="&#x27;" k="20" />
1437
- <hkern u1="&#xe2;" u2="&#x22;" k="20" />
1438
- <hkern u1="&#xe3;" u2="&#x201d;" k="20" />
1439
- <hkern u1="&#xe3;" u2="&#x2019;" k="20" />
1440
- <hkern u1="&#xe3;" u2="&#x27;" k="20" />
1441
- <hkern u1="&#xe3;" u2="&#x22;" k="20" />
1442
- <hkern u1="&#xe4;" u2="&#x201d;" k="20" />
1443
- <hkern u1="&#xe4;" u2="&#x2019;" k="20" />
1444
- <hkern u1="&#xe4;" u2="&#x27;" k="20" />
1445
- <hkern u1="&#xe4;" u2="&#x22;" k="20" />
1446
- <hkern u1="&#xe5;" u2="&#x201d;" k="20" />
1447
- <hkern u1="&#xe5;" u2="&#x2019;" k="20" />
1448
- <hkern u1="&#xe5;" u2="&#x27;" k="20" />
1449
- <hkern u1="&#xe5;" u2="&#x22;" k="20" />
1450
- <hkern u1="&#xe8;" u2="&#x201d;" k="20" />
1451
- <hkern u1="&#xe8;" u2="&#x2019;" k="20" />
1452
- <hkern u1="&#xe8;" u2="&#xfd;" k="41" />
1453
- <hkern u1="&#xe8;" u2="z" k="20" />
1454
- <hkern u1="&#xe8;" u2="y" k="41" />
1455
- <hkern u1="&#xe8;" u2="x" k="41" />
1456
- <hkern u1="&#xe8;" u2="w" k="41" />
1457
- <hkern u1="&#xe8;" u2="v" k="41" />
1458
- <hkern u1="&#xe8;" u2="&#x27;" k="20" />
1459
- <hkern u1="&#xe8;" u2="&#x22;" k="20" />
1460
- <hkern u1="&#xe9;" u2="&#x201d;" k="20" />
1461
- <hkern u1="&#xe9;" u2="&#x2019;" k="20" />
1462
- <hkern u1="&#xe9;" u2="&#xfd;" k="41" />
1463
- <hkern u1="&#xe9;" u2="z" k="20" />
1464
- <hkern u1="&#xe9;" u2="y" k="41" />
1465
- <hkern u1="&#xe9;" u2="x" k="41" />
1466
- <hkern u1="&#xe9;" u2="w" k="41" />
1467
- <hkern u1="&#xe9;" u2="v" k="41" />
1468
- <hkern u1="&#xe9;" u2="&#x27;" k="20" />
1469
- <hkern u1="&#xe9;" u2="&#x22;" k="20" />
1470
- <hkern u1="&#xea;" u2="&#x201d;" k="20" />
1471
- <hkern u1="&#xea;" u2="&#x2019;" k="20" />
1472
- <hkern u1="&#xea;" u2="&#xfd;" k="41" />
1473
- <hkern u1="&#xea;" u2="z" k="20" />
1474
- <hkern u1="&#xea;" u2="y" k="41" />
1475
- <hkern u1="&#xea;" u2="x" k="41" />
1476
- <hkern u1="&#xea;" u2="w" k="41" />
1477
- <hkern u1="&#xea;" u2="v" k="41" />
1478
- <hkern u1="&#xea;" u2="&#x27;" k="20" />
1479
- <hkern u1="&#xea;" u2="&#x22;" k="20" />
1480
- <hkern u1="&#xeb;" u2="&#x201d;" k="20" />
1481
- <hkern u1="&#xeb;" u2="&#x2019;" k="20" />
1482
- <hkern u1="&#xeb;" u2="&#xfd;" k="41" />
1483
- <hkern u1="&#xeb;" u2="z" k="20" />
1484
- <hkern u1="&#xeb;" u2="y" k="41" />
1485
- <hkern u1="&#xeb;" u2="x" k="41" />
1486
- <hkern u1="&#xeb;" u2="w" k="41" />
1487
- <hkern u1="&#xeb;" u2="v" k="41" />
1488
- <hkern u1="&#xeb;" u2="&#x27;" k="20" />
1489
- <hkern u1="&#xeb;" u2="&#x22;" k="20" />
1490
- <hkern u1="&#xf0;" u2="&#x201d;" k="20" />
1491
- <hkern u1="&#xf0;" u2="&#x2019;" k="20" />
1492
- <hkern u1="&#xf0;" u2="&#xfd;" k="41" />
1493
- <hkern u1="&#xf0;" u2="z" k="20" />
1494
- <hkern u1="&#xf0;" u2="y" k="41" />
1495
- <hkern u1="&#xf0;" u2="x" k="41" />
1496
- <hkern u1="&#xf0;" u2="w" k="41" />
1497
- <hkern u1="&#xf0;" u2="v" k="41" />
1498
- <hkern u1="&#xf0;" u2="&#x27;" k="20" />
1499
- <hkern u1="&#xf0;" u2="&#x22;" k="20" />
1500
- <hkern u1="&#xf2;" u2="&#x201d;" k="20" />
1501
- <hkern u1="&#xf2;" u2="&#x2019;" k="20" />
1502
- <hkern u1="&#xf2;" u2="&#xfd;" k="41" />
1503
- <hkern u1="&#xf2;" u2="z" k="20" />
1504
- <hkern u1="&#xf2;" u2="y" k="41" />
1505
- <hkern u1="&#xf2;" u2="x" k="41" />
1506
- <hkern u1="&#xf2;" u2="w" k="41" />
1507
- <hkern u1="&#xf2;" u2="v" k="41" />
1508
- <hkern u1="&#xf2;" u2="&#x27;" k="20" />
1509
- <hkern u1="&#xf2;" u2="&#x22;" k="20" />
1510
- <hkern u1="&#xf3;" u2="&#x201d;" k="20" />
1511
- <hkern u1="&#xf3;" u2="&#x2019;" k="20" />
1512
- <hkern u1="&#xf3;" u2="&#xfd;" k="41" />
1513
- <hkern u1="&#xf3;" u2="z" k="20" />
1514
- <hkern u1="&#xf3;" u2="y" k="41" />
1515
- <hkern u1="&#xf3;" u2="x" k="41" />
1516
- <hkern u1="&#xf3;" u2="w" k="41" />
1517
- <hkern u1="&#xf3;" u2="v" k="41" />
1518
- <hkern u1="&#xf3;" u2="&#x27;" k="20" />
1519
- <hkern u1="&#xf3;" u2="&#x22;" k="20" />
1520
- <hkern u1="&#xf4;" u2="&#x201d;" k="20" />
1521
- <hkern u1="&#xf4;" u2="&#x2019;" k="20" />
1522
- <hkern u1="&#xf4;" u2="&#xfd;" k="41" />
1523
- <hkern u1="&#xf4;" u2="z" k="20" />
1524
- <hkern u1="&#xf4;" u2="y" k="41" />
1525
- <hkern u1="&#xf4;" u2="x" k="41" />
1526
- <hkern u1="&#xf4;" u2="w" k="41" />
1527
- <hkern u1="&#xf4;" u2="v" k="41" />
1528
- <hkern u1="&#xf4;" u2="&#x27;" k="20" />
1529
- <hkern u1="&#xf4;" u2="&#x22;" k="20" />
1530
- <hkern u1="&#xf6;" u2="&#x201d;" k="41" />
1531
- <hkern u1="&#xf6;" u2="&#x2019;" k="41" />
1532
- <hkern u1="&#xf6;" u2="&#x27;" k="41" />
1533
- <hkern u1="&#xf6;" u2="&#x22;" k="41" />
1534
- <hkern u1="&#xf8;" u2="&#x201d;" k="20" />
1535
- <hkern u1="&#xf8;" u2="&#x2019;" k="20" />
1536
- <hkern u1="&#xf8;" u2="&#xfd;" k="41" />
1537
- <hkern u1="&#xf8;" u2="z" k="20" />
1538
- <hkern u1="&#xf8;" u2="y" k="41" />
1539
- <hkern u1="&#xf8;" u2="x" k="41" />
1540
- <hkern u1="&#xf8;" u2="w" k="41" />
1541
- <hkern u1="&#xf8;" u2="v" k="41" />
1542
- <hkern u1="&#xf8;" u2="&#x27;" k="20" />
1543
- <hkern u1="&#xf8;" u2="&#x22;" k="20" />
1544
- <hkern u1="&#xfd;" u2="&#x201e;" k="82" />
1545
- <hkern u1="&#xfd;" u2="&#x201d;" k="-82" />
1546
- <hkern u1="&#xfd;" u2="&#x201a;" k="82" />
1547
- <hkern u1="&#xfd;" u2="&#x2019;" k="-82" />
1548
- <hkern u1="&#xfd;" u2="&#x3f;" k="-41" />
1549
- <hkern u1="&#xfd;" u2="&#x2e;" k="82" />
1550
- <hkern u1="&#xfd;" u2="&#x2c;" k="82" />
1551
- <hkern u1="&#xfd;" u2="&#x27;" k="-82" />
1552
- <hkern u1="&#xfd;" u2="&#x22;" k="-82" />
1553
- <hkern u1="&#xfe;" u2="&#x201d;" k="20" />
1554
- <hkern u1="&#xfe;" u2="&#x2019;" k="20" />
1555
- <hkern u1="&#xfe;" u2="&#xfd;" k="41" />
1556
- <hkern u1="&#xfe;" u2="z" k="20" />
1557
- <hkern u1="&#xfe;" u2="y" k="41" />
1558
- <hkern u1="&#xfe;" u2="x" k="41" />
1559
- <hkern u1="&#xfe;" u2="w" k="41" />
1560
- <hkern u1="&#xfe;" u2="v" k="41" />
1561
- <hkern u1="&#xfe;" u2="&#x27;" k="20" />
1562
- <hkern u1="&#xfe;" u2="&#x22;" k="20" />
1563
- <hkern u1="&#xff;" u2="&#x201e;" k="82" />
1564
- <hkern u1="&#xff;" u2="&#x201d;" k="-82" />
1565
- <hkern u1="&#xff;" u2="&#x201a;" k="82" />
1566
- <hkern u1="&#xff;" u2="&#x2019;" k="-82" />
1567
- <hkern u1="&#xff;" u2="&#x3f;" k="-41" />
1568
- <hkern u1="&#xff;" u2="&#x2e;" k="82" />
1569
- <hkern u1="&#xff;" u2="&#x2c;" k="82" />
1570
- <hkern u1="&#xff;" u2="&#x27;" k="-82" />
1571
- <hkern u1="&#xff;" u2="&#x22;" k="-82" />
1572
- <hkern u1="&#x152;" u2="J" k="-123" />
1573
- <hkern u1="&#x178;" u2="&#x201e;" k="123" />
1574
- <hkern u1="&#x178;" u2="&#x201a;" k="123" />
1575
- <hkern u1="&#x178;" u2="&#x153;" k="102" />
1576
- <hkern u1="&#x178;" u2="&#x152;" k="41" />
1577
- <hkern u1="&#x178;" u2="&#xfc;" k="61" />
1578
- <hkern u1="&#x178;" u2="&#xfb;" k="61" />
1579
- <hkern u1="&#x178;" u2="&#xfa;" k="61" />
1580
- <hkern u1="&#x178;" u2="&#xf9;" k="61" />
1581
- <hkern u1="&#x178;" u2="&#xf8;" k="102" />
1582
- <hkern u1="&#x178;" u2="&#xf6;" k="102" />
1583
- <hkern u1="&#x178;" u2="&#xf5;" k="102" />
1584
- <hkern u1="&#x178;" u2="&#xf4;" k="102" />
1585
- <hkern u1="&#x178;" u2="&#xf3;" k="102" />
1586
- <hkern u1="&#x178;" u2="&#xf2;" k="102" />
1587
- <hkern u1="&#x178;" u2="&#xeb;" k="102" />
1588
- <hkern u1="&#x178;" u2="&#xea;" k="102" />
1589
- <hkern u1="&#x178;" u2="&#xe9;" k="102" />
1590
- <hkern u1="&#x178;" u2="&#xe8;" k="102" />
1591
- <hkern u1="&#x178;" u2="&#xe7;" k="102" />
1592
- <hkern u1="&#x178;" u2="&#xe6;" k="102" />
1593
- <hkern u1="&#x178;" u2="&#xe5;" k="102" />
1594
- <hkern u1="&#x178;" u2="&#xe4;" k="102" />
1595
- <hkern u1="&#x178;" u2="&#xe3;" k="102" />
1596
- <hkern u1="&#x178;" u2="&#xe2;" k="102" />
1597
- <hkern u1="&#x178;" u2="&#xe1;" k="102" />
1598
- <hkern u1="&#x178;" u2="&#xe0;" k="102" />
1599
- <hkern u1="&#x178;" u2="&#xd8;" k="41" />
1600
- <hkern u1="&#x178;" u2="&#xd6;" k="41" />
1601
- <hkern u1="&#x178;" u2="&#xd5;" k="41" />
1602
- <hkern u1="&#x178;" u2="&#xd4;" k="41" />
1603
- <hkern u1="&#x178;" u2="&#xd3;" k="41" />
1604
- <hkern u1="&#x178;" u2="&#xd2;" k="41" />
1605
- <hkern u1="&#x178;" u2="&#xc7;" k="41" />
1606
- <hkern u1="&#x178;" u2="&#xc5;" k="123" />
1607
- <hkern u1="&#x178;" u2="&#xc4;" k="123" />
1608
- <hkern u1="&#x178;" u2="&#xc3;" k="123" />
1609
- <hkern u1="&#x178;" u2="&#xc2;" k="123" />
1610
- <hkern u1="&#x178;" u2="&#xc1;" k="123" />
1611
- <hkern u1="&#x178;" u2="&#xc0;" k="123" />
1612
- <hkern u1="&#x178;" u2="z" k="41" />
1613
- <hkern u1="&#x178;" u2="u" k="61" />
1614
- <hkern u1="&#x178;" u2="s" k="82" />
1615
- <hkern u1="&#x178;" u2="r" k="61" />
1616
- <hkern u1="&#x178;" u2="q" k="102" />
1617
- <hkern u1="&#x178;" u2="p" k="61" />
1618
- <hkern u1="&#x178;" u2="o" k="102" />
1619
- <hkern u1="&#x178;" u2="n" k="61" />
1620
- <hkern u1="&#x178;" u2="m" k="61" />
1621
- <hkern u1="&#x178;" u2="g" k="41" />
1622
- <hkern u1="&#x178;" u2="e" k="102" />
1623
- <hkern u1="&#x178;" u2="d" k="102" />
1624
- <hkern u1="&#x178;" u2="c" k="102" />
1625
- <hkern u1="&#x178;" u2="a" k="102" />
1626
- <hkern u1="&#x178;" u2="Q" k="41" />
1627
- <hkern u1="&#x178;" u2="O" k="41" />
1628
- <hkern u1="&#x178;" u2="G" k="41" />
1629
- <hkern u1="&#x178;" u2="C" k="41" />
1630
- <hkern u1="&#x178;" u2="A" k="123" />
1631
- <hkern u1="&#x178;" u2="&#x3f;" k="-41" />
1632
- <hkern u1="&#x178;" u2="&#x2e;" k="123" />
1633
- <hkern u1="&#x178;" u2="&#x2c;" k="123" />
1634
- <hkern u1="&#x2013;" u2="T" k="82" />
1635
- <hkern u1="&#x2014;" u2="T" k="82" />
1636
- <hkern u1="&#x2018;" u2="&#x178;" k="-20" />
1637
- <hkern u1="&#x2018;" u2="&#x153;" k="123" />
1638
- <hkern u1="&#x2018;" u2="&#xfc;" k="61" />
1639
- <hkern u1="&#x2018;" u2="&#xfb;" k="61" />
1640
- <hkern u1="&#x2018;" u2="&#xfa;" k="61" />
1641
- <hkern u1="&#x2018;" u2="&#xf9;" k="61" />
1642
- <hkern u1="&#x2018;" u2="&#xf8;" k="123" />
1643
- <hkern u1="&#x2018;" u2="&#xf6;" k="123" />
1644
- <hkern u1="&#x2018;" u2="&#xf5;" k="123" />
1645
- <hkern u1="&#x2018;" u2="&#xf4;" k="123" />
1646
- <hkern u1="&#x2018;" u2="&#xf3;" k="123" />
1647
- <hkern u1="&#x2018;" u2="&#xf2;" k="123" />
1648
- <hkern u1="&#x2018;" u2="&#xeb;" k="123" />
1649
- <hkern u1="&#x2018;" u2="&#xea;" k="123" />
1650
- <hkern u1="&#x2018;" u2="&#xe9;" k="123" />
1651
- <hkern u1="&#x2018;" u2="&#xe8;" k="123" />
1652
- <hkern u1="&#x2018;" u2="&#xe7;" k="123" />
1653
- <hkern u1="&#x2018;" u2="&#xe6;" k="82" />
1654
- <hkern u1="&#x2018;" u2="&#xe5;" k="82" />
1655
- <hkern u1="&#x2018;" u2="&#xe4;" k="82" />
1656
- <hkern u1="&#x2018;" u2="&#xe3;" k="82" />
1657
- <hkern u1="&#x2018;" u2="&#xe2;" k="82" />
1658
- <hkern u1="&#x2018;" u2="&#xe1;" k="82" />
1659
- <hkern u1="&#x2018;" u2="&#xe0;" k="123" />
1660
- <hkern u1="&#x2018;" u2="&#xdd;" k="-20" />
1661
- <hkern u1="&#x2018;" u2="&#xc5;" k="143" />
1662
- <hkern u1="&#x2018;" u2="&#xc4;" k="143" />
1663
- <hkern u1="&#x2018;" u2="&#xc3;" k="143" />
1664
- <hkern u1="&#x2018;" u2="&#xc2;" k="143" />
1665
- <hkern u1="&#x2018;" u2="&#xc1;" k="143" />
1666
- <hkern u1="&#x2018;" u2="&#xc0;" k="143" />
1667
- <hkern u1="&#x2018;" u2="u" k="61" />
1668
- <hkern u1="&#x2018;" u2="s" k="61" />
1669
- <hkern u1="&#x2018;" u2="r" k="61" />
1670
- <hkern u1="&#x2018;" u2="q" k="123" />
1671
- <hkern u1="&#x2018;" u2="p" k="61" />
1672
- <hkern u1="&#x2018;" u2="o" k="123" />
1673
- <hkern u1="&#x2018;" u2="n" k="61" />
1674
- <hkern u1="&#x2018;" u2="m" k="61" />
1675
- <hkern u1="&#x2018;" u2="g" k="61" />
1676
- <hkern u1="&#x2018;" u2="e" k="123" />
1677
- <hkern u1="&#x2018;" u2="d" k="123" />
1678
- <hkern u1="&#x2018;" u2="c" k="123" />
1679
- <hkern u1="&#x2018;" u2="a" k="82" />
1680
- <hkern u1="&#x2018;" u2="Y" k="-20" />
1681
- <hkern u1="&#x2018;" u2="W" k="-41" />
1682
- <hkern u1="&#x2018;" u2="V" k="-41" />
1683
- <hkern u1="&#x2018;" u2="T" k="-41" />
1684
- <hkern u1="&#x2018;" u2="A" k="143" />
1685
- <hkern u1="&#x2019;" u2="&#x178;" k="-20" />
1686
- <hkern u1="&#x2019;" u2="&#x153;" k="123" />
1687
- <hkern u1="&#x2019;" u2="&#xfc;" k="61" />
1688
- <hkern u1="&#x2019;" u2="&#xfb;" k="61" />
1689
- <hkern u1="&#x2019;" u2="&#xfa;" k="61" />
1690
- <hkern u1="&#x2019;" u2="&#xf9;" k="61" />
1691
- <hkern u1="&#x2019;" u2="&#xf8;" k="123" />
1692
- <hkern u1="&#x2019;" u2="&#xf6;" k="123" />
1693
- <hkern u1="&#x2019;" u2="&#xf5;" k="123" />
1694
- <hkern u1="&#x2019;" u2="&#xf4;" k="123" />
1695
- <hkern u1="&#x2019;" u2="&#xf3;" k="123" />
1696
- <hkern u1="&#x2019;" u2="&#xf2;" k="123" />
1697
- <hkern u1="&#x2019;" u2="&#xeb;" k="123" />
1698
- <hkern u1="&#x2019;" u2="&#xea;" k="123" />
1699
- <hkern u1="&#x2019;" u2="&#xe9;" k="123" />
1700
- <hkern u1="&#x2019;" u2="&#xe8;" k="123" />
1701
- <hkern u1="&#x2019;" u2="&#xe7;" k="123" />
1702
- <hkern u1="&#x2019;" u2="&#xe6;" k="82" />
1703
- <hkern u1="&#x2019;" u2="&#xe5;" k="82" />
1704
- <hkern u1="&#x2019;" u2="&#xe4;" k="82" />
1705
- <hkern u1="&#x2019;" u2="&#xe3;" k="82" />
1706
- <hkern u1="&#x2019;" u2="&#xe2;" k="82" />
1707
- <hkern u1="&#x2019;" u2="&#xe1;" k="82" />
1708
- <hkern u1="&#x2019;" u2="&#xe0;" k="123" />
1709
- <hkern u1="&#x2019;" u2="&#xdd;" k="-20" />
1710
- <hkern u1="&#x2019;" u2="&#xc5;" k="143" />
1711
- <hkern u1="&#x2019;" u2="&#xc4;" k="143" />
1712
- <hkern u1="&#x2019;" u2="&#xc3;" k="143" />
1713
- <hkern u1="&#x2019;" u2="&#xc2;" k="143" />
1714
- <hkern u1="&#x2019;" u2="&#xc1;" k="143" />
1715
- <hkern u1="&#x2019;" u2="&#xc0;" k="143" />
1716
- <hkern u1="&#x2019;" u2="u" k="61" />
1717
- <hkern u1="&#x2019;" u2="s" k="61" />
1718
- <hkern u1="&#x2019;" u2="r" k="61" />
1719
- <hkern u1="&#x2019;" u2="q" k="123" />
1720
- <hkern u1="&#x2019;" u2="p" k="61" />
1721
- <hkern u1="&#x2019;" u2="o" k="123" />
1722
- <hkern u1="&#x2019;" u2="n" k="61" />
1723
- <hkern u1="&#x2019;" u2="m" k="61" />
1724
- <hkern u1="&#x2019;" u2="g" k="61" />
1725
- <hkern u1="&#x2019;" u2="e" k="123" />
1726
- <hkern u1="&#x2019;" u2="d" k="123" />
1727
- <hkern u1="&#x2019;" u2="c" k="123" />
1728
- <hkern u1="&#x2019;" u2="a" k="82" />
1729
- <hkern u1="&#x2019;" u2="Y" k="-20" />
1730
- <hkern u1="&#x2019;" u2="W" k="-41" />
1731
- <hkern u1="&#x2019;" u2="V" k="-41" />
1732
- <hkern u1="&#x2019;" u2="T" k="-41" />
1733
- <hkern u1="&#x2019;" u2="A" k="143" />
1734
- <hkern u1="&#x201a;" u2="&#x178;" k="123" />
1735
- <hkern u1="&#x201a;" u2="&#x152;" k="102" />
1736
- <hkern u1="&#x201a;" u2="&#xdd;" k="123" />
1737
- <hkern u1="&#x201a;" u2="&#xdc;" k="41" />
1738
- <hkern u1="&#x201a;" u2="&#xdb;" k="41" />
1739
- <hkern u1="&#x201a;" u2="&#xda;" k="41" />
1740
- <hkern u1="&#x201a;" u2="&#xd9;" k="41" />
1741
- <hkern u1="&#x201a;" u2="&#xd8;" k="102" />
1742
- <hkern u1="&#x201a;" u2="&#xd6;" k="102" />
1743
- <hkern u1="&#x201a;" u2="&#xd5;" k="102" />
1744
- <hkern u1="&#x201a;" u2="&#xd4;" k="102" />
1745
- <hkern u1="&#x201a;" u2="&#xd3;" k="102" />
1746
- <hkern u1="&#x201a;" u2="&#xd2;" k="102" />
1747
- <hkern u1="&#x201a;" u2="&#xc7;" k="102" />
1748
- <hkern u1="&#x201a;" u2="Y" k="123" />
1749
- <hkern u1="&#x201a;" u2="W" k="123" />
1750
- <hkern u1="&#x201a;" u2="V" k="123" />
1751
- <hkern u1="&#x201a;" u2="U" k="41" />
1752
- <hkern u1="&#x201a;" u2="T" k="143" />
1753
- <hkern u1="&#x201a;" u2="Q" k="102" />
1754
- <hkern u1="&#x201a;" u2="O" k="102" />
1755
- <hkern u1="&#x201a;" u2="G" k="102" />
1756
- <hkern u1="&#x201a;" u2="C" k="102" />
1757
- <hkern u1="&#x201c;" u2="&#x178;" k="-20" />
1758
- <hkern u1="&#x201c;" u2="&#x153;" k="123" />
1759
- <hkern u1="&#x201c;" u2="&#xfc;" k="61" />
1760
- <hkern u1="&#x201c;" u2="&#xfb;" k="61" />
1761
- <hkern u1="&#x201c;" u2="&#xfa;" k="61" />
1762
- <hkern u1="&#x201c;" u2="&#xf9;" k="61" />
1763
- <hkern u1="&#x201c;" u2="&#xf8;" k="123" />
1764
- <hkern u1="&#x201c;" u2="&#xf6;" k="123" />
1765
- <hkern u1="&#x201c;" u2="&#xf5;" k="123" />
1766
- <hkern u1="&#x201c;" u2="&#xf4;" k="123" />
1767
- <hkern u1="&#x201c;" u2="&#xf3;" k="123" />
1768
- <hkern u1="&#x201c;" u2="&#xf2;" k="123" />
1769
- <hkern u1="&#x201c;" u2="&#xeb;" k="123" />
1770
- <hkern u1="&#x201c;" u2="&#xea;" k="123" />
1771
- <hkern u1="&#x201c;" u2="&#xe9;" k="123" />
1772
- <hkern u1="&#x201c;" u2="&#xe8;" k="123" />
1773
- <hkern u1="&#x201c;" u2="&#xe7;" k="123" />
1774
- <hkern u1="&#x201c;" u2="&#xe6;" k="82" />
1775
- <hkern u1="&#x201c;" u2="&#xe5;" k="82" />
1776
- <hkern u1="&#x201c;" u2="&#xe4;" k="82" />
1777
- <hkern u1="&#x201c;" u2="&#xe3;" k="82" />
1778
- <hkern u1="&#x201c;" u2="&#xe2;" k="82" />
1779
- <hkern u1="&#x201c;" u2="&#xe1;" k="82" />
1780
- <hkern u1="&#x201c;" u2="&#xe0;" k="123" />
1781
- <hkern u1="&#x201c;" u2="&#xdd;" k="-20" />
1782
- <hkern u1="&#x201c;" u2="&#xc5;" k="143" />
1783
- <hkern u1="&#x201c;" u2="&#xc4;" k="143" />
1784
- <hkern u1="&#x201c;" u2="&#xc3;" k="143" />
1785
- <hkern u1="&#x201c;" u2="&#xc2;" k="143" />
1786
- <hkern u1="&#x201c;" u2="&#xc1;" k="143" />
1787
- <hkern u1="&#x201c;" u2="&#xc0;" k="143" />
1788
- <hkern u1="&#x201c;" u2="u" k="61" />
1789
- <hkern u1="&#x201c;" u2="s" k="61" />
1790
- <hkern u1="&#x201c;" u2="r" k="61" />
1791
- <hkern u1="&#x201c;" u2="q" k="123" />
1792
- <hkern u1="&#x201c;" u2="p" k="61" />
1793
- <hkern u1="&#x201c;" u2="o" k="123" />
1794
- <hkern u1="&#x201c;" u2="n" k="61" />
1795
- <hkern u1="&#x201c;" u2="m" k="61" />
1796
- <hkern u1="&#x201c;" u2="g" k="61" />
1797
- <hkern u1="&#x201c;" u2="e" k="123" />
1798
- <hkern u1="&#x201c;" u2="d" k="123" />
1799
- <hkern u1="&#x201c;" u2="c" k="123" />
1800
- <hkern u1="&#x201c;" u2="a" k="82" />
1801
- <hkern u1="&#x201c;" u2="Y" k="-20" />
1802
- <hkern u1="&#x201c;" u2="W" k="-41" />
1803
- <hkern u1="&#x201c;" u2="V" k="-41" />
1804
- <hkern u1="&#x201c;" u2="T" k="-41" />
1805
- <hkern u1="&#x201c;" u2="A" k="143" />
1806
- <hkern u1="&#x201e;" u2="&#x178;" k="123" />
1807
- <hkern u1="&#x201e;" u2="&#x152;" k="102" />
1808
- <hkern u1="&#x201e;" u2="&#xdd;" k="123" />
1809
- <hkern u1="&#x201e;" u2="&#xdc;" k="41" />
1810
- <hkern u1="&#x201e;" u2="&#xdb;" k="41" />
1811
- <hkern u1="&#x201e;" u2="&#xda;" k="41" />
1812
- <hkern u1="&#x201e;" u2="&#xd9;" k="41" />
1813
- <hkern u1="&#x201e;" u2="&#xd8;" k="102" />
1814
- <hkern u1="&#x201e;" u2="&#xd6;" k="102" />
1815
- <hkern u1="&#x201e;" u2="&#xd5;" k="102" />
1816
- <hkern u1="&#x201e;" u2="&#xd4;" k="102" />
1817
- <hkern u1="&#x201e;" u2="&#xd3;" k="102" />
1818
- <hkern u1="&#x201e;" u2="&#xd2;" k="102" />
1819
- <hkern u1="&#x201e;" u2="&#xc7;" k="102" />
1820
- <hkern u1="&#x201e;" u2="Y" k="123" />
1821
- <hkern u1="&#x201e;" u2="W" k="123" />
1822
- <hkern u1="&#x201e;" u2="V" k="123" />
1823
- <hkern u1="&#x201e;" u2="U" k="41" />
1824
- <hkern u1="&#x201e;" u2="T" k="143" />
1825
- <hkern u1="&#x201e;" u2="Q" k="102" />
1826
- <hkern u1="&#x201e;" u2="O" k="102" />
1827
- <hkern u1="&#x201e;" u2="G" k="102" />
1828
- <hkern u1="&#x201e;" u2="C" k="102" />
1829
- </font>
1830
  </defs></svg>
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></metadata>
5
+ <defs>
6
+ <font id="open_sansbold" horiz-adv-x="1169" >
7
+ <font-face units-per-em="2048" ascent="1638" descent="-410" />
8
+ <missing-glyph horiz-adv-x="532" />
9
+ <glyph unicode="&#xfb01;" horiz-adv-x="1417" d="M41 0zM778 889h-264v-889h-305v889h-168v147l168 82v82q0 191 94 279t301 88q158 0 281 -47l-78 -224q-92 29 -170 29q-65 0 -94 -38.5t-29 -98.5v-70h264v-229zM940 1407q0 149 166 149t166 -149q0 -71 -41.5 -110.5t-124.5 -39.5q-166 0 -166 150zM1258 0h-305v1118 h305v-1118z" />
10
+ <glyph unicode="&#xfb02;" horiz-adv-x="1417" d="M41 0zM778 889h-264v-889h-305v889h-168v147l168 82v82q0 191 94 279t301 88q158 0 281 -47l-78 -224q-92 29 -170 29q-65 0 -94 -38.5t-29 -98.5v-70h264v-229zM1258 0h-305v1556h305v-1556z" />
11
+ <glyph unicode="&#xfb03;" horiz-adv-x="2208" d="M41 0zM778 889h-264v-889h-305v889h-168v147l168 82v82q0 191 94 279t301 88q158 0 281 -47l-78 -224q-92 29 -170 29q-65 0 -94 -38.5t-29 -98.5v-70h264v-229zM1571 889h-264v-889h-305v889h-168v147l168 82v82q0 191 94 279t301 88q158 0 281 -47l-78 -224 q-92 29 -170 29q-65 0 -94 -38.5t-29 -98.5v-70h264v-229zM1730 1407q0 149 166 149t166 -149q0 -71 -41.5 -110.5t-124.5 -39.5q-166 0 -166 150zM2048 0h-305v1118h305v-1118z" />
12
+ <glyph unicode="&#xfb04;" horiz-adv-x="2208" d="M41 0zM778 889h-264v-889h-305v889h-168v147l168 82v82q0 191 94 279t301 88q158 0 281 -47l-78 -224q-92 29 -170 29q-65 0 -94 -38.5t-29 -98.5v-70h264v-229zM1571 889h-264v-889h-305v889h-168v147l168 82v82q0 191 94 279t301 88q158 0 281 -47l-78 -224 q-92 29 -170 29q-65 0 -94 -38.5t-29 -98.5v-70h264v-229zM2048 0h-305v1556h305v-1556z" />
13
+ <glyph horiz-adv-x="2048" />
14
+ <glyph horiz-adv-x="2048" />
15
+ <glyph unicode="&#xd;" horiz-adv-x="1044" />
16
+ <glyph unicode=" " horiz-adv-x="532" />
17
+ <glyph unicode="&#x09;" horiz-adv-x="532" />
18
+ <glyph unicode="&#xa0;" horiz-adv-x="532" />
19
+ <glyph unicode="!" horiz-adv-x="586" d="M416 485h-244l-51 977h346zM117 143q0 84 45 127t131 43q83 0 128.5 -44t45.5 -126q0 -79 -46 -124.5t-128 -45.5q-84 0 -130 44.5t-46 125.5z" />
20
+ <glyph unicode="&#x22;" horiz-adv-x="967" d="M412 1462l-41 -528h-197l-41 528h279zM834 1462l-41 -528h-197l-41 528h279z" />
21
+ <glyph unicode="#" horiz-adv-x="1323" d="M999 844l-47 -232h258v-206h-297l-77 -406h-220l78 406h-194l-76 -406h-215l74 406h-238v206h277l47 232h-252v209h289l77 407h219l-77 -407h198l78 407h215l-78 -407h240v-209h-279zM539 612h196l47 232h-196z" />
22
+ <glyph unicode="$" d="M1092 457q0 -159 -115 -255.5t-322 -115.5v-205h-137v201q-244 5 -428 86v264q87 -43 209.5 -76t218.5 -39v310l-67 26q-198 78 -280.5 169.5t-82.5 226.5q0 145 113.5 238.5t316.5 113.5v153h137v-149q229 -10 414 -92l-94 -234q-156 64 -320 78v-295 q195 -75 277.5 -130t121 -121t38.5 -154zM791 442q0 42 -34 71t-102 60v-249q136 23 136 118zM389 1049q0 -44 30.5 -72.5t98.5 -58.5v235q-129 -19 -129 -104z" />
23
+ <glyph unicode="%" horiz-adv-x="1845" d="M315 1024q0 -127 22.5 -189.5t72.5 -62.5q96 0 96 252q0 250 -96 250q-50 0 -72.5 -61.5t-22.5 -188.5zM758 1026q0 -230 -89 -345.5t-261 -115.5q-165 0 -255 118.5t-90 342.5q0 457 345 457q169 0 259.5 -118.5t90.5 -338.5zM1446 1462l-811 -1462h-240l811 1462h240z M1339 440q0 -127 22.5 -189.5t72.5 -62.5q96 0 96 252q0 250 -96 250q-50 0 -72.5 -61.5t-22.5 -188.5zM1782 442q0 -229 -89 -344.5t-261 -115.5q-165 0 -255 118.5t-90 341.5q0 457 345 457q169 0 259.5 -118.5t90.5 -338.5z" />
24
+ <glyph unicode="&#x26;" horiz-adv-x="1536" d="M1536 0h-377l-115 113q-191 -133 -432 -133q-244 0 -387 112t-143 303q0 137 60.5 233.5t207.5 180.5q-75 86 -109 164.5t-34 171.5q0 152 116.5 245t311.5 93q186 0 297.5 -86.5t111.5 -231.5q0 -119 -69 -217.5t-223 -187.5l284 -277q71 117 123 301h318 q-36 -135 -99 -263.5t-143 -227.5zM403 424q0 -86 64.5 -137t165.5 -51q126 0 227 61l-332 330q-58 -44 -91.5 -92t-33.5 -111zM762 1133q0 53 -36 83.5t-93 30.5q-67 0 -105.5 -32t-38.5 -91q0 -88 95 -194q86 48 132 94.5t46 108.5z" />
25
+ <glyph unicode="'" horiz-adv-x="545" d="M412 1462l-41 -528h-197l-41 528h279z" />
26
+ <glyph unicode="(" horiz-adv-x="694" d="M82 561q0 265 77.5 496t223.5 405h250q-141 -193 -213 -424t-72 -475q0 -245 73.5 -473.5t209.5 -413.5h-248q-147 170 -224 397t-77 488z" />
27
+ <glyph unicode=")" horiz-adv-x="694" d="M612 561q0 -263 -77.5 -490t-223.5 -395h-248q135 184 209 412.5t74 474.5q0 244 -72 475t-213 424h250q147 -175 224 -406.5t77 -494.5z" />
28
+ <glyph unicode="*" horiz-adv-x="1116" d="M688 1556l-41 -368l373 104l33 -252l-340 -24l223 -297l-227 -121l-156 313l-137 -311l-236 119l221 297l-338 26l39 250l365 -104l-41 368h262z" />
29
+ <glyph unicode="+" d="M475 612h-387v219h387v390h219v-390h387v-219h-387v-385h-219v385z" />
30
+ <glyph unicode="," horiz-adv-x="594" d="M459 215q-52 -202 -176 -479h-220q65 266 101 502h280z" />
31
+ <glyph unicode="-" horiz-adv-x="659" d="M61 424v250h537v-250h-537z" />
32
+ <glyph unicode="." horiz-adv-x="584" d="M117 143q0 84 45 127t131 43q83 0 128.5 -44t45.5 -126q0 -79 -46 -124.5t-128 -45.5q-84 0 -130 44.5t-46 125.5z" />
33
+ <glyph unicode="/" horiz-adv-x="846" d="M836 1462l-545 -1462h-277l545 1462h277z" />
34
+ <glyph unicode="0" d="M1096 731q0 -383 -125.5 -567t-386.5 -184q-253 0 -381.5 190t-128.5 561q0 387 125 570.5t385 183.5q253 0 382.5 -192t129.5 -562zM381 731q0 -269 46.5 -385.5t156.5 -116.5q108 0 156 118t48 384q0 269 -48.5 386.5t-155.5 117.5q-109 0 -156 -117.5t-47 -386.5z" />
35
+ <glyph unicode="1" d="M846 0h-309v846l3 139l5 152q-77 -77 -107 -101l-168 -135l-149 186l471 375h254v-1462z" />
36
+ <glyph unicode="2" d="M1104 0h-1022v215l367 371q163 167 213 231.5t72 119.5t22 114q0 88 -48.5 131t-129.5 43q-85 0 -165 -39t-167 -111l-168 199q108 92 179 130t155 58.5t188 20.5q137 0 242 -50t163 -140t58 -206q0 -101 -35.5 -189.5t-110 -181.5t-262.5 -265l-188 -177v-14h637v-260z " />
37
+ <glyph unicode="3" d="M1047 1135q0 -137 -83 -233t-233 -132v-6q177 -22 268 -107.5t91 -230.5q0 -211 -153 -328.5t-437 -117.5q-238 0 -422 79v263q85 -43 187 -70t202 -27q153 0 226 52t73 167q0 103 -84 146t-268 43h-111v237h113q170 0 248.5 44.5t78.5 152.5q0 166 -208 166 q-72 0 -146.5 -24t-165.5 -83l-143 213q200 144 477 144q227 0 358.5 -92t131.5 -256z" />
38
+ <glyph unicode="4" d="M1137 303h-176v-303h-302v303h-624v215l641 944h285v-919h176v-240zM659 543v248q0 62 5 180t8 137h-8q-37 -82 -89 -160l-268 -405h352z" />
39
+ <glyph unicode="5" d="M614 934q212 0 337.5 -119t125.5 -326q0 -245 -151 -377t-432 -132q-244 0 -394 79v267q79 -42 184 -68.5t199 -26.5q283 0 283 232q0 221 -293 221q-53 0 -117 -10.5t-104 -22.5l-123 66l55 745h793v-262h-522l-27 -287l35 7q61 14 151 14z" />
40
+ <glyph unicode="6" d="M72 621q0 434 183.5 646t549.5 212q125 0 196 -15v-247q-89 20 -176 20q-159 0 -259.5 -48t-150.5 -142t-59 -267h13q99 170 317 170q196 0 307 -123t111 -340q0 -234 -132 -370.5t-366 -136.5q-162 0 -282.5 75t-186 219t-65.5 347zM600 227q99 0 152 66.5t53 189.5 q0 107 -49.5 168.5t-149.5 61.5q-94 0 -160.5 -61t-66.5 -142q0 -119 62.5 -201t158.5 -82z" />
41
+ <glyph unicode="7" d="M227 0l549 1200h-721v260h1049v-194l-553 -1266h-324z" />
42
+ <glyph unicode="8" d="M586 1481q210 0 338.5 -95.5t128.5 -257.5q0 -112 -62 -199.5t-200 -156.5q164 -88 235.5 -183.5t71.5 -209.5q0 -180 -141 -289.5t-371 -109.5q-240 0 -377 102t-137 289q0 125 66.5 222t213.5 171q-125 79 -180 169t-55 197q0 157 130 254t339 97zM358 389 q0 -86 60 -134t164 -48q115 0 172 49.5t57 130.5q0 67 -56.5 125.5t-183.5 124.5q-213 -98 -213 -248zM584 1255q-79 0 -127.5 -40.5t-48.5 -108.5q0 -60 38.5 -107.5t139.5 -97.5q98 46 137 94t39 111q0 69 -50 109t-128 40z" />
43
+ <glyph unicode="9" d="M1098 838q0 -432 -182 -645t-551 -213q-130 0 -197 14v248q84 -21 176 -21q155 0 255 45.5t153 143t61 268.5h-12q-58 -94 -134 -132t-190 -38q-191 0 -301 122.5t-110 340.5q0 235 133.5 371.5t363.5 136.5q162 0 283.5 -76t186.5 -220.5t65 -344.5zM569 1231 q-96 0 -150 -66t-54 -190q0 -106 49 -168t149 -62q94 0 161 61.5t67 141.5q0 119 -62.5 201t-159.5 82z" />
44
+ <glyph unicode=":" horiz-adv-x="584" d="M117 143q0 84 45 127t131 43q83 0 128.5 -44t45.5 -126q0 -79 -46 -124.5t-128 -45.5q-84 0 -130 44.5t-46 125.5zM117 969q0 84 45 127t131 43q83 0 128.5 -44t45.5 -126q0 -81 -46.5 -125.5t-127.5 -44.5q-84 0 -130 44t-46 126z" />
45
+ <glyph unicode=";" horiz-adv-x="594" d="M444 238l15 -23q-52 -202 -176 -479h-220q65 266 101 502h280zM117 969q0 84 45 127t131 43q83 0 128.5 -44t45.5 -126q0 -81 -46.5 -125.5t-127.5 -44.5q-84 0 -130 44t-46 126z" />
46
+ <glyph unicode="&#x3c;" d="M1081 203l-993 438v143l993 496v-240l-684 -317l684 -281v-239z" />
47
+ <glyph unicode="=" d="M88 805v219h993v-219h-993zM88 418v219h993v-219h-993z" />
48
+ <glyph unicode="&#x3e;" d="M88 442l684 281l-684 317v240l993 -496v-143l-993 -438v239z" />
49
+ <glyph unicode="?" horiz-adv-x="977" d="M276 485v74q0 96 41 167t150 151q105 75 138.5 122t33.5 105q0 65 -48 99t-134 34q-150 0 -342 -98l-109 219q223 125 473 125q206 0 327.5 -99t121.5 -264q0 -110 -50 -190t-190 -180q-96 -71 -121.5 -108t-25.5 -97v-60h-265zM244 143q0 84 45 127t131 43 q83 0 128.5 -44t45.5 -126q0 -79 -46 -124.5t-128 -45.5q-84 0 -130 44.5t-46 125.5z" />
50
+ <glyph unicode="@" horiz-adv-x="1837" d="M1735 752q0 -144 -46 -263.5t-130 -187.5t-195 -68q-74 0 -131 35.5t-82 93.5h-16q-108 -129 -275 -129q-177 0 -279 106.5t-102 291.5q0 211 134 340t350 129q86 0 189.5 -16.5t170.5 -39.5l-23 -489q0 -139 76 -139q64 0 102 93.5t38 244.5q0 161 -67 284.5 t-188.5 188.5t-277.5 65q-202 0 -351 -83t-228.5 -239.5t-79.5 -361.5q0 -276 147.5 -423.5t427.5 -147.5q106 0 233 23.5t250 68.5v-192q-214 -91 -475 -91q-380 0 -592.5 200t-212.5 556q0 247 108.5 448.5t309 316t461.5 114.5q220 0 393 -90t267 -256t94 -383zM711 627 q0 -211 172 -211q90 0 137 63.5t57 206.5l13 221q-51 11 -115 11q-125 0 -194.5 -78t-69.5 -213z" />
51
+ <glyph unicode="A" horiz-adv-x="1413" d="M1079 0l-106 348h-533l-106 -348h-334l516 1468h379l518 -1468h-334zM899 608q-147 473 -165.5 535t-26.5 98q-33 -128 -189 -633h381z" />
52
+ <glyph unicode="B" horiz-adv-x="1376" d="M184 1462h455q311 0 451.5 -88.5t140.5 -281.5q0 -131 -61.5 -215t-163.5 -101v-10q139 -31 200.5 -116t61.5 -226q0 -200 -144.5 -312t-392.5 -112h-547v1462zM494 883h180q126 0 182.5 39t56.5 129q0 84 -61.5 120.5t-194.5 36.5h-163v-325zM494 637v-381h202 q128 0 189 49t61 150q0 182 -260 182h-192z" />
53
+ <glyph unicode="C" horiz-adv-x="1305" d="M805 1225q-175 0 -271 -131.5t-96 -366.5q0 -489 367 -489q154 0 373 77v-260q-180 -75 -402 -75q-319 0 -488 193.5t-169 555.5q0 228 83 399.5t238.5 263t364.5 91.5q213 0 428 -103l-100 -252q-82 39 -165 68t-163 29z" />
54
+ <glyph unicode="D" horiz-adv-x="1516" d="M1397 745q0 -361 -205.5 -553t-593.5 -192h-414v1462h459q358 0 556 -189t198 -528zM1075 737q0 471 -416 471h-165v-952h133q448 0 448 481z" />
55
+ <glyph unicode="E" horiz-adv-x="1147" d="M1026 0h-842v1462h842v-254h-532v-321h495v-254h-495v-377h532v-256z" />
56
+ <glyph unicode="F" horiz-adv-x="1124" d="M489 0h-305v1462h838v-254h-533v-377h496v-253h-496v-578z" />
57
+ <glyph unicode="G" horiz-adv-x="1483" d="M739 821h580v-758q-141 -46 -265.5 -64.5t-254.5 -18.5q-331 0 -505.5 194.5t-174.5 558.5q0 354 202.5 552t561.5 198q225 0 434 -90l-103 -248q-160 80 -333 80q-201 0 -322 -135t-121 -363q0 -238 97.5 -363.5t283.5 -125.5q97 0 197 20v305h-277v258z" />
58
+ <glyph unicode="H" horiz-adv-x="1567" d="M1382 0h-309v631h-579v-631h-310v1462h310v-573h579v573h309v-1462z" />
59
+ <glyph unicode="I" horiz-adv-x="678" d="M184 0v1462h310v-1462h-310z" />
60
+ <glyph unicode="J" horiz-adv-x="678" d="M31 -430q-105 0 -183 22v258q80 -20 146 -20q102 0 146 63.5t44 198.5v1370h310v-1368q0 -256 -117 -390t-346 -134z" />
61
+ <glyph unicode="K" horiz-adv-x="1360" d="M1360 0h-352l-383 616l-131 -94v-522h-310v1462h310v-669l122 172l396 497h344l-510 -647z" />
62
+ <glyph unicode="L" horiz-adv-x="1157" d="M184 0v1462h310v-1206h593v-256h-903z" />
63
+ <glyph unicode="M" horiz-adv-x="1931" d="M803 0l-352 1147h-9q19 -350 19 -467v-680h-277v1462h422l346 -1118h6l367 1118h422v-1462h-289v692q0 49 1.5 113t13.5 340h-9l-377 -1145h-284z" />
64
+ <glyph unicode="N" horiz-adv-x="1665" d="M1481 0h-394l-636 1106h-9q19 -293 19 -418v-688h-277v1462h391l635 -1095h7q-15 285 -15 403v692h279v-1462z" />
65
+ <glyph unicode="O" horiz-adv-x="1630" d="M1511 733q0 -363 -180 -558t-516 -195t-516 195t-180 560t180.5 557.5t517.5 192.5t515.5 -194t178.5 -558zM444 733q0 -245 93 -369t278 -124q371 0 371 493q0 494 -369 494q-185 0 -279 -124.5t-94 -369.5z" />
66
+ <glyph unicode="P" horiz-adv-x="1286" d="M494 774h102q143 0 214 56.5t71 164.5q0 109 -59.5 161t-186.5 52h-141v-434zM1194 1006q0 -236 -147.5 -361t-419.5 -125h-133v-520h-310v1462h467q266 0 404.5 -114.5t138.5 -341.5z" />
67
+ <glyph unicode="Q" horiz-adv-x="1630" d="M1511 733q0 -258 -91.5 -432.5t-268.5 -255.5l352 -393h-397l-268 328h-23q-336 0 -516 195t-180 560t180.5 557.5t517.5 192.5t515.5 -194t178.5 -558zM444 733q0 -245 93 -369t278 -124q371 0 371 493q0 494 -369 494q-185 0 -279 -124.5t-94 -369.5z" />
68
+ <glyph unicode="R" horiz-adv-x="1352" d="M494 813h100q147 0 217 49t70 154q0 104 -71.5 148t-221.5 44h-94v-395zM494 561v-561h-310v1462h426q298 0 441 -108.5t143 -329.5q0 -129 -71 -229.5t-201 -157.5q330 -493 430 -637h-344l-349 561h-165z" />
69
+ <glyph unicode="S" horiz-adv-x="1128" d="M1047 406q0 -198 -142.5 -312t-396.5 -114q-234 0 -414 88v288q148 -66 250.5 -93t187.5 -27q102 0 156.5 39t54.5 116q0 43 -24 76.5t-70.5 64.5t-189.5 99q-134 63 -201 121t-107 135t-40 180q0 194 131.5 305t363.5 111q114 0 217.5 -27t216.5 -76l-100 -241 q-117 48 -193.5 67t-150.5 19q-88 0 -135 -41t-47 -107q0 -41 19 -71.5t60.5 -59t196.5 -102.5q205 -98 281 -196.5t76 -241.5z" />
70
+ <glyph unicode="T" horiz-adv-x="1186" d="M748 0h-310v1204h-397v258h1104v-258h-397v-1204z" />
71
+ <glyph unicode="U" horiz-adv-x="1548" d="M1374 1462v-946q0 -162 -72.5 -284t-209.5 -187t-324 -65q-282 0 -438 144.5t-156 395.5v942h309v-895q0 -169 68 -248t225 -79q152 0 220.5 79.5t68.5 249.5v893h309z" />
72
+ <glyph unicode="V" horiz-adv-x="1331" d="M1018 1462h313l-497 -1462h-338l-496 1462h313l275 -870q23 -77 47.5 -179.5t30.5 -142.5q11 92 75 322z" />
73
+ <glyph unicode="W" horiz-adv-x="1980" d="M1608 0h-353l-198 768q-11 41 -37.5 169.5t-30.5 172.5q-6 -54 -30 -173.5t-37 -170.5l-197 -766h-352l-373 1462h305l187 -798q49 -221 71 -383q6 57 27.5 176.5t40.5 185.5l213 819h293l213 -819q14 -55 35 -168t32 -194q10 78 32 194.5t40 188.5l186 798h305z" />
74
+ <glyph unicode="X" horiz-adv-x="1366" d="M1366 0h-354l-340 553l-340 -553h-332l485 754l-454 708h342l315 -526l309 526h334l-459 -725z" />
75
+ <glyph unicode="Y" horiz-adv-x="1278" d="M639 860l305 602h334l-485 -893v-569h-308v559l-485 903h336z" />
76
+ <glyph unicode="Z" horiz-adv-x="1186" d="M1137 0h-1088v201l701 1005h-682v256h1050v-200l-700 -1006h719v-256z" />
77
+ <glyph unicode="[" horiz-adv-x="678" d="M627 -324h-484v1786h484v-211h-224v-1364h224v-211z" />
78
+ <glyph unicode="\" horiz-adv-x="846" d="M289 1462l545 -1462h-277l-545 1462h277z" />
79
+ <glyph unicode="]" horiz-adv-x="678" d="M51 -113h223v1364h-223v211h484v-1786h-484v211z" />
80
+ <glyph unicode="^" horiz-adv-x="1090" d="M8 520l438 950h144l495 -950h-239l-322 643l-280 -643h-236z" />
81
+ <glyph unicode="_" horiz-adv-x="842" d="M846 -324h-850v140h850v-140z" />
82
+ <glyph unicode="`" horiz-adv-x="1243" d="M707 1241q-63 44 -185 142.5t-190 164.5v21h342q63 -101 235 -301v-27h-202z" />
83
+ <glyph unicode="a" horiz-adv-x="1237" d="M870 0l-59 152h-8q-77 -97 -158.5 -134.5t-212.5 -37.5q-161 0 -253.5 92t-92.5 262q0 178 124.5 262.5t375.5 93.5l194 6v49q0 170 -174 170q-134 0 -315 -81l-101 206q193 101 428 101q225 0 345 -98t120 -298v-745h-213zM780 518l-118 -4q-133 -4 -198 -48t-65 -134 q0 -129 148 -129q106 0 169.5 61t63.5 162v92z" />
84
+ <glyph unicode="b" horiz-adv-x="1296" d="M782 1139q198 0 310 -154.5t112 -423.5q0 -277 -115.5 -429t-314.5 -152q-197 0 -309 143h-21l-51 -123h-233v1556h305v-362q0 -69 -12 -221h12q107 166 317 166zM684 895q-113 0 -165 -69.5t-54 -229.5v-33q0 -180 53.5 -258t169.5 -78q94 0 149.5 86.5t55.5 251.5 t-56 247.5t-153 82.5z" />
85
+ <glyph unicode="c" horiz-adv-x="1053" d="M614 -20q-522 0 -522 573q0 285 142 435.5t407 150.5q194 0 348 -76l-90 -236q-72 29 -134 47.5t-124 18.5q-238 0 -238 -338q0 -328 238 -328q88 0 163 23.5t150 73.5v-261q-74 -47 -149.5 -65t-190.5 -18z" />
86
+ <glyph unicode="d" horiz-adv-x="1296" d="M514 -20q-197 0 -309.5 153t-112.5 424q0 275 114.5 428.5t315.5 153.5q211 0 322 -164h10q-23 125 -23 223v358h306v-1556h-234l-59 145h-13q-104 -165 -317 -165zM621 223q117 0 171.5 68t59.5 231v33q0 180 -55.5 258t-180.5 78q-102 0 -158.5 -86.5t-56.5 -251.5 t57 -247.5t163 -82.5z" />
87
+ <glyph unicode="e" horiz-adv-x="1210" d="M623 922q-97 0 -152 -61.5t-63 -174.5h428q-2 113 -59 174.5t-154 61.5zM666 -20q-270 0 -422 149t-152 422q0 281 140.5 434.5t388.5 153.5q237 0 369 -135t132 -373v-148h-721q5 -130 77 -203t202 -73q101 0 191 21t188 67v-236q-80 -40 -171 -59.5t-222 -19.5z" />
88
+ <glyph unicode="f" horiz-adv-x="793" d="M778 889h-264v-889h-305v889h-168v147l168 82v82q0 191 94 279t301 88q158 0 281 -47l-78 -224q-92 29 -170 29q-65 0 -94 -38.5t-29 -98.5v-70h264v-229z" />
89
+ <glyph unicode="g" horiz-adv-x="1157" d="M1133 1118v-155l-175 -45q48 -75 48 -168q0 -180 -125.5 -280.5t-348.5 -100.5l-55 3l-45 5q-47 -36 -47 -80q0 -66 168 -66h190q184 0 280.5 -79t96.5 -232q0 -196 -163.5 -304t-469.5 -108q-234 0 -357.5 81.5t-123.5 228.5q0 101 63 169t185 97q-47 20 -82 65.5 t-35 96.5q0 64 37 106.5t107 83.5q-88 38 -139.5 122t-51.5 198q0 183 119 283t340 100q47 0 111.5 -8.5t82.5 -12.5h390zM270 -158q0 -63 60.5 -99t169.5 -36q164 0 257 45t93 123q0 63 -55 87t-170 24h-158q-84 0 -140.5 -39.5t-56.5 -104.5zM381 752q0 -91 41.5 -144 t126.5 -53q86 0 126 53t40 144q0 202 -166 202q-168 0 -168 -202z" />
90
+ <glyph unicode="h" horiz-adv-x="1346" d="M1192 0h-305v653q0 242 -180 242q-128 0 -185 -87t-57 -282v-526h-305v1556h305v-317q0 -37 -7 -174l-7 -90h16q102 164 324 164q197 0 299 -106t102 -304v-729z" />
91
+ <glyph unicode="i" horiz-adv-x="625" d="M147 1407q0 149 166 149t166 -149q0 -71 -41.5 -110.5t-124.5 -39.5q-166 0 -166 150zM465 0h-305v1118h305v-1118z" />
92
+ <glyph unicode="j" horiz-adv-x="625" d="M70 -492q-117 0 -201 25v240q70 -19 143 -19q77 0 112.5 43t35.5 127v1194h305v-1239q0 -178 -103 -274.5t-292 -96.5zM147 1407q0 149 166 149t166 -149q0 -71 -41.5 -110.5t-124.5 -39.5q-166 0 -166 150z" />
93
+ <glyph unicode="k" horiz-adv-x="1270" d="M453 608l133 170l313 340h344l-444 -485l471 -633h-352l-322 453l-131 -105v-348h-305v1556h305v-694l-16 -254h4z" />
94
+ <glyph unicode="l" horiz-adv-x="625" d="M465 0h-305v1556h305v-1556z" />
95
+ <glyph unicode="m" horiz-adv-x="2011" d="M1161 0h-305v653q0 121 -40.5 181.5t-127.5 60.5q-117 0 -170 -86t-53 -283v-526h-305v1118h233l41 -143h17q45 77 130 120.5t195 43.5q251 0 340 -164h27q45 78 132.5 121t197.5 43q190 0 287.5 -97.5t97.5 -312.5v-729h-306v653q0 121 -40.5 181.5t-127.5 60.5 q-112 0 -167.5 -80t-55.5 -254v-561z" />
96
+ <glyph unicode="n" horiz-adv-x="1346" d="M1192 0h-305v653q0 121 -43 181.5t-137 60.5q-128 0 -185 -85.5t-57 -283.5v-526h-305v1118h233l41 -143h17q51 81 140.5 122.5t203.5 41.5q195 0 296 -105.5t101 -304.5v-729z" />
97
+ <glyph unicode="o" horiz-adv-x="1268" d="M403 561q0 -166 54.5 -251t177.5 -85q122 0 175.5 84.5t53.5 251.5q0 166 -54 249t-177 83q-122 0 -176 -82.5t-54 -249.5zM1176 561q0 -273 -144 -427t-401 -154q-161 0 -284 70.5t-189 202.5t-66 308q0 274 143 426t402 152q161 0 284 -70t189 -201t66 -307z" />
98
+ <glyph unicode="p" horiz-adv-x="1296" d="M774 -20q-197 0 -309 143h-16q16 -140 16 -162v-453h-305v1610h248l43 -145h14q107 166 317 166q198 0 310 -153t112 -425q0 -179 -52.5 -311t-149.5 -201t-228 -69zM684 895q-113 0 -165 -69.5t-54 -229.5v-33q0 -180 53.5 -258t169.5 -78q205 0 205 338 q0 165 -50.5 247.5t-158.5 82.5z" />
99
+ <glyph unicode="q" horiz-adv-x="1296" d="M623 219q116 0 170 66.5t59 232.5v37q0 180 -55.5 258t-178.5 78q-215 0 -215 -338q0 -168 53.5 -251t166.5 -83zM514 -20q-198 0 -310 152.5t-112 424.5q0 274 114.5 428t313.5 154q106 0 185 -40t139 -124h8l27 143h258v-1610h-306v469q0 61 13 168h-13 q-49 -81 -130 -123t-187 -42z" />
100
+ <glyph unicode="r" horiz-adv-x="930" d="M784 1139q62 0 103 -9l-23 -286q-37 10 -90 10q-146 0 -227.5 -75t-81.5 -210v-569h-305v1118h231l45 -188h15q52 94 140.5 151.5t192.5 57.5z" />
101
+ <glyph unicode="s" horiz-adv-x="1018" d="M940 332q0 -172 -119.5 -262t-357.5 -90q-122 0 -208 16.5t-161 48.5v252q85 -40 191.5 -67t187.5 -27q166 0 166 96q0 36 -22 58.5t-76 51t-144 66.5q-129 54 -189.5 100t-88 105.5t-27.5 146.5q0 149 115.5 230.5t327.5 81.5q202 0 393 -88l-92 -220q-84 36 -157 59 t-149 23q-135 0 -135 -73q0 -41 43.5 -71t190.5 -89q131 -53 192 -99t90 -106t29 -143z" />
102
+ <glyph unicode="t" horiz-adv-x="889" d="M631 223q80 0 192 35v-227q-114 -51 -280 -51q-183 0 -266.5 92.5t-83.5 277.5v539h-146v129l168 102l88 236h195v-238h313v-229h-313v-539q0 -65 36.5 -96t96.5 -31z" />
103
+ <glyph unicode="u" horiz-adv-x="1346" d="M952 0l-41 143h-16q-49 -78 -139 -120.5t-205 -42.5q-197 0 -297 105.5t-100 303.5v729h305v-653q0 -121 43 -181.5t137 -60.5q128 0 185 85.5t57 283.5v526h305v-1118h-234z" />
104
+ <glyph unicode="v" horiz-adv-x="1165" d="M426 0l-426 1118h319l216 -637q36 -121 45 -229h6q5 96 45 229l215 637h319l-426 -1118h-313z" />
105
+ <glyph unicode="w" horiz-adv-x="1753" d="M1079 0l-86 391l-116 494h-7l-204 -885h-328l-318 1118h304l129 -495q31 -133 63 -367h6q4 76 35 241l16 85l138 536h336l131 -536q4 -22 12.5 -65t16.5 -91.5t14.5 -95t7.5 -74.5h6q9 72 32 197.5t33 169.5l134 495h299l-322 -1118h-332z" />
106
+ <glyph unicode="x" horiz-adv-x="1184" d="M389 571l-360 547h346l217 -356l219 356h346l-364 -547l381 -571h-347l-235 383l-236 -383h-346z" />
107
+ <glyph unicode="y" horiz-adv-x="1165" d="M0 1118h334l211 -629q27 -82 37 -194h6q11 103 43 194l207 629h327l-473 -1261q-65 -175 -185.5 -262t-281.5 -87q-79 0 -155 17v242q55 -13 120 -13q81 0 141.5 49.5t94.5 149.5l18 55z" />
108
+ <glyph unicode="z" horiz-adv-x="999" d="M938 0h-883v180l518 705h-487v233h834v-198l-504 -687h522v-233z" />
109
+ <glyph unicode="{" horiz-adv-x="807" d="M287 270q0 87 -65.5 133t-190.5 46v239q126 0 191 44t65 126v8v318q0 153 97 215.5t341 62.5v-225q-99 -3 -136.5 -38t-37.5 -103v-299q-6 -188 -234 -222v-12q234 -35 234 -212v-9v-299q0 -68 37 -103t137 -38v-226q-244 0 -341 62.5t-97 216.5v315z" />
110
+ <glyph unicode="|" horiz-adv-x="1128" d="M455 1550h219v-2015h-219v2015z" />
111
+ <glyph unicode="}" horiz-adv-x="807" d="M520 -45q0 -112 -41 -169t-135.5 -83.5t-261.5 -26.5v226q99 2 136.5 36t37.5 105v299v11q0 86 59 139.5t174 70.5v12q-227 34 -233 222v299q0 70 -37 104t-137 37v225q167 0 262 -26.5t135.5 -84t40.5 -167.5v-318v-10q0 -84 61.5 -126t194.5 -42v-239 q-125 0 -190.5 -41t-65.5 -138v-315z" />
112
+ <glyph unicode="~" d="M322 672q-55 0 -117.5 -33.5t-116.5 -87.5v231q103 109 256 109q73 0 137.5 -16t139.5 -48q129 -55 227 -55q53 0 116 32t117 89v-231q-101 -109 -256 -109q-66 0 -126 13t-150 50q-131 56 -227 56z" />
113
+ <glyph unicode="&#xa1;" horiz-adv-x="586" d="M168 606h244l51 -975h-346zM467 948q0 -84 -45 -127t-131 -43q-83 0 -128.5 44t-45.5 126q0 81 46.5 125.5t127.5 44.5q84 0 130 -44t46 -126z" />
114
+ <glyph unicode="&#xa2;" d="M563 176q-420 59 -420 565q0 261 104.5 403t315.5 173v166h178v-158q166 -9 299 -74l-90 -235q-72 29 -134 47t-124 18q-121 0 -179 -83.5t-58 -254.5q0 -327 237 -327q82 0 148 15.5t166 60.5v-254q-127 -61 -265 -70v-188h-178v196z" />
115
+ <glyph unicode="&#xa3;" d="M700 1483q195 0 390 -82l-93 -230q-157 64 -272 64q-78 0 -120 -44.5t-42 -127.5v-193h375v-219h-375v-143q0 -170 -151 -248h718v-260h-1048v248q103 44 141.5 101t38.5 157v145h-178v219h178v195q0 201 114.5 309.5t323.5 108.5z" />
116
+ <glyph unicode="&#xa4;" d="M188 723q0 102 54 197l-129 127l147 147l127 -127q91 53 197 53q105 0 196 -55l127 129l150 -143l-129 -129q53 -89 53 -199q0 -107 -53 -199l125 -125l-146 -145l-127 125q-95 -51 -196 -51q-115 0 -199 51l-125 -123l-145 145l127 125q-54 93 -54 197zM395 723 q0 -77 54.5 -132.5t134.5 -55.5q81 0 136.5 55t55.5 133q0 80 -56.5 135t-135.5 55q-78 0 -133.5 -56t-55.5 -134z" />
117
+ <glyph unicode="&#xa5;" d="M584 860l264 602h313l-383 -747h195v-178h-246v-138h246v-178h-246v-221h-287v221h-247v178h247v138h-247v178h190l-377 747h316z" />
118
+ <glyph unicode="&#xa6;" horiz-adv-x="1128" d="M455 1550h219v-815h-219v815zM455 350h219v-815h-219v815z" />
119
+ <glyph unicode="&#xa7;" horiz-adv-x="995" d="M121 805q0 79 36 144.5t97 105.5q-133 84 -133 233q0 131 111.5 210t293.5 79q170 0 363 -84l-82 -190q-68 32 -138.5 57.5t-148.5 25.5q-81 0 -118 -23t-37 -71q0 -49 49.5 -86t163.5 -82q163 -64 240 -148.5t77 -193.5q0 -177 -125 -260q62 -40 93.5 -92.5t31.5 -126.5 q0 -148 -119.5 -235.5t-320.5 -87.5q-203 0 -349 79v207q81 -41 180 -69.5t169 -28.5q194 0 194 117q0 39 -18.5 63t-63.5 49.5t-125 59.5q-183 74 -252 152.5t-69 195.5zM344 827q0 -67 65 -119t181 -98q78 57 78 146q0 68 -50.5 115t-183.5 96q-37 -14 -63.5 -53.5 t-26.5 -86.5z" />
120
+ <glyph unicode="&#xa8;" horiz-adv-x="1243" d="M279 1405q0 65 37.5 100t101.5 35q66 0 103.5 -37t37.5 -98q0 -60 -38 -96.5t-103 -36.5q-64 0 -101.5 35t-37.5 98zM682 1405q0 70 40.5 102.5t100.5 32.5q65 0 103.5 -36t38.5 -99q0 -61 -39 -97t-103 -36q-60 0 -100.5 32.5t-40.5 100.5z" />
121
+ <glyph unicode="&#xa9;" horiz-adv-x="1704" d="M895 1010q-97 0 -150 -74t-53 -205q0 -280 203 -280q57 0 123 15t123 44v-191q-120 -57 -252 -57q-204 0 -316 125t-112 346q0 220 110.5 342.5t309.5 122.5q149 0 305 -78l-74 -168q-113 58 -217 58zM100 731q0 200 100 375t275 276t377 101q200 0 375 -100t276 -275 t101 -377q0 -197 -97 -370t-272 -277t-383 -104q-207 0 -382 103.5t-272.5 276.5t-97.5 371zM242 731q0 -164 82 -305.5t224 -223t304 -81.5q164 0 305.5 82t223 224t81.5 304q0 164 -82 305.5t-224 223t-304 81.5q-164 0 -305.5 -82t-223 -224t-81.5 -304z" />
122
+ <glyph unicode="&#xaa;" horiz-adv-x="784" d="M561 764l-31 110q-43 -58 -105 -90t-136 -32q-117 0 -179.5 58.5t-62.5 164.5q0 109 82.5 163.5t267.5 63.5l99 4q0 117 -127 117q-81 0 -217 -61l-66 135q66 32 145.5 57t178.5 25q137 0 211.5 -71t74.5 -202v-442h-135zM252 977q0 -38 23 -56t55 -18q77 0 121.5 41.5 t44.5 106.5v36l-99 -6q-145 -10 -145 -104z" />
123
+ <glyph unicode="&#xab;" horiz-adv-x="1260" d="M82 573l371 455l219 -119l-279 -348l279 -348l-219 -119l-371 453v26zM588 573l370 455l220 -119l-279 -348l279 -348l-220 -119l-370 453v26z" />
124
+ <glyph unicode="&#xac;" d="M1081 248h-219v364h-774v219h993v-583z" />
125
+ <glyph unicode="&#xad;" horiz-adv-x="659" d="M61 424zM61 424v250h537v-250h-537z" />
126
+ <glyph unicode="&#xae;" horiz-adv-x="1704" d="M1157 905q0 -170 -143 -233l237 -400h-254l-178 338h-47v-338h-229v916h264q181 0 265.5 -70t84.5 -213zM772 778h31q66 0 94.5 28.5t28.5 94.5q0 65 -28 92t-97 27h-29v-242zM100 731q0 200 100 375t275 276t377 101q200 0 375 -100t276 -275t101 -377q0 -197 -97 -370 t-272 -277t-383 -104q-207 0 -382 103.5t-272.5 276.5t-97.5 371zM242 731q0 -164 82 -305.5t224 -223t304 -81.5q164 0 305.5 82t223 224t81.5 304q0 164 -82 305.5t-224 223t-304 81.5q-164 0 -305.5 -82t-223 -224t-81.5 -304z" />
127
+ <glyph unicode="&#xaf;" horiz-adv-x="1024" d="M1030 1556h-1036v201h1036v-201z" />
128
+ <glyph unicode="&#xb0;" horiz-adv-x="877" d="M92 1137q0 92 46 172t126 127t174 47q92 0 172.5 -46t127 -127t46.5 -173q0 -93 -46.5 -173.5t-126.5 -125.5t-173 -45q-145 0 -245.5 99.5t-100.5 244.5zM283 1137q0 -64 44.5 -109t110.5 -45t111 46t45 108q0 63 -45.5 110t-110.5 47q-64 0 -109.5 -46t-45.5 -111z" />
129
+ <glyph unicode="&#xb1;" d="M475 674h-387v219h387v389h219v-389h387v-219h-387v-385h-219v385zM88 0v219h993v-219h-993z" />
130
+ <glyph unicode="&#xb2;" horiz-adv-x="776" d="M702 586h-647v168l224 219q102 100 130.5 144.5t28.5 94.5q0 38 -24 58t-64 20q-81 0 -180 -88l-123 152q147 129 336 129q137 0 216 -66.5t79 -183.5q0 -85 -47 -160t-176 -192l-105 -95h352v-200z" />
131
+ <glyph unicode="&#xb3;" horiz-adv-x="776" d="M666 1249q0 -143 -170 -198v-13q94 -20 146 -75t52 -134q0 -121 -88 -190.5t-274 -69.5q-143 0 -273 70v190q148 -90 271 -90q143 0 143 107q0 53 -44 79.5t-122 26.5h-112v160h92q83 0 123.5 26t40.5 83q0 38 -25 63t-76 25q-47 0 -89 -19t-99 -59l-101 141 q62 47 137.5 78t178.5 31q127 0 208 -64t81 -168z" />
132
+ <glyph unicode="&#xb4;" horiz-adv-x="1243" d="M332 1241v27q172 200 235 301h342v-21q-52 -52 -177.5 -154.5t-196.5 -152.5h-203z" />
133
+ <glyph unicode="&#xb5;" horiz-adv-x="1352" d="M465 465q0 -121 44 -181.5t138 -60.5q126 0 183 86.5t57 282.5v526h305v-1118h-231l-43 150h-15q-42 -85 -102 -127.5t-148 -42.5q-62 0 -114 23t-84 67l5 -85l5 -157v-320h-305v1610h305v-653z" />
134
+ <glyph unicode="&#xb6;" horiz-adv-x="1341" d="M1167 -260h-161v1616h-166v-1616h-162v819q-62 -18 -146 -18q-216 0 -317.5 125t-101.5 376q0 260 109 387t341 127h604v-1816z" />
135
+ <glyph unicode="&#xb7;" horiz-adv-x="584" d="M117 723q0 84 45 127t131 43q83 0 128.5 -44t45.5 -126q0 -81 -46.5 -125.5t-127.5 -44.5q-84 0 -130 44t-46 126z" />
136
+ <glyph unicode="&#xb8;" horiz-adv-x="420" d="M418 -250q0 -128 -75.5 -185t-233.5 -57q-78 0 -146 21v168q27 -7 72.5 -14t70.5 -7q72 0 72 62q0 83 -166 108l78 154h193l-27 -61q74 -24 118 -74.5t44 -114.5z" />
137
+ <glyph unicode="&#xb9;" horiz-adv-x="776" d="M584 586h-238v446l3 112l5 95q-27 -36 -75 -78l-78 -61l-109 127l301 235h191v-876z" />
138
+ <glyph unicode="&#xba;" horiz-adv-x="795" d="M737 1116q0 -171 -91.5 -267.5t-250.5 -96.5q-153 0 -245.5 98.5t-92.5 265.5q0 169 89.5 266t252.5 97q152 0 245 -98.5t93 -264.5zM260 1116q0 -100 32.5 -150.5t104.5 -50.5t103.5 50.5t31.5 150.5t-31.5 149.5t-103.5 49.5t-104.5 -49.5t-32.5 -149.5z" />
139
+ <glyph unicode="&#xbb;" horiz-adv-x="1260" d="M1178 547l-371 -453l-219 119l278 348l-278 348l219 119l371 -455v-26zM672 547l-371 -453l-219 119l278 348l-278 348l219 119l371 -455v-26z" />
140
+ <glyph unicode="&#xbc;" horiz-adv-x="1804" d="M46 0zM538 586h-238v446l3 112l5 95q-27 -36 -75 -78l-78 -61l-109 127l301 235h191v-876zM1370 1462l-811 -1462h-239l811 1462h239zM1682 152h-125v-151h-238v151h-383v154l385 577h236v-563h125v-168zM1319 320v164q0 86 6 184q-9 -26 -35.5 -80t-41.5 -77l-127 -191 h198z" />
141
+ <glyph unicode="&#xbd;" horiz-adv-x="1804" d="M46 0zM538 586h-238v446l3 112l5 95q-27 -36 -75 -78l-78 -61l-109 127l301 235h191v-876zM1370 1462l-811 -1462h-239l811 1462h239zM1716 1h-647v168l224 219q102 100 130.5 144.5t28.5 94.5q0 38 -24 58t-64 20q-81 0 -180 -88l-123 152q147 129 336 129 q137 0 216 -66.5t79 -183.5q0 -85 -47 -160t-176 -192l-105 -95h352v-200z" />
142
+ <glyph unicode="&#xbe;" horiz-adv-x="1804" d="M90 0zM697 1249q0 -143 -170 -198v-13q94 -20 146 -75t52 -134q0 -121 -88 -190.5t-274 -69.5q-143 0 -273 70v190q148 -90 271 -90q143 0 143 107q0 53 -44 79.5t-122 26.5h-112v160h92q83 0 123.5 26t40.5 83q0 38 -25 63t-76 25q-47 0 -89 -19t-99 -59l-101 141 q62 47 137.5 78t178.5 31q127 0 208 -64t81 -168zM1441 1462l-811 -1462h-239l811 1462h239zM1712 152h-125v-151h-238v151h-383v154l385 577h236v-563h125v-168zM1349 320v164q0 86 6 184q-9 -26 -35.5 -80t-41.5 -77l-127 -191h198z" />
143
+ <glyph unicode="&#xbf;" horiz-adv-x="977" d="M713 606v-74q0 -98 -44.5 -169t-152.5 -148q-109 -78 -137.5 -122t-28.5 -107q0 -57 43.5 -94t132.5 -37q79 0 169 29t186 71l102 -221q-98 -56 -221.5 -90.5t-229.5 -34.5q-220 0 -345.5 96.5t-125.5 265.5q0 108 48.5 187t191.5 184q95 70 121.5 107t26.5 98v59h264z M745 948q0 -84 -45 -127t-131 -43q-83 0 -128.5 44t-45.5 126q0 81 46.5 125.5t127.5 44.5q84 0 130 -44t46 -126z" />
144
+ <glyph unicode="&#xc0;" horiz-adv-x="1413" d="M0 0zM1079 0l-106 348h-533l-106 -348h-334l516 1468h379l518 -1468h-334zM899 608q-147 473 -165.5 535t-26.5 98q-33 -128 -189 -633h381zM713 1579q-63 44 -185 142.5t-190 164.5v21h342q63 -101 235 -301v-27h-202z" />
145
+ <glyph unicode="&#xc1;" horiz-adv-x="1413" d="M0 0zM1079 0l-106 348h-533l-106 -348h-334l516 1468h379l518 -1468h-334zM899 608q-147 473 -165.5 535t-26.5 98q-33 -128 -189 -633h381zM541 1579v27q172 200 235 301h342v-21q-52 -52 -177.5 -154.5t-196.5 -152.5h-203z" />
146
+ <glyph unicode="&#xc2;" horiz-adv-x="1413" d="M0 0zM1079 0l-106 348h-533l-106 -348h-334l516 1468h379l518 -1468h-334zM899 608q-147 473 -165.5 535t-26.5 98q-33 -128 -189 -633h381zM938 1579q-157 93 -234 176q-78 -81 -229 -176h-203v27q189 189 256 301h357q31 -52 107.5 -141.5t148.5 -159.5v-27h-203z" />
147
+ <glyph unicode="&#xc3;" horiz-adv-x="1413" d="M0 0zM1079 0l-106 348h-533l-106 -348h-334l516 1468h379l518 -1468h-334zM899 608q-147 473 -165.5 535t-26.5 98q-33 -128 -189 -633h381zM543 1684q-31 0 -59.5 -26.5t-41.5 -80.5h-149q11 145 82.5 227t189.5 82q41 0 80.5 -16.5t78 -36t75.5 -35.5t73 -16 q31 0 59.5 26t41.5 80h149q-11 -145 -83.5 -227t-188.5 -82q-41 0 -80.5 16.5t-78 36t-75.5 36t-73 16.5z" />
148
+ <glyph unicode="&#xc4;" horiz-adv-x="1413" d="M0 0zM1079 0l-106 348h-533l-106 -348h-334l516 1468h379l518 -1468h-334zM899 608q-147 473 -165.5 535t-26.5 98q-33 -128 -189 -633h381zM365 1743q0 65 37.5 100t101.5 35q66 0 103.5 -37t37.5 -98q0 -60 -38 -96.5t-103 -36.5q-64 0 -101.5 35t-37.5 98zM768 1743 q0 70 40.5 102.5t100.5 32.5q65 0 103.5 -36t38.5 -99q0 -61 -39 -97t-103 -36q-60 0 -100.5 32.5t-40.5 100.5z" />
149
+ <glyph unicode="&#xc5;" horiz-adv-x="1413" d="M0 0zM1079 0l-106 348h-533l-106 -348h-334l516 1468h379l518 -1468h-334zM899 608q-147 473 -165.5 535t-26.5 98q-33 -128 -189 -633h381zM959 1567q0 -108 -71 -174t-183 -66t-180 64t-68 174q0 108 67.5 172.5t180.5 64.5q110 0 182 -66t72 -169zM801 1565 q0 45 -27 70.5t-69 25.5t-69 -25.5t-27 -70.5t24 -71t72 -26q42 0 69 26t27 71z" />
150
+ <glyph unicode="&#xc6;" horiz-adv-x="1950" d="M1829 0h-873v348h-491l-150 -348h-315l655 1462h1174v-254h-563v-321h526v-254h-526v-377h563v-256zM578 608h378v590h-127z" />
151
+ <glyph unicode="&#xc7;" horiz-adv-x="1305" d="M119 0zM805 1225q-175 0 -271 -131.5t-96 -366.5q0 -489 367 -489q154 0 373 77v-260q-180 -75 -402 -75q-319 0 -488 193.5t-169 555.5q0 228 83 399.5t238.5 263t364.5 91.5q213 0 428 -103l-100 -252q-82 39 -165 68t-163 29zM959 -250q0 -128 -75.5 -185t-233.5 -57 q-78 0 -146 21v168q27 -7 72.5 -14t70.5 -7q72 0 72 62q0 83 -166 108l78 154h193l-27 -61q74 -24 118 -74.5t44 -114.5z" />
152
+ <glyph unicode="&#xc8;" horiz-adv-x="1147" d="M184 0zM1026 0h-842v1462h842v-254h-532v-321h495v-254h-495v-377h532v-256zM634 1579q-63 44 -185 142.5t-190 164.5v21h342q63 -101 235 -301v-27h-202z" />
153
+ <glyph unicode="&#xc9;" horiz-adv-x="1147" d="M184 0zM1026 0h-842v1462h842v-254h-532v-321h495v-254h-495v-377h532v-256zM424 1579v27q172 200 235 301h342v-21q-52 -52 -177.5 -154.5t-196.5 -152.5h-203z" />
154
+ <glyph unicode="&#xca;" horiz-adv-x="1147" d="M175 0zM1026 0h-842v1462h842v-254h-532v-321h495v-254h-495v-377h532v-256zM841 1579q-157 93 -234 176q-78 -81 -229 -176h-203v27q189 189 256 301h357q31 -52 107.5 -141.5t148.5 -159.5v-27h-203z" />
155
+ <glyph unicode="&#xcb;" horiz-adv-x="1147" d="M184 0zM1026 0h-842v1462h842v-254h-532v-321h495v-254h-495v-377h532v-256zM272 1743q0 65 37.5 100t101.5 35q66 0 103.5 -37t37.5 -98q0 -60 -38 -96.5t-103 -36.5q-64 0 -101.5 35t-37.5 98zM675 1743q0 70 40.5 102.5t100.5 32.5q65 0 103.5 -36t38.5 -99 q0 -61 -39 -97t-103 -36q-60 0 -100.5 32.5t-40.5 100.5z" />
156
+ <glyph unicode="&#xcc;" horiz-adv-x="678" d="M0 0zM184 0v1462h310v-1462h-310zM317 1579q-63 44 -185 142.5t-190 164.5v21h342q63 -101 235 -301v-27h-202z" />
157
+ <glyph unicode="&#xcd;" horiz-adv-x="678" d="M167 0zM184 0v1462h310v-1462h-310zM167 1579v27q172 200 235 301h342v-21q-52 -52 -177.5 -154.5t-196.5 -152.5h-203z" />
158
+ <glyph unicode="&#xce;" horiz-adv-x="678" d="M0 0zM184 0v1462h310v-1462h-310zM570 1579q-157 93 -234 176q-78 -81 -229 -176h-203v27q189 189 256 301h357q31 -52 107.5 -141.5t148.5 -159.5v-27h-203z" />
159
+ <glyph unicode="&#xcf;" horiz-adv-x="678" d="M0 0zM184 0v1462h310v-1462h-310zM-3 1743q0 65 37.5 100t101.5 35q66 0 103.5 -37t37.5 -98q0 -60 -38 -96.5t-103 -36.5q-64 0 -101.5 35t-37.5 98zM400 1743q0 70 40.5 102.5t100.5 32.5q65 0 103.5 -36t38.5 -99q0 -61 -39 -97t-103 -36q-60 0 -100.5 32.5 t-40.5 100.5z" />
160
+ <glyph unicode="&#xd0;" horiz-adv-x="1516" d="M47 850h137v612h459q358 0 556 -189t198 -528q0 -361 -205.5 -553t-593.5 -192h-414v596h-137v254zM1075 737q0 232 -104 351.5t-314 119.5h-163v-358h237v-254h-237v-340h131q450 0 450 481z" />
161
+ <glyph unicode="&#xd1;" horiz-adv-x="1665" d="M184 0zM1481 0h-394l-636 1106h-9q19 -293 19 -418v-688h-277v1462h391l635 -1095h7q-15 285 -15 403v692h279v-1462zM668 1684q-31 0 -59.5 -26.5t-41.5 -80.5h-149q11 145 82.5 227t189.5 82q41 0 80.5 -16.5t78 -36t75.5 -35.5t73 -16q31 0 59.5 26t41.5 80h149 q-11 -145 -83.5 -227t-188.5 -82q-41 0 -80.5 16.5t-78 36t-75.5 36t-73 16.5z" />
162
+ <glyph unicode="&#xd2;" horiz-adv-x="1630" d="M119 0zM1511 733q0 -363 -180 -558t-516 -195t-516 195t-180 560t180.5 557.5t517.5 192.5t515.5 -194t178.5 -558zM444 733q0 -245 93 -369t278 -124q371 0 371 493q0 494 -369 494q-185 0 -279 -124.5t-94 -369.5zM824 1579q-63 44 -185 142.5t-190 164.5v21h342 q63 -101 235 -301v-27h-202z" />
163
+ <glyph unicode="&#xd3;" horiz-adv-x="1630" d="M119 0zM1511 733q0 -363 -180 -558t-516 -195t-516 195t-180 560t180.5 557.5t517.5 192.5t515.5 -194t178.5 -558zM444 733q0 -245 93 -369t278 -124q371 0 371 493q0 494 -369 494q-185 0 -279 -124.5t-94 -369.5zM658 1579v27q172 200 235 301h342v-21 q-52 -52 -177.5 -154.5t-196.5 -152.5h-203z" />
164
+ <glyph unicode="&#xd4;" horiz-adv-x="1630" d="M119 0zM1511 733q0 -363 -180 -558t-516 -195t-516 195t-180 560t180.5 557.5t517.5 192.5t515.5 -194t178.5 -558zM444 733q0 -245 93 -369t278 -124q371 0 371 493q0 494 -369 494q-185 0 -279 -124.5t-94 -369.5zM1047 1579q-157 93 -234 176q-78 -81 -229 -176h-203 v27q189 189 256 301h357q31 -52 107.5 -141.5t148.5 -159.5v-27h-203z" />
165
+ <glyph unicode="&#xd5;" horiz-adv-x="1630" d="M119 0zM1511 733q0 -363 -180 -558t-516 -195t-516 195t-180 560t180.5 557.5t517.5 192.5t515.5 -194t178.5 -558zM444 733q0 -245 93 -369t278 -124q371 0 371 493q0 494 -369 494q-185 0 -279 -124.5t-94 -369.5zM652 1684q-31 0 -59.5 -26.5t-41.5 -80.5h-149 q11 145 82.5 227t189.5 82q41 0 80.5 -16.5t78 -36t75.5 -35.5t73 -16q31 0 59.5 26t41.5 80h149q-11 -145 -83.5 -227t-188.5 -82q-41 0 -80.5 16.5t-78 36t-75.5 36t-73 16.5z" />
166
+ <glyph unicode="&#xd6;" horiz-adv-x="1630" d="M119 0zM1511 733q0 -363 -180 -558t-516 -195t-516 195t-180 560t180.5 557.5t517.5 192.5t515.5 -194t178.5 -558zM444 733q0 -245 93 -369t278 -124q371 0 371 493q0 494 -369 494q-185 0 -279 -124.5t-94 -369.5zM474 1743q0 65 37.5 100t101.5 35q66 0 103.5 -37 t37.5 -98q0 -60 -38 -96.5t-103 -36.5q-64 0 -101.5 35t-37.5 98zM877 1743q0 70 40.5 102.5t100.5 32.5q65 0 103.5 -36t38.5 -99q0 -61 -39 -97t-103 -36q-60 0 -100.5 32.5t-40.5 100.5z" />
167
+ <glyph unicode="&#xd7;" d="M428 723l-299 301l152 154l301 -299l305 299l153 -150l-305 -305l301 -303l-149 -152l-305 301l-301 -299l-150 152z" />
168
+ <glyph unicode="&#xd8;" horiz-adv-x="1630" d="M1511 733q0 -363 -180 -558t-516 -195q-197 0 -336 65l-90 -135l-162 108l90 136q-198 194 -198 581q0 365 180.5 557.5t517.5 192.5q198 0 344 -70l84 125l160 -104l-88 -131q194 -194 194 -572zM444 733q0 -191 56 -307l506 756q-84 45 -189 45q-185 0 -279 -124.5 t-94 -369.5zM1186 733q0 180 -51 297l-500 -751q76 -39 180 -39q371 0 371 493z" />
169
+ <glyph unicode="&#xd9;" horiz-adv-x="1548" d="M174 0zM1374 1462v-946q0 -162 -72.5 -284t-209.5 -187t-324 -65q-282 0 -438 144.5t-156 395.5v942h309v-895q0 -169 68 -248t225 -79q152 0 220.5 79.5t68.5 249.5v893h309zM750 1579q-63 44 -185 142.5t-190 164.5v21h342q63 -101 235 -301v-27h-202z" />
170
+ <glyph unicode="&#xda;" horiz-adv-x="1548" d="M174 0zM1374 1462v-946q0 -162 -72.5 -284t-209.5 -187t-324 -65q-282 0 -438 144.5t-156 395.5v942h309v-895q0 -169 68 -248t225 -79q152 0 220.5 79.5t68.5 249.5v893h309zM602 1579v27q172 200 235 301h342v-21q-52 -52 -177.5 -154.5t-196.5 -152.5h-203z" />
171
+ <glyph unicode="&#xdb;" horiz-adv-x="1548" d="M174 0zM1374 1462v-946q0 -162 -72.5 -284t-209.5 -187t-324 -65q-282 0 -438 144.5t-156 395.5v942h309v-895q0 -169 68 -248t225 -79q152 0 220.5 79.5t68.5 249.5v893h309zM1006 1579q-157 93 -234 176q-78 -81 -229 -176h-203v27q189 189 256 301h357 q31 -52 107.5 -141.5t148.5 -159.5v-27h-203z" />
172
+ <glyph unicode="&#xdc;" horiz-adv-x="1548" d="M174 0zM1374 1462v-946q0 -162 -72.5 -284t-209.5 -187t-324 -65q-282 0 -438 144.5t-156 395.5v942h309v-895q0 -169 68 -248t225 -79q152 0 220.5 79.5t68.5 249.5v893h309zM433 1743q0 65 37.5 100t101.5 35q66 0 103.5 -37t37.5 -98q0 -60 -38 -96.5t-103 -36.5 q-64 0 -101.5 35t-37.5 98zM836 1743q0 70 40.5 102.5t100.5 32.5q65 0 103.5 -36t38.5 -99q0 -61 -39 -97t-103 -36q-60 0 -100.5 32.5t-40.5 100.5z" />
173
+ <glyph unicode="&#xdd;" horiz-adv-x="1278" d="M0 0zM639 860l305 602h334l-485 -893v-569h-308v559l-485 903h336zM461 1579v27q172 200 235 301h342v-21q-52 -52 -177.5 -154.5t-196.5 -152.5h-203z" />
174
+ <glyph unicode="&#xde;" horiz-adv-x="1286" d="M1194 770q0 -229 -142.5 -353t-404.5 -124h-153v-293h-310v1462h310v-229h178q254 0 388 -119t134 -344zM494 543h100q145 0 216 52.5t71 174.5q0 107 -63.5 159t-199.5 52h-124v-438z" />
175
+ <glyph unicode="&#xdf;" horiz-adv-x="1456" d="M1249 1241q0 -64 -21 -112.5t-53 -86.5t-69 -67t-69 -53t-53 -45t-21 -43q0 -27 26.5 -53t92.5 -66q146 -91 198.5 -140t78 -110t25.5 -139q0 -172 -116.5 -259t-343.5 -87q-99 0 -171 14.5t-132 48.5v242q53 -36 135.5 -61t146.5 -25q168 0 168 123q0 41 -16 66.5 t-57 55.5t-115 72q-126 72 -175 131.5t-49 140.5q0 64 35 117t105 102q77 55 108 95t31 86q0 60 -63.5 100.5t-163.5 40.5q-116 0 -181 -52.5t-65 -148.5v-1128h-305v1139q0 201 146.5 314.5t404.5 113.5q244 0 391 -88.5t147 -237.5z" />
176
+ <glyph unicode="&#xe0;" horiz-adv-x="1237" d="M86 0zM870 0l-59 152h-8q-77 -97 -158.5 -134.5t-212.5 -37.5q-161 0 -253.5 92t-92.5 262q0 178 124.5 262.5t375.5 93.5l194 6v49q0 170 -174 170q-134 0 -315 -81l-101 206q193 101 428 101q225 0 345 -98t120 -298v-745h-213zM780 518l-118 -4q-133 -4 -198 -48 t-65 -134q0 -129 148 -129q106 0 169.5 61t63.5 162v92zM614 1241q-63 44 -185 142.5t-190 164.5v21h342q63 -101 235 -301v-27h-202z" />
177
+ <glyph unicode="&#xe1;" horiz-adv-x="1237" d="M86 0zM870 0l-59 152h-8q-77 -97 -158.5 -134.5t-212.5 -37.5q-161 0 -253.5 92t-92.5 262q0 178 124.5 262.5t375.5 93.5l194 6v49q0 170 -174 170q-134 0 -315 -81l-101 206q193 101 428 101q225 0 345 -98t120 -298v-745h-213zM780 518l-118 -4q-133 -4 -198 -48 t-65 -134q0 -129 148 -129q106 0 169.5 61t63.5 162v92zM441 1241v27q172 200 235 301h342v-21q-52 -52 -177.5 -154.5t-196.5 -152.5h-203z" />
178
+ <glyph unicode="&#xe2;" horiz-adv-x="1237" d="M86 0zM870 0l-59 152h-8q-77 -97 -158.5 -134.5t-212.5 -37.5q-161 0 -253.5 92t-92.5 262q0 178 124.5 262.5t375.5 93.5l194 6v49q0 170 -174 170q-134 0 -315 -81l-101 206q193 101 428 101q225 0 345 -98t120 -298v-745h-213zM780 518l-118 -4q-133 -4 -198 -48 t-65 -134q0 -129 148 -129q106 0 169.5 61t63.5 162v92zM843 1240q-157 93 -234 176q-78 -81 -229 -176h-203v27q189 189 256 301h357q31 -52 107.5 -141.5t148.5 -159.5v-27h-203z" />
179
+ <glyph unicode="&#xe3;" horiz-adv-x="1237" d="M86 0zM870 0l-59 152h-8q-77 -97 -158.5 -134.5t-212.5 -37.5q-161 0 -253.5 92t-92.5 262q0 178 124.5 262.5t375.5 93.5l194 6v49q0 170 -174 170q-134 0 -315 -81l-101 206q193 101 428 101q225 0 345 -98t120 -298v-745h-213zM780 518l-118 -4q-133 -4 -198 -48 t-65 -134q0 -129 148 -129q106 0 169.5 61t63.5 162v92zM467 1346q-31 0 -59.5 -26.5t-41.5 -80.5h-149q11 145 82.5 227t189.5 82q41 0 80.5 -16.5t78 -36t75.5 -35.5t73 -16q31 0 59.5 26t41.5 80h149q-11 -145 -83.5 -227t-188.5 -82q-41 0 -80.5 16.5t-78 36t-75.5 36 t-73 16.5z" />
180
+ <glyph unicode="&#xe4;" horiz-adv-x="1237" d="M86 0zM870 0l-59 152h-8q-77 -97 -158.5 -134.5t-212.5 -37.5q-161 0 -253.5 92t-92.5 262q0 178 124.5 262.5t375.5 93.5l194 6v49q0 170 -174 170q-134 0 -315 -81l-101 206q193 101 428 101q225 0 345 -98t120 -298v-745h-213zM780 518l-118 -4q-133 -4 -198 -48 t-65 -134q0 -129 148 -129q106 0 169.5 61t63.5 162v92zM285 1405q0 65 37.5 100t101.5 35q66 0 103.5 -37t37.5 -98q0 -60 -38 -96.5t-103 -36.5q-64 0 -101.5 35t-37.5 98zM688 1405q0 70 40.5 102.5t100.5 32.5q65 0 103.5 -36t38.5 -99q0 -61 -39 -97t-103 -36 q-60 0 -100.5 32.5t-40.5 100.5z" />
181
+ <glyph unicode="&#xe5;" horiz-adv-x="1237" d="M86 0zM870 0l-59 152h-8q-77 -97 -158.5 -134.5t-212.5 -37.5q-161 0 -253.5 92t-92.5 262q0 178 124.5 262.5t375.5 93.5l194 6v49q0 170 -174 170q-134 0 -315 -81l-101 206q193 101 428 101q225 0 345 -98t120 -298v-745h-213zM780 518l-118 -4q-133 -4 -198 -48 t-65 -134q0 -129 148 -129q106 0 169.5 61t63.5 162v92zM883 1479q0 -108 -71 -174t-183 -66t-180 64t-68 174q0 108 67.5 172.5t180.5 64.5q110 0 182 -66t72 -169zM725 1477q0 45 -27 70.5t-69 25.5t-69 -25.5t-27 -70.5t24 -71t72 -26q42 0 69 26t27 71z" />
182
+ <glyph unicode="&#xe6;" horiz-adv-x="1878" d="M1329 -20q-137 0 -249.5 50.5t-184.5 155.5q-98 -117 -196.5 -161.5t-256.5 -44.5q-161 0 -258.5 94.5t-97.5 259.5q0 178 121 262.5t362 93.5l191 6v84q0 69 -44.5 102t-121.5 33q-140 0 -305 -77l-99 202q189 101 422 101q227 0 342 -131q66 64 152.5 96.5t206.5 32.5 q221 0 349 -137.5t128 -370.5v-148h-723q5 -130 77 -203t202 -73q196 0 380 88v-236q-79 -39 -171 -59t-226 -20zM760 518l-113 -4q-124 -4 -186 -47.5t-62 -134.5q0 -129 140 -129q101 0 161 61t60 162v92zM1307 922q-217 0 -234 -236h430q-2 112 -55 174t-141 62z" />
183
+ <glyph unicode="&#xe7;" horiz-adv-x="1053" d="M92 0zM614 -20q-522 0 -522 573q0 285 142 435.5t407 150.5q194 0 348 -76l-90 -236q-72 29 -134 47.5t-124 18.5q-238 0 -238 -338q0 -328 238 -328q88 0 163 23.5t150 73.5v-261q-74 -47 -149.5 -65t-190.5 -18zM805 -250q0 -128 -75.5 -185t-233.5 -57q-78 0 -146 21 v168q27 -7 72.5 -14t70.5 -7q72 0 72 62q0 83 -166 108l78 154h193l-27 -61q74 -24 118 -74.5t44 -114.5z" />
184
+ <glyph unicode="&#xe8;" horiz-adv-x="1210" d="M92 0zM623 922q-97 0 -152 -61.5t-63 -174.5h428q-2 113 -59 174.5t-154 61.5zM666 -20q-270 0 -422 149t-152 422q0 281 140.5 434.5t388.5 153.5q237 0 369 -135t132 -373v-148h-721q5 -130 77 -203t202 -73q101 0 191 21t188 67v-236q-80 -40 -171 -59.5t-222 -19.5z M620 1241q-63 44 -185 142.5t-190 164.5v21h342q63 -101 235 -301v-27h-202z" />
185
+ <glyph unicode="&#xe9;" horiz-adv-x="1210" d="M92 0zM623 922q-97 0 -152 -61.5t-63 -174.5h428q-2 113 -59 174.5t-154 61.5zM666 -20q-270 0 -422 149t-152 422q0 281 140.5 434.5t388.5 153.5q237 0 369 -135t132 -373v-148h-721q5 -130 77 -203t202 -73q101 0 191 21t188 67v-236q-80 -40 -171 -59.5t-222 -19.5z M447 1241v27q172 200 235 301h342v-21q-52 -52 -177.5 -154.5t-196.5 -152.5h-203z" />
186
+ <glyph unicode="&#xea;" horiz-adv-x="1210" d="M92 0zM623 922q-97 0 -152 -61.5t-63 -174.5h428q-2 113 -59 174.5t-154 61.5zM666 -20q-270 0 -422 149t-152 422q0 281 140.5 434.5t388.5 153.5q237 0 369 -135t132 -373v-148h-721q5 -130 77 -203t202 -73q101 0 191 21t188 67v-236q-80 -40 -171 -59.5t-222 -19.5z M860 1241q-157 93 -234 176q-78 -81 -229 -176h-203v27q189 189 256 301h357q31 -52 107.5 -141.5t148.5 -159.5v-27h-203z" />
187
+ <glyph unicode="&#xeb;" horiz-adv-x="1210" d="M92 0zM623 922q-97 0 -152 -61.5t-63 -174.5h428q-2 113 -59 174.5t-154 61.5zM666 -20q-270 0 -422 149t-152 422q0 281 140.5 434.5t388.5 153.5q237 0 369 -135t132 -373v-148h-721q5 -130 77 -203t202 -73q101 0 191 21t188 67v-236q-80 -40 -171 -59.5t-222 -19.5z M297 1405q0 65 37.5 100t101.5 35q66 0 103.5 -37t37.5 -98q0 -60 -38 -96.5t-103 -36.5q-64 0 -101.5 35t-37.5 98zM700 1405q0 70 40.5 102.5t100.5 32.5q65 0 103.5 -36t38.5 -99q0 -61 -39 -97t-103 -36q-60 0 -100.5 32.5t-40.5 100.5z" />
188
+ <glyph unicode="&#xec;" horiz-adv-x="625" d="M0 0zM465 0h-305v1118h305v-1118zM274 1241q-63 44 -185 142.5t-190 164.5v21h342q63 -101 235 -301v-27h-202z" />
189
+ <glyph unicode="&#xed;" horiz-adv-x="625" d="M145 0zM465 0h-305v1118h305v-1118zM145 1241v27q172 200 235 301h342v-21q-52 -52 -177.5 -154.5t-196.5 -152.5h-203z" />
190
+ <glyph unicode="&#xee;" horiz-adv-x="625" d="M0 0zM465 0h-305v1118h305v-1118zM544 1241q-157 93 -234 176q-78 -81 -229 -176h-203v27q189 189 256 301h357q31 -52 107.5 -141.5t148.5 -159.5v-27h-203z" />
191
+ <glyph unicode="&#xef;" horiz-adv-x="625" d="M0 0zM465 0h-305v1118h305v-1118zM-29 1405q0 65 37.5 100t101.5 35q66 0 103.5 -37t37.5 -98q0 -60 -38 -96.5t-103 -36.5q-64 0 -101.5 35t-37.5 98zM374 1405q0 70 40.5 102.5t100.5 32.5q65 0 103.5 -36t38.5 -99q0 -61 -39 -97t-103 -36q-60 0 -100.5 32.5 t-40.5 100.5z" />
192
+ <glyph unicode="&#xf0;" horiz-adv-x="1268" d="M510 1303q-80 53 -152 92l101 176q144 -65 258 -141l225 139l100 -154l-170 -104q156 -143 230 -324.5t74 -413.5q0 -280 -145 -436.5t-400 -156.5q-245 0 -392 137t-147 372q0 233 130 369.5t351 136.5q205 0 275 -98l8 4q-67 162 -192 281l-230 -142l-100 156zM864 532 q0 108 -61 173t-168 65q-121 0 -176.5 -68.5t-55.5 -214.5q0 -140 60 -211t172 -71q123 0 176 82t53 245z" />
193
+ <glyph unicode="&#xf1;" horiz-adv-x="1346" d="M160 0zM1192 0h-305v653q0 121 -43 181.5t-137 60.5q-128 0 -185 -85.5t-57 -283.5v-526h-305v1118h233l41 -143h17q51 81 140.5 122.5t203.5 41.5q195 0 296 -105.5t101 -304.5v-729zM508 1346q-31 0 -59.5 -26.5t-41.5 -80.5h-149q11 145 82.5 227t189.5 82 q41 0 80.5 -16.5t78 -36t75.5 -35.5t73 -16q31 0 59.5 26t41.5 80h149q-11 -145 -83.5 -227t-188.5 -82q-41 0 -80.5 16.5t-78 36t-75.5 36t-73 16.5z" />
194
+ <glyph unicode="&#xf2;" horiz-adv-x="1268" d="M92 0zM403 561q0 -166 54.5 -251t177.5 -85q122 0 175.5 84.5t53.5 251.5q0 166 -54 249t-177 83q-122 0 -176 -82.5t-54 -249.5zM1176 561q0 -273 -144 -427t-401 -154q-161 0 -284 70.5t-189 202.5t-66 308q0 274 143 426t402 152q161 0 284 -70t189 -201t66 -307z M612 1241q-63 44 -185 142.5t-190 164.5v21h342q63 -101 235 -301v-27h-202z" />
195
+ <glyph unicode="&#xf3;" horiz-adv-x="1268" d="M92 0zM403 561q0 -166 54.5 -251t177.5 -85q122 0 175.5 84.5t53.5 251.5q0 166 -54 249t-177 83q-122 0 -176 -82.5t-54 -249.5zM1176 561q0 -273 -144 -427t-401 -154q-161 0 -284 70.5t-189 202.5t-66 308q0 274 143 426t402 152q161 0 284 -70t189 -201t66 -307z M467 1241v27q172 200 235 301h342v-21q-52 -52 -177.5 -154.5t-196.5 -152.5h-203z" />
196
+ <glyph unicode="&#xf4;" horiz-adv-x="1268" d="M92 0zM403 561q0 -166 54.5 -251t177.5 -85q122 0 175.5 84.5t53.5 251.5q0 166 -54 249t-177 83q-122 0 -176 -82.5t-54 -249.5zM1176 561q0 -273 -144 -427t-401 -154q-161 0 -284 70.5t-189 202.5t-66 308q0 274 143 426t402 152q161 0 284 -70t189 -201t66 -307z M864 1241q-157 93 -234 176q-78 -81 -229 -176h-203v27q189 189 256 301h357q31 -52 107.5 -141.5t148.5 -159.5v-27h-203z" />
197
+ <glyph unicode="&#xf5;" horiz-adv-x="1268" d="M92 0zM403 561q0 -166 54.5 -251t177.5 -85q122 0 175.5 84.5t53.5 251.5q0 166 -54 249t-177 83q-122 0 -176 -82.5t-54 -249.5zM1176 561q0 -273 -144 -427t-401 -154q-161 0 -284 70.5t-189 202.5t-66 308q0 274 143 426t402 152q161 0 284 -70t189 -201t66 -307z M469 1346q-31 0 -59.5 -26.5t-41.5 -80.5h-149q11 145 82.5 227t189.5 82q41 0 80.5 -16.5t78 -36t75.5 -35.5t73 -16q31 0 59.5 26t41.5 80h149q-11 -145 -83.5 -227t-188.5 -82q-41 0 -80.5 16.5t-78 36t-75.5 36t-73 16.5z" />
198
+ <glyph unicode="&#xf6;" horiz-adv-x="1268" d="M92 0zM403 561q0 -166 54.5 -251t177.5 -85q122 0 175.5 84.5t53.5 251.5q0 166 -54 249t-177 83q-122 0 -176 -82.5t-54 -249.5zM1176 561q0 -273 -144 -427t-401 -154q-161 0 -284 70.5t-189 202.5t-66 308q0 274 143 426t402 152q161 0 284 -70t189 -201t66 -307z M291 1405q0 65 37.5 100t101.5 35q66 0 103.5 -37t37.5 -98q0 -60 -38 -96.5t-103 -36.5q-64 0 -101.5 35t-37.5 98zM694 1405q0 70 40.5 102.5t100.5 32.5q65 0 103.5 -36t38.5 -99q0 -61 -39 -97t-103 -36q-60 0 -100.5 32.5t-40.5 100.5z" />
199
+ <glyph unicode="&#xf7;" d="M88 612v219h993v-219h-993zM444 373q0 76 37 113.5t103 37.5t102.5 -39t36.5 -112q0 -70 -37 -111t-102 -41t-102.5 39t-37.5 113zM444 1071q0 75 37 113.5t103 38.5q67 0 103 -40.5t36 -111.5q0 -70 -37 -110.5t-102 -40.5t-102.5 39t-37.5 112z" />
200
+ <glyph unicode="&#xf8;" horiz-adv-x="1268" d="M1176 561q0 -273 -144 -427t-401 -154q-126 0 -234 45l-67 -101l-154 105l68 100q-152 156 -152 432q0 274 143 426t402 152q132 0 248 -52l55 82l152 -108l-58 -84q142 -155 142 -416zM403 561q0 -94 19 -166l317 475q-43 23 -106 23q-122 0 -176 -82.5t-54 -249.5z M864 561q0 81 -12 141l-309 -462q38 -15 92 -15q122 0 175.5 84.5t53.5 251.5z" />
201
+ <glyph unicode="&#xf9;" horiz-adv-x="1346" d="M154 0zM952 0l-41 143h-16q-49 -78 -139 -120.5t-205 -42.5q-197 0 -297 105.5t-100 303.5v729h305v-653q0 -121 43 -181.5t137 -60.5q128 0 185 85.5t57 283.5v526h305v-1118h-234zM620 1241q-63 44 -185 142.5t-190 164.5v21h342q63 -101 235 -301v-27h-202z" />
202
+ <glyph unicode="&#xfa;" horiz-adv-x="1346" d="M154 0zM952 0l-41 143h-16q-49 -78 -139 -120.5t-205 -42.5q-197 0 -297 105.5t-100 303.5v729h305v-653q0 -121 43 -181.5t137 -60.5q128 0 185 85.5t57 283.5v526h305v-1118h-234zM498 1241v27q172 200 235 301h342v-21q-52 -52 -177.5 -154.5t-196.5 -152.5h-203z" />
203
+ <glyph unicode="&#xfb;" horiz-adv-x="1346" d="M154 0zM952 0l-41 143h-16q-49 -78 -139 -120.5t-205 -42.5q-197 0 -297 105.5t-100 303.5v729h305v-653q0 -121 43 -181.5t137 -60.5q128 0 185 85.5t57 283.5v526h305v-1118h-234zM901 1241q-157 93 -234 176q-78 -81 -229 -176h-203v27q189 189 256 301h357 q31 -52 107.5 -141.5t148.5 -159.5v-27h-203z" />
204
+ <glyph unicode="&#xfc;" horiz-adv-x="1346" d="M154 0zM952 0l-41 143h-16q-49 -78 -139 -120.5t-205 -42.5q-197 0 -297 105.5t-100 303.5v729h305v-653q0 -121 43 -181.5t137 -60.5q128 0 185 85.5t57 283.5v526h305v-1118h-234zM326 1405q0 65 37.5 100t101.5 35q66 0 103.5 -37t37.5 -98q0 -60 -38 -96.5 t-103 -36.5q-64 0 -101.5 35t-37.5 98zM729 1405q0 70 40.5 102.5t100.5 32.5q65 0 103.5 -36t38.5 -99q0 -61 -39 -97t-103 -36q-60 0 -100.5 32.5t-40.5 100.5z" />
205
+ <glyph unicode="&#xfd;" horiz-adv-x="1165" d="M0 0zM0 1118h334l211 -629q27 -82 37 -194h6q11 103 43 194l207 629h327l-473 -1261q-65 -175 -185.5 -262t-281.5 -87q-79 0 -155 17v242q55 -13 120 -13q81 0 141.5 49.5t94.5 149.5l18 55zM393 1241v27q172 200 235 301h342v-21q-52 -52 -177.5 -154.5t-196.5 -152.5 h-203z" />
206
+ <glyph unicode="&#xfe;" horiz-adv-x="1296" d="M465 973q50 81 131 123.5t186 42.5q198 0 310 -154.5t112 -423.5q0 -273 -111.5 -427t-310.5 -154q-213 0 -317 137h-14l7 -62l7 -94v-453h-305v2048h305v-391l-7 -120l-7 -72h14zM684 895q-113 0 -165 -69.5t-54 -229.5v-33q0 -180 53.5 -258t169.5 -78q205 0 205 338 q0 165 -50.5 247.5t-158.5 82.5z" />
207
+ <glyph unicode="&#xff;" horiz-adv-x="1165" d="M0 0zM0 1118h334l211 -629q27 -82 37 -194h6q11 103 43 194l207 629h327l-473 -1261q-65 -175 -185.5 -262t-281.5 -87q-79 0 -155 17v242q55 -13 120 -13q81 0 141.5 49.5t94.5 149.5l18 55zM243 1405q0 65 37.5 100t101.5 35q66 0 103.5 -37t37.5 -98q0 -60 -38 -96.5 t-103 -36.5q-64 0 -101.5 35t-37.5 98zM646 1405q0 70 40.5 102.5t100.5 32.5q65 0 103.5 -36t38.5 -99q0 -61 -39 -97t-103 -36q-60 0 -100.5 32.5t-40.5 100.5z" />
208
+ <glyph unicode="&#x131;" horiz-adv-x="625" d="M465 0h-305v1118h305v-1118z" />
209
+ <glyph unicode="&#x152;" horiz-adv-x="1993" d="M1872 0h-873q-38 -9 -109 -14.5t-116 -5.5q-319 0 -487 197t-168 558q0 363 169.5 556.5t487.5 193.5q61 0 127 -7t101 -16h868v-254h-563v-321h526v-254h-526v-377h563v-256zM776 1227q-166 0 -252 -125.5t-86 -368.5q0 -244 86 -368.5t250 -124.5q65 0 126 10.5 t99 28.5v907q-35 19 -101.5 30t-121.5 11z" />
210
+ <glyph unicode="&#x153;" horiz-adv-x="2003" d="M1446 -20q-271 0 -420 155q-141 -155 -391 -155q-162 0 -286 70t-190.5 202t-66.5 309q0 277 141.5 427.5t399.5 150.5q112 0 212 -39.5t171 -116.5q144 156 383 156q244 0 380 -135t136 -373v-148h-746v-8q7 -127 81.5 -197.5t207.5 -70.5q107 0 200 21t193 67v-236 q-81 -39 -175.5 -59t-229.5 -20zM403 561q0 -166 54.5 -251t177.5 -85q122 0 175.5 84.5t53.5 251.5q0 166 -54 249t-177 83q-122 0 -176 -82.5t-54 -249.5zM1405 922q-94 0 -156 -57.5t-71 -178.5h450q-2 111 -60.5 173.5t-162.5 62.5z" />
211
+ <glyph unicode="&#x178;" horiz-adv-x="1278" d="M0 0zM639 860l305 602h334l-485 -893v-569h-308v559l-485 903h336zM297 1743q0 65 37.5 100t101.5 35q66 0 103.5 -37t37.5 -98q0 -60 -38 -96.5t-103 -36.5q-64 0 -101.5 35t-37.5 98zM700 1743q0 70 40.5 102.5t100.5 32.5q65 0 103.5 -36t38.5 -99q0 -61 -39 -97 t-103 -36q-60 0 -100.5 32.5t-40.5 100.5z" />
212
+ <glyph unicode="&#x2c6;" horiz-adv-x="1243" d="M852 1241q-157 93 -234 176q-78 -81 -229 -176h-203v27q189 189 256 301h357q31 -52 107.5 -141.5t148.5 -159.5v-27h-203z" />
213
+ <glyph unicode="&#x2da;" horiz-adv-x="1182" d="M842 1479q0 -108 -71 -174t-183 -66t-180 64t-68 174q0 108 67.5 172.5t180.5 64.5q110 0 182 -66t72 -169zM684 1477q0 45 -27 70.5t-69 25.5t-69 -25.5t-27 -70.5t24 -71t72 -26q42 0 69 26t27 71z" />
214
+ <glyph unicode="&#x2dc;" horiz-adv-x="1243" d="M457 1346q-31 0 -59.5 -26.5t-41.5 -80.5h-149q11 145 82.5 227t189.5 82q41 0 80.5 -16.5t78 -36t75.5 -35.5t73 -16q31 0 59.5 26t41.5 80h149q-11 -145 -83.5 -227t-188.5 -82q-41 0 -80.5 16.5t-78 36t-75.5 36t-73 16.5z" />
215
+ <glyph unicode="&#x2000;" horiz-adv-x="953" />
216
+ <glyph unicode="&#x2001;" horiz-adv-x="1907" />
217
+ <glyph unicode="&#x2002;" horiz-adv-x="953" />
218
+ <glyph unicode="&#x2003;" horiz-adv-x="1907" />
219
+ <glyph unicode="&#x2004;" horiz-adv-x="635" />
220
+ <glyph unicode="&#x2005;" horiz-adv-x="476" />
221
+ <glyph unicode="&#x2006;" horiz-adv-x="317" />
222
+ <glyph unicode="&#x2007;" horiz-adv-x="317" />
223
+ <glyph unicode="&#x2008;" horiz-adv-x="238" />
224
+ <glyph unicode="&#x2009;" horiz-adv-x="381" />
225
+ <glyph unicode="&#x200a;" horiz-adv-x="105" />
226
+ <glyph unicode="&#x2010;" horiz-adv-x="659" d="M61 424v250h537v-250h-537z" />
227
+ <glyph unicode="&#x2011;" horiz-adv-x="659" d="M61 424v250h537v-250h-537z" />
228
+ <glyph unicode="&#x2012;" horiz-adv-x="659" d="M61 424v250h537v-250h-537z" />
229
+ <glyph unicode="&#x2013;" horiz-adv-x="1024" d="M82 436v230h860v-230h-860z" />
230
+ <glyph unicode="&#x2014;" horiz-adv-x="2048" d="M82 436v230h1884v-230h-1884z" />
231
+ <glyph unicode="&#x2018;" horiz-adv-x="444" d="M39 961l-14 22q22 91 72.5 228.5t103.5 250.5h219q-66 -267 -101 -501h-280z" />
232
+ <glyph unicode="&#x2019;" horiz-adv-x="444" d="M406 1462l14 -22q-50 -197 -176 -479h-219q69 296 100 501h281z" />
233
+ <glyph unicode="&#x201a;" horiz-adv-x="596" d="M459 215q-52 -202 -176 -479h-220q65 266 101 502h280z" />
234
+ <glyph unicode="&#x201c;" horiz-adv-x="911" d="M492 983q22 91 72.5 228.5t103.5 250.5h219q-66 -267 -101 -501h-280zM25 983q22 91 72.5 228.5t103.5 250.5h219q-66 -267 -101 -501h-280z" />
235
+ <glyph unicode="&#x201d;" horiz-adv-x="911" d="M420 1440q-50 -197 -176 -479h-219q69 296 100 501h281zM887 1440q-50 -197 -176 -479h-219q69 296 100 501h280z" />
236
+ <glyph unicode="&#x201e;" horiz-adv-x="1061" d="M459 215q-52 -202 -176 -479h-220q65 266 101 502h280zM926 215q-52 -202 -176 -479h-220q65 266 101 502h280z" />
237
+ <glyph unicode="&#x2022;" horiz-adv-x="770" d="M98 748q0 154 74 235.5t213 81.5q137 0 212 -82t75 -235q0 -152 -75.5 -235t-211.5 -83q-138 0 -212.5 83t-74.5 235z" />
238
+ <glyph unicode="&#x2026;" horiz-adv-x="1751" d="M117 143q0 84 45 127t131 43q83 0 128.5 -44t45.5 -126q0 -79 -46 -124.5t-128 -45.5q-84 0 -130 44.5t-46 125.5zM700 143q0 84 45 127t132 43q83 0 128.5 -44t45.5 -126q0 -79 -46 -124.5t-128 -45.5q-85 0 -131 44.5t-46 125.5zM1284 143q0 84 45 127t131 43 q83 0 128.5 -44t45.5 -126q0 -79 -46 -124.5t-128 -45.5q-84 0 -130 44.5t-46 125.5z" />
239
+ <glyph unicode="&#x202f;" horiz-adv-x="381" />
240
+ <glyph unicode="&#x2039;" horiz-adv-x="754" d="M82 573l371 455l219 -119l-279 -348l279 -348l-219 -119l-371 453v26z" />
241
+ <glyph unicode="&#x203a;" horiz-adv-x="754" d="M672 547l-371 -453l-219 119l278 348l-278 348l219 119l371 -455v-26z" />
242
+ <glyph unicode="&#x2044;" horiz-adv-x="266" d="M657 1462l-811 -1462h-239l811 1462h239z" />
243
+ <glyph unicode="&#x205f;" horiz-adv-x="476" />
244
+ <glyph unicode="&#x2074;" horiz-adv-x="776" d="M758 737h-125v-151h-238v151h-383v154l385 577h236v-563h125v-168zM395 905v164q0 86 6 184q-9 -26 -35.5 -80t-41.5 -77l-127 -191h198z" />
245
+ <glyph unicode="&#x20ac;" d="M803 1225q-122 0 -201 -70.5t-102 -204.5h403v-176h-418l-2 -35v-47l2 -33h355v-178h-338q51 -243 321 -243q143 0 275 57v-256q-116 -59 -293 -59q-245 0 -403 133t-199 368h-137v178h118q-4 23 -4 62l2 53h-116v176h133q37 242 199 382.5t405 140.5q188 0 352 -82 l-98 -232q-69 31 -129 48.5t-125 17.5z" />
246
+ <glyph unicode="&#x2122;" horiz-adv-x="1534" d="M381 741h-168v572h-197v149h564v-149h-199v-572zM956 741l-165 529h-7l4 -111v-418h-163v721h247l160 -510l170 510h240v-721h-168v408l4 121h-6l-174 -529h-142z" />
247
+ <glyph unicode="&#xe000;" horiz-adv-x="1120" d="M0 1120h1120v-1120h-1120v1120z" />
248
+ <glyph horiz-adv-x="1296" d="M0 0z" />
249
+ <hkern u1="&#x22;" u2="&#x178;" k="-20" />
250
+ <hkern u1="&#x22;" u2="&#x153;" k="123" />
251
+ <hkern u1="&#x22;" u2="&#xfc;" k="61" />
252
+ <hkern u1="&#x22;" u2="&#xfb;" k="61" />
253
+ <hkern u1="&#x22;" u2="&#xfa;" k="61" />
254
+ <hkern u1="&#x22;" u2="&#xf9;" k="61" />
255
+ <hkern u1="&#x22;" u2="&#xf8;" k="123" />
256
+ <hkern u1="&#x22;" u2="&#xf6;" k="123" />
257
+ <hkern u1="&#x22;" u2="&#xf5;" k="123" />
258
+ <hkern u1="&#x22;" u2="&#xf4;" k="123" />
259
+ <hkern u1="&#x22;" u2="&#xf3;" k="123" />
260
+ <hkern u1="&#x22;" u2="&#xf2;" k="123" />
261
+ <hkern u1="&#x22;" u2="&#xeb;" k="123" />
262
+ <hkern u1="&#x22;" u2="&#xea;" k="123" />
263
+ <hkern u1="&#x22;" u2="&#xe9;" k="123" />
264
+ <hkern u1="&#x22;" u2="&#xe8;" k="123" />
265
+ <hkern u1="&#x22;" u2="&#xe7;" k="123" />
266
+ <hkern u1="&#x22;" u2="&#xe6;" k="82" />
267
+ <hkern u1="&#x22;" u2="&#xe5;" k="82" />
268
+ <hkern u1="&#x22;" u2="&#xe4;" k="82" />
269
+ <hkern u1="&#x22;" u2="&#xe3;" k="82" />
270
+ <hkern u1="&#x22;" u2="&#xe2;" k="82" />
271
+ <hkern u1="&#x22;" u2="&#xe1;" k="82" />
272
+ <hkern u1="&#x22;" u2="&#xe0;" k="123" />
273
+ <hkern u1="&#x22;" u2="&#xdd;" k="-20" />
274
+ <hkern u1="&#x22;" u2="&#xc5;" k="143" />
275
+ <hkern u1="&#x22;" u2="&#xc4;" k="143" />
276
+ <hkern u1="&#x22;" u2="&#xc3;" k="143" />
277
+ <hkern u1="&#x22;" u2="&#xc2;" k="143" />
278
+ <hkern u1="&#x22;" u2="&#xc1;" k="143" />
279
+ <hkern u1="&#x22;" u2="&#xc0;" k="143" />
280
+ <hkern u1="&#x22;" u2="u" k="61" />
281
+ <hkern u1="&#x22;" u2="s" k="61" />
282
+ <hkern u1="&#x22;" u2="r" k="61" />
283
+ <hkern u1="&#x22;" u2="q" k="123" />
284
+ <hkern u1="&#x22;" u2="p" k="61" />
285
+ <hkern u1="&#x22;" u2="o" k="123" />
286
+ <hkern u1="&#x22;" u2="n" k="61" />
287
+ <hkern u1="&#x22;" u2="m" k="61" />
288
+ <hkern u1="&#x22;" u2="g" k="61" />
289
+ <hkern u1="&#x22;" u2="e" k="123" />
290
+ <hkern u1="&#x22;" u2="d" k="123" />
291
+ <hkern u1="&#x22;" u2="c" k="123" />
292
+ <hkern u1="&#x22;" u2="a" k="82" />
293
+ <hkern u1="&#x22;" u2="Y" k="-20" />
294
+ <hkern u1="&#x22;" u2="W" k="-41" />
295
+ <hkern u1="&#x22;" u2="V" k="-41" />
296
+ <hkern u1="&#x22;" u2="T" k="-41" />
297
+ <hkern u1="&#x22;" u2="A" k="143" />
298
+ <hkern u1="&#x27;" u2="&#x178;" k="-20" />
299
+ <hkern u1="&#x27;" u2="&#x153;" k="123" />
300
+ <hkern u1="&#x27;" u2="&#xfc;" k="61" />
301
+ <hkern u1="&#x27;" u2="&#xfb;" k="61" />
302
+ <hkern u1="&#x27;" u2="&#xfa;" k="61" />
303
+ <hkern u1="&#x27;" u2="&#xf9;" k="61" />
304
+ <hkern u1="&#x27;" u2="&#xf8;" k="123" />
305
+ <hkern u1="&#x27;" u2="&#xf6;" k="123" />
306
+ <hkern u1="&#x27;" u2="&#xf5;" k="123" />
307
+ <hkern u1="&#x27;" u2="&#xf4;" k="123" />
308
+ <hkern u1="&#x27;" u2="&#xf3;" k="123" />
309
+ <hkern u1="&#x27;" u2="&#xf2;" k="123" />
310
+ <hkern u1="&#x27;" u2="&#xeb;" k="123" />
311
+ <hkern u1="&#x27;" u2="&#xea;" k="123" />
312
+ <hkern u1="&#x27;" u2="&#xe9;" k="123" />
313
+ <hkern u1="&#x27;" u2="&#xe8;" k="123" />
314
+ <hkern u1="&#x27;" u2="&#xe7;" k="123" />
315
+ <hkern u1="&#x27;" u2="&#xe6;" k="82" />
316
+ <hkern u1="&#x27;" u2="&#xe5;" k="82" />
317
+ <hkern u1="&#x27;" u2="&#xe4;" k="82" />
318
+ <hkern u1="&#x27;" u2="&#xe3;" k="82" />
319
+ <hkern u1="&#x27;" u2="&#xe2;" k="82" />
320
+ <hkern u1="&#x27;" u2="&#xe1;" k="82" />
321
+ <hkern u1="&#x27;" u2="&#xe0;" k="123" />
322
+ <hkern u1="&#x27;" u2="&#xdd;" k="-20" />
323
+ <hkern u1="&#x27;" u2="&#xc5;" k="143" />
324
+ <hkern u1="&#x27;" u2="&#xc4;" k="143" />
325
+ <hkern u1="&#x27;" u2="&#xc3;" k="143" />
326
+ <hkern u1="&#x27;" u2="&#xc2;" k="143" />
327
+ <hkern u1="&#x27;" u2="&#xc1;" k="143" />
328
+ <hkern u1="&#x27;" u2="&#xc0;" k="143" />
329
+ <hkern u1="&#x27;" u2="u" k="61" />
330
+ <hkern u1="&#x27;" u2="s" k="61" />
331
+ <hkern u1="&#x27;" u2="r" k="61" />
332
+ <hkern u1="&#x27;" u2="q" k="123" />
333
+ <hkern u1="&#x27;" u2="p" k="61" />
334
+ <hkern u1="&#x27;" u2="o" k="123" />
335
+ <hkern u1="&#x27;" u2="n" k="61" />
336
+ <hkern u1="&#x27;" u2="m" k="61" />
337
+ <hkern u1="&#x27;" u2="g" k="61" />
338
+ <hkern u1="&#x27;" u2="e" k="123" />
339
+ <hkern u1="&#x27;" u2="d" k="123" />
340
+ <hkern u1="&#x27;" u2="c" k="123" />
341
+ <hkern u1="&#x27;" u2="a" k="82" />
342
+ <hkern u1="&#x27;" u2="Y" k="-20" />
343
+ <hkern u1="&#x27;" u2="W" k="-41" />
344
+ <hkern u1="&#x27;" u2="V" k="-41" />
345
+ <hkern u1="&#x27;" u2="T" k="-41" />
346
+ <hkern u1="&#x27;" u2="A" k="143" />
347
+ <hkern u1="&#x28;" u2="J" k="-184" />
348
+ <hkern u1="&#x2c;" u2="&#x178;" k="123" />
349
+ <hkern u1="&#x2c;" u2="&#x152;" k="102" />
350
+ <hkern u1="&#x2c;" u2="&#xdd;" k="123" />
351
+ <hkern u1="&#x2c;" u2="&#xdc;" k="41" />
352
+ <hkern u1="&#x2c;" u2="&#xdb;" k="41" />
353
+ <hkern u1="&#x2c;" u2="&#xda;" k="41" />
354
+ <hkern u1="&#x2c;" u2="&#xd9;" k="41" />
355
+ <hkern u1="&#x2c;" u2="&#xd8;" k="102" />
356
+ <hkern u1="&#x2c;" u2="&#xd6;" k="102" />
357
+ <hkern u1="&#x2c;" u2="&#xd5;" k="102" />
358
+ <hkern u1="&#x2c;" u2="&#xd4;" k="102" />
359
+ <hkern u1="&#x2c;" u2="&#xd3;" k="102" />
360
+ <hkern u1="&#x2c;" u2="&#xd2;" k="102" />
361
+ <hkern u1="&#x2c;" u2="&#xc7;" k="102" />
362
+ <hkern u1="&#x2c;" u2="Y" k="123" />
363
+ <hkern u1="&#x2c;" u2="W" k="123" />
364
+ <hkern u1="&#x2c;" u2="V" k="123" />
365
+ <hkern u1="&#x2c;" u2="U" k="41" />
366
+ <hkern u1="&#x2c;" u2="T" k="143" />
367
+ <hkern u1="&#x2c;" u2="Q" k="102" />
368
+ <hkern u1="&#x2c;" u2="O" k="102" />
369
+ <hkern u1="&#x2c;" u2="G" k="102" />
370
+ <hkern u1="&#x2c;" u2="C" k="102" />
371
+ <hkern u1="&#x2d;" u2="T" k="82" />
372
+ <hkern u1="&#x2e;" u2="&#x178;" k="123" />
373
+ <hkern u1="&#x2e;" u2="&#x152;" k="102" />
374
+ <hkern u1="&#x2e;" u2="&#xdd;" k="123" />
375
+ <hkern u1="&#x2e;" u2="&#xdc;" k="41" />
376
+ <hkern u1="&#x2e;" u2="&#xdb;" k="41" />
377
+ <hkern u1="&#x2e;" u2="&#xda;" k="41" />
378
+ <hkern u1="&#x2e;" u2="&#xd9;" k="41" />
379
+ <hkern u1="&#x2e;" u2="&#xd8;" k="102" />
380
+ <hkern u1="&#x2e;" u2="&#xd6;" k="102" />
381
+ <hkern u1="&#x2e;" u2="&#xd5;" k="102" />
382
+ <hkern u1="&#x2e;" u2="&#xd4;" k="102" />
383
+ <hkern u1="&#x2e;" u2="&#xd3;" k="102" />
384
+ <hkern u1="&#x2e;" u2="&#xd2;" k="102" />
385
+ <hkern u1="&#x2e;" u2="&#xc7;" k="102" />
386
+ <hkern u1="&#x2e;" u2="Y" k="123" />
387
+ <hkern u1="&#x2e;" u2="W" k="123" />
388
+ <hkern u1="&#x2e;" u2="V" k="123" />
389
+ <hkern u1="&#x2e;" u2="U" k="41" />
390
+ <hkern u1="&#x2e;" u2="T" k="143" />
391
+ <hkern u1="&#x2e;" u2="Q" k="102" />
392
+ <hkern u1="&#x2e;" u2="O" k="102" />
393
+ <hkern u1="&#x2e;" u2="G" k="102" />
394
+ <hkern u1="&#x2e;" u2="C" k="102" />
395
+ <hkern u1="A" u2="&#x201d;" k="143" />
396
+ <hkern u1="A" u2="&#x2019;" k="143" />
397
+ <hkern u1="A" u2="&#x178;" k="123" />
398
+ <hkern u1="A" u2="&#x152;" k="41" />
399
+ <hkern u1="A" u2="&#xdd;" k="123" />
400
+ <hkern u1="A" u2="&#xd8;" k="41" />
401
+ <hkern u1="A" u2="&#xd6;" k="41" />
402
+ <hkern u1="A" u2="&#xd5;" k="41" />
403
+ <hkern u1="A" u2="&#xd4;" k="41" />
404
+ <hkern u1="A" u2="&#xd3;" k="41" />
405
+ <hkern u1="A" u2="&#xd2;" k="41" />
406
+ <hkern u1="A" u2="&#xc7;" k="41" />
407
+ <hkern u1="A" u2="Y" k="123" />
408
+ <hkern u1="A" u2="W" k="82" />
409
+ <hkern u1="A" u2="V" k="82" />
410
+ <hkern u1="A" u2="T" k="143" />
411
+ <hkern u1="A" u2="Q" k="41" />
412
+ <hkern u1="A" u2="O" k="41" />
413
+ <hkern u1="A" u2="J" k="-266" />
414
+ <hkern u1="A" u2="G" k="41" />
415
+ <hkern u1="A" u2="C" k="41" />
416
+ <hkern u1="A" u2="&#x27;" k="143" />
417
+ <hkern u1="A" u2="&#x22;" k="143" />
418
+ <hkern u1="B" u2="&#x201e;" k="82" />
419
+ <hkern u1="B" u2="&#x201a;" k="82" />
420
+ <hkern u1="B" u2="&#x178;" k="20" />
421
+ <hkern u1="B" u2="&#xdd;" k="20" />
422
+ <hkern u1="B" u2="&#xc5;" k="41" />
423
+ <hkern u1="B" u2="&#xc4;" k="41" />
424
+ <hkern u1="B" u2="&#xc3;" k="41" />
425
+ <hkern u1="B" u2="&#xc2;" k="41" />
426
+ <hkern u1="B" u2="&#xc1;" k="41" />
427
+ <hkern u1="B" u2="&#xc0;" k="41" />
428
+ <hkern u1="B" u2="Z" k="20" />
429
+ <hkern u1="B" u2="Y" k="20" />
430
+ <hkern u1="B" u2="X" k="41" />
431
+ <hkern u1="B" u2="W" k="20" />
432
+ <hkern u1="B" u2="V" k="20" />
433
+ <hkern u1="B" u2="T" k="61" />
434
+ <hkern u1="B" u2="A" k="41" />
435
+ <hkern u1="B" u2="&#x2e;" k="82" />
436
+ <hkern u1="B" u2="&#x2c;" k="82" />
437
+ <hkern u1="C" u2="&#x152;" k="41" />
438
+ <hkern u1="C" u2="&#xd8;" k="41" />
439
+ <hkern u1="C" u2="&#xd6;" k="41" />
440
+ <hkern u1="C" u2="&#xd5;" k="41" />
441
+ <hkern u1="C" u2="&#xd4;" k="41" />
442
+ <hkern u1="C" u2="&#xd3;" k="41" />
443
+ <hkern u1="C" u2="&#xd2;" k="41" />
444
+ <hkern u1="C" u2="&#xc7;" k="41" />
445
+ <hkern u1="C" u2="Q" k="41" />
446
+ <hkern u1="C" u2="O" k="41" />
447
+ <hkern u1="C" u2="G" k="41" />
448
+ <hkern u1="C" u2="C" k="41" />
449
+ <hkern u1="D" u2="&#x201e;" k="82" />
450
+ <hkern u1="D" u2="&#x201a;" k="82" />
451
+ <hkern u1="D" u2="&#x178;" k="20" />
452
+ <hkern u1="D" u2="&#xdd;" k="20" />
453
+ <hkern u1="D" u2="&#xc5;" k="41" />
454
+ <hkern u1="D" u2="&#xc4;" k="41" />
455
+ <hkern u1="D" u2="&#xc3;" k="41" />
456
+ <hkern u1="D" u2="&#xc2;" k="41" />
457
+ <hkern u1="D" u2="&#xc1;" k="41" />
458
+ <hkern u1="D" u2="&#xc0;" k="41" />
459
+ <hkern u1="D" u2="Z" k="20" />
460
+ <hkern u1="D" u2="Y" k="20" />
461
+ <hkern u1="D" u2="X" k="41" />
462
+ <hkern u1="D" u2="W" k="20" />
463
+ <hkern u1="D" u2="V" k="20" />
464
+ <hkern u1="D" u2="T" k="61" />
465
+ <hkern u1="D" u2="A" k="41" />
466
+ <hkern u1="D" u2="&#x2e;" k="82" />
467
+ <hkern u1="D" u2="&#x2c;" k="82" />
468
+ <hkern u1="E" u2="J" k="-123" />
469
+ <hkern u1="F" u2="&#x201e;" k="123" />
470
+ <hkern u1="F" u2="&#x201a;" k="123" />
471
+ <hkern u1="F" u2="&#xc5;" k="41" />
472
+ <hkern u1="F" u2="&#xc4;" k="41" />
473
+ <hkern u1="F" u2="&#xc3;" k="41" />
474
+ <hkern u1="F" u2="&#xc2;" k="41" />
475
+ <hkern u1="F" u2="&#xc1;" k="41" />
476
+ <hkern u1="F" u2="&#xc0;" k="41" />
477
+ <hkern u1="F" u2="A" k="41" />
478
+ <hkern u1="F" u2="&#x3f;" k="-41" />
479
+ <hkern u1="F" u2="&#x2e;" k="123" />
480
+ <hkern u1="F" u2="&#x2c;" k="123" />
481
+ <hkern u1="K" u2="&#x152;" k="41" />
482
+ <hkern u1="K" u2="&#xd8;" k="41" />
483
+ <hkern u1="K" u2="&#xd6;" k="41" />
484
+ <hkern u1="K" u2="&#xd5;" k="41" />
485
+ <hkern u1="K" u2="&#xd4;" k="41" />
486
+ <hkern u1="K" u2="&#xd3;" k="41" />
487
+ <hkern u1="K" u2="&#xd2;" k="41" />
488
+ <hkern u1="K" u2="&#xc7;" k="41" />
489
+ <hkern u1="K" u2="Q" k="41" />
490
+ <hkern u1="K" u2="O" k="41" />
491
+ <hkern u1="K" u2="G" k="41" />
492
+ <hkern u1="K" u2="C" k="41" />
493
+ <hkern u1="L" u2="&#x201d;" k="164" />
494
+ <hkern u1="L" u2="&#x2019;" k="164" />
495
+ <hkern u1="L" u2="&#x178;" k="61" />
496
+ <hkern u1="L" u2="&#x152;" k="41" />
497
+ <hkern u1="L" u2="&#xdd;" k="61" />
498
+ <hkern u1="L" u2="&#xdc;" k="20" />
499
+ <hkern u1="L" u2="&#xdb;" k="20" />
500
+ <hkern u1="L" u2="&#xda;" k="20" />
501
+ <hkern u1="L" u2="&#xd9;" k="20" />
502
+ <hkern u1="L" u2="&#xd8;" k="41" />
503
+ <hkern u1="L" u2="&#xd6;" k="41" />
504
+ <hkern u1="L" u2="&#xd5;" k="41" />
505
+ <hkern u1="L" u2="&#xd4;" k="41" />
506
+ <hkern u1="L" u2="&#xd3;" k="41" />
507
+ <hkern u1="L" u2="&#xd2;" k="41" />
508
+ <hkern u1="L" u2="&#xc7;" k="41" />
509
+ <hkern u1="L" u2="Y" k="61" />
510
+ <hkern u1="L" u2="W" k="41" />
511
+ <hkern u1="L" u2="V" k="41" />
512
+ <hkern u1="L" u2="U" k="20" />
513
+ <hkern u1="L" u2="T" k="41" />
514
+ <hkern u1="L" u2="Q" k="41" />
515
+ <hkern u1="L" u2="O" k="41" />
516
+ <hkern u1="L" u2="G" k="41" />
517
+ <hkern u1="L" u2="C" k="41" />
518
+ <hkern u1="L" u2="&#x27;" k="164" />
519
+ <hkern u1="L" u2="&#x22;" k="164" />
520
+ <hkern u1="O" u2="&#x201e;" k="82" />
521
+ <hkern u1="O" u2="&#x201a;" k="82" />
522
+ <hkern u1="O" u2="&#x178;" k="20" />
523
+ <hkern u1="O" u2="&#xdd;" k="20" />
524
+ <hkern u1="O" u2="&#xc5;" k="41" />
525
+ <hkern u1="O" u2="&#xc4;" k="41" />
526
+ <hkern u1="O" u2="&#xc3;" k="41" />
527
+ <hkern u1="O" u2="&#xc2;" k="41" />
528
+ <hkern u1="O" u2="&#xc1;" k="41" />
529
+ <hkern u1="O" u2="&#xc0;" k="41" />
530
+ <hkern u1="O" u2="Z" k="20" />
531
+ <hkern u1="O" u2="Y" k="20" />
532
+ <hkern u1="O" u2="X" k="41" />
533
+ <hkern u1="O" u2="W" k="20" />
534
+ <hkern u1="O" u2="V" k="20" />
535
+ <hkern u1="O" u2="T" k="61" />
536
+ <hkern u1="O" u2="A" k="41" />
537
+ <hkern u1="O" u2="&#x2e;" k="82" />
538
+ <hkern u1="O" u2="&#x2c;" k="82" />
539
+ <hkern u1="P" u2="&#x201e;" k="266" />
540
+ <hkern u1="P" u2="&#x201a;" k="266" />
541
+ <hkern u1="P" u2="&#xc5;" k="102" />
542
+ <hkern u1="P" u2="&#xc4;" k="102" />
543
+ <hkern u1="P" u2="&#xc3;" k="102" />
544
+ <hkern u1="P" u2="&#xc2;" k="102" />
545
+ <hkern u1="P" u2="&#xc1;" k="102" />
546
+ <hkern u1="P" u2="&#xc0;" k="102" />
547
+ <hkern u1="P" u2="Z" k="20" />
548
+ <hkern u1="P" u2="X" k="41" />
549
+ <hkern u1="P" u2="A" k="102" />
550
+ <hkern u1="P" u2="&#x2e;" k="266" />
551
+ <hkern u1="P" u2="&#x2c;" k="266" />
552
+ <hkern u1="Q" u2="&#x201e;" k="82" />
553
+ <hkern u1="Q" u2="&#x201a;" k="82" />
554
+ <hkern u1="Q" u2="&#x178;" k="20" />
555
+ <hkern u1="Q" u2="&#xdd;" k="20" />
556
+ <hkern u1="Q" u2="&#xc5;" k="41" />
557
+ <hkern u1="Q" u2="&#xc4;" k="41" />
558
+ <hkern u1="Q" u2="&#xc3;" k="41" />
559
+ <hkern u1="Q" u2="&#xc2;" k="41" />
560
+ <hkern u1="Q" u2="&#xc1;" k="41" />
561
+ <hkern u1="Q" u2="&#xc0;" k="41" />
562
+ <hkern u1="Q" u2="Z" k="20" />
563
+ <hkern u1="Q" u2="Y" k="20" />
564
+ <hkern u1="Q" u2="X" k="41" />
565
+ <hkern u1="Q" u2="W" k="20" />
566
+ <hkern u1="Q" u2="V" k="20" />
567
+ <hkern u1="Q" u2="T" k="61" />
568
+ <hkern u1="Q" u2="A" k="41" />
569
+ <hkern u1="Q" u2="&#x2e;" k="82" />
570
+ <hkern u1="Q" u2="&#x2c;" k="82" />
571
+ <hkern u1="T" u2="&#x201e;" k="123" />
572
+ <hkern u1="T" u2="&#x201a;" k="123" />
573
+ <hkern u1="T" u2="&#x2014;" k="82" />
574
+ <hkern u1="T" u2="&#x2013;" k="82" />
575
+ <hkern u1="T" u2="&#x153;" k="143" />
576
+ <hkern u1="T" u2="&#x152;" k="41" />
577
+ <hkern u1="T" u2="&#xfd;" k="41" />
578
+ <hkern u1="T" u2="&#xfc;" k="102" />
579
+ <hkern u1="T" u2="&#xfb;" k="102" />
580
+ <hkern u1="T" u2="&#xfa;" k="102" />
581
+ <hkern u1="T" u2="&#xf9;" k="102" />
582
+ <hkern u1="T" u2="&#xf8;" k="143" />
583
+ <hkern u1="T" u2="&#xf6;" k="143" />
584
+ <hkern u1="T" u2="&#xf5;" k="143" />
585
+ <hkern u1="T" u2="&#xf4;" k="143" />
586
+ <hkern u1="T" u2="&#xf3;" k="143" />
587
+ <hkern u1="T" u2="&#xf2;" k="143" />
588
+ <hkern u1="T" u2="&#xeb;" k="143" />
589
+ <hkern u1="T" u2="&#xea;" k="143" />
590
+ <hkern u1="T" u2="&#xe9;" k="143" />
591
+ <hkern u1="T" u2="&#xe8;" k="143" />
592
+ <hkern u1="T" u2="&#xe7;" k="143" />
593
+ <hkern u1="T" u2="&#xe6;" k="164" />
594
+ <hkern u1="T" u2="&#xe5;" k="164" />
595
+ <hkern u1="T" u2="&#xe4;" k="164" />
596
+ <hkern u1="T" u2="&#xe3;" k="164" />
597
+ <hkern u1="T" u2="&#xe2;" k="164" />
598
+ <hkern u1="T" u2="&#xe1;" k="164" />
599
+ <hkern u1="T" u2="&#xe0;" k="143" />
600
+ <hkern u1="T" u2="&#xd8;" k="41" />
601
+ <hkern u1="T" u2="&#xd6;" k="41" />
602
+ <hkern u1="T" u2="&#xd5;" k="41" />
603
+ <hkern u1="T" u2="&#xd4;" k="41" />
604
+ <hkern u1="T" u2="&#xd3;" k="41" />
605
+ <hkern u1="T" u2="&#xd2;" k="41" />
606
+ <hkern u1="T" u2="&#xc7;" k="41" />
607
+ <hkern u1="T" u2="&#xc5;" k="143" />
608
+ <hkern u1="T" u2="&#xc4;" k="143" />
609
+ <hkern u1="T" u2="&#xc3;" k="143" />
610
+ <hkern u1="T" u2="&#xc2;" k="143" />
611
+ <hkern u1="T" u2="&#xc1;" k="143" />
612
+ <hkern u1="T" u2="&#xc0;" k="143" />
613
+ <hkern u1="T" u2="z" k="82" />
614
+ <hkern u1="T" u2="y" k="41" />
615
+ <hkern u1="T" u2="x" k="41" />
616
+ <hkern u1="T" u2="w" k="41" />
617
+ <hkern u1="T" u2="v" k="41" />
618
+ <hkern u1="T" u2="u" k="102" />
619
+ <hkern u1="T" u2="s" k="123" />
620
+ <hkern u1="T" u2="r" k="102" />
621
+ <hkern u1="T" u2="q" k="143" />
622
+ <hkern u1="T" u2="p" k="102" />
623
+ <hkern u1="T" u2="o" k="143" />
624
+ <hkern u1="T" u2="n" k="102" />
625
+ <hkern u1="T" u2="m" k="102" />
626
+ <hkern u1="T" u2="g" k="143" />
627
+ <hkern u1="T" u2="e" k="143" />
628
+ <hkern u1="T" u2="d" k="143" />
629
+ <hkern u1="T" u2="c" k="143" />
630
+ <hkern u1="T" u2="a" k="164" />
631
+ <hkern u1="T" u2="T" k="-41" />
632
+ <hkern u1="T" u2="Q" k="41" />
633
+ <hkern u1="T" u2="O" k="41" />
634
+ <hkern u1="T" u2="G" k="41" />
635
+ <hkern u1="T" u2="C" k="41" />
636
+ <hkern u1="T" u2="A" k="143" />
637
+ <hkern u1="T" u2="&#x3f;" k="-41" />
638
+ <hkern u1="T" u2="&#x2e;" k="123" />
639
+ <hkern u1="T" u2="&#x2d;" k="82" />
640
+ <hkern u1="T" u2="&#x2c;" k="123" />
641
+ <hkern u1="U" u2="&#x201e;" k="41" />
642
+ <hkern u1="U" u2="&#x201a;" k="41" />
643
+ <hkern u1="U" u2="&#xc5;" k="20" />
644
+ <hkern u1="U" u2="&#xc4;" k="20" />
645
+ <hkern u1="U" u2="&#xc3;" k="20" />
646
+ <hkern u1="U" u2="&#xc2;" k="20" />
647
+ <hkern u1="U" u2="&#xc1;" k="20" />
648
+ <hkern u1="U" u2="&#xc0;" k="20" />
649
+ <hkern u1="U" u2="A" k="20" />
650
+ <hkern u1="U" u2="&#x2e;" k="41" />
651
+ <hkern u1="U" u2="&#x2c;" k="41" />
652
+ <hkern u1="V" u2="&#x201e;" k="102" />
653
+ <hkern u1="V" u2="&#x201a;" k="102" />
654
+ <hkern u1="V" u2="&#x153;" k="41" />
655
+ <hkern u1="V" u2="&#x152;" k="20" />
656
+ <hkern u1="V" u2="&#xfc;" k="20" />
657
+ <hkern u1="V" u2="&#xfb;" k="20" />
658
+ <hkern u1="V" u2="&#xfa;" k="20" />
659
+ <hkern u1="V" u2="&#xf9;" k="20" />
660
+ <hkern u1="V" u2="&#xf8;" k="41" />
661
+ <hkern u1="V" u2="&#xf6;" k="41" />
662
+ <hkern u1="V" u2="&#xf5;" k="41" />
663
+ <hkern u1="V" u2="&#xf4;" k="41" />
664
+ <hkern u1="V" u2="&#xf3;" k="41" />
665
+ <hkern u1="V" u2="&#xf2;" k="41" />
666
+ <hkern u1="V" u2="&#xeb;" k="41" />
667
+ <hkern u1="V" u2="&#xea;" k="41" />
668
+ <hkern u1="V" u2="&#xe9;" k="41" />
669
+ <hkern u1="V" u2="&#xe8;" k="41" />
670
+ <hkern u1="V" u2="&#xe7;" k="41" />
671
+ <hkern u1="V" u2="&#xe6;" k="41" />
672
+ <hkern u1="V" u2="&#xe5;" k="41" />
673
+ <hkern u1="V" u2="&#xe4;" k="41" />
674
+ <hkern u1="V" u2="&#xe3;" k="41" />
675
+ <hkern u1="V" u2="&#xe2;" k="41" />
676
+ <hkern u1="V" u2="&#xe1;" k="41" />
677
+ <hkern u1="V" u2="&#xe0;" k="41" />
678
+ <hkern u1="V" u2="&#xd8;" k="20" />
679
+ <hkern u1="V" u2="&#xd6;" k="20" />
680
+ <hkern u1="V" u2="&#xd5;" k="20" />
681
+ <hkern u1="V" u2="&#xd4;" k="20" />
682
+ <hkern u1="V" u2="&#xd3;" k="20" />
683
+ <hkern u1="V" u2="&#xd2;" k="20" />
684
+ <hkern u1="V" u2="&#xc7;" k="20" />
685
+ <hkern u1="V" u2="&#xc5;" k="82" />
686
+ <hkern u1="V" u2="&#xc4;" k="82" />
687
+ <hkern u1="V" u2="&#xc3;" k="82" />
688
+ <hkern u1="V" u2="&#xc2;" k="82" />
689
+ <hkern u1="V" u2="&#xc1;" k="82" />
690
+ <hkern u1="V" u2="&#xc0;" k="82" />
691
+ <hkern u1="V" u2="u" k="20" />
692
+ <hkern u1="V" u2="s" k="20" />
693
+ <hkern u1="V" u2="r" k="20" />
694
+ <hkern u1="V" u2="q" k="41" />
695
+ <hkern u1="V" u2="p" k="20" />
696
+ <hkern u1="V" u2="o" k="41" />
697
+ <hkern u1="V" u2="n" k="20" />
698
+ <hkern u1="V" u2="m" k="20" />
699
+ <hkern u1="V" u2="g" k="20" />
700
+ <hkern u1="V" u2="e" k="41" />
701
+ <hkern u1="V" u2="d" k="41" />
702
+ <hkern u1="V" u2="c" k="41" />
703
+ <hkern u1="V" u2="a" k="41" />
704
+ <hkern u1="V" u2="Q" k="20" />
705
+ <hkern u1="V" u2="O" k="20" />
706
+ <hkern u1="V" u2="G" k="20" />
707
+ <hkern u1="V" u2="C" k="20" />
708
+ <hkern u1="V" u2="A" k="82" />
709
+ <hkern u1="V" u2="&#x3f;" k="-41" />
710
+ <hkern u1="V" u2="&#x2e;" k="102" />
711
+ <hkern u1="V" u2="&#x2c;" k="102" />
712
+ <hkern u1="W" u2="&#x201e;" k="102" />
713
+ <hkern u1="W" u2="&#x201a;" k="102" />
714
+ <hkern u1="W" u2="&#x153;" k="41" />
715
+ <hkern u1="W" u2="&#x152;" k="20" />
716
+ <hkern u1="W" u2="&#xfc;" k="20" />
717
+ <hkern u1="W" u2="&#xfb;" k="20" />
718
+ <hkern u1="W" u2="&#xfa;" k="20" />
719
+ <hkern u1="W" u2="&#xf9;" k="20" />
720
+ <hkern u1="W" u2="&#xf8;" k="41" />
721
+ <hkern u1="W" u2="&#xf6;" k="41" />
722
+ <hkern u1="W" u2="&#xf5;" k="41" />
723
+ <hkern u1="W" u2="&#xf4;" k="41" />
724
+ <hkern u1="W" u2="&#xf3;" k="41" />
725
+ <hkern u1="W" u2="&#xf2;" k="41" />
726
+ <hkern u1="W" u2="&#xeb;" k="41" />
727
+ <hkern u1="W" u2="&#xea;" k="41" />
728
+ <hkern u1="W" u2="&#xe9;" k="41" />
729
+ <hkern u1="W" u2="&#xe8;" k="41" />
730
+ <hkern u1="W" u2="&#xe7;" k="41" />
731
+ <hkern u1="W" u2="&#xe6;" k="41" />
732
+ <hkern u1="W" u2="&#xe5;" k="41" />
733
+ <hkern u1="W" u2="&#xe4;" k="41" />
734
+ <hkern u1="W" u2="&#xe3;" k="41" />
735
+ <hkern u1="W" u2="&#xe2;" k="41" />
736
+ <hkern u1="W" u2="&#xe1;" k="41" />
737
+ <hkern u1="W" u2="&#xe0;" k="41" />
738
+ <hkern u1="W" u2="&#xd8;" k="20" />
739
+ <hkern u1="W" u2="&#xd6;" k="20" />
740
+ <hkern u1="W" u2="&#xd5;" k="20" />
741
+ <hkern u1="W" u2="&#xd4;" k="20" />
742
+ <hkern u1="W" u2="&#xd3;" k="20" />
743
+ <hkern u1="W" u2="&#xd2;" k="20" />
744
+ <hkern u1="W" u2="&#xc7;" k="20" />
745
+ <hkern u1="W" u2="&#xc5;" k="82" />
746
+ <hkern u1="W" u2="&#xc4;" k="82" />
747
+ <hkern u1="W" u2="&#xc3;" k="82" />
748
+ <hkern u1="W" u2="&#xc2;" k="82" />
749
+ <hkern u1="W" u2="&#xc1;" k="82" />
750
+ <hkern u1="W" u2="&#xc0;" k="82" />
751
+ <hkern u1="W" u2="u" k="20" />
752
+ <hkern u1="W" u2="s" k="20" />
753
+ <hkern u1="W" u2="r" k="20" />
754
+ <hkern u1="W" u2="q" k="41" />
755
+ <hkern u1="W" u2="p" k="20" />
756
+ <hkern u1="W" u2="o" k="41" />
757
+ <hkern u1="W" u2="n" k="20" />
758
+ <hkern u1="W" u2="m" k="20" />
759
+ <hkern u1="W" u2="g" k="20" />
760
+ <hkern u1="W" u2="e" k="41" />
761
+ <hkern u1="W" u2="d" k="41" />
762
+ <hkern u1="W" u2="c" k="41" />
763
+ <hkern u1="W" u2="a" k="41" />
764
+ <hkern u1="W" u2="Q" k="20" />
765
+ <hkern u1="W" u2="O" k="20" />
766
+ <hkern u1="W" u2="G" k="20" />
767
+ <hkern u1="W" u2="C" k="20" />
768
+ <hkern u1="W" u2="A" k="82" />
769
+ <hkern u1="W" u2="&#x3f;" k="-41" />
770
+ <hkern u1="W" u2="&#x2e;" k="102" />
771
+ <hkern u1="W" u2="&#x2c;" k="102" />
772
+ <hkern u1="X" u2="&#x152;" k="41" />
773
+ <hkern u1="X" u2="&#xd8;" k="41" />
774
+ <hkern u1="X" u2="&#xd6;" k="41" />
775
+ <hkern u1="X" u2="&#xd5;" k="41" />
776
+ <hkern u1="X" u2="&#xd4;" k="41" />
777
+ <hkern u1="X" u2="&#xd3;" k="41" />
778
+ <hkern u1="X" u2="&#xd2;" k="41" />
779
+ <hkern u1="X" u2="&#xc7;" k="41" />
780
+ <hkern u1="X" u2="Q" k="41" />
781
+ <hkern u1="X" u2="O" k="41" />
782
+ <hkern u1="X" u2="G" k="41" />
783
+ <hkern u1="X" u2="C" k="41" />
784
+ <hkern u1="Y" u2="&#x201e;" k="123" />
785
+ <hkern u1="Y" u2="&#x201a;" k="123" />
786
+ <hkern u1="Y" u2="&#x153;" k="102" />
787
+ <hkern u1="Y" u2="&#x152;" k="41" />
788
+ <hkern u1="Y" u2="&#xfc;" k="61" />
789
+ <hkern u1="Y" u2="&#xfb;" k="61" />
790
+ <hkern u1="Y" u2="&#xfa;" k="61" />
791
+ <hkern u1="Y" u2="&#xf9;" k="61" />
792
+ <hkern u1="Y" u2="&#xf8;" k="102" />
793
+ <hkern u1="Y" u2="&#xf6;" k="102" />
794
+ <hkern u1="Y" u2="&#xf5;" k="102" />
795
+ <hkern u1="Y" u2="&#xf4;" k="102" />
796
+ <hkern u1="Y" u2="&#xf3;" k="102" />
797
+ <hkern u1="Y" u2="&#xf2;" k="102" />
798
+ <hkern u1="Y" u2="&#xeb;" k="102" />
799
+ <hkern u1="Y" u2="&#xea;" k="102" />
800
+ <hkern u1="Y" u2="&#xe9;" k="102" />
801
+ <hkern u1="Y" u2="&#xe8;" k="102" />
802
+ <hkern u1="Y" u2="&#xe7;" k="102" />
803
+ <hkern u1="Y" u2="&#xe6;" k="102" />
804
+ <hkern u1="Y" u2="&#xe5;" k="102" />
805
+ <hkern u1="Y" u2="&#xe4;" k="102" />
806
+ <hkern u1="Y" u2="&#xe3;" k="102" />
807
+ <hkern u1="Y" u2="&#xe2;" k="102" />
808
+ <hkern u1="Y" u2="&#xe1;" k="102" />
809
+ <hkern u1="Y" u2="&#xe0;" k="102" />
810
+ <hkern u1="Y" u2="&#xd8;" k="41" />
811
+ <hkern u1="Y" u2="&#xd6;" k="41" />
812
+ <hkern u1="Y" u2="&#xd5;" k="41" />
813
+ <hkern u1="Y" u2="&#xd4;" k="41" />
814
+ <hkern u1="Y" u2="&#xd3;" k="41" />
815
+ <hkern u1="Y" u2="&#xd2;" k="41" />
816
+ <hkern u1="Y" u2="&#xc7;" k="41" />
817
+ <hkern u1="Y" u2="&#xc5;" k="123" />
818
+ <hkern u1="Y" u2="&#xc4;" k="123" />
819
+ <hkern u1="Y" u2="&#xc3;" k="123" />
820
+ <hkern u1="Y" u2="&#xc2;" k="123" />
821
+ <hkern u1="Y" u2="&#xc1;" k="123" />
822
+ <hkern u1="Y" u2="&#xc0;" k="123" />
823
+ <hkern u1="Y" u2="z" k="41" />
824
+ <hkern u1="Y" u2="u" k="61" />
825
+ <hkern u1="Y" u2="s" k="82" />
826
+ <hkern u1="Y" u2="r" k="61" />
827
+ <hkern u1="Y" u2="q" k="102" />
828
+ <hkern u1="Y" u2="p" k="61" />
829
+ <hkern u1="Y" u2="o" k="102" />
830
+ <hkern u1="Y" u2="n" k="61" />
831
+ <hkern u1="Y" u2="m" k="61" />
832
+ <hkern u1="Y" u2="g" k="41" />
833
+ <hkern u1="Y" u2="e" k="102" />
834
+ <hkern u1="Y" u2="d" k="102" />
835
+ <hkern u1="Y" u2="c" k="102" />
836
+ <hkern u1="Y" u2="a" k="102" />
837
+ <hkern u1="Y" u2="Q" k="41" />
838
+ <hkern u1="Y" u2="O" k="41" />
839
+ <hkern u1="Y" u2="G" k="41" />
840
+ <hkern u1="Y" u2="C" k="41" />
841
+ <hkern u1="Y" u2="A" k="123" />
842
+ <hkern u1="Y" u2="&#x3f;" k="-41" />
843
+ <hkern u1="Y" u2="&#x2e;" k="123" />
844
+ <hkern u1="Y" u2="&#x2c;" k="123" />
845
+ <hkern u1="Z" u2="&#x152;" k="20" />
846
+ <hkern u1="Z" u2="&#xd8;" k="20" />
847
+ <hkern u1="Z" u2="&#xd6;" k="20" />
848
+ <hkern u1="Z" u2="&#xd5;" k="20" />
849
+ <hkern u1="Z" u2="&#xd4;" k="20" />
850
+ <hkern u1="Z" u2="&#xd3;" k="20" />
851
+ <hkern u1="Z" u2="&#xd2;" k="20" />
852
+ <hkern u1="Z" u2="&#xc7;" k="20" />
853
+ <hkern u1="Z" u2="Q" k="20" />
854
+ <hkern u1="Z" u2="O" k="20" />
855
+ <hkern u1="Z" u2="G" k="20" />
856
+ <hkern u1="Z" u2="C" k="20" />
857
+ <hkern u1="[" u2="J" k="-184" />
858
+ <hkern u1="a" u2="&#x201d;" k="20" />
859
+ <hkern u1="a" u2="&#x2019;" k="20" />
860
+ <hkern u1="a" u2="&#x27;" k="20" />
861
+ <hkern u1="a" u2="&#x22;" k="20" />
862
+ <hkern u1="b" u2="&#x201d;" k="20" />
863
+ <hkern u1="b" u2="&#x2019;" k="20" />
864
+ <hkern u1="b" u2="&#xfd;" k="41" />
865
+ <hkern u1="b" u2="z" k="20" />
866
+ <hkern u1="b" u2="y" k="41" />
867
+ <hkern u1="b" u2="x" k="41" />
868
+ <hkern u1="b" u2="w" k="41" />
869
+ <hkern u1="b" u2="v" k="41" />
870
+ <hkern u1="b" u2="&#x27;" k="20" />
871
+ <hkern u1="b" u2="&#x22;" k="20" />
872
+ <hkern u1="c" u2="&#x201d;" k="-41" />
873
+ <hkern u1="c" u2="&#x2019;" k="-41" />
874
+ <hkern u1="c" u2="&#x27;" k="-41" />
875
+ <hkern u1="c" u2="&#x22;" k="-41" />
876
+ <hkern u1="e" u2="&#x201d;" k="20" />
877
+ <hkern u1="e" u2="&#x2019;" k="20" />
878
+ <hkern u1="e" u2="&#xfd;" k="41" />
879
+ <hkern u1="e" u2="z" k="20" />
880
+ <hkern u1="e" u2="y" k="41" />
881
+ <hkern u1="e" u2="x" k="41" />
882
+ <hkern u1="e" u2="w" k="41" />
883
+ <hkern u1="e" u2="v" k="41" />
884
+ <hkern u1="e" u2="&#x27;" k="20" />
885
+ <hkern u1="e" u2="&#x22;" k="20" />
886
+ <hkern u1="f" u2="&#x201d;" k="-123" />
887
+ <hkern u1="f" u2="&#x2019;" k="-123" />
888
+ <hkern u1="f" u2="&#x27;" k="-123" />
889
+ <hkern u1="f" u2="&#x22;" k="-123" />
890
+ <hkern u1="h" u2="&#x201d;" k="20" />
891
+ <hkern u1="h" u2="&#x2019;" k="20" />
892
+ <hkern u1="h" u2="&#x27;" k="20" />
893
+ <hkern u1="h" u2="&#x22;" k="20" />
894
+ <hkern u1="k" u2="&#x153;" k="41" />
895
+ <hkern u1="k" u2="&#xf8;" k="41" />
896
+ <hkern u1="k" u2="&#xf6;" k="41" />
897
+ <hkern u1="k" u2="&#xf5;" k="41" />
898
+ <hkern u1="k" u2="&#xf4;" k="41" />
899
+ <hkern u1="k" u2="&#xf3;" k="41" />
900
+ <hkern u1="k" u2="&#xf2;" k="41" />
901
+ <hkern u1="k" u2="&#xeb;" k="41" />
902
+ <hkern u1="k" u2="&#xea;" k="41" />
903
+ <hkern u1="k" u2="&#xe9;" k="41" />
904
+ <hkern u1="k" u2="&#xe8;" k="41" />
905
+ <hkern u1="k" u2="&#xe7;" k="41" />
906
+ <hkern u1="k" u2="&#xe0;" k="41" />
907
+ <hkern u1="k" u2="q" k="41" />
908
+ <hkern u1="k" u2="o" k="41" />
909
+ <hkern u1="k" u2="e" k="41" />
910
+ <hkern u1="k" u2="d" k="41" />
911
+ <hkern u1="k" u2="c" k="41" />
912
+ <hkern u1="m" u2="&#x201d;" k="20" />
913
+ <hkern u1="m" u2="&#x2019;" k="20" />
914
+ <hkern u1="m" u2="&#x27;" k="20" />
915
+ <hkern u1="m" u2="&#x22;" k="20" />
916
+ <hkern u1="n" u2="&#x201d;" k="20" />
917
+ <hkern u1="n" u2="&#x2019;" k="20" />
918
+ <hkern u1="n" u2="&#x27;" k="20" />
919
+ <hkern u1="n" u2="&#x22;" k="20" />
920
+ <hkern u1="o" u2="&#x201d;" k="20" />
921
+ <hkern u1="o" u2="&#x2019;" k="20" />
922
+ <hkern u1="o" u2="&#xfd;" k="41" />
923
+ <hkern u1="o" u2="z" k="20" />
924
+ <hkern u1="o" u2="y" k="41" />
925
+ <hkern u1="o" u2="x" k="41" />
926
+ <hkern u1="o" u2="w" k="41" />
927
+ <hkern u1="o" u2="v" k="41" />
928
+ <hkern u1="o" u2="&#x27;" k="20" />
929
+ <hkern u1="o" u2="&#x22;" k="20" />
930
+ <hkern u1="p" u2="&#x201d;" k="20" />
931
+ <hkern u1="p" u2="&#x2019;" k="20" />
932
+ <hkern u1="p" u2="&#xfd;" k="41" />
933
+ <hkern u1="p" u2="z" k="20" />
934
+ <hkern u1="p" u2="y" k="41" />
935
+ <hkern u1="p" u2="x" k="41" />
936
+ <hkern u1="p" u2="w" k="41" />
937
+ <hkern u1="p" u2="v" k="41" />
938
+ <hkern u1="p" u2="&#x27;" k="20" />
939
+ <hkern u1="p" u2="&#x22;" k="20" />
940
+ <hkern u1="r" u2="&#x201d;" k="-82" />
941
+ <hkern u1="r" u2="&#x2019;" k="-82" />
942
+ <hkern u1="r" u2="&#x153;" k="41" />
943
+ <hkern u1="r" u2="&#xf8;" k="41" />
944
+ <hkern u1="r" u2="&#xf6;" k="41" />
945
+ <hkern u1="r" u2="&#xf5;" k="41" />
946
+ <hkern u1="r" u2="&#xf4;" k="41" />
947
+ <hkern u1="r" u2="&#xf3;" k="41" />
948
+ <hkern u1="r" u2="&#xf2;" k="41" />
949
+ <hkern u1="r" u2="&#xeb;" k="41" />
950
+ <hkern u1="r" u2="&#xea;" k="41" />
951
+ <hkern u1="r" u2="&#xe9;" k="41" />
952
+ <hkern u1="r" u2="&#xe8;" k="41" />
953
+ <hkern u1="r" u2="&#xe7;" k="41" />
954
+ <hkern u1="r" u2="&#xe6;" k="41" />
955
+ <hkern u1="r" u2="&#xe5;" k="41" />
956
+ <hkern u1="r" u2="&#xe4;" k="41" />
957
+ <hkern u1="r" u2="&#xe3;" k="41" />
958
+ <hkern u1="r" u2="&#xe2;" k="41" />
959
+ <hkern u1="r" u2="&#xe1;" k="41" />
960
+ <hkern u1="r" u2="&#xe0;" k="41" />
961
+ <hkern u1="r" u2="q" k="41" />
962
+ <hkern u1="r" u2="o" k="41" />
963
+ <hkern u1="r" u2="g" k="20" />
964
+ <hkern u1="r" u2="e" k="41" />
965
+ <hkern u1="r" u2="d" k="41" />
966
+ <hkern u1="r" u2="c" k="41" />
967
+ <hkern u1="r" u2="a" k="41" />
968
+ <hkern u1="r" u2="&#x27;" k="-82" />
969
+ <hkern u1="r" u2="&#x22;" k="-82" />
970
+ <hkern u1="t" u2="&#x201d;" k="-41" />
971
+ <hkern u1="t" u2="&#x2019;" k="-41" />
972
+ <hkern u1="t" u2="&#x27;" k="-41" />
973
+ <hkern u1="t" u2="&#x22;" k="-41" />
974
+ <hkern u1="v" u2="&#x201e;" k="82" />
975
+ <hkern u1="v" u2="&#x201d;" k="-82" />
976
+ <hkern u1="v" u2="&#x201a;" k="82" />
977
+ <hkern u1="v" u2="&#x2019;" k="-82" />
978
+ <hkern u1="v" u2="&#x3f;" k="-41" />
979
+ <hkern u1="v" u2="&#x2e;" k="82" />
980
+ <hkern u1="v" u2="&#x2c;" k="82" />
981
+ <hkern u1="v" u2="&#x27;" k="-82" />
982
+ <hkern u1="v" u2="&#x22;" k="-82" />
983
+ <hkern u1="w" u2="&#x201e;" k="82" />
984
+ <hkern u1="w" u2="&#x201d;" k="-82" />
985
+ <hkern u1="w" u2="&#x201a;" k="82" />
986
+ <hkern u1="w" u2="&#x2019;" k="-82" />
987
+ <hkern u1="w" u2="&#x3f;" k="-41" />
988
+ <hkern u1="w" u2="&#x2e;" k="82" />
989
+ <hkern u1="w" u2="&#x2c;" k="82" />
990
+ <hkern u1="w" u2="&#x27;" k="-82" />
991
+ <hkern u1="w" u2="&#x22;" k="-82" />
992
+ <hkern u1="x" u2="&#x153;" k="41" />
993
+ <hkern u1="x" u2="&#xf8;" k="41" />
994
+ <hkern u1="x" u2="&#xf6;" k="41" />
995
+ <hkern u1="x" u2="&#xf5;" k="41" />
996
+ <hkern u1="x" u2="&#xf4;" k="41" />
997
+ <hkern u1="x" u2="&#xf3;" k="41" />
998
+ <hkern u1="x" u2="&#xf2;" k="41" />
999
+ <hkern u1="x" u2="&#xeb;" k="41" />
1000
+ <hkern u1="x" u2="&#xea;" k="41" />
1001
+ <hkern u1="x" u2="&#xe9;" k="41" />
1002
+ <hkern u1="x" u2="&#xe8;" k="41" />
1003
+ <hkern u1="x" u2="&#xe7;" k="41" />
1004
+ <hkern u1="x" u2="&#xe0;" k="41" />
1005
+ <hkern u1="x" u2="q" k="41" />
1006
+ <hkern u1="x" u2="o" k="41" />
1007
+ <hkern u1="x" u2="e" k="41" />
1008
+ <hkern u1="x" u2="d" k="41" />
1009
+ <hkern u1="x" u2="c" k="41" />
1010
+ <hkern u1="y" u2="&#x201e;" k="82" />
1011
+ <hkern u1="y" u2="&#x201d;" k="-82" />
1012
+ <hkern u1="y" u2="&#x201a;" k="82" />
1013
+ <hkern u1="y" u2="&#x2019;" k="-82" />
1014
+ <hkern u1="y" u2="&#x3f;" k="-41" />
1015
+ <hkern u1="y" u2="&#x2e;" k="82" />
1016
+ <hkern u1="y" u2="&#x2c;" k="82" />
1017
+ <hkern u1="y" u2="&#x27;" k="-82" />
1018
+ <hkern u1="y" u2="&#x22;" k="-82" />
1019
+ <hkern u1="&#x7b;" u2="J" k="-184" />
1020
+ <hkern u1="&#xc0;" u2="&#x201d;" k="143" />
1021
+ <hkern u1="&#xc0;" u2="&#x2019;" k="143" />
1022
+ <hkern u1="&#xc0;" u2="&#x178;" k="123" />
1023
+ <hkern u1="&#xc0;" u2="&#x152;" k="41" />
1024
+ <hkern u1="&#xc0;" u2="&#xdd;" k="123" />
1025
+ <hkern u1="&#xc0;" u2="&#xd8;" k="41" />
1026
+ <hkern u1="&#xc0;" u2="&#xd6;" k="41" />
1027
+ <hkern u1="&#xc0;" u2="&#xd5;" k="41" />
1028
+ <hkern u1="&#xc0;" u2="&#xd4;" k="41" />
1029
+ <hkern u1="&#xc0;" u2="&#xd3;" k="41" />
1030
+ <hkern u1="&#xc0;" u2="&#xd2;" k="41" />
1031
+ <hkern u1="&#xc0;" u2="&#xc7;" k="41" />
1032
+ <hkern u1="&#xc0;" u2="Y" k="123" />
1033
+ <hkern u1="&#xc0;" u2="W" k="82" />
1034
+ <hkern u1="&#xc0;" u2="V" k="82" />
1035
+ <hkern u1="&#xc0;" u2="T" k="143" />
1036
+ <hkern u1="&#xc0;" u2="Q" k="41" />
1037
+ <hkern u1="&#xc0;" u2="O" k="41" />
1038
+ <hkern u1="&#xc0;" u2="J" k="-266" />
1039
+ <hkern u1="&#xc0;" u2="G" k="41" />
1040
+ <hkern u1="&#xc0;" u2="C" k="41" />
1041
+ <hkern u1="&#xc0;" u2="&#x27;" k="143" />
1042
+ <hkern u1="&#xc0;" u2="&#x22;" k="143" />
1043
+ <hkern u1="&#xc1;" u2="&#x201d;" k="143" />
1044
+ <hkern u1="&#xc1;" u2="&#x2019;" k="143" />
1045
+ <hkern u1="&#xc1;" u2="&#x178;" k="123" />
1046
+ <hkern u1="&#xc1;" u2="&#x152;" k="41" />
1047
+ <hkern u1="&#xc1;" u2="&#xdd;" k="123" />
1048
+ <hkern u1="&#xc1;" u2="&#xd8;" k="41" />
1049
+ <hkern u1="&#xc1;" u2="&#xd6;" k="41" />
1050
+ <hkern u1="&#xc1;" u2="&#xd5;" k="41" />
1051
+ <hkern u1="&#xc1;" u2="&#xd4;" k="41" />
1052
+ <hkern u1="&#xc1;" u2="&#xd3;" k="41" />
1053
+ <hkern u1="&#xc1;" u2="&#xd2;" k="41" />
1054
+ <hkern u1="&#xc1;" u2="&#xc7;" k="41" />
1055
+ <hkern u1="&#xc1;" u2="Y" k="123" />
1056
+ <hkern u1="&#xc1;" u2="W" k="82" />
1057
+ <hkern u1="&#xc1;" u2="V" k="82" />
1058
+ <hkern u1="&#xc1;" u2="T" k="143" />
1059
+ <hkern u1="&#xc1;" u2="Q" k="41" />
1060
+ <hkern u1="&#xc1;" u2="O" k="41" />
1061
+ <hkern u1="&#xc1;" u2="J" k="-266" />
1062
+ <hkern u1="&#xc1;" u2="G" k="41" />
1063
+ <hkern u1="&#xc1;" u2="C" k="41" />
1064
+ <hkern u1="&#xc1;" u2="&#x27;" k="143" />
1065
+ <hkern u1="&#xc1;" u2="&#x22;" k="143" />
1066
+ <hkern u1="&#xc2;" u2="&#x201d;" k="143" />
1067
+ <hkern u1="&#xc2;" u2="&#x2019;" k="143" />
1068
+ <hkern u1="&#xc2;" u2="&#x178;" k="123" />
1069
+ <hkern u1="&#xc2;" u2="&#x152;" k="41" />
1070
+ <hkern u1="&#xc2;" u2="&#xdd;" k="123" />
1071
+ <hkern u1="&#xc2;" u2="&#xd8;" k="41" />
1072
+ <hkern u1="&#xc2;" u2="&#xd6;" k="41" />
1073
+ <hkern u1="&#xc2;" u2="&#xd5;" k="41" />
1074
+ <hkern u1="&#xc2;" u2="&#xd4;" k="41" />
1075
+ <hkern u1="&#xc2;" u2="&#xd3;" k="41" />
1076
+ <hkern u1="&#xc2;" u2="&#xd2;" k="41" />
1077
+ <hkern u1="&#xc2;" u2="&#xc7;" k="41" />
1078
+ <hkern u1="&#xc2;" u2="Y" k="123" />
1079
+ <hkern u1="&#xc2;" u2="W" k="82" />
1080
+ <hkern u1="&#xc2;" u2="V" k="82" />
1081
+ <hkern u1="&#xc2;" u2="T" k="143" />
1082
+ <hkern u1="&#xc2;" u2="Q" k="41" />
1083
+ <hkern u1="&#xc2;" u2="O" k="41" />
1084
+ <hkern u1="&#xc2;" u2="J" k="-266" />
1085
+ <hkern u1="&#xc2;" u2="G" k="41" />
1086
+ <hkern u1="&#xc2;" u2="C" k="41" />
1087
+ <hkern u1="&#xc2;" u2="&#x27;" k="143" />
1088
+ <hkern u1="&#xc2;" u2="&#x22;" k="143" />
1089
+ <hkern u1="&#xc3;" u2="&#x201d;" k="143" />
1090
+ <hkern u1="&#xc3;" u2="&#x2019;" k="143" />
1091
+ <hkern u1="&#xc3;" u2="&#x178;" k="123" />
1092
+ <hkern u1="&#xc3;" u2="&#x152;" k="41" />
1093
+ <hkern u1="&#xc3;" u2="&#xdd;" k="123" />
1094
+ <hkern u1="&#xc3;" u2="&#xd8;" k="41" />
1095
+ <hkern u1="&#xc3;" u2="&#xd6;" k="41" />
1096
+ <hkern u1="&#xc3;" u2="&#xd5;" k="41" />
1097
+ <hkern u1="&#xc3;" u2="&#xd4;" k="41" />
1098
+ <hkern u1="&#xc3;" u2="&#xd3;" k="41" />
1099
+ <hkern u1="&#xc3;" u2="&#xd2;" k="41" />
1100
+ <hkern u1="&#xc3;" u2="&#xc7;" k="41" />
1101
+ <hkern u1="&#xc3;" u2="Y" k="123" />
1102
+ <hkern u1="&#xc3;" u2="W" k="82" />
1103
+ <hkern u1="&#xc3;" u2="V" k="82" />
1104
+ <hkern u1="&#xc3;" u2="T" k="143" />
1105
+ <hkern u1="&#xc3;" u2="Q" k="41" />
1106
+ <hkern u1="&#xc3;" u2="O" k="41" />
1107
+ <hkern u1="&#xc3;" u2="J" k="-266" />
1108
+ <hkern u1="&#xc3;" u2="G" k="41" />
1109
+ <hkern u1="&#xc3;" u2="C" k="41" />
1110
+ <hkern u1="&#xc3;" u2="&#x27;" k="143" />
1111
+ <hkern u1="&#xc3;" u2="&#x22;" k="143" />
1112
+ <hkern u1="&#xc4;" u2="&#x201d;" k="143" />
1113
+ <hkern u1="&#xc4;" u2="&#x2019;" k="143" />
1114
+ <hkern u1="&#xc4;" u2="&#x178;" k="123" />
1115
+ <hkern u1="&#xc4;" u2="&#x152;" k="41" />
1116
+ <hkern u1="&#xc4;" u2="&#xdd;" k="123" />
1117
+ <hkern u1="&#xc4;" u2="&#xd8;" k="41" />
1118
+ <hkern u1="&#xc4;" u2="&#xd6;" k="41" />
1119
+ <hkern u1="&#xc4;" u2="&#xd5;" k="41" />
1120
+ <hkern u1="&#xc4;" u2="&#xd4;" k="41" />
1121
+ <hkern u1="&#xc4;" u2="&#xd3;" k="41" />
1122
+ <hkern u1="&#xc4;" u2="&#xd2;" k="41" />
1123
+ <hkern u1="&#xc4;" u2="&#xc7;" k="41" />
1124
+ <hkern u1="&#xc4;" u2="Y" k="123" />
1125
+ <hkern u1="&#xc4;" u2="W" k="82" />
1126
+ <hkern u1="&#xc4;" u2="V" k="82" />
1127
+ <hkern u1="&#xc4;" u2="T" k="143" />
1128
+ <hkern u1="&#xc4;" u2="Q" k="41" />
1129
+ <hkern u1="&#xc4;" u2="O" k="41" />
1130
+ <hkern u1="&#xc4;" u2="J" k="-266" />
1131
+ <hkern u1="&#xc4;" u2="G" k="41" />
1132
+ <hkern u1="&#xc4;" u2="C" k="41" />
1133
+ <hkern u1="&#xc4;" u2="&#x27;" k="143" />
1134
+ <hkern u1="&#xc4;" u2="&#x22;" k="143" />
1135
+ <hkern u1="&#xc5;" u2="&#x201d;" k="143" />
1136
+ <hkern u1="&#xc5;" u2="&#x2019;" k="143" />
1137
+ <hkern u1="&#xc5;" u2="&#x178;" k="123" />
1138
+ <hkern u1="&#xc5;" u2="&#x152;" k="41" />
1139
+ <hkern u1="&#xc5;" u2="&#xdd;" k="123" />
1140
+ <hkern u1="&#xc5;" u2="&#xd8;" k="41" />
1141
+ <hkern u1="&#xc5;" u2="&#xd6;" k="41" />
1142
+ <hkern u1="&#xc5;" u2="&#xd5;" k="41" />
1143
+ <hkern u1="&#xc5;" u2="&#xd4;" k="41" />
1144
+ <hkern u1="&#xc5;" u2="&#xd3;" k="41" />
1145
+ <hkern u1="&#xc5;" u2="&#xd2;" k="41" />
1146
+ <hkern u1="&#xc5;" u2="&#xc7;" k="41" />
1147
+ <hkern u1="&#xc5;" u2="Y" k="123" />
1148
+ <hkern u1="&#xc5;" u2="W" k="82" />
1149
+ <hkern u1="&#xc5;" u2="V" k="82" />
1150
+ <hkern u1="&#xc5;" u2="T" k="143" />
1151
+ <hkern u1="&#xc5;" u2="Q" k="41" />
1152
+ <hkern u1="&#xc5;" u2="O" k="41" />
1153
+ <hkern u1="&#xc5;" u2="J" k="-266" />
1154
+ <hkern u1="&#xc5;" u2="G" k="41" />
1155
+ <hkern u1="&#xc5;" u2="C" k="41" />
1156
+ <hkern u1="&#xc5;" u2="&#x27;" k="143" />
1157
+ <hkern u1="&#xc5;" u2="&#x22;" k="143" />
1158
+ <hkern u1="&#xc6;" u2="J" k="-123" />
1159
+ <hkern u1="&#xc7;" u2="&#x152;" k="41" />
1160
+ <hkern u1="&#xc7;" u2="&#xd8;" k="41" />
1161
+ <hkern u1="&#xc7;" u2="&#xd6;" k="41" />
1162
+ <hkern u1="&#xc7;" u2="&#xd5;" k="41" />
1163
+ <hkern u1="&#xc7;" u2="&#xd4;" k="41" />
1164
+ <hkern u1="&#xc7;" u2="&#xd3;" k="41" />
1165
+ <hkern u1="&#xc7;" u2="&#xd2;" k="41" />
1166
+ <hkern u1="&#xc7;" u2="&#xc7;" k="41" />
1167
+ <hkern u1="&#xc7;" u2="Q" k="41" />
1168
+ <hkern u1="&#xc7;" u2="O" k="41" />
1169
+ <hkern u1="&#xc7;" u2="G" k="41" />
1170
+ <hkern u1="&#xc7;" u2="C" k="41" />
1171
+ <hkern u1="&#xc8;" u2="J" k="-123" />
1172
+ <hkern u1="&#xc9;" u2="J" k="-123" />
1173
+ <hkern u1="&#xca;" u2="J" k="-123" />
1174
+ <hkern u1="&#xcb;" u2="J" k="-123" />
1175
+ <hkern u1="&#xd0;" u2="&#x201e;" k="82" />
1176
+ <hkern u1="&#xd0;" u2="&#x201a;" k="82" />
1177
+ <hkern u1="&#xd0;" u2="&#x178;" k="20" />
1178
+ <hkern u1="&#xd0;" u2="&#xdd;" k="20" />
1179
+ <hkern u1="&#xd0;" u2="&#xc5;" k="41" />
1180
+ <hkern u1="&#xd0;" u2="&#xc4;" k="41" />
1181
+ <hkern u1="&#xd0;" u2="&#xc3;" k="41" />
1182
+ <hkern u1="&#xd0;" u2="&#xc2;" k="41" />
1183
+ <hkern u1="&#xd0;" u2="&#xc1;" k="41" />
1184
+ <hkern u1="&#xd0;" u2="&#xc0;" k="41" />
1185
+ <hkern u1="&#xd0;" u2="Z" k="20" />
1186
+ <hkern u1="&#xd0;" u2="Y" k="20" />
1187
+ <hkern u1="&#xd0;" u2="X" k="41" />
1188
+ <hkern u1="&#xd0;" u2="W" k="20" />
1189
+ <hkern u1="&#xd0;" u2="V" k="20" />
1190
+ <hkern u1="&#xd0;" u2="T" k="61" />
1191
+ <hkern u1="&#xd0;" u2="A" k="41" />
1192
+ <hkern u1="&#xd0;" u2="&#x2e;" k="82" />
1193
+ <hkern u1="&#xd0;" u2="&#x2c;" k="82" />
1194
+ <hkern u1="&#xd2;" u2="&#x201e;" k="82" />
1195
+ <hkern u1="&#xd2;" u2="&#x201a;" k="82" />
1196
+ <hkern u1="&#xd2;" u2="&#x178;" k="20" />
1197
+ <hkern u1="&#xd2;" u2="&#xdd;" k="20" />
1198
+ <hkern u1="&#xd2;" u2="&#xc5;" k="41" />
1199
+ <hkern u1="&#xd2;" u2="&#xc4;" k="41" />
1200
+ <hkern u1="&#xd2;" u2="&#xc3;" k="41" />
1201
+ <hkern u1="&#xd2;" u2="&#xc2;" k="41" />
1202
+ <hkern u1="&#xd2;" u2="&#xc1;" k="41" />
1203
+ <hkern u1="&#xd2;" u2="&#xc0;" k="41" />
1204
+ <hkern u1="&#xd2;" u2="Z" k="20" />
1205
+ <hkern u1="&#xd2;" u2="Y" k="20" />
1206
+ <hkern u1="&#xd2;" u2="X" k="41" />
1207
+ <hkern u1="&#xd2;" u2="W" k="20" />
1208
+ <hkern u1="&#xd2;" u2="V" k="20" />
1209
+ <hkern u1="&#xd2;" u2="T" k="61" />
1210
+ <hkern u1="&#xd2;" u2="A" k="41" />
1211
+ <hkern u1="&#xd2;" u2="&#x2e;" k="82" />
1212
+ <hkern u1="&#xd2;" u2="&#x2c;" k="82" />
1213
+ <hkern u1="&#xd3;" u2="&#x201e;" k="82" />
1214
+ <hkern u1="&#xd3;" u2="&#x201a;" k="82" />
1215
+ <hkern u1="&#xd3;" u2="&#x178;" k="20" />
1216
+ <hkern u1="&#xd3;" u2="&#xdd;" k="20" />
1217
+ <hkern u1="&#xd3;" u2="&#xc5;" k="41" />
1218
+ <hkern u1="&#xd3;" u2="&#xc4;" k="41" />
1219
+ <hkern u1="&#xd3;" u2="&#xc3;" k="41" />
1220
+ <hkern u1="&#xd3;" u2="&#xc2;" k="41" />
1221
+ <hkern u1="&#xd3;" u2="&#xc1;" k="41" />
1222
+ <hkern u1="&#xd3;" u2="&#xc0;" k="41" />
1223
+ <hkern u1="&#xd3;" u2="Z" k="20" />
1224
+ <hkern u1="&#xd3;" u2="Y" k="20" />
1225
+ <hkern u1="&#xd3;" u2="X" k="41" />
1226
+ <hkern u1="&#xd3;" u2="W" k="20" />
1227
+ <hkern u1="&#xd3;" u2="V" k="20" />
1228
+ <hkern u1="&#xd3;" u2="T" k="61" />
1229
+ <hkern u1="&#xd3;" u2="A" k="41" />
1230
+ <hkern u1="&#xd3;" u2="&#x2e;" k="82" />
1231
+ <hkern u1="&#xd3;" u2="&#x2c;" k="82" />
1232
+ <hkern u1="&#xd4;" u2="&#x201e;" k="82" />
1233
+ <hkern u1="&#xd4;" u2="&#x201a;" k="82" />
1234
+ <hkern u1="&#xd4;" u2="&#x178;" k="20" />
1235
+ <hkern u1="&#xd4;" u2="&#xdd;" k="20" />
1236
+ <hkern u1="&#xd4;" u2="&#xc5;" k="41" />
1237
+ <hkern u1="&#xd4;" u2="&#xc4;" k="41" />
1238
+ <hkern u1="&#xd4;" u2="&#xc3;" k="41" />
1239
+ <hkern u1="&#xd4;" u2="&#xc2;" k="41" />
1240
+ <hkern u1="&#xd4;" u2="&#xc1;" k="41" />
1241
+ <hkern u1="&#xd4;" u2="&#xc0;" k="41" />
1242
+ <hkern u1="&#xd4;" u2="Z" k="20" />
1243
+ <hkern u1="&#xd4;" u2="Y" k="20" />
1244
+ <hkern u1="&#xd4;" u2="X" k="41" />
1245
+ <hkern u1="&#xd4;" u2="W" k="20" />
1246
+ <hkern u1="&#xd4;" u2="V" k="20" />
1247
+ <hkern u1="&#xd4;" u2="T" k="61" />
1248
+ <hkern u1="&#xd4;" u2="A" k="41" />
1249
+ <hkern u1="&#xd4;" u2="&#x2e;" k="82" />
1250
+ <hkern u1="&#xd4;" u2="&#x2c;" k="82" />
1251
+ <hkern u1="&#xd5;" u2="&#x201e;" k="82" />
1252
+ <hkern u1="&#xd5;" u2="&#x201a;" k="82" />
1253
+ <hkern u1="&#xd5;" u2="&#x178;" k="20" />
1254
+ <hkern u1="&#xd5;" u2="&#xdd;" k="20" />
1255
+ <hkern u1="&#xd5;" u2="&#xc5;" k="41" />
1256
+ <hkern u1="&#xd5;" u2="&#xc4;" k="41" />
1257
+ <hkern u1="&#xd5;" u2="&#xc3;" k="41" />
1258
+ <hkern u1="&#xd5;" u2="&#xc2;" k="41" />
1259
+ <hkern u1="&#xd5;" u2="&#xc1;" k="41" />
1260
+ <hkern u1="&#xd5;" u2="&#xc0;" k="41" />
1261
+ <hkern u1="&#xd5;" u2="Z" k="20" />
1262
+ <hkern u1="&#xd5;" u2="Y" k="20" />
1263
+ <hkern u1="&#xd5;" u2="X" k="41" />
1264
+ <hkern u1="&#xd5;" u2="W" k="20" />
1265
+ <hkern u1="&#xd5;" u2="V" k="20" />
1266
+ <hkern u1="&#xd5;" u2="T" k="61" />
1267
+ <hkern u1="&#xd5;" u2="A" k="41" />
1268
+ <hkern u1="&#xd5;" u2="&#x2e;" k="82" />
1269
+ <hkern u1="&#xd5;" u2="&#x2c;" k="82" />
1270
+ <hkern u1="&#xd6;" u2="&#x201e;" k="82" />
1271
+ <hkern u1="&#xd6;" u2="&#x201a;" k="82" />
1272
+ <hkern u1="&#xd6;" u2="&#x178;" k="20" />
1273
+ <hkern u1="&#xd6;" u2="&#xdd;" k="20" />
1274
+ <hkern u1="&#xd6;" u2="&#xc5;" k="41" />
1275
+ <hkern u1="&#xd6;" u2="&#xc4;" k="41" />
1276
+ <hkern u1="&#xd6;" u2="&#xc3;" k="41" />
1277
+ <hkern u1="&#xd6;" u2="&#xc2;" k="41" />
1278
+ <hkern u1="&#xd6;" u2="&#xc1;" k="41" />
1279
+ <hkern u1="&#xd6;" u2="&#xc0;" k="41" />
1280
+ <hkern u1="&#xd6;" u2="Z" k="20" />
1281
+ <hkern u1="&#xd6;" u2="Y" k="20" />
1282
+ <hkern u1="&#xd6;" u2="X" k="41" />
1283
+ <hkern u1="&#xd6;" u2="W" k="20" />
1284
+ <hkern u1="&#xd6;" u2="V" k="20" />
1285
+ <hkern u1="&#xd6;" u2="T" k="61" />
1286
+ <hkern u1="&#xd6;" u2="A" k="41" />
1287
+ <hkern u1="&#xd6;" u2="&#x2e;" k="82" />
1288
+ <hkern u1="&#xd6;" u2="&#x2c;" k="82" />
1289
+ <hkern u1="&#xd8;" u2="&#x201e;" k="82" />
1290
+ <hkern u1="&#xd8;" u2="&#x201a;" k="82" />
1291
+ <hkern u1="&#xd8;" u2="&#x178;" k="20" />
1292
+ <hkern u1="&#xd8;" u2="&#xdd;" k="20" />
1293
+ <hkern u1="&#xd8;" u2="&#xc5;" k="41" />
1294
+ <hkern u1="&#xd8;" u2="&#xc4;" k="41" />
1295
+ <hkern u1="&#xd8;" u2="&#xc3;" k="41" />
1296
+ <hkern u1="&#xd8;" u2="&#xc2;" k="41" />
1297
+ <hkern u1="&#xd8;" u2="&#xc1;" k="41" />
1298
+ <hkern u1="&#xd8;" u2="&#xc0;" k="41" />
1299
+ <hkern u1="&#xd8;" u2="Z" k="20" />
1300
+ <hkern u1="&#xd8;" u2="Y" k="20" />
1301
+ <hkern u1="&#xd8;" u2="X" k="41" />
1302
+ <hkern u1="&#xd8;" u2="W" k="20" />
1303
+ <hkern u1="&#xd8;" u2="V" k="20" />
1304
+ <hkern u1="&#xd8;" u2="T" k="61" />
1305
+ <hkern u1="&#xd8;" u2="A" k="41" />
1306
+ <hkern u1="&#xd8;" u2="&#x2e;" k="82" />
1307
+ <hkern u1="&#xd8;" u2="&#x2c;" k="82" />
1308
+ <hkern u1="&#xd9;" u2="&#x201e;" k="41" />
1309
+ <hkern u1="&#xd9;" u2="&#x201a;" k="41" />
1310
+ <hkern u1="&#xd9;" u2="&#xc5;" k="20" />
1311
+ <hkern u1="&#xd9;" u2="&#xc4;" k="20" />
1312
+ <hkern u1="&#xd9;" u2="&#xc3;" k="20" />
1313
+ <hkern u1="&#xd9;" u2="&#xc2;" k="20" />
1314
+ <hkern u1="&#xd9;" u2="&#xc1;" k="20" />
1315
+ <hkern u1="&#xd9;" u2="&#xc0;" k="20" />
1316
+ <hkern u1="&#xd9;" u2="A" k="20" />
1317
+ <hkern u1="&#xd9;" u2="&#x2e;" k="41" />
1318
+ <hkern u1="&#xd9;" u2="&#x2c;" k="41" />
1319
+ <hkern u1="&#xda;" u2="&#x201e;" k="41" />
1320
+ <hkern u1="&#xda;" u2="&#x201a;" k="41" />
1321
+ <hkern u1="&#xda;" u2="&#xc5;" k="20" />
1322
+ <hkern u1="&#xda;" u2="&#xc4;" k="20" />
1323
+ <hkern u1="&#xda;" u2="&#xc3;" k="20" />
1324
+ <hkern u1="&#xda;" u2="&#xc2;" k="20" />
1325
+ <hkern u1="&#xda;" u2="&#xc1;" k="20" />
1326
+ <hkern u1="&#xda;" u2="&#xc0;" k="20" />
1327
+ <hkern u1="&#xda;" u2="A" k="20" />
1328
+ <hkern u1="&#xda;" u2="&#x2e;" k="41" />
1329
+ <hkern u1="&#xda;" u2="&#x2c;" k="41" />
1330
+ <hkern u1="&#xdb;" u2="&#x201e;" k="41" />
1331
+ <hkern u1="&#xdb;" u2="&#x201a;" k="41" />
1332
+ <hkern u1="&#xdb;" u2="&#xc5;" k="20" />
1333
+ <hkern u1="&#xdb;" u2="&#xc4;" k="20" />
1334
+ <hkern u1="&#xdb;" u2="&#xc3;" k="20" />
1335
+ <hkern u1="&#xdb;" u2="&#xc2;" k="20" />
1336
+ <hkern u1="&#xdb;" u2="&#xc1;" k="20" />
1337
+ <hkern u1="&#xdb;" u2="&#xc0;" k="20" />
1338
+ <hkern u1="&#xdb;" u2="A" k="20" />
1339
+ <hkern u1="&#xdb;" u2="&#x2e;" k="41" />
1340
+ <hkern u1="&#xdb;" u2="&#x2c;" k="41" />
1341
+ <hkern u1="&#xdc;" u2="&#x201e;" k="41" />
1342
+ <hkern u1="&#xdc;" u2="&#x201a;" k="41" />
1343
+ <hkern u1="&#xdc;" u2="&#xc5;" k="20" />
1344
+ <hkern u1="&#xdc;" u2="&#xc4;" k="20" />
1345
+ <hkern u1="&#xdc;" u2="&#xc3;" k="20" />
1346
+ <hkern u1="&#xdc;" u2="&#xc2;" k="20" />
1347
+ <hkern u1="&#xdc;" u2="&#xc1;" k="20" />
1348
+ <hkern u1="&#xdc;" u2="&#xc0;" k="20" />
1349
+ <hkern u1="&#xdc;" u2="A" k="20" />
1350
+ <hkern u1="&#xdc;" u2="&#x2e;" k="41" />
1351
+ <hkern u1="&#xdc;" u2="&#x2c;" k="41" />
1352
+ <hkern u1="&#xdd;" u2="&#x201e;" k="123" />
1353
+ <hkern u1="&#xdd;" u2="&#x201a;" k="123" />
1354
+ <hkern u1="&#xdd;" u2="&#x153;" k="102" />
1355
+ <hkern u1="&#xdd;" u2="&#x152;" k="41" />
1356
+ <hkern u1="&#xdd;" u2="&#xfc;" k="61" />
1357
+ <hkern u1="&#xdd;" u2="&#xfb;" k="61" />
1358
+ <hkern u1="&#xdd;" u2="&#xfa;" k="61" />
1359
+ <hkern u1="&#xdd;" u2="&#xf9;" k="61" />
1360
+ <hkern u1="&#xdd;" u2="&#xf8;" k="102" />
1361
+ <hkern u1="&#xdd;" u2="&#xf6;" k="102" />
1362
+ <hkern u1="&#xdd;" u2="&#xf5;" k="102" />
1363
+ <hkern u1="&#xdd;" u2="&#xf4;" k="102" />
1364
+ <hkern u1="&#xdd;" u2="&#xf3;" k="102" />
1365
+ <hkern u1="&#xdd;" u2="&#xf2;" k="102" />
1366
+ <hkern u1="&#xdd;" u2="&#xeb;" k="102" />
1367
+ <hkern u1="&#xdd;" u2="&#xea;" k="102" />
1368
+ <hkern u1="&#xdd;" u2="&#xe9;" k="102" />
1369
+ <hkern u1="&#xdd;" u2="&#xe8;" k="102" />
1370
+ <hkern u1="&#xdd;" u2="&#xe7;" k="102" />
1371
+ <hkern u1="&#xdd;" u2="&#xe6;" k="102" />
1372
+ <hkern u1="&#xdd;" u2="&#xe5;" k="102" />
1373
+ <hkern u1="&#xdd;" u2="&#xe4;" k="102" />
1374
+ <hkern u1="&#xdd;" u2="&#xe3;" k="102" />
1375
+ <hkern u1="&#xdd;" u2="&#xe2;" k="102" />
1376
+ <hkern u1="&#xdd;" u2="&#xe1;" k="102" />
1377
+ <hkern u1="&#xdd;" u2="&#xe0;" k="102" />
1378
+ <hkern u1="&#xdd;" u2="&#xd8;" k="41" />
1379
+ <hkern u1="&#xdd;" u2="&#xd6;" k="41" />
1380
+ <hkern u1="&#xdd;" u2="&#xd5;" k="41" />
1381
+ <hkern u1="&#xdd;" u2="&#xd4;" k="41" />
1382
+ <hkern u1="&#xdd;" u2="&#xd3;" k="41" />
1383
+ <hkern u1="&#xdd;" u2="&#xd2;" k="41" />
1384
+ <hkern u1="&#xdd;" u2="&#xc7;" k="41" />
1385
+ <hkern u1="&#xdd;" u2="&#xc5;" k="123" />
1386
+ <hkern u1="&#xdd;" u2="&#xc4;" k="123" />
1387
+ <hkern u1="&#xdd;" u2="&#xc3;" k="123" />
1388
+ <hkern u1="&#xdd;" u2="&#xc2;" k="123" />
1389
+ <hkern u1="&#xdd;" u2="&#xc1;" k="123" />
1390
+ <hkern u1="&#xdd;" u2="&#xc0;" k="123" />
1391
+ <hkern u1="&#xdd;" u2="z" k="41" />
1392
+ <hkern u1="&#xdd;" u2="u" k="61" />
1393
+ <hkern u1="&#xdd;" u2="s" k="82" />
1394
+ <hkern u1="&#xdd;" u2="r" k="61" />
1395
+ <hkern u1="&#xdd;" u2="q" k="102" />
1396
+ <hkern u1="&#xdd;" u2="p" k="61" />
1397
+ <hkern u1="&#xdd;" u2="o" k="102" />
1398
+ <hkern u1="&#xdd;" u2="n" k="61" />
1399
+ <hkern u1="&#xdd;" u2="m" k="61" />
1400
+ <hkern u1="&#xdd;" u2="g" k="41" />
1401
+ <hkern u1="&#xdd;" u2="e" k="102" />
1402
+ <hkern u1="&#xdd;" u2="d" k="102" />
1403
+ <hkern u1="&#xdd;" u2="c" k="102" />
1404
+ <hkern u1="&#xdd;" u2="a" k="102" />
1405
+ <hkern u1="&#xdd;" u2="Q" k="41" />
1406
+ <hkern u1="&#xdd;" u2="O" k="41" />
1407
+ <hkern u1="&#xdd;" u2="G" k="41" />
1408
+ <hkern u1="&#xdd;" u2="C" k="41" />
1409
+ <hkern u1="&#xdd;" u2="A" k="123" />
1410
+ <hkern u1="&#xdd;" u2="&#x3f;" k="-41" />
1411
+ <hkern u1="&#xdd;" u2="&#x2e;" k="123" />
1412
+ <hkern u1="&#xdd;" u2="&#x2c;" k="123" />
1413
+ <hkern u1="&#xde;" u2="&#x201e;" k="266" />
1414
+ <hkern u1="&#xde;" u2="&#x201a;" k="266" />
1415
+ <hkern u1="&#xde;" u2="&#xc5;" k="102" />
1416
+ <hkern u1="&#xde;" u2="&#xc4;" k="102" />
1417
+ <hkern u1="&#xde;" u2="&#xc3;" k="102" />
1418
+ <hkern u1="&#xde;" u2="&#xc2;" k="102" />
1419
+ <hkern u1="&#xde;" u2="&#xc1;" k="102" />
1420
+ <hkern u1="&#xde;" u2="&#xc0;" k="102" />
1421
+ <hkern u1="&#xde;" u2="Z" k="20" />
1422
+ <hkern u1="&#xde;" u2="X" k="41" />
1423
+ <hkern u1="&#xde;" u2="A" k="102" />
1424
+ <hkern u1="&#xde;" u2="&#x2e;" k="266" />
1425
+ <hkern u1="&#xde;" u2="&#x2c;" k="266" />
1426
+ <hkern u1="&#xe0;" u2="&#x201d;" k="20" />
1427
+ <hkern u1="&#xe0;" u2="&#x2019;" k="20" />
1428
+ <hkern u1="&#xe0;" u2="&#x27;" k="20" />
1429
+ <hkern u1="&#xe0;" u2="&#x22;" k="20" />
1430
+ <hkern u1="&#xe1;" u2="&#x201d;" k="20" />
1431
+ <hkern u1="&#xe1;" u2="&#x2019;" k="20" />
1432
+ <hkern u1="&#xe1;" u2="&#x27;" k="20" />
1433
+ <hkern u1="&#xe1;" u2="&#x22;" k="20" />
1434
+ <hkern u1="&#xe2;" u2="&#x201d;" k="20" />
1435
+ <hkern u1="&#xe2;" u2="&#x2019;" k="20" />
1436
+ <hkern u1="&#xe2;" u2="&#x27;" k="20" />
1437
+ <hkern u1="&#xe2;" u2="&#x22;" k="20" />
1438
+ <hkern u1="&#xe3;" u2="&#x201d;" k="20" />
1439
+ <hkern u1="&#xe3;" u2="&#x2019;" k="20" />
1440
+ <hkern u1="&#xe3;" u2="&#x27;" k="20" />
1441
+ <hkern u1="&#xe3;" u2="&#x22;" k="20" />
1442
+ <hkern u1="&#xe4;" u2="&#x201d;" k="20" />
1443
+ <hkern u1="&#xe4;" u2="&#x2019;" k="20" />
1444
+ <hkern u1="&#xe4;" u2="&#x27;" k="20" />
1445
+ <hkern u1="&#xe4;" u2="&#x22;" k="20" />
1446
+ <hkern u1="&#xe5;" u2="&#x201d;" k="20" />
1447
+ <hkern u1="&#xe5;" u2="&#x2019;" k="20" />
1448
+ <hkern u1="&#xe5;" u2="&#x27;" k="20" />
1449
+ <hkern u1="&#xe5;" u2="&#x22;" k="20" />
1450
+ <hkern u1="&#xe8;" u2="&#x201d;" k="20" />
1451
+ <hkern u1="&#xe8;" u2="&#x2019;" k="20" />
1452
+ <hkern u1="&#xe8;" u2="&#xfd;" k="41" />
1453
+ <hkern u1="&#xe8;" u2="z" k="20" />
1454
+ <hkern u1="&#xe8;" u2="y" k="41" />
1455
+ <hkern u1="&#xe8;" u2="x" k="41" />
1456
+ <hkern u1="&#xe8;" u2="w" k="41" />
1457
+ <hkern u1="&#xe8;" u2="v" k="41" />
1458
+ <hkern u1="&#xe8;" u2="&#x27;" k="20" />
1459
+ <hkern u1="&#xe8;" u2="&#x22;" k="20" />
1460
+ <hkern u1="&#xe9;" u2="&#x201d;" k="20" />
1461
+ <hkern u1="&#xe9;" u2="&#x2019;" k="20" />
1462
+ <hkern u1="&#xe9;" u2="&#xfd;" k="41" />
1463
+ <hkern u1="&#xe9;" u2="z" k="20" />
1464
+ <hkern u1="&#xe9;" u2="y" k="41" />
1465
+ <hkern u1="&#xe9;" u2="x" k="41" />
1466
+ <hkern u1="&#xe9;" u2="w" k="41" />
1467
+ <hkern u1="&#xe9;" u2="v" k="41" />
1468
+ <hkern u1="&#xe9;" u2="&#x27;" k="20" />
1469
+ <hkern u1="&#xe9;" u2="&#x22;" k="20" />
1470
+ <hkern u1="&#xea;" u2="&#x201d;" k="20" />
1471
+ <hkern u1="&#xea;" u2="&#x2019;" k="20" />
1472
+ <hkern u1="&#xea;" u2="&#xfd;" k="41" />
1473
+ <hkern u1="&#xea;" u2="z" k="20" />
1474
+ <hkern u1="&#xea;" u2="y" k="41" />
1475
+ <hkern u1="&#xea;" u2="x" k="41" />
1476
+ <hkern u1="&#xea;" u2="w" k="41" />
1477
+ <hkern u1="&#xea;" u2="v" k="41" />
1478
+ <hkern u1="&#xea;" u2="&#x27;" k="20" />
1479
+ <hkern u1="&#xea;" u2="&#x22;" k="20" />
1480
+ <hkern u1="&#xeb;" u2="&#x201d;" k="20" />
1481
+ <hkern u1="&#xeb;" u2="&#x2019;" k="20" />
1482
+ <hkern u1="&#xeb;" u2="&#xfd;" k="41" />
1483
+ <hkern u1="&#xeb;" u2="z" k="20" />
1484
+ <hkern u1="&#xeb;" u2="y" k="41" />
1485
+ <hkern u1="&#xeb;" u2="x" k="41" />
1486
+ <hkern u1="&#xeb;" u2="w" k="41" />
1487
+ <hkern u1="&#xeb;" u2="v" k="41" />
1488
+ <hkern u1="&#xeb;" u2="&#x27;" k="20" />
1489
+ <hkern u1="&#xeb;" u2="&#x22;" k="20" />
1490
+ <hkern u1="&#xf0;" u2="&#x201d;" k="20" />
1491
+ <hkern u1="&#xf0;" u2="&#x2019;" k="20" />
1492
+ <hkern u1="&#xf0;" u2="&#xfd;" k="41" />
1493
+ <hkern u1="&#xf0;" u2="z" k="20" />
1494
+ <hkern u1="&#xf0;" u2="y" k="41" />
1495
+ <hkern u1="&#xf0;" u2="x" k="41" />
1496
+ <hkern u1="&#xf0;" u2="w" k="41" />
1497
+ <hkern u1="&#xf0;" u2="v" k="41" />
1498
+ <hkern u1="&#xf0;" u2="&#x27;" k="20" />
1499
+ <hkern u1="&#xf0;" u2="&#x22;" k="20" />
1500
+ <hkern u1="&#xf2;" u2="&#x201d;" k="20" />
1501
+ <hkern u1="&#xf2;" u2="&#x2019;" k="20" />
1502
+ <hkern u1="&#xf2;" u2="&#xfd;" k="41" />
1503
+ <hkern u1="&#xf2;" u2="z" k="20" />
1504
+ <hkern u1="&#xf2;" u2="y" k="41" />
1505
+ <hkern u1="&#xf2;" u2="x" k="41" />
1506
+ <hkern u1="&#xf2;" u2="w" k="41" />
1507
+ <hkern u1="&#xf2;" u2="v" k="41" />
1508
+ <hkern u1="&#xf2;" u2="&#x27;" k="20" />
1509
+ <hkern u1="&#xf2;" u2="&#x22;" k="20" />
1510
+ <hkern u1="&#xf3;" u2="&#x201d;" k="20" />
1511
+ <hkern u1="&#xf3;" u2="&#x2019;" k="20" />
1512
+ <hkern u1="&#xf3;" u2="&#xfd;" k="41" />
1513
+ <hkern u1="&#xf3;" u2="z" k="20" />
1514
+ <hkern u1="&#xf3;" u2="y" k="41" />
1515
+ <hkern u1="&#xf3;" u2="x" k="41" />
1516
+ <hkern u1="&#xf3;" u2="w" k="41" />
1517
+ <hkern u1="&#xf3;" u2="v" k="41" />
1518
+ <hkern u1="&#xf3;" u2="&#x27;" k="20" />
1519
+ <hkern u1="&#xf3;" u2="&#x22;" k="20" />
1520
+ <hkern u1="&#xf4;" u2="&#x201d;" k="20" />
1521
+ <hkern u1="&#xf4;" u2="&#x2019;" k="20" />
1522
+ <hkern u1="&#xf4;" u2="&#xfd;" k="41" />
1523
+ <hkern u1="&#xf4;" u2="z" k="20" />
1524
+ <hkern u1="&#xf4;" u2="y" k="41" />
1525
+ <hkern u1="&#xf4;" u2="x" k="41" />
1526
+ <hkern u1="&#xf4;" u2="w" k="41" />
1527
+ <hkern u1="&#xf4;" u2="v" k="41" />
1528
+ <hkern u1="&#xf4;" u2="&#x27;" k="20" />
1529
+ <hkern u1="&#xf4;" u2="&#x22;" k="20" />
1530
+ <hkern u1="&#xf6;" u2="&#x201d;" k="41" />
1531
+ <hkern u1="&#xf6;" u2="&#x2019;" k="41" />
1532
+ <hkern u1="&#xf6;" u2="&#x27;" k="41" />
1533
+ <hkern u1="&#xf6;" u2="&#x22;" k="41" />
1534
+ <hkern u1="&#xf8;" u2="&#x201d;" k="20" />
1535
+ <hkern u1="&#xf8;" u2="&#x2019;" k="20" />
1536
+ <hkern u1="&#xf8;" u2="&#xfd;" k="41" />
1537
+ <hkern u1="&#xf8;" u2="z" k="20" />
1538
+ <hkern u1="&#xf8;" u2="y" k="41" />
1539
+ <hkern u1="&#xf8;" u2="x" k="41" />
1540
+ <hkern u1="&#xf8;" u2="w" k="41" />
1541
+ <hkern u1="&#xf8;" u2="v" k="41" />
1542
+ <hkern u1="&#xf8;" u2="&#x27;" k="20" />
1543
+ <hkern u1="&#xf8;" u2="&#x22;" k="20" />
1544
+ <hkern u1="&#xfd;" u2="&#x201e;" k="82" />
1545
+ <hkern u1="&#xfd;" u2="&#x201d;" k="-82" />
1546
+ <hkern u1="&#xfd;" u2="&#x201a;" k="82" />
1547
+ <hkern u1="&#xfd;" u2="&#x2019;" k="-82" />
1548
+ <hkern u1="&#xfd;" u2="&#x3f;" k="-41" />
1549
+ <hkern u1="&#xfd;" u2="&#x2e;" k="82" />
1550
+ <hkern u1="&#xfd;" u2="&#x2c;" k="82" />
1551
+ <hkern u1="&#xfd;" u2="&#x27;" k="-82" />
1552
+ <hkern u1="&#xfd;" u2="&#x22;" k="-82" />
1553
+ <hkern u1="&#xfe;" u2="&#x201d;" k="20" />
1554
+ <hkern u1="&#xfe;" u2="&#x2019;" k="20" />
1555
+ <hkern u1="&#xfe;" u2="&#xfd;" k="41" />
1556
+ <hkern u1="&#xfe;" u2="z" k="20" />
1557
+ <hkern u1="&#xfe;" u2="y" k="41" />
1558
+ <hkern u1="&#xfe;" u2="x" k="41" />
1559
+ <hkern u1="&#xfe;" u2="w" k="41" />
1560
+ <hkern u1="&#xfe;" u2="v" k="41" />
1561
+ <hkern u1="&#xfe;" u2="&#x27;" k="20" />
1562
+ <hkern u1="&#xfe;" u2="&#x22;" k="20" />
1563
+ <hkern u1="&#xff;" u2="&#x201e;" k="82" />
1564
+ <hkern u1="&#xff;" u2="&#x201d;" k="-82" />
1565
+ <hkern u1="&#xff;" u2="&#x201a;" k="82" />
1566
+ <hkern u1="&#xff;" u2="&#x2019;" k="-82" />
1567
+ <hkern u1="&#xff;" u2="&#x3f;" k="-41" />
1568
+ <hkern u1="&#xff;" u2="&#x2e;" k="82" />
1569
+ <hkern u1="&#xff;" u2="&#x2c;" k="82" />
1570
+ <hkern u1="&#xff;" u2="&#x27;" k="-82" />
1571
+ <hkern u1="&#xff;" u2="&#x22;" k="-82" />
1572
+ <hkern u1="&#x152;" u2="J" k="-123" />
1573
+ <hkern u1="&#x178;" u2="&#x201e;" k="123" />
1574
+ <hkern u1="&#x178;" u2="&#x201a;" k="123" />
1575
+ <hkern u1="&#x178;" u2="&#x153;" k="102" />
1576
+ <hkern u1="&#x178;" u2="&#x152;" k="41" />
1577
+ <hkern u1="&#x178;" u2="&#xfc;" k="61" />
1578
+ <hkern u1="&#x178;" u2="&#xfb;" k="61" />
1579
+ <hkern u1="&#x178;" u2="&#xfa;" k="61" />
1580
+ <hkern u1="&#x178;" u2="&#xf9;" k="61" />
1581
+ <hkern u1="&#x178;" u2="&#xf8;" k="102" />
1582
+ <hkern u1="&#x178;" u2="&#xf6;" k="102" />
1583
+ <hkern u1="&#x178;" u2="&#xf5;" k="102" />
1584
+ <hkern u1="&#x178;" u2="&#xf4;" k="102" />
1585
+ <hkern u1="&#x178;" u2="&#xf3;" k="102" />
1586
+ <hkern u1="&#x178;" u2="&#xf2;" k="102" />
1587
+ <hkern u1="&#x178;" u2="&#xeb;" k="102" />
1588
+ <hkern u1="&#x178;" u2="&#xea;" k="102" />
1589
+ <hkern u1="&#x178;" u2="&#xe9;" k="102" />
1590
+ <hkern u1="&#x178;" u2="&#xe8;" k="102" />
1591
+ <hkern u1="&#x178;" u2="&#xe7;" k="102" />
1592
+ <hkern u1="&#x178;" u2="&#xe6;" k="102" />
1593
+ <hkern u1="&#x178;" u2="&#xe5;" k="102" />
1594
+ <hkern u1="&#x178;" u2="&#xe4;" k="102" />
1595
+ <hkern u1="&#x178;" u2="&#xe3;" k="102" />
1596
+ <hkern u1="&#x178;" u2="&#xe2;" k="102" />
1597
+ <hkern u1="&#x178;" u2="&#xe1;" k="102" />
1598
+ <hkern u1="&#x178;" u2="&#xe0;" k="102" />
1599
+ <hkern u1="&#x178;" u2="&#xd8;" k="41" />
1600
+ <hkern u1="&#x178;" u2="&#xd6;" k="41" />
1601
+ <hkern u1="&#x178;" u2="&#xd5;" k="41" />
1602
+ <hkern u1="&#x178;" u2="&#xd4;" k="41" />
1603
+ <hkern u1="&#x178;" u2="&#xd3;" k="41" />
1604
+ <hkern u1="&#x178;" u2="&#xd2;" k="41" />
1605
+ <hkern u1="&#x178;" u2="&#xc7;" k="41" />
1606
+ <hkern u1="&#x178;" u2="&#xc5;" k="123" />
1607
+ <hkern u1="&#x178;" u2="&#xc4;" k="123" />
1608
+ <hkern u1="&#x178;" u2="&#xc3;" k="123" />
1609
+ <hkern u1="&#x178;" u2="&#xc2;" k="123" />
1610
+ <hkern u1="&#x178;" u2="&#xc1;" k="123" />
1611
+ <hkern u1="&#x178;" u2="&#xc0;" k="123" />
1612
+ <hkern u1="&#x178;" u2="z" k="41" />
1613
+ <hkern u1="&#x178;" u2="u" k="61" />
1614
+ <hkern u1="&#x178;" u2="s" k="82" />
1615
+ <hkern u1="&#x178;" u2="r" k="61" />
1616
+ <hkern u1="&#x178;" u2="q" k="102" />
1617
+ <hkern u1="&#x178;" u2="p" k="61" />
1618
+ <hkern u1="&#x178;" u2="o" k="102" />
1619
+ <hkern u1="&#x178;" u2="n" k="61" />
1620
+ <hkern u1="&#x178;" u2="m" k="61" />
1621
+ <hkern u1="&#x178;" u2="g" k="41" />
1622
+ <hkern u1="&#x178;" u2="e" k="102" />
1623
+ <hkern u1="&#x178;" u2="d" k="102" />
1624
+ <hkern u1="&#x178;" u2="c" k="102" />
1625
+ <hkern u1="&#x178;" u2="a" k="102" />
1626
+ <hkern u1="&#x178;" u2="Q" k="41" />
1627
+ <hkern u1="&#x178;" u2="O" k="41" />
1628
+ <hkern u1="&#x178;" u2="G" k="41" />
1629
+ <hkern u1="&#x178;" u2="C" k="41" />
1630
+ <hkern u1="&#x178;" u2="A" k="123" />
1631
+ <hkern u1="&#x178;" u2="&#x3f;" k="-41" />
1632
+ <hkern u1="&#x178;" u2="&#x2e;" k="123" />
1633
+ <hkern u1="&#x178;" u2="&#x2c;" k="123" />
1634
+ <hkern u1="&#x2013;" u2="T" k="82" />
1635
+ <hkern u1="&#x2014;" u2="T" k="82" />
1636
+ <hkern u1="&#x2018;" u2="&#x178;" k="-20" />
1637
+ <hkern u1="&#x2018;" u2="&#x153;" k="123" />
1638
+ <hkern u1="&#x2018;" u2="&#xfc;" k="61" />
1639
+ <hkern u1="&#x2018;" u2="&#xfb;" k="61" />
1640
+ <hkern u1="&#x2018;" u2="&#xfa;" k="61" />
1641
+ <hkern u1="&#x2018;" u2="&#xf9;" k="61" />
1642
+ <hkern u1="&#x2018;" u2="&#xf8;" k="123" />
1643
+ <hkern u1="&#x2018;" u2="&#xf6;" k="123" />
1644
+ <hkern u1="&#x2018;" u2="&#xf5;" k="123" />
1645
+ <hkern u1="&#x2018;" u2="&#xf4;" k="123" />
1646
+ <hkern u1="&#x2018;" u2="&#xf3;" k="123" />
1647
+ <hkern u1="&#x2018;" u2="&#xf2;" k="123" />
1648
+ <hkern u1="&#x2018;" u2="&#xeb;" k="123" />
1649
+ <hkern u1="&#x2018;" u2="&#xea;" k="123" />
1650
+ <hkern u1="&#x2018;" u2="&#xe9;" k="123" />
1651
+ <hkern u1="&#x2018;" u2="&#xe8;" k="123" />
1652
+ <hkern u1="&#x2018;" u2="&#xe7;" k="123" />
1653
+ <hkern u1="&#x2018;" u2="&#xe6;" k="82" />
1654
+ <hkern u1="&#x2018;" u2="&#xe5;" k="82" />
1655
+ <hkern u1="&#x2018;" u2="&#xe4;" k="82" />
1656
+ <hkern u1="&#x2018;" u2="&#xe3;" k="82" />
1657
+ <hkern u1="&#x2018;" u2="&#xe2;" k="82" />
1658
+ <hkern u1="&#x2018;" u2="&#xe1;" k="82" />
1659
+ <hkern u1="&#x2018;" u2="&#xe0;" k="123" />
1660
+ <hkern u1="&#x2018;" u2="&#xdd;" k="-20" />
1661
+ <hkern u1="&#x2018;" u2="&#xc5;" k="143" />
1662
+ <hkern u1="&#x2018;" u2="&#xc4;" k="143" />
1663
+ <hkern u1="&#x2018;" u2="&#xc3;" k="143" />
1664
+ <hkern u1="&#x2018;" u2="&#xc2;" k="143" />
1665
+ <hkern u1="&#x2018;" u2="&#xc1;" k="143" />
1666
+ <hkern u1="&#x2018;" u2="&#xc0;" k="143" />
1667
+ <hkern u1="&#x2018;" u2="u" k="61" />
1668
+ <hkern u1="&#x2018;" u2="s" k="61" />
1669
+ <hkern u1="&#x2018;" u2="r" k="61" />
1670
+ <hkern u1="&#x2018;" u2="q" k="123" />
1671
+ <hkern u1="&#x2018;" u2="p" k="61" />
1672
+ <hkern u1="&#x2018;" u2="o" k="123" />
1673
+ <hkern u1="&#x2018;" u2="n" k="61" />
1674
+ <hkern u1="&#x2018;" u2="m" k="61" />
1675
+ <hkern u1="&#x2018;" u2="g" k="61" />
1676
+ <hkern u1="&#x2018;" u2="e" k="123" />
1677
+ <hkern u1="&#x2018;" u2="d" k="123" />
1678
+ <hkern u1="&#x2018;" u2="c" k="123" />
1679
+ <hkern u1="&#x2018;" u2="a" k="82" />
1680
+ <hkern u1="&#x2018;" u2="Y" k="-20" />
1681
+ <hkern u1="&#x2018;" u2="W" k="-41" />
1682
+ <hkern u1="&#x2018;" u2="V" k="-41" />
1683
+ <hkern u1="&#x2018;" u2="T" k="-41" />
1684
+ <hkern u1="&#x2018;" u2="A" k="143" />
1685
+ <hkern u1="&#x2019;" u2="&#x178;" k="-20" />
1686
+ <hkern u1="&#x2019;" u2="&#x153;" k="123" />
1687
+ <hkern u1="&#x2019;" u2="&#xfc;" k="61" />
1688
+ <hkern u1="&#x2019;" u2="&#xfb;" k="61" />
1689
+ <hkern u1="&#x2019;" u2="&#xfa;" k="61" />
1690
+ <hkern u1="&#x2019;" u2="&#xf9;" k="61" />
1691
+ <hkern u1="&#x2019;" u2="&#xf8;" k="123" />
1692
+ <hkern u1="&#x2019;" u2="&#xf6;" k="123" />
1693
+ <hkern u1="&#x2019;" u2="&#xf5;" k="123" />
1694
+ <hkern u1="&#x2019;" u2="&#xf4;" k="123" />
1695
+ <hkern u1="&#x2019;" u2="&#xf3;" k="123" />
1696
+ <hkern u1="&#x2019;" u2="&#xf2;" k="123" />
1697
+ <hkern u1="&#x2019;" u2="&#xeb;" k="123" />
1698
+ <hkern u1="&#x2019;" u2="&#xea;" k="123" />
1699
+ <hkern u1="&#x2019;" u2="&#xe9;" k="123" />
1700
+ <hkern u1="&#x2019;" u2="&#xe8;" k="123" />
1701
+ <hkern u1="&#x2019;" u2="&#xe7;" k="123" />
1702
+ <hkern u1="&#x2019;" u2="&#xe6;" k="82" />
1703
+ <hkern u1="&#x2019;" u2="&#xe5;" k="82" />
1704
+ <hkern u1="&#x2019;" u2="&#xe4;" k="82" />
1705
+ <hkern u1="&#x2019;" u2="&#xe3;" k="82" />
1706
+ <hkern u1="&#x2019;" u2="&#xe2;" k="82" />
1707
+ <hkern u1="&#x2019;" u2="&#xe1;" k="82" />
1708
+ <hkern u1="&#x2019;" u2="&#xe0;" k="123" />
1709
+ <hkern u1="&#x2019;" u2="&#xdd;" k="-20" />
1710
+ <hkern u1="&#x2019;" u2="&#xc5;" k="143" />
1711
+ <hkern u1="&#x2019;" u2="&#xc4;" k="143" />
1712
+ <hkern u1="&#x2019;" u2="&#xc3;" k="143" />
1713
+ <hkern u1="&#x2019;" u2="&#xc2;" k="143" />
1714
+ <hkern u1="&#x2019;" u2="&#xc1;" k="143" />
1715
+ <hkern u1="&#x2019;" u2="&#xc0;" k="143" />
1716
+ <hkern u1="&#x2019;" u2="u" k="61" />
1717
+ <hkern u1="&#x2019;" u2="s" k="61" />
1718
+ <hkern u1="&#x2019;" u2="r" k="61" />
1719
+ <hkern u1="&#x2019;" u2="q" k="123" />
1720
+ <hkern u1="&#x2019;" u2="p" k="61" />
1721
+ <hkern u1="&#x2019;" u2="o" k="123" />
1722
+ <hkern u1="&#x2019;" u2="n" k="61" />
1723
+ <hkern u1="&#x2019;" u2="m" k="61" />
1724
+ <hkern u1="&#x2019;" u2="g" k="61" />
1725
+ <hkern u1="&#x2019;" u2="e" k="123" />
1726
+ <hkern u1="&#x2019;" u2="d" k="123" />
1727
+ <hkern u1="&#x2019;" u2="c" k="123" />
1728
+ <hkern u1="&#x2019;" u2="a" k="82" />
1729
+ <hkern u1="&#x2019;" u2="Y" k="-20" />
1730
+ <hkern u1="&#x2019;" u2="W" k="-41" />
1731
+ <hkern u1="&#x2019;" u2="V" k="-41" />
1732
+ <hkern u1="&#x2019;" u2="T" k="-41" />
1733
+ <hkern u1="&#x2019;" u2="A" k="143" />
1734
+ <hkern u1="&#x201a;" u2="&#x178;" k="123" />
1735
+ <hkern u1="&#x201a;" u2="&#x152;" k="102" />
1736
+ <hkern u1="&#x201a;" u2="&#xdd;" k="123" />
1737
+ <hkern u1="&#x201a;" u2="&#xdc;" k="41" />
1738
+ <hkern u1="&#x201a;" u2="&#xdb;" k="41" />
1739
+ <hkern u1="&#x201a;" u2="&#xda;" k="41" />
1740
+ <hkern u1="&#x201a;" u2="&#xd9;" k="41" />
1741
+ <hkern u1="&#x201a;" u2="&#xd8;" k="102" />
1742
+ <hkern u1="&#x201a;" u2="&#xd6;" k="102" />
1743
+ <hkern u1="&#x201a;" u2="&#xd5;" k="102" />
1744
+ <hkern u1="&#x201a;" u2="&#xd4;" k="102" />
1745
+ <hkern u1="&#x201a;" u2="&#xd3;" k="102" />
1746
+ <hkern u1="&#x201a;" u2="&#xd2;" k="102" />
1747
+ <hkern u1="&#x201a;" u2="&#xc7;" k="102" />
1748
+ <hkern u1="&#x201a;" u2="Y" k="123" />
1749
+ <hkern u1="&#x201a;" u2="W" k="123" />
1750
+ <hkern u1="&#x201a;" u2="V" k="123" />
1751
+ <hkern u1="&#x201a;" u2="U" k="41" />
1752
+ <hkern u1="&#x201a;" u2="T" k="143" />
1753
+ <hkern u1="&#x201a;" u2="Q" k="102" />
1754
+ <hkern u1="&#x201a;" u2="O" k="102" />
1755
+ <hkern u1="&#x201a;" u2="G" k="102" />
1756
+ <hkern u1="&#x201a;" u2="C" k="102" />
1757
+ <hkern u1="&#x201c;" u2="&#x178;" k="-20" />
1758
+ <hkern u1="&#x201c;" u2="&#x153;" k="123" />
1759
+ <hkern u1="&#x201c;" u2="&#xfc;" k="61" />
1760
+ <hkern u1="&#x201c;" u2="&#xfb;" k="61" />
1761
+ <hkern u1="&#x201c;" u2="&#xfa;" k="61" />
1762
+ <hkern u1="&#x201c;" u2="&#xf9;" k="61" />
1763
+ <hkern u1="&#x201c;" u2="&#xf8;" k="123" />
1764
+ <hkern u1="&#x201c;" u2="&#xf6;" k="123" />
1765
+ <hkern u1="&#x201c;" u2="&#xf5;" k="123" />
1766
+ <hkern u1="&#x201c;" u2="&#xf4;" k="123" />
1767
+ <hkern u1="&#x201c;" u2="&#xf3;" k="123" />
1768
+ <hkern u1="&#x201c;" u2="&#xf2;" k="123" />
1769
+ <hkern u1="&#x201c;" u2="&#xeb;" k="123" />
1770
+ <hkern u1="&#x201c;" u2="&#xea;" k="123" />
1771
+ <hkern u1="&#x201c;" u2="&#xe9;" k="123" />
1772
+ <hkern u1="&#x201c;" u2="&#xe8;" k="123" />
1773
+ <hkern u1="&#x201c;" u2="&#xe7;" k="123" />
1774
+ <hkern u1="&#x201c;" u2="&#xe6;" k="82" />
1775
+ <hkern u1="&#x201c;" u2="&#xe5;" k="82" />
1776
+ <hkern u1="&#x201c;" u2="&#xe4;" k="82" />
1777
+ <hkern u1="&#x201c;" u2="&#xe3;" k="82" />
1778
+ <hkern u1="&#x201c;" u2="&#xe2;" k="82" />
1779
+ <hkern u1="&#x201c;" u2="&#xe1;" k="82" />
1780
+ <hkern u1="&#x201c;" u2="&#xe0;" k="123" />
1781
+ <hkern u1="&#x201c;" u2="&#xdd;" k="-20" />
1782
+ <hkern u1="&#x201c;" u2="&#xc5;" k="143" />
1783
+ <hkern u1="&#x201c;" u2="&#xc4;" k="143" />
1784
+ <hkern u1="&#x201c;" u2="&#xc3;" k="143" />
1785
+ <hkern u1="&#x201c;" u2="&#xc2;" k="143" />
1786
+ <hkern u1="&#x201c;" u2="&#xc1;" k="143" />
1787
+ <hkern u1="&#x201c;" u2="&#xc0;" k="143" />
1788
+ <hkern u1="&#x201c;" u2="u" k="61" />
1789
+ <hkern u1="&#x201c;" u2="s" k="61" />
1790
+ <hkern u1="&#x201c;" u2="r" k="61" />
1791
+ <hkern u1="&#x201c;" u2="q" k="123" />
1792
+ <hkern u1="&#x201c;" u2="p" k="61" />
1793
+ <hkern u1="&#x201c;" u2="o" k="123" />
1794
+ <hkern u1="&#x201c;" u2="n" k="61" />
1795
+ <hkern u1="&#x201c;" u2="m" k="61" />
1796
+ <hkern u1="&#x201c;" u2="g" k="61" />
1797
+ <hkern u1="&#x201c;" u2="e" k="123" />
1798
+ <hkern u1="&#x201c;" u2="d" k="123" />
1799
+ <hkern u1="&#x201c;" u2="c" k="123" />
1800
+ <hkern u1="&#x201c;" u2="a" k="82" />
1801
+ <hkern u1="&#x201c;" u2="Y" k="-20" />
1802
+ <hkern u1="&#x201c;" u2="W" k="-41" />
1803
+ <hkern u1="&#x201c;" u2="V" k="-41" />
1804
+ <hkern u1="&#x201c;" u2="T" k="-41" />
1805
+ <hkern u1="&#x201c;" u2="A" k="143" />
1806
+ <hkern u1="&#x201e;" u2="&#x178;" k="123" />
1807
+ <hkern u1="&#x201e;" u2="&#x152;" k="102" />
1808
+ <hkern u1="&#x201e;" u2="&#xdd;" k="123" />
1809
+ <hkern u1="&#x201e;" u2="&#xdc;" k="41" />
1810
+ <hkern u1="&#x201e;" u2="&#xdb;" k="41" />
1811
+ <hkern u1="&#x201e;" u2="&#xda;" k="41" />
1812
+ <hkern u1="&#x201e;" u2="&#xd9;" k="41" />
1813
+ <hkern u1="&#x201e;" u2="&#xd8;" k="102" />
1814
+ <hkern u1="&#x201e;" u2="&#xd6;" k="102" />
1815
+ <hkern u1="&#x201e;" u2="&#xd5;" k="102" />
1816
+ <hkern u1="&#x201e;" u2="&#xd4;" k="102" />
1817
+ <hkern u1="&#x201e;" u2="&#xd3;" k="102" />
1818
+ <hkern u1="&#x201e;" u2="&#xd2;" k="102" />
1819
+ <hkern u1="&#x201e;" u2="&#xc7;" k="102" />
1820
+ <hkern u1="&#x201e;" u2="Y" k="123" />
1821
+ <hkern u1="&#x201e;" u2="W" k="123" />
1822
+ <hkern u1="&#x201e;" u2="V" k="123" />
1823
+ <hkern u1="&#x201e;" u2="U" k="41" />
1824
+ <hkern u1="&#x201e;" u2="T" k="143" />
1825
+ <hkern u1="&#x201e;" u2="Q" k="102" />
1826
+ <hkern u1="&#x201e;" u2="O" k="102" />
1827
+ <hkern u1="&#x201e;" u2="G" k="102" />
1828
+ <hkern u1="&#x201e;" u2="C" k="102" />
1829
+ </font>
1830
  </defs></svg>
docs/fonts/OpenSans-BoldItalic-webfont.svg CHANGED
@@ -1,1830 +1,1830 @@
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></metadata>
5
- <defs>
6
- <font id="open_sansbold_italic" horiz-adv-x="1128" >
7
- <font-face units-per-em="2048" ascent="1638" descent="-410" />
8
- <missing-glyph horiz-adv-x="532" />
9
- <glyph unicode="&#xfb01;" horiz-adv-x="1352" d="M0 0zM-45 -492q-104 0 -174 25v242q61 -21 115 -21q61 0 107 40t65 130l204 965h-163l30 145l183 84l18 84q41 190 138.5 277.5t273.5 87.5q131 0 235 -49l-80 -224q-69 31 -133 31q-57 0 -92 -40t-47 -105l-12 -62h219l-49 -229h-220l-215 -1010q-77 -371 -403 -371z M1065 1380q0 87 47.5 131.5t134.5 44.5q73 0 111 -31t38 -89q0 -80 -44 -129.5t-136 -49.5q-151 0 -151 123zM1081 0h-301l237 1118h301z" />
10
- <glyph unicode="&#xfb02;" horiz-adv-x="1352" d="M0 0zM-45 -492q-104 0 -174 25v242q61 -21 115 -21q61 0 107 40t65 130l204 965h-163l30 145l183 84l18 84q41 190 138.5 277.5t273.5 87.5q131 0 235 -49l-80 -224q-69 31 -133 31q-57 0 -92 -40t-47 -105l-12 -62h219l-49 -229h-220l-215 -1010q-77 -371 -403 -371z M1081 0h-301l330 1556h301z" />
11
- <glyph unicode="&#xfb03;" horiz-adv-x="2048" d="M-45 -492q-104 0 -174 25v242q61 -21 115 -21q61 0 107 40t65 130l204 965h-163l30 145l183 84l18 84q41 190 138.5 277.5t273.5 87.5q131 0 235 -49l-80 -224q-69 31 -133 31q-57 0 -92 -40t-47 -105l-12 -62h395l18 84q41 190 138.5 277.5t273.5 87.5q131 0 235 -49 l-79 -224q-69 31 -134 31q-57 0 -91.5 -40t-47.5 -105l-12 -62h219l-49 -229h-219l-215 -1010q-77 -371 -404 -371q-104 0 -174 25v242q61 -21 115 -21q136 0 172 170l205 965h-396l-215 -1010q-77 -371 -403 -371zM1778 0h-301l237 1118h301zM1761 1380q0 87 48 131.5 t135 44.5q73 0 111 -31t38 -89q0 -80 -44 -129.5t-136 -49.5q-152 0 -152 123z" />
12
- <glyph unicode="&#xfb04;" horiz-adv-x="2048" d="M-45 -492q-104 0 -174 25v242q61 -21 115 -21q61 0 107 40t65 130l204 965h-163l30 145l183 84l18 84q41 190 138.5 277.5t273.5 87.5q131 0 235 -49l-80 -224q-69 31 -133 31q-57 0 -92 -40t-47 -105l-12 -62h395l18 84q41 190 138.5 277.5t273.5 87.5q131 0 235 -49 l-79 -224q-69 31 -134 31q-57 0 -91.5 -40t-47.5 -105l-12 -62h219l-49 -229h-219l-215 -1010q-77 -371 -404 -371q-104 0 -174 25v242q61 -21 115 -21q136 0 172 170l205 965h-396l-215 -1010q-77 -371 -403 -371zM1778 0h-301l329 1556h301z" />
13
- <glyph horiz-adv-x="2048" />
14
- <glyph horiz-adv-x="2048" />
15
- <glyph unicode="&#xd;" horiz-adv-x="1044" />
16
- <glyph unicode=" " horiz-adv-x="532" />
17
- <glyph unicode="&#x09;" horiz-adv-x="532" />
18
- <glyph unicode="&#xa0;" horiz-adv-x="532" />
19
- <glyph unicode="!" horiz-adv-x="586" d="M391 485h-241l157 977h340zM25 115q0 90 53.5 144t150.5 54q68 0 109 -38t41 -107q0 -87 -55 -141t-144 -54q-73 0 -114 37.5t-41 104.5z" />
20
- <glyph unicode="&#x22;" horiz-adv-x="928" d="M549 1462l-152 -528h-196l71 528h277zM954 1462l-151 -528h-199l74 528h276z" />
21
- <glyph unicode="#" horiz-adv-x="1323" d="M1036 846l-69 -232h258l-19 -206h-297l-116 -408h-220l117 408h-194l-115 -408h-215l113 408h-238l18 206h277l70 232h-252l18 209h289l119 407h217l-117 -407h199l116 407h215l-116 -407h239l-18 -209h-279zM553 614h197l69 232h-196z" />
22
- <glyph unicode="$" d="M1034 496q0 -184 -125.5 -291.5t-367.5 -124.5l-39 -199h-140l44 201q-209 12 -355 86v266q198 -107 404 -117l71 322q-163 61 -241 151t-78 214q0 173 127 279.5t350 121.5l35 151h139l-33 -151q166 -22 295 -90l-106 -232q-132 65 -242 74l-63 -299q131 -51 195 -99.5 t97 -113t33 -149.5zM594 322q63 9 102 45t39 98q0 46 -24.5 75.5t-59.5 43.5zM633 1157q-62 -7 -96.5 -41t-34.5 -94q0 -79 80 -111z" />
23
- <glyph unicode="%" horiz-adv-x="1753" d="M518 1274q-63 0 -110.5 -128.5t-47.5 -277.5q0 -96 56 -96q65 0 112 131t47 275q0 96 -57 96zM821 1165q0 -166 -56 -310t-151 -217t-217 -73q-139 0 -210.5 83.5t-71.5 236.5q0 169 55.5 311.5t148.5 214.5t216 72q137 0 211.5 -80t74.5 -238zM1554 1462l-1083 -1462 h-240l1088 1462h235zM1376 690q-39 0 -75 -56t-59 -154t-23 -195t55 -97q41 0 77 55t59.5 154.5t23.5 196.5q0 96 -58 96zM1679 590q0 -167 -54 -313.5t-148 -220.5t-215 -74q-144 0 -216.5 78.5t-72.5 222.5q0 177 53 322.5t148 219.5t219 74q137 0 211.5 -78.5 t74.5 -230.5z" />
24
- <glyph unicode="&#x26;" horiz-adv-x="1450" d="M1325 0h-350l-72 98q-175 -118 -403 -118q-209 0 -320.5 97.5t-111.5 280.5q0 145 78.5 248.5t273.5 200.5q-76 130 -76 258q0 195 117.5 307.5t316.5 112.5q169 0 266 -82.5t97 -224.5q0 -280 -365 -426l195 -263q44 57 80.5 121.5t78.5 173.5h300q-133 -313 -310 -497z M541 623q-88 -51 -123 -104.5t-35 -131.5q0 -65 45.5 -108t116.5 -43q115 0 221 59zM662 920q113 59 155.5 111t42.5 112q0 57 -30 82.5t-70 25.5q-66 0 -102.5 -46.5t-36.5 -119.5q0 -46 12 -92t29 -73z" />
25
- <glyph unicode="'" horiz-adv-x="522" d="M549 1462l-152 -528h-196l71 528h277z" />
26
- <glyph unicode="(" horiz-adv-x="694" d="M74 281q0 339 122.5 626.5t381.5 554.5h262q-255 -278 -377.5 -573.5t-122.5 -618.5q0 -308 117 -594h-234q-149 266 -149 605z" />
27
- <glyph unicode=")" horiz-adv-x="694" d="M618 858q0 -342 -124 -630.5t-379 -551.5h-262q499 545 499 1192q0 307 -116 594h233q149 -264 149 -604z" />
28
- <glyph unicode="*" horiz-adv-x="1116" d="M885 1522l-113 -353l387 29l-18 -254l-338 43l160 -336l-246 -73l-90 337l-197 -278l-207 164l275 248l-326 92l86 237l338 -174l33 369z" />
29
- <glyph unicode="+" d="M475 612h-366v219h366v369h219v-369h367v-219h-367v-364h-219v364z" />
30
- <glyph unicode="," horiz-adv-x="569" d="M377 238l8 -23q-118 -255 -262 -479h-225q74 167 194 502h285z" />
31
- <glyph unicode="-" horiz-adv-x="659" d="M41 424l53 250h524l-53 -250h-524z" />
32
- <glyph unicode="." horiz-adv-x="584" d="M25 115q0 90 53.5 144t150.5 54q68 0 109 -38t41 -107q0 -87 -55 -141t-144 -54q-73 0 -114 37.5t-41 104.5z" />
33
- <glyph unicode="/" horiz-adv-x="862" d="M1014 1462l-809 -1462h-295l809 1462h295z" />
34
- <glyph unicode="0" d="M1110 1012q0 -470 -168.5 -751t-472.5 -281q-198 0 -300.5 122t-102.5 365q0 297 84 537t228 360.5t333 120.5q399 0 399 -473zM684 1235q-80 0 -149.5 -104t-117.5 -302t-48 -368q0 -115 27.5 -173.5t97.5 -58.5q81 0 150.5 106t116 301t46.5 386q0 111 -30.5 162 t-92.5 51z" />
35
- <glyph unicode="1" d="M688 0h-305l180 829q35 152 76 287q-9 -8 -61.5 -47t-262.5 -170l-133 215l566 348h249z" />
36
- <glyph unicode="2" d="M913 0h-962l43 213l477 424q180 159 248.5 254.5t68.5 179.5q0 75 -41 114.5t-110 39.5q-66 0 -135.5 -33.5t-171.5 -118.5l-146 203q132 112 252 159.5t250 47.5q190 0 301 -98t111 -259q0 -107 -41 -201t-122.5 -188t-266.5 -245l-269 -222v-10h568z" />
37
- <glyph unicode="3" d="M1104 1149q0 -156 -94.5 -262t-261.5 -135v-4q131 -26 198.5 -106.5t67.5 -201.5q0 -133 -74 -238t-212 -163.5t-327 -58.5q-239 0 -387 79v267q84 -50 182 -75.5t191 -25.5q158 0 243 63.5t85 176.5q0 172 -258 172h-138l46 221h73q167 0 263 62t96 172q0 67 -43 104 t-121 37q-134 0 -287 -100l-127 204q124 81 232.5 113.5t246.5 32.5q190 0 298 -90.5t108 -243.5z" />
38
- <glyph unicode="4" d="M1028 303h-170l-63 -303h-293l63 303h-590l48 234l770 925h311l-195 -919h170zM616 543l58 248q12 58 40 164t42 141h-6q-35 -63 -132 -181l-313 -372h311z" />
39
- <glyph unicode="5" d="M623 922q183 0 289 -103t106 -287q0 -167 -71.5 -292t-208.5 -192.5t-330 -67.5q-117 0 -218.5 23t-162.5 58v269q174 -99 352 -99q154 0 241 71t87 194q0 94 -57.5 141t-166.5 47q-102 0 -213 -33l-104 78l207 733h755l-55 -262h-489l-88 -293q72 15 127 15z" />
40
- <glyph unicode="6" d="M88 469q0 202 61 395.5t167.5 335t256.5 213.5t357 72q125 0 223 -27l-51 -246q-84 25 -191 25q-194 0 -313.5 -108t-185.5 -345h4q115 166 311 166q157 0 242.5 -97t85.5 -273q0 -169 -71 -313.5t-190.5 -215.5t-277.5 -71q-212 0 -320 127t-108 362zM530 227 q99 0 161.5 94t62.5 236q0 71 -33.5 113.5t-102.5 42.5q-60 0 -114.5 -35.5t-87.5 -95.5t-33 -160q0 -91 40 -143t107 -52z" />
41
- <glyph unicode="7" d="M78 0l737 1202h-629l56 260h975l-41 -194l-752 -1268h-346z" />
42
- <glyph unicode="8" d="M721 1485q123 0 215.5 -42t141 -118t48.5 -174q0 -134 -80.5 -233.5t-230.5 -151.5q217 -141 217 -365q0 -122 -63.5 -218.5t-181 -149.5t-273.5 -53q-214 0 -336.5 100t-122.5 270q0 298 348 426q-165 132 -165 299q0 119 58 212.5t168 145.5t257 52zM582 643 q-116 -45 -173 -107t-57 -153q0 -81 50 -128.5t135 -47.5q93 0 147.5 53.5t54.5 138.5q0 73 -36.5 131.5t-120.5 112.5zM694 1260q-76 0 -121 -46.5t-45 -119.5q0 -132 123 -201q185 72 185 221q0 68 -39.5 107t-102.5 39z" />
43
- <glyph unicode="9" d="M1092 1001q0 -280 -99 -533t-264 -370.5t-403 -117.5q-128 0 -240 32v256q111 -41 227 -41q121 0 207.5 49t144 138.5t99.5 257.5h-4q-111 -158 -295 -158q-163 0 -252.5 103.5t-89.5 285.5q0 166 73 305.5t196 208t286 68.5q203 0 308.5 -123t105.5 -361zM645 1237 q-65 0 -115.5 -42t-78 -114t-27.5 -153q0 -87 37.5 -131.5t105.5 -44.5q60 0 111.5 36.5t82 100t30.5 158.5q0 84 -35.5 137t-110.5 53z" />
44
- <glyph unicode=":" horiz-adv-x="584" d="M207 940q0 92 55.5 145.5t149.5 53.5q68 0 108.5 -38.5t40.5 -107.5q0 -86 -54.5 -140t-144.5 -54q-72 0 -113.5 36.5t-41.5 104.5zM25 115q0 90 53.5 144t150.5 54q68 0 109 -38t41 -107q0 -87 -55 -141t-144 -54q-73 0 -114 37.5t-41 104.5z" />
45
- <glyph unicode=";" horiz-adv-x="584" d="M385 215q-118 -255 -262 -479h-225q74 167 194 502h285zM207 940q0 92 55.5 145.5t149.5 53.5q68 0 108.5 -38.5t40.5 -107.5q0 -86 -54.5 -140t-144.5 -54q-72 0 -113.5 36.5t-41.5 104.5z" />
46
- <glyph unicode="&#x3c;" d="M1061 203l-952 438v143l952 496v-240l-643 -317l643 -281v-239z" />
47
- <glyph unicode="=" d="M109 807v217h952v-217h-952zM109 418v219h952v-219h-952z" />
48
- <glyph unicode="&#x3e;" d="M109 442l643 281l-643 317v240l952 -496v-143l-952 -438v239z" />
49
- <glyph unicode="?" horiz-adv-x="940" d="M260 485l14 78q19 103 73.5 177t172.5 155q124 84 157.5 127t33.5 96q0 119 -133 119q-50 0 -106.5 -16t-201.5 -84l-92 221q230 125 445 125q177 0 280 -87.5t103 -244.5q0 -83 -28.5 -149.5t-82.5 -123t-190 -147.5q-64 -43 -96.5 -73t-52.5 -64.5t-38 -108.5h-258z M166 115q0 91 55 144.5t150 53.5q68 0 108.5 -38t40.5 -107q0 -87 -55 -141t-143 -54q-74 0 -115 38t-41 104z" />
50
- <glyph unicode="@" horiz-adv-x="1753" d="M1733 840q0 -173 -64 -321t-177.5 -231t-254.5 -83q-88 0 -144.5 38.5t-72.5 108.5h-6q-50 -77 -113 -112t-147 -35q-127 0 -198 79.5t-71 229.5q0 147 67.5 276.5t187.5 205t268 75.5q185 0 327 -55l-106 -420q-11 -44 -19 -76.5t-8 -64.5q0 -68 58 -68q66 0 124 64 t92.5 171t34.5 214q0 213 -123.5 325.5t-359.5 112.5q-203 0 -366.5 -94t-255 -266t-91.5 -392q0 -243 134 -380.5t376 -137.5q117 0 219.5 20t221.5 66v-186q-230 -90 -465 -90q-217 0 -378 85.5t-246 241.5t-85 359q0 279 120.5 497t343 341.5t497.5 123.5 q318 0 499 -163.5t181 -458.5zM995 889q-82 0 -145.5 -51.5t-100 -137t-36.5 -174.5q0 -65 24.5 -102t69.5 -37q141 0 213 270l57 222q-36 10 -82 10z" />
51
- <glyph unicode="A" horiz-adv-x="1286" d="M842 348h-473l-172 -348h-320l766 1468h373l147 -1468h-297zM827 608l-26 350q-10 131 -10 253v36q-44 -120 -109 -254l-188 -385h333z" />
52
- <glyph unicode="B" horiz-adv-x="1270" d="M788 1462q229 0 346 -81.5t117 -243.5q0 -150 -83 -247.5t-236 -129.5v-6q100 -26 159.5 -96.5t59.5 -180.5q0 -229 -153 -353t-423 -124h-522l309 1462h426zM545 883h149q121 0 181.5 48.5t60.5 139.5q0 137 -170 137h-152zM412 256h180q117 0 183.5 58t66.5 161 q0 162 -183 162h-165z" />
53
- <glyph unicode="C" horiz-adv-x="1253" d="M905 1227q-132 0 -237.5 -81t-169.5 -238.5t-64 -338.5q0 -167 68.5 -248t218.5 -81q146 0 338 77v-260q-199 -77 -400 -77q-254 0 -395 149.5t-141 423.5q0 262 104 482.5t278 335t400 114.5q125 0 222 -22.5t208 -82.5l-118 -250q-106 59 -175 78t-137 19z" />
54
- <glyph unicode="D" horiz-adv-x="1386" d="M1323 909q0 -280 -98 -486.5t-283.5 -314.5t-437.5 -108h-451l309 1462h396q270 0 417.5 -143t147.5 -410zM518 256q148 0 258 76t172 223.5t62 337.5q0 154 -72.5 234.5t-208.5 80.5h-115l-202 -952h106z" />
55
- <glyph unicode="E" horiz-adv-x="1110" d="M870 0h-817l309 1462h818l-54 -254h-512l-67 -321h477l-55 -254h-477l-80 -377h512z" />
56
- <glyph unicode="F" horiz-adv-x="1087" d="M358 0h-305l309 1462h814l-54 -254h-508l-79 -377h473l-56 -253h-473z" />
57
- <glyph unicode="G" horiz-adv-x="1413" d="M754 821h563l-162 -762q-134 -46 -248.5 -62.5t-242.5 -16.5q-259 0 -400 147t-141 422q0 268 107 484.5t301 334t448 117.5q218 0 410 -99l-115 -251q-74 40 -148 64t-161 24q-153 0 -273.5 -83t-189 -236.5t-68.5 -330.5q0 -172 72.5 -252.5t222.5 -80.5q76 0 170 24 l66 299h-267z" />
58
- <glyph unicode="H" horiz-adv-x="1434" d="M1135 0h-306l134 631h-471l-134 -631h-305l309 1462h306l-121 -573h471l121 573h305z" />
59
- <glyph unicode="I" horiz-adv-x="659" d="M53 0l312 1462h305l-312 -1462h-305z" />
60
- <glyph unicode="J" horiz-adv-x="678" d="M-135 -430q-94 0 -187 27v253q88 -20 164 -20q99 0 160.5 60.5t89.5 191.5l293 1380h305l-303 -1423q-52 -245 -175.5 -357t-346.5 -112z" />
61
- <glyph unicode="K" horiz-adv-x="1255" d="M1141 0h-338l-211 592l-125 -70l-109 -522h-305l309 1462h306l-152 -702l158 205l409 497h361l-594 -700z" />
62
- <glyph unicode="L" horiz-adv-x="1061" d="M53 0l309 1462h306l-256 -1206h512l-54 -256h-817z" />
63
- <glyph unicode="M" horiz-adv-x="1802" d="M838 369l551 1093h423l-309 -1462h-280l145 692q53 247 105 441h-5l-569 -1133h-281l-61 1133h-4q-11 -88 -38 -231t-187 -902h-275l309 1462h404l68 -1093h4z" />
64
- <glyph unicode="N" horiz-adv-x="1546" d="M1247 0h-342l-356 1106h-6l-4 -32q-32 -216 -66 -386l-145 -688h-275l309 1462h357l340 -1077h4q12 76 39 217t180 860h274z" />
65
- <glyph unicode="O" horiz-adv-x="1495" d="M1432 938q0 -283 -99 -506.5t-271 -337.5t-396 -114q-256 0 -399.5 147.5t-143.5 409.5q0 265 99 487.5t273 341.5t402 119q255 0 395 -144t140 -403zM872 1227q-121 0 -222 -91.5t-158.5 -251.5t-57.5 -347q0 -147 66.5 -222t187.5 -75t220.5 87t155.5 246t56 357 q0 142 -65 219.5t-183 77.5z" />
66
- <glyph unicode="P" horiz-adv-x="1188" d="M522 774h56q142 0 223.5 69t81.5 185q0 180 -195 180h-74zM1190 1036q0 -241 -169.5 -378.5t-467.5 -137.5h-86l-109 -520h-305l309 1462h338q242 0 366 -106.5t124 -319.5z" />
67
- <glyph unicode="Q" horiz-adv-x="1495" d="M1432 938q0 -316 -122.5 -555.5t-334.5 -337.5l254 -393h-359l-178 328h-26q-256 0 -399.5 147.5t-143.5 409.5q0 265 99 487.5t273 341.5t402 119q255 0 395 -144t140 -403zM872 1227q-121 0 -222 -91.5t-158.5 -251.5t-57.5 -347q0 -147 66.5 -222t187.5 -75t220.5 87 t155.5 246t56 357q0 142 -65 219.5t-183 77.5z" />
68
- <glyph unicode="R" horiz-adv-x="1247" d="M530 813h78q131 0 204 57t73 174q0 82 -47.5 123t-149.5 41h-74zM477 561l-119 -561h-305l309 1462h359q237 0 356 -102t119 -299q0 -158 -83 -271.5t-239 -168.5l261 -621h-332l-207 561h-119z" />
69
- <glyph unicode="S" horiz-adv-x="1085" d="M946 432q0 -209 -148 -330.5t-401 -121.5q-221 0 -356 90v274q193 -108 358 -108q112 0 175 42.5t63 116.5q0 43 -13.5 75.5t-38.5 60.5t-124 102q-138 99 -194 196t-56 209q0 129 62 230.5t176.5 158t263.5 56.5q217 0 397 -99l-109 -233q-156 74 -288 74 q-83 0 -136 -45t-53 -119q0 -61 33 -106.5t148 -120.5q121 -80 181 -176.5t60 -225.5z" />
70
- <glyph unicode="T" horiz-adv-x="1087" d="M571 0h-305l254 1204h-352l55 258h1010l-55 -258h-353z" />
71
- <glyph unicode="U" horiz-adv-x="1415" d="M1434 1462l-201 -946q-57 -266 -218 -401t-419 -135q-212 0 -333.5 113.5t-121.5 307.5q0 72 15 138l196 923h305l-194 -919q-17 -74 -17 -125q0 -178 189 -178q123 0 195 76.5t104 228.5l194 917h306z" />
72
- <glyph unicode="V" horiz-adv-x="1208" d="M535 299q78 221 110 283l432 880h316l-748 -1462h-334l-127 1462h295l51 -880q4 -45 4 -133q-2 -103 -6 -150h7z" />
73
- <glyph unicode="W" horiz-adv-x="1831" d="M1006 1018q-46 -146 -115 -299l-324 -719h-338l-45 1462h287l6 -798q0 -52 -4 -173t-10 -174h6q22 64 67 180.5t60 145.5l369 819h270l21 -873q0 -146 -9 -272h6q43 129 131 349l330 796h309l-647 -1462h-346l-22 721l-2 139q0 88 4 158h-4z" />
74
- <glyph unicode="X" horiz-adv-x="1241" d="M1124 0h-331l-172 543l-396 -543h-342l576 764l-238 698h320l153 -518l363 518h344l-545 -725z" />
75
- <glyph unicode="Y" horiz-adv-x="1155" d="M627 870l374 592h342l-618 -903l-119 -559h-303l119 559l-236 903h312z" />
76
- <glyph unicode="Z" horiz-adv-x="1098" d="M920 0h-981l38 201l777 1005h-543l53 256h936l-41 -202l-782 -1004h596z" />
77
- <glyph unicode="[" horiz-adv-x="678" d="M436 -324h-473l381 1786h473l-45 -211h-215l-291 -1364h215z" />
78
- <glyph unicode="\" horiz-adv-x="862" d="M481 1462l224 -1462h-267l-217 1462h260z" />
79
- <glyph unicode="]" horiz-adv-x="678" d="M-92 -113h213l291 1364h-215l45 211h473l-381 -1786h-471z" />
80
- <glyph unicode="^" horiz-adv-x="1081" d="M20 520l619 950h147l277 -950h-223l-174 633l-402 -633h-244z" />
81
- <glyph unicode="_" horiz-adv-x="819" d="M635 -324h-821l30 140h822z" />
82
- <glyph unicode="`" horiz-adv-x="1135" d="M934 1241h-184q-71 69 -138.5 153.5t-103.5 153.5v21h311q36 -148 115 -303v-25z" />
83
- <glyph unicode="a" horiz-adv-x="1217" d="M406 -20q-147 0 -231.5 106.5t-84.5 298.5q0 198 72 377.5t189 278t257 98.5q97 0 167.5 -42t109.5 -122h8l57 143h232l-238 -1118h-229l14 145h-4q-134 -165 -319 -165zM524 223q69 0 133 67t103 181.5t39 259.5q0 71 -38.5 117.5t-101.5 46.5q-68 0 -129.5 -72 t-98 -190t-36.5 -234q0 -88 33.5 -132t95.5 -44z" />
84
- <glyph unicode="b" horiz-adv-x="1219" d="M813 1139q146 0 230.5 -108t84.5 -298t-68 -367.5t-187 -281.5t-263 -104q-194 0 -276 163h-8l-58 -143h-231l330 1556h301l-62 -288q-41 -182 -84 -299h8q78 98 142.5 134t140.5 36zM692 895q-68 0 -130 -65t-102 -180.5t-40 -250.5q0 -80 37 -128t102 -48q67 0 128 69 t98.5 189.5t37.5 237.5q0 176 -131 176z" />
85
- <glyph unicode="c" horiz-adv-x="989" d="M506 -20q-201 0 -308.5 107.5t-107.5 303.5q0 212 74.5 385.5t209.5 268t308 94.5q182 0 328 -72l-92 -229q-54 23 -106 40t-118 17q-85 0 -153.5 -64t-107 -175.5t-38.5 -239.5q0 -96 45.5 -144.5t126.5 -48.5q76 0 141 23.5t134 58.5v-246q-152 -79 -336 -79z" />
86
- <glyph unicode="d" horiz-adv-x="1217" d="M406 -20q-147 0 -231.5 107t-84.5 300q0 196 71.5 374.5t188.5 278t258 99.5q82 0 141.5 -37t112.5 -127h8l2 28q6 110 25 195l76 358h301l-330 -1556h-229l14 145h-4q-71 -87 -148.5 -126t-170.5 -39zM532 223q66 0 128.5 68.5t100.5 182.5t38 245q0 80 -37.5 128 t-102.5 48q-68 0 -129.5 -72t-98 -190t-36.5 -234q0 -176 137 -176z" />
87
- <glyph unicode="e" horiz-adv-x="1141" d="M696 922q-88 0 -166 -80t-102 -195h45q155 0 241.5 48.5t86.5 131.5q0 95 -105 95zM532 -20q-210 0 -326 113t-116 319q0 207 82.5 377.5t223.5 260t319 89.5q177 0 276 -81.5t99 -223.5q0 -187 -167 -288.5t-477 -101.5h-51l-2 -21v-20q0 -91 51.5 -143.5t147.5 -52.5 q87 0 158 19t172 67v-227q-172 -86 -390 -86z" />
88
- <glyph unicode="f" horiz-adv-x="764" d="M-45 -492q-104 0 -174 25v242q61 -21 115 -21q61 0 107 40t65 130l204 965h-163l30 145l183 84l18 84q41 190 138.5 277.5t273.5 87.5q131 0 235 -49l-80 -224q-69 31 -133 31q-57 0 -92 -40t-47 -105l-12 -62h219l-49 -229h-220l-215 -1010q-77 -371 -403 -371z" />
89
- <glyph unicode="g" horiz-adv-x="1108" d="M1186 1116l-35 -166l-174 -41q16 -52 16 -118q0 -195 -121 -308.5t-329 -113.5q-59 0 -99 10q-84 -27 -84 -78q0 -34 30 -49t89 -23l137 -18q163 -21 237.5 -84.5t74.5 -183.5q0 -211 -156 -323t-446 -112q-208 0 -324.5 75.5t-116.5 207.5q0 102 68.5 175.5t214.5 121.5 q-74 47 -74 133q0 71 44.5 122.5t146.5 98.5q-65 49 -96 112t-31 153q0 199 125.5 315.5t341.5 116.5q83 0 166 -23h395zM365 -6q-106 -14 -160.5 -57t-54.5 -109q0 -115 194 -115q151 0 228 45t77 127q0 39 -32.5 60t-137.5 35zM614 948q-77 0 -124.5 -76.5t-47.5 -191.5 q0 -119 103 -119q75 0 121.5 76.5t46.5 193.5t-99 117z" />
90
- <glyph unicode="h" horiz-adv-x="1237" d="M977 0h-301l137 653q16 68 16 119q0 123 -108 123q-92 0 -167 -114t-118 -318l-98 -463h-301l330 1556h301q-39 -181 -60 -278t-86 -309h8q62 77 138 123.5t176 46.5q138 0 213.5 -83.5t75.5 -238.5q0 -73 -23 -180z" />
91
- <glyph unicode="i" horiz-adv-x="608" d="M322 1380q0 87 47.5 131.5t134.5 44.5q73 0 111 -31t38 -89q0 -80 -44 -129.5t-136 -49.5q-151 0 -151 123zM338 0h-301l237 1118h301z" />
92
- <glyph unicode="j" horiz-adv-x="608" d="M-90 -492q-104 0 -174 25v242q61 -21 114 -21q137 0 173 170l253 1194h302l-265 -1239q-77 -371 -403 -371zM324 1380q0 87 47.5 131.5t134.5 44.5q73 0 111 -31t38 -89q0 -80 -44 -129.5t-136 -49.5q-151 0 -151 123z" />
93
- <glyph unicode="k" horiz-adv-x="1163" d="M920 1118h344l-498 -504l285 -614h-336l-183 420l-120 -72l-74 -348h-301l330 1556h301l-148 -694q-8 -41 -29 -117l-28 -102h4z" />
94
- <glyph unicode="l" horiz-adv-x="608" d="M338 0h-301l330 1556h301z" />
95
- <glyph unicode="m" horiz-adv-x="1853" d="M844 1139q219 0 262 -228h6q68 110 160.5 169t197.5 59q136 0 207.5 -85t71.5 -237q0 -76 -23 -180l-133 -637h-301l138 653q16 68 16 119q0 123 -98 123q-92 0 -166.5 -112t-118.5 -318l-96 -465h-301l137 653q16 68 16 119q0 123 -98 123q-92 0 -167 -114t-118 -318 l-98 -463h-301l237 1118h230l-21 -207h6q146 228 355 228z" />
96
- <glyph unicode="n" horiz-adv-x="1237" d="M977 0h-301l137 653q16 68 16 119q0 123 -108 123q-92 0 -167 -114t-118 -318l-98 -463h-301l237 1118h230l-21 -207h6q146 228 355 228q138 0 213.5 -83.5t75.5 -238.5q0 -73 -23 -180z" />
97
- <glyph unicode="o" horiz-adv-x="1198" d="M805 696q0 197 -143 197q-75 0 -134.5 -61t-97 -179t-37.5 -243q0 -185 150 -185q75 0 135 61.5t93.5 171t33.5 238.5zM1108 696q0 -211 -70.5 -374t-203.5 -252.5t-316 -89.5q-195 0 -311.5 117.5t-116.5 312.5q0 213 71.5 379.5t206.5 258t316 91.5q196 0 310 -118 t114 -325z" />
98
- <glyph unicode="p" horiz-adv-x="1219" d="M813 1139q146 0 230.5 -107.5t84.5 -300.5q0 -191 -68.5 -367.5t-187.5 -280t-262 -103.5q-83 0 -143 37t-111 126h-8q-12 -159 -43 -295l-72 -340h-301l342 1610h230l-17 -170h9q138 191 317 191zM692 895q-68 0 -131.5 -67.5t-102 -180t-38.5 -248.5q0 -80 37 -128 t102 -48q67 0 128 69t98.5 189.5t37.5 237.5q0 176 -131 176z" />
99
- <glyph unicode="q" horiz-adv-x="1217" d="M391 -20q-88 0 -156 47.5t-106.5 138.5t-38.5 219q0 198 72 377.5t189 278t257 98.5q86 0 152.5 -37.5t124.5 -126.5h8l57 143h232l-342 -1610h-301q47 218 73 337.5t84 304.5h-8q-72 -94 -143 -132t-154 -38zM535 223q64 0 127.5 70t100 181t36.5 245q0 80 -37.5 128 t-102.5 48q-68 0 -129.5 -72t-98 -190t-36.5 -234q0 -88 36.5 -132t103.5 -44z" />
100
- <glyph unicode="r" horiz-adv-x="862" d="M842 1139q59 0 96 -11l-66 -290q-45 16 -100 16q-116 0 -203.5 -91.5t-124.5 -262.5l-106 -500h-301l237 1118h230l-21 -207h6q147 228 353 228z" />
101
- <glyph unicode="s" horiz-adv-x="969" d="M829 369q0 -188 -124.5 -288.5t-346.5 -100.5q-107 0 -186.5 15t-148.5 50v248q157 -90 319 -90q80 0 131 32.5t51 88.5q0 43 -37 77t-131 86q-121 68 -169 135.5t-48 159.5q0 170 110.5 263.5t315.5 93.5q201 0 363 -95l-99 -215q-140 84 -258 84q-57 0 -92 -25.5 t-35 -68.5q0 -39 32 -68.5t120 -74.5q123 -63 178 -137t55 -170z" />
102
- <glyph unicode="t" horiz-adv-x="840" d="M514 223q65 0 162 35v-225q-111 -53 -266 -53q-150 0 -220.5 63t-70.5 195q0 50 12 112l115 539h-152l29 147l196 84l132 236h194l-49 -238h283l-50 -229h-282l-115 -539q-6 -30 -6 -53q0 -74 88 -74z" />
103
- <glyph unicode="u" horiz-adv-x="1237" d="M262 1118h301l-137 -653q-16 -68 -16 -119q0 -123 108 -123q92 0 167 114t118 318l98 463h301l-237 -1118h-230l21 207h-6q-145 -227 -355 -227q-138 0 -211 82.5t-73 238.5q0 93 24 213z" />
104
- <glyph unicode="v" horiz-adv-x="1049" d="M455 301q55 153 92 223l297 594h323l-604 -1118h-323l-138 1118h295l45 -586q7 -133 7 -231h6z" />
105
- <glyph unicode="w" horiz-adv-x="1614" d="M856 860q-62 -178 -123 -319l-233 -541h-324l-51 1118h281l4 -495l-4 -167l-7 -171h4q6 20 14 41.5t51 136.5t46 119l231 536h328v-536q0 -142 -10 -297h6l28 80q73 208 95 258l219 495h307l-530 -1118h-330l-6 520q0 155 10 340h-6z" />
106
- <glyph unicode="x" horiz-adv-x="1087" d="M379 573l-225 545h321l115 -334l244 334h354l-467 -561l244 -557h-326l-125 342l-264 -342h-350z" />
107
- <glyph unicode="y" horiz-adv-x="1063" d="M102 1118h295l56 -518q14 -122 14 -293h6q20 51 44 119.5t65 153.5l260 538h327l-680 -1278q-177 -332 -483 -332q-90 0 -147 19v240q68 -13 116 -13q84 0 147.5 48t117.5 149l26 49z" />
108
- <glyph unicode="z" horiz-adv-x="932" d="M748 0h-795l35 180l575 705h-397l51 233h750l-43 -200l-566 -685h439z" />
109
- <glyph unicode="{" horiz-adv-x="727" d="M201 319q0 140 -209 140l45 229q122 0 192.5 41.5t92.5 138.5l61 285q38 170 131 239.5t270 69.5h84l-49 -225q-90 -2 -130.5 -34.5t-55.5 -106.5l-66 -297q-45 -207 -276 -236v-8q85 -26 126.5 -82.5t41.5 -134.5q0 -44 -15 -113l-36 -178q-7 -28 -7 -51q0 -54 33.5 -74 t91.5 -20v-226h-53q-167 0 -253.5 63.5t-86.5 184.5q0 57 14 125l39 184q15 69 15 86z" />
110
- <glyph unicode="|" d="M455 1550h219v-2015h-219v2015z" />
111
- <glyph unicode="}" horiz-adv-x="727" d="M256 1462q340 0 340 -248q0 -56 -14 -124l-39 -185q-15 -69 -15 -86q0 -139 209 -139l-45 -229q-122 0 -192.5 -42t-91.5 -139l-62 -284q-37 -170 -130.5 -240t-270.5 -70h-45v226q93 3 137 35.5t59 105.5l66 297q25 111 95 166t181 69v9q-168 51 -168 217q0 43 15 112 l37 179q6 30 6 51q0 54 -36.5 74t-109.5 20l41 225h33z" />
112
- <glyph unicode="~" d="M342 672q-54 0 -116.5 -33t-116.5 -88v231q101 109 256 109q64 0 117 -14t139 -50q64 -27 111 -41t95 -14q51 0 112 30.5t122 90.5v-231q-103 -109 -256 -109q-59 0 -109 11.5t-147 51.5q-89 38 -127 47t-80 9z" />
113
- <glyph unicode="&#xa1;" horiz-adv-x="586" d="M182 606h242l-158 -977h-340zM549 977q0 -92 -55.5 -145.5t-149.5 -53.5q-68 0 -108.5 38t-40.5 108q0 85 54 139.5t144 54.5q73 0 114.5 -37t41.5 -104z" />
114
- <glyph unicode="&#xa2;" d="M575 -20h-188l49 210q-134 36 -203 136t-69 258q0 193 62.5 355t178 262.5t267.5 123.5l33 158h188l-35 -158q118 -14 225 -65l-92 -230q-53 23 -105 40t-118 17q-133 0 -216 -143t-83 -336q0 -96 45 -144t127 -48q75 0 140 23.5t134 58.5v-246q-136 -71 -299 -80z" />
115
- <glyph unicode="&#xa3;" d="M872 1485q195 0 369 -86l-113 -232q-141 68 -237 68q-75 0 -123 -39.5t-68 -132.5l-47 -229h299l-45 -220h-299l-18 -84q-42 -195 -209 -270h655l-55 -260h-993l49 246q196 48 244 264l22 104h-192l45 220h192l49 247q41 197 162 300.5t313 103.5z" />
116
- <glyph unicode="&#xa4;" d="M190 723q0 102 54 197l-129 127l147 147l127 -127q91 53 197 53q105 0 196 -55l127 129l150 -143l-129 -129q53 -89 53 -199q0 -107 -53 -199l125 -125l-146 -145l-127 125q-95 -51 -196 -51q-115 0 -199 51l-125 -123l-145 145l127 125q-54 93 -54 197zM397 723 q0 -77 54.5 -132.5t134.5 -55.5q81 0 136.5 55t55.5 133q0 80 -56.5 135t-135.5 55q-78 0 -133.5 -56t-55.5 -134z" />
117
- <glyph unicode="&#xa5;" d="M608 872l371 590h311l-506 -747h203l-39 -178h-252l-28 -138h252l-37 -178h-252l-47 -221h-291l47 221h-252l37 178h252l29 138h-252l39 178h196l-192 747h297z" />
118
- <glyph unicode="&#xa6;" d="M455 1550h219v-815h-219v815zM455 350h219v-815h-219v815z" />
119
- <glyph unicode="&#xa7;" horiz-adv-x="995" d="M150 760q0 89 47.5 163t154.5 142q-42 34 -70 84.5t-28 107.5q0 149 117 234.5t313 85.5q172 0 344 -88l-82 -193q-147 84 -282 84q-144 0 -144 -106q0 -43 40.5 -76t127.5 -72q242 -106 242 -303q0 -188 -193 -303q38 -35 64 -85.5t26 -108.5q0 -161 -126 -253.5 t-345 -92.5q-204 0 -336 75v224q172 -105 345 -105q99 0 144.5 35t45.5 92q0 39 -33 72.5t-127 79.5q-117 57 -181 131t-64 176zM506 967q-51 -25 -82 -70.5t-31 -99.5t43.5 -96.5t143.5 -88.5q49 31 75.5 78.5t26.5 95.5q0 109 -176 181z" />
120
- <glyph unicode="&#xa8;" horiz-adv-x="1135" d="M397 1382q0 78 42.5 118t119.5 40q133 0 133 -108q0 -73 -39 -116.5t-121 -43.5q-135 0 -135 110zM799 1382q0 78 42 118t120 40q65 0 99 -28t34 -80q0 -73 -39.5 -116.5t-120.5 -43.5q-135 0 -135 110z" />
121
- <glyph unicode="&#xa9;" horiz-adv-x="1704" d="M932 1010q-111 0 -163 -73t-52 -214q0 -134 55.5 -203t159.5 -69q43 0 108.5 15.5t124.5 43.5v-191q-131 -57 -262 -57q-196 0 -307 122.5t-111 336.5q0 225 117.5 351t325.5 126q142 0 284 -72l-75 -174q-114 58 -205 58zM125 731q0 200 100 375t275 276t377 101 q199 0 373.5 -99t276 -275.5t101.5 -377.5q0 -199 -98.5 -373t-272.5 -276t-380 -102q-207 0 -382 103.5t-272.5 276.5t-97.5 371zM266 731q0 -164 81.5 -305t224 -223t305.5 -82q167 0 308 83t221.5 223.5t80.5 303.5t-80.5 303.5t-222 223.5t-307.5 83 q-164 0 -306.5 -82.5t-223.5 -223.5t-81 -304z" />
122
- <glyph unicode="&#xaa;" horiz-adv-x="772" d="M369 752q-103 0 -160 70t-57 198q0 117 46 228t123 171t177 60q120 0 180 -103h6l39 90h154l-158 -702h-154l8 92h-2q-80 -104 -202 -104zM442 903q45 0 84 41.5t65.5 120t26.5 154.5q0 106 -88 106q-73 0 -123.5 -96t-50.5 -215q0 -111 86 -111z" />
123
- <glyph unicode="&#xab;" horiz-adv-x="1151" d="M72 569l401 463l191 -155l-279 -334l135 -350l-246 -103l-202 461v18zM559 569l402 463l190 -155l-279 -334l136 -350l-246 -103l-203 461v18z" />
124
- <glyph unicode="&#xac;" d="M1061 248h-219v364h-733v219h952v-583z" />
125
- <glyph unicode="&#xad;" horiz-adv-x="659" d="M41 424zM41 424l53 250h524l-53 -250h-524z" />
126
- <glyph unicode="&#xae;" horiz-adv-x="1704" d="M1237 899q0 -86 -44 -149.5t-130 -96.5l197 -360h-254l-138 297h-67v-297h-230v874h308q173 0 265.5 -67.5t92.5 -200.5zM801 758h51q72 0 113 31t41 92q0 59 -35.5 88.5t-116.5 29.5h-53v-241zM125 731q0 200 100 375t275 276t377 101q199 0 373.5 -99t276 -275.5 t101.5 -377.5q0 -199 -98.5 -373t-272.5 -276t-380 -102q-207 0 -382 103.5t-272.5 276.5t-97.5 371zM266 731q0 -164 81.5 -305t224 -223t305.5 -82q167 0 308 83t221.5 223.5t80.5 303.5t-80.5 303.5t-222 223.5t-307.5 83q-164 0 -306.5 -82.5t-223.5 -223.5t-81 -304z " />
127
- <glyph unicode="&#xaf;" horiz-adv-x="1024" d="M1030 1556h-1036l45 201h1036z" />
128
- <glyph unicode="&#xb0;" horiz-adv-x="877" d="M164 1137q0 93 46.5 173.5t127.5 126.5t172 46q93 0 173.5 -47t126.5 -127t46 -172q0 -93 -46 -173t-126 -125.5t-174 -45.5q-93 0 -173 45t-126.5 125t-46.5 174zM354 1137q0 -63 45.5 -108.5t110.5 -45.5q66 0 111 46t45 108q0 63 -45.5 110t-110.5 47t-110.5 -47.5 t-45.5 -109.5z" />
129
- <glyph unicode="&#xb1;" d="M475 674h-366v219h366v369h219v-369h367v-219h-367v-365h-219v365zM109 0v219h952v-219h-952z" />
130
- <glyph unicode="&#xb2;" horiz-adv-x="776" d="M707 586h-648l35 166l273 219q111 91 141 122t44.5 59t14.5 56q0 42 -25.5 62t-60.5 20q-86 0 -188 -82l-100 158q74 57 156 87t192 30q123 0 196.5 -63t73.5 -160q0 -70 -22 -123t-70 -103.5t-189 -152.5l-129 -95h347z" />
131
- <glyph unicode="&#xb3;" horiz-adv-x="776" d="M813 1270q0 -87 -51 -145.5t-166 -88.5v-4q154 -33 154 -176q0 -131 -107 -209t-285 -78q-75 0 -145.5 15.5t-120.5 40.5v192q125 -72 254 -72q76 0 125 30.5t49 88.5q0 37 -26 62.5t-88 25.5h-127l34 160h90q84 0 132.5 28t48.5 85q0 40 -26 60t-71 20q-86 0 -188 -66 l-82 150q142 92 313 92q130 0 206.5 -55.5t76.5 -155.5z" />
132
- <glyph unicode="&#xb4;" horiz-adv-x="1135" d="M483 1266q79 88 222 303h335v-17q-46 -56 -154 -152.5t-194 -158.5h-209v25z" />
133
- <glyph unicode="&#xb5;" horiz-adv-x="1249" d="M424 348q0 -60 31.5 -92.5t79.5 -32.5q90 0 162.5 106.5t117.5 319.5l98 469h301l-237 -1118h-229l18 176h-6q-117 -196 -266 -196q-51 0 -89.5 19.5t-58.5 47.5h-6q-8 -66 -21.5 -139t-82.5 -400h-304l342 1610h301l-135 -645q-16 -70 -16 -125z" />
134
- <glyph unicode="&#xb6;" horiz-adv-x="1341" d="M1202 -260h-162v1616h-166v-1616h-161v819q-62 -18 -146 -18q-216 0 -318 125t-102 376q0 256 107.5 385t343.5 129h604v-1816z" />
135
- <glyph unicode="&#xb7;" horiz-adv-x="584" d="M131 553zM131 695q0 90 53.5 144t150.5 54q68 0 109 -38t41 -107q0 -87 -55 -141t-144 -54q-73 0 -114 37.5t-41 104.5z" />
136
- <glyph unicode="&#xb8;" horiz-adv-x="420" d="M262 -250q0 -116 -83 -179t-234 -63q-86 0 -152 23v168q63 -23 125 -23q102 0 102 82q0 34 -31 56.5t-110 31.5l96 154h185l-39 -72q141 -49 141 -178z" />
137
- <glyph unicode="&#xb9;" horiz-adv-x="776" d="M528 1462h207l-186 -876h-246l84 397q24 109 55 207q-16 -15 -80 -60l-131 -81l-102 165z" />
138
- <glyph unicode="&#xba;" horiz-adv-x="754" d="M809 1194q0 -128 -48.5 -232.5t-132.5 -157t-196 -52.5q-134 0 -202 75t-68 211q0 197 104 319t277 122q129 0 197.5 -73.5t68.5 -211.5zM522 1315q-64 0 -107.5 -89.5t-43.5 -199.5q0 -111 80 -111q63 0 105 85.5t42 207.5q0 107 -76 107z" />
139
- <glyph unicode="&#xbb;" horiz-adv-x="1151" d="M1079 535l-401 -463l-191 155l279 334l-135 350l246 103l202 -461v-18zM592 535l-402 -463l-190 155l279 334l-136 350l246 103l203 -461v-18z" />
140
- <glyph unicode="&#xbc;" horiz-adv-x="1804" d="M97 0zM1500 1462l-1084 -1462h-239l1087 1462h236zM496 1462h207l-186 -876h-246l84 397q24 109 55 207q-16 -15 -80 -60l-131 -81l-102 165zM1573 152h-119l-32 -151h-238l33 151h-373l31 174l475 557h260l-121 -563h119zM1252 320l58 231l22 74q-13 -20 -43 -58 t-211 -247h174z" />
141
- <glyph unicode="&#xbd;" horiz-adv-x="1804" d="M97 0zM1588 1h-648l35 166l273 219q111 91 141 122t44.5 59t14.5 56q0 42 -25.5 62t-60.5 20q-86 0 -188 -82l-100 158q74 57 156 87t192 30q123 0 196.5 -63t73.5 -160q0 -70 -22 -123t-70 -103.5t-189 -152.5l-129 -95h347zM496 1462h207l-186 -876h-246l84 397 q24 109 55 207q-16 -15 -80 -60l-131 -81l-102 165zM1500 1462l-1084 -1462h-239l1087 1462h236z" />
142
- <glyph unicode="&#xbe;" horiz-adv-x="1804" d="M133 0zM1633 1462l-1084 -1462h-239l1087 1462h236zM1634 152h-119l-32 -151h-238l33 151h-373l31 174l475 557h260l-121 -563h119zM1313 320l58 231l22 74q-13 -20 -43 -58t-211 -247h174zM854 1270q0 -87 -51 -145.5t-166 -88.5v-4q154 -33 154 -176q0 -131 -107 -209 t-285 -78q-75 0 -145.5 15.5t-120.5 40.5v192q125 -72 254 -72q76 0 125 30.5t49 88.5q0 37 -26 62.5t-88 25.5h-127l34 160h90q84 0 132.5 28t48.5 85q0 40 -26 60t-71 20q-86 0 -188 -66l-82 150q142 92 313 92q130 0 206.5 -55.5t76.5 -155.5z" />
143
- <glyph unicode="&#xbf;" horiz-adv-x="940" d="M678 606l-14 -78q-19 -105 -76.5 -180t-169.5 -151q-122 -83 -156.5 -126t-34.5 -98q0 -118 133 -118q50 0 106.5 16t201.5 84l92 -221q-221 -125 -445 -125q-177 0 -280 87.5t-103 244.5q0 82 28.5 148.5t83.5 124t189 146.5q93 62 128 106.5t51 106.5l8 33h258z M772 977q0 -92 -55.5 -145.5t-149.5 -53.5q-68 0 -108.5 38t-40.5 108q0 86 54.5 140t143.5 54q73 0 114.5 -37t41.5 -104z" />
144
- <glyph unicode="&#xc0;" horiz-adv-x="1286" d="M0 0zM842 348h-473l-172 -348h-320l766 1468h373l147 -1468h-297zM827 608l-26 350q-10 131 -10 253v36q-44 -120 -109 -254l-188 -385h333zM965 1579h-184q-71 69 -138.5 153.5t-103.5 153.5v21h311q36 -148 115 -303v-25z" />
145
- <glyph unicode="&#xc1;" horiz-adv-x="1286" d="M0 0zM842 348h-473l-172 -348h-320l766 1468h373l147 -1468h-297zM827 608l-26 350q-10 131 -10 253v36q-44 -120 -109 -254l-188 -385h333zM735 1604q79 88 222 303h335v-17q-46 -56 -154 -152.5t-194 -158.5h-209v25z" />
146
- <glyph unicode="&#xc2;" horiz-adv-x="1286" d="M0 0zM842 348h-473l-172 -348h-320l766 1468h373l147 -1468h-297zM827 608l-26 350q-10 131 -10 253v36q-44 -120 -109 -254l-188 -385h333zM1235 1579h-198q-63 53 -162 168q-105 -88 -232 -168h-217v25q63 57 153 147t142 156h338q22 -54 74 -142.5t102 -160.5v-25z " />
147
- <glyph unicode="&#xc3;" horiz-adv-x="1286" d="M0 0zM842 348h-473l-172 -348h-320l766 1468h373l147 -1468h-297zM827 608l-26 350q-10 131 -10 253v36q-44 -120 -109 -254l-188 -385h333zM999 1579q-49 0 -86.5 16.5t-69.5 36t-61.5 36t-62.5 16.5q-31 0 -55.5 -28t-38.5 -79h-177q59 309 281 309q49 0 87.5 -16.5 t71.5 -36t62 -35.5t60 -16q34 0 58 25.5t46 80.5h172q-66 -309 -287 -309z" />
148
- <glyph unicode="&#xc4;" horiz-adv-x="1286" d="M0 0zM842 348h-473l-172 -348h-320l766 1468h373l147 -1468h-297zM827 608l-26 350q-10 131 -10 253v36q-44 -120 -109 -254l-188 -385h333zM516 1720q0 78 42.5 118t119.5 40q133 0 133 -108q0 -73 -39 -116.5t-121 -43.5q-135 0 -135 110zM918 1720q0 78 42 118t120 40 q65 0 99 -28t34 -80q0 -73 -39.5 -116.5t-120.5 -43.5q-135 0 -135 110z" />
149
- <glyph unicode="&#xc5;" horiz-adv-x="1286" d="M0 0zM842 348h-473l-172 -348h-320l766 1468h373l147 -1468h-297zM827 608l-26 350q-10 131 -10 253v36q-44 -120 -109 -254l-188 -385h333zM1087 1567q0 -107 -70 -173.5t-184 -66.5q-110 0 -179 63.5t-69 174.5q0 109 68.5 173t179.5 64q110 0 182 -65t72 -170z M930 1565q0 45 -27.5 70.5t-69.5 25.5t-69 -25.5t-27 -70.5t24 -71t72 -26q42 0 69.5 26t27.5 71z" />
150
- <glyph unicode="&#xc6;" horiz-adv-x="1833" d="M1593 0h-817l74 348h-426l-219 -348h-328l922 1462h1104l-54 -254h-512l-67 -321h477l-55 -254h-478l-79 -377h512zM905 608l127 600h-80l-364 -600h317z" />
151
- <glyph unicode="&#xc7;" horiz-adv-x="1253" d="M123 0zM905 1227q-132 0 -237.5 -81t-169.5 -238.5t-64 -338.5q0 -167 68.5 -248t218.5 -81q146 0 338 77v-260q-199 -77 -400 -77q-254 0 -395 149.5t-141 423.5q0 262 104 482.5t278 335t400 114.5q125 0 222 -22.5t208 -82.5l-118 -250q-106 59 -175 78t-137 19z M825 -250q0 -116 -83 -179t-234 -63q-86 0 -152 23v168q63 -23 125 -23q102 0 102 82q0 34 -31 56.5t-110 31.5l96 154h185l-39 -72q141 -49 141 -178z" />
152
- <glyph unicode="&#xc8;" horiz-adv-x="1110" d="M53 0zM870 0h-817l309 1462h818l-54 -254h-512l-67 -321h477l-55 -254h-477l-80 -377h512zM906 1579h-184q-71 69 -138.5 153.5t-103.5 153.5v21h311q36 -148 115 -303v-25z" />
153
- <glyph unicode="&#xc9;" horiz-adv-x="1110" d="M53 0zM870 0h-817l309 1462h818l-54 -254h-512l-67 -321h477l-55 -254h-477l-80 -377h512zM608 1604q79 88 222 303h335v-17q-46 -56 -154 -152.5t-194 -158.5h-209v25z" />
154
- <glyph unicode="&#xca;" horiz-adv-x="1110" d="M53 0zM870 0h-817l309 1462h818l-54 -254h-512l-67 -321h477l-55 -254h-477l-80 -377h512zM1177 1579h-198q-63 53 -162 168q-105 -88 -232 -168h-217v25q63 57 153 147t142 156h338q22 -54 74 -142.5t102 -160.5v-25z" />
155
- <glyph unicode="&#xcb;" horiz-adv-x="1110" d="M53 0zM870 0h-817l309 1462h818l-54 -254h-512l-67 -321h477l-55 -254h-477l-80 -377h512zM438 1720q0 78 42.5 118t119.5 40q133 0 133 -108q0 -73 -39 -116.5t-121 -43.5q-135 0 -135 110zM840 1720q0 78 42 118t120 40q65 0 99 -28t34 -80q0 -73 -39.5 -116.5 t-120.5 -43.5q-135 0 -135 110z" />
156
- <glyph unicode="&#xcc;" horiz-adv-x="659" d="M53 0zM53 0l312 1462h305l-312 -1462h-305zM667 1579h-184q-71 69 -138.5 153.5t-103.5 153.5v21h311q36 -148 115 -303v-25z" />
157
- <glyph unicode="&#xcd;" horiz-adv-x="659" d="M53 0zM53 0l312 1462h305l-312 -1462h-305zM414 1604q79 88 222 303h335v-17q-46 -56 -154 -152.5t-194 -158.5h-209v25z" />
158
- <glyph unicode="&#xce;" horiz-adv-x="659" d="M53 0zM53 0l312 1462h305l-312 -1462h-305zM937 1579h-198q-63 53 -162 168q-105 -88 -232 -168h-217v25q63 57 153 147t142 156h338q22 -54 74 -142.5t102 -160.5v-25z" />
159
- <glyph unicode="&#xcf;" horiz-adv-x="659" d="M53 0zM53 0l312 1462h305l-312 -1462h-305zM222 1720q0 78 42.5 118t119.5 40q133 0 133 -108q0 -73 -39 -116.5t-121 -43.5q-135 0 -135 110zM624 1720q0 78 42 118t120 40q65 0 99 -28t34 -80q0 -73 -39.5 -116.5t-120.5 -43.5q-135 0 -135 110z" />
160
- <glyph unicode="&#xd0;" horiz-adv-x="1386" d="M1323 909q0 -280 -98 -486.5t-283.5 -314.5t-437.5 -108h-451l125 596h-141l55 254h139l131 612h396q270 0 417.5 -143t147.5 -410zM518 256q148 0 258 76t172 223.5t62 337.5q0 154 -72.5 234.5t-208.5 80.5h-115l-75 -358h237l-55 -254h-238l-71 -340h106z" />
161
- <glyph unicode="&#xd1;" horiz-adv-x="1546" d="M53 0zM1247 0h-342l-356 1106h-6l-4 -32q-32 -216 -66 -386l-145 -688h-275l309 1462h357l340 -1077h4q12 76 39 217t180 860h274zM1114 1579q-49 0 -86.5 16.5t-69.5 36t-61.5 36t-62.5 16.5q-31 0 -55.5 -28t-38.5 -79h-177q59 309 281 309q49 0 87.5 -16.5t71.5 -36 t62 -35.5t60 -16q34 0 58 25.5t46 80.5h172q-66 -309 -287 -309z" />
162
- <glyph unicode="&#xd2;" horiz-adv-x="1495" d="M123 0zM1432 938q0 -283 -99 -506.5t-271 -337.5t-396 -114q-256 0 -399.5 147.5t-143.5 409.5q0 265 99 487.5t273 341.5t402 119q255 0 395 -144t140 -403zM872 1227q-121 0 -222 -91.5t-158.5 -251.5t-57.5 -347q0 -147 66.5 -222t187.5 -75t220.5 87t155.5 246 t56 357q0 142 -65 219.5t-183 77.5zM1053 1579h-184q-71 69 -138.5 153.5t-103.5 153.5v21h311q36 -148 115 -303v-25z" />
163
- <glyph unicode="&#xd3;" horiz-adv-x="1495" d="M123 0zM1432 938q0 -283 -99 -506.5t-271 -337.5t-396 -114q-256 0 -399.5 147.5t-143.5 409.5q0 265 99 487.5t273 341.5t402 119q255 0 395 -144t140 -403zM872 1227q-121 0 -222 -91.5t-158.5 -251.5t-57.5 -347q0 -147 66.5 -222t187.5 -75t220.5 87t155.5 246 t56 357q0 142 -65 219.5t-183 77.5zM753 1604q79 88 222 303h335v-17q-46 -56 -154 -152.5t-194 -158.5h-209v25z" />
164
- <glyph unicode="&#xd4;" horiz-adv-x="1495" d="M123 0zM1432 938q0 -283 -99 -506.5t-271 -337.5t-396 -114q-256 0 -399.5 147.5t-143.5 409.5q0 265 99 487.5t273 341.5t402 119q255 0 395 -144t140 -403zM872 1227q-121 0 -222 -91.5t-158.5 -251.5t-57.5 -347q0 -147 66.5 -222t187.5 -75t220.5 87t155.5 246 t56 357q0 142 -65 219.5t-183 77.5zM1308 1579h-198q-63 53 -162 168q-105 -88 -232 -168h-217v25q63 57 153 147t142 156h338q22 -54 74 -142.5t102 -160.5v-25z" />
165
- <glyph unicode="&#xd5;" horiz-adv-x="1495" d="M123 0zM1432 938q0 -283 -99 -506.5t-271 -337.5t-396 -114q-256 0 -399.5 147.5t-143.5 409.5q0 265 99 487.5t273 341.5t402 119q255 0 395 -144t140 -403zM872 1227q-121 0 -222 -91.5t-158.5 -251.5t-57.5 -347q0 -147 66.5 -222t187.5 -75t220.5 87t155.5 246 t56 357q0 142 -65 219.5t-183 77.5zM1071 1579q-49 0 -86.5 16.5t-69.5 36t-61.5 36t-62.5 16.5q-31 0 -55.5 -28t-38.5 -79h-177q59 309 281 309q49 0 87.5 -16.5t71.5 -36t62 -35.5t60 -16q34 0 58 25.5t46 80.5h172q-66 -309 -287 -309z" />
166
- <glyph unicode="&#xd6;" horiz-adv-x="1495" d="M123 0zM1432 938q0 -283 -99 -506.5t-271 -337.5t-396 -114q-256 0 -399.5 147.5t-143.5 409.5q0 265 99 487.5t273 341.5t402 119q255 0 395 -144t140 -403zM872 1227q-121 0 -222 -91.5t-158.5 -251.5t-57.5 -347q0 -147 66.5 -222t187.5 -75t220.5 87t155.5 246 t56 357q0 142 -65 219.5t-183 77.5zM585 1720q0 78 42.5 118t119.5 40q133 0 133 -108q0 -73 -39 -116.5t-121 -43.5q-135 0 -135 110zM987 1720q0 78 42 118t120 40q65 0 99 -28t34 -80q0 -73 -39.5 -116.5t-120.5 -43.5q-135 0 -135 110z" />
167
- <glyph unicode="&#xd7;" d="M428 723l-299 301l152 154l301 -299l305 299l153 -150l-305 -305l301 -303l-149 -152l-305 301l-301 -299l-150 152z" />
168
- <glyph unicode="&#xd8;" horiz-adv-x="1495" d="M1432 938q0 -283 -99 -506.5t-271 -337.5t-396 -114q-180 0 -304 71l-108 -137l-154 115l121 151q-98 138 -98 357q0 265 99 487.5t273 341.5t402 119q182 0 305 -76l105 131l151 -117l-117 -145q91 -134 91 -340zM870 1233q-126 0 -229 -91.5t-160 -252.5t-57 -352 q0 -32 8 -101l596 754q-69 43 -158 43zM1133 930l-5 80l-589 -740q59 -37 153 -37q124 0 226 89t158.5 247.5t56.5 360.5z" />
169
- <glyph unicode="&#xd9;" horiz-adv-x="1415" d="M141 0zM1434 1462l-201 -946q-57 -266 -218 -401t-419 -135q-212 0 -333.5 113.5t-121.5 307.5q0 72 15 138l196 923h305l-194 -919q-17 -74 -17 -125q0 -178 189 -178q123 0 195 76.5t104 228.5l194 917h306zM1002 1579h-184q-71 69 -138.5 153.5t-103.5 153.5v21h311 q36 -148 115 -303v-25z" />
170
- <glyph unicode="&#xda;" horiz-adv-x="1415" d="M141 0zM1434 1462l-201 -946q-57 -266 -218 -401t-419 -135q-212 0 -333.5 113.5t-121.5 307.5q0 72 15 138l196 923h305l-194 -919q-17 -74 -17 -125q0 -178 189 -178q123 0 195 76.5t104 228.5l194 917h306zM757 1604q79 88 222 303h335v-17q-46 -56 -154 -152.5 t-194 -158.5h-209v25z" />
171
- <glyph unicode="&#xdb;" horiz-adv-x="1415" d="M141 0zM1434 1462l-201 -946q-57 -266 -218 -401t-419 -135q-212 0 -333.5 113.5t-121.5 307.5q0 72 15 138l196 923h305l-194 -919q-17 -74 -17 -125q0 -178 189 -178q123 0 195 76.5t104 228.5l194 917h306zM1284 1579h-198q-63 53 -162 168q-105 -88 -232 -168h-217 v25q63 57 153 147t142 156h338q22 -54 74 -142.5t102 -160.5v-25z" />
172
- <glyph unicode="&#xdc;" horiz-adv-x="1415" d="M141 0zM1434 1462l-201 -946q-57 -266 -218 -401t-419 -135q-212 0 -333.5 113.5t-121.5 307.5q0 72 15 138l196 923h305l-194 -919q-17 -74 -17 -125q0 -178 189 -178q123 0 195 76.5t104 228.5l194 917h306zM565 1720q0 78 42.5 118t119.5 40q133 0 133 -108 q0 -73 -39 -116.5t-121 -43.5q-135 0 -135 110zM967 1720q0 78 42 118t120 40q65 0 99 -28t34 -80q0 -73 -39.5 -116.5t-120.5 -43.5q-135 0 -135 110z" />
173
- <glyph unicode="&#xdd;" horiz-adv-x="1155" d="M186 0zM627 870l374 592h342l-618 -903l-119 -559h-303l119 559l-236 903h312zM606 1604q79 88 222 303h335v-17q-46 -56 -154 -152.5t-194 -158.5h-209v25z" />
174
- <glyph unicode="&#xde;" horiz-adv-x="1188" d="M1143 807q0 -243 -170.5 -378.5t-466.5 -135.5h-86l-62 -293h-305l309 1462h306l-50 -229h35q242 0 366 -106.5t124 -319.5zM475 547h55q139 0 222.5 66.5t83.5 185.5q0 180 -195 180h-74z" />
175
- <glyph unicode="&#xdf;" horiz-adv-x="1350" d="M846 1567q208 0 331 -90t123 -240q0 -114 -49 -192t-178 -152q-73 -42 -96 -68.5t-23 -54.5q0 -23 22 -49.5t79 -69.5q107 -83 144.5 -150.5t37.5 -150.5q0 -170 -123.5 -270t-337.5 -100q-187 0 -297 61v240q128 -78 258 -78q101 0 148 33t47 86q0 40 -26.5 75 t-108.5 97q-94 72 -129 130t-35 126q0 84 45 145t162 127q66 37 104.5 76t38.5 96q0 62 -39.5 98.5t-124.5 36.5q-96 0 -156 -51.5t-85 -171.5l-254 -1219q-43 -198 -147 -288.5t-277 -90.5q-90 0 -160 25v242q61 -21 115 -21q133 0 170 178l254 1207q47 224 182 326 t385 102z" />
176
- <glyph unicode="&#xe0;" horiz-adv-x="1217" d="M90 0zM406 -20q-147 0 -231.5 106.5t-84.5 298.5q0 198 72 377.5t189 278t257 98.5q97 0 167.5 -42t109.5 -122h8l57 143h232l-238 -1118h-229l14 145h-4q-134 -165 -319 -165zM524 223q69 0 133 67t103 181.5t39 259.5q0 71 -38.5 117.5t-101.5 46.5q-68 0 -129.5 -72 t-98 -190t-36.5 -234q0 -88 33.5 -132t95.5 -44zM869 1241h-184q-71 69 -138.5 153.5t-103.5 153.5v21h311q36 -148 115 -303v-25z" />
177
- <glyph unicode="&#xe1;" horiz-adv-x="1217" d="M90 0zM406 -20q-147 0 -231.5 106.5t-84.5 298.5q0 198 72 377.5t189 278t257 98.5q97 0 167.5 -42t109.5 -122h8l57 143h232l-238 -1118h-229l14 145h-4q-134 -165 -319 -165zM524 223q69 0 133 67t103 181.5t39 259.5q0 71 -38.5 117.5t-101.5 46.5q-68 0 -129.5 -72 t-98 -190t-36.5 -234q0 -88 33.5 -132t95.5 -44zM598 1266q79 88 222 303h335v-17q-46 -56 -154 -152.5t-194 -158.5h-209v25z" />
178
- <glyph unicode="&#xe2;" horiz-adv-x="1217" d="M90 0zM406 -20q-147 0 -231.5 106.5t-84.5 298.5q0 198 72 377.5t189 278t257 98.5q97 0 167.5 -42t109.5 -122h8l57 143h232l-238 -1118h-229l14 145h-4q-134 -165 -319 -165zM524 223q69 0 133 67t103 181.5t39 259.5q0 71 -38.5 117.5t-101.5 46.5q-68 0 -129.5 -72 t-98 -190t-36.5 -234q0 -88 33.5 -132t95.5 -44zM1120 1240h-198q-63 53 -162 168q-105 -88 -232 -168h-217v25q63 57 153 147t142 156h338q22 -54 74 -142.5t102 -160.5v-25z" />
179
- <glyph unicode="&#xe3;" horiz-adv-x="1217" d="M90 0zM406 -20q-147 0 -231.5 106.5t-84.5 298.5q0 198 72 377.5t189 278t257 98.5q97 0 167.5 -42t109.5 -122h8l57 143h232l-238 -1118h-229l14 145h-4q-134 -165 -319 -165zM524 223q69 0 133 67t103 181.5t39 259.5q0 71 -38.5 117.5t-101.5 46.5q-68 0 -129.5 -72 t-98 -190t-36.5 -234q0 -88 33.5 -132t95.5 -44zM884 1241q-49 0 -86.5 16.5t-69.5 36t-61.5 36t-62.5 16.5q-31 0 -55.5 -28t-38.5 -79h-177q59 309 281 309q49 0 87.5 -16.5t71.5 -36t62 -35.5t60 -16q34 0 58 25.5t46 80.5h172q-66 -309 -287 -309z" />
180
- <glyph unicode="&#xe4;" horiz-adv-x="1217" d="M90 0zM406 -20q-147 0 -231.5 106.5t-84.5 298.5q0 198 72 377.5t189 278t257 98.5q97 0 167.5 -42t109.5 -122h8l57 143h232l-238 -1118h-229l14 145h-4q-134 -165 -319 -165zM524 223q69 0 133 67t103 181.5t39 259.5q0 71 -38.5 117.5t-101.5 46.5q-68 0 -129.5 -72 t-98 -190t-36.5 -234q0 -88 33.5 -132t95.5 -44zM397 1382q0 78 42.5 118t119.5 40q133 0 133 -108q0 -73 -39 -116.5t-121 -43.5q-135 0 -135 110zM799 1382q0 78 42 118t120 40q65 0 99 -28t34 -80q0 -73 -39.5 -116.5t-120.5 -43.5q-135 0 -135 110z" />
181
- <glyph unicode="&#xe5;" horiz-adv-x="1217" d="M90 0zM406 -20q-147 0 -231.5 106.5t-84.5 298.5q0 198 72 377.5t189 278t257 98.5q97 0 167.5 -42t109.5 -122h8l57 143h232l-238 -1118h-229l14 145h-4q-134 -165 -319 -165zM524 223q69 0 133 67t103 181.5t39 259.5q0 71 -38.5 117.5t-101.5 46.5q-68 0 -129.5 -72 t-98 -190t-36.5 -234q0 -88 33.5 -132t95.5 -44zM1023 1479q0 -107 -70 -173.5t-184 -66.5q-110 0 -179 63.5t-69 174.5q0 109 68.5 173t179.5 64q110 0 182 -65t72 -170zM866 1477q0 45 -27.5 70.5t-69.5 25.5t-69 -25.5t-27 -70.5t24 -71t72 -26q42 0 69.5 26t27.5 71z " />
182
- <glyph unicode="&#xe6;" horiz-adv-x="1786" d="M1206 -20q-109 0 -179.5 27t-117.5 87l-16 -94h-188l14 145h-6q-71 -88 -146.5 -126.5t-167.5 -38.5q-146 0 -227.5 109t-81.5 296q0 200 68.5 375.5t185 277t258.5 101.5q96 0 160.5 -38.5t114.5 -125.5h6l57 143h188l-18 -90q44 49 120.5 80t168.5 31 q157 0 246.5 -83.5t89.5 -221.5q0 -187 -167 -288.5t-476 -101.5h-52l-2 -19v-19q0 -96 55.5 -147.5t159.5 -51.5q66 0 152 23t162 63v-227q-179 -86 -361 -86zM518 223q72 0 134 68t99 184.5t37 243.5q0 80 -33 128t-102 48q-68 0 -128 -69t-95 -185.5t-35 -241.5 q0 -84 32.5 -130t90.5 -46zM1341 922q-88 0 -166 -80t-102 -195h45q155 0 241.5 48.5t86.5 131.5q0 95 -105 95z" />
183
- <glyph unicode="&#xe7;" horiz-adv-x="989" d="M90 0zM506 -20q-201 0 -308.5 107.5t-107.5 303.5q0 212 74.5 385.5t209.5 268t308 94.5q182 0 328 -72l-92 -229q-54 23 -106 40t-118 17q-85 0 -153.5 -64t-107 -175.5t-38.5 -239.5q0 -96 45.5 -144.5t126.5 -48.5q76 0 141 23.5t134 58.5v-246q-152 -79 -336 -79z M653 -250q0 -116 -83 -179t-234 -63q-86 0 -152 23v168q63 -23 125 -23q102 0 102 82q0 34 -31 56.5t-110 31.5l96 154h185l-39 -72q141 -49 141 -178z" />
184
- <glyph unicode="&#xe8;" horiz-adv-x="1141" d="M90 0zM696 922q-88 0 -166 -80t-102 -195h45q155 0 241.5 48.5t86.5 131.5q0 95 -105 95zM532 -20q-210 0 -326 113t-116 319q0 207 82.5 377.5t223.5 260t319 89.5q177 0 276 -81.5t99 -223.5q0 -187 -167 -288.5t-477 -101.5h-51l-2 -21v-20q0 -91 51.5 -143.5 t147.5 -52.5q87 0 158 19t172 67v-227q-172 -86 -390 -86zM849 1241h-184q-71 69 -138.5 153.5t-103.5 153.5v21h311q36 -148 115 -303v-25z" />
185
- <glyph unicode="&#xe9;" horiz-adv-x="1141" d="M90 0zM696 922q-88 0 -166 -80t-102 -195h45q155 0 241.5 48.5t86.5 131.5q0 95 -105 95zM532 -20q-210 0 -326 113t-116 319q0 207 82.5 377.5t223.5 260t319 89.5q177 0 276 -81.5t99 -223.5q0 -187 -167 -288.5t-477 -101.5h-51l-2 -21v-20q0 -91 51.5 -143.5 t147.5 -52.5q87 0 158 19t172 67v-227q-172 -86 -390 -86zM528 1266q79 88 222 303h335v-17q-46 -56 -154 -152.5t-194 -158.5h-209v25z" />
186
- <glyph unicode="&#xea;" horiz-adv-x="1141" d="M90 0zM696 922q-88 0 -166 -80t-102 -195h45q155 0 241.5 48.5t86.5 131.5q0 95 -105 95zM532 -20q-210 0 -326 113t-116 319q0 207 82.5 377.5t223.5 260t319 89.5q177 0 276 -81.5t99 -223.5q0 -187 -167 -288.5t-477 -101.5h-51l-2 -21v-20q0 -91 51.5 -143.5 t147.5 -52.5q87 0 158 19t172 67v-227q-172 -86 -390 -86zM1101 1241h-198q-63 53 -162 168q-105 -88 -232 -168h-217v25q63 57 153 147t142 156h338q22 -54 74 -142.5t102 -160.5v-25z" />
187
- <glyph unicode="&#xeb;" horiz-adv-x="1141" d="M90 0zM696 922q-88 0 -166 -80t-102 -195h45q155 0 241.5 48.5t86.5 131.5q0 95 -105 95zM532 -20q-210 0 -326 113t-116 319q0 207 82.5 377.5t223.5 260t319 89.5q177 0 276 -81.5t99 -223.5q0 -187 -167 -288.5t-477 -101.5h-51l-2 -21v-20q0 -91 51.5 -143.5 t147.5 -52.5q87 0 158 19t172 67v-227q-172 -86 -390 -86zM365 1382q0 78 42.5 118t119.5 40q133 0 133 -108q0 -73 -39 -116.5t-121 -43.5q-135 0 -135 110zM767 1382q0 78 42 118t120 40q65 0 99 -28t34 -80q0 -73 -39.5 -116.5t-120.5 -43.5q-135 0 -135 110z" />
188
- <glyph unicode="&#xec;" horiz-adv-x="608" d="M37 0zM338 0h-301l237 1118h301zM579 1241h-184q-71 69 -138.5 153.5t-103.5 153.5v21h311q36 -148 115 -303v-25z" />
189
- <glyph unicode="&#xed;" horiz-adv-x="608" d="M37 0zM338 0h-301l237 1118h301zM291 1266q79 88 222 303h335v-17q-46 -56 -154 -152.5t-194 -158.5h-209v25z" />
190
- <glyph unicode="&#xee;" horiz-adv-x="608" d="M36 0zM338 0h-301l237 1118h301zM845 1241h-198q-63 53 -162 168q-105 -88 -232 -168h-217v25q63 57 153 147t142 156h338q22 -54 74 -142.5t102 -160.5v-25z" />
191
- <glyph unicode="&#xef;" horiz-adv-x="608" d="M37 0zM338 0h-301l237 1118h301zM126 1382q0 78 42.5 118t119.5 40q133 0 133 -108q0 -73 -39 -116.5t-121 -43.5q-135 0 -135 110zM528 1382q0 78 42 118t120 40q65 0 99 -28t34 -80q0 -73 -39.5 -116.5t-120.5 -43.5q-135 0 -135 110z" />
192
- <glyph unicode="&#xf0;" horiz-adv-x="1182" d="M618 1309q-34 34 -124 80l118 186q134 -61 232 -139l237 131l76 -152l-192 -106q81 -107 113 -235t32 -279q0 -249 -69.5 -432.5t-203.5 -283t-323 -99.5q-216 0 -329 110t-113 316q0 165 64.5 301t180.5 212t265 76q83 0 151.5 -31t114.5 -94h6q-20 213 -117 310 l-231 -131l-88 147zM528 205q66 0 122.5 55.5t89 148.5t32.5 193q0 77 -38.5 122.5t-108.5 45.5q-73 0 -130 -53t-88.5 -143t-31.5 -197q0 -81 39 -126.5t114 -45.5z" />
193
- <glyph unicode="&#xf1;" horiz-adv-x="1237" d="M37 0zM977 0h-301l137 653q16 68 16 119q0 123 -108 123q-92 0 -167 -114t-118 -318l-98 -463h-301l237 1118h230l-21 -207h6q146 228 355 228q138 0 213.5 -83.5t75.5 -238.5q0 -73 -23 -180zM909 1241q-49 0 -86.5 16.5t-69.5 36t-61.5 36t-62.5 16.5q-31 0 -55.5 -28 t-38.5 -79h-177q59 309 281 309q49 0 87.5 -16.5t71.5 -36t62 -35.5t60 -16q34 0 58 25.5t46 80.5h172q-66 -309 -287 -309z" />
194
- <glyph unicode="&#xf2;" horiz-adv-x="1198" d="M90 0zM805 696q0 197 -143 197q-75 0 -134.5 -61t-97 -179t-37.5 -243q0 -185 150 -185q75 0 135 61.5t93.5 171t33.5 238.5zM1108 696q0 -211 -70.5 -374t-203.5 -252.5t-316 -89.5q-195 0 -311.5 117.5t-116.5 312.5q0 213 71.5 379.5t206.5 258t316 91.5 q196 0 310 -118t114 -325zM845 1241h-184q-71 69 -138.5 153.5t-103.5 153.5v21h311q36 -148 115 -303v-25z" />
195
- <glyph unicode="&#xf3;" horiz-adv-x="1198" d="M90 0zM805 696q0 197 -143 197q-75 0 -134.5 -61t-97 -179t-37.5 -243q0 -185 150 -185q75 0 135 61.5t93.5 171t33.5 238.5zM1108 696q0 -211 -70.5 -374t-203.5 -252.5t-316 -89.5q-195 0 -311.5 117.5t-116.5 312.5q0 213 71.5 379.5t206.5 258t316 91.5 q196 0 310 -118t114 -325zM571 1266q79 88 222 303h335v-17q-46 -56 -154 -152.5t-194 -158.5h-209v25z" />
196
- <glyph unicode="&#xf4;" horiz-adv-x="1198" d="M90 0zM805 696q0 197 -143 197q-75 0 -134.5 -61t-97 -179t-37.5 -243q0 -185 150 -185q75 0 135 61.5t93.5 171t33.5 238.5zM1108 696q0 -211 -70.5 -374t-203.5 -252.5t-316 -89.5q-195 0 -311.5 117.5t-116.5 312.5q0 213 71.5 379.5t206.5 258t316 91.5 q196 0 310 -118t114 -325zM1109 1241h-198q-63 53 -162 168q-105 -88 -232 -168h-217v25q63 57 153 147t142 156h338q22 -54 74 -142.5t102 -160.5v-25z" />
197
- <glyph unicode="&#xf5;" horiz-adv-x="1198" d="M90 0zM805 696q0 197 -143 197q-75 0 -134.5 -61t-97 -179t-37.5 -243q0 -185 150 -185q75 0 135 61.5t93.5 171t33.5 238.5zM1108 696q0 -211 -70.5 -374t-203.5 -252.5t-316 -89.5q-195 0 -311.5 117.5t-116.5 312.5q0 213 71.5 379.5t206.5 258t316 91.5 q196 0 310 -118t114 -325zM865 1241q-49 0 -86.5 16.5t-69.5 36t-61.5 36t-62.5 16.5q-31 0 -55.5 -28t-38.5 -79h-177q59 309 281 309q49 0 87.5 -16.5t71.5 -36t62 -35.5t60 -16q34 0 58 25.5t46 80.5h172q-66 -309 -287 -309z" />
198
- <glyph unicode="&#xf6;" horiz-adv-x="1198" d="M90 0zM805 696q0 197 -143 197q-75 0 -134.5 -61t-97 -179t-37.5 -243q0 -185 150 -185q75 0 135 61.5t93.5 171t33.5 238.5zM1108 696q0 -211 -70.5 -374t-203.5 -252.5t-316 -89.5q-195 0 -311.5 117.5t-116.5 312.5q0 213 71.5 379.5t206.5 258t316 91.5 q196 0 310 -118t114 -325zM386 1382q0 78 42.5 118t119.5 40q133 0 133 -108q0 -73 -39 -116.5t-121 -43.5q-135 0 -135 110zM788 1382q0 78 42 118t120 40q65 0 99 -28t34 -80q0 -73 -39.5 -116.5t-120.5 -43.5q-135 0 -135 110z" />
199
- <glyph unicode="&#xf7;" d="M109 612v219h952v-219h-952zM444 373q0 76 37 113.5t103 37.5t102.5 -39t36.5 -112q0 -70 -37 -111t-102 -41t-102.5 39t-37.5 113zM444 1071q0 75 37 113.5t103 38.5q67 0 103 -40.5t36 -111.5q0 -70 -37 -110.5t-102 -40.5t-102.5 39t-37.5 112z" />
200
- <glyph unicode="&#xf8;" horiz-adv-x="1198" d="M1108 696q0 -211 -70.5 -374t-203.5 -252.5t-316 -89.5q-123 0 -225 53l-109 -135l-141 108l119 148q-72 107 -72 256q0 213 71.5 379.5t206.5 258t316 91.5q131 0 227 -56l70 88l145 -110l-84 -105q66 -107 66 -260zM662 903q-81 0 -144.5 -62.5t-98 -169.5t-34.5 -233 v-12l365 453q-35 24 -88 24zM543 215q114 0 193 133t79 318v16l-358 -444q11 -8 35.5 -15.5t50.5 -7.5z" />
201
- <glyph unicode="&#xf9;" horiz-adv-x="1237" d="M111 0zM262 1118h301l-137 -653q-16 -68 -16 -119q0 -123 108 -123q92 0 167 114t118 318l98 463h301l-237 -1118h-230l21 207h-6q-145 -227 -355 -227q-138 0 -211 82.5t-73 238.5q0 93 24 213zM845 1241h-184q-71 69 -138.5 153.5t-103.5 153.5v21h311 q36 -148 115 -303v-25z" />
202
- <glyph unicode="&#xfa;" horiz-adv-x="1237" d="M111 0zM262 1118h301l-137 -653q-16 -68 -16 -119q0 -123 108 -123q92 0 167 114t118 318l98 463h301l-237 -1118h-230l21 207h-6q-145 -227 -355 -227q-138 0 -211 82.5t-73 238.5q0 93 24 213zM610 1266q79 88 222 303h335v-17q-46 -56 -154 -152.5t-194 -158.5h-209 v25z" />
203
- <glyph unicode="&#xfb;" horiz-adv-x="1237" d="M111 0zM262 1118h301l-137 -653q-16 -68 -16 -119q0 -123 108 -123q92 0 167 114t118 318l98 463h301l-237 -1118h-230l21 207h-6q-145 -227 -355 -227q-138 0 -211 82.5t-73 238.5q0 93 24 213zM1143 1241h-198q-63 53 -162 168q-105 -88 -232 -168h-217v25 q63 57 153 147t142 156h338q22 -54 74 -142.5t102 -160.5v-25z" />
204
- <glyph unicode="&#xfc;" horiz-adv-x="1237" d="M111 0zM262 1118h301l-137 -653q-16 -68 -16 -119q0 -123 108 -123q92 0 167 114t118 318l98 463h301l-237 -1118h-230l21 207h-6q-145 -227 -355 -227q-138 0 -211 82.5t-73 238.5q0 93 24 213zM411 1382q0 78 42.5 118t119.5 40q133 0 133 -108q0 -73 -39 -116.5 t-121 -43.5q-135 0 -135 110zM813 1382q0 78 42 118t120 40q65 0 99 -28t34 -80q0 -73 -39.5 -116.5t-120.5 -43.5q-135 0 -135 110z" />
205
- <glyph unicode="&#xfd;" horiz-adv-x="1063" d="M0 0zM102 1118h295l56 -518q14 -122 14 -293h6q20 51 44 119.5t65 153.5l260 538h327l-680 -1278q-177 -332 -483 -332q-90 0 -147 19v240q68 -13 116 -13q84 0 147.5 48t117.5 149l26 49zM497 1266q79 88 222 303h335v-17q-46 -56 -154 -152.5t-194 -158.5h-209v25z" />
206
- <glyph unicode="&#xfe;" horiz-adv-x="1219" d="M813 1139q150 0 232.5 -106.5t82.5 -301.5q0 -199 -69 -381t-182 -276t-250 -94q-178 0 -271 163h-8q-12 -159 -43 -295l-72 -340h-301l435 2048h301l-66 -307q-29 -131 -80 -280h8q131 170 283 170zM682 895q-71 0 -130 -65t-95.5 -184.5t-36.5 -246.5q0 -80 33.5 -128 t105.5 -48q69 0 129 65t97.5 183.5t37.5 247.5q0 88 -37.5 132t-103.5 44z" />
207
- <glyph unicode="&#xff;" horiz-adv-x="1063" d="M0 0zM102 1118h295l56 -518q14 -122 14 -293h6q20 51 44 119.5t65 153.5l260 538h327l-680 -1278q-177 -332 -483 -332q-90 0 -147 19v240q68 -13 116 -13q84 0 147.5 48t117.5 149l26 49zM310 1382q0 78 42.5 118t119.5 40q133 0 133 -108q0 -73 -39 -116.5t-121 -43.5 q-135 0 -135 110zM712 1382q0 78 42 118t120 40q65 0 99 -28t34 -80q0 -73 -39.5 -116.5t-120.5 -43.5q-135 0 -135 110z" />
208
- <glyph unicode="&#x131;" horiz-adv-x="608" d="M338 0h-301l237 1118h301z" />
209
- <glyph unicode="&#x152;" horiz-adv-x="1845" d="M1606 0h-760q-93 -20 -180 -20q-256 0 -399.5 147.5t-143.5 409.5q0 265 99 487.5t273 341.5t402 119q140 0 209 -23h809l-53 -254h-512l-68 -321h477l-55 -254h-477l-80 -377h512zM688 240q88 0 158 32l194 916q-62 39 -168 39q-121 0 -222 -91.5t-158.5 -251.5 t-57.5 -347q0 -147 66.5 -222t187.5 -75z" />
210
- <glyph unicode="&#x153;" horiz-adv-x="1806" d="M1198 -20q-116 0 -208 38.5t-138 106.5q-63 -68 -147 -106.5t-207 -38.5q-187 0 -297.5 117t-110.5 317q0 216 69 380.5t200 254.5t309 90q209 0 313 -160q154 160 399 160q177 0 276 -81.5t99 -223.5q0 -187 -167 -288.5t-476 -101.5h-51l-2 -21v-20q0 -91 51 -143.5 t147 -52.5q87 0 158 19t172 67v-227q-93 -46 -185.5 -66t-203.5 -20zM645 893q-71 0 -127 -60.5t-90.5 -176.5t-34.5 -242q0 -91 36.5 -140t109.5 -49q109 0 179 134.5t70 336.5q0 96 -37 146.5t-106 50.5zM1362 922q-88 0 -165.5 -78.5t-102.5 -196.5h45q155 0 241 48.5 t86 131.5q0 95 -104 95z" />
211
- <glyph unicode="&#x178;" horiz-adv-x="1155" d="M186 0zM627 870l374 592h342l-618 -903l-119 -559h-303l119 559l-236 903h312zM432 1720q0 78 42.5 118t119.5 40q133 0 133 -108q0 -73 -39 -116.5t-121 -43.5q-135 0 -135 110zM834 1720q0 78 42 118t120 40q65 0 99 -28t34 -80q0 -73 -39.5 -116.5t-120.5 -43.5 q-135 0 -135 110z" />
212
- <glyph unicode="&#x2c6;" horiz-adv-x="1135" d="M1120 1241h-198q-63 53 -162 168q-105 -88 -232 -168h-217v25q63 57 153 147t142 156h338q22 -54 74 -142.5t102 -160.5v-25z" />
213
- <glyph unicode="&#x2da;" horiz-adv-x="1182" d="M1034 1479q0 -107 -70 -173.5t-184 -66.5q-110 0 -179 63.5t-69 174.5q0 109 68.5 173t179.5 64q110 0 182 -65t72 -170zM877 1477q0 45 -27.5 70.5t-69.5 25.5t-69 -25.5t-27 -70.5t24 -71t72 -26q42 0 69.5 26t27.5 71z" />
214
- <glyph unicode="&#x2dc;" horiz-adv-x="1135" d="M866 1241q-49 0 -86.5 16.5t-69.5 36t-61.5 36t-62.5 16.5q-31 0 -55.5 -28t-38.5 -79h-177q59 309 281 309q49 0 87.5 -16.5t71.5 -36t62 -35.5t60 -16q34 0 58 25.5t46 80.5h172q-66 -309 -287 -309z" />
215
- <glyph unicode="&#x2000;" horiz-adv-x="953" />
216
- <glyph unicode="&#x2001;" horiz-adv-x="1907" />
217
- <glyph unicode="&#x2002;" horiz-adv-x="953" />
218
- <glyph unicode="&#x2003;" horiz-adv-x="1907" />
219
- <glyph unicode="&#x2004;" horiz-adv-x="635" />
220
- <glyph unicode="&#x2005;" horiz-adv-x="476" />
221
- <glyph unicode="&#x2006;" horiz-adv-x="317" />
222
- <glyph unicode="&#x2007;" horiz-adv-x="317" />
223
- <glyph unicode="&#x2008;" horiz-adv-x="238" />
224
- <glyph unicode="&#x2009;" horiz-adv-x="381" />
225
- <glyph unicode="&#x200a;" horiz-adv-x="105" />
226
- <glyph unicode="&#x2010;" horiz-adv-x="659" d="M41 424l53 250h524l-53 -250h-524z" />
227
- <glyph unicode="&#x2011;" horiz-adv-x="659" d="M41 424l53 250h524l-53 -250h-524z" />
228
- <glyph unicode="&#x2012;" horiz-adv-x="659" d="M41 424l53 250h524l-53 -250h-524z" />
229
- <glyph unicode="&#x2013;" horiz-adv-x="983" d="M41 436l49 230h852l-49 -230h-852z" />
230
- <glyph unicode="&#x2014;" horiz-adv-x="1966" d="M41 436l49 230h1835l-49 -230h-1835z" />
231
- <glyph unicode="&#x2018;" horiz-adv-x="440" d="M123 961l-8 22q103 227 262 479h225q-91 -213 -194 -501h-285z" />
232
- <glyph unicode="&#x2019;" horiz-adv-x="440" d="M586 1462l8 -22q-103 -227 -262 -479h-226q89 206 195 501h285z" />
233
- <glyph unicode="&#x201a;" horiz-adv-x="569" d="M377 238l8 -23q-103 -227 -262 -479h-225q88 207 194 502h285z" />
234
- <glyph unicode="&#x201c;" horiz-adv-x="887" d="M569 961l-8 22q103 227 262 479h226q-97 -227 -195 -501h-285zM123 961l-8 22q103 227 262 479h225q-91 -213 -194 -501h-285z" />
235
- <glyph unicode="&#x201d;" horiz-adv-x="887" d="M586 1462l8 -22q-103 -227 -262 -479h-226q89 206 195 501h285zM1032 1462l8 -22q-103 -227 -262 -479h-225q23 53 46.5 111t148.5 390h284z" />
236
- <glyph unicode="&#x201e;" horiz-adv-x="1018" d="M377 238l8 -23q-103 -227 -262 -479h-225q88 207 194 502h285zM825 238l9 -23q-100 -221 -263 -479h-225q24 57 49 118.5t146 383.5h284z" />
237
- <glyph unicode="&#x2022;" horiz-adv-x="739" d="M104 686q0 106 42.5 194t120 136.5t182.5 48.5q120 0 182.5 -67t62.5 -191q0 -177 -91.5 -277t-248.5 -100q-117 0 -183.5 67t-66.5 189z" />
238
- <glyph unicode="&#x2026;" horiz-adv-x="1706" d="M25 0zM25 115q0 90 53.5 144t150.5 54q68 0 109 -38t41 -107q0 -87 -55 -141t-144 -54q-73 0 -114 37.5t-41 104.5zM586 115q0 90 53.5 144t150.5 54q68 0 109 -38t41 -107q0 -87 -55 -141t-144 -54q-73 0 -114 37.5t-41 104.5zM1147 115q0 90 53.5 144t150.5 54 q68 0 109 -38t41 -107q0 -87 -55 -141t-144 -54q-73 0 -114 37.5t-41 104.5z" />
239
- <glyph unicode="&#x202f;" horiz-adv-x="381" />
240
- <glyph unicode="&#x2039;" horiz-adv-x="664" d="M72 569l401 463l191 -155l-279 -334l135 -350l-246 -103l-202 461v18z" />
241
- <glyph unicode="&#x203a;" horiz-adv-x="664" d="M592 535l-402 -463l-190 155l279 334l-136 350l246 103l203 -461v-18z" />
242
- <glyph unicode="&#x2044;" horiz-adv-x="256" d="M791 1462l-1084 -1462h-239l1087 1462h236z" />
243
- <glyph unicode="&#x205f;" horiz-adv-x="476" />
244
- <glyph unicode="&#x2074;" horiz-adv-x="776" d="M776 737h-119l-32 -151h-238l33 151h-373l31 174l475 557h260l-121 -563h119zM455 905l58 231l22 74q-13 -20 -43 -58t-211 -247h174z" />
245
- <glyph unicode="&#x20ac;" d="M899 1237q-97 0 -176 -74.5t-135 -212.5h348l-39 -176h-360q-11 -34 -25 -115h299l-37 -178h-280q0 -120 44.5 -181.5t147.5 -61.5q133 0 283 63v-258q-126 -63 -330 -63q-446 0 -446 501h-152l37 178h127q9 67 22 115h-125l39 176h135q87 252 250.5 393.5t374.5 141.5 q100 0 179 -23t165 -80l-125 -223q-87 49 -131 63.5t-90 14.5z" />
246
- <glyph unicode="&#x2122;" horiz-adv-x="1534" d="M471 741h-168v572h-197v149h564v-149h-199v-572zM1047 741l-166 529h-7l5 -111v-418h-164v721h248l159 -510l170 510h240v-721h-168v408l4 121h-6l-174 -529h-141z" />
247
- <glyph unicode="&#xe000;" horiz-adv-x="1120" d="M0 1120h1120v-1120h-1120v1120z" />
248
- <glyph horiz-adv-x="1217" d="M0 0z" />
249
- <hkern u1="&#x22;" u2="&#x178;" k="-20" />
250
- <hkern u1="&#x22;" u2="&#x153;" k="123" />
251
- <hkern u1="&#x22;" u2="&#xfc;" k="61" />
252
- <hkern u1="&#x22;" u2="&#xfb;" k="61" />
253
- <hkern u1="&#x22;" u2="&#xfa;" k="61" />
254
- <hkern u1="&#x22;" u2="&#xf9;" k="61" />
255
- <hkern u1="&#x22;" u2="&#xf8;" k="123" />
256
- <hkern u1="&#x22;" u2="&#xf6;" k="123" />
257
- <hkern u1="&#x22;" u2="&#xf5;" k="123" />
258
- <hkern u1="&#x22;" u2="&#xf4;" k="123" />
259
- <hkern u1="&#x22;" u2="&#xf3;" k="123" />
260
- <hkern u1="&#x22;" u2="&#xf2;" k="123" />
261
- <hkern u1="&#x22;" u2="&#xeb;" k="123" />
262
- <hkern u1="&#x22;" u2="&#xea;" k="123" />
263
- <hkern u1="&#x22;" u2="&#xe9;" k="123" />
264
- <hkern u1="&#x22;" u2="&#xe8;" k="123" />
265
- <hkern u1="&#x22;" u2="&#xe7;" k="123" />
266
- <hkern u1="&#x22;" u2="&#xe6;" k="82" />
267
- <hkern u1="&#x22;" u2="&#xe5;" k="82" />
268
- <hkern u1="&#x22;" u2="&#xe4;" k="82" />
269
- <hkern u1="&#x22;" u2="&#xe3;" k="82" />
270
- <hkern u1="&#x22;" u2="&#xe2;" k="82" />
271
- <hkern u1="&#x22;" u2="&#xe1;" k="82" />
272
- <hkern u1="&#x22;" u2="&#xe0;" k="123" />
273
- <hkern u1="&#x22;" u2="&#xdd;" k="-20" />
274
- <hkern u1="&#x22;" u2="&#xc5;" k="143" />
275
- <hkern u1="&#x22;" u2="&#xc4;" k="143" />
276
- <hkern u1="&#x22;" u2="&#xc3;" k="143" />
277
- <hkern u1="&#x22;" u2="&#xc2;" k="143" />
278
- <hkern u1="&#x22;" u2="&#xc1;" k="143" />
279
- <hkern u1="&#x22;" u2="&#xc0;" k="143" />
280
- <hkern u1="&#x22;" u2="u" k="61" />
281
- <hkern u1="&#x22;" u2="s" k="61" />
282
- <hkern u1="&#x22;" u2="r" k="61" />
283
- <hkern u1="&#x22;" u2="q" k="123" />
284
- <hkern u1="&#x22;" u2="p" k="61" />
285
- <hkern u1="&#x22;" u2="o" k="123" />
286
- <hkern u1="&#x22;" u2="n" k="61" />
287
- <hkern u1="&#x22;" u2="m" k="61" />
288
- <hkern u1="&#x22;" u2="g" k="61" />
289
- <hkern u1="&#x22;" u2="e" k="123" />
290
- <hkern u1="&#x22;" u2="d" k="123" />
291
- <hkern u1="&#x22;" u2="c" k="123" />
292
- <hkern u1="&#x22;" u2="a" k="82" />
293
- <hkern u1="&#x22;" u2="Y" k="-20" />
294
- <hkern u1="&#x22;" u2="W" k="-41" />
295
- <hkern u1="&#x22;" u2="V" k="-41" />
296
- <hkern u1="&#x22;" u2="T" k="-41" />
297
- <hkern u1="&#x22;" u2="A" k="143" />
298
- <hkern u1="&#x27;" u2="&#x178;" k="-20" />
299
- <hkern u1="&#x27;" u2="&#x153;" k="123" />
300
- <hkern u1="&#x27;" u2="&#xfc;" k="61" />
301
- <hkern u1="&#x27;" u2="&#xfb;" k="61" />
302
- <hkern u1="&#x27;" u2="&#xfa;" k="61" />
303
- <hkern u1="&#x27;" u2="&#xf9;" k="61" />
304
- <hkern u1="&#x27;" u2="&#xf8;" k="123" />
305
- <hkern u1="&#x27;" u2="&#xf6;" k="123" />
306
- <hkern u1="&#x27;" u2="&#xf5;" k="123" />
307
- <hkern u1="&#x27;" u2="&#xf4;" k="123" />
308
- <hkern u1="&#x27;" u2="&#xf3;" k="123" />
309
- <hkern u1="&#x27;" u2="&#xf2;" k="123" />
310
- <hkern u1="&#x27;" u2="&#xeb;" k="123" />
311
- <hkern u1="&#x27;" u2="&#xea;" k="123" />
312
- <hkern u1="&#x27;" u2="&#xe9;" k="123" />
313
- <hkern u1="&#x27;" u2="&#xe8;" k="123" />
314
- <hkern u1="&#x27;" u2="&#xe7;" k="123" />
315
- <hkern u1="&#x27;" u2="&#xe6;" k="82" />
316
- <hkern u1="&#x27;" u2="&#xe5;" k="82" />
317
- <hkern u1="&#x27;" u2="&#xe4;" k="82" />
318
- <hkern u1="&#x27;" u2="&#xe3;" k="82" />
319
- <hkern u1="&#x27;" u2="&#xe2;" k="82" />
320
- <hkern u1="&#x27;" u2="&#xe1;" k="82" />
321
- <hkern u1="&#x27;" u2="&#xe0;" k="123" />
322
- <hkern u1="&#x27;" u2="&#xdd;" k="-20" />
323
- <hkern u1="&#x27;" u2="&#xc5;" k="143" />
324
- <hkern u1="&#x27;" u2="&#xc4;" k="143" />
325
- <hkern u1="&#x27;" u2="&#xc3;" k="143" />
326
- <hkern u1="&#x27;" u2="&#xc2;" k="143" />
327
- <hkern u1="&#x27;" u2="&#xc1;" k="143" />
328
- <hkern u1="&#x27;" u2="&#xc0;" k="143" />
329
- <hkern u1="&#x27;" u2="u" k="61" />
330
- <hkern u1="&#x27;" u2="s" k="61" />
331
- <hkern u1="&#x27;" u2="r" k="61" />
332
- <hkern u1="&#x27;" u2="q" k="123" />
333
- <hkern u1="&#x27;" u2="p" k="61" />
334
- <hkern u1="&#x27;" u2="o" k="123" />
335
- <hkern u1="&#x27;" u2="n" k="61" />
336
- <hkern u1="&#x27;" u2="m" k="61" />
337
- <hkern u1="&#x27;" u2="g" k="61" />
338
- <hkern u1="&#x27;" u2="e" k="123" />
339
- <hkern u1="&#x27;" u2="d" k="123" />
340
- <hkern u1="&#x27;" u2="c" k="123" />
341
- <hkern u1="&#x27;" u2="a" k="82" />
342
- <hkern u1="&#x27;" u2="Y" k="-20" />
343
- <hkern u1="&#x27;" u2="W" k="-41" />
344
- <hkern u1="&#x27;" u2="V" k="-41" />
345
- <hkern u1="&#x27;" u2="T" k="-41" />
346
- <hkern u1="&#x27;" u2="A" k="143" />
347
- <hkern u1="&#x28;" u2="J" k="-184" />
348
- <hkern u1="&#x2c;" u2="&#x178;" k="123" />
349
- <hkern u1="&#x2c;" u2="&#x152;" k="102" />
350
- <hkern u1="&#x2c;" u2="&#xdd;" k="123" />
351
- <hkern u1="&#x2c;" u2="&#xdc;" k="41" />
352
- <hkern u1="&#x2c;" u2="&#xdb;" k="41" />
353
- <hkern u1="&#x2c;" u2="&#xda;" k="41" />
354
- <hkern u1="&#x2c;" u2="&#xd9;" k="41" />
355
- <hkern u1="&#x2c;" u2="&#xd8;" k="102" />
356
- <hkern u1="&#x2c;" u2="&#xd6;" k="102" />
357
- <hkern u1="&#x2c;" u2="&#xd5;" k="102" />
358
- <hkern u1="&#x2c;" u2="&#xd4;" k="102" />
359
- <hkern u1="&#x2c;" u2="&#xd3;" k="102" />
360
- <hkern u1="&#x2c;" u2="&#xd2;" k="102" />
361
- <hkern u1="&#x2c;" u2="&#xc7;" k="102" />
362
- <hkern u1="&#x2c;" u2="Y" k="123" />
363
- <hkern u1="&#x2c;" u2="W" k="123" />
364
- <hkern u1="&#x2c;" u2="V" k="123" />
365
- <hkern u1="&#x2c;" u2="U" k="41" />
366
- <hkern u1="&#x2c;" u2="T" k="143" />
367
- <hkern u1="&#x2c;" u2="Q" k="102" />
368
- <hkern u1="&#x2c;" u2="O" k="102" />
369
- <hkern u1="&#x2c;" u2="G" k="102" />
370
- <hkern u1="&#x2c;" u2="C" k="102" />
371
- <hkern u1="&#x2d;" u2="T" k="82" />
372
- <hkern u1="&#x2e;" u2="&#x178;" k="123" />
373
- <hkern u1="&#x2e;" u2="&#x152;" k="102" />
374
- <hkern u1="&#x2e;" u2="&#xdd;" k="123" />
375
- <hkern u1="&#x2e;" u2="&#xdc;" k="41" />
376
- <hkern u1="&#x2e;" u2="&#xdb;" k="41" />
377
- <hkern u1="&#x2e;" u2="&#xda;" k="41" />
378
- <hkern u1="&#x2e;" u2="&#xd9;" k="41" />
379
- <hkern u1="&#x2e;" u2="&#xd8;" k="102" />
380
- <hkern u1="&#x2e;" u2="&#xd6;" k="102" />
381
- <hkern u1="&#x2e;" u2="&#xd5;" k="102" />
382
- <hkern u1="&#x2e;" u2="&#xd4;" k="102" />
383
- <hkern u1="&#x2e;" u2="&#xd3;" k="102" />
384
- <hkern u1="&#x2e;" u2="&#xd2;" k="102" />
385
- <hkern u1="&#x2e;" u2="&#xc7;" k="102" />
386
- <hkern u1="&#x2e;" u2="Y" k="123" />
387
- <hkern u1="&#x2e;" u2="W" k="123" />
388
- <hkern u1="&#x2e;" u2="V" k="123" />
389
- <hkern u1="&#x2e;" u2="U" k="41" />
390
- <hkern u1="&#x2e;" u2="T" k="143" />
391
- <hkern u1="&#x2e;" u2="Q" k="102" />
392
- <hkern u1="&#x2e;" u2="O" k="102" />
393
- <hkern u1="&#x2e;" u2="G" k="102" />
394
- <hkern u1="&#x2e;" u2="C" k="102" />
395
- <hkern u1="A" u2="&#x201d;" k="143" />
396
- <hkern u1="A" u2="&#x2019;" k="143" />
397
- <hkern u1="A" u2="&#x178;" k="123" />
398
- <hkern u1="A" u2="&#x152;" k="41" />
399
- <hkern u1="A" u2="&#xdd;" k="123" />
400
- <hkern u1="A" u2="&#xd8;" k="41" />
401
- <hkern u1="A" u2="&#xd6;" k="41" />
402
- <hkern u1="A" u2="&#xd5;" k="41" />
403
- <hkern u1="A" u2="&#xd4;" k="41" />
404
- <hkern u1="A" u2="&#xd3;" k="41" />
405
- <hkern u1="A" u2="&#xd2;" k="41" />
406
- <hkern u1="A" u2="&#xc7;" k="41" />
407
- <hkern u1="A" u2="Y" k="123" />
408
- <hkern u1="A" u2="W" k="82" />
409
- <hkern u1="A" u2="V" k="82" />
410
- <hkern u1="A" u2="T" k="143" />
411
- <hkern u1="A" u2="Q" k="41" />
412
- <hkern u1="A" u2="O" k="41" />
413
- <hkern u1="A" u2="J" k="-266" />
414
- <hkern u1="A" u2="G" k="41" />
415
- <hkern u1="A" u2="C" k="41" />
416
- <hkern u1="A" u2="&#x27;" k="143" />
417
- <hkern u1="A" u2="&#x22;" k="143" />
418
- <hkern u1="B" u2="&#x201e;" k="82" />
419
- <hkern u1="B" u2="&#x201a;" k="82" />
420
- <hkern u1="B" u2="&#x178;" k="20" />
421
- <hkern u1="B" u2="&#xdd;" k="20" />
422
- <hkern u1="B" u2="&#xc5;" k="41" />
423
- <hkern u1="B" u2="&#xc4;" k="41" />
424
- <hkern u1="B" u2="&#xc3;" k="41" />
425
- <hkern u1="B" u2="&#xc2;" k="41" />
426
- <hkern u1="B" u2="&#xc1;" k="41" />
427
- <hkern u1="B" u2="&#xc0;" k="41" />
428
- <hkern u1="B" u2="Z" k="20" />
429
- <hkern u1="B" u2="Y" k="20" />
430
- <hkern u1="B" u2="X" k="41" />
431
- <hkern u1="B" u2="W" k="20" />
432
- <hkern u1="B" u2="V" k="20" />
433
- <hkern u1="B" u2="T" k="61" />
434
- <hkern u1="B" u2="A" k="41" />
435
- <hkern u1="B" u2="&#x2e;" k="82" />
436
- <hkern u1="B" u2="&#x2c;" k="82" />
437
- <hkern u1="C" u2="&#x152;" k="41" />
438
- <hkern u1="C" u2="&#xd8;" k="41" />
439
- <hkern u1="C" u2="&#xd6;" k="41" />
440
- <hkern u1="C" u2="&#xd5;" k="41" />
441
- <hkern u1="C" u2="&#xd4;" k="41" />
442
- <hkern u1="C" u2="&#xd3;" k="41" />
443
- <hkern u1="C" u2="&#xd2;" k="41" />
444
- <hkern u1="C" u2="&#xc7;" k="41" />
445
- <hkern u1="C" u2="Q" k="41" />
446
- <hkern u1="C" u2="O" k="41" />
447
- <hkern u1="C" u2="G" k="41" />
448
- <hkern u1="C" u2="C" k="41" />
449
- <hkern u1="D" u2="&#x201e;" k="82" />
450
- <hkern u1="D" u2="&#x201a;" k="82" />
451
- <hkern u1="D" u2="&#x178;" k="20" />
452
- <hkern u1="D" u2="&#xdd;" k="20" />
453
- <hkern u1="D" u2="&#xc5;" k="41" />
454
- <hkern u1="D" u2="&#xc4;" k="41" />
455
- <hkern u1="D" u2="&#xc3;" k="41" />
456
- <hkern u1="D" u2="&#xc2;" k="41" />
457
- <hkern u1="D" u2="&#xc1;" k="41" />
458
- <hkern u1="D" u2="&#xc0;" k="41" />
459
- <hkern u1="D" u2="Z" k="20" />
460
- <hkern u1="D" u2="Y" k="20" />
461
- <hkern u1="D" u2="X" k="41" />
462
- <hkern u1="D" u2="W" k="20" />
463
- <hkern u1="D" u2="V" k="20" />
464
- <hkern u1="D" u2="T" k="61" />
465
- <hkern u1="D" u2="A" k="41" />
466
- <hkern u1="D" u2="&#x2e;" k="82" />
467
- <hkern u1="D" u2="&#x2c;" k="82" />
468
- <hkern u1="E" u2="J" k="-123" />
469
- <hkern u1="F" u2="&#x201e;" k="123" />
470
- <hkern u1="F" u2="&#x201a;" k="123" />
471
- <hkern u1="F" u2="&#xc5;" k="41" />
472
- <hkern u1="F" u2="&#xc4;" k="41" />
473
- <hkern u1="F" u2="&#xc3;" k="41" />
474
- <hkern u1="F" u2="&#xc2;" k="41" />
475
- <hkern u1="F" u2="&#xc1;" k="41" />
476
- <hkern u1="F" u2="&#xc0;" k="41" />
477
- <hkern u1="F" u2="A" k="41" />
478
- <hkern u1="F" u2="&#x3f;" k="-41" />
479
- <hkern u1="F" u2="&#x2e;" k="123" />
480
- <hkern u1="F" u2="&#x2c;" k="123" />
481
- <hkern u1="K" u2="&#x152;" k="41" />
482
- <hkern u1="K" u2="&#xd8;" k="41" />
483
- <hkern u1="K" u2="&#xd6;" k="41" />
484
- <hkern u1="K" u2="&#xd5;" k="41" />
485
- <hkern u1="K" u2="&#xd4;" k="41" />
486
- <hkern u1="K" u2="&#xd3;" k="41" />
487
- <hkern u1="K" u2="&#xd2;" k="41" />
488
- <hkern u1="K" u2="&#xc7;" k="41" />
489
- <hkern u1="K" u2="Q" k="41" />
490
- <hkern u1="K" u2="O" k="41" />
491
- <hkern u1="K" u2="G" k="41" />
492
- <hkern u1="K" u2="C" k="41" />
493
- <hkern u1="L" u2="&#x201d;" k="164" />
494
- <hkern u1="L" u2="&#x2019;" k="164" />
495
- <hkern u1="L" u2="&#x178;" k="61" />
496
- <hkern u1="L" u2="&#x152;" k="41" />
497
- <hkern u1="L" u2="&#xdd;" k="61" />
498
- <hkern u1="L" u2="&#xdc;" k="20" />
499
- <hkern u1="L" u2="&#xdb;" k="20" />
500
- <hkern u1="L" u2="&#xda;" k="20" />
501
- <hkern u1="L" u2="&#xd9;" k="20" />
502
- <hkern u1="L" u2="&#xd8;" k="41" />
503
- <hkern u1="L" u2="&#xd6;" k="41" />
504
- <hkern u1="L" u2="&#xd5;" k="41" />
505
- <hkern u1="L" u2="&#xd4;" k="41" />
506
- <hkern u1="L" u2="&#xd3;" k="41" />
507
- <hkern u1="L" u2="&#xd2;" k="41" />
508
- <hkern u1="L" u2="&#xc7;" k="41" />
509
- <hkern u1="L" u2="Y" k="61" />
510
- <hkern u1="L" u2="W" k="41" />
511
- <hkern u1="L" u2="V" k="41" />
512
- <hkern u1="L" u2="U" k="20" />
513
- <hkern u1="L" u2="T" k="41" />
514
- <hkern u1="L" u2="Q" k="41" />
515
- <hkern u1="L" u2="O" k="41" />
516
- <hkern u1="L" u2="G" k="41" />
517
- <hkern u1="L" u2="C" k="41" />
518
- <hkern u1="L" u2="&#x27;" k="164" />
519
- <hkern u1="L" u2="&#x22;" k="164" />
520
- <hkern u1="O" u2="&#x201e;" k="82" />
521
- <hkern u1="O" u2="&#x201a;" k="82" />
522
- <hkern u1="O" u2="&#x178;" k="20" />
523
- <hkern u1="O" u2="&#xdd;" k="20" />
524
- <hkern u1="O" u2="&#xc5;" k="41" />
525
- <hkern u1="O" u2="&#xc4;" k="41" />
526
- <hkern u1="O" u2="&#xc3;" k="41" />
527
- <hkern u1="O" u2="&#xc2;" k="41" />
528
- <hkern u1="O" u2="&#xc1;" k="41" />
529
- <hkern u1="O" u2="&#xc0;" k="41" />
530
- <hkern u1="O" u2="Z" k="20" />
531
- <hkern u1="O" u2="Y" k="20" />
532
- <hkern u1="O" u2="X" k="41" />
533
- <hkern u1="O" u2="W" k="20" />
534
- <hkern u1="O" u2="V" k="20" />
535
- <hkern u1="O" u2="T" k="61" />
536
- <hkern u1="O" u2="A" k="41" />
537
- <hkern u1="O" u2="&#x2e;" k="82" />
538
- <hkern u1="O" u2="&#x2c;" k="82" />
539
- <hkern u1="P" u2="&#x201e;" k="266" />
540
- <hkern u1="P" u2="&#x201a;" k="266" />
541
- <hkern u1="P" u2="&#xc5;" k="102" />
542
- <hkern u1="P" u2="&#xc4;" k="102" />
543
- <hkern u1="P" u2="&#xc3;" k="102" />
544
- <hkern u1="P" u2="&#xc2;" k="102" />
545
- <hkern u1="P" u2="&#xc1;" k="102" />
546
- <hkern u1="P" u2="&#xc0;" k="102" />
547
- <hkern u1="P" u2="Z" k="20" />
548
- <hkern u1="P" u2="X" k="41" />
549
- <hkern u1="P" u2="A" k="102" />
550
- <hkern u1="P" u2="&#x2e;" k="266" />
551
- <hkern u1="P" u2="&#x2c;" k="266" />
552
- <hkern u1="Q" u2="&#x201e;" k="82" />
553
- <hkern u1="Q" u2="&#x201a;" k="82" />
554
- <hkern u1="Q" u2="&#x178;" k="20" />
555
- <hkern u1="Q" u2="&#xdd;" k="20" />
556
- <hkern u1="Q" u2="&#xc5;" k="41" />
557
- <hkern u1="Q" u2="&#xc4;" k="41" />
558
- <hkern u1="Q" u2="&#xc3;" k="41" />
559
- <hkern u1="Q" u2="&#xc2;" k="41" />
560
- <hkern u1="Q" u2="&#xc1;" k="41" />
561
- <hkern u1="Q" u2="&#xc0;" k="41" />
562
- <hkern u1="Q" u2="Z" k="20" />
563
- <hkern u1="Q" u2="Y" k="20" />
564
- <hkern u1="Q" u2="X" k="41" />
565
- <hkern u1="Q" u2="W" k="20" />
566
- <hkern u1="Q" u2="V" k="20" />
567
- <hkern u1="Q" u2="T" k="61" />
568
- <hkern u1="Q" u2="A" k="41" />
569
- <hkern u1="Q" u2="&#x2e;" k="82" />
570
- <hkern u1="Q" u2="&#x2c;" k="82" />
571
- <hkern u1="T" u2="&#x201e;" k="123" />
572
- <hkern u1="T" u2="&#x201a;" k="123" />
573
- <hkern u1="T" u2="&#x2014;" k="82" />
574
- <hkern u1="T" u2="&#x2013;" k="82" />
575
- <hkern u1="T" u2="&#x153;" k="143" />
576
- <hkern u1="T" u2="&#x152;" k="41" />
577
- <hkern u1="T" u2="&#xfd;" k="41" />
578
- <hkern u1="T" u2="&#xfc;" k="102" />
579
- <hkern u1="T" u2="&#xfb;" k="102" />
580
- <hkern u1="T" u2="&#xfa;" k="102" />
581
- <hkern u1="T" u2="&#xf9;" k="102" />
582
- <hkern u1="T" u2="&#xf8;" k="143" />
583
- <hkern u1="T" u2="&#xf6;" k="143" />
584
- <hkern u1="T" u2="&#xf5;" k="143" />
585
- <hkern u1="T" u2="&#xf4;" k="143" />
586
- <hkern u1="T" u2="&#xf3;" k="143" />
587
- <hkern u1="T" u2="&#xf2;" k="143" />
588
- <hkern u1="T" u2="&#xeb;" k="143" />
589
- <hkern u1="T" u2="&#xea;" k="143" />
590
- <hkern u1="T" u2="&#xe9;" k="143" />
591
- <hkern u1="T" u2="&#xe8;" k="143" />
592
- <hkern u1="T" u2="&#xe7;" k="143" />
593
- <hkern u1="T" u2="&#xe6;" k="164" />
594
- <hkern u1="T" u2="&#xe5;" k="164" />
595
- <hkern u1="T" u2="&#xe4;" k="164" />
596
- <hkern u1="T" u2="&#xe3;" k="164" />
597
- <hkern u1="T" u2="&#xe2;" k="164" />
598
- <hkern u1="T" u2="&#xe1;" k="164" />
599
- <hkern u1="T" u2="&#xe0;" k="143" />
600
- <hkern u1="T" u2="&#xd8;" k="41" />
601
- <hkern u1="T" u2="&#xd6;" k="41" />
602
- <hkern u1="T" u2="&#xd5;" k="41" />
603
- <hkern u1="T" u2="&#xd4;" k="41" />
604
- <hkern u1="T" u2="&#xd3;" k="41" />
605
- <hkern u1="T" u2="&#xd2;" k="41" />
606
- <hkern u1="T" u2="&#xc7;" k="41" />
607
- <hkern u1="T" u2="&#xc5;" k="143" />
608
- <hkern u1="T" u2="&#xc4;" k="143" />
609
- <hkern u1="T" u2="&#xc3;" k="143" />
610
- <hkern u1="T" u2="&#xc2;" k="143" />
611
- <hkern u1="T" u2="&#xc1;" k="143" />
612
- <hkern u1="T" u2="&#xc0;" k="143" />
613
- <hkern u1="T" u2="z" k="82" />
614
- <hkern u1="T" u2="y" k="41" />
615
- <hkern u1="T" u2="x" k="41" />
616
- <hkern u1="T" u2="w" k="41" />
617
- <hkern u1="T" u2="v" k="41" />
618
- <hkern u1="T" u2="u" k="102" />
619
- <hkern u1="T" u2="s" k="123" />
620
- <hkern u1="T" u2="r" k="102" />
621
- <hkern u1="T" u2="q" k="143" />
622
- <hkern u1="T" u2="p" k="102" />
623
- <hkern u1="T" u2="o" k="143" />
624
- <hkern u1="T" u2="n" k="102" />
625
- <hkern u1="T" u2="m" k="102" />
626
- <hkern u1="T" u2="g" k="143" />
627
- <hkern u1="T" u2="e" k="143" />
628
- <hkern u1="T" u2="d" k="143" />
629
- <hkern u1="T" u2="c" k="143" />
630
- <hkern u1="T" u2="a" k="164" />
631
- <hkern u1="T" u2="T" k="-41" />
632
- <hkern u1="T" u2="Q" k="41" />
633
- <hkern u1="T" u2="O" k="41" />
634
- <hkern u1="T" u2="G" k="41" />
635
- <hkern u1="T" u2="C" k="41" />
636
- <hkern u1="T" u2="A" k="143" />
637
- <hkern u1="T" u2="&#x3f;" k="-41" />
638
- <hkern u1="T" u2="&#x2e;" k="123" />
639
- <hkern u1="T" u2="&#x2d;" k="82" />
640
- <hkern u1="T" u2="&#x2c;" k="123" />
641
- <hkern u1="U" u2="&#x201e;" k="41" />
642
- <hkern u1="U" u2="&#x201a;" k="41" />
643
- <hkern u1="U" u2="&#xc5;" k="20" />
644
- <hkern u1="U" u2="&#xc4;" k="20" />
645
- <hkern u1="U" u2="&#xc3;" k="20" />
646
- <hkern u1="U" u2="&#xc2;" k="20" />
647
- <hkern u1="U" u2="&#xc1;" k="20" />
648
- <hkern u1="U" u2="&#xc0;" k="20" />
649
- <hkern u1="U" u2="A" k="20" />
650
- <hkern u1="U" u2="&#x2e;" k="41" />
651
- <hkern u1="U" u2="&#x2c;" k="41" />
652
- <hkern u1="V" u2="&#x201e;" k="102" />
653
- <hkern u1="V" u2="&#x201a;" k="102" />
654
- <hkern u1="V" u2="&#x153;" k="41" />
655
- <hkern u1="V" u2="&#x152;" k="20" />
656
- <hkern u1="V" u2="&#xfc;" k="20" />
657
- <hkern u1="V" u2="&#xfb;" k="20" />
658
- <hkern u1="V" u2="&#xfa;" k="20" />
659
- <hkern u1="V" u2="&#xf9;" k="20" />
660
- <hkern u1="V" u2="&#xf8;" k="41" />
661
- <hkern u1="V" u2="&#xf6;" k="41" />
662
- <hkern u1="V" u2="&#xf5;" k="41" />
663
- <hkern u1="V" u2="&#xf4;" k="41" />
664
- <hkern u1="V" u2="&#xf3;" k="41" />
665
- <hkern u1="V" u2="&#xf2;" k="41" />
666
- <hkern u1="V" u2="&#xeb;" k="41" />
667
- <hkern u1="V" u2="&#xea;" k="41" />
668
- <hkern u1="V" u2="&#xe9;" k="41" />
669
- <hkern u1="V" u2="&#xe8;" k="41" />
670
- <hkern u1="V" u2="&#xe7;" k="41" />
671
- <hkern u1="V" u2="&#xe6;" k="41" />
672
- <hkern u1="V" u2="&#xe5;" k="41" />
673
- <hkern u1="V" u2="&#xe4;" k="41" />
674
- <hkern u1="V" u2="&#xe3;" k="41" />
675
- <hkern u1="V" u2="&#xe2;" k="41" />
676
- <hkern u1="V" u2="&#xe1;" k="41" />
677
- <hkern u1="V" u2="&#xe0;" k="41" />
678
- <hkern u1="V" u2="&#xd8;" k="20" />
679
- <hkern u1="V" u2="&#xd6;" k="20" />
680
- <hkern u1="V" u2="&#xd5;" k="20" />
681
- <hkern u1="V" u2="&#xd4;" k="20" />
682
- <hkern u1="V" u2="&#xd3;" k="20" />
683
- <hkern u1="V" u2="&#xd2;" k="20" />
684
- <hkern u1="V" u2="&#xc7;" k="20" />
685
- <hkern u1="V" u2="&#xc5;" k="82" />
686
- <hkern u1="V" u2="&#xc4;" k="82" />
687
- <hkern u1="V" u2="&#xc3;" k="82" />
688
- <hkern u1="V" u2="&#xc2;" k="82" />
689
- <hkern u1="V" u2="&#xc1;" k="82" />
690
- <hkern u1="V" u2="&#xc0;" k="82" />
691
- <hkern u1="V" u2="u" k="20" />
692
- <hkern u1="V" u2="s" k="20" />
693
- <hkern u1="V" u2="r" k="20" />
694
- <hkern u1="V" u2="q" k="41" />
695
- <hkern u1="V" u2="p" k="20" />
696
- <hkern u1="V" u2="o" k="41" />
697
- <hkern u1="V" u2="n" k="20" />
698
- <hkern u1="V" u2="m" k="20" />
699
- <hkern u1="V" u2="g" k="20" />
700
- <hkern u1="V" u2="e" k="41" />
701
- <hkern u1="V" u2="d" k="41" />
702
- <hkern u1="V" u2="c" k="41" />
703
- <hkern u1="V" u2="a" k="41" />
704
- <hkern u1="V" u2="Q" k="20" />
705
- <hkern u1="V" u2="O" k="20" />
706
- <hkern u1="V" u2="G" k="20" />
707
- <hkern u1="V" u2="C" k="20" />
708
- <hkern u1="V" u2="A" k="82" />
709
- <hkern u1="V" u2="&#x3f;" k="-41" />
710
- <hkern u1="V" u2="&#x2e;" k="102" />
711
- <hkern u1="V" u2="&#x2c;" k="102" />
712
- <hkern u1="W" u2="&#x201e;" k="102" />
713
- <hkern u1="W" u2="&#x201a;" k="102" />
714
- <hkern u1="W" u2="&#x153;" k="41" />
715
- <hkern u1="W" u2="&#x152;" k="20" />
716
- <hkern u1="W" u2="&#xfc;" k="20" />
717
- <hkern u1="W" u2="&#xfb;" k="20" />
718
- <hkern u1="W" u2="&#xfa;" k="20" />
719
- <hkern u1="W" u2="&#xf9;" k="20" />
720
- <hkern u1="W" u2="&#xf8;" k="41" />
721
- <hkern u1="W" u2="&#xf6;" k="41" />
722
- <hkern u1="W" u2="&#xf5;" k="41" />
723
- <hkern u1="W" u2="&#xf4;" k="41" />
724
- <hkern u1="W" u2="&#xf3;" k="41" />
725
- <hkern u1="W" u2="&#xf2;" k="41" />
726
- <hkern u1="W" u2="&#xeb;" k="41" />
727
- <hkern u1="W" u2="&#xea;" k="41" />
728
- <hkern u1="W" u2="&#xe9;" k="41" />
729
- <hkern u1="W" u2="&#xe8;" k="41" />
730
- <hkern u1="W" u2="&#xe7;" k="41" />
731
- <hkern u1="W" u2="&#xe6;" k="41" />
732
- <hkern u1="W" u2="&#xe5;" k="41" />
733
- <hkern u1="W" u2="&#xe4;" k="41" />
734
- <hkern u1="W" u2="&#xe3;" k="41" />
735
- <hkern u1="W" u2="&#xe2;" k="41" />
736
- <hkern u1="W" u2="&#xe1;" k="41" />
737
- <hkern u1="W" u2="&#xe0;" k="41" />
738
- <hkern u1="W" u2="&#xd8;" k="20" />
739
- <hkern u1="W" u2="&#xd6;" k="20" />
740
- <hkern u1="W" u2="&#xd5;" k="20" />
741
- <hkern u1="W" u2="&#xd4;" k="20" />
742
- <hkern u1="W" u2="&#xd3;" k="20" />
743
- <hkern u1="W" u2="&#xd2;" k="20" />
744
- <hkern u1="W" u2="&#xc7;" k="20" />
745
- <hkern u1="W" u2="&#xc5;" k="82" />
746
- <hkern u1="W" u2="&#xc4;" k="82" />
747
- <hkern u1="W" u2="&#xc3;" k="82" />
748
- <hkern u1="W" u2="&#xc2;" k="82" />
749
- <hkern u1="W" u2="&#xc1;" k="82" />
750
- <hkern u1="W" u2="&#xc0;" k="82" />
751
- <hkern u1="W" u2="u" k="20" />
752
- <hkern u1="W" u2="s" k="20" />
753
- <hkern u1="W" u2="r" k="20" />
754
- <hkern u1="W" u2="q" k="41" />
755
- <hkern u1="W" u2="p" k="20" />
756
- <hkern u1="W" u2="o" k="41" />
757
- <hkern u1="W" u2="n" k="20" />
758
- <hkern u1="W" u2="m" k="20" />
759
- <hkern u1="W" u2="g" k="20" />
760
- <hkern u1="W" u2="e" k="41" />
761
- <hkern u1="W" u2="d" k="41" />
762
- <hkern u1="W" u2="c" k="41" />
763
- <hkern u1="W" u2="a" k="41" />
764
- <hkern u1="W" u2="Q" k="20" />
765
- <hkern u1="W" u2="O" k="20" />
766
- <hkern u1="W" u2="G" k="20" />
767
- <hkern u1="W" u2="C" k="20" />
768
- <hkern u1="W" u2="A" k="82" />
769
- <hkern u1="W" u2="&#x3f;" k="-41" />
770
- <hkern u1="W" u2="&#x2e;" k="102" />
771
- <hkern u1="W" u2="&#x2c;" k="102" />
772
- <hkern u1="X" u2="&#x152;" k="41" />
773
- <hkern u1="X" u2="&#xd8;" k="41" />
774
- <hkern u1="X" u2="&#xd6;" k="41" />
775
- <hkern u1="X" u2="&#xd5;" k="41" />
776
- <hkern u1="X" u2="&#xd4;" k="41" />
777
- <hkern u1="X" u2="&#xd3;" k="41" />
778
- <hkern u1="X" u2="&#xd2;" k="41" />
779
- <hkern u1="X" u2="&#xc7;" k="41" />
780
- <hkern u1="X" u2="Q" k="41" />
781
- <hkern u1="X" u2="O" k="41" />
782
- <hkern u1="X" u2="G" k="41" />
783
- <hkern u1="X" u2="C" k="41" />
784
- <hkern u1="Y" u2="&#x201e;" k="123" />
785
- <hkern u1="Y" u2="&#x201a;" k="123" />
786
- <hkern u1="Y" u2="&#x153;" k="102" />
787
- <hkern u1="Y" u2="&#x152;" k="41" />
788
- <hkern u1="Y" u2="&#xfc;" k="61" />
789
- <hkern u1="Y" u2="&#xfb;" k="61" />
790
- <hkern u1="Y" u2="&#xfa;" k="61" />
791
- <hkern u1="Y" u2="&#xf9;" k="61" />
792
- <hkern u1="Y" u2="&#xf8;" k="102" />
793
- <hkern u1="Y" u2="&#xf6;" k="102" />
794
- <hkern u1="Y" u2="&#xf5;" k="102" />
795
- <hkern u1="Y" u2="&#xf4;" k="102" />
796
- <hkern u1="Y" u2="&#xf3;" k="102" />
797
- <hkern u1="Y" u2="&#xf2;" k="102" />
798
- <hkern u1="Y" u2="&#xeb;" k="102" />
799
- <hkern u1="Y" u2="&#xea;" k="102" />
800
- <hkern u1="Y" u2="&#xe9;" k="102" />
801
- <hkern u1="Y" u2="&#xe8;" k="102" />
802
- <hkern u1="Y" u2="&#xe7;" k="102" />
803
- <hkern u1="Y" u2="&#xe6;" k="102" />
804
- <hkern u1="Y" u2="&#xe5;" k="102" />
805
- <hkern u1="Y" u2="&#xe4;" k="102" />
806
- <hkern u1="Y" u2="&#xe3;" k="102" />
807
- <hkern u1="Y" u2="&#xe2;" k="102" />
808
- <hkern u1="Y" u2="&#xe1;" k="102" />
809
- <hkern u1="Y" u2="&#xe0;" k="102" />
810
- <hkern u1="Y" u2="&#xd8;" k="41" />
811
- <hkern u1="Y" u2="&#xd6;" k="41" />
812
- <hkern u1="Y" u2="&#xd5;" k="41" />
813
- <hkern u1="Y" u2="&#xd4;" k="41" />
814
- <hkern u1="Y" u2="&#xd3;" k="41" />
815
- <hkern u1="Y" u2="&#xd2;" k="41" />
816
- <hkern u1="Y" u2="&#xc7;" k="41" />
817
- <hkern u1="Y" u2="&#xc5;" k="123" />
818
- <hkern u1="Y" u2="&#xc4;" k="123" />
819
- <hkern u1="Y" u2="&#xc3;" k="123" />
820
- <hkern u1="Y" u2="&#xc2;" k="123" />
821
- <hkern u1="Y" u2="&#xc1;" k="123" />
822
- <hkern u1="Y" u2="&#xc0;" k="123" />
823
- <hkern u1="Y" u2="z" k="41" />
824
- <hkern u1="Y" u2="u" k="61" />
825
- <hkern u1="Y" u2="s" k="82" />
826
- <hkern u1="Y" u2="r" k="61" />
827
- <hkern u1="Y" u2="q" k="102" />
828
- <hkern u1="Y" u2="p" k="61" />
829
- <hkern u1="Y" u2="o" k="102" />
830
- <hkern u1="Y" u2="n" k="61" />
831
- <hkern u1="Y" u2="m" k="61" />
832
- <hkern u1="Y" u2="g" k="41" />
833
- <hkern u1="Y" u2="e" k="102" />
834
- <hkern u1="Y" u2="d" k="102" />
835
- <hkern u1="Y" u2="c" k="102" />
836
- <hkern u1="Y" u2="a" k="102" />
837
- <hkern u1="Y" u2="Q" k="41" />
838
- <hkern u1="Y" u2="O" k="41" />
839
- <hkern u1="Y" u2="G" k="41" />
840
- <hkern u1="Y" u2="C" k="41" />
841
- <hkern u1="Y" u2="A" k="123" />
842
- <hkern u1="Y" u2="&#x3f;" k="-41" />
843
- <hkern u1="Y" u2="&#x2e;" k="123" />
844
- <hkern u1="Y" u2="&#x2c;" k="123" />
845
- <hkern u1="Z" u2="&#x152;" k="20" />
846
- <hkern u1="Z" u2="&#xd8;" k="20" />
847
- <hkern u1="Z" u2="&#xd6;" k="20" />
848
- <hkern u1="Z" u2="&#xd5;" k="20" />
849
- <hkern u1="Z" u2="&#xd4;" k="20" />
850
- <hkern u1="Z" u2="&#xd3;" k="20" />
851
- <hkern u1="Z" u2="&#xd2;" k="20" />
852
- <hkern u1="Z" u2="&#xc7;" k="20" />
853
- <hkern u1="Z" u2="Q" k="20" />
854
- <hkern u1="Z" u2="O" k="20" />
855
- <hkern u1="Z" u2="G" k="20" />
856
- <hkern u1="Z" u2="C" k="20" />
857
- <hkern u1="[" u2="J" k="-184" />
858
- <hkern u1="a" u2="&#x201d;" k="20" />
859
- <hkern u1="a" u2="&#x2019;" k="20" />
860
- <hkern u1="a" u2="&#x27;" k="20" />
861
- <hkern u1="a" u2="&#x22;" k="20" />
862
- <hkern u1="b" u2="&#x201d;" k="20" />
863
- <hkern u1="b" u2="&#x2019;" k="20" />
864
- <hkern u1="b" u2="&#xfd;" k="41" />
865
- <hkern u1="b" u2="z" k="20" />
866
- <hkern u1="b" u2="y" k="41" />
867
- <hkern u1="b" u2="x" k="41" />
868
- <hkern u1="b" u2="w" k="41" />
869
- <hkern u1="b" u2="v" k="41" />
870
- <hkern u1="b" u2="&#x27;" k="20" />
871
- <hkern u1="b" u2="&#x22;" k="20" />
872
- <hkern u1="c" u2="&#x201d;" k="-41" />
873
- <hkern u1="c" u2="&#x2019;" k="-41" />
874
- <hkern u1="c" u2="&#x27;" k="-41" />
875
- <hkern u1="c" u2="&#x22;" k="-41" />
876
- <hkern u1="e" u2="&#x201d;" k="20" />
877
- <hkern u1="e" u2="&#x2019;" k="20" />
878
- <hkern u1="e" u2="&#xfd;" k="41" />
879
- <hkern u1="e" u2="z" k="20" />
880
- <hkern u1="e" u2="y" k="41" />
881
- <hkern u1="e" u2="x" k="41" />
882
- <hkern u1="e" u2="w" k="41" />
883
- <hkern u1="e" u2="v" k="41" />
884
- <hkern u1="e" u2="&#x27;" k="20" />
885
- <hkern u1="e" u2="&#x22;" k="20" />
886
- <hkern u1="f" u2="&#x201d;" k="-123" />
887
- <hkern u1="f" u2="&#x2019;" k="-123" />
888
- <hkern u1="f" u2="&#x27;" k="-123" />
889
- <hkern u1="f" u2="&#x22;" k="-123" />
890
- <hkern u1="h" u2="&#x201d;" k="20" />
891
- <hkern u1="h" u2="&#x2019;" k="20" />
892
- <hkern u1="h" u2="&#x27;" k="20" />
893
- <hkern u1="h" u2="&#x22;" k="20" />
894
- <hkern u1="k" u2="&#x153;" k="41" />
895
- <hkern u1="k" u2="&#xf8;" k="41" />
896
- <hkern u1="k" u2="&#xf6;" k="41" />
897
- <hkern u1="k" u2="&#xf5;" k="41" />
898
- <hkern u1="k" u2="&#xf4;" k="41" />
899
- <hkern u1="k" u2="&#xf3;" k="41" />
900
- <hkern u1="k" u2="&#xf2;" k="41" />
901
- <hkern u1="k" u2="&#xeb;" k="41" />
902
- <hkern u1="k" u2="&#xea;" k="41" />
903
- <hkern u1="k" u2="&#xe9;" k="41" />
904
- <hkern u1="k" u2="&#xe8;" k="41" />
905
- <hkern u1="k" u2="&#xe7;" k="41" />
906
- <hkern u1="k" u2="&#xe0;" k="41" />
907
- <hkern u1="k" u2="q" k="41" />
908
- <hkern u1="k" u2="o" k="41" />
909
- <hkern u1="k" u2="e" k="41" />
910
- <hkern u1="k" u2="d" k="41" />
911
- <hkern u1="k" u2="c" k="41" />
912
- <hkern u1="m" u2="&#x201d;" k="20" />
913
- <hkern u1="m" u2="&#x2019;" k="20" />
914
- <hkern u1="m" u2="&#x27;" k="20" />
915
- <hkern u1="m" u2="&#x22;" k="20" />
916
- <hkern u1="n" u2="&#x201d;" k="20" />
917
- <hkern u1="n" u2="&#x2019;" k="20" />
918
- <hkern u1="n" u2="&#x27;" k="20" />
919
- <hkern u1="n" u2="&#x22;" k="20" />
920
- <hkern u1="o" u2="&#x201d;" k="20" />
921
- <hkern u1="o" u2="&#x2019;" k="20" />
922
- <hkern u1="o" u2="&#xfd;" k="41" />
923
- <hkern u1="o" u2="z" k="20" />
924
- <hkern u1="o" u2="y" k="41" />
925
- <hkern u1="o" u2="x" k="41" />
926
- <hkern u1="o" u2="w" k="41" />
927
- <hkern u1="o" u2="v" k="41" />
928
- <hkern u1="o" u2="&#x27;" k="20" />
929
- <hkern u1="o" u2="&#x22;" k="20" />
930
- <hkern u1="p" u2="&#x201d;" k="20" />
931
- <hkern u1="p" u2="&#x2019;" k="20" />
932
- <hkern u1="p" u2="&#xfd;" k="41" />
933
- <hkern u1="p" u2="z" k="20" />
934
- <hkern u1="p" u2="y" k="41" />
935
- <hkern u1="p" u2="x" k="41" />
936
- <hkern u1="p" u2="w" k="41" />
937
- <hkern u1="p" u2="v" k="41" />
938
- <hkern u1="p" u2="&#x27;" k="20" />
939
- <hkern u1="p" u2="&#x22;" k="20" />
940
- <hkern u1="r" u2="&#x201d;" k="-82" />
941
- <hkern u1="r" u2="&#x2019;" k="-82" />
942
- <hkern u1="r" u2="&#x153;" k="41" />
943
- <hkern u1="r" u2="&#xf8;" k="41" />
944
- <hkern u1="r" u2="&#xf6;" k="41" />
945
- <hkern u1="r" u2="&#xf5;" k="41" />
946
- <hkern u1="r" u2="&#xf4;" k="41" />
947
- <hkern u1="r" u2="&#xf3;" k="41" />
948
- <hkern u1="r" u2="&#xf2;" k="41" />
949
- <hkern u1="r" u2="&#xeb;" k="41" />
950
- <hkern u1="r" u2="&#xea;" k="41" />
951
- <hkern u1="r" u2="&#xe9;" k="41" />
952
- <hkern u1="r" u2="&#xe8;" k="41" />
953
- <hkern u1="r" u2="&#xe7;" k="41" />
954
- <hkern u1="r" u2="&#xe6;" k="41" />
955
- <hkern u1="r" u2="&#xe5;" k="41" />
956
- <hkern u1="r" u2="&#xe4;" k="41" />
957
- <hkern u1="r" u2="&#xe3;" k="41" />
958
- <hkern u1="r" u2="&#xe2;" k="41" />
959
- <hkern u1="r" u2="&#xe1;" k="41" />
960
- <hkern u1="r" u2="&#xe0;" k="41" />
961
- <hkern u1="r" u2="q" k="41" />
962
- <hkern u1="r" u2="o" k="41" />
963
- <hkern u1="r" u2="g" k="20" />
964
- <hkern u1="r" u2="e" k="41" />
965
- <hkern u1="r" u2="d" k="41" />
966
- <hkern u1="r" u2="c" k="41" />
967
- <hkern u1="r" u2="a" k="41" />
968
- <hkern u1="r" u2="&#x27;" k="-82" />
969
- <hkern u1="r" u2="&#x22;" k="-82" />
970
- <hkern u1="t" u2="&#x201d;" k="-41" />
971
- <hkern u1="t" u2="&#x2019;" k="-41" />
972
- <hkern u1="t" u2="&#x27;" k="-41" />
973
- <hkern u1="t" u2="&#x22;" k="-41" />
974
- <hkern u1="v" u2="&#x201e;" k="82" />
975
- <hkern u1="v" u2="&#x201d;" k="-82" />
976
- <hkern u1="v" u2="&#x201a;" k="82" />
977
- <hkern u1="v" u2="&#x2019;" k="-82" />
978
- <hkern u1="v" u2="&#x3f;" k="-41" />
979
- <hkern u1="v" u2="&#x2e;" k="82" />
980
- <hkern u1="v" u2="&#x2c;" k="82" />
981
- <hkern u1="v" u2="&#x27;" k="-82" />
982
- <hkern u1="v" u2="&#x22;" k="-82" />
983
- <hkern u1="w" u2="&#x201e;" k="82" />
984
- <hkern u1="w" u2="&#x201d;" k="-82" />
985
- <hkern u1="w" u2="&#x201a;" k="82" />
986
- <hkern u1="w" u2="&#x2019;" k="-82" />
987
- <hkern u1="w" u2="&#x3f;" k="-41" />
988
- <hkern u1="w" u2="&#x2e;" k="82" />
989
- <hkern u1="w" u2="&#x2c;" k="82" />
990
- <hkern u1="w" u2="&#x27;" k="-82" />
991
- <hkern u1="w" u2="&#x22;" k="-82" />
992
- <hkern u1="x" u2="&#x153;" k="41" />
993
- <hkern u1="x" u2="&#xf8;" k="41" />
994
- <hkern u1="x" u2="&#xf6;" k="41" />
995
- <hkern u1="x" u2="&#xf5;" k="41" />
996
- <hkern u1="x" u2="&#xf4;" k="41" />
997
- <hkern u1="x" u2="&#xf3;" k="41" />
998
- <hkern u1="x" u2="&#xf2;" k="41" />
999
- <hkern u1="x" u2="&#xeb;" k="41" />
1000
- <hkern u1="x" u2="&#xea;" k="41" />
1001
- <hkern u1="x" u2="&#xe9;" k="41" />
1002
- <hkern u1="x" u2="&#xe8;" k="41" />
1003
- <hkern u1="x" u2="&#xe7;" k="41" />
1004
- <hkern u1="x" u2="&#xe0;" k="41" />
1005
- <hkern u1="x" u2="q" k="41" />
1006
- <hkern u1="x" u2="o" k="41" />
1007
- <hkern u1="x" u2="e" k="41" />
1008
- <hkern u1="x" u2="d" k="41" />
1009
- <hkern u1="x" u2="c" k="41" />
1010
- <hkern u1="y" u2="&#x201e;" k="82" />
1011
- <hkern u1="y" u2="&#x201d;" k="-82" />
1012
- <hkern u1="y" u2="&#x201a;" k="82" />
1013
- <hkern u1="y" u2="&#x2019;" k="-82" />
1014
- <hkern u1="y" u2="&#x3f;" k="-41" />
1015
- <hkern u1="y" u2="&#x2e;" k="82" />
1016
- <hkern u1="y" u2="&#x2c;" k="82" />
1017
- <hkern u1="y" u2="&#x27;" k="-82" />
1018
- <hkern u1="y" u2="&#x22;" k="-82" />
1019
- <hkern u1="&#x7b;" u2="J" k="-184" />
1020
- <hkern u1="&#xc0;" u2="&#x201d;" k="143" />
1021
- <hkern u1="&#xc0;" u2="&#x2019;" k="143" />
1022
- <hkern u1="&#xc0;" u2="&#x178;" k="123" />
1023
- <hkern u1="&#xc0;" u2="&#x152;" k="41" />
1024
- <hkern u1="&#xc0;" u2="&#xdd;" k="123" />
1025
- <hkern u1="&#xc0;" u2="&#xd8;" k="41" />
1026
- <hkern u1="&#xc0;" u2="&#xd6;" k="41" />
1027
- <hkern u1="&#xc0;" u2="&#xd5;" k="41" />
1028
- <hkern u1="&#xc0;" u2="&#xd4;" k="41" />
1029
- <hkern u1="&#xc0;" u2="&#xd3;" k="41" />
1030
- <hkern u1="&#xc0;" u2="&#xd2;" k="41" />
1031
- <hkern u1="&#xc0;" u2="&#xc7;" k="41" />
1032
- <hkern u1="&#xc0;" u2="Y" k="123" />
1033
- <hkern u1="&#xc0;" u2="W" k="82" />
1034
- <hkern u1="&#xc0;" u2="V" k="82" />
1035
- <hkern u1="&#xc0;" u2="T" k="143" />
1036
- <hkern u1="&#xc0;" u2="Q" k="41" />
1037
- <hkern u1="&#xc0;" u2="O" k="41" />
1038
- <hkern u1="&#xc0;" u2="J" k="-266" />
1039
- <hkern u1="&#xc0;" u2="G" k="41" />
1040
- <hkern u1="&#xc0;" u2="C" k="41" />
1041
- <hkern u1="&#xc0;" u2="&#x27;" k="143" />
1042
- <hkern u1="&#xc0;" u2="&#x22;" k="143" />
1043
- <hkern u1="&#xc1;" u2="&#x201d;" k="143" />
1044
- <hkern u1="&#xc1;" u2="&#x2019;" k="143" />
1045
- <hkern u1="&#xc1;" u2="&#x178;" k="123" />
1046
- <hkern u1="&#xc1;" u2="&#x152;" k="41" />
1047
- <hkern u1="&#xc1;" u2="&#xdd;" k="123" />
1048
- <hkern u1="&#xc1;" u2="&#xd8;" k="41" />
1049
- <hkern u1="&#xc1;" u2="&#xd6;" k="41" />
1050
- <hkern u1="&#xc1;" u2="&#xd5;" k="41" />
1051
- <hkern u1="&#xc1;" u2="&#xd4;" k="41" />
1052
- <hkern u1="&#xc1;" u2="&#xd3;" k="41" />
1053
- <hkern u1="&#xc1;" u2="&#xd2;" k="41" />
1054
- <hkern u1="&#xc1;" u2="&#xc7;" k="41" />
1055
- <hkern u1="&#xc1;" u2="Y" k="123" />
1056
- <hkern u1="&#xc1;" u2="W" k="82" />
1057
- <hkern u1="&#xc1;" u2="V" k="82" />
1058
- <hkern u1="&#xc1;" u2="T" k="143" />
1059
- <hkern u1="&#xc1;" u2="Q" k="41" />
1060
- <hkern u1="&#xc1;" u2="O" k="41" />
1061
- <hkern u1="&#xc1;" u2="J" k="-266" />
1062
- <hkern u1="&#xc1;" u2="G" k="41" />
1063
- <hkern u1="&#xc1;" u2="C" k="41" />
1064
- <hkern u1="&#xc1;" u2="&#x27;" k="143" />
1065
- <hkern u1="&#xc1;" u2="&#x22;" k="143" />
1066
- <hkern u1="&#xc2;" u2="&#x201d;" k="143" />
1067
- <hkern u1="&#xc2;" u2="&#x2019;" k="143" />
1068
- <hkern u1="&#xc2;" u2="&#x178;" k="123" />
1069
- <hkern u1="&#xc2;" u2="&#x152;" k="41" />
1070
- <hkern u1="&#xc2;" u2="&#xdd;" k="123" />
1071
- <hkern u1="&#xc2;" u2="&#xd8;" k="41" />
1072
- <hkern u1="&#xc2;" u2="&#xd6;" k="41" />
1073
- <hkern u1="&#xc2;" u2="&#xd5;" k="41" />
1074
- <hkern u1="&#xc2;" u2="&#xd4;" k="41" />
1075
- <hkern u1="&#xc2;" u2="&#xd3;" k="41" />
1076
- <hkern u1="&#xc2;" u2="&#xd2;" k="41" />
1077
- <hkern u1="&#xc2;" u2="&#xc7;" k="41" />
1078
- <hkern u1="&#xc2;" u2="Y" k="123" />
1079
- <hkern u1="&#xc2;" u2="W" k="82" />
1080
- <hkern u1="&#xc2;" u2="V" k="82" />
1081
- <hkern u1="&#xc2;" u2="T" k="143" />
1082
- <hkern u1="&#xc2;" u2="Q" k="41" />
1083
- <hkern u1="&#xc2;" u2="O" k="41" />
1084
- <hkern u1="&#xc2;" u2="J" k="-266" />
1085
- <hkern u1="&#xc2;" u2="G" k="41" />
1086
- <hkern u1="&#xc2;" u2="C" k="41" />
1087
- <hkern u1="&#xc2;" u2="&#x27;" k="143" />
1088
- <hkern u1="&#xc2;" u2="&#x22;" k="143" />
1089
- <hkern u1="&#xc3;" u2="&#x201d;" k="143" />
1090
- <hkern u1="&#xc3;" u2="&#x2019;" k="143" />
1091
- <hkern u1="&#xc3;" u2="&#x178;" k="123" />
1092
- <hkern u1="&#xc3;" u2="&#x152;" k="41" />
1093
- <hkern u1="&#xc3;" u2="&#xdd;" k="123" />
1094
- <hkern u1="&#xc3;" u2="&#xd8;" k="41" />
1095
- <hkern u1="&#xc3;" u2="&#xd6;" k="41" />
1096
- <hkern u1="&#xc3;" u2="&#xd5;" k="41" />
1097
- <hkern u1="&#xc3;" u2="&#xd4;" k="41" />
1098
- <hkern u1="&#xc3;" u2="&#xd3;" k="41" />
1099
- <hkern u1="&#xc3;" u2="&#xd2;" k="41" />
1100
- <hkern u1="&#xc3;" u2="&#xc7;" k="41" />
1101
- <hkern u1="&#xc3;" u2="Y" k="123" />
1102
- <hkern u1="&#xc3;" u2="W" k="82" />
1103
- <hkern u1="&#xc3;" u2="V" k="82" />
1104
- <hkern u1="&#xc3;" u2="T" k="143" />
1105
- <hkern u1="&#xc3;" u2="Q" k="41" />
1106
- <hkern u1="&#xc3;" u2="O" k="41" />
1107
- <hkern u1="&#xc3;" u2="J" k="-266" />
1108
- <hkern u1="&#xc3;" u2="G" k="41" />
1109
- <hkern u1="&#xc3;" u2="C" k="41" />
1110
- <hkern u1="&#xc3;" u2="&#x27;" k="143" />
1111
- <hkern u1="&#xc3;" u2="&#x22;" k="143" />
1112
- <hkern u1="&#xc4;" u2="&#x201d;" k="143" />
1113
- <hkern u1="&#xc4;" u2="&#x2019;" k="143" />
1114
- <hkern u1="&#xc4;" u2="&#x178;" k="123" />
1115
- <hkern u1="&#xc4;" u2="&#x152;" k="41" />
1116
- <hkern u1="&#xc4;" u2="&#xdd;" k="123" />
1117
- <hkern u1="&#xc4;" u2="&#xd8;" k="41" />
1118
- <hkern u1="&#xc4;" u2="&#xd6;" k="41" />
1119
- <hkern u1="&#xc4;" u2="&#xd5;" k="41" />
1120
- <hkern u1="&#xc4;" u2="&#xd4;" k="41" />
1121
- <hkern u1="&#xc4;" u2="&#xd3;" k="41" />
1122
- <hkern u1="&#xc4;" u2="&#xd2;" k="41" />
1123
- <hkern u1="&#xc4;" u2="&#xc7;" k="41" />
1124
- <hkern u1="&#xc4;" u2="Y" k="123" />
1125
- <hkern u1="&#xc4;" u2="W" k="82" />
1126
- <hkern u1="&#xc4;" u2="V" k="82" />
1127
- <hkern u1="&#xc4;" u2="T" k="143" />
1128
- <hkern u1="&#xc4;" u2="Q" k="41" />
1129
- <hkern u1="&#xc4;" u2="O" k="41" />
1130
- <hkern u1="&#xc4;" u2="J" k="-266" />
1131
- <hkern u1="&#xc4;" u2="G" k="41" />
1132
- <hkern u1="&#xc4;" u2="C" k="41" />
1133
- <hkern u1="&#xc4;" u2="&#x27;" k="143" />
1134
- <hkern u1="&#xc4;" u2="&#x22;" k="143" />
1135
- <hkern u1="&#xc5;" u2="&#x201d;" k="143" />
1136
- <hkern u1="&#xc5;" u2="&#x2019;" k="143" />
1137
- <hkern u1="&#xc5;" u2="&#x178;" k="123" />
1138
- <hkern u1="&#xc5;" u2="&#x152;" k="41" />
1139
- <hkern u1="&#xc5;" u2="&#xdd;" k="123" />
1140
- <hkern u1="&#xc5;" u2="&#xd8;" k="41" />
1141
- <hkern u1="&#xc5;" u2="&#xd6;" k="41" />
1142
- <hkern u1="&#xc5;" u2="&#xd5;" k="41" />
1143
- <hkern u1="&#xc5;" u2="&#xd4;" k="41" />
1144
- <hkern u1="&#xc5;" u2="&#xd3;" k="41" />
1145
- <hkern u1="&#xc5;" u2="&#xd2;" k="41" />
1146
- <hkern u1="&#xc5;" u2="&#xc7;" k="41" />
1147
- <hkern u1="&#xc5;" u2="Y" k="123" />
1148
- <hkern u1="&#xc5;" u2="W" k="82" />
1149
- <hkern u1="&#xc5;" u2="V" k="82" />
1150
- <hkern u1="&#xc5;" u2="T" k="143" />
1151
- <hkern u1="&#xc5;" u2="Q" k="41" />
1152
- <hkern u1="&#xc5;" u2="O" k="41" />
1153
- <hkern u1="&#xc5;" u2="J" k="-266" />
1154
- <hkern u1="&#xc5;" u2="G" k="41" />
1155
- <hkern u1="&#xc5;" u2="C" k="41" />
1156
- <hkern u1="&#xc5;" u2="&#x27;" k="143" />
1157
- <hkern u1="&#xc5;" u2="&#x22;" k="143" />
1158
- <hkern u1="&#xc6;" u2="J" k="-123" />
1159
- <hkern u1="&#xc7;" u2="&#x152;" k="41" />
1160
- <hkern u1="&#xc7;" u2="&#xd8;" k="41" />
1161
- <hkern u1="&#xc7;" u2="&#xd6;" k="41" />
1162
- <hkern u1="&#xc7;" u2="&#xd5;" k="41" />
1163
- <hkern u1="&#xc7;" u2="&#xd4;" k="41" />
1164
- <hkern u1="&#xc7;" u2="&#xd3;" k="41" />
1165
- <hkern u1="&#xc7;" u2="&#xd2;" k="41" />
1166
- <hkern u1="&#xc7;" u2="&#xc7;" k="41" />
1167
- <hkern u1="&#xc7;" u2="Q" k="41" />
1168
- <hkern u1="&#xc7;" u2="O" k="41" />
1169
- <hkern u1="&#xc7;" u2="G" k="41" />
1170
- <hkern u1="&#xc7;" u2="C" k="41" />
1171
- <hkern u1="&#xc8;" u2="J" k="-123" />
1172
- <hkern u1="&#xc9;" u2="J" k="-123" />
1173
- <hkern u1="&#xca;" u2="J" k="-123" />
1174
- <hkern u1="&#xcb;" u2="J" k="-123" />
1175
- <hkern u1="&#xd0;" u2="&#x201e;" k="82" />
1176
- <hkern u1="&#xd0;" u2="&#x201a;" k="82" />
1177
- <hkern u1="&#xd0;" u2="&#x178;" k="20" />
1178
- <hkern u1="&#xd0;" u2="&#xdd;" k="20" />
1179
- <hkern u1="&#xd0;" u2="&#xc5;" k="41" />
1180
- <hkern u1="&#xd0;" u2="&#xc4;" k="41" />
1181
- <hkern u1="&#xd0;" u2="&#xc3;" k="41" />
1182
- <hkern u1="&#xd0;" u2="&#xc2;" k="41" />
1183
- <hkern u1="&#xd0;" u2="&#xc1;" k="41" />
1184
- <hkern u1="&#xd0;" u2="&#xc0;" k="41" />
1185
- <hkern u1="&#xd0;" u2="Z" k="20" />
1186
- <hkern u1="&#xd0;" u2="Y" k="20" />
1187
- <hkern u1="&#xd0;" u2="X" k="41" />
1188
- <hkern u1="&#xd0;" u2="W" k="20" />
1189
- <hkern u1="&#xd0;" u2="V" k="20" />
1190
- <hkern u1="&#xd0;" u2="T" k="61" />
1191
- <hkern u1="&#xd0;" u2="A" k="41" />
1192
- <hkern u1="&#xd0;" u2="&#x2e;" k="82" />
1193
- <hkern u1="&#xd0;" u2="&#x2c;" k="82" />
1194
- <hkern u1="&#xd2;" u2="&#x201e;" k="82" />
1195
- <hkern u1="&#xd2;" u2="&#x201a;" k="82" />
1196
- <hkern u1="&#xd2;" u2="&#x178;" k="20" />
1197
- <hkern u1="&#xd2;" u2="&#xdd;" k="20" />
1198
- <hkern u1="&#xd2;" u2="&#xc5;" k="41" />
1199
- <hkern u1="&#xd2;" u2="&#xc4;" k="41" />
1200
- <hkern u1="&#xd2;" u2="&#xc3;" k="41" />
1201
- <hkern u1="&#xd2;" u2="&#xc2;" k="41" />
1202
- <hkern u1="&#xd2;" u2="&#xc1;" k="41" />
1203
- <hkern u1="&#xd2;" u2="&#xc0;" k="41" />
1204
- <hkern u1="&#xd2;" u2="Z" k="20" />
1205
- <hkern u1="&#xd2;" u2="Y" k="20" />
1206
- <hkern u1="&#xd2;" u2="X" k="41" />
1207
- <hkern u1="&#xd2;" u2="W" k="20" />
1208
- <hkern u1="&#xd2;" u2="V" k="20" />
1209
- <hkern u1="&#xd2;" u2="T" k="61" />
1210
- <hkern u1="&#xd2;" u2="A" k="41" />
1211
- <hkern u1="&#xd2;" u2="&#x2e;" k="82" />
1212
- <hkern u1="&#xd2;" u2="&#x2c;" k="82" />
1213
- <hkern u1="&#xd3;" u2="&#x201e;" k="82" />
1214
- <hkern u1="&#xd3;" u2="&#x201a;" k="82" />
1215
- <hkern u1="&#xd3;" u2="&#x178;" k="20" />
1216
- <hkern u1="&#xd3;" u2="&#xdd;" k="20" />
1217
- <hkern u1="&#xd3;" u2="&#xc5;" k="41" />
1218
- <hkern u1="&#xd3;" u2="&#xc4;" k="41" />
1219
- <hkern u1="&#xd3;" u2="&#xc3;" k="41" />
1220
- <hkern u1="&#xd3;" u2="&#xc2;" k="41" />
1221
- <hkern u1="&#xd3;" u2="&#xc1;" k="41" />
1222
- <hkern u1="&#xd3;" u2="&#xc0;" k="41" />
1223
- <hkern u1="&#xd3;" u2="Z" k="20" />
1224
- <hkern u1="&#xd3;" u2="Y" k="20" />
1225
- <hkern u1="&#xd3;" u2="X" k="41" />
1226
- <hkern u1="&#xd3;" u2="W" k="20" />
1227
- <hkern u1="&#xd3;" u2="V" k="20" />
1228
- <hkern u1="&#xd3;" u2="T" k="61" />
1229
- <hkern u1="&#xd3;" u2="A" k="41" />
1230
- <hkern u1="&#xd3;" u2="&#x2e;" k="82" />
1231
- <hkern u1="&#xd3;" u2="&#x2c;" k="82" />
1232
- <hkern u1="&#xd4;" u2="&#x201e;" k="82" />
1233
- <hkern u1="&#xd4;" u2="&#x201a;" k="82" />
1234
- <hkern u1="&#xd4;" u2="&#x178;" k="20" />
1235
- <hkern u1="&#xd4;" u2="&#xdd;" k="20" />
1236
- <hkern u1="&#xd4;" u2="&#xc5;" k="41" />
1237
- <hkern u1="&#xd4;" u2="&#xc4;" k="41" />
1238
- <hkern u1="&#xd4;" u2="&#xc3;" k="41" />
1239
- <hkern u1="&#xd4;" u2="&#xc2;" k="41" />
1240
- <hkern u1="&#xd4;" u2="&#xc1;" k="41" />
1241
- <hkern u1="&#xd4;" u2="&#xc0;" k="41" />
1242
- <hkern u1="&#xd4;" u2="Z" k="20" />
1243
- <hkern u1="&#xd4;" u2="Y" k="20" />
1244
- <hkern u1="&#xd4;" u2="X" k="41" />
1245
- <hkern u1="&#xd4;" u2="W" k="20" />
1246
- <hkern u1="&#xd4;" u2="V" k="20" />
1247
- <hkern u1="&#xd4;" u2="T" k="61" />
1248
- <hkern u1="&#xd4;" u2="A" k="41" />
1249
- <hkern u1="&#xd4;" u2="&#x2e;" k="82" />
1250
- <hkern u1="&#xd4;" u2="&#x2c;" k="82" />
1251
- <hkern u1="&#xd5;" u2="&#x201e;" k="82" />
1252
- <hkern u1="&#xd5;" u2="&#x201a;" k="82" />
1253
- <hkern u1="&#xd5;" u2="&#x178;" k="20" />
1254
- <hkern u1="&#xd5;" u2="&#xdd;" k="20" />
1255
- <hkern u1="&#xd5;" u2="&#xc5;" k="41" />
1256
- <hkern u1="&#xd5;" u2="&#xc4;" k="41" />
1257
- <hkern u1="&#xd5;" u2="&#xc3;" k="41" />
1258
- <hkern u1="&#xd5;" u2="&#xc2;" k="41" />
1259
- <hkern u1="&#xd5;" u2="&#xc1;" k="41" />
1260
- <hkern u1="&#xd5;" u2="&#xc0;" k="41" />
1261
- <hkern u1="&#xd5;" u2="Z" k="20" />
1262
- <hkern u1="&#xd5;" u2="Y" k="20" />
1263
- <hkern u1="&#xd5;" u2="X" k="41" />
1264
- <hkern u1="&#xd5;" u2="W" k="20" />
1265
- <hkern u1="&#xd5;" u2="V" k="20" />
1266
- <hkern u1="&#xd5;" u2="T" k="61" />
1267
- <hkern u1="&#xd5;" u2="A" k="41" />
1268
- <hkern u1="&#xd5;" u2="&#x2e;" k="82" />
1269
- <hkern u1="&#xd5;" u2="&#x2c;" k="82" />
1270
- <hkern u1="&#xd6;" u2="&#x201e;" k="82" />
1271
- <hkern u1="&#xd6;" u2="&#x201a;" k="82" />
1272
- <hkern u1="&#xd6;" u2="&#x178;" k="20" />
1273
- <hkern u1="&#xd6;" u2="&#xdd;" k="20" />
1274
- <hkern u1="&#xd6;" u2="&#xc5;" k="41" />
1275
- <hkern u1="&#xd6;" u2="&#xc4;" k="41" />
1276
- <hkern u1="&#xd6;" u2="&#xc3;" k="41" />
1277
- <hkern u1="&#xd6;" u2="&#xc2;" k="41" />
1278
- <hkern u1="&#xd6;" u2="&#xc1;" k="41" />
1279
- <hkern u1="&#xd6;" u2="&#xc0;" k="41" />
1280
- <hkern u1="&#xd6;" u2="Z" k="20" />
1281
- <hkern u1="&#xd6;" u2="Y" k="20" />
1282
- <hkern u1="&#xd6;" u2="X" k="41" />
1283
- <hkern u1="&#xd6;" u2="W" k="20" />
1284
- <hkern u1="&#xd6;" u2="V" k="20" />
1285
- <hkern u1="&#xd6;" u2="T" k="61" />
1286
- <hkern u1="&#xd6;" u2="A" k="41" />
1287
- <hkern u1="&#xd6;" u2="&#x2e;" k="82" />
1288
- <hkern u1="&#xd6;" u2="&#x2c;" k="82" />
1289
- <hkern u1="&#xd8;" u2="&#x201e;" k="82" />
1290
- <hkern u1="&#xd8;" u2="&#x201a;" k="82" />
1291
- <hkern u1="&#xd8;" u2="&#x178;" k="20" />
1292
- <hkern u1="&#xd8;" u2="&#xdd;" k="20" />
1293
- <hkern u1="&#xd8;" u2="&#xc5;" k="41" />
1294
- <hkern u1="&#xd8;" u2="&#xc4;" k="41" />
1295
- <hkern u1="&#xd8;" u2="&#xc3;" k="41" />
1296
- <hkern u1="&#xd8;" u2="&#xc2;" k="41" />
1297
- <hkern u1="&#xd8;" u2="&#xc1;" k="41" />
1298
- <hkern u1="&#xd8;" u2="&#xc0;" k="41" />
1299
- <hkern u1="&#xd8;" u2="Z" k="20" />
1300
- <hkern u1="&#xd8;" u2="Y" k="20" />
1301
- <hkern u1="&#xd8;" u2="X" k="41" />
1302
- <hkern u1="&#xd8;" u2="W" k="20" />
1303
- <hkern u1="&#xd8;" u2="V" k="20" />
1304
- <hkern u1="&#xd8;" u2="T" k="61" />
1305
- <hkern u1="&#xd8;" u2="A" k="41" />
1306
- <hkern u1="&#xd8;" u2="&#x2e;" k="82" />
1307
- <hkern u1="&#xd8;" u2="&#x2c;" k="82" />
1308
- <hkern u1="&#xd9;" u2="&#x201e;" k="41" />
1309
- <hkern u1="&#xd9;" u2="&#x201a;" k="41" />
1310
- <hkern u1="&#xd9;" u2="&#xc5;" k="20" />
1311
- <hkern u1="&#xd9;" u2="&#xc4;" k="20" />
1312
- <hkern u1="&#xd9;" u2="&#xc3;" k="20" />
1313
- <hkern u1="&#xd9;" u2="&#xc2;" k="20" />
1314
- <hkern u1="&#xd9;" u2="&#xc1;" k="20" />
1315
- <hkern u1="&#xd9;" u2="&#xc0;" k="20" />
1316
- <hkern u1="&#xd9;" u2="A" k="20" />
1317
- <hkern u1="&#xd9;" u2="&#x2e;" k="41" />
1318
- <hkern u1="&#xd9;" u2="&#x2c;" k="41" />
1319
- <hkern u1="&#xda;" u2="&#x201e;" k="41" />
1320
- <hkern u1="&#xda;" u2="&#x201a;" k="41" />
1321
- <hkern u1="&#xda;" u2="&#xc5;" k="20" />
1322
- <hkern u1="&#xda;" u2="&#xc4;" k="20" />
1323
- <hkern u1="&#xda;" u2="&#xc3;" k="20" />
1324
- <hkern u1="&#xda;" u2="&#xc2;" k="20" />
1325
- <hkern u1="&#xda;" u2="&#xc1;" k="20" />
1326
- <hkern u1="&#xda;" u2="&#xc0;" k="20" />
1327
- <hkern u1="&#xda;" u2="A" k="20" />
1328
- <hkern u1="&#xda;" u2="&#x2e;" k="41" />
1329
- <hkern u1="&#xda;" u2="&#x2c;" k="41" />
1330
- <hkern u1="&#xdb;" u2="&#x201e;" k="41" />
1331
- <hkern u1="&#xdb;" u2="&#x201a;" k="41" />
1332
- <hkern u1="&#xdb;" u2="&#xc5;" k="20" />
1333
- <hkern u1="&#xdb;" u2="&#xc4;" k="20" />
1334
- <hkern u1="&#xdb;" u2="&#xc3;" k="20" />
1335
- <hkern u1="&#xdb;" u2="&#xc2;" k="20" />
1336
- <hkern u1="&#xdb;" u2="&#xc1;" k="20" />
1337
- <hkern u1="&#xdb;" u2="&#xc0;" k="20" />
1338
- <hkern u1="&#xdb;" u2="A" k="20" />
1339
- <hkern u1="&#xdb;" u2="&#x2e;" k="41" />
1340
- <hkern u1="&#xdb;" u2="&#x2c;" k="41" />
1341
- <hkern u1="&#xdc;" u2="&#x201e;" k="41" />
1342
- <hkern u1="&#xdc;" u2="&#x201a;" k="41" />
1343
- <hkern u1="&#xdc;" u2="&#xc5;" k="20" />
1344
- <hkern u1="&#xdc;" u2="&#xc4;" k="20" />
1345
- <hkern u1="&#xdc;" u2="&#xc3;" k="20" />
1346
- <hkern u1="&#xdc;" u2="&#xc2;" k="20" />
1347
- <hkern u1="&#xdc;" u2="&#xc1;" k="20" />
1348
- <hkern u1="&#xdc;" u2="&#xc0;" k="20" />
1349
- <hkern u1="&#xdc;" u2="A" k="20" />
1350
- <hkern u1="&#xdc;" u2="&#x2e;" k="41" />
1351
- <hkern u1="&#xdc;" u2="&#x2c;" k="41" />
1352
- <hkern u1="&#xdd;" u2="&#x201e;" k="123" />
1353
- <hkern u1="&#xdd;" u2="&#x201a;" k="123" />
1354
- <hkern u1="&#xdd;" u2="&#x153;" k="102" />
1355
- <hkern u1="&#xdd;" u2="&#x152;" k="41" />
1356
- <hkern u1="&#xdd;" u2="&#xfc;" k="61" />
1357
- <hkern u1="&#xdd;" u2="&#xfb;" k="61" />
1358
- <hkern u1="&#xdd;" u2="&#xfa;" k="61" />
1359
- <hkern u1="&#xdd;" u2="&#xf9;" k="61" />
1360
- <hkern u1="&#xdd;" u2="&#xf8;" k="102" />
1361
- <hkern u1="&#xdd;" u2="&#xf6;" k="102" />
1362
- <hkern u1="&#xdd;" u2="&#xf5;" k="102" />
1363
- <hkern u1="&#xdd;" u2="&#xf4;" k="102" />
1364
- <hkern u1="&#xdd;" u2="&#xf3;" k="102" />
1365
- <hkern u1="&#xdd;" u2="&#xf2;" k="102" />
1366
- <hkern u1="&#xdd;" u2="&#xeb;" k="102" />
1367
- <hkern u1="&#xdd;" u2="&#xea;" k="102" />
1368
- <hkern u1="&#xdd;" u2="&#xe9;" k="102" />
1369
- <hkern u1="&#xdd;" u2="&#xe8;" k="102" />
1370
- <hkern u1="&#xdd;" u2="&#xe7;" k="102" />
1371
- <hkern u1="&#xdd;" u2="&#xe6;" k="102" />
1372
- <hkern u1="&#xdd;" u2="&#xe5;" k="102" />
1373
- <hkern u1="&#xdd;" u2="&#xe4;" k="102" />
1374
- <hkern u1="&#xdd;" u2="&#xe3;" k="102" />
1375
- <hkern u1="&#xdd;" u2="&#xe2;" k="102" />
1376
- <hkern u1="&#xdd;" u2="&#xe1;" k="102" />
1377
- <hkern u1="&#xdd;" u2="&#xe0;" k="102" />
1378
- <hkern u1="&#xdd;" u2="&#xd8;" k="41" />
1379
- <hkern u1="&#xdd;" u2="&#xd6;" k="41" />
1380
- <hkern u1="&#xdd;" u2="&#xd5;" k="41" />
1381
- <hkern u1="&#xdd;" u2="&#xd4;" k="41" />
1382
- <hkern u1="&#xdd;" u2="&#xd3;" k="41" />
1383
- <hkern u1="&#xdd;" u2="&#xd2;" k="41" />
1384
- <hkern u1="&#xdd;" u2="&#xc7;" k="41" />
1385
- <hkern u1="&#xdd;" u2="&#xc5;" k="123" />
1386
- <hkern u1="&#xdd;" u2="&#xc4;" k="123" />
1387
- <hkern u1="&#xdd;" u2="&#xc3;" k="123" />
1388
- <hkern u1="&#xdd;" u2="&#xc2;" k="123" />
1389
- <hkern u1="&#xdd;" u2="&#xc1;" k="123" />
1390
- <hkern u1="&#xdd;" u2="&#xc0;" k="123" />
1391
- <hkern u1="&#xdd;" u2="z" k="41" />
1392
- <hkern u1="&#xdd;" u2="u" k="61" />
1393
- <hkern u1="&#xdd;" u2="s" k="82" />
1394
- <hkern u1="&#xdd;" u2="r" k="61" />
1395
- <hkern u1="&#xdd;" u2="q" k="102" />
1396
- <hkern u1="&#xdd;" u2="p" k="61" />
1397
- <hkern u1="&#xdd;" u2="o" k="102" />
1398
- <hkern u1="&#xdd;" u2="n" k="61" />
1399
- <hkern u1="&#xdd;" u2="m" k="61" />
1400
- <hkern u1="&#xdd;" u2="g" k="41" />
1401
- <hkern u1="&#xdd;" u2="e" k="102" />
1402
- <hkern u1="&#xdd;" u2="d" k="102" />
1403
- <hkern u1="&#xdd;" u2="c" k="102" />
1404
- <hkern u1="&#xdd;" u2="a" k="102" />
1405
- <hkern u1="&#xdd;" u2="Q" k="41" />
1406
- <hkern u1="&#xdd;" u2="O" k="41" />
1407
- <hkern u1="&#xdd;" u2="G" k="41" />
1408
- <hkern u1="&#xdd;" u2="C" k="41" />
1409
- <hkern u1="&#xdd;" u2="A" k="123" />
1410
- <hkern u1="&#xdd;" u2="&#x3f;" k="-41" />
1411
- <hkern u1="&#xdd;" u2="&#x2e;" k="123" />
1412
- <hkern u1="&#xdd;" u2="&#x2c;" k="123" />
1413
- <hkern u1="&#xde;" u2="&#x201e;" k="266" />
1414
- <hkern u1="&#xde;" u2="&#x201a;" k="266" />
1415
- <hkern u1="&#xde;" u2="&#xc5;" k="102" />
1416
- <hkern u1="&#xde;" u2="&#xc4;" k="102" />
1417
- <hkern u1="&#xde;" u2="&#xc3;" k="102" />
1418
- <hkern u1="&#xde;" u2="&#xc2;" k="102" />
1419
- <hkern u1="&#xde;" u2="&#xc1;" k="102" />
1420
- <hkern u1="&#xde;" u2="&#xc0;" k="102" />
1421
- <hkern u1="&#xde;" u2="Z" k="20" />
1422
- <hkern u1="&#xde;" u2="X" k="41" />
1423
- <hkern u1="&#xde;" u2="A" k="102" />
1424
- <hkern u1="&#xde;" u2="&#x2e;" k="266" />
1425
- <hkern u1="&#xde;" u2="&#x2c;" k="266" />
1426
- <hkern u1="&#xe0;" u2="&#x201d;" k="20" />
1427
- <hkern u1="&#xe0;" u2="&#x2019;" k="20" />
1428
- <hkern u1="&#xe0;" u2="&#x27;" k="20" />
1429
- <hkern u1="&#xe0;" u2="&#x22;" k="20" />
1430
- <hkern u1="&#xe1;" u2="&#x201d;" k="20" />
1431
- <hkern u1="&#xe1;" u2="&#x2019;" k="20" />
1432
- <hkern u1="&#xe1;" u2="&#x27;" k="20" />
1433
- <hkern u1="&#xe1;" u2="&#x22;" k="20" />
1434
- <hkern u1="&#xe2;" u2="&#x201d;" k="20" />
1435
- <hkern u1="&#xe2;" u2="&#x2019;" k="20" />
1436
- <hkern u1="&#xe2;" u2="&#x27;" k="20" />
1437
- <hkern u1="&#xe2;" u2="&#x22;" k="20" />
1438
- <hkern u1="&#xe3;" u2="&#x201d;" k="20" />
1439
- <hkern u1="&#xe3;" u2="&#x2019;" k="20" />
1440
- <hkern u1="&#xe3;" u2="&#x27;" k="20" />
1441
- <hkern u1="&#xe3;" u2="&#x22;" k="20" />
1442
- <hkern u1="&#xe4;" u2="&#x201d;" k="20" />
1443
- <hkern u1="&#xe4;" u2="&#x2019;" k="20" />
1444
- <hkern u1="&#xe4;" u2="&#x27;" k="20" />
1445
- <hkern u1="&#xe4;" u2="&#x22;" k="20" />
1446
- <hkern u1="&#xe5;" u2="&#x201d;" k="20" />
1447
- <hkern u1="&#xe5;" u2="&#x2019;" k="20" />
1448
- <hkern u1="&#xe5;" u2="&#x27;" k="20" />
1449
- <hkern u1="&#xe5;" u2="&#x22;" k="20" />
1450
- <hkern u1="&#xe8;" u2="&#x201d;" k="20" />
1451
- <hkern u1="&#xe8;" u2="&#x2019;" k="20" />
1452
- <hkern u1="&#xe8;" u2="&#xfd;" k="41" />
1453
- <hkern u1="&#xe8;" u2="z" k="20" />
1454
- <hkern u1="&#xe8;" u2="y" k="41" />
1455
- <hkern u1="&#xe8;" u2="x" k="41" />
1456
- <hkern u1="&#xe8;" u2="w" k="41" />
1457
- <hkern u1="&#xe8;" u2="v" k="41" />
1458
- <hkern u1="&#xe8;" u2="&#x27;" k="20" />
1459
- <hkern u1="&#xe8;" u2="&#x22;" k="20" />
1460
- <hkern u1="&#xe9;" u2="&#x201d;" k="20" />
1461
- <hkern u1="&#xe9;" u2="&#x2019;" k="20" />
1462
- <hkern u1="&#xe9;" u2="&#xfd;" k="41" />
1463
- <hkern u1="&#xe9;" u2="z" k="20" />
1464
- <hkern u1="&#xe9;" u2="y" k="41" />
1465
- <hkern u1="&#xe9;" u2="x" k="41" />
1466
- <hkern u1="&#xe9;" u2="w" k="41" />
1467
- <hkern u1="&#xe9;" u2="v" k="41" />
1468
- <hkern u1="&#xe9;" u2="&#x27;" k="20" />
1469
- <hkern u1="&#xe9;" u2="&#x22;" k="20" />
1470
- <hkern u1="&#xea;" u2="&#x201d;" k="20" />
1471
- <hkern u1="&#xea;" u2="&#x2019;" k="20" />
1472
- <hkern u1="&#xea;" u2="&#xfd;" k="41" />
1473
- <hkern u1="&#xea;" u2="z" k="20" />
1474
- <hkern u1="&#xea;" u2="y" k="41" />
1475
- <hkern u1="&#xea;" u2="x" k="41" />
1476
- <hkern u1="&#xea;" u2="w" k="41" />
1477
- <hkern u1="&#xea;" u2="v" k="41" />
1478
- <hkern u1="&#xea;" u2="&#x27;" k="20" />
1479
- <hkern u1="&#xea;" u2="&#x22;" k="20" />
1480
- <hkern u1="&#xeb;" u2="&#x201d;" k="20" />
1481
- <hkern u1="&#xeb;" u2="&#x2019;" k="20" />
1482
- <hkern u1="&#xeb;" u2="&#xfd;" k="41" />
1483
- <hkern u1="&#xeb;" u2="z" k="20" />
1484
- <hkern u1="&#xeb;" u2="y" k="41" />
1485
- <hkern u1="&#xeb;" u2="x" k="41" />
1486
- <hkern u1="&#xeb;" u2="w" k="41" />
1487
- <hkern u1="&#xeb;" u2="v" k="41" />
1488
- <hkern u1="&#xeb;" u2="&#x27;" k="20" />
1489
- <hkern u1="&#xeb;" u2="&#x22;" k="20" />
1490
- <hkern u1="&#xf0;" u2="&#x201d;" k="20" />
1491
- <hkern u1="&#xf0;" u2="&#x2019;" k="20" />
1492
- <hkern u1="&#xf0;" u2="&#xfd;" k="41" />
1493
- <hkern u1="&#xf0;" u2="z" k="20" />
1494
- <hkern u1="&#xf0;" u2="y" k="41" />
1495
- <hkern u1="&#xf0;" u2="x" k="41" />
1496
- <hkern u1="&#xf0;" u2="w" k="41" />
1497
- <hkern u1="&#xf0;" u2="v" k="41" />
1498
- <hkern u1="&#xf0;" u2="&#x27;" k="20" />
1499
- <hkern u1="&#xf0;" u2="&#x22;" k="20" />
1500
- <hkern u1="&#xf2;" u2="&#x201d;" k="20" />
1501
- <hkern u1="&#xf2;" u2="&#x2019;" k="20" />
1502
- <hkern u1="&#xf2;" u2="&#xfd;" k="41" />
1503
- <hkern u1="&#xf2;" u2="z" k="20" />
1504
- <hkern u1="&#xf2;" u2="y" k="41" />
1505
- <hkern u1="&#xf2;" u2="x" k="41" />
1506
- <hkern u1="&#xf2;" u2="w" k="41" />
1507
- <hkern u1="&#xf2;" u2="v" k="41" />
1508
- <hkern u1="&#xf2;" u2="&#x27;" k="20" />
1509
- <hkern u1="&#xf2;" u2="&#x22;" k="20" />
1510
- <hkern u1="&#xf3;" u2="&#x201d;" k="20" />
1511
- <hkern u1="&#xf3;" u2="&#x2019;" k="20" />
1512
- <hkern u1="&#xf3;" u2="&#xfd;" k="41" />
1513
- <hkern u1="&#xf3;" u2="z" k="20" />
1514
- <hkern u1="&#xf3;" u2="y" k="41" />
1515
- <hkern u1="&#xf3;" u2="x" k="41" />
1516
- <hkern u1="&#xf3;" u2="w" k="41" />
1517
- <hkern u1="&#xf3;" u2="v" k="41" />
1518
- <hkern u1="&#xf3;" u2="&#x27;" k="20" />
1519
- <hkern u1="&#xf3;" u2="&#x22;" k="20" />
1520
- <hkern u1="&#xf4;" u2="&#x201d;" k="20" />
1521
- <hkern u1="&#xf4;" u2="&#x2019;" k="20" />
1522
- <hkern u1="&#xf4;" u2="&#xfd;" k="41" />
1523
- <hkern u1="&#xf4;" u2="z" k="20" />
1524
- <hkern u1="&#xf4;" u2="y" k="41" />
1525
- <hkern u1="&#xf4;" u2="x" k="41" />
1526
- <hkern u1="&#xf4;" u2="w" k="41" />
1527
- <hkern u1="&#xf4;" u2="v" k="41" />
1528
- <hkern u1="&#xf4;" u2="&#x27;" k="20" />
1529
- <hkern u1="&#xf4;" u2="&#x22;" k="20" />
1530
- <hkern u1="&#xf6;" u2="&#x201d;" k="41" />
1531
- <hkern u1="&#xf6;" u2="&#x2019;" k="41" />
1532
- <hkern u1="&#xf6;" u2="&#x27;" k="41" />
1533
- <hkern u1="&#xf6;" u2="&#x22;" k="41" />
1534
- <hkern u1="&#xf8;" u2="&#x201d;" k="20" />
1535
- <hkern u1="&#xf8;" u2="&#x2019;" k="20" />
1536
- <hkern u1="&#xf8;" u2="&#xfd;" k="41" />
1537
- <hkern u1="&#xf8;" u2="z" k="20" />
1538
- <hkern u1="&#xf8;" u2="y" k="41" />
1539
- <hkern u1="&#xf8;" u2="x" k="41" />
1540
- <hkern u1="&#xf8;" u2="w" k="41" />
1541
- <hkern u1="&#xf8;" u2="v" k="41" />
1542
- <hkern u1="&#xf8;" u2="&#x27;" k="20" />
1543
- <hkern u1="&#xf8;" u2="&#x22;" k="20" />
1544
- <hkern u1="&#xfd;" u2="&#x201e;" k="82" />
1545
- <hkern u1="&#xfd;" u2="&#x201d;" k="-82" />
1546
- <hkern u1="&#xfd;" u2="&#x201a;" k="82" />
1547
- <hkern u1="&#xfd;" u2="&#x2019;" k="-82" />
1548
- <hkern u1="&#xfd;" u2="&#x3f;" k="-41" />
1549
- <hkern u1="&#xfd;" u2="&#x2e;" k="82" />
1550
- <hkern u1="&#xfd;" u2="&#x2c;" k="82" />
1551
- <hkern u1="&#xfd;" u2="&#x27;" k="-82" />
1552
- <hkern u1="&#xfd;" u2="&#x22;" k="-82" />
1553
- <hkern u1="&#xfe;" u2="&#x201d;" k="20" />
1554
- <hkern u1="&#xfe;" u2="&#x2019;" k="20" />
1555
- <hkern u1="&#xfe;" u2="&#xfd;" k="41" />
1556
- <hkern u1="&#xfe;" u2="z" k="20" />
1557
- <hkern u1="&#xfe;" u2="y" k="41" />
1558
- <hkern u1="&#xfe;" u2="x" k="41" />
1559
- <hkern u1="&#xfe;" u2="w" k="41" />
1560
- <hkern u1="&#xfe;" u2="v" k="41" />
1561
- <hkern u1="&#xfe;" u2="&#x27;" k="20" />
1562
- <hkern u1="&#xfe;" u2="&#x22;" k="20" />
1563
- <hkern u1="&#xff;" u2="&#x201e;" k="82" />
1564
- <hkern u1="&#xff;" u2="&#x201d;" k="-82" />
1565
- <hkern u1="&#xff;" u2="&#x201a;" k="82" />
1566
- <hkern u1="&#xff;" u2="&#x2019;" k="-82" />
1567
- <hkern u1="&#xff;" u2="&#x3f;" k="-41" />
1568
- <hkern u1="&#xff;" u2="&#x2e;" k="82" />
1569
- <hkern u1="&#xff;" u2="&#x2c;" k="82" />
1570
- <hkern u1="&#xff;" u2="&#x27;" k="-82" />
1571
- <hkern u1="&#xff;" u2="&#x22;" k="-82" />
1572
- <hkern u1="&#x152;" u2="J" k="-123" />
1573
- <hkern u1="&#x178;" u2="&#x201e;" k="123" />
1574
- <hkern u1="&#x178;" u2="&#x201a;" k="123" />
1575
- <hkern u1="&#x178;" u2="&#x153;" k="102" />
1576
- <hkern u1="&#x178;" u2="&#x152;" k="41" />
1577
- <hkern u1="&#x178;" u2="&#xfc;" k="61" />
1578
- <hkern u1="&#x178;" u2="&#xfb;" k="61" />
1579
- <hkern u1="&#x178;" u2="&#xfa;" k="61" />
1580
- <hkern u1="&#x178;" u2="&#xf9;" k="61" />
1581
- <hkern u1="&#x178;" u2="&#xf8;" k="102" />
1582
- <hkern u1="&#x178;" u2="&#xf6;" k="102" />
1583
- <hkern u1="&#x178;" u2="&#xf5;" k="102" />
1584
- <hkern u1="&#x178;" u2="&#xf4;" k="102" />
1585
- <hkern u1="&#x178;" u2="&#xf3;" k="102" />
1586
- <hkern u1="&#x178;" u2="&#xf2;" k="102" />
1587
- <hkern u1="&#x178;" u2="&#xeb;" k="102" />
1588
- <hkern u1="&#x178;" u2="&#xea;" k="102" />
1589
- <hkern u1="&#x178;" u2="&#xe9;" k="102" />
1590
- <hkern u1="&#x178;" u2="&#xe8;" k="102" />
1591
- <hkern u1="&#x178;" u2="&#xe7;" k="102" />
1592
- <hkern u1="&#x178;" u2="&#xe6;" k="102" />
1593
- <hkern u1="&#x178;" u2="&#xe5;" k="102" />
1594
- <hkern u1="&#x178;" u2="&#xe4;" k="102" />
1595
- <hkern u1="&#x178;" u2="&#xe3;" k="102" />
1596
- <hkern u1="&#x178;" u2="&#xe2;" k="102" />
1597
- <hkern u1="&#x178;" u2="&#xe1;" k="102" />
1598
- <hkern u1="&#x178;" u2="&#xe0;" k="102" />
1599
- <hkern u1="&#x178;" u2="&#xd8;" k="41" />
1600
- <hkern u1="&#x178;" u2="&#xd6;" k="41" />
1601
- <hkern u1="&#x178;" u2="&#xd5;" k="41" />
1602
- <hkern u1="&#x178;" u2="&#xd4;" k="41" />
1603
- <hkern u1="&#x178;" u2="&#xd3;" k="41" />
1604
- <hkern u1="&#x178;" u2="&#xd2;" k="41" />
1605
- <hkern u1="&#x178;" u2="&#xc7;" k="41" />
1606
- <hkern u1="&#x178;" u2="&#xc5;" k="123" />
1607
- <hkern u1="&#x178;" u2="&#xc4;" k="123" />
1608
- <hkern u1="&#x178;" u2="&#xc3;" k="123" />
1609
- <hkern u1="&#x178;" u2="&#xc2;" k="123" />
1610
- <hkern u1="&#x178;" u2="&#xc1;" k="123" />
1611
- <hkern u1="&#x178;" u2="&#xc0;" k="123" />
1612
- <hkern u1="&#x178;" u2="z" k="41" />
1613
- <hkern u1="&#x178;" u2="u" k="61" />
1614
- <hkern u1="&#x178;" u2="s" k="82" />
1615
- <hkern u1="&#x178;" u2="r" k="61" />
1616
- <hkern u1="&#x178;" u2="q" k="102" />
1617
- <hkern u1="&#x178;" u2="p" k="61" />
1618
- <hkern u1="&#x178;" u2="o" k="102" />
1619
- <hkern u1="&#x178;" u2="n" k="61" />
1620
- <hkern u1="&#x178;" u2="m" k="61" />
1621
- <hkern u1="&#x178;" u2="g" k="41" />
1622
- <hkern u1="&#x178;" u2="e" k="102" />
1623
- <hkern u1="&#x178;" u2="d" k="102" />
1624
- <hkern u1="&#x178;" u2="c" k="102" />
1625
- <hkern u1="&#x178;" u2="a" k="102" />
1626
- <hkern u1="&#x178;" u2="Q" k="41" />
1627
- <hkern u1="&#x178;" u2="O" k="41" />
1628
- <hkern u1="&#x178;" u2="G" k="41" />
1629
- <hkern u1="&#x178;" u2="C" k="41" />
1630
- <hkern u1="&#x178;" u2="A" k="123" />
1631
- <hkern u1="&#x178;" u2="&#x3f;" k="-41" />
1632
- <hkern u1="&#x178;" u2="&#x2e;" k="123" />
1633
- <hkern u1="&#x178;" u2="&#x2c;" k="123" />
1634
- <hkern u1="&#x2013;" u2="T" k="82" />
1635
- <hkern u1="&#x2014;" u2="T" k="82" />
1636
- <hkern u1="&#x2018;" u2="&#x178;" k="-20" />
1637
- <hkern u1="&#x2018;" u2="&#x153;" k="123" />
1638
- <hkern u1="&#x2018;" u2="&#xfc;" k="61" />
1639
- <hkern u1="&#x2018;" u2="&#xfb;" k="61" />
1640
- <hkern u1="&#x2018;" u2="&#xfa;" k="61" />
1641
- <hkern u1="&#x2018;" u2="&#xf9;" k="61" />
1642
- <hkern u1="&#x2018;" u2="&#xf8;" k="123" />
1643
- <hkern u1="&#x2018;" u2="&#xf6;" k="123" />
1644
- <hkern u1="&#x2018;" u2="&#xf5;" k="123" />
1645
- <hkern u1="&#x2018;" u2="&#xf4;" k="123" />
1646
- <hkern u1="&#x2018;" u2="&#xf3;" k="123" />
1647
- <hkern u1="&#x2018;" u2="&#xf2;" k="123" />
1648
- <hkern u1="&#x2018;" u2="&#xeb;" k="123" />
1649
- <hkern u1="&#x2018;" u2="&#xea;" k="123" />
1650
- <hkern u1="&#x2018;" u2="&#xe9;" k="123" />
1651
- <hkern u1="&#x2018;" u2="&#xe8;" k="123" />
1652
- <hkern u1="&#x2018;" u2="&#xe7;" k="123" />
1653
- <hkern u1="&#x2018;" u2="&#xe6;" k="82" />
1654
- <hkern u1="&#x2018;" u2="&#xe5;" k="82" />
1655
- <hkern u1="&#x2018;" u2="&#xe4;" k="82" />
1656
- <hkern u1="&#x2018;" u2="&#xe3;" k="82" />
1657
- <hkern u1="&#x2018;" u2="&#xe2;" k="82" />
1658
- <hkern u1="&#x2018;" u2="&#xe1;" k="82" />
1659
- <hkern u1="&#x2018;" u2="&#xe0;" k="123" />
1660
- <hkern u1="&#x2018;" u2="&#xdd;" k="-20" />
1661
- <hkern u1="&#x2018;" u2="&#xc5;" k="143" />
1662
- <hkern u1="&#x2018;" u2="&#xc4;" k="143" />
1663
- <hkern u1="&#x2018;" u2="&#xc3;" k="143" />
1664
- <hkern u1="&#x2018;" u2="&#xc2;" k="143" />
1665
- <hkern u1="&#x2018;" u2="&#xc1;" k="143" />
1666
- <hkern u1="&#x2018;" u2="&#xc0;" k="143" />
1667
- <hkern u1="&#x2018;" u2="u" k="61" />
1668
- <hkern u1="&#x2018;" u2="s" k="61" />
1669
- <hkern u1="&#x2018;" u2="r" k="61" />
1670
- <hkern u1="&#x2018;" u2="q" k="123" />
1671
- <hkern u1="&#x2018;" u2="p" k="61" />
1672
- <hkern u1="&#x2018;" u2="o" k="123" />
1673
- <hkern u1="&#x2018;" u2="n" k="61" />
1674
- <hkern u1="&#x2018;" u2="m" k="61" />
1675
- <hkern u1="&#x2018;" u2="g" k="61" />
1676
- <hkern u1="&#x2018;" u2="e" k="123" />
1677
- <hkern u1="&#x2018;" u2="d" k="123" />
1678
- <hkern u1="&#x2018;" u2="c" k="123" />
1679
- <hkern u1="&#x2018;" u2="a" k="82" />
1680
- <hkern u1="&#x2018;" u2="Y" k="-20" />
1681
- <hkern u1="&#x2018;" u2="W" k="-41" />
1682
- <hkern u1="&#x2018;" u2="V" k="-41" />
1683
- <hkern u1="&#x2018;" u2="T" k="-41" />
1684
- <hkern u1="&#x2018;" u2="A" k="143" />
1685
- <hkern u1="&#x2019;" u2="&#x178;" k="-20" />
1686
- <hkern u1="&#x2019;" u2="&#x153;" k="123" />
1687
- <hkern u1="&#x2019;" u2="&#xfc;" k="61" />
1688
- <hkern u1="&#x2019;" u2="&#xfb;" k="61" />
1689
- <hkern u1="&#x2019;" u2="&#xfa;" k="61" />
1690
- <hkern u1="&#x2019;" u2="&#xf9;" k="61" />
1691
- <hkern u1="&#x2019;" u2="&#xf8;" k="123" />
1692
- <hkern u1="&#x2019;" u2="&#xf6;" k="123" />
1693
- <hkern u1="&#x2019;" u2="&#xf5;" k="123" />
1694
- <hkern u1="&#x2019;" u2="&#xf4;" k="123" />
1695
- <hkern u1="&#x2019;" u2="&#xf3;" k="123" />
1696
- <hkern u1="&#x2019;" u2="&#xf2;" k="123" />
1697
- <hkern u1="&#x2019;" u2="&#xeb;" k="123" />
1698
- <hkern u1="&#x2019;" u2="&#xea;" k="123" />
1699
- <hkern u1="&#x2019;" u2="&#xe9;" k="123" />
1700
- <hkern u1="&#x2019;" u2="&#xe8;" k="123" />
1701
- <hkern u1="&#x2019;" u2="&#xe7;" k="123" />
1702
- <hkern u1="&#x2019;" u2="&#xe6;" k="82" />
1703
- <hkern u1="&#x2019;" u2="&#xe5;" k="82" />
1704
- <hkern u1="&#x2019;" u2="&#xe4;" k="82" />
1705
- <hkern u1="&#x2019;" u2="&#xe3;" k="82" />
1706
- <hkern u1="&#x2019;" u2="&#xe2;" k="82" />
1707
- <hkern u1="&#x2019;" u2="&#xe1;" k="82" />
1708
- <hkern u1="&#x2019;" u2="&#xe0;" k="123" />
1709
- <hkern u1="&#x2019;" u2="&#xdd;" k="-20" />
1710
- <hkern u1="&#x2019;" u2="&#xc5;" k="143" />
1711
- <hkern u1="&#x2019;" u2="&#xc4;" k="143" />
1712
- <hkern u1="&#x2019;" u2="&#xc3;" k="143" />
1713
- <hkern u1="&#x2019;" u2="&#xc2;" k="143" />
1714
- <hkern u1="&#x2019;" u2="&#xc1;" k="143" />
1715
- <hkern u1="&#x2019;" u2="&#xc0;" k="143" />
1716
- <hkern u1="&#x2019;" u2="u" k="61" />
1717
- <hkern u1="&#x2019;" u2="s" k="61" />
1718
- <hkern u1="&#x2019;" u2="r" k="61" />
1719
- <hkern u1="&#x2019;" u2="q" k="123" />
1720
- <hkern u1="&#x2019;" u2="p" k="61" />
1721
- <hkern u1="&#x2019;" u2="o" k="123" />
1722
- <hkern u1="&#x2019;" u2="n" k="61" />
1723
- <hkern u1="&#x2019;" u2="m" k="61" />
1724
- <hkern u1="&#x2019;" u2="g" k="61" />
1725
- <hkern u1="&#x2019;" u2="e" k="123" />
1726
- <hkern u1="&#x2019;" u2="d" k="123" />
1727
- <hkern u1="&#x2019;" u2="c" k="123" />
1728
- <hkern u1="&#x2019;" u2="a" k="82" />
1729
- <hkern u1="&#x2019;" u2="Y" k="-20" />
1730
- <hkern u1="&#x2019;" u2="W" k="-41" />
1731
- <hkern u1="&#x2019;" u2="V" k="-41" />
1732
- <hkern u1="&#x2019;" u2="T" k="-41" />
1733
- <hkern u1="&#x2019;" u2="A" k="143" />
1734
- <hkern u1="&#x201a;" u2="&#x178;" k="123" />
1735
- <hkern u1="&#x201a;" u2="&#x152;" k="102" />
1736
- <hkern u1="&#x201a;" u2="&#xdd;" k="123" />
1737
- <hkern u1="&#x201a;" u2="&#xdc;" k="41" />
1738
- <hkern u1="&#x201a;" u2="&#xdb;" k="41" />
1739
- <hkern u1="&#x201a;" u2="&#xda;" k="41" />
1740
- <hkern u1="&#x201a;" u2="&#xd9;" k="41" />
1741
- <hkern u1="&#x201a;" u2="&#xd8;" k="102" />
1742
- <hkern u1="&#x201a;" u2="&#xd6;" k="102" />
1743
- <hkern u1="&#x201a;" u2="&#xd5;" k="102" />
1744
- <hkern u1="&#x201a;" u2="&#xd4;" k="102" />
1745
- <hkern u1="&#x201a;" u2="&#xd3;" k="102" />
1746
- <hkern u1="&#x201a;" u2="&#xd2;" k="102" />
1747
- <hkern u1="&#x201a;" u2="&#xc7;" k="102" />
1748
- <hkern u1="&#x201a;" u2="Y" k="123" />
1749
- <hkern u1="&#x201a;" u2="W" k="123" />
1750
- <hkern u1="&#x201a;" u2="V" k="123" />
1751
- <hkern u1="&#x201a;" u2="U" k="41" />
1752
- <hkern u1="&#x201a;" u2="T" k="143" />
1753
- <hkern u1="&#x201a;" u2="Q" k="102" />
1754
- <hkern u1="&#x201a;" u2="O" k="102" />
1755
- <hkern u1="&#x201a;" u2="G" k="102" />
1756
- <hkern u1="&#x201a;" u2="C" k="102" />
1757
- <hkern u1="&#x201c;" u2="&#x178;" k="-20" />
1758
- <hkern u1="&#x201c;" u2="&#x153;" k="123" />
1759
- <hkern u1="&#x201c;" u2="&#xfc;" k="61" />
1760
- <hkern u1="&#x201c;" u2="&#xfb;" k="61" />
1761
- <hkern u1="&#x201c;" u2="&#xfa;" k="61" />
1762
- <hkern u1="&#x201c;" u2="&#xf9;" k="61" />
1763
- <hkern u1="&#x201c;" u2="&#xf8;" k="123" />
1764
- <hkern u1="&#x201c;" u2="&#xf6;" k="123" />
1765
- <hkern u1="&#x201c;" u2="&#xf5;" k="123" />
1766
- <hkern u1="&#x201c;" u2="&#xf4;" k="123" />
1767
- <hkern u1="&#x201c;" u2="&#xf3;" k="123" />
1768
- <hkern u1="&#x201c;" u2="&#xf2;" k="123" />
1769
- <hkern u1="&#x201c;" u2="&#xeb;" k="123" />
1770
- <hkern u1="&#x201c;" u2="&#xea;" k="123" />
1771
- <hkern u1="&#x201c;" u2="&#xe9;" k="123" />
1772
- <hkern u1="&#x201c;" u2="&#xe8;" k="123" />
1773
- <hkern u1="&#x201c;" u2="&#xe7;" k="123" />
1774
- <hkern u1="&#x201c;" u2="&#xe6;" k="82" />
1775
- <hkern u1="&#x201c;" u2="&#xe5;" k="82" />
1776
- <hkern u1="&#x201c;" u2="&#xe4;" k="82" />
1777
- <hkern u1="&#x201c;" u2="&#xe3;" k="82" />
1778
- <hkern u1="&#x201c;" u2="&#xe2;" k="82" />
1779
- <hkern u1="&#x201c;" u2="&#xe1;" k="82" />
1780
- <hkern u1="&#x201c;" u2="&#xe0;" k="123" />
1781
- <hkern u1="&#x201c;" u2="&#xdd;" k="-20" />
1782
- <hkern u1="&#x201c;" u2="&#xc5;" k="143" />
1783
- <hkern u1="&#x201c;" u2="&#xc4;" k="143" />
1784
- <hkern u1="&#x201c;" u2="&#xc3;" k="143" />
1785
- <hkern u1="&#x201c;" u2="&#xc2;" k="143" />
1786
- <hkern u1="&#x201c;" u2="&#xc1;" k="143" />
1787
- <hkern u1="&#x201c;" u2="&#xc0;" k="143" />
1788
- <hkern u1="&#x201c;" u2="u" k="61" />
1789
- <hkern u1="&#x201c;" u2="s" k="61" />
1790
- <hkern u1="&#x201c;" u2="r" k="61" />
1791
- <hkern u1="&#x201c;" u2="q" k="123" />
1792
- <hkern u1="&#x201c;" u2="p" k="61" />
1793
- <hkern u1="&#x201c;" u2="o" k="123" />
1794
- <hkern u1="&#x201c;" u2="n" k="61" />
1795
- <hkern u1="&#x201c;" u2="m" k="61" />
1796
- <hkern u1="&#x201c;" u2="g" k="61" />
1797
- <hkern u1="&#x201c;" u2="e" k="123" />
1798
- <hkern u1="&#x201c;" u2="d" k="123" />
1799
- <hkern u1="&#x201c;" u2="c" k="123" />
1800
- <hkern u1="&#x201c;" u2="a" k="82" />
1801
- <hkern u1="&#x201c;" u2="Y" k="-20" />
1802
- <hkern u1="&#x201c;" u2="W" k="-41" />
1803
- <hkern u1="&#x201c;" u2="V" k="-41" />
1804
- <hkern u1="&#x201c;" u2="T" k="-41" />
1805
- <hkern u1="&#x201c;" u2="A" k="143" />
1806
- <hkern u1="&#x201e;" u2="&#x178;" k="123" />
1807
- <hkern u1="&#x201e;" u2="&#x152;" k="102" />
1808
- <hkern u1="&#x201e;" u2="&#xdd;" k="123" />
1809
- <hkern u1="&#x201e;" u2="&#xdc;" k="41" />
1810
- <hkern u1="&#x201e;" u2="&#xdb;" k="41" />
1811
- <hkern u1="&#x201e;" u2="&#xda;" k="41" />
1812
- <hkern u1="&#x201e;" u2="&#xd9;" k="41" />
1813
- <hkern u1="&#x201e;" u2="&#xd8;" k="102" />
1814
- <hkern u1="&#x201e;" u2="&#xd6;" k="102" />
1815
- <hkern u1="&#x201e;" u2="&#xd5;" k="102" />
1816
- <hkern u1="&#x201e;" u2="&#xd4;" k="102" />
1817
- <hkern u1="&#x201e;" u2="&#xd3;" k="102" />
1818
- <hkern u1="&#x201e;" u2="&#xd2;" k="102" />
1819
- <hkern u1="&#x201e;" u2="&#xc7;" k="102" />
1820
- <hkern u1="&#x201e;" u2="Y" k="123" />
1821
- <hkern u1="&#x201e;" u2="W" k="123" />
1822
- <hkern u1="&#x201e;" u2="V" k="123" />
1823
- <hkern u1="&#x201e;" u2="U" k="41" />
1824
- <hkern u1="&#x201e;" u2="T" k="143" />
1825
- <hkern u1="&#x201e;" u2="Q" k="102" />
1826
- <hkern u1="&#x201e;" u2="O" k="102" />
1827
- <hkern u1="&#x201e;" u2="G" k="102" />
1828
- <hkern u1="&#x201e;" u2="C" k="102" />
1829
- </font>
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></metadata>
5
+ <defs>
6
+ <font id="open_sansbold_italic" horiz-adv-x="1128" >
7
+ <font-face units-per-em="2048" ascent="1638" descent="-410" />
8
+ <missing-glyph horiz-adv-x="532" />
9
+ <glyph unicode="&#xfb01;" horiz-adv-x="1352" d="M0 0zM-45 -492q-104 0 -174 25v242q61 -21 115 -21q61 0 107 40t65 130l204 965h-163l30 145l183 84l18 84q41 190 138.5 277.5t273.5 87.5q131 0 235 -49l-80 -224q-69 31 -133 31q-57 0 -92 -40t-47 -105l-12 -62h219l-49 -229h-220l-215 -1010q-77 -371 -403 -371z M1065 1380q0 87 47.5 131.5t134.5 44.5q73 0 111 -31t38 -89q0 -80 -44 -129.5t-136 -49.5q-151 0 -151 123zM1081 0h-301l237 1118h301z" />
10
+ <glyph unicode="&#xfb02;" horiz-adv-x="1352" d="M0 0zM-45 -492q-104 0 -174 25v242q61 -21 115 -21q61 0 107 40t65 130l204 965h-163l30 145l183 84l18 84q41 190 138.5 277.5t273.5 87.5q131 0 235 -49l-80 -224q-69 31 -133 31q-57 0 -92 -40t-47 -105l-12 -62h219l-49 -229h-220l-215 -1010q-77 -371 -403 -371z M1081 0h-301l330 1556h301z" />
11
+ <glyph unicode="&#xfb03;" horiz-adv-x="2048" d="M-45 -492q-104 0 -174 25v242q61 -21 115 -21q61 0 107 40t65 130l204 965h-163l30 145l183 84l18 84q41 190 138.5 277.5t273.5 87.5q131 0 235 -49l-80 -224q-69 31 -133 31q-57 0 -92 -40t-47 -105l-12 -62h395l18 84q41 190 138.5 277.5t273.5 87.5q131 0 235 -49 l-79 -224q-69 31 -134 31q-57 0 -91.5 -40t-47.5 -105l-12 -62h219l-49 -229h-219l-215 -1010q-77 -371 -404 -371q-104 0 -174 25v242q61 -21 115 -21q136 0 172 170l205 965h-396l-215 -1010q-77 -371 -403 -371zM1778 0h-301l237 1118h301zM1761 1380q0 87 48 131.5 t135 44.5q73 0 111 -31t38 -89q0 -80 -44 -129.5t-136 -49.5q-152 0 -152 123z" />
12
+ <glyph unicode="&#xfb04;" horiz-adv-x="2048" d="M-45 -492q-104 0 -174 25v242q61 -21 115 -21q61 0 107 40t65 130l204 965h-163l30 145l183 84l18 84q41 190 138.5 277.5t273.5 87.5q131 0 235 -49l-80 -224q-69 31 -133 31q-57 0 -92 -40t-47 -105l-12 -62h395l18 84q41 190 138.5 277.5t273.5 87.5q131 0 235 -49 l-79 -224q-69 31 -134 31q-57 0 -91.5 -40t-47.5 -105l-12 -62h219l-49 -229h-219l-215 -1010q-77 -371 -404 -371q-104 0 -174 25v242q61 -21 115 -21q136 0 172 170l205 965h-396l-215 -1010q-77 -371 -403 -371zM1778 0h-301l329 1556h301z" />
13
+ <glyph horiz-adv-x="2048" />
14
+ <glyph horiz-adv-x="2048" />
15
+ <glyph unicode="&#xd;" horiz-adv-x="1044" />
16
+ <glyph unicode=" " horiz-adv-x="532" />
17
+ <glyph unicode="&#x09;" horiz-adv-x="532" />
18
+ <glyph unicode="&#xa0;" horiz-adv-x="532" />
19
+ <glyph unicode="!" horiz-adv-x="586" d="M391 485h-241l157 977h340zM25 115q0 90 53.5 144t150.5 54q68 0 109 -38t41 -107q0 -87 -55 -141t-144 -54q-73 0 -114 37.5t-41 104.5z" />
20
+ <glyph unicode="&#x22;" horiz-adv-x="928" d="M549 1462l-152 -528h-196l71 528h277zM954 1462l-151 -528h-199l74 528h276z" />
21
+ <glyph unicode="#" horiz-adv-x="1323" d="M1036 846l-69 -232h258l-19 -206h-297l-116 -408h-220l117 408h-194l-115 -408h-215l113 408h-238l18 206h277l70 232h-252l18 209h289l119 407h217l-117 -407h199l116 407h215l-116 -407h239l-18 -209h-279zM553 614h197l69 232h-196z" />
22
+ <glyph unicode="$" d="M1034 496q0 -184 -125.5 -291.5t-367.5 -124.5l-39 -199h-140l44 201q-209 12 -355 86v266q198 -107 404 -117l71 322q-163 61 -241 151t-78 214q0 173 127 279.5t350 121.5l35 151h139l-33 -151q166 -22 295 -90l-106 -232q-132 65 -242 74l-63 -299q131 -51 195 -99.5 t97 -113t33 -149.5zM594 322q63 9 102 45t39 98q0 46 -24.5 75.5t-59.5 43.5zM633 1157q-62 -7 -96.5 -41t-34.5 -94q0 -79 80 -111z" />
23
+ <glyph unicode="%" horiz-adv-x="1753" d="M518 1274q-63 0 -110.5 -128.5t-47.5 -277.5q0 -96 56 -96q65 0 112 131t47 275q0 96 -57 96zM821 1165q0 -166 -56 -310t-151 -217t-217 -73q-139 0 -210.5 83.5t-71.5 236.5q0 169 55.5 311.5t148.5 214.5t216 72q137 0 211.5 -80t74.5 -238zM1554 1462l-1083 -1462 h-240l1088 1462h235zM1376 690q-39 0 -75 -56t-59 -154t-23 -195t55 -97q41 0 77 55t59.5 154.5t23.5 196.5q0 96 -58 96zM1679 590q0 -167 -54 -313.5t-148 -220.5t-215 -74q-144 0 -216.5 78.5t-72.5 222.5q0 177 53 322.5t148 219.5t219 74q137 0 211.5 -78.5 t74.5 -230.5z" />
24
+ <glyph unicode="&#x26;" horiz-adv-x="1450" d="M1325 0h-350l-72 98q-175 -118 -403 -118q-209 0 -320.5 97.5t-111.5 280.5q0 145 78.5 248.5t273.5 200.5q-76 130 -76 258q0 195 117.5 307.5t316.5 112.5q169 0 266 -82.5t97 -224.5q0 -280 -365 -426l195 -263q44 57 80.5 121.5t78.5 173.5h300q-133 -313 -310 -497z M541 623q-88 -51 -123 -104.5t-35 -131.5q0 -65 45.5 -108t116.5 -43q115 0 221 59zM662 920q113 59 155.5 111t42.5 112q0 57 -30 82.5t-70 25.5q-66 0 -102.5 -46.5t-36.5 -119.5q0 -46 12 -92t29 -73z" />
25
+ <glyph unicode="'" horiz-adv-x="522" d="M549 1462l-152 -528h-196l71 528h277z" />
26
+ <glyph unicode="(" horiz-adv-x="694" d="M74 281q0 339 122.5 626.5t381.5 554.5h262q-255 -278 -377.5 -573.5t-122.5 -618.5q0 -308 117 -594h-234q-149 266 -149 605z" />
27
+ <glyph unicode=")" horiz-adv-x="694" d="M618 858q0 -342 -124 -630.5t-379 -551.5h-262q499 545 499 1192q0 307 -116 594h233q149 -264 149 -604z" />
28
+ <glyph unicode="*" horiz-adv-x="1116" d="M885 1522l-113 -353l387 29l-18 -254l-338 43l160 -336l-246 -73l-90 337l-197 -278l-207 164l275 248l-326 92l86 237l338 -174l33 369z" />
29
+ <glyph unicode="+" d="M475 612h-366v219h366v369h219v-369h367v-219h-367v-364h-219v364z" />
30
+ <glyph unicode="," horiz-adv-x="569" d="M377 238l8 -23q-118 -255 -262 -479h-225q74 167 194 502h285z" />
31
+ <glyph unicode="-" horiz-adv-x="659" d="M41 424l53 250h524l-53 -250h-524z" />
32
+ <glyph unicode="." horiz-adv-x="584" d="M25 115q0 90 53.5 144t150.5 54q68 0 109 -38t41 -107q0 -87 -55 -141t-144 -54q-73 0 -114 37.5t-41 104.5z" />
33
+ <glyph unicode="/" horiz-adv-x="862" d="M1014 1462l-809 -1462h-295l809 1462h295z" />
34
+ <glyph unicode="0" d="M1110 1012q0 -470 -168.5 -751t-472.5 -281q-198 0 -300.5 122t-102.5 365q0 297 84 537t228 360.5t333 120.5q399 0 399 -473zM684 1235q-80 0 -149.5 -104t-117.5 -302t-48 -368q0 -115 27.5 -173.5t97.5 -58.5q81 0 150.5 106t116 301t46.5 386q0 111 -30.5 162 t-92.5 51z" />
35
+ <glyph unicode="1" d="M688 0h-305l180 829q35 152 76 287q-9 -8 -61.5 -47t-262.5 -170l-133 215l566 348h249z" />
36
+ <glyph unicode="2" d="M913 0h-962l43 213l477 424q180 159 248.5 254.5t68.5 179.5q0 75 -41 114.5t-110 39.5q-66 0 -135.5 -33.5t-171.5 -118.5l-146 203q132 112 252 159.5t250 47.5q190 0 301 -98t111 -259q0 -107 -41 -201t-122.5 -188t-266.5 -245l-269 -222v-10h568z" />
37
+ <glyph unicode="3" d="M1104 1149q0 -156 -94.5 -262t-261.5 -135v-4q131 -26 198.5 -106.5t67.5 -201.5q0 -133 -74 -238t-212 -163.5t-327 -58.5q-239 0 -387 79v267q84 -50 182 -75.5t191 -25.5q158 0 243 63.5t85 176.5q0 172 -258 172h-138l46 221h73q167 0 263 62t96 172q0 67 -43 104 t-121 37q-134 0 -287 -100l-127 204q124 81 232.5 113.5t246.5 32.5q190 0 298 -90.5t108 -243.5z" />
38
+ <glyph unicode="4" d="M1028 303h-170l-63 -303h-293l63 303h-590l48 234l770 925h311l-195 -919h170zM616 543l58 248q12 58 40 164t42 141h-6q-35 -63 -132 -181l-313 -372h311z" />
39
+ <glyph unicode="5" d="M623 922q183 0 289 -103t106 -287q0 -167 -71.5 -292t-208.5 -192.5t-330 -67.5q-117 0 -218.5 23t-162.5 58v269q174 -99 352 -99q154 0 241 71t87 194q0 94 -57.5 141t-166.5 47q-102 0 -213 -33l-104 78l207 733h755l-55 -262h-489l-88 -293q72 15 127 15z" />
40
+ <glyph unicode="6" d="M88 469q0 202 61 395.5t167.5 335t256.5 213.5t357 72q125 0 223 -27l-51 -246q-84 25 -191 25q-194 0 -313.5 -108t-185.5 -345h4q115 166 311 166q157 0 242.5 -97t85.5 -273q0 -169 -71 -313.5t-190.5 -215.5t-277.5 -71q-212 0 -320 127t-108 362zM530 227 q99 0 161.5 94t62.5 236q0 71 -33.5 113.5t-102.5 42.5q-60 0 -114.5 -35.5t-87.5 -95.5t-33 -160q0 -91 40 -143t107 -52z" />
41
+ <glyph unicode="7" d="M78 0l737 1202h-629l56 260h975l-41 -194l-752 -1268h-346z" />
42
+ <glyph unicode="8" d="M721 1485q123 0 215.5 -42t141 -118t48.5 -174q0 -134 -80.5 -233.5t-230.5 -151.5q217 -141 217 -365q0 -122 -63.5 -218.5t-181 -149.5t-273.5 -53q-214 0 -336.5 100t-122.5 270q0 298 348 426q-165 132 -165 299q0 119 58 212.5t168 145.5t257 52zM582 643 q-116 -45 -173 -107t-57 -153q0 -81 50 -128.5t135 -47.5q93 0 147.5 53.5t54.5 138.5q0 73 -36.5 131.5t-120.5 112.5zM694 1260q-76 0 -121 -46.5t-45 -119.5q0 -132 123 -201q185 72 185 221q0 68 -39.5 107t-102.5 39z" />
43
+ <glyph unicode="9" d="M1092 1001q0 -280 -99 -533t-264 -370.5t-403 -117.5q-128 0 -240 32v256q111 -41 227 -41q121 0 207.5 49t144 138.5t99.5 257.5h-4q-111 -158 -295 -158q-163 0 -252.5 103.5t-89.5 285.5q0 166 73 305.5t196 208t286 68.5q203 0 308.5 -123t105.5 -361zM645 1237 q-65 0 -115.5 -42t-78 -114t-27.5 -153q0 -87 37.5 -131.5t105.5 -44.5q60 0 111.5 36.5t82 100t30.5 158.5q0 84 -35.5 137t-110.5 53z" />
44
+ <glyph unicode=":" horiz-adv-x="584" d="M207 940q0 92 55.5 145.5t149.5 53.5q68 0 108.5 -38.5t40.5 -107.5q0 -86 -54.5 -140t-144.5 -54q-72 0 -113.5 36.5t-41.5 104.5zM25 115q0 90 53.5 144t150.5 54q68 0 109 -38t41 -107q0 -87 -55 -141t-144 -54q-73 0 -114 37.5t-41 104.5z" />
45
+ <glyph unicode=";" horiz-adv-x="584" d="M385 215q-118 -255 -262 -479h-225q74 167 194 502h285zM207 940q0 92 55.5 145.5t149.5 53.5q68 0 108.5 -38.5t40.5 -107.5q0 -86 -54.5 -140t-144.5 -54q-72 0 -113.5 36.5t-41.5 104.5z" />
46
+ <glyph unicode="&#x3c;" d="M1061 203l-952 438v143l952 496v-240l-643 -317l643 -281v-239z" />
47
+ <glyph unicode="=" d="M109 807v217h952v-217h-952zM109 418v219h952v-219h-952z" />
48
+ <glyph unicode="&#x3e;" d="M109 442l643 281l-643 317v240l952 -496v-143l-952 -438v239z" />
49
+ <glyph unicode="?" horiz-adv-x="940" d="M260 485l14 78q19 103 73.5 177t172.5 155q124 84 157.5 127t33.5 96q0 119 -133 119q-50 0 -106.5 -16t-201.5 -84l-92 221q230 125 445 125q177 0 280 -87.5t103 -244.5q0 -83 -28.5 -149.5t-82.5 -123t-190 -147.5q-64 -43 -96.5 -73t-52.5 -64.5t-38 -108.5h-258z M166 115q0 91 55 144.5t150 53.5q68 0 108.5 -38t40.5 -107q0 -87 -55 -141t-143 -54q-74 0 -115 38t-41 104z" />
50
+ <glyph unicode="@" horiz-adv-x="1753" d="M1733 840q0 -173 -64 -321t-177.5 -231t-254.5 -83q-88 0 -144.5 38.5t-72.5 108.5h-6q-50 -77 -113 -112t-147 -35q-127 0 -198 79.5t-71 229.5q0 147 67.5 276.5t187.5 205t268 75.5q185 0 327 -55l-106 -420q-11 -44 -19 -76.5t-8 -64.5q0 -68 58 -68q66 0 124 64 t92.5 171t34.5 214q0 213 -123.5 325.5t-359.5 112.5q-203 0 -366.5 -94t-255 -266t-91.5 -392q0 -243 134 -380.5t376 -137.5q117 0 219.5 20t221.5 66v-186q-230 -90 -465 -90q-217 0 -378 85.5t-246 241.5t-85 359q0 279 120.5 497t343 341.5t497.5 123.5 q318 0 499 -163.5t181 -458.5zM995 889q-82 0 -145.5 -51.5t-100 -137t-36.5 -174.5q0 -65 24.5 -102t69.5 -37q141 0 213 270l57 222q-36 10 -82 10z" />
51
+ <glyph unicode="A" horiz-adv-x="1286" d="M842 348h-473l-172 -348h-320l766 1468h373l147 -1468h-297zM827 608l-26 350q-10 131 -10 253v36q-44 -120 -109 -254l-188 -385h333z" />
52
+ <glyph unicode="B" horiz-adv-x="1270" d="M788 1462q229 0 346 -81.5t117 -243.5q0 -150 -83 -247.5t-236 -129.5v-6q100 -26 159.5 -96.5t59.5 -180.5q0 -229 -153 -353t-423 -124h-522l309 1462h426zM545 883h149q121 0 181.5 48.5t60.5 139.5q0 137 -170 137h-152zM412 256h180q117 0 183.5 58t66.5 161 q0 162 -183 162h-165z" />
53
+ <glyph unicode="C" horiz-adv-x="1253" d="M905 1227q-132 0 -237.5 -81t-169.5 -238.5t-64 -338.5q0 -167 68.5 -248t218.5 -81q146 0 338 77v-260q-199 -77 -400 -77q-254 0 -395 149.5t-141 423.5q0 262 104 482.5t278 335t400 114.5q125 0 222 -22.5t208 -82.5l-118 -250q-106 59 -175 78t-137 19z" />
54
+ <glyph unicode="D" horiz-adv-x="1386" d="M1323 909q0 -280 -98 -486.5t-283.5 -314.5t-437.5 -108h-451l309 1462h396q270 0 417.5 -143t147.5 -410zM518 256q148 0 258 76t172 223.5t62 337.5q0 154 -72.5 234.5t-208.5 80.5h-115l-202 -952h106z" />
55
+ <glyph unicode="E" horiz-adv-x="1110" d="M870 0h-817l309 1462h818l-54 -254h-512l-67 -321h477l-55 -254h-477l-80 -377h512z" />
56
+ <glyph unicode="F" horiz-adv-x="1087" d="M358 0h-305l309 1462h814l-54 -254h-508l-79 -377h473l-56 -253h-473z" />
57
+ <glyph unicode="G" horiz-adv-x="1413" d="M754 821h563l-162 -762q-134 -46 -248.5 -62.5t-242.5 -16.5q-259 0 -400 147t-141 422q0 268 107 484.5t301 334t448 117.5q218 0 410 -99l-115 -251q-74 40 -148 64t-161 24q-153 0 -273.5 -83t-189 -236.5t-68.5 -330.5q0 -172 72.5 -252.5t222.5 -80.5q76 0 170 24 l66 299h-267z" />
58
+ <glyph unicode="H" horiz-adv-x="1434" d="M1135 0h-306l134 631h-471l-134 -631h-305l309 1462h306l-121 -573h471l121 573h305z" />
59
+ <glyph unicode="I" horiz-adv-x="659" d="M53 0l312 1462h305l-312 -1462h-305z" />
60
+ <glyph unicode="J" horiz-adv-x="678" d="M-135 -430q-94 0 -187 27v253q88 -20 164 -20q99 0 160.5 60.5t89.5 191.5l293 1380h305l-303 -1423q-52 -245 -175.5 -357t-346.5 -112z" />
61
+ <glyph unicode="K" horiz-adv-x="1255" d="M1141 0h-338l-211 592l-125 -70l-109 -522h-305l309 1462h306l-152 -702l158 205l409 497h361l-594 -700z" />
62
+ <glyph unicode="L" horiz-adv-x="1061" d="M53 0l309 1462h306l-256 -1206h512l-54 -256h-817z" />
63
+ <glyph unicode="M" horiz-adv-x="1802" d="M838 369l551 1093h423l-309 -1462h-280l145 692q53 247 105 441h-5l-569 -1133h-281l-61 1133h-4q-11 -88 -38 -231t-187 -902h-275l309 1462h404l68 -1093h4z" />
64
+ <glyph unicode="N" horiz-adv-x="1546" d="M1247 0h-342l-356 1106h-6l-4 -32q-32 -216 -66 -386l-145 -688h-275l309 1462h357l340 -1077h4q12 76 39 217t180 860h274z" />
65
+ <glyph unicode="O" horiz-adv-x="1495" d="M1432 938q0 -283 -99 -506.5t-271 -337.5t-396 -114q-256 0 -399.5 147.5t-143.5 409.5q0 265 99 487.5t273 341.5t402 119q255 0 395 -144t140 -403zM872 1227q-121 0 -222 -91.5t-158.5 -251.5t-57.5 -347q0 -147 66.5 -222t187.5 -75t220.5 87t155.5 246t56 357 q0 142 -65 219.5t-183 77.5z" />
66
+ <glyph unicode="P" horiz-adv-x="1188" d="M522 774h56q142 0 223.5 69t81.5 185q0 180 -195 180h-74zM1190 1036q0 -241 -169.5 -378.5t-467.5 -137.5h-86l-109 -520h-305l309 1462h338q242 0 366 -106.5t124 -319.5z" />
67
+ <glyph unicode="Q" horiz-adv-x="1495" d="M1432 938q0 -316 -122.5 -555.5t-334.5 -337.5l254 -393h-359l-178 328h-26q-256 0 -399.5 147.5t-143.5 409.5q0 265 99 487.5t273 341.5t402 119q255 0 395 -144t140 -403zM872 1227q-121 0 -222 -91.5t-158.5 -251.5t-57.5 -347q0 -147 66.5 -222t187.5 -75t220.5 87 t155.5 246t56 357q0 142 -65 219.5t-183 77.5z" />
68
+ <glyph unicode="R" horiz-adv-x="1247" d="M530 813h78q131 0 204 57t73 174q0 82 -47.5 123t-149.5 41h-74zM477 561l-119 -561h-305l309 1462h359q237 0 356 -102t119 -299q0 -158 -83 -271.5t-239 -168.5l261 -621h-332l-207 561h-119z" />
69
+ <glyph unicode="S" horiz-adv-x="1085" d="M946 432q0 -209 -148 -330.5t-401 -121.5q-221 0 -356 90v274q193 -108 358 -108q112 0 175 42.5t63 116.5q0 43 -13.5 75.5t-38.5 60.5t-124 102q-138 99 -194 196t-56 209q0 129 62 230.5t176.5 158t263.5 56.5q217 0 397 -99l-109 -233q-156 74 -288 74 q-83 0 -136 -45t-53 -119q0 -61 33 -106.5t148 -120.5q121 -80 181 -176.5t60 -225.5z" />
70
+ <glyph unicode="T" horiz-adv-x="1087" d="M571 0h-305l254 1204h-352l55 258h1010l-55 -258h-353z" />
71
+ <glyph unicode="U" horiz-adv-x="1415" d="M1434 1462l-201 -946q-57 -266 -218 -401t-419 -135q-212 0 -333.5 113.5t-121.5 307.5q0 72 15 138l196 923h305l-194 -919q-17 -74 -17 -125q0 -178 189 -178q123 0 195 76.5t104 228.5l194 917h306z" />
72
+ <glyph unicode="V" horiz-adv-x="1208" d="M535 299q78 221 110 283l432 880h316l-748 -1462h-334l-127 1462h295l51 -880q4 -45 4 -133q-2 -103 -6 -150h7z" />
73
+ <glyph unicode="W" horiz-adv-x="1831" d="M1006 1018q-46 -146 -115 -299l-324 -719h-338l-45 1462h287l6 -798q0 -52 -4 -173t-10 -174h6q22 64 67 180.5t60 145.5l369 819h270l21 -873q0 -146 -9 -272h6q43 129 131 349l330 796h309l-647 -1462h-346l-22 721l-2 139q0 88 4 158h-4z" />
74
+ <glyph unicode="X" horiz-adv-x="1241" d="M1124 0h-331l-172 543l-396 -543h-342l576 764l-238 698h320l153 -518l363 518h344l-545 -725z" />
75
+ <glyph unicode="Y" horiz-adv-x="1155" d="M627 870l374 592h342l-618 -903l-119 -559h-303l119 559l-236 903h312z" />
76
+ <glyph unicode="Z" horiz-adv-x="1098" d="M920 0h-981l38 201l777 1005h-543l53 256h936l-41 -202l-782 -1004h596z" />
77
+ <glyph unicode="[" horiz-adv-x="678" d="M436 -324h-473l381 1786h473l-45 -211h-215l-291 -1364h215z" />
78
+ <glyph unicode="\" horiz-adv-x="862" d="M481 1462l224 -1462h-267l-217 1462h260z" />
79
+ <glyph unicode="]" horiz-adv-x="678" d="M-92 -113h213l291 1364h-215l45 211h473l-381 -1786h-471z" />
80
+ <glyph unicode="^" horiz-adv-x="1081" d="M20 520l619 950h147l277 -950h-223l-174 633l-402 -633h-244z" />
81
+ <glyph unicode="_" horiz-adv-x="819" d="M635 -324h-821l30 140h822z" />
82
+ <glyph unicode="`" horiz-adv-x="1135" d="M934 1241h-184q-71 69 -138.5 153.5t-103.5 153.5v21h311q36 -148 115 -303v-25z" />
83
+ <glyph unicode="a" horiz-adv-x="1217" d="M406 -20q-147 0 -231.5 106.5t-84.5 298.5q0 198 72 377.5t189 278t257 98.5q97 0 167.5 -42t109.5 -122h8l57 143h232l-238 -1118h-229l14 145h-4q-134 -165 -319 -165zM524 223q69 0 133 67t103 181.5t39 259.5q0 71 -38.5 117.5t-101.5 46.5q-68 0 -129.5 -72 t-98 -190t-36.5 -234q0 -88 33.5 -132t95.5 -44z" />
84
+ <glyph unicode="b" horiz-adv-x="1219" d="M813 1139q146 0 230.5 -108t84.5 -298t-68 -367.5t-187 -281.5t-263 -104q-194 0 -276 163h-8l-58 -143h-231l330 1556h301l-62 -288q-41 -182 -84 -299h8q78 98 142.5 134t140.5 36zM692 895q-68 0 -130 -65t-102 -180.5t-40 -250.5q0 -80 37 -128t102 -48q67 0 128 69 t98.5 189.5t37.5 237.5q0 176 -131 176z" />
85
+ <glyph unicode="c" horiz-adv-x="989" d="M506 -20q-201 0 -308.5 107.5t-107.5 303.5q0 212 74.5 385.5t209.5 268t308 94.5q182 0 328 -72l-92 -229q-54 23 -106 40t-118 17q-85 0 -153.5 -64t-107 -175.5t-38.5 -239.5q0 -96 45.5 -144.5t126.5 -48.5q76 0 141 23.5t134 58.5v-246q-152 -79 -336 -79z" />
86
+ <glyph unicode="d" horiz-adv-x="1217" d="M406 -20q-147 0 -231.5 107t-84.5 300q0 196 71.5 374.5t188.5 278t258 99.5q82 0 141.5 -37t112.5 -127h8l2 28q6 110 25 195l76 358h301l-330 -1556h-229l14 145h-4q-71 -87 -148.5 -126t-170.5 -39zM532 223q66 0 128.5 68.5t100.5 182.5t38 245q0 80 -37.5 128 t-102.5 48q-68 0 -129.5 -72t-98 -190t-36.5 -234q0 -176 137 -176z" />
87
+ <glyph unicode="e" horiz-adv-x="1141" d="M696 922q-88 0 -166 -80t-102 -195h45q155 0 241.5 48.5t86.5 131.5q0 95 -105 95zM532 -20q-210 0 -326 113t-116 319q0 207 82.5 377.5t223.5 260t319 89.5q177 0 276 -81.5t99 -223.5q0 -187 -167 -288.5t-477 -101.5h-51l-2 -21v-20q0 -91 51.5 -143.5t147.5 -52.5 q87 0 158 19t172 67v-227q-172 -86 -390 -86z" />
88
+ <glyph unicode="f" horiz-adv-x="764" d="M-45 -492q-104 0 -174 25v242q61 -21 115 -21q61 0 107 40t65 130l204 965h-163l30 145l183 84l18 84q41 190 138.5 277.5t273.5 87.5q131 0 235 -49l-80 -224q-69 31 -133 31q-57 0 -92 -40t-47 -105l-12 -62h219l-49 -229h-220l-215 -1010q-77 -371 -403 -371z" />
89
+ <glyph unicode="g" horiz-adv-x="1108" d="M1186 1116l-35 -166l-174 -41q16 -52 16 -118q0 -195 -121 -308.5t-329 -113.5q-59 0 -99 10q-84 -27 -84 -78q0 -34 30 -49t89 -23l137 -18q163 -21 237.5 -84.5t74.5 -183.5q0 -211 -156 -323t-446 -112q-208 0 -324.5 75.5t-116.5 207.5q0 102 68.5 175.5t214.5 121.5 q-74 47 -74 133q0 71 44.5 122.5t146.5 98.5q-65 49 -96 112t-31 153q0 199 125.5 315.5t341.5 116.5q83 0 166 -23h395zM365 -6q-106 -14 -160.5 -57t-54.5 -109q0 -115 194 -115q151 0 228 45t77 127q0 39 -32.5 60t-137.5 35zM614 948q-77 0 -124.5 -76.5t-47.5 -191.5 q0 -119 103 -119q75 0 121.5 76.5t46.5 193.5t-99 117z" />
90
+ <glyph unicode="h" horiz-adv-x="1237" d="M977 0h-301l137 653q16 68 16 119q0 123 -108 123q-92 0 -167 -114t-118 -318l-98 -463h-301l330 1556h301q-39 -181 -60 -278t-86 -309h8q62 77 138 123.5t176 46.5q138 0 213.5 -83.5t75.5 -238.5q0 -73 -23 -180z" />
91
+ <glyph unicode="i" horiz-adv-x="608" d="M322 1380q0 87 47.5 131.5t134.5 44.5q73 0 111 -31t38 -89q0 -80 -44 -129.5t-136 -49.5q-151 0 -151 123zM338 0h-301l237 1118h301z" />
92
+ <glyph unicode="j" horiz-adv-x="608" d="M-90 -492q-104 0 -174 25v242q61 -21 114 -21q137 0 173 170l253 1194h302l-265 -1239q-77 -371 -403 -371zM324 1380q0 87 47.5 131.5t134.5 44.5q73 0 111 -31t38 -89q0 -80 -44 -129.5t-136 -49.5q-151 0 -151 123z" />
93
+ <glyph unicode="k" horiz-adv-x="1163" d="M920 1118h344l-498 -504l285 -614h-336l-183 420l-120 -72l-74 -348h-301l330 1556h301l-148 -694q-8 -41 -29 -117l-28 -102h4z" />
94
+ <glyph unicode="l" horiz-adv-x="608" d="M338 0h-301l330 1556h301z" />
95
+ <glyph unicode="m" horiz-adv-x="1853" d="M844 1139q219 0 262 -228h6q68 110 160.5 169t197.5 59q136 0 207.5 -85t71.5 -237q0 -76 -23 -180l-133 -637h-301l138 653q16 68 16 119q0 123 -98 123q-92 0 -166.5 -112t-118.5 -318l-96 -465h-301l137 653q16 68 16 119q0 123 -98 123q-92 0 -167 -114t-118 -318 l-98 -463h-301l237 1118h230l-21 -207h6q146 228 355 228z" />
96
+ <glyph unicode="n" horiz-adv-x="1237" d="M977 0h-301l137 653q16 68 16 119q0 123 -108 123q-92 0 -167 -114t-118 -318l-98 -463h-301l237 1118h230l-21 -207h6q146 228 355 228q138 0 213.5 -83.5t75.5 -238.5q0 -73 -23 -180z" />
97
+ <glyph unicode="o" horiz-adv-x="1198" d="M805 696q0 197 -143 197q-75 0 -134.5 -61t-97 -179t-37.5 -243q0 -185 150 -185q75 0 135 61.5t93.5 171t33.5 238.5zM1108 696q0 -211 -70.5 -374t-203.5 -252.5t-316 -89.5q-195 0 -311.5 117.5t-116.5 312.5q0 213 71.5 379.5t206.5 258t316 91.5q196 0 310 -118 t114 -325z" />
98
+ <glyph unicode="p" horiz-adv-x="1219" d="M813 1139q146 0 230.5 -107.5t84.5 -300.5q0 -191 -68.5 -367.5t-187.5 -280t-262 -103.5q-83 0 -143 37t-111 126h-8q-12 -159 -43 -295l-72 -340h-301l342 1610h230l-17 -170h9q138 191 317 191zM692 895q-68 0 -131.5 -67.5t-102 -180t-38.5 -248.5q0 -80 37 -128 t102 -48q67 0 128 69t98.5 189.5t37.5 237.5q0 176 -131 176z" />
99
+ <glyph unicode="q" horiz-adv-x="1217" d="M391 -20q-88 0 -156 47.5t-106.5 138.5t-38.5 219q0 198 72 377.5t189 278t257 98.5q86 0 152.5 -37.5t124.5 -126.5h8l57 143h232l-342 -1610h-301q47 218 73 337.5t84 304.5h-8q-72 -94 -143 -132t-154 -38zM535 223q64 0 127.5 70t100 181t36.5 245q0 80 -37.5 128 t-102.5 48q-68 0 -129.5 -72t-98 -190t-36.5 -234q0 -88 36.5 -132t103.5 -44z" />
100
+ <glyph unicode="r" horiz-adv-x="862" d="M842 1139q59 0 96 -11l-66 -290q-45 16 -100 16q-116 0 -203.5 -91.5t-124.5 -262.5l-106 -500h-301l237 1118h230l-21 -207h6q147 228 353 228z" />
101
+ <glyph unicode="s" horiz-adv-x="969" d="M829 369q0 -188 -124.5 -288.5t-346.5 -100.5q-107 0 -186.5 15t-148.5 50v248q157 -90 319 -90q80 0 131 32.5t51 88.5q0 43 -37 77t-131 86q-121 68 -169 135.5t-48 159.5q0 170 110.5 263.5t315.5 93.5q201 0 363 -95l-99 -215q-140 84 -258 84q-57 0 -92 -25.5 t-35 -68.5q0 -39 32 -68.5t120 -74.5q123 -63 178 -137t55 -170z" />
102
+ <glyph unicode="t" horiz-adv-x="840" d="M514 223q65 0 162 35v-225q-111 -53 -266 -53q-150 0 -220.5 63t-70.5 195q0 50 12 112l115 539h-152l29 147l196 84l132 236h194l-49 -238h283l-50 -229h-282l-115 -539q-6 -30 -6 -53q0 -74 88 -74z" />
103
+ <glyph unicode="u" horiz-adv-x="1237" d="M262 1118h301l-137 -653q-16 -68 -16 -119q0 -123 108 -123q92 0 167 114t118 318l98 463h301l-237 -1118h-230l21 207h-6q-145 -227 -355 -227q-138 0 -211 82.5t-73 238.5q0 93 24 213z" />
104
+ <glyph unicode="v" horiz-adv-x="1049" d="M455 301q55 153 92 223l297 594h323l-604 -1118h-323l-138 1118h295l45 -586q7 -133 7 -231h6z" />
105
+ <glyph unicode="w" horiz-adv-x="1614" d="M856 860q-62 -178 -123 -319l-233 -541h-324l-51 1118h281l4 -495l-4 -167l-7 -171h4q6 20 14 41.5t51 136.5t46 119l231 536h328v-536q0 -142 -10 -297h6l28 80q73 208 95 258l219 495h307l-530 -1118h-330l-6 520q0 155 10 340h-6z" />
106
+ <glyph unicode="x" horiz-adv-x="1087" d="M379 573l-225 545h321l115 -334l244 334h354l-467 -561l244 -557h-326l-125 342l-264 -342h-350z" />
107
+ <glyph unicode="y" horiz-adv-x="1063" d="M102 1118h295l56 -518q14 -122 14 -293h6q20 51 44 119.5t65 153.5l260 538h327l-680 -1278q-177 -332 -483 -332q-90 0 -147 19v240q68 -13 116 -13q84 0 147.5 48t117.5 149l26 49z" />
108
+ <glyph unicode="z" horiz-adv-x="932" d="M748 0h-795l35 180l575 705h-397l51 233h750l-43 -200l-566 -685h439z" />
109
+ <glyph unicode="{" horiz-adv-x="727" d="M201 319q0 140 -209 140l45 229q122 0 192.5 41.5t92.5 138.5l61 285q38 170 131 239.5t270 69.5h84l-49 -225q-90 -2 -130.5 -34.5t-55.5 -106.5l-66 -297q-45 -207 -276 -236v-8q85 -26 126.5 -82.5t41.5 -134.5q0 -44 -15 -113l-36 -178q-7 -28 -7 -51q0 -54 33.5 -74 t91.5 -20v-226h-53q-167 0 -253.5 63.5t-86.5 184.5q0 57 14 125l39 184q15 69 15 86z" />
110
+ <glyph unicode="|" d="M455 1550h219v-2015h-219v2015z" />
111
+ <glyph unicode="}" horiz-adv-x="727" d="M256 1462q340 0 340 -248q0 -56 -14 -124l-39 -185q-15 -69 -15 -86q0 -139 209 -139l-45 -229q-122 0 -192.5 -42t-91.5 -139l-62 -284q-37 -170 -130.5 -240t-270.5 -70h-45v226q93 3 137 35.5t59 105.5l66 297q25 111 95 166t181 69v9q-168 51 -168 217q0 43 15 112 l37 179q6 30 6 51q0 54 -36.5 74t-109.5 20l41 225h33z" />
112
+ <glyph unicode="~" d="M342 672q-54 0 -116.5 -33t-116.5 -88v231q101 109 256 109q64 0 117 -14t139 -50q64 -27 111 -41t95 -14q51 0 112 30.5t122 90.5v-231q-103 -109 -256 -109q-59 0 -109 11.5t-147 51.5q-89 38 -127 47t-80 9z" />
113
+ <glyph unicode="&#xa1;" horiz-adv-x="586" d="M182 606h242l-158 -977h-340zM549 977q0 -92 -55.5 -145.5t-149.5 -53.5q-68 0 -108.5 38t-40.5 108q0 85 54 139.5t144 54.5q73 0 114.5 -37t41.5 -104z" />
114
+ <glyph unicode="&#xa2;" d="M575 -20h-188l49 210q-134 36 -203 136t-69 258q0 193 62.5 355t178 262.5t267.5 123.5l33 158h188l-35 -158q118 -14 225 -65l-92 -230q-53 23 -105 40t-118 17q-133 0 -216 -143t-83 -336q0 -96 45 -144t127 -48q75 0 140 23.5t134 58.5v-246q-136 -71 -299 -80z" />
115
+ <glyph unicode="&#xa3;" d="M872 1485q195 0 369 -86l-113 -232q-141 68 -237 68q-75 0 -123 -39.5t-68 -132.5l-47 -229h299l-45 -220h-299l-18 -84q-42 -195 -209 -270h655l-55 -260h-993l49 246q196 48 244 264l22 104h-192l45 220h192l49 247q41 197 162 300.5t313 103.5z" />
116
+ <glyph unicode="&#xa4;" d="M190 723q0 102 54 197l-129 127l147 147l127 -127q91 53 197 53q105 0 196 -55l127 129l150 -143l-129 -129q53 -89 53 -199q0 -107 -53 -199l125 -125l-146 -145l-127 125q-95 -51 -196 -51q-115 0 -199 51l-125 -123l-145 145l127 125q-54 93 -54 197zM397 723 q0 -77 54.5 -132.5t134.5 -55.5q81 0 136.5 55t55.5 133q0 80 -56.5 135t-135.5 55q-78 0 -133.5 -56t-55.5 -134z" />
117
+ <glyph unicode="&#xa5;" d="M608 872l371 590h311l-506 -747h203l-39 -178h-252l-28 -138h252l-37 -178h-252l-47 -221h-291l47 221h-252l37 178h252l29 138h-252l39 178h196l-192 747h297z" />
118
+ <glyph unicode="&#xa6;" d="M455 1550h219v-815h-219v815zM455 350h219v-815h-219v815z" />
119
+ <glyph unicode="&#xa7;" horiz-adv-x="995" d="M150 760q0 89 47.5 163t154.5 142q-42 34 -70 84.5t-28 107.5q0 149 117 234.5t313 85.5q172 0 344 -88l-82 -193q-147 84 -282 84q-144 0 -144 -106q0 -43 40.5 -76t127.5 -72q242 -106 242 -303q0 -188 -193 -303q38 -35 64 -85.5t26 -108.5q0 -161 -126 -253.5 t-345 -92.5q-204 0 -336 75v224q172 -105 345 -105q99 0 144.5 35t45.5 92q0 39 -33 72.5t-127 79.5q-117 57 -181 131t-64 176zM506 967q-51 -25 -82 -70.5t-31 -99.5t43.5 -96.5t143.5 -88.5q49 31 75.5 78.5t26.5 95.5q0 109 -176 181z" />
120
+ <glyph unicode="&#xa8;" horiz-adv-x="1135" d="M397 1382q0 78 42.5 118t119.5 40q133 0 133 -108q0 -73 -39 -116.5t-121 -43.5q-135 0 -135 110zM799 1382q0 78 42 118t120 40q65 0 99 -28t34 -80q0 -73 -39.5 -116.5t-120.5 -43.5q-135 0 -135 110z" />
121
+ <glyph unicode="&#xa9;" horiz-adv-x="1704" d="M932 1010q-111 0 -163 -73t-52 -214q0 -134 55.5 -203t159.5 -69q43 0 108.5 15.5t124.5 43.5v-191q-131 -57 -262 -57q-196 0 -307 122.5t-111 336.5q0 225 117.5 351t325.5 126q142 0 284 -72l-75 -174q-114 58 -205 58zM125 731q0 200 100 375t275 276t377 101 q199 0 373.5 -99t276 -275.5t101.5 -377.5q0 -199 -98.5 -373t-272.5 -276t-380 -102q-207 0 -382 103.5t-272.5 276.5t-97.5 371zM266 731q0 -164 81.5 -305t224 -223t305.5 -82q167 0 308 83t221.5 223.5t80.5 303.5t-80.5 303.5t-222 223.5t-307.5 83 q-164 0 -306.5 -82.5t-223.5 -223.5t-81 -304z" />
122
+ <glyph unicode="&#xaa;" horiz-adv-x="772" d="M369 752q-103 0 -160 70t-57 198q0 117 46 228t123 171t177 60q120 0 180 -103h6l39 90h154l-158 -702h-154l8 92h-2q-80 -104 -202 -104zM442 903q45 0 84 41.5t65.5 120t26.5 154.5q0 106 -88 106q-73 0 -123.5 -96t-50.5 -215q0 -111 86 -111z" />
123
+ <glyph unicode="&#xab;" horiz-adv-x="1151" d="M72 569l401 463l191 -155l-279 -334l135 -350l-246 -103l-202 461v18zM559 569l402 463l190 -155l-279 -334l136 -350l-246 -103l-203 461v18z" />
124
+ <glyph unicode="&#xac;" d="M1061 248h-219v364h-733v219h952v-583z" />
125
+ <glyph unicode="&#xad;" horiz-adv-x="659" d="M41 424zM41 424l53 250h524l-53 -250h-524z" />
126
+ <glyph unicode="&#xae;" horiz-adv-x="1704" d="M1237 899q0 -86 -44 -149.5t-130 -96.5l197 -360h-254l-138 297h-67v-297h-230v874h308q173 0 265.5 -67.5t92.5 -200.5zM801 758h51q72 0 113 31t41 92q0 59 -35.5 88.5t-116.5 29.5h-53v-241zM125 731q0 200 100 375t275 276t377 101q199 0 373.5 -99t276 -275.5 t101.5 -377.5q0 -199 -98.5 -373t-272.5 -276t-380 -102q-207 0 -382 103.5t-272.5 276.5t-97.5 371zM266 731q0 -164 81.5 -305t224 -223t305.5 -82q167 0 308 83t221.5 223.5t80.5 303.5t-80.5 303.5t-222 223.5t-307.5 83q-164 0 -306.5 -82.5t-223.5 -223.5t-81 -304z " />
127
+ <glyph unicode="&#xaf;" horiz-adv-x="1024" d="M1030 1556h-1036l45 201h1036z" />
128
+ <glyph unicode="&#xb0;" horiz-adv-x="877" d="M164 1137q0 93 46.5 173.5t127.5 126.5t172 46q93 0 173.5 -47t126.5 -127t46 -172q0 -93 -46 -173t-126 -125.5t-174 -45.5q-93 0 -173 45t-126.5 125t-46.5 174zM354 1137q0 -63 45.5 -108.5t110.5 -45.5q66 0 111 46t45 108q0 63 -45.5 110t-110.5 47t-110.5 -47.5 t-45.5 -109.5z" />
129
+ <glyph unicode="&#xb1;" d="M475 674h-366v219h366v369h219v-369h367v-219h-367v-365h-219v365zM109 0v219h952v-219h-952z" />
130
+ <glyph unicode="&#xb2;" horiz-adv-x="776" d="M707 586h-648l35 166l273 219q111 91 141 122t44.5 59t14.5 56q0 42 -25.5 62t-60.5 20q-86 0 -188 -82l-100 158q74 57 156 87t192 30q123 0 196.5 -63t73.5 -160q0 -70 -22 -123t-70 -103.5t-189 -152.5l-129 -95h347z" />
131
+ <glyph unicode="&#xb3;" horiz-adv-x="776" d="M813 1270q0 -87 -51 -145.5t-166 -88.5v-4q154 -33 154 -176q0 -131 -107 -209t-285 -78q-75 0 -145.5 15.5t-120.5 40.5v192q125 -72 254 -72q76 0 125 30.5t49 88.5q0 37 -26 62.5t-88 25.5h-127l34 160h90q84 0 132.5 28t48.5 85q0 40 -26 60t-71 20q-86 0 -188 -66 l-82 150q142 92 313 92q130 0 206.5 -55.5t76.5 -155.5z" />
132
+ <glyph unicode="&#xb4;" horiz-adv-x="1135" d="M483 1266q79 88 222 303h335v-17q-46 -56 -154 -152.5t-194 -158.5h-209v25z" />
133
+ <glyph unicode="&#xb5;" horiz-adv-x="1249" d="M424 348q0 -60 31.5 -92.5t79.5 -32.5q90 0 162.5 106.5t117.5 319.5l98 469h301l-237 -1118h-229l18 176h-6q-117 -196 -266 -196q-51 0 -89.5 19.5t-58.5 47.5h-6q-8 -66 -21.5 -139t-82.5 -400h-304l342 1610h301l-135 -645q-16 -70 -16 -125z" />
134
+ <glyph unicode="&#xb6;" horiz-adv-x="1341" d="M1202 -260h-162v1616h-166v-1616h-161v819q-62 -18 -146 -18q-216 0 -318 125t-102 376q0 256 107.5 385t343.5 129h604v-1816z" />
135
+ <glyph unicode="&#xb7;" horiz-adv-x="584" d="M131 553zM131 695q0 90 53.5 144t150.5 54q68 0 109 -38t41 -107q0 -87 -55 -141t-144 -54q-73 0 -114 37.5t-41 104.5z" />
136
+ <glyph unicode="&#xb8;" horiz-adv-x="420" d="M262 -250q0 -116 -83 -179t-234 -63q-86 0 -152 23v168q63 -23 125 -23q102 0 102 82q0 34 -31 56.5t-110 31.5l96 154h185l-39 -72q141 -49 141 -178z" />
137
+ <glyph unicode="&#xb9;" horiz-adv-x="776" d="M528 1462h207l-186 -876h-246l84 397q24 109 55 207q-16 -15 -80 -60l-131 -81l-102 165z" />
138
+ <glyph unicode="&#xba;" horiz-adv-x="754" d="M809 1194q0 -128 -48.5 -232.5t-132.5 -157t-196 -52.5q-134 0 -202 75t-68 211q0 197 104 319t277 122q129 0 197.5 -73.5t68.5 -211.5zM522 1315q-64 0 -107.5 -89.5t-43.5 -199.5q0 -111 80 -111q63 0 105 85.5t42 207.5q0 107 -76 107z" />
139
+ <glyph unicode="&#xbb;" horiz-adv-x="1151" d="M1079 535l-401 -463l-191 155l279 334l-135 350l246 103l202 -461v-18zM592 535l-402 -463l-190 155l279 334l-136 350l246 103l203 -461v-18z" />
140
+ <glyph unicode="&#xbc;" horiz-adv-x="1804" d="M97 0zM1500 1462l-1084 -1462h-239l1087 1462h236zM496 1462h207l-186 -876h-246l84 397q24 109 55 207q-16 -15 -80 -60l-131 -81l-102 165zM1573 152h-119l-32 -151h-238l33 151h-373l31 174l475 557h260l-121 -563h119zM1252 320l58 231l22 74q-13 -20 -43 -58 t-211 -247h174z" />
141
+ <glyph unicode="&#xbd;" horiz-adv-x="1804" d="M97 0zM1588 1h-648l35 166l273 219q111 91 141 122t44.5 59t14.5 56q0 42 -25.5 62t-60.5 20q-86 0 -188 -82l-100 158q74 57 156 87t192 30q123 0 196.5 -63t73.5 -160q0 -70 -22 -123t-70 -103.5t-189 -152.5l-129 -95h347zM496 1462h207l-186 -876h-246l84 397 q24 109 55 207q-16 -15 -80 -60l-131 -81l-102 165zM1500 1462l-1084 -1462h-239l1087 1462h236z" />
142
+ <glyph unicode="&#xbe;" horiz-adv-x="1804" d="M133 0zM1633 1462l-1084 -1462h-239l1087 1462h236zM1634 152h-119l-32 -151h-238l33 151h-373l31 174l475 557h260l-121 -563h119zM1313 320l58 231l22 74q-13 -20 -43 -58t-211 -247h174zM854 1270q0 -87 -51 -145.5t-166 -88.5v-4q154 -33 154 -176q0 -131 -107 -209 t-285 -78q-75 0 -145.5 15.5t-120.5 40.5v192q125 -72 254 -72q76 0 125 30.5t49 88.5q0 37 -26 62.5t-88 25.5h-127l34 160h90q84 0 132.5 28t48.5 85q0 40 -26 60t-71 20q-86 0 -188 -66l-82 150q142 92 313 92q130 0 206.5 -55.5t76.5 -155.5z" />
143
+ <glyph unicode="&#xbf;" horiz-adv-x="940" d="M678 606l-14 -78q-19 -105 -76.5 -180t-169.5 -151q-122 -83 -156.5 -126t-34.5 -98q0 -118 133 -118q50 0 106.5 16t201.5 84l92 -221q-221 -125 -445 -125q-177 0 -280 87.5t-103 244.5q0 82 28.5 148.5t83.5 124t189 146.5q93 62 128 106.5t51 106.5l8 33h258z M772 977q0 -92 -55.5 -145.5t-149.5 -53.5q-68 0 -108.5 38t-40.5 108q0 86 54.5 140t143.5 54q73 0 114.5 -37t41.5 -104z" />
144
+ <glyph unicode="&#xc0;" horiz-adv-x="1286" d="M0 0zM842 348h-473l-172 -348h-320l766 1468h373l147 -1468h-297zM827 608l-26 350q-10 131 -10 253v36q-44 -120 -109 -254l-188 -385h333zM965 1579h-184q-71 69 -138.5 153.5t-103.5 153.5v21h311q36 -148 115 -303v-25z" />
145
+ <glyph unicode="&#xc1;" horiz-adv-x="1286" d="M0 0zM842 348h-473l-172 -348h-320l766 1468h373l147 -1468h-297zM827 608l-26 350q-10 131 -10 253v36q-44 -120 -109 -254l-188 -385h333zM735 1604q79 88 222 303h335v-17q-46 -56 -154 -152.5t-194 -158.5h-209v25z" />
146
+ <glyph unicode="&#xc2;" horiz-adv-x="1286" d="M0 0zM842 348h-473l-172 -348h-320l766 1468h373l147 -1468h-297zM827 608l-26 350q-10 131 -10 253v36q-44 -120 -109 -254l-188 -385h333zM1235 1579h-198q-63 53 -162 168q-105 -88 -232 -168h-217v25q63 57 153 147t142 156h338q22 -54 74 -142.5t102 -160.5v-25z " />
147
+ <glyph unicode="&#xc3;" horiz-adv-x="1286" d="M0 0zM842 348h-473l-172 -348h-320l766 1468h373l147 -1468h-297zM827 608l-26 350q-10 131 -10 253v36q-44 -120 -109 -254l-188 -385h333zM999 1579q-49 0 -86.5 16.5t-69.5 36t-61.5 36t-62.5 16.5q-31 0 -55.5 -28t-38.5 -79h-177q59 309 281 309q49 0 87.5 -16.5 t71.5 -36t62 -35.5t60 -16q34 0 58 25.5t46 80.5h172q-66 -309 -287 -309z" />
148
+ <glyph unicode="&#xc4;" horiz-adv-x="1286" d="M0 0zM842 348h-473l-172 -348h-320l766 1468h373l147 -1468h-297zM827 608l-26 350q-10 131 -10 253v36q-44 -120 -109 -254l-188 -385h333zM516 1720q0 78 42.5 118t119.5 40q133 0 133 -108q0 -73 -39 -116.5t-121 -43.5q-135 0 -135 110zM918 1720q0 78 42 118t120 40 q65 0 99 -28t34 -80q0 -73 -39.5 -116.5t-120.5 -43.5q-135 0 -135 110z" />
149
+ <glyph unicode="&#xc5;" horiz-adv-x="1286" d="M0 0zM842 348h-473l-172 -348h-320l766 1468h373l147 -1468h-297zM827 608l-26 350q-10 131 -10 253v36q-44 -120 -109 -254l-188 -385h333zM1087 1567q0 -107 -70 -173.5t-184 -66.5q-110 0 -179 63.5t-69 174.5q0 109 68.5 173t179.5 64q110 0 182 -65t72 -170z M930 1565q0 45 -27.5 70.5t-69.5 25.5t-69 -25.5t-27 -70.5t24 -71t72 -26q42 0 69.5 26t27.5 71z" />
150
+ <glyph unicode="&#xc6;" horiz-adv-x="1833" d="M1593 0h-817l74 348h-426l-219 -348h-328l922 1462h1104l-54 -254h-512l-67 -321h477l-55 -254h-478l-79 -377h512zM905 608l127 600h-80l-364 -600h317z" />
151
+ <glyph unicode="&#xc7;" horiz-adv-x="1253" d="M123 0zM905 1227q-132 0 -237.5 -81t-169.5 -238.5t-64 -338.5q0 -167 68.5 -248t218.5 -81q146 0 338 77v-260q-199 -77 -400 -77q-254 0 -395 149.5t-141 423.5q0 262 104 482.5t278 335t400 114.5q125 0 222 -22.5t208 -82.5l-118 -250q-106 59 -175 78t-137 19z M825 -250q0 -116 -83 -179t-234 -63q-86 0 -152 23v168q63 -23 125 -23q102 0 102 82q0 34 -31 56.5t-110 31.5l96 154h185l-39 -72q141 -49 141 -178z" />
152
+ <glyph unicode="&#xc8;" horiz-adv-x="1110" d="M53 0zM870 0h-817l309 1462h818l-54 -254h-512l-67 -321h477l-55 -254h-477l-80 -377h512zM906 1579h-184q-71 69 -138.5 153.5t-103.5 153.5v21h311q36 -148 115 -303v-25z" />
153
+ <glyph unicode="&#xc9;" horiz-adv-x="1110" d="M53 0zM870 0h-817l309 1462h818l-54 -254h-512l-67 -321h477l-55 -254h-477l-80 -377h512zM608 1604q79 88 222 303h335v-17q-46 -56 -154 -152.5t-194 -158.5h-209v25z" />
154
+ <glyph unicode="&#xca;" horiz-adv-x="1110" d="M53 0zM870 0h-817l309 1462h818l-54 -254h-512l-67 -321h477l-55 -254h-477l-80 -377h512zM1177 1579h-198q-63 53 -162 168q-105 -88 -232 -168h-217v25q63 57 153 147t142 156h338q22 -54 74 -142.5t102 -160.5v-25z" />
155
+ <glyph unicode="&#xcb;" horiz-adv-x="1110" d="M53 0zM870 0h-817l309 1462h818l-54 -254h-512l-67 -321h477l-55 -254h-477l-80 -377h512zM438 1720q0 78 42.5 118t119.5 40q133 0 133 -108q0 -73 -39 -116.5t-121 -43.5q-135 0 -135 110zM840 1720q0 78 42 118t120 40q65 0 99 -28t34 -80q0 -73 -39.5 -116.5 t-120.5 -43.5q-135 0 -135 110z" />
156
+ <glyph unicode="&#xcc;" horiz-adv-x="659" d="M53 0zM53 0l312 1462h305l-312 -1462h-305zM667 1579h-184q-71 69 -138.5 153.5t-103.5 153.5v21h311q36 -148 115 -303v-25z" />
157
+ <glyph unicode="&#xcd;" horiz-adv-x="659" d="M53 0zM53 0l312 1462h305l-312 -1462h-305zM414 1604q79 88 222 303h335v-17q-46 -56 -154 -152.5t-194 -158.5h-209v25z" />
158
+ <glyph unicode="&#xce;" horiz-adv-x="659" d="M53 0zM53 0l312 1462h305l-312 -1462h-305zM937 1579h-198q-63 53 -162 168q-105 -88 -232 -168h-217v25q63 57 153 147t142 156h338q22 -54 74 -142.5t102 -160.5v-25z" />
159
+ <glyph unicode="&#xcf;" horiz-adv-x="659" d="M53 0zM53 0l312 1462h305l-312 -1462h-305zM222 1720q0 78 42.5 118t119.5 40q133 0 133 -108q0 -73 -39 -116.5t-121 -43.5q-135 0 -135 110zM624 1720q0 78 42 118t120 40q65 0 99 -28t34 -80q0 -73 -39.5 -116.5t-120.5 -43.5q-135 0 -135 110z" />
160
+ <glyph unicode="&#xd0;" horiz-adv-x="1386" d="M1323 909q0 -280 -98 -486.5t-283.5 -314.5t-437.5 -108h-451l125 596h-141l55 254h139l131 612h396q270 0 417.5 -143t147.5 -410zM518 256q148 0 258 76t172 223.5t62 337.5q0 154 -72.5 234.5t-208.5 80.5h-115l-75 -358h237l-55 -254h-238l-71 -340h106z" />
161
+ <glyph unicode="&#xd1;" horiz-adv-x="1546" d="M53 0zM1247 0h-342l-356 1106h-6l-4 -32q-32 -216 -66 -386l-145 -688h-275l309 1462h357l340 -1077h4q12 76 39 217t180 860h274zM1114 1579q-49 0 -86.5 16.5t-69.5 36t-61.5 36t-62.5 16.5q-31 0 -55.5 -28t-38.5 -79h-177q59 309 281 309q49 0 87.5 -16.5t71.5 -36 t62 -35.5t60 -16q34 0 58 25.5t46 80.5h172q-66 -309 -287 -309z" />
162
+ <glyph unicode="&#xd2;" horiz-adv-x="1495" d="M123 0zM1432 938q0 -283 -99 -506.5t-271 -337.5t-396 -114q-256 0 -399.5 147.5t-143.5 409.5q0 265 99 487.5t273 341.5t402 119q255 0 395 -144t140 -403zM872 1227q-121 0 -222 -91.5t-158.5 -251.5t-57.5 -347q0 -147 66.5 -222t187.5 -75t220.5 87t155.5 246 t56 357q0 142 -65 219.5t-183 77.5zM1053 1579h-184q-71 69 -138.5 153.5t-103.5 153.5v21h311q36 -148 115 -303v-25z" />
163
+ <glyph unicode="&#xd3;" horiz-adv-x="1495" d="M123 0zM1432 938q0 -283 -99 -506.5t-271 -337.5t-396 -114q-256 0 -399.5 147.5t-143.5 409.5q0 265 99 487.5t273 341.5t402 119q255 0 395 -144t140 -403zM872 1227q-121 0 -222 -91.5t-158.5 -251.5t-57.5 -347q0 -147 66.5 -222t187.5 -75t220.5 87t155.5 246 t56 357q0 142 -65 219.5t-183 77.5zM753 1604q79 88 222 303h335v-17q-46 -56 -154 -152.5t-194 -158.5h-209v25z" />
164
+ <glyph unicode="&#xd4;" horiz-adv-x="1495" d="M123 0zM1432 938q0 -283 -99 -506.5t-271 -337.5t-396 -114q-256 0 -399.5 147.5t-143.5 409.5q0 265 99 487.5t273 341.5t402 119q255 0 395 -144t140 -403zM872 1227q-121 0 -222 -91.5t-158.5 -251.5t-57.5 -347q0 -147 66.5 -222t187.5 -75t220.5 87t155.5 246 t56 357q0 142 -65 219.5t-183 77.5zM1308 1579h-198q-63 53 -162 168q-105 -88 -232 -168h-217v25q63 57 153 147t142 156h338q22 -54 74 -142.5t102 -160.5v-25z" />
165
+ <glyph unicode="&#xd5;" horiz-adv-x="1495" d="M123 0zM1432 938q0 -283 -99 -506.5t-271 -337.5t-396 -114q-256 0 -399.5 147.5t-143.5 409.5q0 265 99 487.5t273 341.5t402 119q255 0 395 -144t140 -403zM872 1227q-121 0 -222 -91.5t-158.5 -251.5t-57.5 -347q0 -147 66.5 -222t187.5 -75t220.5 87t155.5 246 t56 357q0 142 -65 219.5t-183 77.5zM1071 1579q-49 0 -86.5 16.5t-69.5 36t-61.5 36t-62.5 16.5q-31 0 -55.5 -28t-38.5 -79h-177q59 309 281 309q49 0 87.5 -16.5t71.5 -36t62 -35.5t60 -16q34 0 58 25.5t46 80.5h172q-66 -309 -287 -309z" />
166
+ <glyph unicode="&#xd6;" horiz-adv-x="1495" d="M123 0zM1432 938q0 -283 -99 -506.5t-271 -337.5t-396 -114q-256 0 -399.5 147.5t-143.5 409.5q0 265 99 487.5t273 341.5t402 119q255 0 395 -144t140 -403zM872 1227q-121 0 -222 -91.5t-158.5 -251.5t-57.5 -347q0 -147 66.5 -222t187.5 -75t220.5 87t155.5 246 t56 357q0 142 -65 219.5t-183 77.5zM585 1720q0 78 42.5 118t119.5 40q133 0 133 -108q0 -73 -39 -116.5t-121 -43.5q-135 0 -135 110zM987 1720q0 78 42 118t120 40q65 0 99 -28t34 -80q0 -73 -39.5 -116.5t-120.5 -43.5q-135 0 -135 110z" />
167
+ <glyph unicode="&#xd7;" d="M428 723l-299 301l152 154l301 -299l305 299l153 -150l-305 -305l301 -303l-149 -152l-305 301l-301 -299l-150 152z" />
168
+ <glyph unicode="&#xd8;" horiz-adv-x="1495" d="M1432 938q0 -283 -99 -506.5t-271 -337.5t-396 -114q-180 0 -304 71l-108 -137l-154 115l121 151q-98 138 -98 357q0 265 99 487.5t273 341.5t402 119q182 0 305 -76l105 131l151 -117l-117 -145q91 -134 91 -340zM870 1233q-126 0 -229 -91.5t-160 -252.5t-57 -352 q0 -32 8 -101l596 754q-69 43 -158 43zM1133 930l-5 80l-589 -740q59 -37 153 -37q124 0 226 89t158.5 247.5t56.5 360.5z" />
169
+ <glyph unicode="&#xd9;" horiz-adv-x="1415" d="M141 0zM1434 1462l-201 -946q-57 -266 -218 -401t-419 -135q-212 0 -333.5 113.5t-121.5 307.5q0 72 15 138l196 923h305l-194 -919q-17 -74 -17 -125q0 -178 189 -178q123 0 195 76.5t104 228.5l194 917h306zM1002 1579h-184q-71 69 -138.5 153.5t-103.5 153.5v21h311 q36 -148 115 -303v-25z" />
170
+ <glyph unicode="&#xda;" horiz-adv-x="1415" d="M141 0zM1434 1462l-201 -946q-57 -266 -218 -401t-419 -135q-212 0 -333.5 113.5t-121.5 307.5q0 72 15 138l196 923h305l-194 -919q-17 -74 -17 -125q0 -178 189 -178q123 0 195 76.5t104 228.5l194 917h306zM757 1604q79 88 222 303h335v-17q-46 -56 -154 -152.5 t-194 -158.5h-209v25z" />
171
+ <glyph unicode="&#xdb;" horiz-adv-x="1415" d="M141 0zM1434 1462l-201 -946q-57 -266 -218 -401t-419 -135q-212 0 -333.5 113.5t-121.5 307.5q0 72 15 138l196 923h305l-194 -919q-17 -74 -17 -125q0 -178 189 -178q123 0 195 76.5t104 228.5l194 917h306zM1284 1579h-198q-63 53 -162 168q-105 -88 -232 -168h-217 v25q63 57 153 147t142 156h338q22 -54 74 -142.5t102 -160.5v-25z" />
172
+ <glyph unicode="&#xdc;" horiz-adv-x="1415" d="M141 0zM1434 1462l-201 -946q-57 -266 -218 -401t-419 -135q-212 0 -333.5 113.5t-121.5 307.5q0 72 15 138l196 923h305l-194 -919q-17 -74 -17 -125q0 -178 189 -178q123 0 195 76.5t104 228.5l194 917h306zM565 1720q0 78 42.5 118t119.5 40q133 0 133 -108 q0 -73 -39 -116.5t-121 -43.5q-135 0 -135 110zM967 1720q0 78 42 118t120 40q65 0 99 -28t34 -80q0 -73 -39.5 -116.5t-120.5 -43.5q-135 0 -135 110z" />
173
+ <glyph unicode="&#xdd;" horiz-adv-x="1155" d="M186 0zM627 870l374 592h342l-618 -903l-119 -559h-303l119 559l-236 903h312zM606 1604q79 88 222 303h335v-17q-46 -56 -154 -152.5t-194 -158.5h-209v25z" />
174
+ <glyph unicode="&#xde;" horiz-adv-x="1188" d="M1143 807q0 -243 -170.5 -378.5t-466.5 -135.5h-86l-62 -293h-305l309 1462h306l-50 -229h35q242 0 366 -106.5t124 -319.5zM475 547h55q139 0 222.5 66.5t83.5 185.5q0 180 -195 180h-74z" />
175
+ <glyph unicode="&#xdf;" horiz-adv-x="1350" d="M846 1567q208 0 331 -90t123 -240q0 -114 -49 -192t-178 -152q-73 -42 -96 -68.5t-23 -54.5q0 -23 22 -49.5t79 -69.5q107 -83 144.5 -150.5t37.5 -150.5q0 -170 -123.5 -270t-337.5 -100q-187 0 -297 61v240q128 -78 258 -78q101 0 148 33t47 86q0 40 -26.5 75 t-108.5 97q-94 72 -129 130t-35 126q0 84 45 145t162 127q66 37 104.5 76t38.5 96q0 62 -39.5 98.5t-124.5 36.5q-96 0 -156 -51.5t-85 -171.5l-254 -1219q-43 -198 -147 -288.5t-277 -90.5q-90 0 -160 25v242q61 -21 115 -21q133 0 170 178l254 1207q47 224 182 326 t385 102z" />
176
+ <glyph unicode="&#xe0;" horiz-adv-x="1217" d="M90 0zM406 -20q-147 0 -231.5 106.5t-84.5 298.5q0 198 72 377.5t189 278t257 98.5q97 0 167.5 -42t109.5 -122h8l57 143h232l-238 -1118h-229l14 145h-4q-134 -165 -319 -165zM524 223q69 0 133 67t103 181.5t39 259.5q0 71 -38.5 117.5t-101.5 46.5q-68 0 -129.5 -72 t-98 -190t-36.5 -234q0 -88 33.5 -132t95.5 -44zM869 1241h-184q-71 69 -138.5 153.5t-103.5 153.5v21h311q36 -148 115 -303v-25z" />
177
+ <glyph unicode="&#xe1;" horiz-adv-x="1217" d="M90 0zM406 -20q-147 0 -231.5 106.5t-84.5 298.5q0 198 72 377.5t189 278t257 98.5q97 0 167.5 -42t109.5 -122h8l57 143h232l-238 -1118h-229l14 145h-4q-134 -165 -319 -165zM524 223q69 0 133 67t103 181.5t39 259.5q0 71 -38.5 117.5t-101.5 46.5q-68 0 -129.5 -72 t-98 -190t-36.5 -234q0 -88 33.5 -132t95.5 -44zM598 1266q79 88 222 303h335v-17q-46 -56 -154 -152.5t-194 -158.5h-209v25z" />
178
+ <glyph unicode="&#xe2;" horiz-adv-x="1217" d="M90 0zM406 -20q-147 0 -231.5 106.5t-84.5 298.5q0 198 72 377.5t189 278t257 98.5q97 0 167.5 -42t109.5 -122h8l57 143h232l-238 -1118h-229l14 145h-4q-134 -165 -319 -165zM524 223q69 0 133 67t103 181.5t39 259.5q0 71 -38.5 117.5t-101.5 46.5q-68 0 -129.5 -72 t-98 -190t-36.5 -234q0 -88 33.5 -132t95.5 -44zM1120 1240h-198q-63 53 -162 168q-105 -88 -232 -168h-217v25q63 57 153 147t142 156h338q22 -54 74 -142.5t102 -160.5v-25z" />
179
+ <glyph unicode="&#xe3;" horiz-adv-x="1217" d="M90 0zM406 -20q-147 0 -231.5 106.5t-84.5 298.5q0 198 72 377.5t189 278t257 98.5q97 0 167.5 -42t109.5 -122h8l57 143h232l-238 -1118h-229l14 145h-4q-134 -165 -319 -165zM524 223q69 0 133 67t103 181.5t39 259.5q0 71 -38.5 117.5t-101.5 46.5q-68 0 -129.5 -72 t-98 -190t-36.5 -234q0 -88 33.5 -132t95.5 -44zM884 1241q-49 0 -86.5 16.5t-69.5 36t-61.5 36t-62.5 16.5q-31 0 -55.5 -28t-38.5 -79h-177q59 309 281 309q49 0 87.5 -16.5t71.5 -36t62 -35.5t60 -16q34 0 58 25.5t46 80.5h172q-66 -309 -287 -309z" />
180
+ <glyph unicode="&#xe4;" horiz-adv-x="1217" d="M90 0zM406 -20q-147 0 -231.5 106.5t-84.5 298.5q0 198 72 377.5t189 278t257 98.5q97 0 167.5 -42t109.5 -122h8l57 143h232l-238 -1118h-229l14 145h-4q-134 -165 -319 -165zM524 223q69 0 133 67t103 181.5t39 259.5q0 71 -38.5 117.5t-101.5 46.5q-68 0 -129.5 -72 t-98 -190t-36.5 -234q0 -88 33.5 -132t95.5 -44zM397 1382q0 78 42.5 118t119.5 40q133 0 133 -108q0 -73 -39 -116.5t-121 -43.5q-135 0 -135 110zM799 1382q0 78 42 118t120 40q65 0 99 -28t34 -80q0 -73 -39.5 -116.5t-120.5 -43.5q-135 0 -135 110z" />
181
+ <glyph unicode="&#xe5;" horiz-adv-x="1217" d="M90 0zM406 -20q-147 0 -231.5 106.5t-84.5 298.5q0 198 72 377.5t189 278t257 98.5q97 0 167.5 -42t109.5 -122h8l57 143h232l-238 -1118h-229l14 145h-4q-134 -165 -319 -165zM524 223q69 0 133 67t103 181.5t39 259.5q0 71 -38.5 117.5t-101.5 46.5q-68 0 -129.5 -72 t-98 -190t-36.5 -234q0 -88 33.5 -132t95.5 -44zM1023 1479q0 -107 -70 -173.5t-184 -66.5q-110 0 -179 63.5t-69 174.5q0 109 68.5 173t179.5 64q110 0 182 -65t72 -170zM866 1477q0 45 -27.5 70.5t-69.5 25.5t-69 -25.5t-27 -70.5t24 -71t72 -26q42 0 69.5 26t27.5 71z " />
182
+ <glyph unicode="&#xe6;" horiz-adv-x="1786" d="M1206 -20q-109 0 -179.5 27t-117.5 87l-16 -94h-188l14 145h-6q-71 -88 -146.5 -126.5t-167.5 -38.5q-146 0 -227.5 109t-81.5 296q0 200 68.5 375.5t185 277t258.5 101.5q96 0 160.5 -38.5t114.5 -125.5h6l57 143h188l-18 -90q44 49 120.5 80t168.5 31 q157 0 246.5 -83.5t89.5 -221.5q0 -187 -167 -288.5t-476 -101.5h-52l-2 -19v-19q0 -96 55.5 -147.5t159.5 -51.5q66 0 152 23t162 63v-227q-179 -86 -361 -86zM518 223q72 0 134 68t99 184.5t37 243.5q0 80 -33 128t-102 48q-68 0 -128 -69t-95 -185.5t-35 -241.5 q0 -84 32.5 -130t90.5 -46zM1341 922q-88 0 -166 -80t-102 -195h45q155 0 241.5 48.5t86.5 131.5q0 95 -105 95z" />
183
+ <glyph unicode="&#xe7;" horiz-adv-x="989" d="M90 0zM506 -20q-201 0 -308.5 107.5t-107.5 303.5q0 212 74.5 385.5t209.5 268t308 94.5q182 0 328 -72l-92 -229q-54 23 -106 40t-118 17q-85 0 -153.5 -64t-107 -175.5t-38.5 -239.5q0 -96 45.5 -144.5t126.5 -48.5q76 0 141 23.5t134 58.5v-246q-152 -79 -336 -79z M653 -250q0 -116 -83 -179t-234 -63q-86 0 -152 23v168q63 -23 125 -23q102 0 102 82q0 34 -31 56.5t-110 31.5l96 154h185l-39 -72q141 -49 141 -178z" />
184
+ <glyph unicode="&#xe8;" horiz-adv-x="1141" d="M90 0zM696 922q-88 0 -166 -80t-102 -195h45q155 0 241.5 48.5t86.5 131.5q0 95 -105 95zM532 -20q-210 0 -326 113t-116 319q0 207 82.5 377.5t223.5 260t319 89.5q177 0 276 -81.5t99 -223.5q0 -187 -167 -288.5t-477 -101.5h-51l-2 -21v-20q0 -91 51.5 -143.5 t147.5 -52.5q87 0 158 19t172 67v-227q-172 -86 -390 -86zM849 1241h-184q-71 69 -138.5 153.5t-103.5 153.5v21h311q36 -148 115 -303v-25z" />
185
+ <glyph unicode="&#xe9;" horiz-adv-x="1141" d="M90 0zM696 922q-88 0 -166 -80t-102 -195h45q155 0 241.5 48.5t86.5 131.5q0 95 -105 95zM532 -20q-210 0 -326 113t-116 319q0 207 82.5 377.5t223.5 260t319 89.5q177 0 276 -81.5t99 -223.5q0 -187 -167 -288.5t-477 -101.5h-51l-2 -21v-20q0 -91 51.5 -143.5 t147.5 -52.5q87 0 158 19t172 67v-227q-172 -86 -390 -86zM528 1266q79 88 222 303h335v-17q-46 -56 -154 -152.5t-194 -158.5h-209v25z" />
186
+ <glyph unicode="&#xea;" horiz-adv-x="1141" d="M90 0zM696 922q-88 0 -166 -80t-102 -195h45q155 0 241.5 48.5t86.5 131.5q0 95 -105 95zM532 -20q-210 0 -326 113t-116 319q0 207 82.5 377.5t223.5 260t319 89.5q177 0 276 -81.5t99 -223.5q0 -187 -167 -288.5t-477 -101.5h-51l-2 -21v-20q0 -91 51.5 -143.5 t147.5 -52.5q87 0 158 19t172 67v-227q-172 -86 -390 -86zM1101 1241h-198q-63 53 -162 168q-105 -88 -232 -168h-217v25q63 57 153 147t142 156h338q22 -54 74 -142.5t102 -160.5v-25z" />
187
+ <glyph unicode="&#xeb;" horiz-adv-x="1141" d="M90 0zM696 922q-88 0 -166 -80t-102 -195h45q155 0 241.5 48.5t86.5 131.5q0 95 -105 95zM532 -20q-210 0 -326 113t-116 319q0 207 82.5 377.5t223.5 260t319 89.5q177 0 276 -81.5t99 -223.5q0 -187 -167 -288.5t-477 -101.5h-51l-2 -21v-20q0 -91 51.5 -143.5 t147.5 -52.5q87 0 158 19t172 67v-227q-172 -86 -390 -86zM365 1382q0 78 42.5 118t119.5 40q133 0 133 -108q0 -73 -39 -116.5t-121 -43.5q-135 0 -135 110zM767 1382q0 78 42 118t120 40q65 0 99 -28t34 -80q0 -73 -39.5 -116.5t-120.5 -43.5q-135 0 -135 110z" />
188
+ <glyph unicode="&#xec;" horiz-adv-x="608" d="M37 0zM338 0h-301l237 1118h301zM579 1241h-184q-71 69 -138.5 153.5t-103.5 153.5v21h311q36 -148 115 -303v-25z" />
189
+ <glyph unicode="&#xed;" horiz-adv-x="608" d="M37 0zM338 0h-301l237 1118h301zM291 1266q79 88 222 303h335v-17q-46 -56 -154 -152.5t-194 -158.5h-209v25z" />
190
+ <glyph unicode="&#xee;" horiz-adv-x="608" d="M36 0zM338 0h-301l237 1118h301zM845 1241h-198q-63 53 -162 168q-105 -88 -232 -168h-217v25q63 57 153 147t142 156h338q22 -54 74 -142.5t102 -160.5v-25z" />
191
+ <glyph unicode="&#xef;" horiz-adv-x="608" d="M37 0zM338 0h-301l237 1118h301zM126 1382q0 78 42.5 118t119.5 40q133 0 133 -108q0 -73 -39 -116.5t-121 -43.5q-135 0 -135 110zM528 1382q0 78 42 118t120 40q65 0 99 -28t34 -80q0 -73 -39.5 -116.5t-120.5 -43.5q-135 0 -135 110z" />
192
+ <glyph unicode="&#xf0;" horiz-adv-x="1182" d="M618 1309q-34 34 -124 80l118 186q134 -61 232 -139l237 131l76 -152l-192 -106q81 -107 113 -235t32 -279q0 -249 -69.5 -432.5t-203.5 -283t-323 -99.5q-216 0 -329 110t-113 316q0 165 64.5 301t180.5 212t265 76q83 0 151.5 -31t114.5 -94h6q-20 213 -117 310 l-231 -131l-88 147zM528 205q66 0 122.5 55.5t89 148.5t32.5 193q0 77 -38.5 122.5t-108.5 45.5q-73 0 -130 -53t-88.5 -143t-31.5 -197q0 -81 39 -126.5t114 -45.5z" />
193
+ <glyph unicode="&#xf1;" horiz-adv-x="1237" d="M37 0zM977 0h-301l137 653q16 68 16 119q0 123 -108 123q-92 0 -167 -114t-118 -318l-98 -463h-301l237 1118h230l-21 -207h6q146 228 355 228q138 0 213.5 -83.5t75.5 -238.5q0 -73 -23 -180zM909 1241q-49 0 -86.5 16.5t-69.5 36t-61.5 36t-62.5 16.5q-31 0 -55.5 -28 t-38.5 -79h-177q59 309 281 309q49 0 87.5 -16.5t71.5 -36t62 -35.5t60 -16q34 0 58 25.5t46 80.5h172q-66 -309 -287 -309z" />
194
+ <glyph unicode="&#xf2;" horiz-adv-x="1198" d="M90 0zM805 696q0 197 -143 197q-75 0 -134.5 -61t-97 -179t-37.5 -243q0 -185 150 -185q75 0 135 61.5t93.5 171t33.5 238.5zM1108 696q0 -211 -70.5 -374t-203.5 -252.5t-316 -89.5q-195 0 -311.5 117.5t-116.5 312.5q0 213 71.5 379.5t206.5 258t316 91.5 q196 0 310 -118t114 -325zM845 1241h-184q-71 69 -138.5 153.5t-103.5 153.5v21h311q36 -148 115 -303v-25z" />
195
+ <glyph unicode="&#xf3;" horiz-adv-x="1198" d="M90 0zM805 696q0 197 -143 197q-75 0 -134.5 -61t-97 -179t-37.5 -243q0 -185 150 -185q75 0 135 61.5t93.5 171t33.5 238.5zM1108 696q0 -211 -70.5 -374t-203.5 -252.5t-316 -89.5q-195 0 -311.5 117.5t-116.5 312.5q0 213 71.5 379.5t206.5 258t316 91.5 q196 0 310 -118t114 -325zM571 1266q79 88 222 303h335v-17q-46 -56 -154 -152.5t-194 -158.5h-209v25z" />
196
+ <glyph unicode="&#xf4;" horiz-adv-x="1198" d="M90 0zM805 696q0 197 -143 197q-75 0 -134.5 -61t-97 -179t-37.5 -243q0 -185 150 -185q75 0 135 61.5t93.5 171t33.5 238.5zM1108 696q0 -211 -70.5 -374t-203.5 -252.5t-316 -89.5q-195 0 -311.5 117.5t-116.5 312.5q0 213 71.5 379.5t206.5 258t316 91.5 q196 0 310 -118t114 -325zM1109 1241h-198q-63 53 -162 168q-105 -88 -232 -168h-217v25q63 57 153 147t142 156h338q22 -54 74 -142.5t102 -160.5v-25z" />
197
+ <glyph unicode="&#xf5;" horiz-adv-x="1198" d="M90 0zM805 696q0 197 -143 197q-75 0 -134.5 -61t-97 -179t-37.5 -243q0 -185 150 -185q75 0 135 61.5t93.5 171t33.5 238.5zM1108 696q0 -211 -70.5 -374t-203.5 -252.5t-316 -89.5q-195 0 -311.5 117.5t-116.5 312.5q0 213 71.5 379.5t206.5 258t316 91.5 q196 0 310 -118t114 -325zM865 1241q-49 0 -86.5 16.5t-69.5 36t-61.5 36t-62.5 16.5q-31 0 -55.5 -28t-38.5 -79h-177q59 309 281 309q49 0 87.5 -16.5t71.5 -36t62 -35.5t60 -16q34 0 58 25.5t46 80.5h172q-66 -309 -287 -309z" />
198
+ <glyph unicode="&#xf6;" horiz-adv-x="1198" d="M90 0zM805 696q0 197 -143 197q-75 0 -134.5 -61t-97 -179t-37.5 -243q0 -185 150 -185q75 0 135 61.5t93.5 171t33.5 238.5zM1108 696q0 -211 -70.5 -374t-203.5 -252.5t-316 -89.5q-195 0 -311.5 117.5t-116.5 312.5q0 213 71.5 379.5t206.5 258t316 91.5 q196 0 310 -118t114 -325zM386 1382q0 78 42.5 118t119.5 40q133 0 133 -108q0 -73 -39 -116.5t-121 -43.5q-135 0 -135 110zM788 1382q0 78 42 118t120 40q65 0 99 -28t34 -80q0 -73 -39.5 -116.5t-120.5 -43.5q-135 0 -135 110z" />
199
+ <glyph unicode="&#xf7;" d="M109 612v219h952v-219h-952zM444 373q0 76 37 113.5t103 37.5t102.5 -39t36.5 -112q0 -70 -37 -111t-102 -41t-102.5 39t-37.5 113zM444 1071q0 75 37 113.5t103 38.5q67 0 103 -40.5t36 -111.5q0 -70 -37 -110.5t-102 -40.5t-102.5 39t-37.5 112z" />
200
+ <glyph unicode="&#xf8;" horiz-adv-x="1198" d="M1108 696q0 -211 -70.5 -374t-203.5 -252.5t-316 -89.5q-123 0 -225 53l-109 -135l-141 108l119 148q-72 107 -72 256q0 213 71.5 379.5t206.5 258t316 91.5q131 0 227 -56l70 88l145 -110l-84 -105q66 -107 66 -260zM662 903q-81 0 -144.5 -62.5t-98 -169.5t-34.5 -233 v-12l365 453q-35 24 -88 24zM543 215q114 0 193 133t79 318v16l-358 -444q11 -8 35.5 -15.5t50.5 -7.5z" />
201
+ <glyph unicode="&#xf9;" horiz-adv-x="1237" d="M111 0zM262 1118h301l-137 -653q-16 -68 -16 -119q0 -123 108 -123q92 0 167 114t118 318l98 463h301l-237 -1118h-230l21 207h-6q-145 -227 -355 -227q-138 0 -211 82.5t-73 238.5q0 93 24 213zM845 1241h-184q-71 69 -138.5 153.5t-103.5 153.5v21h311 q36 -148 115 -303v-25z" />
202
+ <glyph unicode="&#xfa;" horiz-adv-x="1237" d="M111 0zM262 1118h301l-137 -653q-16 -68 -16 -119q0 -123 108 -123q92 0 167 114t118 318l98 463h301l-237 -1118h-230l21 207h-6q-145 -227 -355 -227q-138 0 -211 82.5t-73 238.5q0 93 24 213zM610 1266q79 88 222 303h335v-17q-46 -56 -154 -152.5t-194 -158.5h-209 v25z" />
203
+ <glyph unicode="&#xfb;" horiz-adv-x="1237" d="M111 0zM262 1118h301l-137 -653q-16 -68 -16 -119q0 -123 108 -123q92 0 167 114t118 318l98 463h301l-237 -1118h-230l21 207h-6q-145 -227 -355 -227q-138 0 -211 82.5t-73 238.5q0 93 24 213zM1143 1241h-198q-63 53 -162 168q-105 -88 -232 -168h-217v25 q63 57 153 147t142 156h338q22 -54 74 -142.5t102 -160.5v-25z" />
204
+ <glyph unicode="&#xfc;" horiz-adv-x="1237" d="M111 0zM262 1118h301l-137 -653q-16 -68 -16 -119q0 -123 108 -123q92 0 167 114t118 318l98 463h301l-237 -1118h-230l21 207h-6q-145 -227 -355 -227q-138 0 -211 82.5t-73 238.5q0 93 24 213zM411 1382q0 78 42.5 118t119.5 40q133 0 133 -108q0 -73 -39 -116.5 t-121 -43.5q-135 0 -135 110zM813 1382q0 78 42 118t120 40q65 0 99 -28t34 -80q0 -73 -39.5 -116.5t-120.5 -43.5q-135 0 -135 110z" />
205
+ <glyph unicode="&#xfd;" horiz-adv-x="1063" d="M0 0zM102 1118h295l56 -518q14 -122 14 -293h6q20 51 44 119.5t65 153.5l260 538h327l-680 -1278q-177 -332 -483 -332q-90 0 -147 19v240q68 -13 116 -13q84 0 147.5 48t117.5 149l26 49zM497 1266q79 88 222 303h335v-17q-46 -56 -154 -152.5t-194 -158.5h-209v25z" />
206
+ <glyph unicode="&#xfe;" horiz-adv-x="1219" d="M813 1139q150 0 232.5 -106.5t82.5 -301.5q0 -199 -69 -381t-182 -276t-250 -94q-178 0 -271 163h-8q-12 -159 -43 -295l-72 -340h-301l435 2048h301l-66 -307q-29 -131 -80 -280h8q131 170 283 170zM682 895q-71 0 -130 -65t-95.5 -184.5t-36.5 -246.5q0 -80 33.5 -128 t105.5 -48q69 0 129 65t97.5 183.5t37.5 247.5q0 88 -37.5 132t-103.5 44z" />
207
+ <glyph unicode="&#xff;" horiz-adv-x="1063" d="M0 0zM102 1118h295l56 -518q14 -122 14 -293h6q20 51 44 119.5t65 153.5l260 538h327l-680 -1278q-177 -332 -483 -332q-90 0 -147 19v240q68 -13 116 -13q84 0 147.5 48t117.5 149l26 49zM310 1382q0 78 42.5 118t119.5 40q133 0 133 -108q0 -73 -39 -116.5t-121 -43.5 q-135 0 -135 110zM712 1382q0 78 42 118t120 40q65 0 99 -28t34 -80q0 -73 -39.5 -116.5t-120.5 -43.5q-135 0 -135 110z" />
208
+ <glyph unicode="&#x131;" horiz-adv-x="608" d="M338 0h-301l237 1118h301z" />
209
+ <glyph unicode="&#x152;" horiz-adv-x="1845" d="M1606 0h-760q-93 -20 -180 -20q-256 0 -399.5 147.5t-143.5 409.5q0 265 99 487.5t273 341.5t402 119q140 0 209 -23h809l-53 -254h-512l-68 -321h477l-55 -254h-477l-80 -377h512zM688 240q88 0 158 32l194 916q-62 39 -168 39q-121 0 -222 -91.5t-158.5 -251.5 t-57.5 -347q0 -147 66.5 -222t187.5 -75z" />
210
+ <glyph unicode="&#x153;" horiz-adv-x="1806" d="M1198 -20q-116 0 -208 38.5t-138 106.5q-63 -68 -147 -106.5t-207 -38.5q-187 0 -297.5 117t-110.5 317q0 216 69 380.5t200 254.5t309 90q209 0 313 -160q154 160 399 160q177 0 276 -81.5t99 -223.5q0 -187 -167 -288.5t-476 -101.5h-51l-2 -21v-20q0 -91 51 -143.5 t147 -52.5q87 0 158 19t172 67v-227q-93 -46 -185.5 -66t-203.5 -20zM645 893q-71 0 -127 -60.5t-90.5 -176.5t-34.5 -242q0 -91 36.5 -140t109.5 -49q109 0 179 134.5t70 336.5q0 96 -37 146.5t-106 50.5zM1362 922q-88 0 -165.5 -78.5t-102.5 -196.5h45q155 0 241 48.5 t86 131.5q0 95 -104 95z" />
211
+ <glyph unicode="&#x178;" horiz-adv-x="1155" d="M186 0zM627 870l374 592h342l-618 -903l-119 -559h-303l119 559l-236 903h312zM432 1720q0 78 42.5 118t119.5 40q133 0 133 -108q0 -73 -39 -116.5t-121 -43.5q-135 0 -135 110zM834 1720q0 78 42 118t120 40q65 0 99 -28t34 -80q0 -73 -39.5 -116.5t-120.5 -43.5 q-135 0 -135 110z" />
212
+ <glyph unicode="&#x2c6;" horiz-adv-x="1135" d="M1120 1241h-198q-63 53 -162 168q-105 -88 -232 -168h-217v25q63 57 153 147t142 156h338q22 -54 74 -142.5t102 -160.5v-25z" />
213
+ <glyph unicode="&#x2da;" horiz-adv-x="1182" d="M1034 1479q0 -107 -70 -173.5t-184 -66.5q-110 0 -179 63.5t-69 174.5q0 109 68.5 173t179.5 64q110 0 182 -65t72 -170zM877 1477q0 45 -27.5 70.5t-69.5 25.5t-69 -25.5t-27 -70.5t24 -71t72 -26q42 0 69.5 26t27.5 71z" />
214
+ <glyph unicode="&#x2dc;" horiz-adv-x="1135" d="M866 1241q-49 0 -86.5 16.5t-69.5 36t-61.5 36t-62.5 16.5q-31 0 -55.5 -28t-38.5 -79h-177q59 309 281 309q49 0 87.5 -16.5t71.5 -36t62 -35.5t60 -16q34 0 58 25.5t46 80.5h172q-66 -309 -287 -309z" />
215
+ <glyph unicode="&#x2000;" horiz-adv-x="953" />
216
+ <glyph unicode="&#x2001;" horiz-adv-x="1907" />
217
+ <glyph unicode="&#x2002;" horiz-adv-x="953" />
218
+ <glyph unicode="&#x2003;" horiz-adv-x="1907" />
219
+ <glyph unicode="&#x2004;" horiz-adv-x="635" />
220
+ <glyph unicode="&#x2005;" horiz-adv-x="476" />
221
+ <glyph unicode="&#x2006;" horiz-adv-x="317" />
222
+ <glyph unicode="&#x2007;" horiz-adv-x="317" />
223
+ <glyph unicode="&#x2008;" horiz-adv-x="238" />
224
+ <glyph unicode="&#x2009;" horiz-adv-x="381" />
225
+ <glyph unicode="&#x200a;" horiz-adv-x="105" />
226
+ <glyph unicode="&#x2010;" horiz-adv-x="659" d="M41 424l53 250h524l-53 -250h-524z" />
227
+ <glyph unicode="&#x2011;" horiz-adv-x="659" d="M41 424l53 250h524l-53 -250h-524z" />
228
+ <glyph unicode="&#x2012;" horiz-adv-x="659" d="M41 424l53 250h524l-53 -250h-524z" />
229
+ <glyph unicode="&#x2013;" horiz-adv-x="983" d="M41 436l49 230h852l-49 -230h-852z" />
230
+ <glyph unicode="&#x2014;" horiz-adv-x="1966" d="M41 436l49 230h1835l-49 -230h-1835z" />
231
+ <glyph unicode="&#x2018;" horiz-adv-x="440" d="M123 961l-8 22q103 227 262 479h225q-91 -213 -194 -501h-285z" />
232
+ <glyph unicode="&#x2019;" horiz-adv-x="440" d="M586 1462l8 -22q-103 -227 -262 -479h-226q89 206 195 501h285z" />
233
+ <glyph unicode="&#x201a;" horiz-adv-x="569" d="M377 238l8 -23q-103 -227 -262 -479h-225q88 207 194 502h285z" />
234
+ <glyph unicode="&#x201c;" horiz-adv-x="887" d="M569 961l-8 22q103 227 262 479h226q-97 -227 -195 -501h-285zM123 961l-8 22q103 227 262 479h225q-91 -213 -194 -501h-285z" />
235
+ <glyph unicode="&#x201d;" horiz-adv-x="887" d="M586 1462l8 -22q-103 -227 -262 -479h-226q89 206 195 501h285zM1032 1462l8 -22q-103 -227 -262 -479h-225q23 53 46.5 111t148.5 390h284z" />
236
+ <glyph unicode="&#x201e;" horiz-adv-x="1018" d="M377 238l8 -23q-103 -227 -262 -479h-225q88 207 194 502h285zM825 238l9 -23q-100 -221 -263 -479h-225q24 57 49 118.5t146 383.5h284z" />
237
+ <glyph unicode="&#x2022;" horiz-adv-x="739" d="M104 686q0 106 42.5 194t120 136.5t182.5 48.5q120 0 182.5 -67t62.5 -191q0 -177 -91.5 -277t-248.5 -100q-117 0 -183.5 67t-66.5 189z" />
238
+ <glyph unicode="&#x2026;" horiz-adv-x="1706" d="M25 0zM25 115q0 90 53.5 144t150.5 54q68 0 109 -38t41 -107q0 -87 -55 -141t-144 -54q-73 0 -114 37.5t-41 104.5zM586 115q0 90 53.5 144t150.5 54q68 0 109 -38t41 -107q0 -87 -55 -141t-144 -54q-73 0 -114 37.5t-41 104.5zM1147 115q0 90 53.5 144t150.5 54 q68 0 109 -38t41 -107q0 -87 -55 -141t-144 -54q-73 0 -114 37.5t-41 104.5z" />
239
+ <glyph unicode="&#x202f;" horiz-adv-x="381" />
240
+ <glyph unicode="&#x2039;" horiz-adv-x="664" d="M72 569l401 463l191 -155l-279 -334l135 -350l-246 -103l-202 461v18z" />
241
+ <glyph unicode="&#x203a;" horiz-adv-x="664" d="M592 535l-402 -463l-190 155l279 334l-136 350l246 103l203 -461v-18z" />
242
+ <glyph unicode="&#x2044;" horiz-adv-x="256" d="M791 1462l-1084 -1462h-239l1087 1462h236z" />
243
+ <glyph unicode="&#x205f;" horiz-adv-x="476" />
244
+ <glyph unicode="&#x2074;" horiz-adv-x="776" d="M776 737h-119l-32 -151h-238l33 151h-373l31 174l475 557h260l-121 -563h119zM455 905l58 231l22 74q-13 -20 -43 -58t-211 -247h174z" />
245
+ <glyph unicode="&#x20ac;" d="M899 1237q-97 0 -176 -74.5t-135 -212.5h348l-39 -176h-360q-11 -34 -25 -115h299l-37 -178h-280q0 -120 44.5 -181.5t147.5 -61.5q133 0 283 63v-258q-126 -63 -330 -63q-446 0 -446 501h-152l37 178h127q9 67 22 115h-125l39 176h135q87 252 250.5 393.5t374.5 141.5 q100 0 179 -23t165 -80l-125 -223q-87 49 -131 63.5t-90 14.5z" />
246
+ <glyph unicode="&#x2122;" horiz-adv-x="1534" d="M471 741h-168v572h-197v149h564v-149h-199v-572zM1047 741l-166 529h-7l5 -111v-418h-164v721h248l159 -510l170 510h240v-721h-168v408l4 121h-6l-174 -529h-141z" />
247
+ <glyph unicode="&#xe000;" horiz-adv-x="1120" d="M0 1120h1120v-1120h-1120v1120z" />
248
+ <glyph horiz-adv-x="1217" d="M0 0z" />
249
+ <hkern u1="&#x22;" u2="&#x178;" k="-20" />
250
+ <hkern u1="&#x22;" u2="&#x153;" k="123" />
251
+ <hkern u1="&#x22;" u2="&#xfc;" k="61" />
252
+ <hkern u1="&#x22;" u2="&#xfb;" k="61" />
253
+ <hkern u1="&#x22;" u2="&#xfa;" k="61" />
254
+ <hkern u1="&#x22;" u2="&#xf9;" k="61" />
255
+ <hkern u1="&#x22;" u2="&#xf8;" k="123" />
256
+ <hkern u1="&#x22;" u2="&#xf6;" k="123" />
257
+ <hkern u1="&#x22;" u2="&#xf5;" k="123" />
258
+ <hkern u1="&#x22;" u2="&#xf4;" k="123" />
259
+ <hkern u1="&#x22;" u2="&#xf3;" k="123" />
260
+ <hkern u1="&#x22;" u2="&#xf2;" k="123" />
261
+ <hkern u1="&#x22;" u2="&#xeb;" k="123" />
262
+ <hkern u1="&#x22;" u2="&#xea;" k="123" />
263
+ <hkern u1="&#x22;" u2="&#xe9;" k="123" />
264
+ <hkern u1="&#x22;" u2="&#xe8;" k="123" />
265
+ <hkern u1="&#x22;" u2="&#xe7;" k="123" />
266
+ <hkern u1="&#x22;" u2="&#xe6;" k="82" />
267
+ <hkern u1="&#x22;" u2="&#xe5;" k="82" />
268
+ <hkern u1="&#x22;" u2="&#xe4;" k="82" />
269
+ <hkern u1="&#x22;" u2="&#xe3;" k="82" />
270
+ <hkern u1="&#x22;" u2="&#xe2;" k="82" />
271
+ <hkern u1="&#x22;" u2="&#xe1;" k="82" />
272
+ <hkern u1="&#x22;" u2="&#xe0;" k="123" />
273
+ <hkern u1="&#x22;" u2="&#xdd;" k="-20" />
274
+ <hkern u1="&#x22;" u2="&#xc5;" k="143" />
275
+ <hkern u1="&#x22;" u2="&#xc4;" k="143" />
276
+ <hkern u1="&#x22;" u2="&#xc3;" k="143" />
277
+ <hkern u1="&#x22;" u2="&#xc2;" k="143" />
278
+ <hkern u1="&#x22;" u2="&#xc1;" k="143" />
279
+ <hkern u1="&#x22;" u2="&#xc0;" k="143" />
280
+ <hkern u1="&#x22;" u2="u" k="61" />
281
+ <hkern u1="&#x22;" u2="s" k="61" />
282
+ <hkern u1="&#x22;" u2="r" k="61" />
283
+ <hkern u1="&#x22;" u2="q" k="123" />
284
+ <hkern u1="&#x22;" u2="p" k="61" />
285
+ <hkern u1="&#x22;" u2="o" k="123" />
286
+ <hkern u1="&#x22;" u2="n" k="61" />
287
+ <hkern u1="&#x22;" u2="m" k="61" />
288
+ <hkern u1="&#x22;" u2="g" k="61" />
289
+ <hkern u1="&#x22;" u2="e" k="123" />
290
+ <hkern u1="&#x22;" u2="d" k="123" />
291
+ <hkern u1="&#x22;" u2="c" k="123" />
292
+ <hkern u1="&#x22;" u2="a" k="82" />
293
+ <hkern u1="&#x22;" u2="Y" k="-20" />
294
+ <hkern u1="&#x22;" u2="W" k="-41" />
295
+ <hkern u1="&#x22;" u2="V" k="-41" />
296
+ <hkern u1="&#x22;" u2="T" k="-41" />
297
+ <hkern u1="&#x22;" u2="A" k="143" />
298
+ <hkern u1="&#x27;" u2="&#x178;" k="-20" />
299
+ <hkern u1="&#x27;" u2="&#x153;" k="123" />
300
+ <hkern u1="&#x27;" u2="&#xfc;" k="61" />
301
+ <hkern u1="&#x27;" u2="&#xfb;" k="61" />
302
+ <hkern u1="&#x27;" u2="&#xfa;" k="61" />
303
+ <hkern u1="&#x27;" u2="&#xf9;" k="61" />
304
+ <hkern u1="&#x27;" u2="&#xf8;" k="123" />
305
+ <hkern u1="&#x27;" u2="&#xf6;" k="123" />
306
+ <hkern u1="&#x27;" u2="&#xf5;" k="123" />
307
+ <hkern u1="&#x27;" u2="&#xf4;" k="123" />
308
+ <hkern u1="&#x27;" u2="&#xf3;" k="123" />
309
+ <hkern u1="&#x27;" u2="&#xf2;" k="123" />
310
+ <hkern u1="&#x27;" u2="&#xeb;" k="123" />
311
+ <hkern u1="&#x27;" u2="&#xea;" k="123" />
312
+ <hkern u1="&#x27;" u2="&#xe9;" k="123" />
313
+ <hkern u1="&#x27;" u2="&#xe8;" k="123" />
314
+ <hkern u1="&#x27;" u2="&#xe7;" k="123" />
315
+ <hkern u1="&#x27;" u2="&#xe6;" k="82" />
316
+ <hkern u1="&#x27;" u2="&#xe5;" k="82" />
317
+ <hkern u1="&#x27;" u2="&#xe4;" k="82" />
318
+ <hkern u1="&#x27;" u2="&#xe3;" k="82" />
319
+ <hkern u1="&#x27;" u2="&#xe2;" k="82" />
320
+ <hkern u1="&#x27;" u2="&#xe1;" k="82" />
321
+ <hkern u1="&#x27;" u2="&#xe0;" k="123" />
322
+ <hkern u1="&#x27;" u2="&#xdd;" k="-20" />
323
+ <hkern u1="&#x27;" u2="&#xc5;" k="143" />
324
+ <hkern u1="&#x27;" u2="&#xc4;" k="143" />
325
+ <hkern u1="&#x27;" u2="&#xc3;" k="143" />
326
+ <hkern u1="&#x27;" u2="&#xc2;" k="143" />
327
+ <hkern u1="&#x27;" u2="&#xc1;" k="143" />
328
+ <hkern u1="&#x27;" u2="&#xc0;" k="143" />
329
+ <hkern u1="&#x27;" u2="u" k="61" />
330
+ <hkern u1="&#x27;" u2="s" k="61" />
331
+ <hkern u1="&#x27;" u2="r" k="61" />
332
+ <hkern u1="&#x27;" u2="q" k="123" />
333
+ <hkern u1="&#x27;" u2="p" k="61" />
334
+ <hkern u1="&#x27;" u2="o" k="123" />
335
+ <hkern u1="&#x27;" u2="n" k="61" />
336
+ <hkern u1="&#x27;" u2="m" k="61" />
337
+ <hkern u1="&#x27;" u2="g" k="61" />
338
+ <hkern u1="&#x27;" u2="e" k="123" />
339
+ <hkern u1="&#x27;" u2="d" k="123" />
340
+ <hkern u1="&#x27;" u2="c" k="123" />
341
+ <hkern u1="&#x27;" u2="a" k="82" />
342
+ <hkern u1="&#x27;" u2="Y" k="-20" />
343
+ <hkern u1="&#x27;" u2="W" k="-41" />
344
+ <hkern u1="&#x27;" u2="V" k="-41" />
345
+ <hkern u1="&#x27;" u2="T" k="-41" />
346
+ <hkern u1="&#x27;" u2="A" k="143" />
347
+ <hkern u1="&#x28;" u2="J" k="-184" />
348
+ <hkern u1="&#x2c;" u2="&#x178;" k="123" />
349
+ <hkern u1="&#x2c;" u2="&#x152;" k="102" />
350
+ <hkern u1="&#x2c;" u2="&#xdd;" k="123" />
351
+ <hkern u1="&#x2c;" u2="&#xdc;" k="41" />
352
+ <hkern u1="&#x2c;" u2="&#xdb;" k="41" />
353
+ <hkern u1="&#x2c;" u2="&#xda;" k="41" />
354
+ <hkern u1="&#x2c;" u2="&#xd9;" k="41" />
355
+ <hkern u1="&#x2c;" u2="&#xd8;" k="102" />
356
+ <hkern u1="&#x2c;" u2="&#xd6;" k="102" />
357
+ <hkern u1="&#x2c;" u2="&#xd5;" k="102" />
358
+ <hkern u1="&#x2c;" u2="&#xd4;" k="102" />
359
+ <hkern u1="&#x2c;" u2="&#xd3;" k="102" />
360
+ <hkern u1="&#x2c;" u2="&#xd2;" k="102" />
361
+ <hkern u1="&#x2c;" u2="&#xc7;" k="102" />
362
+ <hkern u1="&#x2c;" u2="Y" k="123" />
363
+ <hkern u1="&#x2c;" u2="W" k="123" />
364
+ <hkern u1="&#x2c;" u2="V" k="123" />
365
+ <hkern u1="&#x2c;" u2="U" k="41" />
366
+ <hkern u1="&#x2c;" u2="T" k="143" />
367
+ <hkern u1="&#x2c;" u2="Q" k="102" />
368
+ <hkern u1="&#x2c;" u2="O" k="102" />
369
+ <hkern u1="&#x2c;" u2="G" k="102" />
370
+ <hkern u1="&#x2c;" u2="C" k="102" />
371
+ <hkern u1="&#x2d;" u2="T" k="82" />
372
+ <hkern u1="&#x2e;" u2="&#x178;" k="123" />
373
+ <hkern u1="&#x2e;" u2="&#x152;" k="102" />
374
+ <hkern u1="&#x2e;" u2="&#xdd;" k="123" />
375
+ <hkern u1="&#x2e;" u2="&#xdc;" k="41" />
376
+ <hkern u1="&#x2e;" u2="&#xdb;" k="41" />
377
+ <hkern u1="&#x2e;" u2="&#xda;" k="41" />
378
+ <hkern u1="&#x2e;" u2="&#xd9;" k="41" />
379
+ <hkern u1="&#x2e;" u2="&#xd8;" k="102" />
380
+ <hkern u1="&#x2e;" u2="&#xd6;" k="102" />
381
+ <hkern u1="&#x2e;" u2="&#xd5;" k="102" />
382
+ <hkern u1="&#x2e;" u2="&#xd4;" k="102" />
383
+ <hkern u1="&#x2e;" u2="&#xd3;" k="102" />
384
+ <hkern u1="&#x2e;" u2="&#xd2;" k="102" />
385
+ <hkern u1="&#x2e;" u2="&#xc7;" k="102" />
386
+ <hkern u1="&#x2e;" u2="Y" k="123" />
387
+ <hkern u1="&#x2e;" u2="W" k="123" />
388
+ <hkern u1="&#x2e;" u2="V" k="123" />
389
+ <hkern u1="&#x2e;" u2="U" k="41" />
390
+ <hkern u1="&#x2e;" u2="T" k="143" />
391
+ <hkern u1="&#x2e;" u2="Q" k="102" />
392
+ <hkern u1="&#x2e;" u2="O" k="102" />
393
+ <hkern u1="&#x2e;" u2="G" k="102" />
394
+ <hkern u1="&#x2e;" u2="C" k="102" />
395
+ <hkern u1="A" u2="&#x201d;" k="143" />
396
+ <hkern u1="A" u2="&#x2019;" k="143" />
397
+ <hkern u1="A" u2="&#x178;" k="123" />
398
+ <hkern u1="A" u2="&#x152;" k="41" />
399
+ <hkern u1="A" u2="&#xdd;" k="123" />
400
+ <hkern u1="A" u2="&#xd8;" k="41" />
401
+ <hkern u1="A" u2="&#xd6;" k="41" />
402
+ <hkern u1="A" u2="&#xd5;" k="41" />
403
+ <hkern u1="A" u2="&#xd4;" k="41" />
404
+ <hkern u1="A" u2="&#xd3;" k="41" />
405
+ <hkern u1="A" u2="&#xd2;" k="41" />
406
+ <hkern u1="A" u2="&#xc7;" k="41" />
407
+ <hkern u1="A" u2="Y" k="123" />
408
+ <hkern u1="A" u2="W" k="82" />
409
+ <hkern u1="A" u2="V" k="82" />
410
+ <hkern u1="A" u2="T" k="143" />
411
+ <hkern u1="A" u2="Q" k="41" />
412
+ <hkern u1="A" u2="O" k="41" />
413
+ <hkern u1="A" u2="J" k="-266" />
414
+ <hkern u1="A" u2="G" k="41" />
415
+ <hkern u1="A" u2="C" k="41" />
416
+ <hkern u1="A" u2="&#x27;" k="143" />
417
+ <hkern u1="A" u2="&#x22;" k="143" />
418
+ <hkern u1="B" u2="&#x201e;" k="82" />
419
+ <hkern u1="B" u2="&#x201a;" k="82" />
420
+ <hkern u1="B" u2="&#x178;" k="20" />
421
+ <hkern u1="B" u2="&#xdd;" k="20" />
422
+ <hkern u1="B" u2="&#xc5;" k="41" />
423
+ <hkern u1="B" u2="&#xc4;" k="41" />
424
+ <hkern u1="B" u2="&#xc3;" k="41" />
425
+ <hkern u1="B" u2="&#xc2;" k="41" />
426
+ <hkern u1="B" u2="&#xc1;" k="41" />
427
+ <hkern u1="B" u2="&#xc0;" k="41" />
428
+ <hkern u1="B" u2="Z" k="20" />
429
+ <hkern u1="B" u2="Y" k="20" />
430
+ <hkern u1="B" u2="X" k="41" />
431
+ <hkern u1="B" u2="W" k="20" />
432
+ <hkern u1="B" u2="V" k="20" />
433
+ <hkern u1="B" u2="T" k="61" />
434
+ <hkern u1="B" u2="A" k="41" />
435
+ <hkern u1="B" u2="&#x2e;" k="82" />
436
+ <hkern u1="B" u2="&#x2c;" k="82" />
437
+ <hkern u1="C" u2="&#x152;" k="41" />
438
+ <hkern u1="C" u2="&#xd8;" k="41" />
439
+ <hkern u1="C" u2="&#xd6;" k="41" />
440
+ <hkern u1="C" u2="&#xd5;" k="41" />
441
+ <hkern u1="C" u2="&#xd4;" k="41" />
442
+ <hkern u1="C" u2="&#xd3;" k="41" />
443
+ <hkern u1="C" u2="&#xd2;" k="41" />
444
+ <hkern u1="C" u2="&#xc7;" k="41" />
445
+ <hkern u1="C" u2="Q" k="41" />
446
+ <hkern u1="C" u2="O" k="41" />
447
+ <hkern u1="C" u2="G" k="41" />
448
+ <hkern u1="C" u2="C" k="41" />
449
+ <hkern u1="D" u2="&#x201e;" k="82" />
450
+ <hkern u1="D" u2="&#x201a;" k="82" />
451
+ <hkern u1="D" u2="&#x178;" k="20" />
452
+ <hkern u1="D" u2="&#xdd;" k="20" />
453
+ <hkern u1="D" u2="&#xc5;" k="41" />
454
+ <hkern u1="D" u2="&#xc4;" k="41" />
455
+ <hkern u1="D" u2="&#xc3;" k="41" />
456
+ <hkern u1="D" u2="&#xc2;" k="41" />
457
+ <hkern u1="D" u2="&#xc1;" k="41" />
458
+ <hkern u1="D" u2="&#xc0;" k="41" />
459
+ <hkern u1="D" u2="Z" k="20" />
460
+ <hkern u1="D" u2="Y" k="20" />
461
+ <hkern u1="D" u2="X" k="41" />
462
+ <hkern u1="D" u2="W" k="20" />
463
+ <hkern u1="D" u2="V" k="20" />
464
+ <hkern u1="D" u2="T" k="61" />
465
+ <hkern u1="D" u2="A" k="41" />
466
+ <hkern u1="D" u2="&#x2e;" k="82" />
467
+ <hkern u1="D" u2="&#x2c;" k="82" />
468
+ <hkern u1="E" u2="J" k="-123" />
469
+ <hkern u1="F" u2="&#x201e;" k="123" />
470
+ <hkern u1="F" u2="&#x201a;" k="123" />
471
+ <hkern u1="F" u2="&#xc5;" k="41" />
472
+ <hkern u1="F" u2="&#xc4;" k="41" />
473
+ <hkern u1="F" u2="&#xc3;" k="41" />
474
+ <hkern u1="F" u2="&#xc2;" k="41" />
475
+ <hkern u1="F" u2="&#xc1;" k="41" />
476
+ <hkern u1="F" u2="&#xc0;" k="41" />
477
+ <hkern u1="F" u2="A" k="41" />
478
+ <hkern u1="F" u2="&#x3f;" k="-41" />
479
+ <hkern u1="F" u2="&#x2e;" k="123" />
480
+ <hkern u1="F" u2="&#x2c;" k="123" />
481
+ <hkern u1="K" u2="&#x152;" k="41" />
482
+ <hkern u1="K" u2="&#xd8;" k="41" />
483
+ <hkern u1="K" u2="&#xd6;" k="41" />
484
+ <hkern u1="K" u2="&#xd5;" k="41" />
485
+ <hkern u1="K" u2="&#xd4;" k="41" />
486
+ <hkern u1="K" u2="&#xd3;" k="41" />
487
+ <hkern u1="K" u2="&#xd2;" k="41" />
488
+ <hkern u1="K" u2="&#xc7;" k="41" />
489
+ <hkern u1="K" u2="Q" k="41" />
490
+ <hkern u1="K" u2="O" k="41" />
491
+ <hkern u1="K" u2="G" k="41" />
492
+ <hkern u1="K" u2="C" k="41" />
493
+ <hkern u1="L" u2="&#x201d;" k="164" />
494
+ <hkern u1="L" u2="&#x2019;" k="164" />
495
+ <hkern u1="L" u2="&#x178;" k="61" />
496
+ <hkern u1="L" u2="&#x152;" k="41" />
497
+ <hkern u1="L" u2="&#xdd;" k="61" />
498
+ <hkern u1="L" u2="&#xdc;" k="20" />
499
+ <hkern u1="L" u2="&#xdb;" k="20" />
500
+ <hkern u1="L" u2="&#xda;" k="20" />
501
+ <hkern u1="L" u2="&#xd9;" k="20" />
502
+ <hkern u1="L" u2="&#xd8;" k="41" />
503
+ <hkern u1="L" u2="&#xd6;" k="41" />
504
+ <hkern u1="L" u2="&#xd5;" k="41" />
505
+ <hkern u1="L" u2="&#xd4;" k="41" />
506
+ <hkern u1="L" u2="&#xd3;" k="41" />
507
+ <hkern u1="L" u2="&#xd2;" k="41" />
508
+ <hkern u1="L" u2="&#xc7;" k="41" />
509
+ <hkern u1="L" u2="Y" k="61" />
510
+ <hkern u1="L" u2="W" k="41" />
511
+ <hkern u1="L" u2="V" k="41" />
512
+ <hkern u1="L" u2="U" k="20" />
513
+ <hkern u1="L" u2="T" k="41" />
514
+ <hkern u1="L" u2="Q" k="41" />
515
+ <hkern u1="L" u2="O" k="41" />
516
+ <hkern u1="L" u2="G" k="41" />
517
+ <hkern u1="L" u2="C" k="41" />
518
+ <hkern u1="L" u2="&#x27;" k="164" />
519
+ <hkern u1="L" u2="&#x22;" k="164" />
520
+ <hkern u1="O" u2="&#x201e;" k="82" />
521
+ <hkern u1="O" u2="&#x201a;" k="82" />
522
+ <hkern u1="O" u2="&#x178;" k="20" />
523
+ <hkern u1="O" u2="&#xdd;" k="20" />
524
+ <hkern u1="O" u2="&#xc5;" k="41" />
525
+ <hkern u1="O" u2="&#xc4;" k="41" />
526
+ <hkern u1="O" u2="&#xc3;" k="41" />
527
+ <hkern u1="O" u2="&#xc2;" k="41" />
528
+ <hkern u1="O" u2="&#xc1;" k="41" />
529
+ <hkern u1="O" u2="&#xc0;" k="41" />
530
+ <hkern u1="O" u2="Z" k="20" />
531
+ <hkern u1="O" u2="Y" k="20" />
532
+ <hkern u1="O" u2="X" k="41" />
533
+ <hkern u1="O" u2="W" k="20" />
534
+ <hkern u1="O" u2="V" k="20" />
535
+ <hkern u1="O" u2="T" k="61" />
536
+ <hkern u1="O" u2="A" k="41" />
537
+ <hkern u1="O" u2="&#x2e;" k="82" />
538
+ <hkern u1="O" u2="&#x2c;" k="82" />
539
+ <hkern u1="P" u2="&#x201e;" k="266" />
540
+ <hkern u1="P" u2="&#x201a;" k="266" />
541
+ <hkern u1="P" u2="&#xc5;" k="102" />
542
+ <hkern u1="P" u2="&#xc4;" k="102" />
543
+ <hkern u1="P" u2="&#xc3;" k="102" />
544
+ <hkern u1="P" u2="&#xc2;" k="102" />
545
+ <hkern u1="P" u2="&#xc1;" k="102" />
546
+ <hkern u1="P" u2="&#xc0;" k="102" />
547
+ <hkern u1="P" u2="Z" k="20" />
548
+ <hkern u1="P" u2="X" k="41" />
549
+ <hkern u1="P" u2="A" k="102" />
550
+ <hkern u1="P" u2="&#x2e;" k="266" />
551
+ <hkern u1="P" u2="&#x2c;" k="266" />
552
+ <hkern u1="Q" u2="&#x201e;" k="82" />
553
+ <hkern u1="Q" u2="&#x201a;" k="82" />
554
+ <hkern u1="Q" u2="&#x178;" k="20" />
555
+ <hkern u1="Q" u2="&#xdd;" k="20" />
556
+ <hkern u1="Q" u2="&#xc5;" k="41" />
557
+ <hkern u1="Q" u2="&#xc4;" k="41" />
558
+ <hkern u1="Q" u2="&#xc3;" k="41" />
559
+ <hkern u1="Q" u2="&#xc2;" k="41" />
560
+ <hkern u1="Q" u2="&#xc1;" k="41" />
561
+ <hkern u1="Q" u2="&#xc0;" k="41" />
562
+ <hkern u1="Q" u2="Z" k="20" />
563
+ <hkern u1="Q" u2="Y" k="20" />
564
+ <hkern u1="Q" u2="X" k="41" />
565
+ <hkern u1="Q" u2="W" k="20" />
566
+ <hkern u1="Q" u2="V" k="20" />
567
+ <hkern u1="Q" u2="T" k="61" />
568
+ <hkern u1="Q" u2="A" k="41" />
569
+ <hkern u1="Q" u2="&#x2e;" k="82" />
570
+ <hkern u1="Q" u2="&#x2c;" k="82" />
571
+ <hkern u1="T" u2="&#x201e;" k="123" />
572
+ <hkern u1="T" u2="&#x201a;" k="123" />
573
+ <hkern u1="T" u2="&#x2014;" k="82" />
574
+ <hkern u1="T" u2="&#x2013;" k="82" />
575
+ <hkern u1="T" u2="&#x153;" k="143" />
576
+ <hkern u1="T" u2="&#x152;" k="41" />
577
+ <hkern u1="T" u2="&#xfd;" k="41" />
578
+ <hkern u1="T" u2="&#xfc;" k="102" />
579
+ <hkern u1="T" u2="&#xfb;" k="102" />
580
+ <hkern u1="T" u2="&#xfa;" k="102" />
581
+ <hkern u1="T" u2="&#xf9;" k="102" />
582
+ <hkern u1="T" u2="&#xf8;" k="143" />
583
+ <hkern u1="T" u2="&#xf6;" k="143" />
584
+ <hkern u1="T" u2="&#xf5;" k="143" />
585
+ <hkern u1="T" u2="&#xf4;" k="143" />
586
+ <hkern u1="T" u2="&#xf3;" k="143" />
587
+ <hkern u1="T" u2="&#xf2;" k="143" />
588
+ <hkern u1="T" u2="&#xeb;" k="143" />
589
+ <hkern u1="T" u2="&#xea;" k="143" />
590
+ <hkern u1="T" u2="&#xe9;" k="143" />
591
+ <hkern u1="T" u2="&#xe8;" k="143" />
592
+ <hkern u1="T" u2="&#xe7;" k="143" />
593
+ <hkern u1="T" u2="&#xe6;" k="164" />
594
+ <hkern u1="T" u2="&#xe5;" k="164" />
595
+ <hkern u1="T" u2="&#xe4;" k="164" />
596
+ <hkern u1="T" u2="&#xe3;" k="164" />
597
+ <hkern u1="T" u2="&#xe2;" k="164" />
598
+ <hkern u1="T" u2="&#xe1;" k="164" />
599
+ <hkern u1="T" u2="&#xe0;" k="143" />
600
+ <hkern u1="T" u2="&#xd8;" k="41" />
601
+ <hkern u1="T" u2="&#xd6;" k="41" />
602
+ <hkern u1="T" u2="&#xd5;" k="41" />
603
+ <hkern u1="T" u2="&#xd4;" k="41" />
604
+ <hkern u1="T" u2="&#xd3;" k="41" />
605
+ <hkern u1="T" u2="&#xd2;" k="41" />
606
+ <hkern u1="T" u2="&#xc7;" k="41" />
607
+ <hkern u1="T" u2="&#xc5;" k="143" />
608
+ <hkern u1="T" u2="&#xc4;" k="143" />
609
+ <hkern u1="T" u2="&#xc3;" k="143" />
610
+ <hkern u1="T" u2="&#xc2;" k="143" />
611
+ <hkern u1="T" u2="&#xc1;" k="143" />
612
+ <hkern u1="T" u2="&#xc0;" k="143" />
613
+ <hkern u1="T" u2="z" k="82" />
614
+ <hkern u1="T" u2="y" k="41" />
615
+ <hkern u1="T" u2="x" k="41" />
616
+ <hkern u1="T" u2="w" k="41" />
617
+ <hkern u1="T" u2="v" k="41" />
618
+ <hkern u1="T" u2="u" k="102" />
619
+ <hkern u1="T" u2="s" k="123" />
620
+ <hkern u1="T" u2="r" k="102" />
621
+ <hkern u1="T" u2="q" k="143" />
622
+ <hkern u1="T" u2="p" k="102" />
623
+ <hkern u1="T" u2="o" k="143" />
624
+ <hkern u1="T" u2="n" k="102" />
625
+ <hkern u1="T" u2="m" k="102" />
626
+ <hkern u1="T" u2="g" k="143" />
627
+ <hkern u1="T" u2="e" k="143" />
628
+ <hkern u1="T" u2="d" k="143" />
629
+ <hkern u1="T" u2="c" k="143" />
630
+ <hkern u1="T" u2="a" k="164" />
631
+ <hkern u1="T" u2="T" k="-41" />
632
+ <hkern u1="T" u2="Q" k="41" />
633
+ <hkern u1="T" u2="O" k="41" />
634
+ <hkern u1="T" u2="G" k="41" />
635
+ <hkern u1="T" u2="C" k="41" />
636
+ <hkern u1="T" u2="A" k="143" />
637
+ <hkern u1="T" u2="&#x3f;" k="-41" />
638
+ <hkern u1="T" u2="&#x2e;" k="123" />
639
+ <hkern u1="T" u2="&#x2d;" k="82" />
640
+ <hkern u1="T" u2="&#x2c;" k="123" />
641
+ <hkern u1="U" u2="&#x201e;" k="41" />
642
+ <hkern u1="U" u2="&#x201a;" k="41" />
643
+ <hkern u1="U" u2="&#xc5;" k="20" />
644
+ <hkern u1="U" u2="&#xc4;" k="20" />
645
+ <hkern u1="U" u2="&#xc3;" k="20" />
646
+ <hkern u1="U" u2="&#xc2;" k="20" />
647
+ <hkern u1="U" u2="&#xc1;" k="20" />
648
+ <hkern u1="U" u2="&#xc0;" k="20" />
649
+ <hkern u1="U" u2="A" k="20" />
650
+ <hkern u1="U" u2="&#x2e;" k="41" />
651
+ <hkern u1="U" u2="&#x2c;" k="41" />
652
+ <hkern u1="V" u2="&#x201e;" k="102" />
653
+ <hkern u1="V" u2="&#x201a;" k="102" />
654
+ <hkern u1="V" u2="&#x153;" k="41" />
655
+ <hkern u1="V" u2="&#x152;" k="20" />
656
+ <hkern u1="V" u2="&#xfc;" k="20" />
657
+ <hkern u1="V" u2="&#xfb;" k="20" />
658
+ <hkern u1="V" u2="&#xfa;" k="20" />
659
+ <hkern u1="V" u2="&#xf9;" k="20" />
660
+ <hkern u1="V" u2="&#xf8;" k="41" />
661
+ <hkern u1="V" u2="&#xf6;" k="41" />
662
+ <hkern u1="V" u2="&#xf5;" k="41" />
663
+ <hkern u1="V" u2="&#xf4;" k="41" />
664
+ <hkern u1="V" u2="&#xf3;" k="41" />
665
+ <hkern u1="V" u2="&#xf2;" k="41" />
666
+ <hkern u1="V" u2="&#xeb;" k="41" />
667
+ <hkern u1="V" u2="&#xea;" k="41" />
668
+ <hkern u1="V" u2="&#xe9;" k="41" />
669
+ <hkern u1="V" u2="&#xe8;" k="41" />
670
+ <hkern u1="V" u2="&#xe7;" k="41" />
671
+ <hkern u1="V" u2="&#xe6;" k="41" />
672
+ <hkern u1="V" u2="&#xe5;" k="41" />
673
+ <hkern u1="V" u2="&#xe4;" k="41" />
674
+ <hkern u1="V" u2="&#xe3;" k="41" />
675
+ <hkern u1="V" u2="&#xe2;" k="41" />
676
+ <hkern u1="V" u2="&#xe1;" k="41" />
677
+ <hkern u1="V" u2="&#xe0;" k="41" />
678
+ <hkern u1="V" u2="&#xd8;" k="20" />
679
+ <hkern u1="V" u2="&#xd6;" k="20" />
680
+ <hkern u1="V" u2="&#xd5;" k="20" />
681
+ <hkern u1="V" u2="&#xd4;" k="20" />
682
+ <hkern u1="V" u2="&#xd3;" k="20" />
683
+ <hkern u1="V" u2="&#xd2;" k="20" />
684
+ <hkern u1="V" u2="&#xc7;" k="20" />
685
+ <hkern u1="V" u2="&#xc5;" k="82" />
686
+ <hkern u1="V" u2="&#xc4;" k="82" />
687
+ <hkern u1="V" u2="&#xc3;" k="82" />
688
+ <hkern u1="V" u2="&#xc2;" k="82" />
689
+ <hkern u1="V" u2="&#xc1;" k="82" />
690
+ <hkern u1="V" u2="&#xc0;" k="82" />
691
+ <hkern u1="V" u2="u" k="20" />
692
+ <hkern u1="V" u2="s" k="20" />
693
+ <hkern u1="V" u2="r" k="20" />
694
+ <hkern u1="V" u2="q" k="41" />
695
+ <hkern u1="V" u2="p" k="20" />
696
+ <hkern u1="V" u2="o" k="41" />
697
+ <hkern u1="V" u2="n" k="20" />
698
+ <hkern u1="V" u2="m" k="20" />
699
+ <hkern u1="V" u2="g" k="20" />
700
+ <hkern u1="V" u2="e" k="41" />
701
+ <hkern u1="V" u2="d" k="41" />
702
+ <hkern u1="V" u2="c" k="41" />
703
+ <hkern u1="V" u2="a" k="41" />
704
+ <hkern u1="V" u2="Q" k="20" />
705
+ <hkern u1="V" u2="O" k="20" />
706
+ <hkern u1="V" u2="G" k="20" />
707
+ <hkern u1="V" u2="C" k="20" />
708
+ <hkern u1="V" u2="A" k="82" />
709
+ <hkern u1="V" u2="&#x3f;" k="-41" />
710
+ <hkern u1="V" u2="&#x2e;" k="102" />
711
+ <hkern u1="V" u2="&#x2c;" k="102" />
712
+ <hkern u1="W" u2="&#x201e;" k="102" />
713
+ <hkern u1="W" u2="&#x201a;" k="102" />
714
+ <hkern u1="W" u2="&#x153;" k="41" />
715
+ <hkern u1="W" u2="&#x152;" k="20" />
716
+ <hkern u1="W" u2="&#xfc;" k="20" />
717
+ <hkern u1="W" u2="&#xfb;" k="20" />
718
+ <hkern u1="W" u2="&#xfa;" k="20" />
719
+ <hkern u1="W" u2="&#xf9;" k="20" />
720
+ <hkern u1="W" u2="&#xf8;" k="41" />
721
+ <hkern u1="W" u2="&#xf6;" k="41" />
722
+ <hkern u1="W" u2="&#xf5;" k="41" />
723
+ <hkern u1="W" u2="&#xf4;" k="41" />
724
+ <hkern u1="W" u2="&#xf3;" k="41" />
725
+ <hkern u1="W" u2="&#xf2;" k="41" />
726
+ <hkern u1="W" u2="&#xeb;" k="41" />
727
+ <hkern u1="W" u2="&#xea;" k="41" />
728
+ <hkern u1="W" u2="&#xe9;" k="41" />
729
+ <hkern u1="W" u2="&#xe8;" k="41" />
730
+ <hkern u1="W" u2="&#xe7;" k="41" />
731
+ <hkern u1="W" u2="&#xe6;" k="41" />
732
+ <hkern u1="W" u2="&#xe5;" k="41" />
733
+ <hkern u1="W" u2="&#xe4;" k="41" />
734
+ <hkern u1="W" u2="&#xe3;" k="41" />
735
+ <hkern u1="W" u2="&#xe2;" k="41" />
736
+ <hkern u1="W" u2="&#xe1;" k="41" />
737
+ <hkern u1="W" u2="&#xe0;" k="41" />
738
+ <hkern u1="W" u2="&#xd8;" k="20" />
739
+ <hkern u1="W" u2="&#xd6;" k="20" />
740
+ <hkern u1="W" u2="&#xd5;" k="20" />
741
+ <hkern u1="W" u2="&#xd4;" k="20" />
742
+ <hkern u1="W" u2="&#xd3;" k="20" />
743
+ <hkern u1="W" u2="&#xd2;" k="20" />
744
+ <hkern u1="W" u2="&#xc7;" k="20" />
745
+ <hkern u1="W" u2="&#xc5;" k="82" />
746
+ <hkern u1="W" u2="&#xc4;" k="82" />
747
+ <hkern u1="W" u2="&#xc3;" k="82" />
748
+ <hkern u1="W" u2="&#xc2;" k="82" />
749
+ <hkern u1="W" u2="&#xc1;" k="82" />
750
+ <hkern u1="W" u2="&#xc0;" k="82" />
751
+ <hkern u1="W" u2="u" k="20" />
752
+ <hkern u1="W" u2="s" k="20" />
753
+ <hkern u1="W" u2="r" k="20" />
754
+ <hkern u1="W" u2="q" k="41" />
755
+ <hkern u1="W" u2="p" k="20" />
756
+ <hkern u1="W" u2="o" k="41" />
757
+ <hkern u1="W" u2="n" k="20" />
758
+ <hkern u1="W" u2="m" k="20" />
759
+ <hkern u1="W" u2="g" k="20" />
760
+ <hkern u1="W" u2="e" k="41" />
761
+ <hkern u1="W" u2="d" k="41" />
762
+ <hkern u1="W" u2="c" k="41" />
763
+ <hkern u1="W" u2="a" k="41" />
764
+ <hkern u1="W" u2="Q" k="20" />
765
+ <hkern u1="W" u2="O" k="20" />
766
+ <hkern u1="W" u2="G" k="20" />
767
+ <hkern u1="W" u2="C" k="20" />
768
+ <hkern u1="W" u2="A" k="82" />
769
+ <hkern u1="W" u2="&#x3f;" k="-41" />
770
+ <hkern u1="W" u2="&#x2e;" k="102" />
771
+ <hkern u1="W" u2="&#x2c;" k="102" />
772
+ <hkern u1="X" u2="&#x152;" k="41" />
773
+ <hkern u1="X" u2="&#xd8;" k="41" />
774
+ <hkern u1="X" u2="&#xd6;" k="41" />
775
+ <hkern u1="X" u2="&#xd5;" k="41" />
776
+ <hkern u1="X" u2="&#xd4;" k="41" />
777
+ <hkern u1="X" u2="&#xd3;" k="41" />
778
+ <hkern u1="X" u2="&#xd2;" k="41" />
779
+ <hkern u1="X" u2="&#xc7;" k="41" />
780
+ <hkern u1="X" u2="Q" k="41" />
781
+ <hkern u1="X" u2="O" k="41" />
782
+ <hkern u1="X" u2="G" k="41" />
783
+ <hkern u1="X" u2="C" k="41" />
784
+ <hkern u1="Y" u2="&#x201e;" k="123" />
785
+ <hkern u1="Y" u2="&#x201a;" k="123" />
786
+ <hkern u1="Y" u2="&#x153;" k="102" />
787
+ <hkern u1="Y" u2="&#x152;" k="41" />
788
+ <hkern u1="Y" u2="&#xfc;" k="61" />
789
+ <hkern u1="Y" u2="&#xfb;" k="61" />
790
+ <hkern u1="Y" u2="&#xfa;" k="61" />
791
+ <hkern u1="Y" u2="&#xf9;" k="61" />
792
+ <hkern u1="Y" u2="&#xf8;" k="102" />
793
+ <hkern u1="Y" u2="&#xf6;" k="102" />
794
+ <hkern u1="Y" u2="&#xf5;" k="102" />
795
+ <hkern u1="Y" u2="&#xf4;" k="102" />
796
+ <hkern u1="Y" u2="&#xf3;" k="102" />
797
+ <hkern u1="Y" u2="&#xf2;" k="102" />
798
+ <hkern u1="Y" u2="&#xeb;" k="102" />
799
+ <hkern u1="Y" u2="&#xea;" k="102" />
800
+ <hkern u1="Y" u2="&#xe9;" k="102" />
801
+ <hkern u1="Y" u2="&#xe8;" k="102" />
802
+ <hkern u1="Y" u2="&#xe7;" k="102" />
803
+ <hkern u1="Y" u2="&#xe6;" k="102" />
804
+ <hkern u1="Y" u2="&#xe5;" k="102" />
805
+ <hkern u1="Y" u2="&#xe4;" k="102" />
806
+ <hkern u1="Y" u2="&#xe3;" k="102" />
807
+ <hkern u1="Y" u2="&#xe2;" k="102" />
808
+ <hkern u1="Y" u2="&#xe1;" k="102" />
809
+ <hkern u1="Y" u2="&#xe0;" k="102" />
810
+ <hkern u1="Y" u2="&#xd8;" k="41" />
811
+ <hkern u1="Y" u2="&#xd6;" k="41" />
812
+ <hkern u1="Y" u2="&#xd5;" k="41" />
813
+ <hkern u1="Y" u2="&#xd4;" k="41" />
814
+ <hkern u1="Y" u2="&#xd3;" k="41" />
815
+ <hkern u1="Y" u2="&#xd2;" k="41" />
816
+ <hkern u1="Y" u2="&#xc7;" k="41" />
817
+ <hkern u1="Y" u2="&#xc5;" k="123" />
818
+ <hkern u1="Y" u2="&#xc4;" k="123" />
819
+ <hkern u1="Y" u2="&#xc3;" k="123" />
820
+ <hkern u1="Y" u2="&#xc2;" k="123" />
821
+ <hkern u1="Y" u2="&#xc1;" k="123" />
822
+ <hkern u1="Y" u2="&#xc0;" k="123" />
823
+ <hkern u1="Y" u2="z" k="41" />
824
+ <hkern u1="Y" u2="u" k="61" />
825
+ <hkern u1="Y" u2="s" k="82" />
826
+ <hkern u1="Y" u2="r" k="61" />
827
+ <hkern u1="Y" u2="q" k="102" />
828
+ <hkern u1="Y" u2="p" k="61" />
829
+ <hkern u1="Y" u2="o" k="102" />
830
+ <hkern u1="Y" u2="n" k="61" />
831
+ <hkern u1="Y" u2="m" k="61" />
832
+ <hkern u1="Y" u2="g" k="41" />
833
+ <hkern u1="Y" u2="e" k="102" />
834
+ <hkern u1="Y" u2="d" k="102" />
835
+ <hkern u1="Y" u2="c" k="102" />
836
+ <hkern u1="Y" u2="a" k="102" />
837
+ <hkern u1="Y" u2="Q" k="41" />
838
+ <hkern u1="Y" u2="O" k="41" />
839
+ <hkern u1="Y" u2="G" k="41" />
840
+ <hkern u1="Y" u2="C" k="41" />
841
+ <hkern u1="Y" u2="A" k="123" />
842
+ <hkern u1="Y" u2="&#x3f;" k="-41" />
843
+ <hkern u1="Y" u2="&#x2e;" k="123" />
844
+ <hkern u1="Y" u2="&#x2c;" k="123" />
845
+ <hkern u1="Z" u2="&#x152;" k="20" />
846
+ <hkern u1="Z" u2="&#xd8;" k="20" />
847
+ <hkern u1="Z" u2="&#xd6;" k="20" />
848
+ <hkern u1="Z" u2="&#xd5;" k="20" />
849
+ <hkern u1="Z" u2="&#xd4;" k="20" />
850
+ <hkern u1="Z" u2="&#xd3;" k="20" />
851
+ <hkern u1="Z" u2="&#xd2;" k="20" />
852
+ <hkern u1="Z" u2="&#xc7;" k="20" />
853
+ <hkern u1="Z" u2="Q" k="20" />
854
+ <hkern u1="Z" u2="O" k="20" />
855
+ <hkern u1="Z" u2="G" k="20" />
856
+ <hkern u1="Z" u2="C" k="20" />
857
+ <hkern u1="[" u2="J" k="-184" />
858
+ <hkern u1="a" u2="&#x201d;" k="20" />
859
+ <hkern u1="a" u2="&#x2019;" k="20" />
860
+ <hkern u1="a" u2="&#x27;" k="20" />
861
+ <hkern u1="a" u2="&#x22;" k="20" />
862
+ <hkern u1="b" u2="&#x201d;" k="20" />
863
+ <hkern u1="b" u2="&#x2019;" k="20" />
864
+ <hkern u1="b" u2="&#xfd;" k="41" />
865
+ <hkern u1="b" u2="z" k="20" />
866
+ <hkern u1="b" u2="y" k="41" />
867
+ <hkern u1="b" u2="x" k="41" />
868
+ <hkern u1="b" u2="w" k="41" />
869
+ <hkern u1="b" u2="v" k="41" />
870
+ <hkern u1="b" u2="&#x27;" k="20" />
871
+ <hkern u1="b" u2="&#x22;" k="20" />
872
+ <hkern u1="c" u2="&#x201d;" k="-41" />
873
+ <hkern u1="c" u2="&#x2019;" k="-41" />
874
+ <hkern u1="c" u2="&#x27;" k="-41" />
875
+ <hkern u1="c" u2="&#x22;" k="-41" />
876
+ <hkern u1="e" u2="&#x201d;" k="20" />
877
+ <hkern u1="e" u2="&#x2019;" k="20" />
878
+ <hkern u1="e" u2="&#xfd;" k="41" />
879
+ <hkern u1="e" u2="z" k="20" />
880
+ <hkern u1="e" u2="y" k="41" />
881
+ <hkern u1="e" u2="x" k="41" />
882
+ <hkern u1="e" u2="w" k="41" />
883
+ <hkern u1="e" u2="v" k="41" />
884
+ <hkern u1="e" u2="&#x27;" k="20" />
885
+ <hkern u1="e" u2="&#x22;" k="20" />
886
+ <hkern u1="f" u2="&#x201d;" k="-123" />
887
+ <hkern u1="f" u2="&#x2019;" k="-123" />
888
+ <hkern u1="f" u2="&#x27;" k="-123" />
889
+ <hkern u1="f" u2="&#x22;" k="-123" />
890
+ <hkern u1="h" u2="&#x201d;" k="20" />
891
+ <hkern u1="h" u2="&#x2019;" k="20" />
892
+ <hkern u1="h" u2="&#x27;" k="20" />
893
+ <hkern u1="h" u2="&#x22;" k="20" />
894
+ <hkern u1="k" u2="&#x153;" k="41" />
895
+ <hkern u1="k" u2="&#xf8;" k="41" />
896
+ <hkern u1="k" u2="&#xf6;" k="41" />
897
+ <hkern u1="k" u2="&#xf5;" k="41" />
898
+ <hkern u1="k" u2="&#xf4;" k="41" />
899
+ <hkern u1="k" u2="&#xf3;" k="41" />
900
+ <hkern u1="k" u2="&#xf2;" k="41" />
901
+ <hkern u1="k" u2="&#xeb;" k="41" />
902
+ <hkern u1="k" u2="&#xea;" k="41" />
903
+ <hkern u1="k" u2="&#xe9;" k="41" />
904
+ <hkern u1="k" u2="&#xe8;" k="41" />
905
+ <hkern u1="k" u2="&#xe7;" k="41" />
906
+ <hkern u1="k" u2="&#xe0;" k="41" />
907
+ <hkern u1="k" u2="q" k="41" />
908
+ <hkern u1="k" u2="o" k="41" />
909
+ <hkern u1="k" u2="e" k="41" />
910
+ <hkern u1="k" u2="d" k="41" />
911
+ <hkern u1="k" u2="c" k="41" />
912
+ <hkern u1="m" u2="&#x201d;" k="20" />
913
+ <hkern u1="m" u2="&#x2019;" k="20" />
914
+ <hkern u1="m" u2="&#x27;" k="20" />
915
+ <hkern u1="m" u2="&#x22;" k="20" />
916
+ <hkern u1="n" u2="&#x201d;" k="20" />
917
+ <hkern u1="n" u2="&#x2019;" k="20" />
918
+ <hkern u1="n" u2="&#x27;" k="20" />
919
+ <hkern u1="n" u2="&#x22;" k="20" />
920
+ <hkern u1="o" u2="&#x201d;" k="20" />
921
+ <hkern u1="o" u2="&#x2019;" k="20" />
922
+ <hkern u1="o" u2="&#xfd;" k="41" />
923
+ <hkern u1="o" u2="z" k="20" />
924
+ <hkern u1="o" u2="y" k="41" />
925
+ <hkern u1="o" u2="x" k="41" />
926
+ <hkern u1="o" u2="w" k="41" />
927
+ <hkern u1="o" u2="v" k="41" />
928
+ <hkern u1="o" u2="&#x27;" k="20" />
929
+ <hkern u1="o" u2="&#x22;" k="20" />
930
+ <hkern u1="p" u2="&#x201d;" k="20" />
931
+ <hkern u1="p" u2="&#x2019;" k="20" />
932
+ <hkern u1="p" u2="&#xfd;" k="41" />
933
+ <hkern u1="p" u2="z" k="20" />
934
+ <hkern u1="p" u2="y" k="41" />
935
+ <hkern u1="p" u2="x" k="41" />
936
+ <hkern u1="p" u2="w" k="41" />
937
+ <hkern u1="p" u2="v" k="41" />
938
+ <hkern u1="p" u2="&#x27;" k="20" />
939
+ <hkern u1="p" u2="&#x22;" k="20" />
940
+ <hkern u1="r" u2="&#x201d;" k="-82" />
941
+ <hkern u1="r" u2="&#x2019;" k="-82" />
942
+ <hkern u1="r" u2="&#x153;" k="41" />
943
+ <hkern u1="r" u2="&#xf8;" k="41" />
944
+ <hkern u1="r" u2="&#xf6;" k="41" />
945
+ <hkern u1="r" u2="&#xf5;" k="41" />
946
+ <hkern u1="r" u2="&#xf4;" k="41" />
947
+ <hkern u1="r" u2="&#xf3;" k="41" />
948
+ <hkern u1="r" u2="&#xf2;" k="41" />
949
+ <hkern u1="r" u2="&#xeb;" k="41" />
950
+ <hkern u1="r" u2="&#xea;" k="41" />
951
+ <hkern u1="r" u2="&#xe9;" k="41" />
952
+ <hkern u1="r" u2="&#xe8;" k="41" />
953
+ <hkern u1="r" u2="&#xe7;" k="41" />
954
+ <hkern u1="r" u2="&#xe6;" k="41" />
955
+ <hkern u1="r" u2="&#xe5;" k="41" />
956
+ <hkern u1="r" u2="&#xe4;" k="41" />
957
+ <hkern u1="r" u2="&#xe3;" k="41" />
958
+ <hkern u1="r" u2="&#xe2;" k="41" />
959
+ <hkern u1="r" u2="&#xe1;" k="41" />
960
+ <hkern u1="r" u2="&#xe0;" k="41" />
961
+ <hkern u1="r" u2="q" k="41" />
962
+ <hkern u1="r" u2="o" k="41" />
963
+ <hkern u1="r" u2="g" k="20" />
964
+ <hkern u1="r" u2="e" k="41" />
965
+ <hkern u1="r" u2="d" k="41" />
966
+ <hkern u1="r" u2="c" k="41" />
967
+ <hkern u1="r" u2="a" k="41" />
968
+ <hkern u1="r" u2="&#x27;" k="-82" />
969
+ <hkern u1="r" u2="&#x22;" k="-82" />
970
+ <hkern u1="t" u2="&#x201d;" k="-41" />
971
+ <hkern u1="t" u2="&#x2019;" k="-41" />
972
+ <hkern u1="t" u2="&#x27;" k="-41" />
973
+ <hkern u1="t" u2="&#x22;" k="-41" />
974
+ <hkern u1="v" u2="&#x201e;" k="82" />
975
+ <hkern u1="v" u2="&#x201d;" k="-82" />
976
+ <hkern u1="v" u2="&#x201a;" k="82" />
977
+ <hkern u1="v" u2="&#x2019;" k="-82" />
978
+ <hkern u1="v" u2="&#x3f;" k="-41" />
979
+ <hkern u1="v" u2="&#x2e;" k="82" />
980
+ <hkern u1="v" u2="&#x2c;" k="82" />
981
+ <hkern u1="v" u2="&#x27;" k="-82" />
982
+ <hkern u1="v" u2="&#x22;" k="-82" />
983
+ <hkern u1="w" u2="&#x201e;" k="82" />
984
+ <hkern u1="w" u2="&#x201d;" k="-82" />
985
+ <hkern u1="w" u2="&#x201a;" k="82" />
986
+ <hkern u1="w" u2="&#x2019;" k="-82" />
987
+ <hkern u1="w" u2="&#x3f;" k="-41" />
988
+ <hkern u1="w" u2="&#x2e;" k="82" />
989
+ <hkern u1="w" u2="&#x2c;" k="82" />
990
+ <hkern u1="w" u2="&#x27;" k="-82" />
991
+ <hkern u1="w" u2="&#x22;" k="-82" />
992
+ <hkern u1="x" u2="&#x153;" k="41" />
993
+ <hkern u1="x" u2="&#xf8;" k="41" />
994
+ <hkern u1="x" u2="&#xf6;" k="41" />
995
+ <hkern u1="x" u2="&#xf5;" k="41" />
996
+ <hkern u1="x" u2="&#xf4;" k="41" />
997
+ <hkern u1="x" u2="&#xf3;" k="41" />
998
+ <hkern u1="x" u2="&#xf2;" k="41" />
999
+ <hkern u1="x" u2="&#xeb;" k="41" />
1000
+ <hkern u1="x" u2="&#xea;" k="41" />
1001
+ <hkern u1="x" u2="&#xe9;" k="41" />
1002
+ <hkern u1="x" u2="&#xe8;" k="41" />
1003
+ <hkern u1="x" u2="&#xe7;" k="41" />
1004
+ <hkern u1="x" u2="&#xe0;" k="41" />
1005
+ <hkern u1="x" u2="q" k="41" />
1006
+ <hkern u1="x" u2="o" k="41" />
1007
+ <hkern u1="x" u2="e" k="41" />
1008
+ <hkern u1="x" u2="d" k="41" />
1009
+ <hkern u1="x" u2="c" k="41" />
1010
+ <hkern u1="y" u2="&#x201e;" k="82" />
1011
+ <hkern u1="y" u2="&#x201d;" k="-82" />
1012
+ <hkern u1="y" u2="&#x201a;" k="82" />
1013
+ <hkern u1="y" u2="&#x2019;" k="-82" />
1014
+ <hkern u1="y" u2="&#x3f;" k="-41" />
1015
+ <hkern u1="y" u2="&#x2e;" k="82" />
1016
+ <hkern u1="y" u2="&#x2c;" k="82" />
1017
+ <hkern u1="y" u2="&#x27;" k="-82" />
1018
+ <hkern u1="y" u2="&#x22;" k="-82" />
1019
+ <hkern u1="&#x7b;" u2="J" k="-184" />
1020
+ <hkern u1="&#xc0;" u2="&#x201d;" k="143" />
1021
+ <hkern u1="&#xc0;" u2="&#x2019;" k="143" />
1022
+ <hkern u1="&#xc0;" u2="&#x178;" k="123" />
1023
+ <hkern u1="&#xc0;" u2="&#x152;" k="41" />
1024
+ <hkern u1="&#xc0;" u2="&#xdd;" k="123" />
1025
+ <hkern u1="&#xc0;" u2="&#xd8;" k="41" />
1026
+ <hkern u1="&#xc0;" u2="&#xd6;" k="41" />
1027
+ <hkern u1="&#xc0;" u2="&#xd5;" k="41" />
1028
+ <hkern u1="&#xc0;" u2="&#xd4;" k="41" />
1029
+ <hkern u1="&#xc0;" u2="&#xd3;" k="41" />
1030
+ <hkern u1="&#xc0;" u2="&#xd2;" k="41" />
1031
+ <hkern u1="&#xc0;" u2="&#xc7;" k="41" />
1032
+ <hkern u1="&#xc0;" u2="Y" k="123" />
1033
+ <hkern u1="&#xc0;" u2="W" k="82" />
1034
+ <hkern u1="&#xc0;" u2="V" k="82" />
1035
+ <hkern u1="&#xc0;" u2="T" k="143" />
1036
+ <hkern u1="&#xc0;" u2="Q" k="41" />
1037
+ <hkern u1="&#xc0;" u2="O" k="41" />
1038
+ <hkern u1="&#xc0;" u2="J" k="-266" />
1039
+ <hkern u1="&#xc0;" u2="G" k="41" />
1040
+ <hkern u1="&#xc0;" u2="C" k="41" />
1041
+ <hkern u1="&#xc0;" u2="&#x27;" k="143" />
1042
+ <hkern u1="&#xc0;" u2="&#x22;" k="143" />
1043
+ <hkern u1="&#xc1;" u2="&#x201d;" k="143" />
1044
+ <hkern u1="&#xc1;" u2="&#x2019;" k="143" />
1045
+ <hkern u1="&#xc1;" u2="&#x178;" k="123" />
1046
+ <hkern u1="&#xc1;" u2="&#x152;" k="41" />
1047
+ <hkern u1="&#xc1;" u2="&#xdd;" k